/* .container {
    background: #000;
} */

a {
    text-decoration: none;
}

.variation-section {
    background: #fff;
    margin-bottom: 12px;
    padding: 14px;
}

.col-10 {
    /* background: rgb(185, 174, 18); */
    width: 82%;
    margin-right: 13px;
}

#featured {
    max-width: 503px;
    max-height: 600px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid rgb(8, 140, 228);
}

.thumbnail {
    object-fit: cover;
    max-width: 180px;
    max-height: 100px;
    cursor: pointer;
    opacity: 0.5;
    margin: 5px 3px 5px 5px;
    border: 1px solid rgb(8, 140, 228);
}

.thumbnail:hover {
    opacity: 1;
}

.active {
    opacity: 1;
}

#slider {
    padding: 0;
}

#slider .thumbnail {
    margin: 8px 0 0 0;
    padding-right: 6px;
}

.pricing-wrapper {
    margin-top: 35px;
}

.ratings-container {
    margin-top: 30px;
    padding: 4px;
    align-items: center;
}

.ratings-container .ratings {
    color: #0036ff;
    font-size: 15px;
}

.star-ratings span {
    font-size: 15px;
}

.ratings-container .sold {
    margin-right: 14px;
}

.price {
    padding: 10px 0 10px 23px;
    width: 95%;
    background: rgba(247, 247, 247, 0.836);
    margin-top: 28px;
    font-size: 25px;
    color: #0036ff;
    font-weight: 500;
}
.var-section-error {
    background-color: rgba(255, 110, 85, 0.084);
}
.var-section {
    margin-top: 32px;
    border-radius: 3px;
}

.var-section dt {
    font-weight: 14px;
}

.text-muted {
    font-weight: 400;
}

.var-section label {
    font-size: 14px;
}

.var-section input {
    font-size: 14px;
}

.btn-colors .btn {
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
    border: 1px solid #ced4da;
}

.btn-glass .btn {
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
    border: 1px solid black;
}

.btn-glass .selected {
    border: 1px solid #0036ff;
    color: #0036ff;
}

.btn-colors .selected {
    border: 1px solid #0036ff;
    color: #0036ff;
}

.quantity-bx {
    display: flex;
    align-items: center;
}
.quantity-bx .input-group {
    width: 40%;
}

.minus {
    background: rgb(255, 255, 255);
    cursor: pointer;
}

.plus {
    background: rgb(255, 255, 255);
    cursor: pointer;
}

.btn-buttons {
    margin-top: 15px;
}

.button-group .btn {
    width: 220px;
    padding: 15px;
    margin-right: 15px;
}

.button-group .btn-primary:hover {
    background: #0036ff;
}

.leftRight-btn {
    background: rgb(242, 240, 255);
    color: #0036ff;
}
.leftRight-btn:hover {
    background: rgb(242, 240, 255);
    color: #0036ff;
}

/* .leftRight-btn:hover {
      background: rgb(160, 154, 199);
   } */

.desc-section {
    margin-bottom: 20px;
}

.desc-section .col-2 {
    width: 16%;
    padding: 0;
}

/* .desc-section .col-2 {
       background: #fff;
   } */

.description-bx ul {
    padding-left: 0;
}

.product-description {
    background: #fff;
    padding: 30px 20px 30px 20px;
}

.product-description h5 {
    background: rgba(247, 247, 247, 0.836);
    padding: 15px 0 15px 20px;
    margin-bottom: 15px;
}

/* .description-bx {
       background: rgb(228, 190, 190);
   } */

.related-prod-section {
    background: rgb(240, 240, 240);
}

.related-prod-section h6 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 15px;
    background: #fff;
}

.related-prod-box {
    text-align: center;
    position: relative;
    background: #fff;
    margin-top: 8px;
    padding: 14px;
}

.related-prod-box img {
    margin: auto;
    width: 170px;
    object-fit: cover;
    border: 1px solid rgb(8, 140, 228);
}

.related-prod-box .title {
    color: #000;
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding: 8px 0 4px 0;
    width: 92%;
    margin: auto;
}

.related-prod-box .price {
    font-size: 15px;
    color: #0036ff;
    text-align: left;
    margin: 0;
    padding: 8px 0 8px 0;
    width: 92%;
    margin: auto;
}

.see-more {
    padding: 0;
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px !important;
}

.see-more a:hover {
    font-weight: 600;
}

.related-prod-responsive {
    display: none;
}

.related-prod-responsive h6 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 15px;
    background: #fff;
    margin-top: 12px;
}

.related-prod-responsive .card-body .card-text {
    color: #0036ff;
    font-size: 22px;
    font-weight: 600px;
}

.related-prod-responsive .card h5 {
    font-size: 18px;
}

.product-ratings-section {
    padding: 15px 0 15px 20px;
    background: #fff;
}

.no-of-ratings {
    text-align: center;
    align-items: center;
    margin: auto;
    /* height: 200px; */
    padding: 20px;
    width: 90%;
    background: rgba(219, 226, 236, 0.466);
    border: solid 1px rgba(201, 224, 224, 0.76);
}

