@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Roboto:wght@400;500&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

p {
    font-family: 'Merriweather', serif;
    font-weight: 400;
}

h2,
h3 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
}

h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    color: #d54e4e;
    margin-bottom: 10px;
}

h1 {
    text-transform: uppercase;
}

h2 {
    font-size: 48px;
    line-height: 1.46em;
}

h3 {
    font-size: 36px;
}

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Standard property for modern browsers (as a fallback/future-proofing) */
input[type=number] {
    appearance: textfield;
}

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    font-size: 23px;
}

[data-star]::before {
    display: block;
    content: "★★★★★";
    color: #ccc;
}

[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    width: 0;
    color: #ff8c00;
    overflow: hidden;
    height: 100%;
}

[data-star^="0.1"]::after,
[data-star^=".1"]::after {
    width: 2%;
}

[data-star^="0.2"]::after,
[data-star^=".2"]::after {
    width: 4%;
}

[data-star^="0.3"]::after,
[data-star^=".3"]::after {
    width: 6%;
}

[data-star^="0.4"]::after,
[data-star^=".4"]::after {
    width: 8%;
}

[data-star^="0.5"]::after,
[data-star^=".5"]::after {
    width: 10%;
}

[data-star^="0.6"]::after,
[data-star^=".6"]::after {
    width: 12%;
}

[data-star^="0.7"]::after,
[data-star^=".7"]::after {
    width: 14%;
}

[data-star^="0.8"]::after,
[data-star^=".8"]::after {
    width: 16%;
}

[data-star^="0.9"]::after,
[data-star^=".9"]::after {
    width: 18%;
}

[data-star^="1"]::after {
    width: 20%;
}

[data-star^="1.1"]::after {
    width: 22%;
}

[data-star^="1.2"]::after {
    width: 24%;
}

[data-star^="1.3"]::after {
    width: 26%;
}

[data-star^="1.4"]::after {
    width: 28%;
}

[data-star^="1.5"]::after {
    width: 30%;
}

[data-star^="1.6"]::after {
    width: 32%;
}

[data-star^="1.7"]::after {
    width: 34%;
}

[data-star^="1.8"]::after {
    width: 36%;
}

[data-star^="1.9"]::after {
    width: 38%;
}

[data-star^="2"]::after {
    width: 40%;
}

[data-star^="2.1"]::after {
    width: 42%;
}

[data-star^="2.2"]::after {
    width: 44%;
}

[data-star^="2.3"]::after {
    width: 46%;
}

[data-star^="2.4"]::after {
    width: 48%;
}

[data-star^="2.5"]::after {
    width: 50%;
}

[data-star^="2.6"]::after {
    width: 52%;
}

[data-star^="2.7"]::after {
    width: 54%;
}

[data-star^="2.8"]::after {
    width: 56%;
}

[data-star^="2.9"]::after {
    width: 58%;
}

[data-star^="3"]::after {
    width: 60%;
}

[data-star^="3.1"]::after {
    width: 62%;
}

[data-star^="3.2"]::after {
    width: 64%;
}

[data-star^="3.3"]::after {
    width: 66%;
}

[data-star^="3.4"]::after {
    width: 68%;
}

[data-star^="3.5"]::after {
    width: 70%;
}

[data-star^="3.6"]::after {
    width: 72%;
}

[data-star^="3.7"]::after {
    width: 74%;
}

[data-star^="3.8"]::after {
    width: 76%;
}

[data-star^="3.9"]::after {
    width: 78%;
}

[data-star^="4"]::after {
    width: 80%;
}

[data-star^="4.1"]::after {
    width: 82%;
}

[data-star^="4.2"]::after {
    width: 84%;
}

[data-star^="4.3"]::after {
    width: 86%;
}

[data-star^="4.4"]::after {
    width: 88%;
}

[data-star^="4.5"]::after {
    width: 90%;
}

[data-star^="4.6"]::after {
    width: 92%;
}

[data-star^="4.7"]::after {
    width: 94%;
}

[data-star^="4.8"]::after {
    width: 96%;
}

[data-star^="4.9"]::after {
    width: 98%;
}

[data-star^="5"]::after {
    width: 100%;
}

.pagination1 {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.pagination1 ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: inline-block;
}

.pagination1 li span {
    line-height: 45px;
    font-weight: bold;
}

.pagination1 li {
    margin: 0 0 0 0;
    float: left;
    font-size: 16px;
    text-transform: capitalize;
}

.pagination1 li a {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: 5px;
    color: #181818;
    padding: 3px 8px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-top: 7px;
    cursor: pointer;
}

.pagination1 li a:hover,
.pagination1 li a.active,
.pagination1 li .active:hover {
    color: #ffffff;
    background-color: #181818;
    text-decoration: none;
    border: 1px solid #181818;
}

.ano-1 {
    float: left;
    width: 100%;
    background: #181818;
    padding: 10px 0px;
}

.tb-1 {
    float: left;
}

.ph-no {
    float: left;
    margin-right: 15px;
    display: flex;
}

.ph-no.mobile-only {
    display: none;
}

.footer-mail-link1 {
    float: left;
    margin-bottom: 0px;
    display: flex;
    text-decoration: none;
}

.footer-mail-link1 i {
    user-select: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 20px;
}

.toof-1 {
    float: right;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 0px;
}

.bow-1 {
    text-decoration: none;
    float: left;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
    color: #767676 !important;
}

.bow-1 h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
}

.bow-1 a {
    text-decoration: none;
    float: left;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    color: #fff !important;
    font-size: 15px;
    width: 100%;
}

.con-1 {
    float: right;
    margin-top: 30px;
    /* width: 20%; */
}

.so-11 {
    float: right;
    display: flex;
    justify-content: center;
}

.so-22 {
    float: left;
    display: flex;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
}

.social1 {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}

.social1 i {
    float: left;
    padding-left: 0px;
    color: #d54e4e;
    font-size: 28px;
}

.mob2 .social1 i {
    color: #fff;
    background-color: #181818;
    border-radius: 25px;
    padding: 7px;
    font-size: 16px;
}

.cart_img img {
    width: 100%;
    border-radius: 50%;
}

.social1 span {
    position: absolute;
    top: 12%;
    left: 95%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #181818;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #fff;
}

.headin-out {
    background: #fff;
    float: left;
    width: 100%;
}

.head-in {
    float: left;
    width: 30%;
    display: flex;
    align-items: center;
}

.user-menu {
    position: relative;
    display: inline-block;
    font-family: inherit;
}



.mob,
.mob3 {
    display: block;
}

.mob2 {
    display: none;
}

.logo_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 5px;
    font-family: 'Merriweather', serif;
}

.logo_title span {
    font-size: 30px;
    font-weight: 600;
}

.navbar-brand img {
    width: auto;
    float: left;
}

