
.cart-header {
  /* padding-left: 10px; */
}

.basketpre{
  height: auto;
    top: 32px;
    right: 15px;
    border-radius: 0px 0px 4px 4px;
    margin-top: 0;
}

.cart-header:focus{
  text-decoration: none;
}

.cart-header--kids {
  position: relative;
}

.cart-header--kids::after {
  content: "";
  
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: transparent url("https://static-internal.insales.ru/files/1/6913/5847809/original/cart-icon.png") no-repeat center / contain;
    
}

.top-rommov {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 30px 10px 20px 10px;
}

.logo-rommov {
  width: 190px;
  height: 84px;
  overflow: hidden;
  margin: 0px auto;
  display: block;
}

.logo-kids {
  width: 190px;
  height: 115px;
  overflow: hidden;
  margin: 0px auto;
  display: block;
}

@media (max-width: 992px) {
  .logo-rommov {
    margin: 35px auto;
  }
}

.top-left-rommov {
}

.top-right-rommov-main > div {
  margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
}

.top-right-rommov-main .number-rommov{
  color: #000000;
    font-family: "HelveticaNeue";
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-top: 0;
}

.kids .top-right-rommov-main .number-rommov{
  color: #616160;
}

.kids .top-right-rommov-main .callback-rommov{
	color: #b4b4b4;
}

