/* :: 1.0 Import Web Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/classy-nav.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/nice-select.css);
@import url(../css/font-awesome.min.css);

/* :: 3.0 Common/Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1.3;
    /* font-weight: 700;
  font-family: "Ubuntu", sans-serif;  */
}

p {
    color: #787878;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

a {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #fbf5f5;
    font-weight: 500;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Height */
.height-200 {
    height: 200px !important;
}

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.bg-website {
    background: #e91e63;
}

/* Section Padding */
.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

/* Section Heading */
.section-heading {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.section-heading.text-left {
    text-align: left !important;
}

/* Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

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

.font-light {
    font-weight: 300;
}

.bg-overlay,
.bg-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay:hover,
.bg-overlay-white:hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-overlay:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

::selection {
    background: #5b0406;
    color: #fff;
}

:root {
    scroll-behavior: smooth;
}

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

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 4px;
}

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

/*
.header-bar {
    background: linear-gradient(90deg, #E91E63 0%, #e91e6394 50%, #E91E63 100%);
} */

.header_area {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

/* ScrollUp */
#scrollUp {
    background-color: #E91E63;
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 45px;
    line-height: 34px;
    right: 60px;
    text-align: center;
    width: 45px;
    border-radius: 30px;
    border: 4px solid #fff;
}

@media only screen and (max-width: 991px) {
    #scrollUp {
        display: none !important;
    }
}

/* credwill Button */
.credwill-btn {
    display: inline-block;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    background-color: #fd0000;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.credwill-btn:hover,
.credwill-btn:focus {
    color: #ffffff;
    background-color: #5a0305;
}

/* :: 4.0 Header Area CSS */
.header_area {
    position: relative;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    /* border-bottom: 1px solid #fd00003d; */
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .footer-widget-title h4 {
        font-size: 18px !important;
        color: #fff;
        font-weight: 400;
        margin-bottom: 6px !important;
    }

    .footer-widget-menu ul li {
        margin-bottom: 1px !important;
    }

    .header_area .classy-nav-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header-icon-element {
        display: none !important;
    }

    .mobproduct-slider .mobproduct-wrapper img {
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
    }

}

@media only screen and (max-width: 767px) {
    .header_area .classy-nav-container .classy-navbar-toggler {
        margin-left: auto;
        margin-right: 5px;
        margin-top: 5px;
    }
}

.header_area .classy-navbar,
.header_area .header-meta {
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    width: 50%; */
}

.input-box {
    position: relative;
    width: 240px;
    max-width: 40px;
    height: 40px;
    margin: 15px 50px 0px 0px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}

.input-box.open {
    max-width: 200px;
}

.input-box input {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
}

.input-box.open input {
    padding: 0 15px 0 40px;
}

.input-box .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.input-box.open .search {
    border-radius: 6px 0 0 6px;
}

.search .search-icon {
    font-size: 20px;
    color: #5a0504;
}

.input-box .close-icon {
    position: absolute;
    top: 50%;
    right: -40px;
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}

.input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
}


@media only screen and (max-width: 767px) {

    .header_area .classy-navbar,
    .header_area .header-meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
    }
}

.header_area .classy-navbar {
    height: 70px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .header_area .classy-navbar {
        height: 50px;
        padding: 10px 0;
    }
}

.header_area .header-meta {
    height: 70px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .header_area .header-meta {
        height: 5px;
    }

    .ptb-50 {
        padding: 15px 0 !important;
    }
}

.header_area .classynav ul li a {
    font-size: 16px;
}

.header_area .classynav ul li .megamenu li a,
.header_area .classynav ul li .dropdown li a {
    font-size: 14px;
    color: #e91e63;
}

.header_area .classynav ul li .megamenu li a:hover,
.header_area .classynav ul li .dropdown li a:hover {
    color: #e91e63;
}

.header_area .search-area form {
    position: relative;
    z-index: 1;
    height: 70px;
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form {
        height: 40px;
        border-left: none;
    }
}

.header_area .search-area form input {
    border: none;
    background-color: #ffffff;
    width: 200px;
    height: 70px;
    padding: 0 15px 0 60px;
    color: #787878;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid #ffffff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form input {
        width: 210px;
        height: 40px;
        padding: 0 10px 0 30px;
        margin-right: 15px;
    }
}

.header_area .search-area form input:focus {
    outline: none !important;
    width: 290px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_area .search-area form input {
        width: 350px;
        margin-right: 25px;
    }

    .header_area .search-area form input:focus {
        width: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form input:focus {
        width: 312px;
    }
}

@media only screen and (max-width: 320px) {
    .header_area .search-area form input:focus {
        width: 258px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header_area .search-area form input:focus {
        width: 280px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_area .search-area form input:focus {
        width: 300px;
    }
}

.header_area .search-area form button {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    background-color: transparent;
    border: none;
    color: #787878;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form button {
        left: 10px;
        height: 40px;
    }
}

.header_area .favourite-area a,
.header_area .user-login-info a,
.header_area .cart-area a {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    display: block;
    text-align: center;
    border-left: 1px solid #8080801a;
    height: 100%;
    line-height: 70px;
}

@media only screen and (max-width: 767px) {

    .header_area .favourite-area a,
    .header_area .user-login-info a,
    .header_area .cart-area a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        line-height: 40px;
    }
}

.header_area .favourite-area a img,
.header_area .user-login-info a img,
.header_area .cart-area a img {
    max-width: 20px;
}

.header_area .favourite-area a span,
.header_area .user-login-info a span,
.header_area .cart-area a span {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #111;
    font-weight: 700;
    position: absolute;
    top: -10px;
}

@media only screen and (max-width: 767px) {

    .header_area .favourite-area a span,
    .header_area .user-login-info a span,
    .header_area .cart-area a span {
        font-size: 14px;
    }
}

.header_area.sticky {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.cart-bg-overlay.cart-bg-overlay-on {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

/* Cart Area CSS */
.right-side-cart-area {
    position: fixed;
    width: 670px;
    height: 100%;
    top: 0;
    right: -800px;
    background-color: #ffffff;
    z-index: 1100;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .right-side-cart-area {
        width: 500px;
        right: -600px;
    }
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area {
        width: 270px;
        right: -400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area {
        width: 400px;
        right: -550px;
    }
}

.right-side-cart-area.cart-on {
    right: 0;
}

.right-side-cart-area .cart-button a {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 100;
    width: 90px;
    display: block;
    text-align: center;
    border-left: 1px solid #ebebeb;
    height: 70px;
    line-height: 80px;
    background-color: #f5f7f9;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-button a {
        width: 50px;
        height: 70px;
        line-height: 70px;
    }
}

.right-side-cart-area .cart-button a img {
    max-width: 20px;
}

.right-side-cart-area .cart-button a span {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #5a0305;
    font-weight: 700;
    position: absolute;
    top: -10px;
}

.right-side-cart-area .cart-content {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.right-side-cart-area .cart-content .cart-list {
    position: relative;
    z-index: 10;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px;
    }
}

.right-side-cart-area .cart-content .cart-list .single-cart-item {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image {
    position: relative;
    z-index: 1;
    display: block;
}

.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 15px 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
        padding: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
        padding: 30px 20px;
    }
}

.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove {
        top: 5px;
        right: 5px;
    }
}

.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .badge {
    display: block;
    font-weight: 600;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: left;
    padding: 0;
}

.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 {
        margin-bottom: 10px;
    }
}