.header_outer {
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.logo-set {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
}

.head-inn {
    float: left;
    /* width: 80%; */
    /* background: #162b62; */
    margin-top: 30px;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #d54e4e;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #d54e4e;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    z-index: 1;
}

.offcanvas-end {
    width: auto;
}

.banner-out {
    padding: 65px 0px !important;
    background-color: #e7e6e0;
    position: relative;
}

.banner-in:after {
    content: "";
    height: 100%;
    width: 40%;
    background: rgb(0 0 0 / .05);
    position: absolute;
    right: -10%;
    z-index: 1;
    top: 0;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transition: all 0.85s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all 0.85s cubic-bezier(.68, -.55, .265, 1.55);
}

.banner-out:hover .banner-in:after {
    width: 43%;
}

.bann_1,
.bann_2 {
    position: relative;
    min-height: 1px;
    display: flex;
    width: 50%;
    z-index: 3;
}

.slick-dots .slick-active button::before {
    color: #d54e4e !important;
}

.bann_01 {
    align-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.banner1 {
    max-width: 517px;
    margin-bottom: 10px;
}

.banner1 h2 {
    font-size: 42px;
    line-height: 1.26em;
}

.carousel-indicators {
    bottom: -50px;
}

.banner-btn {
    margin-top: 20px;
    margin-bottom: 0;
}

.btns_banner {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.ban_btn1 {
    margin-right: 10px;
}

.ban_btn1 .btn {
    background-color: #d54e4e;
    color: #fff;
    transition: all 350ms ease-out;
}

.ban_btn1 .btn:hover {
    background-color: #fff;
    color: #d54e4e;
    transition: all 350ms ease-out;
}

.ban_btn2 .btn {
    background-color: #000;
    color: #fff;
    transition: all 350ms ease-out;
}

.ban_btn2 .btn:hover {
    background-color: #fff;
    color: #000;
    transition: all 350ms ease-out;
}

.m1 {
    width: 100%;
}

.m2 {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 40;
}

.cate-1 {
    display: none;
}

.bow-2 a {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    color: #181818;
    transition: all 350ms ease-in-out;
}

.mob3 .form-control {
    background-color: #f7f7f7 !important;
}

.mob3 .form-control:focus {
    box-shadow: none;
}

.mob3 .btn {
    background-color: #f7f7f7 !important;
    border: 1px solid #ced4da !important;
    transition: all 350ms ease-in-out;
}

.mob3 .btn:focus {
    box-shadow: none;
}

.mob3 .btn:hover {
    background-color: #d54e4e !important;
    color: 1px solid #d54e4e !important;
}

.mob3 .btn:hover i {
    color: #fff !important;
    transition: all 350ms ease-in-out;
}

.offcanvas-header .btn-close {
    float: right;
}

.offcanvas-body .navbar-nav {
    padding-top: 0px;
}



.ph-no:hover i,
.ph-no:hover a {
    color: #d54e4e !important;
    transition: all 350ms ease-in-out;
}

.so-22:hover a,
.so-22:hover a i {
    color: #d54e4e;
    transition: all 350ms ease-in-out;
}

/* discover */
.discover {
    padding: 40px 0px;
}

.discover_text {
    text-align: center;
    margin-bottom: 10px;
}

.offers {
    margin-top: 24px;
    margin-bottom: 0;
}

.offer_2_wid {
    width: 100%;
}

.offer2_wid_inner {
    width: 25%;
    overflow-x: hidden;
    overflow-y: visible;
}

.offer2_wid_inner1 {
    width: 90%;
}

.offer2_fornt,
.offer2_back {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.offer1_fornt_thumb,
.offer1_back_thumb {
    position: relative;
    background-color: #e0e8ee;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
}

.offer2_back {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
}

.offer_2img:hover .offer2_fornt {
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.offer_2img:hover .offer2_back {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.offer_1_img {
    display: block;
    overflow: hidden;
    position: relative;
}

.offer_1_img::before {
    content: "";
    overflow: hidden;
    display: block;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / .5);
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}

.offer_1_img::after {
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

.offers_1:hover .offer_1_img::before {
    opacity: 1;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}

.offers_1:hover .offer_1_img::after {
    opacity: 1;
}

.offer_1_text {
    display: none;
    text-align: center;
    text-decoration: none;
}

.offer_1_text .btn {
    color: #fff;
    background-color: #212529 !important;
    transition: all 350ms ease-out;
}

.offer_1_text .btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all 350ms ease-out;
}

.offer_2img {
    position: relative;
    padding-bottom: 20px;
}


.flash_text {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.flash_text span {
    position: relative;
    --g5-bg-color-flash: #00c480;
    background-color: #d66526;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 24px;
    min-width: 48px;
    min-height: 24px;
    padding: 0 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
}

.flash_text span::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 12px solid #fff0;
    border-bottom: 12px solid #d66526;
    border-top: 12px solid #d66526;
    right: -12px;
    top: 0;
}

.feature {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .4s;
    transition: .4s;
}

.offer_2img:hover .feature {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* icon wrapper */
.feat_icon {
    position: relative;
}

/* link/icon box */
.feat_icon a {
    width: 45px;
    height: 45px;
    background: #fff;
    color: #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    text-decoration: none;
}

/* hover effect */
.feat_icon:hover a {
    color: #fff !important;
    background-color: #333 !important;
    transition: all 0.3s ease;
}

/* icon size */
.feat_icon i {
    font-size: 18px;
    transition: color 0.3s ease;
}

.feat_icon:hover i {
    color: #fff !important;
}

/* tooltip text */
.feat_icon::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    right: 110%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* tooltip arrow */
.feat_icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* show tooltip */
.feat_icon:hover::after,
.feat_icon:hover::before {
    opacity: 1;
    visibility: visible;
}

.offer_details {
    margin-top: 20px;
    text-align: center;
}

.offer_details .price {
    font-size: 18px;
    font-weight: 500;
    color: #d54e4e;
    line-height: 1;
}

.offer_details .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 99;
}

.offer_details .author {
    margin-top: 4px;
    line-height: 1.5;
    color: #7e7e7e;
    z-index: 99;
}

.offer_details a {
    text-decoration: none;
    color: #333;
}

.slick-list {
    padding: 30px 0px 0px !important;
}

/* about */
.about {
    padding: 50px 0px 60px;
    background-color: #f8f9fb;
}

.about_space1 {
    width: 8%;
}

.about_space2 {
    width: 40%;
}

.about_space3 {
    width: 35%;
}

.about_space4 {
    width: 17%;
}

.about .row {
    display: flex;
    align-items: center;
}

.about_img {
    position: relative;
}

.about_imgs {
    max-width: 620px;
    margin-right: 50px;
}

.abt_img {
    width: 100%;
}

.about_imgs img {
    border-radius: 25px;
    height: auto;
    flex-wrap: wrap;
    align-content: flex-end;
    display: flex;
}

.about_img_text {
    background-color: #fff;
    border-radius: 25px;
    color: #333;
    position: absolute;
    bottom: 20%;
    left: 40%;
    transform: translateY(0);
    z-index: 10;
}

.about_text_heading {
    padding: 10px 20px;
}


.about_btn {
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 2px solid #333;
    overflow: hidden;
    border-width: 10%;
    transition: all 0.3s ease;
}

.about_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 2px;
    background-color: #d54e4e;
    transition: width 0.3s ease;
}

.about_btn:hover::after {
    width: 100%;
}

.about_btn span {
    position: relative;
    z-index: 1;
    color: #333;
    transition: color 0.3s ease;
}

.about_img_text {
    animation: floatUpDown 2.5s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.about_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 0;
}

.about_heading .about_heading_p {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.about_heading h2 {
    font-family: 'Arial', sans-serif;
    font-size: 42px;
    line-height: 1.26em;
}

.about_heading p {
    font-family: 'Georgia', serif;
    line-height: 28px
}

.about_heading a {
    background-color: #000;
    color: #fff;
    padding: 10px 20px !important;
    transition: all 350ms ease-out;
}

.about_heading a:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all 350ms ease-out;
}

/* features */
.features {
    padding: 50px 0px 40px 0px;
}

.slick-dots li button:before {
    color: #ccc !important;
}

.features_text {
    text-align: center;
    margin-bottom: 0px;
}

/* factors */
.factors {
    padding: 50px 0 50px 0;
    background-color: #e7e6e0;
}

.factors .row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.fac_1 {
    width: 24%;
    gap: 30px;
}

.fact_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.fact1_img {
    margin-right: 10px;
}

.fact_para1 {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4.2px;
}

/* bestseller */
.bestseller {
    padding: 50px 0px;
    background-color: #f8f9fb;
}

.bestseller_text span {
    display: block;
    width: 100px;
    height: 0;
    padding: 10px 0px 30px;
    position: relative;
}

.bestseller_text span::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #333;
}

.bestseller_section .b_s_r1 {
    width: 41.66%;
}

.bestseller_section .b_s_r2 {
    width: 8.33%;
}

.bestseller_section .b_s_r3 {
    width: 50%;
}

.best_s1 {
    width: 55%;
}

.best_s2 {
    width: 5%;
}

.best_s3 {
    width: 40%;
}

.bestseller_hading h2 {
    font-size: 42px;
    line-height: 1.26em;
}

.bestseller_hading p {
    color: #767676;
    margin-top: 12px;
}

.bestseller_hading span {
    color: #d54e4e;
}

.bestsell_para {
    line-height: 1.8rem;
    margin-top: 25px;
    /* 👇 line clamp */
    display: -webkit-box;
    -webkit-line-clamp: 8;
    /* number of lines */
    -webkit-box-orient: vertical;

    overflow: hidden;
}

.bestseller_btn {
    margin-top: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px 40px !important;
    color: #fff;
    background-color: #212529 !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bestseller_btn_buy {
    margin-top: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px 40px !important;
    color: #212529;
    background-color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: all 350ms ease-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bestseller_btn_buy:hover {
    color: #fff !important;
    background-color: #212529 !important;
    border: 1px solid #ccc;
    transition: all 350ms ease-out;
}

.bestseller_btn_buy a {
    text-decoration: none;
    color: #212529;
    transition: all 350ms ease-out;
}

.bestseller_btn_buy:hover a {
    color: #fff !important;
    transition: all 350ms ease-out;
}

.bestseller_btn:hover {
    color: #212529 !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
    transition: all 350ms;
}

.bestseller_btn:hover a {
    color: #212529;
}

.bestseller_btn a {
    text-decoration: none;
    color: #fff;
}

.best_bks_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
}

.bks_1 {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.bks_1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #767676;
}

.bestseller_bk {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bestsel_bk_img {
    width: 50px;
    margin-right: 20px;
}

.bestsel_bk_img img {
    width: 100%;
    display: block;
}

.bestsel_bk_text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
    gap: 6px;
}

.best_book_name span {
    font-weight: 600;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #181818;
    overflow: hidden;
}

.start_rating i {
    color: #f4c150;
    font-size: 14px;
}

.bestseller_price span {
    color: #d54e4e;
    font-size: 18px;
    font-weight: 600;
}

.best_seller_view_more {
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
}

.best_seller_view_more a {
    text-decoration: none;
    color: #d54e4e;
    font-size: 20px;
    transition: all 350ms ease-in-out;
}

.best_seller_view_more a:hover,
.best_seller_view_more a:hover i {
    transition: all 350ms ease-in-out;
}

.best_seller_view_more a i {
    color: #d54e4e !important;
    margin-left: 15px;
    font-size: 26px;
    transition: all 350ms ease-in-out;
}

.best_seller_view_more a:hover,
.best_seller_view_more a:hover i {
    animation: colorChange 1s infinite alternate;
}


.call_action {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    align-content: center;
    gap: 20px;
    width: 40%;
}

.call_action_feature .feat_icon {
    border: 1px solid #000;
    margin: 10px;
}

.call_action_feature .feat_icon a {
    margin-bottom: 0px !important;
}

/* news */
.news {
    padding: 50px 0px 50px;
    background-color: #dbd8c9;
}

.news_link_1 {
    display: none;
}

.news_link_1 a {
    margin-top: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px 40px !important;
    color: #fff;
    background-color: #212529 !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.news_link_1 a:hover {
    color: #181818;
    background-color: #fff !important;
    transition: all 350ms ease-out;
}

.news_heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.news .news_heading a {
    text-decoration: none;
    color: #d54e4e;
    float: right;
    font-size: 20px;
    transition: color 350ms ease-in-out, font-size 350ms ease-in-out;

}

.news .news_heading a i {
    color: #d54e4e !important;
    margin-left: 10px;
    font-size: 24px;
    transition: color 350ms ease-in-out, font-size 350ms ease-in-out;

}

.news .news_heading a:hover,
.news .news_heading a:hover i {
    animation: colorChange 1s infinite alternate;
}

@keyframes colorChange {
    0% {
        color: #d54e4e;
    }

    30% {
        color: #000;
    }

    60% {
        color: #d54e4e;
    }

    90% {
        color: #000;
    }
}

.news_card {
    border: 2px solid #fff;
}

.news_img {
    position: relative;
}

.news_img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgb(0 0 0 / .3);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.news_card:hover .news_img::before {
    opacity: 1;
}

.news_img {}

.news_img img {}

.news_details {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    padding: 20px 25px;
    text-align: center;
    background-color: #fff;
}

.news_card a {
    text-decoration: none;
}

.news_date {
    color: #767676;
}

.news_title {
    color: #212529;
    font-size: 24px;
}

/* testimonials */
.testimonials {
    padding: 50px 0px;
    background-color: #fff;
    position: relative;
}

.test_rateing {}

.rateing_details {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    color: #f4c150;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #00c480;
    position: absolute;
    top: -5%;
    right: 10%;
}

.rateing_number {}

.rateing_number span {
    font-size: 36px;
    font-weight: 600;
}

.rateing_number .span {
    font-size: 14px;
    font-weight: 600;
}

.rateing_starts i {}

.rateing_reviews {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.test_heading h3 {
    margin-bottom: 30px;
}

.testimonial_row {
    background-color: #f9f6f1;
    padding: 60px 0px 20px;
    border-radius: 25px;
}

.slick-arrow {
    display: none !important;
}

.slick-dots {
    width: 98% !important;
}

.testimonials-card {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    margin: 20px;
}

.testimonials-card_top {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.testimonials-card__author-info {
    color: #000;
}

.testimonials-card_rating i {
    color: #00c480;
}

.testimonials-card_text {
    color: #7e7e7e;
}

.testimonials-card_bottom {
    padding-top: 20px;
    text-align: left;
}

.testimonials-card_bk_name {
    color: #000;
}

.testimonials-card_quite {
    color: #7e7e7e;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



































































































/* footer */
.footer-out {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background: #181818;
    overflow: hidden;
}


.f1 {
    float: left;
    width: 15%;

}

.f1 ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}

.f2 {
    float: left;
    width: 25%;
    padding-left: 20px;
}

.fot-links h4 {
    float: left;
    width: 100%;
    color: #0093dd;
    margin-bottom: 25px;
    font-size: 24px;
}

.f2 li:hover span a,
.f3 li:hover span a {
    color: #d54e4e;
    transition: all 350ms ease-in;
}

.f2 ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}

.fot-bulletet {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0px 0 15px 0;
    text-align: justify;
}

.fot-bulletet span {
    float: left;
    color: #fff;
    transition: all 350ms ease-in;
}

.fot-bulletet span a {
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.fot-bulletet i {

    color: #fff;
    font-size: 20px;
    float: left;
}

.f3 {
    float: left;
    width: 25%;
    padding-left: 20px;

}

.f3 ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}

.f4 {
    float: left;
    width: 35%;
    padding-left: 20px;
}

.fot-links span {
    color: #fff;
}

.f4_input {
    margin-top: 10px;
    position: relative;
}

.f4_input span {
    position: absolute;
    top: 10px;
    right: 28%;
}

.f4_input span i {
    font-size: 20px;
}

.fot-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    float: left;
    width: 100%;
}

.footer-bottom {
    position: relative;
    width: 100%;
    float: left;
    z-index: 1;
    border-top: 1px solid #fff3;
    padding-top: 30px;
    margin-top: 30px;
}

.copy-1 {
    float: left;
    position: relative;
    z-index: 1;
}

.copy-1 p {
    color: #fff;
    margin-bottom: 0px;
}


.copy-2 {
    float: right;
}


.copy-2 p {
    color: #fff;
    margin-bottom: 0px;
}

.page_out {
    float: left;
    width: 100%;
}

.page_top {
    background-image: url('../images/heading-bg.png');
    background-size: 100% 100%;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.page_top h1 {
    letter-spacing: 2px;
}

.shop_page_content {
    padding: 20px 5rem;
}

.shop_page_filter {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 15px;
}

.shop_page_filter button {
    background-color: #181818;
    color: #ffffff;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    transition: all 350ms ease-in-out;
}

.shop_page_filter button i {
    margin-right: 10px;
}

.shop_page_filter button:hover {
    background-color: #d54e4e;
    border-color: #d54e4e;

}

.product-col {
    padding: 10px;
}

.product-item-out {
    padding: 20px 0 0;
    border: 1px solid #ccc;
    transition: all 350ms ease-in-out;
    border-radius: 8px;
}

.product-item-out:hover {
    background-color: #f7f7f7;
    border: 1px solid #eee;



}

.product-item-out:hover .prdt-cart-btn {
    border-radius: 0 0 0 8px;
}

.product-item-out:hover .prdt-wishlist-btn {
    border-radius: 0 0 8px 0;
}

.product-detail-out {
    padding: 0 10px;
}

.product-item-out .product-image a {
    display: flex;

}

.product-item-out .product-image img {
    width: 140px;
    margin: auto;
    transition: all 350ms ease-in-out;
}

.product-item-out .product-image a:hover img {
    transform: scale(1.05);

}

.product-item-out .product-title {
    text-align: center;
    margin-top: 15px;
}

.product-item-out .product-title a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    display: block;
}

.product-item-out .product-price {
    text-align: center;
    margin-top: 5px;
}

.product-item-out .product-price {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: block;
}

.product-action-btns-out {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px;
}

.no_prod {
    text-align: center;
    font-size: 26px;
    padding: 50px 0;
    color: #777;
}

.product-action-btn {
    display: flex;
    border: none;
    text-align: center;
    width: 50%;
    line-height: 1;
    font-size: 18px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 350ms ease-in-out;
    color: #ffffff;
}

.prdt-cart-btn {
    background-color: #181818;
    border: 1px solid #181818;
}

.prdt-cart-btn:hover {
    background-color: #fff;
    color: #181818;
}

.prdt-wishlist-btn {
    background-color: #d54e4e;
    border: 1px solid #d54e4e;
}

.prdt-wishlist-btn:hover {
    background-color: #fff;
    color: #d54e4e;
}



/* Overlay background */
#filter_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Panel */
.filter_div_out {
    position: fixed;
    top: 0;
    right: -400px;
    /* hidden */
    width: 400px;
    height: 100vh;
    background-color: #f7f7f7;

    z-index: 10000;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -12px 0 24px rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}



.close_filter {
    background: none;
    border: none;
    line-height: 1;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}


/* Active state */
.filter_div_out.open {
    right: 0;
}

#filter_overlay.open {
    opacity: 1;
    visibility: visible;
}

.filter_div_out .close_filter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 35px;
    margin: 10px 10px 10px auto;
    background-color: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.filter_div_out .close_filter:hover {
    background-color: #2a2a2a;
    transform: translateY(-1px);
}

.filter_div_out .filter_heading h6 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    color: #fff;
    margin: 8px 0;
    padding: 10px 0;
    background-color: #111;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sort_by_filter {
    display: flex;
    width: 100%;
    margin: 10px 0;
}

#sortby_sl {
    width: 250px;
    margin-left: auto;
    margin-right: 10px;
    padding: 10px;
    background-color: #ffff;
    border: 3px solid #181818;
    color: #181818;
    font-size: 16px;
}

