/*
Theme Name: Re-Lief
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *   2.4 ELEMENTOR
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 QUOTES
 *   3.4 BORDERS & DIVIDERS
 *   3.5 MEDIA
 *   3.6 BUTTONS
 *   3.7 ICONS
 *   3.8 FORM STYLES
 *   3.9 LIST STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 MAIN (BODY) STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 MAIN (BODY)
 *   5.5 CONTENT
 *   5.6 SIDEBAR
 *   5.7 BLOG
 *
 * 6 FOOTER STYLES
 *   6.1 FOOTER NAV BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../optik-theme/style.css");

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --green-1: #8bc34a;
  --green-2: #7baf42;
  --blue-1: #1c2f3c;
  --blue-2: #001524;
  --gray-1: #f2f2f2;
  --gray-2: #333333;
  --gray-3: #121212;
  --tan-1: #f8f6f3;
  --tan-2: #f6f4f0;
  --font-1: 'Open Sans', sans-serif;
  --font-2: 'Merriweather', serif;
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: black;
  background: #fffefe;
}


/***  2.2 THEME STYLES  ***/

.section-container {
  max-width: 1300px;
  padding: 0 50px;
}

@media screen and (max-width: 900px) {
.section-container {padding: 0 40px;}
}

@media screen and (max-width: 600px) {
.section-container {padding: 0 25px;}
}

@media screen and (max-width: 420px) {
.section-container {padding: 0 15px;}
}


/***  2.3 BACK TO TOP BUTTON  ***/

.btt-button .fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--green-1);
  color: white;
}

.btt-button:hover .fa {
  background: var(--green-2);
  color: white;
}


/***  2.4 ELEMENTOR  ***/

.elementor-column {
  display: flex;
  margin-right: 0;
}

.elementor-column-gap-narrow > .elementor-row {
  width: calc(100% + 10px);
  margin: -5px;
}

.elementor-column-gap-default > .elementor-row {
  width: calc(100% + 20px);
  margin: -10px;
}

.elementor-column-gap-extended > .elementor-row {
  width: calc(100% + 30px);
  margin: -15px;
}

.elementor-column-gap-wide > .elementor-row {
  width: calc(100% + 40px);
  margin: -20px;
}

.elementor-column-gap-wider > .elementor-row {
  width: calc(100% + 60px);
  margin: -30px;
}

.sections .elementor-container {
  padding-left: 50px;
  padding-right: 50px;
}

.elementor-inner-section .elementor-container, 
.sections .elementor-inner-section .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sections .elementor-section-wrap > .elementor-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.elementor-widget .elementor-icon-list-item {margin-bottom: 0.5em;}

.elementor-widget .elementor-icon-list-item:last-child {margin-bottom: 0;}

.elementor-widget-heading .elementor-heading-title {line-height: 1.3em !important;}

@media screen and (max-width: 900px) {
.sections .elementor-container {
  padding-left: 40px;
  padding-right: 40px;
}
}

@media screen and (max-width: 600px) {
.sections .elementor-container {
  padding-left: 25px;
  padding-right: 25px;
}
}

@media screen and (max-width: 420px) {
.sections .elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}
}

/* Elementor Icons */
.elementor .fa, 
.elementor .fas, 
.elementor .far, 
.elementor .fal, 
.elementor .fab, 
.elementor .fa:before, 
.elementor .fas:before, 
.elementor .far:before, 
.elementor .fal:before, 
.elementor .fab:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  3.1 TEXT & LINKS  ***/

a {color: var(--green-1);}

a:hover {color: var(--green-2);}


/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-2);
  font-weight: bold;
  color: var(--gray-2);
}

h1 {font-size: 3.25em;}
h2 {font-size: 2.125em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.0625em;}
h6 {font-size: 0.8em;}


/***  3.3 QUOTES  ***/

blockquote {
  padding: 5px 0 5px 15px;
  border-left: 5px solid black;
  margin-left: 2em;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  font-weight: 300;
}


/***  3.4 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}


/***  3.5 MEDIA  ***/

.video {max-width: 700px;}


/***  3.6 BUTTONS  ***/

