@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
.field_search_tags, #field-search #search_query_top, .page-heading h1, .price, .tabs .nav-tabs .nav-link, .button-popup-sizechart, .product-prices, #search_filters .facet .facet-title, .block-categories .text-uppercase, #search_filters .text-uppercas, .block-categories .category-sub-menu li[data-depth="0"] > a, #wrapper .breadcrumb li a, #open_time .content_open_time p.note_stt, .block_newsletter form input[type=submit], .product_name, .product-price-and-shipping, h1, h2, h3, h4, h5, h6, .title_font{
    font-family: 'Inconsolata', monospace;
}
body, .social-sharing li a{
    font-family: 'Poppins', sans-serif;	
}
body{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    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:focus, a:hover {
    color: #212121;
    text-decoration: none;
}
a {
    color: #212121;
    text-decoration: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 992px){
    .container{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px){
    .container {
        width: 750px;
        max-width: 100%;		
    }
}
@media (min-width: 992px) {
    .container {        
        width: 970px;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%
    }
}

/*|-----------------------------------------------------------------|*/
/*|********************* popup menu mobile *************************|*/
/*|-----------------------------------------------------------------|*/

#popup_menu_mobile {
    position: fixed;
    left: -100%;
    width: 92%;
    height: 100%;
    margin: 0;
    top: 0;
    transition: 0.5s;
    z-index: 9999;
    background: #fff;
}
#popup_menu_mobile.show {
    left: 0;
}
.popup-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    transition: opacity .15s linear;
    opacity: .8;
}
#close_popup_menu {
    position: absolute;
    display: block;
    right: -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;
    right: 0;
    bottom: 0;
    left: 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;
    right: 0;
    bottom: 0;
    left: 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 *******************|*/
/*|-----------------------------------------------------------------|*/
#header #header-sticky.sticky-desktop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
	background: #212121;
    box-shadow: 0 0 15px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.6);
	-webkit-animation: myStickym 2s;
    -moz-animation: myStickym 2s;
    animation: myStickym 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;	
}
@keyframes myStickym{
0% {
    margin-top: -100px;
}
100% {
    margin-top: 0;
}}
#header .header-top>.row {
	display: flex;
    align-items: center;
}
#header .header-top {
    padding-bottom: 34px;
    margin: 0 30px;
}
#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-right: 1px solid #3d3d3d;
    float: left;
    line-height: 60px;
    color: #999;
}
.contact-link-ft:first-child{border-left: 1px solid #3d3d3d;}
.contact-link-ft i{
    display: table-cell;
    vertical-align: middle;
    padding-right: 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: #212121;}

.sticky-mobile {
    position: fixed;
    top: 0;
    left: 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: 100%;
    background: #ffffff;
    border-top: 2px solid #212121;
    line-height: normal;
    position: absolute;
    padding: 28px 15px 30px;
    z-index: 10;
    display: block;
	margin-top:1px;
    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: left;
}
#_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 .menu_1 .menu-items li.customcontent .img1,
#_mobile_fieldmegamenu .menu_1 .menu-items li.customcontent .img1{
	margin-top:20px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-home .menu-items,
#_mobile_fieldmegamenu .menu-home .menu-items{
    padding-bottom:18px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu_3 .menu-items,
#_mobile_fieldmegamenu .menu_3 .menu-items{
    padding-bottom:22px;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-items.active{
    transform: scale(1);	
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible;
}
/* Column System */
[class*="menucol-"] {
    float: left;
}

.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;
    }
}
#_desktop_fieldmegamenu{
    position: relative; 
	text-align: center;
}
#_desktop_fieldmegamenu > ul {
    margin-bottom: 0;
    height: 20px;
    line-height: 20px;
}
#_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;
    right: 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 {
    left: 100%;
    display: block;
    position: absolute;
    margin-left: 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;
    right: -100%;
    padding: 15px;
    width: 350px;
    padding-bottom: 0
}
.body-search-open{
    overflow: hidden
}
.search-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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;
    left: 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: 100px;
}
.close-search {
    position: absolute;
    left: -45px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 20px
}
.field_search_tags {
	margin-top: 10px;
}
.items-list-search{
	overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
	max-height: 462px;
    width: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
}
#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;
    color: #212121;
}
#item-search .no_productsearch i{
    padding-right: 0;
    font-size: 8em;
    display: block;
}
#item-search .items-list-search .item {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ebebeb;
    display: block;
    float: left;
    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: #212121;}
#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;
    color: #999;
    font-size: 16px;
}
#item-search .items-list-search .price {
	margin-right:10px;
}
#item-search .items-list-search .item .discount-percentage {
    padding: 4px;
    background: #2b2b2b;
    margin-left: 15px;
    color: #fff;
    font-size: 13px;
    display: none;
}
#item-search .items-list-search .item .left-search-ajax {
    float: left;
    margin-right: 10px;
}
#item-search .items-list-search .item .right-search-ajax {
    height: 100%;
    text-align: left;
    margin-top: 15px;
	line-height: 1;
}
#item-search .items-list-search .item .right-search-ajax .product-price-and-shipping{
    text-align: left;
    width: auto;
    line-height: 1;
}

/*|-----------------------------------------------------------------|*/
/*|************************* end search ****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|**************************** cart *******************************|*/
/*|-----------------------------------------------------------------|*/

#popup-cart {
    position: fixed;
    top: 0;
    right: -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: left;
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
}
#popup-cart .box-item {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 462px;
    margin-bottom: 15px;
}
#popup-cart .productName {
    font-weight: 500;
    font-size: 14px;
    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-left: 12px;
    flex: 1;
}
#popup-cart .product_name {
    text-transform: capitalize;
    font-size: 16px;
}
.close-cart {
    position: absolute;
    left: -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;
    right: 0;
    bottom: 0;
    left: 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: #999999;
    padding: 8px 15px;
    margin-top: 7px;
    float: left;
    font-size: 13px;
}
#popup-cart .buttom-checkout:hover{
    background: #212121;
}
#popup-cart a.view-cart{
    color:#fff !important; 
}
#popup-cart a.view-cart i{
    margin-left: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: 30px;
    border-left: 1px solid #ebebeb;
}

/*|-----------------------------------------------------------------|*/
/*|********************** End Page category ************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|*************************** Product *****************************|*/
/*|-----------------------------------------------------------------|*/

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    margin-left: 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;
    left: auto;
    top: auto;
    right: 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:#212121;
}
#product #content {
    max-width: 100%;
}
/****************add css*****************/
.box-slider{
    position: absolute;
    top: 50%;
    left: 375px;
    text-align: left;
    color: #fff;
    max-width: 610px;
    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: right;
}
.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%;
    left: 50%;
    right: 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: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.big-slide-title{
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.field-main-slider_1 .large-slide-title{
    margin-bottom: 22px;
}
.field-main-slider_1 .big-slide-title{
    margin-bottom: 40px;
}
.field-main-slider_2 .small-slide-title {
    letter-spacing: 1px;
}
.small-slide-title{
    margin-bottom: 30px;
}
.small-slide-title p{
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;	
}
.div-slide-button a{
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    position: relative;
    min-width: 120px;
    line-height: 35px;
    background: #212121;
    border-radius: 30px;
    padding: 0 10px;
}
.div-slide-button a:hover{
    background:#202539;
    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"] {
    opacity: 0;
    background: rgba(255,255,255,.2);
    color: #fff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 100%;
}
.outer-slide [data-u="arrowright"]:hover, .outer-slide [data-u="arrowleft"]:hover{
    background: #212121;
}
.outer-slide [data-u="arrowleft"]{
    margin-left:-80px;
}
.outer-slide [data-u="arrowright"]{
    margin-right:-80px;
}
.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-left: 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;
    left: auto !important;
    float: left;
}
.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: #212121;
    opacity: 1;
    top: -2.5px !important;
}
#header{
	background: transparent;
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
/*****v-megamenu****/
.vmegamenu_menu #_desktop_fieldvmegamenu{
    width: 270px;
    position: relative;
    top: 144px;
    display: none;
}
.v-megamenu-container {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.v-megamenu-container .v-megamenu{
    background: #fff;
    width: 100%;
    left: 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;
    right: 0;
    left: 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: #212121;
    border-radius: 100%;
    text-align: center;
}
.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: 18px;
    font-weight: 700;
    margin: 0 30px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}
