/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

html { 
	visibility: hidden; 
}

/* General page styles */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.site-content {
  background-color: #f5f5f5;
  min-height: calc(100vh - 600px);
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0px;
}

.site-main {
  padding-top: 40px;
}

.site-header {
  border: 0;
}

* {
font-family: "Poppins";
}

:lang(ru-RU) {
	font-family: "Roboto";
}
:lang(et) {
	font-family: "Poppins";
}


/* Secondary menu */

.storefront-secondary-navigation.woocommerce-active
  .site-header
  .secondary-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #d84853;
  margin: 0;
  padding: 0;
  left: 0;
  float: left;
}

.menu-top-menu-container,
.menu-top-menu-ru-container{
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.617924em;
  box-sizing: content-box;
}

.secondary-navigation .menu li:first-child {
  margin-left: 20px;
}

.secondary-navigation .menu li:nth-child(2) a {
    margin-left: 10px;
}

.secondary-navigation .menu .wpml-ls-item {
  margin-right: 20px;
}

#menu-top-menu-ru li a {
	line-height: 19px;
}

.secondary-navigation .menu li:nth-child(2):before,
.secondary-navigation .menu li.wpml-ls-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  top: 8px;
  left: -2px;
  background-color: #e6545f;
  border-right: 1px solid #bc3c46;
  display: inline-block;
}

.secondary-navigation .menu:nth-child(2):before {
  content: "";
  position: relative;
  width: 16px;
  height: 17px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: -5px;
}

.secondary-navigation .menu {
  float: none;
}

.site-header {
  background-image: linear-gradient(134deg, #f55f63 0%, #f05c6e 100%);
  padding-top: 70px;
  padding-bottom: 0;
}

.secondary-navigation .menu li {
  float: left;
}

.secondary-navigation .menu .wpml-ls-item {
  float: right;
}

.secondary-navigation .menu li a {
  color: #ffffff !important;
 
  font-size: 12px !important;
  font-weight: 500 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.secondary-navigation .menu li a {
  margin-right: 10px;
}

.secondary-navigation .menu:nth-child(2) a {
  margin-left: 10px;
}

.secondary-navigation ul.menu a:hover {
  color: #fff;
}


/* Logo, search, cart button */

.site-header .col-full {
  display: flex;
}

.storefront-secondary-navigation.woocommerce-active
  .site-header
  .site-branding {
  margin-right: 0;
}

/* Primary menu */

.primary-navigation {
  margin-top: 10px;
  margin-bottom: 20px;
}

.woocommerce-active .site-header .main-navigation {
  width: 100%;
  float: none;
  margin-right: 0;
}

.main-navigation .primary-navigation ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  margin: 0;
  padding: 0;
}

.main-navigation ul li:hover > a {
  color: #fff;
}

.main-navigation ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

a:focus {
  outline-color: transparent;
}

/* Search */

.woocommerce-active .site-header .site-search {
  margin: 0 auto;
  width: 30%;
  max-width: 325px;
}

input[type="search"] {
  height: 48px !important;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: none;
  background-color: #d84853;
  color: #ffffff;
  border-radius: 3px;
}

input[type="search"]::placeholder {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}

input[type="search"]:focus::placeholder {
  color: transparent;
}

.site-search .widget_product_search form input[type="search"],
.site-search .widget_product_search form input[type="text"] {
  padding-left: 20px;
}

input[type="search"]:focus {
  border: 0;
  background-color: #d84853;
  outline: none;
}

.widget_product_search form button[type="submit"],
.widget_product_search form input[type="submit"],
.widget_search form button[type="submit"],
.widget_search form input[type="submit"] {
  border: 0;
  clip: auto;
  -webkit-clip-path: inherit;
  clip-path: inherit;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100px;
  word-wrap: normal !important;
  top: 5px;
  left: unset;
  height: 39px;
  background: #a4323a;
  right: 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding-left: 10px;
}

.woocommerce-product-search .icon {
  position: relative;
  left: -10px;
}

.widget_product_search form::before {
  content: none;
}

.widget_product_search form::after {
  color: #fff;
}

.fa-search::before {
    content: "";
	background-image: url("assets/images/search-logo.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	position: relative;
	display: block;
	top: 3px;
}

/* Ostukorv */

.woocommerce-active .site-header .site-header-cart {
  background-color: #d84853;
  height: 47px;
  width: 30%;
  max-width: 217px;
  border-radius: 3px;
  text-align: right;
}

.woocommerce-active .site-header .site-header-cart a {
  color: #63151b;
}

.site-header-cart .cart-contents .amount {
  display: none;
}

.header-cart-icon {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  height: 21px;
  width: 24px;
  display: block;
}

.header-cart-icon path {
  fill: #a4323a;
}

.site-header-cart .cart-contents:after {
  display: none;
}

.site-header-cart .cart-contents::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 11px;
  height: 26px;
  width: 1px;
  background-color: #a4323a;
  border-right: 1px solid #f25d68;
}

.cart_empty .widget_shopping_cart_content,
.woocommerce-mini-cart__empty-message {
  display: none;
}

.cart_not .site-header-cart {
  background-color: #f6de56 !important;
}

.cart_not .site-header-cart a {
  color: #313b50 !important;
}

.cart_not .header-cart-icon {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  height: 21px;
  width: 24px;
  display: block;
}

.cart_not .header-cart-icon path {
  fill: #827320;
}

.cart_not .site-header-cart::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 11px;
  height: 26px;
  width: 1px;
  background-color: #dfc73f;
  border-right: 1px solid #e9e57d;
  z-index: 99;
}

.site-header-cart .cart-contents .count {
  opacity: 1;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  top: -16px;
  position: relative;
  right: 22px;
}

/* .cart-contents:hover,
.site-header-cart:hover {
  color: #313b50 !important;
} */

/* Mini cart */

.mini-cart-info-wrapper {
  display: flex;
}

.site-header .widget_shopping_cart li,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart p.total {
  padding-left: 0.8em;
  padding-right: 0.8em;
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
  width: 25px;
  height: 25px;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-left: 0;
}

.mini-cart-product-name {
  text-align: center;
}

