/**
* Theme Name: Liquory Child
* Description: This is a child theme of Liquory, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: liquory
* Version: 1.3.8
*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
h1,h2{
  font-family: "Cinzel", serif !important;
  font-style: normal;
}
h3,h4,h5,h6{
font-family: "Tinos",serif;
}

.elementor-widget-liquory-banner .elementor-cta__heading2, .elementor-widget-liquory-banner .elementor-cta__title{
	
}
.single-product div.product .single_variation_wrap {
	padding-top: 15px;
	margin-top:15px;
	border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.single-product .entry-summary form.cart{
	border:solid 1px #e3e3e3;
}
.single-product div.product table.variations {
  margin: 15px 1.8rem 20px;
}
.woof_container_inner h4 {
    padding: 12px 12px !important;
    color: #333 !important;
    text-align: left !important;
	margin-bottom: 11px;
  font-size: 1.12em;
  line-height: 1.12em;
  background: #f7f7f7;
}
h3.woocommerce-loop-product__title {
    height:50px;
}
.liquory-av img {
    max-width: 190px;
}
ul.liquory-products .product-block {
    border: solid 1px #dbdbdb;
    padding: 10px 10px 15px 10px;
    border-radius: 10px;
}
.tax-product_cat .irs--round .irs-handle{
 border:4px solid #c6102e
}
.tax-product_cat .irs--round .irs-from, .tax-product_cat .irs--round .irs-to, .tax-product_cat .irs--round .irs-single {
  background-color: #c6102e;
}
.tax-product_cat .irs--round .irs-from:before {
    border-top-color: #c6102e;
}
.tax-product_cat .irs--round .irs-bar {
    background-color: #c6102e;
}
.category-banner-wrapper {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}
.category-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* semi-transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.category-banner-wrapper {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.category-banner-content {
    color: #fff;
    z-index: 10;
}
.category-breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
    color: #f0f0f0;
}

.category-title {
   font-size: 3.75rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.tax-product_cat .hide_title{
	display:none;
}
.breadcrumb-arrow {
  font-size: 0.5625rem;
  margin: 0px 11px 3px 11px;
  position: relative;
  top: -3px;
}
.single-product .woocommerce-breadcrumb a {
  color: #fff !important;
}
/*single product page*/
.single-product div.product .product_title {
  font-family:Tinos,serif;
  font-size: 2.3rem;
  color: #000;
}
.single-product div.product p.price{
 font-size:32px;
  font-family: Cinzel,serif;
}
.single-product .elementor-7414 .elementor-top-section{
	background: linear-gradient(135deg, #C6102E 0%, #F76B1C 50%, #C6102E 100%) !important;
	background-image:none;
}
.single-product .elementor-7414 .elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb i{
	 color: #fff !important;
	margin: 0;
}
.paint-protection-line {
  background: linear-gradient(181deg, #ff000096, #c6102e);
  color: white;
  position: fixed;
  bottom: -1px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  z-index: 999;
}
.paint-protection-line a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}
.zoom-paint {
  width: 100%;
  animation: zoom-in-zoom-out 3s ease-out infinite;
  text-align: center;
  color: white;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}
.paint-protection-line{
  opacity:0;
}  
.paint-protection-line.bar-sticky{
   box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;	
  opacity:1;
  
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation{
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.feedback-btn {
  transform: rotate(90deg);
  position: fixed;
  width: 150px;
  height: 36px;
  background: #009dbc;
  top: 50%;
  left: -58px;
  cursor: pointer;
  transition: 0.2s ease-out;
  padding: 5px 5px 6px 15px;
  color: white;
  font-weight: 600;
  z-index: 99999;
  background: linear-gradient(181deg, #ff000096, #c6102e);
  border: 1px solid white;
  border-radius: 2px;
  transition: 0.6s;
}
.feedback-btn a {
  text-decoration: none;
  color: white;
}
.whatsapp-button {
  position: fixed;
  bottom: 120px;
  right: 5px;
  background-color: #25D366;
  color: white;
  font-size: 35px;
  padding: 13px 16px;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}
@media (min-width: 1200px) {
#place_order {
  font-size: 18px;
  padding: 15px 10px;
}
.checkout-button {
  font-size: 14px;
}
.single-product div.product .woocommerce-product-gallery{
		max-width: 530px;
}
.single-product .summary {
  width: 55%;
  max-width: 700px;
}
.single-product .woocommerce-tabs ul.tabs li a {
    font-family: "Cinzel", serif !important;
    font-size:22px !important;
}
}
@media (max-width: 767px) {
ul.products .product-caption .button.ajax_add_to_cart.add_to_cart_button{
	padding:0.718em 1.05em 0.7em !important;	
}
.woocommerce-breadcrumb {
  margin-bottom: 0;
}
.category-banner-wrapper {
  height: 120px;
}
.category-title {
  font-size: 1.75rem;
}
.master-cat-list{
  display:none;
}
  .liquory-product-mobile-2 ul.products li.product {
    flex: 0 0 48%;
    max-width: 48%;
  }
.tax-product_cat ul.products li.product {
  width: 48%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom:0px;
}
.tax-product_cat .liquory-products.products {
    gap: 10px;
    padding-left: 10px;
    padding-right: 5px;
}
.tax-product_cat .liquory-products .ajax_add_to_cart{
  padding: 8px 10px !important;
}
.tax-product_cat ul.products li.product .product-caption{
  padding:.4rem 0.4rem 0
}
.tax-product_cat .woocommerce-ordering {
   display: none;
}
.tax-product_cat .liquory-sorting {
  justify-content: space-between;
}
.tax-product_cat #page .site-content {
  margin-top: 30px;
  margin-bottom: 40px;
}
.tax-product_cat .woocommerce-pagination{
  margin-top: 0px;
}	
}