.sticky-desktop .fieldmegamenu > ul > li:first-child .root-item .title{
	margin-left:0;
}
.fieldmegamenu .root-item .title:after{
	content:"";
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#ffffff;
	position:absolute;
}
.fieldmegamenu >ul > li a.active .title:after, .fieldmegamenu >ul > li:hover .title:after{
	width:100%;
	transition: all 0.5s ease-in-out 0s;
}
.fieldmegamenu .root-item .title:hover{
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes jello {
0%, 11.1%, 100% {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}}
#_desktop_fieldmegamenu.fieldmegamenu .menu-item.depth-1>.title:hover a, #_mobile_fieldmegamenu .menu-item.depth-1>.title:hover a{
	letter-spacing:1px;
	transition:0.4s;
}
.fieldmegamenu .root-item .title .fa {
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    display: none;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu-item.depth-1>.title a,
#_mobile_fieldmegamenu .menu-item.depth-1>.title a{
	color: #212121;
    font-weight: 700;
    display: block;
    font-size: 18px;
    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: left;
    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: 8px 1%;
    width: 100%;
    border: none;
}
#_desktop_fieldmegamenu.fieldmegamenu .submenu .title:hover a,
#_mobile_fieldmegamenu .submenu .title:hover a{
    color: #212121;
	font-weight: 500;
}
#_desktop_fieldmegamenu.fieldmegamenu .submenu .title,
#_mobile_fieldmegamenu .submenu .title{
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}
#_desktop_fieldmegamenu.fieldmegamenu .submenu .title a,
#_mobile_fieldmegamenu .submenu .title a{
    color: #666666;
}
#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-items li .img4,
#_mobile_fieldmegamenu .menu_2 .menu-items li .img4{
    margin-top: -96px;
}
.image-text-menu{
	margin-top:4px;
}
.image-text-menu img{
    float:left;
	margin-right:12px;
}
.menu-right-text{
    text-align:left;
}
.menu-right-text h4{
	font-size: 14px;
    color: #212121;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 9px;
}
.menu-right-text p {
    line-height: 18px;
    text-transform: none;
    font-weight: 300;
    color: #444444;
    margin-bottom: 21px;
    text-align: justify;
    font-size: 12.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.menu-right-text a {
    padding: 0;
    color: #ffffff !important;
    display: inline-block;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 30px;
    min-width: 90px;
    text-align: center;
    font-size: 13px;
    border: none;
    position: relative;
    background:#212121;
    border-radius: 0;
}
.menu-right-text a:hover, .fieldmegamenu>ul>li img:hover, #_mobile_fieldmegamenu>ul>li img:hover{
    opacity: .7;
	transition: all 0.4s ease-in-out 0s;
}
.clearfix {
    clear: both;
}
.block {
    margin-bottom: 100px;
}
.image_product_text{
    left: 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: #212121;}

#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%;
    left: 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: #212121;    
    position: absolute;
    top: 0;
    left: -100%;
    z-index:-1;
    opacity:0;
}
.box-item-inner:hover .right-block-cate:after{
    opacity: 0.8;
    left: 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: #212121;}
.horizontal_mode .item-inner {
	margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
}
#box-product-grid.horizontal_mode .item-inner {
    margin-bottom: 37px;
}
.horizontal_mode .item-inner .left-product {
    position: relative;
    display:block;
}
#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;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 0.15s ease-in-out 0s;
}
#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 {
    opacity: 1;   	
}
.left-product .conditions-box span.product-flag{
    top:10px !important;
    left:10px;
    line-height: 30px;
    min-width:55px;
    min-height:30px;
    padding: 0 5px;
    background: #ffffff;
    color: #021212;
    display: inline-block;
    text-transform: capitalize;
    font-size:14px;
	font-weight:300;
    text-align: center;
    position:absolute;
    z-index: 2;
}
.left-product .conditions-box span.product-flag.new{
    display:none;
    left:10px;
	color:#ffffff;
	background: #212121;
}
.left-product .conditions-box span.product-flag.on-sale,
.left-product .conditions-box span.product-flag.discount{
	left: auto;
    right:10px;
}
.product_name{
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
	margin-bottom: 8px;
}
.horizontal_mode .product_name{
	margin-right: 80px;
}
#field_tab_category_1 .product_name a, #field_tab_category_1 .price{ 
    color: #ffffff;
}
.horizontal_mode .item-inner .right-product {    
	padding-top: 25px;
	position:relative;
}
.horizontal_mode .item-inner .right_info_des{
	display: block;
    overflow: hidden;
}
.right_info_des > div.product-price-and-shipping{
	float:left;
	text-align: left !important;
	line-height: 1;
}
.right_info_des > div.comments_note{
    top: 28px;
    right: 0;
    position: absolute;
}
.horizontal_mode .add-to-cart{
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.horizontal_mode .item-inner .button-action{
	position: absolute;
    bottom: -60px;
    width: 100%;
	max-width:222px;
    left: 50%;
	opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #ffffff;      
}
.horizontal_mode .item-inner:hover .button-action{
	bottom: 0px;
	opacity: 1;
	transition: all 0.8s ease-in-out 0s; 
}
.horizontal_mode .quick-view,
.horizontal_mode .btn-add-to-cart,
.horizontal_mode .button_view_product,
.horizontal_mode .wishlist,
.horizontal_mode .compare{
    text-align:center;
    display:inline-block;
    font-size: 14px;
    width:25%;
	margin:9px 0;
	border-right:1px solid #ebebeb;
    z-index:2;
    background:none;
    float:left;
    cursor:pointer;
	line-height: 25px;
}
.horizontal_mode .quick-view:hover i,
.horizontal_mode .btn-add-to-cart:hover i,
.horizontal_mode .button_view_product:hover i,
.horizontal_mode .wishlist:hover i,
.horizontal_mode .compare:hover i{
	transform: rotate(45deg);
	transition:0.4s;
}
#box-product-list.horizontal_mode .quick-view,
#box-product-list.horizontal_mode .btn-add-to-cart,
#box-product-list.horizontal_mode .button_view_product,
#box-product-list.horizontal_mode .wishlist,
#box-product-list.horizontal_mode .compare{
	width: 35px;
    height: 35px;
    line-height: 35px;
    background: #999999;
    color: #ffffff;
    border: none;
    margin: 0;
    margin-right: 10px;
}
#box-product-list.horizontal_mode .quick-view:hover,
#box-product-list.horizontal_mode .btn-add-to-cart:hover,
#box-product-list.horizontal_mode .button_view_product:hover,
#box-product-list.horizontal_mode .wishlist:hover,
#box-product-list.horizontal_mode .compare:hover{
	background: #212121;
	transition:0.4s;
}
.horizontal_mode .quick-view{
	border-right:none;
}
#box-product-list.horizontal_mode .quick-view i,
#box-product-list.horizontal_mode .btn-add-to-cart i,
#box-product-list.horizontal_mode .button_view_product i,
#box-product-list.horizontal_mode .wishlist i,
#box-product-list.horizontal_mode .compare i{
    font-size:14px;	
    color:#ffffff;
}
.horizontal_mode .quick-view i,
.horizontal_mode .btn-add-to-cart i,
.horizontal_mode .button_view_product i,
.horizontal_mode .wishlist i,
.horizontal_mode .compare i{
    font-size:14px;	
    color:#212121;
}
.discount-amount, .discount-percentage-ft{
    display:none !important;
}
.price {
    color: #212121;
    font-size: 19.9px;
    font-weight: 700;
    display:inline-block;
}
#blockcart-modal .price {
	display:block;
}
.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: 15.92px;
    font-weight: 400;
    margin-left: 5px;
}
.discount-percentage{display: none !important;}
.vertical_mode .item-inner .product-miniature {
    display: flex;
    align-items: normal;
}
.vertical_mode .item-inner {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.vertical_mode .item-inner:last-child{
    margin-bottom: 0;
}
.vertical_mode .left-product {
    float: left;
    margin-right: 20px;
    position: relative;
	max-width: 80px;
}
.vertical_mode .right-product {
    flex: 1;
    text-align: left;
	padding-top: 5px;
}
.vertical_mode .product_name {
    margin-bottom: 6px;
}
.vertical_mode .price{
	margin-right:25px;
}
.vertical_mode .regular-price{
	margin-left:0;
}
.vertical_mode .right-product .product-price-and-shipping {
    text-align: left;
    margin-top: 12px;
}
.comments_note {
    width: auto;
}
.tabcate_full {
	background-size:cover !important;
}
#field_tab_category_1{
	padding: 100px 30px 68px;
}
.title_tabcategory{
    text-align:center;
    position:relative;
    display:block;
}
.top-title{
	padding-bottom: 40px;
	text-align: center;
}
.top-title .title_block{
    color: #212121;
    text-align: center;
    font-size: 48px;
	line-height: 34px;
    margin: 0;
    font-weight: 700;    
    text-transform: uppercase;
    position: relative;
}
.top-title .title_block:hover{
	letter-spacing:2px;
	transition:0.4s;
}
#field_tab_category_1 .top-title .title_block{
    color: #ffffff;
}
.smart-blog-home .item-inner:first-child{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.smart-blog-home .item-inner:hover .btn-blog-viewall a{
    color:#212121;
}
.smart-blog-home .content_blogpost .des_content_post{
    text-align: justify;
    margin-bottom: 0;
}
.sdsblog-box-content {
    padding-top: 0;
}
.news_module_image_holder{
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.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: #212121;
}
.sds_post_title_home{
    margin-bottom:7px;
}
.sds_post_title_home a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0;
    display: table;
}
.smart-blog-home .info-blog{
    margin-top: 14px;
    line-height: 1;
}
.smart-blog-home .info-blog > span {
    display: inline-block;
    color: #666666;
    font-size: 13px;
}
.btn-blog-viewall{
    font-weight: 500;
    font-size: 14px;
    color: #111;
    line-height: 1;
    display:none;
}
.owl-nav button.owl-prev{
	left: -7.5px;
    position: absolute;
}
.owl-nav button.owl-next{
	right: -7.5px;
    position: absolute;
}
.owl-nav{
    position: absolute;
	top: 25%;
    left: 0;
    right: 0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
    width: 100%;
	display: none;
}
.arrows_testimo > div{
	display:inline-block;
	padding: 0 10px;
	cursor: pointer;
}
.owl-nav span, .arrows_testimo > div span{
    color:#999999;
    font-size:24.44px;
}
#field_tab_category_1 .owl-nav > button:hover span{
	color:#ffffff;
}
.owl-nav > button:hover span, .arrows_testimo > div:hover span{
    color:#212121;
    transition:0.4s;
}
#product .images-container .js-qv-mask .owl-nav .owl-prev:hover{
    margin-left:0px;
    transition:0.4s;
}
#product .images-container .js-qv-mask .owl-nav .owl-next:hover{
    margin-right:0px;
    transition:0.4s;
}
.rela_nav{
    position:relative;
}
.product_slider_carousel {
    position:static;
}
span.title_tabcate{
    display: inline-block;
    white-space: nowrap;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 15px;    
	color:#ffffff;
}
.tab_cates{
	margin-bottom:45px;
}
.tab_cates li {
    padding: 0 12px; 
	margin: 0 10px;
	position:relative;
	line-height: 30px;
	cursor: pointer;
}
.tab_cates li.active:before, .tab_cates li:hover:before{
	content: "";
    width: calc(100% - 22px);
    height: calc(100% - 12px);
    border: 1px solid #ffffff;
    border-width: 1px 0 0 1px;
    left: 0;
    top: 0;
    position: absolute;
}
.tab_cates li.active:after, .tab_cates li:hover:after{
	content: "";
    width: calc(100% - 22px);
    height: calc(100% - 12px);
    border: 1px solid #ffffff;
    border-width: 0px 1px 1px 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

#map{
    margin-bottom:0;
}
#footer {
    padding-top: 0;
}
.footer-before .footer-before-ft{
    background: #212121;
    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: 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: #212121;
    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: #212121;
    border-left: 1px solid #212121;
}
.footer-center .block-social .social-text{
    display: none;
    float: left;
    line-height: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 24px;
}
.footer-center .block-social li {
    border: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin: 0 10px 0 0;
    background: #363636;
    float: left;
}
.footer-center .block-social li:last-child{
    margin: 0;
}
.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 auto 35px 0;
}
.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-top:10px;
	padding-bottom:74px;
    background-size: cover !important;
}
#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: #666666;
    font-weight: 400;
}
.copyright_left p{
    color: #999999;
    margin-bottom: 0;
}
.copyright_left p a{
    color:#212121;	
}
.copyright_left p a:hover{
    text-decoration: underline;
}
.copyright_center{
    text-align: right;
}
.ft_bottom{
    overflow: hidden;
    line-height: 70px;
}
/***********************************/
.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: #212121;
    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;
    left: 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;
}
#field_list_brands_block .owl-carousel .owl-item img {
    width: auto;
}
#field_list_brands_block .item-inner {
    margin: 0 auto;
    display: table;
}
#field_list_brands_block .owl-item a img{
    -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{
    -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.7);
        transform: scale(0.7);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
#_desktop_logo{
    text-align: center;
	line-height: 96px;
}
#_desktop_logo a{
    max-width:210px;
    display:inline-block;
}
#header-sticky{
	background:rgba(255,255,255,0.25);
	padding: 24px 0;
}
.left_header {
	text-align:left;
	padding-top: 34px;
}
.right_header{
	text-align: right;
    float: right;
}
#desktop-header{
	position:relative;
}
#header-sticky:not(.sticky-desktop) .right_header{
    position: absolute;
    right: 30px;
    top: 54px;
}
#_desktop_search_sticky, #_desktop_cart_sticky{
	float: right;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
	z-index: 1;
    position: relative;
	cursor: pointer;
}
#_desktop_search_sticky{
	margin-right:22px;
}
#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 {
    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;
    left: 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: left;
}
.active_list #box-product-list {
    display: block;
}
.products-selection {
	text-align: right;
    margin-bottom: 40px;
    padding: 0;
    float: left;
    background: none;
    border: none;
    width: 100%;
}
.click-product-list-grid {
    float: left;
    margin-left: -5px;
}
.active_grid .click-product-list-grid>div.click-product-grid {
    color: #212121;
}
.click-product-list-grid>div:hover {
    color: #212121;
}
.click-product-list-grid>div {
	float: left;
    font-size: 24px;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
    color: #999999;
    background: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.active_list .click-product-list-grid>div.click-product-list {
    color:#212121;
}
#products .products {
    display: block;
    float: left;
    width: 100%;
    overflow: inherit;
}
.products-selection .total-products {
    display: inline-block;
}
.box-sort-by {
	display: inline-block;    
	margin-right: 90px;
}
.products-selection .total-products p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin: 0;
}
.products-selection .sort-by {
    margin: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
	color:#666666;
	margin-right: 12px;
    line-height: 30px;
}
.products-sort-order {
	color: #999999;
    min-width: 187px;
    float: right;
    margin-left: 0px;
    border: 1px solid #ebebeb;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    background: transparent;
    text-transform: none;
}
.products-sort-order .select-title {
    line-height: 28px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    text-transform: none;
    box-shadow: none;
    color: #999999;
}
.products-sort-order .dropdown-menu {
    right: 0;
    left: auto;
    width: 187px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-top: 3px;
    padding: 0;
}
.products-sort-order .select-title i {
    float: right;
    line-height: 30px;
    margin-left: 10px;
    color: #999;
}
.products-sort-order .select-list {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    padding: 6px 10px;
}
.products-selection .total-products, .products-selection h1 {
    padding: 0;
}
.click-product-grid{
    padding-left:0 !important;
}
.comments_note div.star, #productCommentsBlock div.star {
    position: relative;
    float: left;
    width: 16px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    display: inline-block;
}
#ftc_featured_products_block{
    margin-bottom:55px;
}
.products-sort-order .select-list:hover {
    background: #212121;
    color: #fff;
    text-decoration: none;
}
.pagination {
    margin: 0;
	margin-top: 10px;
    margin-bottom: 100px;
    border: 1px solid #ebebeb;
    border-width: 1px 0;
    padding: 13px 0;
}
.active_list .pagination {
	margin-top: 20px;
}
.pagination_summary{
    line-height: 30px;
    text-align: right;
    color: #666;
    text-transform: none;
    letter-spacing: 0;
}
.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: left;
}
.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: #666666 !important;
}
.pagination li:last-child a{
    margin-right: 0;
}
.pagination a {
    width: auto;
    height: auto;
	padding: 0;
    text-align: center;
    float: left !important;
    line-height: 30px;
    background: transparent;
    color: #666666;
    box-shadow: none;
    border: none;
    font-weight: 400;
    margin-right: 25px;
}
.pagination a.next i:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
    vertical-align: 6px;
}
.breadcrumb-all-page{
    margin-bottom: 40px;
    position: relative; 
}
#product .breadcrumb-all-page{
    margin-bottom: 50px;
}
.breadcrumb-abs {
    position: absolute;
    top: 50%;
	left:0;
	width: 100%;
    text-align: left;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
	margin-top: 99px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
#wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    display: inherit;
    margin-top: 0px;
    margin-bottom: 0;
}
#wrapper .breadcrumb li a {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}
#wrapper .breadcrumb li:after {
    margin: 0 20px;
    font-size: 18px;
    content: "->";
    color: #ffffff;
}
#wrapper .breadcrumb li:last-child:after{display: none;}
.block-categories{
    border: none;
    box-shadow: none;
    margin-bottom: 35px;
    padding: 0;
    float:left;
    width:100%;
	position: relative;
}
.block-categories .title_ftc{
	position: relative;
}
#search_filters{
    border: none;
    box-shadow: none;
    margin-bottom: 80px;
    padding: 0;
    float:left;
    width:100%;
}
.block-categories a {
    color: #444444;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.block-categories a:hover{
    color:#212121;	
}
#block-categories_ftc > ul > li:first-child{
	border-bottom:1px solid #ebebeb;
	margin-bottom: 20px;
}
#block-categories_ftc > ul > li:first-child a {
    display: table;
    margin: 0;
    padding-bottom:18px;	
    border-bottom: 2px solid #212121;
}
.block-categories .category-sub-menu li[data-depth="0"] > a{
	font-size: 18px;
    font-weight: 700;
    color: #212121;
    line-height: 18px;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
    border-bottom: none;
}
.block-categories .category-sub-menu li[data-depth="0"]:last-child > a{
    border-bottom:none;
}
ul.category-top-menu{
    margin:0 0 -1px;
    width:100%;
    float:left;	
    text-align: left;
}
.block-categories .category-sub-menu {
    margin: 0;
    padding-left:15px;
    float:left;
    width:100%;
}
.block-categories >ul > li > .category-sub-menu{
	padding: 0;
}
.block-categories .collapse-icons {
    border: medium none;
    cursor: pointer;
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 0;
    top:14px;
    line-height:18px;
    width: auto;
    height: auto;
}
.block-categories .collapse-icons i{
    line-height:18px;
    font-size:14px;
	color: #212121;
}
.block-categories .arrows .arrow-down, .block-categories .arrows .arrow-right {
    font-size: 14px;
    cursor: pointer;
    margin-left: 0;
    color: #212121;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom:0;
    position:relative;
    float:left;
    width:100%;
}
.block-categories .category-sub-menu .category-sub-link {
    border-bottom: none;
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 0 9px 12px;
    width: 100%;
    font-weight: normal;
    color: #666666;
    text-transform: capitalize;
	position:relative;
}
.block-categories .category-sub-menu .category-sub-link:before{
	content:"-";
	top: 10px;
	left:0;
	position:absolute;
}
.block-categories .category-sub-menu .arrows {
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 10px;
}
.block-categories .category-sub-menu li {
    float: left;
    position: relative;
    width: 100%;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left:0;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "-";
    left: 0;
    line-height: 1px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    display:none;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover,.block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover{
    color:#212121;
}
#search_filters > h4{
    display: table;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
#search_filters > h4 span{
    display: table;
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 2px solid #212121;
}
#search_filters .facet {
    float: left;
    text-align: left;
    margin: 0;
    padding: 14px 0;
    width: 100%;
}
#search_filters .facet .facet-title {
    color: #212121;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: none;
}
#search_filters .facet .facet-label a{
    color:#666666;
    font-size:14px;
    line-height:18px;	
    margin-top:7px;
}
#search_filters .facet .collapse{
    margin:0;	
}
ul {
    list-style: none;
    padding-left: 0;
}
#search_filters>h4:hover, #tags_block_left .title_block:hover,h4.title_left_col:hover,
#tags_block_left .title_block a:hover, .title_left_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: #212121;
}
#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: 20px;
    margin-bottom: 0px;
    text-align: center;
}
#_desktop_search_filters_clear_all button{
    margin: 0;
    padding: 9px 15px;
	background: #999999;
}
#_desktop_search_filters_clear_all button:hover{
	background:#212121;
	transition:0.4s;
}
#search_filters .facet ul li {
    float: left;
    min-width: 100%;
    width: auto;
    padding: 2px 0;
    list-style-type: none;
}
#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;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #cdcdcd;
    width: 12px;
    height: 12px;
}
#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: #212121;
    color: #fff;
    box-shadow: none;
}
.btn-primary, .btn {
    background: #999999;
    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: #999999 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: #212121;
}
.custom-radio {
    width:18px;
    height:18px;
    border-radius: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
    margin-right: 5px;
}
button, input, select {
    overflow: visible;
}
.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
.field-banner-slider .flexslider {
    margin:0;
    position: relative;
    zoom: 1;
    min-height: 50px;
}
.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: #212121;
    box-shadow: none !important;
    cursor: pointer;
}
.item-product-list {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    display: block;
}
@media (min-width: 576px){
    .item-product-list .js-product-miniature {
        display: flex;
        align-items: normal;
    }}
