.schema-data {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.field-error-text {
  color: #eb2525;
  font-size: 12px;
}

.field-success-text {
  color: #486013;
  font-size: 12px;
}

#ajax-loading {
  position: absolute;
  background-image: url(../images/loading.svg);
  background-color: rgba(255,255,255,0.9);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  /* border-radius: 30px; */
}

#ajax-loading-min {
  position: absolute;
  background-image: url(../images/loading.svg);
  background-color: rgba(255,255,255,0.9);
  background-repeat: no-repeat;
  background-position: center top 50px;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
}

hr {
  background-color: #dadada;
  border: none;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}

.text-right {
  text-align: right;
}

button {
  transition: 0.2s ease-in-out;
}

button.brown-btn {
  cursor: pointer;
  border: none;
  background-color: #C2AC67;
  color: #493d18;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}

button.brown-btn:hover {
  background-color: #b09b59;
}

button.btn-whitegreen {
  cursor: pointer;
  border: 2px solid #8ADA55;
  font-weight: normal;
  text-transform: none;
  color: #8ADA55;
  border-radius: 30px;
  background-color: transparent;
}

button.btn-whitegreen:hover {
  background-color: #8ADA55;
  color: #000;
}

button.btn-whiteblue {
  cursor: pointer;
  border: 2px solid #558dda;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
  border-radius: 30px;
  background-color: #55b1da;
}

button.btn-whiteblue:hover {
  background-color: #4899bd;
}

button.btn-whitegray {
  text-transform: none;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #43423f;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

button.btn-whitegray:hover {
  background-color: #f2f2f2;
}

button.btn-white {
  text-transform: none;
  border: none;
  background-color: #ffffff;
  color: #43423f;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

button.btn-white:hover {
}

a.btn-whitebrown,
#content .item-page a.btn-whitebrown:link,
#content .item-page a.btn-whitebrown:visited,
button.btn-whitebrown {
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  border: 2px solid #c2ac67;
  color: #c2ac67;
  border-radius: 30px;
}

a.btn-whitebrown:hover,
#content .item-page a.btn-whitebrown:hover,
button.btn-whitebrown:hover {
  color: #000;
}

.custom-alert {
  border-radius: 5px;
  font-size: 13px;
}

.custom-alert.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 10px;
}

.custom-alert.alert-success {
  background-color: #d2ffd2;
  padding: 10px;
  border: 1px solid #bdeebd;
  border-radius: 10px;
  color: #517c51;
}

select:focus,
input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

#container {
  width: 100%;
  position: relative;
}

#shadow {
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  z-index: 1;
}

#container header {
  position: relative;
}

#container header.fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

#container header #wholesaleTopAuth {
  margin: 0 0 0 15px;
}

#container header #wholesaleTopAuth span {
  color: #fff;
  background-image: url(../images/boxes-packing-solid-w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 13px;
  padding: 0 0 0 22px;
  font-size: 12px;
}

#container header .head-1 .topphone {
  margin: 0 50px 0 auto;
}

#container header .head-1 .topphone P {
  margin: 0 0 0 0;
}

#container header .head-1 .topphone a:link,
#container header .head-1 .topphone a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.popup-modal {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 9999;
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 100px;
}

#container header .head-1 .topphone a::before {
  content: '\f879';
  display: inline-block;
  width: 23px;
  height: 23px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  border-radius: 30px;
  border: 3px solid #fff;
  padding: 3px;
  line-height: 23px;
  margin: 0 10px 0 0;
}

#container header .head-1 .topphone a.whatsapp::before {
  background-image: url(../images/whatsapp-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  content: '';
  width: 30px;
  height: 30px;
  font-size: 35px;
  color: #fff;
  margin: 0 10px 0 0;
  border: none;
  border-radius: 0;
  position: relative;
  top: 3px;
}

#container header .head-1 {
  background-color: #000000;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

#container header .head-1 .run-line {
  margin: 0 50px 0 0;
  width: 615px;
}

#container header .head-1 .run-line ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

#container header .head-1 .run-line ul li {
  display: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0 5px 50px;
}

#container header .head-1 .run-line ul li.active {
  display: block;
}

#container header .head-1 .run-line ul li.line-1 {
  background-image: url(../images/runline-1.svg);
  background-size: 34px;
}

#container header .head-1 .run-line ul li.line-2 {
  background-image: url(../images/runline-2.svg);
  background-size: 25px;
}

#container header .head-1 .delivery-link a:link,
#container header .head-1 .delivery-link a:visited {
  text-decoration: underline;
  color: #fff;
  font-size: 13px;
  background: url(../images/delivery-link.png) no-repeat right center;
  background-size: 22px;
  padding: 7px 37px 7px 0;
}

#container header .head-1 .choose-city {
  /* margin: 0 0 0 auto; */
  color: #fff;
  display: flex;
  font-size: 13px;
}

#container header .head-1 .choose-city #chooseCityWarning {
  position: absolute;
  z-index: 99;
  width: 300px;
  right: 10px;
  top: 50px;
  font-size: 10px;
  color: #000;
  text-align: left;
  display: none;
}

#container header .head-1 .choose-city #chooseCityWarning.show {
  display: block;
}

#container header .head-1 .choose-city #chooseCityWarning P {
	position: relative;
	max-width: 30em;

	background-color: #fff;
	padding: 1.125em 1.5em;
	font-size: 1.25em;
	border-radius: 10px;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

#container header .head-1 .choose-city #chooseCityWarning P::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	right: 7.5em;
	border: .75rem solid transparent;
	border-top: none;

	border-bottom-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

#container header .head-1 .choose-city .choose {
  margin: 0 0 0 0;
}

#container header .head-1 .choose-city .choose .choosing {
  background: url(../images/choose-city-arrow.png) no-repeat right center;
  background-size: 10px 8px;
  padding: 0 18px 0 0;
  cursor: pointer;
}

#container header .head-1 .choose-city .cities-list {
  display: none;
  position: absolute;
  background-color: #000;
  list-style: none;
  padding: 10px;
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 28px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 3;
}

#container header .head-1 .choose-city .cities-list li {
  cursor: pointer;
}

#container header .head-1 .choose-city .cities-list li:hover {
  text-decoration: underline;
}

#container header .head-2 {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  border-bottom: 3px solid #2f2e2e;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  position: relative;
  z-index: 2;
}

#container header .head-1.affix {
  margin: 0 0 143px 0;
}

#container header .head-2.affix {
  position: fixed;
  top: 0;
  width: calc(100% - 100px);
  background-color: white;
  z-index: 4;
}

#container header .head-2.shadowed .right-els {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
}

#container header .head-2 .logotype {
  background-image: url(../images/logotype_full.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130px auto;
  width: 130px;
  height: 70px;
  display: block;
}

#container header .head-2 .right-els {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

#container header .head-2 .top-login form {
  display: none;
  z-index: 3;
}

#container header .head-2 #login-form {
  text-align: left;
}

#container header .head-2 #login-form .login-greeting {
  font-size: 12px;
  margin: 0 15px 0 0;
}

#container header .head-2 #login-form .login-greeting .loginname {
  color: #9e9772;
  font-weight: bold;
}

#container header .head-2 #login-form .btn:not(.login-button) {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #3caef9;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}

#container header .head-2 #login-form .btn:not(.login-button):hover {
  text-decoration: none;
}

#underslider_mob_menu .close-subitems {
  display: none;
}

#container header .nav.menu.mod-list {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
}

#container header .nav.menu.mod-list > li {
  transition: inherit;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  text-transform: none;
  text-transform: uppercase;
}

#container header .nav.menu.mod-list > li a:link,
#container header .nav.menu.mod-list > li a:visited,
#container header .nav.menu.mod-list > li > .nav-header {
  padding: 15px 30px;
  text-decoration: none;
  color: #000000;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#container header .nav.menu.mod-list > li a:hover {
  color: #9e9772;
}

#container header .nav.menu.mod-list > li a:hover {
  color: #9e9772;
}

#container header .nav.menu.mod-list > li > .nav-child {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 113px;
  width: calc(100% - 100px);
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  text-align: left;
  padding: 20px 50px;
}

#container header .nav.menu.mod-list > li > .nav-child.show {
  display: flex;
  flex-wrap: wrap;
}

#container header .nav.menu.mod-list > li > .nav-child .divider.deeper.parent {
  width: 220px;
  margin: 0 50px 0 0;
}

#container header .nav.menu.mod-list > li > .nav-child li > .nav-child {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
}

#container header .nav.menu.mod-list > li > .nav-child li > .nav-child li {
}

#container header .nav.menu.mod-list > li > .nav-child li > .nav-child li a {
  padding: 10px 0 10px 10px;
  display: block;
}

#container header .nav.menu.mod-list > li > .nav-child .separator {
  background-color: rgb(217, 217, 217);
  color: #505052;
  font-size: 12px;
  padding: 5px 25px 5px 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: block;
}

#container header .nav.menu.mod-list > li > .nav-child .divider:not(.deeper) {
  margin: 0 0 0 0;
}

#container header .nav.menu.mod-list > li > .nav-child .divider:not(.deeper) .separator {
  padding: 0 0 0 0;
  background-color: transparent;
  border-radius: 0;
}

#container header .nav.menu.mod-list > li > .nav-child .divider:not(.deeper) .separator img {
  max-width: 100%;
}

#container header .nav.menu.mod-list > li > .nav-child .image-title {
  display: none;
}

#container header .top-search {
  margin: 0 15px 0 0;
}

#container header .top-search .clear-str {
  display: none;
}

#container header .top-search form {
  position: relative;
}

#container header .top-search form input {
  padding: 10px 30px;
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #d8d5c7;
  color: #000;
}

input::placeholder {
  color: #9e9772;
}

#container header .top-search i {
  position: absolute;
  left: 9px;
  top: 9px;
  color: #9e9772;
}

#container header .top-login {
  background: url(../images/login-icon-2.svg) no-repeat left center;
  background-size: auto 19px;
  padding: 0 0 0 20px;
}

#container header .top-login{
  position: relative;
  margin: 0 30px 0 0;
}

#container header .top-login .login-link {
  font-size: 14px;
  cursor: pointer;
  background: url(../images/down-arrow-2.svg) no-repeat right center;
  background-size: auto 6px;
  padding: 0 13px 0 0;
}

#container header .top-login form {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  left: -105px;
  top: 33px;
  box-shadow: 0 0 10px rgb(0,0,0,0.3);
}

#container header .top-login form input {
  padding: 10px;
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #d8d5c7;
  color: #000;
}

#container header .top-login form .control-group {
  margin: 0 0 10px 0;
}

#container header .top-login form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

#container header .top-login form ul li a:link,
#container header .top-login form ul li a:visited {
  color: #000;
}

#container header .top-login form ul li a:hover {
  text-decoration: none;
}

#container header .top-login form button {
  padding: 5px 10px;
}

#container header .top-cart {

}

#container header .top-cart span.cart-icon {
  display: block;
  background: url(../images/cart.svg) no-repeat center;
  background-size: auto 20px;
  width: 21px;
  height: 24px;
  cursor: pointer;
}

#container header .top-logout {
  margin: 0 0 0 50px;
}

#container header .top-logout button {
  padding: 8px 20px;
}

#container header .top-cart span.cart-q {
  position: relative;
}

#container header .top-cart span.cart-q > span {
  background-color: #a3cf43;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  border-radius: 15px;
  min-width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  top: -10px;
  text-align: center;
  right: -20px;
}

#container #content {
  margin: 0 60px;
}

#container #content .top-slider .djslider-loader {
  margin: 30px 0 10px 0;
}

#container #content .top-slider #djslider-loader128 {
  display: none;
}

#container #content .top-slider .djslider-default {
  padding: 0 0 45px 0;
}

#container #content .top-slider .djslider-default .navigation-container-custom  {
  width: 100%;
  bottom: 25px;
	top: auto;
}

#container #content .top-slider .djslider-default .djslider-default .load-button {
  width: 7px;
  height: 7px;
}

#container #content .bankslist {
  padding: 10px 0;
  margin: 20px 0 0 0;
  position: relative;
}

#container #content .bankslist a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#container #content .bankslist .block {
  background: url(../images/bonus_plate_bg_1.jpg) no-repeat right center;
  background-size: auto 95px;
  padding: 10px 0;
  margin: 20px auto 0 auto;
  width: 100%;
  text-align: left;
}

#container #content .bankslist .block.kaz {
  background: url(../images/bonus_plate_bg_1_kaz.jpg) no-repeat right center;
  background-size: auto 95px;
}

#container #content .bankslist .block span.green {
  color: #7bd933;
}

#container #content .bankslist .block h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  font-family: 'open sans',sans-serif;
  margin: 0 0 5px 0;
  width: 50%;
}

#container #content .bankslist .block h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  font-family: 'open sans',sans-serif;
  margin: 0;
  width: 50%;
}

#container #content .bankslist > div {
  width: 70%;
  margin: 0 auto;
  position: relative;
}

#container #content .bankslist .images {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

#container #content .bankslist .images img {
  height: 45px;
  width: auto;
  margin: 0 40px 0 0;
}

