.disabled,.disabled label{
    color:var(--gray) !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
}
.cate_fliter{
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-top: 10px;
    padding-left: 6px;
    margin-bottom: 40px;
}
.cate_fliter h3{
    padding: 0px 5px;
}
.btn.btn-sm.small.catalog-tag{
    outline:0 !important;
}
label.s_radio {
    cursor: pointer;
    padding: 8px 0px 0 0;
    margin-bottom: 0px;
    position: absolute;
    line-height: 1.25;
    font-weight: 400;
    height: 30px;
}

input[type='radio'].s_radio:checked+.s_radio {
    padding: 8px 0px 0 0;
}

input.s_radio {
    -webkit-appearance: none;
    display: inline-block;
    margin: 3px 5px 10px 0px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid var(--main-color);
    vertical-align: middle;
    background-image: -webkit-radial-gradient(var(--main-color) 40%, hsla(0, 0%, 49%, 0) 50%);
    background-repeat: no-repeat;
    -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1), -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
    padding: 0;
}

input.s_radio,
input.s_radio:active {
    margin: 0 10px 0 !important;
    background-position: 0px 28px;
    border: 1px solid var(--line);
    display: none;
}

input.s_radio:checked {
    background-position: 0 0;
}

input.s_radio:checked~input,
input.s_radio:checked~input:active {
    background-position: 0 -28px;
    border: 1px solid var(--line);
}

li {
    list-style: none;
}

.sidebar_tt {
    font-size: 12px !important;
    margin-top: 2px;
    width: 30px;
    text-align: center;
}

#item_update {
    display: none;
    padding-right: 15px;
    z-index: 10058;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
#filterdesktop {
    margin-top: 10px;
    padding-right: 20px;
}

select#menu-sort {
    width: 100%;
    background: transparent;
    padding-left: 35px;
    border: none !important;
    box-shadow: none;
    padding-right: 0;
}

.btn.btn-sm.small.catalog-tag {
    text-transform: capitalize;
    min-height: 28px;
    border-radius: 30px;
    background: #ffffff61;
    color: var(--main-color);
    word-break: break-word;
    text-wrap: nowrap;
    text-align: left;
}

.row .item-icons:nth-child(6n+6) .thumbnail {
    border:none !important;
}
.row .item-icons .thumbnail {
    border:none;
    border-right: 1px solid var(--line);
}
.flex .brand {
    margin: 0px 0px 10px -15px !important;
    padding: 0 !important;
}

.flex .brand a {
    border-right: 1px solid var(--line);
    box-sizing: border-box;
    padding: 0 !important;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    margin: 0px 15px !important;
}


label,
.fakeqty,
.qty-select-val,
.dropdown-toggle,
.visible-xs-inline {
    cursor: pointer;
}


@media (max-width: 768px) {
    #desktop-brand, #desktop-country{
        background: #e5e7eb26;
        padding: 10px 0;
    }
    .row .item-icons:nth-child(2n+2) .thumbnail {
        border:none;
    }
    #addcartscroll {
        display: none !important;
    }

    .qty-select-dropdown {
        font-size: 18px;
        line-height: 2.6em;
    }

    .qty-select-val {
        padding: 0 15px;
    }
}


@media (max-width: 768px) {

    .qty-select-dropdown {
        font-size: 18px;
        line-height: 2.6em;
    }

    .qty-select-val {
        padding: 0 15px;
    }
}

.add-to-cart-holder {
    width: 50%;
}

.qty-holder {
    width: 48%;
    margin-right: 2%;
}

@media (max-width: 1200px) {
    .qty-holder {
        width: 63%;
        margin-right: 2%;
    }

    .add-to-cart-holder {
        width: 35%;
    }
}



@media (max-width: 768px) {
    .fakeqty {
        padding: 0 3px;
    }
}



@media (max-width: 768px) {

    .clickorslide {
        width: 100%;
        height: 225px;
        overflow: scroll;
        overflow-y: hidden;
    }

    .clickorslide .item {
        display: block !important;
        float: left;
        position: static;
        width: 960px;
    }

    .clickorslide .carousel-inner {
        width: 4000px;
        height: 225px;
    }

    .clickorslide .car-col {
        width: 160px;
    }

    .clickorslide .prod-thumb {
        min-width: 110px;
    }

    .clickorslide .carousel-indicators {
        display: none;
    }

    .clickorslide .carousel-control {
        display: none;
    }
} 