.no-of-ratings .row {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.no-of-ratings .col {
    padding: 3px 0 3px 0;
    text-align: center;
    margin-right: 14px;
    width: 16%;
    background: rgba(230, 235, 241, 0.466);
    border: solid 1px rgba(216, 215, 215, 0.76);
}

.overall {
    margin-bottom: 30px;
}

.overall h6 {
    font-size: 26px;
    color: #0036ff;
    line-height: 50px;
}

.overall span {
    font-size: 38px;
    font-weight: 700;
}

.overall .fa-star {
    font-size: 24px;
    color: #0036ff;
}

.star {
    display: flex;
    text-align: center;
    margin-right: 30px;
    background: rgba(230, 235, 241, 0.466);
    border: solid 1px rgba(216, 215, 215, 0.76);
    padding: 10px 30px 10px 30px;
    /* width: 20%; */
}

.comment-section {
    background: rgba(247, 247, 247, 0.836);
    width: 90%;
    margin: auto;
    padding: 8px;
}

.comment-wrapper {
    margin: 10px 10px 15px 10px;
    background: #fff;
    padding: 10px 30px 10px 30px;
    line-height: 30px;
}

.profile-image img {
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}

.comment-wrapper .ratings {
    color: rgb(248, 204, 59);
}

.date-variation {
    color: gray;
    font-weight: 400;
    margin: 5px 0 5px 0;
}

.star-no-rates {
    width: 100%;
}

@media (max-width: 1399px) {
    #featured {
        max-width: 440px;
        max-height: 497px;
        object-fit: cover;
        cursor: pointer;
        border: 1px solid rgb(8, 140, 228);
    }

    .thumbnail {
        object-fit: cover;
        max-width: 84.3px;
        max-height: 100px;
        cursor: pointer;
        opacity: 0.5;
        margin: 12px 0 0 0 !important;
        border: 1px solid rgb(8, 140, 228);
    }

    .pricing-wrapper {
        margin-top: 12px;
    }

    .ratings-container {
        margin-top: 5px;
        padding: 4px;
        align-items: center;
    }

    .price {
        padding: 10px 0 10px 23px;
        width: 95%;
        background: rgba(247, 247, 247, 0.836);
        margin-top: 8px;
        font-size: 25px;
        color: #0036ff;
        font-weight: 500;
    }

    .var-section {
        margin-top: 12px;
    }

    .button-group .btn {
        width: 190px;
        padding: 15px;
        margin-right: 10px;
    }

    .related-prod-box img {
        margin: auto;
        width: 140px;
        object-fit: cover;
        border: 1px solid #0036ff;
    }
}

@media (max-width: 1199px) {
    #featured {
        max-width: 365px;
        max-height: 497px;
        object-fit: cover;
        cursor: pointer;
        border: 1px solid #0036ff;
    }

    .thumbnail {
        object-fit: cover;
        max-width: 69px;
        max-height: 100px;
        cursor: pointer;
        opacity: 0.5;
        margin: 12px 0 0 0 !important;
        border: 1px solid #0036ff;
    }

    .pricing-wrapper {
        margin-top: 12px;
    }

    .pricing-wrapper h5 {
        font-size: 20px;
    }

    .ratings-container {
        margin-top: 5px;
        padding: 4px;
        align-items: center;
    }

    .price {
        padding: 8px 0 8px 0px;
        width: 95%;
        margin-top: 6px;
        font-size: 20px;
    }

    .var-section {
        margin-top: 12px;
    }

    .var-section .row {
        margin-bottom: 2px;
    }

    .btn-colors .btn {
        color: #000;
        text-align: center;
        font-size: 12.5px;
        margin-right: 20px;
    }

    .btn-glass .btn {
        color: #000;
        text-align: center;
        font-size: 12.5px;
        margin-right: 20px;
    }

    .button-group .btn {
        width: 150px;
        padding: 10px;
        margin: 20px 15px 0 0;
        font-size: 14px;
    }

    .related-prod-section h6 {
        font-size: 14px;
        text-align: center;
        width: 100%;
        padding: 15px;
        background: #fff;
    }

    .related-prod-box .title {
        font-size: 11px;
    }

    .related-prod-box img {
        margin: auto;
        width: 110px;
        object-fit: cover;
        border: 1px solid #0036ff;
    }

    .related-prod-box .price {
        font-size: 11px;
        color: #0036ff;
        text-align: left;
        margin: 0;
        padding: 8px 0 8px 0;
        width: 92%;
        margin: auto;
    }

    .star {
        text-align: center;
        margin: 10px;
        background: rgba(230, 235, 241, 0.466);
        border: solid 1px rgba(216, 215, 215, 0.76);
        padding: 10px 30px 10px 30px;
        width: 20%;
    }
}

