#top{
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	width: 100%;
	padding: 0;
	border-bottom: 0;
	z-index: 111;
}
.top-menu{
	display: flex;
    height: 70px;
    justify-content: space-between;
}
#logo{
	height: auto;
	margin-left: 10.8%;
}
#logo a img{
	height: 60px;
	padding-top: 7px;
}
#top-links{
	padding-top: 0;
}
#top-links .list-inline{
	margin-bottom: 0;
	height: 100%;
	display: flex;
	gap:50px; 
}
#menu .menu-holder .menu-block .list-inline{
	gap:unset;
	justify-content: start;
	width: 100%;
	flex-wrap: wrap;
}
#menu .menu-holder .menu-block .list-inline>li{
	margin-bottom: 20px;
    padding-right: 10px;
	padding-left: 10px;
}
#top-links>.list-inline>li {
	align-self: center;
	height: 100%;
	display: flex;
	color: #545454;
}

#top-links .list-inline li a{
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	align-self: center;
	font-weight: 400;
}
#top-links .list-inline li a:hover{
	color: black;
}
#top-links .dropdown-menu{
	width: 100%;
	position: fixed;
	top:70px;
	margin-top:0;
	border: unset;
	border-top: 1px solid gray;	
	border-radius: unset;
	z-index:110;
}
#menu{
	background:none;
	border:none;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: unset;
}
div.menu-holder{
	height:100%;
}
.menu-block{
	display: flex;
	justify-content: space-evenly;
}
.menu-column{
	display: block;
	height:100%;
	width: 50%;
}
.menu-column li{
	padding: 10px 0;
}
.menu-column li a{
	color: unset;
}
.menu-block .list-inline{
	gap: 20px;
}
.container-spec{
	width: 100%;
    margin: 0 auto;
	padding-left: 0.8vw;
}
.top-heart{
	width: 5%;
    display: flex;
    justify-content: center;
    margin-right: 8.2%;
}
.top-heart a{
	align-self: center;
}
.top-heart:hover a .fa{
	color: #df0000;
}
.top-heart a .fa{
	font-size:34px;
	color: grey;
}
.top-heart a .wish{
	color: #ff0000c9;
}
.main-banner{
	    width: 99vw;
    height: 99vh;
    background-image: url(/image/catalog/banner01.jpg);
    background-position: center;
    background-size: cover;
}
.main-banner-text{
	position: relative;
    width: auto;
    text-align: center;
    padding-top: 35vh;
}
.main-banner-text a{
	color: white;
}
.main-banner-text a h1{
	color: white;
	font-size: 5vw;
}
.main-banner-text a p{
	color: white;
	font-size: 2.2vw;
	font-weight: 100;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: unset;
	color: black;
	text-shadow: 1px 1px 2px black;
}
#top-links .list-inline .open>a{
	color:black;
}
#top-links .list-inline .open .menu-column li a{
	color: #545454;
}
#top-links .dropdown .dropdown-menu .menu-block li a:hover{
	color:black;
	background: unset;
	font-weight: 600;
}
#top-links .about-brand{
	display: flex;
    height: 100%;
    width: 35%;
    min-width: 125px;
    justify-content: space-evenly;
    margin: 0 auto;
}
.about-brand li{
	padding: 10px 0;
}
.about-brand li a:hover{
	color: black;
    background: unset;
    font-weight: 600;
}
#top-links .for-clients{
	display: flex;
    height: 100%;
    width: 35%;
    min-width: 125px;
    justify-content: space-evenly;
    margin: 0 auto;
}
.for-clients li{
	padding: 10px 0;
}
.for-clients li a:hover{
	color: black;
    background: unset;
    font-weight: 600;
}
.count{
	color: #ffffff;
    text-shadow: 0px 0px 4px #000000;
    font-family: "Playfair Display", serif;
    position: relative;
    left: -50%;
    font-size: 22px;
    top: -8px;
}
h1, h2, h3, h5{
	font-family: "Cormorant Garamond", serif;
}
h1{
	font-size: 42px;
}
h4 {
    font-size: 20px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
h2 {
	font-size: 32px;
}

footer{
	background-color: #d9d9d9;
	margin-top: unset;
}

footer .container-fluid .row{
	width:80%;
	margin: 0 auto;
}
footer h5{
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #4a4a4a;
}
footer a{
	color: #4a4a4a;
}
footer a:hover{
	
}
footer ul{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}
footer ul li{
	padding: 5px 0;
}
footer .powered{
	width:80%;
	margin: 0 auto 15px auto;
	padding-left:15px;
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	color: #4a4a4a;
}
#content{
	min-height: unset;
}
#product-category{
	width:80%;
	margin-top: 50px;
}
#product-product{
	width:80%;
	margin-top: 50px;
}
.breadcrumb{
	display: none;
}
.row-flex{
	display: flex;
	justify-content: space-between;
}
.image-additional{
	max-width: unset;
}
.custom-photos .thumbnails{
	margin-left: unset;
}
.custom-photos .thumbnails .thumbnail{
	border: none;
	padding:0;
}
.all-images{
	max-width:550px;
	margin: 0 auto;
}
.all-images .swiper-viewport{
	border: none;
	box-shadow: none;
}
.all-images .image-additional a{
	padding:0; 
}
.product-category{
	border-bottom: 1px solid black;
	margin-top: 0;
	font-size: 20px;
	padding-bottom: 4px;
}
.product-name{
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	font-size: 38px;
}
.radio .custom-radio{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-radio input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 65px;
    background-color: #f7f7f7;
}
.custom-radio:hover input ~ .checkmark {
	background-color: #ccc;
}
.custom-radio input:checked ~ .checkmark {
    background-color: #97ad9d;
    box-shadow: 3px 3px 8px #4d4d4d;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.custom-radio#text{
	display:block;
}
.product-size{
	display:flex;
	gap:30px;
	height: 80px;
}
.product-size .radio{
	margin-top: unset;
	min-width: 65px;
}
.control-label{
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight:600;
	color: grey;
}
.option-value-name{
	z-index: 10;
    position: absolute;
    top: 10px;
    right: 13px;
    min-width: 25px;
    text-align: center;
    max-width: 40px;
    line-height: 30px;
	color: black;
}
.attributies{
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}
.attributies .attribute {
	display: flex;
	font-family: "Montserrat", sans-serif;
	gap: 30px;
	padding: 10px 0;
}
.attributies .attribute .attribute-name{
	font-weight:600;
	color: grey;
	font-size: 16px;
	min-width: 75px;
}
.attributies .attribute .attribute-value{
	color: black;
	font-size: 16px;
}
.product-main-price{
	text-align:right;
	font-family: "Playfair Display", serif;
}
.order-button{
	width:89%;
	height: 50px;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: black;
	background-color: white;
	border: 1px solid black;
	transition: 0.2s;
	box-shadow: 0 0 0 grey;
}
.order-button:hover{
	box-shadow: 0 0 5px grey;
	transition: 0.2s;
}
.order-button:disabled{
	color: grey;
	border: 1px solid grey;
	cursor: not-allowed;
}
.wishlist-button{
	width: 50px;
	height: 50px;
	color: grey;
	background-color: white;
	border: 1px solid black;
	transition: 0.2s;
	box-shadow: 0 0 0 grey;
}
.wishlist-button:hover .fa{
	color: #df0000;
}
.wishlist-button .fa{
	font-size: 23px;
	margin-top: 4px;
	text-shadow: 0 0 1px #ff0000c9;
}
.wish .fa{
	color: #ff0000c9;
}
.order-button-indi{
	width:100%;
	height: 50px;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: black;
	background-color: white;
	border: 1px solid black;
	transition: 0.2s;
	box-shadow: 0 0 0 grey;
}
.order-button-indi:hover{
	box-shadow: 0 0 5px grey;
	transition: 0.2s;
}
.product-description-h3{
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
.product-description{
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	margin-bottom: 50px;
}

.dop-products{
	border-bottom: 1px solid grey;
}
.dop-products>li{
	width:30%;
	text-align: center;
	margin-bottom: unset;
}
.dop-products>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: black;
}
.dop-products>li>a{
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #c7c7c7;
	border: none;
}
.dop-products>li>a:hover{
	color: grey;
	background-color: unset;
	border: none;
}
.product-thumb{
	border: none;
}
.product-thumb h4{
	margin-top: 50px;
	font-weight: 500;
	font-size: 1vw;
}
.product-thumb h4 a{
	color: #888888;
}
.product-thumb h4 a:hover{
	transition: 0.3s;
    color: black;
}
.product-thumb .caption{
	min-height: 130px;
	padding: unset;
}
.product-thumb .price{
	font-family: "Playfair Display", serif;
    font-size: 22px;
    display: block;
    float: left;
    margin-top: 10px;
	font-weight: bold;
}
.product-thumb .wishlist-button{
	border: none;
	padding: 0;
}
.product-thumb .wish .fa{
	color: #ff0000c9;
}
.list-group{
	
}
.list-group a{
	padding: 12px;
	border: none;
}
.list-group .list-group-item{
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover{
	color: black;
	border: none;
	font-weight: 600;
	background: unset;
}
#account-wishlist{
	width: 80%;
    margin-top: 50px;
}
#account-wishlist #content{
	min-height: 70vh;
}
#account-wishlist h2{
	margin-bottom:30px;
	margin-left: 15px;
}
.empty-text{
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
}
.wishlist-remove{
	position: absolute;
    z-index: 10;
    right: 25px;
    top: 7px;
}
.wishlist-remove .fa{
	font-size: 20px;
	color: grey;
}
.back{
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #05a9a99e;
    display: block;
	z-index: 50;
}
#order-form p{
	color: #000;
	text-align: justify;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:30px 63px 15px 63px;
	margin-bottom:0;
}
#order-form input{
	color: #4E4E4E;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
    padding: 8px 14px 12px 14px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    border-radius: unset;
    border: 1px solid #cbcbcb;
    background: #ffffff;
    height: 38px;
	box-shadow: 1px 4px 7px 0px rgba(162, 162, 162, 0.25);
}
#order-form textarea{
	color: #4E4E4E;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 8px 14px 12px 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: unset;
    border: 1px solid #cbcbcb;
    background: #ffffff;
    height: auto;
    box-shadow: 1px 4px 7px 0px rgba(162, 162, 162, 0.25);
}
#buttot-close{
	width:30px;
	cursor:pointer;
	position: absolute;
    right: 0px;
    top: 10px;
}
#buttot-close .fa{
	font-size: 22px;
}
#zatemnenie {
	display: none;
    background: rgb(38 38 38 / 82%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
#order-form-msgrs{
	height:30px;
	width: 40%;
    margin: 0 auto;
}
#order-form-msgrs .icon{
	width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #51B3E5;
    float: left;
}
#order-form-msgrs .icon svg{
	stroke: white;
	margin: 6px;
}
#order-form-msgrs .el{
	float: left;
    width: 50%;
}
#order-form-msgrs .el a span{
	color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    padding-left: 10px;
}
#order-form .soglasie{
	color: #4E4E4E;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0 63px;
	margin-top: 33px;
}
.order-buttons{
	margin-top: 20px;
	margin-bottom: 30px;
}
.order-buttons #order-form-button-close{
	border-radius: 6px;
	background: #FFF;
	/* 4 */
	box-shadow: 1px 4px 7px 0px rgba(162, 162, 162, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: unset;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 255px;
	float: left;
    margin-left: 63px;
    margin-right: 25px;
	border-color: white;
}
.order-buttons #order-form-button-cofirm{
	border-radius: 6px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: unset;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 50%;
    background: #ffffff;
	box-shadow: 1px 4px 7px 0px rgba(162, 162, 162, 0.25);
}
#order-form{
	display: none;
    width: 33%;
    left: 34%;
    height: auto;
    position: fixed;
    top: 82px;
    background: white;
    z-index: 51;
    margin: 0 auto;
}
#order-form .row{
	margin: 0;
}
#order-form .order-buttons #order-form-button-close{
	margin: 0 15vw;
    display: block;
    margin-bottom: 10px;
}
#order-form .order-buttons #order-form-button-cofirm{
	margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.field-div {
	padding: 6px 48px;
}
.order-ok-message{
	margin-top:7px;
	text-align: center;
	color: #4E4E4E;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#information-information h1{
	text-align: center;
	margin-bottom: 50px;
}
#information-information ul{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}
.size-col {
  margin-bottom: 45px;
}

