@font-face {font-family: 'DreamWalker'; src: url('https://www.housenutrition.tn/website/assets/fonts/Dreamwalker.woff2') format('woff2'), url('https://www.housenutrition.tn/website/assets/fonts/Dreamwalker.woff') format('woff'), url('https://www.housenutrition.tn/website/assets/fonts/Dreamwalker.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}
.font-DreamWalker {font-family: 'DreamWalker', sans-serif;}
@font-face {
    font-family: "OGJ-Type-Design---Sequel-100-Black-85";
    src: url('https://cdn.shopify.com/s/files/1/1214/7132/files/gempages_OGJ_Type_Design_-_Sequel_100_Black_85.ttf?v=1740163403') format("truetype");
    font-display: swap;
}
.font-OGJ-Type-Design{
    font-family: 'OGJ-Type-Design---Sequel-100-Black-85', sans-serif;
}
@font-face {
    font-family: "OGJ-Type-Design---Sequel-Sans-Headline-Bold";
    src: url('https://cdn.shopify.com/s/files/1/1214/7132/files/gempages_OGJ_Type_Design_-_Sequel_Sans_Headline_Bold.ttf?v=1740163646') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "OGJ-Type-Design---Sequel-Sans-Headline-Book";
    src: url('https://cdn.shopify.com/s/files/1/1214/7132/files/gempages_OGJ_Type_Design_-_Sequel_Sans_Headline_Book.ttf?v=1740155894') format("truetype");
    font-display: swap;
}

.font-15{
    font-size: 15px!important;
}
.font-25{
    font-size: 15px!important;
}


.mfp-bg{
    background: #ffffff;
}
.mfp-figure:after{
    box-shadow: 0 0 8px rgba(255,255,255 , 0.6);
    background: #fff;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #000;
    right: -6px;
    text-align: right;
    padding-right: 12px;
    width: unset;
}

header .border-nav{
    padding-top: 0;
}

.product-box-3 .product-footer .product-detail .name{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}
.product-box-3 .product-footer .price span{
    font-size:calc(20px + (16 - 15) * ((100vw - 320px) / (1920 - 320)))
}
.add-to-cart-box{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
header .onhover-dropdown .onhover-div{
    right: 0;
}
#cartContent{
    position: fixed;
    overflow-y: scroll;
    right: -10px;
    height: 100vh;
    top: 0;
    padding: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
    padding-top: 60px;
    z-index: 8;
    background-color: #fff;
    width: 320px;
    border-radius: 10px;
    -webkit-box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
    box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden
}
h2 {
    font-size: calc(30px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.remove-filter{
    cursor: pointer;
}
.owl-carousel{
    z-index:  0;
}
.slick-prev:before, .slick-next:before{
    color: #0f96d1;
}
.slick-prev:before, .slick-next:before{
    font-size: 30px;
}
.breadscrumb-section .breadscrumb-contain h2{

}

.title h2{
    text-transform: uppercase;
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-family: 'OGJ-Type-Design---Sequel-100-Black-85', sans-serif;
}

.font-gloss{

}

.product-var .product-var-list{
    display: none;
    transition: ease 0.5s;
}
.product-var:hover .product-var-list{
    display: block;
}

header .navbar{
    z-index: 100;
}
.btn-add-cart:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: linear-gradient(93.33deg, #0f96d1  12.35%, #1d2937 99.38%);
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.btn-add-cart:hover {
    color: #000;
}
.btn-add-cart:hover:before {
    width: 100%;
}








.discount-badge{
    display: flex;
    justify-content: end;
    position: absolute;
    top: 15px;
    right: 15px;
}
.badge-pulsate {
    display: inline-block;
    background-color: #F44336;
    border-radius: 50%;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    /* font-weight: 900; */
    font-size: 20px;
    font-family: 'Bebas Neue', sans-serif !important;
    z-index: 8;
}

.pulsate::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: pulse 1s ease infinite;
    border-radius: 50%;
    border: 4px double #F44336;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    60% {
        transform: scale(1.3);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
.compare-btn{
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 10px;*/
    /*height: 25px;*/
    /*width: 25px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid;*/
    /*padding: 2px;*/
    /*transform: rotate(90deg);*/
}
.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.count-down {
    max-width: 550px;
    height: 150px;
    margin: auto;
    padding: 20px;
}
.count-down .flipdown {
    margin: auto;
    max-width: 600px;
    margin-top: 30px;
}
.count-down h1 {
    text-align: center;
    font-weight: 400;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px;
}
@media (max-width: 550px) {
    .count-down {
        width: 100%;
        height: 150px;
    }
    .count-down h1 {
        font-size: 2.5em;
    }
    .count-down .flipdown{
        width: 100%;
    }
}

.moving-border:hover::before,
.moving-border:hover::after {
    content: "";
    position: absolute;
    inset: -0.2rem;
    z-index: -1;
    background: linear-gradient(var(--angle), #032146, #C3F2FF, #399bbb);
    animation: rotate 10s linear infinite;
}

.moving-border:hover::after {
    filter: blur(10px);
}

@keyframes rotate {
    0% { --angle: 0deg; }
    100% { --angle: 360deg; }
}

/*WEBSITE 3.0*/
/*NAVBAR*/
.nav-link{
    color: red;
    font-family: 'OGJ-Type-Design---Sequel-100-Black-85', sans-serif;
    font-size: 12px;
}
/*NAVBAR*/

/*PACKS*/
/* Hide the radio buttons */
.radio-buttons input[type="radio"] {
    display: none;
}

/* Style the labels to look like buttons */
.radio-buttons .radio-button {
    display: inline-block;
    padding: 0;
    margin: 5px;
    border: 2px solid #0f96d1;
    border-radius: 5px;
    background-color: #f8f9fa;
    color: #0f96d1;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

/* Add a hover effect for better interaction */
.radio-buttons .radio-button:hover {
    background-color: #e7f1ff;
}

/* Apply active styles to the label when the radio button is checked */
.radio-buttons input[type="radio"]:checked + .radio-button {
    background-color: #0f96d1;
    color: #fff;
    border-color: #0f96d1;
}
/*PACKS*/


/*buttons*/
.buy-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 7px 11px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50%;
}
.buy-button:hover {
    background-color: #7f7f7f;
}
.flash-buy{
    margin-left:5%;
    /*margin-right:10%;*/
    width: 200px;
    background-color: var(--theme-color);
    border: var(--theme-color);
    padding:5px;
    font-size:20px;
    height: 53px;
    color: #fff;
    border-radius: 40px;
}
/*buttons*/

/**/
.carousel-indicators-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    margin: 0;
    white-space: nowrap;
}

.carousel-indicators {
    display:flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    position:static;
}

.carousel-indicators button {
    flex: 0 0 auto;
    border: none;
    background: transparent;
    padding: 0;
}

.carousel-indicators img {
    width: 150px;
    height: auto;
    display: block;
    border: 2px solid transparent;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
.carousel-indicators [data-bs-target]{
    width:150px;
    height: 150px;
}
.carousel-indicators .active img {
    border-color: #007bff;
}

@media (max-width: 576px) {
    .carousel-indicators img {
        width: 150px;
    }
}
/**/


/*Card Order*/

:root {
    --clr-card: #1f2937;
    --clr-1: #6420aa;
    --clr-2: #ff3ea5;
    --clr-3: #851f00;
}

.card-order {
    position: relative;
    border-radius: 0.45rem;
    cursor: pointer;
    background: #fff;
}

.card-order::after,
.card-order::before {
    content: " ";
    position: absolute;
    z-index: -1;
    inset: -2px;
    background: conic-gradient(
            from var(--gradient-angle),
            var(--clr-card),
            #000,
            var(--theme-color),
            var(--clr-3),
            var(--theme-color),
            #000,
            var(--clr-card)
    );
    border-radius: inherit;
    animation: rotate 2.5s linear infinite;
}

.card-order::after {
    filter: blur(5px);
}

@keyframes rotate {
    0% {
        --gradient-angle: 0deg;
    }
    100% {
        --gradient-angle: 360deg;
    }
}

.deal-section .deal-box .category-image img{
    width: 100%!important;
    border-radius: 18px;
}
.deal-section .deal-box .deal-detail{
    width: 100%!important;
}
/*Card Order*/


/*PRODUCT CARD*/
.product-box-3{
    margin-bottom: 15px;
}
.product-box .product-image img{
    height: auto;
}
/*PRODUCT CARD*/



/*ACCORDION*/
.accordion-item:first-of-type>.accordion-header .accordion-button,.accordion-header{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/*ACCORDION*/

/*Carousel*/
.carousel-control-next-icon,.carousel-control-prev-icon{
    background-color: #03A9F4;
    border-radius: 50%;
}

 .carousel {
     touch-action: pinch-zoom !important;
 }

.carousel img {
    touch-action: auto !important;
    pointer-events: auto;
}

/*Carousel*/
/*WEBSITE 3.0*/