div#wpadminbar {
    display: none;
}
html {
    margin-top: 0px !important;
}
div#page {
    outline: none !important;
}

img {
    width: 100%;
    height: auto;
}
a {
	text-decoration: none;
}
a.button.storefront-hero__button-edit {
    display: none;
}
body, button, input, textarea{
	font-family: "Roboto", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
}
body {
    background: rgb(246 248 253);
    position: relative;
    margin: 0;
}
a.custom-logo-link img {
    width: 100%;
    height: auto;
}
.top-line {
    display: block;
    width: 100%;
    height: 1px;
}
.flex{
	display: flex;
}
.flex.space-between{
	justify-content: space-between;
}
.flex.center{
	align-items: center;
}
div#content {
    padding-top: 156px;
}
header#masthead {
    position: fixed;
	top: 0px;
	z-index: 9999;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(17 17 17 / 5%);
    border-bottom: 1px solid #ddd;
}
header#masthead .main-header.width {
    padding: 10px 15px;
}
div#hamburger #nav-icon1 {
    width: 30px;
    height: 24px;
    position: relative;
    padding: 10px;
    cursor: pointer;
}
div#hamburger #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
div#hamburger #nav-icon1 span:nth-child(1) {
    top: 10px;
}
div#hamburger #nav-icon1 span:nth-child(2) {
    top: 20px;
	width: 22px;
}
div#hamburger #nav-icon1:hover span:nth-child(2),
div#hamburger #nav-icon1:focus span:nth-child(2){
    width: 30px;
}
div#hamburger #nav-icon1 span:nth-child(3) {
    top: 30px;
}

div#hamburger #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
div#hamburger #nav-icon1.open span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(-135deg);
}
div#hamburger #nav-icon1.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

a.custom-logo-link {
    width: 100px;
    display: block;
}
header#masthead .main-header.width .header-col {
    min-width: 100px;
}
.top-header {
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5pt;
}
.top-header a {
    color: #fff;
    /* text-decoration: underline; */
    padding: 10px;
    display: block;
}
.clichimg a{
	position: relative;
	will-change: transform;
}
.clichimg a .img__glitch_before {
  clip-path: rect(0px 500px 0px 0);
  transform: skew(0.43deg);
  position: absolute;
  top: 0px;
  left: 2px;
  filter: drop-shadow(4px 0 #053cb1);
  animation: glitch-anim_img 4s infinite linear;
}
.clichimg a .img__glitch_after {
  clip-path: rect(0px 500px 0px 0);
  transform: skew(0.43deg);
  position: absolute;
  top: 0px;
  left: -4px;
  /*filter: drop-shadow(4px 0 #00fff9);*/
	filter: drop-shadow(4px 0 #fff);
	
  animation: glitch-anim2_img 4s infinite linear;
}

@keyframes glitch-anim2_img {
0% {clip-path: rect(0px 500px 0px 0);}
4% {clip-path: rect(0px 500px 0px 0);}
5% {clip-path: rect(16px 500px 300px 0);}
9% {clip-path: rect(16px 500px 300px 0);}
10%{clip-path: rect(0px 500px 0px 0);}
19%{clip-path: rect(0px 500px 0px 0);}
20%{clip-path: rect(0px 500px 40px 0);}
25%{clip-path: rect(0px 500px 40px 0);}
26%{clip-path: rect(0px 500px 0px 0);}
27%{clip-path: rect(0px 500px 0px 0);}
28%{clip-path: rect(30px 500px 70px 0);}
35%{clip-path: rect(30px 500px 70px 0);}
36%{clip-path: rect(0px 500px 0px 0);}
37%{clip-path: rect(20px 500px 30px 0);}
45%{clip-path: rect(20px 500px 30px 0);}
46%{clip-path: rect(0px 500px 0px 0);}
100%{clip-path: rect(0px 500px 0px 0);}
}
@keyframes glitch-anim_img {
0% {clip-path: rect(0px 500px 0px 0);}
4% {clip-path: rect(0px 500px 0px 0);}
5% {clip-path: rect(30px 500px 300px 0);}
9% {clip-path: rect(30px 500px 300px 0);}
10%{clip-path: rect(0px 500px 0px 0);}
19%{clip-path: rect(0px 500px 0px 0);}
20%{clip-path: rect(0px 500px 20px 0);}
29%{clip-path: rect(0px 500px 20px 0);}
30%{clip-path: rect(0px 500px 0px 0);}
31%{clip-path: rect(0px 500px 7px 0);}
37%{clip-path: rect(0px 500px 7px 0);}
38%{clip-path: rect(0px 500px 0px 0);}
39%{clip-path: rect(10px 500px 20px 0);}
48%{clip-path: rect(10px 500px 20px 0);}
49%{clip-path: rect(0px 500px 0px 0);}
100%{clip-path: rect(0px 500px 0px 0);}
  
}
.site-header-cart {
    margin: 0;
}
ul#site-header-cart li {
    display: none;
}
ul#site-header-cart li:first-child {
    display: block;
}
ul#site-header-cart li:first-child > a.cart-contents {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 10px;
	padding-right: 0px;
    padding-left: 38px;
	color: #111;
    font-size: 14px;
    text-decoration: none;
}
ul#site-header-cart li:first-child > a.cart-contents::after {
    position: absolute;
    left: 0;
    top: 0;
}
ul#site-header-cart li:first-child > a.cart-contents::after {
    position: absolute;
    left: 0;
    top: 11px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #03246b;
    text-align: center;
    border-radius: 6px;
}
    .site-header-cart .cart-contents::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: baseline;
        content: "";
        float: right;
    }
.site-header-cart .cart-contents .count {
        font-weight: 400;
        opacity: .5;
        font-size: .875em;
    }
