h6, .h6 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #262F35;
}

h1, .h1 {
        font-family: Quicksand;
        font-style: normal;
        font-weight: bold;
        font-size: 37.8975px;
        line-height: 47px;
        color: #3C4A54;
    }

.breadcrumbs {
    background-color: #F9FAFB;
    padding: 60px 0px;
}

.bg-greyish-white {
    background-color: #F9FAFB;
}

.breadcrumbs .container .breadcrumb-content .display-text {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 67.3432px;
    line-height: 114%;
    letter-spacing: -0.02em;
    color: #526572;
}

.checkout-header .container:before {
    content: "";
    position: absolute;
    right: 0;
    top: -60px;
    height: 200px;
    width: 410px;
    margin-left: 0;
    margin-right: 0;
    background-image: url(../images/threecylinder.svg);
    background-repeat: no-repeat;
}

.c-checkbox > label:before, .c-checkbox > .label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent;
    top: 0px;
    left: 0;
    border-radius: 15%;
    border: 2px solid #8c8c8c;
}


.c-checkbox input[type="checkbox"] ~ label:after, .c-checkbox input[type="checkbox"] ~ .label:after {
    border-radius: 0;
    border:none;
}

.c-checkbox a {
    color: #F15B28;
}

.c-ocean-orange {
    color: #F15B28;
}

.display-text2 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 28.4302px;
    line-height: 36px;
    color: #262F35;
}

#payment-success-img .banner-content-img {
    padding:0;
    text-align: center;
}

.login-m .login-content {
    background-color: #F9FAFB;
    border: 1px solid #E0E6E9;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 50px;
}

.login-m .login-content .h1 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 37.8975px;
    line-height: 47px;
    color: #262F35;
}

.login-m .login-content .input-container label {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #3C4A54;
}

.login-m .login-content .c-checkbox label:before {
    border: 2px solid #262f35;
}

.login-m .c-checkbox input[type="checkbox"] ~ label:after, .c-checkbox input[type="checkbox"] ~ .label:after {
    border: 2px solid #262f35;
    color: #262f35;
}

.forgot-pass {
    color: #F15B28;
}

.sign-up-m {
    padding: 0;
}

.sign-up-m .register-content {
    background-color: #F9FAFB;
    border: 1px solid #E0E6E9;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 50px;
}

.sign-up-m .register-content .h1 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 37.8975px;
    line-height: 47px;
    color: #262F35;
}

.my-ac-container .my-ac-tab-contianer .tab-btns .service-tab-btn.active h6 {
    opacity: 1;
    color: #F15B28;
    text-transform: capitalize;
}

.my-ac-container .my-ac-tab-contianer .tab-btns .active {
    border-left: 4px solid #F15B28;
}

.my-ac-container .my-ac-tab-contianer .tab-btns .service-tab-btn h6 {
    opacity: 0.5;
    color: #F15B28;
    text-transform: capitalize;
}

.logout-text {
    color: #262F35 !important;
}

.error-content figcaption h2 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 37.8975px;
    line-height: 47px;
    text-align: center;
    color: #262F35 !important;
}

.error-desc {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 21.328px;
    line-height: 150%;
    text-align: center;
    color: #526572;
}

.privacy-content {
    background: #FFFFFF;
    border: 1px solid #fff;
}

.bg-whitish-grey {
    background: #E0E6E9;
}

.prod-name {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 28.4302px;
    line-height: 36px;
    color: #3C4A54;
}

.product-d-container .p-qty span {
    margin-top: 0.7rem;
}

.c-ocean-yellow-price {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 50.5174px;
    line-height: 95%;
    color: #F15B28;
}

.product-box-container {
    border: 0px solid #f1f1f1;
}

.added-to-cart .product-box {
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    margin: 0;
}