.top-right-rommov-main .callback-rommov{
    background-color: transparent;
  color: #c4a779;
    font-family: "HelveticaNeue";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top-left-rommov form {
  border: 1px solid lightgray;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 6px;
  width: 257px;
  padding: 4px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}

.top-left-rommov form button{
  height: 22px;
    margin-right: 7px;
}

.top-left-rommov input {
  width: 200px;
  color: #767676;
  font-family: "Helvetica Neue";
  font-size: 11px;
  font-weight: 400;
}

.top-left-rommov a{
  color: #000000;
    font-family: "HelveticaNeue";
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}

.kids .top-left-rommov a{
  color: #616160;
}

.top-left-rommov span{
  margin-right: 10px;
}

.icon-lupa {
  opacity: 0.5;
}

.icon-lupa:hover {
  opacity: 1;
}

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

.top-right-rommov-main span {
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #c4a779;
    margin: 0 7px;
}

.kids .top-right-rommov span{
  	color: #b4b4b4;
}

.top-right-rommov span{
  font-size: 12px;
}

.top-right-rommov span a {
  color: gray;
}



.number-rommov {
  font-size: 16px;
  color: gray;
  font-weight: 600;
  display: block;
  margin-top: -21px;
  margin-right: 125px;
}

.callback-rommov {
  font-size: 10px;
  color: white;
  background: #C4A779;
  padding: 5px;
  font-weight: 600;
}

.callback-rommov:hover {
  /* color: white; */
  text-decoration: none;
}

.hidden2{
  display: none;
}

.showroom a{
  text-transform: uppercase;
    font-family: "HelveticaNeue";
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.kids .showroom a, .kids .wrapper_contacts a{
  color: #616160;
}
/*
.showroom.active a, .wrapper_contacts a{
  color: #c4a779;
}

.showroom a:hover, .showroom a:focus, .wrapper_contacts a:hover, .wrapper_contacts a:focus{
  color: #c4a779;
}*/

.wrapper_contacts a:hover, .wrapper_contacts a:focus {
	color: #c4a779;
}

.showroom a img, .wrapper_contacts a img{
  width: 9px;
    margin-right: 6px;
}

.showroom-text {
  position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(234,234,234,1);
    padding: 15px 21px 18px;
    z-index: 2;
    border-radius: 4px;
    max-width: 270px;
    text-align: left;
    top: calc(100% + 7px);
    right: 0;
}

.showroom-text.active{
  display: block!important;
}

.showroom-img{
  position: absolute;
    top: -14px;
    width: 19px;
    right: 31px;
}

.showroom-img img{
  width: 19px;
}

.showroom-text p{
  font-family: "HelveticaNeue";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}



.brands-rommov {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.kids .brands-rommov a{
	font-size: 12px;
}

.brands-rommov a {
  font-size: 11px;
  color: gray;
  margin-right: 20px;
}

.b-header_menu {
  background: black;
}

.b-header_menu li a {
  color: white;
}

.b-header_menu {
  border-top: 0px solid #e7e7e7;
  border-right: 0px solid #e7e7e7;
  padding: 0px 10px 0px 10px;
}

.b-header_menu--gray {
  background-color: #616160;
}

.b-header_menu--pink .b-list .b-list_item .b-list_item-link:hover {
  color: #ffffff;
}

.b-header_menu--pink {
  background-color: rgb(223, 169, 181);
}

.b-header_menu--pink .b-list_item:hover .b-list_item-link {
  color: #ffffff;
}

.b-header_menu .b-list_item-link {
  font-size: 12px;
}

.b-header_menu .b-list_item {
  padding: 12px 0px;
}

.header .brand {
  /* font-size: 12px;
  padding: 4px 7px 6px 7px; */
    font-size: 11px;
    line-height: 10px;
    float: left;
    padding: 12px 10px 11px;
    cursor: pointer;
}

.b-header_menu .b-list_sub {
  text-align: left;
  top: 37px;
}

.b-header_menu .b-list_sub--kids {
  background-color: rgba(175, 152, 165, 0.8);
}

.kids .mobile-rommov{
	background: #dd91a3!important;
}

.mobile-rommov {
  display: none;
  position: relative;
  z-index: 1000;
  background: #000!important;
  max-height: 48px;
}

.mobile-rommov .dl-menuwrapper{
  max-height: 48px;
}

.mobile-rommov .dl-menuwrapper.active .dl-menu{
	opacity: 1;
  	transform: translateY(0);
  	visibility: visible;
  	display: block;
  	-webkit-overflow-scrolling: touch;
}


.mobile-rommov .dl-menuwrapper .collection-name-mobile {
	width: 100%;
  	margin-right: 0;
}

.mobile-rommov .dl-menuwrapper .collection-name-mobile svg{
	position: absolute;
    max-width: 20px;
    height: 26px;
    padding-bottom: 6px;
  	width: 100%;
}

.mobile-rommov .dl-menuwrapper .collection-name-mobile span{
	padding-left: 35px;
}

.mobile-rommov .dl-menuwrapper .collection-arrow{
    max-width: 10px;
    height: 27px;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 26px;
}

.mobile-rommov .dl-menuwrapper .e-input{
	background-repeat: no-repeat;
    background-position: 7px 50%;
    padding-left: 34px!important;
  	color: #1c1c1c;
    font-family: "HelveticaNeue";
    font-size: 11px;
    font-weight: 400;
}

.mobile-rommov .dl-menuwrapper .e-input::-webkit-input-placeholder{
	color: #1c1c1c;
    font-family: "HelveticaNeue";
    font-size: 11px;
    font-weight: 400;
}

.mobile-rommov .dl-menuwrapper button{
  height: 48px;
}

.mobile-cart, .favorites-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
   /* width: 100%; */
  	padding-right: 10px;
}

@media screen and (max-width: 500px){
  [id*=wishlist] .breadcrumbs__container {
      width: 100vw!important;
      position: relative;
      margin-left: -50vw!important;
      left: 50%!important;
      position: absolute;
      top: 105px;
      padding-bottom: 25px;
      min-height: 64px;
  }
}

@media screen and (max-width: 400px){
  .mobile-cart{
  	padding-right: 0;
  }
}

.favorites-block{
	padding-right: 14px;
}

@media screen and (max-width: 400px){
	.favorites-block{
		padding-right: 11px;
	}
}

.mobile-cart img{
  width: 18px;
  height: 22px;
}

@media screen and (max-width: 400px){
  .mobile-cart img{
  	width: 13px;
    height: auto;
  }
}
  
.mobile-cart span, .favorites-block span{
    color: #ffffff;
    font-family: "HelveticaNeue";
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-right: 6px;
    margin-top: 3px;
}

.info-wrap{
	display: flex;
    justify-content: flex-end;
}
.favorites-block{
	display: flex;
  	align-items: center;
}
.favorites-block img{
	width: 17px;
    height: auto;
}
@media screen and (max-width: 400px){
  .favorites-block img{
  	width: 13px;
  }
}

#hamburger-icon {
  margin-left: 19px;
  width: 100px;
  height: 100%;
  position:relative;
  display:block;
}
#hamburger-icon .line {
    display:block;
    background:#fff;
    width: 30px;
    height: 4px;
    position:absolute;
    left:0;
   	border-radius: 2px;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#hamburger-icon .line-1 {
      top: 15px;
}
#hamburger-icon .line-2 {
      top: 23px;
}
#hamburger-icon .line-3 {
      top: 31px;
}

