.product-info-main caption,
.product-info-main .caption {
    /* font-family: Lato; */
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #ADADAD;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.product-info-main button.btn-close.ml-auto {
    float: right;
    margin-left: auto;
    font-size: 10px;
}

:is(#product-info, .brand-collection) a {
    font-weight: bold;
}

.product-status-modal .modal-dialog {
    width: 90%;
    min-height: calc(100% - 300px);
    background-color: rgba(36, 61, 107, .8);
    max-width: none;
    border-radius: 20px;
    color: white;
    margin: 1.75rem auto;
    pointer-events: auto;
}
#expert-carousel {
    max-width:800px;
    margin: 0 auto; 
}

#expert-carousel .swiper-slide {
    display: flex;
    justify-content: center; /* Center the card horizontally */
}

#expert-carousel .expert-card {
    padding : 0.5rem;
    display: flex;
    gap: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    border: 2px solid #ddd;  
    border-radius: 5px;
    align-items: center;
    width: fit-content !important;
}

#expert-carousel .btn {
    height: fit-content;
}

@media only screen and (min-height: 701px) {
    .product-status-modal .modal-dialog {
        margin-top: 80px;
    }
}

.product-status-modal .modal-body {
    padding-bottom: 2rem;
}

.product-status-modal .modal-content {
    max-width: 500px;
}

.product-status-modal .modal-header {
    background-color: transparent;
    border-bottom: none;
}

.product-status-modal .modal-content {
    background-color: transparent;
}

.stock-check-body {
    height: 400px;
    width: 100%;
}

.discontinued-body {
    height: 450px;
    width: 100%;
}

.static-slide {
    height: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.static-slide .title {
    position: absolute;
    bottom: 0px;
    background-color: rgba(36, 61, 107, .8);
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    font-size: 12px;
}

.product-status-modal .modal-header {
    position: absolute;
    top: 0px;
    right: 0px;
}

.product-status-modal .modal-content {
    position: relative;
}

#discontinuedModal .container {
    background-color: white;
    border-radius: 20px;
}

.product-list-rel {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 10px !important;
}

.product-list-rel .product {
    width: 100%;
}

.product-list-rel {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 10px !important;
}

@media (max-width: 767px) {
    .product-list-rel {
        grid-template-columns: 1fr 1fr !important;
    }
}

.details-fieldvalue a {
    text-decoration: underline;
}

.details-fieldvalue a:hover {
    color: black;
}

@media (min-width: 601px) {
    .side-details {
        padding-top: 0px;
    }
}

@media (max-width: 600px) {
    .side-details {
        padding-top: 20px;
    }
}

.product-options {
    width: 240px;
}

.product-info :is(h1, h2, h3, h4) {
    padding-top: 10px;
}

.product-info :is(h1, h2):first-child {
    font-size: 20px;
    color: #223855;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    margin-bottom: 30px;
    font-weight: normal;
    font-weight: bold;
}

.product-info img {
    max-width: 100%;
}

.prod-btn-icon {
    height: 30px;
    width: 30px;
    overflow: none;
    text-align: center;
    padding: 2px;
}

@media (max-width: 575px) {
    #product-btn-container {
        justify-content: center;
    }
}

.image-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.image-preview div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.meta-modal {
    z-index: 1062 !important;
}

#share-group {
    height: 60px;
}

.dropdown-share-menu {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000;
    font-size: 18px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform-origin: right top 0px;
    -webkit-transform: scale(0);
}

.dropdown-share-menu.active {
    opacity: 1;
    -webkit-transform-origin: right top 0px;
    -webkit-transform: scale(1);
}

.nowrap {
    flex-wrap: nowrap !important;
}

.form-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.image-upload {
    position: relative;
    max-width: 205px;
    margin: 0 auto;
}

.image-upload .image-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.image-upload .image-edit input {
    display: none;
}

.image-upload .image-edit input+label::after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    color: white;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 0;
    text-align: center;
    margin: auto;
}

.image-upload .image-edit input+label:hover {
    background: #006dcc;
    border-color: #d6d6d6;
    color: black;
}

.image-upload .image-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #223855;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

#product-top-details .btn-info {
    min-width: 152px;
}

@media (max-width: 374px) {
    #product-top-details .col-xxs-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

}

.image-option {
    width: 66px;
    height: 66px;
    border: 1px solid black;
    border-radius: 6px;
    padding: 6px;
    background-color: white;
}

.image-option img {
    max-height: 100%;
}

.image-option.active {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.product-image {
    height: min(50vh, 400px);
}

.product-image img {
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.js-image-zoom__zoomed-image {
    box-shadow: 0px 0px 20px rgb(0, 0, 0, .3);
}

.continue-btn {
    color:  #372954;
    font-weight: bold;
}

.continue-btn:hover {
    color: #38adb5;
}

.fa-chevron-icon {
    text-align: center;
    animation: bounce-x 1s ease-in-out infinite;
    cursor: pointer;
}

#e-sample-intro-modal h2 {
    color : var(--rr-blue);
    font-size: 1.5rem;
    font-weight: bold;
}

#e-sample-intro-modal strong {
    color : var(--rr-blue);
}

.btn.btn-quickship {
    background-color: #f3f3f3;
    color: rgb(0, 88, 155);
    border: 1px dashed rgb(0, 88, 155);
    cursor:default;
}

@keyframes bounce-x {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
    }