@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
.tabs .nav-tabs .nav-link, .block-categories .category-sub-menu li[data-depth="0"]>a, #search_filters .facet .facet-title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .title_font{
    font-family: 'Montserrat', sans-serif;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v92/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
body, #product h1[itemprop="name"], .social-sharing li a, #popup-cart .productName{
    font-family: 'Poppins', sans-serif;
}
body{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    background: #ffffff;
}
.boxed main {
    max-width: 1200px;
    -webkit-box-shadow: 0 0px 15px 0px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 0px 15px 0px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 0px 15px 0px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1) inset;
    margin: 0 auto;
    float: none;
	padding:0;
}
body, html {
    height: auto;
}
main {
    background: #ffffff;
	overflow: hidden;
	position:relative;
}
a:hover {
    color: #cab84c;
    text-decoration: none;
}
a:focus, a:hover {
    color: #cab84c;
    text-decoration: none;
}
a {
    color: #111111;
    text-decoration: none;
}
.container-fluid, .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1200px){
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
        width: 100%
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        width: 100%
    }
}

/*|-----------------------------------------------------------------|*/
/*|********************* popup menu mobile *************************|*/
/*|-----------------------------------------------------------------|*/

#popup_menu_mobile {
    position: fixed;
    right: -100%;
    width: 92%;
    height: 100%;
    margin: 0;
    top: 0;
    transition: 0.5s;
    z-index: 9999;
    background: #fff;
}
#popup_menu_mobile.show {
    right: 0;
}
.popup-mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #000;
    transition: opacity .15s linear;
    opacity: .8;
}
#close_popup_menu {
    position: absolute;
    display: block;
    left: -45px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 5px;
    background: #fff;
}
.popup-menu-open {
    overflow: hidden;
}

/*|-----------------------------------------------------------------|*/
/*|******************* end popup menu mobile ***********************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|******************** popup customersignin ***********************|*/
/*|-----------------------------------------------------------------|*/

.popup-open {
    overflow: hidden;
}
.popup-in {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #000;
    transition: opacity .15s linear;
    opacity: .8;
}
.popup {
    opacity: 0;
    transition: opacity .15s linear;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    z-index: 1050;
}
.popup.showPopup {
    opacity: 1;
}
.popup-open .showPopup {
    overflow-x: hidden;
    overflow-y: auto;
}
.popup-content {
    width: calc(100% - 30px);
    max-width: 870px;    
    background: #fff;
    min-height: 15rem;
    outline: 0;
    position: relative;
	padding:30px 20px;
	margin: 15px auto;
}

/*|-----------------------------------------------------------------|*/
/*|****************** end popup customersignin *********************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|***************** sticky menu mobie + desktop *******************|*/
/*|-----------------------------------------------------------------|*/
#desktop-header.header_style_1 #header-sticky {
    position: relative;
}
#header #header-sticky.sticky-desktop {
    position: fixed;
    width: 100%;
    top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 0 15px rgba(0,0,0,.6);
}
#header .header-top {
    padding-bottom: 0;	
	padding:0 15px;
}
#header .header-nav {
    margin-bottom: 0;
	border-bottom: none;
    max-height: 100%;
	background: transparent;
}
#header .header-nav #_desktop_contact_link #contact-link{margin-top: 0;}
.contact-link-ft{
	display: inline-block;
    padding: 0 25px;
    border-left: 1px solid #3d3d3d;
    float: right;
	line-height: 60px;
	color: #999;
}
.contact-link-ft:first-child{border-right: 1px solid #3d3d3d;}
.contact-link-ft i{
	display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
	font-size: 18px;
}
.contact-link-ft p{
	    margin-bottom: 0;
    color: #999999;
    display: table-cell;
    vertical-align: middle;
}
#header .contact-link-ft p a{color: #999;}
#header .contact-link-ft:hover p a,.contact-link-ft:hover p,.contact-link-ft:hover{color: #cab84c;}

.sticky-mobile {
    position: fixed;
    top: 0;
	right: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}
#sticky_top{
    z-index: 1032;
	line-height: 80px;
}
#_desktop_logo > h1 {
    display: inline-block
}

/*|-----------------------------------------------------------------|*/
/*|*************** end sticky menu mobie + desktop *****************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|**************************** menu *******************************|*/
/*|-----------------------------------------------------------------|*/

#_desktop_fieldmegamenu.fieldmegamenu .root .menu-items {
    top: 60%;
    background: #fff;
    border-top: 2px solid #cab84c;
    line-height: normal;
    position: absolute;
    padding: 28px 15px 30px;
    z-index: 10;
    display: block;
	transform: scale(0);	
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    visibility: hidden;	
    box-shadow: -1px 5px 10px rgba(0,0,0,.35);
    transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
	text-align: right;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu_3 .menu-items,
#_mobile_fieldmegamenu .menu_3 .menu-items{
	padding-bottom:21px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-home .menu-items,
#_mobile_fieldmegamenu .menu-home .menu-items{
	padding-bottom:18px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-home .menu-item.depth-1>.title.title_font, 
#_mobile_fieldmegamenu .menu-home .menu-item.depth-1>.title.title_font {
    padding-bottom: 10px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items.active{
	transform: scale(1);	
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible;
}
/* Column System */
[class*="menucol-"] {
    float: right;
}

.menucol-1-1 {
    width: 100%!important;
}

.menucol-1-2 {
    width: 50%!important;
}

.menucol-1-3 {
    width: 33.33%!important;
}

.menucol-2-3 {
    width: 66.67%!important;
}

.menucol-1-4 {
    width: 25%!important;
}

.menucol-3-4 {
    width: 75%!important;
}

.menucol-1-5 {
    width: 20%!important;
}

.menucol-1-6 {
    width: 16.66%!important;
}

.menucol-1-10 {
    width: 10%!important;
}
@media only screen and (max-width: 600px)
{
    #header_mobile_menu .fieldmegamenu .menu-items{
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: 0;
        background-color: transparent;
    }

    #header_mobile_menu .fieldmegamenu .menu-items > .menu-item.product, #header_mobile_menu .fieldmegamenu .root.customcontent .menu-items > .menu-item {
        text-align: center;
    }
    #header_mobile_menu .fieldmegamenu .menu-item.divider {
        padding: 0 1%;
        margin: 0;
    }

    /* force to menucol-1-4 */
    .menucol-1-5 {
        width: 25%!important;
    }

    .menucol-1-6 {
        width: 25%!important;
    }

    .menucol-1-10 {
        width: 25%!important;
    }

}
@media only screen and (max-width: 639px)
{
    /* force to menucol-1-3 */
    .menucol-1-4 {
        width: 33.33%!important;
    }

    /* force to menucol-2-3 */
    .menucol-3-4 {
        width: 66.67%!important;
    }

    /* force to menucol-1-3 */
    .menucol-1-5 {
        width: 33.33%!important;
    }

    .menucol-1-6 {
        width: 33.33%!important;
    }

    .menucol-1-10 {
        width: 33.33%!important;
    }
}
@media only screen and (max-width: 575px)
{
    /* force to menucol-1-2 */
    .menucol-1-3 {
        width: 100%!important;
    }

    .menucol-1-2 {
        width: 100%!important;
    }

    .menucol-2-3 {
        width: 100%!important;
    }

    .menucol-1-4 {
        width: 100%!important;
    }

    .menucol-3-4 {
        width: 100%!important;
    }

    .menucol-1-5 {
        width: 100%!important;
    }

    .menucol-1-6 {
        width: 100%!important;
    }

    .menucol-1-10 {
        width: 100%!important;
    }
}
#header-sticky{
	background:#ffffff !important;
}
#_desktop_fieldmegamenu{
	position: relative; 
	text-align:center;
}
#_desktop_fieldmegamenu > ul {
    margin-bottom: 0;
    height: 145px;
    line-height: 145px;
}
#_desktop_fieldmegamenu>ul>li.root {
    display: inline-block;
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item {
    position: relative;
    display: inline-block;
    width: 100%;
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item .has_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item .has_icon:before {
    content: '\f105';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item:hover .has_icon:before {
    content: '\f104';
}
#_desktop_fieldmegamenu > ul > li.root.vertical.active > ul.menu-items > li.menu-item:hover > ul.submenu {
    right: 100%;
    display: block;
    position: absolute;
    margin-right: 15px;
    background: #fff;
    min-width: 120px;
    padding: 15px;
    top: 0;
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}
#_desktop_fieldmegamenu > ul > li.root.active .icon-has-sub:before {
    content: '\f106';
}

/*|-----------------------------------------------------------------|*/
/*|************************** end menu *****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|*************************** search ******************************|*/
/*|-----------------------------------------------------------------|*/

#field-search {
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 1050;
    top: 0;
    left: -100%;
    padding: 15px;
	width: 350px;
    padding-bottom: 0
}
.body-search-open{
    overflow: hidden
}
.search-open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #000;
    transition: opacity .15s linear;
    opacity: .8;
}
#field-search #category_filter {
	margin-bottom:2px;
}
#popup-cart .cart-item-product a.product-thumbnail:hover:before,
#item-search .items-list-search .item .left-search-ajax a:hover:before {
    background-color: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
}
#popup-cart .cart-item-product a.product-thumbnail:before,
#item-search .items-list-search .item .left-search-ajax a:before {
    content: "";
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#popup-cart .cart-item-product a.product-thumbnail,
#item-search .items-list-search .item .left-search-ajax a{
	position:relative;
	display:inline-block;
	max-width: 120px;
}
.close-search {
    position: absolute;
    right: -45px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 20px
}
.field_search_tags {
    line-height: 24px;
}
#item-search{
    position: relative;
    background: #fff;
    width: 100%;
}
#item-search .product_name {
    font-size: 15px;
}
.items-list-search{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 0;
    max-height: 423px;
    overflow: auto;
    z-index: 1032;
	margin-bottom: 0;
}
#item-search .loading i.search-loading {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-size: 3em
}
#item-search .no_productsearch {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
#item-search .no_productsearch i{
	padding-left: 0;
    font-size: 8em;
    display: block;
}
#item-search .items-list-search .item {
	padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ebebeb;
    display: block;
    float: right;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
}
#header .dropdown-menu #item-search li a{
	color: #111;
    padding: 0;
}
#header .dropdown-menu #item-search li:hover a{color: #cab84c;}
#item-search .items-list-search .item:hover{
	background: none !important;
}
#item-search .items-list-search .item:last-child {
    border-bottom: none;
}
#item-search .items-list-search .item .regular-price {
    text-decoration: line-through;
        margin-right: 12px;
    color: #999;
    font-size: 13px;
}
#item-search .items-list-search .item .discount-percentage {
    padding: 4px;
    background: #2b2b2b;
    margin-right: 15px;
    color: #fff;
    font-size: 13px;
	display: none;
}
#item-search .items-list-search .item .left-search-ajax {
    float: right;
	margin-left: 15px;
}
#item-search .items-list-search .item .right-search-ajax {
    height: 100%;
    text-align: right;
    line-height: 1;
}
#item-search .right-search-ajax .price{
	color:#cab84c;
}
#item-search .items-list-search .item .right-search-ajax .product-price-and-shipping{
	text-align: right;
    margin-top: 10px;
}

/*|-----------------------------------------------------------------|*/
/*|************************* end search ****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|**************************** cart *******************************|*/
/*|-----------------------------------------------------------------|*/

#popup-cart {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 350px;
    z-index: 1050;
    background: #fff;
    line-height: 24px;
}
#popup-cart.no-product-cart{
	height:auto;
}
#popup-cart-content{
	overflow: auto;
    height: 100%;
    padding: 15px;
}
#popup-cart-content h4{
	margin-bottom:0;
}
.card-block-top {
    text-align: center
}
#popup-cart .cart-item-product {
    display: flex;
    padding:10px 0;
    border-bottom: 1px solid #ebebeb;
}
#popup-cart .cart-item-product .product-name-ajax .qtt-ajax {
    float: right;
    display: inline-block;
    margin-left: 10px;
	line-height: 20px;
}
#popup-cart .box-item {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
	max-height: 423px;
    margin-bottom: 15px;
}
#popup-cart .productName {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    text-transform: none;
}
#popup-cart .product-name-ajax{
	margin-bottom:5px;
}
#popup-cart .box-item .cart-item-product-right {
    margin-right: 12px;
	flex: 1;
}
.close-cart {
    position: absolute;
    right: -45px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 20px;
    border: 1px solid #ebebeb;
}
.body-cart-open{
    overflow: hidden
}
.cart-open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: #000;
    transition: opacity .15s linear;
    opacity: .8;
}
#popup-cart .buttom-checkout {
    line-height: normal;
    height: auto;
    text-transform: uppercase;
    background: #000000;
    padding: 8px 15px;
	margin-top: 7px;
    float: right;
    font-size: 13px;
	border-radius: 20px;
}
#popup-cart .buttom-checkout:hover{
	background: #cab84c;
}
#popup-cart a.view-cart{
	color:#fff !important; 
}
#popup-cart a.view-cart i{
	margin-right:5px; 
}

/*|-----------------------------------------------------------------|*/
/*|************************** end cart *****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|************************ Page category **************************|*/
/*|-----------------------------------------------------------------|*/

#js-product-list .products > div {
    display: none;
}
#wrapper.active_grid #box-product-grid {
    display: block;
    width: 100%;
}
#wrapper.active_list #box-product-list {
    display: block;
    width: 100%
}
#wrapper.active_grid #box-product-grid > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#box-product-list .item-product-list .product-miniature .right-product {
	padding-right: 30px;
}

/*|-----------------------------------------------------------------|*/
/*|********************** End Page category ************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|*************************** Product *****************************|*/
/*|-----------------------------------------------------------------|*/

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    margin-right: 0;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: 0;
}
.pagination .current a {
    font-size: 14px;
}

/*|-----------------------------------------------------------------|*/
/*|************************* End Product ***************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|************************ Page Product ***************************|*/
/*|-----------------------------------------------------------------|*/

.product-cover .layer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    background: none;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    opacity: 1;
	z-index: 999;
    background: none;
    text-align: center;
    cursor: pointer;
}
.product-cover:hover .layer {
    opacity: 1;
}
.product-cover .layer .zoom-in {
    font-size: 30px;
}
.product-cover .layer .zoom-in:hover {
    color:#cab84c;
}
#product #content {
    max-width: 100%;
}
/****************add css*****************/
.box-slider{
	position: absolute;
    top: 50%;
    right: 375px;
    text-align: right;
    max-width: 800px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}
.field-main-slider.slide-fullwidth .box-slider.left_center,
.field-main-slider.slide-fullwidth .box-slider.left_top,
.field-main-slider.slide-fullwidth .box-slider.left_bottom{
    left: 375px;
	right:auto;
    text-align: left;
}
.field-main-slider.slide-fullwidth .box-slider.right_center,
.field-main-slider.slide-fullwidth .box-slider.right_top,
.field-main-slider.slide-fullwidth .box-slider.right_bottom{
    right: 375px;
    left: auto;
    text-align: center;
}
.field-main-slider.slide-fullwidth .box-slider.center_center,
.field-main-slider.slide-fullwidth .box-slider.center_top,
.field-main-slider.slide-fullwidth .box-slider.center_bottom{
    top:50%;
	right: 50%;
    left: auto;    
    text-align: center;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
}
.large-slide-title{
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
	letter-spacing: 1.3px;
}
.big-slide-title{
	font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #ffffff;
}
.field-main-slider_3 .big-slide-title{
	font-size: 60px;
}
.small-slide-title p{
	font-size: 15px;
    color: #ffffff;
	font-weight:300;
	line-height:24px;
    margin-bottom: 35px;	
}
.div-slide-button a{
	color: #ffffff !important;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    display: inline-block;
	position:relative;
	min-width:140px;
	line-height:46px;
	background:#cab84c;
	border-radius:30px;
	padding: 0 10px;
}
.div-slide-button a:hover{
	background:#000000;
	letter-spacing:1px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.outer-slide [data-u="arrowright"], .outer-slide [data-u="arrowleft"] {
    border: none;
    height: auto;
    width: auto;
    line-height: 1;
    opacity: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 50px;
	border-radius:0;
	background:transparent;
}
.outer-slide [data-u="arrowright"]:hover, .outer-slide [data-u="arrowleft"]:hover{
	color:#cab84c;
}
.outer-slide [data-u="arrowleft"]{
	top: auto !important;
    bottom: 17px;
    left: 50% !important;
    transform: translateX(-100%);
    margin-left: -17.5px;
}
.outer-slide [data-u="arrowright"]{
	top: auto !important;
    bottom: 17px;
    right: 50% !important;
    transform: translateX(100%);
    margin-right: -17.5px;
}
.outer-slide:hover [data-u="navigator"], .outer-slide:hover [data-u="arrowleft"], .outer-slide:hover [data-u="arrowright"] {
    opacity: 1;
}
.outer-slide [data-u="navigator"]{
	bottom: 30px;
    transform: translateX(50%);
    width: auto!important;
	height: auto!important;
    opacity: 1;
    line-height: 1;
    position: absolute;
    display: inline-block;
    text-align: center;
	margin-right: 22px;
	display: none;
}
.outer-slide [data-u="navigator"] [data-u="prototype"]{
	height: 13px;
    width: 13px;
    text-align: center;
    line-height: 13px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=40);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
	display: inline-block;
    position: relative!important;
	margin: 0 6px;
	right: auto !important;
	float: right;
}
.outer-slide [data-u="navigator"] [data-u="prototype"]:hover, .outer-slide:hover [u="navigator"], .outer-slide [data-u="navigator"] [data-u="prototype"].av{
    width: 18px;
    height: 18px;
    background: #cab84c;
	opacity: 1;
	top: -2.5px !important;
}

#header {
    background: #ffffff;
    position: relative;
    width: 100%;
    z-index: 1000;
}
/*****v-megamenu****/
.vmegamenu_menu #_desktop_fieldvmegamenu{
	    width: 270px;
    position: relative;
    top: 144px;
	display: none;
}
.v-megamenu-container {
		display: block;
		float: right;
		width: 100%;
		margin-bottom: 0;
	}
.v-megamenu-container .v-megamenu{
	background: #fff;
    width: 100%;
    right: 0;
	border: 1px solid #ebebeb;
    border-top: none;
}
.vmegamenu_menu .v-megamenu-container .v-megamenu{display: none;}
.vmegamenu_slider .v-megamenu-container .v-megamenu{
	border: none;
}
.vmegamenu_slider .v-megamenu-container{
	position: absolute;
    max-width: 270px;
    z-index: 1;
    top: 105px;
}
.vmegamenu_slider .v-megamenu-title::before,
#left-column .v-megamenu-title::before{display: none;}
.sticky-fixed-top #_desktop_search.open #field-search-no-popup{
	display: block;
    background: none;
    top: 100%;
    min-width: auto;
    left: 0;
    right: auto;
    line-height: 1;
}
.sticky-fixed-top .icon-search-mobile{
	display: block !important;
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #cab84c;
    border-radius: 100%;
    text-align: center;
}
.sticky-fixed-top#sticky_top #field-search-no-popup #search_query_top,
#_mobile_search #field-search-no-popup #search_query_top{
	left: 0;
    top: 0;
    background: #fff;
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0 10px;
    line-height: 35px;
}
.sticky-fixed-top#sticky_top #field-search-no-popup .btn.button-search,
#_mobile_search #field-search-no-popup .btn.button-search{
    left: 10px;
    margin: 0;
}
.sticky-fixed-top .items-list-search{margin-top: 0;}

.sticky-desktop #_desktop_fieldvmegamenu{
	position: absolute;
    top: 0;
    z-index: 1;
	display: block;
}
.sticky-desktop .v-megamenu-title{
	height: 65px;
    position: relative;
    line-height: 65px;
    border-radius: 5px;
}
.sticky-desktop .v-megamenu-title::before{line-height: 65px;}

