
/* HTML5 display-role reset for older browsers */
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;
}
/*------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #555555;
	font-size: 15px;
	line-height: 1.428571429;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #252525;
	line-height: 1.35;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #555555;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #e6aa21;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
input[type=text] {
	min-width: 50px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%; 
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #e6aa21;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #e6aa21;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #e6aa21;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e6aa21;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e6aa21;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e6aa21;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #e6aa21;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #e6aa21;
}
.tooltip-inner{
	background: #e6aa21;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
.product-layout:hover  .actions-link,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff;
	background-color: #e6aa21;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: none;
	background: #333;
	padding: 0px 20px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	line-height: 34px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 20px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
/* owl carousel */
.owl-container {
  margin: 0 -15px;
}
.owl-theme .owl-controls {
	text-align:center;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div {
  opacity: 1;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.owl-container .owl-carousel .owl-item {
  padding: 0 15px;
}
.owl-container .owl-carousel .owl-controls .owl-page:hover span,
.owl-container .owl-carousel .owl-controls .owl-page.active span {
  background: #e6aa21;
}
.owl-container .owl-carousel .owl-controls .owl-page {
	display:inline-block;
	vertical-align:top;
}
.owl-container .owl-carousel .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #dedede;
  margin: 5px;
  font-size: 0;
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  border: 1px solid #d0d0d0;
  color: #707070;
  background: #fff;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:before {
  font-family: "Ionicons";
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  width: 100%;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f3cf";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\f3d1";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #e6aa21;
  border-color: #e6aa21;
  color: #fff;
}
/*--------------*/

/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	
	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
#boxes .newletter-title h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}
.newletter-popup #dialog {
	padding: 50px 20px;
}
#boxes .box-content label{
	font-weight: 400;
	max-width: 650px;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding-left: 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	
	text-align: center;
	background: #333;
	border-radius: 0;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	color: #fff;
	margin-top: -49px;
	margin-right: -19px;
}
#popup2:hover {
	background:#e6aa21;
}
/* newsllter */

.newletter-subscribe {
	float: left;
	padding: 2px 0;
}
#dialog-normal .newletter-title h3{
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#dialog-normal .newletter-title label{

display: none;
}

#dialog-normal .newleter-content{

    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
	margin-top: 5px;
}
#subscribe-normal {
	margin-bottom: 0;
	position: relative;
	width: 670px;
}
#subscribe_email-normal{
	display: inline-block;
	background: #fff;
	padding: 10px 132px 10px 10px;
	border: 0;
	line-height: 30px;
	height: 52px;
	border-radius: 0;
	color: #a2a2a2;
	font-size: 15px;
	width: 100%;
	font-weight: 400;
	font-style: italic;
}
#subscribe-normal .btn:hover{
	color:  #252525;
}
#subscribe-normal .btn{
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	line-height: 52px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding: 0 25px;
	background: #e6aa21;
	color: #fff;
	border-radius: 0;
	
}

#notification-normal{
	position: absolute;
	bottom: -25px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #fff;
	text-align: center
}
/* container full */
.container {
	width: auto;
	padding-left: 75px;
	padding-right:75px;
	max-width: 1920px;
}
/* Top */
#top{
	background: #252525; 
}
#top .box-left {
	float:left;
}
#top .box-left > li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	color: #aaaaaa;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 14px;
}

#top .box-right {
	float:right;
}
#top .box-right > li {
	display: inline-block;
	vertical-align: top;
}


#top .box-left li:before{
	content:"\f2c3";
	display:inline-block;
	vertical-align: top;
	margin-right:10px;
	font-size: 16px;
	color: #fff;
	font-family: "Ionicons";
}
#top .box-left .phone:before {
	content: "\f4b9";
}

#top .btn-group .text-ex{
	padding: 13px 0;
	margin-right: 9px;
	color: #ececec;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 14px;
}
#top .btn-group  .btn-link {
	text-shadow: none;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
	color: #aaaaaa;
	line-height: 24px;
	font-weight: 400;
	padding: 13px 0;
	display: block;
	text-align: left;
	text-decoration: none;
	border: 0;
}
#top .setting .btn-group  .btn-link {
	text-transform: capitalize;
}
#top .btn-group  .btn-link i {
	margin-left: 7px;
	font-size: 12px;
	color: #fff;
	vertical-align: top;
}
#top .btn-group  .btn-link:hover {
	text-decoration: none;
	color: #fff;
}
#top .box > li { 
	padding-right: 18px;
	margin-right: 18px;
	position: relative;
}
#top .box > li:last-child {
	margin-right:0;
	padding-right:0;
}
#top .box > li:after {
	content: "";
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#top .box > li:last-child:after { 
	display:none;
}
#top .btn-group .dropdown-menu{
	position: absolute;
	left:auto;
	right: -15px;
	padding: 0 20px;
	text-align: left;
	margin: 0;
	background: #252525;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
#top .btn-group .dropdown-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#top .btn-group .dropdown-menu li:last-child {
	border:0;
}
#top .btn-group .dropdown-menu li > a,
#top .btn-group .dropdown-menu li> button {
	font-size: 14px;
	padding: 12px 0;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	height: inherit;
	border-radius: 0;
	text-align: left;
	color: #aaaaaa;
}
#top .btn-group .dropdown-menu li > a:hover,
#top .btn-group .dropdown-menu li> button:hover {
	text-decoration: none;
	color: #fff;
}
#top .btn-group .dropdown-menu li a img,
#top .btn-group .dropdown-menu li button img{
	vertical-align: baseline;
	margin-right:5px;
	display: none;
}
#top .btn-group .dropdown-menu > a:hover,
#top .btn-group .dropdown-menu > button:hover,
#top .btn-group .dropdown-menu .item-selected{
	color: #fff;
	text-decoration: none;
}
.logo-container {
	float: left;
}
#logo{
	padding: 41px 0;
}
#logo a{
	display: inline-block;
}
.header-text {
	background: #ffe8e8;
	padding: 11px 0;
	text-align:center;
	position: relative;
	z-index: 9;
}

