﻿/* product detail page */

#product-thumbnails div{
    padding: 3px;
    width:20%;
}
#product-thumbnails{
    display:flex;
}
#product-thumbnails .col-3 {
    padding: 0px;
    margin-top: 20px;
}

        #product-thumbnails .col-3 img {
            padding: 5px;
        }

.product_name {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
}

.category_line {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-detail .sale_price {
    margin-right: 16px;
}

.pricing {
    margin-bottom: 17px;
}

.view_review {
    font-size: 13px;
    color: #000;
    line-height: 15.85px;
    padding-left: 10px;
    padding-right: 10px;
}

.wrt_review, .wishlist-add-view {
    text-transform: initial !important;
    background-color: #70b4bd !important;
    color: #fff !important;
    border-color: #70b4bd !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}
#myAccountDropdownMenu{

}

#review label {
    display: inline-flex
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.hero_heading {
    background-color: #70b4bd;
    text-align: center;
}

.bg-wedding {
    background: #3498db !important;
    --bs-progress-height: 2rem !important;
}

.bg-wedding2 {
    background: #1ABC9C !important;
    --bs-progress-height: 2rem !important;
}

.bg-wedding3 {
    background: #55EFC4 !important;
    --bs-progress-height: 2rem !important;
}

.bg-wedding4 {
    background: #81ECEC !important;
    --bs-progress-height: 2rem !important;
}

.bg-wedding5 {
    background: #C3C3C3 !important;
    --bs-progress-height: 2rem !important;
}

.bg-wedding6 {
    background: #9B59B6 !important;
    --bs-progress-height: 2rem !important;
}

.bg-wedding7 {
    background: #667B90 !important;
    --bs-progress-height: 2rem !important;
}

.progress .wedding p {
    padding: 6px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em;
    margin: 0px !important;
}

.progress.wedding {
    height: 30px;
    margin-bottom: 20px;
}

    .progress.wedding p {
        margin-bottom: 0px !important;
    }

.attr-heading {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.sizes, .types {
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 5px 41px 5px 9px !important;
    /*width: 160px;*/
    margin-right: 40px;
}
select.sizes, select.types {
    height: 35px !important;
}
    .quantity {
        border: 1px solid#000;
        background-color: #fff;
        width: 104px;
    }

    .quantity i {
        font-size: 7px !important;
        padding: 7px 9px;
    }

    .quantity input {
        font-size: 12px !important;
        width: 52px;
        /* padding: 7px 22px; */
        text-align: center;
        border-top:0px !important;
        border-bottom:0px !important;
        border-left: 1px solid !important;
        border-right: 1px solid !important;
        border-radius: 0px;
    }

.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}

.dec-btn, .inc-btn {
    border: 0px;
    background-color: #fff;
    padding: 0px;
}

i.fas.fa-star {
    color: #000 !important;
}

.cart-btns {
    margin-top: 30px !important;
}

    .cart-btns .btn {
        width: 160px ;
        font-weight: 500;
        font-size: 12px !important;
        line-height: 18px;
        padding: 7px !important;
        height: 38px !important;
        display: table-cell;
        border-radius: 0;
        text-transform: initial !important;
    }

.carousel-thumbnails .thumbnails-list li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

    .carousel-thumbnails .thumbnails-list li.active img {
        border: 2px solid #428bca;
    }

    .carousel-thumbnails .thumbnails-list li img {
        border: 2px solid transparent;
        max-height: 100px;
        max-width: 100%;
    }
/* coupon box styles */
.coupon-col {
    padding: 30px 10px !important;
    border: 1px solid #000;
    border-radius: 8px 8px 8px 8px;
    padding-bottom: 0px !important;
}

.coupon-heading {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.c-head {
    color: #fff;
    background: #70b4bd;
    font-size: 24px;
    font-weight: 500;
    padding: 8px 20px;
    text-align: center;
    margin-top: 37px !important;
    width: 90%;
    margin: auto;
}

.c-link {
    color: #70b4bd !important;
    font-size: 24px;
    font-weight: 500;
    padding: 8px 37px;
    text-align: center;
    width: 80%;
    margin: auto;
}

    .c-link a {
        color: #70b4bd !important;
    }

.coupon-price {
    font-size: 34px;
    text-align: center;
}

.sale-heading {
    color: #E8271B;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 48px;
}

.sale-time {
    color: #E8271B;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.coupon-col .price-head {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.save-text {
    color: #E8271B;
    font-size: 20px;
    font-weight: 500;
}

.payment-content {
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 34px !important;
    margin-top: 34px !important;
    margin-bottom: 54px !important;
}

    .payment-content img {
        border-radius: 8px;
        border: 1px solid #000;
        /* padding: 10 6px; */
    }

hr {
    border-top: 1px solid #000 !important;
    opacity: 1 !important;
}

.cart-btn {
    width: 90% !important;
    margin: auto;
    border-radius: 0px !important;
    padding: 15px !important;
}

/* user analytics */
.user_analytics {
    background-color: #70b4bd;
    padding: 25px 20px !important;
    border-radius: 5px !important;
}

    .user_analytics h3 {
        font-size: 30px;
    }

    .user_analytics h2 {
        font-size: 37px;
        color: #fff;
    }
/* card boxes styles */
.card {
    border: 0px !important;
    border-radius: 8px;
}

.card-header {
    background: #0B5659 !important;
    padding: 6px 14px !important;
}

    .card-header h4 {
        color: #fff !important;
        font-size: 12px !important;
        margin-bottom: 0px !important;
       font-family: 'Sofia Pro Regular Az';
    }

.card select {
    width: 82px;
    color: #00000080;
    padding: 4px 8px !important;
    font-size: 8px !important;
    height: 20px !important;
    border-radius: 4px;
    font-weight: 300 !important;
    line-height: 9.75px !important;
}

.card-heading {
    font-size: 13px;
    font-weight: 500;
}

hr {
    border-top: 1px solid #000 !important;
    opacity: 0.25 !important;
}

.card-body .row {
    padding: 0px 12px;
}

.card-body .row .col {
    padding: 0px;
}

.progress {
    margin: 0px;
    border-radius: 0px;
}

.horizontal-bar {
    height: 12px !important;
    margin-right: 10px !important;
}

.percentage {
    font-size: 12px;
    /*margin-bottom: 10px;*/
    font-weight:bold

}

.list-name {
    font-size: 12px;
    margin-bottom: 6px !important;
    font-weight:bold;
}

.user_analytics .column {
    padding: 5px;
}

/*
.user_analytics .column1 {
    width: 46%;
}

.user_analytics .column2 {
    width: 27%;
}*/

/*.user_analytics .column3 {
    width: 27%;
}*/

.fa-circle {
    font-size: 10px;
    margin-right: 10px;
}

.fa-circle {
    color: #D9D9D966;
}

    .fa-circle.active {
        color: #70b4bd;
    }

/* progress bar colors */
.bg-1 {
    background: #55EFC4 !important;
    border-radius: 50px;
}

.bg-2 {
    background: #81ECEC !important;
    border-radius: 50px;
}

.bg-3 {
    background: #74B9FF !important;
    border-radius: 50px;
}

.bg-4 {
    background: #A29BFE !important;
    border-radius: 50px;
}

.bg-5 {
    background: #C3C3C3 !important;
    border-radius: 50px;
}

.bg-6 {
    background: #1ABC9C !important;
    border-radius: 50px;
}

.bg-7 {
    background: #2ECC71 !important;
    border-radius: 50px;
}

.bg-8 {
    background: #3498DB !important;
    border-radius: 50px;
}

.bg-9 {
    background: #9B59B6 !important;
    border-radius: 50px;
}

.bg-10 {
    background: #34495E !important;
    border-radius: 50px;
}



/* end of progress bars colors */

/* circular progress */

.progress-circular {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 62px auto;
    box-shadow: none;
    position: relative;
}

.flavor {
    margin: 26px auto;
}

.progress-circular:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circular > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circular .progress-left {
    left: 0;
}

.progress-circular .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circular .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circular .progress-right {
    right: 0;
}

    .progress-circular .progress-right .progress-bar {
        left: -100%;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
        border-right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right;
        animation: loading-1 1.8s linear forwards;
    }

.progress-circular .progress-value {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    /* border: 2px solid #ebebeb; */
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}

.progress-circular.blue .progress-bar {
    border-color: #70b4bd;
}

.progress-circular.blue .progress-value {
    color: #000;
    font-size: 12px;
}

.progress-circular.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress-circular.yellow .progress-bar {
    border-color: #fdba04;
}

.progress-circular.yellow .progress-value {
    color: #fdba04;
}

.progress-circular.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress-circular.pink .progress-bar {
    border-color: #ed687c;
}

.progress-circular.pink .progress-value {
    color: #ed687c;
}

.progress-circular.pink .progress-left progress-circular.progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-value {
    color: #1abc9c;
}

.progress.green .progress-left progress-circular.progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress-circular {
        margin-bottom: 20px;
    }
}
@media (max-width:600px) {
    span#dup_products a {
        display: block;
        margin-bottom: 20px;
    }
}
/* end of circular progress */
/* vertical progres bar */
.progress-bar-vertical {
    width: 24px;
    min-height: 200px;
    display: flex;
    border-radius: 0px !important;
    align-items: flex-end;
    margin-right: 20px;
    float: left;
}

    .progress-bar-vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height 0.6s ease;
        -o-transition: height 0.6s ease;
        transition: height 0.6s ease;
    }

