@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.tmjs-close-modal-btn:after, .tmjs-close-modal-btn:before {
    background-color: #FFF;
}

:root {
    --color-beige: #d8cfba;
    --color-dark: #050200;
    --color-test-2: #737e81;
    --color-test-3: #5d6267;
    --color-dark-red: #800020;
    --color-dark-red-hover: #580016;
    --color-dark-green: #22311D;
}

* {
    font-family: "Poppins", sans-serif;
    color: var(--color-test-2);
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    background-color: var(--light-bg);
}

body {
    background-image: url(/wp-content/uploads/raven-page-background-1.png);
    background-size: 128px 128px;
    background-repeat: repeat;
}

body.home,
body.woocommerce {
    background-image: initial;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
    font-size: 28px;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
}

h3 {
    font-size: 22px;
    color: #111;
    line-height: 40px;
    font-weight: 600;
}

main ul li {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

main ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--color-test-2);
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 9px;
}

main ol {
    list-style: decimal;
    padding-left: 25px;
}

main ol li {
    padding-left: 5px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.main__banner {
    width: 100vw;
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#header__desktop {
    background-color: #FFF;
    padding: 6px 0;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.header__nav {
    display: flex;
    gap: 35px;
    align-items: center;
    width: 320px;
}

.header__nav-left {
    justify-content: flex-end;
}

.header__nav a {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    text-transform: uppercase;
    transition: .3s ease;
}

.header__nav a:hover {
    cursor: pointer;
    transition: .3s ease;
    color: var(--color-dark-red);
}

.header__nav a.nav__current-item {
    color: var(--color-dark-red);
    font-weight: 600;
}

.section__title {
    color: #141414;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 45px;
}

.section__title {
    color: #141414;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 45px;
}

.product__showcase {
    margin-bottom: 90px;
}

.product__showcase-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.product__item {
    min-height: 400px;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #000;
    position: relative;
    transition: .3s ease;
    top: 0;
}

.product__image {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px 5px 0 0;
    transition: .3s ease;
    filter: grayscale(.5);
}

.product__info {
    position: relative;
    padding: 20px 15px 15px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    transition: .3s ease;
}

.product__info:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 50px;
}

.product__title {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-dark-red);
    transition: .3s ease;
    text-transform: uppercase;
    min-height: 34px;
}

.product__price {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.product__price-discount {
    color: var(--color-dark-red);
}

.product__price-old {
    text-decoration: line-through;
    font-size: 15px;
}

.product__footer {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.product__variations {
    display: block;
    align-items: center;
    gap: 7px;
    margin-top: 15px;
}

.product__variation {
    background-color: #2f2f2f;
    border-radius: 8px;
    padding: 3px 8px;
    color: #b9b9b9;
    display: inline-block;
    margin-right: 4px;
}

.product__variations .product__variation:last-child {
    margin-right: 0;
}

.product__label {
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 15px;
    z-index: 2;
}

.label__out-of-stock {
    background-color: var(--color-dark-red);
}

.label__in-stock {
    background-color: #2b541d;
}

.product__item:hover {
    top: -12px;
    transition: .3s ease;
    box-shadow: 0px 4px 10px 5px rgba(128, 0, 32, 0.15);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(128, 0, 32, 0.15);
    -moz-box-shadow: 0px 4px 10px 5px rgba(128, 0, 32, 0.15);
    cursor: pointer;
}

.product__item:hover:after {
    content: '';
    width: 100%;
    height: 21px;
    position: absolute;
    left: 0;
    bottom: -12px;
    display: block;
}

.product__item:hover .product__image {
    filter: grayscale(0);
    transition: .3s ease;;
}

.footer {
    background-color: #24201f;
    margin-top: 35px;
    padding-top: 50px;
    background-image: url(/wp-content/uploads/footer_bg.png);
    background-size: 256px 256px;
    background-repeat: repeat;
    background-position: center center;
}

.footer_wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 25px;
}

.footer__logo svg {
    width: 150px;
    height: auto;
}

.footer__column-title {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
}

.footer__column-menus {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.footer__copyright {
    padding: 10px 0;
    background-color: #000;
    margin-top: 50px;
}

.footer__copyright-text {
    font-size: 13px;
}

.footer__column-menus a {
    font-size: 15px;
}

.footer__column-menus a.nav__current-item {
    color: var(--color-dark-red);
}

.footer__delivery-methods img,
.footer__payment-methods img {
    display: inline-flex;
    margin-top: 1px;
    max-width: 100px;
    height: auto;
    max-height: 35px;
}

.footer__payment-methods {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.header__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.header__logo {
    position: relative;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #111;
}

.header__logo svg {
    width: 60px;
}

.header__logo svg path {
    fill: var(--color-dark);
}

.header__cart-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__cart-icon svg {
    width: 26px;
    height: auto;
}

.header__cart-icon svg path {
    fill: #111;
}

#header__desktop > .container {
    position: relative;
}

.home__about {
    margin-bottom: 90px;
}

.home__about-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 50px;
}

.home__about-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
}

