
*{
    font-family: Avenir Next, Helvetica, sans-serif;
    font-style: normal;
}

p{
    padding:0;
    margin: 0;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    cursor:  pointer !important;
}

a:hover{
    text-decoration: none;
}

button{
    border: none;
    background: transparent;
    outline: none !important;
    cursor: pointer;
}

.active{
    display: block !important;
}

.common-btn{
    padding: 8px 15px;
    color: var(--white);
    background: var(--purple);
    border: 1px solid transparent;
    transition: all 0.4s linear;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 23px;
}

.common-btn:hover{
    color: var(--purple);
    background-color: var(--white);
    border: 1px solid var(--purple);
}

#breadcrumb .container{
    display: flex;
}

#breadcrumb a{
    text-decoration: none;
    background-color: transparent;
    padding:0  5px 0 0 !important;
    color: var(--dark);
    font-weight: 400;
    display: inline;
}
#breadcrumb span{
    padding-left: 5px;
}
#breadcrumb span.active{
    color: var(--dark);
    font-weight:500;
    text-transform: capitalize;
}

.section-title,
.section-title span{
    font-size: 25px;
    font-weight: bold;
    color: var(--dark);
}
.section-carousel-btn button{
    background-color: var(--purple);
    color: var(--white);
    margin:0 5px;
    padding: 5px 10px;
    border-radius: 10px;
    outline: none;

}

.section-button{
    background-color: var(--purple);
    color: var(--white);
    margin:0 5px;
    border: 1px solid var(--purple);
    transition: all 0.3s linear;
}

.section-button:hover{
    background-color: var(--white);
    color: var(--purple);
    border: 1px solid var(--purple);

}

/* product  */
#product{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 14px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#product .product-card{
    width: 100%;
    position: relative;

}

#product .product-card .product-image img{
    width: 100%;
    height: 100%;
    z-index: 1;
}

#product .product-label{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    z-index: 1;
}

#product .product-label .discount{
    background-color: var(--orange);
    color: var(--white);
    padding: 2px 7px;
    font-size: 13px;
}

#product .product-label .stock-out{
    background-color: var(--red);
    color: var(--white);
    padding: 2px 7px;
    font-size: 13px;
}

#product .action-button{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    transition: all 0.5s linear;
    z-index: 30;
}

#product:hover .action-button {
    display: flex;
}

#product .wishlist-add{
    background-color: var(--green);
    color: var(--white);
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 20px;
    margin-right: 10px;
    transition: all 0.3s linear;
}

#product .cart-add-ajax{
    background-color: var(--green);
    color: var(--white);
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 20px;
    transition: all 0.3s linear;
}

#product:hover .action-button button:hover{
    background-color: var(--purple);
}

#product .details{
    padding: 10px;
    left: 0;
}

#product .details .product-name{
    color: var(--dark);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

#product .details .product-name:hover{
    color: var(--purple);
}

#product .details .price{
    margin-top: 10px;
    color: var(--dark);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

#product .details .old-price{
    color: var(--red);
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}

/* navbar  */

#header .navbar-top{
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: none;
    background-color: #f0ede2;
    padding: 5px 0;
    color: var(--black);
}

#header .navbar-top .text-box{
    width: 100%;
    max-width: 500px;
}

#header .header-container{
    position: relative;
    padding: 18px 0;
    height: 60px;
    z-index: 90;
}
#header .header-container .logo a {
    color:var(--dark);
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

#header .header logo .logo-mobile{
    display: none;
}

#header .header-container .logo a {
    color:var(--dark);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    flex: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#header .header-container .icons {
    display: flex;
    gap: 16px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);

}

#header .icons svg {
    width: 25px;
    height: 25px;
}

.bag-icon-wrapper {
    position: relative;
    display: inline-block;
}

.bag-icon-wrapper svg {
    width: 40px;
    height: 40px;
}

.item-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#header .search-container{
    position: relative;
}

.header-container  .search-input {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 0;
    padding:0;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 4px;
    background-color: white;
    transition: width 0.5s ease;
}

.header-container  .search-container:hover .search-input {
    width: 200px;
    padding: 5px 10px;
    border-bottom: 2px solid #0a0a0a;
}

.header-container .search-input::placeholder {
    color: #aaa;
}

