@charset "UTF-8";
/*
Theme Name: Fitness & Gym - eCommerce HTML Template
Author: WebritoTheme
Author URI: https://themeforest.net/user/webritotheme
Tags: fitness, gym, uroan, ecommerce, blog, fashion products, online shop, ecommerce store
Description: Fitness & Gym - An eCommerce HTML5 Template
Version: 1.1.0
*/
/************************************** base css **************************************/


:root {
    --body-font: "Exo", sans-serif;
    --heading-font: "Oswald", sans-serif;
    --gm-primary-color: #031520;
    --gm-secondary-color: #FF5824;
    --text-color: #5D676D;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --dark-light-color: #1C2C36;
    --color-background: #FFFFFF;
    --primary-bg-color: #031520;
    --color-shade-background: #F9F5F2;
    --color-subtitle-backgorund: rgba(255, 88, 36, 0.1);
    --gradient-background: linear-gradient(180deg, rgba(3, 21, 32, 0) 0%, rgba(3, 21, 32, 0.4) 100%);
    --color-accent: #FF5824;
    --color-heading: #031520;
    --color-shadow: 0px 25px 80px rgba(0, 0, 0, 0.15);
    --color-primary-button: #FF5824;
    --color-primary-button-text: #FFFFFF;
    --color-primary-button-hover: #031520;
    --color-primary-button-hover-text: #FF5824;
    --color-primary-button-outline: #FF5824;
    --color-primary-button-outline-hover: #031520;
    --color-secondary-button: #031520;
    --color-secondary-button-text: #031520;
    --color-secondary-button-hover: #FF5824;
    --color-secondary-button-hover-text: #FFFFFF;
    --color-secondary-button-outline: #FF5824;
    --color-secondary-button-outline-hover: #FF5824;
    --color-link: #FF5824;
    --color-border: #E7E7E7;
    --color-border2: #E5DFDB;
    --color-placeholder: #FFFFFF;
    --payment-terms-background-color: ;
    --transition-base: all 0.3s;
    --color-yellow: #F9C221;
    --color-yellow-background: #F9C221;
    --color-lookbook-bg: #FFEAD1;
}
html{
    overflow-x:hidden;
}

body {
    margin: 0;
    font-family: var(--body-font);
    background-color: var(--color-background);
    overflow-x:hidden;
}

@media (min-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1190px;
    }
}

@media (min-width: 1320px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1314px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1314px;
    }
}

.container-large {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 42px;
}

@media (max-width: 1600px) {
    .container-large {
        padding: 0 15px;
    }
}

input {
    outline: 0;
}

select {
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.content-for-layout {
    overflow-x: hidden;
}

button {
    border: 0;
    background-color: transparent;
}

ins {
    text-decoration: none;
}

svg {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

svg path {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.logo {
    display: inline-block;
}

@media (max-width: 575.98px) {
    .logo img {
        width: 100%;
    }
}

.gmPrimary-bg {
    background-color: var(--gm-primary-color) !important;
}

.gmSecondary-bg {
    background-color: var(--gm-secondary-color) !important;
}

.gmShade-bg {
    background-color: var(--color-shade-background) !important;
}

.primary-bg-color {
    background: var(--primary-bg-color);
}

.gmWhiteColor {
    color: var(--white-color);
}

.gmWprimaryColor {
    color: var(--parimary-color);
}

.gmWsecondaryColor {
    color: var(--gm-secondary-color);
}

.light-bg {
    background: var(--color-border);
}

.gm_icon_white {
    fill: var(--white-color);
}

.gm_icon_white > svg {
    fill: var(--white-color);
}

.gm_icon_white > svg path {
    fill: var(--white-color);
}

.gmBgImage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.gm_section_heading {
    position: relative;
    text-align: center;
}

.gm_section_heading__subtitle {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: var(--gm-secondary-color);
    padding: 4px 16px;
    position: relative;
    background: var(--color-subtitle-backgorund);
    font-family: var(--body-font);
    display: inline-block;
    margin: 0 0 4px;
    text-transform: capitalize;
}

.gm_section_heading__subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: var(--gm-secondary-color);
}

.gm_section_heading__subtitle.secondary_color {
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-yellow);
}

.gm_section_heading__subtitle.secondary_color::before {
    background: var(--color-yellow-background);
}

.gm_section_heading__title {
    font-size: 56px;
    font-weight: 600;
    line-height: 72.8px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .gm_section_heading__title {
        font-size: 46px;
        line-height: 63px;
    }
}

@media (max-width: 991.98px) {
    .gm_section_heading__title {
        font-size: 39px;
        line-height: 56px;
    }
}

@media (max-width: 575.98px) {
    .gm_section_heading__title {
        font-size: 35px;
        line-height: 52px;
    }
}

.gm_primary-btn {
    position: relative;
    padding: 20px 32px 19px;
    border-radius: 0;
    overflow: hidden;
    vertical-align: middle;
    border: none;
    outline: none;
    display: inline-block;
    z-index: 2;
    border: 0;
    font-family: var(--body-font);
    background: var(--color-primary-button);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    -webkit-transition-delay: 0.36s;
    -o-transition-delay: 0.36s;
    transition-delay: 0.36s;
}

.gm_primary-btn .gm_btn_text {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: var(--color-primary-button-text);
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    z-index: 1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    -webkit-transition-delay: 0.36s;
    -o-transition-delay: 0.36s;
    transition-delay: 0.36s;
}

.gm_primary-btn .gm_btn_text > svg {
    padding: 4px;
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
}

.gm_primary-btn .gm_btn_text > svg path {
    -webkit-transition-delay: 0.36s;
    -o-transition-delay: 0.36s;
    transition-delay: 0.36s;
}

.gm_primary-btn .gm_btnShape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: var(--color-primary-button-hover);
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: calc((var(--b) - 1) * 0.1s);
    -o-transition-delay: calc((var(--b) - 1) * 0.1s);
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
}

.gm_primary-btn .gm_btnShape:nth-child(1) {
    --b: 1;
}

.gm_primary-btn .gm_btnShape:nth-child(2) {
    --b: 2;
}

.gm_primary-btn .gm_btnShape:nth-child(3) {
    --b: 3;
}

.gm_primary-btn .gm_btnShape:nth-child(4) {
    --b: 4;
}

.gm_primary-btn .gm_btnShape:nth-child(5) {
    --b: 5;
}

.gm_primary-btn .gm_btnShape:nth-child(6) {
    --b: 6;
}

.gm_primary-btn .gm_btnShape:nth-child(7) {
    --b: 7;
}

.gm_primary-btn .gm_btnShape:nth-child(8) {
    --b: 8;
}

.gm_primary-btn .gm_btnShape:nth-child(9) {
    --b: 9;
}

.gm_primary-btn:hover .gm_btnShape {
    -webkit-transform: translateY(0) scale(2);
    -ms-transform: translateY(0) scale(2);
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
}

.gm_secondary-btn {
    position: relative;
    padding: 0;
    border-radius: 0;
    border: 1px solid var(--color-secondary-button-outline);
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
    background: transparent;
    color: var(--color-secondary-button-text);
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0;
    column-gap: 0;
    overflow: hidden;
    vertical-align: middle;
}

.gm_secondary-btn span.btn_text {
    display: inline-block;
    padding: 18px 31px 19px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    position: relative;
    z-index: 1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_secondary-btn span.btn_icon {
    padding: 10px;
    background: var(--color-secondary-button-hover);
    display: block;
    width: 63px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 8;
}

.gm_secondary-btn svg {
    padding: 4px;
    width: 24px;
    height: 24px;
}

.gm_secondary-btn .gm_btnShape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: var(--color-secondary-button-hover);
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: calc((var(--b) - 1) * 0.1s);
    -o-transition-delay: calc((var(--b) - 1) * 0.1s);
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
}

.gm_secondary-btn .gm_btnShape:nth-child(1) {
    --b: 1;
}

.gm_secondary-btn .gm_btnShape:nth-child(2) {
    --b: 2;
}

.gm_secondary-btn .gm_btnShape:nth-child(3) {
    --b: 3;
}

.gm_secondary-btn .gm_btnShape:nth-child(4) {
    --b: 4;
}

.gm_secondary-btn .gm_btnShape:nth-child(5) {
    --b: 5;
}

.gm_secondary-btn .gm_btnShape:nth-child(6) {
    --b: 6;
}

.gm_secondary-btn .gm_btnShape:nth-child(7) {
    --b: 7;
}

.gm_secondary-btn .gm_btnShape:nth-child(8) {
    --b: 8;
}

.gm_secondary-btn .gm_btnShape:nth-child(9) {
    --b: 9;
}

.gm_secondary-btn:hover .gm_btnShape {
    -webkit-transform: translateY(0) scale(2);
    -ms-transform: translateY(0) scale(2);
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
}

.gm_secondary-btn .gm_btn_shapeInner {
    display: inline-block;
    position: relative;
}

.gm_secondary-btn:hover .gm_btn_text {
    color: var(--color-secondary-button-hover-text);
}

.gm_site_link {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: var(--gm-secondary-color);
    position: relative;
    display: inline-block;
}

.gm_site_link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--gm-secondary-color);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_site_link:hover {
    color: var(--gm-primary-color);
}

.gm_site_link:hover::after {
    background: var(--gm-primary-color);
}

.gm_sectionDivider {
    border-bottom: 1px solid rgba(3, 21, 32, 0.1);
}

.gm_countdown {
    position: relative;
}

.gm_countdown ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px;
    background: var(--gm-secondary-color);
    margin-left: 0;
}

.gm_countdown ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: #0D0D0D;
    padding: 6px 10px;
    min-width: 75px;
    background: var(--color-background);
}

@media (max-width: 767.98px) {
    .gm_countdown ul li {
        font-size: 32px;
        line-height: 44px;
        min-width: 65px;
    }
    .gm_offer_timer {
        text-align: center;
    }
}

.gm_countdown ul li span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.gm_countdown ul .gm_timerSeparator {
    background: transparent;
    min-width: unset;
    padding: 6px;
    color: var(--white-color);
}

.gm_countdown ul .gm_timerSeparator span {
    display: inline-block;
    font-size: 27px;
}

.nice_select {
    background-color: #fff;
    border-radius: 0;
    border: solid 1px var(--color-border);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    padding: 8px 12px;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    line-height: inherit;
    height: auto;
    font-size: inherit;
    min-height: initial;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999999;
}

#preloader .sk-cube-grid {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: var(--gm-secondary-color);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#preloader .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#preloader .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#preloader .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#preloader .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#preloader .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#preloader .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#preloader .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#preloader .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#preloader .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.link-animation {
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) !important;
    background: -webkit-linear-gradient(left, currentColor, currentColor 100%) !important;
    background: -o-linear-gradient(left, currentColor, currentColor 100%) !important;
    background: linear-gradient(90deg, currentColor, currentColor 100%) !important;
    background-size: 0% 0.1rem !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    -webkit-transition: background-size 0.5s cubic-bezier(0.3, 1, 0.3, 1) !important;
    -o-transition: background-size 0.5s cubic-bezier(0.3, 1, 0.3, 1) !important;
    transition: background-size 0.5s cubic-bezier(0.3, 1, 0.3, 1) !important;
}

.link-animation:hover {
    background-size: 100% 1px !important;
    background-position: left bottom !important;
}

.badge {
    padding: 4px 8px;
    background: var(--gm-secondary-color);
    border: 1px solid var(--gm-secondary-color);
    color: var(--white-color);
    border-radius: 8px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--heading-font);
    line-height: 1.1;
    color: var(--color-heading);
}

h1, .h1, h2, .h2 {
    font-family: var(--heading-font);
}

.h1, h1 {
    font-size: 48px;
}

@media (max-width: 991.98px) {
    .h1, h1 {
        font-size: 42px;
    }
}

.h2, h2 {
    font-size: 40px;
}

@media (max-width: 991.98px) {
    .h2, h2 {
        font-size: 32px;
    }
}

.h3, h3 {
    font-size: 32px;
}

@media (max-width: 991.98px) {
    .h3, h3 {
        font-size: 28px;
    }
}

p {
    font-family: var(--body-font);
    color: var(--text-color);
}

