/* product gallery */

.product-details-page .gallery img.image.main-image {
    max-height: 530px;
}

.product-details-page .gallery img.image.main-image+div {
    width: 100%;
}

.product-details-page .gallery img.image.thumb-image, .vgs__gallery__container__img {
    width: 80px !important;
    height: 80px !important;
    margin: 0 7px 7px 0;
    border: 1px solid #ddd;
    object-fit: contain;
    border-radius: 0px !important;
}

.product-details-page .gallery img.image.zoom, .product-details-page .gallery .thumb-image {
    cursor: pointer;
}

.vgscontainertitle {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* product overview */
/*
.product-details-page .product-label {
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: 1033;
}*/
.product-label .badge-info{
    background: #dc3545;
    font-weight: normal;

}
.gallery .product-label{
    left: 0;
    top: 0;
}
.product-details-page .product-label .badge {
    padding: 6px 8px;
}

.product-details-page .overview .label {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.product-details-page .overview .value {
    font-size: 16px;
    font-weight: 400;
}

/* product attributes */

.attributes {
    margin: 0 0 15px 0;
    border: 1px solid #dee2e6;
}

.attributes table {
    margin: 0;
    border: 0;
}

.attributes table tr:first-child td {
    border-top: 0;
}

.attributes table tr td {
    padding: 10px 10px 10px 40px !important;
    vertical-align: middle;
}

.attributes .text-prompt {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.image-square-tooltip {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.image-square-tooltip img {
    max-width: 165px;
}

/* product price */

.product-details-page .overview .actual-price {
    color: #17a2b8;
    font-size: 24px;
    font-weight: 700;
}

.product-details-page .overview .old-price {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through;
}

/* product add to cart */

.product-add-to-cart .qty-input, .product-add-to-cart .qty-dropdown {
    width: 75px;
    height: 45px;
}

.product-add-to-cart .input-group-append {
    width: calc(100% - 75px);
}

.product-add-to-cart .input-group-append .btn {
    font-size: 20px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    align-items: center;
}

/* product tabs */

/* .product-details-page .nav-tabs .nav-link {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    border: 0;
    outline: none;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
} */

/* .product-details-page .nav-tabs .nav-link.active {
    color: #000;
} */

/* .product-details-page .nav-tabs .nav-link:hover:not(.active) {
    background-color: rgba(0,0,0,.08);
    color: #000;
} */

.product-details-page .nav-tabs .nav-link::before {
    /* content: ""; */
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product-details-page .nav-tabs .nav-link:hover::before {
    left: 0;
    right: 0;
}

.product-details-page .nav-tabs .nav-link.active::before {
    background: #17a2b8;
    left: 0;
    right: 0;
}

/* product collateral */

.product-collateral .add-to-cart-button {
    max-width: 160px;
}

.product-collateral .add-to-wishlist-button {
    width: 235px;
}

/* css added by Sushil */

/*inner-page-product-details*/

.overview.col-12.col-md-6 {
    padding: 20px 25px;
    background-image: linear-gradient(to bottom, #34d6a3 50%, rgba(255, 255, 255, 0) 0%);
    background-position: 0px top;
    background-size: 3px 20px;
    background-repeat: repeat-y;
}

.overview.col-12.col-md-6 h2.generalTitle {
    border-style: solid;
    border-image-source: linear-gradient(45deg, #34d6a3, rgb(250, 224, 66));
    border-image-slice: 1;
    padding-bottom: 10px;
    font-size: 28px;
    border-width: 0px 0px 4px 0px;
}

.product-tabs li.nav-item {
    position: relative;
}

.product-details-page .product-tabs .nav-link.active, #pills-mobile-tab .nav-item .nav-link.active {
    color: #34d6a3;
    background-color: #fff;
    font-weight: 400;
}

.product-details-page .product-tabs .nav-link {
    padding: 11px;
}

.product-details-page .product-tabs .nav-link, #pills-mobile-tab .nav-item .nav-link {
    position: relative;
    color: #5F6D74;
    font-weight: 300;
    border: 0;
    text-transform: uppercase;
}

div#contact-us-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#contact-us-product fieldset.form-group {
    width: 100%;
}

@media(min-width:768px) {
    div#contact-us-product fieldset.form-group {
        width: calc(50% - 8px) !important;
    }
}

.product-details-page #product-details-form .item-container {
    background: linear-gradient(to left, rgb(220, 238, 253) 0%, rgb(255, 255, 255) 70%);
    position: relative;
    margin-bottom: 45px;
    box-shadow: 0px 0px 50px 5px rgba(165, 157, 157, 0.3);
}

@media(min-width:1024px) {
    .product-details-page #product-details-form .item-container:before {
        content: '';
        background-image: url(../../images/deliverys.png);
        position: absolute;
        width: 300px;
        height: 250px;
        right: 0px;
        bottom: -60px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.product-details-page .overview button.btn-outline-secondary {
    background-color: rgba(255, 255, 255, 0.8);
}

.related-products-grid.product-grid .card.gen {
    margin: 0 !important;
    padding-top: 30px;
}

.related-products-grid.product-grid .card.gen .card-body {
    margin: 0 !important;
}

.product-details-page .gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: column;
}

.product-details-page #product_tab_content .d-composition {
    font-size: 16px;
    line-height: 1.7;
    border-radius: 5px !important;
}

div#product_tab_content .tab-pane {
    padding: 20px;
    border-radius: 0 0 5px 5px !important;
    min-height: 200px;
    border-width: 0px 2px 2px 2px;
    box-shadow: 0px 0px 50px 5px rgba(165, 157, 157, 0.3);
}

