/*
Theme Name: Erizo
Author: Erizo.pl
*/

:root {
	/* FONTS */
	--font-size-1: 66px;
	--font-size-2: 46px;
	--font-size-3: 36px;
	--font-size-4: 26px;
	--font-size-5: 22px;
	--font-size-6: 18px;
	--font-size-7: 16px;
	--font-size-8: 14px;
	--font-size-9: 12px;
	--font-size-10: 10px;

	/* FONT FAMILY */
	--primary-font-family: 'Montserrat', sans-serif;


	
	--add-color-1: #DFF2FD;
	--add-color-2: #1b4169;
	/* COLORS */
	--main-bg-color: #fff;
	--second-bg-color: #fbfbfb;
	--font-color: #333;
	--primary-color: #009ee3;
	--btn-bg-color: var(--add-color-2);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--second-bg-color);
	--banner-after: #00000094;
	--banner-bg-color: #e9e9e9;
	--banner-font-color: #fff;
	--video-banner-after: #ffffff94;
	--video-banner-font-color: #333;
	--slick-dots-color: var(--primary-color);
	--slick-arrow-bg: var(--primary-color);
	--slick-arrow-color: #fff;
	--cta-bg-color: #1e1e1e;
	--contact-form-borders: #bfbfbf;
	--template-separator-color: var(--primary-color);
	--header-bg-color: #fafafa;
	--header-second-bg-color: var(--second-bg-color);
	--header-color: var(--font-color);
	--header-top-info-bg: var(--add-color-2);
	--header-top-info-color: #fff;
	--footer-bg-color: #0b1a2b;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
    --icons-filter: unset;

    /* BUTTON */
    --def-btn-font-size: 18px;
    --def-btn-padding: 17px 65px;

	/* PADDING */
	--small-padding: 60px;
	--big-padding: 120px;
	
	/* DESC */
	--desc-margin: 15px 0 0;
	
	/* BORDER RADIUS */
	--border-radius: 2px;

	/* SEPARATOR */
	--template-separator-height: 5px;

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 200px;
	--logo-scrolled-size: 100px;
	--logo-mobile-size: 200px;
	--logo-scrolled-mobile: 80px;

	/* FOOTER LOGO */
	--footer-logo-size: 200px;
	--footer-mobile-logo-size: 200px;

	/* FW TYPES */
	--fw-type-1: 500;
	--fw-type-2: 600;
	--fw-type-3: 700;
	--fw-type-4: 800;
	--fw-type-5: 800;
}
.desc a,
.desc a * {
	color: var(--primary-color);
}
.swiper {
  width: 100%;
  height: 100%;
}
.ttu {
	text-transform: uppercase;
}
/* --------------------------------------------- */
/* BANNER */
/* --------------------------------------------- */

section.banner-main{
	padding: 0;
}

section.banner-main .title-1, 
section.banner-main .title-2,
section.banner-main .desc,
section.banner-main .desc *{
	color: var(--banner-font-color);
}
section.banner-main .title-1.er-title {
	font-size: var(--font-size-4);
	margin: 0;
}
section.banner-main .title-2.er-title {
	font-size: var(--font-size-2);
	font-weight: var(--fw-type-5);
	margin: 0;
}

section.banner-main .title-1 + .title-2 {
	margin: 20px 0 0;
}
section.banner-main .title-1 + .desc,
section.banner-main .title-2 + .desc {
	margin: 20px 0 0;
}
section.banner-main .title-1 + .def-btn,
section.banner-main .title-2 + .def-btn,
section.banner-main .desc + .def-btn {
	margin: 20px 0 0;
}
section.banner-main .desc + .def-btn {
  margin-top: 45px;
}
section.banner-main .banner-slides .banner-img-bg {
	min-height: 100vh!important;
	min-height: 100svh!important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 0;
}
section.banner-main .banner-slides .swiper-slide {
	height: auto; 
	display: flex;
	flex-direction: column;
}

section.banner-main .banner-slides .banner-img-bg .banner-content {
	padding: 75px 0;
}

section.banner-main .banner-slides .banner-img-bg::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	background: var(--banner-after);
}

section.banner-main.banner-t1-v1 {
	text-align: center;
}

