.site-header {
  background: #fff
}

.irs--round .irs-handle {
  border: 4px solid #fff !important;
}

.irs--round .irs-bar {
  background-color: #fff !important;
}

.WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-min, .WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-max, .WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-from, .WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-to, .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: rgb(126, 0, 0) !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: rgb(126, 0, 0) !important;
}


.irs--round .irs-min, .irs--round .irs-max {
  color: #bbb !important;
}

div,
a,
button {
  outline: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
div:focus,
select:focus {
  outline: none;
}

.grecaptcha-badge {
  display: none !important;
}

.contacts-form span.wpcf7-acceptance .wpcf7-list-item-label {
  line-height: 16px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d !important;
}

.woocommerce-mini-cart__buttons {
  padding: 20px 40px !important;
}

.woocommerce-mini-cart__buttons .checkout {
  display: none !important;
}

.woocommerce-mini-cart__buttons .button {
  color: #fff !important;
  background-color: #d00 !important;
}

.product .star-rating {
  display: none;
}

.woocommerce-product-rating {
  display: none;
}

.site-footer {
  background: #fff;
}

.site-footer .footer-widgets {
  border-bottom: none;
}

.site-header-cart {
  width: 250px;
  position: absolute !important;
  top: 0;
  right: -100px;
}

.site-header-cart .cart-contents {
  text-align: right;
}

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

.site-header-cart .cart-contents::after {
  line-height: 1.118;
  font-size: 21px;
}

.widget_shopping_cart .product_list_widget li {
  padding: 1em !important;
}

.woocommerce-mini-cart-item .remove_from_cart_button {
  height: 100%;
}

.woocommerce-mini-cart-item .quantity {
  padding-left: 23px;
}

.widget_recently_viewed_products .product_list_widget {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 266px;
  overflow-y: hidden;
}

.widget_recently_viewed_products .product_list_widget li {
  width: 166px;
  margin: 12px;
  padding: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
  background: #fff !important;
  color: #d00;
  font-size: 16px;
  z-index: 10;
}

.widget_recently_viewed_products .product_list_widget li img {
  float: none;
  width: auto;
  max-width: 150px;
  max-height: 130px;
  margin-left: auto;
  margin-right: auto;
}

.widget_recently_viewed_products .product_list_widget li a {
  height: 200px;
}

.widget_recently_viewed_products .product_list_widget li .woocommerce-Price-amount {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget_recently_viewed_products .product_list_widget li a .product-title {
  width: 100%;
  text-align: center;
  margin: 10px auto 0;
  display: block;
  line-height: 21px;
  overflow:hidden;
  height:40px;
}

.widget_recently_viewed_products .product_list_widget li del,
.widget_recently_viewed_products .product_list_widget li ins {
  margin: 0 5px;
}


.widget .widget-title,
.widget .widgettitle {
  padding: 0;
  color: #fff;
}

.container-products .widget_media_image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: auto;
}


.container-products .widget-area #media_image-2 {
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 180px;
}

.container-products .widget-area #media_image-3 {
  bottom: 1px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.site {
  overflow-x: initial;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff !important;
}

.widget-area {
  background: #d00;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-products__filter {
  display: none;
}

.container-products #primary {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.container-products #secondary {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
  color: #fff;
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 100px;
}

.container-products #secondary::before {
  content: '';
  width: 95%;
  height: 98%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  border: 1px dashed #ff6060;
}

.widget_shopping_cart {
  border: 1px dashed #ff6060;
}

.container-products #secondary a {
  color: #fff;
}

.right-sidebar .widget-area {
  width: 277px;
  margin-left: 0;
  margin-right: 0;
}

.right-sidebar .content-area {
  width: 960px;
  margin-left: 0;
  margin-right: 0;
}

.col-full {
  max-width: 1250px;
}

.demo_store {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto !important;
  bottom: 0 !important;
  top: 0 !important;
  padding: 140px 20px 20px 20px !important;
  text-align: center;
  z-index: 25 !important;
  max-width: 700px;
  width: 95%;
  max-height: 450px;
  height: 95%;
  background-color: #d00 !important;
  color: #fff !important;
  border: 1px dashed #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 1);
  font-size: 22px;
  overflow-y: auto;
}

.demo_store::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  background: url(../img/header/fir-tree.png) center no-repeat;
  background-size: 320px;
  width: 100%;
  max-width: 320px;
  height: 85px;
}



.woocommerce-store-notice__dismiss-link {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
}

.storefront-handheld-footer-bar .my-account,
.storefront-handheld-footer-bar .search {
  display: none;
}

