[v-cloak] {
	display: none;
}

.free-shipping-badge {
	background-color: #FFA271;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 0.6875rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
	margin-right: 0.5rem;
    transform: translateY(-2px);
}

.discount-badge {
	background-color: #12B76C;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 0.6875rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
	margin-right: 0.5rem;
    transform: translateY(-2px);
}

.woocommerce-cart .free-shipping-badge,
.woocommerce-cart .discount-badge {
	font-size: 0.875rem;
}

/* Remove spinner on WooCommerce checkout page */
.woocommerce .blockUI.blockOverlay {
	display: none !important;
}

/* skew */
/* translate */
#close-cart-sidebar-btn, #cdr-overlay {
	transition-duration: 0.3s;
}

#shop-cart-sidebar:after {
	transition-duration: 0.5s;
}

/* loading animation */
@-webkit-keyframes circle-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loading:before, .tns:not(.tns-slider):before, .processing:not(.um-woo-status):before, .has-gallery-slider-layout .has-product-thumbnails.has-loading-effect #product-images:not(.tns-slider) .image-item:first-of-type:before, .has-gallery-slider-layout .has-product-thumbnails.has-loading-effect #product-thumbnail-images:not(.tns-slider) .thumbnail-item:first-of-type:before, .image-loading:before, .updating-cart #shop-cart-sidebar:before, .woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove a:focus:before, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove a:focus:before, .updating-cart.ajax-single-add-to-cart .single_add_to_cart_button.loading:before	{
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-top-color: var(--bs-black);
	border-radius: 50%;
	height: 20px;
	width: 20px;
	top: calc( 50% - 10px);
	left: calc( 50% - 10px);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation: circle-loading 0.35s linear infinite;
	animation: circle-loading 0.35s linear infinite;
}

.form-check {
	padding-left: 0;
}

.form-check .form-check-input,
.input-checkbox {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid var(--bs-black);
	float: none;
	margin-left: 0;
	margin-top: 0;
	border-radius: 5px;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	outline: 0;
	box-shadow: none;
	cursor: pointer;
}

.form-check .form-check-input:checked[type=checkbox],
.input-checkbox:checked[type=checkbox] {
	background-color: #fff;
	background-size: 16px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17'%3e%3cpath fill='none' stroke='%230f0f0f'  stroke-width='2' d='M1 7.36364L6.83333 15L15 1'/%3e%3c/svg%3e");
}

/**
 * Thank You
 */
.thank-you-wrapper {
	max-width: 1100px;
}

.thank-you-wrapper h1 {
	font-size: 2rem;
	line-height: 1.3;
}

.thank-you-wrapper .thumb {
	margin: 0 auto 50px;
}

.thank-you-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}
/*
.thank-you-wrapper img.lazyloaded {
	opacity: 1;
}
*/
.thank-you-wrapper .lead {
	font-size: 1rem;
	line-height: 1.5;
}

.thank-you-wrapper .buttons {
	margin-top: 50px;
}

@media (min-width: 992px) {
	.thank-you-wrapper {
		text-align: left;
		margin: 80px auto;
	}
	.thank-you-wrapper h1 {
		font-size: 2.5rem;
		line-height: 1.3;
	}
	.thank-you-wrapper .lead {
		font-size: 1.125rem;
	}
	.thank-you-wrapper .thumb {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.thank-you-wrapper .meta {
		margin-left: 20px;
	}
}

/**
 * Login
 */

.woocommerce-checkout .woocommerce #customer_login,
.woocommerce-account .woocommerce #customer_login {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-checkout .woocommerce #customer_login .col-1,
.woocommerce-checkout .woocommerce #customer_login .col-2,
.woocommerce-account .woocommerce #customer_login .col-1,
.woocommerce-account .woocommerce #customer_login .col-2 {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.woocommerce-checkout .woocommerce #customer_login .col-2,
.woocommerce-account .woocommerce #customer_login .col-2 {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce #customer_login h3,
.woocommerce-account .woocommerce #customer_login h3 {
	margin-bottom: 50px;
}

.order-tracking .woocommerce .track_order .btn,
.woocommerce-account .woocommerce .lost_reset_password .btn,
.woocommerce-account .woocommerce #customer_login .btn,
.woocommerce-checkout .woocommerce .lost_reset_password .btn,
.woocommerce-checkout .woocommerce #customer_login .btn  {
	max-width: 100%;
	width: 100%;
	margin-top: 30px;
}

.woocommerce-account .woocommerce .lost_reset_password,
.woocommerce-checkout .woocommerce .lost_reset_password {
	flex: 0 0 100%;
	width: 100%;
}

.order-tracking .woocommerce .track_order > div,
.woocommerce-account .woocommerce .lost_reset_password > div,
.woocommerce-checkout .woocommerce .lost_reset_password > div {
	max-width: 640px;
	margin: 0 auto;
}

.woocommerce-account .woocommerce .lost_reset_password .woocommerce-form-row--first,
.woocommerce-checkout .woocommerce .lost_reset_password .woocommerce-form-row--first {
	margin-top: 30px;
}

.woocommerce-account .woocommerce .lost_reset_password  .woocommerce-password-strength,
.woocommerce-checkout .woocommerce .lost_reset_password  .woocommerce-password-strength {
	color: var(--bs-gray);
	font-size: 0.875rem;
}

.page-template-only-hero .woocommerce-error {
	max-width: 640px;
	margin: 0 auto 30px;
}

.woocommerce-tracking.page-template-only-hero header {
	background-color: #fff !important;
}

.woocommerce-tracking.page-template-only-hero .hero {
	background: none !important;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
	max-width: 640px;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a {
	color: var(--bs-black);
	transition: color 0.2s ease-out;
}

.woocommerce-form-register .woocommerce-privacy-policy-text a:hover,
.woocommerce-form-register .woocommerce-privacy-policy-text a:focus {
	color: var(--bs-gold);
}

@media (min-width: 576px) {
	.order-tracking .woocommerce .track_order .btn,
	.woocommerce-account .woocommerce .lost_reset_password .btn,
	.woocommerce-account .woocommerce #customer_login .btn,
	.woocommerce-checkout .woocommerce .lost_reset_password .btn,
	.woocommerce-checkout .woocommerce #customer_login .btn {
		max-width: 290px;
		margin-top: 50px;
	}
	.order-tracking .woocommerce .track_order .btn {
		margin-top: 30px;
	}
	.woocommerce-account .woocommerce .lost_reset_password .buttons .btn,
	.woocommerce-checkout .woocommerce .lost_reset_password .buttons .btn {
		max-width: 100%;
	}
	#customer_login .woocommerce-form-login-details {
		margin-bottom: 30px !important;
	}
}

@media (min-width: 768px) {
	.woocommerce-account .woocommerce .lost_reset_password .buttons .btn,
	.woocommerce-checkout .woocommerce .lost_reset_password .buttons .btn {
		max-width: 290px;
		margin-top: 50px;
	}
	.woocommerce-account .woocommerce .lost_reset_password .buttons,
	.woocommerce-checkout .woocommerce .lost_reset_password .buttons {
		display: flex;
	}
}

@media (min-width: 1200px) {
	.woocommerce-account .woocommerce #customer_login,
	.woocommerce-checkout .woocommerce #customer_login {
		display: flex;
		flex-wrap: wrap;
		margin: 50px -15px;
	}

	.woocommerce-account .woocommerce #customer_login {
		width: 100%;
	}

	.woocommerce-account .woocommerce #customer_login .col-1,
	.woocommerce-account .woocommerce #customer_login .col-2,
	.woocommerce-checkout .woocommerce #customer_login .col-1,
	.woocommerce-checkout .woocommerce #customer_login .col-2 {
		width: 50%;
		flex: 0 0 auto;
		padding: 0 15px;
		max-width: 100%;
	}

	.woocommerce-account .woocommerce #customer_login .col-1,
	.woocommerce-checkout .woocommerce #customer_login .col-1 {
		padding-right: 30px;
	}

	.woocommerce-account .woocommerce #customer_login .col-2,
	.woocommerce-checkout .woocommerce #customer_login .col-2 {
		padding-left: 30px;
	}
	
}

/**
 * My Account
 */

.woocommerce-account .woocommerce {
	margin-top: 50px;
}