section.banner-main .slick-dotted.slick-slider {
	margin-bottom: 0;
}
section.banner-main.er-swiper-outer-wrapper .swiper-pagination {
	margin-top: 0;
	bottom: 30px;
	position: absolute;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width: 1199px) {
	section.banner-main.er-swiper-outer-wrapper .swiper .swiper-button-next{
		right: 5px;
	} 
	section.banner-main.er-swiper-outer-wrapper .swiper .swiper-button-prev{
		left: 5px;
	} 
	section.banner-t2-v1 .banner-wrapper .banner-main-row .banner-content-col{
		min-width: 50%;
		width: 50%;
	}
}
@media (max-width: 991px){
	section.banner-main.banner-t1-v3.er-swiper-outer-wrapper.reverse .swiper-pagination, 
	section.banner-main.banner-t1-v4.er-swiper-outer-wrapper.reverse .swiper-pagination{
		width: 100%;
		left: 0;
		text-align: center;
	}
	section.banner-main{
		text-align: center;
	}
	section.banner-main.er-swiper-outer-wrapper .swiper .swiper-button-next,
	section.banner-main.er-swiper-outer-wrapper .swiper .swiper-button-prev{
		display: none;
	} 
	section.banner-t1-v2 .banner-wrapper .banner-main-row .banner-col{
		min-width: 100%;
		width: 100%;
	}
	section.banner-t1-v3 .banner-wrapper .banner-abs-img-wrapper{
		width: 100%;
		z-index: -1;
		opacity: 20%;
	}
	section.banner-t1-v3 .slick-dots,
	section.banner-t1-v3.reverse .slick-dots{
		text-align: center;
	}

	section.banner-t1-v4 .content-box {
		min-height: unset!important;
		padding: 0;	
	}
	section.banner-t1-v4 .banner-rel-img-wrapper .banner-abs-img {
		position: relative;
		width: 100%;
		padding-top: 100%;
	}
	section.banner-t1-v4 .banner-wrapper {
		display: flex;
		align-items: center;
	}
	section.banner-t1-v4 .banner-rel-img-wrapper{
		height: unset;
		margin-top: 30px;
		padding: 0;
	}
	section.banner-t1-v4 .banner-wrapper .banner-main-row{
		padding: 75px 0;
	}
	section.banner-t1-v4 .banner-rel-img-wrapper .banner-abs-img {
		padding-top: 60%;
	}
	
	section.banner-t1-v4 .slick-dots,
	section.banner-t1-v4.reverse .slick-dots{
		text-align: center;
	}
	section.banner-t1-v4 .banner-wrapper .banner-main-row .banner-content-col {
		min-width: 100%;
		width: 100%;
	}
	section.banner-t1-v4 .banner-wrapper .banner-main-row .banner-img-col{
		min-width: 100%;
		width: 100%;
	}
	section.banner-t1-v4 .banner-content {
		display: flex;
		align-items: center;
	}
	section.banner-t1-v4 .swiper-slide .banner-wrapper > .container, 
	section.banner-t1-v4 .swiper-slide .banner-wrapper > .container > .banner-content{
		height: auto;
	}
	section.banner-t2-v1 .slick-dots,
	section.banner-t2-v1.reverse .slick-dots {
		text-align: center;
	}

	section.banner-t2-v1 .banner-rel-img-wrapper .banner-abs-img{
		padding-top: 60%;
	}
	section.banner-t2-v1 .main-row,
	section.banner-t2-v1.reverse .main-row {
		flex-direction: column-reverse;
	}
	
	section.banner-t2-v1 .content-box {
		padding: 0;
	}
	section.banner-t2-v1 .banner-rel-img-wrapper {
		height: unset;
		padding: 0;
	}
	section.banner-t2-v1 .abs-img-bg {
		width: 100%;
		opacity: 10%;
	}
	section.banner-t2-v1 .banner-wrapper .banner-main-row .banner-img-col{
		min-width: 100%;
		width: 100%;
	}
	section.banner-t2-v1 .banner-wrapper .banner-main-row .banner-content-col{
		min-width: 100%;
		width: 100%;
	}
	section.banner-t2-v1 .banner-wrapper .banner-main-row .banner-content-col + .banner-img-col {
		margin-top: 30px;
	}
	section.banner-t2-v1 .banner-rel-img-wrapper .banner-abs-img{
		height: unset;
	}
	section.banner-t1-v3 .banner-wrapper .banner-main-row .banner-col{
		min-width: 100%;
		width: 100%;
	}
	section.banner-main.banner-t1-v1.er-swiper-outer-wrapper .swiper-pagination,
	section.banner-main.banner-t1-v2.er-swiper-outer-wrapper .swiper-pagination, 
	section.banner-main.banner-t1-v3.er-swiper-outer-wrapper .swiper-pagination, 
	section.banner-main.banner-t1-v4.er-swiper-outer-wrapper .swiper-pagination, 
	section.banner-main.banner-t2-v1.er-swiper-outer-wrapper .swiper-pagination{
		text-align: center;
	}
}
@media (max-width: 767px) {
	
	section.banner-t1-v1.small-banner .banner-wrapper,
	section.banner-t1-v2.small-banner .banner-wrapper,
	section.banner-t1-v3.small-banner .banner-wrapper,
	section.banner-t2-v1.small-banner .banner-wrapper{
		min-height: 65vh!important;
		min-height: 65svh!important;
	}
	section.banner-main.er-swiper-outer-wrapper .swiper-pagination{
		bottom: 24px;
	}
	section.banner-main.banner-t1-v1 .banner-slides .banner-img-bg .banner-content,
	section.banner-main.banner-t1-v2 .banner-slides .banner-img-bg .banner-content,
	section.banner-t1-v3 .banner-wrapper,
	section.banner-t1-v4 .banner-wrapper .banner-main-row,
	section.banner-t2-v1 .banner-content{
		padding: 60px 0;
	}

	section.banner-t3-v1 .swiper-slide.with-mobile-img img.desktop-img {
		display: none;
	}
	section.banner-t3-v1 .swiper-slide.with-mobile-img img.mobile-img {
		width: 100%;
		display: block;
	}


}
.er-title-1,
.er-title-2,
.er-title-3,
.er-title-4,
.er-title-5,
.er-title-6,
.er-title-7,
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
}
.tmp-separator,
section.contact-section-t1-v1 .contact-info-box .tmp-separator {
	max-width: 120px;
}
section.simple-banner-section{
	padding: 30px 0;
}
section.main-cta,
section.main-cta .desc *,
section.main-cta .line-btn a {
	color: #fff;
}

