

/* Start:/local/templates/tomtailor/components/bitrix/news.list/look_list/style.css?17371141011022*/
.look-items-wrapper{margin-top: 20px !important;}
.look-items-wrapper h1 {font-family: "Roboto", "Arial", sans-serif; font-weight: bold}
.look-items__top-banner{width: 100%}
.look-items__description{ margin: 50px 0;text-align: center}
.look-items__description .head-text{font-size: 21px;margin-bottom: 20px;}
.look-items__discount{color: #d60057; font-weight: bold}
.look-items__description .head-text sup{font-size: 17px}
.look-items__description .second-text{font-size: 15px}
@media (max-width: 767px){
  .look-items-wrapper h1 {
    font-size: 30px;
  }
  .look-items__description .head-text{
    font-size: 14px;
  }
  .look-items__description .head-text sup{
    font-size: 14px;
  }
  .look-items__description .second-text{
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1159px){
  .look-items-wrapper h1{
    font-size: 48px;
  }
  .look-items__description .head-text{
    font-size: 16px;
  }
  .look-items__description .second-text{
    font-size: 12px;
  }
}
/* End */


/* Start:/local/templates/tomtailor/components/custom/look.item/.default/style.css?17369861025807*/
.look-item-wrapper {
  height: 912px;
  margin-bottom: 60px;
}
.look-item-data {
  display: flex;
  justify-content: space-between;
}
.look-item-wrapper .item-block-right{
  width: 468px;
}
.look-item-wrapper .item-block-right .head-block{
  margin-bottom: 10px;
}
.look-item-wrapper .head-block .head{
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.look-item-wrapper .head-block .description{
  font-size: 15px;
  margin: 10px 0;
}
.look-item-wrapper .main-image{
  max-width: 665px;
}
.look-item-wrapper .look-button{
  width: 100%;
  font-size: 26px;
  padding: 20px 0;
}
.look-item-wrapper .item-block{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.look-item-wrapper .item-block .item{
  width: 220px;
  margin-bottom: 38px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.look-item-wrapper .item-block .item .item__checkbox{
  position: absolute;
  top: 10px;
  left: 10px;
}
.look-item-wrapper .item-block .item .image__link{
  height: 267px;
  overflow: hidden;
}
.look-item-wrapper .buy-look{
  width: 170px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: bold;
}
.look-item-wrapper .item-block .item .item-info .look-add-item{
  position: absolute;
  bottom: 26px;
}
.look-item-wrapper .item-block .item img{
  width: 220px;
}
.look-item-wrapper .item-block .item .name{
  font-size: 15px;
  width: 100%;
  text-align: center;
  margin-top: 18px;
}
.look-item-wrapper .item-block .item .name:hover{
  text-decoration: none;
}
.look-item-wrapper .item-block .item .price{
  font-size: 19px;
  text-align: center;
  width: 100%;
}
.look-item-wrapper .item-block .item .size-text{
  font-size: 14px;
}
.look-item-wrapper .item-block .item .size-text a{
  color: #002d73;
}
.look-item-wrapper .item-block .item:nth-child(2n) {
  margin-left: 16px;
}
.look-item-wrapper .item-block .item .item-info{
  opacity: 0;
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 66px;
  padding: 10px 4px;
}
.look-item-wrapper .item-block .item .item-info .head{
  text-align: center;
  font-size: 11px;
}
.look-item-wrapper .item-block .item:hover .item-info{
  opacity: 0.7;
}
.look-item-wrapper .item-block .item .item-info .sizes-wrapper{
  text-align: center;
}
.look-item-wrapper .sizes-wrapper .jspDrag {
  background: #002d73;
}

.look-item-wrapper .sizes-wrapper .jspVerticalBar {
  width: 6px;
  right: 4px;
}

.look-item-wrapper .item-block .item .item-info .size-item{
  font-size: 14px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  padding: 0 4px;
  color: #1d1d1d;
}
.look-summary__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.look-summary__wrapper .list-dotted{
  width: 250px;
  margin-bottom: 0;
  font-size: 17px;
}
.look-summary__wrapper .list-dotted strong{
  font-size: 24px;
}
.look-summary__wrapper .list-dotted .single-param:first-child{
  color: #a0a0a0;
}
@media (max-width: 767px){
  .look-item-wrapper{
    height: auto;
  }
  .look-item-data{
    flex-direction: column;
  }
  .look-item-data .main-image{
    margin: 0 auto;
    max-width: 100%;
  }
  .look-item-wrapper .item-block-right{
    width: 100%;
    margin-top: 24px;
  }
  .look-item-wrapper .item-block-right .head-block{
    text-align: center;
  }
  .look-item-wrapper .head-block .head{
    font-size: 32px;
  }
  .look-item-wrapper .item-block .item{
    flex-direction: column;
    height: auto;
    text-align: center;
    width: 100%;
  }
  .look-item-wrapper .item-block .item .item-info .look-add-item{
    position: static;
    width: 100%;
  }
  .look-item-wrapper .item-block .item .price{
    padding-left: 0;
  }
  .look-item-wrapper .item-block .item:nth-child(2n){
    margin-left: 0;
  }
  .look-item-wrapper .buy-look{
    margin: 20px auto 0 auto;
    width: 100%;
  }
  .look-item-wrapper .item-block .item .item-info .a-select{
    margin: 20px 0;
  }
  .look-item-wrapper .item-block .item .item-info .a-select > select{
    width: 100%;
  }
  .look-popup-wrapper .item-block .item{
    flex-wrap: wrap;
  }
  .look-item-wrapper .item-block .item img{
    width: 100%;
  }
  .look-item-wrapper .item-block .item .image__link{
    height: auto;
  }
  .look-summary__wrapper .list-dotted{
    width: 100%;
  }
  .look-summary__wrapper{
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1159px){
  .look-item-wrapper{
    height: auto;
  }
  .look-item-data{
    flex-wrap: wrap;
  }
  .look-item-data .item-block-right{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    width: 100%;
  }
  .look-item-wrapper .item-block-right .head-block{
    display: flex;
  }
  .look-item-data .item-block-right .block-center{
    align-self: center;
    margin: 0 auto;
  }
  .look-item-wrapper .item-block .item{
    width: 32%;
    height: auto;
  }
  .look-item-wrapper .item-block .item img{
    width: 100%
  }
  .look-item-wrapper .item-block .item .item-info .a-select{
    margin: 20px 0;
  }
  .look-item-wrapper .item-block .item .item-info .a-select > select{
    width: 100%;
  }
  .look-item-wrapper .item-block .item .item-info .look-add-item{
    position: static;
  }
  .look-item-data .main-image{
    max-width: 100%;
    margin:0 auto 40px auto;
  }
  .look-item-wrapper .item-block .item .image__link{
    height: auto;
  }
  .look-summary__wrapper .list-dotted{
    width: 49%;
  }
  .look-item-wrapper .buy-look{
    width: 49%;
  }
}
/* End */
/* /local/templates/tomtailor/components/bitrix/news.list/look_list/style.css?17371141011022 */
/* /local/templates/tomtailor/components/custom/look.item/.default/style.css?17369861025807 */
