/* @import "reset.css"; */
body {
  width: 100%;
  font-family: 'VerlagBook';
  color: #4F4F4F;
  background: #FCFCFC;
}

.gallery_filter-wrapper
{
display:none !important;
}

.wrapper {
  width: calc(100% - 157px);;
  margin: 0 auto;
  position: relative;

}
.header_logo {
  display: flex;
}
.header_logo img {
  margin: 25px auto;
}
.header_top {
  width: 100%;
}
.inner_header {
  display: flex;
  justify-content: space-between;
}
.inner_header .header_menu {
  display: flex;
  margin-left: 59px;
}
.inner_header .header_menu ul {
  line-height: 13px;
  display: flex;
  font-size: 18px;
  border-bottom: 1px solid #BDBDBD;
}
.inner_header .header_menu ul li {
  justify-content: center;
  width: 148px;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.inner_header .header_menu ul li:last-child {
  margin-right: 0;
  padding-right: 20px;
}
.inner_header .header_menu ul li:first-child {
  padding-left: 20px;
}
.inner_header .header_menu ul li:nth-child(6) {
  padding: 0 0 0 15px;
  width: 170px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.inner_header .header_menu a {
  text-decoration: none;
  color: #000;
}
.inner_header .header_menu a:hover {
  font-weight: 500;
  border-bottom: 3px solid #0B0B0B;
}
.inner_header .header_icons {
  display: flex;
}
.inner_header .header_icons ul {
  display: flex;
}
.inner_header .header_icons li {
  align-items: center;
  display: flex;
  margin-right: 30px;
}
.inner_header .header_icons li:last-child {
  margin-right: 0;
}
.gallery {
  margin-bottom: 50px;
}
.gallery .gallery_filter {
    background: #F2F2F2;
    padding-left: 35px;
    padding-right: 2.0833VW;
    padding-top: 3.125VW;
    padding-bottom: 1.125VW;
    max-width: 345px;
}
.gallery .gallery_filter p {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 0px;
    color: #0B0B0B;
}
.gallery .gallery_filter .gallery_filter_total-items {
    padding-top: 55px;
    padding-bottom: 0.0833VW;
    width: 70%;
}
.gallery .gallery_filter .gallery_filter_total-items p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #4F4F4F;
}
.gallery .gallery_filter .gallery_filter_select {
  display: flex;
  border: 2px solid #E0E0E0;
  width: 252px;
  height: 50px;
  justify-content: space-around;
  align-items: center;
}
.gallery .gallery_filter .gallery_filter_select p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #4F4F4F;
}
.gallery .gallery_filter .gallery_filter_price {
  padding-top: 2.0833VW;
}
.gallery .gallery_filter .gallery_filter_price p {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.gallery .gallery_filter .gallery_filter_price_line {
  margin-top: 15px;
  position: relative;
  background: #E0E0E0;
  height: 3px;
}
.gallery .gallery_filter .gallery_filter_price_darkline {
  background: #4F4F4F;
  height: 3px;
  margin-top: -3px;
  width: 22.0833VW;
  position: absolute;
}
.gallery .gallery_filter .gallery_filter_price_darkline:after {
  margin-top: -6px;
  content: '';
  display: block;
  position: absolute;
  background: #4F4F4F;
  width: 15px;
  height: 15px;
}
.gallery .gallery_filter .gallery_filter_price_darkline:before {
  left: 98%;
  margin-top: -6px;
  content: '';
  display: block;
  position: absolute;
  background: #4F4F4F;
  width: 15px;
  height: 15px;
}
.gallery .gallery_filter .gallery_filter_price_text {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}
.gallery .gallery_filter .gallery_filter_types-of-items {
  padding-top: 3.125VW;
  position: relative;
}
.gallery .gallery_filter .gallery_filter_types-of-items p {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.gallery .gallery_filter .gallery_filter_hashtag-box {
  padding-top: 25px;
}
.gallery .gallery_filter .gallery_filter_hashtag-active {
  display: inline-block;
  background: #333333;
  border-radius: 20px;
  padding: 10px 28px;
  margin-right: 2px;
  margin-bottom: 12px;
}
.gallery .gallery_filter .gallery_filter_hashtag-active p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.gallery .gallery_filter .gallery_filter_hashtag {
  display: inline-block;
  background: #E0E0E0;
  border-radius: 20px;
  padding: 10px 28px;
  margin-right: 2px;
  margin-bottom: 10px;
}
.gallery .gallery_filter .gallery_filter_hashtag p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.content_box {
  display: flex;
  margin-top: 23px;
}
.gallery_catalog {
 /*padding-left: 107px;*/
 padding-top: 0;
 /*width: 69.53125VW;*/
}
.margin_60 {
  margin-top: 3.125VW;
}
.catalog_item {
    position: relative;
  /*  margin-right: 84px;*/
    display: inline-block;
    width: 25%;
    height: auto;
    margin-bottom: 1.125VW;
}

.catalog_item p {
    font-weight: 500;
	min-height:60px;
    padding-bottom: 5px;
    padding-top: 16px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #0B0B0B;
	text-align:left;
}
.catalog_item span {
  font-weight: bold;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #0B0B0B;
  float:left;
}
.catalog_item .gallery_image_wrapper {
  background: #fff;
}
.basket-wrapper {
  flex-direction: row-reverse;
  display: flex;
}
.searchwrapper {
  margin: 0 auto;
  position: relative;
  width: 58.2291VW;
}
.search_menu {
  position: relative;
  width: 58.2291VW;
  margin: 0 auto;
}
.search_menu ul {
  line-height: 50px;
  display: flex;
  font-size: 18px;
  border-bottom: 1px solid #BDBDBD;
  flex-direction: row-reverse;
}
.search_menu li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.search_menu p {
  display: inline-block;
}
.search_menu span {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #E0E0E0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.search_menu a {
  line-height: 34px;
  text-decoration: none;
  color: #0B0B0B;
}
.search_menu img {
  padding-right: 84px;
  padding-left: 10px;
}
.search_item_block {

  justify-content: left;
  align-items: flex-start;
  display: flex;
  width: 58.2291VW;
  margin: 0 auto;
  flex-wrap: wrap;
}

.slider_item_block {


  /*width: 58.2291VW;*/
  margin: 0 auto;
  padding-bottom: 10.9375VW;

}

.content_wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /*padding-bottom: 100px;*/
}

.img_close {

  position: relative;
}

.slider_background {

 /* background: #2f2f43 url(../img/Rectangle.png) no-repeat center top / cover;*/

}

.slider {
  margin-top: 10px;
  padding-bottom: 150px;
  height: calc(100vh - 8vw);
}


.search p {
  font-weight: 500;
  font-size: 36px;
  line-height: 65px;
  color: #0B0B0B;
  letter-spacing: -0.02em;
  width: 130px;
}
.search_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.search_item_box {
  position: relative;
  width: 58.2291VW;
  margin: 0 auto;
}
.header_gamburger-menu {
  width: 12.0833VW;
}
.instagram-vertical-box img {
  display: block;
}
.instagram_gallery {
  margin-top: 70px;
  margin-bottom: 2.0833VW;
}
.instagram_gallery div {
  display: inline-block;
  width: 12.0312VW;
  margin-right: 2.083VW;
}
.instagram_gallery p {
  font-weight: 500;
  font-size: 2.5VW;
  line-height: 3.3854166666666665VW;
  letter-spacing: -0.02em;
  margin-right: 1.5625VW;
}
.search_item {
  margin-top: 3.125VW;
  margin-right: 3.125VW;

  width: 11.25VW;
  display: inline-block;
  justify-content: center;
}
.search_item:nth-child(4) {
  margin-right: 0px;
}

.slider_item img {

  height: 13.854VW;
  width: 13.854VW;
  border: 3px solid #E0E0E0;
  box-sizing: border-box;

}

.slider_item {

  margin-right: 4.166666666666666VW;


}

.slider_item p {
  width: 100%;
  font-weight: 500;
  font-size: 0.9375VW;
  line-height: 1.25VW;
  letter-spacing: -0.02em;
}
.slider_item span {
  font-weight: 600;
  font-size: 1.25VW;
  line-height: 1.25VW;
  letter-spacing: -0.02em;
  color: #0B0B0B;
}



.search_item_block p {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.search_item_block span {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #0B0B0B;
}
.search_item_block span.red {
  background: #EAD0D2;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 0 2px;
}
.search_item_block img {
  margin-bottom: 15px;
  /*border: 2px solid #e5e5e5e5;*/
  max-width: 100%;
}
.gallery-wrapper {

  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
i.fa-shopping-cart {
  color: #fff;
}

/* .catalog_item img {
  width: 11.25VW;
  height: 11.25VW;
} */
.catalog_item img {
  /*width: 100%;
  height: auto;*/
  display: grid !important;
}

.crown img {
  width: auto;
  height: auto;
}

.instagram_gallery .instagram_gallery_box {
  margin-left: 1.770VW;
  justify-content: left;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6666VW;
  width: 86VW;

}

.instagram_gallery .first_box {

  width: 26.645833VW;
  height: 28.6458VW;

}
.instagram_gallery .first_box img {


 width: 26.645833VW;
 /*  height: 28.6458VW; */

}

.instagram_gallery .flex-column {
  /*  padding-left: 2.083333333333333VW;*/

  display: flex;
  flex-direction: column;
  width: 26.645833VW;
  height: 28.6458VW;
}

.instagram_gallery_box img {

  margin-right: 2.0833VW;
  margin-top: 2.0833VW;

}

.instagram-vertical-box img {
 width: 12.0833VW;
 height: 12.0833VW;
}

.instagram_gallery .flex-column .flex-column_bottom {

  display: flex;
}

.instagram_gallery .flex-column .flex-column_bottom img {

 width: 12.0312VW;
}

.instagram_gallery .flex-column .flex-column_bottom img {

 width: 12.0833VW;
 height: 12.0833VW;
}


.instagram_gallery .big_img img {

  width: 26.197916666666664VW;
}


.instagram_single_vertical {
 width: 12.0833VW;

}

.instagram_single_vertical img {
 width: 12.0833VW;

}

/*.instagram_gallery_box div:nth-child(3n) {

  margin-right: 0;
  }*/
  .margin-no img  {
    margin-right: 0px;
  }

  .instagram_quatro_box div {

    display: flex;

  }

  .instagram_gallery .instagram_gallery_header  {
    width: 300%;
  }

  .instagram_gallery .instagram_gallery_box .instagram_quatro_box  {

    width: 26.302083333333332VW;

  }

  .instagram_overlay_wrap {

   position: relative;
   width: 12.0312VW;

 }

 .instagram_gallery .instagram_overlay  {
  padding: 40% 0% 0% 0;
  margin: 2.0833VW 2.0833VW 0 0;
  width: 100%;
  top: 0;
  background: rgba(0,0,0,0.64);
  color: #fff;
  position: absolute;
  height: 85%;
  display: none;
  text-align: center;
  cursor: pointer;
}

.instagram_gallery .instagram_overlay p {
  margin-right: 10px;
  display: inline;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-left: 6px;

}
.instagram_gallery .instagram_overlay i {
 font-weight: 500;
 font-size: 20px;

}

.instagram_quatro_box img {

  width: 12.083333333333334VW;
}


.instagram_gallery .instagram_overlay_wrap:hover  .instagram_overlay {

  display: block;
}

.basket_box {
  margin-top: 3.75VW;
  width: 24.270833333333332vw;
  border-right: 1px solid #E0E0E0;
}
.basket_cost {
  display: flex;
}

.basket_cost p {

  font-weight: normal;
  font-size: 1.875VW;
  line-height: 1.25VW;
  justify-content: space-between;
  display: flex;
color:#0B0B0B;
  padding-right: 2.34375VW;
}
.basket_price p {

  font-weight: 600;
  color: #0B0B0B;
}

.basket_box .price-item img {
  /*! width: 6.25VW; */
  /*! height: 6.25VW; */
  /*! border: 0.15625VW solid #E0E0E0; */
  /*! box-sizing: border-box; */
}

.price-item_color {
  width: 1.0416666666666665VW;
  height: 1.0416666666666665VW;
  border-radius: 50%;
  background-size: 100%;
  border: 1px solid #EAD0D2;
}
.basket_box .price-item_size {

  width: 1.0416666666666665VW;
  height: 1.0416666666666665VW;
  border: 0.10416666666666667VW solid #0B0B0B;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.20833333333333334VW;
  font-size: 0.5208333333333333VW;
  margin-left: 0.625VW;
}


.basket_box .price-item_price {
 font-style: normal;
 font-weight: 600;
 font-size: 1.25VW;
 line-height: 1.25VW;
 letter-spacing: -0.02em;
 color: #0B0B0B;
}

.basket_box .price-item {
  display: flex;
  margin-top: 2.604166666666667VW;
}

.price-item-identity_block {
  margin-top: 0.625VW;
  display: flex;
  margin-bottom: 0.625VW;
}
.basket_box .price-item-desc_block {


}

.basket_box .price-item-desc_block{
  font-weight: 500;
  font-size: 0.9375VW;
  line-height: 1.25VW;
  letter-spacing: -0.02em;
  color: #0B0B0B;

}

.price-items_block {
  margin-top: 3.125VW;
  position: relative;
  overflow-y: auto;
  height: 27.604166666666668vw;
}

.price-item_text {
  display: flex;

}
.price-item .price-item_text img {
  margin-top: 4px;
  display: flex;
  width: 20px;
  height: 20px;
  border: none;
}

.checkout-simplecheckout .line {
  background: #e0e0e0;
  margin: 0 35px 4px 35px;
  width: 12.0833VW;
  height: 0px;
  left: 820px;
  top: 251px;
  border: 1px solid #E0E0E0;
  display: inline-block;
}

.personal_data {
 /*  margin-top: 3.75VW; */
 /* margin-left: 4.947916666666666VW; */
}


.personal_data_basket {
  position: relative;
}

.product-product .form__input.form__field {

}

.checkout-simplecheckout .personal_data_headline {
  width:  39.0625VW;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.checkout-simplecheckout .personal_data_headline p {
  font-weight: 500;
  font-size: 1.25VW;
  line-height: 1.25VW;
  letter-spacing: -0.02em;
  color: #BDBDBD;

}

.personal_data_basket_active p {

  font-weight: 600;
  font-size: 1.25VW;
  line-height: 1.25VW;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #0B0B0B;
}

.personal_data_input {
  width: 39.0625VW;
  margin-top: 3.4375000000000004VW;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
}

.three_inputs {
 width:  39.0625VW;
 margin-top: 3.4375000000000004VW;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 justify-content: left;
}
.three_inputs input {

 background-color: #fcfcfc;
 margin: 0 0px 0 0;
 font-weight: 500;
 font-size: 0.9375VW;
 line-height: 1.3020833333333335VW;
 text-transform: uppercase;
 color: #BDBDBD;
 width: 10.9375VW;
 color: #000;
 margin-right: 3.125VW;
}


.three_inputs input:last-child {

 margin-right: 0px;
}

.personal_data_street_input {
 width:  39.0625VW;
 margin-top: 3.4375000000000004VW;

}

.personal_data_street_input input {
  background-color: #fcfcfc;
  margin: 0 0px 0 0;
  font-weight: 500;
  font-size: 0.9375VW;
  line-height: 1.3020833333333335VW;
  text-transform: uppercase;
  color: #BDBDBD;
  width: 100%;
  color: #000;
}

.checkout-simplecheckout .form__input.form__field {

}
.checkout-simplecheckout .form__input.form__field:last-child {
  margin-right: 0px;
}
.checkout-simplecheckout .form__input.form__field input {
  background-color: #fcfcfc;
  margin: 0 0px 0 0;
  font-weight: 500;
  font-size: 0.9375VW;
  line-height: 1.3020833333333335VW;
  text-transform: uppercase;
  color: #000;
  margin-right: 3.125VW;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0.10416666666666667vw solid #E0E0E0;
}

.checkout-simplecheckout .row-payment_address_address_2,
.checkout-simplecheckout .row-payment_address_city,
.checkout-simplecheckout .row-payment_address_postcode {
  width: 11.302083333333334vw;
  margin-right: 2.1354166666666665vw;
  margin-top: 3.6458333333333335vw;
	display: inline-block;
}


 .form-horizontal .row-payment_address_field20 {
  width: 11.302083333333334vw;
  margin-right: 2.1354166666666665vw;
  margin-top: 3.6458333333333335vw;
	display: inline-block;
}


.checkout-simplecheckout .row-payment_address_field23 {
  width: 38.072916666666664vw;
  margin-top: 3.6458333333333335vw;
}

#simpleedit .form-horizontal input,
#simpleaddress .form-horizontal input,
#simpleaddress .form-horizontal select
{
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #BDBDBD;
  box-shadow: none;
  background-color: #fcfcfc;
  margin: 0 0px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  padding: 0;
}

#simplecheckout_button_next {
  display: inline-block;
  width: 17.708333333333336VW;
  height: 3.6458333333333335VW;
  background: #0B0B0B;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.15);
  color: #FCFCFC;
  padding: 1.1458333333333333VW 0;
  margin-top: 2.604166666666667VW;
  text-align: center;
}

#simplecheckout_button_next:hover {
  background: #535353;
}

.account_box {
  width: 42.70833333333333VW;
  display: inline-block;
  height: 24.791666666666668vw;
}

.personal_data_input_country {
  width: 70%;
}

.margin-right_60 {
  margin-right: 3.125VW;
}

.margin-right_20 {
  margin-right: 1.0416666666666665VW;
}

.account-imputs_first_marginright {
  width: 100%;
  margin-right: 2.604166666666667VW;
}
#box-enl {
    height: min-content;
}
.email_banner {
  width: 40.823vw;
  height: 24.791666666666668vw;
  background: #F2F2F2;
  /*! margin-left: 2.604166666666667vw; */
  padding-bottom: 4.270833333333333vw;
  display: inline-block;
}
.product-product #box-enl {
  margin-top: 0;
  margin-bottom: 0;
}
.product-product .email_banner {
    width: 36.833333333333336vw;
    height: auto;
    margin-left: -3.28125vw;
    background:
    #EAD0D2;
    padding: 1.25vw 3.6979166666666665vw 2.3958333333333335vw 3.0729166666666665vw;
}
.modal_easynewslettersubscription .email_banner {
    height: 25.156250000000004vw;
    background:  #FCFCFC;
    padding: 3.38541665vw 5.208334vw 5.208334vw;
    width: 46.927083333333336vw;
}
.product-product .email_banner a {
    margin-left: 0!important;
    margin-top: 0.8vw;
    line-height: 1.094vw;
    width: 13.020833333333334vw;
    height: 2.604166666666667vw;
    background: unset;
    padding: 0.6770833333333334vw;
    border-radius: unset;
    border: 2px solid #0B0B0B;
    color: #0B0B0B;
    font-weight: 600;
    font-size: 0.8333333333333334vw;
    text-transform: uppercase;
}
.modal_easynewslettersubscription .email_banner a {
    background: #0B0B0B;
    font-size: 0.9375vw;
    margin-top: 1.5vw;
}
.margin-right_50 {

  margin-right: 50px;
}