.item-product-list .left-product {
    position: relative;
    display: table;
	max-width: 270px;
}
.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: 16px;
    padding: 0;
    text-align: left;
	margin-right: 0;
}
.item-product-list .right-product .product_name a {
    font-size: 24px;
    font-weight: 700;
    color: #212121;
}
#products .item-product-list .right-product .product-price-and-shipping {
    font-weight: 400;
    text-align: left;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
    float: none;
    margin-top: 15px;
    width: 100%;
}
.item-product-list .right-product .price {
    margin-right: 10px;
}
#products .item-product-list .right-product .decriptions-short p {
    line-height: 24px;
    text-align: justify;
    font-size: 14px;
    color: #666666;
}
#box-product-list .decriptions-short{
	margin-bottom:34px;
}
.d-none{
    display: none!important;
}
#product h1[itemprop="name"], .quickview h1[itemprop="name"] {
	font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #212121;
}
.product-discount .regular-price {
	text-decoration: line-through;
    font-weight: 400;
    margin-left: 10px;
    font-size: 16px;
    color: #999999;
    margin-right: 0;
}
.product-prices div {
    margin-bottom: 0;
    display: inline-block;
}
.product-variants>.product-variants-item {
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
    clear: none;
}
.product-variants>.product-variants-item>ul{
	float: none;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.product-actions .control-label {
	font-size: 18px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 700;
    display: inline-block;
    width: auto;
	margin-right: 12px;
	margin-bottom: 0;
	float: none;
	line-height: 35px;
}
.product-variants>.product-variants-item select {
    border: none;
    height: 40px;
    width: 100%;
    float: left;
    padding: 0 12px;
    margin-top: 0px;
    background: #fff;
    font-size: 14px;
    color: #999;
    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;
    color: #212121;
    font-weight: 700;
}
.product_right .product-prices {
	margin-top: 25px;
    margin-bottom: 30px;
}
#product-description-short {
    text-align: justify;
}
.product-des{
    clear: both;
	margin-top: 15px;
}
.product-add-to-cart {
    display: block; 
    margin-bottom: 50px;
}
.product-quantity .qty {
    float: none;
	display: block;
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
}
.product-actions .product-add-to-cart .control-label {
    line-height: 38px;
}
.product-quantity .input-group {
    float: none;
    width: auto;
    box-shadow: none;
    vertical-align: top;
}
.product-quantity #quantity_wanted {
    color: #414141;
    background-color: #fff;
    height: 38px;
    padding: .175rem .5rem;
    width: 3rem;
}
.social-sharing h4{
	font-size:18px;
	font-weight:700;
	color:#212121;
	display: inline-block;
	margin: 0 25px 0 0;
}
.images-container .js-qv-mask .owl-carousel .owl-stage{
    margin:0 auto;
}
.product-quantity .input-group-btn-vertical {
    float: left;
}
.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{
    margin-bottom:10px;
}
.cart-item .product-line-grid .product-line-grid-body>.product-line-info>.label {
    padding: 0;
    text-align: left;
    white-space: inherit;
    font-size: 15px;
}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #212121;
    line-height: 36px;
}
#cart .product-price strong{
    font-weight:400;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: .125rem;
    left: .1875rem;
}
.bootstrap-touchspin .btn-touchspin {
    color: #333;
}
.product-quantity .add {
    float: none;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.product-actions .add-to-cart:hover, .product-actions .wishlist:hover, .product-actions .compare:hover {
    background: #212121;
    transition:0.4s;
}
.product-actions .product-wishlist {
    margin-left: 5px;
    padding: 0;
    text-align: center;
}
.product-actions .add-to-cart, .product-actions .wishlist, .product-actions .compare{
    background: #999999;
    font-size: 14px;
    width: 35px;
    height:35px;
    line-height: 35px;
    border: 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;
    display: inline-block;
    font-weight: normal;
    color:#ffffff;
    float: none;
    padding: 0;
    margin-right: 6px;
    text-align: center;
    opacity: 1;
}
.product-actions .wishlist{margin-right: 0;}
.product-actions .compare a, .product-actions .wishlist a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color:#ffffff;
}
.product-actions .compare:hover a, .product-actions .wishlist:hover a {
    color: #fff;
}
.product-quantity{
    display:block;
}
.active_grid #box-product-grid {
    display: block;
}
.quickview .social-sharing {
    margin-top: 0;
    margin-left: 0;
}
.social-sharing {
    margin: 0;
    margin-top: 0px;
    display: inline-block;
}
.social-sharing ul {
    margin-top: 0px;
    margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.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: left;
    margin:0;
}
.social-sharing li a {
    text-align: center;
    text-indent: inherit;
    float: left;
    overflow: visible;
    font-size: 20px;
    color: #606060;
    font-weight: 400;
    width: auto;
    height: auto;
    line-height: 18px;
    background: transparent;
    border: none;
    padding: 0 6px;
}
.social-sharing li a:before {
    background: none!important;
    margin-right: 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 {
    color: #435f9f;
}
.social-sharing li.twitter:hover a {
    color: #00aaf0;
}
.social-sharing li.googleplus:hover a{
    color: #e04b34;
}
.social-sharing li.pinterest:hover a{
    color: #ce1f21;
}
.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: 20px;
    border-bottom: none;
    text-align: left;
}
.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: #212121;
    border-bottom: none;
    border-right: none;
}
.tabs .nav-tabs .nav-item:last-child a{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.tabs .tab-content {
    border: 1px solid #ebebeb;
    padding: 25px;
    text-align: justify;
}
.tabs .tab-pane {
    padding-top: 0;
}
.tabs .product-description p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #666666;
}
.tabs .product-description {
    line-height: 30px;
}
.tabs .product-description .description_pro{
	margin-bottom:0;
}
.tabs .product-description .description_pro li{
	position:relative;
	padding-left: 20px;
}
.tabs .product-description .description_pro li:after{
	content:"\f068";
	top:0;
	left:0;
	position:absolute;
    font-size:14px;
    color:#666;	
	font-family:"FontAwesome";
}
.tabs .product-description p:last-child {
    margin-bottom: 0;
}
.tabs .nav-tabs .nav-link {
	font-size: 20px;
    line-height: 15px;
    padding: 0;
    padding-right: 30px;
    margin-right: 30px;
    background: none;
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
    border-right: none;
}
#product_comments_block_tab {
    margin: 0;
}
.tabs p.align_center:hover{
    color: #212121;
}
#product_comments_block_tab a {
    text-decoration: none!important;
    font-weight: 400; 
    color: #fff;
}
#product_comments_block_tab .alert-info a.open-comment-form{	
    border-radius: 0;
    white-space: normal;
}
.product-discounts {
    margin-bottom: 0;
}
.product-quantity .qty {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
}
.js-qv-mask.mask {
	height: 100%;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: left;
    width: 17.54%;
	max-height: 100%;
	overflow: visible;
}
#product .product_right {
	padding-left:45px;
}
#product .images-container .js-qv-mask .owl-carousel.owl-drag .owl-item.active:last-child{
    margin-right:0;
}
.product-des p{
	font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-align: justify;
    margin-top: 0px;
    line-height: 26px;
}
.text_des_pro{
    font-size:16px;
    font-weight:600;
    color:#111111;
    margin-bottom: 8px;
    display: block;
}
#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-left: 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 #212121;
}
#tab-content .product-manufacturer{
    text-align:center;
}
#tab-content .product-reference{
    display: inline-block;
}
#tab-content .product-quantities{
    display: inline-block;
    text-align: right;
    float: right;
}
#tab-content #product-details .label{
    margin:0;
}
.product-cover {
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 82.46%;
}
#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;
}
.active_filters {
    clear: both;
}
.images-container .js-qv-mask .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    opacity: 0;
    width: auto;
    transform: none;
}
.images-container .js-qv-mask:hover .owl-nav {
    opacity: 1;
    transition:0.4s;
}
.images-container .owl-nav {
    margin-top: -17.5px;
}
.js-qv-mask .owl-item img{
    width:100px;
    margin: 0 auto;
    cursor:pointer;
}
.images-container .js-qv-mask .owl-nav .owl-prev {
    top:0;
    left: 0px;
    right: auto;
    position: absolute;
    padding:0 !important;
    border-right:none !important; 
}
.images-container .js-qv-mask .owl-nav .owl-next {
    top:0;
    right: 0px;
    left: auto;
    position: absolute;
    padding:0 !important
}
.images-container .owl-nav span {
    border: 1px solid #ebebeb;
    color: #666;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    border-radius: 100%;
    position: relative;
    font-size: 18px;
}
.images-container .owl-nav button:hover span{
    border: 1px solid #212121;
    color: #212121;
    transform: none;
}
.images-container .owl-carousel{
    position:static;	
}
#footer_contact{
    margin-bottom:96px;
}
#field_product_cates_block{
    margin-bottom:70px;
}
#back-top{    
    right: -25px;
    bottom: 60px;
	letter-spacing: 0.5px;
    height: 55px;
    line-height: 51px;
    position: fixed;
    text-align: center;
    z-index: 200;
    padding: 0 20px;
    border: 2px solid #ebebeb;
    background: #ffffff;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
#back-top span {
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
#back-top i {
    font-size: 16px;
    margin-left: 10px;
}
#back-top:hover{ 
	background:#212121;
	transition:0.5s;
}
#back-top:hover span {
	color:#ffffff;
}
@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;
        left: 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: 20px 15px 0;
    font-weight: 400;
    text-align: center;
}
#blockcart-modal .modal-title i {
    margin-right: 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: #212121;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}
