* {
    font-family: "Plus Jakarta Sans", sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
}

body {
    font-size: 16px;
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wow {
    visibility: hidden;
}

.toggle-menu {
    display: none;
}

.main-slider {
    position: relative;
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: 300ms;
    padding: 50px;
}

.main-header .actions .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    transition: 300ms;
}

.main-header .actions .contact-item .icon i {
    font-size: 25px;
}

.main-header .actions .contact-item .text {
    display: flex;
    flex-direction: column;
}

.main-header .actions .contact-item .text .title {
    font-size: 13px;
}

.main-header .actions .contact-item:Hover {
    color: var(--orange);
}

.main-header .actions .languages {
    position: relative;
}

.main-header .actions .languages .active {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: 300ms;
}

.main-header .actions .languages .active .flag {
    width: 36px;
}

.main-header .actions .languages .text {
    display: flex;
    flex-direction: column;
}

.main-header .actions .languages .text .title {
    font-size: 13px;
}

.main-header .actions .languages .locale {
    font-weight: 600;
}

.main-header .actions .languages > .active:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bolder;
}

.main-header .actions .languages .list {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    list-style: none;
}

.main-header .actions .languages:hover .list {
    opacity: 1;
    visibility: visible;
}

.main-header .actions .languages:hover > .active {
    color: var(--orange);
}

.main-header .actions .languages .list a {
    padding: 5px;
    display: block;
    color: #000;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: -1px;
    transition: 300ms;
}

.main-header .actions .languages .list a:Hover {
    background: var(--orange);
    color: #fff;
}

.main-header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header.fixed-bar {
    background: rgba(0, 0, 0, .4);
    padding: 5px 50px;
    backdrop-filter: blur(1px);
}

.main-header .header-container .logo {
    width: 250px;
    transition: 300ms;
}

.main-header .header-container .logo img {
    width: 100%;
}

.main-header .header-container .menu {
    padding: 0 20px;
}

.main-header .header-container .menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.main-header .header-container .menu > ul > li {
    position: relative;
}

.main-header .header-container .menu > ul > li > a {
    color: #fff;
    font-weight: 500;
    transition: 300ms;
    padding: 15px 10px;
    white-space: nowrap;
    display: block;
    font-size: 16px;
}

.main-header .header-container .menu > ul > li:Hover > a {
    color: var(--orange);
}

.main-header .header-container .menu > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
    background: #fff;
    min-width: 100%;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
}

.main-header .header-container .menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-header .header-container .menu > ul > li > ul > li a {
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    transition: 300ms;
}

.main-header .header-container .menu > ul > li:has(ul) > a:After {
    content: '\f107';
    font-family: 'FONT AWESOME 5 PRO';
    margin-left: 5px;
}

.main-header .header-container .menu > ul > li > ul > li a:Before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bolder;
}

.main-header .header-container .menu > ul > li > ul > li:Hover a {
    background: var(--orange);
    color: #fff;
}

.main-header .header-container .actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-video video {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 200px);
}

