@charset "UTF-8";
/*
Theme Name: Bertsch Holzbau
Author: UNIQUE Devs sp. z o.o.
Author URI: https://uniquedevs.com/
Description: 
Template: yoome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@media (min-width: 768px) {
  body.boxed #page,
  .page-container,
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  body.boxed #page,
  .page-container,
  .container {
    width: 980px;
  }
}
@media (min-width: 1230px) {
  body.boxed #page,
  .page-container,
  .container {
    width: 1230px;
  }
}
a {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  font-family: "Sora", sans-serif !important;
}
h1.with-box,
h2.with-box,
h3.with-box,
h4.with-box {
  padding-left: 10px;
}
h1.with-box:before,
h2.with-box:before,
h3.with-box:before,
h4.with-box:before {
  position: relative;
  left: -10px;
  top: 5px;
  display: inline-block;
  content: "";
  width: 25px;
  height: 1em;
  background-color: #960518;
}
h1.with-box.white-box::before,
h2.with-box.white-box::before,
h3.with-box.white-box::before,
h4.with-box.white-box::before {
  background-color: #fff;
}
h1.with-box.green-box::before,
h2.with-box.green-box::before,
h3.with-box.green-box::before,
h4.with-box.green-box::before {
  background-color: #960518;
}

.header-container .menu-wrapper nav > ul.menu li ul.sub-menu {
  top: 90%;
}
.header-container .sub-menu {
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.0705882353);
}
.header-container .sub-menu .menu-desc {
  display: none !important;
}
.header-container .header-top {
  background-color: #330007;
  color: #fff;
  border: 0;
  max-height: 36px;
  position: relative;
  z-index: 100;
}
.header-container .header-top a {
  color: #fff;
}
.header-container .header-top a:hover {
  opacity: 0.8;
}
.header-container .header-top .social,
.header-container .header-top .social a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-container .header-top #menu-jezyki {
  display: none;
}
.header-container .header-top #menu-jezyki .sub-menu {
  transform: rotate(180deg) !important;
  transform-origin: center;
  position: absolute;
  padding: 10px;
  z-index: 9999;
  width: -moz-max-content;
  width: max-content;
  right: -19px;
  left: auto;
  top: -10px;
}
.header-container .header-top #menu-jezyki .sub-menu li {
  transform: rotate(-180deg);
  display: table-cell;
  margin-right: 20px;
  padding: 0 10px;
  opacity: 0.5;
}
.header-container .header-top #menu-jezyki .sub-menu li.current-lang {
  opacity: 1;
}
.header-container .header-top #menu-jezyki .sub-menu:before {
  top: 0;
  background: #330007;
}
.header-container .header-top #menu-jezyki a {
  padding: 0;
}
.header-container .header-top #menu-jezyki a::after {
  content: none;
  display: none;
}
.header-container .header-top #menu-jezyki #menu-item-15127 a {
  padding: 4px 0 0 !important;
}
.header-container .menu-right .ts-menu {
  float: none;
}

.page-container {
  padding-top: 0 !important;
}

figure.alignright {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .left-col-m {
    margin-left: calc((100vw - 760px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .left-col-m {
    margin-left: calc((100vw - 980px) / 2) !important;
  }
}
@media (min-width: 1230px) {
  .left-col-m {
    margin-left: calc((100vw - 1230px) / 2) !important;
  }
}

@media (min-width: 768px) {
  .left-col-p {
    padding-left: calc((100vw - 760px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .left-col-p {
    padding-left: calc((100vw - 980px) / 2) !important;
  }
}
@media (min-width: 1230px) {
  .left-col-p {
    padding-left: calc((100vw - 1230px) / 2) !important;
  }
}

@media (min-width: 768px) {
  .right-col-m {
    margin-right: calc((100vw - 760px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .right-col-m {
    margin-right: calc((100vw - 980px) / 2) !important;
  }
}
@media (min-width: 1230px) {
  .right-col-m {
    margin-right: calc((100vw - 1230px) / 2) !important;
  }
}

@media (min-width: 768px) {
  .right-col-p {
    padding-right: calc((100vw - 760px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .right-col-p {
    padding-right: calc((100vw - 980px) / 2) !important;
  }
}
@media (min-width: 1230px) {
  .right-col-p {
    padding-right: calc((100vw - 1230px) / 2) !important;
  }
}

.full-width {
  width: 100vw;
}
@media (max-width: 768px) {
  .full-width {
    max-width: 100%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .full-width {
    margin-left: calc((100vw - 760px) / 2 * -1 - 30px) !important;
  }
}
@media (min-width: 992px) {
  .full-width {
    margin-left: calc((100vw - 980px) / 2 * -1 - 30px) !important;
  }
}
@media (min-width: 1230px) {
  .full-width {
    margin-left: calc((100vw - 1230px) / 2 * -1 - 30px) !important;
  }
}
.full-width .page-container {
  min-width: auto;
  min-height: auto;
}

.hero-container {
  max-width: 100vw;
  background-image: url("/wp-content/uploads/2024/04/bhbback.webp");
  max-height: 600px;
  background-size: cover;
}
.hero-container:after {
  content: "";
  display: block;
  position: relative;
  bottom: -1px;
  width: 100%;
  height: 60px;
  background-image: url("/gfx/header-foot-bertsch.svg");
}
.hero-container .hero-container-content h2,
.hero-container .hero-container-content h3,
.hero-container .hero-container-content h4 {
  color: #373737;
}
.hero-container .hero-container-content ul {
  padding: 0;
  margin: 0 0 30px 0;
}
.hero-container .hero-container-content ul li {
  list-style: none;
  color: #fff;
  padding-left: 60px;
}
.hero-container .hero-container-content ul li::before {
  content: "";
  border-bottom: 1px solid #fff;
  position: relative;
  display: block;
  top: 12px;
  left: -60px;
  width: 50px;
}
.hero-container .hero-container-content .hero-whitehouse {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
.hero-container .hero-container-content .hero-whitehouse:after {
  content: url(https://shopbhb.uniquedevs.usermd.net/wp-content/uploads/2024/04/zulu-header-arr-left.svg);
  position: absolute;
  bottom: 20px;
  right: -200px;
}
.hero-container .hero-container-content .wp-block-button__link {
  background-color: #960518 !important;
}

.header-middle {
  background: linear-gradient(90deg, rgb(150, 5, 24) 0%, rgb(172, 14, 35) 50%, rgb(150, 5, 24) 100%);
}
.header-middle .container {
  display: flex;
  justify-content: space-between;
  max-height: 80px;
}
.header-middle .container .menu-wrapper {
  position: static;
  display: inline-block;
  flex-grow: 1;
  flex-basis: 0;
}
.header-middle .container .logo-wrapper {
  z-index: 150;
  position: relative;
  top: -46px;
  display: block;
  height: auto;
  overflow: visible;
  width: auto !important;
}
.header-middle .container .logo-wrapper .logo {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  padding: 30px 40px 40px;
  border-radius: 0% 0% 50% 50%/0% 0% 30% 30%;
}
.header-middle .container .logo-wrapper .logo img {
  width: 180px !important;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 70vw;
}
.header-middle .container .header-right {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  width: auto !important;
}
.header-middle .container .header-right .menu-wrapper {
  margin-right: 0 !important;
}
.header-middle .container .header-right #menu-header-menu-domy li a .menu-sub-label {
  position: relative;
  right: 40px;
  top: 7px;
  border-radius: 20px !important;
  font-size: 8px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #003a1f;
  margin-right: -60px !important;
}
.header-middle .container .header-right #menu-header-menu-domy li a .menu-sub-label::before {
  display: none;
}
.header-middle .container .header-right #menu-header-menu-domy li#menu-item-15106 a {
  color: #99ada3;
  cursor: default !important;
}
.header-middle .container .header-right #menu-header-menu-domy li#menu-item-15106 a::after {
  content: none;
  display: none;
}
.header-middle .container a {
  color: #fff;
}

footer {
  background-color: transparent;
}
footer .footer-container {
  background-color: transparent;
}
footer .menu-desc {
  display: none !important;
}
footer .footlogo {
  max-width: 250px;
  margin-top: 30px;
}
footer .first-footer-area {
  padding-top: 40px;
  color: #330007 !important;
}
footer .first-footer-area:before {
  content: url(/wp-content/uploads/2024/04/footer2.svg);
  position: absolute;
  width: 100vw;
  bottom: -225px;
  height: auto;
  z-index: -1;
}
footer .first-footer-area .container {
  display: flex;
}
footer .first-footer-area .container .left-content {
  flex-basis: 25%;
}
footer .first-footer-area .container .left-content .wp-image-18 {
  margin-top: 30px;
}
footer .first-footer-area .container .right-content {
  margin-top: 30px;
  flex-basis: 75%;
  padding-left: 50px;
}
footer .first-footer-area .container .right-content .main-menu .menu {
  display: flex;
  gap: 50px;
}
footer .first-footer-area .container .right-content .main-menu .menu li {
  flex-basis: 25%;
}
footer .first-footer-area .container .right-content .main-menu .menu > li > a {
  font-family: Sora;
  font-weight: bold;
  text-transform: uppercase;
}
footer .first-footer-area .container .right-content .main-menu .menu > li > a span {
  color: #960518;
}
footer .first-footer-area .container .right-content .main-menu .menu .sub-menu {
  margin: 10px 0 0 0;
  padding-left: 20px;
  border-left: 1px solid #cdcdcd;
}
footer .first-footer-area .container .right-content .main-menu .menu .sub-menu li {
  padding: 0;
}
footer .first-footer-area .container .right-content .main-menu .menu .sub-menu li a {
  color: #979797;
}
footer .first-footer-area .container .footer-secondary {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .first-footer-area .container .footer-secondary #menu-menu-footer-secondary {
  display: flex;
  gap: 20px;
  margin-block: 30px;
}
footer .first-footer-area .container .footer-secondary #menu-menu-footer-secondary a {
  font-family: Sora;
  font-weight: bold;
  text-transform: uppercase;
  color: #960518;
}
footer .first-footer-area .container .footer-secondary .social {
  float: right;
  margin-block: 30px;
  display: flex;
  gap: 20px;
}
footer .first-footer-area .container .footer-secondary .social img {
  filter: saturate(0) !important;
}
footer .first-footer-area a {
  color: #330007 !important;
}
footer .end-footer {
  background-color: #960518 !important;
  color: #fff;
}
footer .end-footer a {
  color: #fff;
  margin-right: 20px;
}
footer .end-footer .container {
  padding-block: 20px;
}
footer .end-footer .container p {
  margin: 0 !important;
}

.listing-end-box a {
  background-color: #960518 !important;
}

.contact-frame a img {
  margin-top: -5px;
  margin-right: 10px;
}

.contact-bg {
  background-image: url("/gfx/banner-dark.webp");
  background-attachment: fixed;
  background-size: cover;
}

.breadcrumb-title-wrapper {
  position: relative;
  background-image: url("/wp-content/uploads/2024/04/homebg-6-1-kopia-1.webp");
  background-attachment: fixed;
  background-size: cover !important;
}
.breadcrumb-title-wrapper:after {
  content: url(/wp-content/uploads/2024/04/zulu-lines.svg);
  position: absolute;
  right: 50px;
  bottom: -30px;
  height: auto;
  width: auto;
}
.breadcrumb-title-wrapper a,
.breadcrumb-title-wrapper h1 {
  text-shadow: 0 0 20px #fff;
}

.archive .breadcrumb-title-wrapper .heading-title {
  display: none !important;
}

.show_breadcrumb_v1 {
  padding-top: 50px !important;
}

.owl-carousel .frompricecont,
.owl-carousel .listing-cart-img {
  display: none;
}

.cart-item-wrapper .quantity {
  display: none !important;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

aside .widget-title-wrapper .widget-title {
  padding-left: 10px;
}
aside .widget-title-wrapper .widget-title::before {
  position: relative;
  left: -10px;
  top: 5px;
  display: inline-block;
  content: "";
  width: 25px;
  height: 1em;
  background-color: #960518;
}

.single-product .title-container {
  padding-left: 10px;
  border-left: 25px solid #960518;
}
.single-product .title-container h1 {
  font-size: 42px;
  margin-bottom: 0;
  line-height: 28px;
  color: #330007 !important;
}
.single-product .title-container h3 {
  font-size: 20px;
  margin-bottom: 0;
  max-height: 35px;
  overflow: hidden;
}
.single-product .title-container h3.house-title-id {
  color: #707070;
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
}
.single-product .summary {
  margin-bottom: 0px !important;
}
.single-product .summary h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Sora", sans-serif;
}
.single-product .summary .extra-options .label-tag {
  color: #960518 !important;
  padding-bottom: 2px;
  padding-top: 5px;
}
.single-product .summary .thwepo_dach tbody {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.single-product .summary .thwepo_dach tbody .dachowka {
  flex-basis: 50%;
}
.single-product .summary .thwepo_dach tbody .kolor-dachowki {
  flex-basis: 50%;
}
@media (min-width: 1230px) {
  .single-product .summary .thwepo_dach tbody .kolor-dachowki {
    padding-left: 10px;
  }
}
.single-product .summary .thwepo_dach tbody .dach-opcje {
  flex-basis: 100%;
}
.single-product .summary .painting {
  margin-top: 15px;
}
.single-product .summary .buyorask-btns {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.single-product .summary .buyorask-btns .single_add_to_cart_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff !important;
  border: 3px solid #960518 !important;
  border-radius: 5px !important;
  padding: 0 !important;
  width: 100%;
  text-align: center;
  width: auto !important;
  min-width: 250px;
}
.single-product .summary .buyorask-btns .single_add_to_cart_button > div:first-child {
  padding-right: 20px;
  flex: 1;
  padding-inline: 20px;
}
.single-product .summary .buyorask-btns .single_add_to_cart_button p,
.single-product .summary .buyorask-btns .single_add_to_cart_button bdi {
  margin: 0 !important;
  color: #960518 !important;
  font-weight: bold !important;
  font-family: "Sora", sans-serif;
}
.single-product .summary .buyorask-btns .single_add_to_cart_button p .woocommerce-Price-currencySymbol,
.single-product .summary .buyorask-btns .single_add_to_cart_button bdi .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
.single-product .summary .buyorask-btns .single_add_to_cart_button .price {
  text-align: right;
  margin-top: 10px !important;
}
.single-product .summary .buyorask-btns .single_add_to_cart_button .delivery {
  font-family: "Sora", sans-serif;
  font-size: 11px;
  color: #330007 !important;
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 11px;
  margin-bottom: 10px;
}
.single-product .summary .buyorask-btns .single_add_to_cart_button .cart-btn {
  background-color: #960518;
  padding: 20px;
  align-items: center;
  display: flex;
  min-height: 64px;
  min-width: 64px;
}
.single-product .summary .buyorask-btns .popuptrigger {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px !important;
  padding-inline: 15px !important;
  width: auto !important;
}
.single-product .summary .meta-content {
  margin: 0 !important;
}
.single-product .summary .cart {
  margin: 0 !important;
}
.single-product #main-content .walk3d-icon {
  z-index: 991;
  position: relative;
}
.single-product #main-content .walk3d-icon a {
  position: absolute;
  right: 20px;
  top: -95px;
}
.single-product #main-content .yt-link {
  background-color: #fff;
  border-radius: 50px;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 990;
}
.single-product #main-content .yt-link .ts-product-video-button {
  margin: 0 !important;
  position: static;
}
.single-product #main-content .legend-heading {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #960518;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  padding: 20px 15px 10px;
}
.single-product #main-content .legend {
  background-color: #ededed;
  border-top: 4px solid #960518;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.single-product #main-content .legend div {
  flex-basis: 20%;
}
.single-product #main-content .legend div ul {
  margin: 0;
}
.single-product #main-content .legend div ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product .product-content table {
  width: 45vw;
  min-width: 400px;
  background-color: #f2f2f2;
}
.single-product .product-content table tr:first-child td {
  padding-top: 30px;
}
.single-product .product-content table tr:last-child td {
  padding-bottom: 30px;
  border-bottom: 0;
}
.single-product .product-content table tr td {
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 200;
}
.single-product .product-content table tr td ul {
  margin-bottom: 0;
}
.single-product .woocommerce-tabs .files {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 30px 60px;
  background-color: #f2f2f2;
  position: relative;
  margin-top: 20px;
}
.single-product .woocommerce-tabs .files:before {
  content: url("/gfx/download.svg");
  display: block;
  position: absolute;
  left: 18px;
  top: 24px;
}
.single-product .woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #f2f2f2 !important;
  padding: 0 12px !important;
}
.single-product .woocommerce-tabs ul.tabs li {
  margin: 5px 25px !important;
}
.single-product .woocommerce-tabs ul.tabs li:hover > a:before,
.single-product .woocommerce-tabs ul.tabs li.active > a:before {
  bottom: -6px !important;
  left: -25% !important;
  width: 150% !important;
  border-width: 0 0 4px 0 !important;
}
.single-product .up-sells h2 {
  text-align: left;
  padding-left: 10px;
}
.single-product .up-sells h2:before {
  position: relative;
  left: -10px;
  top: 5px;
  display: inline-block;
  content: "";
  width: 25px;
  height: 1em;
  background-color: #960518;
}

.wp-container-15 .wp-container-14 {
  margin-bottom: 0 !important;
}
.wp-container-15 .wp-container-14 .tag-btn {
  border: 5px solid #960518;
}
.wp-container-15 .wp-container-14 .tag-btn a {
  border: 1px solid #34684d;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.wp-container-15 .wp-container-14 .tag-btn a:hover {
  background-color: #04532d !important;
}

.shop_table .cart_item .product-name a {
  font-size: 16px;
}
.shop_table .cart_item .product-name .variation dt,
.shop_table .cart_item .product-name .variation dl,
.shop_table .cart_item .product-name .variation dd,
.shop_table .cart_item .product-name .variation p,
.shop_table .cart_item .product-name .variation p span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  line-height: 22px !important;
}
.shop_table .cart_item .product-name .variation .variation-Malowanie {
  display: flex;
}

.woocommerce nav.woocommerce-pagination ul li a {
  background-color: #d7d7d7;
  color: #960518;
}

.woocommerce .widget-container .price_slider_amount .price_label {
  font-size: 0 !important;
}
.woocommerce .widget-container .price_slider_amount .price_label span {
  font-size: 12px !important;
}
.woocommerce .widget-container .price_slider_amount .price_label span.to:before {
  content: " — ";
}

.archive .product-wrapper .meta-wrapper,
.up-sells .product-wrapper .meta-wrapper,
.owl-item .product .product-wrapper .meta-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
}
.archive .product-wrapper .meta-wrapper .heading-title,
.archive .product-wrapper .meta-wrapper .product-categories,
.up-sells .product-wrapper .meta-wrapper .heading-title,
.up-sells .product-wrapper .meta-wrapper .product-categories,
.owl-item .product .product-wrapper .meta-wrapper .heading-title,
.owl-item .product .product-wrapper .meta-wrapper .product-categories {
  margin-bottom: 0;
  text-align: left;
  font-size: 11px;
}
.archive .product-wrapper .meta-wrapper .heading-title a,
.up-sells .product-wrapper .meta-wrapper .heading-title a,
.owl-item .product .product-wrapper .meta-wrapper .heading-title a {
  font-family: "Sora", sans-serif;
  font-weight: light;
  font-size: 14px;
  color: #707070;
}
.archive .product-wrapper .meta-wrapper .product-categories,
.up-sells .product-wrapper .meta-wrapper .product-categories,
.owl-item .product .product-wrapper .meta-wrapper .product-categories {
  font-family: "Sora", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.archive .product-wrapper .meta-wrapper .listing-button,
.up-sells .product-wrapper .meta-wrapper .listing-button,
.owl-item .product .product-wrapper .meta-wrapper .listing-button {
  display: flex;
  justify-content: end;
  grid-row: 1/span 2;
  grid-column: 2;
  align-items: center;
  background-color: #fff !important;
  border: 1px solid #960518 !important;
  height: 30px;
  border-radius: 5px !important;
}
.archive .product-wrapper .meta-wrapper .listing-button .price,
.archive .product-wrapper .meta-wrapper .listing-button .frompricecont,
.archive .product-wrapper .meta-wrapper .listing-button .price bdi,
.up-sells .product-wrapper .meta-wrapper .listing-button .price,
.up-sells .product-wrapper .meta-wrapper .listing-button .frompricecont,
.up-sells .product-wrapper .meta-wrapper .listing-button .price bdi,
.owl-item .product .product-wrapper .meta-wrapper .listing-button .price,
.owl-item .product .product-wrapper .meta-wrapper .listing-button .frompricecont,
.owl-item .product .product-wrapper .meta-wrapper .listing-button .price bdi {
  color: #960518;
  margin: 0 !important;
  padding: 3px 1px !important;
  line-height: 16px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Sora", sans-serif;
}
.archive .product-wrapper .meta-wrapper .listing-button .frompricecont,
.up-sells .product-wrapper .meta-wrapper .listing-button .frompricecont,
.owl-item .product .product-wrapper .meta-wrapper .listing-button .frompricecont {
  margin-left: 4px !important;
}
.archive .product-wrapper .meta-wrapper .listing-button .listing-cart-img,
.up-sells .product-wrapper .meta-wrapper .listing-button .listing-cart-img,
.owl-item .product .product-wrapper .meta-wrapper .listing-button .listing-cart-img {
  background-color: #960518;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 1500px) {
  .header-right {
    width: auto !important;
  }
  .header-left {
    width: auto !important;
  }
  .header-left .social {
    display: none !important;
  }
  header .logo {
    padding: 30px 20px 40px !important;
  }
  header .logo img {
    width: 20vw !important;
  }
}
@media (max-width: 992px) {
  header .logo {
    padding: 20px;
  }
}
@media (max-width: 770px) {
  .ts-header .container {
    padding-left: 10px !important;
  }
  .header-right {
    display: flex;
    justify-content: end;
  }
  .header-right .icon,
  .header-right .cart-icon {
    position: relative;
    top: 6px;
  }
  .hero-whitehouse {
    position: absolute !important;
    right: -18vw;
    top: 130px;
    width: 75vw;
    max-width: 350px;
  }
}
@media (max-width: 770px) and (max-width: 400px) {
  .hero-whitehouse {
    top: 95px !important;
  }
}
@media (max-width: 770px) {
  .header-middle {
    background: #fff !important;
  }
  .header-middle .search-button .icon,
  .header-middle .ts-group-meta-icon-toggle .icon,
  .header-middle .shopping-cart-wrapper a > .ic-cart,
  .header-middle .vertical-menu-button {
    color: #960518 !important;
  }
  .header-middle .logo-wrapper .logo {
    padding: 45px 0 !important;
    position: static;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .header-middle .logo-wrapper .logo img {
    width: 60vw !important;
    max-height: 60px;
  }
  .hero-container {
    max-height: 380px;
  }
  .hero-container::after {
    bottom: 100px;
    width: 120vw;
    height: 70px;
    left: -10vw;
  }
}
@media screen and (max-width: 770px) and (max-width: 992px) {
  .hero-container::after {
    bottom: -20px !important;
  }
}
@media (max-width: 770px) {
  .hero-container .hero-container-content ul li {
    padding-left: 30px !important;
  }
  .hero-container .hero-container-content ul li::before {
    left: -30px !important;
    width: 20px !important;
  }
  .full-width .contact-frame {
    margin: -15px;
    width: 100vw;
  }
  #post-13649 h3.green-box {
    margin-left: 15px;
  }
  .product-group-button-meta {
    display: none;
  }
  .ts-sidebar-content .logo-wrapper {
    background-color: #fff;
  }
  .ts-sidebar-content .logo-wrapper .logo img {
    margin: 0 auto;
    width: 240px;
  }
  .ts-sidebar-content #menu-item-15634 {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
  }
  .ts-header-social-icons ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .ts-header-social-icons span {
    display: none;
  }
  .ts-header-social-icons li a {
    color: #960518 !important;
  }
  footer .first-footer-area {
    background-color: #fff;
    padding-top: 40px;
  }
  footer .first-footer-area:before {
    content: url(/wp-content/uploads/2024/04/footer.svg);
    position: relative;
    left: -10vw;
    width: 120vw;
    bottom: -10vh;
    height: auto;
  }
  footer .first-footer-area .container {
    display: flex;
  }
  footer .first-footer-area .container .left-content {
    flex-basis: initial;
  }
  footer .first-footer-area .container .left-content p {
    margin-bottom: 0 !important;
  }
  footer .first-footer-area .container .left-content .wp-image-18 {
    margin: 18px auto;
    display: block;
  }
  footer .payment-ment {
    margin-top: 30px;
  }
  .single-product .summary .buyorask-btns .single_add_to_cart_button {
    min-width: 200px;
  }
  .ads-banner .legend {
    display: flex;
    flex-direction: column;
  }
  .ads-banner .legend div {
    width: 100%;
  }
  .home #main-content {
    padding: 0 !important;
  }
}
.shop_table .order-total .includes_tax {
  display: block !important;
}
.shop_table .order-total .includes_tax .woocommerce-Price-amount {
  font-size: 12px !important;
}

.price_slider_amount:first-child() {
  font-size: 0px !important;
}

@media screen and (max-width: 992px) {
  .distribute-logo {
    display: inline-block;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.term-description, .woocommerce-result-count {
  display: none !important;
}

@media only screen and (max-width: 1050px) {
  body.header-v6 .header-middle > .container > .logo-wrapper {
    width: auto;
  }
  #vertical-menu-sidebar,
  .ts-floating-sidebar .ts-sidebar-content {
    width: 100%;
  }
  .header-middle > .container {
    width: 100%;
  }
  .ic-mobile-menu-button {
    position: absolute;
    right: 0;
    /* rtl */
    top: 10px;
  }
  .header-middle div.header-right > div {
    margin-left: 15px;
    /* rtl */
  }
  header .logo-wrapper {
    height: 50px;
  }
  .logo-wrapper .mobile-logo,
  .ts-sidebar-content .mobile-menu-logo {
    display: block;
  }
  .ts-sidebar-content .mobile-logo {
    display: none;
  }
  .logo-wrapper .normal-logo,
  .logo-wrapper .sticky-logo {
    display: none;
  }
  .ts-header .shopping-cart-wrapper .dropdown-container,
  .ts-header .shopping-cart-wrapper .cart-drop-icon {
    display: none;
  }
  .ts-sidebar-content .logo-wrapper {
    margin: -50px -32px 0 -30px;
    padding: 10px 32px;
    display: table !important;
    width: calc(100% + 64px);
  }
  .ts-sidebar-content .logo-wrapper > * {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
  }
  .header-top .header-left {
    width: 100%;
  }
  .mobile-menu-wrapper nav > ul {
    margin-top: 20px;
  }
  #group-icon-header .close {
    top: 16px;
  }
  #group-icon-header .ts-sidebar-content .group-button-header > div {
    margin-bottom: 0;
  }
  #group-icon-header .ts-sidebar-content .group-button-header > div,
  #group-icon-header .ts-sidebar-content .group-button-header > div:first-child {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 20px 0;
  }
  #group-icon-header .ts-sidebar-content .group-button-header > div:after {
    display: table;
    content: "";
    clear: both;
  }
  #group-icon-header .ts-sidebar-content .group-button-header > div > * {
    float: right;
    /* rtl */
    text-align: right;
    /* rtl */
  }
  #group-icon-header .ts-sidebar-content .group-button-header > .ts-header-social-icons > span {
    float: left;
    /* rtl */
    text-transform: uppercase;
  }
  #group-icon-header .ts-sidebar-content .group-button-header > div > h6 {
    text-transform: uppercase;
    float: left;
    /* rtl */
    margin: 0;
    text-align: left;
    /* rtl */
  }
  #group-icon-header .ts-sidebar-content .group-button-header .my-account-wrapper .account-control > a {
    text-transform: uppercase;
  }
  #group-icon-header .ts-sidebar-content .group-button-header .my-account-wrapper {
    clear: both;
    width: 100%;
  }
  #group-icon-header .ts-sidebar-content .group-button-header .my-account-wrapper > * {
    float: none;
    /* rtl */
    text-align: left;
    /* rtl */
  }
  #group-icon-header .ts-sidebar-content .group-button-header .my-wishlist-wrapper > a {
    font-size: 0;
    height: 20px;
  }
  #group-icon-header .ts-sidebar-content .group-button-header .my-wishlist-wrapper > a span {
    font-size: 12px;
    position: relative;
    top: -10px;
  }
  #group-icon-header .ts-sidebar-content .group-button-header .my-wishlist-wrapper > a:before {
    content: "\e813";
    font-family: Linearicons-Free;
    font-size: 16px;
  }
  body .wpml-ls-legacy-list-horizontal ul {
    margin-top: 10px !important;
  }
  body .wpml-ls-legacy-dropdown-click,
  body .wpml-ls-legacy-dropdown {
    max-width: 65%;
  }
  body .wpml-ls > ul > li > a img {
    top: 4px;
  }
  .wpml-ls-legacy-dropdown > ul > li > a .wpml-ls-flag,
  .wpml-ls-legacy-dropdown .wpml-ls-flag {
    top: 0;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-flag,
  .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    float: none !important;
  }
  body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .header-currency ul,
  body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
  body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    padding: 0;
  }
  .header-currency ul li,
  body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
  body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    padding: 6px 0;
  }
  /* Header version 2 */
  .header-v2 .header-middle .logo-wrapper {
    padding: 0;
  }
  .header-v2 .header-right .search-button {
    display: none;
  }
  .header-v2 .header-left .search-button {
    display: block;
  }
  .header-v2 .header-left > * {
    float: left;
    /* rtl */
    width: auto;
    margin-right: 15px;
    /* rtl */
  }
  .header-v2 .header-template .header-middle > .container > * {
    width: 30%;
  }
  .header-v2 .header-template .header-middle > .container > .logo-wrapper {
    width: 40%;
  }
  /* Header version 4 */
  .header-v4 .ts-sidebar-content .my-account-wrapper .account-dropdown-form {
    display: none !important;
  }
}
.wc-bacs-bank-details-heading,
.woocommerce-order-overview__payment-method {
  display: none !important;
}/*# sourceMappingURL=style.css.map */