/* end of vertical progress bar */
/* end of card boxes styles */
/* carousel */
#brands-carousel .item {
    margin: 10px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: flex;
    margin-top: -20% !important;
    font-size: 60px;
    justify-content: space-between !important;
    position: relative;
    z-index: 99999;
}

.owl-theme .owl-dots {
    display: none;
}

.carousel-item {
    /* transition: transform .6s ease !important; */
}
/* end of carousel */
#shape{
    margin: auto !important;
    margin-bottom:20px !important;
    height: 150px !important;
    width: 150px !important;
}#age, #longlast {
    margin: auto !important;
    margin-bottom:20px !important;
   
}
canvas#gender {
    height: 170px !important;
    width: 170px !important;
    margin: auto;
}
/* end of product detail page */
#reviews_carousel .item{
    border:1px solid #ccc;
}
.star-rating {
    display: inline-block;
}

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #ddd;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
    }

    .star-rating input[type="radio"]:checked ~ label {
        background-color: yellow;
    }
#reviews .card-footer{
    background-color:#fff;
}
.reviewtext{
/*    height:100px;*/
}
 /* Style for the magnifier */
 .magniflier {
    position: relative;
}

/* Style for the zoomed-in image (magnified image) */
.magniflier .magnifier-image {
    position: absolute;
    border: 1px solid #ccc; /* Add a border for better visibility */
    background-color: white; /* Background color of the magnified area */
    display: none; /* Initially hidden */
    z-index: 1000; /* Ensure it's above other content */
}

