@charset "UTF-8";.cart{position:fixed;top:0;left:50%;right:0;height:100vh;width:50%;z-index:6;-webkit-transform:translateX(100%);transform:translate(100%);-webkit-transition:width .5s ease,left .5s ease,-webkit-transform 1.6s cubic-bezier(.37,1.29,.41,1.01),-webkit-box-shadow 1.6s cubic-bezier(.37,1.29,.41,1.01);transition:width .5s ease,left .5s ease,-webkit-transform 1.6s cubic-bezier(.37,1.29,.41,1.01),-webkit-box-shadow 1.6s cubic-bezier(.37,1.29,.41,1.01);transition:transform 1.6s cubic-bezier(.37,1.29,.41,1.01),box-shadow 1.6s cubic-bezier(.37,1.29,.41,1.01),width .5s ease,left .5s ease;transition:transform 1.6s cubic-bezier(.37,1.29,.41,1.01),box-shadow 1.6s cubic-bezier(.37,1.29,.41,1.01),width .5s ease,left .5s ease,-webkit-transform 1.6s cubic-bezier(.37,1.29,.41,1.01),-webkit-box-shadow 1.6s cubic-bezier(.37,1.29,.41,1.01);background-color:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.cart._open{-webkit-transform:translateX(0);transform:translate(0)}.cart__wrapper{position:relative;background-color:#fff;width:100%;padding:clamp(5.1vw,calc(5.05vw + 4.48vw),21vh) 0 3.96vw 3.13vw;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:38.02vw}.cart__top{height:-webkit-max-content;height:-moz-max-content;height:max-content;border-bottom:1px solid #9B9B9B;padding-bottom:.78vw;position:relative}.cart__top:after{position:absolute;content:"";top:calc(100% + 1px);left:0;right:0;height:1.04vw;z-index:1;background:-webkit-gradient(linear,left top,left bottom,from(white),to(rgba(255,255,255,0)));background:linear-gradient(180deg,#fff,#fff0)}.cart__middle{padding:1.04vw 0;overflow-y:auto;height:100%;min-height:10.21vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;scrollbar-width:thin;scrollbar-color:#d3d3d3 rgba(255,255,255,0)}.cart__middle::-webkit-scrollbar{width:4px}.cart__middle::-webkit-scrollbar-track{background:#fff0}.cart__middle::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:50%;border:0px solid #b2b2b2 3}.cart__bottom{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding-top:.78vw;border-top:1px solid #9B9B9B}.cart__bottom:after{position:absolute;content:"";bottom:calc(100% + 1px);left:0;right:0;height:1.04vw;z-index:1;background:-webkit-gradient(linear,left bottom,left top,from(white),to(rgba(255,255,255,0)));background:linear-gradient(0deg,#fff,#fff0)}.cart__mini-title{font-family:AmbassadoreType;font-size:1.04vw;line-height:75%;text-transform:uppercase;margin-bottom:.63vw}.cart__title{font-family:AmbassadoreType;font-size:1.88vw;line-height:75%;text-transform:uppercase}.cart__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart__total-text,.cart__total-text span,.cart__total-price{font-family:AmbassadoreType;font-size:1.25vw;line-height:100%;text-transform:uppercase}.cart__btn-wrapper{margin-top:1.77vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.cart__btn{margin-top:1.04vw;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border:1px solid #525252;padding:.83vw;font-family:AmbassadoreType;font-size:.83vw;line-height:75%;text-align:center;text-transform:uppercase;cursor:pointer;white-space:nowrap}p.cart__btn:first-of-type{background:#fff;color:#525252}.cart__btn:last-of-type{background:#525252;color:#fff}.cart .product-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:1.04vw}.cart .product-item:last-of-type{margin-bottom:0}.cart .product-item__img-wrapper{width:8.13vw;height:8.13vw;min-width:8.13vw;margin-right:1.25vw}.cart .product-item__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart .product-item__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.cart .product-item__title{font-family:AmbassadoreType;font-size:1.25vw;line-height:100%;text-transform:uppercase;color:#525252}.cart .product-item__datasheet{font-family:AmbassadoreType;font-size:.83vw;line-height:75%;text-transform:uppercase;margin-bottom:auto;margin-top:.78vw}.cart .product-item__price{margin-top:.78vw;justify-self:flex-end;font-family:AmbassadoreType;font-size:1.25vw;line-height:75%;text-transform:uppercase}.cart .product-item__actions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-width:2.08vw}.cart .product-item__counter{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #525252;font-family:AmbassadoreType;margin-right:.5vw;min-width:5.625vw;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:2.344vw}.cart .product-item__counter span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cart .product-item__counter.load:before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:1.5vw;height:1.5vw;border:.2px solid #d2d2d2;border-top-color:transparent;border-radius:50%;animation:spinner .9s linear infinite;z-index:4;opacity:1;transition:.6s;pointer-events:none}@keyframes spinner{to{transform:translate(-50%,-50%) rotate(360deg)}}.cart .product-item__counter-decrement,.cart .product-item__counter-increment{font-size:.73vw;padding:0 .94vw;cursor:pointer;opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s}.cart .product-item__counter-decrement._disabled,.cart .product-item__counter-increment._disabled,.cart .product-item__counter-decrement[data-counter="1"]{opacity:.3}.cart .product-item__close-btn{position:absolute;top:0;right:.5vw;height:1.35vw;width:1.35vw;border:1px solid #525252;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;font-size:0}.cart .product-item__close-btn .cross{position:relative;width:100%;height:100%;-webkit-transition:.6s;transition:.6s}.cart .product-item__close-btn .cross:before{position:absolute;content:"";width:50%;height:4%;background-color:#525252;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);-webkit-transition:.6s;transition:.6s}.cart .product-item__close-btn .cross:after{position:absolute;content:"";width:50%;height:4%;background-color:#525252;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);-webkit-transition:.6s;transition:.6s}.cart .product-item__close-btn .cross:hover:before{-webkit-transform:translate(-50%,-50%) rotate(225deg);transform:translate(-50%,-50%) rotate(225deg)}.cart .product-item__close-btn .cross:hover:after{-webkit-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}@media(max-width:1368px){.cart__wrapper{padding:clamp(78px,134px,16vh) 0 76px 3.13vw;max-width:520px;width:45vw}.cart__top{padding-bottom:10px}.cart__top:after{height:15px}.cart__middle{padding:15px 0;min-height:141px}.cart__bottom{padding-top:10px}.cart__bottom:after{height:15px}.cart__mini-title{font-size:14px;margin-bottom:9px}.cart__title{font-size:25px}.cart__total-text,.cart__total-text span,.cart__total-price{font-size:17px}.cart__btn-wrapper{margin-top:24px}.cart__btn{margin-top:15px;padding:12px;font-size:12px}.cart .product-item{margin-bottom:15px}.cart .product-item__img-wrapper{width:111px;min-width:111px;height:111px;margin-right:17px}.cart .product-item__title{font-size:17px}.cart .product-item__datasheet{font-size:12px;margin-top:10px}.cart .product-item__price{margin-top:10px;font-size:17px}.cart .product-item__actions-wrapper{min-width:30px}.cart .product-item__counter{height:28px;margin-right:10px;min-width:60px}.cart .product-item__counter.load:before{width:21px;height:21px}.cart .product-item__counter-decrement,.cart .product-item__counter-increment{font-size:10px;padding:0 10px}.cart .product-item__close-btn{height:18px;width:18px;right:10px}}@media(max-width:992px)and (orientation:portrait){.cart__total-text,.cart__total-text span,.cart__total-price{font-size:24px}.cart__btn-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.cart__btn{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;font-size:14px;padding:17px}p.cart__btn:first-of-type{margin-top:0}}@media(max-width:520px){.cart .product-item__img-wrapper{width:70px;min-width:70px;height:70px;margin-right:8px}}@media(max-height:520px)and (orientation:landscape){.cart__middle{min-height:105px}.cart__btn-wrapper{margin-top:5px}.cart__btn{margin-top:0}.cart .product-item__img-wrapper{width:75px;min-width:75px;height:75px}}@media(max-width:992px){.cart{top:0;left:0;right:0;width:100%;height:100%;height:100vh}.cart__wrapper{margin:0 auto;padding-left:0;width:90vw;min-width:90vw}}.cart__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;display:none;align-items:center;justify-content:center;flex-direction:column}.cart__overlay .cart__btn{max-height:50px;display:flex;align-items:center;justify-content:center}.cart__overlay.active{display:flex}
/*# sourceMappingURL=/cdn/shop/t/1/assets/cart.css.map */
