@charset "UTF-8";
@import 'https://use.fontawesome.com/releases/v6.0.0/css/all.css';
@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@100,400;600&display=swap';
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background: #EFEFEF;
}

body {
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  color: #333;
  padding-top: 60px;
  /*
  background: url(../images/bg.jpg) 50% 50% no-repeat #000 ;
  background-size: cover;
  color: #fff;
  min-height: 100vh;

  @include breakpoint('max-width:800px')
  {
  	background: url(../images/bg.jpg) 60% 50% no-repeat #000 ;	
  	background-size: cover;	
  }
  */
}
body #main {
  padding: 10px 25px 0 25px;
  background: #fff;
}

.cl:before,
.cl:after {
  content: "";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  zoom: 1; /*For IE 6/7 (trigger hasLayout)*/
}

.wrap {
  width: 100%;
  max-width: 1085px;
  text-align: left;
  margin: 0 auto;
}

a:hover {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*BLACK*/
/*GREY*/
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
}
.entry_content h2 {
  font-size: 230%;
  margin-bottom: 25px;
}
.entry_content h3 {
  font-size: 200%;
  margin-bottom: 24px;
}
.entry_content h4, .entry_content h5, .entry_content h6 {
  font-size: 180%;
  margin-bottom: 18px;
}
.entry_content p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.3em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
  border: 1px solid orange;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  font-size: 16px;
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  height: 56px;
  min-width: 171px;
  background: url(../images/bg_btn.svg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 56px;
}
@media only screen and (max-width:800px) {
  .btn {
    height: 40px;
    line-height: 40px;
  }
}
.btn:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	GRAVITY 2.5
---------------------------------------------------------------------------
*/
/*ERROR*/
.gform_validation_errors {
  margin-bottom: 10px;
}
.gform_validation_errors h2 {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  color: red;
}

.gfield_validation_message {
  display: block;
  color: red;
  line-height: 1.2em;
  padding-top: 6px;
}

