
.product-price-widget button {
	background: #a0cc41;
}
.product-price-widget .total-cost {
	margin-top: 0.5em;
	font-weight: bold;
}

.product-price-widget .elementor-field-option input {
	margin-right: 0.5em;	
}

.product-price-widget .elementor-field-option .savings {
	font-weight: bold;
	font-style: italic;
}

.product-price-widget:not(.inline-price):not(.preview-msg) {
	display: flex;
	align-items: start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.product-price-widget form {
	flex: 1 1 50%;
	align-self: stretch;

	display: flex;
	flex-direction: column;
}
.product-price-widget form h4 small {
	font-size: 0.9em;
	font-weight: normal;
	display: block;
}
.product-price-widget form h4 ~ h4 {
	margin-top: auto;
}
.product-price-widget.no-domains form button[type="submit"] {
	align-self: flex-start;
}

.product-price-widget .domain-price-options {
	flex: 1 1 calc(50% - 15px);
	align-self: stretch;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	padding-left: 15px;
}
.product-price-widget .domain-price-options span.value {
	font-weight: bold;
}
.product-price-widget .domain-price-options .domain-key {
	margin-top: auto;
	flex: 0 0 auto;	

	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.product-price-widget .domain-price-options .domain-key h4 {
	flex: 1 1 100%;
}
.product-price-widget .domain-price-options .domain-key span {
	flex: 0 0 auto;
	border: 1px solid #cccccc;
	background: white;
	color: #666666;

	display: inline-flex;
	align-items: center;
	padding: 10px 15px;
	font-size: 17px;
	line-height: 1.5;
}
.product-price-widget .domain-price-options .domain-key span + span {
	border-left: 0;
}
.product-price-widget .domain-price-options .domain-key span.wildcard {
	background: #1f7cab;
	color: white;
}
.product-price-widget.no-wildcards .domain-price-options .domain-key span.wildcard {
	display: none;
}
.product-price-widget .domain-price-options .domain-key span.invalid {
	background: #c91225;
	color: white;
}

.product-price-widget .domain-control-group {
	display: flex;
	align-items: stretch;

	position: relative;
	overflow: visible;
}
.product-price-widget .domain-control-group input {
	flex: 1 1 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.product-price-widget .domain-control-group input.invalid {
	background: #c91225;
	color: white;
}
.product-price-widget .domain-control-group .max-domains-message,
.product-price-widget .domain-control-group .restricted-message,
.product-price-widget .domain-control-group .invalid-message {
	display: none;
	position: absolute;
	top: calc( 100% + 5px );
	color: #c91225;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.product-price-widget .domain-control-group .max-domains-message {
	color: #222;
}
.product-price-widget .domain-control-group.restricted:not(.multi-invalid) .restricted-message,
.product-price-widget .domain-control-group.multi-invalid .invalid-message {
	display: block;
}
.product-price-widget .domain-control-group button.add-domain {
	flex: 0 0 auto;
	border-radius: 0 3px 3px 0;
}
.product-price-widget .domain-control-group:not(.restricted):not(.multi-invalid) .max-domains-message {
	display: block;
}
.product-price-widget .domain-control-group.max-domains .max-domains-message {
	color: #c91225;
}

.product-price-widget .checkout-control-group {
	flex: 1 1 100%;
	padding: 15px;
	width: 100%;
	display: flex;
	background: #222222;
	color: white;
	align-items: center;
	justify-content: flex-end;

	margin-top: 30px;
}

.product-price-widget .checkout-control-group h3.total-cost {
	margin: 0 15px;
	font-size: 24px;
}
.product-price-widget .checkout-control-group .total-label {
	display: none;
}

.product-price-widget.with-domains .elementor-form-fields-wrapper {
	margin-bottom: 30px;
}
.product-price-widget.with-domains button[type="submit"],
.product-price-widget.with-domains h3.total-cost {
	white-space: nowrap;
}

.product-price-widget .domain-cart-group {
	
	flex: 1 1 100%;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-items: flex-start;

	list-style: none;
	
	padding: 0;
	margin: 0;

}

.product-price-widget .domain-cart-group .domain {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 0;
	border-radius: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: white;
	color: #555;
	white-space: nowrap;

	display: inline-flex;
	align-items: stretch;
}
.product-price-widget .domain-cart-group .domain span.punycode {
	display: flex;
	flex-direction: column;
}
.product-price-widget .domain-cart-group .domain.wildcard {
	background: #1f7cab;
	color: white;
}
.product-price-widget .domain-cart-group .domain span,
.product-price-widget .domain-cart-group .domain button {
	padding: 5px 10px;
	font-size: 12px;
}
.product-price-widget .domain-cart-group .domain button {
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	background: transparent;
	color: inherit;
	
}
.product-price-widget .domain-cart-group .domain button:hover,
.product-price-widget .domain-cart-group .domain button:active,
.product-price-widget .domain-cart-group .domain button:focus {
	background: #c91225;
	color: white;
	border-radius: 0 2px 2px 0;
}

@media screen and (max-width: 767px) {
	.product-price-widget {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.product-price-widget form,
	.product-price-widget .domain-price-options,
	.product-price-widget .checkout-control-group {
		flex: 0 0 auto;
	}
	.product-price-widget .domain-price-options {
		padding-left: 0;
		margin-top: 15px;
	}
	.product-price-widget .domain-price-options .domain-key {
		order: -1;
		margin-bottom: 15px;
	}
	.product-price-widget .checkout-control-group {
		flex-direction: column;
	}
}


/* v1.3 */

.product-price-widget.slider-cart-active{
	display: block !important;
}

.hide-prev{
	display: none;
}

.slider-cart-navigation{
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	
}

.slider-cart-navigation .nav-in{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.product-price-widget .flex-container {
	max-width: 100%;
}

.product-price-widget .flex-item {
	width: 100%;
}

.cart-button{
	background-color: #a0cc41;
	font-size: 16px;
    padding: 10px 30px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	height: 100%;
}

.cart-prev{
	margin-right: 20px;
}

.live-cost-wrap{
	flex: 1;
	text-align: right;
	padding-top: 1px;
}

.nav-price .live-cost-wrap{
	text-align: center;
	margin-bottom: 10px;
}

.live-cost-wrap h4{
	margin-bottom: 0;
	font-size: 22px;
}

.slider-cart-bc{
	width: 100%;
	margin-bottom: 10px;
}

.slider-cart-bc ul{
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	padding-top: 5px;
	border-top: 2px solid #000;
}

.slider-cart-bc ul li{
	padding: 0 15px;
	position: relative;
}

.slider-cart-bc ul li::before{
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.6s ease;
}

.slider-cart-bc ul li.slactive::before{
	background-color: #a0cc41;
	width: 13px;
	height: 13px;
	top: -12px;
	transition: all 0.6s ease;
}

.slider-cart-navigation .add-to-cart{
	display: none;
}

.cart-end .cart-next{
	display: none;
}

.cart-end .add-to-cart{
	display: block;
}

.slide-cart-wrap{
	padding: 25px 0;
}

.slider-cart-duration{
	max-width: 750px;
	margin: 0 auto;
}

.slider-cart-duration label{
	margin-bottom: 10px;
	font-weight: bold;
}


/* Radio */
.slide-cart-wrap ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
  
.slide-cart-wrap ul li{
	color: #000;
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.slide-cart-wrap ul li:last-child{
	border-bottom: 0;
}

.slider-regular-radio ul li label{
	display: block;
	position: relative;
	padding: 20px 55px;
	font-weight: normal;
	margin: 0;
	z-index: 9;
	cursor: pointer;
	transition: all 0.25s linear;
}
  
.slider-regular-radio ul li input[type=radio]{
	position: absolute;
	visibility: hidden;
}

.slider-regular-radio ul li:hover label{
	color: #000;
}
  
.slider-regular-radio ul li .check{
	display: block;
	position: absolute;
	border: 3px solid #000;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 22px;
	left: 15px;
	z-index: 5;
	transition: border .25s linear;
}
  
.slider-regular-radio ul li:hover .check {
	border: 3px solid #000;
}
  
.slider-regular-radio ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 2px;
	left: 2px;
	margin: auto;
	transition: background 0.25s linear;
}
  
.slider-regular-radio input[type=radio]:checked ~ .check {
	border: 3px solid #a0cc41;
}
  
.slider-regular-radio input[type=radio]:checked ~ .check::before{
	background: #a0cc41;
}

.sliding-cart-wrapper select{
	border: 2px solid #a0cc41;
}

.step-2, .yubi-step-3, .esign-step-3, .yubi-step-4, .esign-step-4, .yubi-step-5, .esign-step-5{
	display: none !important;
}

.act-yubi .all-step-2, .act-yubi .yubi-step-2, .act-yubi .yubi-step-3, .act-yubi .yubi-step-4, .act-yubi .yubi-step-5{
	display: flex !important;
}

.act-esign .all-step-2, .act-esign .esign-step-3, .act-esign .esign-step-4, .act-esign .esign-step-5{
	display: flex !important;
}

.act-esign .step-nav-5{
	display: none;
}

.slider-ready .step-2{
	display: block !important;
}

.esign-step-5{
	width: 100%;
}

.step-1 span{
	margin-top: 10px;
	font-weight: bold;
}

.step-1 select{
	min-width: 250px;
	margin-top: 15px;
}

.step-4 .elementor-field-group{
	width: 100%;
}

.slide-cart-ship-wrap{
	display: flex;
	padding: 20px 0;
}

.slide-cart-ship-wrap .scol-6l, .slide-cart-ship-wrap .scol-6r{
	width: 50%;
	display: flex;
	flex-direction: column;
}

.slide-cart-ship-wrap .scol-6l{
	padding-right: 30px;
	border-right: 1px solid #eee;
}

.slide-cart-ship-wrap .scol-6r{
	padding-left: 30px;
}

.scart-info-input{
	position: relative;
	margin-bottom: 33px;
}

.scart-info-input input{
	width: 100%;
	outline: none;
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	border-radius: 0 !important;
	height: 40px;
	padding-left: 0 !important;
	background-color: transparent !important;
}

.slide-cart-ship-wrap label{
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 18px;
	color: #bbb;
	transition: all 0.5s ease;
	pointer-events: none;
}

.slide-cart-ship-wrap input::-webkit-input-placeholder{
	color: #fff;
}
.slide-cart-ship-wrap input::-moz-placeholder{
	color: #fff;
}
.slide-cart-ship-wrap input:-ms-input-placeholder{
	color: #fff;
}
.slide-cart-ship-wrap input:-moz-placeholder{
	color: #fff;
}

.slide-cart-ship-wrap input:focus + .slbl{
	top: -17px;
}
.slide-cart-ship-wrap input:not(:placeholder-shown) + .slbl{
	top: -17px;
}

.slide-cart-ship-wrap input.shalf{
	width: 50%;
}

.yubi-step-5 h4{
	margin-bottom: 25px;
}

.inner-step{
	display: flex;
	flex-direction: column;
}

.el-wid{
	width: 100%;
}

.radio-tile-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.radio-tile-group .input-container {
	position: relative;
	height: 7rem;
	width: 15rem;
	margin: 0.5rem;
}

.one-page-cart .radio-tile-group .input-container {
	position: relative;
	height: 7rem;
	width: auto;
	margin: 0.5rem;
}

.one-page-cart .radio-tile-group .radio-tile label {
	padding: 0 25px;
}

.radio-tile-group .input-container .radio-button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 2px solid #a0cc41;
	border-radius: 5px;
	padding: 1rem;
	transition: transform 300ms ease;
}

.radio-tile-group .input-container .icon svg {
	fill: #a0cc41;
	width: 3rem;
	height: 3rem;
}

.radio-tile-group .input-container .radio-tile-label {
	text-align: center;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a0cc41;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
	background-color: #a0cc41;
	border: 2px solid #a0cc41;
	color: white;
	transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
	fill: white;
	background-color: #a0cc41;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
	color: #000;
	background-color: #a0cc41;
}

.radio-model{
	margin-top: 20px;
	justify-content: flex-start;
	padding-left: 5px;
}

.radio-delivery{
	padding-left: 5px;
}

.summary-table{
	width: 100%;
	display: flex;
}

.summary-information{
	flex: 0 0 70%;
	border-right: 1px solid #999;
	padding-right: 30px;
}

.slide-total-price{
	flex: 0 0 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.slide-total-price h3{
	margin-bottom: 0;
}

.slide-total-price span{
	font-weight: bold;
	font-size: 44px;
}

.summary-table-in{
	width: 100%;
	display: flex;
}

.summary-titles{
	width: 100%;
}

.sum-row{
	width: 100%;
	display: flex;
}

.sum-row span{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	background: #dadada;
	padding: 8px 12px;
}

.sm-title{
	flex: 0 0 25%;
	margin-right: 5px;
}

.sm-info{
	flex: 1;
	font-weight: normal !important;
	background: #eee !important;
}

.act-esign .step-3 .elementor-field-group, .step-5 .elementor-field-group{
	width: 100%;
}

.cart-end .live-cost-wrap{
	display: none;
}

.cart-end .add-to-cart{
	margin-left: auto;
}

.sliding-cart-wrapper{
	height: 390px;
	transition: all 0.3s ease;
}

.step-information-text{
	display: block;
	width: 100%;
	padding: 20px 0;
}

.step-left-half{
	margin-bottom: 40px;
}

.disable-step{
	pointer-events: none;
    cursor: default;
	opacity: 0.5;
}

.step-wrap{
	display: flex;
}

.step-left-half, step-right-half{
	flex: 0 0 50%;
}

.slider-cart-navigation .nav-price{
	display: none;
}

/* One Page Cart */

.new-next{
	display: block;
	text-align: center;
}

.new-add-to-cart{
	margin-top: 20px;
	display: none;
}

.one-page-regular-radio ul li label{
	display: block;
	position: relative;
	padding: 10px 55px;
	font-weight: normal;
	margin: 0;
	z-index: 9;
	cursor: pointer;
	transition: all 0.25s linear;
}
  
.one-page-regular-radio ul li input[type=radio]{
	position: absolute;
	visibility: hidden;
}

.one-page-regular-radio ul li:hover label{
	color: #000;
}
  
.one-page-regular-radio ul li .check{
	display: block;
	position: absolute;
	border: 3px solid #000;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 9px;
	left: 15px;
	z-index: 5;
	transition: border .25s linear;
}
  
.one-page-regular-radio ul li:hover .check {
	border: 3px solid #000;
}
  
.one-page-regular-radio ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 2px;
	left: 2px;
	margin: auto;
	transition: background 0.25s linear;
}
  
.one-page-regular-radio input[type=radio]:checked ~ .check {
	border: 3px solid #a0cc41;
}
  
.one-page-regular-radio input[type=radio]:checked ~ .check::before{
	background: #a0cc41;
}

.one-page-cart-wrap{
	padding-bottom: 25px;
}

.one-page-cart-wrap ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.op-step-3 .esign-step-3{
	display: none !important;
}

.one-page-cart-wrap.op-step-3{
	padding-bottom: 50px;
}

.opc-quantity, .opc-delivery{
	display: none;
}

.op-step-3 .step-right-half{
	padding-left: 25px;
}

.osum{
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

.one-page-cart-wrap .cart-button{
	position: relative;
    top: 25px;
	margin-bottom: 25px;
}
  
.one-page-cart-navigation .nav-box-live-cart{
	display: block;
}

.one-page-cart-navigation .nav-box-live-cart .live-cost-wrap{
	text-align: center;
}

.op-details h5{
	font-size: 16px;
	margin-bottom: 5px;
}

.op-details span{
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
}

.one-page-cart-wrap ul li{
	color: #000;
	display: block;
	position: relative;
	width: 100%;
}

.one-page-cart-wrap h4{
	font-size: 1.2rem;
}

.one-page-cart-wrap .radio-tile-group{
	justify-content: flex-start;
}

.one-page-cart-wrap .radio-tile-group .input-container .radio-tile{
	padding: 0;
}

.one-page-cart-wrap .radio-tile-group .input-container{
	height: 3rem;
}

.one-page-cart-wrap:first-child{
	margin-top: 0;
}

.one-page-cart-wrap.op-step-3, .one-page-cart-wrap.op-step-4, .one-page-cart-wrap.op-step-5, .one-page-cart-wrap.op-step-6{
	display: none;
}

.checkout-control-group{
	display: none;
}

.one-page-cart-navigation .nav-price{
	display: none;
}

.option-fields-wrapper--one-page-cart .flex-item{
	display: flex;
}

.one-page-cart-wrapper{
	width: 75%;
	padding-right: 50px;
}

.one-page-cart-navigation{
	width: 25%;
}

.one-page-cart-navigation .nav-box-live-cart{
	padding: 15px 15px 25px 15px;
}

.yubi-step-3, .esign-step-3, .yubi-step-4, .esign-step-4, .yubi-step-5, .esign-step-5 {
    display: none !important;
}

.one-page-cart.act-yubi .yubi-step-3{
	display: block !important;
}

.one-page-cart.act-esign .esign-step-3{
	display: block !important;
}

.one-page-cart.act-sesign .esign-step-3{
	display: block !important;
}

.one-page-cart.act-sesign .esign-step-3 .act-next-5{
	display: none !important;
}

.one-page-cart-navigation .nav-in{
	z-index: 9999999;
	padding-top: 100px;
}

.nav-in-box{
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
	0 6.7px 5.3px rgba(0, 0, 0, 0.048),
	0 12.5px 10px rgba(0, 0, 0, 0.06), 
	0 22.3px 17.9px rgba(0, 0, 0, 0.072),
	0 16px 32px rgba(0, 0, 0, 0.086),
	0 100px 80px rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.nav-box-live-cart{
	display: flex;
	max-width: 1120px;
	margin: 0 auto;
	align-items: center;
}

.one-page-cart-navigation .nav-in .add-to-cart{
	display: none;
}

#sticky {
    width: 245px;
}
#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10;
}

.one-page-hide-step .one-page-cart-wrap.op-step-3, .one-page-hide-step .one-page-cart-wrap.op-step-4, .one-page-hide-step .one-page-cart-wrap.op-step-5, .one-page-hide-step .one-page-cart-wrap.op-step-6{
	display: block;
}

.one-page-hide-step .op-step-3 .esign-step-3{
	display: block !important;
}

.one-page-hide-step .one-page-cart-wrap.op-step-2{
	display: none !important;
}

.one-page-hide-step .opc-quantity, .one-page-hide-step .opc-delivery{
	display: block !important;
}

.one-page-hide-step .new-next{
	display: none !important;
}

.one-page-hide-step .new-add-to-cart{
	display: block !important;
}

.one-page-hide-step .one-page-cart-wrap.op-step-3{
	padding-bottom: 0px;
}

@media (max-width: 768px){
	.step-wrap{
		flex-direction: column;
	}

	.step-left-half, .step-right-half{
		width: 100%;
	}

	.esign-step-4 .radio-model{
		justify-content: center;
	}

	.summary-table{
		flex-direction: column;
	}

	.summary-information{
		border-right: 0;
		padding-right: 0;
	}

	.summary-information, .slide-total-price, .summary-info{
		flex: auto;
	}

	.sm-title {
		flex: 0 0 35%;
	}

	.slide-total-price{
		padding-left: 0;
	}

	.slide-total-price{
		padding-top: 20px;
	}

	.slider-cart-navigation .nav-price{
		display: block;
	}	

	.slider-cart-navigation .nav-in .live-cost-wrap{
		display: none;
	}

	.slider-cart-navigation .nav-in .cart-next{
		margin-left: auto;
	}
}

@media (max-width: 850px){
	.one-page-cart-wrapper{
		width: 100%;
		padding-right: 0;
	}

	.product-price-widget .flex-item{
		flex-direction: column;
	}

	.one-page-cart-navigation .nav-in{
		padding-top: 0;
		width: 100%;
	}

	.one-page-cart-navigation, #sticky{
		width: 100% !important;
	}

	.op-step-3 .step-right-half{
		padding-left: 0;
	}

	.step-left-half{
		margin-bottom: 15px;
	}
}