/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

.et_pb_text_inner ul li:before {
    content: '5';
    font-family: 'ETmodules';
    font-size: 18px;
    color: red;
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


.training img{
	filter: grayscale(1);
} 
.training img:hover{
	filter: grayscale(0);
} 






nav.greedy {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  
}

nav.greedy h1 {
  display: flex;
  align-self: stretch;
  align-items: center;
  background: #c6c6c6;
  padding: 0 1rem;
  font-weight: bold;
}

nav.greedy button {
  align-self: stretch;
  transition: all .4s ease-out;
  padding: 0 1rem 24px 1.5rem;
  outline: 0;
  border: 0;
  font-size: 20px;
  font-weight: bold;
 background-color:transparent;
	color:green;
}
nav.greedy button.hidden {
  transition: none;
  border-right: 0.5rem solid #b6b6b6;
  padding: 0;
  overflow: hidden;
}

header .custom-box {
	padding: 0;
}
nav.greedy button::after {
  content: ">";
  display: inline-flex;
  width: 20px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: green;

  font-size: 18px;
  line-height: 14px;
  margin-left: 0;
  margin-right: calc(0rem + -8px);
 background-color:transparent;
	transform:rotate(90deg);
}
nav.greedy ul.links {
  display: flex;
  flex: 1;
  overflow: hidden;
	font-size:18px;
color: #ffff!important;
	padding:0;
	justify-content: space-between;
}
nav.greedy ul.links li {
  flex: none;
  padding: 20px 0;
}

nav.greedy ul.links li a {
  color: #ffff;
 font-size:18px;
}
nav.greedy ul.hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
background-color:#fff;
}

@media (min-width: 992px) {
  .greedy ul button {
    display: none !important;
  }
}


nav.greedy ul.hidden-links.hidden {
  display: none;
}
nav.greedy ul.hidden-links li {
  padding: 1rem;
	font-size:20px;
}

.greedy ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
	.greedy ul {
  list-style: none;
  padding-left: 100px!important;
	}
}
@media (max-width: 803px) {
	.greedy ul {
  list-style: none;
  padding-left: 100px!important;
	}
}
@media (max-width: 423px) {
	.greedy ul {
  list-style: none;
  padding-left: 14px!important;
	}
}

nav.greedy ul.links li a:hover {
    color: #66b649;
}
nav.greedy ul.hidden-links li a:hover {
    color: #66b649;
}
nav.greedy button:hover {
    color: #66b649;
}
@media (max-width: 767px) {
    .et-db #et-boc .et-l .et_pb_heading_0_tb_body .et_pb_heading_container h2 {
        font-size: 22px;
    }
}


.count .et_pb_text_inner{
column-count:3;
}
.count ul li{
list-style:none;
}
.count .et_pb_text_inner ul li:before{
display:none;
}

@media (max-width: 767px) {
    .archive .et_pb_heading_container h2 {
        font-size: 30px !important;
    }
}

/*.archive .et_pb_text_inner h2 b {
    font-size: 40px;
    color: #000;	
}
@media only screen and (max-width: 767px) {
    .archive .et_pb_text_inner h2 b {
        font-size: 28px;
	line-height:1.5em!important;
    }
} */
.catDescription .et_pb_text_inner h2 {
    text-align: center;
    line-height: 1.3em;
    padding-bottom: 35px;
    font-size: 40px;
    color: #000!important;
	font-weight:700;
}
@media (max-width: 767px) {
    .archive .et_pb_text_inner h2 {
        font-size: 26px;
        padding-bottom: 20px;
    }
.archive .et_pb_text_inner h2 {
 padding-bottom: 15px;
}
	.archive .et_pb_text_inner p{
	padding-bottom: 15px;
}
.archive .et_pb_text_inner ul {
	padding-top: 8px!important;
}
}
.catDescription .et_pb_text_inner p {
    text-align: center;
    font-size: 15px;
    color: #000;
	padding-bottom:35px
}
.archive .et_pb_text_inner ul{
	column-count:3;
	list-style:none;
	padding-top: 30px;
}
archive .et_pb_text_inner {
    position: relative;
    padding-left: 50px;
}

/*.category-main .et_pb_text_inner p {
    position: relative;
    padding: 20px 20px 20px 40px;
    margin-bottom: 30px;
    border-left: 3px solid #4a90e2;
}

.category-main .et_pb_text_inner p:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 24px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #4a90e2;
}
@media (max-width: 767px) {
    .category-main .et_pb_text_inner ul {
        column-count: 1;
    }
}*/