#simpleregister_button_confirm {
  line-height: 1.3020833333333335vw;
  width: 17.708333333333336vw;
  height: 3.5937499999999996vw;
  background: #0B0B0B;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.15);
  color: #FCFCFC;
  padding: 1.1458333333333333vw 0;
  margin-top: 2.604166666666667vw;
  border: none;
  border-radius: unset;
}

#simpleregister_button_confirm:hover {
  background: #535353;
}

.email_banner_first_header p {
  font-weight: normal;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  display: flex;
  align-items: center;
  text-align: right;
  color: #0B0B0B;
}

.email_banner_first_header i {
 /* margin-top: 0.20833333333333334vw;
  margin-left: 0.46875vw;*/
}

.email_banner_first_header {
  display: flex;
  /*padding-top: 4.270833333333333vw;*/
  /*padding-left: 2.65625vw;*/
}

.email_banner_second_header {
 /* padding-left: 2.65625vw;*/
}

/*.form-body #EasyNewsletterSubscriptionSubmit {*/
/*  margin-left: 2.65625vw;*/
/*}*/
.product-product .email_banner_first_header {
font-size: 0.9375vw;
line-height: 1.40625vw;
color: #0B0B0B;
justify-content: flex-start;
padding: 0;
 }
.modal_easynewslettersubscription .email_banner_first_header {
justify-content: flex-end;
padding-top: 0;
 }