#container #content .bankslist .images img:last-of-type {
  margin: 0 0 0 0;
}

#container #content .coffeemachines-sliders {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#container #content .coffeemachines-sliders .upslider-button {
  display: none;
  position: absolute;
  right: 0;
  top: 55px;
  padding: 5px 40px;
  z-index: 3;
}

#container #content.page_101 .coffeemachines-sliders .upslider-button {
  display: block;
}

#container #content .coffeemachines-sliders .navigation-container-custom {
  top: 404px;
  width: 100%;
  z-index: 1;
}

#container #content .coffeemachines-sliders #djslider-loader101 .navigation-container-custom {
  top: 404px;
}

#container header .nav.menu.mod-list > li > .nav-child .divider:not(.deeper) {
  display: none;
}

#container #content .coffeemachines-sliders .djslider-default .load-button {
  width: 7px;
  height: 7px;
}

#container #content .coffeemachines-sliders .djslider-loader {
  margin: 40px 0 0 0;
}

#container #content .coffeemachines-sliders #djslider101 img.hovered {
  position: absolute;
  z-index: 1;
  width: 100%;
}

#container #content .coffeemachines-sliders #djslider101 ul.djslider-in > li {
  height: 440px;
}

footer {
  background-color: #000000;
  padding: 20px 0;
  border-top: 3px solid #72716f;
  color: #fff;
}

footer > div {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 13px;
}

footer h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 0;
}

footer a:link,
footer a:visited {
  color: #000;
}

footer a:hover {
  text-decoration: none;
}

footer .contactinfo {
  line-height: 22px;
  width: 33%;
}

footer .contactinfo .block {
  margin: 0 0 15px 0;
  padding: 0 0 0 60px;
}

footer .contactinfo P {
  margin: 0;
}

footer .contactinfo ul  {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .contactinfo .block-graffic {
  background: url(../images/graffic-icon.jpg) no-repeat left center;
  background-size: 35px auto;
}

footer .contactinfo .block-address {
  background: url(../images/contacts-icon.jpg) no-repeat left center;
  background-size: 35px auto;
}

footer .partners {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 0 60px;
  align-items: center;
  display: flex;
}

footer .partners h5 {
  width: calc(33% - 20px);
}

footer .partners .logos {
  display: flex;
  align-items: center;
}

footer .partners .logos img {
  margin: 0 25px 0 0;
  height: 17px;
  width: auto;
}

/* footer .partners .logos img:nth-child(1) {
  width: 167px;
}

footer .partners .logos img:nth-child(2) {
  width: 76px;
}

footer .partners .logos img:nth-child(3) {
  width: 68px;
}

footer .partners .logos img:nth-child(4) {
  width: 50px;
}

footer .partners .logos img:nth-child(5) {
  width: 103px;
}

footer .partners .logos img:nth-child(6) {
  width: 91px;
}

footer .partners .logos img:nth-child(7) {
  width: 106px;
} */

footer .partners .logos img:last-of-type {
  margin: 0 0 0 0;
}

footer .addons {
  display: flex;
  flex-wrap: wrap;
  width: calc(67% - 25px);
  margin: 0 0 0 25px;
}

footer .mailing {}

footer .mailing form > .form-group {
  display: flex;
  align-items: center;
}

footer .mailing input[type="text"],
footer .mailing input[type="email"] {
  padding: 0 10px 0 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 38px;
  background-color: transparent;
  color: #fff;
}

footer .mailing input[type="text"]:focus,
footer .mailing input[type="email"]:focus {
  background-color: #212121;
  border: 1px solid #212121;
}

footer .mailing .sp-button {
  background: url(../images/mailing-button.jpg) no-repeat center!important;
  background-size: 40px auto!important;
  width: 47px!important;
  height: 33px!important;
  border: none!important;
  cursor: pointer!important;
  margin: 0 0 0 10px;
}

footer .mailing h5 {
  margin: 0 0 15px 0;
  color: #BADA55;
  width: 200px;
}

footer .mailing .social {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}

footer .mailing .social h5 {
  margin: 0 10px 0 0;
  color: #fff;
  width: auto;
  font-size: 12px;
}

footer .mailing .social a {
  display: block;
  width: 36px;
  height: 36px;
}

footer .mailing .social a.instagram {
  background: url(../images/instagram.webp) no-repeat center;
  background-size: 28px auto;
}
footer .mailing .social a.facebook {
  background: url(../images/facebook.webp) no-repeat center;
  background-size: 24px auto;
}
footer .mailing .social a.whatsapp {
  background: url(../images/whatsapp.webp) no-repeat center;
  background-size: 22px auto;
}
footer .mailing .social a.telegram {
  background: url(../images/telegram.png) no-repeat center;
  background-size: 26px auto;
}

/*MAILING FORM CORRECTS*/

footer .mailing .sp-form {
  padding: 0!important;
}

footer .mailing .sp-form-horizontal .sp-element-container .sp-field {
  padding: 0!important;
  display: flex;
}

footer .mailing .sp-form[sp-id="216197"] .sp-form-fields-wrapper {
  margin: 0;
}

footer .mailing .sp-form .sp-field>.sp-control-label>span+strong {
  display: none;
}

footer .mailing .sp-form-horizontal .sp-element-container .sp-field {
  min-height: auto;
}

footer .mailing .sp-form[sp-id="216197"] .sp-field label {
  display: none;
}

/* EOF MAILING FORM*/

footer .specialmenu {
  margin: 80px 0 35px 0;
  padding: 0 0 0 0;
  list-style: none;
  display: flex;
}

footer .specialmenu li {
  font-size: 13px;
  margin: 0 20px 0 0;
}

footer .specialmenu li:last-of-type {
  margin: 0 0 0 0;
}

footer .specialmenu li a {
  text-decoration: none;
}

footer .specialmenu li.item-170 a,
footer .specialmenu li.item-257 a {
  background: url(../images/favorite-icon.svg) no-repeat center top;
  background-size: auto 30px;
  padding: 35px 0 0 0;
}
footer .specialmenu li.item-171 a,
footer .specialmenu li.item-258 a {
  background: url(../images/login-icon.svg) no-repeat center top;
  background-size: auto 30px;
  padding: 35px 0 0 0;
}
footer .specialmenu li.item-172 a,
footer .specialmenu li.item-259 a {
  background: url(../images/orders-icon.svg) no-repeat center top;
  background-size: auto 30px;
  padding: 35px 0 0 0;
}

footer .specialmenu li.item-312 a {
  background: url(../images/orders-icon.svg) no-repeat center top;
  background-size: auto 30px;
  padding: 35px 0 0 0;
}

footer .footermenu {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footermenu .divider {
  font-weight: bold;
  margin: 0 0 5px 0;
}

footer .footermenu .separator {
  display: block;
}

footer .footermenu > div {
  margin: 0 20px 0 0;
}

footer .footermenu > div:first-of-type {
  margin: 0;
}

footer .footermenu li {
  line-height: 24px;
}

footer .footermenu li.item-159 a,
footer .footermenu li.item-266 a {
  color:#BADA55;
  font-weight: bold;
}

footer .footermenu li a:link,
footer .footermenu li a:visited {
  text-decoration: none;
}

footer .footermenu li a:hover {
  text-decoration: underline;
}

#content #category-page,
#content #product-page,
#content #cart-page,
#content #cart-page-2,
#content #manuals-page,
#container #content.page_163 .round-blocks,
#container #content.page_163 .category-module_slidingfaqlist,
#container #content.page_166,
#container #content.page_167,
#container #content.page_168,
#container #content.page_169,
#container #content.page_171,
#container #content.page_172,
#container #content.page_178,
#container #content.page_187,
#container #content.page_188,
#container #content.page_189,
#container #content.page_190,
#container #content.page_191,
#container #content.page_192,
#container #content.page_195,
#container #content.page_170,
#container #content.page_286,
#container #content.page_285,
#container #content.page_284,
#container #content.page_283,

#container #content.page_157 .popular-block,
#container #content .recipes-page,
#container #content .brandslist-page {
  display: block;
  width: 980px;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

#container #content.page_166,
#container #content.page_167,
#container #content.page_168,
#container #content.page_169,
#container #content.page_171,
#container #content.page_172,
#container #content.page_178,
#container #content.page_187,
#container #content.page_188,
#container #content.page_189,
#container #content.page_190,
#container #content.page_191,
#container #content.page_192,
#container #content.page_195,
#container #content.page_194,
#container #content.page_170,
#container #content.page_286,
#container #content.page_285,
#container #content.page_284,
#container #content.page_283,
#container #content .recipes-page,
#container #content .brandslist-page {
  padding: 50px 0;
  text-align: left;
}

#container #content.page_194 {
  margin: 0;
  background: #000000 url(../images/404-bg.svg) no-repeat center top;
  background-size: 500px auto;
  padding: 410px 0 50px 0;
}

#container #content.page_194 .item-page {
  width: 980px;
  margin: 0 auto;
}

#container #content.page_194 .ouch-button {
  text-align: center;
}

#container #content.page_194 .ouch-button a {
  padding: 5px 30px;
}

#container #content.page_194 .ouch-button a:hover {
  color: #c2ac67;
}

#container #content.page_194 .ouch-title {
  font-size: 120px;
  line-height: 100px;
  color: #fff;
}

#container #content.page_194 .outch-text {
  font-size: 28px;
  color: #fff;
  margin: 0 0 0 100px;
}

#container #content .recipes-page {
  padding: 20px 0 50px 0;
}

#container #content.page_163 .round-blocks,
#container #content.page_163 .category-module_slidingfaqlist {
  padding: 20px 0;
}

#container #content.page_157 .popular-block {
  padding: 0 0 50px 0;
}

#container #content .item-page .cols {
  display: flex;
  justify-content: space-between;
}

#container #content .item-page .cols > div {
  width: 45%;
}

#content .item-page a:link,
#content .item-page a:visited {
  color: #000000;
  text-decoration: underline;
}
#content .item-page a:hover {
  text-decoration: none;
}

#content.page_164 h2,
#content #category-page h2,
#content #search-page h2,
#content #product-page h2,
#content #cart-page h2,
#content #cart-page-2 h2,
#content #client-orders h2,
#content #favorites-page h2 {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  margin: 35px 0;
}

#content #category-page.celebrate-page h2 {
  font-size: 1.5rem;
  margin: 0 0 40px 0;
  font-weight: bold;
  text-align: center;
}

#content #product-page h2 {
  margin: 20px 0 5px 0;
}

#content #product-page .added-to-cart-notification {
  padding: 10px 0 0 0;
  width: 100%;
}

#content #product-page .added-to-cart-notification span {
  color: #3caef9;
  text-decoration: underline;
  cursor: pointer;
}

#content #product-page .added-to-cart-notification span:hover {
  text-decoration: none;
}

#content #category-page .columns {
  display: flex;
}

#content #category-page .columns .large-filter {
  position: relative;
  width: 265px;
  min-height: 200px;
  text-align: left;
}

#content #category-page .columns .large-filter h4 {
  cursor: pointer;
  font-size: 14px;
}

#content #category-page .columns .large-filter h4::after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  padding: 0 0 0 3px;
  font-size: 13px;
  color: #999999;
}

#content #category-page .columns .large-filter h4.no-arrow {
  cursor: auto;
  border-top: 1px solid #d9d9d9;
  padding: 10px 0 0 0;
}

#content #category-page .columns .large-filter h4.no-arrow::after {
  content: '';
  padding: 0;
}

#content #category-page .columns .large-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

#content #category-page .columns .large-filter ul li {
  margin: 5px 0;
}

#content #category-page .columns .openfilter,
#content #category-page .columns .closefilter {
  display: none;
}

#content #category-page .columns .elements,
#content #search-page .elements,
#content #favorites-page .elements {
  width: calc(100% - 265px);
  margin: 0 0 0 0;
  padding: 0 0 0 50px;
  position: relative;
}

#content #category-page .columns .elements.nofilter,
#content #search-page .elements.nofilter,
#content #favorites-page .elements.nofilter {
  width: 100%;
  margin: 0;
  padding: 0 0 0 0;
  position: relative;
}

#content #category-page .columns .elements.full-list {
  margin: 0 0 0 0;
}

#content #category-page .columns .large-filter h3 {
  font-size: 14px;
  margin: 0 0 20px 0;
}

#content #category-page .columns .large-filter form .form-group {
  margin: 0 0 1rem 0;
}

#content #category-page .columns .large-filter form .form-group button[type="submit"] {
  display: none;
}

#content #category-page .columns .large-filter form select {
  width: 100%;
  border: 1px solid rgb(211,211,211);
  box-shadow: none;
  border-radius: 7px;
  padding: 5px;
}

#content #category-page .columns .large-filter form select option[value=""] {
  color: #aaaaaa;
}

#content #category-page .columns .large-filter form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

#content #category-page .columns .large-filter form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}

#content #category-page .columns .large-filter form input[type=checkbox] + label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
}

#content #category-page .columns .large-filter form input[type=checkbox]:hover + label::before {
  background: #dee2e6;
}

#content #category-page .columns .large-filter form input[type=checkbox]:checked + label::before {
  background: #8ADA55;
}

