/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
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: 1.0.0
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --primary: #a83671;
  --text-color: #58585a;
  --accent: #923337;
  --font-primary: "Montserrat";
/*   --font-secondary: "Merriweather"; */
  --site-width: 1280px;
}

/* #site-wrapper {
    max-width: 1280px;
    margin: auto;
} */

a,
button {
  cursor: pointer;
  color: var(--text-color);
}

.hidden {
  display: none;
}

*:focus {
  outline: none;
}

.font-primary {
  font-family: var(--font-primary);
}

.font-secondary,
strong {
  font-family: var(--font-primary);
}
.elementor-widget-text-editor p:last-of-type{
	margin-bottom:0px;
}
.elementor-text-editor>.ms-editor-squiggler{
  display: none;
}

.header_text_wrapper .read_more_link{
  font-weight: bold;
  font-size: 16px;
  color: var(--accent);
  text-decoration-line:underline;
  margin-top: 13px;
  display: inline-block;
}

ul.tc_category_list, ul.tc_category_list ul {
    list-style: none;
    padding: 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}


ul.products .add_to_cart_button {
    margin-right: 10px !important;
}

.elementor-menu-cart__toggle_button .elementor-icon{
  margin-top: 6px;
}

.elementor-menu-cart__toggle_button .eicon{

  background-image: url(images/basket-icon.png);
  width: 23px;
  height: 23px;
  display: block;
  background-position: center center;
  background-repeat:no-repeat;
  background-size: contain;
}
.elementor-menu-cart__toggle_button .eicon:before{
  display:none;
}

.elementor-menu-cart__toggle_button  .elementor-button-icon:before{
  background: none !important;
  color: black !important;
  border: 1px solid #c4c4c4;
  font-size: 15px !important;
  width: 25px;
  height: 25px;
}

body:not(.rtl) .elementor-93903.elementor-location-header .elementor-element.elementor-element-fa448d1 .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    right: -27px;
    top: -5px;
}

.archive ul.products>li .yith-wcqv-button,
.related ul.products>li .yith-wcqv-button{
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 107px;
  margin: auto;
  visibility: hidden;
  background: rgb(0 0 0 / 50%);
  border: 1px solid #fff !important;
  color: #fff !important;
  text-align: center;
  margin-top: 0 !important;
}
ul.products>li .yith-wcqv-button:hover{
  background: var( --primary );
}

ul.products>li:hover .yith-wcqv-button{
  visibility: visible;
}

.woocommerce ul.products li.product .price{
  color: var( --e-global-color-primary );
  font-family: "Merriweather", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}


li.widget_product_categories, li.widget_block{
    list-style:none;
}
.widget_product_categories ul.product-categories, .wc-block-product-categories-list,
ul.tc_product_category_list_2{
    list-style:none;
    padding-left: 0;
    font-family: var(--font-primary);
}
.widget .widgettitle{
    font-family: var( --font-secondary );
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
}
li.widget{
    margin-bottom: 50px;
}

.widget_product_categories ul.product-categories>li, ul.tc_product_category_list_2>li {
    padding: 5px;
    border-bottom: 1px solid #c1c1c1;
    position: relative;
}
.widget_product_categories ul.product-categories ul.children,
ul.tc_product_category_list_2 ul.children{
    display: none;
    list-style:none;
}
.widget_product_categories ul.product-categories .expanded ul.children,
ul.tc_product_category_list_2 .expanded ul.children{
    display: block;
}
.widget_product_categories .children li.cat-item,
ul.tc_product_category_list_2 .children li {
    padding: 5px 0;
}
ul.product-categories>li.cat-parent:after,
ul.tc_product_category_list_2>li.cat-parent:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-top-color: #383838;
}

ul.tc_product_category_list_2 a{
  text-decoration: none;
}
/*ul.product-categories>li.expanded.cat-parent:after {*/
/*    border-top-color: transparent;*/
/*    border-bottom-color: #383838;*/
/*}*/

.single-product-wrap {
    display: flex;
    gap: 20px;
}

.single-product-wrap .product-content{
  width: calc( 100% - 250px);
}
.single-product-wrap .product-sidebar {
    width: 250px;
}


