* {
  box-sizing: border-box;
}
html,body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
body {
    overflow-x: hidden;
    min-width: 0 !important;
    background: #fff;
    margin: 0;
}
p, ul, ol, dl, address, pre, table, blockquote, fieldset {
    margin: 0 0 1.5rem;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6  {
  margin-top: 0;
  color: #0e1a40;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
h1, .h1 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: clamp(1.625rem, 1.3rem + 0.875vw, 2.5rem);
  line-height: 1.3;
  letter-spacing: .04em;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
h1.category-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}
h2, .h2 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 1.4;
  letter-spacing: .04em;
  margin-bottom: 1.5rem;
}
h3, .h3 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
  line-height: 1.4;
  letter-spacing: .04em;
  margin-bottom: 1.5rem;
}
h4, .h4 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}
h5, .h5 {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}
a {
	text-decoration: none;
  background: none;
  transition-property: background, box-shadow, border, color, opacity, transform;
  transition-duration: 0.3s;
  -webkit-text-decoration-skip: objects;
	color: #1b98e0;
}
a:hover {
	text-decoration: none;
  color: #004e7a;
  outline: none;
}
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
header a {
  color: #0e1a40;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, li:last-child, pre:last-child, table:last-child, address:last-child, fieldset:last-child, blockquote:last-child {
  margin-bottom: 0;
}

/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: top;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  outline: none !important;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters>div[class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row.row-flex, .row-flex {
  display: flex;
  flex-wrap: wrap;
}
.container {
	width: 100%;
	max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}
.l-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.l-section-h {
  padding: 2rem 0;
}
section .l-section-h {
  background: #fff;
}
.l-section-h.gray-title {
  background: #efefef;
  color: #0e1a40;
}
ul.list-unstyle {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-inline {
	display: flex;
	flex-wrap: wrap;
}
ul.list-inline li {
	display: inline-block;
	padding: 0;
}
ul.list-inline li a, ul.list-inline li button {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}
ul.list-inline li a:hover, ul.list-inline li button:hover {
	background: #0E1A40;
  color: #ffffff;
}

/* forms */

input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=date], input[type=search], input[type=range], select, textarea {
  line-height: 2.8rem;
  height: 2.8rem;
  padding: 0 0.8rem;
  width: 100%;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 2px transparent, 0 1px 0 rgb(0 0 0 / 8%) inset;
  transition: all .3s;
  border-width: 2px;
  border-color: transparent;
  font-size: 17px;
}
input:not([type=submit]), select, textarea {
  outline: none !important;
}
input:focus, input:focus+.form-checkbox, textarea:focus, select:focus, .select2-container--focus .select2-selection {
  box-shadow: 0 0 0 2px #0e1a40;
}
hr, td, th, input, textarea, select {
  border-color: #e5e5e5;
}
select, select.form-control {
  vertical-align: top;
  text-transform: none;
  color: inherit;
  font: inherit;
  border: none;
  margin: 0;
  padding: 0 0.8rem;
  width: 100%;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 2px transparent, 0 1px 0 rgb(0 0 0 / 8%) inset;
  transition: all 0.3s;
  line-height: 2.8rem;
  height: 2.8rem;
  border-color: #e5e5e5;
  background: #fff;
}
input:focus, input:focus + .form-checkbox, textarea:focus, select:focus, select.form-control:focus, .select2-container--focus .select2-selection {
  box-shadow: 0 0 0 1px #0e1a40;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #0e1a40;
  box-shadow: 0 0 0 2px #0e1a40;
}
textarea {
  border-color: transparent;
}
.form-group {
  margin-bottom: 1.5rem;
}
label {
  margin-bottom: 0.3rem;
}
.required label {
  position: relative;
}
.required label:after {
  content: "*";
  margin-left: 3px;
}
.category-ordering select, .category-select select, 
.category-ordering select.form-control, .category-select select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
}
.category-ordering:before{
    content: "\f0d7";
    position: absolute;
    top: 0;
    right: 0;
    font: 900 1.2rem/2.8rem "Font Awesome 6 Free";
    padding: 0 0.8rem;
    pointer-events: none;
}
.category-ordering {
  position: relative;
}

