@media screen and (max-width: 1199px){
html, body {
    width: auto !important;
    overflow-x: hidden !important;
  }}
.navigation--mobile, .navigation>.container{
  position:relative;
}
footer .bg {
    background-color: #150f0d;
}
.main-color{
	color: var(--color-1st) 
}
.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);
}
.post:hover .post__overlay{
    background-color: unset;
}
.d-grid-1 {
    display: grid;
}
.header-top .container {
  height: 40px;
}
.nav__right {
    display: contents;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.header-top .list--social li{
  margin-right: 0;
}
.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;
}
.block--contact-form input, .block--contact-form textarea {
    border: unset;
    background-color: #eaeaea !important;
    border-radius: 20px;
}
.section--homepage img{
  border-radius: 4px
}
.navigation__right{
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.langs.ml-2 {
    padding: 0 14px;
    margin: 0 10px;
    font-weight: 500;
    border: 2px solid #5a5a5a;
    border-top: 0;
    border-bottom: 0;
}
.header-top .navigation__nextto__center p{
  margin: 10px;
}
.header-top p, .header-top a, .header-top i{
  margin: 0 auto;
  color: #fff;
}
input#keyword {
  height: 30px;
  margin: 2px 0;
  background-color: white;
}
.form--primary-search{
  min-width: 100%
}
.form--primary-search button:hover {
    color: var(--color-2nd)
}
.header {
  background: #fff;
  z-index: 1000;
  border-bottom: unset;
  top: 0;
  width: 100%;
/*   box-shadow-bottom: 0 2px 10px 0 rgba(0, 0, 0, 0.19); */
}
.header-top{
  z-index: 1500;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.header--mobile{
  position: fixed;
  top: 0;
  width: 100%;
}
.header-top{
  background-color: var(--color-1st);
}
.owl-carousel {
    z-index: 15!important
}
.home-service .owl-carousel .owl-stage-outer{
	overflow: unset !important;
  overflow-x: hidden !important;
  padding: 40px 0
}
.home-service .owl-carousel .owl-stage-outer::-webkit-scrollbar {
  display: none;
}
.home-service .owl-carousel .owl-stage-outer {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.home-service .container{
  position: relative;
}
.slider-item{
  margin-top: 0 !important;
}
.main-header{  
  box-shadow: 0px 4px 10px -8px #111111a1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.main-header .menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu>li {
    padding-right: 0;
}
.main-header .menu>li>a {
  font-size: 15px;
  padding: 24px 16px 30px;
  font-weight: 500;
}
.main-header .menu>li>a:after{
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 12px;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: -4px;
  transition: 0.4s;
  transform: rotate(45deg) scale(0);
  background: var(--color-1st)
}
.main-header .menu>li.current-menu-item>a,  {
    color: var(--color-2nd);
}
.main-header .menu>li.current-menu-item>a:after, .main-header .menu>li>a:hover:after{
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.main-header .menu>li:first-child a {
/*     padding: 10px 15px; */
}
.menu>li>a.logo {
    padding: 0;
}
.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;
}
img#logo1 {
  margin: 5px 0;
  transition: all 0.6s ease 0s;
  width: 150px
}
#logo1.scroll{
  width: 64px
}
.navigation__center.d-flex{
  min-width: 700px
}
.navigation__right .phone-number a {
    font-size: 23px;
    font-weight: 600;
    color: #e14646;
}
.menu .flaticon {
    font-size: 9px;
    margin-top: -3px;
    position: absolute;
    right: 6px;
}
.slider-item {
  max-height: 950px !important;
} 
.home-intro, .home-collection, .home-banner, .home-albums, .home-service, .home-service .wrapper{
  background-color:#0e1317
}
.breadcrumb{
  background-color: unset;
}
.breadcrumb li:first-child{
  color: var(--color-text);
}
.breadcrumb li:last-child:before {
    content: " /";
    margin: 0 5px 0 9px;
}
.breadcrumb--custom {
    margin: 8px 0 0 10px;
}

