body {
    margin: 0;
    padding: 0;
    font-family: 'futuraLight.otf';
    font-size: 19px;
}

@font-face {
    font-family: 'futuraLight.otf';
    src: url('/fonts/futuralightc.otf');
    font-weight: normal;
    font-style: normal;
}

.selected {
    font-weight: 600;
}

.thefont {
    font-family: 'futuraLight.otf';
    font-size: 19px;
}

.other-colors {
    width: 200px;
}

.other-colors-img {
    width: 90px !important;
}

.column {
    flex-direction: column;
}

.bold {
    font-weight: 600;
}

.borderB {
    border-bottom: 0.5px solid #000000;
}

.trans4 {
    transition: .4s;
}

.uppercase {
    text-transform: uppercase;
}

.flex {
    display: flex;
}

p,
h1,
a,
h2,
h3 {
    font-family: 'futuraLight.otf';
    font-size: 19px;
    margin: 0;
    padding: 0;
}

a:focus {
    outline: none;
}

.slick-dots {
    bottom: 10px !important;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    position: absolute;
    left: -9999px;
}

input:focus {
    border: 1px solid #ccb8a7;
    outline: none;
}

h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

ul {
    display: flex;
}

a {
    color: #000000 !important;
    text-decoration: none;
    transition: .4s;
}

a:hover {
    text-decoration: none !important;
    color: #f9a325;
}

dl,
ol,
ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 8px;
    transition: .4s;
}

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    background-color: #848484;
}

::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    background-color: #5e5c5c;
}

header {
    display: flex !important;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background-color: #ffffff;
    width: 100%;
}

header div {
    display: flex;
    align-items: center;
    /* &:nth-child(3){
    				width: 50%;
    				justify-content: flex-start;
    				
    	
    			} */
}

header div a {
    margin: 0px 10px;
}

header img {
    height: 50px;
}

.header-search-button {
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: none;
    background-image: url(/images/main/search.svg);
    background-repeat: no-repeat;
    position: relative;
    margin-right: 10px;
}

@keyframes show-adding-sign {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        left: 0;
        opacity: 0;
    }
    30% {
        left: 0;
        opacity: 0.9;
    }
    50% {
        left: 0;
        opacity: 0.9;
    }
    60% {
        left: 0;
        opacity: 0;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}

.show-adding-sign {
    animation: show-adding-sign 5s forwards;
}

.order-done {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
}

.order-done a {
    background-color: #ccb8a7;
    color: #ffffff !important;
    padding-top: 8px;
    text-align: center;
    height: 45px;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    border: 0;
    transition: .4s;
    width: 300px;
    margin-top: 25px;
}

.order-done a:hover {
    opacity: .8;
}

.slider-recommend {
    margin-bottom: 20px;
}

.map__link {
	border-bottom: .4px dotted black;
}

.good-is-in-the-basket {
    width: 100%;
    position: fixed;
    bottom: -60px;
    left: 0;
    height: 60px;
    background: #ccb8a7;
    opacity: .9;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    z-index: 9999;
}

.good-is-in-the-basket a {
    color: #fff !important;
    text-decoration: underline;
}

.good-is-in-the-basket a:hover {
    color: #fff !important;
    text-decoration: none;
}

.search-block {
    position: absolute;
    display: flex;
    height: 40px;
    left: 100%;
    top: 20px;
    width: 100%;
    background: #ffffff;
}

.search-block form {
    width: 95%;
    display: flex;
    align-items: flex-end;
}

.search-block form:focus {
    border: none !important;
}

.search-block form input {
    width: 100%;
    border: none;
    width: 95%;
    border-bottom: 1px solid black;
}

.search-block form input:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid black;
}

.search-block div {
    position: relative;
}

.new__items {
    text-transform: uppercase;
}

.search-block div span {
    position: absolute;
    height: 2px;
    margin-bottom: 10px;
    width: 20px;
    background: #000000;
    transition: all 0.5s ease;
}

.search-block div span:first-child {
    transform: rotateZ(45deg);
}

.search-block div span:last-child {
    transform: rotateZ(-45deg);
}

.lookbook-name {
    left: 0;
    position: inherit;
    text-align: left;
    margin-bottom: 10px;
}

.nav-shops a:first-child {
    padding-top: 0;
}

.header-basket {
    flex: 2;
    justify-content: flex-end;
    padding-right: 4%;
}

.header-basket img {
    width: 40px;
    height: 40px;
    margin: 0;
}

.header-basket a {
    /* margin-right: 10%; */
}

.test {
    width: 70vw;
    height: 200vw;
    background-color: #cccccc;
}

.development {
    position: absolute;
    bottom: 20px;
    left: 5%;
    font-size: 14px;
    height: 20px;
}

.development a {
    font-size: 14px;
    transition: .4s;
}

.development a:hover {
    color: #ffffff !important;
}

footer {
    display: flex !important;
    height: 122px;
    background-color: #ccb8a7;
    width: 100%;
    position: relative;
    /* text-transform: uppercase; */
}

