/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.0.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {font-family:kr; src:url('fonts/Klapt-Regular.ttf')}

@font-face {font-family:kb; src:url('fonts/Klapt-Bold.ttf')}

/*@font-face {font-family:kl; src:url('fonts/Klapt-Light.otf')}

@font-face {font-family:km; src:url('fonts/Klapt-Medium.otf')}

@font-face {font-family:sfr; src:url('fonts/SFProText-Regular.ttf')}

@font-face {font-family:tar; src:url('fonts/TacticSans-Reg.otf')}

@font-face {font-family:tab; src:url('fonts/TacticSans-Bld.otf')}*/


.slider_effect {
    clip-path: polygon(
            120px 0, 100% 0, 100% calc(100% - 80px),
            calc(100% - 80px) 100%, 0 100%, 0 120px
    );
}
.floating_logo {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.data-sheet {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 1.5em;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.data-sheet dt, .data-sheet dd {
    padding: 12px 15px;
    margin: 0;
}

.data-sheet dt {
    background-color: #f8f8f8;
    font-weight: bold;
    width: 30%;
    float: left;
    clear: left;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.data-sheet dd {
    background-color: #fff;
    margin-left: 30%;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

/* Add this new rule for a stronger divider */
.data-sheet dt + dd + dt,
.data-sheet dt + dd + dt + dd {
    border-top: 3px solid #c0c0c0;
}

.data-sheet dt:last-of-type,
.data-sheet dd:last-of-type {
    border-bottom: none;
}

@media (max-width: 767px) {
    .data-sheet dt, .data-sheet dd {
        width: 100%;
        float: none;
        border-right: none;
    }
    .data-sheet dd {
        margin-left: 0;
        border-left: none;
    }
    /* Adjust the divider for mobile view */
    .data-sheet dt + dd + dt {
        border-top: 3px solid #c0c0c0;
    }
    .data-sheet dt + dd + dt + dd {
        border-top: none;
    }
}

.nav > li > a{font-family:kb !important; font-size: 14px;}

li{list-style: none !important;}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.product-short-description {
    text-align: left;
}

.badge-container {
    display: none;
}

.single_add_to_cart_button {
    background: transparent !important;
    color: #FF503D !important;
    border: 1px solid #FF503D !important;
    transition-duration: 0.3s;
    display: block;
    margin-top: 10px;
}

.single_add_to_cart_button:hover {
    background: #FF503D !important;
    transition-duration: 0.3s;
    color: white;
}

.vertical-thumbnails {
    overflow: hidden;
    padding-left: 18px !important;
}
.vertical-thumbnails .product-thumbnails .is-selected a {
    border-color: #FF503D;
}

.custom-product-title {
    color: #242527;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
}

.product-page-title .woocommerce-breadcrumb a:last-child{
    color: #FF503D;
}

.product-rating-status {
    display: flex;
    margin-bottom: 10px;
}

.product-info  .woocommerce-product-stock {
    color: #69896C;
    background-color: #D7E9D9;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 6px;
    margin-right: 10px;
    font-size: 11px;
    width: 65px;
    float: right;
    margin-top: 12px;
}

.product-page-price {
    display: flex !important;
}

del .woocommerce-Price-amount {
    font-size: 15px;
    display: flex;
    margin-left: 10px;
    background: #ff2323;
    color: white !important;
}

del .woocommerce-Price-amount bdi {
    padding: 4px;
}



.flickity-page-dots .dot {
    background-color: #111;
    opacity: .4;
}

.woocommerce-product-gallery__wrapper .flickity-viewport {
    /* min-height: 500px; */
}

.woocommerce-product-gallery__wrapper .flickity-slider {
    /* display: flex;
    align-items: center; */
}

.quantity-controls {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 3px;
}

.button.is-form {
    width: 30px;
    font-size: 8px;
}

.quantity-controls .button  {
    background-image: url('./img/arrow.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    border-left: 1px solid #dbdbdb !important;
}

.quantity-controls .minus {
    transform: rotate(180deg);
}

.quantity input[type=number] {
    max-width: 5.5em;
    width: 270px;
    height: 43px;
}

.quantity .button.plus {
    margin-bottom: 1px;
    border-left: 1px solid #dbdbdb !important;
}

.quantity .button.minus {
    margin-bottom: 1px;
    border-left: 1px solid #dbdbdb !important;
}


.product_features h4 {
    font-size: 24px;
    font-weight: 600;
}

.product_features .product_feature span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
    color: #FF503D;
}
.specifications h2{
    font-size: 36px;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500 !important;
    margin: 50px 0;
}
@media screen and (min-width: 1024px) {
    .specifications_blocks {
        display: flex !important;
        gap: 10%;
    }
}
.specifications_blocks {
    display: block;
}

@media screen and (min-width: 1024px) {
    specifications_blocks {
        display: block;
    }
}

.specifications_blocks h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Chakra Petch", sans-serif;
}

.product-submit .product-title {
    text-align: left;
}
@media screen and (min-width: 1024px) {
    .related .product-section-title-related {
        color: white;
        font-size: 64px;
    }
}

@media screen and (min-width: 1024px) {
    .related .slider-nav-reveal .flickity-prev-next-button.previous
    .related .row.row-small {
        max-width: 100% !important;
        padding-left: 20%;
    }


    .related .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
        fill: white !important;
        padding: 35px;
        margin-top: -2px;
    }
    .slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
        fill: #FF503D !important;
    }
}

.star-rating span:before, .star-rating:before, .woocommerce-page .star-rating:before, .stars a:hover:after, .stars a.active:after {
    color: #FFA800 !important;
}

.woocommerce-product-gallery figure {
    border: 1px solid #EEF0F5;
}

.product-rating-status {
    position: relative;
}



.product-info ins .woocommerce-Price-amount {
    font-size: 36px;
    font-family: "Chakra Petch", sans-serif;
}


.guarantees {
    display: flex;
    gap: 15px;
    font-size: 14px;
}
.guarantees p {
    display: flex;
}

/*.product-main {*/
/*    background: url('./img/bg_rectangle.jpg');*/
/*}*/
/*.product-info  {*/
/*    background: url('./img/bg_rectangle.jpg');*/
/*}*/
/*.product-info img {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/


.product-info {
    padding-left: 50px;
    background: #F9F9FA;
    margin-top: -84px;
    padding-top: 80px;
}
@media screen and (max-width: 1024px) {
    .product-info {
        margin-top: 0;
    }
}


.related .price .woocommerce-Price-amount {
    float: left;
    margin-top: 15px;
    margin-left: -15px;
    font-size: 25px;
}

.related .price .woocommerce-Price-amount  bdi {
    color: white !important;
    background-color: black !important;
}
.related .product-title {
    text-align: left;
}



.product_triangle {
    width: 0;
    height: 0;
    border-bottom: 30px solid #2b2b2b;
    border-left: 31px solid transparent;
    border-right: 29px solid transparent;
    position: absolute;
    bottom: -54px;
    right: -25px;
    transform: rotate(134deg);

}

.product-small .col-inner:hover {
    box-shadow: 0px 0px 0px #ccc !important;
}

.related .price .woocommerce-Price-amount bdi {
    padding: 0 8px;
}



.more-product {
    background: transparent !important;
    color: #FF503D;
    border: 1px solid #FF503D;
    transition-duration: 0.3s;
    display: block;
    margin: 0;
    margin-right: 13px;
}

.more-btn {
    display: flex;
    max-width: 300px;
    float: right;
    margin-right: 50px;
}

.tab-panels .panel.active {
    padding: 0 10px;
}
.product-section-title-related {
    color: white;
}
@media screen and (max-width: 641px) {
    .product-section-title-related {
        display: inline-block;
        margin-left: 10px;
    }
    .related .more-btn {
        float: left;
    }
}
.product_triangle {

}

.info_triangle {
    width: 0;
    height: 0;
    border-bottom: 30px solid white;
    border-left: 31px solid transparent;
    border-right: 29px solid transparent;
    position: absolute;
    bottom: -5px;
    left: -19px;
    transform: rotate(224deg);
}

.variations_form .variation {
    margin-left: 10%;
    margin-top: -10px;
}

.reviewx-star-rating > fieldset:not(:checked) > label {
    width: 50px;
}

.variable-item-span {
    clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 85% 82%, 68% 100%, 15% 100%, 0 100%);
}


.product-footer ul li {
    margin-left: 10px !important;
}
.product-footer ul li:first-child {
    margin-left: 10px !important;
}

.quantity-text {
    font-family: "Chakra Petch", sans-serif;
}
.variations_form  .label label{
    color: #6f6f6f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px !important;
    font-family: "Chakra Petch", sans-serif;

}

.woo-variation-swatches .variable-items-wrapper {
    gap: 20px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    /*padding: 0;*/
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
    box-shadow: none !important;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    border: 1px solid #b7b7b7;
    /* padding: 2px 8px 7px 7px; */
    padding: 14px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    background-color: #c9c9c96e;
    clip-path: polygon(0 19%, 0 0, 28% 0, 78% 0, 100% 0, 100% 15%, 100% 85%, 92% 93%, 85% 100%, 19% 100%, 0 100%, 0 82%);
}

