/* Header elements */
*{
    box-sizing: border-box;
    font-family: "Inter Tight";
}

p{
    margin: 0;
}

.section-title{
    font-size: 30px;
    color: #434343;
    font-weight: 700;
    font-family: "Inter Tight";
    margin-bottom: 65px;
}

.top-bar-notice{
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    background-color: #fb9806;
}

.top-bar-notice p{
    margin: 0;
    font-size: 14px;
    color: white;
    font-weight: 500;
    font-family: "Inter Tight";
}

.top-bar-notice.desktop-only{
    display: none;
}

@media (min-width: 1200px) {   
    .top-bar-notice.desktop-only{
        display: flex;
    }
}


.search-nav-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    
    max-width: 1600px;
    margin: auto;
    padding: 40px 0px;
}

.nav-top-content-wrap
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin-left: 30px;
}

.logo-link-wrap{
    display: block;
    width: 291px;
    height: 26px;
}

.logo-link-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-search{
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    max-width: 500px;
}


.search-input-wrap{
    position: relative;
}

.search-input-wrap input{
    border-radius: 20px;
    border: 1px solid #fb9806;
    width: 100%;
    background-color: white;
}

.search-input-wrap img{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-header-nav-items{
    display: flex;
    flex-direction: row;
    gap: 55px;
    
}
.search-header-nav-item {
    text-decoration: none;
}

.search-header-nav-item:hover > .search-header-nav-wb-icon-c{
    scale: 1.1;
}


.search-header-nav-item:hover > span{
     color: #fb9806;
}

.search-header-nav-item:hover p{
     color: #fb9806;
}

.search-header-nav-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav-menu{
    display: flex;
    width: 100%;
    height: 65px;
   
    
}


#ham-menu-btn{
    position: relative;
 display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
    
}

.nav-items{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.nav-item a{
    
    height: 40px;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter Tight";
    text-decoration: none;
    padding:12px;
    transition: all .3s;
    border-radius: 20px;
    text-align: center;
}

.nav-item a:hover{
    color: white;
    background-color: #263242;
}


@media(max-width: 1200px){
    .top-bar-notice,
    .search-nav-header,
    .nav-menu{
        /* display: none; */
    }

    .top-bar-notice{
        min-width: 200px;
        background-color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: none;
    }

    .top-bar-notice .owl-item{
        justify-content: left !important;
    }

    .mobile-header-icons-wrap{
        width: 100%;
        justify-content: flex-end;
    }


    .search-nav-header{
        flex-direction: column;
    }

    .nav-top-content-wrap{
        margin-top: 30px;
        flex-direction: column;
        gap: 40px;
    }
    
}

/* Header elements end */







/* Footer start */

footer{
    font-size: 12px;
   
}

.footer-top{
    width: 100%;
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left:10px;
    padding-right:10px;
}
@media (max-width: 960px) {
  /* Your styles here */
  .footer-top {
    flex-direction: column;
  }
}

.single-page-footer-top{
    width: 100%;
    
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
   
}

.footer-top-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 150px;
    max-width: 450px;
}

.footer-top-item-headline{
    font-size: 14px;
    
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
    font-family: "Inter Tight";
    text-align: left;
}

.footer-top-item-text{
    font-size: 12px;
    color: #1c1c1c;
    font-weight: 250;
    font-family: "Inter Tight";
    text-align: left;
}

.footer-main{
    padding-top: 90px;
    padding-bottom: 40px;
    background-color: #2a3544;
}

.footer-headline{
    margin-bottom: 20px;
}

.footer-headline h4{
    text-transform: uppercase;
    font-size: 18px;
}

.footer-headline div{
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background-color: #FFF;
}