.my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.mt-48 {
    margin-top: 48px;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.my-64 {
    margin-top: 64px;
    margin-bottom: 64px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-64 {
    margin-top: 64px;
}

.mb-64 {
    margin-bottom: 64px !important;
}

@media (max-width: 1199.98px) {
    .mb-64 {
        margin-bottom: 40px !important;
    }
}

.mt-80 {
    margin-top: 80px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
}

.pt-72 {
    padding-top: 72px;
}

.pb-72 {
    padding-bottom: 72px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-96 {
    padding-top: 96px;
    padding-bottom: 96px;
}

.pt-96 {
    padding-top: 96px;
}

.pb-96 {
    padding-bottom: 96px;
}

.ptb-120 {
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .ptb-120 {
        padding: 70px 0;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 767.98px) {
    .pt-120 {
        padding-top: 70px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 767.98px) {
    .pb-120 {
        padding-bottom: 70px;
    }
}

.py-136 {
    padding-top: 136px;
    padding-bottom: 136px;
}

@media (max-width: 1199.98px) {
    .py-136 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.pt-136 {
    padding-top: 136px;
}

@media (max-width: 1199.98px) {
    .pt-136 {
        padding-top: 100px;
    }
}

.pb-136 {
    padding-bottom: 136px;
}

@media (max-width: 1199.98px) {
    .pb-136 {
        padding-bottom: 100px;
    }
}

.g-30,
.gx-30 {
    --bs-gutter-x: 30px;
}

@media (max-width: 1199.98px) {
    .g-30,
    .gx-30 {
        --bs-gutter-x: 24px;
    }
}

.g-30,
.gy-30 {
    --bs-gutter-y: 30px;
}

@media (max-width: 1199.98px) {
    .g-30,
    .gy-30 {
        --bs-gutter-y: 24px;
    }
}

.gy-40 {
    --bs-gutter-y: 40px;
}

/******************************* theme css **********************************/
.theme-input {
    width: 100%;
    border: 0 !important;
    outline: 0;
    padding: 14px 24px !important;
    background-color: var(--color-border);
    font-weight: 300;
}
.blog-review-form .comment-reply-title{
    font-weight: 400;
}
.blog-comment-list li {
    border-top: 1px solid var(--color-border);
}
.blog-comment-list > li:first-child{
    border-top: none
}
@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: theme_fadeInDown;
    animation-name: theme_fadeInDown;
}

.move_anim img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

@-webkit-keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes theme_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes theme_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/******************************** components ******************************/
/************** header component ****************/
header.gm_header_section {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.header-sticky.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    -webkit-animation: 400ms ease-in-out 0s normal none 1 running theme_fadeInDown;
    animation: 400ms ease-in-out 0s normal none 1 running theme_fadeInDown;
}

.header-sticky.sticky-on .gm_topbar,
.header-sticky.sticky-on .gm_topbar03 {
    display: none !important;
}

.gm_topbar {
    position: relative;
    background-color: var(--dark-light-color);
    overflow: hidden;
}

.gm_tbFRow [class^="col-"]:nth-child(1) {
    width: 218px;
}

.gm_tbFRow [class^="col-"]:nth-child(2) {
    width: calc(50% + 2.44%);
}

@media (max-width: 1600px) {
    .gm_tbFRow [class^="col-"]:nth-child(2) {
        width: calc(50% + 1.03%);
    }
}

@media (max-width: 1399.98px) {
    .gm_tbFRow [class^="col-"]:nth-child(2) {
        width: calc(100% - (30.8% + 218px));
    }
}

@media (max-width: 1260px) {
    .gm_tbFRow [class^="col-"]:nth-child(2) {
        width: calc(100% - (32.8% + 218px));
    }
}

@media (max-width: 1199.98px) {
    .gm_tbFRow [class^="col-"]:nth-child(2) {
        width: calc(100% - (37.8% + 218px));
    }
}

@media (max-width: 1399.98px) {
    .gm_tbFRow [class^="col-"]:nth-child(3) {
        width: 30.8%;
    }
}

@media (max-width: 1260px) {
    .gm_tbFRow [class^="col-"]:nth-child(3) {
        width: 32.8%;
    }
}

@media (max-width: 1199.98px) {
    .gm_tbFRow [class^="col-"]:nth-child(3) {
        width: 37.8%;
    }
}

@media (max-width: 1600px) {
    .gm_tbFRow {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gm_topbar_social {
    position: relative;
    padding: 15px 41px 15px 0;
    background: var(--gm-secondary-color);
    z-index: 3;
}

.gm_topbar_social ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
}

.gm_topbar_social ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20px;
    height: 20px;
    color: var(--white-color);
}

.gm_topbar_social ul a:hover {
    color: var(--gm-primary-color);
}

.gm_topbar_social::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: var(--gm-secondary-color);
    z-index: -1;
}

.gm_topbar_info {
    padding: 13px 16px;
    gap: 64px;
}

@media (max-width: 1399.98px) {
    .gm_topbar_info {
        padding: 13px 0;
        gap: 54px;
    }
}

.gm_topbar_info .item-single {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
}

.gm_topbar_info .item-single a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}

.gm_topbar_info .item-single a:hover {
    color: var(--gm-secondary-color);
}

.gm_topbar_info .item-single svg {
    padding: 1px 2px;
    width: 20px;
    height: 20px;
}

.gm_topbar_info .item-single svg path {
    stroke-width: .2px;
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}

.gm_topbar_info .item-single:not(:last-child) {
    position: relative;
}

.gm_topbar_info .item-single:not(:last-child)::after {
    width: 1px;
    height: 18px;
    position: absolute;
    content: "";
    top: 3px;
    right: -34px;
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1399.98px) {
    .gm_topbar_info .item-single:not(:last-child)::after {
        right: -29px;
    }
}

@media (max-width: 1260px) {
    .gm_topbar_info .item-single:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 1260px) {
    .gm_topbar_info .item-single:nth-child(2) {
        display: none;
    }
}

.gm_topbar_info_right {
    gap: 64px;
}

@media (max-width: 1399.98px) {
    .gm_topbar_info_right {
        gap: 54px;
    }
}

.gm_topbar_suport {
    position: relative;
}

.gm_topbar_suport::after {
    width: 1px;
    height: 18px;
    position: absolute;
    content: "";
    top: 3px;
    right: -34px;
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1399.98px) {
    .gm_topbar_suport::after {
        right: -29px;
    }
}

.gm_topbar_suport .item-single {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
}

.gm_topbar_suport .item-single svg {
    padding: 1px .5px;
    width: 20px;
    height: 20px;
}

.gm_topbar_suport .item-single svg path {
    stroke-width: .2px;
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}

.gm_header_select {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2px;
}

.gm_header_select svg {
    padding: 1px .5px;
    width: 20px;
    height: 20px;
}

.gm_header_select svg path {
    stroke-width: .2px;
    fill: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
}

.gm_header_select select {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    padding: inherit;
    appearance: auto;
    background-image: none;
    min-height: initial;
}

.gm_header_select select option {
    color: var(--gm-primary-color);
}

.gm_header_wrapper {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gm_header_wrapper .logo {
    position: relative;
    padding: 28px 41px 27px 0;
    z-index: 3;
}

.gm_header_wrapper .logo::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
}

@media (max-width: 575.98px) {
    .gm_header_wrapper .logo {
        padding: 21px 19px 21px 0;
    }
}

.gm_mainFRow > [class^="col-"]:nth-child(1) {
    width: 219px;
}

@media (max-width: 575.98px) {
    .gm_mainFRow > [class^="col-"]:nth-child(1) {
        width: 195px;
    }
}

.gm_mainFRow > [class^="col-"]:nth-child(2) {
    width: calc(66.66666667% + 2.44%);
}

@media (max-width: 1600px) {
    .gm_mainFRow > [class^="col-"]:nth-child(2) {
        width: calc(63.666667% + 0%);
    }
}

@media (max-width: 1399.98px) {
    .gm_mainFRow > [class^="col-"]:nth-child(2) {
        width: calc(100% - (20.625% + 219px));
    }
}

@media (max-width: 1600px) {
    .gm_mainFRow > [class^="col-"]:nth-child(3) {
        width: 20.625%;
    }
}

@media (max-width: 1600px) {
    .gm_mainFRow {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gm_navmenu02 {
    text-align: center;
}

.gm_navmenu02 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 44px;
}

@media (max-width: 1399.98px) {
    .gm_navmenu02 > ul {
        gap: 25px;
    }
}

.gm_navmenu02 > ul > li > a {
    text-transform: uppercase;
}

.gm_navmenu02 ul {
    text-align: left;
}

.gm_navmenu02 ul li {
    display: inline-block;
}

.gm_navmenu02 ul li a {
    display: inline-block;
    padding: 32px 25px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.gm_navmenu02 ul li.has-submenu {
    position: relative;
}

.gm_navmenu02 ul li.has-submenu > a {
    position: relative;
}

.gm_navmenu02 ul li.has-submenu > a::after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 5px;
    top: 32px;
    font-size: 13px;
    color: var(--white-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background-color: var(--white-color);
    z-index: 10;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li {
    display: block;
    padding: 10px 24px;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li a {
    color: var(--gm-primary-color);
    padding: 10px 24px;
    font-size: 16px;
    position: relative;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li a::after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--gm-secondary-color);
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li > a:hover {
    color: var(--gm-secondary-color);
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li.has-submenu::after {
    content: '\f105';
    top: 10px;
    color: var(--gm-primary-color);
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li.has-submenu > .submenu-wrapper {
    content: '\f105';
    position: absolute;
    left: 100%;
    top: 10px;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li.has-submenu:hover > .submenu-wrapper {
    top: 0;
}

.gm_navmenu02 ul li.has-submenu:hover > .submenu-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.gm_navmenu02 ul li.has-submenu:hover > .gm_megamenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.gm_navmenu02 ul li.has-submenu:hover > a::after {
    color: var(--gm-secondary-color);
}

.gm_navmenu02 ul li.has-submenu.has-megamenu {
    position: static;
}

.gm_navmenu02 ul li:hover > a {
    color: var(--gm-secondary-color);
}

.gm_navmenu02 ul li:hover > a::after {
    color: var(--gm-secondary-color);
}

header .has-megamenu {
    position: static;
}

.gm_megamenu {
    background: var(--white-color);
    min-width: inherit;
    width: 100%;
    min-width: 100%;
    top: calc(100% + 10px);
    left: 0;
    z-index: 999;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    position: absolute;
    border-top: 1px solid #DBDBDB;
}

.gm_megamenu .header-submenu-wrapper {
    margin-top: 0;
    border-radius: 0 0 2.4rem 2.4rem;
}

.gm_megamenu .header-submenu-wrapper::after {
    display: none;
}

.gm_megamenu .header-megamenu-wrapper {
    padding: 4rem 0;
}

.gm_megamenu .header-megamenu-title {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: var(--heading-color);
    padding: 0;
    display: block;
    text-align: left;
    margin-bottom: 18px;
}

.gm_megamenu .header-megamenu-list {
    --color-border: rgba(0, 0, 0, 0.1);
    padding-bottom: 4rem;
    border-left: 0.1rem solid var(--color-border);
    padding-left: 1.4rem;
}

.gm_megamenu .header-megamenu-list:last-child {
    padding-bottom: 0;
}

.gm_megamenu .header-megamenu-list ul li {
    display: block;
}

.gm_megamenu .header-megamenu-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.gm_megamenu .header-megamenu-list ul li a {
    color: var(--gm-primary-color);
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    display: inline-block;
}

.gm_megamenu .header-megamenu-list ul li:last-child {
    margin-bottom: 0;
}

.gm_megamenu .header-megamenu-list ul li .badge {
    font-size: 14px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 4px;
    border: 0;
    font-weight: 400;
}

.gm_megamenu .header-megamenu-list ul li .badge.sale {
    background: var(--gm-primary-color);
    color: var(--white-color);
}

.gm_megamenu .header-megamenu-list ul li:hover a {
    --color-foreground: var(--gm-primary-color);
    background: transparent;
    color: var(--gm-primary-color);
}

.gm_megamenu .header-megamenu-banner .banner-title {
    margin-bottom: 1.6rem;
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .gm_megamenu .header-megamenu-banner .banner-title {
        font-size: 22px;
    }
}

.gm_megamenu .header-megamenu-banner .megamenu-banner-image {
    border-radius: 12px;
    max-width: 100%;
}

.gm_megamenu .header-megamenu-banner .banner-text {
    margin-top: 26px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--body-font);
    line-height: 24px;
}

.gm_megamenu .header-megamenu-banner .banner-text .single-button {
    padding: 0;
    font-weight: 600;
    margin-top: 8px;
    color: var(--heading-color);
    display: inline-block;
}

.gm_megamenu .header-megamenu-banner .banner-text .single-button:hover {
    color: var(--gm-secondary-color);
}

.gm_header_right {
    gap: 52px;
}

@media (max-width: 1320px) {
    .gm_header_right {
        gap: 40px;
    }
}

@media (max-width: 1199.98px) {
    .gm_header_right {
        gap: 35px;
    }
}

@media (max-width: 575.98px) {
    .gm_header_right {
        gap: 12px;
    }
}

.gm_header_right > div + div {
    position: relative;
}

.gm_header_right > div + div::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: var(--border-color);
}

@media (max-width: 1460px) {
    .gm_header_right > div + div::before {
        left: -7px;
    }
}

.cart_count {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    color: var(--white-color);
    background: var(--gm-secondary-color);
    padding: 1px 5px;
    position: absolute;
    right: -12px;
    top: 0;
}

.gm_user_links {
    padding: 23.5px 0;
}

@media (max-width: 575.98px) {
    .gm_user_links {
        padding: 16.5px 0;
    }
}

.gm_user_links button {
    color: var(--white-color);
    font-size: 14px;
    padding: 9px;
    width: 42px;
    height: 42px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    background: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gm_user_links button:hover {
    color: var(--gm-secondary-color);
}

.gm_user_links button:hover svg {
    fill: var(--gm-secondary-color);
}

.gm_user_links button:hover svg path {
    fill: var(--gm-secondary-color);
}

.gm_user_links .user-menu {
    min-width: 220px;
    padding: 8px 0;
    background-color: var(--white-color);
    top: calc(100px + 10px);
    left: 0;
    -webkit-box-shadow: var(--shadow-light);
    box-shadow: var(--shadow-light);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    z-index: 10;
}

.gm_user_links .user-menu li {
    display: block;
}

.gm_user_links .user-menu li a {
    display: block;
    padding: 7px 24px;
    color: var(--gm-primary-color);
}

.gm_user_links .user-menu li a:hover {
    color: var(--gm-secondary-color);
    padding-left: 30px;
}

.gm_user_links:hover .user-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media (max-width: 1460px) {
    .gm_user_links .user-menu {
        min-width: 180px;
        max-width: 180px;
    }
}

.user-wishlist {
    position: relative;
    padding: 23.5px 0;
}

@media (max-width: 575.98px) {
    .user-wishlist {
        padding: 16.5px 0;
    }
}

.user-wishlist a {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-wishlist a:hover {
    color: var(--gm-secondary-color);
}

.user-wishlist a:hover svg {
    fill: var(--gm-secondary-color);
}

.user-wishlist a:hover svg path {
    fill: var(--gm-secondary-color);
}

.user-cart {
    position: relative;
    padding: 23.5px 0;
    padding-right: 12px;
}

@media (max-width: 575.98px) {
    .user-cart {
        padding: 16.5px 0;
        padding-right: 12px;
    }
}

.user-cart .cart-btn {
    color: var(--white-color);
    font-size: 16px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    display: inline-block;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.user-cart .cart-btn:hover {
    color: var(--gm-secondary-color);
}

.user-cart .cart-btn:hover svg {
    fill: var(--gm-secondary-color);
}

.user-cart .cart-btn:hover svg path {
    fill: var(--gm-secondary-color);
}

.user-cart:hover .header-cart-box {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-link {
    color: var(--white-color);
    padding: 24px 15px;
}

.header-link:hover {
    color: var(--gm-secondary-color);
}

.gmhd_toggle.gm_menu_toggler {
    top: 3px;
    position: relative;
}

.gmhd_toggle.gm_menu_toggler span {
    background: var(--color-background);
}

/*************** header style 2 *****************/
.gm_header_section02 {
    position: relative;
}

@media (max-width: 1199.98px) {
    .gm_header_section02 .container {
        max-width: 100% !important;
    }
}

.whiteLogoSticky {
    display: none;
}

@media (max-width: 991.98px) {
    .whiteLogoSticky {
        display: block !important;
    }
}

.gm_header_section02.sticky-on {
    background: var(--primary-bg-color);
}

.gm_header_section02.sticky-on .gm_topbar02,
.gm_header_section02.sticky-on .gm_headerMiddle {
    display: none !important;
}

.gm_header_section02.sticky-on .gm_header_wrapper02 .logo {
    display: block !important;
    margin-right: 60px;
}

@media (max-width: 767.98px) {
    .gm_header_section02.sticky-on .gm_header_wrapper02 .logo {
        margin-right: 0;
    }
}

.gm_header_section02.sticky-on .gm_header_wrapper02 [class^="col-"]:nth-child(2) .logo {
    display: none !important;
}

@media (max-width: 991.98px) {
    .gm_header_section02.sticky-on .gm_header_wrapper02 [class^="col-"]:nth-child(2) .whiteLogoSticky {
        display: block !important;
    }
}

.gm_header_section02.sticky-on .gm_header_wrapper02 div.col-xl-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex !important;
}

@media (max-width: 991.98px) {
    .gm_header_section02.sticky-on .gm_header_wrapper02 div.col-xl-9 {
        display: none !important;
    }
}

.gm_header_section02.sticky-on .gm_header_wrapper02 .gm_navmenu02 ul {
    gap: 50px;
}

@media (max-width: 1320px) {
    .gm_header_section02.sticky-on .gm_header_wrapper02 .gm_navmenu02 ul {
        gap: 28px;
    }
}

@media (max-width: 1199.98px) {
    .gm_header_section02.sticky-on .gm_header_wrapper02 .gm_navmenu02 ul {
        gap: 28px;
    }
}

@media (max-width: 1199.98px) {
    .gm_header_section02.sticky-on .gm_header_wrapper02 .gm_navmenu02 ul li a {
        font-size: 16px;
    }
}

.gm_header_section02.sticky-on .gm_header_wrapper02 .gm_megamenu02 {
    left: -350px;
}

@media (max-width: 1199.98px) {
    .gm_header_section02.sticky-on .gm_header_wrapper02 .gm_megamenu02 {
        left: -311px;
    }
}

.gm_topbar02 {
    padding: 12px 0 13px;
    background: var(--gm-secondary-color);
}

.gm_topbar_info02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_topbar_info02 .item-single {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 95px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
}

@media (max-width: 1320px) {
    .gm_topbar_info02 .item-single {
        padding: 0 75px;
    }
}

@media (max-width: 1199.98px) {
    .gm_topbar_info02 .item-single {
        padding: 0 40px;
    }
}

.gm_topbar_info02 .item-single:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.gm_topbar_info02 .item-single:nth-last-child(1):after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.gm_topbar_info02 .item-single svg {
    fill: var(--white-color);
}

.gm_topbar_info02 .item-single svg path {
    fill: var(--white-color);
}

.gm_header_wrapper02 {
    position: relative;
    background: var(--primary-bg-color);
}

@media (max-width: 991.98px) {
    .gm_header_wrapper02 [class^="col-"]:nth-child(2) {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .gm_header_wrapper02 [class^="col-"]:nth-child(2) {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gm_navmenu02 {
    text-align: start;
}

.gm_navmenu02 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px;
}

@media (max-width: 1320px) {
    .gm_navmenu02 > ul {
        gap: 34px;
    }
}

@media (max-width: 1199.98px) {
    .gm_navmenu02 > ul {
        gap: 34px;
    }
}

.gm_navmenu02 > ul > li {
    cursor: pointer;
}

.gm_navmenu02 > ul > li > a {
    text-transform: uppercase;
}

.gm_navmenu02 ul {
    text-align: left;
}

.gm_navmenu02 ul li {
    display: inline-block;
}

.gm_navmenu02 ul li a {
    display: block;
    padding: 19px 22px 20px 0;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.gm_navmenu02 ul li.has-submenu {
    position: relative;
}

.gm_navmenu02 ul li.has-submenu > a {
    display: block;
    position: relative;
}

.gm_navmenu02 ul li.has-submenu > a::after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 4px;
    top: 20px;
    font-size: 13px;
    color: var(--white-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background-color: var(--primary-bg-color);
    z-index: 10;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li {
    display: block;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li a {
    color: var(--white-color);
    padding: 0;
    font-size: 16px;
    display: inline-block;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li.has-submenu > .submenu-wrapper {
    content: '\f105';
    position: absolute;
    left: calc(100% + 11px);
    top: 10px;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li.has-submenu > .submenu-wrapper::before {
    position: absolute;
    content: "";
    left: -7px;
    top: 16px;
    width: 15px;
    height: 15px;
    background: var(--white-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}

.gm_navmenu02 ul li.has-submenu > .submenu-wrapper li.has-submenu:hover > .submenu-wrapper {
    top: 0;
}

.gm_navmenu02 ul li.has-submenu:hover > .submenu-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.gm_navmenu02 ul li.has-submenu:hover > .gm_megamenu02 {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.gm_navmenu02 ul li.has-submenu.has-megamenu {
    position: static;
}

.gm_megamenu02 {
    position: absolute;
    background-color: var(--primary-bg-color);
    top: calc(100% + 10px);
    left: -160px;
    z-index: 10;
    width: 1290px;
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.gm_megamenu02 .megamenu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gm_megamenu02 .megamenu-row .megamenu-column {
    width: 15%;
}

.gm_megamenu02 .megamenu-row .megamenu-column.border-r {
    position: relative;
}

.gm_megamenu02 .megamenu-row .megamenu-column.border-r::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--light-stroke);
}

.gm_megamenu02 .megamenu-row .megamenu-column.banner {
    width: 20%;
}

.gm_megamenu02 .megamenu-row .megamenu-column .column-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--white-color);
}

.gm_megamenu02 .megamenu-row .megamenu-column .pages-list li {
    display: block;
}

.gm_megamenu02 .megamenu-row .megamenu-column .pages-list li a {
    padding: 9px 0;
    color: var(--white-color);
    font-weight: 500;
    font-size: 14px;
}

.gm_megamenu02 .megamenu-row .megamenu-column .pages-list li a:hover {
    color: var(--gm-secondary-color);
    padding-left: 6px;
}

@media (max-width: 1460px) {
    .gm_megamenu02 {
        left: -450px;
    }
}

@media (max-width: 1399.98px) {
    .gm_megamenu02 {
        width: 1166px;
        padding: 45px;
        left: -156px;
    }
}

@media (max-width: 1199.98px) {
    .gm_megamenu02 {
        width: 1000px;
        padding: 45px;
        left: -124px;
    }
}

/* MEGA MENU COLLECTION WRAPPER */
.megamenu-collection h4 {
    font-size: 20px;
    line-height: 28px;
    font-family: var(--heading-font);
    font-weight: 500;
    margin-bottom: 4px;
}

.megamenu-collection h4 a {
    padding: 0 !important;
    color: inherit !important;
    display: inline-block !important;
}

.megamenu-collection h4 a:hover {
    color: var(--gm-primary-color3);
}

.megamenu-collection p {
    --color-foreground: #464c5a;
    color: var(--color-foreground);
    font-family: var(--font-heading2);
}

.megamenu-collection:hover img:first-child {
    opacity: 0;
    visibility: hidden;
}

.megamenu-collection:hover img:last-child {
    opacity: 1;
    visibility: visible;
}

.megamenu-collection-image-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.megamenu-collection-image-wrapper img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.megamenu-collection-image-wrapper img:last-child {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

/* MEGA PRODUCTS  */
.megamenu-collection-product-list .product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 8rem auto;
    grid-template-columns: 8rem auto;
    -webkit-column-gap: 1.2rem;
    column-gap: 1.2rem;
    margin-bottom: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --product-image-radius: 12px;
}

@media screen and (min-width: 1400px) {
    .megamenu-collection-product-list .product {
        -ms-grid-columns: 8rem auto;
        grid-template-columns: 8rem auto;
    }
}

@media (max-width: 1199.98px) {
    .megamenu-collection-product-list .product {
        -ms-grid-columns: 6rem auto;
        grid-template-columns: 6rem auto;
    }
}

.megamenu-collection-product-list .product:last-child {
    margin-bottom: 0;
}

.megamenu-collection-product-list .product li,
.megamenu-collection-product-list .product h6 {
    margin: 1rem 0;
}

.megamenu-collection-product-list .product .product-image-wrapper {
    position: relative;
}

.megamenu-collection-product-list .product .product-image-wrapper a {
    padding: 0;
}

.megamenu-collection-product-list .product .product-image-wrapper .product-image {
    position: relative;
}

.megamenu-collection-product-list .product .product-image-wrapper .product-image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.megamenu-collection-product-list .product .product-image-wrapper .product-image img:last-child {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.megamenu-collection-product-list .product:hover .product-image img:first-child {
    opacity: 0;
    visibility: hidden;
}

.megamenu-collection-product-list .product:hover .product-image img:last-child {
    opacity: 1;
    visibility: visible;
}

.megamenu-collection-product-list .product .item-content h6 {
    font-size: 16px;
    font-family: var(--heading-font2);
    font-weight: 700;
    margin: 0;
}

.megamenu-collection-product-list .product .item-content h6 a {
    padding: 0 !important;
    color: inherit;
    font-family: inherit;
    margin: 8px 0;
    font-size: inherit;
}

.megamenu-collection-product-list .product .item-content h6 a:hover {
    color: var(--gm-primary-color3);
}

.megamenu-collection-product-list .product .item-content .product-price {
    font-size: 14px;
    font-family: var(--primary-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
}

.megamenu-collection-product-list .product .item-content .rating-star-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2px;
}

.megamenu-collection-product-list h6 a {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    margin: 0.8rem 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.megamenu-collection-product-list .product-price {
    font-size: 1.4rem;
}

.gm_hd_search {
    padding: 20px 24px;
    background: var(--gm-secondary-color);
    max-width: 278px;
    display: inline-block;
}

.gm_hd_search input[type="search"] {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--white-color);
    background: transparent;
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
    width: calc(100% - 26px);
    padding: 1px 2px;
}

.gm_hd_search input[type="search"]::-webkit-input-placeholder {
    color: var(--white-color);
}

.gm_hd_search input[type="search"]:-ms-input-placeholder {
    color: var(--white-color);
}

.gm_hd_search input[type="search"]::-ms-input-placeholder {
    color: var(--white-color);
}

.gm_hd_search input[type="search"]::placeholder {
    color: var(--white-color);
}

.gm_hd_search button {
    position: relative;
    padding: 0;
    color: var(--primary-bg-color);
}

.gm_hd_search button svg {
    fill: var(--white-color);
}

.gm_hd_search button svg path {
    fill: var(--white-color);
}

.gm_hd_search button:hover {
    color: var(--primary-bg-color);
}

.gm_hd_search button:hover svg {
    fill: var(--gm-primary-color);
}

.gm_hd_search button:hover svg path {
    fill: var(--gm-primary-color);
}

.gm_headerMiddle {
    padding: 24px 0 28px;
}

.gm_headerMiddle [class^="col-"]:nth-child(1) {
    width: 23%;
}

.gm_headerMiddle [class^="col-"]:nth-child(2) {
    width: 77%;
}

@media (max-width: 991.98px) {
    .gm_headerMiddle [class^="col-"]:nth-child(2) {
        width: 100%;
    }
}

.gm_hd2Info_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 56px;
}

@media (max-width: 1199.98px) {
    .gm_hd2Info_wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .gm_hd2Info_wrap {
        gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .gm_hd2Info_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gm_hd2Info_wrap > * {
    min-width: 278px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gm_hd2Info_wrap .item-single {
    padding-left: 58px;
    position: relative;
}

.gm_hd2Info_wrap .item-single > span {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: rgba(255, 88, 36, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gm_hd2Info_wrap .item-single > span i {
    color: var(--gm-secondary-color);
}

.gm_hd2Info_wrap .item-single > span svg {
    fill: var(--gm-secondary-color);
}

.gm_hd2Info_wrap .item-single > span svg path {
    fill: var(--gm-secondary-color);
}

.gm_hd2Info_wrap .item-single h3 {
    font-family: --body-font;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: up;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.gm_hd2Info_wrap .item-single p,
.gm_hd2Info_wrap .item-single a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin: 0;
    color: var(--text-color);
}

.gm_hd2Info_wrap .item-single a:hover {
    color: var(--gm-secondary-color);
}



@media (max-width: 991.98px) {
    .gm_header_right02 {
        gap: 12px;
    }
}

.gm_header_right02 .gm_menu_toggler {
    width: 40px;
    display: inline-block;
}

.gm_header_right02 .gm_menu_toggler span {
    width: 100%;
    height: 2px;
    background-color: var(--white-color);
    display: block;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    position: relative;
    z-index: 1;
}

.gm_header_right02 .gm_menu_toggler span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    background-color: var(--gm-secondary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_header_right02 .gm_menu_toggler span + span {
    margin-top: 6px;
}

.gm_header_right02 .gm_menu_toggler span:nth-child(1)::before, .gm_header_right02 .gm_menu_toggler span:nth-child(3)::before {
    right: 0;
    left: auto;
}

.gm_header_right02 .gm_menu_toggler:hover span::before {
    right: 0;
    left: auto;
    width: 100%;
}

.gm_header_right02 .gm_menu_toggler:hover span:nth-child(1)::before, .gm_header_right02 .gm_menu_toggler:hover span:nth-child(3)::before {
    left: 0;
    right: auto;
}

/*************** header style 3 *****************/
.gm_header_section03 {
    position: relative;
}

@media (max-width: 1199.98px) {
    .gm_header_section03 .container {
        max-width: 100% !important;
    }
}

.gm_header_section03.sticky-on {
    background: var(--color-shade-background);
}

.gm_topbar03 {
    padding: 12px 0 13px;
    background: var(--primary-bg-color);
}

.gm_topbar_info03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_topbar_info03 .item-single {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 95px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
}

@media (max-width: 1320px) {
    .gm_topbar_info03 .item-single {
        padding: 0 75px;
    }
}

@media (max-width: 1199.98px) {
    .gm_topbar_info03 .item-single {
        padding: 0 48px;
    }
}

.gm_topbar_info03 .item-single:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.gm_topbar_info03 .item-single:nth-last-child(1):after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.gm_topbar_info03 .item-single svg {
    fill: rgba(255, 255, 255, 0.7);
}

.gm_topbar_info03 .item-single svg path {
    fill: rgba(255, 255, 255, 0.7);
}

.gm_header_wrapper03 {
    position: relative;
    border-bottom: 1px solid rgba(3, 21, 32, 0.1);
}

.gm_navmenu03 {
    text-align: center;
}

.gm_navmenu03 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.gm_navmenu03 > ul > li {
    cursor: pointer;
}

.gm_navmenu03 > ul > li > a {
    text-transform: uppercase;
}

.gm_navmenu03 ul {
    text-align: left;
}

.gm_navmenu03 ul li {
    display: inline-block;
}

.gm_navmenu03 ul li a {
    display: block;
    padding: 35px 25px;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.gm_navmenu03 ul li.has-submenu {
    position: relative;
}

.gm_navmenu03 ul li.has-submenu > a {
    display: block;
    position: relative;
}

.gm_navmenu03 ul li.has-submenu > a::after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 6px;
    top: 35px;
    font-size: 13px;
    color: var(--gm-primary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background-color: var(--primary-bg-color);
    z-index: 10;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper li {
    display: block;
    padding: 10px 24px;
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper li a {
    color: var(--white-color);
    font-size: 16px;
    padding: 0;
    position: relative;
    display: inline-block;
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper li a::after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--gm-secondary-color);
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper li a:hover {
    color: var(--gm-secondary-color);
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper li.has-submenu > .submenu-wrapper {
    content: '\f105';
    position: absolute;
    left: calc(100% + 11px);
    top: 10px;
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper li.has-submenu > .submenu-wrapper::before {
    position: absolute;
    content: "";
    left: -7px;
    top: 16px;
    width: 15px;
    height: 15px;
    background: var(--white-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}

.gm_navmenu03 ul li.has-submenu > .submenu-wrapper li.has-submenu:hover > .submenu-wrapper {
    top: 0;
}

.gm_navmenu03 ul li.has-submenu:hover > .submenu-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.gm_navmenu03 ul li.has-submenu:hover > .gm_megamenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.gm_navmenu03 ul li.has-submenu:hover > a::after {
    color: var(--gm-secondary-color);
}

.gm_navmenu03 ul li.has-submenu.has-megamenu {
    position: static;
}

.gm_navmenu03 ul li:hover > a {
    color: var(--gm-secondary-color);
}

.gm_navmenu03 ul li:hover::after {
    color: var(--gm-secondary-color);
}

.gm_megamenu03 {
    position: absolute;
    background-color: var(--primary-bg-color);
    top: calc(100% + 10px);
    left: -450px;
    z-index: 10;
    width: 1290px;
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.gm_megamenu03 .megamenu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gm_megamenu03 .megamenu-row .megamenu-column {
    width: 15%;
}

.gm_megamenu03 .megamenu-row .megamenu-column.border-r {
    position: relative;
}

.gm_megamenu03 .megamenu-row .megamenu-column.border-r::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--light-stroke);
}

.gm_megamenu03 .megamenu-row .megamenu-column.banner {
    width: 20%;
}

.gm_megamenu03 .megamenu-row .megamenu-column .column-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--white-color);
}

.gm_megamenu03 .megamenu-row .megamenu-column .pages-list li {
    display: block;
}

.gm_megamenu03 .megamenu-row .megamenu-column .pages-list li a {
    padding: 9px 0;
    color: var(--white-color);
    font-weight: 500;
    font-size: 14px;
}

.gm_megamenu03 .megamenu-row .megamenu-column .pages-list li a:hover {
    color: var(--gm-secondary-color);
    padding-left: 6px;
}

@media (max-width: 1460px) {
    .gm_megamenu03 {
        left: -450px;
    }
}

@media (max-width: 1399.98px) {
    .gm_megamenu03 {
        width: 1166px;
        padding: 45px;
        left: -389px;
    }
}

.gm_header_right03 {
    gap: 15px;
}

@media (max-width: 575.98px) {
    .gm_header_right03 {
        gap: 20px;
    }
}

.gm_header_right03 > div + div {
    position: relative;
}

.gm_header_right03 > div + div::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: var(--border-color);
}

@media (max-width: 1460px) {
    .gm_header_right03 > div + div::before {
        left: -7px;
    }
}

.gm_hd_search02 {
    position: relative;
    padding: 35.5px 0;
    padding-right: 17px;
}

.gm_hd_search02 button {
    border: unset;
    outline: unset;
    padding: 0 1.5px;
}

.gm_hd_search02 button svg {
    fill: var(--gm-primary-color);
}

.gm_hd_search02 button svg path {
    fill: var(--gm-primary-color);
}

.gm_hd_search02 button:hover {
    color: var(--gm-secondary-color);
}

.gm_hd_search02 button:hover svg {
    fill: var(--gm-secondary-color);
}

.gm_hd_search02 button:hover svg path {
    fill: var(--gm-secondary-color);
}

.cart_count03 {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: var(--white-color);
    background: var(--gm-secondary-color);
    padding: 2px 6.1px;
    position: absolute;
    right: -17px;
    top: -12px;
    border-radius: 50%;
}

.gm_user_links03 {
    padding: 35.5px 0;
    padding-right: 17px;
}

@media (max-width: 575.98px) {
    .gm_user_links03 {
        padding: 26.5px 0;
    }
}

.gm_user_links03 button {
    color: var(--white-color);
    font-size: 14px;
    padding: 0px;
    width: 24px;
    height: 24px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    background: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gm_user_links03 button svg {
    fill: var(--gm-primary-color);
}

.gm_user_links03 button svg path {
    fill: var(--gm-primary-color);
}

.gm_user_links03 button:hover {
    color: var(--gm-secondary-color);
}

.gm_user_links03 button:hover svg {
    fill: var(--gm-secondary-color);
}

.gm_user_links03 button:hover svg path {
    fill: var(--gm-secondary-color);
}

.gm_user_links03 .user-menu {
    min-width: 220px;
    padding: 8px 0;
    background-color: var(--gm-primary-color);
    top: calc(100px + 10px);
    left: 0;
    -webkit-box-shadow: var(--shadow-light);
    box-shadow: var(--shadow-light);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    z-index: 10;
}

.gm_user_links03 .user-menu li {
    display: block;
}

.gm_user_links03 .user-menu li a {
    display: block;
    padding: 7px 24px;
    color: var(--white-color);
}

.gm_user_links03 .user-menu li a:hover {
    color: var(--gm-secondary-color);
    padding-left: 30px;
}

.gm_user_links03:hover .user-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@media (max-width: 1460px) {
    .gm_user_links03 .user-menu {
        min-width: 180px;
        max-width: 180px;
    }
}

.user-wishlist03 {
    position: relative;
    padding: 35.5px 0;
    padding-right: 17px;
}

@media (max-width: 575.98px) {
    .user-wishlist03 {
        padding: 26.5px 0;
    }
}

.user-wishlist03 a {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.user-wishlist03 a svg {
    fill: var(--gm-primary-color);
}

.user-wishlist03 a svg path {
    fill: var(--gm-primary-color);
}

.user-wishlist03 a:hover {
    color: var(--gm-secondary-color);
}

.user-wishlist03 a:hover svg {
    fill: var(--gm-secondary-color);
}

.user-wishlist03 a:hover svg path {
    fill: var(--gm-secondary-color);
}

.user-cart03 {
    position: relative;
    padding: 35.5px 0;
    padding-right: 17px;
}

@media (max-width: 575.98px) {
    .user-cart03 {
        padding: 26.5px 0;
    }
}

.user-cart03 .cart-btn {
    color: var(--white-color);
    font-size: 16px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.user-cart03 .cart-btn svg {
    fill: var(--gm-primary-color);
}

.user-cart03 .cart-btn svg path {
    fill: var(--gm-primary-color);
}

.user-cart03 .cart-btn:hover {
    color: var(--gm-secondary-color);
}

.user-cart03 .cart-btn:hover svg {
    fill: var(--gm-secondary-color);
}

.user-cart03 .cart-btn:hover svg path {
    fill: var(--gm-secondary-color);
}

.user-cart03:hover .header-cart-box {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.gm_menu_toggler {
    width: 40px;
    display: inline-block;
}

.gm_menu_toggler span {
    width: 100%;
    height: 2px;
    background-color: var(--gm-primary-color);
    display: block;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    position: relative;
    z-index: 1;
}

.gm_menu_toggler span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    background-color: var(--gm-secondary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_menu_toggler span + span {
    margin-top: 6px;
}

.gm_menu_toggler span:nth-child(1)::before, .gm_menu_toggler span:nth-child(3)::before {
    right: 0;
    left: auto;
}

.gm_menu_toggler:hover span::before {
    right: 0;
    left: auto;
    width: 100%;
}

.gm_menu_toggler:hover span:nth-child(1)::before, .gm_menu_toggler:hover span:nth-child(3)::before {
    left: 0;
    right: auto;
}

.header-search .search-btn {
    color: var(--white-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.header-search .search-btn:hover {
    color: var(--gm-secondary-color);
}

.header-search .search-form {
    min-width: 320px;
    padding: 0 12px;
}

.header-search .search-form input {
    border: 1px solid var(--color-border);
}

.header-search .search-form .submit-btn {
    width: 55px;
    height: 53px;
    background-color: var(--gm-secondary-color);
    color: var(--white-color);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.header-search .search-form .submit-btn:hover {
    background-color: var(--gm-primary-color);
}

/******************** preloader ******************/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white-color);
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preloader h1 {
    font-family: var(--heading-font);
}

.preloader .preload-progress {
    width: 250px;
    height: 8px;
    border-radius: 30px;
}

.preloader .preload-progress span {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 30px;
    background-color: var(--gm-primary-color);
    -webkit-animation: 6s loading;
    animation: 6s loading;
}

/**************** scroll top button ***************/
.scroll-top-btn {
    width: 40px;
    height: 40px;
    background-color: var(--gm-primary-color);
    color: var(--white-color);
    border-radius: 3px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    font-size: 15px;
}

.scroll-top-btn:hover {
    background: var(--gm-secondary-color);
}

.template-btn {
    display: inline-block;
    font-weight: 500;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    padding: 0;
}

.template-btn.primary-btn {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
    position: relative;
    z-index: 1;
}

.template-btn.primary-btn::before, .template-btn.primary-btn::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--gm-secondary-color);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.template-btn.primary-btn::before {
    height: 0;
    width: 2px;
}

.template-btn.primary-btn::after {
    width: 0;
    height: 2px;
}

.template-btn.primary-btn span {
    padding: 14px 36px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.template-btn.primary-btn span::before, .template-btn.primary-btn span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--gm-secondary-color);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.template-btn.primary-btn span::before {
    width: 2px;
    height: 0;
}

.template-btn.primary-btn span::after {
    width: 0;
    height: 2px;
}

.template-btn.primary-btn:hover {
    background-color: transparent;
    color: var(--gm-secondary-color);
}

.template-btn.primary-btn:hover::before {
    height: 100%;
}

.template-btn.primary-btn:hover::after {
    width: 100%;
}

.template-btn.primary-btn:hover span::before {
    height: 100%;
}

.template-btn.primary-btn:hover span::after {
    width: 100%;
}

.template-btn.outline-btn {
    border: 1px solid var(--gm-primary-color);
    color: var(--gm-primary-color);
    background-color: transparent;
    position: relative;
}

.template-btn.outline-btn::before, .template-btn.outline-btn::after {
    content: '';
    position: absolute;
    background-color: var(--gm-secondary-color);
    left: 0;
    top: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.template-btn.outline-btn::before {
    width: 2px;
    height: 0;
}

.template-btn.outline-btn::after {
    width: 0;
    height: 2px;
}

.template-btn.outline-btn span {
    padding: 14px 36px;
    display: inline-block;
    position: relative;
}

.template-btn.outline-btn span::before, .template-btn.outline-btn span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--gm-secondary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.template-btn.outline-btn span::before {
    width: 0;
    height: 2px;
}

.template-btn.outline-btn span::after {
    width: 2px;
    height: 0;
}

.template-btn.outline-btn:hover {
    color: var(--gm-secondary-color);
    border-color: transparent;
}

.template-btn.outline-btn:hover::before {
    height: 100%;
}

.template-btn.outline-btn:hover::after {
    width: 100%;
}

.template-btn.outline-btn:hover span::before {
    width: 100%;
}

.template-btn.outline-btn:hover span::after {
    height: 100%;
}

.template-btn.outline-btn-white {
    border: 1px solid var(--white-color);
    color: var(--white-color);
    background-color: transparent;
    position: relative;
}

.template-btn.outline-btn-white::before, .template-btn.outline-btn-white::after {
    content: '';
    position: absolute;
    background-color: var(--gm-secondary-color);
    left: 0;
    top: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.template-btn.outline-btn-white::before {
    width: 2px;
    height: 0;
}

.template-btn.outline-btn-white::after {
    width: 0;
    height: 2px;
}

.template-btn.outline-btn-white span {
    padding: 14px 36px;
    display: inline-block;
    position: relative;
}

.template-btn.outline-btn-white span::before, .template-btn.outline-btn-white span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--gm-secondary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.template-btn.outline-btn-white span::before {
    width: 0;
    height: 2px;
}

.template-btn.outline-btn-white span::after {
    width: 2px;
    height: 0;
}

.template-btn.outline-btn-white:hover {
    color: var(--gm-secondary-color);
    border-color: transparent;
}

.template-btn.outline-btn-white:hover::before {
    height: 100%;
}

.template-btn.outline-btn-white:hover::after {
    width: 100%;
}

.template-btn.outline-btn-white:hover span::before {
    width: 100%;
}

.template-btn.outline-btn-white:hover span::after {
    height: 100%;
}

.template-btn.secondary-btn {
    background-color: var(--gm-secondary-color);
    color: var(--white-color);
    position: relative;
    z-index: 1;
}

.template-btn.secondary-btn::before, .template-btn.secondary-btn::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--gm-secondary-color);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.template-btn.secondary-btn::before {
    height: 0;
    width: 2px;
}

.template-btn.secondary-btn::after {
    width: 0;
    height: 2px;
}

.template-btn.secondary-btn span {
    padding: 14px 36px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.template-btn.secondary-btn span::before, .template-btn.secondary-btn span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--gm-secondary-color);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.template-btn.secondary-btn span::before {
    width: 2px;
    height: 0;
}

.template-btn.secondary-btn span::after {
    width: 0;
    height: 2px;
}

.template-btn.secondary-btn:hover {
    background-color: transparent;
    color: var(--gm-secondary-color);
}

.template-btn.secondary-btn:hover::before {
    height: 100%;
}

.template-btn.secondary-btn:hover::after {
    width: 100%;
}

.template-btn.secondary-btn:hover span::before {
    height: 100%;
}

.template-btn.secondary-btn:hover span::after {
    width: 100%;
}

.template-video-btn {
    width: 120px;
    height: 120px;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}

/*************** footer section start *****************/
.widget {
    position: relative;
}

.gm_widget_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.gm_about_widget {
    position: relative;
}

.gm_about_widget p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

@media (max-width: 1199.98px) {
    .gm_about_widget p {
        font-size: 16px;
        line-height: 25px;
    }
}

.gm_widget_nav li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--text-color);
    position: relative;
}

@media (max-width: 1199.98px) {
    .gm_widget_nav li a {
        font-size: 16px;
        line-height: 25px;
    }
}

.gm_widget_nav li a::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--gm-secondary-color);
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.gm_widget_nav li a:hover {
    color: var(--gm-secondary-color);
}

.gm_widget_nav li a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.gm_widget_nav li:not(:last-child) {
    margin-bottom: 24px;
}

.gm_singleAddress {
    position: relative;
    margin-bottom: 24px;
}

.gm_singleAddress a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--text-color);
}

@media (max-width: 1199.98px) {
    .gm_singleAddress a {
        font-size: 16px;
        line-height: 25px;
    }
}

.gm_singleAddress a:hover {
    color: var(--gm-secondary-color);
}

.gm_singleAddress.tel a {
    color: var(--gm-primary-color);
    font-weight: 600;
}

.gm_singleAddress.tel a:hover {
    color: var(--gm-secondary-color);
}

.mainWidget {
    margin-bottom: 136px;
}

@media (max-width: 1199.98px) {
    .mainWidget {
        margin-bottom: 100px;
    }
}

@media (max-width: 991.98px) {
    .mainWidget [class^="col-"]:nth-child(1) {
        width: 40%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget [class^="col-"]:nth-child(1) {
        width: 100%;
    }
}

.mainWidget [class^="col-"]:nth-child(2) {
    width: 16%;
}

@media (max-width: 991.98px) {
    .mainWidget [class^="col-"]:nth-child(2) {
        width: 30%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget [class^="col-"]:nth-child(2) {
        width: 100%;
    }
}

.mainWidget [class^="col-"]:nth-child(3) {
    width: 14.3%;
}

@media (max-width: 991.98px) {
    .mainWidget [class^="col-"]:nth-child(3) {
        width: 30%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget [class^="col-"]:nth-child(3) {
        width: 100%;
    }
}

.mainWidget [class^="col-"]:nth-child(4) {
    width: 19%;
}

@media (max-width: 991.98px) {
    .mainWidget [class^="col-"]:nth-child(4) {
        width: 30%;
    }
}

@media (max-width: 767.98px) {
    .mainWidget [class^="col-"]:nth-child(4) {
        width: 40%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget [class^="col-"]:nth-child(4) {
        width: 100%;
    }
}

.mainWidget [class^="col-"]:nth-child(5) {
    width: 25.7%;
}

@media (max-width: 991.98px) {
    .mainWidget [class^="col-"]:nth-child(5) {
        width: 40%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget [class^="col-"]:nth-child(5) {
        width: 100%;
    }
}

.gm_footerBtm_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: var(--color-shade-background);
    padding: 18px 24px 19px;
}

@media (max-width: 767.98px) {
    .gm_footerBtm_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.gm_footerBtm_wrap .gm_footerPaymets {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

.gm_footerBtm_wrap .gm_footerPaymets label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-heading);
    text-transform: capitalize;
}

.gm_footerBtm_wrap .gm_footerPaymets .gm_fPayments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

.gm_footerBtm_wrap .gm_footerPaymets .gm_fPayments a {
    position: relative;
    display: inline-block;
}

.gm_footerBtm_wrap .gm_footerPaymets .gm_fPayments a:hover {
    opacity: .8;
}

.gm_footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
}

@media (max-width: 1199.98px) {
    .gm_footer_social {
        gap: 24px;
    }
}

.gm_footer_social label {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 0.05em;
    color: var(--color-heading);
}

.gm_footer_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
}

.gm_footer_social ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--gm-primary-color);
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 1199.98px) {
    .gm_footer_social ul li a {
        font-size: 16px;
        line-height: 27px;
    }
}

.gm_footer_social ul li a:hover {
    color: var(--gm-secondary-color);
}

.gm_footer_social ul li a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    right: -13px;
    top: 5.5px;
    background: rgba(3, 21, 32, 0.2);
}

.gm_footer_social ul li:last-child a::after {
    display: none;
}

.gm_coppyright {
    padding: 16px;
}

.gm_coppyright p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color);
    margin: 0;
}

@media (max-width: 767.98px) {
    .gm_coppyright p {
        text-align: center;
    }
}

/**************** footer style 2 ****************/
.mainWidget_ft02 {
    margin-bottom: 136px;
}

@media (max-width: 1199.98px) {
    .mainWidget_ft02 {
        margin-bottom: 100px;
    }
}

.mainWidget_ft02 [class^="col-"]:nth-child(1) {
    width: 31.4%;
}

@media (max-width: 1199.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(1) {
        width: 32.4%;
    }
}

@media (max-width: 991.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(1) {
        width: 44.4%;
    }
}

@media (max-width: 767.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(1) {
        width: 60%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(1) {
        width: 100%;
    }
}

.mainWidget_ft02 [class^="col-"]:nth-child(2) {
    width: 26.7%;
}

@media (max-width: 1199.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(2) {
        width: 23.7%;
    }
}

@media (max-width: 991.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(2) {
        width: 30.7%;
    }
}

@media (max-width: 767.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(2) {
        width: 40%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(3) {
        width: 24.9%;
    }
}

@media (max-width: 767.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(3) {
        width: 40%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(3) {
        width: 100%;
    }
}

.mainWidget_ft02 [class^="col-"]:nth-child(4) {
    width: 25.235%;
}

@media (max-width: 1199.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(4) {
        width: 27.235%;
    }
}

@media (max-width: 991.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(4) {
        width: 44%;
    }
}

@media (max-width: 767.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(4) {
        width: 60%;
    }
}

@media (max-width: 575.98px) {
    .mainWidget_ft02 [class^="col-"]:nth-child(4) {
        width: 100%;
    }
}

.gm_footerBtm_wrap02 {
    padding: 19px 0;
    border-top: 1px solid rgba(3, 21, 32, 0.1);
}

@media (max-width: 991.98px) {
    .gm_footerBtm_wrap02 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.gm_about_widget02 .addressContent {
    margin-bottom: 2px;
}

.gm_about_widget02 .addressContent .gm_singleAddress:not(:last-child) {
    margin-bottom: 16px;
}

.gm_subscribe_widget {
    position: relative;
}

.gm_subscribe_widget .subsCribe-form .emailIntpu {
    width: calc(100% - 56px);
    border-bottom: 1px solid rgba(3, 21, 32, 0.1);
    margin-right: 8px;
}

.gm_subscribe_widget .subsCribe-form .emailIntpu svg {
    fill: var(--text-color);
    top: 21px;
    left: 1px;
}

.gm_subscribe_widget .subsCribe-form .emailIntpu svg path {
    stroke: var(--text-color);
    fill: var(--text-color);
    stroke-width: .05px;
}

.gm_subscribe_widget .subsCribe-form input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 0 13px 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    width: 100%;
    color: var(--text-color);
}

.gm_subscribe_widget .subsCribe-form input[type="email"]::-webkit-input-placeholder {
    color: var(--text-color);
}

.gm_subscribe_widget .subsCribe-form input[type="email"]:-ms-input-placeholder {
    color: var(--text-color);
}

.gm_subscribe_widget .subsCribe-form input[type="email"]::-ms-input-placeholder {
    color: var(--text-color);
}

.gm_subscribe_widget .subsCribe-form input[type="email"]::placeholder {
    color: var(--text-color);
}

.gm_subscribe_widget .subsCribe-form button[type="submit"] {
    color: var(--white-color);
    background: var(--primary-bg-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    padding: 10px;
    border: unset;
    position: relative;
    text-transform: uppercase;
    min-width: 56px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_subscribe_widget .subsCribe-form button[type="submit"] span {
    width: 56px;
    height: 56px;
}

.gm_subscribe_widget .subsCribe-form button[type="submit"]:hover {
    background: var(--gm-secondary-color);
}

.gm_footer_02 .gm_subscribe_widget input[type="email"] {
    background: transparent;
}

.gm_footer_02 .gm_subscribe_widget button[type="submit"] {
    background: var(--gm-secondary-color);
}

.gm_footer_02 .gm_subscribe_widget button[type="submit"] span {
    background: transparent;
}

.gm_footer_02 .gm_subscribe_widget button[type="submit"]:hover {
    background: var(--primary-bg-color);
}

.gm_footer_02 .gm_subscribe_widget button[type="submit"]:hover span {
    background: transparent;
}

/****************** offcanvus start **************/
.offcanvus-box {
    width: 425px;
    z-index: 100;
    top: 0;
    right: -430px;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.offcanvus-box.active {
    right: 0;
}

.offcanvus-box .offcanvus-close {
    position: absolute;
    left: 30px;
    top: 30px;
    color: var(--gm-primary-color);
}

.offcanvus-box .offcanvus-close:hover {
    color: var(--gm-secondary-color);
}

.offcanvus-box .content-top {
    text-align: center;
    padding: 120px 60px 100px;
}

.offcanvus-box .content-top p {
    line-height: 26px;
}

.offcanvus-box .offcanvus-gallery {
    padding: 0 40px;
    gap: 10px;
}

.offcanvus-box .offcanvus-gallery a {
    width: calc(33% - 6px);
    overflow: hidden;
}

.offcanvus-box .offcanvus-gallery a img {
    max-width: 100%;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.offcanvus-box .offcanvus-gallery a img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.offcanvus-box .offcanvus-newsletter {
    padding: 100px 40px;
}

.offcanvus-box .offcanvus-bottom {
    border-top: 1px solid var(--gray-color);
    padding: 20px 40px;
}

.offcanvus-box .user-links a {
    color: var(--gm-primary-color);
}

.offcanvus-box .user-links a:hover {
    color: var(--gm-secondary-color);
}

.language-switcher button {
    font-size: 15px;
}

.language-switcher button img {
    margin-right: 8px;
}

.language-switcher .dropdown-menu {
    border-radius: 0;
    border-color: var(--gray-color);
}

.language-switcher .dropdown-menu li + li {
    border-top: 1px solid var(--light-color);
}

.language-switcher .dropdown-menu li a {
    padding: 4px 12px;
    display: block;
    color: var(--gm-primary-color);
    font-size: 15px;
}

.language-switcher .dropdown-menu li a img {
    margin-right: 8px;
    max-width: 29px;
}

/************************ mobile menu start ****************/
.gm_mobile-menu {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -310px;
    background-color: var(--white-color);
    z-index: 60;
    padding: 60px 24px;
    overflow-y: scroll;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_mobile-menu .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--gm-primary-color);
}

.gm_mobile-menu .close:hover {
    color: var(--gm-secondary-color);
}

.gm_mobile-menu .logo {
    width: 100%;
    display: block;
    text-align: center;
}

.gm_mobile-menu .mobile-nav-menu {
    margin-top: 32px;
}

.gm_mobile-menu .mobile-nav-menu li {
    display: block;
}

.gm_mobile-menu .mobile-nav-menu li + li {
    border-top: 1px solid var(--color-border2);
}

.gm_mobile-menu .mobile-nav-menu li a {
    display: block;
    color: var(--gm-primary-color);
    padding: 10px 0;
}

.gm_mobile-menu .mobile-nav-menu li a:hover {
    color: var(--gm-secondary-color);
}

.gm_mobile-menu .mobile-nav-menu li.has-submenu {
    position: relative;
}

.gm_mobile-menu .mobile-nav-menu li.has-submenu > i {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 8px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    cursor: pointer;
}

.gm_mobile-menu .mobile-nav-menu li.has-submenu > i.icon-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gm_mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper {
    padding-left: 15px;
    display: none;
}

.gm_mobile-menu .mobile-search input {
    width: 100%;
    padding: 11px 12px;
    border-radius: 0;
}

.gm_mobile-menu .mobile-search button span {
    padding: 0;
    width: 50px;
    height: 50px;
    color: var(--white-color);
}

.gm_mobile-menu .mobile-search button:hover span {
    color: var(--gm-secondary-color);
}

.gm_mobile-menu.active {
    left: 0;
    -webkit-box-shadow: var(--color-shadow);
    box-shadow: var(--color-shadow);
}

.gm_mobile-menu::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

.gm_mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.gm_mobile-menu::-webkit-scrollbar-thumb {
    background-color: #E7E7E7;
    outline: 1px solid #E5DFDB;
    border-radius: 10px;
}

.gm_search_form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-bg-color);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_search_form .close {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 18px;
    color: var(--white-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gm-secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_search_form .close:hover {
    color: var(--gm-secondary-color);
    background: var(--color-background);
}

.gm_search_form form {
    background-color: var(--white-color);
    max-width: 385px;
    width: 100%;
}

@media (max-width: 460px) {
    .gm_search_form form {
        margin: 0 20px;
    }
}

.gm_search_form form input {
    background-color: var(--white-color);
    max-width: 360px;
    width: 100%;
    border: unset;
    padding: 10px 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.gm_search_form form button {
    border-left: 1px solid var(--light-stroke);
    width: 60px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    font-weight: 700;
}

.gm_search_form form button:hover {
    color: var(--gm-secondary-color);
}

.gm_search_form.active {
    opacity: 1;
    visibility: visible;
}

/************** header cart box *************/
.cart-drawer {
    top: 0;
    right: -390px;
    background-color: var(--white-color);
    z-index: 200;
    width: 380px;
    height: 100vh;
    padding: 30px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-drawer .cart-list {
    margin-top: 100px;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 15px;
}

.cart-drawer .cart-list::-webkit-scrollbar {
    display: none;
}

.cart-drawer li + li {
    margin-top: 20px;
}

.cart-drawer .feature-image {
    max-width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
}

.cart-drawer .feature-image img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.cart-drawer .feature-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.cart-drawer h6 {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.cart-drawer h6:hover {
    color: var(--gm-secondary-color);
}

.cart-drawer .quantity input {
    max-width: 50px;
    border: 1px solid var(--light-stroke);
    padding: 4px;
    text-align: center;
}

.cart-drawer .quantity .step-btns {
    width: 30px;
    height: 34px;
    border: 1px solid var(--light-stroke);
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.cart-drawer .quantity .step-btns::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: var(--light-stroke);
}

.cart-drawer .quantity .step-btns button {
    font-size: 10px;
    padding: 0;
    display: block;
}

.cart-drawer .close {
    font-size: 14px;
    color: var(--text-color);
}

.cart-drawer .close:hover {
    color: var(--gm-secondary-color);
}

.cart-drawer .drawer-close {
    font-size: 15px;
    color: var(--gm-primary-color);
}

.cart-drawer .drawer-close:hover {
    color: var(--gm-secondary-color);
}

.cart-drawer.active {
    right: 0;
}

@media (max-width: 460px) {
    .cart-drawer {
        width: 360px;
    }
}

/*========================/ Hero Section 01 /=========================== */
.gm_hero_section {
    position: relative;
    z-index: 1;
}

.gm_hero_section::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: auto;
    top: 0;
    right: 0;
    background: url(../images/hero/hero1-image-1.jpg) no-repeat 0 0/cover;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .gm_hero_section::after {
        display: none;
    }
}

.gm_hero_content {
    position: relative;
    padding: 132px 0 133px;
    z-index: 5;
}

@media (max-width: 991.98px) {
    .gm_hero_content {
        padding: 132px 0 0;
        max-width: 620px;
    }
}

@media (max-width: 575.98px) {
    .gm_hero_content {
        padding: 100px 0 0;
    }
}

.gm_hero_content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    text-align: left;
    color: var(--color-yellow);
    margin-bottom: 8px;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .gm_hero_content h4 {
        font-size: 20px;
        line-height: 27px;
    }
}

.gm_hero_content h2 {
    font-size: 96px;
    font-weight: 600;
    line-height: 115px;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 32px;
    text-transform: uppercase;
}

@media (max-width: 1320px) {
    .gm_hero_content h2 {
        font-size: 86px;
        line-height: 105px;
    }
}

@media (max-width: 1199.98px) {
    .gm_hero_content h2 {
        font-size: 70px;
        line-height: 89px;
    }
}

@media (max-width: 991.98px) {
    .gm_hero_content h2 {
        font-size: 60px;
        line-height: 71px;
    }
}

@media (max-width: 575.98px) {
    .gm_hero_content h2 {
        font-size: 52px;
        line-height: 63px;
    }
}

.gm_hero_content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 56px;
}

.gm_hero_content .gm_primary-btn:hover .gm_btn_text {
    color: var(--color-primary-button-hover);
}

.gm_hero_content .gm_primary-btn:hover .gm_btn_text > svg {
    fill: var(--color-primary-button-hover);
}

.gm_hero_content .gm_primary-btn:hover .gm_btn_text > svg path {
    fill: var(--color-primary-button-hover);
}

.gm_hero_content .gm_primary-btn .gm_btnShape {
    background: var(--color-primary-button-text);
}

.gm_heroR_pdImg {
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 50%;
    border: 8px solid var(--primary-bg-color);
    background: #FFC7A7;
    position: relative;
    -webkit-animation: circleMove 4s linear infinite;
    animation: circleMove 4s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -102px;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .gm_heroR_pdImg {
        margin-top: -30px;
        margin-right: 9%;
        margin-left: auto;
    }
}

@media (max-width: 575.98px) {
    .gm_heroR_pdImg {
        border-color: rgba(3, 21, 32, 0.8);
    }
}

.gm_heroR_pdImg img {
    -webkit-animation: circleImgMove 4s linear infinite;
    animation: circleImgMove 4s linear infinite;
}

@-webkit-keyframes circleMove {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes circleMove {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes circleImgMove {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes circleImgMove {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*========================/ Hero section 02 /=========================== */
.gm_hero_section02 {
    position: relative;
    background: var(--color-shade-background);
    padding-top: 96px;
    z-index: 2;
    overflow: hidden;
}

.gm_hero_section02::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: transparent;
    border: 6.5px solid rgba(255, 88, 36, 0.3);
    left: 44px;
    bottom: 45px;
    border-radius: 50%;
}

.gm_hero2_shape {
    position: absolute;
    bottom: 65px;
    right: 7%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .gm_hero2_shape {
        right: 2%;
    }
}

@media (min-width: 1601px) {
    .gm_hero2_shape {
        right: 13.5%;
    }
}

.gm_hero2_shape img {
    max-width: 100%;
    width: auto;
}

.gm_hero3R_pdImg {
    position: relative;
}

@media (max-width: 1199.98px) {
    .gm_hero3R_pdImg {
        text-align: center;
    }
}

.gm_hero3R_pdImg img {
    max-width: 100%;
    -webkit-clip-path: polygon(50% 0%, 100% 39%, 82.5% 100%, 17.5% 100%, 0% 39%);
    clip-path: polygon(50% 0%, 100% 39%, 82.5% 100%, 17.5% 100%, 0% 39%);
}

.gm_hero_content_02 {
    position: relative;
    padding: 0 0 96px;
}

.gm_hero_content_02 h4 {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--gm-secondary-color);
    margin: 0;
}

.gm_hero_content_02 h2 {
    font-size: 96px;
    font-weight: 600;
    line-height: 115px;
    margin-bottom: 56px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .gm_hero_content_02 h2 {
        font-size: 75px;
        line-height: 94px;
        margin-bottom: 46px;
    }
}

@media (max-width: 767.98px) {
    .gm_hero_content_02 h2 {
        font-size: 70px;
        line-height: 89px;
    }
}

@media (max-width: 460px) {
    .gm_hero_content_02 h2 {
        font-size: 56px;
        line-height: 68px;
    }
}

.gm_hero_content_02 [class^="col-"]:nth-child(1) {
    width: 235px;
}

@media (max-width: 460px) {
    .gm_hero_content_02 [class^="col-"]:nth-child(1) {
        width: 100%;
        margin-bottom: 25px;
    }
}

.gm_hero_content_02 [class^="col-"]:nth-child(2) {
    width: calc(100% - 235px);
}

@media (max-width: 460px) {
    .gm_hero_content_02 [class^="col-"]:nth-child(2) {
        width: 100%;
    }
}

.gm_hero_content_02 [class^="col-"]:nth-child(2) > * {
    margin-left: 10px;
}

.gm_hero_content_02 p {
    max-width: 315px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
    .gm_hero_content_02 p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 24px;
    }
}

@media (max-width: 460px) {
    .gm_hero_content_02 p {
        max-width: 100%;
        width: 100%;
    }
}

.gm_hero_review {
    max-width: 205px;
    width: 100%;
    background-color: var(--color-background);
    padding: 24px;
    -webkit-box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: inline-block;
}

.gm_hero_review h3 {
    font-size: 56px;
    font-weight: 600;
    line-height: 73px;
    margin: 0;
}

.gm_hero_review .gm_hero_review_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 32px;
    margin: 0;
}

.gm_hero_review .star-rating {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2px;
    margin-bottom: 8px;
    width: initial;
}
.gm_hero_review .star-rating::before {
    content: none;
}

.gm_hero_review .star-rating svg {
    fill: var(--gm-secondary-color);
    width: 20px;
    height: 20px;
}

.gm_hero_review .star-rating p {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 91%;
    height: 100%;
}

.gm_hero_review .star-rating p .fillSvg {
    min-width: 108px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    left: 0;
    position: absolute;
    gap: 2px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    fill: var(--gm-secondary-color);
    padding-top: 2px;
}
.gm_hero_review .star-rating p span.fillSvg:before {
    content: none;
}

.gm_hero_review .star-rating p svg {
    fill: var(--gm-secondary-color);
    width: 20px;
    height: 20px;
}

.gm_hero_review .star-rating p svg path {
    fill: var(--gm-secondary-color);
}

/*========================/ Hero section 03 /=========================== */
.gm_hero_section03 {
    min-height: 720px;
    background-attachment: scroll;
}

@media (max-width: 991.98px) {
    .gm_hero_section03 {
        background-size: auto;
        background-position: bottom right 14%;
    }
}

.gm_hero_content_03 {
    position: relative;
}

@media (max-width: 991.98px) {
    .gm_hero_content_03 {
        padding: 100px 0 60px;
        max-width: 620px;
    }
}

.gm_hero_content_03 h2 {
    font-size: 96px;
    font-weight: 600;
    line-height: 115px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
    .gm_hero_content_03 h2 {
        font-size: 70px;
        line-height: 81px;
    }
}

@media (max-width: 991.98px) {
    .gm_hero_content_03 h2 {
        font-size: 60px;
        line-height: 71px;
    }
}

@media (max-width: 575.98px) {
    .gm_hero_content_03 h2 {
        font-size: 52px;
        line-height: 63px;
    }
}

.gm_hero_content_03 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 64px;
}

.gm_heroRcol_03 {
    position: relative;
    padding-top: 200px;
}

.gm_hero_thumb_03 {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.gm_hero_thumb_03 img {
    margin-top: -9px;
    margin-left: 5px;
}

@media (max-width: 575.98px) {
    .gm_hero_thumb_03 img {
        margin-left: -37px;
    }
}

.gm_hero_right_content_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
    position: relative;
    z-index: 3;
    margin-bottom: 45px;
}

.gm_hero_right_content_03 i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-shadow: var(--color-shadow);
    box-shadow: var(--color-shadow);
    margin-left: 57px;
    cursor: pointer;
    -webkit-animation: bundle-product-toggler-pulse 3s infinite;
    animation: bundle-product-toggler-pulse 3s infinite;
}

.gm_hero_right_content_03.gm_nthChild2 {
    margin-left: 338px;
}

@media (max-width: 1199.98px) {
    .gm_hero_right_content_03.gm_nthChild2 {
        margin-left: 220px;
    }
}

@media (max-width: 991.98px) {
    .gm_hero_right_content_03.gm_nthChild2 {
        margin-left: 338px;
    }
}

@media (max-width: 575.98px) {
    .gm_hero_right_content_03.gm_nthChild2 {
        margin-left: 120px;
    }
}

.gm_hero_right_content_03.gm_nthChild3 {
    margin-left: 110px;
    margin-top: 65px;
}

.gm_hero_right_content_03.gm_nthChild3 .gm_hreoR_cnt_pdt {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media (max-width: 575.98px) {
    .gm_hero_right_content_03.gm_nthChild3 {
        margin-left: 40px;
    }
}

@-webkit-keyframes bundle-product-toggler-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 88, 36, 0.7);
        box-shadow: 0 0 0 0px rgba(255, 88, 36, 0.7);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2rem rgba(255, 88, 36, 0);
        box-shadow: 0 0 0 2rem rgba(255, 88, 36, 0);
    }
}

@keyframes bundle-product-toggler-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 88, 36, 0.7);
        box-shadow: 0 0 0 0px rgba(255, 88, 36, 0.7);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2rem rgba(255, 88, 36, 0);
        box-shadow: 0 0 0 2rem rgba(255, 88, 36, 0);
    }
}

.gm_hreoR_cnt_pdt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px 10px 70px;
    -webkit-box-shadow: var(--color-shadow);
    box-shadow: var(--color-shadow);
    position: relative;
    background: var(--color-background);
    min-width: 202px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.2s, opacity 0.2s;
    -o-transition: visibility 0.2s, opacity 0.2s;
    transition: visibility 0.2s, opacity 0.2s;
}

.gm_hreoR_cnt_pdt img {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.gm_hreoR_cnt_pdt h4 {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}

.gm_hreoR_cnt_pdt .gm_pd_price {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color);
}

.gm_hreoR_cnt_pdt.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.gm_iconbox01 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 32px;
    margin: 0;
}

@media (max-width: 1399.98px) {
    .gm_iconbox01 {
        padding: 26px;
    }
}

.gm_iconbox01__content {
    position: relative;
}

.gm_iconbox01__content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 4px;
}

@media (max-width: 1399.98px) {
    .gm_iconbox01__content h3 {
        font-size: 20px;
        line-height: 27px;
    }
}

@media (max-width: 1199.98px) {
    .gm_iconbox01__content h3 {
        font-size: 18px;
        line-height: 25px;
    }
}

.gm_iconbox01__content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--white-color);
    margin: 0;
}

@media (max-width: 1399.98px) {
    .gm_iconbox01__content p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 1199.98px) {
    .gm_iconbox01__content p {
        font-size: 15px;
        line-height: 24px;
    }
}

.gm_iconbox01__icon {
    position: absolute;
    top: 0;
    left: 32px;
    width: 64px;
    height: 64px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--color-yellow);
}

@media (max-width: 1399.98px) {
    .gm_iconbox01__icon {
        width: 54px;
        height: 54px;
        left: 24px;
    }
}

.gm_iconbox01.gm_icon-left {
    padding-left: 128px;
}

@media (max-width: 1399.98px) {
    .gm_iconbox01.gm_icon-left {
        padding-left: 100px;
    }
}

.gm_iconbox01.gm_icon-left .gm_iconbox01__content {
    text-align: left;
}

.gm_iconbox01.gm_icon-left .gm_iconbox01__icon {
    left: 32px;
    right: auto;
}

@media (max-width: 1399.98px) {
    .gm_iconbox01.gm_icon-left .gm_iconbox01__icon {
        left: 26px;
    }
}

.gm_iconbox01.gm_icon-right {
    padding-right: 128px;
}

@media (max-width: 1399.98px) {
    .gm_iconbox01.gm_icon-right {
        padding-right: 100px;
    }
}

.gm_iconbox01.gm_icon-right .gm_iconbox01__content {
    text-align: right;
}

.gm_iconbox01.gm_icon-right .gm_iconbox01__icon {
    right: 32px;
    left: auto;
}

@media (max-width: 1399.98px) {
    .gm_iconbox01.gm_icon-right .gm_iconbox01__icon {
        right: 26px;
    }
}

.gm_iconbox02 {
    position: relative;
    background-color: var(--color-background);
    padding: 0;
    margin: 0;
}

@media (max-width: 767.98px) {
    .gm_iconbox02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
    }
}

.gm_iconbox02__content {
    position: relative;
}

.gm_iconbox02__content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media (max-width: 1399.98px) {
    .gm_iconbox02__content h3 {
        font-size: 20px;
        line-height: 27px;
    }
}

.gm_iconbox02__content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}

@media (max-width: 1399.98px) {
    .gm_iconbox02__content p {
        font-size: 16px;
        line-height: 25px;
    }
}

.gm_iconbox02__icon {
    width: 64px;
    height: 64px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(255, 88, 36, 0.1);
    margin-bottom: 24px;
}

@media (max-width: 1399.98px) {
    .gm_iconbox02__icon {
        width: 54px;
        height: 54px;
    }
}

.gm_iconbox02.gm_icon-left .gm_iconbox02__content {
    text-align: left;
}

.gm_iconbox02.gm_icon-left .gm_iconbox02__icon {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.gm_iconbox02.gm_icon-center {
    text-align: center;
}

.gm_iconbox02.gm_icon-center .gm_iconbox02__content {
    text-align: center;
}

.gm_iconbox02.gm_icon-center .gm_iconbox02__icon {
    text-align: center;
}

.gm_iconbox02.gm_icon-right {
    text-align: right;
}

.gm_iconbox02.gm_icon-right .gm_iconbox02__content {
    text-align: right;
}

.gm_iconbox02.gm_icon-right .gm_iconbox02__icon {
    text-align: right;
}

.gm_iconbox03 {
    padding: 111px 48px 112px;
    background: var(--color-shade-background);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

@media (max-width: 1199.98px) {
    .gm_iconbox03 {
        padding: 75px 40px 75px;
    }
}

@media (max-width: 991.98px) {
    .gm_iconbox03 {
        padding: 85px 40px 105px;
    }
}

@media (max-width: 767.98px) {
    .gm_iconbox03 {
        max-width: 380px;
        margin: 0 auto;
    }
}

.gm_iconbox03__icon {
    width: 120px;
    height: 138px;
    background: var(--color-background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    margin: 0 auto;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 2;
}
span.gm_iconbox03__icon i {
    font-size: 48px;
}
.gm_iconbox03:hover .gm_iconbox03__icon i {
    color: var(--white-color);
}

@media (max-width: 1199.98px) {
    .gm_iconbox03__icon {
        margin-bottom: 20px;
    }
}

.gm_iconbox03__icon i {
    color: var(--gm-secondary-color);
    position: relative;
    z-index: 5;
}

.gm_iconbox03__icon svg {
    fill: var(--gm-secondary-color);
    position: relative;
    z-index: 5;
}

.gm_iconbox03__icon svg path {
    fill: var(--gm-secondary-color);
}

.gm_iconbox03__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home2/icon-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1;
    opacity: 0.3;
}

.gm_iconbox03__content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 4px;
    text-transform: uppercase;
    -webkit-transform: var(--transition-base);
    -ms-transform: var(--transition-base);
    transform: var(--transition-base);
}

@media (max-width: 1199.98px) {
    .gm_iconbox03__content h3 {
        font-size: 28px;
        line-height: 38px;
    }
}

.gm_iconbox03__content h3 a {
    color: inherit;
    font-size: inherit;
}

.gm_iconbox03__content h3 a:hover {
    color: var(--gm-secondary-color);
}

.gm_iconbox03__content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    margin: 0;
    color: var(--text-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_iconbox03:hover {
    background: var(--gm-secondary-color);
}

.gm_iconbox03:hover .gm_iconbox03__icon {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.gm_iconbox03:hover .gm_iconbox03__icon svg {
    fill: var(--white-color);
}

.gm_iconbox03:hover .gm_iconbox03__icon svg path {
    fill: var(--white-color);
}

.gm_iconbox03:hover .gm_iconbox03__content h3 {
    color: var(--white-color);
}

.gm_iconbox03:hover .gm_iconbox03__content h3 a:hover {
    color: var(--gm-primary-color);
}

.gm_iconbox03:hover .gm_iconbox03__content p {
    color: var(--white-color);
}

/****************** banner components ****************/
.ur2-banner-box {
    padding: 160px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.ur2-banner-box .ur2-banner-title {
    font-size: 80px;
    line-height: 1.1em;
}

@media (max-width: 1600px) {
    .ur2-banner-box .ur2-banner-title {
        font-size: 70px;
    }
}

@media (max-width: 1399.98px) {
    .ur2-banner-box .ur2-banner-title {
        font-size: 55px;
    }
}

@media (max-width: 991.98px) {
    .ur2-banner-box .ur2-banner-title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .ur2-banner-box {
        padding: 130px 80px;
    }
}

@media (max-width: 575.98px) {
    .ur2-banner-box {
        padding: 120px 24px;
    }
}

.gm_our_services {
    position: relative;
}

.gm_our_services__image img {
    max-width: 100%;
    width: auto;
}

.gm_our_services__image .img-one {
    width: 470px;
}

@media (max-width: 1199.98px) {
    .gm_our_services__image .img-one {
        padding-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .gm_our_services__image .img-one img {
        max-width: 80%;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .gm_our_services__image .img-one img {
        max-width: 90%;
    }
}

.gm_our_services__image .img-two {
    position: absolute;
    bottom: 60px;
    right: 42px;
}

@media (max-width: 1199.98px) {
    .gm_our_services__image .img-two {
        right: 0;
    }
}

.gm_our_services__content {
    position: relative;
}

.gm_our_services__content > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

@media (max-width: 1199.98px) {
    .nCollection01_Row > .col-xl-6 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.gm_productItem01 {
    position: relative;
}

.gm_pd01Thumb {
    width: 100%;
    height: 340px;
    background: var(--color-shade-background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

.gm_pd01Thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.gm_pd01Thumb img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.gm_pd01Thumb img:nth-child(2) {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    transition: opacity .5s ease, transform 2s cubic-bezier(0,0,.44,1.18);
}

.gm_pd01Thumb:hover img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}
.without_gallery_image.gm_pd01Thumb:hover img:nth-child(1) {
    opacity: 1;
    visibility: visible;
}

.gm_pd01Thumb:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transform: scale(1.09);
}

.gm_productLabels {
    position: absolute;
    top: 10px;
    left: 10px;
}

.gm_productLabels .pdNew {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: var(--gm-secondary-color);
    color: var(--white-color);
    padding: 2px 8px;
    text-transform: uppercase;
}

.gm_pd01Actions {
    position: absolute;
    bottom: -10px;
    right: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_pd01Actions a {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--gm-primary-color);
    opacity: 0;
    visibility: hidden;
}

.gm_pd01Actions a i {
    font-size: 19px;
    color: var(--white-color);
}

.gm_pd01Actions a svg {
    fill: var(--white-color);
}

.gm_pd01Actions a svg path {
    fill: var(--white-color);
    stroke-width: 0.2px;
    stroke: var(--white-color);
}

.gm_pd01Actions a:hover {
    background: var(--gm-secondary-color);
}

.gm_productItem01:hover .gm_pd01Actions {
    bottom: 16px;
}

.gm_productItem01:hover .gm_pd01Actions a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gm_pd01Details h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 8px;
}

.gm_pd01Details h2 a {
    color: inherit;
    font-family: inherit;
}

.gm_pd01Details h2 a:hover {
    color: var(--gm-secondary-color);
}

.gm_pd01PricRevw_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_pd01Price {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--color-heading);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_pd01Price ins {
    margin-left: 8px;
    text-decoration: none;
}

.gm_pd01Price del {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.gm_pd01Reviws {
    position: relative;
}

.gm_pd01Reviws .star-rating {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2px;
}
.gm_pd01Reviws .star-rating span::before {
    color: var(--color-yellow);
}

.gm_pd01Reviws .star-rating svg {
    fill: var(--color-yellow);
    width: 20px;
    height: 20px;
}

.gm_pd01Reviws .star-rating svg path {
    fill: var(--color-yellow);
}

.gm_pd01Reviws .star-rating p {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 91.2%;
    height: 100%;
}

.gm_pd01Reviws .star-rating p .fillSvg {
    min-width: 108px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    left: 0;
    position: absolute;
    gap: 2px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.gm_pd01Reviws .star-rating p svg {
    width: 20px;
    height: 20px;
    fill: var(--color-yellow);
}

.gm_pd01Reviws .star-rating p svg path {
    fill: var(--color-yellow);
}

.gm_trendingItems {
    position: relative;
}

.gm_pd02Actions {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
}

.gm_pd02Actions a {
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    line-height: 48px;
}

.gm_pd02Actions .pd01Cart {
    padding: 0 20px;
    background: var(--gm-secondary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 0.05em;
    color: var(--white-color);
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .gm_pd02Actions .pd01Cart {
        font-size: 16px;
    }
}

.gm_pd02Actions .pd01Cart:hover {
    background: var(--gm-primary-color);
}

.gm_pd02Actions .pd01Wishlist {
    width: 48px;
    padding: 0;
    background: var(--gm-primary-color);
    color: var(--white-color);
}

.gm_pd02Actions .pd01Wishlist:hover {
    background: var(--gm-secondary-color);
}

.gm_pd02Actions .pd01QuickView {
    width: 48px;
    padding: 0;
    background: var(--gm-primary-color);
    color: var(--white-color);
}

.gm_pd02Actions .pd01QuickView:hover {
    background: var(--gm-secondary-color);
}

.gm_trendingItem {
    padding: 15px 16px;
    background: var(--color-background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    border: 1px solid var(--color-border);
}

.gm_trendingItem__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 132px;
    height: 150px;
    background: var(--color-shade-background);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gm_trendingItem__thumb img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.gm_trendingItem__thumb img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity .5s ease, transform 2s cubic-bezier(0,0,.44,1.18);
}
.gm_trendingItem__centent {
    width: 100%;
}
.gm_trendingItem__meta a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 2px;
}

.gm_trendingItem__meta a:hover {
    color: var(--gm-secondary-color);
}

.gm_trendingItem h2 {
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 6px;
}

.gm_trendingItem h2 a {
    color: inherit;
    font-size: inherit;
}

.gm_trendingItem h2 a:hover {
    color: var(--gm-secondary-color);
}

.gm_trendingItem__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.gm_trendingItem .gm_pi01Price {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--color-heading);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_trendingItem .gm_pi01Price ins {
    margin-left: 8px;
    text-decoration: none;
}

.gm_trendingItem .gm_pi01Price del {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.gm_trendingItem .gm_trending_cart a {
    width: 40px;
    height: 40px;
    background: var(--color-shade-background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--color-border);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--text-color);
}

.gm_trendingItem .gm_trending_cart svg {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_trendingItem .gm_trending_cart a:hover {
    background: var(--gm-secondary-color);
    border-color: var(--gm-secondary-color);
    color: var(--white-color);
}

.gm_trendingItem .gm_trending_cart:hover svg {
    fill: var(--white-color);
}

.gm_trendingItem .gm_trending_cart:hover svg path {
    stroke: var(--white-color);
    fill: var(--white-color);
    stroke-width: .2px;
}

.gm_trendingItem:hover .with_gallery_images_two img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.gm_trendingItem:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transform: scale(1.09);
}

.gm_trendingItem_two {
    position: relative;
    background: var(--color-shade-background);
    border: 4px solid var(--color-shade-background);
}

.gm_trendingItem_two .gm_trendingItem__thumb {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    min-height: 330px;
    background: var(--color-background);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.gm_trendingItem_two .gm_trendingItem__thumb a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.gm_trendingItem_two .gm_trendingItem__thumb img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.gm_trendingItem_two .gm_pd02Actions {
    position: absolute;
    opacity: 0;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_trendingItem_two .gm_trendingItem__centent {
    padding: 16px 8px 12px;
    background: var(--color-shade-background);
}

.gm_trendingItem_two h2 {
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
}

.gm_trendingItem_two h2 a {
    color: inherit;
    font-size: inherit;
}

.gm_trendingItem_two h2 a:hover {
    color: var(--gm-secondary-color);
}

.gm_trendingItem_two .gm_trendingItem__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.gm_trendingItem_two .gm_pi01Price {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #0D0D0D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_trendingItem_two .gm_pi01Price ins {
    margin-right: 8px;
    text-decoration: none;
}

.gm_trendingItem_two .gm_pi01Price del {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #6B6B6B;
}

.gm_trendingItem_two .gm_trending_cart {
    width: 40px;
    height: 40px;
    background: var(--color-shade-background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--color-border);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_trendingItem_two .gm_trending_cart svg {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_trendingItem_two .gm_trending_cart:hover {
    background: var(--gm-secondary-color);
    border-color: var(--gm-secondary-color);
}

.gm_trendingItem_two .gm_trending_cart:hover svg {
    fill: var(--white-color);
}

.gm_trendingItem_two .gm_trending_cart:hover svg path {
    stroke: var(--white-color);
    fill: var(--white-color);
    stroke-width: .2px;
}

.gm_trendingItem_two:hover .gm_pd02Actions {
    opacity: 1;
    bottom: 4px;
}

.gm_trendingItem_two:hover .gm_trendingItem__thumb img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.gm_trendingItem_two:hover .gm_trendingItem__thumb img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.gm_trendingItem_03 {
    position: relative;
}

.gm_trendingItem_03 .gm_trendingItem_03__thumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

.gm_trendingItem_03 .gm_trendingItem_03__thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.gm_trendingItem_03 .gm_trendingItem_03__thumb:hover img:nth-child(1) {
    opacity: 0;
    visibility: visible;
}

.gm_trendingItem_03 .gm_trendingItem_03__thumb:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transform: scale(1.09);
}

.gm_trendingItem_03__thumb {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.gm_trendingItem_03__thumb img {
    max-width: 264px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 264px;
    height: auto;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.gm_trendingItem_03__thumb img:nth-child(2) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, transform 2s cubic-bezier(0,0,.44,1.18);
}

.gm_trendingItem_03__centent {
    padding: 16px 0 0;
}

.gm_trendingItem_03__centent h2 {
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 6px;
    padding-right: 45px;
}

.gm_trendingItem_03__centent h2 a {
    color: inherit;
    font-family: inherit;
}

.gm_trendingItem_03__centent h2 a:hover {
    color: var(--gm-secondary-color);
}

.gm_trendingItem_03__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_trendingItem_03__price .gm_pi03Price {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--color-heading);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_trendingItem_03__price .gm_pi03Price ins {
    margin-left: 8px;
    text-decoration: none;
}

.gm_trendingItem_03__price .gm_pi03Price del {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.gm_trendingItem_03__price .gm_trending_cart a {
    width: 40px;
    height: 40px;
    background: var(--color-background);
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -12px;
    color: var(--text-color);
}

.gm_trendingItem_03__price .gm_trending_cart a:hover {
    background: var(--gm-secondary-color);
}

.gm_trendingItem_03__price .gm_trending_cart:hover i {
    color: var(--white-color);
}

.gm_trendingItem_03__price .gm_trending_cart:hover svg {
    fill: var(--white-color);
}

.gm_trendingItem_03__price .gm_trending_cart:hover svg path {
    fill: var(--white-color);
}

.gm_trendingItem_03__meta a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--gm-secondary-color);
    display: inline-block;
}

.gm_trendingItem_03__meta a:hover {
    color: var(--color-heading);
}

.gm_trendingItem_03__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 2px;
}

.gm_trendingItem_03 .star-rating {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1px;
}

.gm_trendingItem_03 .star-rating svg {
    fill: var(--color-yellow);
    width: 19px;
    height: 18px;
}

.gm_trendingItem_03 .star-rating p {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 91%;
    height: 100%;
}

.gm_trendingItem_03 .star-rating p .fillSvg {
    min-width: 108px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    left: 0;
    position: absolute;
    gap: 1px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    fill: var(--color-yellow);
}

.gm_trendingItem_03 .star-rating p svg {
    width: 20px;
    fill: var(--color-yellow);
    width: 19px;
    height: 18px;
}

.gm_trendingItem_03 .star-rating p svg path {
    fill: var(--color-yellow);
}

.gm_pd03Actions {
    position: absolute;
    top: -10px;
    right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_pd03Actions a {
    width: 40px !important;
    height: 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--gm-primary-color);
    opacity: 0;
    visibility: hidden;
}

.gm_pd03Actions a i {
    font-size: 17px;
    color: var(--white-color);
}

.gm_pd03Actions a svg {
    fill: var(--white-color);
}

.gm_pd03Actions a svg path {
    fill: var(--white-color);
    stroke-width: 0.2px;
    stroke: var(--white-color);
}

.gm_pd03Actions a:hover {
    background: var(--gm-secondary-color);
}

.gm_trendingItem_03:hover .gm_pd03Actions {
    top: 10px;
}

.gm_trendingItem_03:hover .gm_pd03Actions a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gm_trendingItem_offer {
    padding: 15px 16px;
    background: var(--color-background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
    border: 1px solid var(--white-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .gm_trendingItem_offer {
        gap: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gm_trendingItem_offer {
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    .gm_trendingItem_offer {
        gap: 20px;
    }
}

@media (max-width: 460px) {
    .gm_trendingItem_offer {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.gm_trendingItem_offer__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 220px;
    height: 264px;
    background: var(--color-shade-background);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .gm_trendingItem_offer__thumb {
        width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gm_trendingItem_offer__thumb {
        width: 190px;
    }
}

@media (max-width: 767.98px) {
    .gm_trendingItem_offer__thumb {
        width: 200px;
    }
}

@media (max-width: 460px) {
    .gm_trendingItem_offer__thumb {
        width: 100%;
    }
}

.gm_trendingItem_offer__thumb img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.gm_trendingItem_offer__thumb img:nth-child(2) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.gm_trendingItem_offer__meta a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--gm-secondary-color);
    margin-bottom: 2px;
}

.gm_trendingItem_offer__meta a:hover {
    color: var(--gm-primary-color);
}

.gm_trendingItem_offer h2 {
    font-family: var(--body-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .gm_trendingItem_offer h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gm_trendingItem_offer h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 767.98px) {
    .gm_trendingItem_offer h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
}

.gm_trendingItem_offer h2 a {
    color: inherit;
    font-size: inherit;
}

.gm_trendingItem_offer h2 a:hover {
    color: var(--gm-secondary-color);
}

.gm_trendingItem_offer_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.gm_trendingItem_offer .gm_pi01Price {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--color-heading);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px;
}

.gm_trendingItem_offer .gm_pi01Price ins {
    margin-left: 8px;
    text-decoration: none;
}

.gm_trendingItem_offer .gm_pi01Price del {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.gm_trendingItem_offer .gm_offerPd_cnt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gm_trendingItem_offer .gm_offerPd_cnt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    .gm_trendingItem_offer .gm_offerPd_cnt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .gm_productItem01 .gm_pd01Thumb{
        height: auto;
    }
}

.gm_trendingItem_offer .gm_offerPd_cnt > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gm_trendingItem_offer .gm_offerPd_cnt label {
    font-family: var(--body-font);
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 0.05em;
    text-align: left;
    width: 75px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gm_trendingItem_offer .gm_offerPd_cnt label {
        width: unset;
    }
}

@media (max-width: 767.98px) {
    .gm_trendingItem_offer .gm_offerPd_cnt label {
        width: unset;
        font-size: 16px;
    }
}

.gm_trendingItem_offer .gm_offerPd_cnt .gm_countdown ul {
    padding: 7px 8px;
    background: transparent;
    border: 1px solid var(--gm-secondary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_trendingItem_offer .gm_offerPd_cnt .gm_countdown ul li {
    color: var(--gm-secondary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    padding: 0px 4px;
    min-width: 38px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_trendingItem_offer .gm_offerPd_cnt .gm_countdown ul li span {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
}

.gm_trendingItem_offer .gm_offerPd_cnt .gm_countdown ul .gm_timerSeparator {
    padding: 6px;
    min-width: 16px;
}

.gm_trendingItem_offer .gm_offerPd_cnt .gm_countdown ul .gm_timerSeparator span {
    font-size: 18px;
    background: transparent;
}

.gm_trendingItem_offer:hover {
    border-color: var(--gm-secondary-color);
}

.gm_trendingItem_offer:hover img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.gm_trendingItem_offer:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.gm_trendingItem_offer:hover .gm_offerPd_cnt .gm_countdown ul {
    background: var(--gm-secondary-color);
}

.gm_trendingItem_offer:hover .gm_offerPd_cnt .gm_countdown ul li {
    color: var(--white-color);
    background: var(--gm-secondary-color);
}

.gm_trendingItem_offer:hover .gm_offerPd_cnt .gm_countdown ul .gm_timerSeparator {
    background: transparent;
}

.lookbookLink {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: var(--gm-secondary-color);
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
}

.lookbookLink svg {
    padding: 4px;
    width: 24px;
    height: 24px;
    fill: var(--gm-secondary-color);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.lookbookLink svg path {
    stroke-width: .6px;
    stroke: var(--gm-secondary-color);
    fill: var(--gm-secondary-color);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.lookbookLink:hover {
    color: var(--white-color);
}

.lookbookLink:hover svg {
    fill: var(--white-color);
}

.lookbookLink:hover svg path {
    fill: var(--white-color);
    stroke: var(--white-color);
}

.gm_lookbook01 {
    position: relative;
    background: var(--color-lookbook-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .gm_lookbook01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.gm_lookbook01__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 280px;
    background-image: url(../images/lookbook/lookbook-01-shape.png);
    background-size: auto;
    background-position: bottom 23px right 96px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.gm_lookbook01__img::before {
    position: absolute;
    content: "";
    width: 158px;
    height: 158px;
    top: 24px;
    right: 38px;
    border-radius: 50%;
    background: #F4D6B2;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .gm_lookbook01__img img {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .gm_lookbook01__img {
        margin: 0 auto;
        margin-left: 50%;
        -webkit-transform: translateX(-58%);
        -ms-transform: translateX(-58%);
        transform: translateX(-58%);
    }
}

.gm_lookbook01__content {
    padding: 49px 40px 50px 50px;
}

@media (max-width: 767.98px) {
    .gm_lookbook01__content {
        padding: 49px 20px 50px;
    }
}

.gm_lookbook01__content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    text-transform: uppercase;
    color: var(--gm-secondary-color);
    margin-bottom: 10px;
}

.gm_lookbook01__content h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 73px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .gm_lookbook01__content h2 {
        font-size: 42px;
        line-height: 59px;
    }
}

.gm_lookbook01__content .gm_primary-btn {
    margin-top: 40px;
    padding: 16px 20px 15px;
    gap: 8px;
}

.gm_lookbook01__content .gm_primary-btn i {
    font-size: 16px;
    top: -1px;
    position: relative;
}

.gm_lookbookPrice {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--text-color);
    display: block;
}

.gm_lookbook02 {
    position: relative;
    background: var(--gm-primary-color);
}

.gm_lookbook02__content {
    padding: 40px 40px 24px;
}

.gm_lookbook02__content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: var(--color-yellow);
    text-transform: uppercase;
    font-family: var(--body-font);
    margin-bottom: 4px;
}

.gm_lookbook02__content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 24px;
}

@media (max-width: 575.98px) {
    .gm_lookbook02__content h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

.gm_lookbook02__img {
    position: relative;
    background-image: url(../images/lookbook/lookbook-02bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.gm_lookbook02__img img {
    max-width: 100%;
    margin: 0 auto;
}

.gm_lookbook03 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: var(--color-background);
}

.gm_lookbook03 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gm_lookbook03__content {
    position: relative;
    padding: 60px 30px 60px 56px;
    width: 47%;
}

@media (max-width: 1199.98px) {
    .gm_lookbook03__content {
        padding: 40px 15px;
    }
}

.gm_lookbook03__content h4 {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: var(--gm-secondary-color);
    text-transform: uppercase;
    margin-bottom: 4px;
}

@media (max-width: 575.98px) {
    .gm_lookbook03__content h4 {
        font-size: 12px;
        line-height: 19.2px;
    }
}

.gm_lookbook03__content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

@media (max-width: 1320px) {
    .gm_lookbook03__content h2 {
        font-size: 35px;
        line-height: 47px;
    }
}

@media (max-width: 575.98px) {
    .gm_lookbook03__content h2 {
        font-size: 24px;
        line-height: 33px;
    }
}

.gm_lookbook03__content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--text-color);
    margin-bottom: 40px;
}

@media (max-width: 460px) {
    .gm_lookbook03__content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 14px;
    }
}

.gm_lookbook03__img {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url(../images/lookbook/lookbook-03bg.png);
    background-size: auto;
    background-position: top 25px right 30px;
    background-repeat: no-repeat;
}

.gm_lookbook03__img img {
    max-width: 100%;
}

.gm_lookbook03 .gm_primary-btn {
    padding: 16px 20px 15px;
    gap: 8px;
    background: var(--gm-secondary-color);
    color: var(--white-color);
}

@media (max-width: 1199.98px) {
    .gm_lookbook03 .gm_primary-btn {
        padding: 14px 20px 13px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .gm_lookbook03 .gm_primary-btn {
        padding: 10px 12px 9px;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) and (max-width: 460px) {
    .gm_lookbook03 .gm_primary-btn {
        font-size: 12px;
        padding: 10px 10px 9px;
    }
}

.gm_lookbook03 .gm_primary-btn i {
    padding: 1px .6px;
}

.gm_lookbook03 .gm_primary-btn::after {
    background: var(--primary-bg-color);
}

.gm_lookbook03 .gm_primary-btn:hover {
    color: var(--white-color);
}

.gm_lookbook04 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: var(--primary-bg-color);
}

.gm_lookbook04 > * {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gm_lookbook04__content {
    position: relative;
    padding: 40px;
}

@media (max-width: 1199.98px) {
    .gm_lookbook04__content {
        padding: 40px 15px;
    }
}

.gm_lookbook04__content h4 {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 0.05em;
    color: var(--gm-secondary-color);
    text-transform: uppercase;
    margin-bottom: 4px;
}

@media (max-width: 575.98px) {
    .gm_lookbook04__content h4 {
        font-size: 12px;
        line-height: 19.2px;
    }
}

.gm_lookbook04__content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 31px;
}

@media (max-width: 1320px) {
    .gm_lookbook04__content h2 {
        font-size: 35px;
        line-height: 47px;
    }
}

@media (max-width: 575.98px) {
    .gm_lookbook04__content h2 {
        font-size: 24px;
        line-height: 33px;
    }
}

.gm_lookbook04__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/lookbook/lookbook-04-shape.png);
    background-size: auto;
    background-position: top right -1px;
    background-repeat: no-repeat;
}

.gm_lookbook04__img img {
    margin-right: 18px;
}

.gm_lookbook04 .gm_primary-btn {
    padding: 16px 20px 15px;
    gap: 8px;
    background: var(--color-background);
}

@media (max-width: 1199.98px) {
    .gm_lookbook04 .gm_primary-btn {
        padding: 14px 20px 13px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .gm_lookbook04 .gm_primary-btn {
        padding: 10px 12px 9px;
        font-size: 13px;
    }
}

.gm_lookbook04 .gm_primary-btn i {
    padding: 1px .6px;
}

.gm_lookbook04 .gm_primary-btn .gm_btn_text {
    color: var(--color-primary-button);
}

.gm_lookbook04 .gm_primary-btn .gm_btnShape {
    background: var(--color-primary-button);
}

.gm_lookbook04 .gm_primary-btn:hover .gm_btn_text {
    color: var(--white-color);
}

.gm_lookbook05 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #F7EFE9;
}

.gm_lookbook05 > * {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gm_lookbook05__content {
    position: relative;
    padding: 40px;
}

@media (max-width: 1199.98px) {
    .gm_lookbook05__content {
        padding: 40px 15px;
    }
}

.gm_lookbook05__content h4 {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 0.05em;
    color: var(--gm-secondary-color);
    text-transform: uppercase;
    margin-bottom: 4px;
}

@media (max-width: 575.98px) {
    .gm_lookbook05__content h4 {
        font-size: 12px;
        line-height: 19.2px;
    }
}

.gm_lookbook05__content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: var(--color-heading);
    text-transform: uppercase;
    margin-bottom: 31px;
}

@media (max-width: 1320px) {
    .gm_lookbook05__content h2 {
        font-size: 35px;
        line-height: 47px;
    }
}

@media (max-width: 1199.98px) {
    .gm_lookbook05__content h2 {
        font-size: 32px;
        line-height: 44px;
    }
}

@media (max-width: 575.98px) {
    .gm_lookbook05__content h2 {
        font-size: 24px;
        line-height: 33px;
    }
}

.gm_lookbook05__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url(../images/lookbook/lookbook-05bg.png);
    background-size: cover;
    background-position: top right -1px;
    background-repeat: no-repeat;
}

.gm_lookbook05__img img {
    max-width: 100%;
    width: auto;
}

.gm_lookbook05 .gm_primary-btn {
    padding: 16px 20px 15px;
    gap: 8px;
}

@media (max-width: 1199.98px) {
    .gm_lookbook05 .gm_primary-btn {
        padding: 14px 20px 13px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .gm_lookbook05 .gm_primary-btn {
        padding: 10px 12px 9px;
        font-size: 13px;
    }
}

.gm_lookbook05 .gm_primary-btn i {
    padding: 1px .6px;
}

.gm_lookbook06 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--gm-secondary-color);
}

.gm_lookbook06 > * {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gm_lookbook06__content {
    position: relative;
    padding: 32px 32px 14px;
}

.gm_lookbook06__content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media (max-width: 1320px) {
    .gm_lookbook06__content h2 {
        font-size: 35px;
        line-height: 47px;
    }
}

@media (max-width: 1199.98px) {
    .gm_lookbook06__content h2 {
        font-size: 32px;
        line-height: 44px;
    }
}

.gm_lookbook06__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url(../images/lookbook/lookbook-06-shape.png);
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.gm_lookbook06__img img {
    max-width: 100%;
    width: auto;
}

.gm_lookbook06 .lookbookLink {
    color: var(--white-color);
}

.gm_lookbook06 .lookbookLink::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--white-color);
    -webkit-transform: 0.3s all;
    -ms-transform: 0.3s all;
    transform: 0.3s all;
}

.gm_lookbook06 .lookbookLink:hover {
    color: var(--gm-primary-color);
}

.gm_lookbook06 .lookbookLink:hover:after {
    background: var(--gm-primary-color);
}

.gm_lookbook07 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--primary-bg-color);
    background-image: url(../images/lookbook/lookbook-07-shape.png);
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
}

@media (max-width: 1320px) {
    .gm_lookbook07 {
        background-position: top -18px left -11px;
    }
}

@media (max-width: 1199.98px) {
    .gm_lookbook07 {
        background-position: top -52px left -21px;
    }
}

.gm_lookbook07 > * {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gm_lookbook07__content {
    position: relative;
    padding: 24px;
}

@media (max-width: 1199.98px) {
    .gm_lookbook07__content {
        padding: 24px 15px;
    }
}

.gm_lookbook07__content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    margin: 0;
}

@media (max-width: 1320px) {
    .gm_lookbook07__content h2 {
        font-size: 35px;
        line-height: 47px;
    }
}

@media (max-width: 1199.98px) {
    .gm_lookbook07__content h2 {
        font-size: 27px;
        line-height: 44px;
    }
}

.gm_lookbook07__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 1320px) {
    .gm_lookbook07__img {
        padding-left: 15.1%;
    }
}

.gm_lookbook07__img img {
    max-width: 100%;
    width: auto;
    -webkit-clip-path: polygon(32% 0%, 101% 0, 100% 31%, 79% 100%, 0 100%);
    clip-path: polygon(32% 0%, 101% 0, 100% 31%, 79% 100%, 0 100%);
}

.gm_lookbook07 .gm_primary-btn {
    padding: 6px 13px 4px;
    font-size: 16px;
    line-height: 30px;
}

.gm_lookbook07 .gm_primary-btn .gm_btnShape {
    background: var(--color-background);
}

.gm_lookbook07 .gm_primary-btn:hover .gm_btn_text {
    color: var(--gm-secondary-color);
}

.gm_lookbook08 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--primary-bg-color);
    padding: 32px 32px;
    background-image: url(../images/lookbook/lookbook-08-shape.png);
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
}

.gm_lookbook08 > * {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gm_lookbook08__content {
    position: relative;
}

.gm_lookbook08__content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media (max-width: 1320px) {
    .gm_lookbook08__content h2 {
        font-size: 35px;
        line-height: 47px;
    }
}

@media (max-width: 1199.98px) {
    .gm_lookbook08__content h2 {
        font-size: 27px;
        line-height: 44px;
    }
}

.gm_lookbook08__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.gm_lookbook08__img img {
    max-width: 100%;
    width: auto;
}

.gm_lookbook08 .lookbookLink {
    color: var(--white-color);
}

.gm_lookbook08 .lookbookLink::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--white-color);
    -webkit-transform: 0.3s all;
    -ms-transform: 0.3s all;
    transform: 0.3s all;
}

.gm_lookbook08 .lookbookLink:hover {
    color: var(--gm-secondary-color);
}

.gm_lookbook08 .lookbookLink:hover:after {
    background: var(--gm-secondary-color);
}

.gm_collection_carousel {
    overflow: hidden;
}

@media (max-width: 1320px) {
    .gm_collection_carousel .gm_section_heading__title {
        font-size: 50px;
        line-height: 66px;
    }
}

.gm_collections_slides {
    position: relative;
    overflow: hidden;
    padding-bottom: 66px;
}

.gm_collections_slides .gm_collection_pagi {
    bottom: 0;
    top: auto;
    height: 2px;
    background: rgba(3, 21, 32, 0.1);
}

.gm_collections_slides .gm_collection_pagi .swiper-pagination-progressbar-fill {
    background: var(--gm-secondary-color);
}

.gm_collection_item {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    overflow: hidden;
}

.gm_collection_item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 21, 32, 0.3);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_collection_item img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.gm_collection_item .gm_collection_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 24px 16px 16px;
    z-index: 2;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.gm_collection_item .gm_collection_content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    color: var(--white-color);
    margin: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_collection_item .gm_collection_content h2 a {
    color: inherit;
    font-family: inherit;
}

.gm_collection_item .gm_collection_content h2 a:hover {
    color: var(--gm-secondary-color);
}

.gm_collection_item .gm_collection_content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--white-color);
    margin: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_collection_item:hover .gm_collection_content {
    background: var(--color-background);
    -webkit-transform: translate(-16px, 16px);
    -ms-transform: translate(-16px, 16px);
    transform: translate(-16px, 16px);
}

.gm_collection_item:hover .gm_collection_content h2 {
    color: var(--color-heading);
}

.gm_collection_item:hover .gm_collection_content p {
    color: var(--text-color);
}

.gm_collection_item:hover::after {
    opacity: 1;
}

.gm_collection_item:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gm_collection_nav {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
}

.gm_collection_nav .gm_collection-next {
    width: 64px;
    height: 64px;
    background: transparent;
    border: 2px solid var(--gm-primary-color);
    border-radius: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_collection_nav .gm_collection-prev {
    width: 64px;
    height: 64px;
    background: transparent;
    border: 2px solid var(--gm-primary-color);
    border-radius: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_collection_nav .gm_collection-prev svg,
.gm_collection_nav .gm_collection-next svg {
    fill: var(--gm-primary-color);
}

.gm_collection_nav .gm_collection-prev svg path,
.gm_collection_nav .gm_collection-next svg path {
    fill: var(--gm-primary-color);
    stroke: var(--gm-primary-color);
    stroke-width: .3px;
}

.gm_collection_nav .gm_collection-prev:hover,
.gm_collection_nav .gm_collection-next:hover {
    background: var(--gm-secondary-color);
    border-color: var(--gm-secondary-color);
}

.gm_collection_nav .gm_collection-prev:hover svg,
.gm_collection_nav .gm_collection-next:hover svg {
    fill: var(--white-color);
}

.gm_collection_nav .gm_collection-prev:hover svg path,
.gm_collection_nav .gm_collection-next:hover svg path {
    fill: var(--white-color);
    stroke: var(--white-color);
}

.gm_collection_carousel {
    position: relative;
}

.gm_collection_carousel .gm_section_heading__title {
    margin-bottom: 30px;
}

.gm_collection_carousel .gm_section_heading p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: car(--text-color);
    margin-bottom: 32px;
}

.gm_collection_slider {
    overflow: hidden;
    margin-right: -175px;
}

@media (min-width: 1601px) {
    .gm_collection_slider {
        margin-right: -135px;
    }
}

.gm_testimonial_stretch {
    overflow: hidden;
    margin-left: 0 !important;
}

.gm_blog_Items {
    position: relative;
}

.gm_blog_Items .gm_blog_thumb {
    position: relative;
    overflow: hidden;
}

.gm_blog_Items .gm_blog_thumb img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media (max-width: 1199.98px) {
    .gm_blog_Items .gm_blog_thumb.mb-32 {
        margin-bottom: 24px !important;
    }
}

.gm_blog_Items .gm_blog_meta {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 12px 24px;
    background: var(--gm-primary-color);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    min-width: 334px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_blog_Items .gm_blog_meta a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 7.5px;
    text-transform: capitalize;
}

.gm_blog_Items .gm_blog_meta a i {
    font-size: 15px;
}

.gm_blog_Items .gm_blog_meta a svg {
    stroke: var(--white-color);
    stroke-width: .6px;
}

@media (max-width: 1199.98px) {
    .gm_blog_Items .gm_blog_meta a {
        font-size: 16px;
    }

    .gm_blog_Items .gm_blog_meta a svg {
        width: 16px;
    }
}

@media (max-width: 1199.98px) {
    .gm_blog_Items .gm_blog_meta {
        min-width: 100%;
        padding: 12px 15px;
        gap: 18px;
    }
}

@media (max-width: 991.98px) {
    .gm_blog_Items .gm_blog_meta {
        min-width: 290px;
    }
}

.gm_blog_Items .gm_blog_content {
    position: relative;
}

.gm_blog_Items .gm_blog_content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.gm_blog_Items .gm_blog_content h2 a {
    color: inherit;
    font-size: inherit;
}

.gm_blog_Items .gm_blog_content h2:hover {
    color: var(--gm-secondary-color);
}

@media (max-width: 1399.98px) {
    .gm_blog_Items .gm_blog_content h2 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 1199.98px) {
    .gm_blog_Items .gm_blog_content h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 18px;
    }
}

.gm_blog_Items .gm_blog-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: var(--text-color);
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    position: relative;
}

.gm_blog_Items .gm_blog-link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_blog_Items .gm_blog-link i {
    font-size: 16px;
    padding: 2px;
    position: relative;
    top: -1.5px;
}

@media (max-width: 991.98px) {
    .gm_blog_Items .gm_blog-link {
        font-size: 16px;
        line-height: 23px;
    }
}

.gm_blog_Items .gm_blog-link:hover::after {
    width: 50%;
}

.gm_blog_Items:hover .gm_blog_meta {
    background: var(--gm-secondary-color);
}

.gm_blog_Items:hover .gm_blog-link {
    color: var(--gm-secondary-color);
}

.gm_blog_Items:hover .gm_blog-link::after {
    background: var(--gm-secondary-color);
}

.gm_blog_Items:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

@media (max-width: 991.98px) {
    .blogGridRow {
        --bs-gutter-y: 50px;
    }
}

.gm_blog_Items02 {
    position: relative;
    padding: 40px;
    background: var(--color-shade-background);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

@media (max-width: 1199.98px) {
    .gm_blog_Items02 {
        padding: 35px 20px;
    }
}

.gm_blog_Items02 > img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.gm_blog_Items02 .gm_blog_meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 22px;
}

.gm_blog_Items02 .gm_blog_meta a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--text-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6px;
}

@media (max-width: 1199.98px) {
    .gm_blog_Items02 .gm_blog_meta a {
        font-size: 16px;
        line-height: 25px;
    }
}

.gm_blog_Items02 .gm_blog_meta a i {
    font-size: 15px;
}

.gm_blog_Items02 .gm_blog_meta a svg {
    fill: var(--text-color);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    top: -1px;
}

.gm_blog_Items02 .gm_blog_meta a svg path {
    stroke: var(--text-color);
    fill: var(--text-color);
    stroke-width: .2px;
}

.gm_blog_Items02 .gm_blog_meta a:hover {
    color: var(--gm-secondary-color);
}

.gm_blog_Items02 .gm_blog_meta a:hover svg {
    fill: var(--gm-secondary-color);
}

.gm_blog_Items02 .gm_blog_meta a:hover svg path {
    stroke: var(--gm-secondary-color);
    fill: var(--gm-secondary-color);
}

.gm_blog_Items02 .gm_blog_content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media (max-width: 1320px) {
    .gm_blog_Items02 .gm_blog_content h2 {
        font-size: 34px;
        line-height: 46px;
    }
}

@media (max-width: 1199.98px) {
    .gm_blog_Items02 .gm_blog_content h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

.gm_blog_Items02 .gm_blog_content h2 a {
    color: inherit;
    font-family: inherit;
}

.gm_blog_Items02 .gm_blog_content h2:hover a {
    color: var(--gm-secondary-color);
}

.gm_blog_Items02 .gm_blog_content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--text-color);
    margin-bottom: 32px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm_blog_Items02 .gm_primary-btn {
    padding: 15px 20px 14px;
    background: var(--white-color);
    border: 1px solid var(--color-border2);
    gap: 8px;
}

@media (max-width: 1199.98px) {
    .gm_blog_Items02 .gm_primary-btn {
        padding: 13px 20px 12px;
        font-size: 16px;
    }
}

.gm_blog_Items02 .gm_primary-btn .gm_btn_text {
    color: var(--color-primary-button-hover-text);
}

.gm_blog_Items02 .gm_primary-btn i {
    font-size: 16px;
    top: -1px;
    position: relative;
}

.gm_blog_Items02:hover {
    background: rgba(3, 21, 32, 0.8);
}

.gm_blog_Items02:hover .gm_blog_meta a {
    color: rgba(255, 255, 255, 0.7);
}

.gm_blog_Items02:hover .gm_blog_meta a:hover {
    color: var(--gm-secondary-color);
}

.gm_blog_Items02:hover .gm_blog_meta svg {
    fill: rgba(255, 255, 255, 0.7);
}

.gm_blog_Items02:hover .gm_blog_meta svg path {
    fill: rgba(255, 255, 255, 0.7);
}

.gm_blog_Items02:hover .gm_blog_content h2 {
    color: var(--white-color);
}

.gm_blog_Items02:hover .gm_blog_content p {
    color: rgba(255, 255, 255, 0.7);
}

.gm_blog_Items02:hover .gm_primary-btn {
    background: transparent;
    border-color: var(--white-color);
}

.gm_blog_Items02:hover .gm_primary-btn .gm_btn_text {
    color: var(--color-primary-button-text);
}

.gm_blog_Items02:hover .gm_primary-btn .gm_btnShape {
    background: var(--color-primary-button-hover-text);
}

.gm_blog_Items02:hover .gm_primary-btn:hover {
    border-color: var(--gm-secondary-color);
}

.gm_newsLetter {
    position: relative;
}

.subsCribe-form {
    position: relative;
}

.subsCribe-form .emailIntpu {
    position: relative;
    width: calc(100% - 237px);
}

.subsCribe-form .emailIntpu svg {
    position: absolute;
    top: 25px;
    left: 25.65px;
}

@media (max-width: 575.98px) {
    .subsCribe-form .emailIntpu {
        width: 100%;
    }
}

.subsCribe-form input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 18px 19px 64px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    width: 100%;
    color: #fff;
}

.subsCribe-form input[type="email"]::-webkit-input-placeholder {
    color: var(--color-placeholder);
}

.subsCribe-form input[type="email"]:-ms-input-placeholder {
    color: var(--color-placeholder);
}

.subsCribe-form input[type="email"]::-ms-input-placeholder {
    color: var(--color-placeholder);
}

.subsCribe-form input[type="email"]::placeholder {
    color: var(--color-placeholder);
}

@media (max-width: 575.98px) {
    .subsCribe-form .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}

.subsCribe-form .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.subsCribe-form .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    padding: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    background-color: var(--color-background);
    top: -1px;
}

.subsCribe-form .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5.5px;
    width: 7px;
    height: 11px;
    border: solid var(--gm-secondary-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subsCribe-form .form-group input[type='checkbox'] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.subsCribe-form button[type="submit"] {
    color: var(--white-color);
    max-height: 66px;
}

.subsCribe-form button[type="submit"] span.btn_icon {
    height: 64px;
}
.subsCribe-form .wpcf7 form .wpcf7-response-output{
    color: red;
}

@media (max-width: 575.98px) {
    .subsCribe-form button[type="submit"] {
        max-width: 229px;
    }
}

@media (max-width: 575.98px) {
    .mainWidget_ft02 .subsCribe-form .form-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0px;
    }
    .footer__subscribe_form .subsCribe-form .form-group {
        flex-direction: row;
    }

}

@media (max-width: 575.98px) {
    .mainWidget_ft02 .subsCribe-form button[type='submit'] {
        max-width: 56px;
    }
}

.gm_followUs_instagram {
    position: relative;
    padding: 30px 15px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .gm_followUs_instagram {
        padding: 30px 4px;
    }
}

@media (max-width: 1199.98px) {
    .gm_followUs_instagram .gx-30,
    .gm_followUs_instagram .g-30 {
        --bs-gutter-x: 16px;
    }
}

@media (max-width: 1199.98px) {
    .gm_followUs_instagram .g-30 {
        --bs-gutter-y: 16px;
    }
}

.gm_inst_smCol {
    width: 29%;
}

@media (max-width: 767.98px) {
    .gm_inst_smCol {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .gm_inst_smCol {
        width: 100%;
    }
}

.gm_instagram_banner {
    padding: 40px;
    background-color: var(--gm-secondary-color);
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    width: 40.098%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

@media (max-width: 1600px) {
    .gm_instagram_banner {
        width: 39.822%;
    }
}

@media (max-width: 1399.98px) {
    .gm_instagram_banner {
        width: 39.68%;
    }
}

@media (max-width: 1320px) {
    .gm_instagram_banner {
        width: 39.45%;
    }
}

@media (max-width: 1199.98px) {
    .gm_instagram_banner {
        width: 40.324%;
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media (max-width: 991.98px) {
    .gm_instagram_banner {
        width: 39.81%;
    }
}

@media (max-width: 767.98px) {
    .gm_instagram_banner {
        width: calc(100% - 16px);
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 16px;
    }
}

.gm_instagram_banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/shapes/instagrem-shape.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top 15px right 14px;
    top: 0;
    right: 0;
}

.gm_instagram_banner h4 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    margin: 0;
}

@media (max-width: 991.98px) {
    .gm_instagram_banner h4 {
        font-size: 32px;
        line-height: 44px;
    }
}

.gm_instagram_banner h2 {
    font-size: 96px;
    line-height: 115px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    margin: 0;
}

@media (max-width: 1199.98px) {
    .gm_instagram_banner h2 {
        font-size: 70px;
        line-height: 89px;
    }
}

@media (max-width: 991.98px) {
    .gm_instagram_banner h2 {
        font-size: 54px;
        line-height: 73px;
    }
}

.gm_inst_social {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.gm_inst_social::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 21, 32, 0.7);
    z-index: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: inherit;
}

.gm_inst_social img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.gm_inst_social i {
    position: absolute;
    font-size: 30px;
    color: var(--gm-secondary-color);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_inst_social:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gm_inst_social:hover i {
    opacity: 1;
}

.gm_inst_social:hover img {
    -webkit-transform: scale(1.07) rotate(3deg);
    -ms-transform: scale(1.07) rotate(3deg);
    transform: scale(1.07) rotate(3deg);
}

.gm_testimonial_cnt {
    background: var(--color-shade-background);
    padding: 40px;
    margin-bottom: 26px;
    position: relative;
}

@media (max-width: 460px) {
    .gm_testimonial_cnt {
        padding: 30px;
    }
}

.gm_testimonial_cnt::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 78px;
    width: 18px;
    height: 18px;
    background: var(--color-shade-background);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.gm_testi_cnt_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 24px;
}

.gm_testi_cnt_head .gm_testi_review {
    margin-bottom: 0;
}

.gm_testi_cnt_head .gm_testi_review p {
    margin-bottom: 0;
}

.gm_testimonial_cnt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .gm_testimonial_cnt p {
        font-size: 18px;
        line-height: 28px;
    }
}

.gm_testi_author {
    margin: 0 40px;
    padding: 10px 10px 0 96px;
    position: relative;
    min-height: 72px;
}

.gm_testi_author img {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.gm_testi_author .gm_testi_author_name {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    margin-bottom: 2px;
}

.gm_testi_author .gm_testi_author_desig {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin: 0;
    color: var(--color-heading);
}

.gm_testi_author .gm_testiQuote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gm-secondary-color);
    border: 2px solid var(--white-color);
    position: absolute;
    left: 52px;
    bottom: 0;
}

.gm_testimonial {
    margin-right: -174px;
}

@media (max-width: 460px) {
    .gm_testimonial {
        margin-right: 12px;
    }
}

.gm_testimonial02 .gm_section_heading__subtitle {
    background: rgba(255, 88, 36, 0.1);
}

.gm_testimonial_cnt02 {
    padding: 32px 32px 34px;
    background: var(--color-background);
}

.gm_testimonial_cnt02 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    .gm_testimonial_cnt02 p {
        font-size: 18px;
        line-height: 27px;
    }
}

.gm_testi_review {
    position: relative;
    margin-bottom: 16px;
}

.gm_testi_review .star-rating {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2px;
}

.gm_testi_review .star-rating svg {
    fill: var(--gm-secondary-color);
}

.gm_testi_review .star-rating p {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 91.5%;
    height: 100%;
}

.gm_testi_review .star-rating p .fillSvg {
    min-width: 108px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
    left: 0;
    position: absolute;
    gap: 2px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.gm_testi_review .star-rating p svg {
    width: 20px;
}

.gm_testi_author02 {
    padding: 0;
    padding-left: 64px;
    position: relative;
}

.gm_testi_author02 img {
    max-width: 48px;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    background: var(--color-border2);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gm_testi_author02 .gm_testi_author_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    font-family: var(--body-font);
    margin-bottom: 2px;
}

.gm_testi_author02 .gm_testi_author_desig {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color);
    font-family: var(--body-font);
    margin: 0;
}

.gm_testimonial_nav {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
}

.gm_testimonial_nav .gm_testi-next {
    width: 64px;
    height: 64px;
    background: transparent;
    border: 2px solid var(--white-color);
    border-radius: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_testimonial_nav .gm_testi-prev {
    width: 64px;
    height: 64px;
    background: transparent;
    border: 2px solid var(--white-color);
    border-radius: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_testimonial_nav .gm_testi-prev:hover,
.gm_testimonial_nav .gm_testi-next:hover {
    background: var(--gm-secondary-color);
    border-color: var(--gm-secondary-color);
}

.gm_brand_slider {
    overflow: hidden;
}

.gm_brand_slider .gm_brand_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    min-height: 152px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gm_brand_slider .gm_brand_item img {
    max-width: 100%;
    height: auto;
    opacity: 70%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_brand_slider .gm_brand_item:hover {
    background: var(--gm-secondary-color);
}

.gm_brand_slider .gm_brand_item:hover img {
    opacity: 1;
}

.gm_brand_slider-two {
    overflow: hidden;
}

.gm_brand_slider-two .gm_brand_item {
    background: var(--white-color);
    position: relative;
    border: 1px solid var(--color-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 152px;
}

.gm_brand_slider-two .gm_brand_item img {
    opacity: 1;
    position: relative;
    image-rendering: inherit;
}

.gm_brand_slider-two .gm_brand_item img:nth-child(2) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.gm_brand_slider-two .gm_brand_item:hover {
    background: var(--gm-secondary-color);
}

.gm_brand_slider-two .gm_brand_item:hover img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.gm_brand_slider-two .gm_brand_item:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.gm_brand_slider-two .gm_brand_item:hover {
    border-color: var(--gm-secondary-color);
}

.template-pagination li a,
.template-pagination li span{
    display: inline-block;
    background-color: var(--light-color);
    padding: 9px 15.5px;
    color: var(--gm-primary-color);
    font-size: 14px;
}
.template-pagination li a.prev,
.template-pagination li a.next{
    padding: 9px 12px;
}

.template-pagination li a:hover {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
}

.template-pagination li a.active {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
}

.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.breadcrumb-text a {
    margin-right: 4px;
    color: var(--text-color);
    display: inline-block;
}

.breadcrumb-text a:hover {
    color: var(--gm-secondary-color);
}

.breadcrumb-text span {
    margin-left: 4px;
    color: var(--text-color);
}

.sidebar-widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 1px;
    background-color: var(--gm-primary-color);
}

.sidebar-widget .sidebar-check-fields li {
    display: block;
}

.sidebar-widget .sidebar-check-fields li label {
    position: relative;
    display: block;
}

.sidebar-widget .sidebar-check-fields li label > span {
    padding-left: 32px;
    display: block;
    position: relative;
    font-weight: 300;
}

.sidebar-widget .sidebar-check-fields li label > span::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-border);
    color: transparent;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.sidebar-widget .sidebar-check-fields li label > span span {
    float: right;
}

.sidebar-widget .sidebar-check-fields li label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.sidebar-widget .sidebar-check-fields li label input:checked ~ span::before {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
    border-color: var(--gm-primary-color);
}

.sidebar-widget .sidebar-check-fields li + li {
    margin-top: 18px;
}

.sidebar-widget .color-select li label {
    position: relative;
    display: block;
}

.sidebar-widget .color-select li label > span {
    padding-left: 32px;
    display: block;
    font-weight: 300;
    position: relative;
}

.sidebar-widget .color-select li label > span::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: transparent;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.sidebar-widget .color-select li label > span span {
    float: right;
}

.sidebar-widget .color-select li label > span.bg-soft-gold::before {
    background-color: #EB9A3C;
}

.sidebar-widget .color-select li label > span.bg-light-pink::before {
    background-color: #FAA9D9;
}

.sidebar-widget .color-select li label > span.bg-green-touch::before {
    background-color: #99C88D;
}

.sidebar-widget .color-select li label > span.bg-navy-blue::before {
    background-color: #A9BFFA;
}

.sidebar-widget .color-select li label > span.bg-gray-white::before {
    background-color: #EEEACA;
}

.sidebar-widget .color-select li label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.sidebar-widget .color-select li label input:checked ~ span::before {
    color: var(--white-color);
}

.sidebar-widget .color-select li + li {
    margin-top: 18px;
}

.products-widget .sidebar-products li .thumbnail {
    max-width: 90px;
}

.products-widget .sidebar-products li + li {
    margin-top: 24px;
}

.filter-widget .gm-pricing-range {
    border: 0;
    background-color: var(--color-border);
    height: 5px;
}

.filter-widget .gm-pricing-range .ui-slider-range {
    background-color: var(--gm-secondary-color);
}

.filter-widget .gm-pricing-range .ui-slider-handle {
    width: 15px;
    height: 15px;
    border: 2px solid var(--gm-secondary-color);
    border-radius: 0;
    background-color: var(--white-color);
    padding: 0;
    outline: 0;
}

.filter-widget .gm-pricing-range .ui-slider-handle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: var(--gm-secondary-color);
}

.filter-widget p {
    font-weight: 300;
}

.filter-widget input {
    border: 0;
    font-weight: 300;
}

.filter-widget .submit-btn {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.filter-widget .submit-btn:hover {
    color: var(--gm-secondary-color);
}

.latest-post-widget .latest-posts li + li {
    margin-top: 25px;
}

.latest-post-widget .latest-posts .feature-image {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.latest-post-widget .latest-posts .feature-image img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.latest-post-widget .latest-posts .feature-image img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.latest-post-widget .latest-posts h6 {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.latest-post-widget .latest-posts h6:hover {
    color: var(--gm-secondary-color);
}

.tags-widget .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags-widget .tags a {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid var(--color-border);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--gm-primary-color);
}

.tags-widget .tags a:hover {
    color: var(--white-color);
    background-color: var(--gm-primary-color);
}

.instagram-widget .insta-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram-widget .insta-posts li {
    width: calc(33% - 10px);
    overflow: hidden;
}

.instagram-widget .insta-posts li img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.instagram-widget .insta-posts li img:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

/**************** order tracking form *************/
.theme-form {
    padding: 40px;
    border: 1px solid var(--color-border);
}

.theme-form label {
    font-size: 18px;
    color: var(--gm-primary-color);
    margin-bottom: 20px;
    display: block;
}

.theme-form .theme-input {
    width: 100%;
    display: block;
    background-color: transparent;
    border: 1px solid var(--color-border);
    font-weight: 300;
}

.theme-form .theme-input:focus {
    border-color: var(--gm-primary-color);
}

@media (max-width: 575.98px) {
    .theme-form {
        padding: 30px;
    }
}

.help-box {
    border: 1px solid var(--color-border);
    padding: 32px 40px;
}

/******* product cards *********/
.quantity-box {
    padding: 10px 12px;
    border: 1px solid var(--color-border);
}

.quantity-box button {
    width: 30px;
    height: 30px;
    background-color: var(--color-border);
    font-size: 12px;
    padding: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.quantity-box input {
    max-width: 50px;
    text-align: center;
    padding: 0;
    border: 0;
    font-weight: 300;
    font-size: 18px;
}

.horizontal-product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.horizontal-product-card .feature-image {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.horizontal-product-card .feature-image img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.horizontal-product-card .category-btn {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--gm-secondary-color);
    display: inline-block;
    margin-bottom: 8px;
}

.horizontal-product-card .product-title {
    display: block;
    margin-bottom: 10px;
}

.horizontal-product-card .product-title h5 {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.horizontal-product-card .product-title h5:hover {
    color: var(--gm-secondary-color);
}

.horizontal-product-card .pricing span {
    font-size: 14px;
}

.horizontal-product-card .pricing .current-price {
    color: var(--gm-primary-color);
    font-weight: 500;
}

.horizontal-product-card .pricing .sale-price {
    font-weight: 300;
    position: relative;
}

.horizontal-product-card .pricing .sale-price::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--text-color);
}

.horizontal-product-card .add_to_cart_btn {
    padding: 12px 32px;
    border: 1px solid var(--gm-primary-color);
    color: var(--gm-primary-color);
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.horizontal-product-card .add_to_cart_btn span {
    display: inline-block;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.horizontal-product-card .add_to_cart_btn:hover {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
}

.horizontal-product-card .action_btn {
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-border);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    border-radius: 2px;
}

.horizontal-product-card .action_btn svg path {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.horizontal-product-card .action_btn:hover {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
}

.horizontal-product-card .action_btn:hover svg path {
    fill: var(--white-color);
}

.horizontal-product-card:hover .feature-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.horizontal-product-card .eye-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--gm-primary-color);
}

@media (max-width: 1399.98px) {
    .horizontal-product-card {
        display: block;
    }

    .horizontal-product-card .feature-image {
        width: 100%;
        margin-bottom: 20px;
    }
}

#product_quickview .modal-dialog {
    max-width: 1400px;
}

#product_quickview .modal-dialog .modal-content {
    padding: 32px;
    position: relative;
}

#product_quickview .modal-dialog .modal-content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#product_quickview .modal-dialog .modal-content .feature-image {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 48px;
}

#product_quickview .modal-dialog .modal-content .single-product-info .rating-star li i {
    color: var(--color-yellow);
}

@media (max-width: 1399.98px) {
    #product_quickview .modal-dialog {
        max-width: 1200px;
    }

    #product_quickview .modal-dialog .modal-content .feature-image {
        min-height: 450px;
    }

    #product_quickview .modal-dialog .modal-content .single-product-info {
        margin-top: 32px;
    }
}

@media (max-width: 1199.98px) {
    #product_quickview .modal-dialog {
        max-width: 900px;
    }
}

@media (max-width: 991.98px) {
    #product_quickview .modal-dialog {
        max-width: 700px;
    }
}

@media (max-width: 575.98px) {
    #product_quickview .modal-dialog .modal-content .feature-image {
        min-height: 300px;
    }
}

/****************************** page styles ******************************/
.gm_about_section {
    position: relative;
    overflow: hidden;
}

.gm_about_section__body p {
    margin-bottom: 48px;
    max-width: 520px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.gm_about_section .gm_stretch_Img {
    position: relative;
}

.gm_about_section .gm_stretch_Img img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}

@media (max-width: 1199.98px) {
    .gm_about_section .gm_stretch_Img img {
        min-height: 460px;
    }
}

.gm_video_popup_sec {
    position: relative;
}

.gm_video_playBtnWrapp {
    padding: 205px 0;
}

.gm_video_playBtn {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    text-align: left;
    font-family: var(--heading-font);
    color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 160px;
    height: 160px;
    text-transform: uppercase;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.gm_video_playBtn:hover {
    border-color: var(--gm-secondary-color);
    color: var(--gm-secondary-color);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.gm_video_playBtn + span {
    display: none;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-content {
    position: relative;
    width: 90%;
    height: 80%;
    max-width: 1290px;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: -50px;
    font-size: 34px;
    line-height: 1;
    border-radius: 50%;
    color: var(--gm-secondary-color);
    cursor: pointer;
    z-index: 10000;
    border: 1px solid var(--gm-secondary-color);
    margin: 0;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-close:hover {
    color: var(--white-color);
}

/*********************** ticker section start ******************/
.ur-ticker-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding-left: 100%;
}

.ur-ticker-wrapper .ur-ticker {
    display: inline-block;
    white-space: nowrap;
    padding: 26px 0;
    -webkit-animation: 30s ticker linear infinite;
    animation: 30s ticker linear infinite;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 100%;
}

.ur-ticker-wrapper .ur-ticker span {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.ur-ticker-wrapper .ur-ticker span + span {
    margin-left: 120px;
}

.ur-ticker-wrapper .ur-ticker span + span::before {
    content: '';
    position: absolute;
    left: -80px;
    width: 40px;
    height: 1px;
    background-color: var(--white-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.ur-ticker-wrapper .ur-ticker span:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.ur-ticker-wrapper .ur-ticker span:hover::before {
    top: calc(50% + 6px);
}

.ur-ticker-wrapper .ur-ticker:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.gm_featured_arrow {
    gap: 12px;
}

.gm_featured_arrow button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: var(--text-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    position: relative;
    padding: 1px 6px;
}

.gm_featured_arrow .gmFeature-button-prev::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 3px;
    width: 1px;
    height: 16px;
    background: #74787C;
    opacity: 0.2;
}

@media (max-width: 767.98px) {
    .gm-arrow-top {
        display: none !important;
    }
}

.gm-arrow-bottom {
    display: none !important;
}

@media (max-width: 767.98px) {
    .gm-arrow-bottom {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .gm_trainTimer .gm_countdown {
        max-width: 355px;
        margin: 0 auto;
    }
}

.gm_trainTimer .gm_countdown ul {
    padding: 0;
    background: var(--primary-bg-color);
}

.gm_trainTimer .gm_countdown ul li {
    background: var(--color-yellow);
}

@media (max-width: 1199.98px) {
    .gm_trainTimer .gm_countdown ul li {
        min-width: 66px;
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 460px) {
    .gm_trainTimer .gm_countdown ul li {
        min-width: 55px;
        font-size: 28px;
        line-height: 40px;
    }
}

.gm_trainTimer .gm_countdown ul .gm_timerSeparator {
    color: var(--color-yellow);
    background: transparent !important;
    padding: 14px 14.4px;
}

@media (max-width: 1199.98px) {
    .gm_trainTimer .gm_countdown ul .gm_timerSeparator {
        padding: 14px 10px;
        min-width: 30px;
    }
}

@media (max-width: 460px) {
    .gm_trainTimer .gm_countdown ul .gm_timerSeparator {
        padding: 14px 7px;
        min-width: 22px;
    }
}

.gm_trainTimer .gm_countdown ul .gm_timerSeparator span {
    font-size: 31px;
}

@media (max-width: 460px) {
    .gm_trainTimer .gm_countdown ul .gm_timerSeparator span {
        font-size: 26px;
    }
}

.gm_NewCollfilter_nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .gm_NewCollfilter_nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.gm_NewCollfilter_nav li {
    padding: 11px 23px;
    border: 1px solid #e7e7e7;
    border-radius: unset;
    background: var(--color-background);
    cursor: pointer;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--text-color);
}

.gm_NewCollfilter_nav li:hover, .gm_NewCollfilter_nav li.active {
    background: var(--gm-secondary-color);
    color: var(--white-color);
}

.gm_offerPd_deal {
    overflow: hidden;
}

.gm_offerPd_pagin {
    margin-top: 64px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 18px;
}

.gm_offerPd_pagin span {
    border: 1px solid transparent;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: transparent;
    position: relative;
    opacity: 1;
    margin: 0 !important;
}

.gm_offerPd_pagin span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: rgba(3, 21, 32, 0.5);
}

.gm_offerPd_pagin span.swiper-pagination-bullet-active {
    border-color: var(--gm-secondary-color);
}

.gm_offerPd_pagin span.swiper-pagination-bullet-active::after {
    background: var(--gm-secondary-color);
}

/*************** category section ************/
.gm_fitnessCat_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.gm_fitnessCat_wrap li {
    width: 100%;
    text-align: center;
}

.gm_fitnessCat_wrap li img {
    position: absolute;
    width: 332px;
    height: 332px;
    padding: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .gm_fitnessCat_wrap li img {
        width: 250px;
        height: 250px;
        padding: 10px;
    }
}

.gm_fitnessCat_wrap li img.gm_cateImgL {
    left: -15px;
    top: -16px;
    right: auto;
}

.gm_fitnessCat_wrap li img.gm_cateImgR {
    top: 80px;
    right: -15px;
    left: auto;
}

.gm_fitnessCat_wrap li img.hovered,
.gm_fitnessCat_wrap li img.hovered_active {
    visibility: visible;
    z-index: 2;
    opacity: 1;
}

.gm_fitnessCat_wrap li a {
    font-size: 56px;
    font-weight: 600;
    line-height: 73px;
    font-family: var(--heading-font);
    color: var(--white-color);
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}

@media (max-width: 1199.98px) {
    .gm_fitnessCat_wrap li a {
        font-size: 50px;
        line-height: 67px;
    }
}

@media (max-width: 991.98px) {
    .gm_fitnessCat_wrap li a {
        font-size: 42px;
        line-height: 59px;
    }
}

.gm_fitnessCat_wrap li a::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: var(--gm-secondary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    width: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gm_fitnessCat_wrap li a.active::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.gm_fitnessCat_wrap li a .gm_catCount {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    padding: 3px 11px;
    background: var(--gm-secondary-color);
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: -12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.gm_fitnessCat_wrap li a:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.gm_fitnessCat_wrap li a:hover .gm_catCount {
    visibility: visible;
    opacity: 1;
}

/**************** feedback section start **************/
/* ========================
 CART DRAWER START
 =------------------------------------*/
.cart-drawer {
    position: fixed;
    width: calc(100% - 32px);
    height: 100vh;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 0;
    z-index: 99999999;
    bottom: 0;
    padding: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.cart-drawer.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 576px) {
    .cart-drawer {
        width: 500px;
        border-radius: 0;
    }
}

.cart-drawer-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    padding: 25px;
}

.close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1.6px solid var(--color-border);
    -webkit-box-shadow: 0px 0px 30px var(--color-shadow);
    box-shadow: 0px 0px 30px var(--color-shadow);
    border-radius: 10px;
    position: absolute;
    z-index: 200;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart-drawer-header .close-button {
    position: static;
}

/* CART EMPTY */
.cart-drawer-empty {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.empty-cart-content {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.cart-drawer-empty h5 {
    font-size: 32px;
    margin-bottom: 12px;
}

.cart-drawer-empty p {
    font-size: 25px;
    color: var(--color-heading);
    width: 355px;
    margin: 0 auto;
    max-width: 100%;
}

.cart-drawer-empty p a {
    font-weight: 600;
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    .cart-drawer-empty h5 {
        font-size: 48px;
        margin-bottom: 12px;
    }
    .navbar-expand-lg .navbar-nav{
        gap:40px;
        margin:0;
    }
}

.cart-drawer-wrapper {
    overflow: scroll;
    height: 100%;
    padding: 0 32px 220px;
}

@media (max-width: 991.98px) {
    .cart-drawer-wrapper {
        padding: 0 20px 220px;
    }
}

.cart-drawer-suggest-products .rating-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.cart-drawer-suggest-products .rating-star span svg {
    color: #d9651d !important;
    fill: #d9651d !important;
}

/* FREE SHIPPING SLIDER */
.cart-drawer-deals {
    padding: 16px;
    overflow: hidden;
    border: 0.6px solid var(--color-border);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

@media screen and (min-width: 992px) {
    .cart-drawer-deals {
        padding: 20px;
    }
}

.cart-drawer-deals-text {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-foreground);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.cart-drawer-deals-text a {
    font-weight: 600;
    color: var(--color-heading);
}

.cart-drawer-deals-text .arrow-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cart-drawer-deals.active .cart-drawer-deals-text .arrow-icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.cart-drawer-deals-rang-wrapper {
    position: relative;
}

.cart-drawer-deals-rang {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 30px;
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 48px;
    background: #f1f4f9;
    outline: none;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .cart-drawer-deals-rang {
        top: 30px;
    }
}

.cart-drawer-rang-slide {
    border-radius: 46px;
    background: var(--color-accent);
    height: 100%;
    width: 50%;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

.cart-drawer-deals-rang input[type="range"] {
    visibility: hidden;
    width: 100%;
    height: 0;
}

.cart-drawer-deals-rang-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
}

.cart-drawer li + li {
    margin-top: -2PX;
}

@media (max-width: 767.98px) {
    .cart-drawer li + li {
        margin-top: 3px;
        gap: 6px;
    }
}

.cart-drawer-deals-rang-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.cart-drawer-deals-rang-list li:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.cart-drawer-deals-rang-list li:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.cart-drawer-deals-rang-list li .icon {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-accent);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .cart-drawer-deals-rang-list li .icon {
        width: 32px;
        height: 32px;
    }
}

.cart-drawer-deals-rang-list li .icon svg {
    width: 18px;
    height: auto;
}

@media (max-width: 767.98px) {
    .cart-drawer-deals-rang-list li .icon svg {
        width: 14px;
    }
}

@media screen and (min-width: 576px) {
    .cart-drawer-deals-rang-list li .icon {
        width: 40px;
        height: 40px;
    }

    .cart-drawer-deals-rang-list li .icon svg {
        width: 18px;
        height: auto;
    }
}

.cart-drawer-deals-rang-list li span {
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .cart-drawer-deals-rang-list li span {
        font-size: 12px;
    }
}

@media screen and (min-width: 576px) {
    .cart-drawer-deals-rang-list li span {
        font-size: 14px;
    }
}

/* CART ITEM WRAPPER */
.cart-drawer-item-wrapper {
    margin-top: 32px;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .cart-drawer-item-wrapper {
        margin-top: 30px;
    }
}

.cart-drawer-item-list li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 128px 1fr;
    grid-template-columns: 128px 1fr;
    gap: 19px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .cart-drawer-item-list li {
        margin-top: 30px;
        -ms-grid-columns: 110px 1fr;
        grid-template-columns: 110px 1fr;
    }
}

@media screen and (min-width: 576px) {
    .cart-drawer-item-list li {
        -ms-grid-columns: 110px 1fr;
        grid-template-columns: 110px 1fr;
    }
}

.cart-drawer-item-list li .image-wrapper img {
    border-radius: 12px;
}

.cart-drawer-item-list li .item-content-wrapper .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-drawer-item-list li .item-title {
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .cart-drawer-item-list li .item-title {
        font-size: 16px;
    }
}

.cart-drawer-item-list li .item-title a {
    color: var(--gm-primary-color);
}

.cart-drawer-item-list li .item-price {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-foreground);
}

.cart-drawer-item-list li .item-variant {
    padding: 2px 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: var(--color-foreground);
}

.cart-drawer-item-list li .item-variant .divider {
    width: 6px;
    height: 6px;
    background: var(--color-foreground);
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
}

.cart-drawer-item-list li .item-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-drawer-item-list li .product-quantity-controller {
    --quantity-controller-ratio: 38px;
    padding: 6px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.cart-drawer-item-list li .product-quantity-controller button {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.product-outline-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --button-ratio: 10px;
    --button-radius: 10px;
    --color-background: #fff;
    width: var(--button-ratio);
    height: var(--button-ratio);
    color: var(--color-foreground);
    fill: var(--color-foreground);
    background: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--button-radius);
    -webkit-border-radius: var(--button-radius);
    -moz-border-radius: var(--button-radius);
    -ms-border-radius: var(--button-radius);
    -o-border-radius: var(--button-radius);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.product-outline-button:hover {
    --color-background: var(--color-heading);
    --color-foreground: #fff;
    --color-border: var(--color-heading);
}

.spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    --spinner-ratio: 16px;
    --spinner-duration: 2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    color: currentColor;
    fill: currentColor;
}

.cart-drawer-item-list li .product-outline-button {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.cart-drawer-item-list li .product-outline-button:hover svg {
    fill: #fff;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.cart-drawer-suggest-products-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border-bottom: 1.6px solid var(--color-border);
}

.cart-drawer-suggest-products-header h5 {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width: 576px) {
    .cart-drawer-suggest-products-header h5 {
        font-size: 24px;
    }
}

.cart-drawer-suggest-products-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 6px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0;
}

.cart-drawer-suggest-products-pagination span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    -ms-border-radius: 160px;
    -o-border-radius: 160px;
    background-color: var(--color-heading);
    margin: 0;
}

.cart-drawer-suggest-products li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
    gap: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-drawer-suggest-products li .image-wrapper img {
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

.cart-drawer-suggest-products li .product-title {
    font-size: 18px;
    padding: 9px 0;
    font-weight: 500;
}

.cart-drawer-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    border: 1.6px solid var(--color-border);
    -webkit-box-shadow: 0 0 30px var(--color-shadow);
    box-shadow: 0 0 30px var(--color-shadow);
    z-index: 20;
    padding: 30px 30px 38px;
    border-radius: 60px 60px 0 0;
}

@media (max-width: 767.98px) {
    .cart-drawer-footer {
        padding: 30px 20px 38px;
    }
}

@media screen and (min-width: 768px) {
    .cart-drawer-footer {
        padding: 30px 30px 40px;
        border-radius: 30px 30px 0 0;
        -webkit-border-radius: 60px 60px 0 0;
        -moz-border-radius: 60px 60px 0 0;
        -ms-border-radius: 60px 60px 0 0;
        -o-border-radius: 60px 60px 0 0;
    }
}

.cart-drawer-footer-heading h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .cart-drawer-footer-heading h4 {
        font-size: 18px;
    }
}

.cart-drawer-footer-heading p {
    font-size: 16px;
    color: var(--color-heading);
}

@media (max-width: 767.98px) {
    .cart-drawer-footer-heading p {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .cart-drawer-footer-heading h4 {
        font-size: 24px;
    }
}

.cart-drawer-footer-button-wrapper {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cart-drawer-footer-button-wrapper .gm_primary-btn {
    padding: 12.5px 20px 12.5px;
    text-align: center;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .cart-drawer-footer-button-wrapper .gm_primary-btn {
        padding: 10px 10px 2px;
    }
}

.cart-drawer-footer-button-wrapper .gm_primary-btn .gm_btn_text {
    font-size: 16px;
    font-weight: 600;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .cart-drawer-footer-button-wrapper .gm_primary-btn .gm_btn_text {
        font-size: 12px;
        font-weight: 600;
        gap: 6px;
    }
}

/* ========================
 Products Card
  =------------------------------------*/
.product .product-image {
    position: relative;
}

.product .product-image img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
}

.product .product-image img:last-child {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.product:hover .product-image img:last-child {
    opacity: 1;
    visibility: visible;
}

.product:hover .product-image img:first-child {
    opacity: 0;
    visibility: hidden;
}

/* ========================
 PRODUCT QUANTITY CONTROLLER
  =------------------------------------*/
.product-quantity-controller {
    --quantity-controller-ratio: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid var(--color-border);
    border-radius: 10px;
}

.product-quantity-controller button,
.product-quantity-controller input {
    color: var(--color-heading);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #f1f4f9;
    border-radius: 10px;
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--color-foreground);
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-quantity-controller input {
    border: 0;
}

.product-quantity-controller button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: var(--color-heading);
}

.product-quantity-controller input,
.product-quantity-controller input::-webkit-input-placeholder {
    background: transparent;
    color: var(--color-heading);
}

.product-quantity-controller input,
.product-quantity-controller input:-ms-input-placeholder {
    background: transparent;
    color: var(--color-heading);
}

.product-quantity-controller input,
.product-quantity-controller input::-ms-input-placeholder {
    background: transparent;
    color: var(--color-heading);
}

.product-quantity-controller input,
.product-quantity-controller input::placeholder {
    background: transparent;
    color: var(--color-heading);
}

/* ========================
 POPUP SECTION BAR START
 =------------------------------------*/
.overlay {
    --overlay-z-index: 99998;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: var(--overlay-z-index);
    background: rgba(2, 7, 20, 0.6);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    inset: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.popup {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    position: fixed;
    width: 100vw;
    height: 100%;
    z-index: 9999999;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    transform: translateY(-4rem);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-4rem);
    -moz-transform: translateY(-4rem);
    -ms-transform: translateY(-4rem);
    -o-transform: translateY(-4rem);
}

.overlay-closer {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: transparent;
}

.popup-wrapper {
    position: relative;
    z-index: 1;
}

.popup.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

/* ========================
 MOBILE MENU START
 =------------------------------------*/
.mobile-menu {
    position: fixed;
    z-index: 999999999;
    top: 0;
    width: 360px;
    max-width: 100%;
    background: #f6f7f8;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    height: 100vh;
}

.header-mobile-menu {
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    left: 0;
    top: 0;
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 0px 0 30px 30px;
}

.header-mobile-menu .close-button {
    position: static;
}

.mobile-menu-wrapper {
    margin-top: 48px;
    padding: 0 20px;
    position: relative;
}

.mobile-menu-wrapper-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 26px;
}

.mobile-menu-wrapper-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    font-weight: 700;
    color: var(--color-heading);
    font-size: 18px;
}

.mobile-menu-wrapper-list li a img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid var(--color-heading);
}

.mobile-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px;
    bottom: 0;
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.mobile-menu-footer .footer-contact-text a {
    color: var(--color-heading);
}

.mobile-menu-footer-button-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.mobile-menu-footer-button-wrapper .gm_primary-btn {
    padding: 8px 20px;
    text-align: center;
    border-radius: 30px;
    width: 100%;
}

.mobile-menu-footer-button-wrapper .gm_primary-btn .gm_btn_text {
    font-size: 16px;
    font-weight: 600;
}

.mobile-footer-option-wrapper {
    width: 100%;
    height: 100%;
}

.mobile-footer-option-wrapper .custom-select {
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-family: var(--font-body);
    padding: 10px 13px;
    color: var(--color-heading);
    border: 1px solid var(--color-border) !important;
    border-radius: 40px;
    font-weight: 600;
    line-height: 150%;
    height: 42px;
}

.mobile-footer-option-wrapper .custom-select::after {
    top: 25%;
    right: 16px;
}

.mobile-menu-footer-button-wrapper .mobile-menu-currency {
    background: transparent;
}

.mobile-menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
    border-top: 1px solid var(--color-border);
    padding-top: 20px;
}

.mobile-menu-social li {
    --color-foreground: var(--color-heading);
    color: var(--color-foreground);
}

.mobile-submenu {
    width: 100%;
    position: absolute;
    background: #f6f7f8;
    width: 100%;
    display: none;
    z-index: 250;
    margin: 0;
    overflow: visible;
    padding: 0;
    margin: 0;
    top: -6px;
    left: 0;
    padding: 0 20px;
}

.mobile-submenu-back-button {
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid var(--color-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* ========================
 OPTION & SELECT SECTION START
 =------------------------------------*/
.custom-select {
    position: relative;
    width: 16rem;
}

.custom-select.open {
    z-index: 999999999999999;
}

.custom-select::after {
    color: var(--color-foreground);
    content: "›";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -0.6rem;
    right: 0;
    font-size: 28px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.custom-select.open::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0.3rem center;
    -ms-transform-origin: 0.3rem center;
    transform-origin: 0.3rem center;
}

.custom-select .selected {
    color: var(--color-foreground);
    position: relative;
}

.custom-select .select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.custom-select .select-options-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: var(--color-foreground);
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: .8rem;
    position: absolute;
    width: 100%;
    bottom: 100%;
    overflow: hidden;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    left: 0;
}

.custom-select.open .select-options-list {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.select-options-list .option {
    --color-heading: #020714;
    color: var(--color-heading);
    padding: 10px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.select-options-list .option:hover {
    background-color: #ddd;
}

.video-box {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-box .template-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-box .template-video-btn:hover {
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.about-mission-box {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    padding: 0 32px;
}

.gm2-accordion .accordion-item {
    border: 0;
    border-top: 1px solid var(--color-border2);
    border-bottom: 1px solid var(--color-border2);
    padding: 22px 0;
}

.gm2-accordion .accordion-item .accordion-header a {
    color: var(--gm-primary-color);
}

.gm2-accordion .accordion-item + .accordion-item {
    border-top: 0;
}

.ab-feature-box {
    padding: 0 12px;
}

.ab-feature-box .icon-wrapper svg path {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.ab-feature-box p {
    color: #8D8D8D;
}

.ab-feature-box .explore-btn {
    color: var(--white-color);
    position: relative;
}

.ab-feature-box .explore-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: calc(100% - 24px);
    height: 1px;
    background-color: var(--white-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.ab-feature-box .explore-btn:hover::before {
    width: 0;
}

.ab-feature-box:hover .icon-wrapper svg path {
    fill: var(--gm-secondary-color);
}

.gm-team-card img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm-team-card .team-social {
    padding: 22px 16px;
    background-color: var(--gm-primary-color);
    text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    left: 0;
    bottom: -100px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.gm-team-card .team-social a {
    width: 42px;
    height: 42px;
    border: 1px solid #444;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white-color);
    border-radius: 50%;
}

.gm-team-card .team-social a:hover {
    background-color: var(--white-color);
    color: var(--gm-primary-color);
}

.gm-team-card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gm-team-card:hover .team-social {
    bottom: 0;
}

.mg-feedback-slider {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .mg-feedback-slider .gm-feedback-single {
        padding: 0 10px;
    }
}

.mg-feedback-slider .gm-feedback-single h2 {
    line-height: 50px;
}

@media (max-width: 767.98px) {
    .mg-feedback-slider .gm-feedback-single h2 {
        font-size: 20px;
        line-height: 34px;
    }
}

.feedback-slider-arrow {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: -150px;
    padding: 0 20px;
}

.feedback-slider-arrow svg {
    fill: red;
    stroke: #d1d1d1;
}

.feedback-slider-arrow .feedback-button-prev:hover svg,
.feedback-slider-arrow .feedback-button-next:hover svg {
    stroke: #444;
}

@media (max-width: 1199.98px) {
    .feedback-slider-arrow {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        padding: 0;
        margin-top: 60px;
        gap: 40px;
    }
}

@media (max-width: 1199.98px) and (max-width: 767.98px) {
    .feedback-slider-arrow {
        margin-top: 30px;
    }
}

/******************* 404 page ***************/
.not-found-area {
    padding: 265px 0;
    min-height: 100vh;
}

.not-found-area .overlay-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.not-found-area .content-404 {
    z-index: 2;
    position: relative;
}

.not-found-area .content-404 h1 {
    font-size: 300px;
    font-weight: 500;
    line-height: 360px;
}

.not-found-area .content-404 p {
    font-size: 18px;
    position: relative;
}

@media (max-width: 991.98px) {
    .not-found-area .content-404 h1 {
        font-size: 250px;
    }
}

@media (max-width: 767.98px) {
    .not-found-area .content-404 h1 {
        font-size: 200px;
        line-height: 200px;
    }
}

@media (max-width: 575.98px) {
    .not-found-area .content-404 h1 {
        font-size: 150px;
    }
}

@media (max-width: 575.98px) {
    .not-found-area {
        padding: 150px 0;
    }
}

/*********************** blog single ******************/
.tags-social span {
    color: var(--gm-primary-color);
    text-transform: uppercase;
}

.tags-social .tags-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.tags-social .tags-list a {
    padding: 10px 20px;
    border: 1px solid var(--color-border);
    color: var(--gm-primary-color);
    font-size: 15px;
}

.tags-social .tags-list a:hover {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
    border-color: var(--gm-primary-color);
}

.tags-social .social-share a {
    display: inline-block;
    color: var(--gm-primary-color);
    padding: 0 6px;
}

.tags-social .social-share a:hover {
    color: var(--gm-secondary-color);
}

.blog-author-box .author-thumb {
    width: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-author-box .author-socials a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-border);
    color: var(--gm-primary-color);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.blog-author-box .author-socials a:hover {
    color: var(--white-color);
    background-color: var(--gm-primary-color);
    border-color: var(--gm-primary-color);
}

.spacer {
    border-top: 1px solid var(--color-border);
}

.blog-comment-list li {
    padding: 30px 0;
}

.blog-comment-list li + li {
    border-top: 1px solid var(--color-border);
}

.blog-comment-list .client-thumb {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-comment-list .reply-btn {
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}
.blog-comment-style-one{
    margin: 0;
    padding: 0;
}
.blog-comment-style-one ol, .blog-comment-style-one li{
    list-style: none;
}
.blog-comment-style-one li{
    padding-top: 30px;
    border-top: 1px solid var(--color-border);
}
.blog-comment-style-one > li:first-child{
    border-top: none;
}
.blog-comment-style-one .comment-author.vcard {
    display: flex;
}
.blog-comment-style-one .comment-author a, .blog-comment-style-one .comment-author .fn{
    font-family: var(--heading-font);
    line-height: 1.1;
    color: var(--color-heading);
    font-size: 24px;
    font-weight: 500;
}
.blog-comment-style-one .comment-metadata a {
    font-weight: 300!important;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .blog-comment-list .reply-btn {
        position: initial;
        margin-top: 15px;
    }
}

/***************** product single ***************/
.product-gallery-wraper {
    gap: 20px;
}

@media (max-width: 767.98px) {
    .product-gallery-wraper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-gallery-wraper .product-nav-slider-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-gallery-wraper .product-main-slider-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.product-gallery-wraper3 {
    gap: 20px;
}

@media (max-width: 991.98px) {
    .product-gallery-wraper3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-gallery-wraper3 .product-nav-slider-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-gallery-wraper3 .product-main-slider-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-gallery-wraper3 .swiper {
        margin-left: 0;
        margin-right: 0;
    }
}

.product-gallery-wraper3 .feature-image {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-nav-slider3 img {
    height: 100%;
}

@media (max-width: 991.98px) {
    .product-nav-slider3 img {
        height: 138px;
    }
}

.product-nav-slider-wrapper {
    width: 125px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-nav-slider-wrapper .product-nav-slider {
    height: 682px;
    overflow: hidden;
}

.product-nav-slider-wrapper .product-nav-slider .slick-slide + .slick-slide {
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .product-nav-slider-wrapper {
        width: 100%;
    }

    .product-nav-slider-wrapper .product-nav-slider {
        height: auto;
    }

    .product-nav-slider-wrapper .product-nav-slider .slick-list {
        margin: 0 -8px;
    }

    .product-nav-slider-wrapper .product-nav-slider .slick-list .slick-slide {
        margin: 0 8px;
    }
}

.product-nav-slider-wrapper .product-nav-slider3 {
    height: 682px;
    overflow: hidden;
}

.product-nav-slider-wrapper .product-nav-slider3 .slick-slide + .slick-slide {
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .product-nav-slider-wrapper {
        width: 100%;
    }

    .product-nav-slider-wrapper .product-nav-slider3 {
        height: auto;
    }

    .product-nav-slider-wrapper .product-nav-slider3 .slick-list {
        margin: 0 -8px;
    }

    .product-nav-slider-wrapper .product-nav-slider3 .slick-list .slick-slide {
        margin: 0 8px;
    }
}

.product-nav-slider-wrapper .product-nav-slider3 .feature-image {
    padding: 20px;
    border: 1px solid var(--color-border);
    text-align: center;
}

.product-main-slider-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-product-slider .feature-image {
    width: 100%;
    min-height: 680px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
}

@media (max-width: 767.98px) {
    .single-product-slider .feature-image {
        min-height: auto;
    }
}

.single-product-info .pricing span {
    font-size: 26px;
}

.single-product-info .pricing span.pricing-devider {
    margin: 0 4px;
}

.single-product-info .short-description {
    padding: 24px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.single-product-info .add_to_cart_btn {
    padding: 14px 32px;
    background-color: var(--gm-primary-color);
    color: var(--white-color);
    border: 1px solid var(--gm-primary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    text-transform: uppercase;
}

.single-product-info .add_to_cart_btn svg path {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.single-product-info .add_to_cart_btn:hover {
    background-color: transparent;
    border-color: var(--color-border);
    color: var(--gm-primary-color);
}

.single-product-info .add_to_cart_btn:hover svg path {
    fill: var(--gm-primary-color);
}

.single-product-info .wish_btn {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    text-transform: uppercase;
}

.single-product-info .wish_btn:hover {
    color: var(--gm-secondary-color);
}

.single-product-info .product-meta li {
    color: var(--text-color);
}

.single-product-info .product-meta li + li {
    margin-top: 6px;
}

.single-product-features li {
    color: var(--gm-primary-color);
}

.single-product-features li + li {
    margin-top: 16px;
}

.single-product-tab .nav {
    gap: 20px;
    border-bottom: 1px solid var(--color-border);
}

.single-product-tab .nav li a {
    font-size: 20px;
    color: var(--text-color);
    display: inline-block;
    padding: 6px 0;
}

.single-product-tab .nav li a.active {
    color: var(--gm-primary-color);
}

.single-product-tab .video-content {
    width: 42%;
}

.single-product-tab .video-content .video-popup-btn {
    width: 102px;
    height: 102px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    color: var(--white-color);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 30px;
}

.single-product-tab .video-content .video-popup-btn:hover {
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

@media (max-width: 991.98px) {
    .single-product-tab .video-content {
        width: 100%;
    }
}

.prduct-reviews > li + li {
    margin-top: 30px;
}

.prduct-reviews > li > img {
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/************* cart table *************/
.cart-table {
    width: 100%;
    border: 1px solid var(--color-border);
}

.cart-table tr {
    border-top: 1px solid var(--color-border);
}

.cart-table th {
    font-weight: 400;
    text-transform: uppercase;
    padding: 24px 40px;
}

.cart-table .remove_product {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.cart-table .remove_product:hover {
    color: var(--gm-secondary-color);
}

.cart-table td {
    padding: 30px 40px;
    vertical-align: middle;
}

.cart-table td .product-box {
    min-width: 350px;
}

.cart-table td .feature-image {
    width: 80px;
    padding: 10px;
}

.cart-table td .quantity input {
    max-width: 50px;
    border: 1px solid var(--color-border);
    padding: 10px;
    text-align: center;
}

.cart-table td .quantity .step-btns {
    width: 30px;
    height: 46px;
    border: 1px solid var(--color-border);
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.cart-table td .quantity .step-btns::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: var(--color-border);
}

.cart-table td .quantity .step-btns button {
    font-size: 12px;
    padding: 0;
    display: block;
}

.cart-coupon-form {
    max-width: 475px;
    gap: 10px;
}

.cart-coupon-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--color-border);
    font-weight: 300;
    font-size: 14px;
}

.cart-coupon-form .submit-btn {
    border: 1px solid var(--color-border);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 13px 30px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.cart-coupon-form .submit-btn:hover {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
}

.cart-calculator-form table {
    width: 100%;
    border: 1px solid var(--color-border);
}

.cart-calculator-form table tr {
    border-top: 1px solid var(--color-border);
}

.cart-calculator-form table td {
    font-size: 18px;
    vertical-align: top;
    width: 50%;
    padding: 24px 32px;
}

.cart-calculator-form table td .shipping-method {
    min-width: 250px;
}

.cart-calculator-form table td .shipping-method label {
    display: block;
}

.cart-calculator-form table td .shipping-method label span {
    position: relative;
    padding-left: 24px;
    margin-left: -20px;
}

.cart-calculator-form table td .shipping-method label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gm-primary-color);
    border-radius: 50%;
}

.cart-calculator-form table td .shipping-method label span::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: var(--gm-primary-color);
    border-radius: 50%;
    opacity: 0;
}

.cart-calculator-form table td .shipping-method label input {
    opacity: 0;
}

.cart-calculator-form table td .shipping-method label input:checked ~ span::after {
    opacity: 1;
}

.cart-calculator-form table td .shipping-method label + label {
    margin-top: 12px;
}

.cart-calculator-form table td .shipping-method p {
    max-width: 270px;
}

/*************** checkout page ***************/
.returning-box {
    padding: 18px 30px;
    position: relative;
}

.returning-box .checkout-login-form {
    background-color: var(--white-color);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: padding 0ms;
    -o-transition: padding 0ms;
    transition: padding 0ms;
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.returning-box .checkout-login-form .theme-input {
    background-color: transparent;
    margin-bottom: 20px;
    border: 1px solid var(--color-border);
}

.returning-box .checkout-login-form.active {
    max-height: 200px;
    padding: 24px;
    margin-top: 24px;
}

.checkout-coupon-box {
    padding: 18px 30px;
    border: 1px solid var(--color-border);
}

.checkout-coupon-box .checkout-coupon-form {
    max-width: 400px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.checkout-coupon-box .checkout-coupon-form input {
    margin-bottom: 20px;
}

.checkout-coupon-box .checkout-coupon-form.active {
    max-height: 200px;
    background-color: var(--white-color);
    margin-top: 24px;
}

.checkout-form .input-field label {
    margin-bottom: 10px;
}

.checkout-form .input-field .nice-select {
    height: 54px;
    line-height: 54px;
}

.checkout-form .input-field .nice-select.open .list {
    width: 100%;
}

.checkout-form .theme-input {
    border: 1px solid var(--color-border);
    font-weight: 300;
}

.order-table {
    width: 100%;
    padding: 40px;
    border: 1px solid var(--color-border);
}

.order-table table {
    width: 100%;
}

.order-table table tr {
    border-bottom: 1px solid var(--color-border);
}

.order-table table th {
    text-transform: uppercase;
    font-weight: 500;
    padding: 24px 0;
}

.order-table table td {
    padding: 24px 0;
    vertical-align: middle;
}

.order-table table td .product-box {
    min-width: 340px;
}

.order-table table td .pp-price {
    min-width: 100px;
}

.order-table table .feature-image {
    width: 80px;
    padding: 10px;
}

.checkout-payment-methods label {
    display: block;
    position: relative;
}

.checkout-payment-methods label input {
    opacity: 0;
}

.checkout-payment-methods label input:checked ~ span::after {
    opacity: 1;
}

.checkout-payment-methods label span.radio {
    position: relative;
    padding-left: 15px;
}

.checkout-payment-methods label span.radio::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gm-primary-color);
    background-color: transparent;
    border-radius: 50%;
}

.checkout-payment-methods label span.radio::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--gm-primary-color);
    border-radius: 50%;
    opacity: 0;
}

.checkout-payment-methods label p {
    margin-top: 4px;
}

.checkout-payment-methods label + label {
    margin-top: 12px;
}

.checkout-payment-methods label input:checked ~ .description {
    display: block;
}

.checkout-payment-methods label input:checked ~ span.checkbox::before {
    background-color: var(--gm-primary-color);
    border-color: var(--gm-primary-color);
}

.checkout-payment-methods label .description {
    display: none;
    margin-top: 10px;
}

.checkout-payment-methods label span.checkbox {
    position: relative;
    padding-left: 10px;
}

.checkout-payment-methods label span.checkbox::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    position: absolute;
    left: -15px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-border);
    color: var(--white-color);
}

/*************** contact page *************/
.contact-form-box {
    padding: 60px;
}

@media (max-width: 767.98px) {
    .contact-form-box {
        padding: 32px;
    }
}

.location-map {
    opacity: 0.8;
}

.location-map iframe {
    width: 100%;
    height: 500px;
}

.location-box {
    padding: 70px 60px;
}

.location-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
    border: 1px solid var(--gm-secondary-color);
    left: 0;
    top: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    opacity: 0;
}

.location-box h3 {
    position: relative;
}

.location-box h3::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: var(--gm-primary-color);
}

.location-box:hover::before {
    opacity: 1;
    top: 15px;
    left: -15px;
}

/**************** faq page ************/
.faq-form {
    border: 1px solid var(--color-border);
    padding: 40px 40px 80px;
}

.faq-form input, .faq-form textarea {
    background-color: transparent;
    border: 1px solid var(--color-border);
    margin-bottom: 20px;
}

.faq-accordion .accordion-item {
    border: 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 30px 0;
}

.faq-accordion .accordion-item + .accordion-item {
    border-top: 0;
}

.faq-accordion .accordion-item .accordion-header a {
    font-size: 18px;
    color: var(--gm-primary-color);
    font-weight: 500;
}

.product2-slider-system .rtl-slider-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1199.98px) {
    .product2-slider-system .rtl-slider-flex {
        display: block;
    }
}

.product2-slider-system .rtl-slider-flex .rtl-slider {
    width: 70%;
    margin-right: 25px;
    min-height: 600px;
}

.product2-slider-system .rtl-slider-flex .rtl-slider .slick-list {
    margin: 0 -12px;
}

.product2-slider-system .rtl-slider-flex .rtl-slider .slick-list .slick-slide {
    margin: 0 12px;
}

@media (max-width: 1399.98px) {
    .product2-slider-system .rtl-slider-flex .rtl-slider {
        width: 85%;
    }
}

@media (max-width: 1199.98px) {
    .product2-slider-system .rtl-slider-flex .rtl-slider {
        width: 100%;
        min-height: auto;
    }
}

.product2-slider-system .rtl-slider-flex .rtl-slider img {
    width: 980px;
}

@media (max-width: 1199.98px) {
    .product2-slider-system .rtl-slider-flex .rtl-slider img {
        width: 97%;
    }
}

.product2-slider-system .rtl-slider-nav {
    max-height: 590px;
}

.product2-slider-system .rtl-slider-nav .rtl-slider-slide {
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .product2-slider-system .rtl-slider-nav {
        margin-top: 24px;
    }

    .product2-slider-system .rtl-slider-nav .slick-list {
        margin: 0 -12px;
    }

    .product2-slider-system .rtl-slider-nav .slick-list .slick-slide {
        margin: 0 12px;
    }
}

.product2-slider-system .slick-slide.slick-current.slick-active .rtl-slider-slide {
    opacity: 1;
}

.product-2-info-left {
    position: relative;
    padding-top: 60px;
}

.product-2-info-left .single-product-info .countdown-content {
    max-width: 590px;
    background-color: var(--gm-primary-color);
    color: var(--white-color);
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 34px;
    padding: 10px 30px;
}

@media (max-width: 1399.98px) {
    .product-2-info-left .single-product-info .countdown-content .countdown-flexign {
        gap: 10px;
    }
}

@media (max-width: 1199.98px) {
    .product-2-info-left .single-product-info .countdown-content .countdown-flexign {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199.98px) {
    .product-2-info-left .single-product-info .countdown-content .countdown-flexign .conutdown-text {
        text-align: center;
        padding-bottom: 10px;
    }
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .conutdown-text span {
    font-size: 14px;
    font-weight: 400;
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .conutdown-text i {
    margin-right: 5px;
}

@media (max-width: 1199.98px) {
    .product-2-info-left .single-product-info .countdown-content .countdown-flexign .countdown {
        text-align: center;
    }
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .countdown ul li {
    display: inline-block;
    margin: 0 13px;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--body-font);
    position: relative;
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .countdown ul li .timer-count-number {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .countdown ul li .countdown-dots {
    position: absolute;
    top: 13%;
    left: 143%;
}

.accodinon-box {
    border: 1px solid var(--color-border);
    padding: 30px 40px;
}

@media (max-width: 991.98px) {
    .accodinon-box {
        margin-top: 30px;
    }
}

.accodinon-box .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accodinon-box .accordion .accordion-item:last-child {
    border-bottom: none;
}

.accodinon-box .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    background: none;
    outline: none;
    font-family: 'prompt';
}

.accodinon-box .accordion button:hover,
.accodinon-box .accordion button:focus {
    cursor: pointer;
}

.accodinon-box .accordion button .accordion-title {
    padding: 20px 0;
}

.accodinon-box .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
}

.accodinon-box .accordion-item {
    border: none;
}

.accodinon-box .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accodinon-box .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accodinon-box .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accodinon-box .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 15em;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accodinon-box .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 200ms linear, max-height 200ms linear;
    -o-transition: opacity 200ms linear, max-height 200ms linear;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accodinon-box .accordion .accordion-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    font-family: 'prompt';
}

.inner-product-details3 {
    background-color: #f9f9f9;
}

.inner-product-details3 .single-product-tab {
    background-color: var(--white-color);
    padding: 100px;
    margin-top: 50px;
}

.inner-product-details3 .product-details-3-area-bg {
    background: var(--white-color);
    padding: 100px;
}

.pd-3-slider-wrapper {
    width: 200px;
}

.pd-3-slider-wrapper .slick-slide {
    margin-bottom: 15px;
}

.pd-3-slider-wrapper .slick-slide .feature-image {
    background-color: var(--white-color);
    text-align: center;
    height: 210px;
}

.pd-3-slider-wrapper .slick-slide .feature-image img {
    max-width: 100%;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .pd-3-slider-wrapper .product-nav-slider2 .slick-list {
        margin: 0 -12px;
    }

    .pd-3-slider-wrapper .product-nav-slider2 .slick-list .slick-slide {
        margin: 0 12px;
    }
}

@media (max-width: 991.98px) {
    .pd-3-slider-wrapper {
        width: 100%;
    }

    .pd-3-slider-wrapper .feature-image {
        height: auto;
    }
}

.rtl-slider .rtl-slider-slide {
    position: relative;
}

.rtl-slider .rtl-slider-slide .sale-badge {
    width: 50px;
    height: 50px;
    background-color: var(--gm-primary-color);
    color: var(--white-color);
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
}

.layout-grid {
    padding: 8px 12px;
    gap: 12px;
    border: 1px solid var(--color-border);
}

.layout-grid a {
    opacity: 0.4;
}

.layout-grid a.active {
    opacity: 1;
}

.coupon-banner {
    padding: 60px 0 60px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.gm_rangeSlider_wrap .slider-container {
    position: relative;
    min-height: 15px;
    margin-bottom: 10px;
}

.gm_rangeSlider_wrap input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.gm_rangeSlider_wrap .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.gm_rangeSlider_wrap input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.gm_rangeSlider_wrap input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.gm_rangeSlider_wrap input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.gm_rangeSlider_wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background-color: var(--gm-secondary-color);
    cursor: pointer;
    margin-top: -5px;
    pointer-events: auto;
    border-radius: 50%;
}

.gm_rangeSlider_wrap input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--gm-secondary-color);
    pointer-events: auto;
    border: none;
}

.gm_rangeSlider_wrap input[type="range"]::-ms-thumb {
    appearance: none;
    height: 15px;
    width: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--gm-secondary-color);
    pointer-events: auto;
}

.gm_rangeSlider_wrap input[type="range"]:active::-webkit-slider-thumb {
    background-color: var(--border-gray);
    border: 1px solid var(--gm-secondary-color);
}

/*************** wishlist table *****************/
.wishlist-table table {
    border: 1px solid var(--color-border);
    border-top: 0;
}

.wishlist-table tr {
    border-top: 1px solid var(--color-border);
}

.wishlist-table tr th {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
    padding: 24px 32px;
    font-weight: 400;
}

.wishlist-table tr td {
    padding: 30px 40px;
    vertical-align: middle;
}

.wishlist-table tr td .product-box {
    min-width: 340px;
}

.wishlist-table tr td .stock-status {
    min-width: 290px;
    gap: 10px;
}

.wishlist-table tr td .remove_product {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.wishlist-table tr td .remove_product:hover {
    color: var(--gm-secondary-color);
}

.wishlist-table tr td .feature-image {
    width: 80px;
    padding: 10px;
}

/******************* Theme Additional Style *******************/

.elm__top_header_left_bg_shape:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #ff5824;
    z-index: 1;
}
.elm__main_header_left_bg_shape:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}
.template-pagination ul.page-numbers{
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
.template-pagination li span.current {
    background-color: var(--gm-primary-color);
    color: var(--white-color);
}
.jawan-blog-single-style-one-meta .byline a{
    color: var(--text-color);
    text-transform: capitalize;
    font-weight: initial;
}
.search-container {
    position: relative;
}

.search-container .search-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search-container input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.blog-sidebar .widget-title{
    border-bottom: none;
}
.blog-sidebar ul.wp-block-categories{
    margin: 0;
}
.blog-sidebar ul.wp-block-categories a{
    color: var(--bs-body-color);
    font-weight: 300;
}
.shop-style-one .woocommerce-ordering{
    margin-bottom: 0;
}
.nice-select .list{
    margin-left: 0;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #fff;
    fill: transparent;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: rgb(255 255 255);
    fill: #fff;
}
.gm_pd01Actions a svg.yith-wcwl-icon path {
    fill: inherit;
    stroke-width: 2px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
    width: 23px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 0;
}
.product-list-style-category-list a {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--gm-secondary-color);
    display: inline-block;
    margin-bottom: 8px;
}
.product-list-style-category-list a:hover {
    color: var(--color-heading);
}
.list-archive-price ins {
    color: var(--gm-primary-color);
    font-weight: 500;
}
.list-archive-price del {
    font-weight: 300;
}
.horizontal-product-card .yith-add-to-wishlist-button-block svg.yith-wcwl-add-to-wishlist-button-icon{
    color: #000000;
}
.horizontal-product-card .yith-add-to-wishlist-button-block{
    margin: 0;
}
.horizontal-product-card .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    fill: #000000;
}
.horizontal-product-card form.cart.grouped_form {
    width: 100%;
}
a.added_to_cart.wc-forward {
    padding: 14px 36px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    float: left;
    min-width: 260px;
    text-align: center;
}
button.single_add_to_cart_button.added {
    display: none;
}
.single-product-style-one-cat-btn a{
    color: var(--gm-secondary-color);
}
.woocommerce-product-details__short-description p {
    margin-bottom: 0;
}
.single_page_wish_btn .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
    color: #000000;
}
.single_page_wish_btn .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    fill: #000000;
}
.single-product-style-one-cart-wishlist form.cart {
    margin-top: 0;
}

.single-product-style-one-cart-wishlist .quantity,
.single-product-style-one-cart-wishlist .single_add_to_cart_button {
    margin-bottom: 0 !important;
}

.single_page_wish_btn .yith-wcwl-add-to-wishlist-button {
    color: #000;
}

.single_page_wish_btn .yith-wcwl-add-to-wishlist-button:hover,
.single_page_wish_btn .yith-wcwl-add-to-wishlist-button:hover svg{
    color: var(--gm-secondary-color) !important;
}
.single_page_wish_btn .yith-wcwl-add-to-wishlist-button svg{
    transition: initial;
}
.single-product-info .product-meta li a {
    color: var(--text-color);
}

.single-product-info .product-meta li a:hover {
    color: var(--gm-secondary-color);
}
.single-product-style-one-brand-btn span{
    color: var(--gm-secondary-color);
}
.single_page_wish_btn {
    padding: 4px 0px;
}
.product-type-variable .single_page_wish_btn {
    float: left;
    margin-left: 16px;
}
.jawan_product_single_style_one .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 0 !important;
}
.woocommerce-js div.product .woocommerce-tabs.jawan_product_style_one_woo_tabs {
    margin-bottom: 0;
}

.woocommerce-js div.product .woocommerce-tabs.jawan_product_style_one_woo_tabs ul.tabs.wc-tabs {
    border-top: none;
    gap: 20px;
    border-bottom: 1px solid var(--color-border);
}
.woocommerce-js div.product .woocommerce-tabs.jawan_product_style_one_woo_tabs ul.tabs li.active::before{
    content: none;
}
.woocommerce-js div.product .woocommerce-tabs.jawan_product_style_one_woo_tabs ul.tabs li a{
    font-size: 20px;
    color: var(--text-color);
    display: inline-block;
    padding: 6px 0;
    font-weight: 400;
}
.woocommerce-js div.product .woocommerce-tabs.jawan_product_style_one_woo_tabs ul.tabs li.active a{
    color: var(--gm-primary-color);
}
.gm__related_products .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    justify-content: center;
}
.gm__related_products  .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.star-rating span::before {
    color: var(--color-yellow);
}
.gm_trendingItem_03 .gm_pd03Actions a svg path {
    fill: inherit;
    stroke-width: 2px;
    stroke: var(--white-color);
}
.gm_testimonial_cnt .brand_logo {
    width: 62px;
}
.gm_testi_rating i{
    color: var(--gm-secondary-color);
}
.subsCribe-form span.wpcf7-list-item {
    margin-left: 0;
}
.gm_widget_nav{
    margin:0;
    padding:0;
}
.gm_widget_nav li{
    list-style:none;
}
.gm_widget_nav li:last-child{
    margin-bottom: 0 !important;
}
.gm_widget_nav li .badge{
        font-size: 14px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 4px;
    border: 0;
    font-weight: 400;
        display: inline-flex
;
    align-items: center;
    justify-content: center;
}
.widget__gallery_img{
    overflow: hidden;
}
.widget__gallery_img img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.widget__gallery_img:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
@media (min-width: 1036px) {
    .d-block.d-customL-none {
        display: none!important;
    }
    .d-customL-block, .navbar.d-customL-block {
        display: block !important;
    }
}
/*
    Code Pushed By Rasel Branch
 */