section.main-cta .title-1{
	text-transform: uppercase;
}
.er-title-2{
	text-transform: uppercase;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.current-menu-item >a::after{
	opacity: 1;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item {
	margin-top: 20px;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .icon svg{
	fill: #fff;
	width: 55%;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .icon{
	min-width: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-color);
	border-radius: var(--border-radius);
  border-radius: 10px;
}
section.contact-form .e-form .text-input textarea {
	height: 80px;
}
section.contact-section-t1-v1 .map iframe{
	filter: none;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .list .title a,
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .list .title{
	font-weight: 500;
}
section.contact-section-t1-v1 .person-contact-data {
	margin-top: var(--big-padding);
}
section.contact-section-t1-v1 .map{
	margin-top: var(--big-padding);
}
section.contact-section-t1-v1 .person-contact-data .person-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: center;
}
section.contact-section-t1-v1 .person-contact-data .person-row .item-col{
	min-width: 33.3333%;
	width: 33.3333%;
	padding: 0 15px;
	margin-top: 30px;
}
section.contact-section-t1-v1 .contact-info-box{
	padding: 45px;
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.15);
}
section.contact-section-t1-v1 .person-contact-data .person-name{
	font-weight: 700;
	font-size: var(--font-size-6);
}
section.contact-section-t1-v1 .person-contact-data .wrapper .flags-list {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -5px -5px;
}
section.contact-section-t1-v1 .person-contact-data .wrapper .flags-list .flag-icon {
	min-width: 25px;
	width: 25px;
	height: 25px;
	margin: 5px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid #ededed;
}
section.contact-form .e-form .text-input input, 
section.contact-form .e-form .text-input textarea, 
section.contact-form .e-form .text-input select{
	padding: 14px 25px;
}
section.custom-banner{
	position: relative;
	z-index: 1;
}
section.custom-banner::before{
	position: absolute;
	top: 0;
	width: 50%;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('./img/banner-rect-el.svg');
}
section.custom-banner .main-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	align-items: center;
}
section.custom-banner .main-row .content-col {
	min-width: 50%;
	width: 50%;
	padding: 0 15px;
} 
section.custom-banner .main-row .img-col {
	min-width: 50%;
	width: 50%;
	padding: 0 15px;
}
section.custom-banner .banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.05;
}
section.custom-banner .main-row .img-col .wrapper{
	position: relative;
	z-index: 0;
}
section.custom-banner .main-row .img-col .wrapper img.main-img {
	width: 80%;
	max-height: 55vh;
	margin: 0 auto;
	height: auto;
	object-fit: contain;
	object-position: center;
	z-index: 0;
}
section.custom-banner .banner-down-btn {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.15);
	margin: auto;
	transition: .3s;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
 	z-index: 1;
}
section.custom-banner .banner-down-btn:hover{
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.25);
	transform: scale(0.98);
}
section.custom-banner .banner-down-btn .icon {
	position: absolute;
	min-width: 40%;
	width: 40%;
	padding-top: 40%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('./img/banner-arrow.png');
}
section.custom-banner .color-title {
	color: var(--primary-color);
}
section.custom-banner .def-btn {
	margin-top: 25px;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col{
	min-width: 25%;
	width: 25%;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .img-wrapper .cat-img{
	background-size: contain;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper:hover .img-wrapper .cat-img {
	transform: none;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper:hover{
	transform: none;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper:hover .cat-img{
	transform: scale(1.05);
	opacity: 70%;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper{
	overflow: hidden;
	border-radius: var(--border-radius);
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper{
	padding: 30px;
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.15);
	border-radius: var(--border-radius);
	min-height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s;
	background: linear-gradient(90deg, rgb(0 3 4) 0%, rgba(27, 65, 105, 1) 100%)

}
section.wc-product-cats-t1-v3 .read-more {
	background-color: var(--primary-color);
	border-radius: var(--border-radius);
	color: #fff;
	border: 2px solid var(--primary-color);
	padding: 10px 15px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	margin-top: 25px;
}

footer.main-footer-section section.contact-section-t1-v1 {
	padding: 0;
}
footer.main-footer-section section.contact-section-t1-v1 .contact-info-box {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
}

footer.main-footer-section-t2-v1 .socials ul li a:hover{
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 16px 0px;
}
footer.main-footer-section-t2-v1 .socials ul li a svg{
	font-size: var(--font-size-3);
}
footer.main-footer-section-t2-v1 .footer-menu ul li a{
	font-size: var(--font-size-7);
	font-weight: 500;
}
section.main-cta.cta-t2-v2 .cta-container-wrapper{
	background-color: var(--primary-color);
}
section.main-cta .abs-img-bg{
	opacity: 14%;
}

section.main-cta .def-btn a:hover {
	background-color: transparent;
	color: #fff;
}
footer.main-footer-section .footer-last-menu ul li a{
	font-weight: 500;
	opacity: 70%;
}
footer.main-footer-section-t2-v1 .socials ul li a svg{
	width: 30px;
}
footer.main-footer-section-t2-v1 .socials ul li a {
	min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 10px;
}
footer.main-footer-section-t2-v1 .socials ul li a svg{
	fill: #fff;
    width: 55%;
}
footer.main-footer-section-t2-v1 .socials ul li + li {
	margin-left: 15px;
}
footer.main-footer-section-t2-v1 .footer-menu ul li.f-menu-title a{
	font-weight: 700;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a {
	width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: var(--border-radius);
  border-radius: 8px;

}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a.icon svg {
	fill: #fff;
	width: 60%;
	height: auto;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a.icon:hover svg{
  fill: #fff;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a{
	font-weight: 600;
}

header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a.icon{
	transition: .3s;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a.icon:hover{
	transform: scale(1.04);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
}

header.main-header-section.shop-nav .shop-header-info{
	font-weight: 500;
	text-shadow: 1px 1px 1px #5abee9;
	animation: popIn 6s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
	font-size: var(--font-size-6);
}
@keyframes popIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
	transform: scale(1);
  }

}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col{
	min-width: 50%;
	width: 50%;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper{
	position: relative;
	z-index: 0;
	background-color: var(--add-color-2);
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper .cat-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 25%;
	transition: .3s;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .cat-title, section.wc-product-cats-t1-v4 .product-cats-wrapper .cat-title{
	color: #fff;
	font-size: var(--font-size-3);
	font-weight: 800;
	text-transform: uppercase;	
	line-height: 1.15;
}
section.banner-main .banner-slides .banner-img-bg::after{
	background: linear-gradient(90deg, rgb(0 3 4) 0%, rgba(27, 65, 105, 1) 100%);
	opacity: 0.75;
}
.er-styled-slick-controllers .slick-dots li button,
.er-styled-slick-controllers .slick-dots li, .er-styled-slick-controllers .slick-dots li button, .er-styled-slick-controllers .slick-dots li button:before{
	padding: 0;
	width: 40px;
	height: 10px;
}
.er-styled-slick-controllers .slick-dots li + li{
	margin: 0 0 0 10px;
}
section.banner-main .title-1,
section.banner-main .title-2{
	text-transform: uppercase;
}
section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper .top-part {
	padding-top: 45%;
}

.swiper .swiper-pagination .swiper-pagination-bullet, .er-swiper-outer-wrapper .swiper-pagination .swiper-pagination-bullet{
	width: 44px;
}
section.banner-main .desc img {
	max-width: 20%;
}

section.custom-big-text-section{
	background-color: var(--second-bg-color);
}
section.custom-big-text-section .main-row {
	display: flex;
	justify-content: flex-end;
	margin: 0 -15px;
}
section.custom-big-text-section .main-row .content-col{
	min-height: 49%;
	width: 49%;
	padding: 0 15px;
}
section.custom-big-text-section .main-row .content-col .wrapper{
	padding: 30px;
}
section.custom-big-text-section .main-row .content-col .desc {
	margin-top: 30px;
}
section.custom-big-text-section .main-row .content-col .def-btn {
	margin-top: 30px;
}
section.custom-big-text-section .el-img {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
section.main-cta.cta-t2-v1 {
	background: linear-gradient(90deg, #000304 0%, #1b4169 100%);
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a::after{
	height: 2px;
}
section.icons-section.custom{
	margin: 15px 0;
}

section.icons-section-t1-v1 .icon-item{
	background: #fff;
    height: calc(100% - 45px);
	padding: 30px;
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.15);

}
section.icons-section-t1-v1 .icon-item .icon-img img{
	height: 120px;
}
section.banner-main.banner-t1-v1.small-banner .banner-slides .banner-img-bg {
	min-height: 50vh!important;
	min-height: 50svh!important;
}
.swiper .swiper-button-next svg, 
.swiper .swiper-button-prev svg{
	fill: #fff;
	color: #fff;
	height: 50%;
	width: 50%;
}
section.wc-page.er-single-product .product-gallery-wrapper .er-prod-gallery .woocommerce-product-gallery__image a img{
	object-fit: contain;
	background-color: #fff;
}
section.wc-page.er-single-product .product-gallery-wrapper .er-prod-gallery-nav .item-wrapper img{
	object-fit: contain;
	cursor: pointer;
}
.desc {
	width: 100%;
	overflow: auto;
}
.desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
	font-size: 14px;
}

.desc table td, 
.desc table th {
    padding: 12px 8px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}

.desc table th {
    font-weight: 600;
    color: #444;
    background-color: #f9f9f9;
}

.desc table tr:hover {
    background-color: #fbfbfb;
}

.prod-quote-container .prod-quote-btn{
	background-color: var(--add-color-2);
	color: #fff;
	border: 2px solid var(--add-color-2);
	border-radius: var(--border-radius);
	font-size: var(--font-size-7);
    font-weight: var(--fw-type-2);
    padding: 15px 20px;
    display: inline-block;
	cursor: pointer;
	transition: .3s;
	box-shadow: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.prod-quote-container .prod-quote-btn:hover{
	background-color: transparent;
	color: var(--add-color-2);
}
section.wc-page .woocommerce .er-wc-add-to-cart{
	padding: 15px 20px;
	font-size: var(--font-size-7);
}
section.wc-page .woocommerce .er-wc-add-to-cart:hover{
	color: var(--add-color-2);
}
.prod-quote-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100000;
	top: 0;
	left: 0;
	display: none;
}
.prod-quote-popup .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--add-color-2);
	opacity: 70%;
	cursor: pointer;
	z-index: 0;
}
.prod-quote-popup .wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prod-quote-popup .wrapper .content {
	padding: 30px;
	background-color: var(--main-bg-color);
	border-radius: var(--border-radius);
	width: 700px;
	max-width: calc(100% - 30px);
	position: relative;
	height: 100%;
    overflow-y: auto;
    max-height: fit-content;
}
.prod-quote-popup .wrapper .content .close-popup {
	position: absolute;
	font-weight: 700;
	font-size: 30px;
	top: 10px;
	right: 10px;
	line-height: 1;
	cursor: pointer;
}
.prod-quote-popup .wrapper .content .e-form .text-input{
	margin-bottom: 20px;
}
.prod-quote-popup .wrapper .content .e-form .text-input input,
.prod-quote-popup .wrapper .content .e-form .text-input textarea{
	-webkit-appearance: none;
    border: 1px solid var(--contact-form-borders);
    background-color: transparent;
    transition: .3s;
    margin-bottom: 10px;
    padding: 15px 20px;
    display: block;
    width: 100%;
    font-size: var(--font-size-8);
    color: var(--font-color);
    border-radius: var(--border-radius);
    font-weight: var(--fw-type-1);
}
.prod-quote-popup .wrapper .content .e-form .text-input textarea{
	height: 120px;
	resize: none;
}
.prod-quote-popup .wrapper .content .e-form input[type="submit"]{
	background-color: var(--btn-bg-color);
    color: var(--btn-color);
    font-size: var(--font-size-7);
    font-weight: var(--fw-type-3);
    text-transform: uppercase;
    padding: 12px 20px;
    display: inline-block;
    border: 2px solid var(--btn-bg-color);
    border-radius: var(--border-radius);
    transition: .3s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
	margin-top: 20px;
}
.prod-quote-popup .wrapper .content .e-form input[type="submit"]:hover {
	background-color: transparent;
	color: var(--add-color-2);
}
.prod-quote-popup .wrapper .content .e-form input[type="submit"]:disabled{
	opacity: .5;
	cursor: not-allowed;
}
.prod-quote-popup .wrapper .content .e-form .wpcf7-list-item{
	margin: 0;
}
.prod-quote-popup .wrapper .content .e-form .wpcf7-not-valid-tip,
.prod-quote-popup .wrapper .content .e-form  .wpcf7 * .wpcf7-response-output{
	font-size: var(--font-size-8);
}
.prod-quote-popup .wrapper .content .e-form  .wpcf7 * .wpcf7-response-output {
	margin: 15px 0 0;
}

.woocommerce div.product .prod-logo-wrapper img {
	width: 120px;
	margin-bottom: 30px;
}
.woocommerce div.product .yikes-custom-woo-tab-title  {
	font-weight: 700;
}
.woocommerce div.product .files-to-download-wrapper {
	margin-top: 30px;
}
.woocommerce div.product .files-to-download-wrapper .files-wrapper {
	display: flex;
	margin: -30px -15px 0;
	flex-wrap: wrap;
}
.woocommerce div.product .files-to-download-wrapper .files-wrapper .item{
	min-width: 50%;
	width: 50%;
	padding: 0 15px;
	margin-top: 30px;
}
.woocommerce div.product .files-to-download-wrapper .files-wrapper .item a{
	display: block;
	background-color: #fff;
	border-radius: var(--border-radius);
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.05);	
	padding: 15px;
	text-align: center;
	transition: .3s;
}
.woocommerce div.product .files-to-download-wrapper .files-wrapper .item a:hover {
	transform: scale(1.03);
}
.woocommerce div.product .files-to-download-wrapper .files-wrapper .item a img.icon {
	width: 50px;
	margin: 0 auto 15px;
}
.woocommerce div.product .files-to-download-wrapper .files-wrapper .item a .file-name {
	font-weight: 600;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li {
	position: relative;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li a{
	font-size: var(--font-size-9);
	font-weight: 500;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li.menu-item-has-children > a{
	padding-right: 25px;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a{
	display: inline-block;
	padding: 35px 10px;
}
header.main-header-section.shop-nav .desktop-nav{
	padding: 0;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li + li{
	margin-left: 5px;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li>a::after{
	display: none;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.current-menu-item > a{
	background-color: var(--primary-color);
	color: #fff;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li{
	transition: .3s;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li:hover > a{
	background-color: var(--primary-color);
	color: #fff;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li.menu-item-has-children ul.sub-menu{
	top: 100%;
}
header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children .mobile-btn-toggle::before,
header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children .mobile-btn-toggle::after {
	background-color: var(--primary-color);
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu>li:hover > a{
	background-color: var(--primary-color);
	color: #fff;
}
section.wc-page .woocommerce ul.products li.product .product-image-box img{
	object-fit: contain;
}
footer.main-footer-section-t2-v1 .footer-menu ul li + li, footer.main-footer-section-t3-v1 .footer-menu ul li + li{
	margin-top: 10px;
}
section.simple-banner-custom{
	position: relative;
	z-index: 0;
}
section.simple-banner-custom::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(0 3 4) 0%, rgba(27, 65, 105, 1) 100%);
	opacity: 80%;
	content: "";
	z-index: -1;
}
section.simple-banner-custom h1 {
	color: #fff;
}
section.posts-section-t1-v2 .posts-row .item {
	transition: .3s;
}
section.posts-section-t1-v2 .posts-row .item:hover {
	transform: scale(1.01);
}
section.banner-main.banner-t1-v1 .banner-slides .banner-img-bg .banner-content, 
section.banner-main.banner-t1-v2 .banner-slides .banner-img-bg .banner-content, 
section.banner-t1-v3 .banner-wrapper, 
section.banner-t1-v4 .banner-wrapper .banner-main-row, 
section.banner-t2-v1 .banner-content{
	padding: 90px 0;
}
.wcapf-filter .wcapf-list-wrapper ul.wcapf-filter-options li.wcapf-filter-option label,
.wcapf-range-wrapper:not(.wcapf-range-spinbox) .range-values>span{
	font-size: 14px;
}
section.wc-page .stylish-checkbox-radio input[type=checkbox], section.wc-page .stylish-checkbox-radio input[type=radio]{
	background-color: #d6d6d6;
	border-color: #d6d6d6;
}
.stylish-checkbox-radio input[type=checkbox]:checked::before{
	display: none;
}
section.contact-form .e-form input[type="submit"]:disabled {
  opacity: 45%;
}
.def-btn a,
.prod-quote-container .prod-quote-btn,
.woocommerce ul.products li.product .button,
section.contact-form .e-form input[type="submit"]:disabled,
section.contact-form .e-form input[type="submit"],
section.wc-page .wcapf-btn.wcapf-btn-secondary{
  background: linear-gradient(90deg,#397ac2 0%, #1b4169 100%);
  border: none;
  animation: gradientMove 15s ease infinite;
  background-size: 400%;
  color: #fff;
}
.def-btn a:hover,
.prod-quote-container .prod-quote-btn:hover,
.woocommerce ul.products li.product .button:hover,
section.contact-form .e-form input[type="submit"]:disabled:hover,
section.contact-form .e-form input[type="submit"]:hover,
section.wc-page .wcapf-btn.wcapf-btn-secondary:hover {
  color: #fff;
  transform: scale(1.02);
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding: 30px;
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.05);
	background-color: #fff;
	margin-bottom: 0;
}

.page-loader-main.loaded{
	width: 100%;
	opacity: 0;
	pointer-events: none;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul li.menu-item-has-children>.sub-menu>li.menu-item-has-children:hover>.sub-menu{
	min-height: unset;
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.er-custom-filter-select-wrapper {
  margin-top: 20px;
}
.er-custom-filter-select-wrapper h4 {
    font-size: var(--font-size-6);
    font-weight: var(--fw-type-3);
}
.er-custom-filter-select-wrapper #er-filter-type-select {
    border: 1px solid var(--wc-form-border-color);
    background-color: transparent;
    transition: .3s;
    margin-bottom: 15px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-size: var(--font-size-8);
    color: var(--font-color);
    border-radius: var(--border-radius);
    font-weight: var(--fw-type-1);
	-webkit-appearance: none;
	background-image: url('./img/select-arrow-icon.svg');
	background-size: 16px;
	background-position: 96% 51%;
	background-repeat: no-repeat;
	padding-right: 35px;
}
section.wc-page .woocommerce .woocommerce-ordering select{
	display: none;
}
header.main-header-section.shop-nav .shop-header-icons .item-icon{
  	transition: .3s;
}
header.main-header-section.shop-nav .shop-header-icons .item-icon:hover{
  	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 16px 0px;
}
section.wc-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.def-btn a, .prod-quote-container .prod-quote-btn, .woocommerce ul.products li.product .button, 
section.contact-form .e-form input[type="submit"]:disabled, 
section.contact-form .e-form input[type="submit"], 
section.wc-page .wcapf-btn.wcapf-btn-secondary,
.swiper .swiper-button-next, .swiper .swiper-button-prev {
	background: linear-gradient(90deg,#397ac2 0%, #1b4169 100%);
	animation: gradientMove 15s ease infinite;
	background-size: 400%;
}

section.wc-page .woocommerce .products li.product .product-item-wrapper{
	text-align: center;
	background-color: var(--second-bg-color);
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.05);
}
section.wc-page .woocommerce ul.products li.product .product-image-box{
	background-color: #fff;
}
.er-shop-sidebar {
	padding: 15px;
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.05);
	background-color: #fff;
	border-radius: var(--border-radius);
}
.woocommerce ul.products li.product .button{
	margin-top: 0;
	margin-bottom: 15px;
}
.woocommerce ul.products li.product .product-content-box,
.woocommerce .products li.product .product-item-wrapper .second-part{
	padding: 0 15px;
}
section.wc-page .woocommerce .products:not(.swiper-wrapper) li.product .product-item-wrapper .second-part{
	display: none;
}
section.wc-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
section.wc-page .woocommerce .related ul.products li.product .woocommerce-loop-product__title{
	font-size: var(--font-size-6);
}
.er-single-product .woocommerce div.product .product_title{
	position: relative;
	padding-bottom: 20px;
}
.er-single-product .woocommerce div.product .product_title::after{
	position: absolute;
	bottom: 0;
	width: 150px;
	max-width: 50%;
	height: var(--template-separator-height);
	background-color: var(--template-separator-color);
	border-radius: var(--border-radius);
	left: 0;
	content: "";
}
section.er-archive-product .main-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
section.er-archive-product .main-row .sidebar-col {
	min-width: 25%;
	width: 25%;
	padding: 0 15px;
}
section.er-archive-product .main-row .content-col {
	min-width: 75%;
	width: 75%;
	padding: 0 15px;
}
.wcapf-filter .wcapf-list-wrapper.layout-list .wcapf-filter-item {
	justify-content: space-between;
}
section.er-archive-product .main-row .content-col.full-width{
	width: 100%;
	min-width: 100%;
}
section.wc-page .products li.product-category .count{
	display: none;
}

section.wc-page .products li.product-category .cat-wrapper > a {
	position: relative;
	z-index: 0;
	padding:  0;
	display: block;
	min-height: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
section.wc-page .products li.product-category .cat-wrapper > a .woocommerce-loop-category__title {
    font-size: var(--font-size-8);
    font-weight: 700;
	z-index: 10;
	position: relative;
	text-align: center;
}
section.wc-page .products li.product-category .cat-wrapper{
	transition: .3s;
	height: 100%;
	display: flex;
	flex-direction: column;
}
section.wc-page .products li.product-category .cat-img-wrapper {
	position: relative;
	width: 100%;
    padding-top: 65%;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}

section.wc-page .products li.product-category .cat-img-wrapper::after{
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(0 3 4) 0%, rgba(27, 65, 105, 1) 100%);
	opacity: 0.75;
	content: "";
	transition: .3s; */
}
section.wc-page .products li.product-category .cat-wrapper:hover .cat-img-wrapper::after{
	opacity: .3;
}
section.wc-page .products li.product-category .cat-wrapper:hover .cat-img-wrapper img {
	transform: scale(1.05)
}
section.wc-page .products li.product-category .cat-img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	transition: .3s;
}
.stylish-checkbox-radio input[type=radio]:checked::before{
	background-color: var(--primary-color);
}
section.wc-page .woocommerce .products:not(.swiper-wrapper) li.product:hover {
    transform: unset
} 
section.custom-product-comparison {
	overflow-x: auto;
}
section.custom-product-comparison table.product-comparison-table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
    border: 1px solid #ddd;
}
section.custom-product-comparison  .table-wrapper + .table-wrapper{
	margin-top: 30px;
}
section.custom-product-comparison table.product-comparison-table th,
section.custom-product-comparison table.product-comparison-table td{
	padding: 10px;
	border: 1px solid #ddd;
}
section.custom-product-comparison table.product-comparison-table th {
	color: #fff;
}
section.custom-product-comparison table.product-comparison-table th a {
	color: #fff;
	transition: .3s;
}
section.custom-product-comparison table.product-comparison-table th a:hover{
	opacity: 0.7;
}
section.custom-product-comparison table.product-comparison-table thead {
	background: linear-gradient(90deg,#397ac2 0%, #1b4169 100%);
}

section.banner-main img.banner-logo{
	width: 300px;
	margin: 30px auto;
	display: block;
}
.category-group .subcategory-block + .subcategory-block{
	margin-top: 30px;
}
.category-group .subcategory-block {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--primary-color);
}
.category-group .subcategory-block:last-child {
	border-bottom: unset;
	padding-bottom: 0;
}
.category-group .cat-main-title{
	font-weight: 700;
}
.category-group{
	padding-bottom: 30px;
	border-bottom: 1px solid var(--primary-color);
}
.category-group  .subcategory-block .cat-sub-title {
	font-weight: 500;
}
/* GLOBAL MEDIA */

@media screen and (max-width: 1799px){
	section.banner-main img.banner-logo{
		width: 250px;
	}
}
@media screen and (max-width: 1499px) {
	:root {
		/* FONTS */
		--font-size-1: 64px;
		--font-size-2: 44px;
		--font-size-3: 34px;
		--font-size-4: 24px;
		--font-size-5: 20px;
		--font-size-6: 18px;
		--font-size-7: 16px;
		--font-size-8: 14px;
		--font-size-9: 12px;
		--font-size-10: 10px;

        /* BUTTON */
        --def-btn-font-size: 15px;
        --def-btn-padding: 12px 34px;

	}
	section.custom-banner .banner-down-btn{
		width: 60px;
		height: 60px;
		bottom: -30px;
	}
	section.contact-section-t1-v1 .contact-info-box{
		padding: 45px 30px;
	}
	section.wc-product-cats-t1-v3 .product-cats-wrapper .cat-title {
		font-size: var(--font-size-6);
	}
	section.wc-product-cats-t1-v3 .read-more{
		font-size: var(--font-size-8);
	}
	section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper{
		padding: 25px;
	}
	section.main-cta.cta-t2-v2 .cta-container-wrapper{
		padding: var(--small-padding) 75px;
	}
	.er-custom-filter-select-wrapper h4,
	.wcapf-filter .wcapf-filter-title .wcapf-filter-title-inner{
		font-size: var(--font-size-7);
	}
	section.er-archive-product .main-row .sidebar-col {
		min-width: 35%;
		width: 35%;
	}
	section.er-archive-product .main-row .content-col {
		min-width: 65%;
		width: 65%;
	}
	section.wc-page .woocommerce .products:not(.swiper-wrapper).columns-3 li.product{
		min-width: 50%;
		width: 50%;
	}
	footer.main-footer-section-t2-v1 .footer-menu ul li a{
		font-size: var(--font-size-8);
	}
	
	section.custom-product-comparison table.product-comparison-table{
		font-size: 13px;
	}
	section.banner-main img.banner-logo{
		width: 200px;
	}
}

@media screen and (max-width: 1299px) {
	section.contact-section-t1-v1 .person-contact-data .person-row .item-col{
		min-width: 50%;
		width: 50%;
	}
}
@media screen and (max-width: 1199px) {
	:root {
		/* FONTS */
		--font-size-1: 60px;
		--font-size-2: 40px;
		--font-size-3: 30px;
		--font-size-4: 22px;
		--font-size-5: 18px;
		--font-size-6: 16px;
		--font-size-7: 14px;
		--font-size-8: 13px;
		--font-size-9: 12px;
		--font-size-10: 10px;

		--small-padding: 50px;
		--big-padding: 100px;
	}
	.def-btn a {
		padding: 14px 55px;
	}
	section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col{
		min-width: 50%;
		width: 50%;
	}
	section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col .cat-item-wrapper{
		padding: 30px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul.socials li a {
		min-width: 40px;
		width: 40px;
		height: 40px;
		background-color: var(--primary-color);
		border-radius: var(--border-radius);
		border: 3px solid var(--add-color-1);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul.socials li a svg {
		width: 70%;
		fill: #fff;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul.socials{
		margin-top: 15px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul.socials li + li {
		margin-left: 15px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle::after,
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle::before{
		background-color: var(--primary-color);
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .close-btn::before,
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .close-btn::after{
		background-color: var(--primary-color);
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li a{
		font-weight: 500;
	}
	section.banner-main img.banner-logo{
		width: 170px;
	}

}
@media screen and (max-width: 991px) {
	:root {
		/* FONTS */
		--font-size-1: 54px;
		--font-size-2: 36px;
		--font-size-3: 28px;
		--font-size-4: 20px;

		/* BUTTON */
		--def-btn-font-size: 14px;

        /* PADDING */
        --small-padding: 60px;
        --big-padding: 120px;
	}
	body {
		font-size: var(--font-size-7);
	}
	section.contact-section-t1-v1 .person-contact-data .person-row .item-col{
		min-width: 100%;
		width: 100%;
	}
	section.main-cta.cta-t2-v2 .cta-container-wrapper{
		padding: 50px;
	}
	footer.main-footer-section section.contact-section-t1-v1 .contact-info-box .contact-icons .item{
		flex-direction: column;
		min-width: 33.333%;
		width: 33.333%;
	}
	footer.main-footer-section section.contact-section-t1-v1 .contact-info-box .contact-icons .item .icon{
		margin: 0 auto 10px;
	}
	.desc table *{
		font-size: 12px !important;
	}
	section.wc-page .er-shop-sidebar .filter-btn{
		margin-bottom: 0;
	}
	section.wc-page .er-shop-sidebar{
		margin-bottom: 45px;
	}
	section.wc-page .er-shop-sidebar .sidebar-box{
		margin: 30px 0 0;
	}
	section.wc-page .er-shop-sidebar .filter-btn {
		background: linear-gradient(90deg,#397ac2 0%, #1b4169 100%);
		animation: gradientMove 15s ease infinite;
		background-size: 400%;
	}
	section.er-archive-product .main-row .sidebar-col,
	section.er-archive-product .main-row .content-col{
		min-width: 100%;
		width: 100%;
	}
	section.banner-main img.banner-logo{
		width: 150px;
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* FONTS */
		--font-size-1: 48px;
		--font-size-2: 30px;
		--font-size-3: 24px;

        /* PADDING */
        --small-padding: 50px;
        --big-padding: 100px;
	}
	section.contact-section-t1-v1 .contact-info-box{
		padding: 30px 15px;
	}
	section.custom-banner .main-row .content-col {
		min-width: 100%;
		width: 100%;
		text-align: center;
	}
	section.custom-banner .main-row .img-col {
		min-width: 100%;
		width: 100%;
	}
	section.custom-banner .main-row .img-col .wrapper img.main-img{
		margin: 30px auto;
	}
	footer.main-footer-section section.contact-section-t1-v1 .contact-info-box .contact-icons .item{
		min-width: 100%;
		width: 100%;
	}
	section.main-cta.cta-t2-v2 .cta-container-wrapper{
		padding: 30px;
	}
	section.wc-product-cats-t1-v3 .product-cats-wrapper .product-cats-row .cat-item-col{
		min-width: 100%;
		width: 100%;
	}
	section.custom-big-text-section .main-row .content-col{
		min-width: 100%;
		width: 100%;
	}
	section.custom-big-text-section .main-row .content-col .wrapper{
		padding: 0;
	}
	section.custom-big-text-section .el-img{
		position: relative;
		width: calc(100% - 30px);
		padding-top: 64%;
		margin: 30px auto 0;
	}
	.woocommerce div.product .files-to-download-wrapper .files-wrapper .item{
		min-width: 100%;
		width: 100%;
	}
	section.wc-page .woocommerce .products:not(.swiper-wrapper).columns-3 li.product{
		min-width: 100%;
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs .panel{
		padding: 15px;
	}
	section.custom-product-comparison table.product-comparison-table{
		font-size: 11px;
	}
}