@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    
}
.container{
    width: 100%;
    max-width: 1360px !important;
    padding: 0 15px;
    margin: 0 auto;
}
img{
    width: 100%;
    box-sizing: border-box;
}
h1 {
    font-size: 64px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
}
h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
}
h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "EB Garamond", serif;
}
h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Source Sans 3", serif;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Sora", serif;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}

.login-sec.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .carousel-item .set-img-box {
    border: 5px solid #b49579
 !important;
} */
.btn{
    font-size: 16px;
    color: #fff;
    font-family: "Graduate", serif;
    background-color: #b49579
;
    display: inline-block;
    text-transform: none;
    padding: 8px 20px 8px 20px;
    transition: .3s all ease-in-out;
}
.btn:hover{
    background-color: #000;
}
.btn-two{
    font-size: 20px;
    color: #000;
    font-family: "Graduate", serif;
    background-color: #fff;
    display: inline-block;
    text-transform: none;
    padding: 8px 20px 8px 20px;
    transition: .3s all ease-in-out;
}
.btn-two:hover{
    background-color: #b49579
;
    color: #fff;
}
.btn i.bi.bi-arrow-right {
    margin-left: 5px;
    transition: .3s all ease-in-out;
}
.btn:hover i.bi.bi-arrow-right{
    margin-left: 10px;
}


.header-btn {
    width: 170px;
    background-color: #b49579
;
    padding: 15px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    border: 2px solid #b49579
;
    text-transform: initial;
}

ul.profile-menu li a:hover {
    color: #b49579
;
}

.header-btn-y {
    width: 160px;
    background-color: #F9E657;
    padding: 14px;
    color: #000000;
    border-radius: 50px;
    font-size: 26px;
    border: 2px solid #fff;
    transform: rotateZ(7deg);
    font-family: emoji;
    font-weight: bold;
}

.header-btn-o {
    width: 160px;
    background-color: #FF6E35;
    padding: 14px;
    color: #fff;
    border-radius: 50px;
    font-size: 26px;
    border: 2px solid #fff;
    transform: rotateZ(26deg);
    font-family: emoji;
    font-weight: bold;
    position: relative;
    top: 18px;
}


.header-btn-s {
    width: 160px;
    background-color: #DB9BFC;
    padding: 14px;
    color: #fff;
    border-radius: 50px;
    font-size: 26px;
    border: 2px solid #fff;
    transform: rotateZ(-6deg);
    font-family: emoji;
    font-weight: bold;
    position: relative;
    top: 50px;
}

.header-btn-g {
    width: 160px;
    background-color: #267848;
    padding: 14px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 26px;
    top: 68px;
    position: relative;
    transform: rotateZ(19deg);
    font-family: emoji;
    font-weight: bold;
}

.header-btn:hover {
    background-color: #fff;
    color: black;
    border-color: #b49579
 !important;
}

input.form-control.input-set {
    border-radius: 12px;
    padding: 12px;
}

.botton-set-b {
    position: absolute;
    bottom: -20px;
    right: 90px;
}

.text-btn-move {
    line-height: 0 !important;
}

.text-btn-move {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.bg-img {
    background-image: url('../img/Group\ 264.png');
    height: auto;
    background-size: cover;
    width: 100%;
}

button.btn.btn-primary-saller.border-0 {
    background-color: #fff;
    color: #8d4585;
    border-radius: 30px;
}

.bg-img,
h3 p {
    color: #fff;
}

.banner-btn:hover {
    background-color: #fff;
    color: #000;
}

.bg-color-two {
    background-color: #ECF9FD;
}

.banner-btn {
    border-color: #fff !important;
    color: #fff;
    border-radius: 50px;
    width: 126px;
    padding: 14px;
    transition: all 0.4s ease;
    box-shadow: 0px 15px 10px 0px #5a306378;
}

.bg-color {
    background-color: #b49579
;
}

.bg-color-gr {
    background-color: #f5f5f5;
    min-height: 230px;
}

.star-img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 16px;
}

.sub-header-1 .navbar-nav .nav-link {
    font-size: 18px;
    margin-right: 50px;
}

.navbar-nav .nav-link {
    font-size: 16px;
}


.footer-section {
    background-color: #1D1D1D;
}

.footer {
    padding: 60px 0 6px 0;
}

.ftr-top-cnt {
    display: flex;
    justify-content: space-between;
}

.social-icn ul li {
    list-style: none;
    margin: 12px 0;
    display: inline-block;
    padding-right: 12px;
}

.ftr-cnt h4 {
    color: #fff;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    width: fit-content;
}

.first-row .download-btn {
    text-align: left;
}

.first-row .download-btn a img.play-store-btn,
.first-row .download-btn a img.apple-store-btn {
    border: 1px solid #ffffff;
}

.first-row .download-btn a img.apple-store-btn {
    margin-top: 16px;
}

.ftr-cnt p,
.ftr-cnt h4 {
    color: #fff;
}

.ftr-cnt h4 {
    font-size: 20px;
    font-weight: 500;
}

.ftr-cnt {
    border-bottom: 1px solid #ffffff;
}

.footer-menu ul li {
    list-style: none;
    margin: 12px 0;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-menu ul {
    margin-top: 16px;
}

.forth-row {
    float: inline-end;
}

.second-menu-row {
    float: right;
}

.copy-right-cnt span {
    color: #fff;
    font-size: 14px;
}

.copy-right-cnt {
    text-align: center;
    margin: 16px 0;
}


/* ======== add new css ======== */

.breadcrumbs {
    background-color: #FFFFFF !important;
    position: relative;
    padding: 10px 0px !important;
}

.breadcrumbs ul li a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Sora", sans-serif;
    color: #A6A6A6 !important;
}

.ti-arrow-right:before {
    content: "\e628";
    color: #000;
}

.breadcrumbs ul li.active a {
    color: #fff;
    display: inline-block;
}

.login-form {
    padding: 32px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 10px;
}

.set-login {
    text-align: center;
    padding-top: 15px;
}

.set-login .btn {
    border-radius: 30px !important;
}

.set-login .btn:hover {
    background-color: #000 !important;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100% !important;
}

.shop .nice-select .list li:hover {
    background: #b49579
 !important;
    color: #fff;
}

/* ====== Add New css for shop page ================== */

input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background-color: #F3F9FB;
    padding: 7px 7px 7px 40px;
    border-radius: 8px;
}

.search-box .bi-search::before {
    content: "\f52a";
    position: absolute;
    top: 10px;
    left: 25px;
    font-weight: 800;
    font-size: 20px;
    color: #5A3063;
}

.bg-body-tertiary {
    background-color: #b49579
 !important;
    border-radius: 10px;
}

ul.navbar-nav.mb-2.mb-lg-0 {
    margin: auto;
}

.bg-banner {
    background-image: url('../img/banner.jpg');
    min-height: 328px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 16px;
    background-position: bottom;
}

.banner-text {
    padding: 32px 0 32px 32px;
}

.login-sec a i.bi.bi-chat-dots {
    font-size: 24px;
    color: #000;
}

.shop {
    background-image: url('../img/ven-bg.jpg');
    min-height: 400px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.sub-header {
    background-color: #F1EFFF;
    border: none;
    border-radius: 0 16px 0 16px;
    padding: 8px 0;
}
.banner-text h1{
    color: #000;
}
.banner-text p {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: "EB Garamond", serif;
}

.bg-body-tertiary-11 {
    background-color: #EDF6F9;
}

.nav-link.active {
    background-color: #b49579
;
    border-radius: 14px;
    color: #fff;
}

h4.border-bott {
    border-bottom: 3px solid;
    width: fit-content;
    border-color: #b49579
;
    font-weight: 600;
    padding-bottom: 12px;
    padding-right: 0;
}

.heading-set {
    border-bottom: 1px solid #ccc;
}

.head-card {
    background-color: #F1EFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px 16px 0 0;
}

.card-footer .set-i-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px !important;
}

.card-footer {
    background-color: #b49579
;
    border-radius: 0 0 16px 16px !important;
}

.rounded-11 {
    border-radius: 20px;
}

.card-footer-11.mb-4 p {
    font-size: 16px;
    color: #000;
}

.box {
    /* display: flex; */
    background-color: #b49579
;
    padding: 12px;
    border-radius: 12px;
}

button#button-addon2 {
    background-color: #b49579
;
    border: none;
    color: #fff;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.banner-btn {
    display: inline-block;
    /* margin: 0 0.5rem; */
    animation: bounce;
    animation-duration: 2s;
}

/* ======================= new-css-start ======================= */

.profile-img img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.profile-img {
    display: flex;
    align-items: center;
}

.profile-grp input.form-control, .modal-content input.form-control {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background-color: #ffffff;
    padding: 7px 7px 7px 12px;
}

.profile-grp label {
    margin-top: 12px;
}

.img-change-btn {
    padding: 10px 18px;
    border-radius: 30px !important;
    background-color: #b49579
;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.img-change-btn:hover {
   background-color: #000;
}

.profile-img-grp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.profile-section {
    margin: 56px 0;
}

.profile-form {
    background: #fff7fe;
    /* background-image: url('../img/Group\ 264.png'); */
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #ccc;
}

.set-login {
    text-align: center;
    padding-top: 26px;
}

.profile-dtl.ml-3 h4 {
    color: #000;
    margin-bottom: 6px;
}

.profile-dtl.ml-3 p {
    color: #000;
}

.profile-grp h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}

.profile-grp .set-login .btn {
    font-weight: 600;
}

img.bg-clr {
    background: #ffffff;
    padding: 4px;
    border-radius: 0 12px 0 12px;
}

