/*Cart Page Styles*/
.checkout-page,
.order-summary-content {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-inline: 20px;
    padding-block: 50px 30px;
}
.checkout-page:after,
.order-summary-content:after{
    display:block;
    content:'';
    clear:both;
}
.checkout-page{padding-top:0;}
.cart-headings {
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    text-align:left;
    padding-block:10px;
}
.cart-headings .cart-head{
    width:48%;
}
.cart-headings h2,
.cart-headings h1{
    font-size:20px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:20px;
    text-transform:uppercase;
}
.cart-headings.mob{display:none;}
.cart-frames {
    position: relative;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;*/
}
.cart-frames:after{
    display:block;
    content:'';
    clear:both;
}
.cart-colums {
    width: 48%;
    padding: 35px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04);
}
.cart-colums.left {
    padding-block:10px;
}
.cart-colums .cart-options{display:none;}
.cart-left-section {
    float: left;
    width: 45%;
}
.cart-right-section {
    float: right;
    position: relative;
    width: 45%;
    border: 1px solid #ddd;
    margin-top: 39px;
    box-sizing: border-box;
    padding: 20px 3%;
}
.cart-mobile{
    display:block;
}
.cart-collaterals {
    width: 100%;
	margin: auto;
}
.cart-collaterals .deals {
	margin: 0;
    background-color: #fff;
}
.cart-footer .total-info {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 700;
    color:#000;
    text-transform:capitalize;
}
.shopping-cart-page .cart-total td.cart-total-left {
    padding-left: 0;
    color:#000;
    font-size:16px;
    font-weight:700;
}
.shopping-cart-page .cart-total td.cart-total-right {
    padding-right: 0;
}
.cart-total td.cart-total-right {
    font-size:16px;
}
.shopping-cart-page .cart-total td.cart-total-left {
    padding-left: 0;
}

.shopping-cart-page .cart-total .discount-total td.cart-total-left label{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    padding-right:27px;
}
.shopping-cart-page .cart-total .discount-total td.cart-total-left label:after {
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background: url(../img/discount-ribbon.png) no-repeat;
    width: 20px;
    height: 20px;
    content: '';
    background-size:contain;
}
.cart-footer .checkout-buttons, .cart-footer .addon-buttons {
    padding: 0;
}
.shopping-cart-page .button-1, .checkout-page .button-1,
.shopping-cart-page .button-2, .checkout-page .button-2 {
    border: 1px solid #000;
    width: 100%;
    height: 60px;
    color:#000;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    transition:all 0.3s ease;
}
.shopping-cart-page .button-2:hover, .checkout-page .button-2:hover {
    color:#fff !important;
    background-color: #000 !important;
}
.shopping-cart-page .button-1, .checkout-page .button-1{
    background-color:#000 !important;
    color:#fff;
}
.shopping-cart-page .button-1:hover, .checkout-page .button-1:hover {
    background-color: transparent !important;
    color: #000;
}
.terms-of-service {
    margin: 0;
    color: #000;
    text-align: left;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}
.terms-of-service input[type="checkbox"]{
	position:absolute;
    left:0;
    top:5px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service .read {
	margin: 0 0 0 3px;
	color: #ff0000;
	cursor: pointer;
}
.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}
.cart-collaterals .coupon-code {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"],
.cart-collaterals .coupon-code input[type="email"],
.cart-collaterals .coupon-code input[type="tel"] {
    display: block;
    width: 100%;
    border:1px solid #D9D9D6;
    height:60px;
    border-radius:7px;
    color:#63666A;
    background-color:#F8F8F8;
    font-size:16px;
    font-weight:600;
    padding-right: 100px;
    padding-left: 15px;
}
.cart-collaterals .coupon-code input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
	width: 0; /*chrome bug fix*/
	min-width: 95px;
	height: 60px;
    margin: auto;
    background-color: #000;
	padding: 0;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    border-radius:7px;
    border:0;
}