.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .size,
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .color {
    display: block;
    font-weight: 600;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}

.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 30px;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price {
        margin-top: 10px;
        font-size: 12px;
    }
}

.right-side-cart-area .cart-content .cart-list .single-cart-item:hover .product-image .cart-item-desc {
    background-color: rgba(0, 0, 0, 0.8);
}

.right-side-cart-area .cart-content .cart-amount-summary {
    padding: 100px 10%;
    position: relative;
    z-index: 10;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 190px);
    flex: 0 0 calc(100% - 190px);
    width: calc(100% - 190px);
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        width: calc(100% - 100px);
        padding: 50px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        width: calc(100% - 150px);
        padding: 50px 30px;
    }
}

.right-side-cart-area .cart-content .cart-amount-summary h2 {
    font-size: 30px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
}

.right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.right-side-cart-area .cart-content .cart-amount-summary .summary-table li span:last-child {
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
}

@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary .credwill-btn {
        min-width: 140px;
        width: 140px;
        padding: 0 15px;
    }
}

/* :: 5.0 Welcome Area CSS */


.banner .owl-controls {
    text-align: center;

}

.banner .owl-prev {
    position: absolute;
    left: 40px;
    background: #e9e9e969;
    color: #fff;
    border-radius: 46px;
    width: 40px;
    height: 40px;
    font-size: 26px;
    top: 45%;
}

.banner .owl-next {
    position: absolute;
    right: 40px;
    background: #e9e9e969;
    color: #fff;
    border-radius: 46px;
    width: 40px;
    height: 40px;
    font-size: 26px;
    top: 45%;
}

.welcome_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_area {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome_area {
        height: 350px;
    }
}

.welcome_area .hero-content h6 {
    font-size: 18px;
    color: #787878;
    margin-bottom: 10px;
}

.welcome_area .hero-content h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_area .hero-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome_area .hero-content h2 {
        font-size: 30px;
    }
}

/* :: 6.0 Top Catagory Area CSS */
.single_catagory_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 240px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_catagory_area {
        height: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .single_catagory_area {
        height: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_catagory_area {
        margin-bottom: 30px;
    }
}

.single_catagory_area:after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 61%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.single_catagory_area .catagory-content a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_catagory_area .catagory-content a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single_catagory_area .catagory-content a {
        font-size: 18px;
    }
}

.single_catagory_area:hover .catagory-content a {
    color: #E91E63;
}

/* :: 7.0 CTA Area CSS */
.cta-area {
    position: relative;
    z-index: 1;
}

.cta-area .cta-content {
    width: 100%;
    height: 550px;
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content {
        height: 400px;
    }
}

.cta-area .cta-content h6 {
    font-size: 24px;
    color: #dc0345;
    margin-bottom: 10px;
}

.cta-area .cta-content h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content h2 {
        font-size: 30px;
    }
}

.cta-area .cta-content .cta--text {
    padding-right: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content .cta--text {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content .cta--text {
        padding-right: 0;
    }
}

/* :: 8.0 Related Products Area CSS */
.single-product-wrapper {
    margin: 0 0 30px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 15px 15px;
    border: 1px solid #B5B5C3;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.single-product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px;
}

.single-product-wrapper .product-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper .product-img .hover-img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    border-radius: 12px;
}

