body {
	background-color: #fff;
}
.main_logo_section {
	padding: 25px 0 20px;
}
.main_logo_section img {
	width: 130px;
	height: auto;
}
.header-bg {
	background-color: #f9f9f9;
}
.nav-list {
	justify-content: left;
}
.nav-list>li>a {
	padding: 30px 15px;
	border-top: 3px solid transparent;
	letter-spacing: 0.42px;
	font-size: 14px !important;
	text-transform: uppercase !important;
	line-height: 1;
}
.nav-list>li:hover a {
	border-top-color: var(--main-color);
}
.shopping-cart-content {
	width: 400px;
    min-width: 340px;
    max-width: 100vw;
}
.main_account_section .sp_button_invert {
	margin-left: 0;
}
.nav-list li.dropdown ul {
	margin-top: 0;
	background-color: #fff;
}
.nav-list li.dropdown ul li a {
	color: #111;
	opacity: 1;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.custom-bg {
	background-color: var(--main-color);
	height: 30vh;
}
.text-logo {
	font-size: 35px;
    padding: 25px 0;
    font-family: 'Poppins';
    font-weight: 700;
}
.text-logo a {
	color: var(--main-color);
}
.main_account_section {
    margin-top: 20px;
}
.under-banner {
	margin-top: -106px;
	padding-bottom: 100px;
}
.hero.full-height {
	color: #fff;
    height: 70vh;
    background: url("/sp-themes/sp2021/images/bg/hero-fallback.jpg") center center / cover no-repeat;
    position: relative;
}
.hero.full-height .hero-video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero .opacity-mask {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
}
.hero h1 {
	text-transform: uppercase;
    color: #fff;
    font-size: 46px;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero p {
	max-width: 698px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
}
.under-banner-img {
	border: 15px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    width: 262px;
    height: 262px;
    position: relative;
    z-index: 3;
}
.under-banner-img img {
	width: 232px;
	height: 232px;
	border-radius: 50%;
	max-width: 100%;
	object-fit: cover;
	object-position: right;
}
.under-banner-wrapper {
	display: flex;
	flex-direction: column;
    align-items: center;
    text-align: center;
}
.under-banner h3 {
    font-family: 'Poppins', serif;
    font-size: 16px;
    color: #1f8bf3;
    margin-bottom: 22px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 44px;
}
.under-banner p {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 28px;
    letter-spacing: 0.42px;
    margin-bottom: 20px;
}
.s-products {
	padding: 150px 0 !important;
}
.s-products.p-0 {
	padding: 0 !important;
}
.products-bg {
	background: url("/sp-themes/sp2021/images/bg/products-bg.webp") center center / cover no-repeat;
	height: 100vh;
}
.position-relative {
	position: relative;
}
.products-wrap {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 70%;
    background-color: #fff;
}
h2 {
	font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1.14px;
    color: #111;
    margin-top: 0;
    text-transform: uppercase;
}
.new_product_overlay {
	border: 1px solid #d3d3d3;
    border-radius: 35px;
}
.products1-wrap {
	padding: 50px;
}
.products1-title-cover {
    margin-bottom: 20px;
}
.s-products2 {
	background: url(/sp-themes/sp2021/images/bg/products2-bg.webp);
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.s-products2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    display: inline-block;
}
.products2-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 1.14px;
    color: #111;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1;
}
.z-2 {
	z-index: 2;
}
.text-white {
	color: #fff;
}
.strihy-card {
	height: 470px;
	position: relative;
	overflow: hidden;
}
.strihy-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.strihy-card:hover .strihy-content {
	top: 0;
}
.strihy-card:hover p {
	opacity: 1;
}
.strihy-content {
	position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    padding: 30px;
    z-index: 2;
    background-color: rgba(254, 176, 5, 0.0);
    transition: all 0.5s ease;
}
.strihy-content h3 {
	font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 32px;
    font-family: 'Poppins';
    margin-top: 25px;
    margin-bottom: 15px;
    padding-right: 63px;
}
.strihy-content p {
	font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: 0.45px;
    line-height: 26px;
    opacity: 0;
    color: #fff;
    transition: opacity 0.5s ease;
}
.overlay {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    display: inline-block;
    z-index: 0;
}
.catalog_title {
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1.14px;
    color: #111;
    text-transform: uppercase;
}
.catalog_panel_title, .catalog_panel_title_filter, .new_name_layout a {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1.14px;

}
.custom-banner {
    background-image: url(/sp-themes/sp2021/images/bg/custom-banner.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    max-height: 339px;
    min-height: 339px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.custom-banner:before {
    background-color: #000000;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0.749;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.custom-banner h3 {
    color: #ffffff;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 150px;
}
.autor-img {
    height: 100%;
    display: flex;
    align-items: center;
}
.footer-img {
    background-color: #d7d7d7;
    border-radius: 15px;
}
.footer-img img {
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .products-wrap {
        width: 100%;
        background-color: transparent;
    }
    .products-bg {
        background: #f7f8f9;
    }
}
@media (max-width: 991px) {
    .new_bottom_generator {
        flex-direction: column;
        height: 140px;
    }
    .nav-list>li>a {
        padding: 30px 6px;
    }
}
@media (max-width: 767px) {
    .footer-autor {
        text-align: center;
    }
}
@media (max-width: 460px) {
    .main_second_l_head_section {
        width: 50% !important;
    }
    .main_second_c_head_section {
        display: none;
    }
    .main_second_r_head_section {
        width: 50% !important;
    }
    .hero .sp_button, .hero .sp_button_invert {
        display: none;
    }
}