.wapf--inner {
    font-family: 'Aventa' !important;
}
.csf-tag-description strong {
    color: black !important;
    font-weight: bold;
}
#yith-sl-wrap-search-stores .title-search-bar {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 30px;
    letter-spacing: 1px;
	    margin-bottom: 10px;
}
.elementor-element.elementor-element-fda947e.elementor-widget__width-initial.elementor-widget-mobile__width-initial.elementor-hidden-tablet.elementor-widget.elementor-widget-text-editor p {
    font-family: "Aventa", Sans-serif !important;
}

.wapf-grand-total {
	    font-family: 'Aventa' !important;
}

.wapf-input {
		    font-family: 'Aventa' !important;
}

/* .home_hover .elementor-column:hover{    width: 40% !important; transform:inherit !important;} */

abbr.required{
	display: none;
}

.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
	background-color: #A69986 !important;
}

.wc-backward{
	color: #ffffff !important;
  background-color: #000000 !important;
}

/*
 Code For Wombat
*/

/* .postid-5746 div.quantity, .postid-5746.woocommerce .button[name=add-to-cart],.postid-6745 div.quantity, .postid-6745.woocommerce .button[name=add-to-cart] , .postid-6743 div.quantity, .postid-6743.woocommerce .button[name=add-to-cart] , .postid-6741 div.quantity, .postid-6741.woocommerce .button[name=add-to-cart] , .postid-6462 div.quantity, .postid-6462.woocommerce .button[name=add-to-cart] , .postid-6548 div.quantity, .postid-6548.woocommerce .button[name=add-to-cart], .postid-6425 div.quantity, .postid-6425.woocommerce .button[name=add-to-cart] {
    display:none;
} */

/* .postid-5746 .wapf-wrapper,.postid-6745 .wapf-wrapper,.postid-6543 .wapf-wrapper,.postid-6741 .wapf-wrapper,.postid-6462 .wapf-wrapper,.postid-6548 .wapf-wrapper, .postid-6425 .wapf-wrapper {
    border-radius: 4px; 
    border: 1px solid #ededed; 
    padding: 15px 20px;
   		margin-bottom: 20px; 
} */

.wapf-field-group .step{
    display:none;
}

.wapf-field-group .step:first-child{
    display:flex;
}

.wapf_step_buttons {
    margin-bottom:20px;
    overflow:hidden;
}

.wapf_btn_next {
    float:right !important;
}

.wapf-progress {
    position:relative;
    width:100%;
    margin: 0 auto;
}



.wapf-progress:before, .wapf-progress-bar {
    content:'';
    position:absolute;
    height:3px;
    width:100%;
    background:#ededed;
    top:14px;
    left:0;
}
.rtl .wapf-progress-bar{
    right:0;
    left:unset;
}

.wapf-progress-steps {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.wapf-progress-steps div {
    position:relative;
}

.wapf-progress-steps div:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height:30px;
    font-size:16px;
    line-height:30px;
    border-radius:50%;
    text-align:center;
    display: block;
    font-size: 10px;
    background: #000000;
	  color: #FFFFFF;
}

.wapf-progress-steps div.active:before {

    background:#000000; /*The finished step color. Feel free to change*/
    color:white;
}

.wapf-progress-bar {
    background:#000000; /*The finished step color. Feel free to change*/
    width:0%;
}

/*
Codes Added By Mohi 
*/
/* 
.wapf-field-select {
	width: 33.3% !important; 
}
.wapf-field-number{
	width: 33.3% !important; 
}
.wapf-field-text{
	width: 33.3% !important; 
} */

input[type="number"]{
	width: 100% !important; 
}

.wapf-input{
	padding:13.5px;
}

.wapf-image-swatch-wrapper{
	display: grid;
    grid-auto-rows: auto;
    grid-gap: 10px;
}

.wapf--inner{
	text-align:start;
}
.wapf_step_buttons{
	text-align:left;
}

.wapf-swatch--image {
	display: grid;
  place-items: center;
}

/*
	Codes For Checkout page 
*/

.product-name{
	padding-top:10px;
	padding-bottom: 10px;
}

#ship-to-different-address{
	margin:0px;

}

#ship-to-different-address label span::before {
  margin-top: 8px;
}
#ship-to-different-address label span::after {
  margin-top: 8px;
}

.woocommerce-shipping-fields__field-wrapper{
	margin-top:-5px;
}

.tax-total{
	display: flex;
   justify-content: space-between;
}


