/*
Theme Name:    Storefront Child Theme
Theme URI:     https://github.com/stuartduff/storefront-child-theme
Author:        Stuart Duff
Author URI:    http://stuartduff.com
Template:      storefront
Description:   This is a blank child theme for WooThemes StoreFront theme
Version:       1.0.0
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   storefront
Tags:          black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    text-align: right;
    font-family: "Assistant", sans-serif !important;
}

/* Reset CSS */
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%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

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;
}

/* Additional Resets */
button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    font: inherit;
    color: inherit;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    margin: 0;
}

body,
html {
    height: 100%;
}

body p {
    font-family: "Assistant", sans-serif;
}

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

.header_main {
    background: black;
}

.header_main .container {
    font-family: "Assistant", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: black;
    color: white;
    padding: 25px 20px;
}

.site-logo img {
    max-width: 300px;
}

ul.main-menu-class {
    display: flex;
    gap: 20px;
    font-family: "Assistant", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px;
}

.main-menu-class li {
    position: relative;
    z-index: 999;
}


ul.main-menu-class a {
    border-bottom: 4px solid transparent;
    transition: all .3s;
    padding: 13px 20px;
}

ul.main-menu-class a:hover {
    border-bottom: 4px solid #f85e00;
    transition: all .3s;

}

.account-info {
    display: flex;
    grid-gap: 20px;
}

.cart_header {
    position: relative;
}

.cart_header span {
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -0.7em;
    inset-inline-end: -0.7em;
    border-radius: 100%;
    color: var(--items-indicator-text-color, #fff);
    background-color: var(--items-indicator-background-color, #d9534f);
    text-align: center;
    font-size: 10px;
}

.footer {
    padding: 55px 0;
    border-top: 1px solid white;
    background: black;
    color: white;
    font-family: "Assistant", sans-serif;

}

.footer_menu img {
    max-width: 420px;
    margin-bottom: 45px;
}

.footer_social svg {
    max-width: 36px;
    height: 36px;
    transition: all .3s;

}


.footer_social svg:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.footer_social ul {
    display: flex;
    gap: 20px;
}

.footer_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 9%;
}

.footer_menu_list ul li strong {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px;
}

.footer_menu_list ul li {
    margin-bottom: 14px;
}

.footer_menu_list ul:last-child {
    margin-top: 30px;
}

.footer_social {
    margin-top: 16px;
}

.footer_wrapper .subscribe-section h2 {
    color: #E2E2E2;
    font-family: "Assistant", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
}

.subscribe-description {
    color: #E2E2E294;
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 24px;
}

.subscribe-form-fields {
    display: flex;
}


.subscribe-form-fields input {
    margin: 0;
    padding: 15px 12px;
    color: black;
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 24px;
    background: white;
    border: 1px solid white;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    max-height: 52px;
}

.subscribe-email-field {
    width: 100%;
    max-width: 360px;
}

.subscribe-button {
    border-radius: 0px 0px 0px 0px;
    color: white;
    border: 1px solid;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    padding: 16px 24px;
    text-align: center;
    transition: all .3s;
    width: 100%;
    height: 52px;
    background: black;
    border: 1px solid white;
}

.footer-menu {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.breadcrumbs {
    display: flex;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #64767D;
}

.accordion {
    padding: 24px;
    background: white;
    max-width: 650px;
    margin: auto;
    background: transparent;
}

.accordion-item {
    border-width: 1px;
    border-color: var(--e-global-color-secondary);
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 32px;
    border-bottom: 2px solid black;
    background: white;
}

.accordion-body {
    display: none;
    background-color: transparent;
    text-align: right;
    padding: 20px 0 0 0;
}

.accordion-header {
    font-weight: 800;
    color: black;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    text-transform: uppercase;
    cursor: pointer;
}

.langing {
    font-family: Sans-serif;
    background: #ddd7c7;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding-top: 100px;
}

.langing_head_logo img {
    max-width: 500px;
}

.langing_product_info_items_item img {
    max-width: 220px;
}



#surbma-yes-no-popup .uk-modal-footer.surbma-yes-no-popup-button-left {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 24px;
}

.uk-button:not(:disabled) {
    cursor: pointer;
    padding: 24px !important;
}

.uk-button-primary {
    background-color: rgb(247, 103, 0) !important;
    color: #fff;
}

.woocommerce-product-gallery__image {
    padding: 0px;
    margin: 50px auto;
    text-align: center;
}

.home-banner {
    background-color: black !important;
}

.custom_addcart .single_add_to_cart_button,
.product_main_slider_info .single_add_to_cart_button {
    cursor: pointer;
    padding-left: 30px;
}

.elementor-menu-cart__subtotal strong {
    color: #69727d !important;
}

.elementor-button-icon-qty {
    font-size: 10px !important;
}

.hide-logged-out svg {
    font-size: 1.5rem;
}

#filter-form {
    display: flex;
    align-items: baseline;
    justify-content: unset;
}

.job-category-select-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    align-items: baseline;
}

.job-category-select-wrapper,
.job-counry-select-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    align-items: baseline;
}

#job-category-select {
    border: 1px solid #64767D;
    padding: 10px 12px;
    color: #0D100C;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