.archive .et_pb_text_inner ul li:before{
	display:none;
}
.archive .et_pb_text_inner ul li{
	font-size:15px;
	color:#000;
}
.archive .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
	text-align:center;
	color:#67b649!important ;
	text-align:center;
	font-size: 20px;
    font-weight: 600;

}
.archive .woocommerce ul.products li.product .woocommerce-loop-product__title{
	display:none;
}
.catDescription .et_pb_text_inner h3 b {
    font-size: 30px;
    color: #000;
font-weight: 700;	
}
.catDescription .et_pb_text_inner h3 {
    text-align: center;
    line-height: 1.3em;
    padding-bottom: 35px;
    font-size: 30px;
    color: #000;
}
.custom-box {
	POSITION: relative;
    Z-INDEX: 99;
}

.btn-pop .et_pb_button {
    font-size: 15px;
	padding: 12px 35px 12px 35px;
    background-color: #66B649!important;
    color: #fff;
    font-weight: 600!important;
	text-align:center;
border-radius:5px;
font-family:Montserrat!important ;
}
.btn-pop .et_pb_button:after {
    display: none !important;
}
.et_pb_button.btn-pop:hover {
	border:none;
}


.et_pb_module.et_pb_code.et_pb_code_0_tb_body.btn-pop {
	text-align:center;
}
.fancybox__container {
    position: fixed;
    top: 12px;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: normal;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 999999!important;
}

.et_pb_shop_0.et_pb_module .woocommerce .et_shop_image>img, .et_pb_shop_0.et_pb_module .woocommerce .et_overlay {
    box-shadow:none;
	height: 290px!important;
}

.woocommerce-account #sidebar {
    display: none;
}
.woocommerce-account #left-area {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.woocommerce-account #main-content .container:before {
    display: none;
}

.woocommerce form.login, .woocommerce form.register {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 500px;
    margin: 0 auto;
}
.woocommerce form.login input.input-text, .woocommerce form.register input.input-text {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.woocommerce form.login button.button, .woocommerce form.register button.button {
    background-color: #0073aa;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}
.woocommerce form.login button.button:hover, .woocommerce form.register button.button:hover {
    background-color: #005c8d;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: block;
    border-radius: 5px;
    background: #fff;
    transition: background 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
 background: #66b649 !important;
 color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
 background: #005B7B !important;
 color: #fff;
}
.woocommerce-MyAccount-navigation li::before {
    display: none !important;
}
.woocommerce-MyAccount-navigation li {
    padding-left: 0 !important;
}

/* Table Container Styling */
.woocommerce-MyAccount-content table.my_account_orders {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

/* Table Row Styling */
.woocommerce-MyAccount-content table.my_account_orders tr {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}

/* Table Header Styling */
.woocommerce-MyAccount-content table.my_account_orders th {
  background: transparent;
  font-weight: 600;
  padding: 12px;
  color: #444;
  border: none;
}

/* Table Data Cells */
.woocommerce-MyAccount-content table.my_account_orders td {
  padding: 16px;
  border: none;
  color: #333;
  vertical-align: middle;
}

/* View Button Styling */
.woocommerce-MyAccount-content table.my_account_orders .button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 35px!important;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-content table.my_account_orders .button:hover {
  background-color: #005f8d;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .woocommerce-MyAccount-content table.my_account_orders td,
  .woocommerce-MyAccount-content table.my_account_orders th {
    padding: 10px;
    font-size: 14px;
  }

  .woocommerce-MyAccount-content table.my_account_orders .button {
    width: 100%;
    text-align: center;
  }
}

.woocommerce a.button:after, .woocommerce-page a.button:after{
display:none!important;
}
.woocommerce table.shop_table thead tr {
  font-size: 18px;
}
.woocommerce table.shop_table thead tr th {
  font-weight: 800;
}
/* Wrapper layout */
.woocommerce-addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 20px;
}

/* Individual Address Box */
.woocommerce-Address {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  padding: 30px;
  flex: 1 1 45%;
  max-width: 500px;
}

/* Headings */
.woocommerce-Address-title h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

/* Address Content */
.address {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* Edit Link */
.woocommerce-Address a {
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
  color: #0073aa;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce-Address a:hover {
  color: #005077;
  text-decoration: underline;
}
.woocommerce form .button {
  background-color: #66b649!important;
  color: #fff;
  padding: 12px 35px!important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px!important;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top:10px!important;
}
.woocommerce button.button:not(.button-confirm):after, .woocommerce-page button.button:not(.button-confirm):after{
	display:none!important;
}

.woocommerce form .button:hover {
  	background-color: #005B7B!important;
	padding: 12px 28px;
    font-size: 16px;
	border: none;
	color: #fff;
}

.woocommerce-order {
	 max-width: 100% !important;
	 width: 100% !important;
}

.woocommerce-order .woocommerce {
  	display: block !important;
  	width: 100%;
}
@media (min-width: 981px) {
    .et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 91.3333%;
    }
}
@media (min-width: 981px) {
    .et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
        width: 0%;
    }
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0;
    color: #000;
}
.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
 font-size: 23px;
    color: #000;
}