/*Tablet Mode */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Your tablet-specific CSS rules go here */
			#ship-to-different-address label span::before {
		margin-top: 0px;
	}
	#ship-to-different-address label span::after {
		margin-top: 0px;
	}
#yith-sl-wrap-search-stores .title-search-bar {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 28px !important;
    letter-spacing: 1px;
	    margin-bottom: 10px;
}
}


/* Media query for mobile devices */
@media screen and (max-width: 767px) {
    .wapf-image-swatch-wrapper {
/*         grid-template-columns: repeat(3, 1fr); /* Set to 1 column for mobile */
    } */

    /* Adjust width of elements to 100% */
    .wapf-field-select {
        width: 100% !important;
				font-size:14px;
    }

    .wapf-field-number {
        width: 100% !important;
				font-size:16px;
    }

    .wapf-field-text {
        width: 100% !important;
				font-size:16px;
    }
		
	/*Checkout Codes*/
	
	.select2-selection__rendered {
		color: #1f2124 !important
	}
	
		#ship-to-different-address{
			margin-top:20px;
		}
		#ship-to-different-address label span::before {
		margin-top: 0px;
	}
	#ship-to-different-address label span::after {
		margin-top: 0px;
	}
	
	.table-header .table-col-1 {
  	flex-basis: 50% !important;
    max-width: 50% !important;
	}
	.table-header .table-col-2 {
  	flex-basis: 20% !important;
    max-width: 20% !important;
	}
	.table-header .table-col-3 {
  	flex-basis: 20% !important;
    max-width: 20% !important;
	}
	.product-thum-name{
		flex-basis: 50% !important;
    max-width: 50% !important;
	}
	.product-quantity{
		flex-basis: 20% !important;
    max-width: 20 !important; 
	}
	.product-total{
		flex-basis: 30% !important;
    max-width: 30% !important;
	}
	.shipping-area{
		grid-template-columns: 50% 50% !important;
	}

.p .form-row {
    margin-top: 0px !important;
}

.woocommerce-form-login__submit {
		margin-top: 12px !important;
	}

}



    .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 23%;
    margin-right: 2.5%;
		float: left;
    }

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 11.1%;
    margin-right: 11.1%;
float: left;
}


.xoo-wsc-modal .xoo-wsc-products .xoo-wsc-sm-info .xoo-wsc-sm-left .variation {
display: none !important;
}

.e-con.elementor-sticky--active {
    z-index: var(--z-index, 99999);
}
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}


.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
    color: #000000;
}
header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}

#yith-sl-results {
	display: none !important;
}






.wrapper-filter.type-dropdown {
    width: 100%;
} 
#yith-sl-main-filters-container.layout-dropdown .wrapper-filter .open-dropdown {

    padding: 15px 40px 15px 25px !important;

}
#yith-sl-main-filters-container.layout-dropdown ul {
    border: none;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    margin: 0px 10px 0px 20px;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: calc(100% - 0rem);
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: calc(100% - 0rem);
}
.wrapper-filter.type-dropdown .wrapper-options, #yith-sl-main-filters-container.layout-dropdown .wrapper-options{
	padding-top: 0px!important;
}

#yith-sl-wrap-search-stores .title-search-bar {

    font-family: 'Aventa';
}
p.filter-label.open-dropdown .text {
    font-family: 'Aventa';
}


#yith-sl-active-filters {
    opacity: 0;
    height: 0;
    visibility: hidden;
    margin: 0;
}

label#yith-sl-wrap-search-bar {
    display: none;
}

a#yith-sl-show-all-stores {
    display: none;
}

.wrapper-filter.type-dropdown ul li:hover, .wrapper-filter.type-dropdown ul li.active {
    background-color: #ffffff;
    color: #cdcdcd;
}


.stores-list ul {
    margin: 0px !important;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details {
    display: flex;
    padding: 0px!important;
}
#yith-sl-results .wrap-store-details:hover {
    background-color: #ffffff;
}

.gmnoprint, .gmnoprint.gm-bundled-control .gmnoprint + button, button.gm-control-active.gm-fullscreen-control {
    display: none !important;
}

.gmnoprint.gm-bundled-control button + .gmnoprint, .gmnoprint.gm-bundled-control  {
	display: block !important;
}

.wrap-no-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#yith-sl-section-results {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.store-image {
    display: none;
}

address.store-info {
    padding-left: 0 !important;
}

.gm-style > div > div {
    filter: grayscale(1);
}


p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 55px;
    font-family: 'Aventa';
    font-weight: 700;
}


