/*
Generated time: January 31, 2025 00:53
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
:root {
    --heading-text-color: rgb(var(--color-heading));
    --paragraph-text-color: rgb(var(--color-foreground));
    --border-color: rgb(var(--color-border));
    --btn-color: rgb(var(--color-button-text));
    --btn-bg: rgb(var(--color-button));
    --hover-color: rgb(var(--color-button-hover));
    --icon-text-item-bg: #d4ffec;
    --heading-font: "Reem Kufi Fun", sans-serif;
    --pragraph-font: "Poppins", sans-serif
}

html {
    scroll-behavior: smooth
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    font-family: var(--pragraph-font)
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    font-family: var(--heading-font);
    color: var(--heading-text-color)
} */

h1 {
    font-size: 60px;
    font-weight: 700
}

h2 {
    font-size: 48px;
    font-weight: 700
}

h3 {
    font-size: 36px;
    font-weight: 600
}

h4 {
    font-size: 28px;
    font-weight: 600
}

h5 {
    font-size: 24px;
    font-weight: 600
}

h6 {
    font-size: 20px;
    font-weight: 500
}

p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(var(--color-foreground));
    font-family: var(--font-body-family);
    margin: 0;
    line-height: 28px
}

.container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto
}

body {
    box-sizing: border-box
}

button {
    background-color: rgba(var(--color-button));
    outline: 0;
    cursor: pointer;
    border: none;
    transition: ease .3s
}

.animated-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 40px;
    transition: ease .3s;
    font-family: var(--font-body-family);
    text-transform: uppercase;
    color: rgb(var(--color-button-text));
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(var(--color-border));
    text-align: center;
    z-index: 1;
}

button.animated-btn.addToCart {
    padding: 11px;
    width: 100%;
    margin-bottom: 12px
}

.animated-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgb(var(--color-button-hover));
    transition: width .4s ease-in-out, height .4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1
}

.animated-btn:hover {
    color: var(--white)
}

.animated-btn:hover span {
    width: 225%;
    height: 562.5px
}

.animated-btn:active {
    background-color: var(--brand-color)
}

.section-heading-wrapper {
    margin-bottom: 40px;
    text-align: center
}

.section-heading {
    font-weight: 500;
    text-transform: capitalize;
    text-align: center
}

.section-heading em {
    font-weight: 700;
    color: var(--brand-color);
    font-style: normal
}

.section-heading-text {
    padding: 5px 0 0 0;
    max-width: 600px;
    margin: 0 auto
}

.topbar-input-field ul {
    padding: 0;
    margin: 0
}

.top-bar {
    padding: 5px 0;
    background-color: var(--brand-color);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.topbar-contact ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0
}

.topbar-contact ul li {
    display: flex;
    align-items: center;
    gap: 5px
}

.topbar-contact ul li i {
    color: var(--white)
}

.topbar-contact ul li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    transition: ease .3s
}

.topbar-contact ul li a:hover {
    text-decoration: underline
}

.topbar-input-field-wrapper {
    display: flex;
    align-items: center;
    gap: 20px
}

.topbar-input-field select {
    background-color: var(--brand-color);
    outline: 0;
    border: none;
    color: var(--white);
    cursor: pointer
}

.swiper.top-bar-slider {
    max-width: 33%
}

.top-bar-item {
    text-align: center
}

.top-bar-item .top-bar-text {
    color: var(--white);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.header-logo {
    width: 100%;
    height: auto;
    max-width: 160px
}

.main-menu-logo {
    display: flex
}

.nav-link-items {
    padding: 0;
    margin: 0
}

.navbar-icon-wrapper {
    display: flex
}

.navbar {
    position: fixed;
    z-index: 2;
    background-color: var(--black);
    width: 100%;
    transition: .5s;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    padding: 5px 0
}

.navbar-wrapper-main.nav-fixed .navbar {
    transform: translateY(-38px)
}

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

.nav-link-items {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.navbar-link-wrapper.navbar-link-wrapper-right-area .nav-link-items {
    justify-content: flex-end
}

.nav-link-item {
    margin: 0 15px;
    position: relative;
    transition: ease-in-out;
    position: relative
}

.nav-link-item i {
    color: var(--white);
    font-size: 16px
}

.nav-link-item:hover .nav-link-sub-menu-items {
    opacity: 1;
    visibility: visible;
    top: 48px
}

.nav-link-sub-menu-items {
    position: absolute;
    left: 0;
    top: 70px;
    padding: 20px;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    width: 200px;
    z-index: 2
}

.nav-link-item:last-child .nav-link-sub-menu-items {
    left: auto;
    right: 0
}

.nav-link-sub-menu-item {
    position: relative
}

.nav-link-sub-menu-item:last-child .nav-link-sub-menu {
    padding-bottom: 0
}

.nav-link-sub-menu-item:first-child .nav-link-sub-menu {
    padding-top: 0
}

.nav-link-sub-menu-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--brand-color);
    z-index: 1;
    transition: ease .3s
}

.nav-link-sub-menu-item:hover::after {
    left: 0;
    width: 100%
}

.nav-link-sub-menu {
    color: var(--black);
    font-size: 16px;
    font-family: var(--font-body-family);
    padding: 10px 0 0 0;
    display: block;
    position: relative;
    text-transform: uppercase;
    transition: ease .3s
}

.nav-link-sub-menu:hover {
    color: var(--brand-color)
}

.nav-link {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    padding: 30px 0;
    text-transform: uppercase;
    font-family: var(--font-heading-family);
    transition: ease .3s
}

.nav-link-item:hover .nav-link {
    color: var(--brand-color)
}

.nav-link i {
    transition: ease .3s
}

.nav-link-item:hover .nav-link i {
    color: var(--brand-color);
    transform: rotate(180deg)
}

.nav-link-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: var(--brand-color);
    z-index: 1;
    transition: ease .3s
}

.nav-link-item:hover::after {
    left: 0;
    width: 100%
}

.nav-link-item:first-child {
    margin-left: 0
}

.nav-link-item:last-child {
    margin-right: 0
}

.nav-link-item.nav-link-mega-menu-item {
    position: unset
}

div.nav-link-mega-menu-items {
    position: absolute;
    width: 100%;
    top: 130%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 8px #00000030
}

.nav-link-item:hover>div.nav-link-mega-menu-items {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.mega-menu-wrapper {
    display: flex;
    gap: 30px
}

.mega-menu-item {
    width: 25%
}

.mega-menu-item h5 {
    color: var(--black);
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: var(--font-heading-family);
    font-size: 16px;
    font-weight: 600
}

.mega-menu-item ul {
    padding: 0
}

.mega-menu-item ul li a {
    text-transform: none
}

.nav-link-mega-menu-item>a.nav-link {
    position: relative
}

.nav-link-mega-menu-item>a.nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 0;
    height: 2px;
    background-color: var(--brand-color);
    z-index: 1;
    transition: ease .3s
}

.nav-link-mega-menu-item:hover>a.nav-link::after {
    width: 100%;
    left: 0
}

li.nav-link-item.nav-link-mega-menu-item::after {
    display: none
}

.search-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 115px;
    padding: 20px;
    background-color: var(--white);
    color: var(--black);
    box-shadow: 0 4px 30px #0000001a;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    z-index: 9999;
    transition: ease .3s;
    transform: translateY(-115px)
}
.search-product-content p {
    color: var(--black);
}

