/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow: hidden;
}

details,figure,footer,header,main,menu,nav,section {
  display: block;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

h2.split{width: 100%;margin-bottom: 2rem;}

span#city_change {
    border-bottom: #000 dashed 1px;
    cursor: pointer;
}

.delivery_list {
    margin-top: 20px;
    column-gap: 2rem; 
    column-count: 2;
}

.delivery_list a{display: block;}

.brand_letter {
    font-weight: 600;
    font-size: 20px;
    padding-left: 17px;
    padding-top: 5px;
}

div.brand_letter {
    width: 100%;
    text-align: left;
    font-size: 30px;
    margin-left: 27px;
    margin: 20px 0 0;
    margin-left: 27px; 
    padding: 0;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.product-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

 .product-cats a{
    display: block;
    padding: 5px 10px;
    background: #f9f7f7;
    border-radius: 5px; 
}

.product-cats a:hover{text-decoration: none;}

.product-card .meta .name div {
    color: gray;
    font-size: 13px;
    line-height: 23px;
    height: 25px;
}

.product-menu {
    border-top: 1px solid rgba(0, 0, 0, .05);
   list-style: none;
       padding: 0;
}
 
.product-data__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    cursor: pointer;
    justify-content: space-between;
}
.product-data__wrapper, .product-menu__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-menu__item {
    border-bottom: 1px solid rgba(0, 0, 0, .05); 
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 16px;
}

.product-data__item {
    margin-bottom: 1px;
    padding: 8px 0;
}

.product-menu__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.product-menu__item span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.product-menu__content {
    cursor: default;
    padding-top: 16px;
	padding-bottom: 24px;
}

[hidden] {
    display: none;
}

.font_grey {
    color: rgba(0, 0, 0, .4); 
}

.font_sm {
    font-size: 12px !important;
    line-height: 16px !important;
}

.spoiler {
    width: 100%;
}

.spoiler._init .spoiler__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.spoiler._init .spoiler__plus:after, .spoiler._init .spoiler__plus:before {
    background-color: #c4c4c4;
    height: 1px;
    width: 13px;
}

.spoiler._init .spoiler__plus:before, .spoiler._init .spoiler__plus:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.spoiler._init._active .spoiler__plus:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.spoiler._init .spoiler__plus:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-contacts {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

a.back-to-cat-mobile{display:none;}
.product-form {
    max-width: 26.6rem;
}

.sizes_holder {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.sizes_chart{
	display: flex;
    justify-content: space-between;
    align-items: center;
    color: #71716F;
	}

.sizes_chart a {
    display: inline-block;
    border-bottom: #71716F 1px dashed;
    
}

.sizes_chart a:hover{text-decoration: none;}

#sizes_chart-popup{max-width:70%}
#sizes_chart-popup .form-descr{padding:20px 0}

.sizes_tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.sizes_tabs div.active:hover {
    background: #f9b949;
}
.sizes_tabs div:hover {
    background: #51393a66;
}
.sizes_tabs div.active {
    background: #f9b949;
    color: #000;
}
.sizes_tabs div {
    padding: 5px 10px;
    background: #51393ab8;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.sizes_tabs_content > div {
    display: none;
}

.sizes_tabs_content > div.active {
    display: block;
}

.sizes_tabs_content table {
  border-collapse: collapse;
  width: 100%;
}

.sizes_tabs_content table th, .sizes_tabs_content table td {
  text-align: center;
  padding: 8px;
}

.sizes_tabs_content table tr:nth-child(even){background-color: #f2f2f2}

.sizes_tabs_content table th {
  background-color: #000;
      line-height: 100%;
  color: white;
}



ul.lx_sizes {
   display: grid;
    grid-auto-flow: row;
    list-style: none;
    gap: 4px;
    justify-content: center; 
    margin: 15px auto;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(56px, max-content));
}

ul.lx_sizes li {
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .05); 
    border-radius: 4px;
    color: #000; 
    cursor: pointer; 
    display: flex;
    font-size: 13px;
    font-weight: 400;
    height: 32px;
    position: relative;
    transition: background-color .3s ease, color .3s ease;
    justify-content: center;
}

ul.lx_sizes li:hover  { 
    background: #cdcdcd;
}

ul.lx_sizes li.active {
    background: #000;
    color: #fff; 
}



div.location-filter{    text-align: left;}
div.location-filter span.ftitle {
   font-weight:bold;
}
ul.filter-lists  {
    margin-top: 10px;
    list-style:none;
}

ul.filter-lists li {
    height: 25px;
}

ul.filter-lists li span {
    cursor: pointer;
}

ul.filter-lists input {
    margin: 0;
    margin-right: 10px;
}

div.location-filter input.button {
    border: #000 1px solid; 
    margin-top: 20px;
    margin-bottom: 30px;
    background: none;
    width: 90%;
    border-radius: 2px;
}
div.location-filter input.button:hover{border: #f9b949 1px solid;}



a.widget_nm{display: none !important;}

.buy-one-click-holder{
	margin-top: 23px;
    margin-bottom: 23px;
    align-items: center;
    border-radius: .3rem;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 4rem;
    justify-content: center;
    line-height: 1.6rem;   
    background-color: rgba(0, 0, 0, .05);
	    font-weight: 600;
}
.buy-one-click-holder:hover{background-color: rgba(0, 0, 0, .1);}
.buy-one-click-holder span{cursor: pointer;cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    height: 4rem;
    line-height: 4rem;}
.vid_wrapper{margin:0 auto;margin-bottom:45px;position:relative;max-width:1200px;}
.vid_container{position:relative;width:100%;height:0;padding-bottom:56.25%;}
.vid_video{position:absolute;top:0;left:0;width:100%;height:100%;margin-top: 25px;}
 li.padme.subpad {padding-left: 10px;font-size: 14px;}

#widget-popup,#exitmodal{
padding-top: 25px;
overflow: hidden;
    background: url(/templates/standart/images/widget_popup4.png) bottom left no-repeat;
    border-radius: 10px;
    width: 100%;
    max-width: 948px;
    height: 100%;
    max-height: 403px;}
#exitmodal{background: #fff url(/templates/standart/images/widget_exit_popup.jpg) bottom left no-repeat;max-width: 612px;} 
#widget-popup .fancybox-close-small{padding: 0px;color: #000;right:17%}
#exitmodal .fancybox-close-small{padding: 0px;color: #000;right:1%}   
.wdg-calend{background: #fff url(/templates/standart/images/calend.png) 0 0 no-repeat;
    width: 166px;
    background-size: contain;
    height: 38px;
    color: #F9B949;
    padding-left: 42px;
    padding-top: 7px;
    line-height: 13px;}
#widget-popup .h1,#exitmodal .h1{font-weight: 700;
    font-size: 46px;
    line-height: 42px;
    text-transform: none;
    display: block;
    margin-top: 19px;
    margin-bottom: 12px;    letter-spacing: normal;} 
#exitmodal .h1{font-size:40px}
#exitmodal .h1.big{font-size:64px;margin-bottom: 40px;}
#widget-popup .h1 span,#exitmodal .h1 span{color: #F9B949;}
#screen2 { max-width: 330px;
    padding-top: 30px;}
#screen2 .big{ color: #F9B949;
    text-align: center;
    font-size: 48px;
    margin-bottom: 33px;}
    
    
#widget-popup .form-descr,#exitmodal .form-descr{font-weight: 400;
    font-size: 18px;
    line-height: 22px;}
#screen2-exit .form-descr{    margin-top: 46px;
    display: block;}    
    
#screen2 .form-descr{padding-top: 20px;
    display: block;
    text-align: center;
    max-width: 291px;}
#basket-form .h1{display: inline-block;
    border-bottom: #000 1px solid;
    padding: 0 15px 15px;}
    
    
.wdg_container{margin-top: 15px;display: grid; 
  max-width: 40%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  gap: 15px; 
  grid-template-areas: 
    "f1"
    "f3"; }


#exitmodal .wdg_container {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "f1 f3";
}


.wdg_container .f1 { grid-area: f1; }
.wdg_container .f2 { grid-area: f2; }
.wdg_container .f3 { grid-area: f3; }
.wdg_container .f4 { grid-area: f4; }
.wdg_container .wdg_cnt{
background: #fff url(/templates/standart/images/sand_clock.png) 18px 8px no-repeat;
width: 174px;
    height: 46px;
    margin: 0 auto; 
    border: 1px solid #282828;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding-left: 26px;
    padding-top: 3px;
    color: #F9B949;}
.wdg_container .wdg_cnt span{color:#282828}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content{cursor:auto !important}
    
#basket-form .form-descr{display: block;
    font-size: 14px;
    margin-top: 20px;} 
    
#basket-form .form-descr span{    font-weight: bold;}
#basket-form .basket_items{ max-width: 730px; width: 100vw;}
#basket-form .basket_item{display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    border-bottom: #000 1px solid;
    padding-bottom: 20px;} 
#basket-form .del_item{width: 20px;cursor:pointer}
#basket-form img{width: 66px; margin-right: 20px;}
#basket-form .price_item{margin-left: auto;}

#basket-form .basket_buttons{display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;}
 
#basket-form .order_button{display: inline-block;
    max-width: 200px;
    text-transform: none;
    font-size: 15px;} 
#basket-form .order_button.last{margin-left: 15px;text-align: center; max-width: 220px;}  
a#close_basket_box {
    background: #000000;
    color: #fff;
    display: inline-block;
    max-width: 200px;
    text-transform: none;
    font-size: 15px;
    margin-right: auto;
}



 
 
[hidden], #order-call, .socialmedia {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

b {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
 

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,button,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #71716F;
  text-decoration: none;
}

a:hover,a:focus {
  color: #4a4a49;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role="button"] {
  cursor: pointer;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,footer.main .follow-fendi h3,.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,.h1,h2,.h2,h3,.h3 {
  margin-top: 14px;
  margin-bottom: 7px;
}

h4,.h4,h5,.h5,footer.main .follow-fendi h3,h6,.h6 {
  margin-top: 7px;
  margin-bottom: 7px;
}

h1,.h1 {
  font-size: 30px;
}

h2,.h2 {
  font-size: 22px;
}

h3,.h3 {
  font-size: 14px;
}

h4,.h4 {
  font-size: 13px;
}

h5,.h5,footer.main .follow-fendi h3 {
  font-size: 10px;
}

h6,.h6 {
  font-size: 10px;
}

p {
  margin: 0 0 7px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,a.text-primary:focus {
  color: #286090;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,a.text-info:focus {
  color: #245269;
}

.page-header {
  padding-bottom: 6px;
  margin: 28px 0 14px;
  border-bottom: 1px solid #eeeeee;
}

ul {
  margin-top: 0;
  margin-bottom: 7px;
}

ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.phonenum {
  font-size: 19px;
}



.brand_listing{display:flex;list-style:none;flex-wrap:wrap;width:100%} 
.brand_listing li a{min-width:200px;margin:10px;border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;color:#000;text-decoration:none;font-size:23px;display:block;height:66px;max-width: 200px}
.brand_listing li a:hover{border:#000 1px solid;}
 .brand_listing li a img {
    height: 100%;
} 
    

.iconfendi-telephone {
  font-size: 18px;
  margin-top: -2px;
  display: inline-block;
}

address {
  margin-bottom: 14px;
  font-style: normal;
  line-height: 1.428571429;
}

code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

.banner-panel-description{max-width: 900px;
    margin: 0 auto;
    text-align: left;}
.banner-panel-description ul {
  text-align: left;
  max-width: 600px;
  margin: 10px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
 
.widget_n {
    display: none;
    background: url(../images/widget.png) no-repeat 0 0;
    position: fixed;
    bottom: 40px;
    left: 26px;
    background-size: contain;
    width: 130px;
    height: 144px;
    transition: all .3s ease-in-out;
}

.widget_n:hover {
    transform: scale(1.1);
}
  
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1640px) {
  .container {
    width: 1560px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }
}

@media (min-width: 1640px) {
  .col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11,  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-bordered {
  border: 1px solid #ddd; }

  .table-bordered > tbody > tr > td{    border: 1px solid #ddd;padding: 5px;}

.basket_mobile_action {
  display: none;
}

.basket_mobile_action a {
  color: red;
  font-size: 14px;
  text-transform: uppercase;
}

.details-news {
  max-width: 400px;
  margin: 0 auto;
}

.basket_mobile_action{display:none}  
.basket_mobile_action a{color:red;    font-size: 14px;text-transform: uppercase;}  

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 1.428571429;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media screen and (max-width: 1041px) {


 

.mobile-contacts {
    display: flex;
}

.mobile-contacts a {
    width: 50%;
    display: block;
    text-align: center;
    height: 40px;
    background: #02c867;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}


.mobile-contacts a i{    font-size: 17px;}
.mobile-contacts a:last-child {
    background: #000;
}

.mobile-contacts svg {
    margin-right: 5px;
    margin-bottom: -3px;
}

}


@media screen and (max-width: 980px) {
#widget-popup{max-width: 790px;} 
#widget-popup .fancybox-close-small{right:5px}   
}

@media screen and (max-width: 767px) {

.brand_listing li{width:50%}
.brand_listing li a{min-width:unset;}	
	
ul.lx_sizes{display:none;    grid-template-columns: repeat(auto-fit, minmax(37px, max-content));}	
.buttons-catalog{margin-top: 10px;}
.price_notice{text-align:center}

.sizes_tabs { 
    justify-content: center;
}

.sizes_tabs_content { 
    max-width: 84vw;
}

.sizes_tabs_content > div { 
    overflow-y: scroll;
}

.sizes_tabs div {
    width: 48%;
    line-height: 103%;
    text-align: center;
    padding: 8px 10px;
}

.sizes_tabs div:nth-child(-n+3) { width: 31%;}

#sizes_chart-popup .h1 {
    font-size: 18px;
}
#sizes_chart-popup {
   max-width: unset; 
    padding: 3rem;
}	

.sizes_holder {
	align-items: normal;
    gap: 0; 
    flex-direction: column-reverse;
}

.sizes_chart {
       text-align: right;
}	
	

a.widget_nm {
    display:inline-block !important;
    background: url(/templates/standart/images/widget_button_mobile.png) no-repeat 0 0;
    margin-right: 7px !important;
    top: 3px;
    position: relative; 
}

a.widget_nm:active, a.widget_nm:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

#widget-popup{background: #fff url(/templates/standart/images/widget_popup_m.jpg) bottom left no-repeat;
    background-size: contain;
    max-height: 430px;
    width: 90%;
    padding: 16px;}
.wdg-calend{width: 158px;}   
#widget-popup .h1{    font-size: 30px;
    text-align: center;
    line-height: 35px;} 
#widget-popup .h1 span {
text-transform: uppercase;
}
#widget-popup .form-descr{    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 30px;}
    
#widget-popup .form-descr br {
    display: none;
}

.wdg_container{max-width: 100%;
    margin-top: 25px;}
     
#wdg-callback-phone{border-radius: 10px !important;}

.wdg_container .f3 {
    margin-top: 25px;
}


#widget-popup .order_button{margin-top: 0px;
    border-radius: 10px !important;
    height: 50px;
    line-height: 52px;}


#screen2{height: 105%;
    width: 105%; 
    background: #fff url(/templates/standart/images/widget_popup_m2.jpg) bottom left no-repeat;
    background-size: contain;
    padding-right: 11px;}

#widget-popup #screen2 .h1{    font-size: 30px;
    text-align: center;
    line-height: 35px;}

 #widget-popup #screen2 .h1 span {
    color: #000000;
}

#screen2 .form-descr{font-size: 16px;}