ul.woocommerce-order-overview.woocommerce-thankyou-order-details {

    width: auto;
    font-size: 17px;
    justify-content: center;

}





.woocommerce-order-overview {
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    list-style-type: none; /* Hide the markers */
    background-color: #fafafa;
}

.woocommerce-order-overview li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.woocommerce-order-overview li:last-child {
    border-bottom: none;
}

.woocommerce-order-overview__order strong,
.woocommerce-order-overview__date strong,
.woocommerce-order-overview__total strong,
.woocommerce-order-overview__payment-method strong {
    font-weight: bold;
    color: #333;
}

.woocommerce-order-overview__order,
.woocommerce-order-overview__date,
.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method {
    font-size: 16px;
}





.woocommerce-order-details {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.woocommerce-order-details__title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.woocommerce-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid lightgrey !important;
}

.woocommerce-table th,
.woocommerce-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}
th.woocommerce-table__product-name.product-name {
    text-align: center;
    font-size: 20px;
}

th.woocommerce-table__product-table.product-total {
    text-align: center !important;
    border: 1px solid lightgray;
    font-size: 20px;
}

th.woocommerce-table__product-name.product-name {
    border: 1px solid lightgray;
}

td.woocommerce-table__product-total.product-total {
    border: 1px solid lightgray;
}

.woocommerce-table th {
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: left;
}

.woocommerce-table__product-name a {
    text-decoration: none;
    color: Black;
    font-weight: bold;
}

.woocommerce-table__product-total {
    text-align: right;
}

.wc-item-meta {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #555;
}

.wc-item-meta li {
    margin-bottom: 5px;
}

.wc-item-meta strong {
    font-weight: bold;
    margin-right: 5px;
}

.woocommerce-Price-amount {
    font-weight: bold;
    color: #333;
}

tfoot tr {
    background-color: #f5f5f5;
    font-weight: bold;
}

tfoot td {
    text-align: right;
    font-size: 16px;
}

tfoot th {
    text-align: left;
    padding-left: 15px;
}
tfoot th {
    text-align: left;
    padding-left: 15px; /* Adds some padding for better spacing */
}

tfoot td {
    text-align: right;
    padding-right: 15px; /* Adds some padding for better spacing */
}








.woocommerce-table__product-name {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px auto;
    max-width: 600px;
}

.woocommerce-table__product-name a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.product-quantity {
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
    color: #666;
}

.wc-item-meta {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

.wc-item-meta li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.wc-item-meta-label {
    font-weight: bold;
    color: #333;
}

.wc-item-meta p {
    margin: 0;
    color: #666;
    text-align: right;
}
span.woocommerce-Price-amount.amount {
    text-align: center;
    display: block;
}
h2.woocommerce-order-details__title {
    font-size: 55px;
    font-weight: 700;
    font-family: 'Aventa';
    margin-bottom: 65px;
}


td.woocommerce-table__product-name.product-name {
    border: 1px solid lightgrey;
}


ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 3px;
}
ul.wc-item-meta p {
    font-weight: 700;
    color: black;
}
ul.wc-item-meta li {
    color: black;
}
@media (min-width: 320px) and (max-width: 480px) {
  
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 32px;
    font-family: 'Aventa';
    font-weight: 700;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin-left: -20px;
}

h2.woocommerce-order-details__title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Aventa';
    margin-bottom: 65px;
    text-align: center;
    margin-left: -25px;
}
ul.wc-item-meta li strong {
    text-align: left;
}
td.product-name {
        width: 58% !important;
    } 

.wrapper-main-sections ul {
    width: 87%;
}

h4.title-search-bar {
    margin-top: 20px;
}


#yith-sl-main-filters-container.layout-dropdown .wrapper-filter.type-dropdown ul{
margin: 0px 0px 0px 0px;
width: 95%;
}

body .wrapper-filter.type-dropdown .wrapper-options, #yith-sl-main-filters-container.layout-dropdown .wrapper-options{
    position: relative;
	top: 5px !important;
  right: 0 !important;
	margin-bottom: 10px !important;
}

button.gm-svpc {
    display: none;
}

	#yith-sl-main-filters-container.layout-dropdown .wrapper-filter .open-dropdown{
		margin-right:0px !Important;
	}


  
}

tfoot tr {
    border-bottom: 1px solid lightgray !important;
}

.stores-list ul li {
    border-bottom: 1px solid lightgray;
}
ul.store-contact li {
    border: none;
}
#yith-sl-results .wrap-store-details:hover {
    background-color: #ffffff !important;
}
div#yith-sl-results {
    max-height: 320px;
}



