.body{
    font-family: 'Lora', serif;
}
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, #sdsblogArticle .title_block, #smartblogcat .sdsarticleHeader p a, .tabs .nav-tabs .nav-link, .block-categories .category-sub-menu li[data-depth="0"]>a, #wrapper .breadcrumb li a, .product_name, #blockcart-modal .cart-content .cart-content-btn .btn, .menu-bottom .menu-bottom-dec a, .title_font {
    font-family: 'Roboto Slab', serif;
}
body{
    font-family: 'Lora', serif;
}
body{
	color: #333;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
}
.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;
}
main {
    float: left;
    width: 100%;
}
main {
    background: #ffffff;
    overflow: hidden;
}
a:hover {
    color: #b8d6e0;
    text-decoration: none;
}
a:focus, a:hover {
    color: #b8d6e0;
    text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b8d6e0;
    border-color: #b8d6e0;
}
.btn-primary, .btn {
    background: #333;
    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;
}
body#checkout a:hover {
    color: #b8d6e0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	float:left;
}
.cart_top_ajax {
    display: none
}
#_desktop_cart:hover .cart_top_ajax {
    display: block
}
.collapsed-menu[aria-expanded="true"] .add,
.collapsed-menu[aria-expanded="false"] .remove{
    display: none;
}
.collapsed-menu[aria-expanded="true"] .remove,
.collapsed-menu[aria-expanded="false"] .add{
    display: block;
    line-height: 2
}
#mobile_fieldmenu_wrapper {
    background: #fff;
}
#_mobile_ftcmegamenu {
    width: 100%;
    padding: 15px 30px 0;
    overflow: auto;
}
#_mobile_ftcmegamenu > ul > li{
    display: inline-block;
    width: 100%;
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	border-bottom: 1px dotted #d7dce2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
#_mobile_ftcmegamenu > ul > li:last-child{
	border-bottom:none;
}
#_mobile_ftcmegamenu > ul > li{
	font-size:16px;
	line-height:40px;
}
#_mobile_ftcmegamenu > ul > li .title span.icon-has-sub{
	display:none;
}
#_mobile_ftcmegamenu .collapsed-menu[aria-expanded="true"] .remove, #_mobile_ftcmegamenu .collapsed-menu[aria-expanded="false"] .add {
    display: block;
    line-height: 35px;
    color: #333;
}
#_mobile_ftcmegamenu > ul .root-item,
#_mobile_ftcmegamenu > ul .menu-item{
    display: block;
}
#_desktop_ftcmegamenu.ftcmegamenu > ul {
	display: flex;
    margin-bottom: 0;
    justify-content: center;
    margin: 0;
}
#_desktop_ftcmegamenu.ftcmegamenu > ul > li .root-item{
    padding: 0 18px
}
#_desktop_ftcmegamenu.ftcmegamenu .root .menu-items {
    top: 100%;
    background: #fff;
    border-top: 2px solid #b8d6e0;
    line-height: normal;
    position: absolute;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    padding: 15px;
    z-index: 10;
	margin-top: -2px;
    display:block;
	-khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}
.ftcmegamenu>ul>li img:hover , #_mobile_ftcmegamenu>ul>li img:hover{
    opacity: .8;
}
#header .ftcmegamenu .submenu .title:hover a{
	color: #b8d6e0;
	transition: all 0.3s ease-in-out 0s;
}
@media (min-width:1200px){
#header .ftcmegamenu .submenu .title:hover a {    
    margin-left: 5px;    
}}
#header .ftcmegamenu .menu-item.depth-1>.title a:hover, 
.ftcmegamenu .submenu .title:hover a ,
#_mobile_ftcmegamenu .menu-item.depth-1 > .title a:hover,
#_mobile_ftcmegamenu .submenu .title:hover a{
    color: #b8d6e0;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu_1 .menu-items {
	padding-top: 30px;
	padding-bottom: 28px;    
}
#_desktop_ftcmegamenu.ftcmegamenu .menu-items>li {
    float: left;
    padding: 0 15px;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu_1 .menu-item.divider,
#_mobile_ftcmegamenu .menu_1 .menu-item.divider{
    padding: 8px 1%;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu_1 .menu-item.customcontent .img3 {
    margin-top: -103px;
}
#_mobile_ftcmegamenu .menu_1 .menu-item.customcontent .img3 {
    margin-top: -103px;
}
#_mobile_ftcmegamenu .menu_home .menu-items{
	padding-bottom: 15px;
}
#_mobile_ftcmegamenu .menu-items {
    top: 0 !important;
    padding-bottom: 30px;
    padding-top: 0px;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu_2 .menu-item.customcontent .img4 {
    margin-top: 16px;
	margin-bottom:15px;
}
#_mobile_ftcmegamenu .menu_2 .menu-item.customcontent .img4 {
	margin-top: 16px;
}
.menucol-1-3 {
    width: 33.33%!important;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu-item.divider ,
#_mobile_ftcmegamenu .menu-items > li.divider {
    position: relative;
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 2px 1%;
    width: 100%;
    border: none;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu-items.active{
	-khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}
ul.image-language, ul.image-currency {
    display: flex;
    flex-wrap: wrap
}
ul.image-language > li, ul.image-currency > li {
    margin-right: 5px;
}
#header .header-nav {
    margin-bottom: 0
}
#header .header-top {
	height:100px;
    line-height: 100px;
    padding-bottom: 0;
	z-index: 1030;
}
.sticky-desktop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}
.sticky-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}
#back-top {
	bottom: 10px;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #333;
	border-radius:3px;
    padding: 12px 0;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 200;
}
#back-top:after, .total_wishlist_value:after, .total_compare_value:after {
    content: "";
    background: #b8d6e0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	border-radius:3px;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
}
#back-top:hover:after,.total_wishlist_value:hover:after, .total_compare_value:hover:after  {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    -webkit-transition: transform 1s ease 0s;
}
#back-top:hover,.total_wishlist_value:hover, .total_compare_value:hover {
	background:transparent;
}
@media (max-width: 991px) {
    #back-top {
        padding: 2px 6px;
        bottom: 70px;
    }
    #header .header-top {
        line-height: 2
    }
}
#header-moblie {
    display: flex;
    height: 50px;
	background: #ebebeb;
}
#header-moblie > div{
    width: 20%;
    text-align: center;
	line-height: 50px;
}
#header .header-nav .language-selector,
#header .header-nav .currency-selector,
#header .header-nav #_desktop_contact_link #contact-link{
    margin-top: 0
}
#mobile_fieldmenu_wrapper {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: auto;
    overflow: auto;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
}
#fieldmenu-icon.no_active .fa-close,
#fieldmenu-icon.active .fa-reorder {
    display: none
}
#header .header-nav {
    border-bottom: 0;
}
#_mobile_setting .dropdown-menu {
    right: 0;
    left: auto;
}
#_mobile_search, #_mobile_cart, #_mobile_setting {
    position: relative
}
#_mobile_ftcmegamenu .menu-items {
    padding: 0 0 30px
}
#_mobile_ftcmegamenu .menu-items > li.menu-item {
    width: 100%
}
#_mobile_ftcmegamenu .menu-items > li.menu-item > div {
    display: inline-block
}
@media (min-width:576px){
#_mobile_ftcmegamenu .menu-items > li.menu-item > .submenu {
	padding-left: 0;
    display: block;
}}
#_mobile_ftcmegamenu .menu-items > li.menu-item > .submenu > li {
    width: 100%
}
#_desktop_ftcmegamenu.ftcmegamenu .root .menu-items li.product {
    display: inline-block
}
#_desktop_ftcmegamenu .root.vertical .menu-items .title{
    display: inline-block
}
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-1.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-2.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-3.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-4.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-5.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-6.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-7.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-8.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-9.col-xs-12 .has_icon .open:before{
    content: "\f105";

}
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-10.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-11.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-12.col-xs-12 .has_icon .open:before,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-xs-12 .has_icon .open:before {
    content: "\f107"
}
#_desktop_ftcmegamenu .root.vertical .menu-items > li.menu-item > .submenu {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 15px;
    z-index: 999;
    width: 100%
}
#_desktop_ftcmegamenu .root.vertical .menu-items.active > li.menu-item > .submenu {
    display: block
}
#_desktop_ftcmegamenu .root.vertical .menu-items > li.menu-item {
    position: relative;
    padding: 0 15px;
    margin: 5px 0;
}
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-1 > li.menu-item > .submenu,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-2 > li.menu-item > .submenu,
#_desktop_ftcmegamenu .root.vertical .menu-items.col-md-3 > li.menu-item > .submenu{
    left: 100%;
    top: 0;
    border-left: 1px solid #ebebeb;
}
#_desktop_ftcmegamenu .root.horizontal .menu-items > li.menu-item > .submenu {
    display: block;
}
.box-slider {
    color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    max-width: 600px;
    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%);
}
.field-main-slider_1 .box-slider {
    left: 375px;
    right: auto;
    max-width: 635px;
    text-align: left;
    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_2 .box-slider, .field-main-slider_3 .box-slider {
    right: 375px;
    left: auto;
    text-align: right;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}
.product-miniature img {
    margin-left: 0
}
p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.block{
	margin-bottom:100px;
}
#wrapper {
    background: inherit;
    box-shadow: none;
    padding-top: 0;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
a {
    color: #333;
	text-decoration: none;
    transition: all 0.15s ease-in-out 0s;
}
/****************addcss-slider**************/
.large-slide-title {
	color:#333;
    font-size: 18px;
    line-height: 1;
	text-transform: uppercase;
	margin-bottom: 10px;
    font-weight: 400;
}
.big-slide-title{
    color: #333;
    background-color: transparent;
    font-size: 46px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 700;
    margin-bottom: 30px;
}
.small-slide-title p{
	line-height:25px;
	font-style:italic;
	margin-bottom: 30px;
	font-size: 16px;
}
.div-slide-button{
	background: #2f2f2f !important;
    min-width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    float: left;
    padding: 0 10px;
}
.field-main-slider_2 .div-slide-button, .field-main-slider_3 .div-slide-button{
	float:right;
}
.div-slide-button:hover{
	background:#fff !important;
}
.slide-button{
	color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	letter-spacing: 1px;
}
.div-slide-button:hover .slide-button{
	color:#333!important;
}
.outer-slide [data-u="arrowright"],.outer-slide [data-u="arrowleft"]{
	background: #2f2f2f !important;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
	border-radius: 3px;
}
.outer-slide [data-u="arrowright"]:hover,.outer-slide [data-u="arrowleft"]:hover {
	background:#fff !important;
	color:#333;
}
.outer-slide [data-u="arrowleft"]{
	margin-left:-100px;
}
.outer-slide [data-u="arrowright"]{
	margin-right:-100px;
}
.field-main-slider:hover .outer-slide [data-u="arrowright"], .field-main-slider:hover .outer-slide [data-u="arrowleft"] {
    opacity: 1;	
}
.field-main-slider{
	margin-bottom:0px;
}
/***********staticblock_endow*************/
.fieldFullWidth.stt_endow{
    padding: 30px 0 60px;
    border-bottom: 1px solid #ebebeb;
}
#staticblock_endow{
    overflow: hidden;
    display: block;
}
#staticblock_endow > .row > div {
	margin-top:30px;
}
#staticblock_endow .box_static_content{
	text-align:center;
}
#staticblock_endow .content_text h4{
	font-size: 18px;
    color: #333;
	margin-bottom: 20px;
    font-weight: 700;
}
#staticblock_endow .content_text p{
    line-height: 22px;
	margin:0;
	font-size: 15px;
}
#staticblock_endow .box_static_content .img_top{
	max-width: 70px;
    margin: 0 auto;
    background: #333;
    border-radius: 100%;
    margin-bottom: 30px;
	position:relative;
	z-index: 1;
}
#staticblock_endow .box_static_content .img_top:after{
	content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    background: #b8d6e0;
    z-index: -1;
}
#staticblock_endow .box_static_content:hover .img_top:after {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    -webkit-transition: transform 1s ease 0s;
}
#staticblock_endow .box_static_content:hover .img_top{
	background:transparent;
}
#banner_ftc.block{
	margin-bottom:70px;
}
/****************************/
#ftc_list_brands_block{
	margin-bottom:0;
}
.ftcbrands.fieldFullWidth{
	padding: 58px 0;
    border-top: 1px solid #ebebeb;
}
#main .page-footer {
    margin-bottom: 0;
}
/******************footer******************/
#footer {
    padding-top: 0;
}
#footer .ft-before{
	background: #b8d6e0;
    padding: 76px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#footer .block_newsletter {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