.main-menu nav#site-navigation{
	position: relative;
	border-top: 1px solid #eee;
}
.main-menu nav#site-navigation ul.menu.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu {
	margin-right: 15px;
    margin-left: 15px;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu > a{
    padding: 10px 40px;
    display: flex;
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
    align-items: center;
    border-bottom: 2px solid transparent;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5pt;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu.sale > a{
    color: #b5000a;
    font-weight: 600;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu > a img {
    width: 28px;
    margin-right: 10px;
	opacity: 0.5;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu:hover > a img,
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu:focus > a img{
	opacity: 1;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu:hover > a,
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu:focus > a{
    border-color: #03246b;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu.haschild > ul.sub-menu {
    list-style: none;
    padding: 20px;
    position: absolute;
    top: 50px;
    left: -9999999px;
	width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    border-top: 1px solid #eee;
	transition: 0.3s;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu.haschild:hover > ul.sub-menu, 
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu.haschild:focus > ul.sub-menu {
    left: 0px;
    box-shadow: 0 10px 10px rgb(3 36 107 / 10%);
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu.haschild > ul.sub-menu.is-ul-col > li.menu{
    min-width: 160px;
    margin: 0 30px;
}

.main-menu nav#site-navigation ul.menu.nav-menu > li.menu.haschild > ul.sub-menu.is-ul-col > li.menu > a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5pt;
    padding: 10px;
    display: block;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu.haschild > ul.sub-menu.is-ul-col > li.menu ul.sub-menu {
    list-style: none;
    padding: 0;
}
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu.haschild > ul.sub-menu.is-ul-col > li.menu ul.sub-menu a {
    text-decoration: none;
    color: #555;
    font-weight: 300;
    padding: 4px 10px;
    display: block;
}
header#masthead.template-technikal-page .header-cart {
    display: none;
}
/*
#slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 0 auto;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: calc(100vh - 124px);
  max-height: 800px;
  min-height: 350px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

#slider .control_prev, #slider .control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

#slider .control_prev:hover, #slider .control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

#slider .control_prev {
  border-radius: 0 2px 2px 0;
}

#slider .control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.home-slider #slider ul li{
	background-position-y: bottom;
	background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
*/
.home-slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 124px);
	/* max-height: 800px; */
	overflow: hidden;
	background: #23272a;
}
#slider {
  width: 100%;
  /*max-width: 1200px;*/
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#slider canvas {
  width: 150%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.7;
}
#slider img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

#slider img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}

#slider-content {
  padding: 0 10px;
}
#slider-content h2 {
  font-family: "acta-display", serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -1px;
  color: white;
  line-height: 30px;
  margin: 20px 0 60px;
}
@media screen and (min-width: 800px) {
  #slider-content h2 {
    font-size: 110px;
    line-height: 100px;
  }
}
#slider-content span {
  display: none;
}
div#slide-status a {
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 40%);
    color: #fff;
    padding: 10px 30px;
    font-size: 24px;
    letter-spacing: 1pt;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
#slider-content .meta {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  color: #88888a;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 800px) {
  #slider-content .meta {
    font-size: 13px;
  }
}
#slider-content .meta:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -55px;
  width: 45px;
  height: 2px;
  background-color: #393d40;
}
#slider-content #slide-status {
  margin-top: 10px;
  font-family: "acta-display", serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}
@media screen and (min-width: 800px) {
  #slider-content #slide-status {
    font-size: 34px;
  }
}

#pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 6;
}
#pagination button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
#pagination button:hover {
  opacity: 0.5;
}
#pagination button.active {
  opacity: 1;
}
#pagination button.active:before {
  width: 300%;
  height: 300%;
  opacity: 1;
}
#pagination button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out;
}

/* Page Loader */
.loading:before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.loading:after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: white;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
div#hamburger #nav-icon1.open {
    z-index: 999;
}
div#add-menu .add-menu-area {
    position: fixed;
    top: 0px;
    left: -320px;
    z-index: 9999;
    height: calc(100vh - 0px);
    max-width: 300px;
    min-width: 300px;
    background: #fff;
    transition: 0.3s;
    padding: 0px 0 0;
	border-right: 1px solid #eee;
}
.space-add {
    width: 100%;
    height: 106px;
    background: #FFF;
    border-bottom: 1px solid #eee;
}
div#add-menu.open .add-menu-area {
    left: 0;
	box-shadow: 0 0 40px rgb(3 36 107 / 60%);
}
div#add-menu.open .add-area {
    display: block;
    width: 100%;
    height: 100vh;
    right: 0px;
	top: 0;
    position: fixed;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.main-menu {
    position: relative;
    z-index: 99;
}
div#add-menu {
    position: relative;
    z-index: 990;
}
nav#mob-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
	width: 100%;
}
nav#mob-navigation ul.menu.nav-menu > li {
    width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
nav#mob-navigation ul.menu.nav-menu > li a {
	width: 100%;
    display: flex;
	align-items: center;
	color: #111;
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}
nav#mob-navigation ul.menu.nav-menu li.haschild > a{
	width: calc(100% - 75px);
}
nav#mob-navigation ul.menu.nav-menu > li a img {
    max-width: 24px;
    margin-right: 10px;
}
nav#mob-navigation ul.menu.nav-menu li.haschild {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
nav#mob-navigation ul.menu.nav-menu li.haschild span.carets-menu {
    width: 20px;
    height: 20px;
    display: block;
}
nav#mob-navigation ul.menu.nav-menu li.haschild ul {
    width: 100%;
}
nav#mob-navigation ul.menu.nav-menu li.haschild span.carets-menu img {
    opacity: 0.5;
    max-width: 12px;
}
nav#mob-navigation ul.menu.nav-menu li.haschild span.carets-menu {
    width: 14px;
    height: 14px;
    display: flex;
    padding: 15px;
    border-left: 1px solid #eee;
	cursor: pointer;
}
nav#mob-navigation ul.menu.nav-menu li.open > ul.sub-menu {
    max-height: 99999px;
}
nav#mob-navigation ul.menu.nav-menu li.haschild ul {
    max-height: 0px;
    overflow: hidden;
	padding-left: 10px;
}
li.menu.nochild {
    display: flex;
    justify-content: space-between;
}
nav#mob-navigation ul.menu.nav-menu li li a {
    text-transform: none;
    color: #444;
}
nav#mob-navigation ul.menu.nav-menu > li.open > ul.sub-menu {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
nav#mob-navigation {
    padding: 30px 0 30px;
    border-bottom: 1px solid #eee;
}
.mobsub-navigation ul#menu-submenu {
    margin: 30px 0;
    list-style: none;
    padding: 0;
	padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.mobsub-navigation ul#menu-submenu li a {
    color: #444;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300;
}
.mob-contact ul.mob-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
	margin-bottom: 50px;
}
.mob-contact ul.mob-contact-list li a img{
    max-width: 24px;
    margin-right: 10px;
}

