/*---------------------------------------------------------------------------------

 Theme Name:   Amavida Divi Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.cff .et_contact_bottom_container {
	float:unset;
}
.woocommerce-message {
	display: none;
}
article a.more-link {
	text-transform: capitalize;
	display: block;
	margin-top: 10px;
}
.amvd-blog .entry-featured-image-url {
	padding-top: 75%;
}
.amvd-blog .entry-featured-image-url img {
	position: absolute;
	height: 100%;
	bottom: 0;
	object-fit: cover;
}
.amvd-blog.et_pb_module .et_overlay:before {
	font-family: unset!important;
	font-weight: 400!important;
	content: "More";
	font-size:3.5em;
}
.amvd-blog .et_pb_post {
	margin-bottom:10px!important;
}

/* Amavida New Menu */
header.amavida-header {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	top: 0;
}
.notification_shown header.amavida-header {
	top: 40px;
}

.et_fixed_nav.et_show_nav #page-container {
	padding-top: 112px !important;
}
.admin-bar.et_fixed_nav.et_show_nav #page-container {
	padding-top: 82px !important;
}
.notification_shown.et_fixed_nav.et_show_nav #page-container {
	padding-top: 155px !important;
}
.admin-bar.notification_shown.et_fixed_nav.et_show_nav #page-container {
	padding-top: 125px !important;
}