.gform_wrapper {
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
}
.gform_wrapper .gform-body {
  margin-bottom: 20px;
}
.gform_wrapper .gform-body .gfield {
  margin-bottom: 10px;
}
.gform_wrapper .gform-body .gfield:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gform-body .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gform-body .gfield label {
  display: block;
  font-size: 160%;
  margin-bottom: 6px;
  display: none;
}
.gform_wrapper .gform-body .gfield label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container input,
.gform_wrapper .gform-body .gfield .ginput_container select,
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  display: block;
  padding: 14px;
  width: 100%;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 1.2em;
  -webkit-border-radius: 0px;
  background: transparent;
}
.gform_wrapper .gform-body .gfield .ginput_container input::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container select::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container textarea::placeholder {
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select {
  border: 1px solid #000;
  padding: 10px 8px;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select select {
  padding: 0;
  border: none;
}
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  resize: none;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.gform_wrapper .gform-body fieldset legend {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container span {
  float: left;
  width: 48%;
}
.gform_wrapper .gform-body fieldset .ginput_container span:last-of-type {
  float: right;
}
.gform_wrapper .gform-body fieldset .validation_message {
  float: left;
  width: 100%;
}
.gform_wrapper .gform_footer {
  text-align: center;
  /*
  input
  {
  	display: block;
  	width: 100%;
  	text-align: center;
  	padding: 10px 10px;
  	border: 1px solid #000;
  	color: #000;
  	font-size: 12px;
  	background: transparent;

  	&:hover
  	{
  		background: #000;
  		color: #fff;
  	}
  }
  */
}
.gform_wrapper .gform_footer input {
  display: inline-block;
  margin: 0 auto;
  height: 56px;
  min-width: 171px;
  background: url(../images/bg_btn.svg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 56px;
  transition: 0.2s;
}
@media only screen and (max-width:800px) {
  .gform_wrapper .gform_footer input {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
.gform_wrapper .gform_footer input:hover {
  color: #000;
}

/*SAME AS CONTENT P*/
.gform_confirmation_message {
  font-size: 140%;
  line-height: 1.2em;
}

#field_2_7,
#field_1_5 {
  display: none;
}

.gfield--type-honeypot {
  display: none !important;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  text-align: center;
  z-index: 999;
}
#header #logo {
  position: absolute;
  left: 25px;
  top: 10px;
  height: 50px;
  display: block;
  float: left;
}
#header #logo img {
  display: block;
  height: 100%;
  width: auto;
}
#header .nav {
  display: inline-block;
  padding-top: 10px;
}
@media only screen and (max-width:1000px) {
  #header .nav {
    display: none;
  }
}
#header .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header .nav ul li,
#header .nav ul a,
#header .nav ul .dropbtn {
  display: inline-block;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
#header .nav ul li:hover,
#header .nav ul a:hover,
#header .nav ul .dropbtn:hover {
  color: #EE5853;
}
@media only screen and (max-width:1400px) {
  #header .nav ul li,
  #header .nav ul a,
  #header .nav ul .dropbtn {
    font-size: 14px;
  }
}
@media only screen and (max-width:1150px) {
  #header .nav ul li,
  #header .nav ul a,
  #header .nav ul .dropbtn {
    font-size: 12px;
  }
}
#header .nav ul li {
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width:1400px) {
  #header .nav ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width:1150px) {
  #header .nav ul li {
    padding: 0 6px;
  }
}
#header .nav ul li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 10px 20px 20px 20px;
  top: 50px;
}
#header .nav ul li .dropdown-content a {
  color: black;
  display: block;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#header .nav ul li .dropdown-content a:last-of-type {
  margin-bottom: 0;
}
#header .nav ul li .dropdown-content a:hover {
  color: #EE5853;
}
#header .nav ul li:hover .dropdown-content {
  display: block;
}
#header .shop_nav {
  position: absolute;
  top: 15px;
  right: 25px;
}
#header .shop_nav a {
  display: block;
  float: right;
  height: 36px;
  line-height: 36px;
}
#header .shop_nav a.btn {
  min-width: 132px;
  background-image: url(../images/bg_btn_head.svg);
}
#header .shop_nav a.basket {
  color: #000;
  font-size: 16px;
  float: right;
  font-size: 14px;
  margin-right: 10px;
}
#header .shop_nav a.basket:hover {
  color: #E53A35;
}
@media only screen and (max-width:1000px) {
  #header .shop_nav {
    display: none;
  }
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  display: none;
  float: right;
  margin: 20px;
  width: 48px;
}
@media only screen and (max-width:1000px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle #nav-burger {
  width: 39px;
  height: 35px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /*OPEN*/
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 5px;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: 16px;
}
#nav-toggle #nav-burger span:nth-child(4) {
  top: 26px;
}
#nav-toggle #nav-burger:hover span {
  background: #000;
}
#nav-toggle #nav-burger.open span {
  background: coral;
}
#nav-toggle #nav-burger.open span:nth-child(1), #nav-toggle #nav-burger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  display: block;
  position: fixed;
  z-index: 200;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: contain;
  background: #e53a35;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#slideout_nav.active {
  left: 0;
}
#slideout_nav nav {
  display: block;
  padding: 100px 20px;
}
#slideout_nav nav a {
  display: block;
  color: #fff;
  font-size: 22px;
  padding: 0 0 20px 0;
  font-weight: 600;
}
#slideout_nav nav a:last-of-type {
  padding: 0;
}
#slideout_nav nav a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 45px 135px 25px 135px;
}
@media only screen and (max-width:1000px) {
  #footer {
    padding: 40px 20px;
  }
}
#footer .top_footer img {
  display: block;
  height: 50px;
  width: auto;
}
@media only screen and (min-width:601px) {
  #footer .top_footer img {
    float: left;
  }
}
@media only screen and (max-width:600px) {
  #footer .top_footer img {
    margin: 0 auto;
  }
}
#footer .top_footer nav {
  float: right;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:600px) {
  #footer .top_footer nav {
    width: 100%;
    padding-top: 40px;
  }
}
#footer .top_footer nav div {
  float: right;
}
@media only screen and (max-width:600px) {
  #footer .top_footer nav div {
    width: 100%;
  }
}
#footer .top_footer nav div:first-of-type {
  padding-right: 120px;
}
@media only screen and (max-width:600px) {
  #footer .top_footer nav div:first-of-type {
    padding: 0;
  }
}
#footer .top_footer nav a {
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 14px;
}
@media only screen and (max-width:600px) {
  #footer .top_footer nav a {
    text-align: center;
  }
}
#footer .top_footer nav a:hover {
  color: #E53A35;
}
#footer .creds {
  padding-top: 56px;
}
@media only screen and (max-width:600px) {
  #footer .creds {
    padding-top: 20px;
  }
}
#footer .creds a {
  display: inline-block;
  color: #000;
}
#footer .creds a:hover {
  color: #E53A35;
}
#footer .creds span {
  display: inline-block;
  float: left;
  color: #333;
  font-weight: 100;
  font-size: 14px;
}
@media only screen and (max-width:600px) {
  #footer .creds span {
    font-size: 12px;
  }
}
@media only screen and (max-width:500px) {
  #footer .creds span {
    width: 100%;
    text-align: center;
  }
  #footer .creds span:first-of-type {
    margin-bottom: 10px;
  }
}
#footer .creds span.yoke {
  float: right;
}
#footer .creds span.yoke a {
  display: inline-block;
  color: #333;
}
#footer .creds span.yoke a:hover {
  color: #E53A35;
}