.cart-collaterals .message-failure {
	margin: 7px 0 0;
    font-size: 13px;
	color: #ed3b4b;
    text-align:left;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 13px;
    color: #29b05f;
}
.cart-collaterals .current-code {
	margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart-collaterals .current-code span {
	vertical-align: middle;
}
.cart-collaterals .current-code input[type="submit"]{
    padding:0;
    background-color:transparent !important;
    color:#000 !important;
    height:auto;
    border:0;
    font-size:0;
}
.cart-collaterals .shipping {
    padding-bottom: 33px;
}
.cart-collaterals .shipping .hint {
    margin-bottom: 20px;
}
.cart-collaterals .shipping .inputs {
    max-width: 350px;
	margin-bottom: 30px;
}
.cart-collaterals .shipping-results {
	margin: 30px -20px -30px;
    background: url('../img/category-title-decoration.png?a=1234567') repeat-x top;
	padding: 20px;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
    margin: 0 0 5px;
    font-weight: normal;
    color: #000;
}
.cart-collaterals .hint {
    font-size:18px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:20px;
    text-align:left;
}
.order-summary-content .table-wrapper {
    display: none;
}

.cart-mobile {
	width: 100%;
	display:block;
}
.cat-mobile-item .product .product-name {
    font-size:20px;
    font-weight:300;
    line-height:1.4;
    margin-bottom:12px;
    display:block;
    min-height:40px;
}
.cat-mobile-item {
    overflow:hidden;
    border-top: 1px solid #D9D9D6;
    margin-inline: -35px;
    padding: 35px;
    position:relative;
}
.cat-mobile-item:first-child {
    border-top: 0;
}
.cat-mobile-item .product .subtotal{
    overflow:hidden;
    padding-top:12px;
    display:block;
    text-align: left;
}
.cat-mobile-item .product .product-subtotal {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}
.cat-mobile-item .product .product-subtotal.current{
    color: #ff0000;
    font-size:16px;
    margin-right:5px;
}
.cat-mobile-item .product .old-product-subtotal{
   text-decoration: line-through;
   font-size:14px;
   font-weight:700;
}
.quantity-stepper {
    display: flex;
    height: 30px;
    width: 100px;
    border: 1px solid #000;
    border-radius: 5px;
}
.minus-stepper {
    background: url(../img/minus-icon.png) no-repeat center;
    width: 28px;
    height: 28px;
    background-size: 10px;
    cursor:pointer;
}
.plus-stepper {
    background: url(../img/plus-icon.png) no-repeat center;
    width: 28px;
    height: 28px;
    background-size: 10px;
    cursor: pointer;
}

.cat-mobile-item .product-picture {
	margin-right:20px;
	width: 120px;
    max-height:160px;
    float:left;
}
.cat-mobile-item .product-picture a{
	display:block;
}
.cat-mobile-item .product-picture img{
	display:block;
    margin:0 auto;
    height:auto;
    max-width:100%;
    max-height:160px;
}
.remove-cart-item {
    background: url(../img/remove-cart.png) no-repeat center;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    z-index: 99;
    cursor: pointer;
    background-size:contain;
}
.cat-mobile-item .product {
    text-align: start;
    padding-right: 30px;
    position: relative;
    overflow: hidden;
}

.cart-mobile .attributes {
    color: #000;
    font-family: 'Almarai' !important;
    flex: 1 0.2 60%;
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}

.cart-mobile .quantity {
	display: flex;
	flex-grow: 1;
}

.cart-mobile .quantity input {
	width:70px;
}

.cart-mobile .quantity .subtotal {
	width: 100%;
	margin-top: 10px;
	text-align: end;
}
/*Cart Page Styles end*/
/*Checkout Styles*/
.checkout-data {
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 163px;
}
.checkout-data:after {
    display: block;
    content: '';
    clear: both;
}
.checkout-page form {
    margin: 0;
    background-color: transparent;
}
.checkout-page .page-title {
    margin-bottom: 0;
    padding-inline: 20px !important;
    text-align: left;
    display: block;
    position: absolute;
    top: 100px;
    left:0;
    right:0;
}
.checkout-page .page-title h1 {
    padding:0;
    font-size:20px;
    font-weight:700;
    line-height:1.4;
    margin:0;
    text-transform:uppercase;
}
.checkout-page.payment-method-page .page-title {
    padding-inline: 0 !important;
}
.order-progress {
    text-align: left;
    padding-block: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index:9;
}
.payment-method-page .order-progress {
    padding-inline: 20px;
}
.order-progress ul {
    font-size: 0;
    font-weight: 600;
}
.order-progress li {
	display: inline-block;
    vertical-align:middle;
}
.order-progress a {
	display: block;
    padding: 0;
	font-size: 16px;
    color: #707070;
	text-transform: capitalize;
}
.order-progress a img{
	display: inline-block;
    vertical-align:middle;
    margin-inline:5px;
    margin-top: -2px;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step {
	opacity: 0.3;
}
.order-progress li.inactive-step a {
	cursor: default;
}
.select-shipping-address {
    padding: 50px 50px 20px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04);
    border-radius: 5px;
}
.payment-method-page .payments-headings,
.select-shipping-address .title {
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #D9D9D6;
    text-align: left;
    margin-inline: -35px;
    padding: 0 35px 20px;
}
.payment-method-page .payments-headings strong,
.select-shipping-address .title strong{
    font-weight: 700;
}
.checkout-page .select-button .select-arrow,
.checkout-page .select-button .address-item-link {
    display:none;
}
.checkout-page .address-item .address-box {
    width: 70%;
    box-sizing: border-box;
    padding-right: 15px;
}
.checkout-page .select-button {
    padding: 0;
    width: 30%;
}
.checkout-page .address-box {
    font-size: 16px;
    line-height: 1.8;
    min-height: inherit;
    text-align: left;
}
.checkout-page .address-box .name {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.checkout-page .address-box label {
    min-width:200px;
    margin-right:30px;
    float:left;
    font-weight:600;
}
.checkout-page .address-box span {
    overflow:hidden;
    display:block;
    text-overflow: initial;
    word-break: break-all;
}
.checkout-page .address-box span i{
    font-style:normal;
    margin-left:-3px;
}
.checkout-page .address-item {
    max-width: 100%;
    width: 100%;
    float: none;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-block: 30px;
    position:relative;
}
.checkout-dots {
    width: 20px;
    height: 5px;
    background: url(../img/checkout-dots.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 4px;
    top: 40px;
    display: none;
}
.checkout-page .address-item:first-child {
    border-top: 0;
}
.checkout-page .select-button {
    text-align:right;
}

.checkout-page .select-button input {
    min-width: 242px;
    height: 60px;
    border: 1px solid #000;
    background-color: #000;
    padding: 0 20px;
    font-size: 16px;
    width:auto;
    margin-bottom:0;
}

.checkout-page .select-button input:hover {
    background-color: transparent;
    color: #000;
}
.new-billing-address,
.new-shipping-address {
    padding: 50px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04);
}
.new-billing-address:after,
.new-shipping-address:after {
    display:block;
    content:'';
    clear:both;
}
.new-billing-address .title,
.new-shipping-address .title {
    margin: 0 0 20px;
    text-align:left;
    font-size:22px;
    line-height:1.4;
    text-transform:uppercase;
}
.new-billing-address .title strong,
.new-shipping-address .title strong {
    font-weight:700;
}
.billing-address-page .checkout-data {
    padding-top: 135px;
}
.new-shipping-address h2, .new-billing-address h2 {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.new-billing-address .inputs label,
.new-shipping-address .inputs label {
    display: none;
}
.form-shipping-address {
    float: right;
    width: 42%;
}
.form-contact-address {
    float: left;
    width: 42%;
}
.checkout-page .select-wrap select {
    padding-left: 15px;
    background: #F8F8F8 url(../img/lang-arrow.png) no-repeat 98% center;
    border: 1px solid #D9D9D6 !important;
    color: #63666A !important;
    float: none;
}
.checkout-page .select-wrap {
    border: 0 !important;
    background:none !important;
}
.new-billing-address .required,
.new-shipping-address .required {
    font-size: 16px;
    color: red !important;
    /*margin-top: -28px;*/
}
.new-shipping-address .required {
    margin-top: 0;
}
.new-billing-address .inputs,
.new-shipping-address .inputs {
    max-width: 100%;
    margin-bottom: 20px;
}
/*Checkout Styles end*/
/*Checkout Payment Styles */
.section.payment-method {
    position:static;
}
.payment-method-page .order-summary-content .cart-colums.right {
    display:none;
}
.order-summary .order-summary-content .cart-headings,
.payment-method-page .order-summary-content .cart-headings.mob {
    display: none;
}
.payment-method-page .order-summary .order-summary-content {
    padding-inline:0;
    max-width:100%;
}
.payment-method-page .order-summary-content .cart-colums {
    width: 100%;
    box-shadow:none;
    padding:0;
}
.payment-method-page .checkout-data {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:stretch;
}
.payment-method-page .payment-method,
.payment-method-page .order-summary {
    width: 48%;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04);
    padding: 20px 35px 40px;
    border-radius: 5px;
}
.payment-method-page .payment-method {
    margin-right:4%;
}
.order-summary .paytext {
    text-align:left;
    font-size:18px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:20px;
}
.checkout-page .payment-addresses .address-item .address-box {
    width: 100%;
    padding-right: 0;
}
.checkout-page .payment-addresses .select-button {
    padding-top: 20px;
    width: 100%;
    text-align:center;
    display:none;
}
.checkout-page .payment-addresses .select-button input {
    width:100%;
    background-color:#00BC3A !important;
    border-color:#00BC3A;
}
.checkout-page .payment-addresses .select-button input:hover {
    border-color:#000;
    background-color:#000 !important;
    color:#fff;
}
.payment-method-page .order-summary .remove-cart-item {
    display:none;
}
.payment-method-page .order-summary .cat-mobile-item .product {
    padding-right: 0;
}
.method-list {
    margin-bottom:20px;
}
.method-list .payment-details label {
    margin-left:5px;
}
.payment-logo img {
    width: 40px;
}
.method-list li .method-name > div {
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.total-info .cart-total td.cart-total-right {
    font-size: 18px;
}
.total-info .cart-total .order-total {
    background:none;
}
.total-info .cart-total .order-total td {
    line-height: 1.4;
}
.payment-method-page .buttons {
    padding-top:20px;
}
/*Checkout Payment Styles end*/

/*Order Confirmed Styles*/
.order-completed-page .page-title {
    top:50px;
}
.order-completed-page .checkout-data {
    padding-top: 120px;
}
.order-overview,
.order-completed {
    position: relative;
    margin-bottom: 15px;
    padding: 50px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04);
    border-radius: 5px;
    background-color: #fff;
}
.order-completed .proceed-txt {
    display:block;
    color:#00BC3A;
    font-size:24px;
    font-weight:800;
    line-height:1.4;
    text-transform:uppercase;
    margin-bottom:7px;
}
.order-error {
    margin-bottom:50px;
}
.order-completed.order-error .proceed-txt {
    color: #FF0000;
    padding-block: 10px;
}
.order-error .buttons .box {
    margin-block: 28px;
}
.order-error .buttons .button-1 {
    background-color: transparent !important;
    color: #000 !important;
    border:0;
    font-size:16px;
    font-weight:700;
    padding:0;
    text-decoration:underline;
}
.order-error .buttons .button-1:hover {
    text-decoration:none;
}
.order-completed .check-email {
    display: block;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.order-completed .iconbox {
    max-width:110px;
    height:110px;
    margin:0 auto 20px;
}
.order-completed .check-email:hover {
    text-decoration: none;
}
.customer-order-status {
    text-align:center;
    position:relative;
    padding-bottom:40px;
}
.customer-order-status h2{
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 800;
}
.order-step-nav {
    font-size:18px;
    font-weight:600;
    line-height:1.5;
    text-transform:capitalize;
    max-width:800px;
    margin:0 auto;
    z-index:1;
    position:relative;
}
.order-step-nav:before{
    position:absolute;
    content:'';
    z-index:-1;
    left:100px;
    right:100px;
    top:26px;
    height:1px;
    background-color:#000;
}
.order-step-nav li{
    display:inline-block;
    vertical-align:top;
    margin:0 20px 10px;
    text-align:center;
    min-width:155px;
    position:relative;
}
.order-step-nav li .counts{
    display:block;
    width:48px;
    height:48px;
    border:2px solid #000;
    line-height:44px;
    text-align:center;
    border-radius:100%;
    margin:0 auto;
    background-color:#fff;
}
.order-step-nav li strong{
    display:block;
    padding-top:10px;
}
.order-step-nav li.active .counts{
    border-color:#00BC3A;
    background:#fff url(../img/order-check.png) no-repeat center;
    font-size:0;
}
.order-step-nav li.active strong{
    color:#00BC3A;
}
.order-overview .orders-frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 15px;
}
.order-overview .orderdetail{
    margin-inline:2%;
    width:14%;
}
.order-overview .orderdetail.order-deliveryaddress{
    width:30%;
}
.order-overview .orderdetail strong{
    display:block;
    font-size:20px;
    margin-bottom:5px;
    text-transform:capitalize;
}
.completed-product .cart-colums {
    width:100%;
    margin-bottom:15px;
    padding-block:40px;
}
.completed-product .cat-mobile-item {
    padding-block:0;
}
.completed-product .cat-mobile-item .product {
    padding-right: 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight:300;
}
.completed-product .cat-mobile-item .product .subtotal{
    text-align: right;
}
.completed-product .cat-mobile-item .product .product-subtotal {
    font-size:18px;
}
.order-completed-totals .cart-total td.cart-total-left {
    padding-left: 0;
}
.order-completed-totals .cart-total td.cart-total-right {
    padding-right: 0;
}
.order-completed-totals .total-info {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 50px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04);
    border-radius: 5px;
    background-color: #fff;
}
.order-completed-totals .buttons {
    text-align:right;
    display:none;
}
.order-completed-totals .buttons .re-order-button{
    width:auto;
    min-width:250px;
    margin-bottom:0;
}
.order-completed-page .section.options {
    margin-bottom: 0;
}
.order-completed-page .cart-total td {
    font-weight: 500;
}
.order-completed-page .cart-total .order-total-before td {
    font-weight: 700;
}
.order-completed-totals {
    margin-bottom:10px;
}

.select-shipping-address .min-amount-warning {
    font-size:13px;
    font-weight:400;
    text-transform:none;
}
/*Order Confirmed Styles End*/
@media all and (min-width: 768px) {
    .payment-method-page .payments-headings, .select-shipping-address .title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}
@media all and (min-width: 1024px) {
    .cart-colums.right {
        float:right;
    }
    .cart-colums.left {
        float: left;
    }
}
@media all and (min-width: 1366px) {
    .payment-method-page .payment-method, .payment-method-page .order-summary {
        padding-inline:50px;
    }
    .payment-method-page .payments-headings, .select-shipping-address .title {
        margin-inline: -50px;
        padding-inline: 50px;
    }
    .cart-colums {
        padding: 50px;
    }
    .cart-colums.left {
        padding-block:0;
    }
    .cat-mobile-item {
        margin-inline: -50px;
        padding: 50px;
    }
    .cat-mobile-item .product-picture {
        width: 145px;
        max-height: 198px;
    }
    .cat-mobile-item .product-picture img {
        max-height: 198px;
    }
}
@media all and (max-width: 1300px) {
    .html-order-details-page .order-step-nav li {
        margin-inline: 12px;
        min-width: 120px;
    }
    .html-order-details-page .order-step-nav {
        font-size: 15px;
    }
    .html-order-details-page .order-overview {
        padding: 30px;
    }
    .html-order-details-page .order-overview .orderdetail {
        width: 21%;
    }
    .html-order-details-page .order-overview .orders-frame {
        font-size: 15px;
    }
    .html-order-details-page .order-overview .orderdetail strong {
        font-size: 16px;
    }
}
@media all and (max-width: 1023px) {
    .html-order-details-page .side-2{
		display:none;
	}
	.html-order-details-page .center-side-wrapper .center-2 {
		width: 100%;
		padding-left: 0;
	}
	.html-order-details-page .center-side-wrapper{
		padding-top: 0;
	}
	.html-order-details-page .account-page.order-completed-page {
		padding-top: 30px;
	}
	.html-order-details-page .order-overview .orderdetail {
		width: 15%;
	}
    .order-step-nav {
        font-size: 14px;
        max-width: 680px;
    }
    .order-step-nav li {
        margin-inline:10px;
        min-width: 130px;
    }
    .order-overview, .order-completed {
        padding: 35px;
    }
    .order-overview .orders-frame{
        font-size: 15px;
    }
    .order-overview .orderdetail strong {
        font-size: 17px;
    }
    .order-overview .orderdetail {
        width: 17%;
    }
    .order-overview .orderdetail.order-deliveryaddress {
        width: 32%;
    }
    .customer-order-status {
        padding-top:10px;
        padding-bottom: 30px;
    }




    .payment-method-page .payment-method, .payment-method-page .order-summary {
        width: 100%;
        margin-bottom: 30px;
        margin-right:0;
    }
    .checkout-page.payment-method-page .address-item {
        padding-bottom: 0;
    }

    .select-shipping-address {
        padding: 30px 30px 20px;
    }
    .payment-method-page .payments-headings,
    .select-shipping-address .title {
        font-size: 18px;
        margin-inline: -30px;
        padding: 0 30px 20px;
        margin-bottom:0;
    }
    .checkout-page .address-item {
        padding-block: 28px;
    }
    .checkout-page .address-box .name {
        font-size: 16px;
    }
    .checkout-page .address-box {
        font-size: 14px;
    }
    .checkout-page .select-button input {
        min-width: 200px;
        height: 50px;
        padding-inline:15px;
        font-size: 14px;
    }
    .checkout-page .address-box label {
        min-width: 180px;
        margin-right: 20px;
    }
    .select-shipping-address {
        margin-bottom: 35px;
    }
    .new-billing-address .title,
    .new-shipping-address .title {
        font-size: 20px;
    }


    .new-billing-address, .new-shipping-address {
        padding: 30px;
        margin-bottom: 20px;
    }
    .form-shipping-address,
    .form-contact-address {
        width: 45%;
    }


	.order-summary-content {
		padding-block: 20px;
	}
	.shopping-cart-page form {
		margin-block: 0;
	}
	.cart-colums {
		width: 100%;
		margin-bottom: 20px;
	}
    .cart-headings {
        padding-block: 40px 10px;
    }
	.cart-headings.mob {
		display: block;
        padding-top:10px;
	}
	.cart-headings h2, .cart-headings h1 {
		margin-bottom: 10px;
	}
	.cart-headings .cart-head {
		width: 100%;
	}
	.cart-headings .cart-head.desk {
		display:none;
	}
}
@media all and (max-width:767px) {
    .select-shipping-address .min-amount-warning {
        display:block;
        padding-top:3px;
    }
    .checkout-page .address-item {
        padding-block: 20px;
    }
    .order-error {margin-bottom: 20px;}
    .order-error .buttons .button-1{font-size:14px;}
    .order-completed.order-error .proceed-txt {
        padding-block: 0;
    }
    .order-error .buttons .box {
        margin-block: 20px;
    }
    .order-completed-page .checkout-data {
        padding-top: 75px;
    }
    .order-overview, .order-completed {
        padding: 20px;
    }
    .order-completed .iconbox {
        max-width: 60px;
        height: 60px;
        margin-block: 20px;
    }
    .order-completed .proceed-txt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .order-completed .check-email {
        font-size: 13px;
        margin-bottom: 25px;
    }
    .customer-order-status {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .customer-order-status h2 {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .order-step-nav {
        font-size: 12px;
        max-width: 330px;
        margin-inline: -30px;
        display:inline-block;
    }
    .order-step-nav:before {
        left: 40px;
        right: 40px;
        top: 16px;
        height: 2px;
    }
    .order-step-nav li strong {
        max-width: 70px;
        margin:0 auto;
    }
    .order-step-nav li .counts {
        width: 30px;
        height: 30px;
        line-height: 26px;
    }
    .order-step-nav li {
        margin-inline: 7px;
        min-width: inherit;
    }
    .order-step-nav li.active .counts {
        background-size: 13px;
    }
    .order-overview .orderdetail {
        width: 100%;
        margin: 10px 0 20px;
        text-align: center;
    }
    .order-overview .orderdetail strong {
        font-size: 18px;
    }
    .order-overview .orders-frame {
        font-size: 14px;
        margin-bottom:0;
    }
    .order-overview .orderdetail.order-deliveryaddress {
        width: 100%;
    }
    .completed-product .cat-mobile-item .product {
        font-size: 12px;
        font-weight: 300;
    }
    .completed-product .cat-mobile-item .product .product-subtotal {
        font-size: 12px;
    }
    .completed-product .cat-mobile-item .product .subtotal {
        text-align: left;
    }
    .completed-product {
        box-shadow: 0 6px 25px rgba(0,0,0,0.04);
    }
    .completed-product .cart-colums {
        box-shadow: none;
        margin-bottom: 0;
        position: relative;
        padding-block: 20px;
    }
    .completed-product .cart-colums{
        border-top:1px solid #D9D9D6;
    }
    .completed-product .cart-colums:first-child{
        border-top:0;
    }
    .order-completed-totals .total-info {
        margin-bottom: 15px;
        padding: 20px;
        box-shadow: 0 18px 25px rgba(0,0,0,0.04);
        position: relative;
        z-index: 99;
    }


    .payment-method-page .payment-method, .payment-method-page .order-summary {
        padding: 17px 15px 30px;
    }
    .payment-method-page .order-summary {
        padding-bottom:20px;
    }
    .payment-method-page .buttons {
        padding-top: 10px;
    }
    .order-summary-content {
        padding-block: 0;
    }
    .order-summary .paytext {
        font-size: 16px;
    }

    .new-shipping-address h2,
    .new-billing-address h2 {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .checkout-page .address-item .address-box {
        width: 100%;
        padding-right: 0;
        flex: 100%;
    }
    .checkout-page .select-button {
        width: 100%;
        text-align: left;
        padding-top:15px;
    }
    .checkout-page .select-button input {
        min-width: inherit;
        height: 40px;
        font-size: 12px;
        width: 100%;
    }
    .checkout-page .address-box {
        font-size: 12px;
    }
    .checkout-page .address-box label {
        min-width: 130px;
        margin-right: 10px;
    }
    .checkout-page .address-box span {
        margin-bottom: 5px;
    }
    .select-shipping-address {
        padding: 2px 20px 10px;
    }
    .payment-method-page .payments-headings,
    .select-shipping-address .title {
        font-size: 14px;
        margin-inline: -15px;
        padding: 0 15px 12px;
    }
    .checkout-page .address-box .name {
        font-size: 14px;
    }
    .new-billing-address .title, .new-shipping-address .title {
        font-size: 16px;
        margin-bottom: 15px;
        padding-top:5px;
    }


    .order-progress{
        display:none;
    }
    .checkout-page .page-title {
        top: 27px;
    }
    .checkout-data,
    .billing-address-page .checkout-data {
        padding-top: 80px;
    }
    .form-shipping-address, .form-contact-address {
        width: 100%;
        float:none;
    }
    .new-billing-address, .new-shipping-address {
        padding: 20px;
    }
    .new-billing-address .required, .new-shipping-address .required {
        font-size: 14px;
    }
    .checkout-page .page-title h1 {
        font-size: 18px !important;
    }


    .terms-of-service {
        font-size: 12px;
    }
	.shopping-cart-page .button-1, .checkout-page .button-1, .shopping-cart-page .button-2, .checkout-page .button-2 {
		height: 40px;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.cart-footer .total-info {
		padding-top: 25px;
	}
    .total-info .cart-total td.cart-total-right, .cart-total td {
        font-size: 14px;
    }
	.cart-total td {
		padding-block: 4px;
	}
	.shopping-cart-page .cart-total .discount-total td.cart-total-left label {
		padding-right: 22px;
	}
	.shopping-cart-page .cart-total .discount-total td.cart-total-left label:after {
		width: 14px;
		height: 14px;
	}
	.shopping-cart-page .cart-total td.cart-total-left {
		font-size: 12px;
	}
	.remove-discount-button, .remove-gift-card-button {
		width: 12px;
		height: 12px;
		margin-top: 5px;
	}
	.cart-total td.cart-total-right {
		font-size: 12px;
	}
	.cart-collaterals .coupon-code input[type="text"],
	.cart-collaterals .coupon-code input[type="email"],
	.cart-collaterals .coupon-code input[type="tel"] {
		height: 40px;
		border-radius: 5px;
		font-size: 12px;
	}
	.cart-collaterals .coupon-code input[type="submit"] {
		height: 40px;
		border-radius: 5px;
		font-size: 12px;
	}
	.cart-collaterals .hint {
		font-size: 14px;
	}
	.cart-headings h2, .cart-headings h1 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.cat-mobile-item .product .product-subtotal {
		font-size: 12px;
	}
	.cart-colums.left {
		padding-block: 0;
	}
	.cart-mobile .attributes {
		font-size: 14px;
	}
	.cat-mobile-item .product .product-name {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.cat-mobile-item .product {
		padding-right: 29px;
	}
	.remove-cart-item {
		width: 20px;
		height: 20px;
		top: 2px;
	}
	.cat-mobile-item .product-picture {
		margin-right: 17px;
		width: 95px;
		max-height: 130px;
	}
	.cat-mobile-item .product-picture img {
		max-height: 130px;
	}
	.cat-mobile-item {
		padding-block: 18px;
		margin-inline: -15px;
		padding-inline: 15px;
	}
	.cart-colums {
		padding: 25px 15px;
	}
    .cart-colums.right {
        padding-bottom: 35px;
    }
    .html-order-details-page .order-step-nav li {
        margin-inline: 7px;
        min-width: inherit;
    }
    .html-order-details-page .order-step-nav {
        font-size: 12px;
    }
    .html-order-details-page .account-page.order-completed-page {
        padding-top: 70px;
    }
    .html-order-details-page .order-overview .orderdetail {
        width: 100%;
    }
    .html-order-details-page .order-overview .orderdetail strong {
        font-size: 18px;
    }
}