body {
  margin:0;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: #fffbb9;
  color: #000;
}

p {
  color: #000;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 0;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 0;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.section {
  margin-bottom: 60px;
}

.container {
  max-width: 1534px;
  margin: 0 auto;
  padding: 0 16px;
}
header {
  margin-bottom: 30px;
}


.woocommerce .entry-summary .download-sheet {
  margin-left: 15px;
  padding: 17px 25px 17px 60px;
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
  background: none;
  position: relative;
  border-radius: 0;
  font-weight: 400;
}

.download-sheet:before {
  position: absolute;
  content:'';
  background: url(../images/pdf.svg);
  width: 24px;
  height: 24px;
  left: 25px;
  top: calc(50% - 12px);
}

.woocommerce .entry-summary .download-sheet:hover {
  background: none;
  color: var(--color-brand);
}

.form {
  position: relative;
  z-index: 1;
}

.form input {
  border-radius: 50px;
  border: 1px solid #F0F0F0;
  background-color: var(--color-white);
  padding: 0 28px;
  height: 68px;
  line-height: 66px;
  color: var(--color-main);
  width: calc(100% - 56px);
  outline: none;
  font-family: "Istok Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form textarea {
  height: 106px;
  border-radius: 50px;
  border: 1px solid #F0F0F0;
  background-color: transparent;
  padding: 12px 28px;
  line-height: 1.2;
  color: var(--color-main);
  width: 100%;
  outline: none;
  font-family: "Istok Web", sans-serif;
  font-size: 18px;
  transition: all 0.2s ease-out;
  overflow: hidden;
  resize: vertical;
}

.form-group {
  margin-bottom: 16px;
}

input:focus-within {
  border-color: var(--color-main);
}

.form__small {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-secondary);
  text-align: center;
}

.form__small a {
  color: var(--color-brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form__small a:hover {
  text-decoration: none;
}

.top-header {
	padding: 5px 10px;
  background-color: #b65e98;
  text-align: center;
  
}
.site-name {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0,0,0,0.5);
  letter-spacing: 0.5px;
}

.top-header a {
  color: #fff;
  font-weight: 600;
}


.bottom-header {
  background-color: #b65e98;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.bottom-header .flex {
  position: relative;
}

.logo {
	min-width: 77px;
	flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.email {
  font-weight: 600;
}

.logo-name {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0,0,0,0.5);
  letter-spacing: 0.5px;
}

.logo-name a {
  color: #fff;
}


.cart-icon {
	position: relative;
}

.cart-count {
	position: absolute;
	top: -10px;
	left: 12px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 14px;
	color: var(--color-main);
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-switcher {
  display: flex;
  gap: 15px;
  list-style: none;
}

#flag_list-menu img {
  width: 24px;
  height: auto;
}

.lang-item-ru img {
  content: url('/wp-content/plugins/polylang/flags/ru.png');
}

.lang-item-en img {
  content: url('/wp-content/plugins/polylang/flags/en.png');
}

.lang-item-tr img {
  content: url('/wp-content/plugins/polylang/flags/tr.png');
}

.lang-item-ar img {
  content: url('/wp-content/plugins/polylang/flags/ar.png');
}

.lang-item img {
  width: 24px !important;
  height: auto !important;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}


h2 {
  width: 100%;
}

.home .main-heading {
  display: none;
}

footer {
  margin-top: 40px;
}
.footer-top {
  border-top:10px solid #009039;
  border-bottom:10px solid #009039;
  padding: 20px 0;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.footer-text {
  margin-bottom: 10px;
}
.footer-contact {
  font-size: 23px;
  color: #200270;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.footer-contact a {
  color: #000;
  font-size: 26px;
}
.footer-bottom {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.footer-bottom a {
  color: #200270;
}
video {
  max-width: 100%;
  width: auto;
}
.woocommerce-breadcrumb {
  display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 35%;
}
.woocommerce-page div.product div.summary {
  margin-left: 40px;
  width: calc(65% - 40px);
}
.product-sku-top {
  font-weight: 600;
  font-size: 18px !important;
  color: #d91b0c !important;
  margin-bottom: 20px !important;
}
.product_title {
  margin-bottom: 10px;
}
.product_title, .woocommerce-product-details__short-description {
  font-size: 21px;
  font-weight: 600;
}
.woocommerce-product-details__short-description p {
  margin-top: 0;
}
.wc-extra-short-after-cart p {
  font-size: 13px;
}
.price-container {
  max-width: fit-content;
  text-align: center;
}
.price {
  font-size: 32px !important;
  color: #200270 !important;
  font-weight: 600;
  text-transform: lowercase;
  margin-bottom: 10px;
}
.price-desc {
  font-size: 16px;
  font-weight: 600;
}
.wc-shipping-note p {
  color: #200270;
  font-size: 18px;
  font-weight: 600;
}
.product_meta, .related.products {
  display: none;
}
#sidebar {
  display: none;
}
.woocommerce div.product {
  overflow: hidden;
}
.flex-viewport {
  margin-bottom: 20px;
}

/* контейнер мініатюр (Woo стандарт) */
.woocommerce div.product .flex-control-thumbs li,
.woocommerce div.product .flex-control-thumbs img {
  position: relative;
}
.flex-control-thumbs {
  display: flex;
  gap: 10px;
}
.woocommerce div.product .flex-control-thumbs li {
  height: 140px;
}
.woocommerce div.product .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-product-gallery__wrapper {
  display: flex;
}
.woocommerce div.product .woocommerce-product-gallery .wc-gallery-video__video {
  height: 100%;
}

/* легке затемнення відео-мініатюри (опціонально) */
.woocommerce div.product .flex-control-thumbs li.is-video::before,
.woocommerce div.product .flex-control-thumbs img.is-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.20);
  border-radius: 6px;
}

