/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff !important;   
}

.content-area .site-main {
    max-width: 1240px !important; 
}

.marquee-field {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeMove 5s linear infinite;
  position: relative;
} 

@keyframes marqueeMove {
  0% {
    transform: translateX(100%);/* Start from right */
  }
  100% {
    transform: translateX(-100%); /* Move to left */
  }
} 

/* Product Title */
.soap-products ul.products li.product .woocommerce-loop-product__title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

/* Price */
.soap-products ul.products li.product .price,.woocommerce ul.products li.product .price{
  font-size: 19px;
  font-weight: 600;
  color: red;
  text-align: center;
  display: block;
  margin: 10px 0;
}

/* Add to Cart Button */
.soap-products ul.products li.product .button, .woocommerce ul.products li.product .button {
  width:100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
  text-transform: uppercase;
  transition: background 0.3s;   
}

.soap-products ul.products li.product img {
  transition: transform 0.4s ease;
}
.soap-products ul.products li.product:hover img {
  transform: scale(1.1);
}

/*--------------- category soap--------------------*/
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.woocommerce div.product form.cart .button{
  width:200px;
  background: #000;
  border-radius: 1px;
  color: #fff;
  text-align: center;
   text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
}

.wc-block-components-button{
  background-color: #000;
  text-decoration: none !important; 

}
.wc-block-components-button:hover{
  color:#fff;
  background-color:#000;
}

.woocommerce-Price-currencySymbol, .woocommerce-Price-amount{
  color:red;
}
.wc-block-components-button{
  color:#fff;
  border:none;
}
.woocommerce-MyAccount-navigation li{
  margin-top: 10px;
  list-style-type: none;
  padding: 10px 0;
}
.woocommerce-MyAccount-navigation li a{
  color:#000;
  font-weight: bold;
  text-decoration: none;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    background-color: #fff;
}

    .text-item {      
      transition: transform 0.5s ease, color 0.5s ease;
      /* initially at rest */
      transform: translateY(0);
    }
    .section:hover .text-item:nth-child(1) {
      transform: translateY(-20px);
      transition-delay: 0s;
      color: #e63946;
    }
    .section:hover .text-item:nth-child(2) {
      transform: translateY(-20px);
      transition-delay: 0.2s;
      color: #457b9d;
    }
    .section:hover .text-item:nth-child(3) {
      transform: translateY(-20px);
      transition-delay: 0.4s;
      color: #2a9d8f;
    }

.plus-icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

/* Common style for shortcode images */
.shortcode-image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Image for first icon */
.plus1:hover + .image1,
.image1:hover {
  opacity: 1;
  visibility: visible;

}

/* Image for second icon */
.plus2:hover + .image2,
.image2:hover {
  opacity: 1;
  visibility: visible;
}
	.comments-area a, .page-content a{
		text-decoration:none;
}
.order-note{
	border: 1px solid #ff0000;
    padding: 10px;
}

@media (max-width: 767px) {
 .page-content .alignwide {
    margin-inline: 0px !important;
}
	
}