#footer .title_newsletter h4{
	font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1;
}
#footer .title_newsletter p {
	padding-top: 0;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1;
}
#footer .block_newsletter form input {
    height: 40px;
    line-height: 40px;
    box-shadow: none;
	width: auto;
}
.ft-before .block_newsletter form .input-wrapper input {
    min-width: 382px;
    border: none;
    padding: 0 15px;
    text-align: left;
    border-radius: 3px 0 0 3px;
	font-weight: 400;
}
.ft-before .block_newsletter form .button-newletter {
    min-width: 140px;
    background: #333;
    color: #fff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    margin-left: -10px;
    padding: 0;
}
.ft-before .block_newsletter form, .ft-before .block_newsletter form .input-wrapper{
    display: inline-block;
}
.ft-before .block_newsletter form .input-wrapper {
    float: left;
}
.ft-before .block_newsletter form .input-wrapper input::-webkit-input-placeholder,
.ft-before .block_newsletter form .input-wrapper textarea::-webkit-input-placeholder {
    color: #959595;
}
.ft-before .block_newsletter .text_backgound{
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
}
.ft-before .block_newsletter .text_backgound h3{
    font-size: 236px;
    color: rgba(255,255,255,0.1);
    margin: 0;
}
.ft-after {
    background: transparent;
	border-top:1px solid #ebebeb;
    line-height: 74px;
}
.ft_bottom .copyright_left {
    float: left;
    text-align: left;
}
.ft_bottom .copyright_left p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.ft_bottom .payment_right {
    float: right;
    text-align: right;
}
.ft_bottom p a {
    color: #b8d6e0;
    text-decoration: none;
    font-weight: 400;
}
.footer-center{
	background: transparent;
    padding: 60px 0 50px;
}
.footer-center .logo_ft{
	margin-bottom: 20px;
}
.footer-center #footer_logo p{
    line-height: 24px;
    text-align: justify;
	margin-bottom: 32px;
}
.block-social-ft ul{
	margin:0;
}
.block-social-ft li{
	font-size: 0;
    display: inline-block;
    margin-right: 30px;
    line-height: 1;
    float: left;
}
.block-social-ft li:last-child{
	margin-right: 0px;
}
.block-social-ft li a:before{
	font-size:18px ;	
}
.block-social-ft li a{
	color:#999;
}
.fa-googleplus:before {
    content: "\f0d5";
}
#footer .block-social-ft li.button-facebook:hover a, #footer .block-social-ft li.button-rss:hover a {
    color: #435f9f;
}
#footer .block-social-ft li.button-twitter:hover a, #footer .block-social-ft li.button-instagram:hover a {
    color: #00aaf0;
}
#footer .block-social-ft li.button-googleplus:hover a {
    color: red;
}
#footer .block-social-ft li.button-pinterest:hover a {
    color: #ce1f21;
}
.title-top .title_block {
    font-size: 18px;
    color: #202020;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: none;
    display: inline-block;
    cursor: pointer;
    width: auto;
}
#footer .footer-center .links ul li {
    line-height: 36px;
    position: relative;
    overflow: hidden;
}
#footer .links ul a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
#footer .links ul li:hover a {
    color: #b8d6e0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
#footer .links .title .h3:hover, #footer .title-top .title_block:hover, #footer #block_myaccount_infos .myaccount-title a:hover {
    color: #b8d6e0;
}
#footer .links ul {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.ft_bottom .payment_right:hover a {
    opacity: .7;
}
.ft-before .block_newsletter form .button-newletter:hover {
    color: #fff;
	letter-spacing:2px;
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
/***************header************/
.header-top .nav2{
	position: relative;    
    z-index: 10;    
}
.header-top .nav2 .content-nav2 {
    z-index: 1;
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 55px;
    min-width: 140px;
    border-top: 3px solid #b8d6e0;
    line-height: normal;
    background: #fff;
    margin-top: 10px;
    padding: 10px 5px;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 0 1px rgba(0,0,0,0.35);
}
.header-top .nav2 .click-nav2{
	font-size: 17px;
    color: #333;
	padding: 0;
}
.content-nav-items {
    background: 0;
    display: inline-block;
    width: 140px;
}
.dropdown .expand-more img {
    display: none;
}
.nav2 .dropdown .expand-more {
    color: #666666;
    text-align: left;
    padding: 0 10px;
    font-size: 13px;
    line-height: 26px;
    display: block;
}
#header .dropdown-menu li {
    line-height: 26px;
    padding: 0 10px;
}
#header_links li a {
    line-height: 26px;
    padding: 0 10px;
    position: relative;
    z-index: 20;
    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
#header .language-selector-wrapper .dropdown-menu {
    margin-top: -1px;
}
#header .nav2 .dropdown-menu {
    font-size: 13px;
    padding: 0;
    border: none;
    background: #333333;
    margin: 0;
    top: 100%;
    max-width: 130px;
	left: -40%;
	z-index:9999;
}
.dropdown:hover .expand-more{
    color:#b8d6e0 ;
}
.dropdown .expand-more .fa-caret-down {
    font-size: 13px;
    padding-left: 5px;
}
.header-top.sticky-desktop {
   box-shadow: 0 0 15px rgba(0,0,0,.6);
}
#_desktop_ftcmegamenu.ftcmegamenu>ul>li .no-description .title {
    color: #333;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu-item.depth-1>.title.title_font ,
#_mobile_ftcmegamenu .menu-item.depth-1>.title.title_font{
    font-size: 16px;
    border: none;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 5px;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu-item.depth-1 > .title a,
#_mobile_ftcmegamenu .menu-item.depth-1 > .title a {
    color: #444;
    font-weight: 700;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
#_desktop_ftcmegamenu.ftcmegamenu .submenu .title a,
#_mobile_ftcmegamenu .submenu .title a {
    color: #666;
    font-size: 14px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.ftcmegamenu .submenu .title {
    float: none;
}
.ftcmegamenu .menu-item>.title {
    padding: 0;
}
.ftcmegamenu .menu-items li, #_mobile_ftcmegamenu .menu-items li{
    line-height: 26px;
}
#_desktop_ftcmegamenu.ftcmegamenu .root-item.no-description .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
#_desktop_ftcmegamenu.ftcmegamenu>ul>li .root-item .title .title-text{
    padding-bottom: 5px;
}
#_desktop_ftcmegamenu.ftcmegamenu .root:hover .root-item>a>.title .title-text, 
#_desktop_ftcmegamenu.ftcmegamenu .root:hover .root-item>.title .title-text, 
#_desktop_ftcmegamenu.ftcmegamenu .root.active .root-item>a>.title .title-text, 
#_desktop_ftcmegamenu.ftcmegamenu .root.active .root-item>.title .title-text, 
#_desktop_ftcmegamenu.ftcmegamenu .root .root-item>a.active>.title .title-text {
    border-bottom: 2px solid #333 !important;
	cursor: pointer;
    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;
}
#_desktop_ftcmegamenu.ftcmegamenu>ul {
    height: 100px;
    line-height: 100px;
}
#_desktop_ftcmegamenu .title .fa{
	display:none;
}
#_desktop_ftcmegamenu {
	position: relative;
}
/***************testimo*************/
.bg_testimo {
    background: url(../field-css/bg_testimo.jpg) no-repeat top center;
}
#ftc_testimonials {
	text-align:center;
	padding: 100px 0 82px;
}
#ftc_testimonials .des_testimonial p{
	font-size: 15px;
    color: #c1c1c1;
    max-width: 700px;
    margin: 0 auto;
	font-style: italic;
	line-height: 28px;
	margin-bottom: 20px;
}
#ftc_testimonials .name{
    font-size: 18px;
    font-weight: 700;
    color: #b8d6e0;
    text-transform: uppercase;
}
#ftc_testimonials .info{
    font-size: 14px;
    color: #c1c1c1;
    font-weight: normal;
}
#ftctestimonials-nav {
    max-width: 490px;
    margin-top: 42px;
    display: inline-block;
}
#ftctestimonials-nav .testimonial-prev {
    float: left;
    position: absolute;
    top: 50%;
    left: -50px;
	transform: scale(0);
    margin-top: -18px;
}
#ftctestimonials-nav .testimonial-next {
    float: right;
    position: absolute;
    top: 50%;
    right: -50px;
	transform: scale(0);
    margin-top: -18px;
}
#ftctestimonials-nav .testimonial-prev, #ftctestimonials-nav .testimonial-next {
    color: #fff;
    font-size: 18px;
    background: #999999;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    display: inline-block!important;
    opacity: 0;
}
#ftctestimonials-nav .testimonial-prev:hover,#ftctestimonials-nav .testimonial-next:hover{
	color:#666;
	background:#b8d6e0;
}
#ftc_testimonials:hover #ftctestimonials-nav .testimonial-prev{
	opacity: 1;
	left:0;
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
} 
#ftc_testimonials:hover #ftctestimonials-nav .testimonial-next{
    opacity: 1;
	right:0;
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
}
#ftctestimonials-nav .slick-list {
    margin: 0 80px;
}
#ftctestimonials-nav.slick-initialized .slick-slide {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
#ftc_testimonials .item .image {
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    display: inline-block;
    height: auto;    
}
#ftc_testimonials .slick-slide.slick-active.slick-center .image{
	border: 3px solid #b8d6e0;
}
#ftc_testimonials .slick-slide.slick-active.slick-center .image:before {
    background: none;
}
#ftc_testimonials .item .image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.17);
    border-radius: 100%;
}
#ftc_testimonials .slick-slide.slick-active.slick-center img {
    width: 100px;
}
#ftc_testimonials .item .image img {
    width: 80px;
    border-radius: 100%;
}
#ftc_testimonials .block_title h4{
	display:none;
}
#ftc_testimonials .block_title span.fa-quote-left{
    font-size: 36px;
    color: #b8d6e0;
	margin-bottom: 32px;
}
/*************************/
#ftc_list_brands_block .item .item-inner a:hover,#ftc_testimonials:hover .block_title span.fa-quote-left {	
    transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
	opacity:0.7;
}
#ftc_list_brands_block .item .item-inner a,#ftc_testimonials .block_title span.fa-quote-left{
	display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
