/*
Theme Name: GreenPath Child
Theme URI: https://greenpath.qodeinteractive.com
Description: A child theme of GreenPath
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: greenpath
Template: greenpath
*/

/* ... Single Product page after related products ... */

.custom-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 10px 0 !important;
    margin-top: 80px!important;
}

.custom-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.custom-row .custom-widget {
    width: 25% !important;
    flex: 0 0 25% !important;
    text-align: center !important;
}

.image-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.content-wrapper {
    text-align: center !important;
}

.title {
    text-align: center !important;
    margin: 15px 0 10px !important;
}

.custom-description {
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 272px !important;
    width: 100% !important;
    padding: 0px !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .custom-row {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
    .custom-row .custom-widget {
        width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 15px !important;
    }
    .custom-description {
        max-width: 100% !important;
        padding: 0 !important;
    }
    .image-wrapper {
        margin-top: 15px!important;
    }
}

/* ... Single Product page after related products ... */



/* Table display single product page in tabs*/

.mytable {
    box-sizing: border-box;
  }
  
  /* Create four equal columns that floats next to each other */
  .column {
    float: left;
    width: 25%;
    margin-top: 20px;
    
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
    
  }
  
  .mypara {
      font-weight: bold;
  }
  
  /* On screens that are 992px wide or less, go from four columns to two columns */
  @media screen and (max-width: 992px) {
    .column {
      width: 50%;
    }
  }
  
  /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      width: 50%;
    }
  }
  
  /* Single product page adjust padding at bottom */
  
  body.woocommerce.single-product #qodef-page-inner {
    padding: 75px 0 50px !important;
  }
  
  /* Replace shop by categories in the menu area with logo in standard-extended file and it's CSS to adjust Increase logo size and Center the logo in the menu bar and add vertical spacing */
.qodef-extended-dropdown-menu,
.qodef-extended-dropdown-menu-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100px !important;
    height: 100px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.qodef-extended-dropdown-menu .qodef-header-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 90px !important;
    padding: 12px 32px !important;
}
.qodef-extended-dropdown-menu .qodef-header-logo-link img {
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: auto !important;
}

/* Top menu hide and set below menu properly */

#qodef-page-header .qodef-header-section.qodef--top {
	display:none !important;
}

#qodef-page-header-inner .qodef-header-section.qodef--bottom {
    height: 100px !important;
    padding: 0 60px !important;
}

/* Content starting from this height */
.qodef-header--standard-extended #qodef-page-header {
    --qode-extended-header-height: 100px !important;
}

/* Position menu items at baseline of header area */
#qodef-page-header-inner .qodef-header-section.qodef--bottom {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 10px 10px !important;
    height: auto !important;
}

#qodef-page-header-inner .qodef-header-section.qodef--bottom .qodef-header-navigation {
    margin-top: auto !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

#qodef-page-header-inner .qodef-header-section.qodef--bottom .qodef-header-navigation > ul {
    align-items: flex-end !important;
    height: auto !important;
}

#qodef-page-header-inner .qodef-header-section.qodef--bottom .qodef-header-navigation > ul > li > a {
    align-items: flex-end !important;
    padding-bottom: 10px !important;
}

/* Single Product page reviews width change */

#reviews .description, #reviews .description p {
    max-width: 100% !important;
    width: 100% !important;
    text-align: left;
}


/* Left align address title and subtitle on My Account > Addresses page */
.woocommerce-MyAccount-content h3, /* Address section title */
.woocommerce-Address-title, /* Edit address title */
.woocommerce-EditAddress .woocommerce-Address-title, /* Edit address page title */
.woocommerce-MyAccount-content .woocommerce-Address-title, /* General address title */
.woocommerce-MyAccount-content .edit { /* Edit link */
    text-align: left !important;
    justify-content: flex-start !important;
}

.woocommerce-MyAccount-content h3, /* Address section title */
.woocommerce-Address-title {
    text-align: left !important;
}

.woocommerce-MyAccount-content .edit {
    text-align: left !important;
    display: block;
}


/* Left align address title and subtitle on My Account > Addresses page */

/* Hide show password button everywhere in WooCommerce forms */
.woocommerce form .show-password-input,
.woocommerce-ResetPassword .show-password-input,
.woocommerce-page .show-password-input {
    display: none !important;
}


/* Cart icon badge in menu: match top right style */
.qodef-header-navigation .qodef-m-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 3px !important;
}
.qodef-header-navigation .qodef-m-opener-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #fff;
    color: #4b8752;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    z-index: 2;
    padding: 0 3px;
    border: 1.5px solid #4b8752;
}
.qodef-header-navigation .qodef-m-opener-amount {
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

/* margin right change for menu items on header area */
.qodef-header-navigation>ul>li {
    margin: 0 18px !important; 
}

/* after adding cart at menu logo is shrink */
body:not(.logged-in) #qodef-page-header-inner .qodef-extended-dropdown-menu {
	margin-right: 0px !important;
}

#qodef-page-header-inner .qodef-extended-dropdown-menu {
	margin-right: 15px !important;
}