body {
    margin-top: 100px;

}
*{
    font-family: 'Trox', sans-serif;
    font-weight: 100;
}
@media (max-width: 1198px) {
    body {
        margin-top: 100px;
    }
}



/*@font-face {font-family: 'Trox'; src: url('https://www.creatinetunisie.com/website/assets/fonts/Trox.woff2') format('woff2'), url('https://www.creatinetunisie.com/website/assets/fonts/Trox.woff') format('woff'), url('https://www.creatinetunisie.com/website/assets/fonts/Trox.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}*/
/*.font-DreamWalker {font-family: 'Trox', sans-serif;}*/



.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-weight: 400;
    font-style: normal;
    font-size: 25px;
    height: 50px;
}
.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;
}
.breadscrumb-section .breadscrumb-contain h2{

}

.title h2{

    text-transform: uppercase;
    font-size: 35px;
}

.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: 100%;
    background: linear-gradient(93.33deg, #ff9800  12.35%, #ffffff 99.38%);
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.btn-add-cart:hover {
    color: #fff;
}
.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;

    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-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; }
}