@-webkit-keyframes animation-top-bottom{0%{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes animation-top-bottom{0%{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes animation-bottom-top{0%{opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animation-bottom-top{0%{opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-3px,0,0);transform:translate3d(-3px,0,0)}40%,60%{-webkit-transform:translate3d(3px,0,0);transform:translate3d(3px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-3px,0,0);transform:translate3d(-3px,0,0)}40%,60%{-webkit-transform:translate3d(3px,0,0);transform:translate3d(3px,0,0)}}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:40px 0}}@keyframes move{0%{background-position:0 0}to{background-position:40px 0}}.cart-section .cart-empty{margin:30px 0 40px;display:none}.cart-section .cart-empty .cart-empty_icon{max-width:140px;margin:0 auto;padding-bottom:20px}.cart-section .cart-empty .cart-empty_icon svg{position:relative;left:-5px}.cart-section.empty .cart-empty{display:block}.cart-section.empty .cart-inner,.cart-section.empty .upsell-products{display:none}.cart-section .line-item{margin-bottom:15px}.cart-section .section-wrapper{padding:3.125rem 0}@media (min-width:768px){.cart-section .section-wrapper{padding-top:6.25rem;padding-bottom:6.25rem}}.cart-section .cart-title{margin-bottom:30px}.cart-section .cart-title .cart-wrapper{display:-ms-flexbox;display:flex}.cart-section .cart-content .line-item_wrapper{border-bottom:1px solid var(--body-color)}.cart-section .cart-content .line-item_price{text-align:center;padding:15px 0;border-bottom:1px solid var(--body-color)}.cart-section .cart-content .line-item_price .price-compare{-webkit-margin-end:10px;margin-inline-end:10px}.cart-section .cart-content .line-item_price .price{font-weight:400}.cart-section .cart-content .line-item_total{padding:15px 0;text-align:center;border-top:1px solid var(--body-color)}.cart-section .cart-content .line-item_quantity{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:10px auto;max-width:100px;height:45px;border:1px solid var(--body-border-color)}.cart-section .cart-content .line-item_quantity input{width:30px;padding:0;border:0;text-align:center;color:var(--color-second)}.cart-section .cart-content .line-item_quantity input[type=number]::-webkit-inner-spin-button,.cart-section .cart-content .line-item_quantity input[type=number]::-webkit-outer-spin-button{-moz-appearance:textfield;-webkit-appearance:none;appearance:none;margin:0}.cart-section .cart-content .line-item_quantity>a{width:30px;height:100%;color:var(--body-color);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media (hover:hover){.cart-section .cart-content .line-item_quantity>a:hover{background:var(--body-color);color:#fff;opacity:1}}.cart-section .cart-content .line-item_quantity svg{width:10px;height:10px}.cart-section .cart-content .line-item{position:relative}.cart-section .cart-content .line-item .btn-remove{position:absolute;top:0;right:0;width:26px;height:26px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:var(--main-color);border-radius:50%}.cart-section .cart-content .line-item .btn-remove svg{width:10px;height:10px;color:var(--text-miscellaneous)}@media (max-width:767px){.cart-section .cart-content .line-item .btn-remove svg path{fill:var(--text-miscellaneous)}}@media (hover:hover){.cart-section .cart-content .line-item .btn-remove:hover{opacity:.8}}.cart-section .cart-content .line-item_headline{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--body-color)}.cart-section .cart-content .image{padding:10px 0;-ms-flex:0 0 110px;flex:0 0 110px;max-width:110px}@media (min-width:768px){.cart-section .cart-content .image{padding-right:10px}}.cart-section .cart-content .line-item_info{padding:10px;height:100%;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.cart-section .cart-content .line-item_info .name{width:100%;text-transform:uppercase}.cart-section .cart-content .line-item_info strong{font-weight:500}.cart-section .cart-content .options p{margin:4px 0;font-size:13px}.cart-section .cart-content .options p:last-child{margin-bottom:0}.cart-section .cart-content_headline{display:none}.cart-section .cart-content_redirect{margin:30px 0 50px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media (min-width:768px){.cart-section .cart-content_redirect{margin-bottom:80px}}.cart-section .cart-content_redirect>a{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.cart-section .cart-content_redirect>a .svg_element-ui{-webkit-margin-start:3px;margin-inline-start:3px}.cart-section .cart-content_redirect>a svg{width:10px;height:10px;display:-ms-flexbox;display:flex}.cart-section .cart-content_redirect .btn-update{-webkit-margin-start:30px;margin-inline-start:30px}.cart-section .cart-content_bottom{grid-gap:30px}.cart-section .cart-content_bottom .cart-note_title{font-size:18px;margin:0 0 20px;font-weight:500}.cart-section .cart-content_bottom textarea{min-height:120px;height:100%}.cart-section .cart-content_bottom .cart-total{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding-bottom:12px;margin-bottom:22px;border-bottom:1px solid var(--body-color)}@media (min-width:768px){.cart-section .cart-content_bottom .cart-total{font-size:var(--heading-size-h4)}}.cart-section .cart-content_bottom .cart-total .title{text-transform:uppercase;font-size:inherit}.cart-section .cart-content_bottom .cart-total .price{color:var(--price-sale-color);font-size:inherit}.cart-section .cart-content_bottom .terms-and-conditions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:15px;position:relative}.cart-section .cart-content_bottom .terms-and-conditions input{width:13px;height:13px;padding:0;display:inline-block;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.cart-section .cart-content_bottom .terms-and-conditions label{margin:0;-webkit-margin-start:10px;margin-inline-start:10px}@media (min-width:768px){.cart-section .cart-content_bottom .terms-and-conditions label{font-size:.938rem}}.cart-section .cart-content_bottom .terms-and-conditions input[type=checkbox]{position:absolute;left:0;top:0;right:0;height:100%;opacity:0;z-index:1;pointer:cursor}.cart-section .cart-content_bottom .terms-and-conditions input[type=checkbox]:checked~label:after{visibility:visible}.cart-section .cart-content_bottom .terms-and-conditions>label{margin:0;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cart-section .cart-content_bottom .terms-and-conditions>label:before{content:"";display:block;width:18px;height:18px;-ms-flex:0 0 18px;flex:0 0 18px;border-radius:4px;border:2px solid var(--body-border-color);-webkit-margin-end:10px;margin-inline-end:10px}.cart-section .cart-content_bottom .terms-and-conditions>label:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='gray' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");position:absolute;left:3px;top:0;bottom:0;visibility:hidden}.cart-section .text-right{margin-top:25px}.cart-section .text-right button{width:100%;max-width:330px;padding-left:15px;padding-right:15px}.cart-section .free-shipping{margin-top:15px}.cart-section .free-shipping .price{font-size:14px;color:var(--color-second);-webkit-margin-start:5px;margin-inline-start:5px}.cart-section .free-shipping .text{font-size:var(--body-font-size)}.cart-section .upsell-products{margin-top:50px;color:var(--body-color)}.cart-section .upsell-products .section_title-text-1{text-transform:uppercase;font-size:16px;font-weight:500;color:var(--color-second)}.cart-section .upsell-products .tns-ovh{padding:3px}.cart-section .upsell-products .upsell-products_list{margin-top:3px}.cart-section .upsell-products .product-card{box-shadow:0 0 8px 1px rgba(0,0,0,.05)}@media (min-width:768px){.cart-section .cart-content_redirect{display:block}.cart-section .line-item{margin-bottom:0}.cart-section .cart-content .line-item_info strong{font-weight:400}.cart-section .cart-content .line-item_wrapper{padding:20px 0;display:grid;-ms-flex-align:center;align-items:center;grid-template-columns:1fr minmax(100px,100px) minmax(100px,100px) 50px}.cart-section .cart-content .line-item_wrapper:last-child{border-top:0}.cart-section .cart-content .line-item_headline,.cart-section .cart-content .line-item_price,.cart-section .cart-content .line-item_total{border:0;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.cart-section .cart-content .price-compare{display:none}.cart-section .cart-content .line-item .btn-remove{margin:0 auto;background:none;border:1px solid var(--body-color);border-radius:50%;position:unset}.cart-section .cart-content .line-item .btn-remove svg{color:var(--body-color)}.cart-section .cart-content .line-item_price{display:none}.cart-section .cart-content .line-item_price,.cart-section .cart-content .line-item_total{-ms-flex-pack:center;justify-content:center}.cart-section .cart-content_headline{display:grid;text-align:center;-ms-flex-align:center;align-items:center;height:55px;grid-template-columns:1fr minmax(100px,100px) minmax(100px,100px) 50px;border-bottom:1px solid var(--body-color)}.cart-section .cart-content_headline .price_title{display:none}.cart-section .cart-content_bottom{grid-template-columns:1fr 40%}}@media (min-width:1100px){.cart-section .cart-content .line-item_wrapper{grid-template-columns:1fr minmax(100px,150px) minmax(100px,150px) minmax(100px,150px) 50px}.cart-section .cart-content .line-item_price{display:-ms-flexbox;display:flex}.cart-section .cart-content_headline{grid-template-columns:1fr minmax(100px,150px) minmax(100px,150px) minmax(100px,150px) 50px}.cart-section .cart-content_headline .price_title{display:block}}.selling-plan-content{margin-bottom:20px}@media (min-width:768px){.selling-plan-content{margin-bottom:0}}.selling-plan-content .selling-plan-heading h4{text-transform:uppercase;margin-bottom:20px;padding:0 0 12px;line-height:22px;line-height:1.4;border-bottom:1px solid var(--body-color)}@media (max-width:767px){.selling-plan-content .selling-plan-heading h4{font-size:var(--body-13)}}.selling-plan-content .line-item_headline .line-item-charged{font-size:var(--body-13);font-weight:400;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin:5px 0}