.simple-content {
	margin-top: 5rem;
}
.full .dropdown-address {
    display: none !important;
}
.row-shipping_address_country_id {
    display: none;
}
.checkout-simplecheckout .breadcrumb {
	display: none;
}

.checkout-simplecheckout .header__left {
	display: none;
}

.checkout-simplecheckout .header__right {
	display: none;
}

.checkout-simplecheckout .header {
	height: 65px;
	display: flex;
	align-items: center;
}
.simplecheckout-cart-total_fixen {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: end;
}
.simplecheckout-cart-total_fixen .inputs {
    width: 100%;
}
.simplecheckout-cart-total_fixen .buttons {
    width: 100%;
}
.simplecheckout-cart-total_fixen .buttons .button {
    height: 55px;
}
.checkout-simplecheckout h1 {
	font-size: 4rem;
	margin-top: 5rem;
	margin-bottom: 2rem;
	font-family: ProximaNova-Light;
	text-transform: uppercase;
}

.checkout-simplecheckout footer {
	display: none;
}

.checkout-simplecheckout .simple-content .buttons {
	max-width: 1200px;
    margin: 20px auto 6rem;
    padding: 0;
}
.simple-content fieldset {
	text-align: left;
}

.simple-content fieldset h3 {
	margin: 0;
}

.simple-content .name {
	float: none !important;
}
.simplecheckout-block-content .form-group {
    margin-bottom: 20px;
}
.ful_box {
    display: grid;
    justify-content: space-between;
	grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
    gap: 20px;
}

.simple-content .button,
#simplecheckout_login .button {
	margin: 0px !important;
    color: #ffffff;
    background-color: #000;
    border-color: #000;
    text-transform: uppercase;
    height: 60px;
    font-size: 13px;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 5px;
}

.simple-content .buttons {
	margin: 2.5rem 0px 15px 0px;
	border: none;
	padding: 0 50px;
}
.simplecheckout-block-content .radio,
.simple-content .form-control {
	width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.simplecheckout-left-column .simplecheckout-block-content .radio, .simplecheckout-left-column .simple-content .form-control{
	min-height: 55px;
}
.radio.active {
    border-color: #1773b0;
}
#simplecheckout_login .buttons {
	margin: 0;
	border: none;
	background: inherit !important;
	padding: 0px !important;
}

.simplecheckout {
	width: 100%;
}

.simplecheckout:after {
	content: "";
	display: block;
	clear: both;
}

.simplecheckout-button-block:after {
	content: "";
	display: block;
	clear: both;
}

.simplecheckout-three-column {
	float: left;
	margin-right: 2%;
	min-width: 200px;
	max-width: 500px;
	width: 32%;
}

.simplecheckout-three-column+.simplecheckout-three-column+.simplecheckout-three-column {
	margin-right: 0px;
	float: right;
}

@media only screen and (max-width:768px) {
	.simplecheckout-three-column {
		display: block;
		float: none;
		min-width: auto !important;
		max-width: 1900px !important;
		width: 100%;
	}
}
.simplecheckout-step {
    display: flex;
    position: relative;
    margin: auto;
    max-width: 1200px;
}
.simplecheckout-left-column {
	width: 100%;
    max-width: 660px;
    background: #fff;
    padding: 40px 50px;
}

.simplecheckout-right-column {
	width: 100%;
    max-width: 660px;
	padding: 0 50px;
}
#simplecheckout_cart {
	position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.simplecheckout-button-right {
    width: 100%;
    max-width: 600px;
    background: #fff;
}


@media only screen and (max-width:1200px) {
	.simplecheckout label.col-sm-2 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width:768px) {
	.simplecheckout label.col-sm-2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.simplecheckout-block-content {
	padding: 0;
}

@media only screen and (min-width:1200px) {

	.simplecheckout-block-content>fieldset:nth-of-type(2),
	.simplecheckout-block-content>fieldset:nth-last-of-type(2) {
		width: 49%;
		margin-right: 1%;
		float: left;
		text-align: left;
	}
}

.simplecheckout-block-content:after {
	content: "";
	display: block;
	clear: both;
}

.simpleregister {
	margin-bottom: 5px;
}

.simpleregister-block-content {
	margin-bottom: 0;
	padding: 0;
}

@media only screen and (min-width:1200px) {

	.simpleregister-block-content>fieldset:nth-of-type(2),
	.simpleregister-block-content>fieldset:nth-last-of-type(2) {
		width: 49%;
		margin-right: 1%;
		float: left;
		text-align: left;
	}
}

.simpleregister-block-content:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width:600px) {
	.simpleregister-block-content .simplecheckout-customer {
		width: 100%;
	}
}

