:root {
    --black: #000;
    --white: #fff;
    --blue: #243A63;
    --blue55: rgba(36, 58, 99, 0.55);
    --white20: rgba(255, 255, 255, 0.2);
    --white50: rgba(255, 255, 255, 0.5);
    --gray: #E7E9EE;
    --gray-a: #B2B2B1;
    --gray-d: #757575;
    --gray-g: #E2E8EF;
    --gray-b: #E0E0E0;
    --red: #FF0000;
    --beige: #F8F0DA;
    --gray-blue: #E2E8EF;
    --light-purple: #EDDCD9;
    --bs-nav-link-font-size: 18px !important;
    scroll-behavior: smooth;
}

@media (max-width: 1000px) and (min-width: 768px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 80px !important;
    }
}

@media (max-width: 768px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 48px !important;
    }
}

@font-face {
    font-family: "Fira Sans", sans-serif;
}

html {
    overflow-x: inherit;
}

* {
    box-sizing: border-box;
    padding: 0;
}

body {
    font-size: 18px;
    font-size: clamp(1rem, 0.9583rem + 0.2083vw, 1.125rem);
    font-family: "Fira Sans", sans-serif;
    color: var(--black);
    overflow-x: hidden;
}

.font-default {
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
}

h3, h3.font-default {
	font-size: 18px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Fira Sans", sans-serif; /* "Anton", "Arial", sans-serif; */
    font-weight: 400;
    font-style: normal;
}

ol, ul {
	padding-left: 2rem !important;
}

ul.b-content__list,
ul.nav-pills {
	padding-left: 0!important;
}

body img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a {
    text-decoration: none;
    text-underline-offset: 0.1em;
}

a:hover {
    text-decoration: underline;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-25 {
    border-radius: 25px !important;
}

.rounded-30 {
    border-radius: 30px;
}

.mh-52 {
    min-height: 52px !important;
}

.row-gap-20 {
    gap: 20px;
}

.row-gap-30 {
    row-gap: 30px;
}

.row-gap-32 {
    row-gap: 32px;
}

.row-gap-45 {
    row-gap: 45px;
}

.row-gap-50 {
    row-gap: 50px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-35-0 {
    margin-bottom: 0;
}

.mb-30-20 {
    margin-bottom: clamp(1.25rem, 0.995rem + 1.0881vw, 1.875rem);
}

.border-blue {
    border: 1px solid var(--blue) !important;
}

.opacity-55 {
    opacity: 0.55;
}

.opacity70 {
    opacity: 0.7;
}

.border-bottom-1-opacity-20 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.btn {
    border-radius: 0;
}

.btn-blue {
    padding: 15px 31px;
    font-size: 1rem;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 50px !important;
    border: 1px solid var(--blue);
    transition: all 500ms;
}

.btn-blue--small {
    padding: 10px 15px;
    font-size: 14px;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 50px !important;
    border: 1px solid var(--blue);
    transition: all 500ms;
}

.btn-blue:hover,
.btn-blue--small:hover {
    background-color: var(--white);
    color: var(--blue);
    text-decoration: none;
}

.btn-blue--transparent-bg-hover {
    padding: 15px 31px;
    font-size: 1rem;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 50px !important;
    border: 1px solid var(--blue);
    transition: all 500ms;
}

.btn-blue--transparent-bg-hover:hover {
    background-color: transparent;
    color: var(--blue);
    text-decoration: none;
}

.btn-white {
    padding: 15px 23px;
    font-size: 1rem;
    background-color: var(--white);
    color: var(--black);
    border-radius: 50px !important;
    border: 1px solid var(--white);
    transition: all 500ms;
}

.btn-white:hover {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
    text-decoration: none;
}

.btn-white span svg path {
    fill: var(--black);
}

.btn-white:hover span svg path {
    fill: var(--white);
}

.btn-white-outline {
    padding: 15px 31px;
    font-size: 1rem;
    background-color: transparent;
    color: var(--white);
    border-radius: 50px !important;
    border: 1px solid var(--white);
    transition: all 500ms;
}

.btn-white-outline:hover {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
    text-decoration: none;
}

.btn-transparent--white-outline--white-bg-hover {
    padding: 15px 31px;
    font-size: 1rem;
    background-color: transparent;
    color: var(--white);
    border-radius: 50px !important;
    border: 1px solid var(--white);
    transition: all 500ms;
}

.btn-transparent--white-outline--white-bg-hover:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--blue);
    text-decoration: none;
}

.btn-black-outline {
    padding: 15px 31px;
    font-size: 1rem;
    background-color: transparent;
    color: var(--black);
    border-radius: 50px !important;
    border: 1px solid var(--black);
    transition: all 500ms;
}

