 @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
 	margin:0;
 	padding:0;
 	border:0;
 	font-size:100%;
 	font:inherit;
 	vertical-align:baseline;
 }
 article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
 	display: block;
 }
 ol,ul{
 	list-style:none;
 	margin:0;
 	padding:0;
 }
 blockquote,q{
 	quotes:none;
 }
 blockquote:before,blockquote:after,q:before,q:after{
 	content:'';
 	content:none;
 }
 table{
 	border-collapse:collapse;
 	border-spacing:0;
 }
/* start editing from here */
a{
	text-decoration:none;
}
.txt-rt{
	text-align:right;
}
/* text align right */
.txt-lt{
	text-align:left;
}
/* text align left */
.txt-center{
	text-align:center;
}
/* text align center */
.float-rt{
	float:right;
}
/* float right */
.float-lt{
	float:left;
}
/* float left */
.clear{
	clear:both;
}
/* clear float */
.pos-relative{
	position:relative;
}
/* Position Relative */
.pos-absolute{
	position:absolute;
}
/* Position Absolute */
.vertical-base{
	vertical-align:baseline;
}
/* vertical align baseline */
.vertical-top{
	vertical-align:top;
}
/* vertical align top */
.underline{
	padding-bottom:5px;
	border-bottom: 1px solid #eee;
	margin:0 0 20px 0;
}
/* Add 5px bottom padding and a underline */
nav.vertical ul li{
	display:block;
}
/* vertical menu */
nav.horizontal ul li{
	display: inline-block;
}
/* horizontal menu */
img{
	max-width:100%;
}
/*end reset*/
body{
    /*font-family: "Lato",Arial,sans-serif;*/
   
	background:url(../images/body_bg3.jpg);
	 font-family:Arial, Helvetica, sans-serif; 
	text-align: justify;
	line-height: 20px;
}
.wrap{
	width: 78%;
	margin:0 auto;
	padding:0 1%;
	background:#FFF;
}
.header{
	background:#FFF;
}
.header_top{
	padding:20px 0;
}
.logo{
	float:left;
	width:33%;
}
/**** Header Top Right ****/
.header_top_right{
	float:right;
	width:67%;
	margin-top:35px;
}
.search_box{
	float:right;
	border: 1px solid #DBDBDB;
	position:relative;
	width:47%;
}
.search_box input[type="text"]{
	/*width:74%;*/
	width:100%;
	padding:9px 8px;
	outline:none;
	border:none;
	background:none;
	font-size:14px;
	color:#a5a5a5;
	font-family:Arial;
	outline:none;
	margin:0;
}
.search_box input[type="submit"]{
	border:none;
	cursor:pointer;
	color:#FFF;
	font-size:12px;
	padding:10px 15px;
	height: 36px;
	margin:0;
	background: -webkit-gradient(linear,left top,left bottom,from(#70389C),to(#602D8D));
	background: -moz-linear-gradient(top,#70389C,#602D8D);
	background: -o-linear-gradient(top,#70389C,#602D8D);
	background: -ms-linear-gradient(top,#70389C,#602D8D);
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	position:absolute;
	right:0;
	top:0;
}
.search_box input[type="submit"]:hover{
	background:#444;
}
.shopping_cart{
	float:left;
	width: 202px;
	position:relative;
	margin-left:15px;
	padding: 0 0 0 46px;
	background: url(../images/header_cart.png) 0 0 no-repeat;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
}
.cart{
	height: 38px;
	padding: 0 0 0 10px;
	background: #EDEDED;
	border: 1px solid #CECECE;
	border-left: none;
	line-height: 36px;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shopping_cart .cart .opencart {
	width: 7px;
	height: 5px;
	display: block;
	background: url(../images/header_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: 11px;
	top: 16px;
}
.shopping_cart span.cart_title{
	font-size:13px;
	font-weight:bold;
	color: #4F4F4F;
}
.shopping_cart span.no_product{
	font-size:13px;
	font-weight:bold;
	color: #DD0F0E;
}
input[type="number"] {
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	padding: 7px;
}
.buysubmit, .call-action a{
	background: #602d8d url("../images/large-button-overlay.png") repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: #fff;
	font-family: Arial,"Helvetica Neue","Helvetica",Tahoma,Verdana,sans-serif;
	font-size: 0.8em;
	padding: 7px 15px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	cursor:pointer;
	outline:none;
}
.buysubmit, .call-action a:hover{
	background: #CC3636;
	text-shadow: none;
}
.wrapper-dropdown.active .dropdown{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-height: 400px;
	width: 95px;
	z-index: 1;
	background: #70389C;
}
.login {
	background: rgba(0, 0, 0, 0) url("../images/gradient_light-1.png") repeat-x scroll 0 0;
	border: 1px solid #cecece;
	box-sizing: border-box;
	color: #444;
	display: block;
	float: left;
	font-size: 27px;
	height: 38px;
	margin-left: 10px;
	text-align: center;
	width: 144px;
}
.login a {
	color:#333;
}
/*** Login ***/
.register_account h3,.login_panel h3{
	font-size: 22px;
	color: #6C6C6C;
	font-family: 'Monda', sans-serif;
	padding-bottom:.4em;
}
.register_account {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c0bebe;
	border-radius: 3px;
	float: left;
	height: 284px;
	padding: 20px;
	width: 712px;
}
.register_account form input[type="text"],.register_account form select{
	font-size:12px;
	color:#B3B1B1;
	padding:8px;
	outline:none;
	margin:5px 0;
	width:340px;
}
.register_account form select{
	width:360px;
	color:#666;
}
.register_account form input[type="text"].code{
	width:15%;
}
.register_account form input[type="text"].number{
	width:69.8%;
}
.register_account table td{
	width:100%;
}
.register_account p{
	font-size:12px;
	color:#666;
}
.search{
	float:left;
	margin-top:3px;
}
.login_panel{
    /*float:left;
    */
	width: 245px;
    /*margin-right: 10px;
    */
	margin: 0 auto;
	padding:20px;
	background:#FFF;
	border:1px solid #C0BEBE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.login_panel input[type="text"],.login_panel input[type="email"],.login_panel input[type="password"]{
	font-size:12px;
	color:#B3B1B1;
	padding:8px;
	outline:none;
	margin:6px 0;
	width:92%;
}
.login_panel form{
	margin:15px 0;
}
.login_panel p{
	font-size:12px;
	color:#888;
}
p.terms{
	float:left;
	font-size:12px;
	padding:15px 0 0 15px;
}
p.terms a,p.note a{
	text-decoration:underline;
	color:#7C2DC5;
}
p.terms a:hover,p.note a:hover{
	text-decoration:none;
}
p.note{
	font-size:15px;
	color:#666;
	padding:5px;
	line-height:1.6em;
}
.buttons button,.search button.grey{
	padding:10px 15px;
	font-size:15px;
	font-weight:bold;
	color : #fff;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	-moz-box-shadow : 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow : 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}
.search button{
	padding:12px 30px;
}
button.grey,.search button.grey{
	border : 1px solid #303030;
	background : #3f4040;
	background : -moz-linear-gradient(top, #3f4040 0%, #303131 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f4040), color-stop(100%,#303131));
	background : -webkit-linear-gradient(top, #3f4040 0%,#303131 100%);
	background : -o-linear-gradient(top, #3f4040 0%,#303131 100%);
	background : -ms-linear-gradient(top, #3f4040 0%,#303131 100%);
	background : linear-gradient(top, #3f4040 0%,#303131 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4040', endColorstr='#303131',GradientType=0 );
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4);
}
button.grey:hover,.search button.grey:hover{
	border : 1px solid #303030;
	background : #525252;
	background : -moz-linear-gradient(top, #525252 0%, #454646 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#454646));
	background : -webkit-linear-gradient(top, #525252 0%,#454646 100%);
	background : -o-linear-gradient(top, #525252 0%,#454646 100%);
	background : -ms-linear-gradient(top, #525252 0%,#454646 100%);
	background : linear-gradient(top, #525252 0%,#454646 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#454646',GradientType=0 );
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4);
}
/** End Login ***/
.wrapper-dropdown{
	/* Size & position */
	float: left;
	width:61px;
	height: 38px;
	position: relative;
	margin-left: 10px;
	padding: 0 0 0 12px;
	/* Styles */
	background: url(../images/gradient_light-1.png) 0 0 repeat-x;
	font: bold 13px/36px "Arial";
	color: #4F4F4F;
	border: 1px solid #CECECE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown .opencart{
	width: 7px;
	height: 5px;
	display: block;
	background: url(../images/header_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: 11px;
	top: 16px;
}
.wrapper-dropdown .dropdown{
	/* Size & position */
	position: absolute;
	top:38px;
	left: 0;
	right: 0;
	/* Styles */
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0,0,0,0.2);
	border-top: none;
	border-bottom: none;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Hiding */
	max-height: 0;
	overflow: hidden;
}
.wrapper-dropdown .dropdown li a{
	font-size:13px;
	color:#FFF;
	font-weight: bold;
	padding:10px 23px;
	border-bottom: 1px solid #7D60AA;
	text-align:center;
}
.wrapper-dropdown .dropdown li a span.lang{
	font-size:13px;
	color:#FFF;
	font-weight: bold;
	padding:0px 0px;
}
.wrapper-dropdown .dropdown li a span.lang:hover{
	color:#DD0F0E;
}
.wrapper-dropdown .dropdown li a span img{
	padding-right:5px;
	margin-bottom:-8px;
}
.wrapper-dropdown .dropdown li a span{
	padding-right:5px;
}
.wrapper-dropdown .dropdown li:last-of-type a{
	border: none;
}
.wrapper-dropdown .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}
/* Hover state */
.wrapper-dropdown .dropdown li:hover a {
	color:#DD0F0E;
}
/* Active state */
.wrapper-dropdown.active {
	border-radius: 5px 5px 0 0;
	box-shadow: none;
	border-bottom: none;
}
.wrapper-dropdown.active .dropdown {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	max-height: 400px;
	width:95px;
	z-index:1;
	background:#70389C;
}
.wrapper-dropdown.active .languges{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	max-height: 400px;
	width:135px;
	z-index:11;
	background:#70389C;
}
.header_bottom{
	margin-bottom:10px;
}
/**** Header Botttom Left ****/
.header_bottom_left{
	float:left;
	width:49.6%;
	padding-top:6px;
	margin-right: 0.8%;
}
.header_bottom_img{
	float:left;
	width: 46.2%;
}
.pic{
	float:left;
	width: 46.2%;
}
.header_bottom_img2{
	float:left;
	width: 46.2%;
	margin-left:1.6%;
}
.header_bottom_left_images{
	position:relative;
	margin-top:10px;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}
.listview_1_of_2{
	display: block;
	float:left;
    /*margin: 1.4% 0 0% 1.6%;
    */
	box-shadow: 0px 0px 3px rgb(150 150 150);
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: 9px;
	margin-left: 10px;
}
.listview_1_of_2:hover {
	box-shadow: 0 0 10px #d4d4d4;
	-moz-box-shadow: 0 0 10px #d4d4d4;
	-webkit-box-shadow: 0 0 10px #d4d4d4;
	-o-box-shadow: 0 0 10px #d4d4d4;
	-ms-box-shadow: 0 0 10px #d4d4d4;
}
.listimg{
	text-align:center;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 2% 0 0% 3.6%;
}
.section.group.latest-product {
	margin-left: -10px;
}
/*.listview_1_of_2:first-child {
     margin-left: 0;
}
 */
.images_1_of_2 {
	width: 45%;
	padding:1.5%;
}
.listimg_2_of_1 {
	width: 48.2%;
}
.list_2_of_1 {
	width: 48.2%;
}
.images_1_of_2 img {
	height: 133px;
	width: 90px;
	object-fit: cover;
}
.list_2_of_1 h2, .list_2_of_1 h2 a{
	color:#CC3636;
	font-size:1em;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	text-transform:uppercase;
	line-height: 22px;
}
.wishlist-wrap .list_2_of_1 h2 a{
	font-size:1.5em;
}
.list_2_of_1 p{
	font-size:0.8125em;
	color: #333;
	line-height: 1.6em;
	padding:0;
	font-family: "Lato",Arial,sans-serif;
	/*font-family : verdana, arial, helvetica, helve, sans-serif;*/
}
.list_2_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_2_of_1 .button a{
	padding:7px 15px;
	font-size:0.8em;
	font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
	background:#602D8D url(../images/large-button-overlay.png);
	color : #fff;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.list_2_of_1 .button a:hover{
	border: 1px solid #4D00A0;
	background:#70389C;
	text-decoration:none;
}
.header_bottom_right_images{
	float:left;
	width:49.6%;
	padding-top: 15px;
}
.content{
	padding:20px 0;
	background:#FFF;
}
.content h2{
	font-size:23px;
	color:#6C6C6C;
	font-family: 'Monda', sans-serif;
}
.content_top{
	padding:15px 20px;
	border:1px solid #EBE8E8;
	border-radius:3px;
    /*margin-top: 20px;
    */
}
.content_bottom{
	padding:15px 20px;
	border:1px solid #EBE8E8;
	border-radius:3px;
	margin-top:2.6%;
}
.heading{
	float:left;
	margin-right:10%;
}
.content_bottom .heading a:hover, .content_top .heading a:hover{
	color: #CC3636;
}
.heading h3, .heading h3 a{
	font-family: 'Monda', sans-serif;
	font-size:22px;
	color:#602D8D;
	text-transform:uppercase;
}
.sort,.show{
	float:left;
	width:14%;
	margin-left:1.6%;
	padding-top:5px;
}
.sort p,.show p{
	display:inline;
	font-size:0.8125em;
	color: #333;
}
.sort select,.show select{
	display:inline;
	font-size:1.1em;
	color: #333;
	margin-left:2px;
}
.page-no{
	float:right;
	padding-top:5px;
}
.page-no p{
	display:inline;
	font-size:0.8125em;
	padding:0.3em 0;
	color: #333;
}
.page-no ul{
	display:inline;
}
.page-no li{
	display:inline;
}
.page-no li a{
	font-size:0.8125em;
	color: #333;
	line-height: 1.6em;
	font-family : verdana, arial, helvetica, helve, sans-serif;
	padding:5px 5px;
}
.page-no li a:hover,.page-no li.active{
	color:#602D8D;
	text-decoration:underline;
}
/**** Grid 1_0f_4 ****/
.grid_1_of_4{
	display: block;
	float:left;
	margin: 5% 0 1% 0;
	box-shadow: 0px 0px 3px rgb(150 150 150);
}
/*.grid_1_of_4:first-child {
	margin-left: 0;
}*/
.category_product .section{
	margin-left: -20px;
}
.category_product .grid_1_of_4{
	margin: 15px 0 5px 20px;
}
.category_product .images_1_of_4 {
	width: 20.3%;
	padding:1.5%;
}
.home-paybill .images_1_of_4 > a {
    padding: 0 0% 0% 0%;
}

.home-paybill .images_1_of_4 {
    padding: 3% 3% 7%;
}

.paybill .images_1_of_4 {
    width: 22.3%;
    padding: 0.5% 0.5% 1.9% 0.5%;
}
.images_1_of_4 {
    width: 92%;
    
    /*padding:1.5%;
    */
	padding: 10% 3.6%;
	text-align:center;
	position:relative;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.images_1_of_4 > a {
	display: block;
	padding: 0 15% 5% 15%;
}
.images_1_of_4:hover {
	box-shadow: 0 0 10px #d4d4d4;
	-moz-box-shadow: 0 0 10px #d4d4d4;
	-webkit-box-shadow: 0 0 10px #d4d4d4;
	-o-box-shadow: 0 0 10px #d4d4d4;
	-ms-box-shadow: 0 0 10px #d4d4d4;
}
.images_1_of_4 img{
	max-width:100%;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.images_1_of_4:hover a img{
	-webkit-transform: scale(1, 1.03);
	-moz-transform: scale(1, 1.03);
	-ms-transform: scale(1, 1.03);
	-o-transform: scale(1, 1.03);
	transform: scale(1, 1.03);
}
.discount{
	background:url(../images/discount-img.png) no-repeat 0 0;
	position: absolute;
	top: 30px;
	width: 42px;
	height: 42px;
}
.discount span.percentage{
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 40px;
}
.images_1_of_4 h2,.images_1_of_4 h2 a {
	color: #CC3636;
	font-family: 'Monda', sans-serif;
    /*font-size:0.9em;
    */
	font-size:1em;
	font-weight : normal;
	margin-top: 8px;
}
.images_1_of_4:hover h2 a:hover {
	color: #e67e7e;
}
.images_1_of_4 p {
	font-size:0.8125em;
	padding:0.4em 0;
	color: #333;
	line-height: 20px;
}
.images_1_of_4 .p-text {
	min-height: 40px;
}
.images_1_of_4 p span.strike{
	font-size:18px;
	font-family: 'Monda', sans-serif;
	color:#444;
	text-decoration:line-through;
}
.images_1_of_4 p span.price{
	font-size:18px;
	font-family: 'Monda', sans-serif;
	color: #CC3636;
	margin-left:15px;
}
.images_1_of_4 .button {
	float: left;
	line-height: 1.9em;
	margin-top: 0.3em;
	width: 100%;
}
.images_1_of_4 .button a{
	padding:7px 20px;
	font-size:0.8em;
}
.images_1_of_4 .button a{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 15px;
	text-transform: none;
	color: #737370;
	text-decoration: none!important;
	background: url(../images/button-bg.png) repeat-x 0 0 #E8E8E8;
	display: inline-block;
	border-left: 1px solid #D4D4D4!important;
	border-right: 1px solid #ADADAD!important;
	border-top: 1px solid #E0E0E0!important;
	border-bottom: 1px solid #9C9C9C!important;
	cursor: pointer!important;
	margin: 0 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.images_1_of_4:hover .button a {
	background: #70389C;
	color: #fff;
	border: 1px solid #70389C;
}
.images_1_of_4 .button span img{
	position:absolute;
}
.images_1_of_4 .button a.cart-button{
	padding:7px 5px 7px 38px;
}
/*** Footer ***/
.footer_section .address{
	color: #fff;
	font-size: 0.9em;
	line-height: 23px;
	margin-top: 12px;
	display: flex;
}
.footer_section .icons, .company_address span{
	display: inline;
	color: #0078C7;
	width: 20px;
	height: 20px;
	margin-right: 1px;
	font-size: 13px;
}
li.mail {
	margin-top: 12px;
}
.wrapper{
	width:86%;
	margin:0 auto;
	padding:0 1%;
}
.footer{
	position:relative;
	background: #000;
	/*background: -moz-linear-gradient(top, #414045 55%, #2f2e33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#414045), color-stop(100%,#2f2e33));
	background: -webkit-linear-gradient(top, #414045 55%,#2f2e33 100%);
	background: -o-linear-gradient(top, #414045 55%,#2f2e33 100%);
	background: -ms-linear-gradient(top, #414045 55%,#2f2e33 100%);
	background: linear-gradient(to bottom, #414045 55%,#2f2e33 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414045', endColorstr='#2f2e33',GradientType=0 );
	box-shadow: inset 0px 1px 8px #222;
	padding: 65px 0;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
	border-right: 2px groove #555;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
/* all browsers except IE6 and lower */
.col_1_of_4:last-child {
	border:none;
}
.span_1_of_4 {
	width: 20.5%;
	padding:0 1.5%;
}
.span_1_of_4 h4 {
    /*color:#ccc;
    */
	color:#fff;
	margin-bottom: .5em;
	font-size:1.2em;
	line-height: 1.2;
	font-family:'Doppio One', sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform:uppercase;
	border-bottom:1px solid #474747;
	padding-bottom:0.5em;
}
.span_1_of_4 li a{
	font-size:0.9em;
	padding:0.4em 0;
    /*color:#979797;
    */
	color:#fff;
	font-family :Arial, Helvetica, sans-serif;
	display:block;
}
.span_1_of_4 li a:hover{
	text-decoration: underline;
}
/*.span_1_of_4 li a:hover,.span_1_of_4 li span:hover{
     color:#BBB7B7;
}
*/
.span_1_of_4 li span a{
	font-size:1.2em;
	padding:0.2em 0;
    /*color:#979797;
    */
	color:#fff;
	display:block;
	cursor:pointer;
}
/*** Social Icons ***/
.social-icons{
	padding-top:8%;
}
.social a {
	width: 29px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin-right: 1px;
	display: inline-block;
}
.social a.fb {
	background: #1976d2;
}
.social a.tw {
	background: #03a9f4;
}
.social a.gl {
	background: #dd4b39;
}
.social a.ld {
	background: #007ab9;
}
.social a.yt {
	background: #f44336;
}
/*.social-icons li {
     width:30px;
     height:30px;
     padding: 0px 0 0 5px;
     margin: 0;
     display:inline-block;
     cursor:pointer;
}
*/
/*.social-icons li.facebook {
     background:url(../images/icon-2.png) no-repeat 0px -29px;
}
 .social-icons li.facebook:hover {
     background:url(../images/icon-2.png) no-repeat 0px 0px;
}
 .social-icons li.twitter {
     background:url(../images/icon-3.png) no-repeat 0px -29px;
}
 .social-icons li.twitter:hover {
     background:url(../images/icon-3.png) no-repeat 0px 0px;
}
 .social-icons li.googleplus {
     background:url(../images/icon-4.png) no-repeat 0px -29px;
}
 .social-icons li.googleplus:hover {
     background:url(../images/icon-4.png) no-repeat 0px 0px;
}
 .social-icons li.contact {
     background:url(../images/icon-1.png) no-repeat 0px -29px;
}
 .social-icons li.contact:hover {
     background:url(../images/icon-1.png) no-repeat 0px 0px;
}
 .footer .main-footer .news-letter .social a.fb {
     background: #1976d2;
}
*/
.copyright {
	background: #000;
	border: 2px groove #8e8e8e;
}
.copy_right{
	text-align:center;
	padding:15px 0;
	font-size:14px;
	color:#747474;
	color: #fff;
}
.copy_right p{
	display: flex;
	justify-content: center;
}
.copy_right p a {
	display: inline-block;
	width: 11%;
	height: 20px;
	margin-left: 6px;
}
.copy_right p a:hover{
	color:#BBB7B7;
	text-decoration:none;
}
/*** move top **/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:48px;
	height:48px;
	border:none;
	text-indent:100%;
	background:url(../images/arrow_up.png) no-repeat right top;
}
#toTopHover {
	width:48px;
	height:48px;
	display:block;
	overflow:hidden;
	float:right;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}
/* Preview ============================================================================= */
.back-links{
	float:left;
	padding-top:5px;
	width:20%;
}
.back-links p{
	font-size:0.8125em;
	color: #333;
}
.back-links p a{
	font-size:0.9em;
	padding:0 1.3%;
	color: #333;
}
.back-links p a:hover,.back-links p a:active{
	color:#70389C;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	background:#F0F0F0;
	padding:1.5%;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}
.cont-desc{
	display: block;
	float:left;
	clear:both;
}
.rightsidebar{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
	padding-right: 0 !important;
}
.cont-desc:first-child {
	margin-left: 0;
}
.desc{
	display: block;
	float:left;
	margin: 0% 0 0% 2.6%;
}
.span_1_of_2{
	width: 78.9%;
	padding: 1.5% 0 1.5% 1.5%;
	padding-left: 0;
}
.images_3_of_2 {
	/*width: 52.4%;*/
	width: 62.4%;
	float:left;
	text-align:center;
}
.span_3_of_2{
	/*width: 45%;*/
	width: 35%;
}
.span_3_of_1{
	width: 18%;
	/*padding:1.5%;*/
	padding: 1.5% 1.5% 1.5% 0;
}

.images_3_of_2 img {
	height: 302px;
	max-width: 100%;
     width: 100%;
    
}

.details-product .images_3_of_2 img {
	height: auto !important;
}
.span_3_of_2 h2 {
	font-family: 'Monda', sans-serif;
	font-size:1.5em;
	color: #CC3636;
	font-weight : normal;
	margin-top: 0px;
	text-transform:uppercase;
	margin-bottom: 13px;
}
.span_3_of_2 p{
	padding:0.3em 0;
	color:#969696;
	line-height: 1.6em;
	/*font-size:0.8125em;*/
	/*font-family : verdana, arial, helvetica, helve, sans-serif;*/
	font-family: "Lato",Arial,sans-serif;
	font-size: 16px;
}
.price p{
	font-size:0.8125em;
	padding:1.5% 1%;
	color: #666;
	vertical-align:top;
}
.price p span{
	/*font-size:1.5em;*/
	font-size:1.3em;
	font-family: 'Monda', sans-serif;
	color: #CC3636;
}
.available{
	padding:10px 0;
	border-top:1px solid #E0E0E0;
}
.available p{
	font-size:0.9em;
	color:#333;
	font-weight:bold;
	padding-bottom:10px;
}
.available li{
	display:inline;
	font-size:0.8125em;
	padding:1.5% 2%;
	color:#353535;
}
.available li select{
	display: inline;
	font-size: 1em;
	color: #333;
	margin-left:3px;
}
.share p{
	padding-top:10px;
	font-size:0.9em;
	color:#333;
	font-weight:bold;
}
.share li{
	display:inline-block;
	margin:5px 6px;
}
.add-cart{
	padding-top:15px;
}
.rating{
	float:left;
}
.rating p{
	padding-top:10px;
	font-size:0.9em;
	color:#333;
	font-weight:bold;
}
.rating p span{
	font-size:0.8125em;
	color: #666;
	font-weight:normal;
}
.rating p img{
	vertical-align: top;
	padding-left: 5px;
}
.product-desc,.product-tags{
	clear:both;
	padding-top:20px;
}
.product-desc h2,.product-tags h2{
	padding:8px 20px;
	background:#602D8D;
	border: 1px solid #EBE8E8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-family: 'Monda', sans-serif;
	font-size:1.2em;
	color:#FFF;
	text-transform: uppercase;
	text-shadow:0 1px 5px rgba(34, 34, 34, 0.17);
}
.product-desc p{
	padding: 0.3em 0;
	color: #969696;
	line-height: 1.6em;
	font-size: 16px;
	font-family: "Lato",Arial,sans-serif;
	/*font-size: 0.812em;
	font-family: verdana, arial, helvetica, helve, sans-serif;*/
}
.product-tags h4{
	padding:10px 0;
	font-size:0.9em;
	color:#333;
	font-weight:bold;
}
.input-box{
	background:url(../images/tag.png) no-repeat 0 8px;
	padding-left:35px;
}
.input-box input[type="text"]{
	padding:8px;
	display:block;
	width:95%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.product-tags .button{
	margin-top:15px;
	line-height:3em;
}
.span_3_of_2 .button{
	float:right;
	margin-top:1%;
	line-height:2em;
}
.span_3_of_2 .button a,.product-tags .button a{
	padding:12px 20px;
	font-size:1em;
	font-weight:bold;
	font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	background : #3f4040;
	color : #fff;
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.span_3_of_2 .button a:hover,.product-tags .button a:hover{
	border: 1px solid #303030;
	background: #525252;
	text-decoration:none;
}
.span_3_of_1 li a{
	font-size:0.8125em;
	padding:0.42em 8%;
	color: #666;
	display: block;
	line-height: 1.6em;
	font-family : Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #CCC;
	background: url(../images/drop_arrow.png) no-repeat 5px 11px;
}
.span_3_of_1 li a:hover{
	background: url(../images/drop_arrow-hover.png) no-repeat 5px 11px;
	color:#602D8D;
}
.span_3_of_2 .button{
	float:right;
	margin-top:1%;
	line-height:2em;
}
.span_3_of_2 .button a{
	padding:12px 20px;
	font-size:1em;
	font-weight:bold;
	font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	background : #3f4040;
	color : #fff;
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.span_3_of_2 .button a:hover{
	border: 1px solid #303030;
	background: #525252;
	text-decoration:none;
}
.subscribe{
	padding-top:20px;
}
.subscribe p{
	font-size:12px;
	color:#444;
	padding:5px 0;
}
.signup{
	border-radius:0.2em;
	-webkit-border-radius:0.2em;
	-moz-border-radius:0.2em;
	-o-border-radius:0.2em;
	margin-top:5px;
	background:#E7E7E7;
	box-shadow: inset 0px 2px 5px #707070;
}
.signup input[type="text"]{
	border:none;
	background:none;
	padding:5px;
	outline:none;
	width:217px;
	font-size:12px;
	color:#7c7c7c;
}
.signup input[type="submit"]{
	border: 1px solid #5C5655;
	padding:8px 20px;
	font-size:12px;
	margin:0;
	font-weight:bold;
	cursor:pointer;
	background : #565656;
	filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#565656');
	color : #fff;
	text-shadow : 0 1px 0 rgba(0, 0, 0, 0.2);
}
.signup input[type="submit"]:hover{
	background : #5e5e5e;
	background : -moz-linear-gradient(top, #5e5e5e 0%, #404040 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#404040));
	background : -webkit-linear-gradient(top, #5e5e5e 0%,#404040 100%);
	background : -o-linear-gradient(top, #5e5e5e 0%,#404040 100%);
	background : -ms-linear-gradient(top, #5e5e5e 0%,#404040 100%);
	background : linear-gradient(top, #5e5e5e 0%,#404040 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#404040',GradientType=0 );
	box-shadow : 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
	-moz-box-shadow : 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
}
.community-poll{
	padding-top:5%;
}
.community-poll p{
	color: #C94848;
	font-size:0.8em;
	font-weight: normal;
	padding:2% 0;
}
.poll li{
	padding: 3px 0px 9px 0;
}
.poll input.radio {
	float: left;
	margin: 2px 0 0 0;
}
.poll .label {
	display: block;
	margin-left: 20px;
}
.poll label{
	font-size:0.8125em;
	padding:0.42em 1%;
	color: #666;
	font-family : Arial, Helvetica, sans-serif;
}
/* About ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.col_1_of_3:first-child {
	margin-left: 0;
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%;
}
.span_1_of_3 img{
	border:1px solid #DDD;
	max-width:100%;
}
.span_1_of_3 h3{
	color: #6C6C6C;
	margin-bottom:0.5em;
	font-size:1.2em;
	line-height: 1.2;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	margin-top: 0px;
	text-transform:uppercase;
}
.span_1_of_3 p {
	font-size:0.8125em;
	padding:0.5em 0;
	color:#747474;
	line-height: 1.6em;
	font-family :Arial, Helvetica, sans-serif;
}
.year{
	float:left;
	width:15%;
}
.year p{
	color:#70389C;
	font-size:0.95em;
}
.span_1_of_3 p.history{
	float:left;
	width:85%;
	font-size:0.8125em;
	color:#747474;
	line-height: 1.6em;
}
.span_1_of_3 .list li a{
	font-size:0.82em;
	padding:0.35em 1.2em;
	color:#602D8D;
	background: url(../images/drop_arrow-hover.png) no-repeat 0px 10px;
	display:block;
}
.span_1_of_3 .list li a:hover{
	color:#747474;
}
/*** team ***/
.grid_1_of_5{
	display: block;
	float:left;
	margin: 1% 0 0% 1.6%;
}
.grid_1_of_5:first-child {
	margin-left: 0;
}
.images_1_of_5 {
	width: 15.72%;
	padding: 1.5%;
}
.images_1_of_5 img{
	max-width:100%;
	display:block;
}
.images_1_of_5 h3{
	color:#C94848;
	margin-top:0.2em;
	font-size:1em;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
}
.images_1_of_5 p {
	font-size:0.8125em;
	padding:0.2em 0;
	color: #333;
	line-height: 1.6em;
}
/*** End Team ***/
/* FAQ ============================================================================= */
.questions{
	margin:20px 0 10px 0;
}
.questions h4{
	color:#70389C;
	font-size: 15px;
	margin-bottom:5px;
	font-weight: normal;
}
.questions p{
	color: #444;
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 5px;
}
/* Contact Form ============================================================================= */
.support{
	padding:1.5%;
}
.support_desc{
	float:left;
	width:75%;
}
.support_desc h3{
	font-size:30px;
	color: #6C6C6C;
	padding:5px 0;
	font-family: 'Monda', sans-serif;
}
.support_desc p span{
	font-size:15px;
	color:#666;
}
.support_desc p{
	font-size:12px;
	color:#777;
	line-height:1.8em;
	padding:5px 0;
}
.support img{
	float:left;
	margin-left:4%;
	margin-top:0px;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}
.span_2_of_3 {
	width: 55%;
	padding:1.5%;
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%;
}
.span_2_of_3 h2, .span_1_of_3 h2 {
	margin-bottom:0.5em;
	line-height: 1.2;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	margin-top: 0px;
}
.cartpage {
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 10px;
}
.cartpage h2 {
    /* border-bottom: 1px solid #ddd; */
    font-size: 26px;
    margin: 12px 0 24px;
    /* width: 141px; */
}
.tblone {
	border: 1px solid #fff;
	margin-bottom: 12px;
	width: 100%;
}
.tblone th {
	background: #666 none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	padding: 5px 8px;
	text-align: center;
}
.tblone td{
	padding:10px;
	text-align:center;
}
table.tblone tr:nth-child(2n+1){
	background:#fff;
	height:30px;
}
table.tblone tr:nth-child(2n){
	background:#fdf0f1;
	height:30px;
}
table.tblone input[type="number"] {
	border: 1px solid #ddd;
	padding: 2px;
	width: 60px;
}
table.tblone input[type="submit"] {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 1px 5px;
}
table.tblone a {
	color: #fe5800;
	font-weight: bold;
	text-decoration: none;
}
table.tblone a:hover{
	color: #000;
}
table.tblone img {
    height: 60px;
    width: 80px;
    vertical-align: middle;
}
.shopping {
	margin-top: 30px;
}
.shopleft, .shopleft {
	float: left;
	text-align: center;
	width: 610px;
}
.shopleft img{
	outline:none
}
.shopleft a,.shopright a{
	outline:none
}
.shopright img {
	width: 270px;
	outline:none 
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color:#757575;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;
}
.contact-form input[type="submit"]{
	padding:7px 25px;
	cursor:pointer;
    /*background:#FFF url(../images/large-button-overlay.png);
    */
	background: -webkit-gradient(linear,left top,left bottom,from(#70389C),to(#602D8D));
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	right:0;
	border: 1px solid #ccc;
	color: #fff;
	font-size:1em;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.contact-form input[type="submit"]:hover{
	background: #414045;
	border-color: #fff;
	color: #fff !important;
}
.contact-form input[type="submit"]:active{
	background-color:#FFF;
}
.company_address p{
	padding:0.2em 0;
	font-family :Arial, Helvetica, sans-serif;
}
.company_address p a{
	color: #757575;
	cursor:pointer;
}
.footer-location {
	display: flex;
	align-items: baseline;
}
.company_address p a:hover{
	text-decoration: underline;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}
.global_css h3{
	font-family: 'Monda', sans-serif;
	font-size:21px;
	font-weight: 600;
	margin-bottom: 14px;
}
.global_css p{
	 margin-bottom: 17px;
    /* line-height: 27px; */
    /*font-family: verdana, arial, helvetica, helve, sans-serif;*/
    font-family: "Lato",Arial,sans-serif;
    font-size: 16px;
    line-height: 27px;
}
/*About Us page desing*/
.about_us_page{
	overflow: hidden;
	width: 83%;
    margin: 0 auto;
}
.ceo-text-block h6 {
    margin: 0;
    font-size: 1em;
    font-family: "Lato",Arial,sans-serif;
    line-height: 23px;
}
.ceo-text-block h6 strong{
	font-weight: 700;
}
.ceo-text {
	float: right;
	margin-left: 20px;
	width: 300px;
}
.ceo-text-block {
	background: #C6EAF8;
	padding: 10px;
	color: #000;
}

.not-found h2{
	font-size: 40px;
	text-align: center;
	margin: 80px 0;
	font-weight: 700;
	color: red;
	text-transform: capitalize;
}

/*wishlist css*/
.wishlist-wrap {
    margin-left: -2%;
}
.wishlist-wrap .images_1_of_2 {
    width: 20%;
    padding: 1.5%;
    margin-left: 2%;
    margin-bottom: 11px;
    position: relative;
}


.wishlist-wrap .images_1_of_2 img {
    width: 100%;
    object-fit: contain;
    display: block;
}


.wishlist-wrap .images_1_of_2 .text h2 {
	font-size: 0.8em;
}
a.close {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    padding: 8px;
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 11px;
    font-size: 12px;
    z-index: 99;
}
.ad_poster_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ad_poster_image img {
	object-fit: cover;
	width: 48%;padding: 1%;
	margin: 0 auto;
}




/* Product css alternative */
#gal1{
	margin-top: 15px;
}
#gal1 a {
	display: flex;
    border: 1px solid #631ea0;
    padding: 5px;
    height: 48px;
    width: 40px;
    margin-bottom: 10px;
    align-items: stretch;
}


#gal1 a img{
	height: auto;
}

#gal1 .owl-nav {
    display: none;
}

.maps iframe {
    width: 100%;
    border: none;
    height: 400px;
}
.zoom-image {
    width: 100%;
}
.zoom-image .zoomWrapper img{
	position: inherit !important;
}


#gal1 {
    width: 12%;
    margin-right: 3%;
}