.delicium_header_cart_container {
display: flex;
align-items: center;
padding: 0 36px 0 6px;
position: relative;
z-index: 10;
}
.delicium_header_cart_wrapper {
position: relative;
}
.delicium_header_cart_container a,
.delicium_menu_mobile_cart_button {
display: inline-block;
position: relative;
z-index: 5;
}
.delicium_header_cart_container a svg,
.delicium_header_cart_container a span,
.delicium_menu_mobile_cart_button svg,
.delicium_menu_mobile_cart_button span {
position: relative;
z-index: 5;
}
.delicium_header_cart_container .icon,
.delicium_menu_mobile_cart_button svg {
width: 22px;
height: 21px;
}
.delicium_header_cart_container .delicium_cart-trigger__count,
.delicium_menu_mobile_cart_button .delicium_cart-trigger__count {
width: 16px;
height: 16px;
border: solid 2px #f1ece9;
border-radius: 50%;
font-size: 9px;
line-height: 11px;
font-weight: 500;
text-align: center;
color: #ffffff;
position: absolute;
top: 2px;
right: -8px;
}
.delicium_header_cart_content_container {
width: 532px;
height: 0;
max-height: calc(100vh - 70px);
overflow-y: auto;
overflow-x: hidden;
border: solid 1px #18191a;
background: #ffffff;
box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
padding: 76px 0 43px;
opacity: 0 !important;
pointer-events: none;
position: absolute;
top: -15px;
right: -29px;
-webkit-transition: all .4s;
transition: all .4s;
z-index: 1;
}
.delicium_header_cart_container:hover .delicium_header_cart_content_container {
height: auto;
opacity: 1 !important;
pointer-events: auto;
}
.delicium_header_cart_content_container .woocommerce-mini-cart__empty-message {
padding: 0 50px;
}
body .delicium_header_cart_content_container ul {
padding: 0;
margin: 0;
}
body .delicium_header_cart_content_container ul.cart_list li,
body .delicium_header_cart_content_container ul.product_list_widget li {
display: block;
padding: 0 35px 0 50px;
margin-top: 0;
}
.delicium_header_cart_content_container ul.cart_list li:last-of-type .delicium_mini_cart_item,
.delicium_header_cart_content_container ul.product_list_widget li:last-of-type .delicium_mini_cart_item {
border-bottom-color: #1a1a1c;
}
.delicium_header_cart_content_container ul.cart_list li:not(:last-of-type),
.delicium_header_cart_content_container ul.product_list_widget li:not(:last-of-type) {
margin-bottom: 36px;
}
.delicium_mini_cart_item {
display: flex;
align-items: center;
border-bottom: solid 1px #b3b3b3;
padding-bottom: 31px;
}
.delicium_mini_cart_item .delicium_mini_cart_left_part {
width: 100%;
max-width: 60%;
flex: 0 0 60%;
display: flex;
align-items: center;
}
.delicium_mini_cart_item .delicium_mini_cart_right_part {
width: 100%;
max-width: 540%;
display: flex;
justify-content: flex-end;
align-items: center;
flex: 0 0 40%;
}
.delicium_header_cart_content_container ul.cart_list li img,
.delicium_header_cart_content_container ul.product_list_widget li img {
width: 84px;
height: 84px;
float: none;
margin: 0;
}
.delicium_header_cart_content_container .content-woocommerce-wrapper {
padding-left: 24px;
}
body .delicium_header_cart_content_container .woocommerce-mini-cart-item__title {
font-size: 25px;
line-height: 1.2;
letter-spacing: -.3px;
font-weight: 300;
text-transform: none;
margin-bottom: 0;
}
body .delicium_header_cart_content_container .woocommerce-mini-cart-item__title a {
font-weight: inherit !important;
}
.delicium_header_cart_content_container .quantity {
display: block;
font-size: 16px;
font-weight: 300;
color: #9c9c9c;
margin-bottom: 0;
}
.delicium_mini_cart_star_rating {
width: 67px;
height: 1em;
display: block;
font-family: 'star';
font-size: 11px;
line-height: 1;
letter-spacing: 2px;
overflow: hidden;
margin-top: 7px;
position: relative;
}
.delicium_mini_cart_star_rating:before {
content: 'sssss';
color: #c0c0b7;
position: absolute;
top: 0;
left: 0;
}
.delicium_mini_cart_star_rating > span {
height: 1em;
overflow: hidden;
color: #ffa800;
position: absolute;
top: 0;
left: 0;
}
.delicium_mini_cart_star_rating > span:before {
content: 'SSSSS';
letter-spacing: 2px;
position: absolute;
top: 0;
left: 0;
}
.delicium_header_cart_content_container .delicium_mini_cart_line_total {
font-size: 16px;
letter-spacing: 0;
font-weight: 300;
margin-right: 50px;
}
body .delicium_header_cart_content_container .remove_from_cart_button {
width: 16px;
height: 16px;
font-size: 0;
position: relative;
-webkit-transform: rotate(0);
transform: rotate(0);
}
body .delicium_header_cart_content_container .remove_from_cart_button:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
body .delicium_header_cart_content_container .remove_from_cart_button:before,
body .delicium_header_cart_content_container .remove_from_cart_button:after {
content: '';
width: 19px;
height: 1px;
position: absolute;
top: 7px;
left: -2px;
}
body .delicium_header_cart_content_container .remove_from_cart_button:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
body .delicium_header_cart_content_container .remove_from_cart_button:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.delicium_header_cart_content_container .woocommerce-mini-cart-total {
padding: 0 58px;
margin: 23px 0 63px;
font-size: 20px;
}
.delicium_header_cart_content_container .woocommerce-mini-cart-total strong {
font-size: 20px;
letter-spacing: 0;
font-weight: 300;
}
.delicium_header_cart_content_container .woocommerce-mini-cart-total .woocommerce-Price-amount {
margin-left: 1px;
font-weight: 300;
}
.delicium_header_cart_content_container .woocommerce-mini-cart-buttons {
display: flex;
justify-content: space-between;
padding: 0 50px;
}
.delicium_header_cart_content_container .woocommerce-mini-cart-buttons a {
font-size: 16px;
letter-spacing: 0;
font-weight: 300;
border: none;
border-radius: 0;
background: transparent;
padding: 14px 69px 15px;
overflow: hidden;
}
.delicium_header_cart_content_container .woocommerce-mini-cart-buttons a:hover {
background: transparent;
}
.delicium_header_cart_content_container .woocommerce-mini-cart-buttons a svg {
position: absolute;
}
.delicium_header_cart_container .delicium_button svg rect {
stroke-dasharray: 405%, 50%;
stroke-dashoffset: -50%;
transition: all 0.45s cubic-bezier(0, 0, 0.58, 1.0);
}
.delicium_header_cart_container .delicium_button:hover svg rect {
stroke-dasharray: 405%, 50%;
stroke-dashoffset: 0;
transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}   .delicium_woocommerce_wrapper {
padding: 55px 0 70px;
}
@media only screen and (min-width: 768px) {
.delicium_woocommerce_wrapper {
padding: 75px 0 100px;
}
}
@media only screen and (min-width: 992px) {
.delicium_woocommerce_wrapper {
padding: 75px 0 100px;
}
}
@media only screen and (min-width: 1200px) {
.delicium_woocommerce_wrapper {
padding: 150px 0 150px;
}
}
.woocommerce-page .delicium_shop_loop {
margin-top: -6px;
}
.woocommerce .woocommerce-ordering {
margin-bottom: 40px;
border-bottom: solid 1px #b3b3b3;
}
.delicium_shop_loop .page-title {
display: none;
}
.delicium_shop_loop .woocommerce-result-count {
font-size: 18px;
font-weight: 300;
color: #18191a;
}
.delicium_shop_loop select.orderby {
border: none;
background: transparent;
font-size: 18px;
font-weight: 300;
color: #18191a;
padding-bottom: 5px;
margin-top: 3px;
margin-bottom: 15px;
}
.delicium_shop_loop select.orderby:focus,
.delicium_shop_loop select.orderby:active {
outline: none;
}
body.woocommerce ul.products,
body.woocommerce-page ul.products {
display: flex;
flex-wrap: wrap;
margin-left: -40px;
}
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
padding-left: 40px;
margin: 0 0 40px;
float: none !important;
text-align: center;
overflow: hidden;
position: relative;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
width: 100%;
max-width: 50%;
flex: 0 0 50%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: 100%;
max-width: 33.3333%;
flex: 0 0 33.3333%;
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
width: 100%;
max-width: 25%;
flex: 0 0 25%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
width: 100%;
max-width: 20%;
flex: 0 0 20%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
width: 100%;
max-width: 16,6666%;
flex: 0 0 16,6666%;
}
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
margin-right: 0;
}
body.woocommerce ul.products li.product .delicium_prod_list_wrapper,
body.woocommerce-page ul.products li.product .delicium_prod_list_wrapper {
position: relative;
}
body.woocommerce ul.products li.product .delicium_prod_list_wrapper:after,
body.woocommerce-page ul.products li.product .delicium_prod_list_wrapper:after {
content: '';
width: 100%;
height: 1px;
background: #d2c8b9;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: all .3s;
transition: all .3s;
z-index: 5;
}
.woocommerce ul.products li.product .delicium_prod_list_image {
overflow: hidden;
margin-bottom: 40px;
}
.woocommerce ul.products li.product .delicium_prod_list_image a {
display: block;
}
.delicium_single_product_page section.related.products ul.products li.product a img,
.woocommerce ul.products li.product a img {
margin: 0 auto 0 !important;
}
.woocommerce ul.products li.product .delicium_prod_list_categories {
font-size: 14px;
color: #7d7d6f;
margin-bottom: 5px;
}
.woocommerce ul.products li.product .delicium_prod_list_categories .delicium_comma:last-of-type {
display: none;
}
.woocommerce ul.products li.product .woocommerce-review-link {
display: none;
}
.woocommerce ul.products li.product .delicium_prod_list_price_container,
.woocommerce ul.products li.product .delicium_add_to_cart_container {
line-height: 1;
}
.woocommerce ul.products li.product .delicium_prod_list_price_container {
margin-bottom: 4px;
}
.delicium_var_divider {
margin: 0 10px;
}
.woocommerce ul.products li.product .delicium_prod_list_price_container del {
color: #7d7d6f;
margin-right: 15px;
}
.woocommerce ul.products li.product .delicium_add_to_cart_container {
text-align: right;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.delicium_prod_slider_buttons_cont .add_to_cart_button,
.delicium_prod_slider_buttons_cont .added_to_cart {
width: 59px;
height: 59px;
padding: 0;
margin-top: 0;
font-size: 0;
line-height: 59px;
text-align: center;
text-decoration: none;
border: solid 1px #d2c8b9;
border-radius: 0;
vertical-align: top;
-webkit-transition: all .3s;
transition: all .3s;
}
.delicium_prod_slider_buttons_cont .add_to_cart_button.added {
display: none;
}
.delicium_prod_slider_buttons_cont .add_to_cart_button,
.delicium_prod_slider_buttons_cont .added_to_cart {
border: none;
}
.delicium_prod_slider_buttons_cont .add_to_cart_button:hover,
.delicium_prod_slider_buttons_cont .added_to_cart:hover {
color: #ffffff;
}
.woocommerce ul.products li.product .button.added {
opacity: 0;
}
.woocommerce ul.products li.product .button {
background-color: transparent;
}
.woocommerce ul.products li.product .button:hover {
color: #ffffff;
}
.woocommerce ul.products li.product .added_to_cart:hover {
color: #ffffff;
}
.woocommerce ul.products li.product .button:before,
.woocommerce ul.products li.product .added_to_cart:before,
.delicium_prod_slider_buttons_cont .add_to_cart_button:before,
.delicium_prod_slider_buttons_cont .added_to_cart:before {
content: '\e94e';
width: 100%;
height: auto;
display: inline-block;
font-family: 'icomoon', sans-serif;
font-size: 21px;
line-height: 59px;
opacity: 1;
background: transparent;
animation: none;
margin: 0;
top: auto;
}
.woocommerce ul.products li.product .added_to_cart,
.delicium_prod_slider_buttons_cont .added_to_cart {
color: #1EB26F;
}
.woocommerce ul.products li.product .added_to_cart:before,
.delicium_prod_slider_buttons_cont .added_to_cart:before {
content: '\e911';
}
.woocommerce ul.products li.product .button.ajax_add_to_cart svg,
.woocommerce ul.products li.product .button.product_type_variable svg {
font-size: 24px;
}
.woocommerce ul.products li.product:hover .button.ajax_add_to_cart.added {
display: none;
}
.woocommerce ul.products li.product .add_to_cart_button:after {
display: none !important;
}
.woocommerce ul.products li.product .onsale,
.woocommerce .delicium_single_product_page span.onsale {
min-height: auto;
display: inline-block;
color: #fff;
font-size: 14px;
line-height: 18px;
font-weight: 300;
padding: 1px 10px 5px;
margin: 0;
border-radius: 0;
background: #272727;
position: absolute;
top: 0;
left: 0;
right: auto;
z-index: 1;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 2px;
}
.woocommerce ul.products li.product .star-rating {
width: 82px;
font-size: 12px;
margin: 0 auto 5px;
position: relative;
bottom: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce ul.products li.product .star-rating span {
color: #ffa800;
}
.woocommerce ul.products li.product .star-rating:before,
.woocommerce ul.products li.product .star-rating span:before {
letter-spacing: 2.3px;
}
.woocommerce ul.products li.product .delicium_prod_list_title {
margin-bottom: 10px;
text-transform: none;
}
.woocommerce ul.products li.product .price {
font-size: 16px;
line-height: 1.7;
font-weight: 500;
color: #003d90;
padding-right: 50px;
margin: 2px 0 0;
position: relative;
bottom: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce ul.products li.product .price del {
opacity: 1;
color: #a9aeb3;
font-weight: 500;
}
.woocommerce ul.products li.product .price ins {
font-weight: 500;
text-decoration: none;
color: #e04e4e;
margin-left: 8px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
display: inline-block;
font-size: 18px;
font-weight: 500;
letter-spacing: 0;
padding: 0;
margin-bottom: 15px;
position: relative;
bottom: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
opacity: .75;
}   .woocommerce div.product div.images.woocommerce-product-gallery {
margin-bottom: 0;
}
.delicium_single_product_page .delicium_page_title_container {
min-height: 530px;
}
.delicium_single_product_page .delicium_woocommerce_wrapper {
padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
.delicium_single_product_page .delicium_woocommerce_wrapper {
padding-bottom: 54px;
}
}
@media only screen and (min-width: 1200px) {
.delicium_single_product_page .delicium_woocommerce_wrapper {
padding-bottom: 94px;
}
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
opacity: 1;
background: transparent;
animation: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
opacity: 1;
}
.delicium_single_product_page .woocommerce-product-gallery__image a:before,
.delicium_single_product_page .woocommerce-product-gallery__image a:after {
display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: 31%;
}
.delicium_single_product_page .woocommerce-product-gallery__image:not(:first-of-type) {
margin-right: 10px;
}
.woocommerce .delicium_single_product_page div.product div.summary {
padding-left: 0;
margin-bottom: 0;
}
.woocommerce .delicium_single_product_page div.product .product_title {
font-size: 60px;
line-height: 1;
letter-spacing: -.05em;
font-weight: 300;
text-transform: uppercase;
margin: -11px 0 21px -3px;
}
.woocommerce .delicium_single_product_page div.product .summary .woocommerce-product-rating {
margin-bottom: 24px;
}
.woocommerce .delicium_single_product_page div.product .summary .woocommerce-product-rating .star-rating {
width: 80px;
}
.woocommerce .delicium_single_product_page div.product .summary .woocommerce-product-rating .star-rating:before,
.delicium_single_product_page div.product .summary .woocommerce-product-rating .star-rating span:before {
letter-spacing: 3.8px;
}
.delicium_single_product_page .summary .woocommerce-product-rating,
.delicium_single_product_page .summary .woocommerce-product-rating a {
font-size: 13px;
line-height: 1;
font-weight: 600;
color: #222628;
margin-top: 5px;
}
.delicium_single_product_page .related.products .woocommerce-product-rating {
margin-bottom: 0;
}
.delicium_single_product_page .summary .woocommerce-product-rating .star-rating {
font-size: 12px;
}
.delicium_single_product_page .summary .star-rating::before {
color: #d1d3d5;
}
.woocommerce-product-details__short-description ul {
margin-top: 28px;
}
.woocommerce-product-details__short-description ul li {
padding-left: 24px;
letter-spacing: .2px;
}
body .woocommerce-product-details__short-description ul li:not(:last-of-type) {
margin-bottom: 6px;
}
.woocommerce .delicium_single_product_page div.product p.price,
.woocommerce .delicium_single_product_page div.product span.price {
font-size: 20px;
line-height: 1.5;
font-weight: 300;
margin-bottom: 23px;
}
.woocommerce .delicium_single_product_page div.product p.price ins {
font-weight: 300;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
font-size: 20px;
font-weight: 300;
color: #9c9c9c;
opacity: 1;
margin-right: 5px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
text-decoration: none;
}
.delicium_single_product_page .woocommerce-product-details__short-description {
font-size: 18px;
letter-spacing: -.12px;
}
.delicium_single_product_page .woocommerce-product-details__short-description h6 {
margin-bottom: 3px;
}
.woocommerce .delicium_single_product_page div.product form.cart:not(.variations_form) {
display: inline-flex;
align-items: flex-end;
border-radius: 0;
margin-top: 37px;
margin-bottom: 46px;
}
.woocommerce .delicium_single_product_page div.product form.cart.variations_form {
margin-top: 25px;
}
.woocommerce div.product form.cart .reset_variations {
font-size: 14px;
letter-spacing: .05em;
font-weight: 700;
color: #333333;
}
.woocommerce .delicium_single_product_page div.product form.cart.variations_form .single_variation_wrap {
display: inline-flex;
border-radius: 0;
overflow: hidden;
}
.woocommerce .delicium_single_product_page div.product form.cart.variations_form .single_variation_wrap .woocommerce-variation-price {
height: 53px;
line-height: 65px;
margin-right: 20px;
}
.woocommerce .delicium_single_product_page div.product form.cart.grouped_form {
width: 100%;
display: flex;
flex-direction: column;
border-radius: 0;
background: 0;
}
.woocommerce .delicium_single_product_page div.product form.cart.grouped_form .button {
max-width: 210px;
margin-top: 20px;
margin-left: 0;
float: none;
}
.woocommerce .delicium_single_product_page div.product form.cart.grouped_form .quantity {
background: transparent;
border-radius: 0;
overflow: hidden;
padding-right: 0;
}
.woocommerce .delicium_single_product_page div.product form.cart.grouped_form table a {
font-size: 28px;
line-height: 28px;
font-weight: 300;
text-transform: uppercase;
}
body.woocommerce .delicium_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__label,
body.woocommerce .delicium_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
padding-top: 20px;
padding-left: 30px;
}
body.woocommerce .delicium_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
font-size: 20px;
line-height: 1.5;
font-weight: 300;
padding-left: 0;
}
.woocommerce div.product form.cart .variations tr {
margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations td.label {
font-size: 20px;
letter-spacing: -.05em;
font-weight: 700;
}
.woocommerce div.product form.cart .variations td.label label {
margin: 10px 0 0;
}
.woocommerce-variation-add-to-cart {
display: inline-flex;
align-items: flex-end;
}
.woocommerce div.product form.cart .variations select {
height: 50px;
font-size: 14px;
line-height: 48px;
font-weight: 400;
border-radius: 0;
border: none;
border-bottom: solid 1px #c0c0b7;
background: transparent;
padding: 10px 0;
margin-bottom: 15px;
outline: none;
position: relative;
top: 4px;
}
.woocommerce .delicium_single_product_page div.product form.cart div.quantity {
display: inline-flex;
height: 58px;
padding-right: 24px;
margin: 0;
border: none;
border-bottom: solid 1px #00000e;
}
.delicium_single_product_page .delicium_minus_button,
.delicium_single_product_page .delicium_plus_button,
.woocommerce table.shop_table tbody .quantity .delicium_minus_button,
.woocommerce table.shop_table tbody .quantity .delicium_plus_button,
.woocommerce div.product form.cart .group_table td .delicium_minus_button,
.woocommerce div.product form.cart .group_table td .delicium_plus_button {
width: 10px;
height: 52px;
font-size: 0;
line-height: 58px;
font-weight: 700;
text-align: center;
color: #777777;
cursor: pointer;
position: relative;
-webkit-transition: all .3s;
transition: all .3s;
}
.delicium_single_product_page .delicium_minus_button {
margin-right: 6px;
}
.delicium_single_product_page .delicium_plus_button {
margin-left: 7px;
}
.delicium_single_product_page .delicium_minus_button:before,
.delicium_single_product_page .delicium_plus_button:before,
.delicium_single_product_page .delicium_plus_button:after,
.woocommerce table.shop_table tbody .quantity .delicium_minus_button:before,
.woocommerce table.shop_table tbody .quantity .delicium_plus_button:before,
.woocommerce table.shop_table tbody .quantity .delicium_plus_button:after,
.woocommerce div.product form.cart .group_table td .delicium_minus_button:before,
.woocommerce div.product form.cart .group_table td .delicium_plus_button:before,
.woocommerce div.product form.cart .group_table td .delicium_plus_button:after {
content: '';
width: 11px;
height: 1px;
background: #18191a;
margin-left: -5px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: all .3s;
transition: all .3s;
}
.delicium_single_product_page .delicium_plus_button:after,
.woocommerce table.shop_table tbody .quantity .delicium_plus_button:after,
.woocommerce div.product form.cart .group_table td .delicium_plus_button:after {
width: 1px;
height: 11px;
margin-top: -5px;
margin-left: 0;
}
.woocommerce .delicium_single_product_page .quantity .qty,
.woocommerce table.shop_table tbody .quantity .qty {
width: 50px;
height: 54px;
-webkit-appearance: textfield !important;
-moz-appearance: textfield !important;
appearance: textfield !important;
outline: none;
border: none;
background: transparent;
font-size: 16px;
font-weight: 300;
}
.woocommerce .delicium_single_product_page .quantity .qty::-webkit-inner-spin-button,
.woocommerce .delicium_single_product_page .quantity .qty::-webkit-outer-spin-button,
.woocommerce table.shop_table tbody .quantity .qty::-webkit-inner-spin-button,
.woocommerce table.shop_table tbody .quantity .qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .delicium_single_product_page div.product form.cart .button {
display: flex;
align-items: center;
height: 60px;
font-size: 16px;
letter-spacing: 0;
font-weight: 300 !important;
background: transparent;
padding: 16px 25px 16px 19px;
margin-left: 0;
border: solid 1px;
border-radius: 0;
overflow: hidden;
position: relative;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce .delicium_single_product_page div.product form.cart .button svg {
display: none;
}
.woocommerce .delicium_single_product_page div.product form.cart .button:before {
content: '\e94e';
font-family: 'icomoon', sans-serif;
font-size: 20px;
color: inherit;
margin-right: 20px;
position: relative;
z-index: 5;
}
.woocommerce .delicium_single_product_page div.product form.cart .button svg {
width: 22px;
height: 21px;
margin-right: 20px;
position: relative;
top: -2px;
}
.delicium_single_product_page .product_meta span {
display: block;
font-size: 18px;
letter-spacing: 0;
font-weight: 300;
margin-bottom: 5px;
}
.delicium_single_product_page .product_meta span a {
display: inline-block;
line-height: 1;
position: relative;
}
.delicium_single_product_page .product_meta span a:after {
content: '';
width: 100%;
height: 1px;
background: currentColor;
position: absolute;
bottom: -7px;
left: 0;
}
.delicium_single_product_page .product_meta span a:not(:first-of-type) {
margin-left: 11px;
}
.delicium_single_product_page .sku_wrapper span.sku {
display: inline;
}
.woocommerce div.product form.cart .variations th {
vertical-align: inherit;
}
.woocommerce div.product form.cart .variations label {
font-size: 14px;
letter-spacing: 0;
font-weight: 500;
color: #222628;
}
.delicium_single_product_page .product_meta span.tagged_as a:before {
width: 2px;
height: 2px;
background: #222628;
opacity: 1;
animation: none;
top: auto;
bottom: 10px;
left: 8px;
}
.delicium_single_product_page .woocommerce-tabs {
width: 100%;
padding: 84px 0 123px;
position: relative;
}
@media (min-width: 992px) {
.delicium_single_product_page .woocommerce-tabs {
max-width: 75%;
padding-top: 146px;
}
}
.woocommerce .delicium_single_product_page div.product .woocommerce-tabs ul.tabs,
.woocommerce .delicium_single_product_page div.product .woocommerce-tabs .panel {
position: relative;
z-index: 5;
margin-bottom: 40px;
}
.woocommerce .delicium_single_product_page div.product .woocommerce-tabs .panel {
padding: 7px 0 0;
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
font-size: 0;
line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
background: transparent;
padding: 0;
margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
border-right: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
border-bottom: solid 1px;
border-radius: 0;
-webkit-transition: border-color .3s;
transition: border-color .3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border: none;
border-bottom: solid 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 16px;
line-height: 1;
font-weight: 300;
padding: 22px 34px 21px;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
display: none;
height: 2px;
opacity: 1;
background: #222628;
animation: none;
top: -9px;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before {
opacity: 0;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description h2,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table {
width: auto;
margin-top: 28px;
margin-bottom: 0;
font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table tr:not(:last-of-type) {
border-bottom: solid 1px #c0c0b7;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table th {
font-weight: 500;
color: #222628;
border: none;
padding: 6px 0 4px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table td {
font-size: 18px;
font-weight: 500;
color: #222628;
padding: 8px 63px 5px 31px;
border: none;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul {
list-style: none;
padding: 0;
margin: 30px 0 0;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul li {
display: block;
font-size: 18px;
line-height: 18px;
font-weight: 500;
color: #222628;
padding-left: 21px;
margin-bottom: 14px;
position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul li:before {
content: '';
width: 3px;
height: 3px;
display: block;
position: absolute;
top: 10px;
left: 2px;
z-index: 1;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
border-left: none;
border-right: none;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews h2 {
font-size: 45px;
letter-spacing: -1.3px;
margin-bottom: 22px;
}
#review_form_wrapper {
margin-top: 47px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-reply-title {
display: block;
font-size: 45px;
line-height: 1.2;
letter-spacing: -1.3px;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 12px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form {
font-size: 0;
line-height: 0;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
width: 50%;
display: inline-block;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author {
padding-right: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
padding-left: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews label {
display: none;
font-size: 18px;
line-height: 1.9;
font-weight: 300;
color: #555555;
margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author .floating-placeholder,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email .floating-placeholder {
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:focus {
border-color: #333333;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-cookies-consent label {
display: block;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-notes,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating {
font-size: 18px;
line-height: 1.7;
letter-spacing: -.1px;
font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating {
margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating label,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars {
display: inline-block;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating label {
font-size: 18px;
font-weight: 300;
margin-right: 18px;
margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars {
font-size: 14px;
position: relative;
top: 6px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a {
margin-right: -4px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a.active ~ a {
color: #d1d3d5;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a:before,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a.active ~ a:before {
opacity: 1;
animation: none;
background: none;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a:hover,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a:not(.active),
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a.active,
.delicium_single_product_page .star-rating span {
color: #ffa800;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input + .floating-placeholder,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea + .floating-placeholder {
line-height: 2;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:active,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:active {
background: transparent;
}
.woocommerce #review_form #respond textarea {
height: 160px;
padding: 12px 0;
margin-bottom: 14px;
border-radius: 0;
font-size: 16px;
line-height: 1.7;
}
.woocommerce #review_form #respond .form-submit {
display: inline-block;
position: relative;
}
.woocommerce #review_form #respond .form-submit .delicium_button {
padding: 0;
}
.woocommerce #review_form #respond .form-submit .delicium_button svg rect {
stroke-dasharray: 395%, 80%;
stroke-dashoffset: -80%;
transition: all 0.45s cubic-bezier(0, 0, 0.58, 1.0);
}
.woocommerce #review_form #respond .form-submit .delicium_button:hover svg rect {
stroke-dasharray: 395%, 80%;
stroke-dashoffset: 0;
transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.woocommerce #review_form #respond .form-submit input {
display: inline-block;
font-size: 16px;
line-height: 1.9;
font-weight: 300;
background: transparent;
border: none;
padding: 14px 46px 16px;
position: relative;
-webkit-transition: all .3s;
transition: all .3s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.woocommerce #review_form #respond p.comment-notes,
.woocommerce #review_form #respond p {
margin-bottom: 12px;
}
.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
margin-bottom: 10px;
float: left;
}
.woocommerce #review_form #respond p.comment-form-comment {
margin-bottom: 10px;
clear: both;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent {
margin: 0 0 23px;
clear: both;
}
.woocommerce #review_form #respond p.form-submit {
margin: 15px 0 0;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 70px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 115px;
height: 115px;
border: none;
border-radius: 0;
background: none;
padding: 0;
margin-top: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: none;
margin-left: 170px;
padding: 0 10px 0 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 14px;
margin-bottom: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
font-size: 30px;
line-height: 1;
letter-spacing: -.8px;
font-weight: 300;
margin-right: 13px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
font-size: 20px;
color: #9f927f;
}
.woocommerce .star-rating {
width: 75px;
margin-top: 12px;
font-size: 13px;
}
.woocommerce .delicium_sidebar .star-rating {
width: 69px;
font-size: 11px;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
letter-spacing: 1.5px;
}
.woocommerce .delicium_sidebar .star-rating:before,
.woocommerce .delicium_sidebar .star-rating span:before {
letter-spacing: .7px;
}
.delicium_single_product_page section.related.products {
padding: 0;
}
@media only screen and (min-width: 768px) {
.delicium_single_product_page section.related.products {
padding: 0;
}
}
@media only screen and (min-width: 992px) {
.delicium_single_product_page section.related.products {
padding: 0;
}
}
@media only screen and (min-width: 1200px) {
.delicium_single_product_page section.related.products {
padding: 0 0 32px;
}
}
.delicium_single_product_page section.related.products > h2 {
margin-bottom: 27px;
font-size: 32px;
}
@media only screen and (min-width: 992px) {
.delicium_single_product_page section.related.products > h2 {
font-size: 60px;
}
}
.delicium_single_product_page section.related.products h2 span {
font-weight: 300;
}
.delicium_single_product_page section.related.products ul.products li.product a img {
margin-bottom: 1em;
}   p.cart-empty {
margin-bottom: 2em;
}
.woocommerce table.shop_table {
border: none;
border-radius: 0;
margin-bottom: 0;
}
.woocommerce table.shop_table thead {
font-size: 18px;
line-height: 1.5;
letter-spacing: -0;
font-weight: 700;
background: none;
}
.woocommerce table.shop_table thead th {
padding: 12px 12px;
font-size: 25px;
font-weight: 300;
text-align: center;
border-top: none !important;
}
.woocommerce table.shop_table tbody td {
padding: 33px 12px 31px;
text-align: center;
border: none;
border-top: solid 1px #b3b3b3;
}
.woocommerce table.shop_table tbody tr:first-of-type td {
border-top: solid 1px #00000e;
}
.woocommerce table.shop_table tbody .product-thumbnail a {
width: 155px;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
.woocommerce table.shop_table tbody .product-thumbnail a img {
width: auto;
max-height: 100%;
}
.woocommerce table.shop_table tbody .product-thumbnail a:before,
.woocommerce table.shop_table tbody .product-thumbnail a:after {
display: none;
}
.woocommerce table.shop_table tbody .product-remove a {
width: 16px;
height: 16px;
background: none;
border-radius: 0;
font-size: 0;
position: relative;
-webkit-transform: rotate(0);
transform: rotate(0);
}
.woocommerce table.shop_table tbody .product-remove a:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.woocommerce table.shop_table tbody .product-remove a:before,
.woocommerce table.shop_table tbody .product-remove a:after {
content: '';
width: 19px;
height: 2px;
opacity: 1;
position: absolute;
top: 7px;
left: -2px;
}
.woocommerce table.shop_table tbody .product-remove a:before {
animation: none;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.woocommerce-cart .woocommerce table.shop_table tbody .product-remove a:before,
.woocommerce-checkout .woocommerce table.shop_table tbody .product-remove a:before {
top: 7px;
}
.woocommerce table.shop_table tbody .product-remove a:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.woocommerce-cart .woocommerce table.shop_table tbody .product-remove a:after,
.woocommerce-checkout .woocommerce table.shop_table tbody .product-remove a:after {
top: 7px;
}
.woocommerce table.shop_table tbody td.product-thumbnail {
width: 138px;
}
.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table tbody td.product-name {
width: 295px;
text-align: left;
}
.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table thead th,
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
border: none;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
border-top: none;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td strong {
padding: 5px 0;
font-size: 20px;
font-weight: 300;
color: #00000e;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td strong {
font-weight: 300;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name a:before,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name a:after {
display: none;
}
.woocommerce table.shop_table tbody td.product-name a {
font-size: 30px;
line-height: 1.2;
font-weight: 300;
}
.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-subtotal {
width: 210px;
font-size: 20px;
line-height: 1.5;
font-weight: 300;
color: #9c9c9c;
}
.woocommerce table.shop_table tbody .quantity {
font-size: 0;
line-height: 0;
margin-top: -6px;
}
.woocommerce table.shop_table tbody .quantity .delicium_minus_button,
.woocommerce table.shop_table tbody .quantity .delicium_plus_button,
.woocommerce table.shop_table tbody .quantity .qty {
height: 50px;
display: inline-block;
font-size: 16px;
line-height: 50px;
font-weight: 300;
vertical-align: middle;
}
.woocommerce table.shop_table tbody .quantity .delicium_minus_button,
.woocommerce table.shop_table tbody .quantity .delicium_plus_button {
font-size: 0;
border-bottom: solid 1px #00000e;
}
.woocommerce table.shop_table tbody .quantity .delicium_minus_button {
padding-right: 10px;
}
.woocommerce table.shop_table tbody .quantity .delicium_plus_button {
padding-left: 10px;
}
.woocommerce table.shop_table tbody .quantity .qty {
width: 50px;
border-bottom: solid 1px #00000e;
}
.woocommerce table.shop_table tbody td.product-remove {
width: 30px;
padding-left: 0;
}
.woocommerce table.shop_table tbody td.actions {
padding: 100px 0;
position: relative;
}
.woocommerce table.shop_table tbody td.actions .coupon {
width: 450px;
text-align: left;
}
.woocommerce table.shop_table tbody td.actions .coupon label {
display: none;
}
.woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea  {
width: 265px;
height: auto;
font-size: 16px;
line-height: 1;
font-weight: 300;
border-radius: 0;
border: none;
border-bottom: 1px solid #b3b3b3;
padding: 15px 0 11px;
margin: 0;
background: transparent;
-webkit-transition: background .3s;
transition: background .3s;
outline: 0;
}
.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]:-moz-placeholder,
.woocommerce form .form-row input.input-text:-moz-placeholder,
.woocommerce form .form-row textarea:-moz-placeholder {
color: #6d7173;
}
.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]::-webkit-input-placeholder,
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder {
color: #6d7173;
}
.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]:active,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row textarea:active {
background: transparent;
}
.woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"] {
margin-top: 7px;
padding-bottom: 16px;
}
.woocommerce table.shop_table tbody td.actions .button,
.woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-checkout .checkout_coupon .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
display: inline-block;
font-size: 16px;
line-height: 1.5;
font-weight: 300;
text-align: center;
padding: 13px 37px 15px;
margin-left: 10px;
border-radius: 0;
letter-spacing: .02em;
text-decoration: none;
min-width: 160px;
vertical-align: bottom;
background: transparent;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce table.shop_table tbody td.actions .button:hover,
.woocommerce-checkout .checkout_coupon .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-Message .button:hover {
background: transparent;
}
.woocommerce .woocommerce-message .button:after,
.woocommerce .woocommerce-Message .button:after {
display: none;
}
.woocommerce table.shop_table tbody td.actions .button,
body.woocommerce-checkout .checkout_coupon .button {
padding: 18px 35px;
margin-left: 0;
overflow: hidden;
position: relative;
}
.woocommerce .woocommerce-message a.button {
overflow: hidden;
position: relative;
z-index: 5;
}
.woocommerce .woocommerce-message a.button:before {
display: none;
}
.woocommerce table.shop_table tbody td.actions .button span,
body.woocommerce-checkout .checkout_coupon .button span,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button span,
.woocommerce #payment #place_order span,
.woocommerce-page #payment #place_order span,
.woocommerce .outer-form-wrapper .button span,
.woocommerce .delicium_single_product_page div.product form.cart .button span {
position: relative;
z-index: 5;
}
.woocommerce .return-to-shop .button {
margin-left: 0;
}
.woocommerce .return-to-shop .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
line-height: 25px;
background: transparent;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
padding: 0;
margin-top: 36px;
}
.woocommerce .cart-collaterals .cart_totals ,
.woocommerce-page .cart-collaterals .cart_totals {
width: 23.2%;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
font-size: 30px;
letter-spacing: 0;
padding-bottom: 9px;
margin-bottom: 21px;
border-bottom: solid 1px #00000e;
}
.woocommerce .cart-collaterals table.shop_table th,
.woocommerce-page .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td,
.woocommerce-page .cart-collaterals table.shop_table td {
padding: 0 0 10px;
font-size: 20px;
font-weight: 300;
color: #00000e;
}
.woocommerce-page .cart-collaterals table.shop_table td strong {
font-weight: 300;
}
.woocommerce .cart-collaterals table.shop_table th,
.woocommerce-page .cart-collaterals table.shop_table th {
border: none;
}
.woocommerce .cart-collaterals table.shop_table td,
.woocommerce-page .cart-collaterals table.shop_table td {
text-align: right;
}
.woocommerce .cart-collaterals table.shop_table .order-total th,
.woocommerce-page .cart-collaterals table.shop_table .order-total th,
.woocommerce .cart-collaterals table.shop_table .order-total td,
.woocommerce-page .cart-collaterals table.shop_table .order-total td {
border: none;
}
.woocommerce .cart-collaterals table.shop_table,
.woocommerce-page .cart-collaterals table.shop_table {
margin-bottom: -15px;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
text-align: left;
padding: 57px 0 0;
}
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button {
height: auto;
display: inline-block;
width: 100%;
padding: 15px 0 21px;
margin: 0 auto;
font-size: 16px;
letter-spacing: 0;
font-weight: 300;
overflow: hidden;
position: relative;
-webkit-transition: all .5s;
transition: all .5s;
}
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button span {
width: 100%;
display: inline-block;
padding: 17px 0 19px;
}
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:before {
}
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:after {
display: none;
}   .woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout #customer_details,
.woocommerce-checkout .order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
background: transparent;
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
background: transparent;
border: solid 1px;
font-size: 18px;
font-weight: 300;
padding: 21px 21px 21px 58px;
position: relative;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
line-height: 50px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
top: 1.2em;
}
.single-product .woocommerce-message:before {
margin-top: -2px;
}
.woocommerce-info {
border-color: #003d90;
color: #003d90;
}
.woocommerce-info:before {
color: #003d90;
}
.woocommerce-message {
border-color: #00997d;
color: #00997d;
}
.woocommerce-message:before {
color: #00997d;
}
.woocommerce-error {
border-color: #d0192f;
color: #d0192f;
}
.woocommerce-error:before {
color: #d0192f;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
padding-left: 70px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
width: 26px;
content: url(//larosedor.alsace/wp-content/themes/delicium/img/coupon.svg);
font-size: 20px;
}
.woocommerce-checkout .woocommerce-info {
margin: 0;
}
.woocommerce-checkout .woocommerce-info a {
font-size: 18px;
line-height: 1.2;
font-weight: 300;
position: relative;
}
.woocommerce-checkout .woocommerce-info a:after {
content: '';
width: 100%;
height: 1px;
background: currentColor;
position: absolute;
bottom: -4px;
left: 0;
-webkit-transition: width .3s;
transition: width .3s;
}
.woocommerce-checkout .woocommerce-info a:hover:after {
width: 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: none;
border-radius: 0;
padding: 0;
}
.woocommerce-checkout .checkout_coupon .form-row {
width: auto;
display: inline-block;
float: none;
padding: 0;
margin: 0;
vertical-align: top;
}
.woocommerce-checkout #customer_details {
margin-bottom: 60px;
}
.woocommerce .checkout-columns,
.woocommerce-page .checkout-columns {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
margin: 0 -15px;
}
.woocommerce .checkout-columns .checkout-column-main,
.woocommerce-page .checkout-columns .checkout-column-main {
padding: 0 15px;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 66.6666%;
}
.woocommerce .checkout-columns .checkout-column-side,
.woocommerce-page .checkout-columns .checkout-column-side {
margin: 0;
padding: 0 15px;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 33.3333%;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
float: none;
max-width: none;
width: auto;
padding: 0;
}
.woocommerce-checkout #customer_details h3 {
font-size: 30px;
letter-spacing: 0;
padding-bottom: 9px;
margin-bottom: 50px;
border-bottom: solid 1px #00000e;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
width: 100%;
margin-bottom: 1px;
}
.woocommerce form .form-row textarea {
height: 210px;
padding: 12px 20px;
border-radius: 0;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
width: 265px;
margin-top: 12px;
margin-right: -4px;
}
.woocommerce form.checkout_coupon .form-row .floating-placeholder {
top: 15px;
}
.woocommerce form .form-row {
padding: 0;
}
.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce form.woocommerce-checkout .form-row-last,
.woocommerce-page form.woocommerce-checkout .form-row-first,
.woocommerce-page form.woocommerce-checkout .form-row-last,
body .woocommerce-MyAccount-content .form-row-first,
body .woocommerce-MyAccount-content .form-row-last,
.woocommerce-checkout .validate-state,
.woocommerce-checkout .validate-postcode,
.woocommerce-checkout .validate-phone,
.woocommerce-checkout .validate-email {
width: 50%;
}
.woocommerce-checkout .woocommerce form .form-row-wide.validate-state,
.woocommerce-checkout .woocommerce form .form-row-wide.validate-postcode,
.woocommerce-checkout .woocommerce form .form-row-wide.validate-phone,
.woocommerce-checkout .woocommerce form .form-row-wide.validate-email {
clear: none;
}
.woocommerce-checkout .woocommerce form .form-row.validate-state,
.woocommerce-checkout .woocommerce form .form-row.validate-phone {
float: left;
padding-right: 15px;
}
.woocommerce-checkout .woocommerce form .form-row.validate-postcode,
.woocommerce-checkout .woocommerce form .form-row.validate-email {
float: right;
padding-left: 15px;
}
.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce-page form.woocommerce-checkout .form-row-first,
body .woocommerce-MyAccount-content .form-row-first {
padding-right: 15px;
}
.woocommerce form.woocommerce-checkout .form-row-last,
.woocommerce-page form.woocommerce-checkout .form-row-last,
body .woocommerce-MyAccount-content .form-row-last {
padding-left: 15px;
}
.woocommerce form.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
.woocommerce form.woocommerce-checkout .form-row-last .woocommerce-input-wrapper,
.woocommerce-page form.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
.woocommerce-page form.woocommerce-checkout .form-row-last .woocommerce-input-wrapper,
#customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .password-input,
.woocommerce form .password-input,
.woocommerce-page form .password-input {
width: 100%;
}
.woocommerce-checkout #customer_details label,
.woocommerce-checkout #customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content label,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper {
display: block;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper {
margin-bottom: 0;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper .select2-container,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2-container {
margin-top: -2px;
margin-bottom: 26px;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper input,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper input {
margin-bottom: 26px;
}
.woocommerce-checkout #customer_details label,
body .woocommerce-MyAccount-content label {
font-size: 14px;
font-weight: 500;
}
.woocommerce-checkout #customer_details label {
display: inline-block;
position: relative;
top: -1px;
font-weight: 500;
color: #222628;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper label {
display: none;
}
.woocommerce-address-fields__field-wrapper {
margin-bottom: 50px;
}
.woocommerce-checkout #customer_details .select2-selection,
body .woocommerce-MyAccount-content .select2-selection {
width: 100%;
height: 50px;
font-size: 16px;
line-height: 50px;
font-weight: 300;
color: #555555;
border-radius: 0;
border: none;
border-bottom: 1px solid #b3b3b3;
padding: 0;
margin-bottom: 0;
background: transparent;
-webkit-transition: background .3s;
transition: background .3s;
outline: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
}
.woocommerce-checkout #customer_details .select2-selection__rendered,
body .woocommerce-MyAccount-content .select2-selection__rendered {
line-height: 40px !important;
padding-right: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
body .woocommerce-MyAccount-content .select2-selection__arrow {
top: 13px;
right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
body .woocommerce-MyAccount-content .select2-selection__arrow b {
display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
body .woocommerce-MyAccount-content .select2-selection__arrow:before {
content: '\f107';
font-family: FontAwesome, sans-serif;
font-size: 16px;
line-height: 1;
position: absolute;
top: -1px;
left: 4px;
}
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
border-radius: 0;
border: solid 1px #c0c0b7 !important;
outline: none;
margin-bottom: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background: #e1e1e1;
color: #333333;
}
.select2-results__option {
padding: 6px 20px;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 75px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields h3 {
margin-bottom: 57px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields h3.delicium_payment_title {
margin-bottom: 51px;
}
.woocommerce-checkout .woocommerce form .woocommerce-additional-fields .form-row textarea {
height: 108px;
padding: 0 0 12px;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
margin-bottom: 83px;
}
.woocommerce-checkout #order_review_heading,
h3#order_total_heading,
.delicium_payment_title {
font-size: 30px;
letter-spacing: 0;
padding-bottom: 9px;
margin-bottom: 30px;
border-bottom: solid 1px #00000e;
}
h3#order_total_heading {
margin-bottom: 16px;
}
.delicium_payment_title {
margin-bottom: 20px;
}
.checkout-column-side h3#order_review_heading {
margin-bottom: 2px;
}
.woocommerce-checkout .woocommerce table.shop_table {
margin-bottom: 45px;
border-collapse: collapse;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
margin-bottom: 56px;
}
.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tbody {
display: none;
}
.woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item {
border-top: solid 1px #c0c0b7;
}
.woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item:first-of-type {
border-top: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td,
.woocommerce-checkout .woocommerce table.shop_table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
padding: 31px 12px;
font-size: 16px;
font-weight: 700;
}
.woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item td {
border-top: none;
padding: 21px 0 26px;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail {
width: 130px;
justify-content: flex-start;
padding-left: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail a {
width: 100px;
position: relative;
top: 5px;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-title {
margin-bottom: 3px;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-title a {
font-size: 25px;
letter-spacing: -.3px;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-title a:before,
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-title a:after {
display: none;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-info {
font-size: 16px;
font-weight: 300;
color: #9c9c9c;
margin-top: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-total {
width: 260px;
font-size: 16px;
font-weight: 300;
padding-left: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-total > span {
position: relative;
top: 5px;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-remove {
padding-right: 0;
padding-left: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-remove a {
position: relative;
top: 5px;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
text-align: center;
border: none;
border-top: solid 1px rgba(0, 0, 0, .1);
}
.woocommerce-checkout #payment {
border-radius: 0;
background: transparent;
border: none;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: 0;
margin-bottom: 10px;
border-bottom: none;
}
.woocommerce-checkout #payment input[type="radio"] {
-webkit-appearance: radio;
}
.woocommerce-page #payment .place-order {
margin-bottom: 0;
}
.woocommerce-page #payment .woocommerce-privacy-policy-text {
padding-right: 70px;
margin-bottom: 43px;
font-size: 16px;
font-weight: 300;
}
.woocommerce-page #payment .woocommerce-privacy-policy-text a {
position: relative;
}
.woocommerce-page #payment .woocommerce-privacy-policy-text a:after {
content: '';
width: 100%;
height: 1px;
background: currentColor;
position: absolute;
bottom: 4px;
left: 0;
-webkit-transition: width .3s;
transition: width .3s;
}
.woocommerce-page #payment .woocommerce-privacy-policy-text a:hover:after {
width: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
padding: 15px 66px 21px;
margin-left: 0;
font-size: 16px;
font-weight: 300;
color: #18191a;
overflow: hidden;
position: relative;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
color: #333333;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
padding: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
font-size: 18px;
font-weight: 300;
color: #00000c;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
width: 17px;
height: 17px;
display: inline-block;
vertical-align: middle;
margin: -3px 14px 0 0;
border: solid 1px #b3b3b3;
-webkit-border-radius: 50%;
border-radius: 50%;
outline: none !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
}
#add_payment_method #payment ul.payment_methods li input:checked:before,
.woocommerce-cart #payment ul.payment_methods li input:checked:before,
.woocommerce-checkout #payment ul.payment_methods li input:checked:before {
content: '';
width: 9px;
height: 9px;
border-radius: 50%;
position: absolute;
top: 3px;
left: 3px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background-color: #e9e5e0;
padding: 26px 30px;
margin: 4px 0 28px;
font-size: 16px;
line-height: 1.9;
font-weight: 300;
color: #555555;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
margin-top: -11px;
border: 1em solid #e9e9e4;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}   .woocommerce-MyAccount-content a,
.woocommerce-account .lost_password a {
font-weight: 300;
position: relative;
}
.woocommerce-account .lost_password a {
font-size: 18px;
letter-spacing: 0;
}
.woocommerce-MyAccount-content a:after,
.woocommerce-account .lost_password a:after {
content: '';
width: 100%;
height: 1px;
background: currentColor;
position: absolute;
bottom: 4px;
left: 0;
-webkit-transition: width .3s;
transition: width .3s;
}
.woocommerce-MyAccount-content a:hover:after,
.woocommerce-account .lost_password a:hover:after {
width: 0;
}
.woocommerce-account .woocommerce-Addresses {
margin-top: 20px;
}
.woocommerce-account .woocommerce-Addresses header {
padding: 0;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
margin-bottom: 17px;
}
.woocommerce-MyAccount-navigation ul li a {
font-size: 16px;
font-weight: 500;
color: #222628;
}
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message {
margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content button.button,
.woocommerce .woocommerce-form-login .button,
.woocommerce .woocommerce-form-register .button,
.woocommerce .lost_reset_password .button {
display: inline-block;
font-size: 16px;
font-weight: 300;
text-align: center;
padding: 19px 68px 25px;
margin: 16px 0 10px;
border-radius: 0;
text-decoration: none;
vertical-align: bottom;
background: transparent;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce .woocommerce-MyAccount-content  .col2-set .col-1,
.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce .woocommerce-MyAccount-content .col2-set .col-2,
.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 {
padding: 0;
}
.woocommerce-MyAccount-content h3 {
font-size: 20px;
margin-bottom: 10px;
}
.woocommerce-MyAccount-content .edit {
font-size: 18px;
line-height: 1;
font-weight: 300;
background: transparent;
border: none;
border-radius: 0;
position: relative;
}
.woocommerce-MyAccount-content .edit:after {
content: '';
width: 100%;
height: 1px;
background: currentColor;
position: absolute;
bottom: -4px;
left: 0;
-webkit-transition: width .3s;
transition: width .3s;
}
.woocommerce-MyAccount-content .edit:hover:after {
width: 0;
}
.woocommerce-EditAccountForm fieldset {
margin-top: 70px;
margin-bottom: 40px;
}
.woocommerce-EditAccountForm legend {
display: block;
font-size: 20px;
font-weight: 500;
color: #222628;
border-bottom: solid 2px #222628;
margin-bottom: 30px;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce h2 {
width: 450px;
margin: 0 auto;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
width: 100%;
display: block;
}
.woocommerce .lost_password {
margin-bottom: 0;
}
.woocommerce-account .woocommerce h2 {
font-size: 30px;
margin: -15px auto 20px;
}
.woocommerce form .form-row label {
font-size: 18px;
font-weight: 300;
color: #00000c;
}
.woocommerce-form-login__rememberme {
overflow: hidden;
margin: 0 0 22px;
position: relative;
}
.woocommerce-form-login__rememberme input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
position: absolute;
left: -9999px;
}
.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before,
.woocommerce-form-login__rememberme input[type="checkbox"]:not(:checked) + span:before {
content: '';
width: 17px;
height: 17px;
display: inline-block;
border: solid 1px #b3b3b3;
margin-top: 4px;
margin-right: 13px;
cursor: pointer;
vertical-align: text-top;
position: static;
}
.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:after {
content: '';
width: 9px;
height: 9px;
position: absolute;
top: 14px;
left: 4px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 48%;
float: left;
}
.woocommerce .delicium_single_product_page div.product div.summary {
width: 48%;
float: right;
clear: none;
}   .delicium_sidebar .widget_product_categories a {
display: inline-block;
position: relative;
}
.delicium_sidebar .widget_product_categories a:after {
content: '';
width: 0;
height: 1px;
position: absolute;
bottom: -2px;
left: 0;
-webkit-transition: width .3s;
transition: width .3s;
}
.delicium_sidebar .widget_product_categories a:hover:after {
width: 100%;
}   .delicium_sidebar .widget_product_search,
.delicium_sidebar .wc-block-product-search {
margin-bottom: 58px;
}
.delicium_sidebar .widget_product_search form,
.delicium_sidebar .wc-block-product-search form {
position: relative;
}
.delicium_sidebar .widget_product_search form label,
.delicium_sidebar .wc-block-product-search form label {
display: none;
}
.delicium_sidebar .widget_product_search form .wc-block-product-search__fields,
.delicium_sidebar .wc-block-product-search form .wc-block-product-search__fields {
display: block;
position: relative;
}
.delicium_sidebar .widget_product_search input[type="search"],
.delicium_sidebar .wc-block-product-search input[type="search"] {
width: 100%;
height: 43px;
background: transparent;
border: none;
border-bottom: solid 1px #d2c8b9;
border-radius: 0;
outline: 0;
font-size: 0;
padding: 10px 38px 0 0;
margin: 0;
-webkit-transition: background .3s;
-o-transition: background .3s;
transition: background .3s;
}
.delicium_sidebar .widget_product_search button,
.delicium_sidebar .wc-block-product-search button {
width: 36px;
height: 54px;
background: transparent;
border: none;
font-size: 0px;
line-height: 1;
color: #171412;
padding: 0 10px;
margin: 0;
overflow: visible;
position: absolute;
top: -11px;
right: 8px;
-webkit-transition: all .3s;
transition: all .3s;
}
.delicium_sidebar .widget_product_search button:before,
.delicium_sidebar .wc-block-product-search button:before {
content: '';
width: 1px;
height: 40px;
background: #d2c8b9;
position: absolute;
bottom: 1px;
right: 42px;
}
.delicium_sidebar .widget_product_search button > svg,
.delicium_sidebar .wc-block-product-search button > svg {
display: none;
}
.delicium_sidebar .widget_product_search button svg.icon,
.delicium_sidebar .wc-block-product-search button svg.icon {
display: inline-block;
width: 1em;
height: 1em;
font-size: 18px;
fill: currentColor;
position: relative;
top: 0;
}   .woocommerce .widget_price_filter {
margin-bottom: 60px;
}
.woocommerce .widget_price_filter .widget_title {
margin-bottom: 50px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 1px;
margin: 38px 0 30px;
}
body.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #d2c8b9;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 9px;
height: 9px;
border: none;
margin-left: -.2em;
top: -4px;
}
.woocommerce .widget_price_filter .price_slider_amount {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
position: relative;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
display: inline-block;
font-size: 18px;
font-weight: 300;
color: #18191a;
position: absolute;
left: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
display: inline-block;
font-size: 14px;
letter-spacing: 0;
font-weight: 300;
text-align: center;
color: #393939;
padding: 10px 34px 14px;
border-radius: 0;
border: none;
background: transparent;
-webkit-transition: all .3s;
transition: all .3s;
}   .delicium_sidebar .widget_products {
margin-bottom: 44px;
}
.widget_recently_viewed_products .widget_title,
.widget_recent_reviews .widget_title,
.widget_top_rated_products .widget_title,
.widget_products .widget_title {
margin-bottom: 30px;
}
.woocommerce .delicium_sidebar ul.product_list_widget li {
min-height: 80px;
margin-top: 0;
}
.woocommerce .delicium_sidebar ul.product_list_widget li:not(:last-of-type) {
padding: 0;
margin-bottom: 10px;
position: relative;
}
.woocommerce .delicium_sidebar ul.product_list_widget li a:before,
.woocommerce .delicium_sidebar ul.product_list_widget li a:after {
display: none;
}
.woocommerce .delicium_sidebar ul.product_list_widget li img {
width: 125px;
height: auto;
background: transparent;
margin: 0 20px 0 0;
float: left;
}
.woocommerce .delicium_sidebar ul.product_list_widget li span.product-title {
display: inline;
background: no-repeat 0 100%;
background-image: linear-gradient(currentColor, currentColor);
background-size: 0 1px;
}
.woocommerce .delicium_sidebar ul.product_list_widget li span.product-title:hover {
background-size: 100% 1px;
}
.woocommerce .delicium_sidebar ul.product_list_widget li span.product-title,
.woocommerce .delicium_sidebar ul.product_list_widget li span.amount:first-of-type {
font-weight: 300;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce .delicium_sidebar ul.product_list_widget li span.amount {
display: inline-block;
font-size: 16px;
font-weight: 300;
margin-top: 9px;
}
.woocommerce .delicium_sidebar ul.product_list_widget li del span.amount {
text-decoration: line-through;
opacity: 1;
color: #7d7d6f;
}
.woocommerce .delicium_sidebar ul.product_list_widget li ins span.amount {
margin-left: 0 !important;
}
.woocommerce .delicium_sidebar ul.product_list_widget li .star-rating {
display: block;
margin-top: 11px;
margin-left: 100px;
}
.woocommerce .delicium_sidebar ul.product_list_widget li .star-rating span {
color: #ffa800;
}
.woocommerce .delicium_sidebar ul.product_list_widget li span.reviewer {
margin-left: 25px;
}   .woocommerce .delicium_sidebar .widget_shopping_cart .cart_list li,
.delicium_sidebar .woocommerce.widget_shopping_cart .cart_list li {
padding-left: 0;
}
.woocommerce .delicium_sidebar .widget_shopping_cart .cart_list li a.remove,
.delicium_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
left: auto;
right: 0;
}
.woocommerce .delicium_sidebar .widget_shopping_cart .cart_list li a.remove:hover,
.delicium_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
opacity: .75;
background: transparent;
}
.woocommerce .delicium_sidebar .widget_shopping_cart ul.product_list_widget li img,
.delicium_sidebar .woocommerce.widget_shopping_cart ul.product_list_widget li img {
margin-right: 18px;
}
.woocommerce  .delicium_sidebar.widget_shopping_cart ul.product_list_widget li span.amount,
.delicium_sidebar .woocommerce.widget_shopping_cart ul.product_list_widget li span.amount {
margin-left: 0;
}
.woocommerce .delicium_sidebar .widget_shopping_cart .total,
.delicium_sidebar .woocommerce.widget_shopping_cart .total {
font-size: 14px;
border: none;
padding-top: 10px;
}
.woocommerce .delicium_sidebar .widget_shopping_cart .buttons a,
.delicium_sidebar .woocommerce.widget_shopping_cart .buttons a {
display: inline-block;
letter-spacing: 0;
text-align: center;
padding: 17px 27px;
border: 2px solid;
border-radius: 0 0 15px 0;
margin-right: 10px;
margin-bottom: 10px;
}
.woocommerce .delicium_sidebar .widget_shopping_cart .buttons a:hover,
.delicium_sidebar .woocommerce.widget_shopping_cart .buttons a:hover {
box-shadow: 0 20px 38px rgba(0,0,0,.16);
}   .delicium_sidebar .widget_product_tag_cloud {
margin-bottom: 50px;
}
.delicium_sidebar .widget_product_tag_cloud .widget-title {
display: none;
}   .woocommerce .outer-form-wrapper {
max-width: 420px;
margin: 0 auto;
}
.woocommerce .outer-form-wrapper .tab-column.hidden {
display: none;
}
.woocommerce .outer-form-wrapper h4 {
letter-spacing: 0;
border-bottom: solid 1px #00000e;
padding-bottom: 9px;
margin-bottom: 41px;
}
.woocommerce .outer-form-wrapper form.login,
.woocommerce .outer-form-wrapper form.lost_reset_password,
.woocommerce .outer-form-wrapper form.register {
border: none;
-webkit-border-radius: 0;
border-radius: 0;
padding: 0;
margin: 0 -15px;
}
.woocommerce .outer-form-wrapper form.login .input-floating-wrap,
.woocommerce .outer-form-wrapper form.lost_reset_password .input-floating-wrap,
.woocommerce .outer-form-wrapper form.register .input-floating-wrap {
min-width: 100%;
}
.woocommerce .outer-form-wrapper form.login > p,
.woocommerce .outer-form-wrapper form.lost_reset_password > p,
.woocommerce .outer-form-wrapper form.register > p,
.woocommerce .outer-form-wrapper form div {
padding-left: 15px;
padding-right: 15px;
margin: 0;
}
.woocommerce .outer-form-wrapper form.login > p:not(:first-child),
.woocommerce .outer-form-wrapper form.lost_reset_password > p:not(:first-child),
.woocommerce .outer-form-wrapper form.register > p:not(:first-child) {
margin-top: 31px;
}
.woocommerce .outer-form-wrapper form.login > p:last-of-type,
.woocommerce .outer-form-wrapper form.lost_reset_password > p:last-of-type,
.woocommerce .outer-form-wrapper form.register > p:last-of-type {
margin-top: 3px;
}
.woocommerce .outer-form-wrapper form.lost_reset_password > p:last-of-type {
margin-top: 30px;
}
.woocommerce .outer-form-wrapper form.login > p.save_row {
margin-top: 35px;
}
.woocommerce .outer-form-wrapper .button {
overflow: hidden;
position: relative;
}
body .woocommerce .woocommerce-form-login .button:hover,
body .woocommerce .woocommerce-form-register .button:hover,
body .woocommerce .lost_reset_password .button:hover {
background: transparent;
}
.woocommerce .outer-form-wrapper .woocommerce-LostPassword {
padding: 0;
font-weight: 500;
white-space: nowrap;
}
.woocommerce .outer-form-wrapper .form-row:before, .woocommerce .outer-form-wrapper .form-row:after {
content: none;
display: none;
}
.woocommerce .outer-form-wrapper .form-attention:not(:first-child) {
margin: 20px 0 0;
font-size: 14px;
letter-spacing: 0;
font-weight: 500;
text-align: center;
color: #222628;
}
.woocommerce .outer-form-wrapper .form-attention .tab-columns-switcher {
cursor: pointer;
} #add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
content: none;
display: none;
} .woocommerce-store-notice, .woocommerce-store-notice.demo_store {
padding: 20px 46px 20px 5px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
position: absolute;
top: 50%;
right: 15px;
left: initial;
width: 16px;
height: 16px;
margin: -8px 0 0;
-webkit-transition: opacity 0.3s, color 0.3s;
transition: opacity 0.3s, color 0.3s;
cursor: pointer;
font-size: 0;
line-height: 1;
text-align: center;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link:before {
content: '\e803';
font: 400 normal 16px/1 'fontello';
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link:hover {
opacity: .5;
}
.delicium_demo .delicium_sidebar .widget_product_categories .product-categories li:nth-child(n+6) {
display: none;
} @media only screen and (min-width: 360px) {
.woocommerce .outer-form-wrapper .woocommerce-LostPassword {
display: inline-block;
padding: 1px 0 1px 20px;
margin-top: -1px;
letter-spacing: -.2px;
}
.woocommerce .outer-form-wrapper .form-row {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
}
}
@media only screen and (min-width: 576px) {
body .content-wrapper .woocommerce-error,
body .content-wrapper .woocommerce-info,
body .content-wrapper .woocommerce-message {
display: block;
}
body .content-wrapper .woocommerce-error .button,
body .content-wrapper .woocommerce-info .button,
body .content-wrapper .woocommerce-message .button {
margin: -6px 0 -6px 30px;
}
.woocommerce form.checkout_coupon {
-webkit-border-radius: 5px;
border-radius: 5px;
}
.woocommerce form.checkout_coupon .form-row-first {
padding: 0;
margin-bottom: 0;
}
.woocommerce form.checkout_coupon .form-row-last {
padding: 0;
}
.woocommerce form.checkout_coupon button {
width: auto;
padding: 14px 20px 15px;
}
}
@media only screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td:before,
.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
display: block;
width: 100%;
float: none;
text-align: left;
margin: 0 0 10px;
}
}
@media only screen and (min-width: 768px) {
.woocommerce-pagination:not(:first-child) {
margin-top: 31px;
}
}
@media only screen and (min-width: 992px) {
.product-filters-trigger-wrapper {
display: none;
}
.woocommerce .catalog-top-info-wrapper {
display: block;
}
.woocommerce .catalog-top-info-wrapper .woocommerce-result-count {
width: auto;
margin: 0;
}
.woocommerce .catalog-top-info-wrapper .shop-mode-buttons {
margin: 2px 0 0 92px;
float: right;
}
.woocommerce .catalog-top-info-wrapper .woocommerce-ordering {
float: right;
width: auto;
border: none;
padding: 0;
} .woocommerce-store-notice, .woocommerce-store-notice.demo_store {
padding: 37px 100px 37px 40px;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
right: 40px;
left: initial;
width: 20px;
height: 20px;
margin: -10px 0 0;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link:before {
font-size: 20px;
}
}   @media only screen and (min-width: 1921px) {
.woocommerce .delicium_single_product_page .quantity .qty,
.woocommerce table.shop_table tbody .quantity .qty {
padding-left: 0;
}
}
@media only screen and (max-width: 1201px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: 30%;
}
.woocommerce .delicium_sidebar_right ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_right ul.products.columns-4 li.product,
.woocommerce .delicium_sidebar_left ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_left ul.products.columns-4 li.product {
width: 30%;
clear: none !important;
}
.woocommerce .delicium_sidebar_right ul.products.columns-4 li.product:nth-of-type(3n+3),
.woocommerce-page .delicium_sidebar_right ul.products.columns-4 li.product:nth-of-type(3n+3),
.woocommerce .delicium_sidebar_left ul.products.columns-4 li.product:nth-of-type(3n+3),
.woocommerce-page .delicium_sidebar_left ul.products.columns-4 li.product:nth-of-type(3n+3) {
margin-right: 0;
}
.woocommerce .delicium_sidebar_right ul.products.columns-4 li.product.last,
.woocommerce-page .delicium_sidebar_right ul.products.columns-4 li.product.last,
.woocommerce .delicium_sidebar_left ul.products.columns-4 li.product.last,
.woocommerce-page .delicium_sidebar_left ul.products.columns-4 li.product.last {
margin-right: 30px;
}
.woocommerce .delicium_sidebar_none ul.products.columns-3 li.product,
.woocommerce-page .delicium_sidebar_none ul.products.columns-3 li.product {
width: 31.1%;
}
.woocommerce .delicium_sidebar_none ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_none ul.products.columns-4 li.product {
width: 22.55%;
}
}
@media only screen and (max-width: 1181px) {
.woocommerce .delicium_single_product_page div.product div.summary {
padding-left: 0;
}
.woocommerce .delicium_single_product_pagediv.product div.summary {
margin-bottom: 20px;
}
.delicium_single_product_page .woocommerce-tabs {
padding: 110px 0 90px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
position: relative;
}
.woocommerce .woocommerce-ordering:after,
.woocommerce-page .woocommerce-ordering:after {
content: '\f107';
display: none;
font-family: FontAwesome, sans-serif;
font-size: 16px;
line-height: 1;
position: absolute;
top: 7px;
right: 3px;
}
.woocommerce .delicium_single_product_page .quantity .qty,
.woocommerce table.shop_table tbody .quantity .qty {
padding-left: 2px;
}
body .delicium_custom_products_list.view_type_1 .woocommerce ul.products li.product {
width: 22.58%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 35%;
}
.woocommerce .delicium_sidebar_right ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_right ul.products.columns-4 li.product,
.woocommerce .delicium_sidebar_left ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_left ul.products.columns-4 li.product {
width: 29.9%;
}
.delicium_single_product_page section.related.products > h2 {
margin-bottom: 30px;
}
.delicium_single_product_page .product_title {
font-size: 37px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
margin-top: 38px;
}
.woocommerce .delicium_sidebar ul.product_list_widget li a {
line-height: 20px;
}
.checkout-column-side .product-name-title {
margin-bottom: 5px;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
margin-bottom: 47px;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 40px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
margin: 4px 0 18px;
}
.woocommerce-checkout #payment ul.payment_methods {
margin-bottom: 0;
}
}
@media only screen and (max-width: 991px) {
.woocommerce .delicium_sidebar_none ul.products.columns-3 li.product,
.woocommerce-page .delicium_sidebar_none ul.products.columns-3 li.product {
width: 30.3%;
}
.woocommerce .delicium_sidebar_none ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_none ul.products.columns-4 li.product { max-width: 50%;
flex: 0 0 50%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce .delicium_single_product_page div.product div.summary,
.woocommerce-checkout .woocommerce-checkout-review-order {
width: 100% !important;
float: none !important;
}
}
@media only screen and (max-width: 821px) {
.delicium_single_product_page section.related.products .products.columns-4 li.product,
.delicium_single_product_page section.related.products .products.columns-5 li.product,
.delicium_single_product_page section.related.products .products.columns-6 li.product {
max-width: 50%;
flex: 0 0 50%;
}
.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents {
margin-top: -30px;
font-size: 14px;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
font-size: 14px;
font-weight: 600;
}
.woocommerce-checkout .woocommerce table.shop_table_responsive tr td.product-name::before,
.woocommerce-checkout.woocommerce-page table.shop_table_responsive tr td.product-name::before {
position: relative;
top: 20px;
}   .woocommerce-account .woocommerce-MyAccount-navigation {
padding-bottom: 30px;
margin-bottom: 50px;
border-bottom: solid 2px #222628;
}
.woocommerce .checkout-columns, .woocommerce-page .checkout-columns {
flex-direction: column;
}
.woocommerce table.shop_table_responsive tr td.product-thumbnail,
.woocommerce-page table.shop_table_responsive tr td.product-thumbnail { }
.woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
display: none;
}
.woocommerce table.shop_table_responsive tr td.product-name,
.woocommerce-page table.shop_table_responsive tr td.product-name {
padding-left: 0;
}
.delicium_single_product_page .woocommerce-tabs {
padding: 85px 0 75px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
margin-bottom: 52px;
}
.delicium_single_product_page section.related.products h2,
.delicium_single_product_page section.upsells.products h2 {
font-size: 32px;
}
.woocommerce table.shop_table tbody td.actions > .button {
position: relative;
margin-left: 0;
margin-top: 80px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 40%;
float: right;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: 100%;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background: transparent;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-top: 50px;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
display: block;
}
.woocommerce table.shop_table tbody td.product-thumbnail {
width: 100%;
}
.woocommerce table.cart .product-thumbnail:before,
.woocommerce-page table.cart .product-thumbnail:before {
display: none;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
width: 100% !important;
float: none !important;
}
.woocommerce table.shop_table tbody td.actions .coupon {
width: 100%;
}
body .delicium_custom_products_list.view_type_1 .woocommerce ul.products li.product {
width: 30.4%;
margin: 0 30px 30px 0;
clear: none;
}
body .delicium_custom_products_list.view_type_1 .woocommerce ul.products li.product:nth-last-child(3n+3) {
margin-right: 0;
}
.delicium_shop_list_page .delicium_sidebar {
padding-top: 80px;
margin-top: 100px;
}
.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"] {
width: 300px;
}
.woocommerce table.shop_table tbody td {
padding: 30px 0;
}
.woocommerce table.shop_table tbody td.actions {
padding: 39px 20px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
padding: 0;
}
.woocommerce table.shop_table tbody td.product-remove {
padding-left: 20px;
}
.woocommerce table.shop_table .cart_item {
border-bottom: solid 3px #222628;
}
.woocommerce table.shop_table tbody tr:first-of-type td,
.woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item td {
border-top: none;
}
.woocommerce table.shop_table_responsive tbody tr td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr td:first-child {
padding: 30px 0 0;
}
body .woocommerce table.shop_table tbody td.actions {
padding: 50px 0 10px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
margin-top: 48px;
}
.delicium_single_product_page .product_title {
font-size: 32px;
}
.woocommerce .checkout-columns .checkout-column-main,
.woocommerce-page .checkout-columns .checkout-column-main,
.woocommerce .checkout-columns .checkout-column-side,
.woocommerce-page .checkout-columns .checkout-column-side {
width: 100%;
}
.woocommerce table.shop_table tbody td.product-quantity:before {
margin-top: 5px;
}
.woocommerce-checkout #customer_details,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-billing-fields {
margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
margin-bottom: 70px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields .checkout-column-side h3 {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 769px) {
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail,
.woocommerce table.shop_table tbody td.product-name,
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-total,
.woocommerce table.shop_table tbody td.product-remove,
.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-subtotal {
width: 100%;
}
.woocommerce table.shop_table tbody tr:first-of-type td,
.woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item td {
border-top: solid 1px #c0c0b7;
}
.woocommerce table.shop_table_responsive tbody tr td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr td:first-child {
padding: 21px 0 26px;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
position: relative;
top: 8px;
}
body .woocommerce table.shop_table tbody td.actions {
padding: 50px 0 10px;
}
.woocommerce table.shop_table tbody td.product-subtotal:before {
margin-top: -4px;
}
.woocommerce table.shop_table tbody td.product-price:before {
margin-top: -3px;
}
}
@media only screen and (max-width: 737px) {
body .woocommerce table.shop_table tbody td.actions {
padding: 50px 0 60px;
}
.delicium_single_product_page .product_meta span a:not(:first-of-type) {
margin-left: 0;
}
.delicium_single_product_page .product_meta span a {
margin-right: 11px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields h3.delicium_payment_title {
margin-bottom: 31px;
}
.woocommerce-checkout #payment ul.payment_methods {
padding-bottom: 18px;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
margin-bottom: 17px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
margin-bottom: 12px;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
float: none;
}
.woocommerce .delicium_single_product_page div.product .product_title {
font-size: 32px;
}
.delicium_header_cart_container {
display: none;
}
.woocommerce table.shop_table tbody td {
padding: 30px 0;
}
.woocommerce table.shop_table tbody td.actions .button:before {
display: none;
}
.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"] {
width: 100%;
margin-bottom: 60px;
}
.woocommerce table.cart td.actions .coupon .input-text+.button,
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
width: 100%;
margin: 0;
float: none;
}
.woocommerce table.shop_table tbody td.actions > .button {
margin-top: 75px;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
max-width: 50%;
flex: 0 0 50%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
padding: 0;
}
.woocommerce .delicium_single_product_page .quantity .qty,
.woocommerce table.shop_table tbody .quantity .qty {
padding-left: 0;
}
.woocommerce .return-to-shop,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-Message {
display: flex;
flex-direction: column-reverse;
}
.woocommerce .return-to-shop .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
float: none;
margin: 20px 0;
}
.delicium_header_cart {
margin-top: -10px;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product,
.woocommerce .delicium_sidebar_none ul.products.columns-3 li.product,
.woocommerce-page .delicium_sidebar_none ul.products.columns-3 li.product,
.woocommerce .delicium_sidebar_none ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_none ul.products.columns-4 li.product,
.woocommerce .delicium_sidebar_none ul.products.columns-5 li.product,
.woocommerce-page .delicium_sidebar_none ul.products.columns-5 li.product,
.woocommerce .delicium_sidebar_none ul.products.columns-6 li.product,
.woocommerce-page .delicium_sidebar_none ul.products.columns-6 li.product,
.woocommerce .delicium_sidebar_right ul.products.columns-3 li.product,
.woocommerce-page .delicium_sidebar_right ul.products.columns-3 li.product,
.woocommerce .delicium_sidebar_left ul.products.columns-3 li.product,
.woocommerce-page .delicium_sidebar_left ul.products.columns-3 li.product,
.woocommerce .delicium_sidebar_right ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_right ul.products.columns-4 li.product,
.woocommerce .delicium_sidebar_left ul.products.columns-4 li.product,
.woocommerce-page .delicium_sidebar_left ul.products.columns-4 li.product,
.woocommerce .delicium_sidebar_right ul.products.columns-5 li.product,
.woocommerce-page .delicium_sidebar_right ul.products.columns-5 li.product,
.woocommerce .delicium_sidebar_left ul.products.columns-5 li.product,
.woocommerce-page .delicium_sidebar_left ul.products.columns-5 li.product,
.woocommerce .delicium_sidebar_right ul.products.columns-6 li.product,
.woocommerce-page .delicium_sidebar_right ul.products.columns-6 li.product,
.woocommerce .delicium_sidebar_left ul.products.columns-6 li.product,
.woocommerce-page .delicium_sidebar_left ul.products.columns-6 li.product,
body .delicium_custom_products_list.view_type_1 .woocommerce ul.products li.product {
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}
.delicium_shop_loop select.orderby {
margin-top: 3px;
}
.woocommerce .woocommerce-ordering:after,
.woocommerce-page .woocommerce-ordering:after {
top: 6px;
}
.delicium_shop_list_page .delicium_sidebar {
margin-top: 60px;
}
.delicium_single_product_page .woocommerce-tabs {
padding: 68px 0 15px;
}
.woocommerce #review_form #respond p.form-submit {
margin-bottom: 45px;
}
.delicium_single_product_page section.related.products > h2 {
margin-bottom: 20px;
}
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button {
width: 100%;
}
.woocommerce table.shop_table tbody td.actions .coupon label {
margin-bottom: 23px;
}
.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
margin-bottom: 17px;
}
.woocommerce-checkout .woocommerce-additional-fields {
margin-top: 20px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-page #payment .place-order {
margin-bottom: 0;
}
.delicium_single_product_page .product_title {
font-size: 32px;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
margin-bottom: 8px;
}
.woocommerce-checkout #customer_details {
margin-bottom: 0;
}
.woocommerce .star-rating {
margin-top: 7px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
line-height: 25px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
margin-top: 8px;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
margin-bottom: 35px;
}
.woocommerce .outer-form-wrapper form.login,
.woocommerce .outer-form-wrapper form.lost_reset_password,
.woocommerce .outer-form-wrapper form.register {
margin: 0;
}
.woocommerce .outer-form-wrapper form.login > p,
.woocommerce .outer-form-wrapper form.lost_reset_password > p,
.woocommerce .outer-form-wrapper form.register > p,
.woocommerce .outer-form-wrapper form div {
padding: 0;
}
.delicium_shop_loop select.orderby {
padding: 0 0 5px;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
position: relative;
}
.woocommerce .woocommerce-ordering:before,
.woocommerce-page .woocommerce-ordering:before {
content: '';
width: 7px;
height: 7px;
border-left: solid 2px currentColor;
border-bottom: solid 2px currentColor;
position: absolute;
top: 16px;
right: 4px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews h2,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-reply-title {
font-size: 30px;
line-height: 1.2;
}
.woocommerce #review_form #respond textarea {
padding: 0 0 12px;
}
#review_form_wrapper {
margin-top: 15px;
}
}
@media only screen and (max-width: 569px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-checkout-review-order {
padding: 0;
}
.woocommerce-checkout #customer_details {
padding: 25px 0 0;
}
.woocommerce-checkout .woocommerce form .form-row.validate-state,
.woocommerce-checkout .woocommerce form .form-row.validate-phone,
.woocommerce-checkout .woocommerce form .form-row.validate-postcode,
.woocommerce-checkout .woocommerce form .form-row.validate-email {
width: 100%;
float: none;
padding: 0;
}
}
@media only screen and (max-width: 415px) {
.woocommerce form.checkout_coupon .form-row input.input-text {
width: 100%;
margin-bottom: 50px;
margin-right: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail {
border-top: none !important;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields h3 {
margin-bottom: 20px;
}
.woocommerce table.shop_table tbody td.actions > .button {
margin-top: 40px;
}
.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce form.woocommerce-checkout .form-row-last,
.woocommerce-page form.woocommerce-checkout .form-row-first,
.woocommerce-page form.woocommerce-checkout .form-row-last,
body .woocommerce-MyAccount-content .form-row-first,
body .woocommerce-MyAccount-content .form-row-last {
width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 70px;
height: 70px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 0;
}
.woocommerce .comment_container .star-rating,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
margin-left: 85px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-reply-title {
margin-bottom: 10px;
}
.woocommerce .comment_container .star-rating {
float: none;
margin-bottom: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date:before {
display: none;
}
.woocommerce ul.products li.product a {
display: inline-block;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
max-width: 100%;
flex: 0 0 100%;
}
.woocommerce table.cart td.actions .coupon {
padding-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce-page form.woocommerce-checkout .form-row-first,
body .woocommerce-MyAccount-content .form-row-first,
.woocommerce form.woocommerce-checkout .form-row-last,
.woocommerce-page form.woocommerce-checkout .form-row-last,
body .woocommerce-MyAccount-content .form-row-last {
padding-left: 0;
padding-right: 0;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce h2 {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
padding: 0;
}
.woocommerce #review_form #respond p.comment-form-author {
margin-bottom: 0;
}
body.woocommerce-checkout .checkout_coupon .button {
margin-left: 0;
}
body.woocommerce .delicium_single_product_page div.product form.cart .group_table tr {
border-bottom: solid 1px #e1e1e1;
}
body.woocommerce .delicium_single_product_page div.product form.cart .group_table tr:not(:first-of-type) .woocommerce-grouped-product-list-item__quantity {
padding-top: 30px;
}
body.woocommerce .delicium_single_product_page div.product form.cart .group_table td {
width: 100%;
display: block;
text-align: left;
}
body.woocommerce .delicium_single_product_page div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .button {
margin-top: 0;
}
body.woocommerce .delicium_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__label,
body.woocommerce .delicium_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
padding: 10px 0 0;
}
body.woocommerce .delicium_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
font-weight: 700;
padding: 0 0 20px;
}
.delicium_shop_loop .woocommerce-result-count {
padding-left: 3px;
margin-bottom: 10px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.delicium_shop_loop select.orderby {
width: 100%;
}
.delicium_shop_loop select.orderby {
margin-top: 0;
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
display: block;
}
.woocommerce-checkout .checkout_coupon .form-row {
width: 100%;
}
.woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-error {
padding-left: 60px;
}
.delicium_single_product_page section.related.products .products.columns-4 li.product,
.delicium_single_product_page section.related.products .products.columns-5 li.product,
.delicium_single_product_page section.related.products .products.columns-6 li.product {
max-width: 100%;
flex: 0 0 100%;
}
}
@media only screen and (max-width: 376px) {
.delicium_single_product_page .product_meta span.tagged_as a {
display: inline-block;
}
}
@media only screen and (max-width: 321px) {
.woocommerce .delicium_single_product_page div.product form.cart .button {
padding: 15px 17px;
}
}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}