.header > .container.amavida-menu {
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 10px 0;
	width: 100%;
	max-width: 1450px;
}
.amavida-menu .social.cf {
	float: none;
	margin: 0;
	width: 150px;
	display: flex;
	justify-content: space-between;
	position: static !important;
}
.amavida-menu .social.cf .svg-ico {
	width: 30px;
}
.header_nav,
.amavida-menu .header_nav {
	transition: all .2s linear;
	transform: translateX(0%);
}
.amavida-menu .header_nav:not([aria-hidden=false]) {
	transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
}
.header_nav > ul > li > ul.sub-menu,
.header_nav ul[aria-hidden=true] {
	display: none;
}
.header_nav ul[aria-hidden=false] {
	display: block !important;
}
.header_navwrap {
	width: 100%;
	z-index: 999;
}
.amavida-menu .header_navwrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.header_navtoggle,
.header_nav button {
	border: 0;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	font-weight: 700;
	font-size: 12px;
	color: #625345;
	text-transform: uppercase;
	height: 100%;
	cursor: pointer;
	border-left: 1px solid #C4BBB2;

}
.header_navtoggle {
	width: 25%;
	max-width: 100px;
}
.header_navtoggle:focus,
.header_nav button:focus {
	outline: none;
}
.header_navtoggle:hover,
.header_navtoggle:focus {
	color: black;
	background: #eee;
	outline: none;
}
.header_navtoggle:after,
.header_nav button:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid #937B64;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	display: inline-block;
	margin-left: .5em;
	border-bottom: none;
	position: relative;
	top: -1px;
	transition: .2s linear;
}
.header_nav button:focus:after {
	border-top-color: #000;
}
.header_navtoggle[aria-expanded=true]:after,
.header_nav button[aria-expanded=true]:after {
	transform: rotate(180deg) translateY(.1em);
}
.header_nav {
	padding: 2.5em 2em;
	box-sizing: border-box;
	height: calc(100vh - 150px);
	overflow: auto;
}
.amavida-menu .header_nav {
	position: absolute;
	right: 1em;
	left: 0;
	background: rgba(255,255,255,0.96);
	box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
.header_nav > ul,
.header_nav > li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header_nav > ul > li  {
	position: relative;

}
.header_nav a,
.header_utils a {
	color: #444;
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.2;
	padding: 1em 0 .9em;
	text-decoration: none;
}
.header_utils a {
	padding: 0;
}
.header_nav a:hover,
.header_nav a:focus {
	text-decoration: underline;
}
.header_nav a.header_nav_menu {
	margin: 0 50px 0 0;
}
.header_nav ul ul a {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	padding: .7em 0 .6em;
	border: 0;
	color: #333;
}
.header_nav > ul > li > ul {
	padding: 1em 0 0 0;
	margin: 0;
}
.header_nav ul ul {
	list-style: none;
}
.header_nav ul ul ul {
	padding-left: 1em;
	margin: 0;
}

.header_nav > ul > li > a + button {
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	text-indent: -99999px;
	overflow: hidden;
	background: none;
	border: 0;
	width: 50px;
	height: 4.2em;
}
.header_nav > ul > li > a + button:before,
.header_nav > ul > li > a + button:after {
	position: absolute;
	left: 50%;
	top: 40%;
}
.header_nav > ul > li > a + button:before {
	content: "";
	width: 2em;
	height: 2em;
	left: 48%;
	margin-top: -.8em;
	background: #f1f1f1;
	border-radius: 100%;
}
.header_nav > ul > li > a + button:hover,
.header_nav > ul > li > a + button:focus  {
	outline: none;
}
.header_nav > ul > li > a + button:hover:before,
.header_nav > ul > li > a + button:focus:before  {
	background-color: #eee;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
}
[class*=header_icon] {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	margin-right: .5em;
	vertical-align: middle;
}
.header_icon-login {
	background-image: url('https://www.amavida.com/wp-content/themes/amavida-divi-child/assets/frontend/img/icons/account.svg');
}
.header_icon-cart {
	background-image: url('https://www.amavida.com/wp-content/themes/amavida-divi-child/assets/frontend/img/icons/cart.svg');
}
.header_utils {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: calc(1.6em + .6vw);
	right: 1em;
	width: auto;
	left: auto;
	justify-content: flex-end;
}
.header_utils a {
	flex: 0 0 1.3em;
	border: 0;
	overflow: hidden;
	border-radius: 100%;
}
.header_utils a:hover,
.header_utils a:focus {
	background-color: #eee;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
}
.header_utils a span {
	position: absolute;
	left: -999px
}
.is-mac .header_nav > ul > li > a.focused_a {
	outline-color: rgb(16, 16, 16);
	outline-style: double;
	outline-width: 2px;
}
.amavida-shop-bg {
	min-height: 285px;
	background: #445670;
}
.banner .b-caption h1 {
	font-family: malina regular,sans-serif;
	font-size: 86px;
	font-weight: 400;
}
.banner .b-caption h1,
.banner .b-caption h4{
	color: #fff;
	line-height: 1.4;
}
@media (min-width: 992px){
	header.amavida-header {
		border-bottom: 1px solid #c2c2c2;
	}
	.header > .container.amavida-menu {
		padding: 0 15px;
	}
	.header_navtoggle,
	.amavida-menu .header_navtoggle {
		display: none;
	}
	.header_navwrap,
	.amavida-menu .header_navwrap {
		max-width: none;
		position: static;
	}
	.header_nav,
	.amavida-menu .header_nav,
	.amavida-menu .header_nav:not([aria-hidden=false]) {
		transform: none;
		transition: none;
		opacity: 1;
		position: static;
		box-shadow: none;
		height: auto;
		overflow: visible;
		visibility: visible;
		opacity: 1;
		padding: 0;
		width: 100%;
		min-height: 0;
	}
	.header_nav,
	.header_nav[aria-hidden=true] {
		visibility: visible;
	}
	.header_nav > ul {
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.header_nav > ul > li {
		flex: 0 1 auto;
		margin-left: 1em;
		white-space: nowrap;
		position: relative;
		cursor: pointer;
	}
	.header_nav > ul > li:not(:last-child):after {
		border-right: 2px solid #ddd;
		height: 1em;
		display: inline-block;
		vertical-align: middle;
		content: "";
		margin-left: 1em
	}
	.header_nav > ul > li > a {
		margin: 0;
		padding: 1.4em 1em 1.3em 1em;
		font-size: 14.2px;
		color: #222;
		text-transform: uppercase;
	}
	.header_nav a.header_nav_menu {
		margin: 0;
	}
	.header_nav > ul > li > a,
	.header_nav > ul > li > a + button {
		border: 0;
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}
	.header_nav > ul > li > a + button {
		position: relative;
		height: auto;
		height: .8em;
		width: 1.2em;
		padding: 0;
		vertical-align: middle;
	}
	.header_nav > ul > li:hover > a,
	.header_nav > ul > li > a:hover,
	.header_nav > ul > li > a:focus {
		color: #000;

	}
	.header_nav > ul > li:hover button:after,
	.header_nav > ul > li:focus button:after  {
		border-top-color: #000;
	}
	.header_nav > ul > li > a + button:before {
		display: none;
	}
	.header_nav > ul > li > a + button:after {
		left: 0;
		top: 0;
		margin: 0;
		border-top-color: #bbb;
	}
	.header_nav > ul > li > ul {
		position: absolute;
		background: rgba(0,0,0,.9);
		color: #fff;
		border: none;
		white-space: normal;
		padding: 1em 2em;
		min-width: 19em;
		margin-left: -1em;
		max-height: 50vh;
		overflow: auto;
	}
	.header_nav > ul > li > ul ul {
		padding: 0;
		margin: 0;
	}
	.header_nav > ul > li#menu-item-32815 > ul.sub-menu[aria-hidden=false] {
		display: -ms-flexbox;
		display: flex !important;
		justify-content: space-between;
		min-width: 40em;
	}
	.header_nav > ul > li:last-child > ul {
		right: 0;
		margin-right: -1em;
		margin-left: 0;
	}
	.header_nav > ul > li > ul li {
		padding: 0;
	}
	.header_nav > ul > li > ul a {
		color: #fff;
		font-size: 14.4px;
	}
	.header_nav > ul > li#menu-item-32815 > ul.sub-menu > li > a {
		font-weight: 700;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.header_nav .header_nav_acct {
		position: absolute;
		right: 9em;
	}
	.header_utils {
		right: 2em;
	}
	.header_utils,
	.header_nav .header_nav_acct {
		top: 4em;
	}
	.woocommerce-cart .header_utils,
	.woocommerce-cart .header_nav .header_nav_acct {
		top: 3em;
	}
	.header_nav_acct a,
	.header_utils a {
		padding: 0;
		line-height: 1.5;
		max-width: none;
		flex: none;
		border-radius: 0;
		border-bottom: 0;
	}
	.header_utils a:hover,
	.header_utils a:focus {
		box-shadow: none;
		background-color: transparent;
	}
	.header_utils a span {
		position: relative;
		left: auto;
	}
}
@media screen and (max-width: 1170px) and (min-width: 992px) {
	.header_utils,
	.header_nav .header_nav_acct {
		top: -6.4em;
	}
}
@media screen and (max-width: 1024px) {
	.header_nav > ul > li > a {
		padding: 1.4em 0.5em 1.3em;
	}
}
@media screen and (max-width: 991px) {
	.et_fixed_nav.et_show_nav #page-container {
		padding-top: 77px !important;
	}
	.admin-bar.et_fixed_nav.et_show_nav #page-container {
		padding-top: 47px !important;
	}
	.notification_shown.et_fixed_nav.et_show_nav #page-container {
		padding-top: 120px !important;
	}
	.admin-bar.notification_shown.et_fixed_nav.et_show_nav #page-container {
		padding-top: 90px !important;
	}
	header.amavida-header {
		border-bottom: 1px solid #C4BBB2;
		height: auto;
	}
	.notification_shown header.amavida-header {
		top: 40px;
	}
	.header > .container.amavida-menu {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.amavida-shop-bg {
		min-height: 240px;
	}
	.h-top {
		max-width: 180px;
		width: 50%;
		margin: 0 auto;
		padding: 0;
		display: block;
		position: relative;
		z-index: 1005;
		border: 0
	}
	.logo.cf {
		margin: 0;
	}
	.logo img {
		width: 100%;
	}
	.header_utils {
		top: 50%;
		transform: translate(0,-50%);
	}
}

