/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  A lightweight and minimalist WordPress theme for Elementor page builder.
 Author:       Elementor Team
 Author URI:   A lightweight and minimalist WordPress theme for Elementor page builder.
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html*/

 /* == Add your own styles below this line == */

html {
  scroll-behavior: smooth;
}

.wc-header
{
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.bg-blue-100 {
    background-color: #dbeafe;
  }
   .rounded-full {
    border-radius: 3.40282e38px;
  }
   .p-3 {
  padding: 15px;
  height: 54px;
  width: 54px;
  text-align: center;
}
 .text-blue-600 {
    color: rgb(21, 93, 252);
  }
.rounded-full svg {
  color: rgb(21, 93, 252);
}
 .bg-green-100 {
    background-color: rgb(220, 252, 231);
  }
 .bg-purple-100 {
    background-color: rgb(243, 232, 255);
  }
.bg-pink-100 {
    background-color: rgb(252, 231, 243);
  }
.bg-orange-100 {
    background-color: rgb(255, 237, 212);
  }
.bg-teal-100 {
    background-color: rgb(203, 251, 241);
  }
.bg-yellow-100 {
    background-color: rgb(254, 249, 194);
  }
.bg-gradient-to-br.from-blue-600.to-blue-700.p-8.text-white.flex.flex-col.justify-center.items-center {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.woocommerce-page .button
{
	background-color: #008080 !important;
	font-family: "Open Sans", Sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  border: solid 2px #008080  !important;
  border-radius: 0px !important;
  padding: 10px 40px 10px 40px !important;
	font-size: 15px !important;
	    line-height: 20px !important;
	    transition: all .3s;
}
.woocommerce-page .button:hover
{
	background-color: #fff !important;
  text-transform: uppercase !important;
  color: #008080 !important;
  border: solid 2px #008080  !important;
}

/* Hide default number input arrows */
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity input[type=number] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield;
    text-align: center;
    width: 60px;
}

.woocommerce .quantity {
    display: inline-flex;
    align-items: center;
}

.woocommerce .quantity button {
    background-color: #f1f1f1;
    border: 1px solid #ccc !important;      
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    border-radius: 0px;
    color: #333;
	  font-weight: 400;
	width: 60px;
	padding-left:0;
	padding-right:0;
}

.woocommerce .quantity button:hover {    
	border: 1px solid #ccc !important; 
	background-color: #008080;
	color:#fff;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    text-align: left;
}
.qty-label {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;    
	font-size: .9em;
}
.woocommerce .quantity input.qty {
    border: 1px solid #ccc;
	border-left:none;
	border-right:none;
    width: 60px;    
	border-radius: 0px;
    text-align: center;    
    margin: 0px;
	height: 44px;
}

.woocommerce .quantity input.qty:focus, 
.woocommerce .quantity input.qty:focus-visible
{
	border: 1px solid #ccc;
	border-left:none;
	border-right:none;
	outline: none;
}

a.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

@container (min-width: 700px) {
    .wc-block-checkout__sidebar {        
        top: 200px !important;
    }
}

p.wc-block-components-checkout-order-summary__title-text {
    font-size: 1.25em;
}


.single-product .woocommerce-notices-wrapper {
  display: none !important;
}
@media (max-width: 1300px) {
   body:not([class*="elementor-page-"]) .site-main {
    max-width: 96% !important;
  }
}

.wc-block-components-title.wc-block-components-checkout-step__title {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media (max-width: 767px) {
#content .page-header .entry-title {
  font-weight: 500 !important;
  font-size: 40px !important;
}
}


.floating-cart {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fffbed;
    color: #fff;
    font-size: 18px;
    padding: 16px 18px;
    border-radius: 6px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    z-index: 9999;
    transition: all 0.3s ease;
	
	width: 60px;
    height: 60px;    
    text-align: center;
}

.floating-cart:hover {
    background: #fffbed;    
}

.floating-cart .cart-count {
    background: #008080;
  color: #fff;
  border-radius: 50%;
  margin-left: 6px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
	position: absolute;
  top: -10px;
  right: -10px;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty
{
	max-height:50px !important;
	text-align: center !important;
	border-left: 0 !important;
  border-right: 0 !important;
}
.wp-block-woocommerce-cart {    
    margin-inline: 0 !important;
}

#coupon_code {
  border-radius: 0;
  height: 44px;
}
#coupon_code:focus {
	outline:none;
}

span.wc-block-components-product-details__name {
    font-weight: bold;
}


.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {    
    background: #008080 !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    min-height: 24px !important;
    min-width: 24px !important;
    font-size: 12px !important;
}

.icon-box-style svg
{
	color:#000 !important;
}
.icon-box-style h3.elementor-icon-box-title {
    margin-top: 3px;
    margin-bottom: 10px;
}
