.bsRow{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.bs-none{display:none !important;}
.bs-block{display:block !important;}
.biger-head-form-main.has-error input{border:1px solid #e3122a !important;}
#msg_error_auth{font-size:14px;margin:-20px 5px 15px;color:#e3122a !important;}
.biger-auth-checked-holder .biger-auth-code-again{display:none;color:#c36;width:100%;font-size:14px;font-weight:400;border-radius:9px;padding:16px 10px;background-color:transparent;border:none !important;}
.biger-auth-checked-holder .biger-auth-code-again:hover{background:transparent;color:#c36;}
.biger-form-auth-main.auth-form-load .load-holder{opacity:1;visibility:unset;}
.auth-form-load .biger-auth-submit{color:transparent !important;}
.biger-auth-checked-holder.auth-form-load .biger-auth-submit-checked{color:transparent !important;}
.biger-auth-checked-holder.auth-form-load .load-holder{opacity:1;visibility:unset;}
.load-holder{opacity:0;position:absolute;top:0;right:0;left:0;bottom:0;}
.animate-load{display:inline-block;position:relative;width:80px;height:45px;}
.animate-load div{position:absolute;top:20px;width:13px;height:13px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0, 1, 1, 0);}
.animate-load div:nth-child(1){left:8px;animation:animate-load1 0.6s infinite;}
.animate-load div:nth-child(2){left:8px;animation:animate-load2 0.6s infinite;}
.animate-load div:nth-child(3){left:32px;animation:animate-load2 0.6s infinite;}
.animate-load div:nth-child(4){left:56px;animation:animate-load3 0.6s infinite;}
@keyframes animate-load1 {
0%{transform:scale(0);}
100%{transform:scale(1);}
}
@keyframes animate-load3 {
0%{transform:scale(1);}
100%{transform:scale(0);}
}
@keyframes animate-load2 {
0%{transform:translate(0, 0);}
100%{transform:translate(24px, 0);}
} .bs-message{visibility:hidden;width:fit-content;min-width:250px;background-color:#333;color:#fff;text-align:center;border-radius:100px;padding:10px 30px;position:fixed;z-index:99999999;left:0;right:0;margin:0 auto;top:30px;font-size:17px;}
.bs-message.show{visibility:visible;-webkit-animation:fadein 0.5s, fadeout 0.5s 2.5s;animation:fadein 0.5s, fadeout 0.5s 2.5s;}
@-webkit-keyframes fadein {
from{top:0;opacity:0;}
to{top:30px;opacity:1;}
}
@keyframes fadein {
from{top:0;opacity:0;}
to{top:30px;opacity:1;}
}
@-webkit-keyframes fadeout {
from{top:30px;opacity:1;}
to{top:0;opacity:0;}
}
@keyframes fadeout {
from{top:30px;opacity:1;}
to{top:0;opacity:0;}
} .biger-auth-pass-holder #biger-auth-checked--pass{width:100%;font-size:1em;color:#030a16;line-height:24px;padding:10px 12px;border-radius:8px;text-align:center;margin-bottom:12px;background-color:#fff;border:1px solid #e0e0e2;outline:none !important;}
.biger-auth-pass-holder.auth-form-load .load-holder{opacity:1;visibility:unset;}
.biger-auth-pass-holder.auth-form-load .biger-auth-submit-checked{color:transparent !important;}
.biger-auth-pass-holder .biger-act-auth-code{cursor:pointer;font-size:14px;font-weight:400;margin:auto 0;}
.submitPhoneNow{position:fixed;top:0;right:0;left:0;bottom:0;z-index:9999999;display:flex;width:100%;height:100%;}
.submitPhoneNow:before{content:'';opacity:0.5;background:#000;position:absolute;top:0;right:0;left:0;bottom:0;}
.bsSubmitPhone-holder{position:relative;display:inline-block;margin:auto;background:#ffffff;padding:35px;border-radius:10px;}
.bsSubmitPhone-holder .biger-auth-submit{position:relative;width:320px;margin-top:15px;padding:17px 15px;border-radius:7px !important;outline:none !important;box-shadow:none !important;}
.bsSubmitPhone-holder .bsValueInput{width:320px;border-radius:7px !important;padding:15px;text-align:center;outline:none !important;box-shadow:none !important;}
.bsSubmitPhone-holder .bsValueInput::-webkit-outer-spin-button, .bsSubmitPhone-holder .bsValueInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.headFormSubmit p{text-align:center;margin-bottom:16px;}
.submitPhoneNow.has-error .biger-auth-input{border:1px solid #e3122a !important;}
.submitPhoneNow #msg_error_auth{margin:8px 0 0 0;}
.submitPhoneNow .biger-auth-checked-holder{position:relative;display:inline-block;margin:auto;background:#ffffff;padding:35px;border-radius:10px;}
.submitPhoneNow .biger-auth-checked-holder .biger-auth-submit-checked{position:relative;width:100%;border-radius:7px;}
.bsSubmitCodeFinal{display:inline-block;position:relative;margin:auto;width:450px;padding:35px;background:#ffffff;border-radius:10px;}
.bsSubmitCodeFinal .bsSubmitCodeTitle{text-align:center;}
.bsSubmitCodeFinal #bsGetCode{width:100%;margin:15px 0;padding:15px 5px;text-align:center;border-radius:7px;letter-spacing:10px;outline:none !important;box-shadow:none !important;}
.bsSubmitCodeFinal .biger-auth-submit-checked{position:relative;width:100%;border-radius:7px;padding:20px 10px;}
.bsSubmitCodeFinal .biger-auth-code-again{display:none;width:100%;border-radius:7px;padding:20px 10px;}
.bsSubmitCodeFinal .biger-auth-expire-holder{margin-bottom:10px;}
.bsSubmitCodeFinal .bsSubmitCodeHead{display:flex;justify-content:space-between;}
.bsSubmitCodeFinal .bsSubmitCodeHead span{font-size:14px;}
.bsSubmitCodeFinal .bsSubmitCodeHead #biger-otp-phone-number{font-weight:500;}
.submitPhoneNow.auth-form-load .bsSubmitBtn{color:transparent !important;}
.submitPhoneNow.auth-form-load .bsSubmitBtn .load-holder{opacity:1;visibility:unset;}
.bsLogoAuth{width:150px;height:auto;display:block;margin:0 auto 22px auto;}
.bsAuth-title{display:inline-block;font-weight:400;line-height:2.17;margin-bottom:16px;}
.bsArrow{border:solid #424750;border-width:0 2px 2px 0;display:inline-block;padding:3px;}
.bsArrow:before{content:'';position:absolute;top:0;width:15px;height:1px;right:-2px;display:block;background:#424750;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.bsArrow.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.backAuth{}
#biger-body-auth-form-holder form{position:relative;}
.blockRegEmail, .blockRegPhone{display:block;text-align:center;margin:0 !important;}
.bsNotForm{display:block;width:100%;font-size:18px;font-weight:700;text-align:center;padding:55px 5px;}
.bigAuth-btnModal{cursor:pointer;padding:15px 22px;font-size:15px;line-height:23px;border-radius:12px;color:#fff;background:#1276d1;display:inline-block;}
.bigerAuth-ModalHolder{left:0;top:0;width:100%;height:100%;z-index:999;display:none;overflow:auto;position:fixed;text-align:center;box-sizing:border-box;background-color:rgba(6, 6, 6, .8);}
.bigerAuth-ModalHolder.open{display:flex;}
.authModal-content{position:relative;margin:auto;display:block;}
.authModal-content .authModal-close{top:0;opacity:.8;z-index:30;right:0;cursor:pointer;font-size:28px;font-weight:700;padding:5px 20px;position:absolute;line-height:initial;transition:all .2s ease;color:rgb(109, 109, 109);-webkit-transition:all .2s ease;}
.authModal-content .bs-message{border:2px solid #ffffff;color:#ffffff;}
.authModal-content .authModal-close:hover{opacity:1;}
.bigerAuth-ModalHolder.temp_rtl_theme .authModal-content{width:100%;max-width:460px;}
.bigerAuth-ModalHolder.temp_zarinpal{text-align:right;}
.bigerAuth-ModalHolder.temp_zarinpal .authModal-close{right:unset;left:0;}
.bigerAuth-ModalHolder.temp_digikala .bsDigi-block-content{width:400px;max-width:400px;text-align:right;background:#ffffff;}
.textAbroad-Holder{text-align:right;}
.textAbroad-Holder .authAbroadBTN{display:inline-block;cursor:pointer;font-size:14px;font-weight:300;text-align:right;padding-right:5px;}
.esyLoading{position:relative;}
.esyLoading:before{top:0;left:0;right:0;bottom:0;opacity:1;z-index:5;content:"";width:45px;height:45px;margin:auto;border-radius:50%;position:absolute;display:inline-block;vertical-align:middle;border:1px solid #ffffff;border-left-color:#1a203f;transition:opacity .2s ease;animation:bs-rotate 450ms infinite linear;}
.esyLoading:after{content:'';top:0;left:0;right:0;bottom:0;z-index:4;margin:auto;opacity:0.5;position:absolute;background:#ffffff;border-radius:40px;}
.esyBackHolder{text-align:right;}
.esyBack-Abroad i:before{content:unset;}
.esyBackHolder .esyBack-Abroad{display:inline-block;cursor:pointer;font-size:15px;font-weight:300;text-align:right;padding-right:5px;}
.esyBackHolder .esyBack-Abroad i{top:0.5px;opacity:0.5;position:relative;}
.bigerActForgetPass{text-align:right;}
.bigerActForgetPass .esyBtnPass{margin:0;cursor:pointer;font-size:13px;display:inline-block;}
@media(max-width:576px){
.bigerAuth-ModalHolder.temp_digikala .bsDigi-block-content{width:100%;}
.bigerAuth-ModalHolder.temp_rtl_theme .authModal-content{margin:auto 20px;}
}
@keyframes bs-rotate {
100%{transform:rotate(360deg);}
}
.easyAuthGoogleBtn{width:100%;display:flex;padding:13px;cursor:pointer;border-radius:8px;justify-content:center;border:1px solid #D6DADE;}
.easyAuthGoogleBtn svg{width:22px;height:auto;margin-left:10px;}
.easyAuthGoogleBtn span{color:#061136;margin:auto 0;font-size:15px;font-weight:500;display:inline-block;}
.easyAuthGoogleLine{position:relative;margin:44px 0 40px;border-top:1px solid #caced873;}
.easyAuthGoogleLine p{left:0;right:0;top:-12px;margin:auto;color:#CACED8;padding:0 22px;font-size:13px;background:#fff;position:absolute;width:fit-content;}
.bigerAuth-ModalHolder.open .authModal-content .bsForm_RTLTheme_Holder, .bigerAuth-ModalHolder.open .authModal-content .bsForm_ZarinPal_Holder{opacity:0;animation:1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s 1 normal forwards running easyBody;}
.bigerAuth-ModalHolder.open .authModal-content .bsAuth-init-box-page .bsAuth-box-title, .bigerAuth-ModalHolder.open .authModal-content input, .bigerAuth-ModalHolder.open .authModal-content button, .bigerAuth-ModalHolder.open .authModal-content p, .bigerAuth-ModalHolder.open .authModal-content span, .bigerAuth-ModalHolder.open .authModal-content img{opacity:0;animation-delay:0.1s;animation:0.8s ease-out 0s 1 normal forwards running easyContent;}
@keyframes easyBody {
0%{transform:translateY(-100px) scale(0.8);opacity:0;}
100%{transform:translateY(0px) scale(1);opacity:1;}
}
@keyframes easyContent {
0%{opacity:0;transform:translateY(-10px);filter:blur(10px);}
100%{opacity:1;transform:translateY(0px);filter:blur(0px);}
}
.bigerAuth-OKReset p{color:#000;padding:10px;margin:45px 0;font-size:20px;font-weight:900;text-align:center;}
body .bigerAuth-OKReset .backAuth{top:unset !important;padding:12px !important;display:block !important;cursor:pointer !important;position:relative !important;border-radius:7px;text-align:center;border:1px solid #ccc;}
.bigerAuth-OKReset p.woo{font-size:17px;margin-bottom:15px;}
body .bigerAuth-OKReset div{opacity:0.7;font-size:14px;text-align:justify;margin-bottom:20px;}
.bigerLogin-toggle .bigerJustLoginForm button{position:relative;margin-top:15px;width:200px;max-width:100%;}
.bigerLogin-toggle .bigerJustLoginForm #msg_error_auth{margin-top:10px;margin-bottom:5px;}
.bigerLogin-toggle .bigerJustLoginForm .biger-auth-code-again{display:none;}
.bigerLogin-toggle .bigerJustLoginForm .biger-auth-checked-footer{margin-top:15px;}
.bigerLogin-toggle .bigerJustLoginForm .backAuth{float:right;margin-left:30px;}
.bigerLogin-toggle .bigerJustLoginForm .biger-auth-checked-head{margin-bottom:15px;}
.bigerLogin-toggle .bigerJustLoginForm #biger-auth-checked--code{text-align:center;letter-spacing:15px;}
.bigerLogin-toggle .bigerJustLoginForm .bsAuthBtnAct{margin-top:22px;cursor:pointer;}
.bigerLogin-toggle .bigerJustLoginForm img{display:none;}
.bigerLogin-toggle .bigerJustLoginForm .backAuth{cursor:pointer;}
.bigerLogin-toggle .bigerJustLoginForm .backAuth{font-size:0;line-height:33px;}
.bigerLogin-toggle .bigerJustLoginForm .backAuth i{font-size:16px;}
.bigerLogin-toggle .biger-act-auth-code {
margin-top: 22px;
cursor: pointer;
}:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:left}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:right;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:left;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:right;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:right;width:30.75%;margin-left:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-left:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-left:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:left;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:left;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:right;margin:0 0 2.992em 3.8%;padding:0;position:relative;width:22.05%;margin-right:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-left:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-left:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-left:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:right}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:right}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:right}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:right}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:left;float:left}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:left;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:left;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:right;float:right}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:left}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-left:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;left:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:right;padding:0 0 0 1em;float:right}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:left}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:right;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:left;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:left}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:right}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-left:54px}.full-width .twentyfourteen .tfwc{margin-left:auto}}.twentyfifteen .t15wc{padding-right:7.6923%;padding-left:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-right:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-right:8.3333%;margin-left:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-left:7.6923%;margin-right:7.6923%}.twentysixteen .entry-summary{margin-left:0;margin-right:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-left:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-left:0;margin-right:0}.no-sidebar .twentysixteen .site-main{margin-left:15%;margin-right:15%}.no-sidebar .twentysixteen .entry-summary{margin-left:0;margin-right:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:left}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:right}