#sticky_top > div {
	display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
}
#_desktop_search .current {
	color: #333;
}
#sticky_top > div:last-child{
	margin-right: 0px;
}
#_desktop_logo{
	margin-left: 5%;
    z-index: 5;
    position: relative;
}
#sticky_top{
	margin-right: 5%;
	z-index: 5;
    position: relative;
	height: 100px;
    line-height: 100px;
}
#_desktop_cart span.cart-products-count {
   color: #666666;
    height: 20px;
    text-align: center;
    width: 20px;
    display: inline-block;
    line-height: 20px;
    margin-top: -22px;
    position: absolute;
    font-weight: 400;
    right: -13px;
    top: 50%;
    font-size: 12px;
}
/*******************menu****************/
/* 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 .ftcmegamenu .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 .ftcmegamenu .menu-items > .menu-item.product, #header_mobile_menu .ftcmegamenu .root.customcontent .menu-items > .menu-item {
	text-align: center;
    }
    #header_mobile_menu .ftcmegamenu .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;
    }

}
/***************product******************/
.horizontal_mode .item-inner .left-product {
    position: relative;
	display:block;
    border: 1px solid #ebebeb;
}
#module-blockwishlist-mywishlist .product_image .hover_image, .horizontal_mode .item-inner .left-product .hover_image, .vertical_mode .item-inner .left-product .hover_image {
    position: absolute;
    top: 0;
    visibility: hidden;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    perspective: 500px;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#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 {
    visibility: visible;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.new_product {
    display: block;
    color: #fff;
    background: #333;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 25px;
    height: 26px;
    min-width: 50px;
    padding: 0 8px;
    z-index: 3;
    text-align: center;
    font-weight: 400;
    border-radius: 3px;
    text-transform: capitalize;
}
.sale_product {
    display: block;
    color: #fff;
    background: #b8d6e0;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 25px;
    height: 26px;
    min-width: 50px;
    padding: 0 8px;
    z-index: 3;
    text-align: center;
    font-weight: 400;
    border-radius: 3px;
    text-transform: capitalize;
}
.horizontal_mode .top-title{
	text-align:center;
	display:block;
}
.horizontal_mode .top-title .sub_title{    
	font-size: 15px;
    font-style: italic;
    color: #666;
    font-weight: 400;
	line-height: 1;
	margin-bottom: 5px;
}
.horizontal_mode .top-title .title_block{
	font-size: 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
.horizontal_mode .top-title .icon_title{
    font-size: 30px;
    color: #b8d6e0;
	margin-bottom: 50px;
	position:relative;
	display: inline-block;
    min-width: 150px;
}
.title_block a:hover, .horizontal_mode .title_block:hover {
    color: #b8d6e0;
}
.horizontal_mode .top-title .icon_title:before{
    content:"";
	width:53px;
	height:2px;
	top:50%;
	left: 0;
    background: #b8d6e0;
	position:absolute;	
}
.horizontal_mode .top-title .icon_title:after{
    content:"";
	width:53px;
	height:2px;
	top:50%;
	right: 0;
    background: #b8d6e0;
	position:absolute;	
}
.product_name{
	font-size: 14px;
    color: #333;
    font-weight: 400;
}
.horizontal_mode .item-inner .right-product {
    overflow: hidden;
    padding: 20px 15px 40px;
    position: relative;
    display: block;
    text-align: center;
}
.right-product .discount-amount{
	display:none;
}
.price {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.horizontal_mode .product_name {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}
#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    margin-left: 18px;
    vertical-align: bottom;
}
.vertical_mode .top-title .title_block {
	font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 47px;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}
.vertical_mode .top-title .title_block:after{
	content: "";
    width: 53px;
    height: 2px;
    top: 38px;
    left: 0;
    background: #b8d6e0;
    position: absolute;
}
.vertical_mode .item-inner {
    display: table;
    margin-bottom:28px;
    width: 100%;
    position: relative;
}
.vertical_mode .item-inner:last-child{
    margin-bottom:0px;
}
.vertical_mode .item-inner .product-miniature {
    display: flex;
    align-items: center;
}
.vertical_mode .product_name {
    line-height: 1;
    margin-bottom: 10px;
}
.vertical_mode .left-product {
    float: left;
    margin-right: 20px;
    position: relative;
    border: 1px solid #ebebeb;
}
.vertical_mode .right-product {
    flex: 1;
    text-align: left;
}
.vertical_mode .right-product .product-price-and-shipping {
	text-align: left;
}
.horizontal_mode .item-inner .button-action {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 2;
    width: auto;
	opacity: 0;
}
.horizontal_mode .item-inner:hover .button-action {
    opacity: 1;
}
.horizontal_mode .compare a, .horizontal_mode .quick-view, .horizontal_mode .wishlist a, .horizontal_mode .add-to-cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    background: #333;
    color: #fff;
	margin-bottom:20px;
    text-align: center;
    font-size: 16px;
    z-index: 2;
    font-weight: 400;
    border-radius: 100%;
    display: inline-block;    
}
.horizontal_mode .item-inner:hover .button-action{
	left: 20px;
	transition: all 0.3s ease-in-out 0s;
}
.horizontal_mode .btn-add-to-cart:hover .add-to-cart, .horizontal_mode .compare:hover a, .horizontal_mode .btn-quickview:hover .quick-view, .horizontal_mode .wishlist:hover a {
    background: #b8d6e0;
}
#banner_ftc .banner_content {
    position: relative;
	cursor: default;
    overflow: hidden;
	max-width: 570px;
    margin: 0 auto;
}
#sticky_top > div .dropdown-menu,
#header-moblie > div._mobile_cart .dropdown-menu{
    right: 0;
    left: auto;
}
#banner_ftc .banner_content:hover .hover_banner img {
	transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
	opacity:0.7;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#banner_ftc .banner_content:hover .text_content{
    right: 30px;
    left: auto;
    text-align: right;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/***************menu*************/
.menu-bottom h3 {
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
	margin-bottom: 10px;
}
.menu-bottom p {
    font-size: 13px;
    line-height: 18px;
    color: #444;
	margin: 0;
}
.menu-bottom .menu-bottom-dec a {
    padding: 2px 23px;
    background: #333;
    color: #fff !important;
    display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight:700;
}
.menu-bottom .menu-bottom-dec a:hover{
	background:#b8d6e0;
}
.custom-menu-bottom img {
    margin-right: 20px;
	float: left;
	border: 1px solid #ebebeb;
}
.custom-menu-bottom{
    min-height: auto;
    margin-top: 15px;
	overflow: hidden;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu_3 .menu-items {
    padding-bottom: 24px;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu_3 .menu-item.divider {
    padding: 4px 1%;
}
#sticky_top > div .dropdown-menu, #_mobile_setting .dropdown-menu,
#header-moblie > div#_mobile_cart .dropdown-menu{
    min-width: 200px;
    border: 2px solid #b8d6e0;
    border-width: 2px 0 0;
    line-height: normal;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
    border-radius: 0;
}
#sticky_top #_desktop_cart .cart_top_ajax,
#header-moblie > div#_mobile_cart .dropdown-menu{
	min-width:270px;
	padding:0;
}
#sticky_top #_desktop_cart .cart_top_ajax,#_desktop_search div.dropdown-menu, .setting-desktop .dropdown-menu{
    top: 70%;
}
#_desktop_language_selector .language-selector-wrapper ul,
#_mobile_setting .language-selector-wrapper ul{
	margin:0;
	justify-content: left;
}
#sticky_top > div > .dropdown-menu #_desktop_language_selector li,
#_mobile_setting .dropdown-menu #_mobile_language_selector li {
	line-height: 25px;
    padding: 5px 10px;
    margin: 0 1px;
    font-size: 0;
    border: 1px solid #ebebeb;
} 
#sticky_top > div > .dropdown-menu #_desktop_currency_selector ul li,
#_mobile_currency_selector ul li{
	display: inline-block;
    border: 1px solid #ebebeb;
    margin: 0 -1px;
}  
#_desktop_language_selector, #_mobile_language_selector{
	margin-bottom:10px;
}
#_desktop_currency_selector{
	margin-bottom:5px;
}
#sticky_top > div > .dropdown-menu #_desktop_language_selector li.current,
#_mobile_setting .dropdown-menu #_mobile_language_selector li.current,
#sticky_top > div > .dropdown-menu #_desktop_currency_selector ul li.current,
#_mobile_currency_selector ul li.current,
#sticky_top > div > .dropdown-menu #_desktop_language_selector li:hover,
#_mobile_setting .dropdown-menu #_mobile_language_selector li:hover,
#sticky_top > div > .dropdown-menu #_desktop_currency_selector ul li:hover,
#_mobile_currency_selector ul li:hover{
	border: 1px solid #b8d6e0;
	background: #b8d6e0;
}
#sticky_top > div > .dropdown-menu #_desktop_currency_selector ul li.current a,
#_mobile_currency_selector ul li.current a,
#_mobile_setting .dropdown-menu #_mobile_language_selector li:hover a,
#sticky_top > div > .dropdown-menu #_desktop_currency_selector ul li:hover a{
	color:#fff !important;
}	
#_desktop_currency_selector ul,
#_mobile_currency_selector ul{
	margin:0;
	display: block;
}
#header .header-nav #_mobile_cart .blockcart {
    background: transparent;
    height: auto;
    padding: 0;
    margin-left: 0;
    text-align: center;
    white-space: nowrap;
}
#_desktop_user_info{
	line-height:26px;    
	color: #666;
	cursor:pointer;
}
#header a:hover,#_desktop_user_info > div:hover {
    text-decoration: none;
    color: #b8d6e0;
}
#header a {
    color: #333;
}
#_desktop_cart .box-item, #_mobile_cart .box-item {
    max-height: 402px;
    overflow: auto;
}
#_desktop_cart .cart_top_ajax .cart-item-product-right>div, #_mobile_cart .cart_top_ajax .cart-item-product-right>div {
    width: 100%;
	clear: both;
}
#_desktop_cart .product-name-ajax .qtt-ajax, 
#_mobile_cart .product-name-ajax .qtt-ajax {
    float: left;
    margin-right: 5px;
    line-height: 20px;
}
#_desktop_cart .product-name-ajax .productName, 
#_mobile_cart .product-name-ajax .productName {
    height: auto;
    padding: 0;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height: 20px;
	font-size: 14px;
	font-weight: 400;
}
.cart-grid-body a.label:hover {
    color: #b8d6e0;
}
.cart-grid .cart-grid-body > a.label:hover {
    background: #b8d6e0;
}
.cart-grid .cart-grid-body > a.label {
    box-shadow: none;
    font-weight: normal;
    padding: 8px 15px;
    background: #333333;
    color: #fff!important;
    padding-left: 5px;
    display: inline-block;
    margin-bottom: 30px;
	border-radius:3px;
}
#_desktop_cart .price, #_mobile_cart .price {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
	color: #b8d6e0;
}
.card-block-top .totals-top {
    float: left;
    width: 100%;
    line-height: 25px;
}
#_desktop_cart .product-thumbnail,#_mobile_cart .product-thumbnail{
    float: left;
    border: 1px solid #ebebeb;
    height: auto;
    line-height: normal;
    margin-right: 15px;
    max-width: 80px;
    padding: 0;
}
#_desktop_cart .cart_top_ajax a.remove-from-cart, #_mobile_cart .cart_top_ajax a.remove-from-cart {
    font-size: 18px;
    height: auto;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 10px;
    color: #333;
}
#_desktop_cart .cart_top_ajax .cart-item-product-right, #_mobile_cart .cart_top_ajax .cart-item-product-right {
    float: left;
    line-height: 20px;
}
#_desktop_cart .cart_top_ajax .dropdown-divider {
    margin: 15px 0;
}
#_desktop_cart .cart_top_ajax a.remove-from-cart:hover, #_mobile_cart .cart_top_ajax a.remove-from-cart:hover {
    color: #b8d6e0;
}
#_desktop_cart .cart_top_ajax .cart-item-product, #_mobile_cart .cart_top_ajax .cart-item-product {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    border-top: 1px solid #ebebeb;
}
#_desktop_cart .cart_top_ajax .cart-item-product:first-child, #_mobile_cart .cart_top_ajax .cart-item-product:first-child {
    border-top: none;
}
#_desktop_cart .cart_top_ajax .card-block-top,#_desktop_cart .cart_top_ajax .total-cart,#_desktop_cart .cart_top_ajax .buttom-checkout,
#_mobile_cart .cart_top_ajax .card-block-top,#_mobile_cart .cart_top_ajax .total-cart,#_mobile_cart .cart_top_ajax .buttom-checkout {
    float: left;
    width: 100%;
    padding:15px;
	border-top: 1px solid #ebebeb;
}
#_desktop_cart .cart_top_ajax a.view-cart, #_mobile_cart .cart_top_ajax a.view-cart {
    line-height: normal;
    height: auto;
    text-transform: uppercase;
    background: #333;
    color: #fff;
    padding: 8px 10px;
    float: right;
	font-size:15px;
    min-width: 110px;
    text-align: center;
}
#_desktop_cart .cart_top_ajax a.view-cart:hover, #_mobile_cart .cart_top_ajax a.view-cart:hover {
    background: #b8d6e0;
	color: #fff;
}
#header .header-nav .blockcart a:hover {
    color: #b8d6e0;
}
#header .header-nav .blockcart .buttom-checkout a:hover {
    color: #fff;
}