.storefront-handheld-footer-bar {
  z-index: 25 !important;
}

.storefront-handheld-footer-bar .cart {
  width: 100% !important;
}

.storefront-handheld-footer-bar ul li>a {
  height: 60px !important;
}

.storefront-handheld-footer-bar ul li>a::before {
  line-height: 2.4 !important;
}

.storefront-handheld-footer-bar ul li.cart .count {
  top: 0.4em !important;
}

.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_price_filter .price_slider_amount .button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: 1px dashed #fff;
  background: transparent !important;
  font-weight: 300;
  font-size: 18px;
  padding: 0.2180469716em 1.41575em !important;
  max-width: 210px;
}

.widget_price_filter .price_slider_amount .price_label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.widget_layered_nav_filters ul li.chosen::before {
  color: #fff;
}

.widget_layered_nav .chosen::before {
  opacity: 0.8;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products .product {
  margin: 0 10px 20px 10px !important;
  width: 220px !important;
  height: 400px !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  position: relative;
}

.products .product .catalog-product__pic img {
  height: auto !important;
  max-height: 100% !important;
  width: auto !important;
  max-width: 100% !important;
}

.products .product .onsale {
  position: absolute;
  right: 0;
  top: -240px;
  border: none !important;
  color: #d00 !important;
  background-color: #fff !important;
}

.products .product .price {
  margin-bottom: 9px !important;
}

.products .product .price .woocommerce-Price-amount {
  color: #d00;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Futura PT Book', Arial, sans-serif;
}

.products .product .catalog-product__buttons {
  position: relative;
  height: 40px;
}

.products .product .catalog-product__buttons .woocommerce-LoopProduct-link {
  display: none;
}

.products .product .catalog-product__buttons a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 170px;
  height: 40px;
  background-color: #d00 !important;
}

.products .product .catalog-product__buttons a.added_to_cart{
	background-color: #333 !important;
}
.products .product .catalog-product__buttons a.added_to_cart:before{
	border-color:#747474;
}

.products .product .catalog-product__buttons a::before {
  content: '';
  width: 98%;
  height: 96%;
  position: absolute;
  left: 1px;
  right: 0;
  bottom: 0;
  top: 1px;
  margin: auto;
  z-index: 1;
  border: 1px dashed #ff6060;
}

.products .product .catalog-product__buttons .added_to_cart {
  z-index: 4;
}

.catalog-product__text .woocommerce-loop-product__title,.site-main ul.products li.product-category .woocommerce-loop-category__title {
  height: 57px;
  overflow-y: hidden;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: 'Futura PT Book',
    Arial,
    sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-products .widget_custom_html {
  display: none;
}

.container-single__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-single__products #primary {
  width: 1000px;
}

.container-single__products .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  z-index: 9 !important;
}

.container-single__products .product .product_meta {
  display: none;
}

.container-single__products .product .entry-summary .product_title {
  font-size: 24px;
  text-transform: uppercase;
}

.container-single__products .product .entry-summary {
  position: relative;
}

.single-product__categ {
  padding-top: 20px;
  font-size: 18px;
}

.single-product div.product p.price,
.single-product div.product p.price span {
  color: #d00;
  font-weight: 600;
}

.single-product__dimensions,
.single-product__weight {
  font-size: 18px;
}

.single-product div.product .woocommerce-tabs {
  display: none !important;
}

.container-single__products .product .entry-summary .quantity input {
  line-height: 1.618;
}

.container-single__products .product .entry-summary .cart .single_add_to_cart_button {
  background: #d00;
}

.product-structure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 35px 0 40px 0;
  counter-reset: list;
  overflow-x: auto;
}

.product-structure::before {
  content: 'Состав подарка:';
  top: 0;
  left: 0;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
}

.product-structure__row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0;
}

.product-structure__row::before {
  position: absolute;
  left: 0;
  counter-increment: list;
  content: ""counter(list) ".";
}

.product-structure__row::after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 1px dashed #adb5bd;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.product-structure__name {
  padding-left: 30px;
  text-decoration: underline;
  color: #d00;
  cursor: pointer;
  font-size: 15px;
  width: auto;
  box-sizing: border-box;
  padding-right: 15px;
  line-height: 18px;
}

.product-structure__sum {
  color: #000000;
  font-size: 15px;
  width: 40px;
  min-width: 40px;
}

.product-structure__total {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 18px;
  font-weight: 600;
}

.single-product div.product form.cart {
  margin-bottom: 8px !important;
}

.product-structure__total span {
  font-size: 18px;
  font-weight: 600;
}