.woocommerce-account .woocommerce .account-page-title {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .details {
	text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .profile {
	margin-bottom: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .name {
	color: var(--bs-gray);
	font-size: 1.25rem;
	margin-bottom: 30px;
	margin-top: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .name strong {
	color: var(--bs-black);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 30px;
	padding: 0 15px;
	flex: 0 0 auto;
	width: 50%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	font-size: 0.875rem;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	background-image: url(../images/account/dash.svg);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	background-image: url(../images/account/bag.svg);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	background-image: url(../images/account/download.svg);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	background-image: url(../images/account/address.svg);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	background-image: url(../images/account/payment.svg);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	background-image: url(../images/account/user.svg);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	background-image: url(../images/account/exit.svg);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	flex: 1;
	color: var(--bs-black);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
	color: var(--bs-black);
	margin-bottom: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content strong {
	color: var(--bs-black);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a span,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
	position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a span:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:not(.btn):before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0%;
	height: 1px;
	background-color: var(--bs-black);
	transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1)
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a span:before {
	height: 1px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:not(.btn):hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:not(.btn):focus {
	color: var(--bs-black);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a span:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover span:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:focus span:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:hover:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:focus:before {
    width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplinks {
	margin-top: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.helplink {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
	border: 2px solid var(--bs-black);
	border-radius: 5px;
	padding: 35px 0px;
	transition: color 0.15s ease-out, border-color 0.15s ease-out;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.helplink:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.helplink:hover:before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a.helplink:hover:focus {
	display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink h5 {
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 500;
	font-size: 1.125rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink:focus {
	border-color: var(--bs-primary);
	color: var(--bs-primary);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink:hover h5,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink:focus h5 {
	color: var(--bs-primary);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink svg {
	height: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink svg path {
	transition: fill 0.15s ease-out;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink:hover svg path,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink:focus svg path {
	fill: var(--bs-primary);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .btn-browse {
	width: 100%;
	max-width: 290px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table th {
	background-color: var(--bs-bg-gray);
	border: none;
	padding: 20px 30px;
	text-transform: uppercase;
	display: none;
}

.woocommerce .woocommerce-order-details {
	text-align: left;
}

.woocommerce .woocommerce-table--order-details {
	margin-top: 30px;
}

.woocommerce .woocommerce-table--order-details.order_details .cart_item td {
	display: block;
}

.woocommerce .woocommerce-table--order-details.order_details .cart_item td.product-total {
	padding-top: 0;
	padding-left: 100px;
	font-weight: 500;
	text-align: left;
}

.woocommerce .woocommerce-table--order-details .cart_item .cart-product-thumb {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
}

.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
}

.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta li {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta li strong {
	margin-right: 10px;
	font-weight: 400;
}

.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta strong.color {
	display: none;
}

.woocommerce .woocommerce-table--order-details .cart_item .cart-product-title a:hover,
.woocommerce .woocommerce-table--order-details .cart_item .cart-product-title a:focus {
	color: var(--bs-primary);
}

.woocommerce .woocommerce-table--order-details .cart_item .cart-product-title a:hover:before,
.woocommerce .woocommerce-table--order-details .cart_item .cart-product-title a:focus:before,
.woocommerce .woocommerce-table--order-details .cart_item .cart-product-title a:before {
	display: none;
}

.woocommerce .woocommerce-table--order-details tbody tr:not(:last-child) {
	border-bottom: 1px solid var(--bs-warm);
}

.woocommerce .order-info mark {
	color: var(--bs-black);
	background: none;
	padding: 0;
	font-weight: 500;
}

.woocommerce .woocommerce-table--order-details.order_details th {
	padding: 15px 30px;
	color: var(--bs-black);
	display: none;
}

.woocommerce-account .woocommerce .woocommerce-table--order-details.order_details th {
	background-color: var(--bs-light);
	border: none;
}

.woocommerce-account .woocommerce .woocommerce-table--order-details thead th:first-child {
	border-top-left-radius: 8px;
}

.woocommerce-account .woocommerce .woocommerce-table--order-details thead th:last-child {
	border-top-right-radius: 8px;
}

.woocommerce-account .woocommerce .woocommerce-table--order-details tfoot tr:last-child th:first-child {
	border-bottom-left-radius: 8px;
}

.woocommerce-account .woocommerce .woocommerce-table--order-details tfoot tr:last-child th:last-child {
	border-bottom-right-radius: 8px;
}

.woocommerce .woocommerce-table--order-details.order_totals th {
	color: var(--bs-black);
	text-align: left;
}

.woocommerce .woocommerce-table--order-details.order_totals td {
	padding: 15px 0px;
	color: var(--bs-black);
	text-align: right;
}

.woocommerce .woocommerce-table--order-details.order_details td,
.woocommerce .woocommerce-MyAccount-content .account-orders-table td {
	padding: 15px 0px;
	border: none;
	color: var(--bs-black);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	box-sizing: border-box;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr {
	display: block;
	border: 1px solid var(--bs-black);
	border-radius: 5px;
	margin-bottom: 30px;
	flex: 0 0 auto;
	width: 100%;
	max-width: 500px;
	margin-left: 15px;
	margin-right: 15px;
	box-sizing: border-box;
}

.woocommerce .woocommerce-table--order-details.order_totals td {
	font-weight: 500;
}

.woocommerce .woocommerce-table--order-details.order_totals {
	margin-top: 0;
	margin-bottom: 60px;
}

.woocommerce .woocommerce-table--order-details.order_totals tbody tr:last-child th,
.woocommerce .woocommerce-table--order-details.order_totals tbody tr:last-child td {
	font-weight: 500;
	font-size: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table th:last-child {
	color: var(--bs-bg-gray);
	font-size: 0;
}

.woocommerce .woocommerce-table--order-details.order_details th:last-child,
.woocommerce .woocommerce-table--order-details.order_details td:last-child,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table th:last-child,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td:last-child {
	text-align: right;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td:last-child {
	padding: 10px 0;
	display: block;
	text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td:first-child {
	padding-top: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td:last-child {
	padding-top: 10px;
	padding-bottom: 0px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td a {
	font-weight: 500;
	display: block;
	margin: 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title {
	border: 1px solid var(--bs-warm);
	padding: 20px 30px;
	background-color: var(--bs-light);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title h3 {
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit {
	color: var(--bs-black);
}


.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit:before {
	background-color: var(--bs-black);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses address {
	flex: 1;
	padding: 20px 30px;
	margin-bottom: 30px;
	border: 1px solid var(--bs-warm);
	border-top: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
	flex: 0 0 auto;
	width: 100%;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-group label {
    transform: translateY(-120%);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper { 
	margin-bottom: 60px;
}

.woocommerce .woocommerce-table--order-details .cart_item .cart-product-details {
	padding-left: 10px;
}

.woocommerce-account .woocommerce-PaymentMethods {
	padding-left: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-PaymentMethods li {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce-account .woocommerce-PaymentMethods li + li {
	margin-top: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-paymentMethods + .button {
	margin-top: 2rem;
	display: inline-block;
}

.woocommerce-account .woocommerce-PaymentBox {
	width: 100%;
	flex: 0 0 auto;
	margin-top: 1rem;
}

.woocommerce-account .woocommerce-Payment {
	margin-top: 4.75rem;
}

.woocommerce-account .woocommerce-Payment input[type='radio'] {
    accent-color: #0f0f0f;
	width: 1.5rem;
	height: 1.5rem;
}

.woocommerce-account .woocommerce-Payment input[type='radio'] + label {
	margin-left: 0.5rem;
}

.woocommerce-account .woocommerce-Payment .woocommerce-Button {
    display: inline-block;
    font-weight: 500;
    line-height: 30px;
    color: #3a3a3a;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 15px 25px;
    font-size: 1.25rem;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, opacity .15s ease-in-out;
}

.woocommerce-account .woocommerce-Payment .woocommerce-Button--alt {
	margin-top: 1rem;
	border-color: #0f0f0f;
    background-color: #0f0f0f;
	color: #fff;
}

.woocommerce-account .woocommerce-Payment .woocommerce-Button--alt:hover,
.woocommerce-account .woocommerce-Payment .woocommerce-Button--alt:focus {
	opacity: 0.5;
}

.woocommerce-account .woocommerce-Payment .wc-payment-form,
.woocommerce-account .woocommerce-Payment .wcpay-upe-element {
	padding: 0 !important;
}

.woocommerce-account .woocommerce-Payment .testmode-info {
	font-size: 0.875rem;
	margin-bottom: 1rem !important;
}

@media (min-width: 576px) {
	.woocommerce-account .woocommerce .helplinks .col-link {
		flex: 0 0 auto;
		width: 50%;
	}
	.woocommerce .woocommerce-table--order-details.order_details .cart_item td {
		display: table-cell;
	}
	.woocommerce .woocommerce-table--order-details.order_details .cart_item td.product-total {
		text-align: right;
	}
}

@media (min-width: 768px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
		font-size: 1rem;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		padding: 0 15px;
		width: 33.3333%;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set .col-1,
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
		flex: 0 0 auto;
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 992px) {
	.woocommerce-account .woocommerce {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .details {
		text-align: left;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		width: 350px;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
		display: block;
		margin: 0;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		padding: 0;
		width: 100%;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
		font-size: 1.25rem;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
		margin-right: 24px;
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .empty-orders {
		margin-top: 200px;
	}
	.woocommerce .woocommerce-table--order-details.order_details th {
		display: table-cell;
	}
	/*
	.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta li strong {
		font-weight: 400;
	}
	*/
	.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta,
	.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta strong {
		color: var(--bs-black);
	}
	.woocommerce .woocommerce-table--order-details.order_details td,
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td {
		padding: 15px 30px;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr {
		width: 100%;
	}
	.woocommerce .woocommerce-table--order-details .cart_item .cart-product-thumb {
		width: 120px;
		height: 120px;
		flex: 0 0 120px;
	}
}

@media (min-width: 1200px) {
	.woocommerce-account .woocommerce .helplinks .col-link {
		flex: 0 0 auto;
		width: 25%;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px 30px;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-group {
		padding: 0 15px;
		flex: 0 0 auto;
		width: 50%;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-group label {
		left: 15px;
	}
	.woocommerce .woocommerce-table--order-details.order_totals {
		margin-top: 0;
		margin-left: auto;
		margin-right: 0;
		max-width: 60%;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody {
		display: table-row-group;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr {
		display: table-row;
		border: none;
		border-bottom: 1px solid var(--bs-warm);
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td,
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table th {
		display: table-cell;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td {
		text-align: left;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td:last-child {
		text-align: right;
	}
	.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta strong.color {
		width: 30px;
		height: 30px;
		flex: 0 0 30px;
		border: 1px solid var(--bs-gray);
		border-radius: 50%;
		margin-right: 5px;
		position: absolute;
		left: 0;
		top: 45px;
		display: block;
	}
	.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta strong.color-1 {
		left: -5px;
		z-index: 1;
	}
	.woocommerce .woocommerce-table--order-details .cart_item .cart-product-meta strong.color-2 {
		left: 5px;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td:last-child {
		padding-bottom: 20px;
	}
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table td a {
		margin: 10px 0;
	}
}

@media (min-width: 1400px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .helplink h5 {
		font-size: 1.25rem;
	}
}

/**
 * Products
 */
ul.products {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0;
	padding: 0;
}

ul.products li.product {
	padding: 0 15px;
	flex: 0 0 auto;
	width: 25%;
	max-width: 100%;
	margin-bottom: 60px;
}

ul.products.columns-3 li.product {
	width: 33.3333%;
}

ul.products.columns-2 li.product {
	width: 50%;
}

@media (max-width: 991.98px) {
	ul.products {
		margin: 0 -15px 0px
	}
	ul.products li.product,
	ul.products.columns-3 li.product,
	ul.products.columns-2 li.product {
		width: 50%;
	}
}

@media (max-width: 575.98px) {
	ul.products li.product,
	ul.products.columns-3 li.product,
	ul.products.columns-2 li.product {
		width: 100%;
	}
}

.cdr-shop-title,
.cdr-category-title {
	margin-bottom: 40px;
}

.cdr-shop-title .lead,
.cdr-category-title .lead {
	max-width: 900px;
}

@media (max-width: 991.98px) {
	.cdr-shop-title .lead,
	.cdr-category-title .lead {
		font-size: 1.125rem;
	}
}

/**
 * Single product
 */
body.single-product main > section:last-child {
	padding-bottom: 0;
}

body.single-product main .product-page-container {
	padding-bottom: 100px;
}

body.single-product main .woocommerce-product-details__short-description a {
	text-decoration: underline;
	transition: color 0.2s ease-out;
}

@media (min-width: 992px) {
	.single-product div.product .product-gallery{
		padding-right: 45px;
	}
	.single-product div.product .product-summary {
		padding-left: 45px;
	}
	body.single-product main {
		padding-top: 40px;
	}
}

@media (min-width: 1600px) {
	.single-product div.product .product-gallery{
		padding-right: 40px;
	}
	.single-product div.product .product-summary {
		padding-left: 100px;
	}
}

.single-product div.product {
	position: relative;
}

.single-product div.product .product-thumb {
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-bottom: 20px;
	background-color: var(--bs-bg-gray);
	overflow: hidden;
	border-radius: 12px;
}

.single-product div.product .product-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
/*
.single-product div.product .product-thumb img.lazyloaded {
    opacity: 1;
}
*/
.single-product .single-badges ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-product .single-badges ul li {
	display: inline-block;
	margin-right: 0.75rem;
	margin-bottom: 1rem;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
}

.single-product .single-badges ul li:nth-child(1) {
	background-color: var(--bs-pink);
	color: var(--bs-black);
}

.single-product .single-badges ul li:nth-child(2) {
	background-color: var(--bs-velvet);
	color: var(--bs-black);
}

.single-product .single-badges ul li:nth-child(3) {
	background-color: var(--bs-black);
}

@media (min-width: 992px) {
	.single-product .single-badges ul li {
		font-size: 0.875rem;
		margin-right: 1.25rem;
	}
	.single-product div.product .product-thumb {
		margin-bottom: 0;
	}
}

@media (min-width: 1400px) {
	.single-product .single-badges {
		margin-top: -68px;
	}
	.single .cdr-breadcrumb {
		max-width: 50%;
	}
}

@media (min-width: 1600px) {
	.single .cdr-breadcrumb {
		max-width: 55%;
	}
}

.single-product div.product .product-header {
	margin-bottom: 30px;
	margin-top: 10px;
}

.single-product div.product .entry-title {
	font-size: 2.25rem;
	line-height: 1.4;
	margin-bottom: 16px;
}

.single-product div.product #payment-method-message {
	flex: 0 0 auto;
	width: 100%;
	margin-top: 1rem;
}

.single-product div.product .price-wrapper {
	margin-bottom: 30px;
}

.single-product div.product .price-note {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0;
}

.single-product div.product .price {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 0;
	color: var(--bs-black);
}

@media (min-width: 1600px) {
	.single-product div.product .entry-title {
		font-size: 3rem;
	}
	.single-product div.product .price-note {
		font-size: 1.25rem;
	}
	
	.single-product div.product .price {
		font-size: 2.25rem;
	}
}

@media (max-width: 991.98px) {
	.cdr-testimonials .cdr-testimonial {
		font-size: 1rem;
	}
	.single-product div.product .product-header {
		margin-top: 0;
		flex-wrap: wrap;
	}
	.single-product div.product #payment-method-message {
		order: -1;
	}
}

.single-product div.product .wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready {
	max-width: 410px;
}

.single-product div.product .product-entry-content {
	margin-top: 50px;
	margin-bottom: 100px;
}

.single-product div.product .quantity {
	margin-right: 20px;
	position: relative;
	border-radius: 5px;
	border: 1px solid var(--bs-black);
	width: 140px;
	height: 57px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.single-product div.product .quantity.hidden {
	display: none !important;
}

.single-product div.product .quantity .screen-reader-text {
	display: none;
}

.single-product div.product .quantity .qty {
	text-align: center;
	border: 0;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, 0);
	flex-grow: 1;
	padding: 0 50px;
	-webkit-appearance: none;
	width: 100%;
	height: 57px;
	box-sizing: border-box;
	outline: none;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 500;
	pointer-events: none;
	color: var(--bs-black);
}

.single-product div.product .quantity .qty::-webkit-inner-spin-button, 
.single-product div.product .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.single-product div.product .quantity .product-qty {
	position: absolute;
	cursor: pointer;
	width: 50px;
	height: 57px;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
}

.single-product div.product .quantity [data-qty="minus"] {
	left: 0;
}

.single-product div.product .quantity [data-qty="plus"] {
	right: 0;
}

.single-product div.product .quantity [data-qty="minus"]:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 15px;
	background-image: url(../images/minus.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.single-product div.product .quantity [data-qty="plus"]:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 15px;
	background-image: url(../images/plus.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.single-product div.product .single_add_to_cart_button {
	padding: 14px 25px;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: var(--bs-success);
}

.stock.out-of-stock {
	color: var(--bs-danger);
}

.variations_form {
	margin-top: 30px;
	user-select: none;
}
  
.variations tr {
	display: block;
	padding-bottom: 1rem;
}
  
.variations td {
	border: 0;
	padding: 0;
	vertical-align: top;
}
  
.variations select {
	display: block;
	height: 60px;
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 16px 48px 16px 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid var(--bs-black);
	position: static !important;
	appearance: none;
	-webkit-appearance: none;
}

.variations select:focus {
	outline: 0;
	box-shadow: none;
}

.variations .select-wrapper {
	position: relative;
	display: inline-flex;
	margin-bottom: 20px;
}

.variations .select-wrapper:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 9px;
	background-image: url(../images/chervon-down.svg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	pointer-events: none;
}
  
.variations label {
	text-transform: uppercase;
}
  
.variations .label {
	display: block;
}
  
.variations .value {
	display: block;
	padding-left: 0;
}
  
.variations .value:before {
	content: none !important;
}

.variations .cdr-variation-swatches.label {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.variations .cdr-variation-swatches.label > span {
	flex: 0 1 auto;
	width: calc(50% - 8px);
}

.variations .cdr-variation-swatches.label > span img {
	max-width: 100%;
	height: auto;
}

.variations .variation-select-color.hidden,
.variations .variation-select-label.hidden {
	display: none;
}

@media (min-width: 600px) {
	.variations .cdr-variation-swatches.label {
		gap: 10px;
	}
	.variations .cdr-variation-swatches.label > span {
		flex: 0 1 auto;
		width: calc(20% - 8px);
	}
}

@media (min-width: 992px) {
	.variations .hidden {
		display: none;
	}
	/*
	.variations .cdr-variation-swatches.label > span {
		flex: 0 1 auto;
		width: calc(25% - 8px);
	}
	*/
	/*
	.variations .cdr-variation-swatches.label {
		display: block;
	}
	*/
}

.variations tr {
	margin-bottom: 20px;
}

.variations .cdr-variation-swatches .swatch.selected {
	box-shadow: none;
}
  
.variations .reset_variations {
	white-space: nowrap;
	padding: 0;
	float: none;
	visibility: hidden;
	margin-top: 10px;
	display: block;
}
  
.woocommerce-variation .single_variation {
	display: none !important;
}

.single-product div.product .toggle {
	margin-bottom: 0;
	position: relative;
}

.single-product div.product .toggle a,
.single-product div.product .toggle > span {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	display: block;
	color: var(--bs-black);
	transition: color 0.3s ease-out;
	margin-bottom: 20px;
}

.single-product div.product .helptext {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-product div.product .helptext small {
	text-decoration: underline;
	font-weight: 500;
	font-size: 1rem;
	margin-right: 5px;
	cursor: default;
}

.single-product div.product .toggle-size {
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 500;
	display: inline-block;
	margin-right: 15px;
	color: var(--bs-gray);
	transition: color 0.2s ease-out;
}

.single-product div.product .toggle-size:not(.active):hover {
	color: var(--bs-primary);
}

.single-product div.product .toggle-size.active {
	color: var(--bs-black);
}

.single-product div.product .helptext a:not(.toggle-size) {
	font-size: 1rem;
	position: relative;
	font-weight: 500;
	transition: color 0.4s cubic-bezier(0.215, 0.610, 0.355, 1)
}

.single-product div.product .helptext a:not(.toggle-size):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--bs-black);
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1)
}

.single-product div.product .helptext a:not(.toggle-size):hover:before {
	background-color: var(--bs-primary);
}

.single-product div.product .toggle.customization-toggle a {
	margin-bottom: 0;
}

.single-product div.product #attribute-customization .note {
	font-size: 0.875rem;
	max-width: 540px;
	margin-bottom: 0;
	padding-top: 20px;
}

.single-product div.product #attribute-customization .note a {
	text-decoration: underline;
	transition: color 0.2s ease-out;
}

.single-product div.product .variations .collapse:not(.show) {
	display: none !important;
}

@media (max-width: 991.98px) {
	.single-product div.product .entry-title {
		font-size: 1.5rem;
		line-height: 1.4;
		padding-right: 20px;
		margin-bottom: 0px;
	}
	.single-product div.product .price-wrapper {
		flex: 0 0 auto;
		margin-bottom: 0px;
	}
	.single-product div.product .price-note {
		font-weight: 400;
		font-size: 11px;
		line-height: 1.5;
		color: var(--bs-gray);
		text-align: right;
		white-space: normal;
	}
	.single-product div.product .price {
		font-weight: 600;
		font-size: 1.25rem;
		line-height: 1.3;
		text-align: right;
	}
	.variations .select-wrapper {
		display: flex;
	}
	.variations select {
		width: 100%;
		font-size: 1rem;
	}
	.single-product div.product .toggle a,
	.single-product div.product .toggle > span {
		font-size: 1rem;
	}
	.single-product div.product .toggle-size {
		font-size: 1rem;
	}
}

@media (max-width: 575.98px) {
	.single-product div.product .entry-title {
		font-size: 1.125rem;
		line-height: 1.3;
	}
	.single-product div.product .quantity {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.single-product div.product .single_add_to_cart_button {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 374.98px) {
	.variations select {
		font-size: 0.875rem;
	}
}

/**
 * Mini Cart
 */
.cart-sidebar-open .updating-cart #shop-cart-sidebar:after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
  
.updating-cart.cart-sidebar-open #shop-cart-sidebar:after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
  
.updating-cart #shop-cart-sidebar:before {
	-webkit-animation: 0.4s circle-loading linear infinite;
	animation: 0.4s circle-loading linear infinite;
	top: calc( 50% + 20px);
	z-index: 3;
	border-width: 2px;
}
  
.updating-cart #shop-cart-sidebar:after {
	opacity: 0.5;
	visibility: visible;
}
  
.cart-sidebar-open {
	overflow: hidden;
}

.cart-sidebar-open jdiv {
	display: none;
}

@media (max-width: 575.98px) {
	.cart-sidebar-open body {
		overflow: hidden;
	}
}
  
.cart-sidebar-open.cart-updated #shop-cart-sidebar:before {
	content: none !important;
}
  
.cart-sidebar-open.cart-updated #shop-cart-sidebar:after {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
  
.cart-sidebar-open #shop-cart-sidebar {
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
  
.cart-sidebar-open #cdr-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
  
#shop-cart-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000001;
	width: 100%;
	padding: 0;
	background: #fff;
	visibility: hidden;
	pointer-events: none;
	will-change: transform;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	display: flex;
	flex-direction: column;
	user-select: none;
}

@media (min-width: 768px) {
	#shop-cart-sidebar {
		width: 720px;
	}
}

.logged-in.admin-bar #shop-cart-sidebar {
	top: 46px;
}
  
@media (min-width: 783px) {
	.logged-in.admin-bar #shop-cart-sidebar {
	  top: 32px;
	}
}

#shop-cart-sidebar:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
  
#shop-cart-sidebar ul {
	margin: 0;
	padding: 30px 20px;
	list-style: none;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: var(--bs-black) #e4e4e4;
}
  
#shop-cart-sidebar .blockUI {
	display: none !important;
}

.cdr-progress-bar {
	display: none;
	padding: 20px 25px;
	background-color: var(--bs-bg-gray);
	border-radius: 5px;
	margin: 20px 50px 10px;
}

.cart .cdr-progress-bar {
	margin: 30px 0px;
}

.cart-progress-bar {
	flex: 0 0 auto;
}

.cart-progress-bar.shown .cdr-progress-bar {
	display: block;
	position: relative;
	z-index: 10;
}

.cdr-progress-bar p {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

#shop-cart-sidebar .cdr-progress-bar p {
	font-weight: 600;
}

#shop-cart-sidebar .cdr-progress-bar h4 {
	display: none !important;
}

@media (min-width: 992px) {
	#shop-cart-sidebar .cdr-progress-bar h4 {
		display: none !important;
	}
}

.cdr-progress-bar-track {
	position: relative;
	height: 10px;
	background: rgba(255, 162, 113, 0.2);
	border-radius: 5px;
}

.cdr-progress-bar-track-progress {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0px;
	top: 0px;
	background: linear-gradient(90.21deg, #FFA271 -2.59%, #FFD25E 83.53%, #FFA271 125.51%);
	border-radius: 5px;
	transition: all 0.3s ease-out;
}

.shop-cart-count {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	pointer-events: none;
	white-space: nowrap;
}
  
.cart-sidebar-head {
	padding: 27px 50px;
	position: relative;
	z-index: 3;
	background-color: var(--bs-bg-gray);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 auto;
}
  
.cart-sidebar-head .shop-cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	transform: translateX(100%);
	transition: transform 0.2s ease-out;
}
  
.cart-sidebar-head .shop-cart-count.hidden {
	transform: translateX(100%) scale(0.0001);
}

.cart-sidebar-title {
	position: relative;
	margin: 0;
	display: inline-block;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.5;
	white-space: nowrap;
}

#close-cart-sidebar-btn {
	border: 0;
	padding: 0;
	background: none;
	position: absolute;
	right: 50px;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}
  
#close-cart-sidebar-btn:hover {
	transform: translatey(-50%) scale(1.05);
}
  
.cart-sidebar-content {
	flex: 1;
	margin: 0 30px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: var(--bs-black) #e4e4e4;
	display: flex;
	flex-direction: column;
}

.cart-sidebar-content::-webkit-scrollbar {
	width: 4px;
	position: absolute;
}

.cart-sidebar-content::-webkit-scrollbar-button {
	display: none;
}

.cart-sidebar-content::-webkit-scrollbar-track {
	border-radius: 4px;
	background-color: #e4e4e4;
}

.cart-sidebar-content::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: var(--bs-black);
}

.cart-sidebar-content .variations {
	margin-top: 2px;
}

.cart-sidebar-content .variations dl {
	display: flex;
	margin-bottom: 0;
}

.cart-sidebar-content .variations dl.variation-more-options,
.cart-sidebar-content .variations dl.addon-item {
	color: var(--bs-gray);
}
/*
.cart-sidebar-content .variations dl.color-item dt,
.cart-sidebar-content .variations dl.variation-more-options dt,
.cart-sidebar-content .variations dl.addon-item dt {
	display: none;
}
*/
.cart-sidebar-content .variations dt {
	font-weight: 400;
	margin-right: 5px;
	white-space: nowrap;
	min-width: 80px;
	font-weight: 500;
}
/*
.cart-sidebar-content .variations dl.size-item dt,
.cart-sidebar-content .variations dl.color-item dt {
	display: none;
}
*/
.cart-sidebar-content .variations dd {
	margin: 0;
}

.cart-sidebar-content .variations dl.color-item dd {
	display: flex;
	align-items: center;
}
/*
.cart-sidebar-content .variations dl.color-item strong {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid var(--bs-gray);
	border-radius: 50%;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cart-sidebar-content .variations dl.color-item.has-many.color-1 strong {
	left: -5px;
	z-index: 1;
}

.cart-sidebar-content .variations dl.color-item.has-many.color-2 strong {
	left: 5px;
	z-index: 1;
}
*/
/*
.cart-sidebar-content .variations dl.color-item span {
	display: none;
}
*/
.cart-sidebar-content .woocommerce-mini-cart__total {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}

.cart-sidebar-content .woocommerce-mini-cart__total strong {
	font-weight: 500;
}

.cart-sidebar-content .woocommerce-mini-cart__footer {
	margin-bottom: 40px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	flex: 0 0 auto;
}

@media (max-width: 991.98px) {
	.cart-sidebar-head {
		padding: 17px 16px;
	}
	#close-cart-sidebar-btn {
		right: 11px;
	}
	.cart-sidebar-content {
		padding: 0;
		margin: 0;
	}
	#shop-cart-sidebar ul {
		padding: 20px 16px;
	}
	.cart-sidebar-content .woocommerce-mini-cart__footer {
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 16px;
	}
	.cart-sidebar-content .variations dt {
		display: inline;
	}
	.cart-sidebar-content .variations dl {
		display: flex;
		flex-wrap: wrap;
		font-size: 0.875rem;
	}
	.cdr-progress-bar {
		margin: 20px 16px 10px;
	}
	.cdr-progress-bar p {
		font-size: 0.875rem;
	}
	.cdr-progress-bar p {
		font-weight: 600;
	}
}
 
@media (max-width: 374.98px) {
	.cdr-progress-bar p {
		font-size: 0.675rem;
	}
}

.cart-sidebar-content .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
}
  
.cart-sidebar-content .woocommerce-mini-cart__buttons a {
	display: block;
	width: 100%;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a.view-cart {
	margin-bottom: 20px;
}
  
.cart-sidebar-content .woocommerce-mini-cart__empty-message {
	margin-top: 20px;
	padding: 0 20px;
}

.cart-sidebar-content .mini_cart_item {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 100px;
}

.cart-sidebar-content .mini_cart_item + .mini_cart_item {
	margin-top: 30px;
}

.cart-sidebar-content .mini_cart_item .mini-cart-product-details {
	font-size: 14px;
	padding-right: 15px;
	padding-left: 5px;
	position: relative;
	color: var(--bs-black);
}

.cart-sidebar-content .mini_cart_item .mini-cart-product-details p.mini-cart-product-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.cart-sidebar-content .mini_cart_item.sold .mini-cart-product-details {
	padding-top: 0;
}

.cart-sidebar-content .mini_cart_item .mini-cart-product-details p {
	margin-bottom: 0;
}

.cart-sidebar-content .mini_cart_item .mini-cart-product-details p.option .wcpa_cart_price {
	white-space: nowrap;
}

.cart-sidebar-content .mini_cart_item .mini-cart-product-title {
	font-weight: 500;
}

.cart-sidebar-content .mini_cart_item .mini-cart-product-link {
	transition: color 0.2s ease-out;
}

.cart-sidebar-content .mini_cart_item .remove_from_cart_button {
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.2s ease-out;
	z-index: 1;
}

.cart-sidebar-content .mini_cart_item .remove_from_cart_button:hover {
	transform: scale(1.1);
}
  
.cart-sidebar-content .mini_cart_item > div > a > img, 
.cart-sidebar-content .mini_cart_item > div > img,
.cart-sidebar-content .mini_cart_item > div > a > picture > img, 
.cart-sidebar-content .mini_cart_item > div > picture > img {
	max-width: 120px;
	max-height: 120px;
	object-fit: cover;
	margin-right: 15px;
	transition: opacity 0.2s ease-out;
	border-radius: 8px;
}

.cart-sidebar-content .mini_cart_item > div > a:hover > img,
.cart-sidebar-content .mini_cart_item > div > a:focus > img,
.cart-sidebar-content .mini_cart_item > div > a:hover > picture > img,
.cart-sidebar-content .mini_cart_item > div > a:focus > picture > img {
	opacity: 0.8;
}

#cdr-overlay {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 2000;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.mini-cart-product-infor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex: 0 0 auto;
	margin-left: 15px;
	padding-top: 40px;
}

.mini-cart-product-infor .mini-cart-product-price {
	width: 100px;
	text-align: right;
}
  
.mini-cart-product-infor .mini-cart-quantity {
	display: flex;
	align-items: stretch;
	height: 24px;
	margin-right: 15px;
}
  
.mini-cart-product-infor .mini-cart-quantity .qty {
	color: var(--bs-black);
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 30px;
	line-height: 24px;
	text-align: center;
	-webkit-appearance: none;
	outline: 0;
	pointer-events: none;
}
  
.mini-cart-product-infor .mini-cart-quantity .qty::-webkit-inner-spin-button, 
.mini-cart-product-infor .mini-cart-quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
  
.mini-cart-product-infor .mini-cart-product-qty {
	cursor: pointer;
	width: 24px;
	font-size: 12px;
	user-select: none;
	position: relative;
}
  
.mini-cart-product-infor .mini-cart-product-qty[data-qty="minus"] {
	border: none;
}
  
.mini-cart-product-infor .mini-cart-product-qty[data-qty="plus"] {
	border: none;
}

.mini-cart-product-infor .mini-cart-product-qty[data-qty="minus"]:before,
.mini-cart-product-infor .mini-cart-product-qty[data-qty="plus"]:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 6px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	pointer-events: none;
}

.mini-cart-product-infor .mini-cart-product-qty[data-qty="minus"]:before {
	left: 6px;
	background-image: url(../images/minus.svg);
}

.mini-cart-product-infor .mini-cart-product-qty[data-qty="plus"]:before {
	right: 6px;
	background-image: url(../images/plus.svg);
}

@media (max-width: 767.98px) {
	.cart-sidebar-content .variations dl dt,
	.cart-sidebar-content .variations dl.size-item dt,
	.cart-sidebar-content .variations dl.color-item dt {
		display: inline;
	}
	.cart-sidebar-content .mini_cart_item > div > a > img, 
	.cart-sidebar-content .mini_cart_item > div > img {
		max-width: 80px;
		max-height: 80px;
	}
	.cart-sidebar-content .woocommerce-mini-cart__buttons {
		display: flex;
	}
	.cart-sidebar-content .woocommerce-mini-cart__buttons a.view-cart {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

@media (max-width: 575.98px) { 
	.cart-sidebar-content .woocommerce-mini-cart__buttons {
		display: block;
	}
	.cart-sidebar-content .woocommerce-mini-cart__buttons a.view-cart {
		margin-bottom: 20px;
		margin-right: 0px;
	}
}

/**
 * Cart
 */

.woocommerce-checkout .wcpay-express-checkout-wrapper {
	margin: 0 auto;
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#wcpay-express-checkout-element {
	max-width: 500px;
    flex: 0 0 auto;
    width: 100%;
}

#wcpay-express-checkout__order-attribution-inputs,
.wcpay-express-checkout-button-separator {
    width: 100%;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
	.cdr-checkout {
		padding-top: 100px;
	}
	.woocommerce-checkout .wcpay-express-checkout-wrapper {
	    position: absolute;
		top: 80px;
		left: 0;
	}
}

.woocommerce-checkout .wc-payment-form,
.woocommerce-checkout .wcpay-upe-element {
	padding: 0 !important;
}

.woocommerce-checkout .checkout-title,
.woocommerce-cart .cart-title {
	margin-bottom: 17px;
}

.woocommerce-checkout .entry-title,
.woocommerce-cart .entry-title {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.woocommerce-cart .entry-title {
		font-size: 2.25rem;
	}
}

@media (min-width: 1600px) {
	.woocommerce-cart .entry-title {
		font-size: 3rem;
	}
}

.woocommerce table {
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
}

.woocommerce table.shop_table .woocommerce-shipping-totals.shipping {
	vertical-align: top;
}

.woocommerce table.shop_table .woocommerce-shipping-totals.shipping .notice {
	font-size: 13px;
}

.woocommerce table th {
	font-weight: 400;
	color: var(--bs-black);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 10px 15px;
	border-bottom: 1px solid var(--bs-warm);
}

.woocommerce table.shop_table.woocommerce-checkout-review-totals {
	margin-bottom: 30px;
	font-size: 14px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-totals th,
.woocommerce table.shop_table.woocommerce-checkout-review-totals td {
	border: none;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals th, 
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals td {
	padding: 8px 0;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals td:last-child {
	text-align: right;
	color: var(--bs-black);
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals .order-total th,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals .order-total td {
	padding-top: 20px;
	font-size: 1.25rem;
	color: var(--bs-black);
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals .order-total th strong,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals .order-total td strong {
	font-weight: 500;
}

.woocommerce-checkout .woocommerce .woocommerce-shipping-methods {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td {
	padding: 20px 15px;
	font-size: 14px;
}

.woocommerce-checkout .woocommerce table th:first-child,
.woocommerce-checkout .woocommerce table td:first-child,
.woocommerce table th:first-child,
.woocommerce table td:first-child {
	padding-left: 0;
}

.woocommerce-checkout .woocommerce table th:last-child,
.woocommerce-checkout .woocommerce table td:last-child,
.woocommerce table th:last-child,
.woocommerce table td:last-child {
	padding-right: 0;
}

.woocommerce table .cart_item {
	color: var(--bs-black);
}

.woocommerce table .cart_item .product-remove,
.woocommerce table .cart_item .product-subtotal,
.woocommerce table .cart_item .cart-product-details,
.woocommerce table .cart_item .cart-product-more-options {
	font-size: 1rem;
	position: relative;
}

.woocommerce-checkout .woocommerce table .product-subtotal {
	text-align: right;
}

.woocommerce table .cart_item .product-remove img {
	width: 20px;
	height: 20px;
}

.woocommerce table .cart_item .cart-product-size,
.woocommerce table .cart_item .cart-product-color {
	word-break: break-word;
	margin-bottom: 0;
	font-size: 1rem;
}

.woocommerce table .cart_item .cart-product-size,
.woocommerce table .cart_item .cart-product-color {
	white-space: nowrap;
}

.woocommerce-checkout table .cart_item .product-remove,
.woocommerce-checkout table .cart_item .product-subtotal,
.woocommerce-checkout table .cart_item .cart-product-details {
	font-size: 14px;
}

.woocommerce-checkout table .cart_item .cart-product-size,
.woocommerce-checkout table .cart_item .cart-product-color {
	font-size: 13px;
}

.woocommerce table .cart_item .cart-product-details p {
	margin-bottom: 0;
	font-size: 14px;
	display: flex;
}

.woocommerce-checkout .woocommerce table .cart_item .cart-product-details p.cart-product-title {
	margin-bottom: 4px;
	font-size: 16px;
	max-width: 100%;
}

.woocommerce-checkout .woocommerce table .cart_item .cart-product-details p.cart-product-price {
	display: block;
}

.woocommerce table .cart_item .cart-product-details p.cart-product-color > span + span {
	margin-top: 5px;
}

.woocommerce table .cart_item .cart-product-details .cart-product-title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 4px;
}

.woocommerce table .cart_item .cart-product-title a {
	transition: color 0.3s ease-out;
}

.woocommerce table .cart_item .cart-product-color .colors {
	display: block;
	position: relative;
	padding-left: 50px;
}

.woocommerce table .cart_item .cart-product-color strong {
	display: block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 50%;
	border: 1px solid var(--bs-gray);
	margin-right: 10px;
}

.woocommerce table .cart_item .cart-product-color .colors strong {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce table .cart_item .cart-product-color .colors strong.color-1 {
	z-index: 1;
}

.woocommerce table .cart_item .cart-product-color .colors strong.color-2 {
	left: 10px;
	z-index: 1;
}

.woocommerce table .cart_item .remove {
	position: absolute;
	right: 0;
	top: 40px;
	transition: transform 0.3s ease-out;
	z-index: 1;
}

.woocommerce table .cart_item .remove:hover {
	transform: scale(1.1);
}
  
.woocommerce table .cart_item .cart-product-thumb {
	width: 80px;
	height: 80px;
	flex: 0 0 auto;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #E0DFDA88;
	background-color: #E0DFDA88;
}

.woocommerce table .cart_item a:hover > .cart-product-thumb img {
	opacity: 0.8;
}

.woocommerce table .cart_item .product-count img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity 0.2s ease-out;
}

.woocommerce-checkout .woocommerce table .cart_item .product-count img,
.woocommerce table .cart_item .product-count img.lazyloaded {
	opacity: 1;
}

.woocommerce table .cart_item .quantity {
	display: flex;
	align-items: stretch;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}
  
.woocommerce table .cart_item .quantity .qty {
	color: var(--bs-black);
	border: none;
	height: 100%;
	margin: 0 5px;
	padding: 0;
	width: 30px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	-webkit-appearance: none;
	outline: 0;
	pointer-events: none;
}
  
.woocommerce table .cart_item .quantity .qty::-webkit-inner-spin-button, 
.woocommerce table .cart_item .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
  
.woocommerce table .cart_item .quantity .product-qty {
	cursor: pointer;
	width: 30px;
	font-weight: 500;
	font-size: 1rem;
	user-select: none;
	position: relative;
}
  
.woocommerce table .cart_item .quantity .product-qty[data-qty="minus"] {
	border: none;
}
  
.woocommerce table .cart_item .quantity .product-qty[data-qty="plus"] {
	border: none;
}

.woocommerce table .cart_item .quantity .product-qty[data-qty="minus"]:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 7px;
	background-image: url(../images/minus.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.woocommerce table .cart_item .quantity .product-qty[data-qty="plus"]:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	right: 7px;
	background-image: url(../images/plus.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}

.woocommerce .cart-collaterals {
	max-width: 720px;
	margin-right: 0;
	margin-left: auto;
}

.woocommerce .cart-collaterals .note {
	font-size: 14px;
	margin-top: 10px;
}

.woocommerce .cart_totals table th, 
.woocommerce .cart_totals table td {
	padding: 20px 0;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
	color: var(--bs-black);
	font-size: 1.25rem;
	font-weight: 500;
}

.woocommerce .cart_totals table td {
	text-align: right;
}

.woocommerce .cart_totals #payment-method-message {
	margin: 1rem 0 0;
	padding: 0;
	flex: 0 0 auto;
	width: 100%;
	order: 1000;
}

.woocommerce .woocommerce-remove-coupon {
	display: flex;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	transition: transform 0.3s ease-out;
}

.woocommerce .woocommerce-remove-coupon:hover {
	transform: scale(1.1);
}

.woocommerce .wc-proceed-to-checkout {
	margin-top: 50px;
}

.woocommerce .wc-proceed-to-checkout .coupon {
	margin-right: 20px;
	display: flex;
}

.woocommerce .wc-proceed-to-checkout .coupon .btn,
.woocommerce .checkout-button {
	white-space: nowrap;
	padding: 14px 20px;
}

.wc-proceed-to-checkout .coupon input {
	border: 1px solid var(--bs-gray);
	border-radius: 5px;
	line-height: 1.65;
	padding: 1rem 1.25rem;
	margin-right: 1.25rem;
	font-size: 1rem;
}

.woocommerce table .cart_item .cart-product-details .key,
.woocommerce-checkout .woocommerce table .cart_item .cart-product-size .key,
.woocommerce-checkout .woocommerce table .cart_item .cart-product-color .key {
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
	min-width: 80px;
}

.woocommerce-cart .clear-cart {
	transition: color 0.3s ease-out;
}

.order-summary-wrapper {
	margin-top: 30px;
}

.order-summary-wrapper .sticky {
	margin-bottom: 0;
}

.woocommerce-order-pay #payment .grand-total strong,
.woocommerce-checkout-payment .grand-total strong {
	font-weight: 500;
}

#ppc-button {
	margin-top: 1rem;
}

.woocommerce-order-pay #payment .payment_methods,
.woocommerce-checkout-payment .payment_methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-order-pay #payment .payment_methods .woocommerce-notice,
.woocommerce-checkout-payment .payment_methods .woocommerce-notice { 
	margin-top: 20px;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method,
.woocommerce-checkout-payment .payment_methods .wc_payment_method {
	padding: 20px 0;
	border-bottom: 1px solid var(--bs-warm);
	position: relative;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method .input-radio,
.woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio {
	display: none;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method .input-radio + label:before,
.woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid var(--bs-warm);
	position: absolute;
	left: 0;
	top: 2px;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method .input-radio + label:after,
.woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio + label:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--bs-black);
	position: absolute;
	left: 4px;
	top: 6px;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method .input-radio:checked + label:after,
.woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio:checked + label:after {
	opacity: 1;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method .input-radio + label,
.woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio + label {
	position: relative;
	padding-left: 30px;
	font-size: 1rem;
	line-height: 1.5rem;
	cursor: pointer;
	display: block;
	width: 100%;
	padding-right: 90px;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method .payment_box,
.woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
	padding: 20px 0px 20px 30px;
}

.woocommerce-order-pay #payment .woocommerce-form__label-for-checkbox .required,
.woocommerce-checkout-payment .woocommerce-form__label-for-checkbox .required {
	display: none;
}

.woocommerce-order-pay #payment .woocommerce-form__label-for-checkbox,
.woocommerce-order-pay #payment .woocommerce-privacy-policy-text,
.woocommerce-order-pay #payment .payment_methods .wc_payment_method .payment_box p,
.woocommerce-checkout-payment .woocommerce-form__label-for-checkbox,
.woocommerce-checkout-payment .woocommerce-privacy-policy-text,
.woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box p {
	margin-bottom: 0;
	font-size: 0.875rem;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway:after,
.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_ppcp-gateway:after,
.woocommerce-order-pay #payment .payment_methods .wc_payment_method.payment_method_cheque:after,
.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_cheque:after {
	content: '';
	display: block;
	width: 80px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 22px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/methods/paypal.svg);
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method.payment_method_bacs:after,
.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_bacs:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 17px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/methods/invoice.svg);
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method.payment_method_invoice:after,
.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_invoice:after {
	content: '';
	display: block;
	width: 80px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/methods/visa-mc.svg);
}

.woocommerce-order-pay .payment_method_fondy,
.woocommerce-checkout-payment #checkout_fondy_form {
	margin-top: 20px;
	max-width: 100%;
}

.woocommerce-order-pay .payment_method_fondy .input-label,
.woocommerce-checkout-payment #checkout_fondy_form .input-label {
	color: var(--bs-black);
}

.woocommerce-order-pay .payment_method_fondy input.input,
.woocommerce-order-pay .payment_method_fondy input.input:focus,
.woocommerce-checkout-payment #checkout_fondy_form input.input,
.woocommerce-checkout-payment #checkout_fondy_form input.input:focus {
	border: none;
	border-bottom: 1px solid var(--bs-black);
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	padding: 0;
	text-align: left;
}

#checkout_wrapper{min-height:800px;text-align:left;position:relative;background:#FFF;padding-left:15px;padding-right:15px;padding-bottom:30px;margin:9px auto}
.payment_method_fondy input{line-height:36px}
.payment_method_fondy input::-webkit-input-placeholder{opacity:.4;color:#000;font-size:.75rem;transform:translate3d(0,-1px,0)}
.payment_method_fondy input:-moz-placeholder{opacity:.4;color:#000;font-size:.75rem;transform:translate3d(0,-1px,0)}
.payment_method_fondy input::-moz-placeholder{opacity:.4;color:#000;font-size:.75rem;transform:translate3d(0,-1px,0)}
.payment_method_fondy input:-ms-input-placeholder{opacity:.4;color:#000;font-size:.75rem;transform:translate3d(0,-1px,0)}
.payment_method_fondy input::-ms-input-placeholder{opacity:.4;color:#000;font-size:.75rem;transform:translate3d(0,-1px,0)}
.payment_method_fondy input::placeholder{opacity:.4;color:#000;font-size:.75rem;transform:translate3d(0,-1px,0)}
.payment_method_fondy .f-container{width:100%}
#checkout_fondy_form{max-width:350px;margin:0 auto 0 0}
.payment_method_fondy .error-wrapper{padding:.15rem .15rem 1rem;display:none;color:red;font-size:1rem}
.payment_method_fondy .error-wrapper.show{display:block}
.payment_method_fondy button.button{cursor:pointer}
.payment_method_fondy button.button,
.payment_method_fondy input.input{min-height:36px;padding:0;border:1px solid #ccc;border-radius:5px;display:block;width:100%;box-sizing:border-box;outline:0;text-align:center}
.payment_method_fondy button.button:focus,
.payment_method_fondy input.input:focus{box-shadow:inset 0 0 1px 1px #d3d3d3;border-color:gray;position:relative;z-index:2}
.payment_method_fondy .input-wrapper{margin:0 0 .85rem}
.payment_method_fondy .input-wrapper:last-child{margin-bottom:0}
.payment_method_fondy .input-label{font-size:.85rem;color:gray}
.payment_method_fondy .input-field,
.payment_method_fondy .input-label{box-sizing:border-box;padding:.15rem;float:left}
.payment_method_fondy .input-wrapper:after{clear:both;content:'';display:block}
.payment_method_fondy .w-1{display:inline-block;width:100%;position:relative}
.payment_method_fondy .w-2{display:inline-block;width:50%}
.payment_method_fondy .w-3{display:inline-block;width:33.33333%}
.payment_method_fondy .w-3-2{display:inline-block;width:66.66666%}
.payment_method_fondy .w-4{display:inline-block;width:25%}
.payment_method_fondy .w-rigth{float:right!important}
.payment_method_fondy #f_card_sep{width:30px;height:25px;border-radius:5px;background:#CCC;position:absolute;right:5px;top:23%}
.payment_method_fondy #f_card_sep.mastercard{background:url(../img/mc-logo.svg) center no-repeat;background-size:contain}
.payment_method_fondy #f_card_sep.visa{background:url(../img/visa-logo.svg) center no-repeat;background-size:contain}
.payment_method_fondy #f_card_sep:after{content:" ";display:block;width:70%;height:60%;border-top-right-radius:5px;border-bottom-right-radius:5px;background:#d9d9d9;position:absolute;top:20%}
.payment_method_fondy #f_card_sep.mastercard:after,
.payment_method_fondy #f_card_sep.visa:after{display:none}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method.payment_method_fondy img,
.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_fondy img {
	position: absolute;
	right: 0;
	top: 2px;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method.payment_method_invoice .input-radio + label,
.woocommerce-order-pay #payment .payment_methods .wc_payment_method.payment_method_bacs .input-radio + label,
.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_invoice .input-radio + label,
.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_bacs .input-radio + label {
	padding-right: 40px;
}

.woocommerce-order-pay #payment .payment_methods .wc_payment_method.payment_method_fondy .input-radio + label,
.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_fondy .input-radio + label {
	padding-right: 120px;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-top: 40px;
}

.woocommerce-terms-and-conditions-wrapper a {
	transition: color 0.3s ease-out;
	text-decoration: underline;
}

.woocommerce-order-pay #payment .btn,
.woocommerce-checkout-payment .btn {
	margin-top: 30px;
	width: 100%;
}

.woocommerce .woocommerce-order-details .order-again {
	text-align: right;
}

.woocommerce table.woocommerce-checkout-review-order-table tbody {
	vertical-align: top;
}

@media (min-width: 992px) {
	.woocommerce table.shop_table th.product-quantity,
	.woocommerce table.shop_table td.product-quantity {
		text-align: center;
	}

	.woocommerce-order-pay #payment
	.woocommerce-checkout-payment {
		margin-top: 0;
		padding: 20px;
	}

	.woocommerce-order-pay #payment .payment_methods .wc_payment_method .input-radio + label,
	.woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio + label {
		font-size: 1.125rem;
	}
}
/*
@media (min-width: 1400px) {
	.woocommerce-order-pay #payment .woocommerce-form__label-for-checkbox,
	.woocommerce-order-pay #payment .woocommerce-privacy-policy-text,
	.woocommerce-order-pay #payment .payment_methods .wc_payment_method .payment_box p
	.woocommerce-checkout-payment .woocommerce-form__label-for-checkbox,
	.woocommerce-checkout-payment .woocommerce-privacy-policy-text,
	.woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box p {
		font-size: 1rem;
	}
}
*/
@media (min-width: 1600px) {
	.woocommerce table .cart_item .product-remove,
	.woocommerce table .cart_item .product-subtotal,
	.woocommerce table .cart_item .cart-product-size,
	.woocommerce table .cart_item .cart-product-color,
	.woocommerce table .cart_item .cart-product-details,
	.woocommerce table .cart_item .quantity .qty,
	.woocommerce table .cart_item .quantity .product-qty {
		font-size: 1.125rem;
	}
	.woocommerce table .cart_item .cart-product-title {
		max-width: 100%;
	}
}

@media (max-width: 1399.98px) {
	.woocommerce table .cart_item .cart-product-details .cart-product-color {
		font-size: 0.875rem;
	}
}

@media (max-width: 1199.98px) {
	.woocommerce table .cart_item .product-remove,
	.woocommerce table .cart_item .product-subtotal,
	.woocommerce table .cart_item .cart-product-size,
	.woocommerce table .cart_item .cart-product-color,
	.woocommerce table .cart_item .cart-product-details,
	.woocommerce table .cart_item .quantity .qty,
	.woocommerce table .cart_item .quantity .product-qty {
		font-size: 0.875rem;
	}
	.woocommerce table.shop_table td {
		padding: 15px 10px;
	}
	.woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
		font-size: 1rem;
	}
	.woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
		padding: 20px 0;
	}
}

@media (max-width: 991.98px) {
	.order-summary-wrapper {
		margin-top: 15px;
	}
	.woocommerce-checkout .checkout-title,
	.woocommerce-cart .cart-title {
		margin-bottom: 20px;
	}

	.woocommerce-cart .cart-count {
		color: var(--bs-gray);
		margin-bottom: 0;
	}
	.woocommerce table .cart_item .remove {
		top: 20px;
	}
	/*
	.woocommerce table.woocommerce-cart-form__contents {
		max-height: 200px;
		overflow-y: scroll;
		display: block;
		margin: 0 -15px;
		padding: 0 15px;
		width: calc(100% + 34px);
		scrollbar-width: thin;
		scrollbar-color: var(--bs-black) #e4e4e4;
	}
	.woocommerce table.woocommerce-cart-form__contents::-webkit-scrollbar {
		width: 4px;
		position: absolute;
	}
	.woocommerce table.woocommerce-cart-form__contents::-webkit-scrollbar-button {
		display: none;
	}
	.woocommerce table.woocommerce-cart-form__contents::-webkit-scrollbar-track {
		border-radius: 4px;
		background-color: #e4e4e4;
	}
	.woocommerce table.woocommerce-cart-form__contents::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: var(--bs-black);
	}
	*/
	.woocommerce table.woocommerce-checkout-review-order-table tr,
	.woocommerce table.woocommerce-cart-form__contents tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		border-top: 1px solid var(--bs-warm);
		border-bottom: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-child {
		border-bottom: 1px solid var(--bs-warm);
	}
	.woocommerce table.woocommerce-checkout-review-order-table thead tr,
	.woocommerce table.woocommerce-cart-form__contents thead tr {
		border-top: none;
	}
	.woocommerce table.woocommerce-checkout-review-order-table td,
	.woocommerce table.woocommerce-cart-form__contents td {
		border-bottom: none;
		padding: 10px 0;
	}
	.woocommerce table.woocommerce-cart-form__contents th,
	.woocommerce table.woocommerce-checkout-review-order-table th,
	.woocommerce table.woocommerce-cart-form__contents td.product-size,
	.woocommerce table .cart_item .cart-product-color strong {
		display: none;
	}
	.woocommerce table.woocommerce-cart-form__contents td.product-count,
	.woocommerce table.woocommerce-checkout-review-order-table td.product-count,
	.woocommerce table.woocommerce-cart-form__contents td.product-more-options {
		flex: 0 0 100%;
	}
	.woocommerce table.woocommerce-cart-form__contents td.product-count,
	.woocommerce table.woocommerce-checkout-review-order-table td.product-count {
		padding-top: 20px;
	}
	.woocommerce table.woocommerce-checkout-review-order-table td.product-count {
		padding-bottom: 10px;
		padding-right: 0;
	}
	.woocommerce table.woocommerce-cart-form__contents td.product-quantity,
	.woocommerce table.woocommerce-checkout-review-order-table td.product-subtotal,
	.woocommerce table.woocommerce-cart-form__contents td.product-subtotal {
		padding-bottom: 15px;
	}
	.woocommerce table.woocommerce-checkout-review-order-table td.product-subtotal {
		padding-top: 0;
	}
	.woocommerce table.woocommerce-cart-form__contents td.product-quantity,
	.woocommerce table.woocommerce-checkout-review-order-table td.product-total,
	.woocommerce table.woocommerce-cart-form__contents td.product-total {
		flex: 0 0 auto;
	}
	.woocommerce table.woocommerce-checkout-review-order-table td.product-total {
		padding-bottom: 20px;
		display: flex;
		align-items: flex-end;
		font-weight: 500;
	}
	.woocommerce table .cart_item .cart-product-size,
	.woocommerce table .cart_item .cart-product-color,
	.woocommerce table .cart_item .cart-product-more-options {
		white-space: normal;
	}
	.woocommerce-checkout .woocommerce table .cart_item .cart-product-details p.cart-product-title {
		margin-bottom: 0px;
	}
	.woocommerce-checkout .woocommerce table .cart_item .cart-product-more-options {
		margin-bottom: 20px;
	}
	.woocommerce table .cart_item .cart-product-meta .key,
	.woocommerce table .cart_item .cart-product-size .key,
	.woocommerce table .cart_item .cart-product-color .key {
		white-space: nowrap;
		font-weight: 500;
		min-width: 80px;
	}
	.woocommerce table .cart_item .cart-product-more-options .option {
		white-space: normal;
		margin-bottom: 10px;
		position: relative;
		padding-left: 22px;
		padding-bottom: 10px;
		border-bottom: 1px dotted var(--bs-gray);
	}
	.woocommerce-checkout .woocommerce table .cart_item .cart-product-more-options .option {
		border: none;
		padding-left: 0;
		padding-bottom: 0;
		margin-bottom: 0px;
	}
	.woocommerce-checkout .woocommerce table .cart_item .cart-product-more-options .option:last-child {
		margin-bottom: 10px;
	}
	.woocommerce table.woocommerce-cart-form__contents td.product-remove {
		position: static;
	}
	.woocommerce table .cart_item .cart-product-details p.cart-product-title {
		max-width: 100%;
		padding-right: 30px;
	}
	.woocommerce table .cart_item .cart-product-details p.cart-product-price {
		margin-bottom: 5px;
		font-weight: 500;
	}
	.woocommerce table .cart_item .cart-product-details p.cart-product-meta,
	.woocommerce table .cart_item .cart-product-details p.cart-product-size,
	.woocommerce table .cart_item .cart-product-details p.cart-product-color {
		font-size: 0.875rem;
		color: var(--bs-black);
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce table .cart_item .cart-product-color {
		margin-top: 0;
	}
	.woocommerce table .cart_item .cart-product-details p.cart-product-color > span + span {
		margin-top: 0px;
	}
	.woocommerce table .cart_item .key {
		display: block;
		margin-right: 5px;
	}
	.woocommerce table .product-subtotal {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.woocommerce table .cart_item .product-remove {
		flex: 0 0 100%;
		padding: 0;
	}
	.woocommerce table .cart_item .product-remove img {
		width: 15px;
		height: 15px;
	}
	.woocommerce .cart_totals table tr:first-child th,
	.woocommerce .cart_totals table tr:first-child td {
		border-top: 1px solid var(--bs-warm);
	}
	.woocommerce table.woocommerce-cart-form__contents td.product-quantity {
		padding-left: 85px;
	}
	.woocommerce table.woocommerce-cart-form__contents td.product-quantity .quantity {
		width: 90px;
		margin-right: 0;
		font-size: 1rem;
	}
	.woocommerce .wc-proceed-to-checkout {
		text-align: center;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce .wc-proceed-to-checkout .coupon {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.woocommerce .cart-collaterals {
		max-width: 100%;
	}
	.wc-proceed-to-checkout .coupon input {
		font-size: 14px;
	}
	.woocommerce .checkout-button {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals th, 
	.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals td {
		padding: 8px 0;
		font-size: 0.875rem;
	}
	.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals .order-total th,
	.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-totals .order-total td {
		padding-top: 15px;
		font-size: 1rem;
		color: var(--bs-black);
	}
	.woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_fondy img {
		position: absolute;
		right: 0;
		max-width: 100px !important;
		min-width: 100px !important;
		top: 3px;
	}
}

@media (max-width: 575.98px)  {
	.woocommerce .wc-proceed-to-checkout .coupon {
		display: block;
	}
	.wc-proceed-to-checkout .coupon input {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.woocommerce .wc-proceed-to-checkout .btn {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce table .cart_item .cart-product-more-options {
		margin-bottom: 0;
	}
	.woocommerce-checkout .woocommerce table .product-subtotal {
		text-align: left;
		justify-content: flex-start;
	}
	.woocommerce table.woocommerce-checkout-review-order-table td.product-subtotal {
		flex: 0 0 100%;
		padding-left: 95px;
	}
	.woocommerce table.woocommerce-checkout-review-order-table td.product-subtotal span {
		width: 100%;
		text-align: right;
	}
}

/**
 * Notices
 */
.woocommerce-notices-wrapper {
	margin: 50px 0;
	width: 100%;
}

.woocommerce-notices-wrapper + .woocommerce-info {
	margin: 50px 0;
	width: 100%;
}

.woocommerce-lost-password .woocommerce-notices-wrapper {
	margin: 50px auto;
	max-width: 640px;
}

.woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce-notices-wrapper + .wc-empty-cart-message {
	margin: 0 0 50px;
	width: 100%;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-thankyou-order-received {
	list-style: none;
	clear: both;
	padding: 25px 20px;
	border-radius: 5px;
}

.woocommerce-message {
	background-color: var(--bs-bg-green);
	color: #009D56;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-thankyou-order-received {
	background-color: var(--bs-bg-cyan);
	color: var(--bs-black);
}

.woocommerce-error {
	background-color: var(--bs-light);
	color: var(--bs-danger);
	list-style: none;
}

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

.page-template-product-category .woocommerce-info {
	margin-bottom: 100px;
}

.tax-product_cat h2.purple>strong,
.page-template-product-category h2.purple>strong {
	color: var(--bs-black) !important;
}

#product-addons-total,
.wc-pao-addon-description {
	display: none;
}

.wc-pao-addon {
	margin: 0;
	padding: 0 0 1rem;
}

.wc-pao-addon .wc-pao-addon-wrap {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
}

.wc-pao-addon .wc-pao-addon-wrap label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 1.125rem;
	display: block;
}

.wc-pao-addon .wc-pao-addon-wrap input[type="checkbox"] {
	display: none;
}

.wc-pao-addon .wc-pao-addon-wrap label:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid var(--bs-purple);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.wc-pao-addon .wc-pao-addon-wrap label:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0;
}

.wc-pao-addon .wc-pao-addon-wrap label:hover:before,
.wc-pao-addon .wc-pao-addon-wrap input:checked + label:before {
	border-color: var(--bs-black);
}

.wc-pao-addon .wc-pao-addon-wrap input:checked + label:after {
	opacity: 1;
}

@media (max-width: 991.98px) {
	.wcpa_form_outer .toggle-size {
		font-weight: 600;
		margin-right: 10px;
	}
	.wcpa_form_outer .wcpa_form_item .radio-inline {
		margin-left: -1rem;
	}
	.wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio {
		margin-left: 1rem;
	}
}

@media (max-width: 767.98px) {
	.cart-sidebar-content .mini_cart_item > div > img {
		max-width: 75px;
		max-height: 75px;
		margin-right: 15px;
	}
	.cart-sidebar-content .mini_cart_item + .mini_cart_item {
		margin-top: 0;
	}
	.cart-sidebar-content .mini_cart_item {
		flex-wrap: wrap;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid var(--bs-warm);
	}
	.cart-sidebar-content .variations dl.color-item strong {
		display: none;
	}
	.cart-sidebar-content .mini_cart_item .mini-cart-product-details {
		padding-left: 0;
		padding-right: 30px;
	}
	.cart-sidebar-content .mini_cart_item .mini-cart-product-details .mini-cart-product-price {
		margin-top: 3px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.mini-cart-product-infor {
		width: 100%;
		padding-left: 90px;
		padding-top: 20px;
		margin-left: 0;
		align-items: center;
	}
	.mini-cart-product-infor .mini-cart-product-price {
		width: auto;
	}
	.mini-cart-product-infor .mini-cart-quantity {
		height: 30px;
		margin-right: 15px;
	}
	.mini-cart-product-infor .mini-cart-product-qty {
		width: 30px;
		height: 30px;
	}
	.mini-cart-product-infor .mini-cart-quantity .qty {
		width: 30px;
	}
	.mini-cart-product-infor .mini-cart-product-qty[data-qty="minus"]:before,
	.mini-cart-product-infor .mini-cart-product-qty[data-qty="plus"]:before {
		width: 16px;
		height: 16px;
		top: 7px;
		left: 7px;
	}
	.cart-sidebar-content .woocommerce-mini-cart__total {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.cart-sidebar-content .variations {
		font-size: 12px;
	}
	.cart-sidebar-content .variations dl.color-item dt,
	.cart-sidebar-content .variations dl.color-item span {
		display: block;
	}
	.cart-sidebar-content .variations dl.color-item span.amount,
	.cart-sidebar-content .variations dl.color-item span.amount span {
		display: inline;
	}
	.cart-sidebar-content .variations dl.color-item dt {
		white-space: nowrap;
	}
	.cart-sidebar-content .woocommerce-mini-cart__empty-message {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* Checkout */

.fade-enter-active, .fade-leave-active {
	transition: all .2s ease-in-out;
}
.fade-enter, .fade-leave-to {
	opacity: 0;
}

.woocommerce-checkout .woocommerce-error {
	margin-bottom: 30px;
	margin-top: -30px;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
	margin: 50px auto;
	max-width: 600px;
}

.woocommerce-checkout .cdr-checkout {
	max-width: 1320px;
	margin: 0 auto;
	opacity: 0;
	margin-top: -50px;
	transform: translateY(30px);
}

.woocommerce-checkout .cdr-checkout.init {
	transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.woocommerce-checkout .cdr-checkout.show {
	transform: none;
	opacity: 1;
}
/*
.woocommerce-checkout .cdr-checkout-stepper {
	display: flex;
	justify-content: center;
	margin: 40px auto 100px;
	max-width: 1200px;
	transform: translateY(-20px);
	opacity: 0;
}

.woocommerce-checkout .cdr-checkout-stepper.init {
	transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.woocommerce-checkout .cdr-checkout-stepper.show {
	transform: none;
	opacity: 1;
}

.woocommerce-checkout .cdr-checkout-stepper .step {
	flex: 1 0 0%;
	width: 100%;
	text-align: center;
}

.woocommerce-checkout .cdr-checkout-stepper .step a {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: default;
}

.woocommerce-checkout .cdr-checkout-stepper .step.done a {
	cursor: pointer;
}

.woocommerce-checkout .cdr-checkout-stepper .step .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 5px auto 25px;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 500;
	color: var(--bs-gray);
	border: 2px solid var(--bs-gray);
	border-radius: 50%;
	background-color: #fff;
	background-size: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.15s ease-out;
}

.woocommerce-checkout .cdr-checkout-stepper .step .number:after,
.woocommerce-checkout .cdr-checkout-stepper .step .number:before {
	content: '';
	position: absolute;
	top: 25px;
	transform: translateY(-50%);
	display: block;
	width: 50%;
	height: 2px;
	background-color: var(--bs-gray);
	z-index: -1;
	transition: all 0.15s ease-out;
}

.woocommerce-checkout .cdr-checkout-stepper .step .number:before {
	left: 0;
}

.woocommerce-checkout .cdr-checkout-stepper .step .number:after {
	right: 0;
}

.woocommerce-checkout .cdr-checkout-stepper .step.current .number {
	color: #fff !important; 
	border: 2px solid var(--bs-black);
	margin: 0px auto 20px;
	font-size: 1.5rem;
	font-weight: 600;
	background-color: var(--bs-black);
	width: 50px;
	height: 50px;
	margin-top: 0;
}

.woocommerce-checkout .cdr-checkout-stepper .step.done .number {
	border: 2px solid var(--bs-black);
	background-color: var(--bs-black);
	color: var(--bs-black);
	background-size: 16px;
	font-size: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17'%3e%3cpath fill='none' stroke='%23FFFFFF'  stroke-width='2' d='M1 7.36364L6.83333 15L15 1'/%3e%3c/svg%3e");
}

.woocommerce-checkout .cdr-checkout-stepper .step.current .number:after,
.woocommerce-checkout .cdr-checkout-stepper .step.current .number:before,
.woocommerce-checkout .cdr-checkout-stepper .step.done .number:after,
.woocommerce-checkout .cdr-checkout-stepper .step.done .number:before {
	background-color: var(--bs-black);
}

.woocommerce-checkout .cdr-checkout-stepper .step .title {
	font-size: 1.25rem;
	line-height: 30px;
	color: var(--bs-gray);
	font-weight: 500;
	margin-bottom: 0;
}

.woocommerce-checkout .cdr-checkout-stepper .step.current .title {
	font-weight: 600;
	font-size: 1.5rem;
	color: var(--bs-black);
}

.woocommerce-checkout .cdr-checkout-stepper .step.done .title {
	color: var(--bs-black);
}
*/
.woocommerce-checkout .cdr-checkout-buttons.wide {
	max-width: 1100px;
	margin: 50px auto 0;
}

.woocommerce-checkout .cdr-checkout-buttons .cdr-loader-wrapper {
	position: relative;
	width: auto;
	margin-right: 15px;
}

@media (max-width: 991.98px) {
	/*
	.woocommerce-checkout .cdr-checkout-stepper {
		margin-bottom: 60px;
	}
	*/
	.woocommerce-checkout .cdr-checkout-buttons.wide {
		align-items: center;
	}	
}

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

.woocommerce-checkout .cdr-checkout-step.third {
	background: var(--bs-light);
	padding: 30px 20px;
	border-radius: 24px;
	flex: 0 0 auto;
	margin-top: 50px;
	transition: opacity 0.3s ease-in-out;
}

.woocommerce-checkout.loading .cdr-checkout-step.third {
	pointer-events: none;
	opacity: 0.5;
}

@media (min-width: 992px) {
	.woocommerce-checkout form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 40px;
	}
	.woocommerce-checkout .cdr-checkout-step.second {
		flex: 1;
    	width: 100%;
	}
	.woocommerce-checkout .cdr-checkout-step.third {
		flex: 1;
		margin-top: -40px;
		padding: 40px;
	}
}

@media (min-width: 1200px) {
	.woocommerce-checkout .cdr-checkout-step.second {
		flex: 0 0 auto;
    	width: calc(60% - 40px);
	}
	.woocommerce-checkout .cdr-checkout-step.third {
		flex: 0 0 auto;
		width: 40%;
	}
}
 
.woocommerce-checkout .woocommerce-form-register,
.woocommerce-checkout .woocommerce-form-login {
	margin: 0 auto;
	display: block !important;
	height: 100% !important;
}

.woocommerce-checkout .woocommerce-form-register .register-notice,
.woocommerce-checkout .woocommerce-form-login .login-notice {
	margin-bottom: 40px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.woocommerce-checkout .woocommerce-form-register .register-notice,
	.woocommerce-checkout .woocommerce-form-login .login-notice {
		max-width: 450px;
	}
}

.woocommerce-checkout .woocommerce-form-register .form-group,
.woocommerce-checkout .woocommerce-form-login .form-group {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-form-register .register-notice p,
.woocommerce-checkout .woocommerce-form-login .login-notice p {
	margin-bottom: 0;
}

#customer_login .woocommerce-form-login-details,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

#customer_login .woocommerce-form-login-details {
	margin-bottom: 0px;
}

#customer_login .woocommerce-form-login-details .form-check,
#customer_login .woocommerce-form-login-details .lost_password,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login-details .form-check,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login-details .lost_password {
	margin-bottom: 20px;
}

#customer_login .woocommerce-form-login-details .lost_password a,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login-details .lost_password a {
	transition: color 0.2s ease-out;
}

.woocommerce-checkout .woocommerce-form-register .woocommerce-button,
.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 0px;
}

@media (min-width: 576px) {
	.woocommerce-checkout .woocommerce-form-register .woocommerce-button,
	.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
		max-width: 290px;
	}
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  cursor: pointer;
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: dashicons;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f177";
  text-decoration: none;
}

.woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.woocommerce-form__label-for-checkbox input {
	margin-right: 10px;
}

#order_review_heading,
.woocommerce-checkout .cdr-checkout-step.hidden {
	display: none;
}

.woocommerce-checkout .cdr-checkout-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 50px;
}

.woocommerce-checkout .cdr-checkout-buttons > p {
	flex: 1;
	font-size: 0.875rem;
	max-width: 600px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: auto;
	padding-right: 20px;
}

.woocommerce-checkout .cdr-checkout-buttons > div {
	display: flex;
	flex: 0 0 auto;
}

.woocommerce-checkout .cdr-checkout-buttons.hidden {
	display: none;
}

.woocommerce-checkout .cdr-checkout-buttons .btn {
	white-space: nowrap;
}

.woocommerce-checkout .cdr-checkout-buttons .btn:first-child {
	margin-right: 20px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	width: 100%;
}

.woocommerce-checkout .form-group {
	margin-bottom: 50px;
	transition: margin 0.3s ease-out;
}

.woocommerce-checkout .form-group.select-group label {
    transform: translateY(-120%);
}

.checkout-inline-error-message {
	font-size: 14px;
	display: none;
}

.form-row.create-account {
	margin-bottom: 30px;
}

.woocommerce-checkout .form-group.woocommerce-invalid {
	margin-bottom: 80px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-group label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-group label {
	left: 15px;
}

.woocommerce-account .form-control,
.woocommerce-checkout .form-control {
	border-bottom: 1px solid var(--bs-warm);
}

.woocommerce-account select.form-select,
.woocommerce-checkout select.form-select {
	border-bottom: 1px solid var(--bs-warm);
	border-radius: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>*,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>* {
	padding: 0 15px;
	flex: 0 0 auto;
	width: 50%;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
	margin-bottom: 40px;
	font-size: 1.5rem;
}

.woocommerce form .form-row .required {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea {
	height: 42px;
	min-height: 42px;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-group label {
	left: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-invalid label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-invalid label {
	color: var(--bs-danger);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-invalid .form-control,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-invalid .form-control {
	border-color: var(--bs-danger);
}

.woocommerce-invalid .woocommerce-input-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	width: 8px;
	height: 12px;
	bottom: -25px;
	background-image: url(../images/arrow-danger.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.woocommerce-invalid .woocommerce-input-wrapper:after {
	content: 'This field is required';
	position: absolute;
	bottom: -30px;
	left: 38px;
	color: var(--bs-danger);
	font-size: 0.875rem;
}

.woocommerce-checkout #shipping_insurance_field {
	font-size: 1.25rem;
	font-weight: 500;
	user-select: none;
}

.woocommerce-checkout.loading #shipping_insurance_field {
	pointer-events: none;
}

.woocommerce-checkout #shipping_insurance_field label {
	cursor: pointer;
	padding-left: 40px;
	cursor: pointer;
	position: relative;
}

.woocommerce-checkout #shipping_insurance {
	cursor: pointer;
	position: absolute;
	left: 0;
}

.woocommerce-checkout #shipping_insurance_field label .optional {
	display: none;
}

.woocommerce-checkout #shipping_insurance-description {
	font-size: 0.875rem;
	font-weight: 400;
	padding-left: 40px;
	display: block !important;
	line-height: 1.5;
	margin-top: 5px !important;
	height: 100% !important;
}

@media (max-width: 1399.98px) {
	.woocommerce-checkout .woocommerce-form-login .form-control {
		font-size: 1rem;
	}
	.woocommerce-checkout .woocommerce-form-login .form-group label {
		font-size: 0.875rem;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step .number {
		margin: 5px auto 20px;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step .number,
	.woocommerce-checkout .cdr-checkout-stepper .step .title {
		font-size: 1rem;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step.current .number {
		font-size: 1.25rem;
		margin: 0px auto 15px;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step.current .title,
	.woocommerce-checkout .cdr-checkout-stepper .step.done .title {
		font-size: 1.25rem;
	}
	.woocommerce-checkout .cdr-checkout-buttons {
		flex-wrap: wrap;
	}
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>*,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>* {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.woocommerce-checkout .cdr-checkout-stepper {
		margin-left: -16px;
		margin-right: -16px;
	}
	.woocommerce-checkout .woocommerce-form-login p {
		font-size: 1rem;
		line-height: 1.5;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step .number {
		margin: 5px auto 15px;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step .number,
	.woocommerce-checkout .cdr-checkout-stepper .step .title,
	.woocommerce-checkout .cdr-checkout-stepper .step.done .title {
		font-size: 0.875rem;
		line-height: 22px;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step .title {
		padding: 0 10px;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step.current .number {
		font-size: 1rem;
		margin: 0px auto 10px;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step.current .title {
		font-size: 1rem;
	}
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>*,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>* {
		width: 50%;
	}
}

@media (max-width: 575.98px) {
	.woocommerce-checkout .cdr-checkout-stepper .step.current .title {
		font-size: 0.875rem;
		line-height: 19px;
	}
	.woocommerce-checkout .cdr-checkout-stepper .step.done .title,
	.woocommerce-checkout .cdr-checkout-stepper .step .number,
	.woocommerce-checkout .cdr-checkout-stepper .step .title {
		font-size: 0.75rem;
		line-height: 18px;
	}
	.woocommerce-checkout .cdr-checkout-buttons .btn:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>*,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>* {
		padding: 0 15px;
		flex: 0 0 auto;
		width: 100%;
	}
	.woocommerce-checkout #shipping_insurance_field {
		font-size: 1.125rem;
		font-weight: 500;
	}
	.woocommerce-checkout .cdr-checkout-buttons p {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.woocommerce-checkout .cdr-checkout-buttons {
		position: relative;
	}
	.woocommerce-checkout .cdr-checkout-buttons > div {
		display: block;
		flex: 1;
	}
	.woocommerce-checkout .cdr-checkout-buttons > div .btn {
		width: 100%;
	}
	.woocommerce-checkout .cdr-checkout-buttons .cdr-loader-wrapper {
		position: absolute;
		width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
	}
	.woocommerce-checkout #shipping_insurance-description br {
		display: none;
	}
}