/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* line 5, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.rb_megamenu_content .rb_megamenu_content_content {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 11, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.box-image-cate {
  margin-bottom: 60px;
  background: #FFFFFF;
}

@media (max-width: 1199px) {
  /* line 11, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .box-image-cate {
    margin-bottom: 40px;
  }
}

/* line 17, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.box-image-cate .row {
  margin: 0;
}

@media (min-width: 481px) {
  /* line 17, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .box-image-cate .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

@media (min-width: 481px) {
  /* line 25, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .box-image-cate .rb-column {
    width: 20%;
  }
}

/* line 30, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.box-image-cate .rb-image-box-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  margin-top: -100px;
  height: 200px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

@media (max-width: 767px) {
  /* line 30, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .box-image-cate .rb-image-box-wrapper {
    margin-top: 30px;
    height: 135px;
  }
}

/* line 41, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.box-image-cate .rb-image-box-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  left: 0;
  -moz-box-shadow: 0 0px 0px 1px #eee;
  -webkit-box-shadow: 0 0px 0px 1px #eee;
  -o-box-shadow: 0 0px 0px 1px #eee;
  -ms-box-shadow: 0 0px 0px 1px #eee;
  box-shadow: 0 0px 0px 1px #eee;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

@media (max-width: 767px) {
  /* line 55, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .box-image-cate .rb-image-box-wrapper .rb-image-box-img {
    margin: 0;
  }
  /* line 58, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .box-image-cate .rb-image-box-wrapper .rb-image-box-img img {
    width: 30px;
  }
}

/* line 63, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.box-image-cate .rb-image-box-wrapper .rb-image-box-title {
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 63, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .box-image-cate .rb-image-box-wrapper .rb-image-box-title {
    font-size: 14px;
  }
}

/* line 73, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.box-image-cate .rb-image-box-wrapper:hover::before {
  -webkit-transform: scaleY(1.3);
  -moz-transform: scaleY(1.3);
  -ms-transform: scaleY(1.3);
  -o-transform: scaleY(1.3);
  transform: scaleY(1.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  /* line 73, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .box-image-cate .rb-image-box-wrapper:hover::before {
    -webkit-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    -o-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
}

/* line 81, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.box-image-cate .rb-image-box-wrapper:hover .rb-image-box-title a {
  color: #46b5c6;
}

/* line 89, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.banner_hotspot {
  position: relative;
  margin: 50px 0;
}

/* line 92, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.banner_hotspot .rb-widget-wrap {
  position: relative;
}

/* line 94, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.banner_hotspot .rb-widget-wrap .rb-heading-title {
  position: absolute;
  bottom: 0;
  background: white;
  min-width: 400px;
  height: 120px;
  text-align: center;
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: "Harmonia Sans Pro Cyr";
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 991px) {
  /* line 94, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .banner_hotspot .rb-widget-wrap .rb-heading-title {
    min-width: 260px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  /* line 94, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .banner_hotspot .rb-widget-wrap .rb-heading-title {
    min-width: 170px;
    height: 50px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  /* line 94, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .banner_hotspot .rb-widget-wrap .rb-heading-title {
    position: relative;
  }
}

/* line 121, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.banner_hotspot .rb-widget-wrap .rb-heading-title span {
  padding-bottom: 9px;
  border-bottom: 3px solid #46b5c6;
}

@media (max-width: 576px) {
  /* line 121, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .banner_hotspot .rb-widget-wrap .rb-heading-title span {
    padding-bottom: 3px;
  }
}

/* line 133, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
.rb-widget-heading .rb-heading-title {
  text-align: center;
  margin: 50px 0 40px !important;
}

@media (max-width: 991px) {
  /* line 133, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .rb-widget-heading .rb-heading-title {
    margin: 20px 0 40px !important;
  }
}

@media (max-width: 991px) {
  /* line 133, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .rb-widget-heading .rb-heading-title {
    margin: 10px 0 30px !important;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .product_h3 .slick-initialized .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  /* line 153, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .product_h3 .slick-initialized .slick-slide {
    width: 24% !important;
  }
  /* line 155, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .product_h3 .slick-initialized .slick-slide:nth-of-type(3) {
    width: 52% !important;
  }
  /* line 161, ../../xampp/htdocs/rubiktheme/rb_stark/themes/rb_stark/_dev/css/modules/rbthemedream/views/css/home-5.scss */
  .product_h3 .thumbnail-container img {
    width: 100%;
  }
}

/*# sourceMappingURL=home-5.css.map */