#_desktop_search #search_query_top, #_mobile_search #search_query_top {    
    background: #fff;
    text-align: left;
    height: 45px;
    color: #bababa;
    font-weight: 400;
    font-size: 14px;
    max-width: 300px;
    width: 300px;
    padding: 0 20px;
    padding-right: 55px;
    position: relative;
    float: left;
	border-radius:0;
    transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
}
#_desktop_search .btn.button-search, #_mobile_search .btn.button-search {
    height: 45px;
    line-height: 45px;
    padding: 0;
	top:0;
    right: 0;
    position: absolute;
    border: none;
	border-radius:0;
    background: #333;
	color:#fff;
    width: 50px;
    transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
}
#_desktop_search .btn.button-search:hover, #_mobile_search .btn.button-search:hover{
	background:#b8d6e0;
}
#_desktop_search div.dropdown-menu,#_mobile_search div.dropdown-menu {
	padding:0;
	border:none;
	margin:0;
	line-height: 1;
}
form#searchbox {
    position: relative;
    display: inline-flex;
}
#_desktop_search #search_query_top:focus, #_mobile_search #search_query_top:focus {
    box-shadow: none;
}
.ui-widget-content {
    background: #fff;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    border-width: 0 1px 1px;
    max-height: 420px;
    overflow: auto;
    z-index: 9999;
}
.ui-menu .ui-menu-item {
    border: solid #ebebeb;
    border-width: 0 0 1px;
}
.ui-menu .ui-menu-item:last-child{
	border:none;
}
.ui-menu .ui-menu-item {
    list-style-image: none;
}
.ui-menu .ui-menu-item a {
    padding: 10px;
    border: none;
    display: table;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
}
.left-search-ajax {
    float: left;
	border:1px solid #ebebeb;
    margin-right: 10px;
}
.left-search-ajax img {
    max-width: 90px;
    height: auto;
}
.search-name-ajax {
    display: table;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.price-regular-ajax {
    color: #999;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
}
.price-ajax {
    color: #b8d6e0;
    font-size: 16px;
    font-weight: 700;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
    margin: 0px;
    font-weight: normal;
    background:#f4f4f4;
}
.ui-menu .ui-menu-item a.ui-state-focus .search-name-ajax, .ui-menu .ui-menu-item a.ui-state-active .search-name-ajax{
    color:#b8d6e0;
}
@media (min-width: 768px){
#moda_popupnewsletter.modal.fade .modal-dialog, 
#blockcart-modal.modal.fade .modal-dialog, 
.quickview.modal.fade .modal-dialog,
#Popup_login_form.fade .modal-dialog,
#Popup_myaccount_form.fade .modal-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
    transition: all 0s ease-in-out 0s;
}}
.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;
}
#blockcart-modal .modal-header {
    background: #b8d6e0;
	justify-content: center;
	padding: 10px;
	border-bottom: none;
}
#blockcart-modal .modal-title {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 400;
	margin: 0;
}
#blockcart-modal .product-image {
    width: 100%;
    border: 1px solid #ebebeb;
}
#blockcart-modal .product-name {
    color: #333;
    font-size: 15px;
    font-weight: 700;
	margin-bottom: 15px;
    text-transform: capitalize;
}
#blockcart-modal .divide-right p.price {
	color: #b8d6e0;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}