/* buttons */
.button, button[type=submit], input[type=submit] {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.2;
  position: relative;
  transition: background .3s,border-color .3s,box-shadow .3s,opacity .3s,color .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.buttons {
	text-align: center;
}
.btn:focus, .button:focus {
	outline: none;
}
.button, .w-btn {
	font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 0em;
  padding: 0.8em 2em;
  font-size: 1rem;
  background: transparent;
  border-width: 2px;
  border-color: #0E1A40;
  color: #0E1A40;
  box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
  cursor: pointer;
}
.button:hover {
	box-shadow: 0 0.5em 1em rgb(0 0 0 / 20%);
  background: transparent;
}
.btn-default {
  border-color: #0E1A40;
  color: #0E1A40;
  background-color: #fff;
}
.btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover, .btn-default.focus, .btn-default:focus {
  border-color: #0E1A40;
  color: #0E1A40;
  background-color: #fff;
}
.solid {
  border-style: solid;
}
.us-btn-style_4 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 0;
  padding: 0.9em 2em;
  background: #fff;
  border-color: transparent;
  color: #0E1A40!important;
  box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
}
.us-btn-style_4:hover {
  box-shadow: 0 0.5em 1em rgb(0 0 0 / 20%);
  background: #fff;
  border-color: transparent;
  color: #0E1A40!important;
}
.w-btn-wrapper.align_left {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}
.btn-unstyle {
  background: none;
  border: none;
}
.btn-remove {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 2rem;
  color: inherit;
  opacity: .5;
}
.btn-remove:hover {
  opacity: 1;
}
.btn-small {
  font-size: .8rem;
}
.btn-large {
  font-size: 1.2rem;
}

/* alert */
.alert {
  margin-bottom: 1.5rem;
  list-style-type: none;
  padding: 1rem 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-success {
  background: #c9f7b2;
}
.alert .wc-forward {

}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.page-404 {
  padding: 4rem 0;
  text-align: center;
}
.page-404:before {
  display: inline-block;
  vertical-align: top;
  content: '\f14e';
  font: 12rem/1 fontawesome;
  margin-bottom: 1rem;
  opacity: .1;
}

/* HEADER */
header + div {
	background: #fff;
}
/*@media (min-width: 901px) {*/
	header.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 111;
	}
	header.fixed + div {
		padding-top: 140px;
	}
  header.fixed.home + div {
    padding-top: 80px;
  }
/*}*/

/* search */
#search {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
#search input {
  border: 1px solid #0E1A40;
  height: 44px;
  outline: none;
}
#search .btn-search {
  position: absolute;
  z-index: 1;
  right:0px;
}

#top {
	background: #f5f5f5;
	color: #0e1a40;
	height: 60px;
	line-height: 60px;
}
#top p {
	margin-bottom: 0;
}
#top-links {
	display: flex;
	align-items: center;
	justify-content: end;
}
.dropdown-element {
	position: relative;
}
.dropdown-element .dropdown {
  display: none;
  position: absolute;
  z-index: 120;
  font-size: 1rem;
  text-align: left;
  padding: 2rem;
  width: 20rem;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%); 
  background: #fff;
}
.dropdown-element.cart-dropdown .dropdown {
	right: 0;
	display: block;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.dropdown-element.cart-dropdown:hover .dropdown {
	transform: scaleY(1) translateZ(0);
  opacity: 1;
}
#cart .cart-link {
	position: relative;
	display: inline-block;
  line-height: 2.8rem;
  font-size: 20px;
  color: #0E1A40;
  padding: 0 10px;
  margin: 0 2px;
}
#cart .cart-link i {
	font-size: 20px;
}
#cart-total {
	position: absolute;
  right: 0;
  text-align: center;
  font-size: 11px;
  padding: 0 4px;
  line-height: 20px;
  min-width: 20px;
  border-radius: 2rem;
  transition: transform 0.3s;
  background: #0E1A40;
  color: #ffffff;
}
.cart-totals {
	font-size: 1.2rem;
  margin: 0;
  padding: 1rem 0;
}
.cart-totals__item {
	text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
.cart-totals__item .amount {
	font-weight: bold;
	margin-left: 5px;
}
.product-list-widget .minicart-item {
  line-height: 1.4rem;
  min-height: 4rem;
  padding-left: 5rem;
  margin-bottom: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.product-list-widget .minicart-item a {
  display: block;
  margin-bottom: 0.3rem;
}
.product-list-widget .minicart-item .remove + a {
   padding-right: 1.3rem;
}
.product-list-widget .minicart-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
}
.product-list-widget .minicart-item .quantity {
  display: inline-block;
  vertical-align: top;
}
.product-list-widget .minicart-item .remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
  width: 1.3rem;
  color: inherit;
}
.product-list-widget .minicart-item .remove {
  opacity: 0;
  transition: opacity 0.3s;
}
.product-list-widget .minicart-item:hover .remove {
  opacity: 0.5;
}
.contacts-header {
	display: flex;
	margin-left: 5px;
  white-space: nowrap;
}
.contacts-header > a {
	font-weight: 700;
}
ul.socials-link {
	padding-left: 5px;
}
.socials-item-link {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
}
.socials-item-link > i {
	font-size: 19px;
}
.language-select {
	background: transparent;
  line-height: 48px;
  border: none;
  border-radius: 0;
}

