/**
 * Author: S a l e s G e n.io
 */
.sgrow{
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.sgcol{
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}
.sgmb-0 {
    margin-bottom: 0 !important;
}
.sg-divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
@media screen and (min-width: 850px) {
	.sg-large-6 {
	    max-width: 50%;
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	}	
}


.salesgen-bmsm-heading {
	vertical-align: middle;
	width: 100%;
	border: 2px dashed #03A9F4;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	margin-top: 15px;
}

.salesgen-bmsm-heading .sgbox1, .salesgen-bmsm-heading .sgbox2 {
	display: table-cell;
	vertical-align: middle;
}

.sgboxes{
	display: table-row;
	padding-bottom: 20px;
}

.salesgen-bmsm-heading .sgbox1 {
	width: 50px;
	max-width: 50px;
}

.salesgen-bmsm-heading .sgbox1 svg{
	width: 50px;
	max-width: 50px;
	height: 50px;
}

.salesgen-bmsm-heading .sgbox2 {
	padding-left: 10px;
}

.sgbmsm-title{
	color: red;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	font-size: 17px;
}

.sgbmsm-text{
	color: #bcbcbc;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
.salesgen-bmsm-items{
	margin: 0;
	padding: 0;
}
.salesgen-bmsm-items li{
	z-index: 15;
	transition: .15s ease-in-out;
	width: 100%;
	height: 54px;
	padding: 0 16px;
	background: #f8f8f8;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4px 0!important;
	list-style: none;
	position: relative;
}

.salesgen-bmsm-item-text{
	color: #bcbcbc;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.salesgen-bmsm-item-label {
	margin-right: 7px;
	font-weight: 700;
	font-size: 14px;
	background: #446084;
	color: #fff;
	padding: 2px 5px;
}

.salesgen-bmsm-item-title {
	color: red;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
}

.cart_totals .fee, .woocommerce-checkout-review-order-table .fee{
	background-color: #C5E1A5;
	border-radius: 2px; 
}

.cart_totals .fee th, .cart_totals .fee td, .woocommerce-checkout-review-order-table .fee th, .woocommerce-checkout-review-order-table .fee td{
	padding: 10px;
	color: #212121;
	font-weight: 500;
}
.salesgen-discount-notices{
	border: none;
	border-radius: 6px;
	padding: 14px;
	color: #1d1d1d;
	font-weight: 300;
	font-size: 18px;
	background: #c5e1a5;
	margin-bottom: 20px;
	text-align: center;
}

body .salesgen-discount-notices strong,
body .salesgen-discount-notices strong .woocommerce-Price-amount.amount{
	color: #2196F3;
	font-weight: bold;
}

.salesgen-discount-notices.salesgen-closest{
	background: #FFE082;
}

.salesgen-discount-notices.salesgen-closest-o{
	background: #F5F5F5;
	border: 1px dashed #a5a5a5;
}

body .salesgen-upsell-checkboxes{
	padding: 0;
}

body .salesgen-upsell-items, body .salesgen-upsell-items li,
body .salesgen-upsell-checkboxes, body .salesgen-upsell-checkboxes li
{
	list-style: none;
	margin-left: 0px!important;
	margin-bottom: 10px;
}
body .button.salesgen-add-bundle{
	padding: 0 6px;
	font-size: 100%;
	text-transform: capitalize;
	width: 100%;
	display: block;
    border-radius: 3px;
}

.sgbmsm-price-checkbox-wrp{
	padding-left: 10px;
}

.sgbmsm-price-checkbox .woocommerce-Price-amount.amount{
	font-size: 1.2em;
}

.sgbmsm-price-checkbox ins .woocommerce-Price-amount.amount,
.salesgen-total .woocommerce-Price-amount.amount{
	color: #F44336;
	font-size: 1.2em;
}

.sgbmsm-price-checkbox del .woocommerce-Price-amount.amount{
	color: #a0a0a0;
}

body .salesgen-upsell-items .col{
	padding-bottom: 0;
	position: relative;
}
body .salesgen-upsell-checkboxes li label{
	font-weight: 400;
}

.salesgen-upsell-selected::after{
	content: "+";
	font-size: 26px;
	color: #6d6d6d;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	right: -20px;
	font-weight: 800;
}

.salesgen-upsell-selected.last::after{
	display: none;
}
.salesgen-upsell-item{
	list-style: none;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
}
.salesgen-upsell-selected{
	visibility: visible;
	opacity: 1;
}
.sg-checkboxes-wrapper {
	margin-bottom: 0;
	padding-bottom: 0!important;
}
li.salesgen-upsell-item-list {
	font-size: 0.9em;
}
li.salesgen-upsell-item-list a {
	color: #1d2327;
	font-weight: 500;
	text-decoration: none;
}
li.salesgen-upsell-item-list a:hover:not(.button) {
	text-decoration: underline;
	color: #000;
}
.salesgen-upsell-item-list-heading-wrp input[type='checkbox']{
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	margin-top: 5px;
	line-height: 24px;
	float: left;
}
.salesgen-saved{
	background-color: #cddc3970;
	border-radius: 2px;
	margin-bottom: 8px;
	padding: 2px 0px;
}
.salesgen-saved-amount{
	display: inline-block;
	padding: 0 3px;
}
.salesgen-upsell-bundle{
	margin-top: 40px;
	display: inline-block;
    max-width: 740px;
}
.sg-upsell-lightbox-content-inner .salesgen-upsell-bundle{
	padding: 14px;
	margin-top: 20px;
}

.sgbmsm-product-options{
	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	-webkit-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
	padding: 10px 20px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 250px;
	z-index: 9999;
}
.sgbmsm-product-options.sgbmsm-enable{
	opacity: 1;
	visibility: visible;
}
a.sgbmsm-product-options-show {
	font-size: 0.9em;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: bold;
}
body .last .sgbmsm-product-options{
	right: 0;
}

.salesgen-discount-notices strong{
	text-transform: uppercase;
}


body .button.salesgen-select-options {
	padding: 0px 20px;
	font-size: 1em;
	text-transform: capitalize;
	width: initial;
	display: inline-block;
	line-height: 2em;
    min-height: 2em;
	margin-top: 5px;
	border-radius: 3px;
	margin: 0;
	float: right;
	background-color: #fff;
	color: #1fa48d;
	border: 1px solid #1fa48d;
	display: none;
}

body .button.salesgen-select-options:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1fa48d;
}

.active-select-options .button.salesgen-select-options {
	display: block;
}

.active-select-options .salesgen-upsell-options{
	position: absolute;
	left: -9999px;
	min-width: 220px;
	background-color: #fff;
	z-index: 9999;
	top: 40px;
	padding: 14px;
}

.active-select-options .salesgen-upsell-options.active{
    box-shadow: 0 2px 4px rgb(15 34 58 / 30%);
    left: auto;
    right: 0;
}
/**Lightbox**/
.sg-upsell-lightbox {
	display: none;
	position: fixed;
	z-index: 999999999;
	font-size: 14px;
	color: #3a3a3a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.sg-upsell-lightbox .sg-upsell-lightbox-overlay {
	position: fixed;
	z-index: 1;
	background: rgba(0,0,0,.95);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.sg-upsell-lightbox .sg-upsell-lightbox-body {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 2;
	max-height: 100vh;
	transform: translateX(-50%) translateY(-40px);
	-ms-transform: translateX(-50%) translateY(-40px);
	-o-transform: translateX(-50%) translateY(-40px);
	-moz-transform: translateX(-50%) translateY(-40px);
	-webkit-transform: translateX(-50%) translateY(-40px);
	border-radius: 4px;
	height: 100%;
}

.sg-upsell-lightbox-content{
	margin: 0 auto;
	padding: 20px 0px 0;
	width: 540px;
	height: calc(100vh - 40px);
	box-sizing: border-box;
	min-height: 400px;
	position: relative;
}

.sg-upsell-lightbox-close{
	position: absolute;
	top: 10px;
	right: -8px;
	z-index: 99999;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 26px;
	display: block;
	cursor: pointer;
	text-decoration: none!important;
	text-align: center;
	border-radius: 50%;
	background: #292929;
	line-height: 1;
	border: 1px solid #fff;
	box-shadow: 0 0px 9px rgba(0,0,0,0.9);
}

.sg-upsell-lightbox-more, .sg-upsell-lightbox-more:focus{
	position: absolute;
	top: -60px;
	right: 1%;
	z-index: 9999999999;
	width: 40px;
	height: 40px;
	max-height: 40px;
	color: #696969;
	font-size: 40px;
	line-height: 40px;
	display: block;
	cursor: pointer;
	margin-left: -20px;
	outline: initial!important;
	text-decoration: none;
}

.sg-upsell-lightbox-more span{
	max-height: 40px;
	display: block;
}
.sg-upsell-lightbox-close:hover, .sg-upsell-lightbox-more:hover{
	color: #fff;
	text-decoration: none;
}

.sg-lightbox-active {
	display: block!important;
}

.sg-upsell-lightbox-content-inner{
	background: #fff;
	border-radius: 3px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	height: 100%;
}

.sg-upsell-lightbox-content-message{
	border-radius: 0px;
	padding: 10px 14px;
	color: #1d1d1d;
	font-weight: 300;
	background: #f1f1f1;
	text-align: left;
	width: 100%;
	font-size: 22px;
	display: block;
	overflow: hidden;
}



/**Quickview**/
.sg-upsell-quickview {
	display: none;
	position: fixed;
	z-index: 999999999;
	font-size: 14px;
	color: #3a3a3a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.sg-upsell-quickview .sg-upsell-quickview-overlay {
	position: fixed;
	z-index: 1;
	background: rgba(0,0,0,.95);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.sg-upsell-quickview .sg-upsell-quickview-body {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 2;
	max-height: 100vh;
	transform: translateX(-50%) translateY(-40px);
	-ms-transform: translateX(-50%) translateY(-40px);
	-o-transform: translateX(-50%) translateY(-40px);
	-moz-transform: translateX(-50%) translateY(-40px);
	-webkit-transform: translateX(-50%) translateY(-40px);
	border-radius: 4px;
	height: 100%;
}

.sg-upsell-quickview-content{
	margin: 0 auto;
	padding: 20px 0px 0;
	width: 1024px;
	height: calc(100vh - 40px);
	box-sizing: border-box;
	min-height: 400px;
	position: relative;
}

.sg-upsell-quickview-close{
	position: absolute;
	top: 10px;
	right: -8px;
	z-index: 99999;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 26px;
	display: block;
	cursor: pointer;
	text-decoration: none!important;
	text-align: center;
	border-radius: 50%;
	background: #292929;
	line-height: 1;
	border: 1px solid #fff;
	box-shadow: 0 0px 9px rgba(0,0,0,0.9);
}

.sg-upsell-quickview-close:hover, .sg-upsell-quickview-more:hover{
	color: #fff;
	text-decoration: none;
}

.sg-quickview-active {
	display: block!important;
}

.sg-upsell-quickview-content-inner{
	background: #fff;
	border-radius: 3px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	height: 100%;
}

.sg-upsell-quickview .single_add_to_cart_button.button {
    display: block;
    width: 100%;
    line-height: 50px;
    border-radius: 3px;
    font-size: 1.1em;
    letter-spacing: 2px;
}


.salesgen-upsell-item .grid-tools a{
	font-size: .75em;
}

.salesgen-upsell-content-holder{
	display: none;
	visibility: hidden;
	opacity: 0;
}

.salesgen-upsell-bundle .button{
	color: #f8f8f8;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: .97em;
	letter-spacing: .03em;
	-ms-touch-action: none;
	touch-action: none;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	vertical-align: middle;
	border-radius: 0;
	margin-top: 0;
	margin-right: 1em;
	text-shadow: none;
	line-height: 2.4em;
	min-height: 2.5em;
	padding: 0 1.2em;
	max-width: 100%;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
}

body .sgbmsm-price-checkbox-wrp .salesgen-upsell-bundle select{
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 3px 32px 3px 8px;
	height: 2em;
	font-size: .97em;
	border-radius: 0;
	max-width: 250px;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	transition: color .3s, border .3s, background .3s, opacity .3s;
	margin-bottom: 1em;
	display: inline-block;
	margin: 0 8px 8px 0;
}

.salesgen-upsell-bundle select.sgbmsm-product-options-input{
	box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,0.02);
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E);
	background-position: right .45em top 50%;
	background-repeat: no-repeat;
	padding-right: 1.4em;
	background-size: auto 16px;
	border-radius: 0;
	display: block;
	
}

/** ROW & COLS **/

.salesgen-upsell-bundle .row{
	width: 100%;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 1080px;
	margin: 0!important;
}
.salesgen-upsell-bundle .row .row-small{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0;
}

.salesgen-upsell-bundle.sg-upsell-layout-2 .row-small>.col {
	margin-bottom: 0;
	position: relative;
	margin: 0;
	padding: 0 0px 30px;
	width: 100%;
}

.salesgen-upsell-bundle.sg-upsell-layout-2 .small-4 {
	max-width: 33.33333%;
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.salesgen-upsell-bundle.sg-upsell-layout-2 .small-12 {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.salesgen-bmsm-items[data-style=style2]{
	background: #FFF9C4;
	border-radius: 5px;
	padding: 7px 20px 9px;
	margin-bottom: 10px;
}

.salesgen-bmsm-items[data-style=style2] li{
	background: transparent;
	border-bottom: 1px dashed #90A4AE;
	height: auto;
	border-radius: 0;
	padding: 0 0 4px 0;
	list-style: none;
	margin: 0;
}

.salesgen-bmsm-items[data-style=style2] li:last-child{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.salesgen-bmsm-items[data-style=style2] .salesgen-bmsm-item-title{
	color: #585858;
	font-weight: 50;
}
.salesgen-bmsm-item-label-none{
	font-size: 110%;
	font-weight: 800;
}

.salesgen-bmsm-items[data-style=style2] span.amount {
	white-space: nowrap;
	color: #585858;
	font-weight: 500;
}

.salesgen-bmsm-items[data-style=style2] .salesgen-bmsm-item-text{
	line-height: 24px;
}

.salesgen-bmsm-items[data-discount_type=subtotal][data-style=style1] .salesgen-bmsm-item-label{
	margin-left: 5px;
}

.salesgen-bmsm-items[data-style=style2] .salesgen-bmsm-item-label,
.salesgen-bmsm-items[data-style=style2][data-discount_type=items] .salesgen-bmsm-item-label2{
	background: transparent;
	color: #444444;
	margin: 0;
	padding: 0 1px;
	font-weight: bold;
}

.salesgen-bmsm-items[data-style=style2][data-discount_type=items] .salesgen-bmsm-item-label{
	display: none;
}

.sg-upsell-lightbox-content-footer{
	-webkit-box-shadow: -6px 0px 4px 0px rgba(0,0,0,0.15);
	box-shadow: -6px 0px 4px 0px rgba(0,0,0,0.15);
	background: #fff;
	padding: 10px 14px;
	position: relative;
	width: 100%;
	display: inline-block;
	height: 64px;
}

.sg-modal-buttons{
	text-align: center;
	display: inline-block;
	height: 44px;
	width: 100%;
	text-align: right;
}

.sg-modal-buttons a.sg-proceed-checkout, 
.sg-modal-buttons a.sg-view-cart-btn{
	position: relative;
	padding: 0 20px;
	overflow: hidden;
	outline: none;
	color: #ecf0f1;
	transition: background-color .3s;
	font-weight: 700;
	font-size: 1em;
	background-color: #2196f3;	
	border: none;
	text-align: center;
	letter-spacing: 0.2px;
	line-height: 42px;
	display: inline-block;
	margin: 0 4px;
	border-radius: 3px;
	text-decoration: none;
}

.sg-modal-buttons a.sg-view-cart-btn{
	background: #fff;
	color: #2196f3;
	border: none;
}
.sg-modal-buttons a.sg-view-cart-btn span{
	background: none;
}

.sg-modal-buttons a.sg-proceed-cart{
	background: #343480;
}

.sg-modal-buttons a.sg-proceed-checkout:hover, 
.sg-modal-buttons a.sg-proceed-checkout:focus{
	outline: none;
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
}

.sg-modal-buttons a.sg-view-cart-btn:focus, 
.sg-modal-buttons a.sg-view-cart-btn:hover{
	outline: none;
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.05);
}

.sg-modal-buttons a span {
	display: block;
}

.sg-btn-cart-view{
	position: relative;
	line-height: 1;
	float: left;
}

.sg-upsell-cart-icon{
	width: 30px;
	position: relative;
	display: inline-block;
}

.sg-upsell-popup-total-price{
	line-height: 40px;
	padding: 0 10px;
}

.sg-upsell-cart-icon svg{
	width: 30px;
	height: 30px;
	vertical-align: middle;
}


body .sg-btn-cart-view span{
	display: inline-block;
}


body .sg-upsell-count-badges {
	position: absolute;
	background: #008eff;
	line-height: 1;
	border-radius: 50%;
	padding: 3px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	top: 0px;
	right: -7px;
}

body .sg-btn-cart-view .woocommerce-Price-amount,
body .sg-cart-view-wrp .woocommerce-Price-amount{
	padding: 0px;
	color: #d26e4b;
	font-weight: 800;
	font-size: 18px;
}


.sg-popup-product-thumb {
	float: left;
	max-width: 60px;
	margin: 0 14px 0 0;
	height: 70px;

}

.sg-popup-product-thumb img{
	border-radius: 2px; 
	object-fit: cover;
	height: 70px;
	width: 100%;
	object-position: top;
}

.sg-upsell-lightbox-content-message h3{
	text-transform: uppercase;
	font-size: 14px;
	color: #191919;
	line-height: 18px;
	margin: 0 0 5px;
	clear: none;
	font-weight: 700;
	position: relative;
	padding-left: 24px;
}

.sg-upsell-lightbox-content-message h3 svg{
	width: 18px;
	height: 18px;
	vertical-align: middle;
	line-height: 18px;
	position: absolute;
	top: 0px;
	left: 0;
}
.sg-upsell-lightbox-content-message span{
	color: #505050;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}

.sg-upsell-lightbox-content-items {
	padding: 14px;
	background: #fff;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100% - 180px);
}

.sg-upsell-lightbox-heading-frequently{
	margin-bottom: 15px;
	color: #1a1a1a;
	font-weight: 600;
}

ul.salesgen-upsell-popup-items{
	list-style: none;
	display: block;
	width: 100%;
	max-height: 520px;
	margin: 0;
	padding: 0;
}

.salesgen-upsell-popup-items li{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.salesgen-upsell-popup-items li a{
	font-weight: 400;
	line-height: 1.4em;
	color: #033c05;
}
.salesgen-upsell-popup-items .salesgen-upsell-item-info{
	flex: 6;
	padding: 10px 10px 0;
}

.salesgen-upsell-item-info select{
	width: 100%;
    min-height: 30px;
    border-color: #c5c5c5;
    max-height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 100%;
    margin-bottom: 10px;
    border-width: 1px;
}

.salesgen-upsell-item-thumb-small{
	flex: 4;
	text-align: left;
}
.salesgen-upsell-item-thumb-small img{
	max-width: 100%;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	padding: 8px;
}

body .woocommerce .salesgen-upsell-item-info button.alt,body .woocommerce  .salesgen-upsell-item-info .button.alt{
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	background-color: #40b705;
	word-spacing: normal;
	align-items: flex-start;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0;
	border: none;
}
.salesgen-upsell-item-info button.alt:hover, .salesgen-upsell-item-info .button.alt:hover {
	outline: none;
	opacity: 1;
	color: #fff;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}

.sg-popup-product-thumb{
	float: left;
}

.sg-popup-product-cart-info{
	float: left;
	width: calc( 100% - 80px);
}


li.salesgen-upsell-item-list{
	display: flex;
	flex-wrap: wrap;
}


span.sgbmsm-price-checkbox {
	padding: 0 6px;
	display: block;
}

.salesgen-upsell-item-list-heading-wrp{
	flex: 80;
}

.sgbmsm-price-checkbox-wrp {
	flex: 30;
	position: relative;	
}

.sgbmsm-price-checkbox-wrp select,
.sgbmsm-price-checkbox-wrp input[type=text]{
	width: 100%;
	max-width: 100%;
	padding: 0 .75em 0 0.5em;
}

.sg-bundle-thumbnail{
	flex: 20;
}

.sg-hide-options .salesgen-upsell-item-list-heading-wrp{
	flex: 80;
	padding: 10px 20px;
}

.sg-hide-options .salesgen-upsell-item-list-heading-wrp a{
	font-size: 1.15em;
	max-height: inherit;
}

.sg-hide-options .sg-bundle-thumbnail{
	max-height: inherit;
}

.sg-hide-options span.sgbmsm-price-checkbox{
	display: block;
}

.sg-hide-options .sg-bundle-preview-wrp{
	display: none;
}

.salesgen-upsell-checkboxes li:nth-child(1) .salesgen-upsell-item-checkbox {
    pointer-events: none;
}


.sgbmsm-price-checkbox-wrp .wcpa_price_summary, 
.salesgen-upsell-item-info .wcpa_price_summary, 
.salesgen-upsell-popup-items .wcpa_price_summary{
	display: none;
}

.salesgen-upsell-wrapper .wcpa_form_item,
.salesgen-upsell-item-info .wcpa_form_item{
	margin: 5px 0 0 0;
}

.salesgen-upsell-wrapper .wcpa_form_item select,
.salesgen-upsell-wrapper .wcpa_form_item input[type=text],
.salesgen-upsell-item-info .wcpa_form_outer .wcpa_form_item select,
.salesgen-upsell-item-info .wcpa_form_outer .wcpa_form_item input[type=text]{
	margin-bottom: 0;
	border: 1px solid #ddd;
}

.salesgen-upsell-wrapper .wcpa_form_outer label, .salesgen-upsell-item-info  .wcpa_form_outer label{
	font-size: 100%;
}

.salesgen-upsell-wrapper .wcpa_form_outer,
.salesgen-upsell-item-info .wcpa_form_outer{
	margin-bottom: 10px;
	margin-top: 0
}

.salesgen-upsell-popup-items .wcpa_form_outer .wcpa_row:last-child{
	margin-bottom: 10px;
}

.cart-container>.woocommerce-info.message-wrapper .salesgen-discount-notices{
	display: none!important;
}


.sg-is-invalid {
	background: #fff9c4!important;
	border-color: #f00; 
}

span.salesgen-bmsm-items-add {
	border: none;
	padding: 7px 16px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 10px;
	cursor: pointer;
	background-color: #40b705;
	word-spacing: normal;
	align-items: flex-start;
	color: #fff;
	font-weight: bold;
}

span.salesgen-bmsm-items-add:hover {
	outline: none;
	opacity: 1;
	color: #fff;
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.sg-upsell-lightbox-content .salesgen-discount-notices{
	font-size: 16px;
}

.salesgen-total-wrp{
	text-align: center;
}

body .salesgen-upsell-bundle .woocommerce-Price-currencySymbol{
	font-size: 1em;
}

.salesgen-upsell-cart-items .salesgen-upsell-item-info a{
	font-size: 0.9em;
	line-height: 2em;
	overflow: hidden;
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.salesgen-upsell-cart-items li{
	list-style: none;
}
.salesgen-upsell-cart-items li img{
	display: block;
	object-fit: cover;
	width: 100%;
	max-height: 300px;
	height: 300px;
}

.woocommerce-cart .sg-upsell-cart-content-items{
	width: 100%;
	display: inline-block;
}

.sg-thankyou .sg-upsell-lightbox-content{
	width: 1024px;
}
.sg-thankyou .sg-upsell-cart-content-items{
	background: #fff;
	width: 100%;
	display: inline-block;
	padding: 20px 20px 10px;
	color: rgba(0,0,0,0.5);
}

.sg-thankyou .salesgen-upsell-cart-items li img{
    max-height: 220px;
    height: 220px;
}

.sg-thankyou .sg-upsell-lightbox-content-heading{
	background: #0b5e8b;
	width: 100%;
	display: inline-block;
	padding: 20px 20px 10px;
	color: #fff;
	text-align: center;	
}

.sg-upsell-lightbox-content-heading h2{
	line-height: 1.5em;
	font-size: 2em;
	color: #fff;
	font-weight: 700;
}

.sg-upsell-lightbox-content-heading p{
	line-height: 1.5em;
	font-size: 1.3em;
	color: rgba(255,255,255,0.7);
}


.sg-upsell-cart-coupon{
	font-size: 1.2em;
	background: #f5f5f5;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	width: 100%;
}

.sg-cart-coupon-spliter{
	padding: 15px 20px 20px;
	display: inline-block;
	width: 100%;
	border-radius: 2px;
	text-align: center;
}

input.sg-cart-coupon-code[type='text']{
	text-align: center;
	line-height: 40px;
	height: 40px;
	border: 2px dashed #00bcd4;
	background: #fff;
	padding: 0px 16px;
	color: #1a1a1a;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px!important;
	display: inline-block;
	margin-bottom: 5px;
}

.sg-cart-coupon-copy{
	display: inline-block;
	margin-left: 10px;
	padding: 0px 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	line-height: 34px;
	height: 34px;
	text-transform: uppercase;
	font-size: 0.8em;
	background: #fff;
	color: #545454;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(143,143,143,1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(143,143,143,1);
	box-shadow: 1px 1px 5px 0px rgba(143,143,143,1);
}

.sg-cart-coupon-spliter p{
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 1.5em;
	font-size: 1.3em;
	color: #9c27b0;
}
.sg-upsell-lightbox-content-heading{
	display: block;
	width: 100%;
}
.salesgen-upsell-cart-items{
	padding-left: 0;
	padding-right: 0;
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
	width: 100%;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.salesgen-upsell-cart-items .salesgen-upsell-popup-item-list.col{
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	padding: 0 9.8px 19.6px;
	margin-bottom: 0;
	list-style: none;
	position: relative;
	margin: 0;
}

.sg-upsell-multi_cols .salesgen-upsell-popup-items li{
	padding: 0 9.8px 19.6px;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

.sg-upsell-multi_cols .salesgen-upsell-popup-items{
	width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;	
}

.sg-upsell-items-layout-two_cols .salesgen-upsell-popup-items li{
	max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.sg-upsell-items-layout-three_cols .salesgen-upsell-popup-items li{
	max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
}
.sg-upsell-items-layout-four_cols .salesgen-upsell-popup-items li{
	max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.sg-upsell-multi_cols .salesgen-upsell-popup-items .salesgen-upsell-item-thumb-small,
.sg-upsell-multi_cols .salesgen-upsell-popup-items .salesgen-upsell-item-info{
	flex: none;
	width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.sg-upsell-multi_cols .salesgen-upsell-item-thumb-small img{
	padding: 0;
}

.sg-upsell-multi_cols .salesgen-upsell-popup-items p.name.product-title.woocommerce-loop-product__title {
    height: 5.1em;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
}

.salesgen-upsell-bundle .large-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

body.sg-lightbox-forcus .mfp-ready{
	visibility: hidden!important;
	display: none!important;
}

/*vartiant images*/
.salesgen-upsell-item .box-image a,
.salesgen-upsell-item-thumb-small{
	position: relative;
}
.sgub-product-image-main{
	position: relative;
}
.sgub-product-image-back,
.sgub-product-image-front{
	-webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    opacity: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.sgub-product-image-front{
	max-width: 100%;
	right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    box-sizing: border-box;
    
}
.sgub-product-image-front{
	opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(0)!important;
    transform: scale(1) translateZ(0) translateY(0)!important;
    pointer-events: inherit;
}

.cart-discount.coupon-sgbmsm a, .cart-discount.coupon-sgbundle a{
	display: none;
}


.salesgen-upsell-bundle.sg-upsell-layout-1 .salesgen-total-wrp{
    font-size: 88%;
}

.salesgen-upsell-bundle.sg-upsell-layout-1 .button{
	line-height: 2em;
	min-height: 2em;
}

.salesgen-upsell-related-items .salesgen-upsell-item-info .sg_single_add_to_cart_button.button{
	width: 100%;
}

@media only screen and (min-width: 999px){
	li.salesgen-upsell-item-list a {
		color: #1d2327;
		font-weight: 500;
		text-decoration: none;
		text-overflow: ellipsis;
		overflow: hidden;
		max-height: 24px;
		display: inline-block;
		width: 280px;
		white-space: nowrap;
	}

}

@media only screen and (min-width: 550px){
	.salesgen-upsell-bundle .medium-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
	.salesgen-upsell-bundle .large-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}

	.salesgen-upsell-bundle .large-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}




}

@media only screen and (max-width: 1024px){
	.sg-upsell-lightbox-content{
		width: 100%;
	}
	.sg-upsell-lightbox .sg-upsell-lightbox-body {
		width: 95%;
	}

	.sg-thankyou .sg-upsell-lightbox-content{
		width: 100%;
	}
	.sg-upsell-cart-coupon{
		text-align: center;
	}
	.salesgen-upsell-cart-items li img{
		height: 170px;
		max-height: 170px;
	}
}
@media only screen and (max-width: 800px){
	body .sg-upsell-multi_cols .salesgen-upsell-popup-items li{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 0 7px 19.6px;
	}
	body .sg-thankyou .salesgen-upsell-cart-items li img{
		height: 200px;
		max-height: 200px;
	}
}

@media only screen and (max-width: 479px){
	body .salesgen-upsell-cart-items{
		width: initial;
	}

	body .sg-upsell-cart-icon svg{
		width: 20px;
		height: 20px;
	}

	body .sg-upsell-popup-total-price{
		padding: 0 5px;
	}

	body .sg-modal-buttons a.sg-proceed-checkout, .sg-modal-buttons a.sg-view-cart-btn{
		padding: 0 18px;
	}

	body .sg-upsell-lightbox-content-message h3{
		font-size: 13px;
	}

	body .sg-btn-cart-view .woocommerce-Price-amount, body .sg-cart-view-wrp .woocommerce-Price-amount{
		font-size: 14px;
	}

	body .sg-upsell-cart-icon{
		width: 20px;
	}

	body .sg-upsell-count-badges{
		font-size: 8px;
	}

	.salesgen-upsell-bundle .row-small>.col{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.salesgen-upsell-wrapper .woocommerce-Price-amount {
		display: inline-block;
	}
	.sgbmsm-product-options {
		right: -50%;
	}	
	a.sgbmsm-product-options-show {
		font-size: 0.7em;
		width: 100%;
	}
	.salesgen-upsell-item:first-child .sgbmsm-product-options {
		left: 0;
		right: auto;
	}

	.sg-upsell-lightbox-content-message{
		font-size: 22px;

	}

	.sg-popup-product-thumb{
		float: left;
	}

	.sg-upsell-lightbox-content-message span {
		font-size: 12px;
		line-height: 18px;
		padding: 0;
		margin: 0;
		display: flex;
		margin-left: 0px;
	}
	.sg-upsell-lightbox .sg-upsell-lightbox-body {
		width: 95%;
	}

	.sg-upsell-lightbox-content{
		height: calc(100vh - 100px);
	}


	.salesgen-upsell-item-list-heading-wrp{
		flex: 1;
	}

	.sgbmsm-price-checkbox-wrp {
		flex: 1;
	}

	li.salesgen-upsell-item-list{
		display: inline-block;
	    width: 100%;
	}


	body .sg-upsell-lightbox-content .salesgen-discount-notices{
		font-size: 14px;       
	}

	.sg-has-button .salesgen-bmsm-item-title-wrp{
		display: block;
		padding: 5px 0;
	}

	.salesgen-bmsm-items.sg-has-button li{
		display: inline-block;
		height: 60px;
	}

	.sg-has-button .salesgen-bmsm-item-label{
		display: inline-block;
	}
	.sg-has-button .salesgen-bmsm-item-text{
		display: block;
		padding: 8px 0;
	}

	.salesgen-upsell-cart-items .salesgen-upsell-popup-item-list.col{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 0 7px 19.6px;
	}

	body .button.salesgen-select-options{
		float: none;
	}

	.sgbmsm-price-checkbox-wrp{
		margin-bottom: 15px;
	}

	body .salesgen-upsell-options.active{
		left: 28px;
		right: auto;
	}

	body .sgbmsm-price-checkbox-wrp{
		padding-left: 28px;
	}

}

.sgshake{
	-webkit-animation: sgshake .5s ease-in-out;
	animation: sgshake .5s ease-in-out;
}


.sgloading {
    opacity: 1!important;
    position: relative;
    color: rgba(255,255,255,.05);
    pointer-events: none!important
}

.sgloading:after {
    -webkit-animation: sgspin 500ms infinite linear;
    animation: sgspin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent!important;
    border-top-color: transparent!important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px
}

@-webkit-keyframes sgspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sgspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sgshake {
  0% {
	-webkit-transform: translateX(0);
  }

  20% {
	-webkit-transform: translateX(-10px);
  }

  40% {
	-webkit-transform: translateX(10px);
  }

  60% {
	-webkit-transform: translateX(-10px);
  }

  80% {
	-webkit-transform: translateX(10px);
  }

  100% {
	-webkit-transform: translateX(0);
  }
}
@keyframes sgshake {
  0% {
	transform: translateX(0);
  }

  20% {
	transform: translateX(-10px);
  }

  40% {
	transform: translateX(10px);
  }

  60% {
	transform: translateX(-10px);
  }

  80% {
	transform: translateX(10px);
  }

  100% {
	transform: translateX(0);
  }
}

/* Announcement*/
.salesgen-ub-announcement-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	text-align: center;
}

.salesgen-ub-announcement-top.is-fixed{
	position: fixed;
}

.salesgen-ub-announcement-product{
	padding: 10px 15px;
    border-radius: 4px;
	display: block;
}
.salesgen-upsell-items .salesgen-upsell-selected:last-child::after{
	display: none;
}