.search-container  .product-search{
    position:absolute;
    display: none;
    min-width:300px;
    max-width: 500%;
    top: 80px;
    left: -300px;
    overflow-y: scroll;
    box-shadow: 2px 3px 2px var(#999);
    z-index: 100;
    background-color: var(--white);
}
.search-container .product-search .close-product-search{
    background:var(--purple);
    color: white;
    height: 30px;
    width: 30px;
    border: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.header-container .product-search-result{
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #ddd;
}

.header-container  .product-search #special-product{
    padding:8px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.header-container  .product-search #special-product img{
    width:60px;
    height:60px;
    margin-right: 10px;
}
.header-container  .product-search #special-product .name{
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
}
.header-container  .product-search #special-product .price{
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
}

.header-container  .product-search #special-product .old-price{
    font-size: 16px;
    font-weight: 400;
    color: var(--orange);
    text-decoration: line-through;
}

#header .navbar-main{
    background-color: #fff;
}

#header .navbar-desktop {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

#header .navbar-desktop .nav-links{
    position: relative;
    cursor: pointer;
    display:flex;
    padding:0 15px;
    justify-content: center;
    align-items: center;
}

#header .navbar-desktop .menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#header .navbar-desktop .menu .menu-item{
    padding: 0 0 10px 0;
    margin: 0 15px;
}

#header .navbar-desktop .menu-item .cat-link{
    text-decoration: none;
    color: var(--dark);
    font-style: normal;
    line-height: 19px;
    font-weight: 500;
    padding: 5px 3px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
#header .navbar-desktop .menu-item .cat-link:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--purple);
    transition:all 0.3s linear;
}

#header .navbar-desktop .menu-item:hover .cat-link:after,
#header .navbar-desktop .menu-item .cat-link.active:after{
    width: 100% !important;
}

.navbar-desktop .hover-content{
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
    padding-top: 10px;
    position: absolute;
    top: 95%;
    left:0;
    background-color: #fff;
    width: 100%;
    z-index: 10;
}

.menu-item:hover .hover-content {
    display:flex;
    justify-content: space-between;
    gap: 100px;
    padding-left:5px;
}

.navbar-desktop  .subcat-items{
    list-style-type: none;
    padding: 0px;
    margin: 0;
    display: flex;
}

.navbar-desktop .subcat-items li {
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px;
}

.navbar-desktop .subcat-items .subcat-link {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 19px;
    text-transform: uppercase;
}

#header .additional-items{
    padding: 0;
    margin-top: 20px;
}

#header .additional-items li{
    padding: 0;
    margin: 0;
}

#header .additional-items li a{
    color: var(--dark);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-style: normal;
    text-transform: capitalize;
}

.navbar-desktop  .images img {
    width: 250px;
    height: 300px;
    margin: 10px;
  }

.navbar-desktop  .search-container {
    position: relative;
    display: inline-block;
}

.navbar-desktop   .search-icon {
    cursor: pointer;
}

/* Hide the checkbox input */
.navbar-desktop   #menu-toggle {
    display: none;
}

#header .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

#header #menu-toggle{
    display: none;
}
#mobile-nav{
    display: none;
}

#signup .input-box{
    position: relative;
}
#signup .show-button{
    position: absolute;
    top: 7px;
    right: 10px;
}

/* Slider  */

#hero-slider {
    width: 100%;
}

#hero-slider .banner-box {
    width: 100%:
    height: 100%;
}

#hero-slider .banner-box .mobile-image{
    display: none;
}

#hero-slider .banner-image {
    width: 100%;
    height: 100%;
}

#hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

#hero-slider .owl-prev,
#hero-slider .owl-next{
    border: none;
    outline: none;
}

#hero-slider .owl-prev:hover,
#hero-slider .owl-next:hover {
    background-color: transparent;
}

#hero-slider .owl-prev span,
#hero-slider .owl-next span{
    background-color: var(--color-yellow);
    color: var(--black);
    border: none;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero-slider .owl-prev span:hover,
#hero-slider .owl-next span:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#hero-slider .owl-prev {
    left: 10px;
}

#hero-slider .owl-next {
    right: 10px;
}

