body {
    font-size: 14px;
    color: #000000;
    font-family: "Jost", sans-serif !important;
    font-weight: 300;
    letter-spacing: 0px;
}
a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover,
a:hover .text-dark {
    color: #c29c96;
}
p {
    word-wrap: break-word;
}
.min-h-auto {
    min-height: auto !important;
}
/* opacity */
.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}
/* font-weight */
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
/* font-size */
.fs-8 {
    font-size: 8px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-50 {
    font-size: 50px !important;
}
.fs-60 {
    font-size: 60px !important;
}

@media (max-width: 767px) {
    .fs-8 {
        font-size: 8px !important;
    }
    .fs-10 {
        font-size: 8px !important;
    }
    .fs-12 {
        font-size: 12px !important;
    }
    .fs-14 {
        font-size: 14px !important;
    }
    .fs-16 {
        font-size: 15px !important;
    }
    .fs-18 {
        font-size: 16px !important;
    }
    .fs-20 {
        font-size: 18px !important;
    }
    .fs-24 {
        font-size: 20px !important;
    }
    .fs-30 {
        font-size: 22px !important;
    }
    .fs-32 {
        font-size: 24px !important;
    }
    .fs-40 {
        font-size: 28px !important;
    }
    .fs-48 {
        font-size: 38px !important;
    }
    .fs-50 {
        font-size: 32px !important;
    }
    .fs-60 {
        font-size: 40px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fs-8 {
        font-size: 8px !important;
    }
    .fs-10 {
        font-size: 8px !important;
    }
    .fs-12 {
        font-size: 12px !important;
    }
    .fs-14 {
        font-size: 14px !important;
    }
    .fs-16 {
        font-size: 15px !important;
    }
    .fs-18 {
        font-size: 16px !important;
    }
    .fs-20 {
        font-size: 18px !important;
    }
    .fs-24 {
        font-size: 20px !important;
    }
    .fs-30 {
        font-size: 22px !important;
    }
    .fs-32 {
        font-size: 24px !important;
    }
    .fs-40 {
        font-size: 28px !important;
    }
    .fs-48 {
        font-size: 38px !important;
    }
    .fs-50 {
        font-size: 32px !important;
    }
    .fs-60 {
        font-size: 40px !important;
    }
}

/* container */
@media (min-width: 1200px) {
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1700px) {
    .container-xl {
        max-width: 1440px;
    }
}
/* classes */
.text-primary {
    color: #c29c96 !important;
}
.bg-primary {
    background-color: #c29c96 !important;
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.text-success {
    color: #1cb061 !important;
}
.btn {
    font-size: 14px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    min-height: 40px;
    justify-content: center;
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #c29c96;
    border-color: #c29c96;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;
}
.btn-secondary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #c29c96;
    border-color: #c29c96;
}
/* btn-outline */
.btn-outline-primary {
    color: #c29c96;
    border-color: #c29c96;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-secondary {
    color: #000000;
    border-color: #000000;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #c29c96;
    border-color: #c29c96;
}
.btn-outline-success {
    color: #1cb061;
    background: #f4fbf7;
    border-radius: 8px;
}
.btn-outline-success:hover {
    color: #1cb061;
    background-color: #f4fbf7;
    border-color: #1cb061;
}

/* form start */
/* Standard (Modern browsers) */
::placeholder {
    color: #818181; /* your color */
    opacity: 1; /* important for Firefox */
}
/* Chrome, Edge, Safari */
::-webkit-input-placeholder {
    color: #818181;
}
/* Firefox */
::-moz-placeholder {
    color: #818181;
    opacity: 1;
}
/* Internet Explorer 10–11 */
:-ms-input-placeholder {
    color: #818181;
}
/* Microsoft Edge (Legacy) */
::-ms-input-placeholder {
    color: #818181;
}
/* for white placeholder */
.white-placeholder::placeholder {
    color: #ffffff; /* your color */
    opacity: 1; /* important for Firefox */
}
.white-placeholder::-webkit-input-placeholder {
    color: #ffffff;
}
.white-placeholder::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.white-placeholder:-ms-input-placeholder {
    color: #ffffff;
}
.white-placeholder::-ms-input-placeholder {
    color: #ffffff;
}
input.white-placeholder::placeholder,
textarea.white-placeholder::placeholder {
    color: #ffffff;
}
.white-placeholder.form-control::placeholder {
    color: #ffffff;
}

input::placeholder,
textarea::placeholder {
    color: #818181;
}
.form-control::placeholder {
    color: #818181;
}
.form-control:focus,
textarea:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #000000;
}
.form-control,
.form-select {
    font-size: 14px;
    height: 40px;
    padding: 6px 12px;
    border: 1px solid#e0e0e0;
    color: #000000;
    border-radius: 0;
    font-weight: 300;
}
textarea.form-control {
    font-size: 14px;
    min-height: 80px;
    border-radius: 0;
    resize: unset;
}
.form-check {
    padding-left: 30px;
    position: relative;
}
.form-check .form-check-input[type="checkbox"] {
    margin: 0;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.form-check .form-check-input[type="checkbox"] + label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f6f4f2;
    border: 1px solid #707070;
    position: absolute;
    left: 0;
}
.form-check .form-check-input[type="checkbox"]:checked + label::after {
    content: "";
    background-image: url("https://d16n7e76tyykgs.cloudfront.net/jrc2021/collection/desktop/checked-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
/* form end */

/* slider start */
.slick-slide,
.slick-slide:focus,
.slick-slide:visited,
a:focus,
a:visited {
    outline: none;
}
.slider-arrow-left {
    left: -10px;
}
.slider-arrow-right {
    right: -10px;
}
.slider-arrow-left,
.slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -50px;
    z-index: 2;
    cursor: pointer;
    background: #ffffff;
    height: 30px;
    width: 30px;
    padding: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 16px #0000001a;
    border: 1px solid #818181;
}
.slider-arrow-left.slick-disabled,
.slider-arrow-right.slick-disabled {
    color: #818181;
    cursor: default;
}
/* slick-dots */
ul.slick-dots {
    text-align: center;
    list-style: none;
    padding: 2px 3px;
    background-color: rgba(0, 0, 0, 0.05);
    max-width: 97px;
    margin: auto;
    border-radius: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li {
    width: 22px;
    display: inline-flex;
    margin: 0 2px;
}

ul.slick-dots li button {
    width: 100%;
    display: inline-block;
    height: 5px;
    font-size: 0;
    border: none;
    background-color: #cccccc;
    border-radius: 29px;
}

ul.slick-dots li.slick-active button {
    background-color: #000000;
}
/* slider end */

.list_extand {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_extand_change {
    display: block;
    overflow: visible;
}
#FavoriteCount,
#CartCount {
    background-color: #c29c96;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    right: -13px;
    top: -2px !important;
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    left: 0px;
    margin: auto;
    display: block;
}

/* RTL (Arabic) */
/* <html lang="AR" dir="rtl"> */
html[dir="rtl"] .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}
html[dir="rtl"] .breadcrumb-item {
    padding-left: 0.5rem;
}
html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding-left: 0.5rem;
    padding-right: 0;
    float: right;
}

/******************** letter removed ******************/
.black-color {
    color: #000;
}
.white-color {
    color: #fff;
}
a.black-color:hover {
    color: #c29c96;
}
a.white-color:hover {
    text-decoration: underline;
    color: #fff;
}
.primary-btn {
    background-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    border: 1px solid #fff;
    font-weight: 400;
    transition: 0.3s all ease-in-out;
}
.primary-btn:hover {
    transition: 0.3s all ease-in-out;
    background-color: #fff;
    color: #000;
}
.secondary-btn,
.third-btn {
    background-color: #000;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    border: 1px solid #000;
    font-weight: 400;
    transition: 0.3s all ease-in-out;
}
.secondary-btn:hover,
.third-btn:hover {
    transition: 0.3s all ease-in-out;
    background-color: #c29c96;
    border-color: #c29c96;
    color: #fff;
}

/*breadcrumb start*/
.breadcrumb a {
    color: #818181;
}
.breadcrumb a:hover {
    color: #c29c96;
}
.breadcrumb a:focus-visible {
    outline: none;
}

.breadcrumb-item {
    color: #818181;
}

.breadcrumb-item.active {
    color: #000000;
}

.breadcrumb-item.active a {
    color: #000000;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #9d9d9d;
}
/*breadcrumb end*/

/* styleV6.css */
::placeholder {
    color: #000000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #000000;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 12px;
}

::-moz-placeholder {
    letter-spacing: 1px;
    color: #000000;
    font-weight: 300;
    font-size: 12px;
}

.theme-color {
    color: #c29c96;
}

.theme-bg-color {
    background: #c29c96;
    border: 1px solid #c29c96;
}

.theme-color-secondary {
    color: #c29c96;
}

.theme-bg-secondary {
    background: #c29c96 !important;
}

.flex-column .nav-link.theme-color {
    background-color: rgba(237, 216, 194, 0.46) !important;
    color: #000000;
}

.flex-column a img {
    width: 35px;
}

.text-success {
    color: #01b400 !important;
}

.border-success {
    border-color: #01b400 !important;
}

.light-brown {
    background: #f2eadb;
}

.light-pink {
    background: #ebd6c9;
}

.light-green {
    background: #c9ebe6;
}

.light-dark-green {
    background: #e3e1ca;
}

.border-theme {
    border-color: #c29c96 !important;
}

.bg-gray {
    background: #c0c0c0;
}

.gray-theme {
    background: #f8f8f8;
    border: 1px solid #dee2e6 !important;
}

.gray-theme img {
    width: 17px;
}

.gray-tone {
    color: #aeaeae;
}

.product_tags {
    top: -17px;
}

.gray-border {
    border-color: #c0c0c0;
}

.form-control,
textarea {
    border: 1px solid #707070;
    border-radius: 0rem;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #000000 !important;
    letter-spacing: 1px !important;
    padding: 0.31rem 0.75rem;
}

.icons {
    height: 22px;
}

.list-inline-item:not(:last-child) {
    margin-right: 1.3rem;
}

.small {
    font-size: 12px;
}

.ex-small {
    font-size: 10px;
}

.brand-logo {
    width: 100%;
    max-width: 244px;
}

.chapter_page ul li {
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000000;
    vertical-align: middle;
    position: relative;
}

.chapter_page ul li + li::before {
    color: #000000;
    content: "/";
    padding: 0;
    margin: 0px;
    font-weight: 300;
    display: revert;
    position: absolute;
    top: 0px;
    left: -23px;
}

.overflow-y {
    overflow-y: scroll;
}

.overflow-x::-webkit-scrollbar {
    display: none;
}

.overflow-x {
    overflow-x: scroll;
}

.swiper-button-next,
.swiper-button-prev {
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-tabs {
    border-bottom: 1px solid #c29c96;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff #fff #c29c96;
}
.list-unstyled {
    line-height: 28px;
}

.lh-0 {
    line-height: 0;
}

.jrc-up {
    background-image: url(https://d2x7u65ctlzo8.cloudfront.net/jrc-2021/assets/v1/master/img/svg/up-arrow.svg);
    position: absolute;
    right: 16px;
    height: 9px;
    width: 12px;
    background-position: center;
    top: 41%;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.jrc-down {
    background-image: url(https://d2x7u65ctlzo8.cloudfront.net/jrc-2021/assets/v1/master/img/svg/up-arrow.svg);
    position: absolute;
    right: 16px;
    height: 9px;
    transform: rotate(0deg);
    width: 12px;
    background-position: center;
    top: 41%;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 50%;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
    position: relative;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    border: 1px solid #555;
    display: inline-block;
    border-radius: 100%;
}

.icon-wishlist {
    background: url(https://d2x7u65ctlzo8.cloudfront.net/jrc-2021/assets/v1/master/img/svg/wishlist-pro-icon.svg);
    width: 16px;
    opacity: 0.5;
    height: 16px;
}

.icon-wishlist:hover {
    opacity: 1;
}

.icon-wishlist.in-wishlist {
    opacity: 1;
    width: 15px;
    height: 15px;
    animation-name: wishlist-ani;
    animation-duration: 1000ms;
    background: url(https://d2x7u65ctlzo8.cloudfront.net/jrc-2021/assets/v1/master/img/svg/wishlist-active-icon-up.svg);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(https://d2x7u65ctlzo8.cloudfront.net/jrc-2021/assets/v1/master/img/svg/left-arrow.svg) !important;
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(https://d2x7u65ctlzo8.cloudfront.net/jrc-2021/assets/v1/master/img/svg/left-arrow.svg) !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.modal button.btn-close {
    z-index: 9;
}

/* 404 */

.modal-body {
    padding: 1.5rem !important;
}

.feature_icon {
    max-width: 112px;
    width: 100%;
}

.easy-autocomplete-container ul {
    list-style: none;
    position: absolute;
    background: #f8f8f8;
    width: 100%;
    z-index: 9999;
    line-height: 34px;
    padding: 10px 15px;
    font-size: 14px;
    display: none;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul li a {
    cursor: pointer;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #c29c96 !important;
}

.easy-autocomplete-container ul li {
    border-bottom: 1px solid #ddd;
}

@keyframes wishlist-ani {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.processing_steps {
    position: relative;
    z-index: 3;
}

.processing_steps .connection_border {
    width: 67%;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 8px;
    left: 13px;
    z-index: -1;
}

.processing_steps .colored_circle {
    width: 18px;
    height: 18px;
    border-radius: 33px;
    background: #c29c96;
}

.processing_steps .gray_circle {
    width: 18px;
    height: 18px;
    border-radius: 33px;
    background: #e2e2e2;
}

.processing_steps .colored_border {
    width: 100%;
    height: 1px;
    background: #c29c96;
    position: absolute;
    bottom: 8px;
    left: 13px;
    z-index: -1;
}

.processing_steps .high_light_border {
    width: 30px;
    height: 30px;
    border-radius: 33px;
    background: rgb(237 216 194 / 50%);
    position: absolute;
    left: 6px;
    bottom: -6px;
}

.btn_add {
    background: #c29c96;
    font-size: 14px;
    font-weight: 300;
    width: 52px;
    height: 30px;
    padding: 6px 14px;
    text-transform: uppercase;
    margin: 0;
    float: right;
    right: 2px;
    top: 2px;
    font-style: inherit !important;
}

.btn_add:hover,
.sampleDiv:hover {
    color: #000000 !important;
}

#divWishlistCategory {
    margin-bottom: 40px;
    height: auto;
    max-height: 200px;
    min-height: auto;
    overflow-y: auto;
}

#wishlist_popup .block p:last-child {
    font-style: italic;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    padding: 25px !important;
    border-radius: 0px !important;
}

.sz_view li a:hover {
    background: #c29c96;
    border: 1px solid #c29c96;
    transition: all 0.3s ease;
    color: #000 !important;
}

.theme-bg-color:hover {
    color: #ffffff !important;
}

.jconfirm-content div {
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
}

.jconfirm-buttons {
    text-align: center;
    float: none !important;
}

.jconfirm-buttons button.btn-default {
    background: #c29c96 !important;
    color: #ffffff !important;
    padding: 0.5rem 1.5rem !important;
    font-weight: 400 !important;
}

.back_to_top {
    display: none;
    bottom: 40px !important;
}

.ProductListingSEOContent h1 {
    font-size: 16px !important;
    font-weight: 400;
}

.ProductListingSEOContent h2 {
    font-size: 14px !important;
    font-weight: 400;
}

.ProductListingSEOContent h3 {
    font-size: 13px !important;
    font-weight: 400;
}

.ProductListingSEOContent h4,
.ProductListingSEOContent h5,
.ProductListingSEOContent h6 {
    font-size: 12px !important;
    font-weight: 400;
}

.ProductListingSEOContent p {
    font-size: 12px !important;
    font-weight: 300;
}

.ProductListingSEOContent a {
    font-size: 12px !important;
    font-weight: 400;
    color: #c29c96 !important;
}

/*-----*/
.accordion-button::after {
    filter: grayscale(1);
}

@media (min-width: 768px) {
    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

    .overflow-y {
        overflow-y: hidden;
    }

    .overflow-x {
        overflow-x: hidden;
    }

    .modal-body {
        padding: 2rem !important;
    }
    ::placeholder {
        color: #000000 !important;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 300 !important;
    }

    ::-webkit-input-placeholder {
        color: #000000 !important;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 14px !important;
    }

    ::-moz-placeholder {
        letter-spacing: 1px;
        color: #000000 !important;
        font-weight: 300 !important;
        font-size: 14px;
    }

    .form-control,
    textarea {
        border: 1px solid #707070;
        border-radius: 0rem;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #000000 !important;
        letter-spacing: 1px !important;
        padding: 0.31rem 0.75rem;
    }

    .ProductListingSEOContent h1 {
        font-size: 18px !important;
        font-weight: 400;
    }

    .ProductListingSEOContent h2 {
        font-size: 16px !important;
        font-weight: 400;
    }

    .ProductListingSEOContent h3 {
        font-size: 15px !important;
        font-weight: 400;
    }

    .ProductListingSEOContent h4,
    .ProductListingSEOContent h5,
    .ProductListingSEOContent h6 {
        font-size: 14px !important;
        font-weight: 400;
    }

    .ProductListingSEOContent p {
        font-size: 14px !important;
        font-weight: 300;
    }

    .ProductListingSEOContent a {
        font-size: 14px !important;
        font-weight: 400;
        color: #c29c96 !important;
    }

    /*-----*/

    .short_right_arrow {
        width: 6px;
        height: 6px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
        position: absolute;
        right: 10px;
        top: 14px;
        z-index: 1;
    }
}

@media (min-width: 1200px) {
    .list-inline-item:not(:last-child) {
        margin-right: 1.8rem;
    }
}

@media (min-width: 1700px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1620px;
    }
}

@media (max-width: 768px) {
    label {
        font-weight: 300 !important;
    }
    .easy-autocomplete-container ul {
        z-index: 999;
    }

    #divWishlistCategory {
        max-height: 100px;
    }

    .easy-autocomplete {
        width: 100% !important;
    }

    .xs-ac-outer {
        position: inherit;
        bottom: 0;
        width: 100%;
        background: #fff;
        left: 0;
        z-index: 99;
    }

    .m-account-menu {
        text-align: center;
        display: flex;
        align-items: start;
        width: 100%;
        flex-wrap: inherit;
        overflow: auto;
    }

    .m-account-menu img {
        margin-bottom: 5px;
    }

    .order_product_detail {
        border: 0px !important;
    }

    .newLoginForm .w-50 {
        width: 100% !important;
    }

    .cart_add_popup {
        display: none !important;
    }

    .short_right_arrow {
        width: 6px;
        height: 6px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
        position: absolute;
        right: 4px !important;
        top: 12px !important;
        z-index: 1;
    }

    #divNewsletterPopup #NewsLetterPopupJRC {
        padding: 0 20px !important;
    }
}
