@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
    --font-main: "Sora", sans-serif;
    --bs-primary: var(--main);
    --grey-dark: var(--body-color);
    --link: var(--main);
    --bg-light: var(--main-light);
    --bg-dark: var(--main-secondary);
    --dark: var(--body-color);
    --bs-border-color: var(--main-light) !important;
}

@media (min-width: 1550px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

html {
    scroll-behavior: smooth;
}

a,
button,
img,
input,
span,
.form-control,
.btn,
.btn:hover,
.card {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
    box-shadow: none;
}

a {
    text-decoration: none;
    color: var(--link)
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:hover,
.btn:focus,
.form-control:focus,
.form-check-input[type=checkbox],
.form_block input[type="checkbox"],
.btn:focus-visible,
.btn-close:focus,
input:focus-visible,
.accordion-button:focus,
#cancelModal .close {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

input[type="submit"] {
    border-width: 1px;
}

/* Global */
body {
    font: normal 300 16px/26px var(--font-main);
    color: var(--body-color);
    overflow-x: hidden;
    overflow-y: auto;
}

.main_bg {
    position: absolute;
    top: 0;
    height: 37rem;
    left: 0;
    right: 0;
    background-color: var(--main-light);
    background-image: url(../faf643b0-a165-470a-bdeb-66f38da8aaf3/bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.footer_bg:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--main-light);
    background-image: url(../b8724fbc-a660-4304-8bea-dbb0932df79d/bg2.webp);
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
    background-size: cover;
}

.main_bg-img {
    height: 68.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main_bg-img.bg_img-fixed {
    height: 60.5rem;
}

@media (max-width: 992px) {
    .main_bg-img {
        height: 56.5rem;
    }
}

@media (max-width: 768px) {
    .main_bg-img {
        height: 50.5rem;
    }
}

.main_bg-img:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-image: url(../faf643b0-a165-470a-bdeb-66f38da8aaf3/bg.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.bg_img-fixed {
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
}

.small,
small {
    font-size: .815em !important;
}

.bg-light {
    background-color: var(--grey-light) !important;
}

.text-color {
    color: var(--body-color) !important;
}

.text-light {
    color: var(--body-light) !important;
}

.text-dark {
    color: var(--dark) !important;
}

.text-main {
    color: var(--main)
}

.text-main-light {
    color: var(--main-light);
}

.text-secondary {
    color: var(--main-secondary) !important;
}

.text-green {
    color: var(--cta-green);
}

.bg-link-dark {
    background: var(--bg-dark)
}

.bg-main {
    background: var(--main)
}

.bg-main-light {
    background: var(--main-light)
}

.bg-main-lighter {
    background: var(--main-lighter)
}

.bg-white-light {
    background: rgb(255 255 255 / 85%);
}

.link-color {
    color: var(--link)
}

b,
strong,
.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-100 {
    font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 600;
    color: var(--grey-dark);
}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

.page_title {
    line-height: 1.2;
    margin: 0;
    font-size: 58px;
    color: var(--body-color);
}

.section_title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 64px;
    font-weight: 500;
}

.section_title-lg {
    font-size: 40px;
    font-weight: 300;
}

.title_type {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: max-content;
    display: block;
    clear: both;
    font-weight: 300;
    margin: 0 auto;
    animation: type 6s steps(60, end);
    animation-iteration-count: infinite;
    color: var(--white) !important;
    padding-top: 3px
}

@keyframes type {
    from {
        width: 0;
    }
}

@-webkit-keyframes type {
    from {
        width: 0;
    }
}

@media (max-width: 992px) {
    .page_title {
        font-size: 50px;
    }

    .section_title-lg {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .page_title {
        font-size: 45px;
    }

    .section_title {
        font-size: 28px;
        line-height: 34px;
    }
}

/* forms */
textarea {
    resize: none;
}

.form-control {
    border-radius: 15px;
}

label {
    font-size: 15px;
}

.form-check-input[type=checkbox],
input[type=checkbox] {
    border-radius: 5px;
    border: 1px solid var(--main-light);
}

.form-control::-webkit-input-placeholder {
    color: var(--body-light);
}

.form-control::-moz-placeholder {
    color: var(--body-light);
}

.form-control:-ms-input-placeholder {
    color: var(--body-light);
}

.form-control::placeholder {
    color: var(--body-light);
}

.form-control {
    display: block;
    color: var(--body-color);
    width: 100%;
    border: 1px solid var(--main-light);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding: 15px;
    background: #fff;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
    border: 1px solid var(--main);
    border-radius: 0;
}

.form-check-input:checked {
    background-color: var(--main);
    border-color: var(--main);
}

.form-check-input:focus {
    border-color: var(--grey-border);
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* buttons */
.btn,
[type=submit]:not(:disabled) {
    border-radius: 15px;
    padding: 12px 35px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.btn:hover,
.btn:focus,
.btn:active,
[type=submit]:not(:disabled):hover,
[type=submit]:not(:disabled):focus,
:not(.btn-check)+.btn:active {
    border-radius: 0;
}

.btn.btn-primary,
[type=submit]:not(:disabled) {
    background-color: var(--main);
    border-color: var(--main);
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
[type=submit]:not(:disabled):hover,
[type=submit]:not(:disabled):focus,
:not(.btn-check)+.btn:active {
    background-color: #fff;
    color: var(--body-color);
    border-color: var(--main);
}

.btn.btn-secondary {
    background-color: var(--main-secondary);
    border-color: var(--main-secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    color: var(--body-color);
    border-color: var(--main-secondary);
    background-color: #fff;
}

/* footer */
footer {
    line-height: 2;
}

footer.lh-sm {
    line-height: 1.5 !important;
}

footer h4 {
    margin-bottom: 22px;
    font-size: 25px;
}

footer .nav-link:focus,
footer .nav-link:hover,
footer .nav-link.active {
    color: var(--main);
}

/* lang dropdown */
.lang_swicher .dropdown-item {
    font-size: 14px;
    padding: 2px 18px;
}

.lang_swicher .dropdown-item:active {
    background: var(--grey-light);
}

/* card */
.card {
    border-radius: 15px;
    border: 0;
}

.card:not(.single-faq) {
    border: 1px solid var(--main-light)
}

.card:not(.single-faq) h4 {
    font-size: 29px;
    margin-bottom: 15px;
    font-weight: 500;
}

.card.single-faq {
    background: transparent;
    border: 0;
}

.card.single-faq h5 a {
    margin-bottom: 0;
    line-height: 1.35;
    display: block;
    padding: 1rem 0;
    font-size: 20px;
    font-weight: 400;
    color: var(--body-color);
    border-bottom: 1px solid var(--main-light);
}

.card.single-faq .card-body {
    padding: 1rem 0;
}

.card.single-faq .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: transparent;
}

.card-container .card {
    position: relative;
    width: 100%;
    border-radius: 0;
    border: 0;
}

.card-container .card a {
    padding: 30px;
    width: 100%;
    height: 480px;
    border: 2px solid #fff;
    text-decoration: none;
    display: block;
    transition: 0.3s ease;
    z-index: 1;
}

@media(max-width: 1200px) {
    .card-container .card a {
        height: 390px;
    }
}

@media(max-width: 576px) {
    .card-container .card a {
        height: 300px;
    }
}

.card-container .card a:hover {
    transform: translate(-30px, -30px);
    border-color: var(--main);
    background: #fff;
}

.card-container .card a:hover .card--display {
    display: none;
}

.card-container .card a:hover .card--hover {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.card-container .card a .card--hover {
    display: none;
}

.card-container .card a .card--hover h2 {
    margin: 20px 0;
}

.card-container .card a .card--hover p.link {
    margin: 0;
    font-weight: 500;
    color: var(--main);
}

.card-container .card .card--border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed var(--main-secondary);
}

/* modals */
.modal-content {
    background-color: var(--grey-light);
}

.modal-body {
    padding: 2rem;
}

.modal-dialog h4 {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 400;
}

#cancelModal .text-main {
    color: var(--body-color) !important;
}

#cancelModal .modal-header {
    padding: 1rem 2rem;
}

#cancelModal .modal-title {
    font-size: 24px;
    font-weight: 400;
}

#cancelModal .close {
    font-size: 30px;
    padding: 0;
    border: 0
}

#subscription_type [type=submit]:not(:disabled) {
    display: block;
    margin: 0 auto;
}

#cancel-modal-locked .modal-header {
    border: 0 !important
}

#cancel-modal-locked .modal-title {
    width: 100%;
    padding: 1rem;
}

