.Logo-img img {
    width: 210px;
}


.section-css {
    padding-bottom: 30px;
        padding-top: 30px;
}

/*About us*/
.section-img img {
    width: 100%;
    height: auto;
}

.section-title h3 {
   position: relative;
    text-align: start;
    font-size: 33px;
    padding: 7px 30px;
    margin-bottom: 40px;
    width: fit-content;
}

.section-title h3:after {
   content: "";
    background: url(/Resources/1/Cropped-star.webp);
    width: 60px;
    height: 40px;
    position: absolute;
    top: 8px;
    left: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    background-position: center;
}

.section-title h3:before {
    content: "";
    background: url(/Resources/1/Cropped-star.webp);
    width: 60px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: -20px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}

.our-philosophy .section-text h4{
    color: #c7a259;
    font-weight: 600;
    position: relative;
    padding-right: 18px;
    width: 100%;
    padding-bottom: 20px;
}

.our-philosophy .section-text h4 + p {
    border-bottom: 1px solid #e7d9c1;
    padding-bottom: 15px !important;
    margin-bottom:40px
}

/*.our-philosophy .section-text h4:before {*/
/*    content: "";*/
/*    background: url(/Resources/1/Marker-stat-2.webp) no-repeat;*/
/*    width: 11px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    background-size: contain;*/
/*    background-position: center;*/
/*    right: 0;*/
/*}*/


.section-our-philosophy {
    padding: 40px 0;
    background: url(/Resources/1/BG-lase-1.webp) no-repeat #fffaf2;
    background-position: bottom;
    background-size: cover;
}
.our-story .section-text:after {
    content: "";
    position: absolute;
    background: url(/Resources/1/about-us-2.webp) no-repeat;
    width: 270px;
    height: 270px;
    background-size: contain;
    left: -330px;
    filter: drop-shadow(2px 4px 6px gray);
    top: -230px;
    transform: scaleX(-1);
}
.our-story .section-text:before {
   content: "";
    position: absolute;
    background: url(/Resources/1/about-us-1.webp) no-repeat;
    width: 210px;
    height: 270px;
    background-size: contain;
    left: -300px;
    filter: drop-shadow(2px 4px 6px LIGHTGRAY);
    top: -120px;
    transform: rotate(18deg);
    z-index: 1;
}

.section-who-we-are .section-text:before {
    content: "";
    position: absolute;
    background: url(/Resources/1/about-us-1.webp) no-repeat;
    width: 250px;
    height: 270px;
    background-size: contain;
    right: -300px;
    filter: drop-shadow(2px 4px 6px LIGHTGRAY);
    top: -160px;
    transform: rotate(18deg) scalex(-1);
    z-index: 1;
}

.section-text {
    position: relative;
}

.section-our-story {
    background: linear-gradient(45deg, #f6f3ef, #e4d1af);
    padding:40px 0;
}
.section-who-we-are .text-section{
    display:flex;
    line-height: 1.8;
    margin-bottom: 40px;
}

.section-who-we-are .section-contnet {
    position: relative;
}

.section-who-we-are .text-left.text-section {
    padding-top: 120px;
}

.section-who-we-are .section-text.text-right li {
    padding-bottom: 19px;
}

a.image-gallery {
    pointer-events: none;
}

.contact-right .desc-block .card-text {
    text-align: start;
}
 .phone  .ng-select .ng-select-container .ng-value-container .ng-input>input {
    width: 100%;
    margin-top: 0;
    border: 0 !important;
    border-right: 0px !important;
}
 .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    padding: 0;
    height: 100%;
    top: 0;
    border-right: 0px !important;
}

.section-order-tracking,.histort-table {
    opacity: 1;
}
.inner-details-page ~ .row [class*="section-"] {
    opacity: 1;
}
.img-section- {
    opacity: 1;
}
.section-stepper-content {
    opacity: 1;
}
.section-featured-products {
    margin-bottom: 0px;
}
.section-inner-details {
    opacity: 1;
}.section-cart-details-cont {
    opacity: 1;
}
.cart-details h4,.stepper-content h1,p.inserOtp-title,.address p.title,.accordion-header h5 {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-details h4,.stepper-content h1,p.inserOtp-title ,.address p.title,.accordion-header h5{
    position: relative;
    padding-left: 0;
    text-align: right;
}

.order-summary tr:first-child td {
    border-top: 0;
    padding-top: 0;
}

.cart-details tr:last-child strong {
    font-size: 22px;
    font-weight: 700;
}

 table.cart-items tr th, .cart-total tr th {
    background: transparent !important;
    color: initial !important;
}


.payment-right li::before {display: none;}

.order-summary {
background: #fff;
    border-radius: 10px;
    padding: 23px 20px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 3%);
    width: 100%;
}