#blockcart-modal .modal-body .divide-right span {
    color: #666;
}
#blockcart-modal .divide-right {
    border-left:1px solid #ebebeb;
    border-right:none;
}
#blockcart-modal .cart-content {
    padding-left: 15px;
}
#blockcart-modal .cart-content p.cart-products-count {
    font-size: 20px;
    color: #444444;
    margin-bottom:30px;
}
#blockcart-modal .box-cart-content {
    margin-top: 100px;
    display: table;
}
#blockcart-modal .cart-content .btn {
    background: #999999 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 10px 0 0;
    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: #212121;
}
#blockcart-modal .cart-content p strong,#blockcart-modal .divide-left strong {
    color: #666;
}
#blockcart-modal .cart-content p {
    color: #212121;
    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;
    right: 0;
    top: 0;
}
.modal-header .close:hover , .popup-header .close:hover{
    background: #212121;
}
#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: left;
    text-shadow: unset;
    color: #fff;
    font-weight: bold;
}
#moda_popupnewsletter .modal-header .close span{
    font-size: 24px;
}
#blockcart-modal {
    color: #666666;
}
.PopupWishList {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    right: 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-right: 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;
    right: 18px;
    top: 13px;
}
.close-popcompare i{color: #b0b0b0;}
.PopupWishListInner > h3 > i {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    color: #1696ef;
}
.noty_text_body strong {
    color: #1696ef;
}
#form_wishlist{
    margin-bottom:30px;
}
#form_wishlist .form-group{
    overflow: hidden;
    margin: 0;
}
#form_wishlist .page-subheading {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
}
#form_wishlist input.inputTxt {
    border: 1px solid #ebebeb;
    color: #666666;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    width: 300px;
    display: inline-block;
    float: left;
}
#form_wishlist #submitWishlist {
    float: left;
    margin-left: 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:#212121;
}
.PopupCompare {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    right: 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: left;
    margin-right: 15px;
}
.PopupCompareInner > h3 {
    font-size: 20px;
    margin-top: 0;
}
.total_compare_value, .total_wishlist_value {
    bottom: 50px;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #999999;
    position: fixed;
    left: 5px;
    text-align: center;
    z-index: 200;
    cursor: pointer;
}
.total_compare_value:hover, .total_wishlist_value:hover{
    background: #212121;
    transition: 0.4s;
}
.total_compare_value span.total_compare_val{
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}
.total_wishlist_value{
    bottom: 5px;
}
.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;
    text-align: center;
    font-size: 24px;
    color: #212121;
}
#module-fieldcompare-comparator #product_comparison .item  {
    text-align: center;
    position: relative;
    max-width: 300px;
    min-width: 300px;
}
#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;
}
#product_comparison .cmp_remove {
    bottom: 0;
    color: white;
    display: block;
    font-weight: 900;
    line-height: 24px;
    padding-bottom: 0px;
    padding-right: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
}
#product_comparison .cmp_remove::before {
    border-color: transparent transparent #333333;
}
#product_comparison .cmp_remove::before {
    border-width: 0 0 40px 40px;
}
#product_comparison .cmp_remove::before {
    border-color: transparent transparent #333;
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: -1;
}
#product_comparison .cmp_remove i {
    display: inline-block;
    font-size: 18px;
    padding-top: 0;
    margin-right: 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; text-align: center;}
#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: #999999;
    line-height: 40px;   
    text-align: center;
}
.wlp_bought_list .address .btn_action:hover{
    background: #212121;
}
.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: left;
    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: 270px;
}
.wlp_bought_list .lnkdel {
    position: absolute;
    top: -10px;
    right: 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: 70px !important;}
#module-blockwishlist-view .priority_product{margin-bottom: 5px;}
#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: 24px;
    font-weight: 700;
    color: #212121;
}
#module-fieldcompare-comparator .footer_link{
    margin:0;
}
.breadcrumb-no-images {
    background: #212121;
    padding: 14px 0;
}
.category-cover{
	margin-bottom:30px;
}
.text-center {
    text-align: center!important;
}
.sdsarticleHeader {
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
    line-height: 20px;
}
.sdsarticle-des-ftc{
    margin-bottom: 42px;
}
.sdsarticleHeader i.icon {
    vertical-align: unset;
    padding-right: 0;
    color: #212121;
}
.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-left: 0;
    letter-spacing: 1px;
}
.sdsarticleHeader .title_block {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #444;
    outline: 0;
    text-decoration: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
    letter-spacing: 0;
}
.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%;
    left:0;
    background:#222222;
    position:absolute;	
}
.articleContent .sdsreadMore {
    margin-top: 0;
    padding: 0;
    text-align: left;
}
.sdsreadMore a.r_more:hover{
    color: #212121;
    transition:0.4s;
}
.sdsreadMore a.r_more i {
    margin-left: 5px;
}
.sdsarticleCat {
    margin-bottom: 30px;
    padding-bottom: 0;
}
#sdsblogArticle .title_block {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #444444;
    outline: 0;
    text-decoration: none;
    margin: 30px auto 20px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
    letter-spacing: 1px;
    line-height: 1;
}
#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: 14px;
    text-align: justify;
    line-height: 20px;
}
.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: #212121;
    outline: 0;
    box-shadow: none;
}
#respond .right {
    padding: 15px 0 0;
    text-align: right;
}
#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: right;
    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 8px 8px 85px;
    position: relative;
}
.commentList li .avatar {
    background: none;
    border: none;
    left: 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 #212121;
    color: #fff;
}
#product_comments_block_tab ul li {
    float: left;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
#sdssearch_block_top #search_query_top {
    display: inline;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-right: 0px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    color: #888888;
}
#smartblogsearch .btn-blog-search{
    border-radius: 0;
    right: 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-left: 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: 10px;
    display: flex;
    align-items: center;
    width: 100%;
}
.sdsbox-content .recentArticles li .image {
    float: left;
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
}
.right-block-smart {
    flex: 1;
    line-height:1;
}
.sdsbox-content .recentArticles li .right-block-smart a{
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.sdsbox-content .recentArticles li .right-block-smart a:hover{
    color:#212121;
    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-right:15px;
    color:#888888;
    font-size:12px;
}
.sdsbox-content .recentArticles li:last-child {
    border-bottom: none!important;
}
.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;
    color: #212121;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
}
.popup-header h1 {
    border-bottom: 1px solid #ebebeb;
    color: #212121;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
}
.page-footer a.account-link {
    background: #999999 none repeat scroll 0 0;
    color: #fff;
    display: table;
    float: left;
    margin-bottom: 100px;
    margin-right: 1rem;
    padding: 8px 15px;
}
.page-footer a.account-link:hover,.page-footer .text-sm-center a:hover {
    background: #212121;
}
.page-my-account #content .links a:hover i {
    color: #212121;
}
#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: #999999 none repeat scroll 0 0;
    color: #fff;
    display: table;
    line-height: 18px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
#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: left;
    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: 700;
    text-align: center;
    color: #212121;
    text-transform: uppercase;
	font-size:24px;
}
.cart-grid {
    margin-bottom: 70px;
}
.separator {
    margin: 0;
    border-color: rgba(0,0,0,.1);
}
.cart-summary-line .value {
    color: #212121;
}
.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: #999999;
    color: #fff!important;
    padding-left: 5px;
    display: inline-block;
    margin-bottom: 30px;
}
.cart-grid .cart-grid-body>a.label:hover{
    background: #212121;
}
#_desktop_cart .unline_cart{float: right;display: none}
span.cart-products-count{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    top: -14px;
    background: none;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    border-radius: 0;
	font-weight:600;
}
#header a{color: #2b2b2b;}
#_mobile_setting{
    position:relative;
}
.sticky-fixed-top #field-search-no-popup form#searchbox{margin-left: 0;}
#field-search-no-popup{
	border: none;
    min-width: 300px;
	max-width:300px;
    right: 0;
    left: auto;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
#field-search-no-popup .search_filter{
    width: 210px;
    margin: 0;
    float: left;
}
#field-search-no-popup .search_filter .form-control{
    border: 1px solid #ebebeb;
    background: transparent;
    padding: 0px 30px;
    text-align: left;
    cursor: auto;
    min-height: 45px;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
    font-weight: normal;
    text-transform: none;
    color: #666666;
}
#field-search-no-popup #search_query_top{
	background: #fff;
    height: 42px;
    font-weight: 400;
    font-size: 13px;
    padding: 0 15px;
    padding-right: 55px;
    position: relative;
    float: left;
    border: 1px solid #ebebeb;
}
#field-search-no-popup .btn.button-search{
	top: 0;
    right: 0;
    position: absolute;
    border: none;
    border-radius: 0;
    background: #212121;
    color: #fff;
    padding: 0;
    width: 42px;
    line-height: 42px;
}
#_desktop_search, #_desktop_cart, .setting-desktop{
	display: inline-block;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-right: 22px;
}
.setting-desktop{
	margin-right:0;
}
#_desktop_language_selector .dropdown .expand-more,
#_desktop_currency_selector .dropdown .expand-more{    
	color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
#_desktop_currency_selector{
	margin-right:24px;
}
.setting-desktop .dropdown-menu{
	min-width: 220px;
    line-height: normal;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    border: none;
    right: 0;
    left: auto;
    margin-top: 5px;
    border-top: 2px solid #da251d;
}
#_desktop_currency_selector i, #_desktop_language_selector i{
	font-size: 12px;
    margin-left: 7px;
    color: #ffffff;
}
#_desktop_currency_selector ul.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 150px;
	box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
#_mobile_currency_selector ul.dropdown-menu{
    position: absolute;
    top: 100%;
    left:auto;
    right: 0;
    background: #ffffff;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 150px;
	box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
#_desktop_language_selector ul.dropdown-menu{
    position: absolute;
    top: 100%;
    right: auto;
    left:0;
    background: #ffffff;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 150px;
	box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
#_mobile_language_selector ul.dropdown-menu{
    position: absolute;
    top: 100%;
    left:auto;
    right: 0;
    background: #ffffff;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 150px;
	box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
#_desktop_currency_selector ul li , #_desktop_language_selector ul li,
#_mobile_currency_selector ul li , #_mobile_language_selector ul li{
    line-height: 35px;
}
#_desktop_currency_selector ul li.current, #_desktop_currency_selector ul li:hover,
#_desktop_language_selector ul li.current, #_desktop_language_selector ul li:hover {
    background: #212121;
}
#_mobile_currency_selector ul li.current, #_mobile_currency_selector ul li:hover,
#_mobile_language_selector ul li.current, #_mobile_language_selector ul li:hover {
    background: #212121;	
}
#_desktop_currency_selector ul li a, #_desktop_currency_selector ul li > span,
#_mobile_currency_selector ul li a, #_mobile_currency_selector ul li > span  {
    padding: 0 10px 0 12px;
    display: block;
	color: #212121;
	font-size: 13px;
}
#_desktop_language_selector ul li a, #_mobile_language_selector ul li a{
	color: #212121;
    display: block;
    padding: 0 10px 0 12px;
	font-size: 13px;
}
#_desktop_currency_selector ul li.current a, #_desktop_currency_selector ul li.current > span,
#_mobile_currency_selector ul li.current a, #_mobile_currency_selector ul li.current > span,
#_desktop_language_selector ul li.current a, #_mobile_language_selector ul li.current a,
#_desktop_currency_selector ul li:hover a, #_desktop_currency_selector ul li:hover > span,
#_mobile_currency_selector ul li:hover a, #_mobile_currency_selector ul li:hover > span,
#_desktop_language_selector ul li:hover a, #_mobile_language_selector ul li:hover a{
	color: #ffffff;
}
#_desktop_language_selector ul li img, #_mobile_language_selector ul li img {
    margin-right: 5px;
}
.wishlist_header_top,.checkout_header_top{
    float: right;
    line-height: 40px;
    padding-right: 28px;
}
.checkout_header_top{padding-right: 0;}
#header .wishlist_header_top a,#header .checkout_header_top a{
    color: #999;
}
.wishlist_header_top i,.checkout_header_top i{padding-right: 8px;}
#_desktop_user_info > div{
    position: relative;
	padding: 0 15px;
    line-height: 35px;
    transition: all 0.15s ease-in-out 0s;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    float: left;
    cursor:pointer;	
}
#_desktop_user_info > div:hover{
	background: #212121;
    color: #fff;
}
#header a:hover {
    text-decoration: none;
    color: #212121;
}
.popup-footer{
    text-align: center;
    margin-top: 20px;
}
.popup-footer span:hover{
    color:#212121;
    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: #212121;
    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: #212121;
    color: #fff;
    font-weight: 400;
    padding: 8px;
    font-size: 14px;
    margin-left: 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: #212121;
}
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-right: 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: left;
    margin-left: 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:left;
}
#new_comment_form label {
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    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: right;
    min-width: auto;
    padding: 0;
    margin-right: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-left: 0;
	margin-right:0;
}
#new_comment_form .modal-dialog {
    max-width: 700px;
}
.smartblogcomments#respond{
    margin-bottom:30px;
}
#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: 14px;
    line-height: 22px;
}
#cms #cms-about-us p:last-child{
    margin-bottom: 0px;
}
.cms-box.our-team > div{margin-top: 30px;}
.page-subheading{
    font-size: 24px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    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: #212121;}
.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;
    left: 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: left;
    margin-right: 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: left;
}
#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, .contact-rich .block_contact_ftc{
    margin-bottom:20px;
}
.contact-rich .top_text p{
    margin: 0;
    line-height: 24px;
    max-width: 450px;
    font-size: 14px;
}
.contact-rich .block_contact_ftc{
    display:block;
    margin-bottom:12px;
}
.contact-rich .block_contact_ftc > div{
    display:inline-block;
    vertical-align:middle;
    color: #666;
    font-size: 14px;
}
.contact-rich .block_contact_ftc > div.data a{
    color: #666;
}
.contact-rich .block_contact_ftc > div.data a:hover{
    color: #212121;
}
.contact-rich .block_contact_ftc .icon{
    font-size: 18px;	
    margin-right: 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: 100px;
}
.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: left;
    background: none;
    margin-bottom: 60px;
}
.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;
    left: 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: #212121;
}
#Popup_myaccount_form .modal-content .modal-footer a {
    background: #999999 none repeat scroll 0 0;
    color: #fff;
    display: table;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