/* Style for the magnifier glass (the zoomed-in area) */
.magniflier .magnifier-glass {
    position: absolute;
    width: 100px; /* Adjust the size of the magnifier glass */
    height: 100px;
    border: 1px solid #ccc; /* Add a border for better visibility */
    background-color: white; /* Background color of the magnifier glass */
    opacity: 0.7; /* Adjust the opacity as needed */
    cursor: none; /* Hide the cursor within the magnifier glass */
    z-index: 1001; /* Ensure it's above other content */
}
.reviewcon {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding:20px;
    margin:10px;
}
.amerifrgbutton {
    background-color: #70b4bd !important;
    color: white !important;
    border-radius: 25px !important;
    border: 2px solid #fff !important;
    padding: 14px 19px !important;
}

#ozml {
    font-weight: 400 !important;
}
body {
    font-family: 'Sofia Pro Regular Az' !important;
    color: #000 !important;
}
.herewhatGo {
    /*color: black !important;
    border-radius: 25px !important;*/
    /*border: 2px solid #70b4bd !important;*/
    /*padding: 2px 16px !important;
    border-radius: 22px !important;
    background: #70b4bd !important;
    color: white !important;
    font-weight: bold;*/
    color: white !important;
    border-radius: 25px !important;
    /*border: 2px solid #70b4bd !important;*/
    padding: 9px 20px !important;
    border-radius: 25px !important;
    background: #70b4bd !important;
}

.dupProWidth {
    width: 100% !important;
    border: 1px solid #000;
  margin-bottom:-2% !important;
   
}



.openedProduct {
    font-size: 14px;
    line-height: 20px;
    color: #70b4bd !important;
    padding: 8px;
    border: 2px solid #70b4bd !important;
}
    .openedProduct .size {
        color: #70b4bd !important;
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
    }

.dupProWidth1 a {
    justify-content: center !important;
}
.dupProWidth1 {
    /* width: 100% !important;*/
    border: 1px solid #D3D3D3;
    margin-bottom: -2% !important;
    margin: 6px !important;
    background: none !important;
    border-radius: 0px;
    width: 150px !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    /* background: rgb(112 180 189 / 44%);*/
}
    .dupProWidth1:hover{
        border:1px solid #000;
    }
    .DisclaimerProductView {
        color: #70b4bd !important;
        text-decoration: underline;
    }
