html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    background: url(/assets/images/bg.png);
    font-size: 14px;
    color: #3e3838;
    font-family: 'Montserrat', sans-serif!important;
}
.red{
    color: red;
}
.cats-block a{
    text-decoration: none;
}
/*----Navbar style----*/
.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 17px;
    background-color: #fff;
    border-bottom: 1px solid #E4DADA;
    z-index: 10;
    height: 60px;

}

.navigation .nav-block ul {
    margin: 0;
    padding: 0;
}

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

.navigation .nav-block ul li a {
    color: #777777;
    text-decoration: none;
    margin-right: 20px;
}

.navigation .nav-block ul li a:hover {
    color: #212121;
}

.navigation .nav-block-info {
    text-align: right;
}

.navigation .nav-block-info ul {
    margin: 0;
    padding: 0;
}

.navigation .nav-block-info ul li {
    list-style-type: none;
    display: inline-block;
}

.navigation .nav-block-info ul li a {
    color: #777777;
    text-decoration: none;
    padding-left: 20px;
}

.navigation .nav-block-info ul li a:hover {
    color: #212121;
}

.navigation .logo {
    position: absolute;
    top: -20px;
    z-index: 10;
}

.content-menu {
    background-color: white;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 19px;
    left: 0;
    padding: 50px 0 0 0;
    font-size: 12px;

}

.content-menu ul li {
    list-style: none;
    cursor: pointer;
    line-height: 20px;

}

.content-menu ul {
    list-style: none;
    cursor: pointer;
    margin: default;
    padding: 0;
}

.text-level-1 {
    color: #ef7d00;
    font-weight: bold;
}

.text-level-2 {
    color: black;
    font-weight: bold;
}

.content-menu ul li a {
    text-decoration: none;
    color: #9c9090;
}

.content-menu ul li a:hover {
    color: rgba(36, 35, 35, 0.6);
}

.inside-catsblock {
    display: none;
}

.outside-catsblock {
    display: none;
}
.product-catsblock {
    display: none;
}
.subcat-content {
    display: none;
}

.subcat-content.active {
    display: block;
}

.menu-products{
    min-height: auto;
}
.subcat-content { display: none; }
.main-category li { cursor: pointer; font-weight: bold; margin-bottom: 10px; }

.navActive {
    border-bottom: 2px solid black;
    margin-right: 20px;
}

.all-products {
    background: #ef7d00;
    width: 100%;
    padding: 5px 15px;
}

.pr_block{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    height: 50px;
 }
.pr_block .all_pr{
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
}

.all-products a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.all-products img {
    width: 13px;
    margin-right: 3px;
}

/*----Mobile Navbar style----*/
.mobile-navigation {
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #E4DADA;
    display: none;
    justify-content: space-between;
    width: 100%;
}

.mobile-navigation .mobile-phone img {
    width: 25px;
}

.mobile-navigation .mobile-logo {
    text-align: center;
}

.mobile-navigation .mobile-logo img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.mobile-navigation .mobile-nav img {
    width: 25px;
}

/*---Footer Style---*/
.footer {
    border-top: 2px solid #e4dada;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 15px 0 0px 0;

}

.footer-nav {
    margin-right: auto;
    margin-left: auto;
}

.footer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.footer li {
    list-style: none;
}

.footer li a {
    color: #3e3838 !important;
    font-weight: 600;
    text-decoration: none;
}

/*----Header content style----*/
.header-content {
    background-image: url(/assets/images/main_banner1800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    margin-top: 45px;
}

.header-content .header-titles {
    text-align: center;
    padding-top: 100px;
    font-weight: bold;
}

.header-content .header-titles .first-title {
    color: #e30613;
    font-size: 40px;
}

.header-content .header-titles .second-title {
    font-size: 24px;
}

.header-content .search-content {
    background-color: #e30613;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
}

.header-content .search-content input {
    border-radius: 2px 0 0 2px;
    width: 600px;
    display: inline;
    height: 44px;
    box-shadow: 0 3px 0 #891d00;
}

.header-content .search-content button {
    background-color: #ef7d00;
    border-radius: 0 2px 2px 0;
    display: inline;
    margin-left: -5px;
    height: 44px;
    vertical-align: baseline;
    color: #fff;
    box-shadow: 0 3px 0 #891d00;
}

.header-content .search-content button:hover {
    background-color: #f09f48;
}

.header-content .search-content button img {
    width: 22px;
}

#mobileNav .modal-dialog {
    max-width: 500px;
    margin: 0 0 0 auto;
}

