body{

        word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
}
/** Right Side**/
.card-shipping-form {
    padding-top: 4rem;
    padding-right: 6%;
    width: 100%;
}
.card-shipping-form .logo{
    width:100%;
    text-align: center;
}
.card-shipping-form .logo a{
    display: inline-block;
margin:0px auto;
}
.bradcrum{
    width:100%;
}
.bradcrum ul{
    list-style: none;
    display: flex;
    margin-top: 1em;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.bradcrum ul li{
        display: inline-flex;
        align-items: center;
    font-size: 0.85714em;
    color: #737373;
}
.bradcrum ul li i {
    width: 9px !important;
    height: 10px;
    margin: 5px;
    position: relative;
    top: 2px;
}
.bradcrum ul li.current{
    font-weight:500;
    color: #333333
}
.expresscheckout {
    border: 1px #e6e6e6 solid;
    margin-top: 2em;
    display: block;
    padding: 1.42857em;
    border-radius: 5px;
    position: relative;
}
.expresscheckout h2 {
    color: #333333;
    font-size: 1em;
    margin: 0px;
    background: #fff;
    position: absolute;
    font-weight: 600;
    top: -12px;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0px 10px;
}
.expresscheckout ul{
    list-style: none;
    padding: 0px;
    display: flex;
    margin: 0px;
    justify-content: space-between;
}
.expresscheckout ul li{
    width: calc(50% - 10px);
}
.expresscheckout ul li a{
    display: block;
}
.expresscheckout ul li a img{
    width: 100%;
}
.option-pay{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.85714em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #737373;
    margin-top: 2.5em;
    margin-bottom: 2em;
}
.option-pay span{
    display: inline-block;
    padding: 0 1em;
}
.option-pay::after, .option-pay::before {
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #e6e6e6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.section-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
	margin-top:0; 
}
.cust_username{
	margin-top:4em;
}	

h2.title-label {
   
    font-size: 1.28571em;
    font-weight: normal;
    line-height: 1.3em;
    color: #333333;
}
.section-title label{
    font-size: 14px;
}
.section-title label a{
    color: #1990c6;
    font-size: 14px;
    font-weight: normal;
}
.form-group .form-control.error{
    border:1px solid #ff0000;
}
.address-form .form-group label{
    position: absolute;
    pointer-events: none;
    left: 30px;
    font-size: 14px;
    transition: all .3s ease-in-out;
    top:14px;
    left: 15px
}
.address-form .form-group  .input-group-text{
    background: #fff;
    border-right: 0px;
}
.address-form .form-group .input-group .form-control{
    border-left: 0px;
    border-right: 0px;
}
.address-form .form-group .input-group label{
    left: 45px;
}
.address-form .form-group .input-group label + .input-group-prepend {
    background: #fff;
    border:1px solid #ced4da;
    border-left: 0px;
    border-right-width: 1px;
}
.address-form .form-group .input-group label + .input-group-prepend button{
    border:0px;
    padding: 0px 20px 0px 10px
}
.address-form .form-group .input-group label + .input-group-prepend button:before{
    position: absolute;
    content: '';
    height: 30px;
    width: 1px;
    background: #ced4da;
    left: 0px;
    top:10px;
}
.address-form .form-group .input-group-prepend{
    border-right: 0px;
}

.address-form .form-group .form-control{
    height: 50px !important;
padding-top:10px;
padding-bottom:0px;
}
.address-form .form-group .form-control:focus{
border-color:#ff763a;
box-shadow: 0 0 0 1px rgb(255, 118, 58);
}
.address-form .form-group .form-control.valid + label,
.address-form .form-group .form-control.valid + label + label,
.address-form .form-group .form-control.txt_focus + label,
.address-form .form-group .form-control.txt_focus + label + label,
.address-form .form-group .form-control.error + label,
.address-form .form-group .form-control.error + label + label {
    top: 1px;
    font-size: 12px;
    font-weight: 500;
    left: 15px;
}
.address-form .form-group label.error{display:none !important}
.address-form .form-group .form-control.error + label + label{color:red;}
span.payment-cards {
    display: inline-flex;
    width: 320px;
    justify-content: space-between;
}

.btn-blue{
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    background-color: #ff8942;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    height: 60px;
    padding: 1.4em 1.7em;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
width:180px;
margin-bottom:10px;
}
.btn-blue[disabled] {
    background: #afafaf;
    cursor: not-allowed;
}
.info-input {
    position: relative;
}
.info-input input{
    padding-right: 40px;
}
.info-input label{
    left: 15px !important;
}
.info-input i{
    position: absolute;
    top:14px;
    right: 15px;
    color: #919191;
    cursor: pointer;
}
.checkdetails{
    width:100%;
    text-align: center;
}
.checkdetails p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
}
.copyright {
    padding: 1em 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 4em;
}
.copyright p{
        font-size: 0.85714em;
    color: #737373;
    margin: 0px;
}
.checkbox-custom label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
}
.checkbox-custom input{
    display: none;
}
.checkbox-custom label:before {
    content: '';
    width:18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top:2px;
    border-radius: 4px;
    border:1px solid #d9d9d9;
}
.checkbox-custom input:checked + label:before{
    box-shadow: 0 0 0 10px #1990c6 inset;
    background: #1990c6;
}
.checkbox-custom label:after{
        content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    color: #fff;
    transform: scale(0);
    transition: all .3s ease-in-out;
}
.checkbox-custom input:checked + label:after{
    transform: scale(1);
}
.order-summery{
    min-width: 100px;
    overflow: hidden;
    position: relative;
}
.order-summery:after{
        content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: background-color 0.3s cubic-bezier(0.3, 0, 0, 1);
    transition: background-color 0.3s cubic-bezier(0.3, 0, 0, 1);
    width: 100%;
    z-index: 4;
    background-color: rgba(175,175,175,0.34);
    bottom: 0;
}
.order-summery table{
        margin-top: 0.75em;
    margin-bottom: 1.5em;
}
.cart-container{
    overflow-x: hidden;
    width:100%;
}
.sidebar:after{
    content: '';
    width:300%;
    position: absolute;
    left: 0px;
    top:0px;
    height: 100%;
    background: #fafafa;
    z-index: -1;
    box-shadow: 1px 0 0 #e1e1e1 inset;
    background-position: left top;
}
.order-card-history td,.order-card-history th {
    padding-left: 1em;
}
.product-table td {
    border-color: #fad9d9;
}