#wrapper {
    background: none;
    padding: 0;
    box-shadow: none;
	position: relative;
}
.fieldmegamenu .root-item .title{
    font-size: 15.09px;
    font-weight: 700;
    margin: 0 10px;
    text-transform: uppercase;
    color: #111111;
    cursor: pointer;
    position: relative;
}
.fieldmegamenu .root-item .title .title-text{
	padding: 0 10px 6px;
}
#_desktop_fieldmegamenu.fieldmegamenu>ul>li .no-description a.active .title, 
#_desktop_fieldmegamenu.fieldmegamenu > ul > li:hover .no-description .title{
    color: #cab84c;
}
#_desktop_fieldmegamenu.fieldmegamenu>ul>li .no-description a.active .title .title-text, 
#_desktop_fieldmegamenu.fieldmegamenu > ul > li:hover .no-description .title .title-text{
    border-bottom:2px solid #cab84c;
}
.fieldmegamenu .root-item .title .icon-has-sub {
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
	display: none;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-item.depth-1>.title a,
#_mobile_fieldmegamenu .menu-item.depth-1>.title a{
    color: #111111;
    font-weight: 700;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-item.depth-1>.title.title_font,
#_mobile_fieldmegamenu .menu-item.depth-1>.title.title_font{
    padding-bottom: 5px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li, #_mobile_fieldmegamenu .menu-items>li {
    float: right;
    padding: 0 15px;
	position: relative;
}
.fieldmegamenu .menu-items li, #_mobile_fieldmegamenu .menu-items li{
    line-height: 26px;
}
.fieldmegamenu .menu_2 .menu-items li, 
#_mobile_fieldmegamenu .menu_2 .menu-items li{
    line-height: 30px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-item.divider,
#_mobile_fieldmegamenu .menu-item.divider{
    position: relative;
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 9px 1%;
    width: 100%;
    border: none;
}
#header .fieldmegamenu .submenu .title:hover a,
#header .fieldmegamenu .menu-item.depth-1>.title a:hover, 
.fieldmegamenu .submenu .title:hover a,
#_mobile_fieldmegamenu .menu-item.depth-1>.title a:hover,
#_mobile_fieldmegamenu .submenu .title:hover a{
    color: #cab84c;
    transition: all 0.3s ease-in-out 0s;
}
#_desktop_fieldmegamenu.fieldmegamenu .submenu .title a,
#_mobile_fieldmegamenu .submenu .title a{
    color: #666666;
    font-size: 14px;
	font-weight:300;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-items li .img4,
#_mobile_fieldmegamenu .menu_2 .menu-items li .img4{
	margin-top: -98px;
}
.image-text-menu{
	margin-top:4px;
}
.menu-right-text{
	text-align:right;
}
.image-text-menu .menu-right-text .title-menu {
	font-size: 14px;
    color: #111111;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 11px;
    line-height: 1;
}
.menu-right-text .title-menu:hover {
    color: #cab84c;
	transition:0.4s;
}
.menu-right-text p {
    line-height: 18px;
    text-transform: none;
    font-weight: 300;
    color: #444444;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.menu-right-text button {
    padding: 0;
    color: #ffffff;
    display: inline-block;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 30px;
    min-width: 90px;
    text-align: center;
    font-size: 13px;
    border: none;
    position: relative;
	background:#181818;
	border-radius: 0;
}
.menu-right-text button:hover{background: #cab84c; transition:0.4s;}
.image-menu-left-text{
    margin-left: 15px;
	float: right;
}
.fieldmegamenu>ul>li img:hover, #_mobile_fieldmegamenu>ul>li img:hover{
    opacity: .7;
}
.clearfix {
    clear: both;
}
.block {
    margin-bottom: 100px;
}
.image_product_text{
	right: 45px;
    position: absolute;
    transform: translateY(-50%);
    top: 88%;
}
.image_product_text p{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    margin-bottom: 5px;
}
.image_product_text p:hover{color: #cab84c;}

#field_blockcategories {
	margin-top: 30px;
    margin-bottom: 70px;
}
#field_blockcategories #blockcategories_content .item{
	padding:0 15px;
}
#field_blockcategories.horizontal_mode .item-inner{
	overflow: visible;
}
.box-item-inner{
	position:relative;
	margin: 30px auto;
    max-width: 370px;
}
.right-block-cate{
    position: absolute;
    top: 50%;
    right: 50%;
    background: rgba(255,255,255,0.8);
    line-height: 50px;
    min-width: 160px;
    text-align: center;
	padding:0 15px;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);	
}
.box-item-inner .right-block-cate:after{
	content: "";
    width: 100%;
    height: 100%;
    background: #cab84c;    
    position: absolute;
    top: 0;
    right: -100%;
	z-index:-1;
	opacity:0;
}
.box-item-inner:hover .right-block-cate:after{
	opacity: 0.8;
	right: 0;
	transition:0.5s;
}
.box-item-inner:hover .right-block-cate{
	background:transparent;
}
.box-item-inner:hover .right-block-cate a{
	color:#ffffff;
}
.right-block-cate a{
	font-size: 22px;
    color: #111111;
    font-weight: 500;
    text-transform: capitalize;
}
.right-block-cate a:hover{color: #cab84c;}
.horizontal_mode .item-inner {
	margin: 0 auto;
    display: table;
}
.horizontal_mode .item-inner .left-product {
    position: relative;
	display:block;
	overflow: hidden;
}
#module-blockwishlist-mywishlist .product_image .hover_image, 
.horizontal_mode .item-inner .left-product .hover_image, 
.vertical_mode .item-inner .left-product .hover_image,
.item-product-list .left-product .hover_image {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: -100%;    
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
	display: block;
    width: 100%;
	height:100%;
}
#module-blockwishlist-mywishlist .item-inner:hover .product_image .hover_image,
.horizontal_mode .item-inner:hover .left-product .hover_image,
.vertical_mode .item-inner:hover .left-product .hover_image,
.item-product-list:hover .left-product .hover_image {
	right: 0;   	
}
.left-product .conditions-box{
    position: absolute;
    top: 10px;
    width: 100%;
	z-index: 2;
}
.left-product .conditions-box span.product-flag{
    margin-right: 10px;
    line-height: 45px;
	min-width:45px;
	min-height:45px;
    padding: 0 5px;
    background: #000000;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
	font-size:14px;
	text-align: center;
	font-weight:300;
	border-radius:100%;
	float:right;
}
.left-product .conditions-box span.product-flag.new{
	display:none;
}
.left-product .conditions-box span.product-flag.on-sale,
.left-product .conditions-box span.product-flag.discount{
    margin-right: 0;
    margin-left: 10px;
    float: left;
	background: #cab84c;
}
.product_name{
	font-size: 16px;
    color: #111111;
    font-weight: 500;
}
.product_name a:hover{color: #cab84c;}
.horizontal_mode .item-inner .right-product {    
    position: relative;
    display: block;
    width: 100%;
	overflow: hidden;
    padding-top: 24px;
    padding-bottom: 42px;
}
#field_specials_product_block.horizontal_mode .item-inner .right-product {    
    padding-bottom: 35px;
}
#box-product-grid.horizontal_mode .item-inner .right-product { 
	padding-top: 26px;
    padding-bottom: 28px;
}
#box-product-grid.horizontal_mode .top_despro {
    margin-bottom: 12px;
}
.discount-amount, .discount-percentage-ft{
	display:none !important;
}
.price {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
	display: inline-block;
}
#popup-cart .price {
    color: #cab84c;
}
.horizontal_mode .product_name {
    line-height: 1;
	text-align:right;
	float:right;
	width: 75%;
}
#box-product-grid.horizontal_mode .product_name {
	float:none;
	width: 100%;
}
.horizontal_mode .product-miniature .product-price-and-shipping .discount-percentage{display: none;}
#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
    color: #999999;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}
.discount-percentage{display: none !important;}
.vertical_mode{
	background: #fff;
    border-radius: 5px;
    padding: 30px;
	margin-bottom: 0;
}
.vertical_mode .title_block{
	font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;
    line-height: 0.8;
}
.vertical_mode .title_block a{color: #333333;}
.vertical_mode .title_block:hover,.vertical_mode .title_block a:hover{color: #cab84c;}
.vertical_mode .title_block:after{
	content: "";
    width: 33px;
    height: 2px;
    background: #cab84c;
    display: block;
    margin: 25px 0;
}
.vertical_mode .item-inner {
    display: table;
    margin-bottom:30px;
    width: 100%;
    position: relative;
	overflow: hidden;
}
.vertical_mode .item-inner:last-child{
    margin-bottom:0px;
}
.vertical_mode .item-inner .product-miniature {
    display: flex;
    align-items: center;
}
.vertical_mode .product_name {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1;
}
.vertical_mode .left-product {
    float: right;
    position: relative;
	overflow: hidden;
	margin-left: 20px;
}
.vertical_mode .right-product {
    flex: 1;
    text-align: right;
}
.vertical_mode .right-product .product-price-and-shipping {
	text-align: right;
}
.horizontal_mode .item-inner .button-action {
	position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    width: 100%;
    text-align: center;
	z-index:2;
    opacity: 0;
}
.horizontal_mode .item-inner:hover .left-product .button-action{
    transition: all 1s ease-in-out 0s;
	opacity:1;
}
.horizontal_mode .button-action .quick-view, .horizontal_mode .button-action .compare, .horizontal_mode .button-action .wishlist, .horizontal_mode .btn-add-to-cart .add-to-cart, .horizontal_mode .button_view_product{
	width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border:none;
	border-radius:100%;
    font-size: 14px;
    z-index: 2;
    font-weight: normal;
    color: #111111;
    display: inline-block;
    text-align: center;
    margin: 3px;
    padding: 0;
	cursor:pointer;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
}
#box-product-grid.horizontal_mode .button-action .quick-view, 
#box-product-grid.horizontal_mode .button-action .compare, 
#box-product-grid.horizontal_mode .button-action .wishlist, 
#box-product-grid.horizontal_mode .btn-add-to-cart .add-to-cart, 
#box-product-grid.horizontal_mode .button_view_product{
	width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 8px;
}
.horizontal_mode .button_view_product a,
.horizontal_mode .compare a,
.horizontal_mode .wishlist a{
	color:#111111;
}
.horizontal_mode .item-inner:hover .button_view_product,
.horizontal_mode .item-inner:hover .btn-add-to-cart .add-to-cart,
.horizontal_mode .item-inner:hover .compare, 
.horizontal_mode .item-inner:hover .quick-view , 
.horizontal_mode .item-inner:hover .wishlist{
    transform:scale(1,1);
	-webkit-transform:scale(1,1);	
	-moz-transform:scale(1,1);		
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.button-action .button_view_product:hover,
.horizontal_mode .btn-add-to-cart .add-to-cart:hover,
.horizontal_mode .compare:hover, 
.horizontal_mode .quick-view:hover , 
.horizontal_mode .wishlist:hover{
    background: #cab84c;
	color:#ffffff;
}
.horizontal_mode .button_view_product:hover a,
.horizontal_mode .compare:hover a,
.horizontal_mode .wishlist:hover a{
	color:#ffffff;
}
.horizontal_mode .btn-add-to-cart {
    display: inline-block;
}
.comments_note {
    width: auto;
}
.comments_note div.star:after, 
#productCommentsBlock div.star:after, 
#productCommentsBlock div.star:after{
	color: #999999;
}
.comments_note div.star.star_on:after, 
#productCommentsBlock div.star.star_hover:after, 
#productCommentsBlock div.star.star_on:after{
	color: #cab84c;
}
.title_tabcate{
	text-align:center;
	position:relative;
	display:block;
}
.top-title{
	text-align: center;
	margin-bottom: 85px;
}
.title_tabcate .top-title{
	margin-bottom: 75px;
}
.top-title .title_block{
    font-size: 36px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
	display: block;
    position: relative;
	margin-bottom: 0;
	cursor:pointer;
}
.top-title .title_block:hover, .top-title .title_block:hover a{
	color: #cab84c;
}
.top-title .title_block a{color: #111111;}
.smart-blog-home .item-inner{
	cursor: pointer;
    max-width: 490px;
    margin: 0 auto;
}
.smart-blog-home .item-inner:hover .btn-blog-viewall a{
	color:#cab84c;
}
.smart-blog-home .content_blogpost .des_content_post{
	font-weight:300;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 22px;
	display:none;
}
.sdsblog-box-content {
    padding-top: 0;
}
.news_module_image_holder{
	overflow: hidden;
    display: block;
}
.news_module_image_holder img {
    padding: 0;
    max-width: 100%;
    max-height: 100%;
	display: inline-block;
    overflow: hidden;
}
.smart-blog-home .item-inner:hover .news_module_image_holder img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transition:0.6s;
	opacity:0.7;
}
.sds_post_title_home a:hover {
    color: #cab84c;
}
.sds_post_title_home{
	border-bottom:1px solid rgba(235,235,235,0.1);
	margin-bottom:0;
	padding-bottom:12px;
}
.sds_post_title_home a {
    font-size: 15px;
    color: #ffffff;
    outline: 0;
    text-transform: uppercase;
    font-weight: 600;
    min-height: auto;
    margin: 0;
}
.smart-blog-home{
	margin-bottom:0;
}
.smart-blog-home .top-title .title_block a {
    color: #ffffff;
}
.smart-blog-home .owl-nav span{
    color: #ffffff;
}
.smart-blog-home .owl-nav button.owl-prev {
    border-left: 2px solid #ffffff !important;
}
.smart-blog-home .content_blogpost{
	padding: 21px 30px 0;
	text-align: center;
}
.smart-blog-home .info-blog{
	margin-top: 14px;
    line-height: 1;
}
.smart-blog-home .info-blog > span {
	display: inline-block;
	color: #999999;
    font-size: 13px;
}
.btn-blog-viewall{
	font-weight: 500;
    font-size: 14px;
    color: #111;
	line-height: 1;
	display:none;
}
.testimo_main_content{
	text-align:center;
}
#field_testimonials .des_testimonial p {
	font-size: 16px;
    color: rgba(255,255,255,0.81);
    font-weight: 300;
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
    line-height: 26px;
	font-style:italic;
	 overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   max-height: 78px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
#field_testimonials .name {
	font-size: 18px;
    color: #cab84c;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 27px;
    margin-bottom: 3px;
    display: block;
}
#field_testimonials .info {
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
    line-height: 1;
}
#field_testimonials .item .image {
    position: relative;
	margin: 0 auto 35px;
    display: inline-block;
}
#field_testimonials .item .image img{
    border-radius: 100%;
}
.arrows_testimo{
	text-align:center;
	display: inline-block;
	margin-top: 32px;
}
.arrows_testimo > div, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
	display: inline-block !important;
    padding: 0 10px !important;
    position: relative;
    line-height: 1 !important;
    float: right;
	cursor:pointer;
}
.arrows_testimo > div.btn_prev{
	border-left:2px solid #999999;
}
.owl-nav button.owl-prev{
	border-left:2px solid #333333 !important;
}
.owl-nav{
	position: absolute;
    top: 60px;
    right: 50%;
	transform:translateX(50%);
	-webkit-transform:translateX(50%);
	-moz-transform:translateX(50%);
}
.owl-nav span, .arrows_testimo > div span{
	color:#999999;
	font-size:24.43px;
	height: 22px;
}
.owl-nav > button:hover span, .arrows_testimo > div:hover span{
	color:#cab84c;
	transition:0.4s;
}
.owl-nav > button.owl-prev:hover, .arrows_testimo > div.btn_prev:hover {
	margin-right:-20px;
	transition:0.4s;
}
.owl-nav > button.owl-next:hover, .arrows_testimo > div.btn_next:hover{
	margin-left:-20px;
	transition:0.4s;	
}
#product .images-container .js-qv-mask .owl-nav .owl-prev:hover{
	margin-right:0px;
	transition:0.4s;
}
#product .images-container .js-qv-mask .owl-nav .owl-next:hover{
	margin-left:0px;
	transition:0.4s;
}
.rela_nav{
	position:relative;
}
.product_slider_carousel, .newproduct_slider_carousel  {
	position:static;
}
.tab_cates {
    margin-bottom: 40px;
}
span.title_tabcate{
	color: #111111;
	line-height: 36px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}
.tab_cates li.active span.title_tabcate,
.tab_cates li:hover span.title_tabcate{
	color:#ffffff;
}
.tab_cates li.active, .tab_cates li:hover {
    background: #cab84c;
	border-radius: 30px;
}
.tab_cates li {
    margin: 0 3px; 
}
#map{
	margin-bottom:0;
}
#footer {
    padding-top: 0;
}
.footer-before .footer-before-ft{
	background: #cab84c;
    padding: 0 90px;
    border-radius: 5px;
    min-height: 100px;
}
.footer-center .block_newsletter p{display: none;}
.footer-center .block_newsletter{
	font-size: 14px;
    margin-bottom: 0;
}
.block_newsletter_full{
	    padding: 175px 0;
    background: url(../field-css/bg_letter.jpg) no-repeat top center;
}
.block_newsletter_full .block_newsletter {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
#block-newsletter-label{
	color: #fff;
    line-height: 1;
    margin-bottom: 28px;
    padding: 0;
	font-size: 40px;
    font-weight: normal;
}
.block_newsletter form{
	display: inline-block;
}
.block_newsletter_full .block_newsletter form .input-wrapper input{
	padding: 0 15px;
    border: none;
    background: #fff;
    min-width: 430px;
    line-height: 45px;
    height: 45px;
}
.block_newsletter_full .block_newsletter form input.btn{
	position: relative;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 15px;
    width: 36px;
    background: #cab84c;
    min-width: 140px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 2px;
}
.block_newsletter_full .block_newsletter form input.btn:hover{
	background: #fff;
	color: #cab84c;
	border-right: 1px solid #cab84c;
}
.footer-center .block-social .social-text{
	display: none;
    float: right;
    line-height: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	padding-left: 24px;
}
.footer-center .block-social li {
	border: none;
    width: 42px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    margin: 0 0 0 8px;
    background: #363636;
    float: right;
    border-radius: 100%;
}
.footer-center .block-social li:last-child{
	margin: 0;
}
.footer-center .block-social li:hover{
	background: #cab84c;
	transition:0.4s;
}
.footer-center .block-social li:hover a{
	color: #ffffff !important;
}
.footer-center .block-social li:last-child{margin: 0;}
.footer-center .block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 0;
    overflow: hidden;
    font-size: 14px;
    color: #636363;
    line-height: 42px
}
.fa-googleplus:before {
    content: "\f0d5";
}
.footer_logo p{
	color: #707070;
    margin-bottom: 18px;
    text-align: justify;
    line-height: 26px;
    max-width: 425px;
    margin: auto 0 35px auto;
}
.social-footer span{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;    
	margin-bottom: 16px;
    display: block;
}
#footer .footer_logo .logo_center ul{
	margin-bottom:0;
}
#footer .footer_logo .logo_center ul li:last-child{
	margin-bottom: 0px;
}
#footer .footer_logo .logo_center ul li em a{
	color: #999;
}
.logo_center .em1 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
#footer .footer_logo .logo_center ul li em:not(.em1) {
    font-style: normal;
}
#footer .footer-center{
    padding: 70px 0 72px;
	background: #111111;
}
#footer .footer-after{
	background: #ffffff;
	padding: 32px 0;
}
.footer-container {
    margin-top: 0;
    padding-top: 0;
	overflow: visible;
    box-shadow: none;
}
p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
#footer_contact .footer_icon{
	display: block;
	margin-bottom: 10px;
}
#footer_contact .footer_icon:last-child{
	margin-bottom: 0px;
}
#footer_contact .footer_icon i{
	font-size:16px;
	color:#666;    
	margin-left: 20px;
}
#footer_contact .footer_icon i:hover{
	color:#fff;
}
#footer_contact .footer_icon p span{
	color:#fff !important;
	font-weight:700;
}
#footer_contact .footer_icon.email_block p:hover{
	color:#cab84c;
	cursor:pointer;
}
#footer .links ul a {
	color: #707070;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}
#footer .links ul li:hover a {
    color: #cab84c;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
