@font-face {
    font-family: dmserifdisplay;
    src: url('../fonts/dmserifdisplay.ttf');
}

@font-face {
    font-family: poppins-regular;
    src: url('../fonts/poppins-regular.ttf');
}

@font-face {
    font-family: poppins-medium;
    src: url('../fonts/poppins-medium.ttf');
}

@font-face {
    font-family: poppins-semibold;
    src: url('../fonts/poppins-semibold.ttf');
}

@font-face {
    font-family: poppins-bold;
    src: url('../fonts/poppins-bold.ttf');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    font-family: poppins-regular;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

a,
.transition,
input[type="submit"] {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;

}

a,
a:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

input[type="submit"] {
    backface-visibility: hidden;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

textarea,
input,
select {
    resize: none;
    box-sizing: border-box;
    border-radius: 0;
}

table,
tr,
td,
th {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

table {
    width: 100%;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
}

p {
    font-size: 15px;
    line-height: 25px;
}

.small {
    font-size: 13px;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #FFF7F9;
}

.preloader {
    background-color: #FFF7F9;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

header {
    left: 0;
    top: 0;
    z-index: 2;
    padding: 2rem 12rem;
}

.hm-menu {
    display: none;
    position: relative;
    z-index: 9;
}

.header-menu li.active a {
    font-weight: 600;
    color: #222A67;
}

.logo {
    width: 150px;
}

.active-header .logo {
    width: 140px;
}

header ul li.cart-common a {
    width: 45px;
    height: 45px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;

}

header ul li.cart-common .dropdown-toggle::after {
    display: none;
}

header ul li.login a {
    padding: 10px 25px;
    background-color: #FFF;
    color: #081B27;
    /* font-family: poppins-semibold; */
    border-radius: 25px;
}

header ul li.profile-menu a {
    position: relative;
}

header ul li.profile-menu {
    position: relative;
}

header ul li.profile-menu a span {
    width: 45px;
    height: 45px;
    border: 1px solid #ED9CAF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.menu-profile-details {
    padding: 20px 15px;
}

.menu-profile-details .menu-profile-img {
    width: 45px;
    height: 45px;
    /*border: 2px solid #F38393;
    */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 100px;
}

.menu-profile-details .menu-profile-img img {
    width: 100%;
    height: 45px;
    object-fit: cover;
    border: 2px solid #F38393;
    border-radius: 100px;
}

.menu-profile-details h5 {
    font-size: 20px;
    color: #212121;
    font-family: poppins-semibold;
}

.menu-profile-details {
    text-decoration: none;
}

.dropdown-profile-menu a {
    display: block;
    font-size: 16px;
    color: #212121;
    padding: 10px 15px;
    border-top: 1px solid #ED9CAF;
    text-decoration: none;
}

.dropdown-profile-menu a::after {
    display: none;
}

header ul li.profile-menu a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 12px;
    height: 8px;
    /* background-image: url("../images/drop-down.svg");
    object-fit: cover; */
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.dropdown-toggle::after {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    color: #F38393;
}

header ul li.profile-menu a.dropdown-toggle.show::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

header ul li.profile-menu a span img {
    width: 100%;
    height: 43px;
    object-fit: cover;
    border: 1px solid #F38393;
    border-radius: 100px;
}

.dropdown-profile-menu {
    min-width: 320px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ED9CAF;
    position: absolute;
    right: -42px !important;
    top: 60px !important;
    border-radius: 12px;
}

.dropdown-profile-menu::before {
    content: "";
    width: 20px;
    height: 15px;
    background: transparent;
    position: absolute;
    right: 50px;
    top: -14px;
    background-image: url("../images/subtract.png");
    background-size: cover;
    object-fit: cover;
}

.close-menu {
    height: 0;
    width: 100%;
    position: absolute;
    right: 12px;
    top: 28px;
    cursor: pointer;
}

.close-menu::after {
    top: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-menu::before {
    top: 1px;
    bottom: -7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-menu::before,
.close-menu::after {
    content: '';
    background-color: #081B27;
    height: 2px;
    width: 25px;
    position: absolute;
    right: 0;
    border-radius: 1px;
}

.mobile-menu {
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100vh;
    padding: 20px 0;
    background-color: #FFF;
    background: url('../images/mobile.png');
    /* background: url('../images/mobile-paw.png'); */
    right: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.active-header .mobile-menu .logo {
    width: 100px;
}

.filter-section.mobileFilterMenu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    left: -100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    display: block !important;
}

.mobileFilterMenu.active {
    left: 0;
    opacity: 1;
    z-index: 99;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.mobile-menu.active {
    opacity: 1;
    right: 0;
    z-index: 99;
}

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

.payment-logo-bottom {
    display: none;
}

/* header {
        backdrop-filter: blur(3px);
    } */

.active-header {
    padding: .5rem 12rem;
    /* backdrop-filter: blur(3px); */
    background-color: rgba(255, 255, 255, .5);
}

/* .active-header .logo,
.footer-logo {
    width: 80px;
} */

.footer-logo {
    max-width: 90%;
}

.justify-content-md-end.copyright-area {
    justify-content: center !important;
}

header ul li {
    margin: 0 15px;
}

header ul li.login {
    margin: 0 5px;
}

header ul li.cart {
    margin-left: 30px;
    margin-right: 5px;
}

header ul li:last-child {
    margin-right: 0;
    /* margin-left: 0; */
}

/* header ul li:nth-child(6),
header ul li:last-child {
    height: 45px;
    background-color: #fff;
    cursor: pointer;
}

header ul li:nth-child(6) {
    border-radius: 50%;
    width: 45px;
    text-align: center;
    line-height: 40px;
}

header ul li:last-child {
    padding: 5px 20px;
    border-radius: 25px;
    line-height: 35px;
} */

.dot {
    display: flex;
    height: 10px;
    width: 10px;
    background-color: #ED9CAF;
    right: 10px;
    top: 10px;
    border-radius: 50%;
}

.home-banner {
    background-image: url(../images/banner-main.png);
    background-position: bottom center;
    background-size: cover;
    height: 630px;
}

.home-banner .slick-slider {
    height: 100%;
}

.home-banner .slick-list {
    height: 100% !important;
}

.banner-section {
    background-image: url('../images/banner-main.png');
    background-position: bottom center;
    height: auto;
}

.privacy_banner {
    height: 70vh;
}

.wishlist-banner-section {
    /* background-image: url('../images/banner.png'); */
    background-position: bottom center;
    height: 70vh;
}

/* .homebanner-section {
    height: 85vh;
} */

.banner-section.blog-banner {
    height: 85vh;
}

.homebanner-section h2,
.banner-section h2 {
    font-family: dmserifdisplay;
    font-size: 60px;
    line-height: 70px;
}

.main-img {
    right: -15%;
    bottom: 0;
    /* max-width: 160%; */
    max-width: 85%;
    top: 50%;
    transform: translateY(-40%);
}

.btn {
    /*font-family: poppins-semibold;
    */
    font-family: poppins-medium;
    padding: 10px 20px;
    border-radius: 25px;
}



.btn-blue,
.btn-blue:hover {
    background-color: #222A67;
    color: #fff;
}

.btn-blue:active {
    background-color: #222A67 !important;
    color: #fff !important;
}

.left-paw,
.right-paw {
    height: 65px;
}

.star-2 {
    position: absolute;
    bottom: 16%;
    z-index: 9;
    left: 7%;
}

.left-paw {
    /* top: 32%; */
    top: 55%;
    left: 0;
}

.right-paw {
    top: 60%;
    right: 0;
    /* z-index: 9; */
}

.section {
    padding: 2.5rem 12rem;
    position: relative;
}

.section h3 {
    font-family: dmserifdisplay;
    font-size: 25px;
    line-height: 30px;
}

.card {
    border: none;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, .05);
    z-index: 1;
    border-radius: 50px;
}

.card h4 {
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card h4.pr-price {
    font-size: 16px;
}

.card h4.pr-price del {
    margin-left: 5px;
}

.why-section .card img {
    width: 70px;
    margin: 0 auto;
    border-radius: 50%;
}

.why-section .card:hover {
    background-color: #7375C0;
}

.why-section .card:hover * {
    color: #fff;
}

.stars,
.curl {
    top: 2%;
    width: 50px;
}

.stars {
    left: 0;
}

.curl {
    right: 0;
}

.btn-pink,
.btn-pink:hover,
.btn-pink:hover:focus-visible {
    background-color: #ED9CAF;
    color: #fff;
}

.btn-pink[type="submit"] {
    background-color: #ED9CAF;
    color: #fff;
}

.btn-pink:active {
    background-color: #ED9CAF !important;
    color: #fff !important;
    border-color: #ED9CAF !important;
}

.btn-black {
    background-color: #1C1919 !important;
    color: #fff !important;
    border-color: #1C1919 !important;
}

.btn-black:active,
.btn-black:hover {
    background-color: #1C1919 !important;
    color: #fff !important;
    border-color: #1C1919 !important;
}


.tabs li {
    background-color: #fff;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, .05);
    cursor: pointer;
    border-radius: 25px;
}

.tabs .active-tab {
    background-color: #222A67;
    color: #fff;
}

.tabs .active-tab p {
    color: #fff;
}

.btn-cart img {
    width: 18px;
}

.btn-cart,
.btn-cart:hover {
    background-color: #081B27;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 15px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cart:active {
    background-color: #081B27 !important;
}

/* .img-wrap {
    height: 275px;
    max-width: max-content;
    margin: 0 auto;
} */

.product-image {
    /* max-height: 250px; */
    height: 338px;
    width: 100%;
    /* height: auto; */
    object-fit: cover;
}

.product-data-category .img-wrap {
    height: 200px;
}

.product-data-category .product-image {
    max-height: 160px;
}

.product-data-category .card h4 {
    font-family: poppins-medium;
    font-size: 17px;
}

.product-data-category .card h4.pr-price {
    font-size: 15px;
}

.wishlist-btn {
    background-color: #EDEDED;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 25px;
    top: 25px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border-radius: 50%;
}

.green-card,
.pink-card,
.purple-card,
.blue-card,
.brown-card {
    padding-top: 5rem !important;
    margin-top: -4rem;
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.green-card {
    /* background-color: #DAFECA; */
    background-color: #FFEDE1;
    height: 180px;
}

.pink-card {
    background-color: #FBE0E6;
}

.purple-card {
    background-color: #E2E2FA;
}

.blue-card {
    background-color: #DAE7FB;
}

.brown-card {
    background-color: #FFEDE1;
}

.prod-element {
    right: 0;
    top: 5%;
    width: 5%;
}

.prod-element-cart {
    top: -10%;
}

.pattern-section {
    background-size: 100% 100%;
    /* background-image: url('../images/pattern.png'); */
    background-image: url('../images/pattern-2.png');
}

.flower {
    left: 8%;
    top: -35px;
}

.draw {
    max-width: 120px;
    bottom: 12%;
    right: 0;
}

.cat {
    left: 0;
    bottom: 0;
    width: 250px;
    display: none;
}

.number-block {
    height: 60px;
    width: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.number-block h4 {
    line-height: 60px;
    letter-spacing: .5px;
}

#timer div p.small,
.footer-title {
    font-family: poppins-semibold;
}

#timer div:first-child .number-block {
    background-color: #ED9CAF;
}

#timer div:nth-child(2) .number-block {
    background-color: #7375C0;
}

#timer div:nth-child(3) .number-block {
    background-color: #66D138;
}

#timer div:last-child .number-block {
    background-color: #EF975F;
}

.client-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.slider {
    background-image: url('../images/quote.svg');
    background-position: top right;
    background-repeat: no-repeat;
}

hr {
    border-color: #F0E0E4;
}

.font-italic {
    font-style: italic;
}

.shape {
    left: 0;
    top: 5%;
    width: 5%;
}

.shape-common {
    left: 0;
    bottom: 25%;
    width: 5%;
}

.shape5 {
    right: 0;
    top: 15%;
    width: 6%;
}

.cart-star {
    left: 1%;
    top: 50%;
    width: 7%;
}

.checkout-star {
    left: 1%;
    bottom: 20%;
    width: 7%;
}

footer {
    background-image: url('../images/footer.png');
    background-position: center top !important;
}

footer.section {
    padding-bottom: 20px;
}

footer * {
    color: #fff;
}

footer ul li {
    margin: 8px 0;
}

.cross {
    right: 0;
    top: -8%;
    width: 8%;
}

footer h4 {
    font-family: dmserifdisplay;
}

.form-control,
.form-control:focus {
    padding: 12px 20px;
    padding-right: 70px;
    box-shadow: none;
    border: none;
    border-radius: 50px;
}

.btn-send {
    background-color: #ED9CAF;
    position: absolute;
    right: 5px;
    top: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.banner-stars {
    /* left: 5%;
    top: 35%; */
    left: 2%;
    top: 25%;
    width: 7%;
}

.banner-prod {
    /* right: 0;
    top: 30%;
    width: 5%; */
    right: 0px;
    top: 42%;
    width: 5%;
}

select.form-control {
    background-image: url('../images/down.svg');
    background-repeat: no-repeat;
    background-position: 92% center;
}

/* select.form-control.rounded-pill        {
    margin-left: 10px;
} */
.slick-disabled {
    opacity: 0.5;
    cursor: default !important;
}



/************Product Details Css ********************/

.guest_head {
    background-color: #FFEDF0;
}

.img_abs .row {
    --bs-gutter-x: 4.5rem;
}

.img_abs .shape {
    left: 0;
    top: 65%;
    width: 5%;
}

.product-slider.stick_side {
    position: sticky;
    top: 100px;
}


.scroll_side {
    position: relative;
    top: 0;
}

.scroll_side a.return_sect {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.scroll_side a.return_sect img {
    width: 35px;
    display: block;
}

.scroll_side a.return_sect.active img.mob_dis_blck,
.scroll_side a.return_sect img.desk_icon {
    display: block;
}

.scroll_side a.return_sect img.mob_dis_blck,
.scroll_side a.return_sect.active img.desk_icon {
    display: none;
}

.scroll_side ul {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}

.scroll_side ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 17px;
    border-radius: 50px;
    border: 1px solid #000;
    text-align: center;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}

.scroll_side ul li img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.scroll_side .price-discount {
    font-size: 18px;
}

.togg_cls {
    width: auto;
    position: absolute;
    right: 23px;
    top: 32px;
}

.social_links {
    width: auto;
    position: absolute;
    left: 0;
    top: 43px;
    display: none;
}

.social_links ul {
    list-style: none;
}

.social_links ul li {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.social_links.open {
    display: block;
}

@keyframes open-bottom {
    from {
        top: 0;
    }

    to {
        top: 80px;
    }
}




.quality_sect {
    width: auto;
    margin: 0 40px 0 0;
}

.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 45px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #1C1919;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* .qty-input .qty-count.qty-count--add:before, .qty-input .qty-count.qty-count--add:after       {
    background: #1C1919;
  } */

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled:before {
    background: #BEBABA;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input {
    border-radius: 6px;
    border: 1px solid #F8D8D8;
}

.quality_sect strong,
.delivery_sect strong {
    font-size: 15px;
    color: #474545;
    font-weight: 600;
    padding: 0 0 10px;
    display: block;
}

.delivery_sect {
    width: auto;
}

.shipping-text b {
    font-weight: 600;
}

.delivery_sect input {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 14px;
    height: auto;
    margin-right: 7px;
    outline: 0;
    border-radius: 6px;
    border: 1px solid #E9E9E9;
    padding: 9px 12px;
    width: 195px;
    display: inline-block;
    color: rgba(78, 78, 79, 50%);
    box-shadow: none;
    background: #FFF;
}

.btn-check-small {
    width: auto;
    padding: 8px 26px;
    font-size: 15px;
    color: #fff;
    background-color: #ED9CAF;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    vertical-align: top;
}

.btn-check-small:hover,
.btn-check-small:focus,
.btn-check-small:active {
    color: #fff !important;
    background-color: #ED9CAF !important;
    outline: none;
    box-shadow: none;
}

.btn_sect a img {
    width: auto;
    height: 55px;
}

.mob_fix a {
    display: inline-block;
    vertical-align: top;
}

.btn_sect .btn-add-cart {
    width: 190px;
    height: 55px;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 43px;
    color: #000;
    /* line-height: 16px; */
    background-color: transparent;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #000;
    margin: 0 14px;
}

.btn_sect .btn-add-cart:hover,
.btn_sect .btn-add-cart:focus,
.btn_sect .btn-add-cart:active {
    color: #000 !important;
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.btn_sect .btn-buy-now {
    width: 178px;
    height: 55px;
    line-height: 43px;
    padding: 6px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #ED9CAF;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
    margin: 0;
}

.btn_sect .btn-buy-now:hover,
.btn_sect .btn-buy-now:focus,
.btn_sect .btn-buy-now:active {
    color: #fff !important;
    background-color: #ED9CAF !important;
    outline: none;
    box-shadow: none;

}

.scroll_side p.price-save,
.scroll_side .price-discount,
.scroll_side p.price {
    margin: 0;
}

.scroll_side .quality_sect strong,
.scroll_side .delivery_sect strong {
    margin: 0;
    padding: 0 0 8px;
}

.btn-add-all {
    width: auto;
    padding: 15px 45px;
    font-size: 16px;
    color: #fff;
    background-color: #ED9CAF;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
    margin-top: 15px;
}

.btn-add-all:hover,
.btn-add-all:focus,
.btn-add-all:active {
    color: #fff !important;
    background-color: #ED9CAF !important;
    outline: none;
    box-shadow: none;
}

.frequently_sect p del {
    display: inline-block;
}

.frequently_sect span {
    display: flex;
    margin: 0 0 10px;
}

.frequently_sect span p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0;
}

.frequently_sect span p em {
    font-style: normal;
    margin-right: 12px;
}

.frequently_sect span p strong {
    margin: 0;
}

.frequently_sect span p b {
    margin-right: 12px;
    font-weight: 600;
}

.frequently_sect .cart-check {
    display: inline-block;
    margin-right: 10px;
}

.frequently_sect .cart-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.frequently_sect .cart-check label {
    position: relative;
    cursor: pointer;
}

.frequently_sect .cart-check label:before {
    content: '';
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1.5px solid #F8B1BC;
    box-shadow: none;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 4px;
}

.frequently_sect .cart-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.frequently_sect .cart-check input:checked+label:before {
    content: '';
    -webkit-appearance: none;
    appearance: none;
    background-color: #F8B1BC;
}


.scroll_side strong {
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
}

.scroll_side p {
    display: block;
    margin: 0 0 13px;
}

.scroll_side p b {
    font-weight: 500;
}

.scroll_side img {
    display: block;
    margin: 0 auto;
    width: 352px;
    height: auto;
}

.scroll_side .btn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: auto;
    height: auto;
}

.payment-option-sect {
    text-align: center;
}

.accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto;
    width: auto;
    padding: 30px 25px;
}

.accordion-container .content {
    display: none;
    margin: 0 0 15px;
}

.scroll_side .content ul,
.scroll_side .content ol {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    margin-left: 20px;
}

.scroll_side .content ul li,
.scroll_side .content ol li {
    display: list-item;
    list-style: disc;
    padding: 0 0;
    border-radius: 0;
    border: none;
    text-align: left;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}

.scroll_side .content ol li {
    list-style: decimal;
}

.scroll_side ul.tags li {
    margin-right: 8px;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #657A9A;
}

.set:first-child {
    border-top: 1px solid #657A9A;
}

.set p span {
    background-color: transparent !important;
    color: #474545 !important;
}

.set>a {
    display: block;
    padding: 18px 0;
    text-decoration: none;
    color: #1C1919;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-right: 40px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.set>a span {
    color: #FFF;
    font-size: 16px;
    line-height: 27px;
}

.set>a span i {
    font-style: normal;
}

/* .set > a.active{
    background-color:#3399cc;
    color: #fff;
  } */
.content {
    /* display:none; */
    margin: 0 0 15px;
}

.content p {
    padding: 5px 0 10px;
    margin: 0;
    color: #474545;
    font-size: 14px;
    line-height: 23px;
}

.fa-plus:before {
    content: "+";
}

.fa-minus:before {
    content: "-";
}

.set a span {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    /* display: inline-block; */
    float: right;
    text-align: center;
    background-color: #ED9CAF;
    position: absolute;
    right: 0;
    top: 17px;
}

.frequently_sect {
    padding: 0 25px 30px;
}

.frequently_sect h4 {
    font-size: 20px;
    color: #1C1919;
    font-weight: 600;
    padding: 0 0 20px
}

.frequently_sect ul {
    list-style: none;
    margin: 0 -20px 20px;
}

.frequently_sect ul li {
    list-style: none;
    width: 33.33%;
    height: auto;
    margin: 0 20px;
    border-radius: 20px;
    background-color: #FFF;
    border: none;
    position: relative;
}

.frequently_sect ul li img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    height: 75px;
}

.frequently_sect ul li::after {
    content: '+';
    display: block;
    font-size: 20px;
    color: #4E4E4F;
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
}

.frequently_sect ul li:last-child::after {
    display: none;
}

.frequently_sect p strong {
    display: inline-block;
    margin: 0 10px;
}

.frequently_sect p span.discount_price {
    color: #474545;
    font-size: 13px;
}

.product-details-list.add_mar {
    margin-top: 30px;
}

.product-slider .productImage {
    /* padding: 50px 50px; */
    background: #fff;
    border-radius: 18px;
    margin-bottom: 25px;
    overflow: hidden;
}

.productImage.slick-slider .slick-track {
    display: flex;
    align-items: center;
}

.product-slider .productImage .inner-product img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.productListImage.slick-slider {
    margin-bottom: 30px;
}

.productListImage .productListinner.slick-slide {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    border-radius: 18px;
    overflow: hidden;
}

.productListImage .productListinner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.productListImage .productListinner.slick-slide.slick-current {
    border: 1px solid #FB9797;
}

.productListImage .slick-track {
    display: flex;
    align-items: center;
}

.productListImage .slick-track .productListinner.slick-slide {
    /* margin: 0 16px; */
    margin: 0 9px;
}

.productListImage .slick-next.slick-arrow svg,
.productListImage .slick-prev.slick-arrow svg {
    stroke: #1C1919;
}

.productListImage .slick-next.slick-arrow,
.productListImage .slick-prev.slick-arrow {
    z-index: 1;
    border: 1px solid #E9E9E9;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* .productListImage .slick-prev.slick-arrow           {
    background: url(../images/prev_icon.svg) no-repeat left top;
    width: 42px;
    height: 42px;
    border: none;
    color: transparent;
}
.productListImage .slick-next.slick-arrow           {
    background: url(../images/next_icon.svg) no-repeat left top;
    width: 42px;
    height: 42px;
    border: none;
    color: transparent;
} */

.productListImage .slick-next.slick-arrow {
    right: -5px;
    left: auto;
}

.productListImage .slick-prev.slick-arrow {

    left: -12px;
}

.productListImage .productListinner.slick-slide img {
    /* max-height: 110px; */
    height: 140px;
    width: 100%;
    object-fit: scale-down;
    margin: 0;
    object-fit: cover;
}

.product-details-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid #F1C5CA;
}

.product-details-list li {
    width: 33.3%;
}

.product-details-list li a {
    font-size: 16px;
    line-height: 21px;
    color: #1C1919;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    text-align: center;
}

.product-details-list li a.active {
    color: #fff;
    background-color: #ED9CAF;
    border-radius: 100px;
    position: relative;
}

.product-details-list li a.active::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13px;
    height: 7px;
    border-top: 10px solid #ed9caf;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.product-details-content .list-content p {
    font-size: 16px;
    color: #474545;
    font-weight: 400;
    line-height: 30px;
}

.product-details-content .list-content.hide {
    display: none;
}

.product-details-content .list-content.active {
    display: block;
}

.total-price,
.discount {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-price {
    padding: 1rem 0 0;
    margin-top: 20px;
    border-top: 1px solid #FFF;
}

.total-price h5,
.total-price h4 {
    font-size: 20px;
    color: #081B27;
    font-family: dmserifdisplay;
}

.total-price h5 {
    font-family: poppins-semibold;
}

.total-price h4 {
    color: #000;
    /* font-family: poppins-bold; */
}

.discount {
    font-size: 18px;
    color: #000;
    align-items: normal;
}

.discount p:last-child {
    font-family: poppins-medium;
}

.cart_pge .discount span {
    display: block;
    font-family: poppins-medium;
    margin: 0;
    float: none;
}

.cart_pge .discount span.rupees-span {
    display: inline-block;
    font-family: 'dmserifdisplay';
}

.checkout_cont .price-section {
    margin-top: 15px !important;
}

.product-details-card {
    padding: 20px 30px;
    background-color: rgb(251, 224, 230, 0.5);
    border-radius: 18px;
}

.scroll_side .product-details-card h2.title-product {
    font-family: 'poppins-regular';
}

.product-details-cart {
    position: sticky;
    top: 100px;
}


.title-product {
    font-size: 18px;
    line-height: 27px;
    font-family: dmserifdisplay;
    color: #1C1919;
    margin-bottom: 25px;
    margin-right: 10px;
}

.price-section {
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    padding-bottom: 20px;
}

.rupees-span {
    display: inline-block !important;
    font-family: 'dmserifdisplay';
    margin-bottom: 0 !important;
    vertical-align: inherit;
    line-height: 0;
    float: none !important;
}

.order-summary-cont.checkout-cart .cart-item .product-description .product-head .product-price .rupees-span { 
    font-size: 17px;
    font-weight: 600;
    margin-right: 3px;
}

.price {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
}

.price-discount {
    font-size: 14px;
    color: #474545;
    font-weight: 400;
}

.price-save {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    background: #222A67;
    padding: 7px 10px;
    border-radius: 5px;
}

.card__item .price-save {
    padding: 5px 9px;
}

.rating-text {
    font-size: 16px;
    color: #4E4E4F;
    font-weight: 500;
    line-height: 32px;
}

.btn-add-cart {
    width: 100%;
    padding: 10px 26px;
    font-size: 16px;
    color: #fff;
    background-color: #ED9CAF;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
}

.btn-add-cart:hover,
.btn-add-cart:focus,
.btn-add-cart:active {
    color: #fff !important;
    background-color: #ED9CAF !important;
    outline: none;
    box-shadow: none;
}

.btn-buy-now {
    width: 100%;
    padding: 10px 26px;
    font-size: 16px;
    background-color: #081B27;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
}

.btn-buy-now:hover,
.btn-buy-now:active {
    background-color: #081B27 !important;
    color: #fff !important;
}

.rating img {
    margin-right: 5px;
    display: inline-block;
}

.rating img:last-child {
    margin: 0;
}

.shipping-text {
    font-size: 15px;
    color: #1C1919;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}

.share-text {
    font-size: 22px;
    color: #1C1919;
    font-family: poppins-semibold;
    line-height: 36px;
    margin-right: 20px;
}

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

.social-share li a {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    display: block;
    border-radius: 100px;
}

.social-share li:last-child a {
    margin-right: 0;
}

.pink-text {
    color: #ED9CAF;
}

.contact-main {
    background-color: #222A67;
    padding: 50px 70px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 90px;
    border-radius: 18px;
}

.contact-us-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

.contact-us-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.parsley-errors-list {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.form-error.error-password .parsley-errors-list {
    bottom: -20px;
    position: absolute;

}

.contact-us-form .form-control {
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
}

.contact-us-form .form-control::placeholder {
    color: #1B1919;
    opacity: 60%;
}

.btn-send-message {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 15px 40px;
    background-color: #ED9CAF;
    margin-top: 20px;
    border-radius: 40px;
}

.btn-send-message:hover,
.btn-send-message:focus,
.btn-send-message:active {
    background-color: #ED9CAF !important;
    color: #fff !important;
}

.contact-title {
    font-size: 36px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 25px;
}

.contact-subtitle {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
}

.location {
    max-width: 320px;
    width: 100%;
    margin-top: 40px;
}

.location li {
    display: flex;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.location li span {
    min-width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.location li:nth-child(2) {
    border: 1px solid #ED9CAF;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
    align-items: center;
}

.location li a {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
}

.contact-social {
    display: flex;
    align-items: center;
    /* margin-top: 100px; */
    position: absolute;
    bottom: 50px;
}

.contact-social li {
    margin-right: 10px;
}

.contact-social li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    border-radius: 100px;

}

.contact-social li a:hover {
    background: #ED9CAF;
    border-color: #ED9CAF;
}

.contact-social li:last-child {
    margin-right: 0;
}

.slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.slider .slick-dots li button {
    display: none;
}

.slider .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #EAD7C5;
    margin-right: 10px;
    border-radius: 100px;
}

.slider .slick-dots li:last-child {
    margin-right: 0;
}

.slider .slick-dots li.slick-active {
    background-color: #222A67;
}

.filter-select {
    display: none;
    margin: 30px 0 60px;
}

.filter-select .inner-filter {
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px 30px;
    background-color: #222A67;
    border-radius: 100px;
}

.filter-select .inner-filter p {
    color: #fff;
}

.filter-select .filter-dropdown {
    background-color: #fff;
}

.filter-select .filter-dropdown li {
    text-align: left;
    padding: 10px 30px;
    cursor: pointer;
}

.filter-select .filter-dropdown {
    display: none;
}

.filter-select .filter-dropdown.active {
    display: block;
}

.about-section .shape2,
.left-paw-2 {
    display: none;
}


.why-section .card {
    height: 100%;
}

.textelipse-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-card {
    height: 185px;
}


.blog-card {
    background-color: #FFF;
    margin-bottom: 40px;
    border-radius: 50px;
}

.blog-card .content {
    padding: 10px 25px 25px;
    display: block;
}

.blog-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 50px;
}

.blog-card .content .date-txt {
    color: #081B27;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    display: block;
    margin: 0 0 10px;
}

.blog-card .content .blog-title {
    font-size: 18px;
    color: #081B27;
    font-family: poppins-semibold;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card .content .blog-txt {
    font-size: 15px;
    color: #4E4E4F;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: poppins-regular;
    margin: 10px 0 20px;
}

.read-more {
    font-size: 15px;
    color: #222A67;
    font-family: poppins-semibold;
    line-height: 20px;
    position: relative;
}

.read-more:hover {
    color: #222A67;
}

.read-more::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2px;
    background-color: #222A67;
}


.social-link {
    display: flex;
    align-items: center;
}

.social-link li {
    margin-right: 18px;
    margin-top: 0;
}

.social-link li:last-child {
    margin-right: 0;
}

.banner-content {
    padding-top: 100px;
}

.why-section .slick-dots,
.blog-list-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.home-banner .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.blog-list-slider .slick-dots {
    margin-top: 0;
    margin-bottom: 20px;
}

.home-banner .slick-dots li,
.why-section .slick-dots li,
.blog-list-slider .slick-dots li {
    width: 15px;
    height: 15px;
    background-color: #657A9A;
    opacity: 0.5;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 100px;
}

.home-banner .slick-dots li:last-child,
.why-section .slick-dots li:last-child .blog-list-slider .slick-dots li:last-child {
    margin-right: 0;
}

.home-banner .slick-dots li.slick-active,
.why-section .slick-dots li.slick-active,
.blog-list-slider .slick-dots li.slick-active {
    opacity: 1;
    background-color: #ED9CAF;
    cursor: default;
}

.blog-list-slider .slick-dots li.slick-active {
    background-color: #222A67;
}

.home-banner .slick-dots li button,
.why-section .slick-dots li button,
.blog-list-slider .slick-dots li button {
    display: none;
}

.why-section .slick-arrow {
    display: none !important;
}

.why-section .slick-slide {
    margin: 0 20px !important;
    padding-bottom: 1rem !important;
}

.blog-content h4 {
    font-size: 24px;
    color: #081B27;
    font-family: poppins-semibold;
    line-height: 1.6;
    margin-bottom: 20px;
}

.recent-blog-title {
    font-size: 22px;
    color: #081B27;
    font-family: poppins-semibold;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.blog-content p {
    font-size: 16px;
    color: #081B27;
    font-family: poppins-regular;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: left;
}

.recent-blog {
    display: flex;
    align-items: center;
    border: 1px solid #E9E9E9;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;

}

.recent-blog .img {
    width: 100px;
}

.recent-blog .img img {
    object-fit: cover;
    width: 100%;
    height: 70px;
}

.recent-blog .content {
    padding-left: 15px;
    width: 100%;
}

.blog-date {
    color: #081B27;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    display: block;
    margin: 0 0 10px;
    text-align: left;
}

.recent-blog .content h4 {
    font-size: 16px;
    color: #081B27;
    font-family: poppins-semibold;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-align: left;
}

.recent-blog .content p {
    font-size: 13px;
    color: #4E4E4F;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: poppins-regular;
    margin: 10px 0;
    text-align: left;
}

.category-txt {
    font-size: 20px;
    color: #212121;
    font-family: poppins-regular;
    line-height: 20px;
    margin-bottom: 20px;
}

.filter-line {
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
    opacity: 1;
    border: 0;
}

.filter-section {
    border: 1px solid #E9E9E9;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 12px;
}

.filter-accordion .accordion-header {
    margin-bottom: 10px;
    cursor: pointer;
}

.filter-accordion .accordion-header p.active {
    color: #ED9CAF;
}

.filter-accordion .accordion-header p.active svg path {
    stroke: #ED9CAF;
}

.filter-accordion .accordion-content p.active {
    color: #ED9CAF;
}

.filter-accordion .accordion-header p,
.filter-accordion .accordion-content p {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #515D5E;
    font-weight: 400;
}

.filter-accordion .accordion-content p {
    color: #424242;
    margin-bottom: 8px;
    cursor: pointer;
}

.filter-accordion .accordion-content {
    height: auto;
    display: none;
}

.filter-accordion .accordion-content {
    padding-left: 15px;
}

.filter-accordion .accordion-header p svg {
    padding-left: 5px;
}

.title-2 {
    font-size: 18px;
    color: #212121;
    font-family: poppins-regular;
    line-height: 16px;
    margin-bottom: 20px;
}

.section h3.title-4 {
    font-size: 28px;
    line-height: 34px;
}

.filter-check {
    list-style: none;
    padding: 0;
}

.filter-check li {
    margin-bottom: 15px;
}

.filter-check li label {
    display: flex;
    align-items: center;
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 16px;
    color: #515D5E;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-check li label p {
    line-height: 21px;
}

.filter-check li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter-check li label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #515D5D;
    /* background-image: url("../images/check.svg"); */
    background-size: 14px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: center;
    border-radius: 2px;

}

.filter-check li label input:checked~.checkmark {
    background-color: #ED9CAF;
}

.filter-check li label input:checked~.checkmark {
    background-image: none;
}

.filter-check li label input:checked~p {
    color: #0E1617;
}


.filter-check li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter-check li label input:checked~.checkmark:after {
    display: block;
}

.filter-check li label .checkmark:after {
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    /*border: solid #081B27;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: rotate(45deg);
    */
    background-image: url("../images/check.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.nested-list ol,
.product-list ol {
    counter-reset: item;
    list-style-type: none;
}

.nested-list ol li ul {
    margin-top: 20px;
}

.nested-list ol li ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.nested-list ol li ul li::marker {
    color: #ED9CAF;
}

.nested-list ol li>ul {
    padding-left: 30px;
}

.nested-list ol>li,
.product-list ol>li {
    counter-increment: item;

}

.nested-list ol>li::before {
    content: counters(item, '.') ' - ';
}

.product-list ol>li::before {
    min-width: 25px;
    display: inline-block;
    content: counters(item, '.') '. ';
}

.dog-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.dog-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hand-2 {
    position: absolute;
    right: 0;
    bottom: 25%;
    max-width: 70px;
}

.btn-all-shop-now {
    display: none;
}

.star-3 {
    position: absolute;
    top: 25%;
    left: 0;
    max-width: 50px;
}

.line-2 {
    position: absolute;
    top: 25%;
    right: 0;
    max-width: 50px;
}

.reviews-txt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -o-line-clamp: 1;
    -ms-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.star-4,
.line-3 {
    position: absolute;
    top: 50%;
    width: 28px;
    display: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.star-4 {
    left: 0;
}

.line-3 {
    right: 0;
}

.section.login-banner {
    padding-top: 100px;
}

.login-banner .shape {
    bottom: 0;
    top: auto;
}

.login-banner .banner-prod {
    top: 17%;
}

.form-section {
    max-width: 380px;
    width: 100%;
}

.account-text {
    font-size: 15px;
}

.account-text a {
    font-size: 16px;
    font-family: poppins-semibold;
    text-decoration: underline;
}

.form-section .form-group {
    margin-bottom: 14px;
}

.address-form .form-group {
    margin-bottom: 20px;
}

.address-form .form-control:focus {
    padding: 15px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;

}

select.form-control.placeholder-shown {
    color: #4E4E4F;
    font-weight: 600;
    opacity: 50%;
}

select.form-control.placeholder-hidden {
    color: #4E4E4F;
}

.form-section .form-control {
    font-size: 16px;
    color: #4E4E4F;
    padding: 15px;
    border: 1px solid #E9E9E9;
    font-weight: 400;
    border-radius: 10px;
}

.form-control {
    font-size: 14px;
    color: #4E4E4F;
    padding: 15px;
    border: 1px solid #E9E9E9;
    font-weight: 400;
    border-radius: 10px;
}

.form-group span.form-control {
    font-size: 14px;
    color: rgba(78, 78, 79, 1);
    padding: 15px;
    border: 1px solid #E9E9E9;
    font-weight: 500;
    border-radius: 10px;
    display: block;
}

.form-control:focus {
    padding: 15px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
}

.form-control::placeholder {
    color: #4E4E4F;
    font-weight: 600;
    opacity: 50%;
}

.form-section .form-control::placeholder {
    color: #4E4E4F;
    font-weight: 600;
    opacity: 50%;
}


.forgot-txt,
.blog-content .article-content h1,
.blog-content .article-content h2,
.blog-content .article-content h3,
.blog-content .article-content h4,
.blog-content .article-content h5,
.blog-content .article-content h6 {
    font-family: poppins-semibold;
}

.separator {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.separator p {
    font-size: 15px;
    color: #1B191999;
    padding: 0 5px;
}

.separator .line {
    height: 1px;
    flex: 1;
    background-color: #F0E0E4;
}

.btn-cacnel {
    border: 1px solid #000000;
    color: #000000;
}

.btn-cacnel:hover,
.btn-cacnel:focus,
.btn-cacnel:active {
    border: 1px solid #000000;
    color: #000000;
    outline: none;
    box-shadow: none;
}

.w-120 {
    width: 120px;
}

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

.btn-login .btn {
    max-width: max-content;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #FF7A7B;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 100px;
}

.btn-login .btn.facebook {
    background-color: #2086D8B2;
}

.btn-login .btn.google:focus,
.btn-login .btn.facebook:focus {
    outline: none;
    box-shadow: none;
}

.btn-login .btn.google:hover,
.btn-login .btn.google:focus,
.btn-login .btn.google:active {
    background-color: #FF7A7B;
    color: #fff;
}

.btn-login .btn.facebook:hover,
.btn-login .btn.facebook:focus,
.btn-login .btn.facebook:active {
    background-color: #2086D8B2;
    color: #fff;
}

.btn-login .btn span {
    display: inline-block;
    margin-right: 10px;
}

.btn-login .btn span img {
    width: 40px;
    height: 40px;
}

.otp-digit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.otp-digit input {
    font-size: 28px;
    color: #000;
    width: 55px;
    height: 55px;
    font-family: poppins-semibold;
    box-shadow: 0px 19px 30px 0px #00000008;
    text-align: center;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 15px;
}

.otp-digit input:last-child {
    margin-right: 0;
}

.product-bottom .qty-input .product-qty {
    width: 35px;
}

.cart-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #FFDAE1;
    padding: 18px 0;
}


.wishlist-cart-item .wishlist-product-image {
    background-color: #fff;
    border-radius: 18px;
    position: relative;
    padding: 25px 35px;
}

.product_list-data .py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cart-item .prdouct-image {
    /* max-width: 140px; */
    max-width: 135px;
    width: 100%;
    /* height: 140px; */
    height: 135px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    position: relative;
}

.cart-item .prdouct-image img,
.wishlist-cart-item .wishlist-product-image img {
    max-height: 100px;
    object-fit: cover;
}

.wishlist-cart-item .wishlist-product-image img {
    margin: 0 auto;
    display: block;
}


.cart-item .prdouct-image .cart-check {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    margin: 0;
}

.wishlist-cart-item .wishlist-product-image .cart-check {
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    margin: 0;
}

.cart-item .prdouct-image .cart-check input,
.wishlist-cart-item .wishlist-product-image .cart-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart-item .prdouct-image .cart-check label,
.wishlist-cart-item .wishlist-product-image .cart-check label {
    position: relative;
    cursor: pointer;
}

.cart-item .prdouct-image .cart-check label:before,
.wishlist-cart-item .wishlist-product-image .cart-check label:before {
    content: '';
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1.5px solid #F8B1BC;
    box-shadow: none;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 4px;
}

.cart-item .prdouct-image .cart-check input:checked+label:after,
.wishlist-cart-item .wishlist-product-image .cart-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.cart-item .prdouct-image .cart-check input:checked+label:before,
.wishlist-cart-item .wishlist-product-image .cart-check input:checked+label:before {

    content: '';
    -webkit-appearance: none;
    appearance: none;
    background-color: #F8B1BC;
}


.cart-item .product-description {
    width: 100%;
    padding-left: 30px;
}

.cart-item .product-description .product-head {
    margin-bottom: 20px;
    gap: 15px;
}

.cart-item .product-description .product-head,
.cart-item .product-description .product-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.cart-item .product-description .product-head .product-name {
    font-size: 18px;
    line-height: 27px;
    font-family: 'poppins-regular';
    color: #000;
    width: 80%;
}

.cart-item .product-description .product-head a {
    color: #474545;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.cart-item .product-description .product-bottom .product-price {
    /* font-size: 27px; */
    font-size: 19px;
    color: #000;
    font-weight: 600;
    /* font-family: poppins-bold; */

}

.quantity-price {
    max-width: 85px;
    width: 100%;
    border: 1px solid #F8D8D8;
    background-color: #fff;
    padding: 7px 15px;
    position: relative;
    border-radius: 5px;
}

.quantity-price input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #161D25;
}

.quantity-add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 50%;
    /* background-color: #fff; */
    height: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.quantity-add a {
    display: flex;
    align-items: center;
}

.terms {
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.terms a {
    color: #0066A1;
}

.apply-coupon-code-text {
    font-size: 16px;
    color: #081B27;
    margin-bottom: 10px;
    font-family: poppins-medium;
}

.span.rupees-span {
    font-family: 'dmserifdisplay';
}

.apply-coupon-code .input-box {
    border-radius: 10px 0px 0px 10px;
    height: 45px;
}

.apply-coupon-code input.btn {
    background-color: #081B27;
    color: #fff;
    font-size: 14px;
    border-radius: 0px 10px 10px 0px;
    height: 45px;
    padding: 10px 20px;
}

.apply-coupon-code input.btn:active {
    background-color: #081B27;
    color: #fff;
}

.title-3 {
    font-size: 20px;
    color: #1C1919;
    line-height: 26px;
    font-family: dmserifdisplay;

}

.save-address {
    border: 1px solid #ED9CAF;
    margin: 35px 0;
    background-color: #fff;
    border-radius: 10px;
}

.custom-radio {
    position: relative;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.custom-radio .label-check {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #F8B1BC;
    cursor: pointer;
}

.custom-radio input+.label-check:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 10px;
    height: 5px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.5);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1.5);
    -moz-transform: translate(-50%, -50%) rotate(-45deg) scale(1.5);
    -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1.5);
    -o-transform: translate(-50%, -50%) rotate(-45deg) scale(1.5);
}

.custom-radio input[type=radio]+.label-check {
    border-radius: 100%;
}

.custom-radio input[type=radio]+.label-check:after {
    top: 50%;
    width: 10px;
    height: 10px;
    border: 0px;
    background-color: #fff;
    border-radius: 100%;
}

.custom-radio input:checked+.label-check {
    background-color: #F8B1BC;
}

.custom-radio input:checked+.label-check:after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    -moz-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}

.edit {
    color: #474545;
    font-family: poppins-semibold;
    text-decoration: underline;
}

.delete {
    color: #474545;
    font-family: poppins-medium;
    text-decoration: underline;
}

.edit:hover {
    color: #474545 !important;
    text-decoration: underline !important;
}

.delete:hover {
    color: #474545 !important;
    text-decoration: underline !important;
}

.address-form select.form-control {
    background-image: url("../images/drop-down-select.svg");
    background-position: right 15px center;
    background-color: #FFF;
    opacity: 1;
    color: #4E4E4F;
    font-weight: 600;
}

/* .address-form select.form-control option        {
    color: #4E4E4F;
} */

.address-form select.form-control option:not(:first-of-type) {
    color: rgba(78, 78, 79, 0.5);
}

.save-address h4 {
    padding: 20px 30px;
    margin: 0 !important;
}

.save-address .select-address:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select-address p {
    padding-left: 15px;
    width: 80%;
}

.member_sect {
    display: block;
    padding: 0 0 7px;
}

.member_sect a {
    padding: 0 0 0 20px;
}

.select-address {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-top: 1px solid #ED9CAF;
    background-color: #fff;
}

.select-address.active {
    background-color: #FDE9EE;
}

.select-address .custom-radio {
    display: flex;
}

/* .select-address .custom-radio label {
    max-width: 60px;
    width: 45px;
} */

.select-address .edit {
    width: auto;
    text-align: right;
    font-family: 'poppins-medium';
}

.checkout-cart {
    height: auto;
    max-height: 330px;
    overflow-y: scroll;
}

.checkout-cart .cart-item:first-child {
    border-top: 0;
}

.checkout-cart .cart-item .prdouct-image {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 8px;
}

/* .cart-item:last-child {
    border-bottom: 0;
} */

.checkout-cart .cart-item .prdouct-image img {
    max-height: 50px;
}

.checkout-cart .cart-item .product-description .product-head .product-name {
    font-size: 16px;
    width: 100%;
    line-height: 22px;
}

.checkout-cart .cart-item .product-description .product-head .product-price {
    font-size: 14px;
    font-family: poppins-semibold;
    text-align: right;
}

.checkout-cart .cart-item {
    padding: 15px 0;
    border-color: #fff;
}

.checkout-cart .cart-item:last-child {
    border-bottom: 0;
}

.checkout-cart .cart-item .product-description {
    padding-left: 20px;
}

.checkout-cart .cart-item .product-description .product-head {
    margin-bottom: 6px;
    align-items: baseline;
    gap: 5px;
}

.checkout-cart .product-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-cart .card-item .product-details span {
    color: #474545;
}

.checkout-cart .card-item .product-details p {
    color: #474545;
    font-family: poppins-medium;

}

.checkout_cont .product-details span {
    font-family: poppins-medium;
    font-size: 14px;
}

.cart-check {
    display: inline-block;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.cart-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart-check label {
    position: relative;
    cursor: pointer;
}

.cart-check label:before {
    content: '';
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1.5px solid #F8B1BC;
    box-shadow: none;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 4px;
}

.cart-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.cart-check input:checked+label:before {
    content: '';
    -webkit-appearance: none;
    appearance: none;
    background-color: #F8B1BC;
}

.cart_pge span {
    display: block;
    margin: 0 0 20px;
    float: left;
}

.cart_pge span strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #081B27;
}

.link_sect {
    float: right;
}

.link_sect a,
.wishlist_sect a {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #474545;
    position: relative;
}

.link_sect a:last-child,
.wishlist_sect a:last-child {
    margin-right: 0;
}

.link_sect a::after,
.wishlist_sect a::after {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    background-color: #474545;
    position: absolute;
    right: -14px;
    top: -1px;
}

.link_sect a::after {
    top: 3px;
}

.wishlist_sect a::after {
    top: 3px;
}

.cart_blg .total-price {
    margin-top: 0;
}

.trash-icon {
    position: absolute;
    top: 15px;
    right: 13px;
}

.trash-icon img {
    width: 18px;
}

.link_sect a:last-child:after,
.wishlist_sect a:last-child:after {
    display: none;
}

.upper-content strong {
    font-size: 17px;
}




/************** Scrollbar Custom*************/

.custom-scroll::-webkit-scrollbar {
    width: 0;
}

.custom-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.border-top-left-radius-10 {
    border-top-left-radius: 10px;
}

.border-top-right-radius-10 {
    border-top-right-radius: 10px;
}

.payment-type {
    max-width: 180px;
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #F8D8D8;
    justify-content: space-between;
    padding: 0 5px;
    width: 100%;
    margin-left: 1.2rem;
    border-radius: 6px;
}

.payment-type li img {
    /* width: 24px; */
    object-fit: cover;
}

.shipping-details {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #FFDAE1;
    margin: 0 30px
}

.shipping-details>div {
    width: 100%;
}

.shipping-details h5 {
    min-width: 130px;
    font-size: 20px;
    color: #1C1919;
    line-height: 24px;
    font-family: dmserifdisplay;
}

.shipping-details p {
    color: #474545;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.shipping-details a {
    min-width: 120px;
    display: flex;
    justify-content: flex-end;
}

.sidebar-tab {
    border: 1px solid #E9E9E9;
    background-color: #fff;
    border-radius: 10px;
}

.sidebar-tab h3 {
    padding: 25px 30px;
}

.sidebar-nav li a {
    font-size: 16px;
    color: #212121;
    padding: 15px 30px;
    display: block;
    border-top: 1px solid #E9E9E9;
}

.sidebar-nav li.active a {
    color: #F38393;
    font-family: poppins-semibold;
}

.profile-edit {
    color: #0066A1;
    text-decoration: underline;
    margin-left: 30px;
    font-size: 15px;
}

.title-4 {
    font-size: 18px;
    font-family: poppins-medium;
}

.user-profile .user-content a,
.user-profile .user-content label {
    color: #0066A1;
    text-decoration: underline;
    cursor: pointer;
}

.user-profile .user-content .InputFile {
    display: none;
}

.profile-title {
    font-size: 20px;
    line-height: 24px;
    font-family: poppins-semibold;
    color: #212121;
}

.profile-edit:hover {
    color: #0066A1;
    text-decoration: underline;
}

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

.user-profile .img {
    width: 200px;
    height: 200px;
    margin-right: 40px;
    border-radius: 15px;
}

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

.notification-list {
    border: 1px solid #ED9CAF;
    background-color: #fff;
    border-radius: 12px;
}

.notification-list #notification-list-short {
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

.notification-list .inner-item {
    display: flex;
    padding: 15px 30px;
    align-items: baseline;
    border-top: 1px solid #ED9CAF;
}

.notification-list .inner-item:first-child {
    border-top: 0;
}

.notification-list .inner-item .dot {
    display: block;
    width: 10px;
    height: 10px;
    background: #ED9CAF;
    border-radius: 100px;
}

.notification-list .inner-item>div {
    margin-right: 10px;
}

.notification-list .inner-item p {
    color: #000;
    font-size: 16px;
}

.notification-list .inner-item span {
    color: #474545;
    font-size: 14px;
}

.close-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5CFD7;
    cursor: pointer;
    float: right;
    margin: 10px 10px 0 0;
    border-radius: 100px;
}

.close-icon.close-profile {
    position: absolute;
    right: 15px;
    top: 10px;
}

.nofitication-dropdown.dropdown-menu.show {
    min-width: 320px;
    width: 100%;
    padding: 0;
    border: 0;
    top: 60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    border-radius: 12px;
}

.nofitication-dropdown.dropdown-menu.show::before {
    content: "";
    width: 20px;
    height: 15px;
    background: transparent;
    position: absolute;
    left: 50%;
    top: -14px;
    background-image: url("../images/subtract.png");
    background-size: cover;
    object-fit: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}


.nofitication-dropdown .notification-list .inner-item {
    align-items: flex-start;
}

.nofitication-dropdown .notification-list .inner-item .dot {
    margin-top: 6px;
}

.nofitication-dropdown .notification-list .inner-item {
    padding: 10px 10px;
    cursor: pointer;
}

.nofitication-dropdown .notification-list .inner-item p {
    font-size: 14px;
}

.nofitication-dropdown .notification-list .inner-item span {
    font-size: 13px;
}

.nofitication-dropdown .notification-list .inner-item .notification-status {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5CFD7;
    border-radius: 100px;
}

.nofitication-dropdown .notification-list .inner-item .notification-status img {
    height: 15px;
}

.order-head {
    padding: 10px 30px;
    cursor: pointer;
}


.order-accordian {
    border-radius: 20px 20px 20px 20px;
    background-color: #FDE9EE;
    border: 1px solid #F4C0CD;

}

.order-head.active .orderlinkhide img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s;
}