.search-bar.active1 {
    transform: translateY(0)
}

.search-bar-close-icon {
    cursor: pointer;
    display: inline-block;
    opacity: 1
}

.search-bar-close-icon i {
    transition: ease-in-out .2s
}

.search-bar-close-icon:hover i {
    transform: rotate(180deg)
}

.search-open {
    cursor: pointer
}

.search-bar-close {
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1
}

.search-bar.active1 {
    transition: ease .6
}

.search-bar-close i {
    font-size: 50px;
    color: var(--brand-color)
}

.search-form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-input-field {
    width: 50%;
    border: 1px solid var(--brand-color);
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    transition: ease .6s
}

.search-input {
    width: 100%;
    height: 40px;
    border: none;
    background-color: transparent;
    outline: 0;
    color: var(--brand-color);
    font-size: 18px;
    font-weight: 500;
    padding-right: 5px
}

.search-input:focus {
    box-shadow: none
}

.search-input::placeholder {
    color: var(--brand-color);
    font-size: 18px;
    font-weight: 500
}

.input-search-btn {
    border-left: 1px solid var(--brand-color);
    height: 40px;
    padding-left: 20px
}

.search-btn {
    cursor: pointer;
    height: 40px;
    box-shadow: none;
    outline: 0
}

.search-btn i {
    font-size: 25px;
    font-weight: 600;
    color: var(--brand-color);
    transition: ease .1s
}

.search-form-wrap {
    display: flex;
    position: relative;
    width: 50%;
    margin: 0 auto
}

.search-results-wrap {
    position: absolute;
    width: 100%;
    top: 100%
}

.search-input-field {
    width: 100%
}

#ajax-search-results {
    background: #fff;
    box-shadow: 0 4px 30px 0 #0000001a;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    position: absolute;
    top: 100%;
    width: 100%
}

.search-result-heading {
    padding: 20px;
    background: #fff;
    display: none
}

.search-result-heading-show {
    display: block
}

.search-result-heading h6 {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--black);
}

.search-result-item {
    margin-bottom: 10px;
    border: 1px solid #e6ffea;
    transition: .3s
}

.search-result-item:hover {
    background: #f1fff7
}

.search-result-item a {
    display: flex;
    align-items: center;
    gap: 20px
}

.search-product-img {
    max-width: 100px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.search-product-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.search-btn:hover i {
    transform: scale(1.1)
}

.mobile-menu-logo {
    display: none
}

.navbar-right-area {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.navbar-icon {
    color: var(--brand-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    transition: ease .3s;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 1px solid var(--brand-color);
    border-radius: 50%;
    transition: ease .3s
}

.navbar-icon:hover {
    color: var(--white);
    background-color: var(--brand-color)
}

.navbar-icon:first-child {
    margin-left: 0
}

.navbar-icon.cart-icon {
    position: relative
}

span.cart-product-count {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--brand-color)
}

span.cart-product-count.cart-product-count-empty {
    display: none
}

.ham-menu-wrapper {
    border-radius: 10px;
    cursor: pointer;
    display: none
}

.ham-menu {
    height: 31px;
    width: 30px;
    margin-left: auto;
    position: relative
}

.ham-menu span {
    height: 3px;
    width: 100%;
    background-color: var(--brand-color);
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease
}

.ham-menu span:first-child {
    top: 25%
}

.ham-menu span:nth-child(3) {
    top: 75%
}

.ham-menu.active span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.ham-menu.active span:nth-child(2) {
    opacity: 0
}

.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

ul.mobile-menu-link-items {
    margin: 0;
    padding: 0
}

.mobile-menu-wrapper {
    height: 100vh;
    width: 100vw;
    top: 0;
    position: fixed;
    left: -110%;
    background-color: rgba(0, 0, 0, .1);
    z-index: 99;
    transition: ease .5s;
    display: none
}

.mobile-menu {
    background-color: var(--black);
    height: 100vh;
    width: 340px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    position: relative;
    z-index: 2
}

.mobile-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    padding: 20.5px 20px
}

.mobile-menu-top .navbar-brand-logo {
    margin: 0
}

.mobile-menu-link-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 50px
}

.mobile-menu-wrapper.active {
    left: 0;
    transition: ease .5s
}

.mobile-drop-down-menu-item {
    border-bottom: 1px solid var(--menu-line)
}

.mobile-drop-down-menu-item a {
    display: block;
    color: var(--black);
    font-family: var(--heading-font);
    font-weight: 500;
    padding: 10px 0
}

.mobile-drop-down-menu-item:last-child {
    border-bottom: 0
}

.mobile-dropdown-mega-menu-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--heading-font);
    font-weight: 500;
    padding: 10px 0
}

.mobile-menu-link-item.mobile-drop-down-menu .mobile-menu-link {
    padding: 0 0 15px 0;
    display: block;
    margin: 15px 0 0 0
}

.mobile-drop-down-menu-wrapper {
    display: none;
    padding: 0 0 0 10px;
    margin-top: 7px;
    margin-left: 10px;
    margin-bottom: 17px
}

.mobile-menu-link-item .mobile-drop-down-menu:active>.mobile-drop-down-menu-wrapper {
    display: unset
}

.mobile-drop-down-mega-menu-items {
    padding: 0 10px 17px 10px;
    display: none
}

.mobile-drop-down-mega-menu-items li {
    border-bottom: 1px solid var(--menu-line)
}

.mobile-drop-down-mega-menu-items li:last-child {
    border-bottom: 0
}

a.nav-link-mega-menu {
    color: var(--black);
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding: 10px 0
}
.mobile-drop-down-mega-menu-items .nav-link-sub-menu-item a.nav-link-mega-menu{
  color: var(--white);
}
.mobile-dropdown-mega-menu-btn i {
    transform: rotate(-90deg);
    transition: ease .3s
}

.mobile-dropdown-mega-menu-btn.active i {
    transform: rotate(0)
}

.mobile-drop-down-menu-item:click>.mobile-drop-down-mega-menu-items {
    display: block
}

.mobile-drop-down-menu-wrapper .nav-link-sub-menu-item::after {
    background-color: var(--border-color)
}

.drop-down-menu-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0
}

.mobile-menu-link-item.mobile-drop-down-menu {
    padding: 15px 0 15px 0
}

.mobile-menu-link-item.mobile-drop-down-menu {
    cursor: pointer
}

.drop-down-menu-btn .mobile-menu-link {
    padding: 0 !important;
    margin: 0 !important
}

.drop-down-menu-btn i {
    transform: rotate(-90deg);
    transition: ease .3s
}

.drop-down-menu-btn.active i {
    transform: rotate(0)
}

.mobile-menu-link-item {
    border-bottom: 1px solid var(--menu-line)
}

li.mobile-menu-link-item:last-child {
    border-bottom: 0
}

.mobile-menu-link-item.mobile-drop-down-menu .mobile-menu-link {
    cursor: pointer
}

.mobile-menu-link {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font);
    padding-bottom: 0;
    line-height: 1;
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
    line-height: 1.2;
    color: rgb(var(--color-foreground));
    letter-spacing: normal
}

.social-media-link-wrapper {
    position: absolute;
    bottom: 0;
    width: 340px;
    background-color: var(--white);
    padding: 10px 0;
    position: relative;
    z-index: 2
}