.mob-contact ul.mob-contact-list li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 15px;
    color: #444;
    font-weight: 300;
}
.scrol-mob-menu {
    height: calc(100vh - 74px);
    overflow-y: scroll;
}
.scrol-mob-menu::-webkit-scrollbar {
  width: 1px;
}
.site-container {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}
ul.home-list-prod {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	align-items: stretch;
}
ul.home-list-prod li.product a {
    display: block;
    color: #111;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.home-list-prod li.product {
    width: calc(25% - 1px);
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    margin-left: -1px;
    margin-bottom: -1px;
	transition: 0.5s;
	background: #fff;
	justify-content: space-between;
}
li.product a .prod-img-loop {
    position: relative;
    z-index: 1;
    width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
li.product a .prod-img-loop .first-prod-img-loop, li.product a .prod-img-loop .second-prod-img-loop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.2s;
}
li.product a .prod-img-loop .second-prod-img-loop.zoomit {
    transform: scale(1.3);
}
li.product a .prod-img-loop .first-prod-img-loop{
	z-index:2;
}
li.product a .prod-img-loop .second-prod-img-loop{
	z-index:1;
}
li.product:hover a .prod-img-loop .first-prod-img-loop{
	opacity:0;
	filter: blur(0px);
}
ul.home-list-prod li.product:hover {
    z-index: 2;
    box-shadow: 0 0 60px rgb(17 17 17 / 5%);
	border-color: #aaa;
}
ul.home-list-prod li.product {
    position: relative;
    z-index: 1;
}
.text-box {
    padding: 15px;
}
.text-box .sub-prod-text .text-line {
    width: 50px;
    height: 1px;
    background: #ccc;
    margin-right: 15px;
}
.text-box .sub-prod-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #777;
    font-size: 13px;
	padding-top: 6px;
}
.sub-prod-text.brand-box {
    padding-top: 18px;
}
.text-box h3 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.4;
}
span.textsub span.singl-loop-size {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #eee;
    margin-right: 4px;
    color: #333;
}
.loading:before{
	background: transparent;
}
.loop-price {
    padding: 0 15px;
    font-size: 14px;
}
.loop-price span.woocommerce-Price-currencySymbol {
    padding-left: 6px;
    color: #777;
}
li.product form.cart {
    padding: 15px 15px 30px 15px;
}
li.product form.cart button {
    width: 100%;
    padding: 14px 10px;
    border: none;
    background: #03246b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
	cursor: pointer;
}
.block-title h4 {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    background: #f6f8fd;
	position: relative;
	z-index: 2;
}
.block-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.block-title {
    text-align: center;
    position: relative;
}
.block-button a img {
    max-width: 24px;
    margin-right: 10px;
}
.block-button a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #03246b;
    color: #fff;
    font-size: 14px;
    padding: 14px;
    margin: 40px 0;
    max-width: 300px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; 
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
    position: absolute;
	top: 50%;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
	top: 50%;
}
.owl-carousel .owl-dots {
    display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #eee;
    color: #777;
}
.category-header header.woocommerce-products-header {
    width: 100%;
    padding: 0px 0 !important;
    border-radius: 0px;
    animation: movebg 80s infinite ease-in-out;
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
}
@keyframes movebg {
    0% {
        background-position-y: 100%;
    }

    50% {
        background-position-y: 0%;
    }

    100% {
        background-position-y: 100%;
    }
}
.category-header header.woocommerce-products-header h1 {
    padding: 80px 0 !important;
    
    border-radius: 0px;
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    text-align: center;
    margin: 0;
}
.category-header header.woocommerce-products-header h1 {
    font-size: 0px;
    padding: 100px 0 !important;
}
.category-header header.woocommerce-products-header .back-cat-header{
	background: rgb(17 17 17 / 60%);
}
.category-content {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
	position: relative;
}
.filter_loader img {
    max-width: 100px;
    opacity: 0.5;
    transform: rotate(-180deg);
    display: none;
	animation: round 3s infinite linear;
}
@keyframes round{
	0%{
		transform: rotate(-180deg);	
	}
	100%{
		transform: rotate(180deg);	
	}
}
.filter_loader {
    width: 100vw;
    position: fixed;
    z-index: 2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 50%);
    max-height: 0px;
    overflow: hidden;
    top: 0;
    left: 0;
}
div#clearfilterbtn:hover, div#clearfilterbtn:focus {
    border-color: #aaa;
}
div#clearfilterbtn {
    border: 1px solid #ddd;
    padding: 10px 40px;
    font-size: 14px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}
.filter_loader.active {
    max-height: 99999px;
}
.filter_loader.active img {
    display: block;
}
.category-content .category-sidebar {
    width: 300px;
    min-height: 50px;
    border-right: 1px solid #eee;
    margin-right: 19px;
    padding: 20px 10px 20px 10px;
    max-width: 300px;
    display: flex;
	flex-direction: column;
}
.category-content .category-prod-list {
    width: calc(100% - 320px);
}
.breadcrumbs.cat-breadcrumbs {
    color: #fff;
}
.category-prod-list .storefront-sorting {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
	
}
.category-prod-list .storefront-sorting:before,
.category-prod-list .storefront-sorting:after{
	display:none;
}
.category-prod-list .storefront-sorting p.countall-prot {
    margin: 0;
    font-size: 14px;
    color: #777;
}
.category-prod-list .storefront-sorting p.countall-prot span {
    color: #111;
}
.category-prod-list .storefront-sorting div#changesortingblock{
    min-width: 200px;
}
.category-prod-list .storefront-sorting div#changesortingblock div#newsortingselect {
    font-size: 12px;
    color: #111;
    font-weight: 700;
    padding: 15px 30px 15px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
	cursor: pointer;
}
div#newsortingopion.active ul.slct__list li:last-child a {
    border-bottom: none;
}
div#newsortingopion.active ul.slct__list a {
    display: block;
    padding: 10px 2px;
    border-bottom: 1px solid #ddd;
    color: #777;
    font-size: 12px;
}
.slct__drop {
    position: relative;
}
div#newsortingopion ul.slct__list {
    overflow: hidden;
    height: 0;
}
ul.slct__list {
    padding: 0px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    list-style: none;
	margin: 0;
}
div#newsortingopion.active ul.slct__list {
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px rgb(17 17 17 / 50%);
    top: 6px;
    border-radius: 6px;
    padding: 0 10px;
    width: 100%;
    max-width: calc(100% - 20px);
}
.category-prod-list .storefront-sorting div#changesortingblock div#newsortingselect:before{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #bbb;
    right: 10px;
    top: 18px;
    transform: rotate(90deg);
}
div#newsortingopion.active ul.slct__list a:hover,
div#newsortingopion.active ul.slct__list a:focus{
    color: #111;
}
section.single-filter {
    padding-bottom: 20px;
}
section.single-filter .filter-title {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
}
section.single-filter .filter-checkbox {
    padding: 0 10px 0 0px;
    display: flex;
    flex-direction: column;
}
section.single-filter .filter-checkbox input[type="checkbox"] {
    max-width: 0px;
    overflow: hidden;
}
section.single-filter .filter-checkbox > div {
    display: flex
;
}
section.single-filter .filter-checkbox input[type="checkbox"] + label {
    color: #555;
    font-size: 14px;
    padding: 6px 10px 6px 30px;
    display: block;
    width: 100%;
	position: relative;
	cursor: pointer;
}
section.single-filter .filter-checkbox input {
    max-width: 0px !important;
    overflow: hidden !important;
    height: 0px !important;
    margin: 0 !important;
    opacity: 0 !important;
    position: absolute;
    left: -9999px;
    appearance: none !important;
    -webkit-appearance: none !important;
}
section.single-filter .filter-checkbox input[type="checkbox"] {
    max-width: 0px !important;
    overflow: hidden !important;
    height: 0px !important;
    margin: 0 !important;
    opacity: 0 !important;
    position: absolute;
    left: -9999px;
    appearance: none !important;
    -webkit-appearance: none !important;
}
section.single-filter .filter-checkbox input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #dddddd;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 0px;
}

