.product.refound-row{width:100%;min-height:200px;display:inline-grid;grid-template-areas:"image info actions";grid-template-columns:160px auto 300px}.product.refound-row:not(:last-child){margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f6f7f8}.product.refound-row .image{grid-area:image;width:calc(100% - 10px);height:100%;max-height:200px;margin-left:10px;background-size:cover;background-position:top center;background-repeat:no-repeat}.product.refound-row .info{grid-area:info;position:relative}.product.refound-row .info .title{font-weight:bold;font-size:20px}.product.refound-row .info .attributes .attribute{margin-top:10px}.product.refound-row .info .attributes .attribute .option span{font-weight:bold;margin-left:10px}.product.refound-row .info .attributes .attribute .option .color{position:relative;display:inline-block;vertical-align:middle;width:20px;height:20px;border-radius:10px;background-size:cover;background-position:center;margin:4px;box-sizing:border-box;z-index:2;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease}.product.refound-row .info .attributes .attribute .option .color:after{content:" ";position:absolute;top:-2px;left:auto;bottom:auto;right:-2px;width:22px;height:22px;border:1px solid rgba(0,0,0,0.2);border-radius:11px}.product.refound-row .info .product-summary{position:relative;width:100%;margin-top:30px;display:inline-grid;grid-template-areas:"prices discount .";grid-template-columns:auto 120px auto}.product.refound-row .info .product-summary>div .label{line-height:24px;font-weight:bold}.product.refound-row .info .product-summary>div.total .price{line-height:32px;font-size:20px;font-weight:bold}.product.refound-row .info .product-summary>div.prices .old{text-decoration:line-through;font-size:12px;color:var(--light-text)}.product.refound-row .info .product-summary>div.prices .old+.price{line-height:inherit}.product.refound-row .info .product-summary>div .price,.product.refound-row .info .product-summary>div .amount{line-height:32px}.product.refound-row .info .product-summary .discount{grid-area:discount;line-height:12px;text-align:center;font-size:12px;padding:4px;margin:auto;color:white;background-color:var(--primary);-webkit-animation:discount-badge-animation 4s ease infinite 0s;-moz-animation:discount-badge-animation 4s ease infinite 0s;-o-animation:discount-badge-animation 4s ease infinite 0s;animation:discount-badge-animation 4s ease infinite 0s}.product.refound-row .parameters{margin:10px}.product.refound-row .parameters .attributes{position:relative;margin-bottom:10px}.product.refound-row .parameters .attributes>span{display:block;line-height:24px;font-size:14px;color:var(--text-light)}.product.refound-row .parameters .attributes>span.required:before{content:"*";margin-left:4px;color:red}.product.refound-row .parameters .attributes .color{position:relative;display:inline-block;vertical-align:top;width:36px;height:36px;margin:10px 6px;text-align:center;font-size:14px;background-size:cover;background-repeat:no-repeat;border:1px solid rgba(0,0,0,0.2);border-radius:20px;cursor:pointer;box-sizing:border-box}.product.refound-row .parameters .attributes .color>span{display:none}.product.refound-row .parameters .attributes .color:before{content:"done";font-family:'Material Icons Outlined';position:absolute;top:0;left:auto;bottom:auto;right:0;width:100%;height:100%;line-height:34px;text-align:center;font-size:18px;color:black;background-color:white;box-shadow:-2px 2px 4px rgba(0,0,0,0.2);border-radius:18px;transform:scale(0.6);opacity:0;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:1}.product.refound-row .parameters .attributes .color:hover:before{transform:scale(0.8);opacity:0.8}.product.refound-row .parameters .attributes .color.active:before{position:absolute;top:-8px;left:auto;bottom:auto;right:-8px;width:16px;height:16px;line-height:16px;text-align:center;font-size:12px;color:black;background-color:white;box-shadow:-2px 2px 4px rgba(0,0,0,0.2);border-radius:8px;transform:scale(1);opacity:1;visibility:visible}.product.refound-row .parameters .attributes .select .option{position:relative;display:inline-block;vertical-align:top;min-width:36px;height:36px;line-height:36px;margin:10px;padding:0 4px;font-size:14px;text-align:center;background:var(--light);box-sizing:border-box;cursor:pointer}.round .product.refound-row .parameters .attributes .select .option{border-radius:18px}.product.refound-row .parameters .attributes .select .option.disabled{opacity:0.5;pointer-events:none}.product.refound-row .parameters .attributes .select .option.disabled:after{content:" ";position:absolute;top:0;left:0;bottom:0;right:0;height:1px;background:red;margin:auto;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.product.refound-row .parameters .attributes .select .option:before{content:"done";font-family:'Material Icons Outlined';position:absolute;top:-8px;left:auto;bottom:auto;right:-8px;width:16px;line-height:16px;text-align:center;font-size:12px;color:black;background-color:white;box-shadow:-2px 2px 4px rgba(0,0,0,0.2);border-radius:8px;transform:scale(0.8);opacity:0;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:1}.product.refound-row .parameters .attributes .select .option:not(.disabled):hover:before,.product.refound-row .parameters .attributes .select .option.active:before{opacity:1;visibility:visible}.product.refound-row .parameters .saveStock{line-height:36px;margin-top:10px;color:white;background:var(--primary);text-align:center;box-sizing:border-box;opacity:0.4;cursor:pointer;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease}.product.refound-row .parameters .saveStock.active{opacity:0.8;pointer-events:default}.product.refound-row .parameters .saveStock.active:hover{opacity:1}.product.refound-row .actions{grid-area:actions}.product.refound-row .actions .types{display:flex;margin-bottom:20px}.product.refound-row .actions .types .type{position:relative;flex:1;width:64px;line-height:24px;padding-top:42px;text-align:center;background:rgba(0,0,0,0);border-radius:10px;cursor:pointer;-moz-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease}.product.refound-row .actions .types .type:before{content:attr(data-icon);font-family:Material Icons Outlined;position:absolute;top:0;left:0;bottom:auto;right:0;line-height:42px;text-align:center;font-size:22px}.product.refound-row .actions .types .type:hover{background:rgba(0,0,0,0.04)}.product.refound-row .actions .types .type.active{background:rgba(0,0,0,0.04);color:var(--primary)}.product.refound-row .actions>.explain{display:block;margin-top:10px}.product.refound-row .actions>textarea{width:100%;height:80px;margin-top:10px;padding:0 10px;font-size:16px;color:var(--text);box-sizing:border-box;border:1px solid var(--light);resize:none}.product.refound-row .actions>textarea::-webkit-input-placeholder{color:var(--text)}.product.refound-row .actions .stock .parameters{position:relative;display:flex;flex-flow:wrap;white-space:nowrap;padding-left:70px}.product.refound-row .actions .stock .parameters .attributes{flex:1}.product.refound-row .actions .stock .parameters .button{position:absolute;top:0;left:0;bottom:auto;right:auto;width:60px;padding-top:54px;font-size:12px;cursor:pointer}.product.refound-row .actions .stock .parameters .button>span{display:block;line-height:18px;text-align:center}.product.refound-row .actions .stock .parameters .button>span:last-child{text-decoration:underline}@media (max-width: 768px){.product.refound-row{grid-template-areas:"image info" "actions actions";grid-template-columns:140px auto}.product.refound-row .info .product-summary{margin-top:10px;grid-template-areas:"prices ." "discount .";grid-template-columns:auto}.product.refound-row .actions{margin-top:20px}}

.status-order{position:relative;width:100%;max-width:500px;margin:40px auto;padding:20px;box-sizing:border-box}.status-order .status-box{display:flex}.status-order .status-box>div{position:relative;flex:1;padding-top:50px;text-align:center;font-size:18px;color:var(--primary);opacity:0.4}.status-order .status-box>div.active{opacity:1}.status-order .status-box>div.active ~ div{color:var(--text-light)}.status-order .status-box>div.active ~ div:after{background:var(--text-light)}.status-order .status-box>div.link{cursor:pointer}.status-order .status-box>div:before{content:attr(data-icon);font-family:"Material Icons";position:absolute;top:0;left:0;bottom:auto;right:0;width:70px;margin:auto;font-size:40px;z-index:2}.status-order .status-text{width:100%;max-width:500px;margin:40px auto;line-height:28px;text-align:center}

.refounds .cart{padding:20px;background:white;box-shadow:0 0px 4px rgba(0,0,0,0.1);overflow:auto}.refounds .cart>.title{display:block;margin-bottom:10px;font-size:20px}.refounds>.title{line-height:28px;font-size:20px;font-weight:bold;margin:20px 0}.refounds .refound-box{position:relative}.refounds .refound-box .deliveries .delivery{position:relative;display:inline-grid;grid-template:"type name name price" "type address address price" "type date date price";grid-template-columns:25% auto auto 25%;grid-template-rows:32px 32px 48px;width:calc(50% - 60px);vertical-align:top;background:white;border:1px solid rgba(0,0,0,0.1);box-shadow:0 0px 4px rgba(0,0,0,0.1);box-sizing:border-box;margin:0 60px 20px 0;cursor:pointer;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease}.refounds .refound-box .deliveries .delivery:before{content:" ";position:absolute;top:0;left:100%;bottom:0;right:-60px;width:28px;height:28px;border-radius:14px;border:1px solid rgba(0,0,0,0.2);box-sizing:border-box;margin:auto}.refounds .refound-box .deliveries .delivery:after{content:"check";font-family:Material Icons Outlined;position:absolute;top:0;left:100%;bottom:0;right:-60px;width:28px;height:28px;line-height:28px;text-align:center;margin:auto;opacity:0;-moz-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease}.refounds .refound-box .deliveries .delivery .type{grid-area:type;position:relative;display:flex;font-size:14px;justify-content:center;align-items:flex-end;text-align:center;color:var(--text-light);padding:0 4px 20px}.refounds .refound-box .deliveries .delivery .type:before{content:attr(data-icon);font-family:Material Icons Outlined;position:absolute;top:0;left:0;bottom:28px;right:0;height:32px;line-height:32px;font-size:32px;text-align:center;margin:auto}.refounds .refound-box .deliveries .delivery .name{grid-area:name;color:var(--text);line-height:32px;font-weight:bold}.refounds .refound-box .deliveries .delivery .shipping{font-size:12px}.refounds .refound-box .deliveries .delivery .shipping>i{font-size:20px;vertical-align:middle}.refounds .refound-box .deliveries .delivery .address{grid-area:address;line-height:22px;color:#a4a5ad}.refounds .refound-box .deliveries .delivery .date{grid-area:date;line-height:22px;color:#a4a5ad;font-size:14px}.refounds .refound-box .deliveries .delivery .date>span{display:block}.refounds .refound-box .deliveries .delivery .price{display:flex;grid-area:price;align-items:center;justify-content:center;font-weight:bold;font-size:20px}.refounds .refound-box .deliveries .delivery:hover{border:1px solid var(--primary)}.refounds .refound-box .deliveries .delivery:hover:after{opacity:1}.refounds .refound-box .deliveries .delivery.active{border:1px solid var(--primary)}.refounds .refound-box .deliveries .delivery.active:before{border:1px solid var(--primary)}.refounds .refound-box .deliveries .delivery.active:after{color:var(--primary);opacity:1}.refounds>.button{display:block;float:left;line-height:42px;font-size:18px;font-weight:bold;margin-top:40px;padding:0 20px;background:var(--primary);text-align:center;color:white;box-sizing:border-box;opacity:0.8;cursor:pointer;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease}.refounds>.button:hover{opacity:1}.refounds .delivered{text-align:center}.refounds .delivered .button{display:inline-block;vertical-align:top;padding:0 20px;border-radius:24px;line-height:48px;font-size:20px;background:#18d497;color:white;cursor:pointer}.refounds .tracking{margin:40px auto;padding:20px;background:white;box-shadow:0 0px 4px rgba(0,0,0,0.1)}.refounds .tracking>.title{line-height:28px;font-weight:bold;font-size:20px}.refounds .tracking>.data{line-height:32px;text-align:left;font-size:20px;clear:both}.refounds .tracking>.data>span{float:right}.refounds .modification_time{font-weight:bold;text-align:left}.refounds .modification_time span{display:inline-block}.refounds .modification_time span+span{margin-right:4px;direction:ltr}.refounds .stage .form-group{padding:20px;background:white;box-shadow:0 0px 4px rgba(0,0,0,0.1);box-sizing:border-box}.refounds .stage .form-group.quick .saved{position:relative;display:inline-block;width:250px;height:140px;border-radius:20px;margin:10px;color:white;background:var(--primary);box-shadow:0 10px 20px -10px rgba(0,0,0,0.2);overflow:hidden;cursor:pointer;transform:scale(1) rotateY(0deg) rotateZ(0deg);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease}.refounds .stage .form-group.quick .saved:hover{transform:scale(1.05) rotateY(5deg) rotateZ(-1deg);box-shadow:0 20px 40px -20px rgba(0,0,0,0.4);z-index:1}.refounds .stage .form-group.quick .saved:before{content:" ";position:absolute;top:0;left:0;bottom:0;right:0;background-image:-webkit-linear-gradient(200deg, rgba(0,0,0,0.4), rgba(0,0,0,0.6));background-image:-o-linear-gradient(200deg, rgba(0,0,0,0.4), rgba(0,0,0,0.6));background-image:-moz-linear-gradient(200deg, rgba(0,0,0,0.4), rgba(0,0,0,0.6));background-image:linear-gradient(200deg, rgba(0,0,0,0.4), rgba(0,0,0,0.6));z-index:1}.refounds .stage .form-group.quick .saved:after{content:"אשראי שמור במערכת";position:absolute;top:10px;left:auto;bottom:auto;right:10px;z-index:2}.refounds .stage .form-group.quick .saved .issuer{position:absolute;top:auto;left:auto;bottom:10px;right:10px;line-height:24px;box-sizing:border-box;z-index:2}.refounds .stage .form-group.quick .saved .number{position:relative;display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;width:100%;height:100%;font-weight:bold;text-shadow:-1px 2px 1px rgba(0,0,0,0.5);z-index:2}.refounds .stage .form-group.quick .saved .number span{position:relative;flex:1;text-align:center}.refounds .stage .form-group.quick .saved .number span:not(:last-child):after{content:"-";position:absolute;top:0;left:auto;bottom:0;right:-2px;height:10px;line-height:10px;margin:auto}.refounds .stage .form-group.quick .saved .date{position:absolute;top:auto;left:10px;bottom:10px;right:auto;line-height:24px;box-sizing:border-box;font-weight:bold;z-index:2}.refounds .stage .form-group.quick .saved .date span:first-child:after{content:"/"}.refounds .stage .form-group.quick .credit{position:relative;height:200px;padding-right:20px;box-sizing:border-box}.refounds .stage .form-group.quick .credit:before{content:"verified";font-family:Material Icons Outlined;position:absolute;top:0;left:0;bottom:0;right:auto;width:200px;height:200px;font-size:200px;line-height:200px;text-align:center;color:white;opacity:0.1;z-index:1}.refounds .stage .form-group.quick .credit:after{content:" ";position:absolute;top:-20px;left:-20px;bottom:-20px;right:-20px;background-color:var(--primary);background-image:-webkit-linear-gradient(120deg, rgba(0,0,0,0.2), rgba(0,0,0,0.5));background-image:-o-linear-gradient(120deg, rgba(0,0,0,0.2), rgba(0,0,0,0.5));background-image:-moz-linear-gradient(120deg, rgba(0,0,0,0.2), rgba(0,0,0,0.5));background-image:linear-gradient(120deg, rgba(0,0,0,0.2), rgba(0,0,0,0.5))}.refounds .stage .form-group.quick .credit .title{position:relative;font-size:32px;line-height:64px;font-weight:bold;color:white;z-index:2}.refounds .stage .form-group.quick .credit .text{position:relative;font-size:22px;color:white;z-index:2}.refounds .stage .form-group.quick .credit .button{position:absolute;top:auto;left:auto;bottom:20px;right:20px;display:inline-block;border:2px solid var(--white);margin:2px;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease;-webkit-transition-delay:0s;transition-delay:0s;cursor:pointer;z-index:2}.refounds .stage .form-group.quick .credit .button>span{position:relative;line-height:42px;font-weight:bold;color:var(--white);text-shadow:0px 0px 4px rgba(0,0,0,0.2);padding:0 20px;z-index:2;-moz-transition:all .8s ease;-webkit-transition:all .8s ease;transition:all .8s ease}.refounds .stage .form-group.quick .credit .button:after{content:" ";position:absolute;top:2px;left:2px;bottom:2px;right:2px;background:white;opacity:0.2;backdrop-filter:blur(10px);-moz-transition:all 2s ease;-webkit-transition:all 2s ease;transition:all 2s ease}.refounds .stage .form-group.quick .credit .button:hover{margin:0;border:4px solid transparent;-webkit-transition-delay:0s;transition-delay:0s}.refounds .stage .form-group.quick .credit .button:hover span{text-shadow:0px 4px 2px rgba(0,0,0,0.1)}.refounds .stage .form-group.quick .credit .button:hover:after{top:-2px;left:-2px;bottom:-2px;right:-2px;opacity:0.5;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease}.refounds .stage .form-group.iframe iframe{width:100%;height:600px}.refounds .stage .form-group.iframe .save-card{height:42px}.refounds .stage .form-group.iframe .save-card input{opacity:0;visibility:hidden}.refounds .stage .form-group.iframe .save-card input:checked+label:before{border:1px solid var(--primary)}.refounds .stage .form-group.iframe .save-card input:checked+label:after{opacity:1}.refounds .stage .form-group.iframe .save-card label{position:relative;padding-right:30px;cursor:pointer}.refounds .stage .form-group.iframe .save-card label:before{content:" ";position:absolute;top:0;left:auto;bottom:0;right:0;width:20px;height:20px;border:1px solid var(--text);margin:auto;box-sizing:border-box;-moz-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease}.refounds .stage .refound-options{display:flex}.refounds .stage .refound-options .refound-request{flex:1;padding:10px;margin:10px 0 0 10px;border:1px solid rgba(0,0,0,0.1);background:var(--white);box-sizing:border-box;cursor:pointer}.refounds .stage .refound-options .refound-request:last-child{margin:10px 0 0}.refounds .stage .refound-options .refound-request .title{font-weight:bold;font-size:20px}.refounds .stage .refound-options .refound-request .text{display:block;margin-top:10px;line-height:26px}.refounds .stage .refound-options .refound-request .text span{display:block}.refounds .stage .refound-options .refound-request:hover,.refounds .stage .refound-options .refound-request.active{border-color:var(--primary)}.refounds .stage .refound-options .refound-request.active{background:white}.refounds .stage .refound-options .refound-request.active:before{content:"done";font-family:'Material Icons Outlined';position:absolute;top:-18px;left:auto;bottom:auto;right:-18px;width:36px;line-height:36px;text-align:center;font-size:32px;color:#4d9f66;background-color:white;box-shadow:-2px 2px 4px rgba(0,0,0,0.2);border-radius:18px;transform:scale(0.8);-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:1}@media (max-width: 768px){.refounds>.title{padding:0 10px}.refounds .refound-box .deliveries .delivery{width:calc(100% - 80px)}}

