
.header {
    background-color: #ffffff;
    z-index: 1500;
    border-bottom: unset;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.header--mobile {
    position: sticky;
    top: 0;
}
.menu>li {
    padding-right: 40px;
}
.menu>li>a {
  font-size: 14px;
}
.menu>li.current-menu-item a:first-child{
  border-bottom: 2px solid #ffb900;
}
ul.menu {
    margin-left: 100px;
}
img#logo1 {
    transition: all 1s ease 0s;
}
.navigation__right {
    margin-right: 20px;
}
.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{
  position: relative;
  background-image: linear-gradient(to bottom, #ffffff, #d0d0d0);
    padding-bottom: 60px;
}
.home-intro .section__header{
  border-left: 1px solid #333333;
  padding: 0 0 0 15px;
}
.home-intro .section__header h1{
  text-align: left;    
  font-size: 32px;
  text-transform: uppercase;
}
.home-intro .section__header span{
  font-weight: unset;
  color: #fff500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5a5a5a;
}
.home-intro .section__header p{
  text-transform: unset;
  text-align: justify;
  font-size: 15px;
  font-weight: unset;
  color: #5d5d5d;
}
.home-intro .section__header .link{
  color: #ffba00;
  float: left;
  margin-top:13px;
}
.home-intro .link-btn{
  border: 1px solid #adadad;
  padding: 7px 15px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
    bottom: 0;
}
.home-collection {
    padding-top: 0px;
}
.home-collection .row div {
    margin-bottom: 20px;
}
.home-products ul{
  justify-content: space-between;
    align-items: center;
}
.nav-pills .nav-link{
  padding: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
      background-color: unset;
}
.home-feature-posts{
  background-color: #fbfbfb;
}
.section--homepage {
    padding-top: 30px;
}
.section--homepage h2{
  font-size: 25px;
  text-transform: uppercase;
}
.home-feature-posts h2:after, .home-partner h2:after {
    width: 50px;
    left: 560px;
    height: 2px;
    background: #ffb900;
    position: absolute;
    content: '';
    bottom: -10px;
}
.home-news{
  padding-bottom: 35px;
}
.home-news h2{
  text-align: left;
}
.home-news h2:after {
    width: 50px;
    left: 0;
    height: 2px;
    background: #ffb900;
    position: absolute;
    content: '';
    bottom: -10px;
}
.home-partner .section__header{
  padding-bottom: unset;
}
.nav-pills .nav-link h2{
  font-size: 25px;
  color: white;
  margin: 0;
}
.nav-pills .nav-link.active h2, .nav-pills .show>.nav-link h2{
      color: #ffb900;
}
.post .post__title{
  line-height: 22px;
}
.post__content p{
  text-align: justify;
}
#coverflow{
  width: 100%;
}
.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;
}
.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;
}
#partner div{
  position: relative;
  z-index: 1;
}
#slider-partner{
    margin-bottom: 40px;
}
#slider-partner .item-partner{
    margin: 30px 15px;
    float: left;
}
#slider-partner .item{
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    border: 1px dotted #bfbfbf
}