.single-product-wrapper .product-img .product-badge {
    height: 25px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.single-product-wrapper .product-img .product-badge.offer-badge {
    background-color: #dc0345;
}

.single-product-wrapper .product-img .product-badge.new-badge {
    background-color: #5a0305;
}

.single-product-wrapper .product-img .product-favourite a {
    position: absolute;
    height: 25px;
    width: 45px;
    font-size: 14px;
    color: #ccc;
    top: 20px;
    right: 20px;
    z-index: 10;
    line-height: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.single-product-wrapper .product-img .product-favourite a.active {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper .product-description {
    position: relative;
    z-index: 1;
    padding: 5px 0 0 0;
}

.single-product-wrapper .product-description .dscnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.single-product-wrapper .product-description .dscnt .price {
    font-size: 16px;
    text-transform: uppercase;
    color: #e91e63;
    margin-bottom: 0;
    letter-spacing: 0.75px;
    font-weight: 600;
}

.single-product-wrapper .product-description span {
    font-size: 14px;
    color: #e91e63;
    margin-bottom: 0;
    letter-spacing: 0.75px;
    font-weight: 600;
}

.single-product-wrapper .product-description h6 {
    color: #222222;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 18px;
}

.single-product-wrapper .product-description p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #000000;
}

.single-product-wrapper .product-description p span {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #aaaaaa;
    margin-right: 10px;
    text-decoration: line-through;
}

.single-product-wrapper .product-description .hover-content {
    position: absolute;
    width: calc(100% - 40px);
    top: -70px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper .product-description .hover-content .credwill-btn {
    width: 100%;
}

.single-product-wrapper .favme {
    cursor: pointer;
    color: #ccc;
}

.single-product-wrapper .favme.active {
    color: #dc0345 !important;
}

.single-product-wrapper .favme.is_animating {
    animation: favme-anime .5s;
}

.single-product-wrapper:hover .product-img .hover-img {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper:hover .product-img .product-favourite a {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper:hover .hover-content {
    opacity: 1;
    visibility: visible;
}


.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

@keyframes favme-anime {
    0% {
        opacity: 1;
        font-size: 14px;
        -webkit-text-stroke-color: transparent;
    }

    25% {
        opacity: .6;
        color: #ffffff;
        font-size: 15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #dc0345;
    }

    75% {
        opacity: .6;
        color: #ffffff;
        font-size: 15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #dc0345;
    }

    100% {
        opacity: 1;
        font-size: 14px;
        -webkit-text-stroke-color: transparent;
    }
}

.pagination {
    position: relative;
    z-index: 1;
}

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    padding: 0;
    text-align: center;
    color: #787878;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: #5a0305;
    box-shadow: none;
}

.pagination .page-item:first-child {
    margin-right: 15px;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child {
    margin-left: 15px;
}

.pagination .page-item:last-child .page-link {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* :: 9.0 Brands Area CSS */
.brands-area {
    position: relative;
    z-index: 1;
    background-color: #f5f7f9;
    padding: 100px 5%;
}

@media only screen and (max-width: 767px) {
    .brands-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 100px 5% 70px;
    }
}

@media only screen and (max-width: 767px) {
    .brands-area .single-brands-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
    }
}

.brands-area .single-brands-logo img {
    max-width: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brands-area .single-brands-logo img {
        max-width: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .brands-area .single-brands-logo img {
        max-width: 80px;
        margin-bottom: 30px;
    }
}

/* :: 10.0 Single Product Details Area CSS */
.single_product_details_area {
    position: relative;
    z-index: 100;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single_product_details_area .single_product_thumb,
.single_product_details_area .single_product_desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {

    .single_product_details_area .single_product_thumb,
    .single_product_details_area .single_product_desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single_product_details_area .product_thumbnail_slides {
    position: relative;
    z-index: 1;
}

.single_product_details_area .product_thumbnail_slides .owl-prev,
.single_product_details_area .product_thumbnail_slides .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    z-index: 20;
    left: 30px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 5px;
    opacity: 0.4;
}

.single_product_details_area .product_thumbnail_slides .owl-prev:hover,
.single_product_details_area .product_thumbnail_slides .owl-next:hover {
    opacity: 1;
}

.single_product_details_area .product_thumbnail_slides .owl-next {
    left: auto;
    right: 30px;
}

.single_product_details_area .single_product_desc {
    position: relative;
    z-index: 1;
    padding: 50px 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_product_details_area .single_product_desc {
        padding: 30px 4%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_details_area .single_product_desc {
        padding: 30px 3%;
    }
}

.single_product_details_area .single_product_desc span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #787878;
    margin-bottom: 10px;
    display: block;
}

.single_product_details_area .single_product_desc a>h2 {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_product_details_area .single_product_desc a>h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_details_area .single_product_desc a>h2 {
        font-size: 20px;
    }
}

.single_product_details_area .single_product_desc .product-price {
    margin-bottom: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: #dc0345;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_details_area .single_product_desc .product-price {
        font-size: 20px;
    }
}

.single_product_details_area .single_product_desc .product-price span {
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: #787878;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 15px;
}

.single_product_details_area .single_product_desc .product-desc {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_details_area .single_product_desc .product-desc {
        font-size: 14px;
    }
}

.single_product_details_area .single_product_desc .nice-select {
    position: relative;
    z-index: 100;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    line-height: 60;
    margin: 0;
    text-transform: uppercase;
    width: 220px;
}

.single_product_details_area .single_product_desc .nice-select .current {
    line-height: 60px;
}

.single_product_details_area .single_product_desc .nice-select .list {
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
    width: 100%;
}

.single_product_details_area .single_product_desc .nice-select .list .option.selected {
    color: #5a0305;
}

.single_product_details_area .single_product_desc .cart-fav-box .favme {
    cursor: pointer;
    color: #ccc;
    font-size: 24px;
}

.single_product_details_area .single_product_desc .cart-fav-box .favme.active {
    color: #dc0345 !important;
}

/* :: 11.0 Footer Area CSS */
.footer_area {
    position: relative;
    z-index: 1;
    background-color: #111;
}

.footer_area .single_widget_area .footer_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_area .single_widget_area .footer_menu ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    padding: 0 10px;
    text-transform: capitalize;
}

.footer_area .single_widget_area .footer_menu ul li a:hover,
.footer_area .single_widget_area .footer_menu ul li a:focus {
    color: #ffffff;
}

.footer_area .single_widget_area .footer_widget_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_area .single_widget_area .footer_widget_menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

.footer_area .single_widget_area .footer_widget_menu li a {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer_area .single_widget_area .footer_widget_menu li a:hover,
.footer_area .single_widget_area .footer_widget_menu li a:focus {
    color: #ffffff;
}

.footer_area .single_widget_area .footer_heading h6 {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer_area .single_widget_area .subscribtion_form form {
    position: relative;
    z-index: 1;
    width: 270px;
}

@media only screen and (max-width: 991px) {
    .footer_area {
        margin-top: 20px;
        padding: 20px 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_area {
        margin-top: 5px;
        padding: 20px 0 60px;
    }

    .footer_area .single_widget_area .subscribtion_form form {
        margin-bottom: 50px;
    }
}

.footer_area .single_widget_area .subscribtion_form form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    height: 35px;
    background-color: transparent;
}

.footer_area .single_widget_area .subscribtion_form form input:focus {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

.footer_area .single_widget_area .subscribtion_form form button {
    width: 30px;
    height: 35px;
    border: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.footer_area .single_widget_area .footer_social_area a {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}


.footer-logo p {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.footer-logo img {
    width: 75px;
    margin-bottom: 20px;
}

.footer_ul a {
    font-size: 15px;
    color: #fff;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.single_widget_area h5 {
    color: #fff;
}

.footer_ul i {
    font-size: 20px;
    margin-right: 10px;
    width: 18px;
    margin-bottom: 10px;
}

.footer-mob {
    display: none;
    position: fixed;
    background: #fff;
    border-top: 1px solid #000;
    color: #6d0605;
    bottom: 0px;
    z-index: 9;
    width: 100%;
}

.bor {
    border-right: 1px solid #000;
    padding: 12px 0px;
}

.bor img {
    width: 30px;

}

.box-credwill {
    padding: 12px 0px;
}

.box-credwill img {
    width: 30px;
}


@media only screen and (min-width: 0px) and (max-width: 991px) {
    .footer-mob {
        display: block;
    }

}

.mob-hide {
    display: block;
}

/* :: 12.0 Breadcumb Area CSS */
.breadcumb_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 140px;
}

.breadcumb_area:after {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -5;
    content: '';
}

.breadcumb_area .page-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.breadcumb_area.breadcumb-style-two {
    width: 100%;
    height: 390px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb_area.breadcumb-style-two {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .mob-hide {
        display: none;
    }

    .breadcumb_area.breadcumb-style-two {
        height: 250px;
    }
}

.breadcumb_area.breadcumb-style-two .page-title h2 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #5a0305;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb_area.breadcumb-style-two .page-title h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb_area.breadcumb-style-two .page-title h2 {
        font-size: 30px;
    }
}



/* :: 17.0 Contact Area CSS */
.contact-area {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-area .google-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        width: 55%;
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.contact-area .google-map #googleMap {
    width: 100%;
    height: 685px;
}

@media only screen and (max-width: 767px) {
    .contact-area .google-map #googleMap {
        height: 400px;
    }
}

.contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding: 50px 5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        width: 45%;
        padding: 50px 3%;
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 5%;
    }
}

.contact-area .contact-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-area .contact-info p {
    font-size: 16px;
    font-weight: 300;
}

.contact-area .contact-info .contact-address p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-area .contact-info .contact-address p span {
    font-weight: 600;
    color: #000000;
    width: 100px;
    display: inline-block;
    text-transform: uppercase;
}

.contact-area .contact-info .contact-address p:last-child {
    margin-top: 100px;
}

.contact-area .contact-info .contact-address p:last-child a {
    font-size: 14px;
    font-weight: 300;
}

.contact-area .contact-info .contact-address p:last-child a:hover {
    color: #5a0305;
}

/* ##### The End ##### */

/*======products Details=====*/
#pro1 {
    background-color: #ffffffed;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
}

.picZoomer {
    position: relative;
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 9;
    overflow: hidden;
    height: 300px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
}

._boxzoom {
    position: relative;
    z-index: 1;
}

.boder-bottom {
    border-bottom: 1px solid #ffc2c2;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.piclist li {
    display: inline-block;
    max-width: 70px;
    min-height: 70px;
    padding: 1px;
    border: 1px solid #ffc2c2;
}

.piclist li img {
    width: 100%;
    height: auto;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

._boxzoom ._product-images .picZoomer {
    width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;

}

.piclist li img {
    object-fit: fill;
}

h6._p-name {
    margin-top: 20px;
    border-bottom: 1px solid #ffc2c2;
    padding-bottom: 10px;
    color: #787878;
    font-weight: 400;
    text-transform: capitalize;
}

h5._p-name {
    letter-spacing: 1px;
}

.p-list span.price {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    font-family: sans-serif;
}

span.rate {
    font-size: 18px;
    font-family: sans-serif;
    color: #8e8d8e;
}

span.discount {
    font-size: 18px;
    color: #8e8d8e;
    margin-left: 2px;
    margin-right: 5px;
    font-weight: 300;
    font-family: sans-serif;
}

._p-features.mt-2 p {
    text-transform: lowercase;
}


/*======products-qty=====*/

span.off {
    margin-left: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #00b852;
    font-weight: 500;
}

span.box-ad {
    border: 1px solid #ffc2c2;
    text-align: center;
    padding: 4px 16px;
    letter-spacing: 0.2px;
    font-size: 12px;
}

p._p-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

._p-qty>span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}

._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty input#number {
    text-align: center;
    margin: 0px;
    width: 50px;
    padding-left: 12px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}

._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}

._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 1px;
}