/* Notification bar */
#notification-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #333;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	z-index: 1000;
	font-size: 18px;
}
#notification-bar p,
#notification-bar span,
#notification-bar h1,
#notification-bar h2,
#notification-bar h3,
#notification-bar h4,
#notification-bar h5,
#notification-bar h6,
#notification-bar a {
	text-decoration: none;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding: 0;
}

/* New Header Styles 06.04.2021 */
.h-top {
	display: block;
}
.header_nav a.amavida-desktop-logo {
	display: none;
}
@media screen and (min-width: 992px) {
	.admin-bar .header {
		margin-top: 0;
	}
	.h-top {
		display: none;
	}
	.header_nav a.amavida-desktop-logo {
		display: block;
		border-bottom: 0 !important;
	}
	.amavida-desktop-logo img {
		max-width: 80px;
	}
	.amavida-menu .header_navwrap {
		display: flex;
		align-items: center;
	}
	.amavida-menu .header_nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.amavida-menu .header_utils,
	.amavida-menu .header_nav .header_nav_acct {
		position: static;
		right: initial;
		top: initial;
		margin-right: 15px;
	}
}


/* New Cart Styles */
.woocommerce-page #left-area {
	width: 100%;
	padding-right: 0;
}
.woocommerce-page #main-content .container {
	width: 100%;
	max-width: 1430px;
	padding: 0 15px !important;
}
.woocommerce-page .entry-title.main_title,
.woocommerce-page #main-content .container:before {
	display: none;
}
.woocommerce a.remove {
	color: #444 !important;
	font-size: 20px;
}
.woocommerce a.remove:hover {
	color: #444 !important;
	background-color: transparent;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 70px;
}
.woocommerce-cart table.shop_table .quantity,
#woofc-area .woofc-item-qty {
	display: flex;
}
#woofc-area .woofc-item-qty {
	margin-top: 10px;
}
#woofc-area .woofc-item-thumb,
#woofc-area .woofc-cross-sells .woofc-cross-sells-product-image {
	margin-right: 20px;
	margin-left: 0;
}
#woofc-area .woofc-cross-sells-product-name,
#woofc-area .woofc-item-title {
	font-size: 16px;
}
.woocommerce-cart .quantity .woofc-item-qty-minus,
.woocommerce-cart .quantity .woofc-item-qty-plus,
#woofc-area .woofc-item-qty .woofc-item-qty-minus,
#woofc-area .woofc-item-qty .woofc-item-qty-plus {
	cursor: pointer;
	color: #111;
	background: #fff;
	border-radius: 3px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,.1);
}
#woofc-area .woofc-item-qty .woofc-item-qty-plus,
#woofc-area .woofc-item-qty .woofc-item-qty-minus {
	color: #111;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-cart table.shop_table .quantity .qty,
#woofc-area .woofc-item-qty .qty {
	width: 50px !important;
	height: 34px;
	display: inline-block;
	border: 0;
	-moz-appearance: textfield;
	font-size: 16px;
	outline: none;
	background: #fff;
}
.woocommerce-cart table.shop_table .quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart table.shop_table .quantity .qty::-webkit-outer-spin-button,
#woofc-area .woofc-item-qty .qty::-webkit-inner-spin-button,
#woofc-area .woofc-item-qty .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
.woofc-no-item {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.woofc-no-item h3 {
	font-size: 32px;
	font-weight: 700;
}
.woofc-no-item .woocommerce-mini-cart__empty-message {
	font-weight: 400;
}
.woofc-no-item a.btn {
	font-size: 16px;
	height: 40px;
	line-height: 37px;
	border: 1px solid #111;
	max-width: 100%;
	outline: none;
	background-color: #111;
	color: #fff;
	border-radius: 5px;
	padding: 0 18px;
	display: block;
	margin-top: 20px;
	font-weight: 400;
	transition: all 0.3s ease;
}
.woofc-no-item a.btn:hover {
	background-color: #fff;
	color: #111;
	border-color: #111;
}
.cart-collaterals {
	display: flex !important;
}
.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before {
	display: none;
}
#woofc-area .woofc-area .woofc-cross-sells {
	margin-top: 30px;
}
#woofc-area .woofc-cross-sells-product-atc .add_to_cart_inline a:before {
	content: '+ Add it';
}
#woofc-area .woofc-cross-sells-product-atc .add_to_cart_inline a {
	background: #111;
	border: 0;
	line-height: 32px;
	color: #fff;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover,
#woofc-area .woofc-cross-sells-product-atc .add_to_cart_inline a:hover {
	background: #fff;
	border-color: #111;
	color: #111 !important;
}
#woofc-area .woofc-cross-sells-products {
	display: flex;
	flex-wrap: wrap;
}
#woofc-area  .woofc-cross-sells .woofc-cross-sells-product {
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0;
	width: 50%;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-info {
	margin: 0;
}
#woofc-area .woofc-area-top {
	padding: 20px 20px 20px 60px;
	background: #8DD3DA;
}
#woofc-area .woofc-area-top span {
	text-align: center;
}
#woofc-area .woofc-area-top .woofc-close {
	left: 20px;
	right: initial;
}
div.woocommerce table.shop_table td * {
	font-size: 18px;
}
div.woocommerce table.shop_table .variation * {
	font-size: 16px;
}