.product:first-child td {
    padding-top: 0;
    padding-left: 0px;
}
.order-card-history th, .order-card-history td {
    padding-top: 0;
    padding-bottom: 0;
}
.order-card-history td:last-child, .order-card-history th:last-child {
    text-align: right;
}
.order-card-history table{
    width: 100%;
}
.product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0,0,0,0.1) solid;
    z-index: 2;
}
.order-contact-info{
    margin-top: 2em;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 4px;
    color: #545454;
    border-color: #d9d9d9;
    padding: 1.14286em 0.85714em;
}
.review-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.review-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
}
.review-block__label {
    color: #737373;
    padding-right: 1.14286em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5em;
    -ms-flex: 0 1 5em;
    flex: 0 1 5em;
}
.payment-option-section {
    padding-top: 3em;
    position: relative;
}
.section__header {
    margin-bottom: 1.5em;
    position: relative;
}
.section__title {
    color: #333333;
        
    font-size: 1.28571em;
    line-height: 1.3em;
    font-weight: normal;
}
.section__text {
    margin-top: 0.25em;
    margin-bottom: 0px;
    font-size: 14px;
}
.review-block__content {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    color: #333333;
    padding-right: 1.14286em;
}
.review-block__content address{
    margin: 0px;
        font-style: normal;
        font-size: 14px;
}
.review-block__link {
    max-width: 10em;
    font-size: 0.85714em;
}
.review-block__link a,
.review-block__link .link {
    text-decoration: none;
    color: #1990c6;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.review-block~.review-block {
    margin-top: 0.85714em;
    padding-top: 0.85714em;
    border-top: 1px solid #e6e6e6;
}
.section__body {
    border: 1px solid #d9d9d9;
    background: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    color: #545454;
    overflow: hidden;
}
.section__body .card {
    border:0px;
}
.section__body .card-header {
    padding: 0px;
    border: 0px;
    background: #fff;
}
.section__body .card-header h5{
    margin: 0px;
    padding: 0px;
}
.section__body .card-header h5 button{
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1.14286em;
    position: relative;
    line-height: 1.3em;
    font-size: 14px;
    color:#333333;
    font-weight: 600;
    text-decoration: none;
    padding-left: 45px;
}
.section__body .card-header h5 button:after {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    content: '';
    position: absolute;
    border: 1px solid #d9d9d9;
    left: 1.14286em;
    background: #1990c6;
    box-shadow: 0 0 0 10px #1990c6 inset
}
.section__body .card-header h5 button:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: calc(1.14286em + 7px);
    top: 23px;
    z-index: 1;
}
.remember-section .card-header h5 button:after {
    border-radius: 4px;
}
.remember-section .card-header h5 button:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 15px;
    color: #fff;
    transform: scale(1);
    left: calc(1.14286em + 9px);
    transition: all .3s ease-in-out;
    width: auto;
    height: auto;
    background: none;
}
.section__body .card-header h5 button.collapsed:after{
    background: #fff;
    box-shadow: none;
}
.buttons-back-next{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1em;
}
.buttons-back-next .btn-blue{
    margin: 10px 0;
}
.section__body .card-body{
    border-top:1px solid #d9d9d9;
    background: #fafafa;
}
.section__body .card~.card .card-header {
    border-top:1px solid #d9d9d9;
}
.product-thumbnail__quantity {
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: #ff8338;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.sidebar .order-summary__emphasis {
    color: #323232;
        font-size: 16px;
        font-weight: 500;
}
.product__description__name {
    width: 1em;
    min-width: 100%;
}
.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product-table__header th {
    white-space: nowrap;
    font-weight: 500;
    color: #333333;
}
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.product__price{
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;

}

