* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

/* html {
  overflow-x: hidden;
} */
body {
    transition: all 0.2s linear;
    padding: 0;
    margin: 0;
    overflow-x: clip !important;
    padding-right: 0px !important;
}

.container {
    /* width: 85% !important; */
    padding: 0;
    overflow-x: clip !important;
    margin: 0 auto !important;
    /* padding-right: 0px !important; */
}

.container-l {
    width: 95% !important;
}

input::placeholder {
    color: var(--color-primary) !important;
}

a {
    cursor: pointer !important;
    color: var(--color-dark);
}

a:hover {
    color: var(--color-dark);
}

button {
    cursor: pointer !important;
    border-style: unset;
}

del {
    font-size: var(--size-16);
}

/* .home-1 {
    margin-left: 6rem;
    margin-right: 6rem;
} */

.item-pic {
    aspect-ratio: 8/10;
    object-fit: contain;
}

.card {
    cursor: pointer;
}

#nav-bar {
    justify-content: space-between;
}

.footer-tel:hover {
    color: #fff !important;
}

.footer-banner {
    height: 300px;
}

.footer-mail:hover {
    color: var(--color-light);
}

.underline:after {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 0;
    height: 3px;
    width: 110px;
    background: var(--color-primary);
}

.underline:before {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 0;
    height: 1px;
    width: 80vw;
    background: #f5f5f5f5;
}

.home3-tab {
    width: 100%;
}

::-moz-selection {
    background: var(--color-primary);
    color: var(--color-light);
}

::selection {
    background: var(--color-primary);
    color: var(--color-light) !important;
}

.home-3 ::selection {
    background: var(--color-secondary);
    color: var(--color-light) !important;
}

.hero-banner-btn {
    background-color: var(--color-primary) !important;
}

.hero-banner-btn:hover {
    background-color: var(--color-primary-light) !important;
}

.hero-top-nav {
    /* font-size: 12px !important; */
    opacity: 0.7;
}

.nav-promotion {
    /* height: 45px; */
    opacity: 0.7;
    /* color: #ffffff; */
}

.navbar-nav li a:hover {
    color: var(--color-primary) !important;
}

/* .active-btn {
    background-color: var(--color-primary) !important;
    color: var(--color-light) !important;
    transition: all 0.2s linear;
}
.active-btn:hover {
    background-color: var(--color-dark) !important;
    border: 1px solid var(--color-dark) !important;
} */
.no-hover-btn {
    background-color: unset !important;
    cursor: unset !important;
    color: var(--color-primary) !important;
    border: 1px solid !important;
    outline: none;
}

.offcanvas {
    z-index: 99999;
    /* position: relative; */
}

#offcanvasTop {
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid var(--color-primary);
}

.offcanvas-top {
    height: 25vh !important;
    display: flex;
    justify-content: center;
    row-gap: 15%;
    overflow: hidden;
}

.offcanvas-body {
    padding-bottom: 1.5rem !important;
    flex-grow: unset !important;
    overflow-x: hidden;
}

h3#offcanvasTopLabel {
    padding-bottom: 0px !important;
}

.offcanvas-header {
    padding: 1rem;
    /* padding-left: 0px !important; */
    width: 100%;
    overflow: hidden;
    /* border-bottom: 2px solid var(--color-primary); */
    /* margin-bottom: 10px; */
}

.offcanvas-header .btn-close {
    /* margin-left: 0px !important; */
    right: 30px !important;
    top: 20px !important;
    left: unset;
}

.modal-dialog {
    max-width: fit-content !important;
}

.newsletter-content {
    /* padding: 0px 100px; */
    /* width: 455px; */
    min-width: 28vw;
    padding: 30px !important;
    /* height: 100%; */
}

.newsletter-content h2 {
    font-weight: 900 !important;
}

.newsletter-form .form-control {
    width: 80%;
    margin: 0 auto;
    min-height: 50px !important;
}

.modal-dialog {
    pointer-events: unset !important;
    max-height: 500px;
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 51%;
}

.modal-popup {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    margin-right: auto;
    margin-left: auto;
    /* background-image: url(../images/modal/11.jpg); */
}

/* newsletter start  */
.newsletter-img {
    min-width: fit-content;
}

.newsletter-img img {
    min-width: 350px;
    width: 30vw;
    max-height: 500px;
}

