body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  color:#363636;
  background-color:#fff;
}

a {
  color:#363636;
}

a:hover {
  color:#307abf;
  text-decoration:none;
}

a.btn {
  background-color: #444;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 30px;
}

a.btn:hover {
  color:#fff;
}

.align {
  width:100%;
  display:table;
}

#header {
  padding:10px 0px;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  z-index:999;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .logo {
  display:table-cell;
  vertical-align:middle;
}

#header .main-menu {
  display:table-cell;
  vertical-align:middle;
}

#header .mobile-icons {
  display:table-cell;
  vertical-align:middle;
  text-align:right;
  font-size:16px;
}

#header .mobile-icons ul li.cart .icon{
  position:relative;
}

#header .mobile-icons ul li.cart .icon .items {
  height: 17px;
  width: 17px;
  display: block;
  position: absolute;
  right: -11px;
  top: -5px;
  font-size: 10px;
  background: #307abf;
  color: #fff;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
}

#header .mobile-icons ul {
  margin:0;
  padding:0;
  list-style:none;
  margin:0 -10px;
}

#header .mobile-icons ul li {
  display:inline-block;
}

#header .mobile-icons ul li a {
  display:block;
  color:#fff;
  padding:7px;
}

#header .logo h1 {
  margin:0;
  text-transform:uppercase;
  font-size:20px;
  color:#fff;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display:inline-block;
  vertical-align:middle;  
  margin-left:15px;
}

#header .logo img {
  display: inline-block;
  vertical-align:middle;
  height:85px;
}

#header .main-menu ul {
  padding:0;
  list-style:none;
  text-align:right;
  margin:0 -15px;
  font-weight:800;
  text-transform:uppercase;
}

#header .main-menu ul li {
  display:inline-block;
  vertical-align:middle;
}

#header .main-menu ul li a {
  display:block;
  padding:10px 15px;
  color:#fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height:18px;
}

#header .main-menu ul li a:hover,
#header.scrolled .main-menu ul li a:hover,
#header:ho ver .main-menu ul li a:hover {
  color:#ee9030;
}

#header:hover,
#header.scrolled {
  background-color:#444;
}

#header:hover .logo h1,
#header.scrolled .logo h1 {
  color:#fff;
}

#header:hover .main-menu ul li a,
#header.scrolled .main-menu ul li a {
  color:#fff;
}

#header .main-menu ul li.cart .icon {
  font-size:18px;
  position:relative;
}

#header .main-menu ul li.cart .icon .items {
  height: 17px;
  width: 17px;
  display: block;
  position: absolute;
  right: -11px;
  top: -5px;
  font-size: 10px;
  background: #307abf;
  color: #fff;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
}

#header .main-menu ul li.language {
  font-size:18px;
}


#header .main-menu ul li.language ul {
  position: absolute;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #444;
  border: 1px solid;
  border-color: rgba(255,255,255,0.1);
  border-top: 0;
  display:none;
}


#header .main-menu ul li.language:hover ul {
 display:block; 
}

#header .main-menu ul li.language ul li {
  border-top:1px solid;
  border-color:rgba(255,255,255,0.1);
  display:block;
  font-weight:normal;
}

#header .main-menu ul li.language ul li.active {
  font-weight:bold;
}

#header .main-menu ul li.language i {
  vertical-align:middle;
}

#header .main-menu ul li.language .more {
  font-size:10px;
  display:inline-block;
  vertical-align:middle;
  margin-left:3px;
}

#header .main-menu ul li.language .more i {
  display:block;
  margin:0;
}