.woocommerce-cart .button.continue-shopping-button,
.woocommerce-shipping-calculator,
.woocommerce-shipping-destination {
	display: none;
}
#wc-update-cart-btn {
	position: absolute;
	opacity: 0;
	font-size: 0;
}
.woocommerce-cart .wc-proceed-to-checkout {
	text-align: right;
}
.woocommerce-cart .wcppec-checkout-buttons__separator,
.woocommerce-cart .wc-proceed-to-checkout .wc-proceed-to-checkout {
	display: none;
}
div.woocommerce a.button.alt.checkout-button {
	display: inline-block;
	background: #111;
	padding: 14px 50px 18px;
	font-size: 18px;
	border: 1px solid #111;
	transition: all 0.3s ease;
	color: #fff;
	line-height: 1.2 !important;
}
div.woocommerce a.button.alt.checkout-button:after {
	display: none;
}
div.woocommerce a.button.alt.checkout-button:hover {
	background: #fff;
	color: #111 !important;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	/*margin-top: -235px;*/
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-radius: 0;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr * {
	border: 0;
	font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
	text-align: right;
}
.woocommerce ul#shipping_method li {
	margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	max-width: 450px;
}
.woocommerce table.cart td.actions .coupon {
	width: 100%;
	max-width: 530px;
}
div.woocommerce table.shop_table td.actions .coupon .input-text {
	max-width: 330px;
	width: 100%;
	margin-right: 10px;
	padding: 12px 20px;
	height: auto;
}
.woocommerce-cart .woocommerce-info {
	display: none;
}
.woocommerce-cart .woocommerce-cart-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 60px;
}
.woocommerce-cart .woocommerce-cart-empty h3 {
	font-size: 32px;
}
.woocommerce-cart .woocommerce-cart-empty .button {
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border: 1px solid #111;
}
.woocommerce-cart .woocommerce-cart-empty .button:hover {
	background: #fff;
	color: #111 !important;
}
.woocommerce-cart .button,
.woocommerce-cart input.button {
	width: 100%;
	max-width: 190px;
	height: 50px;
	background: #3d3d3d;
}
.woocommerce table.shop_table tr:last-child td.actions {
	border-top: 0;
}
.woocommerce table.shop_table tr:not(:last-child) td.actions {
	padding-top: 20px;
	padding-bottom: 0;
}
.woocommerce .woofc-item-data dl.variation {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .woofc-item-data dl.variation dd {
	width: 70%;
	margin-left: 5px;
}
#woofc-count.woofc-count.woofc-count-shake {
	animation: none;
}
.woocommerce table.shop_table.cart > tbody > tr:not(.woocommerce-cart-form__cart-item) {
	position: absolute;
    opacity: 0;
}
#cart_order_notes {
	width: calc(100% - 450px);
	padding-right: 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.customer_notes_on_cart {
	width: 85%;
}
.customer_notes_on_cart label {
	opacity: 0;
	position: absolute;
	z-index: 0;
}
.woocommerce-cart .customer_notes_on_cart textarea {
	resize: none;
	max-height: 165px;
	border-color: rgba(0,0,0,.1);
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	font-size: 14px;
	padding: 14px;
	margin-bottom: 50px;
}
.woocommerce .quantity {
	width: auto !important;
}
div.woocommerce table.shop_table .product-name a,
body.woocommerce table.shop_table .product-name a {
	color: #1d75b3;
	text-decoration: underline;
	font-size: 16px;
}
div.woocommerce table.shop_table .product-name a:hover,
body.woocommerce table.shop_table .product-name a:hover {
	text-decoration: none;
	color: #70be44;
}
.cart-continue-shopping a {
	color: #6c6e6f;
	text-decoration: underline;
	font-size: 16px;
}
.cart-continue-shopping a:hover {
	text-decoration: none;
}
.woocommerce a.remove {
	display: inline-block;
	max-width: 118px;
	width: 100%;
	font-weight: 400;
	font-size: 14px !important;
	margin-top: 15px;
	text-decoration: underline;
}
.woocommerce a.remove:hover {
	color: red !important;
	text-decoration: none;
}
.woocommerce .product-thumbnail {
	text-align: center;
}
.single #wc-square-digital-wallet,
.woocommerce-cart #wc-square-digital-wallet,
#wc-square-wallet-divider {
	display: none !important;
}
.woocommerce-checkout form .woocommerce-NoticeGroup .woocommerce-message {
	display: none;
}

#wc-square-digital-wallet {
	padding: 24px 16px 8px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	position: relative;
	margin: 15px 20px 0 !important;
	display: flex !important;
	justify-content: space-between;
	min-height: 94px;
	width: 100%;
	max-width: 510px;
}
#wc-square-digital-wallet:before {
	content: 'Express Checkout';
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	padding: 2px 8px;
	position: absolute;
	left: 50%;
	top: -14px;
	transform: translate(-50%,0);
}
#wc-square-digital-wallet .wc-square-wallet-buttons {
	width: 100%;
	margin-left: 4px;
	margin-right: 4px;
}

@media screen and (max-width: 1024px) {
	#wc-square-digital-wallet {
		margin: 15px auto !important;
	}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.customer_notes_on_cart {
		width: 100%;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		max-width: 100%;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce .product-remove {
		border-left: 0;
	}
	.woocommerce .product-subtotal {
		border-right: 0;
	}
	#cart_order_notes {
		width: 100%;
		padding: 0;
	}
	.cart-continue-shopping {
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.cart_totals {
		order: 1;
	}
	.product-quantity {
		display: flex !important;
		align-items: center;
		position: relative;
	}
	.woocommerce a.remove {
		position: absolute;
		right: 12px;
		top: 50%;
		margin: 0;
		transform: translate(0,-50%);
		max-width: none;
		width: auto;
	}
	.woocommerce-cart table.shop_table .quantity {
		margin-left: 15px;
	}
}
@media screen and (max-width: 600px) {
	.woocommerce .woofc-item-data dl.variation dd {
		width: auto;
	}
	#wc-square-digital-wallet {
		flex-wrap: wrap;
		min-height: 84px;
	}
	.woocommerce .cart .button, .woocommerce .cart input.button,
	div.woocommerce table.shop_table td.actions .coupon .input-text {
		max-width: 100%;
		width: 100% !important;
		margin: 5px 0;
	}
	.woocommerce table.shop_table td.actions {
		padding-left: 0;
		padding-right: 0;
	}
	div.woocommerce a.button.alt.checkout-button {
		width: 100%;
	}
	.woocommerce table.cart td.actions .coupon {
		padding-bottom: 0;
	}
	form.woocommerce-cart-form + .wcppec-checkout-buttons {
		padding-left: 0 !important;
		margin-bottom: 30px;
	}
	#woofc-area .woofc-cross-sells .woofc-cross-sells-product {
		width: 100%;
	}
}
form.woocommerce-cart-form + .wcppec-checkout-buttons {
	max-width: 542px;
	padding-left: 12px;
}