#cancel-modal-locked .modal-footer {
    justify-content: center;
    padding: 0 0 1.8rem !important;
    border: 0;
}

#subscription_id {
    background: transparent;
    padding: 0;
    margin: 1rem 0 0 0;
}

#subscription_id option.text-black {
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--main-light) !important;
}

/* static pages and custom changes */
.static_content.justify {
    text-align: justify;
}

.static_content h1 {
    display: none;
}

.faq .container.my-5 {
    margin: 0 !important;
}

/* cart */
.cart_page .subscribe-box {
    border: 0 !important;
    line-height: 18px;
}

.cart_page .subscribe-box h6 {
    font-size: 14px
}

/* filters block  */
.filter-title {
    font-family: var(--font-main);
    letter-spacing: 0.6px;
    background: #fff;
    color: var(--dark);
    margin: 0;
    font-weight: 400;
    height: 52px;
    padding: 12px;
    border: 1px solid var(--main-light);
    border-radius: 15px;
}

@media (min-width: 992px) {

    .filter-title,
    #filter-categories,
    #brand-filter {
        margin-left: 4px;
    }
}

.filter-header:not(:first-of-type) {
    margin-top: .5rem;
}

.filter-header {
    margin-bottom: .5rem;
}

.filters-block .link-filter {
    display: flex;
    padding: 5px 0 0 10px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filters-block .link-filter.brand-entry {
    padding: 10px 0 0 18px;
}

.filters-block .link-filter.suboption {
    padding-left: 1.2rem;
    transform: scale(0.9);
}

.filters-block .link-filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filters-block .link-filter span {
    display: inline-block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    position: relative;
    margin-right: 10px;
    text-align: center;
    line-height: 16px;
    top: 3px;
    transition: all 0.2s;
    border: 1px solid var(--main-light);
    background: #fff;
    overflow: hidden;
}

.filters-block .link-filter label {
    cursor: pointer;
    color: var(--dark) !important;
    font-size: 15px;
}

.filters-block .checkbox {
    display: none;
}

.filters-block .checkmark {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid var(--grey-border);
}

.filters-block .checkmark:after {
    content: '\2713';
    display: none;
    color: #fff;
    position: absolute;
    left: 1px;
    bottom: 1px;
    height: 14px;
    font-weight: bold;
}

.filters-block .checkbox:checked~.checkmark:after {
    display: block;
}

.filters-block .checkbox:checked~.checkmark {
    background: var(--main);
    border-color: var(--main);
}

.filters-block .brand-filter,
.filters-block .filter-categories {
    max-height: 385px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0 0.4rem 0.5rem 0;
    background: #fff;
    border: 1px solid var(--main-light);
    overflow-y: scroll;
}

@media (max-width: 767px) {

    .filters-block .brand-filter,
    .filters-block .filter-categories {
        max-height: 280px;
    }
}

.filters-block .btn {
    line-height: 1;
    height: 54px;
}

.filters-block .btn.btn-primary {
    align-items: center;
    justify-content: center;
    flex: auto;
}

/* 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,
.offcanvas-body::-webkit-scrollbar-track {
    background: var(--grey-border);
    border-radius: 0;
}

.filter-list::-webkit-scrollbar,
.filter-list::-webkit-scrollbar-track,
body::-webkit-scrollbar,
.product-view #product-selection #color-option::-webkit-scrollbar,
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
    background: var(--grey-border);
}

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,
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--grey-dark);
}

.filter-list,
.product-view #product-selection #color-option,
.offcanvas-body {
    scrollbar-width: thin;
}

.product-view #product-selection #color-option,
.filter-list,
.offcanvas-body {
    scrollbar-color: var(--grey-dark) var(--grey-border);
}

/* alert */
.alert {
    position: fixed;
    top: 1em;
    right: 1em;
    max-width: 70%;
    margin: auto 0 !important;
    border-radius: 0;
    z-index: 1000;
    animation: appear 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* nav */
.navbar .dropdown-item {
    font-weight: 300;
    line-height: 1.8;
    text-wrap: wrap;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active,
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    color: var(--body-color);
    background: var(--main-lighter)
}

.nav_button {
    position: relative;
    height: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

.nav_button:hover {
    opacity: 0.7;
}

.nav_button.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
}

.nav_button.active .middle {
    opacity: 0;
}

.nav_button.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.nav_button.active .top,
.nav_button.active .middle,
.nav_button.active .bottom,
.nav_button span {
    background: var(--body-color);
}

.nav_button span {
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.nav_button span:nth-of-type(2) {
    top: 10px;
}

.nav_button span:nth-of-type(3) {
    top: 20px;
}

.overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
}

.overlay-menu ul li {
    display: block;
}

.overlay-menu ul li a {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
}

.overlay-menu ul li a.nav-link {
    color: var(--dark);
}

.overlay-menu ul li a.nav-link:focus,
.overlay-menu ul li a.nav-link:hover,
.overlay-menu ul li a.nav-link.active {
    color: var(--main);
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 111;
    right: 0;
    left: 0;
    font-weight: 500;
}

.sticky-nav+.content {
    padding-top: 60px;
}

nav .nav_more a {
    color: var(--dark);
    font-size: 20px;
}

nav.nav-4 .nav_more a {
    font-size: 15px;
}

nav .nav_more a:hover,
nav .nav_more a:focus {
    color: var(--body-color)
}

nav .nav_more .badge {
    font-size: 11px
}

@media (max-width: 450px) {
    .navbar-brand {
        max-width: 120px;
    }
}

nav.nav-2 .nav_more a {
    font-size: 17px;
    text-transform: uppercase;
}

nav.nav-2 .nav_button,
nav.nav-1 .nav_button {
    height: 25px;
    width: 25px;
}

nav.inner-dark .nav_button span.middle {
    width: 80%;
}

.nav-list a {
    position: relative;
    display: inline-block;
    color: var(--dark);
    font-weight: 300;
    transition: all 300ms ease-in-out;
    padding: 1rem 0.8rem;
}

nav .nav-list a:hover,
nav .nav-list a:focus,
nav .nav-list a.active {
    font-weight: 500;
}

nav.inner-main .nav_button {
    height: 25px;
    width: 25px;
}

nav.inner-main .nav_button span.middle {
    width: 80%;
    left: auto;
    right: 0;
}

/* home */
.single-category {
    height: 100%;
}

.single-category .holder_img img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.single-category:hover .holder_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-category:hover .grayscale-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.single-category .holder_text h2 {
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
}

.single-category .holder_text.text-hover {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: end;
    padding: 1rem;
}

.single-category .holder_text.text-hover h4 {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    background: var(--main);
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 23px;
    font-weight: 400;
}

.single-category:hover .holder_text.text-hover h4 {
    opacity: 1;
}

@media (max-width: 768px) {
    .single-category .holder_text.text-hover h4 {
        opacity: 1;
        padding: 12px 20px;
        font-size: 20px;
    }
}

.single-category .hover-shine {
    position: relative;
}

.hover-shine:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover-shine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* custom grid */
@media (min-width: 992px) {
    .main_collection .grid_lg {
        height: 600px;
    }
}

@media (min-width: 1200px) {
    .main_collection .grid_lg {
        height: 560px;
    }
}

@media (min-width: 1400px) {
    .main_collection .grid_lg {
        height: 660px;
    }
}

@media (max-width: 991px) {
    .main_collection .grid_lg {
        height: 480px;
    }
}

/* collection */
.border-dark {
    border: 1px dashed var(--dark);
}

.shop_product .info_hover {
    background: var(--bg-lighter-opacity);
    visibility: hidden;
    opacity: 0;
}

.shop_product .info_hover,
.shop_product:hover .info_hover {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.shop_product:hover .info_hover {
    visibility: visible;
    opacity: 1;
}

.shop_product .hover-rotate img,
.shop_product-2 .hover-rotate img,
.hover-rotate-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.shop_product:hover .hover-rotate img,
.shop_product-2:hover .hover-rotate img,
.hover-rotate-img:hover img {
    -webkit-transform: rotate(-10deg) scale(1.2);
    transform: rotate(-10deg) scale(1.2);
}

.shop_product:hover .hover-rotate.border,
.hover-rotate-img.border:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shop_product .product_info .brand-name {
    font-size: 14px;
}

.shop_product .product_info .product-name {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
}

.shop_product .product_info .brand-name,
.shop_product .product_info .product-name,
.shop_product .price span:not(.text-decoration-line-through) {
    color: var(--body-color);
}

.shop_product .price span:not(.text-decoration-line-through) {
    color: var(--main);
}

.shop_product:hover .price.price_hover span:not(.text-decoration-line-through) {
    font-size: 22px
}

.text-bg .single-category:hover .holder_text h2 {
    color: var(--body-color) !important;
}

.product-details-content .product-info h2 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .product-details-content .product-info h2 {
        font-size: 30px;
    }
}

@media (max-width: 650px) {
    .product-details-content .product-info h2 {
        font-size: 28px;
    }
}

.shop_product .hover-action {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    top: 0;
    left: 0;
}

.shop_product:hover .hover-action {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.shop_product .product_img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.shop_product:hover .product_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.shop_product-2:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-color: var(--main-secondary) !important;
}

@media (max-width: 1410px) {
    .product_details .custom_w {
        width: 100% !important;
    }

    .product_details .custom_w.custom_mt {
        margin-top: 2.5rem;
    }
}

/* accordions  */
.product_details .accordion .accordion-button:not(.collapsed),
.product_details .accordion .accordion-button:hover {
    background: var(--main-lighter);
}

.product_details .accordion .accordion-button {
    letter-spacing: 0.5px;
}

/* tabs */
.product_details .tab-content>.active {
    opacity: 1;
}

.product_details .tab_title {
    color: var(--main-light);
    font-weight: 500;
    font-size: 18px;
    border: 0
}

.product_details .active.tab_title {
    opacity: 1;
    color: var(--body-color);
    font-weight: 300;
}

@media (max-width: 767px) {
    .product_details .tab_title {
        text-transform: none;
    }
}

.product_details .tab_title.tab_title-lg {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 64px;
    letter-spacing: 1px;
    color: var(--body-color);
}

.product_details .active.tab_title.tab_title-lg {
    font-size: 37px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .product_details .tab_title.tab_title-lg {
        font-size: 22px;
        line-height: 50px;
    }

    .product_details .active.tab_title.tab_title-lg {
        font-size: 30px;
    }
}

/* cta */
.cta {
    z-index: 1;
    position: relative
}

.cta .cta_text h2 {
    font-size: 45px;
}

@media (max-width: 1100px) {
    .cta .cta_text h2 {
        font-size: 40px;
    }
}

.cta h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.cta p {
    font-size: 19px;
    line-height: 1.7;
}

/* hero */
.hero p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero h2 {
    font-size: 58px;
    line-height: 1.1;
}


@media (max-width: 768px) {
    .hero h2 {
        font-size: 50px;
    }
}

@media (max-width: 560px) {
    .hero h2 {
        font-size: 45px;
    }
}

/* hero_products */

.hero.hero_products p.brand-name {
    font-size: 16px;
}

.hero.hero_products h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 500;
}

.hero.hero_products-md p {
    font-size: 17px;
    line-height: 1.3;
}

.hero .carousel-light p,
.hero .carousel-light h2 {
    color: #ffffff;
    text-align: center;
}

.hero.hero_products .carousel-item {
    height: auto;
}

.hero.hero_products .carousel-control-prev,
.hero.hero_products .carousel-control-next {
    display: none;
}

@media (min-width: 1101px) {
    .hero .carousel-item {
        height: 650px;
    }
}

@media (max-width: 1100px) {
    .hero.hero_products:not(.hero_products-md) h2 {
        font-size: 20px;
    }
}

@media (max-width: 850px) {

    .hero .carousel-item {
        height: 500px;
    }
}

/* services */
.product_services .services_block h4 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 400;
    color: var(--main-light);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product_services .services_block:hover h4 {
    color: var(--body-color);
}

.product_services .services_block {
    margin-bottom: 20px;
}

.product_services.aside_info {
    padding: 30px
}

.product_services.aside_info .services_block {
    margin-bottom: 15px;
}

.product_services.aside_info .services_block h4 {
    font-size: 25px;
    padding-bottom: 0;
    color: var(--body-color);
}

.cta .services_block h4 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 500;
}