.site-header-cart .quantity,
.site-header-cart .mini-cart-product-name {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

/* ----------------- Product ----------------- */

/* Add to cart button */

.product-container {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.product-image {
  height: 350px;
  position: relative;
}

ul.products li.product img {
  margin-bottom: 0px;
  margin-bottom: 0px;
  max-width: 180px;

  max-height: 320px;
  height: auto;
  width: 100%;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.product-title {
  border-bottom: 1px solid #f8f8f8;
  border-top: 1px solid #f8f8f8;
  padding: 15px 10px;
  min-height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.product-title h2 {
  color: #313b50;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  text-align: center;
  margin: 0px !important;
}

.brand p {
  color: #313b50;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-align: center;
  border-bottom: 1px solid #f8f8f8;
  padding: 10px;
  margin: 0;
}

ul.products li.product .price {
  color: #313b50;
}

.product-price {
  border-bottom: 1px solid #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-price p {
  line-height: 17px;
  margin: 0px;
}

.product-price bdi {
  color: #313b50;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-align: center;
}

.cart_item .product-price bdi {
  font-size: 14px;
  font-weight: 600;
}

.product-price p span {
  margin: 0px !important;
}

.add-to-cart-container {
  position: absolute;
  padding: 8px;
  opacity: 0;
  width: 100%;
  bottom: 4px;
  transition: 0.2s ease;
}

.add_to_cart_button {
  width: 100%;
  margin: 0px !important;
  border-radius: 3px;
  background-color: #f6de56;
}

.add_to_cart_button:hover {
  background-color: #eed753;
}

.add-to-cart-container .woocommerce-Price-amount bdi {
  float: left;
  position: relative;
  color: #584f17;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  top: 1px;
}

.woocommerce-Price-currencySymbol {
  margin-left: 4px;
}

.wc-block-grid__products .wc-block-grid__product .button,
.wc-block-grid__products li.product .button,
ul.products .wc-block-grid__product .button,
ul.products li.product .button {
  color: #313b50;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
}

.add-to-cart-container .woocommerce-Price-amount bdi:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40%;
  height: 26px;
  width: 1px;
  background-color: #dfc73f;
  border-right: 1px solid #e9e57d;
}

.add_to_cart_button::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 20px;
  height: 21px;
  width: 27px;
  -webkit-mask: url("assets/images/shopping-cart-logo.svg") no-repeat center;
  mask: url("assets/images/shopping-cart-logo.svg") no-repeat center;
  background-color: #313b50;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.product-container:hover .add-to-cart-container {
  opacity: 1;
}

/* On sale sticker  */

.on-sale-products .onsale,
.wc-block-grid__product-onsale,
.product-image .onsale {
  border: none;
  border-radius: 50%;
  position: absolute;
  height: 59px;
  width: 59px;
  background-color: #f6de56;
  color: #313b50 !important;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.product-price .onsale,
.product-price .wc-block-grid__product-onsale {
  display: none;
}

/* New sticker */

.new-product {
  border-radius: 50%;
  position: absolute;
  height: 59px;
  width: 59px;
  background-color: #f25e69;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.entry-summary .new-product {
/*   top: -10px;
  left: -10px !important; */
top: -10px;
left: 340px !important;
}

/* Front page */

.products-header-wrapper {
  margin: 50px 0px 25px;
  height: 40px;
}

.on-sale-products-header {
  color: #313b50;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  float: left;
}

.view-all {
  background-color: #ececec;
  border-radius: 4px;
  padding: 10px 25px;
  color: #313b50;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  float: right;
}

.view-all:hover {
  background-color: #e3e3e3;
}

.site-main ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-main ul.products.columns-4 {
  justify-content: flex-start;
  margin: 0 -30px;
}

body .site-main ul.products:not(.columns-4) li.product {
  width: 233px;
  margin: 0 10px;
}

.site-main ul.products.columns-4 li.product {
  width: 233px;
  margin-right: 3.8% !important;
  margin-bottom: 0;
}

ul.products:after,
ul.products:before {
  display: none;
}

.site-main ul.products.columns-4 {
  margin-top: 20px;
}

@media screen and (max-width: 560px) {
  .site-main ul.products.columns-4 {
    justify-content: center !important;
    margin: 0 !important;
	margin-top: 20px !important;
  }
  .site-main ul.products.columns-4 li.product,
  body .site-main ul.products li.product {
    width: 95% !important;
  }

  .term-description {
    text-align: left !important;
  }
}

/* ------------ Footer -------------- */

.site-footer .footer-logo {
  width: 212px;
}

.footer-widgets {
  padding-top: 2em;
  border-bottom: none;
}

.site-footer {
  color: #fff;
  background-color: #f25e69;
  padding-top: 35px;
}

.site-footer .widget .widget-title {
  color: #a4323a;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  border-bottom: none;
  padding: 0;
  position: relative;
}

.widget_nav_menu ul li::before {
  content: none;
}

.widget_nav_menu ul li {
  margin-bottom: 0.8em;
  padding-left: 0;
}

.site-footer a {
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}

.site-footer #custom_html-2 .widget-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
}

.site-footer .phone,
.site-footer .email {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 11px;
}

.site-footer .email {
  margin-bottom: 14px;
}

.site-footer .phone::before,
.site-footer .email::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 15px;
}

.site-footer .phone::before {
  background-image: url("assets/images/phone-logo.svg");
  top: 5px;
}

.site-footer .email::before {
  background-image: url("assets/images/email-logo.svg");
}

.site-footer #custom_html-2 {
  background-color: #d84853;
  border-radius: 11px;
  border-top-left-radius: 0px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 1px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 35px;
}

.site-footer #custom_html-2::before {
  content: "";
  position: absolute;
  background-color: #d84853;
  top: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid #f25e69;
  border-left: 25px solid #a4d5a200;
  left: 0;
}

.site-footer .footer-widget-1,
.site-footer .footer-widget-2,
.site-footer .footer-widget-3 {
  border-right: 1px solid #d84853;
  min-height: 450px;
}

.site-footer .footer-widget-4 #media_image-2 {
  margin-bottom: 20px;
}

.site-footer #media_image-3 img {
  height: auto;
  width: 80%;
}

.site-footer #media_image-4 img {
  width: 110px;
}

.site-info {
  display: none;
}

/* --------------------- Mobile footer --------------------- */

@media only screen and (max-width: 768px) {
  .footer-widgets {
    padding-top: 3em;
  }

  .site-footer #custom_html-2 {
    width: 220px;
  }

  .site-footer .footer-widget-1,
  .site-footer .footer-widget-2,
  .site-footer .footer-widget-3 {
    border-right: none;
    min-height: auto;
    margin-bottom: -20px;
  }

  .site-footer #media_image-2 img {
    width: 220px;
  }

  .site-footer #media_image-3 img {
    width: 170px;
  }

  .site-footer .widget-title {
    cursor: pointer;
  }

  .site-footer ul,
  .site-footer img {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }

  .site-footer .widget_text:not(.widget_custom_html) .textwidget {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .site-footer img {
    transition: 0.2s ease;
  }

  .site-footer #media_image-4 img,
  .site-footer .footer-logo {
    max-height: max-content;
  }

  .site-footer .widget_nav_menu.open ul {
    height: auto;
    max-height: 500px;
    transition: max-height 0.8s ease;
  }

  .site-footer .widget_media_image.open img {
    height: auto;
    max-height: 500px;
    transition: 0.2s ease;
    margin-bottom: 25px;
  }

  .site-footer .widget_text.open .textwidget {
    height: auto;
    max-height: 500px;
    transition: 0.2s ease;
  }

  .site-footer .widget_nav_menu,
  .site-footer .widget_media_image {
    margin-bottom: 25px;
  }

  .site-footer .footer-widget-4 #media_image-2 {
    margin-bottom: 5px;
  }

  .site-footer .widget_text:not(.widget_custom_html) .widget-title:after,
  .site-footer .widget_nav_menu .widget-title:after,
  .site-footer .widget_media_image .widget-title:after {
    content: "";
    position: absolute;
    background-image: url("assets/images/accordion-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    top: 8px;
    right: 0px;
    transition: transform 0.2s ease;
  }

  .site-footer .widget_text.open .widget-title:after,
  .site-footer .widget_nav_menu.open .widget-title:after,
  .site-footer .widget_media_image.open .widget-title:after {
    transform: rotate(90deg);
  }
}

/* ------------------------ Mobile header menu -----------------------------*/