.slider__content__wrapper__content h2{
  padding: 5px 10px;
  background-color: #1b880d4f;
}
.home-intro .section__header{
  padding-bottom: 0;
  text-align: left;
  position: relative;
  margin-top: 40px;
}
/* .home-intro .section__header span {
    color: var(--color-1st);
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
} */
.home-intro .section__header p {
  color: #a86d3f;
  font-weight: 700;
  font-size: 20px !important;
  font-family: 'Sorts Mill Goudy';
  font-style: italic;
}
.home-intro .section__header h1 {
    font-size: 35px;
    color: var(--color-1st);
    font-weight: bolder;
    text-transform: uppercase;
}
.home-intro .link-btn {
    margin: 25px 0 0;
}
.home-intro .link-btn:hover {
    background: white;
    color: var(--color-1st);
  border: 1px solid var(--color-1st);
}
.section--homepage.home-intro h2{
  text-align: left;
  color: white;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Sorts Mill Goudy';
}
.section--homepage.home-intro h2:before {
    height: 2px;
    background: black;
}
.home-intro {
  padding-bottom: 30px;
}
.home-intro .intro-content .item {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 5px;
}
.home-intro .intro-content img {
    border-radius: 50%;
}
.home-intro .intro-content .owl-carousel{
  padding-bottom: 35px;
}
.home-collection {
/*     padding-top: 0px; */
}
.home-collection .row div {
    margin-bottom: 20px;
}
.home-products ul{
  justify-content: space-between;
  align-items: center;
}
.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;
}
.home-albums .item-partner{
  position: relative;
  overflow: hidden
}
.home-albums .content_wrapper{
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%,80%);
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
}
.home-albums .item-partner:hover .content_wrapper{
  opacity: 1;
  transform: translate(-50%,-50%)
}
.home-albums .link-btn {
    border-radius: unset;
    padding: 21px 33px 20px 33px !important;
    border: unset !important;
    font-size: 15px !important;
}
.item-partner img:after,.item-partner .item:before{
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: 0.35s;
  background: rgba(14, 19, 23, 0.8);
  opacity:0
}
.home-albums .item-partner:hover img:after,.home-albums .item-partner:hover .item:before{
  opacity: 1
}
.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.home-products h2, .home-categories h2{
  color: #04192b;
    margin-left: 0 0 0 5px;
}
.section--homepage.home-products h2.red{
  color: #FF3C4F;
}
.section--homepage .section__header p{
  text-transform: unset;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.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;
}
.home-products .shop__pagination{
  padding: unset;
}
.nav-pills .nav-link{
  padding: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
      background-color: unset;
}
.service-tab .tab-list-wrapper ul li.active a:before {
  background-color: #f69220;
  border-color: #fff;
  box-shadow: -5px 7px 30px rgba(0,0,0,0.07);
}
.slider__content__wrapper__content h2{
  padding: 5px 10px;
  background-color: #1b880d4f;
}
.service-tab h3 {
    font-size: 17px;
    font-weight: 500;
}
.service-tab .tab-list-wrapper {
    vertical-align: top;
    width: 100px;
    position: relative;
    display: table-cell;
}
.service-tab .tab-list-wrapper:before {
    position: absolute;
    content: '';
    width: 2px;
    height: calc(100% - 35px);
    top: 0;
    right: 60px;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.service-tab .tab-list-wrapper ul {
    padding: 0;
    min-height: 345px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: none;
}
.service-tab .tab-list-wrapper ul li {
    text-align: left;
    position: relative;
    max-width: none;
    width: 100px;
    margin-right: 75px;
    display: block;
    padding-top: 5px;
    margin-top: 25px;
}
.service-tab .tab-list-wrapper ul li a {
    font-size: 14px;
    color: #666c72;
    position: static;
    padding: 0;
    border: none;
}
.service-tab .tab-list-wrapper ul li a span{
    font-weight: 600;
    color: var(--color-2nd);
}
.service-tab .tab-list-wrapper ul li a:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-color: #f3f3f3;
    border: 6px solid var(--color-2nd);
    top: 18px;
    right: -23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.service-tab .tab-content {
    display: table-cell;
    width: auto;
}
.service-tab .content {
    margin-bottom: 30px;
}
.service-tab .content img{
    border-radius: 50%;
}
.section--homepage {
/*     padding-top: 30px; */
}
.section--homepage h2{
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
}
.sub-title{
  border-bottom: 2px solid #f12700
}
.sub-title h3{
  font-size: 30px;
  color: #f12700
}
.product .product__wrapper{
  box-shadow: 0px 3px 10px rgb(51 51 51 / 10%);
  background: white;
}
.home-news{
  padding-bottom: 35px;
}
.section--homepage.home-news .section__header{
  padding-bottom: 24px;text-align: unset;
}
.home-news .section__content .right .item{
  margin-bottom:10px;
  display: flex;
}
.home-news .section__content .right .blog-content{
  padding-right: 0;
}
.home-news .news p, .home-news .news a{
  margin: 5px 0 5px 10px;
  font-weight: 600;
}
.home-news .embed-responsive {
  border: 3px solid #dcdcdc;
}
.home-news .form-control {
    width: 98%;
}
.product--detail .product__header {
  width: 100%
}
.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: 20px;
    font-weight: 600;
    color: var(--color-1st);
}
.product--detail .product__price p {
  font-size: 14px;
  font-weight: unset;
  color: var(--color-text);
}
.product--detail .product__price .product-sale-price-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-danger);
}
.btn--custom.btn--outline, button.btn--custom.btn--outline{
  border-radius: 5px;
  background-color: var(--color-1st);
  color: white;
}
.btn--custom.btn--outline:hover, button.btn--custom.btn--outline:hover{;
  background-color: white;
  color: var(--color-1st);
}
.product--detail .product__info {
    border-left: 1px dashed #ddd;
}
.at-share-btn-elements {
    display: flex;
    justify-content: space-between;
}
.product--detail .tab-list {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.product--detail .tab-list li a{
  font-size: 18px;
}
.product--detail .product__thumbnail {
  margin-bottom: 0;
}
.product__content .tabs {
    border: 1px solid #ddd;
    padding: 20px 30px;
}
#product-kind {
    font-weight: 600;
}
.section--related-posts {
    padding-top: unset;
    border-top: unset;
}
.home-gallery{
  padding-bottom: 30px;
}
.home-partner .section__header{
  padding-bottom: unset;
  padding-top: 20px;
}
.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);
}
.nugget .item{
  text-align: center;
}
.nugget .item i.fa-paper-plane-o{
  background-color: #0099e6;
  color: white;
  padding: 20px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.nugget .item i{
  background-color: #0099e6;
  color: white;
  padding: 15px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.nugget .item svg{
  background-color: #0099e6;
  fill: white;
}
.nugget .item h4{
  font-size: 16px;
}
.nugget .item {
    text-align: center;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.nugget .item:last-child{
  border-right: 1px solid #ddd;
}
.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;
}
.home-blog{
    padding: 60px 0 0;
    margin-bottom: unset;
    background-color: #fafafa;
}
.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;
}
.footer .final-line{
  min-height: 55px;
  background-color: #0e1317
}
.footer .final-line p{
    padding-top: 15px;
    text-align: center;
}
.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);
}
#partner{
  padding-top: unset;
  overflow: auto;
}
#partner div{
  position: relative;
  z-index: 1;
}
#slider-partner .item-partner{
    margin: 30px 15px;
    float: left;
}
#slider-partner .item{
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