.order-discount{
        padding-top: 1.5em;
    padding-bottom: 1.5em;
    width: 100%;
display:none;
}
.order-discount form{
    width: 100%;
        margin: -0.42857em;
    zoom: 1;
}
.order-discount .discount-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
        width: 100%;
    padding: 0.42857em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control{
        border: 1px transparent solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    line-height: inherit;
    background-color: white;
    color: #333333;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: #d5d5d5;
    height: 45px;
}
.order-discount .discount-form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.order-discount .discount-form .apply-button{
    width: auto;
    margin-left: 0.85714em;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    background-color: #1990c6;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    height: 45px;
    padding: 1.4em 1.7em;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;width: auto;
}
.order-discount .discount-form .apply-button .btn-disabled {
    cursor: default;
    background: #c8c8c8;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.order-payment-history{
    border-top: 0px solid rgba(175,175,175,0.34);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.order-payment-history table{
    font-size: 14px;
    font-weight: normal;
}
.order-payment-history table th,
.order-payment-history table td{
    font-weight: normal;
}
.total-line th, .total-line td {
    padding-top: 0.75em;
}
.order-summary__small-text {
    font-size: 0.85714em;
}
.order-summary__small-text {
    color: #717171;
}
.order-payment-history table .total-line-table__footer .total-line:first-child th,
.order-payment-history table .total-line-table__footer .total-line:first-child td{
        padding-top: 3em;
    position: relative;
}
.order-payment-history table .total-line-table__footer .total-line:first-child td:before,
.order-payment-history table .total-line-table__footer .total-line:first-child th:before{
    content: '';
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(175,175,175,0.34);
}
.payment-due__price {
    font-size: 1.71429em;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1em;
    color: #323232;
}
@media (min-width: 1000px){
.order-summary__sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 8em);
    width: 100%;
}
.anyflexbox .content .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.sidebar{
    padding-top: 4em;
    padding-left: 4%;
    }
}
a.continue {
    cursor: pointer;
    display: inline-block;
    background-color: #ff680d;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 0em 1.7em;
    height: 50px;
    text-align: center;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    line-height: 50px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    width: 180px;
text-decoration:none;
}
span.payment-due__currency.remove-while-loading {
    font-size: 0.85714em;
    vertical-align: 0.2em;
    margin-right: 0.5em;
}
.card-section .address-form{
padding:15px;
border:1px solid #d9d9d9;
background:#fafafa;
margin-bottom:50px;}
.card-section .section-title{
border-top-left-radius:4px;
border-top-right-radius:4px;
margin-bottom:0px;
display:flex;
align-items:center;
border-bottom:0px;
padding:15px;
border:1px solid #d9d9d9;
}
.card-section .section-title h2{
margin-bottom:0px;
font-size:18px;
font-weight:500;}