.footer-nav-items{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-nav-items li{
    margin-bottom: 12px;
}

.footer-nav-items li a{
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-nav-items li a:hover{
    color: #2d2d2d;
   
   
}



.footer-contact-info .contact-group{
    margin-bottom: 45px;
}

.footer-contact-info .cg-headline{
    font-weight: 700;
}

.footer-copyright{
    background-color: #f98a21;
    height: 45px;
}




@media screen and (max-width: 768px) {
  .footer-disclaimer{
    color: #000;
    font-size: 12px;
    margin-top: 30px;
}
}
















/* Highlighted products carousel */

.highlighted-products{
    background-color: #fff;
    width: 100%;
    margin-top: 90px;
}

.highlighted-products .hp-card{
    display: flex;
    flex-direction: column;
    height: 410px;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    padding: 20px; 
}

.highlighted-products .discount-wrap{
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 20px 0 0;
    background-color: #434343;
    color: #FFF;
}

.highlighted-products .discount-top{
    font-size: 7px;
    text-transform: uppercase;
    text-align: center;
    height: 25px;
    align-content: center;
    padding-top: 5px;
}

.highlighted-products .discount-percentage-wrap{
    background-color: #dc301f;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.highlighted-products .discount-percentage-num{
    font-size: 25px;
    font-weight: 700;
}

.highlighted-products .discount-percentage-sign{
    font-size: 13px;
    font-weight: 900;
}



.highlighted-products .product-img-wrap{
    height: 60%;
    display: block;
}

.highlighted-products .product-img-wrap img{
    height: 100%;
    object-fit: contain;
}

.highlighted-products .product-title{
    margin-bottom: 25px;
}

.highlighted-products .product-title a{
    font-size: 15px;
    color: black;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
}

.highlighted-products .price-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.highlighted-products .original-price{
    font-size: 19px;
    text-decoration: line-through;
    color: black;
    font-weight: 700;
    font-family: "Inter Tight";
}

.highlighted-products .cents{
    position: absolute;
    vertical-align: super;
    font-size: 8px;
    display: inline;
    margin-left: 3px;
}

.highlighted-products .discount-price-wrap{
    border-radius: 21px;
    background-color: #f98a21;
    font-size: 27px;
    color: #434343;
    font-weight: 700;
}

.discount-price{
    color:white;
}
 .discount-price > span{
    color: white!important;
 }

.highlighted-products .discount-price-wrap .cents{
    font-size: 12px;
    color: #434343;
}

.owl-nav button{
    outline: none;
}

/* Highlighted products carousel end*/









/* Highlighted categories start*/

.highlighted-categories{
    margin-top: 80px;
    margin-bottom: 190px;
}

.highlighted-categories .categories-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 55px;
    row-gap: 80px;
}

.highlighted-categories .category-card{
    display: flex;
    flex-direction: row;
    position: relative;
    border-radius: 20px;
    
    padding: 35px 10px 18px 35px;
    height: 270px;
    width: 100%;
    min-width: 450px;
    max-width: 550px;
    margin: auto;
}

.highlighted-categories .card-content{
   
    padding-right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.highlighted-categories .card-image{
    width: 37%;
    margin-bottom: -100px;
}

.highlighted-categories .card-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.highlighted-categories .card-background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    border-radius: 20px;
}


.highlighted-categories .category-description{
    border-radius: 1px;
    background-color: #263242;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    padding: 4px 8px;
    width: fit-content;
     margin-top: 5px;

}

.highlighted-categories .category-name{
    font-size: 33px;
   
    color: #FFF;
    font-weight: 700;
    filter: drop-shadow(0.5px 0.866px 0px rgba(0,0,0,0.34));
}

.category-link-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    background-color: transparent;
    width: 195px;
    height: 51px;
    border: 1px solid #434343;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #434343;
    font-weight: 700;
}


@media(max-width: 1200px){
    .highlighted-categories .category-card{
        min-width: 300px;
    }

    .highlighted-categories .category-name{
        font-size: 24px;
    }

    .highlighted-categories .category-description{
        font-size: 10px;
    }

    .highlighted-categories .category-link-btn{
        height: 40px;
        width: 150px;
        font-size: 12px;
        
    }

}

