.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}body {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #f27474;
}
p a:hover {
text-decoration: underline;
}
button {
cursor: pointer;
}
button:focus {
outline: none;
}
ul {
list-style-type: none;
margin: 0;
}
.global-header {
background-color: #fff;
box-shadow: 0 1px 15px 0 rgba(192,72,25,0.32);
height: 80px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
.global-header .logo {
width: 162px;
height: 36px;
background-image: url(//ledvanceandina.info/assets/images/logo.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
float: left;
margin-top: 22px;
margin-left: 15px;
}
@media all and (max-width: 600px) {
.global-header .logo {
float: none;
height: 29px;
display: block;
margin: 0 auto;
margin-top: 10px;
}
}
.global-header nav {
font-size: 17px;
color: #f27474;
float: right;
margin-top: 29px;
}
@media all and (max-width: 600px) {
.global-header nav {
float: none;
text-align: center;
font-size: 16px;
margin-top: 10px;
}
}
.global-header nav a {
position: relative;
cursor: pointer;
}
.global-header nav a::before {
content: "";
background-color: #f27474;
height: 3px;
border-radius: 2px;
position: absolute;
left: 0;
right: 0;
bottom: -5px;
display: none;
}
.global-header nav a:hover::before {
display: block;
}
.global-header nav .github-icon {
width: 26px;
height: 25px;
background-image: url(//ledvanceandina.info/assets/images/github.svg);
display: inline-block;
vertical-align: middle;
position: relative;
top: -3px;
}
.global-header ul {
white-space: nowrap;
padding: 0;
}
.global-header ul li {
display: inline-block;
margin: 0 15px;
}
.highlight {
background-color: #f8f8f8;
padding: 10px 23px;
font-size: 14px;
line-height: normal;
color: rgba(0,0,0,0.62);
overflow-x: auto;
}
.highlight .editor {
font-family: 'Inconsolata', monospace;
}
.highlight .line {
margin: 6px 0;
}
.highlight.bash .line::before {
content: "$ ";
opacity: 0.5;
}
.highlight .string {
color: #8858d2;
}
.highlight .html.name.tag {
color: #4ac14a;
}
.highlight .html.attribute-name {
color: #b646c1;
}
.highlight .js.name.function {
color: #f27474;
}
.highlight .js.boolean,
.highlight .js.numeric {
color: #4ac14a;
}
.highlight .js.control,
.highlight .js.assignment {
color: #b646c1;
}
.highlight .js.storage,
.highlight .js.variable {
color: #00a9ff;
}
.highlight .js.comment {
color: rgba(0,0,0,0.3);
}
.highlight .js.function {
color: inherit;
}
.highlight .js.variable.other,
.highlight .js.variable.parameter {
color: inherit;
}
.highlight .js.storage.class,
.highlight .js.class + * + .storage.modifier {
color: #b646c1;
}
.highlight .css.selector {
color: #4ac14a;
}
.highlight .css.property-name {
color: #00a9ff;
}
.highlight .css.property-value {
color: #8858d2;
}
.highlight .css.separator,
.highlight .css.terminator {
color: rgba(0,0,0,0.62);
}
.landing-top {
height: 370px;
position: relative;
padding-top: 80px;
}
@media all and (max-width: 1000px) {
.landing-top {
height: 600px;
}
}
.landing-top .bg {
background-image: linear-gradient(-132deg, #ff7d79 0%, #f28b74 92%);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-clip-path: url(#top-transition-clip-shape);
clip-path: url(#top-transition-clip-shape);
will-change: transform;  }
@media all and (max-width: 600px) {
.landing-top .bg {
-webkit-clip-path: none;
clip-path: none;
}
}
.landing-top .swal-modal-example {
transform: none;
opacity: 1;
height: 292px;
width: 409px;
margin: 20px;
background-color: #fff;
box-shadow: 0 5px 22px 0 rgba(0,0,0,0.2);
border-radius: 8px;
margin-top: 59px;
text-align: center;
display: inline-block;
vertical-align: middle;
overflow: hidden;
transition: height 0.3s;
position: absolute;
z-index: 10;
top: 0;
left: 0;
}
@media all and (max-width: 1000px) {
.landing-top .swal-modal-example {
position: relative;
display: block;
margin: 20px auto;
}
}
@media all and (max-width: 450px) {
.landing-top .swal-modal-example {
width: 100%;
}
}
.landing-top .swal-modal-example[data-type="success"] {
height: 292px;
}
.landing-top .swal-modal-example[data-type="warning"] {
height: 325px;
}
.landing-top .swal-modal-example .swal-title {
padding-top: 10px;
}
.landing-top .swal-modal-example .swal-text {
color: rgba(0,0,0,0.48);
margin-top: 6px;
}
.landing-top .modal-content-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 2;
pointer-events: none;
opacity: 0;
transition: opacity 0.2s;
}
.landing-top .modal-content-overlay.show {
opacity: 1;
}
.landing-top .example-content {
display: none;
}
.landing-top .example-content.show {
display: block;
}
.landing-top .desc {
display: inline-block;
position: relative;
color: #fff;
margin-left: 50px;
max-width: calc(100% - 409px - 112px);
vertical-align: middle;
margin-top: 61px;
padding-left: 473px;
}
@media all and (max-width: 1000px) {
.landing-top .desc {
display: block;
max-width: none;
padding-left: 0;
margin-left: 0;
text-align: center;
}
}
.landing-top h2 {
font-size: 30px;
line-height: 51px;
font-weight: 300;
}
@media all and (max-width: 380px) {
.landing-top h2 {
font-size: 25px;
margin-top: -20px;
}
}
.landing-top .text-rotater {
display: block;
height: 57px;
overflow: hidden;
}
.landing-top .text-rotater span {
display: block;
transition: transform 0.4s;
}
.landing-top .text-rotater.slide-up span {
transform: translateY(-51px);
}
.landing-top .install {
background: rgba(120,40,40,0.32);
border-radius: 7px;
max-width: 357px;
padding: 12px;
}
@media all and (max-width: 1000px) {
.landing-top .install {
margin: 0 auto;
text-align: left;
}
}
.landing-top .install .button {
background: rgba(255,255,255,0.39);
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
}
.landing-top .install .command {
font-family: 'Inconsolata', monospace;
padding: 12px;
padding-left: 30px;
}
.landing-top .install .command::before {
content: "$";
opacity: 0.5;
transform: rotate(8deg);
font-size: 20px;
position: absolute;
margin-left: -27px;
margin-top: -2px;
}
.comparison-container {
padding-bottom: 70px;
text-align: center;
}
.comparison-container h3 {
font-size: 22px;
color: #b49993;
font-weight: 400;
display: block;
text-align: center;
margin-top: 93px;
margin-bottom: 80px;
}
.comparison-container .code-container {
text-align: center;
width: calc(50% - 60px);
display: inline-block;
vertical-align: middle;
}
@media all and (max-width: 600px) {
.comparison-container .code-container {
width: 100%;
}
}
.comparison-container .versus {
width: 35px;
height: 33px;
background-image: url(//ledvanceandina.info/assets/images/vs.svg);
display: inline-block;
vertical-align: middle;
margin: 0 30px;
}
@media all and (max-width: 600px) {
.comparison-container .versus {
margin: 30px;
margin-bottom: -10px;
}
}
.comparison-container h5 {
font-size: 13px;
color: rgba(0,0,0,0.21);
text-transform: uppercase;
text-align: left;
margin-bottom: 15px;
}
.comparison-container h5.swal-logo {
text-indent: -9999999px;
margin-top: 2px;
}
.comparison-container h5.swal-logo::after {
content: "";
background-image: url(//ledvanceandina.info/assets/images/logo-small.svg);
width: 91px;
height: 20px;
display: block;
}
.comparison-container .highlight {
text-align: left;
padding: 16px 23px;
}
.comparison-container .highlight span {
margin: 0 -4px;
}
.comparison-container .remark {
font-size: 20px;
color: #f27474;
margin-top: 80px;
}
.comparison-container .get-started-button {
background-color: #f27474;
color: #fff;
border-radius: 8px;
font-size: 22px;
padding: 14px 55px;
margin: 20px 0;
display: inline-block;
}
.customize-container {
background-color: #999eaf;
text-align: center;
color: #fff;
text-align: center;
background-image: url(//ledvanceandina.info/assets/images/pattern.png);
background-image: -webkit-image-set(url(//ledvanceandina.info/assets/images/pattern.png) 1x, url(//ledvanceandina.info/assets/images/pattern@2x.png) 2x);
padding: 40px 0;
-webkit-clip-path: url(#customization-transition-clip-shape);
clip-path: url(#customization-transition-clip-shape);
will-change: transform; }
@media all and (max-width: 600px) {
.customize-container {
-webkit-clip-path: none;
clip-path: none;
}
}
.customize-container h3 {
font-weight: 400;
font-size: 20px;
padding: 50px 0;
}
.customize-container .example-modals {
background-image: url(//ledvanceandina.info/assets/images/modal-examples.png);
background-image: -webkit-image-set(url(//ledvanceandina.info/assets/images/modal-examples.png) 1x, url(//ledvanceandina.info/assets/images/modal-examples@2x.png) 2x);
height: 284px;
background-size: auto 100%;
background-position: 0 0;
animation: scrollExamples 80s infinite linear;
}
.customize-container .view-api-button {
border: 3px solid #fff;
border-radius: 6px;
color: #fff;
padding: 12px 52px;
font-size: 18px;
margin-top: 60px;
display: inline-block;
}
@-moz-keyframes scrollExamples {
0% {
background-position: 0 0;
}
100% {
background-position: -2146px 0;
}
}
@-webkit-keyframes scrollExamples {
0% {
background-position: 0 0;
}
100% {
background-position: -2146px 0;
}
}
@-o-keyframes scrollExamples {
0% {
background-position: 0 0;
}
100% {
background-position: -2146px 0;
}
}
@keyframes scrollExamples {
0% {
background-position: 0 0;
}
100% {
background-position: -2146px 0;
}
}
.page-content {
$mobile-breakpoint: 880px;
}
.page-content table {
border-collapse: collapse;
border: none;
width: 100%;
}
.page-content th {
font-size: 17px;
color: rgba(0,0,0,0.34);
padding: 20px 15px;
text-transform: capitalize;
font-weight: 400;
}
.page-content thead > tr {
border-bottom: 2px solid rgba(0,0,0,0.1);
}
.page-content tr {
text-align: left;
box-shadow: 0px -1px 0px rgba(0,0,0,0.15);
}
.page-content tr:first-child {
box-shadow: none;
}
.page-content td {
padding: 17px;
}
.page-content td:first-child > code {
color: #2e9fef;
background: none;
border: none;
font-size: 16px;
padding: 0;
}
@media all and (min-width: mobile-breakpoint) {
.page-content tbody tr:nth-child(1) {
box-shadow: none;
}
}
@media all and (max-width: mobile-breakpoint) {
.page-content table,
.page-content thead,
.page-content tbody,
.page-content th,
.page-content td,
.page-content tr {
display: block;
}
.page-content thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.page-content tr {
margin-top: -1px;
box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.27);
}
.page-content td { border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: mobile-padding;
min-height: 20px;
}
.page-content td::before { position: absolute; top: 15px;
left: 15px;
width: mobile-padding;
width: calc((mobile-padding - 35px));
overflow: hidden;
text-overflow: ellipsis;
padding-right: 10px;
white-space: nowrap;
color: rgba(0,0,0,0.54);
font-family: page-font;
font-size: 16px;
text-transform: capitalize;
content: attr(data-name);
}
}
.doc-container {
overflow: hidden;
}
.side-menu {
width: 225px;
float: left;
padding-left: 20px;
position: fixed;
top: 88px;
}
@media all and (max-width: 600px) {
.side-menu {
float: none;
position: static;
margin-top: 120px;
text-align: center;
width: 100%;
margin-bottom: -60px;
padding-left: 0;
}
}
.side-menu .title {
font-size: 20px;
color: rgba(0,0,0,0.63);
font-weight: 600;
margin-top: 50px;
margin-bottom: 36px;
}
.side-menu a {
font-size: 17px;
color: rgba(0,0,0,0.42);
display: block;
margin: 18px 0;
}
.side-menu a:hover {
color: rgba(0,0,0,0.6);
}
.page-content {
float: left;
width: calc(100% - 225px - 20px);
margin-left: 225px;
min-height: 220px;
margin-top: 16px;
font-size: 16px;
color: rgba(0,0,0,0.59);
line-height: 29px;
}
@media all and (max-width: 600px) {
.page-content {
float: none;
margin-left: 0;
width: 100%;
}
}
.page-content h1 {
padding-top: 90px;
border-bottom: 1px solid rgba(0,0,0,0.15);
padding-bottom: 20px;
margin-bottom: 0;
}
.page-content h1::before {
content: "#";
position: absolute;
margin-left: -23px;
font-size: 24px;
margin-top: 3px;
color: #f38270;
font-weight: 500;
}
.page-content h1 a {
font-size: 30px;
color: rgba(0,0,0,0.85);
font-weight: 600;
}
.page-content h2,
.page-content h3 {
font-size: 20px;
margin-top: -70px;
padding-top: 100px;
}
.page-content h2 a,
.page-content h3 a {
color: rgba(0,0,0,0.7);
}
.page-content ul {
list-style-type: disc;
margin-bottom: 20px;
}
.page-content ul li {
margin: 5px 0;
}
.page-content img {
max-width: 100%;
}
.page-content.api > ul {
list-style-type: none;
padding-left: 30px;
}
.page-content.api > ul > li h3::before {
content: "";
width: 8px;
height: 8px;
position: absolute;
border-radius: 50%;
background-color: #f27474;
margin-left: -27px;
margin-top: 12px;
}
.page-content code {
font-family: 'Inconsolata', monospace;
padding: 3px 6px;
border-radius: 2px;
border: 1px solid rgba(0,0,0,0.12);
background: #f8f8f8;
font-size: 14px;
color: #f27474;
}
.page-content kbd {
display: inline-block;
padding: 3px 5px;
font-size: 11px;
line-height: 10px;
color: #444d56;
vertical-align: middle;
background-color: #fafbfc;
border: solid 1px #c6cbd1;
border-bottom-color: #959da5;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #959da5;
font-family: sans-serif;
}
.page-content preview-button { display: block;
height: 44px;
}
.page-content button.preview {
margin: 20px auto;
width: 110px;
display: block;
position: relative;
z-index: 2;
}
.page-content figcaption {
font-style: italic;
}
.swal-modal.red-bg {
background-color: rgba(255,0,0,0.28);
}
.mood-btn {
background: none;
border: none;
width: 28px;
height: 28px;
background-image: url(//ledvanceandina.info/assets/images/mood-sad.png);
background-size: 28px 28px;
padding: 4px;
background-position: center center;
box-sizing: content-box;
background-repeat: no-repeat;
margin: 0 7px;
position: relative;
overflow: hidden;
border-radius: 3px;
}
.mood-btn:hover::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.03);
}
.mood-btn[data-rating="2"] {
background-image: url(//ledvanceandina.info/assets/images/mood-neutral.png);
}
.mood-btn[data-rating="3"] {
background-image: url(//ledvanceandina.info/assets/images/mood-happy.png);
}
body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
}
svg.hidden {
display: block;
}
.page-container {
max-width: 1000px;
margin: 0 auto;
padding: 0 10px;
position: relative;
}
.preview {
background-color: #a3dd82;
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
border-radius: 4px;
border: none;
color: #fff;
font-size: 15px;
color: #fff;
padding: 9px 18px;
margin-top: 20px;
}
.preview::before {
content: "";
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 10px solid #fff;
display: inline-block;
margin-right: 5px;
}
.preview:hover {
background-color: #98d973;
}
footer {
padding: 40px 20px;
text-align: center;
color: #728194;
}
footer .love-icon {
background-image: url(//ledvanceandina.info/assets/images/heart-icon.svg);
width: 22px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin: 0 5px;
position: relative;
top: -2px;
}.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:grid;column-gap:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative}.woocommerce ul.products:not(.elementor-grid),.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(4,1fr)}.woocommerce ul.products:not(.elementor-grid).columns-1,.woocommerce-page ul.products:not(.elementor-grid).columns-1{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-right:0}.woocommerce ul.products:not(.elementor-grid).columns-2,.woocommerce-page ul.products:not(.elementor-grid).columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-3,.woocommerce-page ul.products:not(.elementor-grid).columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-6,.woocommerce-page ul.products:not(.elementor-grid).columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.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}.review-rating{order:2}.star-rating{margin-right:10px}.review-count{margin-left:10px;font-size:14px;margin-top:-6px}@media (max-width:544px){.review-rating{display:block}.review-count{margin-left:0;margin-top:0}}.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}