/* 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 40px;
}

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

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 0.3s;
    padding: 13px 20px;
}

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

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

.cart_header {
    position: relative;
    padding-top: 4px;
    cursor: pointer;
}

.close-btn {
    cursor: pointer;
}

.menu_mobile_open .account-info,
.menu_mobile_open .cart_header {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.close-btn img {
    width: 25px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #333333;
}

.woocommerce-notices-wrapper {
    display: none;
}

.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 0.3s;
}

.footer_social svg:hover {
    transform: scale(1.1);
    transition: all 0.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;
    width: 100%;
    justify-content: space-between;
}

.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: 100%;
}

.woocommerce-pagination {
    display: none;
}

.rd_wrapper_right .wpcf7 .policy_career p,
.rd_wrapper_right .wpcf7 .policy_career span {
    max-width: 100%;
    margin: 0;
}

.rd_wrapper_right .wpcf7 .policy_career p .wpcf7-list-item input {
    width: 30px;
    position: relative;
    top: 8px;
}

.rd_wrapper_right .wpcf7 p input[type="submit"] {
    text-align: center;
}

.rd_wrapper_right .wpcf7 .policy_career p {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 1155px;
    justify-content: center;
    margin: auto;
    margin-top: -20px;
}

.subscribe-submit-button input {
    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 0.3s;
    width: 100%;
    height: 52px;
    background: black;
    border: 1px solid white;
}

.subscribe-disclaimer p {
    display: flex;
    align-items: center;
    justify-content: stretch;
    flex-direction: row-reverse;
    line-height: 2px;
    gap: 10px;
}

.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;
    margin: revert;
}

.careers_content_count_number {
    padding: 50px 50px 35px;
    background: black;
    max-width: fit-content;
    color: white;
    font-size: 40px;
    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;
}

#primary.careers_content_wrapper {
    max-width: 100%;
}

.careers_content_blocks h2 {
    color: black;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 0 0 44px;
}

.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 0.5s;
}

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

.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: rgb(255 255 255 / 72%);
    padding: 30px 10px 30px 10px;
    width: 100%;
    border-bottom: 1px solid;
    font-weight: 600;
}

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

.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: #f15a24;
    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: 18px;
    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: 60px 0 100px;
    background: url(https://il.silver-shadow.com/wp-content/uploads/sites/10/2024/07/CommonAnswer-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.faqil .breadcrumbs {
    color: white;
}

.faqil h1 {
    color: white;
}

.faqil tbody td {
    background-color: transparent !important;
}

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

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

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

.langing_head {
    position: relative;
    padding: 40px 16px;
    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;
}

.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 p {
    display: flex;
}

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

.langing_product {
    position: relative;
}

.langing_product:before {
    position: absolute;
    display: none;
    content: none;
    background: url(/wp-content/uploads/2024/03/Logo-1.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
    bottom: -150px;
}

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

.langing_accordeon_wrapper:before {
    display: none;
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2024/03/Logo-1.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
    transform: rotate(90deg);
    bottom: 0%;
    left: -26%;
    max-height: 480px;
    background-size: contain;
}

.landing_form {
    position: relative;
}

div.landing_form:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2024/03/Logo-1.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.8;
    bottom: 90%;
    left: -100%;
    max-height: 480px;
    background-size: contain;
    transform: rotate(90deg) scale(2);
}

.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_info_text {
    color: #706d5d;
    font-size: 24px;
    line-height: 150%;
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
}

.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: right;
    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;
}

.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: inherit !important;
    }
}

.block_info_link a {
    position: absolute;
    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: 400px;
    margin-top: 20px;
    text-transform: uppercase;
    width: 400px;
}

.bg_image_anim {
    transform: translate(200%, 0%);
}

.block_banner_reverce.active .block_banner_info {
    transform: translate(-100%, 0%);
    transition: all 4s;
}

.block_banner_reverce.active .bg_image_anim {
    transform: translate(0%, 0%);
    transition: all 4s;
}

.block_banner {
    min-height: 1030px;
    background-color: #f2f2f2;
    background-position: 250% 100%;
    background-repeat: no-repeat;
    background-size: 90% auto;
    transition: all 4s;
    padding-bottom: 10px;
}

.block_banner_first {
    min-height: 1030px;
    background-color: #f2f2f2;
    background-position: 250% 100%;
    background-repeat: no-repeat;
    background-size: 90% auto;
    transition: all 4s;
    padding-bottom: 10px;
    margin: 0px 0;
    margin-bottom: -5px;
}

.block_banner_first.active {
    background-position: 0% 220%;
    transition: all 4s;
}

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

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

.block_banner_first.active .bg_image_anim {
    transform: translate(0%, 0%);
    transition: all 4s;
}

.home {
    background: white;
}

.block_banner_info img {
    text-align: center;
    margin: auto;
}

.block_banner_info.active {
    transform: translate(-100%, 0%);
    transition: all 4s;
}

.block_banner_info_reverse.active {
    transform: translate(100%, -200%);
    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: 18px;
    line-height: 24px;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    max-width: 200px;
    margin: auto;
    width: 100%;
    margin-top: 24px;
    background: #fc4100;
    color: white;
    font-weight: 600;
    border: 4px solid transparent;
}

.block_banner_info a:first-child {
    background: transparent;
    color: #fc4100;
    border: 4px solid #fc4100;
}

.btn_anim {
    transition: all 0.3s;
}

.btn_anim:hover {
    transform: scale(1.1);
    transition: all 0.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 0.3s;
}

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

.block_banner_reverce .container {
    display: block;
    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;
    margin-top: -150px;
}

.block_banner_reverce.active {
    background-position: 0% 100%;
    transition: all 4s;
}

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

.block_banner_info_links {
    display: flex;
    gap: 24px;
}

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

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

.dealer_block_info .btn-hover {
    color: black;
    border: black;

}

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

.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: black;
}

.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 0.5s;
}

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

.ajax_add_to_cart_il {
    padding: 6px 14px;
    font-size: 0;
    background: none !important;
}

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

.wrapper_shop .related_product {
    padding: 0px;
    width: 82%;
    max-width: 1440px;
    margin-top: -60px;
}

.shop_breadcrumb {
    max-width: 1720px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #64767d;
    text-decoration: none !important;
    padding: 20px;
    text-transform: uppercase;
}

.shop_breadcrumb a {
    text-decoration: none !important;
    text-transform: uppercase;
}

.shop_breadcrumb .storefront-breadcrumb {
    margin: 0;
    padding: 0;
}

.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;
    color: white;
    font-weight: 600;
}

.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: 18px;
    font-weight: 500;
    line-height: 1.4em;
}

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

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

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

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

.rd_wrapper_right .wpcf7 .policy_career span label {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    height: 20px;
}

.rd_wrapper_right .wpcf7 .policy_career span label {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    height: 20px;
}

.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: inherit;
    height: inherit;
    width: auto;
    margin-top: inherit;
}

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

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

.value_block_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 40px;
}

.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: 50px 16px 100px;
}

.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 {
    position: relative;
    padding: 100px 16px 50px;
    background-color: #0d100c;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.rd_wrapper:first-child {
    padding: 50px 16px;
}

.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;
    max-width: 1440px;
    margin: auto;
    color: white;
    font-weight: 600;
}

.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 0.3s;
}

.btn_small:hover {
    transition: all 0.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 0.3s;
}

.btn_small_black:hover {
    transition: all 0.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;
    direction: ltr;
}

.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 0.3s;
    padding: 16px 24px;
}

.productil .cart a {
    background-color: #0d100c;
    border-color: #0d100c;
    transition: all 0.3s;
    padding: 16px 24px;
}

.productil .cart input {
    border: 1px solid;
    width: 4.235801032em;
    text-align: center;
    padding: 14px 3px;
    font-size: 20px;
}

.single_add_to_cart_button_gun {
    background-color: #0d100c;
    border-color: #0d100c;
    transition: all 0.3s;
    padding: 16px 24px;
    display: block;
    max-width: fit-content;
    margin: 12px 0;
}

.single-product div.product .woocommerce-product-gallery .zoomImg {}

.contact_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    color: white;
}

.contact_wrapper .breadcrumbs,
.contact_wrapper .blog_page_nav h1 {
    color: white;
}

.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: 25px 55px 55px 55px;
    background-color: #eeeeee;
    margin-bottom: 32px;
    max-height: 450px;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.3s;
}

.related_product_slider ul li img {
    margin: 0px 0px 0px 0px;
    padding: 80px 55px 55px 55px;
    background-color: #eeeeee;
    margin-bottom: 32px;
    max-height: 390px;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.3s;
}


.related_product_slider {
    position: relative;
    padding: 0 30px;
}

.related_product_slider .swiper-button-next {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 170px;
    right: 0;
    background-image: url(/wp-content/uploads/sites/10/2025/01/1223880-200.png) !important;
    background-size: contain;
    transform: rotate(180deg);

}

.related_product_slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 170px;
    left: 0;
    background-image: url(/wp-content/uploads/sites/10/2025/01/1223880-200.png) !important;
    background-size: contain;
}

.related_product_single .swiper-container {
    position: relative;
    padding: 0 30px;
}

.related_product_single .swiper-button-next {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 170px;
    right: 0;
    background-image: url(/wp-content/uploads/sites/10/2025/01/1223880-200.png) !important;
    background-size: contain;
    transform: rotate(180deg);
}

.related_product_single .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 170px;
    left: 0;
    background-image: url(/wp-content/uploads/sites/10/2025/01/1223880-200.png) !important;
    background-size: contain;
}

.related_product_slider .swiper-container {
    max-height: 500px;
}

.home .related_product ul li img {
    width: 100%;
    height: 450px;
    max-width: 100%;
}

.related_product_single ul li {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    max-width: 33.333%;
}

.related_product ul li {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    max-width: 33.333%;
}

.related_product ul li img:hover {
    transform: scale(1);
    transition: all 0.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;
}

.home .related_product ul {
    display: flex;
    gap: 0px !important;
}

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

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

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

.related_product_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 24px;
    align-items: center;
}

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

.blog_load_more {
    text-align: center;
    padding: 12px 24px;
    margin: 50px auto;
    max-width: max-content;
}

.related_product {
    padding: 100px 0 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;
    flex-direction: row-reverse;
    margin: 0;
}

.wrapper_shop .quantity .qty {
    width: 50px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px;
    font-size: 20px;
    border-radius: 4px;
    margin: 0 24px;
}

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

.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: 240px;
    transition: all 0.3s;
    position: fixed;
    right: 50px;
    top: 400px;
}

.shop_filter {
    position: fixed;
    width: 100%;
    max-width: 400px;
    right: -200px;
    transition: all 0.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: 1720px;
    margin: auto;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
}

.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: 0px !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;
    object-fit: contain;
}

.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: 47% !important;
        float: right;
        margin-left: 0;
        text-align: right;
        display: table;
        margin-bottom: 0;
    }
}

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

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

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

#menu-mega-menu,
#menu-catalog_menu {
    padding: 40px 0;
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    grid-gap: 50px;
}

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

#menu-mega-menu li.menu-item a:before,
#menu-catalog_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%;
}

.elementor-share-btn__icon img {
    max-width: 3em;
}

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

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

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

#menu-mega-menu .sub-menu,
#menu-catalog_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: 100%;
    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 0.5s;
    position: fixed;
}

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

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

.blog_article_block:hover {
    transition: all 0.5s;
    filter: none;
    opacity: 0.7;
}

.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 .breadcrumbs,
.history_wrapper h1 {
    max-width: 1440px;
    margin: auto;
}

.history_wrapper .swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    top: 550px;
    left: 50% !important;
    width: 1000px !important;
    margin-left: -500px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history_wrapper .swiper-slide img {
    max-width: 900px;
}

.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 0.3s;
    color: white;
    opacity: 1;
    position: relative;
    z-index: 10;
}

.history_wrapper .swiper-pagination-bullet-active {
    color: white;
    background: #fc4100;
    transition: all 0.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;
    top: 180px;
}

.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: 0px 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 160px;
    }

    .history_wrapper_years {
        right: -200px;
    }
}

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

.history_wrapper_info {
    max-width: 550px;
}

.page_wrapper_section_info p strong {
    font-weight: bold;
}

.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: white;
    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;
    border: 2px solid #f05a26;
    font-size: 24px;
    color: black;
    position: absolute;
    background: #eeeeee;
    padding: 48px 24px;
    left: 50%;
    max-width: 500px;
    margin-left: -250px;
    top: 50%;
    font-weight: bold;
    text-align: center;
}

input[type="number"] {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    margin: 0 !important;
}

input[type="number"] {
    appearance: textfield !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 2px solid #00a0d2;
    font-size: 24px;
    color: black;
    position: absolute;
    background: #bfbfbf;
    padding: 48px 24px;
    left: 50%;
    max-width: 400px;
    margin-left: -200px;
    top: 50%;
    font-weight: bold;
    text-align: center;
}

.contact_page_form .checkbox .wpcf7-list-item-label {
    visibility: hidden;
}

.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 .wpcf7 {
    max-width: 700px;
    margin: auto;
    padding: 50px 0 150px;
}

.subscribe-disclaimer a {
    color: #d9534f;
}

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

.job-category-select-wrapper,
.job-counry-select-wrapper {
    max-width: 100%;
}

.careers_content_count_title_filter {
    margin: 0;
}

.type-career h2 {
    color: black;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.25px;
}

.type-career p {
    color: black;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
}

.type-career {
    width: 100%;
    max-width: 1140px;
    padding: 35px;
    background: #e2e2e2;
    margin-bottom: 35px;
}

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

.type-career a {
    color: black;
    padding: 18px;
    border: 1px solid black;
}

.career-form p {
    margin: 40px 0;
    color: black;
}

.career-form span {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: black;
}

.form_career input {
    border: 1px solid #64767d;
    padding: 12px;
    text-align: right;
    margin: 10px 0 0;
    width: 360px;
}

.form_career {
    display: flex;
    justify-content: end;
}

.form_career p:first-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    gap: 24px;
    justify-content: end;
}

.form_career label {
    margin-bottom: 0 !important;
}

.form_career select {
    width: 360px;
    border: 1px solid #64767d;
    padding: 12px;
    text-align: right;
    margin: 10px 0 0;
}

.form_career input[type="submit"] {
    border-radius: 0px 0px 0px 0px;
    padding: 12px 80px 12px 80px;
    max-width: 200px;
    background: black;
    color: white;
    margin-right: 24px;
}

.show_add.active {
    position: relative;
    font-size: 0;
}

.show_add.active:before {
    content: "x";
    font-size: 31px;
    width: 12px;
    display: block;
    height: 22px;
    line-height: 14px;
}

.contact_page .wpcf7 input[type="submit"] {
    cursor: pointer;
    max-width: 100%;
    text-align: center;
    background: #f05a26;
    color: white;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.rtl .cart-collaterals .wc-forward::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    margin-right: 0.5407911001em;
    transform: rotate(180deg);
}

table.shop_table {
    font-weight: 800;
    color: black;
}

.footer_menu_second ul#menu-footer-menu {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.contact_page h2 {
    text-align: center;
    color: white;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.5px;
    margin: 30px 0 0;
}

.contact_page .wpcf7 input[type="submit"]:hover {
    background: white;
    color: black;
    border: 1px solid black;
    transition: all 0.3s;
}

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

.contact_page {
    max-width: 1440px;
    margin: auto;
    padding-top: 50px;
}

.post-9 {
    padding: 100px;
    display: flex;
}

.side_menu_wrapper {
    padding: 100px 20px;
}

.side_menu_wrapper .cart_header {
    width: 100%;
    height: 50px;
    display: flex;
    margin-right: 50px;
    gap: 24px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.side_menu_wrapper .cart_header a {
    display: block;
    position: relative;
    top: 8px;
}

.side_menu_wrapper .cart_header a h3 {
    display: block;
    position: relative;
    top: -8px;
    font-weight: 400;
    font-size: 22px;
    color: inherit;
}

.side_menu_wrapper .menu-side-menu-container a {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
}

.menu-side-menu-container {
    margin-right: 50px;
}

.dialog-close-button {
    position: absolute;
    top: 40px;
    right: 10px;
    text-decoration: none;
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.eael-login-form-wrapper {
    padding: 20px;
    text-align: left;
}

.lr-form-wrapper {
    margin-top: 20px;
    /* Adjust margin as needed */
}