#footer .links ul li:hover a:before{
	background: #cab84c;
}
#footer .footer-center .links ul li {
    line-height: 36px;
    position: relative;
    overflow: hidden;
	color: #707070;
}
#footer .footer-center .links ul li:hover{
	margin-right:5px;
	transition:0.3s;
	color:#cab84c;
}
.footer_logo .logoft{
	margin-bottom:25px;
}
#open_time p{
	color: #707070;
    line-height: 36px;
    margin-bottom: 0;
	font-weight:300;
}
#open_time .note_stt{
	color: #ffffff;
    font-weight: 500;
    margin-top: 36px;
}
.title-top-ft h4{
	font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
	margin-bottom: 24px;
    text-align: right;
}
.title-top-ft h4 a{
	color: #fff;
}
#footer .footer_logo .logo_center ul li em a:hover, .title-top-ft h4 a:hover, .title-top-ft h4:hover,.block-contact .block-contact-title:hover, .linklist .blockcms-title a:hover,
#footer .footer-center .block-contact.links ul li:hover > span{color:#cab84c;}
.block-contact .block-contact-title, .linklist .blockcms-title a{color: #fff;}
.block-contact {
    border-right: none;
    padding-right: 15px;
    color: #999999;
}
#footer .footer-center .block-contact.links ul li:last-child{margin-bottom: 0;}
#footer .footer-center .block-contact.links ul li i{
	width: 35px;
    height: 35px;
    line-height: 35px;
    background: #414141;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
#footer .footer-center .block-contact.links ul li i:hover{background: #cab84c;}
#footer .footer-center .block-contact.links ul li{
	    line-height: 1;
		margin-bottom: 5px;
}
#footer .footer-center .block-contact.links ul li > span{
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    min-width: 65px;
    line-height: 25px;
    float: right;
}
#footer .footer-center .block-contact.links ul li p{
    margin-bottom: 0;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
#footer .footer-center .block-contact.links ul li p a{
    text-transform: none;
}
#footer .footer-center .block-contact.links ul a:before{display: none;}
#footer .block-contact.links ul li:hover a{margin-right: 0;}
#footer .footer-center .block-contact.links ul li.logo_footer p{
	line-height: 22px;
	margin-bottom: 4px;
	    margin-top: 24px;
}
#instagram_block .title-top-ft h4{
	margin-bottom:30px;
}
#footer .links ul {
    background: none;
    float: right;
    width: 100%;
    margin-bottom: 0;
}
.item-instagram .images_inner:hover .instagram_images_inner {position: relative;}
.item-instagram .images_inner .instagram_images_inner a.instagram_images:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
	background: rgba(255,255,255,0.2);
	webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block;
	width:0px;
    height: 0px;
	opacity:0;
}
.item-instagram .images_inner:hover .instagram_images_inner a.instagram_images:before {
	width:100%;
    height: 100%;
	opacity:1;
}
.item-instagram .images_inner .instagram_images_contents {
    position: relative;
    overflow: hidden;
}
.item-instagram .images_inner .instagram_likes_comments {display: none;}
.item-instagram .images_inner:hover .instagram_likes_comments {
    position: absolute;
    right: 50%;
    top: 50%;
    text-align: center;
    transform: translate(50%, -50%);
    display: inline-block;
    cursor: pointer;
	padding-left: 4px;
}
.item-instagram .images_inner .instagram_likes_comments .text-center {
    width: 100%;
    height: auto;
    line-height: 22px;
    display: inline-block;
    text-align: center;
	margin-bottom: 0;
}
.item-instagram .images_inner .instagram_likes_comments .text-center,
.item-instagram .images_inner .instagram_likes_comments .text-center i {color: #fff;}
.item-instagram .images_inner:hover .instagram_likes_comments .text-center {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.copyright_left p{
	color: #999999;
    margin-bottom: 0;
}
.copyright_left p a{
	color:#cab84c;	
}
.copyright_left p a:hover{
	text-decoration: underline;
}
.copyright_center{
	text-align: left;
}
.ft_bottom{
    overflow: hidden;
	line-height: 70px;
}
/**********************Countdown timer************************/
.item-countdown .bg_tranp{
    background: rgba(0,0,0,0.19);
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    line-height: 13px;
    position: absolute;
    width: 100%; 	
    z-index: 1;
    transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
}
.item-countdown {
    top: 50%;
    right: 0;
    left: 0;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    position: absolute;
    width: 100%;
	text-align: center;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.item-countdown-time{
    position: relative;
    z-index: 9;
    display: inline-block;
}
.item-product-list:hover .left-product .item-countdown,
.item-inner:hover .left-product .item-countdown{
    display: none;
    opacity:0;
}
.item-countdown .section_cout{ 
    float:right;
    display:inline-block;   
    text-align:center;
    position: relative;
    z-index: 999;	
}
.item-countdown .section_cout span{
    display:inline-block;
    float:none;   
    color:#fff;
    font-size:16px;  
	padding-left:12px;
	margin-left:12px;
	position:relative;	
}
.item-countdown .section_cout:last-child span{
	padding-left:0px;
	margin-left:0px;
}
.item-countdown .section_cout:last-child span:after{
	display:none;
}
.item-countdown .section_cout span:after{
	content:":";
	top:0;
	left:0;
	position:absolute;
}
.item-countdown .section_cout span.text{
	padding-right:5px;
	display:none;
}
.item-countdown .section_cout span.Days{
    display:inline-block;
}
.item-countdown .section_cout span.text{
    text-transform: capitalize;
    font-size:14px;   
}
/***********************************/
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #cab84c;
    border-color: transparent;
}
.horizontal_mode .item-inner span a{
	display: block;
    position: relative;
    overflow: hidden;
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.1);
    background-color: rgba(0, 0, 0, 0.1);
	display: none;
}
.smart-blog-home .item-inner:hover .blog_mask,
.image_product:hover a .blog_mask{
	opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(1);
}
.image_product{
	position: relative;
    overflow: hidden;
}

/***********staticblock_block*************/
#field_list_brands_block .owl-carousel .owl-item img {
    width: auto;
}
#field_list_brands_block .item-inner {
	margin: 0 auto;
    display: table;
}
.fieldbrands{
    border-top: 1px solid #ebebeb;
}
#index #field_list_brands_block{ padding: 61.5px 0; margin-bottom: 0;}
#field_list_brands_block{ padding: 75px 0;;margin-bottom: 0;}
#field_list_brands_block .owl-item a img, #endow-static .stt_icon .box_static_content i{
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
#field_list_brands_block .owl-item a:hover img, #endow-static .stt_icon:hover .box_static_content i {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}
#_desktop_logo{
	line-height: 145px;
    z-index: 2;
	position:relative;
}
#_desktop_logo:after{
	content: '';
    background: url(../field-css/shadow_logo.jpg) no-repeat top center;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -65px;
    z-index: 1;
}
#_desktop_logo a img{
	outline: 0;
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    position: relative;
    bottom: auto;
    padding-top: 0;
    z-index: 0;
    background: transparent;
    text-align: center;
    width: auto;
    height: auto;
    box-shadow: none;
    transition: bottom .3s;
    display: none;
}
#box-product-grid .row>.item {
    display: inline-block;
    text-align: center;
}
#box-product-grid>.row {
    display: flex;
    flex-wrap: wrap;
}
#box-product-grid.horizontal_mode .item-inner .right-product .title_category{
	color: #666;
    display: block;
    line-height: 1;
}
#box-product-grid.horizontal_mode .item-inner .right-product .title_category:after{
	content: "";
    width: 30px;
    height: 2px;
    background: #dddddd;
    display: block;
    margin: 16px 0;
}
#products #box-product-grid .product-miniature .discount-percentage.discount-percentage{
	top: -2px !important;
    position: relative;
    display: inline-block;
    background: #666;
    padding: 0;
    right: 10px;
    min-width: 40px;
    min-height: auto;
    font-size: 14px;
    box-shadow: none;
	display: none;
}
.active_grid #box-product-grid {
    display: block;
}
#box-product-grid, #box-product-list {
    width: 100%;
    display: none;
    float: right;
}
.active_list #box-product-list {
    display: block;
}
.products-selection {
    text-align: left;
    margin-bottom: 30px;
    float: right;
    width: 100%;
    border-radius: 0;
}
.active_list .products-selection {
	margin-bottom: 50px;
}
.products-selection .total-products {
	margin-left:25px;
}
.click-product-list-grid {
    float: right;
	margin-right: -2.5px;
}
.active_grid .click-product-list-grid>div.click-product-grid {
    background: #cab84c;
	color:#ffffff;
}
.click-product-list-grid>div:hover {
    background: #cab84c;
	color:#ffffff;
}
.click-product-list-grid>div {
	float: right;
    font-size: 24px;
    padding: 0;
    margin: 0 2.5px;
    cursor: pointer;
    color: #111111;
    background: #f4f4f4;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.active_list .click-product-list-grid>div.click-product-list {
    background: #cab84c;
	color:#ffffff;
}
#products .products {
    display: block;
    float: right;
    width: 100%;
    overflow: inherit;
}
.products-selection .total-products {
    display: inline-block;
}
.box-sort-by {
    align-items: center;
    display: flex;
    float: left;
}
.products-selection .total-products p {
    line-height: 32px;
    margin: 0;
    padding: 0;
    color: #111111;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #888888;
    letter-spacing: 1px;
	display: inline-block;
}
.products-selection .sort-by {
    margin: 0;
    color: #444444;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
	display:none;
}
.products-sort-order {
    color: #999999;
    flex: 1;
    float: left;
    margin-right: 0px;
    border: none;
    padding: 0 20px;
    min-width: 150px;
    text-align: right;
    font-size: 14px;
    line-height: 33px;
    background: #f6f6f6;
    border-radius: 10px
}
.products-sort-order .select-title {
	line-height: 30px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    text-transform: capitalize;
    box-shadow: none;
    color: #666;
    font-weight: 300;
}
.products-sort-order .dropdown-menu {
    left: 0;
    right: auto;
    width: 200px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-top: 3px;
    padding: 0;
}
.products-sort-order .select-title i {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    color: #999;
}
.products-sort-order .select-list {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
	padding: 5px 10px;
}
.products-selection .total-products, .products-selection h1 {
    padding: 0;
}
.click-product-grid{
	padding-right:0 !important;
}
.comments_note div.star, #productCommentsBlock div.star {
	position: relative;
    top: 0;
    float: right;
    width: 14px;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
	height: 14px;
    line-height: 14px;
}
#ftc_featured_products_block{
	margin-bottom:55px;
}
.products-sort-order .select-list:hover {
    background: #cab84c;
    color: #fff;
    text-decoration: none;
}
.pagination {
	margin-top: 20px;
	margin-bottom: 95px;
    display: inline-block;
    border-radius: 0;
    border-bottom:none
    padding-bottom: 0px;
}
.pagination_summary{
	line-height: 38px;
    text-align: left;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pagination a:not(.previous):not(.next) {
    letter-spacing: 0;
}
.pagination>div:first-child {
    line-height: 1;
}
.pagination .page-list {
    background: none;
    float: none;
    margin-bottom: 0;
    padding: 0;
    border: none;
    box-shadow: none;
	text-align: right;
}
.pagination .page-list li {
    display: inline-block;
    float: none;
}
.pagination a.previous i, .pagination a.next i {
    font-size: 0;
    height: auto;
    width: auto;
    float: none;
}
.pagination a.previous i:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
	vertical-align: 6px;
}
.pagination .current a, .pagination a:not(.disabled):hover, .pagination a.page-active,
.page-link:focus, .page-link:hover {
    color: #fff !important;
    background: #222222;
	border-radius:100%
}
.pagination li:first-child a{
    margin-right: 0;
}
.pagination a {
	width: 36px;
	height: 36px;
    padding: 0;
    text-align: center;
    float: right;
	line-height: 36px;
    background: transparent;    
    color: #333333;
    box-shadow: none;
    margin-right: 0px;
    font-weight: 300;
    border: none;
}
.pagination a.next i:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
	vertical-align: 6px;
}
.breadcrumb-all-page{
	margin-bottom: 100px;
	position: relative; 
}
.breadcrumb-abs {
    position: absolute;
    top: 50%;
    text-align: right;
    width: 100%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
}
.title-brc{
	font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
	margin-bottom: 2px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
#wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    display: inherit;
	margin: 0;
}
#wrapper .breadcrumb li a {
    color: #666666;
    text-transform: capitalize;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}
#wrapper .breadcrumb li:after {
	margin: 0 3px;
    font-size: 14px;
    content: "/";
    color: #666666;
}
#wrapper .breadcrumb li:last-child:after{display: none;}
.block-categories{
	margin-bottom: 45px;
    padding: 0;
    float: right;
    width: 100%;
    box-shadow: none;
}
#search_filters {
	margin-bottom: 100px;
    padding: 0;
    float: right;
    width: 100%;
    box-shadow: none;
}
ul.category-top-menu {
    margin: 0 0 -1px;
    width: 100%;
    float: right;
}
.blog-categories.blog-categories>ul>li>.category-sub-menu{
	padding-bottom: 0px;
}
ul {
    list-style: none;
    padding-right: 0;
}
.block-categories .category-sub-menu li {
    float: right;
    position: relative;
    width: 100%;	
}
.block-categories .category-sub-menu li[data-depth="0"]>a{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
	padding: 0px 0 16px;
    text-transform: uppercase;
    border-bottom:1px solid #eeeeee;
    color: #222222;
    margin-bottom: 8px;
}
#search_filters .facet .facet-title{
	font-size: 18.47px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    padding: 0px 0 17px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
}
.block-categories .collapse-icons {
	border: medium none;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    line-height: 1;
    text-align: left;
    color: #222;
}
.block-categories .collapse-icons i {
    line-height: 22px;
    font-size: 12px;
}
.block-categories .category-sub-menu .arrows i{
	line-height: 36px;
	font-size: 12px;
}
.block-categories .collapse-icons .remove,
.block-categories .arrows .remove{
    display: none;
}
.block-categories .arrows[aria-expanded=true] .remove{display: block}
.block-categories .collapse-icons[aria-expanded=true] .add,
.block-categories .arrows[aria-expanded=true] .add{
    display: none;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0;
    position: relative;
    float: right;
    width: 100%;
}
.block-categories .category-sub-menu .category-sub-link {
    float: right;
    font-size: 15px;
    line-height: 36px;
    width: 100%;
    position: relative;
    padding:0;
    color: #666666;
    text-transform: capitalize;
    font-weight: 300;	
	border-bottom:1px solid #eeeeee;
}
#search_filters>h4:hover, #tags_block_right .title_block:hover,h4.title_right_col:hover,
#tags_block_right .title_block a:hover, .title_right_col a:hover,
.block-categories>ul>li:first-child a:hover, .block-categories .category-sub-menu li[data-depth="0"]:hover>a, .block-categories .category-sub-menu li[data-depth="0"]:hover>.navbar-toggler i, .block-categories .category-sub-menu li[data-depth="1"]:hover>a, .block-categories .category-sub-menu li[data-depth="1"]:hover>.arrows i, .block-categories .category-sub-menu li[data-depth="2"]:hover>a, .block-categories .category-sub-menu li[data-depth="2"]:hover>.arrows i, .block-categories .category-sub-menu li[data-depth="3"]:hover>a, .block-categories .category-sub-menu li[data-depth="3"]:hover>.arrows i, .block-categories .category-sub-menu li[data-depth="4"]:hover>a, .block-categories .category-sub-menu li[data-depth="4"]:hover>.arrows i, .block-categories .category-sub-menu li:hover:not([data-depth="0"]):not([data-depth="1"])::before {
    color: #cab84c;
}
#tags_block_left .title_block
{
    display: table;
	margin-bottom: 32px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    position: relative;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;	
}
#_desktop_search_filters_clear_all {
	margin-top: 0px;
    margin-bottom: 24px;
    text-align: center;
}
#_desktop_search_filters_clear_all button{
	margin: 0;
    padding: 9px 15px;
	border-radius:20px;
}
#search_filters .facet {
	border-bottom: none;
    display: block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 35px;
}
#search_filters .facet .collapse {
    margin: 0;
}
#search_filters .facet ul li {
    display: inline-block;
    width: 100%;
    float: right;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
}
#search_filters .facet ul li:last-child{border-bottom: none;}
#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
}
.block-categories .category-sub-menu .arrows {
    line-height: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #222;
    font-size: 12px;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #cdcdcd;
    width: 12px;
    height: 12px;
}
#search_filters .facet .facet-label a {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
	vertical-align: middle;
	text-transform: none;
	font-weight:300;
}
#search_filters .search_filters_content{
    overflow: hidden;
    border: 1px solid #ebebeb;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn:hover, .btn-primary:active {
    background: #cab84c;
    color: #fff;
	box-shadow: none;
}
.btn-primary, .btn {
    background: #000000;
	border-radius: 0px;
    color: #fff;
    transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
}
.btn-tertiary {
    background: #17121a none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    margin: 20px 27px 0;
    padding: 5px 15px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}
.btn-primary, .btn-secondary, .btn-tertiary {
    box-shadow: none;
	border: none;
    font-weight: 400;
    padding: 10px 20px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}
.btn {
    line-height: 18px;
    font-size: 14px;
}
#search_filters .facet .facet-title:hover, #search_filters .facet .facet-label a:hover {
    color: #cab84c;
}
.custom-radio {
	width:18px;
	height:18px;
    border-radius: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
    margin-left: 5px;
}
button, input, select {
    overflow: visible;
}
#search_filters .facet:last-child {
    border-bottom: none;
	padding-bottom:0;
}
.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
.block-categories .category-sub-menu {
    margin: 0;
    padding-right: 15px;
    float: right;
    width: 100%;
}
.field-banner-slider .flexslider {
    margin:0;
    position: relative;
    zoom: 1;
    min-height: 50px;
}
#left-column .field-banner-slider{
	margin-bottom: 40px;
}
#product #left-column .field-banner-slider{
	margin-bottom: 60px;
}
.field-banner-slider .flex-control-paging li a:hover, .field-banner-slider .flex-control-paging li a.flex-active, .nivo-controlNav a:hover, .nivo-controlNav a.active {
    background: #cab84c;
    box-shadow: none !important;
    cursor: pointer;
}
.item-product-list {
	margin-bottom: 40px;
    display: block;
    width: 100%;
    float: right;
    border: none;
}
@media (min-width: 576px){
.item-product-list .js-product-miniature {
    display: flex;
    align-items: start;
}}
.item-product-list .left-product {
	position: relative;
    display: table;
    max-width: 270px;
    overflow: hidden;
    border-left: none;
}
.item-product-list .left-product a{
    position: relative;
}
@media (min-width: 525px){
	#box-product-list .right-product {
		flex: 1;
	}
}
.item-product-list .right-product .product_name {
    display: block;
    margin-bottom: 12px;
	line-height: 1;
}
.item-product-list .right-product .product_name a:hover{
	color: #cab84c;
}
#box-product-list .right-product .comments_note {
    display: block;
	width: 100%;
	text-align: right;
    float: none;
	margin-bottom: 14px;
}
#products .item-product-list .right-product .product-price-and-shipping {
    text-align: right;
	width: 100%;
    line-height: 20px;
	margin-bottom: 37px;
	float: none;
}
#products .item-product-list .right-product .decriptions-short p {
    line-height: 17.3px;
    margin-bottom: 24px;
    text-align: justify;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
}
.active_list #js-product-list .pagination {
    margin-top: 10px;
}
.button-action-list {
    display: block;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
#js-product-list .item-product-list .button_view_product,
#js-product-list .item-product-list .btn-add-to-cart-list, 
#js-product-list .item-product-list .quick-view, 
#js-product-list .item-product-list .compare, 
#js-product-list .item-product-list .wishlist{
    display: inline-block;
    float: right;
    margin-left: 10px;
}
#js-product-list .item-product-list .btn-quickview-list{margin-left: 0;}
#js-product-list .item-product-list .button_view_product a,
#js-product-list .item-product-list .btn-add-to-cart-list .add-to-cart,#js-product-list .item-product-list .wishlist a, #js-product-list .item-product-list .quick-view, #js-product-list .item-product-list .compare a{
    width: 50px;    
    height: 50px;
	line-height: 50px;
    padding: 0;
    border: none;
	border-radius:100%;
    background: #f7f7f7;
    color: #000000;
    text-align: center;
    font-size: 14px;
    z-index: 2;
    font-weight: 400;
    display: inline-block;
}
.d-none{
    display: none!important;
}
#js-product-list .item-product-list .button_view_product:hover a,
#js-product-list .item-product-list .wishlist:hover a, #js-product-list .item-product-list .quick-view:hover, #js-product-list .item-product-list .compare:hover a, #js-product-list .item-product-list .btn-add-to-cart-list:hover .add-to-cart {
    background: #cab84c;
	color:#ffffff;
}
#product .product_right{
	padding-right:40px;
}
#product h1[itemprop="name"] {
	font-weight: 600;
    font-size: 30px;
    text-transform: none;
    margin-bottom: 20px;
    color: #111111;
}
.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 400;
	margin-right: 10px;
    font-size: 13px;
    color: #999;
}
.product-prices div {
    margin-bottom: 0;
    display: inline-block;
}
.product-information p {
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    color: #666;
	margin-bottom:30px;
}
.product-variants>.product-variants-item {
	margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    float: right;
    clear: none;
}
.quickview .product-variants>.product-variants-item {
    margin: 0 0 10px 0;
}
.product-variants{
	overflow:hidden;
}
.product-actions .control-label {
    font-size: 16px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 700;
	margin-bottom: 13px;
}
.product-variants>.product-variants-item select {
    border: none;
    height: 40px;
    width: 100%;
    float: right;
    padding: 0 12px;
    margin-top: 0px;
    background: #fff;
    font-size: 15px;
    color: #666666;
    border: 1px solid #ebebeb;
	box-shadow: none;
	border-radius: 0;
	line-height: 38px;
    height: 40px !important;
}
.quickview .product-prices {
	margin-top: 20px;
    margin-bottom: 20px;
}
.product-prices .current-price {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
}
#product .product_right .product-prices {
	margin-top: 0px;
    margin-bottom: 30px;
}
#product-description-short {
    text-align: justify;
}
#product .product-des{
	clear: both;
    margin-top: 20px;
    margin-bottom: 27px;
}
.product-add-to-cart {
    margin-top: 7px;
    display: block;
    overflow: hidden;
}
.product-quantity .qty {
    float: right;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
}
.product-actions .product-add-to-cart .control-label {
    line-height: 38px;
    margin-left: 30px;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}