body{position: relative !important;}
.listing .products{margin-left:0px !important;margin-right:0px !important}

 .basket_nomobile{display:none} 

  .basket_mobile_action {
    display: block;
    text-align: center;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],select[size] {
  height: auto;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #F9B949;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 185, 73, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 185, 73, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],.form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled] {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,  input[type="time"].form-control,  input[type="datetime-local"].form-control,  input[type="month"].form-control {
    line-height: 40px;
  }

  input[type="date"].input-sm,  .input-group-sm > input[type="date"].form-control,  .input-group-sm > .input-group-btn > input[type="date"].btn,  .input-group-sm input[type="date"],  input[type="time"].input-sm,  .input-group-sm > input[type="time"].form-control,  .input-group-sm > .input-group-btn > input[type="time"].btn,  .input-group-sm
  input[type="time"],  input[type="datetime-local"].input-sm,  .input-group-sm > input[type="datetime-local"].form-control,  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,  .input-group-sm
  input[type="datetime-local"],  input[type="month"].input-sm,  .input-group-sm > input[type="month"].form-control,  .input-group-sm > .input-group-btn > input[type="month"].btn,  .input-group-sm
  input[type="month"] {
    line-height: 25px;
  }

  input[type="date"].input-lg,  .input-group-lg > input[type="date"].form-control,  .input-group-lg > .input-group-btn > input[type="date"].btn,  .input-group-lg input[type="date"],  input[type="time"].input-lg,  .input-group-lg > input[type="time"].form-control,  .input-group-lg > .input-group-btn > input[type="time"].btn,  .input-group-lg
  input[type="time"],  input[type="datetime-local"].input-lg,  .input-group-lg > input[type="datetime-local"].form-control,  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,  .input-group-lg
  input[type="datetime-local"],  input[type="month"].input-lg,  .input-group-lg > input[type="month"].form-control,  .input-group-lg > .input-group-btn > input[type="month"].btn,  .input-group-lg
  input[type="month"] {
    line-height: 38px;
  }
}

.form-group {
  margin-bottom: 15px;
  text-align: left;
}

input[type="radio"][disabled],input[type="checkbox"][disabled] {
  cursor: not-allowed;
}

.input-sm,.input-group-sm > .form-control,.input-group-sm > .input-group-btn > .btn {
  height: 25px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm,.input-group-sm > select.form-control,.input-group-sm > .input-group-btn > select.btn {
  height: 25px;
  line-height: 25px;
}

textarea.input-sm,.input-group-sm > textarea.form-control,.input-group-sm > .input-group-btn > textarea.btn,select[multiple].input-sm,.input-group-sm > select[multiple].form-control,.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 25px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 25px;
  line-height: 25px;
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
  height: auto;
}

.input-lg,.input-group-lg > .form-control,.input-group-lg > .input-group-btn > .btn {
  height: 38px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg,.input-group-lg > select.form-control,.input-group-lg > .input-group-btn > select.btn {
  height: 38px;
  line-height: 38px;
}

textarea.input-lg,.input-group-lg > textarea.form-control,.input-group-lg > .input-group-btn > textarea.btn,select[multiple].input-lg,.input-group-lg > select[multiple].form-control,.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 38px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 38px;
  line-height: 38px;
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
  height: auto;
}

.input-lg + .form-control-feedback,.input-group-lg > .form-control + .form-control-feedback,.input-group-lg > .input-group-btn > .btn + .form-control-feedback,.input-group-lg + .form-control-feedback,.form-group-lg .form-control + .form-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.input-sm + .form-control-feedback,.input-group-sm > .form-control + .form-control-feedback,.input-group-sm > .input-group-btn > .btn + .form-control-feedback,.input-group-sm + .form-control-feedback,.form-group-sm .form-control + .form-control-feedback {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.price-holder {
      margin-bottom: 12px;
    padding-top: 12px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .05);
    font-size: 24px;
}

.old-price{text-decoration: line-through;font-size: 14px;color: gray;}

.select-size-dropdown {
  margin-top: 15px;
  clear: both;
  position: relative;
}

.select-size-dropdown > span {
  width: 216px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  padding: 10px 25px 10px 10px;
  line-height: 13px;
  cursor: pointer;
  border: #DEDADA 1px solid;
  margin-bottom: 20px;
}

.select-size-dropdown > span:before {
  content: "";
  font-family: "fendi";
  font-weight: lighter;
  font-style: normal;
  font-size: 7px;
  position: absolute;
  top: 11px;
  right: 12px;
}

.select-size-dropdown > span:hover {
  background-color: #eaeaea;
}

.price_notice{color: #d39528;padding-bottom: 23px;font-size:14px;line-height: 131%;}

ul.pick-size {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6.35rem, max-content));
    gap: 5.6px;
    grid-auto-flow: row;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 24px;
}

ul.pick-size li {
align-items: center;
    background-color: rgba(0, 0, 0, .05);
    border-radius: .3rem;
    cursor: pointer;
    display: flex;
	height: 32px; 
    line-height: 13px; 
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.pick-size li a {
font-size: 13px;
    color: #333;
    text-decoration: none;
    display: block;
}

ul.pick-size li:hover {
background: #cdcdcd;
}

ul.pick-size li.active {
background: #000;
 
}

ul.pick-size li.active a { 
color:#fff;
}

@media (min-width: 768px) {
	
	.letters_holder{margin-left:30px !important}
	
  .brands-mobile {
    display: none;
  }

  .back-to-cat {
    float: right;
           margin-top: -27px;
        margin-right: 20px;
  }

  .brands {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
  }

  .brands li {
    margin: 5px 10px;
  }

  .brands li a.active {
    color: #000;
    font-weight: 600;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,.btn:active:focus,.btn.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,.btn:focus { 
  text-decoration: none;
}

.btn:active,.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}



.btn-primary {
  color: #212121;
  background-color: #F9B949;
  border-color: #F9B949;
}

 

.btn-primary:hover {
  color: #212121;
  background-color: #f7a618;
 
}

 
 

.btn-primary[disabled]:hover,.btn-primary[disabled]:focus {
  background-color: #F9B949;
  border-color: #F9B949;
}



.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,.btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,.btn-info:active:focus,.btn-info.active:hover,.btn-info.active:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,.btn-info.active {
  background-image: none;
}

.btn-info[disabled]:hover,.btn-info[disabled]:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  color: #71716F;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
  color: #4a4a49;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,.btn-link[disabled]:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-btn,.input-group .form-control {
  display: table-cell;
}

.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .form-control:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .form-control:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.hidden {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1639px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1640px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .select-size-dropdown > span {
    width: 100%;
  }

  ul.pick-size {
    width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(5.5em, max-content));
  }

  .back-to-cat {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: #e8e8e8 1px solid;
    background: #f1f1f1;
  }

  .back-to-cat a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000;
  }

  .brand-holder {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
    border-top: 1px solid #EEEDEB;
    border-bottom: 1px solid #EEEDEB;
  }

  .brands-mobile {
    display: block;
    padding: 15px 20px;
    margin: 0;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
  }

  .brand-holder ul.brands {
    display: none;
    padding-left: 20px;
    list-style: none;
  }

  .brand-holder ul.brands li {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .brand-holder ul.brands li a {
    position: relative;
    display: block;
  }

  .brand-holder ul.brands li a.active:after {
    content: "";
    font-family: "fendi";
    position: absolute;
    right: 19px;
    top: 3px;
    font-size: 7px;
  }

  .brand-holder .brands-mobile:after {
    display: block;
    content: "+";
    position: absolute;
    right: 21px;
    top: 16px;
    font-size: 24px;
    height: 10px;
    width: 10px;
    text-align: center;
    line-height: 12px;
    font-weight: 300;
  }

  #filters-modal {
    position: absolute;
    right: 0;
    top: 91px;
    z-index: 999;
    width: 100%;
    padding: 10px;
    background: #fff;
  }

  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1639px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1640px) {
  .hidden-lg {
    display: none !important;
  }
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/3267CF_5_0.eot");
  src: url("../fonts/3267CF_5_0.eot?#iefix") format('eot'), url("../fonts/3267CF_5_0.woff2"), url("../fonts/3267CF_5_0.woff"), url("../fonts/3267CF_5_0.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/3267CF_B_0.eot");
  src: url("../fonts/3267CF_B_0.eot?#iefix") format('eot'), url("../fonts/3267CF_B_0.woff2"), url("../fonts/3267CF_B_0.woff"), url("../fonts/3267CF_B_0.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "fendi";
  src: url("../fonts/fendi.eot");
  src: url("../fonts/fendi.eot?#iefix") format('eot'), url("../fonts/fendi.ttf"), url("../fonts/fendi.woff"), url("../fonts/fendi.svg");
  font-weight: 400;
}

html,body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212121;
  min-height: 100%;
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  position: static;
  /*FEN-3388 bug doppio scroll per windows*/
}

