.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;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}a.xoo-qv-button{
cursor: pointer;
overflow: hidden;
z-index: 10;
display: table;
margin: 0 auto;
line-height: 1;
}
.xoo-qv-btn-icon{
display: table;
float: left;
margin-right: 6px;
}
.xoo-qv-panel{
position: fixed;
opacity: 0;
transition: opacity 0.25s ease-in;
z-index: 9999;
}
.xoo-qv-panel-active {
opacity: 1;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.xoo-qv-opac{
background-color: black;
width: 100%;
height: 100%;
opacity: 0.8;
display: none;
position: fixed;
z-index: 9998;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.xoo-qv-inner-modal {
position: fixed;
opacity: 1;
width: 100%;
height: 100%;
z-index: -1;  
}
.xoo-qv-animation-linear{
animation: xoo-qv-key 500ms ease; 
animation-fill-mode: forwards;
}
.xoo-qv-animation-fadein{
animation: xoo-qv-key-fadein 700ms ease; 
animation-fill-mode: forwards;
}
@keyframes xoo-qv-key{
100% {transform: translate(0,0px);}
}
@keyframes xoo-qv-key-fadein{
100% {opacity: 1;}
}
.xoo-qv-outer-modal{
position: absolute;
z-index: 1;
}
.xoo-qv-container{
padding: 9px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: #fff;
position: absolute;
top:15%;
bottom: 15%;
left: 15%;
right: 15%;
margin: auto;
max-width: 1100px;
max-height: 636px;
}
.xoo-qv-top-panel{
position: absolute;
top: -50px;
left: 0;
right: 0;
}
.xoo-qv-images{
float: left;
}
.xoo-qv-summary{
display: inline-block;
float: right;
}
.xoo-qv-main{
overflow: auto;
position: relative;
top: 0;
height: 100%;
background-color: white;
}
.xoo-qv-close{
display: table;
right: 0;
bottom: 0;
position: absolute;
color: white;
cursor: pointer;
}
.xoo-qv-close:hover{
color: #db492b;
}
.xoo-qv-nxt , .xoo-qv-prev{
color: white;
display: table;
position: fixed;
top: 50%;
transform: translate(0,-50%);
font-size: 30px;
cursor: pointer;
z-index: 100;
}
.xoo-qv-prev{
left: 3%;
}
.xoo-qv-nxt{
right: 3%;
}
.xoo-qv-plink{
padding: 8px 13px;
display: inline-block;
background-color: #2D84D4;
margin-top: 10px;
}
.xoo-qv-plink a{
color: white;
}
.xoo-qv-plink a:hover{
color: #eee;
}
.xoo-qv-panel .woocommerce-review-link{
display: none;
}
.woocommerce div.product .xoo-qv-images  div.images{
float: none;
margin: auto;
}
@media only screen and (max-width: 768px) {
div.xoo-qv-summary,div.xoo-qv-images{
width: 100%;
float: none;
}
} @font-face {
font-family: 'xoo-qv';
src:    url(//carmelglasgow.co.uk/wp-content/plugins/quick-view-woocommerce/assets/css/fonts/xoo-qv.eot?9mvi0e);
src:    url(//carmelglasgow.co.uk/wp-content/plugins/quick-view-woocommerce/assets/css/fonts/xoo-qv.eot?9mvi0e#iefix) format('embedded-opentype'),
url(//carmelglasgow.co.uk/wp-content/plugins/quick-view-woocommerce/assets/css/fonts/xoo-qv.ttf?9mvi0e) format('truetype'),
url(//carmelglasgow.co.uk/wp-content/plugins/quick-view-woocommerce/assets/css/fonts/xoo-qv.woff?9mvi0e) format('woff'),
url(//carmelglasgow.co.uk/wp-content/plugins/quick-view-woocommerce/assets/css/fonts/xoo-qv.svg?9mvi0e#xoo-qv) format('svg');
font-weight: normal;
font-style: normal;
}
.xoo-qv { font-family: 'xoo-qv' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xooqv-zoom-in:before {
content: "\e987";
}
.xooqv-eye:before {
content: "\e9ce";
}
.xooqv-cross:before {
content: "\ea0f";
}
.xooqv-arrow-right:before {
content: "\ea34";
}
.xooqv-arrow-left:before {
content: "\ea38";
}
.xooqv-chevron-right:before {
content: "\e900";
}
.xooqv-chevron-left:before {
content: "\e901";
} .xoo-qv-preloader {
text-align: center;
}
.xoo-qv-speeding-wheel {
border: 3px solid white;
margin: 0 auto;
border-radius: 50%;
border-left-color: transparent;
border-right-color: transparent;
animation: xoo-qv-spin 575ms infinite linear;
-o-animation: xoo-qv-spin 575ms infinite linear;
-ms-animation: xoo-qv-spin 575ms infinite linear;
-webkit-animation: xoo-qv-spin 575ms infinite linear;
-moz-animation: xoo-qv-spin 575ms infinite linear;
}
@keyframes xoo-qv-spin {
100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes xoo-qv-spin {
100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes xoo-qv-spin {
100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes xoo-qv-spin {
100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes xoo-qv-spin {
100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
.xoo-qv-opl{
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.xoo-qv-opl .xoo-qv-speeding-wheel{
height: 70px;
width: 70px;
}
.xoo-qv-mpl{
visibility: hidden;
position: relative;
display: table;
margin: auto;
}
.xoo-qv-pl-active{
display: table;
visibility: visible;
}
.xoo-qv-mpl .xoo-qv-speeding-wheel{
height: 35px;
width: 35px;
border-bottom-color: #fff;
border-top-color: #fff;
}@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
.fc-modal {
display: none;
position: fixed;
z-index: 999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
font-family: 'Lato', sans-serif;
}
.fc-modal-content {
background-color: #fefefe;
border: 0px solid #999;
font-size: 15px;
left: 50%;
padding: 0;
position: absolute;
top: 2%;
transform: translateX(-50%);
transition: transform 0.3s ease-out 0s;
width: 70%;
margin: auto;
}
@media(min-width:768px){
.fc-modal-content{
height: 90%;
}
}
.fc-modal-header {
padding: 2px 16px;
background-color: #141414;
color: #fff;
position: relative;
}
.fc-modal-header h3{
color:#fff;
}
.fc-modal-header::before {
position: absolute;
content: '';
border-width: 10px;
border-color: #141414 transparent transparent transparent;
border-style: solid;
left: 50%;
transform: translateX(-50%);
top: 99%;
}
div.fc-modal-header>h3 {
margin: 10px 0 !important;
clear: left;
font-size: 20px;
}
.fc-modal-body {
padding: 0px 0px 0px;
overflow: auto;
max-height: 100%;
}
.fc-modal-body .modal-body {
padding-bottom: 0px;
} .fc-modal-close {
color: #fff;
float: right;
font-size: 22px;
font-weight: 300;
position: relative;
z-index: 50;
}
.fc-modal-close:hover,
.fc-modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.fc-modal table,
.fc-modal table td {
border: none !important;
margin-bottom: 0px;
padding: 0px !important;
}
.email_image {
float: left;
margin-bottom: 15px;
text-align: center;
width: 100%;
}
.email_image img {
height: auto !important;
max-width: 100% !important;
}
.ecard_message {
float: left;
width: 100%;
}
.fc-modal-body img {
margin: 20px auto 20px;
max-width: 100%;
height: auto;
}
.fc-modal-body .button-a {
display: inline-block !important;
margin: 15px 0;
}
.button-td {
display: inline;
width: 100%;
text-align: center;
float: left;
background: #fff !important;
height: 82px;
}
.fc-modal table>td.button-td:hover {
background-color: #fff !important;
}
.fc-modal table td.ecard_message {
padding: 0 40px !important;
}
.update_ecard_msg_btn {
margin: 10px 0;
}
.ecard_editable_content {
border: 2px dashed !important;
padding: 20px !important;
}
.update-content-container {
margin-top: 10px;
margin-bottom: 10px;
background: #fff;
}
.woo-btn {
background-color: #a46497;
color: #fff;
margin-top: 10px;
}
.woo-btn:hover {
color: #fff;
background-color: #a46497 !important;
background-image: none !important;
}
.ecard-fields label span {
color: red;
}
#e-card-preiview,
a.e-card-update,
a.e-card-preview { color: #fff;
text-decoration: none; }
a.e-card-update:hover,
a.e-card-preview:hover {
color: #fff !important;
background-color: #935386;
}
.shop_table.cart a.e-card-update,
.shop_table.cart a.e-card-preview {
color: #fff !important;
display: inline-block;
text-align: center;
margin-top: 4px;
padding: 8px 10px;
width: 100%;
font-size: 12px;
}
.woocommerce td.product-name dl.variation dt.variation-UpdateEcard,
.woocommerce td.product-name dl.variation dt.variation-PreviewEcard {
display: none;
}
#e-card-preiview {
font-weight: bold;
text-decoration: none; }
.woocommerce-checkout-review-order-table .e-card-preview {
font-weight: bold;
padding: 8px;
}
table.ecard-fields {
margin-bottom: 25px !important;
}
table.ecard-fields>tbody>tr td {
padding: 4px !important;
}
table.ecard-fields>tbody>tr td>input,
table.ecard-fields>tbody>tr td>textarea {
width: 100% !important;
box-sizing: border-box;
}
.fc-modal-close img {
margin-top: 4px !important;
}
.woocommerce-checkout .variation-SendeCardOn {
width: 100%;
}
.ecard-preview-recepient-container {
display: none;
}
.post-type-archive-product .button {
color: inherit;
}
.fc-modal-close {
color: #fff;
float: right;
font-size: 28px;
font-weight: 300;
position: relative;
z-index: 50;
}
.fc-modal-close:hover,
.fc-modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.fc-modal-close {
color: #fff;
float: right;
font-size: 0px;
font-weight: 300;
position: relative;
z-index: 50;
margin-right: -15px;
background: url(//carmelglasgow.co.uk/wp-content/plugins/woocommerce-ecards-pro/assets/images/close.png) no-repeat;
width: 50px;
height: 50px;
margin-top: -5px;
}
.fc-modal-close:hover,
.fc-modal-close:focus {
opacity: 0.8;
text-decoration: none;
cursor: pointer;
}
.multiple_name_desc,
.multiple_email_desc {
font-size: 12px;
width: 100%;
color: inherit;
}
.woocommerce-checkout .ecard-preview-link-container {
margin-top: 10px;
}
.woocommerce-checkout .ecard-preview-link-container a {
text-decoration: none !important;
}
img.loader-img {
max-width: 70px;
}
.fc-loader{
max-width: 300px;
}
.weplugin-success-ecard {
background-image: url("data:image/svg+xml,%3Csvg width='25px' height='25px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23155724' d='M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 18px center;
border: 1px solid #b9e9c4;
background-color: #d4edda;
color: #155724;
}
.weplugin-notice-ecard {
width: 100%;
margin-top: 20px !important;
padding: 20px 20px 20px 55px !important;
margin-bottom: 20px !important;
position: relative;
box-shadow: 0 14px 40px #EFF3F5;
border-radius: 10px;
text-align: left;
font-size: 16px;
}
input.update_ecard_msg_btn {
border-radius: 3px;
}
.update-content-container + br,
.email_message_content + br{
display:none;
}
.update-content-container .loader-img{
margin-bottom:0px;
}
.update-content-container{
margin-bottom:0px;
}
.update-content-container .weplugin-notice-ecard{
margin-bottom:7px !important;
margin-top: 0px !important;
}
.fc-modal-body .button-a{
margin-top:5px;
}
input.update_ecard_msg_btn { 
margin-bottom: 15px !important;
margin-top: 7px !important;
}
.email_message_content{
padding:0 20px 20px;
}
.woocommerce-js form .form-row textarea:focus, .woocommerce-js input[type=email]:focus, .woocommerce-js input[type=number]:focus, .woocommerce-js input[type=password]:focus, .woocommerce-js input[type=reset]:focus, .woocommerce-js input[type=search]:focus, .woocommerce-js input[type=tel]:focus, .woocommerce-js input[type=text]:focus, .woocommerce-js input[type=url]:focus, .woocommerce-js textarea:focus, .woocommerce-page form .form-row textarea:focus, .woocommerce-page input[type=email]:focus, .woocommerce-page input[type=number]:focus, .woocommerce-page input[type=password]:focus, .woocommerce-page input[type=reset]:focus, .woocommerce-page input[type=search]:focus, .woocommerce-page input[type=tel]:focus, .woocommerce-page input[type=text]:focus, .woocommerce-page input[type=url]:focus, .woocommerce-page textarea:focus{
outline:none;
}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1;width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:' ';display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:flex;flex-wrap:wrap;clear:both;zoom:1}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:' ';display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 20px 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product:nth-child(2n),.woocommerce.columns-2 ul.products li.product:nth-child(2n){margin-right:0;clear:right}.woocommerce-page.columns-2 ul.products li.product:nth-child(odd),.woocommerce.columns-2 ul.products li.product:nth-child(odd){clear:left}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:31.2%;width:calc(33.33% - 14px)}.woocommerce-page.columns-3 ul.products li.product:nth-child(3n),.woocommerce.columns-3 ul.products li.product:nth-child(3n){margin-right:0;clear:right}.woocommerce-page.columns-3 ul.products li.product:nth-child(3n+1),.woocommerce.columns-3 ul.products li.product:nth-child(3n+1){clear:left}.woocommerce-page.columns-4 ul.products li.product,.woocommerce.columns-4 ul.products li.product{width:22.5%;width:calc(25% - 15px)}.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),.woocommerce.columns-4 ul.products li.product:nth-child(4n){margin-right:0;clear:right}.woocommerce-page.columns-4 ul.products li.product:nth-child(4n+1),.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:left}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:17.5%;width:calc(20% - 16px)}.woocommerce-page.columns-5 ul.products li.product:nth-child(5n),.woocommerce.columns-5 ul.products li.product:nth-child(5n){margin-right:0;clear:right}.woocommerce-page.columns-5 ul.products li.product:nth-child(5n+1),.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:left}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:14%;width:calc(16.66% - 16.66px)}.woocommerce-page.columns-6 ul.products li.product:nth-child(6n),.woocommerce.columns-6 ul.products li.product:nth-child(6n){margin-right:0;clear:right}.woocommerce-page.columns-6 ul.products li.product:nth-child(6n+1),.woocommerce.columns-6 ul.products li.product:nth-child(6n+1){clear:left}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:' ';display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left;display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1;width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:' ';display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:' ';display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:' ';display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:' ';display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}