@media only screen and (max-width: 768px) {
  .storefront-handheld-footer-bar {
    display: none;
  }

  .col-full {
    margin-left: 20px;
    margin-right: 20px;
  }

  .woocommerce-active .site-branding {
    margin-top: -54px;
/*     width: calc(100% - 74px); */
	  width: 100%;
  }

  .site-header .custom-logo-link img {
    min-width: 150px;
  }

  /* Search */

  .woocommerce-active .site-header .site-search {
    width: calc(100% - 110px);
    max-width: none;
    display: block;
    position: absolute;
/*     margin-top: 10px; */
  }

  .widget_product_search form button[type="submit"] {
    color: #a4323a;
    width: 47px;
    height: 38px;
    padding-left: 0;
  }

  .site-search .widget_product_search form input[type="search"] {
    padding-left: 13px;
  }

  .woocommerce-product-search .icon {
    color: #fff;
    left: 14px;
  }

  /* Header cart */

  .woocommerce-active .site-header .site-header-cart {
    position: absolute;
    background-color: #d84853;
    height: 47px;
    width: 52px;
    top: 17px;
    right: 15px;
    max-width: none;
    border-radius: 2px;
	z-index: 99;
  }

  .site-header-cart .cart-contents {
    display: block;
    height: 47px;
    width: 52px;
  }

  .site-header-cart .cart-contents::before {
    content: none;
  }

  .header-cart-icon {
    height: 20px;
    width: 25px;
  }

  .site-header-cart .cart-contents .count {
    display: none;
  }

  .cart_not .site-header-cart::before {
    content: none;
  }

  .cart_not .site-header-cart::after {
    top: 11px;
    left: 11px;
    height: 26px;
    width: 26px;
  }

  /* Hamburger menu */

  button.menu-toggle {
    position: relative;
    background-color: #d84853;
    height: 47px;
    width: 52px;
    border: none;
    padding: 0;
    font-size: larger;
    max-width: none;
    border-radius: 2px;
    margin-top: 10px;
	  
	  right: 15px;
  }

  button.menu-toggle,
  button.menu-toggle:hover {
    background-color: #d84853;
  }

  button.menu-toggle::after,
  button.menu-toggle::before,
  button.menu-toggle span::before {
    background-color: #fff;
  }

  button.menu-toggle::before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
  }

  button.menu-toggle::after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }

  button.menu-toggle::after,
  button.menu-toggle::before,
  button.menu-toggle span::before {
    height: 3px;
    width: 35px;
    top: 23px;
    left: 9px;
  }

  button:focus {
    outline-color: transparent;
  }

  .main-navigation .menu {
    margin-top: 20px;
    border-radius: 4px;
    background-color: #a4323a;
    padding: 13px 24px;
  }
  .main-navigation .menu li {
    padding: 15px 0;
  }
}

/* ----------------------------- Mobile front page -----------------------------*/

@media only screen and (max-width: 768px) {
  .site-main ul.products li.product {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .site-main ul.products {
    margin: 0 0;
  }

  .product-price {
    width: 100%;
    position: relative;
    height: 60px;
    border-bottom: none;
  }

  .product-price p {
    width: 40%;
    height: 60px;
    top: 0;
    position: absolute;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 1px solid #f8f8f8;
  }

  .product-price bdi {
    font-size: 12px;
  }

  .add-to-cart-container {
    opacity: 1;
    width: 60%;
    right: 0;
    position: absolute;
    padding: 0;
    top: 0;
  }

  .add_to_cart_button {
    background-color: #fff;
    height: 60px;
    padding: 4px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .add_to_cart_button::before {
    content: none;
  }

  .add_to_cart_button::after {
    content: "";
    height: 21px;
    width: 26px;
    -webkit-mask: url("assets/images/shopping-cart-logo.svg") no-repeat center;
    mask: url("assets/images/shopping-cart-logo.svg") no-repeat center;
    background-color: #313b50;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 10px;
  }

  .add-to-cart-container .woocommerce-Price-amount bdi {
    display: none;
  }
}

/* ------------------------------- Single product page -------------------------------*/

/* #primary {
  padding-left: 0px;
} */

.single-product div.product {
  overflow: visible;
}

.storefront-sticky-add-to-cart {
  display: none;
}

.single-product div.product .summary {
  width: 57%;
  float: left;
  margin-right: 0;
  margin-left: 20px;
  margin-bottom: 0px;
}

/* Onsale sticker on single product page */

.entry-summary .onsale {
  border: none;
  border-radius: 50%;
  position: absolute;
  height: 59px;
  width: 59px;
  background-color: #f6de56;
  color: #313b50 !important;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  top: -10px;
  left: -10px;
}

/* Breadcrumb */

.entry-summary .storefront-breadcrumb {
  padding: 0;
  margin: 0;
}

.entry-summary .storefront-breadcrumb .col-full {
  padding: 0 !important;
}

.entry-summary
  .storefront-breadcrumb
  .woocommerce-breadcrumb
  a:first-of-type::before {
  content: none;
}

.woocommerce-breadcrumb {
  color: #9499a3;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
}

.woocommerce-breadcrumb a:hover {
  opacity: 1;
}

.woocommerce-breadcrumb a {
  text-decoration: none;
  text-decoration: none;
  color: #d84853 !important;
  opacity: 0.5;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  padding: 0px 13px;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
  opacity: 1;
}

/* brand */

.single-product-brand p {
  color: #313b50;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 0;
}

/* Product title */

.product-title-wrapper h1 {
  color: #313b50;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: left;
}

/* Product short description */

.short-description-wrapper p {
  color: #313b50;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 29px;
  text-align: left;
}

/* Product information */

.product-info-left,
.product-info-right {
  float: left;
  position: relative;
  width: calc(50% - 25px);
}

:lang(ru-RU) .product-info-left,
:lang(ru-RU) .product-info-right {
	width: calc(70% - 25px);
}

.product-info-left {
  margin-right: 25px;
}

.product-info p {
  margin: 0;
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-align: left;
}

/* In stock */

.product-main-wrapper {
  position: relative;
  float: left;
  margin-top: 10px;
}

.stock.in-stock::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 15px;
  left: 10px;
  background-image: url("assets/images/checkmark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.stock.in-stock {
  color: #fff;
  width: 108px;
  height: 40px;
  display: flex;
  /* background: linear-gradient(90deg, #00815b 32px, #04a777 0px, #04a777 76px); */
  background: linear-gradient(
    to right,
    #00815b 32px,
    #04a777 0px,
    #04a777 76px
  );
  justify-content: center;
  align-items: center;
  top: 22px;
  position: absolute;
  left: 166px;
  margin-bottom: 0;
  background-color: #04a777;
  height: 33px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  text-align: center;
  padding-left: 20px;
}

:lang(ru-RU) .stock.in-stock {
	font-size: 13px;
	padding-left: 30px;
}

.stock.out-of-stock::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 15px;
  left: 8px;
  background-image: url("assets/images/x-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.stock.out-of-stock {
  color: #fff;
  width: 108px;
  height: 40px;
  display: flex;
  background: linear-gradient(
    to right,
    #ae000d 32px,
    #ff3241 0px,
    #ff3241 76px
  );
  justify-content: center;
  align-items: center;
  top: 22px;
  position: relative;
  left: 166px;
  margin-bottom: 0;
  background-color: #ff3241;
  height: 33px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  text-align: center;
  padding-left: 20px;
  left: 0;
}

/* Input fields*/

.single-product div.product form.cart {
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-product div.product form.cart .quantity,
.product-quantity .quantity {
  width: 135px;
  float: none;
  margin-right: 20px;
  display: inline-block;
  background-color: #e2e2e2;
  border-radius: 22px;
}

.entry-summary .quantity input::-webkit-outer-spin-button,
.entry-summary .quantity input::-webkit-inner-spin-button,
.product-quantity .quantity input::-webkit-outer-spin-button,
.product-quantity .quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.entry-summary .quantity input.qty,
.product-quantity .quantity input.qty {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.entry-summary .quantity .input-text,
.entry-summary input[type="number"],
.product-quantity .quantity .input-text,
.product-quantity input[type="number"] {
  box-shadow: none;
  width: 60px !important;
  height: 43px;
  padding: 0px !important;
  color: #313b50;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  background-color: #e2e2e2;
}

.entry-summary .minus,
.entry-summary .plus,
.product-quantity .minus,
.product-quantity .plus {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 31px;
  height: 31px;
  padding: 0px;
  line-height: 10px;
  border: 0;
  color: transparent;
  background-color: transparent;
  top: -1px;
  background-color: #fff;
  border-radius: 50%;
}

.product-quantity .minus,
.entry-summary .minus {
  background-image: url("assets/images/minus.svg");
  left: 5px;
  position: relative;
  background-size: 34px auto;
}

.product-quantity .plus,
.entry-summary .plus {
  background-image: url("assets/images/plus.svg");
  right: 5px;
  position: relative;
  background-size: 11px auto;
}

input[type="button"]:hover {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}

input:focus,
input[type="button"]:focus {
  outline-color: transparent;
}

/* Product tabs*/

.tabs {
  display: flex;
  flex-wrap: wrap;
}

#first-tab {
  border-left: none;
}

.tabs label {
  order: 1;
  display: block;
  padding: 1.1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background-color: #e4e4e4;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid white;
  color: #313b50;
  font-size: 15px !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  width: 25%;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff;
  padding: 30px 17px 10px;
  background-color: #ffffff;
  border-top: none;
  color: #313b50;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  background: #fff;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: 0;
}

@media (max-width: 768px) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }

  .tabs .tab {
    padding-top: 10px;
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid white;
    padding-left: 17px;
  }

  #last-tab {
    border-bottom: none !important;
  }
}