.container-fluid {
  max-width: 1560px;
  min-width: 320px;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,footer.main .follow-fendi h3 {
  text-transform: uppercase;
  letter-spacing: .12em;
}

h3,.h3,h4,.h4,h5,.h5,footer.main .follow-fendi h3 {
  font-weight: 600;
  color: #212121;
}

h5,.h5,footer.main .follow-fendi h3 {
  font-size: 11px;
}

.big {
  font-size: 16px;
  letter-spacing: 1px;
}

p {
  letter-spacing: 1px;
}

hr {
  margin: 30px 0;
}

[data-whatinput='keyboard'] *:focus,[data-whatinput='keyboard'] a:focus,[data-whatinput='keyboard'] button:focus,[data-whatinput='keyboard'] .btn:focus {
  outline: #F9B949 auto 5px;
}

[data-whatinput='keyboard'] input[type='radio']:focus ~ i,[data-whatinput='keyboard'] input[type='checkbox']:focus ~ i {
  outline: #F9B949 auto 5px;
}

[data-whatinput='mouse'] *:focus,[data-whatinput='mouse'] a:focus,[data-whatinput='mouse'] button:focus,[data-whatinput='mouse'] .btn:focus,[data-whatinput='touch'] *:focus,[data-whatinput='touch'] a:focus,[data-whatinput='touch'] button:focus,[data-whatinput='touch'] .btn:focus,[data-whatinput='initial'] *:focus,[data-whatinput='initial'] a:focus,[data-whatinput='initial'] button:focus,[data-whatinput='initial'] .btn:focus,[data-whatintent='mouse'] *:focus,[data-whatintent='mouse'] a:focus,[data-whatintent='mouse'] button:focus,[data-whatintent='mouse'] .btn:focus {
  outline: transparent auto 0;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 1.2em;
}

address {
  padding: 10px;
  color: #212121;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 1.2;
}

address span {
  display: block;
}

figure picture,figure img {
  width: 100%;
  display: block;
}

figure img {
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.lazyloaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.iconfendi-search{font-size:22px}


[class^='icon-']:before,[class*=' icon-']:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.back-to-top:before,.close:after,a.back:before,.popover.header-popover header:after,.banner .btn-primary.video:before,.product-card .add-to-cart:before,.dropdown button:before,.dropdown ul.popover a.active:after,.filters .toggler:before,.home-carousel .btn.video:before,.home-carousel .btn.watch:before,.home-carousel .btn.shop:before,.btn.video:before,.btn.watch:before,.btn.shop:before,.t-news-listing .btn.video:before,.t-news-listing .btn.watch:before,.t-news-listing .btn.shop:before,[class^='iconfendi-'],[class*=' iconfendi-'] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "fendi";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}

.iconfendi-link:before {
  content: "";
}

.iconfendi-whatsapp:before {
  content: "";
}

.iconfendi-user-in:before {
  content: "";
}

.iconfendi-user:before {
  content: "";
}

.iconfendi-off:before {
  content: "";
}

.iconfendi-bag:before {
  content: "";
}

.iconfendi-close:before {
  content: "";
}

.iconfendi-email:before {
  content: "";
}

.iconfendi-facebook:before {
  content: "";
}

.iconfendi-gplus:before {
  content: "";
}

.iconfendi-info:before {
  content: "";
}

.iconfendi-instagram:before {
  content: "";
}

.iconfendi-menu:before {
  content: "";
}

.iconfendi-pinterest:before {
  content: "";
}

.iconfendi-plus:before {
  content: "";
}

.iconfendi-search:before {
  content: "";
}

.iconfendi-telephone:before {
  content: "";
}

.iconfendi-vk {
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDU0OC4zNTggNTQ4LjM1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQ4LjM1OCA1NDguMzU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTU0NS40NTEsNDAwLjI5OGMtMC42NjQtMS40MzEtMS4yODMtMi42MTgtMS44NTgtMy41NjljLTkuNTE0LTE3LjEzNS0yNy42OTUtMzguMTY3LTU0LjUzMi02My4xMDJsLTAuNTY3LTAuNTcxICAgbC0wLjI4NC0wLjI4bC0wLjI4Ny0wLjI4N2gtMC4yODhjLTEyLjE4LTExLjYxMS0xOS44OTMtMTkuNDE4LTIzLjEyMy0yMy40MTVjLTUuOTEtNy42MTQtNy4yMzQtMTUuMzIxLTQuMDA0LTIzLjEzICAgYzIuMjgyLTUuOSwxMC44NTQtMTguMzYsMjUuNjk2LTM3LjM5N2M3LjgwNy0xMC4wODksMTMuOTktMTguMTc1LDE4LjU1Ni0yNC4yNjdjMzIuOTMxLTQzLjc4LDQ3LjIwOC03MS43NTYsNDIuODI4LTgzLjkzOSAgIGwtMS43MDEtMi44NDdjLTEuMTQzLTEuNzE0LTQuMDkzLTMuMjgyLTguODQ2LTQuNzEyYy00Ljc2NC0xLjQyNy0xMC44NTMtMS42NjMtMTguMjc4LTAuNzEybC04Mi4yMjQsMC41NjggICBjLTEuMzMyLTAuNDcyLTMuMjM0LTAuNDI4LTUuNzEyLDAuMTQ0Yy0yLjQ3NSwwLjU3Mi0zLjcxMywwLjg1OS0zLjcxMywwLjg1OWwtMS40MzEsMC43MTVsLTEuMTM2LDAuODU5ICAgYy0wLjk1MiwwLjU2OC0xLjk5OSwxLjU2Ny0zLjE0MiwyLjk5NWMtMS4xMzcsMS40MjMtMi4wODgsMy4wOTMtMi44NDgsNC45OTZjLTguOTUyLDIzLjAzMS0xOS4xMyw0NC40NDQtMzAuNTUzLDY0LjIzOCAgIGMtNy4wNDMsMTEuODAzLTEzLjUxMSwyMi4wMzItMTkuNDE4LDMwLjY5M2MtNS44OTksOC42NTgtMTAuODQ4LDE1LjAzNy0xNC44NDIsMTkuMTI2Yy00LDQuMDkzLTcuNjEsNy4zNzItMTAuODUyLDkuODQ5ICAgYy0zLjIzNywyLjQ3OC01LjcwOCwzLjUyNS03LjQxOSwzLjE0MmMtMS43MTUtMC4zODMtMy4zMy0wLjc2My00Ljg1OS0xLjE0M2MtMi42NjMtMS43MTQtNC44MDUtNC4wNDUtNi40Mi02Ljk5NSAgIGMtMS42MjItMi45NS0yLjcxNC02LjY2My0zLjI4NS0xMS4xMzZjLTAuNTY4LTQuNDc2LTAuOTA0LTguMzI2LTEtMTEuNTYzYy0wLjA4OS0zLjIzMy0wLjA0OC03LjgwNiwwLjE0NS0xMy43MDYgICBjMC4xOTgtNS45MDMsMC4yODctOS44OTcsMC4yODctMTEuOTkxYzAtNy4yMzQsMC4xNDEtMTUuMDg1LDAuNDI0LTIzLjU1NWMwLjI4OC04LjQ3LDAuNTIxLTE1LjE4MSwwLjcxNi0yMC4xMjUgICBjMC4xOTQtNC45NDksMC4yODQtMTAuMTg1LDAuMjg0LTE1LjcwNXMtMC4zMzYtOS44NDktMS0xMi45OTFjLTAuNjU2LTMuMTM4LTEuNjYzLTYuMTg0LTIuOTktOS4xMzcgICBjLTEuMzM1LTIuOTUtMy4yODktNS4yMzItNS44NTMtNi44NTJjLTIuNTY5LTEuNjE4LTUuNzYzLTIuOTAyLTkuNTY0LTMuODU2Yy0xMC4wODktMi4yODMtMjIuOTM2LTMuNTE4LTM4LjU0Ny0zLjcxICAgYy0zNS40MDEtMC4zOC01OC4xNDgsMS45MDYtNjguMjM2LDYuODU1Yy0zLjk5NywyLjA5MS03LjYxNCw0Ljk0OC0xMC44NDgsOC41NjJjLTMuNDI3LDQuMTg5LTMuOTA1LDYuNDc1LTEuNDMxLDYuODUxICAgYzExLjQyMiwxLjcxMSwxOS41MDgsNS44MDQsMjQuMjY3LDEyLjI3NWwxLjcxNSwzLjQyOWMxLjMzNCwyLjQ3NCwyLjY2Niw2Ljg1NCwzLjk5OSwxMy4xMzRjMS4zMzEsNi4yOCwyLjE5LDEzLjIyNywyLjU2OCwyMC44MzcgICBjMC45NSwxMy44OTcsMC45NSwyNS43OTMsMCwzNS42ODljLTAuOTUzLDkuOS0xLjg1MywxNy42MDctMi43MTIsMjMuMTI3Yy0wLjg1OSw1LjUyLTIuMTQzLDkuOTkzLTMuODU1LDEzLjQxOCAgIGMtMS43MTUsMy40MjYtMi44NTYsNS41Mi0zLjQyOCw2LjI4Yy0wLjU3MSwwLjc2LTEuMDQ3LDEuMjM5LTEuNDI1LDEuNDI3Yy0yLjQ3NCwwLjk0OC01LjA0NywxLjQzMS03LjcxLDEuNDMxICAgYy0yLjY2NywwLTUuOTAxLTEuMzM0LTkuNzA3LTRjLTMuODA1LTIuNjY2LTcuNzU0LTYuMzI4LTExLjg0Ny0xMC45OTJjLTQuMDkzLTQuNjY1LTguNzA5LTExLjE4NC0xMy44NS0xOS41NTggICBjLTUuMTM3LTguMzc0LTEwLjQ2Ny0xOC4yNzEtMTUuOTg3LTI5LjY5MWwtNC41NjctOC4yODJjLTIuODU1LTUuMzI4LTYuNzU1LTEzLjA4Ni0xMS43MDQtMjMuMjY3ICAgYy00Ljk1Mi0xMC4xODUtOS4zMjktMjAuMDM3LTEzLjEzNC0yOS41NTRjLTEuNTIxLTMuOTk3LTMuODA2LTcuMDQtNi44NTEtOS4xMzRsLTEuNDI5LTAuODU5Yy0wLjk1LTAuNzYtMi40NzUtMS41NjctNC41NjctMi40MjcgICBjLTIuMDk1LTAuODU5LTQuMjgxLTEuNDc1LTYuNTY3LTEuODU0bC03OC4yMjksMC41NjhjLTcuOTk0LDAtMTMuNDE4LDEuODExLTE2LjI3NCw1LjQyOGwtMS4xNDMsMS43MTEgICBDMC4yODgsMTQwLjE0NiwwLDE0MS42NjgsMCwxNDMuNzYzYzAsMi4wOTQsMC41NzEsNC42NjQsMS43MTQsNy43MDdjMTEuNDIsMjYuODQsMjMuODM5LDUyLjcyNSwzNy4yNTcsNzcuNjU5ICAgYzEzLjQxOCwyNC45MzQsMjUuMDc4LDQ1LjAxOSwzNC45NzMsNjAuMjM3YzkuODk3LDE1LjIyOSwxOS45ODUsMjkuNjAyLDMwLjI2NCw0My4xMTJjMTAuMjc5LDEzLjUxNSwxNy4wODMsMjIuMTc2LDIwLjQxMiwyNS45ODEgICBjMy4zMzMsMy44MTIsNS45NTEsNi42NjIsNy44NTQsOC41NjVsNy4xMzksNi44NTFjNC41NjgsNC41NjksMTEuMjc2LDEwLjA0MSwyMC4xMjcsMTYuNDE2ICAgYzguODUzLDYuMzc5LDE4LjY1NCwxMi42NTksMjkuNDA4LDE4Ljg1YzEwLjc1Niw2LjE4MSwyMy4yNjksMTEuMjI1LDM3LjU0NiwxNS4xMjZjMTQuMjc1LDMuOTA1LDI4LjE2OSw1LjQ3Miw0MS42ODQsNC43MTZoMzIuODM0ICAgYzYuNjU5LTAuNTc1LDExLjcwNC0yLjY2OSwxNS4xMzMtNi4yODNsMS4xMzYtMS40MzFjMC43NjQtMS4xMzYsMS40NzktMi45MDEsMi4xMzktNS4yNzZjMC42NjgtMi4zNzksMS01LDEtNy44NTEgICBjLTAuMTk1LTguMTgzLDAuNDI4LTE1LjU1OCwxLjg1Mi0yMi4xMjRjMS40MjMtNi41NjQsMy4wNDUtMTEuNTEzLDQuODU5LTE0Ljg0NmMxLjgxMy0zLjMzLDMuODU5LTYuMTQsNi4xMzYtOC40MTggICBjMi4yODItMi4yODMsMy45MDgtMy42NjYsNC44NjItNC4xNDJjMC45NDgtMC40NzksMS43MDUtMC44MDQsMi4yNzYtMC45OTljNC41NjgtMS41MjIsOS45NDQtMC4wNDgsMTYuMTM2LDQuNDI5ICAgYzYuMTg3LDQuNDczLDExLjk5LDkuOTk2LDE3LjQxOCwxNi41NmM1LjQyNSw2LjU3LDExLjk0MywxMy45NDEsMTkuNTU1LDIyLjEyNGM3LjYxNyw4LjE4NiwxNC4yNzcsMTQuMjcxLDE5Ljk4NSwxOC4yNzQgICBsNS43MDgsMy40MjZjMy44MTIsMi4yODYsOC43NjEsNC4zOCwxNC44NTMsNi4yODNjNi4wODEsMS45MDIsMTEuNDA5LDIuMzc4LDE1Ljk4NCwxLjQyN2w3My4wODctMS4xNCAgIGM3LjIyOSwwLDEyLjg1NC0xLjE5NywxNi44NDQtMy41NzJjMy45OTgtMi4zNzksNi4zNzMtNSw3LjEzOS03Ljg1MWMwLjc2NC0yLjg1NCwwLjgwNS02LjA5MiwwLjE0NS05LjcxMiAgIEM1NDYuNzgyLDQwNC4yNSw1NDYuMTE1LDQwMS43MjUsNTQ1LjQ1MSw0MDAuMjk4eiIgZmlsbD0iIzcxNzE2ZiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

.iconfendi-cart {
  display: inline-block;
  width: 28px;
  height: 27px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODY4ODM1IDFIMi41MDc2NEMyLjk0MzEyIDEgMy4zMjg1MyAxLjI4MTgyIDMuNDYwNTcgMS42OTY4TDcuMzg2NCAxNC4wMzUxTTcuMzg2NCAxNC4wMzUxSDIzLjY4NjNDMjQuMTkwNiAxNC4wMzUxIDI0LjYxNiAxMy42NTk2IDI0LjY3ODYgMTMuMTU5MkwyNS42MTM2IDUuNjc5MDdDMjUuNjg4MiA1LjA4MjIyIDI1LjIyMjggNC41NTUwNCAyNC42MjEzIDQuNTU1MDRINC40MjM4N003LjM4NjQgMTQuMDM1MUM2LjM5ODg5IDE0LjAzNTEgNC40MjM4NyAxNC41MDkxIDQuNDIzODcgMTYuNDA1MkM0LjQyMzg3IDE4LjMwMTIgNi4zOTg4OSAxOC43NzUyIDcuMzg2NCAxOC43NzUySDIzLjM4NDFNMjAuNDIxNSAyMi4zMzAyQzE5LjgyOSAyMi4zMzAyIDE4LjY0NCAyMi42ODU3IDE4LjY0NCAyNC4xMDc3QzE4LjY0NCAyNS41Mjk3IDE5LjgyOSAyNS44ODUyIDIwLjQyMTUgMjUuODg1MkMyMS4wMTQgMjUuODg1MiAyMi4xOTkgMjUuNTI5NyAyMi4xOTkgMjQuMTA3N0MyMi4xOTkgMjIuNjg1NyAyMS4wMTQgMjIuMzMwMiAyMC40MjE1IDIyLjMzMDJaTTkuMTYzOTIgMjIuMzMwMkM4LjU3MTQxIDIyLjMzMDIgNy4zODY0IDIyLjY4NTcgNy4zODY0IDI0LjEwNzdDNy4zODY0IDI1LjUyOTcgOC41NzE0MSAyNS44ODUyIDkuMTYzOTIgMjUuODg1MkM5Ljc1NjQyIDI1Ljg4NTIgMTAuOTQxNCAyNS41Mjk3IDEwLjk0MTQgMjQuMTA3N0MxMC45NDE0IDIyLjY4NTcgOS43NTY0MiAyMi4zMzAyIDkuMTYzOTIgMjIuMzMwMloiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==);
}


.iconfendi-tg{display: inline-block;width: 16px;height: 16px;    background-size: contain;background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBkPSJNMi45MjYsMTMuMDk4bDMuMDg1LDEuMjA5YzAuMzI2LDAuMTI4LDAuNTc4LDAuMzk1LDAuNjg4LDAuNzI3bDEuMjg3LDMuOTE4CWMwLjI3NCwwLjgzNSwxLjMwMSwxLjEzNCwxLjk4LDAuNTc2bDIuMjI4LTEuODI5YzAuMjgyLTAuMjMyLDAuNjkyLTAuMjIsMC45NjEsMC4wMjhsMi44NTEsMi42MwljMS4wMzUsMC45NTUsMi43MTYsMC40MDgsMi45OTEtMC45NzNsMi45NzktMTQuOTYxYzAuMTg2LTAuOTM1LTAuNzQ3LTEuNjk4LTEuNjI3LTEuMzNsLTE3LjQ1NCw3LjMJQzEuNjg3LDEwLjksMS43MDYsMTIuNjIsMi45MjYsMTMuMDk4eiIgb3BhY2l0eT0iLjM1Ij48L3BhdGg+PHBhdGggZD0iTTExLjQ1OCwxNi4yNzFsNi45OS05LjE2M2MwLjMyOC0wLjQzLTAuMjExLTAuOTgyLTAuNjQ4LTAuNjY1TDYuNDY3LDE0LjY0NWMwLjA5OCwwLjExNSwwLjE4NCwwLjI0MiwwLjIzMiwwLjM4OQlsMS4yODcsMy45MThjMC4xMjYsMC4zODMsMC40MTMsMC42NDcsMC43NSwwLjc3M0M5LjYzOSwxOS45ODEsMTEuNDU4LDE2LjI3MSwxMS40NTgsMTYuMjcxeiI+PC9wYXRoPjwvc3ZnPg==);}

.iconfendi-youtube:before {
  content: "";
}



header.main {
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out; 
  z-index: 65635;
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

header.main select {
  background-color: transparent;
  color: #212121;
}

header.main .ico {
  font-size: 18px;
}

header.main .ico.close {
  font-size: 14px;
}

header.main .user-meta {
  min-width: 206px;
  display: inline-block;
  text-align: right;
}

header.main .user-meta button {
  cursor: pointer;
}

header.main button {
  color: #212121;
}

footer.main ul {
  padding-left: 0;
}

footer.main ul li {
  list-style: none;
}

footer.main .upper-bar {
  border-top: 1px solid #EEEDEB;
}

footer.main .lower-bar,footer.main .upper-bar {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1;
}

footer.main a.ico {
  padding: 10px;
  color: #71716F;
}

footer.main a.ico:hover {
  text-decoration: none;
}

footer.main a.ico:last-of-type {
  padding-right: 0;
}

footer.main .list-link h5:after {
  content: "+";
  position: absolute;
  right: 21px;
  top: 16px;
  font-size: 24px;
  height: 10px;
  width: 10px;
  text-align: center;
  line-height: 12px;
  display: none;
  font-weight: 300;
}

footer.main .follow-fendi li {
  display: inline-block;
  margin-top: 8px;
}

footer.main .follow-fendi li a {
  font-size: 14px;
}

footer.main .copy {
  font-size: 10px;
  color: #212121;
  text-transform: uppercase;
}

footer.main .bottom select {
  background-color: transparent;
  color: #212121;
}

footer.main .bottom button {
  color: #212121;
}

.back-to-top:before {
  content: "";
}

.modal-header {
  text-align: center;
  margin: 0 auto;
  border: 0;
}

.modal-header h2 {
  color: #181715;
  margin-top: 30px;
  margin-bottom: 15px;
}

.modal-header h4 {
  font-weight: normal;
}

.modal-body {
  color: #181715;
}

.modal-body h3 {
  margin-bottom: 0;
}

.filters-form .actions {
  margin: 20px 0;
  text-align: right;
}

.filters-form .btn-primary {
  width: 50%;
}

i.icon-menu {
  padding: 0;
  position: relative;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-menu,i.icon-menu:before,i.icon-menu:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 2px;
  background-color: #000;
}

i.icon-menu:before,i.icon-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

i.icon-menu:before {
  top: -5px;
}

i.icon-menu:after {
  bottom: -5px;
}





.hamburger-open i.icon-menu {
  width: 10px;
  background-color: transparent; }
  .hamburger-open i.icon-menu:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3.5px; }
  .hamburger-open i.icon-menu:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -3.5px; }

.hamburger-open .cart-bar {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }












#basket i {
  display: inline-block;
  margin-top: -3px;
  font-size: 16px;
  position: relative;
}

[data-modal],[data-link] {
  cursor: pointer;
}

.buttons-catalog {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    
}

.btn {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  min-width: 130px;
  border: 0;
  height: 30px;
  color: #212121;
  font-size: 10px;
}




.btn:focus,.btn:active:focus,.btn.active:focus {
  /*outline: none; breaks accessibility */
  border: 0;
}

.btn-primary {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 8px 20px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.btn-primary:hover {
  background-color: #fac870;
}

 

.btn-lg {
  height: 50px;
  font-size: 14px;
}

.btn-full {
  width: 100%;
}

.btn-catalog {
  height: auto;
  padding: 8px 10px ;
  font-weight: normal;
    text-transform: unset !important;
    white-space: break-spaces;
    line-height: normal;
        
		    border-radius: 0.3rem;
}

.btn-oneclick {
    background: unset;
    border: #ccc 1px solid;
    line-height: normal;
}

a,*[data-link]:not([data-link='']),button.ico {
  cursor: pointer;
}

a:focus,a:active,*[data-link]:not([data-link='']):focus,*[data-link]:not([data-link='']):active,button.ico:focus,button.ico:active {
  /*outline: none; breaks accessibility */
  text-decoration: none;
}

a,.call-to-action,.btn,button {
  letter-spacing: 1px;
}

.call-to-action,.btn {
  text-transform: uppercase;
  color: #fff;
}
.btn-oneclick.btn { 
  color: #212121;

}

a,button {
  border: 0;
  background-color: transparent;
}

a.bag,button.bag {
  position: relative;
}

a span.count,button span.count {
  text-align: center;
  border-radius: 100%;
  position: absolute;
  background-color: #000;
  height: 14px;
  width: 14px;
  line-height: 14px;
  vertical-align: middle;
  right: 50%;
  top: 50%;
  margin-top: -17px;
  margin-right: -17px;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
}

a span.count:empty,button span.count:empty {
  display: none;
}

a.ico,button.ico {
  color: #181715;
  border: 0;
  background-color: transparent;
}

a.ico span.text,button.ico span.text {
  display: none;
}

.close {
  display: inline;
  float: right;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.close:hover {
  text-decoration: none;
}

.close:hover span {
  text-decoration: underline;
}

.close:after {
  content: "";
  display: inline-block;
  margin-top: -6px;
}

.close span {
  line-height: 1.7;
  padding-right: 8px;
}

a.phone {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 20px;
}

a.phone i {
  position: absolute;
  left: 0;
  font-size: 14px;
}

a.back {
  display: inline;
  float: left;
  font-size: 10px;
}

a.back:hover {
  text-decoration: none;
}

a.back:hover span.label {
  text-decoration: underline;
}

a.back:before {
  content: "";
  padding-right: 5px;
}

a.btn-lg {
  height: auto;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-control,input[type='text'],input[type='password'],input[type='email'],input[type='search'],input[type='date'],input[type='number'],select,textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #EEEDEB;
  color: #181715;
  padding: 5px 10px;
  letter-spacing: 1px;
}

.form-control:focus,.form-control:active,.form-control.active,.form-control:active:focus,input[type='text']:focus,input[type='text']:active,input[type='text'].active,input[type='text']:active:focus,input[type='password']:focus,input[type='password']:active,input[type='password'].active,input[type='password']:active:focus,input[type='email']:focus,input[type='email']:active,input[type='email'].active,input[type='email']:active:focus,input[type='search']:focus,input[type='search']:active,input[type='search'].active,input[type='search']:active:focus,input[type='date']:focus,input[type='date']:active,input[type='date'].active,input[type='date']:active:focus,input[type='number']:focus,input[type='number']:active,input[type='number'].active,input[type='number']:active:focus,select:focus,select:active,select.active,select:active:focus,textarea:focus,textarea:active,textarea.active,textarea:active:focus {
  /*@include box-shadow(none);
    border: 1px solid transparent;
    outline: none; breaks accessibility */
}

.form-control.select,input[type='text'].select,input[type='password'].select,input[type='email'].select,input[type='search'].select,input[type='date'].select,input[type='number'].select,select.select,textarea.select {
  height: auto;
  padding: 0;
}

input[type='file'] {
  background-color: #FFF;
}

select {
  min-width: 60px;
  height: 40px;
  display: inline-block;
  position: relative;
  background-color: #EEEDEB;
}

select:not([multiple]) {
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  background-image: url("../images/chevron-down.png");
  background-size: 14px 12px;
  padding-right: 20px;
}

select.form-control {
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  background-image: url("../images/chevron-down.png");
  background-size: 14px 12px;
  padding-right: 20px;
}

.form-group a {
  color: #212121;
  text-decoration: underline;
  text-transform: none;
  font-weight: bold;
}

.form-group.phone {
  overflow: hidden;
  *zoom: 1;
}

label {
  color: #212121;
}

.control-label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #212121;
  display: block;
  word-wrap: break-word;
}

.select-label {
  font-weight: 400;
}

.popover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  visibility: hidden;
  opacity: 0; 
  z-index: -1;
  text-align: left;
  width: 320px;
  padding: 8px;
}