@media screen and (max-width: 641px) {
    .product-info {
        padding-left: 15px;
    }
}

.product_label {
    display: none;
}

.related .slider-nav-reveal .flickity-prev-next-button.previous {
    box-shadow: none;
}

@media screen and (min-width: 1500px) {
    .single-product .message-container {
        padding-right: 37% !important;
        margin-left: auto;
    }
}
@media screen and (max-width: 1500px) {
    .single-product .message-container {
        padding-right: 50% !important;
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
    .single-product .message-container {
        padding-right: 0 !important;
        margin-left: auto;
    }
}

.single_variation_wrap .single_add_to_cart_button,
.single_variation_wrap .single_add_to_cart_button:hover,
.single_variation_wrap .single_add_to_cart_button:active,
.single_variation_wrap .single_add_to_cart_button:focus {
    background-color: #FF503D !important;
    color: #ffffff !important;
    border-color: #FF503D !important;
}



/****** Header *******/


.header-main .nav > li > a {
    color: white;
}

.header-main .social-icons, .header-main .cart-icon strong, .header-main .menu-title, .header-main .header-button > .button.is-outline, .header-main .nav > li > a > i:not(.icon-angle-down) {
    color: white !important;
}
.icon-user:before {
    color: white;
}

.header-main .header-button > .button.is-outline, .header-main .cart-icon strong:after, .header-main .cart-icon strong {
    border-color: white !important;
}

.header-main .cart-icon strong {

}

.icon-shopping-cart:before {
    color: white;
}

.icon-shopping-cart:before {
    color: white !important;
    transition-duration: 0.5s;
}

.nav>li>a:hover, .nav>li.active>a {
    color: #FF3C3C !important;
    transition-duration: 0.5s;
}

@media screen and (min-width: 849px) {

    #showMoreButton {
        color: black !important;
        height: 50px;
        width: 50px;
        cursor: pointer;


    }
}