.product-quantity .input-group {
    float: right;
    width: auto;
	box-shadow: none;
}
.product-quantity #quantity_wanted {
    color: #414141;
    background-color: #fff;
    height: 38px;
    padding: .175rem .5rem;
    width: 3rem;
}
#main .images-container .js-qv-mask .owl-carousel .owl-stage{
	margin:0 auto;
}
.product-quantity .input-group-btn-vertical {
    float: right;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 9px 11px 9px;
    height: 20px;
}
.product-line-grid-right .bootstrap-touchspin {
    box-shadow: none;
    width: auto;
}
.product-line-grid-right .bootstrap-touchspin>.form-control, .product-line-grid-right .bootstrap-touchspin>.input-group {
    min-height: 38px;
    height: 38px;
}
.cart-item .product-line-grid > .row {
    display: flex;
    align-items: center;
}
.cart-item .product-line-grid .product-line-grid-body>.product-line-info>.label {
    padding: 0;
    line-height: 35px;
    text-align: right;
    white-space: inherit;
    font-size: 15px;
}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #cab84c;
    line-height: 36px;
}
#cart .product-price strong{
	font-weight:400;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    right: .1875rem;
}
.bootstrap-touchspin .btn-touchspin {
    color: #333;
}
.product-quantity .add {
    float: right;
    margin-bottom: 0;
}
.product-actions .add-to-cart:hover, .product-actions .wishlist:hover, .product-actions .compare:hover {
    background: #cab84c;
	color:#ffffff;
	transition:0.4s;
}
.product-actions .product-wishlist {
    margin-right: 5px;
    padding: 0;
    text-align: center;
}
.product-actions .add-to-cart, .product-actions .wishlist, .product-actions .compare{
    background: #f7f7f7;
    font-size: 14px;
    width: 50px;
    height:50px;
    line-height: 50px;
    border: none;
	border-radius:100%;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    display: inline-block;
    font-weight: normal;
    color:#111111;
    float: right;
    padding: 0;
    margin-left: 10px;
    text-align: center;
    opacity: 1;
}
.product-actions .wishlist{margin-left: 0;}
.product-actions .compare a, .product-actions .wishlist a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color:#111111;
}
.product-actions .compare:hover a, .product-actions .wishlist:hover a {
    color: #fff;
}
.product-quantity{
	display:block;
}
.active_grid #box-product-grid {
    display: block;
}
.social-sharing {
    margin: 0;
	margin-top: 0px;
	display: inline-block;
}
.social-sharing ul {
	margin-top: 0px;
    margin-bottom: 0;
}
.facebook.icon-gray, .twitter.icon-gray, .pinterest.icon-gray, .googleplus.icon-gray {
    background-image: none!important;
    background: none!important;
}
.social-sharing li {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: auto;
    float: right;
    margin: 3px 0 0 3px;
}
.social-sharing li a {
    text-align: center;
    text-indent: inherit;
    float: right;
    overflow: visible;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    width: auto;
    height: auto;
    line-height: 32px;
    background: transparent;
    border: 1px solid #ebebeb;
    padding: 0 15px;
}
.social-sharing li a:before {
    background: none!important;
    margin-left: 5px;
}
.facebook a:before {
    content: "\f09a";
}
.twitter a:before {
    content: "\f099";
}
.googleplus a:before {
    content: "\f0d5";
}
.pinterest a:before {
    content: "\f0d2";
}
.social-sharing li.facebook:hover a {
    background: #435f9f;
	color:#fff;
}
.social-sharing li.twitter:hover a {
    background: #00aaf0;
	color:#fff;
}
.social-sharing li.googleplus:hover a{
    background: #e04b34;
	color:#fff;
}
.social-sharing li.pinterest:hover a{
    background: #ce1f21;
	color:#fff;
}
.facebook.icon-gray a:before, 
.twitter.icon-gray a:before, 
.pinterest.icon-gray a:before, 
.googleplus.icon-gray a:before {
    font-family: "FontAwesome";
}
.tabs {
	background: transparent;
    box-shadow: none;
    margin-top: 100px;
    margin-bottom: 100px;
	padding: 0;
}
.tabs .nav-tabs {
    margin-bottom: 25px;
    border-bottom: none;
	text-align: right;
}
.tabs .nav-tabs .nav-item {
	margin: 0;
    line-height: 1;
    float: none;
    display: inline-block;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #cab84c;
    background: none;
	border-bottom: 2px solid #222222;
}
.tabs .nav-tabs .nav-item:last-child a{
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.tabs .tab-content {
	text-align: justify;
    background: none;
    overflow: hidden;
    border: none;
    padding: 0;
}
.tabs .tab-pane {
    padding-top: 0;
}
.tabs .product-description p {
	margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
}
.tabs p {
    line-height: 24px;
    margin: 0;
}
.tabs .product-description p:last-child {
    margin-bottom: 0;
}
.tabs .nav-tabs .nav-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    background: none;
    margin-left: 40px;
	padding:0;
	padding-bottom: 17px;
	border-bottom: 2px solid transparent;
	display: inline-block;
}
#product_comments_block_tab {
    margin: 0;
}
.tabs p.align_center:hover{
    color: #cab84c;
}
#product_comments_block_tab a {
	text-decoration: none!important;
    font-weight: 400; 
	color: #fff;
	border-radius:20px;
}
#product_comments_block_tab .alert-info a.open-comment-form{	
	border-radius: 0;
	white-space: normal;
}
#right-column .title_block {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
	margin-bottom:25px;
}
#right-column .blog-categories{
	border:none;
}
div.tags_block .block_content a {
    line-height: 30px;
    padding: 0 15px;
    background: none;
    border: 1px solid #ccc;
    display: inline-block;
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
    color: #666;
    font-weight: 400;
    text-transform: none;
}
div.tags_block .block_content a:hover {
    background: #cab84c;
	border-color: #cab84c;
    color: #fff;
}
div.tags_block .block_content {
    border: none;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    width: 100%;
	margin-bottom: -15px;
}
.product-discounts {
    margin-bottom: 0;
}
.product-quantity .qty {
    float: right;
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
}
.quickview .product-quantity .qty {
    margin-bottom: 30px;
}
#product .js-qv-mask.mask {
    height: auto;
    margin-right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#product .images-container .js-qv-mask .owl-carousel.owl-drag .owl-item.active:last-child{
	margin-left:0;
}
.product-des p{
	font-size: 15px;
    color: #666666;
    font-weight: 400;
    text-align: justify;
    margin-top: 0px;
    line-height: 20px;
}
.text_des_pro{
	font-size:16px;
	font-weight:600;
	color:#111111;
	margin-bottom: 8px;
    display: block;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #111111;
    font-weight: nomal;
    line-height: 1;
}
#product .discount-amount{
	display:none;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    margin: 0 auto;
    display: block;
}
#product-modal .modal-content .modal-body .image-caption {
    background: #fff;
    width: 100%;
    padding: 12px;
    border-top: 1px solid #f2f2f2;
}
#product-modal #product-description-short {
    margin-top: 0;
    text-align: justify;
    line-height: 20px;
    color: #666;
}
#product-modal .modal-content .modal-body {
    margin-right: 0;
    padding: 0;
}
#product-modal .modal-content .modal-body .product-images img:hover, .product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: 2px solid #cab84c;
}
#tab-content .product-manufacturer{
	text-align:center;
}
#tab-content .product-reference{
	display: inline-block;
}
#tab-content .product-quantities{
	display: inline-block;
    text-align: left;
    float: left;
}
#tab-content #product-details .label{
	margin:0;
}
.images-container{
	max-width:545px;
	margin: 0;
}
.product-cover {
	display: block;
    margin-bottom: 35px;
}
#product .js-qv-mask.mask .bx-wrapper .thumb-inner{
	position: relative;
    overflow: hidden;
}
.product-cover img {
    box-shadow: none;
    background: transparent;
}
.product-flags {
    top: 0;
    width: auto;
    margin: 0;
	position: static;
}
#category .js-search-filters-clear-all:hover{
	border:none;
}
#wrapper .breadcrumb li a:hover {
    color: #cab84c;
}
.active_filters {
    clear: both;
}
#product .images-container .js-qv-mask .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    width: auto;
	transform: none;
}
#product .images-container .js-qv-mask:hover .owl-nav {
    opacity: 1;
	transition:0.4s;
}
#product .images-container .owl-nav {
    margin-top: -12px;
}
#product .images-container .js-qv-mask .owl-nav .owl-prev {
	top:0;
    right: 0px;
    left: auto;
    position: absolute;
	padding:0 !important;
	border-left:none !important; 
}
#product .images-container .js-qv-mask .owl-nav .owl-next {
	top:0;
    left: 0px;
    right: auto;
    position: absolute;
	padding:0 !important
}
#product .images-container .owl-nav span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #000;
    color: #fff;
    font-size: 16px;
	border-radius:0;
}
#product .images-container .owl-nav button:hover span{
	background: #cab84c;
	transform: none;
}
#product .images-container .owl-carousel{
	position:static;	
}
#footer_contact{
	margin-bottom:96px;
}
#field_product_cates_block{
	margin-bottom:55px;
}
#back-top {    
	left: -25px;
    bottom: 60px;    
	min-width: 150px;
    height: 60px;
    line-height: 56px;
    position: fixed;
    text-align: center;
    z-index: 200;
    padding: 0 20px;
    border: 2px solid #ebebeb;
	border-radius:30px;
	background:#ffffff;
	cursor:pointer;	
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
#back-top:hover span{
	color:#cab84c;
	transition:0.4s;
}
#back-top span{
	color: #111111;
    font-size: 12px;
	font-weight:600;
	text-transform:uppercase;
}
#back-top i{
	font-size: 16px;
    margin-right: 10px;
}
@media (min-width: 768px){
	#moda_popupnewsletter.modal.fade .modal-dialog, 
	#blockcart-modal.modal.fade .modal-dialog, 
	.quickview.modal.fade .modal-dialog,
	.popup-content,
	#Popup_myaccount_form.fade .modal-dialog{
		position: absolute;
		right: 50%;
		top: 50%;
		margin: 0;
		transform: translate(50%,-50%);
		-webkit-transform: translate(50%,-50%);
		-moz-transform: translate(50%,-50%);
		-o-transform: translate(-50%,-50%);
		transition: all 0s ease-in-out 0s;
	}
}
.quickview .modal-dialog, #blockcart-modal .modal-dialog {
    max-width: 57rem;
    width: calc(100% - 30px);
    margin: 30px auto;
}
.modal-content {
    background: #fff;
    border-radius: 0;
    border: none;
}
#blockcart-modal .modal-body {
    padding: 30px;
}
.quickview .modal-content, #blockcart-modal .modal-body {
    background-color: #fff;
	min-height: auto;
}
#blockcart-modal .modal-header {
	background: none;
    padding: 0;
    border: none;
}
#blockcart-modal .modal-title {
    color: #46a74e;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    padding-top: 20px;
    font-weight: 400;
}
#blockcart-modal .modal-title i {
    margin-left: 10px;
}
#blockcart-modal .product-image {
    width: 100%;
}
#blockcart-modal .product-name {
    color: #333;
    font-size: 15px;
    font-weight: 400;
	margin-bottom: 15px;
    text-transform: capitalize;
}
#blockcart-modal .divide-right p.price {
	color: #cab84c;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}
#blockcart-modal .modal-body .divide-right span {
    color: #666;
}
#blockcart-modal .divide-right {
    border-right:1px solid #ebebeb;
	border-left:none;
}
#blockcart-modal .cart-content {
    padding-right: 15px;
}
#blockcart-modal .cart-content p.cart-products-count {
	font-size: 20px;
    font-weight: 500;
    color: #000;
}
#blockcart-modal .box-cart-content {
    margin-top: 100px;
    display: table;
}
#blockcart-modal .cart-content .btn {
    background: #17121a none repeat scroll 0 0;
	color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 0 10px;
    padding: 8px 15px;
    border: none;
    box-shadow: none;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
}
#blockcart-modal .cart-content .btn:hover{
    background: #cab84c;
}
#blockcart-modal .cart-content p strong,#blockcart-modal .divide-left strong {
    color: #666;
}
#blockcart-modal .cart-content p {
    color: #cab84c;
	margin-bottom: 8px;
}
.modal-header .close {
    z-index: 2;
}
.modal-header .close, .popup-header .close{
    margin: 0;
    opacity: 1;
    text-shadow: unset;
    background: #bbb none repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.modal-header .close:hover , .popup-header .close:hover{
    background: #cab84c;
}
#blockcart-modal .cart-content-btn {
    margin-top: 30px;
    display: table;
}
.modal-header .close span, .popup-header .close {
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    font-size: 17px;
    float: right;
    text-shadow: unset;
    color: #fff;
    font-weight: bold;
}
#moda_popupnewsletter .modal-header .close span{
	font-size: 24px;
}
#blockcart-modal {
    color: #999;
}
.PopupWishList {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    left: 15px;
    top: 15px;
}
.PopupWishListInner {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 18px;	
}
.PopupWishListInner > h3 {
    font-size: 21px;
    margin-top: 0;
}
.noty_text_body {
	align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.noty_text_body .thumbnail {
    display: inline-block;
    flex: 0 0 auto;
    height: 72px;
    margin-bottom: 0;
    margin-left: 24px;
    width: auto;
}
.noty_text_body > p {
    flex: 1 1 auto;
    overflow: hidden;
}
.noty_text_body .thumbnail img{height: 100%;width: auto;}
.close-popcompare {
    position: absolute;
    left: 18px;
    top: 13px;
}
.close-popcompare i{color: #b0b0b0;}
.PopupWishListInner > h3 > i {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    color: #1696ef;
}
.noty_text_body strong {
    color: #1696ef;
}
#form_wishlist {
    margin-bottom: 30px;
}
#form_wishlist .page-subheading {
    margin-bottom: 20px;
    text-transform: uppercase;
	font-size: 22px;
}
#form_wishlist input.inputTxt {
    border: 1px solid #ebebeb;
    color: #666666;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    width: 300px;
    display: inline-block;
    float: right;
}
#form_wishlist #submitWishlist {
	float: right;
    margin-right: 10px;
    line-height: 35px;
    padding: 0 15px;
    border: none;
}
#footer #block_myaccount_infos ul .lnk_wishlist i {
    display: none;
}
#footer #block_myaccount_infos ul .lnk_wishlist {
	width: 100%;
    max-width: 100%;
    flex: 100%;
    line-height: 36px;
    padding: 0;
	color:#666;
}
#footer #block_myaccount_infos ul .lnk_wishlist:hover{
	color:#cab84c;
}
.PopupCompare {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    left: 15px;
    top: 15px;
}
.PopupCompareInner {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 15px;
	overflow:hidden;
}
.PopupCompareInner .left-popup{
	float: right;
    margin-left: 15px;
}
.PopupCompareInner > h3 {
    font-size: 20px;
    margin-top: 0;
}
.total_compare_value, .total_wishlist_value {
	bottom: 10px;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000000;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1000;
}
.total_compare_value:hover, .total_wishlist_value:hover{
	background: #cab84c;
}
.total_compare_value span.total_compare_val{
    vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
}
.total_wishlist_value{
	bottom: 52px;
}
.total_compare_value a, .total_wishlist_value a{
	color:#fff !important;
}
.compare a.add_to_compare.btn-product.checked .compare-button-content i:before {
    content: "\f00d";
}
#module-fieldcompare-comparator .page-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
	font-weight: bold;
}
#module-fieldcompare-comparator #product_comparison .item  {
    text-align: center;
	position: relative;
	max-width: 360px;
	min-width: 360px;
}
#module-fieldcompare-comparator .horizontal_mode .item-inner .right-product .product_desc{
	margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#module-fieldcompare-comparator .footer_link .lnk_view {
	border-radius:20px;
}
#product_comparison .cmp_remove {
    bottom: 0;
    color: white;
    display: block;
    font-weight: 900;
    line-height: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    left: 0;
    z-index: 1;
}
#product_comparison .cmp_remove::before {
    border-color: transparent transparent #333333;
}
#product_comparison .cmp_remove::before {
    border-width: 0 40px 40px 0;
}
#product_comparison .cmp_remove::before {
    border-color: transparent transparent #333;
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    width: 0;
    z-index: -1;
}
#product_comparison .cmp_remove i {
    display: inline-block;
    font-size: 18px;
    padding-top: 0;
    margin-left: 3px;
}
.table-bordered thead td, .table-bordered thead th {
    border: 1px solid #ebebeb;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #ebebeb;
}
#block-history .wishlist_default p.is_wish_list_default{
	margin-bottom:0;
}
.card-block {
    padding: 30px 15px;
	box-shadow: none;
    border: none;
}
.page-my-account #content .links a.lnk_wishlist i{
    padding-bottom: 15px;
}
#block-order-detail .wishlisturl label{
    display: inline-block;
    margin-bottom: 0;
    line-height: 44px;
}
.wishlisturl > div > button.button-small {
    height: 35px;
    line-height: 35px;
	padding: 0 15px;
	width: 100%;
}
#module-blockwishlist-mywishlist .wlp_bought_list .item-inner .right-product{
	text-align:center;
}
#module-blockwishlist-mywishlist .wlp_bought_list .item-inner .right-product .product_name{margin-bottom: 10px;}
#module-blockwishlist-mywishlist .footer_links.wishlist_footer a{
	border-radius:20px;
}
#module-blockwishlist-mywishlist .right-product .comments_note {
	text-align: center;
    float: none;
    display: inline-block;
    margin-bottom: 10px
}
.wlp_bought_list .address .btn_action {
    clear: both;
    margin-top: 10px;
    background: #333;
    line-height: 40px;   
    text-align: center;
}
.wlp_bought_list .address .btn_action:hover{
	background: #cab84c;
}
.wlp_bought_list .address .btn_action a {
    width: 100%;
    font-size: 16px; 
	color: #fff;
    text-transform: uppercase;
}
.wlp_bought_list > div {
	margin-bottom:20px;
	float: right;
    position: relative;
}
.wlp_bought_list .item-inner{
	margin: 0 auto;
    text-align: center
}
.wlp_bought_list .product_image{
    overflow: hidden;
    position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 360px;
}
.wlp_bought_list .lnkdel {
    position: absolute;
    top: -10px;
    left: 6px;
    height: 20px;
    width: 20px;
    text-indent: 0;
    background: no-repeat;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
	z-index:10;
}
#module-blockwishlist-view .card{padding-bottom: 0; margin-bottom: 55px !important;}
#module-blockwishlist-view .priority_product{margin-bottom: 5px;}
#module-blockwishlist-view .wlp_bought.horizontal_mode .item-inner{display: table;margin-bottom: 0px;}
#module-blockwishlist-view #view_wishlist h2{
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    font-size: 22px;
    font-weight: 600;
}
#module-fieldcompare-comparator .footer_link{
	margin:0;
}
.breadcrumb-no-images {
    background: #000;
    line-height: 50px;
    margin-bottom: 40px;
}
.text-center {
    text-align: center!important;
}
.sdsarticleHeader {
    margin: 0;
    padding-bottom: 20px;
    text-align: right;
	line-height: 20px;
}
.sdsarticle-des-ftc{
	margin-bottom: 42px;
}
.sdsarticleHeader i.icon {
	vertical-align: unset;
    padding-left: 0;
    color: #cab84c;
}
.sdsarticleHeader span, .sdsarticleHeader span a {
	font-size: 13px;
    color: #666666;
}
.imageFeatured:hover{opacity: 0.8;}
.smartblogcomments#respond h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0;
}
.articleContent .sdsreadMore span {
    margin-right: 0;
	letter-spacing: 1px;
}
.sdsarticleHeader .title_block {
	font-size: 17.63px;
    font-weight: 700;
    text-align: right;
    color: #111111;
    outline: 0;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
    letter-spacing: 1px;
}
.sdsarticle-des {
	margin:0;
    margin-bottom: 42px;
}
#module-smartblog-category .card-block {
    margin-bottom: 0px!important;
}
#module-smartblog-category .card-block {
    padding: 0;
    border: none;
    background: none;
	box-shadow:none;
}
.articleContent img {
    max-width: 100%;
    padding: 0;
}
.sdsreadMore{
	line-height: 1;
    margin-top: 25px;
}
.sdsreadMore a.r_more {
	padding: 0;
    float: none;
    font-weight: 400;
    border-radius: 4px;
    background: transparent;
    color: #111111;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
	padding-bottom:6px;
	position:relative;
}
.sdsreadMore a.r_more:after{
	content:"";
	width:27px;
	height:2px;
	top:100%;
	right:0;
	background:#222222;
	position:absolute;	
}
.articleContent .sdsreadMore {
    margin-top: 0;
    padding: 0;
    text-align: right;
}
.sdsreadMore a.r_more:hover{
    color: #cab84c;
	transition:0.4s;
}
.sdsreadMore a.r_more i {
    margin-right: 5px;
}
.sdsarticleCat {
    margin-bottom: 70px;
    padding-bottom: 0;
}
.sdsarticleCat:last-child {
    margin-bottom: 0px;
}
#module-smartblog-category .pagination{    
	padding: 0;
    border: none;
	margin-top: 50px;
    text-align: right;
}
#module-smartblog-category .pagination ul{
	text-align: right;
}
#module-smartblog-category .pagination .results{
	line-height: 48px;
    margin-top: 0;
}
#sdsblogArticle .title_block {
	font-size: 30px;
    font-weight: 700;
    text-align: right;
    color: #111111;
    outline: 0;
    text-decoration: none;
    margin: 45px auto 14px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
    letter-spacing: 1px;
}
#module-smartblog-details .sdsarticleHeader {
    padding-bottom: 12px;
}
#module-smartblog-details .card-block {
    border: none;
	box-shadow:none;
    padding: 0;
}
.sdsarticleBottom {
    display: block;
    margin-top: 10px;
    overflow: hidden;
}
.sdsarticle-des-ftc p{
	font-size: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300;
}
.sdsarticle-des p{
	font-size: 15px;
    text-align: justify;
    font-weight: 300;
}
#module-smartblog-details #content.block {
    margin-bottom: 0;
}
#product_comments_block_tab .footer_links a {
	color: #fff;
    margin: 0;
}
#respond input[type="text"] {
    width: 100%;	
}
#respond td:first-child {
    padding-top: 6px;
    vertical-align: top;
    width: auto;
}
#respond .note {
    color: #666;
    display: block;
    font-size: 13px;
    margin: 2px 8px;
}
.form-control:focus, .search-widget form input[type="text"]:focus {
    border-color: #cab84c;
    outline: 0;
	box-shadow: none;
}
#respond .right {
    padding: 15px 0 0;
    text-align: left;
}
.smartblogcomments#respond .right .submit button{
    border-radius:20px;
}
#articleShareThis{
	margin-bottom: 15px;
}
#sdsblogCategory p, #sdsblogArticle p {
    line-height: 24px;
    margin-bottom: 10px;
}
.sdsarticleHeader span a:hover {
    text-decoration: underline;
}
.commentList li .reply {
	margin-top: 10px;
    text-align: left;
    clear: both;
    overflow: hidden;
    display: block;
    height: auto;
}
.commentList li .reply a {
    background: none repeat scroll 0 0 #333;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0px;
}
.commentList li {
    border: 1px solid #DDD;
    border-radius: 0;
    margin-bottom: 10px;
    min-height: 75px;
    padding: 8px 85px 8px 8px;
    position: relative;
}
.commentList li .avatar {
    background: none;
    border: none;
    right: 10px;
    padding: 2px;
    position: absolute;
    top: 10px;
}
.commentList li .name, .commentList li .name a {
    color: #333;
    cursor: default;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}