footer div {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer div a {
    margin: 0px 20px;
    transition: .4s;
}

footer div a:hover {
    color: #ffffff !important;
}

footer div:nth-child(1) {
    flex-direction: column;
    margin: auto;
    margin-left: 5%;
    align-items: start;
}

footer div:nth-child(1) a {
    margin-left: 0;
    font-size: 14px;
}

footer div:nth-child(1) p:nth-child(2) {
    font-size: 14px;
}

footer div:nth-child(2) {
    flex: 3;
    justify-content: flex-start;
    padding-left: 5%;
}

footer div:nth-child(3) {
    flex: 2;
    justify-content: flex-end;
    padding-right: 5%;
}

footer div:nth-child(3) img {
    height: 20px;
    margin-right: 10px;
}

footer div:nth-child(3) a {
    margin: 0 5px;
}

footer div:nth-child(3) span {
    /* .uppercase; */
    margin-right: 10px;
    transition: .4s;
}

footer div:nth-child(3) span:hover {
    color: #ffffff;
}

.main-a {
    width: 92%;
    margin: 4% 4% 100px;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.main-a img {
    width: 100%;
}

.main-a a {
    transition: .4s;
    position: relative;
}

.main-a a:hover {
    opacity: .8;
}

.main-a a span {
    font-weight: 600;
    position: absolute;
    z-index: 5;
    font-size: 40px;
    bottom: 10%;
    left: 10%;
    color: #ffffff;
}

.catalog-menu {
    width: 15%;
    /* height: calc(100vh - 80px); */
    overflow-y: overlay;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    padding-left: 4%;
    padding-top: 2.5%;
}

.catalog-menu a {
    margin: 7px;
    font-size: 15px;
    transition: .4s;
}

.catalog-menu a:hover {
    color: #f9a325 !important;
}

.catalog-menu a:first-child {
    margin-top: 0px;
}

.catalog {
    width: 80%;
    margin: 6% 0px 0px 15%;
}

.catalog-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin-bottom: 20px;
}

.catalog-card div:nth-child(2) {
    position: relative;
}

.show-me-fast-look:hover .fast-look {
    width: 100%;
    background-color: #ccb8a7;
    position: absolute;
    top: calc(28.7vw - 3vw);
    height: 3vw !important;
    z-index: 20;
    color: #ffffff;
    display: flex;
    align-items: center;
    animation: fast-look-show 0.5s forwards;
}

.show-me-fast-look:hover .fast-look a {
    margin: 0 auto;
}

.new__review__form{
	display: flex;
	flex-direction: column;
	margin:auto;
	width: 80%;
}
.new__review__form input, .new__review__form select{
	height: 40px;
    padding-left: 10px;
    margin-bottom:10px;
}
.reviewText{
	min-height: 150px;
}
.submit__review{
    width: 100%;
    background-color: #ccb8a7;
    color: #ffffff;
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    border: 0;
    transition: .4s;
}
.thx__sign{
	width: 80%;
	text-transform: uppercase;
	margin: auto;
}
.submit__review:hover {
    opacity: .8;
    cursor: pointer;
}
.new__review__form label{
	font-family: 'futuraLight.otf';
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px;
    display: flex;
    flex-direction: column;
}


.reviews__wrapper{
	margin-top:100px;
	width: 80%;
	margin: 100px 10%;
	position: relative;
}
.reviews__wrapper .slick-slide{
	height: auto;
}
.reviews__wrapper .slick-track {
	display: flex;
}
.reviews__wrapper h2{
	margin-bottom:0px;
	font-size: 25px;
}
.new__review__link{
	border-bottom: 1px dotted #848484;
}
/*
.reviews__wrapper .slick-slide{
	min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
*/
.review__slide{
	display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr) ) ;
}
.reviews__wrapper .slick-slide div{
	height: 50%;
}
.left__review__arrow, .right__review__arrow{
	position: absolute;
	width: 12px !important;
	top:50% !important;
}
.left__review__arrow{
	transform: rotateZ(180deg) !important;
	left:-5% !important;
	margin-left:0 !important;
}
.right__review__arrow{
	right:0 !important;
	transform: rotate(0) !important;
}
.review{
	margin:10px 0;
}
.review__name{
	font-weight: 800;
}
.review p{
	margin: 0;
}

.fast-look {
    display: none;
    position: absolute;
}

.fast-look span {
    margin: 0 auto;
    z-index: 50;
    color: #ffffff;
}

@keyframes fast-look-show {
    0% {
        transform: translateX(-100%);
    }
    100% {
        width: 100%;
    }
}

.show-me-fast-look {
    position: relative;
    overflow: hidden;
}

.catalog-cards {
    display: grid;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 10px;
}

.catalog-cards a:first-child {
    height: 100%;
}

.catalog-cards a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.catalog-cards a img.first-img-in-card {
    z-index: 3;
    opacity: 1;
    display: block;
}

.catalog-cards a img.second-img-in-card {
    z-index: 3;
    display: none;
}

.catalog-cards a:hover img.first-img-in-card {
    display: none;
}

.catalog-cards a:hover img.second-img-in-card {
    display: block;
}

.catalog-cards a .second-video-in-card {
    z-index: 3;
    display: none;
}

.catalog-cards a:hover .second-video-in-card {
    z-index: 3;
    display: block;
}