.product-structure__file {
  height: 45px;
  width: 220px;
  margin-bottom: 40px;
}

.product-structure__filerel {
  background: #006331;
  height: 45px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

.woocommerce-tabs ul.tabs {
  display: none !important;
}

.woocommerce-product-attributes-item--weight {
  display: none;
}

.error-404 .page-content h1 {
  font-size: 28px;
  text-align: center;
}

.error-404 .page-content p {
  text-align: center;
  font-size: 20px;
}

.WOOF_Widget .widget-woof ul.woof_list_checkbox li input {
  vertical-align: middle !important;
}

.WOOF_Widget .widget-woof ul.woof_list_checkbox li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.WOOF_Widget .widget-woof ul.woof_list_checkbox li label {
  font-size: 15px;
}

.WOOF_Widget .widget-woof .widget_price_filter h4,
.WOOF_Widget .widget-woof .woof_container_slider__weight h4 {
  font-size: 17px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
}

.WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-min,
.WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-max,
.WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-from,
.WOOF_Widget .widget-woof .woof_container_slider__weight span.irs span.irs-to {
  font-size: 12px !important;
}

.WOOF_Widget .widget-woof .woof_container_slider__weight span.irs-grid {
  display: none !important;
}

.WOOF_Widget .widget-woof .woof_container {
  margin-bottom: 30px !important;
}

.WOOF_Widget .widget-woof .woof_submit_search_form_container {
  display: none !important;
}

.WOOF_Widget .widget-woof .widget_price_filter .price_label {
  font-size: 13px !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
  width: 22px !important;
  height: 22px !important;
  top: -0.4em !important;
  margin-left: -0.8em !important;
  border: 1px solid #aaa !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #aaa;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em !important;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle:hover::before {
  background: red;
}

.container-products .site-main ul.products.columns-4 li.product .outofstock {
  position: absolute;
  padding: 2px 5px;
  left: 0;
  top: 0;
  border: none !important;
  color: #fff !important;
  background-color: #d00 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
}

.container-products .site-main ul.products.columns-4 li.product .stock {
  display: none !important;
  position: absolute;
  padding: 2px 5px;
  left: 0;
  top: 0;
  border: none !important;
  color: #fff !important;
  background-color: #0f834d !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
}

#alg_checkout_files_upload_form_1 {
  width: 100%;
}

#alg_checkout_files_upload_form_1 table tbody td {
  padding: 3px!important;
}

#alg_checkout_files_upload_form_1 table tbody td .alg_checkout_files_upload_file_input {
  width: 100%;
}

.product-slider {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
}

.product-slider a {
  height: 120px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.product-slider a img {
  max-width: 100%;
  max-height: 100%;
}

.product-slider .slick-prev,
.product-slider .slick-next {
  z-index: 3;
}

.product-slider .slick-prev {
  left: 0;
}

.product-slider .slick-next {
  right: 0;
}

.container-single__products #primary {
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 992px) and (min-width: 320px) {
  .products .product .catalog-product__buttons a {
    padding: 0.4180469716em 1.41575em;
  }

  .products .product .catalog-product__buttons a::before {
    left: 0;
    top: 0;
  }

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

  .container-products #secondary {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-bottom: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999998;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #ff6060;
  }

  .container-products #primary {
    width: 95%;
    max-width: 280px;
  }

  .storefront-sorting .woocommerce-ordering .orderby {
    display: block;
    margin: 0 auto 10px;
  }

  .container-products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px;
  }

  .container-products__filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #d00;
    border: 1px solid #d00;
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-family: 'Futura PT Book', Arial, sans-serif;
  }

  .container-products .products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-products .products .product {
    width: 240px !important;
  }

  .container-products .widget_custom_html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
  }

  .container-products #secondary::before {
    display: none;
  }
}