/*
---------------------------------------------------------------------------
=	SLIDESHOW
---------------------------------------------------------------------------
*/
video {
  display: block;
  width: 100%;
  height: auto;
}

.banner_slideshow {
  position: relative;
  overflow: hidden;
}
.banner_slideshow .slide {
  height: 640px;
  padding: 0 5%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width:1000px) {
  .banner_slideshow .slide {
    height: 400px;
    padding: 0 20px;
  }
}
.banner_slideshow .slide .slide_content {
  flex: 1;
  max-width: 800px;
}
.banner_slideshow .slide span {
  display: block;
  font-size: 18px;
  font-size: clamp(12px, 2vw, 18px);
  margin-bottom: 16px;
}
.banner_slideshow .slide h1 {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: clamp(36px, 6vw, 72px);
}

/*
---------------------------------------------------------------------------
=	CONTENT BLOCKS
---------------------------------------------------------------------------
*/
.content_blocks {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto 120px auto;
}
@media only screen and (max-width:1000px) {
  .content_blocks {
    margin-bottom: 60px;
  }
}
.content_blocks .content_block {
  flex: 1;
  border: 1px solid #ddd;
  margin: 0 15px 30px 15px;
}
@media only screen and (max-width:1000px) {
  .content_blocks .content_block {
    flex: 100%;
    margin: 0 0 40px 0;
  }
}
.content_blocks .content_block .block_img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.content_blocks .content_block .pad {
  padding: 40px 25px;
  text-align: center;
}
.content_blocks .content_block .pad .secondary_title {
  color: #333;
}
.content_blocks .content_block .pad .more {
  display: inline-block;
  color: #FD5545;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}
.content_blocks .content_block .pad .more:hover {
  color: #000;
}
.content_blocks .content_block.content_blocks_50 {
  flex: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
@media only screen and (max-width:1000px) {
  .content_blocks .content_block.content_blocks_50 {
    flex: 100%;
    max-width: 100%;
  }
}
.content_blocks .content_block.content_blocks_50 .block_img {
  padding-bottom: 75%;
}

/*
---------------------------------------------------------------------------
=	PRODUCT CAT GRID
---------------------------------------------------------------------------
*/
.product_cats {
  text-align: center;
}
.product_cats .intro {
  margin-bottom: 70px;
  padding: 0 25px;
}
.product_cats .intro span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}
.product_cats .cat_list {
  display: flex;
  flex-wrap: wrap;
}
.product_cats .cat_list a {
  flex: calc(50% - 20px);
  margin-right: 20px;
}
.product_cats .cat_list a:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .product_cats .cat_list a {
    flex: 100%;
    margin-right: 0;
  }
}
.product_cats .cat_list a span {
  display: block;
}
.product_cats .cat_list a span.cat_img {
  width: 100%;
  padding-bottom: 60%;
  background: #eee;
}
.product_cats .cat_list a span.cat_title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 40px 20px;
}
.product_cats .cat_list a:hover .cat_title {
  color: #FD5545;
}

.section_title {
  display: block;
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 20px;
}

.secondary_title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