.button,
.elementor-button {
  padding: 0.4em 2em;
  border: 1px solid var(--green-1);
  -webkit-border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  border-radius: 1.6em;
  background-color: var(--green-1);
  font-weight: normal;
  color: white;
}

.button:hover, 
.elementor-button:hover {
  border-color: var(--green-2);
  background: var(--green-2);
  color: white;
}

/* Empty Button */

.button-empty {
  background: none;
  color: var(--green-1);
}

.button-empty:hover {
  border-color: #2ccbf9;
  background: none;
  color: #2ccbf9;
}


/***  3.7 ICONS  ***/

/*  Icon Colors  */

.fa {font-weight: 300;}

.fa, .fas, .far, .fal, .fab {color: var(--green-1);}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--green-1);
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--green-2);}

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--green-1);
  color: white;
}

a .fa-bg {
  background-color: var(--green-1);
  color: #eee;
}

a:hover .fa-bg {
  background-color: var(--green-2);
  color: white;
}

/*  Icon Borders  */
.fa-br {border-color: var(--green-1);}
a .fa-br {border-color: var(--green-1);}
a:hover .fa-br {border-color: var(--green-2);}


/***  3.8 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--green-1);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background: #aaa;
  color: white;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #bbb;
  color: white;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background: #555;
  color: #eee;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background: #f5f5f5;}

input[type="text"].search-field:focus {background: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(../optik-theme/includes/fontawesome/svgs/light/search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}


/***  3.9 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  right: calc(100% + 0.75em);
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}





/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  4.1 SCROLL BAR  ***/

.scroll-bar {
  border-bottom: 1px solid var(--gray-1);
  background: white;
}

.scroll-logo img {max-height: 60px;}


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ddd;
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}


/***  4.3 HEADER  ***/

.header {border-bottom: 1px solid var(--gray-1);}

.header .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo img {max-height: 72px;}

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {
  padding: 0.6em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: var(--gray-2);
  font-size: 1.2em;
}

.header .menu-button.active .fal {
  background: var(--green-1);
  color: white;
}


/***  4.4 NAV BAR  ***/

.nav-bar {background: #eee;}


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding-top: 26px;
  padding-bottom: 26px;
  color: var(--gray-2);
}

.bottom-bar .nav-menu > li > a {color: white;}

.nav-menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding-bottom: 0.15em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1em;
  content: "\f107";
}

.single-product .nav-menu > li.products-link > a, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-parent > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color: var(--green-1);}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  width: 240px;
  border: 1px solid var(--gray-1);
  background-color: white;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.1);
  font-size: 0.9em;
}

.nav-menu > li:last-child > ul, 
.nav-menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.nav-menu li ul li:not(:last-child) {border-bottom: 1px solid var(--gray-1);}

.nav-menu li ul li a {
  padding: 14px 16px;
  text-align: left;
  color: var(--gray-2);
}

.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li:hover > a {color: var(--green-1);}


/***  4.7 MOBILE NAV  ***/

.mobile-nav {
  background-color: white;
}

.mobile-menu > li {border-bottom: 1px solid var(--gray-1);}

.mobile-menu li a {color: var(--gray-2);}

.mobile-menu li.current-menu-item > a {color: var(--green-1);}

.mobile-menu li ul {
  background-color: rgba(0,0,0,0.025);
  font-size: 0.9em;
}





/******************************************************************************
 * * *  5 MAIN (BODY) STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  5.1 BANNER  ***/

.banner {
  background-color: var(--gray-3);
  text-align: center;
  color: white;
}

.banner-inner {min-height: 250px;}

.banner-tall .banner-inner {min-height: 375px;}

.banner-content {width: 100%;}

.banner .page-tagline {font-size: 1.15em;}


/***  5.2 BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ddd;
}


/***  5.3 TITLE BAR  ***/

.title-bar {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--tan-1);
  text-align: center;
}


/***  5.4 MAIN (BODY)  ***/

.main {
  padding-top: 50px;
  padding-bottom: 50px;
}


/***  5.5 CONTENT  ***/

.content a img {opacity: 1;}

@media screen and (min-width: 421px) {

.content .alignleft {margin: 0 20px 1em 0;}

.content .alignright {margin: 0 0 1em 20px;}

}


/***  5.6 SIDEBAR  ***/