.simpleregister-button-block {
	overflow: auto;
	margin-bottom: 20px;
	padding: 0;
	background: transparent;
	text-align: right;
}

.simpleregister-button-right {
	float: left;
	text-align: left;
}

.simpleregister-button-left {
	float: left;
	text-align: left;
}

.simplecheckout-methods-table {
	width: 100%;
}

.simplecheckout-methods-table td.code {
	width: 1px;
}

.simplecheckout-methods-table td.title {
	padding: 5px;
}

.simplecheckout-methods-table td.title label {
	display: block !important;
}

.simplecheckout-methods-table td.quote {
	width: 15%;
	text-align: right;
}

.simplecheckout-methods-description {
	padding: 5px;
	margin: 5px 0px;
}

.simplecheckout-required {
	color: #FF0000;
	font-weight: bold;
}

.simplecheckout-button-block {
	clear: both;
	margin-bottom: 20px;
	padding: 6px;
	background: transparent;
	text-align: right;
}

.simplecheckout-button {
	display: inline-block;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background: url('../image/button.png') top left repeat-x;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	cursor: pointer;
	-khtml-border-radius: 7px 7px 7px 7px;
}

.simplecheckout-button-left .button {
	margin: 0;
}

@media only screen and (max-width:780px) {
	.simplecheckout-button-left {
		display: none;
	}
}

.simplecheckout-button:hover {
	background: url('../image/button-active.png') repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
	text-align: center;
}

.simplecheckout-login {
	display: inline-block;
}

.simplecheckout-login-left {
	width: 50%;
	text-align: left;
}

.simplecheckout-login-right {
	width: 50%;
	text-align: left;
}

.simplecheckout-login-right .button {
	float: left;
	margin: 0;
}

.simplecheckout-login-right input {
	max-width: 160px !important;
	text-align: left;
}

#simplecheckout_cart .form-control {
	display: inline-block !important;
	min-width: initial;
	max-width: inherit;
}

.cart__row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px;
	position: relative;
}

.cart__group {
	display: flex;
	border: 1px solid #b6b6b6;
	width: max-content;
}