.RemaingDupInforma {
    position: absolute;
    right: 10px;
}
#dup_products {
    display: flex;
    flex-wrap:wrap;
}
.dupProWidth1 {
    position: relative;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}
#product-thumbnails button {
    border: 3px solid #d3d3d3 !important;
}

.RemaingDupInforma {
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 1000;
    width: max-content;
    top: 100%; /* Position below the button */
    left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.7);
}






.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 0% !important;
}
    .owl-theme .owl-nav .owl-prev {
        position: absolute !important;
        left: -29px;
        transform: translate(0%, -356%)
    }
    .owl-theme .owl-nav .owl-next {
        position: absolute !important;
        right: -29px;
        transform: translate(0%, -356%)
    }

#brand_product_carosel .owl-nav .owl-prev {
    position: absolute !important;
    left: -29px;
    transform: translate(0%, -356%)
}

#brand_product_carosel .owl-nav .owl-next {
    position: absolute !important;
    right: -29px;
    transform: translate(0%, -356%)
}

#brand_product_carosel .owl-nav  {
   display:block;
}
.highestValueLabel {
    font-family: 'Sofia Pro Regular Az' !important;
}
.couponUnlockBt {
    background: #70b4bd ;
    color: #e8271b;
    border: none !important;
    padding: 10px;
    font-size: 15px;
}





@media (min-width: 992px) {
    #product-images .carousel-item img {
        width: 100% !important; /* Adjust height for larger screens */
    }
}
@media (min-width: 1300px) {
    #product-images .carousel-item img {
        width: 95% !important; /* Adjust height for larger screens */
    }
}
@media (min-width: 1500px) {
    #product-images .carousel-item img {
        width: 80% !important; /* Adjust height for larger screens */
    }
}
@media (min-width: 1700px) {
    #product-images .carousel-item img {
        width: 70% !important; /* Adjust height for larger screens */
    }
}
/*mobile responsive*/
@media (max-width: 768px) {
    #brand_product_carosel .owl-nav .owl-prev {
        position: absolute !important;
        left: 12px;
        transform: translate(0%, -356%);
    }
    #brand_product_carosel .owl-nav .owl-next {
        position: absolute !important;
        right: 12px;
        transform: translate(0%, -356%);
    }
    .owl-theme .owl-nav .owl-prev {
        position: absolute !important;
        left: 12px;
        transform: translate(0%, -356%);
    }
    .owl-theme .owl-nav .owl-next {
        position: absolute !important;
        right: 12px;
        transform: translate(0%, -356%);
    }
    #style, #flavor, #mood, #season, #occ_chart, #smell, #time {
        height: 250px !important;
        width:100% !important;
    }
    .barcode .progress-bar {
        font-size: 5px;
        font-weight: bold;
    }

    .barcodeHeight .progress-bar {
        height: 16px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #style, #flavor, #mood, #season, #occ_chart, #smell, #time {
        height: 250px !important;
        width: 100% !important;
    }
}

/* Product tooltip styles - ADD THIS TO product.css */
.product_name {
    position: relative !important;
    cursor: pointer !important;
}

.product_name[data-title]:hover::after {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;
    z-index: 1000;
    font-size: 12px;
    margin-bottom: 8px;
    pointer-events: none;
    /* Animation for smooth appearance */
    opacity: 0;
    animation: tooltipFadeIn 0.2s ease-in-out forwards;
}

.product_name[data-title]:hover::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    z-index: 1001;
    margin-bottom: 2px;
    /* Animation for smooth appearance */
    opacity: 0;
    animation: tooltipFadeIn 0.2s ease-in-out forwards;
}

@keyframes tooltipFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Alternative mobile-friendly tooltip positioning */
@media (max-width: 768px) {
    .product_name[data-title]:hover::after {
        bottom: auto;
        top: 100%;
        margin-bottom: 0;
        margin-top: 8px;
    }
    
    .product_name[data-title]:hover::before {
        bottom: auto;
        top: 100%;
        transform: translateX(-50%) translateY(-100%);
        border-top: none;
        border-bottom: 6px solid rgba(0, 0, 0, 0.9);
        margin-bottom: 0;
        margin-top: 2px;
    }
}