.order-history-list-hide {
    display: none;
}

.order-history-list-hide.active {
    display: block;
}

.order-head p {
    color: #000;
    font-size: 13px;
}

.line-vertical {
    height: 15px;
    width: 2px;
    background-color: #F8B1BC;
    display: inline-block;
    margin: 0 7px;
}

.order-head p b {
    color: #081B27;
    display: flex;
    align-items: center;

}

.order-accordian .order-history-list {
    border: 0;
}

.order-history-list {
    border: 1px solid #F4C0CD;
    padding: 0 30px 30px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}

.order-address {
    border: 1px solid #F4C0CD;
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 18px;
}

.order-address .title-3 {
    position: relative;
}

.order-address .title-3::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.order-address p {
    color: #474545;
}

.order-address p b {
    color: #212121;
}

.order-history-list .order-item .order-img {
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.order-history-list .order-item .order-img img {
    height: 60px;
    object-fit: cover;
}

.order-history-list .order-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E9E9E9;
}

.order-history-list .order-item:last-child {
    border-bottom: 0;
}

.order-history-list .order-item h4 {
    font-size: 32px;
    font-family: dmserifdisplay;
    color: #1C1919;
}

.order-history-list .order-item h4.title-3 {
    font-size: 20px;
}

.order-history-list .order-item h4.title-3 span {
    font-size: 16px;
}