.cart__btn {
	height: 35px;
	width: 28px;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	cursor: pointer;
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.cart__group input.form-control {
	height: 35px;
	width: 35px;
	text-align: center;
	border: none;
}

.simplecheckout-cart {
	margin: 0px !important;
	width: 100%;
	border-collapse: collapse;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 40px;
}

.simplecheckout-cart-total {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	font-size: 16px;
}
.simplecheckout-cart-total:after {
	display: none;
}

.simplecheckout-cart-total .buttons {
	background: inherit !important;
	padding: 0px !important;
}

.simplecheckout-cart-total input {
	margin-right: 0px !important;
	max-width: 100px;
}

.simplecheckout-cart-total span.inputs {
	margin: 0 0 10px 0 !important;
	display: inline-block !important;
}

.simplecheckout-cart-total span.inputs input[type=text] {
	margin: 0px;
}

.simplecheckout-cart-total-value {
	display: inline-block;
	margin: 0;
}

.simplecheckout-cart-total-remove {
	display: none;
	width: 0;
}

.simplecheckout-cart-total-remove img {
	vertical-align: -2px;
	cursor: pointer;
}

.simplecheckout-cart col.image {
	width: 5%;
}

.simplecheckout-cart col.model {
	width: 10%;
}

.simplecheckout-cart col.price {
	width: 10%;
}

.simplecheckout-cart col.total {
	width: 10%;
}

.simplecheckout-cart col.remove {
	width: 7px;
}

.simplecheckout-cart th {
	padding: 8px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F8F8F8;
	color: #4D4D4D;
	font-weight: bold;
}

.simplecheckout-cart th.image {
	width: 1px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: static !important;
}

.simplecheckout-cart th.name {
	text-align: center;
}

.simplecheckout-cart .name {
	font-size: inherit !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding-right: 50px;
}

.simplecheckout-cart th.model {
	text-align: center;
}

.simplecheckout-cart th.quantity {
	text-align: center;
}

.simplecheckout-cart .price {
	text-align: right;
	display: table-cell !important;
	font: inherit !important;
	font-weight: bold !important;
}

.simplecheckout-cart .total {
	font-size: 18px;
}

.simplecheckout-cart .quantity {
	display: table-cell !important;
	float: none !important;
	position: static !important;
}

.simplecheckout-cart th.remove {
	width: 7px;
	text-align: center;
}

.simplecheckout-cart td {
	padding: 7px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: top;
}

.simplecheckout-cart td.image {
	text-align: center;
	display: table-cell;
	vertical-align: middle !important;
	position: static !important;
}

.simplecheckout-cart td.name {
	text-align: center;
}

.simplecheckout-cart td.name div.image {
	display: none;
}

.simplecheckout-cart td.model {
	text-align: center;
}

.simplecheckout-cart td.quantity {
	min-width: 70px;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
}

.simplecheckout-cart td.quantity input {
	float: none !important;
}

.simplecheckout-cart td.quantity .input-group {
	margin: auto !important;
}

.simplecheckout-cart td.quantity .quantity button {
	margin: 0 !important;
}

.simplecheckout-cart td.quantity img {
	display: inline-block;
	border: 0px;
	cursor: pointer;
}

.simplecheckout-cart td.price {
	text-align: right;
	white-space: nowrap;
	display: table-cell !important;
	font: inherit !important;
}

.simplecheckout-cart td.total {
	text-align: right;
	white-space: nowrap;
	display: table-cell !important;
}

.simplecheckout-cart td.remove {
	padding-right: 3px;
	padding-left: 3px;
	width: 7px;
	vertical-align: top;
	text-align: center;
}
@media only screen and (max-width:768px) {
	.ful_box {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.simplecheckout-step {
		flex-flow: column;
	}
	.simplecheckout-button-right,
	.simplecheckout-right-column,
	.simplecheckout-left-column {
		max-width: 100%;
	}
	.simplecheckout-cart img {
		max-height: 100px;
	}
	.simplecheckout-cart .quantity {
		display: none !important;
	}
	.simplecheckout-cart .close {
		width: 35px;
		height: 35px;
	}
	#total_total {
		font-size: 18px;
		font-weight: bold;
	}
}
.simplecheckout-cart td.remove img {
	max-width: 30px !important;
	cursor: pointer;
}

.simplecheckout-cart td.product-warning {
	color: #FF0000;
	font-weight: bold;
}

.simplecheckout-cart td.right {
	vertical-align: middle;
	text-align: right;
}

.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
	display: none;
}

.simplecheckout-three-column .simplecheckout-cart td.name .image {
	display: block;
}

.simplecheckout-scroll {
	overflow-y: scroll;
	max-height: 300px;
}

.simplecheckout-error-text {
	display: block;
	margin-top: 3px;
	color: #FF0000;
}

.simplecheckout-warning-text {
	margin: 5px 0;
	font-weight: bold;
}

.simplecheckout-warning-block {
	clear: both;
	margin-bottom: 15px;
	padding: 10px 10px 10px 33px;
	border: 1px solid #F8ACAC;
	border-radius: 5px 5px 5px 5px;
	color: #555555;
	text-align: left;
}

.simpleregister-warning-block {
	margin-bottom: 15px;
	padding: 10px 10px 10px 33px;
	border: 1px solid #F8ACAC;
	border-radius: 5px 5px 5px 5px;
	color: #555555;
	text-align: left;
}

.simplecheckout-proceed-payment {
	display: none;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

#simple_payment_address_block {
	margin-top: 15px;
}

.simplecheckout-customer-same-address {
	text-align: left;
	margin: 15px 0px;
}

#simplecheckout_login {
	margin: auto;
	text-align: center;
}

#simplecheckout_payment_form {
	max-width: 650px;
}

#simplecheckout_payment_form .checkout-content {
	display: block;
}

#simplecheckout_payment_form div.buttons {
	display: none;
}

#simplecheckout_login .simplecheckout-block-content {
	padding: 5px !important;
}

#simple_login_layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99990;
	display: none;
	width: 100%;
	background-color: #000000;
}

#simple_login {
	position: fixed;
	z-index: 99991;
	display: none;
	padding: 5px;
	width: 300px;
	height: 250px;
	border: 1px solid #FFD9FF;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background: none repeat scroll 0 0 #FFFFFF;
	-khtml-border-radius: 7px 7px 7px 7px;
}

#simple_login:after {
	content: "";
	display: block;
	clear: both;
}

#simple_login_header {
	padding: 0px 0px;
	text-align: right;
}

#simple_login_header img {
	margin: 0 0 0 auto;
}