#sortby_sl option {
    margin: 10px;
    color: #181818;
    background-color: #fff;
}

.category_filter_1 {
    width: 100%;
    padding: 12px 14px 16px;
}

.category_filter_1 .accordion-button:not(.collapsed) {
    color: #111;
    background-color: transparent;
    box-shadow: none;
}

.category_filter_1 .accordion-button:focus {
    box-shadow: none;
}

.category_filter_1 .cf1_item {
    border: none;
    background-color: #f0f0f075;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) inset;
}

.category_filter_1 .cf1_item button {
    height: auto;
    padding: 0;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    border: none;
    background: transparent;
}

.category_filter_1 .cf1_item:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.category_filter_1 .cf1_body {
    padding: 10px;
    margin-top: 8px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.cf1_item .subcategory_link {
    display: block;
    text-decoration: none;
    line-height: 1.2;
    font-size: 15px;
    color: #d54e4e;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cf1_item .subcategory_link:hover {
    background-color: #fff2f2;
    color: #d54e4e;
}

.cf1_item .subcategory_link:not(:last-child) {
    margin-bottom: 6px;
}

.category_filter_2 .cf2_item {
    border: none;
    background-color: #f0f0f0;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.category_filter_2 .cf2_item button {
    height: auto;
    padding: 0;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    border: none;
    background: transparent;
}

.category_filter_2 .cf2_body {
    padding: 8px;
    margin-top: 8px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.subcategory_link.sc_l_active {
    background-color: #111;
    color: #fff;
}


.breadcrumbs-ul {
    margin: 15px 0;
    padding: 0 2rem;
}

.breadcrumbs-ul li {
    display: inline-block;

}

.breadcrumbs-ul li span {
    margin: 0 5px;
    font-weight: 500;
}

.breadcrumbs-ul li a {
    font-size: 15px;
    color: #181818;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs-ul li {
    font-size: 15px;
    color: #181818;
    font-weight: 500;
}

.product_view_out {
    float: left;
    width: 100%;
    padding: 2rem;

}

.product_view_image_out {
    height: 100%;
    width: 90%;
    margin-left: 5%;
}

.product_image_swiper {
    width: 100%;
    height: 100%;
}

.product_image_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_image_swiper .swiper-slide img {
    width: 300px;
}

.page_top_empty {
    padding: 10px 0;
    background-color: #181818;
}

.swiper-button-next,
.swiper-button-prev {
    color: #181818;
}

.product_view_details_out {
    padding: 0 10px;
}

.product_view_details_out .product_title {
    margin-bottom: 20px;
    font-size: 23px;
}

.product_view_details_out .product_price {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}

.product_qty_cart_out {
    margin-bottom: 20px;
    display: flex;
}


.qty-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    height: 40px;
}

.qty-btn {
    width: 32px;
    height: 100%;
    border: none;
    background: #f8f8f8;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}

.qty-btn:hover {
    background: #eee;
}

.qty-input {
    width: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    background: #fff;
}

.add-to-cart-btn {
    background-color: #181818;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: all 350ms ease-in-out;
    margin-left: 12px;
    line-height: 1;
    border-radius: 4px;
}

.add-to-cart-btn i {
    margin-right: 5px;
}

.add-to-cart-btn:hover {
    background-color: #d54e4e;
    border-color: #d54e4e;
}

.product_brief_description .read-more-btn {
    display: inline-block;
    margin-left: 5px;
    color: #d54e4e;
    text-decoration: none;
}

.product_view_description_review_out {
    margin-top: 50px;
}

/* Container */
.ds_rv_out.accordion {
    border-top: 1px solid #e5e5e5;
}

/* Each item */
.ds_rv_out .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}

/* Header button */
.ds_rv_out .accordion-button {
    background: transparent;
    color: #000;
    font-weight: 500;
    padding: 16px 0;
    box-shadow: none;
    border: none;
}

/* Remove Bootstrap arrow */
.ds_rv_out .accordion-button::after {
    display: none;
}

/* Add custom + / - */
.ds_rv_out .accordion-button::before {
    content: "+";
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

/* When open, show - */
.ds_rv_out .accordion-button:not(.collapsed)::before {
    content: "−";
}

/* Align text and icon */
.ds_rv_out .accordion-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Body */
.ds_rv_out .accordion-body {
    padding: 12px 0 20px 0;
    color: #181818;
    font-style: normal;
    line-height: 1.6;
}

.spec_table {
    width: 70%;
    border-collapse: collapse;
    margin-left: 17.5%;
}

.spec_table th,
.spec_table td {
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: left;
}

.spec_table th {
    background-color: #f8f8f8;
    font-weight: 600;
}

.spec_table td {
    background-color: #fff;
}

.spec_table tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.reviews-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.review-card {
    font-family: Georgia, "Times New Roman", serif;
    color: #222;
    padding: 15px;
    background: #f0f0f09e;
    width: 31%;
    border-radius: 10px;
}

.review-title {
    font-style: italic;
    font-size: 22px;
    margin-bottom: 12px;
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.review-text a {
    color: #000;
    text-decoration: underline;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-rating .label {
    font-size: 14px;
    color: #444;
}

.review-rating .stars {
    color: #b08a2e;
    /* gold */
    letter-spacing: 2px;
    font-size: 16px;
}

.review-author {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.review-footer {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.review-footer a {
    color: #000;
    text-decoration: none;
    margin-left: 10px;
}

.review-footer a:hover {
    text-decoration: underline;
}

.reviews-view-all {
    text-align: center;
}

.reviews-view-all a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s ease;
}

.reviews-view-all a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    background: #000;
}

.reviews-empty {
    text-align: center;
    padding: 60px 30px;
    background: #fafafa;
    margin: auto;
    border-radius: 18px;
    border: 1px dashed #e2e2e2;
}

.reviews-empty h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.reviews-empty p {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
}

/* write review button */
.write-review-btn {
    display: inline-block;
    padding: 11px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: 0.25s ease;
}

.write-review-btn:hover {
    transform: translateY(-2px);

    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.related_product_out {
    margin-top: 40px;
}

.related_product_out h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.reviews-page-wrapper {
    max-width: 1150px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

.reviews-page {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.reviews-product-header {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border-radius: 18px;
    height: 100%;
}

.reviews-product-img {
    width: 120px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.reviews-product-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.reviews-form-box {
    flex: 1;
    background: #ffffff;
    padding: 24px;
    border: 2px solid #ebebebcc;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.review-login-box {
    background: #fafafa;
    border: 1px dashed #ddd;
    padding: 16px;
    border-radius: 12px;
    font-size: 14px;
}

.review-form input,
.review-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 14px;
    transition: 0.2s;
}

.review-form textarea {
    min-height: 110px;
    resize: vertical;
}

.review-form input:focus,
.review-form textarea:focus {
    outline: none;
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.review-form button {
    padding: 12px 26px;
    border-radius: 999px;
    line-height: 1;
    border: none;
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.25s;
}

.review-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.reviews-sort-bar {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.reviews-sort-bar select {
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #181818;
    font-size: 13px;
    width: auto;
    color: #fff;
}


.shopping_cart_out {
    padding: 30px 1.5rem;
}

.btn.btn-back-shop {
    margin-right: 10px;
    background-color: #181818;
    color: #fff;
}


.delivery-section {
    width: 65%;
}

.cart_items form {
    flex-grow: 1;
}

.form-control,
input,
select,
textarea {
    padding: 4px 4px;
    width: 100%;
    /* margin: 0 0 10px; */
    max-width: 100%;
    resize: none;
    outline: 0;
    background-color: transparent;
    height: auto;
    transition: .2s ease-in-out !important;
}

/* ---------- CART WRAPPER ---------- */
.cart_items {
    width: 100%;
    margin-top: 20px;
}



/* ---------- TABLE ---------- */
.cart_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    padding: 0;
    margin-top: 10px;
}

.cart_table thead th {
    text-align: left;
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e5e5e5;
}

.cart_table thead th:nth-child(1) {
    width: 5%;
}

.cart_table thead th:nth-child(2) {
    width: 50%;
}



.cart_table tbody td {
    padding: 18px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.cart_table p {
    margin-bottom: 0;
}

/* ---------- REMOVE ICON ---------- */
.cart__remove {
    color: #888;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.cart__remove:hover {
    color: #d32f2f;
}

/* ---------- IMAGE + TITLE ---------- */
.cart_image_title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cart__image img {
    width: 70px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
}

.cart_image_title h5 {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.cart_image_title h5 a {
    color: #181818;
    text-decoration: none;
}

.cart_image_title h5 a:hover {
    text-decoration: underline;
}

/* ---------- PRICE ---------- */
.prices .money {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

/* ---------- QTY BOX ---------- */
.qty-box-set {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.qty-box-set input[type="button"] {
    width: 34px;
    height: 34px;
    border: none;
    background: #f5f5f5;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.qty-box-set input[type="button"]:hover {
    background: #e0e0e0;
}

.qty-box-set input[type="text"] {
    width: 40px;
    height: 34px;
    border: none;
    text-align: center;
    font-size: 14px;
    background: #fff;
}

/* ---------- ROW HOVER ---------- */
.cart_table tbody tr:hover {
    background: #fafafa;
}

.delivery-section-in {
    display: flex;
    justify-content: center;
    padding: 3px;
}

.delivery-section-in form {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding: 0 0 0 5px;
}

.delivery-section-in form h5 {
    width: 100%;
    margin-bottom: 12px;
}

.delivery_box1 {
    margin: 0;
    padding: 5px 15px;
    font-size: 1em;
    outline: 0;
    -webkit-appearance: none;
    border: 1px solid #c6c6c6;
    width: 70%;
    line-height: 1;
    height: 40px;
}


.order_summary {
    border: 1.5px solid #c6c6c6;
    padding: 10px;
    border-right: none;
    border-left: none;
}

.cartord_out {
    display: block;
    line-height: 24px;
    color: #141414;
    margin: 0;
    padding: 10px;
}



.cart__row .prices {
    width: auto;
}


.cart__row .prices p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.cart__row .qty-box-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.cart__row .qty-box-set .qtyminus1,
.cart__row .qty-box-set .qtyplus1 {
    height: 27px;
    font-size: 14px;
    line-height: 1;
    padding: 0 15px;
    width: auto;
    margin: 0;
    background: transparent;
    border: 1px solid #d54e4e;
}



.cart__row .qty-box-set .quantity-selector {
    padding: 0;
    text-align: center;
    height: 27px;
    max-width: 50px;
    border: 1px solid currentcolor;
    border-width: 1px 0;
    border-radius: 0;
    border-color: #d54e4e;
    margin: 0;
}


a.close_icon {
    line-height: 1;
    margin: auto;
    font-size: 20px;
    display: block;
    color: #181818;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.shopping_cart_mobile_content a.close_icon {
    margin: 0px !important;
}

.cart-title a {
    text-decoration: none;
    color: #000;
}

.deli_but {
    line-height: 1;
    width: 30%;
    height: 40px;
    background-color: #181818;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
    margin: 0;
}

.deli_but:hover {
    color: #181818;
    border: 1px solid #181818;
    background: #fff;
}

/* Pincode result text */
.pincode-check {
    display: block;
    margin: 10px 0 5px;
    font-weight: 500;
    line-height: 1;
}

/* Cart summary table */
.carttable {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.carttable td {
    padding: 10px 0;
    font-size: 15px;
    color: #333;
}

.carttable .stt-name {
    text-align: left;
}

.carttable .stt-price {
    text-align: right;
}

.carttable .subtotal-line td,
.carttable .discou td,
.carttable .ordertotal td,
.carttable .subtotall td {
    padding: 10px;
}

/* Subtotal row */
.subtotal-line td {
    border-bottom: 1px solid #eaeaea;
}

/* Shipping row */
.subtotall td {
    padding-top: 12px;
    font-size: 14px;
}

/* Order total */
.ordertotal td {
    padding-top: 15px;
    font-size: 17px;
    font-weight: 700;
    border-top: 1px solid #eaeaea;
}

.ordertotal td:last-child {
    text-align: right;
}

/* Terms text */
.cartord_out {
    font-size: 13px;
    color: #555;
    margin: 0px 0;
    line-height: 1.2;
}

.cartord_out a {
    color: #0d6efd;
    text-decoration: none;
}

.cartord_out a:hover {
    text-decoration: underline;
}

/* Promo code form */
.promo_txt {
    width: calc(100% - 110px);
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    float: left;
}

.promo_btn {
    width: 110px;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background: #181818;
    border: 1px solid #181818;
    color: #fff;
    font-weight: 600;
}

.promo_btn:hover {
    color: #181818;
    border: 1px solid #181818;
    background: #fff;
}

.clearfix {
    clear: both;
}

/* Proceed button */
.proc_ck {
    width: 100%;
    margin-top: 15px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #181818;
    border: 1px solid #181818;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.proc_ck:hover {
    color: #181818;
    border: 1px solid #181818;
    background: #fff;
}


/* Responsive */
@media (max-width: 768px) {
    #results {
        max-width: 100%;
        border-left: none;
        border-top: 1px solid #e5e5e5;
        margin-top: 20px;
    }
}

.login-shell {
    display: flex;
    min-height: 80vh;
}

/* Left */
.login-left {
    flex: 1;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 60px;
}

.brand h1 {
    font-size: 42px;
    margin: 0;
    letter-spacing: -1px;
}

.brand p {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.7;
}

/* Right */
.login-right {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 60px;
}

.step {
    width: 100%;
    max-width: 380px;
    display: none;
    animation: fadeUp .5s ease;
}

.step.active {
    display: block;
}

h2 {
    font-size: 26px;
    margin-bottom: 8px;
}

.desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

/* Phone input */
.phone-input {
    display: flex;
    border-bottom: 2px solid #111;
    margin-bottom: 0;
}

.phone-input span {
    padding: 12px 10px;
    font-weight: 600;
}

.phone-input input {
    flex: 1;
    border: none;
    font-weight: 500;
    padding: 12px 10px;
    font-size: 16px;
    outline: none;
}

/* Button */
.login-btn {
    width: 100%;
    padding: 14px;
    background: #111;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
}

.login-btn:hover {
    background: #000;
}

/* OTP */
.otp-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
}

.otp-row input {
    width: 48px;
    height: 54px;
    border: none;
    border-bottom: 2px solid #bbb;
    font-size: 22px;
    text-align: center;
    outline: none;
}

.otp-row input:focus {
    border-color: #111;
}

/* Footer */
.otp-footer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 5px;
}

.resend {
    text-decoration: none;
    color: #111;
    font-weight: 600;
    cursor: pointer;
}

.resend.disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Error states */
.input-error {
    border-color: #000 !important;
    animation: shake 0.35s ease;
}

.error-text {
    font-size: 13px;
    color: #ff3f3f;
    margin-top: 6px;
    display: none;
}

/* OTP error */
.otp-row.error input {
    border-bottom-color: #000;
    animation: shake 0.35s ease;
}

/* Shake animation */
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-4px);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(0);
    }
}

#pageLoader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#pageLoader p {
    margin-top: 15px;
    font-size: 14px;
    color: #111;
}

.spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #ddd;
    border-top-color: #111;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.change-number {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #111;
    text-decoration: underline;
    cursor: pointer;
}

.empty-cart {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    background: #fafafa;
    border-radius: 12px;
}

.empty-cart h2 {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.empty-cart p {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    max-width: 420px;
}

.empty-cart .btn {
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.empty-cart .btn-primary {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.empty-cart .btn-primary:hover {
    background: #fff;
    color: #000;
}

.cart-icon {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.6;
}

/* Page background */
.profile-wrapper {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(1200px 600px at top, #f9fafb 0%, #f1f3f6 60%);
    padding: 24px;
}

/* Card */
.profile-card {
    background: #ffffff;
    width: 100%;
    max-width: 460px;
    padding: 34px 32px;
    border-radius: 18px;
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04);

    animation: profileSlideUp 0.8s cubic-bezier(.22, .61, .36, 1) both;

}




/* Title */
.profile-title {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #111;
    margin-bottom: 30px;
}

/* Fields */
.profile-field {
    margin-bottom: 20px;
}

.profile-label {
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    color: #555;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

/* Inputs */
.profile-input {
    width: 100%;
    padding: 13px 15px;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #dcdfe4;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.profile-input::placeholder {
    color: #aaa;
}

.profile-input:focus {
    outline: none;
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* Readonly input */
.profile-input-readonly {
    background: #f4f5f7;
    color: #666;
    cursor: not-allowed;
}

/* Save button */
.profile-save-btn {
    width: 100%;
    margin-top: 10px;
    padding: 14px 16px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s;
}

.profile-save-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    opacity: 0.95;
}

.profile-save-btn:active {
    transform: translateY(0);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

@keyframes profileSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.address-wrapper {
    max-width: 820px;
    margin: 40px auto;
    padding: 0 20px;
}

.address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.address-header h2 {
    font-size: 22px;
    font-weight: 600;
}

.address-add-btn {
    padding: 10px 18px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
}

.address-list {
    display: grid;
    gap: 18px;
}

.address-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    transition: 0.25s ease;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    flex-wrap: wrap;
}

.address-actions {
    position: absolute;
    right: 20px;
    top: 20px;
}

.address-info p {
    margin: 4px 0;
    font-size: 14px;
    color: #555;
}



.address-actions button {
    background: none;
    border: none;
    font-size: 13px;
    cursor: pointer;
    margin-left: 10px;
}

.address-actions .danger {
    color: #c0392b;
    margin-left: 3px;
}

.address-empty {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}

.address-empty-icon {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.7;
}

.address-empty h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.address-empty p {
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
}

.address-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 100%;
    height: 100vh;
    background: #ffffff;
    box-shadow:
        -12px 0 30px rgba(0, 0, 0, 0.12),
        -2px 0 6px rgba(0, 0, 0, 0.06);
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(.22, .61, .36, 1);
    z-index: 10001;
    display: flex;
    flex-direction: column;
}

.address-drawer.active {
    transform: translateX(0);
}

.address-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 17, 0.45);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 10000;
}

.address-drawer-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.drawer-header {
    padding: 18px 22px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drawer-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.drawer-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.drawer-close:hover {
    background: #e5e7eb;
}

.address-form {
    padding: 22px;
    overflow-y: auto;
}

.af-field {
    margin-bottom: 15px;
}

.af-field label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}

.af-field input,
.af-field textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #dcdfe4;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.af-field input:focus,
.af-field textarea:focus {
    outline: none;
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.af-field input[readonly] {
    background: #f4f5f7;
    color: #666;
    cursor: not-allowed;
}

.af-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.drawer-save-btn {
    width: 100%;
    margin-top: 8px;
    padding: 14px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.drawer-save-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.drawer-save-btn:disabled {
    background: #aaa;
    cursor: not-allowed;
    box-shadow: none;
    transform: translateY(0);
}

.checkout-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    padding: 50px 3rem;
}

.checkout-left,
.checkout-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.checkout-section {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid #e6e6e6;
    background: linear-gradient(180deg, #ffffff, #fafafa);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Address card */
.checkout-address-card {
    position: relative;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #e3e3e3;
}

.checkout-address-card:not(:last-child) {
    margin-bottom: 16px;
}

/* subtle hover */
.checkout-address-card:hover {
    border-color: #cfcfcf;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.checkout-address-card::before {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.checkout-address-card:has(input:checked)::before {
    background: radial-gradient(circle at center, #111 55%, transparent 57%);
    border-color: #111;
}


/* Selected state */
.checkout-address-card:has(input:checked) {
    border-color: #000;
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.9);
}


/* Hide native radio */
.checkout-address-card input {
    display: none;
}


/* Content text */
.address-content strong {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.address-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.address-content p:last-child {
    margin-top: 8px;
    font-weight: 500;
    color: #111;
}



.checkout-add-address {
    display: flex;
    align-items: center;
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    background: #fff;
    border: 1px dashed #bbb;
    font-weight: 500;
    line-height: 1;

}

.checkout-add-address:hover {
    background: #f8f8f8;
    border-color: #000;
}


.checkout-add-address::before {
    content: "+";
    font-size: 18px;
    margin-right: 6px;
    line-height: 1;
}

.checkout-summary-card {
    background: #fff;
    padding: 26px;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
}

.checkout-section h3,
.checkout-summary-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.summary-items {
    margin-bottom: 18px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: #444;
}

.item-image a {
    color: #181818;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.item-image a p {
    margin-left: 8px;
    margin-bottom: 0;
}

.item-image a img {
    width: 50px;
    height: auto;
}

.summary_pro_quantity {
    display: flex;
    position: absolute;
    top: -8px;
    left: 36px;
    background-color: #d54e4e;
    line-height: 1;
    color: #ffffff;
    font-size: 12px;
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.item-price {
    font-weight: 500;
}

.summary-totals {
    border-top: 1px dashed #e3e3e3;
    padding-top: 14px;
}

.summary-totals>div {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
}

.grand-total {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.checkout-place-order {
    width: 100%;
    margin-top: 22px;
    padding: 16px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.checkout-place-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}

.checkout-place-order:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}



.summary-note {
    font-size: 12px;
    color: #16a34a;
    margin-top: 8px;
}

/* Mobile */
@media (max-width: 900px) {
    .checkout-wrapper {
        grid-template-columns: 1fr;
    }

    .checkout-summary-card {
        position: static;
    }
}

.ph-no .user-dropdown {
    position: absolute;
    right: 0;
    top: 110%;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: none;
    overflow: hidden;
    z-index: 1000;
    border: 2px solid #181818;
}

/* dropdown items */
.ph-no .user-dropdown a {
    display: block;
    line-height: 1;
    padding: 12px 16px;
    text-decoration: none;
    color: #333 !important;
    font-size: 14px;
    transition: background 0.2s;
}

.ph-no .user-dropdown a i {
    margin-right: 5px;
    color: #333 !important;
    transition: background 0.2s;
}

.ph-no .user-dropdown a:hover,
.ph-no .user-dropdown a:hover i {
    background: #f6f6f6;
    color: #d9534f !important;
}

.review-form-wrapper .rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.review-form-wrapper .rate:not(:checked)>input {
    position: absolute;
    left: -9999px;
}

.review-form-wrapper .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 27px;
    color: #ccc;
    margin-left: 0;
}

.review-form-wrapper .rate:not(:checked)>label:before {
    content: "★ ";
}

.review-form-wrapper .rate>input:checked~label {
    color: #ff8c00;
}

.review-form-wrapper .rate:not(:checked)>label:hover,
.review-form-wrapper .rate:not(:checked)>label:hover~label {
    color: #be6b06;
}

.review-form-wrapper .rate>input:checked+label:hover,
.review-form-wrapper .rate>input:checked+label:hover~label,
.review-form-wrapper .rate>input:checked~label:hover,
.review-form-wrapper .rate>input:checked~label:hover~label,
.review-form-wrapper .rate>label:hover~input:checked~label {
    color: #ff8c00;
}

.reviews-page-review-container {
    gap: 0;
    width: 100%;
}

.reviews-page-review-container .review-card {
    width: 49%;
}

.reviews-page-review-container .review-card:nth-child(odd) {
    margin-bottom: 20px;
}

.cart-modal-overlay {
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
    z-index: 9999;
}

.cart-modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.cart-modal-overlay {
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
    z-index: 9999;
}

.cart-modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.cart-modal {
    background: #ffffff;
    width: 460px;
    max-width: 94%;

    border-radius: 22px;
    padding: 26px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .25),
        0 6px 18px rgba(0, 0, 0, .08);

    transform: translateY(25px) scale(.98);
    transition: .25s ease;
}

.cart-modal-overlay.active .cart-modal {
    transform: translateY(0) scale(1);
}

.cart-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.cart-modal-header h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .3px;
}

.cart-modal-body {
    max-height: 260px;
    overflow-y: auto;
    margin-bottom: 18px;
    padding-right: 4px;
}

.cart-modal-close {
    display: flex;
    line-height: 1;
    background-color: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #181818;
    border-radius: 50%;
}

.cart-item-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;

    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.cart-item-row:last-child {
    border-bottom: none;
}

.cart-item-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.cart-item-qty {
    font-size: 12px;
    color: #777;
    margin-top: 3px;
}

.cart-modal-summary {
    border-top: 1px dashed #e5e5e5;
    padding-top: 14px;
    margin-bottom: 18px;
}

.cart-modal-summary>div {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
}

.cart-total {
    font-size: 16px;
    font-weight: 600;
}

.cart-modal-actions {
    display: flex;
    gap: 12px;
}

.cart-btn-light {
    flex: 1;

    padding: 12px;
    border-radius: 14px;

    border: 1px solid #ddd;
    background: #fff;

    font-size: 14px;
    cursor: pointer;
    transition: .2s;
}

.cart-btn-light:hover {
    background: #f5f5f5;
}

.cart-btn-dark {
    flex: 1;

    padding: 12px;
    border-radius: 14px;

    background: linear-gradient(135deg, #111, #333);
    color: #fff;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;
    text-align: center;

    transition: .25s;
}

.cart-btn-dark:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25);
}

.cart-modal-body::-webkit-scrollbar {
    width: 5px;
}

.cart-modal-body::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.blog_page {
    padding: 30px 10px;
}

.news_card_blog {
    padding: 8px;
    background-color: #ededed;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.news_card_blog:hover {
    padding: 2px;
}

.news_card_blog a {
    text-decoration: none;
    border-radius: 5px;
}

.news_card_blog a .news_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.blog-detail-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .06),
        0 3px 10px rgba(0, 0, 0, .04);
}

.blog-detail-image {
    margin-bottom: 24px;
}

.blog-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}

.blog-detail-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 8px;
}

.blog-detail-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 22px;
}

.blog-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.blog-detail-content p {
    margin-bottom: 16px;
}

.blog-detail-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 15px 0;
}

.wishlist_out {
    padding: 2rem;
}

.wishlist_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 28px;
    padding: 25px 10px;
}