/* Category Slider  */
.category-card{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.category-card img{
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    border: 2px solid var(--purple);
    transition: 0.3s linear;
}
.category-card img:hover{
    scale: 1.04;
}
.category-card p{
    margin-top: 10px;
    font-weight: 400;
    color: var(--dark);
}

/* Top Section  */
#top-section .section-header{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#top-section .heading{
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: normal;
    color: var(--dark);
    margin-bottom: 24px;
    font-style: normal;
}

#top-section  .sub-heading{
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: normal;
    color: var(--dark);
    text-align: center;
    margin:24px 0;
}

#top-section .img-box{
    width:100%;
    height:100%;
    max-height: 700px;
    overflow: hidden;
    position: relative;
}

#top-section .img-box:before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
}


#top-section .img-box img,
#top-section .img-box video{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}

#top-section .img-box:hover img,
#top-section .img-box:hover video {
    transform: scale(1.1);
}

#top-section .img-box .text-box{
    position: absolute;
    bottom: 15px;
    z-index: 10;
    padding: 0 20px;
}

#top-section .img-box .text-box h1{
    margin-bottom: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    text-transform: none;
    line-height: 1.5;
    color: var(--white);
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
#top-section .img-box .text-box a
{
    font-size: 1rem;
    border: none;
    border-bottom: thin solid;
    height: auto;
    line-height: 22px;
    padding: 0;
    transition: .3s linear;
    background: transparent;
    max-width: 100%;
    white-space: normal;
    margin-bottom: 10px;
    font-size: 22px;
    color: var(--orange);
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

#top-section .img-box .text-box a:hover
{
    border-bottom: none;
}

#brand-section{
    margin-top: 30px;
}
#brand-section .section-header{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#brand-section .heading{
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: normal;
    color: var(--dark);
    margin-bottom: 30px;
    font-style: normal;
}

#brand-section .sub-heading{
    font-size: 18px;
    font-weight: 400;
    font-style: none;
    color: dark;
    text-align: center;
    margin-bottom: 30px;
}

#brand-section .brand-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
}

#brand-section .brand-box:before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#brand-section .brand-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
#brand-section .brand-box:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

#brand-section .brand-box .brand-link{
    position: absolute;
    bottom: 20px;
    left: 20px;
    white-space: normal;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 37px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;

}


/* user-rating  */
.user-rating{
    margin-top: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.user-rating h3{
    font-weight: 400 !important;
    font-style: normal;
    font-size: 28px;
    text-transform: none;
    line-height: 1.5;
    color: var(--dark);
    display: block;
    text-rendering: optimizeLegibility;
    letter-spacing: normal;
}
.user-rating div p{
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.user-rating .btn-group{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-rating .rating-btn{
    margin-bottom: 15px;
    display: block;
    border: 1px solid var(--dark);
    border-radius: 100vh;
    background-color: transparent;
    color: var(--dark);
    transition: background-color 100ms;
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 260px;
    margin: 0px 0px 10px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

#rating-slider .rating-box{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

#rating-slider .rating-box img,
#rating-slider .rating-box video{
    width: 100%;
    height: 100%;
}


.rating-modal .modal-content{
    padding: 10px 20px;
}

.rating-modal .modal-content h3{
    font-size: 18px;
    font-weight: 400;
    color: var(--dark);
}

.rating-modal input{
    font-size: 14px;
}


/* Product Details  */
.owl-carousel{
    z-index: -1;
}

#product-details .carousel-indicators{
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    flex-direction: column;
    justify-content: start;
}
#product-details .carousel-indicators li{
    width: 100%;
    height: 80px;
}
#product-details .carousel-indicators img{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: border 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}
#product-details .carousel-indicators .active img,
#product-details .carousel-indicators img:hover{
    border: 2px solid var(--color-pink2);
}

#product-details .details .brand{
    font-size: 16px;
    color: var(--dark);
    font-weight: 500;
}

#product-details .details .title{
    font-family: Avenir Next, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    line-height: 1.5;
    color: #000;

}

#product-details .details .product-name{
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    text-transform: none;
    line-height: 1.5;
    color: #000;
    display: block;
    letter-spacing: 1px;
}

#product-details .details .price,
#product-details .details .currency-symbol{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}
#product-details .details .original-price{
    color: var(--red);
    font-size: 14px;
    text-decoration: line-through;
}

#product-details .color,
#product-details .size{
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
}

#product-details .color span{
    font-weight: 500;
}

#product-details .color-box{
    display: flex;
    flex-wrap: wrap;
}