div#product_tab_content div#spec {
    padding: 0 !important;
    background: transparent !important;
}

.card.comment.product-review-item {
    border-radius: 5px;
}

.product-review-item .card-body {
    padding: 20px !important;
}

.product-review-list h5 {
    color: #2cb85d;
}

.product-specs-box .table td, .product-specs-box .table th {
    border-top: 1px solid #dee2e6 !important;
}

.product-specs-box .table-responsive {
    margin-top: 0 !important;
}

/*product*/

.product-details-page .product-bundle .img-fluid {
    overflow: hidden;
}

.product-details-page .add-to-cart-button {
    margin-bottom: 4px;
}

.product-details-page .associatedItem .btn-secondary {
    min-height: 38px;
    margin-left: 5px;
}

.prod-list {
    border: 1px solid transparent;
    box-shadow: unset;
    transition: all .3s ease;
}

.prod-list:hover {
    border: 1px solid #0091b5;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12)
}

.prod-list a {
    overflow: hidden !important;
}

.prod-list .actual-price {
    font-weight: 500;
    font-size: 18px;
}

.prod-list img {
    max-width: 200px;
    max-height: 200px;
}

.prod-list .product-rating-box.list-group {
    padding-bottom: 0;
}

.prod-list .card-title {
    margin-bottom: 0;
}

.prod-list .card-title strong {
    font-weight: 500;
}

.prod-list .img-holder {
    position: relative;
    max-width: 200px;
    width: 200px;
}

.prod-list .img-holder .picture {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
}

.product-details-page .overview-buttons .add-to-cart-button {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.product-details-page .sp-wrap {
    max-width: 100%;
    border: 0;
    background: 0;
}

.product-details-page .sp-thumbs {
    display: inline-flex;
    overflow-x: auto;
    width: 100%;
    padding: 1px;
    flex-wrap: nowrap;
    margin-top: 15px;
}

.product-details-page .sp-thumbs a {
    margin-right: 5px;
}

.product-details-page .sp-thumbs a:link, .sp-thumbs a:visited {
    display: flex;
    width: 100px;
    min-width: 100px;
    min-height: 100px;
    height: 100px;
    padding: .25rem;
    background-color: #fff;
    border: 4px solid #fff;
    outline: 1px solid #ddd;
}

.product-details-page .thumbnails {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 15px 0;
    justify-content: center;
}

.product-details-page .thumbnails .thumb-popup-link {
    margin-right: 5px;
    width: 80px;
    height: 80px;
    position: relative;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 2px;
    overflow: hidden;
}

.product-details-page .overview .generalTitle {
    font-weight: 300;
}

.sp-lightbox {
    z-index: 99999 !important;
    background: rgba(0, 0, 0, .8) !important;
}

.sp-lightbox .close {
    color: #fff;
    opacity: 1;
}

.sp-lightbox .close:after {
    content: "";
    position: absolute;
    display: flex;
    background: #fff;
    top: 15px;
    right: 15px;
    width: 3px;
    height: 20px;
    transform: rotate(45deg);
}

.sp-lightbox .close:before {
    content: "";
    position: absolute;
    display: flex;
    background: #fff;
    top: 15px;
    right: 15px;
    width: 3px;
    height: 20px;
    transform: rotate(-45deg);
}

.sp-lightbox img {
    border: 0 !important;
}

.sp-lightbox #sp-prev, .sp-lightbox #sp-next {
    background: transparent !important;
    border: 0 !important;
}

.sp-large {
    display: block !important;
}

#sp-next:before {
    content: '';
    border: 13px solid transparent !important;
    border-left: 17px solid rgba(255, 255, 255, .7) !important;
    position: absolute !important;
    top: 16px !important;
    left: 10px !important;
}

#sp-prev:before {
    content: '';
    border: 13px solid transparent !important;
    border-right: 17px solid rgba(255, 255, 255, .7) !important;
    position: absolute !important;
    top: 16px !important;
    left: 7px !important;
}

/* product quickview */

.product-quickview .product-details-page {
    background: #fff;
    padding: 15px;
}

.product-quickview .close {
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    width: 50px;
    height: 50px;
    cursor: pointer !important;
}

.product-quickview .quick-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.product-quickview .quick-close:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;
    width: 15px;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
}