#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: left;
}
#_mobile_fieldmegamenu>ul>li {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    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 .root-item .title{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #212121;
    cursor: pointer;
    position: relative;
}
#_mobile_fieldmegamenu ul li:hover .title{
    color:#212121;
}
#_mobile_fieldmegamenu>ul>li .title span.icon-has-sub {
    display: none;
}
#_mobile_fieldmegamenu {
    width: 100%;
    padding: 15px 15px 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: #212121;
}
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{
    right: -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%;    
    left: 60px;
	max-width: 510px;
    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{
    font-size: 48px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111111;	
}
.popup_content{
    margin-bottom: 35px;
}
.popup_content p{
	font-size:14px;
	font-weight:300;
    line-height: 22px;
    color: #666666;
	margin: 0;
}
#newsletter-input-popup {	
    width: 100%;
	max-width: 370px;
	margin: 0 auto auto 0;
	line-height: 45px;    
    border: none;
    text-align: left;
    background: #ffffff;
    color: #999999;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 300;
	display: block;
}
.button_unique {
    display: block;
    font-size: 16px;
    padding: 0 15px;
    line-height: 40px;
    background: #212121;
    float: left;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    text-align: center;
    min-width: 120px;
}
.button_unique.btn:hover {
    background: #999999;
}
.newsletter_block_popup-bottom {
    position: absolute;
    bottom: 8px;
    right: 10px;
}
.newsletter_block_popup-bottom span {
	background:transparent;
	border: 1px solid #666666;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
}
.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: #666666;
    font-weight: 300;
    margin: 0;
}
#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-left: 40px;
}
#newsletter_block_popup .block-social-text{
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    text-align: left;
}
#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: left;
    margin-right: 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-right: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: 20px;
    background: transparent !important;
    color: #212121;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.button-popup-sizechart:hover{
    color:#212121;
}
#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-right: 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: 10px;
}
#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: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    max-width: 102px;
}
.quickview .modal-body {
    min-height: auto;
}
#manufacturer li.brand{
    float: left;
    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: 200px;
    line-height: normal;
    background: #fff;
    padding: 0px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    border: none;
    top: 100%;
    right: 0;
    left: auto;
}
#_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%;
    right: 0;
    left: auto;
    margin-top: 0px;
}
#_desktop_language_selector, #_desktop_currency_selector{
	display: inline-block;
}
.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:#212121;
    text-decoration:underline;
    transition:0.4s;
}
.footer-center .hotline{
    font-weight: 600;
    color: #333333;
    margin-bottom: 28px;
}
.payment-ft a:hover img{
    opacity:0.7;
}
.input-color+span {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 5.5px 12px;
    margin-bottom:0;
}
#group_1 .sr-only{
    font-size: 14px;
    color: #666666;
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0;
}
#product .product-variants .color{
    box-shadow:none;
}
.product-variants>.product-variants-item ul li {
    margin-right: 0;
}
#product-modal .modal-content .modal-body figure {
    background: #fff;
    width: 85%;
    margin: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    width: 15%;
}
#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-right: 10px;
    display: inline-block;
    float: left;
}
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);
    left: 50% !important;
    right:0 !important;
    margin-left: -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: #212121;
}
.product-line-info.product-price > div{
    display:inline-block;
}
.block_newsletter {
    margin-bottom: 0;
    overflow: hidden;
    padding: 94px 0;
}
.title_newsletter {
    text-align: left;
    float: left;
}
.block_newsletter_ft{
	float:right;
	text-align: center;
	margin-top: 7px;
}
.title_newsletter h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
    color:#111111;
}
.block_newsletter .title_newsletter p {
    padding-top: 0;
	margin-bottom:0;
}
.block_newsletter form .input-wrapper {
    display: inline-block;
    float: left;
}
.block_newsletter form input[type=email] {
    min-width: 470px;
    height: 50px;
    box-shadow: none;
    border: 1px solid #ececec;
    background:transparent;
    padding: 0 25px;
    color: #999999;
	font-weight:300;
    font-size: 13px;
	border-radius: 0;
}
.block_newsletter form input[type=submit] {
    min-width: 148px;
    height: 50px;
    box-shadow: none;
    color: #ffffff;
	font-size:16px;
    background: #212121;
    border: none;
    margin-left: 10px;
    text-align: center;
    text-transform: uppercase;
	display: inline-block;
}
.block_newsletter form input[type=submit]:hover{
	background:transparent;
	border:1px solid #ececec;
	color:#212121;
}
.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:#212121;
    -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;
    left: 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;
    left: 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;
}
.block-categories .text-uppercase, 
#search_filters .text-uppercase{
    color: #212121;
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0;
}
.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:30px;
}
.field-main-slider{
    margin-bottom:0px;
}
.horizontal_mode .top_despro{
    overflow: hidden;
    margin-bottom: 14px;
}
.horizontal_mode .right-product .top_despro > div.comments_note{
    float:left;
    width:25%;
}
.horizontal_mode .bottom_despro{
    clear:both;
    overflow: hidden;
}
.horizontal_mode:not(#box-product-grid) .bottom_despro > div.product-price-and-shipping{
    float:left;
    width:58%;
}
.horizontal_mode:not(#box-product-grid) .bottom_despro > div.category_pro{
    float:left;
    width:42%;
}
#box-product-grid.horizontal_mode .bottom_despro > div.product-price-and-shipping{
    float:left;
    width:65%;
}
#box-product-grid.horizontal_mode .bottom_despro > div.comments_note{
    float:left;
    width:35%;
}
.horizontal_mode .bottom_despro > div.product-price-and-shipping{	
    text-align:left !important;
}
.horizontal_mode .bottom_despro > div.category_pro{	
    text-align: right;
    line-height: 16px;
    font-size: 14px;
    color: #999999;
    text-transform:capitalize;
}
#instagram_block .images_inner{
    padding:0 8px;
}
.footer-before{
    border-top:1px solid #ebebeb;
    background:#ffffff !important;
}
#index .footer-before{
    border-top:none;
}
.blockcategory {
    position: relative;
    margin-bottom: 80px;
}
#header-sticky:not(.sticky-desktop) #_desktop_cart_sticky,
#header-sticky:not(.sticky-desktop) #_desktop_search_sticky {
    display: none;
}
#header-sticky.sticky-desktop #_desktop_fieldmegamenu {
    text-align: left;
}
.articleContent {
    overflow: visible;
}
.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;
    left: 14px;
    top: 14px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
    z-index: 9999;
}
.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/colorpicker_overlay.png);
    z-index: 9999;
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    /*background: url(../images/colorpicker_select.gif);*/
    margin: -5px 0 0 -5px;
}
.colorpicker_hue {
    position: absolute;
    top: 14px;
    left: 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) left top;
    margin: -4px 0 0 0;
    left: 0px;
}
.colorpicker_new_color {
    position: absolute;
    width: 62px;
    height: 28px;
    left: 213px;
    top: 14px;
    background: #f00;
}
.colorpicker_current_color {
    position: absolute;
    width: 63px;
    height: 28px;
    left: 280px;
    top: 14px;
    background: #f00;
}
.colorpicker input {
    position: absolute;
    top: 4px;
    left: 16px;
    width: 26px !important;
    height: 10px !important;
    line-height: 10px !important;
    margin: 0 !important;
    padding: 2px !important;
    text-align: right !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;
    left: 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;
    right: 0;
    cursor: n-resize;
}
.colorpicker_rgb_r {
    top: 61px;
    left: 213px;
}
.colorpicker_rgb_g {
    top: 88px;
    left: 213px;
}
.colorpicker_rgb_b {
    top: 115px;
    left: 213px;
}
.colorpicker_hsb_h {
    top: 61px;
    left: 280px;
}
.colorpicker_hsb_s {
    top: 88px;
    left: 280px;
}
.colorpicker_hsb_b {
    top: 115px;
    left: 280px;
}
.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    /*background: url(../images/colorpicker_submit.png) top;*/
    left: 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:  100% 0;
}
.field-demo-wrap {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    left: -210px;
    padding: 6px;
    position: fixed;
    text-align: left;
    top: 130px;
    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: right;
    border-radius: 0;
    height: 40px;
    margin-right: -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: #212121;
    border: none;
}
.field-demo-wrap .control.inactive {
    background-color: #999999;
    border: medium none;
}
.field-demo-wrap .control a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.field-demo-wrap .field-demo-option {
    float: left;
    padding: 5px 0 5px 4px;
}

.field-demo-wrap .cl-wrapper {
    float: left;
}
.field-demo-wrap .cl-container {
    float: left;
    width: 100%;
}
.field-demo-wrap .cl-table {
    float: left;
}
.field-demo-wrap .cl-tr {
    float: left;
    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: left;
    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: left;
}
.field-demo-wrap .cl-tr-font { padding: 10px 0 8px; }
.cl-td-l-font {
    width: 40px;
}
.cl-td-r-font {
    float: left;
    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: left;
    width: 90px;
    text-align: right;
    padding-right: 8px;
}
.cl-tr.cl-tr-mode label{
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}
.colorSelector {
    cursor: pointer;
    position: relative;
}
.colorSelector div {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
}
.cl-pattern .cl-pattern {
    float: left;
    width: 104px;
}
.cl-pattern .cl-image {
    border: 1px solid #aaa;
    cursor: pointer;
    float: left;
    height: 22px;
    margin: 0 0 6px 6px;
    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 #212121;
    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: left;
    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:left;
    padding: 0 0 15px 10px;
}
.cl-row-themeskin li {
    float: left;
    width: 20px;
    height: 20px;
    border: 2px solid #CCCCCC;
    margin: 10px 10px 0 0;
}
.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: left; 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-left: 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: left;
    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:#212121;}
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;}
/********************************/
.horizontal_mode .left-product .star_content {
    text-align: center;
    display: inline-block;
}
.horizontal_mode .item-inner:hover .left-product .comments_note{
    opacity: 1;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transition:0.5s;
}
.horizontal_mode .left-product .comments_note{
    position: absolute;
    top: 50%;
    left: 0;
    transform:translate(0%, -50%);
    -webkit-transform:translate(0%, -50%);
    -moz-transform:translate(0%, -50%);
    -o-transform:translate(0%, -50%);
    line-height: 1;
    opacity:0;
    margin:0;
    z-index:1;
}
.owl-dots {
    counter-reset: dots;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    color: #212121;
}
.owl-dots .owl-dot span {
    display: inline-block;
    padding: 0 22px;
    font-weight: 700;
    color: #666;
}
.owl-dot span:before {
    counter-increment: dots;
    content: counter(dots);
}
/*********** banner2**********/
.hover-banner2 a{
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top:30px;
}
.hover-banner2 a:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
}
.hover-banner2 a img {    
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
#field_tab_category_2 .title_tabcategory ul {
    margin: 0;
    margin-top: -5px;
    margin-bottom: 30px;
}
#field_tab_category_2 ul li span.title_tabcate{
    line-height: 1;
}
#field_tab_category_2.horizontal_mode .item-inner {
    display: block;
}
/****************tab-category-container-slider_2**************/
#field_tab_category_2{
    margin-bottom: 30px;
}
#field_tab_category_2.horizontal_mode .item-inner .left-product a.thumbnail {
    max-width: 270px;
    height: auto;
}
#field_tab_category_2 .item-inner .left-product{
    float:left;
}
#field_tab_category_2 .item-inner .right-product {
    text-align: left;
    padding: 30px 30px 30px 26px;
}
#field_tab_category_2 .right-product .description{
    margin-top: 13px;
    margin-bottom: 0px;
    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;
}
#field_tab_category_2 .product_name{
    text-align: left;
    line-height: 1 !important;
    margin-top: 9px ;
    margin-bottom: 18px !important;
    padding: 0 !important;
}
#field_tab_category_2 .product-price-and-shipping{
    float:left;
    margin-bottom: 15px;
    text-align: left;
} 
#field_tab_category_2 .button-action .quick-view i, 
#field_tab_category_2 .button-action .add-to-cart i, 
#field_tab_category_2 .button-action .button_view_product i, 
#field_tab_category_2 .button-action .wishlist i, 
#field_tab_category_2 .button-action .compare i {
    color: #999;
}
#field_testimonials {
    background-clip: border-box;
    background-size: cover;
    background-origin: padding-box;
    background-repeat: no-repeat;
	background-position: right;
	position:relative;
	z-index:1;
}
#field_testimonials .image{
    display: inline-block;
    position: relative;
    margin-bottom: 40px;	
}
#field_testimonials .top-title{
	display:none;
}
#field_testimonials .top-title h4{
    color: #fff;
    padding-bottom:0;
}
#field_testimonials .testimonial_content{
    padding: 100px 0 87px;
    text-align: center;
    position: relative;
}
.des_testimonial{
    text-align: center;
    font-size: 15px;
    font-style: italic;
    position: relative;    
    margin-bottom: 24px;
}
.des_testimonial p{
	color: rgba(102,102,102,0.81);
    font-weight: 300;
    margin: 0;
    font-size: 15px;
	line-height: 26px;	
}
#field_testimonials .info_autor .info{
    color:#666666;
    font-size: 14px;
    margin: 3px 0 28px;
	font-weight: 400;
    text-transform: capitalize;
}
#field_testimonials .info_autor .name{
    font-size: 24px;
    color: #212121 ;
    font-weight: 700;
    text-transform: uppercase;
}
#field_testimonials .info_autor .name:hover{
	letter-spacing:1px;
	transition:0.4s;
}
#field_testimonials .slick-dots li button::before {
    display:none;
}
#field_testimonials .slick-dots li button {
    font-size: 13px;
    line-height: 18px;
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
    cursor: pointer;
    color: #ffffff;
    border: 0;
    outline: none;
    background: transparent;
    font-weight: 700;
}
#field_testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 20px;
    padding: 0;
    cursor: pointer;
}
#field_testimonials .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#field_testimonials  .slick-dots {
    margin-top:60px;
    position: relative;
    bottom: 0;
}
#field_testimonials .slick-dots li.slick-active button,
#field_testimonials .slick-dots li:hover button{
    color: #212121;
    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;
}
#field_testimonials .image img {
    border-radius: 100%;	
}
#field_testimonials .image:before{
    content: "";
    border:7px solid rgba(0,0,0,0.13);
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    border-radius: 100%;
    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;
}
#testimonials_block_right #pagination_cycle{
    margin-top: 30px;
    text-align: center;
}
#testimonials_block_right #pagination_cycle a{
    color: #fff;
    margin-right: 40px;
}
#testimonials_block_right #pagination_cycle a:last-child{
    margin-right: 0px;
}
#testimonials_block_right #pagination_cycle a.activeSlide, #testimonials_block_right #pagination_cycle a:hover{
    color: #212121;
    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;
}
#field_list_brands_block .owl-item a{
    display:table;	
}
#field_list_brands_block .owl-item .item-inner:first-child a{
    border-bottom: 1px solid #ebebeb;	
}
#field_list_brands_block .owl-item{
    border: 1px solid #ebebeb;
    border-width: 0 1px 0px 0;
}
#field_list_brands_block .owl-item:last-child{
    border:none;
}
#field_list_brands_block .owl-item img{
    display: inline-block;
}
#field_list_brands_block #brands_list {
    margin-top: 25px;
}
.footer-bottom {
    background: #ffffff;
	padding-top: 26px;
	padding-bottom:26px;
}
.footer-address p{
    line-height: 32px;
    margin:0;
    color: #999999;
	font-size: 13px;
}
.footer-address{
    float: left;
    text-align: left;
}
.footer-address a{
    color: #212121;
	text-transform:uppercase;
}
.payment-ft {
    float: right;
    text-align: right;
}
.footer-center .links ul li{
	line-height:36px;
	font-weight:300;
	font-size:14px;
	text-transform: capitalize;
}
.footer-center .links ul li a {
    color: #707070;
}
.footer-center .links ul li:hover a {
	color:#ffffff;
	transition:0.4s;
}
.tags_block .block_content a:hover, #tags_blog_block_left .block_content a:hover{
    background: #212121;
    color: #fff;
}
#instagram_block{
	margin-bottom:0;
	position: relative;
}
#instagram_block .top-title{
	display:none;
}
#instagram_block .top-title p, .sub_title{
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 18px;
	font-style:italic;
}
#instagram_block .our_instagram{
	position: absolute;
    bottom: 47px;
    left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	min-width: 248px;
    padding: 0 15px;
    line-height: 40px;
    background: rgba(255,255,255,0.7);
    text-align: center;
}
#instagram_block .our_instagram i{
	color:#da251d;
	font-size:18px;
	margin-right: 3px;
}
#instagram_block .our_instagram a{
    font-size: 16px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
}
#instagram_block .item-instagram{
    margin-left: -8px;
    margin-right: -8px;
}
#instagram_block .instagram_images_inner img:hover {
    opacity: .7;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}
