html {}

a:hover, a:focus {
    color: var(--main-color1);
    opacity: 0.7;
}

body {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.flex {
    display: flex;
}

h2 {
    font-size: 1.9rem;
    line-height: 2.4rem;
}

h3 {
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.p-15 {
    padding: 15px;
}

p, address {
    margin: 0 0 25px;
    /* font-size: 18px;
    line-height: 35px; */
    /* font-weight: normal; */
}

.smaller {
    font-size: 11px;
}

.row-seperator {
    border: 1px solid #dee2e6;
}

.badge {
    font-size: 11px;
    padding: 5px 8px;
    color: black;

}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

/* 
.mfp-counter {
    font-size: 27px;
    color: white;
} */

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.extra-small-icon, .small-icon, .medium-icon, .large-icon, .extra-large-icon {
    display: flex;
}

.right-fixed-img {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 999;
}

.right-fixed-img img {
    height: 50px;
}

.right-fixed-img:hover img {
    height: 55px;
}

.header-topbar-link {
    white-space: nowrap;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    padding: 0;
    display: block;
    line-height: 28px;
    font-weight: 500;
}

.top-bar-contact .top-bar-contact-list .header-topbar-link i {
    margin-right: 0;
}

.product-item-title {
    font-size: 15px;
}
.light.cc_dialog button.cc_b_ok,
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background-color: var(--main-color1) !important;
}

.container-wider {
    max-width: 1500px;
}

.navbar .justify-content-end .navbar-nav li.nav-item-button {
    display: flex;
    align-items: center;
}

.navbar .justify-content-end .navbar-nav li.nav-item-button a {
    background: var(--main-color1);
    color: white;
    padding: 7px 15px;
    display: flex;
}

.page-title-banner h2 {
    font-size: 3rem;
    line-height: 4rem;
}

.filter-item .dropdown {
    display: inline-block;
}

img.mfp-img {
    background: white;
}

.section-title {
    font-weight: 600;
    color: #232323;
    font-size: 2.3rem;
    line-height: 3rem;
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: -1px;
    position: relative;
}

.section-title::after {
    display: none;
    /* content: ' ';
    width: 60px;
    height: 5px;
    background: var(--main-color1);
    position: absolute;
    bottom: -9px;
    left: 0; */
}

.section-padding {
    padding: 100px 0;
}
.about-image-container {
    position: relative;
}
.about-image-container div:first-child{
    height: 463px;
    margin-bottom: 20%;
    width: 70%;
    top: 0;
    display: block;
    overflow: hidden !important;
    position: relative !important;
}
.about-image-container div:nth-child(2){
    height: 80%;
    top: 20%;
    overflow: hidden;
}
.about-image-container div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.header-cart-icon a>i, .header-cart-icon a>i, .header-language a>i, .header-search-icon a>i, .header-push-button a>i {
    padding: 0;
}

.featured-categories .swiper-slide {
    height: auto !important;
    /* padding: 15px; */
}

.featured-categories .swiper-pagination-bullets, .featured-categories .swiper-pagination-fraction {
    bottom: 55px !important;
}

.swiper-pagination-dot.swiper-light-pagination .swiper-pagination-bullet {
    background: #000 !important;
    border-color: #000 !important;
    opacity: 0.2 !important;
}

.swiper-pagination-dot.swiper-light-pagination .swiper-pagination-bullet-active {
    background: #000 !important;
    border-color: #000 !important;
    opacity: 1 !important;
}

.testimonials-section .testimonials-left, .testimonials-section .testimonials-right {
    height: 550px;
}

.pagination-style-01 .page-item .page-link {
    padding: 14px 20px;
}

.filter-item .dropdown .dropdown-menu li {
    padding: 4px 15px;
}

.list-style-07 li a {
    font-size: 15px;
    line-height: normal;
}

.page-content-wrapper {
    overflow: hidden;
}

.dropdown-menu.megamenu-content li a {
    margin: 9px 0 9px 0;
    font-size: 14px;

    /* max-width: 250px;
    white-space: normal;
    min-width: 150px; */
}

.dropdown-menu.megamenu-content li a:hover {
    color: var(--main-color1);
}

.product-description h4 {
    font-size: 1.7rem;
    line-height: normal;
}

.product-description ul {
    padding-left: 28px;
    font-weight: normal;
    margin-bottom: 10px;
}

.product-description table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
}