.subheader {
	line-height: 80px;
	height: 80px;
	background: #fff;
	box-shadow: 0 3px 5px -1px rgb(0 0 0 / 10%), 0 2px 1px -1px rgb(0 0 0 / 5%);
	transition-property: transform, background, box-shadow, line-height, height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}
@media (min-width: 901px) {
	.sticky .subheader {
		line-height: 70px;
    height: 70px;
	}
}
.subheader .at-wrap {
	display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: inherit;
}
.subheader-cell {
	display: flex;
  align-items: center;
  flex-grow: 1;
}
.subheader .at-left {
	flex-basis: 100px;
	justify-content: flex-start;
}
.subheader .at-center {
	justify-content: center;
}
.subheader .at-left>* {
	margin-right: 1.4rem;
}
.subheader .at-left>a {
  font-weight: 700;
  margin-right: 0;
}
#logo {
	flex-shrink: 0;
  transition: height 0.3s;
  height: 80px;
}
#logo a {
	height: inherit;
}
#logo a img {
	display: block;
  height: inherit;
  width: auto;
}

.sticky #logo  {
	height: 70px;
}
.subheader .at-right {
	justify-content: flex-end;
  min-width: 225px;
}
.sub-header .at-center {
	justify-content: center;
}

/* breadcrumbs */
.breadcrumb {
  font-size: .9rem;
  line-height: 1.4rem;
  margin: 0 0 0.6rem 0;
  padding: 0;
  background: none;
}
.breadcrumb>li+li:before {
  padding: 0px;
  color: #333;
  content: "/\00a0";
}
.breadcrumb a {
  color: #1b98e0;
}
.breadcrumb a:hover {
  color: #004e7a;
}

/* Content */
#content {
  padding: 4rem 2.5rem;
}
#product-product #content {
  padding-left: 0;
  padding-right: 0;
}
#checkout-cart #content {
  display: flex;
  flex-wrap: wrap;
}
#content.content-small {
  padding: 2rem 1.5rem 4rem;
}
@media screen and (min-width: 1400px) {
  #content.content-small {
    padding: 2rem 0;
  }
}
#content > *:last-child {
  margin-bottom: 0;
}
#content h1.category-title {
	text-align: center;
}
.subcategory-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.subcategory-filters li a {
	display: block;
  flex-shrink: 0;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 1.2rem;
  transition-duration: .2s;
  line-height: 3.2rem;
  border-bottom: 3px solid;
  opacity: .66;
  color: inherit;
}
.subcategory-filters li:not(.active) a {
  border-color: transparent;
}
.subcategory-filters li:hover a {
  opacity: 1;
  color: inherit;
}
.subcategory-filters li.active span{
	display: block;
  flex-shrink: 0;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 1.2rem;
  transition-duration: .2s;
  line-height: 3.2rem;
  border-bottom: 3px solid;
  opacity: 1;
  color: #0e1a40;
}
.row-products {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem -1rem;
}
.row-products .product-layout {
	padding: 1rem;
	width: 25%;
}
.row-products .product-layout.col-4 {
  width: 33.3333%;
}
.product-thumb .image {
	overflow: hidden;
}
.product-thumb .image:hover img {
	transform: scale(1.1);
	transition: all ease-in-out 0.3s;
}
.product-thumb .caption {
	text-align: center;
	color: #0e1a40;
	font-size: 17px;
}
.product-thumb .caption .h4 {
	margin-bottom: 10px;
  margin-top: 1rem;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.product-thumb .caption a {
	font-size: inherit;
	font-weight: 700;
	margin-bottom: 10px;
  color: inherit;
}
.product-thumb .caption a:hover {
  color: #004e7a;
}
.product-thumb .price {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 0;
	text-align: center;
}

/* pagination */
.pagination-center {
  display: flex;
  justify-content: center;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0-0.2rem;
}
.pagination > li {
  flex-shrink: 0;
}
.pagination > li a, .pagination > li > span{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  margin: 0.2rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50%;
  color: inherit;
  box-shadow: 0 0 0 2px #e5e5e5 inset;
  border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 50%;
}
.pagination > li > a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: height .3s;
  background: #0e1a40;
}
.pagination > li > a:hover:before {
  height: 100%;
}
.pagination > li > a:hover span {
  position: relative;
}
.pagination > li.active > span {
  background: #0e1a40;
  box-shadow: none !important;
  color: #fff !important;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color: #fff;
  background: #fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background: #0e1a40;
}
.pagination .last-page, .pagination .page-first {
  display: none;
}
/*.pagination li.next-page > a:after {
  content: '\f054';
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.5rem;
  vertical-align: top;
  position: relative;
}*/