section .section-header {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section .section-header .section-title {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
}

section .section-header > .site-btn {
    background: #2a2a2a;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 8px;
    transition: 300ms;
}

section .section-header > .site-btn:Hover {
    background: #727272;
}

.categories-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.main-products {
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.main-products:after {
    content: '';
    position: absolute;
    left: 5vw;
    top: 0;
    width: 90vw;
    height: 100%;
    background: #fbfbfb;
    z-index: -1;
    border-radius: 10px;
}

.main-products .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 10px;
}

.main-products .owl-dots .owl-dot {
    width: 30px;
    height: 2px;
    background: #e1e1e1;
    transition: 300ms;
}

.main-products .owl-dots .owl-dot.active {
    background: #626262;
}

.products-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.products-container > .product {
    width: calc(25% - 30px);
    margin: 15px;
}

.product {
    border-radius: 8px;
    padding: 15px;
    transition: 300ms;
    background: #EEEEEE;
}

.product:hover {
    background: #d8d8d8;
}

.product .image {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product .image .tags {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.product .image .tags > span {
    font-size: 12px;
    padding: 3px 15px;
    border-radius: 12px;
    font-weight: 500;
}

.product .image .tags > .new-tag {
    background: #8F0000;
    color: #fff;
}

.product .image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.product .title {
    font-weight: 600;
    color: #000;
    display: block;
    font-size: 18px;
    transition: 300ms;
    text-align: left;
    padding: 0;
}

.product .category {
    color: #000;
    opacity: .7;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.product .read-more {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    transition: 300ms;
}

.product .read-more:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 10px;
}

.add-cart {
    width: 100%;
    background: #ebebeb;
    border-radius: 8px;
    padding: 10px 0;
    border: 0;
    font-weight: 600;
    color: #909090;
    transition: 300ms;
}

.add-cart:Hover,
.add-cart.added {
    background: var(--orange);
    color: #fff;
}

.main-about {
    margin: 120px 0;
}

.main-about .text-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main-about .text-bar > div {
    width: 50%;
}

.main-about .text-bar > div:last-child {
    padding-left: 50px;
}

.main-about .text-bar > div h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}

.main-about .text-bar > div .description {
    margin: 0;
}

.main-about .about-container {
    display: flex;
    justify-content: space-between;
}

.main-about .about-container > div {
    width: 50%;
}

.main-about .about-container > .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.main-about .about-container > .content {
    padding-left: 0;
}

.main-about .about-container > .content .pages .page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main-about .about-container > .content .pages .page:last-child {
    margin: 0;
}

.main-about .about-container > .content .pages .page .content {
    background: #F3F3F3;
    padding: 30px 30px 30px 70px;
    border-radius: 10px;
    width: calc(100% - 50px);
    color: #000;
    transition: 300ms;
}

.main-about .about-container > .content .pages .page .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #444444;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    transition: 300ms;
    transform: translateX(50px);
}

.main-about .about-container > .content .pages .page .icon > i {
    font-weight: lighter;
}

.main-about .about-container > .content .pages .page .content .title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.main-about .about-container > .content .pages .page .content .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
}

.main-about .about-container > .content .pages .page:Hover .content {
    background: #dfdfdf;
}

.main-about .about-container > .content .pages .page:Hover .icon {
    background: #2d2d2d;
}

.main-articles {
    margin: 120px 0;
}

.articles-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.articles-container .article {
    width: calc(33.3% - 30px);
    margin: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.articles-container .article {
    padding: 30px;
    background: #FBFBFB;
}

.articles-container .article .image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.articles-container .article .image img {
    width: 100%;
    aspect-ratio: 16/12;
    object-fit: cover;
    transition: 300ms;
}

.articles-container .article .date {
    margin-bottom: 10px;
    font-size: 14px;
    opacity: .7;
}

.articles-container .article .date > i {
    font-weight: lighter;
    margin-right: 5px;
}

.articles-container .article:hover .image img {
    transform: scale(1.1);
    filter: brightness(50%);
}

.articles-container .article .title {
    font-size: 18px;
    color: #000;
    display: block;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.articles-container .article .summary {
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 63px;
}


.articles-container .article .read-more {
    background: #F0F0F0;
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    transition: 300ms;
}

.articles-container .article .read-more:Hover {
    background: #000;
    color: #fff;
}

.main-footer {
    background: #2F2F2F;
    margin-top: 90px;
}

.main-footer .logo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #535353ee;
}

.main-footer .logo-bar .logo {
    width: 250px;
}

.main-footer .logo-bar .socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
}

.main-footer .logo-bar .socials p {
    margin: 0;
    margin-right: 40px;
    font-size: 14px;
}

.main-footer .logo-bar .socials nav {
    display: flex;
    font-size: 30px;
    gap: 45px;
}

.main-footer .logo-bar .socials nav a {
    color: #fff;
    transition: 300ms;
}

.main-footer .logo-bar .socials nav a:Hover {
    opacity: .5;
}

.main-footer .newsletter-form {
    background: var(--orange);
    display: flex;
    align-items: center;
    padding: 30px;
    color: #fff;
    transform: translateY(-70px);
    border-radius: 10px;
}

.main-footer .newsletter-form .title {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 600;
}

.main-footer .newsletter-form .description {
    margin: 0;
    font-size: 14px;
}

