
.modal-dialog {
    max-width: 60%;
}
.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
.modal-footer .btn-primary{
    border-radius: 20px;
    color: white;
    background-color: #6C972D;
}
.modal-footer .btn-danger{
    border-radius: 20px;
    
}


.modal-footer .btn-danger:hover{
    border-radius: 20px;
    color: black;
    background-color: white;
    border: 1px solid black;
}
.modal-footer .btn-primary:hover{
    border-radius: 20px;
    color: black;
    background-color: white;
    border: 1px solid black;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-content .row {
    margin-left: 0;
    margin-right: 0;
}
.modal-header .close span{
    font-size: 3.5rem !important;
}
.card-body {
    padding: 0.4rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px !important;
}
.modal-body .col-md-4 {
    text-align: center;
}
.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.card img {
    max-height: 435px;
    width: 100%;
    object-fit: cover;
}
.card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-check {
    display: flex;
    align-items: center;
    margin-bottom: auto;
    margin-top: 15px;
}
.card:last-child {
    border-bottom: none;
}
.form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.gift-info {
    text-align: justify;
}

/*end model css*/
.image-checkbox {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    opacity: 0.7;
}
.image-checkbox:hover {
    opacity: 1;
}
.add-to-cart-btn button {
    border-radius: 20px;
    color: white;
    width: 100%;
    background-color: #6C972D;
}
.add-to-cart-btn button:hover {
    border-radius: 20px;
    color: black;
    width: 100%;
    background-color: white;
    border: 1px solid black;
}


.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px 0 15px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
    outline: none;
}
.size-custom-radio {
    appearance: none; /* Remove default appearance */
    -webkit-appearance: none; /* Remove default appearance for WebKit browsers */
    -moz-appearance: none; /* Remove default appearance for Firefox */
    width: 20px; /* Set width */
    height: 20px; /* Set height */
    border: 1px solid #ccc; /* Set border */
    border-radius: 50%; /* Make it circular */
    cursor: pointer; /* Change cursor to pointer */
    margin: 0 5px; /* Add margin */
    position: relative; /* Relative positioning for the inner circle */
}

/* Style for the checked state */
.size-custom-radio:checked::before {
    content: ''; /* Required to create a pseudo-element */
    display: block; /* Ensure it's a block element */
    width: 15px; /* Size of the inner circle */
    height: 15px; /* Size of the inner circle */
    background-color: #6C972D; /* Set the color for the checked state */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position it absolutely */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position to center */
}


.social-icons-sm .social-icon:not(:last-child) {
    margin-right: 1.5rem;
}
.social-icon:hover, .social-icon:focus {
    color: #a6c76c;
    border-color: #a6c76c;
}
.social-icons-sm .social-icon {
    font-size: 2.2rem;
    width: 4rem;
    height: 4rem;
}

.custom-radio:checked {
    border: 2px solid #000; /* Add a border to indicate the checked state */
}

.product-details form label {
    color: #000000;
    font-weight: 600;
}


.poster-container {
    position: relative;
    text-align: center;
}
.poster-image {
    width: 100%;
    height: auto;
}
.poster-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.shop-now-btn {
    position: absolute;
    bottom: 97px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(8, 8, 8);
    border-radius: 20px;
    background-color:#6C972D;
    border: black;
    color: white;

}
.shop-now-btn:hover {

    color: black;
    background-color: white;
    border: 1px solid black;

}




@media (max-width: 768px) {
    .wishlist-link .wishlist-txt {
        display: none; /* Hide the text */
        margin-top: -49px;
    }
    .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 1.5rem;
    }
    .modal-dialog {
        max-width: 100%;
    }

    .modal-header .close span {
        font-size: 2rem !important; 
    }

    .card-body {
        align-items: flex-start; 
    }

    .card img {
        max-height: 150px; 
        width: auto !important;
    }

    .gift-info {
        font-size: 0.9rem; 
    }

    .modal-body {
        padding: 10px; 
    }

   
    .card-title p {
        font-size: 1rem; /* Set appropriate size for mobile headings */
    }
}


/* Media query for mobile devices (max-width: 768px) */
@media (max-width: 768px) {
    .header-right  {
        margin-top: -15px;


    }

}


ul.menu.sf-arrows.sf-js-enabled {
    margin-left: 200px;

}

.menu {
    line-height: 0.5;
}



ul.menu.sf-arrows.sf-js-enabled {
    margin-left: 170px;
}



/* footer css */

/* Flexbox to ensure all widgets align in a single line */
.footer-middle .row {
    display: flex;
    flex-wrap: wrap; /* Ensure wrapping for smaller screens */
    justify-content: space-between; /* Space between items */
    align-items: flex-start;
}

.footer-middle .col-lg-12,
.footer-middle .col-lg-3 {
    flex: 1;
    margin: 10px; /* Adds space between columns */
}

/* For smaller devices, stack the columns vertically */
@media (max-width: 768px) {
    .footer-middle .row {
        flex-direction: column; /* Stack columns vertically on mobile */
        align-items: center;
    }

    .footer-middle .col-lg-12,
    .footer-middle .col-lg-3 {
        width: 100%; /* Make columns take full width on small devices */
        margin: 0;
    }
}

h4.widget-title {
    margin-left: 20px;
}




.cta.cta-horizontal.cta-horizontal-box.bg-light.bg-image {
    padding: 18px;
}



ul a:hover{
    color: black !important;
}



/* slider css */
@media screen and (min-width: 1200px) {
    .intro-slider-container, .intro-slide {
        height: 500px;
        top: -35px;
    }
}



.owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span {
    border-color:yellow;
    background: yellow;
}


.owl-simple .owl-dots .owl-dot.active span {
    width: 15px;
    border-color: #ccc;
    background: #ccc;
    height: 15px;
}


.owl-simple .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 6px;
    border: 0.1rem solid #d7d7d7;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border-radius: 30px;
}


.owl-simple.owl-nav-inside .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -38px;
}



@media screen and (min-width: 1200px) {
    .intro-content .btn {
        min-width: 137px;
    }
}


/* carousel css */

.scrolling-wrapper{
    overflow-x: auto;
}

.subtitle{
    font-size: 1.25em;
    opacity: 0.65;
}



.card-description
{
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 100;
    font-style: normal;
}


/* Media query for mobile view */
@media (max-width: 576px) {
    .modal-footer {
        flex-direction: column; /* Stack buttons vertically */
        align-items: stretch;  /* Make buttons take full width */
        /* margin-top: 75px; */
    }

    .modal-footer .btn {
        width: 100%;          /* Full width buttons */
        margin-bottom: 20px;   /* Space between buttons */
        margin-top: 10px;
    }

    .modal-footer .close-btn {
        margin-bottom: 10;      /* Remove extra bottom margin for the last button */
    }
}