#slider-partner .item img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
#slider-partner .slick-arrow{
    width: 20px;
    height: 30px;
    color: #444444;
}
#slider-partner .slick-prev{
    left: 20px;
    opacity: 1;
    background: transparent;
}
#slider-partner .slick-next{
    right: 20px;
    opacity: 1;
    background: transparent;
}
#slider-partner .slick-arrow:hover{
    color: #fb7224;
}
#slider-partner .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;
}
#slider-partner .slick-prev:after{
    content: '\f104';
}
#slider-partner .slick-next:after{
    content: '\f105';
}
.product__content h2{
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #ddd;
  color: #ffb900;
}
.product .product__actions li a:hover{background-color:#ffb900;color:#fff}
.product--detail .product__variants .item img{
border-radius: 5px;
border: 1px solid #545454;
}
.product--detail .product__content{
  padding: unset;
}
.product--detail .tab-list{
  margin: unset;
  text-align: unset;
}
.home-news .container{
  display: flex;
}
/* .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; 
} */

.footer{
  
  position: relative;
  padding: 25px 0 0;
}
.footer-background{
  background-attachment: fixed;
  position: relative;
}
.footer .right{
  display: flex;
}
.footer .newsletter{
  display: flex;
  padding: 10px 30px;
  background-color: #292929;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -35px;
  width: 1200px;
}
.footer h3, .footer a, .footer p, .footer strong{
  color: white !important;
}
.footer input{
  background-color: white;
  border: unset;
}
.footer h3{
  padding-top: 10px;
  font-size: 17px !important;
}
.footer form{
  width: 450px;
  margin-right: 80px;
}
.footer button{
  background-color: #ffba00;
  height: 100%;
}
.footer .list--social a{
  color: white;
  border-radius: unset;
}
.footer .widget--footer .address a{
  margin-right: 10px;
}
.footer .widget--footer .address i{
  font-size: 15px;
  border: 1px solid #404040;
  padding: 7px 10px;
}
.widget--footer .site_title{
  color: #ffb900 !important;
}
.footer .right .widget--footer:last-child{
  margin-bottom: unset;
}
.footer .right .widget--footer h3:after{
  width: 40px;
  left: 0px;
  height: 2px;
  background: #ffb900;
  position: absolute;
  content: '';
  bottom: -5px;
}
.footer .final-line{
  height: 50px;
  background-color: #ffb900;
}
.footer .final-line p{
  padding-top: 15px;
  text-align: center;
}
.footer .container{
  padding-bottom: 30px;
}
.footer .list--social {
    display: grid;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.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__wrapper {
    border: 1px solid #ddd;
}
.product .product__title {
    margin-bottom: 10px;
}
.product .product__price {
    color: #505050;
    text-align: left;
}
.product__content .btn-contact{
  padding: 6px 15px;
  font-size: 15px;
  margin-top: 10px;
}
.section--homepage .section__header{
/*   display: flex;
  justify-content: space-between; */
}
.home-products .tab-content{
  width: 100%;
  overflow: overlay;
}
.tab-content>.active{
  display: flex;
}
.home-products .nav-pills{
  background-color: black;
  margin: 0 auto;
    text-transform: uppercase;
    width: 72%;
    padding: 15px 0;
}
.home-products .section__header{
  padding-bottom:unset;
  background-color: black;
}
.home-products .nav-pills li h2:before {
    content: "♦";
    margin: 0 21px;
    font-size: 22px;
}
.home-products .nav-pills li h2.first:before {
    content: '';
    margin: unset;
}
.home-feature-posts .row div{
  padding: 0 10px;
  margin-bottom: 10px;
}
.home-feature-posts .row .fst{
  padding-right:5px;
  padding-left:15px;
}
.home-feature-posts .row .lst{
  padding-left:5px;
  padding-right:15px;
}
.collection_link{
  padding: 7px 0 0;
    font-size: 15px;
  margin-bottom: 4px;
}
.contact-row {
    display: flex;
}
.form--contact .form-group {
    margin-bottom: 20px;
}
.section--homepage .section__header p{
  text-transform: unset;
  font-size: 14px;
  font-weight: unset;
}
.home-blog .blog-content p{
    text-align: justify;
  }
.sub-menu{
  min-width: 300px;
}
.dd3-content>span.text.float-right{
  display: none;
}
.intro-pic{
  text-align: center;
}
.btn--custom.btn--outline, button.btn--custom.btn--outline{
  color: #ffb900;
    border: 1px solid #ffb900;
}
.btn--custom.btn--outline, button.btn--custom.btn--outline:hover{
  color: white;
    background-color: #ffb900;
    border: 1px solid #ffb900;
}
.name-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 15px 0 15px 15px !important;
  margin-bottom: 0 !important;
  background-image: linear-gradient(to right, #00000096 , #33333300);
    
}
.home-feature-posts .banner-effect:hover .name-overlay {
  opacity: 1;
}
.home-intro .row .col-md-7{
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.home-collection .diff-size{
height: 257px;
}
@media screen and (max-width: 1440px){
  .home-intro .container .col-md-1{
    height: 625px;
  }
}
@media screen and (max-width: 1024px){
  .home-blog .blog-right{
    /*max-width: unset;*/
  }
  .footer .newsletter{
    width: 950px;
  }
  .footer form {
    width: 400px;
    margin-right: unset;
  } 
  .footer .right .widget--footer:first-child {
    margin-right: 25px;
    width: 40%;
  }
  .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;
}

.home-collection .diff-size{
height: 203px;
}
}
@media screen and (max-width: 992px){
  .home-intro .container .col-md-1{
    height: 495px;
  }
  .home-intro .container .intro-pic{
    margin-top: 55px;
  }
  .home-intro .section__header {
    margin-top: 55px;
    padding: 25px 30px;
  }
  
  .home-blog .blog-right{
    max-width: 47%;
  }
  .footer .newsletter{
    padding: 10px 20px;
    width: 950px;
  }
  .footer form {
    width: 380px;
    margin-right: 30px;
  }
  .footer .right .widget--footer:first-child {
    margin-right: 140px;
    width: 25%;
  }
  .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;
  }
}
@media (max-width: 768px){
  .home-intro .container .col-md-1 {
    height: 420px;
  } 
  .home-intro .container .intro-pic {
    top: -10px;
  }
  .home-intro .section__header{
    padding-top: 30px;
    margin-top: 25px;
  }
  .section--homepage .section__header h3{
    font-size: 22px;
  }
  .footer .newsletter{
    width:715px;
    top: -55px;
  }
  .footer .right .widget--footer:first-child {
    margin-right: 25px;
    width: 70%;
  }
.home-collection .diff-size{
height: 148px;
}
}
@media (max-width: 425px){
  .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;
  }
  .home-news .container {
    display: unset;
}
  .footer .newsletter{
    top: -55px;
    display: block;
  }
  .footer .form--subscribe{
    width: 320px;
  }
  .footer form {
    width: 380px;
    margin-bottom: 10px;
  }
  .footer .right .widget--footer:first-child {
    margin-right: 25px;
    width: 70%;
  }
  .footer .final-line {
    height: 70px;
    background-color: #292929;
  }
  .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{
    display: none;
  }
  .nav-pills .nav-link h2{
    font-size:20px;
  }
.home-collection .diff-size{
height: unset;
}
.footer .list--social {
display: unset;
margin-left:15px;
}
}
@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;
}