/*
---------------------------------------------------------------------------
=	SECTION INTO
---------------------------------------------------------------------------
*/
.section_into {
  padding: 80px 0;
  text-align: center;
  /*
  p
  {
  	max-width: 800px;
  	margin: 0 auto;

  	.home &
  	{
  		max-width: 580px;
  	}
  }
  */
}
@media only screen and (max-width:1000px) {
  .section_into {
    padding: 10px 20px 20px 20px;
  }
}
.section_into .entry_content {
  max-width: 800px;
  margin: 0 auto;
}
.home .section_into {
  padding: 8% 0;
}
.home .section_into h1 {
  margin-bottom: 40px;
}
@media only screen and (max-width:1000px) {
  .home .section_into {
    padding: 40px 0 60px 0;
  }
}
.home .section_into .entry_content {
  max-width: 580px;
  margin: 0 auto;
}
.section_into > span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}
.section_into h1 {
  display: block;
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section_into .has_loc abbr {
  position: relative;
  padding-left: 18px;
  margin-left: 8px;
}
.section_into .has_loc abbr:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.section_into .link_list {
  text-align: center;
  margin-top: 30px;
}
.section_into .link_list li {
  display: inline-block;
  border-right: 1px solid #000;
  padding-right: 20px;
  margin-right: 20px;
}
.section_into .link_list li:last-of-type {
  padding: 0;
  margin: 0;
  border: none;
}
.section_into .link_list li a {
  display: inline-block;
  color: #E53A35;
  font-size: 16px;
}
.section_into .link_list li a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	PAGE GAL
---------------------------------------------------------------------------
*/
.page_gal {
  max-width: 1170px;
  margin: 0 auto 80px auto;
  overflow: hidden;
}
.page_gal .swiper-slide {
  padding-bottom: 50%;
  cursor: grab;
}

/*
---------------------------------------------------------------------------
=	CONSULTATION
---------------------------------------------------------------------------
*/
#section_consiltation {
  text-align: center;
  color: #fff;
  padding: 10% 25px;
}
@media only screen and (max-width:600px) {
  #section_consiltation .section_title {
    font-size: 8vw;
  }
}
#section_consiltation .entry_content {
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 30px;
}

/*
---------------------------------------------------------------------------
=	CONTACT
---------------------------------------------------------------------------
*/
.contact_deets {
  display: block;
  width: 100%;
  padding-top: 40px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.contact_deets li {
  display: block;
  margin-bottom: 10px;
}
.contact_deets li a {
  display: inline-block;
  color: #000;
  padding: 0 4px;
}
.contact_deets li a:hover {
  color: #E53A35;
}

/*
---------------------------------------------------------------------------
=	SINGLE
---------------------------------------------------------------------------
*/
.product_cols {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .product_cols {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    min-height: 780px;
  }
  .product_cols .col.col1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .product_cols .col.col2 {
    flex: 50%;
    margin-left: auto;
    max-width: 50%;
    padding: 10% 5%;
  }
  .product_cols .col.col2 > span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 16px;
  }
}
.product_cols .mob_title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product_cols .mob_title {
    display: block;
  }
  .product_cols .col1 {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
  }
  .product_cols .col2 h1 {
    display: none;
  }
}
.product_cols .btn {
  margin-top: 50px;
}

/*
----------------------------
=	MATERIALS
----------------------------
*/
.material {
  background: #EFEFEF;
  padding: 40px 20px 80px 20px;
}

.mat_grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 0 auto;
}
.mat_grid > div {
  flex: 21%;
  max-width: 21%;
  margin: 0 2% 30px 2%;
  text-align: center;
}
.mat_grid > div span {
  display: block;
}
.mat_grid > div span.mat_img {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
.mat_grid > div span.mat_name {
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
}

/*
----------------------------
=	QUOTE
----------------------------
*/
#request {
  padding: 0 20px 100px 20px;
  background: #D3D3D3;
}
#request .section_into {
  padding-bottom: 30px;
}

/*
---------------------------------------------------------------------------
=	SWIPER
---------------------------------------------------------------------------
*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  text-align: left;
  padding: 0 20px 10px 20px;
}

.swiper-pagination-bullet {
  background: rgb(255, 255, 255) !important;
  opacity: 0.5;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000 !important;
  opacity: 1;
}

/*
---------------------------------------------------------------------------
=	CASE STUDY ARCHIVE
---------------------------------------------------------------------------
*/
.case_study_grid {
  padding-bottom: 60px;
}
.case_study_grid .cs_cols {
  margin: 0 auto 30px auto;
}