/* product page */
.row-column {
  display: flex;
  justify-content: space-between;
}
.row-column .col-left {
  float: left;
  width: 38%;
  margin-bottom: 3rem;
}
.row-column .col-right {
  float: right;
  width: 56%;
  margin-bottom: 3rem;
}
.col-left .thumbnails {
  padding: 0;
  list-style: none;
}
.thumbnail {
  border: none;
  margin-bottom: 1.5rem;
  padding: 0;
}
.price h2 {
  font-size: 1.6rem;
  font-weight: 600;
}
.stock {
  font-weight: 700;
  color: #5fcc29;
}
.stock.outstock {
  color: red;
}
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.form-group-flex {
  display: flex;
  align-items: center;
}
input#input-quantity {
  width: 3.5em;
  min-width: 4rem;
  margin-right: 5px;
  border: none;
}
#product {
  margin-bottom: 1.5rem;
}
.product-meta {
  display: flex;
  font-size: .9rem;
  line-height: 1.4rem;
}
.product-meta li {
  padding-right: 0.3rem;
}

.section-wrapper {
  margin-bottom: 4rem;
}
/* waranty section */
.waranty-section {
  text-align: center;
}
.l-section-h {
  background: #efefef;
  color: #0e1a40;
}
.l-section {

}
.l-section-h h3, .l-section-h .h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.l-section-h.normal h3, .l-section-h.normal .h3 {
  font-weight: normal;
}
.l-section-h.uppercase h3, .l-section-h.uppercase .h3 {
  text-transform: uppercase;
}
.waranty-section {
  margin-bottom: 4rem;
}
.waranty-section .icon-box {
  width: 1.1em;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit;
  font-size: 4rem;
  margin: 0 auto;
}
.waranty-content {
  padding-top: 1.5em;
  margin-left: 0;
  margin-right: 0;
}
.icon-box img {
  vertical-align: top;
  position: relative;
  width: 1em;
}
.icon-meta .w-iconbox-title {
  padding: 0.5em 0;
  margin-bottom: 0;
  transition: color .3s;
}

.tabs-outer {
  margin-bottom: 2.5rem;
}
.tab-content {
  padding: 1.5rem;
}
.nav-tabs {
  margin-left: -5px;
  margin-right: -5px;
  border: none;
}
.nav-tabs>li {
  float: left;
  margin: 0 5px;
  border-top: 2px solid transparent;
  transition: background .3s,color .3s;
  color: #0e1a40;
}
.nav-tabs>li.active {
  border-color: #0e1a40;
}
.nav-tabs>li a {
  display: block;
  padding: 1rem 1.5rem;
  border: none !important;
  outline: none !important;
  color: inherit !important;
  margin: 0;
  border-radius: 0;
}
.nav-tabs>li a:focus, .nav-tabs>li:hover {
  background: rgba(0,0,0,.05);
}

.related-products {
  padding-top: 2.5rem;
  border-top: 1px solid #e5e5e5;
}
.headers-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.headers-category .subhead {
  display: flex;
}*/
.headers-category h1 {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 1rem;
  margin-bottom: 0;
  margin-right: 1rem;
}
.headers-category .result-count {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 1rem;
  opacity: 0.5;
}

/* advantage section */
.advantage-content {
  padding: 4rem 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.advantage-content .col {
  width: 20%;
  text-align: center;
}
.advantage-content .counter-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 1.5rem;
  border-right: 1px solid #e5e5e5;
}
.advantage-content .col:last-child .counter-wrapper{
  border-right-color: transparent;
}
.w-counter-text {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  color: #0e1a40;
}
.w-counter-title {
  line-height: 1.4;
  padding: 0.6rem 0;
  margin: 0;
}

/* category wall */
#katalog .l-section-h {
  padding: 0;
}
.category-wall-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.category-wall-row.reversed {
  flex-direction: row-reverse;
}
.category-wall-row .col {
  width: 50%;
  position: relative;
}
.vc_column-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
.category-wall-row .vc_column-inner {
  height: 100%;
}
.col-main-category .vc_column-inner,
.col-children-category .vc_column-inner {  
  padding: 4rem;
  justify-content: center;
  text-align: center;
}
.w-iconbox-title {
  padding: 0.5em 0;
  margin-bottom: 0;
  transition: color 0.3s;
}
.vc_column-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: inherit !important;
}
.col-main-category .category-name {
  font-size: 4rem;
  font-weight: bold;
}
.category-wall-row .col-children-category .vc_column-inner {
  border-bottom: 1px solid;
  border-right:  1px solid;
  border-color: #e5e5e5;
}
.category-wall-row.reversed .col-children-category .vc_column-inner {
  border-top: 1px solid;
  border-left:  1px solid;
  border-bottom: none;
  border-right:  none;
  border-color: #e5e5e5;
}

/* gallery page */
.h1.centered {
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.h1-separator {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 51px;
  position: relative;
}
.h1-separator:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background: #000;
}
.h1-separator .img-wrapp {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 2rem;
}