.header-inner {
	position:relative;
	z-index:8;
}
.header-inner .container-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}
.header-inner .search-cart {
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-cart .box-cart {
	display:inline-block;
	vertical-align:top;
	padding: 10px 0;
}
/* search category */
.top-search {
	display: inline-block;
	vertical-align: top;
	margin-right: 150px;
}
#search-by-category {
    position: relative;
    width: 570px;
}
#search-by-category .search-container{
}
#search-by-category .search-container .categories-container{
    float: right;
    position:relative;
    padding: 11px 0;
    margin-top: -42px;
    display: none;
}
#search-by-category .search-container #text-search{
    padding: 10px 55px 10px 30px;
    height: 54px;
    font-size: 15px;
    font-style: italic;
    z-index: 1;
    background: #fff;
    color: #999;
    border-radius: 0;
    width: 100%;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#search-by-category #sp-btn-search{
    position: absolute;
    right: 0;
    top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    color: #b1b1b1;
    padding:0 25px 0 20px;
    cursor: pointer;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 12px;
	border-left: 2px solid #e1e1e1;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    right:0px;
	line-height: 20px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:100%;
    cursor: pointer;
	top: 100%;
}
.cate-items li {
    text-transform: uppercase;
    color:#333;
    font-size: 10px;
    list-style: none;
}
.cate-items li:hover{
    color:#e6aa21
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0px;
    top: 100%;
    width: 88%;
}
.ajax-result-item .product-info .detail .price-box .old-price{
	text-decoration: line-through;
	color: #acacac;
	font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p{
	display: inline-block;
}
.ajax-result-item .product-info .detail .price-box{
	font-weight: 700;
	margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name{
	margin: 10px 0;
}
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
  padding: 20px;
  margin: 0;
  color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category:hover{
	color: #e6aa21;
}
#btn-search-category{
    background: transparent;
    border:none!important;
    padding:0;
    box-shadow:none;
    text-shadow:none;
    height: 54px;
    width: 54px;
    color: #252525;
    font-size: 0;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    line-height: 54px;
}
#btn-search-category:before {
	font-family: "Ionicons";
	content: "\f4a4";
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#wishlist-total,#link-compare {
	position: relative;
	display: inline-block;
	color: #555555;
	font-size: 15px;
	line-height: 32px;
	margin-right: 47px;
}
#wishlist-total span,#link-compare span {
	display: inline-block;
	vertical-align:top;
}
#wishlist-total i,#link-compare i,#cart > button > i{
	font-size: 32px;
	color: #252525;
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
	line-height: 32px;
}
#cart > button > i{
	margin-right: 9px;
}
#wishlist-total:hover,#link-compare:hover {
	color: #e6aa21;
}
.search-container{}
.cart-container{
	padding: 45px 15px 0 0;
	width: 18%;
}
#cart-total .item-cart {

}
#cart .dropdown-menu {
}

#cart{
	width: auto;
}
#cart-total{line-height: 32px;color: #555555;display: inline-block;vertical-align: top;font-size: 15px;}
#cart-total .total-price{
}

#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
	position: relative;
	/* padding: 14.5px 0; */
}

#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu{
	border: none;
	border-radius: 0;
	box-shadow: 0 6px 12px #000;
	width: 250px;
	margin: 0;
	padding: 10px;
	/* top: 35px; */
}
.top-menu {
	position: relative;
	z-index: 7;
}
.hozmenu-container:not(.fix-header) > .container{

}
.fix-header{
	border: none;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px #bdbdbd;
	-moz-box-shadow: 0 0 5px #bdbdbd;
	-webkit-box-shadow: 0 0 5px #bdbdbd;
	-o-box-shadow: 0 0 5px #bdbdbd;
	-ms-box-shadow: 0 0 5px #bdbdbd;
	width: 100%;
	max-width: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 30px;
	z-index: 889;
	margin: 0 auto;
	position: fixed !important;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 5.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_titles;
	-moz-animation-duration: 5.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	
}
.fix-header #pt_custommenu::after, 
.fix-header #pt_custommenu::before{
	display: none;
}
.fix-header .pt_custommenu div.pt_menu .parentMenu a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fix-header #pt_custommenu{
	margin: 0;
}
.fix-header .cart-container,
.fix-header .search-container,
.fix-header .logo-container{
	display: none;
}
.fix-header .vermagemenu-container{
	display: none;
}
body:not(.common-home) .vermagemenu-container .vermagemenu{
	position: static;
	margin-bottom: 50px;
}
body:not(.common-home) .vermagemenu-container{
	width: 100%;
	padding: 0;
}
body:not(.common-home) header:not(.fix-header) .hozmenu-container{
	width: 100%;
}
/* cms block */
.banner-static {
  text-align: center;
  clear: both;
  /* overflow: hidden; */
}
.banner-static .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	margin: auto;
	bottom: 2%;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
.banner-static .image a:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: none;
}
.banner-static .image a:hover:before {
  opacity: 1;
}
.banner-static .image a:hover img {
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  opacity: 0.9;
}

.banner-static .image a img {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.banner-static .image a .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 10px;
  z-index: 2;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-static .image a .text .text1,
.banner-static .image a .text .text2,
.banner-static .image a .text .link {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-menu .image a:before {
	display: none;	
}
.static-top-kavir1 {

}
.static-top-kavir1 .image {
	margin-top:30px;
}

.static-top-kavir1 .image a .text .text1 {
	font-weight: 700;
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	line-height: 1;
	font-family: 'Ek Mukta', sans-serif;
	margin-bottom: 20px;
}

.static-top-kavir1 .image a .text .link {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-decoration: underline;
	font-family: 'Ek Mukta', sans-serif;
}
/*-----------*/
.static-about-home h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 15px;
}
.static-about-home h4 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 20px;
}
.static-about-home p {
	font-size: 16px;
	line-height: 30px;
}
.static-about-home .link {
	font-size: 16px;
	background:#252525;
	color: #fff;
	line-height: 30px;
	padding: 7px 24px;
	text-transform: uppercase;
	font-weight: 700;
	display:inline-block;
	vertical-align: top;
	margin-top: 24px;
}
.static-about-home .link:hover {
	background: #e6aa21;
}
/* static-info bigone */
.static-info {
	overflow: hidden;
}
.static-info .col {
	width: 33.33333333%;
	float: left;
}
.static-info .box-info {
	text-align: center;
	border-top: 1px solid #ededed;
	padding: 90px 10px 100px 10px;
}
.static-info .box-info2 {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.static-info .box-info h2 {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-top:0;
	margin-bottom: 8px;
}
.static-info .box-info h2:before {
	content:"\f27c";
	font-family: "Ionicons";
	display: block;
	font-size: 48px;
	color: #e6aa21;
	font-weight:400;
	margin-bottom: 13px;
}
.static-info .box-info2 h2:before {
	content:"\f43d";
}
.static-info .box-info3 h2:before {
	content:"\f4a6";
}
.static-info .box-info span {
	display: block;
	color: #999;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.static-info .box-info p {
	line-height: 24px;
	max-width: 410px;
	margin: auto;
}
/* Products */ 
.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}


