.hide-mobile {
  display: block;
}
img.hide-mobile {
  display: inline-block;
}
.show-mobile {
  display: none;
}
.show-mobile.d-flex {
  display: none !important;
}
.hide-md {
  display: block;
}
.show-md {
  display: none;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
lighten(#1aa503, 10%) a:hover {
  color: #1aa503;
}
.fixed-top {
  background: #fff3e6;
  padding-bottom: 5px;
  min-height: 92px;
}
.btn-yellow {
  color: #783246;
  background-color: #ffa000;
  border-color: #ffa000;
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #783246;
  background-color: #cc8000;
  border-color: #cc8000;
  outline: none;
  box-shadow: none;
}
.btn-yellow:hover {
  color: #f5e7eb;
  background-color: #805000;
  border-color: #805000;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #783246;
  background-color: #cc8000;
  border-color: #cc8000;
  outline: none;
  box-shadow: none;
}
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.open > .dropdown-toggle.btn-yellow:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.open > .dropdown-toggle.btn-yellow:focus,
.btn-yellow:active.focus,
.btn-yellow.active.focus,
.open > .dropdown-toggle.btn-yellow.focus {
  color: #783246;
  background-color: #a86a00;
  border-color: #a86a00;
  outline: none;
  box-shadow: none;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-image: none;
  outline: none;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus {
  background-color: #ffa000;
  border-color: #ffa000;
}
.btn-yellow .badge {
  color: #ffa000;
  background-color: #783246;
}
.btn-green {
  color: #ffffff;
  background-color: #a8cc00;
  border-color: #a8cc00;
}
.btn-green:focus,
.btn-green.focus {
  color: #ffffff;
  background-color: #7e9900;
  border-color: #7e9900;
  outline: none;
  box-shadow: none;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #3f4d00;
  border-color: #3f4d00;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #7e9900;
  border-color: #7e9900;
  outline: none;
  box-shadow: none;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #ffffff;
  background-color: #617500;
  border-color: #617500;
  outline: none;
  box-shadow: none;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
  outline: none;
}
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus {
  background-color: #a8cc00;
  border-color: #a8cc00;
}
.btn-green .badge {
  color: #a8cc00;
  background-color: #ffffff;
}
.btn-grey {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #ffffff;
  background-color: #858585;
  border-color: #858585;
  outline: none;
  box-shadow: none;
}
.btn-grey:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #ffffff;
  background-color: #858585;
  border-color: #858585;
  outline: none;
  box-shadow: none;
}
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
  color: #ffffff;
  background-color: #737373;
  border-color: #737373;
  outline: none;
  box-shadow: none;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
  outline: none;
}
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-grey .badge {
  color: #9e9e9e;
  background-color: #ffffff;
}
.custom-radio {
  display: none;
}
.custom-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 26px;
  font-weight: 600;
  margin-bottom: 2px;
}
.custom-radio + label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #fff;
}
.custom-radio + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 5px;
  background: transparent;
  border: 0;
  opacity: 0;
  width: 7px;
  height: 7px;
  background: #a8cc00;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-radio + label.error:before {
  border-color: red;
}
.custom-radio ~ .radio-help {
  max-height: 0;
  overflow: hidden;
  font-size: 12px;
  color: #8d8d8d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding-left: 26px;
  letter-spacing: 1px;
}
.custom-radio:checked + label:after {
  opacity: 1;
}
.custom-radio:checked ~ .radio-help {
  max-height: 50px;
}
.custom-radio.radio-check + label {
  font-size: 12px;
  color: #232323;
  padding: 0 0 0 36px;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: -0.1px;
  min-height: 30px;
}
.custom-radio.radio-check + label:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #e2e2e2;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.custom-radio.radio-check + label:after {
  content: url("/var/themes/default/skin/images/check.svg");
  position: absolute;
  top: 8px;
  left: 7px;
  opacity: 0;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-radio.radio-check:checked {
  padding: 0 0 0 36px;
}
.custom-radio.radio-check:checked + label:before {
  background: #a8cc00;
}
.custom-radio.radio-check:checked + label:after {
  opacity: 1;
}
.btn {
  padding: 0.65rem .75rem;
  border-radius: 30px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.callbackbtn {
  margin-top: 25px;
  line-height: 1;
  padding: 0.7rem .75rem;
  padding-bottom: 0.8rem;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-error {
  color: #ea4336;
}
.SumoSelect.open > .optWrapper {
  top: 45px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url("/var/themes/default/skin/images/select-arrow.svg");
  opacity: 1;
}
.SumoSelect > .CaptionCont > label {
  margin-bottom: 0;
}
.SumoSelect > .CaptionCont > span {
  color: #c0c0c0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #ffa000;
}
.form-control,
.SumoSelect > .CaptionCont {
  padding: 0.7rem .75rem;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
  border-color: #e1e1e1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control.gui-field-error,
.SumoSelect > .CaptionCont.gui-field-error {
  border-color: #ea4336;
}
.form-control::-webkit-input-placeholder,
.SumoSelect > .CaptionCont::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232323;
}
.form-control::-moz-placeholder,
.SumoSelect > .CaptionCont::-moz-placeholder {
  color: #232323;
}
.form-control:-ms-input-placeholder,
.SumoSelect > .CaptionCont:-ms-input-placeholder {
  color: #232323;
}
.form-control:-moz-placeholder,
.SumoSelect > .CaptionCont:-moz-placeholder {
  color: #232323;
}
.form-control:focus,
.SumoSelect > .CaptionCont:focus {
  border-color: #ffa000;
}
.form-control.error,
.SumoSelect > .CaptionCont.error {
  border-color: red;
}
.padR0 {
  padding-right: 0;
}
.error-content {
  text-align: center;
}
.error-content .error-title {
  margin-bottom: 15px;
}
.error-content .error-title span {
  position: relative;
  top: 8px;
  font-size: 50px;
  font-weight: 300;
}
.error-content .error-title img {
  margin-left: 13px;
}
.error-content .content {
  color: #808080;
}
.error-content .content div {
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.error-content .content div:after {
  content: '';
  width: 600px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  left: 50%;
  transform: translateX(-50%);
}
.error-content .content p {
  margin-bottom: 5px;
}
.error-content .content strong,
.error-content .content b {
  color: #000000;
  font-weight: 500;
}
.error-content .content .btn {
  line-height: 0.6;
  padding: 0.85rem 1.85rem;
}
.fancybox-lock .fixed-top {
  padding-right: 17px;
}
.block-title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  color: #ffa000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.block-title:before {
  content: '';
  position: absolute;
  width: 65%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffa000;
}
.block-title span {
  padding: 0 25px;
  position: relative;
  z-index: 20;
  background: white;
  display: inline-block;
}
.popular-cat {
  text-align: center;
}
.popular-cat .item-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.popular-cat .item {
  width: 15%;
}
.popular-cat .link:focus,
.popular-cat .link:hover {
  text-decoration: none;
  color: #232323;
}
.popular-cat .title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 13px;
  line-height: 1;
}
.popular-cat .text {
  font-size: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
  margin-bottom: 14px;
}
.popular-cat .text p {
  display: inline-block;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 7px;
}
.popular-cat .btn {
  width: 139px;
}
.main-utp-block {
  background: url(/var/themes/default/skin/images/main-utp-back.png) no-repeat 50% 0%;
  background-size: cover;
  padding-bottom: 110px;
  position: relative;
  top: -5px;
  z-index: 500;
}
.main-utp-block .utp-block-title {
  color: #603813;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
  padding-top: 60px;
  font-size: 32px;
}
.main-utp-block .utp-block-title span {
  font-weight: 700;
}
.main-utp-block .utp-block-title span.b {
  color: #000;
}
.main-utp-block .utp-block-title span.o {
  color: #ffa000;
}
.main-utp-block .item .content .title {
  font-size: 21px;
  color: #603813;
}
.product-block {
  text-align: left;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-block .link {
  display: block;
}
.product-block .link:hover {
  border-color: #eeeeee;
  text-decoration: none;
  color: #a8cc00;
}
.product-block .image {
  display: block;
  text-align: center;
}
.product-block .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-top: 9px;
  margin-bottom: 1px;
  letter-spacing: 0.1px;
  min-height: 50px;
  display: block;
  color: #603813;
}
.product-block .title a {
  color: #603813;
}
.product-block .subtitle {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
.product-block .rate {
  margin-top: 5px;
  margin-bottom: 4px;
}
.product-block .price-block {
  text-align: left;
}
.product-block .price-block .price-old {
  position: relative;
}
.product-block .price-block .price {
  font-size: 24px;
  color: #a8cc00;
  line-height: 1;
}
.product-block .price-block .price .price-currency {
  color: #999;
  font-size: 16px;
}
.product-block .label {
  position: absolute;
  top: -2px;
  left: 30px;
  height: 0;
}
.product-block .buy {
  width: 135px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.5;
  padding-left: 50px;
  position: relative;
}
.product-block .buy:hover .weight {
  transform: scale(1.2);
}
.product-block .buy .weight {
  position: absolute;
  width: 41px;
  height: 41px;
  top: -1px;
  left: -1px;
  border-radius: 100%;
  background: #ffa000;
  color: #ffa000;
  text-transform: lowercase;
  line-height: 40px;
  font-size: 13px;
  overflow: hidden;
  transition: 0.2s;
}
.product-block .buy .weight div {
  height: 41px;
}
.product-block .buy .weight div.gr {
  line-height: 1;
  padding: 11px 0 10px;
  font-size: 10px;
}
.product-block .rates {
  margin: 5px 0;
}
.product-block .rates .vote-hover {
  padding-left: 0 !important;
}
.product-block .rates .vote-block {
  position: relative;
}
.product-block .rates .vote-block .vote-active {
  position: absolute;
  top: -1px;
}
.product-block .rates .text {
  padding-top: 1px;
  font-size: 12px;
  line-height: 1;
}
.product-block .short-attr {
  padding: 5px 0;
}
.product-block .short-attr .attr.attr-type_sweet {
  min-height: 48px;
}
.product-block .short-attr .attr span {
  color: #808080;
}
.main-catalog .list {
  padding: 0;
  margin-left: -2%;
  margin-right: -2%;
}
.main-catalog .list .item {
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 4%;
}
.main-catalog .list .item.cat:hover .content:after {
  background: rgba(0, 0, 0, 0);
}
.main-catalog .list .item.cat:hover .content .title {
  font-size: 22px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.main-catalog .list .item.cat:hover .content .title .back:after {
  background: rgba(0, 0, 0, 0);
}
.main-catalog .list .item.cat .content {
  position: relative;
  display: block;
}
.main-catalog .list .item.cat .content:before {
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 20;
}
.main-catalog .list .item.cat .content img {
  width: 100%;
}
.main-catalog .list .item.cat .content .title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 21px;
  color: white;
  text-transform: uppercase;
  padding: 15px 30px;
  overflow: hidden;
  z-index: 30;
  transition: 0.4s;
}
.main-catalog .list .item.cat .content .title .back {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.main-catalog .list .item.cat .content .title .back:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: 0.3s;
}
.main-catalog .list .item.cat .content .title span {
  position: relative;
  z-index: 25;
}
.main-catalog .list .item.cat .content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: 0.3s;
}
.main-catalog .list .item.all-cat .content {
  position: relative;
  display: block;
}
.main-catalog .list .item.all-cat .content:hover:before {
  opacity: 0.3;
}
.main-catalog .list .item.all-cat .content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(168, 204, 0, 0.7);
  z-index: 20;
  transition: 0.4s;
}
.main-catalog .list .item.all-cat .content > img {
  width: 100%;
}
.main-catalog .list .item.all-cat .content .title {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 21px;
  color: white;
  text-transform: uppercase;
  padding: 15px 30px;
  overflow: hidden;
  z-index: 30;
  transition: 0.4s;
  text-align: center;
  transform: translateY(-50%);
}
.main-catalog .list .item.all-cat .content .title img {
  width: 150px;
  display: block;
  margin: 0 auto 15px;
}
.top-sale,
.sales,
.novelty {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.8px;
  float: left;
  margin-right: 6px;
  transition: 0.3s;
  min-width: 18px;
  min-height: 50px;
}
.top-sale:hover,
.sales:hover,
.novelty:hover {
  margin-top: -3px;
}
.price {
  font-weight: 600;
  font-size: 20px;
  color: #232323;
}
.price-old {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  color: #ff0000;
}
.main-brands .brands-list,
.catalog-page .brands-list {
  min-height: 110px;
}
.main-brands .brands-list .item,
.catalog-page .brands-list .item {
  height: 100px;
  background: no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  top: 0;
  transition: 0.25s;
}
.main-brands .brands-list a:hover,
.catalog-page .brands-list a:hover {
  margin-top: 5px;
}
.brands-page .brands-list {
  margin-top: 20px;
  margin-bottom: 30px;
}
.brands-page .brands-list .item {
  background-size: contain;
  margin-bottom: 10px;
}
.brands-page .brands-list .item a {
  font-weight: 800;
  transition: 0.2s;
}
.brands-page .brands-list .item a:hover {
  color: #ffa000;
  text-decoration: none;
}
.main-brands {
  margin-bottom: 20px;
}
.catalog-page .brands-list {
  margin: 25px 0 15px;
}
.ui-widget-header .ui-icon {
  background-image: none;
}
.mainpage .seo-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.short-text {
  max-height: 240px;
  overflow: hidden;
  transition: 0.3s;
}
.short-text.active {
  max-height: 1200px;
}
.seemore {
  text-align: center;
  margin-top: 10px;
}
.seemore span {
  color: #ffa000;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s;
}
.seemore span:hover {
  color: #a8cc00;
}
.seo-text {
  font-size: 14px;
  padding-bottom: 19px;
  line-height: 1.4;
  letter-spacing: 0.6px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.seo-text h1,
.seo-text h2 {
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #603813;
  font-size: 26px;
  margin-bottom: 15px;
}
.seo-text p {
  margin-bottom: 10px;
}
.footer {
  background: #fff3e6;
}
.footer-block {
  min-height: 95px;
}
.footer-block .phones {
  color: #fff;
}
.footer-block .phones > * a {
  transition: 0.3s;
  color: #fff;
}
.footer-block .phones > * a:hover,
.footer-block .phones > * a:focus {
  text-decoration: none;
}
.footer-block .menu-list ul {
  margin-bottom: 0;
}
.footer-block .list-item {
  font-size: 14px;
  margin-right: 33px;
}
.footer-block .list-item a {
  color: #fff;
}
.footer-block .list-item a:focus,
.footer-block .list-item a:hover,
.footer-block .list-item a.current {
  text-decoration: none;
  color: #ababab;
}
.footer-block .social-link {
  margin-right: 22px;
  opacity: 0.4;
}
.footer-block .social-link:hover,
.footer-block .social-link:focus {
  text-decoration: none;
  opacity: 1;
}
.copyright {
  font-size: 14px;
  padding-bottom: 0px;
  color: #ababab;
}
.copyright a {
  color: #ababab;
}
.copyright a:hover,
.copyright a:focus {
  color: #ffa000;
  opacity: 1;
  text-decoration: none;
}
.copyright img {
  margin-right: 10px;
}
.filter-wrapper {
  background: #fff3e6;
  padding: 20px 34px 20px 20px;
}
.filter-wrapper .ui-slider {
  height: 6px;
  background: #e2c7a9;
  border: none;
  border-radius: 3px;
}
.filter-wrapper .ui-state-default,
.filter-wrapper .ui-widget-content .ui-state-default,
.filter-wrapper .ui-widget-header .ui-state-default {
  width: 15px;
  height: 15px;
  background: #a8cc00;
  border-radius: 50%;
  border: none;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}
.filter-wrapper .ui-state-default:focus,
.filter-wrapper .ui-widget-content .ui-state-default:focus,
.filter-wrapper .ui-widget-header .ui-state-default:focus {
  outline: none;
}
.filter-wrapper .ui-widget-header {
  background: #783246;
}
.filter-wrapper .range-block {
  margin-bottom: 21px;
}
.filter-wrapper .range-block .input-block {
  width: 48%;
}
.filter-wrapper .range-block .input-separator {
  display: inline-block;
  height: 1px;
  background: #e2c7a9;
  width: 8%;
}
.filter-wrapper .range-block .form-control {
  padding: 0.7rem .8rem;
  font-size: 12px;
  font-weight: 600;
  border-color: #783246;
  color: #783246;
}
.filter-content {
  padding-left: 10px;
}
.filter-content .block-label:first-child {
  border-top: 1px solid #e2c7a9;
}
.filter-title {
  color: #603813;
  font-size: 21px;
  padding: 0 0 10px;
  font-weight: 400;
  padding-left: 10px;
}
.flush {
  font-weight: 700;
  color: #adadad;
  margin: 40px 0 20px;
}
.flush a {
  color: inherit;
  text-decoration: underline;
}
.flush a:hover,
.flush a:focus {
  color: inherit;
  opacity: 0.6;
}
.attribute-range + script + .block-label {
  border-top: 0;
}
.block-label {
  font-weight: 500;
  font-size: 16px;
  padding-top: 20px;
  margin-bottom: 15px;
  border-top: 1px solid #e2c7a9;
  position: relative;
}
.block-label .collapse-link {
  display: block;
  position: relative;
  color: #783246;
}
.block-label .collapse-link:hover,
.block-label .collapse-link:focus {
  color: inherit;
  text-decoration: none;
}
.block-label .collapse-link img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-label .collapse-link.collapsed img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.block-label + .collapse {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: 0.1s;
}
.block-label.active + .collapse,
.block-label + .collapse.show {
  max-height: 2500px;
}
.attribute-checkbox {
  line-height: 26px;
  margin-bottom: 11px;
  position: relative;
}
.attribute-checkbox:last-child {
  margin-bottom: 30px;
}
.attribute-checkbox a {
  padding-left: 40px;
  color: #603813;
}
.attribute-checkbox a:hover,
.attribute-checkbox a:focus {
  color: #434343;
}
.attribute-checkbox a:hover:after,
.attribute-checkbox a:focus:after {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  top: 0px;
  left: 1px;
  opacity: 1;
  background: #783246;
}
.attribute-checkbox a:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #783246;
  background: #fff;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 4px;
}
.attribute-checkbox a:after {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 5px;
  opacity: 0;
  background: #783246;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.attribute-checkbox.selected a:before {
  background: white;
}
.attribute-checkbox.selected a:after {
  opacity: 1;
  background: #783246;
}
.sort-title {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
.sort-block {
  padding: 0;
}
.sort-item {
  font-size: 16px;
  border: 1px solid #a8cc00;
  margin-left: 20px;
  line-height: 1;
  padding: 14px 23px;
  border-radius: 30px;
  cursor: pointer;
  color: #a8cc00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sort-item.active,
.sort-item:hover,
.sort-item:focus {
  background: #a8cc00;
  color: #fff;
  border-color: #a8cc00;
}
.load-more {
  margin: 0 auto;
  margin-bottom: 41px;
  padding: 0.6rem 1.95rem 0.7rem;
  cursor: pointer;
}
.pagination-wrapper {
  padding: 12px 0;
  background: none;
}
.paginationControl {
  font-size: 16px;
  text-align: center;
}
.paginationControl > * {
  font-weight: 400;
  background-color: transparent;
  line-height: 1;
  padding: 9px 2px;
  text-align: center;
  transition: all .3s ease;
  display: inline-block;
  border-radius: 3px;
  margin-right: 4px;
  min-width: 36px;
  border: 1px solid #a8cc00;
  color: #a8cc00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paginationControl > *.current {
  background-color: #a8cc00;
  color: #fff;
  cursor: default;
}
.paginationControl > *.next,
.paginationControl > *.prev {
  display: none;
}
.paginationControl a:hover,
.paginationControl a:focus {
  color: #fff;
  background-color: #a8cc00;
  text-decoration: none;
}
.breadcrumb {
  background: none;
  border: none;
  border-radius: 0;
  margin: 38px 0 20px;
  font-size: 14px;
  padding: 0 5px;
  font-weight: 300;
}
.breadcrumb li {
  margin: 0;
}
.breadcrumb li a {
  color: #232323;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  text-decoration: none;
  color: #a8cc00;
}
.breadcrumb li + li:before {
  padding-left: 12px;
  padding-right: 2px;
}
.breadcrumb li.separator {
  content: url("/var/themes/default/skin/images/breadcrumb-separator.svg");
  position: relative;
  top: 7px;
  margin: 0 7px;
}
.page-title {
  color: #ffa000;
}
.page-title h1 {
  font-weight: 600;
}
.header-page-row {
  margin-top: 5px;
  margin-bottom: 10px;
}
.header-page-row .page-title h1 {
  margin-bottom: 0;
}
.header-page-row .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
}
.product-card-utp {
  margin-top: 70px;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  background: url(/var/themes/default/skin/images/utp-product-block.png);
  background-size: cover;
}
.product-card-utp > .container > .row {
  height: 130px;
}
.product-card-utp .item-utp .image img {
  max-width: 100%;
  margin-bottom: 0;
}
.product-card-utp .item-utp .content .title {
  color: #603813;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
}
.product-card-utp .item-utp .content .text {
  text-align: left;
  color: #808080;
}
.product-card .tabs-info {
  padding: 0;
  border: 0;
}
.product-card .tabs-info .tab-title {
  background: none;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #a8cc00;
}
.product-card .tabs-info .tab-title li {
  margin: 0;
  padding: 0;
}
.product-card .tabs-info .tab-title li.ui-tabs-active a {
  background: #a8cc00;
  color: white;
}
.product-card .tabs-info .tab-title li a {
  color: #a8cc00;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
  margin-right: 10px;
  border: 1px solid #a8cc00;
  border-bottom: 0;
}
.product-card .tabs-info .ui-widget-content {
  padding: 1em 0;
}
.product-card .swiper-slide {
  text-align: center;
  position: relative;
}
.product-card .swiper-slide img {
  height: 100%;
  width: auto !important;
  transition: 0.5s ease;
}
.product-card .swiper-slide .zoom-in {
  background: url("/var/themes/default/skin/images/search.png") center center no-repeat;
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  background-size: 16%;
  top: 0;
  left: 0;
}
.product-card .swiper-slide:hover img {
  transform: scale(1.1);
}
.product-card .swiper-slide:hover .zoom-in {
  opacity: 0.8;
}
.product-card .swiper-button-next,
.product-card .swiper-container-rtl .swiper-button-prev {
  background: url("/var/themes/default/skin/images/swiper-next.png") top center no-repeat;
}
.product-card .swiper-button-prev,
.product-card .swiper-container-rtl .swiper-button-next {
  background: url("/var/themes/default/skin/images/swiper-prev.png") top center no-repeat;
}
.product-card .swiper-button-prev,
.product-card .swiper-button-next {
  transition: 0.3s ease;
  width: 25px;
  height: 45px;
  background-size: 25px 45px;
}
.product-card .swiper-button-prev:hover,
.product-card .swiper-button-next:hover {
  opacity: 0.7;
}
.product-card .swiper-button-prev.swiper-button-disabled,
.product-card .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.product-card #rate-all {
  margin-right: 11px;
}
.product-card #rate-all .vote-block {
  position: relative;
}
.product-card #rate-all .vote-block .vote-active {
  position: absolute;
  top: -1px;
}
.product-card #rate-all + .text {
  padding-top: 1px;
  font-size: 14px;
  line-height: 1;
  margin-top: -2px;
}
.product-card .product-image {
  padding-top: 10px;
  position: relative;
}
.product-card .product-image .label {
  position: absolute;
  top: 7px;
  left: 130px;
  height: 0;
  z-index: 30;
}
.product-card .product-image .label .top-sale,
.product-card .product-image .label .sales,
.product-card .product-image .label .novelty {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.8px;
  float: left;
  margin-right: 6px;
  transition: 0.3s;
  min-width: 18px;
  min-height: 50px;
}
.product-card .product-image a img {
  width: 100%;
}
.product-card .short-info > .title {
  color: #603813;
  font-size: 20px;
  margin-bottom: 10px;
}
.product-card .page-title {
  font-weight: 700;
  font-size: 20px;
  margin: 5px 0 7px;
}
.product-card .rates {
  margin-bottom: 5px;
}
.product-card .short-description {
  line-height: 1.75;
  margin-bottom: 28px;
}
.product-card .params {
  padding: 10px 0;
}
.product-card .params .title {
  margin-right: 7px;
  color: #808080;
}
.product-card .params .value {
  color: #232323;
}
.product-card .description {
  line-height: 1.45;
  padding-right: 22px;
  letter-spacing: 0.4px;
  color: #808080;
}
.product-card .description h2,
.product-card .description h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-bottom: 19px;
}
.product-card .description > *:first-child {
  margin-top: 15px;
}
.product-card .description p {
  margin-bottom: 20px;
}
.storage {
  padding-right: 46px;
}
.storage-title {
  margin-top: 43px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
.storage .item {
  position: relative;
  padding-left: 73px;
  font-weight: 300;
}
.storage .item strong {
  font-size: 18px;
  font-weight: 700;
}
.storage .title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 300;
  color: #a8cc00;
  font-size: 40px;
  line-height: 1;
}
.storage .title:after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #a8cc00;
  background: #fff;
  position: absolute;
  top: 4px;
  right: -10px;
}
.addi_price {
  text-align: right;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}