/* Single product add to cart button */

.single-add-to-cart-button-container {
  width: 412px;
  position: relative;
  margin-top: 20px;
}

.single_add_to_cart_button {
  width: calc(100% - 22px);
  height: 80px;
  position: relative;
  background-color: #f6de56 !important;
  overflow-y: clip;
  color: #313b50 !important;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  padding-right: 50px;
	overflow: hidden;
}

button:focus,
.button.alt:focus {
  outline-color: transparent;
}

.single-add-to-cart-button-container::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 15px;
  height: 80px;
  width: 30px;
  background-color: #f5f5f5;
  display: flex;
  transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
}

.single-add-to-cart-button-container:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 15px;
  height: 81px;
  width: 30px;
  background-color: #f5f5f5;
  display: flex;
  transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  z-index: 999;
}

.single_add_to_cart_button::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 26px;
  height: 39px;
  width: 46px;
  -webkit-mask: url("assets/images/single-shopping-cart-logo.svg") no-repeat
    center;
  mask: url("assets/images/single-shopping-cart-logo.svg") no-repeat center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-color: #d9c345;
}

.single_add_to_cart_button:hover::after {
  background-color: #313b50;
}

.single_add_to_cart_button:active::after {
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}

.single_add_to_cart_button::before {
  content: "";
  position: absolute;
  left: 33%;
  top: 10px;
  height: 60px;
  width: 1px;
  background-color: #dfc73f;
  border-right: 1px solid #e9e57d;
}

.single_add_to_cart_button bdi {
  float: left;
  color: #313b50;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  /* line-height: 18px; */
  line-height: 5px;
  text-align: left;
}

.amount-per-liter {
  color: #907e14;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  position: absolute;
  bottom: 20px;
}

/* After summary*/

.after-summary {
  width: 100%;
  float: left;
  margin-top: 45px;
}

.after-summary .transport-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 45px;
}

.after-summary .transport-wrapper .transport-info {
  height: 59px;
  border-radius: 9px;
  background-color: #e4e4e4;
  width: 30%;
  max-width: 291px;
  color: #494949;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  padding-left: 35px;
}

.after-summary .transport-wrapper .transport-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #b9b1b1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 9px;
  top: 8px;
  background-size: auto 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.after-summary .transport-wrapper .money-back:before {
  background-image: url("assets/images/money-back-logo.svg");
}

.after-summary .transport-wrapper .next-day-transport:before {
  background-image: url("assets/images/next-day-logo.svg");
}

.after-summary .transport-wrapper .free-transport:before {
  background-image: url("assets/images/free-transport-logo.svg");
}

/* Product gallery */

.galerii {
  float: left;
  width: 390px;
}

.project-gallery {
  position: relative;
}

.galerii_raam {
  background-color: #fff;
  height: 390px !important;
  width: 390px;
}

#tsx_vaade {
  opacity: 1 !important;
}

.wr360_player {
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
  touch-action: none;
  background: #fff;
}

.tsx_vaade {
  position: absolute;
  height: 390px !important;
  width: 390px;
}

.blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 15;
  display: none;
}

.wr360_player .container {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  background: inherit !important;
  max-width: none !important;
}

.wr360_player .container {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: inherit !important;
  max-width: none !important;
}

.wr360_player .container .panning2,
.wr360_player .container .panning {
  position: absolute;
  left: 0;
  top: 0;
}