.you-will-be-registered {
	font-weight: bold;
	margin-bottom: 10px;
}

.simplecheckout label,
.simpleregister label {
	display: flex !important;
    margin: 0;
    font-size: 15px;
    align-items: center;
	width: 100%;
}
#simplecheckout_payment .radio img,
#simplecheckout_shipping .radio img {
    margin-left: auto;
	max-height: 30px;
    max-width: 300px;
}
.simplecheckout-block ul.dropdown-address {
    width: calc(100% - 30px);
}

.simplecheckout label[for*="shipping_"],
.simplecheckout label[for*="customer_"] {
	display:none !important;
}

.simplecheckout .row-customer_country_new label[for*="customer_"] {
	display:block !important;
}
.simplecheckout label[for="customer_register"] {
	display:block !important;
}
.form-group.row-customer_country_new {
    position: relative;
}
.simplecheckout .row-customer_country_new label {
    position: absolute;
    top: 9px;
    left: 15px;
    font-size: 12px;
    color: #999;
}
#customer_country_new {
    padding-top: 25px;
}
#simple_summary {
	display: none;
}

#simplecheckout_step_menu {
	margin-bottom: 10px;
}

.simple-step {
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 13px;
	-khtml-border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	margin-bottom: 5px;
}

.simple-step-current {
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #38B0E3;
	color: #FFFFFF;
	font-size: 13px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.simple-step-delimiter {
	display: inline-block;
	vertical-align: middle;
	line-height: 13px;
	margin: 0px 5px;
}

.simple-step-completed {
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #38B0E3;
	color: #FFFFFF;
	font-size: 13px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.simple-step-completed a {
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

.simplecheckout-summary-info {
	margin-top: 15px !important;
}

.simplecheckout-summary-info th.name {
	text-align: left;
}

.simplecheckout-summary-info td {
	text-align: left;
}

.simplecheckout-cart-buttons .buttons {
	border: none !important;
	padding: 0 !important;
}

#simple_login .simplecheckout-block-content {
	border: none !important;
}

#temp_flat_container {
	text-align: center;
	margin: 10px 0px 20px 0px;
}

#simplecheckout_comment .simplecheckout-block-content {
	border: 0 !important;
	padding: 0 !important;
}

#simplecheckout_comment textarea {
	width: 100% !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100px;
}
.radio label {
    padding-left: 20px;
}
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
	margin: 0 0 0 -20px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px !important;
}
.row-customer_register > label {
    margin-top: 20px;
    margin-bottom: 15px;
}

.checkout-heading:after {
	content: "";
	display: block;
	clear: both;
}

.simple-content .checkout-heading {
	background-color: transparent;
	border-color: transparent;
	color: #121212;
	text-transform: uppercase;
	padding: 0;
	font-size: 2.5rem;
	font-family: ProximaNova-Light;
	margin-bottom: 1.5rem;
    margin-top: 3rem;
}
.simplecheckout-block-content .radio {
	margin-bottom: 20px;
}

.checkout-heading span {
	display: inline-block !important;
	float: left;
}

.checkout-heading-button {
	float: right !important;
	display: inline-block !important;
}

.simplecheckout-select-address {
	text-align: left;
	margin-bottom: 10px;
}

.simple-captcha-container {
	margin-top: 5px;
}

.simplecheckout-tooltip {
	display: none;
}

#easyTooltip {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fde910;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	opacity: 1 !important;
}

#easyTooltip:before {
	content: '';
	position: absolute;
	left: 10px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fde910;
}

.simplecheckout-cart i {
	cursor: pointer;
}

.simple-content .table-responsive {
	margin-bottom: 0 !important;
	border: none !important;
}

@media only screen and (max-width:640px) {

	.simplecheckout-cart col.image,
	.simplecheckout-cart th.image,
	.simplecheckout-cart td.image {
		display: none;
	}

	.simplecheckout-cart col.model,
	.simplecheckout-cart th.model,
	.simplecheckout-cart td.model {
		display: none;
	}

	.simplecheckout-cart col.price,
	.simplecheckout-cart th.price,
	.simplecheckout-cart td.price {
		display: none;
	}

	.simplecheckout-cart td.name div.image {
		display: block;
	}

}

@media only screen and (max-width:1000px) {

	.simplecheckout-cart col.model,
	.simplecheckout-cart th.model,
	.simplecheckout-cart td.model {
		display: none;
	}
}

