.simple-content {
    margin: 0px 5px;
}
.simple-content fieldset {
    text-align: left;
}

.simple-content fieldset h3 {
    margin: 0;
}
.simple-content .name {
    float: none !important;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.simple-content .buttons {
    margin: 0px 0px 15px 0px;
    border: none;
}
.simple-content .form-control {
    width: 100%;
}
#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-left-column {
float: left;
margin-right: 20px;
min-width: 280px;
max-width: 900px;
width: 43%;
margin-bottom: 70px;
}
#simplecheckout_text_agreement .checkout-heading.panel-heading {
padding: 8px;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width:56%;
	position: relative;
}
@media only screen and (max-width:1024px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
		margin-bottom: 25px;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@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 {
    clear: both;
    margin-bottom: 16px;
}
.simplecheckout-block-content {
    padding: 10px;
}
@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: 10px;
    padding: 10px;
}
@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: 10px;

    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}

.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: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simplecheckout-button-right {
    width: 100%;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.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: 50px;
}
.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.simplecheckout-cart-total {
    padding: 7px 3px;
    text-align: right;
}
.simplecheckout-cart-total:after {
    content:"";
    display:block;
    clear:both;
}
.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 3px 0 0 !important;
    display: inline-block !important;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}
.simplecheckout-cart-total-remove {
    display: inline-block;
    width: 18px;
    text-align: center;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {

}
.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;
}
.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 {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.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;
}
.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: 0;
  border: none;
  border-radius: 0;
  color: #444;
  text-align: left;
  background: none;
}
.min-price-error
{
  display: flex;
  margin-top: 25px;
}
#simplecheckout_button_confirm[disabled]
{
  background: #C6C6C6 !important;
}
.error-name b
{
  display: block;
  font-family: 'Gilroy-SemiBold';
  font-weight: 500;
}
.min-price-error img
{
  margin-right: 14px;
}
.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 {
    padding: 5px;
}
#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: inline-block !important;
margin: 0;
padding-left: 30px;
font-size: 16px;
font-family: 'Gilroy-Medium';
}
#simplecheckout_comment {
    background: #FFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 22px 20px 24px;
}
#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 {
  height: 50px;
  min-height: 50px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #F1F3F6;
  border: 1px solid #fff0;
  padding: 12.5px 20px;
  resize: none;
  font-size: 16px !important;
  font-family: 'Manrope';
  font-weight: 500;
}
.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;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 5px;
	font-family: 'Gilroy-Semibold';
	font-size: 30px;
}
.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;
}
.simple-step-vertical-completed {
    
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}
#simplecheckout_customer .simplecheckout-block-content {
	background: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
border-radius: 10px;
padding: 21px 30px 26px;
}
.simplecheckout-block-content .form-group {
	margin-left: 0;
	margin-right: 0;
}

#customer_register {
	height: auto;
}
.inputs .form-control::placeholder {
	font-size: 16px;
color: #797979;
font-family: Gilroy-Regular;
}
#customer_telephone {
	padding-left: 45px;
}
#simplecheckout_form_0 .row-customer_telephone::before {
  content: '';
  background-image: url(/image/phone-s.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  display: inline-block;
  left: 30px;
  top: 19px;
}
.has-error .inputs .form-control::placeholder, .has-error .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #FF0000;
}
.has-error .select2-selection.select2-selection--single {
	border: 1px solid #FF0000 !important;
}
.simplecheckout-block-content .form-group {
	margin-bottom: 15px;
}
.has-error .form-control {
    border-color: #FF0000 !important;
}
.simplecheckout #buttons {
	background: none;