@media (max-width: 578px) and (min-width: 320px) {
  .demo_store a.woocommerce-store-notice__dismiss-link {
    padding: 5px;
  }

  .container-single__products #primary {
    width: 100%;
  }

  .container-single__products {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .demo_store {
    font-size: 18px;
    padding: 120px 10px 10px 10px !important;
  }

  .widget_recently_viewed_products .product_list_widget {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 798px;
    overflow-y: hidden;
  }

  .container-products .widget-area #media_image-2 {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 200px;
    max-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-products .widget-area #media_image-3 {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 579px) {
  .container-single__products {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-product div.product .woocommerce-product-gallery {
    width: 300px;
  }
}

@media (max-width: 768px) and (min-width: 579px) {

  .demo_store a.woocommerce-store-notice__dismiss-link {
    padding: 5px;
  }

  .demo_store {
    font-size: 18px;
  }

  .widget_recently_viewed_products .product_list_widget {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 532px;
    overflow-y: hidden;
  }

  .container-products .widget-area #media_image-2 {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-products .widget-area #media_image-3 {
    display: none;
  }

  .container-products #primary {
    width: 95%;
    max-width: 560px;
  }

  .container-products #secondary {
    padding-top: 130px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .widget_recently_viewed_products .product_list_widget {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 532px;
    overflow-y: hidden;
  }

  .container-products #secondary {
    padding-top: 130px;
  }

  .container-products .widget-area #media_image-2 {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-products .widget-area #media_image-3 {
    display: none;
  }

  .container-products #primary {
    width: 95%;
    max-width: 850px;
  }

  .container-products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 993px) {
  .storefront-handheld-footer-bar {
    display: none;
  }

  .woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
}

@media (max-width: 1090px) and (min-width: 993px) {
  .widget_recently_viewed_products .product_list_widget {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 532px;
    overflow-y: hidden;
  }

  .container-products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-products #primary {
    width: 500px;
    margin-left: 10px;
  }

  .container-products .products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1270px) and (min-width: 1091px) {
  .container-products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-products #primary {
    width: 720px;
    margin-left: 10px;
  }

  .container-products .products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1326px) and (min-width: 1271px) {
  .container-products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-products #primary {
    width: 720px;
    margin-left: 10px;
  }

  .container-products .products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1270px) and (min-width: 993px) {
  .site-header-cart {
    right: -10px;
  }
}

.storefront-product-pagination__title{max-height:70px;line-height:1.4;overflow:hidden;}
.storefront-sorting select{margin-left:10px;}
.woocommerce-pagination{margin-right:10px;}
#page footer .col-full{margin:auto;}
.products .product .catalog-product__buttons .added_to_cart.wc-forward{
	font-size:14px;
	display: flex;
    justify-content: center;
    align-items: center;
	padding:0;
}
.post-type-archive-product ul.products li.product.product-category img{
	max-height:162px;
	width:auto;
	max-width:90%;
	margin:25px auto;
}
.site-main ul.products li.product-category .woocommerce-loop-category__title{
	background:#fafafa;
	border-top:1px dashed #e5e5e5;
	display:flex;
	justify-content:center;
	align-items: center;
	padding:25px;
	height:100px;
	margin:0;
}
.site-main ul.products li.product-category{
	text-align:center;
	height:312px !important;
}
.site-main ul.products li.product-category a{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.widget_wpcategorieswidget .wpcategorieswidget-2 ul{
	margin:0;
	padding:0;
}
.widget_wpcategorieswidget .widget-title{font-size:21px;}
.widget_wpcategorieswidget .wpcategorieswidget-2 ul li{
	font-size:15px;
}
.widget_wpcategorieswidget .wpcategorieswidget-2 ul li a{
	text-decoration:none !important;
}
.widget_wpcategorieswidget .wpcategorieswidget-2 ul li.current-cat a,.widget_wpcategorieswidget .wpcategorieswidget-2 ul li a:hover{
	text-decoration:underline !important;
}
.widget_wpcategorieswidget .wpcategorieswidget-2 ul li span.post-count{
	min-width:26px;
}
div.woof_info_popup{
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.woocommerce #payment .place-order{margin:0;}
#alg_checkout_files_upload_form_1{margin-bottom:10px;}
.post-type-archive-product .storefront-sorting{display:none;}
.woocommerce table.cart{margin-bottom:20px;}
.site-content .col-full #primary .woocommerce .woocommerce-cart-form tbody button[name="update_cart"]{display:none;}
#billing_company_field .optional{display:none;}
@media (max-width:992px){
	.woocommerce-pagination{float:none !important;margin:0;}
}
@media (max-width:650px){
	.container-products .products{margin:0 -2.617924em 0 -2.617924em;}
	.container-products .products .product {width: calc(50% - 20px) !important;max-width:240px;}
	.container-products #primary{width:100%;max-width:100%;}
	.products .product .catalog-product__buttons a{width:95%;max-width:170px;}
}
@media (max-width:568px){
	.container-products .products{margin:0 -1.41575em 0 -1.41575em;}
	.catalog-product__text .woocommerce-loop-product__title{font-size:14px !important;line-height:1.4;}
}
@media (max-width: 767px) {
	.footer-widget-1 span.gamma.widget-title{text-align:center;}
	body .qib-button-wrapper{float:right !important;}
	.header-info{height:85px;}
}