#content #category-page .columns .large-filter form input[type=checkbox]:checked + label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  transform: rotate(45deg);
}

#content #category-page .columns .large-filter form button {
  padding: 10px;
  min-width: 70%;
  font-weight: bold;
}

#content #category-page .columns .large-filter form button i {
  padding: 0 0 0 20px;
}

#content #category-page .columns .large-filter form .reset {
  margin: 20px 0 0 0;
  font-size: 12px;
}

#content #category-page .columns .large-filter form .reset a:link,
#content #category-page .columns .large-filter form .reset a:visited {
  color: #494f54;
  text-decoration: none;
}

#content #category-page .columns .large-filter form .reset a:hover {
  text-decoration: underline;
}

#content #category-page .columns .elements,
#content #search-page .elements {
}

#content #category-page .columns .elements .brand-group {
}

#content .item-page .recommended-mod .el .labels,
#content #category-page .columns .elements .brand-group .labels {
  position: absolute;
  right: 0;
  font-size: 12px;
  z-index: 1;
  top: -13px;
}

#content.page_101 .item-page .recommended-mod .el .labels {
  right: 15px;
}

#content #category-page .columns .elements .full-description.product-el .labels {
  position: absolute;
  left: 0;
  font-size: 12px;
  z-index: 1;
  top: -20px;
}

#content .item-page #product-page .labels {
  position: relative;
  font-size: 12px;
  z-index: 1;
  text-align: left;
  margin: 0 0 10px 0;
}

#content .item-page #product-page .labels .label,
#content .item-page .recommended-mod .el .labels .label,
#content #category-page .columns .elements .brand-group .labels .label,
#content #category-page .columns .elements .full-description.product-el .labels .label {
  padding: 0 5px;
  border-radius: 4px;
  margin: 0 0 5px 0;
  display: inline-block;
}

#content .item-page #product-page .labels .label {
  margin: 0 10px 0 0;
}

#content #category-page .columns .elements .brand-group h3 {
  width: 100%;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
}

#content #category-page .columns .elements .brand-group h3 .collection-filter {
  margin: 0 0 0 auto;
}

#content #category-page .columns .elements .brand-group h3 .collection-filter button {
  padding: 10px;
  border-radius: 20px;
}

#content #category-page .columns .elements .brand-group h3 .logotype {
  display: flex;
  align-items: center;
  width: 220px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 50px;
  position: relative;
}

#content #category-page .columns .elements .brand-group h3 .logotype img {
  height: 60px;
  width: auto;
}

#content #category-page .columns .elements .brand-group h3 .logotype .readmore-link {
  font-size: 0px;
  border: 1px solid #000;
  border-radius: 32px;
  width: 15px;
  height: 12px;
  padding: 3px 0 0 0;
}

#content #category-page .columns .elements .brand-group h3 .logotype .readmore-link i {
  font-size: 9px;
}

/* #content #category-page .columns .elements .brand-group h3 .logotype:hover .logotype-description {
  visibility: visible;
  opacity: 1;
} */

/* #content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Illy {
  background-image: url(../images/brands/illy.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Jacobs {
  background-image: url(../images/brands/jacobs.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Lor {
  background-image: url(../images/brands/lor.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Lavazza {
  background-image: url(../images/brands/lavazza.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Nescafe {
  background-image: url(../images/brands/svg/nescafe.svg);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Nespresso {
  background-image: url(../images/brands/nespresso.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Delonghi {
  background-image: url(../images/brands/delonghi.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Krups {
  background-image: url(../images/brands/krups.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Lollo {
  background-image: url(../images/brands/lollo.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Foodness {
  background-image: url(../images/brands/foodness.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Starbucks {
  background-image: url(../images/brands/starbucks.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Caffe-Vergnano {
  background-image: url(../images/brands/caffe-vergnano.png);
} */

/* #content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Gimoka {
  background-image: url(../images/brands/gimoka.webp);
} */

/* #content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Kimbo {
  background-image: url(../images/brands/kimbo.png);
}

#content #category-page .columns .elements .brand-group h3 .logotype.logotype-brand-Bork {
  background-image: url(../images/brands/bork.png);
} */

#content #category-page .columns .elements .brand-group h3 .logotype-description {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  position:  absolute;
  top: 60px;
  left: 0px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 600px;
  height: 150px;
  z-index: 5;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

#content #category-page .columns .elements .brand-group h3 .logotype-description.opened {
  height: auto;
}

#content #category-page .columns .elements .brand-group h3 .logotype-description .readmore {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 40px);
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(0,212,255,0) 100%);
  height: 24px;
  border-radius: 10px;
  padding: 80px 20px 0 20px;
  text-align: center;
  color: #c2ac67;
  text-decoration: underline;
  cursor: pointer;
}

#content #category-page .columns .elements .brand-group h3 .logotype-description .readmore.hided {
  display: none;
}

#content #category-page .columns .elements .brand-group h3 .logotype-description::after:hover {
  text-decoration: none;
}

#content #category-page .columns .elements .brand-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 40px 0;
}

#content #client-orders .elements .el,
#content #category-page .columns .elements .brand-group > div {
  position: relative;
  width: calc(100% / 3);
  height: 275px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.5;
}

#content #category-page .columns .elements .brand-group > div.no-items {
  width: calc(100% / 3);
  height: auto;
  margin: 30px 0 50px 0;
}

#content #client-orders .elements .el {
  width: calc(100% / 3);
  height: auto;
  margin: 0 20px 20px 0;
}

#content #category-page .columns .elements .brand-group > div > a:link,
#content #category-page .columns .elements .brand-group > div > a:visited {
  color: #000;
  text-decoration: none;
}

#content #category-page .columns .elements .brand-group .hidden-brand {
  display: none;
}

#content #client-orders .elements .el > a:link,
#content #client-orders .elements .el > a:visited {
  color: #000;
  text-decoration: none;
  display: flex;
}

#content #client-orders .elements .el.collection-filter,
#content #category-page .columns .elements .brand-group > div.collection-filter {
  width: 100%;
  height: auto;
  text-align: center;
}

#content #category-page .columns .elements .brand-group > div.collection-filter button {
  padding: 10px;
  border-radius: 20px;
}

#content #category-page .columns .elements .brand-group .img {
  position: relative;
  height: 150px;
}

#content #client-orders .elements .el .img {
  position: relative;
  height: 90px;
  margin: 0 20px 0 0;
}

#content #client-orders .elements .el img,
#content #category-page .columns .elements .brand-group .img img {
  width: auto;
  height: 100%;
}

#content #client-orders .elements .el .title,
#content #category-page .columns .elements .brand-group .title {
  font-size: 15px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  margin: -10px 0 0 0;
}

#content #client-orders .elements .el .title span {
  display: block;
  color: #999;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

#content #category-page .columns .elements .brand-group .price {
  font-size: 15px;
  font-weight: bold;
}

#content #category-page .columns .elements .brand-group .price .discount-price s {
  font-size: 14px;
  font-weight: normal;
  color: #919191;
  margin: 0 0 0 5px;
}

#content #category-page .columns .elements .brand-group .price .discount-price .discount-percent {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
  width: 100%;
  font-size: 12px;
  color: #ff0041;
  font-weight: normal;
}

#content #client-orders .elements .el .desc {
  margin: 10px 0 0 0;
  text-align: left;
}

#content #client-orders .elements .el .desc span {
  color: #999;
}

#content #client-orders .elements .el .price,
#content #client-orders .elements .el .quantity {
  font-size: 14px;
  font-weight: normal;
}

#content #client-orders .elements .el .buy button,
#content #category-page .columns .elements .brand-group .buy button,
#content #category-page .columns .elements .brand-group .buy .added-to-cart-notification-chcity,
#content #category-page .columns .elements .brand-group .buy .custom-alert.alert-success {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  width: 184px;
  margin-left: -92px;
  padding: 10px;
}

#content #category-page .columns .elements .full-description,
#content #search-page .elements .full-description,
#content #favorites-page .elements .full-description {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #dfdfdf;
}

#content #category-page .columns .elements .full-description > a,
#content #search-page .elements .full-description > a,
#content #favorites-page .elements .full-description > a {
  display: flex;
  text-decoration: none;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

#content #category-page .columns .elements .full-description .img,
#content #search-page .elements .full-description .img,
#content #favorites-page .elements .full-description .img {
  position: relative;
  width: 150px;
}

#content #category-page .columns .elements .full-description .img img,
#content #search-page .elements .full-description .img img,
#content #favorites-page .elements .full-description .img img {
  width: 100%;
}

#content #category-page .columns .elements .full-description .description,
#content #search-page .elements .full-description .description,
#content #favorites-page .elements .full-description .description {
  margin: 0 0 0 20px;
  text-align: left;
  font-size: 14px;
  width: calc(80% - 170px);
}

#content #category-page .columns .elements .full-description .description .title,
#content #search-page .elements .full-description .description .title,
#content #favorites-page .elements .full-description .description .title {
  color: #9e9772;
  text-decoration: underline;
  margin: 0 0 10px 0;
}

#content #category-page .columns .elements .full-description .description .roast,
#content #search-page .elements .full-description .description .roast,
#content #favorites-page .elements .full-description .description .roast {
  font-size: 14px;
  color: #c2b99c;
}

#content #category-page .columns .elements .full-description .description .taste-note,
#content #search-page .elements .full-description .description .taste-note,
#content #favorites-page .elements .full-description .description .taste-note {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#content #category-page .columns .elements .full-description .description .capsule-information,
#content #search-page .elements .full-description .description .capsule-information,
#content #favorites-page .elements .full-description .description .capsule-information {
  display: flex;
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 10px;
  color: #797979;
}

#content #category-page .columns .elements .full-description .description .capsule-information .info,
#content #search-page .elements .full-description .description .capsule-information .info,
#content #favorites-page .elements .full-description .description .capsule-information .info {
  margin: 0 20px 0 0;
}

#content #category-page .columns .elements .full-description .buying,
#content #search-page .elements .full-description .buying,
#content #favorites-page .elements .full-description .buying {
  text-align: right;
  width: 19%;
}

#content #category-page .columns .elements .full-description .price,
#content #search-page .elements .full-description .price,
#content #favorites-page .elements .full-description .price {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin: 0 0 10px 0;
}

#content #category-page .columns .elements .full-description .price s,
#content #search-page .elements .full-description .price s,
#content #favorites-page .elements .full-description .price s {
  color: #919191;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  position: relative;
  display: block;
}

#content #category-page .columns .elements .full-description .discount-price,
#content #search-page .elements .full-description .discount-price,
#content #favorites-page .elements .full-description .discount-price,
#content .recommended-mod .el .discount-price {
  /* position: relative; */
}

#content #category-page .columns .elements .full-description .discount-price .discount-percent,
#content #search-page .elements .full-description .discount-price .discount-percent,
#content #favorites-page .elements .full-description .discount-price .discount-percent {
  display: block;
  width: 100%;
  position: absolute;
  right: 10px;
  top: -18px;
  text-align: right;
  font-size: 12px;
  margin: 0 auto;
  color: #ff0041;
  font-weight: normal;
}

#content .recommended-mod .el .discount-price .discount-percent {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  color: #ff0041;
  font-weight: normal;
}

#content #category-page .columns .elements .full-description .buy button,
#content #search-page .elements .full-description .buy button,
#content #favorites-page .elements .full-description .buy button {
  padding: 5px 10px;
}

#content #category-page .columns .elements .custom-alert,
#content #search-page .elements .custom-alert,
#content #favorites-page .elements .custom-alert {
  margin: 65px 0 0 0;
}

#content #category-page .columns .elements .alert-warning,
#content #category-page .columns .elements .alert-success {
  margin: 24px 0 0 0;
  padding: 4px;
  text-align: center;
}

#content #category-page .columns .elements .alert-warning {
  margin: 45px 0 0 0;
  padding: 4px 20px;
  display: inline-block;
}

#content #category-page .columns .elements .added-to-cart-notification-chcity {
  margin: 10px 0 0 0;
  font-size: 12px;
}

/* #content #category-page .columns .elements .added-to-cart-notification-chcity span {
  color: #3caef9;
  text-decoration: underline;
  cursor: pointer;
} */

#content #category-page .columns .elements .added-to-cart-notification-chcity span:hover {
  text-decoration: none;
}

#content #search-page .elements .full-description .alert-warning,
#content #search-page .elements .full-description .alert-success,
#content #category-page .columns .elements .full-description .alert-warning,
#content #category-page .columns .elements .full-description .alert-success {
  margin: 15px 0 0 0;
}

#search-page {
  max-width: 1000px;
  margin: 0 auto;
}

#search-page .custom-alert {
  display: inline-block;
  margin: 30px 0 100px 0;
}

#product-page {
  padding: 0 0 50px 0;
}

#product-page .top {
  display: flex;
  align-items: flex-start;
}

#product-page .top .image {
  width: 50%;
  margin: 0 30px 0 0;
}

#product-page .top .image img {
  width: 100%;
}

#product-page .top .cart-desc {
  width: calc(50% - 30px);
  text-align: left;
}