.social-media-link-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.social-media-link {
    width: 35px;
    height: 35px;
    color: var(--brand-color);
    border: 1px solid var(--brand-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
    transition: ease .3s
}

.social-media-link:hover {
    background-color: var(--brand-color);
    color: var(--white)
}

.mobile-drop-down-menu i {
    color: var(--white);
    font-size: 14px;
    transition: ease .2s
}

.banner-slider-section {
    margin: 80px 0 0 0;
    margin-top: 0
}

.slider-banner-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.banner-content-inner {
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.slider-banner-overlay .banner-content {
    width: 52%
}

.banner-content-subtitle {
    color: var(--white);
    margin: 0 0 15px 0
}

h1.banner-content-heading {
    text-transform: capitalize;
    color: rgb(var(--color-heading));
    font-size: 35px
}

.banner-content-heading span {
    color: rgb(var(--color-foreground))
}

.banner-content-text {
    color: var(--white);
    font-size: 18px;
    margin: 15px 0 0 0;
    max-width: 450px
}

.banner-content-btn {
    margin: 25px 0 0 0
}

.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: var(--brand-color);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: ease .3s
}

.banner-slider:hover .swiper-button-next,
.banner-slider:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
    color: var(--white);
    font-size: 16px;
    font-weight: 700
}

.banner-slider .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 20px)
}

.banner-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--white);
    opacity: .8
}

.banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--brand-color);
    opacity: 1
}

.icon-text-wrap {
    display: grid;
    gap: 15px;
    border-radius: 5px;
    grid-template-columns: repeat(4, 1fr)
}

.icon-text-item {
    text-align: center;
    border-radius: 8px;
    transition: ease .3s;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
}
@media screen and (min-width: )

.icon-text-item:hover img {
    filter: invert(1)
}

.icon-text-link {
    display: block;
    height: 100%
}

.svg_icon {
    display: block
}

.svg_icon svg {
    width: 40px;
    height: 40px;
    margin-top: 12px
}

.icon-text-title {
    letter-spacing: 0;
    line-height: 20px;
    margin: 10px 0;
    transition: .3s;
    margin-bottom: 14px
}

.icon-text-item:hover rect,
.icon-text-item:hover svg path {
    stroke: var(--white);
    fill: var(--white)
}

.icon-text-item:hover .icon-text-title {
    color: var(--white)
}

.section.category-section {
    padding-bottom: 0
}

.swiper.category-slider {
    padding: 5px
}

.category-item .card {
    display: block
}

.category-item .card .card-img {
    overflow: hidden;
    background-color: var(--item-bg);
    border-radius: 50%;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid var(--border-color);
    transition: ease .2s;
    display: flex
}

.category-item .card .card-img img {
    object-fit: cover;
    transition: ease .3s;
    border-radius: 50%;
    width: 100%;
    height: auto
}

.svg-img {
    width: 100%;
    height: auto
}

.category-item:hover .card .card-img img {
    transform: scale(1.1)
}

.category-item .card .card-title {
    text-align: center;
    text-transform: capitalize;
    padding: 10px;
    transition: ease .3s;
    background-color: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    text-wrap: nowrap
}

.category-item:hover .card .card-title {
    color: var(--brand-color)
}

.section.trending-section {
    padding: 50px 0;
    background-color: rgb(var(--color-background))
}

.section.best-selling-section {
    padding-bottom: 0
}

.trending-items {
    margin: 50px 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: var(--column-gap);
    grid-row-gap: var(--row-gap)
}

.product-card {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: var(--card-radius);
    overflow: hidden;
    border: var(--card-border-thickness) solid var(--card-border-color)
}

.product-card .card-image-wrap {
    margin: 0;
    min-width: 0;
    border: 0;
    box-sizing: border-box;
    display: flex;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: var(--card-bg)
}

.product-card .card-image-wrap .card-btn-wrapper {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    transition: ease .3s
}

.product-card:hover .card-image-wrap .card-btn-wrapper {
    bottom: 0
}

.product-card .card-image-wrap .card-btn {
    width: 100%;
    background-color: var(--brand-color);
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    transition: ease .3s;
    font-family: var(--pragraph-font);
    display: block;
    color: var(--white);
    text-transform: uppercase;
    opacity: .8
}

.product-card .card-image-wrap .card-btn:hover {
    opacity: 1
}

.product-card .card-image-wrap .card-btn i {
    margin: 0 8px 0 0
}

.product-card .card-image-wrap .card-badge-wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    gap: 10px
}

.product-card .card-image-wrap .card-badge-wrapper .card-badge {
    color: var(--white);
    background-color: var(--brand-color);
    font-size: 12px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 5px;
    font-family: var(--heading-font);
    text-transform: capitalize;
    text-align: center;
    line-height: 1
}

.product-card .card-image-wrap:before {
    padding-bottom: 100%;
    content: "";
    width: 0;
    height: 0
}

.product-card .card-img .main-img {
    transition: ease .5s
}

.product-card .card-img .main-img img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    height: 100%;
    object-fit: cover
}

.card_hover:hover .card-img .main-img {
    transform: scale(0);
    opacity: 0;
    visibility: hidden
}

.product-card .card-img .hover-img {
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    transition: ease .5s
}

.product-card .card-img .hover-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.card_hover:hover .card-img .hover-img {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.product-card .card_hover_img {
    object-fit: cover
}

.product-card .card-content {
    padding: 15px;
    text-align: center
}

.product-card .card-content .card-title {
    text-align: var(--card-text-alignment)
}

.product-card .card-content .card-title a {
    color: var(--black);
    text-transform: capitalize;
    transition: ease .3s;
    font-size: 16px
}

.product-card .card-content .card-title a:hover {
    color: var(--brand-color)
}

.product-card .card-content .rattings {
    margin: 10px 0 0 0
}

.product-card .card-content .rattings i {
    color: var(--brand-color)
}

.product-card .card-content .card-price {
    margin: 10px 0 0 0;
    line-height: 1;
    text-align: var(--card-text-alignment)
}

.product-card .card-content .card-price .latest-price {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--pragraph-font)
}

.product-card .card-content .card-price .previous-price {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--pragraph-font);
    text-decoration: line-through;
    margin: 0 0 0 8px;
    opacity: .6
}

.section-btn {
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0
}

.cta-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
    text-align: center;
    background-color: var(--white);
    padding: 50px;
    border-radius: 8px;
    max-width: 650px;
    margin: 0 auto
}

.cta-content-title {
    color: var(--brand-color);
    text-transform: capitalize
}

.cta-content-sub-title {
    color: var(--color-foreground);
    text-transform: capitalize;
    margin: 0;
}

.cta-btn {
    display: flex
}

.section.img-section {
    padding-bottom: 0
}

.img-item .img-item-wrapper {
    position: relative;
    display: flex;
    height: 100%
}

.instra-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-item .img-item-wrapper .img-item-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease .3s
}

.img-item .img-item-wrapper:hover .img-item-icon {
    width: 70px;
    height: 70px
}

.img-item .img-item-wrapper .img-item-icon i {
    color: var(--white);
    font-size: 30px;
    transform: scale(0);
    transition: ease .8s
}

.img-item .img-item-wrapper:hover .img-item-icon i {
    transform: scale(1)
}

.common-page-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3d3d3d80;
    background-blend-mode: color
}

.common-banner-content {
    padding: 100px 0
}

.common-banner-content .section-heading-wrapper {
    margin: 0
}

.common-banner-content .section-heading {
    color: rgb(var(--color-foreground));
    text-transform: uppercase
}