.price-onsingle-page bdi {
    color: white !important;
    margin-top: 15px;
    font-size: 25px;
    padding: 0px;
}

.related .flickity-slider {
    width: 97.5%;
}

.shop-container .woocommerce-product-gallery__image {
    /* height: 100%; */

}

/*.shop-container .woocommerce-product-gallery__image img{*/
/*    height: 90%;*/
/*}*/

.button.loading {
    position: static !important;
}
/***/
.tooltipstered {
    display: none;
}
/****/


.header .flex-row {
    padding: 0;
}

header .header-nav {
    justify-content: center;
}
/** Home Page **/

.home-product-menu_container {
    position: relative;
}
/*.home-product-menu_items {*/
/*    display: flex;*/
/*    padding: 14px 0;*/
/*    justify-content: center;*/
/*}*/

/*.home-product-menu_items .item {*/
/*    margin-right: 20px;*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*}*/

.home-product-menu_items .item svg path {
    fill: white;
}
.home-product-menu_items .item:hover svg path {
    fill: red;
}

.item span {
    cursor: pointer;
}

.info-blocks {
    /*display: none;*/
}

/*.info-block {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background-color: #fff;*/
/*    padding: 10px;*/
/*    border: 1px solid #ccc;*/
/*    box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
/*    z-index: 1;*/
/*    text-align: left;*/
/*    justify-content: space-around;*/
/*    color: white;*/
/*    background-color: #111112;*/
/*    border: 0;*/
/*    z-index: 99;*/
/*    padding: 60px 0;*/
/*    clip-path: polygon(0 0, 100% 0, 100% 90%, 97% 100%, 0 100%, 0% 50%);*/
/*}*/