.woocommerce-form-login {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: right;
    width: 370px;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 37.5px 14px rgba(2, 8, 53, 0.06);
    box-shadow: 0 0 37.5px 14px rgba(2, 8, 53, 0.06);
    max-height: 400px;
    margin-bottom: 30px;
}

.woocommerce-form-login .woocommerce-Input {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #cfcfe8;
    border-radius: 3px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
}

.woocommerce-form-register .woocommerce-Input {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cfcfe8;
    border-radius: 3px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
}

.woocommerce-form-login .woocommerce-Input:focus {
    outline: none;
    border-color: #000;
    /* Example focus state */
}

.form-row .woocommerce-form-login__submit {
    background-color: #744ffb;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 15px;
    width: 130px;
    background: black;
    bottom: -12px;
    left: -135px;
}

.form-row .woocommerce-form-register__submit {
    background-color: #744ffb;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 15px;
    width: 130px;
    background: black;
    bottom: -12px;
    left: -135px;
}

.woocommerce-form-login .password-input {
    position: relative;
}

.woocommerce-form-login .show-password-input {
    position: absolute;
    right: 85%;
    top: 38px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.woocommerce-form-login label {
    margin-bottom: 0.5rem !important;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: block;
    margin-bottom: 10px;
}

.woocommerce-form-login .woocommerce-button {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    margin-top: 24px;
}

.woocommerce-form-register {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: right;
    width: 370px;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 37.5px 14px rgba(2, 8, 53, 0.06);
    box-shadow: 0 0 37.5px 14px rgba(2, 8, 53, 0.06);
    margin-bottom: 80px;
    max-height: 550px;
}

.woocommerce-form-register .woocommerce-Input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.woocommerce-form-register .woocommerce-Input:focus {
    outline: none;
    border-color: #000;
    /* Example focus state */
}

.woocommerce-form-register .password-input {
    position: relative;
}

.woocommerce-form-register .show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.woocommerce-form-register .woocommerce-form__label-for-checkbox {
    display: block;
    margin-bottom: 10px;
}

.woocommerce-form-register .woocommerce-button {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    margin-top: 24px;
}

.show-password-input::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    content: "";
    position: absolute;
    left: 19px;
    top: 0px;
}