@media (max-width: 991px) {
    #slide-wrapper {
        align-items: center;
        text-align: center;
        padding: 12px;
        border: 1px solid rgb(226, 226, 226);
    }

    #featured {
        max-width: 100%;
        max-height: 497px;
        object-fit: cover;
        cursor: pointer;
        border: 1px solid #0036ff;
        margin-left: 0;
        margin-right: 0;
    }

    .thumbnail {
        object-fit: cover;
        max-width: 82.7px;
        max-height: 100px;
        cursor: pointer;
        opacity: 0.5;
        margin: 5px 3px 5px 5px;
        border: 1px solid #0036ff;
    }

    .pricing-wrapper {
        margin-top: 29px;
    }

    .button-group .btn {
        width: 190px;
        padding: 10px;
        margin: 20px 12px 0 10px;
        font-size: 16px;
    }

    .related-prod-section {
        display: none;
    }

    .related-prod-responsive {
        display: block;
    }

    .related-prod-responsive .card h5 {
        font-size: 16px;
    }

    .related-prod-responsive .card .card-body p {
        font-size: 15px !important;
    }

    .overall {
        margin-bottom: 30px;
    }

    .overall h6 {
        font-size: 18px;
        color: #0036ff;
        line-height: 30px;
    }

    .overall span {
        font-size: 28px;
        font-weight: 700;
    }

    .overall .fa-star {
        font-size: 20px;
        color: #0036ff;
    }

    .star {
        display: flex;
        text-align: center;
        margin-right: 30px;
        background: rgba(230, 235, 241, 0.466);
        border: solid 1px rgba(216, 215, 215, 0.76);
        padding: 10px 30px 10px 30px;
        width: 20%;
    }

    /* .star-no-rates {
  
      } */
}

@media (max-width: 767px) {
    .button-group .btn {
        width: 100%;
        padding: 10px;
        margin: 0;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .no-of-ratings .col {
        padding: 0;
        text-align: center;
        width: 12%;
        background: rgba(230, 235, 241, 0.466);
        border: solid 1px rgba(216, 215, 215, 0.76);
    }
}

@media (max-width: 531px) {
    .btn-buttons .btn {
        width: 100px;
        margin-right: 30px;
        padding: 14px;
        font-size: 12px;
    }
}

@media (max-width: 509px) {
    .thumbnail {
        object-fit: cover;
        max-width: 82px;
        max-height: 100px;
        cursor: pointer;
        opacity: 0.5;
        margin: 12px 0 0 0 !important;
        border: 1px solid rgb(8, 140, 228);
    }
}

@media (max-width: 470px) {
    .no-of-ratings .col {
        text-align: center;
        width: 12%;
        background: rgba(230, 235, 241, 0.466);
        border: solid 1px rgba(216, 215, 215, 0.76);
    }
}

@media (max-width: 425px) {
    .thumbnail {
        object-fit: cover;
        max-width: 65px;
        max-height: 100px;
        cursor: pointer;
        opacity: 0.5;
        margin: 5px 3px 5px 5px;
        border: 1px solid rgb(8, 140, 228);
    }

    .btn-buttons .btn {
        width: 100px;
        margin-right: 30px;
        padding: 14px;
        font-size: 12px;
    }

    .no-of-ratings .col {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .thumbnail {
        object-fit: cover;
        max-width: 55.3px;
        max-height: 100px;
        cursor: pointer;
        opacity: 0.5;
        margin: 5px 3px 5px 5px;
        border: 1px solid rgb(8, 140, 228);
    }

    .btn-colors .btn {
        color: #000;
        text-align: center;
        font-size: 11px;
        margin-right: 20px;
    }

    .btn-glass .btn {
        color: #000;
        text-align: center;
        font-size: 11px;
        margin-right: 10px;
    }

    .no-of-ratings .col {
        font-size: 10px;
    }

    .related-prod-responsive .card h5 {
        font-size: 12px;
    }

    .related-prod-responsive .card .card-body p {
        font-size: 13px !important;
    }
}

@media (max-width: 320px) {
    .thumbnail {
        object-fit: cover;
        max-width: 44.2px;
        max-height: 100px;
        cursor: pointer;
        opacity: 0.5;
        margin: 12px 0 0 0 !important;
        border: 1px solid rgb(8, 140, 228);
    }

    .btn-buttons .btn {
        width: 70px;
        margin-right: 30px;
        padding: 8px;
        font-size: 10px;
    }

    .related-prod-box {
        display: none;
    }

    .rel-prod {
        display: none;
    }

    .related-prod-responsive {
        display: none;
    }

    .related-prod-section .see-more {
        display: block !important;
    }
}
input {
    text-align: center;
}

@media only screen and (min-width: 599px) {
    .pricing-wrapper h5 {
        margin-bottom: 0px;
    }
    .ratings-container {
        margin-top: 3px;
    }
    .price {
        margin-top: 2px;
    }
    .var-section {
        margin-top: 0px;
    }
    #title-container {
        height: 1rem !important;
    }
}

#title-container {
    height: 5rem !important;
}

.pricing-wrapper h5 {
    font-size: 20pt;
}

@media only screen and (max-width: 598px) {
    .card-text {
        margin-top: 10px !important;
    }
}