#product-details .color_id{
    display: none;
}

#product-details .color-box li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 3px 5px;
    border: 2px solid #ddd;
    transition: all 0.3s linear;

}

#product-details .color-box li.active{
    border: 2px solid var(--purple);
}

#product-details .color-box .color-items{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 1px;

}

#product-details .color-box .items{
    width: 100%;
    height: 100%;
}

#product-details .details .stock,
#product-details .details #stock
{
    color: var(--color-yellow);
}

#product-details .details .buy-now{
    background-color: var(--purple);
    color: var(--white);
    transition: all 0.3s linear;
    border: 1px solid transparent;
}
#product-details .details .buy-now:hover{
    background-color: var(--white);
    color: var(--purple);
    border: 1px solid var(--purple);
}

#product-details .description-box button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: transform .2s linear;
    padding: 21px 0 20px 0px;
    background-color: transparent;
    border: none;
    width: 100%;
    color: #000;
}

#product-details .description-box button:hover{
    color: #a37066;
}


.slider  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.slider .owl-prev,
.slider .owl-next{
    border: none;
    outline: none;
}

.slider .owl-prev:hover,
.slider .owl-next:hover {
    background-color: transparent;
}

.slider .owl-prev span,
.slider .owl-next span{
    background-color: var(--color-yellow);
    color: var(--white);
    border: none;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .owl-prev span:hover,
.slider .owl-next span:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#product-details #mobile-slider{
    display: none;
}

.custom-event-btn{
    font-size:22px;
    color: var(--dark);
    font-weight: 500;
    margin-top: 10px;
    line-height: 30px;
}

#countdown{
    color: var(--white);
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

#countdown .time-box{
    background: var(--purple);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 5px;
    padding: 8px 0px;
    margin: 15px 10px;
    width: 80px;
}

#countdown2 .time-box{
    background: var(--black);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 5px;
    padding: 4px 0px;
    margin: 0px 7px;
    width: 50px;
}

.p-card--title-link{
    color: var(--dark);
    font-weight: bold;
}

.title-medium{
    font-size: 18px;
}

.title-small{
    font-size:15px;
}

.font-bold{
    font-weight: 700;
}
.font-md{
    font-weight: 400;
}

del{
    text-decoration: line-through;
    color: orangered;
}

.form-control{
    height: 38px !important;
}


/* .product-cart-btn:hover{
    background-color: var(--dark) !important;
}
.product-cart-btn:hover .product-cart-btn i{
    color: #fff !important;
} */

#OCarousel-3 .picture{
    background-color: transparent;
    box-shadow: none;
}
#OCarousel-3 .picture img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border:5px solid #D9D9D9;
    transition: transform 0.3s ease;
}

#OCarousel-3 .picture img:hover{
    transform: scale(1.1);
}

#OCarousel-3 .details h2{
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    text-align: center;
}
/* CART  */
#cart{
    margin-top:20px;
}

#cart .section-title{
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
}


#cart-table .table thead th{
    padding: 4px 10px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0 !important;
}
#cart-table .table{
    border: 1px solid #e0e0e0 !important;
    margin: 0;
}

#cart-table .table td{
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0 !important;
    font-variant: top;
    font-size: 14px;

}

#cart-table .table td p{
    color: var(--dark);
    font-weight: 400;
    font-size: 14px;
}

#cart-table .table .product-column .product-img{
    width: 30px;
    height: 40px;
}

#cart-table .table .product-column .product-name{
    font: 16px;
    font-weight: 400;
    color: var(--dark);
    margin-left: 14px;
}

#cart .shipping-details p{
    font-weight: bold;
    color: var(--dark);
    font-size: 16px;
}

#cart .shipping-details span{
    font-weight: 500;
    color: var(--dark);
    font-size: 16px;
}

#cart .shipping-details label{
    font-size: 16px;
    color: var(--dark);
    font-weight: 500;
}

#cart .shipping-details .shipping-group label{
    margin: 0;
    font-weight: semibold;
}

#cart .shipping-details .shipping-group p{
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 15px;
}
#cart .shipping-details .coupon-btn{
    background-color: #17a2b8;
    color:var(--white);
}
#cart .checkout{
    background-color: #17a2b8;
    color:var(--white);
}

.qty-input {
    display: flex;
    align-items: center;
}