bottom: 55px;
display: flex;
bottom: 40px;
background: none;
width: 285px;
padding: 0;
margin-top: 15px;
position: absolute;
bottom: 0px;
}
.select2-selection__arrow:after {
content: '';
background-image: url(/image/simple.svg);
height: 14px;
width: 14px;
background-size: 14px;
top: 8px;
display: inline-block;
position: absolute;
background-repeat: no-repeat;
}
.select2-container--open .select2-selection__arrow:after {
	transform: rotate(180deg);
	top: 4px;
}
#simplecheckout_text_agreement .simplecheckout-block-content {
position: absolute;
  width: 280px;
  left: 310px;
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  bottom: 25px;
}
.simplecheckout-left-column {
	position: relative;
}
#simplecheckout_text_agreement a {
	text-decoration: underline;
color: #333;
}
#simplecheckout_button_next {
	height: 60px;
	width: 100%;
	background: #00BE16;
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 167px;
}
.simplecheckout-button-left {
	display: none;
}
#simplecheckout_button_next span {
	font-size: 24px;
line-height: 44px;
font-family: 'Gilroy-Semibold';
}
#simplecheckout_customer .form-horizontal {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}
.checkout-simplecheckout .breadcrumb, .checkout-simplecheckout h1 {display: none}
#simplecheckout_customer .form-horizontal .form-group:first-child {
	width: 100%;
}
#simplecheckout_customer .form-horizontal .form-group {
	width: 50%;
}
#simplecheckout_customer .inputs {
	padding: 0 7.5px;
}
.row-customer_register .checkbox {
	text-align: right;
	display: inline-block;
}
#simplecheckout_customer .form-horizontal .form-group .col-sm-12 {
	padding: 0;
}
#simplecheckout_customer .form-horizontal .form-group .col-sm-12 > h3, .simple-content .checkout-heading {
font-family: 'Gilroy-Bold';
color: #333333;
margin-bottom: 5px;
font-size: 20px;
line-height: 24px;
padding-left: 7.5px;
}
.checkout-simplecheckout h1 {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 33px;
	font-family: 'Gilroy-Bold';
	margin: 10px;
}
.checkbox input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="checkbox"]:not(:checked) + label::after {
   left: 4px;
top: 11px;
width: 12px;
height: 12px;
background-color: #00BE16;
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkbox input[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label::before, .checkbox input[type="checkbox"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #00BE16;
    background-color: #ffffff;
}
.row-customer_register .inputs > div {
	display: flex;
	justify-content: end;
}
.simple_info {
overflow-y: auto;
background: #fff;
padding: 8px 18px 8px 9px;
box-shadow: 0px 0px 4px #E1E1E1;
border-radius: 6px;
margin-bottom: 10px;
}
.simple-cart-pr {
	max-height: 440px;
overflow: auto;
padding-right: 10px;
}
.cartprod {
    display: flex;
}
.simple_info .image {
    width: 18.3%;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
#simplecheckout_cart .simple-cart-pr::-webkit-scrollbar { width: 6px; height: 0px;}
#simplecheckout_cart .simple-cart-pr::-webkit-scrollbar-track-piece { background: #BBC5D3;}
#simplecheckout_cart .simple-cart-pr::-webkit-scrollbar-thumb { height: 50px; background: #333333; border-radius: 3px;}
.simple_info .image img {
	width: 100%;
}
.simple_info .name {
    width: 44%;
    line-height: 1.0em;
    padding-left: 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.simple_info .name a {
font-size: 16px;
line-height: 16px;
color: #333333;
font-family: 'Gilroy-SemiBold';
max-height: 48px;
overflow: hidden;
width: 259px;
}
.simple_info .price {
    width: 100px;
    font-size: 16px;
    text-align: left;
    line-height: 21px;
    font-family: 'Gilroy-SemiBold';
	margin-bottom: 12px;
}
.simple_info .quantity {
    width: 21.7%;
    min-width: 82px;
    text-align: center;
    padding: 0 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.simple_info .remove {
    width: 16px;
min-width: 0px;
padding:0;
text-align: right;
position: absolute;
right: 0px;
top: 12px;
border: none;
background: none;
}
.simple_info .remove:hover {
	box-shadow: none;
}
.simple_info .quantity input[type="text"] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
	min-width: 40px !important;
    width: 40px !important;
    height: 31px !important;
    padding: 1px 0px 0px !important;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
    background: #E7EBF2 !important;
    border-right: none;
    border-radius: 3px 0 0 3px;
    color: #555 !important;
    line-height: normal !important;
    font-size: 12px !important;
	box-shadow: none;
}
.simple_info .quantity >.btn-block > button {
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 150px;
    background: #fff;
    font-size: 26px;
    justify-content: center;
    align-items: center;
    color: #00BE16;
    cursor: pointer;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
	border: none;
}
.simple_info .quantity > div {
	width: 114px;
}
.simple_info .price.total {
    text-align: right;
    font-size: 18px;
    color: #00BE16;
}
.products-simple {
	background: #F1F3F6;
border-radius: 10px;
padding: 24px 23px 13px 33px;
}
.head-cart-simple {
color: #00BE16;
font-family: 'Gilroy-Bold';
margin-bottom: 21px;
font-size: 20px;
line-height: 24px;
}
#simplecheckout_step_menu {
	display: none;
}
.bonus-main {
background: #F1F3F6;
box-shadow: 0px 0px 4px #E1E1E1;
border-radius: 10px;
margin-top: 20px;
padding: 33px 33px 8px;
}
.radio input[type="radio"]:not(:checked) + label::after {
    opacity: 0;
}
.radio input[type="radio"]:checked + label::after {
	opacity: 1;
}
.radio input[type="radio"]:checked + label::after, .radio input[type="radio"]:not(:checked) + label::after {
left: 4px;
top: 11px;
width: 8px;
height: 8px;
border-radius: 100%;
background-color: #F9A306;
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio input[type="radio"]:not(:checked) + label::before {
	border: 2px solid #BBC5D3 !important;
box-sizing: border-box;
}
.radio.bonus {
	margin-top: 0;
	margin-bottom: 40px;
} 
.radio input[type="radio"]:checked + label::before, .radio input[type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 16px;
height: 16px;
border: 2px solid #F9A306;
    background-color: #ffffff;
    border-radius: 100%;
}
.radio input[type="radio"]:checked + label, .radio input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 25px;
    font-size: 14px;
	color: #333333;
font-size: 21px;
font-family: 'Gilroy-Regular';
}
.radio input[type="radio"]:checked + label {
	color: #F9A306;
	font-family: 'Gilroy-Semibold';
}
#simplecheckout_customer h5 {
	font-family: 'Gilroy-Regular';
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: #333333;
margin: 0;
}
#simplecheckout_customer .form-horizontal .form-group:last-child {
	margin: 0;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: absolute;
left: -9999px;
}
input#coupon + label {
	margin-right: 30px;
}
.radio.bonus label {
	font-family: 'Gilroy-SemiBold';
	font-size: 21px !important;
}
.bonus-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inputs.input {
	width: 54%;
}
.inputs.buttons {
	width: 44%;
}
.inputs.input input {
	background: #fff;
}
.inputs.buttons #simplecheckout_button_cart {
width: 100%;
height: 50px;
background: #F9A306;
border-radius: 167px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-family: 'Gilroy-SemiBold';
}
.bonus-block {
	color: #F44336;
	font-family: 'Gilroy-SemiBold';
}
.reward {
	margin-bottom: 10px;
	font-size: 16px;
}
.reward a {
	text-decoration: underline;
	font-family: 'Gilroy-SemiBold';
	color: #00BE16;
	cursor: pointer;
}
.totals-block {
    display: flex;
margin-bottom: 10px;
justify-content: space-between;
flex-direction: column;
margin-top: 18px;
}
#total_sub_total {
	display: none;
}
.simplecheckout-cart-total-title {
	font-family: 'Gilroy-SemiBold';
	font-size: 20px;
}
.simplecheckout-cart-total-value {
	color: #00BE16;
	font-family: 'Gilroy-Bold';
	font-size: 20px;
}
.radio.bonus {
	display: none;
}
.promo-cod {
	font-weight: 600;
font-size: 16px;
line-height: 21px;
text-decoration-line: underline;
color: rgb(249, 163, 6);
margin-top: 20px;
display: inline-block;
cursor: pointer;
}
.bonus-block input {
	box-shadow: none;
}
#total_total_discount .simplecheckout-cart-total-value {
	color: #f0251f;
}
#simplecheckout_shipping_address .checkout-heading {
	display: none;
}
#simplecheckout_shipping {
	margin: 0;
