/* #####################################################################################################
   HOMEPAGE
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
.homepage .flex-content__banner-main .banner video {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
@media only screen and (min-width : 768px) {
  .homepage .flex-content__banner-main .banner video {
    max-height: 250px;
  }
}
@media only screen and (min-width : 1024px) {
  .homepage .flex-content__banner-main .banner video {
    max-height: 333px;
  }
}
@media only screen and (min-width : 1280px) {
  .homepage .flex-content__banner-main .banner video {
    max-height: 416px;
  }
}
@media only screen and (min-width : 1440px) {
  .homepage .flex-content__banner-main .banner video {
    max-height: 468px;
  }
}
@media only screen and (min-width : 1600px) {
  .homepage .flex-content__banner-main .banner video {
    max-height: 624px;
  }
}
.homepage .bannerButton {
  position: absolute;
  width: 578px;
  top: 476px;
}
.homepage .bannerButton ul {
  margin: 0;
}
.homepage .bannerButton li {
  list-style: none;
  margin: auto;
  width: 230px;
}
.homepage .bannerButton li a {
  display: block;
  min-width: 140px;
  padding: .9em 32px .7em 38px;
  text-align: center;
  letter-spacing: .08em;
  background-color: white;
  color: #3c3c3b;
  text-decoration: none;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage .bannerButton li a:hover {
  background-color: #3c3c3b;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homepage .bannerButtonMobile {
  position: absolute;
  width: 100%;
  top: 60%;
}
.homepage .bannerButtonMobile ul {
  margin: 0;
}
.homepage .bannerButtonMobile li {
  list-style: none;
  margin: auto;
  width: 230px;
}
.homepage .bannerButtonMobile li a {
  display: block;
  min-width: 140px;
  padding: .9em 38px .7em 38px;
  text-align: center;
  letter-spacing: .08em;
  background-color: white;
  color: #3c3c3b;
  text-decoration: none;
  border-radius: 6px;
}
.homepage .bannerButtonMobile li a:hover {
  background-color: #3c3c3b;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homepage .bannerLargeText {
  position: absolute;
  display: block;
  top: 32%;
  left: 10%;
  color: white;
  width: 50%;
}
.homepage .bannerLargeText h3 {
  font-size: 4.5rem;
  font-weight: 800;
  margin-bottom: 46px;
  line-height: 4rem;
}
.homepage .bannerLargeText h4 {
  font-size: 2rem;
}
.homepage #seoTitle {
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding-top: 30px;
  height: 35px;
  font-weight: bold;
}
.homepage #seoTxt {
  padding-bottom: 80px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #8a8a8a;
  padding-top: 10px;
}
.homepage #breadcrumbs {
  display: none !important;
}
.homepage #cols {
  top: 0px;
  padding: 0;
  min-height: 0;
}
.homepage #bannerMain {
  position: relative;
}
.homepage #bannerMain > ul {
  list-style: none;
  margin: 0;
}
.homepage #bannerMain > ul .slidesjs-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 36.5%;
}
.homepage #bannerMain .slidesjs-pagination {
  margin: 10px auto 0;
}
.homepage #bannerMain img {
  width: 100%;
  max-height: inherit;
}
.homepage .bannerWrapper {
  margin-left: auto;
  margin-right: auto;
}
.homepage #bannerSmall01 {
  overflow: hidden;
  float: left;
  width: 49%;
}
.homepage #bannerSmall01 img {
  width: 100%;
}
.homepage #bannerSmall01 li {
  display: block;
}
.homepage #bannerSmall02 {
  overflow: hidden;
  float: right;
  width: 49%;
}
.homepage #bannerSmall02 img {
  width: 100%;
}
.homepage #bannerSmall02 li {
  display: block;
}
.homepage #bannerSmall03 {
  overflow: hidden;
  margin: 0;
  float: left;
  width: 31%;
}
.homepage #bannerSmall03 img {
  width: 100%;
  height: auto;
}
.homepage #bannerSmall03 li {
  display: block;
}
.homepage #bannerSmall04,
.homepage #bannerSmall06 {
  overflow: hidden;
  float: left;
  margin-top: 22px;
  width: 50%;
}
.homepage #bannerSmall04 img,
.homepage #bannerSmall06 img {
  width: 100%;
  height: 370px;
}
.homepage #bannerSmall04 li,
.homepage #bannerSmall06 li {
  display: block;
  height: 370px;
}
.homepage #bannerSmall05,
.homepage #bannerSmall07 {
  overflow: hidden;
  float: left;
  margin-top: 22px;
  width: 50%;
}
.homepage #bannerSmall05 img,
.homepage #bannerSmall07 img {
  width: 100%;
  height: 370px;
}
.homepage #bannerSmall05 li,
.homepage #bannerSmall07 li {
  display: block;
  height: 370px;
}
.homepage #bannerSmall06,
.homepage #bannerSmall07 {
  overflow: hidden;
  float: left;
  width: 50%;
}
.homepage #bannerSmall06 img,
.homepage #bannerSmall07 img {
  width: 100%;
  height: 370px;
}
.homepage #bannerSmall06 li,
.homepage #bannerSmall07 li {
  display: block;
  height: 370px;
}
.homepage .footer-icons > div {
  float: left;
  display: block;
}
.homepage .paymentIconSize #ideal-size {
  height: 50%;
}
.homepage #BrandSlider {
  height: 102px;
  margin-left: 2px;
}
.homepage ul.BrandListSlider {
  display: block;
  margin: 0px;
}
.homepage ul.BrandListSlider li {
  width: 100px;
  height: 100px;
  border: 1px solid #dedede;
  float: left;
  list-style-type: none;
  margin-right: 5px;
}
.homepage ul.BrandListSlider li .brandtext {
  display: none;
}
.homepage ul.BrandListSlider li:last-child {
  margin-right: 0px;
}
.homepage #suggestion {
  padding-bottom: 20%;
}
.homepage .productList .item {
  width: 25%;
  padding-bottom: 0px;
  height: 280px;
}
.homepage .productList .item img.portrait {
  margin-left: 50px;
}
.homepage .offerText .lineThrough {
  background: url("../../../images/lineThru.png") no-repeat scroll center center transparent;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.homepage .suggestionsTitle {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding-top: 30px;
  border-bottom: 1px solid #dedede;
  height: 35px;
}
.homepage #hotitems {
  text-align: center;
}
.homepage #hotitems .productList {
  float: left;
  margin-left: 19px;
  margin-right: 19px;
  border: 1px solid #dedede;
  width: 350px !important;
  height: 265px !important;
}
.homepage #hotitems .portrait {
  height: 170px;
  margin-left: 70px;
  margin-top: 15px;
}
.homepage #hotitems h4 {
  display: none;
}
.homepage #hotitems .slidesjs-slide .title {
  margin: 0px !important;
}
.homepage #hotitems .thumb {
  padding-top: 0px;
  z-index: 999;
  height: 210px;
}
.homepage #hotitems .content {
  top: 72%;
}
/*end .homepage*/