.order-history-list .order-item h4 span {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-left: 10px;
    font-family: dmserifdisplay;
}

.order-history-list .order-item .item-price {
    font-size: 20px;
    color: #000000;
    font-family: dmserifdisplay;
    margin-top: 5px;
}

.order-history-list.order-details-list {
    border-radius: 18px;
}

.calling-btn {
    width: 46px;
    height: 45px;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-right {
    border-right: 1px solid #E9E9E9;
}

/*************** Order tracing css*************/

.StepProgress {
    position: relative;
    padding-left: 50px;
    list-style: none;
}

.StepProgress::after {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 1px;
    height: 100%;
    background-color: #E9E9E9;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 19px;
    width: 10px;
    height: 90%;
    border-left: 3px solid #ED9CAF;
}

.StepProgress-item {
    position: relative;
    /* counter-increment: list; */
    margin-top: 40px;
}

/* .StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
  } */
.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 15px;
    height: 15px;
    background-color: #ED9CAF;
    border-radius: 50%;
}

/* .StepProgress-item.is-done::before {
    border-left: 2px solid #ED9CAF;
  } */
/* .StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border: 2px solid #ED9CAF;
    background-color: #ED9CAF;
  } */
.StepProgress-item.current::before {
    border-left: 2px solid #ED9CAF;
}

