@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(100% - 15px) !important;
}
img {
    max-width: 100%;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.side-menu-wrap {
    position: fixed;
    left: -100%;
    height: 100vh;
    max-width: 450px;
    width:100%;
    min-width: 300px;
    transition: all 0.5s;
    background: #fff;
    z-index: 1111;
    height: 100vh;
    top: 0;
}
body.OpenMenu:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 79%);
    z-index: 1049;
    position: fixed;
    content: '';
}
button.btn_cross svg {
    height: 35px;
    width: 35px;
}
button.btn_cross svg {
    height: 35px;
    width: 35px;
}

.side-menu-wrap ul.navbar-nav li a {
    padding: 0 !important;
}

button.btn_cross {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: end;
    margin-left: auto;
}


.side-menu-wrap ul.navbar-nav {
    margin-top: 0px;
    border-bottom: solid 4px #c2c2c2;
    padding: 10px 15px 0;
    margin-bottom: 15px;
    gap:0;
}
.side-login-wrap {
    /*padding: 10px 20px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*border: solid 3px #facc7e;*/
    max-width: 90%;
    margin: 10px auto 0;
}
.side-login-wrap .btn_login {
    padding: 10px;
    border: solid 3px #facc7e;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
}
.side-login-wrap .btn_login:hover {
    background: #facc7e;
}
.side-menu-wrap ul.navbar-nav a.nav-link {
    color: #000;
    padding: 10px 15px !important;
    text-align: center;
}

.side-menu-wrap ul.navbar-nav li.nav-item {
    width: 50%;
    flex: 0 0 50%;
}

.menu-inner .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.menu-inner .accordion-flush .accordion-button {
    text-transform: uppercase;
    padding:12px 15px;
    box-shadow: none !important;
    outline: 0 !important;
}
button.btn {
    padding: 0;
}
.bottom-nav {
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.bottom-nav li a {
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
    display: block;
}
.bottom-nav li a {
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #251517;
}
.navbarToggler {
    padding: 0;
    border: 0;
    background: transparent;
}
.navbarToggler svg path {
    fill: #fff;
}
.header-menu {
    padding-left: 30px;
}
.menu-inner .accordion-flush .accordion-item .accordion-body ul {
    padding-left: 0;
    margin-bottom: 0;
}

.menu-inner .accordion-flush .accordion-item .accordion-body ul li a {
    padding: 10px 15px;
    color: #000;
    border-bottom: solid 1px #ddd;
    display: block;
    text-decoration: none;
}

.menu-inner .accordion-flush .accordion-item .accordion-body {
    padding: 0;
}

.menu-inner .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}
.OpenMenu .side-menu-wrap{
    left:0;
}
.nnavbartoggler{
    display: block;
    background: transparent;
    padding: 0;
}
.navbarToggler svg {
    height: 35px;
    width: 35px;
    fill: #fff;
}
.navbar-nav .nav-link {
    position: relative;
    overflow: hidden;
}
.navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fccc80;
    bottom: 0;
    left: -100%;
    transition: all 0.5s;
}
.navbar-nav .nav-link:hover {
    color: #fbcc7e;
}
.navbar-nav .nav-link:hover:after {
    left: 0;
}
.navbar-nav .nav-link.active:after {
    left: 0;
}
.logo {
    margin: 0 auto;
}
.logo img {
    max-width: 100px;
}
.navbar-expand-lg .navbar-collapse {
    flex: 0 0;
    padding-left: 25px;
    padding-right: 25px;
}
.search-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    line-height: 1;
}
.search-icon svg {
    height: 25px;
    width: 25px;
    stroke: #fff;
}
.search_wrap {
    padding: 0 25px;
    flex: 0 0 30%;
}
.search_wrap input.form-control {
    height: 45px;
    border-radius: 50px !important;
    background: transparent !important;
}
.search_wrap .form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.search_wrap .form-control:-ms-input-placeholder {
    color: #fff;
}
.search_wrap .form-control::-ms-input-placeholder {
    color: #fff;
}
.head-right ul {
    display: flex;
    gap: 25px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}
header {
    background: #000;
}
.head-right ul li svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
.count_cls {
    height: 20px;
    width: 20px;
    position: absolute;
    top: -15px;
    background: #fccc80;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    border-radius: 50%;
    right: -10px;
    color: #000;
    font-weight: 700;
}
.mobile_relative {
    position: relative;
}
.nav-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 35px 20px !important;
    border-radius: 0;
    background: transparent;
}
.navbar-nav {
    gap: 15px;
}
.search-icon svg path {
    fill: #ffffff;
}
.nav-link.active {
    /* background: #fbcb7f; */
    color: #fbcb7f;
    /* border-color: #fbcb7f; */
}