#slider-partner .item img{
    width: 100%;
    display: block;
    margin: 0 auto;
      -webkit-transition: all .5s ease-in-out; 
}
#slider-partner .item:hover img{
  filter: none;
}
.slick-arrow{
    width: 20px;
    height: 30px;
    color: #444444;
}
.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 {
    color: white !important;
    font-weight: 500;
    font-size: 20px;
    padding: 7px 0;
}
.home-intro .section__content{
  margin-top: 70px
}
.product__content h2{
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ddd;
}
.product .product__actions li a:hover{background-color:var(--color-danger);color:#fff}
.product .product__wrapper .product__content {
  padding: 0;
}
.product__wrapper span{
  color: var(--danger)
}
.shop__products .product__wrapper span{
  color: var(--color-danger);
  font-weight: 700;
}
.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: unset;
}
.product--detail .product__gallery img {
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #ddd;
}
.product .product__title, .product .product__price{
background-image: linear-gradient(#ffffff,#e9e9e9)
}
.section--related-posts .slick-prev, .section--related-posts .slick-next{
  top: 40%;
}
.section--related-posts .slick-slide {
    margin: 0 20px;
}
/*
.product--detail .tab-list{
  margin: unset;
  text-align: unset;
}
.page--product--detail .product--detail {
    display: flex;
}
.product--detail .product__header>* {
    max-width: unset;
}
.product--detail .row {
    display: -webkit-box;
} */
/* .home-news .news .owl-posts{
  transform: rotate(90deg);
} 
.home-news .news .item{
  transform: rotate(-90deg);
  float: left;
}
.home-news .news .owl-posts .owl-nav{
  display: none;
}
.home-news .news div.owl-posts .owl-nav .owl-prev, .home-news .news div.owl-posts .owl-nav .owl-next{
    font-size:36px;
    top:unset;
    bottom: 15px; 
} */
.contact-mega {
    margin: 20px 0;
    padding: 25px 0;
    background-color: var(--color-2nd);
}
.contact-mega p {
    font-size: 17px;
    text-align: right;
    color: white;
    margin: 0;
    text-transform: uppercase;
}
.contact-mega a {
    padding: 10px 15px;
    color: white;
    background-color: var(--color-danger);
    border-radius: 20px;
    line-height: 25px;
    text-transform: uppercase;
}
.footer{
  padding-bottom: 0;
  overflow:hidden;
  padding: 110px 0 108px;
  position: relative;
}
.footer-background{
  background-attachment: fixed;
  position: relative;
}
.footer .container {
    padding-bottom: 30px;
}
.footer iframe{
  width: 100%;
  height: 200px;
}
.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 .site_title {
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: none;
}
.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: "\f101";
  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 a:hover{
  color: var(--color-1st) !important
}
.footer p.hotline{
  font-weight: 700;
  color: #fff !important;
}
.newsletter input{
  background-color: white;
  border: unset;
  height: 44px;
}
.newsletter h3{
  padding-top: 10px;
  font-size: 17px !important;
  color: white;
}
.newsletter button{
  background-color: var(--color-danger);
  color: white;
  height: 100%;
  padding: 0 15px;
}
.newsletter .fa-envelope-o {
  font-size: 80px;
  text-align: center;
  color: whitesmoke;
}
.home-adbanner img {
    width: 100%;
}
.newsletter .list--social a{
  color: white;
  border-radius: unset;
  border: 1px solid #ffffff;
}
.newsletter input {
  background-color: white;
  border: unset;
  height: 44px;
}

.newsletter h3 {
  font-size: 17px !important;
  color: white;
  margin-bottom: 0;
}

.newsletter form {
  width: 300px;
}

.newsletter button {
  background-color: var(--color-1st);
  color: white;
  height: 100%;
  padding: 0 15px;
}
.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 .list--social a {
    background: #404040;
}
.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;
}
.footer .final-line p{
  padding-top: 15px;
}
.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;
  justify-content: space-around;
}
.product__content .btn-contact{
  padding: 6px 15px;
  font-size: 15px;
  margin-top: 10px;
}
.home-news .item .collection {
  padding: unset;
  text-align: center;
  overflow: hidden;
}
.home-news .item img {
  transition: all .8s cubic-bezier(.19,1,.22,1);
}
.home-news .item:hover img {
  transform: scale(1.1);
}
.home-news .item:hover .collection_link{
  color: var(--color-1st)
}
.home-news .item.left {
  padding: unset;
  text-align: justify;
}
.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{
  padding-bottom:20px;
}
.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: 16px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: 'Mulish';
}
.home-news .right .collection_link{
  padding: 0;
}
.contact-row {
    display: flex;
}
.form--contact .form-group {
    margin-bottom: 16px;
}
.home-blog .blog-content p, .intro-pic{
    text-align: justify;
  }
