:root {
--font_Instrument: "DM Sans", sans-serif;
--font_Kanit: "DM Sans", sans-serif;
--primary: #4353ff;
--black-2: #121212;
--gray-2: #555555;
--gray-3: #FAFAFA;
--gray-4: #999999;
--white: #ffffff;
--white-2: #ECECEC;
--yellow: #4353ff;
--round:40px;
}
.woocommerce {
font-family: var(--font_Instrument)
}
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
font-family: var(--font_Instrument);
}
.woocommerce p {
font-size: 16px;
line-height: 1.6;
font-weight: 400;
color: #555555;
}
.woocommerce strong {
font-weight: 500;
}
.position-relative {
position: relative;
}
.d-inline {
display: inline;
}
.health-header__cart-2 svg {
width: 1em;
height: 1em;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
font-size: 16px;
color: #555;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
line-height: 1.5;
}
.button.disabled:hover {
background-color: var(--black-2) !important;
} .woocommerce .page-title {
font-size: 24px;
font-weight: 500;
color: var(--black-2);
line-height: 1;
margin-bottom: 5px;
}
.woocommerce .woocommerce-result-count {
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
color: var(--gray-2);
}
.woocommerce ul.products li.product:hover a img {
filter: grayscale(1); }
.woocommerce ul.products li.product a img {
border-radius: 7px; transition: all 0.3s; max-width: 107%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 18px;
color: var(--black-2);
font-weight: 500;
padding-bottom: 15px;
transition: all 0.3s;
text-transform: capitalize;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
color: var( --e-global-color-reachout_primary );
letter-spacing: 0.2px
}
.woocommerce .widget_rating_filter ul li {
font-family: var(--font_Instrument);
}
.woocommerce ul.products li.product .price {
font-family: var(--font_Instrument);
color: var(--black-2);
font-size: 15px;
font-weight: 500;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.woocommerce ul.products li.product .price del .amount bdi {
opacity: 1;
font-size: 15px;
color: #888;
}
.woocommerce ul.products li.product .price del {
order: 1;
}
.woocommerce ul.products li.product .button {
border: 1px solid #ddd;
background-color: var(--white);
padding: 12px 16px;
font-size: 14px;
font-weight: 600;
color: var(--black-2);
text-align: center;
margin-top: 0;
border-radius: 5px;
text-transform: capitalize;
border-radius: var(--round);
}
.wdb--products li.product .woocommerce-LoopProduct-link {
display: grid;
margin-bottom: 12px;
}
.woocommerce ul.products li.product .button:hover {
background-color: var( --e-global-color-reachout_primary );
border-color:  var( --e-global-color-reachout_primary );
color: var(--white);
}
.woocommerce .woocommerce ul.products::before {
display: none;
}
.wdb--products li.product {
overflow: hidden;
width: 100% !important;
margin: 0 !important;
}
.woocommerce a.added_to_cart:hover {
letter-spacing: 0.3px;
color: var(--e-global-color-reachout_primary);
}
.woocommerce a.added_to_cart {
padding-top: 0;
margin-left: 15px;
color: var(--e-global-color-reachout_primary);
transition: all 0.5s;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
position: relative;
}
.woocommerce a.added_to_cart::after {
position: absolute;
content: "\e01d";
font-family: "WooCommerce";
right: -20px;
font-size: 14px;
}
.wdb--products {
gap: 50px 35px;
display: grid;
margin: 0 !important;
padding-top: 30px !important;
padding-bottom: 50px !important;
}
.wdb--products::after,
.wdb--products::before {
display: none !important;
}
.wdb-product-grid-2 {
grid-template-columns: 1fr 1fr;
}
.wdb-product-grid-3 {
grid-template-columns: 1fr 1fr 1fr;
}
.wdb-product-grid-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.related .wdb--products.columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.related .wdb--products.columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.related .wdb--products.columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.related .wdb--products.columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.related .wdb--products.columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.woocommerce .woocommerce-ordering {
margin: -25px 0 1em;
}
.woocommerce ul.products li.product .star-rating {
margin: 0;
font-size: 14px;
order: 1;
margin-bottom: 15px;
}
.woocommerce p.stars a {
color: var(--e-global-color-reachout_primary);
}
.wdb-woo--grid.left-sidebar {
display: grid;
grid-template-columns: 1fr 3fr;
gap: 30px;
}
.wdb-woo--grid.right-sidebar {
display: grid;
grid-template-columns: 1fr .4fr;
gap: 110px;
}
.woocommerce .star-rating {
font-size: 14px;
margin-bottom: 10px;
color: var(--yellow);
display: none;
}
.woocommerce .products .star-rating {
margin: 0 0 0.9em;
}
.woocommerce ins {
text-decoration: none;
}
.products.columns-4 ul.products li.product .button {
margin-top: 0px;
}
.woocommerce ul.products li.product .onsale {
top: -7px;
right: -42px;
left: auto;
margin: 0;
padding: 0;
min-height: 42px;
min-width: 108px; transform: rotate(45deg);
font-size: 15px;
line-height: 1;
letter-spacing: 0.2px;
border-radius: 0;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
color: var(--white);
background-color: var(--e-global-color-reachout_primary);
font-family: var(--font_Instrument);
font-weight: 600;
align-items: end;
padding-bottom: 5px;
} .woocommerce .default-sidebar__widget {
border-radius: 12px;
}
.wdb-woo--sidebar .default-sidebar__w-title {
margin-bottom: 25px;
text-decoration: none;
}
.woocommerce .woocommerce-ordering select {
font-size: 16px;
}
.wdb-woo--sidebar {
display: grid;
gap: 30px;
}
.wdb-woo--title {
font-size: 20px;
font-weight: 500;
line-height: 1;
padding-bottom: 15px;
border-bottom: 1px solid var(--white-2);
margin: 0 15px 15px 15px;
text-transform: capitalize;
}
.wdb-woo--widget {
background: #FAFAFA;
border-radius: 10px;
padding-top: 30px;
padding-bottom: 30px;
}
.wdb-woo--widget.widget_price_filter form {
padding: 15px 15px 0;
}
.wdb-woo--widget.widget_price_filter .ui-slider-horizontal {
height: 2px;
}
.wdb-woo--widget.widget_price_filter .price_slider_amount .button {
border: 1px solid #ddd;
background-color: var(--white);
padding: 9px 15px 10px;
font-size: 15px;
font-weight: 500;
color: var(--black-2);
text-align: center;
margin-top: 0;
border-radius: 5px;
text-transform: capitalize;
transition: all 0.35s;
}
.wdb-woo--widget.widget_price_filter .price_slider_amount .button:hover {
background-color: var(--e-global-color-reachout_primary);
border-color: var(--e-global-color-reachout_primary);
color: var(--white);
}
.wdb-woo--widget .price_label {
font-size: 15px;
font-weight: 500;
color: var(--black-2);
font-family: var(--font_Instrument);
}
.wdb-woo--widget.widget_price_filter .price_slider {
margin-bottom: 30px;
}
.wdb-woo--widget.widget_rating_filter ul li a {
display: block;
align-items: center;
width: 100%;
justify-content: space-between;
padding: 5px 30px;
font-size: 16px;
font-weight: 500;
color: var(--black-2);
}
.wdb-woo--widget.widget_rating_filter ul li:last-child a {
border-bottom: none;
padding-bottom: 0;
}
.wdb-woo--widget.widget_rating_filter ul li .star-rating {
margin-bottom: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: var(--white-2);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #4353ff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #4353ff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 15px;
height: 15px;
top: -.35em;
}
.woocommerce .product_list_widget .star-rating {
margin-top: 10px;
} .widget_top_rated_products {
padding: 35px 0;
}
.woocommerce .widget_top_rated_products .default-sidebar__w-title {
text-decoration: none;
padding-left: 30px;
font-family: var(--font_Instrument);
}
.woocommerce .woocommerce-Price-amount.amount {
font-size: 15px;
font-weight: 500;
text-decoration: none;
font-family: var(--font_Instrument);
}
.woocommerce .widget_top_rated_products ins {
text-decoration: none;
}
ul.cart_list,
.woocommerce ul.product_list_widget li:last-child {
padding: 15px;
padding-bottom: 0;
}
ul.cart_list, .woocommerce ul.product_list_widget li:not(:last-child) {
border-bottom: 1px solid var(--white-2);
padding: 15px 0;
margin: 0 15px;
}
ul.cart_list li img, .woocommerce ul.product_list_widget li img {
width: 85px;
border-radius: 5px;
float: left;
margin-right: 25px;
}
.woocommerce .yith-wcwl-add-button {
position: absolute;
top: 15px;
left: 15px;
}
.wdb-woo--widget .product-title {
font-family: var(--font_Instrument);
font-size: 16px;
font-weight: 400;
color: var(--black-2);
transition: all 0.3s;
padding-top: 5px;
padding-bottom: 3px;
display: inline-block;
text-transform: capitalize;
}
.wdb-woo--widget .product-title:hover {
color: var(--e-global-color-reachout_primary);
} .widget_products {
padding: 45px 0;
}
.woocommerce .widget_products .default-sidebar__w-title {
padding-left: 30px;
}
.woocommerce .woocommerce-product-search {
margin: 15px 15px 0;
position: relative;
}
.woocommerce .widget_product_search input[type='search'] {
border: 1px solid #ddd;
padding: 10px 15px;
display: block;
margin-bottom: 7px;
width: 100%;
font-size: 15px;
font-weight: 400;
background: var(--white);
color: var(--black-2);
}
.woocommerce .widget_product_search input[type='search']::placeholder {
color: var(--black-2);
font-weight: 400;
}
.woocommerce .widget_product_search button {
font-size: 15px;
font-weight: 500;
line-height: 1;
transition: all 0.3s;
border-radius: 0 5px 5px 0;
padding: 10px 14px;
background-color: var(--e-global-color-reachout_primary);
color: var(--white);
position: absolute;
right: 0;
top: 0;
height: 100%;
}
.woocommerce .widget_product_search button:hover {
background-color: var(--e-global-color-reachout_primary);
color: var(--black-2);
}
.woocommerce .woocommerce-widget-layered-nav-list {
display: flex;
gap: 8px;
flex-wrap: wrap;
padding: 15px 15px 0;
}
.woocommerce-widget-layered-nav-list li {
border: 1px solid var(--white-2);
padding: 10px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
border: 1px solid #ddd;
background-color: var(--white);
padding: 9px 15px 10px;
font-size: 15px;
font-weight: 500;
color: var(--black-2);
text-align: center;
margin-top: 0;
border-radius: 5px;
text-transform: capitalize;
cursor: pointer;
transition: all 0.35s;
line-height: 1;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover {
background-color: var(--e-global-color-reachout_primary);
border-color: var(--e-global-color-reachout_primary);
color: var(--white);
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
transition: none;
}
.widget_product_categories {
padding: 35px 0;
}
.woocommerce .widget_product_categories .default-sidebar__w-title {
text-decoration: none;
padding-left: 30px;
}
.widget_product_categories .product-categories li.cat-parent {
padding: 0;
}
.widget_product_categories .product-categories li {
padding: 12px 0;
border-bottom: 1px solid var(--white-2);
margin: 0 15px;
}
.widget_product_categories .product-categories>li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.widget_product_categories .product-categories li a {
font-size: 15px;
font-weight: 500;
color: var(--black-2);
transition: all 0.3s;
font-family: var(--font_Instrument);
display: block;
}
.widget_product_categories .product-categories li a:hover {
color: var(--e-global-color-reachout_primary);
letter-spacing: 0.35px;
}
.widget_product_categories .product-categories>li.cat-parent>a {
padding: 12px 0px;
border-bottom: 1px solid var(--white-2);
display: block;
}
.widget_product_categories .product-categories .children li:last-child {
border-bottom: none !important;
}
.widget_product_tag_cloud .tagcloud {
padding: 20px 20px 0;
}
.widget_product_tag_cloud .tagcloud a {
border: 1px solid #ddd;
background-color: var(--white);
padding: 9px 15px 10px;
font-size: 15px !important;
font-weight: 500;
color: var(--black-2);
text-align: center;
margin-top: 0;
border-radius: 5px;
text-transform: capitalize;
cursor: pointer;
transition: all 0.35s;
line-height: 1;
margin-right: 7px;
}
.widget_product_tag_cloud .tagcloud a:hover {
border-color: var(--e-global-color-reachout_primary);
background-color: var(--e-global-color-reachout_primary);
color: var(--white);
}
.woocommerce form.login,
.woocommerce form.register {
border: 1px solid var(--white-2);
padding: 30px;
}
.woocommerce form.login label,
.woocommerce form.register label {
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
color: var(--black-2);
text-transform: capitalize;
margin-bottom: 5px;
}
.woocommerce form.login .button,
.woocommerce form.register .button {
background: transparent;
border: 1px solid var(--white-2);
border-radius: var(--round);
font-size: 16px;
font-weight: 400;
line-height: 1.3;
transition: all 0.3s;
color: var(--black-2);
}
.woocommerce form.login .button:hover,
.woocommerce form.register .button:hover {
background-color: var(--e-global-color-reachout_primary);
border-color: var(--e-global-color-reachout_primary);
color: var(--white);
} .woocommerce-Button.button {
background: transparent!important;
border: 1px solid var(--white-2) !important;
border-radius: var(--round)!important;
font-size: 16px!important;
font-weight: 400!important;
line-height: 1.3!important;
transition: all 0.3s!important;
color: var(--black-2)!important;
}
.woocommerce-Button.button:hover {
background-color: var(--primary)!important;
border-color: var(--primary)!important;
color: var(--white)!important;
} .woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
margin-right: 12px;
}
.woocommerce nav.woocommerce-pagination {
text-align: left;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
font-family: var(--font_Instrument);
background: transparent;
border: 1px solid var(--white-2);
border-radius: 5px;
outline: none;
padding: 13px 18px;
color: var(--black-2);
font-weight: 500;
font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
color: var(--white);
background: var(--black-2);
} .single-product .product .product_title {
font-size: 36px;
font-weight: 700;
color: var(--e-global-color-reachout_headline);
margin-bottom: 20px;
}
.single-product p.price {
gap: 10px;
display: flex;
align-items: center;
}
.single-product div.product p.price ins {
order: -1;
}
.single-product.woocommerce span.onsale {
top: 10px;
left: -25px;
right: auto;
margin: 0;
padding: 0;
min-height: 30px;
min-width: 100px;
text-align: center;
transform: rotate(-45deg);
font-size: 16px;
font-weight: 400;
line-height: 1;
letter-spacing: .5px;
border-radius: 0;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
color: var(--white);
background-color: var(--e-global-color-reachout_primary);
}
.single-product .product .woocommerce-Price-amount.amount bdi {
font-family: var(--font_Instrument);
font-size: 30px;
font-weight: 500;
color: var(--black-2);
}
.single-product .yith-wcwl-add-button {
display: none;
}
.single-product .product {
overflow: hidden;
}
.single-product div.product .woocommerce-product-rating {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.single-product .woocommerce-product-rating .star-rating {
margin-top: 0;
}
.single-product .woocommerce-review-link {
font-family: var(--font_Instrument);
font-size: 18px;
font-weight: 500;
}
.single-product div.product form.cart {
margin-bottom: 30px;
}
.single-product .product_meta {
padding-top: 10px;
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.woocommerce-Tabs-panel--description p {
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: #555555;
}
.woocommerce-Tabs-panel--description ul {
margin-bottom: 15px;
}
.woocommerce-Tabs-panel--description ul li {
font-family: var(--font_Kanit);
font-size: 16px;
}
.single-product #reviews #comments ol.commentlist li .comment-text p {
margin-bottom: 5px;
}
.single-product #review_form #respond .form-submit input:hover {
background-color: var(--e-global-color-reachout_secondary);
border-color: var(--e-global-color-reachout_secondary);
border-radius: var(--round);
color: var(--e-global-color-reachout_white);
font-weight: 600;
}
.single-product div.product form.cart .button {
background-color: var(--e-global-color-reachout_primary);
color: var(--e-global-color-reachout_white);
border: 1px solid var(--e-global-color-reachout_primary);
font-size: 16px;
font-weight: 700;
line-height: 1.6;
border-radius: var(--round);
padding: 11px 22px;
text-transform: capitalize;
transition: all 0.3s;
}
.single-product div.product form.cart .button:hover {
background-color: var(--e-global-color-reachout_secondary);
border: 1px solid var(--e-global-color-reachout_secondary);
color: var(--white);
}
.single-product a.compare.button {
background-color: var(--black-2);
color: var(--white);
}
.single-product .woocommerce-product-details__short-description p {
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
line-height:1.6;
color: #555555;
margin-bottom: 45px;
}
.quantity {
margin-right: 20px;
border: 1px solid var(--white-2);
padding: 5px 15px;
border-radius: var(--round);
}
.woocommerce .quantity .qty {
width: 48px;
border: none;
height: 36px;
}
.woocommerce .quantity button {
font-size: 25px;
font-weight: 400;
color: #000;
}
.single-product.woocommerce div.product .woocommerce-tabs {
padding-top: 90px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border:none;
background-color: transparent;
color: #555555;
font-family: var(--font_Instrument);
font-size: 18px;
font-weight: 500;
line-height: 1.3;
padding-left: 0;
margin: 0;
padding-right: 30px;
margin-right: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
color: var(--black-2);
border: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin: 0;
margin-bottom: 45px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid var(--white-2);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-family: var(--font_Instrument);
font-size: 18px;
font-weight: 500;
line-height: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
box-shadow: none !important;
width: 1px;
height: 15px;
background: #D9D9D9;
right: 0;
left: unset;
top: 50%;
transform: translateY(-50%);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
margin-right: 0;
padding-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child::before {
display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::after {
box-shadow: none;
opacity: 0;
border: none;
bottom: -10px;
right: unset;
left: 35%;
width: 18px;
height: 18px;
background: var(--white);
border-left: 1px solid var(--white-2) !important;
border-top: 1px solid var(--white-2) !important;
transform: rotate(45deg);
border-radius: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active::after {
opacity: 1;
}
.woocommerce.single-product div.product .woocommerce-tabs .panel h2 {
margin: 0;
padding: 0;
font-size: 30px;
font-weight: 600;
line-height: 1;
padding-bottom: 18px;
}
.single-product .related.products {
padding-top: 10px;
}
.woocommerce-review__author {
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
}
.woocommerce #review_form #respond p {
margin: 0 0 20px;
}
.single-product .comment-reply-title {
font-size: 20px;
margin-bottom: 20px;
margin-top: 30px;
display: block;
}
.woocommerce #review_form #respond input,
.woocommerce #review_form #respond textarea {
border: 1px solid var(--white-2);
margin-top: 10px;
border-radius: 5px;
padding: 10px 15px;
width: 100%;
}
.single-product .comment-form-cookies-consent {
gap: 10px;
display: flex;
align-items: center;
}
.single-product .comment-form-cookies-consent input  {
margin: 0 !important;
width: auto !important;
}
.single-product #review_form #respond .form-submit input {
background-color: var(--e-global-color-reachout_primary);
border-color: var(--e-global-color-reachout_primary);
border-radius: var(--round);
color: var(--e-global-color-reachout_white);
font-weight: 600;
transition: all 0.3s;
padding: 12px 24px;
width: auto;
}
.single-product.woocommerce #review_form #respond p.comment-notes {
margin-bottom: 40px;
}
.single-product .comment-form label {
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
line-height: 1.4 !important;
color: var(--black-2);
text-transform: capitalize;
display: block;
}
.single-product.woocommerce #review_form #respond p.stars {
margin-top: 10px;
margin-bottom: 15px;
}
.single-product .related.products .product .woocommerce-Price-amount.amount bdi {
font-size: 16px;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs {
margin-top: 5px;
gap: 5px;
display: flex;
}
.single-product.woocommerce #review_form #respond p.comment-form-author {
margin-bottom: 25px;
}
.single-product .comment-form-cookies-consent label {
display: inline-block;
}
.single-product.woocommerce div.product div.images {
margin-bottom: 0;
}
.single-product.woocommerce table.shop_attributes th {
font-weight: 500;
} .woocommerce-account .woocommerce-MyAccount-navigation ul {
border-left: 1px solid #E7E7E7;
padding-left: 30px;
display: grid;
gap: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active {
position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active::before {
position: absolute;
content: "";
left: -31px;
width: 1px;
height: 15px;
background: #0F0F0F;
top: 50%;
transform: translateY(-50%);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
font-family: var(--font_Instrument);
font-size: 18px;
font-weight: 500;
line-height: 1.3;
color: #555555;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
color: var(--black-2);
}
.woocommerce-account .default-blog__item-content p {
font-family: var(--font_Kanit);
color: var(--gray-2);
}
.woocommerce-account .default-blog__item-content p strong {
color: var(--black-2);
}
.woocommerce-account .woocommerce table.shop_table {
border-collapse: collapse;
border-radius: 0;
border: none;
margin: 0;
}
.woocommerce-account .woocommerce table.my_account_orders td,
.woocommerce-account .woocommerce table.my_account_orders th {
padding: 15px 0;
}
.woocommerce-account .woocommerce table.shop_table td {
font-size: 18px;
color: #555555;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 73%;
}
.woocommerce-account .woocommerce table.my_account_orders .button {
background: transparent;
border: 1px solid var(--white-2);
font-size: 16px;
font-weight: 500;
line-height: 1.3;
transition: all 0.3s;
color: var(--black-2);
}
.woocommerce-account .woocommerce table.my_account_orders .button:hover {
background-color: var(--e-global-color-reachout_primary);
border-color: var(--e-global-color-reachout_primary);
}
.woocommerce-account .woocommerce-orders-table__header-order-actions,
.woocommerce-account .woocommerce-orders-table__cell-order-actions {
text-align: right;
}
.woocommerce-account .woocommerce table.order_details td {
border-color: var(--white-2);
padding: 15px 0;
}
.woocommerce-account .woocommerce table.order_details th {
padding: 15px 0;
}
.woocommerce-account .woocommerce-order-details {
margin-top: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content p strong {
color: var(--black-2);
}
.woocommerce-account .woocommerce-info .button {
background: transparent;
border: 1px solid var(--white-2);
font-size: 16px;
font-weight: 400;
line-height: 1.3;
transition: all 0.3s;
color: var(--black-2);
padding: 13px 20px;
}
.woocommerce-account .woocommerce-info .button:hover {
background-color: var(--e-global-color-reachout_primary);
border-color: var(--e-global-color-reachout_primary);
}
.woocommerce-account .woocommerce-Addresses {
margin-top: 40px;
}
.woocommerce-account .addresses .title h3 {
font-size: 24px;
font-weight: 500;
line-height: 1.3;
color: var(--black-2);
padding-bottom: 15px;
}
.woocommerce-account .addresses address {
font-size: 16px;
font-weight: 400;
line-height: 1.7;
color: #555555;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
color: var(--black-2);
font-weight: 400;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row-first,
.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
width: 50%;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row-first input {
padding: 12px 15px;
} .woocommerce-EditAccountForm input {
border: 1px solid var(--white-2);
padding: 5px;
margin-right: 5px;
}
.wc-block-cart__submit-button {
background-color: var(--black-2);
color: var(--white);
}
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar {
background-color: var(--gray-3);
padding-left: 0;
align-self: flex-start;
padding: 45px;
border-radius: 10px;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
text-decoration: none;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
padding-left: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-components-main {
width: 60%;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar {
width: 30%;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
justify-content: space-between;
}
.page-template-default .reachout--page-details a {
text-decoration: none;
}
.wp-block-woocommerce-checkout-order-summary-block {
padding: 20px 30px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
min-height: 20px;
min-width: 20px;
padding: 0;
}
.woocommerce-EditAccountForm.edit-account legend {
font-family: var(--font_Instrument);
font-size: 24px;
font-weight: 500;
line-height: 1.3;
color: var(--black-2);
}
.woocommerce-account .woocommerce-EditAccountForm .button {
background: transparent;
border: 1px solid var(--white-2);
font-size: 16px;
font-weight: 400;
line-height: 1.3;
transition: all 0.3s;
color: var(--black-2);
padding: 13px 20px;
text-transform: capitalize;
}
.woocommerce-account .woocommerce-EditAccountForm .button:hover {
background-color: var(--e-global-color-reachout_primary);
border-color: var(--e-global-color-reachout_primary);
}
.woocommerce-account  .woocommerce-EditAccountForm label {
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
line-height: 1.4 !important;
color: var(--black-2);
text-transform: capitalize;
margin-bottom: 10px;
} .woocommerce-cart .woocommerce {
gap: 80px;
display: grid;
grid-template-columns: auto 330px;
padding-top: 60px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table th {
font-family: var(--font_Instrument);
font-size: 18px;
font-weight: 500;
line-height: 1.3;
color: var(--black-2);
}
.woocommerce-cart .woocommerce a.remove:hover {
background-color: transparent;
color: var(--black-2) !important;
}
.woocommerce-cart table.cart img {
width: 80px;
height: 80px;
object-fit: cover;
margin-left: -24px;
}
.woocommerce-cart .woocommerce table.shop_table {
border: none;
position: relative;
}
.woocommerce-cart .woocommerce table.shop_table td {
border-top: 1px solid #12121214;
padding: 28px 12px;
}
.woocommerce-cart td.product-remove {
padding: 0 !important;
width: 0;
}
.woocommerce-cart .woocommerce a.remove {
font-weight: 400;
font-size: 40px;
color: var(--gray-4) !important;
position: absolute;
right: 0;
text-align: right;
margin-top: -24px;
}
.woocommerce-cart td.product-thumbnail {
padding-left: 0 !important;
}
.woocommerce-cart a.restore-item {
color: #E85C30;
}
.woocommerce-cart .cart-collaterals {
background: #FAFAFA;
border-radius: 10px;
align-self: self-start;
}
.woocommerce-cart .cart_totals {
width: 100% !important;
padding-bottom: 35px;
}
.woocommerce-cart .cart_totals h2 {
font-size: 20px;
font-weight: 500;
color: var(--black-2);
text-transform: capitalize;
padding: 45px 30px 15px;
border-bottom: 1px solid var(--white-2);
}
.woocommerce-cart .wc-proceed-to-checkout {
margin: 0 30px;
padding: 0 !important;
}
.woocommerce-cart .checkout-button {
font-family: var(--font_Kanit);
font-size: 16px !important;
font-weight: 400 !important;
color: var(--black-2) !important;
border: 1px solid var(--white-2) !important;
background-color: var(--white) !important;
border-radius: var(--round) !important;
}
.woocommerce-cart .checkout-button:hover {
border-color: var(--e-global-color-reachout_primary) !important;
background-color: var(--e-global-color-reachout_primary) !important;
color: var(--white) !important;
}
.woocommerce-cart .cart_totals th {
color: var(--gray-4) !important;
font-family: var(--font_Instrument) !important;
font-size: 18px !important;
font-weight: 500 !important;
line-height: 1.3;
text-align: left;
padding: 21px 0 20px 30px !important;
}
.woocommerce-cart tr.order-total td,
.woocommerce-cart tr.cart-subtotal td {
padding: 20px 30px !important;
font-family: var(--font_Instrument);
font-size: 18px;
font-weight: 500;
line-height: 1.3;
text-align: right;
color: var(--black-2);
}
.woocommerce-cart tr.order-total strong {
font-weight: 500;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 260px;
border: 1px solid var(--white-2);
border-radius: var(--round);
padding: 10px 15px;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
color: var(--gray-4);
}
.woocommerce .woocommerce-message .button,
.woocommerce-cart .woocommerce .cart .button {
font-family: var(--font_Kanit);
background: transparent;
border: 1px solid var(--white-2);
font-size: 16px;
font-weight: 400;
line-height: 1.3;
transition: all 0.3s;
color: var(--black-2);
border-radius: var(--round);
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce-cart .woocommerce .cart .button:hover {
background-color: var(--e-global-color-reachout_primary);
border-color: var(--e-global-color-reachout_primary);
color: var(--white);
border-radius: var(--round);
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
padding-left: 0;
}
.woocommerce-cart .quantity {
width: 110px;
}
.woocommerce-cart .cart-collaterals  .shop_table {
white-space: unset;
} .woocommerce form .form-row select,
.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
border: 1px solid var(--white-2);
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
line-height: 1.3;
color: var(--black-2);
padding: 10px 15px;
border-radius: 5px;
}
.woocommerce form .form-row input::placeholder {
color: #555;
}
.woocommerce-billing-fields__field-wrapper {
margin-top: 45px;
}
h3#ship-to-different-address,
.woocommerce-billing-fields h3 {
font-size: 24px;
font-weight: 500;
color: var(--black-2);
}
.woocommerce-billing-fields label {
font-family: var(--font_Kanit);
font-size: 16px;
font-weight: 400;
line-height: 1.3;
color: var(--black-2);
text-transform: capitalize;
margin-bottom: 5px;
}
.woocommerce form .form-row .required {
color: var(--black-2);
font-weight: 400;
font-size: 16px;
}
.woocommerce form .form-row {
padding: 3px;
margin: 0 0 30px;
}
.woocommerce-additional-fields__field-wrapper {
margin-top: 30px;
}
.woocommerce-checkout .wdb--checkout-customer-details .col-1 {
width: 100%;
margin-bottom: 50px;
}
.woocommerce-checkout .wdb--checkout-customer-details .col-2 {
width: 100%;
}
.woocommerce table.shop_table th {
font-family: var(--font_Instrument);
font-size: 18px;
font-weight: 500 !important;
line-height: 1.3;
color: var(--black-2);
}
.woocommerce table.shop_table td {
font-family: var(--font_Instrument);
font-size: 16px;
font-weight: 500 !important;
line-height: 1.3;
color: var(--black-2);
}
.woocommerce-thankyou-order-received {
margin-bottom: 50px;
}
.woocommerce ul.order_details li strong {
font-size: 16px;
font-weight: 500;
}
.woocommerce-checkout h3#order_review_heading,
.woocommerce-order-details__title,
.woocommerce-column__title {
font-size: 24px;
font-weight: 500;
line-height: 1.3;
color: var(--black-2);
margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address {
padding: 30px;
font-size: 16px;
font-weight: 400;
line-height: 1.6;
border: 1px solid var(--white-2);
}
.woocommerce-cart .return-to-shop .button {
background-color: var(--black-2);
color: var(--white);
font-size: 16px;
font-weight: 500;
padding: 16px 30px;
}
.woocommerce-checkout .checkout.woocommerce-checkout .wdb--checkout {
gap: 80px;
display: grid;
grid-template-columns: auto 330px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
background: #FAFAFA;
border-radius: 10px !important;
border: none !important;
padding-top: 10px;
padding-bottom: 10px;
white-space: unset;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th { }
.woocommerce-checkout #payment {
background: #FAFAFA;
border-radius: 10px;
padding-bottom: 25px;
padding-top: 15px;
}
.woocommerce-checkout .place-order .button {
background-color: var(--e-global-color-reachout_primary) !important;
color: var(--white) !important;
border: 1px solid var(--white-2);
border-radius: var(--round);
font-size: 16px;
font-weight: 500;
padding: 16px 30px;
text-transform: capitalize;
transition: all 0.3s;
width: 100%;
}
.woocommerce-checkout .place-order .button:hover {
background-color: var(--e-global-color-reachout_primary) !important;
border-color: var(--e-global-color-reachout_primary);
}
.woocommerce-checkout .form-row.place-order {
margin: 0;
}
.wdb--checkout-review .woocommerce-Price-amount.amount {
font-size: 16px;
}
.woocommerce-checkout .checkout_coupon .button {
background-color: transparent !important;
color: var(--black-2) !important;
font-size: 16px;
font-weight: 500;
padding: 16px 30px;
text-transform: capitalize;
transition: all 0.3s;
border-radius: 5px;
border: 1px solid var(--white-2);
}
.woocommerce-checkout .checkout_coupon .button:hover {
background-color: var(--black-2) !important;
color: var(--white) !important;
}
.woocommerce-checkout #payment ul.payment_methods {
border-color: var(--white-2);
}
.woocommerce-checkout #payment div.payment_box {
background-color: #dcd7e333;
}
.woocommerce-checkout #payment div.payment_box::before {
border-bottom: 1em solid  #dcd7e333;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
margin-top: 5px;
}
.woocommerce .lost_password a:hover {
color: var(--black-2);
}
.woocommerce div.product form.cart .variations label {
font-weight: 400;
font-size: 16px;
color: var(--black-2);
padding-top: 8px;
}
.woocommerce div.product form.cart .variations select {
font-weight: 400;
font-size: 16px;
}
.added_to_cart.wc-forward:hover {
color: var(--gray-2);
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
color: var(--black-2);
}
.woocommerce table.shop_table .variation {
display: flex;
align-items: center;
}
.woocommerce table.shop_table .variation-Size {
font-weight: 500;
} @media (max-width: 1399px) {
.wdb--products {
gap: 50px 30px;
}
.related .wdb--products.columns-5 {
grid-template-columns: repeat(3, 1fr);
}
.related .wdb--products.columns-6 {
grid-template-columns: repeat(3, 1fr);
}
} @media (max-width: 1199px) {
.wdb-product-grid-4,
.wdb-product-grid-3,
.wdb-product-grid-2 {
grid-template-columns: unset;
}
.wdb-tablet-grid-1 {
grid-template-columns: 1fr;
}
.wdb-tablet-grid-2 {
grid-template-columns: 1fr 1fr;
}
.wdb-tablet-grid-3 {
grid-template-columns: 1fr 1fr 1fr;
}
.related .wdb--products.columns-6,
.related .wdb--products.columns-5,
.related .wdb--products.columns-4 {
grid-template-columns: repeat(3, 1fr);
}
.woocommerce-cart .woocommerce {
gap: 40px;
grid-template-columns: auto 320px;
}
.woocommerce div.product .woocommerce-tabs {
padding-top: 50px;
}
.single-product .related.products {
padding-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin-bottom: 40px;
}
.woocommerce-checkout .checkout.woocommerce-checkout {
gap: 40px;
}
.single-product.woocommerce div.product .woocommerce-tabs {
padding-top: 60px;
}
.woocommerce div.product form.cart .variations select {
min-width: 90%;
margin-right: 0;
}
} @media (max-width: 991px) {
.wdb-tablet-grid-3 {
grid-template-columns: 1fr 1fr;
}
.wdb-woo--grid.right-sidebar,
.wdb-woo--grid.left-sidebar {
gap: 60px;
grid-template-columns: 1fr;
}
.woocommerce-cart .woocommerce {
gap: 40px;
grid-template-columns: 1fr;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs {
padding-top: 20px;
}
.single-product .related.products {
padding-top: 20px;
}
.woocommerce-checkout .checkout.woocommerce-checkout {
grid-template-columns: 1fr;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
width: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
margin-bottom: 60px;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
.woocommerce-account .woocommerce-order-details {
margin-top: 40px;
}
.woocommerce-account .woocommerce-column--billing-address {
margin-bottom: 50px;
}
.woocommerce-account .woocommerce-Addresses .col-1.woocommerce-Address {
margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce ul.order_details li {
margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-column--billing-address {
margin-bottom: 50px;
}
.woocommerce-cart .quantity {
margin-left: auto;
}
.woocommerce-checkout .checkout.woocommerce-checkout .wdb--checkout {
gap: 40px;
grid-template-columns: 1fr;
}
.single-product .product .product_title {
margin-top: 20px !important;
}
} @media (max-width: 767px) {
.wdb-tablet-grid-2,
.wdb-tablet-grid-3 {
grid-template-columns: 1fr;
}
.related .wdb--products.columns-6,
.related .wdb--products.columns-5,
.related .wdb--products.columns-4,
.related .wdb--products.columns-3,
.related .wdb--products.columns-2 {
grid-template-columns: repeat(1, 1fr);
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 150px;
}
.woocommerce-cart .woocommerce table.shop_table {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding-right: 15px;
margin-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
padding-left: 15px;
gap: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active::before {
left: -16px;
}
.woocommerce-account .woocommerce table.shop_table td {
font-size: 16px;
}
.woocommerce .woocommerce-customer-details address {
padding: 20px;
}
.woocommerce-account .woocommerce-column--billing-address {
margin-bottom: 40px;
}
.woocommerce-account .woocommerce-info .button {
float: left;
margin-top: 30px;
}
.woocommerce-checkout .wdb--checkout-customer-details .form-row-last,
.woocommerce-checkout .wdb--checkout-customer-details .form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .form-row-last,
.woocommerce-account .woocommerce-EditAccountForm .form-row-first {
width: 100%;
}
.woocommerce form .form-row {
margin: 0 0 20px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
margin: 0 0 15px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row-first {
width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
width: auto;
float: left;
}
.woocommerce-checkout .woocommerce-column--billing-address {
margin-bottom: 30px;
}
.woocommerce-account .woocommerce-address-fields .form-row-first,
.woocommerce-account .woocommerce-address-fields .form-row-first {
width: 100%;
}
.single-product .product .product_title {
font-size: 30px;
margin-bottom: 10px;
}
.single-product .product .woocommerce-Price-amount.amount bdi {
font-size: 24px;
}
.single-product.woocommerce div.product .woocommerce-tabs {
padding-top: 20px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
margin-bottom: 35px;
}
.woocommerce .woocommerce-ordering {
margin: 0;
float: left;
}
.wdb--products {
gap: 40px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
padding-top: 0;
}
}
.woocommerce-variation-price{
padding-bottom: 20px;
}
.woocommerce-info {
border-top-color: var(--e-global-color-reachout_primary) !important;
}
.woocommerce-info::before {
color: var(--e-global-color-reachout_primary) !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 2em;
padding-top: 30px;
}
.woocommerce div.product div.images img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
border-radius: 16px;
}@font-face {
font-family: 'wdb-icon';
src: url(//www.dotdee.com/wp-content/themes/reachout/assets/fonts/icomoon.eot?nh9vrv);
src: url(//www.dotdee.com/wp-content/themes/reachout/assets/fonts/icomoon.eot?nh9vrv#iefix) format('embedded-opentype'),
url(//www.dotdee.com/wp-content/themes/reachout/assets/fonts/icomoon.ttf?nh9vrv) format('truetype'),
url(//www.dotdee.com/wp-content/themes/reachout/assets/fonts/icomoon.woff?nh9vrv) format('woff'),
url(//www.dotdee.com/wp-content/themes/reachout/assets/fonts/icomoon.svg?nh9vrv#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-wdb-"],
[class*=" icon-wdb-"] { font-family: 'wdb-icon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-wdb-apple-store:before {
content: "\e95b";
}
.icon-wdb-arrow-left1:before {
content: "\e95c";
}
.icon-wdb-arrow-right1:before {
content: "\e95d";
}
.icon-wdb-arrow-up1:before {
content: "\e95f";
}
.icon-wdb-check1:before {
content: "\e960";
}
.icon-wdb-check-fill:before {
content: "\e961";
}
.icon-wdb-cross:before {
content: "\e962";
}
.icon-wdb-envelop1:before {
content: "\e963";
}
.icon-wdb-kite:before {
content: "\e964";
}
.icon-wdb-play-icon:before {
content: "\e966";
}
.icon-wdb-quote1:before {
content: "\e967";
}
.icon-wdb-quote-style-2:before {
content: "\e968";
}
.icon-wdb-snapchat:before {
content: "\e969";
}
.icon-wdb-tiktok:before {
content: "\e96a";
}
.icon-wdb-arrow-down:before {
content: "\e942";
}
.icon-wdb-arrow-long-down:before {
content: "\e943";
}
.icon-wdb-arrow-right:before {
content: "\e944";
}
.icon-wdb-arrow-right-2:before {
content: "\e945";
}
.icon-wdb-arrow-right-3:before {
content: "\e946";
}
.icon-wdb-arrow-right-4:before {
content: "\e947";
}
.icon-wdb-arrow-up:before {
content: "\e948";
}
.icon-wdb-arrow-up-2:before {
content: "\e949";
}
.icon-wdb-arrow-up-3:before {
content: "\e94a";
}
.icon-wdb-arrow-up-4:before {
content: "\e94b";
}
.icon-wdb-arrow-up-5:before {
content: "\e94c";
}
.icon-wdb-check:before {
content: "\e94d";
}
.icon-wdb-check-2:before {
content: "\e94e";
}
.icon-wdb-close:before {
content: "\e94f";
}
.icon-wdb-location:before {
content: "\e950";
}
.icon-wdb-menu-bar-1:before {
content: "\e951";
}
.icon-wdb-menu-bar-2:before {
content: "\e952";
}
.icon-wdb-paper-plane:before {
content: "\e953";
}
.icon-wdb-phone:before {
content: "\e954";
}
.icon-wdb-play-2:before {
content: "\e955";
}
.icon-wdb-plus:before {
content: "\e956";
}
.icon-wdb-quote:before {
content: "\e957";
}
.icon-wdb-search:before {
content: "\e958";
}
.icon-wdb-star-2:before {
content: "\e959";
}
.icon-wdb-star-3:before {
content: "\e95a";
}
.icon-wdb-check-circle:before {
content: "\e95e";
}
.icon-wdb-wdb-Search:before {
content: "\e941";
}
.icon-wdb-wdb-wdb-dribbble:before {
content: "\e940";
}
.icon-wdb-youtube:before {
content: "\e901";
}
.icon-wdb-xing:before {
content: "\e902";
}
.icon-wdb-wordpress:before {
content: "\e903";
}
.icon-wdb-whatsup:before {
content: "\e904";
}
.icon-wdb-video:before {
content: "\e905";
}
.icon-wdb-user-group:before {
content: "\e906";
}
.icon-wdb-user:before {
content: "\e907";
}
.icon-wdb-twitter-sq:before {
content: "\e908";
}
.icon-wdb-twitter:before {
content: "\e909";
}
.icon-wdb-tumblr:before {
content: "\e90a";
}
.icon-wdb-tags:before {
content: "\e90b";
}
.icon-wdb-sticky:before {
content: "\e90c";
}
.icon-wdb-share:before {
content: "\e90d";
}
.icon-wdb-wdb-search:before {
content: "\e90e";
}
.icon-wdb-reply:before {
content: "\e90f";
}
.icon-wdb-wdb-quote:before {
content: "\e910";
}
.icon-wdb-wdb-plus:before {
content: "\e911";
}
.icon-wdb-play-fill:before {
content: "\e912";
}
.icon-wdb-pinterest:before {
content: "\e913";
}
.icon-wdb-minus:before {
content: "\e914";
}
.icon-wdb-mail:before {
content: "\e915";
}
.icon-wdb-wdb-phone:before {
content: "\e916";
}
.icon-wdb-phone-fill:before {
content: "\e917";
}
.icon-wdb-love-fill:before {
content: "\e918";
}
.icon-wdb-love:before {
content: "\e919";
}
.icon-wdb-wdb-location:before {
content: "\e91a";
}
.icon-wdb-linkdin-fill:before {
content: "\e91b";
}
.icon-wdb-linkdin:before {
content: "\e91c";
}
.icon-wdb-instragram:before {
content: "\e91d";
}
.icon-wdb-hash:before {
content: "\e91e";
}
.icon-wdb-facebook:before {
content: "\e91f";
}
.icon-wdb-facebook-fill:before {
content: "\e920";
}
.icon-wdb-facebook-messenger:before {
content: "\e921";
}
.icon-wdb-envelop:before {
content: "\e922";
}
.icon-wdb-envelop-fill:before {
content: "\e923";
}
.icon-wdb-eye:before {
content: "\e924";
}
.icon-wdb-digg:before {
content: "\e925";
}
.icon-wdb-delicious:before {
content: "\e926";
}
.icon-wdb-calender:before {
content: "\e927";
}
.icon-wdb-checvron-right:before {
content: "\e928";
}
.icon-wdb-chevron-down:before {
content: "\e929";
}
.icon-wdb-chevron-left:before {
content: "\e92a";
}
.icon-wdb-chevron-up:before {
content: "\e92b";
}
.icon-wdb-clock:before {
content: "\e92c";
}
.icon-wdb-wdb-close:before {
content: "\e92d";
}
.icon-wdb-close-circle:before {
content: "\e92e";
}
.icon-wdb-comment:before {
content: "\e92f";
}
.icon-wdb-comment-fill:before {
content: "\e930";
}
.icon-wdb-comment-sq:before {
content: "\e931";
}
.icon-wdb-archive:before {
content: "\e932";
}
.icon-wdb-archive-fill:before {
content: "\e933";
}
.icon-wdb-arrow-down-1:before {
content: "\e934";
}
.icon-wdb-arrow-left:before {
content: "\e935";
}
.icon-wdb-arrow-right-1:before {
content: "\e936";
}
.icon-wdb-arrow-up-1:before {
content: "\e937";
}
.icon-wdb-at:before {
content: "\e938";
}
.icon-wdb-bar:before {
content: "\e939";
}
.icon-wdb-behance:before {
content: "\e93a";
}
.icon-wdb-blogger:before {
content: "\e93b";
}
.icon-wdb-angle-up:before {
content: "\e93c";
}
.icon-wdb-angle-right:before {
content: "\e93d";
}
.icon-wdb-angle-left:before {
content: "\e93e";
}
.icon-wdb-angle-down:before {
content: "\e93f";
}
.icon-wdb-wdb-menu:before {
content: "\e900";
}
.icon-wdb-volume-medium:before {
content: "\ea27";
}
.icon-wdb-arrow-up-right2:before {
content: "\ea3b";
}
.icon-wdb-arrow-down-left2:before {
content: "\ea3f";
}
.icon-wdb-circle-right:before {
content: "\ea42";
}
.icon-wdb-circle-left:before {
content: "\ea44";
}.accordion-header{background:none;border:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:12px;font-weight:700;padding:10px 20px;position:relative;text-align:left;width:100%}.accordion-header:before{background-color:#000;border-radius:100%;box-sizing:border-box;color:#fff;content:"\f132";font-family:dashicons,sans-serif;font-size:10px;font-weight:400;height:14px;left:0;line-height:17px;padding:0;padding-right:1px;position:absolute;text-align:center;top:12px;width:15px}.accordion-header:after{border-bottom:1px solid #ddd;content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:80%}.accordion-header.is-active:before{content:"\f460";line-height:15px}.accordion-header:focus{outline:1px solid #5b9dd9}.accordion-header:hover{background:none}.tribe-tickets-editor-history:after{width:calc(100% - 80px)}.tribe_attendee_meta:after{width:calc(100% - 170px)}.tribe_advanced_meta:after{width:calc(100% - 105px)}.accordion-label:focus{outline:none}.accordion-content{display:none}.ticket_panel .accordion-content{margin:1em 0 2em}.accordion-content.is-active{display:block}.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}.tribe-common-c-loader.tribe-tickets-loader__modal{height:100vh;position:fixed;width:100vw}.event-tickets .tribe-common-c-loader{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}.event-tickets .tribe-tickets__notice,.tribe-common .tribe-tickets__notice{background-color:var(--tec-color-background-secondary);border-radius:var(--tec-border-radius-default);margin:var(--tec-spacer-4) 0;padding:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice>:last-child,.tribe-common .tribe-tickets__notice>:last-child{margin-bottom:0;padding-bottom:0}.event-tickets .tribe-tickets-notice__title,.tribe-common .tribe-tickets-notice__title{margin:0;position:relative}.event-tickets .tribe-tickets-notice__title:empty,.tribe-common .tribe-tickets-notice__title:empty{display:none}.event-tickets .tribe-tickets__notice--error,.tribe-common .tribe-tickets__notice--error{background-color:var(--tec-color-background-error);display:none;padding-left:50px;position:relative}.event-tickets .tribe-tickets__notice--error:before,.tribe-common .tribe-tickets__notice--error:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='7.467' stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Ccircle cx='8' cy='11.733' r='1.067' fill='%23141827' fill-rule='nonzero'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 3.733v4.8' fill='%23141827'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;content:"";height:var(--tec-spacer-3);left:var(--tec-spacer-4);position:absolute;top:var(--tec-spacer-4);width:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice--barred,.tribe-common .tribe-tickets__notice--barred{background-color:var(--tec-color-background);border:var(--tec-spacer-0) solid var(--tec-color-border-secondary);border-bottom:0;border-radius:0;border-top:0;padding:0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-left,.tribe-common .tribe-tickets__notice--barred-left{border-right:0;padding:0 0 0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-right,.tribe-common .tribe-tickets__notice--barred-right{border-left:0;padding:0 var(--tec-spacer-2) 0 0}.event-tickets .tribe-tickets-svgicon{background-repeat:no-repeat;background-size:contain}.tooltipster-base.tribe-tickets-tooltip-theme{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);border-radius:var(--tec-border-radius-default);box-shadow:var(--tec-box-shadow-tooltip);height:auto!important;max-width:254px;padding:var(--tec-spacer-5)}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin:0}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box .tooltipster-content{color:var(--tec-color-text-primary);overflow:inherit;padding:0;word-break:break-word}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-arrow{display:none}.tribe-common a.tribe-common-c-btn--small,.tribe-common button.tribe-common-c-btn--small,.tribe-common input[type=button].tribe-common-c-btn--small,.tribe-common input[type=submit].tribe-common-c-btn--small{background-color:var(--tec-color-accent-primary);padding:11px 14px;width:auto}.tribe-common a.tribe-common-c-btn--small:active,.tribe-common a.tribe-common-c-btn--small:disabled,.tribe-common a.tribe-common-c-btn--small:focus,.tribe-common a.tribe-common-c-btn--small:hover,.tribe-common button.tribe-common-c-btn--small:active,.tribe-common button.tribe-common-c-btn--small:disabled,.tribe-common button.tribe-common-c-btn--small:focus,.tribe-common button.tribe-common-c-btn--small:hover,.tribe-common input[type=button].tribe-common-c-btn--small:active,.tribe-common input[type=button].tribe-common-c-btn--small:disabled,.tribe-common input[type=button].tribe-common-c-btn--small:focus,.tribe-common input[type=button].tribe-common-c-btn--small:hover,.tribe-common input[type=submit].tribe-common-c-btn--small:active,.tribe-common input[type=submit].tribe-common-c-btn--small:disabled,.tribe-common input[type=submit].tribe-common-c-btn--small:focus,.tribe-common input[type=submit].tribe-common-c-btn--small:hover{padding:11px 14px}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;text-decoration:none;width:auto}.tribe-common a.tribe-common-c-btn-link:active,.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:active,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:active,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:active,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{background:transparent;color:inherit}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{text-align:center;text-decoration:underline;transition:var(--tec-transition-color)}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{background-color:transparent}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:transparent;color:var(--tec-color-accent-primary);padding:11px 20px;width:100%}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{color:var(--tec-color-accent-primary-hover)}.tribe-common a.tribe-common-c-btn-link:active,.tribe-common button.tribe-common-c-btn-link:active,.tribe-common input[type=button].tribe-common-c-btn-link:active,.tribe-common input[type=submit].tribe-common-c-btn-link:active{color:var(--tec-color-accent-primary-active)}.tribe-common a.tribe-common-c-btn-link:disabled,.tribe-common button.tribe-common-c-btn-link:disabled,.tribe-common input[type=button].tribe-common-c-btn-link:disabled,.tribe-common input[type=submit].tribe-common-c-btn-link:disabled{color:var(--tec-color-accent-primary-background)}.event-tickets .tec-tickets__attendees-list-wrapper,.tribe-common .tec-tickets__attendees-list-wrapper{margin-top:var(--tec-spacer-8)}.event-tickets .tec-tickets__attendees-list,.tribe-common .tec-tickets__attendees-list{background-color:var(--tec-color-background);margin-top:var(--tec-spacer-3)}.event-tickets .tec-tickets__attendees-list-item,.tribe-common .tec-tickets__attendees-list-item{align-items:center;border-left:1px solid var(--tec-color-border-secondary);border-right:1px solid var(--tec-color-border-secondary);border-top:1px solid var(--tec-color-border-secondary);container-type:inline-size;display:flex;flex-direction:column;grid-gap:var(--tec-spacer-1);gap:var(--tec-spacer-1);margin:0;padding:var(--tec-spacer-4)}.event-tickets .tec-tickets__attendees-list-item:last-child,.tribe-common .tec-tickets__attendees-list-item:last-child{border-bottom:1px solid var(--tec-color-border-secondary)}.event-tickets .tec-tickets__attendees-list-item-attendee-details,.tribe-common .tec-tickets__attendees-list-item-attendee-details{align-self:center;flex-grow:1}.event-tickets .tribe-tickets__rsvp-wrapper{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-secondary);border-radius:var(--tec-border-radius-default);margin-top:var(--tec-spacer-6);max-width:580px;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.event-tickets .tribe-tickets__rsvp{padding:var(--tec-spacer-10) var(--tec-grid-gutter-small-half)}.event-tickets .tribe-tickets__rsvp-details-wrapper{align-items:center;display:flex;flex:none;justify-content:center;text-align:center}.event-tickets .tribe-tickets__rsvp-details{text-align:center;width:100%}.event-tickets .tribe-tickets__rsvp-description{color:var(--tec-color-text-secondary);margin-top:var(--tec-spacer-1)}.event-tickets .tribe-tickets__rsvp-attendance{display:flex;flex-direction:column;margin-top:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-attendance-number{font-size:var(--tec-font-size-9)}.event-tickets .tribe-tickets__rsvp-attendance-number.tribe-tickets__rsvp-attendance-number--no-description{font-size:var(--tec-font-size-10)}.event-tickets .tribe-tickets__rsvp-attendance-going{color:var(--tec-color-text-secondary)}.event-tickets .tribe-tickets__rsvp-availability{color:var(--tec-color-text-secondary);margin-top:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-availability-days-left,.event-tickets .tribe-tickets__rsvp-availability-quantity{color:var(--tec-color-text-primary)}.event-tickets .tribe-tickets__rsvp-actions-wrapper{align-items:center;display:flex;flex:none;justify-content:center;text-align:center}.event-tickets .tribe-tickets__rsvp-actions{border-top:1px dashed var(--tec-color-border-secondary);margin-top:var(--tec-spacer-10);padding:var(--tec-spacer-10) 0;width:100%}.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn{max-width:125px}.event-tickets .tribe-tickets__rsvp-actions-button-going,.event-tickets .tribe-tickets__rsvp-actions-button-not-going{font-family:var(--tec-font-family-sans-serif)}.event-tickets .tribe-tickets__rsvp-actions-rsvp-going{margin-top:var(--tec-spacer-2)}.event-tickets .tribe-tickets__rsvp-actions-rsvp-not-going{margin-top:var(--tec-spacer-8)}.event-tickets .tribe-tickets__rsvp-actions-button-not-going{font-size:var(--tec-font-size-2)}.event-tickets .tribe-tickets__rsvp-actions-full{padding:var(--tec-spacer-12) var(--tec-spacer-7) var(--tec-spacer-11)}.event-tickets .tribe-tickets__rsvp-actions-full-text{color:var(--tec-color-text-secondary);text-transform:uppercase}.event-tickets .tribe-tickets__rsvp-actions-success-going{align-items:center;display:flex;justify-content:center}.event-tickets .tribe-tickets__rsvp-actions-success-going-check-icon{background-color:var(--tec-color-accent-primary);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6.1L3.9 6.8 1.4 4.3c-.1-.1-.3-.1-.4 0l-.8.8c-.1.1-.1.3 0 .4l3.4 3.4c.2.1.4.1.5 0l7.7-7.7c.1-.1.1-.3 0-.4L11 .1c-.1-.1-.3-.1-.4 0z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:100%;display:inline-block;height:var(--tec-spacer-7);margin:0 var(--tec-spacer-0);width:var(--tec-spacer-7)}.event-tickets .tribe-tickets__rsvp-actions-success-going-text{margin-left:var(--tec-spacer-1);text-transform:capitalize}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle{display:flex;justify-content:center;margin-top:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle-input{flex:none}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle-label{text-align:left}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle-label-underline{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.event-tickets .tribe-tickets__rsvp-message{align-items:center;background-color:var(--tec-color-accent-primary-background);border-radius:var(--tec-border-radius-default);display:flex;padding:var(--tec-spacer-4) var(--tec-spacer-3)}.event-tickets .tribe-tickets__rsvp-message--error,.event-tickets .tribe-tickets__rsvp-message--error.tribe-tickets__rsvp-message{background-color:var(--tec-color-background-error)}.event-tickets .tribe-tickets__rsvp-message--success-icon{display:inline-block;height:var(--tec-spacer-3);margin-right:var(--tec-spacer-2);width:var(--tec-spacer-3)}.event-tickets .tribe-tickets__rsvp-message--success-icon path{stroke:var(--tec-color-icon-active)}.event-tickets .tribe-tickets__rsvp-message--error-icon,.event-tickets .tribe-tickets__rsvp-message--must-login-icon{display:inline-block;margin-right:var(--tec-spacer-2)}.event-tickets .tribe-tickets__rsvp-message--error-icon circle,.event-tickets .tribe-tickets__rsvp-message--must-login-icon circle{stroke:var(--tec-color-icon-active)}.event-tickets .tribe-tickets__rsvp-message--error-icon circle#dot,.event-tickets .tribe-tickets__rsvp-message--must-login-icon circle#dot{fill:var(--tec-color-icon-active);stroke:transparent}.event-tickets .tribe-tickets__rsvp-message--error-icon path,.event-tickets .tribe-tickets__rsvp-message--must-login-icon path{stroke:var(--tec-color-icon-active)}.event-tickets .tribe-tickets__rsvp-message-link{color:var(--tec-color-accent-primary)}.event-tickets .tribe-common-c-btn:disabled{background-color:var(--tec-color-accent-primary);cursor:not-allowed}.event-tickets button.tribe-common-cta:disabled{cursor:not-allowed}.event-tickets .tribe-tickets__rsvp-form-wrapper{padding:var(--tec-spacer-5)}.event-tickets .tribe-tickets__rsvp-form-title{border-bottom:1px dashed var(--tec-color-border-secondary);padding-bottom:var(--tec-spacer-5)}.event-tickets .tribe-tickets__rsvp-form-content{margin-bottom:var(--tec-spacer-1);margin-top:var(--tec-spacer-8)}.event-tickets .tribe-tickets__rsvp-form-buttons{align-items:baseline;display:flex;justify-content:flex-end;padding-top:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-form-buttons>*{margin-left:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-form-button{width:auto}.event-tickets .tribe-tickets__rsvp-form-button--cancel{color:var(--tec-color-text-secondary)}.event-tickets .tribe-tickets__rsvp-form-button--cancel:focus,.event-tickets .tribe-tickets__rsvp-form-button--cancel:hover{color:var(--tec-color-text-primary)}.event-tickets .tribe-tickets__rsvp-form-button--submit{padding-left:var(--tec-spacer-6);padding-right:var(--tec-spacer-6)}.event-tickets .tribe-tickets__rsvp-ar{padding-left:var(--tec-grid-gutter-small-half);padding-right:var(--tec-grid-gutter-small-half)}.event-tickets .tribe-tickets__rsvp-ar-sidebar-wrapper{display:flex;flex:none}.event-tickets .tribe-tickets__rsvp-ar-sidebar{border-bottom:1px dashed var(--tec-color-border-secondary);margin-top:var(--tec-spacer-5);padding:var(--tec-spacer-5) 0;width:100%}.event-tickets .tribe-tickets__rsvp-ar-quantity{align-items:center;display:flex;margin-top:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-ar-quantity-input{align-items:center;display:flex;margin-left:var(--tec-spacer-3)}.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number]{appearance:textfield;background:transparent;border:none;height:var(--tec-spacer-8);max-width:var(--tec-spacer-8);padding:var(--tec-spacer-0) 0;text-align:center}.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number]:-webkit-inner-spin-button,.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number]:-webkit-outer-spin-button{appearance:none}.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number{background-color:transparent;border:1px solid var(--tec-color-border-default);border-radius:50%;flex:none;height:28px;padding:0;position:relative;width:28px}.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number:after,.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number:before{background-color:var(--tec-color-icon-active);content:"";height:2px;left:9px;position:absolute;top:12px;width:8px}.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number:focus,.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number:hover{background:none;border-color:var(--tec-color-border-active)}.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number--plus:after{transform:rotate(90deg)}.event-tickets .tribe-tickets__rsvp-ar-guest-list{margin-top:var(--tec-spacer-7)!important}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item{display:inline-block}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button--inactive:focus,.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button--inactive:hover,.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button:focus,.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button:hover{color:var(--tec-color-text-primary)}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button--inactive{color:var(--tec-color-text-secondary)}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button--inactive .tribe-tickets__rsvp-ar-guest-icon path{fill:var(--tec-color-icon-disabled);stroke:var(--tec-color-icon-disabled)}.event-tickets .tribe-tickets__rsvp-ar-guest-icon{display:inline-block;height:17px;margin-right:var(--tec-spacer-5);width:14px}.event-tickets .tribe-tickets__rsvp-ar-guest-icon path{fill:var(--tec-color-icon-active);stroke:var(--tec-color-icon-active)}.event-tickets .tribe-tickets__rsvp-ar-form-wrapper{background-color:#f6f7f9;display:flex;flex:none}.event-tickets .tribe-tickets__rsvp-ar-form{padding:var(--tec-spacer-5) 0;width:100%}.event-tickets .tribe-tickets__rsvp-ar-form .tribe-tickets__form{margin-top:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-ar-form-title{color:var(--tec-color-text-secondary)}.event-tickets .tribe-tickets__rsvp-attendees{margin:0 var(--tec-grid-gutter-half) var(--tec-grid-gutter-half)}@media (min-width:768px){.event-tickets .tribe-common-c-loader,.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{padding:0}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:transparent;width:auto}.event-tickets .tec-tickets__attendees-list-item,.tribe-common .tec-tickets__attendees-list-item{flex-direction:row}.event-tickets .tribe-tickets__rsvp{padding:var(--tec-spacer-5) var(-tec-grid-gutter-half)}.event-tickets .tribe-tickets__rsvp-details-wrapper{width:calc(var(--tec-grid-width-1-of-8)*5)}.event-tickets .tribe-tickets__rsvp-details{text-align:initial}.event-tickets .tribe-tickets__rsvp-description{margin-top:var(--tec-spacer-2)}.event-tickets .tribe-tickets__rsvp-attendance{margin-top:var(--tec-spacer-5)}.event-tickets .tribe-tickets__rsvp-attendance-number{font-size:var(--tec-font-size-7)}.event-tickets .tribe-tickets__rsvp-availability{margin-top:var(--tec-spacer-5)}.event-tickets .tribe-tickets__rsvp-actions-wrapper{border-left:1px dashed var(--tec-color-border-secondary);width:calc(var(--tec-grid-width-1-of-8)*3)}.event-tickets .tribe-tickets__rsvp-actions{border-top:0;margin-top:0;padding:0}.event-tickets .tribe-tickets__rsvp-actions-rsvp-not-going{margin-top:var(--tec-spacer-5)}.event-tickets .tribe-tickets__rsvp-actions-button-not-going{font-size:var(--tec-font-size-1)}.event-tickets .tribe-tickets__rsvp-actions-full{padding:0 var(--tec-spacer-7)}.event-tickets .tribe-tickets__rsvp-actions-success-going{justify-content:flex-start}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle{justify-content:flex-start;margin-top:var(--tec-spacer-1)}.event-tickets .tribe-tickets__rsvp-message{padding:var(--tec-spacer-3)}.event-tickets .tribe-tickets__rsvp-form-title{border:none;padding-bottom:0}.event-tickets .tribe-tickets__rsvp-form-content{margin-top:var(--tec-spacer-5)}.event-tickets .tribe-tickets__form input[type=number].tribe-tickets__rsvp-form-input-number{max-width:140px}.event-tickets .tribe-tickets__rsvp-ar{flex-direction:row-reverse;padding-left:var(--tec-grid-gutter-half);padding-right:var(--tec-grid-gutter-half)}.event-tickets .tribe-tickets__rsvp-ar-sidebar-wrapper{border-left:1px dashed var(--tec-color-border-secondary);width:calc(var(--tec-grid-width-1-of-8)*3)}.event-tickets .tribe-tickets__rsvp-ar-sidebar{border:0;margin-top:0;padding-left:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-ar-quantity{display:block}.event-tickets .tribe-tickets__rsvp-ar-quantity-input{margin-left:0}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item{display:block}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item:not(:first-of-type){margin-top:var(--tec-spacer-7)}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-title{clip:auto;height:auto;margin:0;position:static;width:auto}.event-tickets .tribe-tickets__rsvp-ar-guest-icon{height:14px;margin-right:var(--tec-spacer-0);width:11px}.event-tickets .tribe-tickets__rsvp-ar-form-wrapper{width:calc(var(--tec-grid-width-1-of-8)*5)}.event-tickets .tribe-tickets__rsvp-ar-form{text-align:initial}}@media (prefers-reduced-motion:reduce){.event-tickets .tribe-tickets__rsvp-wrapper{transition:none}}@media (min-width:600px){.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number]{height:var(--tec-spacer-8)}}