@media screen and (max-width: 1199px){
html, body {
    width: auto !important;
    overflow-x: hidden !important;
  }}
.navigation>.container{
  position:relative;
  border-bottom: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bg {
    background-color: #150f0d;
}
.images-preloader {
    position: fixed;
    z-index: 100001;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.images-preloader .spinner {
    position: absolute;
    left: 50%;
    width: 70px;
    text-align: center;
    transform: translate(-50%,40vh);
}
.header-top .container {
  height: 40px;
}
.nav__right {
    display: contents;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.header-top .list--social li{
  margin-top: 5px;
}
.header-top .list--social a{
  border-radius: unset;
  border: unset;
  color: #ddd;
}
.header-top .header__actions a, .header-top .header__actions i{
  color: white;
}
.header-top .header__actions .form--primary-search i:last-child{
  color:  black;
}
.navigation__right{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation__right a{
  padding: 6px 0
}
.langs.ml-2 {
    margin: 0 10px;
    font-weight: 500;
    border-top: 0;
    border-bottom: 0;
}
.header-top .navigation__nextto__center p{
  margin: 10px;
}
.header-top p:hover, .header-top a:hover, .header-top i:hover{
  text-decoration: underline !important;
  color: white !important
}
input#keyword {
  margin: 15px 0;
  background-color: white;
  width: 330px;
}
.form--primary-search button {
  padding-right: 10px;
}
.header {
  z-index: 1000;
  position: -webkit-sticky;
    position: sticky;
  top: 0;
  width: 100%;
  background: #ffffffd9;
  border-bottom: 3px solid #e30813;
}
.header-top{
  z-index: 1000;
}
.header--mobile{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.header-top{
  background-color: #d53125;
}
.slider-item{
  margin-top: 0 !important;
}
.main-header .menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu>li {
    padding-right: 0;
}
.cust-menu {
    background-color: #076e9dc2;
}
.main-header .menu>li>a {
  font-size: 15px;
  padding: 38px 0;
  font-weight: 600;
  text-transform: none;
}
.main-header .menu>li{
  margin: 0 10px;
}
.menu>li>a.logo {
    padding: 0;
}
.menu .menu-item>.re__arrrow{
  width: 0%;
    height: 2px;
    background: #e03c31;
    line-height: 0px;
    font-size: 0px !important;
    margin-top: 2px;
    transition: 0.3s;
}
.menu .menu-item:hover>.re__arrrow{
  width: 100%;
}
.navigation>.cover {
    justify-content: space-between;
  padding: 0 30px;
background-color: #ffffff4f;
}
.navigation__center{
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.navigation__center.index{
  top: 68px;
}
.navigation__right a#lang{
  font-weight: 500;
}
.main-header .menu-item-a{
  cursor:pointer;
	position:relative;
	transition:all 0.5s;
}
.menu--mobile .sub-menu>li.menu-item-has-children>.sub-menu {
    position: unset;
    margin-left: 20px;
}
.panel--sidebar .panel__content {
    overflow-y: scroll;
}
header.header.main-header.cust {
  position: -webkit-sticky;
    position: sticky;
    top: 0;
  border-bottom: 4px solid #ffd60bb3;
}
img#logo1 {
  transition: all 0.4s ease 0s;
  margin: 10px 0;
}
.main-header .form--primary-search input{
  border-radius: 20px; height: 40px; margin-top: -5px;
}
.owl-carousel .owl-item img{ 
  transition: all 0.4s ease 0s;
}
.section--homepage.home-slider{
  overflow: hidden;
  -webkit-animation: appear 3s;
   animation: appear 3s;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
}
@-webkit-keyframes appear {
   from { margin-top: -800px; opacity: .4; }
/*    25% { height: 25%; opacity: .2; }
   50% { height: 50%; opacity: .5; }
   75% { height: 75%; opacity: .7; } */
   to { margin-top: 0; opacity: 1; }  
}

@keyframes appear {
   from { margin-top: -800px; opacity: 0; }
/*    25% { height: 25%; opacity: .2; }
   50% { height: 50%; opacity: .5; }
   75% { height: 75%; opacity: .7; } */
   to { margin-top: 0; opacity: 1; }   
}
.slider-item {
  max-height: 950px !important;
} 
.breadcrumb{
  background-color: unset;
  margin: 10px 0;
}
.breadcrumb li:first-child{
  color: var(--color-text);
}
.breadcrumb li:first-child:before {
    content: "";
}
.breadcrumb li:before {
    content: " /";
    margin: 0 5px 0 9px;
}
.breadcrumb--custom {
    margin: 8px 0 0 10px;
}
.product .product__thumbnail {
/*     height: 300px;
    overflow: hidden; */
}
.product .product__thumbnail img{
  -webkit-transition: margin 2s;
  -moz-transition: margin 2s;
  transition: margin 2s;
}
.product .product__thumbnail:hover img{
/*     margin-top:-380px; */
  -webkit-transition: margin 2s;
  -moz-transition: margin 2s;
  transition: margin 2s;
}
.section--related-posts .product .product__thumbnail:hover img{
/*     margin-top:-210px; */
}
.page--product--detail.product_page{
  padding: 0;
  margin-top: -80px
}
.whyus img {
    height: 40px;
}
  /* the slides */
  .slick-slide {
    padding: 0 10px;
  }
  .home-blog .slick-slide {
    padding: unset;
  }
/* .home-categories .content .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(29 29 29);
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
}
.home-categories .content:hover .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(29 29 29);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
} */
.product_page .product__header, .product_page .product__content.order{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  height: 100vh;
}
.product__header .container{
  position: relative;
  height: 100%
}
.product__spec {
    position: absolute;
    width: 100%;
    bottom: 10px;
  flex-flow: wrap;
}
.product__spec .product__info{
  margin-bottom: 25px
}
.product__info .h1{
  font-weight: 600;
  color: black
}
.slider__content__wrapper__content h2{
  padding: 5px 10px;
  background-color: #1b880d4f;
}
.section--homepage.home-products .section__header span, .section--homepage.home-project .section__header span { 
    color: #656565;
    font-size: 15px;
    position: absolute;
    top: -4px;
    right: 4%;
    transform: translate(50%, 50%);
    color: #d53125;
}
.menu-left ul, .online-support, .support{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  border: 2px solid #3f3f3f;
}
.menu-left ul .menu-item{
  padding: 10px 0 10px 30px;
  position:relative;
}
.menu-left ul .menu-item:before {
    display: block;
    position: absolute;
    content: "\f101";
    font-family: "FontAwesome";
    color: var(--color-1st);
    left: 15px;
    font-size: 15px;
}
.btn-shopping-cart.panel-trigger:after{
  display: block;
  position: absolute;
  content: "\f218";
  font-family: "FontAwesome";
  color: var(--color-success);
  top: 0;
  left: 9px;
  font-size: 26px;
}
.home-products .menu-left ul .menu-item:hover{
  background-color: #f1f1f1;
  color: var(--color-danger);
}
.home-products .menu-left a:hover{
  color: var(--color-danger);
}
.section--homepage .section__header p{
  text-transform: unset;
  font-size: 14px;
  font-weight: 400;
}
.menu-left h2{
  color: white;
  background-color: #3f3f3f;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 8px 10px;
  text-transform: uppercase;
}
.menu-left ul.sub-menu-custom {
    border: unset;
    display: none;
    transition: all .25s ease;
}
.menu-left .menu-item-has-children:hover ul.sub-menu-custom {
    border: unset;
    display: unset;
  transition: all .25s ease;
}
.section-wrapper .section-index {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  position: relative;
}
.y-mandatory {
  scroll-snap-type: y mandatory;
}
.slider__content__wrapper__content h2{
  padding: 5px 10px;
  background-color: #1b880d4f;
}
.section--homepage {
  padding: 40px 0;
  position: relative;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.section-wrapper {
    max-height: 93.8vh;
    overflow-y: scroll;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.section--homepage h2{
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-1st)
/*   transition: all 1s;
  animation: fadeIn linear 1s;
  -webkit-animation: fadeIn linear 1s;
  -moz-animation: fadeIn linear 1s;
  -o-animation: fadeIn linear 1s;
  -ms-animation: fadeIn linear 1s; */
}
.section--homepage h2.show, .section--homepage .btn-group.show{
  opacity: 1 !important;
  visibility: visible;
  
/*   animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s; */
}
.btn-group.show.first:after{
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 35px;
  position: absolute;
  right: 50%;
  bottom: -60px;
  -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: tds-keyframe--bounce;
    animation-name: tds-keyframe--bounce;
}
@-webkit-keyframes tds-keyframe--bounce {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}

@keyframes tds-keyframe--bounce {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.section--homepage.home-news .section__header{
  padding-bottom: 24px;
}
/* .product--detail .product__header {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
} */
.product--detail .product__info-header {
    margin-bottom: 10px;
/*     border-bottom: unset; */
}
.product--detail .product__info-sku {
/*   border-bottom: 1px solid #ddd; */
}
.product--detail .product__title {
  font-size: 24px;
  font-weight: 600;
}
.product--detail .product__price p {
  font-size: 14px;
  font-weight: unset;
  color: var(--color-text);
  width: 50%;
}
.product--detail .product__price .product-sale-price-text {
  font-size: 15px;
  font-weight: 600;
/*   color: var(--color-danger); */
}
.product--detail .product__price small .product-sale-price-text {
  font-weight: 500;
}
.btn--custom.btn--outline, button.btn--custom.btn--outline{
  border-radius: 5px; 
  background-color: var(--color-danger) !important; 
  color: white !important; 
  border-color:var(--color-danger); 
  padding: 12px 35px ;
}
.btn--custom.btn--outline:hover, button.btn--custom.btn--outline:hover{;
  background-color: white !important;
  color: var(--color-danger) !important;
}
.at-share-btn-elements {
    display: flex;
    justify-content: space-between;
}
.product--detail .tab-list {
  padding: 20px 0;
  margin-bottom: 0;
}
.product--detail .tab-list li a{
  font-size: 18px;
}
.product--detail .product__thumbnail {
  margin-bottom: 0;
}
.home-blog .product--detail .product__thumbnail {
  max-width: unset;
}
.product__content.slider, .product__content.detail, .product__content.content {
  background-color: black
}
.product__content.content .text{
  color: white
}
#product-kind {
    font-weight: 600;
}
.section--related-posts {
    padding-top: unset;
    border-top: unset;
}
.home-gallery{
  padding-bottom: 30px;
}
.nav-pills .nav-link h2{
  color: black;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px dashed black;
  border-radius: 25px;
  text-transform: initial;
}
.nav-pills .nav-link h2:hover{
  color: var(--color-1st);
  border: 1px solid var(--color-1st);
}
.nav-pills .nav-link.active h2, .nav-pills .show>.nav-link h2{
    color: var(--color-1st);
    border: 1px solid var(--color-1st);
}
.widget--shop .widget__title {
    height: 41px;
    line-height: 41px;
  margin-bottom: 0;
}
.shop--sidebar .shop__left .widget--shop {
  margin-bottom: 20px;
  padding: 0 0 20px;
  background-color: white;
}
.post__content p{
  text-align: justify;
}
#coverflow{
  width: 100%;
}
.search-product .btn{
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-1st);
  font-size: 15px;
  font-weight: 500;
  background-color: var(--color-1st);
}
.search-product .btn:hover{
  color: var(--color-1st);
  background-color: white;
}
.post .post__wrapper .post__content {
  padding: 10px 5px;
}
.post .post__thumbnail{
  border-radius: 5px
}
.post:hover img{
  transform: scale(1.05);
}
.home-blog{
    margin-bottom: unset;
}
.home-blog .blog-right{
    display: flex;
    padding: 20px 10px;
    border: 1px solid #ddd;
    margin: 5px;
    max-width: 48%;
    background-color: white;
}
.home-blog .blog-right span{
    display: block
}
.home-blog .last{
    border-bottom: unset;
}
.home-blog .blog-right h3{
    display:block;
}
.home-intro2 {
    padding: 65px 0;
    background-color: #0095d9;
}
.home-intro2 p, .home-intro2 span {
    color: white;
    font-size: 20px;
}
.home-intro2 span {
    font-size: 40px;
    font-weight: 700;
}
.footer .final-line{
  min-height: 50px;
  border-top: 1px solid #545454;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget__content p, .widget__content a{
  color: white
}
.final-line .menu a{
  padding: 13px 5px 0;
  line-height: 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}
.footer .final-line p{
  padding-top: 15px;
  text-align: center;
  color: #c9c9c9;
}
.home-blog .blog-right h4{
    position: unset;
    font-size: 16px;
    background: unset;
    transform: unset;
    justify-content: unset;
    height: unset;
    display: unset;
    text-transform: unset;
    color: var(--gray-dark);
    line-height: 28px;
}
.home-blog .blog-right h4:hover{
  color: #ddd;
  background-color: unset;
  color: var(--green);
}
#slider-partner .item{
  max-width: 150px;
  margin: 10px auto;
  text-align: center;
  padding: 8px;
  border: 1px solid #f3f2f2;
  box-shadow: 0px 0px 5px 0px #e3e3e3;
  transition: all 0.5s ease 0s;
}
#slider-partner .item:hover{
  box-shadow: 0px 0px 5px 3px #ddd
}
#slider-partner .item img{
    width: 100%;
    display: block;
    margin: 0 auto;
      -webkit-transition: all .5s ease-in-out;  
}
.slick-arrow{
    width: 20px;
    height: 30px;
    color: #444444;
  z-index:100
}
.slick-arrow:hover{
    color: #fb7224;
}
.slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: fontawesome;
    font-size: 40px;
    line-height: 30px;
}
.slick-prev:after{
    content: '\f105';
}
.slick-next:after{
    content: '\f104';
}
.widget--shop .widget__links li a{
  font-size: 14px;
  font-weight: unset;
}
.shop--sidebar .shop__left .list--minus{
  margin-left: 15px;
}
.list--minus li a:before, .list--plus li a:before {
    content: unset;
}
.widget__content h4 a {
    font-weight: 500;
    font-size: 15px;
    padding: 7px 0;
  color: white;
}
#tab-description .form h3{
  background: #000;
    color: #fff;
    padding: 8px 5px;
    text-align: center;
    font-weight: 500;
}
#tab-description .hotline {
    background: var(--color-danger);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
}
#tab-description .btn--custom.btn--outline{
  background-color: #3a3e91 !important;
    border-color: #373990;
}
.product__content h2{
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.product .product__actions li a:hover{background-color:var(--color-danger);color:#fff}
.product .product__title{
  font-size: 14px;
    font-weight: 600;
}
.product .product__wrapper .product__content {
  padding: 10px 5px
}
.product__wrapper .product__price.number span{
  font-weight: 600;
}
/* .shop__products .product__wrapper span{
  color: inherit;    font-size: 16px !important;
} */
.product .product__info span{
  color: var(--color-danger);
  text-transform: uppercase;
}
.product--detail .product__variants .item img {
    border-radius: 5px;
    border: 1px solid #545454;
}
 .product--detail .product__content{
  padding: 0;
}
.product--detail .product__gallery img {
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #ddd;
}
.section--related-posts .slick-prev, .section--related-posts .slick-next{
  top: 40%;
}
.section--related-posts .slick-slide {
    margin: 0 20px;
}
.product_search_form {
    max-width: 800px;
    position: absolute;
    top: 50%;
    width: 100%;
  z-index: 100;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product_search_form .input-group{
  border: 8px solid #ffffff5e;
}
.product_search_form input {
    height: 50px;
    padding-right: 60px!important;
    background: white;
}
.search_btn {
border: 0;
font-size: 16px;
position: absolute;
right: 8px;
z-index: 9;
color: white;
background-color: #d53125;
padding: 5px 25px;
margin-top: 8px;
}

.search_btn:hover {
    color: var(--color-1st)
}

.search_btn i {
    vertical-align: middle
}

.product_search_form select {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis
}

.product_search_form.rounded_input select {
    border-radius: 30px 0 0 30px;
    padding: 8px 35px 8px 15px
}

.product_search_form.rounded_input input {
    border-radius: 0 30px 30px 0!important
}
.custom_select:before {
    color: #848484;
    content: "\f107";
    display: block;
    font: normal normal normal 13px/1 FontAwesome;
    font-weight: 900;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.product_search_form select {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom_select {
    position: relative;
}
select.first_null option:first-child, select.form-control.first_null option:first-child {
    color: #6c757d;
}
.custom_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: unset;
    height: 50px;
    padding: 8px 35px 8px 15px;
    width: 100%;
}

.footer{
  overflow:hidden
}
.footer-background{
  background-attachment: fixed;
  position: relative;
}
.footer .container {
    padding-bottom: 30px;
}
.footer .container.secondary h3:after{
/*   content: " ";
  border-bottom: 1px dashed white;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 18%; */
}
.footer .bg{
  height: 450px;
  padding:20px;
}
.newsletter .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget--footer .widget__title{
  font-size: 16px;
  font-weight: 500;
}
.widget--footer .site_title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 25px;
  color: white;
}
.widget__links .fa-angle-right:before {
    color: white;
}
.widget--footer .widget__links li:hover span{
  color: var(--color-1st)
}
.widget--footer .widget__links li a:before{
  content: "\f105";
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: white;
  margin-right: 5px;
}
/* .footer a, .footer p, .footer strong{
  color: white!important;
} */
.footer p.hotline{
  font-weight: 700;
  color: #fff !important;
}
.form--subscribe {
    max-width: 450px;
}
.form--subscribe label {
  text-indent: -9999px;
  position: absolute;
}
.form--subscribe input{
  background: #292727;
  height: 40px;
  max-width: 450px;
  border: unset;
}
.form--subscribe button{
  background: var(--color-1st);
    height: 100%;
    color: white;
}
.list--social li {
  margin-right: 5px
}
.footer .widget--footer{
  margin-bottom: unset;
}
.footer .widget--footer .address a{
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  color: #636363;
  border: 1px solid #ff0000;
  text-align: center;
  line-height: 34px;
}
.footer .widget--footer .address .fa{
  color: red;
}
.footer .right .widget--footer:last-child{
  margin-bottom: unset;
}
.shop__content ul.widget__links li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #eaeaea;
}
.post>*{
  max-width: unset;
}

.slider__content .slider__content__wrapper .slider__content__wrapper__content h2{
  font-size: 40px;
    max-width: 55%;
    padding: 20px 20px;
      margin-top: 300px;
}
.product .product__price {
  color: #505050;
  font-weight: 500;
  display: flex;
  justify-content: space-around;
  flex-flow: wrap-reverse;
}
.product__content .btn-contact{
  padding: 6px 15px;
  font-size: 15px;
  margin-top: 10px;
}
.home-products .col-md-6{
	overflow: hidden;
	cursor: pointer;
}
.home-products .col-md-6 img{
	background: #000;
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.home-products .col-md-6:hover img{
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: scale(1.1);
/*   transform: scale(1.1); */
  opacity:0.7;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
.home-products .section__header, .home-project .section__header{
  padding-bottom:5px;
  position: relative;
}
.home-feature-posts .row div{
  margin-bottom: 10px;
}
.home-feature-posts .item{
  position: relative;
  margin: 5px 10px;
}
.home-feature-posts .item{
  position: relative;
  margin: 5px 10px;
}
.home-feature-posts h3 a {
    font-weight: 600;
}
.home-feature-posts h3 {
    font-size: 13px;
    text-align: center;
    margin-top: 12px;
}
.collection_link{
  padding: 10px 0 0;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}
.home-news .right .collection_link{
  padding: 0;
}
.contact-row {
    display: flex;
}
.form--contact .form-group {
    margin-bottom: 20px;
}
.home-blog .blog-content p, .intro-pic{
    text-align: justify;
  }
.intro-pic{
}
.menu .sub-menu .sub-menu {
  min-width: 360px;
}
.dd3-content>span.text.float-right{
  display: none;
}
.name-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  text-align: center;
  padding: 15px 0 15px 15px !important;
  margin-bottom: 0 !important;
  background: #2c2c2c63;
/*   background-image: linear-gradient(to right, #00000096 , #33333300); */
    
}
.section--homepage .description{
  margin-bottom: 30px;
}
.readmore {
  padding: 10px;
  border: 1px solid #c96943;
  border-radius: 25px;
  color: var(--color-1st);
  font-size: 18px;
  font-weight: 500;
  width: 250px;
  text-align: center;
}
.readmore.resv{
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  border-color: #353535;
  color: #353535; 
}
.readmore:hover a{
  color: #f0ad4e !important
}
.readmore:hover{
  -webkit-animation: shake 0.07s ease-in-out 0.07s infinite alternate;;
  background: #353535;
  border-color: #353535;
}
@-webkit-keyframes shake {
 from {
    -webkit-transform: rotate(2deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-2deg);
 }

}
.home-categories .section__header {
  padding-bottom: 30px;
}
.home-categories .col-md-6:first-child {
  text-align: right
}
.home-categories .col-md-6:last-child {
  text-align: left
}
.home-categories h2{
/*   padding-top: 30px; */
}
.home-categories h3{
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 500;
}
.home-categories h3:hover{
  color: #e9c831;
}
.home-categories.whyus h3 {
  color: unset;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.section--homepage.home-categories, .section--homepage.home-project{
  background-color: #f5f5f5
}
.contact-form {
/*   padding-bottom: 30px; */
}
.contact-form h2, .home-reason h2{
  color: white;
  background: url(/storage/index/restaurant-golden-venzel.png) no-repeat center bottom;
  padding-bottom: 25px;
}
.home-reason h2{
  color: unset;
}
.contact-form .form-control{
  background-color: white;
}
.contact textarea.form-control{
  padding: 2.35rem;
}
.contact-form .btn--custom {
    margin: 0 auto;
    display: block;
}
.contact-form .btn--custom{
  color: black !important;
  background-color: white !important;
}
.menu--mobile>li.menu-item-has-children:not(.has-mega-menu) .sub-toggle{
  top: -5px
}
.sub-menu-line ul{
  list-style: none;
  padding: 0;
  margin: 0 auto 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-menu-line .widget__links{;
  width: 40%;
  margin-bottom: 15px
}
.sub-menu-line .widget__links li:first-child:before {
    content: "\f0de";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -36px;
    left: 40%;
    color: #e6e6e6;
    font-size: 25px;
}
.sub-menu-line ul li:hover {
    border-bottom: 1px solid #ddd;
}
/* .sub-menu-line .widget__links:first-child:before{;
  content:"\f0de";
  position: absolute;
  bottom: 0
} */
.sub-menu-line ul li span{
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 15px;
}
.post--detail .post__header h1 {
    font-size: 24px;
    text-align: left;
}
.footer .final-line img {
    margin-top: -5px;
}
.owl-slider.owl-carousel{
  transition: top 0.4s all;
}
.main-header .list--social li a{
  border-radius: unset;
  color: unset;
  border: unset;
}
.main-header .list--social li a:hover{
  padding: unset;
  cursor: pointer;
  background-color: unset
}
.phone-number {
    color: white;
    font-size: 23px;
    font-weight: 600;
    padding-left: 5px;
    margin: unset;
}
.shop__products .badge-secondary,.footer .badge-secondary {
  color: #464646 !important;
  background-color: #f5f5f5;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  height: unset;
}
/* .shop__products .badge{
  display: inline-block;
  color:white !important;
  border: 1px solid var(--color-1st);
  background-color: var(--color-1st);
  border-radius: 20px
} */
.product .product__wrapper {
    border: 1px solid #efefef;
}
.footer .badge-secondary:hover {
    background-color: white;
}
.btn-group{
  z-index:1000;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 70px;
  margin: 0 auto;
  width: 100vh;
/*   transition-duration: 1s; */
  opacity: 0;
  visibility: hidden;
/*   transition: all 1s; */
}
.link-btn, .btn {
  padding: 6px 30px 7px!important;
  font-weight: 500;
  font-size: 14px;
  flex: unset !important;
  background: white;
  color: #202020;
  border: 3px solid #939393;
  cursor: pointer;
}
.btn.read-more{
  background: white;
  border: 3px solid #fed500;
}
.btn.option{
  color: white;
  background: #0095d9;
  border: 3px solid #0095d9;
}
.link-btn.nav-link{
  background: unset;
  border: 3px solid #646464  !important;
  color: #646464 ;
  text-transform: unset;
}
.link-btn.nav-link.active,.link-btn.nav-link:hover{
  background: unset;
  border: 3px solid white !important;
  color: white !important;
}
.link-btn:hover {
    color: var(--color-1st);
    background: white;
    border: 3px solid var(--color-1st);
}
.btn.read-more:hover{
  color: white;
  background: #ff0a0a;
  border: 3px solid #ff0a0a59;
}
.btn.option:hover{
  color: black!important;
  background: #fff;
  border: 3px solid #0095d9;
}
.home-intro .btn.read-more {
    background: #d53125;
    border: 1px solid #ffffff;
    color: white;
  margin-top: 15px
}
.home-intro .btn.read-more:hover {
    background: white;
    border: 1px solid #d53125;
    color: #d53125;
}
.section--homepage.contact .section__header>h2{
  color: #d53125;
}
table.tbl-info td img {
    width: 16px;
    position: relative;
}
.box-lineHeight {
/*     height: 450px !important; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-infomation-bds .tbl-info tr td {
    padding: 15px 10px;
  border-bottom: 1px solid #d3d9e1;
}
.section--homepage.contact .container{
  border: 2px solid #686868; padding: 25px 20px ; border-radius: 10px ;
}
.navigation__right .btn.read-more{
  background: #d53125; border: 3px solid #d53125; padding: 6px 20px 7px !important; color: white;
}
.navigation__right .btn.read-more:hover{
  background: white; border: 3px solid #d53125;color: #d53125 !important;
}
.btn-shopping-cart {
  background-color: #ffffffab;
}
.ps-block--features{
  background-color:#353333;
  padding: 20px 0;
}
.ps-block--feature>.ps-block__left i{
  color: white
}
.ps-block--feature>.ps-block__right.custom .h1 {
  font-size: 4rem;
  margin: 0;
  color: var(--color-1st);
}
.ps-block--feature>.ps-block__right.custom .title {
    font-size: 1.5rem;
    color: white;
}
.ps-block--feature>.ps-block__left{
  max-width: unset;
  margin-bottom: 15px;
}
.panel--search {
    position: absolute;
    top: 56px;
    left: unset;
    right: 0;
    padding: 0;
    border-bottom: unset;
    background-color: unset;
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.panel--search.active {
    width: 300px;
}
.panel--search .form-control {
    height: 39px;
    background-color: white;
    border-radius: 20px;
}
.main-header .form--primary-search button {
    right: 0;
}
.shop__products .product:hover .product__wrapper {
    transform: unset;
    background: unset;
}
.shop__products .product h3 a{
  color: var(--color-1st);
  font-size: 20px;
}
.shop__products .link-btn{
  margin: unset;
  margin-top: 15px;
  font-size: 13px;
}
/**video**/
figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
.product__content .container{
  height: 100%
}
.footer.index {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#float-btn{
  display:none
}
.modal-content .slick-track{
  width: 350px !important
}
#second_header{
  padding-top: 20px;
  margin-bottom: 30px;
}
#second_header .container>.wrapper{
  border-bottom: 1px solid #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
}
#page_title{
  position: relative;
  z-index: 1;
  padding: 0;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0 0 22px;
}
#page_title h1{
  font-weight: lighter;
  margin: 0;
  font-family: 'Gotham Light','system',sans-serif;
  font-size: 30px;
  padding-top: 0;
  line-height: 34px;
  letter-spacing: 1px;
}
#page_title .nav_search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 22px;
  text-align: right;
  width: auto;
}
#second_header .wrapper {
    min-height: 38px;
}
#second_header ol {
    list-style-type: none;
}
.nav-block li {
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin-right: 20px;
    padding-bottom: 0;
}
.nav-block li a {
  box-shadow: none;
  color: #393c41;
  line-height: 20px;
  padding: 20px 0 10px;
  margin-bottom: 20px;
  text-decoration: none;
}
.nav-block li .nav-link.active {
  box-shadow: 0 1px 0 0 currentColor;
  transition: box-shadow .25s cubic-bezier(.5,.25,.25,.75),color .25s cubic-bezier(.5,.25,.25,.75);
}
/* .post__content span{
  line-height: 18px;
  color: #757575;
} */
#nav-c-detail, #nav-c-spec{
  width: 220px;
  text-align: center;
}
.hidden-pc{
  display: none
}
@media screen and (min-width: 992px){
  .product--detail .product__header {
      display: flex;
    flex-flow: row nowrap;
  }
}
.product--detail .product__content.detail {
    padding: 75px 0;
}
@media screen and (max-width: 1200px){
  .sub-toggle-desktop{
    display:none
  }
}
@media screen and (max-width: 1024px){
  .home-blog .blog-right{
    /*max-width: unset;*/
  }
  .footer form {
    width: 100%;
    margin-right: unset;
  } 
  .home-feature-posts h2:after, .home-partner h2:after, .home-news h2:after {
    width: unset;
    left: unset;
    height: unset;
    background: unset;
    position: unset;
    content: unset;
    bottom: unset;
  }
  .newsletter form{
    margin-bottom: 10px;
  }
  .menu--mobile>li>a.logo{
    display: none;
  }
  .home-news .rw .blog-content p, .header-top{
    display: none;
  }
  body {
    margin-top: 70px;
  }
  .product .product__thumbnail {
    margin-bottom: 10px
  }
  .product .product__thumbnail:hover img {
/*     margin-top: -220px; */
  }
  .sub-menu-line ul {
    margin: 0 auto 30px;
  }
  .home-intro .link-btn{
    bottom: -55px;
  }
  .section--homepage h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px){
  .home-intro .container .col-md-1{
    height: 495px;
  }
  .home-intro .container .intro-pic{
    margin-top: 30px;
  }
  
  .home-blog .blog-right{
    max-width: 47%;
  }
  .footer form {
    width: 100%;
    margin-right: 30px;
  }
  .product .product__wrapper{
    display: block;
  }
  .product__thumbnail {
    width: unset;
  }
  .product .product__wrapper .product__content {
    padding: unset;
    margin: unset;
  }
  .home-collection .section__content {
    margin-top: -125px;
  }
  .home-products .nav-pills li h2:before {
    content: unset;
    margin: unset;
  }
  .header-top .navigation__left, .header-top .list--social{
    display: none;
  }
  .menu-left, .home-intro .link-btn{
    display:none;
  }
  .btn-group{
    width: 80%;
  }
  #float-btn {
    display:block;
    position: fixed;
    position-attachment: fixed;
    width: 40px;
    height: 40px;
    background: #009dbc;
    top: 35%;
    right: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 1px 1px 3px #000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease-out;
  }
  .float-txt {
    position: absolute;
    top: 3px;
    right: 10px;
    transition: 0.2s ease-out;
    font-size: 20px;
  }
  .float-txt i{
    color: #fff;
    -webkit-animation: spin 5s normal linear infinite;
  animation: spin 5s normal linear infinite;
  }
  .section-wrapper {
    max-height: 100vh;
  }
  .hidden-pc{
    display: unset
  }
  .product_search_form{
    position: unset;
    transform: unset
  }
  .product_search_form select{
    max-width: 112px;
    height: 40px;
    background: #ededed;
    border-bottom-left-radius: 10px!important;
    border-top-left-radius: 10px!important;
  }
  .header--mobile .search_btn{
    right: 0;
    padding: 7px 20px 9px;
    margin-top: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  .header--mobile input{
    background: #ededed;
    height: 40px;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .product_search_form .input-group{
    border-top: unset
  }
  .hidden-mobile{
    display: none !important
  }
}
@media (max-width: 768px){
  .header-top .navigation__right{
    width: 100%;
    margin-right: unset;
    display: unset;
  }
  .header-top .langs {
    margin-left: unset;
    float: right;
  }
  .section--homepage .section__header h3{
    font-size: 22px;
  }
  .mobile-toolbar{
    display: none;
    padding: 15px 0 5px;
  }
  .home-intro .link-btn {
    bottom: -5px;
  }
  .product--detail .product__thumbnail {
    max-width: unset;
  }
  .section--homepage h2.show, .section--homepage .btn-group.show {
    opacity: 1 !important;
    visibility: visible;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
  }
  .section--homepage h2 {
    transition: all 1s;
    animation: fadeIn linear 1s;
    -webkit-animation: fadeIn linear 1s;
    -moz-animation: fadeIn linear 1s;
    -o-animation: fadeIn linear 1s;
    -ms-animation: fadeIn linear 1s;
  }
  .btn-group{
    width: 150vh;
  }
  .home-categories .content .overlay{
    opacity: 0;
  }
  .home-categories h3 {
    font-size: 15px;
  }
  .slick-arrow{
    display: none !important
  }
  .section--homepage .section__header {
    text-align: center;
  }
  .section--homepage.contact .container{
    margin: 0 auto;
    width: 95%;
  }
  .product_search_form{
    top: 45%;
    background: #ffffff5e;
  }
}
@media (max-width: 425px){
  #coverflow{
    width: 100%;
    text-align: -webkit-center;
  }
  .section--homepage .section__header h3{
    font-size: 22px;
  }
  .home-blog .blog-right{
    max-width: 100%;
    margin: 10px 0;
  }
  .home-news .container, .home-news .rw .blog-content p{
    display: unset;
}
  .footer .newsletter{
    margin-bottom: 30px;
  }
  .footer .form--subscribe{
    width: 320px;
  }
  .footer form {
    width: 380px;
    margin-bottom: 10px;
  }
  .footer .final-line {
/*     margin-bottom: 50px; */
    display: block;
  }
  .footer .right .widget--footer:last-child {
    margin-bottom: 20px;
  }
  .nav-pills .nav-link h2{
    font-size:20px;
  }
  .home-categories .cat-img-transf {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #logobottom{
    height: 200px;
  }
  .home-news .section__content .item {
    display: unset;
  }
  .home-news .section__content .item .banner-effect{
    margin-bottom: 14px;
  }
  .product--detail .tab-list li {
    margin-right: 0;
  }
  .sub-menu-line .widget__links {
    width: 100%;
  }
  .sub-menu-line .widget__links li {
    margin-left: unset;
  }
.sub-menu-line ul li span{font-size:14px}
.home-categories{}
  .btn-group{
    width: 50vh;
  }
  .link-btn, .btn {
    padding: 8px 30px 9px!important;
  }
  #nav-c-detail, #nav-c-spec {
    width: 155px;
    padding: 8px 10px 9px!important;
  }
  .product__spec {
    flex-flow: row wrap;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
  }
  .product__info .h1 {
    font-size: 23px;
  }  
  .slider .caption.slick-current{
    display: block !important;
  }
  .captions-h .caption{
    max-width: 100%;
    display: none;
  }
  .captions-h .caption.slick-current{
    border: 2px solid #3e3e3e;
    display: block !important;
  }
  .product--detail .product__title {
    margin-top: 50px;
  }
  .captions-h .slick-track {
    max-width: 100%;
  }
  .slk-slider {
    height: auto;
    margin-bottom: 30px;
  }
  .slick-slide video {
    width: 100%;
    left: unset;
    min-width: unset;
    min-height: unset;
    transform: unset;
  }
  .product__info.info {
    margin-right: 10px;
  }
  .product__info.info_btn {
    width: 100%;
    display: flex;
  }
  .info_btn .link-btn{
    width: 100%;
    text-align: center;
  }
  #second_header .container>.wrapper{
    justify-content: center;
  }
  .home-categories .col{
    flex-basis: auto;
  }
  .home-blog .post {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px){
  .home-blog .blog-right{
    display: block;
  }
  .home-blog .blog-content{
    margin-top: 10px;
  }
  .home-blog .blog-content h4{
    line-height: 1.6em;
  }
}
.bg--cover{
  display: none !important;
}
.section__header span {
    color: #ffd400;
}

.height-auto{
  height: auto
}