background: #FFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
border-radius: 10px;
padding: 23px 30px 37px;
}
#simplecheckout_shipping_address {
	background: #FFF;
margin-top: -30px;
box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.04);
border-radius: 10px;
padding: 0 20px 12px;
}
#simplecheckout_shipping_address .form-horizontal {
	display: flex;
	margin: 0 -7.5px;
	flex-wrap: wrap;
}
#simplecheckout_shipping_address .form-group {
width: 50%;
}
#simplecheckout_shipping_address .inputs {
	padding: 0 7.5px;
}
#simplecheckout_shipping .simplecheckout-block-content p {
	font-size: 18px;
	padding-left: 35px;
	color: #BBC5D3;
	margin-bottom: 29px;
}
.select2.select2-container.select2-container--default {
	display: none !important;
}
.inputs .select2.select2-container.select2-container--default {
	display: inline-block !important;
}
#simplecheckout_payment {
	background: #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
border-radius: 10px;
padding: 22px 30px 24px;
}
#simplecheckout_payment .checkout-heading {
	padding: 0;
	margin-bottom: 15px;
}
#simplecheckout_payment .simplecheckout-block-content {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#simplecheckout_customer .checkout-heading.panel-heading {
font-family: 'Gilroy-Regular';
font-style: normal;
font-size: 16px;
line-height: 21px;
color: #333333;
margin-bottom: 20px;
background: #F1F3F6;
border-radius: 10px;
padding: 14px 22px;
}
#simplecheckout_customer .checkout-heading.panel-heading span {
	font-family: 'Gilroy-Bold';
}
#simplecheckout_customer .checkout-heading.panel-heading a {
	font-family: 'Gilroy-Bold';
	color: #00BE16;
	text-decoration: underline;
}
#simplecheckout_form_0 {
	margin-top: 20px;
}
#simplecheckout_shipping .simplecheckout-block-content .radio {
	width: 50%;
	margin: 0;
}
#simplecheckout_shipping .simplecheckout-block-content {
display: flex;
flex-wrap: wrap;
padding: 0;
}
#simplecheckout_customer .checkout-heading.panel-heading a {
	cursor: pointer;
}
.simplecheckout-step {
	display: flex !important;
position: relative;
height: 100%;
}
#simplecheckout_cart {
	position: sticky;