.card-footer.rounded-bottom {
    border-radius: 0 0 16px 16px !important;
}

.head-card.set-pd {
    padding: 16px 0;
}

.set-i-text p {
    margin-bottom: 0;
    color: #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.set-coll img.dw-bodr {
    border-radius: 0 0 450px 450px;
    object-fit: cover;
}

.set-coll img.up-bodr {
    border-radius: 450px 450px 0 0;
    margin-bottom: 30px;
    object-fit: cover;
}

.head-card span.clr-wt img {
    border: 1px solid #fff;
    border-radius: 50%;
}

.head-card span.clr-wt {
    color: #fff;
}

.box img.bg-box {
    background: #FFC75E;
    padding: 6px 14px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.ftr-cnt .forth-row {
    float: right;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #8d4585;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #8d4585;
}

.faq-side-img img {
    border-radius: 8px;
}

h3.blog-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 6px;
}

.blog-img img {
    border-radius: 8px;
    width: 100%;
    max-height: 230px;
    object-fit: cover;
}

.blog-detail-btn button.btn {
    padding: 16px 26px;
    border-radius: 50px;
}

.blog-detail-btn button.btn:hover {
    background-color: #000;
}

.tracking_box_inner .btn.submit_btn {
    padding: 16px 26px;
    border-radius: 50px;
}

.tracking_box_inner .btn.submit_btn:hover {
    background-color: #000;
}

.blog-img {
    margin-bottom: 18px;
}

.blog-date p {
    color: #b49579
;
}

img.prd-height {
    width: 100%;
    object-fit: cover;
}

.animate__animated {
    --animate-duration: 1.4s;
}

.text-a-aa {
    visibility: hidden;
}

/* pagination-css-start */

.pagination,
.jsgrid .jsgrid-pager {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 50px;
}

.page-link {
    color: black
}

.pagination.pagination-rounded-flat .page-item {
    margin: 0 .25rem
}

.pagination {
    margin-top: 0 !important;
}

.pagination-success .page-item.active .page-link {
    background: #8d4585;
    border-color: #8d4585;
}

.pagination.pagination-rounded-flat .page-item .page-link {
    border: none;
    border-radius: 50px;
}

.pagination-section .pagination a.page-link {
    line-height: 14px;
}

/* pagination-css-end */

h4.blog-heading {
    border-color: #b49579
;
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0;
    line-height: 32px;
}

.blog-date.f-size p {
    font-size: 14px;
}

.blog-cnt.text-set p {
    text-align: justify;
}

.blog-cnt.text-set p strong {
    color: #b49579
;
    font-weight: 600;
}

.Side-bdr {
    padding-left: 20px;
    border-left: 3px solid #b49579
;
}

.login-sec p {
    margin-bottom: 0px !important;
}

.blog-dtl-img img {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 18px;
}

.seller-dtl-grp {
    text-align: center;
    margin: auto;
    margin-top: -86px;
}

.seller-profile-img img {
    margin-bottom: 16px;
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.seller-bg-bnr img {
    border-radius: 12px 12px 0 0;
}

.bg-bdr-set {
    background: #F1EFFF;
    padding-bottom: 46px;
    border-radius: 12px;
}

.seller-dtl h4 {
    color: #000;
    margin-bottom: 6px;
}

.seller-dtl p {
    color: #000;
    font-size: 14px;
}

.seller-dtl.mt-3 h4 {
    color: #b49579
;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 22px;
}

.flw-btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 46px;
    border-radius: 30px;
    background-color: #b49579
;
    border: 2px solid #b49579
;
}

.flw-btn a:hover {
    box-shadow: rgba(240, 46, 170, 0.3) 5px 5px,
        rgba(240, 46, 170, 0.2) 10px 10px,
        rgba(240, 46, 170, 0.1) 15px 15px;
}

.flw-btn,
.msg-btn {
    text-align: center;
    margin-top: 36px;
}

.msg-btn a {
    color: #b49579
;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 46px;
    border-radius: 30px;
    background-color: #f0f8ff;
    border: 2px solid #b49579
;
    margin-left: 18px;
}

.msg-btn a:hover {
    background-color: #b49579
;
    border: 2px solid #b49579
;
    color: #fff;
    box-shadow: rgba(240, 46, 170, 0.3) 5px 5px,
        rgba(240, 46, 170, 0.2) 10px 10px,
        rgba(240, 46, 170, 0.1) 15px 15px;
}

.flw-msg-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seller-prd-list .card-footer {
    border-radius: 0 0 16px 16px !important;
}

.side-filter-grp {
    background: white;
    padding: 10px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: sticky;
    top: 20px;
    border: 1px solid #a6a6a6;
}

.filter-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    font-family: "Sora", sans-serif;
}


.share-prd {
    display: flex;
    align-items: center;
}

.social-icon-grp.ml-4 a {
    padding: 0 4px;
    cursor: pointer;
}

h4.prd-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: "Sora", sans-serif;
}

h4.price-hd {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.revie-icons i {
    color: #FDBC00;
    font-size: 18px;
    padding-left: 2px;
}

.price-hd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.share-prd {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 22px;
}

.prd-dtl-btn .btn {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background: #b49579;
    padding: 18px 52px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;;
}
.prd-dtl-btn .stl-bdr .btn{
    background: #000;
}
.prd-dtl-btn .stl-bdr .btn:hover{
    background: #FF9500;
}

.prd-dtl-btn .btn:hover {
    background-color: #000;
}

.prd-dtl-btn {
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.product-single__information .p-attr {
    min-width: 80px;
    display: inline-block;
}

.product-single__information p {
    font-size: 18px;
    color: #000;
    margin-bottom: 6px;
}

.prd-description .nav-link.active {
    border-radius: 0;
    color: #8d4585;
    border: none;
    background-color: #fff;
    border-bottom: 2px solid #8d4585;
    transition: width 4s;
    font-weight: 600;
    padding: 8px 2px;
    outline: none;
}

.prd-description .nav-link {
    border-radius: 0;
    color: #000;
    border: none;
    background-color: #fff;
    font-weight: 500;
    padding: 8px 2px;
    outline: none;
    margin-right: 20px;
}

.image-tab-box {
    width: 80px !important;
    height: 80px !important;
}

.image-tab-box img.delivery-dtl-img.rounded {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.prd-description .prd-tab .nav-link {
    margin: 0 0 8px 0 !important;
    padding: 0 0 8px 0 !important;
}

.size-set img {
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}

.size-set {
    overflow: hidden;
    height: 186px !important;
}

.size-set img:hover {
    transform: scale(1.2);
}

.reviw-cnt h3 {
    font-size: 22px;
    font-weight: 700;
}

.reviw-cnt p strong {
    font-weight: 500;
    color: #202020;
    font-size: 14px;
}

.about-us .about-content .button .btn:hover {
    background-color: #000;
}

.heading-set p a {
    font-size: 16px;
    color: #424646;
    font-weight: 600;
}

.heading-set p a:hover {
    color: #8d4585;
}

img.bdr-rond {
    border-radius: 16px;
}

.gif-card img {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.loop_wrap {
    display: flex;
    overflow: hidden;
}

.loop_wrap img {
    height: 100%;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}

.box-img-set-end img {
    border-radius: 8px;
}

i.bi.bi-bookmark,
i.bi.bi-bookmark-fill {
    color: #fff;
    font-size: 18px;
}

.save-icon-bg i {
    background: #b49579
;
    padding: 6px 10px;
    border-radius: 50px;
}

td.up-date-btn .btn {
    border-radius: 50px;
}

td.up-date-btn .btn:hover {
    box-shadow: rgba(240, 46, 170, 0.3) 5px 5px,
        rgba(240, 46, 170, 0.2) 10px 10px,
        rgba(240, 46, 170, 0.1) 15px 15px;
}

.quantity input.input-box {
    padding-left: 8px;
    width: 40px;
}

.quantity button.minus,
.quantity button.plus {
    padding: 8px;
    color: #fff;
    background-color: #b49579
;
    border: none;
}
.load-more-section{
    margin-top: 40px;
}
#loadMoreBtn {
    background: #8d4585;
    padding: 16px 26px;
    border-radius: 50px;
    border: none;
}
#loadMoreBtn:hover {
    box-shadow: rgba(240, 46, 170, 0.3) 5px 5px,
                rgba(240, 46, 170, 0.2) 10px 10px,
                rgba(240, 46, 170, 0.1) 15px 15px;
}

.order-btm-sec-heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}

.order-product-section {
    margin-bottom: 20px;
}
.order-product-section img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.order-details.checkout-set-pro.set-cnt-height {
    max-height: 262px;
    overflow-y: scroll;
}

.related-prd-sec img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px 8px 0 0 !important;
}
.related-prd-sec .main-overlay-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.card-footer h3.text-white.mb-0 {
    font-size: 14px;
    font-weight: 500;
}

.size-set img {
    width: 100%;
    height: 186px;
    object-fit: cover;
}