/*
----------------------------
=	CASE STUDY GRID ITEM
----------------------------
*/
.cs_cols {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 100px auto;
}
.cs_cols .col.col1 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cs_cols .col.col1 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cs_cols .col.col1 {
    width: 100%;
    padding-bottom: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .cs_cols .col.col2 {
    flex: 50%;
    max-width: 50%;
    padding: 120px 60px;
    margin-left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .cs_cols .col.col2 {
    padding: 40px 20px;
    width: 100%;
  }
}
.cs_cols .col.col2 > span {
  display: block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 16px;
}
.cs_cols .col.col2 > span a {
  display: inline-block;
  color: #EE5853;
}
.cs_cols .col.col2 > span a:hover {
  color: #000;
}
.cs_cols .col.col2 h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cs_cols .col.col2 .btn {
  margin-top: 30px;
}
.cs_cols:nth-child(odd) {
  justify-content: right;
}
.cs_cols:nth-child(odd) .col1 {
  left: 0;
}
.cs_cols:nth-child(even) {
  justify-content: left;
}
.cs_cols:nth-child(even) .col1 {
  right: 0;
}
.cs_cols:nth-child(even) .col2 {
  margin-left: 0;
}

/*
---------------------------------------------------------------------------
=	SINGLE CASE STUDIES 
---------------------------------------------------------------------------
*/
.cs_pad {
  max-width: 1170px;
  margin: 0 auto;
}
.cs_pad .entry_content {
  max-width: 695px;
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width:1000px) {
  .cs_pad .entry_content {
    padding: 40px 0;
  }
}
.single-case-studies .cs_pad .entry_content p:first-of-type {
  font-size: 24px;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .single-case-studies .cs_pad .entry_content p:first-of-type {
    font-size: 18px;
  }
}
.cs_pad .entry_content .quote {
  padding: 30px 0 60px 0;
  color: #EE5853;
}
.cs_pad .entry_content .quote blokequote {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .cs_pad .entry_content .quote blokequote {
    font-size: 18px;
  }
}
.cs_pad .entry_content .quote .cite {
  margin-top: 40px;
}
.cs_pad .entry_content .quote .cite cite, .cs_pad .entry_content .quote .cite span {
  display: block;
  font-size: 14px;
}
.cs_pad .entry_content .quote .cite cite {
  font-weight: 600;
}
.cs_pad .entry_content .quote .cite span {
  margin-top: 20px;
}

.featured_img {
  display: block;
  width: 100%;
  padding-bottom: 47%;
  border: 1px solid #ddd;
}

/*
---------------------------------------------------------------------------
=	PAGINATION
---------------------------------------------------------------------------
*/
.pagination {
  margin-top: 60px;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
.pagination ul li {
  flex: 1;
  max-width: 44px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border: 4px solid #eee;
  color: #FD5545;
}
.pagination ul li a {
  display: block;
  color: #000;
  background: #eee;
}
.pagination ul li a:hover {
  background: none;
}

/*
---------------------------------------------------------------------------
=	WOO WIDE
---------------------------------------------------------------------------
*/
.woocommerce-page #main {
  padding-top: 60px;
}

.shop_into {
  padding-bottom: 60px;
  text-align: center;
}
.shop_into span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.woocommerce-message {
  padding: 20px;
  background: #eee;
  color: #000;
  font-size: 12px;
  line-height: 1.4em;
  border-top: 2px solid green;
  margin-bottom: 20px;
  text-align: left;
}
.woocommerce-message a {
  font-weight: 600;
  color: green;
  float: right;
}
.woocommerce-message a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	CAT ARCHIVE
---------------------------------------------------------------------------
*/
.woo_cat_grid .woo_tax_grid_item .item_img {
  position: relative;
  /*
  &:after
  {
  	content: "";
  	position: absolute;
  	top:50%;
  	left:50%;
  	transform: translate(-50%, -50%);
  	width: 40%;
  	height: 30%;
  	background: url(../images/logo_white.svg) no-repeat 50% 50%;
  	background-size: contain;
  	opacity: 1;
  	transition: opacity 0.4s ease-in-out;
  }
  */
}
.woo_cat_grid .woo_tax_grid_item .item_img:hover:after {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.woo_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  padding-bottom: 100px;
}
@media only screen and (min-width:601px) {
  .woo_grid {
    gap: 20px;
  }
}
.woo_grid .woo_tax_grid_item {
  flex: calc(20% - 40px);
  max-width: calc(20% - 15px);
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width:1600px) {
  .woo_grid .woo_tax_grid_item {
    flex: calc(25% - 40px);
    max-width: calc(25% - 15px);
  }
}
@media only screen and (max-width:1300px) {
  .woo_grid .woo_tax_grid_item {
    flex: calc(33% - 40px);
    max-width: calc(33% - 15px);
  }
}
@media only screen and (max-width:900px) {
  .woo_grid .woo_tax_grid_item {
    flex: calc(50% - 40px);
    max-width: calc(50% - 15px);
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:600px) {
  .woo_grid .woo_tax_grid_item {
    flex: 100%;
    max-width: 100%;
  }
}
.woo_grid .woo_tax_grid_item .item_img {
  display: block;
  width: 100%;
  height: 30vh;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.post-type-archive-product .woo_grid .woo_tax_grid_item .item_img {
  height: 40vh;
}
.woo_grid .woo_tax_grid_item .item_img span {
  color: #fff;
  font-size: 3vw;
  opacity: 1;
  transition: 0.3s;
}
@media only screen and (max-width:600px) {
  .woo_grid .woo_tax_grid_item .item_img span {
    font-size: 10vw;
  }
}
.woo_grid .woo_tax_grid_item .item_img:hover span {
  opacity: 0;
}
.woo_grid .woo_tax_grid_item a {
  display: block;
  color: #E53A35;
  font-weight: 600;
}
.woo_grid .woo_tax_grid_item a:hover {
  color: #000;
}
.woo_grid .woo_tax_grid_item a.item_title {
  font-size: 16px;
  line-height: 1.8em;
}
.woo_grid .woo_tax_grid_item a.item_title em {
  color: #000;
  float: right;
  font-size: 12px;
}
.woo_grid .woo_tax_grid_item a.more {
  background: #E53A35;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.woo_grid .woo_tax_grid_item a.more:hover {
  color: #fff;
  background: #000;
}
.woo_grid .woo_tax_grid_item .desc {
  margin-bottom: 10px;
}
.woo_grid .woo_tax_grid_item .desc p {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
}
.woo_grid .woo_tax_grid_item ul {
  display: block;
  margin-bottom: 10px;
}
.woo_grid .woo_tax_grid_item ul li {
  display: inline-block;
  border-right: 1px solid #333;
  padding-right: 6px;
  margin-right: 4px;
}
.woo_grid .woo_tax_grid_item ul li:last-of-type {
  padding: 0;
  border: none;
  margin: 0;
}
.woo_grid.woo_cat_grid .woo_tax_grid_item {
  flex: calc(33.33% - 40px);
  max-width: calc(33.33% - 15px);
}
@media only screen and (max-width:1600px) {
  .woo_grid.woo_cat_grid .woo_tax_grid_item {
    flex: calc(33.33% - 40px);
    max-width: calc(33.33% - 15px);
  }
}
@media only screen and (max-width:1300px) {
  .woo_grid.woo_cat_grid .woo_tax_grid_item {
    flex: calc(50% - 40px);
    max-width: calc(50% - 15px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:600px) {
  .woo_grid.woo_cat_grid .woo_tax_grid_item {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

/*
----------------------------
=	PROD DIPLAY
----------------------------
*/
.prod_imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
  padding-bottom: 100px;
}
@media only screen and (max-width:600px) {
  .prod_imgs {
    display: none;
  }
}
.prod_imgs .img .prod_img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 10px;
}
@media only screen and (max-width:900px) {
  .prod_imgs .img .prod_img {
    margin-bottom: 4px;
  }
}
.prod_imgs .img.img_1 {
  flex: 45%;
}
.prod_imgs .img.img_2 {
  flex: 20%;
}
.prod_imgs .img.img_2 .prod_img {
  padding-bottom: 135%;
}
.prod_imgs .img.img_3 {
  flex: 35%;
}
.prod_imgs .img.img_3 .prod_img {
  padding-bottom: 77.2%;
}
.prod_imgs .img .prod_link {
  display: inline-block;
  font-size: 12px;
  color: #000;
  margin-right: 10px;
}
@media only screen and (max-width:900px) {
  .prod_imgs .img .prod_link {
    font-size: 8px;
  }
}
.prod_imgs .img .prod_link em {
  display: inline-block;
}
.prod_imgs .img .prod_link em.under {
  text-decoration: underline;
}
.prod_imgs .img .prod_link:last-of-type {
  margin: 0;
}
.prod_imgs .img .prod_link:hover .under {
  color: #E53A35;
}

/*
---------------------------------------------------------------------------
=	SINGLE
---------------------------------------------------------------------------
*/
.single-product #main {
  padding-bottom: 100px;
}
.single-product .wrap .single_cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.single-product .wrap .single_cols .col {
  flex: 50%;
  max-width: 50%;
  font-size: 12px;
  line-height: 1.2em;
}
@media only screen and (max-width:700px) {
  .single-product .wrap .single_cols .col {
    flex: 100%;
    max-width: 100%;
  }
}
.single-product .wrap .single_cols .col .single_image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.single-product .wrap .single_cols .col:nth-child(2) {
  padding-left: 40px;
}
@media only screen and (max-width:700px) {
  .single-product .wrap .single_cols .col:nth-child(2) {
    padding: 40px 0 0 0;
  }
}
.single-product .wrap .single_cols .col h1 {
  display: block;
  color: #E53A35;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.8em;
}
.single-product .wrap .single_cols .col ul {
  display: block;
  margin-bottom: 10px;
}
.single-product .wrap .single_cols .col ul:last-of-type {
  margin-bottom: 0;
}
.single-product .wrap .single_cols .col ul li {
  display: inline-block;
  border-right: 1px solid #333;
  padding-right: 6px;
  margin-right: 4px;
}
.single-product .wrap .single_cols .col ul li:last-of-type {
  padding: 0;
  border: none;
  margin: 0;
}
.single-product .wrap .single_cols .col .add {
  margin-top: 20px;
}
.single-product .wrap .single_cols .col .add .price {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.single-product .wrap .single_cols .col .add input {
  border: 1px solid #333;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.single-product .wrap .single_cols .col .add button {
  display: block;
  line-height: 40px;
  height: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #E53A35;
}
.single-product .wrap .single_cols .col .add button:hover {
  background: green;
}

.product_details {
  padding: 100px 20px;
  background: #eee;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .product_details {
    gap: 40px;
  }
}
.product_details > div {
  flex: calc(50% - 20px);
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .product_details > div {
    flex: 100%;
  }
}
.product_details > div h2 {
  display: block;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

/*
---------------------------------------------------------------------------
=	BASKET
---------------------------------------------------------------------------
*/
.woocommerce-cart .section_into {
  padding: 0;
}
.woocommerce-cart .section_into .section_title {
  padding-bottom: 40px;
}
.woocommerce-cart .entry_content {
  max-width: 100%;
  padding: 0;
}
.woocommerce-cart .entry_content h2 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.woocommerce-cart .entry_content img {
  width: 50px;
  height: 50px;
}
.woocommerce-cart .entry_content td {
  vertical-align: middle;
}
.woocommerce-cart .entry_content td.product-quantity {
  width: 200px;
}
.woocommerce-cart .entry_content td .quantity {
  border: 1px solid #aaa;
  line-height: 30px;
  padding: 0 10px;
}
.woocommerce-cart .entry_content td.actions {
  padding: 20px;
}
.woocommerce-cart .entry_content td.actions button {
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-weight: 600;
  background: #E53A35;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
}
.woocommerce-cart .entry_content td.actions button:hover {
  background: #000;
}
.woocommerce-cart .entry_content td.actions input {
  border: 1px solid #aaa;
  line-height: 28px;
  padding: 0 10px;
  width: 40%;
  margin-right: 8px;
}
@media only screen and (max-width:700px) {
  .woocommerce-cart .entry_content td.actions input {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width:700px) {
  .woocommerce-cart .entry_content td.actions button,
  .woocommerce-cart .entry_content td.actions input {
    width: 100%;
  }
}
.woocommerce-cart .entry_content td.actions > .button {
  float: right;
}
.woocommerce-cart .entry_content td.actions .coupon {
  float: left;
  width: 65%;
}
@media only screen and (max-width:700px) {
  .woocommerce-cart .entry_content td.actions .coupon {
    width: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce-cart .entry_content td.actions .coupon label {
  display: none;
}
.woocommerce-cart .entry_content .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-cart .entry_content .wc-proceed-to-checkout a {
  text-decoration: none;
  background: green;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0 40px;
}
@media only screen and (max-width:700px) {
  .woocommerce-cart .entry_content .wc-proceed-to-checkout a {
    text-align: center;
    width: 100%;
  }
}
.woocommerce-cart .entry_content .wc-proceed-to-checkout a:hover {
  background: #000;
}
@media only screen and (max-width:700px) {
  .woocommerce-cart .cart thead {
    display: none;
  }
  .woocommerce-cart .cart tbody,
  .woocommerce-cart .cart tr,
  .woocommerce-cart .cart td {
    display: block;
    float: left;
    width: 100% !important;
    text-align: left !important;
    border: none;
  }
  .woocommerce-cart .cart td {
    width: 100% !important;
    padding: 10px;
  }
  .woocommerce-cart .cart td.tt_title {
    width: 100% !important;
    font-size: 16px;
    padding-bottom: 0;
  }
  .woocommerce-cart .cart td {
    border-bottom: 1px solid #333;
  }
  .woocommerce-cart .cart td:last-of-type {
    border-bottom: none;
  }
  .woocommerce-cart .woocommerce-shipping-destination {
    font-size: 12px;
  }
  .woocommerce-cart .wc-proceed-to-checkout a {
    line-height: 50px;
  }
}

@media only screen and (min-width:601px) {
  .post-type-archive-product .woo_grid {
    padding-bottom: 0;
  }
}
/*
---------------------------------------------------------------------------
=	ORDER RECEIVED 
---------------------------------------------------------------------------
*/
.woocommerce-order-received .section_into {
  padding: 0;
}
.woocommerce-order-received .section_into .section_title {
  padding-bottom: 40px;
}
.woocommerce-order-received .entry_content {
  padding-top: 0;
}
.woocommerce-order-received .entry_content li {
  margin-bottom: 0;
}
.woocommerce-order-received .entry_content .woocommerce-order-details__title,
.woocommerce-order-received .entry_content .woocommerce-column__title {
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-order-received .entry_content address,
.woocommerce-order-received .entry_content .woocommerce-customer-details--phone,
.woocommerce-order-received .entry_content .woocommerce-customer-details--email {
  font-size: 16px;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	MY ACCOUNT
---------------------------------------------------------------------------
*/
.page-my-account {
  /*
  ----------------------------
  =	LOGIN
  ----------------------------
  */
}
.page-my-account .cs_pad {
  padding-bottom: 100px;
}
.page-my-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.page-my-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
}
@media only screen and (min-width:501px) {
  .page-my-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: center;
  }
  .page-my-account .woocommerce-MyAccount-navigation ul li {
    flex: 1;
    padding: 0;
    text-align: center;
    line-height: 40px;
    background: #eee;
    font-size: 12px;
  }
  .page-my-account .woocommerce-MyAccount-navigation ul li:hover a {
    color: #E53A35;
  }
  .page-my-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #E53A35;
  }
  .page-my-account .woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 600;
    color: #fff;
  }
  .page-my-account .woocommerce-MyAccount-navigation ul li:before {
    display: none;
  }
  .page-my-account .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
  }
}
.page-my-account .section_into {
  padding: 0;
}
.page-my-account .section_into .section_title {
  padding-bottom: 40px;
}
.page-my-account .entry_content {
  padding: 0;
  max-width: 100%;
}
.page-my-account button {
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-weight: 600;
  background: #E53A35;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
}
.page-my-account button:hover {
  background: #000;
}
.page-my-account .woocommerce-form-row {
  font-size: 14px;
}
.page-my-account .woocommerce-form-row label {
  display: block;
  margin-bottom: 8px;
}
.page-my-account .woocommerce-form-row input {
  border: 1px solid #888;
  padding: 12px 10px;
  width: 100%;
}
.page-my-account .woocommerce-form-row em {
  font-size: 10px;
  font-style: italic;
}
.page-my-account fieldset {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.page-my-account fieldset legend {
  display: none;
}
.page-my-account fieldset label {
  display: block;
  width: 100%;
}
.page-my-account fieldset span {
  display: block;
  width: 100%;
}
.page-my-account fieldset input {
  display: block;
  color: #000;
  border: 1px solid #888;
  padding: 12px 10px;
  width: 100% !important;
  background: transparent;
  margin-top: 10px;
}
.page-my-account a.edit {
  font-size: 12px;
  color: #E53A35;
  margin-bottom: 10px;
}
.page-my-account a.edit:hover {
  color: #000;
}
.page-my-account address {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.page-my-account h3,
.page-my-account .woocommerce-notices-wrapper h2 {
  font-weight: 600;
  font-size: 16px;
}
.page-my-account .woocommerce-form-login .password-input {
  width: 100%;
}
.page-my-account .woocommerce-form-login .input-text {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  padding: 0 20px;
  color: #000;
  border: 1px solid #000;
  width: 100% !important;
  background: transparent;
}
.page-my-account .woocommerce-form-login .woocommerce-form__label {
  float: left;
  width: 100%;
}
.page-my-account .woocommerce-form-login button {
  margin-top: 20px;
}

@media only screen and (min-width:501px) {
  .tax-product_cat #main,
  .single-product #main {
    padding-top: 50px;
  }
  .tax-product_cat .shop_ach_nav,
  .single-product .shop_ach_nav {
    margin-bottom: 80px;
  }
  .shop_ach_nav {
    background: #eee;
    margin-bottom: 60px;
  }
  .shop_ach_nav nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .shop_ach_nav nav a {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    border: 1px solid #fff;
  }
}
@media only screen and (min-width:501px) and (max-width:800px) {
  .shop_ach_nav nav a {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width:501px) {
  .shop_ach_nav nav a:hover {
    color: #fff;
    background: #E53A35;
  }
}
@media only screen and (max-width:500px) {
  .shop_ach_nav {
    display: none;
  }
}
