:root {
    --font-main: 'Mulish', sans-serif;
    --bs-primary: var(--main);
    --bs-link-color: var(--main);
    --bs-link-hover-color: var(--main);
    --bs-secondary: var(--main-2);
    --main-dark: var(--grey-dark);
    --bs-border-color: var(--main-light-0) !important;
    --bs-btn-bg: transparent !important;
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1620px;
    }
}

.fw-light {
    font-weight: 400 !important;
}

.text-right {
    text-align: right;
}

body {
    font: 17px/1.5 var(--font-main);
    font-weight: 400;
    color: var(--body-color);
}

.noshadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.text-main {
    color: var(--main) !important;
}

.text-main-2 {
    color: var(--main-2) !important;
}

.text-body-light {
    color: var(--body-color-light);
}

.bs-light {
    background: var(--bs-light);
}

.bs-primary {
    background: var(--bs-primary);
}

.bs-secondary {
    background: var(--bs-secondary);
}

.bs-dark {
    background: var(--main-2);
}

.bs-primary-light {
    background: var(--main-light);
}

.border {
    border-color: var(--main-light-0) !important;
}

a,
.form-control,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:focus,
.form-control:focus,
.form-check-input[type=checkbox],
.form_block input[type="checkbox"],
.btn:focus-visible,
.btn-close:focus,
input:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--body-color);
    outline: none;
}

h2 {
    font-size: 36px;
    color: var(--grey-dark);
    font-weight: 700;
    line-height: 1;
}

h3 {
    margin-bottom: 17px;
    font-size: 23px;
    color: var(--grey-dark);
}

.page_title {
    overflow: hidden;
}

.page_title h2 {
    font-size: 26px;
}

.page_title h2,
.carousel-caption .page_title h5 {
    margin-bottom: 0;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    padding: 18px 28px;
    border-left: 3px solid var(--main);
}

h3.card_title {
    font-size: 17px;
    color: var(--grey-dark);
    text-transform: uppercase;
    font-weight: 700;
    background: var(--main-light-0);
    padding: 18px;
    margin-bottom: 0;
    text-align: center;
}

.section_title h2 {
    padding-bottom: 15px;
    margin-bottom: 5px;
    position: relative;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
}

.section_title .line {
    position: relative;
    height: 1px;
    width: 180px;
    background-color: var(--main-2);
    margin: 0 auto;
    margin-bottom: 55px;
    bottom: 0;
    top: 0;
}

.section_title .line:before {
    left: 64px;
}

.section_title .line:after {
    left: 78px;
}

.section_title .line:after,
.section_title .line:before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    background-color: var(--main-2);
    top: -4px;
}

.section_title .line span:after,
.section_title .line span:before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    background-color: var(--main-2);
    top: -4px;
}

.section_title .line.text-main,
.section_title .line.text-main:after,
.section_title .line.text-main:before,
.section_title .line.text-main span:after,
.section_title .line.text-main span:before {
    background-color: var(--main);
}

.section_title .line span:before {
    right: 64px;
}

.section_title .line span:after {
    right: 78px;
}

.section_title .title_line {
    display: inline-block;
}

.section_title .title_line:after {
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: var(--main);
    opacity: 0.5;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2px;
    z-index: -1;
}

.section_title .title_line.main-2:after {
    background-color: var(--main-2);
}

@media (max-width:450px) {
    .section_title .title_line {
        text-transform: none;
        padding: 0;
    }
}

.static_content h1 {
    display: none;
}

.btn {
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
    position: relative;
}