.cart-details .table-striped tbody tr:nth-of-type(odd) {
    background: none;
}

.cart-details .table thead th {
    border-bottom:0;
    font-size: 17px;
    text-align: right;
}

.cart-details .cart-product-image.product-image {
    border-left: 1px #d9dcdc solid;
    align-items: center;
    vertical-align: middle;
    display:flex;
}



.cart-product-image.product-image img {
       margin-left: 10px;
    max-width: 100%;
    overflow-clip-margin: content-box;
    overflow: clip;
    width: 90px;
    object-fit: cover;
    height: 80px !important;
    border-radius: 5px;
    
}

.cart-product-desc {
    height: 100%;
    display: block;
    width: 230px;
}
.cart-details h5.cut-word {
      font-weight: normal;
    text-transform: capitalize;
    padding-bottom: 0;
    display: block;
    margin-bottom: 0;
    font-size: 18px;
    vertical-align: middle;
    text-align: right;
    height: 100%;
    padding-right: 10px;
}


.table.cart-items td {
    vertical-align: middle !important;
}
.cart-details .table td, .cart-details .table th {
    vertical-align: baseline;
    border: 0;
    padding-left: 0;
    padding: 6px 11px;
    font-size: 18px;
    text-align: right  !important;
}

.cart-details .product-quantity {
    display: flex;
    align-items: center;
}

.cart-details button.quantity-button {
    color: #000;
    width: 28px;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    white-space: nowrap;
    display: INLINE-FLEX;
    padding: 0;
    HEIGHT: 28px;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    BORDER-RADIUS: 50%;
    border: 0;
    box-shadow: 0px 1px 3px 1px #8080805e;
}



.cart-page .recently-viewed-products{
    padding:0 !important;
}
.cart-page .recently-viewed-products .slider-show > div {
    padding: 0
}

.cart-page  .recently-viewed-products h1, .cart-details h4.info-title {
    width: 100%;
    padding-right: 23px;
    position: relative;
    font-size: 32px;
    color: #252524;
	font-weight:500
}

.cart-page  .recently-viewed-products h1{
    padding-top:40px;
}



.cart-page  .recently-viewed-products h1:before, .cart-details h4.info-title:before{
      content: "";
      position: absolute;
      right: 0;
      top: 7px;
      background: url(/Resources/1/Marker-gold.webp) no-repeat;
      width: 18px;
      height: 27px;
      transform: scale(-1);
}

.cart-page  .recently-viewed-products h1:before{
    top:45px;
}

.section-recently-viewed-products {
	background-color: #ece7da;
}

.cart-page .container {
    padding: 0 !important;
}

.cart-page .container .container-fluid {
    padding: 0 !important;
}

.cart-details input.quantity-field {
    outline: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
    -webkit-moz-appearance: none;
    -moz-moz-appearance: none;
    -ms-moz-appearance: none;
    -o-moz-appearance: none;
    moz-appearance: none;
    -webkit-appearance: none;
    color: #504e4e;
    max-width: 80px;
    BACKGROUND: #fff;
    BORDER: 1PX #d9dcdc SOLID;
    height: 44px;
    border-radius: 44px;
}





.cart-details button:hover::before, .cart-details .btn:hover:before {
    background: #deb66c;
}

.cart-details button.quantity-button:hover {
    background: #f0e1e0 !important;
}

.cart-details button.quantity-button[value="+"] {margin-right: -11px;}

button.btn.btn-link[style="color: red; font-weight: 600;"] {
    color: #a46968 !important;
    font-family: cursive;
    background: #e3dddc;
    border: 0;
    padding: 0px 6px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    border-radius: 50%;
    text-decoration: none;
}


.cart-details .table-striped>tbody>tr td:last-child{
    vertical-align: middle;
    width: 40px;
}

.cart-details button.btn.btn-link[style="color: red; font-weight: 600;"]:hover {
    color: #fff !important;
    text-decoration: none;
    background: #d1938f;
}

.cart-details button.btn.btn-link[style="color: red; font-weight: 600;"]:hover:before {
    display: none;
}

.cart-details .table-striped>tbody>tr td:last-child{
    vertical-align: middle;
    width: 40px;
}

.custmerInfo .info-cont.col-6:first-child {
    width: 58.33333333%;
}

.custmerInfo .col-6:last-child {
    width: 33.33333333%
}

.cart-details .table-striped>tbody>tr td:nth-last-child(2),.cart-details .table thead th:nth-last-child(2){
    text-align: end !important;
}



.coupon-form label {
    margin: 0;
    margin-bottom: 9px;
    display: block;
    width: 100%;
    color: #b69570;
}