@media only screen and (max-width:600px) {
	#total_shipping span:first-child {
		max-width: 300px;
		display: inline-block;
	}

	td.quantity button[data-onclick*="Quantity"] {
		display: none;
	}
}

@media only screen and (max-width:420px) {
	#total_shipping span:first-child {
		max-width: 200px;
		display: inline-block;
	}
}

.row-customer_register .radio {
	display: inline-block !important;
	margin-right: 10px;
}

.simplecheckout-vertical-menu .checkout-heading {
	cursor: pointer;
	margin-bottom: 3px;
}

.simplecheckout-steps-wrapper {
	padding: 10px;
}

#agreement_checkbox {
	float: left;
	margin-right: 20px;
}

#agreement_checkbox .checkbox {
	margin: 0;
}

.simplecheckout-summary-totals .simplecheckout-cart-total {
	border: 0;
}

@media (max-width: 1250px) {
	.simplecheckout-left-column {
		width: 44%;
		padding: 30px 40px;
	}

	.simplecheckout-left-column .close {
		width: 40px;
		height: 40px;
	}

	.checkout-simplecheckout h1 {
		font-size: 3rem;
	}
	.simple-content .buttons,
	.simplecheckout-right-column {
		padding: 0;
	}

	.simple-content .checkout-heading {
		font-size: 2rem;
	}

	.categories-list__title {
		font-size: 20px;
	}
	.simple-content .button, #simplecheckout_login .button {
		max-width: 41%;
	}
}
@media (max-width: 1100px) {
	.simple-content .button, #simplecheckout_login .button {
		max-width: 100%;
	}
	.checkout-simplecheckout h1 {
		margin-top: 3rem;
		font-size: 2rem;
	}

	.simplecheckout-left-column {
		padding: 30px;
		position: static;
		width: 100%;
	}

	.simplecheckout-right-column {
		width: 100%;
		margin-top: 2rem;
	}

	.account-login-page-right {
		display: none;
	}

	.account-login-page {
		grid-template-columns: 1fr;
	}

	#information-contact {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contact-form .title {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	.contact-page-box {
		gap: 0;
	}

	.checkout-simplecheckout .header>.container>.row {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 700px) {
	.cart-body .title {
		font-size: 2rem;
		padding: 20px 0 40px 20px;
	}

	.cart-body__close.close {
		height: 45px;
		width: 45px;
	}

	.cart-products_table {
		padding: 0 20px 20px 20px;
		gap: 15px;
	}

	.free-delivery {
		padding: 0 20px 20px 20px;
	}


	.cart-products {
		gap: 20px;
	}

	.cart-totals {
		padding: 5px 20px;
	}

	.checkout-simplecheckout h1 {
		margin-top: 2rem;
		font-size: 2rem;
	}

	.simple-content .checkout-heading {
		font-size: 1.5rem;
		font-family: var(--font-regular);
		margin-bottom: 2rem;
	}

	.simplecheckout-left-column {
		padding: 15px;
	}

	.cart__row {
		gap: 20px;
	}

	.simplecheckout-cart .name {
		padding-right: 40px;
	}

	#simplecheckout_cart.simplecheckout-block {
		margin-bottom: 0;
	}

	.simplecheckout-cart {
		padding-bottom: 20px;
	}

	.simplecheckout-cart-total {
		font-size: 15px;
	}
	#simplecheckout_payment_form {
		padding: 0 !important;
	}

}
@media (max-width: 480px) {
	.product-card .close {
		top: 10px;
		right: 10px;
	}

	.close {
		width: 45px;
		height: 45px;
	}

	.cart__row {
		grid-template-columns: 80px 1fr;
	}

	.cart__row img {
		width: 100%;
	}

	.simplecheckout-cart .name {
		gap: 5px;
	}

	.simplecheckout-cart .total {
		font-size: 16px;
	}

	.cart__btn {
		height: 30px;
	}

	.cart__group input.form-control {
		height: 30px;
	}

	.simplecheckout-left-column .close {
		width: 36px;
		height: 36px;
		top: -5px;
		right: -5px;
	}

	input.form-control {
		height: 50px;
	}

	.cart-body .title {
		font-size: 2rem;
		padding: 15px 0 35px 15px;
	}

	.cart-products_table {
		padding: 0 15px 15px 15px;
		gap: 15px;
	}

	.free-delivery {
		padding: 0 15px 15px 15px;
	}

	.cart-products {
		gap: 15px;
		grid-template-columns: 90px 1fr;
	}

	.cart-totals {
		padding: 5px 15px;
	}

	.cart-buttons a {
		min-width: 100%;
		font-size: 15px;
		height: 65px;
		font-family: var(--font-light);
		margin-top: 15px;
		padding: 10px 15px 10px 15px;
	}

	.cart-products__name {
		gap: 5px;
	}

	.cart-quantity__btn {
		height: 30px;
	}

	.cart-products__name input {
		height: 30px;
		width: 30px;
	}

	.cart-products__total {
		font-size: 16px;
	}
}
#simplecheckout_proceed_payment {
    display: none !important;
}
#paypal_button_container {
    width: 100% !important;
}