top: 110px;
}
#simplecheckout_payment .radio {
	margin-bottom: 0;
	width: 50%;
	margin-top: 0;
}
#simplecheckout_bottom {
    display: none !important;
}



@media (max-width: 768px) {
.checkout-simplecheckout h1 {
	font-size: 20px;
line-height: 24px;
text-align: center;
margin-bottom: 14px;
margin-top: 25px;
}
.simplecheckout-step {
	flex-direction: column;
	position: initial;
}
.checkout-simplecheckout #content {
	padding: 0 5px;
}
#simplecheckout_customer .checkout-heading.panel-heading, #simplecheckout_customer .simplecheckout-block-content, #simplecheckout_shipping, #simplecheckout_payment, #simplecheckout_shipping_address {
padding: 20px 20px 32px;
}
.login-button-simple {
	height: 45px;
	font-size: 16px;
	width: 100%;
}
.btn-soc.fb, .btn-soc.google {
	height: 45px;
    margin: 0 0 10px;
	font-size: 15px;
}
.btn-soc.fb::before, .btn-soc.google::before {
	width: 33px;
height: 33px;
}
#simplecheckout_customer .checkout-heading.panel-heading {
	margin-bottom: 32px;
	flex-direction: column;
	font-family: 'Gilroy-Regular';
