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

/*** Spinner Start ***/
/*** Spinner ***/
* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    overflow-x: hidden !important;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;


}

/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 35px;
    height: 35px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border-color: var(--bs-white);
    border-radius: 0px;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn-secondary {
    color: #fff;
    background-color: #420d23 !important;
    border-color: #420d23 !important;
}

.btn.btn-secondary:hover {
    background: #ffa81f;
    border: 1px solid #ffa81f;
}

/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 20px 0;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    transition: 0.3s;
    background-color: #ffffff00;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #980051;
}

.navbar-light .navbar-brand img {
    max-height: 81px;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 70px;
}

/* .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
} */

/*----headermenu--03.04.2025--*/

.mynav {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.navbar-light {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-left: 0;
    border-style: dotted;
    z-index: 999;
}

.formboxleftboxicon {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.loginboxmainloginformcontainer {
    padding: 20px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: #fff;
}

.loginboxmainloginform {
    width: 75%;
}

.loginboxmainloginformcontainer h4 {
    font-size: 2.5rem !important;
    font-family: "Playfair Display", Serif;
    font-weight: 500 !important;
    line-height: 1.2;
    color: #971251 !important;
    margin-bottom: 3rem;
}

.wishlistbox {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.wishlistboxmainiconbox {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -2px;
    right: 0%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6d6d6d;
}

.wishlistboxmainiconbox p {
    color: white;
    font-size: 9px !important;
    margin-top: 16px;
}

.cart-product-title {
    font-size: 16px !important;
    font-family: "Lato", sans-serif !important;
}

.wishlistdropdownmain1width1 h5 a {
    color: #707070;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.wishlistdropdownmain1 {
    display: flex;
    margin: 0px;
    padding: 5px 0px;
    gap: 20px;
    border-bottom: solid 1px #e0e0e0;
}

.wishlistdropdownmain1width1 {
    width: 60%;
    margin: 0px;
    padding: 0px;
}

.cart-product-title {
    font-size: 16px !important;
}

.bg-custom {
    background-color: #971251 !important;
}

.wishlistdropdownmain1width1 h5 a {
    color: #707070;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.wishlistdropdownmain1width1 h5 a:hover {
    color: #971251;
}

.wishlistdropdownmain1width1 p {
    color: #707070;
    font-size: 14px;
}

.wishlistdropdownmain1width2 {
    width: 20%;
    margin: 0px;
    padding: 0px;
}

.wishlistdropdownmain1width1 h5 a:hover {
    color: #971251;
}

.wishlistdropdownmain1width1 p {
    color: #707070;
    font-size: 14px;
}

.wishlistdropdownmain1width2 {
    width: 40%;

    margin: 0px;
    padding: 0px;
}

.wishlistdropdownmain1width2 a img {
    height: 100%;
    width: auto !important;
    max-width: 100%;
    object-fit: cover;
}

.text-muted-custom {
    color: #949494 !important;
}

.mt-10 {
    margin: 10px 0px;
}

.wishlistdropdownmain1width3 {
    width: 50%;
    margin: 0px;
    padding: 0px;
}

.wishlistdropdownmain1width3 h5 {
    color: #707070 !important;
    font-size: 16px;
    font-family: "Lato", sans-serif !important;
}

.wishlistdropdownmain1widthbox {
    margin: 10px 0px;
    padding: 0px;
    display: flex;
}

.wishlistdropdownmain1width3 button {
    background-color: #971251 !important;
    color: white !important;
}

.wishlistdropdownmain1width3 button:hover {
    background-color: transparent !important;
    border: solid 1px #971251 !important;
    color: #414141 !important;
}

.wishlistdropdownmain1width3change {
    width: 50%;
    margin: 0px;
    padding: 0px;
}

.wishlistdropdownmain1width3change button {
    border: solid 1px #971251 !important;
    background-color: transparent !important;
    color: black !important;
}

.wishlistdropdownmain1width3change button:hover {
    background-color: #971251 !important;
    color: white !important;
}

.wishlistdropdownmain2 {
    margin: 0px;
    padding: 12px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e1e1e1;
}

.input-custom {
    font-size: 0.8rem;
    color: #333;
    border: none;
    border-bottom: 1px solid #971251;
    padding: 10px;
    display: block;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.input-custom:hover {
    outline: none !important;
    /* border-bottom: 1px solid #6d0b39; */
    box-shadow: none !important;
}

.input-custom:focus,
.input-custom:active {
    outline: none !important;
    border-bottom: 1px solid #6d0b39;
    box-shadow: none !important;
}

.input-custom-dropdown {
    text-align: left;
    color: #971251;
}

.input-custom-dropdown:active,
.input-custom-dropdown:focus,
.input-custom-dropdown:hover {
    text-align: left;
    color: #971251;
}

.actcrl {
    background-color: transparent;
    padding: 3px;
    margin: 0px;
    border: solid 2px #971251;
    border-radius: 15px;
}

.address-div {
    border: 1px solid #e1e1e1;
    padding: 10px;
    box-shadow: 1px 2px 4px #e1e1e1;
    font-size: 12px;
    color: #333;
    margin: 5px 0px;
    cursor: pointer;
}

.address-div h5 {
    font-size: 14px;
    font-weight: 600;
}

.btn-custom {
    background-color: #971251;
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}

.btn-custom:hover {
    background-color: #6d0b39;
}

.btn-custom:disabled {
    cursor: not-allowed;
    background-color: #6d0b39;
}

.btn-custom-outline {
    background-color: #fff;
    color: #971251;
    padding: 0.7rem 1rem;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 1px solid #971251;
    transition: all 0.5s ease-in-out;
}

.btn-custom-outline:hover {
    background-color: #971251;
    color: #fff;
}

.btn-custom-outline:disabled {
    cursor: not-allowed;
    background-color: #6d0b39;
}

.out-of-stock {
    padding: 5px 10px;
    border: 1px dotted #000;
    color: #e1e1e1;
    font-size: 14px;
    font-weight: 600;
    rotate: -14deg;
    display: block;
    width: 50%;
    text-align: center;
    margin-left: 90px;
    opacity: 50%;
}

.text-sm {
    font-size: 14px !important;
}

.btn-close:active,
.btn-close:focus,
.btn.btn-primary:focus,
.btn.btn-secondary:focus {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #971251 !important;
    border-color: #971251 !important;
}

.wishlistdropdown:hover .wishlistdropdownmain {
    visibility: visible;
    top: 140%;
}

.sidebar-item {
    color: #333;
}

.sidebar-active {
    border-bottom: 2px solid #971251 !important;
    color: #971251 !important;
    font-weight: 600 !important;
}

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

.br-0 {
    border-radius: 0px !important;
}

.font-lato {
    font-family: "Lato", sans-serif !important;
}

.font-pt {
    font-family: "PT Serif Caption", serif !important;
}

.modal.show .modal-dialog {
    backdrop-filter: blur(8px);
}

.extendedpagerightheadertext h2 {
    color: #393939 !important;
    font-weight: 200 !important;
    font-size: 3rem !important;
}

.extendedpagerightheaderprice p {
    font-size: 24px !important;
    color: #971251 !important;
    font-weight: 500;
}

.productdetailstext h2 {
    color: #393939 !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    font-family: "Lato", sans-serif !important;
}

.productdetailstext p {
    color: #393939 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    font-family: "Lato", sans-serif !important;
}

.product-title {
    font-family: "Lato", sans-serif !important;
}

.productextendaddtocart {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    align-items: center;
    /* justify-content: end; */
}

.productextendaddtocart1 button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #fff;
    color: #971251;
    border: 1px solid #971251;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease-in-out;
}

.productextendaddtocart1 button:hover {
    background-color: #971251;
    color: #fff;
    border: 1px solid #971251;
}

.product-details h2 {
    font-family: "Playfair Display", Serif;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #393939 !important;
}

.product-details ul li,
.product-details p {
    color: #333 !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    margin-bottom: 0.5rem !important;
    font-family: "PT Serif Caption", sans-serif !important;
}

.producttextdetails1 {
    color: #333 !important;
    font-size: 14px !important;
    margin-bottom: 0.5rem !important;
    display: inline-block;
}

.product-attributes ul {
    padding-left: 0px !important;
    /* margin-bottom: 0px !important; */
}

.top-right-text {
    line-height: 2rem;
}

.aboutbanner {
    background-image: url("../img/story-banner.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    padding: 2rem;
    padding-left: 4rem;
}

.nribgleft {
    width: 100%;
}

.nribgleft img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}

.story-heading {
    color: #1c1d21 !important;
    font-weight: 300;
}

.story-heading span {
    color: #971251 !important;
    font-weight: 300;
}

.aboutbanner h1 {
    color: #fff;
    /* font-size: 3rem !important; */
    /* font-weight: 500 !important; */
    font-family: "Playfair Display", Serif;
}

.aboutbanner p {
    color: #c5c5c5 !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    font-family: "Lato", sans-serif !important;
}

.headertopright {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    gap: 30px;
    padding-top: 8px;
}

.headertoprightuser {
    margin: 0px;
    padding: 0px;
    display: flex;
    position: relative;
}

.headertoprightuserdropdown {
    position: absolute;
    top: 220%;
    right: 10px;
    width: 250px;
    margin: 0px;
    padding: 0px 20px;
    background-color: white;
    z-index: 2;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
    box-shadow: -0px -0px 6px 4px rgba(141, 141, 141, 0.466);
}

.headertoprightuser:hover .headertoprightuserdropdown {
    visibility: visible;
    top: 140%;
}

.loginboxmaintext {
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #a8a8a8;
}

.loginboxmaintext h5 {
    color: #343a40;
    font-size: 14px;
    font-weight: 600;
}

.loginboxmaintext p {
    color: #414141;
    font-size: 13px;
    margin: 0;
    padding: 0;
    margin-top: -10px;
}

.loginboxmainbutton {
    margin: 0px;
    padding: 10px 0px;
    margin-top: 10px;
    border-bottom: dotted 1px #a8a8a8;
    padding-bottom: 20px;
}

.loginboxmainbutton button {
    color: #707070;
    text-decoration: none;
    border: solid 1px #707070;
    border-radius: 0px !important;
}

.loginboxmainbutton button:hover {
    background-color: white;
    color: #971251 !important;
    border: solid 1px #707070;
}

.loginboxmainorders {
    margin: 14px 0px;
    padding: 0px;
}

.loginboxmainorders ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.loginboxmainorders ul li {
    margin: 0px !important;
    padding: 10px 0px !important;
    list-style: none;
}

.loginboxmainorders ul li a {
    color: #333;
    margin: 0px !important;
    padding: 0px !important;
    text-decoration: none;
}

.product-attributes ul li {
    color: #454545 !important;
    font-size: 14px !important;
    /* margin-bottom: 0.5rem !important; */
    /* display: inline-block; */
    border-left: 5px solid #971251;
    padding: 0px 10px;
    list-style: none;
    margin-bottom: 1rem;
}

.product-attributes ul li:first-child {
    /* padding-left: 0px !important; */
}

.product-attributes ul li:last-child {
    border-right: none !important;
}

.bg-secondarymain ul li {
    border-bottom: solid 1px #c5c5c5;
    margin: 0px;
    padding: 6px 0px;
    list-style: none;
}

.bg-secondarymain ul li:last-child {
    border-bottom: none;
}

.loginboxmainloginform .form-control {
    padding: 10px inherit;
    margin-bottom: 20px;
    border-radius: 0px;
    border: 1px solid #971251;
    background-color: #fff;
}

.loginboxmainloginform .form-control:active,
.loginboxmainloginform .form-control:focus {
    border: 1px solid #480826;
    background-color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

.loginboxmainloginform button {
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #971251;
    color: #fff;
    border: 1px solid #971251;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Playfair Display", Serif;
    transition: all 0.5s ease-in-out;
}

.loginboxmainloginform button:hover {
    background-color: #fff;
    color: #971251;
    border: 1px solid #971251;
}

/* cart  */

.cartleft {
    margin: 0px;
    padding: 0px;
}

.btn-removemain {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    margin-top: 48px !important;
}

.btn-remove {
    width: 0;
    height: 0;
    background-color: transparent;
    margin: 0px;
    padding: 0px 20px;
    display: flex;
    gap: 22px;
    margin-top: -8px;
    cursor: pointer;
    border: none;
}

.table {
    margin-bottom: 3rem;
}

.table th {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #999999;
}

.table td {
    padding-top: 3rem;
    padding-bottom: 3rem;
    vertical-align: middle;
}

.product-col {
    margin: 0px;
    padding: 0px;
}

.product-col .product {
    display: flex;
    align-items: center;
    margin: 0;
    padding-right: 2rem;
    box-shadow: none;
}

.product-col .product-media {
    display: inline-block;
    margin: 0;
    margin-right: 0px;
    margin-right: 2.8rem;
    flex-shrink: 0;
    max-width: 60px;
}

.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
}

.product-col .product-title {
    display: inline-block;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
}

.product-col .product-title a {
    color: #333333;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.product-col .product-title a:hover {
    color: #971251;
}

.table .total-col {
    color: #971251;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 15px !important;
}

.cart-product-quantity {
    margin: 0px;
    padding: 0px;
}

.cart-product-quantity input {
    /* margin-top: 27px; */
    font-size: 16px;
    padding: 10px;
    width: 50px;
    text-align: center;
}

.btn-remove i {
    color: #777;
    cursor: pointer;
}

.cartright {
    margin: 0px 40px;
    padding: 0px 20px;
    border: solid 1px #dfdfdf;
}

.summary.summary-cart {
    margin-bottom: 2rem;
}

.summary-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 15px;
    border-bottom: 0.1rem solid #cccccc;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #999999;
}

.summartrightcart {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.table.table-summary tbody td {
    vertical-align: middle;
    border-top: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0px !important;
    padding: 15px 10px !important;
}

.summary-total {
    color: #971251;
}

.proceedcheckout {
    margin: 0px;
    padding: 0px;
}

.proceedcheckout button {
    width: 100%;
    display: block;
    border: solid 1px #971251 !important;
    color: #971251 !important;
    border-radius: 0px !important;
    font-family: "Lato", sans-serif !important;
}

.proceedcheckout button:hover {
    width: 100%;
    display: block;
    border: solid 1px #971251 !important;
    color: rgb(255, 255, 255) !important;
    background-color: #971251 !important;
}

.producttext {
    margin: 0px;
    padding: 0px;
}

.producttextdetails {
    margin: 6px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.producttextdetails1 {
    margin: 0px;
    padding: 0px;
}

.producttextdetails1 h5 {
    /* color: #333333; */
    font-size: 13px;
    font-weight: 400;
    color: #6d6d6d;
}

.quantity-col {
    padding-left: 10px !important;
}

.cart-heading {
    font-size: 1.5rem;
    color: #333;
}

.fa-phone {
    transform: rotate(101deg);
}

/*----------------formboxleft-------------*/

.formboxleft {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.formboxleftbox {
    margin: 0px;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    min-height: 460px;
    width: 100%;
    display: block;
    transform: skewx(-5deg);
    /* transform: skew(5deg,0deg); */
    position: relative;
    z-index: 2;
    border-right: solid 8px #97125077;
}

.formboxleftboxicon {
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
}

.formboxleftboxicon i {
    font-size: 120px;
    color: #971251;
}

.formboxleftimage {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: table;
}

.formboxleftimage img {
    margin: 0px auto;
    display: table;
}

.formboxlefttext {
    margin: 20px 0px;
    padding: 0px;
}

.formboxlefttext ul {
    padding-left: 100px;
    color: rgb(141, 141, 141);
    font-size: 17px;
    transform: rotate(-1deg);
    padding-top: 20px !important;
}

.formboxlefttext ul li {
    list-style: none;
}

.formboxlefttext span p {
    padding-top: 28px;
    font-size: 32px;
    color: rgb(141, 141, 141);
    text-align: center;
    transform: rotate(-1deg);
}

/*=========================categoriespage==================*/

.categoriesbedcramps {
    margin: 0px;
    padding: 0px;
}

.categoriesbedcramps ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    padding-top: 15px;
}

.categoriesbedcramps ul li {
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
}

.categoriesbedcramps ul li i {
    font-size: 14px;
}

.categoriesbedcramps ul li a {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.categoriesbedcramps ul li a:hover {
    color: #971251;
}

/*--------------filters--------------*/

.filtersbox {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.filtersbox p {
    color: #414141 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    font-family: "Playfair Display", serif !important;
}

.filtersbox h6 a {
    color: #971251;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}

/*----------showing---------*/

.showingbox {
    margin: 0px;
    padding: 0px;
}

.showingbox p {
    color: #414141;
    font-size: 15px;
}

.showingbox p span {
    color: #971250;
    font-weight: 700;
}

/*----------sortby-----------*/

.sortby {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    justify-content: right;
}

.sortby p {
    font-size: 15px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    display: inline-flex;
    align-items: center;
}

.sortby select {
    width: 67%;
    display: block;
    margin: 0px;
    padding: 0px 14px;
    background-color: white;
    height: 35px;
    font-size: 13px;
    border: solid 1px #d3d3d3;
    color: #707070;
}

.sortby select:focus {
    outline: none;
}

/*categoriesimgdetails*/

.categoriesimgdetailsleft {
    margin: 0px;
    padding: 0px;
    margin-top: 47px;
}

.categoriesimgdetailsleft h6 {
    padding-bottom: 15px !important;
}

.categoriesleft {
    margin: 0px;
    padding: 0px 0px;
    border-top: solid 1px #e7e7e7;
    /* padding-top: 25px;
    padding-bottom: 25px; */
}

.categoriesleft h5 {
    color: #707070;
    font-size: 15px;
}

.categoriesleftlist {
    margin: 15px 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.categoriesleftlist ul {
    margin: 0px;
    padding: 0px;
    display: block;
    max-height: 200px;
    overflow: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
}

.categoriesleftlist ul li {
    margin: 0px;
    padding: 0px 8px;
    list-style: none;
    transition: all 0.5s ease-in-out;
}

.categoriesleftlistcheck {
    display: flex;
    gap: 5px;
}

.categoriesleftlist ul li:hover {
    background-color: #e6e6e6;
    color: #971251;
}

.categoriesleftlist ul li a {
    font-size: 14px;
    color: #707070;
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}

.categoriesleftlist ul li a:hover {
    color: #971251;
}

.categoriesleftlistcheck input[type="checkbox"] {
    cursor: pointer;
    accent-color: rgb(82, 82, 82);
    padding: 13px 0px;
}

/*---------size--------*/

.categoriesrightsizebox {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.sizebox {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    border-top: solid 1px #e7e7e7;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sizebox h5 {
    color: #707070 !important;
    font-size: 15px;
    margin-bottom: 30px;
}

.sizeboxmain {
    margin: 0px;
    padding: 0px 0px;
    padding-top: 0px;
    padding-left: 6px;
}

.sizeboxmain1 label {
    margin: 13px 0px;
    font-size: 14px;
    color: #971250cd !important;
    transition: all 0.5s ease-in-out;
}

.sizeboxmain1 label:hover {
    color: #640b35 !important;
}

.sizeboxmain ul {
    margin: 0;
    padding: 0px;
    display: block;
    padding-top: -8px;
}

.mt-20down {
    margin-top: -16px !important;
}

.sizeboxmain ul li {
    margin: 0px;
    padding: 0px 0px;
    list-style: none;
}

.sizeboxmain1 {
    display: flex;
    gap: 9px;
}

.sizeboxmain1 label {
    cursor: pointer;
    display: flex;
}

.sizeboxmain1 input[type="checkbox"] {
    margin: 13px 0px;
    accent-color: rgb(82, 82, 82);
    cursor: pointer;
}

/* .sizeboxmain1 input{

    background-color: #333;
} */

.sizeboxmain1 p a {
    color: #707070;
    font-size: 13px;
    text-decoration: none;
}

/*---------color-------------*/

.colorbox {
    margin: 0px;
    padding: 0px;
    border-top: solid 1px #e7e7e7;
    padding-top: 20px;
    margin-bottom: 25px;
}

.mt-10down {
    margin-top: -8px !important;
}

.colorbox h5 {
    padding-bottom: 15px;
    font-size: 15px;
}

.colorboxmain {
    margin: 0px;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    padding-left: 6px;
}

.colorboxmain1 {
    display: flex;
    gap: 7px;
}

.colorboxmain1 input[type="checkbox"] {
    /* width: 15px;
    margin-top: -18px; */
    accent-color: rgb(82, 82, 82);
    margin: 8px 0px;
}

.colorboxmain1 div {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
    margin: 10px 0px;
    border: solid 1px #d7d7d7;
}

.colorboxmain1 label {
    margin: 7px 0px;
    font-size: 14px;
}

.colorboxmain1 p {
    font-size: 13px;
    color: #707070;
    margin: 4px 0px;
}

.colorboxmain1 div:nth-child(1) {
    background-color: #b87145;
}

.colorboxmain>.colorboxmain1>div:nth-child(2) {
    background-color: #f0c04a;
}

.colorboxmain1 div:nth-child(3) {
    background-color: #333333;
}

.colorboxmain1 div:nth-child(4) {
    background-color: #cc3333;
}

.colorboxmain1 div:nth-child(5) {
    background-color: #3399cc;
}

.colorboxmain1 div:nth-child(6) {
    background-color: #669933;
}

.colorboxmain1 div:nth-child(7) {
    background-color: #f2719c;
}

/*-----------------price-----------------*/

.pricebox {
    margin: 0px;
    padding: 15px 0px;
    margin-right: 15px;
    border-top: solid 1px #e7e7e7;
}

.pricebox h5 {
    color: #707070;
    font-size: 15px;
}

.pricebox h6 {
    color: #8a8a8a;
}

.pricebox h6 span {
    color: #971251;
}

.pricevalue {
    margin: 10px 0px;
    padding: 0px;
}

.pricevalue1 {
    margin: 5px 0px;
    padding: 0px;
}

.pricevalue_1 {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 120px;
}

.pricevalue_1 p {
    color: #777;
}

.accent {
    accent-color: rgb(82, 82, 82);
}

/*------------categoriesboxright---------------*/

.categoriesright {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.categoriesrightbox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.categoriesrightboximg {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 320px;
}

.categoriesrightboximg1 {
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.categoriesrightboximg1 img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.categoriesrightboximg1addtocart {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 0px 10px;
    background-color: white;
    border: solid 1px #971251;
    text-align: center;
    transition: all 0.5s ease-in-out;
    padding: 10px 0px;
    margin-top: 8px;
    z-index: 99999;
    cursor: pointer;
}

.categoriesrightboximg1addtocart1 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0px;
    padding: 0px;
}

.categoriesrightbox:hover .categoriesrightboximg1addtocart {
    bottom: 0;
}

.categoriesrightboximg1addtocart i {
    color: #971251;
    line-height: 23px;
}

.categoriesrightboximg1addtocart p {
    color: #971251;
    margin: 0px;
    padding: 0px;
}

.categoriesrightboximg1addtocart span {
    font-size: 12px;
    padding-bottom: 15px;
}

.categoriesrightboximg1wishlist {
    position: absolute;
    top: 30px;
    right: -100%;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(168, 168, 168, 0.445);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.categoriesrightboximg1wishlist i {
    color: #971251;
}

.categoriesrightbox:hover .categoriesrightboximg1wishlist {
    right: 30px;
}

.categoriesrightboxtext {
    margin: 0px;
    padding: 10px 0px;
    background-color: white;
}

.categoriesrightboxtext h5 {
    color: #707070;
    text-align: center;
    font-size: 14px;
}

.categoriesrightboxtext h6 {
    color: #333;
    text-align: center;
    font-size: 14px;
}

.categoriesrightboxtext i {
    color: #971251;
}

.categoriesrightboxtext p {
    color: #971251;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.categoriesrightboxstar {
    margin: 5px 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.categoriesrightboxstar1 {
    display: flex;
    gap: 4px;
}

.categoriesrightboxstar1 i {
    color: #971251;
    font-size: 14px;
}

.categoriesrightboxstarreview {
    margin: 0px;
    padding: 0px;
}

.categoriesrightboxstarreview p {
    color: #868686;
}

.mt-30down {
    margin-top: -25px;
}

/*-----03.04.205megamenu------------*/

.megamenu {
    width: 100%;
    position: absolute;
    top: 100%;
    transition: all 2s ease-in-out;
    left: 0px;
    background-color: #fff;
    display: none;
    z-index: 10;
    box-shadow: 0px 20px 20px 20px rgb(0 0 0 / 15%);
}

.navbar-light .navbar-nav .nav-item:hover .megamenu {
    display: block;
}

.megamenu1 {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    height: 350px;
}

.megamenuitems {
    width: 55%;
    display: grid;
    grid-auto-columns: 4fr 4fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: stretch;
    padding-top: 2rem;
    overflow-y: auto;
}

.megamenuitems ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    padding: 0 1rem 0 1rem;
}

.megamenuitems ul li {
    margin: 0px;
    padding: 5px 0px;
    list-style: none;
    color: #000000;
    transition: all 0.3s ease-in-out;
}

.megamenuitems ul li:last-child {
    border-bottom: none;
}

.top-banner-wrap {
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 45%;
    /* padding: 5px; */
    background-color: #000000;
}

.top-banner-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.megamenuitems>ul>li>a {
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
    color: #900648 !important;
    /* font-family: "Playfair";  */
    /* font-style: italic; */
    text-decoration: none;
    cursor: pointer;
    /* letter-spacing: 1px; */
    font-weight: 300;
    transition: all 0.5s ease-in-out;
}

.megamenuitems>ul>li>a:hover {
    color: #420d23 !important;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        color: #d2090b;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
        background-color: #00000000;
        backdrop-filter: blur(8px);
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #fff;
        border: none;
    }

    /* .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #F30D68;
        transition: .5s;
    }  */

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    /* .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent #F30D68 transparent;
        opacity: 0;
        transition: 0.5s;
    }  */

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar-light:hover {
        background-color: #fff;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}

@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }

    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }

    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    /* height: 100px; */
}

#searchModal .modal-content {
    background: #95959599;
}

/*** Carousel Hero Header End ***/

p {
    color: #333 !important;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 300;
}

h2,
h3,
h4,
h5 {
    font-family: "Playfair Display", serif;
    color: #001442 !important;
    font-weight: 600;
}

.pink {
    color: #980051;
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)),
        url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}

/*** About End ***/

/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: 178px;
    right: -11px;
    background: #fff;
    color: #f71272;
    padding: 11px 19px;
    border-radius: 30px;
    transition: 0.5s;
    box-shadow: 0px 4px 5px #0000006e;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: 180px;
    /* right: 1058px; */
    float: left;
    background: #fff;
    color: #f71272;
    padding: 11px 19px;
    border-radius: 30px;
    transition: 0.5s;
    box-shadow: 0px 4px 5px #0000006e;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid #6f1739;
    background: #fea41b;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 1px solid #6f1739;
    background: #fea41b !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }

    .staricon {
        text-align: center;
        padding: 0;
        margin: 0;
    }
}

/*** testimonial End ***/

/*** Footer Start ***/
.footer {
    background: #51142d;
}

.footer .footer-item a {
    line-height: 35px;
    color: #fff !important;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #420d23;
}

/*** copyright end ***/

/*Adding css slider*/
/*Adding css slider*/
/*** Carousel ***/
.slider-banner {
    .slider-container {
        padding: 0;
        margin: 0;
        display: flex;
        position: relative;
        overflow: hidden;
        height: 600px;
        width: 100%;
        background-color: transparent;
        background-image: radial-gradient(at center center, #FFFFFF 2%, #FFFFFF00 95%) !important;

    }

    /* .slider-container::after {
	background-color: #00000000;
	content: '';
	position: absolute;
	opacity: 0.8;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
    overflow: hidden;
} */

    .slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        transform: scale(0.5);
        transition: opacity 0.6s ease;
        overflow: hidden;

    }

    .slide.active {
        animation: grow 4s linear forwards;
        opacity: 1;
    }

    .slider-caption {
        position: absolute;
        text-align: center;
        width: 60%;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        /* left: 50%;
        top:20%; */
        padding: 0px 80px;
        background-image: radial-gradient(at center center, #FFFFFF 7%, #FFFFFF00 80%);

        text-align: center;
        margin: 0 auto;
        left: 18%;

    }

    .slider-captio h1 {

        text-align: center;
    }

    /* .slider-caption h1 {
    color: #900648;
    font-size: 40px;
    letter-spacing: 2px;
    left: 15%;
    right:15%;
    position: absolute;
    z-index: 100;
    text-align: center;
    padding-top: 90px !important ;
    font-family: "Playfair Display", serif;
    font-weight:700;
  } */

    /* .slider-caption1 > * {
        position: absolute;
        color: #fff;
        font-size: 40px;
        letter-spacing: 2px;
        left: 15%;
        right: 15%;
        z-index: 100;
        text-align: center;
        padding-top: 90px !important ;
        font-family: "Playfair Display", serif;
        font-weight: 700;
      
        display: block;
        width: 80%;
        
    }

    .slider-caption > * {
        position: absolute;
        font-weight: 700;
        color: #900648;
        font-size: 36px;
        line-height: 40px;
        margin-top: 12rem !important;
        font-family: "Playfair Display", serif;
        transition: 0.5s;
        left: 50%;
        top:20%;
      transform: translate(-50%,-50%);
        text-align: center;
        background-color: transparent;
 

    }

    .slider-caption2 h1 {
        position: absolute;
        color: #900648;
        font-size: 40px;
        letter-spacing: 2px;
        left: 15%;
        right: 15%;
        z-index: 100;
        text-align: center;
        padding-top: 90px !important ;
        font-family: "Playfair Display", serif;
        font-weight: 700;
    } */

    /* @keyframes grow {
        0%,
        20% {
            transform: scale(1);
        }

        75%,
        100% {
            transform: scale(1.5);
        }
    } */

    .controls-container {
        position: absolute;
        top: 80%;
        right: 138px;
        display: flex;
        transform: translateY(-50%);
        z-index: 2;
    }

    .control {
        background-color: #fff;
        cursor: pointer;
        opacity: 0.5;
        margin: 8px;
        height: 6px;
        width: 6px;
        transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
    }

    .control.active,
    .control:hover {
        background-color: #fff;
        opacity: 1;
        transform: scale(1.2);
    }

    .circle-button {
        border-radius: 50%;
        border: 1px solid #f7b80c 50%, #da5406 50%;
        background-color: #00000000;
        width: 30px;
        height: 30px;
    }
}

/* .hero-slider{
    animation: grow 4s linear forwards;
    opacity: 1;
}

@keyframes grow {
    0%, 20% {
        transform: scale(1);
    }

    75%, 100% {
        transform: scale(1.5);
    }
} */

@media only screen and (max-width: 678px) {
    .slider-banner {
        .slider-container {
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            position: relative;
            height: 40vh;
            width: 100%;
        }
    }

    .slider-banner {
        & .slider-caption h1 {
            position: absolute;
            font-weight: 700;
            color: #900648;
            font-size: 30px;
            line-height: 42px;
            margin-top: 12rem ;
            font-family: "Playfair Display", serif;
            transition: 0.5s;
            left: 16%;
            right: 11%;
        }
    }
}

/*** Carousel Ends ***/

/** Counter Started **/
.counter-box {
    display: block;
    padding: 7px 10px 12px;
    text-align: center;
}

.stat {
    border-right: 1px solid #f30e69 !important;
}

@media only screen and (max-width: 678px) {
    .stat {

        border-right: 0px !important;
    }
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #1c1d21;
    font-size: 16px;
    font-weight: 400;
    font-family: "poppins" sans-serif;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px;
}

.counter.plus {
    position: relative;
}

.counter.plus::after {
    content: "+";
    position: absolute;
    top: 0;
    font-size: 29px;
}

/** Counter Section Ends **/

/*-------deliveryexcelence------*/

.deliveryexcelencebg {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.deliveryexcelencetext {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.deliveryexcelencetext h5 {
    text-align: center;
    color: #090d61;
    font-size: 32px;
    margin-right: 150px;
    font-weight: bold;
    font-family: robbot;
}

.deliveryexcelencetext h4 {
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin-left: 150px;
    font-weight: bold;
    font-family: robbot;
}

.deliveryexcelencemain {
    margin: 0px;
    /* padding: 5rem 2rem; */
    width: 100%;
    display: block;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(4px);
    background-color: #fff;
    margin-top: 5px;
}

.bg-imaged {
    /* background: rgb(5 16 34) url(../img/counter-bg.webp); */
    background-blend-mode: multiply;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    backdrop-filter: blur(64px);
}

.deliverylogobox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: contents;
    border: solid 3px #f4ba1b00;
    background-color: rgb(255, 255, 255);
    /* opacity: 0.8; */
    text-align: center;
    box-shadow: 1px 2px 10px 5px #d7d7d7;
}

.deliverylogobox img {
    transform: scale(0.6);
    min-height: 80px;
    aspect-ratio: 16 / 9;
    /* width: auto !important; */
    /* object-fit: cover; */
}

.deliverylogobox .text-subdued {
    font-family: Inter, serif;
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
}

.deliverylogobox img {
    padding: 0;
    margin: 0;
    width: 100%;
}

.collection {
    padding: 0;
    margin: 0;
}

.collection-card {
    background: #fff;
    box-shadow: 0px 2.426px 7.277px 0px rgba(0, 0, 0, 0.08);
    padding: 5px;
    text-align: center;
    transition: 0.3s;
}

.collection-card .content-box {
    padding: 10px;
    margin: 0;
    text-align: center;
}

.collection-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s;
}

.collection-card:hover {
    transform: translateY(-10px);
}

.collection-card h2 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Playfair Display", Serif;
    text-align: center;
    padding: 0;
}

.top-heading h1 {
    font-size: 2.5rem;
    font-family: "Playfair Display", Serif;
    font-weight: 500;
    line-height: 1.2;
    color: #971251 !important;
}

.text-custom {
    color: #971251 !important;
}

.glow {
    animation: grow 4s linear forwards;
    opacity: 1;
}

@keyframes grow {

    0%,
    20% {
        transform: scale(1);
    }

    75%,
    100% {
        transform: scale(1.1);
    }
}

/* Slider Card */
.card-slider-box {
    padding: 0;
    margin: 0;
    max-width: 100%;
    text-align: center !important;
    justify-content: center !important;
}

.slider-button-next,
.slider-button-prev {
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    color: #000, #971251;
}

.slider-button-prev {
    width: auto;
    height: auto;
    float: left !important;
    transform: translateY(-50%);
}

.slider-button-next {
    float: right !important;
    width: auto;
    height: auto;
    transform: translateY(-50%);
}

.slider-button-next,
.slider-button-prev {
    width: 57px !important;
}

.slider-card-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 135px;
    right: -9px;
    background: #fff;
    color: #971251;
    padding: 8px 16px;
    border-radius: 50%;
    transition: 0.5s;
    box-shadow: 0px 2px 3px #00000091;
}

.slider-card-carousel .owl-nav .owl-prev:hover {
    background: #420d23;
    color: var(--bs-white);
}

.slider-card-carousel .owl-nav .owl-next {
    position: absolute;
    top: 134px;
    float: right;
    background: #fff;
    color: #971251;
    padding: 8px 16px;
    border-radius: 50%;
    transition: 0.5s;
    box-shadow: 0px 2px 3px #00000091;
}

.slider-card-carousel .owl-nav .owl-next:hover {
    background: #420d23;
    color: var(--bs-white);
}

.slider-card-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 1rem;
}

.slider-card-carousel .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid #971251;
    background: #faa94a !important;
    transition: 0.5s;
}

.slider-card-carousel .owl-dots .owl-dot.active {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    border: 1px solid #971251;
    background: #faa94a !important;
    transition: 0.5s;
}

.slider-card-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slider-card-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.card-slider {
    padding: 7px;
    margin: 6px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
    transition: all 0.5s ease-in-out;
}

.card-slider h4 {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.card-slider p {
    color: #333;
    font-size: 14px;
    font-family: "poppins", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-slider-img {
    width: 100% !important;
    display: block;
    overflow: hidden;
    border-radius: 0px !important;
}

.card-slider-img img {
    transition: all 0.5s;
    width: 100% !important;
    height: 230px;
    display: block !important;
    object-fit: cover;
}

.card-slider-img img:hover {
    transform: scale(1.1);
}

/*-----03.04.205megamenu------------*/

@media (max-width: 991px) {
    .megamenu {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: scroll;
        left: -30px;
    }

    .megamenu1 {
        flex-direction: column;
    }

    .megamenuitems ul li {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 678px) {
    .slider-card-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 127px;
        right: -4px;
        background: #00000000;
        color: #971251;
        border: 1px solid #971251;
        padding: 8px 16px;
        border-radius: 50%;
        transition: 0.5s;
    }

    .slider-card-carousel .owl-nav .owl-next {
        position: absolute;
        top: 124px;
        /* right: 923px !important; */
        float: right;
        background: #00000000;
        color: #971251;
        border: 1px solid #971251;
        padding: 8px 16px;
        border-radius: 50%;
        transition: 0.5s;
    }

    /* Testimonial */
    .testimonial .owl-nav .owl-prev {
        position: absolute;
        top: 178px !important;
        right: -11px;
        background: #fff;
        color: #f71272;
        padding: 11px 19px;
        border-radius: 30px;
        transition: 0.5s;
        box-shadow: 0px 4px 5px #0000006e;
    }

    .testimonial .owl-nav .owl-next {
        position: absolute;
        top: 180px !important;
        /* right: 1058px; */
        float: left;
        background: #fff;
        color: #f71272;
        padding: 11px 19px;
        border-radius: 30px;
        transition: 0.5s;
        box-shadow: 0px 4px 5px #0000006e;
    }
}

.readmore h6 a {
    color: #ffa81f;
}

.accordion-button {
    color: #971251 !important;
    background-color: #dfdfdf26 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.37) !important;
    font: weight 400px !important;
}

.accordion-item {
    background-color: #d2a0b800 !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0px 2px 3px #0000005e !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #80e8fc00 !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

#about-home {
    background-position: right center;
    background-repeat: no-repeat;
}

.bg-yellow {
    background-color: #ffcd6933 !important;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 16px;
    padding: 20px;
    text-align: center;
}

.image-container {
    position: relative;
    width: 100%;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

/* Tab Section Satred */
.tab-pane {
    width: 100%;
    display: flex;
    position: relative;
}

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

@media screen and (min-width: 992px) {
    .product-categories_list {
        justify-content: center;
        gap: 4rem;
    }
}

.product-categories_list {
    display: flex;
    border: none;
    white-space: nowrap;
    padding: 10px;
    width: 100%;
    overflow-x: hidden;
    flex-wrap: nowrap;
    justify-content: center;
}

.nav-tabs {
    list-style: none;
    margin: 0;
}

.product-categories__tab span {
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    font-family: "Playfair Display", Sans-Serif;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000 !important;
    border: 1px solid #51142d;
    background-color: #00000000 !important;
    border-radius: 0px !important;
}

@media only screen and (max-width: 678px) {
    .nav-link {
        display: block;
        padding: 0.3rem 1rem !important;
    }

    .product-categories__tab span {
        font-size: 13px !important;
    }

    .top-heading h1 {
        font-size: 20px;
        font-family: "Playfair Display", Serif;
        font-weight: 500;
        line-height: 1.2;
        color: #971251 !important;
    }
}

/* Tab Section Ends */

/* Gift COllection css Staterd */
.gift-card {
    background: #fff;
    box-shadow: 0px 2.426px 7.277px 0px rgba(0, 0, 0, 0.08);
    padding: 5px;
    text-align: center;
    transition: 0.3s;
}

.gift-card .content-box {
    padding: 10px;
    margin: 0;
    text-align: center;
}

.gift-card img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.gift-card:hover {
    transform: translateY(-10px);
}

.gift-card h2 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Playfair Display", Serif;
    text-align: center;
    padding: 0;
}

/* Gift Collection Css Ends */

/* Side Float Button Stated Css */

.Reachus a {
    width: 114px;
    transform: rotate(270deg) !important;
    margin-left: -37px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0 0 9px 9px;
    font-weight: 700;
    line-height: 36px;
}

.social {
    position: fixed;
    bottom: 155px;
    z-index: 1111;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.social ul {
    padding: 0px;
    transform: translate(-270px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    background: rgb(253, 178, 55);
    width: 314px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1.5s;
}

.social ul li:hover {
    /* transform: translate(110px,0); */
    background: #c44a73;
    transition: all 1.5s;
}

.social ul li:hover a {
    color: white;
}

.social ul li:hover i {
    color: #c44a73;
    background: white;
    transform: rotate(360deg);
    transition: all 1.5s;
}

.social ul li i {
    margin-left: 10px;
    color: #000;
    background: white;
    padding: 10px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    transform: rotate(0deg);
    text-align: center;
    font-size: 20px;
}

.reach-us {
    position: fixed;
    height: 54px;
    box-sizing: border-box;
    padding: 14px 20px;
    border-radius: 27px;
    cursor: pointer;
    bottom: 85px;
    left: -40px;
    background: rgb(4, 170, 109);
    box-shadow: rgb(194, 194, 194) 0px 0px 8px 0px;
    z-index: 999;
    transform: rotate(270deg);
}

/* Side Float Button Ends Css */

/* Appointment Section Started*/
.appointment-section {
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

@media only screen and (max-width: 678px) {
    .appointment-section img {
        display: none;
    }
}

.appointment-info {
    margin-bottom: 20px;
}

.appointment-info p {
    font-size: 1.2em;
    color: #555;
}

.appointment-form {
    width: 100%;
    align-items: center;
}

.appointment-form input,
.appointment-form textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

.appointment-form button {
    padding: 6px;
    background-color: #5e092c;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.appointment-form button:hover {
    background-color: #420d23;
}

/*----popup-------*/

.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.82);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.popup-form-select {
    color: #6c757d;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px;
    color: #fff;
}

.close-button {
    background: none;
    color: #062957;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
}

.form-popup-bg:before {
    content: "";
    background-color: #fff;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 678px) {
    .form-container {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
            0 6px 6px rgba(0, 0, 0, 0.23);
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 20px;
        color: #fff;
    }

    .view-decoration {
        font-weight: 500 !important;
        text-decoration: underline;
        color: #420d23;
        text-align: center !important;
        font-size: 12px;
    }
}

/* Popup Ends */

.view-decoration {
    font-weight: 500 !important;
    text-decoration: none;
    color: #420d23;
    text-align: right;
    font-size: 14px;
    transition: 0.3s;
}

.view-decoration a {
    color: #851146 !important;
    text-decoration: none;
}

.view-decoration a:hover {
    color: #ffa51f !important;
    transition: 0.3s;
}

.text-right {
    text-align: right !important;
}


.responsivebody {

    display: none;
}

.res-dis-block {

    display: none;
}

.responsivesearch {

    display: none;
}

.responsivenavigation {

    display: none;
}

.shopfilter {

    display: none;
}

.responsivewishlist {

    display: none;
}

.dis-res-block {

    display: none !important;
}

.productextendaddtocart1 {

    width: 55%;
}

.image-overlay {

    font-size: 20px;
}

/*---26.04.2025---*/

.sliderbg-color{

    background-color: #ffcd6933;
    padding: 20px 0px;
}

/*--------responsive 16.04.2025---------*/


@media (max-width:991px) {

    .dis-none {

        display: none !important;
    }

    .dis-res-block {

        display: block !important;
    }

    .sortby {

        margin-top: -8px;
    }

    .sortby p {

        margin-top: -8px;
    }

    .responsivebody {

        display: none;
        margin: 0px;
        padding: 20px;
        background-color: #51142d;
        margin-top: 30px;

    }


    .responsivebodymain {

        margin: 0px;
        padding: 0px;
    }

    .responsivebodymain h4 {

        color: white !important;
        font-size: 18px;
    }

    .responsivebodymain1 {

        margin: 0px 0px;
        padding: 0px;
        width: 100%;
        overflow: hidden;

    }

    .responsivebodymain2 {

        margin: 0px auto;
        padding: 0px;
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .sizeboxmain ul {

        display: flex;
    }

    .sizeboxmain1 label {

        padding: 0px 5px;
        /* padding-right: 12px; */
        color: white !important;
    }

    .sizebox h5 {
        display: block;
        color: white !important;
    }

    .sizebox {

        padding-bottom: 0;
        border-top: none;
        margin-top: -20px;
    }

    .showingbox p {

        font-size: 12px !important;
    }

    .sortby p {

        font-size: 12px !important;
    }

    .sizeboxmain1 label {

        font-size: 12px;
    }

    .sizeboxmain1 {

        gap: 0;


    }

    .res-dis-block {

        display: block;
    }

    .mt-4 {

        margin-top: 0 !important;
    }

    .pt-3 {

        padding-top: 0 !important;
    }

    .mt-3 {

        margin-top: 0 !important;
    }

    .thumbs {
        display: flex !important;
        justify-content: left !important;
        flex-direction: row !important;

    }

    .m-1 {

        margin: 1.3rem !important;
    }

    .thumbs img {

        cursor: pointer !important;
    }

    .extendedpagerightheadertext h2 {

        font-size: 1.5rem !important;
    }

    .ps-5 {

        padding-left: 15px !important;
    }

    ol,
    ul {
        padding-left: 0rem;
    }

    .pb-5 {

        padding-bottom: 0 !important;
    }

    .productextendaddtocart {

        flex-direction: column;
    }

    .productextendaddtocart1 button {

        width: 100% !important;
    }

    .btn-padding {

        padding: 10px 130px !important;
    }

    .formboxleftbox {

        transform: skewx(0deg);

        border-bottom:
            solid 8px #97125077;
        border-right: none;
    }

    .formboxlefttext ul {

        padding-left: 0;
    }

    .loginboxmainloginformcontainer h4 {

        font-size: 1.5rem !important;
    }



    .cartwidth-control {

        width: 100%;
        overflow-x: scroll;

    }

    /*17.04.2025*/

    /* .megamenuitems{

    width: 100%;
  display: flex;
  flex-direction: column;
} */

    .megamenuitems {

        width: 100%;
    }


    .megamenuitems ul {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding:
            0 1rem 0 1rem;
    }

    .top-banner-wrap {

        width: 100%;
        height: 400px;
    }

    .navbar-light .navbar-collapse {

        height: 100%;
    }

    .responsivesearch {

        margin: 0px;
        padding: 0px;
        display: block;
    }

    .responsivesearch1 {

        margin: 0px;
        padding: 0px;
        width: 100%;

    }

    .responsivesearch1>ul {

        margin: 0px;
        padding: 0px;
        display: block;
    }

    .responsivesearch1>ul>li {

        margin: 0px;
        padding: 00px 0px;
        list-style: none;
    }

    .responsivesearch1>ul>li>a {

        margin: 0px;
        padding: 0px 10px;
        font-size: 15px;
        color: #535353;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.4s ease-in-out;
        font-weight: 300;
    }

    .responsivesearch1 ul li a:hover {

        color: #d2090b;
    }

    /* .responsivesearch1 ul{

    margin: 0px;
    padding: 0px;
    display: flex;
}

.responsivesearch1 ul li{

    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
}

.responsivesearch1 ul li a{

    margin: 0px;
    padding: 0px 10px;
    font-size: 15px;
    color: var(--bs-dark);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.responsivesearch1 ul li a:hover{

    color: #d2090b;
} */

    #navbarCollapse {

        height: 100%;
    }

    .productextendaddtocart1 {

        width: 100% !important;
        display: block;
    }

    /* .productextendaddtocart1pad{

    padding: 0px 50px !important;
} */


    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {

        display: none;
    }

    .img-thumbnail {

        width: 100% !important;
        display: block !important;
    }

    .indexfreeshipheight {

        margin-top: 35px;
    }

    .bg-yellow {

        padding: 0px 0px;
        padding-top: 0px;
    }

    .ourstoryheight {

        margin-top: 50px;
    }

    .Authenticicon {

        margin: 20px 0px;
    }

    /*---------responsivenavigation------------*/

    .py-4 {

        padding-top: 0px !important;
    }


    .responsivenavigation {

        margin: 0px;
        padding: 20px;
        width: 270px;
        background-color: rgb(255, 255, 255);
        height: 100% !important;
        position: fixed;
        top: 0px;
        left: -100%;
        z-index: 9999;
        transition: all 0.5s ease-in-out;
        display: block;
    }

    .responsivenavigation ul {
        margin: 0px;
        padding: 0px;
        display: block;
    }

    .responsivenavigation ul li {

        margin: 0px;
        padding: 5px 0px;
        list-style: none;
        position: relative;

    }

    .mysubmnu {

        position: relative;
        margin-top: 10px;
        overflow: auto;

        display: none;
    }

    .mystyle {

        display: block;
    }

    .mysubmnu ul {

        margin: 0px;
        padding: 0px;
        display: block;
        padding-left: 10px;
    }

    .mysubmnu ul li {

        margin: 0px;
        padding: 4px 0px;
        list-style: none;
    }

    .mysubmnu>ul>li>a {

        margin: 0px;
        padding: 0px;
        font-size: 12px;
        color: #535353;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        font-weight: 300;
    }

    .mysubmnu ul li a:hover {

        color: #971251;
    }


    .responsivenavigation>ul>li>a {

        margin: 0px;
        padding: 0px 10px;
        font-size: 14px;
        color: #535353;
        text-decoration: none;
        cursor: pointer;
        font-weight: 300;
        transition: all 0.5s ease-in-out;
    }

    .responsivenavigation ul li a i {

        font-size: 18px;
    }

    .responsivenavigation ul li a:hover {

        color: #971251;
    }


    .responsivenavigation.main {

        left: 0;
    }

    .image-overlay {

        opacity: 1;
    }

    .zoomed-image {

        width: 119% !important;
    }

    .detailsbtnpadding {

        padding: 12px 50px !important;
    }

    .categoriesrightboximg1addtocart {

        bottom: 0;
    }

    .wishlistpadding {

        padding: 1rem !important;
    }

    .cartright {

        margin: 0px !important;
    }

    .img-thumbnail {

        display: none !important;
    }

    .product-col .product-media {

        margin-right: 0 !important;
    }

    .w-75 {

        width: 100% !important;
    }

    .shopfilter {

        display: block;
        cursor: pointer;
    }

    .myfilter {

        display: block;
    }

    .sizeboxmain1 label:hover {
        color: #ffffff !important;
    }

    /*-------responsivewishlist---------*/


    .responsivewishlist {

        display: block;
        margin: 0px;
        padding: 0px;
    }

    .responsivewishlist1 {

        display: flex;
        gap: 0px;
        margin-left: -0.2rem;
        align-items: center;
    }

    .slider-container {

        width: 100%;
        height: 250px;

    }

    .slide {

        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        transform: scale(0.5);
        transition: opacity 0.6s ease;
        overflow: hidden;
    }

    .wishlistdropdownmain1width1 {

        width: 100%;
    }

    /*-------25.04.2025-------*/


     
         .slider-caption {
          
            width: 129% !important;
            height: 100%;
            left: -13% !important;
        }

        .slider-caption p{

            font-size: 14px !important;
            display: none;
        }

        .slider-caption h1{

           font-size: 24px !important;
        }

        .slider-caption h4{

            display: none;
        }

        .slider-caption h1{

            margin-top: 0px !important;

        }
        .res-btn-header{

            margin-top: 194px !important;
        }

        .control{

            position: absolute !important;
            left: 65px !important;

            }

            .p-res-0{
                padding: 0 !important;
            }

    }


    @media(max-width:660px) {

        .text-custom {

            font-size: 11.5px;
        }

        .image-overlay {

            font-size: 16px;
        }
    }