.btn-sm {
    text-transform: none;
    padding: 13px !important;
    line-height: 10px;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning {
    padding: 13px 29px;
    color: #fff;
    border: 2px solid;
}

@media (max-width: 577px) {

    .btn {
        padding: 10px 29px;
    }
}

.btn-primary,
.btn-success {
    background: var(--main);
    border-color: var(--main)
}

.btn-secondary,
.btn-warning {
    background: var(--main-2);
    border-color: var(--main-2)
}

.btn-primary:before,
.btn-secondary:before,
.btn-success:before,
.btn-warning:before {
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:first-child:active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:first-child:active {
    background: transparent;
    color: var(--main);
    border-color: var(--main);
    z-index: 1;
}

.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-success:hover:before,
.btn-success:focus:before,
.btn-warning:hover:before,
.btn-warning:focus:before {
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    background: #fff;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:first-child:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:first-child:active {
    background: transparent;
    color: var(--main-2);
    border-color: var(--main-2);
    z-index: 1;
}

/* dropdown */
.dropdown-menu {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 0 2px 2px var(--grey-light);
    box-shadow: 0 0 2px 2px var(--grey-light);
}

/* form / card */
textarea {
    resize: none;
}

.main-form label,
.card_page .checkboxes-terms.small label {
    margin-bottom: 0.2rem;
    line-height: 1.5;
}

.main-form label:not(.form-check-label) {
    font-size: 15px !important;
}

.main-form label.form-check-label,
.card_page .small.checkboxes-terms label,
.main-form .form-check label {
    font-weight: normal;
}

.main-form label a u,
.card_page .small.checkboxes-terms label a u {
    text-decoration: none !important;
}

.form-check .form-check-input,
input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin: 0.25em 0.5rem 0.5rem 0;
    vertical-align: top;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0 !important;
    margin-bottom: 0.125rem;
}

.form-control,
.form-check-input[type=checkbox],
input[type=checkbox],
.card {
    border-radius: 0;
}

.form-check-input:checked,
input[type=checkbox]:checked,
input:checked {
    background-color: var(--main);
    border-color: var(--main);
    accent-color: var(--main);
}

.form-control {
    font-size: 14px;
    padding: 17px 25px;
    height: inherit;
    background: var(--main-light);
    border-color: var(--main-light);
}

.form-control-sm {
    padding: 12px 35px 12px 18px;
}

.form-control:focus {
    border-color: var(--main-light-0);
}

.form-control::-webkit-input-placeholder {
    color: var(--grey-dark);
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: var(--grey-dark);
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: var(--grey-dark);
    font-size: 14px;
}

.form-control::placeholder {
    color: var(--grey-dark);
    font-size: 14px;
}

/* .cart_page .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.cart_page .subscribe-box .checkmark {
    top: -5px !important;
}

.cart_page .subscribe-box {
    background-color: var(--main-light) !important;
    border: 1px solid var(--main-light-0) !important;
}

.card_page .checkboxes-terms input[type=checkbox] {
    margin-bottom: 0;
}

.cart_page .subscribe-box .col-4 {
    max-width: 60px;
}

.card {
    border: 1px solid var(--main-light-0);
}

.card-light .card {
    border: 0;
    background: transparent;
}

.card:not(.single-faq) {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.card.single-faq .card-header h5 {
    font-size: 19px;
}

.card.single-faq .card-header {
    border: 0;
    padding: 0;
    background-color: #fff;
}

.card.single-faq .card-body {
    padding: 1.3rem 1.3rem 0.5rem;
    border-top: 1px solid var(--main-light-0);
}

.card-header.faq-heading a {
    display: block;
    padding: 1.1rem 1.3rem;
    text-decoration: none;
    color: var(--main);
    background: var(--main-light);
}

.card.single-faq {
    margin-bottom: 0.5rem !important;
}

.note {
    font-size: 0.85rem;
    line-height: 1.3;
}

/* product overlay */
.nav-pills .btn {
    text-transform: uppercase;
    font-weight: 700;
}

.nav-pills .btn,
.nav-pills .btn:hover,
.nav-pills .btn:focus {
    color: var(--body-color);
    border: 0;
}

.nav-pills .btn.active {
    border: 0;
    color: var(--main-2);
}

.nav-pills.text-main .btn.active {
    color: var(--main);
}

.mainproducts h6 {
    font-weight: 500;
}

.mainproducts .price {
    font-size: 18px;
}

.mainproducts .more_icon {
    right: 15px;
    top: 15px;
    background: var(--bs-light);
    border-radius: 100%;
    padding: 8px;
    height: 40px;
    width: 40px;
    line-height: 18px;
    text-align: center;
    z-index: 1;
}

.mainproducts .more_icon svg {
    fill: var(--body-color-light);
}

.mainproducts .more_icon,
.mainproducts .more_icon svg,
.mainproducts a:hover .more_icon,
.mainproducts a:hover .more_icon svg,
.mainproducts .add_btn {
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.mainproducts a:hover .more_icon {
    background: var(--main-light);
}

.mainproducts a:hover .more_icon svg {
    fill: var(--main-2);
}

.mainproducts a.border:hover {
    border-color: var(--main-2) !important;
}

.mainproducts .add_btn svg {
    margin: -5px 5px 0 0;
}

.mainproducts .add_btn {
    color: var(--body-color-light)
}

.mainproducts a:hover .add_btn {
    color: var(--main-2);
}

.mainproducts a {
    overflow: hidden;
}

.mainproducts a .cover {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
}

.mainproducts a:hover .cover {
    visibility: visible;
    opacity: 1;
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.mainproducts a:hover .content-bounce,
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.add-overlay {
    position: absolute;
    background: #ffffffd6;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s linear;
    -o-transition: visibility 0s .3s, opacity .3s linear;
    transition: visibility 0s .3s, opacity .3s linear;
}

.product_block:hover .add-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img,
.img-zoom:hover img {
    transition: .4s ease-in-out;
}

.img-zoom:hover img {
    transform: scale(1.05);
}

.bg-box {
    position: relative;
}

.bg-box:before {
    right: 0;
    bottom: 0
}

.bg-box:after {
    left: 0;
    top: 0
}

.bg-box:before,
.bg-box:after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: var(--main);
    opacity: 0.09;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.bg-box:hover:after,
.bg-box:hover:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* modal */
.modal-content {
    border-radius: 0;
}

.cart-modal .modal-body {
    background-image: linear-gradient(135deg, var(--main) 5.77%, #fff 5.77%, #fff 25%, var(--main-dark) 25%, var(--main-dark) 30.77%, #fff 30.77%, #fff 50%, var(--main) 50%, var(--main) 55.77%, #fff 55.77%, #fff 75%, var(--main-dark) 75%, var(--main-dark) 80.77%, #fff 80.77%, #fff 100%);
    background-size: 10px 10px;
    background-color: white;
    padding: 0.5rem
}

/* footer */
footer,
footer a {
    color: var(--body-color);
    position: relative;
}

footer .inline-links ul {
    flex-direction: row !important;
    flex-wrap: wrap;
}

footer .inline-links ul li {
    margin-right: 10px;
}

footer .inline-links ul li a {
    padding: 5px 8px;
}

footer .inline-links.center ul {
    justify-content: center;
}

footer p {
    line-height: 28px;
}

footer ul {
    line-height: 33px;
}

footer ul li a {
    position: relative;
}

footer ul:not(.dropdown-menu) li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    background-color: var(--main-light-0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: -1;
}

footer ul:not(.dropdown-menu) li:hover a:before {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

/* alert */
.alert {
    position: fixed;
    top: 1em;
    right: 1em;
    max-width: 70%;
    margin: auto 0 !important;
    border-radius: 0;
    z-index: 20;
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* hero */
.hero .carousel-dark .carousel-caption {
    color: var(--grey-dark)
}

.hero h5 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero h4 {
    margin-bottom: 0.2rem;
    font-size: 18px;
}

.hero.hero_1 .carousel-caption,
.hero.hero_2 .carousel-caption {
    text-align: left;
}

.hero.hero_1 .carousel-caption {
    bottom: 28%;
}

.hero.hero_4 .carousel-caption {
    text-align: right;
    top: 10%;
}

.hero.hero_3 .carousel-indicators {
    bottom: auto;
    justify-content: right;
    margin-right: 0;
    right: 1.5rem;
    top: 1rem
}

@media (min-width: 992px) {

    .hero .carousel-item {
        min-height: 680px;
    }
}

@media (max-width: 991px) {
    .hero h5 {
        font-size: 42px;
    }

    .hero h4 {
        font-size: 16px;
    }

    .hero .carousel-item {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .hero h5 {
        font-size: 45px;
        margin-bottom: 1.2rem;
    }

    .hero .carousel-item {
        min-height: 400px;
    }
}

@media (max-width: 578px) {

    .hero h5 {
        font-size: 33px;
    }

    .hero .carousel-caption {
        right: 5%;
        left: 5%;
    }

    .hero .strict-visibility,
    .carousel-caption p {
        display: none;
    }
}

/* categories */
.cat_main .cat_content .holder h5 {
    font-size: 20px;
    letter-spacing: 0.05em;
}

@media (max-width: 991px) {
    .cat_main .cat_content .holder h5 {
        font-size: 18px;
    }
}

.cat_main .cat_content .holder.holder_bg {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.4) 55%, rgba(255, 255, 255, 0.013042717086834688) 100%);
}

.cat_main .cat_content .holder.holder_hidden {
    visibility: hidden;
    opacity: 0;
}

.cat_main .cat_content:hover .holder.holder_hidden {
    visibility: visible;
    opacity: 1;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

/* services */
.services_holder {
    line-height: normal;
}

.services_block .text h6 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 20px;
    color: var(--main);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bg_services_dark .services_block .text h6 {
    color: #fff;
}

.services_block:hover .text h6,
.bg_services_dark .services_block:hover .text h6 {
    color: var(--main-2);
}

.services_block .text p {
    margin: 0;
}

.bg_services_dark .card {
    background: var(--main);
    border-radius: 20px;
    color: #fff;
}

/* custom scroll */
.filter-list {
    position: relative;
    max-height: 475px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-list::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.product-view #product-selection #color-option::-webkit-scrollbar-track {
    background: var(--bs-light);
    border-radius: 0;
}

body::-webkit-scrollbar,
.product-view #product-selection #color-option::-webkit-scrollbar {
    width: 8px;
    background: var(--bs-light);
}

.filter-list::-webkit-scrollbar,
.filter-list::-webkit-scrollbar-track {
    background: var(--bs-light);
    width: 8px;
}

body::-webkit-scrollbar {
    width: 10px;
}

.filter-list::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb,
.product-view #product-selection #color-option::-webkit-scrollbar-thumb:hover {
    background-color: var(--main);
}

.filter-list,
.product-view #product-selection #color-option {
    scrollbar-width: thin;
}

.product-view #product-selection #color-option,
.filter-list {
    scrollbar-color: var(--main) var(--bs-light);
}

/* lang dropdown */
.lang_swicher .dropdown-menu {
    font-size: 15px;
    line-height: 23px;
}

.lang_swicher .dropdown-menu .flag-icon {
    margin-right: 5px;
}

.lang_swicher .dropdown-menu .dropdown-item:focus,
.lang_swicher .dropdown-menu .dropdown-item:hover,
.lang_swicher .dropdown-menu .dropdown-item.active,
.lang_swicher .dropdown-menu .dropdown-item:active {
    background: #fff;
    color: var(--body-color);
    border-radius: 0;
}

/* navigation */
.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus {
    padding: 0;
    border: 0;
    box-shadow: none
}

.offcanvas .nav-link {
    color: var(--main);
    font-weight: 500;
}

.offcanvas .navbar-nav li a:not(.dropdown-item):before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 0;
    background-color: var(--main-light-0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: -1;
}

.offcanvas .navbar-nav li:hover a:not(.dropdown-item):before,
.offcanvas .navbar-nav.active-bg li a.active:not(.dropdown-item):before {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--main-light-0);
    color: var(--main)
}

.offcanvas-body .user_menu .btn.btn-primary,
.offcanvas-body .user_menu .btn.btn-secondary {
    display: block;
}

nav .header_info .nav-link {
    padding: 3px;
    line-height: 68px;
}

@media(min-width: 992px) {
    nav .header_info .nav-link {
        padding: 5px;
        line-height: 70px;
    }
}

@media(max-width: 450px) {

    nav .header_info .user_menu,
    nav .user_menu-md {
        display: none;
    }
}

@media(min-width: 451px) {
    .offcanvas-body .user_menu {
        display: none;
    }
}

nav .header_info .user_menu .dropdown-menu .nav-link {
    padding: 0.5rem 1rem;
}

.offcanvas-body {
    scrollbar-width: thin;
    scrollbar-color: var(--main-dark) var(--line-light);
}

.offcanvas-body::-webkit-scrollbar {
    width: 8px;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: var(--line-light);
}

.offcanvas-body::-webkit-scrollbar-thumb,
.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: var(--main-dark);
}

nav .navbar>.container {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
}

nav .navbar-nav .nav-item a.nav-link {
    display: block;
    position: relative;
    padding: 0 20px
}

@media(min-width: 992px) {
    nav .navbar-nav .nav-item a.nav-link {
        line-height: 80px;
    }
}

@media(max-width: 991px) {
    .offcanvas-body .dropdown-menu {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    nav .navbar-nav .nav-item a.nav-link {
        padding: 9px 15px;
    }

    nav .navbar .offcanvas.offcanvas-end {
        border-left: 0;
    }

    nav .navbar-nav .dropdown-menu {
        padding-bottom: 15px
    }
}

nav .user_menu .dropdown-menu {
    right: 0
}

nav .user_menu .dropdown-toggle::after {
    display: none
}

@media(max-width: 767px) {
    nav .navbar-nav {
        max-width: 540px
    }
}

.top_info,
.top_info .lang_swicher .dropdown-menu {
    font-size: 14px;
}

.top_info {
    padding: 5px 0;
}

/* search */
.search-wrap .simple {
    position: relative;
}

.search-wrap .simple .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    padding: 10px 12px !important;
    font-size: 17px;
}

/* animation */
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#cancelModal .text-main {
    color: var(--body-color) !important
}

nav .navbar-brand img {
    max-height: 70px;
}

#standardDelivery1 {
    margin-top: 5px !important;
}