.commentList li .created {
    color: #666;
    font-size: 13px;
    margin: 2px 0 8px;
}
.commentList li .reply a:hover {
    background: none repeat scroll 0 0 #cab84c;
    color: #fff;
}
#product_comments_block_tab ul li {
    float: right;
}
.pull-left {
    float: right!important;
}
.pull-right {
    float: left!important;
}
.block-categories.blog-categories>ul>li:first-child a:after{
	display:none;
}
.block-categories.blog-categories>ul>li>.category-sub-menu {
    padding-right: 0;
}
#sdssearch_block_top #search_query_top {
	display: inline;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-left: 0px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    color: #888888;
}
#smartblogsearch .btn-blog-search{
	border-radius: 0;
    left: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #aeaeae;
    font-size: 18px;
}
#right-column .title_left_col {
	font-size: 22px;
    color: #333;
    font-weight: 600;
	margin-bottom: 25px;
}
.sdsbox-content ul {
    list-style-type: none;
    margin-right: 0;
    margin-bottom: 0px;
}
#smartblogsearch .block_content,#recent_article_smart_blog_block_left .block_content{
	border: none;
    border-top: none;
	border-radius: 0;
}
.sdsbox-content .recentArticles li {
	padding: 0;
    margin-bottom: 16px;
    border-bottom: none !important;
    display: flex;
	align-items: start;
    width: 100%;
}
.sdsbox-content .recentArticles li .image {
    float: right;
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0 0 0 18px;
}
.right-block-smart {
    flex: 1;
	line-height:1;
}
.sdsbox-content .recentArticles li .right-block-smart a{
    font-size: 13.11px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    color: #111111;
	letter-spacing:1px;
	line-height:15.41px;
	margin-bottom: 15px;
    display: block;
}
.sdsbox-content .recentArticles li .right-block-smart a:hover{
	color:#cab84c;
	transition:0.3s;
}
.sdsbox-content .recentArticles li .info {
    color: #666666;
    font-size: 13px;
    text-transform: none;
    display: block;
	line-height: 1;
}
.sdsbox-content .recentArticles li .info i{
	margin-left:15px;
	color:#888888;
	font-size:12px;
}
.sdsbox-content .recentArticles li:last-child {
    border-bottom: none!important;
	padding-bottom: 0;
    margin-bottom: 0;
}
.blog-categories .category-sub-menu .category-sub-link{
	margin:0;
}
#main .page-footer {
    margin-bottom: 0;
}
#sdssearch_block_top #searchbox{
	float: none;
    width: 100%;
}
.form-control {
    background: transparent;
    color: #666;
    border: 1px solid #ebebeb;
    padding: .5rem 1rem;
	font-size: 14px;
}
.page-header h1{
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #333;
}
.popup-header h1 {
    border-bottom: 1px solid #ebebeb;
    font-size: 22px;
    line-height: 1;
    margin: 0 0 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 600;
	color: #111111;
}
.page-footer a.account-link {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: table;
    float: right;
    margin-bottom: 100px;
    margin-left: 1rem;
    padding: 8px 15px;
	border-radius:20px;
}
.page-footer a.account-link:hover,.page-footer .text-sm-center a:hover {
    background: #cab84c;
}
.page-my-account #content .links a:hover i {
    color: #cab84c;
}
#main .page-content, #main .page-header {
    margin-bottom: 30px;
}
#contact .card, #module-smartblog-search .card, #module-smartblog-tagpost .card, #module-blockwishlist-mywishlist .card , #module-fieldcompare-comparator .card{
	margin-bottom: 100px;
}
.page-footer .text-sm-center a {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: table;
    line-height: 18px;
    margin-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
	border-radius:20px;
}
#checkout #checkout-personal-information-step .nav-link {
    padding: 0;
}
.setting-desktop .setting-desktop-ft .fa-bars{
	font-size:14px;
}
.page-my-account #content .links a#blockwishlist-myaccount i {
    padding-bottom: 15px;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #333;
    padding: 8.5px 15px;
}
.custom-checkbox label {
    text-align: right;
    display: inline;
}
.page-authentication #content {
    border: 1px solid #ebebeb;
    box-shadow: none;
    max-width: 870px;
    padding: 30px 20px;
    margin-bottom: 100px;
}
.send-renew-password-link {
    text-align: center;
}
.quickview .modal-header {
    border: none;
    padding: 0;
}
.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-weight: 600;
}
.separator {
    margin: 0;
    border-color: rgba(0,0,0,.1);
}
.cart-summary-line .value {
    color: #cab84c;
}
.card.cart-container, .card.cart-summary {
    margin-bottom: 30px;
}
.cart-grid .cart-grid-body>a.label {
    box-shadow: none;
    font-weight: 400;
    padding: 6px 15px;
    background: #111;
    color: #fff!important;
    padding-right: 5px;
    display: inline-block;
    margin-bottom: 70px;
	border-radius: 20px;
}
.cart-grid .cart-grid-body>a.label:hover{
    background: #cab84c;
}
#_desktop_cart .click-cart i{
	font-size:16px;
	color:#333333;
}
#_desktop_cart .unline_cart{float: left;display: none}
span.cart-products-count{
    display: inline-block;
    font-size: 14px;
    color: #cab84c;
	font-weight:600;
    position: relative;
    top: -14px;
	margin-right: -2px;
    background: none;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    border-radius: 0;
}
#_desktop_cart{
	display: inline-block;
    color: #666;
    float: left;
	position: relative;
	margin-left: 22px;
}
#_desktop_cart .click-cart:hover{
	color: #cab84c;
}
#header a{color: #2b2b2b;}
#_mobile_setting{
	position:relative;
}
#field-search-no-popup form#searchbox{
	position: relative;
    display: inline-block;
	margin-right: 60px;
}
.sticky-fixed-top #field-search-no-popup form#searchbox{margin-right: 0;}
#field-search-no-popup{
	display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    top: 32.5px;
    background: transparent;
    max-height: 35px;
}
#field-search-no-popup .search_filter{
	width: 210px;
    margin: 0;
    float: right;
}
#field-search-no-popup .search_filter .form-control{
	border: 1px solid #ebebeb;
    background: transparent;
    padding: 0px 30px;
    text-align: right;
    cursor: auto;
    min-height: 45px;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
    font-weight: normal;
    text-transform: none;
    color: #666666;
}
#field-search-no-popup #search_query_top{
	background: transparent;
    border: 1px solid #666666;
    padding: 0 20px;
    color: #666;
	height: 35px;
    line-height: 35px;
    font-size: 13px;
    width: 250px;
    border-radius: 30px;
    position: relative;
    float: right;
    transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
}
#field-search-no-popup .btn.button-search{
	padding: 0;
    border-radius: 0;
    top: 0;
    left: 20px;
	line-height: 35px;
	color: #cab84c;
    font-size: 13px;
    position: absolute;
    border: none;
    background: none!important;
    transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
}
#_desktop_search{
	float: left;
    margin-left:25px;
    font-size:16px;
	color:#333333;
	position:relative;
}
#_desktop_search:hover, #_desktop_cart .click-cart:hover i, .icon-setting-desktop:hover i, #_desktop_language_selector .dropdown .expand-more:hover, #_desktop_currency_selector .dropdown .expand-more:hover{
	color:#cab84c;
	transition:0.3s;
}
.wishlist_header_top,.checkout_header_top{
	float: left;
    line-height: 40px;
    padding-left: 28px;
}
.checkout_header_top{padding-left: 0;}
#header .wishlist_header_top a,#header .checkout_header_top a{
	color: #999;
}
.wishlist_header_top i,.checkout_header_top i{padding-left: 8px;}
.setting-desktop{
	float: left;
}
.icon-setting-desktop i{
	font-size:17px;
	color:#333333;
}
#_desktop_user_info > div{
	position: relative;
    line-height: 1;
    transition: all 0.15s ease-in-out 0s;
	color: #666;
    font-size: 14px;
    display: inline-block;
    width: 100%;
	float: right;
	cursor:pointer;	
}
#_desktop_user_info .button-popup-signin{
	margin-bottom: 12px;
}
#_desktop_user_info > div:hover{
	color: #cab84c;
}
#header a:hover {
    text-decoration: none;
    color: #cab84c;
}
.popup-footer{
	text-align: center;
    margin-top: 20px;
}
.popup-footer span:hover{
	color:#cab84c;
	cursor:pointer;
}
#Popup_forgot_password_form .text-forgot-password{
	margin-bottom:15px;
    display: block;
}
#Popup_customer_form .popup-content{
	height: 100%;
    overflow-y: auto
}
.product-price {
    color: #cab84c;
    display: inline-block;
}
body#checkout #footer {
    box-shadow: none;
    padding: 0;
    background: transparent;
    color: inherit;
}
body#checkout section#content {
    margin-bottom: 100px;
}
.has-discount .discount {
    background: #cab84c;
    color: #fff;
    font-weight: 400;
    padding: 8px;
    font-size: 14px;
    margin-right: 25px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}
body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 600;
}
body#checkout a:hover,.has-discount.product-price, .has-discount p{
    color: #cab84c;
}
body#checkout section.checkout-step {
    box-shadow: -2px 2px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: .9375rem;
}
#order-items hr {
    border-top-color: #ebebeb;
}
.card {
    margin-bottom: 30px;
	border:none;
	padding:0;
}
#order-confirmation .card.definition-list {
    margin-bottom: 100px;
}
#product_comments_block_tab div.comment .star_content{
	clear: none;
	display: inline-block;
    vertical-align: middle;
    float: none;
}
#product_comments_block_tab div.comment {
    margin: 0 0 20px 0;
    padding: 5px;
    border-bottom: 1px dotted #ebebeb;
}
#product_comments_block_tab .comment_author span {
    margin-top: 0;
    margin-left: 10px;
    line-height: 22px;
}
#new_comment_form .product img {
    float: none;
    border: none;
	max-width: 100%;
    height: auto;
}
#new_comment_form .modal-header{
    justify-content: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
#new_comment_form .modal-header h2{
	line-height:1;
}
#new_comment_form .product {
    padding: 0 0px 15px;
}
#new_comment_form .product .product_desc {
    float: right;
    margin-right: 0;
    width: 100%;
    line-height: 24px;
    color: #666;
}
#new_comment_form .product .product_desc .product_name {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
	text-align:right;
}
#new_comment_form label {
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    padding: 0 15px;
}
#new_comment_form textarea ,#new_comment_form input{
    border: 1px solid #ebebeb;
}
#new_comment_form_footer .required{
	display:inline-block;
}
#new_comment_form #criterions_list li {
    margin-bottom: 0;
}
#new_comment_form #criterions_list label {
    display: inline-block;
    float: none;
    margin: 0;
    text-align: left;
    min-width: auto;
    padding: 0;
	margin-left:10px;
}
#new_comment_form #criterions_list .star_content{
    display: inline-block;
    vertical-align: middle;
}
#new_comment_form #criterions_list {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    list-style-type: none;
    text-align: center;
}
#submitNewMessage {
    margin-right: 0;
}
#new_comment_form .modal-dialog {
    max-width: 700px;
}
.smartblogcomments#respond{
	margin-bottom:70px;
}
#cms #cms-about-us .our-team img {
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#cms #cms-about-us img {
    margin: 0;
}
.page-content.page-cms .cms-box img {
    max-width: 100%;
}
#cms #cms-about-us p.title_font {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 600;
}
#cms #cms-about-us .our-team p {
    line-height: 1;
    text-align: center;
}
#cms #cms-about-us p {
        margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
}
#cms #cms-about-us p:last-child{
	margin-bottom: 0px;
}
.cms-box.our-team > div{margin-top: 30px;}
.page-subheading{
	font-size: 26px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1;
}
.page-subheading:hover,.cms_content .cms_content_text h4:hover,
.part_2 .cms-box .title_font a:hover{color: #cab84c;}
.cms-box.cms-box-img{position: relative;display: inline-block;}
.block_top .cms-box-img:after{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #ebebeb;
    top: 40px;
    right: 40px;
}
#cms-about-us .cms-row > .row,#cms-about-us .cms-row .container > .row{
	display: flex;
    align-items: center;
}
#cms #cms-about-us p.des_title{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
	margin-bottom: 20px;
}
#cms #cms-about-us .block_center {
	text-align:center;
}
#cms #cms-about-us .block_center.cms-row > .row{
	display:block;
}
#cms #cms-about-us .our-team img:hover {
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fieldFullWidth.cms-row{
	background: #fbf7f7;
    padding: 100px 0;
}
.cms_content{margin-bottom: 30px;}
.cms_content:last-child{margin-bottom: 0;}
.cms_content .cms_content_img{
	display: table;
    float: right;
    margin-left: 20px;
}
.cms_content .cms_content_text{display: table;}
.cms_content .cms_content_text h4{
	font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
	text-align: right;
}
#cms #cms-about-us .cms_content .cms_content_text p{
	line-height: 24px;
    font-size: 15px;
    max-width: 380px;
}