#instagram_block .instagram_images_inner img {	
    transition: all 0.5s ease 0s;
}
#footer .title-top-ft{
	margin-top:60px;
}
#footer .title-top-ft h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px;
    text-align: left;
}
#footer .title-top-ft h4 a{
    color: #ffffff;
}
.footer-center .about_ft li a:hover {
    color: #fff!important;
}
#right-column #field_specials_product_block, #right-column .field-banner-slider {
    margin-bottom: 30px;
}
#right-column .title_block {
    border: solid #ebebeb;
    border-width: 1px;
    padding: 14px 0;
    line-height: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #444;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.tags-block-right .block_content{
    border: solid #ebebeb;
    border-width: 0 1px 1px;
    padding: 20px 15px;
}
#tags_blog_block_left .block_content{
    padding: 20px 15px 13px;
}
.tags-block-right .block_content a, #tags_blog_block_left .block_content a{
    text-transform: capitalize;
    background: #ebebeb;
    color: #999;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    margin: 0 2px 7px 0;
    padding: 0 10px;
    text-shadow: none;
}
#right-column #field_specials_product_block .title_block {
    border-width: 0 0 1px 0;
}
#specials_products .item {
    padding: 20px 10px;
}
#field_tab_category_3 ul {
    margin: 0;
    margin-bottom: 30px;
}
#field_tab_category_3 span.title_tabcate{
    line-height: 1;
    font-style: normal;
}
.title_leftsmartblog {
    display: table;
    margin: 0;
    padding: 16px 20px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
#recent_article_smart_blog_block_left, #tags_blog_block_left{
    border: 1px solid #ebebeb;
}
#block_contact > .row{
    margin:0;
}
#block_contact .left-block-full, #block_contact .right-block-full {
    padding: 0;
}
#block_contact .left-block-full{
    position: relative;
    text-align: center;
}
#block_contact .left-block-full{
    background: url(../field-css/bn31.png) no-repeat top center;
    min-height: 600px;
}
#block_contact .left-block-full .block_newsletter{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
#block_contact .left-block-full .block_newsletter p{
    min-width: 478px;
    margin-top: 28px;
    margin-bottom: 35px;
    padding: 0;
    color:#ffffff;
}
#block_contact .right-block-full .time_block{
    background: #202539;
    padding: 35px 92.5px 40px;
    text-align: center;
}
#block_contact .right-block-full .time_block .content-title{
    position: relative;
    overflow: hidden;
    margin-top: 32px;
    padding: 20px;
    margin-bottom: 23px;
}
#block_contact .right-block-full .time_block .content-title .p1{
    float: left;
    position: relative;
}
#block_contact .right-block-full .time_block .content-title:before{
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.1);
}
#block_contact .right-block-full .time_block .content-title .day{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
#block_contact .right-block-full .time_block .content-title .time{
    margin-bottom: 0px;
    color: #fff;
}
#block_contact .right-block-full .time_block .content-title .p2{
    float: right;
}
#block_contact .time_block h2{
    font-size: 24px;
    text-transform: uppercase;    
    font-weight: bold;
    margin-bottom: 0;
    line-height: 21px;
    color: #fff;
}
#block_contact .button_now{
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 41px;
    background: #212121;
    cursor:pointer;
}
#block_contact .button_now a{
    color: #fff;
}
#block_contact .button_now:hover{
    letter-spacing:2px;
    transition:0.3s;
}
#phblogrecentposts .simpleblog__listing__post__wrapper__footer,
#phblogrecentposts .simpleblog__listing__post__wrapper__content__footer {
    display: none;
}   
#phblogrecentposts .simpleblog__listing__post__wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    overflow: hidden;
} 
#phblogrecentposts .simpleblog__listing__post:last-child .simpleblog__listing__post__wrapper{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
} 
#phblogrecentposts .simpleblog__listing__post__wrapper > a{
    float:left;
    max-width:80px;
    display:inline-block;
    margin-right: 20px;
}   
#phblogrecentposts .simpleblog__listing__post__wrapper__content h3{
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: left;
}
#phblogrecentposts .simpleblog__listing__post__wrapper__content h3 a {
    color: #fff;
}
#phblogrecentposts .simpleblog__listing__post__wrapper__content {
    padding: 0;
}
#phblogrecentposts .simpleblog__listing__post__wrapper__content p{
    text-align:justify;
    margin-bottom:0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;     /* fallback */
    max-height: 60px;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.hesperiden.tparrows.tp-leftarrow:before {
    content: "\f177" !important;
    font-family: "FontAwesome";
	margin-left:0 !important;
}
.hesperiden.tparrows.tp-rightarrow:before {
    content: "\f178" !important;
    font-family: "FontAwesome";
	margin-right:0 !important;
}
.page-heading h1{
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #212121;
}
.simpleblog__listing__post__wrapper {
    margin-bottom: 30px;
}
.simpleblog__listing {
    margin-top: 0;
    padding-bottom: 0;
}
.simpleblog__listing__post__wrapper__content {
    padding: 20px;
}
.simpleblog__listing__post__wrapper__content h3 a {
    color: #444444;
    text-transform: uppercase;
}
.simpleblog__listing__post__wrapper__footer {
    background: #ebebeb;
    padding: 0 20px;
}
.simpleblog__postInfo ul li i {
    color: #212121;
    font-size: 20px;
    margin-right: 5px;
}
.simpleblog__postInfo ul li span {
    color: #999;
    font-size: 13px;
}
#module-ph_simpleblog-single #content-wrapper .simpleblog__post p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin: 0;
}
.pagination-lg .page-item .page-link {
    width: auto;
    height: auto;
    border-radius: 0 !important;
    padding: 5px 15px;
    border: none;
    font-weight: 400;
}
.simpleblog__post__content {
    padding: 20px;
}
#module-ph_simpleblog-single .pagination {
    margin: 0;
    border: none;
    padding: 0;
    margin-top: 20px;
}
.simpleblog__share ul li {
    margin-right: 10px;
    display:inline-block;
}
.simpleblog__addComment {
    margin-bottom: 30px;
}
.horizontal_mode, .vertical_mode {
    position: relative;
    overflow: hidden;
}
.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
    visibility: visible!important;
    display: inline-block!important;
}
.button-action-list{
    display:inline-block;
}
.quickview .images-container {
    display: block;
    z-index: 1;
    min-height: auto;
}
.quickview .layer {
    display: none;
}
#phblogrecentposts .simpleblog__listing__post__wrapper__content h3 a:hover {
    color: #212121;
    transition:0.4s;
}
#module-ph_simpleblog-single .simpleblog__post {
    box-shadow: none;
}
#module-ph_simpleblog-single .simpleblog__post__content {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
#module-ph_simpleblog-single .simpleblog__postInfo ul {
    margin: 0;
    display: inline-block;
}
#module-ph_simpleblog-single .simpleblog__postInfo ul li {
    float: left;
    line-height: 24px;
}
#module-ph_simpleblog-single #content-wrapper .page-header h1 {
    font-size: 28px; }

#module-ph_simpleblog-single #content-wrapper .simpleblog__post p {
    font-size: 16px;
    line-height: 24px; }

#module-ph_simpleblog-single #content.card,
#module-ph_simpleblog-list #content.card,
#module-ph_simpleblog-category #content.card {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
	margin-bottom: 70px;	
}

.simpleblog__mostViewed__menu {
    margin-top: 0.625rem; }
.simpleblog__mostViewed__menu li:last-child a {
    border-bottom: none; }
.simpleblog__mostViewed__menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
    display: inline-block;
    margin: 0.3125rem 0 0;
    padding-bottom: 0.1875rem;
    font-size: 14px; }

.simpleblog__mostViewed__footer {
    text-align: center; }
.simpleblog__mostViewed__footer .btn-primary {
    color: white; }

.simpleblog__listing__post.first-in-line {
    clear: left; }
.simpleblog__listing__post__wrapper {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff; }
.simpleblog__listing__post__wrapper__content {
    padding: 1.563rem 1.25rem; }