h4.title {
    display: flex !important;
    column-gap: 5px;
    font-family: 'Aventa';
}

 #yith-sl-main-filters-container.layout-dropdown .wrapper-filter.type-dropdown ul {
    padding: 25px 20px 20px 15px !important;

}
.wrapper-options ul li {
    border-bottom: 1px solid lightgray;
}


#yith-sl-main-filters-container.layout-dropdown .wrapper-filter.type-dropdown ul li label {

    margin-bottom: 10px;
}

div#store-count {
    color: #00009d;
}
.elementor-21253 .elementor-element.elementor-element-346a5de br{
	display:block !important;
}
address.store-info.yith-sl-pin-modal br {
    display: none !important;
}
#yith-sl-gmap .gm-style .gm-style-iw {
width:215px !important;
}

p.store-address {
    font-size: 16px !important;
    line-height: 25px !important;
}
p.store-name a {
     pointer-events: none !important;
}

#yith-sl-results ul.store-contact li  {
    font-size: 16px;
    line-height: 21px;
}
.yith-sl-with-image #yith-sl-results .wrap-store-details {
    width: 130%;
    max-width: 650px;
}
.store-name {
    font-family: 'Aventa';
    font-size: 28px !important;
}
.post-inner.thin {
    min-height: calc(100vh - 301px);
}
div#store-count-container {
    gap: 5px !important;
}


.store-info div > ul {
    list-style: none;
}

 .store-info div > ul li {
        margin-left: 0px;
        margin-bottom: 5px;
        border-bottom: none !important;
    }

.yith-plugin-upgrade-license-banner.yith-plugin-upgrade-license-banner--inline.yith-plugin-ui {
    display: none;
}


/* code for dealers page height fix */

body.page-id-21253 .elementor.elementor-21253{
	
	height: 100vh;
}

body.page-id-21253 div#yith-sl-gmap{
	
	height: 100vh !important;
}

div#yith-store-locator{
	
	height: 100vh;
}

div#yith-store-locator .wrapper-main-sections {
    height: 100vh;
}

body.page-id-21253 div#yith-sl-section-results{
	
	 height: 100vh;
	
}

@media (min-width: 320px) and (max-width: 480px) {
  
  body.page-id-21253 .elementor.elementor-21253 {
    height: 100vh;
}
	
body.page-id-21253 div#yith-sl-section-results {
    height: auto;
}	
body.page-id-21253 div#yith-sl-gmap{
	
	height: auto;
}
	
	form#affwp-login-form legend {
    padding: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 35px;
}
  li.affwp-affiliate-dashboard-tab {
    height: 40px;
    min-width: auto;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
	ul#affwp-affiliate-dashboard-tabs {
    display: flex
;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0px 10px !important;
    flex-direction: row;
}
	
	div#affwp-affiliate-dashboard-url-generator {
    padding: 0 10px;
}
	div#affwp-affiliate-dashboard-campaign-stats, div#affwp-affiliate-dashboard-earnings-stats , div#affwp-affiliate-dashboard-referral-counts , div#affwp-affiliate-dashboard-graphs , div#affwp-affiliate-dashboard-referrals , div#affwp-affiliate-dashboard-payouts , div#affwp-affiliate-dashboard-visits , div#affwp-affiliate-dashboard-coupons , div#affwp-affiliate-dashboard-profile , div.awp_sp_container{
    padding: 0 10px;
}
	
	.awp_sp-account-grid-item button {
		font-size: 10px;
	}
	
	.awp_sp-need-help {
    display: flex
;
    gap: 10px;
}
	.awp_sp-account-grid-item {
    
		padding: 20px 3px;}
}


/* Referral Styling */

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--referral_coupons i.fa.fa-file-alt {
    display: none;
}

.mwb-crp-referral-column-inner {
    background-color: #F4F1EC;
    padding: 5px;
    text-align: center;
    color: #000000 !important;
}

.mwb-crp-referral-column .mwb-crp-referral-icon {
    font-size: 30px;
    color: black;
}
.mwb-crp-referral-wrapper .mwb-crp-referral-column-inner h4 .amount {
    color: black;
}
.mwb-crp-referral-column {
    width: 100%;
    flex: 0 0 calc(33.3% - 13px);
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead th {
    padding: 10px 10px !important;
    background-color: #f4f1ec;
    color: black;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody td {
    padding: 15px 8px !important;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code {
    background-color: #cacaca;
}

.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter {
    width: calc(100% - 300px);
}

.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter > label {
    font-size: 14px;
    justify-content: space-between;
    gap: 0;
}

.mwb-crp-referral-table-wrapper input[type="search"] {
    width: 94%;
}

div#mwb-crp-referral-table_info {
    color: black;
}

div#mwb-crp-referral-table_length {
    color: black;
}

div#mwb-crp-referral-table_filter {
    color: black;
}