.intro-pic{
  padding: 5px;
}
.sub-menu{
  left: -11px;
}
.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); */
    
}
.home-albums .item{
  overflow: hidden
}
.home-albums .item img{
  transition: .5s ease;
}
.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 {
  font-size: 16px;
  margin: 15px 0 30px;
}
.home-categories img{
  transition: all .3s ease-in-out;
}
.home-categories .item {
    border: 5px solid var(--color-1st);
}
.home-categories .item .item-title {
    background-color: #3c3c3ca6;
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  transition: all .3s ease-in-out;
}
.home-categories .item .item-title a {
    font-size: 24px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}
.home-categories .item:hover .item-title{
  background-color: #3c3c3ccc;
}
.home-categories .item:hover img{
  opacity: 0.9;
}
.home-feature-posts .item:hover .name-overlay {
  opacity: 1;
}
.mobile-toolbar{
  display:none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
}
.mobile-toolbar ul{
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.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: whitesmoke;
}
.contact-form .btn--custom {
    margin: 0 auto;
    display: block;
}
.contact-form .btn--custom{
  color: black !important;
  background-color: white !important;
}
.home-reason h3{
  color: #5d1500;
}
.home-reason img{
  width: 50px;
}
.home-reason .item {
  text-align: center;
  background-color: #fff;
  padding: 45px;
}
.home-reason .item:hover {
    background-color: #2e2e2e;
}
.home-reason .item:hover h3{
    color: #fff;
}
.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 .post__badges {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 30;
}
.post .badge--date {
    background-color: var(--color-2nd);
}
.post .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
}
.home-news .slick-track {
    width: unset !important;
}
.home-news .slick-slide {
/*     width: 100% !important; */
}
.post--detail .post__header h1 {
    font-size: 24px;
}
.footer .final-line img {
    margin-top: -5px;
}
.owl-slider.owl-carousel{
  transition: top 0.4s all;
}

