.filterMobDiv {
    display: flex;
    direction: ltr;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 0 0 30px;
}

.myAccStyle {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    text-align: right;
}

.myCheckboxesFiltersList {
    color: #000000;

    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: right;
    position: relative;
}

.newcheckboxfilterlist {
    position: relative;
}

.newcheckboxfilterlist input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.newcheckboxfilterlist label {
    position: relative;
    cursor: pointer;
}

.newcheckboxfilterlist label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #353535;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 8px;
    border-radius: 2px;
}

.newcheckboxfilterlist input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 6px;
    width: 5px;
    height: 10px;
    border: solid #353535;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filterCheckBox {
    height: 18px;
    width: 18px;
    background-color: #000000;
}

.checkBoxValue {
    color: #383838;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: right;
}

.btn {
    color: #383838;
}

.m-filtericon img {
    width: 30px;
    height: 30px;
}

div#catDivId136 {
    display: none;
}

.btnFilterCat {
    border: 1px solid #353535;
    border-radius: 20.5px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    height: 35px;
    margin-bottom: 0.5rem;
}

.btnFilterCat:hover {background-color: #fffaf1;}

.btnFilterCat:active {

    border-radius: 20.5px;
    background-color: #000000;
    box-sizing: border-box;
    color: #FFF;
}

.btnFilterOp {
    border: 1px solid #383838;
    border-radius: 20.5px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    height: 35px;
}

.btnFilterOp:active {

    border-radius: 20.5px;
    background-color: #000000;
    box-sizing: border-box;
    color: #FFF;
}

.btnFilterOp:hover {background-color: #fffaf1;}

.btnFilterCatActive {
    border-radius: 20.5px;
    background-color: #000000;
    box-sizing: border-box;
    color: #FFF;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus + .slider {
    box-shadow: 0 0 1px #353535;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.prod-wid {
    position: relative;
    padding: 0 30px;
    margin-bottom: 30px;
}

.topbar-div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.hana7aa {
    position: relative !important;
    width: 60px !important;
    height: 70px !important;
    background: linear-gradient(90deg, rgba(84, 84, 84, 1) 35%, rgba(53, 53, 53, 1) 100%) !important;
    border-radius: 0 28px !important;
    padding: 5px !important;
    text-align: center !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
    margin-left: auto !important;
}

.hana7aa:before {
    content: '';
    background: linear-gradient(90deg, rgba(84, 84, 84, 1) 35%, rgba(53, 53, 53, 1) 100%);
    width: 60px;
    height: 70px;
    border-radius: 0 28px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hana7aa:after {
    content: '';
    background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%);
    width: 63px;
    height: 73px;
    border-radius: 8px 28px 8px 28px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: -2;
}

.prod-img-div {
    text-align: center !important;
    display: block;
    height: 100px;
    width: 100%;
}

.prod-img-div img {
    width: 77% !important;
    height: 194px !important;
    object-fit: contain;
}

.warrenty-divv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 30px;
    width: 100%;
}

img.woocommerce-placeholder.wp-post-image {
    height: 28%;
    width: 85%;
}

.desc-div p {
    color: #000000;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.products-series-icon {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 15px 0;
}

.products-series-icon p {
    color: #383838;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-right: 0px;
}

.products-series-icon .series-icon {
    position: relative;
    cursor: pointer;
}

.products-series-icon .series-icon:hover .tooltip,
.products-series-icon .series-icon:focus-visible .tooltip {
    opacity: 1;
    display: block;
}

.products-series-icon .tooltip {
    background: #fff;
    width: 245px;
    padding: 10px;
    bottom: 30px;
    right: -74px;
    border: 1px solid #C3994B;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 14px 0 rgb(12 26 60 / 22%);
    color: #000000;
    font-size: 15px;
    display: none;
}

.price-div p {
    margin-bottom: 8px;
    color: #272727;
    font-size: 14px;
    line-height: 20px;
}

.price-div .switch {
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: auto;
}

.price-div .switch input {
    display: none;
}

.price-div .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #353535;
    border-radius: 100px !important;
}

