@charset "UTF-8";
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Defaults */
:focus, *:focus {
  outline: none !important;
}
::-moz-selection {
  background: #1d8b8f;
  color: #fff;
}
::selection {
  background: #1d8b8f;
  color: #fff;
}
body, html {
  overflow-x: hidden;
  max-width: 2560px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
p:empty {
  display: none;
}
/* Galleries */
.gallery {
  margin: 0 -15px;
}
.gallery:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .gallery {
    margin: 0 -7.5px;
  }
}
.gallery > .gallery-item {
  float: left;
  padding: 15px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .gallery > .gallery-item {
    padding: 7.5px;
  }
}
.gallery > .gallery-item a, .gallery > .gallery-item img {
  width: 100%;
}
.gallery-columns-5 > .gallery-item {
  width: 20%;
}
@media only screen and (max-width: 991px) {
  .gallery-columns-5 > .gallery-item {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-columns-5 > .gallery-item {
    width: 33.3333333%;
  }
}
@media only screen and (max-width: 575px) {
  .gallery-columns-5 > .gallery-item {
    width: 50%;
  }
}
.gallery-columns-4 > .gallery-item {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .gallery-columns-4 > .gallery-item {
    width: 33.3333333%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-columns-4 > .gallery-item {
    width: 50%;
  }
}
.gallery-columns-3 > .gallery-item {
  width: 33.3333333%;
}
@media only screen and (max-width: 991px) {
  .gallery-columns-3 > .gallery-item {
    width: 33.3333333%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-columns-3 > .gallery-item {
    width: 50%;
  }
}
.gallery-columns-2 > .gallery-item {
  width: 50%;
}
.gallery-icon a {
  position: relative;
  display: inline-block;
}
.gallery-icon a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gallery-icon a:hover:before {
  opacity: 0.5;
}
.gallery-icon a:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gallery-icon a:hover:after {
  opacity: 1;
}
.slb_details {
  display: none;
}
/* Pagination */
.archive-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
.archive-pagination a, .archive-pagination span {
  width: 40px;
  height: 40px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  margin-left: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.archive-pagination a:hover, .archive-pagination a.current, .archive-pagination span:hover, .archive-pagination span.current {
  color: white;
  background: black;
  border-color: black;
  text-decoration: none;
}
nav.woocommerce-pagination {
  margin-top: 25px;
}
nav.woocommerce-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
nav.woocommerce-pagination ul.page-numbers a, nav.woocommerce-pagination ul.page-numbers span {
  width: 40px;
  height: 40px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  margin-left: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
nav.woocommerce-pagination ul.page-numbers a:hover, nav.woocommerce-pagination ul.page-numbers a.current, nav.woocommerce-pagination ul.page-numbers span:hover, nav.woocommerce-pagination ul.page-numbers span.current {
  color: white;
  background: black;
  border-color: black;
  text-decoration: none;
}
a.prev.page-numbers, a.next.page-numbers {
  padding-bottom: 2px;
}
/* Margins and paddings */
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.margin-0 {
  margin: 0 !important !important;
}
.padding-0 {
  padding: 0 !important !important;
}
.mb-n100 {
  margin-bottom: -100px !important;
}
.mb-n95 {
  margin-bottom: -95px !important;
}
.mb-n90 {
  margin-bottom: -90px !important;
}
.mb-n85 {
  margin-bottom: -85px !important;
}
.mb-n80 {
  margin-bottom: -80px !important;
}
.mb-n75 {
  margin-bottom: -75px !important;
}
.mb-n70 {
  margin-bottom: -70px !important;
}
.mb-n65 {
  margin-bottom: -65px !important;
}
.mb-n60 {
  margin-bottom: -60px !important;
}
.mb-n55 {
  margin-bottom: -55px !important;
}
.mb-n50 {
  margin-bottom: -50px !important;
}
.mb-n45 {
  margin-bottom: -45px !important;
}
.mb-n40 {
  margin-bottom: -40px !important;
}
.mb-n35 {
  margin-bottom: -35px !important;
}
.mb-n30 {
  margin-bottom: -30px !important;
}
.mb-n25 {
  margin-bottom: -25px !important;
}
.mb-n20 {
  margin-bottom: -20px !important;
}
.mb-n15 {
  margin-bottom: -15px !important;
}
.mb-n10 {
  margin-bottom: -10px !important;
}
.mb-n5 {
  margin-bottom: -5px !important;
}
.mb-n0 {
  margin-bottom: 0px !important;
}
.mt-n100 {
  margin-top: -100px !important;
}
.mt-n95 {
  margin-top: -95px !important;
}
.mt-n90 {
  margin-top: -90px !important;
}
.mt-n85 {
  margin-top: -85px !important;
}
.mt-n80 {
  margin-top: -80px !important;
}
.mt-n75 {
  margin-top: -75px !important;
}
.mt-n70 {
  margin-top: -70px !important;
}
.mt-n65 {
  margin-top: -65px !important;
}
.mt-n60 {
  margin-top: -60px !important;
}
.mt-n55 {
  margin-top: -55px !important;
}
.mt-n50 {
  margin-top: -50px !important;
}
.mt-n45 {
  margin-top: -45px !important;
}
.mt-n40 {
  margin-top: -40px !important;
}
.mt-n35 {
  margin-top: -35px !important;
}
.mt-n30 {
  margin-top: -30px !important;
}
.mt-n25 {
  margin-top: -25px !important;
}
.mt-n20 {
  margin-top: -20px !important;
}
.mt-n15 {
  margin-top: -15px !important;
}
.mt-n10 {
  margin-top: -10px !important;
}
.mt-n5 {
  margin-top: -5px !important;
}
.mt-n0 {
  margin-top: 0px !important;
}
.pt-n100 {
  padding-top: -100px !important;
}
.pt-n95 {
  padding-top: -95px !important;
}
.pt-n90 {
  padding-top: -90px !important;
}
.pt-n85 {
  padding-top: -85px !important;
}
.pt-n80 {
  padding-top: -80px !important;
}
.pt-n75 {
  padding-top: -75px !important;
}
.pt-n70 {
  padding-top: -70px !important;
}
.pt-n65 {
  padding-top: -65px !important;
}
.pt-n60 {
  padding-top: -60px !important;
}
.pt-n55 {
  padding-top: -55px !important;
}
.pt-n50 {
  padding-top: -50px !important;
}
.pt-n45 {
  padding-top: -45px !important;
}
.pt-n40 {
  padding-top: -40px !important;
}
.pt-n35 {
  padding-top: -35px !important;
}
.pt-n30 {
  padding-top: -30px !important;
}
.pt-n25 {
  padding-top: -25px !important;
}
.pt-n20 {
  padding-top: -20px !important;
}
.pt-n15 {
  padding-top: -15px !important;
}
.pt-n10 {
  padding-top: -10px !important;
}
.pt-n5 {
  padding-top: -5px !important;
}
.pt-n0 {
  padding-top: 0px !important;
}
.pb-n100 {
  padding-bottom: -100px !important;
}
.pb-n95 {
  padding-bottom: -95px !important;
}
.pb-n90 {
  padding-bottom: -90px !important;
}
.pb-n85 {
  padding-bottom: -85px !important;
}
.pb-n80 {
  padding-bottom: -80px !important;
}
.pb-n75 {
  padding-bottom: -75px !important;
}
.pb-n70 {
  padding-bottom: -70px !important;
}
.pb-n65 {
  padding-bottom: -65px !important;
}
.pb-n60 {
  padding-bottom: -60px !important;
}
.pb-n55 {
  padding-bottom: -55px !important;
}
.pb-n50 {
  padding-bottom: -50px !important;
}
.pb-n45 {
  padding-bottom: -45px !important;
}
.pb-n40 {
  padding-bottom: -40px !important;
}
.pb-n35 {
  padding-bottom: -35px !important;
}
.pb-n30 {
  padding-bottom: -30px !important;
}
.pb-n25 {
  padding-bottom: -25px !important;
}
.pb-n20 {
  padding-bottom: -20px !important;
}
.pb-n15 {
  padding-bottom: -15px !important;
}
.pb-n10 {
  padding-bottom: -10px !important;
}
.pb-n5 {
  padding-bottom: -5px !important;
}
.pb-n0 {
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 575px) {
  .pt-m15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 1400px) {
  .big-container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .big-container {
    max-width: 1540px;
  }
}
@media (min-width: 1800px) {
  .big-container {
    max-width: 1740px;
  }
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Inputs */
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=search], select, textarea, .select2-container--default .select2-selection--single {
  min-height: 40px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #e9e9e9;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 5px 8px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, select:focus, textarea:focus, .select2-container--default .select2-selection--single:focus {
  border-color: #000;
}
input[type=text] .select2-selection__arrow, input[type=tel] .select2-selection__arrow, input[type=email] .select2-selection__arrow, input[type=password] .select2-selection__arrow, input[type=search] .select2-selection__arrow, select .select2-selection__arrow, textarea .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 32px;
}
button:disabled, button.disabled {
  opacity: 0.6;
}
button:disabled:hover, button.disabled:hover {
  cursor: no-drop;
}
.form-row {
  margin-left: 0;
  margin-right: 0;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
input[type=checkbox], input[type=radio] {
  margin-right: 5px;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Buttons */
button, .button, input[type=submit] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #1f1f1f;
  font-weight: 600;
  padding: 10px 25px;
  border: 1.5px solid #3c3c3c;
  border-radius: 0;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
button:hover, .button:hover, input[type=submit]:hover {
  color: #fff;
  border-color: #3c3c3c;
  background-color: #3c3c3c;
  text-decoration: none;
}
.button2 {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.button2:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Fonts */
body, .p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #666;
  font-weight: 400;
  letter-spacing: 0;
}
p, .p, ol, ul {
  margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6, .h {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #3c3c3c;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: none;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, .h {
    font-size: 30px;
    letter-spacing: 0;
    margin: 40px 0 20px;
  }
}
.before-h {
  color: #1d8b8f;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  margin: 40px 0 -30px;
}
a {
  color: #1d8b8f;
}
a:hover {
  color: #666;
}
ul.std-list {
  list-style: none;
  padding: 0;
  margin-top: -20px;
}
ul.std-list li {
  padding-left: 25px;
  position: relative;
}
ul.std-list li:before {
  content: "";
  position: absolute;
  left: 0;
  color: #1d8b8f;
  font-family: "FontAwesome";
}
ul.std-list .std-list {
  margin-top: 0;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Navbar */
header#masthead {
  position: relative;
  z-index: 999;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .navbar .site-branding {
    max-width: calc(100% - 70px);
  }
}
.navbar .custom-logo-link {
  height: 100px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .navbar .custom-logo-link {
    height: 80px;
  }
}
.navbar .custom-logo {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.navbar .navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-collapse #primary-menu .menu-not-links, .navbar .navbar-collapse #primary-menu .cart {
    margin-left: 13px;
    border-left: 1px solid #f3f3f3;
  }
}
.navbar .navbar-collapse #primary-menu .menu-not-links {
  padding-left: 13px;
}
.navbar .navbar-collapse #primary-menu .menu-not-links a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  text-transform: none;
  padding-left: 35px;
  font-size: 13px;
}
.navbar .navbar-collapse #primary-menu .menu-not-links a:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 31px;
  font-size: 20px;
  font-weight: 400;
  width: 20px;
  text-align: center;
}
@media (max-width: 1599px) {
  .navbar .navbar-collapse #primary-menu .menu-address {
    display: none;
  }
}
.navbar .navbar-collapse #primary-menu .menu-address a:before {
  content: "";
}
@media (max-width: 1399px) {
  .navbar .navbar-collapse #primary-menu .menu-phone {
    display: none;
  }
}
.navbar .navbar-collapse #primary-menu .menu-phone a:before {
  content: "";
}
@media (max-width: 1799px) {
  .navbar .navbar-collapse #primary-menu .menu-hours {
    display: none;
  }
}
.navbar .navbar-collapse #primary-menu .menu-hours > a:before {
  content: "";
}
.navbar .navbar-collapse #primary-menu .cart > a:hover {
  background: transparent;
  opacity: 0.7;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-collapse #primary-menu {
    margin-bottom: 15px;
  }
}
.navbar .navbar-collapse #primary-menu > li > a {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.navbar .navbar-collapse a {
  display: block;
  padding: 30px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #3c3c3c;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar .navbar-collapse a:hover {
  color: #fff;
  background-color: #1d8b8f;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-collapse a {
    padding: 10px 15px;
    text-align: center;
    color: #3c3c3c;
  }
  .navbar .navbar-collapse a:hover {
    color: #fff;
    background-color: #1d8b8f;
  }
}
.navbar .navbar-collapse a .cart-img {
  max-width: 30px;
  margin: 0 auto;
}
.navbar .navbar-collapse a .count {
  position: absolute;
  font-weight: 400;
  color: #fff;
  background: #1d8b8f;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  margin-top: -18px;
  left: 50%;
  margin-left: 6px;
}
.navbar .navbar-collapse .current-menu-item > a, .navbar .navbar-collapse .current-menu-parent > a {
  color: #fff;
  background-color: #1d8b8f;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-collapse .current-menu-item > a, .navbar .navbar-collapse .current-menu-parent > a {
    color: #fff;
    background-color: #1d8b8f;
  }
}
.navbar .navbar-collapse .menu-item-has-children > a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
}
.navbar .navbar-collapse .open .sub-menu {
  display: block;
}
.navbar .navbar-collapse .sub-menu {
  position: absolute;
  z-index: 99;
  display: none;
  padding: 0;
  list-style: none;
  background: #333;
}
.navbar .navbar-collapse .sub-menu a {
  padding: 10px 15px;
  color: #fff;
}
.navbar .navbar-collapse .sub-menu a:hover {
  color: #fff;
  background: #666;
}
.navbar .navbar-collapse .sub-menu .current-menu-item > a {
  color: #fff;
  background: #666;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-collapse .sub-menu {
    position: relative;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-toggler {
    border: 0;
    background-color: transparent;
    width: 50px;
    height: 40px;
    padding: 5px 10px;
    border-radius: 0;
  }
  .navbar .navbar-toggler__in {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .navbar .navbar-toggler .line {
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    background: #333;
    border-radius: 2px;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
  }
  .navbar .navbar-toggler .top {
    transform: rotate(45deg);
    top: 48%;
  }
  .navbar .navbar-toggler .middle, .navbar .navbar-toggler .bottom {
    transform: rotate(-45deg);
    top: 48%;
  }
  .navbar .navbar-toggler.collapsed .top {
    top: 18%;
    transform: rotate(0);
  }
  .navbar .navbar-toggler.collapsed .middle {
    top: 48%;
    transform: rotate(0);
  }
  .navbar .navbar-toggler.collapsed .bottom {
    top: 78%;
    transform: rotate(0);
  }
  .navbar .navbar-toggler:hover {
    background-color: transparent;
  }
  .navbar .navbar-toggler:hover .line {
    background: #000;
  }
}
/* Menu Search */
li.menu-item-object-search-shop > a:hover, li.menu-item-object-search-standard > a:hover {
  cursor: pointer;
}
.menu-search-container {
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  overflow: hidden;
  z-index: -1;
  top: 85%;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}
.menu-search-container.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.menu-search__input {
  width: inherit !important;
}
.menu-search__btn {
  margin-left: -3px;
  top: -1px;
  position: relative;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Jumbotron */
.jumbotron {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: #fff;
}
.jumbotron .sg-slider {
  padding: 0;
}
.jumbotron .page-slider {
  padding: 10% 0;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/header-0.jpg");
}
.jumbotron .page-slider__h {
  font-size: 70px;
  color: #fff;
  letter-spacing: -1px;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .jumbotron .page-slider__h {
    font-size: 43px;
  }
}
.jumbotron .page-slider__h1 {
  font-size: 36px;
  letter-spacing: 10px;
  color: #fff;
  margin: 20px 0 -10px;
}
@media only screen and (max-width: 767px) {
  .jumbotron .page-slider__h1 {
    font-size: 23px;
    letter-spacing: 5px;
  }
}
.jumbotron .page-slider__desc {
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .jumbotron .page-slider__desc {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.jumbotron .page-slider__breadcrumbs {
  font-size: 13px;
  padding-top: 60px;
}
.jumbotron .page-slider__breadcrumbs a {
  color: #666;
}
.jumbotron .page-slider__breadcrumbs a:hover {
  color: #1d8b8f;
}
.jumbotron .page-slider__breadcrumbs .breadcrumb_last {
  color: #1d8b8f;
}
.jumbotron .custom .tp-bullet {
  width: 15px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
}
.jumbotron .custom .tp-bullet.selected {
  opacity: 1;
}
@media (min-width: 1600px) {
  #rev_slider_3_1_wrapper, #rev_slider_3_1 {
    height: 720px !important;
  }
}
@media (min-width: 1800px) {
  #rev_slider_3_1_wrapper, #rev_slider_3_1 {
    height: 780px !important;
  }
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Content */
#content {
  padding: 10px 0 60px;
}
.hp-sec1 {
  padding: 100px 0;
}
.hp-sec1__number {
  margin: 60px auto;
  display: table;
  width: 275px;
}
.hp-sec1__n {
  font-size: 100px;
  letter-spacing: -2px;
  line-height: 0.9;
  color: #000;
  font-weight: 600;
  float: left;
  padding-right: 15px;
}
.hp-sec1__p {
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
}
.hp-sec1__photoframe {
  height: 100%;
  padding-left: 50px;
  position: relative;
  min-height: 300px;
}
.hp-sec1__photoframe:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2019/07/dot.png");
  width: 80%;
  height: 50%;
  left: 0;
  bottom: -80px;
  z-index: -1;
}
.hp-sec1__photo {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/hp-sec1__photo-1.jpg");
}
@media only screen and (min-width: 576px) {
  .hp-sec2 .big-container {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-sec2 .col-xl-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.hp-sec2__card {
  height: 280px;
  padding: 5% 10%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.hp-sec2__card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1d8b8f;
  z-index: -1;
  opacity: 0;
  transition: 0.8s;
}
.hp-sec2__card--1 {
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/SG-kategorie-panel-ogrodzeniowy.jpg");
}
@media only screen and (min-width: 576px) {
  .hp-sec2__card--1 {
    height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-sec2__card--1 {
    height: 370px;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-sec2__card--1 {
    height: 420px;
  }
}
.hp-sec2__card--2 {
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/SG-kategorie-slupek.jpg");
}
@media only screen and (min-width: 576px) {
  .hp-sec2__card--2 {
    height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-sec2__card--2 {
    height: 370px;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-sec2__card--2 {
    height: 420px;
  }
}
.hp-sec2__card--3 {
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/SG-kategorie-bramy-2.jpg");
}
@media only screen and (min-width: 576px) {
  .hp-sec2__card--3 {
    height: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-sec2__card--3 {
    height: 370px;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-sec2__card--3 {
    height: 420px;
  }
}
.hp-sec2__card--4 {
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/SG-kategorie-furtki-2.jpg");
}
@media only screen and (min-width: 576px) {
  .hp-sec2__card--4 {
    height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-sec2__card--4 {
    height: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-sec2__card--4 {
    height: 420px;
  }
}
.hp-sec2__card--5 {
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/SG-kategorie-akcesoria-2.jpg");
}
@media only screen and (min-width: 576px) {
  .hp-sec2__card--5 {
    height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .hp-sec2__card--5 {
    height: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-sec2__card--5 {
    height: 420px;
  }
}
.hp-sec2__card:hover:after {
  opacity: 0.85;
}
.hp-sec2__card:hover .hp-sec2__p {
  max-height: 700px;
}
.hp-sec2__h {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.5px;
  margin: 20px 0 10px;
}
@iclude media-max(md) {
  .hp-sec2__h {
    font-size: 20px;
  }
}
.hp-sec2__p {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: 1.5s;
}
.hp-sec2__a {
  color: #fff;
  text-transform: uppercase;
  display: table;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 10px;
}
.hp-sec2__a:hover {
  color: #fff;
  opacity: 0.6;
}
@media only screen and (max-width: 575px) {
  .hp-sec2 .pt-30 {
    padding-top: 15px !important;
  }
}
.hp-sec3 {
  padding: 70px 0;
}
@media only screen and (max-width: 1199px) {
  .hp-sec3 .product-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .hp-sec3 .product-col .product-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hp-sec3 .product-col .product-box-img {
    width: 50%;
  }
  .hp-sec3 .product-col .product-box-desc {
    width: 50%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 7% !important;
  }
  .hp-sec3 .product-col .product-box-desc__h {
    font-size: 28px;
  }
  .hp-sec3 .product-col .product-box__add-to-cart {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .hp-sec3 .product-col .product-box-desc__h {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Pages */
.page-sec1 {
  padding: 40px 0 100px;
}
.page-sec2 {
  padding: 60px 0 50px;
}
.page-sec3 {
  padding: 40px 0 100px;
}
.page-sec3 .hp-sec1__photoframe {
  padding-left: 0;
  padding-right: 50px;
}
.page-sec3 .hp-sec1__photoframe:before {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .page-sec3 {
    padding-bottom: 10px;
  }
}
.page-sec4 {
  padding: 60px 0 0;
}
@media only screen and (min-width: 576px) {
  .footer-g {
    padding: 0 0 80px;
  }
}
.footer-g .row {
  margin: 0 -7.5px;
}
.footer-g .row > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.footer-g .footer-gal {
  height: 100%;
}
.footer-g .footer-gal--1 {
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/footer-gal-3.jpg");
}
.footer-g .footer-gal--2 {
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/footer-gal-4.jpg");
}
.footer-g .footer-gal--3 {
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/uploads/2019/07/footer-gal-5.jpg");
  min-height: 120px;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Contact */
.c-sec1 {
  padding: 0 0 60px;
}
.c-sec2 {
  padding: 0 0 20px;
}
.c-sec2 .big-container {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.c-sec2 .s-row .s-col {
  max-width: 570px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .c-sec2 .s-row .s-col {
    padding-right: 100px;
  }
}
.c-sec2 .s-row .map-col {
  padding: 0;
}
.c-sec2 .wpcf7 .ajax-loader {
  display: none;
}
.c-sec2 span[role=alert] {
  font-size: 10px;
  text-align: left;
}
.c-sec2 input[type=text], .c-sec2 input[type=tel], .c-sec2 input[type=email], .c-sec2 textarea {
  margin-top: 15px;
}
.c-sec2 textarea {
  height: 120px;
}
.c-sec2 input[type=submit] {
  margin: 22.5px 0 20px;
}
.c-sec2 .wpcf7-response-output {
  border-width: 1px;
  margin: 10px 0 20px;
  padding: 10px 15px;
  border-radius: 4px;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Sidebar */
.page-sidebar {
  padding-top: 40px;
}
.page-sidebar .widget_recent_entries, .page-sidebar .widget_product_categories {
  border: 1px solid #d9d9d9;
  margin-top: 30px;
  padding: 0 20px;
}
.page-sidebar .widget_recent_entries .widget-title, .page-sidebar .widget_product_categories .widget-title {
  color: #fff;
  background: #222;
  margin: 0 -20px 20px;
  padding: 15px 20px;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.page-sidebar .widget_recent_entries ul, .page-sidebar .widget_product_categories ul {
  list-style: none;
  padding: 0;
}
.page-sidebar .widget_recent_entries ul > li > a, .page-sidebar .widget_product_categories ul > li > a {
  font-weight: 600;
}
.page-sidebar .shop__search-form > input {
  border-color: #3c3c3c;
  border-right: 0;
}
.page-sidebar .shop__search-form > button {
  border-left: 0;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* 404 */
body.error404 #content {
  padding-top: 0;
  padding-bottom: 0;
}
body.error404 .jumbotron {
  display: none;
}
body.error404 section.error-404.not-found {
  background-image: url("/wp-content/uploads/2019/05/404-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 80px 0;
}
body.error404 .error-404__img-box {
  text-align: center;
  padding: 0 35px;
}
body.error404 .error-404__content {
  width: 700px;
  max-width: 100%;
  padding: 50px 0;
}
body.error404 p.error-404-header__404-nr {
  font-size: 170px;
  line-height: 176px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px;
}
body.error404 .error-404-header__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #333;
}
body.error404 .error-404__content p {
  color: #333;
}
body.error404 section.error-404-products {
  padding: 75px 0 65px;
  background: #fff;
}
body.error404 .error-404__search {
  margin-top: 30px;
}
body.error404 .error-404__search input.search-field {
  background: #fff;
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 20px;
  border-radius: 30px;
  width: 300px;
  -webkit-box-shadow: 0 0 3px 0 #aaa;
  box-shadow: 0 0 3px 0 #aaa;
}
body.error404 .error-404__search input.search-submit {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ccc;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 3px 0 #aaa;
  box-shadow: 0 0 3px 0 #aaa;
}
body.error404 .error-404-product-h {
  margin: 0 0 60px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Shop Archive */
.woocommerce-ordering {
  margin: 40px 0 20px;
}
.woocommerce-ordering > select {
  max-width: 300px;
  display: block;
  margin-left: auto;
}
.product-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .product-col {
    margin: 0 0 15px;
  }
}
.product-col .poa, .product-col .poa-btn {
  display: none;
}
.product-col .product-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ddd;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.product-col .product-box:hover {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border-color: #ddd;
}
.product-col .product-box-img {
  position: relative;
  overflow: hidden;
  z-index: 7;
  display: block;
}
.product-col .product-box-img img {
  width: 100%;
}
.product-col .product-box-img__hov {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.product-col .product-box-img:hover .product-box-img__hov {
  left: 0;
  opacity: 1;
}
.product-col .purchasable.product-type-simple .product-box-desc {
  padding: 20px 70px 20px 15px;
}
.product-col .product-box-desc {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 15px 20px 15px;
}
.product-col .product-box-desc__h {
  font-family: "Poppins", sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 0;
}
.product-col .product-box-desc__p {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 5px;
}
.product-col .product-box-desc__price {
  font-family: "Poppins", sans-serif;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  margin: 0;
}
.product-col .product-box-desc__price del {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
.product-col .product-box-desc__price ins {
  text-decoration: none;
}
.product-col .product-box__add-to-cart {
  position: absolute;
  left: auto;
  top: 20px;
  right: 15px;
  bottom: auto;
  width: 40px;
  height: 40px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  color: #000;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 6;
}
.product-col .product-box__add-to-cart:hover {
  border-color: #ddd;
  color: #000;
  background: #ddd;
}
.product-col .product-box__link {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.product-col .product-box-desc__btn-box {
  display: none;
  padding: 0 15px 20px;
  position: relative;
  z-index: 7;
}
.product-col .product-box-desc__btn-box a {
  width: 100%;
}
.onsale {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 15px;
  right: auto;
  bottom: auto;
  text-transform: uppercase;
  background: #1d8b8f;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 15px;
}
.woocommerce-message, .woocommerce-Message, .woocommerce-form-coupon-toggle, .woocommerce-info, .cart-empty {
  background: #f2f2f2;
  border: 1px solid #eee;
  padding: 20px;
  margin: 40px 0 20px;
}
.woocommerce-message .button, .woocommerce-Message .button, .woocommerce-form-coupon-toggle .button, .woocommerce-info .button, .cart-empty .button {
  margin-right: 15px;
}
.woocommerce-message .woocommerce-message, .woocommerce-message .woocommerce-Message, .woocommerce-message .woocommerce-form-coupon-toggle, .woocommerce-message .woocommerce-info, .woocommerce-message .cart-empty, .woocommerce-Message .woocommerce-message, .woocommerce-Message .woocommerce-Message, .woocommerce-Message .woocommerce-form-coupon-toggle, .woocommerce-Message .woocommerce-info, .woocommerce-Message .cart-empty, .woocommerce-form-coupon-toggle .woocommerce-message, .woocommerce-form-coupon-toggle .woocommerce-Message, .woocommerce-form-coupon-toggle .woocommerce-form-coupon-toggle, .woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .cart-empty, .woocommerce-info .woocommerce-message, .woocommerce-info .woocommerce-Message, .woocommerce-info .woocommerce-form-coupon-toggle, .woocommerce-info .woocommerce-info, .woocommerce-info .cart-empty, .cart-empty .woocommerce-message, .cart-empty .woocommerce-Message, .cart-empty .woocommerce-form-coupon-toggle, .cart-empty .woocommerce-info, .cart-empty .cart-empty {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.shop__search-form {
  display: flex;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Mini Cart */
#primary-menu .cart {
  position: relative;
}
#primary-menu .cart:hover .widget_shopping_cart_content {
  display: block;
}
.navbar .widget_shopping_cart_content {
  display: none;
  position: absolute;
  width: 235px;
  right: 0;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  z-index: 25;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart {
  padding: 0;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart > li {
  display: block;
  position: relative;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart > li:nth-child(even) {
  background-color: #fbfbfb;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart > li:hover {
  background-color: #ededed;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart > li > a {
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 11px;
  border: 0;
  background: transparent;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart > li > a > img {
  float: left;
  width: 55px;
  border: 1px solid #ddd;
  margin-right: 15px;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart .remove {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 15px;
  width: 15px;
  line-height: 15px;
  height: 15px;
  background: #f95555;
  color: #fff;
  border: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-size: 16px;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart .remove:hover {
  background: #555;
  text-decoration: none;
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart .quantity {
  font-size: 11px;
  color: #888;
  margin-left: 70px;
  margin-top: 5px;
  display: block;
  line-height: 1.4;
  text-align: right;
}
.navbar .widget_shopping_cart_content .variation {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}
.navbar .widget_shopping_cart_content .variation dt {
  display: inline;
  margin: 0;
  font-weight: 700;
}
.navbar .widget_shopping_cart_content .variation dt:before {
  content: " ";
  display: block;
}
.navbar .widget_shopping_cart_content .variation dd {
  display: inline;
  margin: 0;
}
.navbar .widget_shopping_cart_content .variation dd p {
  display: inline;
  margin: 0;
}
.navbar .widget_shopping_cart_content .total {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1;
  text-transform: none;
  padding: 10px;
  border-top: 1px solid #ccc;
  margin: 0;
  line-height: 1;
  text-align: right;
}
.navbar .widget_shopping_cart_content .buttons {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.navbar .widget_shopping_cart_content .buttons > a {
  float: left;
  width: 50%;
  padding: 5px 10px 5px 28px;
  font-size: 11px;
  line-height: 1.4;
  border: 0;
  text-transform: none;
  white-space: unset;
  text-align: left;
  min-height: auto;
  color: #000;
  position: relative;
  background: transparent;
  font-weight: 400;
}
.navbar .widget_shopping_cart_content .buttons > a:hover {
  color: #999;
  background: transparent;
}
.navbar .widget_shopping_cart_content .buttons > a:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
}
.navbar .widget_shopping_cart_content .wc-forward:before {
  content: "";
}
.navbar .widget_shopping_cart_content .widget_shopping_cart_content .checkout:before {
  content: "";
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Single Product */
.single-prod-content .product_title {
  margin: 40px 0 20px;
}
@media only screen and (max-width: 575px) {
  .single-prod-content .product_title {
    margin: 40px 0 20px;
  }
}
.single-prod-content .price {
  font-family: "Poppins", sans-serif;
  color: #3c3c3c;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
}
.single-prod-content .price del {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}
.single-prod-content .price ins {
  text-decoration: none;
}
.single-prod-content .woocommerce-product-details__short-description {
  margin: 0 0 20px;
}
.single-prod-content .variations {
  width: 100%;
  margin: 0;
}
.single-prod-content .variations .variations-row {
  margin: 0 -15px 15px;
}
.single-prod-content .variations .variations-row > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-prod-content .variations .variation-label {
  font-weight: 700;
}
.single-prod-content .variations .variation-label label {
  margin: 0;
}
.single-prod-content .variations .single_variation_wrap {
  margin: 20px 0 0;
}
.single-prod-content form.cart, .single-prod-content .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-prod-content form.cart .quantity-buttons, .single-prod-content .woocommerce-variation-add-to-cart .quantity-buttons {
  margin-right: 15px;
}
.single-prod-content .product_meta {
  margin: 20px 0;
}
.single-prod-content .product_meta > span {
  display: block;
  font-weight: 700;
}
.single-prod-content .product_meta > span > span, .single-prod-content .product_meta > span > a {
  font-weight: 400;
}
.single-prod-content .tabs.wc-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.single-prod-content .tabs.wc-tabs:after {
  content: " ";
  display: block;
  clear: both;
}
.single-prod-content .tabs.wc-tabs li {
  float: left;
  padding: 0;
}
.single-prod-content .tabs.wc-tabs li a {
  color: #aaa;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  padding: 8px 15px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.single-prod-content .tabs.wc-tabs li a:hover {
  border-color: #3c3c3c;
  color: #3c3c3c;
  text-decoration: none;
}
.single-prod-content .tabs.wc-tabs li.active a {
  border-color: #3c3c3c;
  color: #3c3c3c;
  text-decoration: none;
}
.single-prod-content .woocommerce-product-attributes {
  margin: 0 0 20px;
}
.single-prod-content .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
  font-weight: 700;
}
.single-prod-content .woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
  margin: 0;
}
.single-prod-gal {
  position: relative;
  margin: 40px 0 20px;
}
.single-prod-gal .flex-control-nav.flex-control-thumbs {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
.single-prod-gal .flex-control-nav.flex-control-thumbs > li {
  float: left;
  width: 25%;
  padding: 0 7.5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.single-prod-gal .flex-control-nav.flex-control-thumbs > li > img {
  width: 100%;
}
.product-price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity input[type="number"] {
  height: 50px;
  width: 60px;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  height: 50px;
}
.quantity-buttons button {
  height: 25px;
  font-size: 18px;
  line-height: 23px;
  border: 1px solid #ccc;
  border-left: none;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: transparent;
  color: #000;
  font-weight: 400;
  -webkit-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
}
.quantity-buttons button:hover {
  border-color: #ccc;
  background: #000;
  color: #fff;
}
.quantity-buttons button.quantity-buttons__minus {
  border-top: 0;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Cart */
.table {
  color: #666;
}
.shop_table th, .shop_table td {
  border-bottom: 1px solid #ddd;
  border-top: 0;
}
.shop_table p, .shop_table label, .shop_table ul, .shop_table ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.shop_table.cart {
  margin: 40px 0 20px;
}
.shop_table.cart th, .shop_table.cart td {
  vertical-align: middle;
}
.shop_table.cart .product-thumbnail {
  width: 105px;
  min-width: 80px;
}
.shop_table.cart .product-name {
  min-width: 220px;
}
.shop_table.cart .product-name a {
  font-family: "Poppins", sans-serif;
  color: #3c3c3c;
  font-weight: 700;
  font-size: 110%;
}
.shop_table.cart .product-name .variation {
  margin: 0;
  font-size: 90%;
  line-height: 1.6;
}
.shop_table.cart .product-name .variation dt {
  display: inline;
}
.shop_table.cart .product-name .variation dt:before {
  content: " ";
  display: block;
}
.shop_table.cart .product-name .variation dd {
  display: inline;
}
.shop_table.cart .product-name .variation dd p {
  display: inline;
}
.shop_table.cart .product-quantity {
  width: 115px;
}
.shop_table.cart .product-subtotal {
  font-weight: 700;
}
.shop_table.cart .product-remove {
  width: 54px;
}
.shop_table.cart .product-remove a {
  display: inline-block;
  width: 28px;
  line-height: 30px;
  height: 28px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #3c3c3c;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #3c3c3c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shop_table.cart .product-remove a:hover {
  text-decoration: none;
  background: #3c3c3c;
  color: #fff;
}
.coupon {
  margin: 0 0 20px;
}
.coupon #coupon_code {
  float: left;
  width: 200px;
  margin: 0 15px 10px 0;
}
.wc-proceed-to-checkout {
  margin: 40px 0 20px;
  text-align: right;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Checkout */
.checkout_coupon .form-row {
  float: left;
  margin: 0 0 10px;
}
.checkout_coupon .form-row.form-row-first {
  margin-right: 15px;
}
.checkout_coupon .clear {
  clear: both;
}
.woocommerce-billing-fields label, .shipping_address label, #ship-to-different-address label, .woocommerce-additional-fields label, .woocommerce-address-fields label, .acc-form label {
  margin: 0 0 3px;
  font-weight: 700;
}
.woocommerce-billing-fields .form-row > span, .shipping_address .form-row > span, #ship-to-different-address .form-row > span, .woocommerce-additional-fields .form-row > span, .woocommerce-address-fields .form-row > span, .acc-form .form-row > span {
  display: block;
  width: 100%;
}
.woocommerce-billing-fields .form-row > span input, .woocommerce-billing-fields .form-row > span > span, .shipping_address .form-row > span input, .shipping_address .form-row > span > span, #ship-to-different-address .form-row > span input, #ship-to-different-address .form-row > span > span, .woocommerce-additional-fields .form-row > span input, .woocommerce-additional-fields .form-row > span > span, .woocommerce-address-fields .form-row > span input, .woocommerce-address-fields .form-row > span > span, .acc-form .form-row > span input, .acc-form .form-row > span > span {
  max-width: 555px;
}
.woocommerce-billing-fields textarea, .shipping_address textarea, #ship-to-different-address textarea, .woocommerce-additional-fields textarea, .woocommerce-address-fields textarea, .acc-form textarea {
  height: 120px;
}
#ship-to-different-address {
  font-weight: 700;
}
.checkout_widget_shopping_cart_content .woocommerce-mini-cart {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkout_widget_shopping_cart_content .woocommerce-mini-cart > li {
  display: inline-block;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.checkout_widget_shopping_cart_content .woocommerce-mini-cart > li + li {
  padding-top: 12px;
}
.checkout_widget_shopping_cart_content .woocommerce-mini-cart > li > .remove {
  display: none;
}
.checkout_widget_shopping_cart_content .woocommerce-mini-cart > li > a {
  padding: 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
  color: #3c3c3c;
  font-weight: 700;
  line-height: 1.2;
  font-size: 110%;
  border: 0;
}
.checkout_widget_shopping_cart_content .woocommerce-mini-cart > li > a > img {
  width: 100px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 15px;
}
.checkout_widget_shopping_cart_content .variation {
  margin: 0;
  line-height: 1.4;
  font-size: 90%;
}
.checkout_widget_shopping_cart_content .variation dt {
  display: inline;
  margin: 0;
  font-weight: 700;
}
.checkout_widget_shopping_cart_content .variation dt:before {
  content: " ";
  display: block;
}
.checkout_widget_shopping_cart_content .variation dd {
  display: inline;
  margin: 0;
}
.checkout_widget_shopping_cart_content .variation dd p {
  display: inline;
  margin: 0;
}
.checkout_widget_shopping_cart_content .quantity {
  display: block;
  color: #999;
}
.checkout_widget_shopping_cart_content .total, .checkout_widget_shopping_cart_content .buttons {
  display: none;
}
#order_review {
  margin: 40px 0 20px;
}
#order_review .methods {
  list-style: none;
  padding: 0;
}
#order_review .place-order button {
  margin: 0 0 20px 0 0 20px 0 0 20px auto;
}
.woocommerce-order {
  margin: 40px 0 20px;
}
.woocommerce-order .woocommerce-table--order-details .wc-item-meta strong, .woocommerce-order .woocommerce-table--order-details .wc-item-meta p {
  display: inline;
  font-size: 90%;
}
.woocommerce-form-login__rememberme {
  width: 100%;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* My Account */
body.woocommerce-account #content {
  min-height: 60vh;
}
body.woocommerce-account .woocommerce-Addresses.col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.woocommerce-account .woocommerce-Addresses.col2-set .u-column1, body.woocommerce-account .woocommerce-Addresses.col2-set .u-column2 {
  width: 50%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.woocommerce-MyAccount-navigation {
  margin: 40px 0 20px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation-link {
  display: inline-block;
}
.woocommerce-MyAccount-navigation-link a {
  padding: 10px 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}
.woocommerce-MyAccount-navigation-link a:hover {
  text-decoration: none;
  background: #3c3c3c;
  color: #fff;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  background: #3c3c3c;
  color: #fff;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
.footer-bg {
  border-top: 1px solid #e1e1e1;
  padding: 75px 15px 45px;
  color: #000;
}
.footer-bg a {
  color: #000;
}
.footer-bg a:hover {
  color: #1d8b8f;
}
.footer-bg__site-branding {
  margin: 0 0 30px;
}
.footer-bg__h {
  color: #1d8b8f;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  margin: 25px 0 10px;
}
.footer-bg__menu {
  list-style: none;
  padding: 0;
}
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
/* Responsive */
/* Colors */
/* Fonts */
/* Buttons */
/* Inputs, Select, Textareas */
/* Animations */
/* Navbar */
/* Jumbotron */
/* Content */
/* Shop - Archive */
/* Shop - Single product */
.blog-content .blog-post {
  padding: 10px 15px 20px;
  display: flex;
  flex-direction: column;
}
.blog-content .blog-post article {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-content .blog-post__img-link {
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}
.blog-content .blog-post__img-link:before {
  content: "";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  opacity: 0;
  transition: 0.5s;
  z-index: 10;
}
.blog-content .blog-post__img-link:hover img {
  opacity: 0.5;
  transform: scale(1.15);
}
.blog-content .blog-post__img-link:hover:before {
  opacity: 1;
}
.blog-content .blog-post img {
  width: 100%;
  transition: 0.5s;
}
.blog-content .blog-post__time {
  margin: 15px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #999;
}
.blog-content .blog-post__h {
  margin: 10px 0 15px;
  font-size: 20px;
  letter-spacing: -1px;
}
.blog-content .blog-post__h a {
  color: inherit;
}
.blog-content .blog-post__text {
  flex-grow: 1;
  margin: 0;
  position: relative;
  padding-bottom: 55px;
}
.blog-content .blog-post__text .button {
  position: absolute;
  display: table;
  bottom: 0;
}
.single-post__time {
  margin: 0;
}
.single-post__img {
  margin: 35px 0;
  display: block;
}
.category-description, .blog-content__text {
  margin-bottom: 50px;
}
/* Style */
