#hikashop_checkout_page {
  	margin-top: 40px;
  	margin-bottom: 40px;
}

/* Mobile */

.hikashop_wizardbar + iframe {
  	max-width: 100%;
}

@media(max-width: 767px) {
    #hikashop_checkout_page .hikashop_wizardbar li:not(.hikashop_cart_step_current) {
        display: none;
    }
  
    input[type="submit"].hikashop_cart_input_button {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        display: block;
    }
  
    #hikashop_checkout_billing_address fieldset.hika_address_field {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
  
    #hikashop_checkout_coupon {
      	margin-bottom: 60px;
    }
  
    #hika_coupon_label {
        display: block;
        margin-bottom: 10px;
    }
  
    #hikashop_checkout_coupon_input {
      	margin-left: 0;
    }
  
  	.hikashop_checkout_login {
		max-width: 100%;
  	}
  
    #hikashop_checkout_login_left_part, #hikashop_checkout_login_right_part {
		width: 100%;
    }
  
	#hikashop_checkout_login_left_part input[type="text"], #hikashop_checkout_login_left_part input[type="password"], #hikashop_checkout_login_right_part .controls {
  		display: block;
    }
  
    .hikashop_wizardbar ul li:nth-child(2) {
		z-index: 3;
    }
}
  
@media(max-width: 1024px) {
    #hikashop_checkout_cart #hika_cart_checkout_table tr {
      	border: none;
      	height: fit-content;
      	height: -moz-fit-content;
    }
  
    #hikashop_checkout_cart #hika_cart_checkout_table tr td {
      	padding-left: 20px;
    	border: none;
        padding-top: 20px;
      	padding-bottom: 20px;
    }
  
    #hikashop_checkout_cart #hika_cart_checkout_table tr td > * {
      	margin-top: 40px !important;
        display: block !important;
        text-align: left !important;
        padding-left: 17px !important;
    }
  
    #hikashop_checkout_cart #hika_cart_checkout_table tr td:before {
      	border-bottom: 0.5px solid #a1a3a5;
        width: 100%;
        font-size: 17px;
        font-weight: normal;
      	text-align: left;
      	padding-left: 30px;
    }
  
    #hikashop_checkout_cart tr td.hikashop_cart_product_name_value {
        width: 100%;
    }
  
    #hikashop_checkout_cart #hika_cart_checkout_table td.hikashop_cart_product_total_value {
      	display: none !important;
    }
  
    #hikashop_checkout_cart #hika_cart_checkout_table .hikashop_cart_total_value {
       	font-size: 14px;
    	font-weight: 600;
    }
  
    #hikashop_checkout_cart #hika_cart_checkout_table .hikashop_cart_total_value:before {
       	border-bottom: none;
        font-weight: 600;
        line-height: 1.76;
    }
}

/* Checkout login step */

#hikashop_checkout_login h2 {
	border-bottom: 0.5px solid #303e47;
    font-size: 17px;
    font-weight: normal;
    line-height: 2.24;
    color: #303e47;
}

#hikashop_checkout_login_left_part input[type="text"], #hikashop_checkout_login_left_part input[type="password"], #hikashop_checkout_login_right_part input[type="text"], #hikashop_checkout_login_right_part input[type="password"] {
	height: 30px;
    width: 180px;
    border-radius: 3.2px;
    border: solid 1.3px #e0e0e0;
    padding-left: 8px !important;
}

#hikashop_checkout_login_right_part .hikashop_field_required {
  	float: none;
  	margin-left: 0;
}

#hikashop_checkout_login_right_part select {
  	width: 180px;
}

#hikashop_checkout_login_right_part .control-label {
  	text-align: left;
}

#hikashop_checkout_login_left_part label, #hikashop_checkout_login_right_part label {
  	font-weight: normal;
}

#hikashop_checkout_login_left_part [class^="icon-"] {
  	font-family: simple-line-icons !important;
}

/* Checkout payment step */

#stripeform {
  	margin-top: -20px;
}

#stripeform table {
  	margin-left: auto;
    margin-right: auto;
  	width: 100%;
    max-width: 650px;
}

#stripeform label {
  	font-size: 17px;
    font-weight: normal;
    color: #303e47;
  	margin-top: 40px;
}

#stripeform input[type="text"] {
	height: 34px;
    border-radius: 3.2px;
    padding-left: 10px;
    border: solid 1.6px #ebebeb;
  	width: 100%;
  	margin-top: 5px;
}

#stripeform #stripe_expiration_fields input[type="text"] {
  	width: 120px;
}

#stripeform #stripe_expiration_fields input[type="text"]:first-of-type {
	margin-right: 20px;
}

.hikashop_wizardbar + iframe {
  	margin-left: auto;
    margin-right: auto;
    display: block;
}

#stripeform button[type="submit"] {
  	background-color: #00a4ff !important;
  	border-color: #00a4ff !important;
  	color: white !important;
    height: 31px;
    border-radius: 3.2px;
  	line-height: 17px;
  	font-size: 11px;
    text-transform: uppercase;
  	margin-top: 40px !important;
  	margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
}

button[type="submit"]:hover {
    background-color: #008dda !important;
    background: #008dda;
    border: 1px solid #008dda;
}

/* Checkout cart status step */

#hikashop_payment_methods {
	margin-top: 40px;
}

#hikashop_payment_methods fieldset legend {
	font-size: 17px;
    font-weight: normal;
    color: #303e47;
    text-transform: inherit;
    padding: 8px;
    margin-bottom: 0;
  	border-bottom: 1px solid #303e47 !important;
  	width: 100% !important;
}

