/* ----------------------------------- */

.product-gallery {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    border-radius: 10px;
    /* background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.product-gallery .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    background-color: #f7858d;
    padding: 7px;
    border-radius: 5px;
    z-index: 5;
}

.product-gallery .product-carousel img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.product-carousel .item {
    margin-bottom: 20px;
}


.gallery-item {
    display: block;
    position: relative;
    width: 100%;
}

.product-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -20px;
    text-align: center;
    outline: none;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    cursor: pointer;
}

.product-carousel .owl-nav button.owl-prev {
    right: 10px;
}

.product-carousel .owl-nav button.owl-next {
    left: 10px;
}

.product-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev {
    font-size: 30px;
    color: #a4a4a4;
}

.product-carousel .owl-nav button.owl-next:hover,
.product-carousel .owl-nav button.owl-prev:hover {
    color: #ff2b2b;
}

.product-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}

.product-gallery .product-thumbnails {
    display: block;
    margin: 0 -1rem;
    margin-left: -1rem;
    padding: 0.75rem;
    border-top: 1px solid #f4f4f4;
    text-align: center;
}

.product-gallery .product-thumbnails>li {
    display: inline-block;
    margin: 0.625rem 0.1875rem;
    vertical-align: middle;
}

.product-gallery .product-thumbnails>li>a {
    display: flex;
    align-items: center;
    width: 72px;
    height: 72px;
    transition: all 0.25s;
    border: 1px solid transparent;
    background-color: #fff;
    opacity: 0.75;
    padding: 5px;
    overflow: hidden;
}

.product-gallery .product-thumbnails>li.active>a {
    border-color: var(--primary-color);
    cursor: default;
    opacity: 1;
    border-radius: 8px;
}

.product-gallery .product-thumbnails>li>a>img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}

.product-gallery .product-thumbnails>li>a>i {
    font-size: 25px;
    line-height: 50px;
    color: #f7858d;
}

.product-gallery .more-btn a {
    position: relative;
}

.product-gallery .more-btn img {
    opacity: 0.2;
}

.product-gallery .more-btn i {
    position: absolute;
    top: 10px;
    right: 23px;
    color: #424750 !important;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0;
    cursor: default;
}

input[type="radio"] {
    display: none;
}

label {
    color: #bbb;
    font-size: 2rem;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

label:hover,
label:hover~label,
input[type="radio"]:checked~label {
    color: #f2b600;
}

.card-body {
    color: #000;
}



.error {
    font-size: 13px !important;
}