.woocommerce-MyAccount-content-wrapper {
    font-family: "Aventa", Sans-serif !important;
}

.mwb-crp-referral-wrapper .mwb-crp-referral-column-inner h4 {
    color: #000000;
}

.mwb_crp_referal_section_wrap .mwb_cpr_btn_copy:hover{
	
	background-color: transparent;
}

.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy:hover{
	
	background-color: transparent !important;
}


@media (min-height: 1100px) {
    body.page-id-22438 .elementor-element.elementor-element-85efc03.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        height: 90vh;
    }

    body.page-id-22439 .elementor-element.elementor-element-7f1c275.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        height: 90vh;
    }

    body.page-id-22440 .elementor-element.elementor-element-55510b4.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        height: 90vh;
    }
}


@media (min-height: 900px) {
      body.page-id-22439 .elementor-element.elementor-element-7f1c275.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        height: 90vh;
    }

   
}



#payment .payment_methods>li.wc_payment_method>input+label::before {
    grid-area: auto !important;
}
	.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]:checked+label::after {
    width: 6px;
    height: 6px;
    left: 7px !important;
    background-color: #fff;
  
}

input#terms {
    top: 3.5px;
}

input#automatewoo_optin {
    top: 3.5px;
}

input#createaccount {
    top: 0;
}
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label::before{
	
	top: 44%;
}

label.woocommerce-form_label.woocommerce-form_label-for-checkbox.checkbox input[type="checkbox"]:checked::before{
    margin: -0.1875rem 0 0 -9px;
}

.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: -10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label::before {
    top: 33%;
}
	
	.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]:checked+label::after {
    width: 6px;
    height: 6px;
    left: 7px !important;
    background-color: #fff;
    top: 35%;
}
	
/* checkout-items	 */
	
 
.ea-order-review-table li.table-row.cart_item {
    flex-direction: column;
    padding-bottom: 10px;
    padding: 25px;
}

.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-thum-name {
    flex-direction: column;
    min-width: 100%;
	  align-items: start;
}

.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-thum-name .product-name {
    min-width: 100%;
}

.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .product-total {
    min-width: 100%;
    text-align: right;
    padding: 0 !important;
}

dl.variation dt {
       margin-right: 5px;
}
	
input#terms {
    top: 1.5px;
}

input#automatewoo_optin {
    top: 1.5px;
}

.form-row.place-order .ea-woo-checkout .woocommerce label.woocommerce-form__label-for-checkbox.checkbox {
     align-items: baseline;
}
	
  
}
.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]+label::after{
	
	left: 9px;
}


.ea-order-review-table-footer #shipping_method {
    padding: 0;
}

.ea-order-review-table-footer .shipping-area {
    align-items: center;
}



.eael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .payment_box {
    margin-top: 10px;
margin-bottom: 10px;
}

#payment .payment_methods li[class*=payment_method_woocommerce_payments] label img {
    float: right;
    border: 0;
    padding: 0;
    height: 100% !important;
    max-height: 24px !important;
}

.eael-woo-checkout .elementor-525 .elementor-element.elementor-element-661b965 .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type="radio"]:checked + label {
    margin-top: 10px;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
    top: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  
form.woocommerce-form.woocommerce-form-register.register input[type="checkbox"]:checked::before {
        margin: -0.1875rem 0 0 -0.9rem;
}

form.woocommerce-form.woocommerce-form-login.login
input[type="checkbox"]:checked::before {
        margin: -0.1875rem 0 0 -0.3rem;
}
	

	
input#terms input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: inline-block;
    margin: -0.1875rem 0 0 -0.9rem;
    height: 1.75rem;
    width: 1.75rem;
}	
  
}




.elementor-element.elementor-element-7a7a0ad.header_wrap.e-con-full.e-flex.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside .xoo-wsc-sc-bki {
    font-size: 20px;
    color: #ffffff !important;
    position: relative;
    left: -5px;
}



