.head-menu {
  border-bottom: 1px solid #f6f6f6;
  background: #fff;
}

.head-menu-ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 14px 0 10px;
}
.head-menu-ul li {
  display: inline-block;
  margin-right: 29px;
}
.head-menu-ul li a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}
.head-menu-ul li a:hover {
  color: #1b34f3;
}
.mobile-phone {
  background: url(/img/mobile-phone.png) no-repeat;
  font-size: 18px;
  color: #333333;
  margin: 12px 0px 0 16px;
  padding-left: 32px;
  display: inline-block;
}
.mobile-phone span {
  font-size: 14px;
}
.button {
  border: 1px solid #808080;
  display: inline-block;
  font-size: 12px;
  color: #595959;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 29px;
  float: right;
  margin: 8px 0px 0 0px;
}
.logo img {
  width: 200px;
  height: 45px;
}
.logo {
  margin: 16px 0px 0;
}
.hm-padding {
    padding: 10px 0 26px 0;
}
.logo span {
  color: #808080;
  font-size: 15px;
  display: inline-block;
  margin: 0 0 0 16px;
  position: relative;
  top: unset;
}
.logo span.shvf {
  top: 0;
  display: none;
}
.find {
  position: relative;
  margin: 21px 0 0 42px;
}
.find button {
  background: url(/img/find.png) no-repeat;
  width: 16px;
  height: 16px;
  border: 0;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}