.catalog-cards a .second-video-in-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.catalog-cards a div:nth-child(1) {
    width: 100%;
    height: 28.7vw;
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.catalog-cards a p {
    margin-top: 5px;
}

.item-name {
    margin-top: 10px !important;
    font-size: 20px;
    text-align: left;
}

.price {
    font-size: 17px !important;
    margin-top: 5px;
    font-weight: 600;
}

.catalog-filter {
    display: flex;
    margin-bottom: 20px;
    height: 25px;
    position: relative;
}

.catalog-filter div a {
    margin: 0 10px;
}

.filter {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.filter span {
    margin: 0 10px;
    border-bottom: 0.5px solid #000000;
    margin-right: 0;
    float: right;
}

.color-filter,
.sort-filter {
    position: relative;
}

.colors {
    top: 25px;
    right: -2px;
}

.sort-button,
.color-button {
    transition: .4s;
}

.sort-button:hover,
.color-button:hover {
    cursor: pointer;
    color: #f9a325;
}

.sorts {
    top: 25px;
    right: 0;
    width: 158px;
    padding: 10px !important;
}

.filters {
    position: absolute !important;
    top: -10000px;
    z-index: 15;
    flex-direction: column;
    background: #ffffff;
    padding: 73px 45px;
}

.filters a {
    font-size: 15px;
}

.filters button {
    background: none;
    border: 0;
    border-bottom: 0.5px solid #000000;
    vertical-align: inherit;
    font-weight: 300;
    padding: 0;
    transition: .4s;
}

.filters button:hover {
    color: #f9a325;
}

.filters label {
    background: #fff;
    color: #000000;
    border: none;
    border-radius: 0;
    width: auto;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
}

.filters label:hover {
    background-color: #ffffff;
    color: #000000;
    border-bottom: 0;
    cursor: pointer;
}

.filters label:checked {
    color: #000000;
}

.show {
    display: flex;
    /* z-index: 15; */
}

.show-btn {
    opacity: 1 !important;
    z-index: 15;
}

.show-btn:hover {
    opacity: .8 !important;
}

.color-name:not(:disabled):not(.disabled).active,
.color-name:not(:disabled):not(.disabled):active,
.show>.color-name.dropdown-toggle {
    font-weight: 600 !important;
    color: #000000 !important;
    background-color: #ffffff !important;
}

.item-card {
    max-width: 1100px;
    margin: 60px 15%;
    display: flex;
}

.item-card div img {
    width: 100%;
}

.detail-pic-class {}

.slick-arrow img {
    width: 65% !important;
}

.cart {
    width: 40px;
    height: 40px;
    background-image: url('/images/main/cart.png');
    background-size: contain;
    padding-top: 4px;
    padding-right: 1px;
    text-align: center;
    margin: 0;
}

.cart span {
    font-size: 12px;
}

.description {
    margin-top: -10px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    flex: 3;
}

.description div span:nth-child(1) {
    font-weight: 600;
}

.description div,
.description span,
.description button {
    margin: 4px 0px;
}

.description a {
    font-size: 16px !important;
    border-bottom: .4px solid black;
}

.description .guide {
    width: 118px;
    font-size: 17px !important;
    margin: 10px 0px;
}

.description button {
    width: 61%;
    background-color: #ccb8a7;
    color: #ffffff;
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    border: 0;
    transition: .4s;
}

.description button:hover {
    opacity: .8;
    cursor: pointer;
}

.item-sizes {
    display: block !important;
    margin-left: 10px;
}

.item-sizes span {
    margin-right: 25px;
    vertical-align: inherit;
}

.item-sizes label {
    background: #fff;
    color: #000000;
    border: none;
    border-radius: 0;
    min-width: 20px;
    font-size: 15px;
    border-bottom: 0.5px solid #000000;
    font-weight: 300;
    padding: 0;
    margin: 0 5px;
}

.item-sizes label:hover {
    background-color: #ffffff;
    color: #000000;
    border-bottom: 0;
    cursor: pointer;
}

.item-sizes button {
    background: none;
    border: 0;
    border-bottom: 0.5px solid #000000;
    vertical-align: inherit;
    margin-left: 20px;
    font-weight: 300;
    padding: 0;
}

.item-sizes button:hover {
    border-bottom: 0;
}

.item-size {
    display: flex;
    width: 65%;
    margin: 0px 0px 0px -5px !important;
}

.item-size label {
    background: #fff;
    color: #000000;
    border-radius: 0;
    margin: 5px 15px 5px 5px;
    width: 30px;
}

.item-size label:hover {
    background-color: #ccb8a7;
    color: #000000;
}

.delivery {
    width: 125px;
    font-weight: 600;
    font-size: 20px !important;
}

.photos {
    display: flex;
    flex: 3;
    width: 60%;
    height: 60%;
}

div.other-colors ul.slick-dots {
    bottom: -25px !important;
}

div.other-colors div div a.slick-slide {
    border-bottom: 0;
}

.slider-nav {
    flex: 1;
    margin: 0px 2.5px;
}

.slider-for {
    flex: 5;
}
*{
min-height: 0;
min-width: 0;
}

.photos img {
    flex: 4;
}

.slider-nav,
.slider-nav-fast {
    width: 100px;
    overflow: inherit;
}

.slick-arrow {
    display: inline-block;
    margin-left: 45%;
    transform: rotateZ(90deg);
    border: none;
    background: none;
    width: 25px;
}

.slick-track {
    //padding-top: 11px;
}

.next img {
    transform: rotateZ(180deg);
}

.slider-for,
.slider-for-fast {
    width: 20%;
}

.slick-track {
    margin-top: 20px !important;
}

.slick-track img:hover {
    cursor: pointer;
}

.rightHeight {
    height: 40vw !important;
}

.slick-slider {
    position: relative;
}
.slick-slide{
	height: auto !important;
}
.prev,
.next {
    position: absolute;
    bottom: -25px;
    left: 9px;
}

.prev:focus,
.next:focus {
    outline: none !important;
}

.prev {
    left: -20px;
}

.sizes {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 40px auto 140px;
}

.sizes div {
    border-bottom: .5px solid #cccccc;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sizes div:hover {
    background-color: #efe7e2;
}

.sizes div span {
    margin: 0 10px;
    width: 70px;
    font-family: 'futuraLight.otf';
    font-size: 19px;
}

.sizes div span:nth-child(1) {
    font-weight: 600;
}

.sizes div span:hover {
    cursor: default;
}

.sizes-name {
    font-family: 'futuraLight.otf';
    font-size: 19px;
    text-align: center;
    margin-top: 60px;
}

.delivery-modal {
    display: flex;
    width: 80%;
    margin: 50px auto;
}
.review__modal{
	margin: 15px 10px 50px;
}

.nav-delivery-custom {
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 2px;
    width: 45%;
    margin: 23px auto;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #fff !important;
    font-weight: 600;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff !important;
}

.close {
    text-align: right;
    margin: 4px 11px;
}

.catalog-item-breadcrumps {
    margin-top: 0 !important;
}

.catalog-item-breadcrumps span {
    margin: 0;
}

.size-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.size-button:not(:disabled):not(.disabled).active,
.size-button:not(:disabled):not(.disabled):active,
.show>.size-button.dropdown-toggle {
    background-color: #ccb8a7 !important;
    border-color: #ccb8a7 !important;
    color: #ffffff !important;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none !important;
}

.basket {
    width: 70%;
    margin: 80px auto;
}

.basket h1 {
    text-align: left;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    margin-bottom: 40px;
    font-size: 40px;
    text-transform: uppercase;
}

.basket-items {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.basket-items img {
    width: 100%;
}

.basket-items p {
    margin-bottom: 0 !important;
}

.basket-items p:nth-child(2) {
    font-family: 'futuraLight.otf';
    font-size: 19px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
}

.basket-items span {
    border-bottom: 0.5px solid #000000;
}

.mobile-photos {
    display: none;
}

.summ {
    margin: 50px 0px;
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
}

.summ a {
    background-color: #ccb8a7;
    color: #ffffff !important;
    padding-top: 8px;
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    border: 0;
    transition: .4s;
    width: 23%;
    float: right;
}

.summ a:hover {
    opacity: .8;
    cursor: pointer;
}

.summ span {
    position: relative;
}

.summ span:nth-child(3) {
    margin-left: 20px;
}

.summ span:nth-child(3):after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 1px;
    background: #000000;
    transform: rotate(-10deg);
}

.shops,
.books,
.catalog,
.order-done {
    min-height: calc(100vh - 222px);
}

.page-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 123px);
}