.main-footer .newsletter-form > div {
    width: 50%;
}

.main-footer .newsletter-form form {
    width: 100%;
    display: flex;
    gap: 10px;
}

.main-footer .newsletter-form form div.button {
    width: 200px;
}

.main-footer .newsletter-form form button {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: 300ms;
}

.main-footer .newsletter-form form input {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 10px;
    color: #fff;
}

.main-footer .newsletter-form form input::placeholder {
    color: rgba(255, 255, 255, .7);
}

.main-footer .newsletter-form form button:Hover {
    background: rgba(0, 0, 0, 0.2);
}


.main-footer .newsletter-form form input:first-child {
    margin-bottom: 10px;
}

.main-footer .footer-container {
    display: flex;
    align-items: flex-start;
    margin: 50px 0;
    gap: 40px;
}

.main-footer .footer-container > div {
    width: 25%;
}

.main-footer .footer-container .logo img {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

.main-footer .footer-container .logo p {
    color: #fff;
    opacity: .5;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 14px;
}

.main-footer .footer-container .socials {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.main-footer .footer-container .socials a {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    border-radius: 100%;
    font-size: 14px;
    opacity: .5;
}

.main-footer .footer-container .socials a:Hover {
    opacity: 1;
}

.main-footer .footer-container .footer-menu-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.main-footer .footer-container .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer .footer-container .menu ul li a {
    color: #fff;
    opacity: .7;
    transition: 300ms;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    margin: 5px 0;
}

.main-footer .footer-container .menu ul li a:Hover {
    opacity: 1;
}

.main-footer .footer-container .contacts .phone {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 15px 30px;
    gap: 20px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    transition: 300ms;
    margin-bottom: 20px;
}

.main-footer .footer-container .contacts .phone .text {
    text-align: right;
}

.main-footer .footer-container .contacts .phone .icon i {
    font-size: 35px;
}

.main-footer .footer-container .contacts .phone .title {
    margin: 0;
    font-size: 12px;
}

.main-footer .footer-container .contacts .phone .no {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.main-footer .footer-container .contacts > a:not(.phone) {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #fff;
    gap: 10px;
}

.main-footer .footer-container .contacts > a:not(.phone) i {
    margin-top: 5px;
}

.main-footer .copyright p {
    margin: 0;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background: rgba(0, 0, 0, .2);
}


.page-banner {
    height: 300px;
    background: #252525;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 30px;
    margin-bottom: 60px;
    color: #fff;
    background-image: url('/images/breadcrumb.png');
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.page-banner > div {
    width: 100%;
}

.page-banner h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-banner .page-breads {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 14px;
}

.page-banner .page-breads i {
    font-size: 12px;
    opacity: .5;
}

.page-banner .page-breads a {
    color: #fff;
    opacity: .5;
    transition: 300ms;
    display: block;
}

.page-banner .page-breads a:Hover {
    opacity: 1;
}

.page-banner .page-breads a:last-child {
    opacity: 1;
    font-weight: 600;
}

.service-detail .aside {
    background: #eee;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.service-detail .aside h3 {
    font-size: 20px;
    font-weight: 600;
    background: #b5b5b5;
    padding: 10px;
    color: #4e4e4e;
    border-radius: 8px;
    overflow: hidden;
}

.service-detail .aside .menu-links a {
    display: block;
    white-space: nowrap;
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid lightgrey;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 4px;
    transition: 300ms;
}

.service-detail .aside .menu-links a i {
    font-size: 12px;
    margin-right: 2px;
}

.service-detail .aside .menu-links a:last-child {
    border: 0;
}

.service-detail .aside .menu-links a:Hover,
.service-detail .aside .menu-links a.active {
    background: #b5b5b5;
    color: #4e4e4e;
    padding-left: 5px;
}

.service-detail .help-area {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.service-detail .help-area .icon {
    font-size: 45px;
    opacity: .3;
    margin-bottom: 20px;
}

.service-detail .help-area h6 {
    font-size: 20px;
    font-weight: 600;
}


.service-detail .help-area .help-content {
    font-size: 14px;
    color: #6e6e6e;
}

.service-detail .help-area .help-content a {
    color: #000;
    font-weight: 600;
}

.service-detail .help-area .help-content a:hover {
    color: var(--orange);
}

.service-detail .detail-content,
.service-detail .detail-image {
    margin-bottom: 30px;
}

.service-detail .detail-gallery {
    display: flex;
    flex-wrap: wrap;
}

.service-detail .detail-gallery > a {
    width: calc(33.3% - 30px);
    margin: 15px;
    overflow: hidden;
    transition: 300ms;
}


.service-detail .detail-gallery > a img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: 300ms;
}

.service-detail .detail-gallery > a:Hover {
    filter: brightness(50%);
}


.contact iframe {
    width: 100%;
    height: 550px;
    border-radius: 5px;
}

h3.contact-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: var(--orange);
    letter-spacing: 0;
}

.contact-bottom span {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B8B8B8;
}

.contact-item {
    display: flex;
    margin: 20px 0;
}

.contact-item-content {
    display: flex;
    padding-left: 15px;
    flex-direction: column;
}

section.contact .contact-item .icon i {
    font-size: 25px;
    line-height: 29px;
    color: var(--orange);
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid var(--orange);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item-content {
    display: flex;
    justify-content: center;
}

.contact-item-content span {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #626262;
}

.contact-item-content a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
}

.contact-item-content p {
    letter-spacing: 0;
}

.contact-informations {
    margin: 35px 0 50px 0;
}

.contact-socials a {
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.59em;
    color: #B3B3B3;
    transition: 300ms;
}

.contact-socials a:Hover {
    color: var(--orange);
}

.contact-socials {
    margin-top: 25px;
}

.contact-maps {
    margin-bottom: 75px;
}

form.contact-form input,
form.contact-form textarea {
    width: 100%;
    height: 60px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none;
    outline: none !important;
    margin: 5px 0px;
    padding-left: 15px;
    transition: 400ms;
}

form.contact-form textarea {
    height: 150px;
}

button.form-button {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    width: 140px;
    height: 60px;
    background: var(--orange);
    border-radius: 5px;
    margin-left: 15px;
    margin-top: 15px;
    transition: 400ms;
}

button.form-button:hover {
    background: #063970a9;
}

form.contact-form {
    margin-top: 25px;
}


.theme-btn {
    background: #bfbfbf;
    border: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 300ms;
    border-radius: 4px;
}

.theme-btn i {
    padding-left: 20px;
}

.theme-btn:Hover {
    background: var(--orange);
    color: #fff;
}

.product-details-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 120px 0;
}

.product-details-container > .image {
    width: 50%;
    position: sticky;
    top: 90px;
}

.product-details-container > .image img {
    width: 100%;
}

.product-details-container > .text {
    width: 50%;
    padding-left: 50px;
}

.product-details-container > .text .product-header {
    margin-bottom: 30px;
}

.cart-page form {
    display: flex;
    margin-bottom: 120px;
    flex-direction: column;
}

.cart-page form > div {
    width: 100%;
}

.cart-page form > .company {
    margin-top: 30px;
}

.cart-page form .form-title {
    background: var(--orange);
    font-size: 25px;
    padding: 15px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-weight: 700;
}

.cart-page form .products table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
}

.cart-page form .products table tr {
    border-radius: 8px;
    overflow: hidden;
}

.cart-page form .products table th {
    padding: 30px 10px;
    background: #e0e0e0;
    font-size: 18px;
}

.cart-page form .products table tr:nth-child(even) {
    background: #f4f4f4;
}

.cart-page form .products td {
    padding: 10px;
}

.cart-page form .products img {
    width: 100px;
}

.cart-page form .products .title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.cart-page form .products .category {
    opacity: .7;
    font-size: 14px;
    margin: 0;
}

.cart-page form .products .qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page form .products .qty-container input {
    text-align: center;
    background: transparent;
    border: 0;
    width: 70px;
    font-size: 20px;
    font-weight: 700;
    transition: 300ms;
}

.cart-page form .products .qty-container button {
    background: #e5e5e5;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 12px;
    transition: 300ms;
}

.cart-page form .products .qty-container button:Hover {
    background: var(--orange);
}

.cart-page form .products button.remove {
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    transition: 300ms;
}

.cart-page form .products button.remove:Hover {
    background: red;
    color: #fff;
}

.cart-page input::-webkit-outer-spin-button,
.cart-page input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-page input[type=number] {
    -moz-appearance: textfield;
}

.cart-page .company input {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #bbbbbb;
}

.cart-page .company button[type="submit"] {
    padding: 15px 50px;
    background: var(--orange);
    border-radius: 8px;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    border: 0;
    transition: 300ms;
}

.cart-page .company button[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.categories-container .category-item {
    width: calc(33% - 30px);
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.categories-container .category-item img {
    width: 100%;
    aspect-ratio: 16/12;
    object-fit: cover;
    transition: 300ms;
}

.categories-container .category-item .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    transition: 300ms;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
}

.categories-container .category-item:Hover img {
    filter: brightness(50%);
    transform: scale(1.1);
}


.whatsapp_bubble {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9;
    background-color: #06d755;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: 300ms;
    color: #005621;
    font-size: 25px;
}

.whatsapp_bubble:Hover{
    color: #005621;
}

.whatsapp_bubble .title{
    position: absolute;
    left: 10px;
    background-color: #06d755;
    font-size: 13px;
    padding: 10px 20px;
    transition: 300ms;
    white-space: nowrap;
    z-index: -1;
    padding-left: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.whatsapp_bubble .title:after{
    content: '';
    position: absolute;
    left: -5px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: #06d755;
}

.whatsapp_bubble:Hover{
    box-shadow: 0 0 12px #06d755;
}

@media (max-width: 1100px) and (min-width: 992px) {
    .main-header .header-container .actions .search {
        display: none;
    }

    .main-header .header-container .actions .cart .text {
        display: none;
    }

    .main-header .header-bar > .actions .catalog {
        font-size: 12px;
        padding: 5px;
    }

    .main-header .header-bar > .actions .contact-item .text .title {
        display: none;
    }

    .main-header .header-bar > .actions .languages .text .title {
        display: none;
    }

    .main-header .header-bar > .actions .contact-item .text {
        font-size: 12px;
    }

    .main-header .header-bar > .actions .languages .locale {
        font-size: 12px;
    }

    .main-header .header-bar > .actions .contact-item .icon i {
        font-size: 16px;
    }

    .main-header .header-bar > .actions .languages .active .flag {
        width: 20px;
    }

    .main-header .header-bar > .actions {
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .main-header .header-bar > .actions .contact-item {
        display: none;
    }


    .main-header .header-container .actions .search {
        display: none;
    }

    .toggle-menu {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 20px;
    }

    .main-video video {
        height: unset;
        aspect-ratio: 1;
    }

    .main-categories {
        margin: 30px 0;
    }

    section .section-header .section-title {
        font-size: 25px;
    }

    .categories-container {
        margin-left: 0;
        margin-right: 0;
    }

    .categories-container .category-item {
        width: calc(50% - 30px);
    }
    
    .categories-container .category-item .title {
        margin: 0;
        padding: 15px;
        font-size: 14px;
    }

    section .section-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 20px;
    }

    .product {
        width: 100%;
    }

    .products-container {
        margin-left: 0;
        margin-right: 0;
    }

    .main-products {
        margin: 30px 0;
    }

    .main-about .about-container {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-about .about-container .video {
        padding-right: 0;
    }

    .main-articles {
        margin: 30px 0;
    }

    .main-about {
        margin: 30px 0;
    }

    .articles-container {
        margin-left: 0;
        margin-right: 0;
    }

    .articles-container .article {
        width: calc(50% - 30px);
        padding: 15px;
    }
    
    .articles-container .article .date {
        font-size: 12px;
    }
    
    .articles-container .article .title {
        font-size: 14px;
    }
    
    .articles-container .article .summary {
        display: none;
    }
    
    .articles-container .article .read-more {
        font-size: 12px;
    }

    .main-footer .newsletter-form {
        transform: translateY(0);
        margin-top: 30px;
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .newsletter-form > div {
        width: 100%;
    }

    .main-footer {
        margin-top: 30px;
        padding-top: 5px;
    }

    .main-footer .footer-container {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-container > div {
        width: 100%;
    }

    .main-footer .footer-container .contacts .phone .text {
        width: 100%;
    }

    .main-header .header-bar > .actions .languages .text .title {
        display: none;
    }

    .main-header .header-bar > .actions {
        justify-content: space-between;
        gap: 0;
    }

    .main-header .header-bar > .actions .catalog {
        font-size: 12px;
    }

    .main-header .header-bar > .actions .languages .locale {
        font-size: 12px;
    }

    .main-header .header-bar > .actions .languages .active .flag {
        width: 20px;
    }

    .main-header .header-container .actions .cart .text {
        display: none;
    }

    .main-header .header-container .actions {
        gap: 20px;
    }

    .main-header .header-container .actions .cart .icon {
        font-size: 20px;
    }

    .main-header .header-container .logo {
        max-width: 200px;
        width: 200px;
    }

    .main-header.fixed-bar .header-bar {
        margin-top: -90px;
    }

    .main-header.fixed-bar {
        padding: 5px;
    }
    
    .products-container > .product{
        width: calc(50% - 30px);
    }
    
    .main-header.fixed-bar .header-container .logo {
        width: 120px;
    }

    .main-header .header-container .menu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: -1;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100vh;
        padding-top: 150px;
        transition: 300ms;
        overflow: auto;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

    .fixed-bar.main-header .header-container .menu {
        padding-top: 80px;
    }

    .main-header .header-container .menu > ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .main-header .header-container .menu > ul > li > a {
        width: 100%;
        font-size: 20px;
    }

    .main-header .header-container .menu > ul > li > ul {
        position: unset;
        opacity: 1;
        visibility: visible;
        background: transparent;
    }

    .main-header .header-container .menu > ul > li > ul > li a {
        color: #fff;
        background: transparent;
        opacity: .7;
    }

    body.open-menu {
        overflow: hidden;
    }

    .open-menu .main-header .header-container .menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .open-menu .toggle-menu i:before {
        content: '\f00d';
    }

    .page-banner h1 {
        font-size: 18px;
    }

    .page-banner .page-breads {
        max-width: 100%;
        overflow: auto;
    }

    .page-banner .page-breads a {
        white-space: nowrap;
    }

    .product-details-container {
        flex-direction: column;
        margin: 30px 0;
    }

    .product-details-container > .image {
        position: unset;
        width: 100%;
    }

    .product-details-container > .text {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .contact-bottom > .row > .col-md-6:last-child {
        margin-top: 30px;
    }

    .cart-page form .products {
        overflow: auto;
        max-width: 100%;
    }

    .cart-page form .products p {
        white-space: nowrap;
    }

    .cart-page form .products table th {
        padding: 15px 10px;
    }

    .cart-page form .products td:first-child, .cart-page form .products th:first-child {
        display: none;
    }

    .main-header .actions .contact-item .icon {
        display: none;
    }

    .main-header .actions .languages .text .title {
        display: none;
    }

    .main-header .actions .contact-item {
        display: none;
    }

    .main-header .actions .languages .active .flag {
        display: none;
    }

    .main-header .actions .languages .locale {
        font-size: 13px;
    }

    .main-header {
        padding: 15px;
    }

    .main-about .text-bar {
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 15px;
    }

    .main-about .text-bar > div h1 {
        font-size: 25px;
    }

    .main-about .text-bar > div {
        width: 100%;
    }

    .main-about .text-bar > div:last-child {
        padding-left: 0;
    }

    .main-about .about-container > div {
        width: 100%;
    }

    .main-about .about-container > .content .pages .page {
        width: 100%;
    }

    .main-about .about-container > .content .pages .page .icon {
        display: none;
    }

    .main-about .about-container > .content .pages .page {
        align-items: flex-start;
    }

    .main-about .about-container > .content .pages .page .content {
        width: 100%;
        padding: 30px;
    }

    .main-footer .logo-bar .logo {
        width: 125px;
    }

    .main-footer .logo-bar .socials p {
        display: none;
    }

    .main-footer .logo-bar .socials nav {
        gap: 15px;
        font-size: 14px;
    }
}