text-align: center;
padding: 0;
}
#simplecheckout_customer .form-horizontal .form-group .col-sm-12 > h3 {
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 10px;
}
.inputs input, #shipping_address_zone_id {
	height: 50px !important;
}
#simplecheckout_customer h5 {
	margin: 5px 0 5px;
}
.simplecheckout-left-column #simplecheckout_customer .row-customer_register {
	width: 100%;
}
.row-customer_register .inputs > div {
	justify-content: left;
}
.simplecheckout-block-content .form-group {
    margin-bottom: 10px;
}
.inputs input {
	height: 50px;
	font-size: 16px;
}
.simplecheckout-block-content .row-customer_register {
	margin-bottom: 18px;
}
.simplecheckout-block-content {
	padding: 0;
}
.simple-content .checkout-heading {
	padding: 0 0 12px;
	font-size: 18px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.radio input[type="radio"]:checked + label, .radio input[type="radio"]:not(:checked) + label {
	font-size: 16px;
}
#simplecheckout_shipping .simplecheckout-block-content p {
	font-size: 14px;
}
.simplecheckout .checkbox, .radio {
	margin-bottom: 5px;
	margin-top: 5px;
}
#simplecheckout_shipping .simplecheckout-block-content p {
	margin-bottom: 10px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 50px !important;
	line-height: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px !important;
}
#simplecheckout_shipping_address .simplecheckout-block-content {
	margin-bottom: 10px
}
#simplecheckout_payment label {
	line-height: 19px;
	margin-bottom: 14px;
}

#simplecheckout_payment {
	padding-bottom: 20px;
}
.products-simple {
	background: none;
	padding: 0;
}
#simplecheckout_text_agreement .simplecheckout-block-content {
	overflow: visible;
font-size: 14px;
width: 100%;
position: initial;
text-align: center;
}
.simple-content .checkout-heading {
    padding: 0 0 2px;
}
#simplecheckout_cart {
	display: flex;
flex-direction: column;
}
.promo-cod {
	margin-top: 0;
  order: -1;
width: 100%;
text-align: center;
margin-bottom: 29px;
}
#simplecheckout_shipping_address {
	margin-top: -30px;
}
#simplecheckout_payment .radio {
    margin-bottom: 15px;
}
.totals-block #total_total {
	padding: 0;
}
.head-cart-simple {
	padding-top: 10px;
	padding-left: 8px;
	font-size: 18px;
line-height: 22px;
margin-bottom: 15px;
}
.simple_info .image {
	width: 140px;
	height: 140px;
	
}
.simple_info .image img {
	border-radius: 6px;
	border: solid 1px #e2e2e2;
}
.simple_info {
	padding: 10px;
}
.simple_info .name a {
	font-size: 14px;
	line-height: 17px;
    width: 100%;
}
.simple_info .quantity {
width: 100%;
    padding-left: 155px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
 bottom: 0;
}
.simple_info .quantity > div {
    width: 74px;
    max-width: 74px !important;
    height: 27px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}