/* order section */
.order-section .g-cols {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 2rem 0;
  max-width: 1451px;
  margin: 0 auto;
}
.order-section .g-cols>.vc_col-sm-3 {
  width: 25%;
}
.order-section .icon-centered > div {
  text-align: center;
}
.order-section .icon-box {
  font-size: 5rem;
}
.order-section .g-cols .vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.icon-centered .icon-meta .w-iconbox-title {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: none;
}

/* rent-section */
.rent-section .g-cols {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 2rem 0;
  max-width: 1451px;
  margin: 0 auto;
}
.rent-section .g-cols>.vc_col-sm-6 {
  width: 50%;
}
.rent-section .icon-centered > div {
  text-align: center;
}
.rent-section .icon-box {
  font-size: 6rem;
  margin-left: calc(15px + 0.2em);
}
.rent-section .icon-box img {
  width: 1.1em;
}
.rent-section .g-cols .vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.rent-section .g-cols>div[class*="vc_col-"]:nth-last-child(-n+2) .vc_column-inner {
  margin-bottom: 0;
}
.rent-section .icon-meta .w-iconbox-title {
  font-weight: bold;
  font-size: 2rem;
  padding: 0;
  text-transform: none;
} 

/* subscribe section */
.subscribe-section {
  text-align: center;
}
.l-section-h .h3 + .subtitle {
  margin-top: 1.5rem;
}
.subscribe-section .g-cols {
  padding: 1.5rem 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.subscribe-section .g-cols .vc_col-sm-4 {
  width: 33.3333%;
}
.subscribe-section p > input {
  width: 90%;
  margin: 0 auto;
  border-color: #0e1a40;
  box-shadow: none;
}
#respond > * {
  display: inline-block;
  margin-top: 1.5rem;
}
.subscribe-section p > input:hover,
.subscribe-section p > input:focus {
  border: 3px solid #0e1a40;
  box-shadow: none;
}

/* cart page */
.cart-table {
  flex: 1;
  margin-bottom: 2.5rem;
}
.cart-table .table>tbody>tr>td, .cart-table .table>tbody>tr>th, .cart-table .table>tfoot>tr>td, .cart-table .table>tfoot>tr>th, 
.cart-table .table>thead>tr>td, .cart-table.table>thead>tr>th {
  vertical-align: middle;
  border: none;
}
.cart-table .table>tbody>tr>td {
  border-bottom: 1px solid #e5e5e5;
}
.cart-table .table>thead>tr>th {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  padding-top: 0;
  opacity: .5;
}
.cart-table .product-subtotal {
  font-weight: 700;
  padding-right: 0;
  width: 3rem;
}
.cart-table .product-remove {
  padding-left: 0;
  padding-right: 0;
  width: 2rem;
}
.cart-table .product-thumbnail {
  width: 7rem;
}
.cart-table .product-price {
  min-width: 130px;
}
.cart-table .actions {
  text-align: justify;
  line-height: 0;
  padding: 1.2rem 0 0.6rem;
  border: none;
}
.cart-collaterals {
  width: 100%;
  max-width: 400px;
}
.cart_totals {
  padding: 1.8rem 2rem 2rem;
  margin-bottom: 2rem;
}
.cart_totals tr td {
  border: none !important;
}
.cart_totals tr td:first-child {
  padding-left: 0;
}
.cart_totals tr td:last-child {
  padding-right: 0;
}
.cart_totals tr:last-child td {
  font-size: 1.2rem;
  font-weight: 700;
}

/* mfp con
tainer */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s;
}
button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow.mfp-arrow-left:before {
  content: '\f104';
}
.mfp-arrow.mfp-arrow-right:before {
  content: '\f105';
}
.mfp-arrow:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 3rem;
    line-height: 1;
    width: 100%;
    margin: 0;
    border: none;
    color: #fff;
    margin: 0;
}
.mfp-arrow:after {
  border: none !important;
  display: none !important;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b,
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  border: none !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  display: none !important;
}
.mfp-container:after {
  content: '\f00d';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  z-index: 1047;
  top: 0;
  right: 0;
  font-size: 2rem;
  text-align: center;
  line-height: 5rem;
  width: 5rem;
  color: #fff;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-container:after {
  opacity: 0.66;
}
.mfp-content figure {
  min-width: 200px;
}

/* loader */
.g-loadmore {
  text-align: center;
  position: relative;
}
.g-preloader {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 2.5rem;
  width: 1em;
  height: 1em;
  color: #0E1A40;
  border-color: #cfd1d9 !important;
}
.g-loadmore .g-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.g-loadmore.loading .g-preloader {
  opacity: 1;
}
.g-preloader.type_1:before, .g-preloader.type_1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid;
}
.g-preloader.type_1:before {
  opacity: 0.2;
}
.g-preloader.type_1:after {
  border-color: transparent;
  border-top-color: #0E1A40;
  animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
}
.g-loadmore + .button, .g-loadmore .button {
  opacity: 1;
}
.g-loadmore.loading + .button, .g-loadmore.loading .button {
  opacity: 0;
}

