/* Custom Styles */
@import "./main.css";

.elementor > .elementor-inner {
  overflow: hidden;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='40' height='40' transform='matrix(-1 0 0 1 40 0)' fill='black'/><path d='M27 20H13' stroke='white' stroke-width='3'/><path d='M20 13L13 20L20 27' stroke='white' stroke-width='3'/></svg>") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='40' height='40' fill='black'/><path d='M13 20H27' stroke='white' stroke-width='3'/><path d='M20 13L27 20L20 27' stroke='white' stroke-width='3'/></svg>") !important;
}

/* Header styling */
.header-1,
.header-2,
.header-3,
#searchBar {
  transition: all 0.3s ease !important;
}
.header-1.header-hide {
  top: -75px !important;
}
.header-2.header-hide {
  top: -32px !important;
}
.header-3.header-hide {
  top: -32px !important;
}
#searchBar.header-hide {
  top: -105px !important;
}

.header-1.header-hide ~ #offersBar {
  display: none !important;
}

.header-1.header-hide ~ #productsBar {
  display: none !important;
}

.header-1.header-hide ~ #appliancesBar {
  display: none !important;
}

.header-1.header-hide ~ #otherBar {
  display: none !important;
}

.elementor-inner {
  overflow-x: hidden;
}

input,
select,
textarea {
  border-radius: 0 !important;
}

*:focus {
  outline-color: #c41230;
}

.product_code {
  font-size: 15px;
  color: #00000054;
}
@media (max-width: 1024px) {
  .hide-phone-important {
    display: none !important;
  }
}