form.woocommerce-cart-form,
form.woocommerce-checkout {
	margin-top: 60px;
	margin-bottom: 30px;
}


/* Side Checkout */
#woofc-area {
	max-width: 600px;
}
.woofc-area.woofc-style-02 .woofc-area-top {
	border-bottom: 1px solid #eee;
	height: auto;
	line-height: 24px;
	padding: 20px 60px 20px 20px;
	background: #fff;
}
.woofc-area.woofc-style-02 .woofc-area-mid {
	margin: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
	width: 100px;
	flex: 0 0 100px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
	width: 100px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner {
	padding: 20px 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
	transform: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
	opacity: 1;
	visibility: visible;
	top: 10px !important;
	transform: none !important;
	position: static;
	margin-left: 20px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
	text-transform: uppercase;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action {
	padding: 15px 20px 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div {
	margin: 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
	font-size: 20px;
	line-height: 1.2;
	padding: 12px 10px;
	height: auto;
	background: #111;
	color: #fff;
	text-transform: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}
.woofc-area.woofc-style-02 .woofc-no-item,
.woofc-area.woofc-style-02 .woofc-error,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
	font-size: 16px !important;
}
.woofc-area.woofc-style-02 .woofc-area-bot {
	padding: 20px 0;
	border-top: 1px solid #eee;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-total .woofc-total-right,
.woofc-total-left {
	font-size: 16px;
	font-weight: 700;
}
.woofc-cross-sells-heading,
.woofc-action-free-shipping {
	color: #111;
	border-bottom: 4px solid #8DD3DA;
	width: 100% !important;
	text-align: center;
	padding: 6px 0;
	font-size: 16px;
}
.woofc-cross-sells-heading {
	background: #8dd3da;
	border: 0;
}
.woofc-action-free-shipping {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.woofc-count span {
	background: #70be44;
}
.woofc-item-price {
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 600px) {
	.woofc-area .woofc-cross-sells .woofc-cross-sells-product-image,
	.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
		width: 80px;
		flex: 0 0 80px;
	}
	.woofc-area .woofc-cross-sells .woofc-cross-sells-product-image img,
	.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
		width: 80px;
	}
}

/* Single Product Variations */
body.woocommerce div.product p.price,
body.woocommerce div.product span.price {
	font-size: 1.25em;
	color: #000;
	margin-top: 8px;
	margin-bottom: 13px;
}

body.woocommerce div.product span.price {
	margin: 0 0 10px 0;
	display: inline-block;
}

body.woocommerce div.product .reset_variations {
	text-decoration: none;
	position: absolute;
}

body.woocommerce div.product .reset_variations:hover {
	color: #70be44;
}

body.woocommerce div.product .variations {
	max-width: 320px;
	margin: 0;
}

body.woocommerce div.product .variations tbody {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

body.woocommerce div.product .variations td.label,
body.woocommerce div.product .variations th {
	line-height: 1.3;
	max-width: 100px;
}

body.woocommerce div.product form.cart .variations td select {
	margin: 0 10px 0 0;
	width: 170px !important;
	display: inline-block;
	color: #252525;
	vertical-align: middle;
	border: 1px solid #d0d0d0 !important;
	background-color: #fff;
	font-size: 14px;
	height: 40px;
	padding: 0 14px;
	text-align: left;
	border-radius: 5px;
	position: relative;
}
body.woocommerce div.product form.cart .variations td.value span:after {
	right: 20px !important;
	transform: none !important;
	top: 14px;
	margin: 0;
}

body.woocommerce div.product div.quantity {
	font-size: 0;
	margin-right: 12px;
}

body.woocommerce div.product div.quantity input[type="text"],
body.woocommerce div.product div.quantity input[type="number"],
body.woocommerce div.product div.quantity .q-plus,
body.woocommerce div.product div.quantity .q-minus {
	width: 37px;
	height: 32px;
	background: #ecf3f9;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 0 5px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #4c4c4d;
	font-weight: bold;
	vertical-align: top;
}

.is-mac body.woocommerce div.product div.quantity input[type="text"],
.is-mac body.woocommerce div.product div.quantity .q-plus,
.is-mac body.woocommerce div.product div.quantity .q-minus {
	line-height: 35px;
}

body.woocommerce div.product div.quantity input[type="text"],
body.woocommerce div.product div.quantity input[type="number"] {
	margin: 0 7px;
}

body.woocommerce div.product div.quantity .q-plus,
body.woocommerce div.product div.quantity .q-minus {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.woocommerce div.product div.quantity .q-plus:after,
body.woocommerce div.product div.quantity .q-minus:after,
body.woocommerce div.product div.quantity .q-plus:before,
body.woocommerce div.product div.quantity .q-minus:before {
	content: '';
	width: 11px;
	height: 4px;
	background: #cccccc;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body.woocommerce div.product div.quantity .q-plus:before {
	width: 4px;
	height: 11px;
}

/* New Checkout Styles */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	color: #70be44;
}
body.woocommerce-checkout.notification_shown.et_fixed_nav.et_show_nav #page-container {
	padding-top: 25px !important;
}
.shop_table th,
.amavida-breadcrumbs-checkout a,
.amavida-breadcrumbs-checkout span,
.amavida-buttons-area a,
.woocommerce-form__label,
.form-row-label,
#billing_email_field:after,
.address-field > span strong {
	font-size: 16px;
}
.amavida-back-info,
.amavida-buttons-area a:not(.button) {
	color: #6c6e6f;
	font-weight: 400;
	text-decoration: underline;
}
.amavida-back-info:hover,
.amavida-buttons-area a:not(.button):hover {
	text-decoration: none;
}
#ship-to-different-address-checkbox {
	margin: 0 12px 0 0;
}
.woocommerce-checkout form.woocommerce-checkout {
	margin: 0 0 10px;
}
.woocommerce button.button.alt:after, .woocommerce-page button.button.alt:after,
.woocommerce-checkout header,
.woocommerce-checkout #notification-bar {
	display: none;
}
body.woocommerce-checkout #wrap header.cf.amavida-header + div.container {
	margin-top: 20px !important;
}
.checkout-website-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkout-website-logo img {
	max-width: 140px;
}
.woocommerce-additional-fields {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.woocommerce-checkout #order_review {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-checkout #order_review > .form-row-first {
	width: 73%;
	padding: 0 20px 0 0;
	margin-bottom: 10px;
	order: 1;
}
.woocommerce-checkout #order_review > .form-row-last {
	width: 27%;
	padding: 0;
	margin-bottom: 10px;
	order: 2;
}
.woocommerce-checkout #order_review > .form-row-last button {
	width: 100%;
	padding: 11px 10px;
}
.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form {
	width: 100%;
	order: 3;
	position: relative;
}
.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form {
	display: flex;
	justify-content: space-between;
}
.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form label {
	display: none;
}
.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form #pwgc-redeem-error {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	left: 15px;
}
.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form #pwgc-redeem-gift-card-number {
	width: calc(73% - 20px);
	margin-bottom: 20px;
}
.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form #pwgc-redeem-button {
	display: block;
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	width: 27%;
	padding: 0 10px;
	background: #111;
}
.woocommerce-checkout #order_review table.shop_table {
	order: 4;
}
.woocommerce-checkout #order_review .product-thumbnail,
.woocommerce-checkout #order_review .product-thumbnail img {
	max-width: 80px;
}
.woocommerce-checkout #order_review .product-thumbnail figure {
	margin: 0;
}
div.woocommerce table.shop_table td * {
	font-size: 16px;
}
div.woocommerce table.shop_table .variation *,
body.woocommerce-cart span.woofc-item-data,
body.woocommerce-checkout span.woofc-item-data {
	font-size: 14px !important;
	display: block;
}
body.woocommerce-cart span.woofc-item-data span,
body.woocommerce-checkout span.woofc-item-data span,
body.woocommerce-cart span.woofc-item-data strong,
body.woocommerce-checkout span.woofc-item-data strong {
	font-size: 14px;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper .form-row {
	width: 100% !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
	width: 49% !important;
}
#billing_email_field {
	order: 1;
}
#billing_first_name_field {
	order: 2;
}
#billing_last_name_field {
	order: 3;
}
#billing_company_field {
	order: 4;
}
#billing_address_1_field {
	order: 5;
}
#billing_address_2_field {
	order: 6;
}
#billing_city_field {
	order: 7;
}
#billing_country_field {
	order: 8;
	width: 31% !important;
	display: flex;
	align-items: center;
}
#billing_state_field {
	order: 9;
	width: 31% !important;
}
#billing_postcode_field {
	order: 10;
	width: 31% !important;
}
#billing_phone_field {
	order: 11;
}
.address-field .select2-container .select2-selection--single,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.address-field .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.address-field .select2-container--default .select2-selection--single {
	border-color: #d0d0d0;
}
.woocommerce-form-coupon-toggle {
	display: none;
}
.woocommerce-checkout .col2-set {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 610px;
}
.woocommerce-checkout .col2-set > div {
	width: 50% !important;
}
.woocommerce-checkout .col2-set .col-1 {
	padding: 17px;
}
.woocommerce-checkout .col2-set:not(.col2-coupon) .col-1 {
	margin-top: -60px;
}
.woocommerce-checkout .col2-set .col-2 {
	padding: 20px;
	background: #fbfbfb;
	border-left: 1px solid #bebebe;
}