.product-quickview .quick-close:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;
    width: 15px;
    height: 3px;
    background: #000;
    transform: rotate(-45deg);
}

@media (min-width: 576px) {
    .product-quickview .modal-dialog.container {
        max-width: 540px;
    }
    .product-quickview {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .product-quickview .modal-dialog.container {
        max-width: 720px;
    }
    .return-request-table thead th {
        min-width: 140px;
    }
    .product-quickview {
        max-width: 960px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .card.gen .btn-group .btn-success {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .product-quickview .modal-dialog.container {
        max-width: 960px;
    }
    .product-quickview {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .product-quickview .modal-dialog.container {
        max-width: 1140px;
    }
}

/*rating*/

.rating {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 20px;
    margin: 5px 0;
}

/* 
.rating .rating-ghost {
    color: #f0ad4e;
} */

.rating .rating-real {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    color: #f0ad4e;
    overflow: hidden;
    white-space: nowrap;
}

.vendor-review-list .rating, .product-review-list .rating {
    top: 25px;
    left: calc(100% - 83px);
}

.rating-options {
    padding-top: 7px;
}

.rating-options .custom-control-label {
    color: #f0ad4e;
    font-size: 30px;
    cursor: pointer;
}

.rating-options .custom-control-label::after {
    display: none;
}

.rating-options .custom-control-label::before {
    display: none;
}

.rating-options .custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset;
}

.rating-options .custom-control-label::before {
    background-color: transparent !important;
}

.vote.up {
    margin-top: 24px;
}

.product-details-page .generalTitle {
    color: #34d6a3;
    margin: 15px 0 15px 0;
}

.product-details-page .overview .generalTitle {
    font-weight: 400;
}

.product-details-page .short-description {
    font-weight: 400;
    font-size: 14px;
}

/* #product-details-form a {
    color: #34d6a3;
} */

/* #product-details-form a:hover {
    color: #34d6a3;
} */

#product-details-form .actual-price {
    color: #272727;
    font-weight: 400;
}

#product-details-form .btn-outline-secondary {
    border: 1px solid #34d6a3 !important;
    color: #34d6a3 !important;
}

#product-details-form .btn-secondary {
    color: #2e2e2e;
    background-color: #ffbb58;
    border-color: #ffbb58;
}

#product-details-form .tab-content>.tab-pane {
    padding: 20px;
    border-radius: 0 0 5px 5px !important;
    min-height: 200px;
    border-width: 0px 2px 2px 2px;
    box-shadow: 0px 0px 50px 5px rgb(165 157 157 / 30%);
}

/*price*/

.overview-buttons .prices {
    font-weight: 500;
    font-size: 17px;
}

.product-price .your-price strong {
    font-weight: 500;
    font-size: 24px;
}

.overview-buttons .prices .actual-price, .associatedItem .actual-price, .catalog-product-price {
    font-size: 1.25rem;
    font-weight: 500;
}

.category-grid a h4 {
    padding-top: 15px;
    text-decoration: none;
}

.product-details-page .overview .product-price, .product-details-page .overview .non-discounted-price {
    padding-left: 0;
}

.overview-buttons {
    display: flex;
    flex-wrap: wrap;
}

.overview-buttons .btn-secondary {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.old-product-price span, .old-price {
    text-decoration: line-through;
    color: #888 !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
}

.category-grid a:hover, .category-grid a:hover h4 {
    text-decoration: none;
}

.tags .tag-pill a {
    color: #e8eceb;
}

.tags a:hover {
    text-decoration: none;
}

.generalAdToCart input {
    max-width: 62px;
    display: inline;
    position: relative;
    margin-right: 5px;
}

.generalAdToCart select {
    width: auto;
    max-width: 75px;
}

.product-simple-share .btn {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.product-simple-share .btn .fa {
    margin-right: 5px;
    align-self: center;
}

.product-bundle .card:first-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.product-bundle .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

#product-details-form .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #117a8b !important;
    border-color: #10707f !important;
}

#product-details-form .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(23 162 184 / 50%) !important;
}

#product-details-form .btn-outline-secondary:hover {
    background-color: #34d6a3 !important;
    color: #fff !important;
}

.vgs {
    background-color: rgba(0, 0, 0, .9) !important;
}



#whatsapp-link {
    display: inline-block;
    height: 37.6px;
    width: 43.6px;
}

.whatsapp-button {
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: #25D366;
    border-radius: 5px;
}

.bi-whatsapp {
    fill: currentColor;
}


#tooltip {
    position: relative;
    display: inline-block;
}

    #tooltip .tooltiptext {
        visibility: hidden;
        font-family:sans-serif;
        width: 100px;
        height: auto;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 115%; /* Position below the button */
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        font-size:14px;
    }

        #tooltip .tooltiptext::after {
            content: " ";
            position: absolute;
            bottom: 100%; /*Position arrow at the bottom of the tooltip */
            left: 50%;
            transform: translateX(-50%);
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    #tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