#product-page .top .cart-desc .toAddonsBlock {
  display: none;
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}

#product-page .top .cart-desc .field {
  font-size: 13px;
}

#product-page .top .cart-desc .price {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
}

#product-page .top .cart-desc .price.price20::before {
  content:'20%';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

#product-page .top .cart-desc .price.price25::before {
  content:'25%';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

#product-page .top .cart-desc .price.price30::before {
  content:'30%';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

#product-page .top .cart-desc .price.price1::before {
  content:'РРЦ';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

#product-page .top .cart-desc .price s {
  color: #919191;
  /* font-size: 14px; */
  font-weight: normal;
}

#product-page .top .cart-desc .price .discount-percent {
  font-size: 12px;
  color: #ff0041;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 10px;
}

#product-page .top .cart-desc .price .discount-price > div {
  display: flex;
}

#product-page .top .cart-desc form {
  margin: 0 0 20px 0;
}

#product-page .top .cart-desc .quantity-price {
  margin: 20px 0 0 0;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#product-page .top .cart-desc .undertext {
  color: #999;
  font-weight: 700;
}

#product-page .top .cart-desc .undertext i {
  color: #ff4b4b;
}

#product-page .top .cart-desc .btn-favorites {
  display: none;
  margin-left: auto;
  cursor: pointer;
}

#product-page .top .cart-desc .btn-favorites.added i,
#product-page .top .cart-desc .btn-favorites:hover i {
  color: #e60019;
}

#product-page .top .cart-desc .quantity-price .uSocial-Share {
  margin: 0 0 15px 20px;
}

#product-page .top .cart-desc .quantity-price .form-group {
  margin: 0 0 10px 0;
}

#product-page .top .cart-desc .quantity-price select {
  padding: 5px;
  min-width: 50px;
}

#product-page .top .cart-desc .quantity-price button {
  width: 200px;
  border-radius: 10px;
  padding: 10px;
}

#product-page .top .cart-desc .taste-note {
  font-weight: bold;
}

#product-page .top .cart-desc .intensity {
  color: #c2ac67;
}

#product-page .top .cart-desc .subfields {
  display: flex;
}

#product-page .top .cart-desc .subfields.col {
  flex-wrap: wrap;
}

#product-page .top .cart-desc .subfields > div {
  margin: 0 20px 0 0;
  color: #c2ac67;
}

#product-page .top .cart-desc .subfields.col > div {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}

#product-page .top .cart-desc .subfields.col > div > div {
  color: #000;
  padding: 3px 0 0 0;
}

#product-page .center .fdesc {
  text-align: left;
  border-top: 1px solid #dadada;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  font-size: 14px;
  line-height: 20px;
}

#product-page .center .fdesc h1 {
  font-size: 20px;
}

#product-page .center .manuals {
  text-align: right;
  margin: 30px 0 0 0;
}

#product-page .center .manuals a {
  padding: 5px 10px;
}

#product-page .center .techdocs {
}

#product-page .center .techdocs > div {
  display: flex;
}

#product-page .center .techdocs > div > div {
  width: 50%;
  padding: 10px;
  text-align: left;
}

#product-page .center .techdocs > div:nth-child(even) {
  background-color: #eeeeee;
}

#product-page .center .techdocs > div > div.label {
}

#product-page .center .techdocs > div > div.value {
}

#product-page .center .techdocs-title {
  text-align: left;
  margin: 50px 0 20px 0;
}

#product-page .cart-desc .added-to-cart-alert {
  background-color: #d2ffd2;
  border: 1px solid #bdeebd;
  color: #517c51;
  border-radius: 10px;
  padding: 10px;
}

#product-page .cart-desc .added-to-cart-warning {
  background-color: #fffcd2;
  border: 1px solid #eeddbd;
  color: #7c7851;
  border-radius: 10px;
  padding: 10px;
}

#product-page .cart-desc .added-to-cart-alert a:link,
#product-page .cart-desc .added-to-cart-alert a:visited {
  color: #516c18;
}

#product-page .breadcrumps {
  font-size: 12px;
  color: #afafaf;
  margin: 3px 0 30px 0;
}

#product-page .breadcrumps span {
  padding: 0 5px 0 5px;
}

#product-page .breadcrumps span a {
  text-decoration: none!important;
}

#product-page .breadcrumps span:first-of-type {
  padding: 0 5px 0 0;
}

#cart-page,
#cart-page-2 {
  text-align: left;
}

#cart-page > div,
#cart-page-2 > div {
  display: flex;
}

#order-success {
  margin: 40px 0 0 0;
}

#cart-page-2 > .wholesale-info {
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #ffc82326;
  color: #9a712a;
  font-size: 13px;
  margin: 0 0 30px 0;
}

#cart-page .products,
#cart-page-2 .products {
  width: 50%;
  margin: 0 50px 0 0;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

#cart-page .alert-order-success,
#cart-page .alert-order-warning,
#order-success .alert-order-success,
#cart-page-2 .alert-order-success,
#cart-page-2 .alert-order-warning {
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
  background: url(../images/ready-order.svg) no-repeat center top;
  background-size: auto 280px;
  padding: 300px 0 0 0;
}

#cart-page .alert-order-success .payment-button-el,
#order-success .alert-order-success .payment-button-el,
#cart-page-2 .alert-order-success .payment-button-el {
  margin: 40px 0 0 0;
}

#cart-page .alert-order-success .payment-button-el .payment-button,
#order-success .alert-order-success .payment-button-el .payment-button,
#cart-page-2 .alert-order-success .payment-button-el .payment-button {
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}

#cart-page .alert-order-success .payment-button-el .payment-button.kaspi-button,
#order-success .alert-order-success .payment-button-el .payment-button.kaspi-button,
#cart-page-2 .alert-order-success .payment-button-el .payment-button.kaspi-button {
  background-color: #f14635;
  color: #fff;
}

#cart-page .alert-order-success .payment-button-el .payment-button.kaspi-button:hover,
#order-success .alert-order-success .payment-button-el .payment-button.kaspi-button:hover,
#cart-page-2 .alert-order-success .payment-button-el .payment-button.kaspi-button:hover {
  background-color: #cc3020;
}

#cart-page .alert-order-success .payment-button-el .payment-button.halyk-button,
#order-success .alert-order-success .payment-button-el .payment-button.halyk-button,
#cart-page-2 .alert-order-success .payment-button-el .payment-button.halyk-button {
  background-color: #00805f;
  color: #fff;
}

#cart-page .alert-order-success .payment-button-el .payment-button.halyk-button:hover,
#order-success .alert-order-success .payment-button-el .payment-button.halyk-button:hover,
#cart-page-2 .alert-order-success .payment-button-el .payment-button.halyk-button:hover {
  background-color: #015942;
}

#cart-page .alert-order-success .order-id,
#cart-page .alert-order-warning .order-id,
#order-success .alert-order-success .order-id,
#cart-page-2 .alert-order-success .order-id,
#cart-page-2 .alert-order-warning .order-id {
  border: 1px dashed #d5d5d5;
  background-color: #f1f1f1;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

#cart-page .alert-order-success .order-message,
#cart-page .alert-order-warning .order-message,
#order-success .alert-order-success .order-message,
#cart-page-2 .alert-order-success .order-message,
#cart-page-2 .alert-order-warning .order-message {
  margin: 15px 0 0 0;
}

#cart-page .field-error-text,
#cart-page .field-success-text,
#cart-page-2 .field-error-text,
#cart-page-2 .field-success-text {
  text-align: center;
  margin: 5px 0 0 0;
}

#cart-page .products ul,
#cart-page-2 .products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#cart-page .products ul li,
#cart-page-2 .products ul li {
  display: flex;
  font-size: 13px;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
  position: relative;
}

#cart-page-2 .products ul li .preorder .preorder-info {
  background-color: #fff;
  padding: 7px 10px;
  border-radius: 10px;
  z-index: 99;
  top: 16px;
  left: -20px;
  position: absolute;
  width: 200px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#cart-page-2 .products ul li .preorder .preorder-info::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  z-index: 100;
  top: -7px;
  left: 20px;}

#cart-page-2 .products ul li .preorder {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -8px;
}

#cart-page-2 .products ul li .preorder span {
  position: relative;
}

#cart-page-2 .products ul li .preorder[data-preorder-city="1"] span::before,
#cart-page-2 .products ul li .preorder[data-preorder-city="2"] span::before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  color: #ffd200;
  font-weight: 900;
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}

#cart-page .products ul li .discount-price s,
#cart-page .products ul li .campaign-price s,
#cart-page-2 .products ul li .discount-price s,
#cart-page-2 .products ul li .campaign-price s,
#cart-page-2 .products ul li .price s {
  display: block;
  color: #919191;
  font-size: 10px;
}

#cart-page .products ul li img,
#cart-page-2 .products ul li img {
  width: 60px;
  height: auto;
  margin: 0 10px 0 0;
}

#cart-page .products ul li .title,
#cart-page-2 .products ul li .title {
  width: 200px;
  margin: 0 10px 0 0;
  color: #666;
}

#cart-page .products ul li .title a:link,
#cart-page .products ul li .title a:visited,
#cart-page-2 .products ul li .title a:link,
#cart-page-2 .products ul li .title a:visited {
  color: #666;
  text-decoration: underline;
}

#cart-page .products ul li .title a:hover,
#cart-page-2 .products ul li .title a:hover {
  text-decoration: none;
}

#cart-page .products ul li .quantity,
#cart-page .products ul li .price,
#cart-page-2 .products ul li .quantity,
#cart-page-2 .products ul li .price {
  position: relative;
  margin: 0 20px 0 0;
}

#cart-page-2 .products ul li .price .wholesale-percent {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 10px;
  color: #44cc44;
}

#cart-page .products ul li .quantity select,
#cart-page form[name="calculate-cart"] input[type="text"],
#cart-page-2 .products ul li .quantity select,
#cart-page-2 form[name="calculate-cart"] input[type="text"] {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 3px;
  width: 45px;
}

#cart-page form[name="calculate-cart"] input[type="text"],
#cart-page-2 form[name="calculate-cart"] input[type="text"] {
  width: auto;
}

#cart-page .products ul li .func,
#cart-page-2 .products ul li .func {
  margin-left: auto;
}

#cart-page .products ul li .func i,
#cart-page-2 .products ul li .func i {
  cursor: pointer;
}

#cart-page .products ul li .func span.remove-cart-product,
#cart-page-2 .products ul li .func span.remove-cart-product {
  color: #ffb9b9;
}

#cart-page .products .total,
#cart-page-2 .products .total {
  margin: 20px 0 0 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

#cart-page .promocodes,
#cart-page-2 .promocodes {
  text-align: right;
  background-color: #f2f2f2;
  padding: 15px;
  font-size: 13px;
  border-radius: 5px;
  margin: 10px 0 0 0;
}

#cart-page .promocodes button.reject,
#cart-page-2 .promocodes button.reject {
  display: none;
}

#cart-page .promocodes label,
#cart-page-2 .promocodes label {
  margin: 0 10px 0 0;
}

#cart-page .promocodes input[type=text]:read-only,
#cart-page-2 .promocodes input[type=text]:read-only {
  background-color: #ededed;
  color: #666;
}

#cart-page .promocodes input[type=text].active,
#cart-page-2 .promocodes input[type=text].active {
  background-color: #a7d344;
  color: #486013;
}

#cart-page .promocodes input[type=text].false,
#cart-page-2 .promocodes input[type=text].false {
  background-color: #d34444;
  color: #601313;
}

#cart-page .promocodes button,
#cart-page-2 .promocodes button {
  border: 1px solid #d5d5d5;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
}

#cart-page .promocodes button:hover,
#cart-page-2 .promocodes button:hover {
  background-color: #d5d5d5;
}

#cart-page .products .total > span,
#cart-page-2 .products .total > span {
  display: block;
  margin: 0 0 10px 0;
}

#cart-page-2 .products .total > span s {
  display: block;
  color: #d5d5d5;
}

#cart-page .products .total > span.delivery-total,
#cart-page-2 .products .total > span.delivery-total {
  font-weight: normal;
}

#cart-page .cart-desc,
#cart-page-2 .cart-desc {
  width: calc(50% - 50px);
}

#cart-page .cart-desc form[name=auth],
#cart-page-2 .cart-desc form[name=auth]{
  font-size: 13px;
  border: 1px dashed #d5d5d5;
  border-radius: 10px;
  padding: 20px;
  background-color: #fafafa;
}

#cart-page .cart-desc form[name=auth] label,
#cart-page-2 .cart-desc form[name=auth] label{
  display: inline-block;
  width: 100px;
  margin: 0 10px 0 0;
  color: #666;
}

#cart-page .cart-desc form[name=auth] .form-group,
#cart-page-2 .cart-desc form[name=auth] .form-group{
  margin: 0 0 10px 0;
}

#cart-page .cart-desc form[name=auth] .form-group:last-of-type,
#cart-page-2 .cart-desc form[name=auth] .form-group:last-of-type{
  margin: 0;
}