.headline {
  background: url(main_headline.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headline .headline-inner {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.products .product {
  padding:15px;
}

.products .product .image-wrap {
  position:relative;
}

.products .product .image-wrap .product-label {
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 6px;
  background: #aaa;
  color: #fff;
  letter-spacing: 0.03em;
}

.products .product .image-wrap .product-label.pre-order-now,
.products .product .image-wrap .product-label.pre-order {
  background: #e67e22;
}

.products .product .image-wrap .product-label.sale {
  background:#c0392b;
}

.products .product .image-wrap .product-label.new {
  background:#f1c40f;
}

.products .product .image-wrap .product-label.fresh {
  background:#27ae60;
}

.products .product .image-wrap .product-label.back-in {
  background:#2980b9;
}

.products .product .product-inner {
  padding: 10px;
  background: #f9f9f9;
}

.products .product .info {
  padding-top:10px;
}

.products .product .info a.title {
  font-weight: lighter;
  font-size: 15px;
  display: block;
  height: 42px;
  overflow: hidden;
}

.products .product .info .price {
  font-size:20px;
  font-weight:bold;
  color:#307abf;
}

.products .product .info .price .old-price {
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
  text-decoration: line-through;
}

.title-featured h2 {
  margin:0;
  padding:10px 5px;
  border-bottom:1px solid #eee;
  margin-bottom:15px;
  font-size:22px;
}

.home-products,
.collection-products {
  padding-top: 30px;
}

.banners {
  background: #f9f9f9;
  padding: 50px 0px;
  margin-top: 40px;
}

.banners .banner {
  height:200px;
}

.banners .banner-1 {
  background: url(banner-1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banners .banner-2 {
  background: url(banner-2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banners .banner .align {
  height:100%;
}

.banners .banner .text-wrap {
  display:table-cell;
  vertical-align:middle;
  padding:0px 30px;
}

.banners .banner .title {
  color:#fff;
  margin:0;
  font-size:25px;
}

.banners .banner .text {
  font-size:13px;
  color:#fff;
  margin-top:5px;
}

.banners .banner .button {
  margin-top:20px;
}

.banners .banner .button a.btn {
  background-color:#ee9030
}

.home-categories {
  padding-top: 30px;
}

.categories .category {
  padding:15px;
}

.categories .category .cat-inner {
  position:relative;
}

.categories .category .title {
  position: absolute;
  left: 10px;
  bottom: -16px;
  background: #307abf;
  padding: 7px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

#footer {
  padding:50px 0px;
  background-color:#444;
  margin-top:70px;
  color:#fff;
}

#footer a {
  color:#fff;
}

#footer h3 {
  margin:0;
  font-size:22px;
  padding-top:20px;
  padding-bottom:20px;
  color:#eee;
}

#footer ul {
  list-style:none;
  margin:0;
  padding:0;
  padding-bottom:10px;
  font-size:13px;
}

#footer ul li {
  padding:2px 0px;  
}

#footer ul li .icon {
  width:30px;
  display:inline-block;
  color:#ee9030;
}

#footer ul.payments {
  margin:0px -15px;
  margin-top:5px;
}

#footer ul.payments li {
  display:inline-block;
  width:60px;
}

#footer ul.payments li img {
  width:100%;
}

.collection-head {
  height:250px;
}

.zoombox .images {
  position: relative;
  display: block;
}

.zoombox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  overflow: hidden;
}
.zoombox .images a.first {
  display: block;
}
.zoombox .images a img, .zoombox .thumbs a img {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}
.zoombox .images a img.zoomImg {
  max-height: none;
}
.zoom a {
  text-decoration: none;
}

.zoombox .thumbs {
  padding-top:15px;
}

.zoombox .thumbs a  {
  display: block;
  cursor: pointer;
}

.zoombox .thumbs .thumb {
  padding:15px;
}

.product-wrap {
  padding-top: 30px;
}

.product-info {
  padding: 20px;
  background: #f7f7f7;
  color: #444;
}

.product-info h1 {
  margin: 0;
  font-size: 30px;
}

.product-info .product-price {
  font-size: 25px;
  font-weight: 700;
  color: #307abf;
  margin-top: 20px;
}

.product-info .product-price .old-price {
  font-size:13px;
  color:#aaa;
  text-decoration:line-through;
}

.product-info .product-content {
  margin-top: 20px;
  font-size: 13px;
  color:#444;
}

.order-block {
  padding:20px;
  background-color:#444;
  margin-bottom:30px;
}