.home-slider .et_pb_slide {
    min-height: 100vh;
    background-size: cover;
    max-height: 600px;
}

.slider-home .et_pb_row.et_pb_row_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
@media (max-width: 767px) {
    .home-slider .et_pb_slide {
        min-height: auto;
        max-height: none;
        padding: 60px 20px; /* Add some padding for content spacing */
    }

    .slider-home .et_pb_row.et_pb_row_2 {
        position: static; /* Remove absolute centering */
        transform: none;
        text-align: center;
        padding: 20px 0;
    }
}
@media (max-width: 500px){
	.woocommerce ul.products li.product .button {
 bottom: -18px!important;
    right: 0px!important;
}
}


.woocommerce ul.products li.product .button {
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 4px 10px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 700;
	position: absolute;
    top: auto;
    margin: 0 !important;
    bottom: 26px;
    right: 20px;
	border-radius:7px;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #005b7b !important;
}
.woocommerce ul.products li.product a.added_to_cart {
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 4px 17px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 700;
	position: absolute;
    top: auto;
    margin: 0 !important;
    bottom: 26px;
    right: 20px;
	background: #015b7b;
    color: #fff !important;
}
.SearchInput input.et_pb_s {
    padding: 10px 30px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
}
.SearchInput input.et_pb_searchsubmit {
    padding: 7px 30px 10px 25px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}
ol.num_list {
    margin: 0 0 20px 15px;
    list-style: decimal;
}
ol.num_list li {
    margin: 0 0 15px;
}
.log-in .et_pb_icon_wrap .et-pb-icon{
	font-size:15px !important;
}
header .product .et_pb_with_border.et_pb_section.et_pb_section_0_tb_header.et_pb_with_background.et_section_regular.et_pb_section--with-menu, header .product .et_pb_section.et_pb_section_1_tb_header.et_pb_with_background.et_section_regular {
	padding: 0 !important;
}
header .product .et_pb_with_border.et_pb_section.et_pb_section_0_tb_header.et_pb_with_background.et_section_regular.et_pb_section--with-menu li {
    font-size: 16px !important;
}
nav.greedy ul.links li a {
    color: #fff !important;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
nav.greedy ul.links li a:hover {
    color: #66B649!important;
}
.FooterCTA h2 {
    text-align: left;
    padding: 0;
	font-size: 52px !important;
}
.FooterCTA h2 span {
    display: block;
    font-size: 36px;
    margin: 0 0 5px;
}

/* Default style (desktop) */
.FooterCTA h2 {
  text-align: left;
  padding: 0;
  font-size: 50px !important;
}

/* Tablet view (max-width: 980px) */
@media only screen and (max-width: 980px) {
  .FooterCTA h2 {
    font-size: 36px !important;
    text-align: center; /* optional: center on smaller screens */
  }
}

/* Mobile view (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .FooterCTA h2 {
    font-size: 28px !important;
    text-align: center; /* optional */
  }
}

/* Tablet (max-width: 980px) */
@media only screen and (max-width: 980px) {
  .FooterCTA h2 span {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

/* Mobile (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .FooterCTA h2 span {
    font-size: 16px;
    margin-bottom: 3px;
  }
}



@media (max-width: 500px) {
    .woocommerce ul.products li.product .button {
        position: static; /* Remove absolute positioning */
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px !important;
        font-size: 16px;
        padding: 8px 0 0 0;
    }
}