#cart-page .cart-desc form[name=auth] input,
#cart-page-2 .cart-desc form[name=auth] input{
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 5px;
  width: calc(100% - 130px);
}

#cart-page .cart-desc form[name=auth] button,
#cart-page-2 .cart-desc form[name=auth] button{
  padding: 5px 20px;
  margin: 0 10px 0 0;
}

#cart-page .cart-desc form[name=auth] a:link,
#cart-page .cart-desc form[name=auth] a:visited,
#cart-page-2 .cart-desc form[name=auth] a:link,
#cart-page-2 .cart-desc form[name=auth] a:visited{
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}

#cart-page .cart-desc form[name=auth] a:hover,
#cart-page-2 .cart-desc form[name=auth] a:hover{
  text-decoration: none;
}

#cart-page .cart-desc .or-text,
#cart-page-2 .cart-desc .or-text {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
  line-height: 20px;
}

#cart-page .cart-desc .or-text a:link,
#cart-page .cart-desc .or-text a:visited,
#cart-page-2 .cart-desc .or-text a:link,
#cart-page-2 .cart-desc .or-text a:visited {
  color: #259cdf;
  text-decoration: underline;
}

#cart-page .cart-desc .or-text a:hover,
#cart-page-2 .cart-desc .or-text a:hover {
  text-decoration: none;
}

#cart-page .cart-desc form[name="cart-data"],
#cart-page-2 .cart-desc form[name="cart-data"] {
  font-size: 13px;
  /* border-top: 1px solid #d5d5d5;
  padding: 20px 0 0 0; */
}

#cart-page .cart-desc form[name="cart-data"] #promocode,
#cart-page-2 .cart-desc form[name="cart-data"] #promocode {
  display: none;
}

#cart-page .cart-desc form[name="cart-data"] label,
#cart-page-2 .cart-desc form[name="cart-data"] label {
  display: inline-block;
  width: 100px;
  margin: 0 10px 0 0;
  color: #666;
}

#cart-page .cart-desc form[name="cart-data"] label[for="registerMe"],
#cart-page-2 .cart-desc form[name="cart-data"] label[for="registerMe"] {
  width: 200px;
}

#cart-page .cart-desc form[name="cart-data"] .form-group,
#cart-page-2 .cart-desc form[name="cart-data"] .form-group{
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

#cart-page-2 .cart-desc form[name="cart-data"] .form-group.vat-payment{
  padding: 20px;
  width: calc(100% - 40px);
}

#cart-page .cart-desc form[name="cart-data"] .form-group.hidden.hidden-on,
#cart-page-2 .cart-desc form[name="cart-data"] .form-group.hidden.hidden-on{
  opacity: 0;
  height: 0;
}

#cart-page .cart-desc form[name="cart-data"] .form-group.error-field,
#cart-page-2 .cart-desc form[name="cart-data"] .form-group.error-field{
  background-color: #ff000014;
}

#cart-page .cart-desc form[name="cart-data"] .form-group.error-field label,
#cart-page-2 .cart-desc form[name="cart-data"] .form-group.error-field label{
  background-color: #ff000014!important;
}

#cart-page .cart-desc form[name="cart-data"] .form-group.disabled::before,
#cart-page-2 .cart-desc form[name="cart-data"] .form-group.disabled::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 1;
}

#cart-page .cart-desc form[name="cart-data"] .form-group h4,
#cart-page-2 .cart-desc form[name="cart-data"] .form-group h4{
  width: 100%;
}

#cart-page .cart-desc form[name="cart-data"] .form-group:last-of-type,
#cart-page-2 .cart-desc form[name="cart-data"] .form-group:last-of-type{
  margin: 0;
}

#cart-page .cart-desc form[name="cart-data"] input[type=text],
#cart-page .cart-desc form[name="cart-data"] select,
#cart-page-2 .cart-desc form[name="cart-data"] input[type=text],
#cart-page-2 .cart-desc form[name="cart-data"] select{
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 5px;
  width: calc(100% - 130px);
}

#cart-page .cart-desc form[name="cart-data"] input:read-only,
#cart-page-2 .cart-desc form[name="cart-data"] input:read-only{
  background-color: #f1f1f1;
}

#cart-page .cart-desc form[name="cart-data"] select option.bold,
#cart-page-2 .cart-desc form[name="cart-data"] select option.bold{
  font-weight: bold;
}

#cart-page .cart-desc form[name=auth] button,
#cart-page-2 .cart-desc form[name=auth] button{
  padding: 5px 20px;
  margin: 0 10px 0 0;
}

.radios.inline {

}

.radios.inline > div {
  display: flex;
}

.radios.inline.payment-type > div {
  flex-wrap: wrap;
}

.radios.inline input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline label:first-of-type,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline label:first-of-type {
  border-radius: 5px 0 0 5px;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline label:last-of-type,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline label:last-of-type {
  border-radius: 0 5px 5px 0;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline.payment-type label,
#cart-page .cart-desc form[name="cart-data"] .radios.inline.payment-type label:last-of-type,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline.payment-type label,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline.payment-type label:last-of-type {
  border-radius: 0;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline label,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline label {
  width: auto;
  margin: 0;
  display: inline-block;
  background-color: #fafafa;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 13px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  text-align: center;
  width: 68px;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline input[type=radio]:disabled + label,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline input[type=radio]:disabled + label {
  opacity: 0.3;
}

#cart-page .cart-desc form[name="cart-data"] .delivery-type,
#cart-page-2 .cart-desc form[name="cart-data"] .delivery-type {
  margin: 0 0 40px 0;
}

#cart-page .cart-desc form[name="cart-data"] .delivery-type-2-desc,
#cart-page-2 .cart-desc form[name="cart-data"] .delivery-type-2-desc {
  margin: 0 0 40px 0;
  font-weight: bold;
  background-color: rgb(166 218 241 / 30%);
  padding: 15px;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid rgb(130 206 246 / 31%);
  color: #547686;
}

#cart-page .cart-desc form[name="cart-data"] .delivery-data,
#cart-page-2 .cart-desc form[name="cart-data"] .delivery-data {
  /* display: none; */
}

#cart-page .cart-desc form[name="cart-data"] .delivery-type > div > div,
#cart-page-2 .cart-desc form[name="cart-data"] .delivery-type > div > div {
  width: 100%;
}

#cart-page .cart-desc form[name="cart-data"] .delivery-type .radios.inline label,
#cart-page-2 .cart-desc form[name="cart-data"] .delivery-type .radios.inline label {
  width: 50%;
}

#cart-page .noitems,
#cart-page-2 .noitems {
  margin: 0 0 100px 0;
  background: url(../images/empty-cart.jpg) no-repeat center top;
  background-size: auto 200px;
  display: block;
  text-align: center;
  padding: 220px 0 0 0;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline label i,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline label i {
  display: block;
  margin: 0 auto 5px auto;
  text-align: center;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline label:hover,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline label:hover {
  background-color: #dfd;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline input[type=radio]:disabled + label:hover,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline input[type=radio]:disabled + label:hover {
  background-color: #fafafa;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline input[type="radio"]:checked+label,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline input[type="radio"]:checked+label {
  background-color: #bfb;
  border-color: #4c4;
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline label i.fa-kaspi-kz,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline label i.fa-kaspi-kz {
  background-image: url(../images/kaspi.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  /* display: inline-block; */
}

#cart-page .cart-desc form[name="cart-data"] .radios.inline label i.fa-credit-card,
#cart-page-2 .cart-desc form[name="cart-data"] .radios.inline label i.fa-credit-card {
  color: #8ADA55;
}

#cart-page .cart-desc form[name="cart-data"] .submits,
#cart-page-2 .cart-desc form[name="cart-data"] .submits {
  margin: 30px 0 50px 0!important;
  text-align: center;
}

#cart-page .cart-desc form[name="cart-data"] button,
#cart-page-2 .cart-desc form[name="cart-data"] button {
  padding: 15px 20px;
}

#cart-page .cart-desc form[name="cart-data"] .comment textarea,
#cart-page-2 .cart-desc form[name="cart-data"] .comment textarea {
  width: 100%;
  height: 80px;
  resize: none;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 5px;
}

#cart-page .cart-desc form[name="cart-data"] .company-data,
#cart-page-2 .cart-desc form[name="cart-data"] .company-data {
  display: none;
}

#cart-page .cart-desc form[name="cart-data"] .to-register,
#cart-page-2 .cart-desc form[name="cart-data"] .to-register {

}

#cart-page .alert.alert-success,
#cart-page-2 .alert.alert-success {
  background-color: #d2ffd2;
  font-size: 13px;
  width: 100%;
  padding: 10px;
  border: 1px solid #bdeebd;
  border-radius: 10px;
  text-align: center;
  margin: 0 0 30px 0;
  color: #517c51;
}

#favorites-page .alert.alert-warning,
#cart-page .alert.alert-warning,
#cart-page-2 .alert.alert-warning {
  background-color: #fff6d3;
  font-size: 13px;
  width: 100%;
  padding: 10px;
  border: 1px solid #eedbbd;
  border-radius: 10px;
  text-align: center;
  margin: 0 0 30px 0;
  color: #71632b;
}

#cart-page .alert.alert-success i,
#cart-page .alert.alert-warning i,
#cart-page-2 .alert.alert-success i,
#cart-page-2 .alert.alert-warning i {
  display: block;
  margin: 0 0 10px 0;
}

#content-heading {
  position: relative;
  /* padding: 165px 0 0 0; */
}

#content-heading.delivery-heading,
#content-heading.payment-heading,
#content-heading.coffemachines-manuals-heading,
#content-heading.warranty-heading {
  padding: 165px 0 0 0;
}

#content-heading.receipts-heading {
  padding: 40px 0 0 0;
}

#content-heading h1,
#content-heading h2,
#content-heading h3 {
  margin: 0 0 0 0;
}

#content-heading.receipts-heading h3 {
  margin: 0 0 20px 0;
  font-size: 25px;
  font-weight: normal;
  color: rgba(47,38,30);
}

#content-heading.receipts-heading h3 span {
  color: #C2AC67;
}

#content-heading.receipts-heading {}

#content-heading.receipts-heading .receipts-types {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

#content-heading.receipts-heading .receipts-types .receipt {
  margin: 20px 0;
  width: 146px;
  height: 146px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-radius: 100px;
  border: 2px solid #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

#content-heading.receipts-heading .receipts-types .receipt a:link,
#content-heading.receipts-heading .receipts-types .receipt a:visited {
  display: block;
  margin: 165px 0 0 0;
  color: rgb(47,38,30);
  text-decoration: none;
  font-size: 20px;
}

#content-heading.receipts-heading .receipts-types .receipt.latte {
  background-image: url(../images/cocktails/cocktail_1.webp);
}
#content-heading.receipts-heading .receipts-types .receipt.capuchino {
  background-image: url(../images/cocktails/cocktail_2.png);
}
#content-heading.receipts-heading .receipts-types .receipt.classic {
  background-image: url(../images/cocktails/cocktail_3.png);
}
#content-heading.receipts-heading .receipts-types .receipt.cocktails {
  background-image: url(../images/cocktails/cocktail_4.webp);
}
#content-heading.receipts-heading .receipts-types .receipt.icecoffee {
  background-image: url(../images/cocktails/cocktail_5.png);
}

#content-heading P {
  color: #fff;
}

#content-heading.delivery-heading {
  background-image: url(../images/delivery_page_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 200px;
}

#content-heading.payment-heading {
  background-image: url(../images/payment_page_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 330px;
}

#content-heading.coffemachines-manuals-heading {
  background-image: url(../images/manuals_page_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 220px;
}

#content-heading.receipts-heading {
  /* background-image: url(../images/receipts_page_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; */
  height: 330px;
}

#content-heading.bonus-heading {
  background-image: url(../images/bonus_page_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 495px;
  height: 495px;
  cursor: pointer;
}

#content-heading.warranty-heading {
  background-image: url(../images/warranty_page_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  height: 345px;
}

#content-heading.bonus-heading h3 {
  width: 980px;
  color:#BADA55;
  font-size: 35px;
  text-align: left;
  margin: 0 auto;
  padding: 35px 0 0 0;
}

#content-heading.bonus-heading h4 {
  width: 980px;
  color:#fff;
  font-size: 32px;
  text-align: left;
  margin: 0 auto 0 auto;
  line-height: 1.3em;
}

#content-heading.bonus-heading .disclaimer {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -490px;
  width: 980px;
  text-align: left;
}

.item-page .bonus-disclaimer-2 {
  font-size: 18px;
  color: #BADA55;
  margin: 15px 0 0 0;
}

.item-page .bonus-image-2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content-heading.bonus-heading .buttons {
  height: 200px;
  width: 980px;
  margin: 0 auto 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

#content-heading.bonus-heading .buttons .android-wallet {
  display: block;
  background-image: url(../images/bonus_action_button.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 190px;
  height: 64px;
}

#content-heading.bonus-heading .buttons .apple-wallet {
  display: block;
  background-image: url(../images/bonus_apple_button.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 190px;
  height: 64px;
}

#content-heading.bonus-heading .buttons .qr-wallet {
  display: block;
  background-image: url(../images/bonus_qr_ru.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 133px;
  height: 133px;
  margin: 0 0 0 100px;
}

html[lang="kk-kz"] #content-heading.bonus-heading .buttons .qr-wallet {
  background-image: url(../images/bonus_qr_kz.svg);
}