.item .item-inner {
	position: relative;
}
.label-pro-new,.label-pro-sale {
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: absolute;
	border-top: 31px solid #333333;
	border-bottom: 31px solid transparent;
	border-right: 31px solid transparent;
	border-left: 31px solid #333333;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 1;
	display: none;
}
.label-pro-new span,.label-pro-sale span {
	position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: -19px;
    left: -25px;
    white-space: nowrap;
}
.item-inner .images-container {
	position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.item-inner .images-container .product-image {
	position:relative;
	display: block;
}
.item-inner .images-container .img-r {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.item-inner:hover .images-container .img-r {
	opacity:1;
	visibility: visible;
}

.item-inner:hover .quick-view {
	opacity: 1;
}

.item-inner .actions button {
	line-height: 40px;
	height: 40px;
	width: 60px;
	background:rgba(230,170,33,0.2);
	letter-spacing: 0;
	font-size: 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
	color: #e6aa21;
	float: left;
	font-weight: 400;
}
.item-inner .actions button:before {
	content: "\f110";
	font-family: "Ionicons";
	font-size: 21px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.item-inner button.btn-quickview {
	line-height: 30px;
	background: #e6aa21;
	letter-spacing: 0;
	font-size: 14px;
	padding: 5px 17px;
	border-radius: 0;
	text-transform: uppercase;
	border:0;
	text-align: center;
	color: #fff;
	font-weight: 400;
}
.item-inner button.btn-quickview:before {
	content: "\f133";
	font-family: "Ionicons";
	font-size: 21px;
	margin-right: 10px;
	line-height: inherit;
	display: inline-block;
	vertical-align: top;
}
.item-inner button.btn-quickview:hover {
	background: #252525;
}
.item-inner .quick-view {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}
.qv-button-container {
	display: block;
	margin: auto;
}
.item-inner .actions button:hover {
	background: #e6aa21;
    border-color: #e6aa21;
    color: #fff;
}
.item-inner .actions .add-to-links {
	float: left;
}
.add-to-links {
	display:inline-block;
	vertical-align: top;
}
.add-to-links li {
	float: left;
	margin-left: 10px;
}
.add-to-links a{
	line-height: 40px;
	height: 40px;
	width: 60px;
	display: block;
	background: rgba(230,170,33,0.2);
	font-weight: normal;
	font-size: 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
	color: rgb(230, 170, 33);
}
.add-to-links a:before {
	content: "\f387";
    font-family: "Ionicons";
    font-size: 21px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
.add-to-links a.link-compare:before {
	content: "\f344";
}
.add-to-links a:hover {
	background: #e6aa21;
    border-color: #e6aa21;
    color: #fff;
}
.item-inner .des-container {
	padding: 26px 0 0 0;
	display: inline-block;
	width: 100%;
	background: transparent;
	text-align: center;
}
.product-name {
	margin-bottom: 12px;
	display: block;
	margin-top: 0;
}
.product-name a {
	color: #555555;
    padding: 0;
    display: block;
    line-height: 1.3;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 16px;
}
.product-name a:hover {
	color: #e6aa21;
}
.item-inner .des-container .ratings {
	margin-top: 13px;
}
.ratings {
	display:block;
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:top;
}
.rating-box div[class^='rating']{
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 12px;
	width: 72px;
	margin: auto;
}
.rating-box div.rating1{
	background-image: url('../image/rating1.png');
}
.rating-box div.rating2{
	background-image: url('../image/rating2.png');
}
.rating-box div.rating3{
	background-image: url('../image/rating3.png');
}
.rating-box div.rating4{
	background-image: url('../image/rating4.png');
}
.rating-box div.rating5{
	background-image: url('../image/rating5.png');
}
.price-box p {
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0;
}
.price-box .price {
	color: #252525;
	font-size: 24px;
	font-weight: 600;
}
.price-box p.special-price .price{
	color: #d8473a;
}
.price-box p.old-price {
	margin-left: 3px;
	margin-top: 7px;
}
.price-box p.old-price .price {
	color: #999999;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 400;
}
.item-inner .des-container .price-box {
	display: block;
}
/* module-style1 */
.module-style1:hover .owl-wrapper-outer {
	z-index: 1;
}
.module-style1 .owl-wrapper-outer {
	padding: 0 7px;
	margin:0 -7px;
	margin-bottom: -88px;
	width: auto;
	
}
.module-style1 .item {
	padding-top: 20px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.module-style1 .item:not(:first-child) {
	margin-top: 10px;
}
.module-style1 .row_items .item:last-child {
	padding-bottom: 88px;
}
.module-style1 .item-inner .des-container .ratings {
	margin-bottom: 12px;
}
.module-style1 .item-inner {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.module-style1 .item-inner:hover {
	background: #fff;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
	margin: -15px;
	padding: 15px;
	position: relative;
	z-index: 2;
	
}
.module-style1 .item-inner:hover .actions {
	opacity:1;
	visibility: visible;
}
.module-style1 .actions {
	position:absolute;
	background: #fff;
	opacity: 0;
	visibility:hidden;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 2;
	margin-top: -5px;
	padding-bottom: 30px;
	box-shadow: 0px 4px 7px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 7px 0 rgba(0,0,0,0.2);
}
.module-style1 .actions .inner {
	display: inline-block;
	vertical-align: top;
}
/* module title*/
.group-title {
	position: relative;
	display: block;
	margin-top: 94px;
	margin-bottom: 27px;
	text-align: center;
}
.group-title h2 {
	position: relative;
	display: block;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	font-family: 'Ek Mukta', sans-serif;
	color: #252525;
}
/* module-sidebar*/
.module-sidebar .group-title {
  text-align: left;
  margin-top: 0;
  border-bottom: 1px solid #ededed;
}
.module-sidebar .group-title h2 {
	font-size: 22px;
	padding-bottom: 11px;
}
.module-sidebar .item {
  margin-bottom: 0;
  margin-top: 30px;
  overflow: hidden;
}
.module-sidebar .item:first-child {
  margin-top: 0;
}
.module-sidebar .item .item-inner {
	margin:0;
}
.module-sidebar .item .item-inner .images-container {
  float: left;
  width: 32%;
  padding: 0;
}

.module-sidebar .item .item-inner .des-container {
  float: left;
  width: 68%;
  padding: 0 0 0 20px;
  text-align: left;
}
.module-sidebar .item .item-inner .des-container .product-name a {
	text-transform: capitalize;
	font-size: 14px;
	
}
.module-sidebar .item .item-inner .des-container .product-name {
	margin: 8px 0;
}
.module-sidebar .item .item-inner .des-container .price-box {
  display: block;
}
.module-sidebar .price-box .price {
	font-size: 18px;
}
.module-sidebar .price-box p.old-price .price {
	font-size: 14px;
}
.module-sidebar .price-box p.old-price {
	margin-top: 4px;
}
/* module-nav2 */
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -69px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 18px;
  height: 30px;
  border: 0;
  background: #fff;
  line-height: 30px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
	color: #e6aa21;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  margin-right: 10px;
}
/* module-group */
.module-group {
	background: #f8f8f8;
	padding-bottom: 100px;
	margin-top: 88px;
}
.module-group .group-title {
	text-align: left;
	margin-bottom: 27px;
}
.module-group .group-title h2 {
	font-size: 28px;
}
/* product-tabs-category-container-slider */
.product-tabs-category-container-slider .group-title h2 {
	display: none;
}
.product-tabs-category-container-slider .tabs-categorys {
	z-index: 1;
    padding-top: 30px;
    display: inline-block;
    vertical-align: top;
}
.product-tabs-category-container-slider .tabs-categorys li {
	font-size: 20px;
    color: #9f9f9f;
    line-height: 30px;
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    margin-right: 35px;
}
.product-tabs-category-container-slider .tabs-categorys li:last-child {
	margin:0;
}
.product-tabs-category-container-slider .tabs-categorys li:hover,.product-tabs-category-container-slider .tabs-categorys li.active {
	color: #333333;
}

/* product-tabs-container-slider */
.product-tabs-container-slider .group-title h2 {
	display: none;
}
.product-tabs-container-slider .group-title {
	text-align: center;
	margin-bottom: 13px;
}
.product-tabs-container-slider .tabs {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
}
.product-tabs-container-slider .tabs li {
	font-size: 32px;
	line-height: 1;
	color: #707070;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin-right: 45px;
	font-family: 'Ek Mukta', sans-serif;
}
.product-tabs-container-slider .tabs li:last-child {
	margin:0;
}
.product-tabs-container-slider .tabs li:hover,.product-tabs-container-slider .tabs li.active {
	color: #252525;
}
/* featured-categories-thumb */
.featured-categories-thumb {
	margin-top: 100px;
}
.featured-categories-thumb .group-title {
	display: none;
}
.featured-categories-thumb .fcategory-content {
	padding-top: 30px;
	padding-bottom: 25px;
	display: block;
	border: 2px solid #eee;
	text-align: center;
}
.featured-categories-thumb .fcategory-content:hover {
	border-color: #e6aa21;
}
.featured-categories-thumb .fcategory-content:hover .name a {
	color: #e6aa21;
}
.featured-categories-thumb .fcategory-content a {
	display: block;
}
.featured-categories-thumb .fcategory-content .name {
	margin-top: 24px;
	margin-bottom:0;
}
.featured-categories-thumb .fcategory-content .name a {
	display: block;
	color: #252525;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.featured-categories-thumb .owl-pagination {
	margin-top: 15px;
}
/* CountDown */
.is-countdown {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 	1;
	text-align: center;
	background: rgba(230,170,33,0.5);
}
.countdown-row {display: inline-block;vertical-align: top;}
.countdown-section {
	width: 55px;
	float: left;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	padding: 9px 0;
}

.countdown-amount {
	margin-bottom: 3px;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
}
.countdown-section:after {
	content: ":";
	position: absolute;
	color: #fff;
	right: 0;
	top: 50%;
	font-size: 16px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.countdown-section:last-child:after {
	display: none;
}
.countdown-period {
	display: block;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}
/* Testimonials */
.testimonial-box a {
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	color: #252525;
	display: block;
}
.testimonial-box a:before {
	content: "\f10d";
	display: block;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #e6aa21;
	margin-bottom: 19px;
	font-style:normal;
}
.testimonial-author {
	color: #e6aa21;
	font-weight: 600;
}
.testimonial-images {
	margin-top: 27px;
}
.testimonial-images img {
	border-radius: 100%;
	margin-right: 20px;
}
.testimonial-container .owl-pagination {
	text-align:right;
	margin-top: 20px;
}
.testimonial-container .owl-container .owl-carousel .owl-controls .owl-page span {
	width: 17px;
	height: 4px;
	background: #252525;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.testimonial-container .owl-container .owl-carousel .owl-controls .owl-page:hover span,
.testimonial-container .owl-container .owl-carousel .owl-controls .owl-page.active span {
	background: #e6aa21;
}
/* corporate */
.ma-corporate-about {
  background: #252525;
  text-align: center;
}
.ma-corporate-about .container-inner {
	padding: 27px 0 57px 0;
}
.ma-corporate-about .col {
  margin-top: 30px;
}
.ma-corporate-about .block-wrapper {
  position: relative;
}
.ma-corporate-about .block-wrapper .text-des:before {
	content: "\f2c3";
	font-family: "Ionicons";
	font-size: 48px;
	color: #e6aa21;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ma-corporate-about .block-wrapper.wrapper2 .text-des:before {
  content: "\f4b9";
}
.ma-corporate-about .block-wrapper.wrapper3 .text-des:before {
  content: "\f2eb";
}
.ma-corporate-about .block-wrapper.wrapper4 .text-des:before {
  content: "\f3b3";
}
.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  padding-left: 55px;
  position: relative;
}
.ma-corporate-about .block-wrapper .text-des h3 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
}
.ma-corporate-about .block-wrapper .text-des p {
	color: #c9c9c9;
	margin: 0;
}
/* End Corporate */
/* blog */
.menu-recent img {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
}
.menu-recent .articles-image a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.menu-recent .articles-image a:before {
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	display: none;
}
.menu-recent .articles-image a:hover:before {
	opacity: 1;
}
.menu-recent .articles-image a:hover img {
	-moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    opacity: 0.9;
}
.articles-name {
	display: block;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    margin-bottom: 6px;
    margin-top: 18px;
    color: #333;
}
.articles-date {
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 400;
	color: #9f9f9f;
}
.articles-intro p {
	line-height: 20px;
	font-size: 13px;
	padding: 0;
	font-weight: 400;
	margin: 0;
}
/* brand */
.brand-slider .item img {
	display:inline-block;
	vertical-align:top;
	opacity: 0.7;
}
.brand-slider .item:hover img {
	opacity: 1;
}
.brand-slider .container-inner {
	padding: 100px 0;
}
/* Social */
.follow h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 9px;
}
ul.link-follow {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
ul.link-follow li {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #a2a2a2;
  border-radius: 100%;
  font-size: 0;
  line-height: 1;
  padding: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.link-follow li a:before {
  font-size: 21px;
}
ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  color: #fff;
}
/* footer */
.common-home footer {
	margin-top: 0;
}
footer{
	margin-top: 90px;
}
.footer-top {
	background: #252525;
}
.footer-top .container-inner { 
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 70px 0 40px 0;
}
footer .col-footer{
	margin-bottom: 20px;
}
.col-1 .footer-title{
	display: none;
}
.footer-title{
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
}
.footer-content {
	line-height: 24px;
	color: #a3a3a3;
	font-weight: 400;
}
.footer-content .logo-footer {
	display: block;
	margin-bottom: 27px;
}
.footer-contact label {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-top: 14px;
	margin-bottom: 0;
}
.footer-contact p {
	margin:0;
	color: #fff;
}
.footer-contact .adress {
  position: relative;
  padding-left: 20px;
}
.footer-contact .adress:before {
  content: "\f041";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #e6aa21;
}
.footer-contact .adress.adress1 {
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.footer-contact .adress.adress1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #515151;
}

footer .list-unstyled.text-content li a:hover{
	color: #fff;
}
footer .list-unstyled.text-content li a {
	color: #a2a2a2;
	display: block;
	font-weight: 400;
	padding: 4px 0;
	
}
footer .list-unstyled.text-content li a:before {
	content: "\f3d3";
	font-family: "Ionicons";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.footer-support {
  border-top: 1px solid #414141;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 25px;
  position: relative;
}
.footer-support .logo-footer {
  float: left;
  margin: 30px 0;
}
.footer-support .support-info {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-support .support-info p {
  display: inline-block;
  vertical-align: top;
  margin:0;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #696969;
}
.footer-support .support-info p span {
  color: #fff;
}
.footer-support .support-info p:last-child {
  margin-right: 0;
}
.footer-bottom {
	background: #252525;
}
.footer-bottom .container-inner {
	padding: 69px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom .box-right {
	float: right;
	text-align: right;
}
.footer-bottom .footer-payment {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom .footer-copyright {
	color: #a2a2a2;
	background: none;
	text-transform: none;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
}
.footer-bottom .footer-copyright a {
	color: #fff;
}
.footer-bottom .footer-copyright a:hover {
	text-decoration: underline;
}
#back-top i{
	font-size: 18px;
}
#back-top:hover{
	background: #e6aa21;
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: rgba(51, 51, 51, 0.7);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	display: none;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,.1);
}
/* breadcrumb */
.common-home .breadcrumbs {
	display: none;
}
.breadcrumbs {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 55px;
}
.breadcrumb{
	margin: 0;
	background: none;
	text-transform: capitalize;
	padding: 0;
}
.breadcrumb li:before {
	color: #333 !important;
	margin: 0 7px ;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a{
	color: #e6aa21
}
.breadcrumb li a{
	color: #252525;
	font-size: 15px;
}
/* toolbar */
#compare-total {
	line-height: 28px;
	padding: 0;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	display: none;
}
.toolbar-products {
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}
.toolbar-products.toolbar-bottom {
	margin-bottom:0;
	border-top: 1px solid #ededed;
	padding-top: 26px;
	border-bottom:0;
	margin-top: 35px;
	text-align: center;
}
.toolbar-products .modes {
	display:inline-block;
	vertical-align: top;
	padding: 3px 0;
	margin-bottom: 10px;
}
.toolbar-products .toolbar-amount {
	line-height: 28px;
	padding: 0;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	display: none;
}
#grid-view i,#list-view i {
	
font-size: 42px;
	
line-height: 1;
	
display: block;
}
.modes button.btn {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0;
	background: transparent;
	padding: 0;
	float: right;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#list-view {
	margin-right: 20px;
}
.modes button.selected,.modes button:hover {
	color: #e6aa21;
}

.toolbar-products .sorter {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;
}
.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.toolbar-products .sorter label, .toolbar-products .limiter label {
	font-size: 15px;
	color: #252525;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-right: 10px;
	line-height: 28px;
	padding: 10px 0;
}
.toolbar-products .sorter select, .toolbar-products .limiter select {
	padding: 0 15px;
	height: 48px;
	min-width: 95px;
	font-size: 15px;
	color: #999999;
	border-radius: 0;
	width: auto;
	background: #f6f6f6;
	border: 0;
	box-shadow: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	display: inline-block;
	vertical-align: top;
}
.toolbar-products .pages {
	display:inline-block;
	vertical-align: top;
	padding: 4px 0;
}
.toolbar-products .pages ul {
	margin: 0;
	border-radius:0;
}
.toolbar-products .pages ul li {
	display: inline-block;
	vertical-align: top;
}
.toolbar-products .pages ul li a {
	color: #555;
	font-size: 15px;
	font-weight: 400;
	width: 40px;
	padding: 0;
	height: 40px;
	line-height: 38px;
	border-radius: 0;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 5px;
}
.toolbar-products .pages ul li span {
	color: #fff;
	font-size: 15px;
	background:none;
	border: none;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	margin: 0 5px;
	z-index: 1;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
	color: #fff;
	background: #e6aa21;
	border-color: #e6aa21;
}
/* category */
.common-home .title-category {
	display: none;
}
.title-category {
	background: #f3f3f3;
	text-align: center;
	padding: 75px 0;
	margin-bottom: 60px;
}
.title-category h2 {
	display: block;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	color: #252525;
	margin: 0;
	margin-bottom: 12px;
	text-align:center;
	font-family: 'Ek Mukta', sans-serif;
}
.product-grid .product-des {
	display: none;
}
.product-grid .item {
	margin-bottom: 5px;
}
.product-list {
	margin-bottom: 35px;
}
.product-list .des-container {
	text-align: left;
}
.product-list .product-name {
}
.product-list .product-name a {
	font-size: 22px;
	font-weight: 600;
}
.product-list .item-inner .des-container .price-box {
	margin-top: 20px;
}
.product-list .price-box .price {
	font-size: 28px;
}
.product-list .price-box p.old-price .price {
	font-size: 20px
}
.product-list .item-inner .des-container .ratings {
	margin-top: 17px;
}
.product-list .actions {
	overflow: hidden;
	margin-top: 15px;
}
.product-list .product-des {
	color: #707070;
	line-height: 26px;
}
.product-list .button.btn-cart {
	font-size: 15px;
	color: #fff;
	background: #e6aa21;
	border-radius: 0;
	line-height: 30px;
	padding: 10px 30px;
	margin-top: 10px;
	font-weight: 700;
	width: auto;
	height: auto;
}
.product-list .button.btn-cart:before {
	width: auto;
	font-size: 24px;
	margin-right: 12px;
	font-weight: 400;
}
.product-list .button.btn-cart:hover {
	background: #252525;
}
.product-list .add-to-links li {
	margin-top: 10px;
}
.product-list .add-to-links a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #e6e6e6;
	color: #555;
}
.product-list .add-to-links a:before {
	font-size: 24px;
}
.product-list .add-to-links a:hover {
	color: #fff;
	background: #252525;
}
/* product detail */
.thumbnail, .img-thumbnail {
	-webkit-box-shadow:none;
	box-shadow: none;
	padding:0;
	border-radius:0;
	border: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #ddd;
}
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #e6aa21 !important;
}

.image-additional-container .thumbnail{
	margin: 0;
}
.owl-style3 .owl-container {
	margin:0 -10px;
}
.owl-style3 .owl-container .owl-item {
	padding: 0 10px;
}

.product-info-main .product-name {
	font-size: 24px;
	font-weight: 600;
	color: #555555;
	text-transform: uppercase;
	margin: 12px 0;
}
.product-info-main .price-box {
	display:block;
}
.product-info-main .price-box .price {
	font-size: 36px;
}
.product-info-main .price-box p.old-price .price {
	font-size: 26px;
}
.product-info-main .ratings {
	margin-top: 25px;
}
.product-info-main .short-des {
	color: #707070;
	line-height: 26px;
	padding: 23px 0;
	margin: 0;
	border-top: 1px solid #ededed;
	margin-top: 37px;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 42px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 25px;
    font-size: 15px;
    border-radius: 0px;
    border: none;
    background: #f6f6f6;
    padding: 0;
    color: #333333;
    float: left;
}
#input-quantity2,
#input-quantity {
    width: 90px;
    margin: 0 2px;
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-info-main .form-group label[for='input-quantity']{
	float: left;
	line-height: 32px;
	padding: 5px 0;
	margin-right: 30px;
	font-size: 15px;
	color: #252525;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px;
}
.product-info-main .button-cart {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	border-radius:0;
	line-height: 30px;
	padding: 10px 30px;
	background: #e6aa21;
	float: left;
	margin-top: 10px;
	clear: left;
}
.product-info-main .button-cart:hover {
	background: #252525;
}
.product-info-main .button-cart:before {
	content: "\f110";
    font-family: "Ionicons";
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    margin-right: 12px;
}
.product-info-main #button-cart:hover {
	background: #252525;
}
button.btn-compare span, 
button.btn-wishlist span{
	display: none;
} 
button.btn-compare i, 
button.btn-wishlist i{
	display: none;
} 

button.btn-compare, 
button.btn-wishlist {
    font-size: 0;
    padding: 0;
    border: none;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    position: relative;
    border-radius: 0;
    margin-left: 10px;
    background: #e6e6e6;
    color: #555;
    float: left;
    margin-top: 10px;
}
button.btn-compare:before, 
button.btn-wishlist:before {
	content: "\f387";
	font-family: "Ionicons";
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: inherit;
	font-weight: normal;
}
button.btn-compare:before {
	    content: "\f344";
}
button.btn-compare:hover, 
button.btn-wishlist:hover {
    background-color: #252525;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.quantity-box{
	margin-top: 10px;
	float: left;
	margin-bottom: 20px;
}
.product-info-main .box-options {
	margin-top: 30px;
}
.product-info-main ul.list-unstyled {
}
.product-info-main ul.list-unstyled li {
	display: block;
	line-height: 24px;
}
.product-info-main ul.list-unstyled li span,.product-info-main ul.list-unstyled li a {
	color: #93c241;
	margin-left: 2px;
}
.product-info-main ul.list-unstyled li a:hover {
	text-decoration: underline;
}

.product-info-detailed {
	margin-top: 60px;
}
.product-info-detailed .nav-tabs {
	margin-bottom: 30px;
	border: 0;
	text-align: center;
}
.product-info-detailed .nav-tabs li {
	margin-bottom: 0;
	position: relative;
	margin-right: 30px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.product-info-detailed .nav-tabs li a:after {
	position: absolute;
	content: "";
	width: 70%;
	z-index: 1;
	left: 50%;
	bottom: 0;
	height: 2px;
	background: #252525;
	opacity: 0;
	-moz-transform:  translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product-info-detailed .nav-tabs li.active:after,.product-info-detailed .nav-tabs li:hover:after {
	width: 100%;
}
.product-info-detailed .nav-tabs li:last-child {
	margin-right:0;
}
.product-info-detailed .nav-tabs li a {
	font-size: 24px;
	color: #707070;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	border: none !important;
	padding: 12px 0;
	background: #fff;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.product-info-detailed .nav-tabs li a:hover,.product-info-detailed .nav-tabs li.active a {
	color: #252525;
}
.product-info-detailed .nav-tabs li a:hover:after,.product-info-detailed .nav-tabs li.active a:after {
	opacity: 1;
}
.product-info-detailed .nav-tabs li:not(:first-child):before {
	content:"/";
	color: #a9a9a9;
	font-weight: 400;
	margin-right: 30px;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0;
}
.product-info-detailed .tab-content {
	line-height: 24px;
	border: 1px solid #f0f0f0;
	padding: 40px 35px;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}




#content{
	min-height: 300px;
}

.btn-quickview span{
}
.btn-quickview i {
	display: none;
}
#cart .dropdown-menu {
    margin: 0;
    padding: 0 30px 0 30px !important;
    width: 400px;
    list-style: none none;
    background: #252525;
    margin-top: 4px;
    box-sizing: border-box;
    top: 100%;
    box-shadow: none;
}
#cart .dropdown-menu:after,#cart .dropdown-menu:before {
	border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#cart .dropdown-menu:before {
	border: 6px solid;
	border-color: transparent transparent #252525 transparent;
	z-index: 99;
	right: 26px;
	top: -12px;
}
#cart .dropdown-menu:after {
	border: 7px solid;
	border-color: transparent transparent #252525 transparent;
	z-index: 98;
	right: 25px;
	top: -14px;
}