.price-div .slider::before {
    position: absolute;
    content: "";
    height: 34px;
    width: 50%;
    right: 2px;
    bottom: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    background: linear-gradient(90deg, #969696 0%, #353535 100%);
    border-radius: 100px;
}

.price-div .slider_text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.price-div .slider_text > span {
    color: #272727;
    width: 50%;
    display: block;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.price-div .switch .slider .slider_text .on {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

input[type=checkbox]:checked {
    background-color: #C3994B;
}

.price-div .switch input {
    display: none;
}

.price-div .switch input:checked + .slider::before {
    -webkit-transform: translateX(-96%);
    -ms-transform: translateX(-96%);
    transform: translateX(-96%);
}

.price-div .switch input:checked + .slider .on {
    color: #272727;
}

.price-div .switch .slider .slider_text .on {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.price-div .slider_text > span {
    color: #272727;
    width: 50%;
    display: block;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.price-div .switch input:checked + .slider .off {
    color: #fff;
}

.show_mre {
    font-family: 'Polin Regular' !important;
    width: auto !important;
    cursor: pointer;
    display: inline-block;
    color: #B38632;
    font-family: "Polin Regular";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    text-decoration: underline;
}

span.count-filter {
    display: none;
}

@media screen and (max-device-width: 575px) {
    span.count-filter {
        display: block;
    }
}

.testmanish {
    display: flex !important;
}

.filterOptions {
    display: block;
}

.breadcrumb-section ul {
    margin: -66px 0px;
}

.archive-pc li.active:before {
    display: none;
}

ul.cat_data {
    margin-bottom: 0px;
}

.co-products {
    /* display: none; */
}

.hovermakebold {
    font-weight: bold;
}

.filter-listing .dropdown.abdo-d .mob-filter {
    display: none;
}

.sub_li {
    font-size: 18px;
    color: black;
}

.add_subcat input[type="checkbox"] {
    height: 18px;
    width: 18px;
    margin-left: 10px;
    accent-color: #000 !important;
}

.filterCheckBox {
    height: 18px;
    width: 18px;
    accent-color: #000 !important;
}

.no_data_fond_css_check {
    display: none;
}

.shoppage-discount {
    position: relative;
    width: 60px;
    height: 70px;
    background: linear-gradient(90deg, rgba(84, 84, 84, 1) 35%, rgba(53, 53, 53, 1) 100%);
    border-radius: 0 28px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-left: auto;
}

.shoppage-discount:before {
    content: '';
    background: linear-gradient(90deg, rgba(84, 84, 84, 1) 35%, rgba(53, 53, 53, 1) 100%);
    width: 60px;
    height: 70px;
    border-radius: 0 28px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ProdtitInListAbdo a {
    color: #383838;
}

.shoppage-discount:after {
    content: '';
    background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%);
    width: 63px;
    height: 73px;
    border-radius: 8px 28px 8px 28px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: -2;
}

.no_data_fond_css p {
    color: #383838;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.no_data_fond_css h2 {
    color: #383838;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.no_data_fond_css {
    position: relative;
    z-index: 1;
}

.no_data_fond_css:before {
    content: '';
    background: url(https://www.electra-air.co.il/wp-content/themes/dt-the7-child/assets/images/conditioners-circle-bg.png);;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 171px;
    height: 171px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

label#filterBtnOf131 {
    display: none;
}

.sidebar-sroll {
    position: relative;
    width: 40px;
    height: 24px;
    display: block;
    margin: 0;
    margin-bottom: auto;
}

.sidebar-sroll input {
    display: none;
}

.sidebar-sroll .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #353535;
    border-radius: 100px !important;
}

.sidebar-sroll .slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 50%;
    right: 2px;
    bottom: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    background: #353535;
    /* s */
    border-radius: 100px;
}

.sidebar-sroll .slider_text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.sidebar-sroll .slider_text > span {
    color: #272727;
    width: 50%;
    display: block;
    float: left;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.sidebar-sroll input:checked + .slider::before {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
}

.sidebar-sroll input:checked + .slider .off {
    color: #272727;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.sidebar-sroll .slider .slider_text .on {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Polin Regular";
}

.perchase_only_cs {
    color: black;
    font-size: 16px !important;
    margin-bottom: 7px;
}

.sidebar-sroll input:checked + .slider .off {
    color: #fff;
}

.sidebar-sroll input:checked + .slider .on {
    color: #272727;
}

.myProdDefaultLayoutInListAbdo {
    position: relative;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0px 0px 12px 0 rgb(12 26 60 / 22%);
    padding: 16px;
    margin-bottom: 30px;
}

.hashva2aClass {
    height: 20px;
}

.hideShowEffect {
    /* display: none; */
}

.myProdDefaultLayoutInListAbdo:hover > .hashva2aClass > .hideShowEffect {
    display: block;
}

.cleanup_txt {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: #B38632;
    margin-top: 9px;
    /* display:none; */
    cursor: pointer;
    text-decoration: underline;
}

.myCatTitInListAbdo {
    color: #383838;
    font-family: 'Polin Regular' !important;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 8px;
    text-align: right;
    padding-bottom: 7px;
    margin-top: 1px !important;
}

.ahrayotInListAbdo {
    border-radius: 5px;
    background-color: #C3994B;
    color: #FFFFFF;
    font-family: 'Polin Regular' !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 0px solid #FFF;
}

.sale_prc {
    font-size: 23px;
    color: black;
    font-weight: 700;
    margin-left: 148px;
}

.ahrayotOneYearOnlyZigit {
    background: #FFFFFF;
    color: #383838;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 8px;
}

.ProdtitInListAbdo {
    color: #383838;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 60%;
}

.no_toggle_css {
    height: 81px;
}

.flex.flex-between {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
}

.flex.flex-between img {
    height: max-content;
}


.ProdDescInListAbdo {
    color: #383838;
    font-family: 'Polin Regular' !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    /* fallback */
    /* max-height: 50px;*/
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.moreInfoDesc {
    color: #B38632;
    font-family: 'Polin Regular' !important;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: right;
}

.offerPriceByAbdo {
    color: #272727;
    font-family: 'Polin Regular' !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: right;
}

.radioContAbdo {
    margin: 15px 12px;
    box-sizing: border-box;
    border: 1px solid #353535;
    border-radius: 24.5px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.priceContAbdo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2FAFF !important;
    border-radius: 18px;
    padding: 15px;
    margin-top: 15px
}

.priceTagAbdo {
    display: block;
    font-weight: bold;
    color: #383838;
    font-size: 22px;
    line-height: 36px;
    font-family: 'Polin Regular';
    white-space: nowrap;
}

.mySmallPriceInfo {
    color: #272727;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.buyNowButtonAbdo {
    font-size: 20px !important;
    line-height: 41px !important;
    transition: 300ms ease-out !important;
    background: #FE9D01 !important;
    color: #000000 !important;
    text-align: center !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    /* border: none!important; */
    padding: 0 6% !important;
    white-space: nowrap !important;
    width: 172px !important;
}

.buyNowButtonAbdo:hover {
    background-color: #FEAF2F !important;
    color: #000000 !important;
}

label#filterBtnOfOptionfield_62a9ae67f56e1 {
    display: none;
}

label#filterBtnOfOptionfield_62a815055ba66 {
    display: none;
}

.radioBtnAbdo {
    background: #FFF;
    color: #272727;
    font-family: 'Polin Regular' !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.radioBtnActiveAbdo {
    border-radius: 19.5px;
    background: linear-gradient(45.85deg, #969696 0%, #353535 100%) !important;
    color: #FFFFFF;
    font-family: 'Polin Regular' !important;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radioBtnActiveAbdo button {
    color: #FFFFFF;
    font-family: 'Polin Regular' !important;
}

.regPriceAbdo {
    color: #6D6D81;
    font-family: 'Polin Regular' !important;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 29px;
}

.myCheckBox {
    background-color: #353535;
    border: 2px solid #C3994B;
    width: 18px;
    height: 18px;
}

input[type=checkbox]:checked {
    background-color: #C3994B;
}

.checkBoxCont {
    color: #B38632;
    font-family: "Polin Regular";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    text-align: right;
}

.myDropDownStyle {
    box-sizing: border-box;
    border: 1px solid #C3994B;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 14px 0 rgba(12, 26, 60, 0.22);
    direction: rtl;
    text-align: right;
}

.shareButtonsTit {
    color: #383838;
    font-family: "Polin Regular";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
}

.shareButtonFont {
    color: #383838;

    font-family: "Polin Regular";
    font-size: 18px;
    letter-spacing: 0;
}

.dropdown-item:hover {
    background: #FFF;
}

.dropdown-item:active {
    background: #FFF;
}

.hashva2aRowStyleFont {
    color: #383838;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: right;
    white-space: nowrap;
}

.hashva2aMotsarYahed {
    border-radius: 22px;
    background-color: #F5F5F5;
    height: 35px;
    width: 100%;
    margin-top: 5px;
}

div#hashva2aRowElmCont {
    width: 100%;
}

.row.py-4.px-4.d-flex.align-items-center {
    margin-top: 2px;
    margin-bottom: 2px;
}

.hashva2aButton {
    font-family: "Polin Regular" !important;
    color: #383838;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 36px;
    text-align: center;
    border-radius: 29px 0 29px 29px;
    background: #FE9D01 !important;
    box-shadow: -2px 4px 10px 0 rgba(0, 0, 0, 0.22);
    padding: 8px 32px 8px 32px;
    border: 0px solid #FFF;
    white-space: nowrap;
}

.cleanHashva2a {
    color: #B38632;
    font-family: "Polin Regular";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline !important;
    cursor: pointer;
}

.hashva2aMotsarYahedNotEmpty {
    box-sizing: border-box;
    border: 1px solid #B38632;
    border-radius: 23.5px;
    background-color: #FFFFFF;
    color: #272727;
    font-family: "Polin Regular";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    height: 35px;
    margin-top: 5px;
    width: 100%;
}

.fixed-top {
    border-radius: 1px 1px 28px 28px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 14px 0 rgba(12, 26, 60, 0.22);
}

.filtersCont {
    border-radius: 28px;
    background-color: #fff5e5;
    margin-right: 15px;
}

.filtersCont .accordion.active:before {
    content: "";
    transform: rotate(180deg);
}

.filtersCont .accordion:before {
    content: '';
    display: block;
    font-size: inherit;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.982 4.82744C9.0951 4.94054 9.15165 5.07447 9.15165 5.22923C9.15165 5.38399 9.0951 5.51792 8.982 5.63102C8.86891 5.74411 8.73498 5.80066 8.58022 5.80066H0.580218C0.425456 5.80066 0.291527 5.74411 0.178432 5.63102C0.0653367 5.51792 0.00878906 5.38399 0.00878906 5.22923C0.00878906 5.07447 0.0653367 4.94054 0.178432 4.82744L4.17843 0.827445C4.29153 0.714349 4.42546 0.657802 4.58022 0.657802C4.73498 0.657802 4.86891 0.714349 4.982 0.827445L8.982 4.82744Z' fill='%23353535'/%3E%3C/svg%3E%0A");
    width: 9px;
    height: 5px;
}

.col-md-12.hashva2aClass.mb-2 {
    display: none;
}

.prod-img-div {
    width: 100%;
    height: 200px;
    transform: unset !important;
}

button.warranty_btn_one {
    border: none;
    background: white;
    font-size: 16px;
    font-weight: 700;
}

span.digit_1 {
    font-size: 20px;
}

.archive-pc button.warranty_btn_more {
    font-size: 14px !important;
    color: #000000 !important;
    text-align: right;
    background: #D0ECFF !important;
    border-radius: 5px;
    border: none;
    font-weight: 400 !important;
    padding: 9px !important;
}

span.digit_more {
    font-size: 14px;
}

.filter-box-detail #slider-range {
    position: relative;
    border: 0;
    background-color: #DBDBDB;
    height: 5px;
    margin: 5px 60px 0 82px;
}

.filter-box-detail .ui-slider-range {
    height: 5px;
    background-color: #f2faff;
    border-radius: 0;
}

.filter-box-detail #slider-range .ui-state-default {
    background: #fff;
    width: 16px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    border: 2px solid #000;
    border-radius: 100%;
    cursor: pointer;
}

.filter-box-detail #slider-range .ui-state-default {
    background: #fe9d01;
    width: 16px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    border: 2px solid #fe9d01;
    border-radius: 100%;
    cursor: pointer;
    margin-top: 1px;
    z-index: 101;
}

.price_slider_amount input {
    border: none !important;
    background: transparent;
    padding: 0 !important;
    margin-left: 28px !important;
    height: auto !important;
    min-height: auto !important;
    color: #383838;
    pointer-events: none;
    width: 60px;
}

.range-slider-box .slider-values {
    justify-content: space-between;
}

.range-slider-box .slider-values #amount2 {
    order: 1;
    background-color: transparent;
    color: #383838;
}

.price_slider_amount {
    margin-top: -10px;
}

.range-slider-box {
    padding-bottom: 30px !important;
}

.range-slider-box .slider-values #amount1 {
    order: 2;
    text-align: left;
    background-color: transparent;
    color: #383838;
}

.title_fordata {
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 24px !important;
    font-weight: 600;
}

@media only screen and (max-width: 1240px) {
    .archive-pc #topContProdsAndHash .row.align-center.filter-listing {
        position: relative;
        top: 0px !important;
    }

    .sidebar_upper_text {
        padding-right: 0px !important;
    }
}