#menu-bars {
    z-index: 9;
    display: none;
    cursor: pointer;
}

/* dropdown start  */
/* .dropdown {
    float: left;
} */

.dropdown .dropbtn {
    border: none;
    outline: none;
    color: var(--color-dark);
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-content {
    display: none;
    /* height: 0px; */
    position: absolute;
    background-color: #f9f9f9 !important;
    min-width: 150px !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000000000000000000;
    top: 35px;
}

.dropdown-content a {
    float: none;
    color: var(--color-dark);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: normal;
}

/* .dropdown-content a:hover {
    background-color: var(--warning);
} */
/* #best-sellers .card .hover-bg {
    background-image: url("../images/home-1/best_daily_deal/9.png") !important;
    background-size: cover !important;
    background-position: center !important;
    object-fit: cover !important;
    height: 200px;
    max-height: 330px;
    max-width: 100%;
    height: auto !important;
    display: block;
} */
/* #best-sellers .card {
    transition: "hover-bg" 0.3s !important;
} */

.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1; */
    opacity: 0;
    transition: all 0.3s linear;
}

.hover-bg {
    transition: all 1s ease-in-out !important;
}

.card-1:hover .hover-img {
    opacity: 1;
}

.navbar .nav-item li {
    transition: all 0.3s linear;
}

.navbar .nav-item li:hover .dropdown-content {
    display: block !important;
}

.form-check-input {
    margin-top: 0px;
}

.form-check-input:checked {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

/* input:focus {
    color: yellow !important;
} */
input:focus {
    border: 1px solid var(--color-primary) !important;
}

.line {
    position: absolute;
    width: 2px;
    height: 350px;
    left: 45%;
    top: 60%;
    transform: translate(-50%);
    background: var(--color-primary) !important;
    opacity: 0.7;
    /* border: 1px solid var(--color-primary); */
}

.forget-pass:hover {
    color: var(--color-primary) !important;
}

/* dropdown end  */
.banner-border {
    z-index: -1;
}

.home1-slider-banner {
    z-index: 1111;
}

.navbar-brand {
    width: 8.875rem;
    height: 3rem;
}

.pc img {
    width: 100%;
    height: 100%;
}

.pc {
    height: 309.6px;
}

.pc h6 {
    margin: 0;
    font-size: medium;
    font-weight: normal;
}

.pc h2 {
    margin: 0;
    font-size: larger;
    font-weight: bolder;
}

.pc p {
    margin: 0;
    font-size: x-small;
    font-weight: lighter;
}

/* counter */
.count {
    background-color: #f74141;
    color: white;
    font-size: small;
    font-weight: normal;
    text-align: center;
    width: 60px;
}

.counter h1 {
    text-align: center;
    font-weight: lighter;
}

/* home search */
.form-control-borderless {
    border: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: #6a6a6a;
    font-size: small;
    font-weight: normal;
}

.load-more-btn {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 15rem;
}

/* plus minus */

input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 12px;
    height: 100%;
}

input.w-75.h-100.h-100.color-primary.primary-border {
    height: 60px !important;
}

input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

.input-group input[type="button"] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 38px;
    position: relative;
}

.input-group .quantity-field {
    position: relative;
    height: 38px;
    left: -6px;
    text-align: center;
    width: 55px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    resize: vertical;
}