.woocommerce-checkout .col2-coupon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 0;
	margin-top: 10px;
}
.woocommerce-checkout .col2-coupon .col-2 {
	padding-bottom: 0;
}
.woocommerce-checkout .col2-coupon .col-2 form {
	display: flex;
	justify-content: space-between;
}
.woocommerce-checkout .col2-coupon .col-2 p {
	padding: 0;
	margin: 0;
}
.woocommerce-checkout .col2-coupon .col-2 p.form-row-first {
	width: calc(100% - 160px);
}
.woocommerce-checkout .col2-coupon .col-2 p.form-row-last {
	max-width: 150px;
}
.woocommerce-checkout .col2-coupon .col-2 .clear {
	display: none;
}
.woocommerce-checkout .col2-coupon .col-2 input {
	border: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_table {
	background: #fff;
	margin-bottom: 0;
}
.form-row-label {
	font-weight: 700;
}
.amavida-buttons-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3px;
	margin-top: 10px;
}
#billing_email_field:after {
	content: 'Billing Address';
	display: block;
	padding: 3px 3px 0;
	margin: 12px 0 -6px;
	width: 100%;
	font-weight: 700;
}
.amavida-back-info {
	margin-left: 20px;
}
.amavida-back-info,
#payment {
	display: none;
	margin-bottom: 20px;
}

