.singleAddressRow.defaultAddress {
    border: 1.5px solid var(--main-brown-color);
box-sizing: border-box;
box-shadow: 0px 2px 14px rgba(190, 32, 46, 0.1);
border-radius: 10px;
}
.singleAddressRow {
    border: 1.5px solid #D8D8D8;
box-sizing: border-box;
border-radius: 10px;
}
.shippingMethods {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 32px 24px;
}
.shippingMethods h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: var(--main-brown-color);
    margin-bottom: 22px;
}
.shippingMethods>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shippingMethods>div span {
    font-weight: normal;
font-size: 18px;
line-height: 20px;
color: #000000
}
.singleAddressRow button {
    border: none;
    background: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #878787;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}
.shippingWrapper .col.md-8>h1 {
    font-weight: 600;
font-size: 30px;
line-height: 32px;
}
.singleAddressRow {
    padding: 32px;
    margin: 20px 0;
}
.singleAddressRow>div:last-child {
    text-align: end;
}
.shippingSummary>.personal-info_wrapper {
    margin: 0;
    margin-top: 72px;
    padding: 12px;
}
.singleAddressRow p {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.singleAddressRow span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
.summaryCartProduct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.summaryCartDiscription {
    max-width: 146px;
    margin-left: 8px;
    font-weight: normal;
font-size: 12px;
}
.summaryCartPrice {
    line-height: 16px;
    color: var(--main-brown-color);
    margin: 0 6px;
    white-space: nowrap;
}
.subTotal,
.summaryShipping,
.orderTotal {
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 12px 0;
}
.summaryCartNumber {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    width: 100%;
    height: 56px;
    background: rgba(190, 32, 46, 0.15);
    border-radius: 5px;
    position: relative;
    z-index: 99;
    margin: 8px 0;
}
.summaryCartNumber p {
    margin-bottom: 0;
}
.summaryCartDiscription p {
    margin-bottom: 0;
}
.addNewAddress>button {
  border: 0;
  background: none;
  font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #878787;
    margin-bottom: 20px;
}
.addNewAddress {
    text-align: end;
}
.cashOnDelivery {
    border: 1.5px solid var(--main-brown-color);
    box-sizing: border-box;
    border-radius: 10px;
    background: #F5DEE0;
    margin: 28px 0 72px 0;
}
.cashOnDelivery p {
    padding: 8px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
}
.continue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 309px;
    height: 64px;
    margin-left: auto;
    background: var(--main-brown-color);
    border-radius: 5px;
    color: var( --main-white-color);
    font-size: 18px;
    text-decoration: none;
   
}
fieldset {
    position: relative;
}
.previous.btn.btn-default {
    position: absolute;
    top: 200px;
    left: 1%;
    margin: 0 !important;
}
.next.btn.btn-info,
.previous.btn.btn-default,
.submit.btn.btn-success {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 282px;
    height: 64px;
    background: var(--main-brown-color);
    border-radius: 5px;
    color: var( --main-white-color);
    font-size: 18px;
    text-decoration: none;
    border: none;
    margin-top: 52px;
}
#regiration_form {
    padding: 42px 70px;
}
.cart>h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 82px;
}
.cartImage-item>p,
.cartPrice>p {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    top: -32px;
}
.cartProduct {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 2px 14px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 32px;
}
.cartPrice>p {
    width: 200px;
    text-align: center;
}
.cartImage-item {
    width: 60%;
}
.cartImage-item>div {
    display: flex;

}
.cartImage-item>div p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    padding: 12px;
}
.cartInnerPrice>p {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin: 14px auto 22px auto;
    text-align: center;
}
.cartSubTotal {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.cartInner {
    display: flex;
    align-items: center;
}
.cartDelete>button {
    border: none;
    background: none;
    margin-left: 42px;
}
.redirectHome a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 248px;
    height: 48px;
    background: var(--main-brown-color);
    border-radius: 5px;
    color: var( --main-white-color);
    font-size: 18px;
}
.cartSummary .personal-info_wrapper {
    margin:0;
    padding: 8px;
}
.ProductQty-input {
    margin-bottom: 18px;
}
.estimatedShipping,
.applyDiscount {
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin: 12px 0;
    padding-bottom: 0;
    width: 100%;
    height: 56px;
    background: rgba(190, 32, 46, 0.15);
    border-radius: 5px;
}
.shippingDetail {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 16px;
    margin: 12px 0;
}
.shippingDetail h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: var(--main-brown-color);
}
.shippingDetail p {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
}
.summarySubtotal>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}
.summarySubtotal>div:first-child h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}
.summarySubtotal>div:first-child span {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}
.summarySubtotal>div:nth-child(2) {
    border-bottom: 1px solid var(--main-brown-color);
}
.discountCode-input form {
    width: 100%;
}
.summarySubtotal>div:nth-child(2) p {
  width: 70%;
  font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    margin-top: 24px;
}
.summarySubtotal>div:nth-child(2) span {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
  }
.orderTotal h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}  
.orderTotal span {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: var(--main-brown-color);
}  
.summarySubtotal>p {
    margin-bottom: 0;
}
.discountCode-input button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 157px;
    height: 50px;
    background: #2EAFF6;
    border-radius: 5px;
    border: 0;
    color: var( --main-white-color);
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}
.ProductQty-input input {
    padding: 0 !important;
}
.summaryShipping>span:first-child {
    max-width: 72%;
    font-weight: 300 !important;
}
.shippingSummary .floating-text {
    left: 6px;
}
.shipTo,
.methodDescription {
    font-size: 18px;
    z-index: 9;
    padding: 12px 0;
    padding-bottom: 0;
    line-height: 24px;
    font-weight: 400;
}
.checkoutForm-wrapper>h2,
.shippingWrapper .col-md-8>h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.addNewAddress>.modal label {
    width: 100%;
    text-align: start;
}
.js-example-basic-single {
    padding: 22px;
    color: rgba(0,0,0,.6);
    letter-spacing: .8px;
    -webkit-appearance: none;
    width: 50%;
    height: 64px;
    border: none;
    background: #F3F3F3;
    border-radius: 5px;
}