.post-9 .entry-content {
    width: 100%;
}

#primary {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.woocommerce-form-register {
    display: none;
}

.woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 10px;
    text-align: center;
    position: relative;
    bottom: 135px;
    left: -105px;
}

.woocommerce-form-login .woocommerce-LostPassword a {
    color: #000;
    text-decoration: none;
}

#showRegisterForm {
    bottom: 120px;
    font-size: 18px;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: none;
    transition: all 0.2s;
    padding: 15px;
    width: 130px;
    background: black;
    right: -40px;
    font-weight: 400;
}

#showLoginForm {
    bottom: 81px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 14px;
    width: 130px;
    background: black;
    left: 36px;
}

.woocommerce-form-register .form-row label {
    margin-bottom: 0.5rem;
}

#showRegisterForm:hover,
#showLoginForm:hover {
    background: black !important;
}

.woocommerce-form-login .woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

.cart {
    margin-top: 20px;
}

.cart-contents {
    display: block;
    padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.lr-form-wrapper h2 {
    display: none;
}

.account-info-user,
.account-info-cart {
    position: relative;
}

.account-info-user:before {
    content: "";
    background: url(https://il.silver-shadow.com/wp-content/uploads/sites/10/2024/07/icon1.svg);
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
}

.account-info-cart:before {
    content: "";
    background: url(https://il.silver-shadow.com/wp-content/uploads/sites/10/2024/07/shopping-cart-10925.svg);
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -4px;
}

.cart-page {
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cart-content {
    padding: 20px;
}

/* Style your cart content elements here */
table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.shop_table th,
.shop_table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.shop_table thead {
    background-color: #f5f5f5;
}

.shop_table .product-thumbnail img {
    max-width: 100px;
    height: auto;
}

.cart_totals {
    margin-top: 20px;
}

.cart_totals h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.cart_totals table.shop_table tr {
    border-bottom: none;
}

.cart_totals .cart-subtotal,
.cart_totals .order-total,
.cart_totals .shipping {
    font-weight: bold;
}

.cart_totals .shipping ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart_totals .shipping li {
    margin-bottom: 5px;
}

.cart_totals .shipping label {
    display: inline-block;
    width: 120px;
    font-weight: normal;
}

.cart_totals .shipping select {
    width: 100%;
    padding: 5px;
}

.cart_totals .shipping p {
    margin-top: 5px;
    font-size: 0.9em;
}

.cart_totals .shipping a.shipping-calculator-button {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #333;
    display: inline-block;
    cursor: pointer;
}

.cart_totals .shipping a.shipping-calculator-button:hover {
    background-color: #333;
    color: #fff;
}

.wc-proceed-to-checkout {
    text-align: right;
    margin-top: 20px;
}

/* Style the coupon input and apply coupon button */
.coupon {
    margin-bottom: 10px;
}

.coupon label {
    display: none;
    /* Hide the "Coupon:" label for screen readers */
}

.coupon input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

.coupon button[name="apply_coupon"] {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.coupon button[name="apply_coupon"]:hover {
    background-color: #555;
}

/* Style the update cart button */
button[name="update_cart"] {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[name="update_cart"]:hover {
    background-color: #555;
}

/* Style the cart totals section */
.cart_totals {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-top: 20px;
}

.cart_totals h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.shop_table {
    width: 100%;
}

.shop_table td {
    padding: 10px 0;
}

.cart-subtotal,
.order-total {
    border-top: 1px solid #ccc;
}

.cart-subtotal th,
.order-total th {
    font-weight: bold;
    padding: 10px 0;
}

.cart-subtotal td,
.order-total td {
    font-size: 18px;
}

/* Style the "Proceed to checkout" button */
.wc-proceed-to-checkout .checkout-button {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #555;
}

/* Style the WooCommerce notices wrapper */
.woocommerce-notices-wrapper {
    text-align: center;
    padding: 0px;
}

/* Style the cart empty message */
.cart-empty.woocommerce-info {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

/* Style the "Return to Shop" button */
.return-to-shop a.button.wc-backward {
    display: inline-block;
    padding: 15px 30px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.return-to-shop a.button.wc-backward:hover {
    background-color: #555;
}

/* Style the billing details section */
.woocommerce-billing-fields {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-top: 20px;
}

.woocommerce-billing-fields h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* Style individual form fields */
.form-row {
    margin-bottom: 15px;
}

.form-row label {
    font-weight: bold;
}

.woocommerce-input-wrapper input[type="text"],
.woocommerce-input-wrapper input[type="tel"],
.woocommerce-input-wrapper input[type="email"],
.woocommerce-input-wrapper select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

/* Style the "Proceed to checkout" button */
.wc-proceed-to-checkout .checkout-button {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #555;
}

/* Style the order review table */
.woocommerce-checkout-review-order {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-top: 20px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

/* Style payment methods */
.payment_methods {
    list-style: none;
    padding: 0;
}

.payment_methods li {
    margin-bottom: 15px;
}

/* Style the "Place Order" button */
.place-order .button {
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.place-order .button:hover {
    background-color: #555;
}

/* Style the terms and conditions checkbox */
.woocommerce-terms-and-conditions-wrapper {
    margin-top: 20px;
}

/* Hide radio buttons */
.payment_box input[type="radio"] {
    display: none;
}

/* Style the label for radio buttons */
.payment_box label {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

.payment_box label:hover {
    background-color: #e3e3e3;
}

/* Style the payment box content */
.payment_box div {
    display: none;
    margin-top: 10px;
}

/* Show content when radio button is checked */
.payment_box input[type="radio"]:checked+label+div {
    display: block;
}

.menu_mobile_open {
    display: none;
}

.productil_wrapper {
    display: flex;
    gap: 50px;
}

#menu-main-menu .main-menu-class .sub-menu {
    display: none;
}

#menu-main-menu .main-menu-class .sub-menu li {
    margin-top: 8px;
}

.menu-item-has-children:hover .sub-menu {
    position: static;
    width: auto;
    line-height: initial;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute !important;
    width: 200px;
    line-height: 38px;
    padding-top: 40px;
    background: black;
    padding-bottom: 24px;
}

.sub-menu-header {
    display: none;
}

ul.sub-menu-header a {
    display: block;
    padding: 0px 20px;
}

.cart-sidebar {
    position: fixed;
    right: -150%;
    top: 0;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 20px;
}

.cart-sidebar h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 50px 0;
}

.cart-sidebar.open {
    right: 0;
    padding: 50px 16px;
    color: black;
}

.cart-sidebar .close-btn {
    display: block;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
}

.archive #primary {
    max-width: 100%;
}

.close-btn {
    display: block;
    margin-bottom: 20px;
}

.cart-items {
    border-bottom: 1px solid gray;
    margin-bottom: 30px;
}

.cart-items img {
    display: flex;
    width: 70px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.remove-item {
    font-size: 18px;
    cursor: pointer;
}

.cart-item span {
    font-size: 20px;
}

.cart-button,
.checkout-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #69727d;
    color: white;
    padding: 18px 24px;
    text-align: center;
    text-transform: uppercase;
}

.cart-buttons {
    display: flex;
    grid-gap: 24px;
}

#close-cart-sidebar img {
    max-width: 30px;
    cursor: pointer;
}

#open-cart-sidebar {
    cursor: pointer;
}

.header_main_mobile {
    display: none;
}

.side_menu_wrapper h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: black;
}

.woocommerce-additional-fields__field-wrapper textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    height: 200px;
}

.woocommerce-form-coupon-toggle {
    margin: 20px 0;
    max-width: 380px;
    border-radius: 20px;
}

@media only screen and (max-width: 991px) {
    .related_product_single ul li {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .show_filter {
        margin-top: 10px;
    }

    .slider_vertical {
        margin-top: 20px !important;
    }

    .shop_filter {
        display: none;
    }

    .shop_filter.active {
        display: block;
    }

    .woocommerce-ordering {
        margin-bottom: 0 !important;
    }

    .woocommerce-products-header {
        justify-content: space-between;
    }

    .header_main_mobile {
        display: block;
    }

    .productil_wrapper {
        flex-direction: column;
    }

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

    .productil_wrapper .product-gallery {
        padding: 0 0 20px;
    }

    .subscribe-disclaimer p {
        line-height: 24px;
    }

    .value_block_wrapper {
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .blog_page_cat ul {
        margin-top: 50px;
        gap: 20px;
        flex-wrap: wrap;
        align-items: end;
        justify-content: end;
    }

    .blog_page_nav {
        flex-direction: column;
    }

    .blog .container {
      padding: 0;
    }

    .blog_page_nav input {
        width: 100%;
        max-width: 260px;
    }

    .blog_page_nav form {
        width: 100%;
    }

    .related_product_wrapper {
        align-items: center;
        grid-gap: 30px;
    }

    .wrapper_shop ul.products.columns-3 li.product {
        margin-bottom: 10px;
    }

    .shop_filter {
        position: static !important;
    }

    .shop_filter.active {
        position: static !important;
    }

    .wrapper_shop .related_product {
        width: 100%;
    }
}

.productil_wrapper .product-gallery {
    width: 100%;
    overflow: hidden;
    padding: 0 0 40px;
}

.productil_wrapper .mySwiper2 {
    background: #f6f6f6;
    margin-bottom: 30px;
}

.productil_wrapper .swiper-thumb {
    background: white;
}

.productil_wrapper .swiper-slide {
    background: #f6f6f6;
}

.footer_menu {
    width: 60%;
}

.main-menu-class li:nth-child(1):before {
    position: absolute !important;
    content: "" !important;
    margin-left: 5px !important;
    border: none !important;
    left: -6px;
    top: 7px;
    color: white;
    font-size: 10px;
    width: 15px;
    height: 14px;
    background: url(https://il.silver-shadow.com/wp-content/uploads/sites/10/2025/02/1123247-200-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main-menu-class li.menu-item-type-post_type:nth-child(3):before {
    position: absolute !important;
    content: "" !important;
    margin-left: 5px !important;
    border: none !important;
    left: -6px;
    top: 7px;
    color: white;
    font-size: 10px;
    width: 15px;
    height: 14px;
    background: url(https://il.silver-shadow.com/wp-content/uploads/sites/10/2025/02/1123247-200-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main-menu-class li.menu-item-type-post_type:nth-child(4):before {
    position: absolute !important;
    content: "" !important;
    margin-left: 5px !important;
    border: none !important;
    left: -6px;
    top: 7px;
    color: white;
    font-size: 10px;
    width: 15px;
    height: 14px;
    background: url(https://il.silver-shadow.com/wp-content/uploads/sites/10/2025/02/1123247-200-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main-menu-class li ul.sub-menu li:before {
    content: none !important;
}

.checkout-button {
    background-color: #fc4100;
    color: #fff;
    text-decoration: none;
}

.checkout-button:hover {
    background-color: #bb3506;
}

.related_product ul li.product_cat-corner-shot img {
    padding: 12px;
}

#header-container {
    position: relative;
    z-index: 100;
    transition: all 0.4s ease !important;
}

#header-container.hide-header {
    top: -130px !important;
    transition: all 0.4s ease !important;
}

#header-container.show-header {
    position: fixed;
    top: 0px !important;
    z-index: 999999;
    transition: all 0.4s ease !important;
    left: 0;
    right: 0;
}

.wpcf7-acceptance span {
    color: white !important;
}

.checkout_coupon #coupon_code {
    max-width: 55%;
    margin: 4px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.checkout_coupon .button {
    margin-right: -50%;
}

.form-row .button {
    width: auto;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.shop_table .product-quantity {
    text-align: center;
}

.shop_table .product-name {
    text-align: right;
}

.shop_table .product-quantity .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_table .product-quantity .quantity input {
    margin: 0;
}

.checkbox .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0;
    width: 500px;
    bottom: -42px;
}

.popup-message {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 5px;
    z-index: 9999;
}

.product-attributes h3 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 700;
}

.product-attributes table:not(.has-background) th,
.product-attributes table:not(.has-background) tbody td {
    background-color: transparent !important;
}

.product-attributes table:not(.has-background) th {
    font-size: 18px;
    font-weight: 600;
    padding-left: 32px;
}

.upsell-products h3 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 700;
}

.upsell-products h2 {
    display: none;
}

.upsell-products h2.woocommerce-loop-product__title {
    display: block;
    margin: 8px;
}

.upsell-products .products {
    display: flex;
    padding: 0;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.upsell-products .products li {
    width: 100%;
    max-width: 200px;
}

.upsell-products .products img {
    width: 100%;
    max-width: 200px;
    margin: 0 !important;
    border: 1px solid #f1f1f1;
    padding: 12px;
    background: #eeeeee;
    max-height: 135px;
    object-fit: cover;
}

.upsell-products .products .price {
    display: none !important;
}

.upsell-products .products .add_to_cart_button {
    background-color: #0d100c;
    border-color: #0d100c;
    transition: all 0.3s;
    padding: 11px 13px;
    color: white;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    font-size: 16px;
}

.upsell-products {
    margin-bottom: 20px;
}

.upsell-products .quantity {
    display: none;
}

.upsell-products .single_add_to_cart_button {
    margin: auto;
}

.sitemap {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 100px 0 100px;
}

.sitemap h2 {
    font-size: 32px;
    text-align: right;
    padding: 0 0 20px 0;
}

.sitemap h2 {
    font-size: 32px;
    text-align: right;
    padding: 0 0 20px 0;
}

.sitemap ul {
    margin: 0 0 20px 0;
}

.sitemap ul li a {
    padding: 4px 0;
    display: block;
}

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

.sitemap-block {
    width: calc(50% - 10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.color-block {
    background-color: black;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.home .related_product {
    margin-top: -150px;
}

@media (max-width: 767px) {
    .sitemap {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .sitemap-block {
        width: 90%;
    }

    .upsell-products .products li {
        max-height: max-content;
        margin: 0 !important;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .block_banner_first.active,
    .block_banner_reverce.active,
    .block_banner_info.active,
    .block_banner_info_reverse.active {
        transition: none;
        margin: 0;
    }

    .footer_menu {
        width: 100%;
    }

    .checkout_coupon #coupon_code {
        max-width: 90%;
        margin: 4px;
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #fff;
    }

    .checkout_coupon .button {
        margin-right: 1%;
    }

    .home .related_product {
        margin-top: -0px;
    }
}

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

.custom-swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

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

@media only screen and (max-width: 991px) {
    .blog_page_cat ul li a {
      padding: 15px 24px;
      display: block;
    }

    .blog_page h1 {
      font-size: 36px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1em;
      letter-spacing: -0.5px;
      text-align: right;
      width: 100%;
      margin: 18px 0;
    }

    .history_wrapper_info_big {
      display: none;
    }

    .sub-menu.sub-menu-header.active {
        display: block;
    }

    header .menu_mobile_open .main-menu-class li:before {
        content: none !important;
    }

    .main-menu-class li.menu-item-type-post_type:nth-child(3):before {
        content: none !important;

    }

    .main-menu-class li.menu-item-type-post_type:nth-child(4):before {
        position: absolute !important;
        content: " " !important;
        margin-left: 5px !important;
        border: none !important;
        left: -16px;
        top: 19px;
        color: white;
        font-size: 10px;
        width: 15px;
        height: 14px;
        background: url(https://il.silver-shadow.com/wp-content/uploads/sites/10/2025/02/1123247-200-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .main-menu-class li ul.sub-menu li:before {
        content: none !important;
    }

    .history_wrapper_years {
      position: absolute;
      font-size: 200px;
      transform: rotate(0deg);
      left: 50%;
      margin-left: -300px;
      top: 200px;
    }

    .custom-swiper-pagination:before {
      content: none;
    }

    .custom-swiper-pagination {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      flex-wrap: wrap;
      gap: 4px;
      align-items: center;
      justify-content: center;
      max-width: 400px;
      margin: auto;
    }

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

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

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

    .swiper-container {
        height: 100%;
    }

    .swiper-wrapper:first-child {
        padding-bottom: 0px;
    }

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

    .product_wrapper_main_info {
        margin-top: -70px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        top: 22% !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -11px;
    }

    .related_product_single .swiper-container {
        padding: 0;
    }

    .history_wrapper .swiper-pagination {
        top: 90%;
    }

    .related_product ul {
        display: flex;
        gap: 40px;
        flex-direction: column;
        align-items: center;
    }

    .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;
        padding-top: 50px;
    }

    .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: block;
    }

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

    .account-info,
    .cart_header,
    #menu-main-menu {
        display: none;
    }

    .close_menu {
        position: relative;
        display: block;
        width: 40px;
        height: 21px;
        cursor: pointer;
        top: 20px;
        transition: all 0.3s;
    }

    .close_menu:before {
        content: "";
        border-top: 5px solid white;
        width: 100%;
        display: block;
        top: 0px;
        position: absolute;
        border-radius: 2px;
        transition: all 0.3s;
    }

    .close_menu::after {
        content: "";
        border-top: 5px solid white;
        width: 100%;
        display: block;
        top: 10px;
        position: absolute;
        border-radius: 2px;
        transition: all 0.3s;
    }

    .close_menu.active {
        position: relative;
    }

    .close_menu.active:before {
        transform: rotate(45deg);
        transition: all 0.3s;
    }

    .close_menu.active:after {
        transform: rotate(135deg);
        top: 0px;
    }

    .menu_mobile_open {
        display: none;
    }

    .menu_mobile_open.active {
        display: block;
        position: fixed;
        background: black;
        left: 0;
        top: 110px;
        right: 0;
        bottom: 0;
        z-index: 99;
    }

    .menu_mobile_open.active .main-menu-class {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 50px;
        color: white;
        gap: 0;
    }

    .menu_mobile_open.active .main-menu-class a {
        border-bottom: 4px solid transparent;
        transition: all 0.3s;
        padding: 12px 20px;
        display: block;
    }

    .site-branding {
        float: right;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse;
    }

    #hamburger {
        display: block;
    }

    .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;
        height: 100%;
    }

    .block_banner_reverce.active .block_banner_info {
        transform: translate(0%, 0%);
    }

    .block_banner_info.active {
        transform: translate(0%, 0%);
    }

    .related_product ul li img {
        padding: 12px;
    }

    .related_product ul li {
        max-width: 100%;
    }

    .related_product .related_product_slider ul {
        flex-direction: row !important;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}