.contact-rich h4,.contact-form h3 {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}
.contact-rich .top_text{
	margin-bottom:20px;
}
.contact-rich .top_text p{
    margin: 0;
    line-height: 30px;
    max-width: 450px;
}
.contact-rich .block_contact_ftc{
	display:block;
	margin-bottom:12px;
}
.contact-rich .block_contact_ftc > div{
	display:inline-block;
	vertical-align:middle;
	color: #666;
}
.contact-rich .block_contact_ftc > div.data a{
	color: #666;
}
.contact-rich .block_contact_ftc > div.data a:hover{
	color: #cab84c;
}
.contact-rich .block_contact_ftc .icon{
	font-size: 18px;	
    margin-left: 10px;
}
.contact-form {
    background: #fff;
    padding: 0;
    color: #666;
    width: 100%;
}
.contact-form .form-fields .form-group {
    margin-bottom: 18px;
}
.button_contact_us{
    font-size: 14px;
    text-transform: none;
    margin-bottom: 40px;
    border-radius: 20px;
}
.contact-rich {
    color: #666;
    word-wrap: break-word;
}
.input-group .input-group-btn>.btn{
	padding: 8.5px 10px;
}
#contact .contact-form .alert ul{
	margin:0;
}
#main .page-content.page-cms {
    padding: 0;
    text-align: right;
    background: none;
	margin-bottom: 100px;
}
.sitemap {
    margin-top: 0;
    margin-bottom: 100px;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: #000;
}
#module-blockwishlist-view #idWishlist{
	position: absolute;
	right: 50%;
	top: -60%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
}
.bx-wrapper .bx-controls.bx-has-pager{display: none;}
.bx-wrapper .bx-controls-direction a {
    top: 50%;
}
img {
    max-width: 100%;
    height: auto;
}
#Popup_myaccount_form .modal-content .modal-body .links a span.link-item {
    display: block;
    height: 100%;
    box-shadow: -2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1rem;
    margin: 15px 0;
}
#Popup_myaccount_form .modal-content .modal-footer a:hover {
    background: #cab84c;
}
#Popup_myaccount_form .modal-content .modal-footer a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: table;
    line-height: 18px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
	border-radius:20px;
}
#Popup_myaccount_form .modal-header h1{
    font-size: 22px;
    line-height: 1;
    margin: 0 ;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #000;
}
#_mobile_fieldmegamenu>ul .root-item{
    display: block;
	float: right;
}
#_mobile_fieldmegamenu>ul>li {
    font-size: 16px;
    line-height: 40px;
}
#_mobile_fieldmegamenu>ul>li {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-bottom: 1px dotted #d7dce2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#_mobile_fieldmegamenu ul li .title{
	font-size: 15.09px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #111111;
    cursor: pointer;
    position: relative;
}
#_mobile_fieldmegamenu ul li:hover .title{
	color:#cab84c;
}
#_mobile_fieldmegamenu>ul>li .title span.icon-has-sub {
    display: none;
}
#_mobile_fieldmegamenu {
    width: 100%;
    padding: 15px 20px 0;
    overflow: auto;
	height: 100%;
}
#_mobile_fieldmegamenu ul{
	overflow:hidden;
	margin-bottom:0;
}
.collapsed-menu[aria-expanded="true"] .add, .collapsed-menu[aria-expanded="false"] .remove {
    display: none;
}
#_mobile_fieldmegamenu .menu_home .menu-items {
    padding-bottom: 15px;
}
#_mobile_fieldmegamenu .menu-items {
    top: 0!important;
	width: 100%;
	padding: 0;
}
#header .header-nav .cart-preview.active {
    background: transparent;
}
.login-form {
    margin-top: 0;
}
.cart-grid-body a.label:hover {
    color: #cab84c;
}
body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
button:focus {
    outline: none;
}
#moda_popupnewsletter .modal-header .close{
    left: -30px;
    top: -30px;
	background: none;
}
#moda_popupnewsletter .modal-header {
    padding: 0;
    border-bottom: none;
}
#newsletter_block_popup {
    position: relative;
}
.newsletter_block_popup_content .block_content {
    padding: 0;
    text-align: left;
    position: absolute;
    top: 50%;
    max-width: 485px;
    left: 60px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}
.newsletter_block_popup_content .block_content .item-countdown{display: none;}
.popup_title h2{
	text-transform: uppercase;
    font-size: 36px;
    color: #111111;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}
.popup_content{
	margin-bottom: 35px;
}
.popup_content p{
	margin-bottom: 0px;
    line-height: 22px;
    font-weight: 300;
}
#newsletter-input-popup {
	line-height: 45px;
    width: 370px;
    border: none;
    color: #999999;
    padding: 0 20px;
    text-align: left;
    font-size: 13px;
    text-transform: none;
    margin: 0 auto 20px 0;
    background: #ffffff;
    display: block;
    border-radius: 0;
    font-weight: 300;
}
.button_unique {
    font-size: 14px;
    line-height: 40px;
    border: none;
    background: #cab84c;
    color: #fff;
    border-radius: 0;
    display: block;
    min-width: 120px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.button_unique.btn:hover {
    background: #000000;
}
.newsletter_block_popup-bottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.newsletter_block_popup-bottom span {
    background-color: transparent;
    border: 1px solid #666666;
    width: 20px;
    height: 20px;
    margin-left: 9px;
    float: right;
}
.newsletter_block_popup-bottom #newsletter_popup_dont_show_again {
    width: 20px;
    height: 20px;
    margin: 0;
	opacity:0;
}
.newsletter_block_popup-bottom #newsletter_popup_dont_show_again:focus, .newsletter_block_popup-bottom #newsletter_popup_dont_show_again:checked {
    opacity: 1;
}
.newsletter_block_popup-bottom label {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 300;
    line-height: 20px;
}
#newsletter_block_popup  .block-social {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.70);
    position: absolute;
    bottom: -1px;
    min-height: 110px;
    width: 100%;
    padding-right: 40px;
}
#newsletter_block_popup .block-social-text{
	font-size: 14px;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
	text-align: right;
}
#newsletter_block_popup  .block-social ul{
	margin:0;
}
#newsletter_block_popup  .block-social li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    float: right;
    margin-left: 12px;
    background: #344147;
    border-radius: 100%;
}
#newsletter_block_popup  .block-social li.button-facebook:hover{
	background-color: #0F62B7;
}
#newsletter_block_popup  .block-social li.button-youtube:hover{
	background-color: red;
}
#newsletter_block_popup  .block-social li.button-twitter:hover{
	background-color: #41ADE2;
}
#newsletter_block_popup  .block-social li.button-googleplus:hover{
	background-color: #E14938;
}
#newsletter_block_popup  .block-social li.button-pinterest:hover{
	background-color: #EF1438;
}
#newsletter_block_popup  .block-social li.button-instagram:hover{
	background-color: #4080B7;
}
#newsletter_block_popup .block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 0;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}
#newsletter_block_popup  .block-social li:last-child{
	margin-left:0;
}
.block_newsletter input::placeholder,  #newsletter_block_popup input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}

.block_newsletter input:-ms-input-placeholder, #newsletter_block_popup input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

.block_newsletter input::-ms-input-placeholder, #newsletter_block_popup input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}
#cms #cms-about-us img:hover {
    opacity: 0.7;
}
.button-popup-sizechart{
    margin-top: 30px;
    background: transparent !important;
	color: #333;
    text-align: right;
    padding: 0;
    font-size: 15px;
}
.button-popup-sizechart:hover{
	color:#cab84c;
}
#Popup_sizechart .modal-dialog {
    max-width: 100%;
    height: auto;
	margin: 10px;
}
#Popup_sizechart .modal-header {
    justify-content: center;
    padding: 8px;
    border-bottom: 1px solid #ebebeb;
}
#Popup_sizechart .modal-header h1 {
    text-transform: uppercase;
    margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
}
.left-content-size .hover_banner_img {
    text-align: center;
}
.title-measure {
    font-size: 20px;
    line-height: 24px;
    margin: -3px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.text-measure li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.text-measure li:before {
    content: "\f111";
    font-family: "fontawesome";
    font-size: 10px;
    line-height: 15px;
    margin-left: 5px;
    vertical-align: bottom;
}
.title-measure.a2 {
    margin-bottom: 30px;
}
#Popup_sizechart .table-sizegudie {
    border: 1px solid #ebebeb;
    margin: 0;
}
.field-banner-slider .nivo-controlNav {
    padding: 0;
    text-align: center;
    line-height: 1;
    bottom: 5px;
}
#left-column .v-megamenu-container .v-megamenu{
	position: relative;
    border-radius: 0 0 4px 4px;
	margin-bottom: 40px;
}
#field_bestseller_product_column_block.block{margin-bottom: 40px;}
#field_bestseller_product_column_block .owl-nav{top: -41px;}
#left-column .vertical_mode .item-inner{
	margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
}
#left-column .vertical_mode .item-inner:last-child{
	border-bottom: none;
}
#left-column .vertical_mode .left-product{
	float: right;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    max-width: 102px;
}
.quickview .modal-body {
    min-height: auto;
}
#manufacturer li.brand{
	float: right;
    width: 20%;
    text-align: center;
	    margin-bottom: 12px;
}
#manufacturer li.brand:last-child{margin-bottom: 100px;}
#stores .store-item .collapse{float: none;}
#stores .page-stores .store-item:last-child{margin-bottom: 100px;}
#pagenotfound #main .page-content{text-align: center;}
.setting-desktop .dropdown-menu{
	min-width: 250px;
    line-height: normal;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    border: none;
	top: 60%;
    left: 0;
    right: auto;
	margin: 0;
    border-top: 2px solid #cab84c;
}
 #_mobile_setting .dropdown-menu{
	min-width: 250px;
    line-height: normal;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    border: none;
	top: 100%;
    left: 0;
    right: auto;
	margin-top: 0px;
    border-top: 2px solid #cab84c;
}
#_desktop_language_selector, #_desktop_currency_selector, #_mobile_language_selector{
	overflow:hidden;
	margin-bottom:20px;
}
#_mobile_currency_selector{
	overflow:hidden;
	margin-bottom:0px;
}
#_desktop_language_selector ul li, #_mobile_language_selector ul li{
	float: right;
    display: inline-block;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #111;
    margin-left: 5px;
}
#_desktop_currency_selector ul li, #_mobile_currency_selector ul li{
	float: right;
    display: inline-block;
    width: auto;
    height: 35px;
    text-align: center;
    line-height: 31px;
    border: 2px solid #111;
    margin-left: 5px;
	padding: 0 15px;
}
#_desktop_language_selector ul li:last-child, #_desktop_currency_selector ul li:last-child,
#_mobile_language_selector ul li:last-child, #_mobile_currency_selector ul li:last-child{
	margin-left: 0px;
}
#_desktop_currency_selector ul li.current, #_desktop_currency_selector ul li:hover, #_desktop_language_selector ul li.current, #_desktop_language_selector ul li:hover,
#_mobile_currency_selector ul li.current, #_mobile_currency_selector ul li:hover, #_mobile_language_selector ul li.current, #_mobile_language_selector ul li:hover{
    border: 2px solid #cab84c;
	background: transparent !important;
	transition:0.4s;
}
.header-top .right_header{
	float: left;
    line-height: 145px;
    z-index: 2;
}
.header-top .right_header > div{
	cursor:pointer;
}
.text_des_set{
	font-size: 15px;
    margin-bottom: 10px;
    display: block;
    color: #111;
	line-height: 1;
}
.footer-center .links_page{
	max-width: 680px;
	margin: 0 auto 46px;
    text-align: center;
}
.footer-center .links_page ul li{
	display: inline-block;
    margin: 0 15px;
	line-height: 32px;
}
.footer-center .links_page ul li a{
	font-size:15px;
	color:#111;
}
.footer-center .links_page ul li:hover a{
	color:#cab84c;
	text-decoration:underline;
	transition:0.4s;
}
.footer-center .hotline{
    font-weight: 600;
    color: #333333;
	margin-bottom: 28px;
}
.footer-address{
	text-align: right;
	line-height: 23px;
}
.payment-ft{
	text-align: left;
	line-height:1;
}
.payment-ft a:hover img{
	opacity:0.7;
}
.footer-address p{
	color: #666666;
	margin-bottom:0;
	font-size:13px;
}
.footer-address p a{
	color:#cab84c;
}
.re_hover a{
	position: relative;
	display: inline-block;
}
.re_hover a:before {
    border-top:1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}
.re_hover a:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
}
.re_hover a:before, .re_hover a:after {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    content: '';
    opacity: 0;
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.re_hover a:hover:before, .re_hover a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
	background:rgba(255,255,255,0.1);
}
#banner-home .re_hover{
	position:relative;
}
#banner-home > .row{
	margin:0;
}
#banner-home > .row > div{
	padding:0;
}
#banner-home > .row > div.left-banner{
    margin-top: 200px;
}
@media (min-width:1600px){
	#banner-home > .row > div.left-banner{
		margin-top: 320px;
	}
}
#banner-home .text_leftbanner, #banner-home .text_rightbanner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
}
#banner-home .text_leftbanner h4{
	font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    margin: 0;
    line-height: 90px;
    min-width: 388px;
    padding: 0 30px;
    display: inline-block;
	position:relative;
}
#banner-home .text_rightbanner h4{
	font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    line-height: 90px;
    min-width: 498px;
    padding: 0 15px;
    display: inline-block;
    position:relative;
}
#field_testimonials{
	padding: 80px 0 93px;
    text-align: center;
    position: relative;
    z-index: 1;
	margin: 0;
	background-position: center;
}
#field_testimonials .top-title {
    margin-bottom: 25px;
}
#field_testimonials .top-title h4{
	display:none;
}
#field_testimonials .top-title span.fa{
	font-size: 36px;
    color: #111111;
}
.input-color+span {
    margin-left: 8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ebebeb;
    text-align: center;
	padding: 6.5px 12px;
	margin-bottom:0;
}
#group_1 .sr-only{
	font-size: 14px;
    color: #666666;
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0;
}
#product .product-variants .color{
	box-shadow:none;
}
.product-variants>.product-variants-item ul li {
    margin-left: 0;
}
#product-modal .modal-content .modal-body figure {
    background: #fff;
    width: 80%;
    margin: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    width: 20%;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 15px;
}
#product-modal .product-images>li.thumb-container {
    display: block;
}
#product-modal .modal-content .modal-body .product-images img {
    width: auto;
    cursor: pointer;
    margin-bottom: 15px;
}
body#checkout #cart-summary-product-list .media {
    margin-bottom: 10px;
}
body#checkout #cart-summary-product-list .media-left {
	padding-left: 10px;
    display: inline-block;
    float: right;
}
body#checkout #cart-summary-product-list img {
    border: none;
    width: 70px;
}
body#checkout .product-quantity {
    display: inline-block;
}
body#checkout .product-price {
    display: block;
}
@keyframes beat{
	to { transform: scale(1.2); }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@keyframes bounceIn{
	0%, 20%, 40%, 60%, 80%, 100%{
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3);
	}
	20% {
		transform: scale3d(1.1,1.1,1.1);
	}
	40% {
		transform: scale3d(.9,.9,.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03,1.03,1.03);
	}
	80% {
		transform: scale3d(.97,.97,.97);
	}
	100% {
		opacity: 1;
		transform: scale3d(1,1,1);
	}
}
.bx-controls a {
  transform: rotate(90deg);
  right: 50% !important;
  left:0 !important;
  margin-right: -10px;
}
.bx-controls .bx-prev {
  margin-top: 0 !important;
  top: 0px !important
}
.bx-controls .bx-next {
  top: auto !important;
  bottom: 0px !important;
  margin-top: 0 !important;
}
.bx-wrapper .bx-controls-direction a:hover:before{
    color: #cab84c;
}
.product-line-info.product-price > div{
	display:inline-block;
}
.block_newsletter {    
    position:relative;
	margin: 0;
	padding: 100px 0 93px;
}
.block_newsletter > div{
	display:inline-block;
}
.block_newsletter .title_newsletter{
	text-align:right;
}
.block_newsletter .block_newsletter_ft{
	float:left;
}
.title_newsletter h4 {
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
	line-height: 1;
	margin-bottom: 3px;
	font-weight:700;
}
.title_newsletter p {
    font-size: 14px;
    color: #666666;
    text-transform: none;
	padding: 0;
    margin-bottom: 0px;
}
.block_newsletter form .input-wrapper {
    margin-left: 10px;
    float: right;
}
.block_newsletter form input[type=email] {
	min-width: 470px;
    height: 50px;
    box-shadow: none;
    border: 1px solid #ebebeb;
    background: #ffffff !important;
    padding: 0 25px;
    color: #999;
    border-radius: 30px;
	font-size:13px;
	font-weight:300;
}
.block_newsletter form input[type=submit] {
	min-width: 150px;
    height: 50px;
    box-shadow: none;
    background: #cab84c;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
	border-radius: 30px;
}
.block_newsletter form input[type=submit]:hover {
	background:transparent;
	border:1px solid #ebebeb;
	color:#111;
	font-weight: 700;
	letter-spacing:1px;
	transition:0.4s;
}
.block_newsletter form input[type=email]:focus {
    border: 1px solid #cab84c;
    padding: 0 25px;
    outline: 0;
}
#static-banner2 .re_hover{
	position:relative;
}
#static-banner2 .text_stt{
	top:50%;
	right:50%;
	left:auto;
	position:absolute;
	text-align:center;
	transform:translate(50%, -50%);
	-webkit-transform:translate(50%, -50%);
	-moz-transform:translate(50%, -50%);	
}
#static-banner2 .text_stt{
	font-size:24px;
	color:#ffffff;
	font-weight:400;
}
#static-banner2 .text_stt h5{
	font-size:24.15px;
	color:#ffffff;
	font-weight:400;
	text-transform:none;
	margin-bottom: 3px;
}
#static-banner2 .text_stt h4{
	font-size:36.22px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom: 40px;
}
#static-banner2 .text_stt h4 span{
	font-size:48.29px;
	color:#cab84c;
}
#static-banner2 .text_stt a{
    font-size: 18.05px;
    color: #fff;
    text-transform: uppercase;
    background: #cab84c;
    display: inline-block;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}
#static-banner2 .re_hover:hover .text_stt a{
	background:#17121a;
	transition:0.4s;
}
.btn_more_products{
	display: block;
    text-align: center;
}
.btn_more_products a{ 
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #333333;    
    text-transform: uppercase;
    min-width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
	position:relative;
	z-index: 1;
}
.btn_more_products a:hover{
	letter-spacing:1px;
	color:#cab84c;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn_more_products a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn_more_products a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #17121a;
    border-bottom-color: #17121a;
    -webkit-transform: scale(0.1, 1);
    transform: scale(0.1, 1);
}
.btn_more_products a:hover:after {
    opacity: 0;
    -webkit-transform: scale(0.1, 1);
    transform: scale(0.1, 1);
}

.btn_more_products a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #f1f1f1;
}
#instagram_block{
	overflow: hidden;
	margin-bottom:0px;
	position:relative;	
}
#instagram_block .our_instagram{
	clear: both;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    z-index: 2;
    min-width: 270px;
    line-height: 40px;
    background: rgba(255,255,255,0.7);
    text-align: center;
    padding: 0 10px;
}
#instagram_block .our_instagram a{
	font-size:14px;
	text-transform:uppercase;
	color:#111111;
    font-weight: 700;
}
#instagram_block .our_instagram i{
	font-size:18px;
	color:#cab84c;
	margin-left: 5px;
}
.block-categories li .text-uppercase, 
#search_filters .text-uppercase,
.title_leftsmartblog{
	font-size: 24px;
    font-weight: 700;
    color: #111111;
    line-height: 1;
    padding-bottom: 16px;
    margin: 0;
    width: 100%;
    display: block;
    position: relative;
    letter-spacing: 1px;
	margin-bottom: 25px;
}
.block-categories li .text-uppercase:after, 
#search_filters .text-uppercase:after,
.title_leftsmartblog:after{
	content:"";
	position:absolute;
	top:100%;
	right:0;
	width:26px;
	height:3px;
	background:#333333;	
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-right: 0;
}
.block-categories ul li.categories_children > .category-sub-menu{
	padding-right:0;
}
.block-categories .category-sub-menu li[data-depth="0"] {
    margin-bottom: 8px;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    display:none;
}
#smartblogsearch, #recent_article_smart_blog_block_left{
	margin-bottom:50px;
}
.field-main-slider{
	margin-bottom:0px;
}
#header .header-top, .nofullwidth {
	max-width: 1530px;
	margin: 0 auto;
	padding: 0 15px;
}
.horizontal_mode .top_despro{
	overflow: hidden;
    margin-bottom: 14px;
}
.horizontal_mode .right-product .top_despro > div.comments_note{
	float:right;
	width:25%;
}
.horizontal_mode .top_despro .star_content,
#box-product-grid.horizontal_mode .star_content{
	text-align:left;
	float:left;
}
.horizontal_mode .bottom_despro{
	clear:both;
	overflow: hidden;
}
.horizontal_mode:not(#box-product-grid) .bottom_despro > div.product-price-and-shipping{
	float:right;
	width:58%;
}
.horizontal_mode:not(#box-product-grid) .bottom_despro > div.category_pro{
	float:right;
	width:42%;
}
#box-product-grid.horizontal_mode .bottom_despro > div.product-price-and-shipping{
	float:right;
	width:65%;
}
#box-product-grid.horizontal_mode .bottom_despro > div.comments_note{
	float:right;
	width:35%;
}
.horizontal_mode .bottom_despro > div.product-price-and-shipping{	
	text-align:right !important;
}
.horizontal_mode .bottom_despro > div.category_pro{	
	text-align: left;
    line-height: 16px;
    font-size: 14px;
    color: #999999;
	text-transform:capitalize;
}
#instagram_block .images_inner{
	padding:0;
}
#field_tab_category_1, #field_newproductslider_block{
	margin-bottom:55px;
}
.item-inner:hover .left-product .cover_image:before, 
.item-product-list:hover .left-product .cover_image:before {
    background-color: rgba(0,0,0,.30);
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.footer-before{
	border-top:1px solid #ebebeb;
	background:#ffffff !important;
}
#index .footer-before{
	border-top:none;
}
.blockcategory {
	position: relative;
    margin-bottom: 80px;
}
#category-description{
	position: absolute;
    top: 74px;
    right: 64px;
    color: #ffffff;
}
#category-description h3{
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
	color:#ffffff;
	margin-bottom: 0px;
}
#category-description h4{
	font-size: 44.59px;
    text-transform: uppercase;
    font-weight: 700;
	color:#ffffff;
	margin-bottom: 5px;
}
#category-description p{
	font-size: 16px;
    font-weight: 300;
	color:#ffffff;
	margin-bottom:0;
	max-width: 400px;
}
.header-bottom:not(.sticky-desktop) #_desktop_cart,
.header-bottom:not(.sticky-desktop) #_desktop_search {
    display: none;
}
#cart .cart-detailed-actions.checkout a{
	border-radius:20px;
}
.articleContent {
    overflow: visible;
}
#endow-static{
	position:relative;
}
#endow-static > .row{
	margin:0;
}
#endow-static .stt_icon{
	padding: 57px 0 54px;
    text-align: center;
    cursor: pointer;
	border:solid #ebebeb;
	border-width:0 0 1px 1px;
}
#endow-static .content_text h4 {
	font-size: 20px;
    font-weight: 600;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#endow-static .content_text p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}