section.single-filter .filter-checkbox input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 4px;
    top: 9px;
    width: 10px;
    height: 10px;
    background: transparent;
}
section.single-filter .filter-checkbox input[type="checkbox"]:checked + label:after {
    background: rgb(3 36 107 / 70%);
}
section.single-filter .filter-checkbox input[type="checkbox"]:not(:checked) + label:hover:after,
section.single-filter .filter-checkbox input[type="checkbox"]:not(:checked) + label:focus:after{
    background: rgb(3 36 107 / 30%);
}
div#loadmorebtn {
    max-width: 200px;
    padding: 14px 30px;
    border: 1px solid #333;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
	position: relative;
}
div#loadmorebtn:before {
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    background-image: url(/wp-content/uploads/2025/07/loading.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
div#loadmorebtn.loading:before {
	width: 24px;
    height: 24px;
	animation: round2 1s infinite linear;
}
div#loadmorebtn.loading{
	color: #bbb;
}

@keyframes round2{
	0%{
		transform: rotate(-180deg);	
	}
	100%{
		transform: rotate(180deg);	
	}
}
div#loadmorebtn.hide {
    display: none;
}
.filter-checkbox.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
}
section.single-filter .filter-checkbox.flex-wrap input[type="checkbox"] + label {
    width: fit-content;
    border: 1px solid #ddd;
    margin: 3px 4px;
    padding-left: 10px;
    padding-right: 10px;
}
section.single-filter .filter-checkbox.flex-wrap input[type="checkbox"] + label::before {
    display: none;
	left: 4px;
    opacity: 0.5;
}
section.single-filter .filter-checkbox.flex-wrap input[type="checkbox"] + label::after {
    display: none;
	left: 8px;
}
section.single-filter .filter-checkbox input[type="checkbox"]:checked + label {
    border-color: #777;
    background: #e7eaf1;
}
.category-content.homapage {
    display: flex;
    align-items: stretch;
}
.category-content.homapage .category-sidebar a {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.category-content.homapage .category-sidebar {
    padding: 0;
    width: 320px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-right: none;
}
.category-content.homapage .category-sidebar a .bgbrand-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
	animation: grayscale 4s infinite linear;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@keyframes grayscale {
	0%{
		filter: grayscale(1);	
	}
	50%{
		filter: grayscale(0);
	}
	100%{
		filter: grayscale(1);	
	}
}
.category-content.homapage .category-sidebar a .content-home-sb span {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.category-content.homapage .category-sidebar a .content-home-sb img {
    width: 40px;
    margin-bottom: 8px;
}
.category-content.homapage .category-sidebar a .content-home-sb {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(17 17 17 / 50%);
    padding: 10px;
    flex-direction: column;
}
.category-content.homapage .category-sidebar.right {
    margin-right: 0;
    margin-left: 19px;
}
.owl-carousel .owl-stage-outer {
    margin-top: 40px;
    margin-bottom: 40px;
}
.block-title {
    margin-top: 50px;
}
.instapost-iner {
    background: #222;
    padding: 0px 30px 20px 30px;
}
.instagram-info {
    grid-column: 3/6;
    text-align: center;
}
a.instagram-img.instagram-img-big {
    grid-column: 1/3;
    grid-row: 1/3;
}
.instapost-conteiner {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}
.instapost-wrapper {
    grid-template-rows: 280px 280px;
    grid-template-columns: 280px 280px 280px 280px 280px 280px;
    display: grid;
    grid-auto-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 24px;
}
.instagram-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  	align-items: center;
}
.instagram-info .instagram-info-h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
}
.instagram-info a.instagram-link span.insta-gradient {
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5pt;
  	background: #222;
}
.instagram-info a.instagram-link span.text-gradient {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient( 45deg , #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-background-clip: text;
}
.instagram-info a.instagram-link {
    padding: 2px;
    margin-top: 30px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
a.instagram-img img {
    width: 100%;
	height: auto;
}
.back-bg {
    background: #222;
    padding: 30px 0 15px 0;
    margin-top: 40px;
}
.footer-col {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer-col .f-col {
    width: 25%;
    padding: 10px;
    margin: 20px 0;
}
.f-col.f-col-first a.footer-logo-img {
    display: block;
    max-width: 180px;
    margin-bottom: 40px;
}
.copyright_text {
    margin-top: 40px;
    color: #666;
    font-size: 13px;
}
.fopname {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}
.img-payment-delivery.site-info {
    margin: 30px 0 0;
}
.img-payment-delivery.site-info img {
    margin-right: 10px;
    margin-left: 10px;
    filter: grayscale(1);
    opacity: 0.3;
    transition: 0.3s;
}
.img-payment-delivery.site-info img:hover,
.img-payment-delivery.site-info img:focus{
    filter: grayscale(0);
    opacity: 1;
}
.site-footer.privacy {
    background: #eee;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.site-footer.privacy a {
    color: #666;
    font-size: 12px;
    margin: 0 10px;
}
.img-payment-delivery.site-info img.visamc {
    width: 150px;
    height: 50px;
}
.img-payment-delivery.site-info img.np {
    width: 48px;
    height: 48px;
}
footer#colophon ul.menu {
    padding-left: 0px;
    margin: 15px 0;
    list-style: none;
}
footer#colophon ul.menu a {
    color: #777;
    font-size: 14px;
    margin: 6px 0;
    display: inline-block;
}
footer#colophon h4{
    margin: 20px 0;
}
.footer-col .f-col.f-col-first {
    margin-top: 40px;
}
.carousel-wrapper {
    overflow: hidden;
    width: 100% !important;
    max-width: 1800px;
    margin: auto;
}

