@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;
}

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

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

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

.carousel-item .set-img-box {
    border: 5px solid #8e4585 !important;
}


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

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

.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: #8E4585 !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: #8E4585;
}

.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: 100px 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: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

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

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

.login-form {
    padding: 32px;
    background-color: #ffffffc7;
    border-radius: 10px;
}

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

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

.set-login .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;
}

.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: #8e4585 !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: #8E4585 !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/bg-login.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 {
    font-size: 3rem;
    font-weight: 700;
}

.banner-text p {
    font-size: 14px;
    color: #fff;
}

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

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

h4.border-bott {
    border-bottom: 3px solid;
    width: fit-content;
    border-color: #8E4585;
    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: #8E4585;
    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: #8E4585;
    padding: 12px;
    border-radius: 12px;
}

button#button-addon2 {
    background-color: #8E4585;
    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: #8E4585;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.img-change-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;
}

.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 {
    box-shadow: rgb(240 46 170 / 30%) 5px 5px,
        rgb(240 46 170 / 20%) 10px 10px,
        rgb(240 46 170 / 10%) 15px 15px;
}

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

.tracking_box_inner .btn.submit_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;
}

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

.blog-date p {
    color: #8d4585;
}

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: #8E4585;
    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: #8E4585;
    font-weight: 600;
}

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

.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: #8e4585;
    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: #8E4585;
    border: 2px solid #8E4585;
}

.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: #8E4585;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 46px;
    border-radius: 30px;
    background-color: #f0f8ff;
    border: 2px solid #8E4585;
    margin-left: 18px;
}

.msg-btn a:hover {
    background-color: #8E4585;
    border: 2px solid #8E4585;
    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: 16px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: sticky;
    top: 20px;
}

.filter-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.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;
}

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: 13px;
    color: #fff;
    background: #8d4585;
    padding: 13px 18px;
    border-radius: 50px;
    text-transform: uppercase;
}

.prd-dtl-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;
}

.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 {
    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;
}

.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: #8E4585;
    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: #8e4585;
    border: none;
}
#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: #8E4585;
    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: #8e4585;
    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: 50px;
    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: #8d4585;
    padding: 14px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}

.cart-btn a:hover,
.view-cart-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;
}

.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: #8E4585;
    border-radius: 10px;
}

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


/* ==========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: #8d4585;
}

.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: 10px;
    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;
}

button.owl-prev,
button.owl-next {
    margin-top: 22px;
    outline: none;
}

button.owl-prev span,
button.owl-next span {
    font-size: 36px !important;
    padding: 0 6px;
    color: #ffffff;
    margin: 0 8px;
}

button.owl-prev {
    left: 0;
    position: absolute;
    top: 40%;
}

button.owl-next {
    right: 0;
    position: absolute;
    top: 40%;
}
.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: #8E4585;
    border-radius: 10px;
}

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

.dashbord-add-address-btn a {
    background: #8d4585;
    padding: 8px 16px;
    border-radius: 50px;
    color: #fff;
}
.dashbord-add-address-btn a:hover {
    box-shadow: rgb(240 46 170 / 30%) 5px 5px,
                rgb(240 46 170 / 20%) 10px 10px,
                rgb(240 46 170 / 10%) 15px 15px;
}
.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: 20px;
}
.wishlist-action-icon-btn i {
    font-size: 16px;
    padding: 10px 12px 6px 12px;
    color: #8e4585;
    border-radius: 50px;
    border: 1px solid #8e4585;
}
.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: #8e4585;
    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;
}

.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: #8e4585;
    color: #fff;
   /* border-radius: 0 0 8px 8px;*/
}

del.discount-text {
    color: #c4c4c4;
}

.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, #8e4585);
    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); }
}

i.bi.bi-arrow-right {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0px);

}

i.bi.bi-arrow-right:hover {
    transform: translateX(10px);
}

.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, #8e4585);
    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: 320px;
    object-fit: cover;
}
.cat-grp-cnt .dropdown-menu {
    font-size: 14px;
}
.cat-grp-cnt a.dropdown-item {
    padding: .15rem 1rem;
}
.why-us-cnt h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
}
.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: #8e4585;
    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 ======================= */

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

@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: #8E4585;
        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;
    }

}

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

}

@media screen and (max-width: 767px) {
    .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;
    }
}
    /* end */


@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;
    }
}

@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: #8E4585;
    color: #fff;
    border-radius: 8px;
}

.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;
}

.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: #8e4585;
    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: #8e4585;
    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;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #8e4585;
    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: #8d4585;
    font-size: 20px;
}

.bi-trash3::before {
    content: "\f78b";
    color: #8d4585;
    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: #8e4585;
    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: #8e4585;
}

.product-action-btn a.hover-icon {
    background: #ffffff;
    color: #8e4585;
    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: #8e4585;
    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: #8e4585;
}

.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: #8d4585;
    padding: 16px 26px;
    border-radius: 50px;
    text-transform: uppercase;
}

.order-dtl-btn a:hover,
.continue-shopping-btn a:hover,
.view-order-btn a:hover {
    box-shadow: rgb(240 46 170 / 30%) 5px 5px,
        rgb(240 46 170 / 20%) 10px 10px,
        rgb(240 46 170 / 10%) 15px 15px;
}

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

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

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;
}
#toggle-password {
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    /* Adjust icon size if needed */
}

.btn-show-pwd{
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
}
ul.profile-menu {
    padding: 0;
    margin: 0;
}
.profile-menu a {
    text-decoration: none;
    color: #504b4b;
}
.head-auth-menu a {
    margin: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #424242;
}