.checkout-simplecheckout #oct-infobar {
	z-index: 99999;
}

.checkout-simplecheckout header.header {
	display: none !important;
}

.checkout-simplecheckout #content {
	padding: 0;
}

.checkout-simplecheckout .simple-content {
	margin: 0;
}

.checkout-simplecheckout .simplecheckout {
	margin: 32px auto 24px;
	max-width: 1484px;
}

.checkout-simplecheckout .simplecheckout_header {
	padding: 0 12px;
	margin-bottom: 80px;
	font-family: "Onest", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
}

.checkout-simplecheckout .simplecheckout_header > a svg {
	width: 180px;
	height: auto;
}

.checkout-simplecheckout .cart-link:hover,
.checkout-simplecheckout .cart-link {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.checkout-simplecheckout .simplecheckout-step {
	justify-content: space-between;
	max-width: unset;
}

.checkout-simplecheckout .simplecheckout-left-column,
.checkout-simplecheckout .express_wrap {
	max-width: 720px;
	padding: 0 12px;
}

.checkout-simplecheckout .express_wrap {
	margin-bottom: 24px;
}

.checkout-simplecheckout .express_btns {
	gap: 12px;
	margin: 24px 0;
}

.checkout-simplecheckout .express_btn {
	width: 100%;
	border-radius: 4px;
	height: 48px;
}

.checkout-simplecheckout .express_btn.bg_yellow:hover {
	opacity: .7;
}

.checkout-simplecheckout .express_or:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #EBECED;
	position: absolute;
	left: 0;
	top: 10px;
}

.checkout-simplecheckout .express_or span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 12px;
}

.checkout-simplecheckout .simplecheckout-right-column {
	max-width: 600px;
	padding: 0 12px;
}

.checkout-simplecheckout .checkout-heading.panel-heading {
	font-family: var(--font-family-secondary);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 24px;
	margin-top: 0;
	color: #2A2D2E;
	text-transform: inherit;
}

.checkout-simplecheckout #simplecheckout_cart .checkout-heading.panel-heading {
	font-family: var(--font-family-secondary);
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.checkout-simplecheckout .rm-cart-products-item-img-quantity {
	font-family: "Onest", Arial, sans-serif;
	background: #fff;
	width: 14px;
	height: 14px;
	font-weight: 700;
	font-size: 8px;
	line-height: 1;
	border-radius: 50%;
	top: 5px;
	right: 5px;
}

.checkout-simplecheckout #simplecheckout_cart .rm-cart-products-item-info-option,
.checkout-simplecheckout #simplecheckout_cart .rm-cart-products-item-price-all {
	font-size: 14px;
	line-height: 1.4;
}

.checkout-simplecheckout #simplecheckout_cart .rm-cart-products-item-info-option > div {
	margin-bottom: 4px;
}

.checkout-simplecheckout .simplecheckout-cart {
	gap: 0;
	padding-bottom: 32px;
}

.checkout-simplecheckout .simplecheckout-cart-coupon {
	gap: 24px;
	margin-bottom: 24px;
}

.checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart-coupon .simplecheckout_coupon-title {
	margin-bottom: 8px;
}

.checkout-simplecheckout #simplecheckout_cart .simplecheckout-cart-coupon .simplecheckout_coupon-input {
	height: 30px;
	border: none;
	border-bottom: 1px solid #D7D1C5;
	border-radius: 0;
	padding: 8px 5px;
	font-size: 15px;
}

.checkout-simplecheckout .simple-content .buttons {
	max-width: 1440px !important;
	margin: 0 auto;
}

.checkout-simplecheckout .simplecheckout-block-content .quote_text {
	display: inline-block;
	margin-left: auto;
	color: #2A2D2E;
	font-weight: 500;
}

#simplecheckout_text_help .checkout-heading.panel-heading {
    font-size: 14px;
    text-transform: none;
}