/*body*/
.com-hikashop.view-checkout #sp-main-body {
	padding: 50px 0;
}
.com-hikashop.view-checkout #sp-main-body .container{
	max-width:1140px;
}

#system-message-container {
    position: fixed;
	bottom:60px;
    max-width: fit-content;
  	left: 15px;
}

/*all links*/
.view-checkout a {color: #000;}

/*wizardbar color*/
.hikashop_wizardbar ul li a { color:#999999; }
.hikashop_wizardbar ul li.hikashop_cart_step_finished { color:#f79300; background:#f3f4f5; transition:0.5s;}
.hikashop_wizardbar ul li.hikashop_cart_step_finished a { color:#f79300; }
.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover { cursor:pointer; background:#fcf3e5; }
.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover .hikashop_chevron:before { border-left:14px solid #fcf3e5; }
.hikashop_wizardbar ul li.hikashop_cart_step_finished .hikashop_chevron:before { border-left:14px solid #f3f4f5; }
.hikashop_wizardbar ul li.hikashop_cart_step_current {color: #1e1e1e;background:#f1f6fc;font-weight: 600;}
.hikashop_wizardbar ul li.hikashop_cart_step_current a { color:#1e1e1e; }
.hikashop_wizardbar ul li.hikashop_cart_step_current .hikashop_chevron:before {border-left: 13px solid #f1f6fc;}

.hkbadge-current {background-color: #1e1e1e;}
.hkbadge-past {background-color: #f79300;}

.hikashop_wizardbar {
    background-color: #fcfcfc;
    border: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
}

.hikashop_wizardbar ul li {
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    text-transform: capitalize;
}

.hikashop_wizardbar ul li .hkbadge {
    font-size: 10px;
    margin-top: -3px;
}

.hikashop_wizardbar ul li .hikashop_chevron:before {
    border-width: 20px;
    border-left: 13px solid #ededed;
    top: -20px;
}

.hikashop_wizardbar ul li .hikashop_chevron {
    border-width: 20px;
    border-left: 14px solid #d4d4d4;
}

@media (max-width: 991px) {
    .hikashop_wizardbar ul li:not(.hikashop_cart_step_current) span.hikashop_checkout_step_name { display: none; }
    .hikashop_wizardbar ul li:not(.hikashop_cart_step_current) { padding-right: 0px;padding-left: 20px;}
    .hikashop_wizardbar ul li:first-child { padding-left: 10px; }
	.hikashop_wizardbar ul li.hikashop_cart_step_current { padding-right: 5px; padding-left: 20px; }
	.hikashop_wizardbar ul li:not(.hikashop_cart_step_current) .hkbadge { margin-right: 2px; }
}

/*titles*/
/*.view-checkout h1 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 15px;
    border-radius: 5px;
    padding-bottom: 10px;
    line-height: 1.3;
    text-transform: inherit;
    text-shadow: none;
    background: #252525;
    padding: 10px 20px;
}*/

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3,
.view-checkout legend {
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 0;
	padding-top: 0;
}

.hikashop_checkout_login h1 {
    font-size: 18px;
    text-transform: uppercase;
	line-height: 1.3;
	font-weight: 700;
}
.en-gb .hikashop_checkout_login h1 {
	font-family:'Inter', sans-serif;
}
.view-checkout .payment-title-div{
	display:flex;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top: 0;
	padding-top: 0;
	align-items:center;
}
.view-checkout .payment-title-div legend {
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 0px solid #dadada;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0;
	padding-top: 0;
	white-space: nowrap;
	width: fit-content;
	margin-right:0px;
}
.info-tooltip {
	display: inline-block;
	cursor: pointer;
	color: #f79300;
	font-weight: bold;
	position: relative;
	line-height: 1.3;
	text-transform:lowercase;
	padding:5px;
	border:2px solid #f79300;
	border-radius:50px;
	width:25px;
	height:25px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 15px;
}
.tooltip-text {
	visibility: hidden;
	background-color: #333;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	font-size: 12px;
	position: absolute;
	z-index: 100;
	top: -50px;
	left: 128px;
	transform: translateX(-50%);
	white-space: nowrap;
	text-transform:uppercase
}
.en-gb .tooltip-text{
	left: 238px;
}
.tooltip-text::before {
	content: "";
	position:absolute;
	display: inline-block;
	width: 0;
	height: 0;
	bottom:-10px;
	border-style: solid;
	border-width: 10px 10px 0 10px; /* creates a triangle pointing up */
	border-color: #333 transparent transparent transparent;
}
.info-tooltip:hover .tooltip-text {
	visibility: visible;
}
.view-checkout .payment-title-div #sub{
	width:200px;
}

/*form*/

.hkform-horizontal .hkcontrol-label { text-align: left; font-size: 14px; }

.hkform-group.control-group.hikashop_login_forgot_password_line, .hkform-group.control-group.hikashop_login_forgot_username_line {
    margin-bottom: 2px;
    font-size: 14px;
}

.view-checkout.layout-end.task-confirm #sp-main-body a {
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
}

.hikashop_payment_methods_table .hikashop_checkout_payment_images img{
	margin:15px 0;
}
.hikashop_payment_methods_table .hikashop_checkout_payment_description{
	color:#848484;
}
.hikashop_checkout_fields .hkform-horizontal legend{
	display:none;
}
.hikashop_checkout_fields .control-group{
	margin-bottom:5px;
}
.hikashop_checkout_fields .control-group .hkcheckbox input{
	margin-right:7px;
}
.hikashop_checkout_fields .control-group .hkcheckbox span{
	font-size:14px;
	font-weight:700;
}
.hikashop_checkout_fields .control-group .hkcheckbox span a{
	color:#f79300;
	text-transform: capitalize;
}
.hikashop_checkout_remark_line{
	margin-top:15px;
}
.hikashop_checkout_remark_line label{
	display:none;
}
.hikashop_checkout_remark_line .hkc-sm-8{
	width:100%;
}
.hikashop_checkout_remark_line ::placeholder{
	font-size:14px;
}

/*checkout next button*/

.hikashop_checkout_buttons {
    margin: 20px 0 0;
}

.hikashop_checkout_buttons .buttons_right {
    width: fit-content;
    text-align: right;
    float: right;
}

.hikashop_checkout_buttons .buttons_right button {
    margin: 0;
    background: #13aa52;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    min-width: 80px;
}

@media (max-width: 767px) {
    .hikashop_checkout_buttons .buttons_right button { width: 100%; }
}

/*end of checkout next button*/



/*login*/

.view-checkout #sp-main-body .hkc-lg-4 h2 {
    display: none;
}

.view-checkout div#data_register_registration_method {
    display: block;
}

.view-checkout div#data_register_registration_method label {
    display: block;
    border-radius: 0;
    text-align: left;
    padding: 10px 20px;
    font-weight: 500;
    color: #757575;
}

.hikashop_checkout_login .hk-container-fluid .hkc-lg-4 {
    padding: 0;
}

.hikashop_checkout_login .hk-container-fluid .hkc-lg-8 {
    padding: 25px;
    background: #f3f3f3;
}

@media (min-width: 1200px) {
    .hikashop_checkout_login .hk-container-fluid .hkc-lg-4 { width: 25%; }
    .hikashop_checkout_login .hk-container-fluid .hkc-lg-8 {width:75%;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
}

@media (max-width: 1199px) {
  .view-checkout div#data_register_registration_method label {
    display: inline-block;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
}

.view-checkout div#data_register_registration_method {
    display: flex;
}
}




label.hkc-sm-4.hkcontrol-label {
    white-space: normal;
}



/*delete button*/
.checkout-details i.fa.fa-times-circle {
    position: absolute;
    top: 10px;
    right: 0;
    padding-right: 10px;
}

@media screen and (max-width:768px){
.checkout-details i.fa.fa-times-circle {
    position: absolute;
    top: -5px;
    right: 0;
    padding-right: 10px;
}}


.checkout-details {
    position: relative;
    text-align: left;
}
@media (max-width:991px){
	.checkout-details{
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	.checkout-details .hikashop_cart_product_name{
		margin-bottom:10px;
	}
	.checkout-details .hikashop_cart_product_price_value{
		margin-bottom:10px;
	}
	.checkout-details .hikashop_cart_product_total_value {
		margin-top:10px;
	}
}


.hikashop_currency_module {
    width:200px;
}
.currency h3.sp-module-title {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
    border-bottom: 0 !important;
}

.sp-module.currency {
    padding-bottom:20px;
}


div.hikashop_messages li {  
	font-size:14px;
	font-weight:500;
}

/*end*/