/* 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;
}
.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;
  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: '\f07a';
}
.navbar .widget_shopping_cart_content .widget_shopping_cart_content .checkout:before {
  content: '\f046';
}
.navbar .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}
/* Shop Archive */
.woocommerce-ordering {
  margin: 40px 0 20px;
}
.woocommerce-ordering > select {
  max-width: 300px;
  display: block;
  margin-left: auto;
}
.product-col {
  display: flex;
  margin: 10px 0 20px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .product-col {
    margin: 0 0 15px;
  }
}
.product-col .product-box {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  transition: 0.2s;
  margin-left: auto;
  margin-right: auto;
}
.product-col .product-box:hover {
  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 .product-box-img__hov {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  opacity: 1;
  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;
  flex-grow: 1;
  padding: 20px 15px 20px 15px;
}
.product-col .product-box-desc .product-box-desc__h {
  font-family: 'Barlow', sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px;
}
.product-col .product-box-desc .product-box-desc__p {
  font-family: 'Open Sans', sans-serif;
  color: rgba(111, 111, 112, 255);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 5px;
}
.product-col .product-box-desc .product-box-desc__price {
  font-family: 'Open Sans', sans-serif;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  margin: 0;
}
.product-col .product-box-desc .product-box-desc__price del {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
.product-col .product-box-desc .product-box-desc__price ins {
  text-decoration: none;
}
.product-col .product-box-desc .product-box__add-to-cart {
  position: absolute;
  left: auto;
  top: 20px;
  right: 15px;
  bottom: auto;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  color: #000;
  background: #fff;
  transition: 0.3s;
  z-index: 6;
}
.product-col .product-box-desc .product-box__add-to-cart:hover {
  border-color: #ddd;
  color: #000;
  background: #ddd;
}
.product-col .product-box__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.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: #1065ad;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 15px;
}
/* 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: 'Open Sans', sans-serif;
  color: #2a2a2a;
  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 {
  align-items: center;
  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: flex;
  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;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.single-prod-content .tabs.wc-tabs li a:hover {
  border-color: #2a2a2a;
  color: #2a2a2a;
  text-decoration: none;
}
.single-prod-content .tabs.wc-tabs li.active a {
  border-color: #2a2a2a;
  color: #2a2a2a;
  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: 0px -7.5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
}
.single-prod-gal .flex-control-nav.flex-control-thumbs > li {
  float: left;
  width: 25%;
  padding: 0px 7.5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.single-prod-gal .flex-control-nav.flex-control-thumbs > li > img {
  width: 100%;
}
.product-price__box {
  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: flex;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: transparent;
  color: #000;
  font-weight: 400;
  transition: linear 0.3s;
}
.quantity-buttons button:hover {
  border-color: #ccc;
  background: #000;
  color: #fff;
}
.quantity-buttons button.quantity-buttons__minus {
  border-top: 0;
}
/* Cart */
.table {
  color: rgba(111, 111, 112, 255);
}
.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: 'Barlow', sans-serif;
  color: #2a2a2a;
  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 #2a2a2a;
  box-sizing: content-box;
  color: #2a2a2a;
  transition: 0.3s;
}
.shop_table.cart .product-remove a:hover {
  text-decoration: none;
  background: #2a2a2a;
  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;
}
/* 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, .shipping_address .form-row > span input, #ship-to-different-address .form-row > span input, .woocommerce-additional-fields .form-row > span input, .woocommerce-address-fields .form-row > span input, .acc-form .form-row > span input, .woocommerce-billing-fields .form-row > span > span, .shipping_address .form-row > span > span, #ship-to-different-address .form-row > span > span, .woocommerce-additional-fields .form-row > span > span, .woocommerce-address-fields .form-row > span > span, .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: 'Barlow', sans-serif;
  color: #2a2a2a;
  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;
  margin-left: 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%;
}
/* Moje konto */
body.woocommerce-account #content {
  min-height: 60vh;
}
body.woocommerce-account .woocommerce-Addresses.col2-set {
  display: flex;
  flex-direction: row;
  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%;
  flex: none;
}
.woocommerce-MyAccount-navigation {
  margin: 40px 0 20px;
  margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  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;
  transition: linear 0.2s;
}
.woocommerce-MyAccount-navigation-link a:hover {
  text-decoration: none;
  background: #2a2a2a;
  color: #fff;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  background: #2a2a2a;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .fit-content {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
/* sg slider */
.sg-slider__deco {
  background-image: linear-gradient(to right, #2dbbcc 0%, #1065ad 90%, #fff 90.01%, #fff 100%);
}
.sg-slider__h {
  margin: 0px !important;
}
/* blog */
.blog-title {
  margin-bottom: 45px;
}
body.blog article.type-post, body.category article.type-post {
  margin-bottom: 40px;
}
.blog-post__h {
  margin: 0 0 20px 0;
  font-size: 32px;
  line-height: 38px;
}
.blog-post__h a {
  color: #222;
  transition: linear 0.2s;
}
.blog-post__h a:hover {
  color: #1065ad;
  text-decoration: none;
}
.single-post__h {
  margin: 0 0 25px 0;
}
/* std */
.del-padding {
  padding: 0;
}
.col-flex {
  display: flex;
  flex-direction: column;
}
.std-list {
  list-style: none;
  padding: 0;
}
.std-list li {
  position: relative;
  padding-left: 28px;
}
.std-list li:before {
  content: '\f00c';
  position: absolute;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
  color: #1065ad;
}
.std-button {
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-family: 'Open Sans', sans-serif;
  background-image: linear-gradient(to right, #2e92ad, #2473a3);
  border: none;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: linear 0.2s;
}
.std-button:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #2473a3, #2e92ad);
}
.std-button--sg-intro {
  padding: 15px 30px;
  width: 250px;
  max-width: 100%;
  text-align: center;
}
.sg-title {
  text-align: center;
  margin-bottom: 55px;
}
.sg-suph {
  font-family: 'Barlow', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(42, 42, 42, 255);
  margin: 0 0 12px 0;
}
.sg-suph--color {
  color: rgba(16, 101, 173, 255);
}
.sg-h {
  font-family: 'Barlow', sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: rgba(42, 42, 42, 255);
  margin: 0;
}
.sg-h:after {
  content: '';
  display: block;
  margin: 20px 0 25px;
  width: 120px;
  max-width: 100%;
  height: 9px;
  background-image: linear-gradient(to right, #2dbbcc, #1065ad);
}
.sg-h--center:after {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .sg-h {
    font-size: 30px;
    line-height: 36px;
  }
}
.single-post__comments {
  display: none;
  height: 0;
}
/* pages */
.page-slider {
  height: 528px;
  background-size: cover;
  background-position: center center;
  background-image: url('/wp-content/uploads/2019/06/page-slider-bg1.png');
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-top: 140px;
}
.page-slider__h {
  color: #fff;
}
.page-slider__breadcrumbs {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  color: #fff;
}
.page-slider__breadcrumbs a {
  color: #fff;
  text-decoration: underline;
  transition: linear 0.2s;
}
.page-slider__breadcrumbs a:hover {
  color: #ccc;
  text-decoration: underline;
}
.page-sid {
  border: 2px solid #1065ad;
  padding: 25px;
}
.page-sid__h {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: rgba(42, 42, 42, 255);
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  margin: 0px;
}
.page-sid__h:after {
  content: '';
  display: block;
  margin: 14px 0;
  width: 65px;
  height: 5px;
  background-image: linear-gradient(to right, #2dbbcc, #1065ad);
}
.page-sid__p {
  font-size: 15px;
  color: rgba(111, 111, 112, 255);
}
.page__h {
  margin-bottom: 0;
}
.page__h:after {
  content: '';
  display: block;
  margin: 24px 0 30px;
  width: 120px;
  max-width: 100%;
  height: 9px;
  background-image: linear-gradient(to right, #2dbbcc, #1065ad);
}
.page-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 42px;
}
@media only screen and (max-width: 991px) {
  .page-boxes {
    flex-direction: column;
  }
}
.page-boxes__box {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .page-boxes__box {
    width: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-boxes__box-content {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  z-index: 2;
  text-align: center;
  padding: 35px 15px 20px 15px;
  border: 1px solid #efefef;
}
.page-boxes__box-content:before {
  content: '';
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.page-boxes__box-content:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: linear 0.2s;
}
.page-boxes__box-content:hover:after {
  background: rgba(16, 101, 173, 0.7);
}
.page-boxes__box-content:hover .page-boxes__h {
  color: #fff;
}
.page-boxes__box-content:hover .page-boxes__p {
  color: #fff;
}
.page-boxes__box-content:hover .page-boxes__img-n {
  margin-left: 80px;
  opacity: 0;
}
.page-boxes__box-content:hover .page-boxes__img-h {
  margin-left: 0px;
  opacity: 1;
}
.page-boxes__h {
  font-size: 20px;
  color: rgba(28, 28, 28, 255);
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  transition: linear 0.2s;
  margin: 27px 0 18px 0;
}
.page-boxes__p {
  font-size: 14px;
  color: rgba(120, 120, 120, 255);
  transition: linear 0.2s;
}
.page-boxes__img-box {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.page-boxes__img-n {
  position: absolute;
  transition: linear 0.2s;
  opacity: 1;
}
.page-boxes__img-h {
  position: absolute;
  margin-left: -80px;
  transition: linear 0.2s;
  opacity: 0;
}
.page-boxes__box-content--1:before {
  background-image: url('/wp-content/uploads/2019/06/efektywniejszy-trening-bg2.png');
}
.page-boxes__box-content--2:before {
  background-image: url('/wp-content/uploads/2019/06/sg-offer-bg3.png');
}
.page-boxes__box-content--3:before {
  background-image: url('/wp-content/uploads/2019/06/efektywniejszy-trening-bg2.png');
}
.page-boxes__box-content--sg1:before {
  background-image: url('/wp-content/uploads/2019/06/kluczowe-umiejetnosci-bg3.png');
}
.page-boxes__box-content--sg2:before {
  background-image: url('/wp-content/uploads/2019/06/efektywniejszy-trening-bg2.png');
}
.page-boxes__box-content--sg3:before {
  background-image: url('/wp-content/uploads/2019/06/sg-offer-bg3.png');
}
.page-boxes__box-content--sg4:before {
  background-image: url('/wp-content/uploads/2019/06/profesjonalny-klub-photo.png');
}
.page__small-h {
  font-size: 28px;
  line-height: 34px;
  margin: 40px 0 15px 0;
}
@media only screen and (max-width: 1199px) {
  .page__small-h {
    font-size: 22px;
    line-height: 28px;
  }
}
.tests__h {
  text-align: center;
  margin-top: 50px;
}
.page__movie {
  margin: 30px 0 35px 0;
}
/* kontakt */
body.page-id-84 #content {
  padding-top: 0;
}
.kon-intro {
  padding: 260px 0 70px;
  background-image: url('/wp-content/uploads/2019/06/kon-intro-bg.png');
  background-size: cover;
  background-position: center center;
}
.kon-intro__title {
  margin-bottom: 50px;
}
.kon-intro__suph {
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2px 0;
}
.kon-intro__h {
  font-family: 'Barlow', sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .kon-intro__h {
    font-size: 32px;
    line-height: 38px;
  }
}
.kon-intro__h:after {
  content: '';
  display: block;
  margin: 20px 0 25px;
  width: 120px;
  max-width: 100%;
  height: 9px;
  background-image: linear-gradient(to right, #2dbbcc, #1065ad);
}
.kon-intro__form {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
}
.std-form label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.std-form input[type=text], .std-form input[type=tel], .std-form input[type=email], .std-form textarea {
  position: relative;
  background: transparent;
  border: none;
  border-bottom: 1px solid #8a8b8f;
  padding: 0px;
  min-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  top: -5px;
}
.std-form input[type=text]:focus, .std-form input[type=tel]:focus, .std-form input[type=email]:focus, .std-form textarea:focus {
  border-color: #fff;
}
.std-form textarea {
  height: 38px;
}
.std-form__btn {
  text-align: center;
  margin-top: 30px;
}
.std-form input[type=submit] {
  font-family: 'Barlow', sans-serif;
  background-image: linear-gradient(to right, #2e92ad, #2473a3);
  border: none;
  padding: 9px 30px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: linear 0.2s;
}
.std-form input[type=submit]:hover {
  background-image: linear-gradient(to right, #2473a3, #2e92ad);
}
span.ajax-loader {
  display: block !important;
  float: none !important;
  margin: 10px auto 0 auto !important;
}
.kon-content-title {
  margin-bottom: 50px;
}
.kon-content-title__suph {
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(42, 42, 42, 255);
  margin: 0 0 2px 0;
}
.kon-content-title__h {
  font-family: 'Barlow', sans-serif;
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
  color: rgba(42, 42, 42, 255);
  margin: 0;
}
.kon-content-title__h:after {
  content: '';
  display: block;
  margin: 20px 0 25px;
  width: 120px;
  max-width: 100%;
  height: 9px;
  background-image: linear-gradient(to right, #2dbbcc, #1065ad);
}
.kon-content {
  margin-top: 80px;
}
.kon-content__img-p {
  position: relative;
  padding-left: 35px;
}
.kon-content__img-p img {
  position: absolute;
  left: 0;
  top: 8px;
}
.kon-content__img-p a {
  transition: linear 0.2s;
}
.kon-content__img-p a:hover {
  text-decoration: none;
}
.kon-content__social-p {
  margin-top: -15px;
}
.kon-content__social-p a {
  color: #444;
  font-size: 22px;
  margin-right: 12px;
  transition: linear 0.2s;
}
/* SG */
body.home #content {
  padding: 0;
}
.sg-intro {
  position: relative;
  width: 1434px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  padding: 40px 50px 40px 50px;
  background: #fff;
  margin-top: -60px;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(221, 221, 221, 1);
  -moz-box-shadow: 0px 15px 15px 0px rgba(221, 221, 221, 1);
  box-shadow: 0px 15px 15px 0px rgba(221, 221, 221, 1);
}
.sg-intro__container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.sg-intro__box {
  margin: 25px 0;
}
.sg-intro__box-h {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(42, 42, 42, 255);
  margin: 0 0 4px 0;
}
.sg-intro__box-desc {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(154, 154, 154, 255);
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .sg-intro {
    margin-top: 0;
  }
}
.sg-about {
  margin: 100px 0;
}
.sg-about__img-box {
  flex-grow: 1;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .sg-about__img-box {
    padding-top: 20px;
  }
}
.sg-about__img {
  flex-grow: 1;
  background-size: cover;
  background-position: center center;
  background-image: url('/wp-content/uploads/2019/06/sg-desc-bg.png');
}
@media only screen and (max-width: 1199px) {
  .sg-about__img {
    min-height: 400px;
  }
}
.sg-about__content {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  padding-left: 15px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .sg-about__content {
    padding-right: 15px;
    margin-right: auto;
  }
}
.sg-about__title {
  padding: 0 40px 0 50px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .sg-about__title {
    padding: 0;
  }
}
.sg-about__text {
  position: relative;
  padding: 50px 50px 40px 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
  box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
}
.sg-about__text:after {
  content: '';
  width: 12px;
  height: 197px;
  background-image: linear-gradient(to bottom, #2dbbcc, #1065ad);
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 991px) {
  .sg-about__text:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .sg-about__text {
    padding: 50px 20px 40px 20px;
  }
}
.sg-offers__title {
  margin-bottom: 50px;
}
.sg-offers__item-list {
  margin-top: 40px;
}
.sg-offers-item {
  position: relative;
  padding-left: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 53px;
}
.sg-offers-item__img-box {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border: 2px solid #1065ad;
}
.sg-offers-item__desc {
  font-family: 'Barlow', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(42, 42, 42, 255);
  margin: 0 0 6px 0;
}
.sg-offers-sidebar {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
  box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 1);
}
.sg-offers-sidebar__h {
  font-family: 'Barlow', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: rgba(42, 42, 42, 255);
  margin: 0;
}
.sg-offers-sidebar__h:after {
  content: '';
  display: block;
  margin: 20px 0 40px;
  width: 120px;
  max-width: 100%;
  height: 9px;
  background-image: linear-gradient(to right, #2dbbcc, #1065ad);
}
.sg-offers-sidebar__btn-p {
  margin-top: 30px;
  text-align: center;
}
.sg-effects {
  margin: 100px 0 75px 0;
}
.page-boxes__box--sg {
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .page-boxes__box--sg {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-boxes__box--sg {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sg-test {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .sg-test {
    width: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sg-test__img {
  position: relative;
  height: 243px;
  overflow: hidden;
}
.sg-test__img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: linear 0.2s;
}
.sg-test__img--1:before {
  background-image: url('/wp-content/uploads/2019/06/test-bg1.png');
}
.sg-test__img--2:before {
  background-image: url('/wp-content/uploads/2019/06/test-bg2.png');
}
.sg-test__img--3:before {
  background-image: url('/wp-content/uploads/2019/06/test-bg3.png');
}
.sg-test__img:hover:before {
  transform: scale(1.2);
}
.sg-test__suph {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(28, 28, 28, 255);
  font-family: 'Barlow', sans-serif;
  margin: 25px 0 10px;
}
.sg-test__h {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: rgba(49, 114, 185, 255);
  font-family: 'Barlow', sans-serif;
  margin: 0 0 15px;
}
.sg-test__btn-p {
  margin-top: 30px;
}
.sg-last {
  position: relative;
  padding: 60px 0;
  margin-top: 50px;
  -webkit-box-shadow: 0px -5px 10px -5px rgba(221, 221, 221, 1);
  -moz-box-shadow: 0px -5px 10px -5px rgba(221, 221, 221, 1);
  box-shadow: 0px -5px 10px -5px rgba(221, 221, 221, 1);
}
.sg-last__content {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .sg-last__content {
    width: 100%;
  }
}
.sg-last__img {
  width: 46%;
  width: calc(50% - 80px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-image: url('/wp-content/uploads/2019/06/sg-last-bga.jpg');
}
@media only screen and (max-width: 991px) {
  .sg-last__img {
    display: none;
    width: 0;
  }
}
:focus, *:focus {
  outline: none !important;
}
::selection {
  background: #1065ad;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
.col-flex {
  display: flex;
  flex-direction: column;
}
.col-flex--center {
  justify-content: center;
}
input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea, .select2-container--default .select2-selection--single {
  min-height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 5px 8px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]: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, select .select2-selection__arrow, textarea .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 32px;
}
.wpcf7-response-output {
  border-color: #fff !important;
  color: #fff;
  text-align: center;
}
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;
}
/* Fonts */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(111, 111, 112, 255);
  font-weight: 400;
  max-width: 2560px;
  margin: 0 auto;
  overflow-x: hidden;
}
p, .p, ol, ul {
  margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6, .h {
  font-family: 'Barlow', sans-serif;
  font-size: 42px;
  line-height: 1.2;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 991px) {
  h1, h2, h3, h4, h5, h6, .h {
    font-size: 20px;
    letter-spacing: 0;
    margin: 40px 0 20px;
  }
}
/* Buttons */
a {
  color: #1065ad;
}
a:hover {
  color: #2dbbcc;
}
button, .button {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  border: 1px solid #1065ad;
  background-color: #1065ad;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
button:hover, .button:hover {
  color: #fff;
  border-color: #2dbbcc;
  background-color: #2dbbcc;
  text-decoration: none;
}
/* Navbar */
@media only screen and (max-width: 1199px) {
  .navbar-logo {
    width: 100%;
    display: flex;
    position: relative;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-logo .site-branding img {
    max-height: 150px;
  }
}
.navbar-toggler-box {
  flex-grow: 1;
}
@media only screen and (max-width: 1199px) {
  button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 25px;
  }
}
header#masthead {
  position: absolute;
  width: 100%;
  padding-top: 25px;
  z-index: 999;
}
.navbar-content {
  flex-grow: 1;
  padding-top: 15px;
}
p.navbar-content__p {
  text-align: right;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
}
p.navbar-content__p a {
  color: #fff;
  text-decoration: underline;
  transition: linear 0.2s;
}
p.navbar-content__p a:hover {
  color: #ccc;
}
@media only screen and (max-width: 1199px) {
  p.navbar-content__p {
    display: none;
  }
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(to right, rgba(23, 96, 158, 0.8) 0%, rgba(23, 96, 158, 0.8) 55%, rgba(43, 157, 179, 0.8) 100%);
}
@media only screen and (max-width: 575px) {
  .navbar .site-branding {
    max-width: calc(100% - 70px);
  }
}
.navbar > .container {
  align-items: flex-end;
}
.navbar .custom-logo-link {
  height: 90px;
  padding: 0;
  display: flex;
  align-items: center;
  top: -42px;
  position: relative;
}
@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 {
  position: relative;
  justify-content: flex-end;
}
.navbar .navbar-collapse:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2000px;
  height: 1px;
  background: #2dbbcc;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-collapse:before {
    display: none;
    width: 0;
  }
}
.navbar .navbar-collapse a {
  display: block;
  padding-top: 14px;
  padding-bottom: 18px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  transition: linear 0.2s;
}
.navbar .navbar-collapse a:hover {
  color: #fff;
  background-color: #2dbbcc;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-collapse a {
    padding: 10px 15px;
    text-align: center;
  }
  .navbar .navbar-collapse a:hover {
    color: #fff;
    background-color: #1065ad;
  }
}
.navbar .navbar-collapse .current-menu-item > a, .navbar .navbar-collapse .current-menu-parent > a {
  color: #fff;
  background-color: #2dbbcc;
}
@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: #1065ad;
  }
}
.navbar .navbar-collapse .menu-item-has-children > a:after {
  content: '\f0d7';
  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: #2dbbcc;
}
.navbar .navbar-collapse .sub-menu .current-menu-item > a {
  color: #fff;
  background: #2dbbcc;
}
@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: 1px solid #ccc;
    background-color: #fff;
  }
  .navbar .navbar-toggler:hover {
    background-color: rgba(0, 0, 0, .1);
  }
}
/* menu search */
.menu-search-container {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  display: none;
  overflow: hidden;
}
.menu-search-container.open {
  display: block;
}
/* Jumbotron */
.jumbotron {
  padding: 0;
  margin: 0;
}
/* Content */
#content {
  padding: 100px 0 100px;
}
/* 404 */
body.error404 #content {
  padding-top: 0px;
  padding-bottom: 0px;
}
body.error404 .jumbotron {
  display: none;
}
body.error404 section.error-404.not-found {
  background-image: url('/wp-content/uploads/2019/06/404-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 180px 0 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 0px;
}
body.error404 p.error-404-header__404-nr {
  font-size: 170px;
  line-height: 176px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px 0;
}
body.error404 .error-404-header__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0px 0px 8px 0px;
  color: #333;
}
body.error404 .error-404__content p {
  color: #333;
}
body.error404 section.error-404-products {
  padding: 75px 0px 65px 0px;
  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: 0px 20px;
  border-radius: 30px;
  width: 300px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 1);
  box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 1);
}
body.error404 .error-404__search input.search-submit {
  background: #fff;
  box-shadow: none;
  outline: none;
  border: 1px solid #ccc;
  display: inline-block;
  height: 40px;
  padding: 0px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 1);
  box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 1);
}
body.error404 .error-404-product-h {
  margin: 0 0 60px 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
/* 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;
  transition: 0.5s;
}
.gallery-icon a:hover:before {
  opacity: 0.5;
}
.gallery-icon a:after {
  content: '\f002';
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
}
.gallery-icon a:hover:after {
  opacity: 1;
}
.slb_details {
  display: none;
}
/* Pagination */
.archive-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.archive-pagination a, .archive-pagination span {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-left: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-image: initial;
  transition: all 0.2s linear 0s;
}
.archive-pagination a:hover, .archive-pagination span:hover, .archive-pagination a.current, .archive-pagination span.current {
  color: #fff;
  background: #000;
  border-color: #000;
  text-decoration: none;
}
nav.woocommerce-pagination {
  margin-top: 25px;
}
nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0px;
}
nav.woocommerce-pagination ul.page-numbers a, nav.woocommerce-pagination ul.page-numbers span {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-left: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-image: initial;
  transition: all 0.2s linear 0s;
}
nav.woocommerce-pagination ul.page-numbers a:hover, nav.woocommerce-pagination ul.page-numbers span:hover, nav.woocommerce-pagination ul.page-numbers a.current, nav.woocommerce-pagination ul.page-numbers span.current {
  color: #fff;
  background: #000;
  border-color: #000;
  text-decoration: none;
}
a.prev.page-numbers, a.next.page-numbers {
  padding-bottom: 2px;
}
/* Footer */
footer#page-footer {
  padding: 15px 0;
  background-image: linear-gradient(to right, #00a4e8, #1065ad);
}
footer#page-footer div {
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  color: #fff;
}
footer#page-footer div a {
  color: #fff;
  transition: linear 0.2s;
}
footer#page-footer div a:hover {
  color: #eee;
  text-decoration: none;
}
