@charset "UTF-8";
.tc-add-to-cart-group-wrap { display: none; }
.tc-add-to-cart-group-wrap ~ .tc-add-to-cart-wrap,
.tc-add-to-cart-group-wrap ~ .tc-ticket-price-wrap {
display: inline-block;
margin: initial;
width: initial !important;
} .tc-add-to-cart-wrap {
border-style: unset;
border-color: unset;
border-width: unset;
}
.tc-add-to-cart-wrap .cart_form > * { display: inline-block; }
.tc-add-to-cart-wrap select {
width: auto;
max-width: unset;
}
.tc-add-to-cart-wrap > p:empty { display: none; }
.tc-add-to-cart-wrap .tc_tickets_sold { display: inline-block; }
.tc-add-to-cart-wrap .tc_in_cart {
width: initial;
align-items: center;
}
.tc-add-to-cart-wrap .tc_quantity_selector ~ a { margin: auto 10px; }
.tc-add-to-cart-wrap a {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
transition: 0.15s linear;
line-height: normal;
margin: 0 10px 0 0;
}
.tc-add-to-cart-wrap a.add_to_cart, .tc-add-to-cart-wrap select,
.editor-styles-wrapper .tc-add-to-cart-wrap a.add_to_cart, .editor-styles-wrapper .tc-add-to-cart-wrap select {
padding: 0.8em 1.3em;
}
.tc-add-to-cart-wrap a.add_to_cart,
.editor-styles-wrapper .tc-add-to-cart-wrap a.add_to_cart {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
text-decoration: none;
font-size: 1em;
}
.tc-add-to-cart-wrap a.add_to_cart:hover,
.editor-styles-wrapper .tc-add-to-cart-wrap a.add_to_cart:hover {
opacity: 0.8;
}
.tc-add-to-cart-wrap .price { align-self: center; }
.tc-add-to-cart-wrap.tc-has-text-color select { color: var(--tc-block-text-color); }
.tc-add-to-cart-wrap.tc-has-link-color .tc_in_cart, .tc-add-to-cart-wrap.tc-has-link-color a, .tc-add-to-cart-wrap.tc-has-link-color .tc_tickets_sold { color: var(--tc-block-link-color) !important; }
.tc-add-to-cart-wrap.tc-has-link-hover-color a:hover { color: var(--tc-block-link-hover-color) !important; }
.tc-add-to-cart-wrap.tc-has-border-radius a {
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-add-to-cart-wrap.tc-has-border-radius-topleft a {
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-add-to-cart-wrap.tc-has-border-radius-topright a {
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-add-to-cart-wrap.tc-has-border-radius-bottomleft a {
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-add-to-cart-wrap.tc-has-border-radius-bottomright a {
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-add-to-cart-wrap.tc-has-background-color a.add_to_cart {
background-color: var(--tc-block-background-color);
text-decoration: none;
}
.tc-add-to-cart-wrap.tc-has-background-color a.add_to_cart:hover {
background-color: var(--tc-block-background-color);
-webkit-filter: brightness(110%);
filter: brightness(110%);
}
.tc-add-to-cart-wrap.tc-has-padding-top a.add_to_cart,
.tc-add-to-cart-wrap.tc-has-padding-top .tc_tickets_sold {
padding-top: var(--tc-block-padding-top);
}
.tc-add-to-cart-wrap.tc-has-padding-right a.add_to_cart,
.tc-add-to-cart-wrap.tc-has-padding-right .tc_tickets_sold {
padding-right: var(--tc-block-padding-right);
}
.tc-add-to-cart-wrap.tc-has-padding-bottom a.add_to_cart,
.tc-add-to-cart-wrap.tc-has-padding-bottom .tc_tickets_sold {
padding-bottom: var(--tc-block-padding-bottom);
}
.tc-add-to-cart-wrap.tc-has-padding-left a.add_to_cart,
.tc-add-to-cart-wrap.tc-has-padding-left .tc_tickets_sold {
padding-left: var(--tc-block-padding-left);
}
.tc-add-to-cart-wrap.tc-has-margin-top a,
.tc-add-to-cart-wrap.tc-has-margin-top .tc_tickets_sold {
margin-top: var(--tc-block-margin-top);
}
.tc-add-to-cart-wrap.tc-has-margin-right a,
.tc-add-to-cart-wrap.tc-has-margin-right .tc_tickets_sold {
margin-right: var(--tc-block-margin-right);
}
.tc-add-to-cart-wrap.tc-has-margin-bottom a,
.tc-add-to-cart-wrap.tc-has-margin-bottom .tc_tickets_sold {
margin-bottom: var(--tc-block-margin-bottom);
}
.tc-add-to-cart-wrap.tc-has-margin-left a,
.tc-add-to-cart-wrap.tc-has-margin-left .tc_tickets_sold {
margin-left: var(--tc-block-margin-left);
}
.tc-add-to-cart-wrap.tc-has-background-gradient a.add_to_cart {
background: var(--tc-block-background-gradient);
text-decoration: none;
}
.tc-add-to-cart-wrap.tc-has-background-gradient a.add_to_cart:hover {
background: var(--tc-block-background-gradient);
-webkit-filter: brightness(110%);
filter: brightness(110%);
text-decoration: none;
}
.tc-add-to-cart-wrap.tc-has-border-width,
.tc-add-to-cart-wrap.tc-has-border-color,
.tc-add-to-cart-wrap.tc-has-border-radius,
.tc-add-to-cart-wrap.tc-has-border-style {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.tc-add-to-cart-wrap.tc-has-border-color a { border-color: var(--tc-block-border-color); }
.tc-add-to-cart-wrap.tc-has-border-top-color a { border-top-color: var(--tc-block-border-top-color); }
.tc-add-to-cart-wrap.tc-has-border-right-color a { border-right-color: var(--tc-block-border-right-color); }
.tc-add-to-cart-wrap.tc-has-border-bottom-color a { border-bottom-color: var(--tc-block-border-bottom-color); }
.tc-add-to-cart-wrap.tc-has-border-left-color a { border-left-color: var(--tc-block-border-left-color); }
.tc-add-to-cart-wrap.tc-has-border-width a.add_to_cart { border-width: var(--tc-block-border-width); }
.tc-add-to-cart-wrap.tc-has-border-top-width a.add_to_cart { border-top-width: var(--tc-block-border-top-width); }
.tc-add-to-cart-wrap.tc-has-border-left-width a.add_to_cart { border-left-width: var(--tc-block-border-left-width); }
.tc-add-to-cart-wrap.tc-has-border-bottom-width a.add_to_cart { border-bottom-width: var(--tc-block-border-bottom-width); }
.tc-add-to-cart-wrap.tc-has-border-right-width a.add_to_cart { border-right-width: var(--tc-block-border-right-width); }
.tc-add-to-cart-wrap.tc-has-border-style a.add_to_cart { border-style: var(--tc-block-border-style); }
.tc-add-to-cart-wrap.tc-has-border-top-style a.add_to_cart { border-top-style: var(--tc-block-border-top-style); }
.tc-add-to-cart-wrap.tc-has-border-bottom-style a.add_to_cart { border-bottom-style: var(--tc-block-border-bottom-style); }
.tc-add-to-cart-wrap.tc-has-border-left-style a.add_to_cart { border-left-style: var(--tc-block-border-left-style); }
.tc-add-to-cart-wrap.tc-has-border-right-style a.add_to_cart { border-right-style: var(--tc-block-border-right-style); }
.tc-add-to-cart-wrap.tc-has-font-family a, .tc-add-to-cart-wrap.tc-has-font-family span, .tc-add-to-cart-wrap.tc-has-font-family select { font-family: var(--tc-block-font-family); }
.tc-add-to-cart-wrap.tc-has-font-size a, .tc-add-to-cart-wrap.tc-has-font-size span, .tc-add-to-cart-wrap.tc-has-font-size select { font-size: var(--tc-block-font-size); }
.tc-add-to-cart-wrap.tc-has-fontsize a, .tc-add-to-cart-wrap.tc-has-fontsize span, .tc-add-to-cart-wrap.tc-has-fontsize select { font-size: var(--tc-block-fontsize); }
.tc-add-to-cart-wrap.tc-has-fontstyle a, .tc-add-to-cart-wrap.tc-has-fontstyle span, .tc-add-to-cart-wrap.tc-has-fontstyle select { font-style: var(--tc-block-fontstyle); }
.tc-add-to-cart-wrap.tc-has-fontweight a, .tc-add-to-cart-wrap.tc-has-fontweight span, .tc-add-to-cart-wrap.tc-has-fontweight select { font-weight: var(--tc-block-fontweight); }
.tc-add-to-cart-wrap.tc-has-lineheight a, .tc-add-to-cart-wrap.tc-has-lineheight span, .tc-add-to-cart-wrap.tc-has-lineheight select { line-height: var(--tc-block-lineheight); }
.tc-add-to-cart-wrap.tc-has-letterspacing a, .tc-add-to-cart-wrap.tc-has-letterspacing span, .tc-add-to-cart-wrap.tc-has-letterspacing select { letter-spacing: var(--tc-block-letterspacing); }
.tc-add-to-cart-wrap.tc-has-textdecoration a, .tc-add-to-cart-wrap.tc-has-textdecoration span, .tc-add-to-cart-wrap.tc-has-textdecoration select { text-decoration: var(--tc-block-textdecoration); }
.tc-add-to-cart-wrap.tc-has-texttransform a, .tc-add-to-cart-wrap.tc-has-texttransform span, .tc-add-to-cart-wrap.tc-has-texttransform select { text-transform: var(--tc-block-texttransform); } .tc-ticket-price-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-ticket-price-wrap > p:empty { display: none; }
.tc-ticket-price-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
} .tc-event-add-to-cart-group-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-event-add-to-cart-group-wrap tr:empty, .tc-event-add-to-cart-group-wrap div:empty { display: none; }
.tc-event-add-to-cart-group-wrap,
.tc-event-add-to-cart-group-wrap table {
margin: 0;
margin-block: 0 !important;
}
.tc-event-add-to-cart-group-wrap table {
table-layout: fixed;
width: 100%;
text-align: left;
overflow: hidden;
}
.tc-event-add-to-cart-group-wrap th,
.tc-event-add-to-cart-group-wrap td {
padding: 0.8em 1.3em;
}
.tc-event-add-to-cart-columns tr {
color: var(--wp--preset--color--background);
background-color: var(--wp--preset--color--primary);
}
.tc-event-add-to-cart-rows.tc-has-link-color a, .tc-event-add-to-cart-rows.tc-has-link-color .tc_in_cart, .tc-event-add-to-cart-rows.tc-has-link-color .tc_tickets_sold { color: var(--tc-block-link-color) !important; }
.tc-event-add-to-cart-rows.tc-has-link-hover-color a:hover { color: var(--tc-block-link-hover-color) !important; }
.tc-event-add-to-cart-dropdown .inner-wrap,
.tc-event-add-to-cart-dropdown .cart_form {
display: inline-flex;
}
.tc-event-add-to-cart-dropdown a.add_to_cart {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
transition: 0.15s linear;
line-height: normal;
}
.tc-event-add-to-cart-dropdown a.add_to_cart,
.tc-event-add-to-cart-dropdown select,
.editor-styles-wrapper .tc-event-add-to-cart-dropdown a.add_to_cart,
.editor-styles-wrapper .tc-event-add-to-cart-dropdown select {
padding: 0.8em 1.3em;
}
.tc-event-add-to-cart-dropdown a.add_to_cart,
.editor-styles-wrapper .tc-event-add-to-cart-dropdown a.add_to_cart {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
text-decoration: none;
font-size: 1em;
}
.tc-event-add-to-cart-dropdown a.add_to_cart:hover,
.editor-styles-wrapper .tc-event-add-to-cart-dropdown a.add_to_cart:hover {
opacity: 0.8;
}
.tc-event-add-to-cart-dropdown select {
width: auto;
max-width: unset;
}
.tc-event-add-to-cart-dropdown.tc-has-text-color select {
color: var(--tc-block-text-color);
}
.tc-event-add-to-cart-dropdown.tc-has-link-color a.add_to_cart, .tc-event-add-to-cart-dropdown.tc-has-link-color .tc_in_cart, .tc-event-add-to-cart-dropdown.tc-has-link-color .tc_tickets_sold { color: var(--tc-block-link-color) !important; }
.tc-event-add-to-cart-dropdown.tc-has-link-hover-color a.add_to_cart:hover { color: var(--tc-block-link-hover-color) !important; }
.tc-event-add-to-cart-dropdown.tc-has-border-radius a {
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-event-add-to-cart-dropdown.tc-has-border-radius-topleft a {
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-event-add-to-cart-dropdown.tc-has-border-radius-topright a {
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-event-add-to-cart-dropdown.tc-has-border-radius-bottomleft a {
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-event-add-to-cart-dropdown.tc-has-border-radius-bottomright a {
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-event-add-to-cart-dropdown.tc-has-background-color a.add_to_cart {
background-color: var(--tc-block-background-color);
text-decoration: none;
}
.tc-event-add-to-cart-dropdown.tc-has-padding-top a,
.tc-event-add-to-cart-dropdown.tc-has-padding-top .tc_tickets_sold {
padding-top: var(--tc-block-padding-top);
}
.tc-event-add-to-cart-dropdown.tc-has-padding-right a,
.tc-event-add-to-cart-dropdown.tc-has-padding-right .tc_tickets_sold {
padding-right: var(--tc-block-padding-right);
}
.tc-event-add-to-cart-dropdown.tc-has-padding-bottom a,
.tc-event-add-to-cart-dropdown.tc-has-padding-bottom .tc_tickets_sold {
padding-bottom: var(--tc-block-padding-bottom);
}
.tc-event-add-to-cart-dropdown.tc-has-padding-left a,
.tc-event-add-to-cart-dropdown.tc-has-padding-left .tc_tickets_sold {
padding-left: var(--tc-block-padding-left);
}
.tc-event-add-to-cart-dropdown.tc-has-background-gradient a {
background: var(--tc-block-background-gradient);
text-decoration: none;
}
.tc-event-add-to-cart-dropdown.tc-has-border-width,
.tc-event-add-to-cart-dropdown.tc-has-border-color,
.tc-event-add-to-cart-dropdown.tc-has-border-radius,
.tc-event-add-to-cart-dropdown.tc-has-border-style {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.tc-event-add-to-cart-dropdown.tc-has-border-color a { border-color: var(--tc-block-border-color); }
.tc-event-add-to-cart-dropdown.tc-has-border-top-color a { border-top-color: var(--tc-block-border-top-color); }
.tc-event-add-to-cart-dropdown.tc-has-border-right-color a { border-right-color: var(--tc-block-border-right-color); }
.tc-event-add-to-cart-dropdown.tc-has-border-bottom-color a { border-bottom-color: var(--tc-block-border-bottom-color); }
.tc-event-add-to-cart-dropdown.tc-has-border-left-color a { border-left-color: var(--tc-block-border-left-color); }
.tc-event-add-to-cart-dropdown.tc-has-border-width a { border-width: var(--tc-block-border-width); }
.tc-event-add-to-cart-dropdown.tc-has-border-top-width a { border-top-width: var(--tc-block-border-top-width); }
.tc-event-add-to-cart-dropdown.tc-has-border-left-width a { border-left-width: var(--tc-block-border-left-width); }
.tc-event-add-to-cart-dropdown.tc-has-border-bottom-width a { border-bottom-width: var(--tc-block-border-bottom-width); }
.tc-event-add-to-cart-dropdown.tc-has-border-right-width a { border-right-width: var(--tc-block-border-right-width); }
.tc-event-add-to-cart-dropdown.tc-has-border-style a { border-style: var(--tc-block-border-style); }
.tc-event-add-to-cart-dropdown.tc-has-border-top-style a { border-top-style: var(--tc-block-border-top-style); }
.tc-event-add-to-cart-dropdown.tc-has-border-bottom-style a { border-bottom-style: var(--tc-block-border-bottom-style); }
.tc-event-add-to-cart-dropdown.tc-has-border-left-style a { border-left-style: var(--tc-block-border-left-style); }
.tc-event-add-to-cart-dropdown.tc-has-border-right-style a { border-right-style: var(--tc-block-border-right-style); }
.tc-event-add-to-cart-dropdown.tc-has-font-family a, .tc-add-to-cart-wrap.tc-has-font-family span, .tc-add-to-cart-wrap.tc-has-font-family select { font-family: var(--tc-block-font-family); }
.tc-event-add-to-cart-dropdown.tc-has-font-size a, .tc-add-to-cart-wrap.tc-has-font-size span, .tc-add-to-cart-wrap.tc-has-font-size select { font-size: var(--tc-block-font-size); }
.tc-event-add-to-cart-dropdown.tc-has-fontsize a, .tc-add-to-cart-wrap.tc-has-fontsize span, .tc-add-to-cart-wrap.tc-has-fontsize select { font-size: var(--tc-block-fontsize); }
.tc-event-add-to-cart-dropdown.tc-has-fontstyle a, .tc-add-to-cart-wrap.tc-has-fontstyle span, .tc-add-to-cart-wrap.tc-has-fontstyle select { font-style: var(--tc-block-fontstyle); }
.tc-event-add-to-cart-dropdown.tc-has-fontweight a, .tc-add-to-cart-wrap.tc-has-fontweight span, .tc-add-to-cart-wrap.tc-has-fontweight select { font-weight: var(--tc-block-fontweight); }
.tc-event-add-to-cart-dropdown.tc-has-lineheight a, .tc-add-to-cart-wrap.tc-has-lineheight span, .tc-add-to-cart-wrap.tc-has-lineheight select { line-height: var(--tc-block-lineheight); }
.tc-event-add-to-cart-dropdown.tc-has-letterspacing a, .tc-add-to-cart-wrap.tc-has-letterspacing span, .tc-add-to-cart-wrap.tc-has-letterspacing select { letter-spacing: var(--tc-block-letterspacing); }
.tc-event-add-to-cart-dropdown.tc-has-textdecoration a, .tc-add-to-cart-wrap.tc-has-textdecoration span, .tc-add-to-cart-wrap.tc-has-textdecoration select { text-decoration: var(--tc-block-textdecoration); }
.tc-event-add-to-cart-dropdown.tc-has-texttransform a, .tc-add-to-cart-wrap.tc-has-texttransform span, .tc-add-to-cart-wrap.tc-has-texttransform select { text-transform: var(--tc-block-texttransform); } .tc-woo-add-to-cart-group-wrap { display: none; }
.tc-woo-add-to-cart-group-wrap ~ .tc-woo-add-to-cart-wrap,
.tc-woo-add-to-cart-group-wrap ~ .tc-woo-ticket-price-wrap {
display: inline-block;
margin: initial;
width: initial !important;
} .tc-woo-add-to-cart-wrap {
border-style: unset;
border-color: unset;
border-width: unset;
}
.tc-woo-add-to-cart-wrap .tc-wb-event-dropdown-wrap .inner-wrap { display: block; }
.tc-woo-add-to-cart-wrap .tc-wb-event-dropdown-wrap .inner-wrap > * { display: inline-block; }
.tc-woo-add-to-cart-wrap input[type="number"].tc-wb-quantity-selector { margin-left: 0; }
.tc-woo-add-to-cart-wrap .quantity ~ .tc-wb-add-to-cart a.add_to_cart_button, .tc-woo-add-to-cart-wrap .quantity ~ .tc-wb-add-to-cart .woocommerce a.add_to_cart_button,
.tc-woo-add-to-cart-wrap .quantity ~ .tc-wb-add-to-cart button.button, .tc-woo-add-to-cart-wrap .quantity ~ .tc-wb-add-to-cart .woocommerce button.button {
margin: auto 10px;
}
.tc-woo-add-to-cart-wrap .tc-wb-quantity-selector,
.tc-woo-add-to-cart-wrap a, .tc-woo-add-to-cart-wrap .woocommerce a,
.tc-woo-add-to-cart-wrap button.button, .tc-woo-add-to-cart-wrap .woocommerce button.button {
padding: 0.8em;
line-height: normal;
}
.tc-woo-add-to-cart-wrap .add_to_cart_inline {
display: inline-block;
margin: 0;
}
.tc-woo-add-to-cart-wrap p:empty,
.tc-woo-add-to-cart-wrap .quantity > br {
display: none;
}
.tc-woo-add-to-cart-wrap a, .tc-woo-add-to-cart-wrap .woocommerce a,
.tc-woo-add-to-cart-wrap button.button, .tc-woo-add-to-cart-wrap .woocommerce button.button {
border-style: solid;
border-color: transparent;
border-width: 0;
}
.tc-woo-add-to-cart-wrap .add_to_cart_inline .added_to_cart,
.tc-woo-add-to-cart-wrap .woocommerce.add_to_cart_inline .added_to_cart {
margin: initial;
}
.tc-woo-add-to-cart-wrap a:not(.added_to_cart):not(:hover), .tc-woo-add-to-cart-wrap .woocommerce a:not(.added_to_cart):not(:hover),
.tc-woo-add-to-cart-wrap button.button:not(.added_to_cart):not(:hover), .tc-woo-add-to-cart-wrap .woocommerce button.button:not(.added_to_cart):not(:hover) {
background-color: var(--wp--preset--color--primary);
}
.tc-woo-add-to-cart-wrap a, .tc-woo-add-to-cart-wrap .woocommerce a,
.tc-woo-add-to-cart-wrap button.button, .tc-woo-add-to-cart-wrap .woocommerce button.button {
margin-top: unset;
margin-bottom: unset;
font-size: inherit;
}
.tc-woo-add-to-cart-wrap a:not(:hover), .tc-woo-add-to-cart-wrap .woocommerce a:not(:hover),
.tc-woo-add-to-cart-wrap button.button:not(:hover), .tc-woo-add-to-cart-wrap .woocommerce button.button:not(:hover) {
color: var(--wp--preset--color--background);
}
.tc-woo-add-to-cart-wrap a.add_to_cart_button, .tc-woo-add-to-cart-wrap .woocommerce a.add_to_cart_button,
.tc-woo-add-to-cart-wrap button.button, .tc-woo-add-to-cart-wrap .woocommerce button.button {
text-decoration: none;
}
.tc-woo-add-to-cart-wrap a.ajax_add_to_cart.added,
.tc-woo-add-to-cart-wrap .woocommerce a.ajax_add_to_cart.added {
display: none;
}
.tc-woo-add-to-cart-wrap.tc-has-text-color a.ajax_add_to_cart.added ~ .added_to_cart,
.tc-woo-add-to-cart-wrap.tc-has-text-color .woocommerce a.ajax_add_to_cart.added ~ .added_to_cart {
margin: auto 10px;
}
.tc-woo-add-to-cart-wrap.tc-has-text-color a:not(:hover),
.tc-woo-add-to-cart-wrap.tc-has-text-color .woocommerce a:not(:hover) {
color: var(--tc-block-text-color);
}
.tc-woo-add-to-cart-wrap.tc-has-margin-top a, .tc-woo-add-to-cart-wrap.tc-has-margin-top .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-margin-top button.button, .tc-woo-add-to-cart-wrap.tc-has-margin-top .woocommerce button.button {
margin-top: var(--tc-block-margin-top) !important;
}
.tc-woo-add-to-cart-wrap.tc-has-margin-right a, .tc-woo-add-to-cart-wrap.tc-has-margin-right .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-margin-right button.button, .tc-woo-add-to-cart-wrap.tc-has-margin-right .woocommerce button.button {
margin-right: var(--tc-block-margin-right) !important;
}
.tc-woo-add-to-cart-wrap.tc-has-margin-bottom a, .tc-woo-add-to-cart-wrap.tc-has-margin-bottom .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-margin-bottom button.button, .tc-woo-add-to-cart-wrap.tc-has-margin-bottom .woocommerce button.button {
margin-bottom: var(--tc-block-margin-bottom) !important;
}
.tc-woo-add-to-cart-wrap.tc-has-margin-left a, .tc-woo-add-to-cart-wrap.tc-has-margin-left .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-margin-left button.button, .tc-woo-add-to-cart-wrap.tc-has-margin-left .woocommerce button.button {
margin-left: var(--tc-block-margin-left) !important;
}
.tc-woo-add-to-cart-wrap.tc-has-padding-top a, .tc-woo-add-to-cart-wrap.tc-has-padding-top .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-padding-top button.button, .tc-woo-add-to-cart-wrap.tc-has-padding-top .woocommerce button.button {
padding-top: var(--tc-block-padding-top);
}
.tc-woo-add-to-cart-wrap.tc-has-padding-right a, .tc-woo-add-to-cart-wrap.tc-has-padding-right .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-padding-right button.button, .tc-woo-add-to-cart-wrap.tc-has-padding-right .woocommerce button.button {
padding-right: var(--tc-block-padding-right);
}
.tc-woo-add-to-cart-wrap.tc-has-padding-bottom a, .tc-woo-add-to-cart-wrap.tc-has-padding-bottom .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-padding-bottom button.button, .tc-woo-add-to-cart-wrap.tc-has-padding-bottom .woocommerce button.button {
padding-bottom: var(--tc-block-padding-bottom);
}
.tc-woo-add-to-cart-wrap.tc-has-padding-left a, .tc-woo-add-to-cart-wrap.tc-has-padding-left .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-padding-left button.button, .tc-woo-add-to-cart-wrap.tc-has-padding-left .woocommerce button.button {
padding-left: var(--tc-block-padding-left);
}
.tc-woo-add-to-cart-wrap.tc-has-link-color a, .tc-woo-add-to-cart-wrap.tc-has-link-color .woocommerce a.button,
.tc-woo-add-to-cart-wrap.tc-has-link-color button.button, .tc-woo-add-to-cart-wrap.tc-has-link-color .woocommerce button.button {
color: var(--tc-block-link-color);
}
.tc-woo-add-to-cart-wrap.tc-has-link-hover-color a:hover, .tc-woo-add-to-cart-wrap.tc-has-link-hover-color .woocommerce a:hover,
.tc-woo-add-to-cart-wrap.tc-has-link-hover-color button.button:hover, .tc-woo-add-to-cart-wrap.tc-has-link-hover-color .woocommerce button.button:hover {
color: var(--tc-block-link-hover-color);
}
.tc-woo-add-to-cart-wrap.tc-has-background-color a:not(.added_to_cart):not(:hover), .tc-woo-add-to-cart-wrap.tc-has-background-color .woocommerce a:not(.added_to_cart):not(:hover),
.tc-woo-add-to-cart-wrap.tc-has-background-color button.button:not(.added_to_cart):not(:hover), .tc-woo-add-to-cart-wrap.tc-has-background-color .woocommerce button.button:not(.added_to_cart):not(:hover) {
background-color: var(--tc-block-background-color);
}
.tc-woo-add-to-cart-wrap.tc-has-background-gradient a:not(.added_to_cart):not(:hover), .tc-woo-add-to-cart-wrap.tc-has-background-gradient .woocommerce a:not(.added_to_cart):not(:hover),
.tc-woo-add-to-cart-wrap.tc-has-background-gradient button.button:not(.added_to_cart):not(:hover), .tc-woo-add-to-cart-wrap.tc-has-background-gradient .woocommerce button.button:not(.added_to_cart):not(:hover) {
background: var(--tc-block-background-gradient);
}
.tc-woo-add-to-cart-wrap.tc-has-border-width a:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-width .woocommerce a:not(.added_to_cart),
.tc-woo-add-to-cart-wrap.tc-has-border-width button.button:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-width .woocommerce button.button:not(.added_to_cart) {
border-width: var(--tc-block-border-width);
}
.tc-woo-add-to-cart-wrap.tc-has-border-top-width a:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-top-width .woocommerce a:not(.added_to_cart),
.tc-woo-add-to-cart-wrap.tc-has-border-top-width button.button:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-top-width .woocommerce button.button:not(.added_to_cart) {
border-top-width: var(--tc-block-border-top-width);
}
.tc-woo-add-to-cart-wrap.tc-has-border-left-width a:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-left-width .woocommerce a:not(.added_to_cart),
.tc-woo-add-to-cart-wrap.tc-has-border-left-width button.button:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-left-width .woocommerce button.button:not(.added_to_cart) {
border-left-width: var(--tc-block-border-left-width);
}
.tc-woo-add-to-cart-wrap.tc-has-border-bottom-width a:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-bottom-width .woocommerce a:not(.added_to_cart),
.tc-woo-add-to-cart-wrap.tc-has-border-bottom-width button.button:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-bottom-width .woocommerce button.button:not(.added_to_cart) {
border-bottom-width: var(--tc-block-border-bottom-width);
}
.tc-woo-add-to-cart-wrap.tc-has-border-right-width a:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-right-width .woocommerce a:not(.added_to_cart),
.tc-woo-add-to-cart-wrap.tc-has-border-right-width button.button:not(.added_to_cart), .tc-woo-add-to-cart-wrap.tc-has-border-right-width .woocommerce button.button:not(.added_to_cart) {
border-right-width: var(--tc-block-border-right-width);
}
.tc-woo-add-to-cart-wrap.tc-has-border-color a, .tc-woo-add-to-cart-wrap.tc-has-border-color .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-color button.button, .tc-woo-add-to-cart-wrap.tc-has-border-color .woocommerce button.button {
border-color: var(--tc-block-border-color);
}
.tc-woo-add-to-cart-wrap.tc-has-border-top-color a, .tc-woo-add-to-cart-wrap.tc-has-border-top-color .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-top-color button.button, .tc-woo-add-to-cart-wrap.tc-has-border-top-color .woocommerce button.button {
border-top-color: var(--tc-block-border-top-color);
}
.tc-woo-add-to-cart-wrap.tc-has-border-right-color a, .tc-woo-add-to-cart-wrap.tc-has-border-right-color .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-right-color button.button, .tc-woo-add-to-cart-wrap.tc-has-border-right-color .woocommerce button.button {
border-right-color: var(--tc-block-border-right-color);
}
.tc-woo-add-to-cart-wrap.tc-has-border-bottom-color a, .tc-woo-add-to-cart-wrap.tc-has-border-bottom-color .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-bottom-color button.button, .tc-woo-add-to-cart-wrap.tc-has-border-bottom-color .woocommerce button.button {
border-bottom-color: var(--tc-block-border-bottom-color);
}
.tc-woo-add-to-cart-wrap.tc-has-border-left-color a, .tc-woo-add-to-cart-wrap.tc-has-border-left-color .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-left-color button.button, .tc-woo-add-to-cart-wrap.tc-has-border-left-color .woocommerce button.button {
border-left-color: var(--tc-block-border-left-color);
}
.tc-woo-add-to-cart-wrap.tc-has-border-radius a, .tc-woo-add-to-cart-wrap.tc-has-border-radius .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-radius button.button, .tc-woo-add-to-cart-wrap.tc-has-border-radius .woocommerce button.button {
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-woo-add-to-cart-wrap.tc-has-border-radius-topleft a, .tc-woo-add-to-cart-wrap.tc-has-border-radius-topleft .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-radius-topleft button.button, .tc-woo-add-to-cart-wrap.tc-has-border-radius-topleft .woocommerce button.button {
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-woo-add-to-cart-wrap.tc-has-border-radius-topright a, .tc-woo-add-to-cart-wrap.tc-has-border-radius-topright .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-radius-topright button.button, .tc-woo-add-to-cart-wrap.tc-has-border-radius-topright .woocommerce button.button {
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-woo-add-to-cart-wrap.tc-has-border-radius-bottomleft a, .tc-woo-add-to-cart-wrap.tc-has-border-radius-bottomleft .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-radius-bottomleft button.button, .tc-woo-add-to-cart-wrap.tc-has-border-radius-bottomleft .woocommerce button.button {
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-woo-add-to-cart-wrap.tc-has-border-radius-bottomright a, .tc-woo-add-to-cart-wrap.tc-has-border-radius-bottomright .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-radius-bottomright button.button, .tc-woo-add-to-cart-wrap.tc-has-border-radius-bottomright .woocommerce button.button {
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-woo-add-to-cart-wrap.tc-has-border-style a, .tc-woo-add-to-cart-wrap.tc-has-border-style .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-style button.button, .tc-woo-add-to-cart-wrap.tc-has-border-style .woocommerce button.button {
border-style: var(--tc-block-border-style);
}
.tc-woo-add-to-cart-wrap.tc-has-border-top-style a, .tc-woo-add-to-cart-wrap.tc-has-border-top-style .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-top-style button.button, .tc-woo-add-to-cart-wrap.tc-has-border-top-style .woocommerce button.button {
border-top-style: var(--tc-block-border-top-style);
}
.tc-woo-add-to-cart-wrap.tc-has-border-bottom-style a, .tc-woo-add-to-cart-wrap.tc-has-border-bottom-style .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-bottom-style button.button, .tc-woo-add-to-cart-wrap.tc-has-border-bottom-style .woocommerce button.button {
border-bottom-style: var(--tc-block-border-bottom-style);
}
.tc-woo-add-to-cart-wrap.tc-has-border-left-style a, .tc-woo-add-to-cart-wrap.tc-has-border-left-style .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-left-style button.button, .tc-woo-add-to-cart-wrap.tc-has-border-left-style .woocommerce button.button {
border-left-style: var(--tc-block-border-left-style);
}
.tc-woo-add-to-cart-wrap.tc-has-border-right-style a, .tc-woo-add-to-cart-wrap.tc-has-border-right-style .woocommerce a,
.tc-woo-add-to-cart-wrap.tc-has-border-right-style button.button, .tc-woo-add-to-cart-wrap.tc-has-border-right-style .woocommerce button.button {
border-right-style: var(--tc-block-border-right-style);
}
.tc-woo-add-to-cart-wrap.tc-has-font-family a, .tc-woo-add-to-cart-wrap.tc-has-font-family .woocommerce a, .tc-woo-add-to-cart-wrap.tc-has-font-family span { font-family: var(--tc-block-font-family); }
.tc-woo-add-to-cart-wrap.tc-has-font-size a, .tc-woo-add-to-cart-wrap.tc-has-font-size .woocommerce a, .tc-woo-add-to-cart-wrap.tc-has-font-size span, .tc-woo-add-to-cart-wrap.tc-has-font-size input[type="number"] { font-size: var(--tc-block-font-size); }
.tc-woo-add-to-cart-wrap.tc-has-fontsize a, .tc-woo-add-to-cart-wrap.tc-has-fontsize .woocommerce a, .tc-woo-add-to-cart-wrap.tc-has-fontsize span, .tc-woo-add-to-cart-wrap.tc-has-fontsize input[type="number"] { font-size: var(--tc-block-fontsize); }
.tc-woo-add-to-cart-wrap.tc-has-fontstyle a, .tc-woo-add-to-cart-wrap.tc-has-fontstyle .woocommerce a, .tc-woo-add-to-cart-wrap.tc-has-fontstyle span { font-style: var(--tc-block-fontstyle); }
.tc-woo-add-to-cart-wrap.tc-has-fontweight a, .tc-woo-add-to-cart-wrap.tc-has-fontweight .woocommerce a, .tc-woo-add-to-cart-wrap.tc-has-fontweight span { font-weight: var(--tc-block-fontweight); }
.tc-woo-add-to-cart-wrap.tc-has-lineheight a, .tc-woo-add-to-cart-wrap.tc-has-lineheight .woocommerce a, .tc-woo-add-to-cart-wrap.tc-has-lineheight span { line-height: var(--tc-block-lineheight); }
.tc-woo-add-to-cart-wrap.tc-has-letterspacing a, .tc-woo-add-to-cart-wrap.tc-has-letterspacing .woocommerce a, .tc-woo-add-to-cart-wrap.tc-has-letterspacing span { letter-spacing: var(--tc-block-letterspacing); }
.tc-woo-add-to-cart-wrap.tc-has-textdecoration a, .tc-woo-add-to-cart-wrap.tc-has-textdecoration .woocommerce a, .tc-woo-add-to-cart-wrap.tc-has-textdecoration span { text-decoration: var(--tc-block-textdecoration); }
.tc-woo-add-to-cart-wrap.tc-has-texttransform a, .tc-woo-add-to-cart-wrap.tc-has-texttransform .woocommerce a,.tc-woo-add-to-cart-wrap.tc-has-texttransform span { text-transform: var(--tc-block-texttransform); } .tc-woo-ticket-price-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-woo-ticket-price-wrap > p:empty { display: none; }
.tc-woo-ticket-price-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
} .tc-woo-event-add-to-cart-group-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-woo-event-add-to-cart-group-wrap select { padding: 0.8em 1.3em; line-height: normal; }
.tc-woo-event-add-to-cart-group-wrap .tc-wb-quantity-selector { padding: 0.8em; text-align: center; }
.tc-woo-event-add-to-cart-group-wrap tr:empty, .tc-woo-event-add-to-cart-group-wrap div:empty { display: none; }
.tc-woo-event-add-to-cart-group-wrap,
.tc-woo-event-add-to-cart-group-wrap table {
margin: 0;
margin-block: 0 !important;
}
.tc-woo-event-add-to-cart-group-wrap table {
table-layout: fixed;
width: 100%;
text-align: left;
overflow: hidden;
}
.tc-woo-event-add-to-cart-group-wrap th,
.tc-woo-event-add-to-cart-group-wrap td {
padding: 0.8em 1.3em;
}
.tc-woo-event-add-to-cart-columns tr {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
}
.tc-woo-event-add-to-cart-rows a.ajax_add_to_cart.added,
.tc-woo-event-add-to-cart-rows .woocommerce a.ajax_add_to_cart.added {
display: none;
}
.tc-woo-event-add-to-cart-rows a:not(.added_to_cart):not(:hover), .tc-woo-event-add-to-cart-rows .woocommerce a:not(.added_to_cart):not(:hover),
.tc-woo-event-add-to-cart-rows button.button:not(.added_to_cart):not(:hover), .tc-woo-event-add-to-cart-rows .woocommerce button.button:not(.added_to_cart):not(:hover) {
background-color: var(--wp--preset--color--primary);
}
.tc-woo-event-add-to-cart-rows.tc-has-link-color .tc-wb-add-to-cart a, .tc-woo-event-add-to-cart-rows.tc-has-link-color .woocommerce.tc-wb-add-to-cart a,
.tc-woo-event-add-to-cart-rows.tc-has-link-color .tc-wb-add-to-cart button.button, .tc-woo-event-add-to-cart-rows.tc-has-link-color .woocommerce.tc-wb-add-to-cart button.button {
color: var(--tc-block-link-color);
}
.tc-woo-event-add-to-cart-rows.tc-has-link-color .tc-wb-add-to-cart a:hover, .tc-woo-event-add-to-cart-rows.tc-has-link-color .woocommerce.tc-wb-add-to-cart a:hover,
.tc-woo-event-add-to-cart-rows.tc-has-link-color .tc-wb-add-to-cart button.button:hover, .tc-woo-event-add-to-cart-rows.tc-has-link-color .woocommerce.tc-wb-add-to-cart button.button:hover {
color: var(--tc-block-link-hover-color);
}
.tc-woo-event-add-to-cart-rows .tc-wb-add-to-cart, .tc-woo-event-add-to-cart-rows .woocommerce.tc-wb-add-to-cart,
.tc-woo-event-add-to-cart-rows .tc-wb-add-to-cart a, .tc-woo-event-add-to-cart-rows .woocommerce.tc-wb-add-to-cart a {
margin: 0;
}
.tc-woo-event-add-to-cart-dropdown .tc-wb-add-to-cart, .tc-woo-event-add-to-cart-dropdown .woocommerce.tc-wb-add-to-cart,
.tc-woo-event-add-to-cart-dropdown .tc-wb-add-to-cart a, .tc-woo-event-add-to-cart-dropdown .woocommerce.tc-wb-add-to-cart a {
margin-top: 0;
margin-bottom: 0;
}
.tc-woo-event-add-to-cart-group-wrap .tc-wb-event-dropdown-wrap select {
width: auto;
max-width: unset;
}
.tc-woo-event-add-to-cart-group-wrap .tc-wb-event-dropdown-wrap a.ajax_add_to_cart.added,
.tc-woo-event-add-to-cart-group-wrap .tc-wb-event-dropdown-wrap .woocommerce  a.ajax_add_to_cart.added {
display: none;
}
.tc-woo-event-add-to-cart-group-wrap .tc-wb-event-dropdown-wrap .inner-wrap,
.tc-woo-event-add-to-cart-group-wrap .tc-wb-event-dropdown-wrap .inner-wrap > * { display: inline-block; }
.tc-woo-event-add-to-cart-group-wrap .tc-wb-event-dropdown-wrap .add-to-cart:first-child,
.tc-woo-event-add-to-cart-group-wrap .tc-wb-event-dropdown-wrap .add-to-cart:first-child > * {
display: inline-block;
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-text-color .tc-wb-event-dropdown-wrap select,
.tc-woo-event-add-to-cart-group-wrap.tc-has-text-color .tc-wb-event-dropdown-wrap input {
color: var(--tc-block-text-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-link-color .tc-wb-event-dropdown-wrap a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-link-color .tc-wb-event-dropdown-wrap .woocommerce a {
color: var(--tc-block-link-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-link-hover-color .tc-wb-event-dropdown-wrap a:hover,
.tc-woo-event-add-to-cart-group-wrap.tc-has-link-hover-color .tc-wb-event-dropdown-wrap .woocommerce a:hover {
color: var(--tc-block-link-hover-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-top .tc-wb-event-dropdown-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-top .tc-wb-event-dropdown-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-top .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-top .tc-wb-event-dropdown-wrap .woocommerce button.button {
margin-top: var(--tc-block-margin-top) !important;
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-right .tc-wb-event-dropdown-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-right .tc-wb-event-dropdown-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-right .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-right .tc-wb-event-dropdown-wrap .woocommerce button.button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-right .tc-wb-event-dropdown-wrap .added_to_cart, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-right .tc-wb-event-dropdown-wrap .woocommerce .added_to_cart {
margin-right: var(--tc-block-margin-right) !important;
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-bottom .tc-wb-event-dropdown-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-bottom .tc-wb-event-dropdown-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-bottom .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-bottom .tc-wb-event-dropdown-wrap .woocommerce button.button {
margin-bottom: var(--tc-block-margin-bottom) !important;
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-left .tc-wb-event-dropdown-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-left .tc-wb-event-dropdown-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-margin-left .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-margin-left .tc-wb-event-dropdown-wrap .woocommerce button.button {
margin-left: var(--tc-block-margin-left) !important;
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-padding-top .tc-wb-event-dropdown-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-group-wrap.tc-has-padding-top .tc-wb-event-dropdown-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-padding-top .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-padding-top .tc-wb-event-dropdown-wrap .woocommerce button.button {
padding-top: var(--tc-block-padding-top);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-padding-right .tc-wb-event-dropdown-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-group-wrap.tc-has-padding-right .tc-wb-event-dropdown-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-padding-right .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-padding-right .tc-wb-event-dropdown-wrap .woocommerce button.button {
padding-right: var(--tc-block-padding-right);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-padding-bottom .tc-wb-event-dropdown-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-group-wrap.tc-has-padding-bottom .tc-wb-event-dropdown-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-padding-bottom .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-padding-bottom .tc-wb-event-dropdown-wrap .woocommerce button.button {
padding-bottom: var(--tc-block-padding-bottom);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-padding-left .tc-wb-event-dropdown-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-group-wrap.tc-has-padding-left .tc-wb-event-dropdown-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-group-wrap.tc-has-padding-left .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-padding-left .tc-wb-event-dropdown-wrap .woocommerce button.button {
padding-left: var(--tc-block-padding-left);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-link-color .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-link-color .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-link-color .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-link-color .tc-wb-event-dropdown-wrap .woocommerce button.button {
color: var(--tc-block-link-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-background-color .tc-wb-event-dropdown-wrap a:not(.added_to_cart):not(:hover), .tc-woo-event-add-to-cart-group-wrap.tc-has-background-color .tc-wb-event-dropdown-wrap .woocommerce a:not(.added_to_cart):not(:hover),
.tc-woo-event-add-to-cart-group-wrap.tc-has-background-color .tc-wb-event-dropdown-wrap button.button:not(.added_to_cart):not(:hover), .tc-woo-event-add-to-cart-group-wrap.tc-has-background-color .tc-wb-event-dropdown-wrap .woocommerce button.button:not(.added_to_cart):not(:hover) {
background-color: var(--tc-block-background-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-background-gradient .tc-wb-event-dropdown-wrap a:not(.added_to_cart):not(:hover), .tc-woo-event-add-to-cart-group-wrap.tc-has-background-gradient .tc-wb-event-dropdown-wrap .woocommerce a:not(.added_to_cart):not(:hover),
.tc-woo-event-add-to-cart-group-wrap.tc-has-background-gradient .tc-wb-event-dropdown-wrap button.button:not(.added_to_cart):not(:hover), .tc-woo-event-add-to-cart-group-wrap.tc-has-background-gradient .tc-wb-event-dropdown-wrap .woocommerce button.button:not(.added_to_cart):not(:hover) {
background: var(--tc-block-background-gradient);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-width .tc-wb-event-dropdown-wrap a:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-width .tc-wb-event-dropdown-wrap .woocommerce a:not(.added_to_cart),
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-width .tc-wb-event-dropdown-wrap button.button:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-width .tc-wb-event-dropdown-wrap .woocommerce button.button:not(.added_to_cart) {
border-width: var(--tc-block-border-width);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-width .tc-wb-event-dropdown-wrap a:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-width .tc-wb-event-dropdown-wrap .woocommerce a:not(.added_to_cart),
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-width .tc-wb-event-dropdown-wrap button.button:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-width .tc-wb-event-dropdown-wrap .woocommerce button.button:not(.added_to_cart) {
border-top-width: var(--tc-block-border-top-width);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-width .tc-wb-event-dropdown-wrap a:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-width .tc-wb-event-dropdown-wrap .woocommerce a:not(.added_to_cart),
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-width .tc-wb-event-dropdown-wrap button.button:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-width .tc-wb-event-dropdown-wrap .woocommerce button.button:not(.added_to_cart) {
border-left-width: var(--tc-block-border-left-width);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-width .tc-wb-event-dropdown-wrap a:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-width .tc-wb-event-dropdown-wrap .woocommerce a:not(.added_to_cart),
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-width .tc-wb-event-dropdown-wrap button.button:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-width .tc-wb-event-dropdown-wrap .woocommerce button.button:not(.added_to_cart) {
border-bottom-width: var(--tc-block-border-bottom-width);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-width .tc-wb-event-dropdown-wrap a:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-width .tc-wb-event-dropdown-wrap .woocommerce a:not(.added_to_cart),
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-width .tc-wb-event-dropdown-wrap button.button:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-width .tc-wb-event-dropdown-wrap .woocommerce button.button:not(.added_to_cart) {
border-right-width: var(--tc-block-border-right-width);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-color .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-color .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-color .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-color .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-color: var(--tc-block-border-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-color .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-color .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-color .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-color .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-top-color: var(--tc-block-border-top-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-color .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-color .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-color .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-color .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-right-color: var(--tc-block-border-right-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-color .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-color .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-color .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-color .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-bottom-color: var(--tc-block-border-bottom-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-color .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-color .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-color .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-color .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-left-color: var(--tc-block-border-left-color);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius .tc-wb-event-dropdown-wrap .woocommerce button.button {
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-topleft .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-topleft .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-topleft .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-topleft .tc-wb-event-dropdown-wrap .woocommerce button.button {
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-topright .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-topright .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-topright .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-topright .tc-wb-event-dropdown-wrap .woocommerce button.button {
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-bottomleft .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-bottomleft .tc-wb-event-dropdown-wrap .woocommerce,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-bottomleft .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-bottomleft .tc-wb-event-dropdown-wrap .woocommerce button.button {
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-bottomright .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-bottomright .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-bottomright .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-radius-bottomright .tc-wb-event-dropdown-wrap .woocommerce button.button {
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-style .tc-wb-event-dropdown-wrap a:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-style .tc-wb-event-dropdown-wrap .woocommerce a:not(.added_to_cart),
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-style .tc-wb-event-dropdown-wrap button.button:not(.added_to_cart), .tc-woo-event-add-to-cart-group-wrap.tc-has-border-style .tc-wb-event-dropdown-wrap .woocommerce button.button:not(.added_to_cart) {
border-style: var(--tc-block-border-style);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-style .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-style .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-style .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-top-style .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-top-style: var(--tc-block-border-top-style);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-style .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-style .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-style .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-bottom-style .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-bottom-style: var(--tc-block-border-bottom-style);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-style .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-style .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-style .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-left-style .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-left-style: var(--tc-block-border-left-style);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-style .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-style .tc-wb-event-dropdown-wrap .woocommerce a,
.tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-style .tc-wb-event-dropdown-wrap button.button, .tc-woo-event-add-to-cart-group-wrap.tc-has-border-right-style .tc-wb-event-dropdown-wrap .woocommerce button.button {
border-right-style: var(--tc-block-border-right-style);
}
.tc-woo-event-add-to-cart-group-wrap.tc-has-font-family .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-font-family .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-font-family .tc-wb-event-dropdown-wrap span { font-family: var(--tc-block-font-family); }
.tc-woo-event-add-to-cart-group-wrap.tc-has-font-size .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-font-size .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-font-size .tc-wb-event-dropdown-wrap span, .tc-woo-event-add-to-cart-group-wrap.tc-has-font-size .tc-wb-event-dropdown-wrap input[type="number"], .tc-woo-event-add-to-cart-group-wrap.tc-has-font-size .tc-wb-event-dropdown-wrap select { font-size: var(--tc-block-font-size); }
.tc-woo-event-add-to-cart-group-wrap.tc-has-fontsize .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-fontsize .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-fontsize .tc-wb-event-dropdown-wrap span, .tc-woo-event-add-to-cart-group-wrap.tc-has-fontsize .tc-wb-event-dropdown-wrap input[type="number"], .tc-woo-event-add-to-cart-group-wrap.tc-has-fontsize .tc-wb-event-dropdown-wrap select { font-size: var(--tc-block-fontsize); }
.tc-woo-event-add-to-cart-group-wrap.tc-has-fontstyle .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-fontstyle .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-fontstyle .tc-wb-event-dropdown-wrap span { font-style: var(--tc-block-fontstyle); }
.tc-woo-event-add-to-cart-group-wrap.tc-has-fontweight .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-fontweight .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-fontweight .tc-wb-event-dropdown-wrap span { font-weight: var(--tc-block-fontweight); }
.tc-woo-event-add-to-cart-group-wrap.tc-has-lineheight .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-lineheight .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-lineheight .tc-wb-event-dropdown-wrap span { line-height: var(--tc-block-lineheight); }
.tc-woo-event-add-to-cart-group-wrap.tc-has-letterspacing .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-letterspacing .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-letterspacing .tc-wb-event-dropdown-wrap span { letter-spacing: var(--tc-block-letterspacing); }
.tc-woo-event-add-to-cart-group-wrap.tc-has-textdecoration .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-textdecoration .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-textdecoration .tc-wb-event-dropdown-wrap span { text-decoration: var(--tc-block-textdecoration); }
.tc-woo-event-add-to-cart-group-wrap.tc-has-texttransform .tc-wb-event-dropdown-wrap a, .tc-woo-event-add-to-cart-group-wrap.tc-has-texttransform .tc-wb-event-dropdown-wrap .woocommerce a, .tc-woo-event-add-to-cart-group-wrap.tc-has-texttransform .tc-wb-event-dropdown-wrap span { text-transform: var(--tc-block-texttransform); } .tc-woo-event-add-to-cart-wrap table {
width: 100%;
text-align: left;
}
.tc-woo-event-add-to-cart-wrap th,
.tc-woo-event-add-to-cart-wrap td {
padding: 0.8em 1.2em;
}
.tc-woo-event-add-to-cart-wrap .quantity {
display: inline-block;
width: 0;
}
.tc-woo-event-add-to-cart-wrap .tc-wb-quantity-selector {
padding: 0.6em;
width: 50px;
}
.tc-woo-event-add-to-cart-wrap .quantity br { display: none; }
.tc-woo-event-add-to-cart-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-wrap button.button, .tc-woo-event-add-to-cart-wrap .woocommerce button.button {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
border: none;
transition: 0.15s linear;
}
.tc-woo-event-add-to-cart-wrap a.add_to_cart_button:hover, .tc-woo-event-add-to-cart-wrap .woocommerce a.add_to_cart_button:hover,
.tc-woo-event-add-to-cart-wrap button.button:hover, .tc-woo-event-add-to-cart-wrap .woocommerce button.button:hover {
opacity: 0.8;
text-decoration: none;
}
.tc-woo-event-add-to-cart-wrap a.add_to_cart_button, .tc-woo-event-add-to-cart-wrap .woocommerce a.add_to_cart_button,
.tc-woo-event-add-to-cart-wrap button.button, .tc-woo-event-add-to-cart-wrap .woocommerce button.button {
margin: 0;
}
.tc-woo-event-add-to-cart-wrap.tc-has-link-color a { color: var(--tc-block-link-color); }
.tc-woo-event-add-to-cart-wrap.tc-has-link-hover-color a:hover { color: var(--tc-block-link-hover-color); }
.tc-woo-event-add-to-cart-wrap th {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
}
.tc-woo-event-add-to-cart-wrap td { background-color: var(--wp--preset--color--tertiary); }
.tc-woo-event-add-to-cart-wrap.tc-has-text-color td { color: var(--tc-block-text-color); }
.tc-woo-event-add-to-cart-wrap.tc-has-background-gradient table { background: var(--tc-block-background-gradient); }
.tc-woo-event-add-to-cart-wrap.tc-has-padding-top th,
.tc-woo-event-add-to-cart-wrap.tc-has-padding-top td {
padding-top: var(--tc-block-padding-top);
}
.tc-woo-event-add-to-cart-wrap.tc-has-padding-right th,
.tc-woo-event-add-to-cart-wrap.tc-has-padding-right td {
padding-right: var(--tc-block-padding-right);
}
.tc-woo-event-add-to-cart-wrap.tc-has-padding-bottom th,
.tc-woo-event-add-to-cart-wrap.tc-has-padding-bottom td {
padding-bottom: var(--tc-block-padding-bottom);
}
.tc-woo-event-add-to-cart-wrap.tc-has-padding-left th,
.tc-woo-event-add-to-cart-wrap.tc-has-padding-left td {
padding-left: var(--tc-block-padding-left);
}
.tc-woo-event-add-to-cart-wrap.tc-has-background-color td {
background-color: var(--tc-block-background-color);
}
.tc-woo-event-add-to-cart-wrap.tc-has-background-color th {
background-color: var(--tc-block-background-color);
-webkit-filter: brightness(75%);
filter: brightness(75%);
}
.tc-woo-event-add-to-cart-wrap.tc-has-border-width {
border-width: var(--tc-block-border-width);
padding: var(--tc-block-border-width);
}
.tc-woo-event-add-to-cart-wrap.tc-has-border-top-width { border-top-width: var(--tc-block-border-top-width); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-left-width { border-left-width: var(--tc-block-border-left-width); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-bottom-width { border-bottom-width: var(--tc-block-border-bottom-width); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-right-width { border-right-width: var(--tc-block-border-right-width); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-color { border-color: var(--tc-block-border-color); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-color:not(.tc-has-border-radius) {
border-style: unset;
border-color: unset;
border-width: unset;
}
.tc-woo-event-add-to-cart-wrap.tc-has-border-color:not(.tc-has-border-radius) th { background-color: var(--tc-block-border-color); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-top-color { border-top-color: var(--tc-block-border-top-color); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-right-color { border-right-color: var(--tc-block-border-right-color); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-bottom-color { border-bottom-color: var(--tc-block-border-bottom-color); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-left-color { border-left-color: var(--tc-block-border-left-color); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-radius {
overflow: hidden;
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-woo-event-add-to-cart-wrap.tc-has-border-radius-topleft {
overflow: hidden;
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-woo-event-add-to-cart-wrap.tc-has-border-radius-topright {
overflow: hidden;
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-woo-event-add-to-cart-wrap.tc-has-border-radius-bottomleft {
overflow: hidden;
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-woo-event-add-to-cart-wrap.tc-has-border-radius-bottomright {
overflow: hidden;
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-woo-event-add-to-cart-wrap.tc-has-margin-top { margin-top: var(--tc-block-margin-top); }
.tc-woo-event-add-to-cart-wrap.tc-has-margin-right { margin-right: var(--tc-block-margin-right); }
.tc-woo-event-add-to-cart-wrap.tc-has-margin-bottom { margin-bottom: var(--tc-block-margin-bottom); }
.tc-woo-event-add-to-cart-wrap.tc-has-margin-left { margin-left: var(--tc-block-margin-left); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-style { border-style: var(--tc-block-border-style); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-top-style { border-top-style: var(--tc-block-border-top-style); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-bottom-style { border-bottom-style: var(--tc-block-border-bottom-style); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-left-style { border-left-style: var(--tc-block-border-left-style); }
.tc-woo-event-add-to-cart-wrap.tc-has-border-right-style { border-right-style: var(--tc-block-border-right-style); }
.tc-woo-event-add-to-cart-wrap.tc-has-font-family table { font-family: var(--tc-block-font-family); }
.tc-woo-event-add-to-cart-wrap.tc-has-fontstyle table { font-style: var(--tc-block-fontstyle); }
.tc-woo-event-add-to-cart-wrap.tc-has-fontweight table { font-weight: var(--tc-block-fontweight); }
.tc-woo-event-add-to-cart-wrap.tc-has-lineheight table { line-height: var(--tc-block-lineheight); }
.tc-woo-event-add-to-cart-wrap.tc-has-letterspacing table { letter-spacing: var(--tc-block-letterspacing); }
.tc-woo-event-add-to-cart-wrap.tc-has-textdecoration table { text-decoration: var(--tc-block-textdecoration); }
.tc-woo-event-add-to-cart-wrap.tc-has-texttransform table { text-transform: var(--tc-block-texttransform); }
.tc-woo-event-add-to-cart-wrap.tc-has-font-size table,
.tc-woo-event-add-to-cart-wrap.tc-has-font-size .tc-wb-quantity-selector,
.tc-woo-event-add-to-cart-wrap a.add_to_cart_button,
.tc-woo-event-add-to-cart-wrap button.button {
font-size: var(--tc-block-font-size);
}
.tc-woo-event-add-to-cart-wrap.tc-has-fontsize table,
.tc-woo-event-add-to-cart-wrap.tc-has-font-size .tc-wb-quantity-selector,
.tc-woo-event-add-to-cart-wrap a.add_to_cart_button,
.tc-woo-event-add-to-cart-wrap button.button {
font-size: var(--tc-block-fontsize);
} .tc-event-date-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-event-date-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
} .tc-event-location-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-event-location-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
} .tc-event-logo-wrap img { max-width: 100%; }
.tc-event-logo-wrap.tc-has-padding-top { padding-top: var(--tc-block-padding-top); }
.tc-event-logo-wrap.tc-has-padding-right { padding-right: var(--tc-block-padding-right); }
.tc-event-logo-wrap.tc-has-padding-bottom { padding-bottom: var(--tc-block-padding-bottom); }
.tc-event-logo-wrap.tc-has-padding-left { padding-left: var(--tc-block-padding-left); }
.tc-event-logo-wrap.tc-has-margin-top { margin-top: var(--tc-block-margin-top); }
.tc-event-logo-wrap.tc-has-margin-right { margin-right: var(--tc-block-margin-right); }
.tc-event-logo-wrap.tc-has-margin-bottom { margin-bottom: var(--tc-block-margin-bottom); }
.tc-event-logo-wrap.tc-has-margin-left { margin-left: var(--tc-block-margin-left); }
.tc-event-logo-wrap.tc-has-border-color { border-color: var(--tc-block-border-color); }
.tc-event-logo-wrap.tc-has-border-top-color { border-top-color: var(--tc-block-border-top-color); }
.tc-event-logo-wrap.tc-has-border-right-color { border-right-color: var(--tc-block-border-right-color); }
.tc-event-logo-wrap.tc-has-border-bottom-color { border-bottom-color: var(--tc-block-border-bottom-color); }
.tc-event-logo-wrap.tc-has-border-left-color { border-left-color: var(--tc-block-border-left-color); }
.tc-event-logo-wrap.tc-has-border-width { border-width: var(--tc-block-border-width); }
.tc-event-logo-wrap.tc-has-border-top-width { border-top-width: var(--tc-block-border-top-width); }
.tc-event-logo-wrap.tc-has-border-left-width { border-left-width: var(--tc-block-border-left-width); }
.tc-event-logo-wrap.tc-has-border-bottom-width { border-bottom-width: var(--tc-block-border-bottom-width); }
.tc-event-logo-wrap.tc-has-border-right-width { border-right-width: var(--tc-block-border-right-width); }
.tc-event-logo-wrap.tc-has-border-radius {
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-event-logo-wrap.tc-has-border-radius-topleft {
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-event-logo-wrap.tc-has-border-radius-topright {
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-event-logo-wrap.tc-has-border-radius-bottomleft {
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-event-logo-wrap.tc-has-border-radius-bottomright {
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-event-logo-wrap.tc-has-border-style { border-style: var(--tc-block-border-style); }
.tc-event-logo-wrap.tc-has-border-top-style { border-top-style: var(--tc-block-border-top-style); }
.tc-event-logo-wrap.tc-has-border-bottom-style { border-bottom-style: var(--tc-block-border-bottom-style); }
.tc-event-logo-wrap.tc-has-border-left-style { border-left-style: var(--tc-block-border-left-style); }
.tc-event-logo-wrap.tc-has-border-right-style { border-right-style: var(--tc-block-border-right-style); } .tc-event-sponsors-logo-wrap img { max-width: 100%; }
.tc-event-sponsors-logo-wrap.tc-has-padding-top { padding-top: var(--tc-block-padding-top); }
.tc-event-sponsors-logo-wrap.tc-has-padding-right { padding-right: var(--tc-block-padding-right); }
.tc-event-sponsors-logo-wrap.tc-has-padding-bottom { padding-bottom: var(--tc-block-padding-bottom); }
.tc-event-sponsors-logo-wrap.tc-has-padding-left { padding-left: var(--tc-block-padding-left); }
.tc-event-sponsors-logo-wrap.tc-has-margin-top { margin-top: var(--tc-block-margin-top); }
.tc-event-sponsors-logo-wrap.tc-has-margin-right { margin-right: var(--tc-block-margin-right); }
.tc-event-sponsors-logo-wrap.tc-has-margin-bottom { margin-bottom: var(--tc-block-margin-bottom); }
.tc-event-sponsors-logo-wrap.tc-has-margin-left { margin-left: var(--tc-block-margin-left); }
.tc-event-sponsors-logo-wrap.tc-has-border-color { border-color: var(--tc-block-border-color); }
.tc-event-sponsors-logo-wrap.tc-has-border-top-color { border-top-color: var(--tc-block-border-top-color); }
.tc-event-sponsors-logo-wrap.tc-has-border-right-color { border-right-color: var(--tc-block-border-right-color); }
.tc-event-sponsors-logo-wrap.tc-has-border-bottom-color { border-bottom-color: var(--tc-block-border-bottom-color); }
.tc-event-sponsors-logo-wrap.tc-has-border-left-color { border-left-color: var(--tc-block-border-left-color); }
.tc-event-sponsors-logo-wrap.tc-has-border-width { border-width: var(--tc-block-border-width); }
.tc-event-sponsors-logo-wrap.tc-has-border-top-width { border-top-width: var(--tc-block-border-top-width); }
.tc-event-sponsors-logo-wrap.tc-has-border-left-width { border-left-width: var(--tc-block-border-left-width); }
.tc-event-sponsors-logo-wrap.tc-has-border-bottom-width { border-bottom-width: var(--tc-block-border-bottom-width); }
.tc-event-sponsors-logo-wrap.tc-has-border-right-width { border-right-width: var(--tc-block-border-right-width); }
.tc-event-sponsors-logo-wrap.tc-has-border-radius {
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-event-sponsors-logo-wrap.tc-has-border-radius-topleft {
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-event-sponsors-logo-wrap.tc-has-border-radius-topright {
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-event-sponsors-logo-wrap.tc-has-border-radius-bottomleft {
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-event-sponsors-logo-wrap.tc-has-border-radius-bottomright {
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-event-sponsors-logo-wrap.tc-has-border-style { border-style: var(--tc-block-border-style); }
.tc-event-sponsors-logo-wrap.tc-has-border-top-style { border-top-style: var(--tc-block-border-top-style); }
.tc-event-sponsors-logo-wrap.tc-has-border-bottom-style { border-bottom-style: var(--tc-block-border-bottom-style); }
.tc-event-sponsors-logo-wrap.tc-has-border-left-style { border-left-style: var(--tc-block-border-left-style); }
.tc-event-sponsors-logo-wrap.tc-has-border-right-style { border-right-style: var(--tc-block-border-right-style); } .tc-event-terms-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-event-terms-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
}
.tc-event-terms-wrap.tc-has-text-color .tc-block-inner-wrapper { color: var(--tc-block-text-color); }
.tc-event-terms-wrap.tc-has-link-color .tc-block-inner-wrapper a { color: var(--tc-block-link-color); }
.tc-event-terms-wrap.tc-has-background-color .tc-block-inner-wrapper { background-color: var(--tc-block-background-color); }
.tc-event-terms-wrap.tc-has-background-gradient .tc-block-inner-wrapper { background: var(--tc-block-background-gradient); }
.tc-event-terms-wrap.tc-has-padding-top .tc-block-inner-wrapper { padding-top: var(--tc-block-padding-top); }
.tc-event-terms-wrap.tc-has-padding-right .tc-block-inner-wrapper { padding-right: var(--tc-block-padding-right); }
.tc-event-terms-wrap.tc-has-padding-bottom .tc-block-inner-wrapper { padding-bottom: var(--tc-block-padding-bottom); }
.tc-event-terms-wrap.tc-has-padding-left .tc-block-inner-wrapper { padding-left: var(--tc-block-padding-left); }
.tc-event-terms-wrap.tc-has-margin-top .tc-block-inner-wrapper { margin-top: var(--tc-block-margin-top); }
.tc-event-terms-wrap.tc-has-margin-right .tc-block-inner-wrapper { margin-right: var(--tc-block-margin-right); }
.tc-event-terms-wrap.tc-has-margin-bottom .tc-block-inner-wrapper { margin-bottom: var(--tc-block-margin-bottom); }
.tc-event-terms-wrap.tc-has-margin-left .tc-block-inner-wrapper { margin-left: var(--tc-block-margin-left); }
.tc-event-terms-wrap.tc-has-border-color .tc-block-inner-wrapper { border-color: var(--tc-block-border-color); }
.tc-event-terms-wrap.tc-has-border-top-color .tc-block-inner-wrapper { border-top-color: var(--tc-block-border-top-color); }
.tc-event-terms-wrap.tc-has-border-right-color .tc-block-inner-wrapper { border-right-color: var(--tc-block-border-right-color); }
.tc-event-terms-wrap.tc-has-border-bottom-color .tc-block-inner-wrapper { border-bottom-color: var(--tc-block-border-bottom-color); }
.tc-event-terms-wrap.tc-has-border-left-color .tc-block-inner-wrapper { border-left-color: var(--tc-block-border-left-color); }
.tc-event-terms-wrap.tc-has-border-width .tc-block-inner-wrapper { border-width: var(--tc-block-border-width); }
.tc-event-terms-wrap.tc-has-border-top-width .tc-block-inner-wrapper { border-top-width: var(--tc-block-border-top-width); }
.tc-event-terms-wrap.tc-has-border-left-width .tc-block-inner-wrapper { border-left-width: var(--tc-block-border-left-width); }
.tc-event-terms-wrap.tc-has-border-bottom-width .tc-block-inner-wrapper { border-bottom-width: var(--tc-block-border-bottom-width); }
.tc-event-terms-wrap.tc-has-border-right-width .tc-block-inner-wrapper { border-right-width: var(--tc-block-border-right-width); }
.tc-event-terms-wrap.tc-has-border-radius .tc-block-inner-wrapper {
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-event-terms-wrap.tc-has-border-radius-topleft .tc-block-inner-wrapper {
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-event-terms-wrap.tc-has-border-radius-topright .tc-block-inner-wrapper {
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-event-terms-wrap.tc-has-border-radius-bottomleft .tc-block-inner-wrapper {
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-event-terms-wrap.tc-has-border-radius-bottomright .tc-block-inner-wrapper {
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-event-terms-wrap.tc-has-border-style .tc-block-inner-wrapper { border-style: var(--tc-block-border-style); }
.tc-event-terms-wrap.tc-has-border-top-style .tc-block-inner-wrapper { border-top-style: var(--tc-block-border-top-style); }
.tc-event-terms-wrap-logo-wrap.tc-has-border-bottom-style .tc-block-inner-wrapper { border-bottom-style: var(--tc-block-border-bottom-style); }
.tc-event-terms-wrap.tc-has-border-left-style .tc-block-inner-wrapper { border-left-style: var(--tc-block-border-left-style); }
.tc-event-terms-wrap.tc-has-border-right-style .tc-block-inner-wrapper { border-right-style: var(--tc-block-border-right-style); }
.tc-event-terms-wrap.tc-has-font-family .tc-block-inner-wrapper { font-family: var(--tc-block-font-family); }
.tc-event-terms-wrap.tc-has-font-size .tc-block-inner-wrapper { font-size: var(--tc-block-font-size); }
.tc-event-terms-wrap.tc-has-fontsize .tc-block-inner-wrapper { font-size: var(--tc-block-fontsize); }
.tc-event-terms-wrap.tc-has-fontstyle .tc-block-inner-wrapper { font-style: var(--tc-block-fontstyle); }
.tc-event-terms-wrap.tc-has-fontweight .tc-block-inner-wrapper { font-weight: var(--tc-block-fontweight); }
.tc-event-terms-wrap.tc-has-lineheight .tc-block-inner-wrapper { line-height: var(--tc-block-lineheight); }
.tc-event-terms-wrap.tc-has-letterspacing .tc-block-inner-wrapper { letter-spacing: var(--tc-block-letterspacing); }
.tc-event-terms-wrap.tc-has-textdecoration .tc-block-inner-wrapper { text-decoration: var(--tc-block-textdecoration); }
.tc-event-terms-wrap.tc-has-texttransform .tc-block-inner-wrapper { text-transform: var(--tc-block-texttransform); } .tc-event-tickets-left-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-event-tickets-left-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
} .tc-event-tickets-sold-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-event-tickets-sold-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
} .tc-order-history-wrap table {
width: 100%;
text-align: left;
border-collapse: collapse;
}
.tc-order-history-wrap tr:not(:first-child):nth-child(odd) { background-color: var(--wp--preset--color--tertiary); }
.tc-order-history-wrap tr:nth-child(even) { background-color: var(--wp--preset--color--background); }
.tc-order-history-wrap th {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
}
.tc-order-history-wrap.tc-has-text-color td { color: var(--tc-block-text-color); }
.tc-order-history-wrap.tc-has-link-color a { color: var(--tc-block-link-color); }
.tc-order-history-wrap th,
.tc-order-history-wrap td {
padding: 0.95em 1.3em;
}
.tc-order-history-wrap.tc-has-padding-top th,
.tc-order-history-wrap.tc-has-padding-top td {
padding-top: var(--tc-block-padding-top);
}
.tc-order-history-wrap.tc-has-padding-right th,
.tc-order-history-wrap.tc-has-padding-right td {
padding-right: var(--tc-block-padding-right);
}
.tc-order-history-wrap.tc-has-padding-bottom th,
.tc-order-history-wrap.tc-has-padding-bottom td {
padding-bottom: var(--tc-block-padding-bottom);
}
.tc-order-history-wrap.tc-has-padding-left th,
.tc-order-history-wrap.tc-has-padding-left td {
padding-left: var(--tc-block-padding-left);
}
.tc-order-history-wrap.tc-has-background-gradient table { background: var(--tc-block-background-gradient); }
.tc-order-history-wrap.tc-has-background-color td { background-color: var(--tc-block-background-color); }
.tc-order-history-wrap.tc-has-background-color th {
background-color: var(--tc-block-background-color);
-webkit-filter: brightness(75%);
filter: brightness(75%);
}
.tc-order-history-wrap.tc-has-border-width {
border-width: var(--tc-block-border-width);
padding: var(--tc-block-border-width);
}
.tc-order-history-wrap.tc-has-border-top-width { border-top-width: var(--tc-block-border-top-width); }
.tc-order-history-wrap.tc-has-border-left-width { border-left-width: var(--tc-block-border-left-width); }
.tc-order-history-wrap.tc-has-border-bottom-width { border-bottom-width: var(--tc-block-border-bottom-width); }
.tc-order-history-wrap.tc-has-border-right-width { border-right-width: var(--tc-block-border-right-width); }
.tc-order-history-wrap.tc-has-border-color:not(.tc-has-border-radius) th { background-color: var(--tc-block-border-color); }
.tc-order-history-wrap.tc-has-border-color:not(.tc-has-border-radius) {
border-style: unset;
border-color: unset;
border-width: unset;
}
.tc-order-history-wrap.tc-has-border-color { border-color: var(--tc-block-border-color); }
.tc-order-history-wrap.tc-has-border-top-color { border-top-color: var(--tc-block-border-top-color); }
.tc-order-history-wrap.tc-has-border-right-color { border-right-color: var(--tc-block-border-right-color); }
.tc-order-history-wrap.tc-has-border-bottom-color { border-bottom-color: var(--tc-block-border-bottom-color); }
.tc-order-history-wrap.tc-has-border-left-color { border-left-color: var(--tc-block-border-left-color); }
.tc-order-history-wrap.tc-has-border-radius {
overflow: hidden;
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-order-history-wrap.tc-has-border-radius-topleft {
overflow: hidden;
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-order-history-wrap.tc-has-border-radius-topright {
overflow: hidden;
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-order-history-wrap.tc-has-border-radius-bottomleft {
overflow: hidden;
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-order-history-wrap.tc-has-border-radius-bottomright {
overflow: hidden;
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-order-history-wrap.tc-has-margin-top { margin-top: var(--tc-block-margin-top); }
.tc-order-history-wrap.tc-has-margin-right { margin-right: var(--tc-block-margin-right); }
.tc-order-history-wrap.tc-has-margin-bottom { margin-bottom: var(--tc-block-margin-bottom); }
.tc-order-history-wrap.tc-has-margin-left { margin-left: var(--tc-block-margin-left); }
.tc-order-history-wrap.tc-has-border-style { border-style: var(--tc-block-border-style); }
.tc-order-history-wrap.tc-has-border-top-style { border-top-style: var(--tc-block-border-top-style); }
.tc-order-history-wrap.tc-has-border-bottom-style { border-bottom-style: var(--tc-block-border-bottom-style); }
.tc-order-history-wrap.tc-has-border-left-style { border-left-style: var(--tc-block-border-left-style); }
.tc-order-history-wrap.tc-has-border-right-style { border-right-style: var(--tc-block-border-right-style); }
.tc-order-history-wrap.tc-has-font-family table { font-family: var(--tc-block-font-family); }
.tc-order-history-wrap.tc-has-font-size table { font-size: var(--tc-block-font-size); }
.tc-order-history-wrap.tc-has-fontsize table { font-size: var(--tc-block-fontsize); }
.tc-order-history-wrap.tc-has-fontstyle table { font-style: var(--tc-block-fontstyle); }
.tc-order-history-wrap.tc-has-fontweight table { font-weight: var(--tc-block-fontweight); }
.tc-order-history-wrap.tc-has-lineheight table { line-height: var(--tc-block-lineheight); }
.tc-order-history-wrap.tc-has-letterspacing table { letter-spacing: var(--tc-block-letterspacing); }
.tc-order-history-wrap.tc-has-textdecoration table { text-decoration: var(--tc-block-textdecoration); }
.tc-order-history-wrap.tc-has-texttransform table { text-transform: var(--tc-block-texttransform); } .tc-seating-charts-wrap {
border-style: unset;
border-color: unset;
border-width: unset;
}
.tc-seating-charts-wrap .tc_seating_map_button {
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
padding: 1.2em 1.5em;
font-size: 1em;
cursor: pointer;
}
.tc-seating-charts-wrap .tc_seating_map_button:hover {
opacity: 0.8;
transition: 0.15s linear;
}
.tc-seating-charts-wrap.tc-has-text-color .tc_seating_map_button { color: var(--tc-block-text-color); }
.tc-seating-charts-wrap.tc-has-background-gradient .tc_seating_map_button { background: var(--tc-block-background-gradient); }
.tc-seating-charts-wrap.tc-has-border-radius .tc_seating_map_button {
-webkit-border-radius: var(--tc-block-border-radius);
-moz-border-radius: var(--tc-block-border-radius);
border-radius: var(--tc-block-border-radius);
}
.tc-seating-charts-wrap.tc-has-border-radius-topleft .tc_seating_map_button {
-webkit-border-top-left-radius: var(--tc-block-border-radius-topleft);
-moz-border-top-left-radius: var(--tc-block-border-radius-topleft);
border-top-left-radius: var(--tc-block-border-radius-topleft);
}
.tc-seating-charts-wrap.tc-has-border-radius-topright .tc_seating_map_button {
-webkit-border-top-right-radius: var(--tc-block-border-radius-topright);
-moz-border-top-right-radius: var(--tc-block-border-radius-topright);
border-top-right-radius: var(--tc-block-border-radius-topright);
}
.tc-seating-charts-wrap.tc-has-border-radius-bottomleft .tc_seating_map_button {
-webkit-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
-moz-border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
border-bottom-left-radius: var(--tc-block-border-radius-bottomleft);
}
.tc-seating-charts-wrap.tc-has-border-radius-bottomright .tc_seating_map_button {
-webkit-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
-moz-border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
border-bottom-right-radius: var(--tc-block-border-radius-bottomright);
}
.tc-seating-charts-wrap.tc-has-background-color .tc_seating_map_button { background-color: var(--tc-block-background-color); }
.tc-seating-charts-wrap.tc-has-background-color .tc_seating_map_button:hover {
background-color: var(--tc-block-background-color);
-webkit-filter: brightness(110%);
filter: brightness(110%);
}
.tc-seating-charts-wrap.tc-has-padding-top .tc_seating_map_button { padding-top: var(--tc-block-padding-top); }
.tc-seating-charts-wrap.tc-has-padding-right .tc_seating_map_button { padding-right: var(--tc-block-padding-right); }
.tc-seating-charts-wrap.tc-has-padding-bottom .tc_seating_map_button { padding-bottom: var(--tc-block-padding-bottom); }
.tc-seating-charts-wrap.tc-has-padding-left .tc_seating_map_button { padding-left: var(--tc-block-padding-left); }
.tc-seating-charts-wrap.tc-has-margin-top .tc_seating_map_button { margin-top: var(--tc-block-margin-top); }
.tc-seating-charts-wrap.tc-has-margin-right .tc_seating_map_button { margin-right: var(--tc-block-margin-right); }
.tc-seating-charts-wrap.tc-has-margin-bottom .tc_seating_map_button { margin-bottom: var(--tc-block-margin-bottom); }
.tc-seating-charts-wrap.tc-has-margin-left .tc_seating_map_button { margin-left: var(--tc-block-margin-left); }
.tc-seating-charts-wrap.tc-has-background-gradient .tc_seating_map_button:hover {
background: var(--tc-block-background-gradient);
-webkit-filter: brightness(110%);
filter: brightness(110%);
text-decoration: none;
}
.tc-seating-charts-wrap.tc-has-border-width,
.tc-seating-charts-wrap.tc-has-border-color,
.tc-seating-charts-wrap.tc-has-border-radius {
border-style: none;
}
.tc-seating-charts-wrap.tc-has-border-color .tc_seating_map_button { border-color: var(--tc-block-border-color); }
.tc-seating-charts-wrap.tc-has-border-top-color .tc_seating_map_button { border-top-color: var(--tc-block-border-top-color); }
.tc-seating-charts-wrap.tc-has-border-right-color .tc_seating_map_button { border-right-color: var(--tc-block-border-right-color); }
.tc-seating-charts-wrap.tc-has-border-bottom-color .tc_seating_map_button { border-bottom-color: var(--tc-block-border-bottom-color); }
.tc-seating-charts-wrap.tc-has-border-left-color .tc_seating_map_button { border-left-color: var(--tc-block-border-left-color); }
.tc-seating-charts-wrap.tc-has-border-width .tc_seating_map_button { border-width: var(--tc-block-border-width); }
.tc-seating-charts-wrap.tc-has-border-top-width .tc_seating_map_button { border-top-width: var(--tc-block-border-top-width); }
.tc-seating-charts-wrap.tc-has-border-left-width .tc_seating_map_button { border-left-width: var(--tc-block-border-left-width); }
.tc-seating-charts-wrap.tc-has-border-bottom-width .tc_seating_map_button { border-bottom-width: var(--tc-block-border-bottom-width); }
.tc-seating-charts-wrap.tc-has-border-right-width .tc_seating_map_button { border-right-width: var(--tc-block-border-right-width); }
.tc-seating-charts-wrap.tc-has-border-style .tc_seating_map_button { border-style: var(--tc-block-border-style); }
.tc-seating-charts-wrap.tc-has-border-top-style .tc_seating_map_button { border-top-style: var(--tc-block-border-top-style); }
.tc-seating-charts-wrap.tc-has-border-bottom-style .tc_seating_map_button { border-bottom-style: var(--tc-block-border-bottom-style); }
.tc-seating-charts-wrap.tc-has-border-left-style .tc_seating_map_button { border-left-style: var(--tc-block-border-left-style); }
.tc-seating-charts-wrap.tc-has-border-right-style .tc_seating_map_button { border-right-style: var(--tc-block-border-right-style); }
.tc-seating-charts-wrap.tc-has-font-family .tc_seating_map_button { font-family: var(--tc-block-font-family); }
.tc-seating-charts-wrap.tc-has-font-size .tc_seating_map_button { font-size: var(--tc-block-font-size); }
.tc-seating-charts-wrap.tc-has-fontsize .tc_seating_map_button { font-size: var(--tc-block-fontsize); }
.tc-seating-charts-wrap.tc-has-fontstyle .tc_seating_map_button { font-style: var(--tc-block-fontstyle); }
.tc-seating-charts-wrap.tc-has-fontweight .tc_seating_map_button { font-weight: var(--tc-block-fontweight); }
.tc-seating-charts-wrap.tc-has-lineheight .tc_seating_map_button { line-height: var(--tc-block-lineheight); }
.tc-seating-charts-wrap.tc-has-letterspacing .tc_seating_map_button { letter-spacing: var(--tc-block-letterspacing); }
.tc-seating-charts-wrap.tc-has-textdecoration .tc_seating_map_button { text-decoration: var(--tc-block-textdecoration); }
.tc-seating-charts-wrap.tc-has-texttransform .tc_seating_map_button { text-transform: var(--tc-block-texttransform); } .tc-tickets-left-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-tickets-left-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
} .tc-tickets-sold-wrap {
border-style: unset;
border-width: unset;
border-color: unset;
}
.tc-tickets-sold-wrap .tc-block-inner-wrapper {
display: inline-block;
border-style: solid;
border-color: var(--wp--preset--color--foreground);
border-width: 0;
}.fl-node-zx1gmdqwch8p > .fl-row-content-wrap {background-color: #051a53;border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;} .fl-node-zx1gmdqwch8p > .fl-row-content-wrap {padding-top:0px;padding-bottom:0px;}.fl-node-hwb60q4g5xue {width: 9%;}.fl-node-hwb60q4g5xue > .fl-col-content {border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;}@media(max-width: 768px) {.fl-builder-content .fl-node-hwb60q4g5xue {width: 80% !important;max-width: none;clear: none;float: left;}}.fl-node-efc2718vjzk0 {width: 76%;}.fl-node-efc2718vjzk0 > .fl-col-content {border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;}@media(max-width: 768px) {.fl-builder-content .fl-node-efc2718vjzk0 {width: 20% !important;max-width: none;clear: none;float: left;}}.fl-node-3hsz48o6uty7 {width: 14%;}img.mfp-img {padding-bottom: 40px !important;}.fl-builder-edit .fl-fill-container img {transition: object-position .5s;}.fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {height: 100% !important;width: 100% !important;}@media (max-width: 768px) { .fl-photo-content,.fl-photo-img {max-width: 100%;} }.fl-node-g8clkq0j6e47, .fl-node-g8clkq0j6e47 .fl-photo {text-align: left;}.fl-node-g8clkq0j6e47 .fl-photo-content, .fl-node-g8clkq0j6e47 .fl-photo-img {width: 100px;} .fl-node-g8clkq0j6e47 > .fl-module-content {margin-top:10px;margin-bottom:10px;}.pp-advanced-menu ul,.pp-advanced-menu li {list-style: none;margin: 0;padding: 0;}.pp-advanced-menu .menu:before,.pp-advanced-menu .menu:after {content: '';display: table;clear: both;}.pp-advanced-menu:not(.off-canvas):not(.full-screen) .pp-advanced-menu-horizontal {display: inline-flex;flex-wrap: wrap;align-items: center;}.pp-advanced-menu .menu {padding-left: 0;}.pp-advanced-menu li {position: relative;}.pp-advanced-menu a {display: block;text-decoration: none;outline: 0;}.pp-advanced-menu a:hover,.pp-advanced-menu a:focus {text-decoration: none;outline: 0;}.pp-advanced-menu .sub-menu {width: 220px;}.pp-advanced-menu .pp-menu-nav {outline: 0;}.fl-module[data-node] .pp-advanced-menu .pp-advanced-menu-expanded .sub-menu {background-color: transparent;-webkit-box-shadow: none;-ms-box-shadow: none;box-shadow: none;}.pp-advanced-menu .pp-has-submenu:focus,.pp-advanced-menu .pp-has-submenu .sub-menu:focus,.pp-advanced-menu .pp-has-submenu-container:focus {outline: 0;}.pp-advanced-menu .pp-has-submenu-container {position: relative;}.pp-advanced-menu .pp-advanced-menu-accordion .pp-has-submenu > .sub-menu {display: none;}.pp-advanced-menu .pp-advanced-menu-horizontal .pp-has-submenu.pp-active .hide-heading > .sub-menu {box-shadow: none;display: block !important;}.pp-advanced-menu .pp-menu-toggle {position: absolute;top: 50%;right: 10px;cursor: pointer;}.pp-advanced-menu .pp-toggle-arrows .pp-menu-toggle:before,.pp-advanced-menu .pp-toggle-none .pp-menu-toggle:before {content: '';border-color: #333;}.pp-advanced-menu .pp-menu-expanded .pp-menu-toggle {display: none;}.pp-advanced-menu-mobile {display: flex;align-items: center;justify-content: center;}.fl-module-pp-advanced-menu .pp-advanced-menu-mobile-toggle {position: relative;padding: 8px;background-color: transparent;border: none;color: #333;border-radius: 0;cursor: pointer;line-height: 0;display: inline-flex;align-items: center;justify-content: center;}.pp-advanced-menu-mobile-toggle.text {width: 100%;text-align: center;}.pp-advanced-menu-mobile-toggle.hamburger .pp-advanced-menu-mobile-toggle-label,.pp-advanced-menu-mobile-toggle.hamburger-label .pp-advanced-menu-mobile-toggle-label {display: inline-block;margin-left: 10px;line-height: 0.8;}.pp-advanced-menu-mobile-toggle.hamburger .pp-svg-container,.pp-advanced-menu-mobile-toggle.hamburger-label .pp-svg-container {display: inline-block;position: relative;width: 1.4em;height: 1.4em;vertical-align: middle;}.pp-advanced-menu-mobile-toggle.hamburger .hamburger-menu,.pp-advanced-menu-mobile-toggle.hamburger-label .hamburger-menu {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}.pp-advanced-menu-mobile-toggle.hamburger .hamburger-menu rect,.pp-advanced-menu-mobile-toggle.hamburger-label .hamburger-menu rect {fill: currentColor;}.pp-advanced-menu-mobile-toggle .pp-hamburger {font: inherit;display: inline-block;overflow: visible;margin: 0;cursor: pointer;transition-timing-function: linear;transition-duration: .15s;transition-property: opacity,filter;text-transform: none;color: inherit;border: 0;background-color: transparent;line-height: 0;}.pp-advanced-menu-mobile-toggle .pp-hamburger:focus {outline: none;}.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box {position: relative;display: inline-block;width: 30px;height: 18px;}.pp-advanced-menu-mobile-toggle .pp-hamburger-box .pp-hamburger-inner {top: 50%;display: block;margin-top: -2px;}.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {background-color: #000;position: absolute;width: 30px;height: 3px;transition-timing-function: ease;transition-duration: .15s;transition-property: transform;border-radius: 4px;}.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before, .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {display: block;content: "";}.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before {transition: all .25s;top: -8px;}.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {transition: all .25s;bottom: -8px;}.pp-advanced-menu.off-canvas .pp-off-canvas-menu .pp-menu-close-btn {position: relative;cursor: pointer;float: right;top: 20px;right: 20px;line-height: 1;z-index: 1;font-style: normal;font-family: Helvetica, Arial, sans-serif;font-weight: 100;text-decoration: none !important;}.pp-advanced-menu.off-canvas .pp-off-canvas-menu.pp-menu-right .pp-menu-close-btn {float: left;right: 0;left: 20px;}.pp-advanced-menu.off-canvas .pp-off-canvas-menu ul.menu {overflow-y: auto;width: 100%;}.pp-advanced-menu .pp-menu-overlay {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.8);z-index: 999;overflow-y: auto;overflow-x: hidden;min-height: 100vh;}html:not(.pp-full-screen-menu-open) .fl-builder-edit .pp-advanced-menu .pp-menu-overlay,html:not(.pp-off-canvas-menu-open) .fl-builder-edit .pp-advanced-menu .pp-menu-overlay {position: absolute;}.pp-advanced-menu .pp-menu-overlay > ul.menu {position: relative;top: 50%;width: 100%;height: 60%;margin: 0 auto;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);}.pp-advanced-menu .pp-overlay-fade {opacity: 0;visibility: hidden;-webkit-transition: opacity 0.5s, visibility 0s 0.5s;transition: opacity 0.5s, visibility 0s 0.5s;}.pp-advanced-menu.menu-open .pp-overlay-fade {opacity: 1;visibility: visible;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;}.pp-advanced-menu .pp-overlay-corner {opacity: 0;visibility: hidden;-webkit-transform: translateY(50px) translateX(50px);-moz-transform: translateY(50px) translateX(50px);transform: translateY(50px) translateX(50px);-webkit-transition: opacity 0.5s, -webkit-transform 0.5s, visibility 0s 0.5s;-moz-transition: opacity 0.5s, -moz-transform 0.5s, visibility 0s 0.5s;transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;}.pp-advanced-menu.menu-open .pp-overlay-corner {opacity: 1;visibility: visible;-webkit-transform: translateY(0%);-moz-transform: translateY(0%);transform: translateY(0%);-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;-moz-transition: opacity 0.5s, -moz-transform 0.5s;transition: opacity 0.5s, transform 0.5s;}.pp-advanced-menu .pp-overlay-slide-down {visibility: hidden;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;-moz-transition: -moz-transform 0.4s ease-in-out, visibility 0s 0.4s;transition: transform 0.4s ease-in-out, visibility 0s 0.4s;}.pp-advanced-menu.menu-open .pp-overlay-slide-down {visibility: visible;-webkit-transform: translateY(0%);-moz-transform: translateY(0%);transform: translateY(0%);-webkit-transition: -webkit-transform 0.4s ease-in-out;-moz-transition: -moz-transform 0.4s ease-in-out;transition: transform 0.4s ease-in-out;}.pp-advanced-menu .pp-overlay-scale {visibility: hidden;opacity: 0;-webkit-transform: scale(0.9);-moz-transform: scale(0.9);transform: scale(0.9);-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;-moz-transition: -moz-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;}.pp-advanced-menu.menu-open .pp-overlay-scale {visibility: visible;opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;-moz-transition: -moz-transform 0.4s, opacity 0.4s;transition: transform 0.4s, opacity 0.4s;}.pp-advanced-menu .pp-overlay-door {visibility: hidden;width: 0;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;-moz-transition: width 0.5s 0.3s, visibility 0s 0.8s;transition: width 0.5s 0.3s, visibility 0s 0.8s;}.pp-advanced-menu.menu-open .pp-overlay-door {visibility: visible;width: 100%;-webkit-transition: width 0.5s;-moz-transition: width 0.5s;transition: width 0.5s;}.pp-advanced-menu .pp-overlay-door > ul.menu {left: 0;right: 0;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);}.pp-advanced-menu .pp-overlay-door > ul,.pp-advanced-menu .pp-overlay-door .pp-menu-close-btn {opacity: 0;-webkit-transition: opacity 0.3s 0.5s;-moz-transition: opacity 0.3s 0.5s;transition: opacity 0.3s 0.5s;}.pp-advanced-menu.menu-open .pp-overlay-door > ul,.pp-advanced-menu.menu-open .pp-overlay-door .pp-menu-close-btn {opacity: 1;-webkit-transition-delay: 0.5s;-moz-transition-delay: 0.5s;transition-delay: 0.5s;}.pp-advanced-menu.menu-close .pp-overlay-door > ul,.pp-advanced-menu.menu-close .pp-overlay-door .pp-menu-close-btn {-webkit-transition-delay: 0s;-moz-transition-delay: 0s;transition-delay: 0s;}.pp-advanced-menu .pp-menu-overlay .pp-toggle-arrows .pp-has-submenu-container a > span {}.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {position: absolute;display: block;width: 55px;height: 45px;right: 20px;top: 50px;overflow: hidden;border: none;outline: none;z-index: 100;font-size: 30px;cursor: pointer;background-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: background-color 0.3s;-moz-transition: background-color 0.3s;transition: background-color 0.3s;}.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:before,.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:after {content: '';position: absolute;left: 50%;width: 2px;height: 40px;background-color: #ffffff;-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;transition: transform 0.3s;-webkit-transform: translateY(0) rotate(45deg);-moz-transform: translateY(0) rotate(45deg);transform: translateY(0) rotate(45deg);}.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:after {-webkit-transform: translateY(0) rotate(-45deg);-moz-transform: translateY(0) rotate(-45deg);transform: translateY(0) rotate(-45deg);}.pp-advanced-menu .pp-off-canvas-menu {position: fixed;top: 0;z-index: 999998;width: 320px;height: 100%;opacity: 0;background: #333;overflow-y: auto;overflow-x: hidden;-ms-overflow-style: -ms-autohiding-scrollbar;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;-webkit-perspective: 1000;-moz-perspective: 1000;perspective: 1000;backface-visibility: hidden;will-change: transform;-webkit-overflow-scrolling: touch;}.pp-advanced-menu .pp-off-canvas-menu.pp-menu-left {left: 0;-webkit-transform: translate3d(-350px, 0, 0);-moz-transform: translate3d(-350px, 0, 0);transform: translate3d(-350px, 0, 0);}.pp-advanced-menu .pp-off-canvas-menu.pp-menu-right {right: 0;-webkit-transform: translate3d(350px, 0, 0);-moz-transform: translate3d(350px, 0, 0);transform: translate3d(350px, 0, 0);}html.pp-off-canvas-menu-open .pp-advanced-menu.menu-open .pp-off-canvas-menu {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}.pp-advanced-menu.off-canvas {overflow-y: auto;}.pp-advanced-menu.off-canvas .pp-clear {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999998;background: rgba(0,0,0,0.1);visibility: hidden;opacity: 0;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}.pp-advanced-menu.off-canvas.menu-open .pp-clear {visibility: visible;opacity: 1;}.fl-builder-edit .pp-advanced-menu.off-canvas .pp-clear {z-index: 100010;}.pp-advanced-menu .pp-off-canvas-menu .menu {margin-top: 0;}.pp-advanced-menu li.mega-menu .hide-heading > a,.pp-advanced-menu li.mega-menu .hide-heading > .pp-has-submenu-container,.pp-advanced-menu li.mega-menu-disabled .hide-heading > a,.pp-advanced-menu li.mega-menu-disabled .hide-heading > .pp-has-submenu-container {display: none;}ul.pp-advanced-menu-horizontal li.mega-menu {position: static;}ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu {top: inherit !important;left: 0 !important;right: 0 !important;width: 100%;background: #ffffff;}ul.pp-advanced-menu-horizontal li.mega-menu.pp-has-submenu:hover > ul.sub-menu,ul.pp-advanced-menu-horizontal li.mega-menu.pp-has-submenu.pp-active > ul.sub-menu{display: flex !important;}ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu li {border-color: transparent;}ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu > li {width: 100%;}ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu > li > .pp-has-submenu-container a {font-weight: bold;}ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu > li > .pp-has-submenu-container a:hover {background: transparent;}ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu .pp-menu-toggle {display: none;}ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu ul.sub-menu {background: transparent;-webkit-box-shadow: none;-ms-box-shadow: none;box-shadow: none;display: block;min-width: 0;opacity: 1;padding: 0;position: static;visibility: visible;}.pp-advanced-menu ul li.mega-menu a:not([href]) {color: unset;background: none;background-color: unset;}.rtl .pp-advanced-menu:not(.full-screen) .menu .pp-has-submenu .sub-menu {text-align: inherit;right: 0; left: auto;}.rtl .pp-advanced-menu .menu .pp-has-submenu .pp-has-submenu .sub-menu {right: 100%; left: auto;}.rtl .pp-advanced-menu .menu .pp-menu-toggle,.rtl .pp-advanced-menu.off-canvas .menu.pp-toggle-arrows .pp-menu-toggle {right: auto;left: 10px;}.rtl .pp-advanced-menu.off-canvas .menu.pp-toggle-arrows .pp-menu-toggle {left: 28px;}.rtl .pp-advanced-menu.full-screen .menu .pp-menu-toggle {left: 0;}.rtl .pp-advanced-menu:not(.off-canvas) .menu:not(.pp-advanced-menu-accordion) .pp-has-submenu .pp-has-submenu .pp-menu-toggle {right: auto;left: 0;}.rtl .pp-advanced-menu:not(.full-screen):not(.off-canvas) .menu:not(.pp-advanced-menu-accordion):not(.pp-advanced-menu-vertical) .pp-has-submenu .pp-has-submenu .pp-menu-toggle:before {-webkit-transform: translateY( -5px ) rotate( 135deg );-ms-transform: translateY( -5px ) rotate( 135deg );transform: translateY( -5px ) rotate( 135deg );}.rtl .pp-advanced-menu .menu .pp-has-submenu-container > a > span,.rtl .pp-advanced-menu .menu.pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span {padding-right: 0;padding-left: 28px;}.rtl .pp-advanced-menu.off-canvas .menu .pp-has-submenu-container > a > span,.rtl .pp-advanced-menu.off-canvas .menu.pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span {padding-left: 0;}.pp-advanced-menu li .pp-search-form-wrap {position: absolute;right: 0;top: 100%;z-index: 10;opacity: 0;visibility: hidden;transition: all 0.2s ease-in-out;}.pp-advanced-menu li:not(.pp-search-active) .pp-search-form-wrap {height: 0;}.pp-advanced-menu li.pp-search-active .pp-search-form-wrap {opacity: 1;visibility: visible;}.pp-advanced-menu li .pp-search-form-wrap .pp-search-form__icon {display: none;}.pp-advanced-menuli .pp-search-form__container {max-width: 100%;}.pp-advanced-menu.off-canvas li .pp-search-form-wrap,.pp-advanced-menu.off-canvas li .pp-search-form__container {width: 100%;position: static;}.pp-advanced-menu.full-screen li .pp-search-form-wrap {max-width: 100%;}.pp-advanced-menu .pp-advanced-menu-accordion li .pp-search-form-wrap {width: 100%;}.pp-advanced-menu .pp-advanced-menu-accordion.pp-menu-align-center li .pp-search-form__container {margin: 0 auto;}.pp-advanced-menu .pp-advanced-menu-accordion.pp-menu-align-right li .pp-search-form__container {margin-right: 0;margin-left: auto;}.pp-advanced-menu li.pp-menu-cart-item .pp-menu-cart-icon {margin-right: 5px;}@media (max-width: 768px) {}.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal {justify-content: flex-start;}.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li {}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-has-submenu-container a > span {padding-right: 38px;}.fl-node-5pr47986wm0l-clone {display: none;}.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li > a,.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li > .pp-has-submenu-container > a {color: #ffffff;}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-toggle-arrows .pp-menu-toggle:before,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-toggle-none .pp-menu-toggle:before {border-color: #ffffff;}.fl-node-5pr47986wm0l .menu .pp-has-submenu .sub-menu {display: none;}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu {background-color: #051a53;}@media (min-width: 768px) {.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu {width: 220px;}}.fl-node-5pr47986wm0l ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu {background: #051a53;}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > a,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > .pp-has-submenu-container > a {border-width: 0;border-style: solid;border-bottom-width: px;color: #ffffff;}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > a:hover,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > a:focus,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > .pp-has-submenu-container > a:hover,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > .pp-has-submenu-container > a:focus {}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li:last-child > a:not(:focus),.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li:last-child > .pp-has-submenu-container > a:not(:focus) {border: 0;}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > a:hover,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > a:focus,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > .pp-has-submenu-container > a:hover,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > .pp-has-submenu-container > a:focus,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li.current-menu-item > a,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li.current-menu-item > .pp-has-submenu-container > a {color: ;}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-menu-toggle:before {content: '';position: absolute;right: 50%;top: 50%;z-index: 1;display: block;width: 9px;height: 9px;margin: -5px -5px 0 0;border-right: 2px solid;border-bottom: 2px solid;-webkit-transform-origin: right bottom;-ms-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translateX( -5px ) rotate( 45deg );-ms-transform: translateX( -5px ) rotate( 45deg );transform: translateX( -5px ) rotate( 45deg );}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-has-submenu.pp-active > .pp-has-submenu-container .pp-menu-toggle {-webkit-transform: rotate( -180deg );-ms-transform: rotate( -180deg );transform: rotate( -180deg );}.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container a {padding-right: 24px;}.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span {padding-right: 0px;}.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle,.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal.pp-toggle-none .pp-menu-toggle {width: 23px;height: 23px;margin: -11.5px 0 0;}.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle,.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal.pp-toggle-none .pp-menu-toggle,.fl-node-5pr47986wm0l .pp-advanced-menu-vertical.pp-toggle-arrows .pp-menu-toggle,.fl-node-5pr47986wm0l .pp-advanced-menu-vertical.pp-toggle-none .pp-menu-toggle {width: 24px;height: 23px;margin: -11.5px 0 0;}.fl-node-5pr47986wm0l .pp-advanced-menu li:first-child {border-top: none;}@media only screen and (max-width: 768px) {.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle + .pp-clear + .pp-menu-nav ul.menu {display: none;}.fl-node-5pr47986wm0l .pp-advanced-menu:not(.off-canvas):not(.full-screen) .pp-advanced-menu-horizontal {display: block;}.fl-node-5pr47986wm0l:not(.fl-node-5pr47986wm0l-clone):not(.pp-menu-full-screen):not(.pp-menu-off-canvas) .pp-menu-position-below .pp-menu-nav {display: none;}}@media ( max-width: 768px ) {.fl-node-5pr47986wm0l .pp-advanced-menu .menu {margin-top: 20px;}.fl-node-5pr47986wm0l .pp-advanced-menu .menu {}.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li {margin-left: 0 !important;margin-right: 0 !important;}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-off-canvas-menu .pp-menu-close-btn,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {display: block;}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu {box-shadow: none;border: 0;}} @media ( min-width: 769px ) {.fl-node-5pr47986wm0l .menu > li {display: inline-block;}.fl-node-5pr47986wm0l .menu li {border-top: none;}.fl-node-5pr47986wm0l .menu li:first-child {border: none;}.fl-node-5pr47986wm0l .menu li li {border-left: none;}.fl-node-5pr47986wm0l .menu .pp-has-submenu .sub-menu {position: absolute;top: 100%;left: 0;z-index: 10;visibility: hidden;opacity: 0;text-align:left;}.fl-node-5pr47986wm0l .pp-has-submenu .pp-has-submenu .sub-menu {top: 0;left: 100%;}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-has-submenu:hover > .sub-menu,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-has-submenu.pp-active .sub-menu {display: block;visibility: visible;opacity: 1;}.fl-node-5pr47986wm0l .menu .pp-has-submenu.pp-menu-submenu-right .sub-menu {top: 100%;left: inherit;right: 0;}.fl-node-5pr47986wm0l .menu .pp-has-submenu .pp-has-submenu.pp-menu-submenu-right .sub-menu {top: 0;left: inherit;right: 100%;}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-has-submenu.pp-active > .pp-has-submenu-container .pp-menu-toggle {-webkit-transform: none;-ms-transform: none;transform: none;}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-has-submenu .pp-has-submenu .pp-menu-toggle:before {-webkit-transform: translateY( -5px ) rotate( -45deg );-ms-transform: translateY( -5px ) rotate( -45deg );transform: translateY( -5px ) rotate( -45deg );}div.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle {display: none;}} .fl-node-5pr47986wm0l .pp-advanced-menu-mobile {text-align: left;justify-content: flex-start;}.fl-builder-content .fl-node-5pr47986wm0l.fl-module .pp-advanced-menu-mobile .pp-advanced-menu-mobile-toggle,.fl-page .fl-builder-content .fl-node-5pr47986wm0l.fl-module .pp-advanced-menu-mobile .pp-advanced-menu-mobile-toggle {}.fl-builder-content .fl-node-5pr47986wm0l.fl-module .pp-advanced-menu-mobile .pp-advanced-menu-mobile-toggle,.fl-page .fl-builder-content .fl-node-5pr47986wm0l.fl-module .pp-advanced-menu-mobile .pp-advanced-menu-mobile-toggle,fl-builder-content .fl-node-5pr47986wm0l.fl-module .pp-advanced-menu-mobile .pp-advanced-menu-mobile-toggle i,.fl-page .fl-builder-content .fl-node-5pr47986wm0l.fl-module .pp-advanced-menu-mobile .pp-advanced-menu-mobile-toggle i {color: #ffffff;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box,.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {width: 30px;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {background-color: #ffffff;height: 3px;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle i {font-size: 30px;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle rect {fill: #ffffff;}@media ( min-width: 769px ) {.fl-node-5pr47986wm0l .pp-advanced-menu ul.sub-menu {padding: 0;}.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span {padding-right: 24px;}}@media only screen and (max-width: 1200px) {.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal {}.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li {}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile {justify-content: center;}}@media only screen and (max-width: 992px) {.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal {}.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li {}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > a,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > .pp-has-submenu-container > a {border-bottom-width: px;background-color: ;}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu {width: auto;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile {justify-content: center;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle {}}@media only screen and (max-width: 768px) {.fl-node-5pr47986wm0l div.pp-advanced-menu {text-align: center;}.fl-node-5pr47986wm0l .pp-advanced-menu-horizontal {}.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li {}.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li > a,.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li > .pp-has-submenu-container > a {color: #ffffff;}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > a,.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > .pp-has-submenu-container > a {border-bottom-width: px;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile {justify-content: center;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle {}}@media only screen and ( max-width: 768px ) {.fl-node-5pr47986wm0l .pp-advanced-menu {text-align: center;}.fl-node-5pr47986wm0l .pp-advanced-menu-mobile-toggle {}}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-menu-overlay {background-color: rgba(5, 26, 83, 1);}.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .sub-menu {box-shadow: none;border: none;}.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu > li,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .sub-menu > li {display: block;}.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .pp-toggle-arrows .pp-has-submenu-container > a > span,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .pp-toggle-plus .pp-has-submenu-container > a > span{padding-right: 0;}.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li a,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li .pp-has-submenu-container a {color: #ffffff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;padding: 0;}.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li a,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li .pp-has-submenu-container a {border-style: solid;border-color: transparent;}.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li a:hover,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li a:focus,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li .pp-has-submenu-container a:hover,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li .pp-has-submenu-container a:focus {}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-overlay-fade,.fl-node-5pr47986wm0l .pp-advanced-menu.menu-open .pp-overlay-fade,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-overlay-corner,.fl-node-5pr47986wm0l .pp-advanced-menu.menu-open .pp-overlay-corner,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-overlay-slide-down,.fl-node-5pr47986wm0l .pp-advanced-menu.menu-open .pp-overlay-slide-down,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-overlay-scale,.fl-node-5pr47986wm0l .pp-advanced-menu.menu-open .pp-overlay-scale,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-overlay-door,.fl-node-5pr47986wm0l .pp-advanced-menu.menu-open .pp-overlay-door,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-overlay-door > ul,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-overlay-door .pp-menu-close-btn {transition-duration: 0.5s;}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:before,.fl-node-5pr47986wm0l .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:after {}.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .pp-toggle-arrows .pp-menu-toggle:before,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .pp-toggle-none .pp-menu-toggle:before,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .pp-toggle-arrows .sub-menu .pp-menu-toggle:before,.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .pp-toggle-none .sub-menu .pp-menu-toggle:before {border-color: #ffffff;}@media ( max-width: 768px ) {.fl-node-5pr47986wm0l .pp-advanced-menu.pp-menu-default {display: none;}}@media only screen and ( max-width: 768px ) {.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .pp-menu-overlay ul.menu {width: 80%;}}.fl-node-5pr47986wm0l .pp-advanced-menu {text-align: left;}.fl-node-5pr47986wm0l .pp-advanced-menu .menu a {letter-spacing: 1px;text-transform: uppercase;}.fl-node-5pr47986wm0l .pp-advanced-menu .menu > li > a, .fl-node-5pr47986wm0l .pp-advanced-menu .menu > li > .pp-has-submenu-container > a {border-style: solid;border-width: 0;background-clip: border-box;padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;}.fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > a, .fl-node-5pr47986wm0l .pp-advanced-menu .sub-menu > li > .pp-has-submenu-container > a {padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;}.fl-node-5pr47986wm0l .pp-advanced-menu .pp-menu-overlay > ul.menu {padding-top: 30px;padding-right: 20px;padding-bottom: 20px;padding-left: 30px;}.fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li a, .fl-node-5pr47986wm0l .pp-advanced-menu.full-screen .menu li .pp-has-submenu-container a {border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;}.fl-button-group-layout-horizontal .fl-button-group-buttons,.fl-button-group-layout-horizontal.fl-button-group-buttons {display: flex;flex-wrap: wrap;}.fl-button-group-layout-horizontal .fl-button-wrap {display: inline-block;}.fl-button-group-layout-vertical .fl-button-group-buttons,.fl-button-group-layout-vertical.fl-button-group-buttons {display: block;}.fl-button-group-layout-vertical .fl-button-wrap {display: block;}.fl-node-vfbdnt23re1j .fl-button-group-layout-vertical .fl-button-group-buttons .fl-button:is(a, button),.fl-node-vfbdnt23re1j .fl-button-group-layout-horizontal .fl-button-group-buttons .fl-button:is(a, button) {width: 100%;}.fl-node-vfbdnt23re1j .fl-button-group-layout-horizontal .fl-button-group-buttons {justify-content: flex-end}#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button) > span,#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button) > i {color: #ffffff;}#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button):hover > span,#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button):focus > span,#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button):hover > i,#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button):focus > i {color: #ffffff;}#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button) {}.fl-builder-content .fl-node-vfbdnt23re1j .fl-button,.fl-builder-content .fl-node-vfbdnt23re1j .fl-button * {transition: none;-moz-transition: none;-webkit-transition: none;-o-transition: none;}.fl-node-vfbdnt23re1j .fl-button-group-layout-vertical .fl-button-group-buttons .fl-button-group-button .fl-button-wrap {text-align: right;}.fl-node-vfbdnt23re1j .fl-button-group-layout-horizontal .fl-button-group-buttons {justify-content: flex-end;}.fl-builder-content .fl-node-vfbdnt23re1j .fl-button-group .fl-button-group-buttons .fl-button-group-button {padding-top: 5px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;}#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button) {padding-top: 17px;padding-right: 30px;padding-bottom: 17px;padding-left: 30px;border-style: none;border-width: 0;background-clip: border-box;}#fl-button-group-button-vfbdnt23re1j-0 .fl-button:is(a, button), #fl-button-group-button-vfbdnt23re1j-0 a.fl-button:visited {font-weight: 600;}.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {position: fixed;width: 100%;z-index: 100;}.fl-theme-builder-flyout-menu-push-left .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {left: auto !important;transition: left 0.2s !important;}.fl-theme-builder-flyout-menu-push-right .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {right: auto !important;transition: right 0.2s !important;}.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky .fl-menu .fl-menu-mobile-opacity {height: 100vh;width: 100vw;}.fl-builder-content[data-type="header"]:not([data-overlay="1"]).fl-theme-builder-header-sticky .fl-menu-mobile-flyout {top: 0px;}.fl-theme-builder-flyout-menu-active body {margin-left: 0px !important;margin-right: 0px !important;}.fl-theme-builder-has-flyout-menu, .fl-theme-builder-has-flyout-menu body {overflow-x: hidden;}.fl-theme-builder-flyout-menu-push-right {right: 0px;transition: right 0.2s ease-in-out;}.fl-theme-builder-flyout-menu-push-left {left: 0px;transition: left 0.2s ease-in-out;}.fl-theme-builder-flyout-menu-active .fl-theme-builder-flyout-menu-push-right {position: relative;right: 250px;}.fl-theme-builder-flyout-menu-active .fl-theme-builder-flyout-menu-push-left {position: relative;left: 250px;}.fl-theme-builder-flyout-menu-active .fl-builder-content[data-type="header"] .fl-menu-disable-transition {transition: none;}.fl-builder-content[data-shrink="1"] .fl-row-content-wrap,.fl-builder-content[data-shrink="1"] .fl-col-content,.fl-builder-content[data-shrink="1"] .fl-module-content,.fl-builder-content[data-shrink="1"] img {-webkit-transition: all 0.4s ease-in-out, background-position 1ms;-moz-transition: all 0.4s ease-in-out, background-position 1ms;transition: all 0.4s ease-in-out, background-position 1ms;}.fl-builder-content[data-shrink="1"] img {width: auto;}.fl-builder-content[data-shrink="1"] img.fl-photo-img {width: auto;height: auto;}.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-row-content-wrap {margin-bottom: 0;margin-top: 0;}.fl-theme-builder-header-shrink-row-bottom.fl-row-content-wrap {padding-bottom: 5px;}.fl-theme-builder-header-shrink-row-top.fl-row-content-wrap {padding-top: 5px;}.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-col-content {margin-bottom: 0;margin-top: 0;padding-bottom: 0;padding-top: 0;}.fl-theme-builder-header-shrink-module-bottom.fl-module-content,.fl-theme-builder-header-shrink-module-bottom.fl-module:where(.fl-module:not(:has(> .fl-module-content))) {margin-bottom: 5px;}.fl-theme-builder-header-shrink-module-top.fl-module-content,.fl-theme-builder-header-shrink-module-bottom.fl-module:where(.fl-module:not(:has(> .fl-module-content))) {margin-top: 5px;}.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {-webkit-transition: all 0.4s ease-in-out, background-position 1ms;-moz-transition: all 0.4s ease-in-out, background-position 1ms;transition: all 0.4s ease-in-out, background-position 1ms;}.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky):not(.fl-builder-content-editing) {position: absolute;width: 100%;z-index: 100;}.fl-builder-edit body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"] {display: none;}body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg="default"]) .fl-row-content-wrap,body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg="default"]) .fl-col-content,body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg="default"]) .fl-module-box {background: transparent;}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-m3izesk72opc > .fl-row-content-wrap {background-color: #051a53;border-top-width: 1px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;} .fl-node-m3izesk72opc > .fl-row-content-wrap {padding-top:2px;padding-bottom:2px;}.fl-node-ar7nweu5ymp9 {width: 17%;}.fl-node-ar7nweu5ymp9 > .fl-col-content {border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;}.fl-node-1wsfvlbtj5px {width: 50%;}.fl-node-kl6czxs742nv {width: 32%;}.fl-node-kl6czxs742nv > .fl-col-content {border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;}.entry-content .pp-infolist-title h3,.pp-infolist-title h3 {margin-bottom: 5px;margin-top: 0;}.pp-infolist-description p {margin-bottom: 15px;}.pp-infolist-description p:last-of-type {margin-bottom: 0 !important;}.entry-content .pp-more-link,.pp-more-link {box-shadow: none;display: inline-block;text-decoration: none;}.pp-list-item > .pp-more-link {display: table;margin-top: 0;}.pp-more-link {color: #000;}.pp-more-link:hover {text-decoration: none;}.pp-infolist-icon-inner .dashicons,.pp-infolist-icon-inner .dashicons-before:before {height: auto;width: auto;}.pp-list-connector {height: 100%;position: absolute;top: 33px;z-index: 2;}.pp-infolist-wrap .pp-list-item {overflow: visible;list-style: none;padding-bottom: 25px;position: relative;margin: 0;}.pp-infolist-wrap .pp-list-item-content {position: relative;z-index: 3;}.pp-infolist-wrap .pp-list-item-content {display: flex;align-items: center;}.pp-list-item:last-of-type .pp-list-connector {display: none;}.pp-icon-wrapper {position: relative;z-index: 3;}.pp-infolist {text-align: center;}.pp-infolist ul.pp-list-items {margin: 0;padding: 0;display: flex;flex-direction: column;}.pp-infolist-icon {border-width : 0;margin: 0 auto;text-align: center;}.pp-infolist-icon-inner {display: table;height: 3em;line-height: 0;width: 3em;}.pp-infolist-icon span {display: table-cell;vertical-align: middle;}.pp-infolist-icon-inner img {border: none;}.pp-infolist-wrap .layout-1 {text-align: left;}.pp-infolist-wrap .layout-1 .pp-icon-wrapper {margin-right: 20px;}.pp-infolist-wrap .layout-2 {text-align: right;}.pp-infolist-wrap .layout-2 .pp-list-item-content {flex-direction: row-reverse;}.pp-infolist-wrap .layout-2 .pp-icon-wrapper {float: right;margin-left: 20px;}.pp-infolist-wrap .layout-2 .pp-heading-wrapper {display: table-cell;vertical-align: middle;width: 100%;}.pp-infolist-wrap .layout-3 .pp-list-items {flex-direction: row;}.pp-infolist-wrap .layout-3 .pp-list-item-content {padding: 0 20px;flex-direction: column;}.pp-infolist-wrap .layout-3 .pp-icon-wrapper {margin-bottom: 10px;}.pp-infolist-wrap .layout-3 .pp-list-connector {height: 0;left: 120px;width: 100%;}.pp-infolist-wrap .layout-3 .pp-more-link {width: 100%;}@media (max-width: 768px) { .layout-3 .pp-list-item {width: 100%;}.layout-3 .pp-list-connector {display: none;}.layout-3 .pp-list-items {margin-left: 0;padding-left: 0;}.pp-infolist-wrap .layout-3 .pp-list-items {flex-wrap: wrap;} }.fl-node-zus0jh97qtx4 .pp-infolist-wrap .pp-list-item-content {transition: all 0.3s ease-in-out;}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .pp-list-item-content:hover {}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .pp-list-item {padding-bottom: 0;}.fl-node-zus0jh97qtx4 .pp-infolist-title .pp-infolist-title-text {margin-top: 0px;margin-bottom: 0px;transition: color 0.2s ease-in-out;}.fl-node-zus0jh97qtx4 .pp-infolist-title .pp-infolist-title-text:hover {}.fl-node-zus0jh97qtx4 .pp-infolist-description {color: #ffffff;}.fl-node-zus0jh97qtx4 .pp-infolist-icon {}.fl-node-zus0jh97qtx4 .pp-infolist-icon-inner img {}.fl-node-zus0jh97qtx4 .pp-infolist-icon:hover {}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .layout-1 .pp-list-connector {border-left-color: #000000;border-left-style: none;border-left-width: 1px;}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .layout-2 .pp-list-connector {border-right-color: #000000;border-right-style: none;border-right-width: 1px;}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .layout-3 .pp-list-connector {border-top-color: #000000;border-top-style: none;border-top-width: 1px;}.fl-node-zus0jh97qtx4 .pp-list-item .pp-infolist-icon .pp-icon {color: #ffffff;}.fl-node-zus0jh97qtx4 .pp-list-item .pp-infolist-icon:hover .pp-icon {color: #dd0016;}.fl-node-zus0jh97qtx4 .pp-list-item-0 .pp-infolist-icon .pp-icon {}.fl-node-zus0jh97qtx4 .pp-list-item-0 .pp-infolist-icon:hover .pp-icon {}.fl-node-zus0jh97qtx4 .pp-list-item-0 .animated {-webkit-animation-duration: 1000ms;-moz-animation-duration: 1000ms;-o-animation-duration: 1000ms;-ms-animation-duration: 1000ms;animation-duration: 1000ms;}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .layout-3 .pp-list-item {width: 100%;}@media only screen and (max-width: 768px) {.fl-node-zus0jh97qtx4 .pp-infolist-wrap .layout-3 .pp-list-item {width: 100%;float: none;}}.fl-node-zus0jh97qtx4 .pp-infolist ul.pp-list-items {gap: 0px;}.fl-node-zus0jh97qtx4 .pp-infolist-title .pp-infolist-title-text {font-size: 16px;}.fl-node-zus0jh97qtx4 .pp-infolist-description {font-size: 16px;}.fl-node-zus0jh97qtx4 .pp-infolist-icon {padding: 0px;}.fl-node-zus0jh97qtx4 .pp-infolist-icon-inner img {width: 17px;height: 17px;}.fl-node-zus0jh97qtx4 .pp-infolist-icon-inner span.pp-icon, .fl-node-zus0jh97qtx4 .pp-infolist-icon-inner span.pp-icon:before {font-size: 17px;}.fl-node-zus0jh97qtx4 .pp-infolist-icon-inner {width: 17px;height: 17px;}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .layout-1 .pp-icon-wrapper {margin-right: 10px;}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .layout-2 .pp-icon-wrapper {margin-left: 10px;}.fl-node-zus0jh97qtx4 .pp-infolist-wrap .layout-3 .pp-icon-wrapper {margin-bottom: 10px;} .fl-node-zus0jh97qtx4 > .fl-module-content {margin-top:0px;margin-bottom:0px;}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .pp-list-item-content {transition: all 0.3s ease-in-out;}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .pp-list-item-content:hover {}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .pp-list-item {padding-bottom: 0;}.fl-node-g0qrcoz1h7xf .pp-infolist-title .pp-infolist-title-text {margin-top: 0px;margin-bottom: 0px;transition: color 0.2s ease-in-out;}.fl-node-g0qrcoz1h7xf .pp-infolist-title .pp-infolist-title-text:hover {}.fl-node-g0qrcoz1h7xf .pp-infolist-description {color: #ffffff;}.fl-node-g0qrcoz1h7xf .pp-infolist-icon {}.fl-node-g0qrcoz1h7xf .pp-infolist-icon-inner img {}.fl-node-g0qrcoz1h7xf .pp-infolist-icon:hover {}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .layout-1 .pp-list-connector {border-left-color: #000000;border-left-style: none;border-left-width: 1px;}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .layout-2 .pp-list-connector {border-right-color: #000000;border-right-style: none;border-right-width: 1px;}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .layout-3 .pp-list-connector {border-top-color: #000000;border-top-style: none;border-top-width: 1px;}.fl-node-g0qrcoz1h7xf .pp-list-item .pp-infolist-icon .pp-icon {color: #ffffff;}.fl-node-g0qrcoz1h7xf .pp-list-item .pp-infolist-icon:hover .pp-icon {color: #dd0016;}.fl-node-g0qrcoz1h7xf .pp-list-item-0 .pp-infolist-icon .pp-icon {}.fl-node-g0qrcoz1h7xf .pp-list-item-0 .pp-infolist-icon:hover .pp-icon {}.fl-node-g0qrcoz1h7xf .pp-list-item-0 .animated {-webkit-animation-duration: 1000ms;-moz-animation-duration: 1000ms;-o-animation-duration: 1000ms;-ms-animation-duration: 1000ms;animation-duration: 1000ms;}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .layout-3 .pp-list-item {width: 100%;}@media only screen and (max-width: 768px) {.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .layout-3 .pp-list-item {width: 100%;float: none;}}.fl-node-g0qrcoz1h7xf .pp-infolist ul.pp-list-items {gap: 0px;}.fl-node-g0qrcoz1h7xf .pp-infolist-description {font-size: 16px;}.fl-node-g0qrcoz1h7xf .pp-infolist-icon {padding: 0px;}.fl-node-g0qrcoz1h7xf .pp-infolist-icon-inner img {width: 20px;height: 20px;}.fl-node-g0qrcoz1h7xf .pp-infolist-icon-inner span.pp-icon, .fl-node-g0qrcoz1h7xf .pp-infolist-icon-inner span.pp-icon:before {font-size: 20px;}.fl-node-g0qrcoz1h7xf .pp-infolist-icon-inner {width: 20px;height: 20px;}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .layout-1 .pp-icon-wrapper {margin-right: 10px;}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .layout-2 .pp-icon-wrapper {margin-left: 10px;}.fl-node-g0qrcoz1h7xf .pp-infolist-wrap .layout-3 .pp-icon-wrapper {margin-bottom: 10px;} .fl-node-g0qrcoz1h7xf > .fl-module-content {margin-top:0px;margin-bottom:0px;}.pp-social-icons {display: flex;}.pp-social-icons-vertical {flex-direction: column;}.pp-social-icons-vertical .pp-social-icon:last-of-type {margin-bottom: 0 !important;}.pp-social-icons-horizontal .pp-social-icon:last-of-type {margin-right: 0 !important;}.pp-social-icons-horizontal .pp-social-icon:first-child {margin-left: 0 !important;}.pp-social-icons .pp-social-icon {display: inline-block;line-height: 0;}.pp-social-icons a {font-family: "Helvetica",Verdana,Arial,sans-serif;}.pp-social-icons .pp-x-icon {font-weight: bold;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon a,.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon a:hover {text-decoration: none;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon a {display: inline-flex;float: left;text-align: center;justify-content: center;align-items: center;color: #ffffff;background-color: rgba(243,244,247,0.1);border-radius: 100px;border: 0px solid ;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon svg {fill: currentColor;width: 12px;height: 12px;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon a:hover {color: #dd0016;border-color: ;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(1) a {border: 0px solid ;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(1) a:hover {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(1) a {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(1) i:hover,.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(1) a:hover i {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(2) a {border: 0px solid ;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(2) a:hover {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(2) a {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(2) i:hover,.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(2) a:hover i {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(3) a {border: 0px solid ;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(3) a:hover {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(3) a {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(3) i:hover,.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(3) a:hover i {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(4) a {border: 0px solid ;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(4) a:hover {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(4) a {}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(4) i:hover,.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon:nth-child(4) a:hover i {}.fl-node-10npdtiy3l59 .pp-social-icons-vertical .pp-social-icon {margin-bottom: 10px;}.fl-node-10npdtiy3l59 .pp-social-icons-horizontal .pp-social-icon {margin-right: 10px;}.fl-node-10npdtiy3l59 .pp-social-icons {justify-content: flex-end;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon a {font-size: 12px;width: 28px;height: 28px;line-height: 28px;}.fl-node-10npdtiy3l59 .fl-module-content .pp-social-icon .pp-x-icon {font-size: calc(12px + 20%);} .fl-node-10npdtiy3l59 > .fl-module-content {margin-top:3px;margin-bottom:3px;}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.ps-theme-wpc {
-ms-touch-action: none;
touch-action: none;
overflow: hidden !important;
-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
.ps-theme-wpc {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps-theme-wpc {
overflow: auto !important;
}
}
.ps-theme-wpc.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-wpc.ps-active-y > .ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-theme-wpc.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wpc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .1) !important;
}
.ps-theme-wpc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .1) !important;
}
.ps-theme-wpc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-x-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0; height: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute; background-color: rgba(0, 0, 0, 1);
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
bottom: 0; height: 2px !important;
border-radius: 1px !important;
}
.ps-theme-wpc > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-theme-wpc > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
height: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-y-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
right: 0; width: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute; background-color: rgba(0, 0, 0, 1); transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
right: 0; width: 2px !important;
border-radius: 1px !important;
}
.ps-theme-wpc > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-theme-wpc > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
height: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover > .ps-scrollbar-x-rail:hover {
background-color: rgba(0, 0, 0, .1);
opacity: 1;
}
.ps-theme-wpc:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover > .ps-scrollbar-y-rail:hover {
background-color: rgba(0, 0, 0, .1);
opacity: 1;
}
.ps-theme-wpc:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
}@font-face {
font-family: 'woofc';
src: url(//prabashi.org/wp-content/plugins/woo-fly-cart/assets/fonts/woofc.eot);
src: url(//prabashi.org/wp-content/plugins/woo-fly-cart/assets/fonts/woofc.eot#iefix) format('embedded-opentype'),
url(//prabashi.org/wp-content/plugins/woo-fly-cart/assets/fonts/woofc.ttf) format('truetype'),
url(//prabashi.org/wp-content/plugins/woo-fly-cart/assets/fonts/woofc.woff) format('woff'),
url(//prabashi.org/wp-content/plugins/woo-fly-cart/assets/fonts/woofc.svg#woofc) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="woofc-icon-"], [class*=" woofc-icon-"] { font-family: 'woofc' !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;
}
.woofc-icon-loading:before {
content: "\e90c";
}
.woofc-icon-cart11:before {
content: "\e903";
}
.woofc-icon-cart12:before {
content: "\e904";
}
.woofc-icon-cart13:before {
content: "\e905";
}
.woofc-icon-cart14:before {
content: "\e906";
}
.woofc-icon-cart15:before {
content: "\e907";
}
.woofc-icon-cart16:before {
content: "\e908";
}
.woofc-icon-loading1:before {
content: "\f01e";
}
.woofc-icon-loading2:before {
content: "\f021";
}
.woofc-icon-icon1:before {
content: "\f06b";
}
.woofc-icon-loading8:before {
content: "\f110";
}
.woofc-icon-loading3:before {
content: "\e97a";
}
.woofc-icon-loading4:before {
content: "\e97b";
}
.woofc-icon-loading5:before {
content: "\e97e";
}
.woofc-icon-loading6:before {
content: "\e97f";
}
.woofc-icon-loading7:before {
content: "\e981";
}
.woofc-icon-loading9:before {
content: "\e982";
}
.woofc-icon-loading10:before {
content: "\e983";
}
.woofc-icon-loading11:before {
content: "\e984";
}
.woofc-icon-icon2:before {
content: "\e99f";
}
.woofc-icon-cart1:before {
content: "\e900";
}
.woofc-icon-loading12:before {
content: "\e90f";
}
.woofc-icon-loading13:before {
content: "\e910";
}
.woofc-icon-cart2:before {
content: "\e901";
}
.woofc-icon-shopping-bag:before {
content: "\e911";
}
.woofc-icon-cart3:before {
content: "\e902";
}
.woofc-icon-cart4:before {
content: "\e909";
}
.woofc-icon-cart5:before {
content: "\e854";
}
.woofc-icon-loading14:before {
content: "\e863";
}
.woofc-icon-icon3:before {
content: "\e5cd";
}
.woofc-icon-icon4:before {
content: "\e313";
}
.woofc-icon-icon5:before {
content: "\e314";
}
.woofc-icon-icon6:before {
content: "\e315";
}
.woofc-icon-icon7:before {
content: "\e316";
}
.woofc-icon-cart6:before {
content: "\e8cc";
}
.woofc-icon-cart7:before {
content: "\e8cb";
}
.woofc-icon-loading15:before {
content: "\e058";
}
.woofc-icon-loading16:before {
content: "\e080";
}
.woofc-icon-cart8:before {
content: "\e106";
}
.woofc-icon-icon8:before {
content: "\e114";
}
.woofc-icon-icon9:before {
content: "\e115";
}
.woofc-icon-icon10:before {
content: "\e117";
}
.woofc-icon-cart9:before {
content: "\e90a";
}
.woofc-icon-cart10:before {
content: "\e90b";
}
.woofc-icon-loading17:before {
content: "\e912";
}

@keyframes woofc-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woofc-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes woofc-shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
.woofc-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999998;
opacity: 0;
visibility: hidden;
}
.woofc-area {
font-size: 14px;
padding: 0;
height: 100%;
max-height: 100%;
z-index: 99999999;
opacity: 0;
visibility: hidden;
position: fixed; }
.woofc-area.woofc-slide-no {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.woofc-area > div {
align-self: stretch;
}
.woofc-area * {
box-sizing: border-box;
}
.woofc-area .woofc-item-data dl, .woofc-area .woofc-item-data p {
margin: 0;
}
.woofc-area .woofc-inner {
width: 100%;
height: auto;
position: fixed;
display: flex;
flex-direction: column;
}
.woofc-area .woofc-area-bot .woofc-data .woofc-data-right, .woofc-area .woofc-area-bot .woofc-total .woofc-total-right {
margin-left: 10px;
font-weight: 700;
}
.woofc-area .woofc-area-bot .woofc-data .woofc-data-right *, .woofc-area .woofc-area-bot .woofc-total .woofc-total-right * {
font-size: inherit;
font-weight: inherit;
color: inherit;
}
.woofc-area.woofc-rounded-yes.woofc-position-01, .woofc-area.woofc-rounded-yes.woofc-position-02 {
padding: 20px;
}
.woofc-area.woofc-rounded-yes.woofc-position-01 .woofc-inner, .woofc-area.woofc-rounded-yes.woofc-position-02 .woofc-inner {
position: relative;
}
.woofc-area.woofc-rounded-yes.woofc-position-03 .woofc-inner {
border-radius: 0 0 4px 4px;
}
.woofc-area.woofc-rounded-yes.woofc-position-04 .woofc-inner {
border-radius: 4px 4px 0 0;
}
.woofc-area.woofc-rounded-yes .woofc-inner {
border-radius: 4px;
overflow: hidden;
}
.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-undo .woofc-undo-inner, .woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-notices .woocommerce-message {
border-radius: 4px;
}
.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner {
border-radius: 4px;
}
.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
border-radius: 4px;
}
.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
border-radius: 4px 0 0 4px;
}
.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus {
border-radius: 0 4px 4px 0;
}
.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-bot .woofc-action .woofc-action-inner > div a {
border-radius: 4px;
}
.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-bot .woofc-suggested .woofc-suggested-product-image img, .woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-bot .woofc-suggested .woofc-suggested-product-atc .button {
border-radius: 4px;
}
body.woofc-show .woofc-overlay, body.woofc-show .woofc-area {
opacity: 1;
visibility: visible;
}
.woofc-hide {
display: none !important;
} .woofc-area .woofc-item-save {
display: block;
margin-top: 5px;
}
.woofc-area .woofc-save-for-later {
padding: 0 20px;
margin-top: 15px;
}
.woofc-area .woofc-save-for-later, .woofc-area .woofc-save-for-later a {
color: #ffffff;
}
.woofc-save-for-later .woosl-heading {
text-align: center;
margin-bottom: 10px;
}
.woofc-save-for-later .woosl-heading {
overflow: hidden;
}
.woofc-save-for-later .woosl-heading span {
position: relative;
}
.woofc-save-for-later .woosl-heading span:before {
content: "";
width: 1000px;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
display: block;
position: absolute;
top: 50%;
left: -10px;
transform: translateX(-100%);
}
.woofc-save-for-later .woosl-heading span:after {
content: "";
width: 1000px;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
display: block;
position: absolute;
top: 50%;
left: auto;
right: -10px;
transform: translateX(100%);
}
.woofc-area.woofc-style-02 .woofc-save-for-later .woosl-heading span:before, .woofc-area.woofc-style-02 .woofc-save-for-later .woosl-heading span:after, .woofc-area.woofc-style-04 .woofc-save-for-later .woosl-heading span:before, .woofc-area.woofc-style-04 .woofc-save-for-later .woosl-heading span:after {
background-color: rgba(0, 0, 0, 0.5);
}
.woofc-area .woofc-save-for-later .woosl-product {
display: flex !important;
align-items: center;
outline: none;
margin-left: -5px;
margin-right: -5px;
}
.woofc-area .woofc-save-for-later .woosl-product-image {
width: 100px;
flex: 0 0 100px;
margin: 0 5px;
}
.woofc-area .woofc-save-for-later .woosl-product-info {
flex-grow: 1;
margin: 0 5px;
}
.woofc-area .woofc-save-for-later .woosl-product-name {
font-weight: 700;
}
.woofc-area .woofc-save-for-later .woosl-product-image img {
width: 100%;
height: auto;
border-radius: 0;
}
.woofc-area .woofc-save-for-later .woosl-product-price {
opacity: 0.5;
}
.woofc-area .woofc-save-for-later .woosl-product-price * {
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline {
margin: 0 !important;
padding: 0 !important;
border: none !important;
font-size: 0;
}
.woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline del, .woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline ins, .woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline .price, .woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline .amount {
display: none;
}
.woofc-area .woofc-save-for-later .woosl-product-atc .button {
margin-top: 5px;
font-size: 12px;
height: 32px;
line-height: 30px;
padding: 0 15px;
background-color: #ffffff;
color: #222222;
border: 1px solid #ffffff;
text-transform: uppercase;
font-weight: normal;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area .woofc-save-for-later .woosl-product-atc .button:hover {
color: #ffffff;
background-color: transparent;
}
.woofc-area.woofc-style-02 .woofc-save-for-later, .woofc-area.woofc-style-04 .woofc-save-for-later {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-save-for-later a, .woofc-area.woofc-style-04 .woofc-save-for-later a {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-save-for-later .woosl-product-atc .button, .woofc-area.woofc-style-04 .woofc-save-for-later .woosl-product-atc .button {
color: #222222;
border: 1px solid #eeeeee;
background-color: #eeeeee;
}
.woofc-area.woofc-style-02 .woofc-save-for-later .woosl-product-atc .button:hover, .woofc-area.woofc-style-04 .woofc-save-for-later .woosl-product-atc .button:hover {
color: #222222;
border: 1px solid #222222;
background-color: transparent;
} .woofc-area .woofc-upsell-funnel {
padding: 0 20px;
margin-top: 15px;
}
.woofc-area .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header {
text-align: center;
overflow: hidden;
}
.woofc-area .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading {
font-size: inherit;
font-weight: inherit;
position: relative;
display: inline;
}
.woofc-area .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:before {
content: "";
width: 1000px;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
display: block;
position: absolute;
top: 50%;
left: -10px;
transform: translateX(-100%);
}
.woofc-area .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:after {
content: "";
width: 1000px;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
display: block;
position: absolute;
top: 50%;
left: auto;
right: -10px;
transform: translateX(100%);
}
.woofc-area.woofc-style-02 .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:before, .woofc-area.woofc-style-02 .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:after, .woofc-area.woofc-style-04 .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:before, .woofc-area.woofc-style-04 .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:after {
background-color: rgba(0, 0, 0, 0.5);
}
.woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-initialized {
display: block;
}
.woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-initialized .wpcuf-uf-product {
display: flex;
flex-direction: row;
align-items: center;
text-align: start;
}
.woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-initialized .wpcuf-uf-product .wpcuf-uf-product-image {
width: 100px;
flex: 0 0 100px;
margin: 0 5px;
}
.woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-initialized .wpcuf-uf-product .wpcuf-uf-product-info {
flex-grow: 1;
margin: 0 5px;
} .woofc-area .woofc-suggested {
padding: 0 20px;
margin-top: 15px;
color: #ffffff;
}
.woofc-area .woofc-suggested .woofc-suggested-products-slick {
display: none;
}
.woofc-area .woofc-suggested .woofc-suggested-products-slick.slick-initialized {
display: block;
}
.woofc-suggested-products:not(.woofc-suggested-products-slick) .woofc-suggested-product {
margin-bottom: 10px;
}
.woofc-suggested-products:not(.woofc-suggested-products-slick) .woofc-suggested-product:last-child {
margin-bottom: 0;
}
.woofc-area .woofc-suggested a {
color: #ffffff;
outline: none;
}
.woofc-area .woofc-suggested-heading {
text-align: center;
margin-bottom: 10px;
overflow: hidden;
}
.woofc-area .woofc-suggested-heading span {
position: relative;
}
.woofc-area .woofc-suggested-heading span:before {
content: "";
width: 1000px;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
display: block;
position: absolute;
top: 50%;
left: -10px;
transform: translateX(-100%);
}
.woofc-area .woofc-suggested-heading span:after {
content: "";
width: 1000px;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
display: block;
position: absolute;
top: 50%;
left: auto;
right: -10px;
transform: translateX(100%);
}
.woofc-area.woofc-style-02 .woofc-suggested-heading span:before, .woofc-area.woofc-style-02 .woofc-suggested-heading span:after, .woofc-area.woofc-style-04 .woofc-suggested-heading span:before, .woofc-area.woofc-style-04 .woofc-suggested-heading span:after {
background-color: rgba(0, 0, 0, 0.5);
}
.woofc-area .woofc-suggested .woofc-suggested-product {
display: flex !important;
align-items: center;
outline: none;
margin-left: -5px;
margin-right: -5px;
}
.woofc-area .woofc-suggested .woofc-suggested-product-image {
width: 100px;
flex: 0 0 100px;
margin: 0 5px;
}
.woofc-area .woofc-suggested .woofc-suggested-product-info {
flex-grow: 1;
margin: 0 5px;
}
.woofc-area .woofc-suggested .woofc-suggested-product-name {
font-weight: 700;
}
.woofc-area .woofc-suggested .woofc-suggested-product-image img {
width: 100%;
height: auto;
border-radius: 0;
}
.woofc-area .woofc-suggested .woofc-suggested-product-price {
opacity: 0.5;
}
.woofc-area .woofc-suggested .woofc-suggested-product-price * {
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline {
margin: 0 !important;
padding: 0 !important;
border: none !important;
font-size: 0;
}
.woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline del, .woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline ins, .woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline .price, .woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline .amount {
display: none;
}
.woofc-area .woofc-suggested .woofc-suggested-product-atc .button {
margin-top: 5px;
font-size: 12px;
height: 32px;
line-height: 30px;
padding: 0 15px;
background-color: #ffffff;
color: #222222;
border: 1px solid #ffffff;
text-transform: uppercase;
font-weight: normal;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area .woofc-suggested .woofc-suggested-product-atc .button:hover {
color: #ffffff;
background-color: transparent;
}
.woofc-area.woofc-style-02 .woofc-suggested, .woofc-area.woofc-style-04 .woofc-suggested {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-suggested a, .woofc-area.woofc-style-04 .woofc-suggested a {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-suggested .woofc-suggested-product-atc .button, .woofc-area.woofc-style-04 .woofc-suggested .woofc-suggested-product-atc .button {
color: #222222;
border: 1px solid #eeeeee;
background-color: #eeeeee;
}
.woofc-area.woofc-style-02 .woofc-suggested .woofc-suggested-product-atc .button:hover, .woofc-area.woofc-style-04 .woofc-suggested .woofc-suggested-product-atc .button:hover {
color: #222222;
border: 1px solid #222222;
background-color: transparent;
} .woofc-area .slick-dots {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.woofc-area .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.woofc-area .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 4px;
padding: 0;
font-size: 0;
line-height: 0;
border: none;
background-color: rgba(255, 255, 255, 0.5);
outline: none;
overflow: hidden;
}
.woofc-area .slick-dots li.slick-active button {
background-color: rgb(255, 255, 255);
}
.woofc-area.woofc-style-02 .slick-dots li button, .woofc-area.woofc-style-04 .slick-dots li button {
background-color: #eeeeee;
}
.woofc-area.woofc-style-02 .slick-dots li.slick-active button, .woofc-area.woofc-style-04 .slick-dots li.slick-active button {
background-color: #222222;
} .woofc-shipping {
cursor: pointer;
text-decoration: underline;
}
.woofc-shipping:after {
content: "✎";
margin-left: 10px;
text-decoration: none;
}
.woofc-shipping.woofc-shipping-open:after {
content: "↑";
}
.woofc-shipping-area {
color: #ffffff;
padding: 0 20px;
height: 0;
max-height: 0;
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-shipping-area.woofc-shipping-area-open {
height: auto;
max-height: 600px;
}
.woofc-shipping-inner {
padding: 20px;
margin: 10px 0;
background-color: rgba(255, 255, 255, 0.1);
}
.woofc-shipping-area .woocommerce-shipping-calculator .shipping-calculator-form p {
margin-bottom: 0;
}
.woofc-shipping-area .woocommerce-shipping-calculator .shipping-calculator-form p.form-row {
margin-bottom: 10px;
}
.woofc-shipping-area .woocommerce-shipping-calculator [type=submit] {
display: block;
width: 100%;
}
.woofc-shipping-area .woocommerce-shipping-calculator input, .woofc-shipping-area .woocommerce-shipping-calculator select, .woofc-shipping-area .woocommerce-shipping-calculator button {
border-radius: 0;
border: none;
color: #222222;
background-color: #ffffff;
padding-left: 15px;
padding-right: 15px;
}
.woofc-area .shipping-calculator-form {
display: block !important;
}
.woofc-area .shipping-calculator-button {
display: none !important;
}
.woofc-shipping-destination {
margin-bottom: 10px;
}
.woofc-shipping-methods {
list-style: none;
padding: 0;
margin: 0;
}
.woofc-shipping-methods label {
cursor: pointer;
display: flex;
align-items: center;
}
.woofc-shipping-methods label > span {
margin-left: 5px;
}
.woofc-shipping-method {
vertical-align: baseline;
margin-right: 5px;
}
.woofc-area .wpcfb-wrap {
display: block;
width: 100%;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity {
width: auto !important;
min-width: 0 !important;
margin: 0 !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity input {
margin: 0 !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .plus, .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .minus, .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .increase, .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .decrease {
display: none !important;
}
.woofc-area .woofc-inner.woofc-inner-loading:before {
content: "\e90c";
font-family: "woofc";
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #ffffff;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
z-index: 97;
-webkit-animation: woofc-spinner 1s linear infinite;
-moz-animation: woofc-spinner 1s linear infinite;
-ms-animation: woofc-spinner 1s linear infinite;
-o-animation: woofc-spinner 1s linear infinite;
animation: woofc-spinner 1s linear infinite;
}
.woofc-area .woofc-inner.woofc-inner-loading:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0;
}
.woofc-area .woofc-area-mid .woofc-item.woofc-item-has-not-remove .woofc-item-remove {
display: none !important;
} .woofc-checkout-area {
background-color: #ffffff !important;
background-image: none !important;
}
.woofc-checkout-area:after {
display: none !important;
}
.woofc-checkout-area.woofc-inner-loading:before {
color: #222222 !important;
}
.woofc-checkout-area.woofc-inner-loading:after {
background-color: rgba(255, 255, 255, 0.7) !important;
}
.woofc-checkout-area .woofc-area-mid {
margin-bottom: 0 !important;
}
.woofc-area form.checkout {
display: flex;
flex-direction: column;
}
.woofc-area form.checkout > *, .woofc-area form.checkout .row > * {
width: 100% !important;
max-width: 100% !important;
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
flex: 0 0 auto !important;
}
.woofc-checkout-form {
padding-left: 20px;
padding-right: 20px;
}
.woofc-checkout-area .woofc-area-top {
padding: 0 60px !important;
}
.woofc-checkout-area .woofc-area-top, .woofc-checkout-area .woofc-area-top .woofc-back, .woofc-checkout-area .woofc-area-top .woofc-close {
color: #222222 !important;
}
.woofc-checkout-area .woofc-area-top .woofc-back {
position: absolute;
top: 50%;
left: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #ffffff;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
} .woofc-area .woofc-area-mid .woofc-undo {
padding: 0 20px;
margin: 0 0 10px 0;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner {
padding: 10px 15px;
color: #ffffff;
background-color: transparent;
background: none;
border-width: 1px;
border-style: dashed;
border-color: #ffffff;
display: flex;
justify-content: space-between;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a {
color: #ffffff;
outline: none;
} .woofc-area .woofc-area-mid .woofc-notices {
padding: 0 20px;
margin: 0 0 10px 0;
}
.woofc-area .woofc-area-mid .woofc-notices .woocommerce-message, .woofc-area .woofc-area-mid .woofc-notices .woocommerce-info, .woofc-area .woofc-area-mid .woofc-notices .woocommerce-error {
margin: 0;
padding: 10px 15px 10px 40px;
border-radius: 0;
background-color: transparent;
background: none;
border-width: 1px;
border-style: dashed;
border-color: #ffffff;
color: #ffffff;
}
.woofc-area .woofc-area-mid .woofc-notices .woocommerce-message:before, .woofc-area .woofc-area-mid .woofc-notices .woocommerce-info:before, .woofc-area .woofc-area-mid .woofc-notices .woocommerce-error:before {
position: absolute;
top: 10px;
left: 15px;
}
body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-message, body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-info, body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-error {
padding: 10px 40px 10px 15px;
}
body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-message:before, body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-info:before, body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-error:before {
left: auto;
right: 15px;
} .woofc-area.woofc-position-01 {
position: fixed;
top: 0;
left: 100%;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-position-01 .woofc-inner {
height: 100%;
max-height: 100%;
}
.woofc-show .woofc-area.woofc-position-01, .woofc-area.woofc-position-01.woofc-slide-no {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
} .woofc-area.woofc-position-02 {
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-position-02 .woofc-inner {
height: 100%;
max-height: 100%;
}
.woofc-show .woofc-area.woofc-position-02, .woofc-area.woofc-position-02.woofc-slide-no {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
} .woofc-area.woofc-position-03 {
position: fixed;
top: -100%;
left: 50%;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-position-03 .woofc-inner {
max-height: 80%;
}
.woofc-show .woofc-area.woofc-position-03, .woofc-area.woofc-position-03.woofc-slide-no {
top: 0;
} .woofc-area.woofc-position-04 {
position: fixed;
bottom: -100%;
left: 50%;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-position-04 .woofc-inner {
max-height: 80%;
bottom: 0;
}
.woofc-show .woofc-area.woofc-position-04, .woofc-area.woofc-position-04.woofc-slide-no {
bottom: 0;
} .woofc-area.woofc-position-05 {
position: fixed;
left: 50%;
top: 0;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-position-05 .woofc-inner {
max-height: 80%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.woofc-show .woofc-area.woofc-position-05, .woofc-area.woofc-position-05.woofc-slide-no {
top: 50%;
} .woofc-area.woofc-style-01 .woofc-inner {
background-color: #cc6055;
}
.woofc-area.woofc-style-01 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
background-color: rgba(0, 0, 0, 0.2);
}
.woofc-area.woofc-style-01 .woofc-area-top .woofc-area-heading {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-01 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #ffffff;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-01 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 0 0 20px 0;
padding: 20px 0 0 0;
overflow-x: hidden;
overflow-y: auto;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item {
padding: 0 20px;
margin: 10px 0 0 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:first-child {
margin: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 5px;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #ffffff;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner > div {
margin: 0 5px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
width: 80px;
flex: 0 0 80px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
flex-grow: 1;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
color: #222222;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #222222;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
white-space: pre-line;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del {
color: #999;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #444;
background-color: #eeeeee;
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
min-height: 0;
padding: 0;
margin: 0;
text-align: center;
border: none;
outline: none;
display: block;
color: #444;
background-color: #eeeeee;
-moz-appearance: textfield;
box-shadow: none;
font-size: 12px;
font-weight: 400;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus {
font-size: 12px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #444;
background-color: #eeeeee;
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: #dddddd;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 0px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #ffffff;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner {
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(30px, -50%, 0);
transform: translate3d(30px, -50%, 0);
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: 0.5;
}
.woofc-area.woofc-style-01 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #ffffff;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-width: 0 0 1px 0;
border-style: solid;
border-color: rgba(255, 255, 255, 0.5);
padding: 0;
color: #ffffff;
height: 34px;
min-height: 34px;
line-height: 34px;
border-radius: 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(255, 255, 255, 0.5);
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #ffffff;
height: 34px;
line-height: 34px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #ffffff;
border-radius: 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: 0.5;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-01 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #ffffff;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
align-items: center;
width: 100%;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #ffffff;
color: #cc6055;
font-weight: 700;
border: 2px solid #ffffff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: transparent;
color: #ffffff;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-link {
padding: 0 20px;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-link span {
color: #ffffff;
text-transform: uppercase;
border-bottom: 1px solid #ffffff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-link span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue {
text-align: center;
padding: 0 20px;
margin-top: 15px;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
color: #ffffff;
text-transform: uppercase;
border-bottom: 1px solid #ffffff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-01 .woofc-no-item, .woofc-area.woofc-style-01 .woofc-error {
padding: 20px;
text-align: center;
color: #ffffff;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner {
padding: 10px 40px 10px 10px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #999;
right: 10px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
} .woofc-area.woofc-style-02 .woofc-inner {
background-color: #ffffff;
}
.woofc-area.woofc-style-02 .woofc-inner.woofc-inner-loading:before {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-inner.woofc-inner-loading:after {
background-color: rgba(255, 255, 255, 0.7);
}
.woofc-area.woofc-style-02 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #222222;
font-weight: 700;
background-color: #eeeeee;
}
.woofc-area.woofc-style-02 .woofc-area-top .woofc-area-heading {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-02 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #222222;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-02 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 0 0 20px 0;
padding: 10px 0 0 0;
overflow-x: hidden;
overflow-y: auto;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item {
padding: 0 20px;
margin: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:first-child .woofc-item-inner {
border-top: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-undo .woofc-undo-inner {
border-color: #222222;
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-undo .woofc-undo-inner a {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #ffffff;
border-top: 1px dashed #eeeeee;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
width: 80px;
flex: 0 0 80px;
margin-right: 10px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
flex-grow: 1;
margin-right: 10px;
}
body.rtl .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb, body.rtl .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
margin-right: 0;
margin-left: 10px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
white-space: pre-line;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del {
color: #999;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #444;
background-color: #eeeeee;
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
min-height: 0;
padding: 0;
margin: 0;
text-align: center;
border: none;
outline: none;
display: block;
color: #444;
background-color: #eeeeee;
-moz-appearance: textfield;
box-shadow: none;
font-size: 12px;
font-weight: 400;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus {
font-size: 12px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #444;
background-color: #eeeeee;
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: #dddddd;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 0px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #444;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner {
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(25px, -50%, 0);
transform: translate3d(25px, -50%, 0);
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: 0.5;
}
.woofc-area.woofc-style-02 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-02 .woofc-shipping-area {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-shipping-area .woocommerce-shipping-calculator input, .woofc-area.woofc-style-02 .woofc-shipping-area .woocommerce-shipping-calculator select, .woofc-area.woofc-style-02 .woofc-shipping-area .woocommerce-shipping-calculator button {
background-color: rgba(0, 0, 0, 0.05);
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-width: 0 0 1px 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.5);
padding: 0;
color: #222222;
height: 34px;
min-height: 34px;
line-height: 34px;
border-radius: 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(0, 0, 0, 0.5);
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #222222;
height: 34px;
line-height: 34px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #222222;
border-radius: 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: 0.5;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #222222;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
width: 100%;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #ffffff;
color: #cc6055;
font-weight: 700;
border-width: 2px;
border-style: solid;
border-color: #cc6055;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: #cc6055;
color: #ffffff;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-link {
padding: 0 20px;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-link span {
color: #444;
text-transform: uppercase;
border-bottom: 1px solid #444;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-link span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue {
text-align: center;
padding: 0 20px;
margin-top: 15px;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span {
color: #444;
text-transform: uppercase;
border-bottom: 1px solid #444;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-02 .woofc-no-item, .woofc-area.woofc-style-02 .woofc-error {
padding: 20px;
text-align: center;
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices {
margin-bottom: 10px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-message, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-info, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-error {
border-color: #222222;
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-message:before, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-info:before, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-error:before {
color: #222222;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner {
padding: 10px 30px 10px 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #999;
right: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
} .woofc-area.woofc-style-03 .woofc-inner {
background-color: #ffffff;
}
.woofc-area.woofc-style-03 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
background-color: rgba(0, 0, 0, 0.2);
}
.woofc-area.woofc-style-03 .woofc-area-top .woofc-area-heading {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-03 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #ffffff;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-03 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 0 0 20px 0;
padding: 10px 0 0 0;
overflow-x: hidden;
overflow-y: auto;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item {
padding: 0 20px;
min-height: 40px;
margin: 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:first-child .woofc-item-inner {
border-top: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
color: #ffffff;
border-top: 1px dashed rgba(255, 255, 255, 0.5);
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
display: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
order: 1;
margin-right: 10px;
}
body.rtl .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
margin-right: 0;
margin-left: 10px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #444;
background-color: #ffffff;
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover {
background-color: #eeeeee;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
min-height: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
text-align: center;
border: none;
outline: none;
display: block;
color: #444;
background-color: #ffffff;
-moz-appearance: textfield;
box-shadow: none;
font-weight: 400;
font-size: 12px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus {
font-size: 12px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #444;
background-color: #ffffff;
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: #dddddd;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
order: 2;
flex-grow: 1;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-size: 14px;
font-weight: 400;
margin: 0;
line-height: 1.2;
color: #ffffff;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #ffffff;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
display: block;
opacity: 0.7;
white-space: pre-line;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price {
line-height: 1;
font-size: 12px;
font-weight: 400;
text-align: end;
color: #ffffff;
opacity: 0.7;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price del {
color: #ffffff;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #ffffff;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner {
padding-right: 30px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
right: 0;
opacity: 1;
visibility: visible;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: 0.5;
}
.woofc-area.woofc-style-03 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #ffffff;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-width: 0 0 1px 0;
border-style: solid;
border-color: rgba(255, 255, 255, 0.5);
padding: 0;
color: #ffffff;
height: 34px;
min-height: 34px;
line-height: 34px;
border-radius: 0;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(255, 255, 255, 0.5);
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #ffffff;
height: 34px;
line-height: 34px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #ffffff;
border-radius: 0;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: 0.5;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-03 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #ffffff;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
align-items: center;
width: 100%;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #ffffff;
color: #cc6055;
font-weight: 700;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: transparent;
color: #ffffff;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-link {
padding: 0 20px;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-link span {
color: #ffffff;
text-transform: uppercase;
border-bottom: 1px solid #ffffff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-link span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue {
text-align: center;
padding: 0 20px;
margin-top: 15px;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue span {
color: #ffffff;
text-transform: uppercase;
border-bottom: 1px solid #ffffff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-03 .woofc-no-item, .woofc-area.woofc-style-03 .woofc-error {
padding: 20px;
text-align: center;
color: #222222;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner {
padding: 10px 30px 10px 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #ffffff;
right: 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
} .woofc-area.woofc-style-04 .woofc-inner {
background-color: #ffffff;
}
.woofc-area.woofc-style-04 .woofc-inner.woofc-inner-loading:before {
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-inner.woofc-inner-loading:after {
background-color: rgba(255, 255, 255, 0.7);
}
.woofc-area.woofc-style-04 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #222222;
font-weight: 700;
background-color: #eeeeee;
}
.woofc-area.woofc-style-04 .woofc-area-top .woofc-area-heading {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-04 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #222222;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-04 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 0 0 20px 0;
padding: 10px 0 0 0;
overflow-x: hidden;
overflow-y: auto;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item {
padding: 0 20px;
min-height: 40px;
margin: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:first-child .woofc-item-inner {
border-top: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-undo .woofc-undo-inner {
border-color: #222222;
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-undo .woofc-undo-inner a {
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #ffffff;
border-top: 1px dashed #eeeeee;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
display: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
order: 1;
margin-right: 10px;
}
body.rtl .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
margin-right: 0;
margin-left: 10px;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #444;
background-color: #eeeeee;
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover {
background-color: #dddddd;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
min-height: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
text-align: center;
border: none;
outline: none;
display: block;
color: #444;
background-color: #eeeeee;
-moz-appearance: textfield;
box-shadow: none;
font-size: 12px;
font-weight: 400;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus {
font-size: 12px;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #444;
background-color: #eeeeee;
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: #dddddd;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
order: 2;
flex-grow: 1;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-weight: 400;
font-size: 14px;
margin: 0;
line-height: 1.2;
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
display: block;
opacity: 0.7;
white-space: pre-line;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price {
line-height: 1;
font-weight: 400;
font-size: 12px;
text-align: end;
color: #999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price del {
color: #999;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #444;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner {
padding-right: 30px;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
right: 0;
opacity: 1;
visibility: visible;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: 0.5;
}
.woofc-area.woofc-style-04 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-04 .woofc-shipping-area {
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-shipping-area .woocommerce-shipping-calculator input, .woofc-area.woofc-style-04 .woofc-shipping-area .woocommerce-shipping-calculator select, .woofc-area.woofc-style-04 .woofc-shipping-area .woocommerce-shipping-calculator button {
background-color: rgba(0, 0, 0, 0.05);
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-width: 0 0 1px 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.5);
padding: 0;
color: #222222;
height: 34px;
min-height: 34px;
line-height: 34px;
border-radius: 0;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(0, 0, 0, 0.5);
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #222222;
height: 34px;
line-height: 34px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #222222;
border-radius: 0;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: 0.5;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #222222;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
align-items: center;
width: 100%;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #ffffff;
color: #cc6055;
font-weight: 700;
border-width: 2px;
border-style: solid;
border-color: #cc6055;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: #cc6055;
color: #ffffff;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-link {
padding: 0 20px;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-link span {
color: #444;
text-transform: uppercase;
border-bottom: 1px solid #444;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-link span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue {
text-align: center;
padding: 0 20px;
margin-top: 15px;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue span {
color: #444;
text-transform: uppercase;
border-bottom: 1px solid #444;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-04 .woofc-no-item, .woofc-area.woofc-style-04 .woofc-error {
padding: 20px;
text-align: center;
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices {
margin-bottom: 10px;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-message, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-info, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-error {
border-color: #222222;
color: #222222;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-message:before, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-info:before, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-error:before {
color: #222222;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner {
padding: 10px 30px 10px 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #999;
right: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
margin-left: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
} .woofc-area.woofc-style-05 .woofc-inner {
background-color: #cc6055;
-webkit-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
-o-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
-moz-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
-ms-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
}
.woofc-area.woofc-style-05 .woofc-inner:after {
content: "";
top: 0;
left: 0;
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: -moz-linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
background: -o-linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
background: -webkit-linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
background: -ms-linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
background: linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
}
.woofc-area.woofc-style-05 .woofc-inner > div {
z-index: 2;
}
.woofc-area.woofc-style-05 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
background-color: rgba(0, 0, 0, 0.2);
}
.woofc-area.woofc-style-05 .woofc-area-top .woofc-area-heading {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-05 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #ffffff;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-05 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 0 0 20px 0;
padding: 10px 0 0 0;
overflow-x: hidden;
overflow-y: auto;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item {
padding: 0 15px;
margin: 10px 0 0 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:first-child {
margin-top: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner {
margin: 0 !important;
padding: 10px !important;
background-color: transparent;
background: none;
border: 1px dashed #ffffff;
color: #ffffff;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a {
color: #ffffff;
text-decoration: underline;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: transparent;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner > div {
margin: 0 5px;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
width: 80px;
flex: 0 0 80px;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
width: 100%;
height: auto;
border: 2px solid #ffffff;
box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
flex-grow: 1;
margin-right: 10px;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-weight: 700;
font-size: 14px;
margin-bottom: 5px;
line-height: 1.2;
color: #ffffff;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #ffffff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
color: #ffffff;
opacity: 0.7;
white-space: pre-line;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
color: #ffffff;
opacity: 0.5;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del {
color: #ffffff;
opacity: 0.5;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
min-height: 0;
padding: 0;
margin: 0;
text-align: center;
border: none;
outline: none;
display: block;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
-moz-appearance: textfield;
box-shadow: none;
font-size: 12px;
font-weight: 400;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus {
font-size: 12px;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 0px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #ffffff;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner {
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(25px, -50%, 0);
transform: translate3d(25px, -50%, 0);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: 0.5;
}
.woofc-area.woofc-style-05 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #ffffff;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-width: 0 0 1px 0;
border-style: solid;
border-color: rgba(255, 255, 255, 0.5);
padding: 0;
color: #ffffff;
height: 34px;
min-height: 34px;
line-height: 34px;
border-radius: 0;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(255, 255, 255, 0.5);
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #ffffff;
height: 34px;
line-height: 34px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #ffffff;
border-radius: 0;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: 0.5;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: 0.5;
pointer-events: none;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-05 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #ffffff;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
width: 100%;
align-items: center;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: transparent;
color: #ffffff;
font-weight: 700;
border: 2px solid #ffffff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-link {
padding: 0 20px;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-link span {
color: #ffffff;
text-transform: uppercase;
border-bottom: 1px solid #ffffff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-link span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue {
text-align: center;
padding: 0 20px;
margin-top: 15px;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue span {
color: #ffffff;
text-transform: uppercase;
border-bottom: 1px solid #ffffff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue span:hover {
opacity: 0.7;
}
.woofc-area.woofc-style-05 .woofc-no-item, .woofc-area.woofc-style-05 .woofc-error {
padding: 20px;
text-align: center;
color: #ffffff;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner {
padding: 0 30px 0 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #ffffff;
right: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
}
.woofc-count {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: #ffffff;
display: block;
cursor: pointer;
position: fixed;
left: 40px;
bottom: 40px;
z-index: 99999997;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-count:hover {
bottom: 45px;
}
.woofc-count i {
font-size: 24px;
line-height: 60px;
color: #444;
}
.woofc-count span {
position: absolute;
top: -10px;
right: -10px;
height: 30px;
width: 30px;
font-size: 12px;
line-height: 30px;
text-align: center;
background: #e94b35;
color: #ffffff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.woofc-count.woofc-count-bottom-right {
right: 40px;
left: auto;
}
.woofc-count.woofc-count-top-left {
top: 40px;
bottom: auto;
}
.woofc-count.woofc-count-top-left:hover {
top: 45px;
}
.woofc-count.woofc-count-top-right {
top: 40px;
right: 40px;
bottom: auto;
left: auto;
}
.woofc-count.woofc-count-top-right:hover {
top: 45px;
}
.woofc-count.woofc-count-loading i {
display: none;
}
.woofc-count.woofc-count-loading:before {
content: "\e90c";
font-family: "woofc";
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #444;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
-webkit-animation: woofc-spinner 1s linear infinite;
-moz-animation: woofc-spinner 1s linear infinite;
-ms-animation: woofc-spinner 1s linear infinite;
-o-animation: woofc-spinner 1s linear infinite;
animation: woofc-spinner 1s linear infinite;
}
.woofc-count.woofc-count-shake {
animation: woofc-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
body.woocommerce-cart .woofc-count-hide-cart-checkout, body.woocommerce-checkout .woofc-count-hide-cart-checkout, .woofc-count.woofc-count-hide-empty {
display: none !important;
}
.woofc-menu-item .woofc-menu-item-inner {
position: relative;
}
.woofc-menu-item .woofc-menu-item-inner i {
font-size: inherit;
line-height: inherit;
display: inline-block;
margin-right: 5px;
width: 20px;
}
.woofc-menu-item .woofc-menu-item-inner:after {
content: attr(data-count);
display: block;
background-color: #e94b35;
color: #ffffff;
font-size: 10px;
font-weight: 400;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 8px;
position: absolute;
left: 10px;
top: -10px;
}
.woofc-cart-link .woofc-cart-link-inner {
position: relative;
}
.woofc-cart-link a {
outline: none;
}
.woofc-cart-link .woofc-cart-link-inner i {
font-size: inherit;
line-height: inherit;
display: inline-block;
margin-right: 5px;
width: 20px;
}
.woofc-cart-link .woofc-cart-link-inner:after {
content: attr(data-count);
display: block;
background-color: #e94b35;
color: #ffffff;
font-size: 10px;
font-weight: 400;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 8px;
position: absolute;
left: 10px;
top: -10px;
}
.woofc-area-count {
margin-left: 5px;
}
.woofc-area-count:before {
content: "(";
}
.woofc-area-count:after {
content: ")";
} .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woopq-quantity-input-minus, .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woopq-quantity-input-plus {
display: none;
} body.rtl .woofc-area .woofc-area-top {
padding: 0 20px 0 60px;
}
body.rtl .woofc-area .woofc-area-top .woofc-close {
left: 20px;
right: auto;
}
body.rtl .woofc-checkout-area .woofc-area-top .woofc-back {
right: 20px;
left: auto;
}
body.rtl .woofc-menu-item .woofc-menu-item-inner:after {
left: auto;
right: 10px;
} .woofc-item-estimated-delivery-date .wpced .wpced-inner {
font-size: 12px;
}
.woofc-item-estimated-delivery-date .wpced .wpced-inner:before {
width: 16px;
height: 16px;
background-size: 16px;
}