@media (max-width: 1300px) {
    .woocommerce ul.products li.product .button {
         display: inline-block;
    color: #333;
    text-align: center;
    padding: 4px 17px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 700;
	position: absolute;
    top: auto;
    margin: 0 !important;
    bottom: 10px;
    right: 20px;
	background: #015b7b;
    color: #fff !important;
}
}
.woocommerce ul.products li.product .button {
    background: #67b649;
    color: #fff !important;
}
h2.woocommerce-loop-product__title{
    padding: 10px 20px !important;
}
span.price {
    padding: 0 20px 10px;
}

.forms-g .gform-theme--foundation .gform_fields {
row-gap: 20px;
}
.forms-g .gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    font-weight: 500;
    color: #9A9A9A;
 text-transform: none !important;
}
.forms-g .gform-theme--foundation .gfield textarea.large {
    color: #9a9a9a;
    font-weight: 500;
 text-transform: none !important;
    
}
.forms-g .gform-theme--foundation #field_submit, .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    display: flex
;
    flex-wrap: wrap;
    gap: var(--gf-form-footer-gap);
    align-items: center;
    justify-content: center;
}

.gform-theme--api, .gform-theme--framework {
color:#000!important ;
}


.forms-g{
  background-color:#fff!important ;

}
#gform_submit_button_2 {
    border-radius: 2 !important; /* Use 0 instead of 'none' */
    text-transform: capitalize;
    color: #fff !important;
   background-color:#66b649;
font-weight: 600;
    text-transform: capitalize;
padding: 12px 35px;
    font-size: 15px;
	padding: 12px 35px;
    font-size: 15px;
}
#gform_submit_button_2:hover {
    color: #fff !important;
 	background-color:#005b7b;
}
h3 {
    color: #000 !important;
    font-size: 26px !important;
    font-weight: 700;
}

li.product.type-product img {
    max-height: 224px;
    object-fit: cover;
    object-position: top;
}

@media (min-width: 981px) {
   .checkout-page .et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
        width: 100%;
    }
}

.individual-category-list .woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    background-color: #fff;
    border-radius: 7px;
    padding-bottom: 10px;
}
.individual-category-list h2.woocommerce-loop-product__title {
    padding: 10px 20px !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    font-size: 16px !important;
    color: #000000 !important;
    text-align: left;
    display: block !important;
}
.individual-category-list .woocommerce ul.products li.product .price, 
.individual-category-list .woocommerce-page ul.products li.product .price {
    text-align: left !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    transform: translate(0);
    transition: transform .2s;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}

@media (min-width: 981px) {
  .main-header .et-menu .menu-item-has-children > a:first-child {
    padding-right: 0px;
  }

  .main-header .et-menu .menu-item-has-children > a:first-child:after {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1045px) {
 .main-header .et_pb_menu__logo img {
    width: 200px;
}
}
@media only screen and (min-width: 1462px) {
  .checkout-page {
    padding: 0px!important;
    display: flex;
  }
}
.checkout-page .et_pb_module_inner{
	width:100%;
}

.woocommerce form.login h2,
.woocommerce form.register h2 {
  display: none;
}
.u-column1 h2, .u-column2 h2 {
    display: none;
}


.woocommerce-error{
	display:none;
}

.woocommerce-message {
	align-items:center;
align-content:center;
	line-height:3;
}

.et_pb_section .et_pb_wc_cart_notice_0_tb_body .wc-forward:hover{
	background-color:#005b7b;
}

.woocommerce .et_pb_wc_checkout_billing_0_tb_body form .form-row input.input-text {
	height:41px!important;
}

.woocommerce form .form-row input.input-text{
-webkit-appearance: none;
    background-color: #fff!important;
    max-width: 100%;
    border-width: 0;
    border-radius: 5px!important;
    color: #999;
    font-size: 14px;
    padding: 16px;
    line-height: 1.7em;
    border: solid 1px!important;
	height:41px!important;
}
/* Input fields */
.woocommerce-Input,
.woocommerce-Input--email {
    color: #000000 !important;
}

/* Form labels */
label[for="account first_name"],
label[for="account_email"] {
    color: #000000 !important;
}

/* Form rows and paragraphs */
.woocommerce-form-row,
.form-row,
.woocommerce-form-row--wide,
.woocommerce-form-row--last,
.form-row-wide,
.form-row-last {
    color: #000000 !important;
}

/* Legend for "Password change" section */
legend {
    color: #000000 !important;
}

/* Clear divs (though they typically don't contain text) */
.clear {
    color: #000000 !important;
}

.gform-theme--foundation .gfield input.large {
    height: 41px !important;
    border-radius: 5px !important;
}

.et_pb_module.et_pb_search.et_pb_search_0.SearchInput.et_pb_text_align_left.et_pb_bg_layout_light {
    border: none;
}
.pewc-preset-style input[type=text]:focus{
	border:none!important ;
}

.woocommerce-notices-wrapper post h2 {
    color: #000 !important;
}
/* Option 1: Target all h2 in MyAccount area */
.woocommerce-MyAccount-content h2 {
    color: #000 !important;
}

/* Option 2: More specific - only target billing address h2 */
.woocommerce-MyAccount-content form h2 {
    color: #000 !important;
}

/* Option 3: Most specific - target only billing address heading */
.woocommerce-MyAccount-content h2:first-of-type {
    color: #000 !important;
}
.psd-price .pewc-checkbox-group-wrapper {
    padding: 0px !important;
line-height:1.7em!important;
}
.psd-price .pewc-item-field-wrapper{
padding:0px!important;
}
.psd-price .pewc-product-extra-groups{
padding:0px!important;
line-height:1.7em!important;
}
#openGalleryBtn {
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 5px;
    font-size: 15px !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #66b649 !important;
    padding: 12px 35px !important;
}
#openGalleryBtn:hover {
    background-color: #005b7b !important;
}