.info-block.active {
    display: block;
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1440px;
}



/*.home-product-menu_items .eael-tab-title  {*/
/*    color: white;*/
/*    text-align: center;*/
/*}*/

.info-block_sub h5 {
    font-family: "Chakra Petch", sans-serif;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.subcategory-products .product p {
    color: #686B72;
}

.subcategory-products .product:hover p {
    color: #E36110;
}

@media only screen and (max-width: 1350px) {
    .flickity-prev-next-button.next {
        bottom: -500px;
    }
}

@media only screen and (max-width: 1250px) {
    .flickity-prev-next-button.next {
        bottom: -400px;
    }
}

@media only screen and (max-width: 1150px) {
    .flickity-prev-next-button.next {
        bottom: -300px;
        left: -80px;
    }
}

@media only screen and (max-width: 150px) {
    .flickity-prev-next-button.next {
        left: -80px;
    }
}

.flickity-prev-next-button.previous {
    display: none;
}

.flickity-prev-next-button.next svg {
    transform: rotate(90deg) !important;
}


/*.info-block .more-btn {*/
/*    height: 50PX;*/
/*    position: absolute;*/
/*    bottom: 40px;*/
/*    right: 0;*/
/*}*/

.info-block .more-btn:hover .more-product {
    background: #FF503D !important;
    color: white;
}

.hero_images_txt {
    text-transform: uppercase;
}



@media (max-width: 650px) {

    .hero_images {
        flex-direction: column;
        align-items: center;
    }
}




@media only screen and (max-width: 1024px) {
    .hero_info {
        width: 100%;
        padding-top: 0;
    }
}


@media only screen and (max-width: 1024px) {
    .hero_info  {
        text-align: center;
    }
}

.hero_info span {
    font-size: 32px;
}

.hero_info h1 p {
    margin-bottom: 5px;
}

.hero_info .above-search {
    color: #97999B;
}

.hero .hero-img {
    right: 0;
    position: absolute;
    top: -250px;
}

@media only screen and (max-width: 1024px) {
    .hero .hero-img {
        top: 0;
    }
}

@media only screen and (max-width: 801px) {
    .hero .hero-img {
        top: 25%;
    }
}

@media only screen and (max-width: 500px) {
    .hero .hero-img {
        top: 50%;
    }
}

.catalogue-btn {
    display: flex;
}

.catalogue-btn .more-product {
    color: white;
    border: 1px solid #fff;
    padding: 0 20px;
    transition-duration: 0.3s;
    font-family: 'Chakra Petch';
    font-weight: 500;
}
.catalogue-btn .more-product:hover {
    background-color: white !important;
    color: black;
    transition-duration: 0.3s;
}

.hero-images {
    width: 49%;
}
@media only screen and (max-width: 1024px) {
    .hero-images {
        width: 60%;
        margin: auto;
    }
}

@media only screen and (max-width: 800px) {
    .hero-images {
        width: 100%;
        margin: auto;
        padding-left: 20px;
    }
}

.hero-block {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .hero-block {
        flex-direction: column;
    }
}


.hero-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-images_row {
    display: flex;
}

.hero-images_img {
    flex: 1 0 50%;
    max-width: 50%;
}

.hero-images_img img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.hero-images_row .hero-images_img img {
    border-radius: 4px;
}

.images_img_btn p {
    color: white;
}

.hero-images_row:nth-child(2) .hero-images_img:nth-child(1) img {
    clip-path: polygon(0 0, 88% 0, 100% 15%, 100% 100%, 0 100%, 0% 51%);
}

.hero-images_row:nth-child(2) .hero-images_img:nth-child(1){
    margin-right: 20px;
    margin-left: -20px;
}

.hero-images_row:nth-child(2) .hero-images_img:nth-child(1) .images_img_btn {
    left: 5%;
    bottom: 5%;
}

.hero-images_row:nth-child(2) .hero-images_img:nth-child(2) img {
    clip-path: polygon(0 16%, 12% 0, 100% 0, 100% 100%, 0 100%, 0% 50%);
}

.hero-images_row:nth-child(2) .hero-images_img:nth-child(2) {
    margin-top: -50px;
}

.hero-images_row:nth-child(2) .hero-images_img:nth-child(2) .images_img_btn {
    left: 5%;
    bottom: 25%;
}


.hero-images_row:nth-child(1) .hero-images_img:nth-child(1) img {
    clip-path: polygon(0 0, 100% 0, 100% 87%, 85% 100%, 0 100%, 0% 50%);
    width: 80%;
}

.hero-images_row:nth-child(1) .hero-images_img:nth-child(1) .images_img_btn {
    left: 25%;
    bottom: 5%;
}

.hero-images_row:nth-child(1) .hero-images_img:nth-child(1) {
    display: flex;
    justify-content: end;
}

.hero-images_row:nth-child(1) .hero-images_img:nth-child(2) img {
    clip-path: polygon(0 0, 88% 0, 100% 15%, 100% 100%, 0 100%, 0% 51%);
    width: 80%;
}
.hero-images_row:nth-child(1) .hero-images_img:nth-child(2) {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.hero-images_img  {
    z-index: 1;
    position: relative;
}

.hero-images_img .images_img_btn{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: white;
    font-family: "Chakra Petch", sans-serif;
}

.hero-images_img .images_img_btn p {
    margin: 0;
    margin-left: 5px;
    font-weight: 600;
}


/*** advantage ***/

.advantages {
    background-color: #272529;
    padding: 50px 0;
}

.advantages_blocks {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width: 1024px) {

}

.advantages_block {
    display: flex;
    color: white;
    align-items: center;
}

.advantages_block h5{
    color: white;
}

.advantages_block .advantages_block_text {
    color: white;
    margin-left: 10px;
}

.advantages_block .advantages_block_text p {
    color: #686B72;
    margin-bottom: 0;
}

.has-equal-box-heights .box-image {
    padding: 0 !important;
    height: 140px;
}

.has-equal-box-heights .box-image img {
    object-fit: contain;
}

@media screen and (max-width: 950px) {

    .offers-section .slick-next {
        display: none !important;
    }

    .offers-section .slick-prev {
        display: none !important;
    }
}

.offers-section .slick-next:before {
    content: '';
}

.offers-section .slick-prev:before {
    content: '';
}

.offers-section .slick-dots li button:before {
    content: '■';
    font-size: 12px;
    color: white;
}

.slick-dots li.slick-active button:before {
    color: white;
}



.hero_images_img {
    z-index: 1;
    clip-path: polygon(21% 0%, 80% 0%, 100% 0, 108% 86%, 84% 100%, 20% 100%, 0 100%, 0 0);
    position: relative;
}


/*.about-us {*/
/*    padding: 60px 0;*/
/*    background-color: #171719;*/
/*}*/






.about-us_img {
    width: 50%;
}

.about-us_block {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .about-us_block {
        flex-direction: column;
    }

    .about-us_text {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .about-us_text .more-btn {
        margin: auto;
        float: none;
    }

    .about-us_img {
        width: 100%;

    }
}

.advantages {
    background-color: #171719;
}
/*#footer {*/
/*    position: relative;*/
/*    -webkit-box-shadow: inset 1px 200px 300px 73px rgba(0,0,0,0.75);*/
/*    -moz-box-shadow: inset 1px 200px 300px 73px rgba(0,0,0,0.75);*/
/*    box-shadow: inset 1px 200px 300px 73px rgba(0,0,0,0.75);*/
/*}*/

.footer-2 {
    background-color: transparent !important;
}

.footer-form {
    padding: 50px 0;
}

.footer_logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: self-start;
}
.footer_menu_1, .footer_menu_2, .footer_menu_3, .footer_socials_follow {
}

.footer_menu_1, .footer_menu_2, .footer_menu_3 p, .footer_socials_follow p{
    color: white;
}
.footer_menu_1 li a, .footer_menu_2 li a, .footer_menu_3 li a {
    color: #d7d7d7;
}

.footer_content {
    display: flex;
    padding-top: 50px;
}

@media screen and (max-width: 580px) {
    .footer_content {
        flex-direction: column;
    }
}
@media screen and (max-width: 890px) {
    .footer_green-block {
        flex-direction: column;
        height: auto !important;
    }
    .footer_green-block_left {
        width: 100% !important;
    }
}
.footer_green-block {
    width: 100%;
    height: 300px;
    clip-path: polygon(17% 0%, 98% 0, 102% 16%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 0);
    background-color: #6A786B;
    position: relative;
    display: flex;
}

.footer_green-block svg{
    top: 20%;
    position: absolute;
    left: 0;
}

.footer_green-block_left {
    width: 50%;
}




.footer_form .wpcf7-spinner {
    display: none;
}

.footer_form .wpcf7 .wpcf7-form-control-wrap {
    max-width: 320px;
    margin-right: 10px;
}

#footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;

}

.form-w-btn {
    display: flex;
}

.form-text {
    color: white;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
}

.form-w-btn .wpcf7-form-control .wpcf7-submit {

}

.form-w-btn  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    height: 54px;
}