.card-footer-11 h3.text-white {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

.set-i-text .text-white {
    font-size: 12px;
}

.card-footer-11 .set-i-text .text-white {
    color: #757575 !important;
}

.search-box {

    position: relative;
}

.search-box .fa-search {
    position: absolute;
    top: 14px;
    left: 20px;
    color: #b49579
;
    font-size: 18px;
}

.search-box span {
    position: absolute;
    right: 17px;
    top: 12px;
    font-size: 24px;
}

.form-input {
    height: 48px;
    text-indent: 33px;
    border-radius: 10px;
}

.form-input:focus {
    box-shadow: none;
    border: none;
    background-color: #F3F9FB;
}

.search-box input.form-control.form-input {
    padding: 7px 7px 7px 14px;
    background: #f0f0f0 !important;
}

.card-product .head-card span a {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.size-set video {
    width: 100% !important;
    height: 186px !important;
    object-fit: cover;
}

.df-box.size-set img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.df-box.size-set {
    overflow: hidden;
    height: 300px !important;
    width: 100%;
    border-radius: 12px;
}

.head-card span a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.crd-ftr-cnt small.text-white {
    font-size: 13px;
    color: #757575 !important;
}

.card-footer-11.flex-set.mb-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.card-footer-11.w-clr h3.text-white.mb-2,
.card-footer-11.w-clr .set-i-text .text-white {
    color: #fff !important;
}

.box-img-set-end img {
    width: 100%;
    height: 176px;
    object-fit: cover;
}

.video-card-look {
    position: relative;
}

img.bg-clr {
    position: absolute;
    top: 12px;
    right: 12px;
    animation: pulse 1.5s linear infinite;
}

.prd-bx-pd .head-card {
    padding: 16px 0;
}

.image-tab-box .size-set video {
    width: 100px !important;
    height: 100px !important;
}

.image-tab-box .size-set video::-webkit-media-controls {
    display: none;
}

.prd-dtl-vdo-size .size-set {
    overflow: hidden;
    height: auto !important;
    width: 100% !important;
}

.prd-dtl-vdo-size .size-set video {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.seller-list-card-box .seller-dtl h4 {
    font-size: 20px;
    font-weight: 700;
}

.seller-list-card-box .seller-profile-img img {
    margin-bottom: 16px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100px;
}

.seller-list-card-box .seller-dtl-grp {
    margin-top: -50px;
}

.seller-list-card-box .flw-btn a {
    padding: 8px 14px;
}

.seller-list-card-box .flw-btn {
    text-align: center;
    margin-top: 22px;
}

.seller-list-card-box .bg-bdr-set {
    padding-bottom: 36px;
}


.seller-list-card-box .seller-dtl.mt-3 h4 {
    letter-spacing: 0;
    margin-bottom: 12px;
    font-size: 12px;
}

.posit-set {
    position: relative;
    padding: 12px 0px;
}

.profile-user-hover-tabs {
    position: absolute;
    background: #ffffff;
    padding: 18px 30px;
    top: 50px;
    left: -40px;
    z-index: 999;
    border-radius: 8px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    display: none;
    line-height: 26px;
    font-size: 15px;
}

.posit-set:hover .profile-user-hover-tabs {
    display: block;
}

.posit-set img.profile-user {
    padding: 8px 0;
}

.faq-side-img img {
    width: 100%;
    height: auto;
}

.cart-btn-hd-box {
    position: relative;
    padding: 12px 0;
}

.cart-main-btn-grp {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

p.header-cart__price {
    color: #000;
    padding: 0px 0px 0px 16px;
    margin: 0px;
    font-size: 16px;
    transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
}

.cart-btn-hd-box i.bi.bi-cart2 {
    font-size: 24px;
    color: #000;
}

.cart-icn-text-grp {
    position: relative;
    z-index: 99;
}

.cart-btn-hd-box span,
.header-cart-canvas-menu span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #b49579
;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    left: 12px;
    bottom: -4px;
    border-radius: 50px;
}

.cart-item__image {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}

.img-cnt-grp {
    display: flex;
}

.cart-prd-lst {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

p.cart-ietm__price {
    padding: 5px 0px 0px 0px;
    font-size: 14px;
    color: #000;
}

p.cart-item__variant {
    font-size: 14px;
    color: #666;
}

a.cart-item__title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.cart-item__delete a i.bi.bi-x {
    font-size: 24px;
    color: #000;
}

.cart-list-hover-tabs {
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    display: none;
    position: absolute;
    top: 35px;
    right: -70px;
    z-index: 999;
    border-radius: 8px;
    width: 340px;
}

.cart-btn-hd-box:hover .cart-list-hover-tabs {
    display: block;
}

.header-cart__subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d0d0d0;
    margin-top: 20px;
    padding-top: 20px;
}

p.subtotal__value {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

p.subtotal__title {
    font-size: 14px;
    color: #666;
}

.cart-btn a,
.view-cart-btn a {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #b49579
;
    padding: 14px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}

.cart-btn a:hover,
.view-cart-btn a:hover {
   background-color: #000;
}

.cart-grp-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 26px;
}

.cart-icn-text-grp i.bi.bi-cart2, i.bi.bi-list {
    font-size: 24px;
    color: #000;
}

.header-cart-canvas-menu {
    display: none;
}

.posit-set p.f-size a {
    font-size: 16px;
    color: #000;
}

.cart-bx-2 {
    padding: 0 22px 22px 22px;
}

.prd-list-cart-height {
    max-height: 210px;
    overflow-y: scroll;
    padding: 22px 22px 0 22px;
}

.prd-list-cart-height::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.prd-list-cart-height::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.prd-list-cart-height::-webkit-scrollbar-thumb {
    background: #b49579
;
    border-radius: 10px;
}

/* Handle on hover */
.prd-list-cart-height::-webkit-scrollbar-thumb:hover {
    background: #b49579
;
}


/* ==========only Home page =========== */

h4.animate__animated.animate__backInRight {
    font-family: emoji;
    padding: 18px;
    text-align: left;
    font-weight: 600;
}

h3.text-set {
    font-family: emoji;
    text-shadow: 1px 0 #000, -2px 0 #000, 0 2px #090909, 0 -2px #070707, 1px 1px #040404, -1px -1px #070707, 1px -1px #040404, -1px 1px #040404;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
}

h3.text-set-mid {
    color: #000;
    font-weight: 600;
}

p.set-pra-min {
    padding-right: 80px;
    margin-top: 14px;
}

h3.text-white.set-bann-head {
    font-size: 34px;
    font-weight: 600;
    font-family: emoji;
}

h3.set-text {
    color: #000;
    font-size: 32px;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: none;
}

.bg-white-img {
    background-image: url('../img/bg-home-shop.jpg');
    height: auto;
    background-size: cover;
    width: 100%;

}

/* 12-july-css */

.quantity {
    display: flex;
}

.quantity button.plus {
    border-radius: 0 3px 3px 0 !important;
}

.quantity button.minus {
    border-radius: 3px 0 0 3px !important;
}

input#qty {
    border-radius: 0px !important;
}

tbody#cart_item_list td.price {
    margin-bottom: 0 !important;
}

.zoomable {
    position: relative;
    overflow: hidden;
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}

/* 12-july-css-end */

/* 22-july-css */

.address-view-dtl h5 span {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #8d4585;
    padding: 2px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #8d4585;
}

.address-view-box .form-check-label {
    padding-left: 2rem;
    width: 100%;
}

.address-view-box .form-check-input {
    margin-left: 0;
}

button.add-address-btn {
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.set-act-icn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.set-act-icn h5 {
    font-size: 18px;
    font-weight: 700;
}

.add-top-heading span {
    font-size: 16px;
    font-weight: 500;
    color: #495057;
}

.submit-now-btn .btn {
    border-radius: 50px !important;
    padding: 16px 32px !important;
}

.submit-now-btn .btn:hover {
    box-shadow: rgb(240 46 170 / 30%) 5px 5px,
        rgb(240 46 170 / 20%) 10px 10px,
        rgb(240 46 170 / 10%) 15px 15px;
}

.address-view-dtl p {
    font-size: 14px !important;
}

.order-now-btn a {
    font-weight: 500;
    font-size: 14px;
    color: #8d4585;
    background: #ffffff;
    padding: 10px 22px;
    border-radius: 50px;
    text-transform: uppercase;
}

.order-now-btn a:hover {
    box-shadow: rgb(255 255 255 / 30%) 5px 5px,
        rgb(255 255 255 / 20%) 10px 10px,
        rgb(255 255 255 / 10%) 15px 15px;
}

.men-category-img img {
    transition: transform .5s ease;
}

.men-category-img img:hover {
    transform: scale(1.2);
}

.men-category-img {
    overflow: hidden;
}

.men-category-grp-cnt h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.mb-margin-set {
    margin-bottom: 16px;
    position: relative;
}

.men-category-grp-cnt {
    position: absolute;
    bottom: 30px;
    left: 26px;
}

.bnr-text-grp {
    position: absolute;
    top: 90px;
    left: 10px;
}

.bg-banner-slider .owl-nav {
    text-align: center;
}

.order-now-btn.slide-category-btn a {
    color: #8d4585;
    background: none;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #8d4585;
    border-radius: 0;
}

.cat-grp-cnt-img img {
    border-radius: 50%;
    transition: transform .5s ease;
    border: 1px solid #e0e0e0;
    max-width: 80px;
}

.cat-grp-cnt-img img:hover {
    transform: scale(1.2);
}

/* .cat-grp-cnt-img {
    overflow: hidden;
    border-radius: 50%;
    width: 80px;
    margin: auto;
} */

.cat-grp-cnt-img {
    overflow: hidden;
    border-radius: 50%;
    width: 65px;
    margin: auto;
}

.cat-grp-cnt h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    color: #000;
}

.cat-grp-cnt h5:hover {
    color: #8d4585;
}


.filter-options.set-cnt-height {
    max-height: 200px;
    overflow-y: scroll;
}
.set-cnt-height::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.set-cnt-height::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.set-cnt-height::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

/* Handle on hover */
.set-cnt-height::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.dashbord-add-address-btn a {
    background: #b49579
;
    padding: 8px 16px;
    border-radius: 50px;
    color: #fff;
}
.dashbord-add-address-btn a:hover {
   background-color: #000;
}
.dashbord-set {
    margin-top: 30px;
    margin-bottom: 30px;
}
.preview .prd-description {
    display: flex;
    gap: 12px;
}
.preview .prd-description #pills-tab {
    display: inline-block;
    max-height: 525px;
    overflow-y: scroll;
    min-width: 100px;
}
.main-overlay-img {
    /* height: 260px; */
    /* object-fit: contain; */
    width: 100%;
    background: white;
    border-radius: 8px 8px 0 0;
}
.main-overlay-img img {
    /* height: 260px; */
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.trnd-prd-img {
    width: 100%;
    background: #fff;
}

.trnd-prd-img img {
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.preview .prd-description #pills-tab::-webkit-scrollbar {
    width: 0 !important;
}
.preview .prd-description #pills-tab {
    overflow: -moz-scrollbars-none;
}