.forms-g input,
.forms-g textarea {
  width: 100%;
  padding: 15px 18px;
  margin-bottom: 20px;
  border: 1px solid #686E77;
  border-radius: 12px;
  font-size: 16px;
  background-color: #fdfdfd;
  transition: border-color 0.3s ease-in-out;
}

.forms-g input:focus,
.forms-g textarea:focus {
  border-color: #686E77;
  outline: none;
}

#gform_submit_button_2 {
  background-color: #66B649;
  color: #fff;
  padding: 12px 35px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(153, 153, 153, 0.3);
}
.et-db #et-boc .et-l .et-menu .menu-item-has-children>a:first-child {
    padding-right: 0px; 
}
.et-db #et-boc .et-l .et_pb_social_media_follow li a.icon:before{
	color:#000!important;
}

.et_pb_section_0_tb_footer.FooterCTA {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.et_pb_button_0_tb_footer.et_pb_button.et_pb_bg_layout_light {
  background-color: #fff !important;
  color: #000 !important;
  padding: 12px 35px !important;
  font-family: 'Montserrat', sans-serif !important;
	font-size:15px!important;
}

.et_pb_button_0_tb_footer.et_pb_button.et_pb_bg_layout_light:hover {
  background-color: #66b649 !important;
  color: #fff !important;
}

.et_pb_section_1_tb_footer.et_pb_section.et_section_regular {
  padding-top: 50 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pewc-product-extra-groups .pewc-item.required-field .required, .pewc-product-extra-groups.show-required .pewc-item.required-field .required {
    display: inline;
    visibility: visible;
	color:#000!important;
	font-size:25px!important;
}

.flex-active-slide a {
    max-height: 430px;
    overflow: hidden;
}


.et_pb_wc_add_to_cart form.cart .variations td.value span:after{
	display:none!important;
}

@media (max-width: 600px) {
    .et_pb_shop ul.products.columns-1 li.product,
    .et_pb_shop ul.products.columns-2 li.product,
    .et_pb_shop ul.products.columns-3 li.product,
    .et_pb_shop ul.products.columns-4 li.product,
    .et_pb_shop ul.products.columns-5 li.product,
    .et_pb_shop ul.products.columns-6 li.product {
        width: 100% !important;
	}
}
@media only screen and (max-width: 767px) {
    .tem.et_pb_section_1.et_pb_section {
        padding-top: 50px!important;
        padding-bottom: 0px;
    }
}
@media (max-width: 1080px) and (min-width: 768px) {
  .home-slider .et_pb_slide {
    min-height: 91vh!important;
  }
}

@media (max-width: 375px) {
  .home-slider .et_pb_column .et_pb_module {
    margin-bottom: 5px;
  }
}

.col-sm-4{
    width: 30%;
    display: inline-block;
    margin-bottom: 20px;
    margin: 10px 10px;
    box-shadow: 0 0px 10px #ccc;
    overflow: hidden;
    height: 300px;
    float: left;
}
.col-sm-4 img{
    width: 100%;
}