.popover.in {
  visibility: visible;
  opacity: 1;
  z-index: 65637;
}

.popover.full {
  width: 100%;
  top: 0;
  left: 0;
  padding: 24px 0 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.popover.full .head {
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #EEEDEB;
}

.popover.full .bottom {
  text-align: center;
}

.popover.full .logo:before {
  background: url(../images/logo.png) no-repeat 0 0;
  height: 35px;
  width: 128px;
  content: "";
  display: block;
}

@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .popover.full .logo:before {
 
    background-size: 528px 454px;
  }
}

.popover.full > div {
  max-height: calc(100vh - 88px);
  overflow: auto;
}

.popover span {
  vertical-align: bottom;
  margin-left: 8px;
}

.popover .actions {
  text-align: right;
  clear: both;
  padding: 20px;
}

.popover h4 {
  padding: 0 8px;
  font-size: 10px;
  line-height: 1.4;
  text-transform: none;
}

.popover h4 span {
  display: block;
  margin: 0;
}

.popover.header-popover {
  border: 1px solid #EEEDEB;
}

.popover.header-popover {
  letter-spacing: 1px;
  width: 214px;
  padding: 0;
  margin-top: -33px;
}

.popover.header-popover header {
  position: relative;
  padding: 15px 35px 15px 15px;
  white-space: nowrap;
}

.popover.header-popover header:after {
  content: "";
  position: absolute;
  color: #F9B949;
  right: 15px;
  top: 15px;
  font-size: 14px;
}

.popover.header-popover a {
  padding: 15px 15px 15px 40px;
}

.popover#search-bar {
  overflow: hidden;
  border-bottom: 1px solid #EEEDEB;
}

.popover#search-bar input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #EEEDEB;
  font-size: 20px;
  line-height: 3em;
  text-transform: uppercase;
  background-color: #FDFCFA;
  letter-spacing: 2px;
  padding-left: 20px;
}

.popover#search-bar .ico.close {
  margin-right: 7px;
  margin-top: 10px;
}

.popover#search-bar h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
}

.popover#search-bar ul li {
  line-height: 2.4;
}

.popover#search-bar .products a {
  padding-left: 0;
  padding-right: 0;
}

.popover#search-bar .products {
  display: inline;
  float: left;
  width: 50%;
  padding: 0 15px;
}

.popover#search-bar .products .product-card-mini {
  display: inline;
  float: left;
  width: 50%;
  padding-right: 5px;
}

.popover#search-bar .products .product-card-mini .meta .name {
  margin-bottom: 5px;
  margin-top: -3px;
}

.popover#search-bar .actions {
  position: absolute;
  padding: 0;
  right: 15px;
  bottom: 0;
}

.popover#search-bar .subnavigator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: static;
  visibility: visible;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  width: auto;
  border: 0;
}

.popover#search-bar .group {
  padding-left: 15px;
  padding-right: 15px;
}

.popover#search-bar .group p a {
  font-size: 14px;
}

.popover#search-bar .group a {
  padding: 0;
}

.popover#search-bar .group a.img {
  display: block;
}

.popover#search-bar .group a.img img {
  width: 100%;
}

.popover .recommandations-slider {
  border-top: 0;
  padding-top: 0;
}

.banner {
  position: relative;
}

.banner.scroll {
  padding: 0;
}

.banner h2 {
  margin: 15px 0 10px;
  text-transform: uppercase;
  padding: 0;
  line-height: 18px;
}

.banner h3 {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 0;
}

.banner [class^='background'] {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner p {
  font-size: 14px;
  margin: 10px 0;
}

.banner .btn-primary.video:before {
  content: "";
  line-height: 40px;
}

.banner .banner-panel-btn .btn-primary:nth-child(2n) {
  margin-left: 30px;
}

.banner .btn-primary {
  margin-top: 10px;
}

.banner .btn-primary.video {
  border: 0;
  width: 40px;
  height: 45px;
  min-width: auto;
  color: transparent;
  background: transparent;
  position: relative;
}

.banner .btn-primary.video:before {
  position: absolute;
  font-size: 40px;
  color: #212121;
  top: 5px;
  left: 50%;
  margin-left: -20px;
}

.banner .full-size-image {
  display: none;
}


div.small_order_form{max-width: 400px;}
 
div.small_order_form .h1{display: block;
    text-transform: inherit;
    text-align: center;
    font-weight: bold;}

div.small_order_form span.form-descr {
    text-align: center;
    display: block;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 25px;
}


.phoneback{width: 100%;
    background: #fff !important;
    border: #282828 1px solid !important;
    padding: 10px !important;
    font-size: 18px;
    border-radius: 2px !important;}
.phoneback.error{border:red 1px solid !important;}  
.order_button{
display:block;
width: 100%;
    height: 46px;
    color: #000;
    padding: 0;
    background: #f9b949;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    border-radius: 2px;
    border: none;
    margin-top: 22px;
    font-size: 19px;
    text-transform: uppercase;}
.order_button:hover{background: #000;color:#fff;text-decoration:none}
 
.mp_wrapper{display:flex}
.left-menu{width:250px;padding-top:40px;}
.left-menu ul{list-style: none;
    font-size: 14px;}
.left-menu ul li a{display:block;font-weight: bold;
    color: #000;}
.left-menu ul li.padme a {
padding: 3px 0px 3px 17px;
font-weight: normal;    color: #71716F;
}  

.left-menu ul li a.active{color: #a86843;}  

.listing .products {
  overflow: hidden;
  *zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
  text-align: center;
  padding-top: 40px;
  width: 100%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-evenly;
        align-content: flex-start;
}
.listing .products.bproducts{justify-content: unset;}
.letters_holder {
    display: flex;
    gap: 12px;
    justify-content: center;
    font-size: 18px; 
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
}

.listing .products .product-card {
 
  width: 25%;
}

.listing .products .product-card.placeholder {
  background-color: #A5BC66;
}

.listing .banner h2,.listing .banner h3,.listing .banner p,.listing .banner .banner-panel-description {
  color: #FFF;
}

.listing.macro-category .banner {
  margin-bottom: 30px;
}

.listing.macro-category .banner h1 {
  font-size: 22px;
  color: #FFF;
}

.listing.macro-category .banner:first-child {
  margin-bottom: 0;
}

.product-card {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px; 
}

.product-card.placeholder {
  background-color: #A5BC66;
  outline: 2px solid #FFF;
}

.product-card .inner {
  background-size: cover;
  background-position: center;
}

.product-card figure {
  position: relative;
}

.product-card figure > a {
  margin-top: 1px;
  display: block;
  z-index: 1;
  position: relative;
}

.product-card figure img {
  width: auto;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
}

.product-card picture {
  position: relative;
}

.product-card picture:after {
  display: block;
  content: "";
  padding-bottom: 130.20833333333334%;
  width: 100%;
  height: 0;
}

.product-card picture > * {
  position: absolute;
}

.product-card .add-to-cart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  top: 0;
  right: 10px;
  font-size: 14px;
}

.product-card .add-to-cart:hover {
  text-decoration: none;
}

.product-card .add-to-cart:before {
  content: "";
}

.product-card .video {
  display: inline-block;
  background: #f9b949;
  color: #000;
  font-weight: bold;
  padding: 2px 7px;
  position: absolute;
  top: 1px;
  right: 23px;
  z-index: 99;
}

.product-card .video:hover {
  text-decoration: none;
}

.product-card .meta {
  position: relative;
  z-index: 1; 
  color: #212121;
  text-align: center;
}

.product-card .stock_popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
	color: #0b8909;	
}

.product-card .stock_popup:hover {
	color:#000;
}

.benefit_block{
display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;	
}

.benefit_block h2{font-size: 16px;
    text-transform: none;
    font-weight: bold;}

.stock_info {
    width: 280px;
    z-index: 999999; 
    animation: 0.2sease-in 0s 1 normal none running show-popup;
    box-shadow: rgba(68, 92, 130, 0.14) 0px 12px 17px, rgba(68, 92, 130, 0.12) 0px 5px 22px, rgba(68, 92, 130, 0.2) 0px 7px 8px;
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius: 4px; 
	font-size: 14px;
    letter-spacing: 0.1px; 
	padding: 20px;
    bottom: -20px;
    left: -100%;
    color: #000;
}

.stock_info p{font-weight: bold;letter-spacing: 0.8px;}

.stock_info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;  
    font-size: 14px; 
    letter-spacing: 0.2px;
    line-height: 18px;
}

.stock_info ul li {
    margin-bottom: 4px; 
    display: flex;
}
 
.stock_info .title-with-value {
    display: flex;
    flex: 1 1 0%; 
}

.stock_info .title-with-value::before {
    content: "";
    display: flex;
    height: 15px;
    flex: 1 1 0%;
    order: 1;
    margin: 0px 4px;
    border-bottom: 1px dashed rgb(187, 194, 206);
}

.stock_info .value {
    order: 2;
    font-weight: 500;
    color: rgb(0, 0, 0);
    text-transform: lowercase;
}

@keyframes show-popup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
	
}

.product-card .meta.addplus {
  height: 130px;
}

.product-card .meta a.buy {
  padding: 4px 20px;
  font-weight: bold;
  color: #212121;
  background-color: #F9B949;
  display: inline-block;
  margin-top: 8px;
}

.product-card .meta a.buy:hover {
  background-color: #e49408;
  border-color: #bc7a06;
  text-decoration: none;
}

.product-card .meta .back,.product-card .meta .front {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
 
  padding: 10px;
 
}

.product-card .meta .name {
  font-size: 14px;
}

.product-card .meta .name a {
  display: block;
  color: #212121;
}

.product-card .meta .name a:hover {
  text-decoration: none;
}

.product-card .meta .name a div.product-name {
  font-weight: 600;
}

.product-card .meta .description {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.product-card .meta .description {
  min-height: 28px;
}

.product-card .meta .label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 12px 1px;
  white-space: nowrap;
  bottom: 4px;
}

.product-card .meta .label {
  background-color: #EEEDEB;
}

.product-card .meta .back a {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}

.product-card .back {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}

.product-card .back a {
  visibility: hidden;
}

.product-card-mini > a {
  overflow: hidden;
  *zoom: 1;
  display: block;
}

.product-card-mini figure {
  display: inline;
  float: left;
  width: 25%;
}

.product-card-mini .meta {
  margin-left: 25%;
  padding-left: 15px;
  text-align: left;
}

.product-card-mini .meta .name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-card-mini:nth-child(2n) {
  clear: both;
}

.image-crop .product-card picture {
  overflow: hidden;
}

.image-crop .product-card picture:after {
  padding-bottom: 100%;
}

.dropdown {
  display: inline-block;
  position: relative;
  z-index: 12;
}

.dropdown .dropdown-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  padding-right: 20px;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #181715;
  letter-spacing: 1px;
}

.dropdown button {
  position: relative;
  border: 1px solid #FDFCFA;
}

.dropdown button:before {
  content: "";
  font-weight: lighter;
  font-style: normal;
  font-size: 5px;
  position: absolute;
  top: 20px;
  right: 6px;
}

.dropdown button.active {
  background-color: #FDFCFA;
  border: 1px solid #EEEDEB;
  border-bottom: 0;
  z-index: 65639;
}

.dropdown .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #EEEDEB;
  margin-top: 0;
  background-color: #FDFCFA;
  border-radius: 0;
  left: 0;
}

.dropdown .dropdown-menu li {
  padding-right: 10px;
  position: relative;
  list-style: none;
}

.dropdown .dropdown-menu li.padme a {
  padding: 7px 7px 7px 17px;
}

.dropdown .dropdown-menu li a {
  color: #181715;
  text-transform: none;
  padding: 13px 7px;
}

.dropdown .dropdown-menu li a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.dropdown .dropdown-menu li a.active {
  text-decoration: underline;
}

.dropdown .dropdown-menu li a.active + i {
  display: inline-block;
}

.dropdown .dropdown-menu li a + i {
  display: none;
  font-size: 6px;
  position: absolute;
  top: 6px;
  right: 4px;
}

.dropdown ul.popover {
  width: auto;
  min-width: 200px;
}

.dropdown ul.popover a {
  display: block;
  width: 100%;
  position: relative;
  line-height: 1.2;
}

.dropdown ul.popover a.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 7px;
}

.breadcrumbs {
  margin: 0 auto;
  text-align: right;
  min-height: 37px;
  max-width: 1560px;
  position: static;
}

.breadcrumbs .dropdown {
  z-index: 13;
}

.breadcrumb {
  display: inline;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 3;
}

.breadcrumb button {
  border-bottom: 0;
}

.breadcrumb .main-area {
  margin-right: 1px;
  padding: 2px 6px 3px 0;
}

.home-carousel .breadcrumbs {
  margin: 0 auto;
}

.listing .breadcrumbs,.product .breadcrumbs {
  margin-left: -15px;
  margin-right: -15px;
   margin-top: -15px;
}

.filters {
  letter-spacing: 1px;
  line-height: 3;
  display: inline-block;
}

.filters .toggler {
  display: none;
}

.filters .toggler:before {
  content: "";
  font-size: 14px;
}

.filters .active-filters {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: none;
  white-space: nowrap;
}

.recommandations-slider {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #EEEDEB;
  padding-top: 40px;
}

.recommandations-slider .product-card {
  margin-top: 20px;
  float: left;
  width: 25%;
}

.recommandations-slider .recommandations-nav,.recommandations-slider .recommandations-item {
  padding: 0 15px;
}

.recommandations-slider .recommandations-nav {
  text-align: center;
}

.recommandations-slider .recommandations-nav .nav-item {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
}

.recommandations-slider .recommandations-nav .nav-item:after {
  content: "";
  position: absolute;
  color: #EEEDEB;
  right: -1px;
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  border-left: 1px solid;
}

.recommandations-slider .recommandations-nav .nav-item h2 {
  text-transform: none;
  color: #71716F;
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin: 0;
}

.recommandations-slider .recommandations-nav .nav-item.active h2 {
  color: #212121;
  border-bottom: 1px solid #F9B949;
}

.recommandations-slider .recommandations-nav .nav-item.active h2.only-one-tab {
  border-bottom: 0;
}

.recommandations-slider .recommandations-nav .nav-item.active span.text {
  padding-bottom: 2px;
  border-bottom: 1px solid #F9B949;
}

.recommandations-slider .recommandations-nav .nav-item:last-of-type:after {
  content: none;
}

.listing .recommandations-slider {
  border-top: 0;
}

.cart-bar {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  bottom: -86px;
  width: 100%;
  background: #EEEDEB;
  z-index: 100;
  padding: 10px 15px;
  left: 0;
}

.cart-bar.visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  bottom: 0;
}

.cart-bar .container,.cart-bar .container-fluid {
  height: 100%;
}

