/*!
Theme Name: ittproduction
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartsolution
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ittproduction is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1,
h2,
h3 {
  text-align: center;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  /*
  background: url('assets/img/tile.jpg') top left repeat;
  */
  background: white;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}

.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}

.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}

.main-navigation ul ul ul {
left: -999em;
top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}

.main-navigation ul ul a {
width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}

.main-navigation li {
float: left;
position: relative;
}

.main-navigation a {
display: block;
text-decoration: none;
}
*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  visibility: hidden;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## CUSTOM STYLES
--------------------------------------------------------------*/
/*---------     Variables     ------------*/
/*---------     Variables     ------------*/
/*--------------------------------------------------------------
## GENERAL
--------------------------------------------------------------*/
li {
  list-style-type: none;
}

a {
  color: rgba(0, 0, 0, 0.5);
}

a:hover {
  color: rgba(0, 0, 0, 0.9);
}

ul,
menu,
dir {
  -webkit-padding-start: 0;
}

/* ==== HEADER ==== */
#home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  padding-top: 117px;
  font-size: 50px;
}

#home-bg.primepage {
  height: 100vh;
}

#home-bg.secpage {
  height: 50vh;
}

#home-bg > .fronttext {
  z-index: 1;
}

/* CUSTOM NAVBAR */
.head {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.head.sec {
  height: 50vh;
}

.head:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.head .menu {
  height: 105px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.head .menu .container {
  position: relative;
  height: 100%;
}

.head .menu .container .row {
  height: 100%;
}

/*Mobile header style*/
.head .mobileBody {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition:
    opacity 0.5s ease-in-out,
    all 0.6s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    all 0.6s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
}

.head .mobileBody .mobileList {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head .mobileBody .mobileList li {
  margin-top: 20px;
}

.head .mobileBody .mobileList li a {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 2em;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

.head .mobileBody .mobileList li a:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  width: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.head .mobileBody .mobileList li a:hover:before {
  background: rgba(0, 167, 157, 0.7);
  width: 100%;
}

.head .mobileBody .mobileList ul.sub-menu {
  display: none;
}

li {
  list-style-type: none;
}

a {
  outline: none;
}

img#brandblack {
  display: none;
}

#logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#logoBox .logo {
  text-decoration: none;
}

#logoBox .logo img {
  height: 70px;
}

#navigation {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#navigation .navbars {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#navigation .navbars li {
  margin-right: 20px;
  border-bottom: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

#navigation .navbars li a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  position: relative;
}

#navigation .navbars > li > a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  width: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#navigation .navbars > li > a:hover:before {
  background: rgba(0, 167, 157, 0.7);
  width: 100%;
}

/* FIXED MENU */
#menuFixed {
  height: 80px;
  position: fixed;
  background: #fff;
  z-index: 99999;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 167, 157, 0.25);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menuFixed .container .row #navigation .navbars li a {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menuFixed .container .row #navigation .navbars ul.sub-menu li a:hover {
  color: #00a79d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menuFixed .container .row #navigation .langs a {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menuFixed .mobileButton {
  top: 25px;
}

.mobileButton {
  width: 25px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  top: 42px;
  right: 35px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  border-radius: 5px;
  padding: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.mobileButton .mobileIcon {
  background: #00a79d;
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mobileButton .mobileIcon:nth-child(1) {
  top: 0px;
}

.mobileButton .mobileIcon:nth-child(2),
.mobileButton .mobileIcon:nth-child(3) {
  top: 8px;
}

.mobileButton .mobileIcon:nth-child(4) {
  top: 16px;
}

.mobileButton.open .mobileIcon:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.mobileButton.open .mobileIcon:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobileButton.open .mobileIcon:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobileButton.open .mobileIcon:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#activeMobileMenu {
  position: fixed;
  visibility: visible;
  opacity: 1;
  -webkit-transition:
    opacity 0.5s ease-in-out,
    all 0.6s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    all 0.6s ease-in-out;
}

/* ==== CONTACT SECTION ==== */
#contacts {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 60px;
  color: white;
  position: relative;
  background: url('assets/img/parallax1.jpg') 50% 50% no-repeat fixed;
  background-size: cover;
  z-index: 0;
}

#contacts .parallax-bg {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: -1;
}

#contacts .form-group {
  margin-bottom: 15px;
}

#contacts .btn {
  margin-top: 20px;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
#footer {
  color: #595959;
}

#footer .footerwrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#footer .footerwrapper .copyright {
  padding-left: 0;
  font-size: 14px;
}

.btn-scroll {
  position: fixed;
  bottom: -50px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 167, 157, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  z-index: 99;
}

.btn-scroll.open {
  bottom: 50px;
  opacity: 1;
}

.btn-scroll a {
  color: white;
}

.btn-scroll.open a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-scroll.open a:hover i {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*--------------------------------------------------------------
## HOME PAGE
--------------------------------------------------------------*/
.mission {
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
  font-size: 40px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767.98px) {
  .mission {
    font-size: 30px;
    margin-left: 10%;
    margin-right: 10%;
  }
}

/* ==== ABOUT SECTION ==== */
#about {
  background: url('assets/img/about.png') 50% 50% no-repeat fixed;
  background-size: cover;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 60px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 0;
  text-align: center;
}

#about .about-bg {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: -1;
}

#about .about-text {
  font-size: 25px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  #about .about-text {
    font-size: 20px;
    padding: 30px;
  }
}

/* ==== PRODUCTS PAGE ==== */
#product-cats {
  margin-top: 80px;
  margin-bottom: 80px;
}

#product-cats .item {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#product-cats .item .img {
  width: 100%;
}

#product-cats .item .img img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
}

#product-cats .item .category-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#product-cats .item .category-link .category-title {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  font-size: 20px;
  color: white;
  background-color: rgba(31, 25, 26, 0.5);
  padding: 10px;
}

#product-cats .item:hover .category-link .category-title {
  background-color: rgba(31, 25, 26, 0.7);
}

#product-cats .item:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.product-link .img {
  text-align: center;
}

.product-link .img img {
  max-height: 154px;
}

.single__product-image {
  max-height: 176px;
}

/* ==== CATEGORY PAGE ==== */
#category {
  margin-top: 80px;
  margin-bottom: 80px;
}

#category .item {
  margin-bottom: 40px;
  padding: 20px 15px 20px 15px;
  border: 1px solid transparent;
}

#category .item:hover {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: 2px 1px 10px 3px #fafafa;
  box-shadow: 2px 1px 10px 3px #fafafa;
}

#category .item a {
  color: #595959;
}

#category .item a:hover {
  color: #404040;
}

#category .item .product-name {
  margin: 15px 15px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #category .item .product-name {
    text-align: center;
  }
}

/* ==== SINGLE PRODUCT ==== */
#cboxOverlay {
  z-index: 99999;
}

#colorbox {
  z-index: 99999;
}

.colorboxItem:hover {
  cursor: pointer;
}

#single-product {
  margin-top: 80px;
  margin-bottom: 80px;
}

#single-product .contact {
  font-size: 24px;
}

#single-product .contact a {
  color: #595959;
}

#single-product .contact a:hover {
  color: #404040;
}

.fronttext.product-title {
  font-size: 30px;
  text-align: center;
}

#category .item .attribute-content {
  color: #595959;
  font-size: 14px;
  text-align: left;
  padding: 10px 0 4px 0;
  border-top: 1px solid #f0f0f0;
}

#category .item .attribute-content p {
  margin-bottom: 5px;
}