.wr360_player .container .panning2,
.wr360_player .container .panning {
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.wr360_player img {
  max-width: none !important;
  max-height: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.wr360_player .container .panning2,
.wr360_player .container .panning {
  position: absolute;
  left: 0;
  top: 0;
}

.wr360_player .container .theme_header .progress_wrap {
  float: left;
  cursor: pointer;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim {
  margin: 1px 0 0 6px;
  line-height: 16px;
  height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div,
.wr360_player .container .theme_header .progress_wrap .progress_bar_anim div {
  height: 100%;
  width: 5px;
  opacity: 0;
  margin: 0 2px 0 0;
  background-color: #bbb;
  float: left;
  overflow: hidden;
  -webkit-animation: wr360_progress_delay 1.2s infinite ease-in-out;
  animation: wr360_progress_delay 1.2s infinite ease-in-out;
  animation-delay: 0s;
}

.wr360_player .container .theme_panel {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
  height: 35px;
  z-index: 2501;
}

.wr360_player .container .theme_panel .toolbar {
  position: relative;
  height: 35px;
  margin: 1px auto -1px auto;
  padding: 0 10px 0 10px;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  border: none !important;
  background: inherit !important;
}

.wr360_player .container .theme_panel .toolbar {
  position: relative;
  height: 35px;
  margin: 1px auto -1px auto;
  padding: 0 10px 0 10px;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  border: none !important;
  background: inherit !important;
}

.wr360_player .container .theme_panel .toolbar a.left_button {
  background: url("assets/images/left_combined.png") no-repeat 0 0;
  display: block;
  float: left;
  width: 22px;
  height: 24px;
  margin: 4px 0 0 0px;
  cursor: pointer;
}

.wr360_player .container .theme_panel .toolbar a.right_button {
  background: url("assets/images/right_combined.png") no-repeat 0 0;
  display: block;
  float: left;
  width: 22px;
  height: 24px;
  margin: 4px 0 0 11px;
  cursor: pointer;
}

.wr360_player .container .theme_panel .toolbar a {
  transition: none !important;
}

.wr360_player .container .theme_panel .toolbar a.zoomin_button {
  background: url("assets/images/zoomin_combined.png") no-repeat 0 0;
  display: block;
  float: left;
  width: 22px;
  height: 24px;
  margin: 4px 0 0 14px;
  cursor: pointer;
}

.wr360_player .container .theme_panel .toolbar a.play_button {
  background: url("assets/images/play_combined.png") no-repeat 0 0;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 4px 0 0 9px;
  cursor: pointer;
}

.wr360_player .container .theme_panel .toolbar a.fullscreenon_button {
  background: url("assets/images/fullscreenon_combined.png") no-repeat 0 0;
  display: block;
  float: left;
  width: 22px;
  height: 24px;
  margin: 4px 0 0 11px;
  cursor: pointer;
}

.wr360_player .container .theme_panel_back {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
  height: 35px;
  z-index: 2500;
}

#wr360it_tsx_vaade {
  display: none !important;
  position: absolute;
  left: 9999px;
}

.project-gallery .video-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.project-gallery .big-gallery,
.project-gallery .video-gallery {
  display: block;
}

.project-gallery .vidg {
  display: none;
  height: 390px;
  position: absolute;
  text-align: center;
  z-index: 0;
  width: 100%;
}

.project-gallery .big,
.project-gallery .vidg {
  height: 390px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.gal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
}

.gal-wrap img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
}
.gal-wrap img:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.project-gallery {
  position: relative;
}

.project-gallery .thumbs {
  display: none;
  padding: 0 34px 0;
  position: relative;
}

.project-gallery .thumbs-gallery {
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.tsx_thumb_link {
  cursor: pointer !important;
}

.maja_thumb {
  height: 59px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-gallery .thumbs .item {
  float: left;
  margin: 0;
  margin-right: 7px;
  /* overflow: hidden; */
  padding: 4px 0;
  width: 76px !important;
}

.project-gallery .thumbs .item:last-child {
  margin-right: 0;
}

.project-gallery .thumbs .item a {
  display: block;
  overflow: hidden;
  padding: 0px;
  background: #fff;
  border: none;
  text-align: center;
}

.maja_thumb {
  height: 59px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-gallery .mprev {
  left: 0;
}

.nav_wrap {
  width: 25px;
  height: 58px;
  position: absolute;
  top: -6px;
}

.button-image-wrap {
  height: 58px;
  width: 25px;
  overflow: hidden;
}

.button-image {
  height: 58px;
  width: 25px;
  background-position: 50% 50%;
  background-size: cover;
}

.project-gallery .browse {
  cursor: pointer;
  display: block;
  height: 58px;
  overflow: hidden;
  text-indent: -9999px;
  width: 25px;
  position: absolute;
  top: 10px;
}

.project-gallery .fprev {
  background-image: url("assets/images/prev.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.project-gallery .mnext {
  right: 0;
}

.button-image-wrap {
  height: 93px;
  width: 32px;
  overflow: hidden;
}

.project-gallery .fnext {
  background-image: url("assets/images/next.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#gallery-swipe {
  overflow: hidden;
}

#gallery-swipe .swiper-wrapper {
  z-index: 0;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

#gallery-swipe .swiper-wrapper,
#gallery-swipe2 .swiper-wrapper {
  z-index: 0;
}

/*------------------------- Single product in mobile -------------------------------------*/

@media screen and (max-width: 1046px) {
  .galerii {
    order: 2;
    -webkit-transform-style: preserve-3d;
  }

  .galerii {
    transform-origin: top left;
    -webkit-transform-origin: top left;
  }

  .galerii-wrap {
    margin-top: 25px;
    margin: 25px auto 30px;
    overflow: hidden;
    max-width: 390px;
  }

  #info-360 .galerii {
    float: none;
    margin: 0 auto;
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .single-product div.product {
    margin-left: 0px;
  }

  .entry-summary .storefront-breadcrumb {
    display: none;
  }

  .galerii {
    float: none;
    width: auto;
    margin: 0 auto;
  }

  .single-product div.product .summary {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .product-title-wrapper h1 {
    font-size: 22px;
  }

  .product-info-left,
  .product-info-right {
    float: none;
    width: 100%;
  }
	
  :lang(ru-RU) .product-info-left,
  :lang(ru-RU) .product-info-right {
    float: none;
    width: 100%;
  }

  .product-info-right {
    margin-left: 0px;
  }

  .single_add_to_cart_button::after {
    display: none;
  }

  .single-add-to-cart-button-container::before {
    top: 0px;
    height: 30px;
    width: 15px;
  }

  .single-add-to-cart-button-container::after {
    top: 30px;
    height: 30px;
    width: 15px;
  }

  .single_add_to_cart_button::before {
    height: 48px;
    top: 7px;
  }

  .single-add-to-cart-button-container {
    width: calc(100% + 20px);
  }

  .single_add_to_cart_button {
    height: 60px;
    font-size: 18px;
    padding-right: 0px;
  }

  .single_add_to_cart_button::before {
    left: 130px;
  }

  .product-main-wrapper {
    width: 100%;
  }

  .after-summary {
    margin-top: 20px;
  }

  .amount-per-liter {
    font-size: 9px;
    bottom: 10px;
  }

  .after-summary .transport-wrapper .transport-info {
    padding-left: 0;
    height: 110px;
    text-align: center;
    padding: 50px 5px 0px 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .after-summary .transport-wrapper .transport-info::before {
    left: auto;
  }

  .tab button {
    width: 100%;
    border-left: 0;
  }
}

/*/////////////////////////////*/

.swiper-slide {
  -webkit-flex-shrink: 0;

  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide-active {
  z-index: 1;
}

.swiper-slide-next,
.swiper-slide-prev {
  z-index: -1;
}

.slide a {
  display: inline-block;
}

.slide {
  text-align: center;
}

.slide:focus {
  border: 0;
  outline: 0;
}

.slider-wrap {
  background-image: linear-gradient(134deg, #f55f63 0%, #f05c6e 100%);
  padding: 10px 0 0;
}

.s-image {
  max-width: 1024px;
  width: 100vw;
  height: 360px;
  background-size: 1024px auto;
  background-position: center;
  border-radius: 5px;
}

.slick-dots li {
  list-style-type: none;
}

.slick-dots li button {
  background-image: url("assets/images/hexa.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -9999px;
  background-position: center;
  padding: 17px;
}

.slick-dots .slick-active button {
  background-image: url("assets/images/hexa-w.svg");
}

ul.slick-dots {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 728px) {
  .s-image {
    height: 0;
    padding-top: calc(448 / 728 * 100%);
    background-size: auto 100%;
    border-radius: 0;
  }
}

.mountains-wh {
  background-image: url("assets/images/mountains_wh.svg");
  height: 84px;
  width: 100%;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.mountains-pink {
  background-image: url("assets/images/mountains_pink.svg");
  background-color: #f5f5f5;
  height: 84px;
  width: 100%;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.site-header ul.menu li.current-menu-item > a {
  color: #63151b;
}

/*
1024x360
ääred 148px
ülevalt-alt 44px
*/

@media (min-width: 768px) {
  .col-full {
    max-width: 1024px;
  }
}

.footer-widget-4 .textwidget img {
  height: 39px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  max-height: none;
}

.footer-widget-4 .widget_text {
  margin-bottom: 6px;
}

body.archive #primary,
body.page-template-new #primary,
body.page-template-discounts #primary {
  float: right;
  margin-left: 4.347826087%;
  margin-right: 0;
}

body.archive #secondary,
body.page-template-new #secondary,
body.page-template-discounts #secondary {
  float: left;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  padding: 15px 20px;
  margin-top: 57px;
}

body:not(.archive):not(.page-template-new):not(.page-template-discounts)
  #primary {
  float: none;
  width: 100%;
}

.woocommerce-products-header,
#content .col-full {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
  padding: 0 15px;
}

.col-full {
  padding: 0 15px;
  margin: 0 auto;
}

.woocommerce-products-header {
  min-height: 100px;
}

.woocommerce-products-header__title {
  margin-top: 20px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: left;
}

.term-description {
  margin-top: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: justify;
}

.read-more {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  left: -3px;
  position: relative;
}

.woocommerce-ordering {
  position: absolute;
  top: 0;
  right: 0;
}

.woocommerce-ordering select {
  height: 36px;
  border-radius: 2px;
  background-color: #a4323a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  text-align: left;
  border: 0;
  padding-left: 12px;
  background-image: url("assets/images/d-arw.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.woocommerce-ordering select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.woocommerce-ordering select::-ms-expand {
  display: none;
}

body.archive #main .storefront-sorting:nth-of-type(1) {
  display: none;
}

.bapf_head h3 {
  color: #313b50;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: left;
  margin-bottom: 6px;
}

.bapf_body label {
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  text-align: left;
}

:lang(ru-RU) .bapf_body label {
	font-size: 12px;
}

body .bapf_ckbox_square input[type="checkbox"],
.place-order .form-row input[type="checkbox"] {
  width: 21px;
  height: 21px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

body .bapf_ckbox_square input[type="checkbox"]:checked,
.place-order .form-row input[type="checkbox"]:checked {
  background-color: #f25e69;
  border: 1px solid #f25e69;
  background-clip: border-box;
  background-image: url("assets/images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.form-row.woocommerce-invalid input.input-checkbox {
  outline: 0;
}

@media screen and (max-width: 1028px) {
  .site-main ul.products {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #secondary {
    display: none;
  }
	
	.secondary-navigation {
    display: flex;
	height: 50px;
	align-items: center;
	justify-content: start;
	}
	
	.secondary-navigation .menu li.wpml-ls-item::after {
    content: none;
	}
	
	.menu-top-menu-container, 
	.menu-top-menu-ru-container {
    margin-left: 0;
		padding-left: 20px;
	}
	
	.secondary-navigation ul {
		list-style: none;
		margin: 0;
	}
	
	
	
	.secondary-navigation .menu li:first-child {
    	margin-left: 0px;
	}
	
	
	.secondary-navigation .menu li:nth-child(2)::before {
		top: 12px;
		left: auto;
	}
	
	.secondary-navigation .menu .wpml-ls-item {
    	position: absolute;
		right: 0;
	}
	
	.secondary-navigation .menu li a {
    	margin-right: 15px;
	}
	
	.secondary-navigation .menu .wpml-ls-item {
    	margin-right: 10px;
	}
	
	.secondary-navigation .menu li:nth-child(2) a {
    	margin-left: 17px;
	}
	
	
	
	
	.woocommerce-active .site-branding {
    margin-top: -7px;
	}
	
/* 	.woocommerce-active .site-header .site-search {
    margin-top: 55px;
	} */
	
	.woocommerce-active .site-header .site-header-cart {
    top: 60px;
	}
	
	.storefront-primary-navigation {
		margin-top: 11px;
	}
	
	.secondary-navigation .menu li a {
    font-size: 14px !important;
	}
	
	.cart_not .header-cart-icon {
    z-index: -1;
}
	
	
	
  .woocommerce-ordering {
    bottom: -200px;
    top: auto;
    width: 100%;
    padding: 0 15px;
  }
  .woocommerce-ordering select {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background-color: #ececec;
    color: #313b50;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
    text-align: left;
    background-image: url("assets/images/d-arw_dark.svg");
    background-size: 12px auto;
  }
  body.archive .woocommerce-message {
    margin-top: 100px !important;
  }
  body.archive #primary {
    margin-top: 50px;
  }
  .woocommerce-products-header__title {
    margin-top: 40px;
  }

	:lang(ru-RU).fa-search::before {
	top: 11px;
}
	
}

@media screen and (min-width: 768px) {
  body .right-sidebar .content-area {
    width: calc(100% - 220px);
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  body:not(.home) .right-sidebar .content-area {
    padding-left: 50px;
  }
  .right-sidebar .widget-area {
    width: 220px;
  }
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
  display: none;
}

.site-header .product_list_widget li .quantity {
  float: left;
  margin-right: 10px;
  height: 31px;
  border-radius: 2px;
  background-color: #313b50;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31px;
  text-align: center;
  padding: 0 11px;
}

.site-header-cart
  .widget_shopping_cart
  .product_list_widget
  li
  a.remove::before,
.product-remove a.remove::before {
  display: none;
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove,
.product-remove a.remove {
  width: 33px;
  height: 31px;
  border-radius: 2px;
  background-color: #d84853;
  background-image: url("assets/images/delcart.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.site-header .product_list_widget li .quantity .amount {
  margin-left: 5px;
}

.mini_cart_item a:first-child {
  color: #313b50;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.product_list_widget li {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9d9;
}

.product_list_widget li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.site-header-cart .widget_shopping_cart {
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  background-color: #f5f5f5;
}

.c-hl {
  height: 47px;
  color: #313b50;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 47px;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 1.41575em;
  padding-right: 1.41575em;
  position: relative;
}

.c-hl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.site-header-cart .widget_shopping_cart .buttons,
.site-header-cart .widget_shopping_cart .total {
  background: #f5f5f5;
  border-radius: 3px;
}

.widget_shopping_cart_content {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.site-header-cart .widget_shopping_cart .total {
  color: #313b50;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  text-align: center;
}

.wc-forward:after {
  display: none;
}

.widget_shopping_cart a.button:not(.checkout) {
  height: 47px;
  border-radius: 3px;
  border: 1px solid #dedede !important;
  background-color: #ececec !important;
  color: #313b50;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 47px;
  text-align: center;
  padding: 0;
}

.widget_shopping_cart a.button.checkout {
  height: 47px;
  border-radius: 3px;
  border: 1px solid #e9cd31;
  background-color: #f6de56;
  color: #313b50;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 47px;
  text-align: center;
  padding: 0;
}

.widget_shopping_cart a.button.checkout:hover {
  background-color: #e9cd31;
  border: 1px solid #f6de56;
}

.woocommerce-cart .storefront-breadcrumb {
  margin: 0;
  background-color: #f5f5f5;
}

.woocommerce-cart #primary {
  padding-left: 0;
}

.woocommerce-cart .actions {
  visibility: hidden;
  display: none;
}

.woocommerce-cart .entry-title {
  color: #313b50;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: left;
}

.product-name a {
  color: #313b50;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  text-align: left;
  text-decoration: none !important;
}

.product-name .brand {
  color: #313b50;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-align: left;
}

.wc-proceed-to-checkout a,
.wpcf7-submit {
  width: calc(100% - 30px);
  height: 47px;
  border-radius: 3px;
  border: 1px solid #e9cd31 !important;
  background-color: #f6de56 !important;
  margin: 15px auto;
  line-height: 47px;
  padding: 0;
  color: #313b50 !important;

  font-size: 16px !important;
  font-weight: 700;
}

.wpcf7-submit {
  padding: 0 !important;
  width: 100%;
}

.wc-proceed-to-checkout a:hover,
.wpcf7-submit:hover {
  background-color: #ffed87 !important;
}

table.cart th {
  padding: 12px 30px;
  background: transparent;
  color: #313b50;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  text-align: left;
}

table.shop_table_responsive tbody tr td,
table.shop_table_responsive tbody tr th {
  padding: 30px;
  vertical-align: middle;
}

table.cart td.product-subtotal,
table.cart td.product-price {
  color: #313b50;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}

table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend,
table:not(.has-background) tbody td,
.cart_totals table:not(.has-background) th {
  background-color: #fff;
}

.shop_table tbody tr.cart_item {
  position: relative;
}

.shop_table tbody tr.cart_item::after {
  content: "";
  height: 1px;
  width: calc(100% - 50px);
  margin: 0 auto;
  background: #ececec;
  position: absolute;
  left: 25px;
}

.shop_table tbody tr.cart_item:first-child:after {
  display: none;
}

.cart_totals h2 {
  display: none;
}

table.cart {
  margin-bottom: 0;
}

.woocommerce-cart-form {
  margin-bottom: 10px;
}

.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
  width: 50%;
  overflow: hidden;
}

.cart-collaterals .cart_totals table {
  margin-bottom: 0;
  padding-top: 15px;
  background: #fff;
}

.wc-proceed-to-checkout {
  background: #fff;
}

.cart_totals th,
.cart_totals td {
  padding: 10px 17px !important;
}

td.product-thumbnail {
  padding: 15px 30px !important;
}

table.cart .product-thumbnail img {
  max-width: 144px;
  height: 144px;
  width: auto;
}

@media screen and (max-width: 768px) {
  table.shop_table_responsive
    tr.cart_item
    td[data-title]:not(.product-price):not(.product-subtotal):before {
    display: none;
  }
  table.shop_table_responsive tr td[data-title]:before {
    display: inline-block;
    float: none;
  }
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: center;
    padding: 30px 0;
  }
  table.shop_table_responsive tbody tr.woocommerce-shipping-totals td,
  table.shop_table_responsive tbody tr.woocommerce-shipping-totals th {
    text-align: left;
  }
  .shop_table tbody tr.cart_item {
    margin-bottom: 15px;
    display: block;
  }
  table.cart .product-quantity .minus,
  table.cart .product-quantity .plus {
    display: inline-block;
  }
  .product-name .brand {
    text-align: center;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    width: 100%;
  }
  .cart_totals table.shop_table_responsive tr td[data-title]:before {
    width: 50%;
    text-align: left;
  }
  .cart_totals table.shop_table_responsive tr td[data-title] > span,
  .cart_totals table.shop_table_responsive tr td[data-title] > strong {
    width: 50%;
    text-align: right;
    display: inline-block;
  }
  .wc-proceed-to-checkout a {
    width: calc(100% - 30px);
  }
  table.cart .product-thumbnail img {
    height: 258px;
    max-width: 95%;
  }
  .shop_table tbody tr.cart_item {
    padding: 30px 0 20px;
    background: #fff;
  }
  .shop_table tbody tr.cart_item::after {
    display: none;
  }
  .woocommerce-cart .entry-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  table.cart td.product-name {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  table.cart td.product-name a {
    color: #313b50;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21px;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    padding: 11px 0;
  }
  table.cart td.product-name .brand {
    color: #313b50;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 17px;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 11px 0;
  }
  table.cart td.product-price {
    border-bottom: 1px solid #f5f5f5;
    height: auto;
    padding-bottom: 20px;
  }
  table.cart td.product-price,
  table.cart td.product-price::before {
    color: #313b50;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
  }
  td.product-quantity {
    padding: 15px 0 !important;
    border-bottom: 1px solid #f5f5f5;
  }
  table.cart td.product-subtotal {
    padding-top: 15px;
  }
  table.cart td.product-subtotal,
  table.cart td.product-subtotal::before {
    color: #313b50;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
  }
}

.hideswipe {
  visibility: hidden;
}

.woocommerce-checkout .shop_table tbody tr.cart_item::after {
  display: none;
}

#ship-to-different-address {
  display: none;
}

.woocommerce-checkout .storefront-breadcrumb {
  display: none;
}

.woocommerce-checkout .storefront-primary-navigation,
.woocommerce-checkout .site-search,
.woocommerce-checkout #site-header-cart {
  display: none;
}

.woocommerce-checkout .secondary-navigation .menu {
  display: none;
}

.woocommerce-checkout .secondary-navigation {
  background-color: transparent !important;
  padding-top: 10px !important;
}

.woocommerce-checkout .site-header {
  padding-top: 20px;
}

.woocommerce-checkout .entry-title {
  color: #313b50;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: left;
}

.woocommerce-billing-fields label {
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  text-align: left;
  margin-bottom: 8px;
}

.woocommerce-billing-fields input,
.input-text,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  height: 46px;
  background-color: #ffffff;
  box-shadow: none;
}

.quantity input[type="button"]:hover {
  background-color: #d0d0d0;
}

.storefront-sorting {
  text-align: center;
}

.woocommerce-pagination {
  float: none;
  display: inline-block;
}

.woocommerce-shipping-totals tr {
  text-align: left;
}

.widget_shopping_cart p.total {
  border-bottom: 1px solid #dedede;
  position: relative;
}

.widget_shopping_cart p.total::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

body.page-template-new .storefront-breadcrumb,
body.page-template-discounts .storefront-breadcrumb {
  display: none;
}

body.page .woocommerce-products-header {
  min-height: auto;
}

body.page .storefront-breadcrumb {
  margin-bottom: 0;
  background-color: #f5f5f5;
  display: none;
}

body.page main .entry-header {
  display: none;
}

body.woocommerce-checkout
  .footer-widgets
  > .block:not(.footer-widget-1):not(.footer-widget-4) {
  display: none;
}

body.woocommerce-checkout .footer-widget-4 .widget_text,
body.woocommerce-checkout .footer-widget-1 .widget_nav_menu {
  display: none;
}

body.woocommerce-checkout .site-footer .footer-widget-1,
body.woocommerce-checkout .site-footer .footer-widget-2,
body.woocommerce-checkout .site-footer .footer-widget-3,
body.woocommerce-checkout .footer-widget-4 {
  min-height: auto;
  border: 0;
  float: left !important;
}

.itella-select .dropdown {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  padding: 0 1em;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  font-family: Source Sans Pro, HelveticaNeue-Light, Helvetica Neue Light,
    Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

tr.woocommerce-shipping-totals.shipping {
  display: none;
}

body.woocommerce-checkout
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  float: left;
/*   max-width: 87px;
  max-height: 87px; */
	max-width: 87px;
/* 	height: 87px;
	width: auto; */
}

.cart-collaterals tr td {
  text-align: right !important;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 100%;
  border-radius: 3px 3px 0 0;
  padding: 0;
  background: transparent;
}

.product-bottom {
  margin-bottom: 25px;
  background-color: #313b50 !important;
  border-radius: 0 0 3px 3px;
  display: inline-block;
  width: 100%;
}

.product-bottom td {
  height: 36px;
  line-height: 36px;
  background-color: transparent !important;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  width: 33.3333%;
  float: left;
  padding: 0;
  border-radius: 0;
  border-bottom: 0;
}

.product-bottom .product-amount {
  border-right: 1px solid #232c40;
}

.product-bottom .product-price {
  border-right: 1px solid #232c40;
  border-left: 1px solid #475267;
}

.product-bottom .product-total {
  border-left: 1px solid #475267;
}

body.woocommerce-checkout .product-price bdi {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  background-color: #f25e69;
}

.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded="true"] {
  max-height: 1000px;
}

.bapf_no_products {
  margin-top: 40px;
}

#payment
  .payment_methods
  li
  input[type="radio"]:first-child:checked
  + label:before {
  color: #f25e69;
}

#order_review table {
  table-layout: fixed;
}

.product-name-first {
  position: relative;
  padding: 20px 15px;
  background: #fff;
  border-radius: 3px 3px 0 0;
}

.namewrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 114px;
  padding-right: 15px;
}

#order_review {
  background: transparent;
}

form.checkout h3 {
  color: #313b50;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: left;
}

#payment .place-order .button {
  height: 47px;
  border-radius: 3px;
  border: 1px solid #e9cd31;
  background-color: #f6de56;
  color: #313b50;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

#payment .place-order .button:hover {
  background-color: #e9cd31;
  border: 1px solid #f6de56;
}

#payment .order-total small.includes_tax {
  display: block;
  text-align: right;
  font-weight: 400;
}

:lang(ru-RU) #payment .order-total small.includes_tax,
:lang(ru-RU) .cart-collaterals .cart_totals small.includes_tax{
	display: none;
}

#payment .order-total strong {
  float: right;
}

#payment .order-total {
  color: #313b50;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-align: left;
	margin-top: 10px;
}

.woocommerce-terms-and-conditions-wrapper p,
#payment .payment_methods > .wc_payment_method > label,
#payment .payment_methods > .woocommerce-PaymentMethod > label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
  top: -5px;
}

.product-name .namewrap {
  color: #313b50;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
}

.product-name .namewrap .brand {
  color: #313b50;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
}

#payment .payment_methods > li .payment_box {
  background-color: transparent;
}