.page-404 p {
    text-align: center;
}

.books {
    display: flex;
    width: 80%;
    margin: 6% auto 0px;
}

.books div {
    margin: 0px 20px;
}

.books div a {
    transition: .4s;
}

.books div a img {
    width: 100%;
}

.books div a:hover {
    opacity: .9;
}

.books div a:hover p {
    color: #f9a325;
}

.books div:first-child {
    display: grid;
    grid-template-columns: repeat(2, 20vw);
    grid-template-rows: repeat(2, 32vw);
    grid-gap: 40px;
    margin-bottom: 30px;
}

.books div p {
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    transition: .4s;
}

.books2 {
    margin: 0px auto 100px;
}

.books2 div {
    margin: 0px 20px;
}

.books2 div a {
    transition: .4s;
}

.books2 div a img {
    width: 100%;
}

.books2 div a:hover {
    opacity: .9;
}

.books2 div a:hover p {
    color: #f9a325;
}

.books2 div:first-child {
    display: flex;
}

.books2 div:last-child {
    display: grid;
    grid-template-columns: repeat(2, 21.2vw);
    grid-template-rows: repeat(2, 33vw);
    grid-gap: 40px;
}

.books2 div p {
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    transition: .4s;
}

.lookbooks {
    margin: 120px auto 0px;
    text-transform: uppercase;
}

.book {
    width: 70%;
    margin: 100px auto 60px;
}

.book div:first-child {
    width: 80%;
}

@media (max-width: 1366px) {
    .catalog-menu {
        width: 19%;
        height: calc(100vh - 6px);
        overflow-y: overlay;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        padding-left: 4%;
        padding-top: -1.5%;
    }
    .catalog {
        width: 75%;
        margin: 6% 0px 0px 19%;
    }
    .catalog-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog-cards a div:nth-child(1) {
        height: 36.8vw;
    }
    .show-me-fast-look:hover .fast-look {
        top: calc(36.4vw - 3vw);
    }
    .book div:first-child {
        width: 80%;
    }
    .books {
        width: 95%;
    }
    .books div {
        margin-bottom: 30px;
    }
}

@media (max-width: 1220px) {
    .catalog {
        margin-top: 8%;
        z-index: 30;
    }
    .catalog-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog-cards a div:nth-child(1) {
        height: 38.8vw;
    }
    .show-me-fast-look:hover .fast-look {
        top: calc(38.8vw - 3vw);
    }
}

@media (max-width: 1057px) {
    .catalog-menu a {
        margin: 4px;
    }
}

@media (max-width: 1032px) {
    .book div:first-child {
        width: 100%;
    }
}

.line {
    width: 80% !important;
    height: 1px;
    background-color: #ccb8a7;
    margin-bottom: 30px;
}

.book-photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20vw, 1fr));
    grid-gap: 10px;
}

.book-photos img {
    width: 100%;
}

.title-left {
    text-align: left;
    margin-left: 15%;
}

.line-right {
    margin-left: 20%;
    margin-top: 20px;
}

.kit {
    width: 80%;
    margin: auto;
}

.kit-cards {
    display: flex;
}

.kit-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 16vw;
    margin-right: 20px;
}

.kit-card div:first-child {
    position: relative;
    height: 24vw;
    width: 16vw;
}

.kit-card div:first-child img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.kit-card div:first-child img:nth-child(1) {
    z-index: 3;
    opacity: 0;
}

.kit-card div:first-child img:nth-child(1):hover {
    opacity: 1;
}

.kit-card div:first-child img:nth-child(2) {
    z-index: 2;
}