.form-w-btn .wpcf7-submit{
    background-color: #FF3C3C !important;
}

.wpcf7-submit {
    position: relative;
    overflow: hidden;
}

.wpcf7-submit::before {
    content: "\2192"; /* HTML-сущность для стрелки */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg); /* Поворот на 45 градусов */
}

.images_img_btn {
    position: absolute;
    bottom: 0;
    font-family: "Chakra Petch", sans-serif;
    font-size: 1.8rem;
    color: white;
    cursor: pointer;
}

.offer {
    position: relative;
    display: flex !important;
    height: auto;
    margin: 0 20px;

}

@media screen and (max-width: 1090px) {

    .offers_v1  {
        flex-direction: column !important;
        text-align: center;
    }

    .price {
        justify-content: center;
    }

    .offer_about {
        padding: 0 !important;
    }
}

.offer img:first-child{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

@media screen and (max-width: 800px) {
    .offer_v2_img_ll {
        display: none;
    }
    .offer_v2_about {
        flex-direction: column;
    }
    .offer {
        margin: 0 20px;
    }
    .offer_about_more-products {
        padding-left: 8%;
    }
    .offer_v3_about {
        flex-direction: column-reverse;
    }
}
.offer_about h2{
    font-size: 48px;
    font-family: "Chakra Petch", sans-serif;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
}

.offer_about_title {
    display: flex;
    align-items: flex-start;
}

.offer_about_text {
    color: white;
}

.offer_about {
    padding-top: 70px;
    padding-left: 50px;
}

.offer-img {
    max-width: 500px;
}

.price {
    display: flex;
}
.offer_price {
    background: white;
    color: #536155;
    font-size: 36px;
    padding: 5px;
    font-weight: 500;
}

.offer_price_discount {
    background-color: #FF3C3C;
    color: white;
    font-size: 18px;
    padding: 5px;
    margin-left: 5px;
    height: 25px;
    text-decoration: line-through;
}

.offer_about svg {
    fill: black;
    transition-duration: 0.3s;
    cursor: pointer;
}

.offer_about svg:hover {
    fill: #FF3C3C;
    transition-duration: 0.3s;
}
.offers_v2 {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.offer_v2_img {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.offer_v2_img img {
    position: static !important;
    max-height: 200px;
}

.offer_v2_about {
    display: flex;
    justify-content: space-between;
    margin-top: -25px;
}

.count-orange {
    font-size: 84px;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    color: #FF3C3C;
    margin-bottom: 0;
}

.count-grey {
    color: #6A786B;
    font-size: 84px;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.offer_about_products h5 {
    font-size: 24px;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
}
.offer_about_categories h5 {
    font-size: 24px;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
}
.offer_about_products {
    padding-left: 8%;
    max-width: 400px;
}

.offer_about_categories {
    padding-left: 8%;
    max-width: 400px;
}

.offer_about_more-products {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 8%;
}

.offer_about_more-products p {
    font-weight: 200;
}

.offer_about_more-products_btn {
    display: flex;
}

.offer_about_more-products_btn  h5 {
    color: #111112;
    font-size: 16px;
    text-align: right;
    padding-right: 10px;
    font-weight: 500;
}

#submitBtn {
    opacity: 0;
}
.btn_submit svg {
    top: 0;
}


.social a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.social a p {
    margin-bottom: 0;
}



/*.social-square img {*/
/*    min-height: 25px;*/
/*    min-width: 25px;*/
/*}*/

.under_footer {
    color: #686B72;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

@media screen and (max-width: 800px) {
    .under_footer {
        color: #686B72;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        flex-direction: column;
    }
}
.under_footer_menu a{
    color: #686B72;
}

.header-nav  .yay-currency-single-page-switcher {
    margin-bottom: 0 !important;
}

.archive .shop-page-title {
    background: #000000;
}
.archive .shop-page-title  .breadcrumbs ,
.archive .shop-page-title  .breadcrumbs a,
.archive .shop-page-title  .breadcrumbs  .divider{
    color: #ffffff !important;
    opacity: 1 !important;

/****************************************************
 * MODERN TACTICAL CHECKOUT PAGE STYLING
 ****************************************************/

/* Checkout Page Container */
.woocommerce-checkout {
    background-color: #f9f9fa;
}

.woocommerce-checkout .col-inner {
    background: transparent;
}

/* Checkout Form Sections */
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    position: relative;
}

.woocommerce-billing-fields:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FF503D 0%, #FF3C3C 100%);
}

/* Section Headings */
.woocommerce-checkout h3 {
    font-family: Chakra Petch, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #272529;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}

.woocommerce-checkout h3:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #FF503D;
}

/* Form Fields */
.woocommerce-checkout .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout label {
    font-family: Chakra Petch, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #686B72;
    margin-bottom: 8px;
}

.woocommerce-checkout label .required {
    color: #FF503D;
    font-weight: 700;
}

.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=password],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 14px;
    color: #272529;
    transition: all 0.3s ease;
    font-family: inherit;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #FF503D;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 80, 61, 0.1);
}

/* Checkout Review Order Section */
#order_review_heading {
    font-family: Chakra Petch, sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #272529;
    margin-bottom: 20px;
}