.coupon-form  .form-group {
    flex-direction: column;
    width: 100%;
    text-align: left;
}

.coupon-form .form-group input {
    width: 100%;
}


.coupon-form button {
    width: 100%;
}

.coupon-form  small.text-danger {
    display: block;
    width: 100%;
    text-align: left;
}


.footer-stepper {
  
    padding-top: 20px;
    justify-content: right;
    padding-bottom: 20px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;width: 100%;
    justify-content: end !important;

}


.coupon-form .form-group {
    align-items: flex-end;
}




.container.row .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}

.cart-details > .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}


/*.info-cont.col-6 {*/
/*    flex: 0 0 60%;*/
/*    max-width: 60%;*/
/*}*/

table.table.table-striped.cart-items {
    width: 100%;
    display: table;
}




.cart-details .table thead th:first-child {
    padding-left: 0;
}

td.text-center {
    /* text-align: left !important; */
    /* font-size: 21px; */
}

button.quantity-button {
    margin-left: -11px;
    position: relative;
}

.row.cart-list.items {
    width: 100%;
    display: flex;
    justify-content: center;
}


.order-summary tr {
    border-bottom: 1px #d7d7d7 solid;
}

.order-summary tr:last-child {
    border: 0;
}

.order-summary tr td:first-child {
    font-weight: bold;
    color: #a8a8a8;
    padding-left: 0;
    font-size: 18px;
    text-align: left;
}

table.table {
    margin-bottom: 0;
    margin-top: 20px;
}





.coupon-form .form-group input {
   height: 55px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 3%);
    border: 0;
    border-radius: 10px;
    font-size: 19px;
    padding: 0 19px;
    padding-left: 100px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}

.coupon-form button.btn.btn-default {
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c1a470;
    padding: 7px 25px;
    width: auto;
    color: #fff;
    transition: all .3s ease-out 0s;
    text-decoration: none;
    border: 0;
    font-size: 14px;
    
}


.coupon-form button.btn.btn-default:hover {
    background: #ceb281;
}

.coupon-form label {font-size: 15px;margin-top: -10px;}

.coupon-title {
    color: #c3a56d;
    margin-bottom: 10px;
        text-align: start;
}

.coupon-form h4 {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
     margin-bottom:5px;
}


.coupon-form h4, .order-summary h4  {
    color: #c3a56d;
}

.cart-details .table td span.text-danger {
    font-size: 14px;
}





.login-form ,.forget-form,.signup-form {
    display: flex;
    flex-direction: column;
}

.opt-modal .signup-form {
    align-items: center;
}

.opt-modal p.inserOtp-subtitle {
    text-align: center;
}

.verification-option {
    text-align: start;
    width:60%;
    margin: auto;
    display: flex;
}

.login-title , .registration-title, .signup-form h1,.login h3,.inserOtp-title ,lib-status-message h1,.buttonDiv>p:first-child{
        margin-bottom: 20px;
        padding-left: 0;
        position: relative;
        display: block;
        z-index: 1;
        font-size: 20px;
        line-height: 1.3;
        text-transform: uppercase;
        font-weight: 700;
}

.buttonDiv>p:nth-child(2) {font-size: 18px;}

button.btn.btn-primary.modaltButton {
    margin-top: 30px;
}


.form-help-text .help-text:first-child u{
    color: #cea75f;

    text-align:left
}
/*.form-help-text .help-text:nth-child(2) {*/
/*    color: #4d4d4d;*/
/*    text-align: right;*/
/*    position: absolute;*/
/*    bottom: 76px;*/
/*    right: 47px;*/
/* }*/
 .login-form .btn:hover ,.forget-form .btn:hover {
    color: #fff;
    cursor: pointer;
}
 .login-form  #login_signin_submit ,.forget-form  #forget_sumbit,.signup-form  #signup_submit,.modaltButton {
    margin-top: 30px;
    margin-bottom: 0;
    width: fit-content;
    padding: 13px;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    WIDTH: 100%;
    background:#d0a85b;
}
.signup-form #signup_submit:hover {
    color: #fff;
}

button#login_signin_submit:hover,.modaltButton:hover {
    background-color: #d2bb97;
    border-color: #d2bb97;
}

.signup-form .input-group-prepend ,
.signup-form .PhoneNumber input{
    width: 100%;
}
input#user_pass {
    padding-left: 46px;
}
span.date-picker-icon {
       float: left;
    margin-top: -36px;
    margin-left: 10px;
       color:#a1a09e;
}

.signup-form .DateOfBirth input {
    margin-bottom: 0 !important;
}

.login-container span.text-justify.text-danger.mx-1 {
       display: block;
       font-size: 13px;
       FONT-WEIGHT:400;
}