.product-product .email_banner_first_header p {
    font-size: 0.6770833333333334vw;
}
.product-product .email_banner_first_header i {
    font-size: 0.9375vw !important;
}
.product-product .email_banner_second_header {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}
.modal_easynewslettersubscription .email_banner_second_header {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.product-product #EasyNewsletterSubscriptionForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.modal_easynewslettersubscription #EasyNewsletterSubscriptionForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.email_banner_second_header p {
  margin-top: 2.563vw;
  margin-left: 2.65625vw;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  color: #0B0B0B;
  width: 55%;
}
.modal_easynewslettersubscription .email_banner_second_header p {
  width: unset;
}
.product-product .email_banner_second_header p {
    width: 24.6875vw;
    margin-top: 0.9895833333333333vw;
    font-size: 0.9895833333333333vw;
}
.product-product .email_banner_second_header p span {
  display: block;
}
.modal_easynewslettersubscription .email_banner_second_header p span {
  display: block;
}
.modal_easynewslettersubscription .banner_inputs {
 margin-top: 2.7VW;
 margin-left: 0;
}
.banner_inputs {
 /*margin-left: 2.65625vw;
 margin-top: 3.125VW;*/
}
.product-product .banner_inputs {
    margin: 2.3vw 0 0 0;
}
.banner_inputs input {
  border-bottom: 1px solid #0B0B0B;
  border-right: none;
  border-left: none;
  border-top: none;
  /*! width: 16.40625vw; */
  background: #F2F2F2;
  text-align: right;
}