.carousel-track{
    display: flex;
    transition: transform 0.5s ease-in-out;
    flex-direction: row;
    flex-wrap: nowrap !important;
}

.carousel-track .product {
    flex: 0 0 20%;
    box-sizing: border-box;
    padding: 10px;
    flex-basis: calc(20% + 1px);
	margin-bottom: 0 !important;
}
.carousel-track .product form.cart,
.carousel-track .product .loop-price,
.carousel-track .product .text-box .sub-prod-text {
    display: none;
}
.carousel-track .product .text-box h3 {
    margin: 0 !important;
	font-size: 14px;
    font-weight: 500;
}
.carousel-track .product .text-box {
    padding-bottom: 6px;
}
.saleicon-loop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background: rgb(255 0 0 / 5%);
    color: rgb(255 0 0 / 100%);
    font-weight: 600;
    font-size: 14px;
    padding: 6px 10px;
    border: 1px solid rgb(255 0 0 / 60%);
}
.block-button.style2 a {
    border: 2px solid #03246b;
    background: transparent;
    max-width: 180px;
    color: #03246b;
    padding: 10px 20px;
}
.home-sections .home-sections-col {
    width: 24%;
    margin: 0.5%;
	overflow: hidden;
}
.home-sections .home-sections-col a {
    position: relative;
    display: block;
    background: #333333;
}
.home-sections .home-sections-col a img {
    filter: grayscale(1);
    opacity: 0.8;
	transition:1s;
}
.home-sections .home-sections-col a .home-sections-text {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 40%);
}
.home-sections {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.home-sections .home-sections-col a .home-sections-text span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5pt;
    background: rgb(0 0 0 / 40%);
    padding: 10px 30px;
    display: block;
    width: 100%;
    text-align: center;
}
.home-sections .home-sections-col a:hover img,
.home-sections .home-sections-col a:focus img {
    transform: scale(1.2);
}
span.price.issale:before{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background: #999;
}

span.price.issale {
    position: relative;
    padding: 0 6px;
    color: #777;
}
span.price.new_sale-price {
    display: inline-block;
    padding-left: 15px;
}
li.product form.cart.newstyle2 button {
    border: 1px solid #03246b;
    padding: 13px 9px;
    background: transparent;
    color: #03246b;
}
li.product form.cart .loop-price {
    display: none;
}
li.product form.cart.newstyle3,
li.product form.cart.newstyle4,
li.product form.cart.newstyle5,
li.product form.cart.newstyle6,
li.product form.cart.newstyle7 {
    display: flex;
    justify-content: space-between;
}
li.product form.cart.newstyle3 .loop-price,
li.product form.cart.newstyle4 .loop-price,
li.product form.cart.newstyle5 .loop-price,
li.product form.cart.newstyle6 .loop-price,
li.product form.cart.newstyle7 .loop-price {
    display: flex;
    flex-direction: column;
	padding-left: 0px;
	justify-content: center;
}
li.product form.cart.newstyle3 .loop-price span.price.new_sale-price,
li.product form.cart.newstyle4 .loop-price span.price.new_sale-price,
li.product form.cart.newstyle5 .loop-price span.price.new_sale-price,
li.product form.cart.newstyle6 .loop-price span.price.new_sale-price,
li.product form.cart.newstyle7 .loop-price span.price.new_sale-price {
    padding-left: 6px;
    margin-top: 6px;
}
li.product form.cart.newstyle3 .loop-price span.price,
li.product form.cart.newstyle4 .loop-price span.price,
li.product form.cart.newstyle5 .loop-price span.price,
li.product form.cart.newstyle6 .loop-price span.price,
li.product form.cart.newstyle7 .loop-price span.price {
    width: fit-content;
    margin-top: 2px;
}
li.product form.cart.newstyle3 button {
    width: fit-content;
    padding: 14px 20px;
}
ul.home-list-prod li.product a.newstyle3 .loop-price,
ul.home-list-prod li.product a.newstyle4 .loop-price,
ul.home-list-prod li.product a.newstyle5 .loop-price,
ul.home-list-prod li.product a.newstyle6 .loop-price,
ul.home-list-prod li.product a.newstyle7 .loop-price{
    display: none;
}

li.product form.cart.newstyle4 button,
li.product form.cart.newstyle5 button,
li.product form.cart.newstyle6 button,
li.product form.cart.newstyle7 button {
    width: fit-content;
    padding: 6px;
    width: 44px;
    height: 44px;
	align-items: center;
    justify-content: center;
}
li.product form.cart.newstyle4 button img,
li.product form.cart.newstyle5 button img,
li.product form.cart.newstyle6 button img,
li.product form.cart.newstyle7 button img {
    max-width: 33px;
}
li.product form.cart.newstyle6 button, 
li.product form.cart.newstyle7 button{
    background: transparent;
    border: 1px solid #03246b;
}
li.product form.cart.newstyle6 .loop-price span.price.new_sale-price, li.product form.cart.newstyle7 .loop-price span.price.new_sale-price {
    font-weight: 600;
    color: #03246b;
    font-size: 16px;
}
li.product form.cart.newstyle4 button img, li.product form.cart.newstyle6 button img {
    max-width: 25px;
}
.category-content.homapage li.product form.cart {
    display: none;
}

.single-product div.product {
    position: relative;
    overflow: hidden;
}
.site-container.single-product header.woocommerce-products-header {
    padding: 15px 0;
}
.breadcrumbs.cat-breadcrumbs nav.woocommerce-breadcrumb {
    font-size: 14px;
    padding: 10px;
}
.breadcrumbs.cat-breadcrumbs nav.woocommerce-breadcrumb a {
    color: #aaa;
    text-decoration: none;
}
.site-container.single-product header.woocommerce-products-header nav.woocommerce-breadcrumb a {
    color: #333;
}