/* значок «play» */
.woocommerce div.product .flex-control-thumbs li.is-video::after,
.woocommerce div.product .flex-control-thumbs img.is-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 36px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><circle cx="24" cy="24" r="24" fill="white"/><polygon points="20,15 36,24 20,33" fill="%23e74c3c"/></svg>');
  border-radius: 50%;
  pointer-events: none;
}
.single_add_to_cart_button {
  background: url(../images/add-cart.jpg) center !important;
  font-size: 0 !important;
  width: 100px;
  height: 65px;
  background-size: 100% auto !important;
}
.product-sku-top {
    font-size: 0 !important;
}
.product-sku-top .sku {
  font-size: 18px;
}
.header-left, .header-right {
  width: calc(50% - 100px);
}
.section-with-bg {
  background-color: #fff;
  max-width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
}
.main-catalog h5 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.product_list_widget {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.product_list_widget li {
  width: calc(25% - 30px);
}
.product_list_widget a {
  display: block;
}
.product_list_widget img {
  width: 100%;
  height: auto;
}
.widget-product .sku, .type-product .loop-sku-wrapper {
  font-size: 12px;
  font-weight: 600;
  margin-left: 20px;
}
.widget-product .product-title, .type-product .woocommerce-loop-product__title {
  color: #000;
  font-weight: 600;
  font-size: 19px !important;
  text-transform:initial;
  padding-top:0 !important;
}
.widget-product .product-title span {
  display: none;
}
.widget-product .price-container, .type-product .price-container {
  text-align: left;
  font-size: 32px;
  color: #200270;
  font-weight: 600;
}
.price-label {
  text-transform: lowercase;
  font-size: 32px;
  color: #200270;
  font-weight: 600;
}
.widget-product .price-desc, .type-product .price-desc {
  color: #000;
}
.add-to-cart, .add-to-cart-wrap {
  background: url(../images/add-cart.jpg) center !important;
  font-size: 0 !important;
  width: 100px;
  height: 65px;
  background-size: 100% auto !important;
  display: block;
}
.add-to-cart a, .add_to_cart_button a {
  display: block;
  height: 100%;
}
.type-product .price-container--loop {
	display: none;
}
.wc-block-components-product-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.wc-block-components-totals-shipping {
  display: none;
}
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .woocommerce-checkout-payment button {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  background-color: #da2419 !important;
  padding: 20px 30px !important;
  border: none;
  font-size: 18px;
}
.wc-block-checkout__shipping-option {
  display: none;
}
.wc-block-components-payment-method-label {
  display: none;
  padding: 0;
}
#radio-control-wc-payment-method-options-bacs__content strong, .payment_box strong {
  color: rgb(34, 0, 124);
  font-weight: bold;
  text-align: center;
  margin: 20px 0px;
  font-size: 18px;
}
.payment_box span {
  color: #da2419;
}

.rtl .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-left: 0;
  padding-right: 4.5283018868%;
}  
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  align-items: flex-end;
}  
.form-row {
  width: calc(50% - 16px);
  margin: 0 !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  height: 36px !important;
}
.woocommerce form .form-row textarea.input-text {
  height: 124px !important;
  width: 100%;
}
.woocommerce-additional-fields .form-row, .woocommerce-checkout-payment .form-row  {
  width: 100%;
}
.wc_payment_method label {
  display: none;
}
.woocommerce-checkout #payment div.payment_box {
  background: none;
  padding: 0;
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float:none !important;
}
.rtl.woocommerce div.product form.cart .button {
  float: left;
}
.woocommerce-privacy-policy-text {
  display: none;
}
.wp-site-blocks, .main-heading+section {
  min-height: 600px;
}
.woocommerce-order-overview {
  padding-left: 0;
}
.flex-direction-nav li {
  list-style: none;
}
#billing_address_2_field .screen-reader-text {
  height: unset;
  position: unset !important;
  width: unset;
  clip: unset;
  overflow: visible;
  clip-path: unset;
}
.cat-list .product-categories {
	display: flex;
	gap: 20px;
	justify-content: center;
	list-style:none;
	padding-left:0;
}
.cat-list .cat-item {
	background: #FF8000 ;
	min-height: 76px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.cat-list .cat-item a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding:15px 30px;
}