.simpleblog__listing__post__wrapper__content h3 a {
    color: #232323; }
.simpleblog__listing__post__wrapper__content__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.simpleblog__listing__post__wrapper__content__footer__category {
    margin-left: 15px; }
.simpleblog__listing__post__wrapper__content__footer__category i {
    color: #727272; }
.simpleblog__listing__post__wrapper__content__footer__category a,
.simpleblog__listing__post__wrapper__content__footer__category span,
.simpleblog__listing__post__wrapper__content__footer__category time {
    position: relative;
    top: 2px;
    margin-left: 2px;
    color: #727272; }
.simpleblog__listing__post__wrapper__footer {
    background: #efefef;
    padding: 0 1.25rem; }
.simpleblog__listing__post__wrapper__footer__block {
    padding-top: 0.763rem;
    padding-bottom: 0.763rem; }
.simpleblog__listing__post__wrapper__footer__block i {
    color: #727272;
    font-size: 20px; }
.simpleblog__listing__post__wrapper__footer__block span,
.simpleblog__listing__post__wrapper__footer__block time,
.simpleblog__listing__post__wrapper__footer__block a {
    position: relative;
    top: 1px;
    margin-left: 2px;
    color: #727272;
    font-size: 14px; }
.simpleblog__listing__pagination {
    margin-top: 1.5rem; }
.simpleblog__listing__pagination > div {
    color: #7a7a7a; }
@media (max-width: 767px) {
    .simpleblog__listing__pagination__list {
        text-align: center; } }
@media (max-width: 767px) {
    .simpleblog__listing__pagination__list li {
        text-align: center; } }
@media (max-width: 767px) {
    .simpleblog__listing__pagination__list li:first-child, .simpleblog__listing__pagination__list li:last-child {
        display: block;
        overflow: auto;
        margin: 10px 0; } }
@media (max-width: 767px) {
    .simpleblog__listing__pagination__list li:first-child a, .simpleblog__listing__pagination__list li:last-child a {
        float: none; } }

.simpleblog__postInfo ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 991px) {
    .simpleblog__postInfo ul {
        display: block;
        overflow: auto; } }
.simpleblog__postInfo ul li {
    color: #727272; }
@media (max-width: 991px) {
    .simpleblog__postInfo ul li {
        float: left;
        width: 50%; } }
.simpleblog__postInfo ul li a {
    color: inherit; }
.simpleblog__postInfo ul li a:hover {
    text-decoration: underline; }
.simpleblog__postInfo ul li:last-child:after {
    display: none; }
.simpleblog__postInfo ul li:after {
    content: '';
    height: 10px;
    background: #cecece;
    width: 2px;
    margin: 0 13px;
    display: inline-block; }
@media (max-width: 991px) {
    .simpleblog__postInfo ul li:after {
        display: none; } }    
.simpleblog__post {
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 60px; }
.simpleblog__post-featured img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
.simpleblog__post__content {
    padding: 1.563rem 1.25rem; }

.simpleblog__share {
    margin-bottom: 60px; }
.simpleblog__share ul {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
    display: inline-block; }  
.simpleblog__share ul li {
    margin-right: 16px; }
@media (max-width: 991px) {
    .simpleblog__share ul li {
        margin: 0 0 10px; } }
.simpleblog__featuredProducts {
    margin-bottom: 60px; }
.simpleblog__featuredProducts > h2 {
    margin-bottom: 25px; }

#phsimpleblog_comments {
    margin-bottom: 60px; }
.simpleblog__comments > h2 {
    margin-bottom: 25px; }
.simpleblog__comments-empty {
    margin-bottom: 0; }
.simpleblog__comments .alert a {
    color: inherit; }
.simpleblog__comments > ul {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0; }
.simpleblog__comments > ul > li {
    padding: 1.563rem 1.25rem; }
.simpleblog__comments > ul > li:nth-child(odd) {
    background: white; }
.simpleblog__comments > ul > li:nth-child(even) {
    background: #f6f6f6; }
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
    list-style-type: none;
    margin: 0 0 12px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 991px) {
    .simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
        display: block; } }
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li {
    font-size: 14px;
    color: #727272; }
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:last-child:after {
    display: none; }
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
    content: '';
    height: 10px;
    background: #cecece;
    width: 2px;
    margin: 0 18px;
    display: inline-block; }
@media (max-width: 991px) {
    .simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
        display: none; } }
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo__author {
    color: #38b5d0 !important;
    font-weight: 600; }
.simpleblog__comments > ul > li .simpleblog__comments__text {
    color: #414141; }
.simpleblog__comments > ul > li .simpleblog__comments__text p {
    color: #414141; }
.simpleblog__comments > ul > li .simpleblog__comments__text p {
    margin: 0;
    padding: 0; }
.simpleblog__addComment .alert a {
    color: inherit; }
.simpleblog__addComment > h2 {
    margin-bottom: 25px; }
.simpleblog__addComment__form {
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    padding: 1.563rem 1.25rem; }
@media (max-width: 991px) {
    .simpleblog__addComment__form .form-footer .btn-primary {
        width: 100%;
        float: none !important; } }

.simpleblog__seo {
    display: none; }

.simpleblog__categoryInfo {
    border-bottom: 2px solid #d6d6d6;
    margin: 30px 0; }
.simpleblog__categoryInfo img {
    width: 100%;
    height: auto; }
.simpleblog__categoryInfo p {
    font-size: 14px;
    color: #727272;
    margin: 30px 0; }

.btn-facebook {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #415994;
    color: white; }
.btn-facebook:hover {
    color: white;
    background: #203363; }
.btn-facebook i {
    margin-right: 8px;
    font-size: 19px;
    position: relative;
    top: 2px; }

.btn-twitter {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #4ba0ec;
    color: white; }
.btn-twitter:hover {
    color: white;
    background: #2f7bbf; }
.btn-twitter i {
    margin-right: 8px;
    font-size: 19px;
    position: relative;
    top: 1px; }

.btn-google {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #bd403b;
    color: white; }
.btn-google:hover {
    color: white;
    background: #a12520; }
.btn-google i {
    margin-right: 8px;
    font-size: 19px; }

.btn-pinterest {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #ae2626;
    color: white; }
.btn-pinterest:hover {
    color: white;
    background: #8e1010; }
.btn-pinterest i {
    margin-right: 8px;
    font-size: 19px; }

#phblogrecentposts .h1 {
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem; }
#phblogrecentposts .h1 a {
    float: right;
    text-transform: none;
    font-size: 80%;
    position: absolute;
    right: 0;
    bottom: 0; 
}
body .hesperiden.tparrows:hover:before{
    color: #ffffff;
}
.revo_slider{
	margin-bottom:70px;
}
/****************staticblock1*******************/
#banner1 > .row > div{
	margin-top:30px;
}
#staticblock1 a.hover_img {
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
#staticblock1 .content_sttblock:hover a.hover_img img, #banner1 a:hover img{
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#staticblock1 a.hover_img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.2);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#staticblock1 .content_stt:hover a.hover_img:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*************testimo_static_block*****************/
.testimo_static_block > .row{
	margin-left:0;
	margin-right:0;
}
.testimo_static_block > .row > div {
	padding:0;
}
/********************************/
#staticblock1 .content_stt{
	position:relative;
}
#staticblock1 .text_staticblock{
	position:absolute;
	top:50%;
	right:25px;
	margin-top: -106.5px;
	text-align:center;
}
#staticblock1 .text_staticblock h4{
	color:#ffffff;
	font-size:36px;
	text-transform:capitalize;
	font-weight:400;
	font-style:italic;
	line-height:1;
	margin-bottom: 33px;
}
#staticblock1 .text_staticblock h4 .sp1{
	font-size: 30px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 18px;
	margin-bottom: -32px;
    display: block;    
}
#staticblock1 .text_staticblock h4 .sp2{
	font-size:48px;
	text-transform:uppercase;
	font-weight:700;
}
.btn_border, .load-more-tab{
	font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 146px;
	padding: 11px 15px;
    display: inline-block;
	text-align: center;
	position:relative;    
}
.btn_border:hover, .load-more-tab:hover{
	color: #ffffff;
}
.btn_border:before, .load-more-tab:before{
	content: "";
	width: calc(100% - 20px);
    height: calc(100% - 16px);
    border: 1px solid #ffffff;
    border-width: 1px 0 0 1px;
    left: 0;
    top: 0;
    position: absolute;
}
.btn_border:after, .load-more-tab:after{
	content: "";
	width: calc(100% - 20px);
    height: calc(100% - 16px);
    border: 1px solid #ffffff;
    border-width: 0px 1px 1px 0; 
    right: 0;
    bottom: 0;
    position: absolute;
}
.btn_border:hover:before, .btn_border:hover:after, .load-more-tab:hover:before, .load-more-tab:hover:after{
	width:100%;
	height:100%;
	transition:0.5s;
}
/************************************/
.btn-loadmore{
	text-align:center;
	margin: 10px 0 30px;
}
.footer-logo{
    margin-bottom: 30px;
}
.footer-logo .logoft{
	margin-bottom:20px;
}
.footer-center p.des_ft {
    line-height: 26px;
    color: #707070;
	max-width: 440px;
	margin: 0 auto 0 0;
}
.block-social {
    text-align: left;
}
#footer .block-social ul{
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
#footer .block-social .title-top-ft{
	margin-top:0;
}
#footer .block-social .title-top-ft h4{
	margin-bottom: 20px;
}
#open_time .content_open_time p{
	color:#707070;
	line-height:36px;
	font-weight:300;
	margin-bottom:0;
}
#open_time .content_open_time p.note_stt {
    color: #ffffff;
    font-weight: 700;
    margin-top: 36px;
	font-size:16px;
}
#footer .links-list ul{
	margin-bottom:0;
}
/**************************/
#banner1 a{
	display:inline-block;
	vertical-align: middle;
	position:relative;
	overflow:hidden;
}
#banner1 a:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:rgba(255,255,255,0.2);
	z-index: 1;	
}
#banner1 a:hover:before{
	width:100%;	
	transition:0.4s;
}
#product_comments_block_tab p{
	margin-bottom:0;
}
.revo_slider .hesperiden.tparrows{
	margin-top:198px;
    width: auto;
    height: auto;	
}
.revo_slider .tp-leftarrow{
	margin-left:20px;
}
.revo_slider .tp-rightarrow{
	margin-right:20px;
}
#field-search #search_query_top{
	height: 40px;
    border: 1px solid #212121;
}
.horizontal_mode .owl-carousel .owl-item .item {
    padding: 0 15px;
    text-align: center;
}
.product_name:hover{
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.item-instagram .images_inner .instagram_likes_comments {
	display:none;
}
.item-instagram .images_inner:hover .instagram_likes_comments {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.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;
}
.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 .instagram_likes_comments .text-center {
    width: 100%;
    height: auto;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}
.simpleblog__listing__post__wrapper>a {
    overflow: hidden;
    display: block;
    position: relative;
}
.simpleblog__listing__post__wrapper:hover a:before {
    width: 100%;
    transition: 0.4s;
}
.simpleblog__listing__post__wrapper>a:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 1;
}
.simpleblog__listing__post__wrapper:hover > a img{
	webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.rev_slider_wrapper {
    width: 100% !important;
}
/********************responsive********************/
@media (min-width: 1600px){
#staticblock1 .text_staticblock{
	right:60px;
}
#staticblock1 > .row > div:last-child .text_staticblock{
	right:95px;
}
#header .header-top {
    margin: 0 195px;
}
#header-sticky:not(.sticky-desktop) .right_header {
    right: 195px;
}}
@media (min-width: 1200px){
    #Popup_sizechart .modal-dialog {
        max-width: 1100px;
        margin: 30px auto;
    }}
@media (min-width: 992px){
    #_desktop_fieldmegamenu > ul {
        padding:0 15px;
    }
}
@media (max-width:1199px){
	#field_tab_category_1 {
		padding: 100px 15px 68px;
	}
	#back-top {
		right: -40px;
	}
    #block_contact .left-block-full .block_newsletter p{
        min-width: 100%;
    }
    #block_contact .left-block-full .block_newsletter {
        width: 100%;
        padding: 0 15px;
    }	
    #mywishlist{
        overflow:auto;
    }
	.revo_slider .tp-leftarrow{
		margin-left:0px;
	}
	.revo_slider .tp-rightarrow{
		margin-right:0px;
	}
	.horizontal_mode .item-inner .button-action {
		max-width: 100%;
		left: 0;
		transform: none;
	}	
}
@media (max-width:1199px) and (min-width:992px){		
	#open_time .content_open_time p.note_stt {
		font-size: 13px;
	}
	#open_time .content_open_time p {
		font-size: 13px;
	}
	#footer .title-top-ft h4 {
		font-size: 20px;
	}
	.block_newsletter form input[type=email] {
		min-width: 350px;
	}	    
    #box-product-list .item-product-list .product-miniature .right-product {
        padding: 15px;
    }
    #phblogrecentposts .simpleblog__listing__post__wrapper__content p {
        line-height: 20px;
        max-height: 40px;
        -webkit-line-clamp: 2;
    }
    #phblogrecentposts .simpleblog__listing__post__wrapper > a {
        margin-right: 10px;
    }	
    #_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-items li .img4{
        margin-top: -79px;
    }
	#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-items{
        padding-bottom:20px;
    }
	.menu-right-text h4 {
		font-size: 13px;
	}
	#_desktop_fieldmegamenu.fieldmegamenu .menu_3 .submenu .title{
		font-size: 12px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.click-product-list-grid {
        display: table;
        margin: 0 auto 5px;
        float: none;
    }
    .products-selection .total-products {
        display: table;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        margin-right: 0;
    }
    .box-sort-by {
        text-align: center;
        width: 100%;
        display: block;
        float: none;
        margin: 0;
    }
    .products-sort-order {
        float: none;
        display: inline-block;
        margin-left: 0;
    }
    .products-selection .total-products p{
        margin:0;
        padding:0;
        border: none;
    }
	#box-product-list .item-product-list .product-miniature .right-product,
	.item-product-list .right-product .product_name,
	#products .item-product-list .right-product .product-price-and-shipping{
		text-align:center;
	}
	.item-product-list .right-product .comments_note{
		margin: 0 auto;
		max-width: 80px;
	}	
	#phblogrecentposts #footer_sub_menu_col_2, #footer .tags #footer_sub_menu_col_3, #instagram_block #footer_sub_menu_col_4{
        margin-bottom:30px !important;
    }	
    .tabs .nav-tabs .nav-item {
        margin-bottom: 10px;
    }  
    .sdsarticleHeader {
        padding-top: 30px;
    }		
    #box-product-list .item-product-list .product-miniature {
        display: block;
    }
    .item-product-list .left-product {
        margin: 20px auto 0;
    }
    #box-product-list .item-product-list .product-miniature .right-product {
        border: none;
		padding: 30px 15px 25px;
    }	
}
@media (min-width:768px){
	#block-categories_ftc, #search_filters_ftc{
		display:block;
	}}