.btn-black-outline.current,
.btn-black-outline:hover {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
    text-decoration: none;
}

.btn-black {
    padding: 15px 31px;
    font-size: 1rem;
    background-color: var(--black);
    color: var(--white);
    border-radius: 50px !important;
    border: 1px solid var(--black);
    transition: all 500ms;
}

.btn-black:hover {
    background-color: var(--white);
    color: var(--black);
    text-decoration: none;
}

.btn-black--white-bg-hover--border-white-hover {
    padding: 15px 31px;
    font-size: 1rem;
    background-color: var(--black);
    color: var(--white);
    border-radius: 50px !important;
    border: 1px solid var(--black);
    transition: all 500ms;
}

.btn-black--white-bg-hover--border-white-hover:hover {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--white);
    text-decoration: none;
}

.fs-big {
    font-size: clamp(2.25rem, 1.7909rem + 1.9587vw, 3.375rem);
    /*54 to 36*/
}

.fs-big-mid-big {
    font-size: clamp(2.375rem, 2.171rem + 0.8705vw, 2.875rem);
    /*46 to 38*/
}

.fs-big-mid-big-m {
    font-size: clamp(1.5rem, 1.0714rem + 1.921vw, 2.625rem);
    /*42 to 24*/
}

.fs-big-mid {
    /* font-size: clamp(2.25rem, 2.097rem + 0.6529vw, 2.625rem); */
    /*42 to 36*/
}

h2, h2.fs-big-mid {
	font-size: 24px!important;
}

.fs-big-sm {
    font-size: clamp(2.25rem, 2.199rem + 0.2176vw, 2.375rem);
    /*38 to 36*/
}

.fs-regular-m--fixed {
    font-size: 20px;
}

.fs-regular-m {
    font-size: clamp(1rem, 0.796rem + 0.8705vw, 1.5rem);
    /*24 to 16*/
}

.fs-regular-big {
    font-size: clamp(1.5rem, 1.398rem + 0.4353vw, 1.75rem);
    /*42 to 28*/
}

.fs-regular {
    font-size: clamp(1rem, 0.949rem + 0.2176vw, 1.125rem);
    /*18 to 16*/
}

.fs-regular-fixed {
    font-size: 18px;
    font-weight: 300;
}

.fs-small {
    font-size: clamp(0.875rem, 0.875rem + 0.2083vw, 1rem);
}

.fs-smallest {
    font-size: 14px;
}

.btn-gradient-hover:hover {
    background: var(--gradient-orange);
}

.text-opacity-70 {
    opacity: 0.7;
}

.text-blue {
    color: var(--blue);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-beige {
    background-color: var(--beige);
}

.bg-gray-blue {
    background-color: var(--gray-blue);
}

.bg-light-purple {
    background-color: var(--light-purple);
}

.btn-one {
    font-size: 1rem;
    padding: 15px 31px;
    background-color: var(--white);
    color: var(--blue);
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid var(--white);
    transition-duration: 500ms;
}

.btn-one:hover {
    background-color: var(--blue);
    color: var(--white);
    text-decoration: none;
}

.btn_custom_padding {
    padding: 9px 36px;
}

.text-white-hover:hover {
    color: var(--white);
}

.header {
    transition: all 300ms ease-in-out;
    z-index: 100;
}

.header-top p {
    padding: 0;
    margin: 0;
}

.header-top {
    background-color: var(--blue);
    color: var(--white);
}

.header.header-open {
    background-color: var(--black);
}

.header .header_content {
    padding: 9px 0;
}

.header_nav_bar {
    column-gap: 30px;
}

.header_nav_bar .menu-item:last-child .nav-link {
    padding-inline-end: 0;
}

.navbar-brand {
    max-width: clamp(7.1875rem, 5.7917rem + 6.979vw, 13.75rem);
}

.dropdown-toggle:not(.icon-arrow)::after {
    display: none;
}

.dropdown-toggle.icon-arrow {
    position: absolute;
    top: 0;
    right: -14px;
    width: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.55' d='M1 1L5 5L9 1' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-toggle.icon-arrow::after {
    display: none;
}

.navbar-nav .dropdown-menu {
    background-color: var(--gray);
    padding: 12px 30px 15px 14px;
    border: none;
}

.navbar-nav .dropdown-menu.depth_0 {
    padding: 0;
}

.navbar-nav .dropdown-menu.depth_0>.dropdown-menu {
    padding: 0;
    position: relative;
}

.navbar-nav .dropdown-menu.depth_0>.dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    /* right: -100%; */
    width: fit-content; /* 100% */
	min-width: 100%;
    padding: 0;
    display: none;
    border-left: 2px solid #fff !important;
}