#cart .cart-empty{
	padding: 30px 0;
	color: #aaa;
}
#cart .dropdown-menu p{
	margin: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	padding-top: 30px;
}

#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
	text-align: left;
}
#cart .cart-close button {
	background: none;
	color: #fff;
	background: #808080;
	border-radius: 100%;
	border: none;
}
#cart .cart-close button:hover {
	background: #e6aa21;
}
#cart .cart-close button i {
	font-size: 12px;
}
#cart .cart-name {
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
#cart .cart-name:hover {
	color: #e6aa21;
}
#cart .cart-quantity{
	color: #aaaaaa;
	font-size: 18px;
	font-weight: 600;
}
#cart .cart-price {
	color: #e6aa21;
	font-size: 18px;
	font-weight: 600;
}
#cart .cart-button{
}
#cart p.cart-button a:last-child{
}
#cart p.cart-button a{
	color: #fff;
	line-height: 36px;
	text-align: center;
	padding: 10px;
	border: 1px solid #5f5f5f;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	margin-bottom: 30px;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #e6aa21;
	border-color: #e6aa21;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	color: #fff;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
}
#cart .dropdown-menu .has-scroll{
	max-height: 300px;
	overflow: auto;
	padding: 0 30px;
	margin: 0 -30px;
	margin-bottom: 10px;
}
#cart .dropdown-menu li:not(:first-child):last-child {
	border-top: 1px solid #3b3b3b;
	padding-top: 25px;
}
/*
 *  STYLE 6
 */