.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{
  color:white !important;
  border: 1px solid var(--color-1st);
  background-color: var(--color-1st);
  border-radius: 20px
}
.footer .badge-secondary:hover {
    background-color: white;
}
.link-btn {
  display: table;
  margin-top: 20px;
  padding: 5px 18px;
  color: var(--color-1st);
  background: white;
  border: 2px solid #ddd;
  margin: 0 auto;
  border-radius: 5px;
  text-transform: uppercase;
}
.link-btn:hover {
    color: white;
    background: var(--color-1st);
}
.price-btn {
    padding: 0 10px;
    color: white !important;
    background: #f12700;
    border-radius: 4px;
    border: 2px solid #f12700;
}
.price-btn:hover {
    color: var(--color-1st) !important;
    background: white;
}
.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: 74px;
    left: unset;
    right: 0;
    padding: 0;
    border-bottom: unset;
    background-color: unset;
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.panel--search.active {
    max-width: 300px;
    padding: 45px;
    border: 1px solid var(--color-2nd)
}
.panel--search .form-control {
    height: 40px;
    background-color: white;
    border-radius: 20px;
}
.main-header .form--primary-search button {
    right: 0;
}
.shop__products .product:hover .product__wrapper {
    transform: unset;
    background: unset;
    box-shadow: unset;
}
.shop__products .product h3 a{
  color: var(--color-1st);
  font-size: 20px;
}

.product .product__actions.gallery li a{
  padding: 10px 14px;
    border-radius: 50%;
}