.site-container.single-product header.woocommerce-products-header nav.woocommerce-breadcrumb {
    padding: 0;
    text-align: left;
	color: #aaa;
}
.site-container.single-product header.woocommerce-products-header nav.woocommerce-breadcrumb span.breadcrumb-separator {
    color: #111;
    bottom: 1px;
}
.site-container.single-product div.product {
    display: flex;
	flex-wrap: wrap;
}
.sing-prod-content-img {
    width: 50%;
}
.sing-prod-content-img .image-block {
    margin-right: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.smallimage-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 80px;
    margin-right: 30px;
}
.smallimage-block .im-gal-small {
    width: 100%;
}
.smallimage-block .im-gal-small .main-img-container.active {
    border: 1px solid #00b852;
    box-shadow: 0 0 10px rgb(0 184 82 / 40%);
}
.smallimage-block .im-gal-small .main-img-container {
    margin: 6px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    cursor: pointer;
    border: 1px solid #ddd;
    transition: 0.3s;
}
.main-img-content {
    position: relative;
    overflow: hidden;
}
.sing-prod-content-img .image-block img {
    width: 100%;
    height: auto;
    display: block;
}
.fulimage-block {
    /* margin-bottom: 30px; */
    max-width: 450px;
	width: 100%;
}
.im-gal.active {
    display: block;
}
.fulimage-block .im-gal {
    position: relative;
}
.im-gal {
    border-radius: 12px;
    overflow: hidden;
    display: none;
}
.main-img-content {
    position: relative;
    overflow: hidden;
	aspect-ratio: 1 / 1;
    width: 100%;
}
.sing-prod-content-img .image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.smallimage-block .main-img-content {
    width: 66px;
    height: 66px;
}
.site-container.single-product{
    max-width: 1400px;
}
.sing-prod-content .summary.entry-summary {
    width: 100% !important;
    margin: 0 !important;
}
.sing-prod-title .prod-brand {
    font-size: 14px;
    font-weight: 300;
    color: #555;
}
.sing-prod-content-img {
    width: 50%;
}
.sing-prod-content h1.single-prod-head {
    font-size: 24px;
    margin: 15px 0;
}
.sing-prod-content .prod-sku span {
    color: #999;
}
.sing-prod-content .prod-sku {
    color: #333;
    font-size: 14px;
}
.sing-prod-content .summary .size-title {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.sing-prod-content .summary .size-variations {
    display: flex;
    margin: 15px 0;
}
.sing-prod-content .summary .size-variations .singl-ize-variations.active {
    background: #eee;
    border-color: #333;
}
.sing-prod-content .summary .size-variations .singl-ize-variations {
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin: 4px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.s-form {
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.s-form .loop-price {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    font-size: 16px;
}
.s-form .loop-price span.price.new_sale-price {
    padding-left: 6px;
    margin-top: 6px;
}
.s-form form.cart {
    margin: 0 !important;
    padding: 0 !important;
}
.s-form form.cart button {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #03246b;
    padding: 13px 35px;
    background: transparent;
    color: #03246b;
    margin-left: 29px;
}
.category-singl-title {
    color: #777;
    font-size: 14px;
    padding-bottom: 10px;
}
.category-singl a {
    display: inline-block;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    color: #555;
    margin-right: 4px;
    margin-bottom: 4px;
}
div#modalsize {
    display: none;
}
.s-prod-avialible {
    margin-top: 20px;
}
.s-prod-avialible span {
    display: inline-block;
    padding: 4px 10px;
    background: rgb(66 199 0 / 10%);
    font-size: 13px;
    border: 1px solid #65bd3f;
    color: #236b03;
}
.product-sub-cont, .product-sub-info {
    width: 50%;
    margin-top: 50px;
}
.product-sub-cont {
	width: calc(50% - 30px);
	margin-right: 30px;
}
.tab-head {
    border-bottom: 1px solid #03246b;
    display: flex;
}
.tab-head .s-tab.acive{
    background: rgb(3 36 107 / 10%);
}

.tab-head .s-tab {
    padding: 10px;
    margin-left: 6px;
    border: 1px solid #03246b;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #03246b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25pt;
	cursor: pointer;
}
.demo-cont {
    background: #e5e5e5;
    padding: 50px;
    color: #777;
}
.category-content.homapage li.product form.cart .loop-price {
    display: none;
}
.tabblock {
    padding: 15px;
}
.tabblock .tabtext-block {
    margin-bottom: 20px;
}
.tabblock .tabtext-block h4.title-text {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}
.tabblock .tabtext-block span, .tabblock .tabtext-block p {
    margin: 0;
    font-size: 14px;
    color: #555;
}
.characteristic {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.characteristic span {
    display: inline-block;
    font-size: 14px;
    color: #111 !important;
    font-weight: 600;
}
.characteristic span.ch-name {
    min-width: 130px;
    color: #777 !important;
    font-weight: 400;
}
.tab-content-block .tabblock .tabtext-block {
    display: none;
}
.tab-content-block .tabblock .tabtext-block.active {
    display: block;
}
.tab-content-block .tabblock .tabtext-block .text {
    color: #555;
    font-size: 14px;
}
.tab-content-block .tabblock .tabtext-block .text p {
    color: #555;
}
.tab-content-block .tabblock .tabtext-block .text ul {
    margin: 15px 0;
    padding-left: 40px;
}
.tab-content-block .tabblock .tabtext-block .text ul li {
    padding-bottom: 10px;
}
.xoo-wsc-img-col {
    width: 60px !important;
}
.xoo-wsc-product {
    padding: 10px !important;
    margin: 10px !important;
}
.xoo-wsc-sum-col {
    width: calc(100% - 60px) !important;
}
.xoo-wsc-sum-col span.xoo-wsc-pname {
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
}
.xoo-wsc-sum-col dl.variation dt, .xoo-wsc-sum-col dl.variation dd {
    margin-bottom: 4px;
	font-style: normal;
}
.xoo-wsc-sum-col dl.variation dt {
    color: #777;
    margin-right: 8px;
}
.xoo-wsc-sm-left .xoo-wsc-sml-qty {
    font-size: 14px;
}
.xoo-wsc-container a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
    display: none;
}
div#primary.technical-page {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-start;
	align-items: stretch;
}
form.checkout.woocommerce-checkout .chekout-col{
    width: 50%;
    display: flex;
    flex-direction: column;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col {
    width: 360px;
    background: #eee;
    padding: 20px;
}
form.checkout.woocommerce-checkout .chekout-col.right-c-col {
    width: calc(100% - 400px);
}
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set {
    width: calc(100% - 50px);
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col h3#order_review_heading,
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review {
    width: 100%;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review thead th {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #111;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review table.shop_table {
    display: flex;
    flex-direction: column;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review thead,
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody,
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tfoot{
    display: flex;
    width: 100%;
	flex-direction: column;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review thead tr,
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody tr,
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tfoot tr{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review thead th,
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody td{
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #111;
    display: block;
    width: calc(100% - 100px);
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review thead th.product-total, 
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody td.product-total {
    width: 90px;
    max-width: 90px;
    padding-left: 10px;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody {
    margin-top: 20px;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody tr{
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody tr td.product-name dl.variation dt {
    color: #777;
    font-weight: 400;
}

form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody tr td.product-name dl.variation dd {
    margin-bottom: 4px;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tbody tr td.product-name dl.variation dd p {
    margin: 0;
    color: #111;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tfoot tr.cart-subtotal {
    display: none;
}
form.checkout.woocommerce-checkout .chekout-col.left-c-col div#order_review tfoot tr.shipping {
    padding-top: 0px;
    max-height: 1px;
    overflow: hidden;
    opacity: 0;
    position: relative;
    z-index: -1;
}
label.selected {
    color: red;
}
form.checkout.woocommerce-checkout h3 {
    margin: 20px 0 6px;
    font-size: 14px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.dilevery-chnge .dilevery-chnge-cont,
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set div#payment ul.payment_methods,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .wcus-checkout-fields.wcus-checkout-np-fields > div {
    background: #fff;
    padding: 15px 15px 10px 15px;
    border: 1px solid #eee;
    border-radius: 6px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
    color: #555;
    font-size: 14px;
    margin-bottom: 6px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span.woocommerce-input-wrapper input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 100px;
    width: calc(100% - 30px);
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#wcus_billing_middlename_field{
    display: none;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_last_name_field, 
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-child(1),
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-child(2) {
    width: 48%;
}
.form-row.woocommerce-invalid input.input-text {
    box-shadow: none;
    border-color: #c92727 !important;
}
.form-row.woocommerce-validated input.input-text {
    box-shadow: none;
}
.dilevery-chnge-cont {
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.dilevery-chnge-cont label:hover, .dilevery-chnge-cont label:focus {
    background: #eee;
}
.dilevery-chnge-cont label {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 20px 10px;
    margin: 1%;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    color: #555;
    font-weight: 400;
}
.dilevery-chnge-cont label.selected {
    color: #111;
    border-color: #777;
    background: #eee;
    font-weight: 500;
}
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set .add-info .woocommerce-additional-fields > h3,
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set .add-info .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
    display: none;
}
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set .col-1,
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set .dilevery-chnge {
    margin-bottom: 30px;
}
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set div#payment ul.payment_methods li.wc_payment_method .payment_box {
    background: #eee;
    color: #555;
    font-size: 14px;
    padding: 15px;
    padding-left: 50px;
}
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set div#payment .form-row.place-order {
    padding: 0;
    margin-top: 60px;
}
input.zen-ui-select__search-input {
    padding: 8px 10px !important;
    width: calc(100% - 22px);
}
div#order_review {
    position: sticky;
    top: 170px;
}
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set div#payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper a {
    text-decoration: underline;
    color: #555;
}

form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set div#payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper, form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set div#payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper a {
    color: #777;
    font-size: 14px;
}
form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set div#payment .form-row.place-order button#place_order {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    background: #09813e;
    border: none;
    border-radius: 8px;
    color: #fff;
    letter-spacing: 0.5pt;
    text-shadow: 0 0 4px rgb(0 0 0 / 30%);
    cursor: pointer;
}
div#primary.technical-page .edit-link {
    display: none;
}
form.checkout.woocommerce-checkout {
    margin-bottom: 80px;
}
.category-content .category-prod-list .loop-price {
    display: none;
}
.woocommerce-order ul.order_details{
    background: rgb(238 238 238 / 64%);
	margin: 40px 0;
}
.woocommerce-order ul.order_details li.woocommerce-order-overview__email.email {
    display: none;
}
.woocommerce-order p.woocommerce-thankyou-order-received {
    color: #777;
    font-size: 14px;
}
.woocommerce-order ul.order_details li strong {
    color: #111;
    padding: 5px 0;
}
.woocommerce-order ul.order_details li {
    color: #555;
    font-size: 12px !important;
}
div#primary.text-page {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
div#primary.text-page .entry-content figure.wp-block-image.size-large{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
}
div#primary.text-page .entry-content {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}
div#primary.text-page .entry-content strong {
    color: #333;
}
div#primary.text-page .entry-content li {
    margin-bottom: 10px;
}
div#primary.text-page .entry-content ul {
    padding-left: 30px;
}
div#primary.text-page h1.entry-title {
    margin: 40px 0;
}
.filter-checkbox ul.sidebar-category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-checkbox ul.sidebar-category li {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
}
.filter-checkbox ul.sidebar-category > li {
	border-bottom: 1px solid rgb(238, 238, 238);
}
.filter-checkbox ul.sidebar-category li span.carets-menu {
    width: 14px;
    height: 14px;
    display: flex;
    cursor: pointer;
    padding: 15px;
}
.filter-checkbox ul.sidebar-category li span.carets-menu img {
    opacity: 0.5;
}
.filter-checkbox ul.sidebar-category li > a {
    width: calc(100% - 44px);
    display: flex;
    align-items: center;
    color: #555;
    font-size: 13px;
}
.filter-checkbox ul.sidebar-category > li ul.sub-menu {
    width: 100%;
    padding: 0;
    
}
.filter-checkbox ul.sidebar-category > li ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    display: none;
}
.filter-checkbox ul.sidebar-category li.active > ul.sub-menu {
    display: list-item;
    max-height: 999999px;
	list-style: none;
}
.filter-checkbox ul.sidebar-category li.active > ul.sub-menu li.nochild > a {
    width: 100%;
    display: flex;
    align-items: center;
    color: #555;
    font-size: 13px;
    padding: 6px 0;
}