@keyframes rotation {
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}

.w-toplink {
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 0.3rem;
  background: rgba(0,0,0,.3);
  color: #fff !important;
  transform: translate3d(0,5rem,0);
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin: 15px;
}
.w-header-show, .w-toplink {
  background: rgba(0,0,0,.3);
}
.w-toplink.active {
    transform: translate3d(0,0,0);
}
.w-toplink.active:hover {
  background: #0e1a40;
}

.w-header-show {
  display: none;
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  text-align: center;
  background: rgba(0,0,0,.3);
  color: #fff !important;
  opacity: 1;
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin: 15px;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  }

/* FOOTER */
footer {
	background: #efefef;
  color: #0e1a40;
  text-align: center;
}
footer .section-title {
	font-weight: 700;
	font-size: 2.5rem;
  margin-top: 2rem;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}
footer .section-contacts {
	padding: 2rem 0;
}
footer .icon {
	color: #0e1a40;
  font-size: 50px;
  display: block;
  margin-bottom: 1.5rem;
}
.footer-contacts {
	display: flex;
	justify-content: space-between;
}
.footer-contacts .col {
	text-align: center;
	flex-basis: 33.3333%;
	padding-left: 1.5rem;
  padding-right: 1.5rem;
	font-size: 1.5rem;
	color: #0e1a40;
}
.footer-contacts .col .address {
	line-height: 1.2;
}
.footer-contacts .col a {
	font-size: 1.5rem;
	color: #0e1a40;
}
.footer-contacts .col a:hover {
	text-decoration: none;
}
.w-header-overlay {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0,0,0,0);
  transition: all .3s;
}

.subheader.at-bottom {
  display: none;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
  transition-property: transform,background,box-shadow,line-height,height;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.78,.13,.15,.86);
  background: #f5f5f5;
  line-height: 50px;
  height: 50px;
}
/* ANIMATIONS */
.animate_start{animation-duration:.7s;animation-fill-mode:both;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}
@keyframes fade{from{opacity:0}to{opacity:1}}.animate_fade{opacity:0}.animate_fade.animate_start{animation-name:fade;opacity:1}
@keyframes afc{from{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.animate_afc{opacity:0}.animate_afc.animate_start{animation-name:afc;opacity:1}
@keyframes afl{from{opacity:0;transform:translateX(-3rem)}to{opacity:1;transform:translateX(0)}}.animate_afl{opacity:0}.animate_afl.animate_start{animation-name:afl;opacity:1}
@keyframes afr{from{opacity:0;transform:translateX(3rem)}to{opacity:1;transform:translateX(0)}}.animate_afr{opacity:0}.animate_afr.animate_start{animation-name:afr;opacity:1}
@keyframes aft{from{opacity:0;transform:translateY(-3rem)}to{opacity:1;transform:translateY(0)}}.animate_aft{opacity:0}.animate_aft.animate_start{animation-name:aft;opacity:1}
@keyframes afb{from{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}.animate_afb{opacity:0}.animate_afb.animate_start{animation-name:afb;opacity:1}
@keyframes wfc{from{opacity:0;transform:scaleX(.01)}to{opacity:1;transform:scaleX(1)}}.animate_wfc{opacity:0}.animate_wfc.animate_start{animation-name:wfc;opacity:1}
@keyframes hfc{from{opacity:0;transform:scaleY(.01)}to{opacity:1;transform:scaleY(1)}}.animate_hfc{opacity:0}.animate_hfc.animate_start{animation-name:hfc;opacity:1}.s1.animate_start{animation-duration:.6s}.s2.animate_start{animation-duration:.8s}.s3.animate_start{animation-duration:1s}.s4.animate_start{animation-duration:1.2s}.s5.animate_start{animation-duration:1.4s}.animate_revealgrid .animate_reveal{opacity:0}.disable_effects .animate_fade,.disable_effects .animate_afc,.disable_effects .animate_aft,.disable_effects .animate_afb,.disable_effects .animate_afl,.disable_effects .animate_afr,.disable_effects .animate_wfc,.disable_effects .animate_hfc,.disable_effects .animate_rfl,.disable_effects .animate_rfr,.disable_effects .animate_rfc,.disable_effects .animate_revealgrid .animate_reveal,.vc_editor.compose-mode .animate_fade,.vc_editor.compose-mode .animate_afc,.vc_editor.compose-mode .animate_aft,.vc_editor.compose-mode .animate_afb,.vc_editor.compose-mode .animate_afl,.vc_editor.compose-mode .animate_afr,.vc_editor.compose-mode .animate_wfc,.vc_editor.compose-mode .animate_hfc,.vc_editor.compose-mode .animate_rfl,.vc_editor.compose-mode .animate_rfr,.vc_editor.compose-mode .animate_rfc,.vc_editor.compose-mode .animate_revealgrid .animate_reveal{opacity:1;animation:none !important}.animated_bounceIn,.animated_fadeIn,.animated_fadeOut,.animated_flipInX,.animated_flipOutX,.animated_zoomIn{animation-duration:1s;animation-fill-mode:both}.animated_bounceIn,.animated_flipInX,.animated_flipOutX{animation-duration:.75s}
@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.animated_bounceIn{animation-name:bounceIn}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}.animated_fadeIn{animation-name:fadeIn}
@keyframes fadeOut{from{opacity:1}to{opacity:0}}.animated_fadeOut{animation-name:fadeOut}
@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.animated_flipInX{transform-origin:50% 0%;backface-visibility:visible !important;animation-name:flipInX}
@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,-90deg);opacity:0}}.animated_flipOutX{transform-origin:50% 100%;animation-name:flipOutX;backface-visibility:visible !important}
@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animated_zoomIn{animation-name:zoomIn}