._p-qty .increase_ {
    position: relative;
    top: 1px;
    left: -5px;
}

a.btn-addcart {
    display: block;
    background-color: #5a0305;
    color: #fff !important;
    padding: 8px 20px;
    cursor: pointer;
    text-align: center;
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

a.btn-addcart:hover,
.credwill-btn:focus {
    color: #ffffff;
    background-color: #fd0000;
}




/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.info {
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
    -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
    -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, .2);
    overflow: hidden;
    border-radius: 4px;
    color: #590608;
    background: linear-gradient(90deg, rgb(255 126 174 / 38%) 0%, rgb(255 160 145 / 66%) 35%, rgb(255 216 96 / 67%) 100%);
}

.info h3 {
    font-size: 34px;
    font-weight: 700;
    color: #590608;
}

.info p {
    font-size: 14px;
    color: #590608;
    text-align: justify;
}

.info a {
    color: #590608;
    font-size: 14px;
}

.info a:hover {
    color: #590608;
    letter-spacing: 0.1px;
}

.info-item i {
    font-size: 24px;
    color: #590608;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
    width: 30px;
}

.info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #590608;
}

.info iframe {
    width: 100%;
    height: 335px;

}


.myList2 {
    display: none;
}

ul.myList2 {
    list-style-type: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    position: fixed;
    top: 35px;
    background: #fff;
    z-index: 999;
    width: 355px;
    height: 200px;
    overflow: auto;
    padding: 5px;
    color: #111;
}

li.list-group-item2 {
    /* margin-bottom: 5px; */
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

li.list-group-item2:hover {
    color: #e91e63;
    background: #fff;
}

li.list-group-item2 a:hover {
    color: #e91e63;
    background: #fff;
}

li.list-group-item2 a {
    color: #111;
    display: block;
}

.myList2::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}



@media (min-width: 0px) and (max-width: 991px) {

    ._boxzoom .zoom-thumb {
        display: contents;
    }

    .my_img {
        position: relative;
    }

    ._boxzoom ._product-images .picZoomer img.my_img {
        width: 100%;
        padding: 9px;
    }

    .picZoomer-pic-wp {
        height: 275px !important;
    }

    .picZoomer-zoom-wp {
        display: none !important;
    }

    .piclist li {
        max-width: 70px;
        min-height: 70px;
        margin-bottom: 5px;
    }

    ._boxzoom {
        text-align: center;
        padding: 0;
    }

    p._p-name {
        font-size: 14px;
        padding: 5px 0px;
        margin-bottom: 5px;
    }

    .p-list {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .p-list span.price {
        font-size: 18px;
        margin-left: 0px;
    }

    del {
        font-size: 14px;
        margin-left: 5px;
    }

    span.off {
        padding: 2px 8px;
        font-size: 12px;
        margin-left: 12px;
    }

    ._p-features h5 {
        font-size: 15px;
        width: 95% !important;
        margin-bottom: 5px !important;
    }

    ._p-qty label {
        font-size: 14px;
    }

    ._p-add-cart {
        margin-bottom: 10px;
    }

    .select-grm label {
        font-size: 14px;
    }

    ._p-qty input#number {
        padding-left: 0px;
    }

    .select-grm .form-select {
        padding: 5px 11px;
        width: 80%;
        font-size: 14px;
        margin-left: -1px;
        border-radius: 0px;
    }

    ._p-features.mt-4 h4 {
        font-size: 18px;
    }

    .header_area .classynav ul li .megamenu li a,
    .header_area .classynav ul li .dropdown li a {
        font-size: 14px;
        color: #ffffff;
    }

    .classynav ul li .dropdown li a {
        border-bottom: 1px solid #fff;
    }

    .box-p h3 {
        font-size: 16px;
    }

    .mob-box h2 {
        font-size: 16px;
    }


}







.hidden-lg {
    display: none;
}

.hidden-sm {
    display: block;
}