@media (min-width: 992px) {
	.navbar-nav .dropdown-menu.depth_0>.dropdown-menu .dropdown-menu {
		left: 100%;
	}
}

.navbar-nav .dropdown-menu.depth_0>.dropdown-menu .dropdown-menu.show {
    display: block;
}

.navbar-nav .dropdown-menu .nav-item {
    padding: 12px 0 0;
}

.navbar-toggler {
    border-radius: 0;
}

.navbar-toggler span {
    width: 24px;
    height: 2px;
    border-radius: 2px;
    display: block;
}

.navbar-toggler span:not(:first-child):not(:last-child) {
    margin: 6px 0;
}

.no-transition {
    -webkit-transition: height 0;
    -moz-transition: height 0;
    -ms-transition: height 0;
    -o-transition: height 0;
    transition: height 0;
}

.navbar-collapse.collapsing {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;

}

.nav-item a {
    position: relative;
    font-size: 18px;
    padding: 3px 10px;
}

.section {
    padding: 50px 0;
}

.pre-footer {
    padding: 69px 0 100px;
}

.top-footer {
    padding: 46px 0;
}

.top-footer-subscribe-form {
    position: relative;
}

.middle-footer {
    padding: 44px 0 61px;
}

.bottom-footer {
    padding: 28px 0 76px;
}

.page-scroller {
    pointer-events: none;
    opacity: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 10;
    right: 1rem;
    bottom: 1rem;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 1;
    padding: .25rem;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0), inset 0 0 1px #000;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: background 0.16s linear, opacity 0.16s linear;
}

.page-scroller:hover {
    background-color: #000;
    color: #cfcfcf;
    box-shadow: 0 0 0 1px #cfcfcf, inset 0 0 1px #cfcfcf;
}

.page-scroller--visible {
    opacity: 1;
    pointer-events: auto;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: var(--black);
}

/* .post-content p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 1rem;
} */

/* .post-content h2.wp-block-heading,
.post-content h3.wp-block-heading,
.post-content h4.wp-block-heading,
.post-content h5.wp-block-heading,
.post-content h6.wp-block-heading {
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: "Fira Sans", sans-serif;
} */

@media (min-width: 768px) {
    .navbar-nav .dropdown-menu.depth_0 {
        padding: 0 0 12px!important;
    }

    .navbar-nav .dropdown-menu.depth_0 .dropdown-menu.depth_1 {
        padding: 0 0 12px !important;
    }

    .navbar-nav .dropdown-menu.depth_0>.dropdown-menu {
        padding: 12px 0 0;
    }

    .navbar-nav .dropdown-menu.depth_0 .dropdown-toggle {
        right: 12px;
        top: 7px;
        transform: rotate(-90deg);
    }

    html.sr .load-hidden {
        visibility: hidden;
    }

    .nav-item.current-menu-item>a,
    .nav-link.active {
        text-decoration: underline;
    }

    .page-scroller {
        bottom: 30px;
        right: 20px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1294px;
    }
}