#sale-gallery .product:hover .product__wrapper {
  transform: unset;
}
#sale-gallery .product:hover .product__thumbnail img{
  transform: scale(1.1);
}
.countdownList li {
  display: inline-block;
  padding-right: 1em;
  font-size: 17px;
  list-style-type: none;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #7e7e7e;
}
.countdownList li span {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: white !important;
  background: var(--color-danger);
  width: 51px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  border-bottom: 19px solid #222222;
}
.widget_title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 18px;
}
.widget_categories li, .widget_archive li, .widget_recent_post li {
    padding-bottom: 10px;
    list-style: none;
}
.widget_categories li a, .widget_archive li a {
    position: relative;
  font-size: 16px;
}
.widget_categories li a::before, .widget_archive li a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    height: auto;
    line-height: normal;
    margin-right: 10px;
}
ul, li, ol {
    margin: 0;
    padding: 0;
}
#fb-root iframe {
    bottom: 35px !important;
    right: 50px !important;
}
.sidebar .widget + .widget {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}
.post_img, .widget_course li .course_img {
    float: left;
    margin-right: 10px;
}
.post_img img {
    width: 80px;
}
.page--product--detail .right{
  border-left: 1px solid #dee2e6!important;
}
.post_content, .widget_course li .course_content {
    overflow: hidden;
}
.post_content .product_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
}
.post_content h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.post_content .product_price {
    margin-bottom: 0px;
}
.post_content .price {
    color: #FF324D;
    font-weight: 600;
}
.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
}
.fb-chat {
    position: fixed;
    width: 300px;
    height: 350px;
    top: 0;
    bottom: 0;
    right: 75px;
    margin: auto;
    z-index: 999999;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
.elementor-icon-list-icon i {
    font-size: 25px;
}
.contact-item .icon {
    min-width: 60px;    height: 22px;
    position: relative;
}
.contact-item i {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.contact-item .icon:after {
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,-10px);
    border-radius: 50%;
}
.contact-item .info {
    width: calc(100% - 60px);
}
.contact-info i{
  font-size: 20px;
  color: var(--color-2nd);
  margin-right: 10px;
}
.contact-info .item{
  margin-bottom: 10px
}
.contact-info .item,.contact-info .item a{
  font-size: 15px;
  font-family: 'Sorts Mill Goudy';
  color:white
}
.contact-item p {
    margin-bottom: 0;
}
.working-hour .item{
  font-size: 17px;
  font-family: 'Sorts Mill Goudy';
  margin-bottom: 10px
}
.working-hour span{
  color: var(--color-2nd)
}
.dblh__divider {
    left: 0;
}
.dblh__divider {
    position: absolute;
    z-index: 1;
    bottom: -15px;
    width: 21px;
    height: 21px;
    transform: translateY(100%);
    color: #c19977;
}
.dblh__divider span {
    left: inherit;
}
.dblh__divider span {
    position: absolute;
    z-index: 1;
    width: inherit;
    height: inherit;
}
.dblh__divider span:before {
    width: 70.75%;
    height: 70.75%;
    left: 3px;
    top: 3px;
    border: 1px solid currentColor;
}
.dblh__divider span:before,.dblh__divider span:after {
    content: '';
    position: absolute;
    z-index: 1;
    transform: rotate3d(0, 0, 1, 
45deg);
}
.dblh__divider span:after {
    width: 41%;
    height: 41%;
    left: 6px;
    top: 6px;
    background-color: currentColor;
}
.dblh__divider:after {
    left: 100%;
    margin-left: -1px;
}
.dblh__divider:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 1px;
    top: 10px;
    background-color: currentColor;
    opacity: .6;
}
.section--homepage .section__header span{
  color: var(--color-2nd)
}
.section--homepage .section__header .link-btn{
  color: black;
  background: white;
  border: 2px solid #ddd ;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 17px;
}
.section--homepage .section__header .link-btn:hover{
  color: white;
  background: black;
}
.home-banner h3{
  font-weight: 100;
  color: var(--color-2nd);
}
.home-albums h2{
  color: white;
}
.home-banner .name{
  font-weight: 100
}
.home-banner .icon:before {
    margin: 0px 0px 22px 0px;
  color: var(--color-2nd)
}
.home-banner .icon:before {
    display: inline-block;
    content: '\f10d';
    font-family: 'Flaticon';
    position: static;
    min-width: 1em;
    min-height: 1em;
    font-size: 83px;
    line-height: 1em;
    font-style: normal;
    transform: rotate(
180deg);
}
.home-banner .container-custom {
  max-width: 1810px;
  position: relative;
  margin: 0 auto
}
.home-banner .section__header {
    padding: 5.5% 20% 5.5% 20%;
}
.home-banner .quote-content {
    position: relative;
    font-size: 30px;
    line-height: 1.467em;
    font-style: italic;
    font-family: 'Sorts Mill Goudy';
}
.home-banner .quote_author_name {
    margin-top: 30px;
  font-size: 22px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: .05em;
    transition: 0.4s;
}
.home-banner .quote_author_position {
    margin-top: 9px;
  color: var(--color-2nd);
    font-family: 'Sorts Mill Goudy';
    font-style: italic;
  display: block;
    font-size: 20px;
    line-height: 1.25;
}
.just-link{
  color: var(--color-1st);
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}
.just-link:hover{
  color: var(--color-2nd)
}
.just-link:hover i{
  margin-left:5px !important
}
.home-service{
  margin-top: -150px
}
.home-service .item{
  z-index: 100;
  padding:0 25px
}
.home-service .wrapper{
  padding: 106px 35px 51px 35px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #C19977B3;
}
.home-service .cover:after,.home-service .cover:before {
    display: block;
  content: '';
    position: absolute;
    opacity: 1;
    border-radius: inherit;
    transition: all .5s ease-in-out, opacity .3s .2s ease-in-out;
    transform: scale(1, 1);
    color: rgba(193,153,119, 0.7);
}
.home-service .cover:after{
  top: -10px;
  right: 35px;
  bottom: -10px;
  left: 35px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.home-service .cover:before{
  top: -9px;
  right: 35px;
  bottom: -9px;
  left: 35px;
  border-right: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.home-service .cover:hover:before {
    transform: scale(0.85, 1.15);
}
.home-service .cover:hover:after {
    transform: scale(1.15, 0.85);
}
.home-service .cover:hover:before, .home-service .cover:hover:after{
    opacity: 0;
    transition: all .5s ease-in-out;
}

.home-service h3,.home-service p{
  color: white
}
.home-service h3{
  margin: 24px 0px 14px 0px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  word-break: break-word;
  letter-spacing: .05em;
  transition: 0.4s;
}
.home-service p{
 font-size: 16px;
  line-height: 1.75em;
  transition: 0.4s;
  margin-bottom: 0;
  font-weight: 100;
  color: #b1b5b7
}
.home-service .btn-readmore{
  display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    transition: 0.4s;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 15px;
  margin-top:14px;
  border-radius: 50%;
  border-color: #c19977;
  color: #c19977
}
.home-service .btn-readmore:before {
    font-size: 19px;
}
.home-service .btn-readmore:before, .home-service .btn-readmore:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
    display: inline-block;
    transform: rotate(
45deg);
    background: currentColor;
    top: 50%;
    margin-top: -2px;
    transition: 0.4s;
}
.home-service .btn-readmore:before {
    left: 0;
}
.home-service .btn-readmore:hover:before {
    left: 15px;
}
.home-service .btn-readmore:after {
    right: 0;
}
.home-service .btn-readmore:hover:after {
    right: 15px;
}
.home-service .btn-readmore:hover:before, .home-service .btn-readmore:hover:after{
  opacity: 0;
  transform: rotate(45deg) scale(0);
}
.home-service .owl-carousel .owl-item img{
	width: 100px !important
}
.home-service .owl-carousel .owl-item .ds-block{
  display: inline-block;
}
.search-btn{
  font-size: 19px;
  margin-top: -5px;
}
#top-line{
  transition: all .3s ease-in-out;
}
.mts-100{
  margin-top: -106px
}
.panel-trigger {
    font-size: 16px;
    font-weight: 600;
    width: unset !important;
}
.panel-trigger i {
    margin-left: 10px;
}
.navigation--mobile .navigation__left {
    display: flex;
    align-items: center;
}
.navigation--mobile .navigation__left .site_name {
    margin-left: 10px;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-1st);
}
footer .center-element{
    margin-top: -55px;
}
footer:after {
    content: "";
    top: 0;
    left: 0;
    background: #070707;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media (min-width: 1200px){
  .col-xl-2x {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
  
}
@media screen and (max-width: 1200px){
  body{
    padding-top: 72px
  }
}
@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;
  }
  .page--shop .page__hero {
    min-height: 150px;
  }
  .sub-menu-line ul {
    margin: 0 auto 30px;
  }
  .home-intro .link-btn{
    bottom: -55px;
  }
  .section--homepage h2 {
    font-size: 25px;
  }
  .header .btn-shopping-cart>span {
    top: -5px;
    left: 18px;
  }
  .menu .flaticon{
    display: none
  }
}
@media screen and (max-width: 992px){
  .home-intro .container .col-md-1{
    height: 495px;
  }
  .home-intro .container .intro-pic{
    margin-top: 55px;
  }
  
  .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 {
    margin: unset;
  }
  .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;
  }
  .section--homepage .section__header p{
    max-width: unset;
  }
    footer .center-element{
        margin-top: 0;
    }
}
@media (max-width: 768px){
  .header-top .navigation__right{
    width: 100%;
    margin-right: unset;
    display: unset;
  }
  .header-top .langs {
    margin-left: unset;
    float: right;
  }
  .home-intro .intro-content {
    padding-top: unset;
  }
  .home-intro .container .col-md-1 {
    height: 420px;
  } 
  .home-intro .container .intro-pic {
    top: -10px;
  }
  .home-intro .section__header{
        padding-top: 0;
    margin-top: 0;
  }
  .home-albums .link-btn {
    margin-top: 20px;
    padding: 10px 25px !important;
  }
  .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;
  }
  .home-intro .section__header span {
    font-size: 25px;
  }
  .home-intro .section__header p {
    font-size: 15px;
  }
  .home-intro .section__header h1 {
    font-size: 30px;
  }
  .section--blog .section__header{
    background-position: cover;
    background-attachment: scroll !important;
  }
}
@media (max-width: 425px){
  .home-banner .section__header {
    padding: 5.5% 5% 15%;
  }
  #fb-root iframe {
    bottom: 60px !important;
    right: 0 !important;
	}
  .section--homepage h2 {
    text-align: center;
  }
  .home-intro .container {
    display: contents;
  } 
  .home-intro .container .col-md-1 {
    display: none;
  } 
  .home-intro .container .intro-pic {
    position:unset;
    margin-top: unset;
  }
  #coverflow{
    width: 100%;
    text-align: -webkit-center;
  }
  .flipster__item img {
    max-width: 50%;
  }
  .flipster__button{
    top: 60%;
    margin: unset;
  }
  .section--homepage .section__header h3{
    font-size: 22px;
  }
  .home-blog .blog-right{
    max-width: 100%;
    margin: 10px 0;
  }
  .page--inner, .page--shop {
      margin:0 0 50px 0;
    padding: 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;
  }
  .home-collection{
    margin-top:50px;
  }
  .home-collection .section__content {
    margin-top: -50px;
  }
  .home-collection .section__header p br, #top-line{
    display: none;
  }
  .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{background: unset !important;
    padding-top: 10px !important;}
  .hidden-mobile{
    display: none !important
  }
  .home-service .item {
    padding: 0 5px;
  }
  .home-service .wrapper {
    padding: 30px 10px;
  }
  .home-service {
    margin-top: 0
  }
  .home-service .cover:after,.home-service .cover:before{
    right: 15px;
    left: 15px;
  }
  .home-intro>.container>.section__content {
    margin-top: 0;
    }
    .section--homepage.home-products h2{    width: -webkit-fill-available;margin-bottom: 0;}
  .product {
    margin: 5px 0;
	}
  .product .product__title {
    line-height: 1.4em;
    font-size: 12px;
    padding: 0 5px;
  }
  .home-products .link-btn{
    display: none
  }
  .sub-title h3 {
    font-size: 17px;
    color: #f12700;
    margin-bottom: 0;
  }
  .home-banner .quote-content {
    font-size: 18px;
  }
  .home-banner .quote_author_name {
    margin-top: 20px;
    font-size: 15px;
  }
  .home-banner .icon:before {
    font-size: 50px;
    margin-bottom: 10px
  }
  .collection_link {
    padding: 5px 0 0;
    font-size: 14px;
  }
  .just-link {
    font-size: 12px;
  }
}
@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;
  }
}
#toptop{width:45px;height:45px;line-height:45px;text-align:center;position:fixed;bottom:50px;right:10px;cursor:pointer;background:white;transition:0.5s;z-index:200;border-radius:50%;color:#fff;transform:rotate(-90deg);font-size:51px;color:#df001f;}
#toptop i{margin-top: -3px;
    font-weight: 900;}
.d-grid{
  display: grid!important;
    grid-template-columns: auto auto auto;
}