.kit-card:hover .fast-look {
    width: 100%;
    background-color: #ccb8a7;
    position: absolute;
    bottom: 0;
    height: 60px !important;
    z-index: 20;
    color: #ffffff;
    display: flex;
    align-items: center;
    animation: fast-look-show 0.5s forwards;
}

.kit-card:hover .fast-look span {
    margin: 0 auto;
}

.fast-look {
    display: none;
}

.fast-look span {
    margin: 0 auto;
}

.kit-item-name {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
}

.kit-price {
    font-weight: 600;
}

.recommend {
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
}

.recommend h2 {
    margin-bottom: 20px;
}

.prev-recommend,
.next-recommend {
    transform: rotateZ(0deg);
    border: none;
    background: none;
    position: absolute;
    top: 40%;
}

.prev-recommend {
    left: -48%;
}

.next-recommend {
    right: -1%;
}

.fast-look-modal {
    max-width: 80vw !important;
}

.slick-track {
    margin-top: 0 !important;
}

.promocode {
    display: flex;
    flex-direction: column;
    width: 23%;
}

.promocode button {
    background-color: #000000 !important;
    transition: .4s;
}

.promocode button:hover {
    background-color: #414141 !important;
}

.promocode form {
    width: 100%;
}

.promocode input {
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    transition: .4s;
    margin-bottom: 10px;
    width: 100%;
}

.promocode button {
    background-color: #ccb8a7;
    color: #ffffff;
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    border: 0;
    opacity: 1;
    transition: .4s;
    width: 100%;
}

.promocode button:hover {
    cursor: pointer;
}

.about {
    width: 70%;
    margin: 6% auto;
}

.nav-shops {
    border-bottom: 0 !important;
}

.shops {
    width: 70%;
    margin: 80px auto 20px;
    display: flex;
}

.nav-shops {
    display: flex;
    flex-direction: column;
}

.shops-content {
    margin: 0 0 0 60px;
    display: block;
}

.catalog-item-name {
    position: inherit;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
}

.item-names {
    line-height: 19px;
}

.shop-content div {
    justify-content: center;
}

.shop-content div p:first-child {
    font-weight: 600;
    text-transform: uppercase;
}

.shop-content div a {
    transition: .4s;
}

.shop-content div a:hover {
    color: #f9a325 !important;
}

.grid-cell {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 40px;
}

.closing-button,
.closing-button-mobile {
    cursor: pointer;
}

.order {
    margin: 120px auto;
    width: 30%;
}

.order h1 {
    font-weight: 600;
    font-size: 25px;
    text-align: left;
}

.order .order-final {
    margin-top: 20px;
    width: 61%;
    background-color: #ccb8a7;
    color: #ffffff;
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    border: 0;
    transition: .4s;
}

.order .order-final:hover {
    opacity: .8;
    cursor: pointer;
}

.order h3 {
    font-size: 25px !important;
    margin-bottom: 20px;
}

.order form {
    width: 100%;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
}

.order form .delive-sign {
    margin-top: 20px !important;
}

.order form h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}

.order form label {
    font-family: 'futuraLight.otf';
    font-size: 19px;
    text-transform: uppercase;
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
}

.order form input {
    height: 40px;
    padding-left: 10px;
}

.adress div:first-child {
    display: flex;
    flex-direction: column;
}

.adress label {
    font-size: 15px;
}

.adress .one-line {
    display: flex;
}

.adress .one-line input {
    width: 100%;
}

.step-left {
    margin-left: 20px;
    width: calc(100% - 20px) !important;
}

.home div:nth-child(2) {
    margin: 0px 20px;
}

.commentary {
    display: flex;
    flex-direction: column;
}

.commentary input {
    height: 150px !important;
}

.self-pickup {
    margin-top: 20px;
}

.appears {
    transition: .4s;
    display: block;
}

.hide {
    transition: .4s;
    display: none;
}

.order-shops {
    padding: 0 !important;
}

.order-shops label {
    width: 100%;
    margin: 0 !important;
    transition: .4s;
}

.order-shops label:hover {
    background: #efe7e2;
    cursor: pointer;
}

.order-shops label p {
    font-size: 15px;
    margin: 0;
}

.order-shops label p:nth-child(1) {
    font-weight: 600;
}

.order-shops label input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.order-shops label a {
    font-size: 15px;
}

.order-shop:not(:disabled):not(.disabled).active,
.order-shop:not(:disabled):not(.disabled):active,
.show>.order-shop.dropdown-toggle {
    background: #efe7e2 !important;
}

.order-shop-link {
    color: #000000 !important;
    text-decoration: none !important;
    transition: .4s;
}

.order-shop-link:hover {
    color: #f9a325 !important;
    text-decoration: none;
}

.order-check,
.order-names {
    display: flex;
    text-align: left;
}

.order-names {
    margin-top: 30px;
}

.order-names div {
    margin: 10px;
    flex: 1;
}

.order-names div:first-child {
    width: 50px;
}

.order-names div:nth-child(2) {
    flex: 2;
}

.order-check {
    margin-bottom: 30px;
}

.order-check img {
    width: 50px;
    margin: 10px;
}

.order-check div,
.order-check img {
    flex: 1;
}

.order-check div {
    margin: 10px;
}

.order-check div:nth-child(2) {
    flex: 2;
}

.itogo,
.clothes-summ {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}

.old-price {
    position: relative;
    color: #ccb8a7;
    margin-left: 20px !important;
}

.old-price:after {
    content: '';
    position: absolute;
    left: 3px;
    right: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    background: #ccb8a7;
}

.delive {
    flex-direction: inherit !important;
}

.delive input {
    margin: 0px 10px;
}