.cart-bar form {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.cart-bar .product-info,.cart-bar .action {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 66px;
}

.cart-bar .action {
  text-align: right;
}

.cart-bar .action .form-group {
  -webkit-flex: 2 2 66.66%;
  flex: 2 2 66.66%;
  display: inline-block;
  margin-bottom: 0;
}

.cart-bar .action .form-group.size {
  -webkit-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
}

.cart-bar .action .form-group:not(.size) {
  margin-left: 2%;
}

.cart-bar .action .form-group:empty {
  display: none;
}

.cart-bar .action .form-group select {
  background-color: #FDFCFA;
}

.cart-bar .action .form-group .control-label {
  display: none;
}

.cart-bar .action .form-group .btn,.cart-bar .action .form-group select {
  height: 50px;
  width: 100%;
}

.cart-bar img {
  height: 66px;
  display: inline-block;
  vertical-align: middle;
}

.cart-bar .description {
  padding-left: 15px;
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}

.cart-bar h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.cart-bar .price {
  font-weight: 600;
  margin-top: 0;
}

.cart-bar .full-price {
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
  display: block;
}

.cart-bar .popover {
  visibility: hidden;
  opacity: 0;
}

.tab-content > .active {
  display: block;
}

.cc {
  display: inline-block;
  border: 1px solid #EEEDEB;
  border-radius: 2px;
  margin-right: 5px;
}

.cc:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.product-gallery img {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.product-gallery .cart-bar-gallery {
  display: none;
}

.image-crop .product-gallery .carousel-nav {
  width: 74px;
  padding-right: 10px;
}

.tab-page header {
  background: #EEEDEB;
  position: relative;
  padding: 15px;
  cursor: pointer;
}

.tab-page header:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  display: block;
  font-size: 20px;
  line-height: 1;
}

.tab-page section {
  display: none;
  overflow: hidden;
  padding: 15px 0;
}

.tab-page section.in {
  display: block;
}

.tab-page section p {
  margin-bottom: 0;
}

.tab-page section a {
  text-decoration: underline;
  font-weight: 600;
}

.tab-page section p,.tab-page section a,.tab-page section li {
  color: #212121;
  letter-spacing: 1px;
}

.tab-page .expand {
  color: #212121;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
  font-weight: 600;
}

.news h2 a {
  color: #212121;
}

.lx-paging {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lx-paging li a {
  display: block;
  padding: 10px 0px;
  text-align: center;
  font-size: 13px;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: #ccc 1px solid;
}

.lx-paging li a:hover {
  text-decoration: none;
  color: #F9B949;
  border: #F9B949 1px solid;
}

.lx-paging li.active a {
  background: #F9B949;
  color: #000;
}

.product {
  position: relative;
  margin-top: -15px;
}

.product .main-product  {
  overflow: hidden;
  *zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}

.product .product-tab{clear:both}

.product .product-info {
  color: #212121;
  padding: 10px 15px;
}

.product .product-info h1 {
  font-weight: 600;
  margin-top: 0;
}

.product .product-info p.description {
  margin-top: 15px;
}

.product .product-info p.code {
  font-style: italic;
}

.product .product-info .product-form .form-group {
  display: block;
}

.product .product-info .product-form .form-group label {
  display: none;
}

.product .product-info .product-form .form-group select.form-control {
  display: block;
  background-color: #EEEDEB;
}

.product .product-info .product-form .form-group select {
  padding: 6px 10px;
}

.product .product-info .product-form .form-group .btn-primary {
  width: 100%;
  height: 4rem;
  border-radius: 0.3rem;
  text-transform: none;
}

.product .product-info .product-form a.form-action {
  color: #212121;
  font-size: 14px;
  display: block;
  padding: 10px 10px 10px 0;
  line-height: 1;
}

.product .product-info .product-form a.form-action:hover {
  text-decoration: none;
}

.product .product-info .product-form a.form-action:before {
  font-family: 'fendi';
  margin-right: 10px;
  display: inline-block;
  width: 15px;
  text-align: center;
}

.product .product-info .product-form a.form-action {
  border-bottom: 1px solid #EEEDEB;
}

.product .product-info .product-form .message {
  margin-bottom: 15px;
}

.product .product-info .product-description {
  margin-bottom: 20px;
}

.product .message {
  color: #212121;
  display: block;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.product .message.visible-xs {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product .product-description .nav li {
  display: inline-block;
}

.product .product-tab {
  margin: 20px 0 0;
}

.product .tab-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 30px 30px;
}

.product .tab-content ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.5em;
  -moz-column-gap: 2.5em;
  -ms-column-gap: 2.5em;
  -o-column-gap: 2.5em;
  column-gap: 2.5em;
  margin-top: -5px;
  padding-left: 0;
}

.product .tab-content ul li {
  padding-top: 5px;
  list-style: none;
}

.product .price {
  font-size: 14px;
  margin-top: 12px;
  display: block;
}

.product .full-price {
  font-weight: 400;
  text-decoration: line-through;
}

#new-address .form-group.phone ~ .row {
  margin-top: 25px;
}

.contacts header {
  background-color: #EEEDEB;
  position: relative;
  padding: 15px;
}

.contacts section {
  overflow: hidden;
  *zoom: 1;
  display: none;
  padding: 15px 0;
}

.contacts section .control-label {
  font-size: 14px;
}

.contacts section.in {
  display: block;
}

.contacts textarea {
  width: 100%;
  border: 0;
  background-color: #EEEDEB;
}

.contacts ul {
  padding: 0;
}

.contacts ul li {
  list-style: none;
  letter-spacing: 1px;
}

.contacts ul li span {
  font-weight: 600;
  margin-left: 5px;
}

.home-carousel .btn.video:before {
  content: "";
  line-height: 40px;
}

.home-carousel .btn.watch:before {
  content: "";
  display: none;
  line-height: 40px;
}

.home-carousel .btn.shop:before {
  content: "";
  display: none;
  line-height: 40px;
  padding-left: 2px;
}

.home-carousel section:not(.banner) .btn.video:before {
  display: none;
}

.news-details header {
  text-align: center;
}

.news-details h1 {
  margin: 0 0 20px;
}

.news-details .text-body {
  font-size: 14px;
  margin-top: 15px;
}

.news-details .text-body p {
  margin-bottom: 15px;
}

.news-details section.banner {
  margin-bottom: 30px;
}

.news-details .news-gallery .item {
  margin-bottom: 30px;
}

.fendi-land-divider,.fendi-land-divider.top {
  display: none;
}

.fendi-land footer {
  display: none;
}

@media only screen and (min-width: 768px) {
  .home-carousel section:last-of-type {
    margin-bottom: 0;
  }

  .home-carousel > section:first-of-type {
    margin-top: 15px;
  }

  footer.main {
    margin-top: 30px;
  }

  footer.main .lower-bar,  footer.main .upper-bar {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer.main .lower-bar h5,  footer.main .upper-bar h5 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  footer.main .follow-fendi {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  footer.main .follow-fendi {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  footer.main .follow-fendi {
    text-align: right;
  }

  footer.main .follow-fendi a {
    padding-left: 15px;
  }

  footer.main .lower-bar {
    border-top: 1px solid #EEEDEB;
  }

  footer.main .lower-bar .bottom {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  footer.main .lower-bar .bottom {
    float: left;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  footer.main .lower-bar .list-link {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  footer.main .lower-bar .list-link {
    float: left;
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  footer.main .lower-bar .list-link h5 {
    margin-bottom: 15px;
  }

  footer.main .lower-bar .list-link a {
    text-transform: none;
    color: #212121;
    padding-bottom: 13px;
    display: inline-block;
  }

  footer.main .group-link {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 0;
  }

  footer.main .bottom {
    padding-bottom: 25px;
  }

  footer.main .bottom button {
    padding-left: 0;
    height: 40px;
    min-width: 100px;
  }

  footer.main .bottom button:after {
    margin-left: 5px;
    font-size: 5px;
    display: inline-block;
    margin-top: -2px;
  }

  footer.main .bottom button:before {
    display: none;
  }

  footer.main .bottom .dropdown {
    margin-bottom: 5px;
  }

  footer.main .bottom .dropdown button.active {
    background-color: #FDFCFA;
    border: 1px solid #EEEDEB;
    border-top: 0;
    z-index: 65639;
  }

  .breadcrumbs .breadcrumb {
    line-height: 2.5;
  }

  .breadcrumbs .breadcrumb .sort-container {
    float: right;
    border-top: 0;
  }

  .breadcrumbs .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumbs .dropdown {
    margin-right: 6px;
  }

  .cart-item .product {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .cart-item .product > div {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
  }

  .cart-item .product > div.description {
    -webkit-flex: 2 1 50%;
    flex: 2 1 50%;
  }

  .cart-item .product .picture {
    margin-right: 10px;
  }

  .product-gallery {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .product-gallery {
    float: left;
    width: 59.6666666667%;
  }
}

@media only screen and (min-width: 768px) {
  .product-gallery .carousel-nav {
    float: left;
    width: 64px;
  }

  .product-gallery .carousel-nav .item {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding-bottom: 18%;
    cursor: pointer;
    display: block;
  }

  .product-gallery .carousel-nav .item.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .product-gallery .carousel-prod {
    margin-left: 64px;
  }

  .product-gallery .carousel-prod .item {
    text-align: center;
  }

  .product-gallery .carousel-prod a {
    display: inline-block;
  }

  .product-gallery .carousel-prod a img {
    display: inline;
    height: 375px;
  }

  .cart-bar {
    height: 86px;
  }

  .cart-bar .action .btn {
    max-width: 355px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-header {
    padding: 20px;
    text-align: center;
    width: 70%;
  }

  .modal-header h2 {
    font-size: 20px;
    margin-top: 0;
  }

  .modal-header h4 {
    font-size: 20px;
  }

  .modal-header p {
    padding: 15px 20px;
    font-size: 14px;
  }

  .modal-body {
    padding: 0 20px 20px;
  }

  .modal-body p {
    font-size: 14px;
  }

  .modal-footer p {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .banner {
    margin-top: 0px;
    margin-bottom: 30px;
    clear: both;
  }

  .banner.carousel,  .banner.carousel-banner {
    padding: 0;
  }

  .banner.carousel .banner,  .banner.carousel-banner .banner {
    margin-top: 0;
  }

  .banner.carousel figure,  .banner.carousel-banner figure {
    position: relative;
  }

  .banner.video {
    padding: 0;
  }

  .banner.video video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .banner.video .video-container {
    position: relative;
  }

  .banner.video .video-container:after {
    padding: 0;
    content: "";
    display: block;
    padding-bottom: 56.250515463918%;
  }

  .banner .banner-caption {
    text-align: center;
    padding: 30px 26px;
    max-width: 100%;
  }

  .banner .btn-primary {
    min-width: 20%;
  }

  .carousel-banner .banner {
    margin-top: 0;
  }

  .carousel-banner .banner [class^='background'],  .carousel-banner .banner [class*=' background'] {
    background-attachment: initial;
  }
}

@media only screen and (min-width: 768px) {
  .tab-page section {
    padding-left: 15px;
  }

  .tab-page .actions {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .news {
    margin-bottom: 60px;
  }

  .news:nth-child(2n+2) {
    clear: left;
  }

  .news time.date {
    font-size: 14px;
  }

  .news h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
  }

  .news-listing {
    overflow: hidden;
    *zoom: 1;
    margin-top: 60px;
  }

  .news-listing h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .news-listing .news {
    display: inline;
    float: left;
    width: 40%;
  }

  .news-listing .news:nth-child(2n+1) {
    display: inline;
    float: right;
  }

  .no-touchevents .listing .product-card:hover:after,  .no-touchevents .listing .product-card:hover:before {
    content: "";
    position: absolute;
    color: #F9B949;
    width: 65%;
    height: 70%;
  }

  .no-touchevents .listing .product-card:hover:after {
    bottom: 0;
    border-left: 1px solid;
    border-bottom: 1px solid;
    left: 9px;
  }

  .no-touchevents .listing .product-card:hover:before {
    top: 0;
    border-right: 1px solid;
    border-top: 1px solid;
    right: 9px;
  }

  .dropdown ul.popover {
    top: 34px;
  }

  .no-touchevents .product-4 .product-card:hover:after,  .no-touchevents .product-4 .product-card:hover:before {
    display: none;
  }

  .no-touchevents .product-4 .product-card:hover .front {
    opacity: 1;
    z-index: 0;
  }

  .no-touchevents .product-4 .product-card:hover .back {
    display: none;
  }

  .product .main-product  {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
    padding-top: 20px;
  }
  
  

  .product .product-tab {
    margin:0;
 
    width: 100%; 
  }

  .product .product-info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .product .product-info {
    float: left;
    width: 40.3333333333%;
  }
}

@media only screen and (min-width: 768px) {
  .product .product-info h1 {
    font-size: 16px;
    max-width: 75%;
  }

  .product .product-info p {
    font-size: 14px;
  }

  .product .product-info p.code {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .product .product-info .price {
    font-size: 16px;
  }

  .product .full-price {
    margin-right: 5px;
  }

  .product .recommandations-slider {
    padding-top: 60px;
  }

  .product .breadcrumb .dropdown #dropdown-sub-category.active {
    text-decoration: underline;
  }

  .product .breadcrumb .dropdown #sub-category-list a.active {
    text-decoration: none;
  }

  .cart {
    padding-top: 20px;
  }

  .home {
    padding: 0;
  }

  .home-carousel section:first-of-type {
    margin-top: 30px;
  }

 

  .contacts section:nth-child(2n) .form-group {
    width: 50%;
  }

  .contacts section:nth-child(2n) .form-group.full {
    width: 100%;
  }

  .contacts section select {
    width: 50%;
  }

  .contacts .btn {
    float: right;
  }

  .listing .banner {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
  }

  .listing .banner figure {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .listing .banner.video:after {
    padding: 0;
    content: "";
    display: block;
    padding-bottom: 56.250515463918%;
  }

  .listing .banner.video .video-container {
    position: static;
  }

  .listing .banner .banner-caption {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .listing .banner .banner-caption {
    float: left;
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 768px) {
  .listing .category-panel {
    display: none;
  }

  .listing.macro-category .js-products-container .banner {
    padding: 0 10px;
  }

  .listing.macro-category .js-products-container .banner .banner-panel-btn .video {
    width: 100%;
  }

  .listing.macro-category .banner .banner-panel-btn .video {
    width: 40px;
  }

  .listing.macro-category .banner-panel-description p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .fendi-land .fendi-land-divider {
    display: block;
    margin: 0;
  }

  .fendi-land .fendi-land-divider.top {
    border-top: 5px solid #F9B949;
  }

  .fendi-land header.main .lower-bar {
    border-top: 0;
  }

  .fendi-land .breadcrumbs {
    border-bottom: 0;
  }

  .fendi-land nav.main ul.first-level {
    border-bottom: 0;
  }

  .fendi-land #wrapper .container-fluid {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  header.main {
    height: 77px;
  }

  header.main a {
    letter-spacing: 1px;
    color: #212121;
  }

  header.main .site-utils {
    display: inline;
    float: right;
    margin-left: 4px;
    position: relative;
  }

  header.main .site-utils .form-group:first-of-type {
    margin: 0 10px 0 5px;
    display: inline-block;
  }

  header.main .site-utils > * {
    display: inline-block;
  }

  header.main .site-utils .form-control {
    display: inline-block;
  }

  header.main .site-utils .dropdown button {
    border: 1px solid #FDFCFA;
    border-bottom: 0;
  }

  header.main .site-utils .dropdown button.active {
    background-color: #FDFCFA;
    border: 1px solid #EEEDEB;
    border-bottom: 0;
    z-index: 65639;
  }

  header.main .nav-toggler {
    display: none;
  }

  header.main .user-utils {
    display: inline;
    float: right;
    text-align: right;
    margin: 4px 4px 0 0;
    position: relative;
  }

  header.main .user-utils > * {
    display: inline-block;
  }

  header.main .lower-bar {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
    overflow: inherit;
    height: 80px;
    padding-top: 24px;
    text-align: center;
    position: relative;
  }

  header.main .lower-bar a {
    padding: 10px;
	padding-left: 0;
  }

  header.main .lower-bar a.btn {
    padding: 0 10px;
    line-height: 30px;
  }

  header.main .lower-bar label[for='language'] {
    display: none;
  }

 

  header.main .logo a {
    display: block;
    padding: 0;
  }

  header.main .logo a:before {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 127px;
    height: 32px;
    content: "";
    display: block;
  }
  
  header.main .logo a{position:relative}
  header.main .logo a div{display: inline-block;
    border-left: #000 2px solid;
    padding-bottom: 12px;
    padding-top: 8px;
    padding-left: 15px;
    margin-left: 15px;
    text-align: left;
    font-size: 13px;
    line-height: 106%;
    position: absolute;
    top: -10px;
    width: 160px;}
  
}

@media only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 5 / 4), only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 992px) and (min-resolution: 120dpi) {
  header.main .logo a:before {
    background-image: url("../images/logo.png");
  }
}

@media only screen and (min-width: 992px) {
  header.main .ico {
    color: #212121;
  }

  header.main .ico:hover {
    text-decoration: none;
  }

  html.new-menu nav.main .item-link-for-mobile {
    display: none;
  }

  html.new-menu .subnavigator h4 {
    padding-left: 15px;
    border-left: 4px solid #F9B949;
  }

  html.new-menu .subnavigator ul li {
    line-height: 1.8;
  }

  html.new-menu .subnavigator .group {
    width: 16.6%;
  }

  html.new-menu .subnavigator .group:last-child {
    padding-right: 0;
  }

  html.new-menu .subnavigator .group:last-child img {
    padding-right: 50px;
  }

  html.new-menu .subnavigator .group h4 a {
    cursor: pointer;
  }

  html.new-menu .subnavigator img {
    width: 100%;
    margin-bottom: 5px;
  }

  html.new-menu .subnavigator .subcategories {
    max-width: 100%;
  }

  html.new-menu .wrapper-nav-img {
    overflow: hidden;
  }

  nav.main {
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
    background: #000000; 
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    z-index: 65634;
    height: 54px;
  }

  nav.main a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #212121;
  }

  nav.main .wrapper {
    max-width: 1560px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.main ul.first-level {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    border-bottom: 1px solid #EEEDEB;
    position: relative;
  }

  nav.main ul.first-level > li {
    display: inline-block;
    padding: 0 20px;
    list-style: none;
  }

  nav.main ul.first-level > li.active a {
    color: #212121;
    text-decoration: none;
  }

  nav.main ul.first-level > li.active a:after {
    width: 100%;
  }

  nav.main ul.first-level > li > a {
    text-decoration: none;
    color: #fff;
    padding: 18px 0 16px;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    display: block;
  }

  nav.main ul.first-level > li > a.icon {
    display: none;
  }

  nav.main ul.first-level > li > a.active {
    color: #f9b949;
    text-decoration: none;
  }

  nav.main ul.first-level > li > a.active:after {
    width: 100%;
  }

  nav.main ul.first-level > li > a:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #F9B949;
    z-index: 1;
  }

  .no-touchevents nav.main ul.first-level > li:hover > a {
    color: #f9b949;
    text-decoration: none;
  }

  .no-touchevents nav.main ul.first-level > li:hover > a:after {
    width: 100%;
  }

  .container .subnavigator {
    width: 970px;
    margin: 0 -15px;
    margin-left: -485px;
    left: 50%;
  }

  .subnavigator {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    padding: 15px;
    margin-top: 1px;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0 auto;
    right: 0;
    background-color: #FFF;
    z-index: 9;
    border-bottom: 1px solid #EEEDEB;
    border-top: 1px solid #EEEDEB;
  }

  .subnavigator.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
  }

  .subnavigator .subcategories {
    overflow: hidden;
    *zoom: 1;
    margin: 15px auto 0;
    max-width: 970px;
    white-space: nowrap;
    position: relative;
  }

  .subnavigator .subcategories > a {
    display: inline-block;
    margin-right: 20px;
  }

  .subnavigator .group {
    display: inline-block;
    white-space: normal;
    width: 23%;
    text-align: left;
    vertical-align: top;
    padding-right: 50px;
  }

  .subnavigator h4 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
  }

  .subnavigator h4 a:hover {
    text-decoration: none;
  }

  .subnavigator ul {
    padding-left: 0;
  }

  .subnavigator ul li {
    padding-bottom: 8px;
    list-style: none;
  }

  .subnavigator ul li a {
    color: #212121;
    text-transform: none;
    vertical-align: super;
    display: block;
  }

  .subnavigator img {
    margin-bottom: 15px;
  }

  .subnavigator p {
    margin: 0;
    color: #71716F;
    letter-spacing: 1px;
  }

  .site {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 144px;
  }

  .site .site {
    padding-top: 0;
  }

  .home-carousel section:last-of-type {
    margin-bottom: 0;
  }

  .home-carousel > section:first-of-type {
    margin-top: 30px;
  }

  .popover#search-bar {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: translateY(-130%);
    -moz-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -o-transform: translateY(-130%);
    transform: translateY(-130%);
  }

  .popover#search-bar.in {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
  }

  .filters {
    display: block;
    float: right;
    margin-top: -35px;
    line-height: 1.428571429;
  }

  .filters .modal-header {
    display: none;
  }

  .filters .modal-body {
    padding: 0;
  }

  .filters .selection {
    height: 38px;
    text-align: left;
    position: relative;
  }

  .filters label {
    width: 160px;
    text-transform: none;
    font-weight: normal;
    color: #181715;
    padding: 4px 20px 3px 15px;
    cursor: pointer;
    position: relative;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin: 0;
    line-height: 26px;
  }

  .filters label:after {
    content: "";
    font-family: "fendi";
    font-weight: lighter;
    font-style: normal;
    font-size: 5px;
    position: absolute;
    top: 4px;
    right: 6px;
  }

  .filters label:hover,  .filters label.active {
    border-color: #EEEDEB;
  }

  .filters .group,  .filters .form-group {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }

  .filters .group {
    width: 100%;
    display: block;
  }

  .filters .form-group {
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    position: relative;
    margin-left: -1px;
  }

  .filters .form-group:after {
    content: "";
    height: 10px;
    width: 1px;
    position: absolute;
    right: 0;
    background-color: #EEEDEB;
    top: 50%;
    margin-top: -5px;
    display: block;
  }

  .filters .form-group.active {
    background-color: #EEEDEB;
  }

  .filters .form-group.active:hover {
    background-color: #FDFCFA;
  }

  .filters .form-group.active .control-label {
    line-height: 1.428571429;
    padding: 1px 15px 0;
  }

  .filters .form-group.active .control-label span {
    display: block;
  }

  .filters .form-group .dropdown {
    margin-right: 0;
  }

  .filters .form-group .dropdown button {
    width: 160px;
    text-transform: none;
    font-weight: normal;
    color: #181715;
    line-height: 27px;
    padding: 4px 20px 3px 15px;
    cursor: pointer;
    position: relative;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin: 0;
    text-align: left;
  }

  .filters .form-group .dropdown button.active {
    border: 1px solid #EEEDEB;
    border-top: 0;
  }

  .filters .form-group .dropdown button:before {
    top: 15px;
  }

  .filters .form-group .dropdown ul.popover {
    top: 32px;
    width: 100%;
    min-width: auto;
  }

  .filters .form-group .dropdown li a {
    font-weight: normal;
    color: #181715;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    text-decoration: none;
  }

  .filters .form-group .dropdown li a:hover {
    text-decoration: underline;
  }

  .filters .form-group--sort {
    float: right;
    padding-right: 15px;
  }

  .filters .form-group--sort:after {
    display: none;
  }

  .filters .actions {
    margin: 0 15px;
    display: inline-block;
    width: auto;
  }

  .filters select {
    display: none;
  }

  .filters .select {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    display: block;
    z-index: -1;
    visibility: hidden;
    padding: 8px;
    background-color: #FDFCFA;
    border: 1px solid #EEEDEB;
    border-top: 0;
    height: auto;
    width: 160px;
    left: 0;
    overflow: auto;
    max-height: 500px;
  }

  .filters .select select {
    display: block;
  }

  .product:not(.product-galley-zoom) .product-gallery .carousel-prod img {
    height: 512px; }

  .filters .select.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    z-index: 65637;
    visibility: visible;
  }

  .nine-patch-w .banner-caption {
    text-align: left;
  }

  .nine-patch-e .banner-caption {
    text-align: right;
  }

@keyframes slide-right {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      left: 90%;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      left: calc(100% - 1px);
    }
}

@keyframes slide-left {
    0% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      left: 100%;
    }

    100% {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      left: calc(90% - 1px);
    }
}

  .breadcrumbs .breadcrumb {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #EEEDEB;
  }
}

@media only screen and (min-width: 992px) {
  .listing .nine-patch-n .banner-panel,  .listing .nine-patch-s .banner-panel,  .listing .nine-patch-e .banner-panel,  .listing .nine-patch-w .banner-panel,  .listing .nine-patch-c .banner-panel {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .listing .nine-patch-n .banner-caption,  .listing .nine-patch-s .banner-caption,  .listing .nine-patch-e .banner-caption,  .listing .nine-patch-w .banner-caption,  .listing .nine-patch-c .banner-caption {
    position: relative;
  }

  .listing .nine-patch-n .banner-panel,  .listing .nine-patch-s .banner-panel,  .listing .nine-patch-c .banner-panel {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .listing .nine-patch-n .banner-panel .banner-caption,  .listing .nine-patch-s .banner-panel .banner-caption,  .listing .nine-patch-c .banner-panel .banner-caption {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 768px) {
  .listing .nine-patch-n .banner-panel .banner-caption,  .listing .nine-patch-s .banner-panel .banner-caption,  .listing .nine-patch-c .banner-panel .banner-caption {
    float: left;
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 992px) {
  .listing .nine-patch-n .banner-panel {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .listing .nine-patch-n .banner-caption {
    top: 0;
  }

  .listing .nine-patch-e .banner-panel {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }

  .listing .nine-patch-e .banner-caption {
    text-align: right;
  }

  .listing .nine-patch-s .banner-panel {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .listing .nine-patch-s .banner-caption {
    bottom: 0;
  }

  .listing .nine-patch-w .banner-panel {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .listing .nine-patch-w .banner-caption {
    text-align: left;
  }

  html,  body {
    font-size: 14px;
  }

  h6 {
    font-size: 14px;
  }

  header.main .lower-bar {
    padding-top: 16px;
  }

  header.main .site-utils {
    margin: 9px 15px 0px 0px;
  }

  header.main .user-utils {
    margin: 3px 15px 0 0;
  }

  header.main .ico {
    padding: 8px;
  }

  header.main .logo {
    width: 245px;
    float: left; 
    margin-left: 4%;
    margin-top: 8px;
  }
 
 #order-call{
 display:inline-block;
 width: 168px;
    height: 36px;
    padding: 0;
    background: #f9b949;
    text-align: center;
    line-height: 37px;
    font-weight: bold;
    border-radius: 2px;
    margin: 0 20px;}

 #order-call:hover{background: #000;color:#fff;text-decoration:none;}
 
div.socialmedia{display:block;position: fixed;top: 60%; right: 45px;z-index:9999}
div.socialmedia a{display:block;position:relative;width:48px;height:48px;margin-bottom:11px;z-index:9999;}
div.socialmedia a span{display:none;position:absolute;top:14px;width:130px;height:23px;line-height:23px;left:-141px;background:rgba(0,0,0,0.5);border-radius:20px;font-size:10px;color:#fff;text-align:center;}
div.socialmedia a:hover span{display:block;}
a.tg {background: url(/templates/standart/images/tg.svg) no-repeat 0 0;}
a.max {background: url(/templates/standart/images/max.svg) no-repeat 0 0;}
a.wa {background: url(/templates/standart/images/wa.svg) no-repeat 0 0;}
a.backcall {background: url(/templates/standart/images/backcall.svg) no-repeat 0 0;} 


 
  
  a.wapp{display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 !important;
    position: absolute;
    left: -142px;
    width: 123px;
    top: -4px;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    text-decoration: underline;}
 a.wapp svg{margin-right: 10px;}
 
 
  
 a.wapp .dot{ position: absolute;
    top: -7px;
    left: 7px;
    width: 0.6em;
    height: 0.6em;
    margin: 0.8em;
    border-radius: 50%;
    background: #ff00006b;
    animation: wave 1.5s ease-out infinite;}
 
@keyframes wave {
  50%,
  75% {
    transform: scale(1.3);
  }

  80%,
  100% {
    opacity: 0.5;
  }
}
 
  .form-control,  select {
    font-size: 14px;
  }

  a.back,  .call-to-action,  .btn {
    font-size: 14px;
  }

  .close:after {
    margin-top: -6px;
  }

  .breadcrumbs {
    min-height: 44px;
  }

  .breadcrumb {
    padding-left: 15px;
    font-size: 14px;
  }

  .breadcrumb .main-area {
    padding: 2px 12px 3px 0;
  }

  .breadcrumb .dropdown button:before {
    top: 17px;
    right: 0px;
  }

  .filters .selection {
    height: 34px;
  }

  .filters label:after {
    top: 5px;
  }

  nav.main ul.first-level > li {
    display: inline-block;
    padding: 0 17px;
  }

  .banner h2 {
    font-size: 20px;
  }

  .banner h3 {
    font-size: 16px;
  }

  .banner p,  .banner-panel-description {
    font-size: 14px;
  }

  .product-card .meta .name {
    font-size: 14px;
  }

  .product-card .meta .description {
    font-size: 14px;
  }

  .product-card .meta .label {
    font-size: 14px;
  }

  .product-card .meta .back a {
    font-size: 14px;
  }

  .cart-item {
    font-size: 14px;
  }

  .cart-item .code,  .cart-item .label {
    font-size: 14px;
  }

  .popover h4 {
    font-size: 14px;
  }

  .news time.date {
    font-size: 14px;
  }

  .news h2 {
    font-size: 14px;
  }

  .cart h1,  .cart h2 {
    font-size: 22px;
  }

  .product .product-info .product-form a.form-action {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1640px) {
  header.main .lower-bar {
    padding-top: 16px;
  }

  

  header.main .ico {
    padding: 8px;
  }

 

  .close:after {
    margin-top: -4px;
  }

  .breadcrumbs {
    min-height: 34px;
  }

  .breadcrumb {
    padding-left: 15px;
  }

  .breadcrumb .main-area {
    padding: 2px 12px 3px 0;
  }

  .breadcrumb .dropdown button:before {
    top: 15px;
    right: 7px;
  }

  .filters .selection {
    height: 34px;
  }

  .filters label:after {
    top: 5px;
  }

  nav.main .subnavigator .group {
    padding-right: 50px;
  }

  nav.main ul.first-level > li {
    display: inline-block;
    padding: 0 17px;
  }

  .container nav.main .wrapper {
    width: 1560px;
  }

  .container nav.main .subnavigator {
    width: 1560px;
    margin-left: -780px;
  }

  .product:not(.product-galley-zoom) .product-gallery .carousel-prod img {
    height: 730px; }

  .recommandations-slider .recommandations-nav .nav-item {
    padding: 0 35px;
  }

  .news {
    margin-bottom: 75px;
  }

  .cart h1,  .cart h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1165px) {
li.i91,li.i118{display:none !important}
}

@media only screen and (max-width: 991px) {

h1, .h1 {
    font-size: 24px;
}

li.i91, li.i118{display:block  !important}
.left-menu{display:none}

  #basket i {
    margin-top: 1px;
  }

  .logo {
    display: inline-block;
    height: 100%; 
  }

  .logo a {
    display: block;
    height: 100%;
    padding:0;
  }
  .logo a div{display:none}
  .logo a,  .logo img {
    vertical-align: middle;
  }

  .site {
    padding-top: 60px;
  }

  *[class^='icon-'],  *[class*=' icon-'] {
    padding: 4px;
  }

  header.main {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	background: #ffffff;
  }

  header.main .container,  header.main .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  header.main .lower-bar {
    overflow: hidden;
    *zoom: 1;
    height: 46px;
    line-height: 46px;
    border-bottom: #ebebeb 1px solid;
  }

  header.main .lower-bar .nav-toggler {
    display: inline;
    float: left;
    width: 50px;
    height: 46px;
    cursor: pointer; 
    text-align: center;
    position: relative; 
  }

  header.main .lower-bar .nav-toggler a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  header.main .user-utils {
    display: inline;
     position: absolute;
    right: 0;
    white-space: nowrap;
    font-size: 0; 
    padding-right: 15px;
  }

  header.main .user-utils a {
    overflow: hidden;
    display: inline-block;
    height: 46px;
    padding: 0 14px;
    width: 46px;
    font-size: 0;
  }

  header.main .user-utils a:hover {
    text-decoration: none;
  }

  header.main .user-utils a i {
    font-size: 14px;
  }

  header.main .user-utils a i.iconfendi-user-in {
    color: #F9B949;
  }

  header.main .site-utils {
    display: none;
  }

  header.main button {
    width: 46px;
    padding: 0;
    vertical-align: top;
  }

  header.main button.active {
    background-color: #EEEDEB;
  }

  header.main .user-meta {
    min-width: 0;
  }

  .t-cart header.main .nav-toggler {
    display: none;
  }

  .t-cart header.main .back {
    display: inline;
    float: right;
    padding: 0 13px;
    color: #212121;
  }

  .t-cart header.main .back:before {
    content: "";
    font-size: 14px;
    padding: 0;
  }

  .t-cart header.main .back .label {
    display: none;
  }

  html:not(.new-menu) nav.main .subnavigator {
    display: none;
  }
  
  html.new-menu nav.main section.moved {
    left: -280px;
    position: relative;
  }

  html.new-menu nav.main .subnavigator {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  html.new-menu nav.main .subnavigator .group {
    border-bottom: 1px solid #EEEDEB;
  }

  html.new-menu nav.main .subnavigator .group:last-of-type {
    border: 0;
  }

  html.new-menu nav.main .subnavigator .exp h4 a {
    text-transform: uppercase;
    font-weight: 600;
  }

  nav.main {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: fixed;
    width: 280px;
    top: 46px;
    left: -280px;
    bottom: 0;
    background-color: #FFF;
    overflow: auto;
    z-index: 65641;
  }
  nav.main.open {
      left: 0; }
      nav.main.open section a {
        visibility: visible; }
  nav.main a {
    text-transform: uppercase;
  }

  nav.main a,  nav.main p {
    font-size: 11px;
  }

  nav.main header,  nav.main section {
    position: absolute;
    left: 0;
    right: 0;
  }

  nav.main header {
    height: 42px;
  }

  nav.main section {
    top: 140px;
    bottom: 0;
    overflow: auto;
  }

  nav.main section a {
    visibility: hidden;
  }

  nav.main footer {
    height: 128px;
  }

  nav.main footer button {
    height: 42px;
    line-height: 42px;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    position: relative;
  }

  nav.main footer label,  nav.main footer select {
    display: block;
    letter-spacing: 1px;
    height: 42px;
    line-height: 42px;
    margin: 0;
  }

  nav.main footer select {
    background-position: calc(100% - 15px) 50%;
    background-color: transparent;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
  }

  nav.main footer label {
    font-weight: normal;
    font-size: 14px;
    margin-right: 5px;
  }

  nav.main footer .first-level li {
    border: 0;
    position: relative;
  }

  nav.main img {
    display: none;
  }

  nav.main .popover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
    position: static;
    width: auto;
  }

  nav.main .first-level > li {
    border-bottom: 1px solid #EEEDEB;
    position: relative;
  }

  nav.main .first-level > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  nav.main .first-level > li a.icon {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 42px;
    height: 42px;
    display: block;
    right: 0;
    top: 2px;
  }

  nav.main .first-level > li a.icon:after {
    left: 50%;
    text-align: center;
    margin-left: -5px;
    right: auto;
    font-size: 160%;
  }

  nav.main .first-level > li a.phone {
    padding-left: 40px;
    margin: 0;
  }

  nav.main .first-level > li a.phone i {
    left: 20px;
    top: 18px;
  }
  
  nav.main .first-level > li a.phone i.iconfendi-tg{width: 13px;height: 13px;}

nav.main .first-level > li a.phone i.iconfendi-max {
    background: url(/templates/standart/images/max.svg) no-repeat 0 0; 
    width: 13px;
    height: 13px;
    background-size: contain;
}

  nav.main .first-level > li.full > * {
    padding-right: initial;
    padding-left: initial;
  }

  nav.main .first-level > li.full label {
    padding-left: 20px;
  }

  nav.main ul {
    margin: 0;
    padding-left: 0;
  }

  nav.main li {
    list-style: none;
  }

  nav.main li.full {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  nav.main li.full label {
    white-space: nowrap;
  }

  nav.main li.full .select {
    -webkit-flex: 1 100%;
    flex: 1 100%;
  }

  nav.main li a {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #212121;
    font-weight: bold;
    display: block;
    position: relative;
  }

  nav.main li a:active,  nav.main li a:focus {
    text-decoration: none;
  }

  nav.main .subnavigator {
    margin: -1px 0;
    padding: 1px 0;
    border-bottom: 1px solid #EEEDEB;
  }

  nav.main .subnavigator h4 a,  nav.main .subnavigator h5 a {
    color: #212121;
    padding-left: initial;
    font-weight: 400;
  }

  nav.main .subnavigator h4 a:after,  nav.main .subnavigator h5 a:after {
    color: #212121;
  }

  nav.main .subnavigator p,  nav.main .subnavigator a,  nav.main .subnavigator h4,  nav.main .subnavigator h5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  nav.main .subnavigator p {
    margin-bottom: -10px;
  }

  nav.main .subnavigator li {
    padding-left: initial;
    padding-right: 20px;
  }

  nav.main .subnavigator li > a {
    padding-left: 20px;
    color: #71716F;
  }

  nav.main .subnavigator h4,  nav.main .subnavigator h5,  nav.main .subnavigator a {
    text-transform: none;
    margin: 0;
  }

  nav.main .subnavigator .exp h4,  nav.main .subnavigator .exp h5,  nav.main .subnavigator .exp .expandable-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  nav.main .subnavigator .exp.open * > a[data-expandable-target] span:after {
           font-size: 18px;
           
    top: 8px;
    font-weight: 600;
    right: 0px;
    top: 7px;
    padding-top: 2px;}

  nav.main .subnavigator .exp * > a[data-expandable-target] span:after {
    font-size: 24px;
    font-weight: 300;
   margin-right: -12px;
 
  }

  nav.main .subnavigator .exp .expandable-sm a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #212121;
  }

  nav.main .subnavigator .exp .expandable-sm a:last-of-type {
    padding-bottom: 20px;
  }

  nav.main ul[class^='expandable'].in,  nav.main ul[class*=' expandable'].in {
    display: block;
  }

    nav.main ul[class^='expandable'] *:not(.open) a.main[data-expandable-target]:after, nav.main ul[class*=' expandable'] *:not(.open) a.main[data-expandable-target]:after {
      right: 20px;
      font-size: 24px;
      font-weight: 300; }
      
      

  footer.main {
    margin-top: 15px;
  }

  .form-group--sort button {
    display: block;
    width: 100%;
    pointer-events: none;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    word-wrap: break-word;
    color: #212121;
  }

  .form-group--sort button:before {
    display: none;
  }

  .form-group--sort .dropdown {
    display: block;
    width: 100%;
  }

  .form-group--sort .dropdown-menu {
    opacity: 1;
    visibility: visible;
    border: 0;
    padding: 5px 10px;
    position: static;
    background-color: #fff;
    width: 100%;
  }

  .form-group--sort .dropdown-menu li {
    padding-right: 0;
  }

  .form-group--sort .dropdown-menu li a {
    padding: 0 2px 1px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.428571429;
  }

  .form-group--sort .dropdown-menu li a.active:after {
    top: 5px;
  }

  .modal-content {
    margin-top: 40px;
  }

  ul[class^='expandable'] ul[class^='expandable'],  ul[class^='expandable'] ul[class*=' expandable'],  ul[class*=' expandable'] ul[class^='expandable'],  ul[class*=' expandable'] ul[class*=' expandable'] {
    display: none;
  }

  ul[class^='expandable'] ul[class^='expandable'] a,  ul[class^='expandable'] ul[class*=' expandable'] a,  ul[class*=' expandable'] ul[class^='expandable'] a,  ul[class*=' expandable'] ul[class*=' expandable'] a {
    padding-left: 20px;
    font-weight: normal;
  }

 ul[class*=' expandable'] * > a.direct:after,nav.main .subnavigator .exp * > a span:after {
    content: "+";
   position: absolute;
    right: 0px;
    margin-right: -11px;
    top: 7px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    padding-top: 8px;
    padding-left: 2px;
    display: block;
    text-align: center;
    line-height: 12px;
  }

 

  ul[class*=' expandable'] *.open > a.direct:after,nav.main .subnavigator .exp.open * > a span:after {
    content: "_";
    font-size: 18px;
    top: 0px;
    font-weight: 600;
    right: 19px;}

  .popover.full {
    position: fixed;
    top: 46px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    overflow: auto;
  }

  .popover#search-bar {
    bottom: auto;
  }

  .popover#search-bar .head {
    display: none;
  }

  .popover#search-bar input {
    background-color: #EEEDEB;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    line-height: 4em;
  }

  .popover#search-bar .item .product-card {
    border: 1px solid #E3E2E1;
    margin: 0 10px;
  }

  .filters .toggler {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-left: 1px solid #EEEDEB;
    padding: 0;
    text-align: center;
  }

  .filters .toggler .text {
    display: none;
  }

  .filters-form .active-filters {
    display: none;
  }

  .filters-form .selection {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1;
  }

  .filters-form .group {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .filters-form .group {
    float: left;
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .filters-form .select select {
    position: static;
    left: auto;
  }

  .banner {
    margin: 30px 0 15px;
  }

  .banner h2 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
    margin-top: 0;
  }

  .banner p {
    font-size: 14px;
  }

  .banner {
    display: block;
    position: relative;
  }

  .banner [class^='background'] {
    background-attachment: inherit;
    background-position: center;
  }

  .listing .banner .banner-caption {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .listing .banner .banner-caption {
    float: left;
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .listing.macro-category .product-card-big:nth-of-type(2) + .product-card {
    clear: left;
  }
}

@media only screen and (max-width: 991px) {
  .user-utils {
    height: 46px;
  }

  header.main .user-meta {
    height: 46px;
  }

  .fendi-land-divider,  .fendi-land-divider.top {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown ul.popover {
    top: 35px;
  }

  .recommandations-slider .recommandations-nav {
    line-height: 1px;
    margin: 20px 0 40px;
  }

  .recommandations-slider .nav-item {
    line-height: 1px;
  }

  .product .tab-content {
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .listing .banner .banner-panel {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .listing .banner .banner-panel .banner-caption {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .listing .banner .banner-panel .banner-caption {
    float: left;
    width: 83.3333333333%;
  }
}

@media only screen and (max-width: 767px) {

a.back-to-cat-mobile {
    display: block;
    position: absolute;
    top: 14px;
    left: -3px;
    width: 30px;
    height: 30px;
    background: #ffffff2b;
    border-radius: 30px;
    text-align: center;
    padding-top: 3px;
}
a.back-to-cat-mobile svg{stroke: #4d4d4d;}
.stock_info {
    width: 100%;
    z-index: 999999;
    border-radius: 0;
    top: 0;
    left: 0;
	bottom:unset; 
    position: fixed;
    height: 100%;
}

.fancybox-slide--html{padding:0px !important}

#basket-form{height: 100%;
        width: 100%;
        padding: 20px;}
    
#basket-form .h1{margin: 0 auto;
    width: 200px;
    display: block;}
#basket-form .basket_items{width:unset}
#basket-form  .basket_item{font-size: 14px;display: block;
    position: relative; }
    
#basket-form .del_item {
    position: absolute;
    right: 0px;
    top: 38%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 8px; 
}

#basket-form .image_item {float:left}

#basket-form .price_item {
    margin-left: 0; 
}


#basket-form .basket_item::after {
    content: ""; 
    display: block;
    clear: both;
}

#basket-form .basket_buttons {
    
    flex-direction: column;
    align-content: center;
}

#basket-form .order_button.last {
   margin-left: 0; 
}

#basket-form .order_button{max-width: 220px;}

  address {
    margin-bottom: 15px;
  }

  .btn {
    font-size: 14px;
  }

  .btn.video:before {
    content: "";
    font-size: 14px;
    left: 50%;
    margin-left: 3px;
    line-height: 40px;
  }

  .btn.watch:before {
    content: "";
    line-height: 40px;
    font-size: 14px;
  }

  .btn.shop:before {
    content: "";
    line-height: 40px;
    padding-left: 2px;
    font-size: 14px;
  }

  footer.main {
    border-top: 2px solid #EEEDEB;
    margin-top: 15px;
	background: #f6f6f6;
  }

  footer.main .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer.main .upper-bar,  footer.main .lower-bar {
    margin-left: auto;
    margin-right: auto;
  }

  footer.main .upper-bar {
    border: 0;
    margin-top: 20px;
  }

  footer.main .lower-bar {
    margin-right: -20px;
    margin-left: -20px;
  }

  footer.main .list-link h5 {
    padding: 15px 20px;
    border-top: 1px solid #EEEDEB;
    margin: 0;
    position: relative;
    font-size: 14px;
  }

  footer.main .list-link h5:after {
    display: block;
  }

  footer.main .list-link li {
    padding-bottom: 10px;
    font-size: 14px;
  }

  footer.main .list-link ul {
    display: none;
    padding-left: 20px;
  }

  footer.main .list-link:last-of-type h5 {
    border-bottom: 1px solid #EEEDEB;
  }

  footer.main .follow-fendi ul {
    margin: 0 -10px 15px;
    text-align: center;
  }

  footer.main .follow-fendi ul li {
    width: 10%;
  }

  footer.main .follow-fendi ul li:first-of-type a {
    padding-left: 0;
  }

  footer.main .follow-fendi ul a {
    font-size: 14px;
    padding: 0;
  }

  footer.main .copy {
    text-align: center;
    margin: 13px auto;
  }

  footer.main .bottom {
    display: none;
  }

  footer.main .follow-fendi ul li {
    width: 8.9%;
  }

  footer.main .follow-fendi h3 {
    font-size: 14px;
  }

  .back-to-top-wrapper {
    display: block;
    background-color: #EEEDEB;
    text-align: center;
  }

  .back-to-top-wrapper a {
    display: inline-block;
    text-transform: uppercase;
    color: #181715;
    position: relative;
    padding: 15px 0px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
  }

  .back-to-top-wrapper a:before {
    position: absolute;
    left: 50%;
    margin-left: -46px;
    top: 19px;
    font-size: 8px;
  }

  .form-control,  select,  label {
    font-size: 14px;
  }

  .modal-header {
    padding: 10px 0 0;
  }

  .modal-header h2 {
    margin-top: 0;
    font-size: 18px;
  }

  .modal-header h4 {
    font-size: 18px;
  }

  .modal-body {
    padding-bottom: 20px;
  }

  .filters-form .actions {
    text-align: center;
  }

  .filters-form .btn-primary {
    width: 100%;
  }

  .cart-item {
    overflow: hidden;
    *zoom: 1;
  }

  .cart-item .picture {
    display: inline;
    float: left;
    max-width: 33.3%;
    min-height: 200px;
  }

  .cart-item select {
    margin-top: 10px;
  }

  .cart-item .description > * {
    display: flex;
  }

  .cart-item .description footer {
    display: block;
  }

  .product-card .meta .name,  .product-card .meta a {
    font-size: 14px;
  }

  .product-card .meta .description {
    font-size: 14px;
  }

  .product-card .meta .name {
    min-height: 28px;
  }

  .product-card .meta .back a {
    font-size: 14px;
  }

  .product-gallery {
    margin-bottom: 20px;
	display: flex;
   flex-direction: column-reverse;
  }

  .product-gallery .close {
    display: none;
  }

  .product-gallery .carousel-nav {
    width: 100% !important;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: center;
    padding-right: 0px  !important;
  }

  .product-gallery .carousel-nav a {
    max-width: 20%;
    margin: 0 5px;
  }

  .product-gallery .inner:before {
    right: 20px;
    top: 10px;
  }

  .product-gallery .cart-bar-gallery {
    display: none;
  }

  .breadcrumbs {
    border-bottom: 1px solid #EEEDEB;
    display: -webkit-flex;
    display: flex;
    position: static;
    text-align: left;
  }

  .breadcrumbs .main-area {
    display: none;
  }

  .breadcrumbs .breadcrumb {
    -webkit-flex: 10 10 auto;
    flex: 10 10 auto;
    overflow: hidden;
    *zoom: 1;
    float: none;
    display: block;
  }

  .breadcrumbs .breadcrumb .dropdown {
    display: inline;
    float: left;
    width: 50%;
    margin: 0;
    position: static;
  }

  .breadcrumbs .breadcrumb .dropdown button {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    border-left: 1px solid #EEEDEB;
    border-right-color: transparent;
    font-size: 14px;
  }

  .breadcrumbs .breadcrumb .dropdown .dropdown-menu {
    margin-left: -15px;
    margin-right: -15px;
    left: 10px;
    right: 10px;
  }

  .breadcrumbs .breadcrumb .dropdown .dropdown-menu li {
    padding-right: 0;
  }

  .breadcrumbs .filters {
    -webkit-flex: 1 1 36px;
    flex: 1 1 36px;
    text-align: right;
  }

  .t-listing .breadcrumbs {
    text-align: right;
  }

  .t-listing .breadcrumbs .breadcrumb {
    display: inline;
    float: left;
    max-width: 80%;
  }

  .cart-bar {
    background-color: #FDFCFA;
    border-top: 1px solid #EEEDEB;
    padding: 0;
  }

  .cart-bar form {
    display: -webkit-flex;
    display: flex;
    position: relative;
  }

  .cart-bar .product-info,  .cart-bar .action {
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
    position: relative;
    vertical-align: top;
    height: auto;
  }

  .cart-bar .container,  .cart-bar .container-fluid {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .cart-bar .container-fluid {
    min-width: 280px;
  }

  .cart-bar .action .form-group:not(.size) {
    width: 100%;
    margin-left: 0;
  }

  .cart-bar .action .form-group.size {
    width: 100%;
  }

  .cart-bar .action .form-group .btn,  .cart-bar .action .form-group select {
    border: 0;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .cart-bar .action .form-group .btn {
    padding: 8px 10px;
  }

  .cart-bar .popover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border-top: 1px solid #EEEDEB;
    border-right: 1px solid #EEEDEB;
    background-color: #FDFCFA;
    z-index: 9;
    text-align: left;
    width: 25%;
    padding: 8px;
    top: -110px;
  }

  .cart-bar .popover.in {
    visibility: visible;
    opacity: 1;
  }

  .cart-bar .popover#call-to-action {
    left: 0;
  }

  .cart-bar .popover a {
    display: block;
    text-align: center;
    color: #212121;
    padding-bottom: 10px;
  }

  .cart-bar .product-info .size {
    width: 71.4286%;
    float: left;
  }

  .cart-bar .product-info .size {
    margin-bottom: 0;
  }

  .cart-bar .product-info .size .control-label {
    display: none;
  }

  .cart-bar .product-info .size select {
    height: 50px;
    background: transparent;
    padding-right: 10px;
    font-size: 14px;
  }

  .cart-bar .product-info .size select {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .cart-bar .product-name-price {
    padding: 10px 10px 15px;
  }

  .cart-bar .product-name-price h1 {
    font-size: 14px;
    width: 70%;
    margin: 0;
    font-weight: 600;
    float: left;
  }

  header.main .container-fluid {
    padding: 0;
  }

  header.main .user-utils .ico {
    width: 42px; 
    padding-bottom: 0;
  }

  header.main .user-utils .ico.active {
    background-color: #EEEDEB;
  }

  .banner {
    margin: 10px;
    border: none;
  }

  .banner  h1 {
    text-align: center;
  }

  .banner.full-img2 {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 1px solid;
    border-color: #E3E2E1;
  }

  .banner.full-img {
    margin: 0;
    border: 1px solid transparent;
  }

  .banner.full-img picture:after {
    padding: 100% 0;
  }

  .banner.full-img picture img {
    transition: all 1s;
    position: fixed;
    left: -10%;
    width: auto;
    height: auto;
    max-width: 120%;
  }

  .banner .mobile-img-wrapper {
    overflow: hidden;
  }

  .banner picture {
    position: relative;
    overflow: hidden;
    transition: 1s;
  }

 

  .banner .banner-panel-description {
    color: #212121;
    font-size: 14px;
    text-align: center;
  }

  .banner h2 {
    margin-bottom: 15px;
  }

  .banner h2,  .banner h3,  .banner p {
    color: #212121;
    text-align: center;
  }

  .banner .banner-caption {
    padding: 0px;
    position: relative;
  }

  .banner .banner-caption .banner-panel-action {
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    color: transparent;
    background-color: #F9B949;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -20px;
    min-width: inherit;
    font-size: 0;
  }

  .banner .banner-caption .banner-panel-action:before {
    color: #181715;
    display: block;
  }

  .banner .banner-caption .video:before {
    position: static;
    font-size: 25px;
    top: 1px;
    left: 70%;
    margin-left: 0;
  }

  .banner .banner-caption .banner-panel-action-full {
    width: 100%;
    color: #212121;
    height: 30px;
    background: #F9B949;
  }

  .banner .banner-caption .banner-panel-action-full:before {
    display: none;
  }

  .btn {
    min-height: 40px;
  }
  
  .btn-catalog{min-height: unset;    padding: 5px 10px;}

  a.btn {
    min-height: 40px;
    line-height: 25px;
  }

  .btn-lg {
    min-height: 40px;
  }

  a.btn-lg {
    min-height: inherit;
    line-height: 40px;
  }

  span.btn {
    line-height: 26px;
  }

  .tab-page header,  .tab-page p,  .tab-page li,  .tab-page span {
    font-size: 14px;
  }

  .tab-page h2 {
    text-align: center;
    font-size: 20px;
  }

  .tab-page h2:first-of-type {
    margin-top: 0;
  }

  .tab-page .actions {
    text-align: center;
  }

  .tab-page .actions .expand {
    padding-top: 10px;
    font-size: 14px;
  }

  .news {
    margin: 20px;
    border: 1px solid #E3E2E1;
  }

  .news picture {
    position: relative;
    overflow: hidden;
  }

  .news picture:after {
    content: "";
    height: 0;
    display: block;
    padding: 38% 0;
  }

  .news picture img {
    position: absolute;
  }

  .news-listing h2 {
    text-align: center;
  }

  .recommandations-slider {
    margin: 0;
	border:none;
  }

  .recommandations-slider .recommandations-nav {
    display: flex;
  }

  .recommandations-slider .recommandations-nav .nav-item {
    flex: 1 1 33%;
    position: relative;
  }

  .recommandations-slider .recommandations-nav .nav-item:after {
    content: "";
    position: absolute;
    color: #EEEDEB;
    width: 1px;
    height: 14px;
    top: 18px;
    border-left: 1px solid;
    right: -1%;
  }

  .recommandations-slider .recommandations-nav .nav-item:last-child:after {
    display: none;
  }

  .recommandations-slider .recommandations-nav .nav-item h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 5px;
    text-transform: capitalize;
    margin: 0 2px 20px;
    margin: 0 2px 20px;
    font-weight: 600;
  }

  .recommandations-slider .recommandations-nav .nav-item h2:after {
    display: none;
  }

  .recommandations-slider .recommandations-nav .nav-item.active h2 {
    border-bottom: 1px solid #F9B949;
  }

  .recommandations-slider .product-card {
    padding: 10px 10px 50px;
    min-height: 315px; 
    margin: 0 10px;
  }

  .recommandations-slider .product-card .name {
    line-height: 16px;
  }

  .recommandations-slider .product-card .name a {
    font-size: 14px;
  }

  .recommandations-slider .product-card .description {
    font-size: 14px;
    display: block;
    margin: 20px 0 0;
    height: 50px;
  }

  .recommandations-slider .product-card span {
    font-size: 14px;
    margin-bottom: 0;
  }

  .recommandations-slider .recommandations-item {
    padding: 0;
	display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
  }

  .filters-form label {
    font-size: 14px;
  }

  .product .breadcrumb {
    display: none;
  }

  .product .main-product {
    overflow: visible;
  }

  .product .tab-content {
    width: 100%;
  }

  .product .product-info {
    width: 100%;
    float: none;
    padding: 0 20px 10px;
  }

  .product .product-info .product-actions {
    margin: 40px 0;
  }

  .product .product-info .product-actions .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .product .product-info .product-actions .row .product-action {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product .cart-bar .product-info {
    padding: 10px 0;
    width: 20%;
  }

  .product .product-tab {
    padding: 0;
    margin: 0;
  }
  
  .product .product-tab .sizes_tabs_content{ padding: 0;}
.product-tab .sizes_tabs div {
    width: 48.5%;
}
  .product p {
    font-size: 14px;
  }

  .product .product-description {
    position: relative;
  }

  .product .product-description h1 {
  font-size: 16px;
  }

  .product .product-description p.description {
    font-size: 14px;
  }

  .product .product-description p.code {
    font-size: 14px;
  }

  .product .product-description p.price {
    font-size: 16px;
  }

  .product .breadcrumbs {
    border-bottom: 0;
  }

  .product .message {
    position: absolute;
    top: 14px;
    left: 50%;
  }

  .product .select-nav {
    padding: 0 15px;
  }

  .product .select-nav select {
    width: 100%;
  }

  .product .recommandations-slider {
    padding-top: 15px;
  }

  .product .recommandations-slider .recommandations-nav .nav-item:after {
    top: 6px;
  }

  .t-product {
    padding-bottom: 50px;
  }

  .cart {
    padding-top: 15px;
  }

  .cart h1,  .cart h2 {
    font-size: 16px;
    margin: 0 -15px;
    padding-bottom: 15px;
  }

  .cart h1 {
    border-bottom: 1px solid #dcdad6;
  }

  .cart .actions a,  .cart .actions button {
    display: block;
    float: none;
    text-align: center;
  }

  .cart .actions button {
    width: 100%;
  }

  .cart hr {
    margin: 0 -15px 15px;
  }

  .listing {
    /********FEN-2205*******************/
  }

.listing .products .product-card {
	width: 50%;
}
.product-card picture>* {
	position: initial;
}
.product-card picture:after {
	display: none
}

  .listing .banner {
    margin: 0 -15px;
    border: 0;
  }

  .listing .banner picture:after {
    display: none;
  }

  .listing .banner picture > * {
    position: static;
  }

  .listing .banner .banner-panel {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .listing .banner .banner-panel .banner-caption {
    width: 100%;
  }

  .listing .banner .banner-panel .banner-caption h2,  .listing .banner .banner-panel .banner-caption h3,  .listing .banner .banner-panel .banner-caption p {
    margin: 0 0 20px;
    color: #FFF;
  }

  .listing .banner .banner-panel .banner-caption .banner-panel-btn .shop,  .listing .banner .banner-panel .banner-caption .banner-panel-btn .watch {
    height: initial;
    width: 100%;
    padding: 10px;
    display: block;
    margin: 0;
    color: #212121;
    min-width: 20%;
    position: static;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0;
  }

  .listing .banner .banner-panel .banner-caption .banner-panel-btn .shop:before,  .listing .banner .banner-panel .banner-caption .banner-panel-btn .watch:before {
    display: none;
  }

  .listing .banner .banner-panel .banner-caption .banner-panel-btn .video {
    position: relative;
    background: transparent;
    top: -15px;
  }

  .listing .banner .banner-panel .banner-caption .banner-panel-btn .video:before {
    color: #FFF;
    font-size: 40px;
    left: 50%;
    margin: 0;
  }

  .listing .js-products-container .banner .banner-panel-title:after {
    display: none;
  }

  .listing .js-products-container .banner .banner-panel-description,  .listing .js-products-container .banner .banner-panel-btn {
    display: block;
  }

  .listing.macro-category .banner .banner-panel .banner-caption {
    padding: 15px 30px;
  }

  .listing.macro-category .banner .banner-panel .banner-caption .banner-panel-btn .btn {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
  }

  .listing.macro-category .banner .banner-panel .banner-caption .banner-panel-btn .btn.video {
    height: 60px;
    left: auto;
  }

  .t-news-listing header.main .lower-bar {
    border-bottom: 1px solid #EEEDEB;
  }

  .t-news-listing .container,  .t-news-listing .container-fluid {
    padding: 0;
  }

  .t-news-listing .home-carousel {
    margin: 0;
  }

  .t-news-listing .btn.video:before {
    content: "";
    font-size: 14px;
    left: 50%;
    line-height: 40px;
    margin-left: 4px;
    top: 0;
  }

  .t-news-listing .btn.watch:before {
    content: "";
    line-height: 40px;
    font-size: 14px;
  }

  .t-news-listing .btn.shop:before {
    content: "";
    line-height: 40px;
    padding-left: 2px;
  }

  .t-404 .container-fluid {
    padding: 0;
  }

  .contacts h2 {
    text-align: center;
    font-size: 20px;
  }

  .contacts h2:first-of-type {
    margin-top: 0;
  }

  .contacts p,  .contacts ul li,  .contacts span {
    font-size: 14px;
  }

  .contacts .form-group {
    width: 100%;
  }

  .contacts .form-group input,  .contacts .form-group select,  .contacts .form-group textarea {
    width: 100%;
  }

  .contacts .btn {
    /*display: block;*/
  }

  .contacts section.in {
    border-bottom: 1px solid #EEEDEB;
    margin-bottom: 15px;
  }

  .contacts section .control-label {
    font-size: 14px;
  }

  .news-details h1 {
    font-size: 16px;
  }

  .news-details .news-gallery .item {
    margin-bottom: 15px;
  }
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,  *:before,  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,  a[href^="javascript:"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,  h2,  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }

  .label {
    border: 1px solid #000;
  }
}

@media print {
  * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  a[href]:after {
    content: "" !important;
  }

  .site {
    border-top: 5px solid #F9B949;
    padding-top: 15px !important;
  }

  .breadcrumbs,  a.back {
    display: none !important;
  }

  .back-to-top-wrapper {
    display: none !important;
  }

  header.main {
    position: static;
    border-bottom: 1px solid #EEEDEB;
    padding-bottom: 10px;
    height: auto;
    text-align: center;
  }

  header.main .nav-toggler,  header.main .site-utils,  header.main .user-utils {
    display: none;
  }

  header.main .logo a {
    display: inline-block;
  }

  header.main .logo a:before,  header.main .logo a:after {
    display: none;
    content: none;
  }

  nav.main {
    display: none;
  }

  footer.main .upper-bar,  footer.main .group-link,  footer.main .bottom * {
    display: none;
  }

  footer.main .lower-bar {
    padding-top: 0;
  }

  footer.main .bottom,  footer.main p.copy {
    display: block;
  }

  .product .carousel-nav,  .product .recommandations-slider {
    display: none;
  }

  .product .product-gallery .carousel-prod .item:not(.active) {
    display: none;
  }

  .product .product-info {
    width: 60%;
  }

  .product .product-info .product-form .form-group,  .product .product-info .product-form a.form-action {
    display: none;
  }

  .product .product-gallery {
    width: 40%;
  }

  .product .product-gallery img {
    width: 100%;
  }

  .product .product-gallery,  .product .product-info {
    display: inline-block;
    vertical-align: top;
  }

  .product .modal-body {
    padding: 0;
  }

  .product .product-tab {
    margin: 0;
    padding: 0;
  }

  .product .tab-content {
    width: auto;
    padding: 0;
  }

  .cart-bar {
    display: none;
  }
}

body.ru {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select:-webkit-autofill,input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #EEEDEB inset;
  border: 1px solid #FDFCFA;
}

select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
  background-color: #EEEDEB;
  -webkit-box-shadow: 0 0 0 100px #EEEDEB inset;
}

select::-ms-expand,select::-ms-clear,input::-ms-expand,input::-ms-clear {
  display: none;
}

div.comment {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 25px;
}

#addComment {
  display: none;
}

.button-comment {
  padding: 10px 14px;
  box-shadow: none;
  border: 1px solid #E5E5E5;
  margin: 0 auto;
  margin-bottom: 20px;
  font: normal 14pt Arial;
  width: 200px;
  background: #F9B949;
  color: #000;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
	
.product .product-info .product-description{text-align:center}	

.product-form {
    max-width: 32.6rem;
    margin: 0 auto;
}
	
  .recommandations-slider .product-card {
    width: 45%;
    padding: 0;
    margin: 0 5px;
    margin-bottom: 10px;
    min-height: unset;
  }
  
#bigimage{display: block; }

  .product-gallery .carousel-prod .inner img {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: block;
  }

#bigimage img{width:100%; }
.image-crop .product-gallery .carousel-nav img{height: 80px;width: auto;}
  .product .main-product {
    width: auto;
  }

  .product .breadcrumbs {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
#bigimage{display: block;height: 300px;}
.product-gallery .carousel-prod .inner img {max-height: 300px;}
.image-crop .product-gallery .carousel-nav img{height: 70px; }
}
 

.form__ways {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

label.form__group:first-child {
    margin-top: 6px;
}
label.form__group {
    display: flex;
    gap: 10px;
    font-weight: normal;
    align-items: center;
}

label.form__group input { 
    margin: 0;
    width: 16px;
    height: 16px;
}