.product-description table tr {
    border-width: 1px 0;
    border-color: inherit;
    border-style: solid;
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
}

.product-description table tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.product-description table th, .product-description table td {
    border-width: 0 1px;
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.product-description table th {}

.product-description table td {
    font-weight: normal;
}

.dropdown-menu.megamenu-content ul.mega-menu-list li:last-child a,
.dropdown-menu.megamenu-content.small-megamenu ul:last-child li a {
    margin-bottom: 0;
}

.nav-item.dropdown.megamenu .menu-back-div {
    box-sizing: border-box;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    border-radius: 0px;
    border: 0;
    left: auto;
}

.nav-item.dropdown.megamenu .menu-back-div ul.mega-menu-list {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.dropdown-menu.megamenu-content li.active a {
    color: var(--main-color1);
}

.menu-order {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.nav-item.dropdown.megamenu .menu-back-div .col, .nav-item.dropdown.megamenu .menu-back-div ul[class *="d-"] {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0 !important;
}

.portfolio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.portfolio-container .portfolio-item {
    flex: 1 0 32%;
}

.portfolio-container .portfolio-caption {
    align-self: stretch;
    padding: 20px 20px
}

.portfolio-container .portfolio-box {
    height: 100%;
}

.portfolio-main-image img {
    min-height: 300px;
    object-fit: cover;
}

.portfolio-container .portfolio-image-thumbnails {
    display: flex;
    margin-top: -80px;
}

.portfolio-container .gallery-thumbnail {
    height: 80px;
    border: 2px solid white;
    display: block;
    object-fit: cover;
    width: 33.3%;
}

li.active a {
    color: var(--main-color1);
}

.top-bar li.active a {
    color: white;
    text-decoration: underline;
}

.top-bar a, .top-bar a.nav-link, .top-bar a:active, .top-bar a:focus {
    color: white;
}

.page-title-banner {
    padding: 0;
}

.bb-main {
    border-bottom: 5px solid var(--main-color1);
}

.header-cart-icon>a {
    height: 45px;
    width: 45px;
    background: #e8e8e8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
    position: relative;
}

header .header-cart-icon .cart-count {
    position: absolute;
    top: -5px;
    right: -4px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    border-radius: 100%;
    background: var(--main-color1);
}

.page-title-content {
    padding: 0;
    height: 300px;
}

.page-title-content h1 {
    margin-top: 90px;
    font-size: 50px;
    letter-spacing: -2px;
}

.mt-conta .navbar.navbar-boxed {
    padding-left: 15px;
    padding-right: 15px;
}

.default-logo {
    max-width: 226px;
    margin: 17px 0px;
}

.nav-header-container-menu {
    background: var(--main-color1);
}

.nav-header-container .navbar-nav {
    gap: 30px;
}

.navbar .navbar-nav .nav-link, .header-topbar-link, .topbar-languages a {
    position: relative;
    font-size: 15px;
    margin: 0px;
}
.topbar-languages {
    align-self: center;
    display: flex;
    position: relative;
    white-space: nowrap;
}
.topbar-languages ul {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}
.topbar-languages .nav-item.dropdown.megamenu .menu-back-div {
    right: 0;
}
.topbar-languages .dropdown-toggle {
    display: inline-block;
    color: white;
    margin-left: 6px;
    opacity: 0.9;
}
.topbar-languages-mobile {
    display: none;
}
.navbar .navbar-nav .nav-item.active .nav-link:after {
    content: ' ';
    position: absolute;
    height: 2px;
    width: calc(100% + 6px);
    background: var(--main-color1);
    bottom: -1px;
    left: -3px;
}

.full-screen, .mobileoff-fullscreen-top-space, .fullscreenabanner {
    height: 100%;
}

.home-intro-slide-container {
    height: 100%;
    position: relative !important;
    display: block;
}

.home-intro-section .rev_slider_wrapper, .home-intro-slide-container .full-screen {
    max-height: 600px !important;
}

section {
    padding: 60px 0;
}

.home-intro-section {
    padding: 10px 0 0 0;
}

.home-intro-section .rev_slider_wrapper::after {
    content: ' ';
    height: 94%;
    width: 106%;
    position: absolute;
    background: #e13530;
    top: 3%;
    left: -3%;
}

.product-listing {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.page-title-banner .breadcrumb li a, .page-title-banner .breadcrumb li, .page-title-banner .breadcrumb ul>li:after {
    color: black;
    opacity: 1;
    font-size: 12px;
}

.page-title-banner .breadcrumb li a {
    color: var(--main-color1);
}

.page-title-banner .breadcrumb ul>li:after {
    font-size: 15px;
}

.grid.gutter-extra-large li {
    padding: 10px;
    /* height: 100%; */
}

.breadcrumb ul>li:after {
    content: ">";
    font-weight: normal;
    padding: 0 8px 0 11px;
    vertical-align: inherit;
}

.top-bar-menu {
    font-size: 14px;
}

.case-content {
    font-weight: normal;
    margin-top: 15px;
    font-size: smaller;
    text-align: left;
    padding: 0px 20px;
}

.home-slider .swiper-container {
    height: 500px;
}

.alert-info {
    background: #eaeaea;
    border: #eaeaea;
    color: inherit;
}

/* .breadcrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.breadcrumb a i {
    padding-left: 6px;
} */


.shopping-content .product-price {
    font-size: 25px;
    margin-top: 15px;
    display: block;
}

.shopping-content .product-comment-button.smaller {
    font-size: inherit;
}

.shop-category-style-01 .shop-product-image {
    height: 400px;
}

.grid-item .blog-post .blog-post-image img {
    height: 250px;
}

.grid-item.grid-item-double .blog-post .blog-post-image img {
    height: 500px;
}

.shop-category-style-01 .shop-product-image img, .blog-post .blog-post-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-categories .blog-category-style-01 {
    border-radius: 10px;
}

.blog-category-style-01 img {
    height: 400px;
    object-fit: cover;
}

.product-images-box {
    width: 100%;
    justify-content: center;
}

.home-intro-section {
    padding: 0;
}

section.simple-box {
    padding: 90px 0 !important;
}

.wysiwyg_content section.simple-box:nth-child(even)::before {
    display: block !important;
    content: ' ';
    position: absolute;
    background-color: #f7f7f7;
    height: 100%;
    width: 200%;
    left: -50%;
} 
/* .wysiwyg_content section.simple-box:nth-child(even)::before {
    display: none !important;
} */

.wysiwyg_content table {
    width: 100%;
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.wysiwyg_content table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* footer .contact-block, footer .contact-block a, footer a {
    color: white;
    font-weight: normal;
} */

h1 {
    font-size: 3rem;
    line-height: 4rem;
}

.scroll-top-arrow {
    display: none !important;
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    border-radius: 0;
}

.slider-arrow-rb {
    display: flex;
}

a, a.nav-link, a:active, a:focus {
    color: var(--main-color-dark);
}

.page-title-banner-overlay {
    background: #1f232c;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.nav-link:focus, .nav-link:hover {
    color: var(--main-color1);
}

.navbar .justify-content-end .navbar-nav li:last-child .nav-link {
    margin-right: 20px !important;
}

.top-bar-contact .top-bar-contact-list {
    border: none;
    font-size: 13px;
    float: none;
    flex: 1;
    justify-content: flex-end;
    gap: 30px;
}

.top-bar-contact-list ul li {
    display: inline-block;
    padding: 0 10px;
    /* text-transform: uppercase; */
    font-weight: normal;
    line-height: normal;
}
.page-text-content .simple-box:first-child {
    padding-top: 0 !important;
}
.wysiwyg_content h1.simple-box-title::after {
    display: none;
}

p a, .page-text-content a, .wysiwyg_content a {
    color: var(--main-color1);
}

.flex-1 {
    flex: 1;
}

.object-fit-cover {
    object-fit: cover;
}

.display-none {
    display: none;
}

.flex-direction-column {
    flex-direction: column;
}

section.big-section {
    padding: 160px 0;
}

section.extra-big-section {
    padding: 200px 0;
}

section.half-section {
    padding: 80px 0;
}

.cursor-none {
    cursor: none;
}

.cursor-default {
    cursor: default;
}

.inline-list {
    padding: 0;
}

.inline-list li {
    display: inline-block;
    list-style-type: none;
}

.text-left {
    text-align: left;
}

.highlight {
    color: var(--main-color1);
}

.underline {
    text-decoration: underline;
}

.bg-main {
    background-color: var(--main-color1);
}

.bg-main2 {
    background-color: var(--main-color2);
}

.bg-main3 {
    background-color: var(--main-color3);
}

.bg-main-dark {
    background-color: var(--main-color-dark);
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    text-transform: none;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.btn.btn-main {
    background: var(--main-color1);
    border-color: var(--main-color1);
    color: black;
}

.btn.btn-main:hover, .btn.btn-main:focus {
    background: transparent;
    color: var(--main-color1);
}

.btn.btn-light:hover, .btn.btn-light:focus {
    background-color: var(--main-color1);
    border-color: var(--main-color1);
    color: black;
}

.btn.btn-main2 {
    background: var(--main-color2);
    border-color: var(--main-color2);
    color: black;
}

.btn.btn-main2:hover, .btn.btn-main2:focus {
    background: var(--main-color1);
    border-color: var(--main-color1);
    color: black;
}


.btn.btn-main3 {
    background: var(--main-color3);
    border-color: var(--main-color3);
    color: #ffffff;
}

.btn.btn-main3:hover, .btn.btn-main3:focus {
    background: var(--main-color1);
    border-color: var(--main-color1);
    color: black;
}

.btn.btn-main4 {
    background: var(--main-color4);
    border-color: var(--main-color4);
    color: #ffffff;
}

.btn.btn-main4:hover, .btn.btn-main4:focus {
    background: black;
    border-color: black;
    color: white;
}

.feature-box-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-box-icon {
    margin-right: 25px;
}

.feature-box-icon i {
    color: #1b1b1b;
    font-size: 58px;
}

.maintenance-mode-label {
    padding: 2px 10px;
    background: #E74C3C;
    color: white;
    position: fixed;
    font-size: 11px;
    top: 10px;
    left: 10px;
    z-index: 9999999;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.text-main {
    color: var(--main-color1);
}

.text-main2 {
    color: var(--main-color2);
}

.text-main3 {
    color: var(--main-color3);
}

.btn.btn-primary {
    color: #fff;
    background-color: var(--main-color1);
    border-color: var(--main-color1);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--main-color1);
    border-color: var(--main-color1);
    opacity: 0.7;
}


.filter-block {
    background: #f7f7f7;
    padding: 50px;
}

.filter-tag-container .filter-button {
    margin-right: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.filter-tag-container {
    display: flex;
    /* width: 100%; */
    position: relative;
    /* float: left; */
    flex-wrap: wrap;
    margin-bottom: 20px;
    /* justify-content: flex-start; */
    /* align-items: center; */
    /* margin-right: 15px;
    margin-left: 15px; */
}

.filter-reset-tag {
    display: flex;
    flex: 1 0;
    /* border-radius: 16px; */
    max-width: 180px;
    min-width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    align-items: center;
    /* height: 100%; */
    background-color: #eee;
}

.filter-reset-tag .left {
    display: table-cell;
    position: relative;
    font-size: .875rem;
    vertical-align: middle;
}

.filter-reset-tag .left a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 100%;
    padding: 0 !important;
    color: #222;
    float: left;
    background-color: #fff !important;
    border: 0 !important;
    margin: 0 6px;
}

.filter-reset-tag .left a i {
    margin: 0 !important;
    color: grey;
}

.filter-reset-tag .right {
    display: table-cell;
    padding: 10px 12px;
    padding-left: 0;
    vertical-align: middle;
}

.filter-reset-tag .right span {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-reset-tag .right .reset-tag-title {
    color: #777;
    white-space: normal;
    padding-left: 7px;
    min-width: 100px;
}

.filter-reset-all-tag {
    background: #c13a378a;
}

.filter-reset-all-tag a {
    width: 100%;
    color: white;
    text-align: center;
}

.top-bar-contact ul.navbar-nav {
    justify-content: flex-end;
}

/* SIMPLEBOX START */
.simple-box h1, .wysiwyg_content h2 {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
}

/* SIMPLEBOX END */

.wysiwyg_content .simple-box .simple-box-image::after {
    display: none;
}
.page-wrapper {
    padding: 0;
}
.show-filter-block {
    margin-right: 15px;
}

.col-sidebar-products {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 50px;
}


.col-sidebar-products {
    display: none;
    padding-right: 35px;
    padding-left: 15px;
}

.col-content-products {
    flex: 1;
    max-width: inherit;
    margin-top: 50px;
}

.products-top-header {
    margin: 0;
    margin-bottom: 1.5rem;
}

.products-top-header>div {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
}

.product-box {
    /* border: 1px solid #e1e1e1; */
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    height: 350px;

}

.product-box>a {
    display: flex;
    opacity: 1;
    /* height: 100%; */
}


.product-box .product-footer {
    /* padding: 10px; */
    padding: 20px 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    /* justify-content: flex-end; */
    height: 115px;
}

.product-box .product-image {
    top: 0;
    left: 0;

    height: 250px;
    /* height: 350px; */
    /* height: 100%; */
    width: 100%;
    position: relative;
}

.product-box .product-image::before {
    content: ' ';
    display: block;
    background: var(--main-color1);
    height: 200px;
    width: 200px;
    position: absolute;
    top: 7px;
    left: 50px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

.filter-visible .product-box .product-image::before {
    left: 0;
}
.product-detail-code {
    display: none;
}
.product-box .product-image img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    /* background: #f5f5f5; */
}
.product-box .product-image img.hover-image {

    object-fit: cover;
}

.product-footer .product-price {
    font-size: 19px;
}

.blog-post-details {
    padding: 45px;
}

.pagination-style-01 .page-item .page-link {
    border-radius: 0;
    margin: 0 7px;
}

.pagination-style-01 .page-item .page-link:hover, .pagination-style-01 .page-item.active .page-link {
    box-shadow: none;
    background: #fff;
    color: #ffffff;
    background: var(--main-color1);
    border-radius: 0;
}

.pagination {
    margin-top: 30px;
    margin-bottom: 40px;
    justify-content: center;
}

.header-message-container {
    text-align: center;
    flex: 1;
}

.header-message-container p {
    color: white;
    font-weight: 600;
    text-align: left;
}

.filter-btn {
    font-size: 14px;
    line-height: normal;
}

.filter-btn i {
    margin-right: 4px;
}

footer .footer-big-link {
    color: var(--main-color-dark);
    font-size: 30px;
}

footer .footer-big-link:hover {
    color: var(--main-color1);
}

footer a:hover {
    color: var(--main-color1);
}

footer .highlight {
    color: var(--main-color-dark);
}

footer .highlight:hover {
    color: var(--main-color1);
}

.top-bar-contact-container {
    width: 100%;
}

.navbar .top-bar-contact-container .navbar-nav li.nav-item .nav-link {
    padding: 5px 0;
}



.variation-fixed.shop-size li>input[type="radio"]+label span {
    width: initial;
    border-radius: 1rem;
    padding: 0 0.5em;
    min-width: 32px;
}

#terms_conditions {
    margin-top: 0.4em
}

#terms_conditions+label {
    color: unset;
    display: block;
    font-size: 14px;
}

.no-wrap,
.no-wrap td,
.no-wrap th {
    page-break-inside: avoid;
    white-space: nowrap;
}

.error+label.error {
    color: #a94442 !important;
}

.error+label {
    margin-bottom: 15px;
    font-size: 14px;
}

/* .profile-tabs .active .nav-link:after {
    content: ' ';
    position: absolute;
    height: 5px;
    width: calc(100% + 2rem);
    background: var(--main-color1);
    bottom: 0rem;
    left: 1rem;
} */
.profile-tabs .nav {
    position: relative;
    overflow: hidden;
}

.profile-tabs .nav .nav-item {
    width: 100%;
}

/* .nav-link-underline .active a:after {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 4em;
    background: var(--main-color1);
    bottom: 0rem;
    left: 0.1em;
} */

h1.header-underline:after {
    content: ' ';
    position: absolute;
    height: 6px;
    width: 2em;
    background: var(--main-color1);
    bottom: 0.5em;
    left: 0.5em;
    transition: all 2s;
}

h1.header-underline:hover:after {
    width: 2.5em;
    transition: all 2s;
}

.top-bar .navbar-nav {
    flex-direction: row;
    gap: 8px;
}

.page-title-container h5 {
    font-weight: 500;
}

.navbar .navbar-nav li.nav-item:last-child .nav-link,
.navbar .navbar-nav li.nav-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.navbar .navbar-nav li.nav-item:first-child .nav-link,
.navbar .navbar-nav li.nav-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.total-price-table td,
.total-price-table th {
    border-bottom: none;
}

.total-price-table tr {
    border-bottom: 1px solid #e4e4e4
}

.total-price-table tr:last-child {
    border: none;
}

.modal-open .modal-backdrop {
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}



.large-icon a {
    width: 40px;
    height: 40px;
}

@media(max-width: 1200px) {
    h1 {
        font-size: 2.7rem;
        line-height: 3.6rem;
    }

    h3, .section-title, .simple-box h1, .wysiwyg_content h2 {
        font-size: 2.55rem !important;
        line-height: 3.2rem;
    }

    h4 {
        font-size: 2.4rem;
        line-height: 3.0rem;
    }

    h5 {
        font-size: 2.10rem;
        line-height: 2.8rem;
    }

    .page-title-banner>.container-wider {
        padding: 0;
    }

    .page-title-content {
        padding: 0;
        height: 300px;
    }

    .margin-4-rem-bottom {
        margin-bottom: 2rem;
    }

    section.big-section {
        padding: 100px 0;
    }

    .padding-10-rem-tb {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    section.simple-box {
        padding: 60px 0 !important;
    }

    .home-intro-slide-container {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media(max-width: 1199px) {
    .home-intro-section .rev_slider_wrapper, .home-intro-slide-container .full-screen {
        max-height: 500px !important;
    }

    h3, .section-title, .simple-box h1, .wysiwyg_content h2 {
        font-size: 2.45rem !important;
        line-height: 3.1rem;
    }

    .navbar .navbar-nav .nav-link {
        margin: 0px;
    }
}

@media(max-width: 1100px) {}

@media(max-width: 1024px) {
    h1 {
        font-size: 2.6rem;
        line-height: 3.5rem;
    }

    h3, .section-title, .simple-box h1, .wysiwyg_content h2 {
        font-size: 2.45rem !important;
        line-height: 3.1rem;
    }

    h4 {
        font-size: 2.3rem;
        line-height: 2.9rem;
    }

    h5 {
        font-size: 2rem;
        line-height: 2.7rem;
    }

    .navbar .navbar-nav .nav-link, .header-topbar-link {
        margin: 0px;
        font-size: 14px;
    }

    p, address {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 32px;
    }

    .title-extra-small {
        font-size: 25px;
        line-height: 30px;
    }

    .margin-6-rem-bottom {
        margin-bottom: 5rem;
    }

    .margin-6-rem-top {
        margin-top: 5rem;
    }

    .page-title-content {
        padding: 0;
        height: 300px;
    }

    .margin-25px-bottom {
        margin-bottom: 15px;
    }

    .large-input {
        padding: 16px 22px 17px;
    }
}

@media(max-width: 992px) {}

@media(max-width: 991px) {
    body {
        font-size: 16px;
    }
    .nav-item>.dropdown-toggle {
        display: none;
    }
    .top-bar-contact .top-bar-contact-list {
        gap: 20px;
    }
    .top-bar-contact-list ul li {
        padding-right: 0;
    }
    .about-image-container {
        display: flex;
        gap: 30px;
    }
    .about-image-container div {
        height: 350px !important;
        width: 50% !important;
        position: relative !important;
        margin-bottom: 30px;
    }
    .about-image-container div:first-child {
        margin: 0;
    }
    .about-image-container div:nth-child(2) {
        top: 0;
    }

    .navbar-toggler {
        margin: 30px 0 28px 20px;
    }

    .top-bar-contact .top-bar-contact-list {
        padding: 0;
    }

    .top-bar .navbar-nav {

        padding: 0;
    }

    .navbar.navbar-boxed {
        padding: 20px 0;
    }

    .header-message-container {
        text-align: left;
    }

    .cc_dialog.simple {
        max-width: 80% !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .form-control {
        line-height: 2.5;
    }

    .container {
        max-width: 85%;
    }

    .portfolio-container .portfolio-item {
        flex: 1 0 48%;
    }

    .portfolio-container .portfolio-caption {
        padding: 15px 15px
    }

    .show-filter-block, .close-filter-block {
        animation: kreep 0.7s ease 2s infinite alternate;
    }

    .products-top-header>div.text-left {
        width: 50%;
    }

    .products-top-header>div.text-center {
        width: 50%;
        text-align: right !important;
    }

    .products-top-header>div.text-right {
        margin-top: 20px;
        max-width: 100%;
        flex: 1 100%;
        display: block;
    }

    .justify-content-center-md {
        justify-content: center !important;
    }

    .navbar-collapse {
        z-index: 999;
    }

    .nav-item.dropdown.megamenu .menu-back-div {
        box-shadow: none;
        padding-top: 0;
    }

    .navbar .navbar-nav .nav-item.active .nav-link:after {
        display: none;
    }

    .home-intro-slide-container {
        padding-left: 70px;
        padding-right: 70px;
    }

    .product-images-box {
        margin-bottom: 40px;
    }

    .header-message-container p {}

    .col-sidebar-products {
        padding-left: 0;
    }

    .navbar .navbar-nav li.nav-item:first-child .nav-link {
        /* margin-left: 13px; */
    }

    .header-cart-icon {
        width: 100%;
        margin-right: 13px !important;
    }

    .cart-item-list {
        margin-top: 0;
    }

    /* .cart-item-list {
        left: 0;
        z-index: 999;
        position: relative;
        margin-bottom: 50px;
        width: calc(100% - 40px);
        box-shadow: none;
        margin-top: 0;
    }

    .cart-item-list .cart-item {
        margin: 0 0 18px 0;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: none;
    } */

    .blog-post-details {
        padding: 20px;
    }
}

@media(max-width: 850px) {
    .container {
        max-width: 92%;
    }

    .col-sidebar-products {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .navbar.navbar-boxed.mobile-top-space {
        padding-right: 30px;
    }
    .top-bar .navbar-nav {
        padding-top: 10px;
    }
    .topbar-languages-mobile {
        display: flex;
    }
    .header-message-container .no-wrap {
        white-space: wrap;
        display: block;
        margin: 0;
        padding: 0;
    }

    .footer-big-link {
        font-size: 23px;
    }

    footer .text-right {
        text-align: left !important;
    }

    .blog-category-style-01 .blog-image, .blog-category-style-01 img {
        height: 300px;
    }

    .navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-title-content {
        height: 200px;
    }

    .page-title-content h1 {
        margin-top: 90px;
        font-size: 30px;
    }

    .contact-block {
        margin-bottom: 25px !important;
    }

    .cc_dialog.simple {
        max-width: 100% !important;
    }

    .margin-6-rem-top {
        margin-top: 4rem;
    }

    .margin-6-rem-bottom {
        margin-bottom: 4rem;
    }

    .home-intro-section .rev_slider_wrapper, .home-intro-slide-container .full-screen {
        max-height: 400px !important;
    }

    .btn.btn-fancy.btn-medium {
        padding: 10px 22px;
    }

    .top-bar-contact {
        flex-direction: row;
        align-items: center;
    }

    .topbar-languages .nav-item>.dropdown-toggle {
        display: block;
        position: relative;
        height: auto;
        width: auto;
        right: auto;
        top: auto;
        line-height: normal;
    }
    .topbar-languages {
        flex: 1;
        justify-content: flex-end;
    }
    .topbar-languages .dropdown-menu {
        right: 0;
    }
    .top-bar .topbar-languages a.dropdown-item {
        color: inherit;
        padding: 8px 20px;
    }
}

@media(max-width: 575px) {
    .navbar-toggler {
        margin-right: 15px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .about-image-container div {
        height: 250px !important;
    }
    .justify-content-center-xs {
        justify-content: center !important;
        text-align: center;
    }

    h1 {
        font-size: 2.1rem;
        line-height: 3.0rem;
    }

    h3, .section-title, .simple-box h1, .wysiwyg_content h2 {
        font-size: 2.05rem !important;
        line-height: 2.7rem;
    }

    h4 {
        font-size: 1.9rem;
        line-height: 2.5rem;
    }

    h5 {
        font-size: 1.6rem;
        line-height: 2.3rem;
    }

    .top-bar>.nav-header-container {
        max-width: 100%;
    }

    .top-bar>.nav-header-container .top-bar-contact-container {
        max-width: 100%;
    }

    .top-bar-contact-list.top-bar-menu {
        float: none;
        text-align: center;
    }

    .top-bar .navbar-nav {
        padding-top: 0;
    }

    .top-bar-contact .top-bar-contact-list:last-child {
        display: none;
        align-items: center !important;
        padding-top: 13px;
    }

    .top-bar-contact-list ul li {
        padding: 8px 10px;
    }

    .product-box .product-image::before {
        left: 0;
    }

    .product-box {
        height: auto;
    }

    .product-footer .product-price {
        font-size: 17px;
    }

    .product-item-title {
        font-size: 13px;
        line-height: 20px;
    }

    .header-cart-icon>a {
        height: 35px;
        width: 35px;
        background: none;
    }

    .header-cart-icon {
        margin-right: 0px !important;
    }

    header .header-cart-icon .cart-count {
        background: none;
        color: var(--main-color1) !important;
    }
}

@media(max-width: 500px) {
    .container {
        max-width: 96%;
    }

    .product-box .product-image {
        height: 200px;
    }
    .product-box .product-image::before {
        height: 150px;
        width: 150px;
        top: 35px;
        left: 22px;
    }

    .cart-item-list {
        right: -50px;
    }

    .default-logo {
        max-width: 130px;
        margin: 15px 8px;
    }

    p, address {
        margin: 0 0 15px;
        font-size: 15px;
        line-height: 28px;
    }

    .navbar-toggler {
        /* margin-right: 30px; */
    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .portfolio-container .portfolio-item {
        flex: 1 0 50%;
    }

    .large-input {
        font-size: 15px;
        padding: 13px 22px 7px;
    }

    .nav-item.dropdown.megamenu .menu-back-div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .portfolio-container .portfolio-caption {
        padding: 10px 10px
    }

    .portfolio-container .portfolio-image-thumbnails {
        display: flex;
        margin-top: -90px;
    }

    .portfolio-container .gallery-thumbnail {
        height: 90px;
        border: 2px solid white;
        display: block;
        object-fit: cover;
        width: 33.3%;
    }

    .case-content {
        padding-left: 0px;
        font-size: 12px;
        margin-top: 5px;
    }

    .portfolio-main-image img {
        min-height: 200px;
    }

    .top-bar-contact {
        padding: 0 8px;
    }

    .dropdown-menu.megamenu-content li a {
        white-space: normal;
    }

    .nav-item>.dropdown-toggle {
        margin-right: 15px;
    }
}

@media(max-width: 450px) {
    .product-box .product-image::before {
        left: 10px;
    }
}

@media(max-width: 400px) {
    .product-box .product-image::before {
        left: 0;
        width: 100px;
        height: 100px;
    }

    .product-box .product-image {
        height: 170px;
    }

    .product-box .product-image img {
        margin-top: 25px;
    }

    .product-badge {
        opacity: 0.7;
        font-weight: normal;
    }

    .product-badge {

        font-size: 12px;
    }
}