@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
html {
    --c-primary: #ff7518;
    /*--c-primary: #f27a1a;*/
    --c-secondary: #0255a3;
    --c-tertiary: #ec2426;
    --c-pink: #ff1493;
    --c-green: #3cb33c;
    --c-red: #f70505;
}
body{
    background-color: #ffffff;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    height: 100%;
    min-height: 100%;
    line-height: 1.4;
    color: #333333;
}

a, a:hover, a:active, a:visited, a:focus {text-decoration: none;color: #646464;}
.fs-10 {font-size: 10px;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}
.fs-21 {font-size: 21px;}
.fs-22 {font-size: 22px;}
.fs-23 {font-size: 23px;}
.fs-24 {font-size: 24px;}
.fs-25 {font-size: 25px;}
.bt{border-top: 1px solid #dadadacc;}
.bp{border-bottom: 1px solid #dadadacc;}
.tx-primary {color: var(--c-primary) !important;}
.tx-secondary {color: var(--c-secondary) !important;}
.tx-tertiary {color: var(--c-tertiary) !important;}
.tx-white {color: white;}
.tx-red {color: #f70505;}
.tx-pink {color: #ff1493;}
.tx-blue {color: #3973b9!important;}
.tx-green {color: #3cb33c;}
.tx-light-green{color:#339933;}
.tx-dark-green {color: #0b7e01;}
.tx-gold {color: #f7be3d;}
.tx-orange {color: #f27a1a;}
.tx-gray{color: #646464!important;}
.tx-grayish{color:#5f5f5f;}
.tx-light-gray {color: #a8a8a8!important;}
.tx-gg-gray{color:#767676;}
.tx-black{color:#484848;}
.tx-light-black{color:#2a2a2a;}
.tx-light-blue{color: #6498d0!important;}
.bg-primary {background-color: var(--c-primary) !important;}
.bg-secondary {background-color: var(--c-secondary) !important;}
.bg-tertiary {background-color: var(--c-tertiary) !important;}
.bg-green {background-color: #3cb33c;!important;}
.bg-pink {background-color: #ff1493;!important;}
.bg-white {background-color: #ffffff;!important;}
.bg-light-white {background-color: #f9f9f9;!important;}
.bg-red {background-color: #f70505;!important;}
.bg-light-gray{background-color: #f4f4f4;!important;}
.bg-hb-gray{background-color: #efefef;!important;}
.bg-gg-gray{background-color: #767676;}
.bc-primary {border-color: var(--c-primary) !important;}
.bc-secondary {border-color: var(--c-secondary) !important;}
.bc-tertiary {border-color: var(--c-tertiary) !important;}
.bc-light-gray {border-color: #a8a8a8!important;}
ul li::marker{ color: var(--c-primary) !important;}
.row {margin: 0;}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    padding: 0;
}
.fw-6 {font-weight: 600;}
.fw-5 {font-weight: 500;}
.fw-4 {font-weight: 400;}
.lh-9 {line-height: 90%;}
.ao-stock{opacity: .5;}
.cp{cursor: pointer;}
.bs{box-shadow: 0 3px 8px 0 rgba(0,0,0,.15), 0 3px 8px 0 rgba(0,0,0,.15);}


@media (min-width: 576px){
    .container{
        max-width: 100vw;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 100vw;
    }
}
@media (min-width: 992px){
    .container{
        max-width: 100vw;
    }
}
@media (max-width: 992px){

    .md-none{
        display: none;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1190px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1390px;
    }
}
.header-logoSection{
    padding: 10px 0 10px 0;
    width: 100%;
    display: flex;
}

.header-menuSection{
    background-color: #f3f3f3;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.03);

}
.header-menuSection ul{
    padding: 0;
    margin: 0;
}

.header-menuSection ul li{
    display: block;float: left;overflow: auto;
    text-align: center;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    color: #4c4c4c;
}
.header-menuSection a{
    color: #4c4c4c;
}

.shopping-basket{
    height: 44px;
    display: flex;
    align-items: center
}
#shopping-basket-inner{
    background-color: white;
    border: 1px solid #dee2e6;
    font-size: 15px;
    font-weight: 600;
    color: var(--c-primary);
    padding: 2px 5px 2px 5px;
    align-items:center;
    border-radius: .25rem!important;
}


.header-secondMenu{
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 11px 0 11px 0;

}
.header-secondMenu a{
    font-size: 15px;
    color: #a8a8a8;
    margin-right: 10px;
}
.header-secondMenu a:before{
    content: "•";
    color: #e31e23;
    margin-right: 7px;
}

.header-breadcrumb{
    background-color: #fcfcfc;
}

.d-breadcrumb > ul > li {
    display: table-cell;
}
.d-breadcrumb > ul {
    padding: 0;
    display: table;
    margin-bottom: 0;
}
.d-breadcrumb > ul li > a > i {
    padding-left: 9px;
    padding-right: 9px;
}
.d-breadcrumb > ul li:last-child > a > i {
    color: #f9f9f9;
    padding-right: 0;
}
.d-breadcrumb > ul > li > a {
    white-space: nowrap;
    font-size: 13px;
    color: #999999;
}
.d-breadcrumb > ul > li > a:last-child,.m-breadcrumb > ul > li > a:last-child:hover {
    white-space: nowrap;
    font-size: 13px;
    color: #999999;
}


/*FOOTER*/
.contact-bar {

    border-bottom: 1px solid #dadadacc;
}
.or-span {
    overflow: hidden;
    text-align: center;
    color: #919191;
}

.or-span:before, .or-span:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.or-span:before {
    max-width: 115px;
    right: 0.5em;
    background-color: rgb(218 218 218);
    margin-left: -50%;
}
.or-span:after {
    max-width: 115px;
    left: 0.5em;
    background-color: rgb(218 218 218);
    margin-right: -50%;
}
.ph-span > p {
    margin-bottom: -5px;
    font-size: 13px;
}
.ph-span > a {
    font-size: 24px;
    font-weight: 700;
}
footer .fa-whatsapp {
    color: #4dc247;
}
.contact-bar span:first-child > a {
    width: 120px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #919191;
    margin: 5px 5px 5px 5px;
}
.contact-bar span:first-child > a:first-child {
    color: white;
    background-color: #919191;
}

.contact-bar span:first-child > a:last-child {
    color: #919191;
}
.link-bar {
    border-bottom: 1px solid #dadadacc;
}
.footer-why{
    padding: 20px 0 20px 0;
}
.footer-why span{
    font-weight: 600;
}
.footer-why p{
    font-size: 14px;
    margin: 0;
}
.footer-why i{
    padding-right: 8px;
    color: var(--c-primary);
}

/*MEGA MENU*/
.hideScreen{
    position: absolute;
    z-index: 4;
    height: 150%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.mega-menu{
    z-index:4;
    position:absolute;
    width: 700px;
    border: 1px solid #dadadacc;
    background-color: white;
}
.mega-menu ul{
    list-style: none;
    padding: 0;
}
.mega-menu ul li{
    padding-top: 8px;
}
.menu-inner-title{
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #dadadacc;
}
.basket-menu{
    position: absolute;
    z-index:4;
    right: 0;
    min-width: 290px;
}

.basket-button{
    display: block;
    font-size: 15px;

    font-weight: 500;
    border: 1px solid #dee2e6;
    background-color: var(--c-primary);
    color: #fff;
    cursor: pointer;
    border-radius: .25rem;
    text-align: center;
    padding: 10px 0 10px 0;

}
.basket-button:hover{
    background-color: #ff8c05;
    transition: all 0.3s ease;
}
/*PRODUCT PRICE BAR*/
@media (min-width: 50px) {

    .fix-19{width: 48px;height: 42px;}
    .fix-20 {height: 22px;padding-top: 4px;}
    .fix-21{padding-top: 6px;}
    .fix-22{
        width: 30px;height: 20px;
    }
    .fix-23{padding-top: 2px;}
    .fix-24{padding-top: 3px;}
    .fix-25{height: 7px;}
    .fix-26{border:3px solid #339933;border-radius: 5px;}
    .fix-27{background-color: #339933;}

    .custom-sticker {position: absolute;z-index: 1010;}
    .custom-sticker > span {
        display: block;
        font-size: 13px;
        line-height: 28px;
    }
    .size-item{
        display: flex;
        align-items: center;
        background-color: white;
        border-radius: .25rem;
        margin: .5rem;
        width: 60px;
        height: 45px;
        border:3px solid;
        cursor: pointer;
    }
    .color-item{
        display: flex;
        align-items: center;
        background-color: white;
        border-radius: .25rem;
        margin: .5rem;
        width: 50px;
        height: 50px;
        border:3px solid #a8a8a8;

    }

    .size-box, .color-box{
        position: relative;
        min-width: 140px;
        border: 1px solid #dee2e6;
        border-radius: .25rem;
        padding-top: .5rem;
        padding-left: .25rem;
        padding-right: .25rem;
        margin: 1rem 1rem 1rem 1rem;
    }
    .size-box > span, .color-box > span{
        position: absolute; top: -9px;left: 8px;
        font-size: 12px;
        font-weight: 500;
        background-color: #fcfcfc;
    }

    .ins-size{
        border-color: #a8a8a8;
    }
    .aos-size{
        display: none;
        opacity: .5;
        border-color: #a8a8a8;
    }
    .selected-size, .selected-color{
        border-color: var(--c-primary);
    }

    .add-cart-button{
        display: block;
        font-size: 17px;
        min-width: 280px;
        font-weight: 500;
        border: 1px solid #dee2e6;
        background-color: var(--c-primary);
        color: #fff;
        cursor: pointer;
        border-radius: .25rem;
        text-align: center;
        padding: 15px 0 15px 0;

    }
    .add-cart-button:hover{
        background-color: #ff8c05;
        transition: all 0.3s ease;
    }

} /*badges*/
@media (min-width: 50px) {

    #badge_1,

    #badge_2,

    #badge_3,

    #badge_4,

    #badge_5,

    #badge_6,

    #badge_7,

    #badge_8,

    #badge_9 {

        position: Relative;

        border: 1px dotted #919191;

        border-radius: 0.5rem;

        width: 130px;

        height: 60px;

        font-weight: bold;

        background-color: #ffffff;

        margin: 0.25rem;

    }

    #badge_1 i,

    #badge_1 span,

    #badge_2 i,

    #badge_2 span,

    #badge_3 i,

    #badge_3 span,

    #badge_4 i,

    #badge_4 span,

    #badge_5 i,

    #badge_5 span,

    #badge_6 i,

    #badge_6 span,

    #badge_7 i,

    #badge_7 span,

    #badge_8 i,

    #badge_8 span,

    #badge_9 i,

    #badge_9 span {

        position: absolute;

    }

    #badge_9 i {

        top: 13px;

        left: 6px;

    }

    #badge_9 span:last-child {

        font-size: 13px;

        color: #f27a1a;

        left: 33px;

        top: 34px;

    }

    .spn_91 {

        font-size: 12px;

        color: #919191;

        left: 33px;

        top: 4px;

    }

    .spn_92 {

        font-size: 13px;

        color: #f27a1a;

        left: 33px;

        top: 18px;

    }

    #badge_8 i {

        top: 14px;

        left: 5px;

        color: #919191;

    }

    #badge_8 span:last-child {

        font-size: 13px;

        color: #f27a1a;

        left: 50px;

        top: 34px;

    }

    .spn_81 {

        font-size: 12px;

        color: #919191;

        left: 43px;

        top: 3px;

    }

    .spn_82 {

        font-size: 13px;

        color: #f27a1a;

        left: 50px;

        top: 18px;

    }

    #badge_7 i {

        top: 14px;

        left: 14px;

    }

    #badge_7 > span {

        font-size: 16px;

        color: #919191;

        left: 56px;

        top: 11px;

    }

    #badge_7 span:last-child {

        font-size: 16px;

        color: #919191;

        left: 56px;

        top: 28px;

    }

    #badge_6 i {

        top: 12px;

        left: 7px;

        color: #919191;

    }

    #badge_6 > span {

        font-size: 16px;

        color: #f27a1a;

        left: 56px;

        top: 10px;

    }

    #badge_6 span:last-child {

        font-size: 16px;

        color: #f27a1a;

        left: 56px;

        top: 26px;

    }

    #badge_5 i {

        top: 12px;

        left: 9px;

        color: #919191;

    }

    #badge_5 > span {

        font-size: 16px;

        color: #f27a1a;

        left: 60px;

        top: 10px;

    }

    #badge_5 span:last-child {

        font-size: 16px;

        color: #f27a1a;

        left: 60px;

        top: 26px;

    }

    #badge_4 i {

        top: 12px;

        left: 9px;

        color: #ff1493;

    }

    #badge_4 > span {

        font-size: 16px;

        color: #919191;

        left: 50px;

        top: 10px;

    }

    #badge_4 span:last-child {

        font-size: 16px;

        color: #919191;

        left: 50px;

        top: 27px;

    }

    #badge_3 i {

        top: 12px;

        left: 9px;

        color: #919191;

    }

    #badge_3 > span {

        font-size: 16px;

        color: #f27a1a;

        left: 50px;

        top: 12px;

    }

    #badge_3 span:last-child {

        font-size: 16px;

        color: #f27a1a;

        left: 50px;

        top: 27px;

    }

    #badge_2 i {

        top: 12px;

        left: 9px;

        color: #919191;

    }

    #badge_2 span:last-child {

        font-size: 16px;

        color: #f27a1a;

        left: 50px;

        top: 33px;

    }

    .spn_21 {

        font-size: 12px;

        color: #919191;

        left: 50px;

        top: 3px;

    }

    .spn_22 {

        font-size: 16px;

        color: #f27a1a;

        left: 50px;

        top: 16px;

    }

    #badge_1 i {

        top: 13px;

        left: 5px;

        color: #919191;

    }

    #badge_1 span:last-child {

        font-size: 16px;

        color: #f27a1a;

        left: 58px;

        top: 33px;

    }

    .spn_11 {

        font-size: 12px;

        color: #919191;

        left: 50px;

        top: 3px;

    }

    .spn_12 {

        font-size: 16px;

        color: #f27a1a;

        left: 58px;

        top: 15px;

    }

} /*product details texts*/
.fix-4 {left:-5px;top: -30px;}

.product-info-row{
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    -webkit-box-shadow: 0 0 5px 1px #f2f2f2;
    -moz-box-shadow: 0 0 5px 1px #f2f2f2;
    box-shadow: 0 0 5px 1px #f2f2f2;
    padding: 24px 0 24px 0;
}
.product-info-row i {
    width: 15%;
    color: #f27a1a;
}
.product-info-text{
    font-size: 14px;


}


.trust-bar{
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}
.trust-bar-icon{
    display: flex;
    margin: auto;
    height: 122px;
    width: 122px;
    border-radius: 50%!important;
    background-color: #f9f9f9;
}
.trust-bar-icon i{
    align-self: center;
    margin: auto;
    color:#6498d0;
}
.trust-bar-info{
    text-align: center;
    padding-top: 10px;
    color:#6498d0;
}
.trust-bar-info span:last-child{
    font-size: 12px;
    display: block;
}
.trust-bar-address {
    color:#646464;
    font-weight: 400;
    cursor: pointer;
}
.trust-bar-address i{
    color:#a8a8a8;
}
.trust-bar-address:hover i{
    color: var(--c-tertiary)
}
@media (min-width: 50px) {

    /*Mobil Bottom Add to Cart Bar*/

    .m-addCart-bar {


        border-top: 1px solid #d4d4d4;

    }

    .m-addCart-bar > div {

        position: relative;

        margin-left: auto;

    }

    .m-addCart-bar > button {

        font-weight: bold;

        margin-right: auto;

        margin-left: 15px;

        width: 280px;
        height: 55px;
        color: white;

    }



    .quantity {
        min-width: 120px;
        max-width: 120px;
        height: 55px;
        outline: inherit;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        font-size: 10px;
        background-color: #bfbfbf;
    }

    .quantity input {
        padding: 0 0 9px;
        height: 53px;
        border: none;
        box-shadow: none;
        border-top: 3px solid #bfbfbf;
        border-bottom: 3px solid #bfbfbf;
        border-radius: 0;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }
    textarea:focus, input:focus{
        outline: none!important;
        box-shadow:none!important;
    }
    .quantity button:first-child {
        width: 62px;
        border: 2px solid #bfbfbf;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: none;
        background-color: #bfbfbf;
        padding-left: 5px;
        color: #666;
        outline: none;
        cursor: pointer;
    }
    .quantity button:last-child {
        width: 62px;
        border: 2px solid #bfbfbf;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: none;
        background-color: #bfbfbf;
        padding-right: 5px;
        color: #666;
        outline: none;
        cursor: pointer;
    }

    .quantity button:first-child:active,
    .quantity button:last-child:active {
        background-color: lightblue;
        border-color: lightblue;
    }

    .quantity input:focus {
        border-color: #bfbfbf !important;
    }
    .quantity label {
        position: absolute;
        height: 8px;
        width: 40%;
        bottom: 9px;
        left: 38px;
        text-align: center;
        font-size: 12px;
    }
}



/*Product Reviews and Description*/
.cCard{
    border: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px 1px #f2f2f2;
    -moz-box-shadow: 0 0 5px 1px #f2f2f2;
    box-shadow: 0 0 5px 1px #f2f2f2;
    border-radius: .25rem!important
}
.gg-card{
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(85 85 85 / 50%);
    border-radius: 6px;
    padding: 20px 10px 20px 10px!important;
    overflow: hidden;
}
.cCardH:hover{
    -webkit-box-shadow:0 0 5px 0 rgba(128,128,128,.25);
    -moz-box-shadow:0 0 5px 0 rgba(128,128,128,.25);
    box-shadow:0 0 5px 0 rgba(128,128,128,.25)
}
.hover:hover img, .hover:hover span{
    cursor: pointer;
    opacity: 80%;
}


.nav-link:hover {
    border-color: rgb(252 252 252)!important;
    color: black;
}
.nav-tabs{
    margin-bottom: -2px;
}
.nav-tabs .active {
    box-shadow: 0 -5px 5px 1px #f2f2f2;
    border: 0!important;
    color: var(--c-primary)!important;
}
.tab-pane h2{
    font-size: 16px;
}




/* checkbox & radio button */
.custom-checkbox {
    display: none;
}
.custom-checkbox + label {
    background: #fff;
    display: block;
    border: 1px solid #c7c7c7;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
.custom-checkbox + label .check {
    content: "";
    background: #fff;
    width: 18px;
    height: 18px;
    display: none;
    margin: 2px 0 0 2px;
}
.custom-checkbox:disabled + label .check {
    background: #ddd !important;
    border: 1px solid #ddd;
    color: #ccc;
    width: 18px;
    height: 18px;
    padding: 3px!important;
    margin: 0!important;
    cursor: not-allowed;
}
.custom-checkbox:disabled:checked + label .check {
    background: #ddd!important;
    padding: 3px 0!important;
    width: 18px;
    height: 18px;
    text-align: center;
    margin: -1px 0 0 -1px!important;
}
.custom-checkbox:checked + label .check{
    background: #a8a8a8;
    font-size: 9px;
    color: #fff;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 5px 2px 0 2px;
    border-radius: 3px;
    margin: -1px 0 0 -1px;
}
/* select & text input */
.custom-input {
    position: relative;
}
.custom-input label::before {
    content: attr(title);
    position: absolute;
    top: 5px;
    left: 15px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    transition: 300ms all;
}
.custom-input select + label::before{
    background-color: white;
}
.custom-input select{
    background-color: white;
}
.custom-input input, .custom-input textarea, .custom-input select {
    font-size: 14px;
    color: #767676;
    font-weight: 400;
    width: 100%;
    height: 50px;
    line-height: 10px;
    padding: 10px 15px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.custom-input select
{
    font-size: 13px;
}
.custom-input textarea, .orderText textarea {
    height: 70px;
    resize: none;
}
input:focus, textarea:focus, select:focus {
    outline: 0;
    border-color: #ff7518;
}
.custom-input input:focus + label::before{
    line-height: 20px;
    font-size: 12px;
    top: 5px;
    padding: 0 6px;
    left: 9px;
}
.custom-input input:valid + label::before, .custom-input select:valid + label::before {
    line-height: 20px;
    font-size: 12px;
    top: 5px;
    padding: 0 6px;
    left: 9px;
    content: attr(data-title);

}
.custom-input select:valid + label::before {
    left: 13px;
    background-color: transparent;
}
.custom-input input:not(:placeholder-shown) + label::before,
.custom-input input:-webkit-autofill:focus + label::before
{
    line-height: 20px;
    font-size: 12px;
    top: 5px;
    padding: 0 6px;
    left: 9px;
    content: attr(data-title);
}
.ed-label-empty{
    position: absolute;
    top: 16px;
    left: 18px;
    background-color:  #FFFFFF;
    pointer-events: none;
    z-index: 10;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
.ed-label-fill{
    position: absolute;
    top: 6px;
    left: 19px;
    pointer-events: none;
    z-index: 10;
    height: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

/*Category Page*/
.fix-1 {
    background-color: #fcfcfc;
    right: 10px;
    top: -10px;
}
.selling-price{
    font-size: 18px;
    font-weight: 600;
    color: #376e37;
}

.filter-item{
    margin-bottom: 15px;
    margin-top:25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
}
.filter-item span{
    font-size: 17px;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
    color: #646464;
}
.filter-item ul{
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.filter-item ul li a span{
    width: 24px; height: 24px;
    border: 1px solid #cecece;
    border-radius: 4px;
    margin-right: 10px;
}
.filter-item ul li a span i{
    color: #ff6000;
    padding-left:3px;
    padding-top: 2px;

}
.filter-item li{
    padding: 2px 0 2px 0;
}
.category-item{
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border-right: 1px dotted #eee;
    padding-right: 10px;
}
.category-h1{
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 4px;
}
.category-h2{
    font-size: 20px;
    margin-bottom: 18px;
}


.sr-read-more-box{max-height:75px;position:relative;overflow:hidden}
.sr-read-more-box .sr-scroll{max-height:75px;overflow-y:auto;overflow-x:hidden;}
.sr-read-more-box .sr-read-more{position:absolute;bottom:0;left:0;width:100%;
    text-align:right;margin:0;padding:0;
    background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,255,255,0.21) 19%,rgba(255,255,255,0.85) 77%);
    background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(255,255,255,0.21) 19%,rgba(255,255,255,0.85) 77%);
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(255,255,255,0.21) 19%,rgba(255,255,255,0.85) 77%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9ffffff',GradientType=0 )}
.sr-read-more-box .sr-read-more a{font-weight:400;font-size:12px;padding:0;padding-right:2px;padding-left:2px;padding-top:2px;
    background-color:#fcfcfd;color:#86869c;cursor: pointer}
.custom-scroll::-webkit-scrollbar{width:10px}
.custom-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}
.custom-scroll::-webkit-scrollbar-thumb{background:#8c9091;border-radius:10px}

.best-seller-badge {
    font-size: 16px;
    border-radius: 30px;
    padding: 20px !important;
    background-color: #eee;
    color: #33333b;
}
.category-description{
    margin-top: 25px;
    margin-bottom: 25px;
}
.category-description h2{
    font-size: 20px;
    font-weight: 400;
}
.category-description h3{
    font-size: 16px;
}
/*Home*/
.blog-title{
    font-size: 14px;
    font-weight: 500;
    color: #0f74bb;
}


/*OWL CAROUSEL*/
.owl-theme .owl-dots {
    margin-top: 0 !important;
    position: relative;
    bottom: 40px;
    height: 0;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 3px !important;
    width: 40px !important;
    height: 10px !important;
    border: none !important;
    background-color: #fff;
    opacity: 60%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--c-primary);
}
.owl-prev {
    position: absolute;
    left: -20px;
    top: 45%;
    margin-top: -15px!important;
    font-size: 20px!important;
}
.owl-next {
    position: absolute;
    right: -20px;
    top: 45%;
    margin-top: -15px!important;
    font-size: 20px!important;
}
.owl-next i, .owl-prev i{
    opacity: .5;
    color: var(--c-primary);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    padding: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    border-radius: 20px;
    opacity: 1 !important;
    border: 1px solid #eee;
}

.test{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}