@-webkit-keyframes opening-overlay{0%{opacity:0;background-color:rgba(40,17,8,0)}to{opacity:1;z-index:999;background-color:rgba(40,17,8,.8)}}@keyframes opening-overlay{0%{opacity:0;background-color:rgba(40,17,8,0)}to{opacity:1;z-index:999;background-color:rgba(40,17,8,.8)}}@-webkit-keyframes opening-wrapper{0%{margin-top:100vh}90%{margin-top:-4vh}95%{margin-top:-1.5vh}to{margin-top:0}}@keyframes opening-wrapper{0%{margin-top:100vh}90%{margin-top:-4vh}95%{margin-top:-1.5vh}to{margin-top:0}}.popup-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0;background-color:rgba(40,17,8,0)}@media only screen and (max-width:768px){.popup-overlay{opacity:1;top:60px}}@media only screen and (min-width:768px) and (max-height:800px){.popup-overlay .popup-wrapper{overflow:auto;max-height:100vh;padding:30px 0;-webkit-box-sizing:border-box;box-sizing:border-box}}.popup-overlay.active{-webkit-animation:opening-overlay .5s forwards;animation:opening-overlay .5s forwards}.popup-overlay.active .popup-wrapper{-webkit-animation:opening-wrapper .5s forwards;animation:opening-wrapper .5s forwards;height:100vh;overflow:scroll;width:100%}@media only screen and (max-width:768px){.popup-overlay.active .popup-wrapper{z-index:3}.popup-overlay.active .popup-wrapper .popup{top:60px;bottom:0}}.popup-overlay .popup-wrapper .popup{position:relative;margin:0 auto;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;min-height:100vh}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup{position:fixed;top:100vh;bottom:-100vh;left:0;right:0;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;background-color:#fff;-webkit-transition:top .4s ease-out;transition:top .4s ease-out}}.popup-overlay .popup-wrapper .popup .popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:transparent;padding-bottom:5px;width:100%;max-width:780px;margin:0 auto}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-header{display:none}}.popup-overlay .popup-wrapper .popup .popup-header img{cursor:pointer}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-container{height:calc(100vh - 60px)}}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile{display:none}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile{display:block;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile .close-btn{color:#270f07;font-size:12px;font-weight:700;outline:none;border:none;background-color:transparent}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile .close-btn:before{content:"\2039";font-size:15px;font-weight:400;padding-left:5px}}.feedback-popup .popup-overlay.active{z-index:1001}@media only screen and (max-width:768px){.feedback-popup .popup-overlay.active{background-color:#fff}}.feedback-popup .popup .popup-container .popup-header-mobile,.feedback-popup .popup .popup-header{display:none}.text-field-control>.text-field-label{font-size:14px;line-height:23px;margin-bottom:0}@media only screen and (max-width:768px){.text-field-control>.text-field-label{margin-bottom:30px;margin-top:15px}}.text-field-control>.text-field-label.required:before{content:"*";color:#9b1536;font-size:16px;padding-left:2px}.text-field-control>.input-wrapper{margin:0}.text-field-control>.input-wrapper>.text-field-input,.text-field-control>.input-wrapper>.text-field-textarea{padding:15px;border:1px solid #ddd;outline:none}.text-field-control>.input-wrapper>.text-field-input::-webkit-input-placeholder,.text-field-control>.input-wrapper>.text-field-textarea::-webkit-input-placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}.text-field-control>.input-wrapper>.text-field-input:-ms-input-placeholder,.text-field-control>.input-wrapper>.text-field-textarea:-ms-input-placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}.text-field-control>.input-wrapper>.text-field-input::placeholder,.text-field-control>.input-wrapper>.text-field-textarea::placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-input,.text-field-control>.input-wrapper>.text-field-textarea{min-width:unset;margin-bottom:10px}}.text-field-control>.input-wrapper>.text-field-input{min-width:330px}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-input{height:40px;padding:0 15px 0 0;width:93%;min-width:unset}}.text-field-control>.input-wrapper>.text-field-textarea{min-width:710px;min-height:80px;resize:none}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-textarea{width:87%;min-width:unset}}.text-field-control>.validation-error{color:#9b1536;font-size:12px;margin:0}.checkbox-input{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox-input:before{content:"\2714";border:1px solid #666;font-size:14px;padding:0 3px;border-radius:2px;display:inline-block;color:transparent;margin-left:10px;-webkit-transition:all .4s ease;transition:all .4s ease;max-height:16px;height:auto}.checkbox-input.active:before{background-color:#9b1536;border-color:#9b1536;color:#fff}.checkbox-input:active:before{-webkit-transform:scale(0);transform:scale(0)}.checkbox-input input[type=checkbox]{display:none}.checkbox-input .label-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666;font-size:14px}body[dir=ltr] .checkbox-input:before{margin-left:0;margin-right:10px}.support-btn-form .support-btn-form .form-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.support-btn-form .support-btn-form .form-box .text-field-label{font-size:16px}.support-btn-form .support-btn-form .form-box .text-field-control{margin:0 15px 0 0}.support-btn-form .support-btn-form .form-box .input-wrapper{margin:5px 0 10px}.support-btn-form .support-btn-form .form-box .text-field-input{min-width:198px;min-width:unset;min-height:40px;padding:0 20px 0 0;width:198px}.support-btn-form .support-btn-form .form-box .text-field-textarea{min-width:435px;min-height:28px;min-width:unset;min-height:unset;padding:10px 20px 0 0;width:435px;height:28px}.support-btn-form .support-btn-form .form-box .validation-error{margin:-5px 2px 5px 0}.support-btn-form .support-btn-form .button-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px}.support-btn-form .support-btn-form .button-checkbox-group .checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support-btn-form .support-btn-form .button-checkbox-group .checkbox-group .checkbox-box{width:100%}.support-btn-form .support-btn-form .checkbox-input{margin:0 15px 10px 0;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.support-btn-form .support-btn-form .checkbox-input:before{font-size:14px;padding-left:2px;padding-right:2px}.support-btn-form .support-btn-form .checkbox-input .checkbox-txt,.support-btn-form .support-btn-form .checkbox-input .label-text{color:#281108;font-size:12px}.support-btn-form .support-btn-form .checkbox-input .checkbox-txt .chek-link{color:#281108;text-decoration:underline}.support-btn-form .support-btn-form .btn-box{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px;margin-left:56px;padding-top:15px}.support-btn-form .support-btn-form .btn-box .form-btn-send{width:103px;height:40px;background-color:#9b1536;color:#fff;font-size:14px;border:none;margin-left:15px;-webkit-transition:all .3s ease;transition:all .3s ease}.support-btn-form .support-btn-form .btn-box .form-btn-send:hover{background-color:#c71244;cursor:pointer}.support-btn-form .support-btn-form .btn-box .form-btn-send:disabled{background-color:grey}.support-btn-form .support-btn-form .btn-box .form-btn-clear{width:103px;height:40px;margin-left:15px;background-color:#f3f3f3;color:#281108;font-size:14px;border:none;-webkit-transition:all .3s ease;transition:all .3s ease}.support-btn-form .support-btn-form .btn-box .form-btn-clear:hover{background-color:#d6d2d2;cursor:pointer}.radio-wrapper .control{display:block;position:relative;cursor:pointer}.radio-wrapper .control .radio{position:absolute;z-index:-1;opacity:0}.radio-wrapper .control .radio:checked+.control__indicator{border:2px solid #9b1536}.radio-wrapper .control .radio:checked+.control__indicator:after{-webkit-transform:scale(1);transform:scale(1)}.radio-wrapper .control .radio:checked+.control__indicator+.txt-box{color:#9b1536}.radio-wrapper .control .control__indicator{content:"";position:absolute;right:0;width:16px;height:16px;background:#fff;border:2px solid #767676;border-radius:50%}.radio-wrapper .control .control__indicator:after{-webkit-transition:-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);transition:-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);transition:transform .4s cubic-bezier(.45,1.8,.5,.75);transition:transform .4s cubic-bezier(.45,1.8,.5,.75),-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);content:"";-webkit-transform:scale(0);transform:scale(0);position:absolute;top:3px;left:3px;z-index:1;width:10px;height:10px;background-color:#9b1536;border-radius:50%}.radio-wrapper .control .txt-box{color:#281108;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.radio-wrapper .control .txt-box .radio-sub-txt,.radio-wrapper .control .txt-box .radio-txt{font-size:14px;line-height:20px;padding-right:30px}body[dir=ltr] .radio-wrapper .control .control__indicator{right:inherit;left:0}body[dir=ltr] .radio-wrapper .control .txt-box .radio-txt{padding-right:0;padding-left:30px}.image-slider-wrapper{padding:25px 0;direction:ltr;position:relative}.image-slider-wrapper .arrow-prev-container{position:absolute;left:0;top:39%;z-index:2}.image-slider-wrapper .arrow-next-container{position:absolute;right:0;top:39%;z-index:2}.image-slider-wrapper .arrow-btn{background-color:#fff;border:none;-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);cursor:pointer}.image-slider-wrapper .slider-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.image-slider-wrapper .slider-item .choice-img{margin-bottom:5px;max-width:101px;max-height:150px;width:100%;height:auto}.image-slider-wrapper .slider-item .role-txt{font-size:14px;text-align:end}.image-slider-wrapper .radio-wrapper .control{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}.image-slider-wrapper .radio-wrapper .control .control__indicator{bottom:25px;right:0;width:7px;height:7px}.image-slider-wrapper .radio-wrapper .control .control__indicator:after{top:1px;left:1px;width:5px;height:5px}.image-slider-wrapper .radio-wrapper .control .txt-box{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%}.image-slider-wrapper .radio-wrapper .control .radio-txt{padding:0;font-weight:700;font-size:16px}.image-slider-wrapper .radio-wrapper .control .radio-sub-txt{padding:0;max-width:112px;text-align:right}.image-slider-wrapper .slick-slide .slick-track,.slick-slider .slick-list{direction:ltr}.image-slider-wrapper .radio-wrapper .control .radio-sub-txt,.image-slider-wrapper .radio-wrapper .control .radio-txt{padding-right:25px}[dir=rtl] .slick-slide{float:left}.image-slider-wrapper .slick-track{top:0;left:-155px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.support-btn-box{position:fixed;left:30px;bottom:30px;z-index:1000}.support-btn-box .support-btn{position:relative;color:#fff;background-color:#9b1536;font-size:18px;padding:10px 30px;outline:none;border:none;cursor:pointer}.support-btn-box .support-btn:before{position:absolute;left:20px;top:100%;border:7px solid transparent;border-top:7px solid #9b1536;content:""}@media only screen and (max-width:768px){.support-btn-box .support-btn{display:none}}.support-popup-box .support-form-box{background-color:#fff;position:relative;height:616px;padding:25px;width:777px;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.support-popup-box .support-form-box .support-box .support-title{font-size:18px;font-weight:400;line-height:23px;max-width:560px;margin-bottom:15px;text-align:center;margin:0 auto;padding-bottom:25px;width:509px;height:48px}.support-popup-box .support-form-box .support-box .choice{direction:ltr;border-top:1px solid #ddd}.support-popup-box .support-form-box .support-box .choice .error-message{color:#9b1536;font-size:12px;margin-top:15px}.support-popup-box .support-form-box .support-box .support-form{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:16px 0}.support-popup-box .support-form-box.close{height:0;opacity:0;visibility:hidden;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;padding:0}#ask-the-expert .popup-overlay .popup-wrapper .popup{position:relative;left:0;bottom:0;z-index:1000;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-height:700px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:40px 0 20px}}@media only screen and (max-height:600px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:60px 0 20px}}@media only screen and (max-height:550px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:100px 0 20px}}#ask-the-expert .popup-overlay .popup-wrapper .popup .popup-header{width:100%;max-width:827px;padding:0;margin:0 auto 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#ask-the-expert .popup-overlay .popup-wrapper .popup .popup-container .support-popup-box .feedback-popup .popup-container div div{position:fixed;top:50%;right:50%}#support-form-box-close{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}#support-form-box-close h2{color:#281108;font-size:40px;font-weight:300;line-height:44px}#support-form-box-close p{color:#333;font-size:16px;font-weight:400;margin-bottom:21px}#support-form-box-close a{width:250px;height:40px;border:1px solid #ac113c;background-color:#9b1536;color:#fff;font-size:16px;font-weight:400;line-height:25px;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}@media only screen and (max-width:768px){.popup-overlay{display:none}}@media only screen and (max-width:768px){.breadcrumbs{display:none}}.category .category-header{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:17px;padding-bottom:20px}@media only screen and (max-width:768px){.category .category-header{display:-webkit-box;display:-ms-flexbox;display:flex}}.category .category-header .home-btn{color:#270f07;font-size:12px;font-weight:700;line-height:19px;text-decoration:none}.category .category-header .home-btn:before{content:"\2039";padding-left:5px;font-size:18px;font-weight:400}.category .category-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:5px}.category .category-block .category-title{font-size:30px;margin:0;font-weight:lighter;margin-bottom:10px}@media only screen and (max-width:768px){.category .category-block .category-title{margin-top:0;margin-bottom:20px;font-size:28px;font-weight:400;line-height:31px}}.category .category-description{max-width:1285px;line-height:18px;color:#666;margin-bottom:15px;margin-top:15px;font-size:14px}.lock_link_box{display:none}@media only screen and (max-width:768px){.lock_link_box{margin-bottom:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.lock_link_box .lock_link{width:240px;height:40px;border:1px solid #e2781d;color:#e2781d;font-size:16px;font-weight:400;line-height:25px;text-decoration:none;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;-webkit-transition:all .3s ease;transition:all .3s ease}.lock_link_box .lock_link:hover{background-color:#b0053a;color:#fff}.oranged .lock_link_box{display:block}@media only screen and (max-width:768px){.oranged .lock_link_box{display:-webkit-box;display:-ms-flexbox;display:flex}}.product-item{position:relative;width:240px;height:500px;padding:20px 30px 30px;margin-bottom:30px;text-align:center;background-color:#fff;margin-left:40px}.product-item:nth-child(4n){margin-left:0}@media only screen and (max-width:1359px){.product-item:nth-child(3n){margin-left:0}.product-item:nth-child(4n){margin-left:40px}}@media only screen and (max-width:768px){.product-item{margin-bottom:15px;height:100%}}.product-item .product-title{font-size:20px;margin-top:0;font-weight:400;text-align:start;line-height:24px;cursor:pointer;margin-bottom:0;height:15%;max-width:210px}@media only screen and (max-width:768px){.product-item .product-title{text-align:center;font-size:18px;line-height:20px;text-transform:uppercase;max-width:170px;margin:0 auto;padding-bottom:40px;padding-top:15px}}.product-item .product-img{max-height:300px;max-width:200px;width:auto;height:auto;border:none;cursor:pointer}@media only screen and (max-width:768px){.product-item .product-img{max-height:240px;max-width:100%}}.product-item .product-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:34px;margin-top:30px}@media only screen and (max-width:768px){.product-item .product-tags{margin-bottom:45px}}.product-item .product-tags .product-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:40px;border:1px solid #ddd;background-color:#f5f5f5;min-width:60px;margin-left:5px;margin-bottom:6px;padding:4px 9px}.product-item .product-tags .product-tag .tag-title{font-size:11px;margin-right:8px}.product-item .product-btn{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;position:absolute;bottom:5px;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#b0053a;width:250px;height:40px;cursor:pointer;-webkit-transition:background-color .4s ease-out,color .4s ease-out;transition:background-color .4s ease-out,color .4s ease-out;border:1px solid #b0053a}@media only screen and (max-width:768px){.product-item .product-btn{position:relative;position:unset;-webkit-transform:none;transform:none;width:100%;left:0}}.product-item .product-btn:active,.product-item .product-btn:hover,.product-item .product-btn:link,.product-item .product-btn:visited{text-decoration:none}.product-item .product-btn:hover{background-color:#b0053a;color:#fff}.product-item .on-sale{width:60px;height:50px;-webkit-box-shadow:0 2px 8px hsla(0,0%,60%,.5);box-shadow:0 2px 8px hsla(0,0%,60%,.5);background-color:#9e233a;border-bottom-right-radius:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product-item .on-sale .on-sale-txt{color:#fff;font-size:13px;line-height:42px;padding-left:7px}.product-item .new-collection{width:80px;height:70px;-webkit-box-shadow:0 2px 8px hsla(0,0%,60%,.5);box-shadow:0 2px 8px hsla(0,0%,60%,.5);background-color:#9e233a;border-bottom-right-radius:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product-item .new-collection .new-collection-txt{color:#fff;font-size:13px;padding-left:7px;padding-top:15px}@media only screen and (max-width:768px){.product-item .popup-overlay{display:block}}.product-popup-wrapper{background-color:#fff;padding:30px;height:100%}@media only screen and (max-width:768px){.product-popup-wrapper{padding:0 30px}}.product-popup-wrapper .popup-product-title{font-size:24px;font-weight:400;line-height:24px;margin-top:0;margin-bottom:5px;text-align:start}.product-popup-wrapper .popup-product-description{font-size:14px;line-height:17px;max-width:300px;text-align:start}.product-popup-wrapper .popup-product-img{max-width:300px;height:auto;padding-top:30px}@media only screen and (max-width:768px){.product-popup-wrapper .popup-product-img{max-height:250px}}body[dir=ltr] .product-item{margin-left:0;margin-right:40px}@media only screen and (max-width:768px){body[dir=ltr] .product-item{margin-right:0}}body[dir=ltr] .product-item:nth-child(4n){margin-right:0}@media only screen and (max-width:1359px){body[dir=ltr] .product-item:nth-child(3n){margin-right:0}body[dir=ltr] .product-item:nth-child(4n){margin-right:40px}}body[dir=ltr] .product-item .product-tags .product-tag{margin-left:0;margin-right:5px}body[dir=ltr] .product-item .product-tags .product-tag .tag-title{margin-right:0;margin-left:8px}body[dir=ltr] .product-item .product-title{margin-left:auto}body[dir=ltr] .product-item .on-sale{width:65px}body[dir=ltr] .product-item .on-sale .on-sale-txt{padding-left:0;padding-right:15px}.no-result-box{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;padding:200px 0;max-width:1290px}@media only screen and (max-width:768px){.no-result-box{padding:0 0 25px;height:66vh;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}}.no-result-box .no-result-title{color:#333;font-size:34px;font-weight:400;line-height:34px;margin-top:0;margin-bottom:25px}@media only screen and (max-width:768px){.no-result-box .no-result-title{font-size:14px;line-height:14px;width:100%;margin-bottom:0}}.no-result-box .no-result-btn{color:#fff;font-size:16px;background-color:#9f233b;text-decoration:none;padding:9px 16px;-webkit-transition:color .4s ease-out,background-color .4s ease-out;transition:color .4s ease-out,background-color .4s ease-out}@media only screen and (max-width:768px){.no-result-box .no-result-btn{border:1px solid #9f233b;background-color:transparent;color:#9f233b;width:90%;text-align:center}}.no-result-box .no-result-btn:hover{cursor:pointer;background-color:#c71244}.toggle-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.toggle-input .toggle-line{width:30px;height:13px;position:relative;border-radius:50px;border:1px solid #281108}.toggle-input .toggle-line .toggle-circle{display:block;width:20px;height:20px;position:absolute;top:-3px;left:15px;cursor:pointer;background-color:#000;border-radius:50px;-webkit-transition:all .4s ease;transition:all .4s ease}.toggle-input input[type=checkbox]{display:none}.toggle-input .label-text{font-size:14px;line-height:20px;padding-right:10px}.toggle-input.active .toggle-line{border-color:#fff;background-color:rgba(155,21,54,.5)}.toggle-input.active .toggle-line .toggle-circle{left:-3px;background-color:#9b1536}body[dir=ltr] .toggle-input .label-text{padding-right:0;padding-left:10px}.filters-wrapper.top-fixed{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:stretch;-ms-flex-align:stretch;align-items:stretch;position:fixed;left:0;right:0;top:85px;bottom:auto;z-index:1}.filters-wrapper.top-fixed .category-filters{overflow:hidden;-webkit-transition:max-height .4s ease;transition:max-height .4s ease;max-height:0;padding:0;-webkit-transition:max-height .4s ease,padding .4s ease;transition:max-height .4s ease,padding .4s ease}.filters-wrapper.top-fixed .category-filters.open{max-height:250px;padding:10px 20px;border-bottom:1px solid #ddd}@media only screen and (max-width:768px){.filters-wrapper.top-fixed{display:none}}.filters-wrapper .category-filters{padding:20px 20px 30px;background-color:#fff}@media only screen and (max-width:768px){.filters-wrapper .category-filters{display:none}}.filters-wrapper .category-filters.collapsed .filters-info{margin-bottom:0}.filters-wrapper .category-filters.collapsed .filters-items{max-height:0;opacity:0;overflow:hidden}.filters-wrapper .category-filters .filters-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;-webkit-transition:margin-bottom .6s ease-out;transition:margin-bottom .6s ease-out}.filters-wrapper .category-filters .filters-info .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.filters-wrapper .category-filters .filters-info .pagination .numb-btn{font-size:0;line-height:0;display:block;width:20px;height:20px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.filters-wrapper .category-filters .filters-info .pagination .numb-btn.last-page:before{font-size:17px;content:"\AB";color:#270f07;font-weight:600}.filters-wrapper .category-filters .filters-info .pagination .numb-btn.next-page:before{font-size:17px;content:"\2039";color:#270f07;font-weight:600}.filters-wrapper .category-filters .filters-info .pagination .numb-btn.prev-page:before{font-size:17px;content:"\203A";color:#270f07;font-weight:600}.filters-wrapper .category-filters .filters-info .pagination .numb-btn.first-page:before{font-size:17px;content:"\BB";color:#270f07;font-weight:600}.filters-wrapper .category-filters .filters-info .pagination .numb-txt{font-size:14px}.filters-wrapper .category-filters .filters-info .pagination .numb-txt-color{color:#46352c}.filters-wrapper .category-filters .filters-info .tab-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.filters-wrapper .category-filters .filters-info .tab-box .reset-btn{color:#9b1536;font-size:14px;line-height:20px;text-decoration:underline;cursor:pointer}.filters-wrapper .category-filters .filters-info .tab-box .tab-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box:last-child{margin-left:20px}.filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box:last-child .tab-line{display:none}.filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box .tab-item{margin-left:20px;font-size:14px;line-height:20px;cursor:pointer}.filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box .tab-item.active{color:#9b1536;font-weight:700;border-bottom:3px solid #9b1536}.filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box .tab-line{color:#281108;font-size:18px;font-weight:400;padding-left:35px;padding-right:5px}.filters-wrapper .category-filters .filters-info .tab-box .info-txt-box{padding-left:30px}.filters-wrapper .category-filters .filters-info .tab-box .info-txt-box .info-txt{color:#999;font-size:14px;line-height:20px}.filters-wrapper .category-filters .filters-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;opacity:1;max-height:100px;-webkit-transition:max-height .6s ease,opacity .4s ease-out .6s;transition:max-height .6s ease,opacity .4s ease-out .6s}.filters-wrapper .category-filters .filters-items .filter-item{margin-left:20px;margin-bottom:10px}.filters-wrapper .category-filters .filters-items .filter-item:last-child{margin-left:0}.filters-wrapper .filter-btn{border-radius:0 0 15px 15px;background-color:#9e233a;color:#fff;font-size:13px;font-weight:700;overflow:hidden;max-height:30px;width:100px;padding:10px 0;line-height:8px;-webkit-transition:max-height .4s ease,padding .4s ease;transition:max-height .4s ease,padding .4s ease;font-family:inherit;outline:none;border:none;cursor:pointer;-ms-flex-item-align:center;align-self:center}.filters-wrapper .filter-btn.hidden{max-height:0;padding:0}body[dir=ltr] .filters-wrapper .category-filters .filters-info .tab-box .info-txt-box{padding-left:0;padding-right:30px}body[dir=ltr] .filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box .tab-item,body[dir=ltr] .filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box:last-child{margin-left:0;margin-right:20px}body[dir=ltr] .filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box .tab-item.active{color:#281108;border-bottom:3px solid #281108}body[dir=ltr] .filters-wrapper .category-filters .filters-info .tab-box .tab-items .tab-item-box .tab-line{padding-left:5px;padding-right:35px}.filter-wrapper-mobile{position:fixed;top:75px;left:20px;z-index:1}.filter-wrapper-mobile .filter-btn{font-size:14px;border:1px solid #ddd;outline:none;padding:2px 10px;background-color:#fff;display:none}@media only screen and (max-width:768px){.filter-wrapper-mobile .filter-btn{display:block}}.filter-wrapper-mobile .filter-btn.active{color:#fff;background-color:#9b1536;border:1px solid #ac113c}.filter-wrapper-mobile .mobile-filters-box{display:none;position:fixed;left:0;right:0;top:100vh;bottom:0;z-index:5;background-color:#fff;-webkit-transition:top .4s ease-out;transition:top .4s ease-out}@media only screen and (max-width:768px){.filter-wrapper-mobile .mobile-filters-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filter-wrapper-mobile .mobile-filters-box.active{top:60px}}.filter-wrapper-mobile .mobile-filters-box .mobile-filters-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:36px;padding:20px 20px 0}.filter-wrapper-mobile .mobile-filters-box .mobile-filters-header .filter-header-title .filter-header-title-txt{font-size:16px;line-height:16px;margin:0}.filter-wrapper-mobile .mobile-filters-box .mobile-filters-header .filter-header-logo{width:35px}.filter-wrapper-mobile .mobile-filters-box .mobile-filters-header .filter-header-logo .header-logo{width:100%}.filter-wrapper-mobile .mobile-filters-box .tab-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.filter-wrapper-mobile .mobile-filters-box .tab-list .tab-item{border-right:.5px solid #ccc;padding:0 15px}.filter-wrapper-mobile .mobile-filters-box .tab-list .tab-item:first-child{border-right:none;padding-right:0}.filter-wrapper-mobile .mobile-filters-box .tab-list .tab-item .tab-item-text{color:#333;font-size:14px}.filter-wrapper-mobile .mobile-filters-box .tab-list .tab-item .tab-item-text.active{color:#9b1536;border-bottom:2px solid #9b1536;padding-bottom:3px}.filter-wrapper-mobile .mobile-filters-box .filter-items{display:block;overflow:auto;border-bottom:1px solid #ddd;padding:5px 20px 40px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.filter-wrapper-mobile .mobile-filters-box .filter-items .filter-item{margin-bottom:20px}.filter-wrapper-mobile .mobile-filters-box .filter-items .filter-item:last-child{margin-bottom:0}.filter-wrapper-mobile .mobile-filters-box .on-sale-toggle{margin:0 20px;padding:20px 0;border-bottom:1px solid #ddd}.filter-wrapper-mobile .mobile-filters-box .bottom-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:25px 20px}.filter-wrapper-mobile .mobile-filters-box .bottom-section .product-count{color:#870029;font-size:16px;line-height:21px;margin-right:20px}.filter-wrapper-mobile .mobile-filters-box .bottom-section .apply-btn{color:#9b1536;font-size:16px;border:.5px solid #9b1536;outline:0;background-color:transparent;padding:10px 25px}body[dir=ltr] .filter-wrapper-mobile .mobile-filters-box .bottom-section .product-count{margin-right:0;margin-left:20px}body[dir=ltr] .filter-wrapper-mobile .mobile-filters-box .tab-list .tab-item{border-right:none;border-left:.5px solid #ccc}body[dir=ltr] .filter-wrapper-mobile .mobile-filters-box .tab-list .tab-item:first-child{border-left:none}body[dir=ltr] .filter-wrapper-mobile .mobile-filters-box .tab-list .tab-item .tab-item-text{margin-right:10px}.category-products .filter-box{position:relative}.category-products .product-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:30px 0}@media only screen and (max-width:768px){.category-products .product-items{padding:0}}@media only screen and (max-width:768px){.category-products .product-items .product-item{margin-left:0;padding:17px;width:100%}.category-products .product-items .product-item.visible{display:inline;display:initial}}.category-products .category-btn-box{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}@media only screen and (max-width:768px){.category-products .category-btn-box{display:-webkit-box;display:-ms-flexbox;display:flex}}.category-products .category-btn-box .category-btn{font-size:16px;font-weight:700;outline:none;background-color:transparent;width:90%;height:40px;border:none}.category-products .bottom-navigation{border-top:2px solid #ddd;border-bottom:2px solid #ddd;padding:30px 0;font-size:16px;margin-left:30px}@media only screen and (max-width:768px){.category-products .bottom-navigation{display:none}}.category-products .bottom-navigation .navigation-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:16px}.category-products .bottom-navigation .navigation-wrapper .next,.category-products .bottom-navigation .navigation-wrapper .prev{color:#281108;text-decoration:none;cursor:pointer}.category-products .bottom-navigation .navigation-wrapper .disabled.next,.category-products .bottom-navigation .navigation-wrapper .disabled.prev{cursor:default;color:#ddd}.category-products .bottom-navigation .navigation-wrapper .next:after{content:"\203A";padding-right:10px;font-size:18px}.category-products .bottom-navigation .navigation-wrapper .prev:before{content:"\2039";padding-left:10px;font-size:18px}.category-products .bottom-navigation .navigation-wrapper .divider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 20px}.category-products .bottom-navigation .navigation-wrapper .divider .line{border-left:.5px solid #979797;border-right:.5px solid #979797}