#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track
{ 
	background-color: #252525;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar
{
	width: 5px;
	background-color: #252525;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb
{
	background-color: rgba(255,255,255,0.3);	
	border-radius: 4px;

}



#cart .dropdown-menu tr td strong{
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
#cart .dropdown-menu tr td:last-child{
	color: #e6aa21;
	font-size: 18px;
	font-weight: 700;
}

/* responsive */
@media(max-width: 1599px) {
	body {
		font-size: 14px;
	}
	.search-cart .box-cart {
		padding: 5px 0;
	}
	#wishlist-total i, #link-compare i, #cart > button > i {
		font-size: 24px;
		margin-right: 7px;
	}
	#cart > button > i {
		margin-right: 4px;
	}
	#wishlist-total, #link-compare {
		font-size: 14px;
		margin-right: 30px;
	}
	#cart-total {
		font-size: 14px;
	}
	#search-by-category .search-container #text-search {
		height: 44px;
		padding-right: 45px;
		padding-left: 15px;
		font-size: 13px;
	}
	#btn-search-category {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	#btn-search-category:before {
		font-size: 20px;
	}
	#search-by-category {
		width: 400px;
	}
	.top-search {
		margin-right:70px;
	}
	.static-top-kavir1 .image a .text .text1 {
		font-size: 2.6vw;
		margin-bottom: 1.4vw;
	}
	.static-top-kavir1 .image a .text .link {
		font-size: 1.4vw;
	}
	.product-tabs-container-slider .tabs li {
		font-size: 24px;
	}
	
	.product-name {
		margin-bottom: 8px;
	}
	.item-inner .des-container {
		padding-top: 20px;
	}
	
	.price-box .price {
		font-size: 20px;
	}
	.price-box p.old-price .price {
		font-size: 14px;
	}
	.price-box p.old-price {
		margin-top: 5px;
	}
	.item-inner .des-container .ratings {
		margin-top: 11px;
	}
	.module-style1 .item-inner .des-container .ratings {
		margin-bottom: 5px;
	}
	 
	.item-inner button.btn-quickview:before {
		margin-right: 7px;
	}
	.item-inner .actions button,.add-to-links a {
		width: 52px;
		height: 35px;
		line-height: 35px;
	}
	.item-inner button.btn-quickview {
		font-size: 13px;
		line-height: 25px;
	}
	.module-style1 .actions {
		padding-bottom: 25px;
	}
	.module-style1 .row_items .item:last-child {
		padding-bottom: 78px;
	}
	.module-style1 .owl-wrapper-outer {
		margin-bottom:-78px;
	}
	.module-group .group-title h2 {
		font-size: 24px;
	}
	.group-title h2 {
		font-size: 24px;
	}
	.group-title {
		margin-top: 84px;
	}
	.featured-categories-thumb {
		margin-top: 90px;
	}
	.static-about-home h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.module-group .group-title {
		margin-bottom: 20px;
	}
	.static-about-home h4 {
		font-size: 18px;
	}
	.static-about-home p,.testimonial-box a {
		font-size: 14px;
		line-height: 26px;
	}
	.testimonial-box a:before {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.testimonial-images {
		margin-top: 20px;
	}
	.static-about-home .link {
		font-size: 14px;
		line-height: 26px;
		padding: 7px 20px;
		margin-top: 20px;
	}
	.module-group {
		padding-bottom: 85px;
		margin-top: 78px;
	}
	.brand-slider .container-inner {
		padding: 90px 0;
	}
	.static-info .box-info {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.ma-corporate-about .block-wrapper .text-des {
		padding-left: 42px;
	}
	.ma-corporate-about .block-wrapper .text-des:before {
		font-size: 36px;
	}
	.ma-corporate-about .block-wrapper .text-des h3 {
		font-size: 16px;
	}
	.footer-title,#dialog-normal .newletter-title h3 {
		font-size: 16px;
	}
	#subscribe-normal {
		width: 500px;
	}
	.product-info-detailed .nav-tabs li a {
		font-size: 20px;
	}
	.product-info-detailed .nav-tabs {
		margin-bottom: 25px;
	}
	
	.product-list .product-name a {
		font-size: 20px;
	}
	.product-list .price-box .price {
		font-size: 26px;
	}
	.product-list .price-box p.old-price .price {
		font-size: 18px;
	}
	.product-list .price-box p.old-price,.product-info-main .price-box p.old-price {
		margin-top: 7px;
	}
	.product-list .button.btn-cart:before {
		font-size: 20px;
	}
	.product-list .button.btn-cart {
		font-size: 14px;
		padding: 7px 20px;
	}
	.product-list .add-to-links a {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.product-list .add-to-links a:before {
		font-size: 20px;
	}
}
@media(max-width: 1199px){
	#wishlist-total, #link-compare {
		margin-right: 15px;
	}
	#search-by-category {
		width: 300px;
	}
	.top-search {
		margin-right: 25px;
	}
	#subscribe-normal {
		width: 100%;
	}
	.newletter-subscribe {
		width: 50%;
	}
	.footer-bottom .box-right {
		width: 45%;
	}	
}
@media (min-width: 768px) and (max-width: 1199px) {
	.countdown-section {
		width: 45px;
	}
}
@media(max-width: 991px){
	.col-order {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.col-order #content {
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
	    float: none;
	    
	}
	.col-order #column-left {
		-ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	    float: none;
	    
	}
	#column-left,#column-right {
		margin-top: 30px;
	}
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
	#top {
		text-align: center;
	}
	#top .box-left {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	#top .box-right {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.top-search {
		margin-right:0;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#search-by-category {
		width: 100%;
	}
	
	.top-menu {
		border:0;
		margin-bottom: 30px;
	}
	.featured-categories-thumb {
	    margin-top: 60px;
	}
	.group-title {
		margin-top: 54px;
	}
	.module-group {
		margin-top: 48px;
		padding-bottom: 55px;
	}
	
	
	footer {
		margin-top: 60px;
	}
	.footer-support .support-info {
		position: static;
	    display: block;
	    clear: both;
	    margin-bottom: 30px;
	    -moz-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    -o-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
	.newletter-popup,
	.b-modal{
		display: none !important;
	}
	.zoomContainer,
	.vermagemenu-container,
	#search-by-category .search-container .categories-container{
		display: none !important;
	}
}
@media(min-width: 768px) {
	.toolbar-products .sorter {
		float: left;
	}
	.toolbar-products .limiter ,.toolbar-products .modes {
		float: right;
		
	}
	.toolbar-products .limiter {
		margin-right: 60px;
	}
	.toolbar-products .toolbar-amount {
		float: left;
	}
}
@media(max-width: 767px){
	.toolbar-products .modes {
		margin-right: 20px;
	}
	.link-compare {
		text-align: center;
	}
	
	.logo-container {
		float: none;
		display: block;
		text-align: center;
	}
	.header-inner .search-cart {
		text-align: center;
		position: static;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	#search-by-category {
		width: 100%;
		margin-bottom: 20px;
	}
	.search-cart .box-cart {
		margin-bottom: 20px;
	}
	.static-info .col {
		float: none;
		width: 100%;
	}
	.static-info .box-info p {
		max-width: none;
	}
	.newletter-subscribe {
		float: none;
		width: 100%;
	}
	.footer-bottom .box-right {
		float:  none;
		width: 100%;
		text-align: left;
		margin-top: 50px;
	}
	.ma-corporate-about {
		text-align: left;
	}
	.static-top-kavir1 .image a .text .text1 {
		font-size: 5vw;
	}
	.static-top-kavir1 .image a .text .link {
		font-size: 3vw;
	}
	.product-tabs-container-slider .tabs li {
		line-height: inherit;
	}
	.owl-buttons{
		display: none !important;
	}
}