.woocommerce-checkout-review-order {
    background: #272529;
    padding: 30px;
    border-radius: 4px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.woocommerce-checkout-review-order .shop_table {
    background: transparent;
    color: #ffffff;
    border: none;
}

.woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout-review-order .shop_table td {
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 15px 10px;
}

.woocommerce-checkout-review-order .shop_table thead th {
    font-family: Chakra Petch, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #FF503D;
    font-weight: 600;
}

.woocommerce-checkout-review-order .cart_item .product-name {
    font-weight: 500;
}

.woocommerce-checkout-review-order .product-total {
    font-family: Chakra Petch, sans-serif;
    font-weight: 600;
    color: #FF503D;
}

/* Order Total */
.woocommerce-checkout-review-order .order-total th,
.woocommerce-checkout-review-order .order-total td {
    font-family: Chakra Petch, sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 10px;
    border-top: 2px solid #FF503D !important;
}

.woocommerce-checkout-review-order .order-total .amount {
    color: #FF503D;
}

/* Payment Methods */
.woocommerce-checkout-payment {
    background: #ffffff;
    padding: 25px;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.woocommerce-checkout-payment .payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout-payment .payment_method {
    background: #f9f9fa;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.woocommerce-checkout-payment .payment_method.active,
.woocommerce-checkout-payment .payment_method:hover {
    border-color: #FF503D;
    background: rgba(255, 80, 61, 0.05);
}

.woocommerce-checkout-payment .payment_method label {
    font-family: Chakra Petch, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.woocommerce-checkout-payment .payment_method input[type=radio] {
    margin-right: 12px;
    accent-color: #FF503D;
}

.woocommerce-checkout-payment .payment_box {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: #686B72;
}

/* Place Order Button */
#place_order {
    width: 100%;
    background: linear-gradient(135deg, #FF503D 0%, #FF3C3C 100%);
    color: #ffffff !important;
    border: none !important;
    padding: 18px 40px;
    font-family: Chakra Petch, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    position: relative;
    overflow: hidden;
}

#place_order:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

#place_order:hover:before {
    left: 100%;
}

#place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 80, 61, 0.4);
}

#place_order:active {
    transform: translateY(0);
}

/* Privacy Policy / Terms */
.woocommerce-terms-and-conditions-wrapper {
    background: #f9f9fa;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    margin: 20px 0;
}

.woocommerce-terms-and-conditions-wrapper label {
    font-size: 13px;
    color: #686B72;
}

.woocommerce-terms-and-conditions-wrapper a {
    color: #FF503D;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce-terms-and-conditions-wrapper a:hover {
    text-decoration: underline;
}

/* Ship to Different Address Toggle */
#ship-to-different-address {
    background: #f9f9fa;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
}