#payment .place-order {
  background-color: #fff;
}

.site-branding {
  z-index: 9;
}

button.menu-toggle[aria-expanded="true"] {
  background: #a4323a;
}

.regular-price {
  position: absolute;
  background-color: #313b50;
  left: -28px;
  top: 8px;
  transform: rotate(-44deg);
  padding: 5px 0;

  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 12px;
  text-align: center;
  width: 100px;
}

.regular-price::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 48px;
  background-color: #fff;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

.sale-btn {
  padding-left: 35px;
}

.thumb-regular-price {
  color: #313b50;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.thumb-regular-price::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 48px;
  background-color: #313b50;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

.product-price {
  position: relative;
}

@media screen and (max-width: 768px) {
  body.woocommerce-checkout form.checkout {
    display: flex;
    flex-direction: column;
  }
  table.woocommerce-checkout-review-order-table .product-name {
    width: 100vw;
  }
  .product-name .namewrap .brand {
    text-align: left;
  }
  body.woocommerce-checkout .shop_table tbody tr.cart_item {
    margin-bottom: 0 !important;
  }
  body.woocommerce-checkout .site-header .site-search {
    display: none;
  }
/*   .woocommerce-checkout .site-header {
    padding-top: 80px;
  } */
	
	.woocommerce-checkout .woocommerce-products-header__title {
 	 margin-top: 74px;
	}
  .woocommerce-checkout #customer_details {
    order: 3;
  }

  .site-main ul.products.columns-4 {
    justify-content: space-around;
  }
  .site-main ul.products.columns-4 li.product {
    margin-right: 0 !important;
  }
  body.archive #primary {
    width: 100%;
  }
  .thumb-regular-price {
    left: 21%;
    transform: translateX(-50%);
    top: 10px;
    font-size: 12px;
  }
  .thumb-regular-price + p {
    margin-top: 8px;
  }
  .sale-btn {
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .right-sidebar .content-area {
    width: 72.913043%;
  }
}