.product-product .banner_inputs input {
  width: 12.916666666666668vw;
  background: #EAD0D2;
  font-size: 0.7291666666666666vw;
}
.modal_easynewslettersubscription .banner_inputs input {
  width: 16vw;
  background: #FCFCFC;
  font-size: 0.9375vw;
}
.product-product .banner_inputs input::-webkit-input-placeholder {color:#000000; opacity:1;}/* webkit */
.product-product .banner_inputs input::-moz-placeholder          {color:#000000; opacity:1;}/* Firefox 19+ */
.product-product .banner_inputs input:-moz-placeholder           {color:#000000; opacity:1;}/* Firefox 18- */
.product-product .banner_inputs input:-ms-input-placeholder      {color:#000000; opacity:1;}/* IE */
.banner_inputs input:first-child {

  margin-right: 15px;
  margin-bottom: 1.5625vw;
}
.product-product .banner_inputs input:first-child {
    margin-right: 2.5vw;
}
.email_banner a {
 margin-left: 2.65625vw;
 margin-top: 2.125VW;
 line-height: 1.09375vw;
 width: 16.458333333333332vw;
 height: 3.3854166666666665vw;
 background: #0B0B0B;
 box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.15);
 color: #FCFCFC;
 padding: 1.1458333333333333vw 0;
 border: none;
 border-radius: unset;
}


.basket_box .price-item {
  display: flex;
}
.basket_box .price-item .mCS_img_loaded {
 margin-right: 1.5625VW;
 border: 0.15625VW solid #E0E0E0;
 width: 6.25VW;
 height: 6.25VW;
}

.price-item_text a {
  font-weight: 500;
  font-size: 0.9375VW;
  line-height: 1.25VW;
  letter-spacing: -0.02em;
  color: #0B0B0B;
  width: 10.416666666666668vw;
}

.price-items_block h6 {

  font-family: VerlagBook;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #0B0B0B;
}

.price-item_size {

 border: 0.10416666666666667VW solid #0B0B0B;
 width: 1.1458333333333333VW;
 height: 1.1458333333333333VW;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0.26041666666666663VW;
 margin-left: 0.46875VW;
}
.price-items_block .closeicon img {
  border: none;
  width: 1.0416666666666665VW;
  height: 1.0416666666666665VW;
}



.slider .header p {

  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: -0.02em;
  padding-top: 3.125VW;
}

.slider .header i {


  font-size: 37px;
  margin-left: 40px;

}


section .instagram_gallery_box_mobile {
  display: none;
}

.instagram_mobile_header {
  display: none;
}
.instagram_gallery_box_mobile_footer {
  display: none;
}

.instagram_gallery_box_mobile_secondfooter {
  display: none;
}

.instagram_gallery_box_mobile_thirdfooter {
  display: none;

}

.favourites_page_mobile {
  display: none;
}


.basket_mobile {

  display: none;

}

.basket_continue {
  display: none;
}






/*responsive*/

@media (max-width: 900px) {
  .slider {
   display: none;
 }

 .catalog_item img {
  width: 100%;
  height: auto;
}
.catalog_item {
  margin-right: auto;
  margin-left: auto;
}

.catalog_item {
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.gallery_catalog {
  padding-left: 60px;
  padding-top: 73px;
  width: 69.53125VW;
  text-align: center;
}

.content_wrapper{

  width: 100%;
  max-width: 100%;
  overflow-y: hidden;
  height: 100%;
}

.basket_box
{

  max-width: 100%;
  overflow-y: hidden;
}

.basket_cost {

  display: none;
}

.basket_mobile {

  display: block;
  font-size: 30px;
  font-weight: 500;


}

.content_wrapper {
 display: block;
 padding-bottom: 0px
}

.basket_box {
  margin: auto;
  width: 100%;
  justify-content: center;
}

.basket_box .price-item img {
  margin-right: 19px;
  border: 3px solid #E0E0E0;
  width: 120px;
  height: 120px;
}
.slider_item p {

  font-size: 18px;
  line-height: 18px;
}

.slider_item span {

  font-size: 24px;
  line-height: 24px;

}

.price-item_text a {
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #0B0B0B;
  margin: 2px 0;
}
.basket_gallery .price-item_price {

  font-size: 24px;

}

.basket_gallery .price-item_size {
  width: 20px;
  height: 20px;

  font-size: 11px;
  margin-left: 4px;
}
.price-item_color {

  width: 20px;
  height: 20px;

}

.price-item-identity_block {
  margin-top: 10px;
  display: flex;
  margin-bottom: 21px;
}

.price-items_block .closeicon img {
  border: none;
  width: 19px;
  height: 19px;
  margin-left: 22px;
}
section.favourites_page_mobile {
  padding-bottom: 100px;
  display: block;
}

.favourites_page_mobile .header p {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 65px;
  letter-spacing: -0.02em;
  padding-top: 10px;
}

.favourites_page_mobile .header i {
 margin-left: 2.083333333333333VW;
}

.search_item {
  margin-top: 10px;

}





section .instagram_gallery_box_mobile {
  margin-right: 30px;
  display: block;

}

section .instagram_gallery_box_mobile img {
  width: 100%;
  padding:  10px;
}

.instagram_gallery {
 display: none;
}

.instagram_gallery_box_mobile_header i {

 border: 1px solid #000;
 border-radius: 100px;
 padding: 10px;
 font-size: 18px;
}

.instagram_gallery_box_mobile_header  {
  padding: 0 20px;

  display: flex;
}

.instagram_gallery_box_mobile_header p {

  padding: 10px 0 0 14px;
  font-size: 14px;
}



.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.instagram_mobile_header {
  align-items: center;

  justify-content: space-between;
  display: flex;
}

.instagram_gallery_box_mobile_followme p {

  color: #6AC5DF;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #6AC5DF;
  padding: 1px 14px;
  border-radius: 10px;

}

.instagram_gallery_box_mobile_followme  {
  display: flex;
  padding-top: 10px;

}

.instagram_gallery_box_mobile_followme  i {

 margin-left: 6px;
 font-size: 14px;
 border: none;
 padding: 5px;

}

.instagram_gallery_box_mobile_footer {
  padding: 0 20px;
  display: block;
}

.instagram_gallery_box_mobile_footer i {
  font-size: 24px;
  padding: 0px 10px;
}

.instagram_gallery_box_mobile_secondfooter {
 padding: 15px 35px 0 35px;
 display: flex;
 align-items: baseline;
}

.instagram_gallery_box_mobile_secondfooter i {
  margin-right: 4px;
}

.instagram_gallery_box_mobile_secondfooter p {
  font-size: 11px;
}

.instagram_gallery_box_mobile_thirdfooter {
  display: flex;
  align-items: center;
  font-size: 11px;
  padding: 0 35px;
  margin: 2px 0;

}
.instagram_gallery_box_mobile_thirdfooter p {
 margin-right: 15px;

}

.instagram_gallery_box_mobile_thirdfooter p.bluehash {

  color: #36A9C2;
}
.basket_continue {

  display: block;
}

.basket_continue_text {
  display: flex;
  cursor: pointer;
  height: 20.483870967741936VW;
  background: #F2F2F2;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.basket_continue_text:hover {
  background: #d3d3d3;

}


.basket_price p {
  font-weight: 600;
  color:  #0B0B0B;
  margin-left: 19px;
}

.basket_price_mobile {
  padding: 3.225806451612903VW 0;
  display: flex;
  font-size: 24px;
}

.simplecheckout-right-column {
  margin-top: 31rem;
}

	.personal_data {
    display: block;
}

}


@media(max-width:600px){
.simplecheckout-right-column {
    margin-top: 50%;
}
	#simplecheckout_payment_address {
    margin-top: 15%;
}
}

@media(max-width:1149px){
	.gallery .gallery_filter {
		padding-left:13px;
	}

}


@media(max-width:1440px){
	.simple-content .buttons {
	bottom;-7rem}

}