/* 
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-color: #E34234;
}

/* html, body {
  overflow-x: hidden
} */

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

button:hover, button:focus{
  background: var(--primary-color);
}

body:not(.home) .page-content .elementor-section-wrap .elementor-container {
  /* max-width: 1100px !important; */
}

/* Remove IOS Styling */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.elementor-menu-toggle {
  outline: none;
}


/* Better image rendering */
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

.elementor-icon-list-text {
  transition: all 300ms ease;
}
.lines{
  overflow: hidden !important;
}
.lines:before,
.lines:after{
  content: '';
  background: url('/wp-content/uploads/2021/01/lines.svg');
  display: block;
  position: absolute;
  transform: rotate(-45deg) scale(0.9);
  opacity: 0.25;
}

.tc-button{
  border-radius: 1em;
  padding: 0.4em 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  display: inline-block;
}

.button-border{
  color: #fff;
  border: 1px solid;
}

.tc-button:hover{
  color: var(--primary-color);
}

.button-primary{
  background: var(--primary-color);
  color: #fff;
}

.button-primary:hover{
  background-color: #000;
  color: #fff;
}

.button.button-secondary{
  background: #f8f8f8 !important;
  color: #111 !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}


.my_account_buttons a:last-child{
  margin-left: 15px;
} 

body.woocommerce-account .page-content .elementor-section-wrap .elementor-container{
    /* max-width: 1280px !important; */
}

.company_banner h2 {
    font-size: 22px;
}

.flex-row{
  display: flex;
  gap: 15px;
}

.flex-row.right{
  justify-content: flex-end;
}

.flex-column{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.flex-items-center{
  align-items: center;
}
.flex-items-start{
  align-items: flex-start;
}
.flex-items-end{
  align-items: flex-end;
}
.flex-justify-start{
  justify-content: flex-start;
}
.flex-justify-center{
  justify-content: center;
}
.flex-justify-between{
  justify-content: space-between;
}
.flex-justify-end{
  justify-content: flex-end;
}

.action_button {
  border: none;
  background: #cfcfcf;
  padding: 0;
  border-radius: 4px !important;
  display: flex;
  font-size: 10px;
  color: grey;
  align-items: center;
  padding: 0 0.5em;
}

.action_button:hover{
  background: #E34234;
}

.label_default{
  background: #2f74b9;
  color: #fff;
  padding: 0 1em;
  font-size: 13px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.popup {
  padding: 20px;
  border: 1px solid #a7a7a7;
  position: absolute;
  top: 0;
  /* bottom: 0; */
  background: #fff;
  width: 100%;
  display:none;
  min-height: 385px;
  z-index: 1000;
}

.shadow{
  box-shadow: 0px 1px 62px #00000040;
}

close{
  cursor: pointer;
  position:absolute;
  top: 10px;
  right: 10px;
  padding: 0.2em 0.4em;
  background: #ebebeb;
  line-height: 1;
  border-radius: 2px;
}


span.pretty_select:after {
    content: '';
    display: block;
    border: 1px solid #b7b7b7;
    background-color: #efefef;
    background-image: url(/wp-content/uploads/assets/icon-angle.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33px;
    pointer-events: none;
    border-radius: 0 3px 3px 0;
}

span.pretty_select {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  border-radius: 3px;
}

span.pretty_select select{
  padding: 0.2em;
  padding-right: 14px;
  border-color: #b7b7b7;
  border-radius: 3px;
  min-width: 100px;
  background: none;
}

span.pretty_select.focus{
  background-color: var(--primary-color);
  border: none;
}
span.pretty_select.focus select{
  border: none;
}

span.pretty_select.focus select>option:selected{
  color: #fff;
}

span.pretty_select.focus:after{
  background-color: #fbb367;
  border: none;
  transform: rotate(180deg);
  border-radius: 3px 0 0 3px;
}




.delivery_address_selection {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.delivery_address_selection>address {
  padding: 10px;
  border: 1px solid #e9e9e9;
  background: #f1f1f1;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-grow: 1;
}

.delivery_address_selection>address.selected{
  border: 1px solid #f9d2ab;
  background: #fff2e5;
}



.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_country_field{
  margin-top: 30px;
}


.woocommerce-checkout .form-row {
  
  margin-bottom: 0 !important;

}

/* .woocommerce-checkout input, .woocommerce-checkout textarea,
.woocommerce-checkout select, .woocommerce-checkout .select2-selection {
  border-color: #d9d9d9;
  border-radius: 0;
}

.woocommerce-billing-fields__field-wrapper, .shipping_address, .woocommerce-additional-fields{
  background: #ededed;
  padding: 10px 15px;
} */


fieldset{
  display: flex;
  gap: 15px;
}
fieldset>*{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  width: 50%;
}


/*** Shop ***/

.cats_nav a {
    color: #fff;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
}

.cats_nav .cat_title a {
    font-weight: 500;
}

.cats_nav div {
    padding: 3px 0;
}


.cats_nav .has_children .toggle_sub_cats:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  cursor: pointer;
  color: #fff;
}
.cat_title {
    display: flex;
    justify-content: space-between;
}
.cats_nav .sub_cats {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.cats_nav .has_children.expanded .sub_cats,
.cats_nav .has_children.active .sub_cats{
    max-height: 1000px;
}

.cats_nav .active>a{
    font-weight: 600;
}

.products .product-category {
    position: relative;
}

.products .product-category a:after{
    content: '';
    background: #00000063;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 1;
}

.products .product-category:hover a:after{
  background: #d9852e7a;
}

ul.products .product-category img {
    margin: 0;
}

.products .product-category .woocommerce-loop-category__title{
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    text-align: center;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    line-height: 1.5;
}


.products .product-category .woocommerce-loop-category__title .count{
  display: none;
}

.woocommerce ul.products li.product a img{
/*   height: 100%; */
	aspect-ratio: 1/1;
  object-fit: contain;
}

.company_banner {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 30px;
}

.company_banner h2{
  margin: 0 !important;
}
.company_banner .company_logo{
  width: 22%;
}

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

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


#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
  width: 80px;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail{
  max-width: 50px;
}

.woocommerce-cart-form__cart-item td.product-remove {
    width: 35px;
}

.single-product .site-main {
    margin-top: 30px;
}



/* 
.woocommerce-billing-fields input {
    border: none;
    background: none;
    padding: 0;
}
.woocommerce-billing-fields label{ font-weight: bold;}
.woocommerce-billing-fields abbr.required{
  display:none;
} 
*/

.woocommerce-billing-fields__field-wrapper{
  display: none;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox>input[type=checkbox]{
  display: none;
}


.popup_message{
  position: fixed;
  top: 0px;
  opacity: 0;
  background: #fff;
  padding: 2rem;
  border: 1px solid;
  border-radius: 4px;
  left: 0;
  right: 0;
  max-width: 470px;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 29px #00000017;
  transition: 0.5s all;
}

.tc_message{
  padding: 1rem;
  border: 2px solid;
  border-radius: 4px;
}

.popup_message.show{
  top: 50px;
  opacity: 1;
}

.popup_message.success,
.tc_message.success{
  color: green;
  border-color: #72b772;
}

.popup_message.error,
.tc_message.error{
  color: red;
  border-color: red;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 97.65%);
}

table tbody>tr:nth-child(even)>td, table tbody>tr:nth-child(even)>th,
table thead>tr>th {
  background-color: hsl(27.69deg 21.31% 88.04%);
}

