/* 
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 */

body.page-id-18 div.woocommerce-MyAccount-content a {
    text-decoration: underline!important;
}

/*Gravity Forms - Training*/
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #000000!important;
}

p.training-headings{
	font-size: 20px;
	font-weight: bold;
}

button.gform_save_link{
	float:right!important;
	background-color:#ffffff!important;
	border: 2px solid #6B7280!important;
	color:#6B7280!important;
}
button.gform_save_link:hover{	
	background-color:#eaeaea!important;
	border: 2px solid #6B7280!important;
	color:#6B7280!important;
}

/*------------------------*/


#elementor-menu-cart__toggle_button:focus{
    background-color: #ffffff!important
}

.button{
	background-color: #000000!important;
	font-size: 15px!important;
	color: #ffffff!important;
	padding: 12px 24px!important;
	border-style: none!important;
    border-radius: 1000px 1000px 1000px 1000px!important;
}

.button:hover{
	background-color: #1c1c1c!important;	
}

/* product catgory list in side bar */
.widget_product_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_product_categories li {
    position: relative;
    margin-bottom: 10px
}

.widget_product_categories li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 22px;
    text-transform: capitalize
}

.widget_product_categories li a:hover {
    color:#000000;
}

.widget_product_categories li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0,0,0,.15);
	background-color: #ffffff;
}

.widget_product_categories li a:hover~.count {
    background-color: rgba(0,0,0,0);
    color: #000000;
    border-color: #000000;
}

.widget_product_categories .count {
    background-color: rgba(84,84,84,.05);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
    text-align: center;
    min-width: 10px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.woocommerce .widget_product_categories li a:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.woocommerce .widget_product_categories li.current-cat>a {
    font-weight: bold
}

.woocommerce .widget_product_categories li.current-cat>a:before {
    background-color: #f5fd00;
    border-color: #f5fd00;
}

.woocommerce .widget_product_categories li.current-cat>a~.count {
    background-color: #f5fd00;
    color: #212529;
    border-color: #f5fd00;
}

.woocommerce .widget_product_categories li ul.children {
    margin: 8px 0 0 30px
}

.woocommerce .widget_product_categories li ul.children li {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px
}

.woocommerce .widget_product_categories li ul.children li a {
    padding-left: 0
}

.woocommerce .widget_product_categories li ul.children li a:before {
    display: none
}

.woocommerce .widget_product_categories li ul.children .count {
    line-height: 18px
}

.woocommerce .widget_product_categories li ul a {
    font-weight: 400;
    text-transform: none;
    border-bottom: 0
}

/* Advanced woo search field */

.aws-container .aws-search-field {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
	background : #ffffff!important;
	border: 0px;
	padding-left: 30px;
}
.aws-container .aws-search-form .aws-search-btn.aws-form-btn {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
	background: #000000;
}

.aws-container .aws-search-form .aws-search-btn svg {
    fill: #fff;
}

/* WooCommerce Order By Dropdown */
select.orderby{
	border-radius: 30px;
    border: 0px;
    font-size: 13px;
}

/* WooCommerce Results Count */
.woocommerce-result-count{
	font-size: 13px;
	margin-bottom:0px!important;
	margin:0px!important;
	margin-block-start: 1em!important;
    margin-block-end: 1em!important;
}

/* WooCommerce Archive Product Loop */
li.product {
    transition: box-shadow .3s;
}
li.product:hover {
     box-shadow: 0 0 11px rgba(33,33,33,.2);
}
@media (max-width: 1024px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(2, 1fr)!important;
    }
	
	.elementor-655 .elementor-element.elementor-element-5e2641f.elementor-wc-products ul.products {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
@media (max-width: 767px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr)!important;
    }
	
	.elementor-655 .elementor-element.elementor-element-5e2641f.elementor-wc-products ul.products {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
	
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: right!important;
}
	.price-and-cart {
    flex-direction: column;
    align-items: flex-start!important;
  }
	
	.add_to_cart_button{
	margin-top: 1em;
}
}

.price-and-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
	justify-content: space-between;
}

a.add_to_cart_button{
	margin-top: 0px!important;
	background-color: var(--e-global-color-secondary)!important;
    font-family: "Inter", Sans-serif!important;
    font-size: 14px!important;
    font-weight: 600!important;
	border-radius: 1000px 1000px 1000px 1000px!important;
	color:#ffffff!important;
	padding: 12px 24px!important;
}

a.add_to_cart_button:hover{	
	background-color: var(--e-global-color-a568e17)!important;
}