.woocommerce-shipping-fields {
	margin-bottom: 0;
}
#ship-to-different-address {
	padding: 3px;
	font-size: 16px;
	color: #6c6e6f;
}
#ship-to-different-address label {
	display: flex;
	align-items: center;
}
#ship-to-different-address label .jq-checkbox {
	margin-right: 10px;
}
#ship-to-different-address span {
	cursor: pointer;
	font-weight: 700;
}
body.woocommerce-checkout .amavida-buttons-area a.amavida-checkout-continue,
body.woocommerce-checkout #payment #place_order {
	padding: 15px 20px;
	transition: all 0.3s ease;
}
body.woocommerce-checkout button.button {
	transition: all 0.3s ease;
}
body.woocommerce-checkout #payment #place_order {
	width: 100%;
	color: #fff;
	background: #000;
	font-size: 16px;
	line-height: 1 !important;
}
.woocommerce-terms-and-conditions-wrapper a.woocommerce-terms-and-conditions-link {
	color: #11659e;
	font-weight: 400;
	text-decoration: none;
}
.checkout #payment {
	background: #fff;
	border: 1px solid #e3e3e3;
	margin-left: 3px;
	margin-right: 3px;
}
.woocommerce-terms-and-conditions-wrapper a.woocommerce-terms-and-conditions-link:hover {
	text-decoration: underline;
}
body.woocommerce-checkout button.button,
body.woocommerce-checkout .amavida-buttons-area a.amavida-checkout-continue,
body.woocommerce-checkout #payment #place_order,
.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form #pwgc-redeem-button {
	border: 1px solid #111 !important;
}
.woocommerce-checkout .col2-coupon .col-2 button,
body.woocommerce-checkout .amavida-buttons-area a.amavida-checkout-continue {
	background: #000;
	color: #fff;
	padding: 15px 20px !important;
	font-size: 16px;
	line-height: 1 !important;
}
.woocommerce-checkout .col2-coupon .col-2 button:after,
body.woocommerce-checkout .amavida-buttons-area a.amavida-checkout-continue:after {
	display: none;
}
body.woocommerce-checkout button.button:hover,
body.woocommerce-checkout .amavida-buttons-area a.amavida-checkout-continue:hover,
body.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form #pwgc-redeem-button:hover {
	background: #fff !important;
	color: #111 !important;
}
.amavida-breadcrumbs-checkout {
	padding: 0 20px;
	margin-top: 20px;
}
.amavida-breadcrumbs-checkout a {
	color: #6c6e6f;
	text-decoration: underline;
}
.amavida-breadcrumbs-checkout a:hover {
	text-decoration: none;
}
.amavida-breadcrumbs-checkout .bc-current {
	font-weight: 700;
	cursor: text;
	text-decoration: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle {
	display: inline-block;
	transform: translate(0, 166px);
	width: 50%;
	padding: 0 20px;
	text-align: right;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 16px !important;
	color: #515151 !important;
	padding: 0 !important;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before {
	display: none;
}
.woocommerce-checkout .woocommerce-info a {
	color: #6c6e6f;
	text-decoration: underline;
}
.woocommerce-checkout .woocommerce-info a:hover {
	text-decoration: none;
}
.woocommerce-checkout form.login {
	position: fixed;
	z-index: 10000;
	background: #fff;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 10% 30%;
	border: 0;
	font-size: 16px;
}
.woocommerce-checkout form.login p:first-child {
	margin-bottom: 20px;
}
.woocommerce-checkout form.login .form-row-first,
.woocommerce-checkout form.login .form-row-last {
	width: 49%;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit {
	padding: 7px 55px !important;
	font-size: 16px;
	background: #111;
	color: #fff;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background: #fff;
	color: #111;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit:after {
	display: none !important;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-top: 4px;
	margin-bottom: 4px;
}
.woocommerce-checkout form.login p {
	padding: 3px;
}
.woocommerce-checkout form.login p.lost_password a {
	color: #6c6e6f;
	text-decoration: underline;
}
.woocommerce-checkout form.login p.lost_password a:hover {
	text-decoration: none;
}
.woocommerce-checkout form.login p:first-child {
	position: relative;
}
.woocommerce-checkout form.login p .wc-login-close {
	position: absolute;
	top: -50px;
	right: -50px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 700;
}
.woocommerce-checkout form.login p .wc-login-close:hover {
	color: #111;
}
body.wc-login-shown {
	overflow: hidden;
}
.woocommerce-checkout #main-content form .form-row input {
	display: inline-block;
	color: #252525;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	font-size: 14px;
	height: 40px;
	padding: 0 14px;
	border-radius: 5px;
}
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
	transition: all 0.3s ease;
}
.woocommerce-checkout #main-content form .form-row input.input-text:focus,
.woocommerce-checkout #main-content form .form-row textarea:focus {
	border-color: #111;
}
.woocommerce-checkout #payment ul.payment_methods li {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	display: flex;
	align-items: center;
	width: 100%;
}
.woocommerce #payment div.payment_method_square_credit_card div.form-row,
.woocommerce #payment div.payment_method_square_credit_card div.form-row iframe {
	margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box {
	background: #fbfbfb;
	border: 1px solid #bebebe;
	border-radius: 5px;
	margin: 0;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}
#wc-square-credit-card-credit-card-form {
	border-radius: 5px;
	border: 0;
	padding: 0;
	margin: 0 -3px 0;
}
.woocommerce-checkout .col2-coupon .col-2 button {
	height: 40px;
	width: 100%;
	padding: 8px 20px !important;
}

