.p-relative {
	position: relative;
}

.modal-overlay {
	position: fixed;
	background: rgba(0,0,0,0.5);
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	display: none;
	padding-top: 10vh;
}
.modal-overlay ul {
	column-count: 4;
}

.modal-overlay ul li {
	font-size: 14px;
	margin-bottom: .5rem;
}

.modal-dialog {
	max-width: 1200px;
	background: #fff;
	border-radius: .5rem;
	overflow-y: scroll;
}

.modal-header {
	padding: 1rem;
	border-bottom: 1px solid #ccc;
}

.modal-body {
	padding: 1rem;
}

.modal-header h4 {
	margin: 0;
}

#region_switcher img {
	width: 24px;
	margin-right: 5px;
}

.fu_popover_header, .fu_popover_content {
	padding: .5rem;
}

.fu_popover_content {
  display: flex;
}

.fu_popover_header {
	border-bottom: 1px solid #ccc;
	background: #005f35;
	color: #fff;
	font-weight: bold;
}

.popover__content {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  transform: translate(0, 10px);
  background: #fff;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  top: 60px;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e3e3e3 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__content.active {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.fu_popover_content button {
  padding: .5rem 1rem;
  margin: 0 .5rem;
}

.cart-actions div:nth-child(2) {
  display: none;
}

.whb-text-element.reset-mb-10.p-relative p {
    font-size: 130%;
    font-weight: bold;
}

.sale-time-container {
	width: 100%;
	text-align: center;
	font-size: 200%;
	margin-bottom: -2rem;
	font-weight: bold;
}

@media (max-width: 550px) {
    #sale-timer {
        display: block;
    }
}

.elementor-container .elementor-element-populated img {
 width: auto !important;
}

.onsale {
	display: none !important;
}

.woocommerce-breadcrumb span:last-of-type a {
  color: #333;
  font-weight: 600;
  cursor: auto;
}

.woocommerce-breadcrumb span:last-of-type a:after {
  content: '';
}

span.item-variation-name {
	display: none !important;
}


.products-bordered-grid.elements-grid:not(.elements-list) .product-grid-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1199px) {
    .sale-time-container {
    	font-size: 150%;
    }
    .elementor-1200 .elementor-element.elementor-element-c001710 {
    	margin-top: 1rem;
    	margin-bottom: 1rem;
    }
    ._orientationRight_b9f5 .button_dea3 {
    	margin-bottom: 65px !important;
    	margin-right: 40px !important;
    }
    .wrap_f5e9 {
    	z-index: 99999998;
    }
    .cart-widget-side {
    	z-index: 99999999;
    }
    .main-page-wrapper {
        margin-top: 14px;
    }
}

#billing_country_field label span.optional {
    display: none;
}

.single.single-product .elementor-column.elementor-col-16.elementor-top-column.elementor-element img {
  width: 64px !important;
  margin-bottom: 1rem;
}

.header-title-temp {
	padding: 1rem 0 !important;
}

.header-phones-block {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.callback-modal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.3);
    z-index: 1100;
}

.callback-modal-close {
    width: 100%;
    display: flex;
    justify-content: end;
}

.callback-modal {
  background: #fff;
  border-radius: 5px;
}

.callback-form {
  padding: 2rem;
}

.callback-form textarea {
	min-height: 100px;
}

.callback-form p:nth-child(1), .callback-form p:nth-child(2) {
    width: 100%;
}

.btn.button.header-modal-btn {
	background: #83b735;
	color: #fff;
	border-radius: 5px;
	max-width: 200px;
}

.callback-modal .callback-modal-title {
    padding: 2rem;
    padding-bottom: 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.callback-modal-close-btn {
	background: none;
	padding: 12px 14px;
	font-size: 24px;
}

.__jivoMobileButton {
	bottom: 50px;
}

@media screen and (max-width: 1199px) {
  #rc-phone {
    position: fixed !important;
    top: 85% !important;
  }
  .rc-mobile #rc-phone-back {
      animation: rc-phone-animation 3s infinite ease-in-out;
      -webkit-animation: rc-phone-animation 3s infinite ease-in-out;
      -webkit-backface-visibility: hidden;
      margin-top: 0;
    }
}