@media (max-width: 992px) {
    .page-scroller {
        bottom: 2.75rem;
    }

    .dropdown-toggle.icon-arrow {
        right: 0;
        height: 30px;
        width: 30px;
        background-position: center;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-navbar-fullwidth--sm.show {
        display: flex;
        flex-direction: column;
    }

    .header-navbar-fullwidth--sm {
        height: calc(100vh - 105px);
        overflow-y: scroll;
    }

    .header_nav_bar {
        padding: 54px 0;
        height: 100%;
        overflow-y: scroll;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: rotate(45deg) translateX(2px);
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        display: none;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: rotate(-45deg) translateX(1px);
    }

    .top-footer {
        padding: 25px 0 22px;
    }

    .top-footer .navbar-brand {
        margin-bottom: 22px;
    }

    .bottom-footer {
        padding: 22px 0 51px;
    }

    .navbar-nav .dropdown-menu {
        background-color: var(--white);
        padding: 15px 0;
    }

    .navbar-nav .dropdown-menu.show>.menu-item-has-children {
        display: block;
    }

    .navbar-nav .dropdown-menu.depth_0 {
        padding: 25px 0 0 15px!important;
    }

    .navbar-nav .dropdown-menu .nav-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .navbar-nav .dropdown-menu .nav-item a {
        padding: 0;
    }

    .nav-item a {
        padding: 0;
        font-size: clamp(1.3125rem, 1.1985rem + 0.4862vw, 1.5rem);
        width: 80%;
    }

    .mb-35-0 {
        margin-bottom: 35px;
    }

    .navbar-nav .dropdown-menu.depth_0>.dropdown-menu .dropdown-menu {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 0;
        display: none;
        margin-top: 12px;
        padding-inline-start: 15px!important;
    }
}

@media (max-width: 768px) {
    .btn_custom_padding {
        padding: 9px 30px;
    }
}

@media (max-width: 420px) {
    .btn_custom_padding {
        padding: 9px 10px;
    }
}


.modal.fade:not(.in).right .modal-dialog {
    /*-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/
}

.modal.right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.modal.right .modal-content {
    min-height: 100vh;
    border: 0;
    justify-content: center;
    border-radius: 0;
}

.modal.right .modal-content .modal-body {
    flex: unset;
}

.modal.right .modal-header .btn-close {
    right: 15px;
    top: 10px;
}

.grecaptcha-badge{
    visibility: hidden;
}

/* body.single-product, body.single-brand, body.single-post */
body.single-product h1,
body.single-brand h1,
body.single-product .post-content h1,
body.single-brand .post-content h1 { /* body.single-post .post-content h1 */
    font-style: normal;
    font-weight: 600!important;
    font-size: 46px!important;
    line-height: 58px!important;
    text-transform: none!important;
}

body.single-product .post-content h2,
body.single-brand .post-content h2 { /* body.single-post .post-content h2 */
    font-style: normal;
    font-weight: 600!important;
    font-size: 42px!important;
    line-height: 52px!important;
    text-transform: none!important;
}

body.single-product .post-content h2.wp-block-heading,
body.single-brand .post-content h2.wp-block-heading { /* body.single-post .post-content h2.wp-block-heading */
    margin-top: calc(70px - 15px);
    margin-bottom: 30px;
}

body.single-brand .fs-regular-fixed h2 {
    margin-bottom: 25px!important;
}

body.single-product .post-content h3,
body.single-brand .post-content h3 { /* body.single-post .post-content h3 */
    font-style: normal;
    font-weight: 600!important;
    font-size: 32px!important;
    line-height: 40px!important;
}

body.single-product .post-content h3.wp-block-heading,
body.single-brand .post-content h3.wp-block-heading { /* body.single-post .post-content h3.wp-block-heading */
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

body.single-product .post-content h4,
body.single-brand .post-content h4 { /* body.single-post .post-content h4 */
    font-style: normal;
    font-weight: 400!important;
    font-size: 24px!important;
    line-height: 29px!important;
}

body.single-product .post-content h4.wp-block-heading,
body.single-brand .post-content h4.wp-block-heading { /* body.single-post .post-content h4.wp-block-heading */
    /* margin-top: 10px; */
    margin-bottom: 10px;
}


body.single-product .post-content h5,
body.single-brand .post-content h5,
body.single-post .post-content h5 {
    font-style: normal;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 22px!important;
}

body.single-product .post-content h5.wp-block-heading,
body.single-brand .post-content h5.wp-block-heading { /* body.single-post .post-content h5.wp-block-heading */
    /* margin-top: 5px; */
    margin-bottom: 5px;
}

body.single-product .post-content h6,
body.single-brand .post-content h6 { /* body.single-post .post-content h6 */
    
    font-style: normal;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 19px!important;
}

body.single-product .post-content h6.wp-block-heading,
body.single-brand .post-content h6.wp-block-heading { /* body.single-post .post-content h6.wp-block-heading */
    margin-top: 0;
    margin-bottom: 0;
}

body.single-product .post-content p,
body.single-brand .post-content p { /* body.single-post .post-content p */
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400!important;
    font-size: 18px;
    line-height: 22px;
}

body.single-brand .post-content h2, 
body.single-brand .post-content h3, 
body.single-brand .post-content h4, 
body.single-brand .post-content h5, 
body.single-brand .post-content h6 {
    margin-top: 0;
    margin-bottom: 0;
}

body.single-brand .post-content h2 span, 
body.single-brand .post-content h3 span, 
body.single-brand .post-content h4 span, 
body.single-brand .post-content h5 span, 
body.single-brand .post-content h6 span {
    font: inherit!important;
}

body.single-post .post-content h2 {
    margin-top: 50px;
    margin-bottom: 25px;
}

body.single-post .post-content p {
    margin-bottom: 15px;
}

/* block-first-blog-post */
.block-first-blog-post h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px!important;
    line-height: 40px!important;
}

.block-first-blog-post .btn-transparent--white-outline--white-bg-hover {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

/* block-blog-post */
.block-blog-post h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 29px;
}

/* footer */
footer ul.navbar-nav {
    padding-left: 0!important;
}