.home__about-right {
    padding: 35px 0;
}

.about__description {
    margin-top: 20px;
}

.about__title {
    font-size: 35px;
    color: #111;
    text-transform: uppercase;
    line-height: 40px;
}

h3.about__title {
    font-size: 22px;
    line-height: 30px;
}

.about__description {
    font-size: 16px;
    line-height: 28px;
}

.products__more {
    text-align: center;
    margin-top: 45px;
}

.btn {
    display: inline-flex;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
}

.btn__dark {
    background-color: #111;
    color: #FFF;
}

.benefits {
    margin-bottom: 60px;
}

.benefits__title {
    text-align: center;
    color: #111;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.benefits__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 50px;
}

.benefit__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit__icon {
    width: 150px;
    height: 150px;
    background-color: #24201f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit__icon svg {
    width: 75px;
    max-height: 100px;
}

.benefit__title {
    color: #111;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
}

.benefit__description {
    margin-top: 15px;
    max-width: 300px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
}

.header__cart-count {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #111;
}

.header__cart-count span {
    font-size: 14px;
    color: #111;
}

.header__cart-total {
    font-size: 15px;
    color: #111;
}

.header__woo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
}

.header__woo-title {
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 35px;
}

.woo__breadcrumbs {
    margin-top: 10px;
}

.woo__breadcrumbs .woocommerce-breadcrumb *,
.woo__breadcrumbs .woocommerce-breadcrumb {
    font-size: 13px;
    color: var(--color-test-2);
}

.woo__product-list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 150px;
}

.woo__catalog-description {
    margin-top: 30px;
}

.woo__catalog-title {
    color: #111;
    font-size: 22px;
    margin-bottom: 15px;
}

.related.products {
    clear: both;
    margin-bottom: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.related.products h2 {
    margin-bottom: 25px;
}

.raven__related-products .slick-slide {
    margin: 0 10px;
}

.raven__related-products .slick-list {
    margin: 0 -10px;
}

.raven__single-product {
    margin-top: 40px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: initial !important;
    display: initial !important;
}

.product__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
}

.product__gallery img {
    border-radius: 5px;
    height: 180px !important;
    object-fit: cover;
}

.wp-post-image {
    border-radius: 5px;
}

.product__manufacturer {
    background-color: #eaeaea;
    border: 2px solid #dddddd;
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 700px;
}

.product__manufacturer img {
    width: 150px;
    height: auto;
}

.manufacturer__description {
    font-size: 15px;
    line-height: 24px;
}

.raven__single-product .product_title {
    font-size: 45px;
    color: var(--color-dark);
    text-transform: uppercase;
}

.woocommerce-product-details__short-description {
    margin: 20px 0;
}

.woocommerce-product-details__short-description p {
    color: var(--color-dark);
    font-size: 16px;
    line-height: 26px;
}

.quantity input {
    width: 75px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--color-dark);
}

.raven__add-to-cart {
    display: inline-flex;
    text-transform: uppercase;
    font-weight: 600;
    width: 250px;
    background-color: var(--color-dark-red);
    color: #FFF;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-radius: 10px;
    transition: .3s ease;
}

.raven__add-to-cart:hover {
    cursor: pointer;
    transition: .3s ease;
    background-color: #000;
}

form.cart {
    display: flex;
    flex-direction: column;
}

.product__wait-notice {
    color: #FFF !important;
    margin-bottom: 20px;
    background-color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 24px;
}

.woocommerce div.product div.images img {
    transition: .3s ease;
    filter: brightness(1);
}

.woocommerce div.product div.images img:hover {
    transition: .3s ease;
    filter: brightness(1.15);
}