/*** Woocommerce styles ***/

body.single-product .site-main{
  max-width: var(--site-width) !important;
  margin-top: 40px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color: var( --primary );
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: var( --primary );
}

h1.product_title.entry-title {
    font-size: 20px;
}

table.variations th {
    text-align: left;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
  border-color: #c1c1c1;
}

.woocommerce .quantity .qty {
    padding: 0;
    height: 37px;
}



ul.products li.product .button {
    color: var( --e-global-color-secondary );
    border-color: #D5D5D5;
    font-family: "Montserrat", Sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    margin-top: 7px;
}

.cart_button>a{
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(images/basket-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.cart_button{
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.cart_button:hover{
  background: var(--primary);
}
.cart_button:hover>a{
  filter: brightness(4);
}

.loop_product_title{
  color: var( --text-color );
  font-size: 14px;
  font-weight: 400;
  font-family: var( --font-primary);
  margin: 0;
}

.loop_product_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.loop_product_details .woocommerce-Price-amount{
  color: var(--primary);
  font-weight: bold;
}

/*** END Woocommerce styles ***/




.corner-branches{

  background-image: url(images/branch-top-left.png), url(images/branches-bottom-right.png);
  background-repeat: no-repeat;
  background-position: 0 10px, calc(100% - 20px) 100%;

}

.branch-bottom-right{
  background-image: url(images/branch-bottom-right.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 100%;
}

.branch-top-left{

  background-image: url(images/branch-top-left-2.png);
  background-repeat: no-repeat;
  background-position: -4px -40px;  
}

.branch-bottom-left{
  background-image: url(images/branch-bottom-left.png);
  background-repeat: no-repeat;
  background-position: 48px 100%;  
}


.corner-branches-2{
  background-image: url(images/branch-bottom-left-2.png), url(images/branch-top-right.png);
  background-repeat: no-repeat;
  background-position: 20px 100%, 100% 23px;

}


.slider-branches-1:before{
  content: '';
  background-image: url(images/branches-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 66px;
  height: 74px;
  position: absolute;
  top: -38px;
  left: -34px;
}


.slider-branches-1:after{
  content: '';
  background-image: url(images/branches-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 112px;
  position: absolute;
  bottom: -28px;
  right: -39px;
}

.slider-branches-2:before{
  content: '';
  background-image: url(images/branches-3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 82px;
  height: 74px;
  position: absolute;
  top: -45px;
  right: -39px;
}


.slider-branches-2:after{
  content: '';
  background-image: url(images/branches-4.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 112px;
  position: absolute;
  bottom: -39px;
  left: -33px;
}


.row-gap>.elementor-container{
  gap: 20px;
}

.row-gap>.elementor-container>.elementor-column{
  flex-grow: 1;
}

.eael-advance-tabs .eael-tabs-nav>ul{
  gap: 25px;
}
.eael-tabs-nav>ul>li{
  flex: initial !important;
  padding: 1em 0 !important;
}
.eael-tabs-nav>ul>li.active, .eael-tabs-nav>ul>li.active:hover {
    font-weight: 400 !important;
    text-decoration: underline;
}

@media (max-width: 930px ){
  .eael-tabs-nav>ul{
    flex-wrap: wrap;
  }
  .eael-tabs-nav>ul>li {
    min-width: 20%;
  }

  .eael-tabs-nav>ul>li {
    padding: 0.5em 0.2em !important;
    border: 1px solid #adadad;
    min-width: calc(33.333% - 10px);
  }
  .eael-advance-tabs .eael-tabs-nav>ul{
    gap: 11px;
  }
}

.elementor-posts-container .product .elementor-image>a,
.elementor-posts-container .product .elementor-image .attachment-woocommerce_thumbnail{
  width: 100%;
}

/**
*  grid-d3-m2-xs1 
*  d3 = desktop 3 columns
*  m2 = mobile 2 columns
*  xs1 = extra small screen 1 column 
**/

.grid_section.grid-d3-m2-xs1 .elementor-widget-wrap{
  display: grid !important;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media( max-width: 830px ){

  .grid_section.grid-d3-m2-xs1 .elementor-widget-wrap{
      grid-template-columns: repeat(2, 1fr);
  }

}

@media( max-width: 555px ){
  .grid_section.grid-d3-m2-xs1 .elementor-widget-wrap{
      grid-template-columns: 1fr;
  }
}


/*Product search form*/
.search_wrap{
  position: relative;
  font-family: var( --font-primary );
  font-size: 14px;
}
form.product_search_form {
  display: flex;
  max-width: 100%;
  background: #fff;
}

@media(max-width: 768px) {
	form.product_search_form {
		position: relative;
	}
}
.product_search_form .search_submit[type=submit]{

  background-image: url(/wp-content/uploads/2025/11/search-icon-black.png);
  background-repeat:no-repeat;
  background-position: center;
  flex-grow: 1;
  padding: 0;
  border-radius: 0;
  background-size: 20px;
  border-color: #c4c4c4;
  border-left-width: 0;
  border-right: 1px solid #c4c4c4;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  position: absolute;
  right: 0;
  height: 37px;
  width: 50px;
  top: 0px;
  background-size: 15px;
}

@media(max-width: 768px) {
	.product_search_form .search_submit[type=submit]{
		top: 10px;
	}
}
.product_search_form .search_submit[type=submit]:hover,
.product_search_form .search_submit[type=submit]:focus{
  outline: none;
  background-color: transparent;
}

.product_search_form .search_field{
  flex-grow: 2;
  width: 185px;
  border-radius: 0;
  padding: 0.5em;
  font-size: inherit;
}

@media(max-width: 768px) {
	.product_search_form .search_field {
		width: 255px;
	}
}

.product_search_form .search_field, .product_search_form .search_field:focus{
  border-right-width: 0;
  border-color: #c4c4c4;
}

.search-button-mobile{
  font-size: 15px;
}
.search-button-mobile:before{
  content: '';
  display:block;
  height: 1.5em;
  background-image: url(images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: auto 100%; */
  
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.search_results {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 99999999999;
    background: #fff;
    box-shadow: 2px 3px 5px #00000024;
    border: 1px solid #c4c4c4;
    border-top: 0;
    left: 0;
    right: 0;
    display: none;
    max-height: 600px;
    overflow: auto;
}
.search_results>a {
    padding: 5px 10px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    gap: 10px;
    align-items: center;
}
.search_results>a img{
  max-width: 90px;
}

.search-button-mobile {
    text-align: center;
    font-family: var(--font-primary);
    display: none;
}

.search_wrap.mobile_popup{
    display: block;
    position: fixed;
    background: #000000e3;
    top: 0;
    bottom: 0;
    z-index: 999999999999;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 50px;
}


/*** MEGA menu ***/
.elementskit-megamenu-panel .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

.elementskit-megamenu-panel  .grid-cols-4 .elementor-widget-wrap {
    grid-template-columns: repeat(4, 1fr);
}

@media( max-width: 1024px ){

  .search-button-mobile {
    display: block;
  }
  .search_wrap {
    display: none;
  }

  form.product_search_form{
    flex-direction: column;
    gap: 15px;
    padding: 10px;
  }
  .product_search_form .search_field{
    max-width: 100%;
  }

  .search_results{
    top: 199px;
    left: 50px;
    right: 50px;

  }

  .product_search_form .search_submit[type=submit]{
    border-left-width: 1px;
  }

  .product_search_form .search_field{
    border-right-width: 1px;
  }



  .elementskit-megamenu-panel .elementor-widget-wrap {
      grid-template-columns: repeat(1, 1fr);
  }
}



button.elementskit-menu-close.elementskit-menu-toggler {
    font-size: 14px;
    font-family: 'Montserrat';
    padding: 4px !important;
    margin: 0 12px !important;
    width: 31px !important;
}


@media (max-width: 768px){

  .single-product-wrap{
    flex-direction: column;
  }

  .single-product-wrap .product-sidebar {
      display: none;
  }

  .single-product-wrap .product-content {
    width: 100%;
  }

  .single-product .product{
    padding: 15px;
  }

}


.wc_payment_method .payment_method_paypal {
	display: none;
}

.payment_method_paypal {
	display: none;
}