.addi_price .notice {
  color: #808080;
}
.buy-option {
  position: relative;
}
.buy-option .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  color: #808080;
  text-align: right;
}
.buy-option .buy-card {
  padding: 1rem .75rem;
  margin-bottom: 20px;
  background: #603813;
  color: #ffa000;
  border-color: #603813;
  transition: 0.25s;
  padding-right: 50px;
  position: relative;
}
.buy-option .buy-card:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #603813;
}
.buy-option .buy-card:hover .icon {
  transform: translateY(-50%) scale(1.15);
  border-color: #603813;
}
.buy-option .buy-card .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -2px;
  background: url(/var/themes/default/skin/images/cart_icon.png) no-repeat 50% 50%;
  transform: translateY(-50%);
  background-color: #ffa000;
  border-radius: 100%;
  transition: 0.2s;
  border: 2px solid #ffa000;
}
.qty-edit {
  margin-bottom: 0;
  max-width: 120px;
}
.qty-edit .checkout-product-qty {
  width: 42px;
  border-radius: 0;
  text-align: center;
  padding: 6px 5px;
  line-height: 1;
}
.qty-edit .minus {
  border-radius: 3px 0 0 3px;
}
.qty-edit .plus {
  border-radius: 0 3px 3px 0;
}
.qty-edit .plus,
.qty-edit .minus {
  border: 1px solid;
  line-height: 0.4;
  padding: 9px 7px;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  color: #603813;
  transition: 0.2s;
}
.qty-edit .plus:hover,
.qty-edit .minus:hover {
  background: #999;
  border-color: #999;
}
.qty-edit .plus:hover span,
.qty-edit .minus:hover span {
  color: white;
}
.qty-edit .plus span,
.qty-edit .minus span {
  display: inline-block;
  padding: 2px 0;
}
.configurable-block .select {
  display: block !important;
}
.configurable-block .select ul {
  list-style: none;
  padding-left: 0;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  height: auto !important;
  margin-bottom: 4px;
}
.configurable-block .select ul li {
  padding-left: 40px;
  height: 25px;
  color: #434343;
  position: relative;
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  cursor: pointer;
}
.configurable-block .select ul li:hover,
.configurable-block .select ul li:focus {
  color: #434343;
  text-decoration: none;
  opacity: 0.6;
}
.configurable-block .select ul li:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #e2e2e2;
  background: #fff;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.configurable-block .select ul li:after {
  content: url("/var/themes/default/skin/images/check.svg");
  position: absolute;
  top: 2px;
  left: 7px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.configurable-block .select ul li.selected:before {
  background: #a8cc00;
}
.configurable-block .select ul li.selected:after {
  opacity: 1;
}
.price-content {
  margin-top: 15px;
  margin-bottom: 35px;
}
.price-content .price-title {
  color: #808080;
  padding-right: 0;
}
.price-content .price-block {
  text-align: right;
}
.price-content .price-block .price-old {
  font-size: 16px;
  position: relative;
  color: #ff0000;
  padding-right: 0;
}
.price-content .price-block .price {
  font-size: 33px;
  color: #a8cc00;
  line-height: 1;
}
.price-content .price-block .price .currency {
  font-size: 16px;
  color: #999;
}
.buy-one-click {
  color: #a8cc00;
  background-color: transparent;
  border-color: #a8cc00;
  padding: 1rem .75rem;
}
.buy-one-click:focus,
.buy-one-click.focus {
  color: #a8cc00;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7e9900;
  outline: none;
  box-shadow: none;
}
.buy-one-click:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #3f4d00;
}
.buy-one-click:active,
.buy-one-click.active,
.open > .dropdown-toggle.buy-one-click {
  color: #a8cc00;
  background-color: rgba(0, 0, 0, 0);
  border-color: #7e9900;
  outline: none;
  box-shadow: none;
}
.buy-one-click:active:hover,
.buy-one-click.active:hover,
.open > .dropdown-toggle.buy-one-click:hover,
.buy-one-click:active:focus,
.buy-one-click.active:focus,
.open > .dropdown-toggle.buy-one-click:focus,
.buy-one-click:active.focus,
.buy-one-click.active.focus,
.open > .dropdown-toggle.buy-one-click.focus {
  color: #a8cc00;
  background-color: rgba(0, 0, 0, 0);
  border-color: #617500;
  outline: none;
  box-shadow: none;
}
.buy-one-click:active,
.buy-one-click.active,
.open > .dropdown-toggle.buy-one-click {
  background-image: none;
  outline: none;
}
.buy-one-click.disabled:hover,
.buy-one-click[disabled]:hover,
fieldset[disabled] .buy-one-click:hover,
.buy-one-click.disabled:focus,
.buy-one-click[disabled]:focus,
fieldset[disabled] .buy-one-click:focus,
.buy-one-click.disabled.focus,
.buy-one-click[disabled].focus,
fieldset[disabled] .buy-one-click.focus {
  background-color: transparent;
  border-color: #a8cc00;
}
.buy-one-click .badge {
  color: transparent;
  background-color: #a8cc00;
}
.buy-one-click:hover {
  color: #ffffff;
  background-color: #a8cc00;
  border-color: #a8cc00;
}
.utp-wrapper {
  text-align: center;
  position: relative;
}
.utp-wrapper .item-utp img {
  margin-bottom: 5px;
}
.utp-wrapper .item-utp .title {
  font-size: 13px;
  font-weight: 600;
  color: #8d8d8d;
}
.review-wrapper {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-top: 18px;
}
.review-wrapper .nav-tabs {
  border: none;
}
.review-wrapper .title-block {
  font-weight: 600;
  padding: 9px 14px 10px 29px;
  background: #eeeeee;
}
.review-wrapper .title {
  font-size: 20px;
}
.review-wrapper .send-review {
  font-size: 14px;
  color: #8d8d8d;
  position: relative;
  top: -3px;
  border-bottom: 1px solid #8d8d8d;
}
.review-wrapper .title:hover,
.review-wrapper .send-review:hover,
.review-wrapper .title:focus,
.review-wrapper .send-review:focus {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}
.review-wrapper .reviews-list .vote-block {
  position: relative;
}
.review-wrapper .reviews-list .vote-block .vote-active {
  position: absolute;
  top: 0;
}
.review-wrapper .date {
  margin-right: 20px;
  font-size: 14px;
  color: #88898d;
}
.review-wrapper .review {
  border-bottom: 1px solid #eeeeee;
  padding: 23px 28px 22px 28px;
}
.review-wrapper .review:last-child {
  border-bottom: none;
}
.review-wrapper .name {
  margin-top: 9px;
  margin-bottom: 4px;
}
.review-wrapper .review-content {
  line-height: 1.45;
}
.review-rate {
  position: relative;
  width: 87px;
  height: 14px;
  margin: 10px 0;
  top: 34px;
  margin-top: -34px;
  left: 100px;
}
.review-rate .vote-label {
  position: absolute;
  width: 20%;
  bottom: 0;
  text-align: center;
  display: none;
}
.review-rate .vote-label.label-1 {
  left: 0;
}
.review-rate .vote-label.label-2 {
  left: 20%;
}
.review-rate .vote-label.label-3 {
  left: 40%;
}
.review-rate .vote-label.label-4 {
  left: 60%;
}
.review-rate .vote-label.label-5 {
  left: 80%;
}
.review-rate .vote-star {
  float: left;
  width: 13px;
  height: 12px;
  background: url(/var/themes/default/skin/images/stars.png) no-repeat left top;
  background-size: cover;
  cursor: pointer;
  margin-right: 4px;
}
.review-rate .vote-star:last-child {
  margin-right: 0;
}
.review-rate .vote-star.active {
  background-position: left bottom;
}
.review-form-wrapper {
  background: #f2f2f2;
  padding: 0 51px 30px;
}
.review-form-wrapper .title {
  font-weight: 600;
  font-size: 20px;
  color: #323232;
  padding-top: 21px;
  margin-bottom: 22px;
  text-align: center;
}
.review-form-wrapper .control-label {
  margin-top: 7px;
}
.review-form-wrapper .form-send {
  margin: 30px auto 0;
  display: block;
  cursor: pointer;
}
.review-form-wrapper .fade {
  opacity: 1;
}
.review-form-wrapper .controls {
  margin-bottom: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-radius: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-color: transparent;
}
.ui-dialog {
  padding: 0;
  border: none;
  z-index: 9999;
}
.ui-dialog .ui-dialog-content {
  overflow: visible;
  padding: 0px 8px 10px 13px;
}
.ui-widget-overlay {
  z-index: 9999;
  opacity: 0.6;
}
.cart-return {
  color: #bcbcbc;
  position: absolute;
  font-size: 14px;
  border-bottom: 1px solid #bcbcbc;
  line-height: 1.3;
}
.cart-return:hover,
.cart-return:focus {
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
}
.cart-return:focus {
  outline: none;
}
.cart-return:before {
  content: url("/var/themes/default/skin/images/back.png");
  position: absolute;
  top: 4px;
  left: -20px;
}
.title_qty {
  font-weight: 700;
}
.title_qty .params {
  font-weight: 400;
}
.ui-widget-content .cart-return {
  top: -48px;
  right: 20px;
}
.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  color: #232323;
  font-size: 32px;
  line-height: 58px;
  padding: 0 15px 0 61px;
  border-radius: 0!important;
  font-weight: 700;
  border: none;
}
.ui-dialog .ui-dialog-titlebar:before {
  content: url("/var/themes/default/skin/images/cart.svg");
  position: absolute;
  left: 14px;
  top: 6px;
}
.ui-widget {
  font-family: ProximaNova, Sans-Serif;
  overflow: visible;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 16px;
}
.ui-dialog-titlebar-close {
  display: none;
}
.ui-widget button {
  margin-top: 15px;
  padding: 0.6rem 1.75rem;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(/var/themes/default/skin/images/close-modal.png);
  position: absolute;
  top: -12px;
  right: -23px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 80400000;
  display: block;
  border: none;
  transition: 0.3s ease;
  background-size: 59%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  opacity: 0.6;
}
#callbackFormContainer {
  background: #fff;
  padding: 0 15px;
}
#callbackFormContainer .title {
  background: transparent;
  color: #232323;
  font-size: 28px;
  line-height: 1.1;
  padding: 11px 0;
  border-radius: 0!important;
  font-weight: 700;
  border: none;
  letter-spacing: 0.2px;
}
#callbackFormContainer .text {
  margin-bottom: 15px;
  font-weight: 700;
  padding-right: 0px;
}
#callbackFormContainer .controls {
  margin-bottom: 15px;
}
.cart-numer {
  background: #ffa000;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  position: absolute;
  top: -52px;
  left: 27px;
}
.checkout-product-wrapper {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.checkout-product-wrapper .checkout-product {
  border-bottom: 1px solid #e8e8e8;
  padding: 9px 11px 12px;
  position: relative;
}
.checkout-product-wrapper .checkout-product .image {
  width: 22%;
  padding-right: 8%;
}
.checkout-product-wrapper .checkout-product .image img {
  width: 100%;
}
.checkout-product-wrapper .checkout-product .title_qty {
  width: 33%;
  padding-top: 11px;
  padding-right: 11px;
}
.checkout-product-wrapper .checkout-product .qty-table-count {
  width: 19%;
  padding-top: 17px;
}
.checkout-product-wrapper .checkout-product .price-col {
  width: 17%;
  text-align: right;
  padding-top: 16px;
  padding-right: 9px;
}
.checkout-product-wrapper .checkout-product .price-col span {
  font-size: 14px;
}
.checkout-product-wrapper .checkout-product:last-child {
  border-bottom: none;
}
.checkout-product-wrapper .checkout-product .qty-edit {
  margin-bottom: 0;
}
.checkout-product-wrapper .checkout-product .qty-edit .checkout-product-qty {
  width: 52px;
}
.checkout-product-wrapper .checkout-product .qty-edit .plus,
.checkout-product-wrapper .checkout-product .qty-edit .minus {
  display: block;
  line-height: 0;
  height: 32px;
}
.checkout-product-wrapper .checkout-product .qty-edit .qte-text {
  color: #555555;
  font-size: 14px;
  line-height: 2;
  margin-left: 9px;
}
.checkout-product-wrapper .checkout-product .delete {
  position: absolute;
  top: 10px;
  right: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-product-wrapper .checkout-product .delete:hover,
.checkout-product-wrapper .checkout-product .delete:focus {
  opacity: 0.6;
}
.checkout-total {
  background-color: #f2f2f2;
  height: 50px;
  padding-right: 55px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 9px;
  margin-bottom: 22px;
}
.checkout-total .label {
  color: #434343;
  margin-right: 16px;
  letter-spacing: -0.9px;
}
.checkout-total .price {
  font-size: 22px;
}
.checkout-total .price span {
  font-size: 14px;
  margin-left: 3px;
}
.cart-checkout {
  width: 213px;
}
.split-left {
  background: #f2f2f2;
  color: #a8cc00;
  padding: 18px 19px 26px 19px;
  width: 52%;
}
.split-title {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.split-subtitle {
  color: #ffa000;
  margin-bottom: 7px;
}
.split-text {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.56px;
}
.split-right {
  background: #f2f2f2;
  width: 48%;
  text-align: center;
  padding-bottom: 15px;
}
.split-right label {
  color: #232323;
  font-size: 16px;
  padding-top: 8px;
  letter-spacing: 0.1px;
  margin-bottom: 6px;
}
.split-right .input {
  margin-bottom: 9px;
  margin-top: 10px;
  padding: 0 5px;
}
.split-right .form-control {
  width: auto;
  display: inline-block;
  padding: 0.6rem .75rem;
  border-color: transparent;
}
.split-right .cart-oneclick-buy {
  margin-top: 0;
  text-transform: none;
  padding: 0.6rem .75rem 0.7rem;
  width: 219px;
}
.order-page {
  padding-bottom: 55px;
}
.order-page .page-title {
  position: relative;
}
.order-page .page-title h1 {
  font-size: 32px;
}
.order-page .page-title .cart-return {
  position: absolute;
  top: 13px;
  right: 10px;
}
.order-page .cart-info {
  font-size: 12px;
  height: 42px;
  border-top: 1px solid #e4e4e4;
  padding-top: 11px;
}
.order-page .cart-info > * {
  margin-right: 15px;
}
.order-page .cart-info .title {
  position: relative;
  padding-left: 46px;
  font-weight: 700;
}
.order-page .cart-info .title:before {
  content: url("/var/themes/default/skin/images/cart.svg");
  position: absolute;
  top: -3px;
  left: 0;
  font-weight: 700;
}
.order-page .cart-info .title .cart-count {
  top: -9px;
  left: 13px;
}
.order-page .cart-info .price {
  font-size: 14px;
}
.order-page .block-form .block {
  background: #f2f2f2;
  margin-right: 15px;
  padding: 0 8px 41px 68px;
  position: relative;
}
.order-page .block-form .block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: #e0e0e0;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.order-page .block-form .block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 37px;
  bottom: 0;
  width: 2px;
  background: #e0e0e0;
}
.order-page .block-form .block.first {
  padding-top: 30px;
}
.order-page .block-form .block.first:before {
  content: '1';
  background: #a8cc00;
  top: 30px;
}
.order-page .block-form .block.first .button-wrapper .controls:after {
  display: none;
}
.order-page .block-form .block.first:after {
  top: 30px;
}
.order-page .block-form .block.first .controls {
  width: 46%;
  position: relative;
}
.order-page .block-form .block.first .controls.req:after {
  content: '*';
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 17px;
  color: #c5c5c5;
}
.order-page .block-form .block.first .controls .form-control {
  padding-right: 21px;
}
.order-page .block-form .block.second .form-horizontal {
  display: none;
}
.order-page .block-form .block.second:before {
  content: '2';
}
.order-page .block-form .block.third .form-horizontal {
  display: none;
}
.order-page .block-form .block.third:before {
  content: '3';
}
.order-page .block-form .block.third:after {
  bottom: 67%;
  display: none;
}
.order-page .block-form .block.fourth {
  display: none;
  background: #ededed;
  padding: 24px 17px 10px 31px;
}
.order-page .block-form .block.fourth:after,
.order-page .block-form .block.fourth:before {
  display: none;
}
.order-page .block-form .block.valid:before {
  background: #8dbda1;
}
.order-page .block-form .block.valid:after {
  background: #8dbda1;
}
.order-page .block-form .block.active:before {
  background: #a8cc00;
}
.order-page .block-form .block .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 36px;
}
.order-page .block-form .block.second .control-label {
  width: 20%;
}
.order-page .block-form .block.second .controls {
  width: 46%;
}
.order-page .block-form .block.second .controls.delivery {
  width: 73%;
}
.order-page .block-form .SumoSelect {
  width: 100%;
}
.order-page .block-form .control-label {
  text-align: right;
  width: 12%;
  color: #8d8d8d;
  position: relative;
  top: 10px;
  right: 8px;
}
.order-page .block-form .error-sticker {
  color: #bcbcbc;
  font-size: 11px;
  margin-top: -1px;
  padding-left: 3px;
}
.order-page .block-form .control-group {
  margin-bottom: 10px;
}
.order-page .block-form .button-wrapper {
  margin-top: 24px;
}
.order-page .block-form .city {
  width: 33%;
  flex-wrap: wrap;
  padding-left: 8px;
  padding-top: 4px;
}
.order-page .block-form .city-popular {
  font-size: 12px;
  color: #8d8d8d;
  margin-right: 16px;
  border-bottom: 1px solid #8d8d8d;
  cursor: pointer;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-page .block-form .city-popular:hover {
  opacity: 0.6;
}
.order-page .block-form .radio-block {
  margin-top: 26px;
}
.order-page .block-form .textarea-block textarea.form-control {
  resize: none;
  height: 120px;
}
.order-page .block-form .textarea-block .title {
  margin-bottom: 5px;
}
.order-page .block-form .textarea-block .btn-yellow {
  margin-top: 12px;
}
.order-page .block-form .textarea-block .block-check-radio {
  padding-top: 29px;
}
.order-page .checkout-product-wrapper .checkout-product {
  padding: 7px 29px 17px 11px;
}
.order-page .checkout-product-wrapper .checkout-product .title_qty {
  padding-top: 0;
  line-height: 1;
  width: 41%;
}
.order-page .checkout-product-wrapper .checkout-product .title_qty .title {
  margin-bottom: 5px;
  display: inline-block;
  color: inherit;
}
.order-page .checkout-product-wrapper .checkout-product .title_qty .title:hover {
  color: #1aa503;
  text-decoration: none;
}
.order-page .checkout-product-wrapper .checkout-product .title_qty .price {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  width: 100%;
  text-align: left;
  padding-top: 0;
}
.order-page .checkout-product-wrapper .checkout-product .qty-table-count {
  width: 17%;
  padding-top: 22px;
}
.order-page .checkout-product-wrapper .checkout-product .qty-table-count .qty-edit {
  height: 30px;
}
.order-page .checkout-product-wrapper .checkout-product .qty-table-count .qty-edit .minus,
.order-page .checkout-product-wrapper .checkout-product .qty-table-count .qty-edit .plus {
  height: 30px;
  padding: 9px 7.5px;
}
.order-page .checkout-product-wrapper .checkout-product .qty-table-count .checkout-product-qty {
  width: 42px;
  padding: 4px 5px;
  font-size: 16px;
}
.order-page .checkout-product-wrapper .checkout-product .image {
  padding-right: 5px;
  width: 26%;
}
.order-page .checkout-product-wrapper .checkout-product .image img {
  width: auto;
}
.order-page .checkout-product-wrapper .checkout-product .delete {
  right: 8px;
}
.order-page .checkout-product-wrapper .checkout-product .delete img {
  width: 10px;
}
.order-page .checkout-product-wrapper .checkout-product .price {
  font-size: 16px;
  width: 16%;
  text-align: right;
  padding-top: 25px;
}
.order-page .split-left,
.order-page .split-right {
  background: transparent;
}
.order-page .split-left .form-control,
.order-page .split-right .form-control {
  border-color: #e1e1e1;
  width: 219px;
}
.order-page .split-left label,
.order-page .split-right label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
.order-page .split-left {
  padding: 46px 5px 26px 29px;
}
.order-page .split-text {
  color: #8d8d8d;
  line-height: 1.3;
  font-size: 14px;
}
.order-page .checkout-product-wrapper {
  position: relative;
}
.radios {
  padding-right: 75px;
}
.radios label {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid #e1e1e1;
  background: #fff;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
  margin: 0 4px;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radios label .img {
  height: 70px;
  line-height: 70px;
  display: block;
}
.radios label .img img {
  width: 30px;
  -webkit-filter: grayscale(44%);
  filter: grayscale(44%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radios label .text {
  font-size: 12px;
  line-height: 1.1;
  padding-top: 2px;
  display: inline-block;
}
.radios label:hover,
.radios label:focus {
  opacity: 1;
  background: transparent;
  border-color: transparent;
}
.radios label:hover .img img,
.radios label:focus .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.radios input[type="radio"] {
  display: none;
}
.radios input[type="radio"]:checked + label {
  opacity: 1;
  background: transparent;
  border-color: transparent;
}
.radios input[type="radio"]:checked + label .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#deliveryAddr {
  max-height: 0;
  overflow: hidden;
}
#deliveryAddr.active {
  max-height: 200px;
  overflow: visible;
}
#deliveryDist,
#deliveryAddr {
  max-height: 0;
  overflow: hidden;
}
#deliveryDist.active,
#deliveryAddr.active {
  max-height: 200px;
  overflow: visible;
}
#deliveryDist .control-group,
#deliveryAddr .control-group {
  margin-bottom: 5px;
}
#deliveryDist .control-label,
#deliveryAddr .control-label {
  width: 27%;
  text-align: left;
  padding-left: 8px;
}
#checkoutDialogLoader,
#checkoutOrderLoader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 300;
  background: url('/var/themes/default/skin/images/port_loader.gif') no-repeat center center #ffffff;
}
#reviewList .reviews-list {
  height: 328px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background: #eeeeee;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 6px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  margin-left: 7px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fafafa;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #fafafa;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #fafafa;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: #eeeeee;
}
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
#productGallery {
  height: 401px;
  padding: 30px;
}
.contact-page .block-title {
  padding-top: 0;
  margin-bottom: 15px;
}
.addresses > .row > * {
  border-left: 1px solid #e6e6e6;
  padding: 0 30px;
  margin-bottom: 40px;
}
.addresses > .row > *:first-child {
  border-left: none;
  padding-left: 15px;
}
.addresses > .row > *:last-child {
  padding-right: 15px;
}
.contact-info .title,
.contact-form .title,
.map-block .title {
  font-size: 18px;
  color: #603813;
  font-weight: 400;
  line-height: 1.2;
}
.contact-info {
  position: relative;
}
.contact-info .content,
.contact-info .address,
.contact-info > .row {
  margin-bottom: 15px;
}
.contact-info .content p,
.contact-info .address p,
.contact-info > .row p {
  padding-top: 0;
}
.contact-info .phones {
  margin-bottom: 10px;
}
.contact-info .phones .phone {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.contact-info .phones .phone .quote {
  color: #603813;
  font-weight: 600;
}
.contact-info .phones .phone .quote:before {
  content: '(';
}
.contact-info .phones .phone .quote:after {
  content: ')';
}
.contact-info .email {
  font-size: 16px;
}
.contact-info a {
  color: #232323;
}
.contact-info a:hover,
.contact-info a:focus {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}
.contact-info p {
  padding-top: 6px;
  margin-bottom: 4px;
}
.success {
  margin-bottom: 25px;
}
.success-title {
  margin-top: 25px;
}
.contact-form .alert-success {
  opacity: 1;
}
.contact-form .form-horizontal {
  margin-top: 10px;
}
.contact-form .form-horizontal .control-group {
  margin-bottom: 11px;
}
.contact-form .form-control {
  padding: 0.6rem .75rem;
  border-color: #603813;
}
.contact-form textarea {
  height: 118px;
  resize: none;
}
.contact-form .btn-yellow {
  width: 193px;
  margin-top: 6px;
  cursor: pointer;
}
#google_map {
  height: 376px;
  margin-top: 10px;
}
.gallery-page .description {
  font-size: 16px;
  color: #434343;
  line-height: 1.4;
  letter-spacing: 0.6px;
  margin-bottom: 22px;
}
.gallery-page .gallery .item {
  margin-bottom: 30px;
}
.gallery-page .page-title,
.about-page .page-title,
.regular-page .page-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}
.gallery-page .page-title h1,
.about-page .page-title h1,
.regular-page .page-title h1 {
  margin-bottom: 0;
}
.gobackblock {
  margin-top: 15px;
}
.order-product-list .block-title {
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 27px;
}
.order-product-list .checkout-product-order {
  margin-bottom: 35px;
}
.order-product-list .checkout-product-order:last-child {
  margin-bottom: 0;
}
#checkoutDialogContent .alert-info {
  color: #232323;
  opacity: 1;
  background: none;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
