
/*WOOL*/
#wool-container{
    padding: 8px 15px 15px 15px;
    min-height: 100px;
    overflow: unset;
}
#wool-filters{
    min-width: 250px !important;
    padding: 15px;
    margin: 0px 0px 15px 0px;
    padding: 15px;
}

#wool-loop{
    width: 100%;
}
.wool-p{
    padding: 0px 0px 15px 0px !important;
    width: 100%;
    margin:0px !important;
}
.wool-product{
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    cursor: pointer;
}
.wool-product-article{
    height:auto;
    overflow:unset;
    width:100%;
    display: inline-block;
    position: relative;
}
.fling-minislide{
    width:32%;
    float:left;
}
#fling-right{
    width:66%;
    float:right;
    position:sticky;
    top:75px;
}
@media screen and (max-width: 1500px) {
    .wool-product{
        width: calc(25% - 10px);
    }
}
@media screen and (max-width: 1200px) {
    .wool-product{
        width: calc(25% - 10px);
    }
}
@media screen and (max-width: 1000px) {
    .wool-product{
        width: calc(33.33% - 10px);
    }
}
@media screen and (max-width: 820px) {
    .wool-product{
        width: calc(50% - 10px);
    }
    #wool-banner span{
        display: contents;
    }
    #wool-banner div{
        display: grid;
    }
    #wool-banner kbd{
        margin-top: 5px;
    }
    #wool-banner div{
        margin-top: 10px;
    }
    #filterss span{
        display: none;
    }
    .sticky {
        height: 60px !important;
    }
    #filterss {
        margin-top: -70px !important;
    }
    .fling-minislide{
        display: none;
    }
    #fling-right{
        position: unset;
        display: block;
        clear: both;
        width: 100%;
    }
    .mhide{
        display: none !important;
    }
}
#wool-banner kbd{
     margin-top: 5px;
}

.filtera-less-brands, .filtera-less-colors, .filtera-less-sizes{
    display: none;
}

#wool-filters h5{
    margin-bottom: 10px;
}

#wool-filters p{
    margin-bottom: 10px;
    display: block;
}

.mcontainer{
    padding-top: 15px;
    position: absolute;
    width: calc(100% - 30px);
}
.wool-product-name{
    height: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 5px;
}

#wool-banner{
    margin: 15px 15px 0px 15px;
    padding: 15px;
    min-height: 60px;
    scroll-margin: 75px;
}
#wool-product{
    scroll-margin: 75px;
}
#wool-popular{
    margin: 15px 15px 0px 10px;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
#wool-banner span{
    float: right;
}

#wool-more{
    text-align: center;
}

#wool-more kbd{
    margin: 15px;
    padding: 15px;
    display: block;
    cursor: pointer;
}

.pricing{
    width: 100%;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    padding: 0 5px 5px 5px;
}

#sticky-filters hr{
    margin:25px 0px;
}
#sticky-filters div div{
    max-height: 250px;
    overflow-y: auto;
}

.xfling-minislide {position:relative; }
.xfling-minislide img{
    position:absolute; animation:fling-minislide 30s infinite; opacity:0; width: 100%; height: auto;
}
.fling-minislide video{
    margin-bottom: 10px;
    width: 100%;
}
.fling-minislide img{
    width: 100%;
}
.fling-minislide div{
    margin-bottom: 10px;
}
@keyframes fling-minislide {10%{opacity:1;} 40%{opacity:0;}}
.fling-minislide img:nth-child(1){animation-delay:0s;}
.fling-minislide img:nth-child(2){animation-delay:5s;}
.fling-minislide img:nth-child(3){animation-delay:10s;}
.fling-minislide img:nth-child(4){animation-delay:15s;}
.fling-minislide img:nth-child(5){animation-delay:20s;}
.fling-minislide img:nth-child(6){animation-delay:25s;}
.fling-minislide img:nth-child(7){animation-delay:30s;}

.sticky{
    position: sticky;
    top: 0;
    height: 70px;
    z-index: 9;
    max-width: 1770px;
}
#filterl{
    height: 50px;
}
details{
    border-bottom: none;
}
details summary::after {
    display: none;
}
#filterss{
    margin-top: -70px;
}

coral{
    color: coral;
}
.nothing{
    width: 100%;
    text-align: center;
    display: block;
}

.product-name{
    color: #444;
    font-size: 20px;
}
.pprice{
    font-size: 20px !important;
    white-space:nowrap;
}
.btagwrapper td{
    border: none !important;
}
.btagwrapper th{
    color:#444;
    border-bottom: 1px solid var(--table-border);
}

@keyframes heartbeat{
  0%{
    transform: scale( .75 );
  }
  20%{
    transform: scale( 1 );
  }
  40%{
    transform: scale( .75 );
  }
  60%{
    transform: scale( 1 );
  }
  80%{
    transform: scale( .75 );
  }
  100%{
    transform: scale( .75 );
  }
}

#user-cart.beat{
    animation: heartbeat 1s infinite;
}

#cartcount{
    position: absolute;
}

.gg-check {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

.gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.wool-banner-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--spacing-gutter);
    padding-left: var(--spacing-gutter);
}

.banner-inner {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.banner-inner h2 , .banner-inner h1 {
    margin-bottom: -10px;
}

#wpimage1,#wpimage2,#wpimage3,#wpimage4,#wpimage5,#wpimage6,#wpimage7{
    overflow: hidden;
}