.qty-input .qty-count,
.qty-input .product-qty{
    width:40px;
    height:25px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--dark);
    font-weight: 500;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.qty-input .product-qty{
    text-align: center;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.qty-input .product-qty:focus{
    outline: none;
}

/* CART  */


/* product details */

.product-form .form-label{
    color: var(--dark);
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

}

#product-details-page .product-form  .size-details{
    display: flex;
    width:200px;
    flex-wrap: wrap;
    padding:10px 10px 5px 10px;
}

#product-details-page .product-form .size-details del{
    color: rgb(206, 106, 14);
    font-size:14px;
}

.product-form  .size-details img{
    width: 30px;
    max-height: 30px;
    margin-left:5px;
}

.product-form  .size-details .size-name{
    font-size: 16px !important;
    margin:0 8px 0 6px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--dark);
}
.product-form .size-details .size-input{
    height: fit-content;
    margin-left: 10px;
}
#product-details-page .product-form .size-description{
    text-align: center;
    font-size: 14px;
    color: var(--dark);
    font-weight: 500;
    font-family: sans-serif;
}

.product-form  .size-details .price{
    color: #886b6b !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 5px;;
}

.product-form  .size-details input.price{
    margin-top:10px;
    background-color: transparent !important;
}

/* product details end */

/* ABOUT PAGE  */
#about .about-title{
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 3px;
    color: var(--color-pink);
    text-shadow: 2px 2px 3px #e0e0e0;
}

#about .about-text{
    width: 100%;
    font-size: 16px;
    color: var(--dark);
    line-height: 23px;
    font-weight: 400;
    max-width: 500px;
}

#about .about-image .img1{
    width:100%;
    height:300px;
}

#about .about-image .img2{
    width:100%;
    height:150px;
}

#about .about-image .img3{
    width:100%;
    height:150px;
}

#about .team-member .title{
    font-weight: 400 !important;
    font-style: normal;
    font-size: 28px;
    text-transform: none;
    line-height: 1.5;
    color: var(--dark);
    display: block;
    text-rendering: optimizeLegibility;
    letter-spacing: normal;
    margin-bottom: 30px;
}

#about .team-member .details{
    font-size: 16px;
    padding: 20px;
    text-align: center;
}

#about .team-member .details img{
    width: 100%;
    max-width: 200px;
    /* height: 200px; */
}

#about .team-member .details p{
    margin-top: 10px;
}
#about .team-member .details .name{
    font-weight: 600;
}

#about .team-member .details .designation{
    font-weight: 600;
    color: var(--bg_1);
}

/* AABOUT PAGE  */


/* CHECKOUT  */

#checkout .item img{
    width: 80px;
    height: 90px;
}
#checkout .item .product-name{
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}
#checkout .item .single-price,
#checkout .item .total-price{
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    margin:5px 0px;
}
#checkout .price-box p{
    font-weight: 500;
    color: var(--dark);
    font-size: 16px;
    line-height: 16px !important;
}
#checkout #checkout-form img{
    width: 80px;
}
#checkout .form-check{
    display: flex;
    align-items: center !important;
}
#checkout .form-check label{
    display: inline-block;
    padding: 0;
    margin: 0;
}
#checkout .form-check input{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: -2px;
}
#checkout #checkout-form button{
    background: #17a2b8;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 15px;
    transition: all 0.3s ease;
    border: 1px solid #17a2b8;
}

#checkout #checkout-form button:hover{
    color: var(--color-pink);
    background-color: #fff;
}

/* CHECKOUT  */

/* Profile */

#profile #sidebar{
    width: 240px !important;
    background-color: #f8f9fa;
    padding: 15px 0;
}
#profile #sidebar .profile{
    padding: 20px 10px;
}

#profile #sidebar .profile .profile-avatar{
    width:100px;
    height: 100px;
    border-radius: 50%;
}
#sidebar .image-box{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#sidebar .image-box button{
    position: absolute;
    z-index: 10;
    top:0;
    right: 20px;
}

#sidebar .image-box input{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    opacity: 0.01;
    z-index: 100;
}

#profile .order .table-responsive .table{
    border-collapse: collapse;
    border: 1px solid #999;
    vertical-align: center;
}

#profile .order .table-responsive .table td,
#profile .order .table-responsive .table th{
    color: var(--color_2);
    border: 1px solid #999;
}