img[align="right"],
img[style*="float:right"],
img[style*="float: right"] {
  margin: 0 0 10px 15px;
  position: relative;
  z-index: 1;
}
img[align="left"],
img[style*="float:left"],
img[style*="float: left"] {
  margin: 0 15px 10px 0;
  position: relative;
  z-index: 1;
}
.fancybox-close {
  background-image: url(/var/themes/default/skin/images/close-modal.png);
  position: absolute;
  top: -31px;
  right: -31px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 80400000;
  display: block;
  border: none;
  transition: 0.3s ease;
  background-size: 59%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.hamburger {
  display: inline-block;
}
.hamburger .item {
  width: 60px;
  height: 4px;
  background: #fff;
  margin-top: 10px;
  transition: 0.2s ease;
}
.hamburger .item:nth-child(1) {
  margin-top: 26px;
}
.mobile-bottom {
  background: #f2f2f2;
}
.mobile-bottom .phones {
  padding-left: 30px;
  max-height: 30px;
  overflow: hidden;
  transition: 0.3s ease;
}
.mobile-bottom .phones > * {
  font-size: 24px;
}
.mobile-bottom .phones > *:nth-child(1):before {
  top: 2px;
}
.mobile-bottom .phones.active {
  max-height: 200px;
  padding-bottom: 20px;
}
.mobile-bottom .phones.active ~ .show-phone {
  transform: rotate(180deg);
}
.mobile-bottom .show-phone {
  font-size: 24px;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.3s ease;
}
.mobile-menu-drop {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0px;
  background: #1b1a1a;
  z-index: 1;
  transition: 0.3s ease;
  padding: 0 20px;
}
.mobile-menu-drop .list-item,
.mobile-menu-drop .nav-item {
  color: #fff;
}
.mobile-menu-drop .list-item a,
.mobile-menu-drop .nav-item a {
  color: inherit;
}
.mobile-menu-drop .nav-item,
.mobile-menu-drop .nav-categories {
  font-size: 27.35px;
}
.mobile-menu-drop .nav-item {
  padding: 10px 0;
}
.mobile-menu-drop .nav-item > a,
.mobile-menu-drop .nav-item > span {
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-menu-drop .nav-item.active > a,
.mobile-menu-drop .nav-item.active > span {
  color: #f7af00;
}
.mobile-menu-drop .nav-item.category {
  position: relative;
  cursor: pointer;
}
.mobile-menu-drop .nav-item.category:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 39px;
  transition: 0.3s ease;
}
.mobile-menu-drop .nav-item.category.active .nav-categories {
  max-height: 500px;
  padding: 20px 25px;
}
.mobile-menu-drop .nav-item.category.active:after {
  transform: rotate(90deg);
  color: #f7af00;
}
.mobile-menu-drop .nav-categories {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease;
  padding: 0 25px;
}
.mobile-menu-drop .nav-categories .list-item {
  font-size: 28px;
  margin-bottom: 13px;
}
.mobile-menu-drop .nav-categories .list-item a:focus,
.mobile-menu-drop .nav-categories .list-item a:hover {
  text-decoration: none;
}
.mobile-menu-drop .nav-categories .list-item.active > a,
.mobile-menu-drop .nav-categories .list-item.active > span {
  color: #f7af00;
}
.mobile-menu-drop .nav-categories .list-item:last-child {
  margin-bottom: 0;
}
.mobile-menu-drop.active {
  max-height: 1000px;
  text-align: left;
  padding: 30px 20px;
  position: relative;
  overflow-y: visible;
}
.mobile-menu {
  cursor: pointer;
  text-align: center;
}
.mobile-menu.active .hamburger .item:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 42px;
}
.mobile-menu.active .hamburger .item:nth-child(2) {
  display: none;
}
.mobile-menu.active .hamburger .item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}
.jq-selectbox__dropdown {
  display: block !important;
  position: relative !important;
  top: 0 !important;
}
.jq-selectbox__select-text {
  display: none;
}
@keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }
  100% {
    margin-top: 3px;
  }
}
.scroll-up {
  position: fixed;
  right: 20px;
  bottom: 70px;
  background: #ffa000;
  box-shadow: 0 1px 5px rgba(255, 160, 0, 0.8);
  border-radius: 5px;
  background-size: 17px;
  width: 42px;
  height: 42px;
  margin-top: 180px;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: .3s ease;
  text-align: center;
}
.scroll-up .fa {
  content: '';
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 2rem;
}
.scroll-up:hover .fa {
  animation: shakeUpDownArrow 0.5s linear infinite alternate;
}
.scroll-up .text {
  display: none;
}
.mobile-callbackbtn {
  display: none;
}
.mobile-fixed-cart {
  display: none;
}
.sku {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #808080;
}
.sku span {
  color: #a8cc00;
  font-weight: 600;
}
.short-cat-text {
  margin-bottom: 30px;
}
.short-cat-text img {
  max-width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.short-cat-text:after {
  content: '';
  display: block;
  clear: both;
}
.opt-form {
  margin-bottom: 25px;
}
.opt-banner {
  margin-top: 45px;
}
.opt-banner a {
  display: block;
}
.opt-banner img {
  display: block;
  width: 100%;
}
.reset-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrap-980 {
  padding: 0 10px;
  position: relative;
}
.center-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.center-img img {
  margin: 0 auto;
}
.btn.yellow-55 {
  height: 55px;
  line-height: 55px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 25px;
  text-decoration: none;
  position: relative;
  color: #fff;
  background: #f9ae18;
}
.btn.yellow-55:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  background: url("../images/triangl-btn.png") right center no-repeat;
  width: 10px;
  height: 56px;
}
.btn.yellow-55:hover {
  opacity: 0.7;
}
.btn.yellow-45 {
  border: none;
  height: 45px;
  line-height: 47px;
  background: #f9ae18;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
}
.btn.yellow-45:hover {
  background: #f7ba41;
}
.payment-page .container {
  position: relative;
}
.payment-page .title-page {
  font-size: 36px;
  color: #2a2a2a;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
  padding-bottom: 25px;
}
.payment-page .title-page .red {
  color: #ef5a0d;
}
.payment-page .title-page .grey {
  display: block;
  color: #cfcfcf;
  font-size: 24px;
  line-height: 30px;
  padding-top: 5px;
}
.payment-page .block-wrap {
  position: relative;
}
.payment-page .block-wrap .orange-line {
  background: #f9ae17;
  width: 100%;
  height: 63px;
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
}
.payment-page .left-block {
  width: 50%;
  float: left;
}
.payment-page .left-block .padd {
  padding-right: 9%;
}
.payment-page .left-block .text {
  padding-right: 110px;
}
.payment-page .left-block .text p {
  color: #2a2a2a;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 18px;
}
.payment-page .left-block .text p span {
  color: #ef5a0d;
}
.payment-page .left-block .text i {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 20px;
}
.payment-page .right-block {
  margin-left: 50%;
}
.payment-page .right-block .padd {
  padding-left: 9%;
}
.payment-page .right-block .square-list {
  overflow: hidden;
  margin-top: 46px;
}
.payment-page .right-block .square-list .square-block {
  background: #f9ae17;
  width: 139px;
  height: 139px;
  border-radius: 5px;
  display: block;
  float: left;
  margin-left: 34px;
}
.payment-page .right-block .square-list .square-block:first-child {
  margin-left: 0;
  background: #ff8400;
}
.payment-page .right-block .square-list .square-block .center-img {
  background: #fff;
  height: 110px;
  width: 110px;
  border-radius: 5px;
  position: relative;
  top: 13px;
  left: 14px;
}
.payment-page .right-block .square-list .text {
  border-left: 2px solid #ff8a00;
  padding-left: 25px;
  color: #2a2a2a;
  font-size: 24px;
  line-height: 32px;
  margin: 25px 0 30px 0;
  clear: both;
}
.payment-page .right-block .text-block {
  margin-top: 42px;
  border-left: 2px solid #ff8a00;
  padding-left: 17px;
}
.payment-page .right-block .text-block .list {
  display: block;
  margin-bottom: 20px;
}
.payment-page .right-block .text-block .list .img {
  float: left;
  width: 43px;
  margin-right: 13px;
}
.payment-page .right-block .text-block .list p {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.payment-page .right-block .orange-block {
  background: #ff8a00;
  padding: 30px;
  color: #fff;
  margin: 32px 0 60px 0;
}
.payment-page .right-block .orange-block p {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.payment-page .right-block .orange-block span {
  font-size: 18px;
  line-height: 22px;
}
.payment-page .right-block .orange-block i {
  font-size: 14px;
  line-height: 22px;
}
.payment-page .orage-block {
  background: #ff8a00;
  padding: 30px;
  color: #fff;
  margin: 32px 0 60px 0;
}
.payment-page .orage-block p {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 24px;
}
.payment-page .orage-block span {
  font-size: 14px;
  line-height: 18px;
}
.payment-page .left-text-list .title {
  color: #2a2a2a;
  font-size: 18px;
  padding-bottom: 18px;
  line-height: 24px;
  font-weight: bold;
}
.payment-page .left-text-list .list {
  display: block;
  margin-bottom: 20px;
}
.payment-page .left-text-list .list .img {
  width: 38px;
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}
.payment-page .left-text-list .list p {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