.filter3_box {
    /* background-color: #F4F8FB; */
    /* box-shadow: 0 0 3px #d8d8d8; */
    /* border-radius: 15px; */
    border-top: 1px solid var(--line);
    margin-top: 5px;
    padding-top: 5px;
}

.filter3_box h4>.pull-left {
    min-width: 70px;
    margin-left: 10px;
}

#filter h4.filter3_box_title {
    display: flex;
    background-color: #E8ECEE;
    border-radius: 15px 15px 1px 1px;
    padding: 20px 0 0;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}

#desktop-brand,
#desktop-country {
    max-height: 230px;
    overflow: hidden;
    margin: 0;
}

.showmore {
    display: block;
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

#filter {
    font-size: 18px;
    /* position: fixed !important;
    right: 0;
    top: 155px;
    height: calc(100% - 165px); */
    overflow: overlay;
}

.categorylist_box {
    font-size: 18px;
    /* position: fixed !important;
    left:0;
    top:165px;
    height: calc(100% - 165px); */
    overflow: overlay;
    padding: 5px !important;
}

.sideleft {
    position: absolute;
    left: 24px;
    top: 6px;
    border-color: var(--line) !important;
    width: 50px;
    z-index: 6;
    padding: 6px !important;
}

.sideright {
    position: absolute;
    left: 88px;
    top: 6px;
    padding: 6px !important;
    /* text-align: left; */
    width: 50px;
    border-color: var(--line) !important;
}



#results .pagination {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}
.filter-cat-line .catline_title>label:has(input:checked) {
    color: var(--main-color);
}

.filter-cat-line label.pull-left {
    text-decoration: none;
    white-space: initial;
    color: rgb(0, 0, 0);
    cursor: pointer;
    /* margin-left: 5px; */
    /* width: 150px; */
}

.filter-cat-line label.pull-left:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.filter-subcat-line label {
    text-decoration: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.filter-subcat-line:hover label {
    text-decoration: underline;
    color: var(--main-color);
}

/* .caption a:hover .descpopover {
    display: block !important;
} */

.caption a .descpopover {
    /* display: none !important; */
}

.list-unstyled {
    padding-left: 0;
    line-height: 1.8em;
}

label,
.fakeqty,
.qty-select-val,
.dropdown-toggle,
.visible-xs-inline {
    cursor: pointer;
}

.btn.btn-sm.small {
    color: #fff;
    background-color: #999;
    margin: 0 8px 3px 0;
    padding-left: 0;
}

.itemicons img {
    font-size: 16px;
    width: 16px;
}

.dropdown-toggle img {
    width: 16px;
    margin: 0 3px 0 0;
}

.dropdown-menu {
    padding: 10px;
    white-space: nowrap;
    line-height: 2em;
}

.dropdown-menu img {
    width: 16px;
    display: inline;
}

.incart_show {
    display: none;
}

#desktop-brand label {
    text-transform: uppercase;
}

.caption.post-content div small a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    font-size: 12.5px;
}

.rec_reason {
    position: absolute;
    left: 10px;
    top: 130px;
    background: #156eca4d;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
}

#result-thumbnails .result-thumb {
    padding-right: 0;
    padding-left: 0;
}

#result-thumbnails .desc {
    font-size: 12.5px;
    color: var(--dark);
    max-height: 40px;
}
.caption.post-content div small a:hover,
a:hover .desc,
a:hover .itemno,
a:hover .size {
    color: var(--main-color) !important;
}

#pagenav {
    width: 480px;
    margin: 0 auto;
}
#pagenav a,
#pagenav div {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 2px;
    line-height: 2.9em;
    background-color: #888;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

#pagenav a:hover {
    background-color: #444;
}

#pagenav div {
    background-color: #e0e0e0;
}

#pagenav a.prevnext {
    width: 80px;
}