.common-banner-content .section-heading-text {
    color: var(--white)
}

.section.collection-category-section {
    padding-bottom: 0
}

.swiper.collection-category-slider {
    padding: 5px
}

.collection-category-item .product-card {
    padding: 0
}

.collection-category-item .product-card .card-image-wrap:before {
    padding-bottom: 100%
}

.collection-category-item .product-card .card-img .main-img img {
    transition: ease .3s
}

.collection-category-item .product-card:hover .card-img .main-img img {
    transform: scale(1.1)
}

.collection-category-item .product-card .card-image-wrap .card-btn {
    opacity: 1
}

.filter-inner {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: -120%;
    top: 0;
    transition: ease .5s;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .3)
}

.filter-inner.active {
    left: 0
}

.filter-close-window-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh
}

.filter-close-window-btn.filter-close-btn {
    cursor: default
}

.filter-box {
    width: 340px;
    padding: 20px;
    height: 100vh;
    background: var(--white);
    z-index: 2;
    position: relative
}

.filter-wrapper {
    margin: 0 0 30px 0;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.filter-heading {
    display: flex
}

.filter-open-btn {
    cursor: pointer;
    padding: 8px 60px 8px 8px;
    border: 1px solid var(--border-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading-font)
}

.filter-close-btn {
    cursor: pointer;
    color: var(--black);
    font-size: 30px;
    font-weight: 500;
    display: block
}

.filter-open-btn i {
    margin: 0 10px 0
}

.filter-sidebar-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0
}

.filter-select-input label {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--heading-font)
}

.filter-select-field {
    position: relative;
    border: 1px solid var(--border-color);
    margin: 0 0 0 10px;
    display: inline-block
}

.filter-select-field-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1
}

.filter-select-input select {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--pragraph-font);
    background-color: transparent;
    border: none;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 11px 60px 11px 10px;
    cursor: pointer;
    box-shadow: none;
    outline: 0
}

.filter-accordion-item {
    border-bottom: 1px solid var(--border-color);
    margin: 0 0 10px 0
}

.filter-accordion-item .item-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 10px;
    background: var(--brand-color);
    margin: 0 0 10px 0
}

.filter-accordion-item .item-title-wrapper .item-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.filter-accordion-item-content {
    padding: 0 0 15px 0;
    display: none
}

.filter-accordion-item .item-title-wrapper .icon .minus-icon {
    display: none;
    color: var(--white)
}

.filter-accordion-item .item-title-wrapper .icon .plus-icon {
    color: var(--white)
}

.filter-accordion-item.active .item-title-wrapper .icon .minus-icon {
    display: block
}

.filter-accordion-item.active .item-title-wrapper .icon .plus-icon {
    display: none
}
.accordion-title-heading .title-wrap h6, .faq-accordion-item .item-title{
    margin: 5px 0;
}

.filter-options-heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.filter-item-number,
.reset-btn,
.selection-number {
    color: var(--black);
    font-size: 14px;
    font-family: var(--pragraph-font);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px 0
}

.reset-btn {
    cursor: pointer
}

.filter-item-number {
    margin: 0
}

.filter-options {
    margin: 0 0 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.filter-options:last-child {
    margin: 0
}

.filter-option {
    display: block
}

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

.filter-option label {
    position: relative;
    cursor: pointer;
    color: var(--black);
    font-size: 14px;
    font-family: var(--pragraph-font);
    font-weight: 500;
    text-transform: capitalize
}

.filter-option label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--border-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.filter-option input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid var(--brand-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.filtered-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.breadcrumb-pagination {
    margin: 10px 0
}

.product-title-text ul {
    padding: 0
}

.product-title-text h1 {
    font-size: 16px
}

.breadcrumb-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0
}

.breadcrumb-box {
    display: flex;
    align-items: center
}

.breadcrumb-box i {
    margin-left: 5px;
    font-size: 12px
}

.breadcrumb-links li:last-child .breadcrumb-box i {
    display: none
}

.breadcrumb-link {
    color: var(--black)
}

.breadcrumb-box:hover .breadcrumb-text {
    color: var(--brand-color)
}

.breadcrumb-box:hover i {
    color: var(--brand-color)
}

.breadcrumb-box i {
    color: var(--black)
}

.breadcrumb-box.active>:not(i) {
    color: var(--brand-color)
}

.breadcrumb-box.active i {
    color: var(--brand-color)
}

.breadcrumb-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    transition: ease .3s
}

.section.product-single-section {
    margin: 30px 0 0;
    padding-bottom: 0
}

.product-single-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-single-item {
    width: 50%
}

.product-single-slider-wrapper {
    position: sticky;
    top: 0
}

.product-single-item:last-child {
    width: 45%
}

.product-swiper .swiper-slide {
    height: 20%;
    cursor: pointer;
    opacity: .6;
    border-radius: 8px
}

.product-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 150px;
}

.tab-nav-item:first-child a {
    border-radius: 8px 0 0
}

.tab-nav-item:last-child a {
    border-radius: 0 8px 0 0
}

.product-swiper {
    margin: 20px 0 0 0
}

.product-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-single-content .product-title {
    text-transform: capitalize;
    font-size: 36px
}

.product-single-content .product-sub-title {
    margin: 20px 0 0 0
}

.product-single-content .product-price {
    margin: 15px 0 0 0
}

.product-single-content .product-price .latest-price {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--heading-font)
}

.product-single-content .product-price .previous-price {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    text-decoration: line-through;
    margin: 0 10px 10 10px;
    font-family: var(--heading-font);
    opacity: .5
}

.product-single-content .product-title-text {
    margin: 15px 0 0 0;
    max-width: 500px
}

.product-info-wrap {
    margin: 20px 0 0 0
}

.product-varient {
    margin: 20px 0 0 0
}

.product-info-item {
    margin: 10px 0 0 0
}

.product-info-item-heading,
.product-varient-heading {
    text-transform: capitalize;
    color: var(--brand-color);
    font-size: 16px
}

.product-info-item-heading span,
.product-varient-heading span {
    color: var(--black)
}

.product-single-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0 0 0;
    flex-wrap: wrap;
    max-width: 450px
}

.product-varient-field {
    position: relative;
    cursor: pointer
}

.product-varient-input {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.product-varient-field input[type=radio]:checked~.product-varient-label {
    background-color: var(--black);
    border-color: var(--black)
}

.product-varient-field input[type=radio]:checked~.product-varient-label .varient-value {
    color: var(--white)
}

.product-varient-label {
    cursor: pointer;
    overflow: hidden;
    background-color: var(--white);
    display: block;
    padding: 8px 30px;
    border: 1px solid var(--border-color);
    border-radius: 8px
}

.product-varient-label:hover {
    border-color: var(--brand-color)
}

.product-varient-field .product-varient-label .varient-value {
    width: 100%;
    height: 100%;
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--pragraph-font);
    line-height: 1;
    display: block;
    text-wrap: nowrap
}

.product-btn-area {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px
}

.product-quantity {
    border: 1px solid var(--border-color);
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    border-radius: 8px
}

button.quantity-increase {
    border-radius: 0 8px 8px 0
}

button.quantity-decrease {
    border-radius: 8px 0 0 8px
}

.quantity-decrease,
.quantity-increase {
    padding: 0;
    margin: 0;
    outline: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: var(--black);
    height: 100%;
    padding: 14px 22px;
    transition: ease .3s
}