.delive input:first-child {
    margin-left: 0;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: ;
    transition: .2s;
}

.checkbox__text:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    transition: .2s;
}

.checkbox input:checked+.checkbox__text:before {
    background: #ccb8a7;
}

.checkbox input:checked+.checkbox__text:after {
    left: 26px;
}

.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio__text {
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    margin-right: 10px;
}

.radio__text span {
    margin-left: 7px;
}

.radio__text:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

.radio__text:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #efe7e2;
    opacity: 0;
    transition: .2s;
}

.radio input:checked+.radio__text:after {
    opacity: 1;
}

.order-shop input:checked+.shop-background {
    background-color: #efe7e2;
}

.shop-background {
    padding: 15px;
}

.payment-type {
    margin-top: 20px;
}

.mb-0 {
    margin-top: 0 !important;
}

.mobile-menu {
    display: none;
}

.header-logo {
    width: 11%;
    justify-content: inherit;
    margin-left: 4%;
}

.header-logo a {
    margin-left: 0;
}

.header-phone {
    margin: 0 10px 0 0;
}

.header-menu {
    flex: 4;
    position: relative;
    overflow: hidden;
}

.header-search {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    background-image: url(/images/main/search.svg);
    background-repeat: no-repeat;
    position: relative;
    transition: .4s;
}



.header-search:hover {
    cursor: pointer;
    background-image: url(/images/main/search-hover.svg);
}

.header-search img {
    width: 22px;
    margin-right: 12px;
}

.header-search img:hover {
    background: #cccccc;
}

@keyframes search-show {
    0% {
        left: 100%;
    }
    100% {
        left: 0%;
    }
}