.item-page .payment-balls {
  width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 40px auto;
}

.item-page .payment-balls > div {
  width: 264px;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.item-page .payment-balls > div.halyk-ball {
  background-image: url(../images/payment_halyk_ball.png);
}
.item-page .payment-balls > div.kaspired-ball {
  background-image: url(../images/kaspi_red_ball.png);
}
.item-page .payment-balls > div.kaspi-ball {
  background-image: url(../images/kaspi_ball.png);
}

#content .category-module_slidingfaqlist {
  width: 980px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

#content .category-module_slidingfaqlist li {
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}

#content .category-module_slidingfaqlist li .mod-articles-category-introtext {
  display: none;
  font-size: 13px;
  line-height: 20px;
}

#content .category-module_slidingfaqlist li span.title {
  font-weight: bold;
  display: block;
  background-color: #fafafa;
  padding: 20px 5px;
  border-radius: 5px;
}

#content .category-module_slidingfaqlist li span.title::after {
  content: '+';
  display: block;
  position: absolute;
  right: 10px;
  top: 40px;
}

#content .bonus-features {
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 30px auto 0 auto;
}

#content .bonus-features > li {
  width: 50%;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
}

#content .bonus-features > li strong {
  color: #BADA55;
}

#openmenu {
  display: none;
}

.page_171 .login form fieldset,
.page_171 .remind form fieldset,
.page_178 .reset form fieldset {
  border: none;
  padding: 30px;
}

.page_171 .login form .control-group,
.page_171 .remind form .control-group,
.page_178 .reset form .control-group {
  margin: 0 0 20px 0;
  text-align: center;
}

.page_171 .login form .control-group input[type=text],
.page_171 .login form .control-group input[type=password],
.page_171 .remind form .control-group input[type=text],
.page_171 .remind form .control-group input[type=password],
.page_171 .remind form .control-group input[type=email],
.page_178 .reset form .control-group input[type=text],
.page_178 .reset form .control-group input[type=password] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  width: 30%;
}

.page_171 .login form fieldset .control-group .control-label,
.page_171 .remind form fieldset .control-group .control-label,
.page_178 .reset form fieldset .control-group .control-label {
  margin: 0 0 5px 0;
}

.page_171 .login form fieldset .control-group .btn,
.page_171 .remind form .control-group .btn,
.page_178 .reset form .control-group .btn {
  padding: 10px 20px;
}

.page_171 .nav.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.page_171 .nav.nav-tabs a:link,
.page_171 .nav.nav-tabs a:visited {
  color: #c2ac67;
  text-decoration: underline;
}

.page_171 .nav.nav-tabs a:none {
  text-decoration: none;
}

.item-page .round-corner {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  padding: 10px 30px;
}

.item-page .round-blocks {
  text-align: center;
}

.item-page .round-blocks a {
  padding: 5px 20px;
}

.item-page .round-blocks .block-row {
  display: flex;
  justify-content: center;
}

.item-page .round-blocks .block-row > div {
  margin: 0 30px;
}

.item-page .cleaning-manuals-block {
  background: url(../images/cleaning_icon.png) no-repeat;
  background-position: left center;
  background-size: auto 165px;
  width: 50%;
  text-align: left;
  padding: 50px 0 50px 220px;
  margin: 50px auto;
}

.item-page .category-module.manuals {
  display: flex;
  padding: 0;
  margin: 0 0 50px 0;
  list-style: none;
  justify-content: center;
}

.item-page .category-module.manuals li {
  width: 200px;
  margin: 0 40px;
}

.item-page .category-module.manuals li img {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
}

#manuals-page .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0 0;
}

#manuals-page .list > div {
  width: 30%;
  margin: 0 0 70px 0;
}

#manuals-page .list > div .title {
  font-weight: bold;
}

#manuals-page .list > div img {
  width: 100%;
}

#manuals-page .list > div .manual a {
  padding: 5px 10px;
}

#content .recipes-page .recipe {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

#content .recipes-page h2 {
  margin: 30px 0;
}

#content .recipes-page .recipe .image {
  width: 598px;
  position: relative;
}

#content .recipes-page .recipe .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#content .recipes-page .recipe .short-desc {
  width: calc(100% - 658px);
  margin: 0 0 0 20px;
}

#content .recipes-page .recipe .short-desc dl {
  margin: 20px 0 0 20px;
}

#content .recipes-page .recipe .short-desc dl dd {
  margin: 0 0 20px 0;
}

#content .recipes-page .recipe .short-desc dl dd .field-label {
  font-size: 18px;
  font-weight: bold;
}

#content .recipes-page .recipe .short-desc dl dd .field-value ul {
  list-style-position: inside;
  margin: 10px 0 0 0;
  padding: 0;
}

#content .recipes-page .recipe .short-desc dl dd .field-value ul li {
  line-height: 1.9em;
  font-size: 16px;
}

#content .recipes-page .recipe-desc {
  font-size: 16px;
  line-height: 1.9em;
}

#content .recipes-page .recipe-desc h3 {
  margin: 0 0 20px 0;
}

#content .recipes-page .round-corner {
  padding: 20px;
}

#content div.recipes-categories-list ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
  border-bottom: 1px solid rgb(149,142,137);
}

#content div.recipes-categories-list ul li {
  width: 146px;
  text-align: center;
}

#content div.recipes-categories-list ul li a.bg-image {
  display: block;
  width: 146px;
  height: 146px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-radius: 100px;
  border: 2px solid #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

#content div.recipes-categories-list ul li h4 {
  font-weight: normal;
  font-size: 20px;
}

#content div.recipes-categories-list ul li a:link,
#content div.recipes-categories-list ul li a:visited {
  color: rgb(47,38,30);
  text-decoration: none;
}

#content div.recipes-categories-list ul li.recipes-16 a.bg-image{
  background-image: url(../images/cocktails/cocktail_1.webp);
}

#content div.recipes-categories-list ul li.recipes-17 a.bg-image{
  background-image: url(../images/cocktails/cocktail_2.png);
}

#content div.recipes-categories-list ul li.recipes-18 a.bg-image{
  background-image: url(../images/cocktails/cocktail_3.png);
}

#content div.recipes-categories-list ul li.recipes-19 a.bg-image{
  background-image: url(../images/cocktails/cocktail_4.webp);
}

#content div.recipes-categories-list ul li.recipes-20 a.bg-image{
  background-image: url(../images/cocktails/cocktail_5.png);
}

.blog.recipes-category-list,
.mostread.popular-recipes.mod-list{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mostread.popular-recipes.mod-list li,
.blog.recipes-category-list .items-row {
  display: block;
  width: calc(33% - 20px);
  margin: 0 10px 30px 10px;
}

.mostread.popular-recipes.mod-list li .fields-container .recipes-ingredients,
.mostread.popular-recipes.mod-list li .fields-container .recipe-needs,
.blog.recipes-category-list .item .fields-container .recipes-ingredients,
.blog.recipes-category-list .item .fields-container .recipe-needs {
  display: none;
}

.mostread.popular-recipes.mod-list li .image img,
.blog.recipes-category-list .item .img-intro-left img {
  width: 100%;
  height: 233px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.mostread.popular-recipes.mod-list li p.img_caption,
.blog.recipes-category-list .item p.img_caption {
  display: none;
}

.mostread.popular-recipes.mod-list li .el-block,
.blog.recipes-category-list .item .el-block {
  background-color: #f6ebe4;
  padding: 15px 25px;
  text-align: left;
  font-size: 14px;
  height: 190px;
  position: relative;
}

#content .item-page .mostread.popular-recipes.mod-list li a,
.blog.recipes-category-list .item a {
  color: #624C40;
  text-decoration: none;
}

.mostread.popular-recipes.mod-list li .el-block h2,
.blog.recipes-category-list .item .el-block h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height:1.4em;
}

.mostread.popular-recipes.mod-list li .el-block .fields-container,
.blog.recipes-category-list .item .el-block .fields-container {
  display: flex;
  margin: 25px 0 0 0;
  position: absolute;
  bottom: 10px;
}

.mostread.popular-recipes.mod-list li .el-block .fields-container dd,
.blog.recipes-category-list .item .el-block .fields-container dd {
  margin: 0 30px 0 0;
  padding: 40px 0 0 0;
}

.mostread.popular-recipes.mod-list li .el-block .fields-container dd .field-label,
.blog.recipes-category-list .item .el-block .fields-container dd .field-label {
  display: none;
}

.mostread.popular-recipes.mod-list li .el-block .fields-container .making-time,
.blog.recipes-category-list .item .el-block .fields-container .making-time {
  background: url(../images/recipe_time.png) no-repeat center top;
}

.mostread.popular-recipes.mod-list li .el-block .fields-container .hardness,
.blog.recipes-category-list .item .el-block .fields-container .hardness {
  background: url(../images/recipe_hardness.png) no-repeat center top;
}

.blog.recipes-category-list h2.subheading-category {
  width: 100%;
  margin: 0 0 50px 0;
}

.popular-block > h2 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: rgb(47,38,30);
  margin: 0 0 45px 0;
  background: url(../images/popular_recipes_h2_title_bg.png) no-repeat center top;
  padding: 100px 0 0 0;
}

.category-module_brandsfaqlist {
  display: flex;
  flex-wrap: wrap;
}

.category-module_brandsfaqlist > li {
  margin: 0 20px 20px 0;
  width: calc(33% - 20px);
  height: 160px;
  background-color: #f5f5f5;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.category-module_brandsfaqlist > li::after {
  content: '+';
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: bold;
}

.category-module_brandsfaqlist > li.opened::after {
  content: '-';
}

/* .category-module_brandsfaqlist > li:nth-child(1n+2) {
  margin: 0 0 20px 0;
} */

.category-module_brandsfaqlist > li .brand-image {
  width: 70%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.category-module_brandsfaqlist > li .brand-image img {
  max-width: 60%;
  height: auto;
}

.category-module_brandsfaqlist > li .description {
  display: none;
}

.category-module_brandsfaqlist > li.opened {
  width: 100%;
  height: auto;
  align-items: flex-start;
  padding: 30px;
}

.category-module_brandsfaqlist > li.opened .brand-image {
  margin: 30px 0 0 0;
}

.category-module_brandsfaqlist > li.opened .description {
  display: block;
}

.recommended-mod {
  display: flex;
  flex-wrap: wrap;
  background-color: #f1ece8;
  justify-content: center;
  padding: 0 0 20px 0;
}

.recommended-mod.seo-recommend {
  margin: 70px 0 0 0;
}

#product-page .reccomended-products {
  display: none;
}

#product-page .recommended-mod,
.item-page .recommended-mod {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: center;
  padding: 0 0 20px 0;
  margin: 50px 0 0 0;
  text-align: center;
}

.recommended-mod > h3 {
  width: 100%;
  font-size: 30px;
  color: #000;
  letter-spacing:0.1em;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'open sans',sans-serif;
  /* font-family: 'Cormorant Garamond', serif; */
}

.recommended-mod > div {
  width: calc(25% - 50px);
  min-height: 290px;
  margin: 0 3px 6px 3px;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}

#product-page .recommended-mod > div,
.item-page .recommended-mod > div {
  height: 270px;
}

#content .recommended-mod > div a {
  color: #000;
  text-decoration: none;
}

.recommended-mod > div .title,
.recommended-mod > div .price {
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-size: 14px;
}

.recommended-mod > div .price {
  color: rgb(123, 117, 86);
}

.recommended-mod > div .image {
  height: 170px;
}

.recommended-mod > div .image img {
  width: auto;
  height: 100%;
}

.recommended-mod > div .button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}

.recommended-mod > div .button .custom-alert {
  padding: 5px;
}

#product-page .recommended-mod > div .button,
.item-page .recommended-mod > div .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#product-page .recommended-mod > div.goto,
.item-page .recommended-mod > div.goto {
  text-align: center;
  margin: 20px 0;
  width: 100%;
  height: auto;
  min-height: auto;
}

.recommended-mod .goto a:link,
.recommended-mod .goto a:visited {
  text-decoration: none;
}
.recommended-mod .goto a:hover {
  text-decoration: underline;
}

.recommended-mod > div .button button {
  padding: 5px 50px;
}

.brandslist-page {}

.brandslist-page .image {
  text-align: center;
  height: 150px;
  width: 100%;
}

.brandslist-page .image img {
  height: 100%;
  width: auto;
}

.brandslist-page .brand-desc {
  margin: 60px 0 0 0;
}

#favorites-page .remove-from-favorites {
  margin: 20px 0 0 0;
  position: relative;
  z-index: 2;
}

#favorites-page .remove-from-favorites button:hover {
  text-decoration: underline;
}

#favorites-page .remove-from-favorites i {
  color: #e60019;
}

#client-orders {
}

#client-orders .client-info {
  font-size: 13px;
}

#client-orders .client-info > div {
  display: flex;
}

