/* 
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 */
.woocommerce-breadcrumb {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  padding-top: 20px !important;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
}
.woocommerce .star-rating span::before {
  color: #FFC314;
}
.woocommerce .star-rating {
  font-size: 22px;
}
.review-count{
  margin-top: -5px;
  float: left;
  padding-left: 4px;
}
.review-count span{font-weight:bold;padding-left: 6px;
  text-transform: capitalize;}
.product-header-after-breadcrumb {
  margin-bottom: 30px;
}  

#primary{background:rgb(242, 242, 242);padding-bottom: 30px;}
.woobt-before-text.woobt-text {
  font-size: 2rem;
}
.woobt-choose,.woobt-carousel .slick-dots {
  display: none;
}
.woobt-carousel .slick-arrow {
  opacity: 1;
  visibility: visible;
  background: rgb(226, 232, 238);
  border-radius: 25px;
}
.woobt-carousel .slick-arrow.slick-next {
  right: 10px;
  top: -30px;
}

.woobt-carousel .slick-arrow::before {
  font-size: 30px;
  line-height: 38px;
} 
.woobt-carousel .slick-arrow.slick-prev {
  right: 70px;
  top: -30px;
  left:unset;
} 
.woobt-products[class*="woobt-products-layout-carousel"] .woobt-product:hover {
  border-color: #ddd;
}
.woocommerce-tabs .tabs,.woobt-qty-num {
    display: none;
}

.woocommerce-Tabs-panel {
    display: block !important;
}

.upsell-slider-wrapper {
    position: relative;
}

.upsell-prev,
.upsell-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.upsell-prev:hover,
.upsell-next:hover {
    background: #333;
    color: #fff;
}

.upsell-prev { right: 38px; }
.upsell-next { right: -15px; }

@media (max-width: 768px) {
    .upsell-prev, .upsell-next {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
    }
    .upsell-prev { left: 0; }
    .upsell-next { right: 0; }
}
.upsell-slider h2{font-size:14px;font-weight:700}
.upsell-prev, .upsell-next {
  top: -32px;
  background: rgb(226, 232, 238);
}
.upsell-prev:hover, .upsell-next:hover {
color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}  

.quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}

.qty-btn {
	background: #f7f7f7;
	border: none;
	width: 36px;
	height: 36px;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
}

.qty-btn:hover {
	background: #e5e5e5;
}

input.qty {
	width: 60px;
	text-align: center;
	border: none;
	outline: none;
	font-size: 16px;
	appearance: textfield;
}
.woocommerce .quantity .qty {
  width: 100%;
}
.qty-btn:hover,.qty-btn:focus {
  background: unset;
  color: #000;
}
.qty-btn{
  background: unset;
  color: #000;
}
.woocommerce div.product form.cart div.quantity {
  width: 90%;
}
.woocommerce div.product form.cart .button {
  width: 90%;
  margin-top: 10px;
  padding: 13px;
  background: #18D12E;
}
input.qty::-webkit-inner-spin-button,
input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.up-sells li{list-style:none}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  background: #e6eef5;
  box-shadow: 0 0 0 1px #eee;
}
.home #content h1 {
  display: none;
}
#firsticon img{margin-bottom:9px}
.customcircle img {
  margin-bottom: 9px;
  background: #18D12E;
  border-radius: 100px;
}

/* General row spacing */
.form-row {
  margin-bottom: 1em;
}

/* Flex layout ONLY for the first row */
.form-row.two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

/* Force inputs in first row to split in two */
.form-row.two-col input.wpcf7-form-control {
  flex: 1 1 45%;
  max-width: 100%;
  box-sizing: border-box;
  width: auto !important;
}

/* Make textarea full width */
.form-row textarea.wpcf7-form-control {
  width: 100% !important;
  box-sizing: border-box;
}

/* Make submit button auto-width */
.wpcf7 .wpcf7-submit {
  width: auto !important;
  display: inline-block;
  padding: 0.5em 1.5em;
  cursor: pointer;
  background: #18D12E;
  color: #fff;
  border: 1px solid #18D12E;
}
.woocommerce div.product div.images img {
  display: block;
  width: 50%;
  height: auto;
  box-shadow: none;
  margin: auto;
}
.woocommerce-product-gallery__trigger{display:none}
.woobt-wrap {
  background: #fff;
  padding: 40px;
  border-radius:4px
}
.woocommerce div.product .woocommerce-tabs .panel,.up-sells{
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  margin-top: 32px;
}
.single-product  .woocommerce-breadcrumb {
  background: #fff;
  padding: 20px 0 20px 40px !important;
}
.product-header-after-breadcrumb {
  margin-bottom: 30px;
  background: #fff;
  margin-top: -9px;
  padding: 0 0 10px 40px;
}
.woocommerce ul.products li.product .button {
  background: #18D12E;
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #18D12E;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #15B829;
}
.woocommerce-info::before {
  color: #18D12E;
}
.woocommerce-info {
  border-top-color: #18D12E;
}
@media (min-width: 768px) {
 .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
 width: 65%;
    padding: 40px 60px;
    margin-right: 2%;
	 background:#fff;
	 border-radius:4px;
}
	.woocommerce-page div.product div.summary {
width: 33%;
    background: #fff;
    padding-left: 30px;
    padding-top: 30px;
	border-radius:4px;
	}
}