/* Thank You page */
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row_0 {
	margin-bottom: 35px;
	margin-top: -20px;
}
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row_0 div {
	padding: 0;
}
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row.woocommerce-thank-you-page-2-column {
	min-height: 610px;
}
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row.woocommerce-thank-you-page-2-column .woocommerce-thank-you-page-container__block {
	width: 50% !important;
	padding: 20px;
}
.woocommerce-thank-you-page-thank_you_message__container .woocommerce-thank-you-page-check:before {
	color: #70be44;
}
.woocommerce-thank-you-page-thank_you_message__container .woocommerce-thank-you-page-thank_you_message__detail .woocommerce-thank-you-page-thank_you_message-header {
	font-size: 14px;
}
.woocommerce-thank-you-page-thank_you_message__container .woocommerce-thank-you-page-thank_you_message__detail .woocommerce-thank-you-page-thank_you_message-message {
	font-size: 18px;
	font-weight: 700;
}
.woocommerce-thank-you-page-container__row_1 .woocommerce-thank-you-page-text-editor-content {
	margin-left: 50px;
}
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__block.woocommerce-thank-you-page-container__block_1 {
	background: #fbfbfb;
	border-left: 1px solid #bebebe;
}
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-order_details__container {
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	margin: 0;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__order_item_total .woocommerce-thank-you-page-order_details__detail:nth-child(-n + 2) {
	border-bottom: 1px solid #ddd;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-header {
	padding: 0;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title > div,
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-value > div {
	font-weight: 700;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title > div a {
	font-weight: 400;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title ul {
	margin: 0 0 0 20px;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title li {
	list-style: none;
	display: flex;
	font-size: 14px;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title li p {
	margin: 0 0 0 0.25em;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title a.woocommerce-thank-you-page-order-item-image-wrap {
	margin: 0;
}
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__order_item_total .woocommerce-thank-you-page-order_details__order_total .woocommerce-thank-you-page-order_details-value div:first-child {
	display: none;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #d0d0d0;
}

/*--- PRODUCT UPSELLS ---*/

.products.upsells h2.woocommerce-loop-product__title {
    font-weight: 700;
    color: #4c4c4d!important;
    line-height: 1.2em;
    text-align: center;
}

.products.upsells .et_overlay {
    /* display: none; */
    background-color: rgba(255,255,255,0.5)!important;
    border-color: rgba(255,255,255,0.5)!important;
    border: 1px solid #e5e5e5 !important;
}

.products.upsells .et_overlay:before {
    display: none;
}

.products.upsells span.woocommerce-Price-amount.amount {
    font-size: 19px;
    color: #000!important;
    text-align: center;
    display: block;
}

.woocommerce .products.upsells .product h2.woocommerce-loop-product__title {
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-size: 16px;
    color: #4c4c4d!important;
    text-align: center;
    border-bottom: 1px solid #c2c2c2;
}

section.up-sells.upsells.products > h2 {
    font-family: 'Arvo',Georgia,"Times New Roman",serif;
    font-weight: 700;
    font-variant: small-caps;
    font-size: 30px;
    color: #333333!important;
    text-align: center;
    border-color: #4c4c4d #4c4c4d #c2c2c2 #4c4c4d;
    border-bottom-width: 1px;
    padding-bottom: 10px!important;
    border-style: solid;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

/*--- /PRODUCT UPSELLS ---*/

@media screen and (max-width: 1024px) {
	.woocommerce-checkout .col2-set {
		flex-direction: column-reverse;
	}
	.woocommerce-checkout .col2-set:not(.col2-coupon) .col-1 {
		margin-top: 0;
	}
	.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row.woocommerce-thank-you-page-2-column .woocommerce-thank-you-page-container__block,
	.woocommerce-checkout .col2-set > div {
		width: 100% !important;
	}
	.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__block.woocommerce-thank-you-page-container__block_1 {
		border-left: 0;
		border-top: 1px solid #bebebe;
	}
	.woocommerce-checkout .col2-set .col-2 {
		border-left: 0;
		border-bottom: 1px solid #bebebe;
		margin-bottom: 0 !important;
	}
	.woocommerce-checkout .col2-coupon .col-1 {
		display: none;
	}
	.woocommerce-checkout .col2-coupon .col-2 {
		border-bottom: 0;
		padding-bottom: 0 !important;
	}
	.woocommerce-checkout .woocommerce-form-login-toggle {
		transform: none;
		text-align: left;
		margin-top: 10px;
		width: 100%;
	}
	.woocommerce-checkout form.login {
		padding: 10% 20%;
	}
	.woocommerce-checkout form.login .form-row-last + .clear + .form-row  {
		margin-top: 15px;
	}
	.woocommerce-cart td.product-name {
		border-top: 0 !important;
	}
}
@media screen and (max-width: 600px) {
	.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row.woocommerce-thank-you-page-2-column .woocommerce-thank-you-page-container__block,
	.woocommerce-checkout .col2-set .col-2 {
		padding: 20px 10px;
	}
	.woocommerce-checkout .col2-set .col-1 {
		padding: 17px 7px;
	}
	.amavida-breadcrumbs-checkout,
	.woocommerce-checkout .woocommerce-form-login-toggle {
		padding: 0 10px;
	}
	.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title,
	.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-value {
		padding: 0 12px;
		font-size: 14px;
	}
	.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title ul {
		margin: 0 0 10px;
	}
	.woocommerce-thank-you-page-container__row_1 .woocommerce-thank-you-page-text-editor-content,
	div.woocommerce table.shop_table td,
	div.woocommerce table.shop_table th,
	div.woocommerce table.shop_table td,
	div.woocommerce table.shop_table th,
	div.woocommerce table.shop_table td *,
	.woocommerce-cart .cart-collaterals .cart_totals table tr * {
		font-size: 14px;
	}
	.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row_0 {
		margin-bottom: -30px;
	}
	.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details__product-title {
		flex-wrap: wrap;
	}
	.woocommerce-checkout #order_review {
		justify-content: space-between;
	}
	.woocommerce-checkout #order_review .clear {
		display: none;
	}
	.woocommerce-checkout #order_review > .form-row-first {
		width: 60%;
		padding: 0 5px 0 0;
	}
	.woocommerce-checkout #order_review > .form-row-last {
		width: calc(40% - 5px);
	}
	.woocommerce-checkout #order_review > .form-row-last button {
		padding: 13.2px 5px;
	}
	.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form #pwgc-redeem-gift-card-number {
		width: calc(60% - 5px);
	}
	.woocommerce-checkout #order_review #pwgc-redeem-gift-card-form form #pwgc-redeem-button {
		width: calc(40% - 5px);
		font-size: 14px;
		height: 40px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.woocommerce-checkout #order_review .product-thumbnail,
	.woocommerce-checkout #order_review .product-thumbnail img {
		max-width: 60px;
	}
	.woocommerce-checkout .product-quantity {
		display: inline-block !important;
	}
	.woocommerce-checkout form.login {
		padding: 10% 10px;
	}
	.woocommerce-checkout .col2-coupon .col-2 p.form-row-first {
		width: calc(100% - 110px) !important;
	}
	.woocommerce-checkout .col2-coupon .col-2 p.form-row-last {
		max-width: 100px;
		width: 47% !important;
	}
	.woocommerce-checkout form.login p .wc-login-close {
		top: -30px;
		right: 0;
	}
	.shop_table th,
	.amavida-breadcrumbs-checkout a,
	.amavida-breadcrumbs-checkout span,
	.amavida-buttons-area a,
	.woocommerce-form__label,
	.form-row-label,
	#billing_email_field:after, .address-field > span strong,
	#ship-to-different-address {
		font-size: 12px;
	}
}
.et-db #et-boc .et-l .et_pb_row,
.et-db #et-boc .et-l .et_pb_row_0_tb_body, body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row {
	width: 100% !important;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
	display: none;
}