.registration .form-help-text .help-text:nth-child(2) {
    margin: -100px 0px 15px 0;
    display: block;
    width: 100%;
    /*text-align: center;*/
        position: absolute;
    text-align: start;
}

.registration .form-help-text {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

.registration .form-help-text .help-text:nth-child(2) p {
    margin: 0;
        text-align: start;
}


.login-form input ,.forget-form input,.signup-form input:not([type="radio"]),.inner-content.section-details-items .form-control ,app-reset-password input {
    height: 40px;
    border-radius: 5px;
    outline: none;
    margin-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    width: 100%;
    border: 1px solid #dadce0 !important;
    height: 50px !important;
}
.signup-form label {margin: 7px 7px 7px 0px;
   font-weight: 600;

}
/*.signup-form .col-12.px-0.d-inline-flex.justify-content-center button:first-child {*/
/*    background: #fff;*/
/*    margin-top: 0px!important;*/
/*    border: 2px #b61952 solid;*/
/*    color: #b61952;*/
/*    border-radius: 40px;*/
/*    padding: 10px 26px 10px;*/
/*    margin-right:10px;*/
/*    min-width: 137px;*/
/*    transition: 0.3s ease-in-out;*/


/*}*/
/*.signup-form .col-12.px-0.d-inline-flex.justify-content-center button:first-child:hover {*/
/*    color: #fff;*/
/*       background:#b61952;*/
/*}*/

.signup-form .col-12.px-0.d-inline-flex.justify-content-center {
    border-top: 1px solid #e3e3e3;
    padding-top: 25px;
}




.section-registration form > div input {
    
    margin-top: 30px;
}



.section-registration form > div:first-child input {
    margin-top: 10px;

}


.bs-datepicker-body table th {
    color: #fff;
}
.help-text p a {
    color: #cea75f !important;
   
}



.help-text p a:hover {
    opacity: 0.8;
    
    color:#c2a37a !important;
}



.signup-form .verificationProfile {
    MARGIN-BOTTOM: 0;
}



span.kt-input-icon__icon.kt-input-icon__icon--right {
    position: absolute;
    top: 16px;
    left: 10px;
    color: #a1a09e;
}

.login-form span.kt-input-icon__icon.kt-input-icon__icon--right {
  
    top: 36px;
}

.kt-input-icon.kt-input-icon--right {
    position: relative;
}


.container.m-auto.row {
    margin: 0 auto !important;
    justify-content: center;
}

/*.row.social-btn-container {*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    margin: 0;*/
/*}*/


.row.social-btn-container button.btn.btn-primary {
    letter-spacing: 0.25px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color .218s,border-color .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadce0;
    cursor: pointer;
    outline: none;
    position: relative;
    text-transform: math-auto;
    text-align: center;
    width: 100%;
    padding: 10px 20px !important;
    height: 42px !important;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    color: #3c4043;
}

.row.social-btn-container button.btn.btn-primary::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f39e";
    font-size: 16px;
    left: 21px;
    width: auto;
    top: 50%;
    color: #385185;
    position: absolute;
    transform: translateY(-50%);
}

.row.social-btn-container button.btn.btn-primary:hover {
    box-shadow: none;
    border-color: #d2e3fc !important;
    outline: none;
    background-color: #f8fafe;
    color: #333 !important;
}




.inner-content.section-details-items:before {
    width: 228px;
    height: 100%;
    left: 40px;
    top: 0;
    position: absolute;
    content: '';
    background: url(/Resources/3/icons-pistachio-bg.webp) center no-repeat;
    z-index: -1;
}





button.apple-sign-in-button {
    width: 100%;
    letter-spacing: 0.25px;
    box-sizing: border-box;
    transition: background-color .218s, border-color .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #dadce0 !important;
    cursor: pointer !important;
    outline: none;
    position: relative;
    text-transform: math-auto;
    text-align: center;
    padding: 10px 20px !important;
    height: 42px !important;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    color: #3c4043 !important;
    font-size: 14px !important;
}

.apple-logo:before {
    display: none !important;
}


lib-login {
    display: flex;
    flex-direction: column;
}


.apple-logo {
    margin: 20px 0px;
    width: 100%;
}

button.apple-sign-in-button:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f179";
    font-size: 20px;
    left: 22px;
    width: auto;
    color: #002435;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.apple-sign-in-button:hover {
    box-shadow: none;
    border-color: #d2e3fc !important;
    outline: none;
    background-color: #f8fafe !IMPORTANT;
}



.login-container:after {
    background: url(/Resources/3/sweet-bg.webp) no-repeat;
    background-position: right top;
    content: '';
    position: absolute;
    right: -110px;
    top: 30%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    margin-right: -20px;
}

