.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wms_packs_quantity{
height: 100%;
width: 100%;
padding: 0;
}
.wms-view-component-none{
display:none;
}
.wms-view-component{
margin-left:-250px;
padding:10px;
margin-top:17px;
background:#fff;
min-height:350px;
-moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
.wms-view-component-active{
display:block;
position:absolute;
top:120px;
z-index:999999;
width:250px;
}
.wms-view-component-main{
width:100%;
display: flex;
flex-direction:column;
justify-content:space-between;
}
.wms-product-gallery {
width: 100%;
margin: 0 auto;
}
.wms-view-component-main .wms-view-component-row .wms-view-component-content{
margin-bottom: 0;
}
.wms-view-component-meta, .wms-view-component-content{
border-top: 1px solid #e2e2e2;
}
.wms-component-price{
font-size: 1.2em;
margin: 1.41575em 0;
}
.wms-component-title{
margin: 5px auto;
font-size: 18px;
font-weight: 400;
}
#circularG{
position:relative;
width:58px;
height:58px;
margin: 50% auto;
}
.circularG{
position:absolute;
background-color:rgb(212,212,212);
width:14px;
height:14px;
border-radius:9px;
-o-border-radius:9px;
-ms-border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
animation-name:bounce_circularG;
-o-animation-name:bounce_circularG;
-ms-animation-name:bounce_circularG;
-webkit-animation-name:bounce_circularG;
-moz-animation-name:bounce_circularG;
animation-duration:0.818s;
-o-animation-duration:0.818s;
-ms-animation-duration:0.818s;
-webkit-animation-duration:0.818s;
-moz-animation-duration:0.818s;
animation-iteration-count:infinite;
-o-animation-iteration-count:infinite;
-ms-animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
animation-direction:normal;
-o-animation-direction:normal;
-ms-animation-direction:normal;
-webkit-animation-direction:normal;
-moz-animation-direction:normal;
}
#circularG_1{
left:0;
top:23px;
animation-delay:0.308s;
-o-animation-delay:0.308s;
-ms-animation-delay:0.308s;
-webkit-animation-delay:0.308s;
-moz-animation-delay:0.308s;
}
#circularG_2{
left:6px;
top:6px;
animation-delay:0.404s;
-o-animation-delay:0.404s;
-ms-animation-delay:0.404s;
-webkit-animation-delay:0.404s;
-moz-animation-delay:0.404s;
}
#circularG_3{
top:0;
left:23px;
animation-delay:0.51s;
-o-animation-delay:0.51s;
-ms-animation-delay:0.51s;
-webkit-animation-delay:0.51s;
-moz-animation-delay:0.51s;
}
#circularG_4{
right:6px;
top:6px;
animation-delay:0.616s;
-o-animation-delay:0.616s;
-ms-animation-delay:0.616s;
-webkit-animation-delay:0.616s;
-moz-animation-delay:0.616s;
}
#circularG_5{
right:0;
top:23px;
animation-delay:0.712s;
-o-animation-delay:0.712s;
-ms-animation-delay:0.712s;
-webkit-animation-delay:0.712s;
-moz-animation-delay:0.712s;
}
#circularG_6{
right:6px;
bottom:6px;
animation-delay:0.818s;
-o-animation-delay:0.818s;
-ms-animation-delay:0.818s;
-webkit-animation-delay:0.818s;
-moz-animation-delay:0.818s;
}
#circularG_7{
left:23px;
bottom:0;
animation-delay:0.914s;
-o-animation-delay:0.914s;
-ms-animation-delay:0.914s;
-webkit-animation-delay:0.914s;
-moz-animation-delay:0.914s;
}
#circularG_8{
left:6px;
bottom:6px;
animation-delay:1.02s;
-o-animation-delay:1.02s;
-ms-animation-delay:1.02s;
-webkit-animation-delay:1.02s;
-moz-animation-delay:1.02s;
}
@keyframes bounce_circularG{
0%{
transform:scale(1);
}
100%{
transform:scale(.3);
}
}
@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1);
}
100%{
-o-transform:scale(.3);
}
}
@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1);
}
100%{
-ms-transform:scale(.3);
}
}
@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1);
}
100%{
-webkit-transform:scale(.3);
}
}
@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1);
}
100%{
-moz-transform:scale(.3);
}
}