#blockcart-modal .modal-body .divide-right span {
    color: #666;
}
#blockcart-modal .divide-left {
    border-right:none;
}
#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: 18px;
    font-weight: 700;
    color: #333;
}
#blockcart-modal .box-cart-content {
    margin-top: 100px;
    display: table;
}
#blockcart-modal .cart-content .btn {
    background: #333 none repeat scroll 0 0;
	color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 10px 0 0;
    padding: 8px 15px;
    border-radius: 3px;
    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: #b8d6e0;
}
#blockcart-modal .cart-content p strong,#blockcart-modal .divide-left strong {
    color: #666;
    font-weight: 400;
}
#blockcart-modal .cart-content p {
    color: #b8d6e0;
}
.breadcrumb-abs {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    text-align: left;
    display: inherit;
}
#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
}
#wrapper .breadcrumb li {
    display: inline;
}
#wrapper .breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;	
}
#wrapper .breadcrumb li a:hover{
	color:#b8d6e0;
	text-decoration: underline;
}
.bn-top {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.breadcrumb {
    margin-bottom: 0;
}
#wrapper .breadcrumb li:after {
    content: ">";
    color: #fff;
    margin: 0 20px;
    font-size: 14px;
	font-weight: 700;
	vertical-align: 2px;
}
.block-categories, #search_filters {
    margin-bottom: 40px;
    padding: 0;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: none;
}
ul.category-top-menu {
    margin: 0 0 -1px;
    width: 100%;
    float: left;
}
.block-categories>ul>li>.category-sub-menu {
    width: 100%;
    float: left;
	padding-top: 10px;
	padding-bottom: 10px;
    border: 1px solid #ebebeb;
}
.blog-categories.blog-categories>ul>li>.category-sub-menu{
	padding-bottom: 0px;
}
ul {
    list-style: none;
    padding-left: 0;
}
.block-categories>ul>li:first-child a {
	display: table;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
	position:relative;
}
.block-categories>ul>li:first-child a:after{
	content:"";
	top:100%;
	left:0;
	width:53px;
	height:2px;
	background:#b8d6e0;
	position:absolute;
}
.block-categories>ul>li>.category-sub-menu {
    padding-right: 20px;
}
.block-categories .category-sub-menu {
    margin: 0;
    padding-left: 20px;
    float: left;
    width: 100%;
}
.block-categories .category-sub-menu li {
    float: left;
    position: relative;
    width: 100%;
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    padding: 14px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    color: #333;
}
.block-categories .collapse-icons {
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 14px;
    width: 20px;
    line-height: 20px;
    text-align: right;
    color: #9c9c9c;
}
.block-categories .collapse-icons i {
    line-height: 18px;
    font-size: 12px;
}
.block-categories .collapse-icons .remove {
    display: none;
}
.block-categories .collapse-icons[aria-expanded=true] .add {
    display: none;
}
.collapse {
    float: left;
    width: 100%;
}
.block-categories .category-sub-menu {
    margin: 0;
    padding-left: 20px;
    float: left;
    width: 100%;
}
.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: 1px solid #ebebeb;
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    position: relative;
    padding: 15px 15px 5px;
    color: #666;
    text-transform: capitalize;
	font-weight:400;
}
.block-categories .category-sub-menu li[data-depth="1"]>a::before {
    content: "\f105";
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1px;
    margin-right: 0;
    position: absolute;
    top: 60%;
    font-size: 16px;
}
.block-categories .category-sub-menu li[data-depth="0"]:last-child>a {
    border-bottom: none;
}
#search_filters>h4: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: #b8d6e0;
}
#search_filters>h4 {
    display: table;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    position: relative;
}
#search_filters>h4:after{
	content: "";
    top: 100%;
    left: 0;
    width: 53px;
    height: 2px;
    background: #b8d6e0;
    position: absolute;
}
#_desktop_search_filters_clear_all {
    margin-bottom: 0;
    text-align: center;
}
#search_filters .facet {
    float: left;
    margin: 0 20px 0 20px;
    padding: 15px 0 15px;
    width: calc(100% - 40px);
    border-bottom: 1px solid #ebebeb;
}
#search_filters .facet .facet-title {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
#search_filters .facet .collapse {
    margin: 0;
}
#search_filters .facet ul li {
    display: inline-block;
    min-width: 50%;
    float: left;
	line-height: 28px;
}
#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
}
.blog-categories .category-sub-menu li:last-child .category-sub-link {
    padding: 5px 15px 14px;
}
.blog-categories .category-sub-menu li[data-depth="1"]>a::before {
    top: 50%;
    margin-top: -5px;
}
.block-categories .category-sub-menu .arrows {
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 10px;
    color: #9c9c9c;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "\f105";
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1px;
    margin-right: 0;
    position: absolute;
    top: 50%;
	margin-top: 4px;
}
.block-categories .arrows .remove, .block-categories .arrows[aria-expanded=true] .add {
    display: none;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #cdcdcd;
    width: 12px;
    height: 12px;
}
#search_filters .facet .facet-label a {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
	vertical-align: middle;
}
#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: #b8d6e0;
    color: #fff;
	box-shadow: none;
}
.btn-primary, .btn {
    background: #333;
    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: #333 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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn {
    line-height: 18px;
    font-size: 14px;
}
#search_filters .facet .facet-title:hover, #search_filters .facet .facet-label a:hover {
    color: #b8d6e0;
}
.custom-radio {
	width:18px;
	height:18px;
    border-radius: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
    margin-right: 5px;
}
button, input, select {
    overflow: visible;
}
#search_filters .facet:last-child {
    border-bottom: none;
}
.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
#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;
}
.horizontal_mode .item-inner {
    margin: 0 auto;
    display: table;
}
#box-product-grid .row>.item {
    display: inline-block;
    text-align: center;
}
#box-product-grid>.row {
    display: flex;
    flex-wrap: wrap;
}
.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-bottom: 8px;
    float: left;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
}
.click-product-list-grid {
    float: left;
    margin-right: 22px;
	line-height: 30px;
}
.active_grid .click-product-list-grid>div.click-product-grid {
    color: #b8d6e0;
}
.click-product-list-grid>div:hover {
    color: #b8d6e0;
}
.click-product-list-grid>div {
    float: left;
    font-size: 24px;
    padding: 0 8px;
	margin: 0;
    cursor: pointer;
    color: #333;
}
.active_list .click-product-list-grid>div.click-product-list {
    color: #b8d6e0;
}
#products .products {
    display: block;
    float: left;
    width: 100%;
    overflow: inherit;
}
.products-selection .total-products {
    display: inline-block;
}
.box-sort-by {
    align-items: center;
    display: flex;
    float: right;
}
.products-selection .total-products p {
    line-height: 30px;
    margin: 0;
    margin-right: 15px;
    padding-right: 8px;
    color: #666;
}
.products-selection .sort-by {
    margin: 0;
    color: #666;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.products-sort-order {
    color: #999;
    flex: 1;
    float: right;
    margin-left: 10px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    min-width: 187px;
    text-align: left;
    font-size: 14px;
}
.products-sort-order .select-title {
	line-height: 30px;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    text-transform: capitalize;
    box-shadow: none;
    color: #999;
}
.products-sort-order .dropdown-menu {
    right: 0;
    left: auto;
    width: 200px;
    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;
}
.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;
    top: 0;
    float: left;
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    line-height: 22px
}
.comments_note div.star.star_on:after, #productCommentsBlock div.star.star_hover:after, #productCommentsBlock div.star.star_on:after, .comments_note div.star:after, #productCommentsBlock div.star:after, #productCommentsBlock div.star:after {
    color: #b8d6e0;
}
#ftc_featured_products_block{
	margin-bottom:55px;
}
.right-product .comments_note {
    display: inline-block;
}
.comments_note {
    width: auto;
}
.right-product .star_content {
    text-align: center;
}
.products-sort-order .select-list:hover {
    background: #b8d6e0;
    color: #fff;
    text-decoration: none;
}
.pagination {
	margin-top: 0;
    margin-bottom: 95px;
    padding-bottom: 10px;
    background: transparent;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
	border-radius: 0;
}
.pagination>div {
    text-align: right;
    color: #999;
}
.pagination>.row>div {
    line-height: 30px;
}
.pagination .page-list {
    background: none;
    float: left;
    margin-bottom: 0;
    padding: 0;
    border: none;
	box-shadow: none;
}
.pagination .page-list li {
    display: inline-block;
    float: left;
}
.pagination a.previous, .pagination a.next {
    background: #fff;
    color: #444;
    border: 1px solid #ebebeb;
}
.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 {
    background: #b8d6e0;
    color: #fff;
    border-color: #b8d6e0;
}
.pagination a:first-child {
    margin-left: 0;
}
.pagination a {
    width: 30px;
    padding: 0;
    text-align: center;
    float: left;
    line-height: 30px;
    background: #333;
    height: 30px;
    color: #fff;
    box-shadow: none;
    margin: 0 5px;
    font-weight: 400;
}
.pagination a.next i:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
	vertical-align: 6px;
}
#box-product-grid.horizontal_mode .item-inner .right-product {
    padding: 20px 15px 33px;
}
.item-product-list {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    float: left;
    border: 1px solid #ebebeb;
}
@media (min-width: 576px){
.item-product-list .js-product-miniature {
    display: flex;
    align-items: start;
}}
.item-product-list .left-product {
    position: relative;
    display: table;
    border-right: 1px solid #ebebeb;
}
.item-product-list .left-product .hover_image {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}
.item-product-list:hover .left-product .hover_image {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
@media (min-width: 525px){
#box-product-list .right-product {
    flex: 1;
}}
.item-product-list .right-product {
    padding: 26px 30px 30px;
}
.item-product-list .right-product .product_name {
    display: block;
    margin-bottom: 5px;
}
.item-product-list .right-product .product_name a {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
#box-product-list .right-product .comments_note {
    display: block;
    padding-bottom: 8px;
}
#products .item-product-list .right-product .product-price-and-shipping {
    text-align: left;
    line-height: 20px;
    margin-bottom: 15px;
}
.item-product-list .price {
    font-size: 18px;
	color: #b8d6e0;
}
#products .item-product-list .right-product .decriptions-short p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: justify;
    font-weight: 400;
    color: #666;
}
.button-action-list {
    display: block;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
#js-product-list .item-product-list .btn-add-to-cart-list, #js-product-list .item-product-list .btn-quickview-list, #js-product-list .item-product-list .compare, #js-product-list .item-product-list .wishlist{
    display: inline-block;
    float: left;
    margin-right: 10px;
    opacity: 1;
}
#js-product-list .item-product-list .wishlist a, #js-product-list .item-product-list .btn-quickview-list .quick-view, #js-product-list .item-product-list .compare a, #js-product-list .item-product-list .btn-add-to-cart-list .add-to-cart {
    line-height: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    z-index: 2;
    width: 36px;
    font-weight: 400;
    border-radius: 100%;
    display: inline-block;
}
.d-none {
    display: none!important;
}
#js-product-list .item-product-list .wishlist:hover a, #js-product-list .item-product-list .btn-quickview-list:hover .quick-view, #js-product-list .item-product-list .compare:hover a, #js-product-list .item-product-list .btn-add-to-cart-list:hover .add-to-cart {
    background: #b8d6e0;
}
#js-product-list .pagination {
    margin-top: 10px;
}
.active_grid #js-product-list .pagination {
    margin-top: 0px;
}
#product h1[itemprop="name"] {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#product .product-prices .current-price {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding: 7px 10px;
    border: 2px solid #333;
    border-width: 2px 0 2px;
}
.product-prices div {
    margin-bottom: 0;
    display: inline-block;
}
.product-information p {
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    color: #666;
	margin-bottom:25px;
}
.product-variants>.product-variants-item {
    margin: 15px 0;
}
.product-actions .control-label {
    float: left;
    line-height: 30px;
    margin-bottom: 0;
    margin-right: 0;
    min-width: 65px;
    width: auto;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
.product-variants>.product-variants-item select {
    border: none;
    height: 40px;
    width: 100%;
    float: left;
    padding: 0 12px;
    margin-top: 2px;
    background: #fff;
    font-size: 14px;
    color: #999;
    border: 1px solid #ebebeb;
	box-shadow: none;
	border-radius: 0;
    line-height: 40px;
    height: 40px !important;
}
.quickview .product-prices {
	margin-top: 18px !important;
    margin-bottom: 18px !important;
}
#product .product-prices {
	margin-top: 35px;
    margin-bottom: 30px;
}
#product .product-add-to-cart {
    margin-top: 32px;
    display: block;
    overflow: hidden;
}
.product-quantity .qty {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
}
.product-actions .product-add-to-cart .control-label {
    line-height: 50px;
    margin-right: 12px;
}
.product-quantity .input-group {
    float: left;
    width: auto;
	box-shadow: none;
}
.product-quantity #quantity_wanted {
    color: #414141;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 3rem;
}
#main .images-container .js-qv-mask .owl-carousel .owl-stage{
	margin:0 auto;
}
.product-quantity .input-group-btn-vertical {
    float: left;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 9px 11px 9px;
    height: 23px;
}
.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: left;
    margin-bottom: 0;
}
.product-actions .add-to-cart:hover, .product-actions .product-wishlist:hover, .product-actions .compare:hover {
    background: #b8d6e0;
}
.product-actions .product-wishlist {
    margin-left: 5px;
    padding: 0;
    text-align: center;
}
.product-actions .add-to-cart, .product-actions .product-wishlist, .product-actions .compare {
    background: #333 none repeat scroll 0 0;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 100%;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    float: left;
    padding: 0;
}
.product-actions .compare a, .product-actions .product-wishlist a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
}
.product-actions .compare {
    margin-left: 5px;
    padding: 0;
    text-align: center;
}
.product-quantity{
	display:block;
}
.social-sharing {
    margin: 0;
    margin-top: 20px;
}
.social-sharing span {
    min-width: 65px;
    margin-right: 10px;
    display: none;
}
.social-sharing ul {
	margin-top: 27px;
    margin-bottom: 0;
}
.facebook.icon-gray, .twitter.icon-gray, .pinterest.icon-gray, .googleplus.icon-gray {
    background-image: none!important;
    background: none!important;
}
.social-sharing li {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: auto;
    float: left;
    margin: 3px 3px 0 0;
    line-height: 35px;
}
.social-sharing li a {
    text-align: center;
    text-indent: inherit;
    float: left;
    overflow: visible;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    width: auto;
    height: auto;
    line-height: 32px;
    background: none;
    padding: 0 15px;
    border: 1px solid #ebebeb;
}
.social-sharing li a:before {
    background: none!important;
    margin-right: 5px;
}
.facebook a:before {
    content: "\f09a";
    background: #435f9f;
}
.twitter a:before {
    content: "\f099";
    background: #00aaf0;
}
.googleplus a:before {
    content: "\f0d5";
    background: #e04b34;
}
.pinterest a:before {
    content: "\f0d2";
    background: #ce1f21;
}
.facebook.icon-gray a:before, .twitter.icon-gray a:before, .pinterest.icon-gray a:before, .googleplus.icon-gray a:before {
    font-family: "FontAwesome";
}
.social-sharing li a:hover {
    background: #b8d6e0;
    border-color: #b8d6e0;
    color: #fff;
}
.social-sharing li.facebook:hover a {
    background: #435f9f!important;
    border-color: #435f9f!important;
}
.social-sharing li.googleplus:hover a {
    background: #ce1f21!important;
    border-color: #ce1f21!important;
}
.social-sharing li.twitter:hover a {
    background: #00aaf0!important;
    border-color: #00aaf0!important;
}
.social-sharing li.pinterest:hover a {
    background: #ce1f21!important;
    border-color: #ce1f21!important;
}
.tabs {
    background: none;
    box-shadow: none;
    margin-top: 100px;
    padding: 0;
    margin-bottom: 100px;
}
.tabs .nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}
.tabs .nav-tabs .nav-item {
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
    margin-left: 0;
    border-right: 2px solid #444;
    line-height: 1;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #b8d6e0;
    background: none;
    border: none;
}
.tabs .nav-tabs .nav-item:last-child {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 25px;
    border-right: none;
}
.tabs .nav-tabs li:last-child .nav-link {
    margin-right: 0;
}
.tabs .tab-content {
    padding: 30px 20px;
    text-align: justify;
    background: #fff;
    border: 1px solid #ebebeb;
	overflow: hidden;
}
.tabs .tab-pane {
    padding-top: 0;
}
.tabs .product-description p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}
.tabs p {
    line-height: 20px;
    margin: 0;
}
.tabs .product-description p:last-child {
    margin-bottom: 0;
}
.tabs .nav-tabs .nav-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    color: #333;
    background: none;	
}
#product_comments_block_tab {
    margin: 0;
}
.tabs #product_comments_block_tab p.align_center {
	padding-top: 15px;
    padding-left: 20px;
    color: #333;
    background: #333;
    border: #333;
    border-radius: 0;
}
.tabs p.align_center:hover{
    color: #b8d6e0;
}
#product_comments_block_tab a {
    text-decoration: none!important;
    font-weight: 400;
    border-radius: 30px;
}
.product-cover img {
    box-shadow: none;
    background: transparent;
    border: 1px solid #ebebeb;
}
.product-cover {
    margin-bottom: 20px;
    position: relative;
}
#product .scroll-box-arrows i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #333;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
}
#product .scroll-box-arrows i:hover{
	background: #b8d6e0;
}
.js-qv-mask.mask ,.js-modal-mask.mask {
    height: auto;
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 46px;
    position: relative;
}
.js-qv-mask .owl-item .thumb-container {
    text-align: center;
}
.quickview .images-container{
	flex-wrap: wrap;
}
.js-qv-mask .owl-item img {
	width:100px;
    max-width: 100%;
	height: auto;
    cursor: pointer;
	border: 1px solid #ebebeb;
    display: inline-block;
}
#product-modal .modal-content .modal-body .product-images img{
	max-width: 100%;
	height: auto;
    cursor: pointer;
    display: inline-block;
}
.js-qv-mask #carousel-thumb-cover .owl-nav ,.js-modal-mask #product_modal_thumbnails .owl-nav{
    left: 0;
    margin-top: -17px;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    z-index: 1;
    height: 0;
    line-height: 0;
}
#product .product-images .owl-nav .owl-prev {
    margin-top: 0;
    margin-left: 0;
    right: auto;
    left: 0;
	position: absolute;
}
#product .product-images .owl-nav .owl-next {
    margin-top: 0;
    margin-right: 0;
    right: 0;
    left: auto;
	position: absolute;
}
#product .product-images .owl-nav span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #333;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
}
#product .product-images .owl-nav span:hover {
    background: #b8d6e0;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: 1px solid #b8d6e0;
}
.js-qv-mask .product-images,.js-modal-mask .product-images  {
    margin: 0 auto;
	overflow: hidden;
	position: static;
}
#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    margin-top: 20px;
    z-index: 1;
}
#product .js-modal-mask .product-images .owl-nav span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #333;
    border-radius: 100%;
    font-size: 18px;
}
.product-images>li.thumb-container>.thumb {
    max-width: 100%;
    cursor: pointer;
    display: inline-block;
}
#product #content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.product-cover .layer:hover {
    opacity: 1;
}
.product-cover .layer {
    right: 10px;
    bottom: 10px;
    opacity: 1;
    background: none;
    left: auto;
    top: auto;
    width: 25px;
    height: 25px;
    z-index: 1000;
}
.product-cover .layer:hover .zoom-in {
    color: #b8d6e0;
}
.product-cover .layer .zoom-in {
    font-size: 30px;
    color: #999;
}
.modal.in .modal-dialog {
    transform: translate(0);
}
#product-modal .modal-content .modal-body {
    display: inline-block;
    margin-left: 0;
	padding: 0;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 100%;
}
@media (min-width: 992px){
#Popup_myaccount_form .modal-dialog {
	min-width: 800px;
}
}
@media (min-width: 544px){
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}}
#right-column .vertical_mode .item-inner {
    margin-bottom: 20px;
}
#right-column .vertical_mode .price {
    font-size: 18px;
}
#right-column .vertical_mode .top-title .title_block {
    font-size: 20px;
    padding-bottom: 32px;
}
#right-column .vertical_mode .top-title .title_block:after {
    top: 28px;
}
.pagination>.row>div.text-align-left{
    margin-top: 14px;
    line-height: 1;
}
.js-search-filters-clear-all{
	border-radius:3px;
}
.js-search-filters-clear-all:hover{
	border:none;
}
.vertical_mode .top-title .title_block a{
	color:#333;	
}
.vertical_mode .top-title .title_block a:hover{
	color:#b8d6e0;	
}
.h1, h1 {
    font-size: 1.375rem;
}
.quickview .product-images>li.thumb-container {
    padding: 0 0 0 5px;
}
.quickview  .js-qv-mask.mask {
    padding:0;
	width:100%;
}
.quickview .product-cover {
    width:100%;
}
.social-sharing li:last-child{
	margin-right:0;
}
.quickview .social-sharing {
	padding: 0;
	margin-top: 25px;
    margin-left: 0;
}
.quickview .modal-footer {
    border-top: none;
    padding: 0;
}
.quickview .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
}
.quickview .product-prices .current-price {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding: 7px 10px;
    border: 2px solid #333;
    border-width: 2px 0 2px;
}
#ftc_product_cates_block{
	margin-bottom: 55px;
}
.news_module_image_holder img {
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}
.sdsblog-box-content {
    padding-top: 0;
}
.sds_post_title_home a {
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333;
    outline: 0;
    text-decoration: none;
    margin: 40px auto 12px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
}
p.des_content_post{
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin: 0;
}
.sds_post_date {
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
    font-family: Lora;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999;
    clear: both;
    display: block;
	position:relative;
}
.sds_post_date:after{
	content: "";
    width: 53px;
    height: 2px;
    top: auto;
	bottom:0;
    left: 0;
    background: #b8d6e0;
    position: absolute;
}
.btn-blog-viewall {
    display: block;
    max-width: 150px;
    text-align: center;
    margin: 32px 0 0;
    overflow: hidden;
    border-radius: 3px;
    line-height: 40px;
    background: #333;
	letter-spacing:1px;
}
.smart-blog-home .item-inner:hover .btn-blog-viewall{
	background: #b8d6e0;
	letter-spacing:-1px;
}
.sds_post_title_home a:hover{
	color:#b8d6e0;
}
.btn-blog-viewall .r_more {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;	
}
.smart-blog-home .sdsblog-box-content .owl-nav {
	top: 160px;
    right: 0;
	left: 0;
	position: absolute; 
	opacity:0;	
}
.smart-blog-home:hover .sdsblog-box-content .owl-nav{
	opacity:1;
}
.smart-blog-home .sdsblog-box-content .owl-nav .owl-next {
    left: auto;
    right: 0;
    position: absolute;
}
.smart-blog-home .sdsblog-box-content .owl-nav .owl-prev {
    left: 0;
    right: auto;
    position: absolute;
}
.smart-blog-home:hover .sdsblog-box-content .owl-nav .owl-next {
    right: -15px;
	transition: all 0.3s ease-in-out 0s;
}
.smart-blog-home:hover .sdsblog-box-content .owl-nav .owl-prev {
    left: -15px;
	transition: all 0.3s ease-in-out 0s;
}
.owl-nav span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    font-size: 24px;
}
.owl-nav span:hover{
	color:#666;
	background:#b8d6e0;
}
.news_module_image_holder a{
    position: relative;
    display: block;
}
.news_module_image_holder a:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25%;
    height: 35%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0;
	z-index: 2;
   -webkit-transform: scale(0);
    transform: scale(0); 
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.news_module_image_holder a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 25%;
    height: 35%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
	z-index: 2;
   -webkit-transform: scale(0);
    transform: scale(0); 
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.smart-blog-home .item-inner:hover .news_module_image_holder a:before ,.smart-blog-home .item-inner:hover .news_module_image_holder a:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-in-out;
}
.sdsarticleHeader {
    margin: 0;
    padding-bottom: 15px;
    text-align: left;
}
.sdsarticleHeader span, .sdsarticleHeader span a {
    font-size: 14px;
    color: #999;
}
.sdsarticleHeader .title_block {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333;
    outline: 0;
    text-decoration: none;
    margin: 0px auto 10px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
}
.sdsarticle-des {
    margin: 10px 0px;
    font-size: 15px;
    line-height: 24px;
	color: #666;
    text-align: justify;
}
#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;
}
#smartblogcat .articleContent {
    display: block;
    position: relative;
}
#smartblogcat .articleContent:before, #smartblogcat .articleContent:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
#smartblogcat .articleContent:before, #smartblogcat .articleContent:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
#smartblogcat .articleContent:hover:before {
    background-color: rgba(255,255,255,.2);
    right: 50%;
    left: 50%;
}
#smartblogcat .articleContent:hover:after {
    background-color: rgba(255,255,255,.2);
    top: 50%;
    bottom: 50%;
}
.sdsreadMore a.r_more {
    float: right;
    font-weight: 400;
    border-radius: 3px;
}
.sdsreadMore a.r_more i {
    margin-left: 5px;
}
.sdsarticleCat {
    border: none;
    padding: 0;
	margin-bottom: 30px;
	background:#fff;
}
#module-smartblog-category .pagination a {
    color: #fff!important;
	letter-spacing:0 !important;
}
#module-smartblog-category .pagination .results{
	line-height: 1;
    margin-top: 12px;
}
#sdsblogArticle .title_block {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333;
    outline: 0;
    text-decoration: none;
    margin: 0px auto 10px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
}
#module-smartblog-details .card-block {
    border: none;
	box-shadow:none;
    padding: 0;
}
.sdsarticle-des p{
    margin: 12px 0;
    font-size: 14px;
	text-align:justify;
}
#module-smartblog-details #content.block {
    margin-bottom: 0;
}
#product_comments_block_tab .footer_links a {
    border-radius: 3px;
	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: #b8d6e0;
    outline: 0;
	box-shadow: none;
}
#respond .right {
    padding: 15px 0 0;
    text-align: right;
}
.card {
	margin-bottom: 100px!important;
}
#articleShareThis{
	margin-bottom: 15px;
}
#sdsblogCategory p, #sdsblogArticle p {
    line-height: 24px;
    margin-bottom: 10px;
}
.page-link:focus, .page-link:hover {
	box-shadow:none;
    background-color: #b8d6e0;
	letter-spacing:0 !important;
}
.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: 3px;
}
.commentList li {
    border: 1px solid #DDD;
    border-radius: 4px;
    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 #b8d6e0;
    color: #fff;
}
#product_comments_block_tab ul li {
    float: left;
}
.pull-right {
    float: right!important;
}
.clearfix{
	clear:both;
}
.title_left_col{
	display: table;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    position: relative;
}
.title_left_col:after {
    content: "";
    top: 100%;
    left: 0;
    width: 53px;
    height: 2px;
    background: #b8d6e0;
    position: absolute;
}
.block-categories.blog-categories>ul>li:first-child a:after{
	display:none;
}
.block-categories.blog-categories>ul>li>.category-sub-menu {
    padding-top: 0;
}
#smartblogsearch,#tags_blog_block_left,#right-column #ftc_bestseller_product_block{
	margin-bottom:40px;
}
#sdssearch_block_top #search_query_top {
    display: inline;
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    margin-right: 1px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}
#smartblogsearch .btn-blog-search{
	border-radius: 0;
}
#recent_article_smart_blog_block_left .block_content{
	border: 1px solid #ebebeb;
}
.sdsbox-content ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0px;
}
.sdsbox-content .recentArticles li {
    padding: 15px 8px;
    border-bottom: 1px dotted #ebebeb!important;
    display: flex;
    align-items: center;
    width: 100%;
}
.sdsbox-content .recentArticles li .image {
    float: left;
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.right-block-smart {
    flex: 1;
}
.sdsbox-content .recentArticles li a {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
}
.sdsbox-content .recentArticles li .info {
    color: #999;
    font-size: 13px;
    text-transform: none;
    display: block;
}
.sdsbox-content .recentArticles li:last-child {
    border-bottom: none!important;
}
.blog-categories .category-sub-menu .category-sub-link{
	margin:0;
}
div.tags_block .block_content a {
    line-height: 30px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #666;
    font-weight: 400;
}
div.tags_block .block_content a:hover {
    background: #b8d6e0;
    color: #fff;
    border: 1px solid #b8d6e0;
}
#tags_blog_block_left .block_content {
    overflow: hidden;
    padding: 20px 15px 12px;
	border: 1px solid #ebebeb;
}
.ftc-banner-slider .flexslider {
    margin: 0;
}
#right-column .ftc-banner-slider{
	margin-bottom:40px;
}
.ftc-banner-slider .flex-control-paging li a:hover, .ftc-banner-slider .flex-control-paging li a.flex-active, .nivo-controlNav a:hover, .nivo-controlNav a.active{
	background:#b8d6e0;
}
#right-column .vertical_mode .item-inner:last-child {
    margin-bottom: 0;
}
#product_comments_block_tab div.comment .star_content{
	clear: 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: left;
    border: 1px solid #ebebeb;
	max-width: 100%;
    height: auto;
}
#new_comment_form .modal-header{
    justify-content: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