.row.social-btn-container button.btn.btn-primary,.apple-sign-in-button {
    padding-left: 40px !important;
}


.forget-form input#user_login {
    margin-top: 0;
}


.forget-form .form-help-text p {
    text-align: right;
}


/*.registration .form-help-text .help-text:nth-child(2) p {*/
/*    text-align: left;*/
/*}*/


.form-help-text .help-text:first-child u {
    text-decoration: none;
}


.login-Component {
    display: block;
    border-right: 1px #d9dcdc solid;
    padding-right: 30px;
    padding-bottom: 15px;
}

/*.form-help-text .help-text:nth-child(2) {*/
/*    color: #4d4d4d;*/
/*    text-align: right;*/
/*    position: absolute;*/
/*    bottom: 76px;*/
/*    right: 47px;*/
/*}*/



input#remember_me ~ label {
    margin-bottom: 0;
}



.payment-methods {
    font-size: 18px;
    margin-bottom: 15px;
}

.pay-cnt img.card-img-top {
    object-fit: contain !important;
    margin-bottom: 10px;
    filter: grayscale(100%);
}

.pay-cnt img.card-img-top {
    width: auto !important;
}

.order-tracking {
    vertical-align: top;
    padding: 30px 40px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    box-shadow: 0px 0 6px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 40px auto;
    max-width: 1000px;
}

.timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.timeline-items {
    display: flex;
    position: relative;
}

.time-line-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out;
    overflow: auto;
    background: #fff;
    color: #666;
}

.time-line-card-header {
    border-bottom: 1px solid #cfcecd;
}

.time-line-card-header {
    padding: 15px 0;
    font-size: 18px;
    color: #828282;
}

.time-line.flex-middle {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}




.time-card-title {margin-bottom: 0;}

.time-card-title b {
    font-weight: normal;

    color: #333;
}

.status b {
    color: #a46968;
}


.time-card-title b ul {
    padding: 0;
}

.order-tracking .status li {
    padding: 0;
}

span.time {
    font-weight: bold;
    color: #333;
}

.container.order-tracking .row {
    width: 100%;
}

.status p {
    margin: 0;
    display: inline-block;
}

.status  .notactive {
    display: none;
}

.section-order-tracking .html-data-load-more {display:none}




.time-line-box {
  height: 100%;
}.time-line-box:after {
    content: '';
    background: url(/Resources/1/go-website-payment-journey-images-3-pink.webp);
    width: 100%;
    height: 280px;
    margin-right: -270px;
    BACKGROUND-SIZE: contain;
    background-repeat: no-repeat;
}

.time-line-box {
    display: flex;
    align-items: center;
}

.rb-container {
    width: 100%;
}

.rb-container {
  margin: auto;
  display: block;
  position: relative;
}

.rb-container ul.rb {
  margin: 2.5em 0;
  padding: 0;
}

.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  margin-right: 20px;
  min-height: 50px;
  border-right:2px solid #ce928d;
  padding: 0 36px 40px 0;
  position: relative;
}
.rb-container ul.rb li:last-child {
   border-right: 2px solid transparent;
    padding-bottom: 0;
    border-right-color: transparent !important;
}

.rb-container ul.rb li::before {
  position: absolute;
    right: -18px;
    top: -1px;
    border: 8px solid #d1938f;
    border-radius: 500%;
    height: 32px;
    width: 32px;
    transition: all 500ms ease-in-out;
    font-weight: 900;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    background: #D1938D;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 9px -2px #000000c2;
}


ul.rb li .timestamp {
  color: #828282;
  position: relative;
  font-size: 20px;
}

.item-title {font-size: 20px;}

.time-line-card p {
    margin: 0;
    display: inline-block;
}

.track-order button {
    background: #b30e53;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}.track-order button:hover {
    background: #b30e53;
    opacity: 0.80;}

.track-order {
    margin-bottom: 40px;
}


.rb-container ul.rb li.notactive::before {
    border: 8px solid #ffffff;
    background:#bababa;
    font-size: 0;
    height: 32px;
    width: 32px;
    margin-right: 1px;
}

.rb-container ul.rb li::before {
    border: 6px solid #ffffff;
    height: 36px;
    width: 36px;
}
.rb-container ul.rb li.notactive {
    border-right-color: #e2e4e6;
}


.time-line-box:after {
    /*margin-top: 40px;*/
    height: 280px;
}



.section-order-receipt .navigate {
    background: #b30e53;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0 !important;
}

.section-order-receipt .navigate:hover {
    color: #b30e53;
    background: #f7f5ef;
    border-color: #b30e53;
}