.raven__single-product .price {
    margin: 25px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.raven__single-product .price del bdi {
    font-size: 22px;
}

.raven__single-product .price del bdi span {
    font-size: 22px;
}

.raven__single-product .price ins {
    color: var(--color-dark-red);
}

.raven__single-product .price ins bdi {
    color: var(--color-dark-red);
    font-size: 25px;
}

.raven__single-product .price ins bdi span {
    color: var(--color-dark-red);
    font-size: 25px;
}

.woocommerce span.onsale {
    top: 15px;
    left: 15px;
    border-radius: 5px;
    min-height: inherit;
    min-width: initial;
    padding: 10px 25px;
    line-height: 1;
    background-color: var(--color-dark-red);
    font-weight: 600;
}

.wp-block-woocommerce-cart {
    margin-top: 40px;
}

.wc-block-cart__submit-button {
    background-color: var(--color-dark-red);
    border: none;
    padding: 15px 20px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-radius: 10px;
    transition: .3s ease;
    margin-top: 25px !important;
}

.wc-block-cart__submit-button .wc-block-components-button__text {
    color: #FFF;
    font-size: 16px;
}

.wc-block-cart-item__product .wc-block-components-product-metadata {
    display: none !important;
}

.raven__page-content {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 30px 30px 60px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
}

.woocommerce form .form-row input {
    border: 1px solid var(--color-test-2);
    border-radius: 5px;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
}

.woocommerce form .form-row select,
.woocommerce form .form-row .select2-selection {
    border: 1px solid var(--color-test-2);
    border-radius: 5px;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: var(--color-test-2);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.is-large.wc-block-cart .wc-block-cart-items th span,
.is-large.wc-block-cart .wc-block-cart-items th:last-child span,
.is-large.wc-block-cart .wc-block-cart__totals-title {
    color: #111 !important;
    font-size: 16px !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: var(--color-dark-red);
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--color-dark-red);
}

.page__contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 50px;
}

.contacts__right {
    background-color: #1c1c1c;
    border-radius: 10px;
    padding: 50px;
    background-image: url(/wp-content/uploads/footer_bg.png);
    background-repeat: repeat;
    background-size: 256px 256px;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
}

.contactform__title {
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 25px;
}

.contactform__input input::placeholder {
    color: var(--color-test-2);
    font-size: 15px;
}

.contactform__input input {
    background-color: initial;
    border: none;
    border-bottom: 2px solid #FFF;
    max-width: 100%;
    padding-bottom: 7px;
    width: 100%;
    font-size: 15px;
    color: #FFF !important;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent !important;
}

.contactform__input input:focus {
    outline: none;
}

.contactform__row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 30px;
    margin-bottom: 20px;
}

.contactform__row {
    margin-bottom: 20px;
}

.contactform__input textarea {
    background-color: initial;
    border: 2px solid #FFF;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
}

.contactform__input textarea:focus {
    outline: none;
}

.contactform__textarea-row {
    margin-top: 35px;
}

.contactform__button > p {
    display: flex;
    justify-content: center;
}

.contactform__button .wpcf7-submit {
    background-color: var(--color-dark-red);
    border: none;
    padding: 15px 35px;
    border-radius: 10px;
    transition: .3s ease;
    margin-top: 30px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    color: var(--color-dark-red);
}

.contactform__acceptance .wpcf7-list-item {
    margin-left: 0;
}

.contactform__button .wpcf7-submit:hover {
    cursor: pointer;
    transition: .3s ease;
    background-color: var(--color-dark-red-hover);
}

.wpcf7-response-output {
    display: none !important;
}

.contacts__email {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    grid-column-gap: 30px;
    align-items: center;
}

.email__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email__title {
    color: #111;
    font-size: 22px;
    font-weight: 500;
}

.email__link a {
    color: var(--color-dark-red);
    text-decoration: underline;
    font-size: 16px;
}

.contacts__logo {
    text-align: center;
    margin-bottom: 50px;
}

.contacts__logo svg {
    width: 200px;
    height: auto;
}

.contacts__phone {
    margin-top: 50px;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-image: url(/wp-content/uploads/footer_bg.png);
    background-size: 200px 200px;
    background-position: center center;
}

.woocommerce-page #payment #place_order {
    background-color: var(--color-dark-red);
    width: 200px;
    border-radius: 5px;
    padding: 15px;
}

