#my-cart {
    padding: 60px 0;
    background-color: #f6f6f6;
}

#choose_salon {
    padding-top: 20px;
}

#product_detail {
    padding-top: 50px;
}

.main-page-heading2 {
    text-align: center;
    margin-bottom: 30px;
    /* padding-top: 50px; */
}

.main-page-heading2 h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 10px;
}

.main-page-heading2 h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #242424;
    margin-bottom: 10px;
}

.main-page-heading2 p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #555555;
    max-width: 800px;
    margin: 0 auto;
}

.resend-txt {
    margin: 30px 0 0;
    font-size: 15px;
    color: #666;
}

.change-sal-link-c {
    color: #0e91e3 !important;
    text-decoration: underline !important;
    cursor: pointer;
    display: inline-block;
}

.resend-btn {
    background: transparent;
    color: #000;
    font-weight: 600;
    border: 0;
    font-size: 15px;
    padding: 5px;
    margin-top: -8px;
    padding-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.resend-btn:hover {
    background-color: transparent;
    color: #000 !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid transparent;
}

.main-page-heading2 img {
    margin-bottom: 15px;
    width: auto;
    height: 180px;
    object-fit: contain;
}

.text-details {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0.05em;
    color: #666666;
    max-width: 800px;
    margin: 0 auto;
}

.product-itm-cart {
    padding: 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid #f1f1f1;
    justify-content: space-evenly;
    /* margin-bottom: 24px; */
}

.pro-img {
    height: 50px;
    object-fit: contain;
    /* background: #f2f2f2; */
    /* padding: 10px; */
    /* border: 1px solid #f2f2f2; */
    width: 60px;
}

.pro-img img {
    height: 50px;
    width: 60px;
    object-fit: contain;
    /* padding-top: 25px; */
}

.pro-img-content {
    height: 50px;
    width: 400px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-title-cart {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    /* letter-spacing: 0.02em; */
    /* text-transform: uppercase; */
    color: #242424;
    /* margin-top: 10px; */
    margin-bottom: 0px;
    line-height: 23px;
}

.product-subtitle-cart {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0.05em;
    color: #8c8c8c;
    margin-bottom: 0;
}

.cart-titles {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.cart-title-text {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 600;
    /* color: #8c8c8c; */
}

.subtotlal-main {
    background: #f5f5f5;
    padding: 30px 24px 30px 24px;
    position: sticky;
    top: 100px;
}

.checkout-line {
    width: 100%;
    height: 4px;
    margin-bottom: 20px;
    margin-top: 0px;
    background: #242424;
}

.cart-total {
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 600;
    display: flex;
    align-self: center;
    /* color: #8c8c8c; */
}

.cart-totalp {
    font-size: 13px;
    letter-spacing: 0.05em;
    /* font-weight: 600; */
    text-align: left;
    /* color: #8c8c8c; */
}

.cart-total-price {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    display: flex;
    align-self: center;
    /* color: #8c8c8c; */
}

.btn-style {
    background-color: #242424 !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-top: 25px;
    padding: 10px;
    font-family: 'content-font-bold', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #fff!important;
    border-radius: 0;
    border-color: transparent !important;
}

.btn-style i {
    font-size: 18px;
    margin-left: 7px;
}

.quantity {
    width: 102px;
    height: auto;
    /* padding-top: 20px; */
    /* margin-right: 60px; */
}

.quantity input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: none;
    text-align: center;
    width: 40px;
    font-size: 16px;
    color: #43484D;
    font-weight: 600;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity button[class*=btn] {
    width: 25px;
    height: 25px;
    background: #f5f5f5;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    padding: 0;
}

.minus-btn img {
    width: 10px;
    margin-bottom: 1px;
}

.plus-btn img {
    width: 10px;
    margin-top: 1px;
}

.quantity button:focus,
input:focus {
    outline: 0;
}

.delete-btn {
    /* position: absolute;
    left: 150px;
    top: 33px;
    z-index: 2; */
    /* position: absolute;
    left: 124px;
    top: -13px;
    z-index: 2; */
    width: 28px;
    height: 28px;
    margin-left: 15px;
}

.delete-btn img {
    width: 100%;
    height: 100%;
}

.terms {
    color: #43484D;
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
}

.terms:hover {
    color: blue!important;
    font-weight: 600;
    text-decoration: underline;
}

.non-italic {
    font-style: normal;
}

.font600 {
    font-weight: 600;
}

.please {
    font-family: 'Roboto Condensed', sans-serif!important;
}

.modal-style {
    border-width: 3px;
    border-style: double;
    border-color: #dddddd;
    padding: 20px 12px 30px 12px;
}

.thanku-text {
    font-size: 23px;
    letter-spacing: 0.05em;
    /* font-weight: 600; */
    text-align: center;
    /* font-family: 'Roboto Condensed', sans-serif; */
    color: #000000;
}

.thanku-text2 {
    font-size: 13px;
    letter-spacing: 0.05em;
    /* font-weight: 600; */
    text-align: center;
    color: #000000;
}

.input-style {
    font-size: 15px;
    background: #fff;
    color: #000000;
    border-radius: 0;
    text-align: left;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    height: 48px;
}

.select-style {
    font-size: 16px;
    background: #fff;
    color: #000000;
    border-radius: 0;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05);
    height: 50px!important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.address-detail {
    width: 100%;
    height: auto;
    border: 4px solid #000000;
}

.ad-name {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.ad-address {
    font-size: 16px;
    letter-spacing: 0.05em;
    /* font-weight: 600; */
    text-align: center;
    color: #000000;
}

.ad-phone {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.summary-detail {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    display: flex;
    align-self: center;
    /* color: #8c8c8c; */
}

.sum-title {
    text-align: left;
    padding-bottom: 20px;
    font-weight: 600;
}

.summmary-main {
    background: #f5f5f5;
    padding: 30px 24px 30px 24px;
    position: sticky;
    top: 100px;
}

.total-amount-left {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
    display: flex;
    align-self: center;
    color: #535353;
}

.text-black {
    color: #000;
}

.total-amount {
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    display: flex;
    align-self: center;
    /* color: #8c8c8c; */
}

.btn-circle {
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    position: absolute;
    z-index: 99;
}

.btn-custom {
    /* border: 1px solid #000; */
    background: #000;
    color: #fff;
    font-weight: 600;
}

.btn-custom:hover {
    /* border: 1px solid #fff; */
    background: rgb(46, 46, 46);
    /* color: #fff; */
}

.thumb-img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    border: 2px solid #f2f2f2;
}

.thumb-img img {
    object-fit: cover;
}

.main-img img {
    width: 100%;
}

.more-btn {
    width: 100%;
    height: auto;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.more-btn2 {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.table thead th {
    vertical-align: bottom;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.table td,
.table th {
    border: none;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #fff;
}

ul.breadcrumb li {
    display: -webkit-inline-box;
    font-size: 14px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

#product-image-wrap {
    display: flex;
}

.mod-btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
}

.btn {
    white-space: normal!important;
}

.footer-links-section p a:hover {
    text-decoration: underline!important;
    color: #aaa!important;
}

.footer-connect-section a:hover {
    color: #aaa!important;
}

.footer-connect-section a i:hover {
    color: #aaa!important;
    border-bottom: 1px solid;
}

.disclaimer1 {
    font-style: italic;
    font-size: 12px;
    padding: 20px 0;
}

.product-disclaimer {
    font-style: italic;
    font-size: 12px;
}

.pro-mob-img {
    width: 120px;
    height: auto;
    float: left;
}

.pro-mob-details {
    width: calc(100% - 120px);
    height: auto;
    padding-left: 10px;
    float: left;
}

.cart-titles-mob {
    height: auto;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}

.product-title-cart-mob {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    /* letter-spacing: 0.02em; */
    color: #242424;
    /* margin-top: 10px; */
    margin-bottom: 8px;
    line-height: 22px;
}

.delete-pos-mob {
    position: absolute;
    right: 0px!important;
    z-index: 2;
    bottom: 13px!important;
}

.product-mobile {
    display: none;
}

.radio-style {
    width: 111px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.compulsary {
    width: 100%;
    height: 22px;
    color: red;
    text-align: right;
    display: inline-block;
}

.form-control:focus {
    border-color: #9c9c9c;
}

.pdtitle {
    font-weight: 500;
    font-size: 24px;
    color: #242424;
}

.pdetail {
    font-family: 'content-font-bold', sans-serif !important;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #666666;
}

.pdtext {
    font-weight: 300;
    font-size: 16px;
    color: #555555;
}

.nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
    border-bottom: 2px solid #000;
}

.nav-tabs .nav-link {
    font-family: 'content-font-bold', sans-serif !important;
    border: none;
    border-bottom: 2px solid #fff;
    /* font-weight: 800; */
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
}

.nav-item a {
    transition: none;
}

.tab-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.product-disclaimer p {
    font-size: 13px;
    line-height: normal;
    font-style: italic;
    color: #999;
    margin-bottom: 20px !important;
}

.image-logo-lp {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px!important;
    height: auto;
}

.image-logo-lp2 {
    width: 200px!important;
    height: auto;
}

.form-control:focus {
    border: 1px solid #ccc;
}

.btn-share {
    background-color: transparent;
    color: #999 !important;
    border: none;
    box-shadow: none;
    font-weight: bold !important;
}

.btn-share:hover {
    background-color: transparent;
    color: #000;
}

.bg-b {
    background-color: #f1f1f1 !important;
    border-bottom: 1px solid #fff !important;
}

.border-top-1 {
    border-top: 1px solid #eee;
}

.cart-grand-label {
    /* font-family: 'content-font-bold', sans-serif !important; */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    /* padding-top: 15px !important; */
    /* padding-bottom: 15px !important; */
    padding: 10px 0.75rem !important;
    vertical-align: middle !important;
}

.cart-grand-total {
    font-size: 14px;
    font-weight: bold;
    /* padding-top: 15px !important; */
    /* padding-bottom: 15px !important; */
    padding: 10px 0.75rem !important;
    vertical-align: middle !important;
    white-space: nowrap;
}

.cart-titles-right {
    justify-content: flex-end;
}

.discount-offered {
    margin-top: 30px;
    font-style: italic;
    font-size: 14px;
    color: #666;
}

.n-txt {
    max-width: 340px;
    color: #333;
    font-family: 'content-font-bold', sans-serif !important;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}

.cart-dks {
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.55);
    box-sizing: border-box;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 35px 0;
    margin-bottom: 5px;
}

.cart-dks table {
    border: 0px solid #ddd;
    margin-bottom: 0;
}

.cart-dks table thead {
    /* background-color: #1c10100d; */
}

.cart-dks table tr {
    border-bottom: 1px solid #f1f1f1;
}

.boder-bottom-none {
    border-bottom: 0 !important;
}

.no_button {
    background: #fff !important;
    color: #333 !important;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid #ddd !important;
    margin-right: 20px;
}

.c-red {
    color: red !important;
}

.timer-ml {
    margin-left: 3px;
}

.m-btn {
    margin-bottom: 0 !important;
}

.p-relative {
    position: relative;
}

.error-style-new {
    position: absolute;
    top: 4.7rem;
    margin: 0 !important;
    left: 14px;
    font-size: 12.5px;
    line-height: 14px;
    margin-top: 0 !important;
    /* max-width: 280px; */
}

.send-otp-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0px 12px 0px 12px;
    background: transparent;
    color: #666;
    border: none;
    font-size: 14px;
    border-radius: 0;
    height: 48px;
}

.resend-txt_new {
    margin: 0px 0 0;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.resend-btn_new {
    background: transparent;
    color: #000;
    font-weight: 600;
    border: 0;
    font-size: 12px;
    padding: 5px;
    margin-top: -8px;
    padding-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.resend-btn_new:hover {
    background-color: transparent;
    color: #000 !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.0);
    border-bottom: 1px solid transparent;
}

.align-center {
    align-items: center;
}

.box-1 {
    padding: 0px 10px;
}

.bor-right {
    border-right: 1px solid #c1c1c1;
}

.main-div {
    background-color: #f9f9f9;
    padding: 30px 0px;
    border: 1px solid #dddddd4a;
    border-radius: 10px;
}

.loader4 {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 4px solid;
    border-top-color: #e53935;
    border-bottom-color: #a0a0a0;
    border-left-color: #e53935;
    border-right-color: #a0a0a0;
    -webkit-animation: loader4 1s ease-in-out infinite;
    animation: loader4 1s ease-in-out infinite;
    margin-top: 25px;
}

.loader5 {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 4px solid;
    border-top-color: #e53935;
    border-bottom-color: #a0a0a0;
    border-left-color: #e53935;
    border-right-color: #a0a0a0;
    -webkit-animation: loader5 1s ease-in-out infinite;
    animation: loader5 1s ease-in-out infinite;
    margin-top: 25px;
}

.loader6 {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 4px solid;
    border-top-color: #e53935;
    border-bottom-color: #a0a0a0;
    border-left-color: #e53935;
    border-right-color: #a0a0a0;
    -webkit-animation: loader6 1s ease-in-out infinite;
    animation: loader6 1s ease-in-out infinite;
    margin-top: 25px;
}

@keyframes loader4 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes loader5 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes loader6 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader4 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes loader5 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes loader6 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.form-mar-btm {
    margin-bottom: 0px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.n-txt {
    max-width: 340px;
    color: #333;
    font-family: 'content-font-bold', sans-serif !important;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}

.cart-dks {
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.55);
    box-sizing: border-box;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 35px 0;
}

.cart-dks table {
    border: 0px solid #ddd;
    margin-bottom: 0;
}

.cart-dks table thead {
    /* background-color: #1c10100d; */
}

.cart-dks table tr {
    border-bottom: 1px solid #f1f1f1;
}

.boder-bottom-none {
    border-bottom: 0 !important;
}

.error-message-container {
    background: #FFECEC;
    border: 1px solid #FFCCCC;
    padding: 10px 16px;
    border-radius: 5px;
    max-width: 550px;
    margin: 12px auto 0px auto;
    /*display:none;*/
    /*shweta */
}

.error-message-container ul {
    padding-left: 18px;
    text-align: left;
    list-style: none;
    margin-bottom: 0;
}

.error-message-container ul li {
    color: #2E2E2E;
    font-size: 14px;
    margin: 5px 0px;
    position: relative;
}

.error-message-container ul li::before {
    /* here added label: shweta*/
    content: "\2022";
    color: #FD0202;
    font-weight: bold;
    display: inline-block;
    margin-left: -17px;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: -7px;
}

.h-0 {
    height: 0px;
    position: absolute;
}

.total-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 360px;
    margin-left: auto;
    margin-bottom: 0.75rem;
}

.wid-50 {
    width: 50%;
}

@media only screen and (max-width: 800px) {
    .product-itm-cart {
        width: 390px;
    }
    .main-page-heading2 p {
        line-height: 30px;
    }
    .cart-dks {
        display: none;
    }
    .product-mobile {
        display: block;
    }
    .cart-itms {
        padding-bottom: 22px;
        margin-bottom: 22px;
        border-bottom: 1px solid #ddd;
    }
    .mobile-cart-items .cart-itms:last-child {
        border-bottom: 0px solid #ddd;
    }
    .main-page-heading2 h1 {
        font-size: 30px;
        line-height: 43px;
    }
    .main-page-heading2 img {
        margin-bottom: 15px;
        width: 100%;
        height: 180px;
        object-fit: contain;
    }
    .cart-grand-label {
        padding: 5px;
        text-align: center;
        letter-spacing: 0;
        /* font-size: 14px; */
        height: 60px;
        line-height: 30px;
    }
    .cart-grand-total {
        text-align: center;
        border: 1px solid #eee;
        height: 60px;
    }
    .discount-offered {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 700px) {
    .mb-mobile {
        margin-bottom: 22px!important;
    }
}

@media only screen and (max-width: 480px) {
    .main-div {
        background-color: #f9f9f9;
        padding: 30px 0px;
        border: 0px solid #dddddd4a;
        border-radius: 0;
        margin-top: -50px;
    }
    .box-1 {
        padding: 28px 10px;
    }
    .bor-right {
        border-bottom: 1px solid #c1c1c1;
        border-right: 0;
    }
    #product_detail {
        padding-top: 30px;
    }
    #product_detail #product-image-wrap .main-img {
        margin-bottom: 0;
    }
    .nav-tabs .nav-link {
        font-size: 10px;
        font-weight: bold;
        padding: 5px 8px;
    }
    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: rgba(0, 0, 0, .8);
        border-bottom: 0 solid #000;
    }
    .tab-text p {
        font-size: 16px;
        line-height: 30px;
    }
    .cart-titles-mob {
        font-size: 14px;
        color: #999;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    .cart-prod-price-mob {
        font-size: 18px;
        color: #333;
    }
    #my-cart {
        background-color: #fff;
    }
}

.lang_select {
    border: 1px solid #eeeeee;
    height: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 7px 14px rgb(0 0 0 / 5%);
}