.filter-checkbox span{display:inline-block;padding:5px 8px;text-align:center;color:var(--font-color-secondary);background-color:#fff;border-radius:var(--border-radius-small);margin-bottom:5px;cursor:pointer;border:2px solid var(--med-gray);transition:all .3s ease}.filter-checkbox input[type=checkbox]{display:none}.filter-checkbox input[type=checkbox]:checked+span{border-color:var(--primary-color)}.order-steps{display:flex;position:relative;z-index:1;background:var(--linear-gradient-color-reverse);margin:10px 0;border-radius:var(--border-radius);counter-reset:order-steps}.order-steps li{flex:1;display:flex;counter-increment:order-steps}[dir=rtl] .order-steps li:first-child{border-radius:0 var(--border-radius) var(--border-radius) 0}[dir=ltr] .order-steps li:first-child{border-radius:var(--border-radius) 0 0 var(--border-radius)}[dir=rtl] .order-steps li:last-child{border-radius:var(--border-radius) 0 0 var(--border-radius)}[dir=ltr] .order-steps li:last-child{border-radius:0 var(--border-radius) var(--border-radius) 0}.order-steps li.active~li{background-color:var(--light-gray)}.order-steps li .item{position:relative;font-size:18px;font-weight:700;color:#fff;flex:1;display:flex;align-items:center}.order-steps li .item span{padding:10px 15px}.order-steps li.active~li .item{color:var(--secondary-color) white}.order-steps li .item:before{content:counter(order-steps);height:calc(100% + 20px);border-radius:var(--border-radius-small);display:flex;align-items:center;justify-content:center;font-size:40px;background-color:var(--secondary-color);color:#fff;padding:15px 25px;line-height:.8}.order-steps li.active~li .item:before{background-color:var(--light-gray-border);color:var(--secondary-color)}.btn.btn-payment{border-radius:var(--border-radius-big);min-height:60px;display:flex;align-items:center;width:250px;justify-content:center;border:3px solid transparent;background:var(--light-gray-border);font-size:16px;font-weight:500;cursor:pointer;flex-direction:column;gap:5px;padding:5px;text-transform:capitalize}.btn.btn-payment:hover{border-color:var(--primary-color)}.btn.btn-payment img{max-height:30px}.btn.paypal-btn{background-color:#ffc439;color:#fff}.checkout-payment{margin-top:120px!important}.dim_bg{position:absolute;top:0;width:100%;height:100%;z-index:100000;display:none}[dir=rtl] .dim_bg{left:0}[dir=ltr] .dim_bg{right:0}.dim_bg.loading{background-color:#ffffff2e;background-image:url(/assets/images/loader.gif);background-size:120px!important;background-repeat:no-repeat;background-position:center}@media (max-width: 991.98px){.order-steps li .item:before{padding:15px;font-size:35px}.order-steps li .item{font-size:16px}}@media (max-width: 767.98px){.order-steps li:not(.active){flex:unset}[dir=rtl] .order-steps li:not(.active){margin-left:20px}[dir=ltr] .order-steps li:not(.active){margin-right:20px}.order-steps li:not(.active) .item span{display:none}}@media (max-width: 575.98px){.order-steps li .item:before{padding:10px;font-size:25px}}.wrapper{overflow:unset!important}