.woocommerce-form__label-for-checkbox {
    color: #c3c3c3;
    line-height: 140% !important;
}

.woocommerce-form__label-for-checkbox a {
    color: #c3c3c3;
    text-decoration: underline;
    line-height: 140% !important;
}

#privacy_policy {
    height: initial !important;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: none;
}

.wc_payment_method label {
    color: #c3c3c3;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #c3c3c3;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #c3c3c3;
}

.checkout__disclaimer {
    margin-top: 30px;
}

.disclaimer__title {
    margin-bottom: 10px;
}

#shipping_method li:before,
.woocommerce-error li:before {
    content: none;
}

.woocommerce ul#shipping_method li {
    padding-left: 0;
}

.preferred-country select {
    height: 34px;
    width: 150px;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

#omnivalt-terminal-container-map .tmjs-open-modal-btn a {
    background-color: var(--color-dark-red);
    color: #FFF;
}

.raven__product-radio {
    border: 2px solid #dddddd;
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    margin-right: 5px;
    border-radius: 5px;
    transition: .3s ease;
    font-weight: 600;
    margin-top: 7px;
}

.raven__product-radio:has(input:checked) {
    background-color: var(--color-dark-red);
    color: #FFF;
    border: 2px solid var(--color-dark-red);
    transition: .3s ease;
}

.raven__product-radio input {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.raven__product-radio:hover {
    cursor: pointer;
    transition: .3s ease;
    background-color: #DDD;
}

.raven__product-options {
    margin-bottom: 25px;
}

.raven__product-option-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-dark);
}

.raven__single-product .price {
    font-size: 28px !important;
    font-weight: 600;
}

.about__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 50px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.about__right .about__title {
    margin-bottom: 25px;
}

.about__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about__content-fullwidth {
    margin-top: 50px;
}

.about__content-fullwidth .about__title {
    margin-bottom: 25px;
}

.shipping__grid {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    grid-column-gap: 50px;
    margin-top: 35px;
    align-items: center;
}

.shipping__left svg {
    width: 300px;
    height: auto;
}

.care__row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.care__row img {
    width: 50px;
}

.header__mobile-nav-btn {
    display: none;
}

.header__mobile-nav-btn:hover {
    cursor: pointer;
}

.woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
    max-height: 725px;
    width: 100%;
    object-fit: cover;
}

.mobile__menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 99999;
    background-color: #000;
    display: none;
    justify-content: center;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000; 
}

::-webkit-scrollbar-thumb {
    background: var(--color-dark-red); 
    border-radius: 3px;
}
  
::-webkit-scrollbar-thumb:hover {
    background: var(--color-dark-red-hover); 
}

.header-mobile__logo svg {
    height: 65px;
}

.mobile__menu-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.header-mobile__logo {
    margin-bottom: 10px;
}

.header-mobile__logo svg {
    height: 75px;
}

.mobile__menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.mobile__menu-nav a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 10px;
}