/* .StepProgress-item.current::after {
    content: "";
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: green;
    border: 2px solid green;
    background-color: white;
  } */
.StepProgress h5 {
    display: block;
    font-size: 16px;
    color: #212121;
    font-family: poppins-medium;

}

.StepProgress p {
    color: #474545;
}

.breadcrumb {
    align-items: center;
}

.header-menu2 {
    display: none !important;
}

.close-filter {
    top: 15px;
    position: absolute;
    right: 15px;
    display: none;
}

.gutters-row {
    --bs-gutter-x: 4.5rem;
}

.successfully-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    /* font-family: dmserifdisplay; */
    text-align: center;
    margin-bottom: 10px;
}

p.text-center.small {
    font-size: 16px;
    line-height: 26px;
}

p.text-center.small b {
    font-weight: 500;
}

.order-status-btn {
    font-size: 13px;
    color: #FFFFFF;
    padding: 6px 20px;
    margin-right: 3rem;
}

.order-placed {
    background-color: #549CD5;
}

.order-placed:hover,
.order-placed:active,
.order-placed:focus {
    background-color: #549CD5 !important;
}

.order-shiped {
    background-color: #FF9900;
}

.order-shiped:hover,
.order-shiped:active,
.order-shiped:focus {
    background-color: #FF9900 !important;
}

.order-delivered {
    background-color: #0AB462;
}

.order-delivered:hover,
.order-delivered:active,
.order-delivered:focus {
    background-color: #FF9900 !important;
}

.order-return {
    background-color: #FD5454;
}

.order-return:hover,
.order-return:active,
.order-return:focus {
    background-color: #FF9900 !important;
}

.order-status-btn:hover,
.order-status-btn:focus,
.order-status-btn:active {
    color: #FFFFFF !important;
    outline: none;
    box-shadow: none;
}

.bg-light-pink {
    background-color: #FFF7F9
}

.buy-img {
    height: 18px;
}

.orderlinkhide {
    width: 15px;
}



.download-invoice {
    font-size: 14px;
    color: #ED9CAF;
    font-family: poppins-medium;
    text-decoration: underline;
}

.download-invoice:hover {
    color: #ED9CAF;
    text-decoration: underline;
}

.cart-empty img {
    max-width: 150px;
    width: 100%;
}

.modal-dialog.modal-md {
    max-width: 420px;
}

.modal-dialog.modal-md .modal-content {
    border-radius: 15px;
}

.related-slider .slick-track {
    margin-left: 0;
}

.row-gutter-footer {
    /* --bs-gutter-x: 25rem; */
    --bs-gutter-x: 5rem;
    /* --bs-gutter-x: 1rem; */
}


.footer-logo2 {
    display: none;
}

.img-banner {
    max-width: 420px;
}

.breadcrumb a p,
.breadcrumb p {
    font-weight: bold;
    font-size: 18px;
}

/* .breadcrumb {
    margin-top: -40px;
} */
.btn-buy-amazon-img {
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
}

.team-img {
    max-height: 220px;
    border-radius: 40px;
}

.menu-holder {
    display: block;
    margin: 0 auto;
    max-height: 400px;
    padding: 1.5rem 2.5rem;
    padding-bottom: 2.4rem;
}

.footer-links-divide::before,
.footer-links-divide::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ffffff45;
    position: absolute;
    top: 0;
}

.footer-links-divide::before {
    left: 0;
}

.footer-links-divide::after {
    right: 0;
}

.startup-logo {
    max-height: 56px;
    margin-top: 1.5rem;
}

.certificate-number {
    margin-top: 1.5rem;
    font-family: poppins-medium;
}

.footer-backlinks li p {
    font-family: poppins-medium;
    opacity: 0.6;
}

.footer-sub-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-sub-text li {
    font-family: poppins-medium;
    font-size: 20px;
    position: relative;
}

.footer-sub-text li:not(:last-child) {
    margin-right: 1.8rem;
}

.footer-sub-text li:not(:last-child)::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%)
}

.footer-backlinks li {
    position: relative;
    padding-left: 15px;
}

.footer-backlinks li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.7;
    transform: translateY(-50%);
}

.blog-content .article-content ul {
    padding-left: 16px;
}

.blog-content .article-content ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.blog-content .article-content ul li::marker {
    color: #ED9CAF;
}


/* wishlist styling */

/* .wishlist-cart-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    justify-content: space-between;
    row-gap: 30px;
} */

.wishlist-section .items-selected {
    font-size: 20px;
    font-family: poppins-semibold;
}

.wishlist-section .remove-option {
    font-size: 16px;
}

.wishlist-product-image .product-icons .trash-icon img {
    position: absolute;
    right: 4px;
    top: 2px;
    max-height: none;
    width: 18px;
    height: auto;
    max-width: none;
}

.wishlist-product-image .move-to-cart-btn {
    text-align: center;
    background-color: #ED9CAF;
    padding: 10px;
    border-radius: 40px;
    font-size: 14px;
}

.wishlist-product-image .move-to-cart-btn a {
    color: #fff;
    font-size: 15px;
}

.wishlist-product-image .product-title {
    font-size: 22px;
    line-height: 32px;
    font-family: dmserifdisplay;
}

.wishlist-product-image .product-price {
    font-size: 20px;
    font-family: poppins-bold;
}

.wishlist-section .wishlist-mob-icons {
    display: none;
}

.mob_funct {
    display: none;
}

.mob_icon,
.mob_icon1 {
    display: none;
}

.link_sect a p,
.cart-item .product-description .product-head a p,
.wishlist_sect a p,
.cart-item .product-description .product-head a p {
    display: block;
}


.upper-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.successfully-text.small {
    font-size: 21px;
}

/********************** Guest Checkout Start **********************/

.guest_check_sect .form-group {
    margin-bottom: 20px;
}

.guest_check_cont p {
    margin: 0 0 20px;
}

.guest_check_sect .less_mar {
    margin-top: 0.5rem !important;
}

.guest_payment {
    margin-top: 50px;
}

.guest_payment .save-address {
    margin-top: 30px;
}

.guest_check_cont .guest_pay_cont .select-address p {
    font-size: 17px;
    line-height: 25px;
    padding: 0 0 0 10px;
    margin: 0;
}

.guest_billing_sect .select-address p {
    font-size: 17px;
    line-height: 25px;
    padding: 0 0 0 10px;
    margin: 0;
}

.guest_check_sect .section h3.title-4 {
    margin-bottom: 18px !important
}

.guest_check_cont .checkout_cont p {
    margin: 0;
}

.guest_payment .select-address .custom-radio {
    width: 100%;
    padding-right: 15px;
}

.scroll_side h2.title-product {
    width: 85%;
}

.btn_sect a.wish_btn img.desk {
    display: block;
}

.btn_sect a.wish_btn img.cl_desk {
    display: none;
}

.btn_sect a.wish_btn.active img.desk {
    display: none;
}

.btn_sect a.wish_btn.active img.cl_desk {
    display: block;
}

.scroll_side .price-discount {
    margin: 0 !important;
}

.scroll_side p.price-save {
    margin: 0 25px
}

/*Card Styling*/

.card1 {
    border: none;
    background-color: white;
    border-radius: 18px;
    position: relative;
    padding: 20px;
}

.card1 img {
    height: 120px;
    width: 100%;
    max-width: max-content;
    margin: 25px auto 0;
    object-fit: cover;
}

.card__wrap--inner {
    padding: 12px;
}

.card__item {
    padding: 0 15px;

}

/* .card__item h5      {
    font-family: poppins-regular;
} */

.card__sub {
    padding: 0;
}

/*Card Flex Code*/

.card1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card__wrap--outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
}

.card__wrap--inner {
    display: flex;
    flex-direction: row;
    width: 25%;
}

.flexible {
    flex-grow: 1;
}

.card1 .cart-check {
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    margin: 0;
}

.card1 .trash-icon {
    position: absolute;
    top: 12px;
    right: 13px;
    cursor: pointer;
}

.card1 .trash-icon img {
    max-height: none;
    width: 18px;
    height: auto;
    max-width: none;
    margin: 0;
}

.card1 h5 {
    font-size: 24px;
    line-height: 30px;
    font-family: dmserifdisplay;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
}

.card1 strong {
    font-size: 19px;
    font-family: poppins-regular;
    font-weight: 500;
}

.card1 strong span {
    font-family: 'dmserifdisplay';
}

.card1 .move-to-cart-btn a {
    text-align: center;
    background-color: #ED9CAF;
    padding: 10px;
    border-radius: 40px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: block;
}

.wishlist-section .col-lg-12 {
    padding: 0;
}

.cart-empty.text-center.py-4 {
    padding: 6rem 0 !important;
}

.pagination .page-item .page-link,
.page-item:first-child .page-link {
    color: #f38393;
    border-color: #f38393 !important;
    background-color: #FFF;
}

.pagination .page-item .page-link.active {
    background-color: #f38393;
    color: #fff;
    border-color: #f38393;
}

.pagination .page-item .page-link.active:focus,
.pagination .page-item .page-link.active:hover {
    background-color: #f38393;
    color: #fff;
    border-color: #f38393;
}

.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
    background-color: #fff;
    box-shadow: none;
    outline: none;
}

.password_hide_show {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-cpassword {
    font-size: 13px;
}

.parsley-errors-list {
    position: inherit;
    color: red;
    font-size: 13px;
}

.select-address .custom-radio p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
}



/* Slider CSS Start  */

.thumbnail_slider {
    max-width: 700px;
    margin: 0 auto;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    /* width: 580px; */
    overflow: hidden;
    transition: .2s;
    border: none !important;
    margin: 0 4px 10px;
    border-radius: 18px;
    background-size: inherit;
    width: 24.9% !important;
    background-size: auto 70% !important;
    background-color: #FFF !important;
}

.splide__arrow {
    opacity: .8;
    background: #FFF;
    border: 1px solid #E9E9E9;
    width: 42px;
    height: 42px;
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    height: 480px !important;
    background-color: #FFF !important;
    background-size: auto !important;
}

.splide__arrow svg {
    width: 0.9em;
    height: 0.9em;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 1px solid #FB9797 !important;
}

.splide__arrow--prev {
    left: -17px;
}

.splide__arrow--next {
    right: -20px;
}

.splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* Slider CSS End  */

#slider {
    /* -moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	box-shadow: 0 0 3px #aaa; */
    /* background: #fff; */
    width: 100%;
    overflow: hidden;
}

#slides {
    height: 500px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #FFF;
    width: 100% !important;
    margin: 0 !important;
}

.slide {
    float: left !important;
    width: 100%;
    text-align: center;
    height: 100%;
    position: relative;
}

.slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#menu {
    height: 45px;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    width: 60px;
    margin-left: -4px;
    display: inline-block;
    list-style: none;
    height: 45px;
    overflow: hidden;
}

#menu li.active,
#menu li.active:hover {
    background: url('http://timivey.com/external/codepen/thumbslider/active_bg.png') no-repeat;
}

#menu li.active {
    cursor: default;
}

#menu .sep {
    width: 2px;
    background: url('http://timivey.com/external/codepen/thumbslider/seperator.png') no-repeat right;
    margin-right: -2px;
}

#menu li a {
    display: block;
    background: url('http://timivey.com/external/codepen/thumbslider/seperator.png') no-repeat right;
    height: 35px;
    padding-top: 10px;
}

#menu a img {
    border: none;
}

.inner-product {
    height: 500px;
    /* height: 380px; */
}


.form-item__element {
    display: inline-block;
    padding: 0.5em;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px;
    border: 1px solid gray;
}

.form-item__element--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/drop-down-select.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-color: #FFF;
    opacity: 1;
    color: #4E4E4F;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding: 15px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
}

.form-item__element--select:invalid {
    color: rgba(78, 78, 79, 0.5);
    font-weight: 600;
}

.form-item__element--select.has-placeholder {
    color: rgba(78, 78, 79, 0.5);
    font-weight: 600;
}

.form-item__element--select [disabled] {
    color: rgba(78, 78, 79, 0.5);
    font-weight: 600;
}

.form-item__element--select option {
    color: #4E4E4F;
    font-weight: 400;
}

.guest_blog h4.title-3 {
    cursor: auto;
}

.memb_checkout_sect h4.title-3 {
    cursor: auto;
}

.frequently_sect h5 {
    font-size: 18px;
}

.related-slider .slick-track h3 {
    font-family: poppins-regular;
    padding: 0 13px;
    font-size: 20px;
}

.section-detail-product p.fw-bold {
    width: 23%;
}

/********************** Thank You page Css Start **********************/

.thank_page_banner {
    height: 32vh;
}

.thank_page_banner .banner-stars {
    top: -12%;
}

.banner-prod {
    top: -25%;
}

.thank_page_cont h3.title-4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thank_page_cont h3.title-4 img {
    width: 40px;
    height: 40px;
}

.thank_page_cont .shipping-details.no-bord {
    border-bottom: none;
}

.thank_page_cont .save-address {
    border: 2px solid rgba(237, 156, 175, 0.6);
}

.continue-shopping-btn {
    width: 250px;
    height: 60px;
    padding: 10px 26px;
    font-size: 16px;
    line-height: 39px;
    color: #fff;
    background-color: #ED9CAF;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
}

.continue-shopping-btn:hover {
    color: #fff;
    background-color: #ED9CAF;
}

.btns_gap {
    gap: 20px;
}

.track-order {
    width: 250px;
    height: 60px;
    padding: 10px 26px;
    font-size: 16px;
    line-height: 39px;
    color: #1C1919;
    background-color: transparent;
    border: 1px solid #000;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
}

.track-order:hover {
    color: #1C1919;
    background-color: transparent;
    border: 1px solid #000;
}

.order-summary-cont h3 {
    font-size: 24px;
    line-height: 26px;
    color: #1C1919;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.order-summary-cont .cart-item .product-description .product-head .product-name {
    font-family: dmserifdisplay;
    font-size: 20px;
    line-height: 24px;
    color: #1C1919;
    font-weight: 400;
}

.order-summary-cont .cart-item {
    align-items: center;
}