.woocommerce ul.products li.product .price {   
    margin-bottom: 0px!important; 
}

a.added_to_cart.wc-forward{
	display:none!important; 
}

/** WOO PRICE FILTER **/
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #212529;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #212529;
}

.widget_price_filter .button{
	margin-top: 0px!important;
	background-color: var(--e-global-color-secondary)!important;
    font-family: "Inter", Sans-serif!important;
    font-size: 12px!important;
    font-weight: 600!important;
	border-radius: 1000px 1000px 1000px 1000px!important;
	color:#ffffff!important;
	padding: 12px 24px!important;
}

.widget_price_filter .button:hover{	
	background-color: var(--e-global-color-a568e17)!important;
}

/**Single Product Page*/

/** WooCommerce product tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  display: flex;
  gap: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  border: none;
  background: none;
  padding: 0;
  list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #000;
  background: none;
  border: none;
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 3px solid #000;
  color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a {
  border-bottom: 3px solid transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #333;
  border-bottom: 3px solid #999;
}

.woocommerce-Tabs-panel>h2{
	display:none;
}

@media screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }
}

/*Product Images*/
.woocommerce div.product div.images {
  position: relative;
  margin-bottom: 1rem;
}

.woocommerce div.product .flex-control-thumbs {
  display: flex;
  overflow-x: auto;
  gap: 0.4rem;
  padding: 0.5rem 2.5rem; /* Leave space for arrows */
  margin: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  position: relative;
}

.woocommerce div.product .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.woocommerce div.product .flex-control-thumbs li {
  flex: 0 0 auto;
  width: 75px!important;
}

.woocommerce div.product .flex-control-thumbs img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border 0.3s ease;
}

.woocommerce div.product .flex-control-thumbs img.flex-active {
  border-color: #000;
}

.thumb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: #000;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.thumb-arrow:hover {
  opacity: 1;
}

.thumb-prev {
  left: 0.5rem;
}

.thumb-next {
  right: 0.5rem;
}
/*END- Product Images*/

.woocommerce table.shop_attributes {
    text-align: left;
    width: 100%;
    border-top: 1px solid #e4e4e4
}

.woocommerce table.shop_attributes tr {
    padding: 0;
    margin: 0
}

.woocommerce table.shop_attributes p {
    margin: 0
}

.woocommerce table.shop_attributes th {
    color: #000;
    font-weight: bold;
    font-weight: 600;
    text-align: left;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 15px;
    text-align: left;
    margin: 0
}

.woocommerce table.shop_attributes td {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 15px;
    text-align: left;
    margin: 0
}

.woocommerce span.onsale{
	display: block;
    color: #000000;
    background-color: #f5fd00;
    border-radius: 30px;
    min-width: 75px;
    min-height: 30px;
    line-height: 30px;
    right: auto;
    left: 0;
}

/** Cart Page */

a.cart-pdf-button.button{
	margin-top:30px;
	border-radius: 30px;
	font-size: 15px;
	background-color: #ffffff;
	border: 1px solid #000000;	
	padding: 10px 20px 10px 20px;
	color:#000000;
}

a.cart-pdf-button.button:hover{	
	background-color: #000000;
	border: 1px solid #000000;	
	color:#ffffff!important;
}

@media screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
     display: inline-flex!important;
	}
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
     display: inline-flex!important;
	}
	
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
     content: attr(data-title) ""!important;
     font-weight: 700;
     float: left;
    }
	
}

/** Checkout Page**/
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name
 {
    max-width: 100px!important;
    padding-inline-end: 40px;
}


/** Forms **/
p.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
padding: 15px 30px 15px 30px;!important;
	border-radius: 10px 10px 10px 10px!important;
	background-color: var(--e-global-color-4ad8486)!important;
	border-style: none!important;
	color: var(--e-global-color-text)!important;
}

/** Repair Booking Form **/

.wpf_options {   
    padding: 0px!important;
}

.wpf_description p{
	margin-bottom: 0px!important;
}

.wpf_option_5{
	margin-top:20px!important;
	font-size:13px!important;
	color:#ff0000!important;
}

button.single_add_to_cart_button.button.alt{
	display: block!important;
    width: 100%!important;
	background: #000000!important;
	flex-basis: 100%!important;
}

button.single_add_to_cart_button.button.alt:hover{
	background: #1c1c1c!important;
}

/** Custom Product Labels */
.br-labels-css{
    font-weight: 700!important;}


