.wc_payment_method img {
    display: block !important;
}
@media (max-width:991px) {
	li.wc_payment_method.payment_method_square_credit_card label img {
		width: 30px !important;
		padding: 0;
		margin: 0;
	}
	li.wc_payment_method.payment_method_square_credit_card div.paytxt{font-size: 16x;}
	.payicon{
		min-width: 110px !important;
	}
}
@media (min-width:992px) {
	li.wc_payment_method.payment_method_square_credit_card label img {
		width: 23px !important;
		padding: 0;
		margin: 0;
	}
}
.wc_payment_method img {
    width: 70px !important;
    height: 28px !important;
}
.payicontxt{
	display: flex;align-items: center;
}
.payicon{
	display: inline-flex;min-width: 90px;
}
.paytxt{
	display: inline-flex;
}
li.wc_payment_method.payment_method_square_credit_card div.paytxt{font-size: 14px;}
li.wc_payment_method.payment_method_klarna_payments_pay_later div.payicon a{display: none !important;}

.loadoverlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    display:none;
    z-index: 99999;
}

.loadoverlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loadoverlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lspinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.check-box {
    margin: 20px;
}

.check-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 50px;
    height: 22px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.check-box input:checked[type="checkbox"] {
    background: #79085aab;
}
.check-box input[type=checkbox]:focus {
    border: solid 1px #79085aab;
}
.check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #79085aab;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.check-box input:checked[type="checkbox"]::after {
    left: 60%;
}
.check-box input[type="checkbox"]::before{
    content: '';
}
.check-box input[type=checkbox]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.txtleft{text-align: left !important;}
/*show/hide metabox by css*/
/*#wpseo_meta, #yoast_internal_linking, #woocommerce-gpf-product-fields{
    display: none;
}*/

.select2-container .select2-search--inline .select2-search__field{
    margin-top:0 !important;
}
.wc_gateways.widefat .wc-payment-gateway-method-toggle-enabled .woocommerce-input-toggle::before {
    top: -2px !important;
}

#settingSubmit .form-table.widefat tbody, #saveCustomLogo .form-table.widefat tbody, #compositeChanges .form-table.widefat tbody{
    display: inline-block;
    padding-left: 20px;
}
#saveCustomLogo td.ImgTD{
    display: flex;
    align-items: center;
}
#saveCustomLogo td.ImgTD img{
    padding-left: 10px;
    max-width: 210px;
    max-height: 84px;
}
.hideBundlePrice{
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative !important;
    margin-right: 5px !important;
    padding-right: 5px !important;
    padding-left: 0 !important;
}
.featuredProductsHome .wcpb-product-badges-badge-top-right{
    width: 75px !important;
}
.featuredProductsHome .wcpb-product-badges-badge-top-right div{
    font-size: 12px !important;
}

/** Shopping Cart Width Update **/
/*@media (min-width: 768px){
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        table-layout: unset;
    }
}*/
table.cart.woocommerce-cart-form__contents{
    display: table !important;
}
@media (max-width: 768px) {
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-thumbnail {
        width: 23% !important;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-name {
        width: 60%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-quantity {
        width: 17% !important;
    }
}
@media (min-width: 769px) and (max-width: 991px){
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-remove {
        width: 4%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-thumbnail {
        width: 9%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-name {
        width: 46%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-price {
        width: 15%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-quantity {
        width: 11%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-subtotal {
        width: 15%;
    }
}
@media (min-width: 992px){
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-remove {
        width: 4%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-thumbnail {
        width: 9%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-name {
        width: 52%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-price {
        width: 12%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-quantity {
        width: 11%;
    }
    .woocommerce-cart-form table.woocommerce-cart-form__contents th.product-subtotal {
        width: 12%;
    }
}
.woocommerce-cart-form .woocommerce-cart-form__contents .product-quantity .quantity .qty{
    background: transparent;
    border: none;
    font-size: .875em;
    max-width: 20px !important;
    font-weight: inherit;
}
.woocommerce-cart-form__cart-item div.quantity-wrap button.qty-btn.qty-minus, 
.woocommerce-cart-form__cart-item div.quantity-wrap button.qty-btn.qty-plus{
    max-width: 20px !important;
}
.component_table_item .component_table_item_indent{
    padding-left: 10px !important;
}
.bundled_table_item .bundled_table_item_indent {
    padding-left: 12px !important;
}
.component_table_item .component_table_item_indent p{
    margin-bottom: 0px !important;
}
/** Shopping Cart Width Update **/
.componentsAllList.iscustomiseoption {
    padding: 20px 10px 20px 0 !important;
}
.componentsAllList {
    padding: 10px 10px 20px 0 !important;
}
.composite_form .composite_availability p.stock.out-of-stock.insufficient-stock, .single-product .composite_form .composite_availability p.stock.out-of-stock.insufficient-stock{background-color:#ea0040 !important;color:#fff !important;width:72% !important;display: inline-flex;}
.composite_availability .stock.insufficient-stock:before{width:0px !important;mask-image:none !important;}
.prod-remove{display:table-cell;width:20px;vertical-align: middle;}