.button-plus {
    left: -13px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

/* product cart */
.product-cart {
    overflow-x: auto;
}

.product-cart input {
    border: none !important;
}

/* contact */
.m-contact {
    background-color: #fafafa;
}

.m-contact p {
    margin: 0;
    color: #6a6a6a;
    font-size: small;
    font-weight: normal;
}

.m-contact h3 {
    margin: 0;
    font-size: large;
    font-weight: bold;
}

.m-contact .mail,
.headphn,
.loc {
    background-color: #fafafa;
    color: #c9a75c;
    font-size: x-large;
    height: 80px;
    width: 80px;
    border: 7px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.m-contact button:hover {
    background-color: #c9a75c;
    color: #fafafa !important;
}

.m-contact hr {
    height: 3px;
    width: 15%;
    background-color: #c9a75c;
    border: none;
    margin-bottom: 0;
    margin-top: 5px;
}

.m-contact label {
    font-size: small;
    font-weight: lighter;
    color: #6a6a6a;
}

.c-data {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    margin-left: 100px;
    margin-right: 100px;
    color: #6a6a6a;
    font-size: small;
    font-weight: lighter;
}

.c-data button {
    border: 1px solid #bebebe;
    color: #6a6a6a;
    font-size: small;
    font-weight: normal;
}

.c-data button:hover {
    border: 0;
    background-color: #c9a75c;
    color: #fafafa !important;
}

.c-data .form-check-input {
    margin: 0;
    padding: 5px;
}

.c-data hr {
    height: 2px;
    width: 9%;
    background-color: #c9a75c;
    border: none;
    margin-bottom: 0;
    margin-top: 5px;
}

.c-data h6 {
    color: #6a6a6a;
    font-size: medium;
    font-weight: bold;
}

.contact-map iframe {
    width: 100%;
    height: 800px;
    margin: 0;
    padding: 0;
}

.text-btn button {
    border: 1px solid red;
    height: 35px;
    width: 35px;
}

.text-btn input {
    border: 1px solid red;
    height: 35px;
    width: 50px;
}

/* plus minus */
.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    height: 49px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity .buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity .buttons_added .minus,
.quantity .buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.quantity .buttons_added .minus {
    border-right: 0;
}

.quantity .buttons_added .plus {
    border-left: 0;
}

.quantity .buttons_added .minus:hover,
.quantity.buttons_added.plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity .buttons_added .minus:focus,
.quantity .buttons_added .plus:focus {
    outline: none;
}

.q-hidden-test {
    display: none;
}

.home1-slider-banner img {
    width: 100%;
    height: 613px;
}

.home1-slider-banner .cen-tex {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home1-slider-banner .button {
    display: grid;
    place-items: center;
    width: 10.875rem;
    height: 3.125rem;
    border: 1px solid #ffffff;
    background-color: transparent;
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
}

.home1-slider-banner .button:hover {
    background-color: #c9a75c;
    color: #ffffff;
}

.slider-container-area {
    position: relative;
}

.home1-sliderArea2 {
    position: relative;
}

.slider-container {
    position: relative;
}

.slider-container .attached-img {
    margin: 0;
    position: absolute;

    justify-content: center;

    transform: translateY(-50%);
    width: 100vw !important;
}

.home1-sliderArea2 .card-title {
    font-size: 20px;
    font-weight: 400;
    color: #292929;
    text-align: center;
    margin-top: 13px !important;
    margin-bottom: 0px !important;
}

/* home 2  */
.home2-banner2 {
    background: url("../images/home2/banner/img.png") no-repeat center;
    background-size: cover;
    background-position: center;
    height: 561px;
    background-attachment: fixed;
}

.home2-slider img {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: cover;
}

.grey-bg {
    position: absolute !important;
    height: 200px;
    width: 100%;
    background: #f5f5f5;
    bottom: -10%;
    z-index: -1;
}

.home2-banner2 img {
    height: 560px;
}

.hs-2 .all-cat-btn {
    font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
    width: 196px;
    height: 50px;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    text-align: center;
    align-items: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 90px;
}

.home2-slider-control {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    height: var(--size-40);
    width: var(--size-40);
    border: 1px solid var(--color-light);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: transparent;
    color: var(--color-light);
    z-index: 1;
}

.home2-priv1 {
    left: 5%;
}

.home2-next1 {
    right: 5%;
}

.home2-slider-control:hover {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.footer-home2 {
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
}

/* home-3  */

.card.overlay-card {
    overflow: clip;
}

.shop-now:hover {
    color: var(--color-secondary);
}

.home-3 .underline:after {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 0;
    height: 3px;
    width: 110px;
    background: var(--color-secondary);
}

.home3-slider2 .card {
    border: 3px solid #00000010 !important;
}

.product-card img {
    aspect-ratio: 3/4;
    object-fit: contain;
}

.hand-picked-slider .card img {
    max-height: 380px;
}

.home3-slider2 .card img {
    max-height: 400px !important;
    aspect-ratio: 3/4;
    object-fit: contain;
}

.overlay-body3 button {
    background: #f9f9f9;
}

.blog-post .card img {
    max-height: 400px;
}

.text-warp {
    display: -webkit-inline-box !important;
    height: 25px;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-grid .card img {
    aspect-ratio: 16/9;
}

.card.overlay-card {
    position: relative;
    overflow: hidden;
}


.home3-slider2 .card {
    border: 3px solid #00000010 !important;
}

.countdown-product {
    padding: 2rem 1rem !important;
    width: 100%;
}

.home-3 .overlay-2 {
    opacity: 0 !important;
}

.home-3 input {
    box-shadow: none !important;
    border: 1px solid var(--color-secondary) !important;
}

.home3-slider2 .card:hover .overlay-2 {
    top: 35%;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000020;
    opacity: 1 !important;
}

.navbar-nav {
    width: 100% !important;
    flex-direction: column;
    align-items: self-start;
}

.navbar-nav {
    width: 100% !important;
    flex-direction: column;
    align-items: self-start;
}

footer a:hover {
    color: var(--color-primary);
}

.grey-bg {
    position: absolute !important;
    height: 200px;
    width: 100%;
    background: #f5f5f5;
    bottom: 1%;
    z-index: -1;
}

/* .home3-slider2 .card img {
    height: 350px;
} */
#tab-item-6 {
    height: 100%;
}

#tab-item-6 .card {
    height: 100%;
}

.blog .blog-card-img img {
    aspect-ratio: 16/9
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
}

.offcanvas-backdrop.fade.show:nth-child(1) {
    display: none;
}

.top-bar li {
    cursor: pointer;
}

.rounded-btn {
    display: flex;
    justify-content: center;
}

.home-3 .shop-overlay {
    padding: 25px;
    background: #00000070;
    width: 55%;
}

.home3-slider-container img {
    max-height: 700px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.home3-slider-container .banner-offer {
    padding: 50px;
    background-color: #00000020;
    border-radius: 20px;
}

.home3-slider-container {
    position: relative;
}

/* .home3-slider-container::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000020;
    top: 0;
    left: 0;
} */
/* home 3 slider */
.home3-banner-slider {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: var(--size-30);
    width: var(--size-50);
    border: 0;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
    z-index: 1;
}

/* home 2 category */
.hom2-category .part {
    width: 23.56621480709072vw;
    height: 38.430173292558614vh;
}

.hom2-category .bg-1 {
    width: 19.65589155370177vw;
    height: 19.65589155370177vw;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.hom2-category h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #292929;
    margin-bottom: 1.375rem;
}

.hom2-category p {
    width: 20.813rem;
    height: 8.813rem;
    font-size: 1rem;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 1.063rem;
}

.hom2-category .inner button {
    font-size: 0.875rem;
    font-weight: 400;
    color: #c9a75c;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    text-decoration-color: #4e97fd;
    margin: 0;
}

.home2-category {
    border-left: 9px solid var(--color-primary);
}

.home2-category-btn {
    border: 0;
    border-bottom: 3px solid var(--color-sky);
    background-color: transparent;
    font-size: var(--size-14);
    font-weight: 400;
    color: var(--color-primary);
    padding-right: var(--size-10);
}

.hom2-category .inner {
    position: absolute;
    top: 0;
    border-left: 15px solid #c9a75c;
}

.home2-category-banner {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.home2-category-banner button {
    position: absolute;
    margin: 0;
    border: 0;
    width: 8rem;
    height: 3rem;
    font-size: var(--size-14);
    font-weight: 400;
    color: var(--color-dark-normal);
    background-color: var(--color-light);
}

.home2-category-banner .border {
    position: absolute;
    display: grid;
    place-items: center;
    justify-content: center;
    margin: 0;
    height: 70%;
    width: 70%;
    border: 1px solid var(--color-light) !important;
    /* transform: rotate(180deg); */
    /* visibility: hidden; */
    transition: all 0.3s linear;
    transition-delay: 0ms;
}

.home2-category-banner:hover .border {
    visibility: visible;
    transform: unset;
}

.home2-banner2 .inner-area {
    position: absolute;
    padding: 2rem;
    width: 559px;
    min-height: fit-content;
    height: 353px;
    background: #f8f9facf;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: -62px;
    top: 6px;
}

.home2-banner2 .inner .border {
    position: absolute;
    left: 7%;
    top: 10%;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255) !important;
}

.hom2-tab {
    text-decoration: none;
    list-style: none;
}

.hom2-tab li {
    font-size: 14px;

    color: #6a6a6a;
}

.hom2-tab li:hover {
    color: #c9a75c;
}

.hom-ban-3 {
    margin-bottom: 86px !important;
}

.hom-ban-3 img {
    width: 1920px;
    height: 454px;
}

.home2-card-hr {
    position: absolute;
    color: #4e97fd;
    width: 150px;
    height: 1px;
}

.hom2-tab2 li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    justify-content: center;
    padding-left: 7px;
    font-size: 14px;
    margin: 0;
    color: #6a6a6a;
}

.hom2-tab2 li:hover {
    color: #c9a75c;
    border-bottom: 1px solid #c9a75c;
}

.hom2-dotw .header {
    font-size: 30px;
    margin: 0;
}

.hom2-dotw .header span {
    font-weight: bold;
}

.hot-sell-product {
    position: absolute;
    top: 0;
    width: 3.125rem;
    height: 1.438rem;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-light);
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin-left: 0.625rem;
    margin-top: 0.625rem;
}

.off-sell-product {
    position: absolute;
    top: 0;
    width: 4.5rem;
    height: 1.438rem;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-light);
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin-left: 0.625rem;
    margin-top: 0.625rem;
    z-index: 1;
}

.pc .p1 {
    font-size: 14px;
    font-weight: lighter;

    color: #c9a75c;
}

.pc .p1 {
    font-size: 14px;
    font-weight: lighter;

    color: #c9a75c;
    margin-bottom: 7.7px;
}

.pc .p2 {
    font-size: 16px;
    font-weight: normal;

    color: #6a6a6a;
    margin-bottom: 24.6px;
}

.pc .p3 {
    font-size: 30px;
    font-weight: bold;

    color: #292929;
    margin-bottom: 0px;
}

.pc .p4 {
    font-size: 30px;
    font-weight: bold;

    color: #292929;
    margin-bottom: 22.4px;
}

.pc .p5 {
    font-size: 20px;
    font-weight: normal;

    color: #292929;
    margin-bottom: 40px;
}

.pc .p5 span {
    font-size: 20px;
    font-weight: bold;

    color: #292929;
    margin-bottom: 40px;
}

.t-count {
    width: 60px;
    height: 44px;
    font-size: 16px;
    font-weight: normal;

    text-align: center;
    color: #ffffff;
    background: #c9a75c;
}

.pc .col-8 {
    padding-left: 37px;
    padding-top: 58.3px;
    /* padding-bottom: 72px; */
}

.pc img {
    width: 334px;
    height: 334px;
}

.pc .col-4 {
    display: flex;
    align-items: center;
}

/* home 3 tab 1 */
/* .home3-tab button {
    border: 0;
    font-size: var(--size-14);
    font-weight: 400;
    color: var(--color-dark-normal);
    background-color: transparent;
    padding-left: var(--size-10);
    padding-right: var(--size-10);
}
.home3-tab button:focus-within {
    color: var(--color-light);
    background-color: var(--color-secondary);
} */

.time-counter {
    width: var(--size-60);
    height: var(--size-45);
    font-size: var(--size-16);
    font-weight: 400;
    line-height: 1.125rem;
    color: var(--color-light);
    margin: 0;
    padding-top: 0.188rem;
    padding-bottom: 0.188rem;
    padding-left: 0.563rem;
    padding-right: 0.563rem;
    text-align: center;
}

.page-ditection {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page-ditection .left {
    width: 2.063rem;
    height: 1.75rem;
    border: 1px solid #c9a75c;
    background-color: transparent;
    color: #c9a75c;
}

.page-ditection button {
    width: 7rem;
    height: 3.75rem;
    border: 1px solid #c9a75c;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    color: #c9a75c;
}

.page-ditection button:hover {
    background-color: #c9a75c;
    color: white;
}

.page-ditection input {
    width: 17.688rem;
    height: 3.75rem;
}

.home1-banner1 .inner-border {
    width: 17.438rem;
    height: 21rem;
    top: 0;
    left: 0;
}

.home1-slider2 img {
    height: 285px;
}

.fa-circle {
    width: var(--size-20) !important;
    height: var(--size-20) !important;
    margin-right: var(--size-10) !important;
}

.product-color1 {
    color: #cb6d6d;
}

.product-color3 {
    color: #96b2d6;
}

.product-color4 {
    color: #d1a1ae;
}

.product-color5 {
    color: #e62aad;
}

/* accorging */
.accordion {
    /* background-color: var(--color-lighter); */
    color: var(--color-dark);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.125rem;
    transition: 0.4s;
    position: relative;
}

.arrow-rotate {
    transform: rotate(-180deg) !important;
    /* transition: all 0.4s ease-in-out !important; */
    transition: transform 0.35s ease !important;
}

.arrow {
    transition: all 0.3s ease-in-out;
    transition: transform 0.35s ease !important;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--color-light);
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1111;
}

.dropdown-content li:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.product-cart td {
    text-align: center;
    vertical-align: middle;
}

.contact-page .contact-icon {
    height: 4.813rem;
    width: 4.813rem;
    border-radius: 50%;
    background-color: var(--color-lighter);
    color: var(--color-primary);
    transition: all 0.5s ease-in-out;
    outline: 2px solid #fafafa;
    outline-offset: 8px;
}

.contact-page button {
    width: 6.188;
    height: 6.188;
    border: 1px solid var(--color-lighter);
    background-color: var(--color-light);
    border-radius: 50%;
}

.contact-hr {
    width: var(--size-60);
    height: 2px !important;
    opacity: 0.75;
    margin: 1rem auto;
    transition: all 0.3s linear;
}

.contact-box {
    transition: all 0.3s linear;
}

.contact-page .contact-box:hover {
    box-shadow: 2px 2px 4px 0px #00000015 !important;
}

.contact-page .contact-box:hover .contact-icon {
    color: var(--color-light);
    background-color: var(--color-primary);
    transform: scale(1.1);
}

.contact-page .contact-box:hover .contact-hr {
    width: 100px !important;
}

.contact-form .contact-hr {
    height: 1px !important;
    background: var(--color-dark-lighter);
    margin: 1rem 0px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid transparent !important;
    background-color: #fafafa;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid var(--color-primary) !important;
}

/* cart  */
.goto-cart {
    margin-bottom: 30px !important;
}

/* blog  */
.blog-post a h4 {
    color: var(--color-dark);
}

.blog-post h4,
.blog-post img {
    cursor: pointer;
}

.hand-picked-slider .card {
    background-color: #ffffff;
}

.box-shadow {
    box-shadow: 3px 3px 5px #f5f5f5;
}

.single-blog-card a:hover {
    color: var(--color-primary);
}

/* footer  */

footer {
    background-color: #1b1b1b;
}

footer a {
    cursor: pointer !important;
    color: var(--color-light);
}

footer a:hover {
    color: var(--color-primary-light);
}

.home-3 footer a:hover {
    color: var(--color-secondary-light);
}

.footer-hr {
    position: relative;
}

footer .row {
    row-gap: 30px;
}

.footer-hr .hr1 {
    position: absolute;
    top: 0;
    width: 7.438rem;
    height: 0.2rem;
    color: var(--color-dark-lighter);
    margin: 0;
}

.footer-hr .hr2 {
    position: absolute;
    top: 0;
    width: 2.063rem;
    height: 0.2rem;
    color: var(--color-primary);
    margin: 0;
    z-index: 1;
}

.footer-home3 .footer-hr .hr2 {
    position: absolute;
    top: 0;
    width: 2.063rem;
    height: 0.2rem;
    color: var(--color-secondary);
    margin: 0;
    z-index: 1;
}

.footer-home3 a:hover {
    color: var(--color-secondary);
}

.footer-home1 {
    padding-top: 3.2rem;
    padding-bottom: 2.375rem;
}

footer li {
    line-height: 1.875rem;
}

footer li a:hover {
    color: var(--color-primay-light);
}

footer li:hover {
    color: var(--color-primary);
}

footer .part {
    width: 16.75rem;
}

footer .part1 {
    width: 14.219rem;
}

footer .part2 {
    width: 10.188rem;
}

footer .part3 {
    width: 7.969rem;
}

.footer-home1 input {
    width: 100%;
    height: 3.125rem;
    background-color: var(--color-lighter);
    border-color: var(--color-primary);
    z-index: 1;
}

/* .footer-home2 {
    padding-right: 4rem;
    padding-left: 4rem;
} */
.footer-home2 input {
    width: 100%;
    height: 3.125rem;
    background-color: transparent;
    border-color: var(--color-primary);
}

.footer-home2 input::placeholder {
    color: var(--color-primary);
}

.footer-home3 {
    padding-top: 12.5rem;
    padding-bottom: 5.375rem;
}

.footer-home3 input::placeholder {
    color: var(--color-secondary);
}

.footer-home3 input {
    width: 26.25rem;
    height: 3.125rem;
    background-color: var(--color-lighter);
    border-color: var(--color-secondary);
    z-index: 1;
}

.overlay {
    position: absolute;
    transition: all 0.5s linear;
    transform: translate(-50%, -50%);
    opacity: 0;
    top: 57%;
    left: 50%;
}

.overlay-2 {
    opacity: 1 !important;
}

/* .card:hover .overlay-2 {
    transform: scale(1.3);
} */
.add-to-cart {
    transition: all 0.3s linear;
}

.overlay-3 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 100%;
    writing-mode: vertical-lr;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s linear;
}