.wool-img-wrapper img{
    max-height: 350px;

}
.wool-img-wrapper{
    text-align:center;
    filter: contrast(0.95);
    background: white;
    border-radius: 5px;
}
.fz-1-single-product .fz-single-product__tx{
    border-radius: 5px !important;
}
.bodymain{
    max-width: 1500px;
}
/* Fragrance*/
body > a{
    display:grid !important;
}
#sticky-filters{
    display: flex;
}
#sticky-filters > div{
    width: 25%;
    padding: 15px;
}
#wool-container summary{
    list-style: none;
    padding: 15px 0 15px 15px;
}
#wool-container details{
    background-color: #f8f8f8;
}
#filterss::marker{
    display:none !important;
}
#wool-banner {
    padding: 25px 25px 0px 0px !important;
}
#wool-banner div{
    text-align:center;
    display:none;
}
#pcount{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 0;
    text-align:center;
    margin:50px 0px;
}
progress {
    width: 100%;
    height: 50px;
    accent-color: black;
}
progress:indeterminate {
    width: 100%;
    height: 50px;
    accent-color: black;
}
@media screen and (max-width: 820px) {
    #wool-banner span {
        display: block;
    }
    #sticky-filters{
        display: block;
    }
    #sticky-filters > div{
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .fz-logo-container {
        margin: unset;
    }
    .fz-logo{
        margin: 15px auto;
    }
}
#wool-more kbd {
    font-size: 18px;
    font-family: "Kanit", sans-serif;
}
#wool-filters p {
    font-weight: bold;
}
.fz-logo, .fz-logo a img{
    max-height:100px;
}
.fz-1-header-section .bottom-header {
    padding: 10px 0;
}
.fz-1-footer-section .fz-footer-top {
    padding: 75px 0;
}
.fz-1-footer-section .fz-footer-bottom {
    padding: 15px 0;
}
.simple-slider{
    overflow:hidden;position:relative;
    display: none;
}
.simple-slider .slider-wrapper{
    height:100%;position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-timing-function:cubic-bezier(.7,0,.3,1);transition-timing-function:cubic-bezier(.7,0,.3,1)
}
.simple-slider .slider-slide{
    background-size:cover;background-position:center top;height:100%;float:left
}
.simple-slider .slider-pagination{
    text-align:center;width:100%;bottom:0;position:absolute
}
.simple-slider .slider-pagination .pagination-bullet{
    display:inline-block;cursor:pointer;width:16px;height:5px;margin:4px;background-color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;
    box-shadow: 0 0 3px #ccc;
}
.simple-slider .slider-pagination .pagination-bullet.is-active{
    background-color:#999
}
.simple-slider .slider-btn{
    width:30px;height:50px;top:50%;cursor:pointer;background-repeat:no-repeat;position:absolute;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)
}
.simple-slider .slider-btn.slider-btn-prev{
    left:20px;background-image:url(../images/r.png);background-position:left;
    background-size: cover;
}
.simple-slider .slider-btn.slider-btn-next{
    right:20px;background-image:url(../images/l.png);background-position:right;
    background-size: cover;
}
.slider-slide video,.slider-slide img{
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
}
#fling-right, #fling-right p,#fling-right details, #fling-right summary, .btagwrapper{
    padding: 15px;
    border-radius: 5px;
}
.btagwrapper table{
    width:100%;
}
.buy-now-tal{
    padding: 5px;
    background-color: #0b79bf;
    border: none;
    color: #fefefe !important;
    width: 100%;
    border-radius: 5px;
}
.buy-now{
    padding: 5px;
    background-color: #444;
    border: none;
    color: #fefefe !important;
    width: 100%;
    border-radius: 5px;
}
#fling-right details{
    margin: 10px 0px;
}
#wool-cart{
    margin: 0px auto;
    padding: 25px;
    border-bottom: 5px solid #666;
    height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
    max-width: 1500px;
}

#wool-cart h5{
    margin: 25px auto;
    text-align: center;
    text-transform: uppercase;
}
#bag-table{
    width: 100%;
    color: #333;
}
#bag-table td{
    border-bottom: 1px #bbb dashed;
    padding: 5px;
}
#bag-table th{
    border-bottom: 1px #bbb solid;
    padding: 5px;
}
@media screen and (max-width: 820px) {
    #bag-table{
        margin:0;
        width:100%;
    }
    #bag-table {
        border: 0;
    }
    #bag-table thead {
        display: none;
    }
    #bag-table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
    }
    #bag-table td {
        display: block;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px dotted #ccc;
    }
    #bag-table td:last-child {
        border-bottom: 0;
    }
    #bag-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
    }
}
#wool-checkout-wrapper{
    text-align: center;
    margin-top: 25px;
}
#username,#password,#clientname, #wool-checkout-wrapper input, #wool-checkout-wrapper textarea{
    padding-left: 60px;
    border:none;
    background-color:whitesmoke;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 14px;
    color: #444;
    height: 50px;
    width:100%;
}
#wool-checkout-wrapper textarea{
    height: 150px;
    padding-top: 15px;
}
#username, #invoice-email{
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 15px;
}
#password{
    background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: 16px;
}
#clientname, #invoice-name, #invoice-cell{
    background-image: url("../images/user.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 15px;
}
#invoice-address{
    background-image: url("../images/pin.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 15px 10px;;
}
.bag-del {
    color: red;
    cursor: pointer;
}
.strongtotal {
    font-size: 16px !important;
}
#wool-checkout, #wool-pay {
    padding: 10px;
    margin: 15px;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.qtyc{
    position: absolute;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    background-color: white;
}
@media screen and (max-width: 550px) {
    .fz-logo-container {
        max-width:min-content !important;
    }
    .fz-logo-container a{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 479px) {
    .fz-single-feature {
        gap: 15px;
        justify-content: center;
        min-width: 150px;
    }
}
details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; margin-top: -10px}
    100%  {opacity: 1; margin-top: 0px}
}
#qty-now{
    padding-right: 10%;
}
.filtera span{
    color: #999;
}
.sheep-actions-button{
    cursor: pointer;
}