.section-order-receipt .footer-button {
    text-align: center;
    position: absolute;
    bottom: -72px;
    width: 100%;
    left: 0;
}





.order-tracking.receipt {
    margin-bottom: 130px;
    background: none;
    box-shadow: none;
    padding: 0;
}

.order-tracking.receipt .time-line-card {
    padding: 30px 40px 10px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    box-shadow: 0px 0 6px 0px rgb(0 0 0 / 15%);
    border-radius: 5px 5px 0 0px;
}

.order-tracking.receipt .list-group-item.p-3.bg-white.body {
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    box-shadow: 1px 4px 6px 0px rgb(0 0 0 / 15%);
    border-radius: 0 0 5px 5px;
    border: 0;
    padding: 0 40px 40px !important;
}

.order-tracking.receipt .footer-address {
    padding: 30px 40px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    box-shadow: 0px 0 6px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-top: 29px;
}


.order-recepi-cont .row.no-gutters.mt-3 {
    margin-top: 0 !important;
}

.order-recepi-cont .title {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px #d7d7d7 solid;
 letter-spacing:0;
    padding-bottom: 10px;
}

.order-recepi-cont .flex.address-list {
    font-size: 20px;
 
}

.order-recepi-cont .flex.address-list item {
    display: block;
}

.order-recepi-cont .left-address {
    padding-right: 60px !important;
}

.order-recepi-cont .title {
    color: #828282;
}


.order-recepi-cont .right-total .total {
    font-size: 24px;
}

.order-recepi-cont .total .title {
    font-weight: bold;
   
}

.order-recepi-cont .right-total h3.title {
    font-weight: bold;
}


.order-recepi-cont .item-list {
    width: 100%;
}

.order-recepi-cont .item-list {
    border-bottom: 1px #d7d7d7 solid;
    padding: 10px 0;
    align-items: center;
}


.order-recepi-cont .price-item h6 {
    font-size: 20px;
    margin-bottom: 0 !important;
    display: inline-flex;
    align-items: flex-end;
}

.order-recepi-cont h6 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}

.order-recepi-cont ul.list-unstyled {
    font-size: 18px;
}

.order-recepi-cont ul.list-unstyled b {
    FONT-WEIGHT: NORMAL;
    PADDING-RIGHT: 7px;
}

.order-recepi-cont .item-list:LAST-CHILD {
    border: 0;
    padding-bottom: 0;
}

.order-recepi-cont .col-3.col-md-1.img-cont {
    flex: 0 0 15%;
    max-width: 15%;
}

.order-recepi-cont .price-item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.order-recepi-cont h6.col {
    padding: 0;
}

.order-recepi-cont h6.text-charcoal.mb-2.mb-md-1 {
    padding-bottom: 0px;
}

 .order-tracking.receipt .time-line-card {
    padding-bottom: 10px;
}

.order-recepi-cont .time-line-card-header {
    color: #333333;
}

.delivery-type .delivery-type {
    width: 100%;
    display: block;
    text-align: right;
}


.order-recepi-cont h4.delivery-type.margin-auto-left {
    font-size: 18px;
    margin-bottom: 0 !important;
}

.order-recepi-cont .status p {
    font-weight: normal;
}


.order-recepi-cont .contract-type {
    font-size: 20px;
    font-weight: bold;
}

.order-recepi-cont .contract-type b {
    font-weight: normal;
}

.email {
    font-weight: normal;
    color: #a4854d;
    font-size: 16px;
    padding-top: 4px;
}

.order-recepi-cont .time-line-card-header:first-child {
    padding-top: 0;
}





.section-inner-content {
    position: relative;
}


.inner-content {position: relative;z-index: 1;}


.section-inner-content .inner-content {
    background: none;
}

.contact a.row.nav-link:hover {
    color: #434442;
}


.order-tracking .status .active {
    display: inline-block;
}



/* contact - page */


.contact-right .card {
    border: 0;
    margin-bottom: 0;
}


.contact-right .title-block {
    display: flex;
    align-items: center;
}

.contact-right .desc-block {
    margin-top: 10px;
    text-align: justify;
    font-size: 18px;
}

.contact-right .desc-block b {
}

 .contact-right .btn-container {
    margin-top: 20px;
}


.contact-right {padding: 0 40px;}

.contact  ul.social-network.social-circle {
    float: left;
}

.contact  ul.contct-itm {
    margin: 0;
    padding: 0 11px;
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
    margin-top: 20px;
}