.find input {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  width: 305px;
  font-size: 16px;
}
.user {
  padding-left: 34px;
  margin: 21px 0px 0 30px;
}
.user:before {
  content: "";
  display: inline-block;
  background: url(/img/user.png);
  width: 25px;
  height: 24px;
  position: absolute;
  left: 38px;
  top: 28px;
}
.user a {
  color: #595959;
  font: 300 15px "Futura PT";
  text-decoration: none;
  margin-top: 24px;
  margin-bottom: -25px;
  display: block;
}
.user a:hover {
  color: #ff0053;
}
.favorite {
  background: url(/img/favorite.png) no-repeat;
  background-size: 100%;
  width: 27px;
  height: 24px;
  display: inline-block;
  margin: 34px 0 0 10px;
  cursor: pointer;
  position: relative;
}
.favorite:hover {
  background: url(../images/favorite-active.png) no-repeat;
  background-size: 100%;
}
.favorite span {
  position: absolute;
  left: 16px;
  top: -13px;
  background: #ff0053;
  color: #fff;
  font: 500 14px "Futura PT";
  border-radius: 50%;
  height: 25px;
  text-align: center;
  width: 24px;
  padding-top: 3px;
}
.cart {
  font: 18px "Futura PT";
  color: #333;
  display: inline-block;
  position: relative;
  margin: 20px 0 0 27px;
  padding-left: 51px;
  cursor: pointer;
  float: right;
}
.cart:before {
  content: "";
  background: url(/img/cart2.png) no-repeat;
  width: 29px;
  height: 33px;
  position: absolute;
  left: -1px;
  top: 7px;
}
.cart:hover:before {
  /* background: url(../images/cart-active.png) no-repeat; */
}
.cart .cart-count {
  position: absolute;
  left: 16px;
  top: 1px;
  background: #ff0053;
  color: #fff;
  font: 500 14px "Futura PT";
  border-radius: 50%;
  height: 25px;
  text-align: center;
  width: 24px;
  padding-top: 3px;
}
.cart span {
  font: 300 15px "Futura PT";
  color: #595959;
  display: block;
}
.cart strong {
  font: 18px "Futura PT";
}
.cart .pc-hider {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  display: none;
}
.cart .prev-cart {
  background: #ffffff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 70px;
  right: -27px;
  padding: 15px 30px;
  width: 610px;
  cursor: default;
  display: none;
  z-index: 1;
}
.cart .prev-cart .pc-bordered {
  background: #c4c4c4;
  height: 1px;
  margin: 10px 0;
}
.cart .prev-cart small {
  display: block;
  color: #4f4f4f;
  margin: 15px 0 20px;
  font: 300 15px "Futura PT";
}
.cart .prev-cart span {
  font: 300 30px "Futura PT";
  color: #333;
}
.cart .prev-cart .pc-item {
  font: 13px "Futura PT";
  color: #000;
}
.cart .prev-cart .pc-item a {
  font-size: 14px;
  line-height: 15px;
  display: block;
  margin-bottom: 7px;
  margin-top: -2px;
  color: #000;
}
.cart .prev-cart .pc-item a:hover {
  color: #ff0053;
}
.cart .prev-cart .pc-item span {
  color: #808080;
  font: 300 13px "Futura PT";
  display: inline-block;
}
.cart .prev-cart .cart-close {
  position: absolute;
  background: url(../images/cart-close.png) no-repeat;
  width: 13px;
  height: 13px;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
.cart .prev-cart .cart-close:hover {
  opacity: 0.5;
}
.cart .prev-cart .cart-scroller {
  max-height: 232px;
  overflow-y: scroll;
}
.cart .prev-cart .cart-scroller::-webkit-scrollbar {
  width: 7px;
}
.cart .prev-cart .cart-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px 5px #d6d6d6;
}
.cart .prev-cart .cart-scroller::-webkit-scrollbar-thumb {
  background-color: #ff0053;
  outline: 1px solid #ff0053;
}
.cart .prev-cart .cart-itog {
  font: 300 19px "Futura PT";
  color: #333;
  margin: 25px 0 20px;
}
.cart .prev-cart .button-cart {
  background-image: linear-gradient(0, #ff0053 0, #ff0053 0);
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  cursor: pointer;
  padding: 8px 24px;
  margin: 20px 0 20px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
}
.cart .prev-cart .button-cart:hover {
  background: linear-gradient(89.69deg, #ff0053 0.04%, #ff4eae 98.34%);
  box-shadow: 0px 8px 20px rgba(255, 0, 83, 0.31);
  transition: all 0.3s ease-out;
}
.cart .prev-cart:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 27px;
  height: 27px;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  right: 14%;
  top: -14px;
  background: #fff;
  transform: rotate(135deg);
}
.prev-cart-hider {
  z-index: -1;
  opacity: 0;
}
.new-cat {
  color: #3bd0ac !important;
}
.man-cat {
  color: #4d86d6 !important;
}
.child-cat {
  color: #c26bc8 !important;
}
.menu {
  border-bottom: 1px solid #f6f6f6;
  background: #fff;
}
.menu ul {
  font-size: 0;
  padding: 0;
  margin: 0px;
}
.menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu ul li a {
  font: 15px "Futura PT";
  color: #333;
  text-transform: uppercase;
  padding: 16px 11px;
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding-right: 21px;
}

.menu .selected a {
  text-decoration: none;
  color: #1b34f3 !important;
}

.menu ul li a:hover {
  text-decoration: none;
  color: #1b34f3 !important;
}
.menu ul li:hover ul {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menu ul li:hover ul {
  visibility: visible;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}

.menu ul li ul {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  position: absolute;
  /*min-height: 340px;*/
  width: 300px;
  padding: 20px 0 20px 25px;
  z-index: 10;
  visibility: hidden;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
.menu ul li ul li {
  display: block;
}
.menu ul li ul li a {
  padding: 10px 0;
  font-size: 19px;
  text-transform: none;
  color: #333;
}

.mobile-head {
  margin-top: 11px;
}
.mlogo {
  margin-left: -3px;
  padding-top: 10px;
}
.mlogo img {
  width: 110px;
  height: 25px;
}
.m-phone {
  font-size: 15px;
  color: #333;
  margin: 13px 0 0 2px;
  text-align: right;
}
.m-phone:before {
  content: "";
  background: url(/img/mphone.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
}
.mnav {
  margin: 16px -16px;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 5px;
}
.mnav_main {
  margin: 16px -16px 0;
}
.micons {
  text-align: right;
  padding-right: 25px !important;
  padding-left: 0 !important;
}
.micons img {
  margin: -7px 0 0px 15px;
  width: 18px;
  height: 18px;
  background-size: 100%;
}
.micons a {
  position: relative;
  text-decoration: none;
}
.mcartinfo {
  position: absolute;
  right: -9px;
  top: -5px;
  background: #FF0053;
  color: #fff;
  font: 11px 'Futura PT';
  border-radius: 50%;
  padding: 0 4px;
}
.mcimg {
  margin: -9px 0 0 16px !important;
  width: 18px;
  height: 20px;
}
.mburger {
  font: 300 12px 'Futura PT';
  color: #595959;
  text-transform: uppercase;
  padding: 5px 6px 5px 0;
  cursor: pointer;
}
.mburger:hover {
  opacity: .8;
}
.mburger:before {
  content: "";
  background: url(/img/mburger.png) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.find-mobile {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 15px;
  top: 85px;
  z-index: 10;
  border-bottom: 1px solid #ccc;
  display: none;
  left: 0;
}

.find-mobile .ff-button {
  margin: 0 !important;
  display: unset;
  padding: 5px 8px !important;
  vertical-align: top;
  width: 20%;
}

.find-mobile input[type="text"] {
  width: 78%;
}

.mobile-menu-box {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.mobile-menu-box .mclose {
  background: url(/img/mclose.png) no-repeat;
  width: 64px;
  height: 64px;
  background-size: 100%;
  position: absolute;
  left: 80%;
  top: 0;
}
.mobile-menu-box .mobile-menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  display: none;
}
.mobile-menu-box .mobile-menu {
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  position: relative;
}
.mobile-menu-box .mobile-menu::-webkit-scrollbar {
  width: 4px;
}
.mobile-menu-box .mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px 4px #EAEAEA;
}
.mobile-menu-box .mobile-menu::-webkit-scrollbar-thumb {
  background-color: #FF0053;
  outline: 1px solid #FF0053;
  border-radius: 2px;
}
.mobile-menu-box .mobile-menu ul {
  padding: 40px 30px 10px;
}
.mobile-menu-box .mobile-menu ul>li>ul {
  display: none;
}
.mobile-menu-box .mobile-menu ul li {
  list-style: none;
  margin-bottom: 23px;
}
.mobile-menu-box .mobile-menu ul li a {
  font: 15px 'Futura PT';
  color: #333;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.mobile-menu-box .mobile-menu ul li a:after {
  content: "";
  background: url(/img/mmright.png) no-repeat;
  background-size: 100%;
  width: 4px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 5px;
}
.mobile-menu-box .mobile-menu ul li a:hover {
  text-decoration: none;
}
.mobile-menu-box .mobile-menu ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu-box .mobile-menu strong {
  font-weight: 100;
  padding: 10px 0 20px 30px;
  display: block;
  text-transform: uppercase;
}
.mobile-menu-box .mobile-menu .mmsub {
  padding: 0 30px 10px;
}
.mobile-menu-box .mobile-menu .mmsub li {
  margin-bottom: 10px;
}
.mobile-menu-box .mobile-menu .mmsub li a {
  font: 300 17px 'Futura PT';
  color: #595959;
  text-transform: none;
}
.mobile-menu-box .mobile-menu .mmsub li a:after {
  content: none;
}
.mobile-menu-box .mobile-menu .mauth {
  padding: 0;
  margin: 0;
}
.mobile-menu-box .mobile-menu .mauth a {
  font: 300 15px 'Futura PT';
  color: #595959;
  padding: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -20px;
}
.mobile-menu-box .mobile-menu .mauth a:hover {
  text-decoration: none;
}
.shower>a{

}
.shower>a:after {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 14px;
  right: 0px;
  background: url(/local/components/volga/header/templates/.default/images/chevron-down.svg) center center no-repeat;
  background-size: cover;
}

@media(min-width: 1200px) {
	.opa{
		display:none!important;
	}
}