.breadcrumb li a {
    color: #2f2f2f;
    font-size: 13px;
}

.breadcrumb li {
    color: #2f2f2f;
    font-size: 13px;
}

.product__details {
    background: #f8f8f8;
}

/* product details page start */
.product__details .mySwiper2 img {
    max-height: 350px !important;
    object-fit: contain;
    padding: 20px;
    padding-bottom: 0;
}

.product__detailSlider {
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.product__details .mySwiper {
    padding: 20px;
}

.product__details .mySwiper img {
    height: auto !important;
    transition: border 0.5s ease;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product__details .mySwiper img:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

:root {
    --primary__color: rgb(251, 180, 4);
}

.product__additional-content {
    background-color: white;
    height: 100%;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.product__additional-content .nav-tabs .nav-link.active {
    border-radius: 0;
}

.product__additional-content .nav-tabs .nav-link {
    border-radius: 0;
}

/* product details page endss */
.product__content--title h1 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 400;
}

.product__content--price {
    font-size: 18px;
}

.product__content hr {
    color: var(--background-color);
    border-top: 1px solid #a2aba9;
}

.product__content--shortdesc p {
    font-size: 15px;
    color: #1b1b1b;
    font-weight: 400;
}

.product__quantity {
    display: inline-block;
}

.product__cart {
    display: inline-block;
    border-radius: 5px;
}

.input__spinner {
    border: 1px solid #a2aba9;
}

.input__spinner i {
    font-size: 12px;
    color: #a2aba9;
}

.subtract {
    border-right: 1px solid #a2aba9;
}

.quantity {
    padding: 7px 20px;
    color: #525252;
    font-size: 15px;
}

.add {
    border-left: 1px solid #a2aba9;
}

.add,
.subtract {
    cursor: pointer;
    padding: 7px 10px;
}

.add:hover,
.subtract:hover {
    background: var(--primary-color);
}

.add:hover i,
.subtract:hover i {
    color: #fff;
}

.button-2 {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    position: relative;
}

.button-2::before {
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 8px;
    width: 8px;
}

.button-2 button {
    color: #fff;
    z-index: 1;
    position: relative;
}

.button-2:hover::before {
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

.product__cart {
    background-color: var(--marquee-color);
}

.product__buy {
    background-color: var(--primary-color);
}

.product__meta ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #1b1b1b;
}

.product__meta ul li span {
    color: #1c1c1c;
}

.product__additional ul li button {
    font-size: 18px;
    font-weight: 300;
}

.product__desc ul li::marker {
    color: var(--primary-color);
}

.product__desc {
    padding: 30px;
}

.product__desc {
    font-size: 16px;
    font-weight: 300;
}

.nav-link,
.nav-link:hover {
    color: #333;
}

.nav-tabs .nav-link.active {
    position: relative;
    transition: all 0.3s linear;
}

.nav-tabs .nav-link.active::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: var(--primary-color);
    transition: all 0.3s linear;
}

/* product details page css */
.product__toprating--icons {
    font-size: 19px;
    color: var(--rating-color);
}

.product__toprating--info {
    color: var(--footer-paragraph-color);
}

.img-fit {
    display: block;
    height: 70px;
    width: 70px;
}

.product__suggest--content {
    padding: 15px 10px 15px 18px;
    background-color: var(--bs-white);
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border-radius: 0.25rem;
}

.product__suggest--info h5 {
    font-size: 18px;
    color: #555;
    font-weight: 400;
}

.product__sugest--review i {
    color: var(--marquee-color);
}

.product__suggest--info p {
    color: #565656;
    font-size: 13px;
}

.product__suggest--title h3 {
    font-weight: 400;
    font-size: 24px;
}

.avg__rating--icons {
    font-size: 18px;
    color: var(--rating-color);
}

.avg__rating--bar {
    background: #eee;
    height: 0.5rem;
    width: 18rem;
}

.avg__rating--bar span {
    height: 100%;
    line-height: 1;
    background-color: var(--rating-color);
    display: inline-block;
    margin-bottom: 10px;
}

.avg__rating--container mark {
    font-size: 5em;
    font-weight: 400;
    line-height: 1;
    color: #54524d;
    background: none;
    margin-right: 1.2rem;
}

.avg__rating--title span {
    line-height: 1.625;
    color: #777;
    font-weight: 300;
}

.button-2 {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    position: relative;
}

.button-2::before {
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 8px;
    width: 8px;
}

.button-2 button {
    color: #fff;
    z-index: 1;
    position: relative;
}

.button-2:hover::before {
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

.rating__form .button-2 button {
    outline: none;
    border: none;
    background-color: transparent;
    color: var(--white-color);
}

.rating__form .button-2 {
    display: inline-block;
    background-color: var(--primary-color);
}

.rating__form .button-2::before {
    background-color: var(--pitch-black);
}

.rating__form--icons {
    font-size: 20px;
    color: var(--rating-color);
}

.rating__form--container span {
    font-weight: 300;
}

.rating__form--content .button-2 {
    background-color: var(--background-color);
    display: inline-block;
}

.rating__form--content .button-2::before {
    background-color: var(--primary-color);
}

.rating__form--content form input,
.rating__form--content form textarea {
    border: 1px solid #e0dede;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    max-height: 30px;
}

.rating__form--content form input {
    max-height: 50px;
}

.rating__form--content form textarea {
    max-height: 150px;
}

.rating__form--content form input {
    height: 50px;
}

.modal-content {
    z-index: 999999999;
}

.form-control,
.form-select {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.rating__comments--icons i {
    font-size: 18px;
    color: var(--rating-color);
}

.rating__comments--name span {
    font-size: 1rem;
}

.rating__comments--name span:nth-child(1) {
    font-weight: bold;
}

.rating__comments--title {
    font-size: 18px;
}

.rating__comments--description p {
    font-size: 16px;
    font-weight: 300;
}

.rating__comments--container {
    border-bottom: 1px solid #e0dede;
}

.button-2 button:active,
.button-2 button:focus-visible {
    box-shadow: none;
    background-color: transparent !important;
    border-color: none !important;
}

.form-control:focus {
    border-color: #e0dede;
}
