﻿@charset "UTF-8";
body {
  font-size: 14px;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

.img-not-resize, img[width], img[height], img[style*=" width"], img[style^=width], img[style*=";width"], img[style*=" height"], img[style^=height], img[style*=";height"] {
  max-height: none;
  max-width: none;
}

.products-view-picture-link img[width], .products-view-picture-link img[height] {
  max-height: 100%;
  max-width: 100%;
}

.container {
  min-width: 60rem;
}

.footer-container {
  min-width: 61.25rem;
}

.border-bottom-spliter {
  border-bottom: 1px solid;
}

.container-fluid {
  border-radius: 0;
}

.site-body-inner {
  padding-bottom: 20px;
}

.menu-block.stick {
  position: fixed;
  width: 101%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.menu-block.stick.menu-two-columns {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.menu-block.stick.menu-two-columns .menu-wrap {
  margin: 0 auto;
  max-width: 73.75rem;
}

.menu-block.stick.menu-two-columns .menu-wrap .col-xs-3 {
  padding-left: 0;
  padding-right: 0.9375rem;
}

.menu-block.stick.menu-two-columns .menu-wrap .col-xs-9 {
  padding-right: 0;
}

.menu-dropdown-sub-category-name {
  font-size: 1.0625rem;
}

.menu-dropdown-sub-brand-title {
  font-size: 1.0625rem;
}

.menu-dropdown-item .menu-dropdown-sub-childs {
  font-weight: normal;
}

.cart-popup-content .btn {
  margin-bottom: 5px;
}

.cart-popup-spinbox {
  position: relative;
  padding: 0 17px;
}

.cart-popup-spinbox .spinbox-more, .cart-popup-spinbox .spinbox-less {
  padding: 7px 5px;
}

.prod-gift-icon {
  bottom: 0;
  right: 0;
}

.footer-menu-link {
  font-size: 14px;
}

/*CUSTOM-MENU*/
ul.menu-general {
  position: relative;
  display: table;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  background: #97be2f;
  background: -moz-linear-gradient(top, #97be2f 1%, #8aab30 100%);
  background: -webkit-linear-gradient(top, #97be2f 1%, #8aab30 100%);
  background: linear-gradient(to bottom, #97be2f 1%, #8aab30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#97be2f", endColorstr="#8aab30",GradientType=0 );
}

.menu-general-item {
  display: table-cell;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  position: initial;
  vertical-align: middle;
}

.menu-general-item:first-child {
  display: table-cell;
  border-left: 1px solid transparent;
  border-radius: 0 !important;
}

.menu-general-item:last-child {
  display: table-cell;
  border-right: 0;
  border-radius: 0 !important;
}

.menu-general-item:hover {
  display: table-cell;
  border-color: #c4c4c4;
}

a.menu-general-root-link {
  font-size: 12px;
}

span.menu-general-root-link {
  font-size: 12px;
}

.menu-general-submenu {
  left: 0 !important;
  background: #fff;
  border: 1px solid #c4c4c4;
  white-space: inherit;
  text-align: left;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}

.menu-general-icon {
  display: block;
  margin-bottom: 10px;
}

.menu-general-sub-column {
  width: 16.6666667%;
  white-space: normal;
  box-sizing: border-box;
  margin-top: 10px;
  display: table-cell;
  border-left: 1px solid #b6b6b6;
  padding: 15px !important;
}

.menu-general-icon img {
  display: inline;
}

.menu-general-sub-column:first-child {
  border: 0;
}

.menu-general-sub-cell, .menu-general-sub-cell-multiple {
  padding: 15px 0;
}

li.menu-general-item > a {
  color: #fff;
  white-space: nowrap;
  line-height: 1.2;
  padding: 5px 10px 5px 10px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  box-sizing: border-box;
  position: relative;
}

li.menu-general-item > span {
  color: #fff;
  white-space: nowrap;
  line-height: 1.2;
  padding: 5px 10px 5px 10px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  cursor: default;
}

li.menu-general-item.parent > a {
  padding: 7px 18px 5px 10px;
}

li.menu-general-item.parent > span {
  padding: 7px 18px 5px 10px;
}

li.menu-general-item:hover a {
  color: #5b5b5b;
}

li.menu-general-item:hover span {
  color: #5b5b5b;
}

.menu-general-item .menu-general-root-link:before {
  content: none;
}

.menu-general-item.parent .menu-general-root-link:before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -1px;
  background: transparent;
}

.menu-general-item.parent:hover .menu-general-root-link:before {
  background: #fff;
  z-index: 50;
}

.menu-general-submenu ~ .menu-general-root-link:after {
  margin: 0;
}

.menu-general-root-link-text {
  white-space: normal;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  -ms-word-break: normal;
  word-break: normal;
}

.site-head-inner {
  border: 0;
}

.menu-general-six {
  display: table;
  width: 100%;
}

.menu-general-submenu:before {
  content: "";
  position: absolute;
  padding: 0 9999px;
  margin: 0 -9999px;
  width: 100%;
  height: 100%;
}

.menu-general-sub-category {
  font-size: 14px;
}

.menu-general-sub-category-parent span {
  font-size: 14px;
  cursor: default;
}

.menu-general-sub-category span {
  cursor: default;
}

.no-border {
  border-left-color: transparent;
}

.select-custom select {
  background: #cedd9a;
  border: 1px solid #cacaca !important;
  font-size: 13px;
  width: 160px;
}

.shipping-control-select .select-custom select {
  width: 100%;
}

.select-custom {
  color: #424242;
}

.breads {
  background: #cddd9c;
}

.select-custom:after {
  color: #5b5b5b;
}

.select-custom select option {
  font-size: 13px;
}

.products-view-sort, .products-view-sort-result, .products-view-variants {
  margin: 0;
}

.menu-sub-icon {
  width: 20px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.details-title {
  font-size: 29px;
}

.block-exuding {
  background: transparent;
  border: 1px solid #a3be59;
}

.details-carousel-selected {
  border-color: #ccdd9c !important;
  opacity: 1;
}

.details-additional-graphics .cs-bg-12 {
  background: transparent;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.2;
  padding-bottom: 5px;
}

.breads-item-current.cs-t-3 {
  color: #5b5b5b !important;
}

.cart-popup-carousel .carousel-inner {
  width: 100% !important;
}

.cart-popup-carousel .products-view-tile .products-view-item, .cart-popup-carousel .products-view-tile.products-view-item {
  width: 100% !important;
}

.blocks-on-main-horizontals .check-order, .blocks-on-main-horizontals .block-certificate {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-right: 0;
}

.blocks-on-main-horizontals .check-order {
  background: #f3f3f3 url("../images/checkorder.png") no-repeat 11px center;
  padding: 10px 15px 0 95px;
  height: 95px;
  border-radius: 0;
}

.blocks-on-main-horizontals .check-order .check-order-field input.input-xsmall {
  width: 60%;
}

.blocks-on-main-horizontals .check-order .check-order-field input.btn-action {
  width: 38%;
  padding: 0;
  height: 37px;
}

.blocks-on-main-horizontals .block-certificate {
  background: #f3f3f3 url("../images/giftsertificate.png") no-repeat center center;
  background-size: 94%;
  padding: 0 70px;
  height: 95px;
  display: inline-flex;
}

.blocks-on-main-horizontals .block-certificate .block-certificate-txt {
  font-size: 15px;
  background: transparent;
  padding: 0;
  color: #5b5b5b;
  text-align: center;
  text-decoration: underline;
  margin: auto;
}

.blocks-on-main-horizontals .subscribe-block {
  background: #f3f3f3 url("../images/newssubscribe.png") no-repeat 11px center;
  padding: 10px 15px 10px 95px;
  height: 95px !important;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.blocks-on-main-horizontals .subscribe-block .subscribe-block-field input.input-xsmall {
  width: 75%;
}

.blocks-on-main-horizontals .subscribe-block .subscribe-block-field input.btn-action {
  width: 20%;
  padding: 0;
  height: 37px;
}

@media screen and (max-width: 1180px) {
  a.menu-general-root-link {
    font-size: 11px;
  }

  span.menu-general-root-link {
    font-size: 11px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 800px) {
  a.menu-general-root-link {
    font-size: 11px !important;
  }

  span.menu-general-root-link {
    font-size: 11px !important;
  }

  li.menu-general-item.parent > a {
    padding: 7px 13px 5px 2px;
  }

  .menu-general-root-link-text {
    white-space: normal;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    overflow-wrap: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.menu-general-root-link {
    font-size: 13px !important;
  }

  span.menu-general-root-link {
    font-size: 13px !important;
  }

  li.menu-general-item.parent > a {
    padding: 7px 13px 5px 2px;
  }

  .menu-general-root-link-text {
    white-space: normal;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    overflow-wrap: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
  }
}
.products-specials-best-h, .products-specials-new-h, .products-specials-discount-h {
  text-transform: uppercase;
  text-decoration: none;
}

.products-specials-best-h:hover, .products-specials-new-h:hover, .products-specials-discount-h:hover {
  text-decoration: none;
}

.toolbar-bottom-block {
  font-size: 10px !important;
}

.product-categories-slim {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.threesixty {
  width: 500px !important;
  height: 600px !important;
}

.details-rotate {
  height: 500px !important;
}

.custom_table_image {
  display: none;
}

.block_button_pager_custom {
  display: flex;
  flex-direction: row-reverse;
  float: left;
}

.block_button_pager_custom div:first-child {
  margin: inherit !important;
}

.block_button_pager_custom .products-view-buy {
  background: none;
  font-size: 17px;
  position: relative;
  top: -6px;
  right: 8px;
}

.block_button_pager_custom .products-view-buy:hover {
  color: black !important;
  text-decoration: underline;
}

.block_button_pager_custom .pagenumberer .pagenumberer-next {
  position: relative;
  top: 2px;
}

.site-body-main .category-description {
  display: inline-block;
}

.cart-full-buttons [data-ng-href=checkout] {
  color: #5b5b5b;
  background: #ffaa55;
}

.gallery-block {
  padding-right: 10px;
}

.details-title {
  overflow: hidden;
  width: 100%;
  line-height: 25px;
  max-height: 72px;
}

.details-title:before {
  content: "";
  float: left;
  width: 5px;
  height: 67px;
}

.details-title > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.details-title:after {
  content: "…";
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 2em;
  margin-left: -2em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  padding-bottom: 4px;
  opacity: 0;
}

/*.details-title.big {
        max-height: 72px;
    }*/
.details-title.big:after {
  opacity: 1;
}

.table-mobile-custom .table-mobile-custom-center img {
  max-height: none;
  max-width: none;
}

.zindex {
  z-index: 9999 !important;
}

.site-head-logo img {
  max-height: 100%;
  max-width: 100%;
}

.cards-form-input-wrap, .cards-form-btn-wrap {
  flex-basis: 100%;
  max-width: 100%;
}

.cart-full-result-block, .cart-full-addition {
  border-color: transparent;
}

#share42 > a {
  width: 30px !important;
  height: 30px !important;
  background-image: url("../../../share42/icons.png") !important;
  background-repeat: no-repeat;
  background-size: auto !important;
}
#share42 [data-count=fb] {
  background-position: -29px 0 !important;
}
#share42 [data-count=vk] {
  background-position: 2px 0 !important;
}
#share42 [data-count=odkl] {
  background-position: -59px 0 !important;
}
#share42 [data-count=twi] {
  background-position: -89px 0 !important;
}

.news-item-r-title {
  font-size: 0.9375rem;
  font-weight: bold;
}

.news-menu-link {
  display: block;
  padding: 0.4375rem 1.0625rem;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: 0.3125rem;
}

.mobile-version .child-staticPage-custom {
  display: none;
}

.bm-banner {
  margin: 0 auto 20px;
}

.reviews-list .review-item {
  padding: 1.25rem 1.0625rem;
}
.reviews-list .review-item-name, .reviews-list .review-item-date {
  padding-left: 0;
}
.reviews-list .review-item__photo-list {
  margin-top: 5px;
}
.reviews-list .review-item-text {
  font-size: 18px;
  padding: 0 0 0.875rem;
}

.reviews p {
  margin-bottom: 10px;
}
.reviews .review-form-header {
  padding-top: 5px;
  margin-bottom: 15px;
}
.reviews .form-field {
  margin-bottom: 10px;
}

.threesixty .threesixty_images img.current-image {
  width: auto;
  transform: translateX(-50%);
  left: 50%;
}

.gallery-block {
  position: relative;
}

.gallery-photos-slider {
  margin-right: 6rem;
}

.prod-photo-view-change.rotate {
  position: absolute;
  bottom: 0;
  right: 0;
}

.prod-photo-view-change {
  height: 85px;
  width: 85px;
  background: url(../images/3d.png);
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: 5rem;
}