.order-summary-cont.checkout-cart .cart-item .product-description .product-head .product-price {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.order-summary-cont.checkout-cart .product-details span,
.order-summary-cont.checkout-cart .product-details p {
    font-size: 14px;
}

.order-summary-cont.checkout-cart .cart-item .product-description .product-head {
    margin-bottom: 5px;
}

.order-summary-cont.checkout-cart {
    max-height: none;
}

.order-summary-cont.checkout-cart .cart-height {
    height: auto;
    max-height: 344px;
    overflow-y: scroll;
    border-top: 1px solid #FFF;
    -ms-overflow-style: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.order-summary-cont.checkout-cart .cart-height::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.order-summary-cont.checkout-cart .cart-item:first-child {
    padding-top: 0;
}

.no-bord_price_sect {
    border-bottom: none;
    margin-bottom: 0 !important;
}


/********************** Responsive Css Start **********************/

@media (max-width: 320px) {


    .banner-section.blog-banner {
        height: 100vh !important;
    }

    .guest_payment p,
    .guest_check_cont p {
        font-size: 13px;
        line-height: 21px;
    }

    .banner-section {
        padding: 5rem 0.3rem 3rem !important;
    }

    .modal-dialog.modal-md {
        max-width: 80% !important;
        margin: 0 auto;
    }

    .modal-body.p-5 {
        padding: 2rem !important;
    }

    .cart-item .product-description .product-head .product-name {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    .cart-item .product-description .product-head a {
        font-size: 12px !important;
    }

    .cart-item .product-description .product-bottom .product-price {
        font-size: 14px !important;
    }

    .productListImage .productListinner.slick-slide img {
        max-height: 80px !important;
    }


}

@media (max-width: 375px) {
    .related-slider button.slick-prev {
        left: 35% !important;
    }

    .related-slider button.slick-next {
        right: 35% !important;
    }

    .price-save {
        padding: 7px;
    }

    .product-details-list li a {
        font-size: 13px !important;
        padding: 10px 10px !important;
    }

    /* .inner-product {
        height: 380px;
    } */



}

@media (max-width:600px) {
    .blog-list-slider .slick-list {
        margin: 0 0 !important;
    }

    /* .scroll_side ul li {
        padding: 8px 15px !important;
        font-size: 13px !important;
        line-height: 17px !important;
        margin: 10px 1px 0 !important;
    } */
    section {
        overflow-x: hidden !important;
    }

    .price-section {
        justify-content: normal !important;
        padding: 12px 0 !important;
    }

    .scroll_side p.price {
        margin-right: 20px !important;
    }

    .banner-section {
        height: auto;
    }

    .why-section .card {
        min-height: 100% !important;
    }

    .blog-list-slider .slick-slide {
        margin: 0 auto !important;
    }

    .otp-digit input {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
        border-radius: 10px !important;
    }

    header ul li.cart-common a,
    header ul li.profile-menu a span {
        width: 33px !important;
        height: 33px !important;
    }

    header ul li.cart-common a img {
        width: 14px;
    }

    header ul li.profile-menu a span img {
        height: 31px !important;
    }

    header ul li {
        margin: 0 10px;
    }

    /* .active-header .logo, .logo {
        max-width: 85px;
        width: 100%;
    } */
    .active-header .mobile-menu .logo {
        width: 100px;
    }

    .dot {
        width: 8px;
        height: 8px;
        right: 9px;
        top: 7px;
    }

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

    .user-profile {
        flex-direction: column;
        align-items: flex-start;
    }

    .user-profile .user-content {
        margin-top: 20px;
    }

    .dropdown-profile-menu {
        top: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }

    .dropdown-profile-menu,
    .nofitication-dropdown.dropdown-menu.show {
        /*max-width: 320px;
        min-width: max-content;
        */
        position: fixed !important;
        width: 100%;
        height: 100vh;
        max-width: unset;
        top: 0 !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .dropdown-profile-menu::before,
    .nofitication-dropdown.dropdown-menu.show::before {
        display: none;
    }

    .footer-logo {
        max-width: 160px;
    }

    /* .inner-product {
        height: 340px;
    } */


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

    .thank_page_cont h3.title-4 {
        font-size: 18px !important;
    }

    .thank_page_cont h3.title-4 img {
        width: 22px;
        height: 22px;
    }

    .thank_page_cont p {
        font-size: 13px;
        line-height: 20px;
    }

    .thank_page_cont .shipping-details p {
        font-size: 14px;
        line-height: 22px;
    }

    .continue-shopping-btn,
    .track-order {
        width: 75%;
        height: 50px;
        margin: 0 auto 15px;
    }

    .btns_gap {
        display: block !important;
        text-align: center;
    }



    .thank_page_banner .banner-stars {
        top: -6% !important;
    }

    .thank_page_banner .banner-prod {
        top: -15%;
    }

    .thank_page_banner.banner-section {
        padding: 2rem 0.3rem 3rem !important;
    }

}

@media (max-width: 767px) {
    .footer-list {
        flex-direction: column;
    }

    .scroll_side p.price-save {
        margin: 0 15px;
    }

    /* .footer-logo {
        display: none;
    } */
    .thank_page_price_cont .no-bord_price_sect.price-section {
        margin-top: 0 !important;
        padding-top: 10px !important;
        border-top: none;
    }

    .thank_page_price_cont {
        margin-top: 20px;
    }

    .footer-logo.footer-logo2 {
        max-width: 50px !important;
        display: none;
        margin-bottom: 15px !important;
    }

    .btn_sect.mb-4 {
        margin-bottom: 0 !important;
    }

    .mob_fix {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #FFF;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 15%);
        left: 0;
        padding: 10px;
        z-index: 1;
        text-align: center;
    }

    .homebanner-section .btn-all {
        text-align: center !important;
    }

    .homebanner-section p {
        text-align: center;

    }

    .splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
        height: 315px !important;
        background-size: auto 80% !important;
    }

    .splide__slide {
        width: 25% !important;
    }

    .splide__arrow {
        width: 24px;
        height: 24px;
    }

    .splide__arrow svg {
        width: 0.7em;
        height: 0.7em;
    }

    .splide__arrow--prev {
        left: -8px;
    }

    .splide__arrow--next {
        right: -8px;
    }

    .about-content p,
    .about-content h3 {
        text-align: center;
    }

    .profile-section .row.mb-5 {
        margin-bottom: 2rem !important;
    }

    .btn-all {
        text-align: center;
    }

    .banner-content {
        padding-top: 0 !important;
    }

    .about-section p,
    .about-section h3,
    .our-product-section h3,
    .our-product-section p {
        text-align: center;
    }

    .slider p {
        text-align: center;

    }

    .main-img {
        right: auto;
        bottom: 10rem;
        max-width: 100%;
        margin: 0 auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: static !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        margin-top: 2rem;
    }

    .client-profile .client-img {
        width: 60px;
        height: 60px;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }

    .client-profile {
        flex-direction: column;
        text-align: center;
    }

    .homebanner-section {
        height: auto !important;
    }

    .homebanner-section h2,
    .banner-section h2 {
        text-align: center;
    }

    .copyright-area {
        flex-direction: column;
    }

    .copyright-area .footer-logo {
        margin-bottom: 20px;
    }

    .related-slider button.slick-arrow {
        bottom: -40px;
        top: auto;
    }

    .product-details-list {
        border-top: 0;
    }

    .related-slider button.slick-prev {
        right: auto;
        left: 38%;
    }

    .related-slider button.slick-next {
        left: auto;
        right: 38%;
    }

    .related-title {
        text-align: center;
    }

    .tabs {
        display: none !important;
    }

    .filter-select {
        display: block;
    }

    /* .homebanner-section {
        height: 85vh !important;
        overflow: hidden;
    } */
    #timer {
        flex-wrap: wrap;
    }

    .contact-us-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .why-section>div:nth-last-child(2) {
        margin-bottom: 40px !important;
    }

    .contact-main-section {
        padding: 0;
    }

    .sidebar-tab {
        margin-bottom: 35px;
    }

    .border-right {
        border: 0;
    }

    .btn-group-2 {
        flex-direction: column;
        margin-top: 20px;
    }

    .btn-group-2 .btn {
        margin-bottom: 10px;
        margin-left: 0 !important;
    }

    .order-history-list .order-item h4 {
        font-size: 24px !important;
    }

    .order-history-list .order-item {
        flex-direction: column;
        align-items: flex-start;
    }

    /* .cart-item .prdouct-image{
        margin-left: auto;
        margin-right: auto;
    } */
    .cart-item {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .cart-item .prdouct-image {
        max-width: 80px;
        width: 100%;
        height: 80px;
        border-radius: 10px;
    }

    .cart-item .product-description {
        padding-left: 15px !important;
    }

    .cart-item .product-description .product-head {
        margin-bottom: 15px;
        align-items: normal;
    }

    .payment-logo-top {
        display: none;
    }

    .payment-logo-bottom {
        display: block;
        margin-top: 20px;
    }

    .img-banner {
        max-width: 100% !important;
    }

    .product-slider .productImage .inner-product img {
        margin: 0;
        object-fit: fill;
    }

    .price-section.mob_sect {
        padding: 12px 0 2px !important;
        margin-bottom: 18px !important;
        display: block !important;
    }

    .quality_sect strong,
    .delivery_sect strong {
        font-size: 13px;
    }

    .qty-input {
        width: fit-content;
    }

    .delivery_sect {
        width: auto;
        padding: 12px 0;
    }

    .delivery_sect input {
        width: 64% !important;
        font-size: 13px !important;
        border-radius: 6px !important;
        margin-right: 4px !important;
        padding: 8px 12px !important;
    }

    .accordion-container {
        padding: 20px 0;
    }

    .set>a {
        font-size: 14px;
        /* padding: 18px 0 15px; */
    }

    .frequently_sect {
        padding: 15px;
        border: 1px solid #FBE0E6;
        border-radius: 10px;
    }

    .frequently_sect h4 {
        font-size: 17px;
    }

    .frequently_sect ul {
        list-style: none;
        margin: 0 -10px 20px;
    }

    .frequently_sect ul li {
        margin: 0 10px !important;
        padding: 10px 0 !important;
    }

    .frequently_sect ul li::after {
        right: -16px;
        /* top: 31px !important; */
        font-size: 16px;
    }

    .frequently_sect span p {
        vertical-align: top;
        width: 87% !important;
    }

    .frequently_sect span p b::before {
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 100px;
        display: inline-block;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 8px;
    }

    .frequently_sect .cart-check label:before {
        padding: 8px;
    }

    .frequently_sect .cart-check input:checked+label:after {
        top: 7px;
        left: 7px;
        width: 5px;
        height: 10px;
    }

    .btn-add-all {
        width: 100%;
    }

    .product-details-list.add_mar li {
        width: 50%;
    }

    .section h3 {
        font-size: 19px;
        line-height: 23px;
    }

    .frequently_sect span p b {
        position: relative;
    }

    .frequently_sect ul li img {
        height: 73px;
    }

    .set a span {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        top: 22px;
    }

    .content p {
        font-size: 13px;
        line-height: 22px;
    }

    .qty-input .product-qty {
        width: 34px;
    }

    .delivery_sect .btn {
        padding: 8px 18px;
        font-size: 13px;
    }

    .scroll_side .title-product {
        font-size: 25px;
        margin-bottom: 5px !important;
        width: 84%;
        line-height: 35px;
    }

    .quality_sect {
        width: 100%;
        margin: 0;
        padding: 0 0 15px;
        border-bottom: 1px solid #FFF;
    }

    .scroll_side .price-discount {
        font-size: 14px;
    }

    .scroll_side p.price {
        margin-right: 15px !important;
    }

    .scroll_side ul li {
        padding: 5px 13px;
        font-size: 12px;
    }

    .scroll_side a.return_sect img {
        width: 28px;
        display: block;
    }

    .btn_sect .btn-add-cart {
        width: 140px !important;
        height: 40px;
        font-size: 14px;
        line-height: 28px;
        margin: 0 5px !important;
    }

    .btn_sect a img {
        width: auto;
        height: 40px;
        display: inline-block;
    }

    .btn_sect .btn-buy-now {
        width: 100px !important;
        height: 40px;
        line-height: 27px;
        font-size: 14px;
    }

    .scroll_side .btn img {
        width: 16px;
    }

    .cart_pge span strong {
        font-size: 14px;
    }

    .cart-check {
        margin-right: 4px;
    }

    .cart-check label:before {
        padding: 7px;
    }

    .mob_icon {
        display: block;
        width: 40px;
    }

    .link_sect a p,
    .link_sect a::after,
    .wishlist_sect a p,
    .wishlist_sect a::after {
        display: none;
    }

    .link_sect a,
    .wishlist_sect a {

        margin-right: 5px;
    }

    .cart_pge span {
        margin: 8px 0 20px;
    }

    .cart-item .prdouct-image .cart-check label:before {
        padding: 6px;
    }

    .cart-item .prdouct-image .cart-check {
        left: 5px;
        top: 0px;
    }

    .cart-item .product-description .product-head a p {
        display: none;
    }

    .mob_icon1 {
        display: block;
        width: 16px;
        height: auto;
    }

    .cart-item .prdouct-image img {
        max-height: 60px;
    }

    .cart-check input:checked+label:after {
        top: 7px;
        left: 6px;
        width: 5px;
        height: 10px;
    }

    .cart-item .prdouct-image .cart-check input:checked+label:after {
        top: 8px;
        left: 5px;
        width: 4px;
        height: 8px;
    }

    .product-description p.mb-2 {
        line-height: 15px;
    }

    .qty-input .product-qty,
    .qty-input .qty-count {
        height: 2.3rem;
    }

    .product-bottom .qty-input .product-qty {
        width: 30px;
    }

    .cart-item .product-description .product-bottom {
        align-items: center;
    }

    .cart_pge .container,
    .cart_blg {
        padding: 0;
    }

    .product-details-card {
        padding: 20px 25px;
        border-radius: 0;
    }

    .cart_cont {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    /* .apply-coupon-code-text, #apply_coupon {
        display: none;
    } */
    .cart_pge .total-price {
        border-top: 0;
        padding: 0;
    }

    .total-price h5,
    .total-price h4 {
        font-size: 14px;
    }

    .cart_pge .discount span {
        display: none;
    }

    .cart_pge .discount {
        padding: 0 0 5px;
    }

    .cart_pge .discount.total_sect {
        border-top: 1px solid #FFDAE1;
        padding: 15px 0 0;
        margin-top: 10px;

    }

    .cart_pge .discount.total_sect p {
        font-family: poppins-semibold;
        font-size: 20px;
    }

    .cart_pge .terms,
    .cart_pge .btn-cacnel {
        display: none;
    }

    .cart_pge .price-section {
        border-bottom: 0;
        padding: 12px 7px 0 !important;
        margin-bottom: 0 !important;
    }


    /* wishlist mobile responsive */

    .wishlist-product-image .product-title {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 10px !important;
    }

    .wishlist-product-image .move-to-cart-btn {
        margin-top: 12px !important;
        padding: 6px 10px;
        line-height: 14px;
    }

    .wishlist-product-image .product-price {
        font-size: 16px;
    }

    .wishlist-cart-item .wishlist-product-image .cart-check label:before {
        padding: 7px;
    }

    .wishlist-cart-item .wishlist-product-image .cart-check input:checked+label:after {
        top: 6px;
        left: 5px;
        width: 6px;
        height: 11px;
    }

    .banner-stars {
        top: 65%;
        width: 12%;
        left: 3%;
        display: block;
        float: left;
    }

    .banner-prod {
        display: block;
        right: 0;
        top: 44%;
        width: 8%;
    }

    .banner-stars {
        display: block;
        left: 4%;
        top: 65% !important;
        width: 10% !important;
        z-index: -1;
    }

    .foot_btns {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #FFF;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 15%);
        left: 0;
        padding: 10px;
        z-index: 1;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

    .cart_pge .product-details-cart {
        position: relative;
        top: 0;
    }

    .mob_funct {
        display: flex;
    }

    .section-detail-product.cart_pge {
        padding-bottom: 0;
    }

    .foot_btns a img {
        display: none;
    }

    .foot_btns .btn {
        font-size: 11px;
        width: 100% !important;
        padding: 7px 5px;
        margin: 0 5px !important;
    }

    .foot_btns.cart_sect1 .btn {
        font-size: 15px;
        margin: 0 !important;
    }

    .scroll_side .product-details-card {
        padding: 20px 16px;
        border-radius: 0;
    }

    .upper-content strong {
        font-size: 15px;
    }

    .wishlist-cart-item .wishlist-product-image {
        width: 100%;
        padding: 15px 13px;
        border-radius: 10px;
    }

    .wishlist-cart-item .wishlist-product-image .cart-check {
        left: 10px;
        top: 5px;
    }

    .trash-icon {
        top: 5px;
        right: 10px;
    }

    .wishlist-product-image .move-to-cart-btn a {
        font-size: 11px;
        line-height: 20px;
    }

    .wishlist-cart-item .wishlist-product-image img {
        max-height: 75px;
    }

    .wishlist-product-image .product-icons .trash-icon img {
        right: 0;
        top: 2px;
        width: 16px;
    }

    .checkout_sect .mob_dis {
        display: none;
    }

    .save-address h4,
    .select-address {
        padding: 10px 15px !important;
    }

    .select-address .custom-radio label {
        width: 25px !important;
    }

    .member_sect strong {
        display: block;
        padding: 0 0 7px;
    }

    .member_sect a {
        padding: 0;
        display: block;
    }

    .select-address p {
        width: 100%;
        font-size: 13px;
    }

    .select-address .edit,
    .delete {
        font-size: 13px;
    }

    .checkout-cart {
        display: none;
    }

    .checkout_cont .price-section {
        border: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .total-price {
        padding: 1rem 0 0;
        margin-top: 15px;
        border-top: 1px solid #FFDAE1;
    }

    .member_sect .total-price h5,
    .member_sect .total-price h4 {
        font-size: 20px;
    }

    .address-form .form-group {
        margin-bottom: 14px;
    }

    .less_mar {
        margin-top: 10px !important;
    }

    .guest_payment .select-address {
        display: block;
        text-align: right;
    }

    .guest_check_cont .guest_pay_cont .select-address p {
        font-size: 14px;
        line-height: 23px;
        padding: 0 0 0 10px;
        margin: 0;
        display: inline-block;
        width: 88% !important;
    }

    .guest_check_cont .select-address .custom-radio label {
        display: inline-block;
    }

    .guest_check_cont ul {
        display: inline-block;
        width: 88% !important;
        margin: 10px 0 8px;
    }

    .guest_payment .select-address .custom-radio {
        display: flex;
        text-align: left;
        padding-right: 0;
    }

    .guest_billing_sect .select-address p {
        font-size: 15px;
        line-height: 23px;
    }

    .guest_check_cont,
    .memb_checkout {
        padding: 3rem 0 !important;
    }

    .guest_check_cont .container,
    .memb_checkout .container {
        padding: 0 !important;
    }

    .guest_blog,
    .memb_checkout_sect {
        padding: 0 20px;
    }

    .wishlist_sect {
        height: 40px;
    }

    .wishlist-cart-item {
        margin-top: 1rem !important;
        row-gap: 20px;
    }

    .wishlist-section {
        padding-bottom: 0.5rem !important;
    }

    .wishlist_txt {
        padding-bottom: 1rem !important;
    }

    .footer-sub-text {
        margin-top: 20px;
    }

    .scroll_side .btn img {
        vertical-align: initial;
        display: none;
    }

    .social_links ul li {
        padding: 0 !important;
        margin: 0 0 5px;
    }

    .togg_cls {
        right: 17px;
    }

    .social_links {
        top: 35px;
    }

    .card__wrap--inner {
        width: 50%;
        padding: 8px;
    }

    .card1 {
        padding: 15px;
    }

    .card1 .cart-check,
    .card1 .trash-icon {
        top: 8px;
    }

    .card1 img {
        height: 80px;
    }

    .card1 .trash-icon img {
        width: 16px
    }

    .card__item {
        padding: 0;
    }

    .card1 h5 {
        font-size: 17px;
        line-height: 23px;
    }

    .card1 strong {
        font-size: 16px;
    }

    .move-to-cart-btn.mt-4 {
        margin-top: 1rem !important;
    }

    .card1 .move-to-cart-btn a {
        font-size: 11px;
        padding: 8px 10px;
    }

    .card__wrap--outer {
        margin-top: 1rem;
    }

    .scroll_side ul li img {
        width: auto !important;
        height: 70px !important;
    }

    .social_links ul li img {
        width: 30px !important;
        display: block;
        height: auto !important;
    }

    .cart-item .product-description .product-head .product-name {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .cart-item .product-description .product-head a {
        font-size: 13px !important;
    }

    .cart-item .product-description .product-bottom .product-price {
        font-size: 15px !important;
    }

    .inner-product {
        height: auto;
    }





}

@media screen and (min-width: 200px) and (max-width: 820px) {

    .fixed-body {
        min-height: 100vh;
        height: auto;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .main-img {
        right: 0;
        max-width: 80%;
        transform: translateY(-50%);
    }

    .order-history-list .order-item:last-child {
        border-bottom: 1px solid #E9E9E9;
    }

    .filter-section .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .close-filter {
        display: block;
    }

    .filter-line.my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .StepProgress {
        padding-left: 40px;
    }

    .footer-backlinks {
        display: flex;
        flex-wrap: wrap;
        padding: 0 1rem;
        margin-bottom: 1rem;
    }

    .footer-backlinks li {
        width: 50%;
    }

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

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

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .checkout-cart {
        height: 100%;
    }

    .gutters-row {
        --bs-gutter-x: 1.5rem;
    }

    .category-txt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .filter-line {
        margin: 10px 0;
    }

    .filter-section {
        padding: 20px 15px;
    }

    footer ul li {
        margin: 6px 0;
    }

    .cart-empty.text-center.py-4 {
        padding: 5rem 0 !important;
    }

    /* .img-wrap {
        height: 200px;
    } */

    /* .product-image {
        max-height: 180px;
    } */

    .product-data-category .product-image {
        max-height: 180px;
    }

    .footer-title.mb-3 {
        margin-bottom: 10px !important;
    }

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

    .StepProgress::before {
        left: 9px;
    }

    header ul li.profile-menu a span {
        height: 40px;
        width: 40px;
    }

    header ul li.profile-menu a span img {
        height: 38px;
    }

    .mobile-menu .cart.cart-common,
    .mobile-menu .profile-menu {
        display: none;
    }

    .filter-section {
        display: none;
    }

    .filter-section.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 300px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 99;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        margin: 0 !important;
    }

    .filter-sectio.mobileFilterMenu {
        display: block;
    }

    .mobile-menu li.login a {
        background-color: #ED9CAF;
        color: #fff;
    }

    .header-menu2 {
        display: flex !important;
        width: 100%;
        justify-content: flex-end;
        padding-right: 10px;
    }

    .header-menu2 .profile-menu {
        margin-left: 0;
    }

    .menu-profile-details {
        padding: 10px 15px;
    }

    .custom-radio .label-check {
        width: 20px;
        height: 20px;
    }

    .custom-radio input[type=radio]+.label-check:after {
        width: 9px;
        height: 9px;
    }

    .select-address .custom-radio p {
        padding-left: 10px;
    }

    .dropdown-profile-menu::before {
        right: 85px;
    }

    .dropdown-profile-menu {
        top: 0 !important;
        right: -75px !important;
    }

    .checkout-star {
        display: none;
    }

    header ul li.cart {
        margin-left: 15px;
    }

    .order-history-list .order-item h4 span {
        font-size: 16px;
    }

    /* 
    .nofitication-dropdown.dropdown-menu.show {
        display: none;
    }

    .dropdown-menu.show {
        display: none;
    } */

    .mobile-menu .nofitication-dropdown.dropdown-menu.show {
        display: block;
        top: 50px !important;
    }

    .menu-profile-details h5 {
        font-size: 18px;
    }

    .mobile-menu .dropdown-menu.show {
        display: block;
    }

    .shape-common {
        display: none;
    }

    .star-4,
    .line-3 {
        display: block;
    }


    .blog-list-slider .slick-list {
        margin: 0 -10px;
    }

    .blog-list-slider .slick-slide {
        margin: 0px 10px;
    }

    /* .homebanner-section,
    .banner-section {
        background-image: url('../images/mob-banner.png');
    } */

    .banner-section {
        overflow-x: hidden;
    }

    .btn-all-shop-now {
        display: block;
    }

    .dog-1,
    .dog-2,
    .star-2 {
        display: none;
    }

    .draw {
        bottom: 0;
        display: none;
    }

    .blog-card,
    .blog-card img {
        border-radius: 35px;
    }


    .home-banner .slick-dots li,
    .why-section .slick-dots li,
    .blog-list-slider .slick-dots li {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }

    /* header ul li:nth-last-child(2) {
        margin-left: 15px;
    } */
    header ul li.login {
        margin: 0 10px 10px;
        display: flex;
    }

    header ul li.profile-menu a {
        width: fit-content;
        /* display: flex; */
    }

    .dropdown-profile-menu a {
        width: 100% !important;
    }

    /* header ul li.login a{
        padding: 10px 10px;
    } */
    header ul li.cart-common a {
        width: 40px;
        height: 40px;
    }

    .logo-soon {
        height: 80px;
        margin-bottom: 2rem;
    }

    .text-title {
        font-size: 2rem;
    }

    .modal-dialog.modal-md {
        max-width: 320px;
        margin: 0 auto;
    }

    .left-paw.home-left-paw {
        top: 25%;
    }

    .left-paw {
        top: 35%;
    }

    .left-paw,
    .right-paw {
        max-height: 55px;
    }

    .right-paw {
        top: 65%;
    }

    /* .about-section p,
    .about-section h3,
    .our-product-section h3,
    .our-product-section p {
        text-align: center;
    } */

    .pattern-section {
        background-image: url(../images/our-product.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        object-fit: cover;
    }

    /* .our-product-section {
        padding-bottom: 8rem !important;
    } */

    .cat {
        max-width: 100px;
        display: none;

    }

    .flower {
        left: 8%;
        top: -35px;
        max-width: 55px;
        display: none
    }

    .section.about-section {
        padding-top: 0;
    }


    .why-section>div:last-child .card-item {
        margin-bottom: 0;
    }

    .why-section>div {
        margin-bottom: 40px;
    }

    .why-section>div:last-child,
    .why-section>div:nth-last-child(2) {
        margin-bottom: 0;
    }

    .btn-cart,
    .btn-cart:hover {
        padding: 10px !important;
        width: 40px;
        height: 40px;
    }

    .coming-soontext {
        width: auto;
        font-size: 0.95rem;
    }

    .product-img {
        width: 100%;
        position: unset;
    }

    .fixed-body {
        display: flex;
        align-items: center;
    }

    .section {
        padding: 3rem 0.5rem;
    }

    .section-detail-product {
        padding-bottom: 6rem;
    }

    header,
    .active-header {
        padding: 1rem 0.5rem;
    }

    .active-header .logo,
    .logo {
        width: 125px;
    }

    .mobile-menu.active .logo {
        width: 100px !important;
        height: 42px;
        max-height: 42px;
    }

    .client-profile h5 {
        font-size: 18px !important;
    }

    .hm-menu {
        display: block;
    }

    .mobile-menu.active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .shape {
        top: 0%;
        width: 11%;
    }

    .header-menu {
        display: none !important;
    }

    .homebanner-section h2,
    .banner-section h2 {
        font-size: 24px;
        line-height: 28px;
        /* text-align: center; */
    }

    .homebanner-section p.my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .homebanner-section p {
        /* text-align: center; */
        position: relative;
    }

    /* .btn-all {
        text-align: center;
    } */
    .homebanner-section .btn-all {
        text-align: left;
    }

    .btn-all .btn-blue,
    .btn-all .btn-pink {
        font-size: 12px;
    }



    .our-product {
        flex-direction: column-reverse;
    }

    .prod-element {
        top: 40px;
    }

    .line-2,
    .star-3 {
        top: 0;
    }

    .home-prod-element {
        top: 57%;
        width: 7%;
    }

    .about-img {
        max-width: 85%;
        margin: 0 auto;
        display: block;
    }


    #timer>div {
        width: 50%;
        display: block;
        margin: 0 auto 30px !important;
    }

    #timer>div .number-block {
        margin: 0 auto;
    }

    .homebanner-section {
        padding-top: 6.5rem;
    }

    /* .main-img {
        right: auto;
        bottom: 10rem;
        max-width: 100%;
        margin: 0 auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: static !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        margin-top: 2rem;
    } */

    .stars {
        top: -1%;
        width: 35px;
    }

    .curl {
        top: -2%;
        width: 35px;
    }

    .social-link li {
        margin-right: 10px;
    }

    .social-link li a img {
        width: 30px;
    }

    /* .card-item {
        margin-bottom: 40px;
    } */

    .card {
        border-radius: 35px;
    }

    .section h3 {
        font-size: 26px;
        line-height: 32px;

    }

    .successfully-text {
        font-size: 20px;
    }

    .blog-card .content .blog-title {
        text-align: left;
        font-size: 17px;
    }

    .footer-sub-text li {
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 1.5rem;
    }

    .footer-sub-text li:not(:last-child) {
        margin-right: 1.2rem;
    }

    .footer-sub-text li:not(:last-child)::after {
        width: 4px;
        height: 4px;
        right: -12px;
    }

    .blog-card .content .blog-txt {
        text-align: left;
    }

    /* .footer-list {
        flex-direction: column;
    } */

    .footer-list div {
        margin-top: 15px;
    }

    .footer-list.mb-5 {
        margin-bottom: 25px !important;
    }

    footer hr.mt-5 {
        margin-top: 1.5rem !important;
    }

    footer p {
        line-height: 22px;
    }

    /* .copyright-area {
        flex-direction: column;
    } */

    .footer-logo {
        max-width: 150px;
        margin: 0;
    }

    .startup-logo {
        margin-top: 1rem;
        max-height: 40px;
    }

    .certificate-number {
        margin-top: 1rem;
        font-size: 12px;
    }

    .footer-links-divide::after,
    .footer-links-divide::before {
        display: none;
    }

    /* .payment-logo-top {
        margin-top: 20px;
    } */

    /* .payment-logo-bottom {
        display: block;
        margin-top: 20px;
    } */

    .client-profile {
        flex-direction: column;
        text-align: center;
    }

    .client-profile .client-img {
        width: 60px;
        height: 60px;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }

    /* .homebanner-section {
        height: 50vh;
        overflow: hidden;
    } */

    .banner-content {
        padding-top: 60px;
    }

    .banner-section {
        height: auto;
        overflow: hidden;
        padding: 2rem 0.3rem;
    }

    .privacy_banner {
        height: 230px !important;
    }

    .banner-section.blog-banner {
        height: 75vh;
    }

    /* .banner-prod {
        top: 51%;
        width: 10%;
        display: none;
    } */

    /* .banner-stars {
        top: 65%;
        width: 12%;
        left: -2%;
        display: none;
    } */

    .hand-2 {
        display: none;
    }

    .product-details-section>.container {
        margin-top: 0 !important;
    }

    .product-details-section>.container>.row {
        padding-top: 0 !important;
    }

    /* .product-slider .productImage .inner-product img {
        max-height: 220px;
    } */

    .productListImage .productListinner.slick-slide img {
        max-height: 110px;
    }

    .productListImage .productListinner.slick-slide {
        /* padding: 10px; */
        border-radius: 8px;
    }

    .product-details-list li {
        width: auto;
    }

    .product-details-list li a {
        font-size: 15px;
        padding: 10px 15px;
    }

    /* .related-title{
        text-align: center;
    } */
    .btn {
        font-size: 14px;
    }

    .btn-send {
        width: 28px;
        height: 28px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .btn-send img {
        height: 18px;
    }

    .contact-main {
        padding: 40px 20px 100px 20px;
        margin-bottom: 70px;
        border-radius: 20px;
        margin-top: 15px;
    }

    .contact-social {
        left: 50%;
        justify-content: center;
        bottom: 35px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .contact-social li a img {
        height: 20px;
    }

    .contact-social li a {
        width: 31px;
        height: 31px;
    }

    .btn-send-message {
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-us-form {
        padding: 20px 16px;
    }

    .contact-title {
        font-size: 28px;
        text-align: center;
    }

    .contact-subtitle {
        font-size: 15px;
        text-align: center;
    }

    .location {
        margin-left: auto;
        margin-right: auto;
    }

    /* .location li {
        justify-content: center;
    } */

    .location li a {
        font-size: 15px;
    }

    .share-now {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .productListImage .slick-arrow {
        width: 25px;
        height: 25px;
    }

    .productListImage .slick-arrow svg {
        height: 12px;
    }

    .productListImage .slick-prev.slick-arrow {
        left: -4px;
    }

    .section-detail-product .shape {
        top: 40%;
        width: 7%;
        display: none;
    }

    .form-control {
        font-size: 14px;
    }

    .productListImage .slick-next.slick-arrow {
        right: -1px;
    }

    .share-text {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .social-share li a {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .social-share li a img {
        max-height: 29px;
    }

    .scroll_side .product-details-card {
        padding: 25px 16px;
        border-radius: 9px;
    }

    .details-card {
        margin-bottom: 40px;
    }

    /* .related-slider{
        padding: 0 16px;
    } */
    .related-slider .slick-slide {
        padding: 0 16px;
    }

    .price {
        font-size: 18px;
    }

    .price-save {
        font-size: 13px;
    }

    .shipping-text {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 15px;
    }

    .btn_sect a {
        display: inline-block;
        vertical-align: top;
    }

    .price-section {
        /* justify-content: space-between; */
        padding: 12px 0 !important;
    }

    .scroll_side .title-product {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    /* .scroll_side ul li      {
        padding: 7px 8px;
        font-size: 10px;
        border-radius: 5px;
    } */

    .scroll_side ul li img {
        width: 80px;
        height: auto;
    }

    .scroll_side .quality_sect {
        margin: 0 30px 0 0;
    }

    .frequently_sect span p b::before {
        display: none;
    }

    .rating-text {
        font-size: 15px;
        line-height: 26px;
    }

    .productListImage.slick-slider {
        margin-bottom: 20px;
    }

    .product-slider {
        position: relative;
        padding-bottom: 20px;
    }

    .product-slider::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 19px;
        width: 110%;
        height: 1px;
        background: #FDE9EE;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    /* .related-slider button.slick-arrow{
        bottom: -40px;
        top: auto;
    } */
    .product-details-list {
        border-top: 0;
    }

    /* .related-slider button.slick-prev{
        right: auto;
    left: 38%;
    }
    .related-slider button.slick-next{
        left: auto;
        right: 38%;
    } */
    .card h4 {
        font-size: 17px;
    }

    .slider {
        background-image: none;
        margin-top: 25px;
        padding-bottom: 50px;
    }

    .slider p {
        text-align: center;
    }

    .slider .slick-arrow {
        display: none !important;
    }

    .cross {
        top: -17px;
        width: 14%;
    }

    footer.section {
        padding-bottom: 20px;
        padding-top: 2rem;
    }

    footer .container {
        margin-top: 0 !important;
    }

    footer .container form {
        margin-bottom: 16px !important;
    }

    footer {
        background-image: url(../images/footer-bg.png);
    }

    /* .contact-main-section {
        padding: 0;
    } */

    /* .about-content p,
    .about-content h3 {
        text-align: center;
    } */

    .about-section .shape2 {
        right: 0;
        left: auto;
        bottom: 0;
        top: auto;
        display: block;
    }

    .about-section .shape {
        display: none;
    }

    .left-paw-2 {
        display: block;
    }

    .shape-contact {
        display: none;
    }

    .pets-section .shape {
        display: none;
    }

    .contact-us-form .form-control {
        font-size: 14px;
        border-radius: 8px;
    }

    .says-about-us-section {
        padding-top: 6rem;
    }

    /* .product-details-section {
        overflow-x: hidden;
    } */

    .form-section {
        margin-top: 40px;
    }

    .btn-login .btn.facebook {
        margin-right: 0.5rem;
    }

    .btn-login .btn.google {
        margin-left: 0.5rem;
    }

    .apply-coupon-code input.btn {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .form-section {
        margin: 40px auto 0;
    }

    .btn-login .btn {
        padding-right: 10px;
        height: 45px;
    }

    .btn-login .btn span img {
        max-width: 35px;
        height: 35px;
    }

    .otp-digit input {
        font-size: 24px;
        width: 45px;
        height: 45px;
        border-radius: 12px;
        margin-right: 5px;
    }

    .notification-list .inner-item,
    .sidebar-nav li a,
    .select-address,
    .save-address h4 {
        padding: 10px 20px;
    }

    .notification-list .inner-item p,
    .sidebar-nav li a {
        font-size: 15px;
    }

    .section h3.title-4 {
        font-size: 24px;
    }

    .sidebar-tab h3 {
        padding: 20px 20px;
    }

    .select-address .custom-radio label {
        width: 40px;
    }

    .title-3 {
        font-size: 18px;
    }

    .profile-title {
        font-size: 18px;
        line-height: 22px;
    }

    .title-4 {
        font-size: 16px;
    }

    .order-history-list {
        padding: 0 15px 15px;
    }

    .order-history-list .order-item .order-img {
        margin-right: 10px;
    }

    .order-address {
        padding: 20px 20px;
    }

    .StepProgress::after {
        display: none;
    }

    .cart-item .product-description .product-head .product-name {
        font-size: 15px;
        line-height: 24px;
    }

    .cart-item .product-description .product-head a,
    .apply-coupon-code-text {
        font-size: 16px;
    }

    .cart-item .product-description .product-head a {
        font-size: 12px;
    }

    .remove-product {
        font-size: 15px;
    }

    /* .total-price h5,
    .total-price h4 {
        font-size: 16px;
    } */

    .cart-item .product-description .product-bottom .product-price {
        font-size: 15px;
    }

    .quantity-price {
        padding: 8px 14px;
    }

    /* .cart-item .prdouct-image {
        max-width: 100px;
        width: 100%;
        height: 100px;
        margin-bottom: 15px;
        border-radius: 15px;
    } */

    /* .cart-item .prdouct-image img {
        max-height: 70px;
    } */

    /* .cart-item .product-description .product-head {
        margin-bottom: 10px;
    } */

    /* .product-details-card {
        padding: 20px 15px;
    } */

    .apply-coupon-code-text {
        margin-bottom: 10px;
    }

    .btn {
        padding: 10px 15px;
    }

    .order-status-btn {
        padding: 6px 15px;
        font-size: 13px;
    }


    .order-accordian .order-history-list .order-item {
        flex-direction: row;
        align-items: center;
    }



    .cart-item .product-description {
        padding-left: 15px;
    }

    .shape5 {
        display: none;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        font-size: 16px;
    }

    .checkout-cart .cart-item .product-description {
        padding-left: 0;
    }

    .shipping-details {
        margin: 0 20px;
    }

    .shipping-details {
        flex-direction: column;
    }

    .shipping-details a {
        justify-content: flex-start;
    }

    .shipping-details p {
        margin: 7px 0;
        text-decoration: none;
    }

    .shipping-details {
        padding: 10px 0;
    }

    .order-head {
        padding: 10px 20px;
    }

    .order-accordian {
        border-radius: 15px;
    }

    .order-history-list {
        border-radius: 0 0 20px 20px;
    }

    .save-address {
        margin: 25px 0;
    }

    .payment-type {
        margin-left: 1rem;
    }

    .order-history-list .order-item h4 {
        font-size: 26px;
    }

    .sidebar-tab {
        margin-bottom: 35px;
    }

    .btn-group-2 .px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .why-section .card {
        border-radius: 40px;
    }



    .whyChooseSlider .slick-track {
        display: flex !important;
    }

    .whyChooseSlider .slick-slide {
        height: inherit !important;
    }

    .whyChooseSlider .slick-track {
        display: flex !important;
    }

    .whyChooseSlider .slick-slide {
        height: inherit !important;
    }

    footer h4 {
        font-size: 21px;
    }

    .row-gutter-footer {
        --bs-gutter-x: 1.5rem;
    }

    .img-banner {
        max-width: 85%;
    }

    .btn-check-small {
        font-size: 13px;
        padding: 10px 16px;
    }

    .delivery_sect input {
        margin-right: 4px;
        width: 138px;
        font-size: 13px;
        padding: 10px 12px;
    }

    .btn_sect .btn-add-cart {
        width: 170px;
        margin: 0 5px;
    }

    .btn_sect .btn-buy-now {
        width: 120px;
    }

    /* .frequently_sect ul li::after       {
        top: 24px;
    } */
    .frequently_sect span p {
        width: 90%;
    }

    .cart_pge span strong {
        font-size: 14px;
    }

    .link_sect a p {
        font-size: 12px;
        line-height: 22px;
    }

    .link_sect a::after {
        width: 1.5px;
        height: 18px;
        right: -14px;
        top: 2px;
    }

    .cart_pge .product-details-card {
        padding: 20px
    }

    .apply-coupon-code .input-box {
        font-size: 11px;
    }

    .foot_btns a {
        margin-top: 15px !important;
    }

    .banner-stars {
        top: 55%;
        width: 7%;
    }

    .home-banner {
        height: auto;
    }

    .thank_page_banner {
        padding: 4rem 0.3rem;
    }

    .thank_page_price_cont p {
        font-size: 13px;
        line-height: 21px;
    }

    .thank_page_price_cont h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .order-summary-cont.checkout-cart .product-details span,
    .order-summary-cont.checkout-cart .product-details p {
        font-size: 13px;
    }

    .thank_page_banner .banner-prod {
        top: -25%;
    }

}

@media screen and (min-width: 750px) and (max-width: 991px) {
    .productListImage .productListinner.slick-slide img {
        max-height: 85px;
    }

    .footer-backlinks li {
        width: 100%;
    }

    .footer-links-divide::before,
    .footer-links-divide::after {
        display: block;
    }

    .recent-blog .img {
        min-width: 100px;
    }

    .banner-content {
        padding-top: 0;
    }

    .wishlist-product-image .product-title {
        font-size: 18px;
        line-height: 25px;
    }

    /* .modal-content          {
        width: 70%;
        margin: 0 auto;
    } */
    .modal-dialog.modal-md {
        max-width: 420px;
    }

    .wishlist-product-image .product-price {
        font-size: 17px;
    }

    .wishlist-product-image .move-to-cart-btn {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 14px;
        margin-top: 1rem !important;
    }

    .wishlist-cart-item.mt-5 {
        margin-top: 2rem !important;
    }

    .wishlist-product-image .move-to-cart-btn a {
        font-size: 12px;
    }

    .select-address,
    .save-address h4 {
        padding: 10px 15px !important;
    }

    .wishlist-section {
        padding-bottom: 1rem;
    }

    .select-address .custom-radio label {
        width: auto;
    }

    .select-address .custom-radio p {
        padding-left: 16px;
    }

    .select-address .custom-radio p {
        font-size: 14px;
        line-height: 24px;
    }

    .select-address .edit,
    .delete {
        font-size: 12px;
    }

    .product-details-card {
        padding: 20px;
    }

    .less_mar {
        margin-top: 10px;
    }

    .checkout-cart .cart-item .product-description {
        padding-left: 14px;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        width: 65%;
        font-size: 16px;
        line-height: 20px;
    }

    .checkout-cart .cart-item .product-description .product-head {
        align-items: baseline;
    }

    .checkout_cont .product-details span {
        font-size: 12px;
    }

    .checkout-cart .cart-item .product-description .product-head .product-price {
        font-size: 15px;
    }

    .total-price h5,
    .total-price h4 {
        font-size: 17px;
    }

    .total-price {
        padding: 0.7rem 0 0;
        margin-top: 15px;
    }

    .checkout-cart {
        height: auto;
    }

    .guest_check_sect .form-group {
        margin-bottom: 15px;
    }

    .guest_pay_cont .select-address .custom-radio {
        width: 100%;
    }

    .guest_check_cont .guest_pay_cont .select-address p {
        font-size: 14px;
        line-height: 21px;
    }

    .wishlist_sect a::after {
        top: 1px;
    }

    .wishlist-cart-item .wishlist-product-image {
        border-radius: 12px;
        padding: 25px 18px;
    }

    .wishlist-product-image .product-icons .trash-icon img {
        right: 0;
        top: 2px;
        width: 16px;
    }

    .wishlist-cart-item .wishlist-product-image .cart-check label:before {
        padding: 8px;
    }

    .social_links ul li img {
        width: 35px !important;
        display: block;
    }

    .social_links ul li {
        padding: 0 !important;
        margin: 0 0 5px;
    }

    .togg_cls {
        right: 17px;
    }

    .frequently_sect span p {
        width: 90%;
    }

    .scroll_side .price-discount {
        font-size: 18px;
    }

    .card__wrap--inner {
        padding: 7px;
    }

    .card1 {
        padding: 12px;
    }

    .card__item {
        padding: 0 6px;
    }

    .card1 h5 {
        font-size: 21px;
        line-height: 26px;
    }

    .card1 strong {
        font-size: 18px;
    }

    .move-to-cart-btn.mt-4 {
        margin-top: 1rem !important;
    }

    .card1 .move-to-cart-btn a {
        font-size: 14px;
    }

    .img-banner {
        max-width: 420px !important;
    }

    .frequently_sect ul li {
        padding: 15px 17px;
    }

    .scroll_side ul li img {
        width: auto;
        height: 55px;
    }

    .social_links ul li img {
        height: auto !important;
    }

    .splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
        height: 400px !important;
        background-color: #FFF !important;
        background-size: auto 70% !important;
        width: 25% !important;
    }

    .cart-empty.text-center.py-4 {
        padding: 210px 0 !important;
    }

    .terms a {
        display: block;
    }

    .wishlist-banner-section,
    .privacy_banner {
        height: 35vh !important;
    }

    .inner-product {
        height: 300px;
    }

}

@media screen and (min-width: 820px) and (max-width: 991px) {
    .contact-main {
        padding: 40px 25px 100px 25px;
        margin-bottom: 70px;
        border-radius: 10px;
    }

    /* .scroll_side .title-product {
        font-size: 20px;
        line-height: 27px;
    } */
    .main-img {
        right: 0;
        transform: translateY(-50%);
    }

    .img-banner {
        max-width: 85%;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .row-gutter-footer {
        --bs-gutter-x: 1.5rem;
    }

    .why-section .card {
        /* min-height: 340px; */
        border-radius: 40px;
    }

    .whyChooseSlider .slick-track {
        display: flex !important;
    }

    .whyChooseSlider .slick-slide {
        height: inherit !important;
    }

    .why-section .slick-slide {
        margin: 0 10px !important;
    }

    .order-history-list .order-item:last-child {
        border-bottom: 1px solid #E9E9E9;
    }

    .filter-section {
        display: none;
    }

    .filter-section.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 300px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 99;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        margin: 0 !important;
    }

    .close-filter {
        display: block;
    }

    .gutters-row {
        --bs-gutter-x: 1.5rem;
    }

    .sidebar-tab {
        margin-bottom: 35px;
    }

    .shipping-details {
        margin: 0 20px;
    }

    .order-history-list .order-item h4 {
        font-size: 28px;
    }

    .order-history-list {
        padding: 0 20px 20px;
    }

    .order-address {
        padding: 20px 20px;
    }

    .notification-list .inner-item,
    .sidebar-nav li a,
    .select-address {
        padding: 15px 20px;
    }

    .order-head {
        padding: 10px 20px;
    }

    header ul li.cart {
        margin-left: 15px;
    }

    .form-section {
        margin: 40px auto 0;
    }

    header ul li {
        margin: 0 10px;
    }

    .why-section>div {
        margin-bottom: 40px;
    }

    .why-section>div:last-child,
    .why-section>div:nth-last-child(2) {
        margin-bottom: 0;
    }

    .location {
        margin-left: auto;
        margin-right: auto;
    }

    .location li a {
        font-size: 15px;
    }

    .contact-title {
        font-size: 28px;
        text-align: center;
    }

    .contact-subtitle {
        font-size: 15px;
        text-align: center;
    }

    .contact-social li a {
        width: 35px;
        height: 35px;
    }

    .contact-social {
        left: 50%;
        justify-content: center;
        bottom: 35px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .footer-list {
        flex-direction: row;
    }

    .cross {
        width: 15%;
    }

    .copyright-area {
        flex-direction: row;
    }

    .section {
        padding: 2rem 3rem;
    }

    header {
        padding: 2rem 3rem;
    }

    /* header ul li:nth-last-child(2) {
        margin-left: 20px;
    } */

    .active-header .logo,
    .logo {
        width: 100px;
    }

    .active-header {
        padding: 0.5rem 3rem;
    }

    /* .about-content p,
    .about-content h3 {
        text-align: center;
    } */

    .slider .slick-arrow {
        display: none !important;
    }

    .section-detail-product {
        padding-bottom: 6rem;
    }

    /* .frequently_sect ul li::after    {
        top: 26px;
    } */

    .footer-logo {
        max-width: 180px;
        margin: 0;
    }

    footer h4 {
        font-size: 21px;
    }

    /* .payment-logo-bottom {
        display: block;
        margin-top: 20px;
    } */

    .banner-prod {
        top: 51%;
        width: 10%;
    }

    .banner-stars {
        top: 65%;
        width: 12%;
        left: -2%;
    }

    .about-section .shape {
        display: none;
    }

    .about-section .shape2 {
        right: 0;
        left: auto;
        bottom: 0;
        top: auto;
        display: block;
    }

    .left-paw-2 {
        display: block;
    }

    .banner-stars {
        width: 9%;
    }

    .banner-prod {
        width: 6%;
    }

    .client-profile .client-img {
        width: 60px;
        height: 60px;
        /* margin-right: 0 !important;
        margin-bottom: 5px; */
    }

    /* .slider p {
        text-align: center;
    } */

    /* .client-profile {
        flex-direction: column;
        text-align: center;
    } */

    .section-detail-product .shape {
        top: 40%;
        width: 7%;
    }

    .share-now {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .share-text {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .product-details-card {
        padding: 25px 16px;
        border-radius: 9px;
    }

    .homebanner-section h2,
    .banner-section h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .banner-section h2 {
        padding: 60px 0 0;
    }

    .home-banner {
        height: auto;
    }

    /* .main-img {
        right: auto;
        bottom: 10rem;
        max-width: 100%;
        margin: 0 auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    } */

    .homebanner-section {
        padding-top: 8rem;
    }

    /* .homebanner-section {
        height: 70vh;
        overflow: hidden;
    } */

    .our-product {
        flex-direction: column-reverse;
    }

    .flower {
        left: 8%;
        top: -35px;
        max-width: 55px;
    }

    /* .about-section p,
    .about-section h3,
    .our-product-section h3,
    .our-product-section p {
        text-align: center;
    } */

    #timer>div {
        width: 50%;
        display: block;
        margin: 0 auto 30px !important;
    }

    #timer>div .number-block {
        margin: 0 auto;
    }



    .pattern-section {
        background-image: url(../images/our-product.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        object-fit: cover;
    }

    footer {
        background-image: url(../images/footer-bg.png);
    }

    .says-about-us-section {
        padding-top: 6rem;
    }

    .banner-section {
        height: auto;
        padding: 4rem 3rem;
    }

    .wishlist-banner-section,
    .privacy_banner {
        height: 300px !important;
    }

    .about-img {
        max-width: 85%;
        margin: 0 auto;
        display: block;
    }

    .banner-section.blog-banner {
        height: 60vh;
    }

    .StepProgress::after {
        display: none;
    }

    .cart-item .product-description .product-head .product-name {
        font-size: 24px;
    }

    .apply-coupon-code-text {
        font-size: 16px;
    }

    .cart-item .product-description .product-head a {
        font-size: 13px;
    }

    .total-price h5,
    .total-price h4 {
        font-size: 18px;
    }

    .cart-item .product-description .product-bottom .product-price {
        font-size: 23px;
    }

    .cart-item .prdouct-image {
        max-width: 100px;
        width: 100%;
        height: 100px;
    }

    .cart-item .prdouct-image img {
        max-height: 70px;
    }

    .cart-item .product-description .product-head {
        margin-bottom: 10px;
    }

    .product-details-card {
        padding: 20px 15px;
    }

    .apply-coupon-code-text {
        margin-bottom: 10px;
    }

    .btn {
        padding: 10px 15px;
    }

    .btn_sect .btn-buy-now {
        width: 118px;
    }

    .btn_sect .btn-add-cart {
        width: 155px;
    }

    .quality_sect {
        width: auto;
        margin: 0 14px 0 0;
    }

    .delivery_sect input {
        width: 140px;
    }

    .btn-cart,
    .btn-cart:hover {
        padding: 5px;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        font-size: 18px;
    }

    .checkout-cart .cart-item .product-description {
        padding-left: 10px;
    }

    .checkout-cart {
        height: auto;
    }

    footer .container form {
        margin-bottom: 16px !important;
    }

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

    .cart_pge span strong {
        font-size: 15px;
    }

    .link_sect a p {
        font-size: 13px;
    }

    .link_sect a {
        margin-right: 15px;
    }

    .link_sect a::after {
        width: 1.5px;
        height: 18px;
        right: -12px;
        top: 3px;
    }

    .cart-item .product-description {
        padding-left: 20px;
    }

    .cart-item .product-description .product-head .product-name {
        font-size: 15px;
        line-height: 24px;
    }

    .cart-item .product-description .product-head a p {
        font-size: 12px;
    }

    .cart-item .prdouct-image .cart-check label:before {
        padding: 7px;
    }

    .cart-item .prdouct-image .cart-check {
        left: 8px;
        top: 3px;
    }

    .cart-item .product-description p {
        font-size: 14px;
        line-height: 16px;
    }

    .cart-item .product-description .product-bottom .product-price {
        font-size: 18px;
    }

    .cart-item .prdouct-image .cart-check input:checked+label:after {
        top: 8px;
        left: 6px;
        width: 4px;
        height: 9px;
    }

    .apply-coupon-code input.btn {
        font-size: 12px;
        padding: 10px 12px;
    }

    .apply-coupon-code .input-box {
        font-size: 12px;
        padding: 10px;
    }

    .total-price h5,
    .total-price h4 {
        font-size: 15px;
    }

    .discount p {
        font-size: 13px;
        line-height: 20px;
    }

    .thank_page_banner {
        padding: 4.8rem 0.3rem;
    }

    .thank_page_banner .banner-stars {
        top: -12%;
        left: 1%;
    }

    .thank_page_banner .banner-prod {
        top: -23%;
        width: 10%;
    }

    .thank_page_cont h3.title-4 {
        font-size: 25px;
        line-height: 30px;
    }

    .continue-shopping-btn,
    .track-order {
        font-size: 14PX;
    }


}

@media screen and (min-width: 991px) and (max-width: 1100px) {
    .why-section .slick-slide {
        margin: 0 10px !important;
    }

    .product-slider .productImage .inner-product img {
        display: block;
        margin: 0 auto;
    }

    .home-banner {
        height: 500px;
    }

    .home-banner .slick-dots {
        margin-top: 0;
    }

    .img-banner {
        max-width: 385px;
    }

    .main-img {
        max-width: 75%;
        transform: translateY(-70%);
    }

    .row-gutter-footer {
        --bs-gutter-x: 3rem;
    }

    .main-img {
        right: 0;
    }

    .wishlist-banner-section,
    .privacy_banner {
        height: 60vh;
    }

    .why-section .card {
        /* min-height: 320px; */
        border-radius: 40px;
    }

    .whyChooseSlider .slick-track {
        display: flex !important;
    }

    .whyChooseSlider .slick-slide {
        height: inherit !important;
    }

    .homebanner-section h2,
    .banner-section h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .StepProgress::before {
        height: 86%;
    }

    .checkout-cart {
        height: auto;
    }

    .recent-blog .img {
        min-width: 100px;
    }

    .gutters-row {
        --bs-gutter-x: 2rem;
    }

    /* .banner-section{
        height: 50vh;
    } */
    .checkout-cart .cart-item .product-description {
        padding-left: 10px;
    }

    .cart-item .product-description .product-head {
        margin-bottom: 15px;
    }

    .cart-item .prdouct-image {
        max-width: 120px;
        width: 100%;
        height: 120px;
    }

    .cart-item .prdouct-image img {
        max-height: 80px;
    }

    .cart-item .product-description .product-head .product-name {
        font-size: 20px;
        line-height: 29px;
    }

    .terms a {
        display: block;
    }

    .cart-item .product-description .product-bottom .product-price {
        font-size: 22px;
    }

    .homebanner-section {
        height: 560px;
    }

    .section {
        padding: 2rem 4rem;
    }

    .active-header {
        padding: 0.5rem 4rem;
    }


    header {
        padding: 2rem 4rem;
    }

    .active-header .logo,
    .logo {
        width: 100px;
    }

    .contact-main {
        padding: 40px 20px;
    }

    .contact-title {
        font-size: 32px;
    }

    .location li a {
        font-size: 15px;
    }

    .btn-send-message {
        font-size: 15px;
    }

    .contact-us-form .form-control {
        font-size: 15px;
    }

    .contact-us-form {
        padding: 15px;
    }

    .contact-social li a {
        width: 40px;
        height: 40px;
    }

    .banner-section.blog-banner {
        height: 60vh;
    }

    .btn {
        padding: 10px 15px;
    }

    .product-details-card {
        padding: 25px 20px;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        font-size: 18px;
    }

    .scroll_side p.price {
        font-size: 20px;
    }

    /* .scroll_side .title-product {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 30px;
        width: 300px;
    } */
    .scroll_side ul li img {
        width: auto;
        height: 11px;
    }

    .product-details-list li {
        width: 90%;
    }

    .productListImage .productListinner.slick-slide img {
        max-height: 100px;
    }

    .scroll_side ul li {
        padding: 6px 8px;
        font-size: 10px;
        line-height: 12px;
    }

    .quality_sect {
        width: auto;
        margin: 0 20px 0 0;
    }

    .qty-input .product-qty {
        width: 35px;
    }

    .delivery_sect input {
        width: 146px;
        margin-right: 5px;
    }

    .btn-check-small {
        padding: 9px 15px;
    }

    .btn_sect .btn-add-cart {
        width: 160px;
        height: 48px;
        margin: 0 8px;
        line-height: 36px;
    }

    .btn_sect a img {
        width: auto;
        height: 48px;
    }

    .btn_sect .btn-buy-now {
        width: 120px;
        height: 48px;
        line-height: 36px;
    }

    .payment-option-sect strong {
        font-size: 15px;
        line-height: 20px;
    }

    .payment-option-sect p {
        font-size: 13px;
        line-height: 23px;
    }

    .payment-option-sect img {
        width: 300px;
    }

    .frequently_sect span p {
        width: 90%;
    }

    .frequently_sect ul li img {
        height: 80px;
    }

    /* .frequently_sect ul li::after           {
        top: 40px;
    } */

    .checkout_sect .section-detail-product .gutters-row {
        --bs-gutter-x: 2.5rem;
    }

    .select-address,
    .save-address h4 {
        padding: 10px 15px !important;
    }

    .select-address .custom-radio label {
        width: auto;
    }

    .select-address .custom-radio p {
        padding-left: 16px;
    }

    .select-address .custom-radio p {
        font-size: 13px;
    }

    .select-address .edit,
    .delete {
        font-size: 12px;
    }

    .select-address p {
        padding-left: 12px;
        width: 86%;
        font-size: 12px;
        line-height: 21px;
    }

    .select-address .edit,
    .delete {
        font-size: 12px;
    }

    .custom-radio .label-check {
        width: 20px;
        height: 20px;
    }

    .custom-radio input[type=radio]+.label-check:after {
        left: 49%;
    }

    .product-details-card {
        padding: 15px;
    }

    .checkout-cart .cart-item .product-description {
        padding-left: 10px;
    }

    .checkout-cart .cart-item .product-description .product-head .product-price {
        font-size: 14px;
        width: 160px;
    }

    .checkout-cart .cart-item .product-description .product-head {
        align-items: baseline;
    }

    .checkout-cart .cart-item .prdouct-image {
        max-width: 60px;
        width: 100%;
        height: 60px;
        border-radius: 6px;
    }

    .checkout-cart .cart-item .prdouct-image img {
        max-height: 40px;
    }

    .checkout_cont .product-details span {
        font-size: 12px;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        font-size: 16px;
        width: 100%;
        line-height: 22px;
    }

    .total-price h5,
    .total-price h4 {
        font-size: 17px;
    }

    .total-price {
        margin-top: 15px;
    }

    .mob_fix a {
        font-size: 13px;
    }

    .address-form .form-group {
        margin-bottom: 15px;
    }

    .title-3 {
        margin-bottom: 20px !important;
    }

    .guest_payment .select-address .custom-radio {
        width: 100%;
    }

    .guest_payment {
        margin-top: 35px;
    }

    .guest_check_cont .guest_pay_cont .select-address p {
        font-size: 15px;
        line-height: 23px;
    }

    .checkout-star {
        width: 5%;
    }

    .wishlist-product-image .product-title {
        font-size: 19px;
        line-height: 27px;
        width: 120px;
    }

    .wishlist-product-image .product-price {
        font-size: 18px;
    }

    .wishlist-product-content {
        width: 100%;
    }

    .wishlist-cart-item.mt-5 {
        margin-top: 2rem !important;
    }

    .wishlist-product-image .move-to-cart-btn a {
        font-size: 14px;
    }

    .wishlist-product-image .move-to-cart-btn {
        margin-top: 1rem !important;
    }

    .wishlist-cart-item .wishlist-product-image {
        border-radius: 12px;
        padding: 25px 15px;

    }

    .togg_cls {
        right: 20px;
        top: 21px;
    }

    .social_links ul li img {
        width: 35px !important;
        display: block;
        height: auto;
    }

    .social_links ul li {
        padding: 0 !important;
        margin: 0 0 5px;
    }

    .togg_cls {
        right: 17px;
    }

    .card1 {
        padding: 15px;
    }

    .card1 img {
        height: 90px;
    }

    .card1 h5 {
        font-size: 19px;
        line-height: 24px;
    }

    .card__item {
        padding: 0 8px;
    }

    .move-to-cart-btn.mt-4 {
        margin-top: 1rem !important;
    }

    .card1 .move-to-cart-btn a {
        font-size: 14px;
    }

    .card1 strong {
        font-size: 17px;
    }

    .section-detail-product p.fw-bold {
        width: 30%;
    }

    .thank_page_banner {
        height: auto;
        padding: 5rem 4rem;
    }

    .thank_page_banner .banner-stars {
        top: -8%;
        left: 1%;
    }

}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .section {
        padding: 2.5rem 5rem;
    }

    .home-banner {
        height: auto;
    }

    .row-gutter-footer {
        --bs-gutter-x: 5rem;
    }

    .home-banner .slick-dots {
        margin-top: 0;
    }

    .wishlist-cart-item .wishlist-product-image {
        padding: 25px 20px;
    }

    .why-section .card {
        /* min-height: 320px; */
        border-radius: 40px;
    }

    .main-img {
        transform: translateY(-46%);
    }

    .whyChooseSlider .slick-track {
        display: flex !important;
    }

    .whyChooseSlider .slick-slide {
        height: inherit !important;
    }

    .why-section .slick-slide {
        margin: 0 10px !important;
    }

    .StepProgress::before {
        height: 86%;
    }

    header {
        padding: 2rem 5rem;
    }

    .active-header {
        padding: 0.5rem 5rem;
    }

    .homebanner-section h2,
    .banner-section h2 {
        font-size: 48px;
        line-height: 55px;
    }

    /* .active-header .logo,
    .footer-logo,
    .logo {
        width: 60px;
    } */
    .banner-section.blog-banner {
        height: 60vh;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        font-size: 18px;
    }

    .product-details-card {
        padding: 25px 20px;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        font-size: 18px;
        width: 60%;
    }

    .scroll_side p.price {
        font-size: 20px;
    }

    /* .scroll_side .title-product {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 36px;
        width: 300px;
    } */
    .scroll_side ul li img {
        width: auto;
        height: 11px;
    }

    .scroll_side ul li {
        padding: 8px 10px;
        font-size: 11px;
        line-height: 12px;
    }

    .quality_sect {
        width: auto;
        margin: 0 35px 0 0;
    }

    .qty-input .product-qty {
        width: 35px;
    }

    .delivery_sect input {
        width: 170px;
        margin-right: 4px;
    }

    .btn-check-small {
        padding: 9px 15px;
    }

    .btn_sect .btn-add-cart {
        width: 172px;
        height: 48px;
        margin: 0 8px;
        line-height: 30px;
    }

    .btn_sect a img {
        width: auto;
        height: 48px;
    }

    .btn_sect .btn-buy-now {
        width: 150px;
        height: 48px;
        line-height: 33px;
    }

    .payment-option-sect strong {
        font-size: 15px;
        line-height: 20px;
    }

    .payment-option-sect p {
        font-size: 13px;
        line-height: 23px;
    }

    .payment-option-sect img {
        width: 300px;
    }

    .frequently_sect span p {
        width: 90%;
    }

    .productListImage .productListinner.slick-slide img {
        max-height: 135px;
    }

    .frequently_sect ul li img {
        height: 85px;
    }

    /* .frequently_sect ul li::after           {
        top: 45px;
    
    } */
    .position-relative.footer-links-divide {
        padding: 0 36px;
    }

    .footer-sub-text li {
        font-size: 15px;
    }

    .guest_payment .select-address .custom-radio {
        width: 100%;
    }

    .guest_check_cont .guest_pay_cont .select-address p {
        font-size: 14px;
        line-height: 23px;
        padding: 0 0 0 5px;
        margin: 0;
    }

    .guest_billing_sect .select-address p {
        font-size: 15px;
        line-height: 24px;
    }

    .wishlist_sect a::after {
        top: 2px;
    }

    .wishlist-product-image .move-to-cart-btn.mt-4 {
        margin-top: 1rem !important;
    }

    .wishlist-cart-item.mt-5 {
        margin-top: 2rem !important;
    }

    .togg_cls {
        right: 20px;
        top: 21px;
    }

    .social_links ul li img {
        width: 35px !important;
        display: block;
        height: auto;
    }

    .social_links ul li {
        padding: 0 !important;
        margin: 0 0 5px;
    }

    .togg_cls {
        right: 17px;
    }

    .card__item {
        padding: 0 8px;
    }

    .card1 {
        padding: 15px;
    }

    .card1 h5 {
        font-size: 22px;
        line-height: 29px;
    }

    .card1 strong {
        font-size: 19px;
    }

    .move-to-cart-btn.mt-4 {
        margin-top: 1rem !important;
    }

    .terms a {
        display: block;
    }

    .section-detail-product p.fw-bold {
        width: 27%;
    }

    .thank_page_banner {
        height: auto;
        padding: 6rem 5rem;
    }

    .thank_page_banner .banner-stars {
        top: -9%;
        left: 1%;
    }

    .banner-prod {
        top: -21%;
    }

}

@media screen and (min-width: 1199px) and (max-width: 1299px) {
    .section {
        padding: 2.5rem 7rem;
    }

    .main-img {
        max-width: 80%;
        right: -10%;
        transform: translateY(-47%);
    }

    .home-banner .slick-dots {
        margin-top: 0;
    }

    .wishlist-cart-item .wishlist-product-image {
        padding: 25px 20px;
    }

    /* .frequently_sect ul li::after           {
        top: 43px;
    } */
    header {
        padding: 2rem 7rem;
    }

    .home-banner {
        height: auto;
    }

    .active-header {
        padding: 0.5rem 7rem;
    }

    .product-details-list li a {
        padding: 10px 10px;
        font-size: 15px;
    }

    .homebanner-section h2,
    .banner-section h2 {
        font-size: 48px;
        line-height: 55px;
    }

    /* .active-header .logo,
    .footer-logo,
    .logo {
        width: 75px;
    } */
    .banner-section.blog-banner {
        height: 75vh;
    }

    /* .scroll_side .title-product {
        font-size: 29px;
        line-height: 39px;
    } */
    .scroll_side ul li {
        font-size: 11px;
        padding: 7px 10px;
    }

    .scroll_side ul li img {
        width: 18px;
    }

    .quality_sect {
        width: auto;
        margin: 0 29px 0 0;
    }

    .delivery_sect input {
        width: 150px;
    }

    .btn-check-small {
        padding: 8px 20px;
    }

    .btn_sect .btn-add-cart {
        width: 170px;
        margin: 0 5px;
    }

    .btn_sect .btn-buy-now {
        width: 145px;
    }

    .frequently_sect ul li img {
        width: auto;
        height: 100px;
    }

    .frequently_sect span p {
        font-size: 13px;
        width: 92%;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        width: 60%;
    }

    .guest_check_cont .guest_pay_cont .select-address p,
    .guest_billing_sect .select-address p {
        font-size: 15px;
        line-height: 23px;
        padding: 0 0 0 5px;
    }

    .guest_check_cont p {
        font-size: 14px;
        line-height: 24px;
    }

    .wishlist_sect a::after {
        top: 2px;
    }

    .togg_cls {
        right: 20px;
        top: 21px;
    }

    .social_links ul li img {
        width: 35px !important;
        display: block;
        height: auto;
    }

    .social_links ul li {
        padding: 0 !important;
        margin: 0 0 5px;
    }

    .togg_cls {
        right: 17px;
    }

    .card__item {
        padding: 0 10px;
    }

    .card1 {
        padding: 15px;
    }

    .card1 h5 {
        font-size: 22px;
        line-height: 29px;
    }

    .card1 strong {
        font-size: 20px;
    }

    .move-to-cart-btn.mt-4 {
        margin-top: 1rem !important;
    }

    .section-detail-product p.fw-bold {
        width: 25%;
    }

         .thank_page_banner {
             height: auto;
             padding: 6rem 5rem;
         }

}

@media screen and (min-width: 1299px) and (max-width: 1499px) {
    .section {
        padding: 2.5rem 8rem;
    }

    /* .frequently_sect ul li::after           {
        top: 40px
    } */
    .wishlist-cart-item .wishlist-product-image {
        padding: 25px 22px;
    }

    .row-gutter-footer {
        --bs-gutter-x: 5rem;
    }

    .main-img {
        max-width: 85%;
    }

    .home-banner .slick-list {
        height: 100% !important;
    }

    header {
        padding: 20px 8rem;
    }

    .active-header {
        padding: 0.5rem 8rem;
    }

    .homebanner-section h2,
    .banner-section h2 {
        font-family: dmserifdisplay;
        font-size: 50px;
        line-height: 55px;
    }

    .product-details-list li a {
        padding: 10px 15px;
    }

    /* 
    .scroll_side .title-product {
        font-size: 32px;
    line-height: 42px;
    } */
    .scroll_side ul li {
        font-size: 12px;
    }

    .scroll_side ul li img {
        width: 18px;
    }

    .quality_sect {
        width: auto;
        margin: 0 40px 0 0;
    }

    .delivery_sect input {
        width: 168px;
    }

    .btn-check-small {
        padding: 8px 22px;
    }

    .btn_sect .btn-add-cart {
        width: 186px;
        margin: 0 6px;
    }

    .btn_sect .btn-buy-now {
        width: 160px;
    }

    .frequently_sect ul li img {
        width: auto;
        height: 100px;
    }

    .frequently_sect span p {
        font-size: 13px;
        width: 92%;
    }

    .checkout-cart .cart-item .product-description .product-head .product-name {
        width: 62%;
    }

    .togg_cls {
        right: 20px;
        top: 21px;
    }

    .social_links ul li img {
        width: 35px !important;
        display: block;
        height: auto;
    }

    .social_links ul li {
        padding: 0 !important;
        margin: 0 0 5px;
    }

    .togg_cls {
        right: 17px;
    }

    .card__item {
        padding: 0 10px;
    }

    .card1 h5 {
        font-size: 20px;
        line-height: 30px;
    }

       

}