/* RESPONSIVE STYLE */
@media screen and (max-width:1399px) { 
  .row-column, .tabs-outer { padding: 0 20px; }
}
@media screen and (max-width:1199px) { 
  .w-counter-text { font-size: 2.5rem; }
  .col-main-category .vc_column-inner, .col-children-category .vc_column-inner { padding: 2.5rem; }
  .footer-contacts .col { padding-left: 1rem; padding-right: 1rem; }
  .l-content { padding-left: 1rem; padding-right: 1rem; }
  #content { padding: 2.5rem 1rem; }
  #content.content-small {padding: 2rem 1rem;}
  body:not(.home) .subheader .at-right {min-width: auto;}
  .row-products { margin-top: 0; }
  .cart-table { float: none; width: 100%; }
  .cart-collaterals { max-width: 100%;  }
  .menu-nav-list + .contacts-header .socials-item-link { width: 1.7rem; }
  .cart_totals { padding: 0; }
}

@media screen and (max-width:991px) {
	.footer-contacts {
		flex-direction: column;
	}
	.footer-contacts .col {
		flex-basis: 100%;
		margin-bottom: 2rem;
	}
  .row-products .product-layout  { width: 33.3333%; } 
  #top, .subheader .at-center { display: none; } 

  .advantage-content { justify-content: center; }
  .advantage-content .col { width: 33.333%; margin-bottom: 2rem; }
  .advantage-content .counter-wrapper {border-color: transparent;}

  .category-wall-row, .category-wall-row.reversed { flex-direction: column; }
  .category-wall-row .col { width: 100%; }

  .order-section .g-cols>.vc_col-sm-3 { width: 50%; }
  .order-section .g-cols>.vc_col-sm-3:nth-child(n+3) { margin-top: 2rem; }
  .order-section .g-cols .vc_column-inner { min-height: 231px; }

  .rent-section .g-cols>.vc_col-sm-6 { width: 100%; margin-bottom: 2rem;}
  .rent-section .g-cols>.vc_col-sm-6:last-child { margin-bottom: 0; }
  .rent-section .g-cols .vc_column-inner {margin-bottom: 0;}
  .rent-section .icon-box img { width: 0.9em; }

  .subscribe-section .g-cols .vc_col-sm-4 { width: 50%; }

  ul.top-information-links { display: none; }

  .l-header.sticky .subheader {
    height: 60px;
    line-height: 60px;
  }
  .sticky #logo { height: 50px; }

  #search {
    flex: 1;
    margin: 0 10px;
    order: -1;
    width: auto;
  }

  .row-products {
    margin: 0;
  }

  .related-products .l-section {
    padding: 0 1rem;
  }

  .waranty-section .icon-box {
    margin-top: 20px;
  }

}
@media screen and (min-width:768px) and (max-width: 991px) {
  header.fixed + div { padding-top: 80px; }
}
@media screen and (max-width:767px) { 
  .home.header-show .w-header-overlay {
    display: block;
    visibility: visible;
    pointer-events: auto;
    background: rgba(0,0,0,.75);
  }
  .home header.fixed.home + div, .home header.fixed + div {
    padding-top: 0;
  }
  .home .l-header {
    position: fixed;
    left: 0;
    min-height: 100vh;
    z-index: 111;
    max-width: calc(100vw - 70px) !important;
    width: 300px !important;
    box-shadow: 1px 0 0 rgb(0 0 0 / 8%);
  }
  .home .l-header {
    bottom: 0;
    opacity: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: none;
    transition: transform .3s;
    transform: translate3d(-100%,0,0);
  }
  .home .l-header:not(.scrollable) {
    display: flex;
    flex-direction: column;
    height: 100%;
    top: 0 !important;
    bottom: 0;
    background: #fff;
  }
  .home .subheader {
    height: auto;
    line-height: 1.5;
    box-shadow: none;
  }
  .home.header-show .l-header {
    transform: translate3d(0,0,0);
  }
  .home .subheader-cell, .home .subheader .at-wrap {
    text-align: center;
    flex-direction: column;
  }
  .home .subheader .at-center {
    display: flex;
  }
  .home .subheader .at-left>* {
    margin-right: 0;
  }
  .home #logo {
    margin: 1.4rem 0;
  }
  .home .sticky #logo {
    height: 60px;
  }
  .home .w-header-show, .home .w-header-overlay {
    display: block;    
  }
  .home .w-header-show {
    background: rgba(0,0,0,.3);
    margin: 10px;
  }
  .home .w-header-show span {
    display: none;
    margin-left: 0.5rem;
  }
  .home.header-show .home .w-header-show {
    opacity: 0;
  }

  .home .contacts-header {
    flex-direction: column;
    margin-left: 0;
  }
  .home ul.socials-link {
    padding-left: 0;
    margin-top: 0.5rem
  }

  .home .subheader .at-right {
    margin-top: 1.7rem;
  }

  .home .language-select {
    line-height: 1.7;
    margin-top: -10px;
  }

  .home .dropdown-element.cart-dropdown:hover .dropdown {
    display: none;
  }

  .subheader.at-middle {
    height: 60px;
    line-height: 60px;
  }
  .subheader.at-bottom {
    display: block;
  }
  .subheader.at-middle .contacts-header > a {
    display: none;
  }
  #logo {
    height: 60px;
  }
  .socials-item-link {
    width: 1.7em;
  }
  ul.language-list li button {
    padding: 0
  }
  .l-header.sticky .subheader.at-middle,
  .l-header.sticky .subheader.at-bottom {
    height: 50px;
    line-height: 50px;
  }

  .advantage-content {
    padding: 0 0 2rem 0;
  }
  .advantage-content .col {
    width: 100%;
    margin-bottom: 0;
  }
  .w-counter-text { 
    font-size: 4rem; 
  }

  .category-wall-row .col-children-category .g-cols > div[class*="col"] {
    width: 50%;
  }
  .row-products {
    margin-left: 0;
    margin-right: 0;
  }
  .row-products .product-layout, .row-products .product-layout.col-4 {
    width: 50%;
    padding: 1rem 0;
  }
  header.fixed + div {
    padding-top: 110px;
  }

  .at-bottom .at-left {
    flex-basis: 40px;
    max-width: 40px;
  }
  .at-bottom .at-right {
    flex: 1;
  }
  .at-center.for-search {
    display: flex;
  }
  #search input { height: 34px; }
  #search .btn-search { padding: 5px 10px; }

  .headers-category { flex-wrap: wrap; }

  #product-product .row-column {
    flex-direction: column;
  }
  #product-product .row-column .col-left {
    float: none;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
  #product-product .row-column .col-right {
    float: none;
    width: 100%;
  }
  #product-product #content {
    padding-top: 0;
  }

  .cart-table .table>tbody>tr>td, .cart-table .table>thead>tr>th, .cart-table .table-responsive {
    border-color: transparent;
  }
  .cart-table .table>thead { display: none; }
  .cart-table .table>tbody>tr { display: flex; flex-wrap: wrap; align-items: center; }
  .cart-table .table-responsive>.table>tbody>tr>td, .cart-table .table-responsive>.table>tbody>tr>th, 
  .cart-table .table-responsive>.table>tfoot>tr>td, .cart-table .table-responsive>.table>tfoot>tr>th, 
  .cart-table .table-responsive>.table>thead>tr>td, .cart-table .table-responsive>.table>thead>tr>th {
    white-space: normal;
  }
  
}
@media screen and (max-width:575px) {
  .subscribe-section .g-cols .vc_col-sm-4, .order-section .g-cols>.vc_col-sm-3 { width: 100%; }
  .h1.centered { font-size: 1.8rem; }
  h1, .h1 { font-size: 30px; line-height: 1.2; }
  #product-product #content > .alert {
    flex-direction: column-reverse;
    margin: 0;
    padding: 1rem 2rem;
  }
  .alert .wc-forward {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #0e1a40;
  }
  .cart-table { margin-bottom: 1rem; }
} 
@media screen and (max-width:479px) {
  .category-wall-row .col-children-category .g-cols > div[class*="col"] {width: 100%;}
  .row-products .product-layout, .row-products .product-layout.col-4 {
    width: 100%;
    padding: 0.5rem 0;
  }
  .product-thumb .image img {
    width: 100%;
  }

}