.order-block .change input {
  height: 50px;
  width: 40px;
  border: none;
  text-align: center;
  padding: 0px 10px;
  outline: none;
  margin: 0px;
  color: #444;
  background: #777;
  color: #fff;
}

.order-block .change a.change-q {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  height: 50px;
  width: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #555;
  color: #fff;
}

.order-block .change {
  display: inline-block;
  vertical-align: top; 
  margin-right: 10px;
}

.order-block .cart a.btn {
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-weight: bold;
  width: calc(100% - 55px);
  background: #27ae60;
}

a.add-wishlist {
  font-size: 11px;
  color: #858585;
}

a.add-wishlist i {
  margin-right: 7px;
  color: #e74c3c;
}

.related-products {
  padding-top: 50px;
}

.custom-pager {
  border-top:1px solid #eee;
  margin-top:15px;
  padding-top:10px;
  font-size:13px;
}

.custom-pager ul {
  margin:0;
  list-style:none;
  padding:0;
  text-align:center;
}

.custom-pager ul li {
  display:inline-block;
}

.custom-pager ul li a {
  display:block;
  padding:5px;
  color:#858585;
}

.custom-pager ul li a:hover {
  color:#307abf;
}

.custom-pager ul li.active a {
  font-weight:bold;
  color:#307abf;
}


a.view-products {
  margin-top: 15px;
}

a.view-products i {
  margin-left:7px;
}

.usp-block {
  padding:10px 20px;
  background:#f9f9f9;
}

.usp-block ul {
  margin:0;
  padding:0;
  list-style:none;
}

.usp-block ul li {
  display:table;
  width:100%;
  padding:10px 0px;
}

.usp-block ul li .icon {
  display: table-cell;
  vertical-align: middle;
  font-size:25px;
  width: 40px;
  color: #307abf;
}

.usp-block ul li .text {
  display: table-cell;
  vertical-align: middle;
}

.usp-block ul li .text .title {
  font-weight: 900;
  font-size: 15px;
  margin-bottom:2px;
}

.usp-block ul li .text .undertitle {
  color:#858585;
  font-size:11px;
}

.bundle-products {
  padding-top:30px;
}

.productbundle .bundle-wrap .main-product, .productbundle .bundle-wrap .sub-products, .productbundle .bundle-wrap .plus {
  display:table-cell;
  vertical-align:middle;
}

.productbundle .bundle-wrap .main-product {
  width:150px;
}

.productbundle .bundle-wrap .main-product img {
  width:100%;
}

.productbundle .bundle-wrap .plus {
  font-size: 45px;
  font-weight: bold;
  color: #307abf;
  width:60px;
  text-align:center;
}

.productbundle .bundle-wrap .sub-products .product .bundle-info {
  display: table;
  width: 100%;
}

.productbundle .bundle-wrap .sub-products .product .image-wrap {
  width: 40%;
  display:table-cell;
  vertical-align:middle;
}

.productbundle .bundle-wrap .sub-products .product .image-wrap img {
  width:100%;
}

.productbundle .bundle-wrap .sub-products .product .title {
  font-size: 12px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 12px;
  display:table-cell;
  vertical-align:middle;
  padding-left:10px;
}

.productbundle .bundle-row {
  margin:0px -10px;
}

.productbundle .product-wrap {
  padding:10px;
}

.productbundle .info h3 {
  margin:0;
}

.productbundle .info .discount {
  font-weight: bold;
  color: #27ae60;
  text-transform: uppercase;
  margin-top:5px;
}

.productbundle .info .price {
  margin-top:5px;
  font-size: 25px;
  font-weight: bold;
  color: #307abf;
}

.productbundle .info .price .old-price {
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
  text-decoration: line-through;
  display:inline-block;
}

.productbundle .info .price .new-price {
  display:inline-block;
}

.productbundle .info a.btn {
  background-color: #27ae60;
}

.productbundle .info .cart {
  margin-top:20px;
}