/***  5.7 BLOG ***/





/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  6.1 FOOTER NAV BAR  ***/


/***  6.2 FOOTER  ***/

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: var(--blue-2);
  color: rgba(255,255,255,0.63);
  font-size: 0.9em;
}

.footer .col-custom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer h1, 
.footer h2, 
.footer h3,
.footer h4, 
.footer h5, 
.footer h6 {color: white;}

.footer a {color: white;}

.footer a:hover {color: var(--green-1);}

.footer .menu li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer .button, 
.footer .button:hover {color: white;}

@media screen and (min-width: 901px) {
.footer .col-custom:nth-child(2):nth-last-child(2) {text-align: center;}
.footer .col-custom:nth-child(3):last-child {text-align: right;}
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid var(--gray-2);
  background: var(--gray-3);
  color: rgba(255,255,255,0.63);
  font-size: 0.9em;
}

.bottom-bar .col-custom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright, .credits {display: inline-block;}

.credits img {width: 1.1em;}

.bottom-bar a .fa-social {
  padding: 0.5em;
  color: white;
}

.bottom-bar a:hover .fa-social {color: var(--green-1);}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/* Add custom theme styles here */ 

/* Homepage */
.home .banner {
  background-color: transparent;
  background-image: linear-gradient(160deg, #ffffff 0%, #F8F6F3 100%);
}
.home .banner-viewport .banner-inner {
  padding-top: 130px;
  padding-bottom: 60px;
}
@media screen and (max-width:901px) {
  .home .banner-viewport .banner-inner {
    height:auto;
    align-items:flex-start;
  }
  .home .banner .page-title-wrapper > .grid {
    flex-direction: column-reverse;
  } 
}
.home .banner::before {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 28% auto;
  opacity: 0.13;
  mix-blend-mode: multiply;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.home .banner .col-half {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
@media screen and (max-width:901px) {
  .home .banner .col-half {
    align-items: center;
    text-align: center;
  }
}
.home .banner h1 {margin:0;color:#333333;}
.home .banner h4, .home .banner p {color:#333333;}

.elementor-star-rating i {
  font-style: normal !important;
}
/**
* About Page 
**/
.counter-section .elementor-counter-number-wrapper {
	font-size: 2.875em;
}

.product-list .check-circle-list li::before {
	color: var(--green-1);
}

/**
* Contact Page 
**/
.nf-form-cont {
	max-width: 1000px;
	margin: 0 auto;
}

/**	
* Product Page
**/
.woocommerce-page main.main {
	background: #f5f5f5;
}

.woocommerce-page main.main .main-inner > .woocommerce {
	padding: 5.34em 6.67em;
	background: #fff;
}

@media screen and (max-width:901px) {
	.woocommerce-page main.main .main-inner > .woocommerce {
		padding: 3.34em 2.4em;
	}

}

@media screen and (max-width:601px) {
	.woocommerce-page main.main .main-inner > .woocommerce {
		padding: 1.33333em 1em;
	}

}


.woocommerce-page .main-inner > .woocommerce .woocommerce-ordering {
	clear: right;
	margin: 0 0 2.5em;
}

@media screen and (max-width:601px) {
	.woocommerce-page .main-inner > .woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}

	.woocommerce ul.products[class*=columns-] li.product:last-child,
	.woocommerce-page ul.products[class*=columns-] li.product:last-child {
		margin-bottom: 0;
	}

}

.woocommerce-page .main-inner > .woocommerce .woocommerce-ordering select {
	background: #fafafa;
}

.woocommerce ul.products li.product .price {
	color: #000;
	font-weight: 700;
	font-size: .9em;
}

.woocommerce .star-rating::before {color:var(--green-1);}

/* Single Product */
.single-product .full-width .post {
	max-width: 100%;
}

.single-product .post-content .woocommerce {
	padding: 5.34em 6.67em;
	background: #fff;
}

@media screen and (max-width:901px) {
	.single-product .post-content .woocommerce {
		padding: 3.34em 2.4em;
	}

}

@media screen and (max-width:601px) {
	.single-product .post-content .woocommerce {
		padding: 1.33333em 1em;
	}

}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
	border: 0;
	padding: 0;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before {
	bottom: auto;
	top: 0;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0;
	border: 0;
	margin: 0 1em 0 0;
	background: 0;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	display: block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: 3px;
	box-shadow: none;
	top: 0;
	left: 0;
	border-radius: 0;
	background: var(--green-1);
}

.related.products {
	clear: both;
}

.related.products .add_to_cart_button {
	display: none;
}

.single-product div.product form.cart .single_add_to_cart_button {
	padding: 10px 40px;
	border: 1px solid var(--green-1);
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
	background-color: var(--green-1);
	font-weight: normal;
	outline: 0;
	color: white;
}

.single-product div.product form.cart .single_add_to_cart_button:hover {
	background: var(--green-2);
}
.single-product div.product form.cart .variations select {
	max-width:200px;
	width: 100%;
	min-width:1px;
}
.single-product .woocommerce div.product .woocommerce-product-rating{display:none;}
.single-product .woocommerce div.product .summary p.price,
.single-product .woocommerce div.product .summary span.price {
	color: #333333;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 .2em;
}

.single-product .woocommerce div.product .woocommerce-variation-price {
	margin-bottom: 1.3em;
}

.single-product .woocommerce .quantity .qty {
	padding: .6em;
}

/* Cart Page */
.woocommerce-cart .product-remove {text-align: center;}
.woocommerce-cart .product-remove a.remove {
    font-weight: 400;
    font-size: 18px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 21px;
    border-radius: 100%;
    color: #ccc !important;
    text-decoration: none;
    border: 1px solid #ccc;
    display: inline-block;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	max-width:70px;
	width:auto;
}
.woocommerce-cart .product-remove a.remove:hover{
    color: #8bc34a !important;
    border-color: #8bc34a;
    background-color: #ffffff;
}
.woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead {
	background: #fbfbfb;
}
.woocommerce-cart table.shop_table .woocommerce-Price-amount, .woocommerce-cart table.shop_table td.product-name {
	font-weight: 700;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	max-height: 35px;
	padding: .5em .75em;
	width: auto;
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: auto;
	border-radius: 60px;
	padding: 10px 40px;
    color: #ffffff;
    border-color:var(--green-1);
    background-color:var(--green-1);
}
@media screen and (max-width:601px) {
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 48%;
	}

	.woocommerce #content table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button {
		width: 48%;
		float: right;
	}
	.woocommerce #content table.cart td.actions > .coupon,
	.woocommerce-page #content table.cart td.actions > .coupon {
		display: flex;
		align-items: center;
	}
	.woocommerce table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {

		width: 100%;
	}

}
.woocommerce #content table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button:hover,
.woocommerce-page #content table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover,
 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: var(--green-2);
}