/* card */
.wish_card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: .25s ease;
    display: flex;
    flex-direction: column;
}

.wish_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

/* remove icon */
.wish_remove {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

/* image */
.wish_img {
    background: #f7f7f7;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wish_img img {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
}

/* content */
.wish_content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
}

.author {
    font-size: 13px;
    color: #777;
    margin: 5px 0 12px;
}

.bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-weight: 700;
    font-size: 16px;
}

/* add to cart */
.cart_btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: .2s;
}

.cart_btn:hover {
    background: #333;
}

.empty_state {
    grid-column: 1/-1;
    text-align: center;
    padding: 80px 20px;
}


.empty_state h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.empty_state p {
    color: #777;
    margin-bottom: 20px;
}

.shop_btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: .2s;
}

.shop_btn:hover {
    background: #333;
}

.my_order_page {
    padding: 2em;
}

.order-wrap {
    background: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 26px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .06);

    transition: .2s ease;
}

.order-wrap:hover {
    box-shadow:
        0 16px 40px rgba(0, 0, 0, .10);
}

.order-det {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 14px;
    margin-bottom: 14px;

    border-bottom: 1px solid #eee;
}

.orders-out p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.orders-out p:first-child {
    font-weight: 600;
    font-size: 15px;
    color: #111;
}