/*Custom: Instagram Feed*/

.instagram-card {
  display: flex;
  min-width: 100%;
  min-height: 200px;
  overflow-x: auto;
}
.instagram-card::-webkit-scrollbar {
  display: none;
}
.instagram-card--content {
  min-width: 220px;
  margin: 5px;
}
.instagram-card--content img {
  width: 100%;
  height: 100%;
}
.instagram_gallery {
  display: flex;
  min-width: 100%;
  min-height: 200px;
  overflow-x: auto;
}
.instagram-header h1 {
  font-size: 34px;
  text-align: center;
  margin: 12px 0;
}
/*end Instgram Feed*/

/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width : 1024px) {
  #cols {
    top: -22px !important;
    padding: 0;
  }
  #bannerMain {
    position: relative;
    margin: 0 0 38px;
  }
  /* #bannerSmall04 {
          margin: 35px 4% 0 0 !important;
      }
  
      #bannerSmall05 {
          margin: 35px 0 0 0 !important;
      } */
}
@media (max-width: 1023px) {
  #cols {
    min-height: 0;
    z-index: 100;
    position: relative;
    margin: 0;
  }
  .homepage #bannerSmall05 li,
  .homepage #bannerSmall07 li {
    display: block;
    height: auto;
  }
  .homepage #bannerSmall05,
  .homepage #bannerSmall07 {
    overflow: hidden;
    float: left;
    margin-top: 0;
    width: 50%;
  }
  .homepage #bannerSmall04,
  .homepage #bannerSmall06 {
    overflow: hidden;
    float: left;
    margin-top: 0;
    width: 50%;
  }
  .homepage #bannerSmall04 li,
  .homepage #bannerSmall06 li {
    display: block;
    height: auto;
  }
  .pos-top {
    top: 90px !important;
  }
  .homepage #bannerMain {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header #logo .logo-box-mobile img {
    height: 50px;
    left: 0;
  }
}
@media (max-width: 767px) {
  #instagram-block {
    margin: -190px 0 0;
  }
}
