@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
/*--------------------------------------------

Template Name: Metro | Responsive HTML5 Template
Template URI: https://radiustheme.com/
Description: Metro | Responsive HTML5 Template which is used for eCommerce business.
Author: Radius Theme
Author URI: https://radiustheme.com/
Version: 1.0

------------------------------------------------*/
/*=====================================
1. Theme Default CSS  
=======================================*/
html,
body {
  height: 100%;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
}
p {
  margin: 0 0 24px;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.sidebar-section-margin {
  margin-bottom: 40px;
}
.inner-section-space-top {
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .hidden-after-desk {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-after-tab {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-before-tab {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .padding-top-0-after-desk {
    padding-top: 0!important;
  }
}
.solid-divider {
  position: relative;
}
.solid-divider:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #bdbdbd;
  left: 0;
  bottom: 0;
}
.solid-underline {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.solid-underline:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #bdbdbd;
  left: 0;
  bottom: 0;
}
.solid-underline-comments {
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 46px;
}
.solid-underline-comments:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #bdbdbd;
  left: 0;
  bottom: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.wrapper-area {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
}
/*-------------------------------------
1.5 ScrollUp styles
--------------------------------------*/
#scrollUp {
  background-color: rgba(231, 39, 45, 0.5);
  bottom: 15px;
  color: #ffffff !important;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 99999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#scrollUp i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#scrollUp i {
  display: block;
  padding-top: 7px;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 205, 210, 0.8);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #d32f2f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*-------------------------------------
1.6 Preloader styles
--------------------------------------*/
#preloader {
  background: #ffffff url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
/*======================================
29. Switch Styling Area styles 
========================================*/
.style-switch {
  background-color: #ffcdd2;
}
.style-switch ul .active a {
  color: #e7272d;
  font-weight: 400;
}
.style-switch .switch-button {
  background-color: #e7272d;
  color: #ffffff;
}
/*======================================
10. Isotop Area
========================================*/
.preview-body-area {
  padding: 0 0 30px 0;
}
.myisotop {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 0;
  background: #f8f8f8;
}
.myisotop:after {
  display: none;
}
.myisotop a {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  font-weight: 600;
  padding: 8px 30px;
  font-size: 14px;
  margin: 0 1px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.myisotop a:hover {
  border: 1px solid #e7272d;
  background: #e7272d;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.myisotop .current {
  background: #e7272d;
  color: #ffffff;
  border: 1px solid #e7272d;
}
.product-box {
  margin-bottom: 50px;
}
.product-box h2 {
  font-size: 24px;
  color: #222222;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box:hover h2 {
  color: #e7272d;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.image-bg .image-shop-scroll {
  transition: all 6s ease-out 0s;
  -webkit-transition: all 6s ease-out 0s;
  -moz-transition: all 6s ease-out 0s;
  -ms-transition: all 6s ease-out 0s;
  -o-transition: all 6s ease-out 0s;
}
.image-bg:hover .image-shop-scroll {
  background-position: center 100%!important;
}
.image-bg {
  background: url('../img/demo-bg.png') no-repeat center top;
  width: 100%;
  height: 310px;
  display: inline-block;
  position: relative;
}
.image-bg .image-shop-scroll {
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 323px;
  height: 209px;
  top: 16px;
  left: 0;
  background-size: cover;
  right: 0;
  margin: 0 auto;
}
.footer-area {
  padding: 50px 0 0 0;
  text-align: center;
}
.footer-area .copyright a {
  color: #e7272d;
}
.footer-area .copyright a:hover {
  color: #d32f2f;
}