.quantity-decrease:hover,
.quantity-increase:hover {
    color: var(--brand-color)
}

.quantity-decrease {
    border-right: 1px solid var(--border-color)
}

.quantity-increase {
    border-left: 1px solid var(--border-color)
}

.quantity-total {
    width: 80px;
    text-align: center;
    padding: 0 5px;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--paragraph-font);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--black);
    background-color: transparent
}

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

input[type=number] {
    -moz-appearance: textfield
}

.add-to-card-btn {
    width: 100%
}

.add-to-card-btn .animated-btn i {
    margin-right: 5px
}

.single-product-accordion {
    margin: 20px 0
}

.product-accordion-item {
    padding: 15px 0;
    border-bottom: 1px solid #000;
    cursor: pointer
}

.product-accordion-item:first-child {
    border-top: 1px solid #000
}

.product-accordion-item.active>.accordion-title h6,
.product-accordion-item.active>.accordion-title span {
    color: var(--brand-color)
}

.product-accordion-item.active>.accordion-title .plus-icon {
    display: none
}

.product-accordion-item.active>.accordion-title .minus-icon {
    display: unset
}

.product-accordion-item .accordion-content {
    margin-top: 10px;
    display: none
}

.product-accordion-item .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.accordion-title-heading {
    display: flex;
    align-items: center;
    gap: 10px
}

.accordion-title-heading .title-icon {
    max-width: 3.5rem;
    padding: 10px;
    background-color: #a7edcc;
    border-radius: 5px
}

.accordion-title .minus-icon {
    display: none
}

.title-wrap h6 {
    font-size: 18px
}

.title-wrap p {
    font-size: 14px
}

.tab-wrapper {
    margin: 50px 0 0 0
}

.tab-navs {
    display: flex;
    border-bottom: 1px solid var(--border-color);
    padding: 0
}

.tabs-nav-item-link {
    color: var(--white);
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--paragraph-font);
    line-height: 140%;
    border: 1px solid var(--border-color);
    display: block;
    border-bottom: 0;
    background-color: var(--black);
    text-wrap: nowrap
}

.tab-nav-item.active .tabs-nav-item-link {
    background-color: var(--brand-color);
    border-color: var(--brand-color)
}

.tab-content-items {
    padding: 20px 0 0 0
}

.tab-content-text {
    margin: 15px 0 0 0;
    max-width: 1062px
}

.tab-content-text:first-child {
    margin: 0
}

.tab-wrapper.mobile-tab {
    display: none
}

.service-info-items.product-single-service-info {
    margin: 142px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.products-section.single-product-section {
    padding-bottom: 0
}

.product-items.single-product-items {
    margin: 20px 0 0 0
}

.item-img-wrapper {
    display: flex;
    align-items: center;
    gap: 50px
}

.item-img-wrapper .item-img-area {
    width: 50%
}

.item-img-wrapper .item-img-content-area {
    width: 50%
}

.item-img-wrapper .item-img-content-area .section-heading-wrapper {
    margin: 0;
    text-align: justify
}

.item-img-wrapper .item-img-content-area .section-heading-wrapper .section-heading-text p {
    margin: 25px 0 0 0;
    max-width: 100%;
    padding: 0
}

.item-img-wrapper .item-img-content-area .section-heading-wrapper ul {
    margin: 25px 0 0 0
}

.item-img-wrapper .item-img-content-area .section-heading-wrapper ul li {
    margin: 0 0 10px 20px;
    list-style-type: disc
}

.item-img-wrapper .item-img-content-area .section-heading-wrapper ul li:last-child {
    margin: 0 0 0 20px
}

.item-img-wrapper .item-img-content-area .section-heading-wrapper ul li p a {
    color: var(--brand-color);
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s
}

.item-img-wrapper .item-img-content-area .section-heading-wrapper ul li p a:hover {
    text-decoration: underline
}

.faq-section {
    background-color: var(--card-bg)
}

.faq-content-wrapper {
    max-width: 800px;
    margin: 0 auto
}

.faq-accordion-item:first-child {
    border-top: 1px solid var(--border-color)
}

.faq-accordion-item {
    padding: 0 10px 0 0;
    border-bottom: 1px solid var(--border-color)
}

.faq-accordion-item .item-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    padding: 15px 0
}

.faq-accordion-item .item-title-wrapper .item-title {
    color: var(--black);
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.2;
    transition: ease .3s
}

.faq-accordion-item .item-title-wrapper:hover .item-title {
    color: var(--brand-color)
}

.faq-accordion-item.active .item-title-wrapper .item-title {
    color: var(--brand-color)
}

.faq-accordion-item-content {
    padding-bottom: 15px
}

.faq-accordion-item .item-title-wrapper .icon .minus-icon {
    display: none
}

.faq-accordion-item.active .item-title-wrapper .icon .minus-icon {
    display: block;
    color: var(--brand-color)
}

.faq-accordion-item.active .item-title-wrapper .icon .plus-icon {
    display: none;
    transition: ease .3s
}

.faq-accordion-item .item-title-wrapper:hover .icon .plus-icon {
    color: var(--brand-color)
}

.icon-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.icon-item {
    text-align: center
}

.icon-item-svg-icon svg {
    width: 50px;
    height: auto;
    fill: var(--brand-color)
}

.icon-item-heading {
    text-transform: capitalize;
    margin-top: 5px
}

.icon-item-text {
    margin-top: 10px
}

.blog-banner-section {
    background-image: url("../images/page-common-banner-img\ \(5\).jpg")
}

.blog-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 30px
}

.blog-item-content {
    margin: 15px 0 0 0
}

.blog-item-title {
    margin: 0 0 10px 0
}

.blog-item-content-btn {
    margin-top: 10px
}

.blog-item-content-btn-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
    transition: ease .3s
}

.blog-item-content-btn-link:hover {
    color: var(--brand-color);
    padding-left: 5px
}

.blog-item-content-btn-icon i {
    font-size: 13px;
    padding-left: 2px;
    transition: ease .3s
}

.blog-item-content-btn-link:hover .blog-item-content-btn-icon i {
    color: var(--brand-color);
    padding-left: 7px
}

.cart-banner-section {
    background-image: url("../images/page-common-banner-img\ \(4\).jpg")
}

.cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start
}

.cart-product-list {
    width: 70%
}

.cart-table-heading {
    width: 100%;
    background-color: var(--brand-color);
    display: flex;
    flex-wrap: wrap;
    padding: 5px 20px
}

.cart-table-product-name {
    width: 55%
}

.cart-table-product-name-text,
.cart-table-product-price-text,
.cart-table-product-quantity-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white)
}

.cart-table-product-quantity {
    width: 25%
}

.cart-table-product-price {
    width: 20%;
    text-align: right
}

.cart-table-body {
    display: flex;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    align-items: center
}

.cart-product {
    width: 55%
}

.cart-product-details {
    display: flex
}

.cart-product-img {
    display: flex
}

.selected-product-img {
    width: 207px;
    height: 159px;
    border: 1px solid var(--border-color);
    overflow: hidden
}

.selected-product-img .selected-product-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: ease .3s
}

.selected-product-img:hover .selected-product-img-link img {
    transform: scale(1.1)
}

.product-name {
    align-items: center;
    display: flex;
    padding-left: 15px
}

.product-name-link {
    color: var(--black);
    transition: ease .3s;
    text-transform: capitalize;
    font-family: var(--heading-font)
}

