/*@font-face {
    font-family: Gotham;
    src: url(../fonts/GothamMedium_1.ttf);
}
*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap');

* {
    font-family: 'Encode Sans' !important;
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

.mt-3 {
    margin-top: 21px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.pos-rel {
    position: relative;
}

.bg-yellow {
    background: #ffb600 !important;
}

.bg-purple {
    background: #c82af5 !important;
}

.bg-brown {
    background: #550d0d !important;
}



.bg-darkpurple {
    background: #a60999 !important;
}


.top-selling-product-wrap {
    padding: 35px 0px;
    background: #ffb600;
}

    .top-selling-product-wrap .sec-heading {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 60px;
        color: #fff;
        text-shadow: 5px 4px #e19800;
        font-weight: 700;
    }

a.bf-pro-wrap {
    font-family: poppins !important;
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    /*margin: 0 auto 60px;*/
    margin: 10px auto 60px;
    padding: 10px 0px 1px 0px;
    display: block;
}

.bf-pro-wrap img {
    /*width: 100%;*/
    width: 82%;
    margin-bottom: 10px;
}

.blk-fri-ellipse {
    font-size: 15px;
    font-weight: 600;
    color: #242424;
    font-family: 'Poppins', sans-serif;
    min-height: 35px;
    margin: 0 auto;
    margin-bottom: 0px;
    line-height: 18px;
    padding: 0px 15px;
    /* width: 300px; */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.original-price span {
    text-decoration: line-through;
    font-size: 17px !important;
    color: #a1a9b0;
    font-weight: 500;
}


.sav-wrap {
    background: #ff9c00;
    width: 135px;
    border-radius: 5px;
    padding: 5px 3px;
    text-align: center;
    margin: 0 auto;
}

    .sav-wrap h3 {
        color: #0f1f7e;
        font-size: 16px;
        font-weight: 600;
        margin: 0px;
        font-family: 'Poppins', sans-serif;
    }

.dis-wrap {
    background: #7b037f;
    width: 240px;
    border-radius: 0px 0px 10px 10px;
    padding: 3px 3px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

    .dis-wrap table {
        width: 100%;
    }

.p-was {
    color: #bdbdbd;
    margin: 0;
    text-decoration: line-through;
    font-family: 'Poppins', sans-serif;
}

.p-now {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.top-trending-product-wrap {
    padding: 35px 0px;
}

    .top-trending-product-wrap .sec-heading {
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 400px;
        margin-bottom: 25px;
    }

    .top-trending-product-wrap .dis-wrap {
        width: 170px;
        padding: 0px;
        margin: 0 auto;
        background: none;
        margin-bottom: 25px;
    }

        .top-trending-product-wrap .dis-wrap .p-was {
            color: #091e61;
            font-size: 22px;
            margin: 0;
            text-decoration: line-through;
        }

        .top-trending-product-wrap .dis-wrap .p-now {
            font-size: 22px;
            color: #f7440d;
            font-weight: 700;
            margin: 0;
        }

    .top-trending-product-wrap .sav-wrap {
        position: absolute;
        top: -12px;
        right: 30px;
        background: #f7440d;
        border-radius: 999px;
        color: #fff;
        width: 200px;
    }

        .top-trending-product-wrap .sav-wrap h3 {
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            margin: 0px;
        }

    .top-trending-product-wrap .sec-banner {
        width: 100%;
        margin-top: 25px;
    }

.men-sec-heading {
    position: absolute;
    top: -99px;
    left: 29%;
}

.bf-sec-wrap {
    padding: 35px 0px;
}

a.bf-cat-wrap img {
    width: 100%;
}

a.bf-cat-wrap {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 375px) and (min-width: 320px) {
    /*body .top-trending-product-wrap .sav-wrap {
            right: 10px !important;
            top: -11px;
            width: 110px;
        }*/
    .top-trending-product-wrap .sav-wrap h3 {
        font-size: 12px !important;
    }

    .bf-pro-wrap h2 {
        width: 140px;
        font-size: 11px;
    }

    .p-now {
        font-size: 18px;
    }
}

@media only screen and (max-width: 425px) and (min-width: 375px) {
    body .top-trending-product-wrap .sav-wrap {
        right: 10px !important;
        top: -11px;
        width: 160px;
    }
}

@media screen and (max-width: 320px) {


    body .top-trending-product-wrap .pos-rel .sav-wrap {
        right: 10px !important;
        top: -11px;
        width: 110px;
    }
}



@media only screen and (max-width :1024px) {


    .dis-wrap {
        width: auto;
    }

    .sav-wrap {
        width: 115px;
    }

        .sav-wrap h3 {
            font-size: 14px;
        }

    .p-was {
        font-size: 16px;
        font-weight: 700;
    }

    .top-trending-product-wrap .dis-wrap .p-was {
        font-size: 18px;
        margin-right: 5px;
    }

    .top-trending-product-wrap .dis-wrap .p-now {
        font-size: 16px;
    }

    .top-trending-product-wrap .dis-wrap {
        width: 115px;
    }

    .top-trending-product-wrap .sav-wrap h3 {
        font-size: 14px;
    }

    .top-trending-product-wrap .sav-wrap {
        right: 18px;
        top: -12px;
        width: 175px;
    }

    .men-sec-heading {
        left: 22%;
    }
}

@media screen and (max-width: 768px) {
    .cdnone {
        display: none;
    }

    .res-mb-25 {
        margin-bottom: 25px;
        display: block;
    }

    .men-sec-heading {
        left: 13% !important;
    }

    .top-selling-product-wrap .sec-heading {
        font-size: 46px;
    }

    .dis-wrap {
        margin-bottom: 15px;
    }

    section.top-trending-product-wrap .bf-pro-wrap {
        /*margin-bottom: 20px;*/
        margin-bottom: 32px !important;
    }

    .top-trending-product-wrap .sav-wrap {
        right: 23px !important;
    }

    a.bf-pro-wrap {
        text-decoration: none;
        background: #fff;
        border-radius: 5px;
        text-align: center;
        /* margin: 0 auto 60px; */
        margin: 45px auto 60px !important;
        padding: 10px 0px 0px 0px;
        display: block;
    }



    .shipfeed {
        display: none !important;
    }
}

@media screen and (max-width: 670px) {



    .pricetag span {
        font-size: 14px !important;
    }

    .Circle_Saves {
        /* font-size: 9px;
        width: 50px;
        height: 50px; */
        font-weight: 600;
        font-family: Gotham;
        font-size: 8px !important;
        line-height: 11px;
        /*background: #372686;*/
        background: #F84600;
        /* color: #000; */
        color: #fff;
        text-align: center;
        border-radius: 4px;
        width: 43px !important;
        height: 43px !important;
        padding: 11px 0px !important;
        margin: 0px 6px !important;
        position: absolute;
    }

        .Circle_Saves span {
            font-size: 12px !important;
        }

    .shipfeed {
        display: none !important;
    }
}


@media only screen and (max-width: 600px) {


    .blk-fri-ellipse {
        font-size: 14px;
        font-weight: 600;
        color: #242424;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: 'Poppins', sans-serif;
        min-height: 25px;
        margin: 0 auto;
        margin-bottom: 0px;
        line-height: 18px;
        padding: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .As-low-AS {
        /* display: block; */
        /* font-size: 12px; */
        /* font-size: 13px !important; */
        font-size: 14px !important;
        font-weight: 500 !important;
        /* margin-bottom: -4px; */
        margin-bottom: -2px;
    }

    .blk-fri-free-ship {
        height: 38px !important;
        overflow: hidden;
        /* position: relative; */
        background: #bee501;
    }

    marquee > span.head-fri-text {
        font-size: 17px !important;
        font-weight: 550;
        color: #000 !important;
        line-height: 38px !important;
        margin-left: 18rem;
        font-family: poppins;
        font-weight: 600;
    }

        marquee > span.head-fri-text > span.head-fri-price {
            font-size: 20px !important;
            font-weight: 600;
            color: #000 !important;
        }
}

/*Top button css */
body #button-top {
    display: inline-block;
    background-color: #372686;
    /* background-color: #eafa34; */
    width: 50px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 0px;
    left: 0px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

#button-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 35px;
    color: #fff;
}

#button-top:hover {
    cursor: pointer;
    background-color: #333;
}

#button-top:active {
    background-color: #555;
}

#button-top.show {
    opacity: 1;
    visibility: visible;
}