.woocommerce table.cart td.actions > .button {
	padding: 15px 35px
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
	border-radius: 0;
	margin-bottom: 2em;
}
@media screen and (max-width:601px) {
	.woocommerce-cart .cart-collaterals .cart_totals,
	.woocommerce-cart .cart-collaterals .cross-sells {
		width: auto;
	}

}
.woocommerce-cart .cart-collaterals .cart_totals>h2,
.woocommerce-cart .cart-collaterals .cross-sells>h2 {
	margin: 0 -20px 20px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #ebebeb;
	font-size: 1.2rem;
	padding: .7em 1em;
}

 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 60px;
    padding:15px 35px;
    font-size: 1.1em;
    line-height: 1.8em;
}



/***  LOCATIONS  ***/

.location-cols .location {
  display: flex;
  margin-bottom: 0 !important;
}

.location-cols .location-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: var(--gray-1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Shipping Policy */
.table {
  width: 100%;
}

.table th,
.table td {
  padding: 1em;
  border: 1px solid #e1e1e1;
  text-align: center;
}

@media screen and (max-width:601px) {
  .table th,
  .table td {
    padding: .5em;
  }

}

/**Woocommerce block for checkout and cart page***/
.wc-block-sidebar-layout .wc-block-main {width: 60%;}
.wc-block-sidebar {width: 30%;}
.wc-block-checkout__sidebar .wc-block-order-summary__row,.wc-block-totals-table-item,.components-card__body div{width: 90%;}

/*
 * END OF
 * CUSTOMIZABLE CSS
 */