@media (max-width:991px){	
	.horizontal_mode .row {
		margin-left:-7.5px;
		margin-right:-7.5px;
	}
	.horizontal_mode .owl-carousel .owl-item .item{
		padding: 0 7.5px;
	}
	#box-product-grid>.row{
		margin-left:-7.5px;
		margin-right:-7.5px;
	}
	#box-product-grid .item {
		padding: 0 7.5px;
	}
	#field-search-no-popup{
		right:50%;
		transform:translateX(50%);
		-webkit-transform:translateX(50%);
		-moz-transform:translateX(50%);
	}
	.revo_slider .hesperiden.tparrows{
		margin-top:0px;	
	}	
	#staticblock1 > .row > div:first-child{
		margin-bottom:30px;
	}
	#product .images-container{
		max-width: 570px;
		margin: 0 auto;
	}
	#product .product_right {
		padding-left: 15px;
		text-align: center;
	}
	#product .product_right .comments_note{
		max-width:80px;
		margin:0 auto;
	}
	#product .product_right .product-des p {
		text-align: center;
	}	
	.tabs .nav-tabs {
		text-align: center;
	}
	.block-social {
		text-align: center;
	}
	span.cart-products-count {
		color: #212121;
	}
	.footer-logo{
		text-align:center;
	}
	.footer-center p.des_ft {
		margin: 0 auto;
	}
	#footer .block-social .title-top-ft h4 {
		text-align:center;
	}
	.title_newsletter {
		text-align: center;
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.block_newsletter_ft {
		float: none;
	}
	.block_newsletter form .input-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}	
	.block_newsletter form input[type="email"] {
		max-width: 470px;
		min-width: auto;
		text-align:center;
	}
	.block_newsletter form input[type=submit] {
		margin-left: 0;
	}
	.tab_cates li {
		margin: 0 5px;
	}	
    #module-ph_simpleblog-single .simpleblog__postInfo ul li {
        width: auto;
        margin-right: 15px;
    }
    #blockcart-modal .product-image {
        max-width: 190px;
        margin: 0 auto 30px;
    }
    .products-sort-order .dropdown-menu {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .footer-bottom {
        padding-top: 20px;
        padding-bottom:20px;
    }
    .footer-address p {
        line-height: 1;
    }
    #phblogrecentposts .simpleblog__listing__post__wrapper {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #phblogrecentposts #footer_sub_menu_col_2, #instagram_block #footer_sub_menu_col_4{
        margin-bottom:40px;
        overflow: hidden;
        width:100%;
    }	
    #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;
    }
    #sdsblogArticle .title_block {
        font-size: 24px;
    }
    .breadcrumb-abs {
        margin-top: 0;
    }		
    .field-demo-wrap {
        top: 115px;
    }		
    .footer-address{
        text-align: center;
		margin-bottom: 15px;
    }
	.payment-ft {
		text-align: center;
	}
    .footer-payment {
        float: right;
        text-align: center;
        line-height: 1;
    }	
    #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;
    }		
    #header {
        position:relative;
    }	
	#mobile-header{
		background:#212121;
	}
    #module-blockwishlist-mywishlist .horizontal_mode .item-inner{margin-bottom: 30px;}
    #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-left: 0;
    }
    #blockcart-modal .cart-content-btn {
        margin-top: 30px;
    }	    	
    #_mobile_logo{
        padding:30px 0;
        text-align: center;
    }
    #_mobile_logo a {
        display: inline-block;
        max-width: 210px;
    }
    .header-nav .setting-desktop{display:none;}
    #header-moblie > div {
        width: 16.66%;
        float: left;
        cursor: pointer;
        text-align: center;
        font-size:14px;
    }
    #header-moblie > div i, #_mobile_currency_selector .dropdown .expand-more{
        color:#212121;
    }    
    #header .header-nav .blockcart {
        background: transparent;
        height: auto;
        padding: 0;
        margin-left: 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: #ffffff;
    }
    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;
    }	
    .part_2{
        margin-top: 60px;
        padding-left: 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-left: 0;}
}
@media (max-width:767px){
	.box-sort-by {
		margin-right: 40px;
	}
	#back-top {
		right: 5px;
		bottom: 5px;
		width: 40px;
		height: 40px;
		line-height: 36px;		
		padding: 0;
		letter-spacing:0;
	}
	#back-top span {
		font-size: 0;
	}
	#back-top i {
		margin-left: 0px;
	}
	#block-categories_ftc > ul > li:first-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	.block-categories {
		margin-bottom: 22px;
	}
	.block-categories .title_ftc .collapse-icons{
		top:0;
	}
	.block-categories .collapse-icons .remove, .block-categories .clearfix[aria-expanded=true] .collapse-icons .add, #search_filters .collapse-icons .remove, #search_filters .clearfix[aria-expanded=true] .collapse-icons .add {
		display: none;
	}
	.block-categories .clearfix[aria-expanded=true] .collapse-icons .remove, #search_filters .clearfix[aria-expanded=true] .collapse-icons .remove {
		display: block;
	}
	.block-categories .text-uppercase, #search_filters .text-uppercase {
		display: inline-block;
		margin-bottom: 0;
	}
	#banner1{
		text-align:center;
	}	
    .quickview .images-container {
        margin-bottom: 30px;
    }
    #js-checkout-summary{
        margin-top:30px;
    }
    .product-line-grid-body {
        margin-bottom: 0;
    }      
    #quick-view-images{
        max-width:400px;
        margin:0 auto 30px;
    }	    				
    #products .item-product-list .right-product .decriptions-short p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 44px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }	
    #header .header-nav{background: none;}
    .modal-dialog{margin: 15px auto;}		
    .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-left: none;
        margin-top: 30px;
    }	
    .links.my_account {
        margin-bottom: 0;
    }
    #footer .links .title {
        padding: 0;
        border-bottom: none;
        cursor: pointer;
        color:#fff;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    #footer .links .title span.h3{
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;		
        text-align: left;
    }
    #footer .links .title:hover span.h3, #footer .links .title:hover{
        color:#212121;
    }
    .field-banner-slider {
        float: none;
        clear: both;
        max-width: 270px;
        margin: 0 auto 60px;
    }
    #category #left-column #search_filters_wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
    #category #left-column #search_filters {
		margin-bottom: 30px;
		border-top: none;
    }
    #category #left-column #search_filters .facet {
		border-bottom: none;
		padding-top: 14px;
		padding-bottom: 10px;
    }	
    #category #left-column #search_filters .navbar-toggler,
	#category #left-column #search_filters .facet .navbar-toggler{
        display: inline-block;
        padding: 0;
        width: auto;
        height: auto;
        color: #212121;
        font-size: 14px;
    }
    #category #left-column #search_filters .facet ul li {
        border-top: none;
        padding: 2px 0;
    }	
    #category #left-column #search_filters .facet .facet-label a {
        margin-top: 7px;
    }
    #category #left-column #search_filters .facet .facet-title {
        line-height: 1;
        padding: 0;
        border-bottom: none;
        color: #212121;
    }
    #category #left-column #search_filters .facet .facet-title:hover {
        color: #212121;
    }	
    #product .row .product_left {
        padding-right: 15px;
    }
    .block_top .cms-box-img:after{display: none;}	
}
@media (max-width: 600px){	
	#box-product-grid .item {
		width: 50%;
	}
	.vertical_mode .item {
		max-width:300px;
		margin:0 auto;
	}	
	#_mobile_fieldmegamenu .menu_2 .menu-items li .img4 {
		margin-top: 6px;
	}
	#open_time .content_open_time p.note_stt {
		font-size: 14px;
	}	
	#_desktop_fieldmegamenu .menu_1 .menu-items li.customcontent .img1, #_mobile_fieldmegamenu .menu_1 .menu-items li.customcontent .img1 {
		margin-top: 0;
	}	
    .modal-dialog{
        margin: 15px
    }	
    #_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-items > li.customcontent{
        margin-bottom: 30px;
        text-align:center;
    }
    #_mobile_fieldmegamenu .menu_3 .menu-items, #_mobile_fieldmegamenu .menu_2 .menu-items {
        padding-bottom: 0px;
    }
    #_mobile_fieldmegamenu .menu-items {
        padding-bottom: 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) {
	.click-product-list-grid {
        display: table;
        margin: 0 auto 5px;
        float: none;
    }
    .products-selection .total-products {
        display: table;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        margin-right: 0;
    }
    .box-sort-by {
        text-align: center;
        width: 100%;
        display: block;
        float: none;
        margin: 0;
    }
    .products-sort-order {
        float: none;
        display: inline-block;
        margin-left: 0;
    }
    .products-selection .total-products p{
        margin:0;
        padding:0;
        border: none;
    }
	#box-product-list .item-product-list .product-miniature .right-product,
	.item-product-list .right-product .product_name,
	#products .item-product-list .right-product .product-price-and-shipping{
		text-align:center;
	}
	.item-product-list .right-product .comments_note{
		margin: 0 auto;
		max-width: 80px;
	}
	.horizontal_mode .product_name {
		margin-right:0;
		text-align:center;
	}
	.right_info_des > div.product-price-and-shipping {
		float: none;
		margin-bottom: 5px;
		text-align: center !important;
	}
	.right_info_des > div.comments_note {
		top: 0;
		right: 0;
		position: relative;
		text-align:center;
	}
	.right_info_des > div.comments_note .star_content {
		display:inline-block;
	}	
	.top-title .title_block:hover {
		letter-spacing: 0px;
	}
	#open_time, #footer .title-top-ft h4, #footer .links-list ul {
		text-align: center;
	}
	#footer .title-top-ft h4{
		margin-bottom:15px;
	}
	#footer .title-top-ft {
		margin-top: 30px;
	}	
	#footer #open_time .title-top-ft {
		margin-top: 45px;
	}
    #blockcart-modal .modal-body {
        padding: 15px;
    }
    .cart-grid-body .cart-overview {
        padding: 0 1rem;
    }
    .title-brc {
        display: none;
    }
    .pagination .page-list li {
        display: inline-block;
    }
    .pagination .page-list{
        margin-bottom:10px;
    }
    .tab_cates li {
        padding: 0 10px;
    }
    #_mobile_fieldmegamenu .menu-items>li.category {
        margin-bottom: 15px;
    }      
    .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;
    }	
    #content-wrapper, #left-column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #product #content-wrapper, #module-ph_simpleblog-category #content-wrapper, #module-ph_simpleblog-single #content-wrapper, #module-ph_simpleblog-list #content-wrapper, #module-blockwishlist-view #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-left: 0px !important;
        padding-right: 0px !important;
    }		
    .cart-item .product-line-grid {
        display: block;
    }
    .product-line-grid-left {
        padding-right: 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: 20px auto 0;
    }
    #box-product-list .item-product-list .product-miniature .right-product {
        border: none;
        padding: 30px 15px 25px;
    }	
    #popup_menu_mobile {
        width: 85%;
    }
    #_mobile_fieldmegamenu .menu-items > li .collapsed-menu{
        position: absolute;
        top: -5px;
        right: 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){
	.hesperiden.tparrows:before {
		font-size: 24px !important;
	}
	.owl-carousel:hover .owl-nav.disabled{
		display:none;
	}
	.owl-carousel:hover .owl-nav{
		display:inline-block;
	}
	.vertical_mode .left-product {
		margin-right: 12px;
	}
	#field_tab_category_1 {
		padding: 100px 15px 68px;
	}
	#staticblock1 > .row > div:first-child {
		margin-bottom: 48px;
	}
	#staticblock1 .text_staticblock {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 30px;
	}
	#staticblock1 .text_staticblock h4, #staticblock1 .btn_border {
		color: #212121;
	}
	#staticblock1 .btn_border:before, #staticblock1 .btn_border:after{
		border-color:#212121;
	}
	.top-title .title_block {
		font-size: 40px;
	}
	.tabs .nav-tabs .nav-link {
		padding-right: 10px;
		margin-right: 10px;
	}		
	.image-text-menu img {
		float: none;
		margin-right: 0;
		display: block;
		text-align: center;
		margin: 0 auto 20px;
	}
	.menu-right-text {
		text-align: center;
	}    
    #mywishlist .wishlist_footer > a{
        display: block;
        float: none !important;
    }
    #mywishlist .wishlist_footer > a:last-child{
        margin-top:10px;
    }
    #form_wishlist .page-subheading {
        text-align: center;
    }
    #form_wishlist input.inputTxt {
        display: block;
        float: none;
        margin: 0 auto;
    }
    #form_wishlist #submitWishlist {
        float: none;
        display: block;
        margin: 10px auto 0;
    }
    #tab-content .product-reference {
        display: block;
    }
    #tab-content .product-quantities {
        display: block;
        text-align: left;
        float: none;
    }
    #product h1[itemprop="name"] {
        font-size: 26px;
    }
    .tabs .nav-tabs .nav-item{
        margin-bottom: 20px;
    }
    .tabs .nav-tabs {
        margin-bottom: 0;
    } 
    #wrapper .breadcrumb {
        display: none;
    }    
    .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;
    }
    .items-list-search {
		max-height: 382px;
    }	
    #item-search .items-list-search .item .left-search-ajax {
        margin-right: 10px;
		max-width: 80px;
    }
    #item-search .items-list-search .item .regular-price {
        margin-left: 0px;
    }
    #item-search .right-search-ajax .price, #item-search .items-list-search .item .regular-price {
        display: block;
    }	
}
@media (max-width: 375px){
    .product-line-grid-right .price, .product-line-grid-right .qty {
        width: auto;
    }		
}
@media (max-width: 320px){
	.simpleblog__listing__post__wrapper__footer__block {
		width: 100%;
	}
	.owl-nav{
		top: 22%;
	}
	.top-title .title_block {
		font-size: 32px;
	}
	.social-sharing h4 {
		margin: 0;
	}
	#box-product-list .item-product-list .left-product {
		margin: 0px auto;
		max-width: 100%;
	}		
    #field-search, #popup-cart{
        width:257px;
    }
    #popup-cart-content {
        padding: 10px;
    }
    #popup-cart .cart-item-product {
        display: block;
        position: relative;
        text-align: center;
    }
    #popup-cart .box-item .cart-item-product-right {
        margin-top:10px;
        margin-left: 0;
        display:inline-block;
    }
    #popup-cart .cart-item-product .product-name-ajax .qtt-ajax {
        float: none;
    }
    #popup-cart .productName{
        display:inline-block;
    }
    #popup-cart .remove-product{
        position: absolute;
        top: 5px;
        right: 0;
    }
    #popup-cart .box-item {
        max-height: 100%;
    }       
}
