#ht_swatches_library {
    position: fixed;
    width: 350px;
    top:0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: 777777777;
    box-shadow: 1px 1px 5px 2px #d0cfcf;
    margin-right: -390px;
    transition: all 200ms;
}
#ht_swatches_library.open {
    margin-right: 0;
}
body.ht-swatches-library-open {

}
body.ht-swatches-library-open.cc-Search-sticky .header-middle .th-search {
    display: none;
}
#ht_swatches_library.expanded {
    width: 650px;
}
#ht_swatches_library .ht-sl-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
    scrollbar-width: thin;
    scrollbar-color: #CACACA #FFF;
    padding-top: 25px;
    padding-left: 15px;
}
#ht_swatches_library .ht-sl-container::-webkit-scrollbar {
    width: 12px;
}

#ht_swatches_library .ht-sl-container::-webkit-scrollbar-track {
    background: #FFF;
}

#ht_swatches_library .ht-sl-container::-webkit-scrollbar-thumb {
    background-color: #CACACA;
    border-radius: 20px;
    border: 3px solid #FFF;
}
#ht_swatches_library .ht-sl-container .header {
    text-align: center;
    font-size: 20px;
    margin: 0 0 15px 0;
}
#ht_swatches_library .ht-sl-container h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.sb_catalog>.list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
#ht_swatches_library.expanded .sb_catalog>.list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.sb_catalog div.c {
    padding: 0px 20px 18px 5px;
}
.sb_catalog div.c > div.swatch {
    display: table;
    width: 100%;
    height: 75px;
    table-layout: fixed;
    -webkit-box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 36%);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 36%);
    border-radius: 5px;
}
.sb_catalog div.c > div.swatch > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.sb_catalog div.c > div.swatch > div.image {
    width: 75px;
}
.sb_catalog div.c > div.swatch > div.image > .preview {
    width: 75px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sb_catalog div.c > div.swatch:hover > div.image > .preview {
    cursor: zoom-in;
}
.sb_catalog div.c > div.swatch > div.name {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.sb_catalog div.c > div.swatch > div.actions {
    position: relative;
    width: 35px;
}
.sb_catalog div.c > div.swatch > div.actions .allcp-form .option {
    margin: 0;
    padding: 0;
}
.sb_catalog div.c > div.swatch > div.actions .allcp-form .option .checkbox {
    margin: 0;
}
.sb_catalog div.c > div.swatch > div.actions .choose-swatch-btn {
    position: absolute;
    background-color: #3a4735;
    color: #FFF;
    width: 90px;
    height: 30px;
    border-radius: 30px;
    right: -10px;
    border: none;
    top: 50%;
    margin-top: -15px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    line-height: initial;
    -webkit-box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 36%);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 36%);
    transition: all 200ms;
}

.sb_catalog div.c > div.swatch > div.actions .choose-swatch-btn.added {
    background-color: dimgray;
    color: #FFF;
}

.ht-sl-container .expand-btn-container button.show-more {
    color: #3a4735;
    padding: 15px 25px;
    background: transparent;
    border: solid 1px #3a4735;
    border-radius: 30px;
    margin: 0 auto 15px auto;
    display: block;
}

.ht-sl-container .expand-sidebar-btn {
    position: fixed;
    bottom: 15px;
    right: 330px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: none;
    background-color: #3a4735;
    color: #FFF;
    text-align: center;
    transition: all 200ms;
}
#ht_swatches_library.expanded .ht-sl-container .expand-sidebar-btn {
    right: 630px;
}
.ht-sl-container .close-sidebar-btn {
    position: fixed;
    top: 15px;
    right: 330px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: none;
    background-color: #3a4735;
    color: #FFF;
    text-align: center;
    transition: all 200ms;
}
#ht_swatches_library.expanded .ht-sl-container .close-sidebar-btn {
    right: 630px;
}
#ht_sl-sinfo {
    position: fixed;
    top: 50%;
    width: 550px;
    height: 380px;
    background: #FFF;
    left: 50%;
    margin-left: -275px;
    margin-top: -190px;
    z-index: 10000000000000000;
    box-shadow: 2px -2px 59px -14px rgb(0 0 0 / 68%);
    -webkit-box-shadow: 2px -2px 59px -14px rgb(0 0 0 / 68%);
    -moz-box-shadow: 2px -2px 59px -14px rgba(0,0,0,0.68);
    padding: 25px;
    border-radius: 30px;
}
#ht_sl-sinfo .specifications {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-top: 20px;
}
#ht_sl-sinfo .swatch-circle-preview {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #FFF;
    top: -75px;
    left: 50%;
    margin-left: -75px;
    border-radius: 150px;
    box-shadow: 2px -2px 59px -14px rgb(0 0 0 / 68%);
    -webkit-box-shadow: 2px -2px 59px -14px rgb(0 0 0 / 68%);
    -moz-box-shadow: 2px -2px 59px -14px rgba(0,0,0,0.68);
}
#ht_sl-sinfo .sku {
    margin: 0;
}
#ht_sl-sinfo .specifications>div {
    border-bottom: solid 1px #d5d5d5;
    padding: 15px 10px;
}
#ht_sl-sinfo .specifications>div>span {
    color: #d5d5d5;
    display: block;
    font-size: 10px;
}
#ht_sl-sinfo .specifications>div:nth-child(odd) {
    border-right: solid 1px #d5d5d5;
}
#ht_sl-sinfo .specifications.last-row-info div:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
    border-right: none;
    border-bottom: none;
}
#ht_sl-sinfo .footer-line {
    width: 400px;
    height: 20px;
    background: #3a4735;
    position: absolute;
    bottom: -20px;
    z-index: -334;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    left: 50%;
    margin-left: -200px;
}
#ht_sl-sinfo button.close-htslsinfo {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 20px;
}
@media (max-width: 2100px) {
    .sb_catalog>.list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1850px) {
    .sb_catalog>.list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1500px) {
    .sb_catalog>.list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1100px) {
    .sb_catalog>.list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 770px) {
    .sb_catalog>.list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    #ht_swatches_library {
        max-width: 80%;
    }
    #ht_swatches_library.expanded {
        max-width: 80%;
    }
    #ht_swatches_library.expanded .sb_catalog>.list {
        grid-template-columns: repeat(1, 1fr);
    }
    #ht_swatches_library.expanded .ht-sl-container .close-sidebar-btn {
        right: 77%;
    }
    #ht_swatches_library.expanded .ht-sl-container .expand-sidebar-btn {
        right: 77%;
    }
    #ht_sl-sinfo {
        width: 460px;
        margin-left: -230px;
    }
}