@keyframes search-diss {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

.search-appeare {
    animation: search-show 1s forwards;
}

.search-dissapeare {
    animation: search-diss 1s forwards;
}

.mobile-search-input {
    display: none;
}

.clothes {
    display: none;
}

@keyframes filters-section-show {
    100% {
        top: 45px;
    }
}

@keyframes filters-section-hide {
    0% {
        top: 45px;
    }
    100% {
        top: -10000px;
    }
}

@keyframes filters-catalog-show {
    100% {
        top: 110px;
    }
}

.filters-section-show {
    animation: filters-section-show 0.7s forwards;
}

.filters-section-hide {
    animation: filters-section-hide 0.7s forwards;
}

.filters-catalog-show {
    animation: filters-catalog-show 0.7s forwards;
}

.filter-left {
    display: none;
}

.slick-dots {
    bottom: -10px;
}

.slider-recommend-mobile {
    display: none;
}

.emails {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -1000;
    left: 0;
    background: #000000;
    opacity: .5;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    transition: opacity 1s;
}

.emails-body {
    width: 36vw;
    height: 31vh;
    background: #ffffff;
    z-index: 200;
    opacity: 1;
}

.new-email-header {
    border-bottom: 0;
}

.new-email-content {
    width: 500px;
    height: 350px;
    border-radius: 0;
    border: 0;
}

.new-email-body {
    text-align: center;
    padding: 0px 100px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.new-email-body form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid grey;
    padding-left: 5%;
}

.new-email-body form button {
    background-color: #ccb8a7;
    color: #ffffff;
    text-align: center;
    height: 45px;
    text-transform: uppercase;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    border: 0;
    opacity: 1;
    transition: .4s;
    width: 60%;
    margin-top: 20px;
}

.email-sign {
    font-weight: 600;
}

.about-data {
    font-size: 15px;
}

.about-data a {
    font-size: 15px;
    transition: .4s;
}

.about-data a:hover {
    color: #ccb8a7 !important;
}

.mobile-clothers-menu {
    display: none;
}

.js-order-form small {
    font-size: 12px;
}

.youNeedToChoose {
    color: #ef6c6c;
    display: none;
}

.showChoose {
    display: block;
    font-size: 14px !important;
}

.js-order-form small.small-red {
    color: #ef6c6c;
}

.invalidInput {
    border: 1px solid #ef6c6c;
}

.js-order-form small {
    text-transform: initial;
}


/* .item-card div img {
    width: 102.5%;
} */

@media (max-width: 768px) {
    .development {
        position: relative;
        left: 0;
        font-size: 12px;
        bottom: 0;
        height: 0;
        margin-top: 5px;
    }
    .development a {
        font-size: 12px;
    }
    .about {
        width: 90%;
        margin: 100px auto;
    }
    .price {
        font-size: 14px !important;
    }
    .price-detail,
    .old-price-detail {
        font-size: 16px !important;
    }
    .old-price {
        margin-left: 5px !important;
    }
    .old-price:after {
        bottom: 7px;
        top: auto;
    }
    .sizes {
        width: 85%;
    }
    footer div:nth-child(1) {
        margin-left: auto;
        order: 4;
    }
    #mobile-catalog-link img {
        height: 9px;
        margin-left: 10px;
        margin-bottom: 2px;
    }
    #delete-mobile-catalog-class {
        font-weight: 600;
    }
    #delete-mobile-catalog-class img {
        height: 9px;
        margin-right: 10px;
        margin-bottom: 2px;
        transform: rotateZ(180deg);
    }
    .for-relative {
        position: relative;
    }
    .mobile-clothers-menu {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: auto;
        background: #ffffff;
        padding-top: 10%;
        padding-left: 10%;
        align-items: start;
        left: 1000px;
        z-index: 200;
        padding-bottom: 80px;
        transition: .4s;
        margin-bottom: 20px;
    }
    .mobile-clothers-menu a {
        margin-bottom: 7px;
    }
    .show-mobile-clothes-menu {
        left: 0;
    }
    .order-check img {
        width: 75px;
    }
    .new-email-body {
        padding: 1rem;
    }
    .table {
        margin-top: 15%;
    }
    .catalog-cards {
        grid-gap: 10px;
    }
    .slider-recommend {
        display: none;
    }
    .slider-recommend-mobile {
        display: block;
        margin-bottom: 20px;
    }
    .slider-recommend-mobile .slick-dots {
        bottom: -10px !important;
    }
    header img {
        margin: auto;
    }
    .nav-delivery-custom {
        width: 65%;
    }
    .item-sizes label {
        margin-right: 0;
    }
    .show-me-fast-look:hover .fast-look {
        display: none;
    }
    .catalog-item-name {
        text-align: center;
    }
    .catalog-cards {
        margin-left: 0;
    }
    .order .order-final {
        width: 100%;
        margin-top: 8px;
    }
    .clothes {
        display: block;
    }
    .order {
        width: 90%;
    }
    .basket-items p:nth-child(2) {
        margin-top: 5px;
    }
    .basket-items a p {
        font-size: 15px;
    }
    .promocode {
        width: 100%;
        height: 40px;
    }
    .kit {
        width: 90%;
        margin-left: 5%;
    }
    .kit h2 {
        margin-bottom: 5px;
    }
    .basket {
        width: 94%;
        margin: 100px auto;
    }
    .basket-items {
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 25px;
        grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    }
    .summ {
        font-size: 20px;
        margin: 40px auto;
    }
    .summ a {
        width: 100%;
        margin: 10px auto;
    }
    .summ a div {
        width: 100%;
        background-color: #ccb8a7;
        height: 35px;
    }
    .summ span:nth-child(3) {
        margin-left: 10px;
    }
    footer p {
        order: 3;
        margin: 10px auto;
        text-transform: uppercase;
    }
    footer div:nth-child(2) {
        padding: 0;
        margin: 10px auto;
    }
    footer div:nth-child(3) {
        padding: 0;
        flex-direction: row;
        margin: 0 auto;
    }
    footer div:nth-child(3) img {
        margin-right: 0;
    }
    .kit-card {
        width: auto;
        margin-right: 5px;
    }
    .recommend {
        width: 90%;
        margin: 20px 5%;
    }
    .recommend h2 {
        margin-bottom: 10px;
    }
    .kit-card div:first-child {
        width: 45vw;
        height: 66vw;
    }
    .item-size {
        margin: 0 auto !important;
    }
    .description .guide {
        margin: 10px auto;
    }
    .description button {
        margin: 0 auto;
        width: 100%;
    }
    .item-size label {
        margin: 5px 7px;
    }
    .mobile-left-description {
        text-align: left;
    }
    .delivery {
        margin: 0 auto;
    }
    .description {
        text-align: center;
        margin: 10px;
        display: block;
    }
    .mobile-photos {
        display: block;
    }
    .item-card {
        max-width: 100%;
        margin: 60px 0%;
        display: flex;
        flex-direction: column;
    }
    .photos,
    .catalog-item-breadcrumps {
        display: none;
    }
    .item-card div img {
        width: 100%;
    }
    .catalog-menu {
        width: 100%;
        display: flex;
        position: absolute !important;
        top: -1000px;
        z-index: 15;
        background: #ffffff;
        height: auto;
        padding: 60px 0 30px 0px;
    }
    .catalog-menu a {
        margin: 0 auto;
    }
    .item-sizes {
        width: 100%;
        position: absolute !important;
        top: -1000px;
        z-index: 15;
        background: #ffffff;
        padding: 0px 0px 20px 0px;
        margin-left: 0;
    }
    .item-sizes button {
        float: right;
    }
    .filters {
        width: 50%;
    }
    .desktop-size-name {
        display: none;
    }
    .mobile-sizes,
    .mobile-clothes {
        border-bottom: 0.5px solid #000000;
    }
    .filter-left {
        display: flex;
        justify-content: flex-start;
    }
    .filter-left span {
        margin: 0 10px 0 0;
    }
    .mobile-menu,
    .header-logo,
    .header-basket {
        background-color: #ffffff;
        z-index: 30;
    }
    .item-sizes span {
        border-bottom: 0.5px solid #000000;
    }
    .menu-closing-button {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .menu-closing-button span {
        position: absolute;
        height: 1px;
        margin-bottom: 10px;
        width: 20px;
        background: #000000;
        transition: all 0.5s ease;
    }
    .menu-closing-button span:first-child {
        transform: rotateZ(45deg);
    }
    .menu-closing-button span:last-child {
        transform: rotateZ(-45deg);
    }
    .main-a {
        display: flex;
        flex-direction: column;
        margin: 20% 2% 1%;
        width: auto;
    }
    .main-a a {
        margin: 1% 0%;
    }
    .main-a a span {
        text-align: center;
        width: 100%;
        left: 0%;
    }
    footer,
    footer div,
    .books,
    .shops,
    .cell,
    .table {
        flex-direction: column;
    }
    footer {
        height: auto;
    }
    .header-menu,
    .header-phone {
        display: none;
    }
    .cell a {
        margin: 10px 0px;
    }
    .books {
        margin-top: 80px;
    }
    .books div {
        margin: 0;
    }
    .books div:first-child,
    .books2 div:last-child {
        grid-template-columns: repeat(2, 48.5%);
        grid-template-rows: auto;
        grid-gap: 3%;
    }
    .books2 div:first-child {
        order: 2;
        margin-top: 30px;
    }
    .books2 {
        margin: 20px auto 100px;
    }
    .book {
        width: 90%;
        margin: 24% auto 2%;
    }
    .line {
        width: 85% !important;
        height: 3px;
        margin-bottom: 5px;
    }
    .line-right {
        margin-left: 15%;
    }
    .book-photos {
        display: block;
    }
    .book-photos img {
        margin: 2.5% 0%;
    }
    .nav-tabs .nav-link {
        text-align: center;
    }
    .shops {
        margin-top: 80px;
    }
    .mobile-search-input {
        display: flex;
        position: absolute;
        width: 96vw;
        top: -100%;
        opacity: 0;
        left: 2vw;
        height: 110px;
        background: #ffffff;
        z-index: 0;
        align-items: start;
        padding-top: 20px;
    }
    .mobile-search-input div {
        position: relative;
        margin-top: 10px;
    }
    .mobile-search-input div span {
        position: absolute;
        height: 2px;
        margin-bottom: 10px;
        width: 20px;
        background: #ccb8a7;
        transition: all 0.5s ease;
    }
    .mobile-search-input div span:first-child {
        transform: rotateZ(45deg);
    }
    .mobile-search-input div span:last-child {
        transform: rotateZ(-45deg);
    }
    .mobile-search-input form {
        width: 80%;
        margin: 0 5px 0 40px;
    }
    .mobile-search-input form input {
        padding-left: 5px;
        border: 1px solid #ccb8a7 !important;
    }
    .mobile-search-input form:focus {
        border: none !important;
    }
    .mobile-search-input form button {
        width: 100%;
        margin-top: 5px;
        background: #ccb8a7;
        border: none;
        color: #ffffff;
    }
    .mobile-search-input form input {
        width: 100%;
        border: 1px solid black;
    }
    @keyframes mobile-search-show {
        0% {
            top: 0;
        }
        50% {
            top: 20px;
            opacity: 0;
        }
        100% {
            top: 80px;
            opacity: 1;
        }
    }
    @keyframes mobile-search-hide {
        0% {
            top: 80px;
            opacity: 1;
        }
        90% {
            opacity: 0;
        }
        100% {
            top: 0;
        }
    }
    .mobile-search-input-show {
        animation: mobile-search-show 0.7s forwards;
    }
    .mobile-search-input-hide {
        animation: mobile-search-hide 0.7s forwards;
    }
    .nav-link {
        padding: 0 1rem;
    }
    .nav-shops {
        margin-bottom: 30px;
    }
    .mobile-menu,
    .header-basket {
        flex: 1;
    }
    .mobile-menu {
        margin-left: 0 !important;
        display: flex;
    }
    .header-logo {
        flex: 2;
        margin-left: 0;
    }
    .header-logo a {
        margin: 0 auto;
    }
    .mobile-phone {
        position: absolute;
        bottom: 140px;
        left: 30px;
    }
    .catalog {
        width: calc(100% - 20px);
        margin: 80px 10px;
    }
    .catalog-cards a div:nth-child(1) {
        height: 68vw;
    }
    .catalog-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .item-name {
        margin-top: 3px !important;
        line-height: 19px;
    }
    .catalog-card {
        margin-bottom: 5px;
    }
}