#client-orders .client-info > div span {
  color: #999;
}

#client-orders .client-info > div > div {
  margin: 0 20px 20px 0;
}

#client-orders .order {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
}

#client-orders .order .positions {
  margin: 15px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

#client-orders .order .orderdata {
  font-size: 13px;
  display: flex;
}

#client-orders .order .orderdata > div {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #d5d5d5;
}

#client-orders .order .orderdata > div:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

#client-orders .order .orderdata > div.ordernum {
  font-weight: bold;
}

#client-orders .order .orderdata span {
  color: #999;
}

#cart-page .campaigns-legend {
  font-size: 12px;
  color: #666;
}

#cart-page .campaigns-legend .text-red {
  color: #ff0069;
}

#cart-page .products ul li .campaign-label {
  font-size: 12px;
}

#cart-page .products ul li .campaign-label.text-red {
  color: #ff0069;
}

#cart-page-2 .campaigns-free-items,
#cart-page .campaigns-free-items {
  display: flex;
  flex-wrap: wrap;
}

#cart-page-2 .campaigns-free-items h3,
#cart-page .campaigns-free-items h3 {
  font-size: 14px;
  margin: 20px 0 10px 0;
  width: 100%;
}

#cart-page-2 .campaigns-free-items .free-item,
#cart-page .campaigns-free-items .free-item {
  width: calc(100% / 3 - 32px);
  text-align: center;
  border: 1px solid #d5d5d5;
  margin: 0 5px 5px 5px;
  padding: 10px 10px 30px 10px;
  cursor: pointer;
  position: relative;
}

#cart-page-2 .campaigns-free-items .free-item.active,
#cart-page-2 .campaigns-free-items .free-item:hover,
#cart-page .campaigns-free-items .free-item.active,
#cart-page .campaigns-free-items .free-item:hover {
  border: 1px solid #a3cf43;
}

#cart-page-2 .campaigns-free-items .free-item.active::before,
#cart-page .campaigns-free-items .free-item.active::before {
  content: '\f06b';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #a3cf43;
}

#cart-page-2 .campaigns-free-items .free-item .img,
#cart-page .campaigns-free-items .free-item .img {
  position: relative;
  height: 100px;
}

#cart-page-2 .campaigns-free-items .free-item .img img,
#cart-page .campaigns-free-items .free-item .img img {
  width: auto;
  height: 100%;
}

#cart-page-2 .campaigns-free-items .free-item .title,
#cart-page .campaigns-free-items .free-item .title {
  font-size: 13px;
}

#cart-page-2 .campaigns-free-items .free-item .price,
#cart-page .campaigns-free-items .free-item .price {
  width: 100%;
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  left: 0;
}

#cart-page-2 .campaigns-free-items .free-item .price s,
#cart-page .campaigns-free-items .free-item .price s {
  color: #999;
}

#cart-page-2 .campaigns-free-items .free-item .readmore,
#cart-page .campaigns-free-items .free-item .readmore {
  font-size: 11px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
}

#bingc-phone-button {
  display: none!important;
}

#bingc-phone-button.bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline,
#bingc-phone-button.bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside,
#bingc-phone-button.bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: #a7d344!important;
}

#bingc-phone-button.bingc-phone-button div.bingc-phone-button-tooltip {
  background-color: #a7d344!important;
}

div.mod-languages {
  margin: 0 15px 0 0;
}

div.mod-languages ul {
  display: flex;
}

div.mod-languages ul li {
  margin: 0 5px;
}

#content .seo-text {
  margin: 0 auto;
  width: 980px;
  text-align: left;
}

#content .seo-text h2 {
  font-size: 1rem;
  font-weight: bold;
}

.epayment-result {
  margin: 50px 0 50px 0;
  text-align: center;
}

.epayment-result.epayment-result-error::before {
  content: '\f071';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  font-size: 60px;
  color: #ff8181;
}

.epayment-result.epayment-result-success::before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  font-size: 60px;
  color: #addb47;
}

#cityChoosing > div {
  padding: 40px;
}

#cityChoosing > div > div {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 20px 0;
}

#cityChoosing h3 {
  font-size: 14px;
  font-weight: normal;
}

#cityChoosing > div > div > div {
  width: 105px;
  transition: 0.2s ease-in-out;
  position: relative;
  transform: translate(0%, 0%);
}

#cityChoosing > div > div > div span {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100px;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin: 0;
  padding: 100px 0 0 0;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

#cityChoosing > div > div > div::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: #999;
  border-radius: 100px;
  transition: 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  z-index: 1;
  transform: translate(0%, 0%);
}

#cityChoosing > div > div > div:hover::after {
  width: 100px;
  height: 100px;
  background-color: #d5d5d5;
}

#cityChoosing > div > div > div span[data-city-id="1"] {
  background-image: url(../images/mountain-icon.webp);
}

#cityChoosing > div > div > div span[data-city-id="2"] {
  background-image: url(../images/venice-icon.webp);
}

#messengers {
  width: 95px;
  height: 95px;
  position: fixed;
  bottom: 7%;
  right: 2%;
  z-index: 99;
}

#messengers .mess-button {
  width: 95px;
  height: 95px;
  background-color: #a7d344;
  border-radius: 70px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

#messengers .mess-button::before {
  content: '\f4ad';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

#messengers .mess-button.close {}

#messengers .mess-button.open {}

#messengers .mess-list {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 0;
}

#messengers .mess-list a {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #999;
  background-color: #fff;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 23px;
  margin: 0 0 10px 0;
}

#messengers .mess-list a:last-of-type {
  margin: 0 0 0 0;
}

#messengers .mess-list a.fb::before {
  content: '\f39e';
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
#messengers .mess-list a.apple::before {
  content: '\f179';
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
#messengers .mess-list a.tg::before {
  content: '\f3fe';
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
#messengers .mess-list a.wa::before {
  content: '\f232';
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
#messengers .mess-list a.back-phone {
  font-size: 9px;
  cursor:pointer;
}


body {
    background: #fff;
    color: #000000;
    font-size: 100.1%;
    padding: 0px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    font-family: open sans,sans-serif;
}

select:focus,
input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

.custom-alert {
  border-radius: 5px;
  font-size: 13px;
}

.custom-alert.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 10px;
}

#product-page .breadcrumps {
  font-size: 12px;
  color: #afafaf;
  margin: 3px 0 30px 0;
}

#product-page .breadcrumps span {
  padding: 0 5px 0 5px;
}

#product-page .breadcrumps span a {
  text-decoration: none!important;
}

#product-page .top .cart-desc .field {
  font-size: 13px;
}

#product-page .top .cart-desc .price {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
}

#product-page .top .cart-desc .price.price20::before {
  content:'20%';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

#product-page .top .cart-desc .price.price25::before {
  content:'25%';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

#product-page .top .cart-desc .price.price30::before {
  content:'30%';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

#product-page .top .cart-desc .price.price1::before {
  content:'РРЦ';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

#product-page .top .cart-desc .price s {
  color: #919191;
  /* font-size: 14px; */
  font-weight: normal;
}

#product-page .top .cart-desc .price .discount-percent {
  font-size: 12px;
  color: #ff0041;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 10px;
}


#product-page .breadcrumps span:first-of-type {
  padding: 0 5px 0 0;
}

.custom-alert.alert-success {
  background-color: #d2ffd2;
  padding: 10px;
  border: 1px solid #bdeebd;
  border-radius: 10px;
  color: #517c51;
}

#container header {
  position: relative;
}

#container header .head-1 .logotype {
  background-image: url(../images/logotype_sc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px auto;
  width: 90px;
  height: 50px;
  display: block;
  margin: 0 30px 0 0;
}

#container header .head-1 .topphone {
  margin: 0 0 0 auto;
}

#container header .head-1 .topphone P {
  margin: 0 0 0 0;
  align-items: center;
  display: flex;
}

#container header .head-1 .topphone a:link,
#container header .head-1 .topphone a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

#container header .head-1 {
  background-color: #000000;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

#container header .head-1 .choose-city {
  /* margin: 0 0 0 auto; */
  color: #fff;
  display: flex;
  font-size: 13px;
}

#container header .head-1 .choose-city #chooseCityWarning {
  position: absolute;
  z-index: 99;
  width: 300px;
  right: 10px;
  top: 50px;
  font-size: 10px;
  color: #000;
  text-align: left;
  display: none;
}

#container header .head-1 .choose-city #chooseCityWarning.show {
  display: block;
}

#container header .head-1 .choose-city #chooseCityWarning P {
	position: relative;
	max-width: 30em;

	background-color: #fff;
	padding: 1.125em 1.5em;
	font-size: 1.25em;
	border-radius: 10px;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

#container header .head-1 .choose-city #chooseCityWarning P::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	right: 7.5em;
	border: .75rem solid transparent;
	border-top: none;

	border-bottom-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

#container header .head-1 .choose-city .choose {
  margin: 0 0 0 0;
}

#container header .head-1 .choose-city .choose .choosing {
  background: url(../images/choose-city-arrow.png) no-repeat right center;
  background-size: 10px 8px;
  padding: 0 18px 0 0;
  cursor: pointer;
}

#container header .head-1 .choose-city .cities-list {
  display: none;
  position: absolute;
  background-color: #000;
  list-style: none;
  padding: 10px;
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 28px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 3;
}

#container header .head-1 .choose-city .cities-list li {
  cursor: pointer;
}

#container header .head-1 .choose-city .cities-list li:hover {
  text-decoration: underline;
}

#container header .head-2 {
  display: flex;
  align-items: center;
  padding: 20px 50px;
  border-bottom: 3px solid #2f2e2e;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  position: relative;
  z-index: 2;
}

#container header .head-1.affix {
  margin: 0 0 143px 0;
}

#container header .head-2.affix {
  position: fixed;
  top: 0;
  width: calc(100% - 100px);
  background-color: white;
  z-index: 4;
}

#container header .head-1 .run-line {
  margin: 0 50px 0 0;
  width: 615px;
}

#container header .head-1 .run-line ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

#container header .head-1 .run-line ul li {
  display: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0 5px 0;
}

#container header .head-1 .run-line ul li.active {
  display: block;
}

#container header .head-1 .run-line ul li.line-1 {
  /* background-image: url(../images/runline-1.svg);
  background-size: 34px; */
}

#container header .head-1 .run-line ul li.line-2 {
  /* background-image: url(../images/runline-2.svg);
  background-size: 25px; */
}

#openmenu {
  display: none;
}

#container header .top-cart {
  margin: 0 0 0 40px;
}

#container header .top-cart span.cart-icon {
  display: block;
  background: url(../images/cart_w.svg) no-repeat center;
  background-size: auto 20px;
  width: 21px;
  height: 24px;
  cursor: pointer;
}

#container header .top-cart span.cart-q {
  position: relative;
}

#container header .top-cart span.cart-q > span {
  background-color: #a3cf43;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  border-radius: 15px;
  min-width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  top: -10px;
  text-align: center;
  right: -20px;
}

.popup-modal {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  z-index: 9999;
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 100px;
}

#modalAuthReg.popup-modal {
  display: none;
  padding: 20px;
  margin-left: -270px;
}

#cityChoosing > div {
  padding: 40px;
}

#cityChoosing > div > div {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 20px 0;
}

#cityChoosing h3 {
  font-size: 14px;
  font-weight: normal;
}

#cityChoosing > div > div > div {
  width: 105px;
  transition: 0.2s ease-in-out;
  position: relative;
  transform: translate(0%, 0%);
}

#cityChoosing > div > div > div span {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100px;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin: 0;
  padding: 100px 0 0 0;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

#cityChoosing > div > div > div::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: #999;
  border-radius: 100px;
  transition: 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  z-index: 1;
  transform: translate(0%, 0%);
}

#cityChoosing > div > div > div:hover::after {
  width: 100px;
  height: 100px;
  background-color: #d5d5d5;
}

#cityChoosing > div > div > div span[data-city-id="1"] {
  background-image: url(../images/mountain-icon.png);
}

#cityChoosing > div > div > div span[data-city-id="2"] {
  background-image: url(../images/venice-icon.png);
}

#ajax-loading {
  position: absolute;
  background-image: url(../images/loading.svg);
  background-color: rgba(255,255,255,0.9);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000;
  width: 100%;
  left: 0;
  top: 0;
  /* border-radius: 30px; */
}

#ajax-loading-white-no-logo {
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* border-radius: 30px; */
}

#ajax-loading-min {
  position: absolute;
  background-image: url(../images/loading.svg);
  background-color: rgba(255,255,255,0.9);
  background-repeat: no-repeat;
  background-position: center top 50px;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
}

footer {
  background-color: #fff;
  /* padding: 20px 0; */
  border-top: 3px solid #72716f;
  color: #000;
}

footer > div {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 13px;
}

footer h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 0;
}