/* / Styles for the content section / */
@media (min-width: 500px) {
    #button-top {
        margin: 30px;
    }
}

.view-more-btn {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 200px;
    padding: 10px 15px;
    border-radius: 999px;
    color: #fff !important;
    margin-top: 45px;
    font-family: 'Poppins', sans-serif;
}

.yellow-btn-bg {
    background: #ff9800;
}

.blue-btn-bg {
    background: #1f1236;
}

.red-btn-bg {
    background: #e30000;
}

.lightblue-btn-bg {
    background: #0056e4;
}

.purple-btn-bg {
    background: #77006d;
}


.disc-wrap {
    text-align: center;
    margin: 10px 0px;
}

#for-mens a.bf-pro-wrap,
#for-womens a.bf-pro-wrap,
#for-boys a.bf-pro-wrap,
#for-girls a.bf-pro-wrap,
#for-infants a.bf-pro-wrap {
    margin-bottom: 35px;
}


.pricetag {
    font-family: Gotham;
    width: 100%;
    /* height: 58px; */
    margin: -1px auto;
    /* padding-bottom: 3px;   */
    border-radius: 4px;
    line-height: 24px;
    /*background: #FF1516;*/
    background: #D00532 !important;
    /* background: linear-gradient(63deg, rgba(254,124,148,1) 15%, rgba(255,182,150,1) 58%); */
}

.priceshowed {
    color: #fff;
    padding: 12px 0px;
}

.As-low-AS {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: -2px;
}

/*.Circle_Saves {
    font-family: Gotham;
    font-size: 10px;
    line-height: 10px;*/
/*background: #ff4800;
    color: #fff;*/
/*background: #DB1201;*/
/*color: #000;*/
/*color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 14px 1px;
    margin: 8px;
    position: absolute;
}*/

.Circle_Saves {
    font-weight: 600;
    font-family: Gotham;
    font-size: 10px;
    line-height: 12px;
    /*background: #372686;*/
    background: #F84600;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 55px;
    height: 50px;
    padding: 14px 1px;
    margin: 0px 6px;
    position: absolute;
}

    /*custom css ruby shaarif*/

    .Circle_Saves span {
        font-size: 14px !important;
    }

/*Rating*/

.blk-fri-rating {
    font-size: 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 2px;
}

.star-icon {
    top: 3px;
    left: 4px;
    color: #ddd;
    font-size: 20px;
    position: relative;
}

    .star-icon.full:before, .star-icon.half:before {
        color: #FDCC0D;
        content: '\2605';
        position: absolute;
        left: 0;
    }

.mobile-as-price {
    background: linear-gradient(63deg, rgba(254,124,148,1) 15%, rgba(255,182,150,1) 58%);
    color: #000 !important;
    padding: 3px 6px;
    line-height: 26px !important;
}

@media only screen and (max-width: 1200px) {
    .blk-fri-rating {
        font-size: 16px;
        /* padding:4px; */
        padding: 0px 0px 6px 0px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        flex-direction: column-reverse;
    }
}