#endow-static .stt_icon:hover .content_text h4{
	letter-spacing:1px;
	transition:0.4s;
}
#endow-static .stt_icon i{
	font-size:36px;
	color:#cab84c;
	margin-bottom: 20px;
}
#endow-static .stt_icon:hover{
	background:#cab84c;
	transition:0.3s;
}
#endow-static .stt_icon:hover .content_text h4, #endow-static .stt_icon:hover .content_text p, #endow-static .stt_icon:hover i{
	color: #ffffff;
	transition:0.3s;
}
.bg_blog {
    background: url(../field-css/bg_blog.jpg) no-repeat top center;
    padding: 100px 0;
}
#static_banner {
    background: url(../field-css/banner31.jpg) no-repeat top center;
    min-height: 570px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.testimo_static > div {
    width: 50%;
    float: right;
    position: relative;
}
#static_banner .content_banner {    
    text-align: center;
    min-width: 570px;
	min-height: auto;
	position:relative;
	z-index:1;
	background:transparent !important;
}
#static_banner .content_banner:after, #banner-home .text_leftbanner h4:after, #banner-home .text_rightbanner h4:after{
	content:"";
	background:#cab84c;
	top:0;
	right:0;
	width:100%;
	height:100%;
	position:absolute;
	opacity:0.83;
	z-index:-1;
}
#static_banner .border_white {
    margin: 14px;
    border: 1px solid #fff;
    padding: 37px 0;
}
#static_banner .content_banner .p1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 11px;
    line-height: 1;
}
#static_banner .content_banner .p2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
}
#field_testimonials:after {
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.82);
    z-index: -1;
}
#field_newproductslider_block{
	padding:0 30px;
}
#field_newproductslider_block.horizontal_mode .item-inner .right-product {
    padding-top: 20px;
}
#field_newproductslider_block.horizontal_mode .product_name{
	width:100%;
}
#field_newproductslider_block.horizontal_mode .bottom_despro > div.product-price-and-shipping {
    width: 68%;
	float: right;
}
#field_newproductslider_block.horizontal_mode .bottom_despro > div.comments_note {
    width: 32%;
	float: right;
}
#field_newproductslider_block.horizontal_mode .star_content {
    text-align: left;
    float: left;
}
.colorpicker {
  display: none;
  width: 356px;
  height: 178px;
  overflow: hidden;
  position: fixed;
  background: url(../images/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  right: 14px;
  top: 14px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
  z-index: 9999;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: url(../images/colorpicker_overlay.png);
  z-index: 9999;
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  /*background: url(../images/colorpicker_select.gif);*/
  margin: -5px -5px 0 0;
}
.colorpicker_hue {
  position: absolute;
  top: 14px;
  right: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../images/colorpicker_indic.gif) right top;
  margin: -4px 0 0 0;
  right: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 62px;
  height: 28px;
  right: 213px;
  top: 14px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 63px;
  height: 28px;
  right: 280px;
  top: 14px;
  background: #f00;
}
.colorpicker input {
  position: absolute;
  top: 4px;
  right: 16px;
  width: 26px !important;
  height: 10px !important;
  line-height: 10px !important;
  margin: 0 !important;
  padding: 2px !important;
  text-align: left !important;
  font-size: 10px !important;
  font-family: Tahoma, Helvetica, sans-serif !important;
  color: #ccc;
  border: none !important;
  background: none !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.colorpicker input:hover,
.colorpicker input:focus
{
  padding: 1px !important;
  color: #fff;
  border: 1px solid #999 !important;
  background: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  right: 213px;
  top: 142px;
}
.colorpicker_hex input {
  width: 37px !important;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  left: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  top: 61px;
  right: 213px;
}
.colorpicker_rgb_g {
  top: 88px;
  right: 213px;
}
.colorpicker_rgb_b {
  top: 115px;
  right: 213px;
}
.colorpicker_hsb_h {
  top: 61px;
  right: 280px;
}
.colorpicker_hsb_s {
  top: 88px;
  right: 280px;
}
.colorpicker_hsb_b {
  top: 115px;
  right: 280px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  /*background: url(../images/colorpicker_submit.png) top;*/
  right: 322px;
  top: 142px;
  overflow: hidden;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}

.colorSelector {
  cursor: pointer;
  position: relative;
  width: 22px;
  height: 22px;
  background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div:hover {
  background-position:  0% 0;
}
.field-demo-wrap {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    right: -210px;
    padding: 6px;
    position: fixed;
    text-align: right;
    top: 145px;
    width: 210px;
    z-index: 1030;
    -webkit-transition: background 0.5s ease-in-out 0s;
    -ms-transition: background 0.5s ease-in-out 0s;
    -o-transition: background 0.5s ease-in-out 0s;
    -moz-transition: background 0.5s ease-in-out 0s;
}
@media(max-width:360px){
    .field-demo-wrap{top:50px;}
}
.field-demo-wrap .field-demo-title {
	border-bottom: 1px solid #ddd;
        color: #555555;
	padding: 5px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 25px;
}
.field-demo-wrap .control {
    cursor: pointer;
    float: left;
    border-radius: 0;
    height: 40px;
    margin-left: -46px;
    margin-top: -50px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
{
.field-demo-wrap .control:after{
	content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    top: -25px;
    z-index: 999;
    margin: auto;
    background: url(../front/label-new.png) no-repeat top center;
    background-size: 100%;
	animation: beat .25s infinite alternate;
}
@keyframes beat{
	to { transform: scale(1.2); }
}
}
.field-demo-wrap .control.inactive::before {
    color: #ffffff;
    content: "\f013" !important;
    font-family: fontawesome;
    font-size: 18px;
}
.field-demo-wrap .control.active::before {
    color: #ffffff;
    content: "\f057";
    font-family: fontawesome;
    font-size: 20px;
}
.field-demo-wrap .control.active {
	background-color: #cab84c;
	border: none;
}
.field-demo-wrap .control.inactive {
	background-color: #17121a;
	border: medium none;
}
.field-demo-wrap .control.inactive:hover{background-color: #cab84c;}
.field-demo-wrap .control a:hover {
    cursor: pointer;
	text-decoration: none;
	outline: none;
}
.field-demo-wrap .field-demo-option {
	float: right;
	padding: 5px 4px 5px 0;
}

.field-demo-wrap .cl-wrapper {
    float: right;
}
.field-demo-wrap .cl-container {
    float: right;
    width: 100%;
}
.field-demo-wrap .cl-table {
    float: right;
}
.field-demo-wrap .cl-tr {
    float: right;
    width: 100%;
    clear: both;
	padding: 0 0 8px;
}
.cl-row-body {}
.cl-row-header {}
.cl-row-main {}
.cl-row-footer {}
.cl-tr.last {
	background: none;
}
.cl-td-l,
.cl-td-r{
    float: right;
    width: 50%;
    text-indent: 8px;
    color: #444444 !important;
}
.cl-tr-mode div.radio span{
    vertical-align: middle;    
}
.cl-tr-background .cl-td-l,
.cl-tr-link .cl-td-l{
	width: 70%;
}
.cl-row-body .cl-td-l {
	padding-top: 60px;
}
.cl-tr-link .cl-td-r, .cl-tr-background .cl-td-r, .cl-tr-main .cl-td-r {
	float: right;
}
.field-demo-wrap .cl-tr-font { padding: 10px 0 8px; }
.cl-td-l-font {
	width: 40px;
}
.cl-td-r-font {
	float: right;
	width: auto;
}
.cl-tr-background .cl-td-r,
.cl-tr-link .cl-td-r{
	width: 30%;
}
.cl-tr.first .cl-td-r {
	padding-top: 8px;
}
.cl-tr.last .cl-td-r {
	padding-bottom: 8px;
}
.cl-td-r .cl-label {
    float: right;
    width: 90px;
    text-align: left;
	padding-left: 8px;
}
.cl-tr.cl-tr-mode label{
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}
.colorSelector {
	cursor: pointer;
	position: relative;
}
.colorSelector div {
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 22px;
}
.cl-pattern .cl-pattern {
    float: right;
    width: 104px;
}
.cl-pattern .cl-image {
    border: 1px solid #aaa;
    cursor: pointer;
    float: right;
    height: 22px;
    margin: 0 6px 6px 0;
    width: 22px;	
}
.cl-pattern .cl-image:hover {
	border-color: #000;
}

.cl-row-reset {
	text-align: center;
	height: 28px;
	padding: 10px 0;
}
.cl-row-reset .cl-reset {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
.cl-row-reset .cl-reset:hover {
	cursor: pointer;
        background: none repeat scroll 0 0 #cab84c;
        transition: all .4s ease-in-out 0s;
        -webkit-transition: all .4s ease-in-out 0s;
        -ms-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
}
.cl-td-bg, .cl-td-text, .cl-td-link {
    float: right;
	padding: 3px;
}

.cl-row-themeskin {}
.cl-row-themeskin .theme-title {
	font-size: 20px;
	padding: 0 10px 0;
	color: #444444 !important;
}
.cl-row-themeskin ul {
	float:right;
	padding: 0 10px 15px 0;
}
.cl-row-themeskin li {
	float: right;
	width: 20px;
	height: 20px;
	border: 2px solid #CCCCCC;
	margin: 10px 0 0 10px;
}
.cl-row-themeskin li:hover {
	border-color: #aaa;
}
.cl-row-themeskin li a {
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	text-indent: -9999px;
}
.cl-row-themeskin li a.cl-asparagus { background: #799042; }
.cl-row-themeskin li a.cl-blue { background: #036EB6; }
.cl-row-themeskin li a.cl-brick { background: #783937; }
.cl-row-themeskin li a.cl-cardinal { background: #d01242; }

.cl-row-themeskin li a.cl-darkcoral { background: #cd5b45; }
.cl-row-themeskin li a.cl-herbal { background: #54a925; }
.cl-row-themeskin li a.cl-indigo { background: #581797; }
.cl-row-themeskin li a.cl-khaki { background: #806b2a; }

.cl-row-themeskin li a.cl-magentadye { background: #ca1f7b; }
.cl-row-themeskin li a.cl-marengo { background: #384e5d; }
.cl-row-themeskin li a.cl-pumpkin { background: #ff7518; }
.cl-row-themeskin li a.cl-pear { background: #c6c700; }

.cl-row-themeskin li a.cl-prussianblue { background: #003348; }
.cl-row-themeskin li a.cl-red { background: #e43715; }
.cl-row-themeskin li a.cl-violetred { background: #ff52af; }
.cl-row-themeskin li a.cl-yellow { background: #fddd15; }

.field-demo-wrap .cl-tr-style { padding: 0 0 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l,
.field-demo-wrap .cl-tr-style .cl-td-r { float: right; width: 90px; height: 30px; padding: 0; text-indent: -9999px; border: none; }
.field-demo-wrap .cl-tr-style .cl-td-l:hover,
.field-demo-wrap .cl-tr-style .cl-td-r:hover { border-color: #000; }
.field-demo-wrap .cl-tr-style .cl-td-l {}
.field-demo-wrap .cl-tr-style .cl-td-r { margin-right: 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l a,
.field-demo-wrap .cl-tr-style .cl-td-r a { color: #fff; text-transform: uppercase; font-size: 12px; line-height: 30px; width: 100%; height: 100%; display: block; text-align: center; }
.field-demo-wrap .cl-tr-style .cl-td-l a:hover,
.field-demo-wrap .cl-tr-style .cl-td-r a:hover { text-decoration: none; }
.field-demo-wrap .cl-tr-style .cl-td-l-clothing { background: #E72526; }
.field-demo-wrap .cl-tr-style .cl-td-r-furniture { background: #e66f19; }
.field-demo-wrap .cl-tr-style .cl-td-l-hitech { background: #1E84C4; }
.field-demo-wrap .cl-tr-style .cl-td-r-watch { background: #5AA2AF; }

.field-demo-wrap .cl-tr-style .cl-td-layout1,
.field-demo-wrap .cl-tr-style .cl-td-layout2,
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
	background: #666;
	width: 90px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 {  }
.field-demo-wrap .cl-tr-style .cl-td-layout2 { }
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
	width: 90px;
	height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 span,
.field-demo-wrap .cl-tr-style .cl-td-layout2 span,
.field-demo-wrap .cl-tr-style .cl-td-layout3 span,
.field-demo-wrap .cl-tr-style .cl-td-layout4 span,
.field-demo-wrap .cl-tr-style .cl-td-layout5 span,
.field-demo-wrap .cl-tr-style .cl-td-layout6 span{
	float: right;
	width: 45px;
	height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 { background: #00bba6; }

.field-demo-wrap .cl-tr-style .cl-td-layout2 { background: #54c3f0; }

.field-demo-wrap .cl-tr-style .cl-td-layout3 { background: #7fb602; margin: 0; }

.field-demo-wrap .cl-tr-style .cl-td-layout4 { background: #9b8864; }

.field-demo-wrap .cl-tr-style .cl-td-layout5 { background: #f16355;margin: 0; }
.field-demo-wrap .cl-tr-style .cl-td-layout6 { background: #f6917d; }

.field-demo-wrap .cl-tr-style .cl-td-layout1 a,
.field-demo-wrap .cl-tr-style .cl-td-layout2 a,
.field-demo-wrap .cl-tr-style .cl-td-layout3 a,
.field-demo-wrap .cl-tr-style .cl-td-layout4 a,
.field-demo-wrap .cl-tr-style .cl-td-layout5 a,
.field-demo-wrap .cl-tr-style .cl-td-layout6 a {
	font-size: 11px;
}
span.tcbrown{background:#17121a;}
span.tceb5f60{background:#cab84c;}
span.tcred{background:#c74747;}
span.tcyellow{background:#e3c048;}
span.tcorange{background:#ffb502;}
span.tcblue{background:#eb8278;}
span.tcblack{background:#333;}
span.tcpink{background:#5cc1b9;}
span.tcgray{background:#837a6b;}
span.tcblue2{background:#2bbbd8;}
span.tcgreen{background:#a9b35d;}
span.tcblue3{background:#08bbb7;}
/********************responsive********************/
@media (min-width:1200px) and (max-width:1400px){
#field_newproductslider_block.horizontal_mode .bottom_despro .price {
	font-size: 14px;
}}
@media (min-width:1560px){
	#header .header-top, .nofullwidth {		
		padding:0;
	}
}
@media (min-width:1200px) and (max-width:1300px){
.product_name {
    font-size: 15px;
}
.product-miniature .regular-price {
    margin-right: 5px;
}
}
@media (min-width: 1200px){
	#Popup_sizechart .modal-dialog {
		max-width: 1100px;
		margin: 30px auto;
	}
}
@media (max-width:1199px){	
	#mywishlist{
		overflow:auto;
	}	
	.field-main-slider.slide-fullwidth .box-slider.right_center, .field-main-slider.slide-fullwidth .box-slider.right_top, .field-main-slider.slide-fullwidth .box-slider.right_bottom {
		right: 450px;
	}
	.field-main-slider.slide-fullwidth .box-slider.left_center, .field-main-slider.slide-fullwidth .box-slider.left_top, .field-main-slider.slide-fullwidth .box-slider.left_bottom {
		left: 450px;
	}		
	#back-top {
		left: -40px;
		height: 50px;
		line-height: 46px;
	}	
	#_desktop_logo:after{
		display:none;
	}
}
@media (max-width:1199px) and (min-width:992px){
	#category #box-product-grid .item-inner .right-product .bottom_despro .regular-price{
		margin-right: 0;
	}
	#banner-home .text_leftbanner h4, #banner-home .text_rightbanner h4{
		line-height:60px;
		min-width:auto;
		font-size:30px;
	}
	#static_banner .content_banner {
		min-width: 470px;
	}
	#endow-static .content_text h4 {
		font-size: 15px;
	}
	#box-product-grid.horizontal_mode .button-action .quick-view, #box-product-grid.horizontal_mode .button-action .compare, #box-product-grid.horizontal_mode .button-action .wishlist, #box-product-grid.horizontal_mode .btn-add-to-cart .add-to-cart, #box-product-grid.horizontal_mode .button_view_product {
		margin: 2px;
	}
	#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-items{
		padding-bottom: 22px;
	}
	.fieldmegamenu .menu_2 .menu-items li{
		line-height: 26px;
	}
	#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-items li .img4{
		margin-top: -79px;
	}
	#header-sticky > .container{
		padding:0;
	}
	.image-text-menu .menu-right-text .title-menu {
		font-size: 12px;
	}
	.small-slide-title p, .div-slide-button a {
		font-size: 16px;
	}
	.block_newsletter form input[type=email] {
		min-width: 350px;
	}
	.title-top-ft h4 {
		font-size: 16px;
	}
	#open_time .note_stt {
		margin-top: 0px;
	}	
	.sdsbox-content .recentArticles li .image {
		margin: 0 0 0 10px;
	}
	.sdsbox-content .recentArticles li .right-block-smart a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 16px;
		max-height: 32px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#_desktop_fieldmegamenu.fieldmegamenu .submenu .title a{
		font-size: 12px;
	}		
	.fieldmegamenu .root-item .title{margin: 0 4px;}	
}
@media (max-width:991px) and (min-width:768px){	
	#category #box-product-grid .item-inner .right-product .bottom_despro .regular-price{
		margin-right: 0;
	}
	.sdsarticleHeader {
		padding-top: 30px;
	}
	#box-product-grid.horizontal_mode .button-action .quick-view, #box-product-grid.horizontal_mode .button-action .compare, #box-product-grid.horizontal_mode .button-action .wishlist, #box-product-grid.horizontal_mode .btn-add-to-cart .add-to-cart, #box-product-grid.horizontal_mode .button_view_product {
		margin: 2px;
	}
	.footer_logo{
		margin-bottom:15px;
	}	
	#box-product-list .item-product-list .product-miniature {
		display: block;
	}
	.item-product-list .left-product {
		margin: 0px auto 30px;
	}
	#box-product-list .item-product-list .product-miniature .right-product {
		padding-right: 0;
	}
	.sdsbox-content .recentArticles li .image {
		margin: 0 0 0 10px;
	}
	.sdsbox-content .recentArticles li .right-block-smart a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 16px;
		max-height: 32px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media (max-width:991px){
	#product-modal .modal-content .modal-body .thumbnails, #product-modal .modal-content .modal-body figure {
		width: 100%;
	}
	#product-modal .modal-content .modal-body img.product-cover-modal {
		width: 100%;
	}
	#product-modal .modal-content .modal-body .product-images img {
		width: 100px;
	}
	#banner-home > .row > div.left-banner {
		margin-top: 0;
		margin-bottom:30px;
	}
	.testimo_static > div {
		width: 100%;
		float: none;
	}
	#field_testimonials{
		margin-bottom:30px;
	}
	#sdsblogArticle .title_block {
		font-size: 24px;
	}
	.title-brc{
		display:none;
	}
	#category-description {
		position: relative;
		top: 0;
		right: 0;
		color: #111;
		margin-top:30px;
	}
	#category-description h3, #category-description h4, #category-description p{
		color: #111;
	}
	#category-description p{
		max-width:100%;
		text-align: justify;
	}
	.box-slider{
		max-width:600px;
	}
	.large-slide-title, .small-slide-title p {
		font-size: 20px;
	}
	.div-slide-button a{
	    font-size: 18px;   
		min-width: 160px;
		line-height: 50px;
	}
	#footer .footer-after {
		padding: 20px 0;
	}
	.block_newsletter .title_newsletter {
		text-align: center;
		margin-bottom: 15px;
	}
	.block_newsletter > div {
		display: block;
	}
	.block_newsletter .block_newsletter_ft {
		float: none;
		text-align: center;
	}
	#footer .footer_logo .logo_center ul {
		display: inline-block;
	}
	.footer_logo .logo_center, .footer_logo p{
		text-align:center;
	}
	.footer_logo p {
		max-width: 100%;
	}
	#instagram_block .images_inner {
		width: 50%;
	}
	span.title_tabcate{
		padding:0 15px;
	}
	#banner-home .re_hover {
		text-align: center;
	}
	#banner-home .left-banner .row1 > div:first-child{
		padding: 0 10px 20px;
	}
	.box-slider,.outer-slide [data-u="arrowright"], .outer-slide [data-u="arrowleft"]{
		margin-top:0;
	}
	#static-banner3 > div:first-child{
		margin-bottom:30px;
	}
	#static-banner2 .text_stt a {
		font-size: 16px;
		min-width: 180px;
		height: 45px;
		line-height: 45px;
	}
	.field-demo-wrap {
		top: 157px;
	}
	#static-banner2 .text_stt h4 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#static-banner2 .text_stt h4 span {
		font-size: 28px;
	}
	.footer_logo .logoft {
		text-align: center;
	}
	.footer_logo{
		margin-bottom:25px;
	}	
	.footer-address, .payment-ft {
		text-align: center;
	}
	.footer-address {
		margin-bottom: 15px;
		line-height: 1;
	}	
	#footer .block-social ul{
		display: inline-block;
		margin: 0
	}
	#product-modal .modal-content .modal-body .thumbnails, #product-modal .modal-content .modal-body figure {
		width: 100%;
	}
	#product-modal .product-images > li.thumb-container {
		display: inline-block;
		margin: 0 5px;
	}
	.product-images>li.thumb-container>.thumb {
		margin-bottom: 0;
	}
	#product .images-container{
		max-width: 545px;
		overflow: hidden;
		margin: 0 auto;
	}
	#product .product_right {
		padding-right: 15px;
	}	
	#header {
		padding: 0;
	}	
	#module-blockwishlist-mywishlist .horizontal_mode .item-inner{margin-bottom: 30px;}
	#left-column .v-megamenu-container {
		display: none;
	}
	#product-modal .modal-content .modal-body .image-caption {
		width: 100%;
	}
	#product-modal .modal-content .modal-body .product-images{margin: 20px 0 0;}
	.links.my_account{
		margin-bottom: 25px;
	}	
	.right-content-size{
		margin-top:30px;
		overflow: auto;
	}
	#product h1[itemprop="name"] {
		margin-top: 30px;
	}
	#blockcart-modal .cart-content {
		padding-right: 0;
	}
	#blockcart-modal .cart-content-btn {
		margin-top: 30px;
	}
	#field_specials_product_block.vertical_mode .item-inner .product-miniature {
		display: block;
		align-items: start;
	}
	#field_specials_product_block.vertical_mode .left-product {
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}	
	.click-product-list-grid {
		display: table;
		margin: 0 auto;
		float: none;
	}
	.products-selection .total-products {
		display: table;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		margin-left: 0;
	}
	.box-sort-by {
		text-align: center;
		width: 100%;
		display: block;
		float: none;
		margin: 0;
	}
	.products-sort-order {
		float: none;
		display: inline-block;
		margin-right: 0;
	}
	.products-selection .total-products p{
		margin:0;
		padding:0;
	}
	.container {
		width: 100%;
	}
	#_mobile_logo{
		padding:30px 0;
		text-align: center;
	}
	#_mobile_logo a {
		display: inline-block;
		max-width: 300px;
	}
	.header-nav .setting-desktop{display:none;}
	#header-moblie > div {
		width: 20%;
		float: right;
		border-left: 1px solid rgba(255,255,255,0.4);
		position: relative;
		cursor: pointer;
		text-align: center;
	}
	#header-moblie > div:last-child{border-left: none;}
	#header-moblie > div i, #_mobile_currency_selector .dropdown .expand-more{
		color:#ffffff !important;
	}
	#header .header-nav .blockcart {
		background: transparent;
		height: auto;
		padding: 0;
		margin-right: 0;
		text-align: center;
		white-space: nowrap;
	}
	#header .header-nav .blockcart .click-cart{
		position: relative;
		display: inline-block;
		vertical-align: unset;
	}	
	#header-moblie{
		display: block;
		height: 50px;
		line-height: 50px;
		background: #000;
		margin-bottom: 30px;
	}
	ul.image-currency{margin-bottom: 0;}
	#_mobile_fieldmegamenu .menu-men .menu-items>li.menu-item.customcontent{
		text-align: center;
	}
	#_mobile_fieldmegamenu .menu-items{
		padding-bottom: 30px;
	}	
	#header .header-nav #_mobile_search .dropdown-menu,.horizontal_mode .product-price-and-shipping .discount-percentage,
	#_mobile_search.open .dropdown-backdrop,.vmegamenu_slider,
	#_mobile_search #field-search-no-popup .search_filter{display: none;}
	#header .header-nav #_mobile_search.open .dropdown-menu{
		display: block;
		background: none;
		top: 100%;
		min-width: auto;
		line-height: 0;
	}
	
	#_mobile_fieldvmegamenu .v-megamenu-container{margin-bottom: 30px;}
	#_mobile_fieldvmegamenu .v-megamenu-container .v-megamenu	{border: 1px solid #ebebeb;    display: none;    position: relative;}
	
	#cms-about-us .cms-row > .row, #cms-about-us .cms-row .container > .row{
		display: block;
    text-align: center;
	}
	.cms-row.block.block_top {
		margin-bottom: 100px;
	}
	.part_2{
		margin-top: 60px;
		padding-right: 15px;
	}
	.part_2 .page-subheading:after{
		margin: 0 auto;
    margin-top: 16px;
	}
	.part_2 h4{max-width: 100%;}
	.contact-rich .top_text p {
		max-width: 100%;
	}
	.cms_content:last-child{margin-bottom: 30px;}
	.cms_content{
		max-width: 450px;
    margin: 0 auto 30px;
	}
	#Popup_myaccount_form.fade .modal-dialog {
		width: calc(100% - 30px);
		max-width: 100%;
	}	
	#_mobile_fieldmegamenu .menu-categories .menu-items>li.category{margin-bottom: 0;}
	#field-search-no-popup form#searchbox{margin-right: 0;}
	#_mobile_fieldmegamenu .menu-items>li{padding: 0 15px;}
}
@media (max-width:767px){
	#quick-view-images{
		max-width:400px;
		margin:0 auto 30px;
	}
	.large-slide-title, .small-slide-title p {
		font-size: 22px;
	}
	.small-slide-title p {
		line-height:30px;
	}
	#open_time{
		margin-bottom:10px;
		text-align: center;
	}
	#open_time .title-top-ft h4 {
		text-align: center;
	}
	.open_time_ft, #footer .links-list{
		max-width: 370px;
		margin: 0 auto;
		float: none;
		clear:both;
		text-align:center;
	}	
	.top-righttitle, .title-top-ft h4{
		text-align:center;
	} 
	.pagination .page-list{
		margin-bottom:10px;
	}
	#banner_leftcolumn .re_hover, #banner_rightcolumn .re_hover{
		display: inline-block;
	}
	#instagram_block .images_inner {
		width: 50%;
	}	
	#products .item-product-list .right-product .decriptions-short p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 35px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.smart-blog-home .content_blogpost {
		padding: 25px 15px 0;
	}
	.staticbanner_left,.staticbanner_right{
		width: 100%;
		text-align: center;
	}
	.staticbanner_left_top,.staticbanner_left_bottom{
		margin-bottom: 9px;
		display: inline-block;
	}	
	#box-product-grid.horizontal_mode .item-inner{display: table;max-width: 300px;}
	#header .header-nav{background: none;}
	.modal-dialog{margin: 15px auto;}	
	.ft_bottom{
		line-height: 1;
    padding: 20px 0;
	text-align: center;
	}
	.copyright_left p{
		margin-bottom: 20px;
    float: none;
    display: inline-block;
	}
	.copyright_center {
		text-align: center;
	}
	.block_newsletter {
		border-bottom: none;
	}
	#footer .links .navbar-toggler {
		display: inline-block;
		padding: 0;
		width: auto;
		height: auto;
	}
	#new_comment_form .modal-dialog {
		max-width: 600px; 
	}
	.popup-content{
		max-width: 57rem;
		width: calc(100% - 30px);
		margin: 30px auto;
	}
	#blockcart-modal .divide-right {
		border-right: none;
	}	
	.links.my_account {
		margin-bottom: 0;
	}
	#footer .links .title {
		padding: 0;
		border-bottom: none;
		cursor: pointer;
		color:#fff;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#footer .links .title span.h3{
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;		
		text-align: right;
	}
	#footer .links .title:hover span.h3, #footer .links .title:hover{
		color:#cab84c;
	}
	.field-banner-slider {
		float: none;
		clear: both;
		max-width: 270px;
		margin: 0 auto 100px;
	}
	#category #left-column #search_filters_wrapper {
		margin-right: 0px;
		margin-left: 0px;
	}
	#category #left-column #search_filters {
		margin-bottom: 100px;
		border-top: none;
	}
	#category #left-column #search_filters .facet:last-child{
		border-bottom: none;
	}
	#category #left-column #search_filters .facet {
		border-bottom: none;
		padding-bottom: 5px;
	}	
	#category #left-column #search_filters .facet .navbar-toggler {
		display: inline-block;
		padding: 0;
		width: auto;
		height: auto;
		color: #9c9c9c;
		font-size: 12px;
	}
	#category #left-column #search_filters .facet ul li {
		border-top: none;
		padding: 0;
	}
	#category #left-column #search_filters .facet .title {
		padding: 0px 0 17px;
		margin-bottom: 12px;
		border-bottom: 1px solid #ebebeb;
	}
	#category #left-column #search_filters .facet .facet-title {
		line-height: 1;
		padding: 0;
		text-transform: uppercase;
		border-bottom: none;
		color: #222;
	}
	#category #left-column #search_filters .facet .facet-title:hover {
		color: #cab84c;
	}	
	#product .row .product_left {
		padding-left: 15px;
	}
	#module-smartblog-category .pagination{    margin-bottom: 40px;}
	#right-column #tags_blog_block_left{margin-bottom: 100px;}
	.block_top .cms-box-img:after{display: none;}
	.block_newsletter form input[type=email] {
		min-width: 350px;
	}
}
@media (max-width: 684px) and (min-width:601px){
	.image-menu-left-text {
		margin-left: 7px;
	}
	#_mobile_fieldmegamenu .menu_3 .submenu .title a, .menu-right-text p {
		font-size: 12px;
	}
	#_mobile_fieldmegamenu .menu_2 .menu-items li {
		line-height: 28px;
	}
}
@media (max-width: 600px){
	#endow-static .content_text h4 {
		font-size: 16px;
	}
	#endow-static .stt_icon {
		padding: 37px 0 34px;
	}
	.modal-dialog{
		margin: 15px
	}		
	.large-slide-title{
		font-size: 24px;
	}
	.small-slide-title p {
		font-size: 26px;
	}
	#_mobile_fieldmegamenu .menu-items>li {
		width: 100% !important;		
	}
	#_mobile_fieldmegamenu .menu-items>li.category {
		margin-bottom: 20px;
	}
	#_mobile_fieldmegamenu .menu-item.divider{
		padding:0;
	}
	#_mobile_fieldmegamenu .menu_2 .menu-items li .img2,#_mobile_fieldmegamenu .menu_2 .menu-items li .img3 {
		margin-bottom: 30px;
	}	
	#_mobile_fieldmegamenu .menu_2 .menu-items li .img4 {
		margin-top: 0px;
	}
	#_mobile_fieldmegamenu .menu_3 .menu-items > li.customcontent{
		margin-bottom: 30px;
	}
	#_mobile_fieldmegamenu .menu_3 .menu-items {
		padding-bottom: 0px;
	}
	.image-text-menu {
		margin-top: 0;
	}
}
@media (min-width: 576px){
#_desktop_fieldmegamenu .root.horizontal .menu-items>li.menu-item>.submenu, #_mobile_fieldmegamenu .root.horizontal .menu-items>li.menu-item>.submenu {
    display: block;
}}
@media (max-width: 575px) {
	#static_banner .content_banner {
		min-width: calc(100% - 30px);
	}
	#endow-static .stt_icon {
		border-width:0 0 1px 0;
	}
	.sdsarticleHeader {
		padding-top: 30px;
	}
	.cart-item .product-line-grid > .row {
		display: block;
	}
	.pagination .page-list, .pagination_summary{
		text-align:center;
	}
	.pagination_summary {
		line-height: 1;
	}
	#_mobile_fieldmegamenu .menu-items > li.customcontent{
		text-align:center;
	}
	.block_newsletter form {
		display: block;
	}
	.block_newsletter form input[type="email"] {
		min-width: 100%;
	}
	.block_newsletter form input[type=submit]{
		display: inline-block;
		text-align: center;
		float: none !important;
	}
	.block_newsletter {
		padding: 100px 0;
	}
	.block_newsletter form .input-wrapper {
		margin-left: 0px;
		float: none;
		margin-bottom:20px;
	}
	#content-wrapper, #left-column {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	#module-blockwishlist-view #content-wrapper, #product #content-wrapper, #module-fieldcompare-comparator #content-wrapper, #module-blockwishlist-mywishlist #content-wrapper, #contact #content-wrapper, #index #content-wrapper, #cms #content-wrapper, #cart #content-wrapper, #checkout #content-wrapper{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	#product .js-qv-mask.mask,.product-cover{
		width: 100%;
		text-align:center;
	}
	#product .product_right .product-prices {
		float: none;
	}
	#product .product_right .comments_note {
		float: none;
		margin-bottom: 20px;
	}
	.tabs .nav-tabs .nav-link {
		padding-bottom: 10px;
		margin-left: 20px;
	}	
	#product .js-qv-mask.mask .thumb-inner img{
		margin: 0 auto;
	}
	.cart-item .product-line-grid {
		display: block;
	}
	.product-line-grid-left {
		padding-left: 15px!important;
		text-align: center;
		margin-bottom: 20px;
	}
	.product-line-grid-body {
		text-align: center;
	}
	.breadcrumb-no-images {
		margin-bottom: 10px;
	}
	#new_comment_form .product .product_desc {
		margin-top: 30px;
	}
	#box-product-list .item-product-list .product-miniature {
		display: block;
	}
	#box-product-list .item-product-list .left-product {
		margin: 0px auto 30px;
	}
	#box-product-list .item-product-list .product-miniature .right-product {
		padding-right:0;
	}	
	#popup_menu_mobile {
		width: 85%;
	}
	#_mobile_fieldmegamenu .menu-items > li .collapsed-menu{
		position: absolute;
		top: -5px;
		left: 0;
	}
	#new_comment_form .product > div:first-child{
		text-align:center;
	}
}
@media (min-width: 768px) {
    .fieldmegamenu .menu-items {
        max-width: 720px;
    }}