.orders-out1 a {
    padding: 8px 16px;
    border-radius: 999px;

    background: #111;
    color: #fff;

    font-size: 13px;
    text-decoration: none;

    transition: .2s ease;
}

.orders-out1 a:hover {
    background: #333;
    transform: translateY(-1px);
}

.product-orders-out-total {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-order-out {
    display: flex;
    align-items: center;
    gap: 14px;

    padding: 12px;

    border-radius: 12px;
    background: #fafafa;

    transition: .2s;
}

.product-order-out:hover {
    background: #f3f3f3;
}

.order-product-img img {
    width: 70px;
    height: 70px;

    object-fit: cover;
    border-radius: 10px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

.order-cart-details {
    flex: 1;
}

.order-cart-description {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.order-cart-quantity {
    font-size: 13px;
    color: #666;
}

.order-track-det {
    display: flex;
    gap: 14px;
    font-size: 13px;
}

.order-track-det a {
    color: #111;
    text-decoration: none;
}

.order-track-det a:hover {
    text-decoration: underline;
}

.my_order_page {
    padding: 40px 15px 80px;
    max-width: 1100px;
    margin: auto;
}

.order-details-out {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}


.hh-grayBox {
    margin-bottom: 20px;
    margin-top: 20px;
}

.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border: 0px solid #afafaf;
    background-color: #8b86b5;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -3px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #afafaf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #272439;
    border-width: 0px;
    background-color: #272439;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 14px;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #8b86b5;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #272439;
}

.order-tracking.cancelled {
    width: 50%;
}

.download_invoice_button {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    transition: .2s;
}

.download_invoice_button:hover {
    background: #333;
}

.ship-track-order {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 20px;
    margin-bottom: 25px;
}

.shipping-address {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px;
}

.shipping-address h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.shipping-address p {
    margin: 3px 0;
    font-size: 14px;
}

.shipping-details {
    background: #fafafa;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid #eee;
}

.shipping-details h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.shipping-details p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 6px 0;
}

.shipping-reward {
    color: #16a34a;
}

.shipping-total {
    font-weight: 600;
    font-size: 15px;
    border-top: 1px dashed #ddd;
    padding-top: 8px;
    margin-top: 8px;
}

.shipping-order-out {
    margin-top: 15px;
}

.track-order {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 14px;
    margin-bottom: 12px;

    background: #fafafa;
    border-radius: 14px;

    transition: .2s;
}

.track-order:hover {
    background: #f3f3f3;
}

.track-product-img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.track-cart-details {
    flex: 1;
}

.track-cart-description {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}

.track-cart-quantity {
    font-size: 13px;
    color: #666;
    display: flex;
    gap: 12px;
}

.order-cart-buyit a {
    padding: 7px 14px;
    border-radius: 999px;

    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 13px;
    color: #111;

    transition: .2s;
}

.order-cart-buyit a:hover {
    background: #111;
    color: #fff;
}

.shipping-address img {
    vertical-align: middle;
}

.shipping-address span {
    font-weight: 500;
}

.about-container {
    padding: 50px 15px 80px;
    max-width: 1150px;
    margin: auto;
}

.about-hero {
    height: 260px;
    border-radius: 20px;

    background:
        linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
        url('https://images.unsplash.com/photo-1521587760476-6c12a4b040da?q=80&w=1400');

    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 45px;
    color: #fff;
    text-align: center;
}

.about-hero-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-hero-content p {
    font-size: 15px;
    opacity: .9;
}

.about-section {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.about-section h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
}

.about-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 14px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
    margin-bottom: 45px;
}