#menu-trigger {
    position: fixed;
    top: 25px;
    left: 2%;
    z-index: 99;
    transition: all 0.5s ease;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    display: block;
}

#menu-trigger div {
    position: relative;
    display: block;
    height: 1px;
    margin-bottom: 10px;
    width: 40px;
    background: #000000;
    transition: all 0.5s ease;
}

#menu-trigger:hover {
    cursor: pointer;
}


/* #menu-trigger:hover div:nth-child(odd) {
  width: 35px;
} */


/* #menu-trigger:hover div:nth-child(even) {
  width: 25px;
} */

#menu-trigger.clicked div:nth-child(even) {
    opacity: 0;
}

#menu-trigger.clicked div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}

#menu-trigger.clicked div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -12px;
}

#menu-trigger.clicked:hover {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

#menu-trigger.clicked:hover div {
    width: 40px !important;
}

.menu {
    position: fixed;
    top: 0px;
    left: -75%;
    width: 75%;
    height: 100vh;
    z-index: 150;
    background: #ffffff;
    transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    overflow-y: scroll;
    overflow-x: hidden;
}

.menu.open {
    left: 0;
    align-items: flex-start;
    justify-content: center;
}

.menu-tint {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #3a539b;
    opacity: 0;
    z-index: -1;
    transition: all 0.75s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.menu-tint.open {
    opacity: 0.15;
    z-index: 97;
}

.cell {
    width: 65%;
    align-items: flex-start;
}

.mobile-line {
    height: 1px;
    margin: 5px 0px;
    background-color: #ccb8a7;
    width: 100%;
}

.xs-overflow-hidden {
    overflow: hidden;
}

.order-done button {
    background-color: #ccb8a7;
    color: #ffffff !important;
    padding-top: 8px;
    text-align: center;
    height: 45px;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    border: 0;
    transition: .4s;
    width: 300px;
    margin-top: 25px;
}

.order-done button:hover {
    opacity: .8;
}

.order-done a {
    background-color: transparent;
    color: #ccb8a7 !important;
    border: 2px solid #ccb8a7;
    padding-top: 8px;
    text-align: center;
    height: 45px;
    font-family: 'futuraLight.otf';
    font-size: 19px;
    /*   border: 0; */
    transition: .4s;
    width: 300px;
    margin-top: 25px;
}

.order-done a:hover {
    opacity: .8;
}

.new-or-sale-sign {
    position: absolute;
    bottom: 0;
    z-index: 4;
    right: 0;
    width: 50px !important;
    opacity: 1;
    top: auto !important;
    left: auto !important;
}