/* 
 * WooCommerce CSS Start 
 */
 
/* WooCommerce Global CSS Start */
.woocommerce{
	font-family: var(--e-global-typography-text-font-family);
}

.woocommerce-message a.button{
    padding: 10px 20px;
    height: auto;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	background-color: var(--e-global-color-white);
	margin-bottom: 30px !important;
	outline: none;
	border-top-color: var(--e-global-color-primary);
	border-radius: 10px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a{
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
	color: var(--e-global-color-accent);
}

body:not(.single-product) .woocommerce-error::before{
	left: 1em;
	line-height: 1em;
}

body:not(.single-product) .woocommerce-error li{
	padding-left: 45px !important;
    padding-top: 0px;
	font-weight: 400 !important;
}

body:not(.single-product) .woocommerce-error li::before{
	display: none;
}

body.woocommerce-cart .woocommerce .wc-empty-cart-message,
body.woocommerce-cart .woocommerce .return-to-shop{
	width: 100%;
}

.woocommerce .page-single-post{
	padding: 100px 0;
}

.woocommerce .content-area{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.woocommerce .woocommerce-breadcrumb{
	margin-bottom: 20px;
}

.woocommerce-products-header{
	margin-bottom: 20px;
}

.woocommerce-cart .post-content,
.woocommerce-checkout .post-content,
.woocommerce-account .post-content{
	max-width: 100%;
	margin: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.woocommerce-cart .select2-dropdown,
.woocommerce-checkout .select2-dropdown,
.woocommerce-account .select2-dropdown,
.woocommerce-cart .select2-dropdown .select2-search__field,
.woocommerce-checkout .select2-dropdown .select2-search__field,
.woocommerce-account .select2-dropdown .select2-search__field{
	border-color: var(--e-global-color-divider);
}

.cart-collaterals .cart_totals > h2,
.woocommerce-account .woocommerce-MyAccount-content form > h2,
#customer_login h2,
.woocommerce-order-details .woocommerce-order-details__title{
	font-size: 32px !important;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: capitalize;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-textarea{
	border-color: var(--e-global-color-divider) !important;
	outline: 0;
	box-shadow: none;
	max-height: 60px !important;
	border-radius: 10px !important;
	background: transparent;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus,
.wc-block-components-textarea:focus{
	box-shadow: none !important;
	background: transparent;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
	font-size: 14px;
	border: 1px solid var(--e-global-color-divider);
	background: transparent;
	border-radius: 10px;
	padding: 10px 12px;
	height: 48px;
}

.woocommerce form .form-row textarea{
	height: auto;
}

.select2-container{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 14px;
}

.select2-container--default .select2-selection--single{
	border: 1px solid var(--e-global-color-divider);
	background: transparent;
	height: auto;
	border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 48px;
	font-weight: 500;
	padding-left: 12px;
	padding-top: initial;
	padding-bottom: initial;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border: none;
    background: url(//www.adventurebobby81.de/wp-content/themes/wildex/assets/images/down-arrow.svg) no-repeat center center;
    background-size: 12px auto;
    display: block;
    width: 30px;
    margin-left: 0;
    margin-top: 0;
    left: auto;
    right: 0;
    top: 0;
    height: 48px;
}

@media only screen and (max-width: 991px){
	
	.woocommerce .page-single-post{
		padding: 50px 0;
	}
	
	.post-type-archive-product.woocommerce .page-single-post.right-sidebar .row .col-lg-3,
	.single-product.woocommerce .page-single-post.right-sidebar .row .col-lg-3{
		order: 1;
	}
	
	.post-type-archive-product .page-single-post.right-sidebar .row .col-lg-9,
	.single-product.woocommerce .page-single-post.right-sidebar .row .col-lg-9{
		order: 2;
	}
	
	.cart-collaterals .cart_totals > h2,
	.woocommerce-account .woocommerce-MyAccount-content form > h2,
	#customer_login h2,
	.woocommerce-order-details .woocommerce-order-details__title{
		font-size: 26px !important;
	}
}

@media only screen and (max-width: 767px){
		
	.cart-collaterals .cart_totals > h2,
	.woocommerce-account .woocommerce-MyAccount-content form > h2,
	#customer_login h2,
	.woocommerce-order-details .woocommerce-order-details__title{
		font-size: 22px !important;
	}
}

/* WooCommerce Sidebar CSS Start */

body.woocommerce-shop aside.widget.woocommerce ul li:before,
body.tax-product_cat aside.widget.woocommerce ul li:before,
body.single-product aside:not(.widget_product_categories) ul li:before{
	width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    position: initial;
}

aside.widget.woocommerce:last-child{
	margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background: var(--e-global-color-accent);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: var(--e-global-color-primary);
}

.woocommerce aside.widget.woocommerce-widget-layered-nav ul .woocommerce-widget-layered-nav-list__item{
	list-style: inherit;
}

.woocommerce aside.widget.woocommerce-widget-layered-nav ul .woocommerce-widget-layered-nav-list__item:before{
	display: none;
}

.woocommerce aside.widget.widget_products > ul,
.woocommerce aside.widget.widget_top_rated_products > ul,
.woocommerce aside.widget.widget_recent_reviews > ul,
.woocommerce aside.widget.widget_recently_viewed_products > ul,
.woocommerce aside.widget.widget_rating_filter > ul,
.woocommerce aside.widget.widget_layered_nav_filters > ul,
.woocommerce aside.widget.widget_shopping_cart .widget_shopping_cart_content > ul{
	padding-left: 0 !important;
}

.woocommerce ul.product_list_widget li img{
	float: left;
	margin-right: 10px;
	margin-left: 0;
	width: 50px;
	border-radius: 6px;
}

.woocommerce ul.product_list_widget li{
	border-bottom: 1px solid var(--e-global-color-divider);
	padding: 15px 0;
}

.woocommerce ul.product_list_widget li:last-child{
	border-bottom: none;
}

.woocommerce ul.product_list_widget li a{
	font-weight: 500;
	margin-bottom: 5px;
}

.woocommerce ul.product_list_widget li .star-rating{
	font-size: 14px;
	margin-bottom: 5px;
}

.woocommerce ul.product_list_widget li del,
.woocommerce ul.product_list_widget li ins,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount{
	font-size: 14px;
	font-weight: 600;
}

.woocommerce ul.product_list_widget li .remove.remove_from_cart_button{
	color: var(--wc-red)!important;
	font-size: 1.4em;
    line-height: 0.7em;
	background: transparent;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	top: 50%;
	transform: translate(0,-50%);
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li{
	padding-top: 15px;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total{
	padding: 15px 0 0;
	border-color: var(--e-global-color-divider);
}

.woocommerce aside.widget.widget_shopping_cart .woocommerce-mini-cart__empty-message,
.woocommerce aside.widget.widget_shopping_cart .woocommerce-mini-cart__buttons{
	margin-bottom: 0;
}

.woocommerce-product-search .search-field{
	width: 100%;
	background: transparent;
	border: 1px solid var(--e-global-color-divider);
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	outline: none;
}

.woocommerce-product-search button{
	background: var(--e-global-color-accent);
    border: none;
    font-weight: 700 !important;
	line-height: 1em;
    color: var(--e-global-color-primary) !important;
    padding: 17px 20px !important;
    border-radius: 8px !important;
	transition: all 0.3s ease-in-out;
}

.woocommerce-product-search button:hover{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white) !important;
}

.widget_layered_nav_filters li:before{
	display: none;
}

/* WooCommerce Product Archive CSS Start */

.woocommerce .woocommerce-result-count{
	margin-bottom: 0;
	position: relative;
	top: 10px;
}

.woocommerce .woocommerce-ordering{
	margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering select{
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 10px;
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	padding: 10px 30px 10px 15px;
	outline: 0;
	color: var(--e-global-color-text);
	box-shadow: none;
	background-color: transparent;
	background-image: url(//www.adventurebobby81.de/wp-content/themes/wildex/assets/images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 12px;
    background-size: 12px;
}

.woocommerce.woocommerce-shop .products,
.woocommerce.archive .products{
	margin-top: 40px;
}

div.product-not-found p{
	color: var(--e-global-color-primary);
	margin-bottom: 0;
}

.woocommerce .products ul, 
.woocommerce ul.products{
	margin: 0;
}

.woocommerce ul.products li.product{
	text-align: center;
}

.woocommerce ul.products li.product img{
	aspect-ratio: 1 / 1.186;
	object-fit: cover;
}

.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
.wc-block-grid__products .wc-block-grid__product-image img{
	border-radius: 20px;
	margin-bottom: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 10px;
}

.woocommerce ul.products li.product span.price,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price{
	color: var(--e-global-color-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0;
}

.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}

.woocommerce .products .star-rating{
	margin: 0 auto 10px;
}

.woocommerce .star-rating{
	width: 5.7em;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span{
	color: var(--e-global-color-primary);
}

.woocommerce ul.products li.product .button,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart{
	display: none;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.woocommerce span.onsale{
	min-width: initial;
    min-height: initial;
    top: 0 !important;
    right: 0 !important;
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    border-radius: 8px;
    border: none;
    padding: 5px 12px;
    margin: 10px !important;
	text-transform: capitalize;
}

.woocommerce .woocommerce-pagination.woocommerce-pagination--without-numbers{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.woocommerce .woocommerce-pagination.woocommerce-pagination--without-numbers .woocommerce-button{
	height: 44px;
	padding: 14px 30px;
}

.woocommerce nav.woocommerce-pagination ul{
	border: none;
	display: inline-flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: none;
	margin: 0 5px;
	background: var(--e-global-color-white);
	border-radius: 10px;	
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	width: 40px;
    height: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 16px;
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: var(--e-global-color-primary);
	background: var(--e-global-color-accent);
}

@media only screen and (max-width: 991px){
	
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product{
		margin-bottom: 30px;
	}
	
	.woocommerce .sidebar-widget{
		margin-top: 0;
	}
	
	.woocommerce-product-search button{
		padding: 15px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.woocommerce .woocommerce-result-count{
		float: none;
		width: 100%;
		margin-bottom: 1em;
		top: initial;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering{
		float: none;
	}
	
	.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
	.wc-block-grid__products .wc-block-grid__product-image img{
		margin-bottom: 15px;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.woocommerce .products .star-rating{
		margin-top: 10px;
	}
	
	.woocommerce ul.products li.product span.price,
	.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price{
		font-size: 14px;
	}
	
	.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale, 
	.woocommerce span.onsale{
		font-size: 12px;
	}
}

/* WooCommerce Product Single CSS Start */

.single-product.woocommerce span.onsale{
	width: 60px;
	margin-left: 15px !important;
}

.single-product .flex-viewport{
	border-radius: 20px;
}

.single-product .woocommerce-product-gallery__wrapper{
	overflow: hidden;
	border-radius: 20px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs{
	margin-top: 10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	float: none;
	width: calc(25% - 7.5px);
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	border-radius: 10px;
}
 
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 0px;
}

.woocommerce .woocommerce-product-rating .star-rating{
	margin-right: 10px;
}

.woocommerce-review-link{
	color: var(--e-global-color-text) !important;
	font-size: 14px !important;
	text-decoration: none;
}

.woocommerce-review-link:hover{
	text-decoration: underline;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
	color: var(--e-global-color-primary);
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
	text-decoration: none;
}

.woocommerce div.product form.cart .group_table td{
	vertical-align: middle;
}

.woocommerce-product-details__short-description{
	color: var(--e-global-color-text);
	margin-top: 10px;
}

.woocommerce div.product form.cart{
	margin-top: 30px;
}

.woocommerce .quantity .qty{
	font-size: 16px;
	font-weight: 600;
	border: 1px solid var(--e-global-color-divider);
	background: transparent;
	border-radius: 10px;
	padding: 16px 0;
	height: 48px;
	box-sizing: border-box;
	outline: 0;
	box-shadow: none;
	margin-right: 10px;
}

.woocommerce div.product form.cart .group_table td{
	padding-bottom: 1em;
	line-height: 1.2em;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price{
    font-weight: 600;
}

.woocommerce div.product form.cart .variations{
	margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations th{
	color: var(--e-global-color-primary);
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{
	text-align: left;
	vertical-align: middle;
	padding: 6px 0;
}

.woocommerce div.product form.cart .variations select{
	min-width: 50%;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 10px;
	font-size: 16px;
	padding: 8px 30px 8px 15px;
	outline: 0;
	color: var(--e-global-color-text);
	box-shadow: none;
	background-image: url(//www.adventurebobby81.de/wp-content/themes/wildex/assets/images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 12px;
    background-size: 12px;
}

.woocommerce div.product form.cart .reset_variations{
	font-size: 14px;
	font-weight: 500;
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.woocommerce div.product form.cart .reset_variations:hover{
	text-decoration: underline;
}

.single_variation_wrap .woocommerce-variation-price{
	margin-top: 30px;
	margin-bottom: 20px;
}

.woocommerce .summary .product_meta > span{
	font-size: 16px;
	color: var(--e-global-color-primary);
}

.woocommerce .summary .product_meta > span:after{
	content: '/';
	margin-left: 10px;
	margin-right: 6px;
}

.woocommerce .summary .product_meta > span:last-child:after{
	display: none;
}

.woocommerce .summary .product_meta span a{
	color: inherit;
	text-decoration: underline;
}

.woocommerce-page div.product .woocommerce-tabs{
	margin-top: 60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--e-global-color-divider);
	overflow: initial;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: none;
	padding: 0;
	margin: 0 30px 0 0;
	border-radius: 0 !important;
	background: none !important;
	color: var(--e-global-color-text);
}

.woocommerce-thankyou-order-details li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	width: 100%;
	height: 3px;
	background: var(--e-global-color-text);
	right: 0;
	left: 0;
	bottom: -2px;
	border-radius: 0;
	border: none;
	box-shadow: none !important;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	color: var(--e-global-color-text);
	background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 0;
	font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs .panel{
	padding: 30px 0;
	color: var(--e-global-color-text);
}

.woocommerce-Tabs-panel--additional_information > h2{
	display: none;
}

.woocommerce table.shop_attributes{
	border: none;
	border-collapse: collapse;
}

.woocommerce table.shop_attributes th{
	color: var(--e-global-color-text);
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
	border-bottom: none;
	font-style: normal;
}

.woocommerce table.shop_attributes tr:nth-child(odd) td,
.woocommerce table.shop_attributes tr:nth-child(odd) th{
	background: var(--e-global-color-white);
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th{
	background: transparent;
}

.woocommerce-Tabs-panel--description p{
	margin-bottom: 1.5em;
}

.woocommerce-Tabs-panel--description h1,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.woocommerce-Tabs-panel--description h4,
.woocommerce-Tabs-panel--description h5,
.woocommerce-Tabs-panel--description h6{
	margin: 1em 0  0.8em;
	color: var(--e-global-color-primary);
	font-weight: 600;
}

.woocommerce-Tabs-panel--description h2{
	font-size: 32px;
}

.woocommerce-Tabs-panel--description > *:first-child{
	margin-top: 0;
}

.woocommerce-Reviews{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-Reviews div.clear{
	display: none;
}

.woocommerce-Reviews #comments{
	width: 48%;
}

.woocommerce-Reviews #review_form_wrapper{
	width: 45%;
}

.woocommerce-Reviews #review_form_wrapper #review_form{
	position: sticky;
	top: 20px;
}

.woocommerce #reviews #comments .woocommerce-Reviews-title,
.woocommerce-Reviews .comment-reply-title{
	display: block;
	color: var(--e-global-color-primary);
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.woocommerce-Reviews .comment-form span.required{
	color: red;
}

.woocommerce-Reviews .comment-form-rating{
	display: flex;
	margin-bottom: 10px;
}

.woocommerce-Reviews .comment-form-rating label{
	margin-right: 10px;
}

.woocommerce #review_form #respond p.stars{
	margin-bottom: 0;
}

.woocommerce #review_form #respond p.stars a{
	color: var(--e-global-color-accent);
}

.woocommerce #review_form #respond p.comment-notes{
	margin-bottom: 15px;
}

.woocommerce #review_form #respond .comment-form-rating,
.woocommerce #review_form #respond .comment-form-comment,
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email{
	margin-bottom: 15px;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input{
	display: block;
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 10px;
	box-shadow: none;
	outline: 0;
	padding: 12px;
	font-size: 14px;
	box-sizing: border-box;
}

.woocommerce #review_form #respond .comment-form-comment label,
.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label{
	display: block;
}

.woocommerce #reviews #comments ol.commentlist{
	padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist  .comment_container{
	display: flex;
	align-items: flex-start;
}

.woocommerce #reviews #comments ol.commentlist li{
	border-bottom: 1px solid var(--e-global-color-divider);
	padding-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
	float: none;
	position: initial;
	padding: 0;
	border: none;
	width: 100%;
	max-width: 60px;
	border-radius: 50%;
	margin-right: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	color: var(--e-global-color-text);
	font-size: 14px;
	margin-bottom: 8px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{
	color: var(--e-global-color-primary);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p{
	margin-bottom: 0;
}

.single-product .related.products > h2{
	text-align: center;
	color: var(--e-global-color-primary);
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 40px;
}

@media only screen and (max-width: 991px){
	
	.woocommerce-Tabs-panel--description h2{
		font-size: 24px !important;
	}
	
	.woocommerce div.product p.price,
	.woocommerce div.product span.price{
		font-size: 24px;
		margin-top: 15px;
	}
	
	.woocommerce-Reviews #comments,
	.woocommerce-Reviews #review_form_wrapper{
		width: 100%;
	}

	.woocommerce-Reviews #review_form_wrapper{
		margin-top: 10px;
	}
	
	.woocommerce #reviews #comments .woocommerce-Reviews-title,
	.woocommerce-Reviews .comment-reply-title{
		margin-bottom: 20px;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel{
		padding: 30px 0 0;
	}
	
	.single-product .related.products > h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px){

	.woocommerce-Tabs-panel--description h2{
		font-size: 20px !important;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price{
		font-size: 22px;
	}
	
	.woocommerce-page div.product .woocommerce-tabs{
		margin-top: 40px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size: 16px;
	}
}


/* WooCommerce My Account CSS Start */

 body.woocommerce-order-pay #order_review{
	max-width: 770px;
	margin: 0 auto;
}

.woocommerce table.woocommerce-table--order-details,
.woocommerce table.woocommerce-MyAccount-orders,
body.woocommerce-order-pay #order_review table.shop_table{
	border-top: 1px solid var(--e-global-color-divider) !important;
	border-left: 1px solid var(--e-global-color-divider) !important;
}

.woocommerce table.woocommerce-table--order-details tr th,
.woocommerce table.woocommerce-table--order-details tr td,
.woocommerce table.woocommerce-MyAccount-orders tr th,
.woocommerce table.woocommerce-MyAccount-orders tr td,
body.woocommerce-order-pay #order_review table.shop_table tr th,
body.woocommerce-order-pay #order_review table.shop_table tr td{
	padding: 8px 10px !important;
	border-right: 1px solid var(--e-global-color-divider) !important;
	border-bottom: 1px solid var(--e-global-color-divider) !important;
}

.woocommerce table.woocommerce-table--order-details tfoot tr td,
.woocommerce table.woocommerce-table--order-details tr th,
.woocommerce table.woocommerce-MyAccount-orders tr th,
body.woocommerce-order-pay #order_review table.shop_table tfoot tr th,
body.woocommerce-order-pay #order_review table.shop_table tfoot tr td{
	color: var(--e-global-color-primary);
	font-size: 16px !important;
}

.woocommerce table.woocommerce-table--order-details tr:last-child td:last-child{
	border-bottom: 1px solid var(--e-global-color-divider) !important;
}

.woocommerce table.shop_table{
	border: none;
	border-collapse: collapse;
	margin: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table{
	color: var(--e-global-color-primary);
	font-size: 16px;
}

.woocommerce table.shop_table td.product-remove{
	width: 30px;
}

.woocommerce table.shop_table td.product-remove .remove{
	background: transparent;
	color: var(--wc-red) !important;
	line-height: 0.8em;
}

.woocommerce table.shop_table td.actions{
	border-bottom: none !important;
}

.woocommerce table.shop_table th{
	color: var(--e-global-color-primary);
	font-size: 16px;
	border-bottom: 2px solid var(--e-global-color-divider);
	border-right: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td{
	padding-top: 12px;
	padding-bottom: 12px;
	border: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th{
	padding-top: 0;
	border-bottom: 2px solid var(--e-global-color-divider);
	font-size: 16px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
	text-align: right;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
	border-bottom: 1px solid var(--e-global-color-divider);
	font-size: 16px;
	line-height: 1.2em;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
	font-weight: 600;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr:not(.order-total) td .woocommerce-Price-amount{
	font-weight: 400;
}

.woocommerce table.shop_table tr.order-total th{
	font-size: 18px !important;
}

.woocommerce table.shop_table td{
	font-size: 16px;
	border-right: none;
	border-top: 1px solid var(--e-global-color-divider);
	border-bottom: none;
}

.woocommerce table.shop_table td:before{
	color: var(--e-global-color-primary);
}

.woocommerce table.shop_table tfoot th{
	border-bottom: none;
}

.woocommerce table.shop_table tfoot tr:last-child td{
	border-bottom: none !important;
}

.woocommerce table.shop_table td button[disabled]{
	color: var(--e-global-color-white) !important;
}

.woocommerce table.shop_table td.product-name a{
	font-size: inherit;
	font-weight: 600;
	color: var(--e-global-color-primary);
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img{
	width: 100%;
	max-width: 70px;
	border-radius: 10px;
}

.woocommerce td.product-quantity .quantity .qty{
	padding: 6px;
	height: auto;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{
	padding: 14px;
	font-size: 14px;
	border-radius: 10px;
	height: 48px;
	width: 100%;
	max-width: 180px;
	background: transparent;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions{
	padding: 20px 0 0;
}

.woocommerce-page table.cart td.actions .coupon{
	width: 44%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	background: transparent;
	padding: 30px;
	border: 1px solid var(--e-global-color-divider);
	box-sizing: border-box;
	border-radius: 20px;
}

.cart_totals table.shop_table th{
	font-size: 16px;
	padding: 10px 0;
	border-top: none !important;
	border-bottom: 1px solid var(--e-global-color-divider);
}

.cart_totals table.shop_table td{
	padding: 10px 0;
	font-size: 16px;
	border-top: none !important;
	border-bottom: 1px solid var(--e-global-color-divider);
	text-align: right;
}

.cart_totals table.shop_table td .woocommerce-Price-amount{
	color: var(--e-global-color-primary);
}

.cart_totals table.shop_table tr.cart-subtotal td,
.cart_totals table.shop_table tr.tax-rate td,
.cart_totals table.shop_table tr.cart-discount td,
.cart_totals table.shop_table tr.tax-total td{
	font-weight: 500;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button{
	color: var(--e-global-color-accent);
	text-decoration: none;
}

.woocommerce table.shop_table tfoot th{
	font-size: 14px;
	padding-right: 20px;
}

.woocommerce table.shop_table tfoot tr:last-child th{
	border-bottom: none;
}

.woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout-review-order table.shop_table td{
	padding-left: 0;
	padding-right: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	padding: 20px 0;
	background: transparent;
	border-bottom: 1px solid var(--e-global-color-divider);
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li{
	padding-left: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
	background: var(--e-global-color-white);
	color: var(--e-global-color-text);
	border-radius: 10px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before{
	border-bottom-color: var(--e-global-color-white);
}

.woocommerce-checkout #payment ul.payment_methods li label{
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-checkout #payment div.payment_box p{
	font-size: 16px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row{
	padding: 0;
	margin-top: 20px;
}

.woocommerce-billing-fields > h3{
	margin-bottom: 20px;
}

.woocommerce form .form-row{
	margin-bottom: 10px;
}

form.woocommerce-checkout #customer_details .form-row,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row,
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row,
.woocommerce-account #customer_login .form-row,
.woocommerce-account form.lost_reset_password .form-row,
.woocommerce-account form .woocommerce-address-fields .form-row,
.woocommerce-account form.edit-account .form-row{
	display: block;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
	line-height: 1.7em;
	color: var(--e-global-color-text);
}

form.woocommerce-checkout #customer_details .woocommerce-shipping-fields{
	margin-top: 30px;
	margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login{
	position: relative;
	top: -30px;
	background: var(--e-global-color-white);
	margin: 0;
	padding-bottom: 0;
	border-radius: 0;
	border: none;
}

.lost_password a{
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p{
	margin-bottom: 10px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	margin-top: 12px;
}

.woocommerce-order{
	padding: 40px;
	background: transparent;
	border-radius: 30px;
}

.woocommerce-thankyou-order-received{
	margin-bottom: 20px;
}

.woocommerce-order-details__title{
	margin-bottom: 10px;
}

.woocommerce .woocommerce-order table.shop_table th,
.woocommerce .woocommerce-order table.shop_table td{
	padding-left: 0;
}

.woocommerce .woocommerce-order table.shop_table td a{
	color: var(--e-global-color-text);
	text-decoration: none;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.lost_reset_password,
body.woocommerce-order-pay #order_review #payment{
	margin-top: 20px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 0;
	padding: 30px;
	margin-bottom: 0;
	border-radius: 8px;
}

.woocommerce-account .woocommerce form.lost_reset_password{
	margin-top: 0;
	max-width: 600px;
	margin: 0 auto;
}

.woocommerce-account .woocommerce form.lost_reset_password .form-row{
	width: 100%;
	float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 30px;
	border: 1px solid var(--e-global-color-divider);
	border-radius: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	border-bottom: 1px solid var(--e-global-color-divider);
	padding: 10px 0;
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child{
	padding-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:before{
	display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
	text-decoration: none;
	color: var(--e-global-color-text);
	font-size: 16px;
	font-weight: inherit;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
	color: var(--e-global-color-primary);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
	color: var(--e-global-color-primary);
}

.woocommerce-MyAccount-content p{
	margin-bottom: 15px;
}

.woocommerce-MyAccount-content a{
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.woocommerce-MyAccount-content fieldset{
	border: none;
	margin-top: 30px;
}

.woocommerce-MyAccount-content fieldset legend{
	color: var(--e-global-color-primary);
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.woocommerce-MyAccount-content h3{
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}

.woocommerce-order{
	border: 1px solid var(--e-global-color-divider);
	border-radius: 20px;
}

.woocommerce-order-received .woocommerce ul.order_details{
	padding: 0 !important;
}

.woocommerce-order-received .woocommerce ul.order_details li{
	font-size: 16px;
	font-weight: 700;
}

.woocommerce-order-received .woocommerce ul.order_details li strong{
	font-weight: 400;
	font-size: 16px;
	color: var(--e-global-color-text);
}

.woocommerce .woocommerce-MyAccount-orders a.button{
	padding: 8px 20px;
	height: auto;
	margin: 5px;
}

.woocommerce .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-order-details table.shop_table td{
	padding-left: 0;
}

.woocommerce .woocommerce-order-details table.shop_table td .woocommerce-Price-amount{
	color: var(--e-global-color-primary);
}

.woocommerce-columns--addresses .woocommerce-column__title{
	font-size: 22px !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--e-global-color-divider);
}

.woocommerce-Addresses .woocommerce-Address-title h2{
	font-size: 22px !important;
	float: left;
	margin-top: 0;
}

.woocommerce .woocommerce-customer-details{
	margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address{
	padding: 0;
	border: none;
	font-size: 16px;
	color: var(--e-global-color-text);
}

.woocommerce-Reviews .comment-form p.comment-form-author{
	width: calc(50% - 15px);
	margin-right: 30px !important;
}

.woocommerce-Reviews .comment-form p.comment-form-email{
	width: calc(50% - 15px);
}

.woocommerce-Reviews .comment-form p.stars a::before{
	line-height: inherit;
}

@media only screen and (max-width: 991px){
	
	.woocommerce-account .woocommerce form.login{
		margin-bottom: 30px;
	}

	.woocommerce-customer-details .woocommerce-column--billing-address{
		margin-bottom: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation{
		margin-bottom: 30px;
		float: none;
		width: 100%;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content{
		float: none;
		width: 100%;
	}
	
	.woocommerce table.woocommerce-MyAccount-orders tr td{
		border-top: none;
	}
	
	.woocommerce .woocommerce-MyAccount-orders a.button{
		font-size: 14px;
	}

	.woocommerce-account .woocommerce-Address{
		margin-bottom: 20px;
	}
	
	.woocommerce ul.order_details{
		margin-bottom: 20px;
	}

	.woocommerce ul.order_details li{
		float: none;
		width: 100%;
		display: block;
		border-right: 0;
		padding: 0 0 15px;
		margin-right: 0;
		margin-bottom: 15px;
		border-bottom: 1px dashed var(--e-global-color-divider);
	}
	
	.woocommerce ul.order_details li:last-child{
		padding: 0;
		margin-bottom: 0;
	}
}
 
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.wc-block-cart__empty-cart__title{
	font-size: 46px !important;
}
 
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading{
	font-size: 36px !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products{
	padding-left: 0 !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-image{
	margin-bottom: 0;
}
 
.wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-price ins{
	text-decoration: none;
}
 
.wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-rating{
	margin-top: 10px;
	margin-bottom: 0;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-rating .star-rating{
	width: 5.7em;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-rating .star-rating::before,
.wp-block-woocommerce-empty-cart-block .wp-block-product-new .wc-block-grid__product .wc-block-grid__product-rating .star-rating span{
	color: var(--e-global-color-accent);
}

/* Cart CSS */ 

.wc-block-cart .wc-block-components-main table.wc-block-cart-items{
	margin: 0;
	border: 0;
}

.woocommerce-cart .is-large.wc-block-cart{
	margin-bottom: 0;
}

.is-large.wc-block-cart .wc-block-cart-items tr th,
.wp-block-woocommerce-cart-line-items-block tr th{
	font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
	color: var(--e-global-color-primary);
}

.is-large.wc-block-cart .wc-block-cart-items tr th,
.wp-block-woocommerce-cart-line-items-block tr th,
.is-large.wc-block-cart .wc-block-cart-items tr td,
.wp-block-woocommerce-cart-line-items-block tr td{
	border-right: 0;
	border-bottom: 1px solid var(--e-global-color-divider);
	padding: 15px;
}

.wp-block-woocommerce-cart-line-items-block tr td.wc-block-cart-item__image img{
	border-radius: 10px;
}

.wp-block-woocommerce-cart-line-items-block tr td.wc-block-cart-item__product .wc-block-cart-item__prices,
.wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price{
	color: var(--e-global-color-primary);
	font-weight: 500;
}

.is-large.wc-block-cart .wc-block-cart-items tr th:first-child,
.is-large.wc-block-cart .wc-block-cart-items tr td:first-child{
	padding-left: 0;
}

.is-large.wc-block-cart .wc-block-cart-items tr th:last-child,
.is-large.wc-block-cart .wc-block-cart-items tr td:last-child{
	padding-right: 0;
}

.wc-block-cart-items a.wc-block-components-product-name{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	color: var(--e-global-color-primary);
}

.wc-block-components-product-badge{
	background: var(--e-global-color-accent);
	border: none !important;
	text-shadow: none;
	color: var(--e-global-color-primary);
}

.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{
	text-decoration: underline !important;
}

.wc-block-cart-items .wc-block-cart-item__wrap{
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
}

.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-name,
.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-cart-item__prices,
.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-metadata{
	width: 100%;
	max-width: 100% !important;
	margin-bottom: 4px !important;
}

.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-metadata{
	font-size: 14px;
}

.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-details li:not(:last-child){
	margin-bottom: 5px;
}

.wc-block-cart-items .wc-block-cart-item__quantity{
	display: flex;
	align-items: center;
}

.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector{
	margin-bottom: 0 !important;
	margin-right: 20px;
}

.wc-block-cart-items .wc-block-cart-item__total{
	line-height: inherit !important;
}

.wp-block-woocommerce-cart-order-summary-block{
	border: 1px solid var(--e-global-color-divider);
	border-bottom: 0;
	padding: 30px 30px 10px 30px;
	margin-bottom: 0 !important;
	border-radius: 20px 20px 0 0;
}

.wp-block-woocommerce-cart-totals-block .wc-block-cart__payment-options{
	border-left: 1px solid var(--e-global-color-divider);
	border-right: 2px solid var(--e-global-color-divider);
	padding: 10px 30px;
}

.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block{
	border: 1px solid var(--e-global-color-divider);
	border-top: none;
	padding: 30px;
	border-radius: 0 0 20px 20px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title.wp-block-woocommerce-cart-order-summary-heading-block,
.is-mobile.wc-block-cart .wc-block-cart__totals-title.wp-block-woocommerce-cart-order-summary-heading-block{
	font-size: 24px !important;
    text-transform: capitalize;
    color: var(--e-global-color-primary);
	margin: 0;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item,
.wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wc-block-components-totals-discount__coupon-list{
	margin: 0 !important;
	padding-top: 10px !important;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-totals-discount__coupon-list-item{
	background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-totals-discount__coupon-list-item:hover,
.wc-block-components-totals-discount__coupon-list .wc-block-components-totals-discount__coupon-list-item:active{
	background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-totals-discount__coupon-list-item .wc-block-components-chip__remove{
	background-color: var(--e-global-color-white);
	line-height: 15px;
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-totals-discount__coupon-list-item .wc-block-components-chip__remove svg{
	fill: var(--e-global-color-primary);
}

.wc-block-components-totals-discount__coupon-list .wc-block-components-totals-discount__coupon-list-item:before{
	display: none;
}

.wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__value .wc-block-components-formatted-money-amount{
	font-weight: 700;
}

.wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__description .wc-block-components-totals-shipping__via{
	font-size: 16px;
    line-height: 1.4em;
	padding-top: 5px !important;
}

.wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__description .wc-block-components-shipping-address,
.wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address__link,
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--e-global-color-text);
	padding: 0;
}

.wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__description .wc-block-components-shipping-address .wc-block-components-panel__button strong{
	text-transform: initial;
}

.wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address__link{
	color: var(--e-global-color-text);
	font-weight: 500;
	padding-top: 10px !important;
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-shipping-calculator{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-shipping-calculator button[type="submit"]{
	border-radius: 100px;
    outline: 0;
	border: none;
    box-shadow: none;
	color: var(--e-global-color-white);
	background-color: var(--e-global-color-accent);
    padding: 14px 20px !important;
    transition: all 0.3s ease-in-out !important;
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-shipping-calculator button[type="submit"]:hover{
	background-color: var(--e-global-color-primary);
}

.wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__description span{
    font-size: 12px !important;
    font-weight: 600;
    text-transform: capitalize;
}

.wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__input:focus{
	outline: none;
}

.wc-block-components-shipping-calculator .wc-block-components-address-form{
	font-size: 16px;
}

.wc-block-components-shipping-calculator .wc-block-components-address-form .wc-blocks-components-select__container,
.wc-block-components-shipping-calculator .wc-block-components-address-form .wc-blocks-components-select__container select{
	border-color: var(--e-global-color-divider);
    outline: 0;
    border-radius: 10px;
}

.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-formatted-money-amount{
	color: var(--e-global-color-primary) !important;
	font-weight: 600;
} 

.woocommerce ul#shipping_method li{
	padding-left: 0;
}

.woocommerce ul#shipping_method li:before{
	display: none;
}

.woocommerce ul#shipping_method li .shipping_method{
	width: 16px;
    height: 16px;
    margin: 5px 8px 0 0;
}

.woocommerce ul#shipping_method li label,
.cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--e-global-color-text);
}

.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td:before{
	font-size: 16px;
}

.woocommerce ul#shipping_method li label .woocommerce-Price-amount{
	color: var(--e-global-color-primary);
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals small.tax_label,
.woocommerce-cart .cart-collaterals .cart_totals small.includes_tax,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-remove-coupon,
.woocommerce table.shop_table td small,
.woocommerce table.shop_table tr.cart-discount td a{
	font-size: 12px;
	font-weight: 500;
	color: var(--e-global-color-primary);
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-remove-coupon,
.woocommerce table.shop_table tr.cart-discount td a{
	color: var(--e-global-color-accent);
	text-decoration: underline;
}

.cart-collaterals .cart_totals .woocommerce-shipping-destination strong{
	font-weight: inherit;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button{
    font-size: 14px;
    line-height: 1.4em;
    color: var(--e-global-color-primary);
    font-weight: 500;
    text-decoration: underline;
	margin-top: 12px;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row{
	text-align: left;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row .select2-container,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row .input-text{
	font-size: 16px;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form button[type="submit"]{
	display: block;
	width: 100%;
	margin-bottom: -10px;
}

.wc-block-components-totals-footer-item,
.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child{
	color: var(--e-global-color-primary);
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child{
	font-size: 18px;
}

.wc-block-components-address-card{
	border-radius: 8px !important;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button{
	border-radius: 100px;
	outline: 0;
	border: none;
	cursor: pointer;
	color: var(--e-global-color-white);
	background-color: var(--e-global-color-accent);
	box-shadow: none;
	font-weight: 700 !important;
	padding: 17px 20px !important;
	transition: all 0.3s ease-in-out !important;
	border-radius: 8px;
}

.wc-block-cart__submit-button:focus,
.wc-block-components-checkout-place-order-button:focus,
.wc-block-components-totals-coupon__button:focus,
.wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-shipping-calculator button[type="submit"]:focus{
	box-shadow: none !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-totals-coupon__button:hover{
	background-color: var(--e-global-color-primary);
}

button.wc-block-components-address-form__address_2-toggle{
    font-weight: inherit !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
	color: var(--e-global-color-primary) !important;
	text-decoration: none !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
	border-color: var(--e-global-color-divider) !important;
	border-radius: 0px !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{
	box-shadow: none !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{
	border-color: var(--e-global-color-divider) !important;
	box-shadow: none !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list li:before,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list li:before{
	display: none !important;
}

#coming-soon-footer-banner{
	border-top: 1px solid var(--e-global-color-divider);
}

#coming-soon-footer-banner .coming-soon-footer-banner__content{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}

#coming-soon-footer-banner .coming-soon-footer-banner__content a{
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 767px){
	
	#coming-soon-footer-banner{
		padding: 10px;
	}
	
	#coming-soon-footer-banner .coming-soon-footer-banner__content{
		font-size: 14px;
	}
}

/* Cart 2 CSS */

.woocommerce-cart .woocommerce{
	display: flex;
	flex-wrap: wrap;	
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper{
	width: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form{
	width: 68%;
}

.woocommerce-cart .woocommerce .cart-collaterals{
	width: calc(32% - 40px);
	margin-left: 40px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	float: none;
	width: 100%;
}

@media only screen and (max-width: 991px){
	
	.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.wc-block-cart__empty-cart__title{
		font-size: 36px !important;
	}
	 
	.wp-block-woocommerce-empty-cart-block h2.wp-block-heading{
		font-size: 26px !important;
	}
	
	.wc-block-cart-items a.wc-block-components-product-name{
		font-size: 16px;
	}
	
	.wc-block-cart-items a.wc-block-components-product-name{
		font-size: 16px;
	}

	.wp-block-woocommerce-cart-line-items-block tr td.wc-block-cart-item__product .wc-block-cart-item__prices, 
	.wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price{
		font-size: 14px;
	}

	.wc-block-components-totals-discount__coupon-list .wc-block-components-totals-discount__coupon-list-item .wc-block-components-chip__remove{
		line-height: 12px;
	}

	.woocommerce-cart .woocommerce .woocommerce-cart-form{
		width: 100%;
	}

	.woocommerce-cart .woocommerce .cart-collaterals{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce .cart_totals table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page .cart_totals table.shop_table_responsive tr:nth-child(2n) td{
		background-color: transparent;
	}
	
	.woocommerce table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions .input-text{
		max-width: 48%;
	}
	
	.woocommerce table.shop_table td.product-remove,
	.woocommerce table.shop_table td.actions{
		border-top: none;
	}
	
	.woocommerce-page table.cart td.actions .coupon{
		width: 100%;
	}

	.woocommerce .woocommerce-cart-form__contents .quantity .qty{
		margin-right: 0;
	}
	
	.wc-block-components-sidebar-layout{
		flex-direction: column !important;
	}
	
	.wp-block-woocommerce-checkout{
		padding-top: 0 !important;
	}
	
	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-cart .wc-block-components-sidebar,
	.wc-block-checkout__sidebar.wc-block-components-sidebar{
		width: 100% !important;
		padding: 0 !important;
	}

	.wc-block-cart .wc-block-components-sidebar,
	.wc-block-checkout__sidebar.wc-block-components-sidebar{
		margin-top: 30px !important;
		margin-bottom: 0 !important;
	}
	
	.wc-block-cart__submit-button,
	.wc-block-components-checkout-place-order-button,
	.wc-block-components-totals-coupon__button{
		padding: 15px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.wc-block-cart__empty-cart__title{
		font-size: 30px !important;
	}
	
	.wc-block-cart-items .wc-block-cart-item__quantity{
		display: inline-block;
	}
		
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
		border-bottom: 1px solid var(--e-global-color-divider);
		padding: 25px 0 20px !important;
	}
	
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:last-child{
		border-bottom: none;
	}
		
	.wp-block-woocommerce-cart-line-items-block tr th,
	.wp-block-woocommerce-cart-line-items-block tr td{
		border-right: none !important;
		border-bottom: none !important;
		padding: 0;
	}
	
	.wp-block-woocommerce-cart-line-items-block tr td.wc-block-cart-item__product{
		padding-right: 16px !important;
	}
	
	.wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control .wc-block-components-radio-control__option{
		padding: 0 0 0 2.25em;
	}
	
	.wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__input{
		left: 0;
		margin: 0;
	}
	
	.wp-block-woocommerce-cart-order-summary-block{
		padding: 20px 20px 10px 20px;
	}
	
	.is-large.wc-block-cart .wc-block-cart__totals-title.wp-block-woocommerce-cart-order-summary-heading-block,
	.is-mobile.wc-block-cart .wc-block-cart__totals-title.wp-block-woocommerce-cart-order-summary-heading-block{
		font-size: 20px !important;
	}
	
	.wp-block-woocommerce-cart-totals-block .wc-block-cart__payment-options{
		padding: 0;
	}
	
	.wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block{
		padding: 20px;
		margin: 0;
	}
	
	.is-mobile.wc-block-cart .wc-block-cart__totals-title.wp-block-woocommerce-cart-order-summary-heading-block{
		display: block !important;
		font-weight: 700;
		padding: 8px 16px 8px 0;
	}
	
	.wc-block-checkout__sidebar.wc-block-components-sidebar{
		margin-top: 30px !important;
        margin-bottom: 20px !important;
	}
}

/* WooCommerce Checkout CSS Start */

.is-large .wc-block-checkout__actions{
	padding-bottom: 0 !important;
}

.wc-block-components-checkout-step__heading-content{
	display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--e-global-color-text);
    padding: 10px 0 5px;
}

.wc-block-components-checkout-step__heading-content .wc-block-checkout__login-prompt{
	margin-top: 0 !important;
}

.wc-block-components-checkout-step__heading-content a{
	color: var(--e-global-color-primary) !important;
    font-weight: 500 !important;
    text-decoration: underline;
}

.wc-block-checkout__main .wc-block-checkout__form .wc-block-components-title{
	font-size: 32px !important;
}

.wc-block-checkout__main .wc-block-checkout__form .wc-blocks-components-select__container{
	border-color: var(--e-global-color-divider);
    outline: 0;
    border-radius: 10px;
}

.wc-block-checkout__main .wc-block-checkout__form .wc-blocks-components-select__select,
.wc-block-checkout__main .wc-block-checkout__form .wc-blocks-components-select__select:focus{
	border-color: inherit;
	border-radius: 10px;
	outline: none;
}

.wc-block-components-address-address-wrapper .wc-block-components-address-card__edit{
	padding: 0;
	color: var(--e-global-color-text);
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
	box-shadow: none !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked:after,
.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after,
.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after{
	display: none !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control,
body:not(.woocommerce-cart) .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-checkout__payment-method .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option{
	border: 1px solid var(--e-global-color-divider);
	border-radius: 0px;
	border-radius: 8px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 8px 0 0 0;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option:last-child,
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:last-child{
	border-bottom: none;
	border: 0;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block{
	background: transparent;
	border: 1px solid var(--e-global-color-divider);
	padding: 30px;
	border-radius: 0px !important;
	border-radius: 20px !important;
}

.wc-block-components-order-summary{
	padding: 0 !important;
}

.wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
	color: var(--e-global-color-primary);
	font-size: 20px;
    font-weight: 600 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.wc-block-components-order-summary-item{
	border-bottom: 1px solid var(--e-global-color-divider);
}

.wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img{
	border-radius: 6px;
}

.wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity{
	color: var(--e-global-color-primary) !important;
	background: var(--e-global-color-accent) !important;
	font-size: 12px !important;
	font-weight: 600;
	box-shadow: none !important;
	border: none !important;
	width: 20px;
    height: 20px;
    min-width: 20px !important;
    min-height: 20px !important;
}

.wc-block-components-order-summary-item .wc-block-components-product-name{
	color: var(--e-global-color-primary) !important;
	font-size: 16px !important;
	font-weight: 500;
}

.wc-block-components-order-summary-item .wc-block-components-product-price{
	font-weight: 500;
	color: var(--e-global-color-primary);
}

.wc-block-components-order-summary-item .wc-block-components-product-price span{
	font-weight: inherit;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices{
	padding-top: 0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p{
	margin-top: 0 !important;
}

.wc-block-components-order-summary-item .wc-block-components-product-details li{
	font-size: 14px;
}

.wc-block-components-order-summary-item .wc-block-components-product-details li:not(:last-child){
	margin-bottom: 0;
}

.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-formatted-money-amount{
	color: var(--e-global-color-primary);
}

.wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item .wc-block-components-totals-item__value strong{
	color: var(--e-global-color-primary);
    text-transform: capitalize;
	font-weight: 600;
}

.wc-block-checkout-empty .wp-block-button a{
	height: auto;
}

/* Checkout 2 CSS */

.woocommerce-NoticeGroup-checkout{
	width: 100%;
}

.wc-proceed-to-checkout{
	padding-bottom: 0 !important;
}

.wc-proceed-to-checkout .checkout-button{
	height: auto !important;
	margin-bottom: 0 !important;
	font-size: 18px !important;
}

.woocommerce-checkout form.woocommerce-checkout{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

form.woocommerce-checkout #order_review_heading{
	display: none;
}

form.woocommerce-checkout #customer_details{
	width: 55%;
}

form.woocommerce-checkout .woocommerce-checkout-review-order{
	width: calc(45% - 40px);
	margin-left: 40px;
	background: transparent;
	padding: 30px;
	border: 1px solid var(--e-global-color-divider);
	box-sizing: border-box;
	border-radius: 20px;
}

form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2{
	width: 100%;
	float: none;
}

form.woocommerce-checkout #customer_details .col-1 h3,
form.woocommerce-checkout #customer_details .col-2 h3{
	margin-top: 0;
}

.woocommerce-privacy-policy-text{
	color: var(--e-global-color-text);
}

.woocommerce-privacy-policy-text p{
	margin-bottom: 1em
}

.woocommerce-privacy-policy-text a{
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.woocommerce-privacy-policy-text a:hover{
	text-decoration: underline;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
	float: none;
	width: 100%;
	margin-top: 20px;
}

.woocommerce .password-input button:hover,
.woocommerce .password-input button:focus{
	background-color: #ffffff00;
}

@media only screen and (max-width: 991px){
	
	.wc-block-checkout__sidebar.wc-block-components-sidebar{
		position: relative;
	}

	form.woocommerce-checkout #customer_details{
		width: 100%;
	}
	
	form.woocommerce-checkout .woocommerce-checkout-review-order{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	
	.wc-block-checkout__main .wc-block-checkout__form .wc-block-components-title{
		font-size: 26px !important;
	}
	
	.wc-block-checkout-empty{
		padding: 20px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.wc-block-checkout__main .wc-block-checkout__form .wc-block-components-title{
		font-size: 22px !important;
	}
	
	.wp-block-woocommerce-checkout-order-summary-block{
		border: 1px solid var(--e-global-color-divider);
		padding: 20px;
		border-radius: 20px !important;
		margin-bottom: 20px;
	}
	
	.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill{
		border: 0 !important;
	}
	
	.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper{
		padding-bottom: 20px !important;
	}
	
	.wc-block-checkout__main .wc-block-checkout__form .checkout-order-summary-block-fill > .wc-block-components-totals-wrapper .wc-block-components-totals-coupon,
	.wc-block-checkout__main .wc-block-checkout__form .checkout-order-summary-block-fill > .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item{
		padding-left: 0;
		padding-right: 0;
	}
	
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals{
		padding: 20px;
	}
	
	.woocommerce table.shop_table.cart td{
		border-bottom: none;
		padding: 12px 0;
	}
	
	.woocommerce table.shop_table td.product-name a{
		font-size: 16px;
	}
	
	.woocommerce table.shop_table.cart td.product-thumbnail{
		display: block !important;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, 
	.woocommerce-page table.shop_table_responsive tr td::before{
		color: var(--e-global-color-primary);
	}
	
	.woocommerce table.shop_table.cart td.product-thumbnail:before{
		display: none;
	}
	
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last{
		float: none;
		width: 100%;
	}

	form.woocommerce-checkout .woocommerce-checkout-review-order{
		padding: 20px;
	}

	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		margin-bottom: 0;
	}

	.woocommerce-order{
		padding: 20px;
	}

	.woocommerce-account .woocommerce form.login,
	.woocommerce-account .woocommerce form.register,
	.woocommerce-account .woocommerce form.lost_reset_password,
	body.woocommerce-order-pay #order_review #payment{
		padding: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		padding: 20px;
	}
}

/* Button global CSS */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 17px 20px;
	border-radius: 8px;
	box-sizing: border-box;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
	color: var(--e-global-color-primary);
	background: var(--e-global-color-accent);
	padding: 17px 20px;
	height: 50px;
	box-sizing: border-box;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	padding: 17px 20px;
	font-size: 16px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px){
	
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
	:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, 
	:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
		padding: 15px;
	}
	
	.wc-block-cart__submit-button, 
	.wc-block-components-checkout-place-order-button, 
	.wc-block-components-totals-coupon__button{
		padding: 15px !important;
	}
	
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
		padding: 15px;
		height: 46px;
	}
}/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: 0.5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: 700;
}

body.highlander-light h3.sd-title::before {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

body.highlander-dark h3.sd-title::before {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}


/* Sharing services list */
.sd-sharing {
	margin-bottom: 1em;
}

.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
	margin: 0 8px 12px 0;
	padding: 0;
}

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 0.5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}

/* Sharing email errors */
.sd-content .share-email-error .share-email-error-title {
	margin: 0.5em 0;
}

.sd-content .share-email-error .share-email-error-text {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin: 0.5em 0;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content > ul > li > a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	border-radius: 4px;
	color: #2c3338 !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
	text-shadow: none;
	line-height: 23px;
	padding: 4px 11px 3px 9px;
}

.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
	align-items: center;
	display: flex;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 6px 0 5px;
	min-height: 20px;
}

.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
	position: relative;
	top: 2px;
}

.sd-content ul li a.sd-button > span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content > ul > li > a.sd-button span,
.sd-social-official .sd-content > ul > li .digg_button > a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
	margin-left: 6px;
}

/* Icon Only */
.sd-social-icon .sd-content ul li a.sd-button > span {
	margin-left: 0;
}

body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text span:not(.custom-sharing-span) {
	display: none;
}

/* Text Only */
.sd-social-text .sd-content ul li a.sd-button span {
	margin-left: 3px;
}

.sd-social-official .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
	line-height: 12px;
	margin-left: 3px;
}


.sd-social-official .sd-content > ul > li > a.sd-button::before,
.sd-social-official .sd-content > ul > li .digg_button > a::before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button::before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a::before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:hover,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:hover,
.sd-social-official .sd-content > ul > li .digg_button > a:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:active {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
}

/* All icons */
.sd-content ul li a.sd-button::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: 400 18px/1 social-logos;
	vertical-align: top;
	text-align: center;
}

/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button::before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

	.sd-content ul li a.sd-button::before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button::before {
	position: relative;
	top: -2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

	.sd-social-official ul li a.sd-button::before {
		top: 0;
	}
}

/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li {
	padding-left: 10px;
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a::before,
.sd-content ul li.no-icon a::before {
	display: none;
}

body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

/* Hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {

	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a::before,
.sd-social-text .sd-content ul li.share-print a::before,
.sd-content ul li.share-print div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-print a::before,
.sd-social-official .sd-content li.share-print a::before {
	content: "\f469";
}

.sd-social-icon .sd-content ul li.share-email a::before,
.sd-social-text .sd-content ul li.share-email a::before,
.sd-content ul li.share-email div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-email a::before,
.sd-social-official .sd-content li.share-email a::before {
	content: "\f410";
}

.sd-social-icon .sd-content ul li.share-linkedin a::before,
.sd-social-text .sd-content ul li.share-linkedin a::before,
.sd-content ul li.share-linkedin div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-linkedin a::before {
	content: "\f207";
}

.sd-social-icon .sd-content ul li.share-twitter a::before,
.sd-social-text .sd-content ul li.share-twitter a::before,
.sd-content ul li.share-twitter div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-twitter a::before,
.sd-social-icon .sd-content ul li.share-x a::before,
.sd-social-text .sd-content ul li.share-x a::before,
.sd-content ul li.share-x div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-x a::before {
	content: "\f10e";
}

.sd-social-icon .sd-content ul li.share-reddit a::before,
.sd-social-text .sd-content ul li.share-reddit a::before,
.sd-content ul li.share-reddit div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-reddit a::before,
.sd-social-official .sd-content li.share-reddit a::before {
	content: "\f222";
}

.sd-social-icon .sd-content ul li.share-tumblr a::before,
.sd-social-text .sd-content ul li.share-tumblr a::before,
.sd-content ul li.share-tumblr div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-tumblr a::before {
	content: "\f607";
}

.sd-social-icon .sd-content ul li.share-pinterest a::before,
.sd-social-text .sd-content ul li.share-pinterest a::before,
.sd-content ul li.share-pinterest div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-pinterest a::before {
	content: "\f210";
}

.sd-social-icon .sd-content ul li.share-facebook a::before,
.sd-social-text .sd-content ul li.share-facebook a::before,
.sd-content ul li.share-facebook div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-facebook a::before {
	content: "\f203";
}

.sd-social-icon .sd-content ul li.share-press-this a::before,
.sd-social-text .sd-content ul li.share-press-this a::before,
.sd-content ul li.share-press-this div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-press-this a::before,
.sd-social-official .sd-content li.share-press-this a::before {
	content: "\f205";
}

.sd-social-official .sd-content li.share-press-this a::before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-telegram a::before,
.sd-social-text .sd-content ul li.share-telegram a::before,
.sd-content ul li.share-telegram div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-telegram a::before,
.sd-social-official .sd-content li.share-telegram a::before {
	content: "\f606";
}

.sd-social-official .sd-content li.share-telegram a::before {
	color: #08c;
}

.sd-social-icon .sd-content ul li.share-threads a::before,
.sd-social-text .sd-content ul li.share-threads a::before,
.sd-content ul li.share-threads div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-threads a::before,
.sd-social-official .sd-content li.share-threads a::before {
	content: "\f10d";
}

.sd-social-official .sd-content li.share-threads a::before {
	color: #000;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-threads a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-mastodon a::before,
.sd-social-text .sd-content ul li.share-mastodon a::before,
.sd-content ul li.share-mastodon div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-mastodon a::before,
.sd-social-official .sd-content li.share-mastodon a::before {
	content: "\f10a";
}

.sd-social-official .sd-content li.share-mastodon a::before {
	color: #563acc;
}

.sd-social-icon .sd-content ul a.share-more::before,
.sd-social-text .sd-content ul a.share-more::before,
.sd-content ul li.advanced a.share-more::before,
.sd-social-icon-text .sd-content a.share-more::before,
.sd-social-official .sd-content a.share-more::before {
	content: "\f415";
}

.sd-social-official .sd-content a.share-more::before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a::before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
	content: "\f608";
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
	color: #43d854;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-nextdoor a::before,
.sd-social-text .sd-content ul li.share-nextdoor a::before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-nextdoor a::before,
.sd-social-official .sd-content li.share-nextdoor a::before {
	content: "\f10c";
}

.sd-social-official .sd-content li.share-nextdoor a::before {
	color: #8ed500;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-nextdoor a.sd-button {
	background: #8ed500;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-bluesky a::before,
.sd-social-text .sd-content ul li.share-bluesky a::before,
.sd-content ul li.share-bluesky div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-bluesky a::before,
.sd-social-official .sd-content li.share-bluesky a::before {
	content: "\f10f";
}

.sd-social-official .sd-content li.share-bluesky a::before {
	color: #0085ff;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-bluesky a.sd-button {
	background: #0085ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-deprecated a::before,
.sd-social-icon-text .sd-content li.share-deprecated a::before,
.sd-social-official .sd-content li.share-deprecated a::before,
.sd-content ul li.share-deprecated div.option.option-smart-off a::before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}

.sd-social-official .sd-content > ul > li > a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul {
	display: flex;
	flex-wrap: wrap;
}

.sd-social-official .sd-content ul::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul > li {
	display: flex;
	max-height: 18px;
}

.sd-social-official .sd-content ul > li .option-smart-off {
	margin-right: 8px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

/* Individual official buttons */
.pinterest_button,
.twitter_button,
.linkedin_button > span {
	margin: 0 !important;
}

.linkedin_button > span,
.pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-tumblr iframe {
	max-width: 53px;
	width: unset;
}

body .sd-social-official li.share-print,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a {
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom > a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span {
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-content ul li.share-custom a span[hidden] {
	display: none;
}

body .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-icon.no-text .custom-sharing-span {
	color: transparent;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul {
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner::before,
.sharing-hidden .inner::after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner::after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*="share-"] a,
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a {
	border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
	max-width: 32px;
}

.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button > span,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a:hover {
	border: none;
	opacity: 0.6;
}


.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button::before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.sd-button {
	background: #0866ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-x a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-digg a.sd-button {
	color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-press-this a.sd-button {
	background: #4f94d4;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-telegram a.sd-button {
	background: #08c;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*="share-"].share-mastodon a.sd-button {
	background: linear-gradient(to top, #563acc 0%, #6364ff 100%);
	color: #fff !important;
}

#jetpack-source_f_name {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

.sd-content .share-customize-link {
	margin-top: 8px;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}

@media print {

	.sharedaddy.sd-sharing-enabled {
		display: none;
	}
}@font-face{font-family:social-logos;font-style:normal;font-weight:400;src:url(//www.adventurebobby81.de/wp-content/plugins/jetpack/_inc/build/social-logos/data:font/woff2;base64,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) format("woff2")}.social-logo{display:inline-block;font-family:social-logos;font-style:normal;font-weight:400;line-height:1;vertical-align:middle;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}