.wishlist-action-icon-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.wishlist-action-icon-btn i {
    font-size: 16px;
    padding: 10px 12px 6px 12px;
    color: #b49579
;
    border-radius: 50px;
    border: 1px solid #b49579
;
}
.wishlist-btn-text-grp i {
    font-size: 20px;
    color: #000;
}
.wishlist-btn-grp {
    position: relative;
    z-index: 99;
}
.wishlist-btn-headbar span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #b49579
;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    left: 10px;
    bottom: -4px;
    border-radius: 50px;
}

.product-description .brand-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.menu-item h5 {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.cat-grp-cnt .menu-item.dropdown {
    cursor: pointer;
}
nav.navbar.bg-white.w-100.pt-2.pb-2 {
    border-bottom: 1px solid #ddd;
}

/*.product-description.prd-dis-clr {
    padding: 12px 16px !important;
    background: #f6f6f6;
    color: #000;
    border-radius: 0 0 8px 8px;
}*/
.product-description.prd-dis-clr {
    padding: 12px 16px !important;
    /* background: #b49579
; */
    color: #fff;
   /* border-radius: 0 0 8px 8px;*/
}
.brand-title a {
    color: #000;
    font-family: "Sora", sans-serif;
    font-size: 16px;
}
.trw-text {
    color: #000;
    font-family: "Sora", sans-serif;
    font-size: 20px;
}
del.discount-text {
    color: #c4c4c4;
    font-size: 14px;
}

.prd-categories-slider .product-label {
    left: 16px;
}
.prd-categories-slider .set-img-box:hover .product-action-btn {
    right: 30px;
}
.prd-categories-slider .product-action-btn {
    right: 10px;
}
.prd-categories-slider .owl-carousel .owl-item img {
    border-radius: 8px 8px 0 0;
}
.prd-categories-slider .product-description .brand-title {
    min-height: 54px;
}
.main-overlay-img img.w-100 {
    border-radius: 8px 8px 0 0;
}
.new-ar-bnr img.w-100 {
    border-radius: 8px;
}
.discount-prd-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 4px solid #fff;
}
.discount-prd-img.style1 img {
    border-radius: 30px 30px 100px 30px;
}
.discount-prd-img.style2 img {
    border-radius: 30px 30px 30px 100px
}
.discount-prd-img.style4 img {
    border-radius: 100px 30px 30px 30px;
}
section.discount-prd-sec.mt-5 {
    background-image: linear-gradient(to right bottom, #408ece, #5b7dc4, #726bb4, #83599f, #b49579
);
    padding: 46px 0;
}
.discount-prd-sec h4, .discount-prd-sec p a {
    color: #fff !important;
    border-color: #fff;
}
.discount-prd-title a {
    color: #7865ad;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    padding: 8px 20px;
    border-radius: 50px;
}

.dis-prd-cat-grp {
    position: relative;
}
.discount-prd-title {
    position: absolute;
    bottom: 40px;
    right: 60px;
}
.sale-badge {
    position: absolute;
    top: -40px;
    right: 40px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.sale-badge img {
    position: absolute;
    z-index: -1;
    animation: rotate-360 20s infinite linear;
}

@keyframes rotate-360 {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(359deg); }
}



.trending-prd-crd h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px;
    color: #fff;
}