@media(max-width: 768px){

    .highlighted-categories .categories-wrap{
        grid-template-columns: 1fr;
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* Highlighted categories end*/





/* Brands */

.brands-row .section-title{
    margin-bottom: 90px;
}
.brand-carousel-item{
    width: 200px;
    height: 100px;
    margin: auto;
}

.brand-carousel-item img{
    width: 100%;
    height: 100%;
    object-fit:none;
}


/* Brands end */



















/* Top products carousel */

.top-products{

    background-image: url("../../../images/topprodbg.jpg");
    background-size: cover;
    width: 100%;
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 90px;
	overflow:hidden;
}

.top-products .hp-card{
    display: flex;
    flex-direction: column;
    height: 410px;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    padding: 20px; 
    width: 260px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin: auto;
    justify-content: space-around;
}

.top-products .discount-wrap{
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 20px 0 0;
    background-color: #f98a21;
    color: #FFF;
}

.top-products .discount-top{
    font-size: 7px;
    text-transform: uppercase;
    text-align: center;
    height: 25px;
    align-content: center;
    padding-top: 5px;
}

.top-products .discount-percentage-wrap{
    background-color: #f98a21;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.top-products .discount-percentage-num{
    font-size: 25px;
    font-weight: 700;
}

.top-products .discount-percentage-sign{
    font-size: 13px;
    font-weight: 900;
}

.top-products .product-img-wrap{
    height: 60%;
    display: block;
}

.top-products .product-img-wrap img{
    height: 100%;
    object-fit: contain;
}

.top-products .product-title{
    margin-bottom: 25px;
}

.top-products .product-title a{
    font-size: 15px;
    color: black;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
}

.top-products .price-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.top-products .original-price{
    font-size: 19px;
    text-decoration: line-through;
    color: #7a7a7a;
    font-weight: 700;
    font-family: "Inter Tight";
}

.top-products .cents{
    position: absolute;
    vertical-align: super;
    font-size: 8px;
    display: inline;
    margin-left: 3px;
}

.top-products .discount-price-wrap{
    border-radius: 21px;
    background-color: #fb9806;
    font-size: 27px;
    color: #434343;
    font-weight: 700;
}

.top-products .discount-price-wrap .cents{
    font-size: 12px;
    color: #434343;
}

.owl-nav button{
    outline: none;
}

.top-products .owl-item{
    
} 

/* Top products carousel end*/



/* 1st and 5th active items */
.top-products .owl-item.active:nth-of-type(1),
.top-products .owl-item.active:nth-of-type(5) {
  transform: scale(0.90);
}

/* 2nd and 4th active items */
.top-products .owl-item.active:nth-of-type(2),
.top-products .owl-item.active:nth-of-type(4) {
  transform: scale(0.94);
}

/* 3rd active item (center one) */
.top-products .owl-item.active:nth-of-type(3) {
  transform: scale(1);
}




/* New in Market */

.np-row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
   
    margin: 0 auto;
    gap: 30px;
        padding-left: 10px;
    padding-right: 10px;
}

.np-card{
    width: 30%;
    max-width: 500px;
    min-width: 400px;
    min-height: 600px;
    min-height: 610px;
    position: relative;
    border-radius: 20px;
    
    display: flex;
    flex-direction: column;
    padding: 40px;
        flex-grow: 1;
}

.np-category{
    margin-top: auto;
}

.np-category-background-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    pointer-events: none;
    z-index: -1;
}

.np-row .np-products{
    display: flex;
    flex-direction: row;
    gap: 15px;
    position: relative;
        
    width: 360px;

    overflow: hidden;
}



.new-product-swipe-container{
    display: flex;
    flex-direction: row;
    gap: 15px;
    position: relative;
   
    transition: left 0.4s ease; 
}

.np-row .np-product{
  display: flex
;
    flex-direction: column;
    width: 170px;
    /* gap: 15px; */
    /* height: 100%; */
    /* flex: 1; */
    /* flex-grow: 1; */
    justify-content: space-between;
    gap: 20px;
}

.np-row .np-img-link{
    width: 100%;
    height: 170px;
    border-radius: 20px;
    background-color: #ffffff;
   
    padding: 10px;
    
}

.np-img-link img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.np-row .np-product-title{
    font-size: 17px;
    color: white;
    font-weight: 700;
}

.np-row .np-product-price{
    font-size: 27px;
    color: #f98a21;
    font-weight: 700;
   
}

.np-row .np-product-price .cents{
    position: absolute;
    vertical-align: super;
    font-size: 12px;
    display: inline;
    margin-left: 3px;
}

.np-row .np-category h4{
    font-size: 50px;
    color: #434343;
    font-weight: 700;
}

.np-right-arrow{
    position: absolute;
    right: -50px;
    top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 0 20px 20px 0;
    background-color: #f98a21;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #FFF;
}

@media(max-width: 768px) {

    .np-card{
        width: 350px;
        min-width: unset;
    }

    .np-row .np-img-link{
        height: 100px;
    }

}

/* New in Market End */

.main-product-content{
    margin-top:100px;
}


.product-title-wrap{
    padding-top:30px;
    padding-bottom:30px;
    background-color: #efefef;
}

.product-siglepage-h1{
    font-weight:600;
    font-size: 31px;
    color: #263242;
    margin-top:10px;
    margin-bottom: 10px;
}

.breadcrumbs{
   color: #263242;
   font-weight: 500;
   margin-top: 20px;
}

.singpage-product-title{
    font-size: 25px;
    color:#263242;
    font-weight: 600;
}

.singpage-product-product-sku{
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: #263242;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 25px;
}

.product-description{
    padding-bottom: 10px;
    border-bottom: 2px solid #e4e4e4;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #263242;
    padding-top:40px;
}

.product-price{
    font-size: 25px;
    color: #f98a21;
    font-weight: 500;
    text-wrap: nowrap;
}

.cenasapdv{
    color: #263242;
    font-weight:600;
}

.btn-cart{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px ;
    padding-right: 100px;
     padding-left: 100px;
     padding-top:20px;
     padding-bottom:20px;
     border-radius: 30px;
     text-wrap: nowrap;
}

.price-wrap-container{
    margin-top:30px;
}