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

/*************** ADD CUSTOM CSS HERE.   ***************/
ul.ul-reset li {
	margin-left: 0px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.payment-icons .payment-icon {
	background: none;
}

.payment-icons .payment-icon img {
	width: 50px !important;
}

.box-image img {
	border-radius: 8px;
}

.box-text-products .title-wrapper {
	font-size: 13px;
    font-weight: bold;
}

.badge-container.absolute.left.top {
	left: auto !important;
	right: 5px !important;
	margin-top: 5px;
	background: #cf0000;
	padding: 0px 2px;
	color: #fff;
}

.badge-frame .badge-inner, .badge-outline .badge-inner {
	border: none;
	color: #fff;
    font-size: 13px;
    font-weight: unset;
    text-transform: uppercase;
}

.badge-frame {
	margin-left: 0px;
}

input.search-field {
	height: 45px;
}

.header-bottom {
	margin-bottom: 15px;
}

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


}


/*************** UPSALE FOR FLATSOME   ***************/
.category-variants .variant-group .variant-options input.variant-radio {
	display: none;
}
#discount-tier {
	padding: 5px;
    background: #fff0b4;
}
#wv-popup-close {
	color: #0e0e0e;
    padding: 0px 14px;
    right: -14px;
}

.wv-upsale-footer .wv-footer-right .wv-view-cart-link {
	margin-bottom: 0px;
    background: #fff0b4;
    color: #4f4545;
    border: none;
    padding: 3px 10px;
    font-weight: bold;
}

.wvupsale-buy-more-btn, .wv-upsale-add-to-cart-btn {
	background: #0071a1 !important;
}