.mobile__menu-info-pages {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mobile__menu-info-pages a {
    text-transform: uppercase;
    font-size: 15px;
}

.mobile__menu-footer {
    margin-top: 35px;
    padding-bottom: 25px;
}

.header__cart-mobile-count {
    display: none;
}

.slide-in-blurred-left {
	-webkit-animation: slide-in-blurred-left 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-left 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@-webkit-keyframes slide-in-blurred-left {
    0% {
      -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
              transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) scaleY(1) scaleX(1);
              transform: translateX(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
}

@keyframes slide-in-blurred-left {
    0% {
      -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
              transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) scaleY(1) scaleX(1);
              transform: translateX(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
}
  
.slide-out-blurred-left {
	-webkit-animation: slide-out-blurred-left 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
	        animation: slide-out-blurred-left 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}

@-webkit-keyframes slide-out-blurred-left {
    0% {
      -webkit-transform: translateX(0) scaleY(1) scaleX(1);
              transform: translateX(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
              transform: translateX(-1000px) scaleX(2) scaleY(0.2);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
}

@keyframes slide-out-blurred-left {
    0% {
      -webkit-transform: translateX(0) scaleY(1) scaleX(1);
              transform: translateX(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
              transform: translateX(-1000px) scaleX(2) scaleY(0.2);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
}
  
#mobile__menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

#mobile__menu-close:hover {
    cursor: pointer;
}

#mobile__menu-close svg {
    width: 50px;
    height: 50px;
}

.fixed__header {
    position: fixed !important;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    background-color: #FFF;
    z-index: 9999;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

#header__desktop.fixed__header ~ #primary,
#header__desktop.fixed__header ~ #page {
    padding-top: 97px;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-97px);
	}
	100% {
		transform: translateY(0px);
	}
}

.header-mobile__logo svg path {
    fill: #FFF;
}

.header-mobile__logo svg circle {
    fill: #000;
}

.faq__point {
    border: 1px solid #E0E0E0;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: .3s ease;
}

.faq__point:hover {
    cursor: pointer;
    background-color: #E0E0E0;
    transition: .3s ease;
}

.faq__header {
    position: relative;
    transition: .3s ease;
}

.faq__content {
    display: none;
    padding: 15px 10px 0;
}

.faq__closed {
    position: absolute;
    right: 0;
    top: -2px;
}

.faq__opened {
    position: absolute;
    right: 0;
    top: -2px;
    display: none;
}

.faq__active .faq__header {
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    transition: .3s ease;
}

.faq__active .faq__content {
    display: block;
}

.faq__active .faq__opened {
    display: block;
}

.faq__active .faq__closed {
    display: none;
}

.info__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 50px;
}

.omnivalt_terminal_container_map .tmjs-selected-terminal {
    text-align: center;
    font-weight: 500;
    color: #111;
}

#omnivalt-terminal-container-map .tmjs-open-modal-btn {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    border: 1px solid var(--color-dark-red);
    max-width: 300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
    color: #FFF;
    background-color: var(--color-dark-red);
}

.woocommerce-checkout .tmjs-terminal-sidebar {
    background-image: url(/wp-content/uploads/footer_bg.png);
    background-repeat: repeat;
    background-size: 256px 256px;
}

.woocommerce-checkout .tmjs-modal {
    z-index: 99999;
}

.woocommerce-checkout .omnivalt_terminal_container_map h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
}

.woocommerce-checkout .omnivalt_terminal_container_map h3 {
    color: #FFF;
    text-transform: uppercase;
}

.woocommerce-checkout .tmjs-d-block {
    align-items: center;
}

.woocommerce-checkout .tmjs-search-input {
    margin: 0 !important;
}

.woocommerce-checkout .omnivalt_terminal_container_map .tmjs-geolocation-btn span {
    color: #FFF;
}

.woocommerce-checkout .tmjs-terminal-block {
    background-color: #000 !important;
    border: 1px solid #333;
    border-radius: 10px;
}

.woocommerce-checkout .tmjs-terminal-list::-webkit-scrollbar-track {
    background: #161616; 
}

.woocommerce-checkout .omnivalt_terminal_container_map .tmjs-search-btn {
    background-color: var(--color-dark-red);
}

.woocommerce-checkout .omnivalt_terminal_container_map .tmjs-search-btn:hover {
    background-color: var(--color-dark-red-hover);
}

.woocommerce-checkout .tmjs-terminal-list {
    padding-right: 10px;
}

.woocommerce-checkout .tmjs-close-modal-btn:after, .woocommerce-checkout .tmjs-close-modal-btn:before {
    background-color: #FFF;
}

.woocommerce-checkout .tmjs-city {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    text-align: center;
    padding-bottom: 5px;
}

.woocommerce-checkout .tmjs-terminal-list>li:not(.tmjs-city) {
    padding: 8px 5px !important;
}

.woocommerce-checkout .tmjs-terminal-list>li:not(.tmjs-city):hover .tmjs-terminal-name {
    color: #111;
}

.woocommerce-checkout .tmjs-terminal-comment {
    color: var(--color-test-2) !important;
}

.woocommerce-checkout .omnivalt_terminal_container_map .tmjs-active .tmjs-select-btn {
    background-color: var(--color-dark-red);
    border-color: var(--color-dark-red);    
    color: #FFF !important;
}

.woocommerce-checkout .omnivalt_terminal_container_map .tmjs-active .tmjs-select-btn:hover {
    background-color: var(--color-dark-red-hover);
    border-color: var(--color-dark-red-hover);
}

.faq__content a {
    color: var(--color-dark-red);
    text-decoration: underline; 
}

.woocommerce-info {
    border-top-color: var(--color-dark-red) !important;
}

.woocommerce-info::before {
    color: var(--color-dark-red) !important;
}

button[name="apply_coupon"] {
    background-color: var(--color-dark-red) !important;
    color: #FFF !important;
    font-weight: 600;
    border-radius: 10px;
}

.couple__product-img {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    display: inline-block;
}

.couple__product-img img {
    border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.couple__product-img:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    height: 50px;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}

.couple__product-title {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    z-index: 2;
}

.couple__product-1 {
    margin-right: 10px;
}

.raven__couple-product {
    margin-bottom: 20px;
}

.woo__product-list {
    position: relative;
}

.woocommerce nav.woocommerce-pagination {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 50px;
    height: 50px;
    border: 1px solid #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    transition: .4s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    transition: .4s ease;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: var(--color-dark-red);
    color: #FFF;
    border-color: var(--color-dark-red);
}

.header__language {
    position: absolute;
    left: 0;
}

/* .raven__page-content a {
    color: var(--color-dark-red);
} */

.raven__design-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    margin-bottom: 30px;
}