/* Container */
.elementor-section-boxed,
.elementor-section-boxed.elementor-inner-section {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: calc(100% - 188px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .elementor-section-boxed,
  .elementor-section-full_width
    .elementor-section-boxed.elementor-inner-section {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.elementor-section.elementor-section-boxed
  > .elementor-container
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  width: 100%;
}

/* Input Number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.quantity .input-number-button {
  border-radius: 0;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 4px 0;
}
.quantity .input-number-button:hover {
  background-color: #fff;
  color: #000;
}
.quantity .input-number-button:focus {
  background-color: #fff;
  color: #000;
  outline: none;
}
.quantity .input-number-button {
  border: none;
}

/* Order received styling */
body.woocommerce-order-received
  .elementor-widget-theme-post-content
  .elementor-section-boxed {
  margin: 0;
  width: auto;
}

body.woocommerce-order-received ul + p {
  font-weight: bold;
  color: black;
  font-size: 16px;
  line-height: 1.25;
}

.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-details {
  background: #f2f2f2;
  box-shadow: inset 3px 0px 0px #c41230;
}

.woocommerce-thankyou-order-received {
  padding: 24px 24px 16px 24px;
  color: black;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}

.woocommerce-order ul.woocommerce-thankyou-order-details {
  margin: 0 0 16px 0;
}

.woocommerce-thankyou-order-details {
  padding: 24px;
  color: black;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li {
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 48px;
  padding-bottom: 0px;
}

.woocommerce-order ul.woocommerce-thankyou-order-details li:last-child {
  margin: 0;
}

.woocommerce-order ul.woocommerce-thankyou-order-details li strong {
  color: #c41230;
  font-size: 18px;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  margin: 94px 0 24px 0;
}

/* table styling */

body.woocommerce-order-received table.shop_table,
body.woocommerce-order-received table.shop_table tr,
body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td {
  border: 0 !important;
  border-radius: 0;
  background: none;
  color: black;
}

body.woocommerce-order-received table.shop_table thead th {
  background: black;
  color: white;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

body.woocommerce-order-received table.shop_table ul.wc-item-meta {
  padding: 0;
}

body.woocommerce-order-received table.shop_table tr:nth-child(odd) {
  background: #f2f2f2 !important;
}

body.woocommerce-order-received table.shop_table tbody td a,
body.woocommerce-order-received table.shop_table tbody td strong {
  font-weight: normal;
  color: black;
}

body.woocommerce-order-received table.shop_table tfoot tr:first-child {
  box-shadow: inset 0px 2px 0px #000000;
}

.woocommerce .woocommerce-customer-details address {
  background: #f2f2f2;
  border-radius: 0;
  border: 0;
  padding: 24px;
  width: 50%;
  color: black;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  display: none;
}

/* cart close */
tr.woocommerce-cart-form__cart-item {
  position: relative;
}

td.product-remove {
  position: absolute;
  border: none !important;
  right: 0px;
  vertical-align: top;
}

tr.woocommerce-cart-form__cart-item.cart_item:hover td.product-remove a.remove {
  display: contents !important;
}

@media screen and (max-width: 1024px) {
  .woocommerce .woocommerce-customer-details address {
    width: auto;
  }
}

/* Deals Banners */
.deal__mobile-image {
  display: none;
}

.deal {
  background-repeat: no-repeat;
  background-size: cover;
}
.deal.hero {
  height: 566px;
}
.deal.middle,
.deal.left,
.deal.right {
  height: 526px;
}

.deal__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.hero .deal__container {
  max-width: 1252px;
  margin: 0 auto;
  padding-bottom: 64px;
}
.middle .deal__container,
.left .deal__container,
.right .deal__container {
  padding: 32px;
}

.deal__container-inner {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.hero .deal__container-inner {
  padding: 32px;
  max-width: 471px;
}
.middle .deal__container-inner,
.left .deal__container-inner,
.right .deal__container-inner {
  padding: 20px;
  max-width: 321px;
}

.deal__title {
  font-weight: bold;
}
.hero .deal__title {
  font-size: 40px;
  line-height: 1.25;
  padding-bottom: 4px;
}
.middle .deal__title,
.left .deal__title,
.right .deal__title {
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 4px;
}

.deal__description {
  margin-top: 6px;
  margin-bottom: 15px;
}

.deal__container-inner a {
  width: fit-content;
}
.deal__link {
  background-color: #000;
  text-transform: uppercase;
  width: max-content;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .hero .deal__container {
    width: calc(100% - 188px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .deal__mobile-image {
    display: block;
    height: 250px;
    background-size: cover;
  }
  .middle .deal__mobile-image,
  .left .deal__mobile-image,
  .right .deal__mobile-image {
    height: 230px;
  }

  .deal.hero {
    height: max-content;
    background: #f2f2f2 !important;
  }
  .deal.middle,
  .deal.left,
  .deal.right {
    background: none !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    height: max-content;
  }

  .hero .deal__container {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-bottom: 0;
  }
  .middle .deal__container,
  .left .deal__container,
  .right .deal__container {
    height: max-content;
    padding: 0;
  }

  .deal__container-inner {
    box-shadow: none;
  }
  .hero .deal__container-inner {
    padding: 20px 0 24px;
    max-width: 100%;
    background: #f2f2f2;
  }
}

/* Select-2-dropdown */
.select2-container .select2-selection--single {
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  height: 36px;
  opacity: 0.5;
}
.select2-container .select2-selection--single:focus {
  outline: none;
  opacity: 1;
}
.select2-dropdown {
  border: 2px solid #000;
  border-radius: 0;
}

.select2-dropdown.select2-dropdown--below {
  border-top: 2px solid #000;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #c41230;
}

body.no-scroll {
  overflow-y: hidden !important;
  position: fixed !important;
}

.swiper-heightfix > div {
  display: flex;
}

.swiper-heightfix .swiper-slide,
.swiper-heightfix a {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
}

/* Firefox strikethrough hack */
@-moz-document url-prefix() {
  del {
    text-decoration-skip-ink: none;
    text-decoration: underline;
    text-underline-offset: -33%;
    text-decoration-thickness: 1.5px;
  }
}

.woocommerce .product span.onsale {
  z-index: 5;
}

section#openMenuContent {
  width: 100vw !important;
  bottom: 0 !important;
  height: calc(100% - 64px);
  position: fixed;
  overflow: hidden;
}

/* Personalization styles */
.engraving-text-val {
  display: block!important;
}

.displayinemail {
  display:none;
}

label.strong-label {
  font-weight: bold;
}

label[for="payment_method_barion"] {
  width: 90%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

label[for="payment_method_barion"] a {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .cross-sells {
    display: none !important;
  }
}

.woocommerce-cart-form__cart-item .cart_item > td {
    background: white !important;
}