#profile .order .table-responsive .table th{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--dark);
}

#profile .order .table-responsive .table td{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--dark);
    vertical-align: middle;
}
/* EndProfile  */

td .pending{
    background: #FFC700;
    color: white;
    padding: 3px 5px;
}
td .accept{
    background: #3C6255;
}

td .shipping{
    background: #87A922;
}
td .delivered{
    background: #51AF5B;
}
td .cancel,
td .inqueue{
    background: #bb1616;
}

td .order-view-btn{
    border: 1px solid var(--color-pink);
    color: var(--color-pink);
    font-size: 14px;
    padding: 3px 10px;
}

td .pending,
td .accept,
td .shipping,
td .delivered,
td .cancel,
td .inqueue{
    color: white;
    padding: 3px 5px;
}

#cart-content{
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    z-index: 100;
    padding:0 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    background-color: #fff;
    height: 100vh;
}

#cart-content .header{
    padding-bottom: 5px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10%;
}

#cart-content h2{
    margin-bottom: 0 !important;
    font-size:20px;
}

#cart-content .close-cart{
    background-color:var(--dark);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
#cart-content .close-cart .icon{
    font-size: 18px !important;
}

#cart-content .item-box{
    height: 70%;
    width: 100%;
    overflow: auto;
}

#cart-content .item{
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

#cart-content .item img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

#cart-content .item-details p{
    font-size: 14px;
    color: var(--dark);
}

#cart-content .item-details .price{
    color: var(--color-pink);
}

#cart-content .item-details .old-price{
    text-decoration: line-through;
    color: #bb1616;
}

#cart-content .btn-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10%;
    width: 90%;
    transform: translateX(-50%);
}
#cart-content .cart-page{
    border: 1px solid var(--purple);
    color: var(--purple);
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 6px 0;
    transition: all 0.3s;
}
#cart-content .cart-page:hover{
    background-color:var(--purple);
    color: #fff;
}

/* Footer  */
.footer{
    background: var(--color-dark);
    padding: 20px 0;
}
.footer .footer-content h4{
    color: var(--white);
    padding: 10px 0;
}

.footer .footer-content .information span,
.footer .footer-content .information a{
    color: var(--white);
    font-size: 14px;
}
.footer .footer-content .social-media{
    width: 200px;
}

.footer .footer-content .social-media a{
    color: var(--white);
}


/* Package  */

#package .package-box{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: 0.3s linear;
}

#package .package-box:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#package .package-box .package-header{
    width: 100%;
    padding:10px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
#package .package-box .package-header h4{
    color: #fff;
}

#package .package-box .package-header .price{
    color: #fff;
    font-size: 18px;
}

#package .package-box .package-header .old-price{
    color: #fff;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 10px;
}

#package .package-box .standard{
    background: #134B70;
}
#package .package-box .premium{
    background: #399918;
}
#package .package-box .delux{
    background: #FF4191;
}

#package .package-box .details{
    padding: 10px;
}

#package .package-box .details .description{
    color: var(--dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

#package .package-box .offer-list{
    list-style-type: none;
    margin-top: 10px;
    color: var(--dark);
    font-size:15px;
    font-weight: 400;
}

#package .package-box .offer-list li{
    margin-top: 10px;
    display: flex;
    align-items: center;
}

#package .package-box .offer-list span.check{
    color: #399918;
    font-size:18px;
    margin-right: 8px;
}

#package .package-box .offer-list span.ban{
    color: #991818;
    font-size:18px;
    margin-right: 8px;
}

#package .package-box .details .order-btn{
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

#package .package-box .details .standard{
    border: 1px solid #134B70;
    background: #134B70;
}

#package .package-box .details .standard:hover{
    background: #ffffff;
    color: #134B70;
}

#package .package-box .details .premium{
    border: 1px solid #399918;
    background: #399918;
}

#package .package-box .details .premium:hover{
    background: #ffffff;
    color: #399918;
}

#package .package-box .details .delux{
    border: 1px solid #FF4191;
    background: #FF4191;
}

#package .package-box .details .delux:hover{
    background: #ffffff;
    color: #FF4191;
}

.list-details .offer-list{
    color: var(--dark);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    list-style-type:disc;
}

.list-details .offer-list li{
   margin-top:5px;
}