.simple_info .quantity input[type="text"] {
	height: 25px !important;
    max-width: 26px !important;
    min-width: 26px !important;
}
.simple_info .quantity > .btn-block > button {
    position: absolute;
    width: 20px !important;
    height: 20px;
	margin-top: -2px;
	font-size: 20px;
    max-width: 20px !important;
    padding-top: 3px;
    min-width: 20px !important;
    padding: 0;
}
.simple_info .quantity > .btn-block > button.minus-cart {
top: 5px;
left: 4px;
}
.simple_info .minus-cart, .simple_info .plus-cart {
    margin: 0;
}
.simple_info .quantity > .btn-block > button.plus-cart {
  top: 5px;
right: 4px;  
}
.simple_info .price, .simple_info .price.total {
	font-size: 14px;
    position: absolute;
    margin-bottom: 0;
    line-height: 16px;
}
.bonus-block {
	flex-direction: column;
}
.bonus-main {
padding: 20px;
order: -1;
margin-bottom: 29px;
margin-top: 0;
}
.bonus-main .radio input[type="radio"]:checked + label {
	padding-left: 25px;
	color: #333333;
	font-size: 16px !important;
}
.bonus-main .inputs.input {
    width: 100%;
	margin-bottom: 16px;
}
.bonus-main .radio.bonus {
    margin-bottom: 16px;
}
.bonus-block, .inputs.buttons  {
	width: 100%;
}
.simplecheckout #buttons {
position: relative;
width: 100%;
bottom: 0;
margin-bottom: 80px;
border-radius: 0 0 10px 10px;
background: #F1F3F6;
padding: 0 22px 20px;
margin-top: -1px;
}
#simplecheckout_button_confirm::after, #simpleregister_button_confirm::after {
    content: '';
    background-image: url(/image/green.svg);
    height: 42px;
    width: 42px;
    top: 4px;
    right: 4px;
}
.bonus-block p {
	text-align: center;
	padding: 0 40px;
}
.totals-block {
margin-bottom: 0;
margin-top: 0;
background: #F1F3F6;
border-radius: 10px;
padding: 20px 22px 22px;
border-radius: 10px 10px 0 0;
}
.totals-block #total_total {
	width: 100%;
display: flex;
justify-content: flex-end;
}
.totals-block .simplecheckout-cart-total-remove, .simplecheckout-cart-total::after {
	display: none;
}
.simplecheckout-cart-total-title, .simplecheckout-cart-total-value {
    font-size: 18px;
}
#simplecheckout_cart {
	margin-bottom: 0;
}
.inputs.buttons #simplecheckout_button_cart {
    font-size: 16px;
    height: 45px;
}
#simplecheckout_button_confirm {
    height: 50px;
	font-size: 18px;
	line-height: 36px;
	padding-right: 45px;
border-radius: 7px;
padding-right: 12px;
}
#simplecheckout_form_0 {
  margin-top: 5px;
}
#simplecheckout_customer .checkout-heading.panel-heading span {
	float: none;
}
#simplecheckout_customer .checkout-heading.panel-heading {
	padding: 20px;
	margin-bottom: 10px;
}
#simplecheckout_customer .form-horizontal .form-group {
  width: 100%;
}
#simplecheckout_shipping .checkout-heading {
  padding: 0;
}
#simplecheckout_shipping .simplecheckout-block-content .radio {
  width: 100%;
}
#simplecheckout_shipping .checkout-heading {
	margin-bottom: 15px;
}
#simplecheckout_shipping .simplecheckout-block-content label, #simplecheckout_payment .simplecheckout-block-content label {
margin-bottom: 10px;
}
#simplecheckout_shipping_address {
  margin-top: -40px;
  padding-bottom: 5px;
}
#simplecheckout_shipping_address .form-horizontal, #simplecheckout_payment .simplecheckout-block-content {
  flex-wrap: wrap;
}
#simplecheckout_shipping_address .form-group {
  width: 100%;
}
#simplecheckout_payment .radio {
  width: 100%;
  margin-bottom: 0;
}
.simplecheckout-left-column {
  position: initial;
}
#simplecheckout_text_agreement {
position: absolute;
width: 100%;
bottom: -68px;
margin-bottom: 0;
}
#simplecheckout_form_0 {
	position: relative;
}
.simplecheckout-left-column {
	margin-bottom: 10px;
}
.simplecheckout-cart-total {
  padding: 10px 3px;
}

.simplecheckout-block {
    margin-bottom: 10px;

}
 .error-name
{
    font-size: 14px;
    line-height: 14px;
  }
  .min-price-error
{
  margin-top: 5px;
    align-items: flex-start;
}
.min-price-error img
{
  margin-right: 10px;
  width: 20px;
}
.simple_info .name {
    justify-content: flex-start;
}
.simple_info .name .price {
    display: none;
}
.simple_info .remove
{
  right: 2px;
  top: 4px;
}
.simple-cart-pr {
    padding-right: 0;
    max-height: 510px;
}
}