.product-name-link:hover {
    color: var(--brand-color)
}

.product-price {
    padding-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px
}

.present-price-text {
    color: var(--brand-color)
}

.previous-price-text {
    color: var(--black);
    opacity: .4;
    text-decoration: line-through
}

.product-remove-btn button {
    font-size: 20px;
    font-weight: 700;
    color: var(--btn-bg);
    border: none;
    outline: 0;
    background-color: transparent
}

.product-remove-btn button:hover {
    color: var(--brand-color)
}

.cart-quantity .product-quantity .quantity-decrease,
.cart-quantity .product-quantity .quantity-increase {
    padding: 8px 8px
}

.cart-quantity .product-quantity .quantity-total {
    width: 60px
}

.desktop-cart-quantity-btn {
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cart-quantity.responsive-cart-quantity {
    display: none
}

.cart-total-price {
    width: 20%;
    text-align: end;
    padding-right: 20px
}

.cart-total-price-text {
    color: var(--black)
}

.cart-order-summary {
    width: 28%;
    padding: 20px;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    background-color: var(--white)
}

.oder-summary-heading {
    padding-bottom: 11px
}

.oder-summary-heading-text {
    color: var(--black);
    font-size: 18px;
    font-weight: 600
}

.summary-item {
    padding: 11px 0 11px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.summary-item-text {
    color: var(--black)
}

.summary-item-price {
    color: var(--black)
}

.summary-checkout-button {
    padding-top: 15px
}

.summary-checkout-button .animated-btn {
    width: 100%
}

.checkout-summary {
    margin-top: 30px
}

.checkout-text {
    color: var(--black);
    text-align: center
}

.contact-banner-section {
    background-image: url("../images/page-common-banner-img\ \(3\).jpg")
}

section.section.contact-section {
    padding-bottom: 0
}

.contact-info-item {
    width: 33.33%
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%)
}

.contact-field-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.contact-field {
    width: 100%;
    margin-bottom: 20px
}

.contact-section .section-heading-text a {
    color: var(--brand-color);
    transition: ease .3s
}

.contact-section .section-heading-text a:hover {
    text-decoration: underline
}

.contact-form input,
textarea {
    color: var(--black);
    font-size: 16px;
    background-color: transparent;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid var(--border-color);
    outline: 0;
    font-family: var(--pragraph-font);
    box-shadow: none
}

.contact-form .contact-field textarea {
    font-size: 16px;
    border-color: var(--border-color) !important;
    width: 100%;
    margin-bottom: 0 !important;
    outline: 0;
    box-shadow: none
}

.contact-info-section .section-heading-text a {
    color: var(--brand-color);
    transition: ease .3s
}

.contact-info-section .section-heading-text a:hover {
    text-decoration: underline
}

.contact-info-items {
    display: flex;
    justify-content: space-between;
    padding: 67px 0 0 0;
    gap: 20px
}

.contact-info-item .card {
    padding: 50px 20px 30px 20px;
    background-color: var(--item-bg);
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.contact-info-item .card .card-icon {
    position: absolute;
    left: 50%;
    top: -20%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px
}

.contact-info-item .card .card-content {
    text-align: center
}

.contact-info-item .card .card-content .card-title {
    color: var(--brand-color);
    text-transform: capitalize;
    font-family: var(--font-heading-family);
}

.contact-info-item .card .card-content .card-text p {
    margin: 20px 0 0 0;
    font-family: var(--font-body-family);
}

.contact-info-item .card .card-content .card-btn {
    margin: 20px 0 0 0
}

.contact-info-item .card .card-content .card-btn .animated-btn {
    width: 100%;
    padding: 15px 0;
    display: block
}

.refund-banner-section {
    background-image: url("../images/page-common-banner-img\ \(5\).jpg")
}

.terms-banner-section {
    background-image: url("../images/page-common-banner-img\ \(3\).jpg")
}

.shipping-banner-section {
    background-image: url("../images/page-common-banner-img\ \(2\).jpg")
}

.text-content-wrapper {
    max-width: 900px;
    margin: 0 auto
}

.text-content-title-text {
    margin: 20px 0 0 0
}

.text-content-list p,
.text-content-title-text p {
    line-height: 38px
}

.text-content-item {
    margin: 0 0 20px 0
}

.text-content-item:last-child {
    margin: 0
}

.text-content-list {
    margin: 20px 0 0 0
}

.text-content-list ul li {
    margin: 0 0 5px 20px;
    list-style-type: disc
}

.text-content-list ul li:last-child {
    margin: 0 0 0 20px
}

.footer-nav-links {
    padding: 0;
    margin: 0
}

.footer-section-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between
}

.footer-section-item {
    width: 100%;
    color: var(--white)
}

.footer-logo-svg {
    background: #fff;
    max-width: 200px;
    height: 200px;
    margin-bottom: 20px;
    width: 100%
}

.footer-logo-link {
    display: block;
    color: var(--brand-color);
}

.brand-info h3 {
    color: rgb(var(--color-heading));
    font-size: 16px;
    margin-bottom: 20px
}

.brand-info p {
    color: rgb(var(--color-color-foreground));
    font-size: 14px;
    line-height: 1.4
}

.footer-logo-img {
    width: 100%;
    height: auto;
    max-width: 200px
}

.download-app {
    margin-top: 20px
}

.download-app .download-app-heading {
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: var(--pragraph-font);
    font-size: 16px;
    color: rgb(var(--color-heading))
}

.footer-download-app-icon {
    max-width: 120px;
    width: 100%
}

.footer-logo {
    margin-bottom: 30px
}

.footer-heading {
    padding-bottom: 10px;
    font-family: var(--pragraph-font);
    color: rgb(var(--color-heading));
    pointer-events: none;
    display: flex;
    justify-content: space-between
}

.footer-heading .footer-heading-icon {
    display: none
}

.footer-text {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff
}

.footer-text i {
    color: var(--white)
}

.footer-contact-link {
    color: var(--white);
    transition: ease .3s;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 400
}

.footer-contact-link:hover {
    color: var(--hover-color);
    text-decoration: underline
}

.footer-mail {
    margin-top: 10px;
    color: var(--white);
    transition: ease .3s;
    text-decoration: underline;
    font-size: 14px
}

.footer-mail:hover {
    color: var(--hover-color)
}

.social-link-wrapper {
    margin-top: 20px
}

.footer-social-link-heading {
    font-size: 14px;
    color: var(--white);
    font-family: var(--pragraph-font)
}

.footer-social-links {
    display: flex;
    justify-items: center;
    margin-top: 15px;
    padding: 0
}

.footer-social-link {
    margin: 10px
}

.footer-social-link:first-child {
    margin-left: 0
}

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

.footer-social-links .social-media-link {
    color: var(--white);
    border-color: var(--white)
}

.footer-social-links .social-media-link:hover {
    background-color: var(--hover-color);
    border-color: var(--hover-color)
}

.footer-social-link:hover .footer-social-link-icon {
    color: var(--hover-color)
}

.footer-social-link-icon {
    color: var(--white);
    font-size: 20px;
    transition: ease .2s
}

.footer-nav-link-text {
    color: var(--white);
    transition: ease .2s;
    font-size: 14px;
    display: block;
    line-height: 1.2
}

.footer-nav-link {
    margin: 15px 0
}

.footer-nav-link-text:hover {
    color: var(--hover-color);
    text-decoration: underline
}

.footer-input {
    padding: 15px 10px;
    width: 100%;
    border: 1px solid var(--white);
    background-color: transparent;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    outline: 0;
    font-family: var(--pragraph-font)
}

.footer-form-btn {
    margin-top: 15px
}

.footer-form-btn .animated-btn {
    display: block;
    text-align: center
}

.payment-icon-section {
    margin-top: 20px;
    text-align: center
}

.payment-icon-section .footer-payment-icon {
    width: 100%;
    border-radius: 8px
}

.copyright-section {
    text-align: center
}

.copyright-section-text {
    padding: 10px 0;
    font-size: 14px
}

.copyright-section-text a {
    transition: ease .3s
}

.copyright-section-text a:hover {
    text-decoration: underline
}

.floating-chat-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: grid;
    place-content: center;
    display: none
}