.main-box {
    width: 100%;
}

.elementor-element.elementor-element-5bb45c6c {
    display: none;
}

.app-menu-bar.active::before {
    display: none;
}

.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    align: right;
    direction: rtl;
}

.panel {
    padding: 0 24px;
    display: block;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:before {
    content: '\02795';
    font-size: 13px;
    color: #383838;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}

.not_extra_icon {
    height: 63px;
}

.active:before {
    content: "\2796";
}

.filtersChips {
    height: 40px;
    overflow: inherit;
    position: relative;
}

.archive-pc .ProdtitInListAbdo {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    /* height: 38px; */
}

.archive-pc .ProdtitInListAbdo a {
    font-weight: bold;
}

.archive-pc .row.radioContAbdo.px-1.py-1 {
    margin: 6px 0px 16px 0;
    width: 63%;
}

.archive-pc .perchase_only_cs {
    margin-bottom: 0;
}

.archive-pc .myProdDefaultLayoutInListAbdo .not_extra_icon {
    height: 60px !important;
}

.archive-pc .myProdDefaultLayoutInListAbdo {
    width: 100%;
    padding: 10px 5%;
}

.archive-pc .myProdDefaultLayoutInListAbdo {
    margin-bottom: 40px;
}

.archive-pc .prodFilter.mb-5 {
    margin: 0 !important;
}

.filter_bar_box {
    flex: 0 0 24% !important;
}

.boxs_parts {
    flex: 0 0 71% !important;
    margin-right: 1%;
    max-width: inherit;
}

.filter_bar_box .filtersCont {
    width: 100% !important;
    flex: 0 0 433px !important;
}

.shop-product-slider {
    margin-top: 63px;
}


.shop-product-slider.owl-carousel .owl-dots {
    bottom: 24px;
}

.shop-product-slider .owl-nav {
    display: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1805px) {
    .boxs_parts {
        -ms-flex: 0 0 68%;
        /* flex: 0 0 68%; */
        /* max-width: 68%; */
        /* margin-right: 1%; */
    }

    .archive-pc #topContProdsAndHash .dropdown.abdo-d {
        margin-left: 6px !important;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1805px) {
    section.breadcrumb-section {
        margin-top: 47px;
    }

    .breadcrumb-section_outer {
        display: flex;
    }

    .breadcrumb-section ul {
        margin: -29px 0px;
    }

    .shop-product-slider {
        width: 60%;
    }

    .breadcrumb-section_outer_inner {
        width: 40%;
    }
}

@media only screen and (min-width: 1806px) and (max-width: 1920px) {
    .breadcrumb-section_outer {
        display: flex;
    }

    .breadcrumb-section_outer_inner {
        width: 30%;
    }

    section.breadcrumb-section {
        margin-top: 45px;
    }

    .breadcrumb-section ul {
        margin: -27px 0px;
    }

    .conditioner-box-wrp.main-box {
        width: 100%;
    }

    .shop-product-slider {
        width: 60%;
    }

    .breadcrumb-section_outer_inner {
        width: 40%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .dropdown.abdo-d {
        margin-left: -231px;
    }

    .col-lg-3.col-md-3.col-sm-5.col-5.bigscreen_size {
        flex: 0 0 11% !important;
    }

    .filtersChips {
        margin-right: -18px;
    }
}

@media only screen and (min-width: 1900px) {
    .dropdown.abdo-d {
        margin-left: -231px;
    }

    .col-lg-3.col-md-3.col-sm-5.col-5.bigscreen_size {
        flex: 0 0 11% !important;
    }

    .filtersChips {
        margin-right: -90px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1400px) {
    .warrenty-divv{
        flex-direction: column;
        align-items: flex-start;
    }
    .archive-pc .ProdtitInListAbdo{
        width: 100%;
    }
    .archive-pc .row.radioContAbdo.px-1.py-1 {}
    .radioBtnActiveAbdo button {}
    .filtersCont {
        width: 420px;
    }

    .myCatTitInListAbdo {
        margin-right: 215px !important;
    }


    .breadcrumb-section_outer_inner {
        width: 40%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .radioBtnActiveAbdo button {}

    .archive-pc .filtersCont {
        margin-right: 10px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .breadcrumb-section_outer {
        display: flex;
    }

    .breadcrumb-section ul {
        margin: 0 !important;
    }

    .myH2InStore {
        margin: 0;
    }
}

@media only screen and (max-width: 1240px) {
    .radioBtnActiveAbdo button {}
    .sidebar_upper_text {
        padding-right: 50px;
    }

    .breadcrumb-section_outer {
        display: flex !important;
    }

    .shop-product-slider {
        /* width: 100% !important; */
    }

    .myShopPTitle {
        padding-right: 35px;
    }

    .myH2InStore {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-section_outer {
        display: block !important;
    }

    .m-filtericon .count-filter {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 20px;
        top: 4px;
        right: -10px;
        padding-left: 6px;
    }

    .shop-product-slider {
        width: 100% !important;
    }

    .breadcrumb-section_outer_inner {
        width: 100% !important;
    }
}


.archive-pc .breadcrumb-section {
    margin-top: 16px;
    margin-right: 5px;
}

.archive-pc .myH2InStore {
    margin-top: 0;
    margin-bottom: 16px;
    margin-right: 5%;
    padding-right: 0;
    font-family: Polin!important;
}

.archive-pc .myH2InStore + br {
    display: none;
}

.archive-pc .breadcrumb-section ul li {
    margin-right: 15px;
}

.archive-pc .breadcrumb-section ul {
    margin: 0;
    display: flex;
}

.archive-pc .breadcrumb-section_outer_inner {
    margin-top: -20px;
    margin-bottom: 124px;
}

.archive-pc .myPInStore-w {
    text-align: right;
    display: block;
}

.archive-pc .myPInStore {
    margin-right: 5%;
    color: #383838;
    font-family: Polin !important;
}

.archive-pc .breadcrumb-section_outer {
    padding-left: 30px;
}

.archive-pc .dropdown.abdo-d {
    margin-left: -184px;
}

.archive-pc .filtersCont .checkBoxValue {
    margin: 0 !important;
    margin-right: 4px !important;
}

.archive-pc .filtersCont .myCheckboxesFiltersList li {
    margin-bottom: 11px;
}

.archive-pc .linebl {
    border-bottom: 1px solid #e7f0f2;
}

.archive-pc .filtersCont .myCheckboxesFiltersList li:last-child {
    margin-bottom: 0px;
}

.archive-pc .filtersCont .myAccStyle {
    margin-top: 0;
    text-align: right;
}

.archive-pc .filtersCont .price_slider_amount {
    margin-top: -10px;
}

.archive-pc .filtersCont button.accordion.myAccStyle.first-ones {
    padding: 32px 24px 11px 24px !important;
    text-align: right;
    color: #383838;
}
.archive-pc .filtersCont button.accordion.myAccStyle strong {
    font-weight: 400;
}

.archive-pc .filtersCont button.accordion.myAccStyle {
    padding: 16px 24px 11px 24px;
}

.archive-pc .filtersCont strong.myAccStyle.ml-2 {
    margin-top: -10px !important;
    color: #383838;
    font-weight: 400;
}

.archive-pc .filtersCont .col-md-12.mt-3.mb-2 .pr-4.d-flex {
    align-items: center;
    margin: 10px 0 !important;
}

.archive-pc .filtersCont .range-slider-box {
    margin-right: 14px;
}

.archive-pc #topContProdsAndHash .filter-listing .myShopPTitle {
    top: -1px;
    left: 44%;
}

.archive-pc #topContProdsAndHash .row.align-center.filter-listing {
    position: relative;
    /* top: -19px; */
}

.archive-pc #topContProdsAndHash .dropdown.abdo-d {
    margin-left: -184px;
    top: 11px;
}

.filterDropdownCounter {
    background-color: #E3D2B3;
    height: 29px;
    width: 29px;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    color: #86601A;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
}

.filterChipsAlignment {
    justify-content: center;
    align-items: baseline;
}

.filterDropdown {
    background: #fff;
    width: 200px;
    position: absolute;
    left: -80px;
    border: 1px solid #C3994B;
    border-radius: 20px;
    padding: 8px;
    text-align: center;
    transform: translate3d(50px, 0px, 0px);
    z-index: 1;
}

.filterDropdown span.filterIndicatorBase {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    width: fit-content;
}

.filterDropdown span.filterIndicatorBase span.ml-3 {
    display: contents;
}

.archive-pc .prod-wid {
    padding: 0px 0px;
    margin-bottom: 0px;
    display: flex;
}

.archive-pc .prodFilter {
    -ms-flex: 0 0 440px;
    flex: 1 1 33% !important;
    max-width: 33% !important;
}

.archive-pc .conditioner-box-wrp .flip-card-back a {
    font-size: 24px;
    font-weight: 700;
    line-height: 54px;
    transition: 300ms ease-out;
    color: #ffffff !important;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none !important;
    background: #000000;
    box-shadow: none;
    padding: 0px 4%;
    font-size: 19px;
    font-weight: 700;
    line-height: 44px;
    font-family: 'Polin Regular';
    font-weight: 400;
}

.archive-pc .conditioner-box-wrp .flip-card-back a:hover {
    background-color: #FE9D01;
    color: #000000 !important;
}


@media only screen and (max-width: 786px) {

}

@media screen and (min-device-width: 1806px) {
    .archive-pc .prod-img-div {
        height: 144px;
    }
}

@media screen and (min-device-width: 1806px) and (max-device-width: 1850px) {
    .archive-pc .myProdDefaultLayoutInListAbdo {
        width: 415px;
    }
}

@media screen and (min-device-width: 1400px) and (max-device-width: 1805px) {


    .archive-pc .filtersCont {
        margin-right: 20px;
        width: 100%;
    }

    .archive-pc .myProdDefaultLayoutInListAbdo {
        margin-right: 0;
    }

    .archive-pc .row.radioContAbdo.px-1.py-1 {
        width: 81%;
    }

    .archive-pc .myCatTitInListAbdo {
        margin-right: 0 !important;
    }

    .archive-pc .myProdDefaultLayoutInListAbdo {
        margin-bottom: 24px;
    }

    .archive-pc .prod-img-div {
        height: 150px;
    }

    .archive-pc .dropdown.abdo-d {
        margin-left: 18px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1399px) {
    .row.radioContAbdo.px-1.py-1, .tax-product_cat .row.radioContAbdo.px-1.py-1 {

    }
    .archive-pc .prodFilter {
        -ms-flex: 0 0 440px;
        flex: 1 1 50% !important;
        max-width: 50% !important;
    }

    .archive-pc .myProdDefaultLayoutInListAbdo {
        margin-right: auto;
    }

    .archive-pc .filtersCont {
    }

    .archive-pc .myCatTitInListAbdo {
        margin-right: 215px !important;
    }

    .archive-pc .prod-img-div {
        height: 126px;
        transform: inherit !important;
    }

    .archive-pc .myProdDefaultLayoutInListAbdo {
        padding: 24px;
    }

    .archive-pc .myProdDefaultLayoutInListAbdo {
        margin-bottom: 24px;
    }

    .archive-pc .dropdown.abdo-d {
        margin-left: 18px;
    }
}


.shop-card {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-card .desc-div div {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    vertical-align: middle;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 94px;
    font-family: 'Polin Regular';
}

.shop-card p {
    line-height: 1.5rem !important;
}


a.dropdown-item.item-active span {
    color: #C3994B;
}

a.start-btn.addtocart_btn:hover {
    color: black;
}

.addtocart_btn {
    background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%);
    border: 0;
    color: #383838;
    border-radius: 100px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.3px;
    font-weight: bold;
    padding: 10.5px 34.5px;
    box-shadow: -2px 0px 10px rgb(0 0 0 / 22%);
}

.myShopTitle {
    color: #383838;

    font-size: 60px;
    letter-spacing: 0;
    line-height: 80px;
    text-align: right;
    white-space: nowrap;
    margin-bottom: -6px;
}

.myShopPTitle {
    color: #383838;

    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
    padding-right: 20px;
}

.filterChip {
    border-radius: 20px;
    background-color: #F9F4EC;
    color: #383838;

    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    /* text-align: right; */
    padding: 7px 10px;
    cursor: pointer;
}

.filterChipCat {
    border-radius: 20px;
    background-color: #F9F4EC;
    color: #383838;

    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 7px 10px;
    cursor: pointer;
}

.myLiner {
    box-sizing: border-box;
    border-bottom: 1px solid #E3D2B3;
}

.NakeAll {
    color: #B38632;
    font-family: "Polin Regular";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.sortByC {
    color: #000000;
    font-family: "Polin Regular";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    cursor: pointer;
}

.sortByC.dropdown-toggle::after {
    display: none;
}

.sortByC img {
    margin-left: 8px;
}

.sortByDropDown {
    box-sizing: border-box;
    border: 1px solid #C3994B;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 14px 0 rgba(12, 26, 60, 0.22);
    color: #383838;
    font-family: "Polin Regular";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    text-align: right;
}

.shop-temp-popupp {
    text-align: end;
}


.myH2InStore {
    color: #383838;
    font-family: "Polin Regular";
    font-size: 40px;
    letter-spacing: 0;
    line-height: 60px;
    text-align: right;
    margin-top: -25px;
}

.myPInStore {
    color: #000000 !important;
    font-size: 20px;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 29px;
    text-align: right;
    text-decoration: none;
    padding-right: 0 !important;
    border-bottom: none !important;
    margin-right: 20px;
    font-weight: 400;
}

.shop_temp_popup_btn {
    background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%) !important;
    border: 0 !important;
    color: #353535 !important;
    border-radius: 70px 0px 70px 70px !important;
    font-size: 20px !important;
    line-height: 29px !important;
    letter-spacing: 0.3px !important;
    font-weight: bold !important;
    padding: 10.5px 34.5px !important;
    box-shadow: -2px 0px 10px rgb(0 0 0 / 22%) !important;
}

.exclusive-air-desc,
#glassix-container {
    display: none;
}

.v-lg {
    display: inline-block;
}

.v-xs {
    display: none;
}

@media only screen and (max-width: 767px) {
    .archive-pc .row.radioContAbdo.px-1.py-1 {

    }
    .v-lg {
        display: none;
    }

    .v-xs {
        display: inline-block;
    }
    .filter_bar_box .filtersCont {
        width: 100% !important;
    }

    .archive-pc #topContProdsAndHash .row.align-center.filter-listing {
        left: -10px;
    }
}

.filter_bar_box .filtersCont .col-md-10 {
    border-bottom: 1px solid #d0ecff !important;
}
