/*
Theme Name: Kalium - Child Theme
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://twitter.com/thelaborator">Twitter X</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/

.blue-bg{
    background-color:#1e476b;
}

.max-w-1200 {
    max-width: 1200px;
}

.icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.decor-none {
  text-decoration: none;
}

.icon-container-left {
    display: inline-flex;
    align-items: center;
}

.m-top-20{
    margin-top: 20px;    
}

.px-10 {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.list-none {
  list-style-type: none;
  padding: 0px;
}

.inline-list{
  display: inline-flex;
}

.clear-all {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.text-end {
    text-align: end;
}

.text-left, .txt-left {
    text-align: left;
}

.text-right, .txt-right {
    text-align: right;
}

.text-center, .txt-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.white-txt, .white-txt p, .white-txt a {
    color: #fff !important;
}

.top-nav-notice{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.top-nav-notice-col-1 {
    grid-column: span 1;
}

.px-py-10{
    padding:10px!important;
    padding:10px!important;
}
.py-10 {padding-top: 10px; padding-bottom: 10px;}
.py-20 { padding-top: 20px; padding-bottom: 20px;}
.py-30 { padding-top: 30px; padding-bottom: 30px;}
.py-40 { padding-top: 40px; padding-bottom: 40px;}
.py-50 { padding-top: 50px; padding-bottom: 50px;}
.py-60 { padding-top: 60px; padding-bottom: 60px;}

.px-10 { padding-left: 10px; padding-right: 10px; }
.px-15 { padding-left: 15px; padding-right: 15px; }
.px-20 { padding-left: 20px; padding-right: 20px; }
.px-30 { padding-left: 30px; padding-right: 30px; }
.px-40 { padding-left: 40px; padding-right: 40px; }
.px-50 { padding-left: 50px; padding-right: 50px; }
.px-60 { padding-left: 60px; padding-right: 60px; }


.gradient-overlay{
    background: #080808;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.50) 0%, rgba(8, 8, 8, 0.46) 55%);
}

.top{top: 0px;}

.w-100 {width: 100%;}
.w-40 {width: 40%;}
.h-100{height: 100%;}

.mx-auto{margin-left: auto; margin-right: auto}

.column-gap-10 {column-gap: 10px;}
.column-gap-20 {column-gap: 20px;}
.column-gap-30 {column-gap: 30px;}
.column-gap-40 {column-gap: 40px;}
.column-gap-50 {column-gap: 50px;}

.row-gap-10 {row-gap: 10px;}
.row-gap-20 {row-gap: 20px;}
.row-gap-30 {row-gap: 30px;}
.row-gap-40 {row-gap: 40px;}
.row-gap-50 {row-gap: 50px;}

.grid-container-banner {display: grid; grid-template-columns: repeat(12, 1fr);}

.grid {
	display: grid;
}
.col-banner {grid-column: span 12;}

.theslide {position: relative;}

.col-6-banner {grid-column: span 6;}

@media only screen and (max-width: 850px){
	.grid-container-banner {grid-template-columns: repeat(6, 1fr)}
	.col-6-banner { grid-column: span 12;}
}
@media only screen and (max-width: 600px){
	.grid-container-banner {grid-template-columns: repeat(3, 1fr)}
	.col-6-banner { grid-column: span 3;}
}

.flex {
	display: flex;
}

.white-border{border: 2px solid #fff;}

.the-fade{backdrop-filter: blur(20px)!important;}

@keyframes fadeIn {
    0% { opacity: 0; }
  100% { opacity: 1; }
}

.fadeInUp-animation {animation: 1.5s fadeIn;}


.img-txt {
  display: flex;
  align-items: center;
  gap: 10px;
}

.img-txt strong{
  font-family: "GFS Didot", serif!important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-centre {
  display: block;
  margin: auto;
}

.blue-txt{
  color: #1e476b;
}

.pointer {
	cursor: pointer;
}

a.no-hover.link-hover:after {
    width: 0%;
}

/*
=============================
    BANNER STYLING BEGINS
=============================
*/

