.htpp{
    color: #ffd301;
}
.price-container {
    display: flex;
    justify-content: space-between; /* Aligns text to the left and icon to the right */
    align-items: center; /* Vertically centers content */
}
.toolbox-info  {
    font-size: 2rem !important;
}
.price {
    font-weight: bold;
}
.price-icon {
    color: black;
}
.country-list {
    font-size: small; position: relative;
}
.price-style {
    margin-top: 5px
}
.country-list a {
    color: black !important; 
}
.container-fluid .qa {
    top: 40px;
}
.footer-bottom .kakag{
    width: 100%; height: 120px;
}
.kakag .row {
    width: 100%;
}
.footer-bottom .abc {
    width: 100%; height: 10px; 
}
.footer-bottom .abc input{
    height: 45px; width: 100%;margin-top: 15px; border-radius: 10px;  
}
.flashsell a {
    color: black;
}
.discount-btn .uper-title {
    margin-top: 10px;
}
.color-class strong{
    color: #ffd301 !important;
}
.d-md-block {
    font-weight: 600; font-size: 18px;
}
.flashimg {
    border-left: 1px solid white;
}
.text-md-left {
    border-right: 1px solid white; padding-right: 10px;
}
.flash-class {
    border-right: 1px solid white;
}
.container-fluid .add-to-cart,.discount-btn button {
    border-radius: 30px;
    background-color: #3C4619;
    color: white;
}
.container-fluid .add-to-cart:hover,.discount-btn button:hover {
    border-radius: 30px;
    background-color: white;
    color: black;
    border: 1px solid black;
}
/* media quries */
/* Default styles - text is visible */
.wishlist-link .wishlist-txt {
    display: inline;
}

/* Media query for mobile devices (max-width: 768px) */
@media (max-width: 768px) {
    .wishlist-link .wishlist-txt {
        display: none; /* Hide the text */
        margin-top: -49px;
    }


}


/* 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;
    }
    .container-fluid .add-to-cart {
        padding: .85rem 1rem;
        font-weight: 400;
        font-size: 1.4rem;
        min-width: 100px;

    }
}
@media (max-width: 480px) {
    .container-fluid .add-to-cart {
        padding: .50rem 1rem;
        font-weight: 400;
        font-size: 1rem;
        min-width: 80px;

    }
}
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-img-top.product-image {
    width: 100%;
    object-fit: cover;
    height: 476px;
}


.card-block{
    height: 300px;
    background-color: #fff;
    border: none;
    background-position: center;
    background-size: cover;
    transition: all 0.2s ease-in-out !important;
    border-radius: 24px;
&:hover{
     transform: translateY(-5px);
     box-shadow: none;
     opacity: 0.9;
 }
}

.card-description
{
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 100;
    font-style: normal;
}


@media (max-width: 992px) {
    .container-fluid .add-to-cart {
        padding: .50rem 1.3rem;
        font-weight: 400;
        font-size: 1.2rem;
        min-width: 80px;

    }
    .card-img-top.product-image {
        height: 292px;
    }
}
@media (max-width: 768px) {
    .card-img-top.product-image {
        height: 320px;
    }
}

@media (max-width: 500px) {
    .card-img-top.product-image {
        height: 220px;
    }
}
@media (max-width: 400px) {
    .card-img-top.product-image {
        height: 150px;
    }
    .container-fluid .add-to-cart {
        padding: .50rem 0.3rem;


    }
}
