body,html{font-family:Montserrat,sans-serif;margin:0;padding:0}header{align-items:center;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.3);display:flex;height:50px;justify-content:center;width:100%}header #logo{text-align:center;width:calc(100% - 150px)}header #logo a{color:#000;font-size:18px;font-weight:500;text-decoration:none}header #cart{margin-right:7px;position:relative;width:30px}header #cart-count{align-items:center;background-color:#119e00;border-radius:20px;color:#fff;display:flex;font-size:12px;height:16px;justify-content:center;left:19px;padding:1px;position:absolute;top:-3px;width:16px}header #cart img{cursor:pointer;width:30px}header #account{margin-right:20px;width:30px}header #account img{cursor:pointer;width:30px}header #menu-open{width:50px}hr{border-color:#999;margin:0 30px}.clear{clear:both}.hide{display:none}.red-border{border:1px solid red!important}.no-link-style{color:#000;display:contents;text-decoration:none}.bold{font-weight:700}.no-scroll{overflow:hidden}.hamburger{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:28px;justify-content:space-between;left:5px;top:10px;width:33px;z-index:5555}.hamburger,.hamburger:after{position:absolute;transition:all .5s ease-in}.hamburger:after{background:#a0a0a0;bottom:0;content:"";left:0;right:0;top:0;transform:scale(0);z-index:1}.hamburger .line{background:#000;display:flex;height:4px;position:relative;transition:all .5s ease-in;width:100%;z-index:2}.hamburger .line:after{background:#fff;bottom:0;content:"";height:100%;left:0;position:absolute;top:0;transition:all .5s ease-in-out;width:0;z-index:1}.hamburger.open .line{background:#fff}.hamburger.open .line:first-of-type{margin-top:12px;transform:rotate(45deg)}.hamburger.open .line:nth-of-type(2){margin-top:-13px;transform:rotate(-45deg)}.hamburger.open .line:nth-of-type(3){opacity:0;visibility:hidden}.menu_body{background:rgba(0,0,0,.7);bottom:0;display:flex;height:100vh;overflow-y:auto;position:fixed;right:0;top:0;transform:translateX(-100%);transition:all .5s ease;width:100%;z-index:1}.menu_body.open{transform:translateX(0)}.menu_body .menu_body__item_wrapper{align-items:flex-start;display:flex;justify-content:flex-start;padding:40px 0;width:100%}.menu_body .menu_list{list-style:none;padding:0;width:100%}.menu_body .menu_list li .link{color:#fff;font-size:16px;font-weight:400;padding:15px 35px 15px 55px;position:relative;width:calc(100% - 90px)}.menu_body .menu_list li img{float:right;width:20px}.menu_body .menu_list .children{display:none;list-style-type:none;padding-bottom:10px;padding-left:30px}.menu_body .menu_list li .full-v-img{margin-right:10px;width:20px}.menu_body .menu_list li:last-child{margin-bottom:0}.menu_body .menu_list li a{color:#fff;font-size:16px;font-weight:400;position:relative;text-decoration:none;transition:all .5s ease}.menu_body .menu_list li a div{align-items:center;display:flex}.menu_body .menu_list li a:after{background:#a0a0a0;bottom:0;content:"";height:1px;left:0;position:absolute;transition:all .5s ease;width:0}.menu_body .menu_list li.has_child,.menu_body .menu_list li.has_child a{position:relative}.menu_body .menu_list li.has_child a:after{color:#fff;content:"+";left:calc(100% + 25px);position:absolute;top:0;width:0}.menu_body .menu_list li.has_child .sub-menu{background:transparent;display:none;left:unset;list-style:none;margin-top:15px;min-width:auto;opacity:1;padding:0 0 0 25px;position:relative;right:unset;top:unset;visibility:visible}.menu_body .menu_list li.has_child .sub-menu li{margin-bottom:15px;padding-left:0}.menu_body .menu_list li.has_child .sub-menu li a:after{display:none}#search-block{padding:10px 5px;position:relative}#search input,#search-block{box-sizing:border-box;width:100%}#search input{border:1px solid #bbb;font-family:Montserrat,sans-serif;font-size:16px;height:30px;outline:none;padding-left:10px}#search input:focus{box-shadow:0 0 10px rgba(0,0,0,.5)}#search button{background-color:#fff;border:none;cursor:pointer;height:25px;position:absolute;right:7px;top:12px}#search img{width:25px}#order .error,#search .error{color:red;font-size:10px}#search p{margin:2px 0 0}.last-active-order{padding:5px}.last-active-order p{margin-top:-10px;text-align:center}#slider .item{position:relative}#slider .item .background img{height:320px;margin:0;min-width:320px;object-fit:cover;overflow:hidden;width:100%}#slider .item .link{background-color:hsla(0,0%,100%,.8);bottom:5px;box-shadow:0 0 15px rgba(0,0,0,.3);box-sizing:border-box;color:#000;font-size:14px;padding:15px 5px;position:absolute;text-align:center;text-decoration:none;width:100%}#slider .slick-dots{bottom:-30px}#slider .slick-dots li button:before{font-size:10px}#categories-block{box-sizing:border-box;padding:5px;width:100%}#categories-block .category-item{box-shadow:0 0 15px rgba(0,0,0,.3);margin-bottom:10px}#categories-block .category-item .category-image img{width:100%}#categories-block .category-item .category-title{font-weight:600;padding:10px 0 20px;text-align:center}#categories-block .category-item .category-title .category-title-gray,.breadcrumb .category-title-gray{color:#666;font-weight:400}.home-page .product{box-sizing:border-box;padding:10px}.product .inner{box-shadow:0 0 15px rgba(0,0,0,.3);box-sizing:border-box;display:flex;flex-wrap:wrap;padding:15px}.product .inner .product-image{height:250px;margin-bottom:10px;max-height:250px;object-fit:contain;width:100%}.product .product-title{display:-webkit-box;height:40px;overflow:hidden;text-overflow:ellipsis;width:100%;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product .filter-attributes{color:#666;font-size:10px;height:50px;margin-top:10px;width:100%}.product .product-title a{color:#000;font-size:14px;text-decoration:none}.product .price .crossed-out-price{color:#666;font-size:12px;font-weight:400;text-decoration:line-through}.product .price{color:#333;display:flex;flex-direction:column;font-size:16px;font-weight:700;height:30px;justify-content:flex-end;padding-bottom:20px;text-align:right;width:100%}.product .rating{align-items:center;display:flex}.jq-rating-label,.jq-stars{display:inline-block}.jq-rating-label{font-family:Helvetica,Arial,Verdana,sans-serif;font-size:22px;position:relative;vertical-align:top}.jq-star{cursor:pointer;display:inline-block;height:100px;width:100px}.jq-star-svg{height:100%;width:100%}.jq-star-svg polygon{stroke:#000;stroke-linejoin:round}section .title{padding:10px;text-align:center}section .title .link{color:#000;text-decoration:none}section .title .link:hover{text-decoration:underline}footer{align-items:center;background-color:#eee;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;font-size:12px;margin-top:40px;padding:10px;width:100%}footer .title{font-weight:700;text-align:center}footer .items{align-items:center;display:flex;flex-direction:column;justify-content:center;line-height:1.7;width:100%}footer .items a{color:#000;text-decoration:none}footer .items p{margin:0}footer .items img{height:auto;margin:0 5px;width:15px}footer .items .social-network-img{width:40px}footer .copywrite{text-align:center}.comment .inner,footer div{margin-bottom:10px}.comment .inner{border:1px solid #eee;display:flex;flex-wrap:wrap;font-size:14px;padding:20px}.comment .author{color:#119e00;font-weight:600}.comment .date{color:#bebebe;font-weight:600;text-align:right}.comment .answer .author{color:#9932cc;width:100%}.comment .answer{box-sizing:border-box;display:flex;flex-direction:column;margin-left:50px;margin-top:25px;width:calc(100% - 50px)}.comment .text{width:100%}.green-button{-webkit-appearance:none;background-color:#119e00;border:none;border-radius:0;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;margin:5px 0;padding:20px;text-align:center;text-decoration:none;width:100%}.green-button:disabled{background-color:rgba(17,158,0,.6);cursor:default}.green{color:#119e00}.red{color:red}section .title{font-size:18px;font-weight:600;padding:5px}.breadcrumb{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:14px;height:60px;position:relative;text-align:center}.breadcrumb span{font-weight:700;width:100%}.breadcrumb .image{height:30px;left:5px;position:absolute;text-align:left;top:15px;width:30px}.breadcrumb img{height:30px}.account{box-sizing:border-box;padding:5px;width:100%}.account .left-side{display:flex;list-style-type:none;padding-left:0;width:100%}.account .left-side li{padding:5px;text-align:center;width:25%}.account .left-side li img{height:25px}.account .left-side li a{align-items:center;color:#000;cursor:pointer;display:flex;flex-direction:column;font-size:12px;text-decoration:none}.account .left-side li span{margin-top:5px}.account .left-side li.open{background-color:#eee}.main-part{box-sizing:border-box;width:100%}.main-part h4,.main-part h5{text-align:center}.my-orders{list-style-type:none;padding-left:0}.my-orders li{background:#eee;box-shadow:0 0 10px rgba(0,0,0,.5);display:flex;font-size:10px;height:80px;margin-bottom:15px;position:relative}.my-orders .products{display:flex;flex-wrap:wrap;padding:10px;width:70px}.my-orders .products a{margin-bottom:5px;width:100%}.my-orders .products img{width:50px}.my-orders .extra-products-amount{background:dimgrey;border-radius:50%;color:#fff;font-weight:700;height:15px;left:50px;padding:3px;position:absolute;text-align:center;top:5px;width:15px}.my-orders .products tbody,.my-orders .products td,.my-orders .products tr{border:none;container-type:size;margin:0;padding:0}.my-orders .info{padding:10px;width:calc(100% - 80px)}.my-orders .status{color:green;font-size:12px}.my-orders .number-order,.my-orders .status{font-weight:700;margin-bottom:5px;width:100%}.my-orders .number-order{font-size:10px}.my-orders .datetime-price{display:flex;width:100%}.my-orders .datetime{color:#666;font-size:10px;font-weight:700;width:60%}.my-orders .price{font-size:12px;font-weight:700;text-align:right;width:40%}#login,#restore-password,#sign_up,#update-password{box-sizing:border-box;margin-top:30px;padding:0 10px;width:100%}#login .error,#restore-password .error,#save-contact .error,#sign_up .error,#update-account-password .error,#update-password .error{color:red;font-size:12px}#login p,#restore-password p,#save-contact p,#sign_up p,#update-account-password p,#update-password p{font-size:14px;margin-bottom:4px}#login input[type=password],#login input[type=text],#restore-password input[type=text],#save-contact input[type=password],#save-contact input[type=text],#save-contact select,#save-contact textarea,#sign_up input[type=password],#sign_up input[type=text],#update-account-password input[type=password],#update-password input[type=password]{border:1px solid #e0e0e0;box-sizing:border-box;font-family:Montserrat,sans-serif;font-size:16px;outline:none;padding:10px;resize:none;width:100%}#login input[type=submit],#restore-password input[type=submit],#save-contact input[type=submit],#sign_up input[type=submit],#update-account-password input[type=submit],#update-password input[type=submit]{border-radius:0;box-sizing:border-box;font-size:16px;margin-top:20px;padding:15px;width:100%}#login input:focus,#restore-password input:focus,#save-contact input[type=text]:focus,#save-contact select:focus,#sign_up input:focus,#update-account-password input:focus,#update-password input:focus{box-shadow:0 0 10px rgba(0,0,0,.5)}#save-contact .required,#sign_up .required,#update-account-password .required{color:red}#login .red,#restore-password .red,#save-contact .red,#sign_up .red,#update-account-password .red,#update-password .red{border:1px solid red!important}.filter-buttons{box-sizing:border-box;display:flex;justify-content:space-between;padding:15px 5px;width:100%}.filter-buttons button{align-items:center;background-color:#eee;border:none;box-sizing:border-box;color:#000;display:flex;font-family:Montserrat,sans-serif;justify-content:center;padding:15px;width:49%}.filter-buttons button img{height:20px;margin-left:5px;width:20px}#products-block{box-sizing:border-box;padding:5px;width:100%}#products-block .product{box-shadow:0 0 15px rgba(0,0,0,.3);margin-bottom:10px}.navigation{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:10px;width:100%}.navigation span a{border:1px solid #eaeaea;color:#a3a3a3}.navigation span a,.navigation span.current{display:block;float:left;font-size:14px;height:22px;margin-right:3px;padding:10px 5px 5px;text-align:center;text-decoration:none;width:25px}.navigation span.current{background-color:#0f0f0f;border:1px solid #000;color:#fff}#mobile-filters .filter-title{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;font-size:14px;font-weight:700;justify-content:space-between}#mobile-filters .filter-title img{margin-left:10px;width:15px}#mobile-filters .show-all{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;font-size:12px;font-weight:500;justify-content:center;padding:0 10px}#mobile-filters .show-all img{margin-left:15px;width:12px}#mobile-filters .inner .hidden-part{display:none;margin-top:12px}#mobile-filters .filter{border-bottom:1px solid #eee;clear:both}#mobile-filters .filter:first-child{margin-top:20px}#mobile-filters .filter:last-child{border-bottom:none}#mobile-filters .filter .outer{padding:5px 5px 20px;position:relative}#mobile-filters .filter .outer.hidden{display:none}#mobile-filters .filter .price-filter{align-items:center;display:flex;font-size:12px;justify-content:flex-start;margin-bottom:20px}#mobile-filters .filter .price-filter input{border:1px solid #000;height:25px;margin-right:10px;outline:none;padding:0 10px;width:50px}#mobile-filters .filter .price-filter span{margin-right:10px}.container{align-items:center;cursor:pointer;display:flex;font-size:12px;height:23px;margin-bottom:12px;padding-left:35px;position:relative;user-select:none}.container:last-of-type{margin-bottom:0}.container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkmark{background-color:#eee;height:25px;left:0;position:absolute;top:0;width:25px}.container input:checked~.checkmark{background-color:#119e00}.checkmark:after{content:"";display:none;position:absolute}.container input:checked~.checkmark:after{display:block}.container .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:10px;left:9px;top:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:5px}.radio-container{align-items:center;cursor:pointer;display:flex;font-size:12px;height:23px;margin-bottom:12px;padding-left:35px;position:relative;user-select:none}.radio-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.radio-checkmark{background-color:#eee;border-radius:50%;height:25px;left:0;position:absolute;top:0;width:25px}.radio-container input:checked~.radio-checkmark{background-color:#119e00}.radio-checkmark:after{content:"";display:none;position:absolute}.radio-container input:checked~.radio-checkmark:after{display:block}.radio-container .radio-checkmark:after{background:#fff;border-radius:50%;height:8px;left:9px;top:9px;width:8px}.page-title{border-bottom:1px solid #eee;box-sizing:border-box;margin-bottom:10px;padding:5px 0;text-align:center}#filters-mobile-form{padding-bottom:78px}#mobile-filters,#mobile-sorting{background:#fff;box-sizing:border-box;display:none;height:100%;left:0;padding:5px;position:absolute;top:0;width:100%}#mobile-sorting .page-title{margin-bottom:15px}#use-filters{background:#fff;bottom:0;box-sizing:border-box;display:flex;justify-content:space-between;left:0;padding:15px 0;position:fixed;width:100%}#use-filters button{border:1px solid #000;box-sizing:border-box;color:#000;font-family:Montserrat,sans-serif;padding:15px;text-align:center;width:49%}#use-filters .use{background:#000;color:#fff}#use-filters .cancel{background:#fff}#filters-mobile-form .selected-filters div.item{align-items:center;background-color:#eee;cursor:pointer;display:flex;float:left;font-size:12px;justify-content:space-around;margin-right:5px;margin-top:3px;padding:3px 6px}#filters-mobile-form .selected-filters img{margin-left:5px;width:10px}.product-page{padding:0 5px}.product-page .images{box-sizing:border-box;height:350px;width:100%}.product-page .images .list{border:1px solid #eee;height:90px;overflow:hidden;text-align:center;width:100%}.product-page .images .main{cursor:pointer;margin-bottom:10px;text-align:center;width:100%}.product-page .images .main img{height:240px;max-height:500px;max-width:100%;object-fit:contain;width:auto}.product-page .images .list .inner{align-items:center;box-sizing:border-box;display:inline-flex;height:84px;overflow-x:scroll;padding:5px;width:100%}.product-page .images .list img{box-sizing:border-box;height:70px;object-fit:contain;padding:5px;width:65px}.product-page .detail .product-title{font-size:18px;font-weight:600;width:100%}.product-page .detail .product-code{color:#999;font-size:12px}.product-page .detail{margin-top:20px;width:100%}.product-page .detail .attributes-buy{width:100%}.product-page .crossed-out-price{color:#666;font-size:16px;font-weight:400;margin-top:20px;text-align:right;text-decoration:line-through}.product-page .detail .attributes{background-color:#eee;box-sizing:border-box;font-size:10px;padding:20px;width:100%}.product-page .detail .property-link{background:#ccc;font-size:12px;margin-top:-10px;padding:10px 0;text-align:center;width:100%}.product-page .detail .attributes .title{font-weight:700;text-align:left}.product-page .detail .attributes .value{text-align:right}.product-page .detail .title,.product-page .detail .value{font-size:10px;width:50%}.product-page .detail .attribute{align-items:baseline;display:flex;justify-content:space-between;line-height:1}.information-block{display:flex;flex-wrap:wrap}.information{border:1px solid #eee;margin-top:20px;padding:0 20px;width:100%}.information .delivery-paid-stock ul{padding-left:25px}.information .delivery-paid-stock p{align-items:center;display:flex;font-weight:600;margin:20px 0 0}.delivery-paid-stock{font-size:12px;width:100%}.product-page .detail .price{font-size:18px;font-weight:600;margin:5px 0 20px;text-align:right}.add2cart{display:flex;justify-content:flex-end;width:100%}.add2cart div{align-items:center;background-color:#119e00;color:#fff;display:flex;font-weight:500;justify-content:center;padding:10px 0;width:100%}.add2cart img{margin-left:10px;width:25px}.product-page .description{clear:both;font-size:18px;line-height:2;padding-top:50px;width:100%}.product-page .readonly-rating{align-items:center;display:flex;margin:5px 0 0}.product-page .in-stock{align-items:center;display:flex;font-size:11px;height:25px;margin-bottom:10px;width:161px}.product-page .in-stock p{margin-right:10px}.product-page .tabs-place{clear:both;padding-top:50px;width:100%}.product-page .tabs-place .tabs{align-items:center;border-bottom:1px solid #119e00;display:flex;justify-content:flex-start}.product-page .tabs-place .tabs .tab{font-size:12px;padding:10px 20px}.product-page .tabs-place .tabs .tab.active{background-color:#119e00;color:#fff}.product-page .tabs-place .content{width:100%}.product-page .tabs-place .content .content-tab{box-sizing:border-box;display:none;padding:20px}.product-page .tabs-place .content .content-tab.active{display:block}.product-page .tabs-place .content .content-tab table{font-size:12px;width:100%}.product-page .tabs-place .content .content-tab table tr:nth-child(odd){background-color:#eee}.product-page .tabs-place .content .content-tab table td{padding:10px;width:50%}.product-page .tabs-place .content .content-tab table td:first-child{font-weight:600}.product-page .tabs-place .content img{max-width:100%}#product-preview-mobile{display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}#product-preview-mobile #background{background-color:rgba(0,0,0,.6);height:100vh;left:0;position:fixed;top:0;width:100vw}#product-preview-mobile .products{background-color:#fff;box-sizing:border-box;height:90%;left:5%;padding:20px;top:5%;width:90%}#product-preview-mobile .products img{height:70vh;object-fit:contain;width:100%}#product-preview-mobile .slick-dots{bottom:30px;width:calc(100% - 40px)}#reviews,#reviews #add-review{margin-bottom:20px;width:100%}#reviews #add-review{font-size:12px}#reviews #add-review .rating_m{margin-bottom:10px}#comment-list{box-sizing:border-box;font-size:12px;width:100%}#comment-list h4{font-size:14px;font-weight:600;text-align:center}.comment .inner p{margin:10px 0 0}.comment .author,.comment .date{margin-bottom:15px;width:50%}#scroll-top{background-color:hsla(0,0%,80%,.5);bottom:40px;cursor:pointer;display:none;padding:20px 15px;position:fixed;right:40px}#scroll-top img{width:30px}section .feedbacks{box-sizing:border-box;padding:5px;width:100%}#comment{height:80px;margin-bottom:10px}.feedbacks #comment{width:100%}.feedback-title{font-weight:700;margin:40px 0;text-align:center}.main-page-btn,.send-btn-block{display:flex;justify-content:end}.add-comment .inner{background-color:#eee;box-sizing:border-box;font-size:13px;padding:20px;width:100%}.add-comment p{font-weight:500;margin:0 0 30px}.add-comment label{display:block;margin:10px 0;width:100%}.add-comment input[type=text],.add-comment textarea{border:1px solid #eee;border-radius:unset;box-sizing:border-box;font-family:Montserrat,sans-serif;margin:5px 0;outline:none;padding:5px;resize:none;width:100%}.add-comment input[type=text]:focus,.add-comment textarea:focus{box-shadow:0 0 10px rgba(0,0,0,.3)}#sign_up input.red,.add-comment input[type=text].red,.add-comment textarea.red{border:1px solid red!important}#login .error,#restore-password .error,#save-contact .error,#sign_up .error,#update-password .error{color:red;font-size:12px}.add-comment label .field{display:block;float:left;width:100px}.add-comment label .required{color:red}.add-comment .comment-description{font-size:12px;font-weight:500;margin:20px 0;width:100%}#comment-popup,#feedback-popup{background-color:rgba(0,0,0,.6);display:none;height:100vh;left:0;position:fixed;top:0;width:100vw}#comment-popup div,#feedback-popup div{background-color:#fff;box-sizing:border-box;height:auto;line-height:2;margin:15% auto auto;padding:30px;text-align:center;width:90%}.home-page{box-sizing:border-box;padding:5px;width:100%}#feedbacks-mobile{margin-bottom:30px;width:100%}#feedback-buttons{display:flex;flex-wrap:wrap;width:100%}#feedbacks-mobile .feedback .inner{border:1px solid #eee}#close-feedback-popup{margin-top:20px}#cart-block{box-sizing:border-box;height:auto;padding:5px;width:100%}#cart-block .close-cart{display:flex;float:right;justify-content:flex-end;width:18px}#cart-block .close-cart img{cursor:pointer;width:18px}#cart-block .inner{max-height:500px;overflow:scroll;padding:0;width:100%}#cart-block .product-row{border-bottom:1px solid #eee;display:flex;font-size:12px;font-weight:500;margin-bottom:10px}#cart-block .product-row .image{height:auto;padding:10px}#cart-block .product-row img{height:auto;width:50px}#cart-block .product-row .info{box-sizing:border-box;display:flex;flex-wrap:wrap;width:calc(100% - 70px)}#cart-block .product-row .row{display:flex;flex-wrap:wrap;padding:10px;width:100%}#cart-block .product-row .info .product_title{box-sizing:border-box;font-size:16px;font-weight:500;padding:0 10px 0 0;width:calc(100% - 20px)}#cart-block .product-row .remove img{height:auto;width:20px}#cart-block .product-row .minus,#cart-block .product-row .plus{cursor:pointer;font-size:20px;font-weight:600;text-align:center;width:20px}#cart-block .product-row .minus{color:red}#cart-block .product-row .plus{color:#119e00}#cart-block .product-row .count{align-items:center;display:flex;width:60%}#cart-block .product-row input{border:1px solid #ccc;border-radius:unset;margin:0 15px;outline:none;padding:3px;text-align:center;width:30px}#cart-block .product-row .price{align-self:center;text-align:right;width:40%}#cart-block .total-price{margin:20px 0 40px}#cart-block .total-price span{font-weight:700}#go-to-order{display:flex;justify-content:flex-start;width:100%}#cart-block p{font-size:14px}#cart-block h4,#cart-block p{text-align:center}#cart-block .smile{display:flex;justify-content:center}#cart-block .smile img{margin:30px auto 50px;width:25%}#cart-block .continue-purchase{display:flex;justify-content:center;width:100%}#login,#restore-password,#sign_up,#update-password,.order-place{box-sizing:border-box;padding:5px;width:100%}#login p,#restore-password p,#save-contact p,#sign_up p,#update-password p,.order-place p{font-size:12px;margin:18px 0 6px}#login input[type=password],#login input[type=text],#restore-password input[type=text],#save-contact input[type=password],#save-contact input[type=text],#save-contact select,#save-contact textarea,#sign_up input[type=password],#sign_up input[type=text],#update-password input[type=password],.order-place input[type=text],.order-place select,.order-place textarea{border:1px solid #e0e0e0;box-sizing:border-box;font-family:Montserrat,sans-serif;font-size:12px;outline:none;padding:6px 10px;resize:none;width:100%}#login input[type=submit],#restore-password input[type=submit],#save-contact input[type=submit],#sign_up input[type=submit],#update-password input[type=submit],.order-place input[type=submit]{width:100%}#login input:focus,#restore-password input:focus,#save-contact input[type=text]:focus,#save-contact select:focus,#sign_up input:focus,#update-password input:focus,.order-place input[type=text]:focus,.order-place select:focus,.order-place textarea:focus{box-shadow:0 0 10px rgba(0,0,0,.5)}#save-contact .required,#sign_up .required,.order-place .required{color:red}.order-place .total-price{font-size:16px;font-weight:700;margin:20px 0;text-align:center}.order-place .total-price span{color:#119e00}.order-detail{box-sizing:border-box;padding:5px;width:100%}.order-detail .thanks{font-size:12px;line-height:1.5;margin-bottom:30px;text-align:center}.order-detail .products{margin:0 auto 40px;width:80%}.order-detail .products td{background-color:#eee;font-size:13px;padding:10px}.order-detail .products td.image{width:50px}.order-detail .products td.count{text-align:center;width:50px}.order-detail .products td a{color:#000;text-decoration:none}.order-detail p{font-size:13px;text-align:center}.order-detail p span{color:#119e00;font-weight:600}.order-detail .products img{height:auto;object-fit:contain;width:50px}.order-detail-page .info{display:flex;flex-wrap:wrap;width:100%}.order-detail-page .info .right{text-align:right}.order-detail-page .info div{color:#555;font-size:14px;font-weight:700;margin-bottom:20px;width:50%}.order-detail-page .info div .label{color:#000;font-size:12px;font-weight:400}.order-detail-page .delivery-payment{border-bottom:1px solid #eee;border-top:1px solid #eee;color:#444;font-weight:700;padding:10px 0;text-align:center}.order-detail-page .delivery-payment-info{display:flex;margin-bottom:30px;padding:15px}.order-detail-page .delivery-payment-info img{height:30px;width:30px}.order-detail-page .delivery-payment-info .span-text{font-size:10px;padding:5px 0;text-align:left}.order-detail-page .delivery-payment-info div{box-sizing:border-box;font-size:12px;padding-left:20px;width:calc(100% - 40px)}.order-detail-page .products .order-product{border-bottom:1px solid #eee;display:flex}.order-detail-page .products .order-product .image{padding:5px;text-align:center;width:80px}.order-detail-page .products .order-product .image img{width:60px}.order-detail-page .products .order-product .product-information{display:flex;flex-wrap:wrap;width:calc(100% - 70px)}.order-detail-page .products .order-product .product-information .title{font-size:12px;padding:10px 0 0;text-align:left;width:100%}.order-detail-page .products .order-product .product-information .quantity{color:#666;font-size:10px;width:50%}.order-detail-page .products .order-product .product-information .price{font-size:12px;text-align:right;width:50%}.about-us,.contacts,.delivery-pay,.warranty{box-sizing:border-box;font-size:12px;line-height:1.5;padding:5px 5px 20px;width:100%}.about-us h3,.contacts h3,.delivery-pay h3,.warranty h3{text-align:center}.about-us span,.contacts span,.delivery-pay span,.warranty span{color:#119e00;font-weight:600;white-space:nowrap}.about-us p,.contacts p,.delivery-pay p,.warranty p{padding-left:10px}.about-us h4,.contacts h4,.delivery-pay h4,.warranty h4{font-size:14px;margin:30px 0 0;text-align:center}.about-us ul li,.contacts ul li,.delivery-pay ul li,.warranty ul li{margin-bottom:10px}.about-us .image,.contacts .image,.delivery-pay .image,.warranty .image{text-align:center;width:100%}.about-us img,.contacts img,.delivery-pay img,.warranty img{width:30%}.about-us .social-network img{height:auto;margin:5px;width:20px}.np-block{font-size:12px;font-weight:500}.not-found{text-align:center}.not-found img{height:auto;margin-top:50px;width:100px}.success{color:#119e00;margin-top:5px}.no-orders,.success{font-size:12px}.filter.promotion-category-outer{font-size:12px;list-style-type:none}.filter.promotion-category-outer li{padding:5px 0}.filter .promotion-category-inner{list-style-type:none}.filter.promotion-category-outer a{color:#000;text-decoration:none}.filter.promotion-category-outer a:hover{font-weight:700}.select2-container--default .select2-selection--single .select2-selection__arrow b{border:solid #000!important;border-width:0 1px 1px 0!important;display:inline-block;left:64%!important;padding:2.5px;rotate:45deg}