header {
    background: #31144d;
    padding: 15px 0px;
}

footer {
    background: #30193e;
    padding: 50px 0px;
}

.div-overlap {
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 266, 0.8);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: none;
}

.div-overlap div i {
    color: #923ce8;
}

.div-overlap div {
    justify-content: center;
    position: relative;
    height: 100%;
    width: auto;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.btn-dark {
    background: #923ce8;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    border-radius: 0px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:focus-visible,
.btn-dark:active {
    background: #61289b;
    color: #fff;
    outline: none;
}

.btn-drpf-cart {
    background: #923ce8;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    outline: none;
    padding: 10px 15px;
}

.btn-drpf-cart:hover,
.btn-drpf-cart:focus,
.btn-drpf-cart:focus-visible,
.btn-drpf-cart:active {
    background: #fff;
    color: #31144d;
    outline: none;
}

.btn-drpf {
    background: #923ce8;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    outline: none;
}

.btn-drpf:hover,
.btn-drpf:focus,
.btn-drpf:focus-visible,
.btn-drpf:active {
    background: #61289b;
    color: #fff;
    outline: none;
}

.btn-add-cart {
    background: #923ce8;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 0px;
    margin: 15px 0;
    outline: none;
}

.btn-add-cart:hover,
.btn-add-cart:focus,
.btn-add-cart:focus-visible,
.btn-add-cart:active {
    background: #c891ff;
    color: #fff;
    outline: none;
}

.d-flex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.mainbg {
    background: linear-gradient(rgba(238, 238, 238, 0.7), rgba(238, 238, 238, 0.7)), url('./../images/39760c_a3af8f1dfef84d3a827bbdf0cd2daf25_mv2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.regibg {
    background: linear-gradient(rgba(49, 20, 77, 0.7), rgba(49, 20, 77, 0.7)), url('./../images/39760c.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-attachment: fixed;
}

.header-center {
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.heading-border {
    width: 100%;
    /* display: flex; */
}

.heading-border span {
    font-weight: 700;
    border-bottom: 3px solid #923ce8;
    display: inline-block;
    padding-bottom: 5px;
}

.profile {
    padding: 30px 100px;
}

p,
ul li {
    font-size: 16px;
    line-height: 1.6;
}

ul {
    padding-left: 20px;
}

.social-icon {
    list-style: none;
    padding-left: 0px;
}

.social-icon li {
    display: inline-block;
    margin: 10px 5px 0px 5px;
    font-size: 20px;
}

.about-ace {
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.reg-ace {
    padding: 50px;
}

.social-footer {
    text-align: center;
}

.social-footer h4 {
    color: #fff;
    font-style: italic;
}

.social-footer ul {
    list-style: none;
    padding-left: 0px;
}

.social-footer ul li {
    display: inline-block;
}

.social-footer ul li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 25px;
    border-radius: 100%;
    line-height: 1.7;
    color: #30193e;
}

.social-footer ul li a:active,
.social-footer ul li a:focus,
.social-footer ul li a:hover {
    background: #fff;
    color: #30193e;
}

.footer-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.footer-menu li {
    display: inline-block;
    margin: 10px;
    background: #C397F0;
    padding: 5px 20px;
    border-radius: 100px;
}

.footer-menu li a {
    color: #30193e;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-menu li:hover {
    background: #fff;
}

.product-grid {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    -moz-box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 250px; */
}

.product-grid .product-image a.image {
    display: block;
    /* height: 15vw; */
    cursor: pointer;
}

.product-grid .product-image img {
    object-fit: cover;
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
}

.product-grid .product-discount-label {
    color: #fff;
    background: #A5BA8D;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    left: 0;
}

.product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: -50px;
    transition: all .5s ease 0s;
}

.product-grid:hover .product-links {
    right: 10px;
}

.product-grid .product-links li a {
    color: #333;
    background: transparent;
    font-size: 17px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #333;
    border-bottom: none;
    display: block;
    transition: all 0.3s;
}

.product-grid .product-links li:last-child a {
    border-bottom: 1px solid #333;
}

.product-grid .product-links li a:hover {
    color: #fff;
    background: #333;
}

.product-grid .add-to-cart {
    background: rgba(146, 60, 232, 0.8);
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 10px 26px;
    position: absolute;
    left: 0;
    bottom: -60px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.product-grid:hover .add-to-cart {
    bottom: 0;
}

.product-grid .product-content {
    background: #fff;
    padding: 10px 5px;
}

.product-grid .title {
    font-size: 16px;
    margin: 0 0 7px;
    text-align: left;
}

.product-grid .title a {
    color: #000;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.product-grid .price {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.product-grid .price span {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-grid .title.cat {
    font-size: 17px;
    margin: 0 0 7px;
    text-align: center;
    color: #0d0d0d;
}

.product-grid .title.cat a {
    color: #0d0d0d;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.product-grid .price.cat {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.product-grid .price.cat span {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.profile-img {
    padding: 0px;
    min-height: 400px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .about-ace {
        padding: 10px;
    }

    .reg-ace {
        padding: 10px;
    }

    .profile {
        padding: 30px 15px;
    }

    .d-flex.profile-div {
        display: block;
    }

    .profile-img {
        padding: 0px 40px 50px 40px;
    }

    .mainbg {
        background: none;
        background-color: #fff;
    }

    footer .d-flex {
        display: block;
    }

    .regibg {
        padding: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .about-ace {
        padding: 50px 15px;
    }

    .reg-ace {
        padding: 50px 15px;
    }

    .profile {
        padding: 0px 20px;
    }
}

.qty {
    /* float: left;
    width: 80px;
    margin-right: 10px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
}

.qty_inc_dec .increment,
.qty_inc_dec .decrement {
    float: left;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 20px;
    height: 25px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.qty_inc_dec .increment {
    border-bottom: 0;
    line-height: 25px;
}

.qty_inc_dec {
    width: 10px;
    height: 50px;
    display: inline-block;
}

.qty input[type=text] {
    float: left;
    outline: 0;
    font-size: 1.2em;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #000;
    line-height: 40px;
    border: 1px solid #ccc;
    border-right: 0;
}

.quick-modal .price {
    font-size: 18px;
    margin: 20px 0px;
    font-weight: 700;
}

.quick-modal .price span {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}

.quick-modal .more-details:hover,
.quick-modal .more-details:focus,
.quick-modal .more-details:active,
.quick-modal .more-details {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}


/********************* cart sidebar ******************************/

.cartSide {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
}

.cartSide .closebtn {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 36px;
    color: #fff;
}

.cartSide .head-cart {
    padding: 20px 10px;
    background-color: #000000;
}

.cartSide .head-cart span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
}

.cartSide .content-cart {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px - 65px);
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

.cartSide .content-cart .price {
    font-size: 15px;
    margin: 5px 0px;
    color: #555;
}

.cartSide .content-cart .price strong {
    color: #000;
    font-weight: 700;
}

.cartSide .content-cart .media-heading {
    font-size: 15px;
    cursor: pointer;
}

.cartSide .content-cart .remove-item {
    background: transparent;
    border: 1px solid #aaa;
    position: absolute;
    right: -10px;
    border-radius: 100%;
    color: #aaa;
    padding: 0 6px;
}

.cartSide .content-cart .cart-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cartSide .footer-cart {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-height: 450px) {}


/********************* cart sidebar ******************************/

ul.breadcrumb {
    padding: 10px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 15px;
    color: #555;
}

ul.breadcrumb li+li:before {
    padding: 0 5px;
    color: black;
    content: "/";
}

.cart-container .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    -webkit-box-shadow: 0px 16px 0px -15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 16px 0px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 0px -15px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cart-container .item .price {
    font-size: 16px;
    margin: 10px 0px;
    color: #555;
}

.cart-container .item .total {
    font-size: 20px;
    text-align: right;
    display: block;
}

.cart-container .item .remove {
    text-align: right;
    border: 1px solid #555;
    border-radius: 100%;
    padding: 4px 6px;
    color: #555;
    line-height: 1;
    background: transparent;
}

.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: 1px solid #ddd;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border: 1px solid #ddd;
}

.qty-input .qty-count--add {
    border: 1px solid #ddd;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.woocommerce-order-overview {
    background: #f5f5f5;
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.woocommerce-order-overview:before,
.woocommerce-order-overview:after {
    background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #f5f5f5 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #f5f5f5 33.33%, transparent 33.33%);
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px;
}

.woocommerce-order-overview:after {
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.woocommerce-order-overview li {
    padding: 1em 1.618em;
    font-size: 0.8em;
    width: 25%;
    text-transform: capitalize;
    border-right: 1px dotted #555;
    text-align: center;
}

.woocommerce-order-overview li:last-child {
    border-right: none;
}

.woocommerce-order-overview li span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-order-overview li strong {
    display: block;
    font-size: 14px;
}

@media (max-width: 767px) {
    .woocommerce-order-overview {
        display: block;
    }

    .woocommerce-order-overview li {
        width: auto;
        text-align: left;
        padding: 10px 0;
        margin: 0 15px;
        border-right: none;
        border-bottom: 1px dotted #555;
    }

    .woocommerce-order-overview li:last-child {
        border-bottom: none;
    }
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2 {
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #923ce8;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-weight: 900;
    font-size: 30px;
}

.payment-details ul li {
    font-size: 13px;
}


:root {
    --main-color: #923ce8;
}

.category-grid {
    color: var(--main-color);
    background-color: #fff;
    text-align: center;
    /* width: 210px; */
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    border: 3px solid var(--main-color);
    border-radius: 25px;
    position: relative;
    z-index: 1;
    /* height: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.category-grid:before,
.category-grid:after {
    content: '';
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(146, 60, 232, 0.25);
    position: absolute;
    left: 10px;
    top: 15px;
    bottom: 15px;
    right: 10px;
}

.category-grid:after {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border-top: 10px solid var(--main-color);
    border-bottom: 10px solid var(--main-color);
    top: -5px;
    bottom: -5px;
    left: 15px;
    right: 15px;
}

.category-grid .counter-icon {
    margin-bottom: 15px;
}

.category-grid h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 13px;
}

.category-grid .counter-value {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.category-grid.pink {
    --main-color: #923ce8;
}

.category-grid.purple {
    --main-color: #923ce8;
}

.category-grid.green {
    --main-color: #923ce8;
}

@media screen and (max-width:990px) {
    .category-grid {
        margin-bottom: 40px;
    }
}