.desk-hide {
    display: none !important;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {

    /* .input-box {
        margin: -38px 75px 0px 0px;
    } */
    .input-box .search {
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        height: 35px;
        background-color: #590507;
        border-radius: 18px;
    }

    .search .search-icon {
        font-size: 18px;
        color: #ffffff;
    }

    .input-box .close-icon {
        right: 5px;
        font-size: 14px;
        color: #5a0504;
    }

    .input-box {
        position: absolute;
        top: -40px;
        right: 55px;
        width: 210px;
        max-width: 35px;
        height: 35px;
        margin: 0px;
        border-radius: 18px;
        background-color: #fff;
    }

    .input-box input {
        border-radius: 18px;
    }

    .input-box.open .search {
        border-radius: 18px;
    }

    .desk-hide {
        display: block !important;
    }

    .gld-details {
        padding: 3px 6px !important;
    }

    .header_area.sticky {
        position: sticky !important;
        height: 50px;
    }

    .single-product-wrapper .product-description h6 {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    span#cart_count {
        color: #0f0f0f;
        position: absolute;
        top: 1px;
        font-size: 14px;
        margin-left: 2px;
    }

    .hide-mob {
        display: none;
    }

    .classy-navbar .nav-brand img {
        margin-right: 40px;
        width: 33px;
        margin-top: 0px;
    }

    .hidden-lg {
        display: block;
    }

    .hidden-sm {
        display: none;
    }

    .section-padding-50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .single-product-wrapper .product-img img {
        height: 145px;
    }

    .banner .owl-prev {
        left: 10px;
        display: none !important;
    }

    .banner .owl-next {
        right: 10px;
        display: none !important;
    }

}


@media only screen and (min-width: 0px) and (max-width: 767px) {
    .classy-navbar .nav-brand img {
        margin-right: 40px;
        width: 115px;
        margin-top: 0px;
    }

    .header_area.sticky .classy-navbar .nav-brand img {
        margin-right: 40px;
        width: 33px;
        margin-top: 0px;
    }

    .single-product-wrapper .product-img img {
        height: 150px;
    }

    .credwill-btn {
        min-width: 90px;
        height: 35px;
        padding: 0 5px;
        font-size: 10px;
        line-height: 35px;
        letter-spacing: 0.5px;
        font-weight: 400;
    }

    .single-product-wrapper .product-description .hover-content {
        top: -55px;
    }

    .pm-0 {
        padding: 0px 1px;
    }

    .single-product-wrapper {
        margin: 0px 1px 6px;
        border: 1px solid #e0e0e073;
        box-shadow: 0rem 0.5rem 2rem rgb(255 255 255 / 0%);
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .section-padding-50 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pm-1 {
        padding: 0px 3px;
    }

    .banner .owl-prev {
        left: 10px;
        display: none !important;
    }

    .banner .owl-next {
        right: 10px;
        display: none !important;
    }
    .single-product-wrapper .product-description span{
        font-size:10px;
    }
    .single-product-wrapper .product-description .price{
        font-size:16px;
    }
    .single-product-wrapper .product-description .dscnt .price{
        font-size:24px !important;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .input-box {
        position: absolute;
        top: 18px;
        right: 45px;
        width: 290px;
    }

    ul.myList2 {
        top: 70px;
        left: 0px;
        width: 100%;
        height: 150px;
    }
}

/*===== USER DASHBOARD===== */
.box-p {
    position: relative;
    background: #f9f9f9b3;
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 7px;
    height: 100%;
}

ul.tab-list {
    list-style-type: none;
    line-height: 35px;
    font-size: 16px;
    text-transform: uppercase;
}

ul.tab-list li a {
    display: block;
    padding: 10px 20px;
    color: #590708;
    border-bottom: 1px dashed rgb(177, 177, 177);
    font-size: 16px;
}

ul.tab-list li a:hover,
ul.tab-list li.active a {
    background: linear-gradient(90deg, #E91E63 0%, #e91e6394 50%, #E91E63 100%);
    transition-delay: 0.1s;
    color: #fff;
    border-radius: 5px;
    /* transition:none;
    animation: none; */
}

.profile-title {
    text-align: center;
    margin-bottom: 20px;
}

.profile-title h6 {
    color: #590708;
    font-weight: 600;
}

.product-cart {
    background: #ffffffe0;
    padding: 20px;
    margin: 10px 0px;
    border-radius: 4px;
    color: #590708;
    text-align: center;
    font-weight: 600;
}

.Recent {
    padding: 20px 15px 0px 15px;
}

.scroll-r {
    height: 337px;
    overflow-y: scroll;
    padding: 0px 15px 15px 0px;
}

.scroll-r .product-cart {
    margin-top: 10px;
}

.scroll-r::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll-r::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll-r::-webkit-scrollbar-thumb {
    background-color: #590708;
}

table.table {
    background-color: #ffffffe0;
    ;
    border-radius: 4px;
}

a.pur-btn {
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 14px;
}

span.link-title {
    background-color: #525252;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.profile-cart {
    background: #ffffffe0;
    padding: 20px;
    margin: 10px 0px;
    border-radius: 4px;
}

img.user-img {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    border: 4px solid #b2a8a8;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    background-color: #590708;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}


@media (min-width: 0px) and (max-width: 767px) {
    .scroll-r {
        height: auto;
        padding: 0px;
    }

    .scroll-r::-webkit-scrollbar {
        width: 0px;
    }

    div#dropdownMenuButton {
        margin-top: 2px !important;
    }

    .dropdown-menu.mt-3.show {
        margin-top: 0px !important;
    }

    ul.myList2 {
        top: 45px;
        left: 0px;
        width: 100%;
        height: 150px;
    }





}


h5.offer {
    border-radius: 12px;
    display: none;
    background: #ff0000b5;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 8px;
    /* left: 0px; */
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    /* transform: rotate(45deg); */
    /* animation: blinker 2.5s step-end infinite; */
}

.offer h5.offer {
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .header_area .classy-navbar {
        padding: 5px 0 5px 0%;
    }

    .header_area .classynav ul li a {
        font-size: 13px;
    }

    .classynav ul li a {
        padding: 0 8px;
    }

    .header_area .search-area form input {
        width: 152px;
        padding: 0 8px 0 45px;
    }

    .header_area .favourite-area a,
    .header_area .user-login-info a,
    .header_area .cart-area a {
        width: 65px;
    }

    .header_area .search-area form input:focus {
        width: 245px;
    }

    .header_area .search-area form button {
        left: 19px;
    }

    .input-box {
        width: 200px;
        margin: 15px 30px 0px 0px;
    }

    .input-box .close-icon {
        right: -25px;
    }

    .input-box input {
        font-size: 14px;
    }

    ul.myList2 {
        top: 70px;
        left: none;
        width: 36%;
        height: 150px;
    }
}

@media (min-width: 320px) and (max-width: 375px) {

    .input-box {
        width: 200px;
    }
}

@media (min-width: 376px) and (max-width: 480px) {

    .input-box {
        width: 200px;
    }
}


@media (min-width: 0px) and (max-width: 320px) {
    a.btn-addcart {
        padding: 8px 18px;
        font-size: 16px;
    }

    ul.myList2 {
        top: 45px;
        left: 0px;
        width: 100%;
        height: 150px;
    }

    .input-box {
        width: 150px;
    }
}

/* Header start */
.extra-color {
    color: #ffffff;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dominant-bg {
    background: linear-gradient(90deg, #E91E63 0%, #e91e6394 50%, #E91E63 100%);
}

.blinking {
    -webkit-animation: blinking 2s cubic-bezier(.4, 0, .6, 1) infinite;
    animation: blinking 2s cubic-bezier(.4, 0, .6, 1) infinite;
}

.dominant-color {
    color: #9c1137;
}

.heading-weight {
    font-weight: 600;
}

.beb {
    border-bottom: 1px solid #8080801a;
}

.ptb-11 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.width-calc-16 {
    width: calc(100% - 16px);
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.d-flex {
    display: flex !important;
}

.w-100 {
    width: 100% !important;
}

.width-16 {
    width: 16px;
}

.icon-16 {
    font-size: 16px;
}

.form-search button {
    display: inline-block;
    padding: 0px;
    background: 0 0;
    border: none;
}

.form-search .search-input {
    display: inline-block;
    padding: 0px;
    background: 0 0;
    border: none;
    font-size: 14px;
}

.form-search .search-input:focus-visible {
    outline: none;
    border: none;
}


.custom-header-list {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    list-style: none;
    padding: 0;
}

.custom-header-list li {
    position: relative;
}

.custom-header-list a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.custom-header-list i {
    margin-right: 7px;
    color: #e91e63;
    font-size: 18px;
}

.custom-header-list .local-cl .dropdown-toggle {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 6px 16px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: border 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(197, 157, 95, 0.07);
}

.custom-header-list .local-cl .dropdown-toggle:hover {
    border: 1px solid #e91e63;
    box-shadow: 0 4px 16px rgba(197, 157, 95, 0.13);
    color: #e91e63;
}

.custom-header-list .dropdown-menu {
    min-width: 120px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(197, 157, 95, 0.13);
    margin-top: 8px;
    background: #fff;
    overflow: hidden;
}

.custom-header-list .dropdown-menu li a {
    color: #333;
    padding: 8px 18px;
    font-size: 14px;
    transition: background 0.2s, color 0.2s;
}

.custom-header-list .dropdown-menu li.active a,
.custom-header-list .dropdown-menu li a:hover {
    background: #c59d5f;
    color: #fff;
}

.header-icon-element {
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.header-icon-wrapper {
    display: flex;
    align-items: center;
    min-width: 120px;
}

.header-block-icon {
    font-size: 18px;
    margin-right: 7px;
}

.header-text-content {
    font-size: 18px;
}

.header-block-counter {
    font-size: 18px;
    margin-left: 7px;
    font-weight: 400;
    color: #e91e63;
}

@media (max-width: 991px) {
    .header-icon-block {
        display: none !important;
    }
}

/* Header End */

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-gray {
    background-color: #f9f9f9;
}

.jwellery-category-slides .item {
    padding: 10px 15px;
}

.category-item {
    position: relative;
    text-align: center
}

.category-item img {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid #e0e0e0;
    background: #fff;
    transition: border-color 0.3s;
}

.category-item:hover img {
    border-color: #e91e63;
}

.category-item h6 {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.category-item p {
    font-size: 0.95rem;
    color: #e91e63;
    margin-bottom: 0;
    font-weight: 500;
}

.category-item a {
    text-decoration: none;
    display: block;
}

.title-hr {
    border-bottom: 1px solid #e91e63;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
}

.title-hr:after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #e91e63;
}

.rate_catagory_area {
    position: relative;
}

.catagory-wrapper {
    align-items: center;
    background: #fff;
    border: 1px solid #edeef2;
    border-radius: 5px;
    display: flex;
    min-height: calc(100% - 30px);
    padding: 15px 20px;
    transition: all .3s ease-out 0s;
    margin-right: 10px;
}

.catagory-wrapper .catagory-thumb {
    margin-right: 22px;
    background: #e91e63;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
}

.catagory-wrapper .catagory-content .h3,
.catagory-wrapper .catagory-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.catagory-wrapper .catagory-content span {
    color: #575757;
    font-size: 16px;
    font-weight: 600;
}

.view-all-text a {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.view-all-text a:hover {
    color: #e91e63;
    text-decoration: underline;
}

.gld-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #E91E63 0%, #e91e6394 50%, #E91E63 100%);
    border-radius: 20px;
    padding: 6px 14px;
    margin-bottom: 8px;
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 78, 80, 0.08);
    letter-spacing: 0.5px;
}

.gld-details span {
    color: #fff !important;
}

.gld-details .weight {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 2px 8px;
}

.gld-details .jewellery-type {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 2px 8px;
}

.gld-details .carat {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2px 8px;
    font-style: italic;
}


/* Footer */
/*--------- Abstracts variable ---------- */
.tf-footer.style-color-white .footer-heading {
    color: var(--white);
}

.tf-footer.style-color-white .footer-heading-mobile::before,
.tf-footer.style-color-white .footer-heading-mobile::after {
    background-color: var(--white);
}

.tf-footer.style-color-white .footer-menu-list a {
    color: var(--text-5);
}

.tf-footer.style-color-white .footer-contact .br-line {
    background-color: #FFFFFF;
    opacity: 0.1;
}

.tf-footer.style-color-white .footer-contact .icon,
.tf-footer.style-color-white .footer-contact a {
    color: var(--text-5);
}

.tf-footer.style-color-white .inner-bottom {
    border-color: var(--line-3);
}

.tf-footer.style-color-white .list-hor .br-line {
    background-color: var(--text);
}

.tf-footer.style-3 {
    background-color: var(--bg-4);
    position: relative;
    margin-top: 18px;
}

.tf-footer.style-3 .inner-bottom {
    border-color: var(--line-3);
}

.tf-footer.style-3 .ft-item-img {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
}

.tf-footer.style-3 .ft-item-img img {
    min-height: 50px;
}

.tf-footer.style-3 .footer-heading {
    color: var(--white);
}

.tf-footer.style-3 .footer-heading-mobile::before,
.tf-footer.style-3 .footer-heading-mobile::after {
    background-color: var(--white);
}

.tf-footer.style-3 .footer-menu-list a {
    color: var(--white);
}

.tf-footer.style-3 .footer-contact .br-line {
    background-color: #FFFFFF;
    opacity: 0.1;
}

.tf-footer.style-3 .footer-contact .icon,
.tf-footer.style-3 .footer-contact a {
    color: var(--white);
}

.ft_logo {
    display: grid;
    gap: 8px;
}

.footer-infor {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 1200px) {
    .footer-infor {
        gap: 24px;
    }
}

@media (min-width: 1440px) {
    .footer-infor {
        max-width: 324px;
        width: 100%;
    }
}

.footer-heading {
    font-weight: normal;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    color: var(--black);
}

@media (min-width: 1200px) {
    .footer-heading {
        margin-bottom: 24px;
    }
}

.footer-menu-list {
    display: grid;
    gap: 12px;
}

.footer-menu-list a {
    color: var(--text);
}

.footer-contact {
    display: grid;
    gap: 16px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact .br-line {
    width: 1px;
    height: 16px;
    background-color: var(--line);
}

.footer-body {
    padding-top: 90px;
    padding-bottom: 56px;
    position: relative;
    z-index: 4;
}

.footer-body .footer-contact {
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .footer-body {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .footer-body {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.footer-newsletter .caption {
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .footer-heading-mobile {
        display: block;
        position: relative;
        padding-right: 20px;
        line-height: 24px;
    }

    .footer-heading-mobile::after {
        position: absolute;
        content: "";
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 2px;
        background-color: var(--black);
        transition: 0.25s ease-in-out;
    }

    .footer-heading-mobile::before {
        position: absolute;
        content: "";
        right: 5px;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 2px;
        height: 14px;
        background-color: var(--black);
        transition: 0.25s ease-in-out;
    }

    .footer-heading-mobile.text-white::after,
    .footer-heading-mobile.text-white::before {
        background-color: var(--white);
    }

    .footer-col-block:not(:last-child) .tf-collapse-content {
        margin-bottom: 30px;
    }

    .footer-col-block:last-child .tf-collapse-content {
        margin-top: 20px;
    }

    .footer-col-block:last-child .footer-heading {
        margin-bottom: 0px;
    }

    .footer-col-block.open .footer-heading-mobile::before {
        opacity: 0;
    }

    .footer-col-block.open .footer-heading-mobile::after {
        transform: translate(0%, -50%) rotate(180deg);
    }

    .footer-col-block .tf-collapse-content {
        display: none;
    }
}

.footer-bottom {
    position: relative;
    z-index: 5;
}

.footer-bottom .inner-bottom {
    padding: 32px 0px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

@media (max-width: 767px) {
    .footer-bottom .inner-bottom {
        justify-content: center;
    }

    .footer-bottom .inner-bottom>* {
        width: 100%;
        justify-content: center;
    }
}

.footer-bottom .tf-currencies .dropdown>.dropdown-menu {
    transform: translate3d(0px, -26px, 0px) !important;
    inset: auto auto 0px 0px !important;
}

.footer-bottom .tf-currencies .dropdown>.dropdown-menu::after {
    top: unset;
    transform: translate(-50%, 50%) rotate(45deg);
    bottom: 0;
}

@media (min-width: 992px) {

    .footer-bottom .inner-bottom>*:first-child,
    .footer-bottom .inner-bottom>*:last-child {
        flex: 1;
    }

    .footer-bottom .inner-bottom>*:last-child {
        justify-content: end;
    }
}

@media (min-width: 1200px) {

    .footer-wrap-1,
    .footer-wrap-2 {
        width: max-content;
    }
}

.footer-2 {
    background-color: var(--bg-8);
}

.footer-2 .footer-top {
    padding-bottom: 32px;
}

.footer-2 .footer-body {
    padding-top: 48px;
    padding-bottom: 48px;
}

.footer-2 .footer-bottom {
    padding-top: 32px;
}

@media (max-width: 1199px) {
    .footer-2 .footer-body {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.footer-body_inner {
    display: flex;
    gap: 40px;
}

.footer-body_inner>*:not(.br-lin) {
    flex: 1;
}

.footer-body_inner .br-lin {
    border-right: 1px solid var(--line);
}

.footer-title {
    padding-bottom: 30px;
}


/*===========================================
<--  footer Area css-->
==============================================*/
.footer-area {
    background-color: #1e1e1e;
    padding: 50px 10px 10px;
}

.row.subscribe {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.07058823529411765);
    padding: 35px 35px 35px 35px;
    margin-bottom: 40px;
}

.footer-subcribe-title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.footer-subcribe-title h3 span {
    display: inline-block;
    color: #e91e63;
}

.subscribe-box input {
    font-size: 15px;
    color: var(--title-color);
    background: transparent;
    border: 0;
}

.subscribe-box input::placeholder {
    opacity: 0.502;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

.subscribe-box {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 0 0 36px;
}

.subscribe-box input {
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
}

.subscribe-box button {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color: #e91e63;
    border: 0;
    color: #fff;
    float: right;
    position: relative;
    margin-top: -10px;
}

.subscribe-box span {
    display: inline-block;
    margin-right: 4px;
    color: #e91e63;
}

.subscribe-box button span {
    display: inline-block;
    color: #fff;
}

.footer-widget-title h4 {
    font-size: 22px;
    color: #E91E63;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-desc p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    width: 90%;
}

.footer-widget-menu ul li {
    margin-bottom: 10px;
}

.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    transition: 0.5s;
}

.footer-widget-menu ul li a i {
    display: inline-block;
    margin-right: 5px;
    transform: rotate(-15deg);
}

.footer-widget-menu ul li a:hover {
    color: #e91e63;
}

.footer-widget-menu ul li img {
    margin-right: 12px;
}

.footer-widget-blog.first {
    margin-top: 30px;
}

.footer-widget-blog {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-widget-blog-content a {
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    transition: 0.5s;
}

.footer-widget-blog-content a:hover {
    color: #e91e63;
}

.footer-widget-blog-content p {
    font-size: 15px;
    line-height: 24px;
    color: #e91e63;
    font-weight: 400;
}

.footer-contact-phone p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 15px;
}

.footer-contact-phone p i {
    color: #e91e63;
}

.footer-contact-phone p img {
    margin-right: 4px;
}

.footer-contact-address span i {
    display: inline-block;
    margin-right: 7px;
    color: #e91e63;
}

.footer-contact-address span {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}

.row.add-footer-class {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.footer-bottom-desc p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
}

.footer-bottom-desc p a {
    display: inline-block;
    color: #e91e63
}

.footer-bottom-social-icon ul li {
    display: inline-block;
    margin: 0 3px;
}

.footer-bottom-social-icon {
    text-align: left;
}

.footer-bottom-social-icon ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    text-align: center;
    color: #fff;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.footer-bottom-social-icon ul li a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e91e63;
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.footer-bottom-social-icon ul li a:hover::before {
    width: 100%;
}

.footer-bottom-social-icon ul li a:hover {
    color: #fff;
}

.footer-area.five {
    padding: 50px 0 10px;
}

.footer-area.six {
    padding-top: 202px;
}

.product-detail-box {
    border-radius: 18px;
    padding: 32px 28px 28px 28px;
    margin-bottom: 24px;
    position: relative;
}


.product-detail-box .p-list span {
    display: block;
    font-size: 14px;
    color: #6d4c1b;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-detail-box .discount {
    color: #bfa14a;
    font-size: 17px;
    margin-right: 8px;
}

.product-detail-box .price {
    color: #d4af37;
    font-size: 22px;
    font-weight: bold;
    margin-right: 8px;
}

.product-detail-box .off {
    background: #ea286a;
    color: #fff !important;
    border-radius: 6px;
    padding: 2px 10px;
    font-size: 13px;
    margin-left: 6px;
    font-weight: 600;
    letter-spacing: 1px;
}

.product-detail-box .box-ad {
    border-radius: 4px;
}

.product-detail-box ._p-add-cart {
    margin: 18px 0 10px 0;
}

.product-detail-box ._p-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-detail-box .value-button {
    background: #fafafa;
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    user-select: none;
    border: 1px solid #eee;
}

.product-detail-box .value-button:hover {
    background: #fafafa;
    color: #000;
}

.product-detail-box input[type="number"] {
    width: 54px;
    border: 1px solid #d4af37;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    margin: 0 4px;
    background: #fffbe9;
    color: #6d4c1b;
}

.product-detail-box .btn-addcart {
    background: linear-gradient(90deg, #e73773 0%, #d90f54 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.10);
    transition: background 0.2s, box-shadow 0.2s;
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
}

.product-detail-box .btn-addcart:hover {
    background: #d90f54;
    color: #fff;
}

@media (max-width: 991px) {
    .product-detail-box {
        padding: 18px 10px 18px 10px;
    }

    .product-detail-box .btn-addcart {
        padding: 8px 16px;
        font-size: 15px;
    }
}


.product-detail-box {
    border-radius: 10px;
    padding: 24px 18px 18px 18px;
    margin-bottom: 20px;
}

._p-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.box-ad {
    display: inline-block;
    background: #f0f0f0;
    color: #444;
    border-radius: 5px;
    padding: 3px 10px;
    margin-right: 6px;
    font-size: 1rem;
    margin-bottom: 6px;
    font-weight: 500;
}

.prc {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #e53935;
    margin-bottom: 8px;
    gap: 8px;
}

.discount del {
    color: #aaa;
    font-size: 18px;
    margin-right: 8px;
    font-weight: 600;
}

.product-detail-box .p-list .price {
    display: block;
    font-size: 18px;
    color: #6d4c1b;
    margin-bottom: 5px;
    font-weight: 600;
}

.off {
    background: #ffe0e3;
    color: #e53935;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 0.98rem;
    margin-left: 8px;
    font-weight: 600;
}

.dscnt-amtt,
.mkng-charge {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #555;
    margin-bottom: 6px;
    gap: 6px;
}

._p-add-cart {
    margin: 14px 0 8px 0;
}

._p-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}

._p-qty label {
    font-weight: 600;
    color: #333;
    margin-right: 8px;
    font-size: 1rem;
}

.value-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #f0f0f0;
    color: #444;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    border: 1px solid #eee;
}

#number {
    width: 38px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    /* margin: 0 5px; */
    font-size: 1rem;
    background: #fafafa;
    font-weight: 600;
    color: #444;
}

.btn-addcart {
    background: #6c3fc5;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 8px 18px;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 8px;
    text-decoration: none;
    display: inline-block;
}

.btn-addcart:hover {
    background: #4b278a;
    color: #fff;
}

@media (max-width: 991px) {
    .product-detail-box {
        padding: 10px 5px 10px 5px;
    }

    ._p-name {
        font-size: 1.1rem;
    }

    .btn-addcart {
        padding: 7px 12px;
        font-size: 0.95rem;
    }

    .p-price-box {
        padding: 8px 6px;
    }
}


/* Login Register Page Start */
.login-page {
    padding: 50px 0;
    background: #f9bbd026;

}

.card {
    border: none;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(60, 72, 88, 0.15);
    background: #fff;
    padding: 25px;
    transition: box-shadow 0.3s;
}

.login-img {
    width: 90px;
    margin-bottom: 10px;
}

.text-card {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.form-label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
    font-size: 1rem;
    display: block;
    text-align: left;
}

.form-control {
    border-radius: 6px;
    border: 1.5px solid #ffa5c48c;
    padding: 10px 12px;
    font-size: 1rem;
    background: #fef5f885;
    color: #22223b;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    width: 100%;
}

.form-control:focus {
    border-color: #ea2669;
    background: #fff;
    box-shadow: 0 0 0 2px #ffa5c48c;
}

.form-control.is-invalid {
    border-color: #e53e3e;
    background: #fff0f0;
}

.invalid-feedback,
#email_error {
    font-size: 0.95rem;
    color: #e53e3e;
    margin-top: 4px;
    text-align: left;
    display: block;
}

.account {
    margin-bottom: 0;
    color: #64748b;
    font-size: 1rem;
}

.signup {
    color: #e91e63;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.signup:hover {
    color: #374151;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .card {
        padding: 25px 10px 20px 10px;
    }

    .login-page {
        padding: 30px 0;
    }

    .form-control {
        font-size: 1rem;
        padding: 12px 10px;
        width: 100%;
    }
}

/* Login Register Page End */

/* Breadcrumb Start */
.breadcrumb-section {
    background: #f0f0f0;
    position: relative;
}

/*
.breadcrumb-content {
    text-align: center;
} */

.breadcrumb-content h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.breadcrumb {
    display: inline-block;
    background: transparent;
    padding: 15px 0;
    margin: 0;
}

.breadcrumb a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb .active {
    color: #e91e63;
    font-weight: 600;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #e91e63;
}

/* End Breadcrumb */

/* Start Contact */
.contact .info {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(60, 72, 88, 0.07);
    padding: 20px;
    margin-bottom: 0;
    transition: box-shadow 0.3s;
}

.contact .info:hover {
    box-shadow: 0 8px 32px rgba(60, 72, 88, 0.13);
}

.contact h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ea2668;
    margin-bottom: 18px;
}

.contact .info-item {
    align-items: flex-start;
    margin-bottom: 14px;
}

.contact .info-item i {
    font-size: 1.5rem;
    color: #ea2668;
    margin-right: 14px;
    margin-top: 3px;
}

.contact .info-item h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #263238;
}

.contact .info-item p,
.contact .info-item a {
    color: #546e7a;
    font-size: 0.97rem;
    text-decoration: none;
}

.contact form.info {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(60, 72, 88, 0.05);
    padding: 32px 24px;
}

.contact .form-control {
    border-radius: 8px;
    border: 1px solid #cfd8dc;
    font-size: 1rem;
    padding: 12px 14px;
    margin-bottom: 8px;
    background: #fff;
    transition: border-color 0.2s;
}

.contact .form-control:focus {
    border-color: #1976d2;
    box-shadow: 0 0 0 2px #e3f2fd;
}

.contact .btn-submit {
    background: linear-gradient(90deg, #1976d2 0%, #42a5f5 100%);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 1.1rem;
    transition: background 0.2s;
}

.contact .btn-submit:hover {
    background: linear-gradient(90deg, #1565c0 0%, #1e88e5 100%);
}

.contact .text-center h1 {
    color: #1976d2;
    font-weight: 800;
    letter-spacing: 1px;
}

#box1 {
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 10px;
    font-weight: 600;
    font-size: 1rem;
}

@media (max-width: 991px) {

    .contact .info,
    .contact form.info {
        padding: 24px 12px;
    }
}

/* End Contact */
/* .section-title-wrapper {
    text-align: center;
} */

.section-title {
    display: inline-flex;
    position: relative;
}

.section-title span {
    color: #E91E63;
    margin-left: 5px;
}

.section-title::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #f15389 0%, #ef518766 50%, #e7326fb5 100%);
    top: 45px;
    left: 0;
    width: 100%;
    height: 3px;
}

.catagory_area {
    position: relative;
}

/* .rate_catagory_area {
    background-image: url('../img/banner-bg-2.png');
    background-position: center;
    background-size: cover;
} */

.features-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 25px 15px;
    background: #fff;
    max-width: 1200px;
    margin: 40px auto;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 200px;
    flex: 1;
}

.feature-item i {
    font-size: 32px;
    color: #555;
}

.feature-text h4 {
    font-size: 18px;
    margin: 0;
    color: #0a2c3d;
    font-weight: 600;
}

.feature-text p {
    margin: 3px 0 0;
    font-size: 14px;
    color: #666;
}

/*===> Begin block-header <===*/
.icons-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.square-icon {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 152px;
    min-height: 137px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 22px rgba(42, 158, 121, 0.14);
    box-shadow: 0px 10px 22px rgba(42, 158, 121, 0.14);
    -webkit-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

.block-header-side {
    padding-left: 85px;
}

.block-header-side img {
    border-radius: 100px 100px 0px 0px;
    max-height: 400px;
}

.block-header p {
    position: relative;
    font-weight: normal;
    font-size: 18px;
    color: #3B4757;
}

.block-header h2 {
    font-weight: 500;
    font-size: 26px;
}

.block-header h2 span {
    color: #f15389;
}

@media (max-width: 991px) {
    .block-header p {
        padding-left: 50px;
        font-size: 18px;
    }

    .block-header p::after {
        width: 30px;
        height: 2px;
    }
}

@media (max-width: 480px) {
    .block-header p {
        padding-left: 40px;
        font-size: 16px;
    }

    .block-header p::after {
        width: 25px;
    }

    .btn_common {
        width: 100% !important;
    }
}

.btn_common:hover {
    color: #fff !important;
}

.btn_common {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-radius: 10px;
    text-align: center;
    background-color: #E91E63;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 30px;
    overflow: hidden;
    transition: 0.3s;
}


.btn_common:after,
.btn_common:before {
    content: "";
    width: 50%;
    height: 0;
    background: #590708;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}

.btn_common:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
}

.btn_common:focus:after,
.btn_common:focus:before,
.btn_common:hover:after,
.btn_common:hover:before,
.btn_common:active:after,
.btn_common:active:before {
    height: 100%;
}

.login-box {
    display: flex;
    width: 90%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.login-left {
    flex: 1;
    padding: 50px;
}

.login-right {
    flex: 1;
    background: linear-gradient(90deg, #E91E63 0%, #e91e6394 50%, #E91E63 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.custom-accordion {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.custom-accordion .accordion-header {
    cursor: pointer;
    transition: background 0.3s;
}

.custom-accordion .accordion-header:hover {
    background: #e91e63;
}

.custom-accordion .accordion-content {
    display: none;
    /* collapsed by default */
    padding: 0.5rem 0.75rem;
    background: #f9f9f9;
}

.custom-accordion .accordion-content.show {
    display: block;
}

.sticky-image {
    position: sticky !important;
    top: 80px;
    /* z-index: 1000; */
}

.search-bar {
    border: 1px solid #580608;
    padding: 5px 20px;
    border-radius: 30px;
}

.address span i {
    margin-right: 7px;
    color: #e91e63;
    font-size: 18px;
}