.floating-chat-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: block !important;
    background-color: rgb(var(--color-foreground), .5)
}

.flaoting-chat-btn-wrap {
    background: #fff;
    margin: 50px auto;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    z-index: 11;
    max-width: fit-content;
    width: 100%
}

.floating-chat-btn-group {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.floating-chat-btn {
    display: inline-block;
    color: var(--white);
    background-color: var(--brand-color);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: var(--heading-font);
    text-transform: capitalize;
    text-align: center;
    line-height: 1
}

.floating-chat-btn i {
    margin-right: 5px
}

.search-product-content p:last-child {
    font-weight: 600
}

.search-product-content p:first-child {
    text-transform: capitalize
}

@media only screen and (max-width:575px) {
    .search-result-item a {
        gap: 10px
    }

    .search-product-img {
        max-width: 60px;
        width: 100%
    }

    .product-card .card-content {
        padding: 5px
    }

    .product-card {
        box-shadow: none
    }

    .breadcrumb-pagination {
        margin: 10px 0;
        border-bottom: 0
    }

    .floating-chat-btn-group {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px
    }
}

.close-floating-chat-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    padding: 4px 6px;
    border-radius: 50%
}

.close-floating-chat-btn i {
    color: #fff
}

.floating-button {
    position: fixed;
    background: 0 0;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
    padding-right: 20px
}

.floating-button-icon {
    display: flex;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    border: 8px solid var(--brand-color);
    position: relative;
    box-shadow: 8px 3px 17px 0 rgba(0, 0, 0, .2)
}

.floating-button-text {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    background: var(--brand-color);
    padding: 10px;
    margin-left: -20px;
    border-radius: 0 30px 30px 0;
    padding-right: 20px;
    padding-left: 27px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

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

    .swiper.category-slider,
    .swiper.collection-category-slider {
        margin-right: -15px
    }

    .floating-button {
        bottom: 60px;
        right: 0
    }

    .floating-button-icon {
        padding: 8px;
    }

    .floating-button-text {
        font-size: 12px;
        padding: 5px;
        padding-left: 24px;
        padding-right: 10px
    }

    footer.main-footer {
        padding-bottom: 55px
    }
}

@media only screen and (max-width:1320px) {
    .product-name {
        align-items: center;
        display: flex
    }

    .selected-product-img {
        width: 150px;
        height: 150px
    }

    .cart-product {
        width: 55%
    }

    .desktop-cart-quantity-btn {
        width: 25%
    }

    .cart-table-product-name {
        width: 55%
    }

    .cart-table-product-quantity {
        width: 25%
    }
}

@media only screen and (max-width:992px) {
    .section {
        padding: 60px 0
    }

    .topbar-contact ul {
        gap: 10px
    }

    .topbar-input-field-wrapper {
        gap: 10px
    }

    .swiper.top-bar-slider {
        max-width: 40%
    }

    .navbar-link-wrapper {
        display: none
    }

    .ham-menu-wrapper {
        display: flex;
        align-items: center
    }

    .mobile-menu-wrapper {
        display: block
    }

    .mobile-menu-wrapper-inner {
        position: absolute;
        z-index: 1;
        display: block !important;
        background: 0 0;
        width: 100%;
        height: 100%
    }

    .navbar-brand {
        margin-left: 10%
    }

    .banner-content-inner {
        height: 350px
    }

    .slider-banner-overlay .banner-content {
        width: 70%
    }

    .trending-items {
        grid-template-columns: repeat(3, 1fr)
    }

    .section.product-single-section {
        margin: 0
    }

    .product-single-item {
        width: 46%
    }

    .product-single-item:last-child {
        width: 51%
    }

    .product-single-content .product-title {
        font-size: 36px
    }

    .category-item {
        width: auto
    }

    .filtered-items {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    .item-img-wrapper {
        flex-wrap: wrap;
        gap: 30px
    }

    .item-img-wrapper .item-img-area {
        width: 100%;
        order: 1
    }

    .item-img-wrapper .item-img-content-area {
        width: 100%;
        order: 2
    }

    .blog-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }

    .cart-product-list {
        width: 100%
    }

    .cart-table-product-name {
        width: 48%
    }

    .cart-table-product-quantity {
        width: 32%
    }

    .cart-product {
        width: 55%
    }

    .selected-product-img {
        width: 130px;
        height: 130px
    }

    .product-name-text {
        font-size: 14px
    }

    .present-price-text {
        font-size: 14px
    }

    .previous-price-text {
        font-size: 14px
    }

    .cart-total-price-text {
        font-size: 16px
    }

    .desktop-cart-quantity-btn {
        width: 25%
    }

    .cart-total-price {
        width: 20%;
        padding-right: 0
    }

    .product-name {
        padding-left: 10px
    }

    .cart-order-summary {
        width: 50%;
        margin: 20px 0 0 auto
    }

    .contact-content-wrapper {
        flex-direction: column;
        gap: 30px
    }

    .contact-info-wrap {
        width: 100%
    }

    .contact-field-row {
        grid-template-columns: auto;
        gap: 0
    }

    .contact-info-item .card {
        padding: 50px 10px 30px 10px
    }

    .contact-info-item .card .card-icon {
        left: 50%;
        top: -20%;
        width: 80px;
        height: 80px
    }

    .footer-section-item {
        width: 95%;
        margin: 15px 10px 15px 0
    }

    .footer-form {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .search-result-heading h6 {
        font-size: 16px
    }

    .search-result-heading {
        padding: 15px;
        padding-bottom: 10px
    }

    div#ajax-search-results {
        padding: 15px
    }

    .search-product-content {
        padding-left: 0
    }

    .section-heading {
        margin-bottom: 10px
    }

    .animated-btn {
        font-size: 15px;
        padding: 13px 35px
    }

    .section {
        padding: 40px 0
    }

    h2 {
        font-size: 36px
    }

    h3 {
        font-size: 30px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 18px
    }

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

    .section-heading-wrapper {
        margin-bottom: 30px
    }

    .top-bar {
        padding: 5px 0
    }

    .topbar-contact {
        display: none
    }

    .topbar-input-field-wrapper {
        display: none
    }

    .swiper.top-bar-slider {
        max-width: 100%
    }

    .navbar-wrapper-main.nav-fixed .navbar {
        transform: translateY(-46px)
    }

    .navbar-brand {
        margin-left: 16%
    }

    .search-form-wrap {
        width: 70%
    }

    .banner-content-inner {
        height: 300px
    }

    .slider-banner-overlay .banner-content {
        width: 75%
    }

    h1.banner-content-heading {
        font-size: 35px
    }

    .banner-content-text {
        font-size: 16px
    }

    .banner-slider .swiper-pagination {
        bottom: var(--swiper-pagination-bottom, 5px)
    }

    .icon-text-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px
    }

    .img-items {
        margin: 30px 0 0 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .trending-items {
        margin: 30px 0 0 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .product-card .card-image-wrap .card-badge-wrapper .card-badge {
        padding: 6px 6px
    }

    .section.product-single-section {
        margin: 0
    }

    .product-single-items {
        gap: 25px
    }

    .product-single-item {
        width: 100%
    }

    .product-single-item:last-child {
        width: 100%
    }

    .product-single-content .product-title {
        font-size: 30px
    }

    .product-single-content .product-price {
        margin: 10px 0 0 0
    }

    .product-single-content .product-title-text {
        margin: 10px 0 0 0
    }

    .product-varient {
        margin: 10px 0 0 0
    }

    .quantity-decrease,
    .quantity-increase {
        padding: 17px 10px
    }

    .tab-wrapper {
        margin: 30px 0 0 0
    }

    .tab-navs {
        border-bottom: 0;
        overflow-x: scroll;
        padding: 0 0 10px 0
    }

    .tab-content-items {
        padding: 10px 0 0 0
    }

    .product-single-content .product-price .latest-price {
        font-size: 20px
    }

    .product-single-content .product-price .previous-price {
        font-size: 14px;
        margin: 0 0 0 5px
    }

    .filtered-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .item-img-wrapper {
        gap: 20px
    }

    .item-img-wrapper .item-img-content-area .section-heading-wrapper .section-heading-text {
        margin: 10px 0 0 0
    }

    .icon-items {
        grid-template-columns: repeat(2, 1fr)
    }

    .text-content-list p,
    .text-content-title-text p {
        line-height: 28px
    }

    .text-content-title-text {
        margin: 10px 0 0 0
    }

    .text-content-item {
        margin: 0 0 15px 0
    }

    .text-content-list {
        margin: 10px 0 0 0
    }

    .contact-info-items {
        flex-wrap: wrap;
        gap: 70px;
        justify-content: center
    }

    .contact-info-item {
        width: 80%
    }

    .contact-info-item .card .card-content .card-btn .animated-btn {
        padding: 13px 0
    }

    .footer-section-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        justify-content: inherit
    }

    .footer-section-item {
        text-align: left
    }

    .social-media-link {
        width: 28px;
        height: 28px;
        padding: 0;
        margin: 5px
    }
}