.filter-cat-line {
    white-space: nowrap;
    min-width: 150px;
}

.filter-cat-line label {
    line-height: 1.25;
    padding-top: 4px;
}
.filter-recommendation-line label>input,
.catline_title label>input,
.filter-subcat-line label>input,
.filter3_box label>input,
.filter3_box input {
    display: none;
}


.filter-country-line label {
    margin-top: 0;
    width: 200px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400 !important;
    color: var(--dark);
}

.filter-recommendation-line,
.filter-subcat-line {
    margin-left: 13px;
    white-space: nowrap;
    display: none;
    margin: 0;
}
.filter-recommendation-line label,
.filter-subcat-line label {
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    padding-left: 0;
    background: #fff;
    width: 85%;
    border-radius: 6px;
    height: 24px;
    line-height: 24px;
    margin: 0;
}

.filter-subcat-line label:has(input:checked) {
    color: var(--main-color)
}

/* .filter-availability-line label:not(input:checked) ,
.filter-purchasehistory-line label:not(input:checked),
.filter-brand-line label:not(input:checked),
.filter-country-line label:not(input:checked)  {
    background: url(/static/images/new/p/s.png) no-repeat 12px center /18px;
    font-size: 14px;
    color:var(--dark);
    padding-left:40px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 !important;
}

.filter-availability-line label:has(input:checked),
.filter-purchasehistory-line label:has(input:checked),
.filter-brand-line label:has(input:checked),
.filter-brand-line label:has(input[type="checkbox"]:checked),
.filter-country-line label:has(input:checked)  {
    background: url(/static/images/new/p/s1.png) no-repeat 12px center /18px;
    padding-left:40px;
    font-weight: 400;
    font-size: 14px;
    color:var(--dark);
} */
/* 移除 :has() 选择器，改用 .checked 类 */
.filter-availability-line label,
.filter-purchasehistory-line label,
.filter-brand-line label,
.filter-country-line label {
    /* 未选中状态基础样式 */
    background: url(/static/images/new/p/s.png) no-repeat 12px center /18px;
    padding-left: 40px;
    font-weight: 400;
    font-size: 14px;
    color: var(--dark);
    margin: 0 !important;
    line-height: 1.25;
}
.filter-recommendation-line.select a:hover,
.filter-recommendation-line.select a{
    color:var(--main-color)
}
/* 选中状态 */
.filter-availability-line label.checked,
.filter-purchasehistory-line label.checked,
.filter-brand-line label.checked,
.filter-country-line label.checked {
    background: url(/static/images/new/p/s1.png) no-repeat 12px center /18px;
}

.list-unstyled h4 {
    font-size: 12.5px;
}
.filter-recommendation-line{
    /* height:36px; */
}
.list-unstyled li {
    font-size: 12px;
}

.row.category-credit {
    margin: 20px 0 0 10px;
    /* overflow: auto; */
    margin-right: 0;
}

.header_navbar .row .thumbnail {
    margin-top: 5px;
    border: none;
    border-radius: 0;
    padding-top: 10px;
}

.item-icons .thumbnail {
    padding: 2px 8px 0;
    margin-bottom: 15px;
    border-radius: 0;
}

.qty-select-dropdown {
    position: absolute;
    z-index: 1;
    background-color: #e0e0e0;
    font-size: 13px;
    line-height: 2em;
    border: 1px solid var(--line);
    border-radius: 5px;
    white-space: nowrap;
    display: none;
    box-shadow: 0 0 4px #aaa;
    min-width: 120px;
}

.qty-select-val {
    border-bottom: 1px solid var(--line);
    padding: 0 25px;
}

.qty-select-val:hover {
    background-color: #f1f1f1;
}

.promotional {
    color: green;
}

.new {
    color: #c50000;
}

@media (max-width: 768px) {
    .sort_item_box {
        right: 0px;
        top: -35px;
        /* width: 124px !important; */
        position: absolute !important;
    }
     #results {
         margin-top:40px;
         padding-left: 0px;
     }
    #addcartscroll {
        display: none !important;
    }

    .qty-select-dropdown {
        font-size: 18px;
        line-height: 2.6em;
    }

    .qty-select-val {
        padding: 0 15px;
    }
}