#rating .gallery{

}

@media only screen and (max-width: 1199px) {
    #shop .filter{
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 300;
        background-color: #fff;
        padding: 20px;
    }
}

@media only screen and (max-width:991px){
    #header .header-container{
        height: fit-content;
    }
    #header #menu-toggle{
        display: block;
        font-size: 22px;
        padding-left: 10px;
    }
    #header .navbar-desktop{
        display: none;
    }

    #header #mobile-nav{
        transition: all 0.3s linear;
        position:fixed;
        top: 0;
        left: 0;
        background-color: white;
        z-index: 500;
        width: 100%;
        max-width: 500px;
        height: 100%;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
        padding: 30px;
        overflow: auto;
        transition: all 0.3s linear;
    }
    #header .close-nav{
        position: absolute;
        top: 0;
        right: 0;
        background-color: #000;
        color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    #header #mobile-nav .active{
        width: 100%;
        max-width: 500px;
        display: block !important;
    }

    #header .mobile-nav ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .category-item, .subcategory-item {
        margin-bottom: 10px;
    }

    .search-container  .product-search{
        position:absolute;
        display: none;
        min-width:300px;
        max-width: 500%;
        top: 50px !important;
        left: -300px;
        overflow-y: scroll;
        box-shadow: 2px 3px 2px var(#999);
        z-index: 100;
        background-color: var(--white);
    }

    .category-link{
        display: block;
        padding: 10px;
        color: var(--dark);
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    }
    .subcategory-link {
        display: block;
        padding: 10px;
        color: var(--dark);
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        font-style: normal;
        text-decoration: none;
    }

    .subcategory-list{
        display: none;
        margin-left:10px;
    }
    .child-category-list {
        margin-left:10px;
    }

    .child-category-item a {
        padding: 5px 10px;
        color:#000;
        font-weight: 400;
        font-size: 14px;

    }

    .category-item.active .subcategory-list {
        display: block;
    }

    .subcategory-item.active .child-category-list {
        display: block;
    }
}

@media (max-width: 768px) {
    #header .navbar-main .logo a{
        left: 170px;
        font-size: 12px;
        letter-spacing: normal;
    }

    #hero-slider .banner-box .mobile-image{
        display: block;
    }
    #hero-slider .banner-box .desktop-image{
        display: none;
    }
    .order-track .details{
        text-align: center;
        text-align: center;
        margin-top: 10px;
    }

    .order-track .details p{
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .order-track .track-width{
        margin: 15px 0 15px 0 !important;
        padding: 30px 0 0 0 !important;
    }
    .order-track .status div{
        font-size: 14px !important;
    }
    .order-track .d-flex{
        justify-content: center !important;
        align-items: center !important;
    }

    #product-details #desktop-slider{
        display:none;
    }

    #product-details #mobile-slider{
        display:block;
    }
}

@media (max-width: 450px) {
    .search-container  .product-search{
        left: -150px;
    }

    #hero-slider .banner-box{
        height: 200px;
    }

    #hero-slider .text-box h1 {
        font-size: 20px;
        font-weight: bold;
    }

    #hero-slider .text-box p {
        font-size: 14px;
        font-weight: bold;
    }

    #hero-slider .banner-btn {
        padding: 6px 10px;
        font-size: 0.9rem;
    }

    .section-title{
        font-size: 18px !important;
    }
    .section-title span{
        font-size: 18px !important;
    }
    .section-carousel-btn button{
        padding: 3px 5px;
        border-radius: 7px;
        font-size: 13px;
    }

    .font-bold{
        font-weight: 500 !important;
    }

    #countdown .time-box{
        margin: 5px 8px;
        width: 60px;
        padding: 5px 0;
        font-size: 15px;
    }
    .category-card img{
        width: 80px !important;
        height: 80px !important;
    }
    .category-card p{
        text-align: center;
        font-size:15px;
    }

    .footer .footer-content h4{
        font-size: 16px;
    }
    .footer .footer-content .information span{
        font-size: 13px;
    }
    .footer .footer-content .social-media{
        width: 100%;
        padding-right: 15px;
    }
    .footer .footer-content .social-media i{
        font-size: 14px;
    }

    @media (max-width: 350px) {
        .search-container  .product-search{
            display: none !important;
        }
    }
}






