/*
 Theme Name:   Hello Elementor Child
 Author:       fusionSpan
 Author URI:   https://www.fusionspan.com/
 Description:  A child theme for Hello Elementor theme.
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
@font-face {
    font-family: 'Futura Md BT';
    src: url('fonts/futuramdbtbold.eot');
    src: url('fonts/futuramdbtbold.eot?#iefix') format('embedded-opentype'),
    url('fonts/futuramdbtbold.woff2') format('woff2'),
    url('fonts/futuramdbtbold.woff') format('woff'),
    url('fonts/futuramdbtbold.ttf')  format('truetype'),
    url('fonts/futuramdbtbold.svg#Futura Md BT') format('svg');
}
@font-face {
    font-family: 'Futura Book';
    src: url('fonts/Futura-Book.eot');
    src: url('fonts/Futura-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/Futura-Book.woff2') format('woff2'),
    url('fonts/Futura-Book.woff') format('woff'),
    url('fonts/Futura-Book.ttf')  format('truetype'),
    url('fonts/Futura-Book.svg#Futura-Book') format('svg');
}
@font-face {
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Book'), url('fonts/PT/FuturaCyrillicBook.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Light'), url('fonts/PT/FuturaCyrillicLight.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('fonts/PT/FuturaCyrillicMedium.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Demi'), url('fonts/PT/FuturaCyrillicDemi.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Heavy'), url('fonts/PT/FuturaCyrillicHeavy.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Bold'), url('fonts/PT/FuturaCyrillicBold.woff') format('woff');
}
@font-face {
    font-family: 'Futura PT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Extra Bold'), url('fonts/PT/FuturaCyrillicExtraBold.woff') format('woff');
}

/* Add any custom CSS below this line */
body{ font-family: 'Futura PT Book'; font-size:16px; line-height:100%; color:#000;}
b, strong{ font-weight:bold;}
.clear, .clearfix{ clear: both;}
.table th, .table td,
table, table th, table td{font-family: 'Futura PT Book'; font-size:16px; line-height:100%; color:#000;}
.back-to-home{font-family: 'Futura PT Book'; font-size:20px; clear:right; width:100%; display:block; margin-bottom:30px; }
.back-to-home a{ color:#000;}

ul p:empty{display:none;}
ol ul, ol ol, ul ul, ul ol{ padding-bottom:0;}
ol li{list-style-type:decimal}
ol li ul li{list-style-type:disc}
li{padding: 0px; margin: 0px 0px 5px;font-weight:400; font-family: 'Futura PT Book'; font-size: 16px;}
.hide {display:none !important;}
.wp-caption-text { margin-top: 20px; }
img.alignright {  float: right; margin-left: 20px; margin-bottom: 20px;  }
img.alignleft { float: left; margin-right: 20px; margin-bottom: 20px; }
img.aligncenter { display: block; margin-left: auto; margin-bottom: 30px !important; margin-right: auto; height:auto; text-align: center;}

.alignright {float: right; margin-left: 20px; margin-bottom: 20px;}
.alignleft { float: left; margin-right: 20px; margin-bottom: 20px;}
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px;text-align: center;}

a img{border:none}
img{ border:none; outline:none; max-width:100%;}
/* Heading Typography */
h1 {
    font-family: 'Futura PT Demi';
    font-size: 45px;
    color:  #000000;
    margin: 0px 0px 30px;
    padding: 0;
    line-height: normal;
    font-weight: 500;
}
h2 {
    font-family: 'Futura PT Demi';
    font-weight: 500;
    font-size: 32px;
    color:  #000000;
    margin: 0px 0px 15px;
    line-height: normal;
}
h3 {
    font-family: 'Futura PT Demi';
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    margin: 0px 0px 20px;
    line-height: normal;
}
h4 {
    font-family: 'Futura PT Demi';
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin: 0px 0px 10px;
    line-height: normal;
}
h5 {
    font-family: 'Futura PT Demi';
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0px 0px 15px;
    line-height: normal;
}
h6 {
    font-family: 'Futura PT Demi';
    font-weight: 700;
    font-size: 18px;
    color:  #000000;
    margin: 0px 0px 15px;
    line-height: normal;
}

/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_arrows */
.arrow-arrow-css {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.right-arrow-css {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.left-arrow-css {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.up-arrow-css {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.down-arrow-css {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fs-zwa-products{}
.fs-zwa-product-card{
    box-shadow: 0px 0px 10px 0px #00000026;
    padding:15px;
    height: 100%;
    border-radius:5px;
    position: relative;
    padding-bottom:80px;
}

.fs-zwa-product-card .fs-zwa-product-thumb{
    border-radius:5px;
    height: 150px;
    overflow:hidden;
    /*border:solid 1px #ff0000;*/
    margin-bottom:15px;
    text-align:center;
}

.fs-zwa-product-card .fs-zwa-product-thumb img{
    width: auto;
    height: 150px;
    object-fit: cover;
}
.fs-zwa-product-card .fs-zwa-product-title {
    font-family: Futura Md BT;
    font-family: 'Futura PT Demi';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 5px 0px 20px 0;
    /* background: url(images/product-by-brand.png); */
    /* background-size: 49px 39px; */
    /* background-repeat: no-repeat; */
    /* background-position: right top; */
}
.button-badge-wrape{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    padding:0 15px;
}
.fs-zwa-plus-badge { float: right;
    background: url(images/Z-Wave_Plus_Badge.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right;
    margin: 17px 0 0 5px;
}

.fs-zwa-lr-badge {float: right;
    background: url(images/ZWavePlusLR.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right;
    margin: 17px 0 0 5px;
}
.fs-zwa-product-grid.cart-list .button-badge-wrape{
    position: relative;
    bottom:0px;
    left: 0;
    right: 0;
    width: auto;
    padding:0;
}
/*.fs-zwa-plus-badge { float: right;*/
/*    background: url(images/product-by-brand.png);*/
/*    background-size: 49px 39px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: right;*/
/*    margin: 17px 0 0 5px;*/
/*}*/

/*.fs-zwa-lr-badge {float: right;*/
/*    background: url(/wp-content/uploads/2025/04/zwa-badge-LR.png);*/
/*    background-size: 54px 47px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: right;*/
/*    margin: 17px 0 0 5px;*/
/*}*/

.fs-zwa-product-grid  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.fs-zwa-product-grid .fs-zwa-product-card-box{width:33.333%; padding:15px; float: left; display: table;}
.fs-zwa-product-grid .fs-zwa-product-card{ display: table-cell; }

.fs-zwa-product-card .fs-zwa-product-button{ margin-top:25px; text-align:left; display:inline-block; margin-bottom:15px;}
.fs-zwa-product-card .fs-zwa-product-button a{
    background: #23AE49;
    color:#fff !important;
    font-family: Futura PT Book;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding:5px 15px;
}
.fs-zwa-product-card .fs-zwa-product-button a:hover{
    background: #174A7C;
}
/* Home Page Pagination */
.facetwp-pager { text-align:center; }
.facetwp-pager a{ text-align: center; color: #000 !important; background: #ddd; border-radius: 100%; width: 35px; height: 35px; line-height:35px; display: inline-block; vertical-align: text-bottom; }
.facetwp-pager a:hover, .facetwp-pager a.active{ color:#fff !important; background: #23AE49; }
.facetwp-pager a.prev, .facetwp-pager a.next{ font-size:0;}
.facetwp-pager a.prev:after{font-family: FontAwesome; content: "\f053"; position: relative; right: 0; font-size: 10px; font-weight: 500; transition: 0.1s ease all; }
.facetwp-pager a.next:after{font-family: FontAwesome; content: "\f054"; position: relative; right: 0; font-size: 10px; font-weight: 500; transition: 0.1s ease all; }

.facetwp-per-page-select{ background: #F3F3F3; border:none; }
select.facetwp-per-page-select  {  -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: linear-gradient(45deg, transparent 50%, #fff 30%),  linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #174A7C, #174A7C); background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0; background-size: 5px 5px, 5px 5px, 2.5em 2.5em; background-repeat: no-repeat; }
.fs-reset-filter .facetwp-facet { margin: 0; }
.fs-zwa-search .facetwp-type-search{float:left; margin-bottom:5px; }
.fs-zwa-search .zwa-search-title{ font-weight: 400; font-size: 16px; line-height: 100%; margin-bottom:0px; float:left; margin: 10px 10px 0 0;}
.fs-zwa-search .facetwp-search{border: 0.5px solid #7E7E7E; border-radius:0; padding:5px 0 5px 15px; min-width: 295px !important;}
.fs-zwa-search .facetwp-icon{ opacity:0.8;color:#000000; }

/*.fs-zwa-search .facetwp-icon:before {font-family: FontAwesome; content: "\f002" !important; position: relative; right: 10px; font-size:18px; line-height:35px; font-weight: 300; transition: 0.1s ease all; background:none !important; width:auto; }*/

.zwa-search-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.zwa-search-tooltip:before {content: ""; position: relative; right:0px; transition: 0.1s ease all; background: url(images/tooltip-vector.svg); background-size: 20px 20px; width: 20px; height: 20px; display: block;}

.zwa-search-tooltip .zwa-search-tooltip-text {
    visibility: hidden;
    width: 260px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    text-align: center;
    border-radius: 5px;
    padding:5px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 100%;
    font-family: Futura PT Medium;
}

.zwa-search-tooltip:hover .zwa-search-tooltip-text {
    visibility: visible;
}
/*Home Page Sidebar*/
.facetwp-type-fselect .fs-option .fs-option-label {
    white-space: normal !important;
}
.sidebar-filters .fs-wrap {
    width: 90%;
}
.sidebar-filters .sidebar-filters-title .elementor-heading-title{
    font-family: Futura PT Medium !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 100%;
    color: #000 !important;
    margin-bottom:15px;
}
.sidebar-filters .fs-arrow{border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px; transform: rotate(45deg);
    -webkit-transform: rotate(45deg);}

.sidebar-filters .fs-open .fs-arrow{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.sidebar-filters .facetwp-facet{ margin-bottom: 20px;}

.fs-reset-filter button.facetwp-reset{
    background: #23AE49;
    border-color:#23AE49;
    color:#fff !important;
    padding:3px 10px;
    border-radius:25px;
    font-family: Futura PT Medium;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}
.fs-reset-filter .facetwp-selections{ float:left;}
.fs-reset-filter .facetwp-selections > ul {padding-inline-start:0;}
.fs-reset-filter .facetwp-selections .facetwp-selection-label{ display:none !important;}
.fs-reset-filter .facetwp-selections .facetwp-selection-value{ margin-right:10px !important;}
.fs-reset-filter .facetwp-selections .facetwp-selection-value:last-child{ margin-right:0px !important;}
.fs-reset-filter .facetwp-selections li{
    margin-right:10px;
    background-color: #EAEAEA;
    color:#000;
    padding:3px 10px;
    border-radius:25px;
    font-family: Futura PT Medium;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    background-size: 10px 10px;
    background-position: 90% center;
}
.fs-view-style{ display:flex; padding:3px 0 0 5px; }
.fs-view-style i{ font-size:30px; margin-left:5px; cursor: pointer; }

.fs-zwa-products.cart-list .fs-zwa-product-card{box-shadow:none; border-radius:0px; border-bottom: 0.5px solid rgba(166, 166, 166, 0.5); padding-left:0; padding-right:0;}

.fs-zwa-products.cart-list .fs-zwa-product-card .fs-zwa-product-thumb{ display:none; }

.fs-zwa-products.cart-list{ grid-template-columns: repeat(1, 1fr) !important; grid-gap: 0 !important; }
.fs-zwa-products.cart-list .fs-zwa-product-card .fs-zwa-product-title{ font-family: 'Futura PT Demi'; background: none; padding: 0;}
.fs-zwa-products.cart-list .fs-zwa-product-card .fwpl-col div{ width:21.5%; float:left;}
.fs-zwa-products.cart-list .fs-zwa-product-card .fwpl-col div.fs-zwa-product-title{ width:35%; float:left; padding-right:10px;}
.fs-zwa-products.cart-list .fs-zwa-product-card .fwpl-col div:last-child{ width:18%; float:right;}
.fs-zwa-products.cart-list .fs-zwa-product-card .fs-zwa-product-button{ margin:0; text-align:right;}
.fs-zwa-products.cart-list .fs-zwa-product-card .fs-zwa-product-button a{ background:none; color:#000 !important; text-decoration:none; border:none; font-family: Futura PT Medium; font-size: 16px; padding:0; }
.fs-zwa-products.cart-list .fs-zwa-product-card .fs-zwa-product-button a:after{font-family: FontAwesome; content: "\f054"; position: relative; right: 0; font-weight: 500; transition: 0.1s ease all; margin:0 0 0 10px; }
.fs-zwa-products.cart-list .fs-zwa-product-card .fs-zwa-product-button a:hover{color:#23AE49 !important; }

.fs-zwa-product-grid.cart-list{ display:block !important; }
.fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-thumb{ display:none; }

.fs-zwa-product-grid.cart-list #product-list-title{ display:block;}
.fs-zwa-product-grid.cart-list .fs-zwa-product-card-box{ width:100%; padding:0; }
.fs-zwa-product-grid.cart-list .fs-zwa-product-card{box-shadow:none; border-bottom: 0.5px solid rgba(166, 166, 166, 0.5); padding-left:0; padding-right:0; padding-bottom: 10px; border-radius:0 !important}
.fs-zwa-product-grid.cart-list #product-list-title .fwpl-item{ padding:0; margin:0; line-height: 100%; font-family: Futura PT Medium;  font-size: 20px; }
.fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-title{ padding:0; margin:0; width: 35%; float: left; padding-right: 10px; }
.fs-zwa-product-grid.cart-list .fs-zwa-product-card{ display:block; }
#product-list-title{ display:none;}
.fs-zwa-product-grid.cart-list .fs-zwa-product-card-box .fs-zwa-product-card .fwpl-item {width:25%; float: left; }
.fs-zwa-product-grid.cart-list .fs-zwa-product-card-box .fs-zwa-product-card .fwpl-item.fs-zwa-product-title{ width: 35%; float: left; padding-right: 10px;}
.fs-zwa-product-grid.cart-list .fs-zwa-lr-badge, .fs-zwa-product-grid.cart-list .fs-zwa-plus-badge,
.fs-zwa-product-grid.cart-list .fwpl-item.pro-description,
.fs-zwa-product-grid.cart-list .fs-zwa-product-card-box .fs-zwa-product-card .fwpl-item strong{ display:none; }



.fs-zwa-products.cart-list #product-list-title,
.fs-zwa-products.cart-list #product-list-title{ display:inherit; border:none;}
.fs-zwa-products.cart-list #product-list-title .fs-zwa-product-card{}
.fs-zwa-products.cart-list #product-list-title .fs-zwa-product-title{ font-family: Futura PT Medium;}
.fs-zwa-products.cart-list #product-list-title .fwpl-item{ line-height:100%; font-family: Futura PT Medium; font-size: 20px; }
.fs-zwa-products.cart-list .fwpl-item strong{ display:none; }

.fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button{width: 13.5% !important; margin:0; text-align:left; float:right !important;}
.fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button a{ background:none; color:#000 !important; text-decoration:none; border:none; font-family: Futura PT Medium; font-size: 16px; padding:0; }
.fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button a:after{font-family: FontAwesome; content: "\f054"; position: relative; right: 0; font-weight: 500; transition: 0.1s ease all; margin:0 0 0 10px; }
.fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button a:hover{color:#23AE49 !important; }

#product-detail-page{ margin:0px 0 30px 0; display: block; width: 100%;}
#product-detail-page .product-image-item{ border-radius:10px; overflow:hidden; max-height:430px;}
#product-detail-page .product-image-item img{ border-radius:10px; max-height:430px; width: auto; margin: 0 auto;}
#product-detail-page .owl-next,
#product-detail-page .owl-prev{ line-height: 45px; text-align: center; background: rgba(217, 217, 217, 0.5); border-radius: 100%; width:45px; height: 45px;}
#product-detail-page .owl-controls { width: 100%; display: block; }
#product-detail-page .owl-nav {max-width: 1200px; position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
#product-detail-page .owl-prev{ float: left;}
#product-detail-page .owl-next{ float: right;}
.product-detail-section th.th-min-with{ min-width: 230px; width: 230px;}
.table { text-align:left;}
table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td,
table tbody tr:hover>th{ background-color: #fff !important; }
.table th, .table td{ border-color:#ccc !important;}
.fs-sub-table { overflow: auto; max-width: 910px;}
.table.fs-sub-table th, .table.fs-sub-table td {
    white-space: nowrap;
}
.no-results-message h2{ text-align: center; }
.no-results-message {text-align: center; width: 100%; clear: both; padding-top: 30px;}
.no-results-message .view-all-products-btn{
    background: #23AE49;
    color:#fff !important;
    font-family: Futura PT Book;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding:5px 15px;
}
.no-results-message .view-all-products-btn:hover{
    background: #174A7C;
}
.show-sidebar-filter{ display: none;}

@media (max-width: 767px) {
    .fs-zwa-search .zwa-search-title,
    .fs-zwa-plus-badge,
    .fs-zwa-lr-badge,
    select.facetwp-per-page-select{ display: none; }
    .fs-zwa-product-card{ padding:15px 15px 50px !important;}

    .fs-zwa-product-card-box .fs-zwa-product-card .fwpl-item.fs-zwa-product-title,
    .fs-zwa-product-card-box .fs-zwa-product-card .fs-zwa-product-button{ display: inline-block; }

    /*
    .fs-zwa-product-card-box .fs-zwa-product-card .fwpl-item{ display: none; }
    .fs-zwa-product-grid #product-list-title { display: block !important; }
    .fs-zwa-product-card-box .fs-zwa-product-card .fwpl-item.fs-zwa-product-title{ width: 92%; float:left;}
    .fs-zwa-product-grid .button-badge-wrape{  position: relative; bottom:0px; left: 0; right: 0; width: auto; padding:0;}
    .fs-zwa-product-grid .fs-zwa-product-card .fs-zwa-product-button{ margin:0 !important; width: auto; float: right; }
    .fs-zwa-product-grid .fs-zwa-product-card .fs-zwa-product-button a{ background:none; color:#000 !important; text-decoration:none; border:none; font-family: Futura PT Medium; font-size: 0px; padding:0; }
    .fs-zwa-product-grid .fs-zwa-product-card .fs-zwa-product-button a:after{font-family: FontAwesome; content: "\f054"; position: relative; right: 0; font-weight: 500; transition: 0.1s ease all; margin:0 0 0 10px; font-size: 16px; }
    .fs-zwa-product-grid .fs-zwa-product-card .fs-zwa-product-button a:hover{color:#23AE49 !important; }
    .fs-zwa-product-grid .fs-zwa-product-card{box-shadow:none; border-bottom: 0.5px solid #A6A6A6 !important; border-radius:0 !important; display: block !important;  padding:15px 10px;}
    .fs-zwa-product-card .fs-zwa-product-title{ padding:5px 0 0 0 !important;}
    .fs-zwa-product-grid .fs-zwa-product-card-box{width:100%; padding: 0 !important;}
    */

    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fwpl-item{ display: none; width: auto !important;}
    .fs-zwa-product-grid.cart-list #product-list-title { display: block !important; float: none;}
    .fs-zwa-product-grid.cart-list #product-list-title .fs-zwa-product-title{ float: none !important;}
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fwpl-item.fs-zwa-product-title{ width: 92% !important; float:left; display: block !important;}
    .fs-zwa-product-grid.cart-list .button-badge-wrape{ display: block !important;  position: relative; bottom:0px; left: 0; right: 0; width: auto; padding:0;}
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button{ margin:0 !important; width: auto; float: right; display: block !important;}
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button a{ background:none; color:#000 !important; text-decoration:none; border:none; font-family: Futura PT Medium; font-size: 0px; padding:0; }
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button a:after{font-family: FontAwesome; content: "\f054"; position: relative; right: 0; font-weight: 500; transition: 0.1s ease all; margin:0 0 0 10px; font-size: 16px; }
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button a:hover{color:#23AE49 !important; }
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card{box-shadow:none; border-bottom: 0.5px solid #A6A6A6 !important; border-radius:0 !important; display: block !important;  padding:15px 10px !important;}
    .fs-zwa-product-grid.cart-list .fs-zwa-product-title{ padding:5px 0 0 0 !important;}
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card-box{width:100%; padding: 0 !important;}

    .fs-zwa-product-grid .fs-zwa-product-card-box { word-break: break-all; width: 50%; padding:10px; float: none; display: block; }
    .fs-zwa-product-grid .fs-zwa-product-card { display: block; }
    .button-badge-wrape{ bottom:0; }
    .fs-zwa-search .facetwp-type-search{ width: 100% !important; display: block; }
    .fs-zwa-search .facetwp-input-wrap{ display: block; }
    .fs-zwa-search { width: 100% !important; display: block; }
    .fs-zwa-search .facetwp-search { min-width: inherit !important; }
    /*
    .fs-view-style{background: #23AE49; padding:6px 10px; cursor: pointer; display: inline-block; float: right; }
    .fs-view-style:after{ content:'Show Filters'; font-family: 'Futura PT Book'; font-size:16px; line-height:100%; color:#fff;}
    .fs-view-style i{ display:none; font-size:30px; margin-left:5px; cursor: pointer; }
    */
    .fs-view-style{ float: left;}
    .show-sidebar-filter{background: #23AE49; padding:6px 10px; cursor: pointer; display: inline-block; float: right; font-family: 'Futura PT Book'; font-size:16px; line-height:100%; color:#fff !important; margin-top: 5px; display: block;}

    .sidebar-filters {  display: none !important;  transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;  }
    .sidebar-filters.show { display: block !important; position: fixed; top: 0; left: 0; width: 85%; background: white; z-index: 9999; height: 100%; overflow-y: auto; padding:50px 30px; }
    .filter-overlay { display: none; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 9998; }
    .filter-overlay.active { display: block; }
    .filter-message{display: none; background: #fffbcc; color: #333; padding: 8px; margin-bottom: 20px; border-left: 4px solid #f0c000;}
    .fs-reset-filter{ width:100% !important; padding:0;  }
    .fs-reset-filter ul{ padding:0;  }
    .fs-reset-filter .facetwp-selections li{}
    /* Close Button */
    .sidebar-filters .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 28px;
        cursor: pointer;
        z-index: 1002;
        color: #000;
    }
    .sidebar-filters .fs-wrap {
        width: 100%;
    }
    table.table *{ word-wrap: break-word; line-break: anywhere;}
    .product-detail-section th.th-min-with { min-width: 150px; width: 150px; }

    .fs-sub-table .table th,
    .fs-sub-table .table td{  min-width:200px;  /*display:inline-block; width:100%;border-bottom: none; */ }
    /*.fs-sub-table .table th:last-child,*/
    /*.fs-sub-table .table td:last-child{border-bottom: solid 1px #ccc;}*/

    /*.fs-sub-table .table th:empty,*/
    /*.fs-sub-table .table td:empty{ display: none; }*/
    .fs-sub-table table.table{
        overflow: auto;
        max-width: inherit;
        width: 215px;
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .fs-zwa-search .facetwp-search { min-width: 200px !important; }
    .fs-reset-filter{width:52% !important; padding-left:5px !important;}
    .fs-reset-filter ul{ padding-left:0 !important; }
    .fs-zwa-search{width:40% !important;}
    #back-to-home{ display: none !important; }
    .facetwp-per-page-select{ width: 100px !important; margin-left:-30px !important;  }
    .fs-zwa-product-grid .fs-zwa-product-card-box{width:49.5%;}
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card-box .fs-zwa-product-card .fwpl-item { width: 30%;  }

    .fs-zwa-product-grid.cart-list #product-list-title .fwpl-item { width: 32%; display: inline-block; vertical-align: top; }

    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button{ width: auto !important;}
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button a{ background:none; color:#000 !important; text-decoration:none; border:none; font-family: Futura PT Medium; font-size: 0px; padding:0; }
    .fs-zwa-product-grid.cart-list .fs-zwa-product-card .fs-zwa-product-button a:after{ margin:0 0 0 10px; font-size: 16px; }

    table.table *{ word-wrap: break-word; line-break: anywhere;}
    /*  .fs-sub-table table.table{
         overflow: auto;
         max-width: inherit;
         width: 100%;
         display: block;
     }
     .fs-sub-table table.table td{
         width: 200px;
      }
    .fs-sub-table .table th,
     .fs-sub-table .table td{ display:inline-block; width:100%; border-bottom: none;}
     .fs-sub-table .table th:last-child,
     .fs-sub-table .table td:last-child{border-bottom: solid 1px #ccc;}
     .fs-sub-table .table th:empty,
     .fs-sub-table .table td:empty{ display: none; } */
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .fs-zwa-search .facetwp-search { min-width: 200px !important; }
    .fs-reset-filter{width:75% !important; padding-left:5px !important;}
    .fs-reset-filter ul{ padding-left:0 !important; }
    .fs-zwa-search{width:40% !important;}
    #back-to-home{ display: none !important; }
 }