.filter-checkbox ul.sidebar-category li.active > ul.sub-menu li > a {
    padding-left: 20px!important;
    width: calc(100% - 64px);
}
.filter-checkbox ul.sidebar-category li li li {
    padding-left: 10px;
}
.filter-checkbox ul.sidebar-category li.active > span.carets-menu img{
    transform: rotate(90deg);
}
.filter-checkbox ul.sidebar-category li a:hover, .filter-checkbox ul.sidebar-category li a:focus {
    color: #111 !important;
}
.filter-checkbox ul.sidebar-category li.current > a span:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    background: #03246b;
    border-radius: 100px;
    left: 2px;
    top: calc(50% - 3px);
}
.filter-checkbox ul.sidebar-category li.current > a span {
    position: relative;
    padding-left: 15px;
}
.filter-checkbox ul.sidebar-category li.active > ul.sub-menu li{
    border-top: 1px solid #eee;
}
.edit-link {
    display: none;
}
ul.home-list-prod li.product.li-link {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
ul.home-list-prod li.product.li-link .category-sidebar {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.category-content.homapage.ishome ul.home-list-prod li.product {
    width: calc(20% - 1px);
}
.category-content.homapage.ishome .category-prod-list {
    width: 100%;
}
footer .mob-contact ul.mob-contact-list li a {
    font-size: 14px;
}
#categorycontent .category-content .category-prod-list .loop-price {
    display: block;
}
li.product a .prod-img-loop .first-prod-img-loop > img, 
li.product a .prod-img-loop .second-prod-img-loop > img {
    object-fit: cover;
    object-position: center;
    display: block;
    height: auto;
    image-rendering: auto;
    aspect-ratio: 1 / 1;
}
li.product a .prod-img-loop .first-prod-img-loop,  
li.product a .prod-img-loop .second-prod-img-loop {
	background: #fff;
}
.sing-prod-content {
    width: 50%;
}
@media (max-width: 1920px) {
    .instapost-wrapper {
        grid-template-rows: 14.58333vw 14.58333vw;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-flow: row;
        grid-gap: 6px;
    }
}
@media (max-width: 1440px) {
	#slider-content h2 {
    font-size: 60px;
    line-height: 60px;
}
	div#primary.technical-page, div#primary.text-page {
    padding: 0 10px;
}
}
@media (max-width: 1363px) {
.main-menu nav#site-navigation ul.menu.nav-menu > li.menu > a {
    padding: 10px 15px; 
}
	#categorycontent  .category-content ul.home-list-prod li.product{
    width: calc(33% - 1px);
}
.site-container.single-product .back-cat-header {
    padding-left: 10px;
}	
}