#new_comment_form .product {
    padding: 15px 0;
}
#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;
}
#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;
}
@media (min-width: 544px){
#product-modal .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}}
#tags_block_left .title_block {
    font-size: 20px;
    padding-bottom: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
	color:#333;
}
#tags_block_left .title_block:after {
    content: "";
    width: 53px;
    height: 2px;
    top: 28px;
    left: 0;
    background: #b8d6e0;
    position: absolute;
}
#tags_block_left .title_block:hover{
	color:#b8d6e0;
	cursor:pointer;
}
.page-header h1 {
    border-bottom: 1px solid #ebebeb;
    font-size: 22px;
    line-height: 1;
    margin: 0 0 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
	font-weight: 700;
}
#main .page-content.page-cms {
    padding: 0;
    text-align: left;
    background: none;
}
.h2, h2 {
    font-size: 1.25rem;
}
.h3, .h4, h3, h4 {
    font-size: 1.125rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
#stores .page-stores .store-item {
    padding-left: .75rem;
    padding-right: .75rem;
    margin-bottom: 40px !important;
}
#stores .page-stores .store-item:last-child{
    margin-bottom: 100px !important;
}
.page-authentication #content {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-shadow: none;
    max-width: 870px;
    padding: 30px 20px;
    margin-bottom: 60px;
}
.page-customer-account #content, .page-addresses .address {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.1),0 0 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1) inset;
}
.form-control, .search-widget form input[type="text"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    display: block;
    font-size: 14px;
    min-height: 44px;
    padding: 0 20px;
    line-height: 20px;
    transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	border-radius: 0;
}
.input-group .input-group-btn>.btn {
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    padding: 13px 15px;
    text-transform: uppercase;
}
.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
	background: #fff;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #333;
    padding: 13px 15px;
}
.sitemap-title {
    text-transform: uppercase;
}
#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: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #000;
    font-weight: 700;
}
#cms #cms-about-us .our-team p {
    line-height: 1;
    text-align: center;
}
#cms #cms-about-us p {
    line-height: 34px;
    margin-bottom: 12px;
    text-align: justify;
    font-size: 14px;
}
#cms #cms-about-us p:last-child{
	margin-bottom: 0px;
}
.page-subheading{
	font-size:32px;
	color:#333;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom: 20px;
	line-height: 1;
}
#cms-about-us .cms-row > .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: 50px;
}
#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);
}
.contact-rich h4,.contact-form h3 {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}
.contact-rich .top_text{
	margin-bottom:20px;
}
.contact-rich .top_text p{
    margin: 0;
    line-height: 30px;
    max-width: 450px;
}
.contact-rich .block_contact_ftc{
	display:block;
	margin-bottom:12px;
}
.contact-rich .block_contact_ftc > div{
	display:inline-block;
	vertical-align:middle;
	color: #666;
}
.contact-rich .block_contact_ftc > div.data a{
	color: #666;
}
.contact-rich .block_contact_ftc > div.data a:hover{
	color: #b8d6e0;
}
.contact-rich .block_contact_ftc .icon{
	font-size: 18px;
    margin-right: 10px;
}
.contact-form {
    background: #fff;
    padding: 0;
    color: #666;
    width: 100%;
	margin-bottom: 100px;
}
.contact-form .form-fields .form-group {
    margin-bottom: 18px;
}
.button_contact_us{
    font-size: 16px;
    text-transform: none;
    border-radius: 3px;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: #b8d6e0;   
}
.contact-rich {
    color: #666;
	margin-bottom: 100px;
    word-wrap: break-word;
}
#sitemap .sitemap {
    margin-top: 0;
    margin-bottom: 70px;
}
#popup-login-form > div {
	text-align:center;
}
.quickview .modal-dialog, #blockcart-modal .modal-dialog {
    max-width: 57rem;
    width: calc(100% - 30px);
    margin: 30px auto;
}
.quickview .modal-header {
    border: none;
    padding: 0;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 0;
    margin-bottom: 0;
}
.product-images > li.thumb-container > .thumb {
    box-shadow: none;
    cursor: pointer;
    margin-bottom: 0;
    margin: 0 5px;
}
#product_comments_block_tab a {
    border-radius: 3px;
    color: #fff !important;
    margin: 0;
    cursor: pointer;
}
#product_comments_block_tab .footer_links a:hover{
	color:#fff;
}
#quick-view-images{
	clear:both;
}
.nivo-controlNav {
    z-index: 5;
}
#ftc_list_brands_block .item-inner{
	text-align:center;
}
.owl-carousel .owl-item img {
    max-width: 100%;
    height: auto;
}
#cms-about-us .block_center .our-team > div {
	margin-top:30px;
}
@media (min-width:768px){
#contact .contact_select{
	padding-right:5px;
}
#contact .contact_email{
	padding-left:5px;
}}
.cart-item .product-line-grid {
    display: flex;
    align-items: center;
}
.product-line-grid-right .bootstrap-touchspin {
    box-shadow: none;
    width: auto;
}
.has-discount .discount {
    background: #b8d6e0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-left: 10px;
    padding: 8px 10px;
    text-transform: capitalize;
    vertical-align: 3px;
    display: none;
}
#cart .current-price {
    margin-right: 20px;
}
#cart .current-price, #cart .product-discount {
    display: inline-block;
}
.product-discount .regular-price {
    margin: 0;
    font-size: 14px;
    line-height: 1;
}
.product-line-grid-left img {
    max-width: 100%;
    border: 1px solid #ebebeb;
}
.cart-summary-line .value {
    color: #b8d6e0;
}
hr {
    border-top: 1px solid #ebebeb;
}
.separator{
	border-color: #ebebeb;
}
body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
}
body#checkout section.checkout-step {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    border-radius: 3px;
}
body#checkout section.checkout-step:last-child {
    border: 1px solid #ebebeb;
}
body#checkout section#content {
    margin-bottom: 90px;
    margin-top: 40px;
}
#order-items hr {
    border-top-color: #ebebeb;
}
#order-items {
    border-right: none;
}
#order-items .image img {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 1rem;
}
#order-items .order-line {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}
#order-details {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
}
.custom-checkbox label {
    text-align: left;
    display: inline;
}
.page-footer a.account-link {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: table;
    float: left;
    margin-bottom: 100px;
    margin-right: 1rem;
    padding: 8px 15px;
    border-radius: 3px;
}
.page-footer a.account-link:hover,.page-footer .text-sm-center a:hover {
    background: #b8d6e0;
}
.page-my-account #content .links a:hover i {
    color: #b8d6e0;
}
#main .page-content, #main .page-header {
    margin-bottom: 30px;
}
.page-footer .text-sm-center a {
    background: #333 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 .icon-setting-desktop .fa-bars{
	font-size:14px;
}
#banner_ftc .text_content{
	position: absolute;
    top: 90px;
    left: 30px;
    right: auto;
	text-align:left;
}
#banner_ftc .text_content h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #333;
	margin-bottom: 8px;
}
#banner_ftc .text_content h4{
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
	margin: 0px;
}
#newsletter_block_popup {
    position: relative;
}
.newsletter_block_popup_content .block_content {
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    min-width: 375px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.popup_title h2{
	text-transform: uppercase;
    font-size: 22px;
	color:#444;
	margin-bottom: 12px;
}
.popup_content p{
	line-height:20px;    
	margin-bottom: 25px;
}
#newsletter-input-popup {
    line-height: 40px;
    width: 100%;
    border: none;
    background: #ebebeb;
    color: #666;
    padding: 0 24px;
    text-align: center;
    font-weight: 400;
    max-width: 350px;
    font-size: 13px;
    border-radius: 3px;
    text-transform: none;
}
.button_unique {
    font-size: 14px;
    padding: 0;
	line-height: 36px;
    border: none;
    background: #333;
    color: #fff;
    display: inline-block;
    min-width: 110px;
    padding: 0 5px;
    text-align: center;
    font-weight: 700;
	border-radius:3px;
	margin: 22px auto 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;    
}
.button_unique:hover {
    background: #b8d6e0;
}
button.close ,.modal-header .close{
    z-index: 1;
    position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 0;
    right: -25px;
    top: -25px;
}
.close:focus, .close:hover {
    color: #b8d6e0;
    text-decoration: none;
    opacity: 1;
}
button.close span:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 20px;
}
.modal-header .close {
    padding: 0;
    margin: 0;
}
.newsletter_block_popup-bottom {
    bottom: 10px;
    right: 15px;
    position: absolute;
    left: auto;
    display: flex;
    align-items: center;
}
.newsletter_block_popup-bottom span {
    background-color: transparent;
    border: 1px solid #666;
    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: #999;
    margin: 0;
    font-weight: 400;
}
#newsletter_block_popup .newsletter_block_popup_content .block_content input::-webkit-input-placeholder,
#newsletter_block_popup .newsletter_block_popup_content .block_content textarea::-webkit-input-placeholder {
    color: #666;
}
.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;
    flex: 1 1 auto;
}
.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;
}
.breadcrumb-no-images{
	background: #333;
    line-height: 50px;
    margin-bottom: 40px;
    padding: 0 15px;
}
#form_wishlist {
    margin-bottom: 30px;
}
#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 5px;
    width: 300px;
    display: inline-block;
    float: left;
}
#form_wishlist #submitWishlist {
    float: left;
    margin-left: 20px;
    line-height: 44px;
    padding: 0 15px;
    border: none;
    border-radius: 0;
}
#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:#b8d6e0;
}
.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: 18px;
}
.PopupCompareInner > h3 {
    font-size: 21px;
    margin-top: 0;
}
.total_compare_value, .total_wishlist_value {
    bottom: 70px;
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
	line-height:50px;
    background: #333;
	border-radius:3px;
    position: fixed;
    left: 15px;
    text-align: center;
    z-index: 200;
}
.total_compare_value span.total_compare_val{
    vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
}
.total_wishlist_value{
	bottom: 10px;
}
.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-ftccompare-comparator .page-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
}
#module-ftccompare-comparator #product_comparison .item  {
    text-align: center;
	position: relative;
}
#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-bottom-width: 1px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}
.card-block {
    padding: 30px 15px;
}
.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: 44px;
    line-height: 44px;
	padding: 0 15px;
	width: 100%;
}
#module-blockwishlist-mywishlist .wlp_bought_list .item-inner .right-product{
	text-align:center;
}
.wlp_bought_list .address .btn_action {
    clear: both;
    margin-top: 10px;
    background: #333;
    line-height: 40px;   
    text-align: center;
	border-radius:3px;
}
.wlp_bought_list .address .btn_action:hover{
	background: #b8d6e0;
}
.wlp_bought_list .address .btn_action a {
    width: 100%;
    font-size: 16px; 
	color: #fff;
    text-transform: uppercase;
}
.wlp_bought_list > div {
	margin-bottom:15px;
	float: left;
    position: relative;
}
.wlp_bought_list .product_image{
	border: 1px solid #ebebeb;
    max-width: 255px;
	margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.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 #view_wishlist h2{
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
#pro_bannerblock .hover_banner{
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#pro_bannerblock .hover_banner a:hover:before {
    background-color: rgba(255,255,255,.4);
    right: 50%;
    left: 50%;
}
#pro_bannerblock .hover_banner a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
#Popup_myaccount_form .modal-header{
	justify-content: center;
    text-transform: uppercase;
    padding: 10px;
    background: #b8d6e0;
    color: #fff;
	border-radius:0;
}
#Popup_myaccount_form .modal-header h1{
	margin-bottom:0;
}
#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 {
    background: #333 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-content .modal-footer a:hover{
	background: #b8d6e0;
}
.modal-header {
    padding: 0;
    border: none;
	border-radius:0;
}
#popup-login-form{
	padding:15px;
}
#popup-login-form label{
	text-align:left;
}
.menu-bottom-dec{
	text-align:left;
}
#product-availability {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    width: 100%;
    float: left;
}
.button-popup-sizechart{
	margin-top:30px;
}
#new_comment_form .modal-dialog {
    max-width: 725px;
}
#new_comment_form .modal-header {
    padding: 5px;
}
#product_modal_thumbnails.owl-carousel .owl-stage{
	margin:0 auto;
}
#block_myaccount_infos .myaccount-title a {
    color: #202020;
    font-size: 18px;
}
#pagenotfound .page-not-found, #products .page-not-found {
    text-align: center;
}
#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-measure li {
    font-size: 14px;
    line-height: 16px;
    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;
}
.title-measure {
    font-size: 24px;
    line-height: 24px;
    margin: -3px 0 37px;
    text-transform: uppercase;
}
#Popup_sizechart .table-sizegudie {
    border: 1px solid #e5e5e5;
}
.backgroundc {
    background: #e3e3e3;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f6;
}
#Popup_sizechart button.close, 
#Popup_login_form button.close, 
#Popup_forgot_password_form button.close,
#Popup_customer_form button.close{
	color: #333;
    right: 0;
    top: 0;
}
#Popup_sizechart .modal-dialog {
	max-width: 100%;
    height: auto;
}
.left-content-size .hover_banner_img{
	text-align:center;
}
.button-back-popup-signin ,.button-open-popup-customer{
	text-align:center;
	display: block;
}
.text-forgot-password{
	display:block;
}
.showPopup {
    position: fixed;
    min-width: 700px;
    height: auto;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    background: #fff;
    overflow-x: auto;
    overflow-y: auto;
    padding: 15px;
	max-height: 100%;
	box-shadow: 0 3px 9.3px 0.7px rgba(0,0,0,.15);
}
@media (max-width: 767px) and (min-width: 667px){
    .showPopup {
        min-width: 600px;
    }
}
@media (max-width: 666px){
	.showPopup {
        min-width: 100%;
    }
}
.text-forgot-password {
    display: block;
    text-align: justify;
    padding: 5px 15px;
}
.blog-categories.block-categories .category-sub-menu .category-sub-link {
    border: none;
}
/**************responsive of category page*******************/
@media (min-width: 1200px){
#Popup_sizechart .modal-dialog{
    max-width: 1100px;
}}
@media (max-width:1199px){
.field-main-slider_1 .box-slider {
    left: 475px;
}
.field-main-slider_2 .box-slider, .field-main-slider_3 .box-slider {
    right: 475px;
}
.sds_post_title_home a {
	text-align: justify;
}
.outer-slide [data-u="arrowleft"]{
	margin-left:0px;
}
.outer-slide [data-u="arrowright"]{
	margin-right:0px;
}
}
@media (max-width:1199px) and (min-width:992px){
#Popup_sizechart .modal-dialog {
    max-width: 900px;
}
.menu-bottom h3 {
    font-size: 14px;
}
.footer-center #footer_logo p{
	margin-bottom:12px;
}
.ft-before .block_newsletter .text_backgound h3 {
    font-size: 200px;
}
#right-column .vertical_mode .left-product {
    margin-right: 10px;
}
.vertical_mode .left-product {
    margin-right: 10px;
    max-width: 93px;
}
#right-column #ftc_bestseller_product_block .product-miniature .regular-price{
	margin-left:0;
}
#_desktop_ftcmegamenu.ftcmegamenu .submenu .title a {
    font-size: 12px;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu_1 .menu-item.customcontent .img3 {
    margin-top: -72px;
}
.ftcmegamenu .menu_1 .menu-items li {
    line-height: 22px;
}
#_desktop_ftcmegamenu.ftcmegamenu .menu_1 .menu-item.divider {
    padding: 1px 1%;
}
#_desktop_ftcmegamenu .menu-bottom p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 16px;
	max-height: 32px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.horizontal_mode .compare a, .horizontal_mode .quick-view, .horizontal_mode .wishlist a, .horizontal_mode .add-to-cart{
	margin-bottom:10px;
}
}
@media (max-width:991px){
#popup-forgot-password-form label{
	text-align:left;
}
button.close, .modal-header .close {
    color: #333;
    right: 0;
    top: 0;
}
.top-logo{
	padding:30px 0;
}
.container {
    max-width: 100%;
}
#back-top {
    padding: 12px 0;
    bottom: 10px;
}
.ft-before .block_newsletter .text_backgound h3 {
    font-size: 150px;
}
.ft-before .block_newsletter .text_backgound {
    bottom: -50px;
}
.pro_info h1{
	margin-top: 20px;
}
.large-slide-title {
    font-size: 24px;
}
.big-slide-title {
    font-size: 50px;
}
.small-slide-title p {
    font-size: 22px;
}
.field-main-slider_1 .box-slider,.box-slider  {
    max-width: 700px;
}
}
@media (max-width:991px)and (min-width:768px){
.item-product-list .js-product-miniature {
    display: block;
    align-items: start;
}
.item-product-list .left-product {
    display: block;
    border-right: none;
    text-align: center;
}
#block_myaccount_infos{
	margin-bottom:20px;
}
#footer_logo{
	overflow: hidden;
	margin-bottom: 30px;
}
#right-column #ftc_bestseller_product_block .product-miniature .regular-price{
	margin-left:0;
}
.horizontal_mode .compare a, .horizontal_mode .quick-view, .horizontal_mode .wishlist a, .horizontal_mode .add-to-cart{
	margin-bottom:10px;
}
}
@media (max-width:991px){
.click-product-list-grid {
    display: table;
    margin: 0 auto;
    float: none;
}
.products-selection .total-products {
    display: table;
    width: 100%;
    text-align: center;
	margin-bottom: 5px;
}
.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;
}
#header .header-top {
    height: auto;
    line-height: 1;
}
#pro_bannerblock{
	text-align:center;
}
#cms-about-us .cms-row > .row {
    display: block;
}
#cms-about-us .block_top .cms-box, #cms-about-us .block_bottom .cms-box{
	text-align:center;
}
.part_2{
	margin-top:30px;
}
p.des_content_post{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 24px;
	max-height: 72px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
}
@media (max-width:767px){
#Popup_sizechart{
	overflow:auto;
}
.block_newsletter {
    padding-bottom: 0;
    border-bottom: none;
}
.links .title {
    padding: 0;
    border-bottom: none;
    cursor: pointer;
}
#footer .links .navbar-toggler {
    display: inline-block;
    padding: 0;
    width: auto;
    height: auto;
}
#footer .links .title .h3{
	font-size: 18px;
	color: #333;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: none;
	display: inline-block;
	cursor: pointer;
	width: auto;
	padding-top: 10px;
	margin: 0;
}
.footer-center .logo_ft,.block-social-ft {
    text-align: center;
}
.block-social-ft li {
    float: none;
}
#footer_logo{
	margin-bottom:10px;
}
#block_myaccount_infos{
	clear:both;
	overflow: hidden;
}
.links_ftc.links > .row > div {
	clear:both;
}
.ft_bottom {
    line-height: 1;
}
.ft_bottom > div {
	padding: 10px 0;
	text-align: center !important;
}
.ftc-banner-slider {
    float: none;
    width: 100%;
    max-width: 270px;
    margin: 0 auto 100px;
}
#category #left-column #search_filters_wrapper {
    margin-left: 0px;
    margin-right: 0px;
}
#category #left-column #search_filters {
    margin-bottom: 40px;
    border-top: none;
}
#category #left-column #search_filters .facet:last-child{
	border-bottom: none;
}
#header .header-top {
    background: transparent;
    padding-bottom: 0;
    height: auto;
    line-height: 1;
}
#header .header-nav .top-logo a img {
    max-height: 100%;
    max-width: 100%;
}
#header .header-nav .top-logo {
    line-height: 1;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    max-width: 230px;
}
#category #left-column #search_filters .facet {
    border-bottom: 1px solid #ebebeb;
	margin: 0;
	line-height: 1;
	padding: 14px 20px;
	float: left;
	width: 100%;
	position: relative
}
#category #left-column #search_filters .facet span.float-xs-right{
	width:24px;
	height:24px;
}
#category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
	padding: 0;
	width: auto;
	height: auto;
}
#category #left-column #search_filters .facet .h6 {
    padding: 0;
	border: none;
	line-height: 24px;
}
#category #left-column #search_filters .facet ul li {
    border:none;
}
#banner_ftc > .row > div {
	margin-top:30px;
	text-align:center;
}
#banner_ftc > .row > div:first-child{
	margin-top:0;
}
.smart-blog-home.horizontal_mode .item-inner {
    max-width: 570px;
}
#ftc_testimonials .des_testimonial p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 28px;
	max-height: 84px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#contact .contact_select{
	margin-bottom:18px;
}
.contact-rich .top_text p {
    max-width: 100%;
    text-align: justify;
}
#blockcart-modal .divide-right {
    border: none;
    padding: 0;
}
#popup-customer-form label{
	text-align:left;
}
}
@media (max-width:575px){
#content-wrapper, #left-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#index #content-wrapper, #cms #content-wrapper, #cart #content-wrapper, #checkout #content-wrapper{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
.item-product-list .js-product-miniature {
    display: block;
    align-items: start;
}
.item-product-list .left-product {
    display: block;
    border-right: none;
    text-align: center;
}
.item-product-list .right-product {
    padding: 15px;
}
.item-product-list .right-product .product_name a {
    font-size: 18px;
}
.ft-before .block_newsletter form .input-wrapper {
    float: none;
	margin-bottom: 20px;
}
.ft-before .block_newsletter form, .ft-before .block_newsletter form .input-wrapper {
    display: block;
}
.ft-before .block_newsletter form .input-wrapper input {
    border-radius: 3px;
	min-width: 100%;
}
#footer .title_newsletter h4 {
    font-size: 22px;
}
.pagination > .row > div:last-child {
    clear: both;
    line-height: 1;
    padding-top: 10px;
}
.pagination > div {
    float: none !important;
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
nav.breadcrumb{
	display:none !important;
}
#ftctestimonials-nav {
    max-width: 100%;
}
#ftctestimonials-nav .slick-list {
    margin: 0 30px;
}
.smart-blog-home.horizontal_mode .item-inner {
    max-width: 100%;
}
.tabs .nav-tabs .nav-item {
    padding-right: 10px;
    margin-right: 10px;
}
.tabs .nav-tabs .nav-link {
    font-size: 20px;
}
.ft-before .block_newsletter .text_backgound {
    bottom: -20px;
}
.ft-before .block_newsletter .text_backgound h3 {
    font-size: 100px;
}
.large-slide-title {
    font-size: 36px;
}
.big-slide-title {
    font-size: 60px;
}
.small-slide-title p {
    font-size: 32px;
    line-height: 1.2;
}
.div-slide-button {
    min-width: 250px;
	line-height: 65px;
}
.slide-button {
    font-size: 25px;
}
.horizontal_mode .top-title .title_block {
    font-size: 28px;
}
#ftc_testimonials .item .image img {
    width: 60px;
}
#ftc_testimonials .slick-slide.slick-active.slick-center img {
    width: 80px;
}
.product-line-grid-left {
    padding-right: 15px !important;
	text-align:center;
}
.cart-item .product-line-grid {
    display: block;
    align-items: center;
}
.product-line-grid-body {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
#_mobile_ftcmegamenu .menu_1 .menu-item.customcontent .img3 {
    margin-top: 0;
}
#_mobile_ftcmegamenu .menu-items > li.customcontent img{
	text-align:center;
}
#_mobile_ftcmegamenu .menu-items > li.customcontent .img1{
	margin-bottom:30px;
}
#sticky_top #_desktop_cart .cart_top_ajax, #header-moblie > div#_mobile_cart .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}
#_mobile_ftcmegamenu .menu-items > li.customcontent {
    text-align: center;
}
#_mobile_search div.dropdown-menu {
    left: -40px;
}
#banner_ftc .text_content {
    top: 60px;
}
#banner_ftc .text_content h3 {
    font-size: 20px;
}
#banner_ftc .text_content h4 {
    font-size: 15px;
}
#Popup_sizechart {
    overflow: auto;
    background: #fff;
}

}