footer a:link,
footer a:visited {
  color: #000;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

footer .foot-2 {
  width: 80%;
  display: flex;
  margin: 0 auto;
}

footer .contactinfo {
  line-height: 22px;
  width: 33%;
}

footer .contactinfo .block {
  margin: 0 0 15px 0;
}

footer .contactinfo P {
  margin: 0;
}

footer .contactinfo ul  {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .contactinfo .block-graffic {
}

footer .contactinfo .block-address {
}

footer .partners {
  background: #000;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px 0 20px 0;
  align-items: center;
  display: flex;
}

footer .partners > div {
  width: 80%;
  margin: 0 auto;
  align-items: center;
  display: flex;
}

footer .partners h5 {
  color: #fff;
  width: calc(33% - 20px);
}

footer .partners .logos {
  display: flex;
  align-items: center;
}

footer .partners .logos img {
  margin: 0 25px 0 0;
  height: 17px;
  width: auto;
}

footer .partners .logos img:last-of-type {
  margin: 0 0 0 0;
}

footer .addons {
  display: flex;
  flex-wrap: wrap;
  width: calc(67% - 25px);
  margin: 0 0 0 25px;
}

footer .mailing {}

footer .mailing form > .form-group {
  display: flex;
  align-items: center;
}

footer .mailing input[type="text"],
footer .mailing input[type="email"] {
  padding: 0 10px 0 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 38px;
  background-color: transparent;
  color: #fff;
}

footer .mailing input[type="text"]:focus,
footer .mailing input[type="email"]:focus {
  background-color: #212121;
  border: 1px solid #212121;
}

footer .mailing .sp-button {
  background: url(../images/mailing-button.jpg) no-repeat center!important;
  background-size: 40px auto!important;
  width: 47px!important;
  height: 33px!important;
  border: none!important;
  cursor: pointer!important;
  margin: 0 0 0 10px;
}

footer .mailing h5 {
  margin: 0 0 15px 0;
  color: #BADA55;
  width: 200px;
}

footer .mailing .social {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}

footer .mailing .social h5 {
  margin: 0 10px 0 0;
  color: #fff;
  width: auto;
  font-size: 12px;
}

footer .mailing .social a {
  display: block;
  width: 36px;
  height: 36px;
}

footer .mailing .social a.instagram {
  background: url(../images/instagram.webp) no-repeat center;
  background-size: 28px auto;
}
footer .mailing .social a.facebook {
  background: url(../images/facebook.webp) no-repeat center;
  background-size: 24px auto;
}
footer .mailing .social a.whatsapp {
  background: url(../images/whatsapp.webp) no-repeat center;
  background-size: 22px auto;
}
footer .mailing .social a.telegram {
  background: url(../images/telegram.png) no-repeat center;
  background-size: 26px auto;
}

/*MAILING FORM CORRECTS*/

footer .mailing .sp-form {
  padding: 0!important;
}

footer .mailing .sp-form-horizontal .sp-element-container .sp-field {
  padding: 0!important;
  display: flex;
}

footer .mailing .sp-form[sp-id="216197"] .sp-form-fields-wrapper {
  margin: 0;
}

footer .mailing .sp-form .sp-field>.sp-control-label>span+strong {
  display: none;
}

footer .mailing .sp-form-horizontal .sp-element-container .sp-field {
  min-height: auto;
}

footer .mailing .sp-form[sp-id="216197"] .sp-field label {
  display: none;
}

/* EOF MAILING FORM*/

footer .specialmenu {
  margin: 80px 0 35px 0;
  padding: 0 0 0 0;
  list-style: none;
  display: flex;
}

footer .specialmenu li {
  font-size: 13px;
  margin: 0 20px 0 0;
}

footer .specialmenu li:last-of-type {
  margin: 0 0 0 0;
}

footer .specialmenu li a {
  text-decoration: none;
}

footer .specialmenu li.item-170 a,
footer .specialmenu li.item-257 a {
  background: url(../images/favorite-icon.svg) no-repeat center top;
  background-size: auto 30px;
  padding: 35px 0 0 0;
}
footer .specialmenu li.item-171 a,
footer .specialmenu li.item-258 a {
  background: url(../images/login-icon.svg) no-repeat center top;
  background-size: auto 30px;
  padding: 35px 0 0 0;
}
footer .specialmenu li.item-172 a,
footer .specialmenu li.item-259 a {
  background: url(../images/orders-icon.svg) no-repeat center top;
  background-size: auto 30px;
  padding: 35px 0 0 0;
}

footer .footermenu {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footermenu .divider {
  font-weight: bold;
  margin: 0 0 5px 0;
}

footer .footermenu .separator {
  display: block;
}

footer .footermenu > div {
  margin: 0 20px 0 0;
}

footer .footermenu > div:first-of-type {
  margin: 0;
}

footer .footermenu li {
  line-height: 24px;
}

footer .footermenu li.item-159 a,
footer .footermenu li.item-266 a {
  color:#BADA55;
  font-weight: bold;
}

footer .footermenu li a:link,
footer .footermenu li a:visited {
  text-decoration: none;
}

footer .footermenu li a:hover {
  text-decoration: underline;
}

footer #gmap {
  width: 100%;
}

#wholesale {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

#wholesale .filters {
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 20px 0;
  margin: 50px 0 20px 0;
}

#wholesale .legend {
  padding: 10px 20px;
  background-color: #ededed;
  border-radius: 5px;
  color: #333;
  font-size: 13px;
  display: flex;
  position: relative;
  z-index: 9;
}

#wholesale .legend.fixed {
  position: fixed;
  top: 10px;
}

#wholesale .legend > span {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
}

#wholesale .legend > span::before {
  content: '\f0f4';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  border-radius: 15px;
  width: 20px;
  height: 10px;
  margin: 0 5px 0 0;
}

#wholesale .legend > span:nth-child(1)::before {
  color: #e6cb40;
}

#wholesale .legend > span:nth-child(2)::before {
  color: #4fe640;
}

#wholesale .legend > span:nth-child(3)::before {
  color: #4082e6;
}

#wholesale .legend > span:last-of-type {
  margin: 0 0 0 0;
}

#wholesale .filters form {
  display: flex;
  flex-wrap: wrap;
}

#wholesale .filters form .form-group {
  margin: 0 30px 40px 0;
}


#wholesale .filters form .form-group {
  width: 100%;
}

#wholesale .filters form .form-group > div {
  display: flex;
}

#wholesale .filters form .form-group:last-of-type {
  margin: 0 0 0 0;
}

#wholesale .filters form .form-group > label {
  display: block;
  margin: 0 0 15px 0;
  font-size: 14px;
}

#wholesale .filters form .form-group select {
  width: 100%;
  border: 1px solid rgb(211,211,211);
  box-shadow: none;
  border-radius: 7px;
  padding: 5px;
}

#wholesale .filters form .form-group option[value=""] {
  color: #aaaaaa;
}

#wholesale .filters form .form-group.percents span.underline {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  /* &:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #1889C1;
  } */
}

#wholesale .filters form .form-group label > span {
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  &:hover {
    background-color: mix(#fff, #1889C1, 24%);
  }
}

#wholesale .filters form .form-group label > span.imgspan {
  border: none;
  text-align: center;
}

#wholesale .filters form .form-group label > span.imgspan .title {
  display: block;
}

#wholesale .filters form .form-group label > span img {
  height: 50px;
  width: auto;
}

#wholesale .filters form .form-group > div > label {
  margin: 0 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

#wholesale .filters form .form-group > div > label:last-of-type {
  margin: 0 0 0 0;
}

#wholesale .filters form .form-group > div > label > input {
  position: absolute;
  left: -9999px;
  &:checked + span {
    background-color: #ededed;
    /* border: 1px solid #dbdbdb; */
    &:before {
      box-shadow: inset 0 0 0 0.4375em #1889C1;
    }
  }
}

button.btn-whitebrown {
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  border: 2px solid #c2ac67;
  color: #c2ac67;
  border-radius: 30px;
}

button.btn-whitebrown:hover {
  background-color: #c2ac67;
  color: #fff;
}


button.btn-whitegreen {
  cursor: pointer;
  border: 2px solid #8ADA55;
  font-weight: normal;
  text-transform: none;
  color: #8ADA55;
  border-radius: 30px;
  background-color: transparent;
  padding: 10px 30px;
}

button.btn-whitegreen:hover {
  background-color: #8ADA55;
  color: #000;
}

button.btn-whiteblue {
  cursor: pointer;
  border: 2px solid #558dda;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
  border-radius: 30px;
  background-color: #55b1da;
}

button.btn-whiteblue:hover {
  background-color: #4899bd;
}

#wholesale .products .product-el {
  position: relative;
  width: calc(100% / 3);
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.5;
}

#wholesale .products .product-el > a {
  color: #000;
  text-decoration: none;
  display: flex;
}

#wholesale .products .product-el .title {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}

#wholesale .products .product-el .offers {
  text-align: left;
}

#wholesale .products .product-el .img {
  position: relative;
  height: 150px;
}

#wholesale .products .product-el .img img {
  width: auto;
  height: 100%;
}

#wholesale .products .product-el .labels {
  position: absolute;
  left: 40px;
  font-size: 12px;
  z-index: 1;
  top: -13px;
}

#wholesale .products .product-el .labels .label {
  padding: 0 5px;
  border-radius: 4px;
  margin: 0 0 5px;
  display: inline-block;
}

#wholesale .products .product-el .hidden-brand {
  display: none;
}

#wholesale .products .product-el .hidden-brand {
  display: none;
}

#wholesale .products .product-el .buy {
  margin: 20px 0 0 0;
}

#wholesale .products .product-el .buy button {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: 700;
  width: 184px;
  padding: 10px;
}

#wholesale .products .product-el .buy .custom-alert {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: 700;
  width: 184px;
  padding: 10px;
}

#wholesale .products .product-el .buy .custom-alert.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 10px;
}

#wholesale .products .product-el .buy .custom-alert.alert-success {
  background-color: #d2ffd2;
  padding: 10px;
  border: 1px solid #bdeebd;
  border-radius: 10px;
  color: #517c51;
}


#wholesale .products .product-el .price {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 0 0;
}

#wholesale .products .product-el .price .discount-price > span {
  display: block;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin: 2px 0;
}

#wholesale .products .product-el .price .discount-price > span i {
  font-size: 9px;
  margin: 0 5px 0 0;
}

#wholesale .products .product-el .price .discount-price > span.discount-price-20::before {
  content: '20%';
  display: block;
  color: #999;
  margin: 0 5px 0 0;
  font-weight: normal;
  font-size: 12px;
}
#wholesale .products .product-el .price .discount-price > span.discount-price-25::before {
  content: '25%';
  display: block;
  color: #999;
  margin: 0 5px 0 0;
  font-weight: normal;
  font-size: 12px;
}
#wholesale .products .product-el .price .discount-price > span.discount-price-30::before {
  content: '30%';
  display: block;
  color: #999;
  margin: 0 5px 0 0;
  font-weight: normal;
  font-size: 12px;
}
#wholesale .products .product-el .price .discount-price > span.discount-price-1 {
  font-weight: normal;
}
#wholesale .products .product-el .price .discount-price > span.discount-price-1::before {
  content: 'РРЦ';
  display: block;
  color: #999;
  margin: 0 5px 0 0;
  font-weight: normal;
  font-size: 12px;
}

#wholesale .products .product-el .price .discount-price s {
  font-size: 14px;
  font-weight: normal;
  color: #919191;
}

#wholesale .products .product-el .schema-data {
  opacity: 0;
  height: 0;
  width: 0;
  font-size: 0px;
}

#wholesale .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}

#container #content {
  margin: 0 60px;
}

#container #content .djslider-loader {
  margin: 30px 0 10px;
}

#container #content #wholesale .fnc-buttons {
  text-align: center;
  margin: 40px 0 0 0;
}

#container #content #wholesale .fnc-buttons button {
  margin: 0 20px;
}

#container #content .popup-modal button.btn-whitebrown,
#container #content #wholesale .fnc-buttons button.btn-whitebrown {
  padding: 10px 30px;
}

form[name="be-a-wholesale"]{}

form[name="auth-as-a-wholesale"] .form-group,
form[name="be-a-wholesale"] .form-group{
  margin: 0 0 20px 0;
  position: relative;
}

form[name="auth-as-a-wholesale"] .form-group label,
form[name="be-a-wholesale"] .form-group label{
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
}

form[name="auth-as-a-wholesale"] .form-group input[type="text"],
form[name="be-a-wholesale"] .form-group input[type="text"],
form[name="be-a-wholesale"] .form-group select{
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 10px;
  width: 70%;
}

form[name="be-a-wholesale"] .form-group select{
  width: 90%;
}

form[name="auth-as-a-wholesale"] .form-group button[type="submit"],
form[name="be-a-wholesale"] .form-group button[type="submit"]{
  margin: 20px 0 0 0;
}

#modalAuthReg .custom-alert{
  margin: 0 0 20px 0;
}

#modalAuthReg .custom-alert.alert-warning a:link,
#modalAuthReg .custom-alert.alert-warning a:visited{
  color: #000;
  text-decoration: underline;
}

#modalAuthReg .custom-alert.alert-warning a:hover{
  text-decoration: none;
}

form .error-field {
  border: 1px solid #d40000!important;
  color: #d40000;
}

form .error-field-desc {
  position: relative;
  font-size: 12px;
  color: #d40000;
}