.card:hover .overlay {
    opacity: 1;
}

.card:hover .overlay-3 {
    opacity: 1;
    left: 88%;
}

.overlay-body1 button {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background-color: var(--color-light);
    color: var(--color-dark-lighter);
    transition: all 0.4s linear;
}

.overlay-body1 button:hover {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.overlay-body2 button {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    background-color: var(--color-light);
    color: var(--color-dark-lighter);
    box-shadow: 2px 2px 4px 0px #00000015 !important;
    transition: all 0.3s linear;
}

.overlay-body2 button:hover {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.overlay-body3 button {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    background-color: var(--color-light);
    color: var(--color-dark-lighter);
}

.overlay-body3 button:hover {
    background-color: var(--color-light);
    color: var(--color-secondary);
}

/* login */
.login img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login button {
    display: block;
    margin: auto;
    margin-top: 2rem;
}

.admin .tab button {
    border: 0;
    background-color: var(--color-primary);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-light);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.admin .tab button:hover {
    background-color: var(--color-secondary);
}

.admin .tab-content {
    font-weight: 700;
    color: var(--color-light);
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: var(--color-primary);
    margin-bottom: 1rem;
}

.login input {
    background-color: transparent;
}

/* custom nav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-dark);
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 30px; */
    z-index: 2;
    box-shadow: 2px 2px 4px 0px #00000030;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: var(--color-light);
    display: block;
    transition: 0.3s;
    font-family: var(--secondary-font);
    text-transform: capitalize;
    white-space: nowrap;
}

.sidenav .dropdown-content a {
    padding: 10px 20px;
    font-size: 16px;
    color: var(--color-dark);
}

.sidenav .dropdown-content {
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.sidenav a:hover {
    color: var(--color-primary);
}

.sidenav .closebtn {

    font-size: 36px;
    /* margin-left: 50px; */
    color: var(--color-primary);
    text-align: right;
    margin-right: 20px;
}

.home3-heart {
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;

    right: 0;
    margin-top: var(--size-20);
    margin-right: var(--size-20);
    width: 2.75rem;
    height: 2.75rem;
    background-color: var(--color-lighter);
    border-radius: 50%;
    text-align: center;
}

.product-details-slider {
    height: 430px !important;
}

.product-offer {
    position: absolute;
    margin-top: var(--size-20);
    margin-left: var(--size-20);
    width: 3.75rem;
    height: 3.75rem;
    text-align: center;
    background-color: var(--color-light);
}

.product-grid {
    height: 100% !important;
}

.product-grid button {
    border: 0;
    background-color: transparent;
    color: var(--color-dark-lighter);
}

.product-grid button:hover {
    color: var(--color-primary);
}

.product-grid button:focus-within {
    color: var(--color-dark);
}

.tooltip1 {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 3.75rem;
    color: var(--color-light);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}

.product-cart img {
    max-width: 100px;
}

.product-cart .x {
    color: var(--color-dark-lighter);
}

.color-overlay {
    width: 100%;
    height: 100%;
    background: black;
    opacity: .3;
}

.color-overlay1 {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
}

button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    padding: 4px 8px;
    font-size: 12px;
    border: none;
    background-color: var(--color-light);
    z-index: 2;
    color: var(--color-dark-normal);
    top: 6%;
    left: 78%;
}

button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    padding: 4px 8px;
    font-size: 12px;
    border: none;
    background-color: var(--color-light);
    z-index: 2;
    color: var(--color-dark-normal);
    top: 6%;
    left: 70%;
}