#country-select {
    margin-left: 20px;
    border: 1px solid #64767D;
    padding: 10px 12px;
    color: #0D100C;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

#elementor-popup-modal-5998 .dialog-close-button {
    color: white;
    text-decoration: none;
    font-size: 32px;
}

.job_show {
    display: none;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    padding: 18px;
}


.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}


.jobs_form label {
    margin-bottom: 5px !important;
}

.careers {
    max-width: 1440px;
    margin: 0px auto;
    padding: 30px 16px;
    height: 20vw;
}

.careers_content_count_title_filter p {
    color: #0D100C;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.careers_content_count {
    padding-bottom: 100px;
}

.careers_content_count {
    display: flex;
    gap: 30px;
}

.careers_content_count_title p {
    color: var(--hacky, #64767D);

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.54px;
    text-transform: uppercase;
}

.careers_content_count_number {
    padding: 45px 35px 10px;
    background: black;
    max-width: fit-content;
    color: white;

    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.careers_content_count_number span {

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.54px;
    text-transform: uppercase;
    display: block;
}

.careers_content_wrapper {
    background: white;
}

.careers_content {
    max-width: 930px;
    margin: auto;
}

.careers .breadcrumbs a {
    text-decoration: none !important;
    color: var(--hacky, #64767D);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    text-transform: uppercase;
}

.careers_wrapper {
    background: url(/wp-content/uploads/2023/10/Careerop1-min.png);
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 20%;
}

.careers h1 {

    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin: 0;
}

.hotspot_container .e-hotspot__tooltip img {
    background: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.product_main_slider_wrapper {
    max-width: 1440px;
    margin: auto;
    clear: both;
}

.slider_years .elementor-slide-description {
    max-width: 550px;
}

.slider_years .swiper-slide-contents {
    margin-top: 50px;
}

.slider_years .elementor-slide-heading img {
    max-width: 300px;
}

.slider_years .swiper-slide-inner {
    max-width: 1440px;
    margin: auto;
}

.slider_years .swiper-slide-bg {
    background-size: 840px !important;
    background-position: 90% -10% !important;
}

.slider_years .swiper-pagination span {
    position: relative;
}

.slider_years .swiper-pagination-bullet-active {
    margin: 0 80px !important;
    transition: all .5s;
}

.slider_years .swiper-pagination {
    bottom: 20%;
}

.slider_years .swiper-pagination:before {
    content: "";
    position: absolute;
    width: 300%;
    height: 4px;
    background: #000000b3;
    max-width: 500%;
    top: 50%;
    left: 0;
}


.slider_years .swiper-pagination span:before {
    content: "";
    color: white;
    font-size: 28px;
    top: 34%;
    position: absolute;
    left: 20%;
    width: 80px;
}



.slider_years .elementor-button.elementor-slide-button {
    transform: rotate(90deg);
    position: absolute;
    top: 10% !important;
    left: -31% !important;
    z-index: -1;
    transition: all 1s;
}

#tab-additional_information {
    display: none;
}

.hotspot_container .e-hotspot__tooltip {
    background: none;
    position: absolute;
}

.product_tabs_list.list1,
.product_tabs_list.list2 {
    display: none;
}

.product_tabs_list h2,

.product_tabs_list h3 {
    color: white;
}

.product_tabs_list ul li .elementor-price-list-header {
    border-bottom: 1px solid #262E30;
    padding-bottom: 4px;
}

.product_tabs_list ul li .elementor-price-list-item {
    pointer-events: none;
}

.product_tabs ul li .elementor-icon-list-text {
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
}

.product_tabs ul li .elementor-icon-list-text.active:before {
    content: "";
    width: 28px;
    height: 8px;
    background: #F15A24;
    position: absolute;
    top: 24px;
}

.menu_footer a:after {
    content: none !important;
}

.single_policy ul li {
    position: relative;
    padding-left: 20px !important;
}

.single_policy ul li:before {
    position: absolute;
    content: ".";
    font-size: 36px;
    left: 0;
    top: -5px;
}

/*-------------------------------------*/

.accordion__item {
    margin: 5px auto;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-width: 1px;
    border-color: black;
    background-color: rgba(35, 35, 35, 0);
    padding: 30px 10px 30px 10px;
    width: 100%;
    border-bottom: 1px solid;
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 13px 60px 15px 13px;
    margin-bottom: 2px;
    color: #202020;
    font-size: 28px;
}

.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 13px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    background-color: #c9c9c9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
    transform: rotate(225deg);
}

.accordion__item .accordion__content {
    padding: 30px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
}

.accordion__item .accordion__arrow-item {
    font-weight: 700;
}

.accordionil {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 684px;
    margin: auto;
    gap: 40px;
}

/*-------------------------------------*/


.faqil {
    padding: 100px 0;
}



.faqil h1 {
    font-family: "Assistant", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 24px 0;
}

@media only screen and (max-width: 991px) {
    .langing_head_logo img {
        max-width: 300px;
    }

    .langing_product_text strong {
        font-size: 28px;
    }

    .langing_product_text {
        font-size: 28px;
    }

    .langing_product_text_description p {
        flex-direction: column-reverse;
    }

    .langing_product_text_description {
        font-size: 24px;
    }
}

.accordion-header i {
    transition: all .3s;
}

.accordion-header.active i {
    transition: all .3s;
    transform: rotate(90deg);
}

.langing_head {
    position: relative;
    padding: 40px 16px 20px;
    max-width: 1440px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.langing_head_tag {
    position: absolute;
    right: 40px;
    color: #b4b197;
    font-weight: 700;
    font-size: 20px;
}

.container {
    max-width: 1400px;
    margin: auto;
    padding: 0 16px;
}

.langing_product_text p {
    color: #706d5d;
    font-size: 60px;
    line-height: 150%;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
}

.langing_product_text strong {
    color: #281b14;
    font-size: 60px;
    line-height: 150%;
    padding-bottom: 80px;
    text-align: center;
    font-weight: 700;
}

.langing_product_text_description {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #706d5d;
    font-size: 28px;
    line-height: 150%;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 700;
    display: flex;
    flex-direction: column !important;
}

.langing_product_text_description strong {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #281b14;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    font-weight: 700;
}

.langing_product_text_description .langing_product_text_description_first {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px;
  gap: 24px;
}

.langing_product_text_description p {
    display: flex;
}

.langing_product_info {
    display: flex;
    gap: 100px;
    align-items: end;
    padding-bottom: 100px;
    justify-content: center;
}

.langing_product {
    position: relative;
}


.langing_accordeon_wrapper {
    position: relative;
    overflow: hidden;
}


.landing_form {
    position: relative;
}

.accordion-header p {
    font-family: sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .langing_product_info {
        flex-direction: column;
    }
    .langing_product_text_description .langing_product_text_description_first {
      flex-direction: column;
      gap: 40px;
    }
}


.langing_product_info_text {
  color: #706d5d;
  font-size: 24px;
  line-height: 150%;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 40px auto;
}

.langing_product_info_items {
    display: flex;
    gap: 14px;
    align-items: flex-end;
    padding-top: 21px;
    margin-bottom: -35px;
    justify-content: space-between;
    width: 100%;
}

.langing_product_info_items_item {
    padding: 24px;
    background: transparent;
    text-align: center;
}

.langing_product_info_items_item p {
    color: black;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    padding-top: 0;
    font-weight: 600;
}

.langing_product_text_footer {
    color: #281b14;
    font-size: 42px;
    line-height: 150%;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.title p {
    color: #706d5d;
    font-size: 43px;
    line-height: 150%;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
}

.landing_form {
    max-width: 650px;
    margin: auto;
    padding: 50px 0 100px;
}

.landing_form h4 {
    color: #706d5d;
    font-size: 43px;
    line-height: 150%;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 400;
}

.landing_form form input {
    background: white;
    padding: 12px;
    margin-bottom: 24px;
    width: 100%;
    text-align: right;
}

.landing_form select {
    background: white;
    padding: 12px;
    margin-bottom: 24px;
    width: 100%;
    text-align: right;
}

.landing_form .checkbox {
    display: flex;
    margin-bottom: 24px;
    flex-direction: row-reverse;
    text-align: right;
    max-width: 700px;
    margin: auto;
}


.landing_form .checkbox input {
    width: 30px;
    margin-left: 24px;
    height: 20px;
}

.landing_form_name p {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.landing_form button {
    width: 100%;
    max-width: 200px;
    background: white;
    padding: 14px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 44px auto;
}

.page-id-28 .footer {
    background: #281b14;
}

.checkbox .wpcf7-list-item {
    display: flex;
    gap: 0px;
    flex-direction: row-reverse;
    text-align: right;
    margin: 0;
}

.wpcf7-submit {
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

#voucher_number {
    text-transform: uppercase;
}

#voucher_status,
#id_status {
    text-align: right;
    padding-bottom: 20px;
    font-size: 18px;
}

.thanks_info {
    padding-top: 50px;
}

.thanks_info h2 {
    color: #281b14;
    font-size: 60px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
}

.thanks_info p {
    color: #706d5d;
    font-size: 28px;
    line-height: 150%;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 700;
    max-width: 700px;
    margin: auto;
}

.thanks img {
    margin: auto;
}

.g-recaptcha {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.langing_product_anchors {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    justify-content: center;
}

.langing_product_anchors a {
    background: white;
    padding: 16px;
    margin-bottom: 36px;
    width: 100%;
    text-align: center;
    max-width: 200px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.block_info {
    min-height: 75vh;
    background: url(/herbew/wp-content/uploads/sites/3/2024/05/HPbanner1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.block_info_link {
    position: relative;
    text-align: right;
    padding-top: 300px;
    padding-bottom: 100px;
}

.bribery h1 strong {
    font-weight: 800;
}

.block_info_link h1 {
    color: #FFFFFF;
    font-family: "Assistant", sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    max-width: 450px;
    text-align: right;
    margin-right: auto;
}

.block_info_link h1 span {
    color: #FFFFFF;
    font-family: "Assistant", sans-serif;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    display: block;
}

.home {
    font-family: "Assistant", sans-serif;
}

@media (min-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        width: auto;
        float: right;
        margin-left: 3.882353%;
        margin-bottom: 5.706326em;
        max-width: 830px;
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        margin-bottom: 1.618em;
        height: 540px !important;
        margin-top: -50px;
    }

    .woocommerce-product-gallery__image {
        padding: 0px;
        margin: 50px auto;
        text-align: center;
        height: 540px;
    }

    .woocommerce-product-gallery__image {
        padding: 0px;
        margin: 50px auto;
        text-align: center;
        height: 540px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        max-width: 830px;
    }
}

.block_info_link a {
    position: relative;
    padding: 6px 63px 8px 50px;
    background-color: #fc4100;
    color: white;
    display: block;
    text-align: right;
    font-family: "Assistant", sans-serif;
    font-size: 30px;
    font-weight: 400;
    max-width: 1600px;
    margin-top: 20px;
    text-transform: uppercase;
    width: 1600px;
}

.block_banner {
    min-height: 730px;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.block_banner_first {
    min-height: 730px;
    background-color: black;
    background-position: 250% 100%;
    background-repeat: no-repeat;
    background-size: 90% auto;
    transition: all 4s;
}

.block_banner_first.active {
    background-position: -50% 60%;
    transition: all 4s;

}

.block_banner_info {
    max-width: 500px;
    padding-top: 400px;
    padding-bottom: 0px;
    transform: translate(0%, 100%);
    transition: all 4s;
}

.block_banner_info_reverse {
    max-width: 500px;
    margin-top: 400px;
    padding-bottom: 100px;
    transform: translate(0%, 100%);
    transition: all 3s;
    padding-top: 0;
}

.block_banner_info.active {
    transform: translate(0%, 0px);
    transition: all 3s;
}

.block_banner_info_reverse.active {
    transform: translate(0%, 0px);
    transition: all 5s;
}

.block_banner_info p {
    color: #FFFFFFED;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 30px;
}

.block_banner_info a {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 30px;
    padding: 24px 0;
    text-align: center;
    display: block;
    background: white;
    color: black;
    text-transform: uppercase;
}

.btn_anim {
    transition: all .3s;
}

.btn_anim:hover {
    transform: scale(1.1);
    transition: all .3s;
}


.btn_white {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 30px;
    padding: 24px 0;
    text-align: center;
    display: block;
    background: white;
    color: black;
    text-transform: uppercase;
    transition: all .3s;
}

.btn_white:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.block_banner_reverce .container {
    display: flex;
    align-items: center;
    justify-content: end;
    background-position: 700% 750%;
    background-repeat: no-repeat;
    background-size: 90% auto;
    transition: all 5s;
}

.block_banner_reverce {
    display: flex;
    align-items: center;
    justify-content: end;
    background-position: -150% 100%;
    background-repeat: no-repeat;
    background-size: 90% auto;
    transition: all 5s;
}

.block_banner_reverce.active {
    display: flex;
    align-items: center;
    justify-content: end;
    background-position: 150% 60%;
    background-repeat: no-repeat;
    background-size: 90% auto;
    transition: all 5s;
}

.dealer_block {
    min-height: 770px;
    background-repeat: no-repeat;
    background-size: cover;
}

.dealer_block .container {
    display: flex;
    align-items: center;
    justify-content: end;
}

.dealer_block_info {
    max-width: 460px;
    padding-top: 400px;
    padding-bottom: 100px;
}

.dealer_block_info h2 {
    font-family: "Assistant", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 55px;
    color: white;
}

.dealer_block_info p {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    max-width: 458px;
    margin: 40px 0 30px;
    color: white;
}

.btn_transparent {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 2em;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 32px;
    border: 1px solid white;
}

.blog {
    padding: 50px 0;
    background: black;
}

.blog h2 {
    color: white;
    font-family: "Assistant", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: -0.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.blog_nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 50px;
}


.blog_article_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog_article {
    width: calc(50% - 10px);
    height: 460px;
}

.blog_article_block {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .5s;
}

@media (min-width: 768px) {
    .woocommerce-ordering {
        float: right;
        margin-left: 1em;
        margin-bottom: 0;
        padding: .327em 0;
        margin-top: -12px;
        font-weight: 600;
        color: black;
    }
}

.wrapper_shop .related_product {
  padding: 0px;
}

.blog_article_block h3 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    font-family: "Assistant", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1em;
    z-index: 1;
}

.blog_article_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.about_page {
    min-height: 900px;
    padding: 50px 0 100px;
}

.about_page {
    position: relative;
    background-size: cover !important;
}

.about_page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.page_wrapper_section_info {
    padding: 50px 0 0;
    max-width: 740px;
    margin-right: auto;
}

.page_wrapper_section .breadcrumbs {
    text-align: right;
}

.page_wrapper_section_info h1 {
    color: #FFFFFF;
    font-family: "Assistant", sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    padding-bottom: 24px;
}

.page_wrapper_section_info p {
    column-gap: 15px;
    text-align: right;
    color: #FFFFFFED;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}

.value,
.vision {
    padding: 150px 16px;
    background: black;
}

.value .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.vision .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 40px;
}

.value svg {
    max-width: 88px;
    fill: white;
    width: 100%;
    height: auto;
}

.value_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.value_block:first-child,
.vision_block:first-child {
    transform: rotate(-90deg);
    height: 80px;
    width: 100px;
    margin-top: 50px;
}

.vision_block:nth-child(2),
.vision_block:nth-child(3) {
    width: 50%;
}

.value h3,
.vision_block:first-child h3 {
    font-family: "Assistant", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    color: white;
}

.vision h3 {
    color: #FFFFFF;
    font-family: "Assistant", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 24px 0;
}

.vision p {
    color: #FFFFFFED;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}

.blog_page {
    background: black;
    padding: 100px 16px;
}

.blog_page h1 {
    color: #FFF;
    font-family: "Assistant", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 30px 0;
}

.blog_page_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_page_nav input {
    padding: 14px;
    border: 1px solid gray;
    font-family: "Assistant", sans-serif;
}

.blog_page_nav button {
    padding: 16px;
    background: white;
    color: black;
    font-family: "Assistant", sans-serif;
    border: 1px solid white;
}

.blog_page_cat ul {
    display: flex;
    gap: 24px;
    margin-top: 50px;
}

.blog_page_cat ul li a {
    padding: 18px 24px;
    color: #F15A24;
    border: 1px solid #F15A24;
    font-family: "Assistant", sans-serif;
    font-size: 18px;
}

.singleil {
    padding: 50px 16px;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
}

.singleil h1 {
    font-family: "Assistant", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 25px 0;
}

.singleil #main {
    max-width: 930px;
    margin: auto;
}

.singleil h2,
.singleil h3,
.singleil h4 {
    color: #333333;
}

.singleil h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.singleil h3 {
    display: block;
    font-size: 1.3em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}


.singleil h4 {
    display: block;
    font-size: 1.3em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.singleil p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.description {
    color: #0D100C;
    text-align: justify;
    text-overflow: ellipsis;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 24px 0;
}

.categories a {
    border: 1px solid #F15A24;
    color: #F15A24;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    padding: 5px 10px;
}

.sharing-buttons {
    margin: 24px 0;
}

.elementor-grid {
    display: flex;
    margin: 20px 0;
}

.elementor-share-btn__icon i {
    font-size: 2rem !important;
    color: black;
}

.bribery {
    padding: 100px 16px;
    background-size: cover;
}

.bribery .container {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.bribery h1 {
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    color: white;
    margin: 24px 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.bribery_info p {
    color: #FFFFFFED;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 24px 0;
}

.bribery h1 span {
    font-weight: 800;
    display: block;
    max-width: 500px;
}

.bribery_info {
    max-width: 740px;
}

.bribery_info ul li {
    color: #FFFFFFED;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}

.bribery_info ul {
    list-style-type: disc;
    padding-right: 25px;
}

.bribery_info a {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
    max-width: 370px;
    background: white;
    border-radius: 0;
    margin: 20px;
}

.privacy {
    background-color: black;
    color: white;
    padding: 100px 16px;
}

.privacy h1 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    margin: 24px 0;
}

.single_post p {
    margin: 24px 0;
    color: #FFFFFFED;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    width: 100%;
    max-width: 100%;
}

.single_post ul {
    list-style-type: disc;
    padding-right: 25px;
    margin: 24px 0;
}

.single_post .btn_white {
    max-width: 370px;
}

.single_post p a {
    color: #7f54b3;
}

.rd_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    padding: 100px 16px 50px;
}

.rd_wrapper {
    position: relative;
    padding: 100px 16px 50px;
    background-color: #0d100c;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.rd_wrapper .container {
    padding-right: 40%;
}

.rd_wrapper:before {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(240deg, var(--e-global-color-secondary) 100%, var(--e-global-color-secondary) 55%);
}

.rd_wrapper .breadcrumbs {
    padding-bottom: 40px;
}

.rd_wrapper h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    color: white;
    max-width: 700px;
    margin-bottom: 30px;
}

.rd_wrapper p {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    max-width: 700px;
    margin-bottom: 30px;
}

.btn_small {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 12px 24px 12px 24px;
    background: transparent;
    color: white;
    margin-top: 40px;
    display: block;
    max-width: max-content;
    font-size: 18px;
    text-transform: uppercase;
    transition: all .3s;
}

.btn_small:hover {
    transition: all .3s;
    background: white;
    color: black;
}

.btn_small_black {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 12px 24px 12px 24px;
    background: transparent;
    color: black;
    margin-top: 40px;
    display: block;
    max-width: max-content;
    font-size: 18px;
    text-transform: uppercase;
    transition: all .3s;
}

.btn_small_black:hover {
    transition: all .3s;
    background: black;
    color: white;
}

.rd_wrapper_right {
    position: relative;
    padding: 100px 16px 50px;
    background-color: #FFFFFF;
    background-image: url(https://silver-shadow.com/wp-content/uploads/2023/11/Prototype_silvershadow.png);
    background-position: -15% 0px;
    background-repeat: no-repeat;
    background-size: 62% auto;
    z-index: 1;
}

.rd_wrapper_right h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    color: black;
    max-width: 700px;
    margin-bottom: 30px;
}


.rd_wrapper_right p {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    max-width: 700px;
    margin-bottom: 30px;
}

.productil .product_main_slider_info {
    display: none !important;
}

.productil .product-tag a {
    font-size: 16px;
    font-weight: 400;
    color: #FC4100;
    pointer-events: none;
}

.productil h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin: 12px 0 30px;
}

.productil .product-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.productil .cart button {
    background-color: #0D100C;
    border-color: #0D100C;
    transition: all .3s;
    padding: 16px 24px;
}

.productil .cart input {
    border: 1px solid;
    padding: 13px;
}

.single-product div.product .woocommerce-product-gallery .zoomImg {
    background: #f6f6f6;
    max-width: 1900px !important;
    height: auto !important;
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    background: #F6F6F6 !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    float: right;
    margin-left: 0 !important;
    width: auto !important;
}

.single-product div.product form.cart {
    margin-bottom: 1.618em;
    padding: 1em 0;
    display: flex;
}

.sharing_product p {
    color: #64767D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    margin-bottom: -10px;
}

.product_tabs {
    padding: 100px 16px;
    background: black;
    background-repeat: no-repeat;
    background-position: center right;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.product_tabs .tab_button {
    position: relative;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: white;
    transition: color 0.3s;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    padding-left: 40px;
}

.product_tabs .tab_button:hover {
    position: relative;
    background: transparent;
    color: white;
}

.product_tabs .tab_button.active:before {
    content: "";
    border-bottom: 10px solid #FC4100;
    width: 30px;
    top: 100%;
    position: absolute;
}

.tab_content {
    padding-top: 40px;
}

.tab_content ul li {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    display: flex;
    max-width: 750px;
    padding: 0px 0 10px;
    border-bottom: 1px solid #656565;
    margin-bottom: 20px;
}

.tab_content ul {
    max-width: 750px;
}

.tab_content ul li span {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
}

.tab_content ul li span:first-child {
    flex-basis: 80%;
}

.product_tabs .container {
    padding-right: 0%;
}

.tab_content {
    color: white;
}


.tab_content h1,
.tab_content h2,
.tab_content h3 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    line-height: 21px;
    margin: 24px 0;
}

.tab_content p {
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin: 24px 0;
}

.related_product ul li img {
    margin: 0px 0px 0px 0px;
    padding: 56px 45px 55px 45px;
    background-color: #F6F6F6;
    margin-bottom: 32px;
    max-height: 390px;
    object-fit: contain;
    transform: scale(1);
    transition: all .3s;

}

.related_product ul li img:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.related_product ul li .tag {
    font-size: 16px;
    color: #FC4100 !important;
    font-weight: 600;
}

.related_product ul li h3 {
    font-weight: 500;
    color: black;
    font-size: 22px;
    font-weight: 600;
    margin-top: 4px;
}

.related_product h2 {
    color: #0D100CD1;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 50px;
}

.related_product ul {
    display: flex;
    gap: 40px;
}

.history {
    background-color: #ECECEC;
    padding: 20px 16px 100px;
}


.value_block img {
    max-width: 130px;
}

.related_product_wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: space-between;
}

.wrapper_shop {
    padding: 50px 16px;
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 1440px;
    gap: 25px;
}

.related_product {
    padding: 100px 0;
}

.widget-area {
    width: 100%;
}


.yith-wcan-tooltip {
    background: #FC4100 !important;
}

.yith-wcan-tooltip:before {
    border-right-color: #FC4100 !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
    color: #FC4100 !important;
}

.shop_filter .filter-content .filter-items {
    flex-direction: column;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.widget_slider {
    position: relative;
    z-index: 999;
}


.filter-content input {
    display: none;
}


.shop_filter .filter-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.related_product_wrapper form.cart {
    display: flex;
}

.related_product_wrapper form.cart .ajax_add_to_cart {
    position: relative;
    font-size: 0;
    height: 0px;
    margin-top: 10px;
}

.related_product_wrapper form.cart .ajax_add_to_cart:before {
    content: "";
    background: url(https://silver-shadow.com/wp-content/uploads/2023/08/Outline-1.svg);
    width: 24px;
    height: 35px;
    display: block;
    background-color: white;
    background-repeat: no-repeat;
    background-size: auto;
}


.quantity .qty {
    width: 50px;
    height: 48px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
}

.shop_filter .filter-content input {
    width: 16px;
    height: 16px;
    display: none;
}

.shop_filter #filter_4858_4 input {
    width: 16px;
    height: 16px;
    display: block;
}

.shop_filter .filter-content label {
    display: flex;
    align-items: center;
    gap: 15px;
}

.show_filter {
    cursor: pointer;
}

label {
    margin-bottom: inherit !important;
}

.shop_wrapper h1 a {
    font-weight: 600;
}

.shop_wrapper .product_meta span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #000;
}

.shop_filter.active {
    width: 100%;
    max-width: 400px;
    transform: translate(0%);
    transition: all .3s;
}

.shop_filter {
    width: 100%;
    max-width: 400px;
    transform: translate(200%);
    transition: all .3s;
}

.shop_filter h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.show_filter {
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 0 20px 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.show_filter .elementor-icon-box-content {
    padding-right: 10px;
}

.woocommerce-result-count {
    display: none;
}

.show_filter .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
}

.show_filter .elementor-icon-box-icon {
    margin-right: 10px;
}

.show_filter .elementor-icon-box-title span {
    font-size: 16px;
    font-weight: 600;
}

.related_product_archive ul li h3 {
    font-weight: 500;
    color: black;
    font-size: 22px;
    font-weight: 600;
    margin-top: 4px;
}

.related_product_archive ul {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.related_product_archive ul li .tag {
    font-size: 16px;
    color: #FC4100 !important;
    font-weight: 600;
}

ul.products::before,
ul.products::after {
    content: none !important;
}


.woocommerce-products-header {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0 0;
    align-items: center;
}

.woocommerce-products-header .storefront-sorting {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    bottom: -7px;
}

.woocommerce-products-header__title {
    display: none;
}



/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider_vertical {
    margin-top: 80px !important;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
    max-width: 500px !important;
    height: 100px !important;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media (min-width: 768px) {
    .wrapper_shop ul.products.columns-3 li.product {
        width: 48% !important;
        float: right;
        margin-left: 0;
        text-align: right;
    }
}


.storefront-sorting {
    margin-bottom: 2.617924em;
    display: none;
}

.breadcrumbs_shop {
    padding: 30px 0 0;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: -50px;
    justify-content: flex-start !important;
}


.mega_menu {
    display: none;
    position: absolute;
    background: black;
    color: white;
    left: 0px;
    top: 75px;
    right: 0px;
    z-index: 99;
}

#menu-mega-menu {
    padding: 40px 0;
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#menu-mega-menu li.menu-item a {
    position: relative;
    font-size: 24px;
    color: white;
    margin-bottom: 30px;
    pointer-events: none;
    font-weight: 800;
}

#menu-mega-menu li.menu-item a:before {
    content: "";
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #fc4100;
    position: absolute;
    width: 40px;
    top: 100%;
}


#menu-mega-menu li.menu-item ul a {
    font-size: 16px;
    line-height: 40px;
    transition: all .3s;
    pointer-events: auto;
    font-weight: 600;
}

#menu-mega-menu li.menu-item ul a:hover {
    color: #fc4100;
    transition: all .3s;
}

#menu-mega-menu li.menu-item ul a:before {
    content: none;
    border: none;
}

#menu-mega-menu .sub-menu {
    padding-top: 24px;
}

.buttons-hover {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}

@media (min-width: 600px) {
    .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.btn-hover {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    max-width: max-content;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border: none;
}

@media (min-width: 600px) {
    .btn {
        margin: 0 2em 2em;
    }
}

.btn-hover:hover {
    text-decoration: none;
}

.btn-1 svg {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-1 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 1s linear;
}

.btn-1:hover {
    background: rgba(225, 51, 45, 0);
    letter-spacing: 1px;
}

.btn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.side_menu{
  width: 500px;
  height: 100vh;
  align-items: flex-start;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  background-color: white;
  position: absolute;
  z-index: 9999;
  top: 0;
  transform: translate(1000px, 0px);
  transition: all .5s;
}

.side_menu.active{
  transition: all .5s;
  transform: translate(0px, 0px);
}

.dialog-close-button {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 20px;
  height: 20px;
  font-size: 38px;
}

.side_menu h2 {
  padding: 200px 50px;
  text-align: center;
  font-size: 40px;
}

.blog_article_block:hover {
  filter: sepia(1);
  transition: all .5s;
}

.history_wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.history_wrapper .swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  top: inherit;
  left: 50% !important;
  width: 1000px !important;
  margin-left: -500px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history_wrapper .swiper-pagination:before {
  content: "";
  width: 2000px;
  position: absolute;
  border-bottom: 4px solid #313131;
}

.history_wrapper .swiper-pagination-bullet {
  margin: 0 4px;
  height: 130px;
  width: 130px;
  background: #313131;
  color: white;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  color: white;
  opacity: 1;
  position: relative;
  z-index: 10;
}
.history_wrapper .swiper-pagination-bullet-active {
	color: white;
	background: #FC4100;
  transition: all .3s;
  margin: 0 80px !important;
}

.history_wrapper_years {
  position: absolute;
  transform: rotate(90deg);
  right: -50px;
  z-index: 999999;
  font-size: 18em;
  font-weight: 800;
  border-width: 0px;
  color: #A0A0A07A;
  z-index: -1;
}

.swiper-container {
  height: 840px;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
}

.history h1{
  color: black;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: -0.5px;
  padding: 50px 0 50px;
}

.history_wrapper {
  max-width: 1900px;
  margin: auto;
}

.history_wrapper .swiper-slide {
  display: flex;
  align-items: flex-start;
  padding: 0 50px;
  justify-content: space-between;
}

@media only screen and (min-width: 1600px) {
  .history_wrapper .swiper-slide {
    padding: 0 200px;
  }

  .history_wrapper_years {
    right: -200px;
  }
}

.history_wrapper_info img {
  max-width: 300px;
  margin-bottom: 20px;
}

.history_wrapper_info {
  max-width: 550px;
}


.history_wrapper_info p {
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: right;
}

.rd_wrapper_right .wpcf7, .rd_wrapper_right .wpcf7 form {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: -0.5px;
  color: black;
  margin-bottom: 30px;
  display: block;
  gap: 24px;
}

.rd_wrapper_right .wpcf7 input, .rd_wrapper_right .wpcf7 select{
  border: 1px solid #eeeeee;
  width: 100%;
  max-width: 380px;
  padding: 8px;
  text-align: right;
  background: #eeeeee;
  color: black;
  font-weight: 400;
}

.rd_wrapper_right .wpcf7 select{
  border: 1px solid #eeeeee;
  width: 100%;
  max-width: 380px;
  padding: 12px 8px;
}


.landing_form form p{
  max-width: 700px;
  margin: auto;
}

.rd_wrapper_right .wpcf7 p input{
  background: white;
  color: black;
  border: 1px solid #eeeeee;
  cursor: pointer;
}

.rd_wrapper_right .wpcf7 span{
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  max-width: 270px;
  margin-bottom: 30px;
  width: 100%;
}

.rd_wrapper_right .wpcf7 .form_wrapper_couces p {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
  margin: auto;
}

.rd_wrapper_right .wpcf7 p {
  margin: auto;
  max-width: 150px;
}

.rd_wrapper_right .wpcf7 .form_wrapper_couces p input{
  background: #eeeeee;
  color: black;
  border: 1px solid #eeeeee;
}

.rd_wrapper_right .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 24px;
}

.rd_wrapper_form {
  background-size: cover !important;
  background-position: center;
}

.rd_wrapper_form h2{
  text-align: center;
  color: white;
  max-width: max-content;
  margin: 40px auto;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: -0.5px;
}

.contact_page {
  max-width: 700px;
  margin: auto;
  padding: 100px 0 150px;
}

.contact_page .wpcf7 input, .contact_page .wpcf7 select {
  border: 1px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  padding: 14px;
  text-align: right;
  background: #eeeeee;
  color: black;
  font-weight: 400;
}

.contact_page_form_wrapper p {
  display: flex;
  grid-gap: 24px;
  margin-bottom: 24px;
  justify-content: space-between;
}

.contact_page_form_wrapper_last p {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}

.contact_page_form .checkbox {
  margin: 24px 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 24px;
}

.contact_page_form .checkbox .wpcf7-checkbox input{
  width: 22px;
  height: 22px;
}

.contact_page_form .wpcf7-submit {
  background: #FC4100;
  color: white;
  font-size: 22px;
}

.landing_form form input[type="submit"] {
  display: flex;
  text-align: center;
}

@media only screen and (max-width: 991px) {

  .history_wrapper_years {
    position: relative;
    font-size: 100px;
  }

  .history_wrapper .swiper-slide {
    padding: 0 16px;
    flex-direction: column;
  }

  .history_wrapper .swiper-pagination-bullet {
    height: 50px;
    width: 50px;
    font-size: 15px;
  }

  .history_wrapper .swiper-pagination-bullet-active {
    margin: 0 30px !important;
  }

  .swiper-container {
    height: 100%;
  }

  .swiper-wrapper {
    padding-bottom: 120px;
  }

  .history_wrapper .swiper-pagination {
    top: 90%;
  }
    .related_product ul {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
        max-width: 300px !important;
        height: 100px !important;
        margin: 4px 0;
    }

    .wrapper_shop {
        flex-direction: column;
    }



    .product_tabs .container {
        padding-right: inherit;
    }


    .rd_wrapper_right,
    .rd_wrapper {
        position: relative;
        background-size: cover;
    }

    .rd_wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 0;
    }

    .rd_wrapper .container {
        padding-right: 0%;
    }

    .value,
    .vision {
        padding: 50px 16px;
        background: black;
    }

    .vision_block:nth-child(2),
    .vision_block:nth-child(3) {
        width: 100%;
    }

    .value_block:first-child,
    .vision_block:first-child {
        transform: inherit;
        height: inherit;
        width: inherit;
        margin-top: 0;
    }

    .value .container,
    .vision .container {
        flex-direction: column;
        gap: 44px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .value_block {
        width: 100%;
    }

    .about_page {
        min-height: 300px;
        padding: 50px 0 100px;
    }

    .blog_article_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: column;
    }

    .blog_article {
        width: 100%;
        height: 260px;
    }

    .blog_nav {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .block_banner,
    .dealer_block {
        min-height: 330px;
        background-position: center;
    }

    .block_banner_info {
        max-width: 100%;
        padding-top: 150px;
        padding-bottom: 30px;
    }

    .block_banner {
        background-position: center;
    }

    .header_main {
        display: none;
    }

    .block_info_link a {
        left: auto;
    }

    .block_info_link {
        text-align: right;
        padding-top: 250px;
    }

    .block_info {
        min-height: 100%;
    }

    .page-id-28 .header_main {
        display: none;
    }

    .footer_wrapper {
        flex-direction: column;
    }

    .langing {
        margin-top: 0;
        overflow-x: hidden;
    }

    .langing_head_tag {
        position: relative;
        right: 0;
    }

    .langing_head {
        gap: 20px;
        flex-direction: column-reverse;
        text-align: center;
    }

    .langing_product_text {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .langing_product_info_text {
        font-size: 20px;
    }

    .langing_product_info_items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .langing_product_text_footer {
        color: #b4b197;
        font-size: 36px;
        line-height: 150%;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .landing_form {
        padding: 60px 16px 60px;
    }

    .subscribe-button {
        height: 52px;
        width: 149px;
    }

    .footer_menu img {
        max-width: 300px;
    }

    .block_info_link a {
        max-width: 100%;
        width: 100%;
    }

    .site-main ul.products.columns-3 li.product {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: right !important;
    }
}