.contact  ul.contct-itm em {
    font-size: 24px;
    margin-right: 8px;
    color: #c2a37a;
}
ul.contct-itm li {
    display: flex;
}
ul.contct-itm li a {
    color: #666;
}
ul.contct-itm li a:hover {
    text-decoration: underline;
    text-decoration-color: #c1a27c;
}
.contact-right .title-block a {
    color: #362529;
}
.section-contact {
    background-size: cover;
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}
/*.contact span.card-title {*/
/*    font-size: 40px;*/
/*    line-height: 44px;*/
/*    margin-top: 0;*/
/*}*/
.contact-right .nav-link {
    display: flex;
    padding: 0 !important;
}
.background-img {
    padding: 0;
}



.journey .col-md-12.p-2 {
    padding: 0 !important;
}

.container.inner-details-page ~ .row {
    margin: 0;
}

.policyDev {
    margin-top: 20px;
    text-align:start;
}


.row.social-btn-container button.btn.btn-primary{
    width: calc(100% - 24px);
    font-size: 13px;
        border-radius: 4px;
}
.apple-logo {
    width: calc(100% - 24px);
    justify-content: center;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    outline: none;
}

.cart-notes {
    margin-top: 20px;
}


.coupon-form .form-inline .form-group {margin-bottom: 0;
    position: relative;
}

.coupon-form label {
    margin-top: 0;
}

.loyalty-form {
     display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 3%);
    padding-bottom: 0;
}



label.switch {
    display: block !important;
    float: right;
       margin-left: 5px;
}




.loyalty-form .form-inline {
    width: 100%;
    text-align: start;
    border-bottom: 1px solid #dcdbd9;
}

.coupon-form {
     position: relative;
width: 100%;
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 3%);
      display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupon-form:after {
    position:absolute;
    width:calc(100% - 30px);
    bottom:0;
    border-bottom:3px dashed #a8a8a8;
    height:10px;
    content:""
}


.loyalty-form h4 {
    margin-left: 5px;
    margin-bottom: 5px;
    color:#c3a56d;
}

.loyalty-form .form-group {
   ont-size: 18px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}



.footer-stepper {
    PADDING: 0;
    display: flex;
    margin-top: 10px;
    justify-content: space-between !important;
}

.footer-stepper p {
    MARGIN-BOTTOM: 0;
}

.stepper-content.info-step {
    padding-bottom: 40px;
}

.stepper-content a.btn.back-btn {
        color: #d1938f;
    border-color: #a46968;
    background: #fff;
    font-size: 14px;
    padding: 7px 25px;
    width: 100%;
    margin-top: 15px;
}

.footer-stepper .btn {
    border-radius: 4px;
}

.footer-stepper p.text-right:nth-child(2) .btn {
    padding: 7px 25px;
}


.info-cont .table-responsive p {
    background: #fbfaf7;
    border-radius: 10px;
    padding: 23px 20px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 3%);
    font-size: 18px;
}

.info-cont .table-responsive p {
   margin-bottom: 30px;
    text-align: center;
    border: 1px solid #d1938f;
}

.info-cont .table-responsive a {
    color:  #d1938f;
   
}

.info-cont .table-responsive a:hover {
    opacity: 0.8;
}


.stepper-content .info-cont ~ .col-6 .customrInfo.device-extender {
    margin-top: 0;
    display: flex;
    text-align: end;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse;
        width: 100%;
}

.customrInfo.device-extender:empty {
    display: none !important;
}

[placeholder="Coupon Code"][disabled] ~ button.input-group-text {
    background: none;
    border: 0;
    justify-content: flex-end;
    position: absolute;
    margin-top: 16px;
    margin-right: 0;
    background: #d0a85b;
    width: 22px;
    display: inline-flex;
    justify-content: center;
    padding: 3px 10px;
    left: 10px;
}

.order-summary tr td:first-child {
    width: 50%;
}


[placeholder="Coupon Code"][disabled] ~ button.input-group-text i {
    color: #fff !important;
}


[placeholder="Coupon Code"][disabled] {
    padding-left: 40px !important;
}

[placeholder="Coupon Code"][disabled] ~ button.input-group-text:hover {
    background: #333;
}

.customrInfo.device-extender.details button.btn.btn-link[style="color: red; font-weight: 600;"] {
    font-size: 0;
}

.customrInfo.device-extender.details button.btn.btn-link[style="color: red; font-weight: 600;"]:after {
    font-weight: 900;
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
}

.cart-details tr th {
    background: transparent;
}

.stepper-content a.btn.back-btn:hover {
    background: #f0e1e0;
    color: #a46968;
}

.order-summary.ng-scope td {}

.section-any-ques-cont {
        width: 100%;
    display: inline-flex;
    align-items: center;
    margin-top: 107px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 3%);
}



.pay-intro p.text-center.desc {
	margin-top: 10px;
    color: #565151;
    font-size: 16px;
}

.pay-intro h2.text-center {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 17px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
}