.products .product .info a.btn {
  margin-top: 10px;
  width: 100%;
  background: #444;
  font-weight: bold;
}

.fixed-content {
  padding-top:30px;
}

.quick-order-block {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(68,68,68,0.95);
  z-index: 9999;
  padding: 10px 0px;
  -ms-transform: translate(0px, 100%); /* IE 9 */
  -webkit-transform: translate(0px, 100%); /* Safari */
  transform: translate(0px, 100%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.quick-order-block.active {
 -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

.quick-order-block .order-wrap {
  display:table;
  width:100%;
}

.quick-order-block .order-wrap .image-wrap,
.quick-order-block .order-wrap .info,
.quick-order-block .order-wrap .order {
  display:table-cell;
  vertical-align:middle;
}

.quick-order-block .order-wrap .image-wrap {
  width:50px;
}

.quick-order-block .order-wrap .image-wrap img {
  width:100%;
}

.quick-order-block .order-wrap .info h3.title {
  margin: 0;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}

.quick-order-block .order-wrap .order {
  text-align:right;
  width:270px;
}

.quick-order-block .order-wrap .order input {
  height: 50px;
  width: 40px;
  border: none;
  text-align: center;
  padding: 0px 10px;
  outline: none;
  margin: 0px;
  color: #444;
  background: #777;
  color: #fff;
  vertical-align:top;
  margin-right:5px;
}

.quick-order-block .order-wrap .order a.btn {
  padding: 0px 40px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-weight: bold;
  background: #27ae60;
  vertical-align:top;
}

.home-slider {
  margin-bottom:-70px;
  margin-top:50px;
}

.home-slider .item-1 {
  background: url(home-slider-image-1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-slider .item-2 {
  background: url(home-slider-image-2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-slider .item-3 {
  background: url(home-slider-image-3.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mobile-menu {
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  top: 100%;
  background: #444;
  display:none;
  font-weight:bold;
  text-transform:uppercase;
  max-height:390px;
  overflow-y:scroll;
}

.mobile-menu ul {
  margin:0;
  padding:0;
  list-style:none;
  text-align:left;
}

.mobile-menu ul li a {
  display:block;
  padding:0px 10px;
  height:40px;
  line-height:40px;
  border-top:1px solid;
  border-color:rgba(255,255,255,0.1);
  color:#fff;
}

.mobile-menu ul li {
  position:relative;
}

.mobile-menu ul ul {
  display:none;
  font-size: 12px;
  background: rgba(255,255,255,0.1);
}

.mobile-menu ul ul li a {
  height:30px;
  line-height:30px;
}

.banner-wrap {
  padding:15px;
}

.mobile-menu ul li .more-cats {
  position:absolute;
  right:0;
  top:0;
  height:40px;
  width:40px;
  text-align:center;
  line-height:40px;
  color:#ffa200;
  z-index:99;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  cursor:pointer;
}
.mobile-menu ul li > .more-cats .plus-min {
  width:10px;
  height:10px;
  display:inline-block;
  position:relative;
  
}
.mobile-menu ul li > .more-cats .plus-min:before,
.mobile-menu ul li > .more-cats .plus-min:after {
  display:block;
  content:'';
  width:10px;
  height:2px;
  background:#307abf;
  position:absolute;
  top:50%;
  margin-top:-1px;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  
}
.mobile-menu ul li > .more-cats .plus-min:after {
  transform:rotate(90deg);
}
.mobile-menu ul li.active > .more-cats .plus-min:after {
  transform:rotate(0deg);opacity:0;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-overlay {
  background: rgba(0,0,0,0.9);
}

#popup, #open-popup {
  display:none;
}

#popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.7);
  text-align: center;
  line-height: 40px;
  color: #fff;
  z-index:9;
  cursor:pointer;
}

@media (min-width: 1200px) {
  .container {
    width:100%;
    max-width:1400px;
    padding-left:30px;
    padding-right:30px;
  }
}


@media (max-width: 767px) {
  #header .logo img {
    height:60px;
  }
}