﻿/*s1*/
.checkout-nav {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.checkout-nav .step {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    max-width: 33%;
    margin-left: -2px;
    margin-right: -2px;
    color: black;
}
.checkout-nav .step .badge {
    position: relative;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.checkout-nav .step span {
    display: block;
    padding: 0 5px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
}
.checkout-nav .step.visited .badge::after, .checkout-nav .step.active .badge::after {
    background-color: #9DAAB2;
}
.checkout-nav .step .badge::before {
    content: " ";
    background-color: #CCCCCC;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}
.checkout-nav .step .badge .text {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.checkout-nav .step span {
    display: block;
    padding: 0 5px;
}
.checkout-nav .step:first-child .badge::before {
    width: 50%;
    left: 50%;
}
.checkout-nav .step:last-child .badge::before {
    width: 50%;
    right: 50%;
}
.checkout-nav .step.visited .badge::after, .checkout-nav .step.active .badge::after {
    background-color: #9DAAB2;
}
.checkout-nav .step .badge::after {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: " ";
    background-color: #CCCCCC;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 0;
}

.shopping-cart h5, .section-header h3 {
    font-size: 14px;
	font-weight: 600;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.shopping-cart{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
    background-color: white;
}
.section-header{
	margin: 0;
	border-bottom: 1px solid #EDEDED;
	padding: 10px 15px;
    font-weight: 500;
    background-color: #F6F6F6;
    line-height: 26px;
}
.table-cart-header{

    width: auto;
	padding: 15px;
}
.cart-item{
    position: relative;
	    border-top: 1px solid #EDEDED;
    border-bottom: none;
	padding: 15px;
}
.cart-items .product-image {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.price-label, .original-price {
    display: block;
    text-align: center;
}
.cart-items .original-price {
    font-size: 12px;
    text-decoration: line-through;
}
/**/
.cart_calculate_btn {
        color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    border-width: 1px !important;
}
.cart_quantity{
	text-align:center;
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
   
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.cart-promotions{
	width: 100%;
    padding: 5px 15px;
    margin-bottom: 10px;
	border-top: 1px solid #EDEDED
}
.cart-promotions-content {
    display: block;
}
.promotion-title {
    display: flex;
    justify-content: space-between;
}
.promotion-title span {
    padding-right: 10px;
}
.promotion-title a {
    white-space: nowrap;
	    text-decoration: underline;
    color: black;
}
.cart-promotions .promotion {
    display: table-row;
}
.cart-promotions .badge {
    width: 150px;
    border-radius: 0;
    font-weight: 400;
    font-size: 11px;
    background-color: transparent;
    padding: 0;
	    display: table-cell;
    vertical-align: text-top;
}
.cart-promotions .badge .untriggered {
    display: block;
    background-color: #F3F3F3;
    padding: 5px 0;
    color: #000;
    font-weight: 400;
    font-size: 11px;
}
.promotion .description {
	padding: 5px 15px;
	display: table-cell;
    vertical-align: text-top;
	
}
.cart-promotions .promotion .description .untriggered-hint {
    color: #5CB85C;
}
.cart_order_form_row{
	    margin-left: -15px;
    margin-right: -15px;
}
.cart_order_form_box{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
    background-color: white;
}
.cart_order_form{
	padding:15px;
}
.cart_order_form img{
	max-width:100%;
	height: auto;
}
.form_remark{
    color: #737373;
	margin-top:10px;
}
.cart_order_pice_data{
	display: flex;
    justify-content: space-between;
    line-height: 2.5;	
}
.cart_order_pice_data .title{
}
.cart_order_pice_data .text{
}
.cart_order_hr{
	margin-top: 20px;
    margin-bottom: 20px;  
}
.cart_order_form_checkout{
	    display: block;
    width: 100%;
	padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 5px;
	color: #fff ;
    background-color: #5cb85c ;
    border-color: #4cae4c ;
	    text-align: center;
}
.cart_order_notice{
	width:100%;
	border: 1px solid #EDEDED;
    padding: 10px;
    background-color: white;
	margin-bottom: 30px;
}
@media (max-width: 576px){
.table-cart-header{
	 display: none;
}
.item-price{
	margin:20px 0px;
}
.price-label, .original-price{
	text-align:right;
}
.item-information{
	padding-right:20px;
}
.btn-remove-cart-item{
	position: absolute;
    width: 33px;
    right: 30px;
    top: 10px;
}
.btn-remove-cart-item a{
	font-size: 20px;
    font-weight: 900;
}
}
/*s2*/
.open_s2_cart_item.active .cart_header_pice_h5 .s2_header_icon svg, .open_s2_cart_item.active .cart_header_pice_h5 .s2_header_icon i{
	transform: rotate(-180deg);

}
.cart_header_pice_s2_box{
	padding:20px;
	background-color: white;
	border: 1px solid #EDEDED;
	margin-bottom: 30px;
}
.cart_header_pice_h3{
	    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.cart_header_pice_h5{
	    margin: 5px;
    font-size: 16px;
    text-align: center;
}
.cart_header_total_row{
	justify-content: flex-end;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding: 20px 0px;
}

.cart_text_box{
}
.section-header-s2{
    display: flex;
    justify-content: space-between;
}
/*s3*/
.cart_s3_order_data_row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}
.cart_s3_order_title{
	width: 100%;
    font-size: 20px;
    font-weight: 900;
}
.cart_s3_order_text{
	    display: flex;
	width: 50%;
    line-height: 2;
}
.cart_s3_order_text .text1{
	width: 110px;
}
.cart_s3_order_text .text2{
	width:calc(100% - 110px);
}
.s3_table-order-header{
	background-color: black;
    color: white;
}
@media (max-width: 760px){

.cart_s3_order_text{
	width:100%;
}
}