/* pranto */
.home2-next1 {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.handshake {
    display: grid;
    place-items: center;
    height: 50px;
    width: 50px;
    border: 1px solid var(--color-primary);
    border-radius: 25px;
}

.banner-inner-block {
    border: 2px solid #f5f5f5;
    justify-content: center;
    /* box-shadow: 2px 2px 4px #00000015 !important; */
}

.banner-img-txt p {
    color: var(--bs-dark);
}

.offcanvas-btn {
    border: none;
    font-size: 16px;
    width: 30%;
    padding: 0.8rem 2rem;
}

.countdown-product {
    padding: 3rem 1rem !important;
}

.overlay.overlay-2 {
    top: 35%;
}

/* blog start  */
.blog {
    background: #fff;
    /* background: gainsboro; */
}

.blog-sidebar {
    background: #fafafa !important;
    ;
}

.single-blog-card {
    /* box-shadow: 2px 2px 4px 0px #00000015; */
    outline: 1px solid #f5f5f5;
    cursor: pointer;
    background-color: #ffffff;
}

.single-blog-card .col-lg-5 {
    padding-left: 0px;
    padding-right: 0px;
}

.blog-search {
    margin: 0 auto;
    width: 100% !important;
}

.blog-search input {
    border: 1px solid var(--color-primary);
}

.blog-search {
    min-height: 50px;
}

.blog-search ::placeholder {
    font-size: 16px !important;
    color: var(--color-dark-lighter) !important;
}

.popular-card-content {
    min-height: 80px !important;
}

.blog .home2-category-banner button {
    position: unset;
    margin: 0;
    border: 0;
    width: 8rem;
    height: 3rem;
    font-size: var(--size-14);
    font-weight: 400;
    color: var(--color-dark-normal);
    background-color: var(--color-light);
}

/* login  */
.primary-hover {
    padding: 0.8em 2em !important;
}

.contact-form .hover-btn::before,
.newsletter-form .hover-btn::before {
    border-radius: 50px !important;
}

.contact-form input::placeholder {
    color: var(--color-dark-lighter) !important;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid var(--color-primary);
}

.form-check-input[type="checkbox"] {
    box-shadow: none !important;
    border: 1px solid var(--color-primary) !important;
}

input {
    box-shadow: none !important;
    border: 1px solid var(--color-primary) !important;
}

.quantity.buttons_added input {
    border: unset !important;
    /* height: 60px;
    width: 50px; */
}

.product-slider button.slide-arrow.prev-arrow.slick-arrow {
    font-size: 20px;
    width: unset;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    left: 91% !important;
    background: transparent;
}

.product-slider button.slide-arrow.next-arrow.slick-arrow {
    font-size: 20px;
    width: unset;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    left: 2% !important;
    background: transparent;
}

/* offcanvas cart  */
.cart-img {
    height: 100% !important;
}

.product-cart .quantity.buttons_added {
    font-size: 12px;
}

.offcanvas-end {
    width: 350px;
}

.offcanvas-body {
    max-height: 550px;
}

#offcanvasRightCart .product-cart {
    color: var(--color-dark-normal);
}

.cart-btn .primary-btn1 {
    width: 140px !important;
}

/* track order  */
.order-tracking #progressbar li .icon {
    width: 100px !important;
    height: 100px !important;
    margin-right: 15px !important;
    margin-left: unset !important;
    background-color: #0b1e3d !important;
}

/* Checkout   */
.create-ac,
.adress-new,
.credit-info,
.coupon-info,
.shipping-bill {
    display: none;
}

.coupon-underline {
    text-decoration: underline;
}

.table {
    margin-bottom: 0px;
}

.shipping {
    padding: 5px !important;
}

.coupon .hover-btn::before {
    border-radius: 0px !important;
}

.coupon .hover-btn {
    width: 100%;
    height: 100%;
}

.rounded-pill.hover-btn::before {
    border-radius: 50px !important;
}

.navbar {
    padding: 0px;
}

.cart-billing {
    position: fixed;
    bottom: 0;
    background: #fff;
    right: 10px;
}

.cart-billing .card {
    background-color: #fff;
    border: none;
}

.mfp-img {
    background-color: #ffffff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #000000;
    /* right: -6px; */
    text-align: right;
    padding-right: 16px;
    width: 100%;
}
