﻿.address-title-section {
    position: relative;
}
.address-title-section:after{
    content: '';
    width: 210px;
    height: 2px;
    background: #ED6B3B;
    bottom: -18px;
    left: 10px;
    position: absolute;
    margin: auto;
}
.order-title-section{
    position: relative;
}
.order-title-section:after {
    content: '';
    width: 180px;
    height: 2px;
    background: #ED6B3B;
    bottom: -18px;
    left: 15px;
    position: absolute;
    margin: auto;
}
.review-title-section {
    position: relative;
}
.review-title-section:after {
    content: '';
    width: 200px;
    height: 2px;
    background: #ED6B3B;
    bottom: -19px;
    left: 12px;
    position: absolute;
    margin: auto;
}
@media (max-width:476px){
    #name{
        margin-left:16px;
    }
    #useaddr{
        margin-top:10px;
    }
    #useaddrBtn{
        position:relative;
        top:0px;
    }
}
@media (max-width:800px){
    .linkWrapper a {
        font-size:10px;
    }
           
}
@media (max-width:282px){
    #icons-d-e {
        position: relative !important;
        left: -22px !important;
    }
}
.short-description {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 79%;
    font-size: 15px;
}
.calculate-shipping-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 576px) {
    .calculate-shipping-wrapper {
        flex-direction: column;
    }
    .checkout-custom-variations {
        max-height: 110px;
        width: 180px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.checkout-custom-variations {
 /*   max-height: 110px;
    width: 180px;
    overflow-y: auto;
    overflow-x: hidden;*/
}
.checkout-section-step-title {
    display: none;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #006DB6;
    text-transform: uppercase;
}
.payment-fail-payment-id-title {
    color: black;
    font-size: 16px;
    font-weight: normal;
    /*margin-left: 3px;*/
}
.payment-fail-payment-id-text {
    font-weight: bold;
}
@media screen and (max-width: 576px) {
    .checkout-section-step-title {
        display: block;
    }
}

@media screen and (max-width: 375px) {
    .payment-fail-payment-id-title {
        /*margin-left: 19px;*/
    }
}

.custom-dotted-after::after {
    height: 1000vh;
    background: none !important;
    border: 1px dashed #43556B;
    opacity: 50%;
}
.custom-dotted-before::before {
    height: 1000vh;
    background: none !important;
    border: 1px dashed #43556B;
    opacity: 50%;
}