.about-card {
    background: #fff;
    padding: 22px;
    border-radius: 16px;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
    transition: .25s;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .12);
}

.about-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.about-card p {
    font-size: 14px;
    color: #666;
}

.about-mission {
    background: linear-gradient(135deg, #111, #333);
    color: #fff;

    padding: 22px;
    border-radius: 16px;

    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.contact-container {
    max-width: 1150px;
    margin: auto;
    padding: 35px 15px 35px;
}

.contact-hero {
    height: 260px;
    border-radius: 22px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    display: flex;
    align-items: start;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.contact-hero-inner {
    margin-top: 45px;
}

.contact-hero-inner h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-floating {
    margin-top: -70px;

    background: #fff;
    border-radius: 22px;

    display: grid;
    grid-template-columns: 1fr 1.2fr;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

    overflow: hidden;
}



.contact-info {
    background: #f8fafc;
    padding: 35px;
}

.contact-info h3 {
    margin-bottom: 22px;
    font-size: 28px;
}

.info-row {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.info-row span {
    font-size: 18px;
}

.info-row b {
    font-size: 14px;
}

.info-row p {
    font-size: 13px;
    color: #666;
}

.contact-form-box {
    padding: 35px;
}

.contact-form-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 13px 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1;
    transition: .2s;
    margin-bottom: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .06);
    outline: none;
}

.contact-form button {
    margin-top: 8px;
    padding: 13px 22px;
    border-radius: 30px;
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    transition: .25s;
}

.contact-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .25);
}

.contact-map {
    margin-top: 40px;
}

.contact-map iframe {
    width: 100%;
    height: 260px;
    border-radius: 18px;
}