.raven__design-compare img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    border-radius: 10px;
}

.raven__size-guide {
    margin-bottom: 30px;
}

.raven__size-guide a {
    background-color: #FFF;
    border: 2px solid #111;
    color: #111;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 10px;
}

.email__icon {
    width: 70px;
    height: 70px;
    background-color: #eaeaea;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email__icon svg {
    max-width: 45px;
    max-height: 45px;
}

main .woocommerce-order-overview li:before {
    content: none;
}

.woocommerce-thankyou-order-received {
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    color: var(--color-dark);
}

.woocommerce-order-received .woocommerce-customer-details address {
    margin-top: 15px;
    padding: 20px;
}

.raven__contactform {
    position: relative;
}

.raven__form-success {
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 10px;
}

.raven__success-tick p {
    text-align: center;
}

.raven__success-tick svg {
    width: 230px;
    height: 230px;
}

.raven__success-text p {
    margin-top: 15px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.fade-in {
	-webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.woocommerce-message {
    padding: 30px 45px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 0;
}

.woocommerce-message .wc-forward {
    position: absolute !important;
    right: 20px;
}

.woocommerce-message::before {
    top: 29px;
    left: 20px;
}

.wpml-ls-legacy-list-horizontal a span {
    color: #111;
}

.woocommerce-notices-wrapper {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
}

.woocommerce-cart .raven__page-content > .woocommerce {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.woocommerce-cart .raven__page-content > .woocommerce .cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-cart .raven__page-content > .woocommerce .cart_totals  {
    width: 400px !important;
    float: initial !important; 
}

.woocommerce-cart .raven__page-content > .woocommerce .cart_totals .checkout-button {
    background-color: var(--color-dark-red);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    border: none !important;
}

.woocommerce table.cart td.actions .coupon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
    padding: 7px;
    border-radius: 5px;
}

.woocommerce .cart .button[name="apply_coupon"] {
    border-radius: 5px;
}

.woocommerce-cart table.cart img {
    width: 80px;
}

.woocommerce a.remove {
    color: var(--color-dark-red) !important;
    transition: .4s ease;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: var(--color-dark-red);
    transition: .4s ease;
}

.woocommerce .quantity .qty {
    width: 70px;
}

.raven__cart-item-meta {
    margin-top: 10px;
}

.raven__cart-item-meta p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.raven__cart-item-meta p strong {
    font-weight: 600;
}

.woocommerce-cart .raven__page-content > .woocommerce td.product-name a {
    font-weight: 600;
    color: var(--color-dark-red);
}

.woocommerce table.shop_table th {
    font-weight: 600;
}

.order_details li {
    list-style: none;
}

.grecaptcha-badge {
    display: none !important;
}

.mobile__menu .wpml-ls-legacy-list-horizontal a span {
   color: #FFF;
}

.woo__wrapper {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    grid-column-gap: 35px;
}

.woo__sidebar {
    margin-top: 60px;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 200px;
    padding: 25px 15px;
    background-image: url(https://black-raven.lv/wp-content/uploads/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.woo__sidebar li,
.woo__sidebar li a {
    color: #FFF;
}

.woo__sidebar li {
    margin-bottom: 10px;
}

.woo__sidebar li ul {
    padding-left: 20px;
    margin-top: 10px;
}