/*
Theme Name: Botiga Child
Theme URI: https://minriver.in
Description: A child theme for Botiga
Author: Jatinder
Author URI: https://minriver.in
Template: botiga
Version: 1.0.0
Text Domain: botiga-child
*/

/* Add custom styles below */
html, body {
    background-color: #C5E4FF;
}

.main-navigation .nav-menu > .current-menu-item > a,
.main-navigation .nav-menu > .current_page_item > a {
    color: #0191D7; /* Change to your preferred color */
    font-weight: bold;
    /*border-bottom: 2px solid #0191D7; /* Underline effect */
}

.widget {
    margin: 0 0 10px;
    padding-bottom: 0px;
}

.siteseo-universal-modal{
    display: none;
}

.woocommerce-page-header+.content-wrapper,
.content-wrapper {
    margin-top: 0px;
    margin-bottom: 10px;
    /*width: 100%;
    max-width: 100%;
    padding: 0;*/
}

/*.main-row {
    width: 100vw; /* 100% of the viewport width */
    /*margin-left: calc(-50vw + 50%); /* Center-align full width */
/*}*/

.site-main.no-sidebar, .no-sidebar .site-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.grey-col{
    padding: 20px 20px 20px 20px;
   
}

.woocommerce-breadcrumb, /* Hides the breadcrumb */
.woocommerce-page-header,
.archive-header { /* Hides the page title */
    display: none;
}
.woocommerce-page #primary {
    background-color: #f5f5f5;  /* Light grey background */
    border-radius: 20px;  /* Rounded edges */
    padding: 20px 20px 20px 20px !important;  /* Spacing inside the container */
    margin: 20px auto;  /* Center the container */
    max-width: 1200px;  /* Limit width for a neat layout */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
    
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
    color:#000;
    font-size: 24px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover {
    color:rgb(24,76,114);
    
}
.related.products .custom-short-description {
    display: none; /* Hides the short description */
}

.single-product .site-main>.product>section.products:last-child {
     margin-bottom: -50px;
}

.col-md-8 {
    display: flex;
    flex-direction: column; /* Ensures child elements are stacked */
}

.col-md-8 .woocommerce-loop-product__title {
    order: 1;
    text-align: left;
    color: rgb(24,76,114);
    font-weight: bold;
    margin-bottom: 5px;
}

.col-md-8 .price {
    order: 2;
    text-align: left;
    color: rgb(24,76,114);
    font-size: 16px;
    margin-bottom: 5px;
}

.col-md-8 .custom-short-description {
    order: 3 !important; /* Moves it below title & price */
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
}

.custom-buttons {
    order: 4;
    margin-top: 10px;
    align-self: end;
}

.custom-buttons .button {
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    min-width: 100px;
    
}
.custom-buttons .button{
    margin-left: 8px !important;
}
.read-more-button {
    background-color: #0073aa;
    color: white;
}

.read-more-button:hover {
    background-color: #005177;
}

.add-to-cart-button {
    background-color: #28a745;
    color: white;
}

.add-to-cart-button:hover {
    background-color: #1e7e34;
}