#mobileNav .modal-content {
    border-radius: 0;
    border: none;
    height: 100%;
}

#mobileNav .modal-body {
    padding: 0;
}

#mobileNav .nav-title {
    background-color: #e30613;
    color: #fff;
    padding: 10px 25px;
    font-size: 34px;
    font-weight: 700;
    cursor: pointer;
}

#mobileNav .nav-title span {
    float: right;
}

#mobileNav .mobile-links ul {
    padding: 0;
    margin: 0;
}

#mobileNav .mobile-links li {
    list-style-type: none;
    padding: 15px 25px;
    border-bottom: 1px solid #ebebeb;
}

#mobileNav .mobile-links li a {
    color: #373737;
    font-weight: 700;
}

#mobileNav .mobile-contacts {
    margin-top: 50px;
    font-weight: 700;
    font-size: 21px;
}

#mobileNav .mobile-contacts a {
    color: #373737;
    text-decoration: none;
}

#mobileNav .mobile-contacts img {
    margin-right: 10px;
    width: 50px;
}

#mobileNav .mobile-contacts .mobmap-icon {
    float: left;
    margin-bottom: 10px;
}

#mobileNav .mobile-contacts ul {
    padding: 0;
    margin: 0;
}

#mobileNav .mobile-contacts ul li {
    list-style-type: none;
    padding: 15px 25px;
}