@media screen and (max-width: 1046px) {
  .single-product div.product .summary {
    width: 100%;
    float: none;
    margin-left: 0;
  }
	
  .product-main-wrapper {
    left: 50%;
    transform: translateX(-50%);
  }
	
  .entry-summary .onsale {
    left: 50%;
    transform: translateX(-205px);
	top: 15px;
  }
	
   .entry-summary .new-product {
    right: 50%;
    transform: translateX(205px);
	left: auto !important;
	top: 15px;
  }
	
}

@media screen and (max-width: 430px) {
	
	.entry-summary .onsale {
    left: -5px;
	transform: translateX(-5px);
	top: 15px;
  }
	
	.entry-summary .new-product {
    right: -5px;
    transform: translateX(5px);
   }
	
}

.montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
  border: 2px solid transparent;
}

.montonio-aspsp-grid-logos .montonio-aspsp-grid-item.active {
  background: #f7f7f7 !important;
  border: 2px solid #f25e69;
}

.wp-block-contact-form-7-contact-form-selector label {
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  text-align: left;
  margin-bottom: 13px;
}

:lang(ru-RU) .wp-block-contact-form-7-contact-form-selector label,
:lang(ru-RU) .wpcf7-submit{
	font-family: "Roboto";
}

textarea {
  height: 300px;
}