#hamburger-icon.active .line-1{
      -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
          -ms-transform: translateY(9px) translateX(0) rotate(45deg);
              transform: translateY(9px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
      opacity:0;
}
#hamburger-icon.active .line-3 {
      -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
          -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
              transform: translateY(-7px) translateX(0) rotate(-45deg);
}









.b-header_menu .b-list_sub {
    position: absolute;
    z-index: 99999;
    left: 0;
    visibility: hidden;
    width: 100%;
    margin-top: 10px;
    padding: 25px 2.98611% 5px 3.61111%;
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    color: #fff;
    background-color: rgba(86, 86, 86, .95);
}

.b-header_menu .b-list_item-sub {
    position: static !important;
    display: inline-block;
    width: 13.88889%;
    margin-right: 1.38889%;
    margin-bottom: 20px;
    vertical-align: top;
}

.b-header_menu .b-list_item-link {
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border: none;
}

/* МОБЕЛЬНАЯ ВЕРСИЯ ... */

.mobile-time {
  display: none;
}

.todrop-rommov .b-header_menu{
    padding: 13px 1% 10px 1%;
}

@media (min-width: 1301px) and (max-width: 1445px) {
  
  .todrop-rommov .b-header_menu{
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .todrop-rommov .b-header_menu .b-list_item-link{
    font-size: 14px;
  }
  
  
  .main-page .todrop-rommov .b-header_menu .b-list_item{
    /* margin-left: 5.5%; */
  }
  
  .todrop-rommov .b-header_menu .b-list_item{
    margin-left: 2.5%;
  }
  
}

@media (min-width: 1201px) and (max-width: 1300px) {

  .todrop-rommov .b-header_menu{
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .todrop-rommov .b-header_menu .b-list_item-link{
    font-size: 14px;
  }
  
  .main-page .todrop-rommov .b-header_menu .b-list_item{
    /* margin-left: 5%; */
  }
  
  .todrop-rommov .b-header_menu .b-list_item{
    margin-left: 2%;
  }
  
}


@media (min-width: 1011px) and (max-width: 1200px) {
  
  .nav-rommov .brands-rommov{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 5px;
  }
  
  .nav-rommov .brands-rommov a{
    margin-right: 14px;
  }
  
}

@media (min-width: 1101px) and (max-width: 1200px) {

  .todrop-rommov .b-header_menu{
    padding-right: 8px;
    padding-left: 8px;
  }
  
  .todrop-rommov .b-header_menu .b-list_item-link{
    font-size: 14px;
  }
  
  .todrop-rommov .b-header_menu .b-list_item{
    margin-left: 1.6%;
  }
  
}



@media (min-width: 1011px) and (max-width: 1100px) {
  
  .todrop-rommov .b-header_menu{
    padding-right: 8px;
    padding-left: 8px;
  }
  
  .main-page .todrop-rommov .b-header_menu .b-list_item-link{
    font-size: 14px;
  }
  
  .todrop-rommov .b-header_menu .b-list_item-link{
    font-size: 12px;
  }
  
  .todrop-rommov .b-header_menu .b-list_item{
    margin-left: 1.7%;
  }
  
}


@media (min-width: 600px) and (max-width: 1010px) {
  .top-left-rommov {
    text-align: center;
  }

  .top-left-rommov form {
    margin: 0 auto;
  }

  .top-right-rommov {
    text-align: center;
  }

  .callback-rommov {
    margin-left: 149px;
  }

}

@media (max-width: 1099px) {
  .top-top-rommov, .top-rommov {
    display: none;
  }

  .nav-rommov {
    display: none;
  }

  .mobile-rommov {
    display: block !important;
  }

  .content {
    padding-top: 10px;
  }

  /*60px*/
  main {
  }

  /*60px*/
}

@media (max-width: 600px) {
  main {
    /* display: none; */
  }

  .mobile-time {
    display: BLOCK;
  }

  .mobile-time {
    padding-top: 10px;
  }

  .content {
    padding-top: 60px;
  }
  
   main .content {
    padding-top: 30px;
  }

}

.reloft-main-tg__link {
 	display: block; 
}
    
@media(min-width: 768px) {
  .relofthome-banner__img-desktop,
  .reloft-main-tg__img-desktop {
    display: block;
  }

  .relofthome-banner__img-mobile,
  .reloft-main-tg__img-mobile {
    display: none;
  }
}

@media(max-width: 768px) {
  .relofthome-banner__img-desktop,
  .reloft-main-tg__img-desktop {
    display: none;
  }

  .relofthome-banner__img-mobile,
  .reloft-main-tg__img-mobile {
    display: block;
  }
}