/*--Slide Show-----*/
.carousel {
    margin-top: 75px;
    position: relative;
    display: block;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.carousel-item img:first-child {
    transition: transform 1s;
}

.carousel-item img:first-child:hover {
    transform: scale(1.1);
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-control-prev-icon {
    background-image: url(/assets/icons/back_50px.png);
    background-color: rgba(255, 255, 255, 1);
    background-size: 30px 30px;
    background-position: center;
    position: absolute;
    left: 0;
    padding: 30px;

}

.carousel-control-next-icon {
    background-image: url(/assets/icons/next_50px.png);
    background-color: rgba(255, 255, 255, 1);
    background-size: 30px 30px;
    background-position: center;
    position: absolute;
    right: 0;
    padding: 30px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #cbc5bd;
}

.carousel-caption {
    top: 0;
    bottom: auto;
    color: #3e3838;
}
.carousel-caption h1{
    color: #fff;
}
.carousel-caption h4{
    color: #fff;
}
.carousel-caption img {
    margin-top: 75px;
}

.carousel-item a {
    background-color: #ef7d00;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 180px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 3px 0 #891d00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.carousel-item a:hover {
    background-color: #f09f48;
}

.carousel-productimg {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    max-height: 165px;
}

.second {
    color: white;
}

.second button {
    margin-top: 10px;
}

/*--Image Links-----*/
.image-links {
    margin-top: 20px;
    margin-bottom: 80px;
}

.sections {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.section-design {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

.text-image {
    position: absolute;
    top: 15px;
    text-align: center;
    padding: 0 5px;
}

.text-image .btn {
    background-color: #ef7d00;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 180px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 3px 0 #891d00;
}

.text-image .btn:hover {
    background-color: #f09f48;
}

.section-design img {
    transition: transform 1s;
    width: 100%;

}

.section-design img:hover {
    transform: scale(1.1);
}

/*---Article Footer----*/
.article-footer {
    padding: 55px 0;
}

.article-footer h2 {
    text-align: center;
}

.article-content {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.article-content h6 {
    text-align: left;
    margin-top: 5px;
    font-weight: 700;
}

.article-info {
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.article-info img {
    width: 100%;
}

.article-info img:hover {
    opacity: .6;
    transition: .6s;
}

/*----Product Page---*/


.product-details {
    margin-bottom: 210px;
}

.product-header {
    background-color: white;
    padding: 150px 20px 20px 20px;
    width: 100%;
    position: relative;
    height: 300px;
    margin-bottom: 140px;
    display: flex;
    justify-content: center;

}

.productTitle {
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans bold', Arial, Verdana, serif;
    margin-bottom: 10px;
    color: #e30613;
}

.product-header img {
    margin: 0 auto;
    height: auto;
    width: auto;
    max-height: 215px;
    max-width: 320px;
}

.productImages {
    display: flex;
    justify-content: center;
    padding-top: 0px;
}

.desc-first {
    background-position: bottom right;
    color: #ef7d00;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    outline: none!important;
    box-shadow: 0 0 0 transparent!important;
    border-radius: 0;
}
.product-description  {
    min-height: 50vh;
    margin-top: 100px;
    margin-bottom: 100px;
}
.product-description .card-header {
    background-color: white;
    padding: 0;
    border-radius: 0;
}

.headline {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
}

.collapseInner {
    color: #3e3838;
}

.desc-right {
    background-color: white;
    padding: 15px 15px;
    height: 230px;
}

.desc-right .btn {
    background-color: #ef7d00;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    max-height: 60px;
    border-radius: 2px;
    box-shadow: 0 3px 0 #891d00;
    margin-bottom: 10px;
}

.desc-right .btn:hover {
    background-color: #f09f48;
}

.sharePage {
    margin-top: 15px;
}

.sharePage h6 {
    font-weight: bold;
}

.sharePage img {
    width: 30px;

}

.mailicon {
    margin-right: 4px;
}

.down-arrow {
    float: right;
    width: 30px;
}
.collapseInner .productTable tr {
    border: 1px solid #3e3838;
    padding: 2px;
}
.collapseInner .productTable th {
    border: 1px solid #3e3838;
    padding: 5px;
    width: 150px;
    height: 100px;
}
.collapseInner .productTable td {
    border: 1px solid #3e3838;
    padding: 5px;
}
/*----------Contact Page Style---------------*/
.contact-header {
    background-image: url(/assets/images/contacts-banner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 45px 0 55px 0;

}

.contact-title {
    text-align: center;
}

.contact-title h1 {
    font-size: 36px;
    line-height: 1;
    color: #e30613;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-title p {
    font-size: 24px;
    color: #3e3838;
    font-weight: bold;
}

.contact-main {
    margin: 20px;
}

.contact-main .col-md-9 {
    padding: 0 10px 0 5px;
}

.contact-form {
    background-color: white;
    padding: 20px 0 20px 20px;
    color: #3e3838;
    margin-bottom: 50px;
}

.contact-form h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px 20px 20px;
}

.contact-form p {
    font-size: 16px;
    color: #3e3838;
    margin: 0 20px;
}

.contact-form form {
    margin: 30px;
}

.contact-form .form-check {
    margin: 0 0 10px 130px;

}

.contact-form .btn {
    background-color: #ef7d00;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 260px;
    border-radius: 2px;
    padding: 10px 25px 10px 25px;
    box-shadow: 0 3px 0 #891d00;
    display: block;
    margin: 0 auto;
}

.contact-form .btn:hover {
    background-color: #f09f48;
}

.contact-form input {
    height: 45px;
}

.alpina-links {
    color: #ef7d00;
}

.alpina-links:hover {
    color: #ef7d00;
}

.contact-addr {
    background-color: white;
    padding: 15px;
    margin: 0 -15px;
    color: #3e3838;
}

.contact-addr h5 {
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 15px;
}

.contact-addr b {
    font-size: 16px;
}
.slideshow{
    margin-bottom: 75px;
}
/*----------About Page Style---------------*/
.page-header {
    background-image: url(/assets/images/about-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 55px 0 55px 0;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-breadcrumb {
    color: #ef7d00;
}

.first-breadcrumb:hover {
    color: #ef7d00;
}

.cards-about {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 50vh;
}

.card-details {
    padding: 0 5px 0 5px;
    margin: 0;
    display: flex;
    justify-content: center;

}

.card-details img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}
.home-blog .card-details img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-details a {
    text-decoration: none;
    color: #3e3838;
}

.card-details h5 {
    font-size: 16px;
    display: block;
    line-height: 1.2;
    margin: 5px 0 2px 0;
    font-weight: bold;
}

.card-details p {
    font-size: 14px;
    color: #9c9090;
    margin-bottom: 20px;
    text-align: justify;
}

.card-details img:hover {
    opacity: .6;
    transition: .6s;
}

/*----------About1 Page Style---------------*/
.aboutfirst-header {
    background-image: url(/assets/images/about1-banner.jpg);
    background-position-x: 50%;
    background-position-y: 0;
    background-size: 150%;
    background-repeat: no-repeat;
    display: block;
    margin: 45px 0 55px 0;
}

.about-collapse {
    background-color: white;
    padding: 20px 70px;
}

.collapse-head {
    font-size: 16px;
    margin: 0 0 20px;
    color: #3e3838;
}

.about-collapse .card-header {
    background-color: white;
}

/*----------About2 Page Style---------------*/
.about-history {
    background-color: white;
    padding: 20px 70px;
    color: #3e3838;
}

.about-history p {
    font-size: 16px;
    margin: 0 0 20px;
    color: #3e3838;
}

.info-time {
    margin: 28px 0 0 0;
    padding: 28px 0;
    background-color: white;
}

.element-year {
    font-size: 20px;
    font-weight: bold;
}

.element-headline {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: bold;
}

.element-text {
    font-size: 16px;
}

/*----------About3 Page Style---------------*/
.abouttt-header {
    background-image: url(/assets/images/about3-banner.jpg);
    background-position-x: 50%;
    background-position-y: 0;
    background-size: 150%;
    background-repeat: no-repeat;
    display: block;
    margin: 45px 0 55px 0;
}
.flag_nav{
    width: 20px;
    height: 20px;
}
.accordion .card{
    border-radius: 0;
}
.pagesnav-breadcrumb{
    padding: 0;
}
.article-card{
    background-color: #fff;
    padding: 15px;
}
.product-cards a{
    text-decoration: none;
}
.product-card{
    /*background-color: #f1ebeb;*/
    background-color: rgb(255, 255, 255);
    /*background-color: none;*/
    width: 100%;
    margin-top: 25px;
    border: 1px solid #d8d8de;
    border-radius: 20px;
    height: 350px;
    position: relative;

}
.table-responsive{
   width: 100%!important;
}
.product-btn{
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: 1.2rem 10%;
    display: flex;
    padding: .5rem 3rem;
    border: 1px solid #ef7d00;
    border-radius: 10px;
    background-color: #ef7d00;
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}
.product-btn:hover {
    background-color:  #e30613;
    border-color: #e30613;
}

@media(max-width: 1100px){
    .product-btn {
        padding: .5rem 1.2rem;
        font-size: 14px;
    }
 }
.product-card .image-block{
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .title-block{
    text-align: center;
    margin-top: 20px;
}

.product-card .image-block{
    margin-bottom: 5px;
}
.product-card .image-block img{
    height: 170px;
    width: 90%;
    object-fit: cover;
    margin: auto;
}

.product-card h6{
    color: #3e3838;
    margin-bottom: 0;
    font-weight: 700;
}
.product-card p{
    color: #9c9090;
    margin-bottom: 0;
}
.blog-section{
    margin-bottom: 100px;
}
.about-page{
    margin-bottom: 100px;
}
.breadcrumb {
    background-color: transparent!important;
}
.blog-card{
    margin-bottom: 35px;
}
.about-card{
    margin-bottom: 35px;
}

.navbar-default .navbar-nav > .open .nav-2nd .navArrow {
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-width: 5px 5px 0;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #000;
    border-style: solid;
    display: block;
}

.color-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
    gap: 5px;
    max-width: 300px;
    margin-top: 10px;
}

.color-box {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border: 1px solid #dedede;
    cursor: pointer;
 }

.color-box.selected {
    border: 1px solid rgba(0, 0, 0, 0.32);
}

.available-true{
    border:1px solid #00aa00;
    padding: .5rem .8rem;
    max-width: 130px;
    border-radius: 30px;
}
.available-true span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00aa00;
    margin-left: 8px;
}

.available-false{
    border:1px solid #881322;
    padding: .5rem .8rem;
    width: 150px;
    border-radius: 30px;
}
.available-false span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #881322;
    margin-left: 8px;
}

.book-btn{
    padding: .5rem 3rem;
    border: 1px solid #ef7d00;
    border-radius: 10px;
    background-color: #ef7d00;
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}


.book-btn:hover {
    background-color:  #e30613;
    border-color: #e30613;
}

.book-btn:focus {
    outline: none;
    box-shadow: none;
}

.main-category ul li.active{
    /*border-bottom: 1px solid rgba(227, 6, 19, 0.3);*/
    color: #e30613;
}








/* container mega menu */
.product-mega-menu .menu-products {
    background:#fff;
    padding:24px 24px 0;
    z-index: 9999;
 }

.product-mega-menu .all-products-bar {
    background:#F08C00;
    padding:14px 18px;
    margin: 20px -24px;
 }

 .product-mega-menu .mega-cols {
    display: flex;
    flex-wrap: wrap;
    /*gap: 10px;*/
}

 .product-mega-menu .mega-col {
    flex: 1 1 20%;
    min-width: 150px;
     padding: 0 5px;
}

 .product-mega-menu .mega-side {
    font-size: 16px;
    font-weight: 600;
    color: #F08C00;
    text-transform: uppercase;
    margin: 0 0 12px;
}

 .product-mega-menu .mega-sub {
    display: inline-block;
    margin: 14px 0 6px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
.product-mega-menu .mega-sub:hover {
    text-decoration: underline;
}

 .product-mega-menu .mega-list {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
}
.product-mega-menu .mega-list li {
    margin: 0;
    padding: 0;
}
.product-mega-menu .mega-list a {
    display: inline-block;
    padding: 3px 0;
    color: #6c6c6c;
    text-decoration: none;
    line-height: 1.4;
}
.product-mega-menu .mega-list a:hover {
    text-decoration: underline;
}

 .product-mega-menu .all-products-bar {
    background: #F08C00;
    margin-top: 20px;
    padding: 14px 18px;
}
.product-mega-menu .all-products-bar .all-pr {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .2px;
}
.product-mega-menu .all-products-bar .all-pr:hover {
    text-decoration: underline;
}

 @media (max-width: 991.98px) {
    .product-mega-menu .mega-col { flex: 1 1 calc(50% - 24px); }
}
@media (max-width: 575.98px) {
    .product-mega-menu .mega-col { flex: 1 1 100%; }
}


.product_list{
    padding: 10px;
    background-color: #6c757d;
    border-radius: 15px;
    color: white;
    text-align: start;
    font-weight: 600;
}

.product_list:hover {
    background-color: #ef7d00;
    color: white;
}

.bg-orange{
    background-color: #ef7d00;
}


.leaflet-touch .leaflet-control-attribution{
    display: none;
}

.color_relative{
    position: relative;
    margin-bottom: 1.5rem;
}

.absolute_title{
    position: absolute;
    background-color: white;
    padding: .8rem;
    margin: .5rem 5%;
    bottom: 1rem;
    width: 90%;
}

.absolute_title p{
 color: #ef7d00!important;
    font-weight: 500;
    margin-bottom: .2rem;
}

.absolute_title h5{
    color: #1d0002;
}

.color_details img{
    width: 100%!important;
    height: 250px!important;
    object-fit: cover!important;
}