.xt_woovs-single-product .xt_woovs-swatches-wrap .variations {
    margin: auto;
    border: none;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .label {
    vertical-align: text-bottom;
    padding-right: 0;
    min-width: 50px;
    border: none !important;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .value {
    width: 100%;
    border: none;
}

form.variations_form.cart.xt_woovs-single-product.xt_woovs-support .woocommerce-variation-price {
    padding-bottom: 20px;
}

body.xt_atc_override_spinner.woocommerce.woocommerce-page.woocommerce-js.xt_woovs-single.xt_woovs-single-enabled .elementor-widget__width-inherit.elementor-widget.elementor-widget-text-editor span.woocommerce-Price-amount.amount {
    display: none !important;
}

/* body.xt_atc_override_spinner.woocommerce.woocommerce-page.woocommerce-js.xt_woovs-single.xt_woovs-single-enabled .elementor-widget-container {
    padding: 0 0px 0 0px;
} */



.xoo-wsc-sc-bki {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    left: -5px;
}


iframe#tidio-chat-iframe {
    width: 100% !important;
    height: 94px;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}

.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider {
    right: 0;
    z-index: 9999999999 !important;
}
/* checkout css */
form#order_review li.wc_payment_method.payment_method_woocommerce_payments.theme--stripe {
    margin-left: 10px;
}
form#order_review .wc_payment_method input.input-radio[name=payment_method]:checked+label::before {
    background: #7362f0;
}
form#order_review ul.wc_payment_methods.payment_methods.methods {
    margin-left: 0px;
    margin-top: 20px;
}
.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods:before {
    content: "Payment Methods";
    font-size: 26px;
    margin: 10px;
    font-weight: 500;
    position: relative;
    top: -10px;
}
form#order_review div#payment {
    padding: 20px 20px 20px 9px;
    border-radius: 08px;
}form#order_review button#place_order {
    text-transform: capitalize;
}

p.form-row.validate-required input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: inline-block;
    margin: -0.1875rem 0 0 -0.9rem !important;
    height: 1.75rem;
    width: 1.75rem;
}
form#order_review .wc_payment_method .payment_box {
    padding: 1rem;
    background: #ffffff;
    border-radius: 5px;
}
form#order_review td.product-subtotal {
    text-align: end;
    padding-right: 15px;
}
form#order_review ul.wc-item-meta li {
    color: black;
    margin-left: 0;
}
form#order_review td.product-name {
    padding-left: 20px;
}
form#order_review th.product-name {
    padding-left: 20px;
}
.elementor-525 .elementor-element.elementor-element-661b965 .ea-woo-checkout .woocommerce-error, .elementor-525 .elementor-element.elementor-element-661b965 .woo-checkout-coupon .woocommerce-error, .elementor-525 .elementor-element.elementor-element-661b965 .woo-checkout-login .woocommerce-error, .elementor-525 .elementor-element.elementor-element-661b965 .woocommerce-NoticeGroup .woocommerce-error {
    color: #000000 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #d1d1d1 !important;
}
form#order_review tfoot th {
    text-align: left;
    padding-left: 15px;
    padding: 12px 18px;
	    background-color: #ffffff;
}
form#order_review tfoot tr{
 
	    background-color: #ffffff;
}
form#order_review .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    margin: 0;
}
form#order_review .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 0px;
}
td.product-quantity {
    margin: 0;
    width: 100% !important;
    border-left: none;
    border-right: none;
}
th.product-quantity {
    margin: 0;
    width: 100% !important;
    border-top: none;
    border-left: none;
    border-bottom: none;
	border-right: none;
}
.wcpay-upe-form .woocommerce-checkout input[type="checkbox"]:checked::before {
    margin: -0.1875rem 0 0 -0.25rem !important;
}
p.automatewoo-optin.form-row input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: inline-block;
    margin: -0.1875rem 0 0 -1rem;
    height: 1.75rem;
    width: 1.75rem;
}
@media only screen and (max-width: 600px) {
  .woocommerce-checkout ul.woocommerce-error li {
    padding: 0;
}
ul.woocommerce-error {
    padding-left: 20px !important;
}
	form#order_review div#payment {
    padding: 13px 18px 14px 10px;
    border-radius: 08px;
}
	
	.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-row{
		
		width: 100% !important;
	}	
	
	    .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table {
        overflow-x: hidden !important;
    }
	
	.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-3 {
    padding-right: 0 !important;
}
	
	.ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table-footer .footer-content div:last-child {
    text-align: right;
}
}

.pswp {
       display: none !important;
}
.pswp--open {
       display: block !important;
}