.cta .services_block p {
    font-size: 17px;
    margin-bottom: 0;
}

.cta .services_block {
    margin-bottom: 10px;
}

.card_services .services_block {
    border: 1px dashed var(--main);
    padding: 30px;
    border-radius: 15px;
}

.card_services.card_white .services_block {
    background: #fff;
}

.card_services .services_block:hover {
    border: 1px dashed var(--dark);
    background: #fff;
}

.bg-dark.services_section {
    background: var(--main-secondary) !important;
}

.bg-dark.services_section .services_block h4,
.bg-dark.services_section .services_block p {
    color: var(--grey-border)
}

.bg-dark.services_section .services_block h4 {
    font-size: 25px;
    font-weight: 500;
}

.services_list .col.mb-4 {
    margin-bottom: 0 !important
}

.services_list .services_block h4 {
    font-size: 21px;
    font-weight: 600;
}

/* cat grid */
.main_cat .card {
    height: 450px;
}

@media (max-width: 768px) {
    .main_cat .card {
        height: 350px;
    }

    .main_cat .card h3 {
        font-size: 18px;
    }
}

.main_cat .card h3 {
    margin: 0.5rem 0 0;
    padding: 15px 20px;
}

.main_cat .card:hover h3 {
    margin: 0 0 0.5rem;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main_cat.inset .card:hover {
    -webkit-box-shadow: inset 0px 0px 0px 15px #fff;
    -moz-box-shadow: inset 0px 0px 0px 15px #fff;
    box-shadow: inset 0px 0px 0px 15px #fff;
}

.main_cat.inset:not(.title-light) .card:hover h3 {
    padding: 20px 35px;
}

.main_cat.inset.title-light .card h3 {
    font-weight: 400;
    font-size: 20px;
}

.main_cat.inset.title-light .card:hover h3 {
    background: #fff;
    color: var(--body-color);
}

.cat-grid {
    margin: 20px 0 10px;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.cat-grid:after,
.cat-item:before {
    content: '';
    display: table;
}

.cat-grid:after {
    clear: both;
}

.cat-grid li {
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: 20px;
}

@media (min-width: 1200px) {
    .cat-grid li {
        width: 330px;
        height: 330px;
    }
}

@media (max-width: 1050px) {
    .cat-grid li {
        width: 280px;
        height: 280px;
    }

    .cat-grid li {
        margin: 10px;
    }
}

nav .navbar-brand img {
    max-height: 70px !important;
}