.incrementqty {
    display: none;
}

.rec_box {
    margin-top: 80px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 20px;
}

.topbar>a:after {
    font-size: 16px;
}

@media (min-width: 1400px) {
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        max-width: 1350px;
    }
}

.qty-select-dropdown {
    position: absolute;
    z-index: 1;
    background-color: #e0e0e0;
    font-size: 13px;
    line-height: 2em;
    border: 1px solid var(--line);
    border-radius: 5px;
    white-space: nowrap;
    display: none;
    box-shadow: 0 0 4px #aaa;
    min-width: 120px;
    text-align: left;
}

.qty-select-val {
    border-bottom: 1px solid var(--line);
    padding: 0 25px;
}

.qty-select-val:hover {
    background-color: #f1f1f1;
}

.addtocartholder .input-group-btn .btn {
    min-width: 45px;
}

#addcartscroll {
    display: none !important;
}

@media (max-width: 768px) {

    .qty-select-dropdown {
        font-size: 18px;
        line-height: 2.6em;
    }

    .qty-select-val {
        padding: 0 15px;
    }
}

.add-to-cart-holder {
    width: 50%;
}

.qty-holder {
    width: 48%;
    margin-right: 2%;
}

@media (max-width: 1200px) {
    .qty-holder {
        width: 63%;
        margin-right: 2%;
    }

    .add-to-cart-holder {
        width: 35%;
    }
}

.floatingcartnav {
    margin: 0;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.fakeqty {
    background-color: #e0e0e0;
    font-size: 15px;
    /*line-height: 2.15em; */
    line-height: 2em;
    text-align: right;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 0 10px;
}

.catline_title>.pull-right:hover {
    color: var(--main-color)
}

.catline_title>.pull-right {
    margin: 4px 0 0 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-size: 12px;
    width: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .sidebar_a_box+.sideleft {
        right: 172px !important;
        position: absolute;
        left: inherit;
    }
    .cate_fliter{
        display:none;
    }
    .fakeqty {
        padding: 0 3px;
    }
}

.promolabel {
    display: none;
    position: absolute;
    z-index: 5;
    color: #fff;
    background-color: green;
    width: 60px;
    height: 20px;
    font-size: 11.5px;
    font-weight: bold;
    text-align: center;
    padding: 2px 4px 1px 4px;
    border-radius: 2em;
    margin: -10px 0 0 -10px;
}

.carousel-inner {
    padding: 5px 15px 20px 20px;
}


.car-col {
    /*border-right: 1px solid rgba(200,200,200,0.5);*/
    padding-bottom: 20px;
}

.lbl-promo .new,
.lbl-promo .promo {
    position: absolute;
}

.lbl-promo .promo {
    top: 20px;
}

@media (max-width: 768px) {

    .clickorslide {
        width: 100%;
        height: 225px;
        overflow: scroll;
        overflow-y: hidden;
    }

    .clickorslide .item {
        display: block !important;
        float: left;
        position: static;
        width: 960px;
    }

    .clickorslide .carousel-inner {
        width: 4000px;
        height: 225px;
    }

    .clickorslide .car-col {
        width: 160px;
    }

    .clickorslide .prod-thumb {
        min-width: 110px;
    }

    .clickorslide .carousel-indicators {
        display: none;
    }

    .clickorslide .carousel-control {
        display: none;
    }
}

.catline_title.active label {
    text-decoration: underline;
}

.catline_title.active {
    text-decoration: underline;
    background: aliceblue;
    border-radius: 10px;
    margin-bottom: 15px;
}

.catline_title:hover{
    /* text-decoration: underline; */
    /* color: var(--main-color); */
}
.catline_title {
    padding-left: 10px;
    margin: 0;
    display: flex;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    font-weight: 400;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 2px 5px;
    margin-bottom: 5px;
}

.catline_title>span {
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 1;
    min-width: 30px;
    display: none;
}

.catline_title label {
    font-weight: 400 !important;
    padding: 0;
    color: var(--dark);
    margin: 0;
}

span.np {
    background: url(/static/images/new/np.png) no-repeat 5px/ 80%;
    margin-right: 8px;
}

span.new {
    background: url(/static/images/new/new.png) no-repeat center/ 70%;
    margin-right: 8px;
}

span.promo {
    background: url(/static/images/new/promo.png) no-repeat center/ 70%;
    margin-right: 8px;
}

span.rec {
    background: url(/static/images/new/rec.png) no-repeat center/ 70%;
    margin-right: 8px;
}

span.rbs {
    background: url(/static/images/new/rec.png) no-repeat center/ 70%;
    margin-right: 5px;
}

span.cate27 {
    background: url(/static/images/new/p/1.png) no-repeat center/ 14px 23px;
}

span.cate6 {
    background: url(/static/images/new/p/2.png) no-repeat center/ 22px 21px;
}

span.cate19 {
    background: url(/static/images/new/p/3.png) no-repeat center/ 23px 19px;
}

span.cate20 {
    background: url(/static/images/new/p/4.png) no-repeat center/ 26px 19px;
}

span.cate43 {
    background: url(/static/images/new/p/5.png) no-repeat center/ 12px 21px;
}

span.cate21 {
    background: url(/static/images/new/p/6.png) no-repeat center/ 25px 17px;
}

span.cate24 {
    background: url(/static/images/new/p/7.png) no-repeat center/ 19px 21px;
}

span.cate25 {
    background: url(/static/images/new/p/8.png) no-repeat center/ 21px 21px;
}

span.cate26 {
    background: url(/static/images/new/p/9.png) no-repeat center/ 16px 21px;
}

span.cate28 {
    background: url(/static/images/new/p/10.png) no-repeat center/ 21px 21px;
}

.filter3_box {
    /* background-color: #F4F8FB; */
    /* box-shadow: 0 0 3px #d8d8d8; */
    /* border-radius: 15px; */
}

.filter3_box h4>.pull-left {
    min-width: 70px;
    margin-left: 10px;
}

#filter h4.filter3_box_title {
    display: flex;
    background-color: #E8ECEE;
    border-radius: 15px 15px 1px 1px;
    padding: 20px 0 0;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}