.hikashop_checkout_payment_image, .hikashop_checkout_payment_description {
  	display: none;
}

.hikashop_checkout_payment_radio + .btn-radio {
	padding: 13px 20px;
    border: 1.6px solid #303e47;
    background-color: white;
    color: #303e47;
    box-shadow: none;
  	margin-top: 30px;
  	width: 125px;
    height: 50px;
  	font-size: 11px;
  	margin-right: 20px;
}

.hikashop_checkout_payment_radio + .btn-radio.active {
    border: 1.6px solid #00a4ff;
}

.hikashop_checkout_payment_radio + .btn-radio.active:hover {
    background-color: white;
}

#hika_payment_bank {
  	height: 50px;
    margin-top: -15px;
}

#hika_payment_card {
  	margin-top: -2px;
    margin-left: -11px;
    margin-right: 5px;
}

#hika_payment_card_Paypal div.hika_payment_card_Paypal_text{
  	float: right;
    margin-right: -10px;
    margin-top: -5px;
}

#hika_payment_card_Paypal img{
  	float: left;
}

/* Checkout address step */

#hikashop_checkout_billing_address .hika_address_field legend {
	font-size: 17px;
    font-weight: normal;
    color: #303e47;
    text-transform: inherit;
    margin: 10px 0;
}

#hikashop_checkout_billing_address .hikashop_checkout_billing_address_info {
    line-height: 27px;
    font-size: 13px;
    font-family: Poppins;
    color: #303e47;
    margin-left: 20px;
    display: inline-block;
}

#hikashop_checkout_billing_address .hikashop_checkout_billing_address_info {
  	white-space: nowrap;
  	font-weight: normal;
}

#hikashop_checkout_billing_address tr td:last-of-type {
  	width: 100%;
}

#sbox-content iframe {
	max-width: 100%;
    max-height: 100%;
}

/* Checkout breadcrumb */

#hikashop_checkout_page .hikashop_chevron, #hikashop_checkout_page .badge {
    display: none;
}

#hikashop_checkout_page .hikashop_wizardbar {
  	background: white;
  	border: none;
    box-shadow: none;
  	display: flex;
    justify-content: center;
  	margin-bottom: 70px;
}

#hikashop_checkout_page .hikashop_wizardbar li {
  	background: white;
  	color: #00a4ff;
  	font-size: 20px;
  	padding: 0 50px;
  	border-radius: 0;
}

#hikashop_checkout_page .hikashop_wizardbar li a {
  	color: #00a4ff;
}

#hikashop_checkout_page .hikashop_wizardbar li a:hover, #hikashop_checkout_page .hikashop_wizardbar li a:focus {
  	text-decoration: none;
}

#hikashop_checkout_page .hikashop_wizardbar li.hikashop_cart_step_current {
    border-bottom: 4px solid #00a4ff;
}


/* Checkout cart table */

.hikashop_cart_input_button{
  	background-color: #00a4ff;
  	border-color: #00a4ff;
  	color: white !important;
    height: 31px;
    border-radius: 3.2px;
  	line-height: 17px;
}

.hikashop_cart_input_button:hover {
    background-color: #008dda;
    background: #008dda;
    border: 1px solid #008dda;
}

#hika_cart_checkout_table tr:first-of-type {
    height: 45px;
}

#hika_cart_checkout_table tr {
  	height: 80px;
  	border-bottom: 1px solid rgba(155, 155, 155, 0.3);
}

.hika_product_image_cart {
    background-color: #303e47;
    width: 48px;
    padding: 10px;
    height: 48px;
    border-radius: 24px;
    padding-top: 5px;
  	vertical-align: middle;
  	display: inline-block;
}

.hikashop_cart_product_name {
  	vertical-align: middle;
  	margin-left: 20px;
  	display: inline-block;
}

.hikashop_cart_product_name > div {
	align-items: center;
    display: flex;
    height: 66px;
}

.hikashop_cart_product_name > div > div {
	max-width: 300px;
}

.hika_product_image_cart img {
	width: 20px;
	height: 19px;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}

#hikashop_checkout_page .hikashop_product_price_full {
  	display: inline;
}

#hikashop_checkout_page .hikashop_product_price, #hikashop_checkout_page .hikashop_checkout_cart_subtotal, #hikashop_checkout_page .hikashop_checkout_cart_taxes, #hikashop_checkout_page .hikashop_checkout_cart_additional, #hikashop_checkout_page .hikashop_checkout_cart_payment, #hikashop_checkout_page .hikashop_checkout_cart_coupon {
    color: #303e47;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-family: poppins;
}




#hikashop_checkout_coupon {
    height: 16px;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #303e47;
}

.hikashop_checkout_coupon input[type="text"] {
  	width: 163px;
    height: 31px;
    border-radius: 3.2px;
    border: solid 1.6px #00a4ff;
}

.hikashop_cart_title {
    font-weight: normal;
    font-size: 17px;
    color: #303e47;
    border-bottom: 1px solid #303e47 !important;
}

.hikashop_checkout_cart td {
    background-color: white;
}

#hikashop_checkout_cart tr th:not(:first-of-type) {
    text-align: center;
}

#hikashop_checkout_cart tr td:not(:first-of-type) {
    text-align: center !important;
  	vertical-align: middle;
}

#hikashop_checkout_cart_total2_title, #hikashop_checkout_cart_tax_title {
  	padding-left: 80px;
  	font-size: 14px;
    vertical-align: middle;
}

#hikashop_checkout_cart_final_total_title {
  	padding-left: 80px;
  	font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}

.hikashop_cart_total_value {
  	text-align: center !important;
    font-size: 13px;
    font-weight: 600;
    color: #303e47;
}