/* Category Section CSS */
.cate-img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.cate-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.cate-name h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #976c28 !important;
    height: 45px;
    width: 45px;
    padding: 10px !important;
    border-radius: 50%;
}
.owl-carousel .owl-nav .owl-next img, .owl-carousel .owl-nav .owl-prev img {
    width: 25px;
    filter: brightness(0) invert(1);
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    top: calc(50% - 45px);
}   
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    top: calc(50% - 45px);
}
.owl-carousel .owl-nav .owl-next.disabled, .owl-carousel .owl-nav .owl-prev.disabled {
    background: #ffe8be !important;
}
.owl-carousel .owl-nav .owl-next.disabled img, .owl-carousel .owl-nav .owl-prev.disabled img {
    filter: unset;
}
.cate-card a {
    color: #000;
    text-decoration: none;
}
.cate-card {
    text-align: center;
    display: flex;
    justify-content: center;
}


.heading_type1 {
    background-image: url(../img/title-bg.png);
    background-position: 50%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding: 5px 35px;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.price-wrap p {
    color: #303030;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 5px;
}
.discount-price {
    color: #414141;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 500;
}




/* Product CSS */
.bg-1 {
    background: #ffebcc;
    border-radius: 15px;
    padding: 10px;
}
.prd-cont h4 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
}
.product-card {
    border: 0;
    border-radius:0;
    overflow: hidden;
}
.prd-cont {
    padding: 0;
    padding-top: 15px;
}
.top-trending-sec {
    padding: 10px 0;
}
.bg-2 {
    background: #f5f2e9;
    padding: 10px;
    border-radius: 15px;
}
.title-wrap {
    margin-bottom: 10px;
}
.owl-dots {
    display: none;
}
.category-sec {
    padding: 20px 0 10px;
}

.offer-sec {
    padding: 10px 0;
}
.offer-banner img {
    border-radius: 15px;
}
.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    max-width: 120px;
    gap: 0;
}
.quantity-btn {
    background: #f8f9fa;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.quantity-input {
    border: 0 !important;
    width: 50px;
    padding: 8px;
    outline: none;
    text-align: center;
}
.quantity-selection h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* Footer CSS Start */
    .middle-footer {
        padding: 20px 0;
        background: #fff6e9;
    }
    .footer-title h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .footer-link ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    .footer-link ul li {
        margin-bottom: 10px;
        line-height: 1.1;
    }
    .footer-link ul li a {
        color: #000;
        text-decoration: none;
        font-size: 16px;
        transition: all 0.5s;
    }
    .footer-link ul li a:hover {
        color: #f6157b;
        transition: all 0.5s;
    }
    .footer-title {
        margin-bottom: 10px;
    }
    .newsletter-wrap label {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
        margin-right: 20px;
        flex: 0 0 230px;
        max-width: 230px;
    }
    .newsletter-wrap .input-group {
        align-items: center;
    }
    .form-wrap {
        display: flex;
        position: relative;
        flex: 0 0 calc(100% - 250px);
    }
    .form-wrap .form-control {
        padding-right: 90px;
    }
    .form-control {
        background: #fff !important;
        box-shadow: none;
        border: solid 1px #DCDCDC;
        padding: 8px 15px;
        min-height: 45px;
        border-radius: 7px !important;
        outline: 0 !important;
        box-shadow: none !important;
    }
    .form-control::placeholder {
        color: #000000;
        opacity: 1;
    }
    .form-control:-ms-input-placeholder {
        color: #000000;
    }
    .form-control::-ms-input-placeholder {
        color: #000000;
    }
    .subs-btn {
        position: absolute;
        right: 3.5px;
        top: 3.5px;
    }
    .subs-btn .btn_primary {
        min-height: 35px;
        background: #fbcb7f;
        padding: 6.5px 10px !important;
    }
    .subscribe-sec {
        border-top: solid 1px #BEBEBE;
        margin-top: 12px;
        padding-top: 12px;
    }
    .footer-link ul li:last-child {
        margin-bottom: 0;
    }
    .footer-social-sec {
        text-align: right;
    }
    .footer-social-sec ul {
        list-style: none;
        display: flex;
        margin-left: auto;
        margin-bottom: 0;
        justify-content: end;
        gap: 10px;
    }

/* Footer CSS End */