#desktop-brand,
#desktop-country {
    max-height: 230px;
    overflow: auto;
    margin: 0;
}

.showmore {
    display: block;
    color: #9E9E9E;
    font-size: 16px !important;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 14px;
}

#filter {
    font-size: 18px;
    /* position: fixed !important;
    right: 0;
    top: 155px;
    height: calc(100% - 165px); */
    overflow: overlay;
    padding: 0 10px 0 0;
}

.categorylist_box {
    font-size: 18px;
    /* position: fixed !important;
    left:0;
    top:165px;
    height: calc(100% - 165px); */
    overflow: overlay;
    padding: 0;
}

.sideleft {
    /* position: fixed; */
    /* right: 0; */
    /* top: 95px; */
    /* width: 100px; */
    /* z-index: 66; */
}

.sideright {
    /* position: fixed; */
    /* right: 0; */
    /* top: 130px; */
    /* text-align: left; */
    /* width: 100px; */
}


.flex_rec_icons>a:hover{
    color:var(--main-color);
    text-decoration: underline; 
}

.flex_rec_icons {
    /* display: flex; */
    /* align-items: flex-end; */
    color:#333;
    /* font-size: 16px; */
    /* line-height: 2; */
    padding: 2px 5px;
}

.catline_ul {
    padding-left: 15px;
}

::-webkit-scrollbar {
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    /* background-clip: content-box; */
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

@media (min-width: 768px) {
    #results .pagination {
        display: flex;
    }

}

@media (max-width: 767px) {
    .sort_item_box {
    }
    .sideright {
        z-index: 3;
    }
    .cate_fliter,
    .categorylist_box,
    #filter {
        position: fixed;
        z-index: 6;
        background: #fff;
        width: 300px;
        height: calc(100% - 60px);
        left: 0;
        top: 75px;
        padding-left: 20px !important;
        padding-top: 50px !important;
        padding-bottom: 40px !important;
        box-shadow: 0 0 3px;
    }

    .filter3_box {
        max-width: 480px;
        width: 86%;
        border: none;
    }

}