#eabi_postoffice_pickup_location_div th {
  display: none;
}

#eabi_postoffice_pickup_location_div td {
  padding: 0;
  background: transparent;
}

#eabi_postoffice_pickup_location_div td select {
  width: 100% !important;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  padding: 0 1em;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  font-family: Source Sans Pro, HelveticaNeue-Light, Helvetica Neue Light,
    Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

ul#shipping_method input {
  appearance: none;
}

ul#shipping_method input:before {
  content: "\f192";
  color: #000;
  font-family: Font awesome\5 Free;
  font-size: 14px;
}

ul#shipping_method input:checked::before {
  color: #f25e69;
}

ul#shipping_method input {
  margin-bottom: 10px;
  margin-top: 15px;
}

ul#shipping_method {
  padding: 0 1.41575em;
}

ul#shipping_method + table {
  padding: 0 1.41575em;
}

label.half-w {
  width: 49%;
  float: left;
}

label.half-w.rght {
  float: right;
}

label.half-w input {
  width: 100%;
  margin-top: 5px;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: 0;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.thank-home {
  margin-top: 30px;
  width: 201px;
  height: 47px;
  border-radius: 3px;
  border: 1px solid #e9cd31;
  background-color: #f6de56;
  color: #313b50;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 47px;
  text-align: center;
  text-decoration: none !important;
  display: block;
  margin: 40px auto;
}

.thank-home:hover {
  border: 1px solid #e9cd31;
  background-color: #ffed87;
}

.woocommerce-order > h1 {
  margin-top: 40px;
  text-align: center !important;
}

.itella-select .search-bar {
  background-color: #f4f4f4;
}

/* Form coupon in checkout page*/

.ui-button {
	display: none;
}

#order_review .shop_table {
    margin-bottom: 0;
}

#ui-id-1 {
    display: block !important;
}

.ui-dialog {
	width: 100% !important;
	top: 0 !important;
	display: block !important;
}

.coupon-wrapper {
  width: 100%;
}

.coupon-wrapper p {
  color: #313b50;
font-size: 14px;
font-weight: 500;
font-style: normal;
letter-spacing: normal;
line-height: 14px;
text-align: left;
margin-bottom: 8px;
}

.coupon-wrapper .form-row-first {
  width: 69%;
  margin-right: 0px;
}

.coupon-wrapper #coupon_code {
  width: 100%;
  border-radius: 3px;
}

.coupon-wrapper #coupon_code:focus {
  background-color: #fff;
}

.coupon-wrapper .form-row-last {
  width: 30%;
}

.coupon-wrapper .button {
  width: 100%;
  padding: 9px !important;
  background-color: #313b50 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  border-radius: 3px;
}

:lang(ru-RU) .coupon-wrapper .button {
	font-size: 16px !important;
}

.coupon-wrapper .form-row.woocommerce-validated input.input-text {
  box-shadow: none;
}

.prices-wrap {
	color: #313b50;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

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

  .coupon-wrapper {
    margin-bottom: 30px;
  }

  .coupon-wrapper .form-row-first {
    width: 100%;
  }

  .coupon-wrapper .form-row-last {
    width: 100%;
}

}

.current-menu-item.menu-item-1952 ~ #menu-item-428 a {
	color: #fff !important;
}

.related > h2:first-child, 
.upsells > h2:first-child {
  color: #313b50;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  float: left;
  margin-bottom: 50px;
  margin-top: 70px;
}


@media screen and (max-width: 750px) {
	.term-description .more-text{
        display: none;
		
   }
}

@media screen and (max-width: 768px) {
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
  		position: absolute;
	}
	
	.woocommerce-active .site-header .site-search {
  		top: 125px;
	}
	
	#site-navigation,
	.site-search {
		width: 100%;
	}
	
	.site-search {
		z-index: 999;
	}
	
	#site-navigation {
		position: absolute;
		top: 115px;
		background: #f25d69;
		padding-bottom: 10px;
		right: 0px;
		z-index: 99;
	}
	
	.handheld-navigation {
		margin-bottom: -15px;
	}
	
	.woocommerce-products-header__title {
  		margin-top: 131px;
	}
	
	.slick-list {
  		margin-top: 93px;
	}
	
	.single-product .mountains-wh {
		margin-top: 91px;
	}
	
	.main-navigation .menu {
  		margin-top: 10px;
  
	}
	
	.main-navigation .menu {
	  border-radius: 0;
	}
	
}