@media (max-width: 1200px) {
.carousel-track .product {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 10px;
    flex-basis: calc(25% + 1px);
	margin-bottom: 0 !important;
	display: flex!important;
}
	.category-content.homapage.ishome li.product {
    width: calc(25% - 1px) !important;
}
	ul.home-list-prod li.product {
    display: none;
}
	ul.home-list-prod li.product:nth-child(1),
	ul.home-list-prod li.product:nth-child(2),
	ul.home-list-prod li.product:nth-child(3){
    display: flex;
}
	.category-content.homapage.ishome li.product:nth-child(4),
	.category-content.homapage.ishome.ishome-right li.product:nth-child(5){
		display: flex;
	}
	.category-content.homapage.ishome.ishome-right li.product:nth-child(4){
		display: none;
	}
	#categorycontent .category-content ul.home-list-prod li.product {
    display: flex;
}
ul.home-list-prod li.product {
    width: calc(33% - 1px);
}
	.footer-col {
    flex-wrap: wrap;
	max-width: 768px;
}
	.footer-col .f-col {
    width: calc(50% - 20px);
}
	.f-col.f-col-first a.footer-logo-img {
    max-width: 120px;
}
	.sing-prod-content-img .image-block {
    display: flex;
    flex-direction: column-reverse;
}
	.smallimage-block {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
	.smallimage-block .im-gal-small {
    width: 20%;
    max-width: 78px;
}
}
@media (max-width: 1023px) {
    .instapost-wrapper {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0px;
        justify-content: inherit;
    }
	    .instagram-info {
        grid-column: 1 / 1;
        text-align: center;
        width: 100%;
    }
    .instagram-info {
        padding-bottom: 30px;
    }
	.instagram-info .instagram-info-h2 {
        font-size: 24px;
        line-height: 24px;
    }
	    .instagram-info a.instagram-link {
        margin-top: 20px;
    }
	.instagram-info a.instagram-link span.insta-gradient {
        padding: 8px 40px;
        font-size: 16px;
    }
	    a.instagram-img.instagram-img {
        overflow: hidden;
        width: 49%;
        padding: 0.5%;
    }
	.main-menu nav#site-navigation {
    display: none;
}
	div#content {
    padding-top: 107px;
}
	.home-sections {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
	.home-sections .home-sections-col {
    width: 49%;
}
	.category-content.homapage.ishome li.product {
    width: calc(50% - 1px) !important;
}
	.carousel-track .product {
        /* flex: 0 0 25%; */
        flex-basis: calc(33.35% + 1px);
    }
	#slider-content h2 {
    font-size: 38px;
    line-height: 38px;
}
	#slider-content #slide-status a{
		font-size: 16px;
	}
	.slider-inner {
    max-width: calc(100% - 70px);
    margin-left: 0;
}
	div#categorycontent .category-sidebar {
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    max-height: 100vh;
    overflow-y: scroll;
    left: -9999px;
}
	div#categorycontent .category-prod-list {
    width: 100%;
}
	.sing-prod-content h1.single-prod-head {
    font-size: 18px;
}
}
@media (max-width: 900px) {
	.sing-prod-content {
    width: 100%;
    padding: padding: 20px 10px 0;
}
	.sing-prod-content-img {
    width: 100%;
}
	    .sing-prod-content-img .image-block {
        display: flex;
        flex-direction: row;
    }
	.smallimage-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 80px;
}
	    .smallimage-block .im-gal-small {
        width: 100%;
        max-width: 78px;
    }
	.product-sub-cont, .product-sub-info {
    width: 100%;
}
	.sing-prod-content-img .image-block{
		margin-left: 0px;
		margin-right: 0px;
	}
	form.checkout.woocommerce-checkout .chekout-col.left-c-col {
    display: none;
}
	form.checkout.woocommerce-checkout .chekout-col.right-c-col {
    width: 100%;
}
	form.checkout.woocommerce-checkout .chekout-col.right-c-col .col2-set {
    width: 100%;
    margin-right: 0;
}
}
@media (max-width: 768px) {
.home-slider {
    max-height: 50vh !important;
}
	#categorycontent .category-content ul.home-list-prod li.product {
    width: calc(50% - 1px);
}
	.category-header header.woocommerce-products-header h1 {
    padding: 60px 0 !important;
}
	a.custom-logo-link {
    width: 80px;
}
	.text-box h3 {
    font-size: 14px;
}
	form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_last_name_field, form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-child(1), form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-child(2){
		width: 100%;
	}
}
@media (max-width: 550px) {
	.carousel-track .product {
        /* flex: 0 0 25%; */
        flex-basis: calc(50% + 1px);
    }
	.footer-col .f-col {
        width: calc(100% - 20px);
    }
	header#masthead .main-header.width .header-col {
     min-width: 10px; 
}
	.sing-prod-content-img .image-block {
        display: flex;
        flex-direction: column-reverse;
    }
	    .smallimage-block {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
	.smallimage-block .im-gal-small {
        width: 20%;
        max-width: 78px;
		min-width: 78px;
    }
	.fulimage-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
	.instapost-iner {
    padding: 0px 10px 20px 10px;
}
}