/* Product Page Css Start */
    .product-listing-sec {
        padding: 25px 0;
    }
    .product-sidebar {
        background: #fef5e4;
        padding: 10px;
        border-radius: 10px;
    }
    .product-sidebar button.accordion-button {
        background: transparent !important;
        padding: 10px 10px;
        font-weight: 500;
        box-shadow: none !important;
        border-radius: 2px !important;
    }
    .product-sidebar .accordion-header {
        background: transparent !important;
    }
    .accordion-item {
        background: transparent;
        padding: 0;
    }
    .accordion-body {
        padding: 10px 0;
    }
    .checkbox-control {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
    }
    .checkbox-control .checkbox {
        height: 20px;
        width: 20px;
    }
    .checkbox-control label {
        font-size: 14px;
    }
    .accordion-flush .accordion-item  .accordion-button:not(.collapsed) {
        color: #fccb7d;
        background: #000 !important;
    }
    .accordion-button:not(.collapsed)::after {
        filter: brightness(0) invert(1);
    }
    .prd-list-wrap .product-card {
        margin-bottom: 20px;
        position: relative;
    }
    .prd-add-option {
        display: flex;
        padding: 0 15px 15px;
    }

    .fav_wrap svg {
        width: 25px;
        height: 25px;
    }
    .fav_wrap {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .fav_wrap svg path {
        fill: #000000;
    }

    button {
        border: 0;
        box-shadow: none;
    }
    .btn_primary {
        align-items: center;
        background: #fbcb7f;
        display: flex;
        justify-content: center;
        margin-right: 0;
        border-radius: 5px;
        padding: 7px 15px !important;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        width: 100%;
    }

    .fav_wrap .btn_primary{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding-top: 12px;
    }

    .cart_wrap {
        width: 100%;
    }

    .btn_primary:hover {
        color: #000;
        background: #b7873a;
    }
/* Product Page Css End */





/* Product Detail Slider CSS Start */
    .btn-primary {
        background: #fccd7f;
        border-color: #fccd7f;
        border-radius: 50%;
    }
   
    
    .single-size input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #eee;
      border-radius:0;
    }
    .single-size:hover input ~ .checkmark {
      background-color: #ccc;
    }
    .single-size input:checked ~ .checkmark {
      background-color: #f9ca7f;
    }
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    .rating_prd_wrap ul {
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
    }
    .rating_prd_wrap ul li {
        list-style: none;
        margin-right: 5px;
        display: block;
        line-height: 0;
    }
    .rating_prd_wrap ul li svg {
        width: 15px;
        height: 15px;
    }
    .rating_prd_wrap {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        border: solid 1px #fbcb7f;
        padding: 6px 10px;
        border-radius: 5px;
    }
    .rating_prd_wrap p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        padding-left: 10px;
        border-left: 2px solid #fbcb7f;
        margin-left: 5px;
    }
    .product-detail h2 {
        font-size: 28px;
        font-weight: 700;
    }
    .price_wrap {
        margin: 12px 0;
    }
    .price_wrap h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .prd-detail-sec {
        padding: 45px 0 15px;
    }
    .size-list {
        display: flex;
        align-items: center;
    }
    .single-size{
    background: #ddd;
    margin-right: 10px;
    height: 35px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65px;
    overflow: hidden;
    font-size: 16px;
}
    .size {
        position: relative;
    }
    .btn-primary:hover {
        background: #ab7b35;
        border-color: #ab7b35;
    }
    .prd-size h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .specification-wrap h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .sp-list-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .sp-list {
        flex: 0 0 33.33%;
        width: 33.33%;
        padding: 10px 25px;
        border-bottom: solid 1px #ddd;
        border-right: solid 1px #ddd;
        text-align: center;
    }
    .prd-size {
        margin-top: 10px;
    }
    .buy-option {
        display: flex;
        margin-top: 20px;
        gap: 15px;
    }
    .add-tocart {
        width: 50%;
    }
    .buy-now {
        width: 50%;
    }
    .buy-now .btn_primary {
        border: solid 1px #fbcb7f;
        background: transparent;
        color: #fbcb7f;
    }
    .shiping-wrap {
        display: flex;
        gap: 20px;
        border: dashed 2px #ddd;
        border-radius: 10px;
        padding: 20px;
        margin-top: 25px;
    }
    .s-icon svg {
        height: 45px;
        width: 45px;
    }
    .shiping-cls {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 33.33%;
        position: relative;
    }
    .shiping-cls:after {
        content: '';
        position: absolute;
        height: 40px;
        width: 2px;
        background: #fbcb7f;
        right: -10px;
    }
    .shiping-cls:last-child:after {
        display: none;
    }
    .price_wrap h3 span {
        text-decoration: line-through;
        margin-left: 10px;
        font-size: 17px;
    }


    .nav .nav-item button.active {
        background-color: transparent;
        color: #fbcb7f !important;
    }
    .nav .nav-item button.active::after {
      content: "";
      border-bottom: 4px solid #fbcb7f;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -1px;
      border-radius: 5px 5px 0 0;
    }
    .prd-inner-dtl button {
        color: #000 !important;
        font-weight: 700;
    }
    .prd-inner-dtl {
        padding-top: 10px;
    }
    .size-tit-chart {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .size-tit-chart a {
        color: #000;
    }
    .color-swatch {
        border-radius: 50%;
        width: 2.6rem;
        height: 2.6rem;
        padding: 3px;
        border: 1px solid transparent;
        background: linear-gradient(to right, rgb(161, 42, 44), rgb(161, 42, 44));
        place-items: center;
        display: grid;
        position: relative;
    }






    .color-green {
      background-color: green;
    }
    .color-blue {
      background-color: blue;
    }
    .color-orange {
      background-color: orange;
    }
    .btn-primary {
        background: #fccd7f;
        border-color: #fccd7f;
        border-radius: 50%;
    }

    .single-size {
        display: block;
        position: relative;
        padding-left: 0;
        margin-bottom: 12px;
        cursor: pointer;
        user-select: none;
        background: #ddd;
        margin-right: 10px;
        height: 30px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        overflow: hidden;
        font-size: 16px;
    }
    .sp-list:nth-child(4), .sp-list:nth-child(5), .sp-list:nth-child(6) {
        border-bottom: 0;
    }
    .sp-list:nth-child(3), .sp-list:nth-child(6) {
        border-right: 0;
    }
    .sp-list h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .sp-list p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        color: #5e5e5e;
    }

    .buy-option {
        display: flex;
        margin-top: 20px;
        gap: 15px;
    }
    .add-tocart {
        width: 50%;
    }
    .buy-now {
        width: 50%;
    }
    .buy-now .btn_primary {
        border: solid 1px #fbcb7f;
        background: transparent;
        color: #fbcb7f;
    }
    .shiping-wrap {
        display: flex;
        gap: 20px;
        border: dashed 2px #ddd;
        border-radius: 10px;
        padding: 20px;
        margin-top: 25px;
    }
    .s-icon svg {
        height: 45px;
        width: 45px;
    }
    .shiping-cls:after {
        content: '';
        position: absolute;
        height: 40px;
        width: 2px;
        background: #fbcb7f;
        right: -10px;
    }
    .shiping-cls:last-child:after {
        display: none;
    }
    .price_wrap h3 span {
        text-decoration: line-through;
        margin-left: 10px;
        font-size: 17px;
    }
    .main .card {
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
        color: #333;
        border-radius: 2px;
    }
    .main .card-image {
        background: #fff;
        display: block;
        padding-top: 70%;
        position: relative;
        width: 100%;
    }
    .main .card-image img {
    display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-detail-img {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .product-detail-img .card {
        flex: 0 0 calc(50% - 15px);
    }
    .rating_prd_wrap svg {
        height: 15px;
        width: 15px;
    }
    .rating_prd_wrap span {
        font-size: 16px;
        font-weight: 600;
    }
    .share-option h3 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 15px;
    }
    .share-option ul {
        display: flex;
        gap: 10px;
        padding-left: 0;
    }
    .share-option ul svg {
        height: 18px;
        width: 18px;
    }
    .share-option ul li {
        list-style: none;
    }
    .share-option ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        border: solid 2px #fccc80;
        padding: 5px 20px;
        border-radius: 50px;
        color: #000;
        text-decoration: none;
        font-weight: 500;
    }
    .product-card a {
        text-decoration: none;
        color: #000;
    }
    span.badge.bg-primary {
        position: absolute;
        top: 0;
    }
    .form-inner {
        max-width: 560px;
        margin: 30px auto;
        background: #fff;
        box-shadow: 0 0 10px #ddd;
        border-radius: 10px;
        padding: 20px;
    }
    .form-inner h2 {
        font-size: 24px;
        font-weight: 700;
        position: relative;
        margin-bottom: 30px;
    }
    .form-inner h2:after {
        content: '';
        position: absolute;
        height: 2px;
        background: #fdcb80;
        width: 50px;
        bottom: -10px;
        left: 0;
    }
    .form-group {
        margin-bottom: 20px;
    }
    label.active {
        border: solid 5px #ffab24;
    }
    .social-login {
        display: flex;
        gap: 10px;
    }

    .social-login button.btn {
        padding: 5px 20px 7px;
        width: 50%;
        background: #ddd;
    }

    .btn_facebook {
        background: #293f6a !important;
        color: #fff;
    }

    .btn_google {
        background: #7a0000 !important;
        color: #fff;
    }

    .btn_google:hover {
        background: #842525 !important;
        color: #fff;
    }

    .btn_facebook:hover {
        background: #385283 !important;
        color: #fff;
    }

    .or-option {
        padding: 20px 0;
        text-align: center;
    }

    .or-option p {
        margin-bottom: 0;
        font-weight: 700;
    }
    .not-login p {
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center;
        color: #4b4b4b;
        font-size: 16px;
    }

    .not-login p .create-account {
        color: #fccc80;
    }
    .gender-label {
        display: flex;
        gap: 20px;
    }
    
    .register-form {
        max-width: 560px;
        margin: 30px auto;
        background: #fff;
        box-shadow: 0 0 10px #ddd;
        border-radius: 10px;
        padding: 20px;
    }
    .register-form h2 {
        font-size: 24px;
        font-weight: 700;
        position: relative;
        margin-bottom: 30px;
    }
    .register-form h2:after {
        content: '';
        position: absolute;
        height: 2px;
        background: #fdcb80;
        width: 50px;
        bottom: -10px;
        left: 0;
    }    
    .country-phone-code {
        display: flex;
    }
    
    .country-phone-code .form-control.country-code {
        width: 80px;
        border-radius: 10px 0 0 10px !important;
    }
    
    .country-phone-code input.form-control {
        border-radius: 0 10px 10px 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
    }
    .dropdown-toggle {
        height: 35px;
        width: 35px;
        background: #ffffff;
        border-radius: 50%;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .dropdown.userProfile ul.dropdown-menu {
        display: none;
        padding: 0;
    }
    .dropdown.userProfile ul.dropdown-menu.show {
        display: block;
        left: auto;
        right: 0;
    }
    .dropdown.userProfile li a {
        display: block;
        padding: 5px 12px;
        border-bottom: solid 1px #ddd;
        text-decoration: none;
        color: #000;

    }
    .account-inner {
        display: flex;
        margin-top:25px;
    }
    .account-left {
        flex: 0 0 25%;
        padding-right: 15px;
    }
    .account-card {
        padding: 0;
        background: #ddd;
        list-style: none;
        border-radius: 10px;
    }
    .account-card li a {
        padding: 10px 20px;
        border-bottom: solid 1px #ffffff;
        display: flex;
        text-decoration: none;
        color: #000;
        font-weight: 600;
    }
    td .btn.btn-sm.btn-outline-primary {
        background: #f8d587;
        padding: 3px 10px;
        color: #000000;
        border: 0;
        font-weight: 500;
    }
    .order-item span {
        font-weight: 600;
    }
    .btn.btn-outline-secondary {
        border: solid 1px #ddd;
        padding: 5px 15px;
    }
    section.profile-sec-sec {
        padding-bottom: 25px;
    }
    .account-card li a.active {
        background: #f8d587;
        color: #000000;
    }
    .account-right {
        flex: 0 0 75%;
        padding-left: 15px;
    }
    
    .dashboard-box {
        border: solid 1px #ddd;
        border-radius: 10px;
        padding: 20px;
    }
    
    .dashboard-box h4 {
        font-size: 24px;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
    }
    
    .dashboard-box p {
        margin-bottom: 0;
    }
    
    .dashboard-box p {
        color: #000;
        font-size: 16px;
    }
    
    .dashboard-box p a {
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }
    
    .profile-box {
        border: solid 1px #ddd;
        border-radius: 10px;
        padding: 20px;
    }
    
    .profile-box h4, .order-box h4 {
        font-size: 24px;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
    }
    
    .profile-box h4:after, .dashboard-box h4:after, .order-box h4:after  {
        content: '';
        position: absolute;
        height: 0.15rem;
        width: 50px;
        background: #fccb7d;
        bottom: -7px;
        left: 0;
    }
    .form-group label {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .change-passwprd {
        margin-top: 30px;
    }
    
    .change-passwprd h5 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        position: relative;
    }
    
    .change-passwprd h5:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 50px;
        background: #fbcb7f;
        bottom: -7px;
        left: 0;
    }
    table.table {
        border: solid 1px #ddd;
    }

    table.table img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        object-position: top;
    }
    
    .order-prd-dtl {
        display: flex;
        gap: 20px;
    }
    
    .infor-prd h6 a {
        color: #000;
        text-decoration: none;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .infor-prd h6 {
        margin-bottom: 0;
    }
    td a.link {
        background: #fbcb7f;
        border-radius: 20px;
        padding: 5px 15px;
        color: #000;
        text-decoration: none;
    }
    .order-box {
    border: solid 1px #ddd;
    padding: 15px;
    border-radius: 10px;
}

.table td {
    border-bottom: solid 2px #ddd;
}
/* Product Detail Slider CSS End */






    .color-wrap label {
        display: inline-block;
        position: relative;
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer;
        border-radius: 50%;
        border: solid 2.5px #895400;
        margin-right: 5px;
    }
    .color-option.active {
        border-color: #f9ca7f;
        box-shadow: 0 0 6px rgb(202 146 52);
    }
    .color-wrap h3 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 15px;
    }
    .color-wrap input {
      position: absolute;
      opacity: 0;
    }
    .item-list-check {
        margin-left: 4px; 
        accent-color: rgb(22, 141, 143); 
        height: 17.17px; 
        width: 17.17px;
    }
    .cart-item-n {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 1px;
        color: rgb(47, 51, 69);
    }
    .cart-prd-list {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    .cart-title h2 {
        font-size: 20px;
        font-weight: 700;
    }
    .cart-title {
        flex: 0 0 calc(60% - 20px);
    }
    .categorie-cls {
        display: inline-flex;
        padding: 5px 15px;
        background: #ffeed2;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
    }
    .cart-prd-price {
        flex: 0 0 40%;
        text-align: right;
    }
    .cart-prd-price p {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .cart-prd-price span {
        font-size: 15px;
        font-weight: 500;
        color: #6a6a6a;
    }
    .cart-inner {
        padding-top: 45px;
    }
    .cart-inner {
        padding: 20px;
        border-radius: 10px;
    }
    .cart-item-c {
        border: solid 1px #ffeed2;
        padding: 10px 20px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .cart-c {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .item-list-check {
        margin-left: 0;
    }
    .cart-box {
        display: flex;
    }
    .price-top {
        font-size: 14px;
        color: rgb(22, 141, 143);
        font-weight: 600;
        margin-bottom: 3px;
    }
    .cart-size-qty {
        display: flex;
        margin-top: 15px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 12px;
        gap: 10px;
    }
    .cart-size-qty .cart-select {
        border: 0;
        background: #e1e1e1;
        border-radius: 5px;
        padding: 5px 20px;
        text-align: left;
        padding-left: 5px;
    }
    .cart-prd {
        padding-left: 10px;
    }
    .cart-img img {
        border-radius: 10px;
    }
    .btn_danger {
        background: #f00;
        color: #fff;
        border-radius: 5px;
        padding: 7px 15px;
    }
    .cart-btn-grp {
        display: flex;
        justify-content: end;
        gap: 10px;
        padding-top: 10px;
    }
    .cart-btn-grp .btn_primary {
        padding: 0 15px;
    }
    .cart-box {
        padding: 15px;
        border: solid 1px #ddd;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .cart-coupon h4 {
        font-size: 18px;
        font-weight: 700;
    }
    .cart-coupon .form-group {
        display: flex;
        margin-bottom: 0;
    }
    .cart-coupon .form-group .btn_primary {
        padding: 10px 20px;
        height: 100%;
        margin-left: 10px;
    }
    .cart-price-dtl {
        padding: 20px 0;
    }
    .cart-coupon {
        border: solid 1px #ddd;
        border-radius: 10px;
        padding: 10px 15px;
    }
    .billing-info {
        border: solid 1px #ddd;
        border-radius: 10px;
        margin-top: 10px;
    }
    .billing-info h4 {
        padding: 10px 15px 0;
        font-size: 18px;
        font-weight: 600;
    }
    .billing-info ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
    }
    .billing-info ul li {
        display: flex;
        justify-content: space-between;
        border-top: solid 1px #ddd;
        padding: 10px 15px;
    }
    .left-cont {
        font-weight: 500;
        font-size: 15px;
    }
    .grand-total span {
        font-size: 16px;
        font-weight: 700;
    }
    .disc-cart {
        text-decoration: line-through;
    }
    .right-cont span.free-label {
        color: #fbcb7f;
        font-weight: 700;
    }
    .palce-order-btn .btn {
        width: 100%;
        margin-top: 10px;
        font-weight: 700;
        border-radius: 8px;
    }
    .add-form .form-group {
        margin-bottom: 15px;
    }
    .contact-dtl-add h4 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
    }
    .country-phone-code {
        display: flex;
    }
    .country-phone-code .form-control.country-code {
        width: 65px;
        border-radius: 10px 0 0 10px !important;
    }
    .country-phone-code .form-control {
        border-radius: 0 10px 10px 0 !important;
    }
    .save-address-inner {
        display: flex;
    }
    .save-address-inner .single-size {
        border-radius: 10px;
        padding: 10px 15px !important;
        width: auto;
    }
    .add-new-address-box .btn_modal_address {
        padding: 15px 20px;
        width: 100%;
        border-radius: 10px;
        border: 0;
    }
    .checkout-inner h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .checkout-inner {
        padding: 20px 0;
    }
    .name-type-label .type {
        color: #999;
        font-size: 16px;
        margin-left: 6px;
        font-weight: 600;
    }
    .address-edit-opt {
        display: flex;
        gap: 15px;
        margin-top: 15px;
        padding-top: 15px;
        border-top: solid 1px #ddd;
    }
    .address-edit-opt button svg {
        height: 20px;
        width: 20px;
    }
    .address-edit-opt button {
        background: transparent;
        border: solid 1px #ddd;
        padding: 8px 15px;
        border-radius: 5px;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .checkbox-check {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }
    .address-card {
        border: solid 1px #ddd;
        border-radius: 10px;
        padding: 10px 15px 15px;
    }
    .address-lines p {
        margin-bottom: 0;
    }
    .after-add-adress {
        margin-top: 15px;
    }
    .selected-address {
        margin-top: 20px;
        border: solid 1px #ddd;
        padding: 10px;
        border-radius: 10px;
    }
    .selected-add-inner h4 {
        font-size: 16px;
        font-weight: 700;
        color: #fbcb7f;
        margin-bottom: 0;
    }

    .selected-add-inner p {
        margin-bottom: 0;
        font-size: 14px;
        color: #757575;
    }

    .address-change {
        display: flex;
        justify-content: end;
    }
    .payment-option-via-pay {
        margin-top: 15px;
        background: #ddd;
        border-radius: 10px;
    }
    .payment-option-via-pay .single-payment-option {
        padding: 12px 15px;
        border-bottom: 0;
    }
    .payment-option-via-pay .single-payment-option .form-check {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        text-align: left;
        padding-left: 0;
        font-weight: 600;
    }
    .payment-option-via-pay .single-payment-option .form-check .form-check-label {
        width: 100%;
        position: absolute;
        padding-left: 0;
    }
    .payment-option-via-pay .single-payment-option .form-check input {
        height: 20px;
        width: 20px;
    }
    .payment-option-via-pay .single-payment-option .accordion-button {
        padding: 15px 15px;
        border-radius: 5px;
    }
    .payment-option-via-pay .single-payment-option:last-child {
        border-bottom: 0;
        padding: 0;
    }
    .payment-option-via-pay .accordion {
        padding: 0;
    }
    .payment-option-via-pay .accordion .accordion-button {
        background: transparent;
        padding: 15px 15px;
        box-shadow: none !important;
    }
    .payment-option-via-pay .accordion .accordion-item:last-child {
        border-bottom: 0;
    }
    .payment-option-via-pay .accordion .accordion-item:last-child  .accordion-button {
        border-bottom: 0 !important;
    }
    .payment-option-via-pay .single-payment-option .accordion-body .form-check {
        padding: 7px 0px;
    }
    .payment-option-tit h4 {
        font-size: 22px;
        padding: 20px 0 0;
    }
    .payment-option-via-pay  .accordion-body {
        padding: 10px 20px;
    }
    .head-right ul li button {
        padding: 5px 12px;
        border: 0;
        background: transparent;
        margin: 0 !important;
    }
    .profile_bottom {
        display: flex;
        gap: 15px;
    }
    .profile_bottom .btn-outline-secondary {
        padding: 5px 15px;
    }
    .social-login {
        display: flex;
        gap: 10px;
    }

    .social-login button.btn {
        padding: 5px 20px 7px;
        width: 50%;
        background: #ddd;
    }

    .btn_facebook {
        background: #293f6a !important;
        color: #fff;
    }

    .btn_google {
        background: #7a0000 !important;
        color: #fff;
    }

    .btn_google:hover {
        background: #842525 !important;
        color: #fff;
    }

    .btn_facebook:hover {
        background: #385283 !important;
        color: #fff;
    }

    .or-option {
        padding: 20px 0;
        text-align: center;
    }

    .or-option p {
        margin-bottom: 0;
        font-weight: 700;
    }
    .not-login p {
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center;
        color: #4b4b4b;
        font-size: 16px;
    }

    .not-login p .create-account {
        color: #fccc80;
    }
    .gender-label {
        display: flex;
        gap: 20px;
    }
    .add-form .form-group label {
        margin-top: 15px;
    }
    .btn {
        padding: 0;
    }
    .account-card button.btn.btn-link.p-0 {
        padding: 10px 20px !important;
        color: #000 !important;
        font-size: 16px;
        font-weight: 600;
    }
    
    .wishlist-item-card {
        border: 1px solid #e9ecef;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        transition: box-shadow 0.3s ease;
        height: 100%;
    }
    
    .wishlist-item-card:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    .wishlist-item-image {
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    
    .wishlist-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .wishlist-item-actions {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    
    .wishlist-item-actions .btn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    
    .wishlist-item-details {
        padding: 15px;
    }
    
    .wishlist-item-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 1.3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .wishlist-item-price {
        margin-bottom: 8px;
    }
    
    .current-price {
        font-weight: 600;
        color: #fbcb7f;
        font-size: 1rem;
    }
    .original-price {
        text-decoration: line-through;
        color: #6c757d;
        font-size: 0.85rem;
        margin-left: 8px;
    }
    
    .wishlist-item-attributes {
        margin-bottom: 12px;
    }
    
    .attribute-tag {
        display: inline-block;
        background: #f8f9fa;
        color: #495057;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 0.75rem;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    
    .wishlist-item-actions-bottom {
        text-align: center;
    }
    
    .wishlist-item-actions-bottom .btn {
        width: 100%;
    }
    .cart-box .row {
        width: 100%;
    }
    #select-address-form .form-check.border {
        border-radius: 10px;
        display: flex;
        gap: 15px;
    }
    .modal-footer {
        flex-wrap: unset;
    }
    #select-address-form .form-check .form-check-input {
        margin-left: 0;
        margin-top: 5px;
    }
    .modal-header .btn-close {
        padding: 0 10px;
    }
    .modal-footer .btn {
        padding: 7px 15px;
    }
    .modal-footer .btn {
        padding: 7px 15px;
    }
    #select-address-form #address2 {
        margin-left: 0;
    }
    .wishlist-box h4:after {
        content: '';
        position: absolute;
        height: 0.15rem;
        width: 50px;
        background: #fccb7d;
        bottom: -7px;
        left: 0;
    }
    .wishlist-box h4 {
        font-size: 24px;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
    }
    .dropdown.userProfile ul.dropdown-menu form {
        margin-bottom: 0;
    }
    .form-check-input:checked {
        background-color: #fbcb7f !important;
        border-color: #fbcb7f !important;
    }
    .empty-cart {
        border-radius: 20px;
        max-width: 55%;
        background: #fff;
        box-shadow: 0 0 5px #00000047;
        padding: 20px;
        margin: 0 auto;
    }
    .empty-cart .btn-primary {
        border-radius: 10px;
        padding: 12px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }
    .side-menu-head {
        display: flex;
        align-items: center;
        padding: 10px 18px;
        background: #3f3f3f;
    }
    .side-menu-head .logo.desktop-logo {
        margin: 0;
    }
    .footer-social-sec ul li a img {
        height: 40px;
        width: 40px;
    }
    .newsletter-wrap .form-group {
        margin-bottom: 0;
    }
    .newsletter-wrap .input-group label {
        margin-bottom: 0;
    }
    .brand-row {
        background: #fbcb7f;
        text-align: center;
        padding: 25px 0;
    }
    
    .brand-row h3 {
        font-size: 40px;
        margin-bottom: 0;
    }
    
    .happy-customer {
        padding: 35px 0;
        text-align: center;
    }
    .happy-customer h3 {margin-bottom: 0;font-size: 40px;}
    .prd-img video {
        width: 100%;
        height: 100%;
    }
    .banner-img img {
        width: 100%;
    }
    
    .empty-cart {
        max-width: 100%;
    }
    .category-mob-carousel button.owl-prev, .category-mob-carousel button.owl-next {
        height: 35px !important;
        width: 35px !important;
        top: calc(50% - 35px) !important;
        display: flex;
        left: 5px !important;
    }
    
    .category-mob-carousel {
        padding: 0 40px;
    }
    .category-mob-carousel button.owl-next {
        right: 10px !important;
        left: auto !important;
    }
    .category-mob-carousel .cate-img {
        height: 100px;
        width: 100px;
    }
    .side-menu-wrap ul.navbar-nav li.nav-item button {
        text-align: center;
        width: 100%;
    color: #000;
    }

    