@media only screen and (max-width:575px) {
    .container {
        padding: 0 15px
    }

    .section {
        padding: 30px 0
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }

    p {
        font-size: 14px
    }

    .section-heading-wrapper {
        margin-bottom: 25px
    }

    .section-btn {
        margin: 25px 0 0 0
    }

    .top-bar {
        padding: 3px 0
    }

    .top-bar-text {
        font-size: 12px
    }

    .navbar {
        padding: 13.5px 0
    }

    .mobile-menu-top {
        padding: 13.5px 20px
    }

    .navbar-brand-logo {
        width: 100px
    }

    .navbar-brand {
        margin-left: 15%
    }

    .navbar-wrapper-main.nav-fixed .navbar {
        transform: translateY(-34px)
    }

    .search-input-field {
        width: 100%;
        padding: 0 10px;
        margin-right: 10%
    }

    .input-search-btn {
        padding-left: 10px;
        height: 25px
    }

    .search-btn i {
        font-size: 18px
    }

    .search-btn {
        cursor: pointer;
        height: 25px
    }

    .search-bar-close i {
        font-size: 30px
    }

    .search-bar.active1 {
        height: 92px
    }

    .search-bar.active1 .search-bar-close {
        right: 25px;
        top: 30px
    }

    .search-form-wrap {
        width: 100%
    }

    .navbar-icon {
        width: 30px;
        height: 30px;
        margin-left: 10px
    }

    .navbar-icon i {
        font-size: 14px
    }

    .slider-banner-overlay .banner-content {
        width: 100%
    }

    h1.banner-content-heading {
        font-size: 30px
    }

    .banner-content-text {
        line-height: 22px;
        margin: 10px 0 0 0;
        font-size: 14px;
        max-width: 64%
    }

    .banner-content-btn {
        margin: 15px 0 0 0
    }

    .banner-slider .swiper-button-next,
    .banner-slider .swiper-button-prev {
        display: none
    }

    .product-card .card-content .card-title a {
        display: block;
        font-size: 14px;
        line-height: 1.4
    }

    .product-card .card-content .card-price {
        margin: 8px 0 0
    }

    .product-card .card-content .card-price .latest-price {
        font-size: 14px
    }

    .product-card .card-content .card-price .previous-price {
        font-size: 12px
    }

    .common-banner-content {
        padding: 50px 0
    }

    .cta-section {
        padding: 100px 0
    }

    .cta-content-wrapper {
        row-gap: 16px;
        padding: 20px
    }

    .filter-open-btn {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 6px 8px 6px 0
    }

    .filter-select-input label {
        font-size: 14px
    }

    .filter-select-field {
        margin-left: 0
    }

    .filter-select-input select {
        padding: 8px 25px 8px 10px
    }

    .product-btn-area {
        gap: 15px
    }

    .quantity-total {
        width: 70px
    }

    .faq-accordion-item {
        padding: 10px 10px 10px 0
    }

    .faq-accordion-item .item-title-wrapper .item-title {
        font-size: 16px
    }

    .icon-item-text {
        margin-top: 5px
    }

    .blog-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .cart-wrapper {
        padding: 0
    }

    .cart-table-heading {
        display: none
    }

    .cart-product-list {
        width: 100%
    }

    .cart-product-img {
        align-items: center
    }

    .cart-product-details {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .product-remove-btn {
        justify-content: flex-start;
        width: 100%
    }

    .selected-product-img {
        width: 120px;
        height: 120px
    }

    .cart-product {
        width: 75%
    }

    .selected-product-img {
        width: 100px;
        height: 100px
    }

    .product-name {
        display: grid;
        justify-content: center;
        align-items: center;
        padding: 0 0 0 18px
    }

    .cart-quantity .product-quantity {
        margin-right: 15px
    }

    .cart-total-price-text {
        font-size: 14px
    }

    .cart-total-price {
        width: 25%;
        text-align: end
    }

    .cart-quantity.responsive-cart-quantity {
        padding: 10px 0 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .cart-order-summary {
        width: 100%;
        margin: 20px 0 0 0
    }

    .desktop-cart-quantity-btn {
        display: none
    }

    .contact-form {
        max-width: 100%
    }

    .contact-field {
        margin-bottom: 15px
    }

    .contact-form input,
    textarea {
        font-size: 14px;
        padding: 9px 10px
    }

    .contact-info-item {
        width: 100%
    }

    .footer-section-item {
        width: 100%;
        margin: 0;
        text-align: left
    }

    .footer-heading {
        padding-bottom: 10px;
      margin: 0;
    }

    .footer-text {
        margin-bottom: 10px;
        font-size: 14px
    }

    .footer-form {
        margin: 10px 0
    }

    .footer-input {
        padding: 13px 10px;
        font-size: 15px
    }

    .footer-social-links {
        margin-top: 15px;
        display: flex;
        justify-items: center
    }

    .footer-nav-link-text {
        font-size: 14px
    }
}