@charset "UTF-8";body{max-width: 100%; min-height: 100vh; margin: 0; padding: 0; position: relative; font-family: "Libre Baskerville", serif; font-weight: 400; font-size: 18px; background-color: #f8f8f8; -webkit-overflow-scrolling: touch;}.loader{height: 100%; width: 100%; background-color: #fff; position: fixed; top: 0; left: 0; display: flex; justify-content: center; z-index: 9999;}.loader img{height: 8em; width: 8em; max-height: 320px; max-width: 320px; align-self: center;}input{font-family: "Libre Baskerville", serif;}button,input,input[type="submit"]{-webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; box-shadow: none !important; border-radius: 0;}input:focus,textarea:focus{outline: 0; border-radius: 0;}button{font-family: "Libre Baskerville", serif;}a{text-decoration: none; color: #000; cursor: pointer;}a:active{color: #000;}a:visited{color: #000;}nav{width: 100%; height: 3.5em; margin: auto; position: fixed; top: 0; left: 0; z-index: 999; }nav .container{width: 92%; margin: auto; display: flex;}nav .logo{width: 50%;}nav .logo img{height: calc(2.9em + 2vw); margin-top: 0.75em;}nav .navigation{width: 50%; margin-top: 1.2em; display: flex; align-content: flex-end; justify-content: flex-end;}nav .navigation a{margin: 0 0.5em; text-decoration: none; -webkit-transition: 0.5s ease; transition: 0.5s ease; position: relative;}nav .navigation .shop:after{content: ""; display: block; border-bottom: 2px solid #000; width: 0; position: absolute; right: 0; margin-top: -0.6em; -webkit-transition: 0.3s ease; transition: 0.3s ease;}nav .navigation .shop:hover:after{width: 100%;}nav .navigation img{height: 1.2em;}nav .bag{cursor: pointer; margin-left: 0.5em;}nav .bag_products{width: 1.6em; height: calc(1.5em); position: absolute; margin: -10px 0 0 12px; padding: 3px 0 0 0; font-size: 0.8em; background-color: #e67f7f; border-radius: 50%; text-align: center; cursor: pointer;}nav .display-cart-wrap{-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)); position: absolute; width: 21em; top: 4.5em; margin-left: 1em; display: none;}nav .display-cart{width: 19em; padding: 0 1.7em 0; background-color: #fff; position: relative; text-align: right;}nav .display-cart .items-cart-scroll{max-height: 30em; overflow-y: scroll; text-align: left;}nav .display-cart .items-cart-scroll::-webkit-scrollbar{display: none;}nav .display-cart img{position: relative; height: 1em; margin: -1em 1em 1em auto;}nav .display-cart .item{display: flex; flex-direction: row; flex: 1 1 auto; justify-content: flex-start; margin: 0.5em 0 1.5em;}nav .display-cart .item img{height: 8em; margin: 0;}nav .display-cart .item .info{width: calc(100% - 2em); margin: 0.4em 1em 0; display: flex; flex-direction: column;}nav .display-cart .item .info .item-name{border-bottom: 1px solid #000; margin-bottom: 0.5em; font-size: 1em; font-weight: 700; word-break: break-all; display: inline-block;}nav .display-cart .item .info .size-quantity div{width: 100%; display: flex; flex-wrap: wrap;}nav .display-cart .item .info .size-quantity div > *{width: 50%; display: block; text-align: right; font-size: 0.6em; line-height: 1.8em;}nav .display-cart .item .info .size-quantity div div:nth-child(2){width: 25%; font-size: 0.8em; text-align: left;}nav .display-cart .item .info .size-quantity div div:first-child{width: 25%; font-size: 0.8em; text-align: left;}nav .display-cart a{margin: 0; cursor: pointer;}nav .display-cart a:hover{text-decoration: none;}nav .display-cart-wrap .checkout-btn{width: calc(100% + 1.4em); margin: 0; padding: 0.9em 0 0.8em; text-align: center; font-size: 1em; color: #fff; background-color: #2d2d2d; border: none; cursor: pointer;}nav .cart-a{width: 100% !important; margin: 0 !important;}nav .promo-banner{width: 80%; height: auto; margin: auto; text-align: center; margin-top: 0.55em; padding: 0.6em 10%; background: #cd5c5c; font-weight: 900; opacity: 1;}.popup{position: fixed; display: none; width: 20%; min-width: 16em; padding: 3em; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; border: solid #000 thin; z-index: 999;}.popup img{width: 100%; margin-bottom: 1em;}.popup input{width: calc(100% - 1.6em); border: none; padding: 0.65em 0.8em; font-size: 1em; background-color: #f2f2f2; text-align: left; margin: 1.2em 0 0.23em;}.popup input[type="submit"]{width: 100%; padding: 0.3em; margin: 0.5em auto; line-height: 1.9em; font-size: 1em; border: solid 1px #484848; background-color: transparent; cursor: default; text-align: center;}.popup span{width: 70%; margin: 2.8em 0 0; font-size: 0.7rem; display: block;}.close-popup{position: absolute; top: 0.5em; right: 0.8em; cursor: pointer;}.cookies{width: calc(100% - 10vw); display: flex; justify-content: space-between; position: fixed; bottom: 0; left: 0; background-color: #dadada; font-size: 0.7em; padding: 0.8em 5vw; z-index: 999;}.cookies div{cursor: pointer;}.cookies div > *{margin-left: 1em;}footer{position: absolute; bottom: 0; width: 80%; height: 10em; padding: 2.5% 10% 1.5%; background-color: #191919; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; z-index: 100; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -ms-transform: translate(0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 0; -ms-transform: translate(0, 0); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}footer .container{width: 100%; height: 100%; margin: auto 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row;}footer .container .links{width: auto;}footer .container .other{height: 2em; line-height: 2em; margin: 2.5em 0 0; padding: 0 10vw; position: absolute; bottom: 0; left: 0; right: 0; justify-content: space-between; background-color: #151515;}footer .container .social{width: 25%; flex-direction: row; text-align: right;}footer .container .social img{width: 2em; margin: 0 0.3em 0.8em 0.3em;}footer h3{color: #fff; margin: 0; font-weight: 400; font-size: 1em;}footer h4{margin: 0 2em 0 0; color: #9b9b9b; font-size: 0.9em; font-weight: 400;}footer h5{width: 50%; margin: 0; display: inline-block; color: #848484; font-size: 0.7em; font-weight: 400; line-height: 1.3em; text-align: left;}footer .copyright{text-align: right;}footer h3 a{color: #fff;}footer h3 a:visited{color: #fff;}footer h4 a{color: #9b9b9b;}footer h4 a:visited{color: #9b9b9b;}footer h5 a{color: #848484;}footer h5 a:visited{color: #848484;}main{width: 100%; max-width: 2000px; padding: calc(2em + 2em) 0 10em; margin: 1em auto auto; padding-bottom: 10em;}main .header{height: 100vh; margin-top: -1em; background-image: url(../images/2F3F154C-4956-5CE-82A8-2FE1DCB5C12F-2.gif); background-size: cover; background-position: center; cursor: pointer;}main .header .cta-btn{position: absolute; margin: 0; top: 60vh; left: 50vw; transform: translate(-50%, -50%); background: #131313; padding: 0.7em 0.8em 0.5em; font-size: 0.9em; color: white; font-weight: 900;}main .header h1{position: absolute; margin: 0; top: 50vh; left: 50vw; transform: translate(-50%, -50%); background: #131313; padding: 0.6em 0.8em 0.5em; font-size: 1.6em; color: white; font-weight: 900; text-align: center;}main .top-sellers{width: 96%; padding: 15vh 0 0vh; margin: auto; display: flex; flex-wrap: wrap;}main .similar-products .title,main .top-sellers .title{width: 100%; text-align: center; font-size: 2em; font-weight: 400;}main .top-sellers a{width: auto; height: auto; margin: 3em auto; cursor: pointer;}main .top-sellers .shop-all,main .top-sellers .shop-all-404{width: auto; display: inline-block; font-size: 1.1em; margin: 2em auto 0; padding: 1em 1.5em; border: solid #000 1px; background-color: transparent; -webkit-transition: 0.3s ease; transition: 0.3s ease;}main .product{width: 22%; margin: 0 0 2em; cursor: pointer; -webkit-transition: 0.3s ease; transition: 0.3s ease;}main .product-big:hover .img1,main .product-med:hover .img1,main .product:hover .img1{-webkit-transition: 0.3s ease; transition: 0.3s ease; opacity: 1;}main .product-med:hover .img2,main .product:hover .img2{-webkit-transition: 0.3s ease; transition: 0.3s ease; z-index: 2;}main .top-sellers .spro1,main .top-sellers .spro2{width: 100%; height: 80vh; margin: 0 0 4vh; padding: 1em 0; background-position: center; background-size: cover; position: relative;}main .top-sellers .spro1 div,main .top-sellers .spro2 div{width: 80%; max-width: 400px; margin: auto; position: absolute; top: 10%; right: 10%; background: #f2f2f2;}main .top-sellers .spro2 div{top: 50%; right: initial; left: 50%; transform: translate(-50%, -50%);}main .top-sellers div .prod-txt{width: auto; top: 104%; left: 0; right: initial; margin: 0; background: transparent; color: white; text-align: left; line-height: 1.9em;}main .product img,main .product-big img,main .product-med img{width: 90%; margin: 2% 5% 0;}.product-big .img2,main .product .img2,main .product-med .img2{position: absolute; left: 0; top: 0; z-index: -1;}main .product .category,main .product-big .category,main .product-med .category{font-size: 0.8em; margin: 0 0 0.3em; padding: 0; font-weight: 400;}main .product .name,main .product-big .name,main .product-med .name{margin: 0.5em 5% 0; font-size: 1.2em; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase;}main .product .price,main .product-big .price,main .product-med .price{font-size: 0.9em; margin: 0 5% 2em; padding: 0; font-weight: 400;}main .instafeed{width: calc(100% - 10em); margin: auto; padding: 5em 5em; background-color: #fff; display: flex; flex-direction: row;}main .instafeed .container{height: calc((100vw - 10em) / 5); overflow: hidden; flex: 1 1 auto; position: relative; display: block; display: block;}main .instafeed img{width: 100%; display: inline-block; object-fit: cover; margin: 0; opacity: 1; -webkit-transition: 0.5s ease; transition: 0.5s ease;}main .instafeed a .insta-hover{position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 2em; width: 2em; margin: auto; opacity: 0; transform: translateY(5em); -webkit-transform: translateY(5em); -ms-transform: translateY(5em); -webkit-transition: 0.3s ease; transition: 0.3s ease; filter: grayscale(1);}main .instafeed a:hover .insta-hover{opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0);}main .instafeed a:hover img{opacity: 0.6;}main .info-features{width: 80%; margin: auto; display: flex; justify-content: center;}main .info-features div{width: 10em; text-align: center; margin: 10em 2em;}main .info-features div img{height: 5em; width: 5em;}main .about-us{min-height: 60em; margin-bottom: 6em; display: flex; justify-content: center;}main .about-us .img{width: 60%; height: auto; margin: 0; position: relative; background-image: url(../images/kuroi-index-2.jpg); background-size: cover; background-position: center;}main .about-us .text{width: 40%; margin: 0 auto 0; font-size: 1em; text-align: left; padding: 0 6em 0; display: flex; flex-direction: column; justify-content: center;}main .about-us .title{font-size: 1.7em; line-height: 0.9em; margin-bottom: 0.2em;}main .about-us .read-more{border: 1px #000 solid; padding: 1em 1.4em; margin: 2em auto 6em; font-size: 0.9em; display: inline-block; -webkit-transition: 0.3s ease; transition: 0.3s ease;}main .about-us .read-more:hover,main .top-sellers .shop-all:hover{background-color: #000; color: #fff;}main .about-product{width: 80vw; margin: 0 auto 11vw; padding: 5vh 0; display: flex;}main .product-image{width: 32vw; height: 32vw;}main .preview-image{width: 100%; height: 100%; overflow-y: hidden; overflow-x: hidden; display: flex;}main .preview-image .prev-img{min-height: 100%; min-width: 100%; cursor: zoom-in;}main .preview-image .prev-img img{height: 100%; min-height: 100%; min-width: 100%; max-width: 100%; object-fit: cover;}main .small-images{width: 32vw; height: 5.12vw; margin: 2em 0 0; display: flex; justify-content: center;}main .small-images img{width: 16%; height: 100%; min-height: 100%; object-fit: cover; margin: -0.1vw calc(2% - 0.05vw); border: transparent solid 0.16vw;}main .small-images .img1{border: #e67f7f solid 0.16vw;}main .product-info-left{height: calc(10vh + 15em); width: 30vw; padding: calc((32vw - 10vh - 15em) / 2) 3em;}main .product-info-right{height: calc((32vw - 10vh - 15em) / 2 + 10vh + 18em); display: flex; justify-content: flex-end; align-items: flex-end; width: 18vw; font-size: 0.7em; line-height: 1.8em; text-align: right; color: #9d9d9d;}main .product-basic-info{display: inline-block;}main .product-category{margin: 0 0 0.1em 0.7em;}main .product-name{font-size: 1.6em; font-weight: 700;}main .product-price{text-align: right; margin: 0.1em 0.7em 0 0;}main .size{margin: 2em 0 0.3em 0.7em;}main .select-size{display: flex; font-size: 1.3em; margin: 0 0 1em -0.3em; cursor: pointer;}main .select-size > *{width: 1.4em; height: 1.4em; font-size: 0.85em; padding: 0.45em 0.3em 0.15em 0.3em; margin: -0.3em 0.3em; border-radius: 50%; text-align: center; cursor: pointer;}main .background-size{min-width: 1.5em; margin: -0.3em -2.3em -0.3em 0.3em;}main .one-size{width: auto; text-align: left; margin-left: 0.5em; margin-right: 0;}main .select-size .one-size-sold-out,main .select-size .size-l-sold-out,main .select-size .size-m-sold-out,main .select-size .size-s-sold-out,main .select-size .size-xl-sold-out{color: #484848; text-decoration: line-through;}main .select-size .one-size-sold-out{width: auto; margin-left: 0.6em;}main .out-of-stock{width: 15.5em; font-size: 0.8em; text-align: left; margin-left: 0.7em; margin-top: -1em; color: #e67f7f;}main .product-info-left input{background-color: #2d2d2d; color: #fff; padding: 0.65em 0.9em 0.5em; margin: 10vh -0.2em 0; display: inline-block; border-radius: 0.2em; border: none; font-size: 1.1em;}main .add-to-bag{width: 11em;}main .similar-products{padding: 6vh 0 16vh; margin: auto 0; background-color: #fff;}main .center-similar{display: flex; width: 90%; max-width: 1600px; margin: auto; justify-content: center;}main .similar-products .product{max-width: 33%; flex: 1 1 auto; margin: 0 0.5% 2em; font-size: 0.9em;}main .filters{height: calc(100vh - 60px - 6vw); width: 11vw; margin: calc(0.7vw + 2em) 2vw; position: fixed; font-weight: 400;}main .products{width: 84vw; margin: -3.5em 1vw 3em 15vw; padding-bottom: 5vw; display: flex; flex-wrap: wrap;}main .products .product{flex: 1; min-width: 32%; max-width: 33.4%; margin: 2vw 0 0 0; cursor: pointer; position: relative;}main .category-filter h4,main .gender-filter h4,main .size-filter h4,main .sort h4{border-bottom: solid #000 1px; margin: 2em 0 0.3em; font-weight: 400; width: 100%; cursor: default;}main .filters input{background-color: transparent; border: none; display: block; font-size: 0.8em; line-height: 1.5em; margin: 0; padding: 0; font-weight: 400; text-align: left; cursor: pointer;}main .title input{height: 0.7em; width: 0.7em; min-height: 0.7em; min-width: 0.7em; margin: 0.4em 0.1em auto auto; float: right; background-image: url(../icons/close.png); background-size: cover;}main .product-big{width: 100%; height: auto; margin: 2vw 0 0 3.33%; background-color: #f2f2f2; overflow: initial; cursor: pointer; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAACgAAAAA7eLj1AAAAVklEQVQYGY2NwQ3AMAgDk6zA/iMyQ6N7WDKljeJHIOYwY1xqwmXmQ42IqZ4/wqMuHpcGeN43UIkOsVROY6A3hNcSMb9UQCXpvC8UkMEf3EBP897Tj/0GDvogD6TXLiwAAAAASUVORK5CYII=) repeat; -webkit-transition: 0.3s ease; transition: 0.3s ease; position: relative;}main .product-med{width: 63.33%; margin: 2vw 0 0 3.33%; background-color: #f2f2f2; overflow: initial; cursor: pointer; -webkit-transition: 0.3s ease; transition: 0.3s ease; display: flex; flex-direction: row; position: relative;}main .product-med img{width: auto; height: 19.67vw;}main .product-med .info{text-align: right; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAACgAAAAA7eLj1AAAAVklEQVQYGY2NwQ3AMAgDk6zA/iMyQ6N7WDKljeJHIOYwY1xqwmXmQ42IqZ4/wqMuHpcGeN43UIkOsVROY6A3hNcSMb9UQCXpvC8UkMEf3EBP897Tj/0GDvogD6TXLiwAAAAASUVORK5CYII=) repeat;}main .product-med .info .name{font-size: 1.6em;}main .product-med .category,main .product-med .name,main .product-med .price{margin: 0; margin-left: -30%;}main .product-big img{width: 60%; height: 100%; margin-left: 0; margin-top: 0; background-color: #f2f2f2;}main .product-big .category{width: calc(40% - 3em); font-size: 1.1em; margin: 0.5em calc(0vw + 3em) 0.3em auto; text-align: left;}main .product-big .name{width: auto; font-size: 2.7em; font-weight: 700; letter-spacing: 0.5px; margin: -15vw 1em 0 auto; text-align: right; z-index: 10;}main .product-big .price{width: calc(40% - 3em); font-size: 1.1em; margin: 0 calc(0vw + 3.5em) calc(10vw - 4em) auto; text-align: right;}.checkout-main{margin-top: 2.5em; padding-top: 0;}.checkout-nav{width: 80%; max-width: 1400px; margin: 2.5em auto 0; padding: 0.8em; background-color: #191919; color: #f8f8f8; font-size: 1.5em; display: flex;}i{height: 0.5em; width: 0.5em; margin: 0.5em 0.4em 0 0.1em; border: solid #fff; border-width: 0 0.15em 0.15em 0; display: inline-block;}.arrowleft{transform: rotate(135deg); -webkit-transform: rotate(135deg);}.checkout-nav h1{width: calc(60% - 0em); font-size: 1.3em; font-weight: 400; margin: 0; text-decoration: line-through; text-align: center;}.checkout-nav a{width: 20%; color: #fff;}main .cart-empty{height: 25vh; font-size: 1.3em; display: flex; flex-direction: column; justify-content: center; text-align: center; color: #e67f7f;}main .cart-empty .to-shop{display: inline-block; margin: 0 auto 0; padding: 0.6em 1em 0.5em; border-radius: 0.2em; font-size: 1em; border: none; background-color: transparent; font-weight: 700; cursor: pointer;}main .order-summary,main .order-summary2{width: calc(80vw + 1.6em); height: auto; max-width: calc(1400px + 1.6em); margin: 5em auto 0; padding: 0 0.8em 0;}main .order-summary2{margin-bottom: 4.3em;}main .confirm-order-summary{width: 100%; margin: auto; padding: 0.5em 0; display: block; font-size: 1.3em; text-align: center; border: 1px solid #000;}main .confirm-order-summary:hover{background-color: #bdbdbd;}main .checkout-title{width: 100%; margin: 1em 0; font-size: 1.3em; border-bottom: 1px solid #000;}main .order-summary .item{width: 100%; margin-bottom: 1em; display: flex; flex-direction: row; position: relative;}main .order-summary .item a img{height: 14em; width: 14em; object-fit: cover; overflow: hidden; cursor: pointer;}main .order-summary .item .item-data{width: calc(96% - 30em); height: 14em; margin: 0 2%; display: flex; flex-direction: column; justify-content: center;}main .order-summary .item .item-name{font-size: 1.4em; font-weight: 700;}main .order-summary .item .more-item-data{width: 30em; font-size: 0.8em; padding: 0 0.5em; display: flex; flex-direction: column; flex-wrap: wrap;}main .order-summary .item .more-item-data > *{width: 100%; margin: 0 0.3em; display: flex; justify-content: flex-start;}main .order-summary .item .more-item-data div{width: 27em; margin-right: 1em;}main .order-summary .item .more-item-data div div{width: 9em; display: flex; flex-direction: row;}main .order-summary .item .more-item-data div div b{margin-left: 0.6em; margin-right: 0.65em;}main .order-summary .item .more-item-data .edit-cart-item-info{display: flex;}main .item .more-item-data div div .add-item,main .order-summary .item .more-item-data div div .delete-item,main .order-summary .item .more-item-data div div .remove-item{width: 2em; margin-left: 0; margin-right: 0; display: block; line-height: 0.8em; font-weight: 900; font-size: 1.3em; text-align: center; font-family: "Source Sans Pro", sans-serif; cursor: pointer;}main .order-summary .item .more-item-data div div .delete-item{width: 1em; margin-top: 1em; line-height: 0.9em; position: absolute; right: 0; top: 0;}main .order-summary .item .more-item-data .add-item{margin-top: 0.05em;}main .order-summary .item .price{width: 16em; height: 14em; padding: 0; display: flex; flex-direction: column; justify-content: center; text-align: right;}main .order-summary .item .price .item-price{font-size: 0.8em;}main .order-summary .item .price .total-price-item{font-size: 1.1em;}main .order-summary2 .item{width: 100%; margin-bottom: 1em; display: flex; flex-direction: row;}main .order-summary2 .item a img{height: 6em; width: 6em; object-fit: cover; overflow: hidden; cursor: pointer;}main .order-summary2 .item .item-data{width: calc(96% - 20em); height: 6em; margin: 0 2%; display: flex; flex-direction: column; justify-content: center;}main .order-summary2 .item .item-name{font-size: 1.4em; font-weight: 700;}main .order-summary2 .item .more-item-data{width: 21em; font-size: 0.8em; padding: 0 0.5em; display: flex; flex-direction: column; flex-wrap: wrap;}main .order-summary2 .item .more-item-data > *{width: 100%; margin: 0 0.3em; display: flex;}main .order-summary2 .item .more-item-data div > *{margin: 0 0.8em 0 0;}main .item .more-item-data .add-item,main .item .more-item-data .delete-item,main .order-summary2 .item .more-item-data .remove-item{width: 1em; margin-left: 0; font-weight: 700; text-align: center;}main .order-summary2 .item .price{width: 16em; height: 6em; padding: 0 0.2em 0 0; display: flex; flex-direction: column; justify-content: center; text-align: right;}main .order-summary2 .item .price .item-price{font-size: 0.8em;}main .order-summary2 .item .price .total-price-item{font-size: 1.1em;}main .member{width: calc(80vw - 3.4em); max-width: calc(1400px - 3.4em); margin: 6em auto 12em; padding: 0 2.5em; text-align: center; display: flex; flex-wrap: wrap; background-color: #fff;}main .member input{width: auto; flex: 1 1 auto; height: 5em; margin: 0 auto 0; padding: 2em 1em; font-size: 1em; text-align: center; background-color: #fff; color: #c2c2c2; border: solid 0 #fff; border-radius: 0; border-bottom: solid 1px #c2c2c2; cursor: default;}main .member input:hover{color: #bdbdbd; background: #fff; opacity: 1 !important;}.member input:disabled,input[disabled]{color: #000 !important; opacity: 1 !important; border: solid 0 #fff; border-radius: 0; border-bottom: solid 2px #000; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; box-shadow: none !important;}main .member img{width: 1em; margin-bottom: 0;}main .form-user,main .login-form,main .login-form-user{width: calc(80vw + 1.6em); max-width: calc(1400px + 1.6em); margin: 0 auto; padding: 5em 3em 5em;}main .form-user h5{width: calc(15vw); min-width: 23em; margin: auto auto 1.5em; font-weight: 400;}main .form-user .checkout-title,main .login-form .checkout-title,main .login-form-user .checkout-title{margin-bottom: 1em;}main .form-user div,main .login-form div,main .login-form-user div{width: 15vw; min-width: 20em; margin: 0 auto; text-align: left;}main .form-user label,main .login-form-user label,main .login-formlabel{color: #484848;}main .form-user input,main .login-form input,main .login-form-user input{width: calc(100% - 2em); border: none; padding: 0.5em 1em; font-size: 1em; background-color: #f0f0f0;}main .checkout-form,main .data,main .registration-form,main .user-form{width: calc(80vw + 1.6em); max-width: calc(1400px + 1.6em); margin: 0 auto 8em; padding: 3em; display: flex; flex-wrap: wrap; background-color: #fff;}main .checkout-form,main .registration-form,main .user-form{margin: 0 auto; padding: 0; background-color: transparent;}main .checkout-form{margin: 0 auto 5em;}main .data .billing-address{width: calc(50% - 1.5em); display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: flex-start; margin-right: 3em;}main .data .inputs,main .registration-data .inputs{margin-left: -6em; width: calc(100% - 10em + 6em);}main .data .labels,main .registration-data .labels{width: 10em; z-index: 2;}main .data .labels label,main .registration-data .labels label{line-height: 2.35em; font-size: 1em; display: block; color: #484848;}#card-cvc-element,#card-expiry-element,#card-number-element,main .data .inputs input,main .data .summary .promo-code input,main .registration-data .inputs input{width: calc(100% - 6.6em); border: none; padding: 0.35em 0.8em 0.35em 5.8em; font-size: 1em; background-color: #f8f8f8; text-align: right; margin: 0.2em 0 0.23em;}main .data .delivery-address{width: calc(50% - 1.5em); display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-start;}main .data .delivery-address .alternative-delivery-address{width: 100%; display: flex; flex-wrap: wrap;}main .data .delivery-address input[type="submit"],main .data .pay-and-order-buttons input[type="submit"],main .data .summary .promo-code input[type="submit"],main .form-user .reset-password-btn,main .login-form .login-btn,main .login-form-user .login-btn,main .login-form-user .register-btn,main .registration-form .registration-data .register-btn,main .user-data .data .pay-and-order-buttons .delete-user-data,main .user-data .data .pay-and-order-buttons .edit-user-data{width: 100%; padding: 0.3em; margin: 1.1em auto 0.5em; line-height: 1.9em; font-size: 1em; border: solid 1px #484848; background-color: transparent; cursor: default;}main .data .delivery-address input[type="submit"]{margin: 0 auto 0.5em;}main .user-data .data .pay-and-order-buttons .delete-user-data,main .user-data .data .pay-and-order-buttons .edit-user-data{width: auto; margin: 1.1em 0 0;}main .form-user .reset-password-btn,main .login-form-user .login-btn{margin-top: 2em;}main .login-form-user .register-btn{margin: 0; height: 1.6em; line-height: 1.4em; border: none;}main .data .delivery-address input[type="submit"]:hover,main .data .pay-and-order-buttons input[type="submit"]:hover,main .form-user .reset-password-btn:hover,main .login-form-user .login-btn:hover,main .registration-form .registration-data .register-btn:hover,main .user-data .data .pay-and-order-buttons .delete-user-data:hover,main .user-data .data .pay-and-order-buttons .edit-user-data:hover{background-color: #bdbdbd;}main #delete-user:hover{background-color: #d17274;}main .data img,main .registration-form .registration-data img{width: 1em; height: 1em; margin: 0.5em calc(50% - 0.5em) 1em;}main .data .shipping{width: 100%; margin-top: 4em;}main .data .shipping .standard{display: flex; flex: 1 1 auto; justify-content: space-between;}main .data .payment,main .registration-form .registration-data .payment{width: calc(65% - 1.5em); height: auto; margin: 0 1.5em 0 0;}main .data .payment .checkout-title,main .registration-form .registration-data{width: 100%;}main .data .payment-images{position: relative; margin-top: 0.1em; height: 2.1em; width: 3.5em;}main .data .payment-images img{height: 2.1em; width: 3em; margin: 0; position: absolute; display: none;}main .data .payment .payment-info-card,main .registration-form .registration-data .payment .payment-info-card{width: 100%; display: flex; justify-content: flex-end; align-content: flex-end;}main .data .payment .payment-info-card .labels,main .registration-form .registration-data .payment .payment-info-card .labels{width: 100%; align-self: center;}main .data .payment .payment-info-card input,main .registration-form .registration-data .payment .payment-info-card input{padding: 0.6em 0.8em; text-align: center;}main .data .payment .payment-info-card label,main .registration-form .registration-data .payment .payment-info-card label{margin-bottom: -0.7em;}#card-cvc-element,#card-expiry-element,#card-number-element{width: calc(100% - 1.6em); background-color: transparent; border-left: solid #888 0.2em; height: 1.1em;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0;}main .data .summary{width: 100%; margin: 4em 0 0;}main .data .summary .promo-code input{width: calc(100% - 6.9em); padding: 0.5em 1em; margin: 0; line-height: 1.5em; border: none; text-align: left; text-transform: none;}main .data .summary .promo-code input[type="submit"]{width: calc(40% - 2em); line-height: 1.5em; padding: 0.5em 1em; margin: 0; border: none; text-align: right; background-color: #f8f8f8;}main .data .summary .items-total-price,main .data .summary .other-price,main .data .summary .shipping-price,main .data .summary .total-price{width: calc(100% - 0em); margin: 4em 0 -2em; display: flex; justify-content: space-between;}main .data .summary .total-price{margin-top: 8em;}.select{display: block; box-sizing: border-box; width: calc(100% - 0em); border: none; border-radius: 0; padding: 0.35em 1.8em 0.35em 5.8em; font-size: 1em; background-color: #f8f8f8; font-family: "Libre Baskerville", serif; text-align-last: right; direction: rtl; text-align: right; margin: 0.2em 0 0.23em; -moz-appearance: none; -webkit-appearance: none; appearance: none; background-image: url(../icons/down.png); background-repeat: no-repeat, repeat; background-position: right 0.7em top 50%, 0 0; background-size: 0.65em auto, 100%;}.select::-ms-expand{display: none;}.select:hover{border: none;}.select:focus{border: none; outline: 0;}main .data .pay-and-order-buttons,main .registration-form .registration-data .register-btn{width: 100%; margin-top: 5em;}main .data .pay-and-order-buttons input,main .registration-form .registration-data .register-btn input{width: 100%;}main .registration-form,main .user-form{width: 80%; max-width: 1400px; margin: 2.5em auto 6em;}main .user-form{margin: auto; margin-bottom: 6em;}main .changes-saved{height: 2.5em; line-height: 2.5em; width: 100vw; position: fixed; top: calc(60px - 2em); left: 0; color: #4c704c; background-color: #fff; z-index: 99; margin: 2em auto -2em; text-align: center;}main .registration-form .registration-data,main .user-data .data .inputs input,main .user-data .data .inputs select{background-color: transparent;}main .user-data img{width: 100%; margin: auto;}main .welcome-msg{width: 80%; margin: -1.7em auto 0; padding: 0.8em; font-size: 2.5em;}main .registration-form .registration-data,main .user-data .data{margin: 0 auto; background-color: transparent; height: auto;}main .user-data .data .billing-address{width: 100%; margin: 0 0 2em 0;}main .user-data .data img{width: 100%; height: 100%; margin: 0;}main .user-data .data .payment{width: 100%; margin: 0; align-content: flex-start; padding: 0;}main .user-data .data .payment .payment-options{margin: 0; padding: 0; height: 9.8em; border: none;}main .user-data .data .payment .payment-options img{margin: 3.5em 0 3.5em auto;}main .user-data .data .payment .payment-info-card .labels{margin: 0; padding: 0;}main .user-data .data .payment .payment-info-card .labels input{padding-left: 0.8em; padding-right: 0; text-align: left;}main .registration-form .registration-data .register-btn,main .user-data .data .pay-and-order-buttons .delete-user-data,main .user-data .data .pay-and-order-buttons .edit-user-data{text-align: center;}main .user-data .data .pay-and-order-buttons .delete-user-data{display: none; margin-top: -2em; margin-bottom: 0;}#login-form{min-width: 15.4em;}main .register-title{width: 80%; max-width: 1400px; margin: 2em auto 0; padding: 0 3em; font-size: 1.4em; text-decoration: line-through;}main .registration-form .registration-data{padding: 0.5em 3em 3em; display: flex; flex-wrap: wrap;}main .registration-form .billing-address{width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: flex-start;}main .registration-form .registration-data .payment{width: calc(55% - 1.5em); margin: 4em 1.5em 0 0;}main .form-control,main .registration-form .form-control{width: 100%; margin: 7em 0 0 auto; display: flex; flex-wrap: wrap; align-content: center;}main .form-control > *,main .registration-form .form-control > *{align-self: center;}main .form-control .inputs input,main .form-control select,main .registration-data .inputs input,main .registration-data select{background-color: #f0f0f0;}main .form-control h2,main .registration-data h2{font-size: 0.8em; font-weight: 400; line-height: 1em; margin-top: 2em; width: auto; display: block; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}main .form-control h2,main .registration-form .form-control h2{margin-top: 0; width: 100%;}main .form-control input[type="checkbox"],main .registration-data input[type="checkbox"]{width: 1em; height: 1em; padding: 0; margin: 0.05em 0 0 0.5em; vertical-align: middle; position: absolute; overflow: hidden; cursor: pointer; z-index: 1; opacity: 0;}main .form-control input[type="checkbox"],main .registration-data .form-control input[type="checkbox"]{margin-left: 0.8em;}main .form-control .checkmark,main .registration-data .checkmark{position: absolute; height: 1em; width: 1em; margin: 0.05em 0 0 0.5em; background-color: #e6e6e6; border-radius: 0.1em; overflow: hidden;}main .form-control .checkmark,main .registration-data .form-control .checkmark{margin-top: -0.05em;}main .form-control h2 input:hover ~ .checkmark,main .registration-data h2 input:hover ~ .checkmark{background-color: #ccc;}main .form-control h2 input:checked ~ .checkmark,main .registration-data h2 input:checked ~ .checkmark{background-color: transparent; border-radius: 0; border: none;}main .form-control .checkmark:after,main .registration-data .checkmark:after{content: ""; position: absolute; display: none;}main .form-control h2 input:checked ~ .checkmark:after,main .registration-data h2 input:checked ~ .checkmark:after{display: block;}main .form-control h2 .checkmark:after,main .registration-data h2 .checkmark:after{left: 0.3em; top: 0.05em; width: 0.2em; height: 0.6em; border: solid #e67f7f; border-width: 0 0.2em 0.2em 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}main .faq-first{width: 60%; max-width: 1400px; margin: 3.5em auto 3em;}main .faq-first h1{font-size: 1.6em; margin: 0 auto 0 0;}main .faq-first h2{margin: 4em auto 0 0; border-bottom: solid #000 2px; font-size: 1.2em; text-transform: uppercase;}main .faq-first h3{margin: 1em auto 0 0; font-size: 1em; color: #151515; text-transform: uppercase;}main .faq-first h4{margin: 0.5em auto 1.5em 0; padding-bottom: 1em; font-size: 0.9em; font-weight: 400; color: #484848; text-align: justify;}main .faq-first h4 .more{margin: 0.8em 0 0 auto; font-size: 1em;}main .faq-first h4 .more a{color: #484848;}main .faq-first h4 .more a:hover{color: #151515;}main .faq-first .more-faq-options{margin: 8em auto 14em; display: flex; flex-wrap: wrap; flex-direction: column; font-size: 1.1em; justify-content: center; align-items: center;}main .faq-first .more-faq-options h3{width: 100%; margin-bottom: 1em; text-align: center;}main .faq-first .more-faq-options div{padding: 0.5em 1em; cursor: pointer; max-width: calc(80vw - 2em); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.8em;}main .faq-first .more-faq-options div:hover{color: #e67f7f;}main .payment-complete{width: 80%; margin: calc(60px + 2em) auto 2em;}main .payment-complete h1{font-size: 1.9em; margin-bottom: 0;}main .payment-complete h2{font-size: 1.5em; font-weight: 400; margin: 0 0 2em;}main .payment-complete h3{font-size: 1em; font-weight: 400; margin: 0 0 3em;}main .payment-complete h4{font-size: 0.8em; font-weight: 400; margin: 0 0 0;}main .about{width: 80%; margin: 3em auto 2em; text-align: center;}main .about .about-img{width: 70%; max-height: 40vh; object-fit: cover; object-position: center; margin: 3em auto;}main .about h1{text-align: center; text-decoration: line-through;}main .about h2{width: 70%; margin: 3em auto 0; text-align: left; font-size: 1.2em;}main .about h3{width: 70%; margin: 2em auto 2em; text-align: left; line-height: 1.5em; font-weight: 400; font-size: 1em;}main .about table{width: 100%; max-width: 40em; margin: 5em auto 6em; padding: 1em; border-collapse: collapse; text-align: center;}main .about table td,main .about table th{width: 25%; border-bottom: solid 1px #484848; padding: 0.3em 1em;}main .about table th{line-height: 2em;}main .about table tr{margin: 0; padding: 0;}main .about table tr:hover{background-color: #fff;}main .about .size-img{width: 70%; margin-bottom: 5em; margin-top: 3em;}main .about .table-container{width: 70%; margin: 5em auto; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACaADAAQAAAABAAAACQAAAAAvQpmhAAAANElEQVQYGWP88ePHfwYCgImAPFiaBaaInZ0dxoTTP3/+BLOJMonOiuAOhzkS7mokBlFuAgCFJwnoGSe9qQAAAABJRU5ErkJggg==) repeat; padding-bottom: 1.5em; padding-top: 1.5em;}main .about .textile-care{margin-top: 1em; margin-bottom: 3em;}main .about .textile-care-img{max-height: 2.3em; margin: auto; width: 100%;}main .about .textile-care td,main .about .textile-care th{width: 20%; max-width: 20%; overflow: hidden; padding-top: 1.5em; text-align: center; border-bottom: none;}main .about .textile-care tr:hover{background-color: transparent;}.alert-overlay{width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(106, 106, 106, 0.5); z-index: 1000;}.alert-overlay .alert{width: 50%; max-width: 700px; height: auto; padding: 2em; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; text-align: center;}.alert-overlay .alert .agree,.alert-overlay .alert .delete-user-btn{display: inline-block; margin: 2em auto 1.2em; padding: 0.8em 1em 0.7em; border: solid 1px #000; background-color: transparent; font-size: 1.1em; -webkit-transition: 0.3s ease; transition: 0.3s ease;}.alert-overlay .alert .agree:hover,.alert-overlay .alert .delete-user-btn:hover{background-color: #000; color: #fff;}.alert-overlay .alert a{text-decoration: underline;}@media only screen and (max-width: 1400px){main .products .product-big .name{font-size: 2.1em;}main .products .product-med .name{font-size: 1.6em;}}@media only screen and (max-width: 1200px){main .top-sellers{flex-direction: column;}main .top-sellers .product{width: 100%; margin: 0 0 2em;}main .top-sellers .shop-all, main .top-sellers .shop-all-404{margin: 7em auto 0;}main .instafeed{flex-wrap: wrap;}main .instafeed .container{height: calc(100vw - 12em);}main .instafeed > *{margin: 0 auto; width: 100%;}main .about-us{margin-bottom: 0; margin-top: 0; padding: 0; height: auto; min-height: 0; flex-direction: column; justify-content: flex-start;}main .about-us .img{width: 100%; height: 60vw; margin: 0;}main .about-us .text{width: 80%; padding: 0 10vw 0; margin-bottom: 5em; margin-top: 1.5em;}main .filters{width: 90vw; height: auto; padding: 0 0 4em; margin: 0 5vw; position: relative; display: flex; flex-wrap: wrap;}main .filters > *{min-width: 10em; flex: 1 1 auto; margin: 0 1%;}main .products{width: 90vw; margin: -3.5em 5vw 3em 5vw;}main .products .product{width: 48%; max-width: 48%; min-width: 47%;}main .image-fill{margin: 2vw 1% 0 1% !important;}main .image-fill1{width: 48% !important; margin: 2vw 1% 0 1% !important;}main .product-big .name{margin: -20vw 1em 0 auto;}main .about-product{height: auto; flex-direction: column; margin-bottom: 1em;}main .product-image{width: 80vw; height: 80vw; margin: -1em auto 15em;}main .small-images{width: 80vw; height: 12.8vw;}main .product-info-left{width: 80%; padding: 0 10%; text-align: center;}main .product-info-left > *{width: 100%;}main .product-info-left .add-to-bag{margin: 2.5em auto 4em;}main .product-category{margin: 0 auto 0.1em;}main .product-price{text-align: center; margin: 0.5em auto;}main .size{margin: 2em auto 0.3em;}main .one-size{text-align: center;}main .select-size{margin: 0 auto 0.1em; display: flex; justify-content: center;}main .product-info-right{height: auto; width: 80vw; margin: 0 auto 2em; text-align: center; justify-content: center;}main .similar-products{flex-wrap: wrap;}main .similar-products .center-similar{flex-wrap: wrap;}main .similar-products .product{max-width: 48%; width: 48%; margin: 0 1% 2%;}main .order-summary .item{display: flex; flex-direction: column; text-align: center;}main .order-summary .item .item-data{width: 100%; height: auto; margin: 0.6em 0 0;}main .order-summary .item .more-item-data{margin: 0 auto;}main .order-summary .item .price{height: auto; width: 100%; margin-top: 0; margin-bottom: 2.2em; text-align: center;}main .order-summary .item .more-item-data div{width: auto; flex-direction: column; margin: 1em auto;}main .order-summary .item .more-item-data div div{margin: auto; justify-content: center;}main .about{width: 100%;}main .about > *{width: 80%;}main .about h1{width: 100%;}}@media only screen and (max-width: 1100px){main .checkout-form .data{flex-direction: column;}main .checkout-form .data > *{width: 100%; margin-top: -1em;}main .data .delivery-address{margin-top: 4em;}main .data .shipping{margin-top: 3em; margin-bottom: 2em;}main .data .summary{margin: 3em auto -1em;}main #checkout-summary{margin-top: 4em !important;}main .form-control{margin: 8em 0 0 auto;}main .form-control h2{line-height: 1.5em;}main .form-control input[type="checkbox"]{height: 1.2em; width: 1.2em;}main .form-control .checkmark{margin-top: 0.08em;}}@media only screen and (max-device-width: 900px){.popup{padding: 1.5em;}nav .display-cart-wrap{width: calc(60% - 0em); right: calc(10% - 1.3em); top: 4.6em; margin: 0;}nav .display-cart{width: calc(100% - 2em); padding: 0 1em;}nav .display-cart .items-cart-scroll{max-height: 65vh;}nav .display-cart-wrap .checkout-btn{width: 100%;}nav .display-cart img{margin: -1em 0.5em 1em auto;}.cookies{font-size: 0.9em; flex-direction: column;}.cookies .cookies-notification{margin-bottom: 1.5em; text-align: justify;}.cookies div{display: flex; justify-content: space-between;}.cookies div a, .cookies-close{margin: 0;}main{padding-bottom: 21em;}main .top-sellers{flex-direction: column; padding: 15vh 0 6.5vh;}main .top-sellers .product{width: 100%; margin: 0 0 calc(2em - 0vh);}main .similar-products .title, main .top-sellers .title{width: 100%; text-align: center; font-size: 1.8em;}main .top-sellers .shop-all, main .top-sellers .shop-all-404{margin: 2em auto;}main .instafeed{flex-wrap: wrap; width: 100%; padding: 0;}main .instafeed .container{height: calc(100vw - 0em);}main .instafeed > *{margin: 0 auto; width: 100%;}main .about-us{margin-bottom: 0; margin-top: 0; padding: 0; height: auto; min-height: 0; flex-direction: column; justify-content: flex-start;}main .about-us .img{width: 100%; height: 100vw; margin: 0;}main .about-us .text{width: 80%; padding: 0 10vw 0; margin-bottom: 6em; margin-top: 1.5em;}main .filters{width: 100%; height: auto; padding: 0 0 4em; margin: -1.5em 0 0; position: relative; display: flex; flex-wrap: wrap; justify-content: center;}main .filters > *{min-width: 90%; max-width: 90%; flex: 1 1 auto; margin: 0 auto;}main .products{width: 90vw; margin: 0 5vw 3em 5vw;}main .products .product{width: 100%; max-width: 100%; min-width: 100%; margin-bottom: 2em;}main .image-fill, main .image-fill1{width: 100vw !important; margin: 6.5vw -5vw 4vw -5vw !important;}.product h2{position: absolute !important; bottom: 0 !important;}.timer{margin: -3em auto 0 !important;}main .product-big .name{margin: -20vw 1em 0 auto;}main .product .price, main .product-big .price{}main .product .promo-tag{margin: -0.5em auto auto 0 !important;}main .about-product{height: auto; width: 100%; flex-direction: column;}main .product-image{width: 100%; height: 100vw; margin: -5em 0 calc(16vw + 4em);}main .small-images{width: 100%; height: 16vw;}main .product-info-left{width: 100%; padding: 0; text-align: center;}main .product-info-left > *{width: 100%;}main .out-of-stock{width: auto; margin: 0.5em 0 0; text-align: center;}main .product-category{margin: 0 auto 0.1em;}main .product-price{text-align: center; margin: 0.5em auto;}main .size{margin: 2em auto 0.3em;}main .select-size{margin: 0 auto 0.1em; display: flex; justify-content: center;}main .product-info-right{height: auto; width: 80vw; margin: 9em auto 1em;}main .similar-products{width: 100%; padding: 6vh 0 10vh; flex-wrap: wrap;}main .similar-products .title{font-size: 1.5em;}main .checkout-form, main .data, main .registration-form, main .user-form{width: 100%;}main .similar-products .product{max-width: 78%; width: 78%; margin: 0 11% calc(5.5% - 0vh);}main .form-user, main .login-form, main .login-form-user{width: calc(100% - 2em); padding: 3em 1em 1em;}main .register-title{width: calc(100% - 2em); padding: 0;}main .registration-form{margin: 2.5em auto 1em;}main .registration-form .registration-data{padding: 0 1em 0;}main .data .labels label, main .registration-data .labels label{margin-bottom: 2em;}main .data .inputs, main .registration-data .inputs{margin-left: 0; width: calc(100% - 2em + 0em); position: absolute; margin-top: 4em;}main .data .delivery-address .inputs{margin-top: 0;}#card-cvc-element, #card-expiry-element, #card-number-element, main .data .inputs input, main .data .summary .promo-code input, main .registration-data .inputs input{margin-top: 2.15em; padding: 0.35em 0.8em 0.35em 0.8em; width: calc(100% - 1.6em); text-align: left;}.select{text-align: left; text-align-last: left; direction: ltr; padding: 0.35em 0.8em; margin-top: 2.15em;}main .form-control .inputs input, main .form-control select, main .registration-data .inputs input, main .registration-data select, main .user-form select{margin-top: 2.15em;}main .form-control, main .registration-form .form-control{margin: 2.5em 0 0 auto;}main .form-user .reset-password-btn, main .registration-form .registration-data .register-btn{margin: 2.5em auto 0.5em;}main .form-user div, main .login-form div, main .login-form-user div{width: 100%; min-width: 80%;}.checkout-nav{font-size: 1.2em;}.checkout-nav a{width: 50%; text-align: left;}.checkout-nav h1{width: 50%; padding-right: 0.5em; text-align: right;}#login-form{min-width: 80%;}main .user-form{width: calc(100% - 2em); padding: 0 1em; margin-bottom: 6em;}main .welcome-msg{width: calc(100% - 2em); font-size: 2em;}main .unsubscribe-mailing-list{width: 100%;}main .order-summary .item, main .order-summary2 .item{display: flex; flex-direction: column; text-align: center;}main .order-summary .item .item-data, main .order-summary2 .item .item-data{width: 100%; height: auto; margin: 1em 0 0;}main .member{width: calc(100% - 5em);}main .order-summary .item .more-item-data, main .order-summary2 .item .more-item-data{margin: 0 auto 1.5em; width: calc(100% - 1em);}main .order-summary .item .more-item-data div div .delete-item{margin-top: -0.8em;}main .order-summary .item .price, main .order-summary2 .item .price{height: auto; width: 100%; margin-top: 0.8em; text-align: center;}main .order-summary .item .more-item-data div, main .order-summary2 .item .more-item-data div{width: auto; flex-direction: column; margin: 0.2em auto;}main .order-summary .item .more-item-data div div, main .order-summary2 .item .more-item-data div div{margin: auto; justify-content: center;}main .checkout-form{margin-bottom: 0;}main .checkout-form .data{flex-direction: column; padding: 3em 0 9em; margin-bottom: 0;}main .checkout-form .data > *{width: calc(100% - 2em); padding: 0 1em;}main #data-checkout{padding: 3em 1em 5em;}main .checkout-form .data .form-control{width: calc(100% - 2em); margin: 0;}main .data .delivery-address{margin-top: 4em;}main .data .shipping{margin-top: 3em; margin-bottom: 2em;}main .data .summary{margin: 4em 0 7em;}main #checkout-summary{width: calc(100% - 0em) !important; margin: 0 !important; padding: 2em 0 1em !important;}main .payment{width: 100% !important; padding: 0 !important;}main .data .summary .promo-code input{padding: 0.5em 0.8em; width: calc(100% - 6.5em); margin-top: 0;}main .data .summary .items-total-price, main .data .summary .other-price, main .data .summary .shipping-price, main .data .summary .total-price{width: calc(100% - 0em); margin: 2em auto -0.8em; padding: 0;}main .data .summary .total-price{margin-top: 3.5em;}main .form-control{margin: 8em 0 0 auto;}main .form-control h2{line-height: 1.5em;}main .form-control input[type="checkbox"]{height: 1.2em; width: 1.2em;}main .form-control .checkmark{margin-top: 0.08em;}main #card-cvc-element, main #card-expiry-element, main #card-number-element{margin-top: 0.2em;}main #item-total-price{flex-direction: row;}main #item-total-price > *{margin: 0 !important; padding: 0;}main .data .payment .payment-info-card .labels{align-self: auto;}main #card-inputs{position: relative; margin-top: 0;}main .about{width: 100%; margin-top: 0.3em;}main .about > *{width: 80%;}main .about h1{width: 80%; margin: 0.5em auto 1.2em !important;}main .about h3{width: 80%; margin: 1em auto 2.5em;}main .about h3:last-of-type{margin-bottom: 5em !important;}main .about .about-img, main .about .size-img{width: 100%; margin: 0.8em 0 2em;}main .about .table-container{width: 100% !important; margin: 3em auto; padding: 1.5em 0 !important;}main .about table{width: auto !important; margin: 2em 2em 3em;}main .about table th{line-height: 1em;}main .about .note{width: calc(100% - 4em); margin: 2em;}main .about b{margin-top: 0.8em;}main .about .dictionary{width: calc(100% - 4em) !important; padding: 1em 2em 2em !important; margin: 3em auto -0.9em !important;}main .faq-first{width: 80%; font-size: 1.2em;}main .faq-first .note{margin-top: 4em; margin-bottom: 4em;}main .faq-first h4{text-align: left;}main .faq-first h2{margin-top: 3.3em;}main .faq-first .more-faq-options{margin: 5em auto 9em -5vw; width: 90vw;}main .faq-first .more-faq-options div{text-align: center; padding: 0 1em; max-width: calc(90vw - 2em);}footer{height: 15em; padding: 1em 10% 6.5em; bottom: -1em;}footer .container{flex-direction: column; flex-wrap: nowrap;}footer .container .links{width: 100%; margin: 1em auto 0;}footer .container .social{display: none; height: 0;}footer .container .other{height: 2.2em; line-height: 1em; margin: 10em 0 0; padding: 1em 10vw;}footer .container .other h5{width: 100%; text-align: left !important;}.alert-overlay .alert{width: 100%;}}@media only screen and (max-device-width: 550px){nav .display-cart-wrap{width: calc(80% + 2.6em); right: calc(10% - 1.3em);}}