@media only screen and (max-width:1200px) {
	img {
		max-width:100%;
	}
	.container {
		max-width:960px;
	}
	.main-nav  {
		display:none;
	}
	.burger {
		position:relative;
		width:50px;
		height:40px;
	}
	.burger:before {
		position:absolute;
		content:'';
		background:url(../images/menu.png);
		width:20px;
		height:13px;
		top:calc(50% - 6.5px);
		right:0;
	}
	.burger.open:before {
		position:absolute;
		content:'';
		background:url(../images/close.svg);
		width:30px;
		height:30px;
		top:calc(50% - 15px);
		right:0;
		z-index:101;
	}
	ul.main-menu li a:before {
		display:none;
	}
	.main-nav.open  {
		display:block;
        position: fixed;
        background: #b65e98;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 100;
		padding: 80px 20px;
	}
	.main-menu {
		padding-left: 0;
	}
	.main-menu li {
		margin-bottom: 16px;
		list-style: none;
		font-weight: 600;
	}
	.main-menu a {
		color: #130b04;
		font-size: 18px;
	}
  .product_list_widget li {
    width: calc(33% - 24px);
  }

}
@media only screen and (min-width:1201px) {
	.burger {
		display:none;
	}
	.main-menu {
		display: flex;
		list-style: none;
		gap: 20px;
		align-items: center;
		padding-left: 97px;
	}

	.main-menu li {
		padding: 2px 10px;
		background-color: #b8b0d4;
		border: 1px solid #130b04;
		font-size: 15px;
	}

	.main-menu a {
		color: #130b04;
	}
}

@media only screen and (max-width:1024px) {

	.container {
		max-width:750px;
	}
	
}

@media screen and (max-width: 991px) {
  .woocommerce div.product .flex-control-thumbs li {
    height: 80px;
  }
  .product_list_widget li {
    width: calc(50% - 20px);
  }
  .cat-list .product-categories {
	  flex-wrap: wrap;
	  justify-content: center;
  }
}


@media screen and (min-width:768px) {
  .top-header .logo-name {
    display: none;
  }
  .top-header .email {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
  }
  .price-label {
    display: none;
  }
  .price-container {
    text-align: left;
  }
  .woocommerce-page div.product div.summary {
    margin-left: 0px;
    width: 100%;
  }
  .price-desc {
    font-size: 12px;
  }
  .price-container {
    width: 100px;
    float: left;
    margin-right: 20px;
  }
  .wc-shipping-note {
    float: left;
    width: calc(100% - 100px - 20px);    
  }
  .wc-shipping-note p {
    font-size: 16px;
  }
  .price {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  form.cart {
    margin-top: 110px;
  }
  .footer-top {
    font-size: 16px;
  }
  .footer-contact {
    font-size: 18px;
  }
  .footer-contact a {
    font-size: 18px;
  }
  body {
    font-size: 14px;
  }
  .top-header .container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }
  .top-header {
    padding: 5px 0;
  }
  .top-header .logo-name a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -2px;
  }
  .top-header a {
    font-size: 14px;
    font-weight: 500;
  }
  .bottom-header .email {
    display: none;
  }
  .logo {
    position: unset;
    width: 42px;
    min-width: 42px;
  }
  .header-left {
	flex-grow: 1;
	width: unset;
  }
  .header-right {
    width: unset;
  }
  .wc-block-cart-item__total {
    display: none;
  }
  .woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
  }
  .wc-shipping-note {
    width: 100%;
  }
  .product_list_widget .wc-shipping-note, .product_list_widget .wc-shipping-note p {
    margin-top: 0 !important;
  }
  .e-con-inner {
    display: block !important;
  }
  .container .container {
    padding: 0;
  }
  .main-banner {
	  width: calc(100% + 36px) !important;
	  max-width: calc(100% + 40px) !important;
  }
  .cat-list .cat-item {
	  min-height: unset;
  }
  .cat-list .product-categories {
	  gap: 10px;
  }
}

@media only screen and (max-width:620px) {
	
	.container {
		max-width:100%;
	}
	
	body {
		max-width:100%;
		overflow-x:hidden;
	}
	
}

@media screen and (max-width: 480px) {
  .product_list_widget {
    gap: 20px;
  }
  .product_list_widget li {
    width: calc(50% - 10px);
  }
  .add-to-cart, .add-to-cart-wrap {
    width: 60px;
    height: 45px;
  }
  .add-to-cart-wrap {
	  position: relative;
      top: -6px;
  }
  .product_list_widget .wc-shipping-note p {
      font-size: 14px;
      line-height: 1.2;
  }
  .cat-list .cat-item a {
    font-size: 18px;
    padding: 10px 20px;
  }
  .site-name {
    font-size: 18px;
    display: none;
  }
  .email {
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
  }
}