.size-col .size-scheme {
  position: relative;
    max-height: 900px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.size-col .size-scheme svg {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
}

.size-col .size-scheme .size-num {
  display: block;
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.size-col .size-scheme .size-num.active {
  font-weight: 600;
  color: #668aff;
}

.size-col .size-scheme .size-num.size-num-param1 {
  top: 14%;
  left: 49%;
}

.size-col .size-scheme .size-num.size-num-param2 {
  top: 29.5%;
  left: 47%;
}

.size-col .size-scheme .size-num.size-num-param3 {
  top: 39.5%;
  left: 49%;
}

.size-col .size-scheme .size-num.size-num-param4 {
  top: 46%;
  left: 49%;
}

.size-col .size-scheme .size-num.size-num-param5 {
  top: 24%;
  left: 47%;
}

.size-col .size-scheme .size-num.size-num-param61 {
  top: 16%;
  left: 80.4%;
}

.size-col .size-scheme .size-num.size-num-param62 {
  top: 29.4%;
  left: 74%;
}

.size-col .size-scheme .size-num.size-num-param7 {
  top: 15.4%;
  left: 37%;
}

.size-col .size-scheme .size-num.size-num-param81 {
  top: 41%;
  left: 16%;
}

.size-col .size-scheme .size-num.size-num-param82 {
  top: 34%;
  left: 20.2%;
}

.size-col .size-scheme .size-num.size-num-param83 {
  top: 26%;
  left: 24%;
}

.size-col .size-scheme .size-num.size-num-param84 {
  top: 20%;
  left: 25%;
}

.size-col .size-scheme .size-num.size-num-param91 {
  top: 23.4%;
  left: 71%;
}

.size-col .size-scheme .size-num.size-num-param92 {
  top: 30.7%;
  left: 75%;
}

.size-col .size-scheme .size-num.size-num-param93 {
  top: 36.4%;
  left: 80%;
}

.size-col .size-scheme .size-num.size-num-param94 {
  top: 43.2%;
  left: 84%;
}

.size-col .size-scheme .size-num.size-num-param10 {
  top: 21%;
  left: 39%;
}

.size-col .size-scheme .size-num.size-num-param11 {
  top: 23%;
  left: 41%;
}

.size-col .size-scheme .size-num.size-num-param12 {
  top: 23%;
  left: 49%;
}

.size-col .size-scheme .size-num.size-num-param13 {
  top: 35%;
  left: 81%;
}

.size-col .size-scheme .size-num.size-num-param141 {
  top: 67.8%;
  left: 55.5%;
}

.size-col .size-scheme .size-num.size-num-param142 {
  top: 79.9%;
  left: 55.5%;
}

.size-col .size-scheme .size-num.size-num-param143 {
  top: 85.5%;
  left: 55.5%;
}

.size-col .size-scheme .size-num.size-num-param144 {
  top: 96.5%;
  left: 55.5%;
}

.table-size-container {
  width: 100%;
  margin-bottom: 90px;
}

.table-size {
  width: 80%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.table-size thead th {
  padding: 34px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.table-size thead th:first-child {
  text-align: left;
  padding-left: 70px;
  padding-right: 70px;
}

.table-size tbody tr {
  cursor: pointer;
  height: 58px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.table-size tbody tr:nth-child(odd) {
  background-color: #f4f4f7;
}

.table-size tbody tr:nth-child(even) {
  background-color: #fff;
}

.table-size tbody tr:hover {
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

.table-size tbody tr.active th {
  color: #668aff;
}

.table-size tbody th,
.table-size tbody td {
  font-size: 16px;
  line-height: 1.63;
}

.table-size tbody th {
  font-weight: 500;
  padding-left: 70px;
  padding-right: 70px;
}

.table-size tbody td {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
#information-information{
	width:80%;
	margin-bottom: 30px;
}
#information-information p{
	padding: 0 20%;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}
#information-information h2{
	text-align: center;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold
}
#information-information h3{
	text-align: center;
	margin-bottom: 30px;
	font-size: 34px;
	font-weight: bold
}
.size-view-container{
	max-width:1470px;
	display: flex;
	flex-wrap: wrap;
}
.big-image-article{
	position: relative;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
	top: -116px;
	margin-bottom: -80px;
}
.big-image-article img{
	width: 100%;
}
.boutique-form{
	width: 50%;
	margin: 0 auto;
}
.boutique-form .field-div input{
	width: 100%;
}
.boutique-form .field-div textarea{
	width: 100%;
}
.boutique-form .field-div input{
	color: #4E4E4E;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
    padding: 8px 14px 12px 14px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    border-radius: unset;
    border: 1px solid #cbcbcb;
    background: #ffffff;
    height: 38px;
	box-shadow: 1px 4px 7px 0px rgba(162, 162, 162, 0.25);
}
.boutique-form .field-div textarea{
	color: #4E4E4E;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 8px 14px 12px 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: unset;
    border: 1px solid #cbcbcb;
    background: #ffffff;
    height: auto;
    box-shadow: 1px 4px 7px 0px rgba(162, 162, 162, 0.25);
}
#information-information .boutique-form .soglasie{
	display: block;
	padding: 0 10%;
	text-align: justify;
}
#information-information .order-buttons #order-form-button-cofirm{
	margin: 0 auto;
}
.sec-img{
	display: none;
}
.udar{
	display: block;
    width: min-content;
    position: relative;
    margin-top: -7.5%;
    margin-left: 65%;
}

@media (max-width: 1000px) {
	.top-menu{
		
	}
	#product-product{
		width: 100%;
	}
	#product-category{
		width: 100%;
	}
	#top-links{
		display: none;
	}
	.row-flex{
		flex-direction: column;
	}
	.top-heart{
		width: 10%;
	}
	.top-heart a{
		height:35px;
	}
	.count{
		left: 0;
        top: -32px;
        width: 34px;
        display: block;
        text-align: center;
	}
	.order-button{
		width: 80%;
	}
	.dop-products>li{
		width: 50%;
	}
	#menu-mobile{
		width:20%;
		margin-left: auto;
	}
	.menu-mobile-menu{
		display: none;
		width: 100%;
		background-color: white;
		position: absolute;
		left: 0;
	}
	.menu-mobile-button{
		height: 100%;
		text-align: center;
		padding: 21px;
	}
	.menu-mobile-button .fa{
		font-size: 40px
	}
	.mobile-dropdown-menu{
		display: none;
		margin-top: 12px;
		font-size: 18px;
		font-weight: 500;
		border-top: 1px solid gray;
	}
	.menu-mobile-menu>ul{
		text-align:center;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
	}
	.menu-mobile-menu>ul>li{
		padding: 12px 0;
        font-size: 24px;
        font-weight: 500;
        border-bottom: 1px solid grey;
        text-transform: uppercase;
	}
	.about-brand{
		margin-left: unset;
		text-align: center;
		width: 100%;
	}
	.about-brand li{
		padding: 12px 0;
		border-bottom: 1px solid #afafaf;
	}
	.about-brand li:first-of-type{
		padding: 12px 0;
		border-bottom: 1px solid #afafaf;
	}
	.for-clients {
		margin-left: unset;
		text-align: center;
		width: 100%;
	}
	.for-clients li{
		padding: 12px 0;
		border-bottom: 1px solid #afafaf;
	}
	.container-spec{
		width: 100%;
	}
	.menu-block {
		flex-direction: column;
	}
	.menu-column{
		width: 100%;
	}
	.menu-column li{
		border-bottom: 1px solid #e7e7e7;
	}
	.mobile-dropdown .fa{
		width: 20px;
        font-size: 20px;
        margin-left: -20px;
		margin-top: -5px;
        transform: rotate(0deg);
        transition: 0.3s;
		padding-top: 2px;
	}
	footer .container-fluid .row{
		width:100%;
	}
	#order-form{
		width: 100%;
		left: 0;
	}
	.back-to-category{
		position: absolute;
		top: -34px;
	}
	.back-to-category a{
		color: grey;
	}
	.back-to-category .fa{
		padding-right:2px;
	}
	.main-banner-text a h1{
		font-size: 9vw;
	}
	.main-banner-text a p{
		font-size: 5vw;
	}
	.big-image-article{
		
	}
	.main-banner{
		width: 100vw;
	}
	.menu-block .list-inline{
		margin-left: unset;
	}
	.menu-block .list-inline>li{
		display: block;
		padding: 5px;
	}
	.menu-block .list-inline>li a{
		color: grey;
	}
	#information-information{
		width: 100%;
	}
	#information-information p{
		padding: 0 5%;
	}
	.product-thumb h4{
		margin-top: 15px;
		font-size: 2.2vh;
	}
	.product-thumb{
		margin-bottom: 35px;
	}
	.menu-block{
		
	}
	.boutique-form{
		width: 100%;
	}
	.udar{
		margin-top: -13.5%;
		margin-left: 76.6%;
	}
}