.pve-field-wrapper {
position: relative;
display: inline-block;
width: 100%;
} .pve-loading {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
width: 20px;
height: 20px;
border: 2px solid #f3f3f3;
border-top: 2px solid #0073aa;
border-radius: 50%;
animation: pve-spin 1s linear infinite;
z-index: 1000;
} @keyframes pve-spin {
0% { transform: translateY(-50%) rotate(0deg); }
100% { transform: translateY(-50%) rotate(360deg); }
} .pve-loading-message {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #0073aa;
padding: 8px 12px;
border-radius: 4px;
font-size: 12px;
color: white;
z-index: 1000;
white-space: nowrap;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} .pve-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
z-index: 999;
border-radius: 4px;
} .pve-field-wrapper.loading select {
opacity: 0.6;
pointer-events: none;
} .pve-field-wrapper .acf-select-wrap {
position: relative;
} .pve-toast {
position: fixed;
top: 20px;
right: 20px;
background: #32373c;
color: white;
padding: 12px 20px;
border-radius: 4px;
font-size: 14px;
z-index: 10000;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
opacity: 0;
transform: translateX(100%);
transition: all 0.3s ease;
}
.pve-toast.show {
opacity: 1;
transform: translateX(0);
}
.pve-toast.success {
background: #46b450;
}
.pve-toast.error {
background: #dc3232;
}
.pve-toast.info {
background: #0073aa;
}.pvemp-field-wrapper {
position: relative;
display: inline-block;
width: 100%;
}
.pvemp-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
z-index: 1000;
border-radius: 4px;
}
.pvemp-loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
border: 2px solid #f3f3f3;
border-top: 2px solid #0073aa;
border-radius: 50%;
animation: pvemp-spin 1s linear infinite;
z-index: 1001;
}
.pvemp-loading-message {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #0073aa;
color: white;
padding: 5px 10px;
border-radius: 4px;
font-size: 12px;
z-index: 1001;
white-space: nowrap;
}
.pvemp-field-wrapper.loading .acf-input select,
.pvemp-field-wrapper.loading .acf-input input {
opacity: 0.5;
pointer-events: none;
}
.pvemp-toast {
position: fixed;
top: 20px;
right: 20px;
background: #32373c;
color: white;
padding: 12px 20px;
border-radius: 4px;
font-size: 14px;
z-index: 10000;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
opacity: 0;
transform: translateX(100%);
transition: all 0.3s ease;
}
.pvemp-toast.show {
opacity: 1;
transform: translateX(0);
}
.pvemp-toast.success {
background: #46b450;
}
.pvemp-toast.error {
background: #dc3232;
}
.pvemp-toast.info {
background: #0073aa;
}
@keyframes pvemp-spin {
0% { transform: translate(-50%, -50%) rotate(0deg); }
100% { transform: translate(-50%, -50%) rotate(360deg); }
} @media (max-width: 768px) {
.pvemp-toast {
right: 10px;
left: 10px;
max-width: none;
}
}.pvv-field-wrapper {
position: relative;
display: inline-block;
width: 100%;
} .pvv-loading {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
width: 20px;
height: 20px;
border: 2px solid #f3f3f3;
border-top: 2px solid #0073aa;
border-radius: 50%;
animation: pvv-spin 1s linear infinite;
z-index: 1000;
} @keyframes pvv-spin {
0% { transform: translateY(-50%) rotate(0deg); }
100% { transform: translateY(-50%) rotate(360deg); }
} .pvv-loading-message {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #0073aa;
padding: 8px 12px;
border-radius: 4px;
font-size: 12px;
color: white;
z-index: 1000;
white-space: nowrap;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} .pvv-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
z-index: 999;
border-radius: 4px;
} .pvv-field-wrapper.loading select {
opacity: 0.6;
pointer-events: none;
} .pvv-field-wrapper .acf-select-wrap {
position: relative;
} .pvv-toast {
position: fixed;
top: 20px;
right: 20px;
background: #32373c;
color: white;
padding: 12px 20px;
border-radius: 4px;
font-size: 14px;
z-index: 10000;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
opacity: 0;
transform: translateX(100%);
transition: all 0.3s ease;
}
.pvv-toast.show {
opacity: 1;
transform: translateX(0);
}
.pvv-toast.success {
background: #46b450;
}
.pvv-toast.error {
background: #dc3232;
}
.pvv-toast.info {
background: #0073aa;
}#yith-sl-main-wrapper{margin-bottom:50px}#yith-sl-main-wrapper .wrap-header h1{font-size:50px;font-weight:700;margin-bottom:15px}#yith-sl-main-wrapper .wrap-header{text-align:center;margin-bottom:28px}#yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon{margin-bottom:20px;min-height:80px}#yith-sl-main-wrapper .contact-info .wrap-single-info .info{font-size:15px}#yith-sl-main-wrapper .contact-info .wrap-single-info .info p{margin-bottom:0}#yith-sl-main-wrapper .contact-info .wrap-single-info ul{margin:0;list-style:none;padding:0}#yith-sl-main-wrapper .contact-info .wrap-single-info .info h4{margin-bottom:15px}#yith-sl-main-wrapper .contact-info .wrap-single-info a.custom-link{font-weight:700}#yith-sl-main-wrapper .contact-info .wrap-single-info .info{margin-bottom:10px}.yith-sl-layout-alternative #yith-sl-main-wrapper .store-image img{width:100%}.yith-sl-layout-alternative #yith-sl-main-wrapper .store-image{margin-bottom:0}.yith-sl-layout-alternative #yith-sl-main-wrapper .contact-info .wrap-single-info{padding-left:40px}.yith-sl-layout-alternative #yith-sl-main-wrapper .contact-info{position:absolute;width:100%;bottom:7px;margin:0 auto;background-color:rgba(255,255,255,.9);padding-top:20px}.yith-sl-layout-alternative #yith-sl-main-wrapper{position:relative;margin-bottom:60px}.yith-sl-layout-alternative #yith-sl-main-wrapper .wrap-header .store-description{max-width:700px;display:inline-block}.yith-sl-layout-classic #yith-sl-main-wrapper{padding:0 15px}.yith-sl-layout-classic #yith-sl-main-wrapper .wrap-header h1{margin-bottom:94px}.yith-sl-layout-classic #yith-sl-main-wrapper .main-section{margin-bottom:130px;-ms-flex-wrap:wrap;flex-wrap:wrap;display:flex}.yith-sl-layout-classic #yith-sl-main-wrapper .main-section .wrap-description,.yith-sl-layout-classic #yith-sl-main-wrapper .main-section .wrap-image{padding:0 15px}.yith-sl-layout-classic #yith-sl-main-wrapper .main-section .wrap-image{flex:0 0 58.333333%;max-width:58.333333%}.yith-sl-layout-classic #yith-sl-main-wrapper .main-section .wrap-description{flex:0 0 41.666667%;max-width:41.666667%}.yith-sl-layout-classic #yith-sl-main-wrapper .wrap-image img{max-width:none;opacity:0}#yith-sl-main-wrapper .contact-info{flex-direction:row;display:flex}#yith-sl-main-wrapper .contact-info .wrap-single-info{flex-grow:3}.yith-sl-layout-classic #yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon{position:relative;padding-left:25px;min-height:110px}.yith-sl-layout-classic #yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon:after{content:'';display:block;height:1px;background-color:#707070;bottom:0;position:absolute;width:140px;left:0}@media(max-width:992px){.yith-sl-layout-alternative #yith-sl-main-wrapper .contact-info{position:relative}}@media (max-width:767px){#yith-sl-main-wrapper{padding:0 15px;margin-bottom:0}#yith-sl-main-wrapper *{font-size:14px}#yith-sl-main-wrapper h4{font-size:16px}#yith-sl-main-wrapper .contact-info{display:block}#yith-sl-main-wrapper .contact-info .wrap-single-info{margin-bottom:50px}#yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon{display:none}.yith-sl-layout-classic #yith-sl-main-wrapper .main-section .wrap-description,.yith-sl-layout-classic #yith-sl-main-wrapper .main-section .wrap-image{flex:100%;max-width:none;padding:0}.yith-sl-layout-classic #yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon{display:none}.yith-sl-layout-classic #yith-sl-main-wrapper .main-section{margin-bottom:10px}.yith-sl-layout-classic #yith-sl-main-wrapper .wrap-image img{max-width:100%;margin-left:0!important}.yith-sl-layout-classic #yith-sl-main-wrapper .wrap-header h1{margin-bottom:30px}.yith-sl-layout-classic #yith-sl-main-wrapper .wrap-image{margin-bottom:30px}.yith-sl-layout-classic #yith-sl-main-wrapper .main-section{margin-bottom:50px}.yith-sl-layout-classic #yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon:after{display:none}.yith-sl-layout-alternative #yith-sl-main-wrapper .contact-info .wrap-single-info{padding-left:0}}@media(max-width:480px){#yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon,.yith-sl-layout-classic #yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon{position:absolute;left:0}#yith-sl-main-wrapper .wrap-header h1{font-size:30px}#yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon img{width:60px}.yith-sl-layout-alternative #yith-sl-main-wrapper .contact-info{display:block;padding-top:30px}.yith-sl-layout-alternative #yith-sl-main-wrapper .contact-info .wrap-single-info{padding-left:0}.yith-sl-layout-alternative #yith-sl-main-wrapper .contact-info .wrap-single-info .wrap-icon{display:none}}