/*!
Theme Name: shop_construction-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shop_construction-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

shop_construction-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "WooCommerce";
  src: url("assets/fonts/WooCommerce.woff2") format("woff2"), url("assets/fonts/WooCommerce.woff") format("woff"), url("assets/fonts/WooCommerce.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("assets/fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Italic.woff2") format("woff2"), url("assets/fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("assets/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Light.woff2") format("woff2"), url("assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Medium.woff2") format("woff2"), url("assets/fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("assets/fonts/OpenSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-LightItalic.woff2") format("woff2"), url("assets/fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("assets/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("assets/fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("assets/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-MediumItalic.woff2") format("woff2"), url("assets/fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-BoldItalic.woff2") format("woff2"), url("assets/fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Regular.woff2") format("woff2"), url("assets/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Medium.woff2") format("woff2"), url("assets/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Italic.woff2") format("woff2"), url("assets/fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --container_width: 1280px;
  --container_padding: 30px;
}
@media (max-width: 767px) {
  :root {
    --container_padding: 20px;
  }
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: 700;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: auto;
  scroll-behavior: smooth;
}
html.fixed {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #1A1C1E;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: 0.3s;
}

svg path {
  transition: 0.3s;
}

p {
  margin-bottom: 24px;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

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

.container {
  padding: 0 var(--container_padding);
  margin: 0 auto;
  max-width: calc(var(--container_width) + var(--container_padding) * 2);
  width: 100%;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

p a {
  text-decoration: underline;
  transition: 0.3s;
}
.content:not(.site-footer__text) ul,
.content:not(.site-footer__text) ol {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 27px;
  list-style: none;
}
.content:not(.site-footer__text) ul:nth-last-child(1),
.content:not(.site-footer__text) ol:nth-last-child(1) {
  margin-bottom: 0;
}
.content:not(.site-footer__text) ul li,
.content:not(.site-footer__text) ol li {
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.content:not(.site-footer__text) ul li:nth-last-child(1),
.content:not(.site-footer__text) ol li:nth-last-child(1) {
  margin-bottom: 0;
}
.content:not(.site-footer__text) ul li::before,
.content:not(.site-footer__text) ol li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #c01a2c;
  z-index: 1;
  border-radius: 50%;
}
.content:not(.site-footer__text) table {
  width: 100%;
  letter-spacing: 0.01em;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
.content:not(.site-footer__text) table thead th {
  font-weight: 600;
}
.content:not(.site-footer__text) table thead th:first-child {
  border-radius: 0 0.375rem 0.375rem 0;
}
.content:not(.site-footer__text) table thead th:last-child {
  border-radius: 0.375rem 0 0 0.375rem;
}
.content:not(.site-footer__text) table tbody td,
.content:not(.site-footer__text) table tbody th {
  border-bottom: 1px solid rgba(192, 26, 44, 0.15);
}
.content:not(.site-footer__text) table th,
.content:not(.site-footer__text) table td {
  height: 3.125rem;
  vertical-align: middle;
  padding: 0.5rem;
}
.content:not(.site-footer__text) table th:first-child,
.content:not(.site-footer__text) table td:first-child {
  text-align: start;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 0.7em;
}
.content h3 {
  margin-bottom: 0.5em;
}
.content h4 {
  margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
  margin-top: 7px;
}

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

.not-found-title {
  margin-top: 10px;
  font-size: 1.6rem;
}

.error-section {
  text-align: center;
  padding: 180px 0;
  position: relative;
}
.error-section__title {
  font-size: 16rem;
  line-height: 1;
  color: #c01a2c;
}
@media (max-width: 767px) {
  .error-section__title {
    font-size: 14rem;
  }
}
.error-section__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 32px;
  gap: 32px;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .pagination {
    grid-gap: 6px 18px;
    gap: 6px 18px;
    margin-top: 30px;
  }
}
.pagination .pag_nav {
  width: 41px;
  height: 41px;
  border-radius: 6px;
  transition: 0.3s;
  position: relative;
  font-size: 0;
  display: block;
}
@media (max-width: 767px) {
  .pagination .pag_nav {
    width: 30px;
    height: 30px;
  }
}
.pagination .pag_nav::before {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .pagination .pag_nav::before {
    width: 14px;
    height: 14px;
  }
}
.pagination .page-numbers {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: black;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.pagination .page-numbers.current {
  font-weight: bold;
}
.pagination .pag_nav_prev::before {
  transform: translateY(-50%) rotate(180deg);
  left: 11px;
}
@media (max-width: 767px) {
  .pagination .pag_nav_prev::before {
    left: 7px;
  }
}
.pagination .pag_nav_next::before {
  left: 12.6px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pagination .pag_nav_next::before {
    left: 8.6px;
  }
}

h1,
h2 {
  font-size: 4rem;
  line-height: 5.4rem;
}
@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 3.1rem;
    line-height: 4.1rem;
  }
}
@media (max-width: 467px) {
  h1,
  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

h3 {
  font-size: 3.2rem;
  line-height: 4.4rem;
}
@media (max-width: 991px) {
  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

h4 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (max-width: 991px) {
  h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

html {
  overflow-x: hidden;
}

.page-wrap {
  overflow-x: hidden;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7-response-output {
  border: none;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
}

.form-block .form-row {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .form-block .form-row {
    margin-bottom: 15px;
  }
}
.form-block .form-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-block .form-row .wpcf7-form-control-wrap input,
.form-block .form-row .wpcf7-form-control-wrap textarea,
.form-block .form-row .wpcf7-form-control-wrap select {
  width: 100%;
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  padding: 10px;
}
@media (max-width: 767px) {
  .form-block .form-row .wpcf7-form-control-wrap input,
  .form-block .form-row .wpcf7-form-control-wrap textarea,
  .form-block .form-row .wpcf7-form-control-wrap select {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.form-block .form-row .wpcf7-form-control-wrap input::placeholder,
.form-block .form-row .wpcf7-form-control-wrap textarea::placeholder,
.form-block .form-row .wpcf7-form-control-wrap select::placeholder {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form-block .form-row .wpcf7-form-control-wrap input::placeholder,
  .form-block .form-row .wpcf7-form-control-wrap textarea::placeholder,
  .form-block .form-row .wpcf7-form-control-wrap select::placeholder {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.form-block .form-row .wpcf7-form-control-wrap textarea {
  resize: vertical;
}
.form-block .form-acceptance {
  font-size: 1.4rem;
  line-height: 3.2rem;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .form-block .form-acceptance {
    margin-bottom: 15px;
  }
}
.form-block .form-acceptance a {
  font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0 0;
  border: none;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
}

.entry-content {
  padding: 125px 0;
}
.entry-content.page-thankyou-section {
  padding: 55px 0 !important;
  margin-bottom: -160px;
}
@media (max-width: 767px) {
  .entry-content {
    padding: 50px 0;
  }
}

.section_decor {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.second_font {
  font-family: "Open Sans", sans-serif;
}

html.menuopen,
body.menuopen {
  overflow: hidden;
}

.page-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.page-link a,
.page-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  background: #c01a2c;
  border-radius: 25px;
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  transition: all 0.2s linear;
  min-height: 44px;
}
.page-link a:hover,
.page-link span:hover {
  background-color: #ee142e;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  background: #c01a2c;
  border-radius: 25px;
  color: white;
  border: 0;
  outline: none;
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  cursor: pointer;
  min-height: 44px;
}
.button.disabled {
  background: #4a4a4a;
  cursor: not-allowed;
  pointer-events: none;
}

.page-title:not(:last-child) {
  margin-bottom: 20px;
}
.page-title + .content {
  margin-top: 5px;
}

.swiper-button-prev svg {
  transform: scale(-1, 1);
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  transform: none;
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: #c01a2c !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 25px;
  height: auto;
  object-fit: none;
}
.swiper-button-prev:not(.swiper-button-disabled) svg path,
.swiper-button-next:not(.swiper-button-disabled) svg path {
  stroke: #222222;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.page-default-section {
  padding: 200px 0 50px;
}
@media (max-width: 991px) {
  .page-default-section {
    padding: 120px 0 50px;
  }
}

.error-section {
  text-align: center;
  padding: 200px 0 50px;
  position: relative;
}
@media (max-width: 991px) {
  .error-section {
    padding: 80px 0 0;
  }
}
.error-section__title {
  font-size: 16rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .error-section__title {
    font-size: 14rem;
  }
}
.error-section__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .site-header__wrapper {
    justify-content: space-between;
  }
}
.site-header .site-branding {
  max-width: 100px;
}
@media (max-width: 600px) {
  .site-header .site-branding {
    max-width: 60px;
  }
}
.site-header__main-menu {
  background: white;
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
  border-radius: 0 0 8px 8px;
}
@media (max-width: 991px) {
  .site-header__main-menu .site-header__menu {
    display: none;
  }
}
.site-header .menu-item.current-menu-item {
  font-weight: 700;
}
.site-header__additional-menu {
  background: #c01a2c;
  max-width: 960px;
  margin: 15px auto 0;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 10px 10px rgba(34, 34, 34, 0.2);
}
@media (max-width: 991px) {
  .site-header__additional-menu {
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    box-shadow: none;
    left: 0;
    width: calc(100% - 50px);
    max-width: 350px;
    background: #c01a2c;
    color: #fff;
    border-radius: 0 8px 8px 0;
    transition: all 0.2s linear;
    transform: translate(-100%, 0);
  }
}
.site-header__additional-menu.open {
  transform: none;
  box-shadow: 0 10px 10px rgba(34, 34, 34, 0.2);
}
.site-header__additional-menu .only-mobile {
  display: none;
}
@media (max-width: 991px) {
  .site-header__additional-menu .only-mobile {
    display: block !important;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .site-header__additional-menu .only-mobile ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .site-header__additional-menu .container {
    padding: 20px;
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .site-header__additional-menu .site-header__categories {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
    padding: 0;
  }
}
.site-header__buttons {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-header__cart .counter {
  position: absolute;
  top: 5px;
  right: 0;
}
.site-header__cart .counter .number {
  background-color: #c01a2c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 9px;
  color: #fff;
  padding: 1px 0 0;
  line-height: 16px;
}
.site-header__map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-header__button-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s linear;
}
.site-header__phone:hover {
  color: #ee142e;
}
.site-header__phone-icon {
  display: flex;
  flex-direction: column;
}
.site-header__phone-text {
  white-space: nowrap;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .site-header__phone-text {
    display: none;
  }
}
.site-header__menu {
  flex-grow: 1;
}
.site-header__menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.8rem;
}
.site-header__menu ul a {
  transition: color 0.2s linear;
}
.site-header__menu ul a:hover {
  color: #ee142e;
}
.site-header__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 0;
}
.site-header__category a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  color: white;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 5px;
  border-radius: 4px;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .site-header__category a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.site-header__category a span {
  display: flex;
  flex-direction: column;
  width: 30px;
}
.site-header__category a span svg {
  width: 100%;
  height: auto;
  fill: white;
}
.site-header .menu-toggle {
  position: relative;
  width: 32px;
  height: 32px;
  display: none;
}
@media (max-width: 991px) {
  .site-header .menu-toggle {
    display: block;
  }
}
.site-header .menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  padding: 0;
  background: #1A1C1E;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.site-header .menu-toggle .toggler_top {
  top: 10px;
}
.site-header .menu-toggle .toggler_middle {
  top: 16px;
}
.site-header .menu-toggle .toggler_bottom {
  top: 22px;
}
.site-header .menu-toggle.menu-is-active span {
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.site-header .menu-toggle.menu-is-active span.toggler_top {
  top: 16px;
  transform: rotate(135deg);
}
.site-header .menu-toggle.menu-is-active span.toggler_middle {
  opacity: 0;
  transform: rotate(135deg);
}
.site-header .menu-toggle.menu-is-active span.toggler_bottom {
  top: 16px;
  transform: rotate(225deg);
}

.site-footer {
  padding-top: 200px;
  margin-top: 100px;
  padding: 30px 0;
  background: #141617;
  color: white;
  position: relative;
  z-index: 1;
}
.site-footer::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  height: 27px;
  background-size: auto 27px;
  background-position: center 100%;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml,%3Csvg width='3440' height='60' viewBox='0 0 3440 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3440 29.6417V60H0V29.6732C89.5588 11.3272 194.093 -0.000183367 321.769 2.24714e-09C449.442 0.000183381 553.799 11.2223 643.356 29.5678C732.914 11.2221 837.273 -0.000183367 964.948 2.24714e-09C1092.62 0.000183381 1196.98 11.2228 1286.54 29.5689C1376.1 11.2237 1480.46 0.00177262 1608.13 0.001956C1792.81 0.0022196 1928.71 23.4844 2041.59 58.0422C2154.48 23.4852 2290.38 0.00377064 2475.06 0.00403424C2602.73 0.00421761 2707.09 11.2265 2796.65 29.572C2886.21 11.2262 2990.56 0.00385086 3118.24 0.00403424C3245.91 0.00421761 3350.44 11.2962 3440 29.6417Z' fill='%23141617'/%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  .site-footer::before {
    background-size: auto 14px;
  }
}
.site-footer__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
}
@media (max-width: 991px) {
  .site-footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
@media (max-width: 991px) {
  .site-footer__footer-description {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 0;
  }
}
@media (max-width: 500px) {
  .site-footer__footer-description {
    justify-content: center;
  }
}
.site-footer__footer-description .content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .site-footer__footer-description .content {
    width: calc(100% - 200px);
    padding: 0 0 0 20px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .site-footer__footer-description .content {
    width: calc(100% - 100px);
  }
}
@media (max-width: 500px) {
  .site-footer__footer-description .content {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.site-footer__logo {
  max-width: 200px;
}
@media (max-width: 500px) {
  .site-footer__logo {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .site-footer__column {
    width: calc(50% - 10px);
  }
}
@media (max-width: 500px) {
  .site-footer__column {
    width: 100%;
  }
}
.site-footer__wrap {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .site-footer__wrap {
    gap: 20px;
    margin-top: 40px;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.site-footer__menu ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-footer__menu ul a {
  transition: all 0.2s linear;
}
.site-footer__menu ul a:hover {
  text-decoration: underline;
  color: #ee142e;
}
.site-footer__title {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.site-footer__content a {
  transition: all 0.2s linear;
}
.site-footer__content a:hover {
  text-decoration: none;
  color: #ee142e;
}
.site-footer .time-work__line {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
.site-footer .payments-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 140px;
}
@media (max-width: 500px) {
  .site-footer .payments-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
  }
}
@media (max-width: 500px) {
  .site-footer .payments-wrap img {
    max-width: 40px;
  }
}

.banner-section {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -1px;
  z-index: 2;
  height: 27px;
  background-size: auto 27px;
  background-position: center 100%;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml,%3Csvg width='3440' height='60' viewBox='0 0 3440 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3440 29.6417V60H0V29.6732C89.5588 11.3272 194.093 -0.000183367 321.769 2.24714e-09C449.442 0.000183381 553.799 11.2223 643.356 29.5678C732.914 11.2221 837.273 -0.000183367 964.948 2.24714e-09C1092.62 0.000183381 1196.98 11.2228 1286.54 29.5689C1376.1 11.2237 1480.46 0.00177262 1608.13 0.001956C1792.81 0.0022196 1928.71 23.4844 2041.59 58.0422C2154.48 23.4852 2290.38 0.00377064 2475.06 0.00403424C2602.73 0.00421761 2707.09 11.2265 2796.65 29.572C2886.21 11.2262 2990.56 0.00385086 3118.24 0.00403424C3245.91 0.00421761 3350.44 11.2962 3440 29.6417Z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  .banner-section::before {
    background-size: auto 14px;
  }
}
.banner-section--style-1 {
  position: relative;
  padding-top: 130px;
  background: url("assets/img/bg_white.jpg") no-repeat;
  background-size: cover;
}
.banner-section--style-1 .banner-slide {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 0 0 50px;
}
@media (max-width: 991px) {
  .banner-section--style-1 .banner-slide {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px 0;
  }
}
.banner-section--style-1 .banner-slide--style-2 .banner-slide__decoration {
  width: 57%;
}
@media (max-width: 991px) {
  .banner-section--style-1 .banner-slide--style-2 .banner-slide__decoration {
    width: 100%;
  }
}
.banner-section--style-1 .banner-slide__decoration {
  position: absolute;
  left: 43%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}
@media (max-width: 991px) {
  .banner-section--style-1 .banner-slide__decoration {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    text-align: center;
    width: 100%;
  }
}
.banner-section--style-1 .banner-slide__decoration img {
  height: auto;
  margin-left: auto;
  margin-right: 0;
  max-height: 400px;
  width: auto;
}
@media (max-width: 991px) {
  .banner-section--style-1 .banner-slide__decoration img {
    margin: auto;
  }
}
.banner-section--style-1 .banner-slide__wrapper {
  max-width: 43%;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-section--style-1 .banner-slide__wrapper {
    max-width: 100%;
    text-align: center;
  }
}
.banner-section--style-1 .banner-slide__content {
  margin-top: 5px;
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 991px) {
  .banner-section--style-1 .banner-slide__link-wrap {
    justify-content: center;
  }
}
.banner-section--style-2 {
  padding-top: 130px;
  min-height: 450px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-section--style-2 .banner-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-section--style-2 .banner-section__decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-section--style-2 .banner-section__decoration::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner-section--style-2 .banner-section__decoration img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-section--style-2 .banner-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
.banner-section--style-2 .banner-slide__content {
  margin-top: 10px;
}
.banner-section .banner-swiper {
  overflow: visible;
}

.categories-section {
  padding: 50px 0;
}
.categories-section__wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 991px) {
  .categories-section__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .categories-section__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.categories-section__wrapper .category-block {
  position: relative;
  height: 250px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px;
  overflow: hidden;
}
.categories-section__wrapper .category-block:hover .category-block__image::before {
  opacity: 0;
}
.categories-section__wrapper .category-block:hover img {
  transform: scale(1.1);
}
.categories-section__wrapper .category-block.w50 {
  grid-column: span 2/span 2;
}
@media (max-width: 991px) {
  .categories-section__wrapper .category-block.w50 {
    grid-column: unset;
  }
}
.categories-section__wrapper .category-block__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.categories-section__wrapper .category-block__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
.categories-section__wrapper .category-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.categories-section__wrapper .category-block__name {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  line-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  background: #c01a2c;
  border-radius: 25px;
  color: white;
}
.categories-section .page-content-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.blocks-section {
  padding: 50px 0;
}
.blocks-section__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 991px) {
  .blocks-section__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blocks-section .item-block {
  border-radius: 12px;
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.blocks-section .item-block:hover .item-block__decoration::before {
  opacity: 0;
}
.blocks-section .item-block:hover .item-block__decoration img {
  transform: scale(1.1);
}
.blocks-section .item-block__decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.blocks-section .item-block__decoration::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
}
.blocks-section .item-block__decoration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.blocks-section .item-block__wrap {
  position: relative;
  z-index: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  height: 100%;
}
.blocks-section .item-block__title {
  font-size: 3.4rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 15px #000;
}

.simple_content-section {
  padding: 25px 0;
}

.image_content-section {
  padding: 50px 0;
}
.image_content-section__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .image_content-section__wrapper {
    gap: 50px 20px;
  }
}
@media (max-width: 767px) {
  .image_content-section__wrapper {
    grid-template-columns: 1fr;
  }
}
.image_content-section__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image_content-section__right img {
  max-height: 500px;
  width: auto;
}
.image_content-section__image {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image_content-section--style-2 .image_content-section__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
}
.image_content-section--style-2 .image_content-section__slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
}
.image_content-section--style-2 .image_content-section__slider .swiper {
  width: 100%;
}
.image_content-section--style-2 .image_content-section__navigation {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.product-archive-section .woocommerce-products-header {
  position: relative;
  padding-top: 130px;
  color: white;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.product-archive-section .woocommerce-products-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -1px;
  z-index: 2;
  z-index: 2;
  height: 27px;
  background-size: auto 27px;
  background-position: center 100%;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml,%3Csvg width='3440' height='60' viewBox='0 0 3440 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3440 29.6417V60H0V29.6732C89.5588 11.3272 194.093 -0.000183367 321.769 2.24714e-09C449.442 0.000183381 553.799 11.2223 643.356 29.5678C732.914 11.2221 837.273 -0.000183367 964.948 2.24714e-09C1092.62 0.000183381 1196.98 11.2228 1286.54 29.5689C1376.1 11.2237 1480.46 0.00177262 1608.13 0.001956C1792.81 0.0022196 1928.71 23.4844 2041.59 58.0422C2154.48 23.4852 2290.38 0.00377064 2475.06 0.00403424C2602.73 0.00421761 2707.09 11.2265 2796.65 29.572C2886.21 11.2262 2990.56 0.00385086 3118.24 0.00403424C3245.91 0.00421761 3350.44 11.2962 3440 29.6417Z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  .product-archive-section .woocommerce-products-header::before {
    background-size: auto 14px;
  }
}
.product-archive-section .woocommerce-products-header__background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-archive-section .woocommerce-products-header__background::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.product-archive-section .woocommerce-products-header__background img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-archive-section .woocommerce-products-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
.product-archive-section .woocommerce-products-header__wrapper .content {
  margin-top: 10px;
}
.product-archive-section__wrapper {
  padding-top: 25px;
}

.products-wrapper {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1199px) {
  .products-wrapper {
    gap: 50px 30px;
  }
}

.product-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.33% - 33.3333333333px);
  text-align: center;
}
@media (max-width: 1199px) {
  .product-cart {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 991px) {
  .product-cart {
    width: calc(50% - 15px);
  }
}
@media (max-width: 475px) {
  .product-cart {
    width: 100%;
  }
}
.product-cart__image {
  height: 250px;
  display: block;
}
.product-cart__image img {
  height: 100%;
  width: auto;
}
.product-cart__title:hover {
  color: #ee142e;
}
.product-cart__title h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (max-width: 991px) {
  .product-cart__title h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.product-cart__price {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c01a2c;
}
.product-cart__buttons {
  margin-top: auto;
}

.product-section {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .product-section {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .product-section {
    padding-top: 90px;
  }
}
.product-section .description_wrapper {
  display: grid;
  grid-template-columns: 1fr 650px;
  gap: 30px;
}
@media (max-width: 991px) {
  .product-section .description_wrapper {
    display: block;
  }
}
@media (max-width: 991px) {
  .product-section .description_wrapper .product_view_section {
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.product-section .description_wrapper .product_block_wrapper {
  position: sticky;
  top: 170px;
}
.product-section .description_wrapper .product_block_wrapper .tag-wrap {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 1;
}
.product-section .description_wrapper .product_block_wrapper .tag-wrap .tag-name {
  background: #c01a2c;
  border-radius: 5px;
  color: white;
  text-align: center;
  padding: 5px 7px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.product-section .description_wrapper .product_block_wrapper .product_block {
  position: relative;
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery {
  float: none;
  width: 100%;
  margin: 0;
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery:not(.with-gallery) .view_row {
  width: 100% !important;
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery .product_view {
  gap: 24px;
  position: sticky;
  top: 140px;
}
@media (max-width: 991px) {
  .product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery .product_view {
    top: auto;
  }
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery .product_view .product_view_inner {
  overflow: hidden;
  width: 100%;
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery .product_view .product_view_inner:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: wrap;
  gap: 24px;
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery .product_view .product_view_inner .view_row {
  width: calc(50% - 12px);
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery .product_view .product_view_inner .view_row .view_link {
  display: block;
  position: relative;
  padding-top: 100%;
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery .product_view .product_view_inner .view_row .view_link a {
  display: block;
}
.product-section .description_wrapper .product_block_wrapper .product_block .woocommerce-product-gallery .product_view .product_view_inner .view_row .view_link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .product-section .description_wrapper .description_column h1,
  .product-section .description_wrapper .description_column h2 {
    font-size: 3.1rem;
    line-height: 4.1rem;
  }
}
@media (max-width: 467px) {
  .product-section .description_wrapper .description_column h1,
  .product-section .description_wrapper .description_column h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.product-section .description_wrapper .description_column .product_meta .code {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-section .description_wrapper .description_column .product_meta .code span {
  display: block;
}
.product-section .description_wrapper .description_column .product_meta .code .code-text {
  font-weight: 500;
}
.product-section .description_wrapper .description_column .product_meta .code .sku {
  color: #c01a2c;
}
.product-section .description_wrapper .description_column .product-description {
  margin-top: 15px;
}
.product-section .description_wrapper .variations {
  margin: 10px 0 0 !important;
}
.product-section .description_wrapper .variations .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.product-section .description_wrapper .single_add_to_cart_button.disabled {
  background: #eeeeee;
}
.product-section .description_wrapper .woocommerce-variation-add-to-cart-disabled {
  display: none !important;
}
.product-section .description_wrapper .cart {
  margin: 15px 0 0;
}
.product-section .description_wrapper .cart .woocommerce-variation-price {
  margin-top: 20px;
}
.product-section .description_wrapper .cart .woocommerce-variation-price .price {
  display: block;
}
.product-section .description_wrapper .cart .woocommerce-variation-add-to-cart {
  margin-top: 14px;
}
.product-section .description_wrapper .product-description + .price:not(.wc-gzd-additional-info) {
  margin: 24px 0;
}
.product-section .description_wrapper .price {
  color: #c01a2c !important;
  font-size: 2.4rem !important;
  line-height: 3.2rem;
  margin: 15px 0 0;
}
.product-section .description_wrapper .product_meta,
.product-section .description_wrapper .allergens-list {
  margin: 10px 0;
}
.product-section .description_wrapper .single_variation_wrap .sct-product-builder {
  margin-top: 50px;
}
@media (max-width: 450px) {
  .product-section .description_wrapper .single_variation_wrap .quantity {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 45px 1fr 45px;
  }
}
@media (max-width: 450px) {
  .product-section .description_wrapper .single_variation_wrap .quantity input {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .product-section .description_wrapper .single_variation_wrap .single_add_to_cart_button {
    width: 100%;
  }
}

.woocommerce-tabs {
  margin-top: 100px;
}
.woocommerce-tabs .wc-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}
.woocommerce-tabs .wc-tabs li {
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  color: black;
  transition: 0.3s;
}
.woocommerce-tabs .wc-tabs li.active {
  color: black;
  border-bottom: 3px solid #c01a2c;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 30px 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel table {
  margin: 0;
}

.up-sells.upsells.products,
.related.products {
  margin-top: 70px;
}

.woocommerce-message {
  padding: 10px 20px 10px 40px;
  margin: 0 0 30px;
  position: relative;
  background-color: #eeeeee;
  color: black;
  border-top: 3px solid #8fae1b;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.woocommerce-message a {
  order: 999;
  margin: 0;
}
.woocommerce-message::after {
  content: " ";
  display: table;
  clear: both;
}
.woocommerce-message::before {
  font-family: "WooCommerce";
  content: "\e015";
  color: #8fae1b;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.woocommerce .cart-section {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 50px;
}
@media (max-width: 991px) {
  .woocommerce .cart-section {
    grid-template-columns: unset;
    gap: 40px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .woocommerce .cart-section .woocommerce-cart-form {
    width: 100%;
  }
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table {
  margin: 0;
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table {
    display: block;
  }
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table thead {
    display: none;
  }
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table th {
  padding: 8px 16px 8px 0;
  white-space: nowrap;
  color: #c01a2c;
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table th:last-child {
  padding-right: 16px;
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table th.product-subtotal {
  text-align: right;
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table td {
  vertical-align: top;
  padding: 24px 0 24px 16px;
  border-top: 1px solid rgba(192, 26, 44, 0.15);
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table td {
    display: block;
    height: unset;
  }
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table td:first-child {
    order: -2;
    width: 50%;
    padding: 20px 10px 10px 20px;
    border-bottom: none;
  }
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table td:last-child {
  padding-right: 16px;
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table td:last-child {
    order: -1;
    width: 50%;
    padding: 20px 20px 10px 10px;
    border-bottom: none;
  }
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table td:nth-child(2) {
    width: 100%;
    padding: 10px 20px 20px;
    border: none;
  }
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table td.product-subtotal {
  text-align: right;
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table .product-thumbnail > a {
    display: block;
    position: relative;
    padding-top: 100%;
  }
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table .product-thumbnail > a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
  }
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table .product-name {
  width: 100px;
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table .product-name-line {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table .product-meta-line {
  margin: 5px 0 0 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  list-style: none;
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table .product-subtotal-line {
  color: #c01a2c;
  font-size: 18px;
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table .product-remove-line {
  margin-top: 10px;
}
@media (max-width: 500px) {
  .woocommerce .cart-section .woocommerce-cart-form .shop_table .product-remove-line {
    text-align: right;
  }
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table .product-remove-line .button-remove-from-cart {
  color: #c01a2c;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-shadow: none;
  vertical-align: baseline;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.woocommerce .cart-section .woocommerce-cart-form .shop_table .product-qty-line {
  margin-top: 20px;
}
.woocommerce .cart-section .cart-collaterals .cart_totals {
  position: sticky;
  top: 140px;
}
@media (max-width: 991px) {
  .woocommerce .cart-section .cart-collaterals .cart_totals {
    position: static;
    top: unset;
    width: 100%;
  }
}
.woocommerce .cart-section .cart-collaterals .cart_totals__wrapper {
  padding: 20px 20px;
  border-radius: 8px;
  background: #eeeeee;
}
.woocommerce .cart-section .cart-collaterals .cart_totals__wrapper table {
  margin: 0;
}
.woocommerce .cart-section .cart-collaterals .cart_totals__wrapper table td,
.woocommerce .cart-section .cart-collaterals .cart_totals__wrapper table th {
  padding: 8px;
}
.woocommerce .cart-section .cart-collaterals .cart_totals__wrapper table tr:first-child td,
.woocommerce .cart-section .cart-collaterals .cart_totals__wrapper table tr:first-child th {
  padding-top: 0;
}
.woocommerce .cart-section .cart-collaterals .cart_totals__wrapper table tr:last-child td,
.woocommerce .cart-section .cart-collaterals .cart_totals__wrapper table tr:last-child th {
  padding-bottom: 0;
  border-bottom: 0;
}
.woocommerce .cart-section .cart-collaterals .cart_totals h2 {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.woocommerce .woocommerce-checkout-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-checkout-wrapper {
    grid-template-columns: unset;
    gap: 40px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.woocommerce .woocommerce-checkout-wrapper .checkbox {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  display: flex !important;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.woocommerce .woocommerce-checkout-wrapper .checkbox input {
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid rgba(25, 23, 17, 0.48);
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  cursor: pointer;
  top: 1px;
  position: relative;
}
.woocommerce .woocommerce-checkout-wrapper .checkbox svg {
  fill: #000;
  height: 20px;
  width: 20px;
  margin-left: 3px;
  margin-top: 1px;
  pointer-events: none;
  position: absolute;
}
.woocommerce .woocommerce-checkout-wrapper .checkbox input:not(:checked) + svg {
  display: none;
}
.woocommerce .woocommerce-checkout-wrapper #order_payment_heading {
  display: none;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields .content,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields .content,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields .content {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row {
  margin: 0;
  width: 100%;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row.hidden,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.hidden,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row.hidden {
  display: none !important;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row label {
  display: none;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row select,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row input,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row select,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row input,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row select {
  width: 100%;
  background-color: #fff;
  border: 1px solid hsla(0deg, 0%, 7%, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0;
  min-height: unset;
  padding: 10px 16px;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row select,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row select,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row select {
  min-height: 50px;
  width: 100%;
  padding: 10px 16px;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row.form-row-wide {
  width: 100%;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row.form-row-last {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
  .woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
  .woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last,
  .woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
  .woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields__field-wrapper .form-row.form-row-last {
    width: 100%;
  }
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-billing-fields .shipping_address,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-shipping-fields .shipping_address,
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields .shipping_address {
  margin-top: 20px;
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout-wrapper .col-2 {
  margin-top: 30px;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields {
  margin-top: 30px;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields .form-row label {
  display: none;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-additional-fields .form-row textarea {
  background-color: #fff;
  border: 1px solid hsla(0deg, 0%, 7%, 0.8);
  color: #2b2d2f;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 10px 16px;
  box-sizing: border-box;
  font-family: inherit;
  margin: 0;
  width: 100%;
  resize: vertical;
}
.woocommerce .woocommerce-checkout-wrapper h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.woocommerce .woocommerce-checkout-wrapper .shop_table {
  padding: 20px 30px;
  border-radius: 8px;
  background: #eeeeee;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-checkout-wrapper .shop_table {
    padding: 20px;
  }
}
.woocommerce .woocommerce-checkout-wrapper .shop_table table {
  margin: 0;
}
.woocommerce .woocommerce-checkout-wrapper .shop_table table td,
.woocommerce .woocommerce-checkout-wrapper .shop_table table th {
  padding: 8px;
}
.woocommerce .woocommerce-checkout-wrapper .shop_table table tr:first-child td,
.woocommerce .woocommerce-checkout-wrapper .shop_table table tr:first-child th {
  padding-top: 0;
}
.woocommerce .woocommerce-checkout-wrapper .shop_table table tr:last-child td,
.woocommerce .woocommerce-checkout-wrapper .shop_table table tr:last-child th {
  padding-bottom: 0;
  border-bottom: 0;
}
.woocommerce .woocommerce-checkout-wrapper .shop_table table ul li {
  padding: 0;
}
.woocommerce .woocommerce-checkout-wrapper .shop_table table ul li::before {
  content: none;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-checkout-payment {
  padding: 20px 30px;
  border-radius: 8px;
  background: #eeeeee;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-checkout-wrapper .woocommerce-checkout-payment {
    padding: 20px;
  }
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-checkout-payment ul li {
  padding: 0;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-checkout-payment ul li::before {
  content: none;
}
.woocommerce .woocommerce-checkout-wrapper .ppc-button-wrapper {
  margin-top: 15px;
}
.woocommerce .woocommerce-checkout-wrapper .woocommerce-input-wrapper {
  display: block;
}
.woocommerce .woocommerce-checkout-wrapper .delivery-wrap,
.woocommerce .woocommerce-checkout-wrapper .delivery-wrap__field {
  width: 100%;
}

.woocommerce-NoticeGroup-checkout {
  margin: 0 0 30px;
}

.thanks_purchase {
  position: relative;
}
.thanks_purchase .thank_you_block .section_content {
  min-height: 560px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  max-width: 50%;
  margin: 0 0 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .thanks_purchase .thank_you_block .section_content {
    max-width: 100%;
    padding: 30px 20px 30px;
    min-height: auto;
  }
}
.thanks_purchase .thank_you_block .section_content .section_content_inner {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
.thanks_purchase .section_image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  right: 50%;
}
@media (max-width: 767px) {
  .thanks_purchase .section_image {
    position: relative;
    width: auto;
    right: unset;
    margin: 0 -20px;
  }
}
.thanks_purchase .section_image .image_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.thanks_purchase .section_image .image_wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.thanks_purchase .section_image .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
