.col-lg-3.col-md-4.col-6.widthfxslidr {
    width: 16.6%;
}
.btn.btn--white {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.single-box {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bigsavediv {
    background: whitesmoke;
    padding: 15px;
    height: 100%;
}

h4.bigsavediv-head {
    font-weight: 600;
    font-size: 19px;
}

p.bigsavediv-desc {
    font-size: 14px;
}

.prev,
.next {
    position: absolute;
    color: #bdbfbf !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    top: 95% !important;
}

.deal-progress {
    margin: 15px 0px 30px 0px;
}

.got-your-style h2 {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 25px;
}

.got-your-style-heading {
    background-color: #F5F5F5;
    padding: 10px;
}

.got-your-style-heading h4 {
    font-weight: 700;
}

.got-your-style-fx-mg {
    padding: 5px;
}

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

.fade:not(.show) {
    opacity: 1;
}

.mySlides.fade.fix {
    border: 1px solid #dddddd;
    padding: 20px;

}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.product-image {

    margin-bottom: 14px;
    overflow: hidden;
}

.product-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.product-image>img {
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.product-name {
    display: block;
    margin-bottom: 23px;
    color: #191919;
}

a.product-name:hover h6 {
    color: #0068e1 !important;
    transition-duration: none !important;
}

.product-name h6 {
    line-height: 24px;
    display: -webkit-box;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

.product-info-st {
    display: -webkit-box;
    display: flex;
    margin-bottom: 25px;
    padding: 10px 0 8px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.product-price-st {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    color: #0068e1 !important;
    color: var(--color-primary);
}

.previous-price-st {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    margin: 1px 0 0 8px;
    color: #a6a6a6;
    text-decoration: line-through;
}

#clockdiv {
    font-family: sans-serif;
    color: black;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 17px;
    width: 100%;
}

#clockdiv>div {
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div>span {
    padding: 15px;
    border-radius: 3px;
    background: #f2f4f5;
    display: inline-block;
    font-weight: 600;
}

#clockdiv1 {
    font-family: sans-serif;
    color: black;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 17px;
    width: 100%;
}

#clockdiv1>div {
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv1 div>span {
    padding: 15px;
    border-radius: 3px;
    background: #f2f4f5;
    display: inline-block;
    font-weight: 600;
}

#clockdiv2 {
    font-family: sans-serif;
    color: black;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 17px;
    width: 100%;
}

#clockdiv2>div {
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv2 div>span {
    padding: 15px;
    border-radius: 3px;
    background: #f2f4f5;
    display: inline-block;
    font-weight: 600;
}

.smalltext {
    padding-top: 5px;
    font-size: 12px;
}

.deal-progress .stock-available,
.daily-deals .deal-progress .stock-sold {
    font-size: 12px;
    line-height: 22px;
    color: #a6a6a6;
    width: 50%;
    float: left;
}

.deal-progress .stock-available>span,
.daily-deals .deal-progress .stock-sold>span {
    color: #191919;
}

.stock-sold {
    font-size: 12px;
    line-height: 22px;
    color: #a6a6a6;
}

.stock-sold>span {
    color: #191919;
}

@media(max-width:475px) {
    .col-lg-3.col-md-4.col-6.widthfxslidr {
    width: 50% !important;
    }
    
    .item .info .name {
        height: auto !important;
    }

    .got-your-style h2 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .banner-section {
        padding: 20px 0px 10px;
    }

    .categori-item {
        padding: 0px 0px 0px;
    }

    h2.title-new-releases {
        font-size: 20px;
        font-weight: 700;
        margin: 15px 0px 5px 0px;
        text-align: left;

    }

    .trending {
        padding: 0px 0px 0px;
    }

    .trending-item-slider.owl-carousel .owl-stage {
        padding: 0px 0px 0px;
    }

    .brand-section {
        margin-top: 0px;
    }

    .partners {
        padding: 0px 0px 60px;
    }

    .got-your-style-fx-mg {
        padding: 15px;
    }

    
}
 @media only screen and (max-width: 780px)
 {
    
    .bnr-section-fx-mb-bnr {
        margin-bottom: 15px;
    }
 }
 @media only screen and (max-width: 990px)
 {
    .bnr-section-fx-mb-bnr {
        margin-bottom: 15px;
    }
 }