@media (min-width: 992px){
    .fieldmegamenu .menu-items {
        max-width: 940px;
    }
    #Popup_myaccount_form .modal-dialog {
        min-width: 800px;
    }}
@media (min-width: 1200px){
    .fieldmegamenu .menu-items {
        max-width: 1170px;
    }}
@media (max-width: 414px){
	#banner-home .text_leftbanner h4, #banner-home .text_rightbanner h4{
		min-width: auto;
		line-height: 60px;
		font-size: 22px;
	}
	#static_banner .content_banner .p1, #static_banner .content_banner .p2 {
		font-size: 30px;
	}
	#tab-content .product-reference {
		display: block;
	}
	#tab-content .product-quantities {
		display: block;
		text-align: right;
		float: none;
	}
	#product h1[itemprop="name"] {
		font-size: 26px;
	}
	.tabs .nav-tabs .nav-item{
		display:block;
		margin-bottom: 20px;
	}
	.tabs .nav-tabs {
		margin-bottom: 0;
	}
	.large-slide-title {
		font-size: 32px;
		margin-bottom: 25px;
		line-height: 1.2;
	}
	.big-slide-title {
		font-size: 70px;
	}
	.div-slide-button a {
		font-size: 26px;
		min-width: 220px;
		line-height: 65px;
	}
	.small-slide-title p{
		font-size: 35px;
		overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   line-height: 40px;     /* fallback */
	   max-height: 80px;      /* fallback */
	   -webkit-line-clamp: 2; /* number of lines to show */
	   -webkit-box-orient: vertical;
	}
	#banner-home{
		padding:10px 0 0;
		margin-bottom:90px;
	}
	.re_hover a:before, .re_hover a:after {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}
	.top-title .title_block {
		font-size:27px;
	}
	.owl-nav {
		top: 54px;
	}	
	#instagram_block .images_inner {
		width: 100%;
	}
	#wrapper .breadcrumb {
		display: none;
	}
	.menu-bottom h3 {
		font-size: 11px;
	}
	.footer-center .links_page ul li {
		margin: 0 10px;
	}
	.footer-center .links_page {
		margin: 0 auto 15px;
	}
	#fieldtestimonials-nav {
		max-width: 100%;
	}
	#field-search, #popup-cart{
		width:300px;
	}	
	#_mobile_search #field-search-no-popup #search_query_top{max-width: 250px;}	
	#popup-cart .productName{
		height: auto;
		max-width: 110px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#item-search .items-list-search .item .left-search-ajax {
		margin-left: 10px;
		max-width: 100px;
	}
	#item-search .items-list-search .item .regular-price {
		margin-right: 0px;
	}
	#item-search .right-search-ajax .price, #item-search .items-list-search .item .regular-price {
		display: block;
	}	
}
@media (max-width: 360px){
.product-line-grid-right .price, .product-line-grid-right .qty {
    width: auto;
}
}
@media (max-width: 375px){
	.image-menu-left-text { 
		margin-left: 0;
		float: none;
		margin-bottom: 15px;
	}	
}
@media (max-width: 320px){
	#static_banner .content_banner .p1, #static_banner .content_banner .p2 {
		font-size: 22px;
	}	
	#field-search, #popup-cart{
		width:257px;
	}
	.horizontal_mode .product_name {
		width: 70%;
	}	
	.horizontal_mode .right-product .top_despro > div.comments_note {
		width: 30%;
	}
	.large-slide-title {
		font-size: 38px;
	}
	.small-slide-title p {
		font-size: 40px;
		line-height: 50px;
		max-height: 100px;
	}
}