.pay-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		margin: 0 auto;
}

.pay-intro i {
	width: 110px;
	text-align: center;
	color: #d1938f;
	font-size: 35px;
	padding: 15px 15px 5px 15px;
	position: relative;
	margin: -56px 0 30px  0;
	background: #fff;
	border-radius: 70px 70px 0 0;
	box-shadow: 0px -3px 5px 2px #0000001f;
}

.pay-intro h2.text-center {
	text-transform: capitalize;
	letter-spacing: 0;
}

.registration-title, .forget-pass h3.signup-tab{
    text-align: center;
}

.PhoneNumber input#phoneNumber {
    border-radius:0 4px 4px 0
}

/*.login.registration .form-help-text .help-text {*/
/*    bottom: 0px !important;*/
/*    margin: -100px 0px 15px 0 !important;*/
/*    position:relative;*/
/*    width: 50%;*/
/*    height: fit-content;*/
/*    text-align:start;*/
/*}*/


.registration .form-help-text .help-text:first-child {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.login.registration button#signup_submit,.forget-pass  .forget-form #forget_sumbit{
    margin-top: 70px;
}

.registration .form-help-text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.reset-form span.kt-input-icon__icon.kt-input-icon__icon--right {
    top: 37px;
}

.cart-details .table-striped tbody tr:nth-of-type(odd) {
    background: #fff;

}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId{
        font-family: "poppins", arial, sans-serif;
}


@media (max-width:1024px){
    .custmerInfo .info-cont.col-6 {
    width: 100%;
    flex: 0 0 100%;
}

.custmerInfo .col-6:last-child {
    width: 100%;
}


}

@media (max-width:991px){
    .cart-page  .recently-viewed-products h1, .cart-details h4.info-title {

    font-size: 22px;
            padding-right: 30px;

}



.cart-page .recently-viewed-products h1:before {
    top: 39px;
    right: 0;
}

.cart-details h4.info-title:before{
    top:0
}
.cart-page .recently-viewed-products h1:before {
    top: 35px;
}

    .section-recently-viewed-products {
        padding-right: 30px;
        padding-left: 30px;
    }
    
        .cart-details .customrInfo.device-extender.details .table td {
        text-align: center !important;
    }

    .customrInfo.device-extender.details .cart-product-image.product-image {
        border-top: 0;
        padding: 10px 10px;
        border-left: 0;
        border-right: 0;
    }

        .customrInfo.device-extender.details .cart-product-image.product-image {
        flex-direction: column;
    }

    .customrInfo.device-extender.details .table td {
        padding: 20px 20px;
        border-bottom: 1px #d9dcdc solid;
        border-right: 0 !important;
        order: 1;
    }

        .customrInfo.device-extender.details .table td, .customrInfo.device-extender.details.table th {
        width: 100% !important;
    }
    .cart-details .cart-product-image.product-image {
    display: flex;
    align-items: center;
    border-right: 1px #d9dcdc solid;
    padding-left: 39px;
}



        .customrInfo.device-extender.details thead {
        display: none;
    }
    .customrInfo.device-extender.details tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fbfaf7;
    border-radius: 20px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 4%)
}

.cart-details h5.cut-word {
    text-align: center;
    padding: 0;
}

.cart-product-image.product-image img {
    margin: 0;
    margin-bottom: 10px;
    margin-top: -50px;
}

form.inline.product-detail {
    text-align: center;
    display: flex;
    justify-content: center;
}

.customrInfo.device-extender.details td.text-right:last-child {
        order: 0;
        display: flex;
        padding: 0;
        border: 0;
    }

    .customrInfo.device-extender.details button.btn.btn-link[style="color: red; font-weight: 600;"] {
        margin: 20px;
    }

.cart-details .customrInfo.device-extender.details .table td:nth-last-child(2) {
    border: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
    background:none !important;
    --bs-table-bg-type: none;
    
}
}

@media (max-width:425px){
    .order-tracking {
    padding: 15px;
}

.container.order-tracking .row {
    margin: 0;
}
}


@media (max-width:320px){
    .login.registration button#signup_submit, .forget-pass .forget-form #forget_sumbit{
        margin-top:100px;
    }
    
    .registration .form-help-text .help-text:nth-child(2) {
    margin: -130px 10px 15px 10px;
}

.order-tracking {
    padding: 15px;
}

.time-line.flex-middle, .tracknumber, .section-order-tracking .time-card-title, .item-title {
    font-size: 16px;
}

h4.time-card-title.first-column {}

.order-tracking app-ui-component-viewer {
    width: 100%;
}

.row.html-data-container > div {
    width: 100%;
    padding: 0;
}

.container.order-tracking .row {
    margin: 0;
}
}