.trending-prd-crd {
    padding: 16px;
    background-image: linear-gradient(to right bottom, #408ece, #5b7dc4, #726bb4, #83599f, #b49579
);
    border-radius: 12px;
    box-shadow: rgb(50 50 93 / 25%) 1px -2px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

h3.trending-heading-set {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.trnd-prd-title a {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}
.bg-banner-slider img {
    height: 570px;
    object-fit: cover;
}
.cat-grp-cnt .dropdown-menu {
    font-size: 14px;
}
.cat-grp-cnt a.dropdown-item {
    padding: .15rem 1rem;
}

.box-why-us {
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-us-boxes {
    border-top: 1px solid #c2b0c0;
    border-bottom: 1px solid #c2b0c0;
    padding: 16px 0;
}

/* 22-july-css-end */

/* 14-aug-2024 */

.prd-review-img-cnt img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.prd-review-img-cnt h4 {
    color: #282828;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    margin-left: 16px;
}
.feedback-prd-box h4 {
    color: #282828;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
}
.prd-review-img-cnt {
    display: flex;
    align-items: center;
}
.feedback-prd-box p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424646;
}
.feedback-prd-box p.top-heading {
    margin-bottom: 8px;
    font-size: 14px;
    color: #b49579
;
    font-weight: 500;
}
.feedback-prd-box p.clr-view {
    color: #000;
    font-weight: 500;
}
.feedback-review-sec .button {
    text-align: center;
}
.feedback-review-sec button {
    border-radius: 50px;
    background: #FDBC00;
    color: #000;
}
.feedback-review-sec button:hover {
    background: #FDBC00;
    color: #000;
}
.review-align-prt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-category-mb-view .slide-set-category {
    max-width: 760px;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 150px;
    display: flex !important;
}

/* ======================= new-css-end ======================= */


/* ==================== shiv work css ======================= */
button.owl-prev,
button.owl-next {
    margin-top: 0px;
    outline: none;
}

button.owl-prev span, button.owl-next span {
    font-size: 35px !important;
    padding: 0 6px;
    color: #fff;
    margin: 0 8px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #b49579;
}

button.owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top-left-banner {
    padding: 0;
}
.category-item ul li a {
    text-align: center;
    text-align: -webkit-center;
}
button.owl-next {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-custom .navbar-brand img {
    max-width: 190px;margin-left: 5px;
}
.nav-menu-drop li.nav-item.dropdown:nth-last-child(1) ul.dropdown-menu {
    /* left: -120px; */
    left: 0px;
}
.hero-banner-data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

section.hero-banner {
    position: relative;
    margin-top: -1px;
    overflow: hidden;
}
.category-item li a img {
    max-width: 80px;
    min-height: 80px;
    /* object-fit: contain; */
    border-radius: 100%;
}
.category-item li a span{
    font-size: 15px;
    font-weight: 900;
    font-family: "Sora", sans-serif;
}
.category-item li {
    text-align: center;
}
.hero-banner-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-banner-data h1 {
    color: #FFDA0B;
}
.hero-banner-dat ul li:nth-child(2n + 1) .btn{
    background-color: #000;
}

.btn-him {
    background-color: #fff;
    color: #000;
    transition: .3s all ease-in-out;
}
.btn-him:hover{
    background-color: #000;
    color: #fff;
}
.btn-him i {
    margin-right: 5px;
    transition: .2s all ease-in-out;
}
.btn-him:hover i {
    margin-right: 10px;
}
.hero-banner-data h1 {
    color: #FFDA0B;
    margin-bottom: 50px;
}
.hero-banner .owl-nav {
    display: block !important;
}
.next-gen-bttn .btn-two {
    background-color: #000;
    color: #fff;
    transition: .3s all ease-in-out;
}
.next-gen-bttn .btn-two:hover {
    background-color: #b49579
;
    color: #fff;
}

.box-why-us img {
    width: 100px;
}
.why-us-cnt h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
}
.why-us-cnt p {
    font-size: 22px;
}
.viral-pro-img{
    position: relative;
    overflow: hidden;
}
.viral-pro-img .viral-btn{
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 2px;
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: center;
    transform: translateY(100%);
    transition: all .5s ease-in-out;
    border-radius: 10px;
}
.viral-pro-img:hover .viral-btn{
    top: 0;
    transform: translateY(0);
    border-radius: 10px;
}

.viral-product {
    margin: 0 15px;
}
.viral-btn .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
section.vibe-sec {
    padding: 20px 0;
}
.viral-product-sec{
    background-image: url(../img/viral-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1px 0 50px 0;
}
.viral-product .owl-nav {
    display: block !important;
}
.vibe-data p {
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    min-height: 50px;
}
.vibe-data h6 {
    font-weight: 700;
    font-family: "Sora", sans-serif;
    margin-bottom: 5px;
}
.vibe-data a{
    font-family: "Graduate", serif;
    font-size: 16px;
}
.vibe-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.vibe-data a i{
    transition: .3s all ease-in-out;
}
.vibe-main{
    display: flex;
  flex-direction: column;
  height: 100%; /* ensure full height distribution */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin: 10px 0;
    border-radius: 10px;
}
.vibe-pro {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    flex: 1;
  display: flex;
  flex-direction: column;
}

/*.vibe-cart {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 2px;
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: end;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
    padding: 10px 10px 0 0;
}*/
.vibe-cart ul li a {
    text-align: right;
    text-align: -webkit-right;
}
.vibe-pro:hover .vibe-cart{
    top: 0;
    transform: translateY(0);
}
.vibe-data{
    padding: 10px;
    margin-top: auto; /* pushes it to the bottom */
    min-height: 150px; /* adjust based on your design */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.vibe-data a:hover i {
    margin-left: 10px;
}

.vibe-cart img {
    max-width: 34px;
    margin-bottom: 10px;
}
.vibe-cart {
    /* background-color: rgba(0, 0, 0, .5); */
    /* width: 100%; */
    height: 100%;
    /* left: 0; */
    right: 0;
    top: 2px;
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: end;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
    padding: 10px 10px 0 0;
}
.vibe-cart ul li a {
    text-align: right;
    text-align: -webkit-right;
}
.vibe-pro:hover .vibe-cart{
    top: 0;
    transform: translateY(0);
}
.vibe-offer {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #000;
    padding: 2px 7px;
    border-radius: 3px;
    z-index: 2222;
}
.vibe-offer p {
    margin: 0;
    font-size: 13px;
    font-family: "Sora", sans-serif;
}
.vibe-product .owl-nav {
    display: block !important;
}
.vibe-product .owl-nav button.owl-prev span, .vibe-product .owl-nav button.owl-next span{
    color: #fff !important;
    background-color: #b49579 !important;

}

.men-viral-pro-img{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.modern-cart {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 2px;
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: end;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
    padding: 10px 10px 0 0;
}
.men-viral-pro-img:hover .modern-cart{
    top: 0;
    transform: translateX(0);
}
.modern-cart ul li {
    text-align: right;
    text-align: -webkit-right;
}
.modern-cart img {
    max-width: 34px;
    margin-bottom: 10px;
}

.modern-viral-btn {
        width: 100%;
        height: 40px;
        left: 0;
        bottom: -2px;
        position: absolute;
        z-index: 10;
        color: #000;
        text-align: center;
        transform: translateY(100%);
        transition: all .5s ease-in-out;
        border-radius: 15px 15px 0 0;
        z-index: 99;
}
.men-viral-pro-img:hover .modern-viral-btn{
    bottom: 0;
    transform: translateY(0);
}

.modern-viral-btn a {
    font-family: "Graduate", serif;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    padding: 8px 20px;
    display: block;
    border-radius: 15px 15px 0 0;
    transition: .3s all ease-in-out;
}
.modern-viral-btn a:hover{
    background-color: #000;
    color: #fff;
}
.modern-product-sec{
    background-image: url(../img/modern-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 5px 0;
}
.explore-btn{
text-align: center;
padding: 50px 0;
}



.choose-icone img {
    max-width: 45px;
}
.choose-box h6 {
    font-family: "Graduate", serif;
    font-size: 18px;
    margin-top: 30px;
}

.choose-box p {
    font-family: "Sora", sans-serif;
    font-size: 13px;
    padding: 10px;
}
.choose-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}
.choose-box {
    width: calc(100% / 3 - 240px / 3);
    box-sizing: border-box;
    border: 3px solid #408EC6;
    border-radius: 100%;
    height: 240px;
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.choose-icone {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}
.choose-data {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}


.next-img{
    position: relative;
}
.next-head{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.gadget-list h4{
    color: #000;
}
.gadget-list p{
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    color: #2F2F2F;
}

.gadget-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.gadget-list ul li:nth-child(1){
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.gadget-text {
    padding: 15px;
}

.gadget-list ul li:nth-child(2){
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #A9A9A9;
    text-decoration: line-through;
}

.gadget-cart img{
max-width: 34px;
margin-bottom: 10px;
}
.gadget-off p{
    margin: 0;
    font-size: 13px;
    font-family: "Sora", sans-serif;
    color: #fff;
}

.gadget-off{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #000;
    padding: 2px 7px;
    border-radius: 3px;
    z-index: 2222;
}
.gadget-list{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gadget-cart{
    width: 100%;
    height: 100%;
    left: 0;
    top: 2px;
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: end;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
    padding: 10px 10px 0 0;
}

.gadget-list:hover .gadget-cart{
    top: 0;
    transform: translateX(0);
}
.gadget-cart ul li{
    text-align: right;
    text-align: -webkit-right;
}
.gadget-cart ul {
    display: block;
}
.product-title-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 66px; /* Ensures consistent height for 3 lines */
}

.home-left {
    padding-right: 0;
}
.home-right {
    padding-left: 0;
}

.furniture-head {
    text-align: center;
    padding: 0px 90px;
}

.furniture-head p{
font-weight: 700;
color: #fff;
}

.furniture-head h2{
    color: #fff;
}

.upgrade-type{
    position: relative;
}

.furniture-head{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.furniture-head .btn {
    margin-top: 40px;
}

.card-test{
    background: hsla(358, 97%, 24%, 1);
    background: linear-gradient(360deg, hsla(358, 97%, 24%, 1) 0%, hsla(233, 88%, 20%, 1) 100%, hsla(358, 97%, 24%, 1) 100%);
    background: -moz-linear-gradient(360deg, hsla(358, 97%, 24%, 1) 0%, hsla(233, 88%, 20%, 1) 100%, hsla(358, 97%, 24%, 1) 100%);
    background: -webkit-linear-gradient(360deg, hsla(358, 97%, 24%, 1) 0%, hsla(233, 88%, 20%, 1) 100%, hsla(358, 97%, 24%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#780206", endColorstr="#061161", GradientType=1 );
    position: relative;
    padding: 25px 40px;
    border-radius: 10px;
}

.card-test img {
    max-width: 70px;
    margin-bottom: 10px;
}
.card-test h3 {
    font-size: 20px;
}
.card-test p{
font-weight: 700;
margin-top: 10px;
}

.card-rating {
    position: absolute;
    top: 15px;
    right: 20px;
}
.card-rating img {
    max-width: 100px;
}
.testimonial-sec .owl-nav {
    display: block !important;
}

.kitchen-own {
    padding: 0 50px;
}

.kitchen-own .btn {
    margin-top: 40px;
}
.kitchen-pro {
    border: 1px solid #b49579
;
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.kitchen-inner-text h6 {
    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    color: #2F2F2F;
}
.kitchen-inner-text h4 {
    color: #000;
    padding: 10px 0;
}
.kitchen-inner-text p{
    color: #333333;
    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
}

.kitchen-inner-text p span{
    color: #929292;
    font-size: 15px;
    font-family: "Source Sans 3", sans-serif;
    text-decoration: line-through;
}
.kitchen-cart img{
    max-width: 34px;
}
.kitchen-cart{
        width: 100%;
        height: 40px;
        right: 10px;
        top: 10px;
        position: absolute;
        z-index: 10;
        color: #000;
        text-align: end;
        transform: translateX(100%);
        transition: all .5s ease-in-out;
        border-radius: 15px 15px 0 0;
        z-index: 99;
}
.kitchen-pro:hover .kitchen-cart{
    top: 10px;
    transform: translateX(0);
}

.blog-text h3{
font-size: 28px;
color: #333333;
margin-bottom: 40px;
}
.blog-text a{
font-size: 20px;
color: #000;
font-family: "Graduate", serif;
transition: .3s all ease-in-out;
}
.blog-text {
    padding: 0 20px;
}

.blog-text a:hover{
    color: #b49579
;
}
.beauty-pro{
    position: relative;
}
.chase-item {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 430px;
}

.chase-item .btn-two {
    margin-top: 30px;
    background-color: #000;
    color: #fff;
}
.chase-item .btn-two:hover {
    margin-top: 30px;
    background-color: #fff;
    color: #000;
}
section.beauty-sec .owl-nav {
    display: block !important;
}
.filter-clear h5 {
    font-size: 20px;
}
.filter-clear p{
    font-size: 16px;
    font-family: "Sora", sans-serif;
    color: #a6a6a6;
}
.filter-clear {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #a6a6a6;
}
.fill-range {
    margin-top: 15px;
    font-family: "Sora", sans-serif;
}
.custom-checkbox {
    font-family: "Sora", sans-serif;
}
.prd-dtl-btn {
    justify-content: space-between;
    align-items: center;
    margin-top: 11px;
    margin-left: 122px;
    width: calc(119% - 243px);
}

.description-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.description-text.expanded {
    -webkit-line-clamp: unset;
}

.read-more-btn {
    margin-top: 10px;
    background: none;
    border: none;
    color: #b49579;
    cursor: pointer;
    font-weight: 500;
    padding: 0;
}
.variation-group h5{
    color: #000;
    font-weight: 400;
}

.attribute-div-Size{
      background-color: #fff;
  padding: 20px;
  max-width: 400px;
  /* Shadow only on top and bottom */
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.08), 
              0 5px 10px rgba(0, 0, 0, 0.08);
}
.attribute-div-Size .size-label-box{
    display: inline-block;
    padding: 10px;
    border: 2px solid black;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    min-width: 40px;
    transition: 0.3s;
    color: gray;
}


.attribute-div-Color .size-label-box{
    display: inline-block;
    padding: 6px 25px;
    border: 2px solid white;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    min-width: 40px;
    transition: 0.3s;
    color: black;
    background-color: #b49579;
}

#appendProduct .col-md-3 {
    display: flex;
    flex-direction: column;
}

.pro-product {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    height: 340px; /* Fixed height for uniformity */
    overflow: hidden;
}
.pro-product img {
    max-height: 180px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

.verify-product {
    flex-grow: 0.3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.verify-product p{
    font-family: "Sora", sans-serif;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
    color: #000;
    height: 48px; /* Limit title height */
    overflow: hidden;
}
.verify-product span{
    font-family: "Sora", sans-serif;
    font-size: 13px;
    color: #565656;
}
.verify-product h4{
    font-family: "Sora", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.verify-product h4 span{
    font-family: "Sora", sans-serif;
    font-size: 12px;
    color: #AAAAAA;
    font-weight: 600;
}

.review-grp {
    margin-top: 8px;
    margin-bottom: 8px;
}
.gadget-cat p{
    font-family: "Sora", sans-serif;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 2px 15px 2px 15px;
}
.product-verify{
    position: relative;
    overflow: hidden;
}
.gadget-cat {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.verify-product img {
    max-width: 110px;
    margin-bottom: 17px;
}
.product-verify:hover .kitchen-cart{
    top: 10px;
    transform: translateX(0);
}
.prd-quantity-box-grp span{
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.pr-ft-de img {
    max-width: 34px;
}
.stars img{
    max-width: 80px;
}
span.cut-dt {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    color: #a6a6a6;
}
span.off-dt {
    color: #35D215;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.pr-ft-de p {
    margin: 0;
    font-family: "Sora", sans-serif;
}
.size-chart p {
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 400;
    font-family: "Sora", sans-serif;
}

.pr-dt-text ul li {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.pr-dt-text ul li p {
    background-color: #E3E3E3;
    max-width: 180px;
    text-align: center;
    border-radius: 50px;
    padding: 2px 10px;
    margin-top: 5px;
    margin-bottom: 10px;

}
.pr-dt-text h5 {
    font-size: 24px;
    color: #000;
}
.off-code {
    color: #a6a6a6;
}
.more-btn {
    color: #b49579
;
    font-weight: 600;
}
.more-btn-off{
    color: #b49579
;
    font-weight: 600;
    font-size: 20px;
    font-family: "Sora", sans-serif;
}
.pr-dt-text ul {
    margin-left: 40px;
}
.available-dt p {
    font-size: 16px;
    color: #000;
    font-family: "Sora", sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.available-dt p span {
    color: #fff;
    background-color: #000;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 10px;
}
.discrib-dt h6 {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Sora", sans-serif;
}
.discrib-dt p{
    color: #000;
    font-size: 16px;
    font-family: "Sora", sans-serif;
}
.full-feature-dt h5 {
    color: #000;
}
.full-feature-dt p {
    font-size: 16px;
    color: #000;
    font-family: "Sora", sans-serif;
}

.full-review-dt h6 {
    color: #000;
    font-family: "Sora", sans-serif;
}
.full-review-dt p {
    color: #000;
    font-family: "Sora", sans-serif;
}

.full-feature-dt .table td,
.full-feature-dt .table th {
    border-top: none !important;
    padding:2px;
    width: 20%;
}
.bag-item {
    border: 1px solid #a6a6a6;
    padding: 40px 20px 40px 40px;
}

.delivery-item img {
    max-width: 30px;
}
.delivery-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.delivery-item ul li{
    color: #000;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    margin-left: 10px;
}

.remove-cart li img {
    max-width: 15px;
    margin-right: 10px;
}

.remove-cart ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.remove-cart ul li {
    margin-left: 10px;
}
.remove-cart ul li a{
    font-family: "Sora", sans-serif;
    color: #000;
    font-size: 16px;
}
section.my-bag-sec h1 {
    margin: 0px 0 10px;
}

.relate-sec {
    width: 100%;
}
.drop-dt-item p{
    font-family: "Sora", sans-serif;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

.check-detail-out {
    border: 1px solid #a6a6a6;
    padding: 50px 10px;
}

.check-detail-out .pr-ft-de h4.prd-title {
    font-size: 20px;
}
.check-detail-out .price-dt h5 {
    font-size: 16px;
}
.form-check-dt h5 {
    font-size: 24px;
    font-family: "Sora", sans-serif;
    color: #000;
}
.form-check-dt p {
    font-size: 16px;
    font-family: "Sora", sans-serif;
}
.card-cart h4{
    font-size: 20px;
    font-family: "Sora", sans-serif;
    color: #000;
}
.card-check-dt {
    border: 1px solid #a6a6a6;
    padding: 20px 10px;
}
.card-check-dt ul li {
    display: block;
    font-family: "Sora", sans-serif;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}
.card-check-dt ul li span {
    display: inline-block;
    float: right;
}
.card-check-dt .content {
    padding-top: 20px;
}
.check-item-sli {
    overflow-y: auto;
    height: 175px;
    overflow-x: hidden;
}
.check-radio input[type="radio"] {
    display: block;
}
.check-radio label{
    font-family: "Sora", sans-serif;
    font-size: 16px;
    margin: 0 0 0 10px;
}
.check-radio {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.check-pay-get img {
    max-width: 40px;
}
.check-pay-get ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.check-pay-get ul li {
    margin-left: 10px;
}
.relate-slider .product-verify .kitchen-cart {
    right: 0px;
    width: 20%;
}

.vibe-pro .vibe-cart ul li .hover-icon.make_favorite {
    background-color: #b49579
;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 100%;
}
.page-item.active .page-link{
    background-color: #b49579
;
    border-color: #b49579
;
}





/* ================checkout-box=============== */
.check-detail-out .order-product-section ul li a {
    font-family: "Sora", sans-serif;
    font-size: 14px;
}
.form-check-dt{
    border: 1px solid #a6a6a6;
    padding: 30px 50px;
}
.user-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 100%;
    padding: 20px 0px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Sora", sans-serif;
}
.form-group input,
.form-group select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.radio-group {
    display: flex;
    gap: 10px;
}
section.checkout-sec form .radio-group input[type="radio"] {
    display: block;
}
/* ================checkout-box=============== */


/* ================check-box=============== */
.color-options {
    display: flex;
    align-items: center;
}

.color-options label {
    cursor: pointer;
    margin-right: 10px;
}

.color-radio {
    width: 40px;
    height: 40px;
    border-radius: 20%;
    display: inline-block;
    border: 2px solid transparent;
    transition: 0.3s;
}

/* Color Options */
.black { background: black; }
.red { background: red; }
.brown { background: #847543; }
.green { background: green; }

/* Hide Default Radio Button */
/* .checked-de input[type="radio"] {
    display: none;
} */

/* Add Border on Selection */
input[type="radio"]:checked + .color-radio {
    border: 3px solid #000;
}


/* ================check-box=============== */

/* ================size-box=============== */
.size-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.size-label {
    font-weight: bold;
    font-size: 20px;
}
.size-option {
    display: none;
}
.size-label-box {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid black;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    min-width: 40px;
    transition: 0.3s;
    color: gray;
}
.size-option:checked + .size-label-box {
    background: black;
    color: white;
}


/* ================size-box=============== */

/* ================pincode-box=============== */
.pincode-box {
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 0px 12px;
    width: 100%;
}
.pincode-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
}
.change-link {
    color: purple;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.change-link:hover {
    text-decoration: underline;
}
/* ================pincode-box=============== */



/* ================dropdawn-box=============== */

.drop-dt-item .dropdown-container {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.drop-dt-item .dropdown-box {
    display: flex;
    flex-direction: column;
    width: 250px;
}
.drop-dt-item .dropdown-label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Sora", sans-serif;
}
.drop-dt-item .custom-select {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    background: #fff;
}
.drop-dt-item .custom-select select {
    border: none;
    outline: none;
    appearance: none;
    width: 100%;
    font-size: 16px;
    background: transparent;
    cursor: pointer;
}
.drop-dt-item .custom-select::after {
    content: "▼";
    font-size: 14px;
    position: absolute;
    right: 10px;
    pointer-events: none;
    font-family: "Sora", sans-serif;
}
.dropdown-box p {
    background-color: #ff3900;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    padding: 3px;
}


/* ================dropdawn-box=============== */

.shopping-summery thead {
    background: #000 !important;
    color: #fff;
}

.shopping-summery tbody .product-name a {
    font-weight: 500;
    font-size: 14px;
    font-family: "Sora", sans-serif;
}
.shopping-summery tbody .price span {
    font-size: 14px;
    font-family: "Sora", sans-serif;

}
.shopping-summery tbody .total-amount span {
    font-size: 14px;
    font-family: "Sora", sans-serif;
}
.shopping-cart .total-amount .right .button5 .btn {
    text-align: center;
    border-radius: 50px;
    width: 100%;
    margin-top: 10px;
    height: auto;
    line-height: normal;
    font-size: 16px;
    color: #fff;
}
.shopping-cart .total-amount .right .button5 .btn:hover {
    box-shadow: none;
}
.shopping-cart .total-amount .right ul li{
    font-size: 14px;
    font-family: "Sora", sans-serif;
}

.shopping-summery thead tr th{
    font-family: "Sora", sans-serif;
}











/* -----------footer css------------ */
.footer-top {
    background-image: url(../img/fth-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 196px 0 0px 0;
}
.fth-menu-items {
    
    margin-top: 30px;
}

.footer-top-view img {
    max-width: 160px;
}
.footer-top-view {
    text-align: center;
    background-color: #E2E2E2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    z-index: 111;
    max-width: 700px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
    top: -135px;

}
.footer-top-view p {
    font-size: 20px;
    color: #000;
    font-family: "Sora", serif;
    font-weight: 600;
}
.footer-top-view .footer-mesg-field input {
    width: 500px;
    border: 1px solid #000;
}
.footer-mesg-field {
    position: relative;
}
.mesg-arrow a i {
    font-size: 30px;
    color: #000;
}
.mesg-arrow {
    position: absolute;
    top: 5px;
    right: 20px;
    transition: .3s all ease-in-out;
}
.mesg-arrow:hover {
    top: 5px;
    right: 10px;
}
.footer-top h5 {
    color: #fff;
    margin-bottom: 20px;
}
.footer-top ul li a{
    color: #fff;
    font-size: 16px;
    font-family: "Sora", serif;
}
.footer-top ul li {
    margin-bottom: 10px;
}
.payment-type ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.payment-type h6 {
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.payment-type ul li {
    margin-left: 10px;
    margin-bottom: 0;
}
.payment-type ul li:nth-child(1) {
    margin-left: 0px;
}
.social-type ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.social-type ul li{
margin-right: 20px;
margin-bottom: 0;
}
.social-type ul li:nth-last-child(1){
    margin-right: 0px;
}
.fth-logo img {
     width: 100%;
    max-width: 230px;
}
.offering-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.offering-link ul li {
    margin-left: 5px;
    margin-bottom: 15px;
}
/* .offering-link ul li:nth-child(9n + 1){
    margin-left: 0px;
}
.offering-link ul li:nth-child(2n + 1){
    margin-left: 0px;
} */
.offering-link ul li a {
    border: 1px solid;
    padding: 5px 10px 5px 10px;
    opacity: .6;
    transition: .3s all ease-in-out;
}
.offering-link ul li a:hover {
    opacity: 1;
}
.fth-dis {
    border-top: 1px solid #848484;
    padding: 10px 0;
    margin-top: 20px;
}
/* Left align and spacing for desktop nav */
.nav-menu-drop {
    justify-content: flex-start;
}

.nav-menu-drop .nav-item {
    margin-right: 20px;
}

.nav-menu-drop .nav-link {
    font-weight: 500;
    color: #333;
}
.add_cart{
    background-color: black;
}


/* -----------footer css end------------ */

.vendor-ft-logo img {
    max-width: 200px;
}
.vendor-ft-logo {
   text-align: center;
}




/* ==================== shiv work css end ======================= */




/* ======================= new-responsive-css-start ======================= */
@media screen and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 40px;
    }
    .kitchen-inner-text .btn {
        font-size: 14px;
        padding: 8px 13px 8px 13px;
    }
    .blog-text h3 {
        font-size: 24px;
    }
    .box-why-us img {
        width: 70px;
    }
    .why-us-cnt h3 {
        font-size: 24px;
    }
    .why-us-cnt p {
        font-size: 16px;
    }

}

@media screen and (max-width: 991px) {
    ul.navbar-nav {
        text-align: left !important;
        width: 100%;
    }

    div#navbarSupportedContent {
        margin: 12px 0;
    }

    ul.navbar-nav li a {
        border-bottom: 1px solid #ffffff9e;
        padding-bottom: 12px;
        width: 100%;
    }

    .bg-body-tertiary {
        background-color: #b49579
;
        padding: 12px 16px;
    }

    .header-cart-canvas-menu {
        display: block;
    }

    .cart-btn-hd-box {
        display: none;
    }
    .header-top-category-mb-view .slide-set-category {
        display: block;
      }

    .prd-list-page  .container-fluid.px-5 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }

    .choose-box {
        width: calc(100% / 3 - 60px / 3);
        height: 230px;
    }
    .kitchen-sec .col-md-4 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    .blog-text a {
        font-size: 16px;
    }
    .blog-text h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .chase-item {
        width: 100%;
        text-align: center;
    }
    .furniture-head {
        padding: 0px 30px;
    }
    .kitchen-own {
        padding: 0 10px;
    }
    .chase-item .btn-two {
        margin-top: 10px;
    }
    .fth-menu-items .col-md-2 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        margin-bottom: 40px;
    }
    .fth-menu-items .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .offering-link ul li:nth-child(2n + 1) {
        margin-left: 5px;
    }
    .offering-link ul li:nth-child(3n + 1) {
        margin-left: 0px;
    }

}

@media (min-width: 768px) {
    tbody#cart_item_list .quantity {
        justify-content: center;
    }
    .header-top-category-pc-view{
      display: none;
    }
   

}
@media (max-width: 767px) {
    .navbar-custom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
  }

  .navbar-custom .navbar-brand {
    margin-right: auto;
  }

  .navbar-custom .login-signup {
    margin-left: auto;
    margin-right: 18px;
    font-weight: 500;
    font-size: 14px;
  }

  .navbar-custom .search-box {
    width: 100% !important;
    text-align: center;
    border-radius: 15px;
  }

  .category-bar .mobile-icons a {
    font-size: 20px;
    color: #000;
    margin-left: 15px;
    position: relative;
  }

  .category-bar .mobile-icons .badge {
    font-size: 10px;
    padding: 0px 3px;
  }

  .category-bar .mobile-icons {
    display: flex;
    justify-content: flex-end;
  }

  .res-mob {
    display: none !important;
  }

    #appendProduct .col-md-3 {
        width: 50%;
        padding: 5px;
    }

    .pro-product {
        height: 236px; /* slightly reduced for smaller screens */
        padding: 8px;
    }

    .verify-product p {
        height: 40px;
        font-size: 13px;
    }

    .verify-product h4 {
        font-size: 16px;
    }

    .product-verify {
        height: 160px;
    }

    .pro-product img {
        max-height: 150px;
        width: 100%;
    }
    .relate-slider button.owl-prev span, button.owl-next span {
    font-size: 20px !important;
    width: 31px !important;
    height: 32px !important;
    }
    button.owl-prev span, button.owl-next span{
        font-size: 20px !important;
        width: 31px !important;
        height: 32px !important;
        background-color: #b49579;
        color: #fff;
    }
    .footer-top {
    background-image: url(../img/fth-bg.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 80px 0 0px 0;
}
}


@media screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
    .footer {
        padding: 30px 0 10px 0;
    }
    .header-top-category-pc-view {
        display: none;
      }

      .cat-grp-cnt-img {
        overflow: hidden;
        border-radius: 50%;
        width: 160px;
        margin: auto;
        text-align: center;
    }

    .prd-list-page  .container-fluid.px-5 {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }

    .copy-right-cnt {
        text-align: center;
        margin: 16px 0;
    }
    .second-menu-row {
        float: none;
        margin-top: 22px;
    }
    .ftr-cnt .forth-row {
        float: none;
        margin-top: 22px;
    }

    .ftr-cnt h4 {
        font-size: 16px;
        padding-bottom: 4px;
    }
    .review-align-prt {
        display: inline-block !important;
    }
    .reviw-cnt h3 {
        margin-bottom: 12px;
    }
    nav.navbar.bg-white.w-100.px-5 {
        padding: 12px !important;
        text-align: center;
    }

    .seller-dtl.mt-3 h4 {
        letter-spacing: 0;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 26px;
    }

    .seller-profile-img img {
        border: 4px solid #fff;
        width: 90px;
    }

    .seller-dtl-grp {
        margin-top: -48px;
    }

    .seller-dtl h4 {
        color: #000;
        margin-bottom: 0;
        font-size: 16px;
    }

    .seller-dtl p {
        color: #000;
        font-size: 11px;
    }

    .flw-btn a {
        font-size: 12px;
        ;
        padding: 12px 32px;
    }

    .msg-btn a {
        font-size: 12px;
        ;
        padding: 12px 32px;
    }

    .login-sec.d-flex {
        justify-content: center !important;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .logo {
        text-align: center;
        margin-bottom: 12px;
    }

    img.delivery-dtl-img.rounded {
        margin-bottom: 16px;
    }

    .profile-img-grp {
        flex-wrap: wrap;
    }

    .profile-grp h2 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .profile-img img {
        width: 100px;
        height: 100px;
    }

    .profile-dtl.ml-3 h4 {
        font-size: 20px;
    }

    .faq-side-img {
        margin-top: 22px;
    }

    .text-btn-move.mt-5.w-100.d-grid {
        display: grid;
        justify-content: center;
    }

    .gif-card img {
        margin-top: 32px;
    }

    .set-mr.mt-5 {
        margin-top: 0 !important;
    }

    .bg-img {
        padding-bottom: 60px;
    }

    .bg-color-two .row {
        flex-flow: column-reverse;
    }

    .bg-color-two .con-sec {
        margin-top: 32px;
    }

    .hm-grp {
        flex-wrap: wrap;
    }

    .hm-grp h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        margin-top: 20px;
    }

    h3 {
        font-size: 30px;
        font-weight: 700;
    }

    .lpd-img.text-center.p-5 {
        padding: 30px 0 !important;
    }

    img.dis-ex-img.p-5.w-100 {
        padding: 30px 30px !important;
    }

    img.wlv-img {
        padding: 0 !important;
    }

    .banner-text h1 {
        font-size: 2rem;
        font-weight: 700;
    }

    .bg-banner {
        min-height: 400px;
    }

    .card-product {
        margin-bottom: 22px;
    }

    .box {
        margin-bottom: 22px;
    }

    .set-coll.animate__animated.animate__zoomIn {
        flex-direction: column-reverse;
        display: flex;
    }

    /* 23-july-css */

    .slide-category-grp-cnt h4 {
        font-size: 1.3rem;
    }

    .categories-slider-grp {
        margin-top: 30px;
    }

    .banner-text {
        padding: 22px 0 32px 18px;
    }
    .box-why-us {
        margin-bottom: 20px;
    }
    .why-us-boxes {
        border-top: none;
        border-bottom: none;
        padding: 0;
    }
    .fth-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .social-type ul {
        justify-content: center;
        margin-top: 20px;
    }
    .fth-menu-items .col-md-2 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .fth-menu-items .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    .furniture-head {
        width: 100%;
    }
    .gadget-list {
        max-width: 300px;
        margin: 0 auto;
    }
    .choose-box {
        width: 290px;
        height: 290px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .choose-item {
        display: inherit;
    }
    .home-left {
        padding-right: 15px;
    }
    .home-right {
        padding-left: 15px;
    }
    .kitchen-own {
        padding: 20px 10px;
        text-align: center;
    }
 .top-left-banner {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.hero-banner-data h1 {
    margin-bottom: 20px;
}
.hero-banner-data ul {
    display: inherit;
    text-align: center;
}
.prd-dtl-btn .btn {
    font-size: 15px;

}
}
    /* end */
@media screen and (max-width: 550px) {
     .top-left-banner {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.hero-banner-data{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}
    
    }

@media screen and (max-width: 450px) {
    .shop.checkout .checkout-form {
        padding: 30px;
    }

    .shop.checkout .order-details {
        padding: 30px 10px 30px 10px;
    }

    .set-act-icn {
        flex-wrap: wrap;
    }

    .action-icons {
        margin-top: 12px;
    }

    h4 {
        font-size: 18px;
    }

    .choose-box {
        width: 250px;
        height: 250px;
    }



}

@media (max-width: 375px) {
    .profile-img-grp {
        flex-wrap: wrap;
        justify-content: center;
    }
    .profile-img.mb-2 {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .profile-img img {
        width: 120px;
        height: 120px;
    }
    .profile-dtl.ml-3 {
        margin-left: 0 !important;
        margin-top: 16px;
    }

}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}


/* ======================= new-responsive-css-end ======================= */

#play_button {
    position: absolute;
    width: 72px;
    height: 72px;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    border: none;
    cursor: pointer;
}

#play_button {
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

#play_button>img {
    width: 100%;
    height: auto;
}

#video_container {
    position: relative;
    width: 350px;
}

#video {
    width: 100%;
}

#play_button.hide {
    display: none;
}

ul.preview-thumbnail.nav.nav-tabs img {
    width: 101px;
    height: 85px;
}

ul.nav.nav-tabs.product li {
    padding: 16px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #e9ecef #e9ecef #ddd;
    border: none;
    background: #b49579
;
    color: #fff;
    border-radius: 8px;
}
.mobile-bottom-btns {
    z-index: 1050;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    /* width: 100%; */
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.checked,
.price span {
    color: #52254d;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}

.add-to-cart,
.like {
    background: #8d4585;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
    background: #b36800;
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.orange {
    background: #52254d;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.mx-auto-img-set {
    width: 250px;
}

ul#tabsJustified {
    background-color: #b49579
;
    color: #fff;
    /* padding: 18px 0; */
    min-width: 185px;
    min-height: 500px;
    font-size: 20px;
    /* position: absolute; */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #b49579
;
    background-color: #ffffff;
    border-radius: 0px;

}

.shop.login .form .btn {
    margin-right: 0;
}

.btn-facebook {
    background: #39579A;
}

.btn-facebook:hover {
    background: #073088 !important;
}

.btn-github {
    background: #444444;
    color: white;
}

.btn-github:hover {
    background: black !important;
}

.btn-google {
    background: #ea4335;
    color: white;
}

.btn-google:hover {
    background: rgb(243, 26, 26) !important;
}

ul#tabsJustified {
    background-color: #f7f7f7;
    font-weight: bold;
    font-size: 20px;
    min-width: 170px;
    color: #000;
    line-height: 36px;
    min-height: 680px;
    border-radius: 12px;
    border: 1px solid #a6a6a6;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #b49579
;
    background: none;
}

.menu-link_us-s:hover:after,
.menu-link_us-s:after {
    width: 4em;
}

.menu-link_us-s:after {
    content: '';
    display: block;
    position: absolute;
    left: 32px;
    width: 0;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: currentColor;
}

.orders-table thead th {
    background-color: #e4e4e4;
    padding: 1rem 1.875rem;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.changes-view{
    max-width: 400px;
    overflow-x: scroll;
}

.orders-table tbody td:first-child {
    text-decoration: underline;
}

.orders-table tbody td {
    border-top: 1px solid #e4e4e4;
    padding: 1.875rem;
}

.orders-table {
    border: 1px solid #e4e4e4;
    width: 100%;
}

.page-content {
    padding-top: 1rem;
}

.my-account__orders-list {
    overflow-x: auto;
    width: 100%;
}

.orders-table tbody td .btn {
    height: 3.125rem;
    font-size: 0.875rem;
}

label.labels {
    font-size: 16px;
    font-weight: 600;
}

.bi-pencil-square::before {
    content: "\f4ca";
    color: #88793a;
    font-size: 20px;
}

.bi-trash3::before {
    content: "\f78b";
    color: #88793a;
    font-size: 20px;
}

.card.p-3.border-1:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.error {
    color: red;
}

li.shipping {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
}

li.shipping .input-group-icon {
    width: 100%;
    margin-left: 10px;
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

.form-select {
    height: 30px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f6f6f6 !important;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.list li {
    margin-bottom: 0 !important;
}

.list li:hover {
    background: #F7941D !important;
    color: white !important;
}

.form-select .nice-select::after {
    top: 14px;
}


.mx-auto-img-set {
    width: 140px;
}

.set-text-accont {
    margin-left: 20px;
}

.product-title {
    font-size: 12px;
}

.product-label span {
    color: #fff;
}

.main-overlay-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
    transition: .5s;
    opacity: 0;
    border-radius: 8px 8px 0 0;
}

.main-overlay-img {
    position: relative;
}

.set-img-box:hover .main-overlay-img:before {
    opacity: 1;
}

.product-label {
    position: absolute;
    top: 22px;
    left: 16px;
    z-index: 999;
}

img.img-box-checkout {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.product-label span {
    background: #b49579
;
    padding: 6px 10px;
    border-radius: 4px;
}

i.bi.bi-cart2, i.bi .bi-heart, i.bi.bi-eye, i.bi.bi-magic {
    font-size: 16px;
    color: #b49579
;
}

.product-action-btn a.hover-icon {
    background: #ffffff;
    color: #b49579
;
    padding: 4px 8px;
    border-radius: 4px !important;
}

.product-action-btn a.hover-icon:hover i.bi.bi-cart2,
.product-action-btn a.hover-icon:hover i.bi.bi-eye {
    color: #fff !important;
}

.product-action-btn a:hover {
    background: #b49579
;
    color: #fff !important;
}

.product-action-btn {
    position: absolute;
    top: 14px;
    right: 30px;
    display: inline-grid;
    z-index: 999;
    opacity: 0;
    transition: right 0.3s, opacity 0.3s;
    transform: translateX(50%);
    overflow: hidden;
}

.set-img-box:hover .product-action-btn {
    opacity: 1;
    right: 42px;
    overflow: hidden;
}
.product-description {
    padding: 8px 16px !important;
}
#btm-mr {
    margin-bottom: 26px;
    border: 1px solid #dddddd;
    border-radius: 8px;
}

.order-confirm-box h5.set-text-font {
    font-size: 30px;
    color: #b49579
;
}

.order-confirm-box p {
    margin-top: 10px;
    font-size: 16px;
    color: #4b4b4b;
}

.address-view-dtl h5 {
    font-size: 18px;
    font-weight: 600;
}

.order-dtl-btn a,
.continue-shopping-btn a,
.view-order-btn a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #b49579
;
    padding: 16px 26px;
    border-radius: 50px;
    text-transform: uppercase;
}

.order-dtl-btn a:hover,
.continue-shopping-btn a:hover,
.view-order-btn a:hover {
    background-color: #000;
}

.continue-shopping-btn,
.view-order-btn {
    padding: 0 8px;
}


@media screen and (max-width: 767px){
    /* .navbar-custom .container a.navbar-brand.fw-bold {
        width: 100%;
        text-align: center;
    }
    .navbar-custom .res-mob {
        display: block !important;
        text-align: center;
        margin: 0 auto;
    } */

    .res-mob .search-box {
        width: 150px!important;
    }
    h1 {
        font-size: 36px;
    }
    .btn-him {
        margin-bottom: 10px;
        top: 0px;
    }
    .btn-her {
        top: 300px;
    }
    .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .choose-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    padding: 15px;
}
.category-item .owl-next {
    right: 0;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}
.category-item .owl-prev {
    left: 0;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}
}

@media screen and (max-width: 450px) {
    .btm-action-btns .d-flex.justify-content-center {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 400px) {
    .btm-action-btns .d-flex.justify-content-center {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 600px){
    .product-variations{
        padding: 15px;
    }
    .price-dt{
        padding: 0px 15px;
        margin: 0px;
    }
    .pr-ft-de{
        padding: 15px;
    }
    .prd-quantity-box-grp{
        padding: 15px;
    }
    .available-dt{
        padding: 15px;
        margin: 0 !important;
    }
    .discrib-dt{
        padding: 15px;
    }
    .full-feature-dt{
        padding: 15px;
    }
    .preview .prd-description {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    }
    .preview .prd-description #pills-tab {
        display: flex;
        justify-content: space-around;
        max-height: 525px;
        flex-wrap: nowrap;
        padding-left: 10px;
        overflow-y: scroll;
        overflow-x: scroll;
        min-width: 100px;
    }
    .prd-description ul li{
        min-width: 22%;
        margin-right: 15px;
    }
    .image-tab-box {
        width: 100% !important;
        height: 100% !important;
    }
    .tab-content {
    overflow: hidden;
    padding: 10px;
    }
}



li.shipping {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
}

li.shipping .input-group-icon {
    width: 100%;
    margin-left: 10px;
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

.form-select {
    height: 30px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f6f6f6 !important;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.list li {
    margin-bottom: 0 !important;
}

.list li:hover {
    background: #F7941D !important;
    color: white !important;
}

.form-select .nice-select::after {
    top: 14px;
}


.relate-slider button.owl-prev span, button.owl-next span {
    font-size: 35px;
    padding: 0 6px;
    color: #fff;
    margin: 0 8px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #b49579;
}
.theme-text-color {
    color: #ff0000 !important;
}