.background-banner{
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}

.banner-nav-dots {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.banner-nav-dots img {
    opacity: 0.5;
}

.banner-nav-dots .activedot img, .banner-nav-dots img:hover {
    cursor: pointer;
    opacity: 1;
}

.theslide {
    position: relative;
}

.gradient-overlay{
    background: #080808;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.50) 0%, rgba(8, 8, 8, 0.46) 55%);
}

.banner-txt{
    font-size: 2.0rem;
    font-weight: 500;
}

.banner-intro{
  width: 35%;
  backdrop-filter: blur(01px)!important;
  padding:80px 15px;
}

.banner-intro h1{
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: .1rem;
}

.banner-intro p{
  font-size: 1.2rem!important;
  margin-top: 20px;
  line-height: 1.7rem;
}

@media (max-width: 600px) {
  .banner-txt{
    font-size: 1.3rem;
    font-weight: 500;
  }
}

@media (max-width: 600px) {
  .banner-intro{
    padding-top:50px;
    width: 100%;
    backdrop-filter: blur(01px)!important;
  }

  .banner-intro h1{
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: .1rem;
  }

}

/*
=============================
    BANNER STYLING END
=============================
*/

.footer-bottom p, .footer-bottom a{
    color:#fff!important;
}

.woocommerce-ordering .dropdown .dropdown-menu .active a, .woocommerce-ordering .dropdown .dropdown-menu li a {
    color: #fff !important;
}

.woocommerce .products .product .item-info .item-info-row {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    display: inline-grid;
}

.woocommerce ul.products li.product .title-column {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .add-to-cart-and-product-categories {
    order: 3;
}

.woocommerce ul.products li.product h3 {
    order: 1;
}

 /*Make the entire product card a vertical flex container */
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
}

 /*Make the content area grow */
.woocommerce ul.products li.product .item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

 /*Push the button area to the bottom */
.woocommerce ul.products li.product .add-to-cart-and-product-categories {
    margin-top: auto;
}

.woocommerce ul.products li.product .title-column {
    display: flex!important;
    flex-direction: column!important;
    height: 100%!important;
}

.woocommerce ul.products li.product .add-to-cart-and-product-categories {
    margin-top: auto!important;
}

.woocommerce ul.products li.product h3 {
    /*min-height: 3em;*/
    display: none;
}

.woocommerce .add_to_cart_button {
    color: #fff;
    background-color: #1e476b;
    padding: 12px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.woocommerce .add_to_cart_button:hover {
    color: #1e476b;
    border: 2px solid #1e476b;
}

.products .product .item-info .price-column {
    display: none !important;
}

.products .product .woocommerce-loop-product__title {
    min-height: 3em;
    font-size: 1.9rem;
}

.products .product .price {
    font-size: 1.9rem;
    font-weight: 500;
}

.site-footer .widget ul li {
    color: #fff;
}

.product_meta .posted_in {
    display: none !important;
}

.product-category-above-title, .product-info-label {
    font-size: 2.1rem;
    margin-bottom: 20px !important;
}

.single-product .summary .product_title {
    margin-top: 20px;
    color:#1e476b;
}

.product-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 15px!important;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 05px;
    background-color: #F7F5F2;
}

@media (max-width: 600px) {
    
    .product-two-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        border: 0px!important;
    }
    
    .description{
        border-right:0!important;
        border-bottom: 1px solid #ccc;
    }
}

.description {
    padding: 15px;
    border-right: 1px solid #ccc;
}

.ingredients{
    padding: 15px;
}

/*.woocommerce-tabs .tabs .description_tab {*/
/*    background-color: #1e476b !important;*/
/*}*/

/*.woocommerce .woocommerce-tabs .tabs li.active a {*/
/*    color: #fff;*/
/*}*/

/*Categories page - produce img containers uniform height*/
@media only screen and (min-width: 991px) {
	.products-archive .products .product .product-images {
		height: 400px;
	}	
}