#ship-to-different-address label {
    font-family: Chakra Petch, sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
}

#ship-to-different-address input[type=checkbox] {
    margin-right: 10px;
    accent-color: #FF503D;
}

/* Coupon Code */
.woocommerce-form-coupon-toggle {
    background: #6A786B;
    color: #ffffff;
    padding: 15px 25px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 25px;
    font-family: Chakra Petch, sans-serif;
}

.woocommerce-form-coupon-toggle a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.woocommerce-form-coupon {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.woocommerce-form-coupon button {
    background: #6A786B !important;
    color: #ffffff !important;
    border: none;
    padding: 12px 30px;
    font-family: Chakra Petch, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-form-coupon button:hover {
    background: #5a6659 !important;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields,
    .woocommerce-checkout-review-order {
        padding: 20px;
    }
    
    .woocommerce-checkout h3 {
        font-size: 18px;
    }
    
    #place_order {
        padding: 16px 30px;
        font-size: 14px;
    }
}

/* Loading State */
.woocommerce-checkout.processing #place_order {
    opacity: 0.6;
    cursor: not-allowed;
}

.woocommerce-checkout.processing #place_order:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


/* Fix 404 page background to be black */
.error404 #wrapper,
.error404 .page-wrapper,
.error404 #main,
.error404 .main-content {
    background-color: #000000 !important;
}

.error404 .page-content,
.error404 .page-title h1 {
    color: #ffffff !important;
}

/* Fix brand taxonomy pages background to be black */
.tax-product_brand #wrapper,
.tax-product_brand .page-wrapper,
.tax-product_brand #main,
.tax-product_brand .main-content,
.tax-product_brand .shop-container {
    background-color: #000000 !important;
}

.tax-product_brand .page-title,
.tax-product_brand .page-title h1,
.tax-product_brand .page-content,
.tax-product_brand .term-description {
    color: #ffffff !important;
}