@media (min-width: 480px) and (max-width: 567px) {
	.countdown-section {
		width: 50px;
	}
}
@media(max-width: 479px){
	#top .box > li {
		padding-right: 10px;
		margin-right: 10px;
	}
	#top .btn-group .dropdown-menu#top-links {
		right: auto;
		left: -15px;
	}
	#wishlist-total {
		margin-right:0;
	}
	#cart {
		width: 100%;
		margin-top: 10px;
	}
	#cart > button {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#cart .dropdown-menu {
		width: 290px;
	}
	#cart .dropdown-menu:before {
		right: 137px;
	}
	#cart .dropdown-menu:after {
		right: 136px;
	}
	.product-list .add-to-links li {
		margin-left:  8px;
	}
}

/*Fix products-grid */
@media (min-width: 992px){
.custom-products .two-items:nth-child(2n+1),
.custom-products .three-items:nth-child(3n+1),
.custom-products .four-items:nth-child(4n+1) {  clear: left;} 
}

@media (max-width: 991px) and (min-width: 481px){
.custom-products .product-grid:nth-child(2n+1) {clear: left;} 
}

@media (max-width: 480px) and (min-width: 0px){
.custom-products .product-grid:nth-child(1n+1) {clear: left;}
.custom-products .product-grid{width: 100%;}  
}