/*
Theme Name: FrontierWargaming
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.woocommerce-cart .bundled_table_item_price:after,
.woocommerce-cart .bundled_table_item_subtotal:after 
{
	display: none;
}

.bundled_table_item .product-thumbnail a{
	display: block;
}
.woocommerce-cart .bundled_table_item .product-thumbnail a:before{
	background: url(https://frontierwargaming.com/wp-content/uploads/2022/10/Logout.svg);
	color: transparent !important;
    background-repeat: no-repeat;
    transform: rotate(0);
    top: 11px;
    left: -24px;
		
}

.woocommerce-checkout .bundled_table_item .bundled_table_item_indent{
	position: relative;
}

.woocommerce-checkout .bundled_table_item .bundled_table_item_indent:before{
	position: absolute;
	background: url(https://frontierwargaming.com/wp-content/uploads/2022/10/Logout.svg);
	background-size: cover;
    width: 15px;
    height: 15px;
	left: 10px;
    top: 4px;
	content: '';
}

.checkout .shop_table tbody td.product-total span:before{
	display: none;
}
.checkout .shop_table tbody td.product-total span:after{
	display: none;
}

.woocommerce-cart .cart-container .bundled_table_item .product-thumbnail{
	padding-left: 30px;
}

 .tc-epo-element-product-container-cart .product-price{
	position: absolute;
    right: 0;
    top: -30px;
}

.tc-epo-element-product-container-cart .product-price bdi{
	font-size: 20px;
}

body .header,body  .product-container{
	opacity: 1
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.snapAlert-container {
    bottom: 0;
}

.iti {
    display: block !important;
}
