﻿
/*************************
*******Typography******
**************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);

body {
  /*font-family: 'Roboto', sans-serif; */
  font-family:Arial, Helvetica, sans-serif;
  /*background:;*/
  position: relative;
  font-weight:400px;
  background-color: rgba(245, 245, 245, 1);
}
/*.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 1s;
}
.preloader:before{
  content: '';
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000;
  transition: 1s;

}
.preloader .complete:before{
  left: -50%;
}
.preloader .complete:after{
  right: -50%;
}
.preloader:after{
  content: '';
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #ff0;
  transition: 1s;

}*/
.loader{
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
  box-sizing: content-box;
  background-image: url("../uploads/images/icon/loading_icon.png");
  border: 3px solid #fd9729;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.loader:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #262626;*/
  border-radius: 50%;
  animation: animateBg 2s linear infinite;
}
@keyframes animate {
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  25%{
    transform: translate(-50%,-50%) rotate(180deg);
  }
  50%{
    transform: translate(-50%,-50%) rotate(180deg);
  }
  75%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes animateBg {
  0%{
    height: 0;
  }
  25%{
    height: 0;
  }
  50%{
    height: 100%;
  }
  75%{
    height: 100%;
  }
  100%{
    height: 0;
  }
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  color: #000000;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

.btn:hover,
.btn:focus{
  outline: none;
  box-shadow: none;
}
.col-sm-3-top {
  width:23%
}
.col-sm-2-top {
  width:18.667%
}
.col-sm-3-top,.col-sm-2-top{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
.col-sm-2-top,.col-sm-3-top{float:left}
.navbar-toggle {
  background-color: #000;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #e43225;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}
/********************
Mobile Menu Category
 */

.category {
  margin-bottom: 12px;
  margin-top: 10px;
}
.subcategory{
  margin-bottom: 12px;
  margin-top: 10px;
}
.subcategory>span{
  display: none;
}
.subcategory img{
  margin: 0 auto;
  /*padding: 15px 10px;*/
  width: 80px;
  height: 80px;
  padding-bottom: 10px;
  border-radius: 20%;
}
.category>span {
  display: none;
}
.category img {
  margin: 0 auto;
  /*padding: 15px 10px;*/
  width: 13.86vw;
  height: 13.86vw;
  border-radius: 20%;
}
.category-container {
  height: 24vw;
  overflow: hidden;
}
.menu-scroll{
  padding-top: 9px;
  padding-bottom: 7px;
  background-color: #fd9729;
}
.menu-mobile{
  height: 7vw;
  overflow: hidden;
}
.menu-mobile-list{
  -webkit-overflow-scrolling: touch;
  -overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
  padding: 3px;
}
.menu-mobile-list li {
  display: inline-block;
  width: auto;
  height: 7vw;
  overflow: hidden;
  margin:0 10px;
  font-weight: 700;
  position: relative;
}
.menu-mobile-list li a{
  color: #fff;
}

.shop-page-menu{
  height: 11vw;
  overflow: hidden;
}
.category-list, .shop-page-menu-list {
  -webkit-overflow-scrolling: touch;
  -overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
  padding: 4px 10px 5px;
}
.category ul{
  list-style: none;
}
.category-list li {
  display: inline-block;
  width: 18.06vw;
  height: 22.78vw;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}
.shop-page-menu-list li{
  display: inline-block;
  width: 22vw;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-color: #fd9729;
  border-radius: 5px;
  padding: 2px;
}
.shop-page-menu-list li:active{
  background-color: #e43225;
}
.shop-page-menu-list li a{
  color: #fff;
  padding: 5px;
}
.shop-page-menu-list-active{
  background-color: #e43225;
}
.subcategory-container {
  height: 120px;
  overflow: hidden;
}
.subcategory-list {
  -webkit-overflow-scrolling: touch;
  -overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
  padding: 4px 10px 5px;
}
.subcategory ul{
  list-style: none;
}
.subcategory-list li {
  display: inline-block;
  width: 35vw;
  height: 120px;
  overflow: hidden;
  /*margin-right: 10px;*/
  position: relative;
}
.subcategory-bg {
  width: auto;
  height: 120px;
  color: #000;
  padding: 5px;
  /*background-color: ;*/
  /*margin: 0 auto;*/
  /*border-radius: 50%;*/
  font-size: 13px;
  /* display: flex; */
  /* display: -webkit-flex; */
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  white-space: normal;
  text-align: center;
  /*line-height: 12px;*/
  /*padding-top: 0;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.category-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.category li:nth-child(1) .ic-md {
  background-image: linear-gradient(90deg,#000 0,#525252 74%);
}
.category .text {
  height: 28px;
  width: 100%;
  white-space: normal;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000;
  /*line-height: 12px;*/
  padding-top: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*transform: scale(.8334);*/
  -webkit-transform: scale(.8334);
}

.navbar-default{
  background-color: #e43225;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #fff;
}
/*************************
*******Header CSS******
**************************/

.header_top {
  background: none repeat scroll 0 0 #F0F0E9;
}
.margin-bottom{
  padding-bottom: 10px;
}
.margin-bottom-0{
  margin-bottom: 0px;
}
.margin-bottom-5px{
  margin-bottom: 5px;
}
.padding-left-11px{
  padding-left: 11px;
}
.padding-left-25px{
  padding-left: 25px;
}
.menu-tab-top {
  overflow: hidden;
  /*margin-top: -30px;*/
}
.profile-home-right{
  font-size: 12px;
}
.menu-tab-top ul {
  background: #fff;
  border: none;
  list-style: none outside none;
  padding: 0;
  width: 100%;
  position: relative;
}

.menu-tab-top ul li a {
  border: none;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px;
}

.menu-tab-top ul  li  a:hover{
  background:#e43225;
  color:#fff;
}
.contactinfo ul li:first-child{
    margin-left: -15px;
}

.contactinfo ul li a{
  font-size: 12px;
  color: #696763;
  font-family: 'Roboto', sans-serif;
}


.contactinfo ul li a:hover{
	background:inherit;
}


.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-shared a {
  display: block;
  font-size: 32px; }

.social-shared .fa-facebook-square {
  color: #2D4373; }
.social-shared .fa-facebook-square:hover {
  color: #344e85; }

.social-shared .fa-twitter-square {
  color: #55acee; }

.social-shared .fa-google-plus-square {
  color: #C23321; }

.social-shared .fa-whatsapp {
  color: #29D348; }

.logo-box {
  margin: -30px 0px 0px 70px;
  min-width: 60px;
  overflow: visible;
  position: relative;
}
.logo img{
  width: 100%;
  height: auto;
  max-width: 218px;
}
.top-nav-admin a {
  padding: 10px;
  margin-top: 10px;
}

.top-nav-admin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-menu-sm a {
  font-size: 16pt;
  padding-top: 20px;
  margin-right: 20px;
  position: relative;
  top: 5px;
  color: #777;
}
.shop-menu-sm span {
  font-size: 11px;
  position: absolute;
  top: 10px;
  right: -5px;
  background: red;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  font-weight: bold;
}
img.img-cart {width: 32px; height: 32px;}
@media only screen 
  and (min-device-width: 1080px) 
  and (max-device-width: 1080px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    /* img.img-cart{width: 25px; height: 25px;}
    .wishlist-icon.fa.fa-heart-o{font-size: 25px;} */
}
.name-box{
  margin: -30px 0px 0px 70px;
  width: 100px;
  height: 50px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow: visible;
  position: relative;
  background-color: #fff;
}
.name-box p{
  color: #000;
  text-align: center;
}
.logo-box-seller-zone {
  margin: -60px 0px 0px 90px;
  min-width: 60px;
  overflow: visible;
  position: relative;
}
.logo-box-seller-zone-home {
    margin: 10px;
    min-width: 60px;
    overflow: visible;
    position: absolute;
}
.title-seller-zone{
  clear: both;
}
.title-seller-zone p{
  color: #000000;
  font-weight: 700;
  padding-top: 15px;
}
.discount-deal{
  background-color: #d62728;
}
.content-center{
  align-items: center;
}

.fa-facebook:hover {
  background: #0083C9;
}

.fa-twitter:hover  {
	background:#5BBCEC;
}

.fa-linkedin:hover  {
	background:#FF4518;
}

.fa-dribbble:hover  {
	background:#90C9DC;
}

.fa-google-plus:hover  {
	background:#CE3C2D;
}

.header-middle .container .row {
  border-bottom: 1px solid #f5f5f5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  /* padding-top: 20px; */
}
.header-middle{
  background-color: #fff;
}

.header-middle .container .row .col-sm-4{
  padding-left: 0;
}
.dropdown-menu-right
.header-middle .container .row .col-sm-8 {
	padding-right:0;
}

.usa {
  border-radius: 0;
  color: #B4B1AB;
  font-size: 12px;
  /*margin-right: 20px;*/
  padding: 5px 9px;
  margin-top: 1px;
}
.login-info {
  border-radius: 0;
  color: #B4B1AB;
  font-size: 12px;
  /*margin-right: 20px;*/
  padding: 10px 10px;
  margin-top: 8px;
}

.usa:hover,.login-info:hover {
	background:#e43225;
	color:#fff;
	/*border-color:#e43225;*/
}

.usa:active, .usa.active, .login-info:active {
  background: none repeat scroll 0 0 #e43225;
  box-shadow: inherit;
  outline: 0 none;
}

.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.stickyDesktop .row {
  padding-bottom: 0 !important;
  padding-top: 5px !important;
}

.dropdown-menu  li  a:hover, .dropdown-menu  li  a:focus {
  background-color: #e43225;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 13px;
  margin-top: 1px;
}


.shop-menu ul li {
	display:inline-block;
  padding-left: 4px;
  /*padding-right: 15px;*/
}
.language{
  margin-top: -5px;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
  font-size: 13px;
}

.shop-menu ul li:last-child {
  padding-right: 0;
}


.shop-menu ul li a {
  /*background: #FFFFFF;*/
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding:0;
  padding-right: 0;
  margin-top: 10px;
}


.shop-menu ul li a i{
	margin-right:3px;
  font-size: 25px;
  padding-left: 10px;
}

.shop-menu ul li a i:hover{
  color: #696763;
}
.shop-menu ul li a:hover {
	color:#e43225;
	background:none;
}
.img-rounded{
  border-radius: 10px;
}
.img-rounded-profile{
  border-radius: 50px;
  width: 80px;
  height: 80px;
  margin-top: 30px;
}
.img-promotion-home{
  width: 80px;
  height: 80px;
}
.header-bottom {
  background-color: #fff;
  padding-bottom: 3px;
  /*padding-top: 10px;*/
  border-bottom: 1px solid #f5f5f5;
}

.navbar-collapse.collapse{
  padding-left: 0;
}

.mainmenu ul li{
  padding-right: 5px;
  padding-left: 5px;
  /*text-transform: uppercase;*/
}

.mainmenu ul li:first-child{
  padding-left: 0px;
}

.mainmenu ul li a {
	color: #696763;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding: 0;
	/*padding-bottom: 10px;*/
}

.mainmenu ul li a:hover, .mainmenu ul li a.active,  .shop-menu ul li a.active{
	background:none;
	color:#e43225;
}
.search_box{
  margin-top: 12px;
  /*margin-left: 15px;*/
}
.search_box input {
  background: #fff;
  border: 1px solid;
  color: #B2B2B2;
  font-family: 'roboto';
  font-size: 12px;
  font-weight: 300;
  height: 35px;
  outline: medium none;
  padding-left: 10px;
  width: 370px;
  /*background-image: url(../uploads/images/home/searchicon.png);*/
  background-repeat: no-repeat;
  background-position: 130px;
}
.search_box select {
  background: #fff;
  border: 1px solid #ddd;
  color: #B2B2B2;
  font-family: 'roboto';
  font-size: 13px;
  font-weight: 300;
  height: 36px;
  outline: medium none;
  padding-left: 10px;
  width: 155px;
  background-repeat: no-repeat;
  background-position: 130px;
}
.search-history{
  padding: 5px 0px;
}
.search-history p{
  color: #696763;
  font-size: 12px;
}
.search-history a{
  color: #696763;
}
.search-history span{
  color: #6C737F;
  font-size: 11px;
  font-weight: 700;
}
.search-history a:hover{
  text-decoration: underline;
  color: #e43225;
}

/* Carousel Header Styles */
.no-margin{
  margin-top: 0px;
  margin-bottom: 10px;
}
.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-5px{
  padding-right: 5px;
  padding-left: 5px;
}
.padding-3px{
  padding-right: 3px;
  padding-left: 3px;
}
.no-padding-right{
  padding-right: 0px;
}
.text-height{
  width: auto;
  height: 40px;
}
.margin-top{
  margin-top: 10px;
}
.margin-top-30px{
  margin-top: 30px;
}
.margin-top-5px{
  margin-top: 5px;
}
.margin-left-10px{
  margin-left: 10px;
}
.margin-top-shop-page{
  margin-top: 15px;
  border-top: none;
}
.header-text {
  position: absolute;
  top: 0%;
  left: 10%;
  width: 96.66666666666666%;
  color: #000;
}

.header-text h2 {
  font-size: 40px;
}

.header-text h2 span {
  background-color: #2980b9;
  padding: 10px;
}
/* menu login  */
.social-buttons {
  margin: 12px 0;
}
.btn-fb {
  background-color: #3b5998;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-tw {
  background-color: #55acee;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-default:hover {
  color:#fff;background-color:#f89d1b;border-color:#adadad
}

/* mobile menu*/
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}
.stickyDesktop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}


/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #ffffff;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #e43225;
  display: block;
  /*position: absolute;*/
  right: 0;
  top: 0;
  font-size: 22px;
  padding: 10px 21px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #e43225;
  color: #ffffff;
}
.qr-code-search{
  /*padding: 10px 0px 6px 0px;*/
  background-color: #F0F0E9;
}
.qr-code-search a {
  font-size: 28px;
  /*padding-bottom: 6px;*/
  color : #000;
}
.qi-code-search a i{
  padding: 0px;
}
.qr-code-search a:hover{
  color: #000;
  background-color: #f0f0e9;
}

/* Style the active link (or home/logo) */
.active-menu-mobile {
  background-color: #F0F0E9;
  color: #B2B2B2;
}

.title-promotion-home-right{
  display: block;
  height: 32px;
  line-height: 33px;
  color: #fff;
  font-weight: 700;
  background-color: #fd9729;
  width: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.title-promotion-home-right h5{
  margin-top: 0px;
  padding-top: 8px;
}

/*  Dropdown menu*/

.navbar-header
.navbar-toggle .icon-bar {
    background-color: #fff;
  align-content: center;
}


.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}

.dropdown ul.sub-menu li .active{
  color: #e43225;
  padding-left: 0;
}


.navbar-nav li ul.sub-menu li{
  padding: 10px 20px 0 ;
}

.navbar-nav li ul.sub-menu li:last-child{
  padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a{
  color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover{
    color: #e43225;
}

.fa-angle-down{
  padding-left: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*************************
*******Footer CSS******
**************************/

#footer {
  background: #F0F0E9;
}


.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}

.companyinfo {
 /* margin-top: 57px;*/
}

.companyinfo h2 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 18px;
  text-transform: uppercase;
}

.companyinfo h2  span{
  color:#e43225;
}

.companyinfo p {
  color: #B3B3AD;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.footer-top .col-sm-3{
  overflow: hidden;
}

.video-gallery {
  /*margin-top: 57px;*/
  position: inherit;
}

.video-gallery a img {
  height: 100%;
  width: 100%;
}

.iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid #CCCCC6;
  border-radius: 3px;
}

.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: #e43225;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
   -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}

.video-gallery a:hover .overlay-icon{
  opacity: 1;
}

.video-gallery p {
  color: #8C8C88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom:0px;
}

.video-gallery  h2 {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform:uppercase;
  margin-top:0px;
}


.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.address  img {
	width:100%;
}

.address p {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget .container {
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
}

.single-widget h2 {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.single-widget h2 i{
	margin-right:15px;
}

.single-widget ul li a{
	color: #8C8C88;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
}

.single-widget ul li a i {
  margin-right: 18px;
}

.single-widget ul li a:hover{
	background:none;
	color:#e43225;
}


.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-family: 'Roboto', sans-serif;
  /*font-size: 14px;*/
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  /*width: 320px;*/
  width: 63%;
}
.subscribe input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-family: 'Roboto', sans-serif;
  /*font-size: 14px;*/
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  margin-bottom: 10px;
  width: 83%;
}
.subscribe button {
  background: #e43225;
  border: medium none;
  border-radius: 0;
  /*margin-left: -5px;*/
  /*margin-top: -3px;*/
  padding: 6px 14px;
  width: 15%;
}
.subscribe img{
  width: 100%;
}

.searchform button {
  background: #e43225;
  border: medium none;
  border-radius: 0;
  /*margin-left: -5px;*/
  margin-top: -1.5px;
  padding: 6px 14px;
  height: 36px;
}

.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}

.searchform  button:hover,
.searchform  button:focus{
	background-color:#e43225;
}

.searchform p {
  color: #8C8C88;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}
.subscribe button i {
  color: #FFFFFF;
  font-size: 20px;
}

.subscribe  button:hover,
.subscribe  button:focus{
  background-color:#e43225;
}

.subscribe p {
  color: #8C8C88;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.footer-bottom {
  background: #D6D6D0;
  padding-top: 10px;
}

.footer-bottom p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: #e43225;
  font-style: italic;
  text-decoration: underline;
}
.background-black{
  background-color: #0c0c0c;
}

/*************************
******* Home ******
**************************/


#slider {
  padding-bottom: 10px;
  /*padding-top: 30px;*/
}

.trending-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.trending-category ul li {
    display: inline-block;
    width: calc((100%/7) - 10px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.trending-category ul li.active,
.trending-category ul li:hover {
    width: calc((100%/7) + 39px);
}
.trending-category ul li.active .img,
.trending-category ul li:hover .img{
    margin-left: 16px;
}
.trending-category ul:hover li.active{
    width: calc((100%/7) - 10px);
}
.trending-category ul:hover li.active .img{
    margin-left: 0;
}
.trending-category ul li.active:hover{
    width: calc((100%/7) + 39px);
}
.trending-category ul li.active:hover .img{
    margin-left: 16px;
}
.trend-category-single {
    overflow: hidden;
}
.trend-category-single .img{
    max-width: 90px;
    min-width: 90px;
    max-height: 96px;
    min-height: 96px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .3s ease;
    -o-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
}
.trend-category-single .img img{
  max-width: 90px;
  min-width: 90px;
  max-height: 96px;
  min-height: 96px;
}
.trend-category-single .name {
    padding: 8px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.white-bg{
  background-color: #fff;
}
.orange-bg{
    background-color: #ff5400;
    /*height: 40px;*/
}
.pink-bg{
  background-color: lightpink ;
}
.register-link{
  color: #e43225;
}

.absolute{
  position: absolute;
}
.carousel-indicators li {
  background: #C4C4BE;
}

.carousel-indicators li.active {
	  background: #e43225;
}

.item {
  /*padding-left: 100px;*/
}

.shop-page{
  padding: 0px;

}
.shop-page ul li{
  padding: 5px;
}
.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}
.shop-promotion{
  /*padding-top: 15px;*/
  padding-left: 0px;
  padding-right: 0px;
  border-top: 2px #d62728 solid;
}
.shop-promotion:last-child{
  border-bottom: none;
}

.girl {
  margin-left: 0;
}

.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}

.item h1 span {
	color:#e43225;
}

.item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}

.item  p {
	color:#363432;
	font-size:16px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.get {
  background: #e43225;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}


.item button:hover {
  background: #e43225;
}

.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}

.control-carousel:hover{
  color: #e43225 ;
}

.right {
  right: 0;
}
.left {
  left: 0;
}
.category-products {
  /*border: 1px solid #F7F7F0;*/
  /*margin-bottom: 15px;*/
  /*padding-bottom: 20px;*/
  /*padding-top: 15px;*/
}
.category-image img {
  height: 150px;
  width: 150px;
}
.category-name{
  width : 150px;
  background-color: #F5F5ED;
  color: #696763;
  padding: 10px;
  margin-bottom: 5px;
}
.category-banner img{
  height: 185px;
  width: 185px;
}
.category-banner-name{
  width : 190px;
  background-color: #F5F5ED;
  color: #696763;
  padding: 10px;
  margin-bottom: 5px;
}
.left-sidebar h2, .brands_products h2 {
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 10px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
  padding-top: 10px;
}
.left-sidebar h3{
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 10px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index:3;
  padding-top: 10px;
}
.left-sidebar h5{
  color: #e43225;
  background-color: #F0F0E9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 1px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index:3;
  padding: 10px;
}
.left-sidebar h6{
  color: #000;
  /*background-color: #F0F0E9;*/
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 0 auto 10px;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  z-index:3;
  padding: 10px;
}
.store-info {
  position: relative;
  background-color: #fff;
  width: auto;
  border-radius: 5px;
  margin-bottom: 20px;
  border : 1px solid #F7F7F0;
  margin-top:10px;
}
.store-info-popular {
  position: relative;
  background-color: #fff;
  width: auto;
  border-radius: 5px;
  margin-bottom: 16px;
  /*border : 1px solid #F7F7F0;*/
  margin-top:5px;
}
.store-info-img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.store-info-top {
  text-align: left;
  margin-bottom: 8px;
}
.store-info-content p{
  /*margin: 20px 40px 14px 10px;*/
  color: #333;
  font-size: 16px;
  /*font-weight: 700;*/
  line-height: 22px;
  max-height: 44px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-info-content .top-seller-text {
  line-height: 24px;
}
.top-seller-label i,.store-info-contact i{
  color:#fd9729;
}
.store-info-content .top-seller-label {
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
}
.store-info-content .store-info-data {
  margin-bottom: 8px;
  font-size: 13px;
  color: #000;
}
.store-info-content .store-info-contact {
  margin-top: 4px;
  margin-bottom: 16px;
}

.store-info-content{
  padding: 10px 12px 12px 12px;
  height: 152px;
  background: aliceblue;
}
.store-info-content img{
  width: 90px;
  height: 90px;
}
.store-info-content .store-info-btn .follow-btn {
  display: inline-block;
  margin: 0 4px 8px 0;
  border-radius: 23px;
}
.add-store-list {
  min-width: 86px;
  width: fit-content;
  height: 24px;
  padding: 2px 14px;
  border: 1px solid #ff4747;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 17px;
  color: #ff4747;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.store-info-content .store-info-btn .visit-store-btn {
  display: inline-block;
  min-width: 86px;
  height: 24px;
  width: fit-content;
  width: -moz-fit-content;
  padding: 4px 14px 2px;
  margin: 0 0 4px;
  border-radius: 23px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  background-color: #ff4747;
  text-align: center;
  cursor: pointer;
}
.store-info-btn{
  padding-left: 12px ;
}

.visit-store-btn a{
  color: #fff;
}

.left-sidebar h2:after, h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}

.left-sidebar h2:before{
	content: " ";
	position: absolute;
	background: #fff;
	/*bottom: -6px;*/
	width: 130px;
	height: 28px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
    padding-top: 20px;
}

h2.title:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}
.panel-group .panel+.panel {
  margin-top: 2px;
}
.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  /*background-color: #FFFFFF;*/
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}
.active-tab{
  background-color: #f5f5f5 !important;
  border-top-right-radius : 0px !important;
  border-top-left-radius: 0px !important;
}
.active-sub{
  background-color: #fff !important;
}
.active-tab a{
  color: #696763 !important;
}
.active-tab:hover{
  background: #fff !important;
}
active-tab:active{
  background: #fff !important;
}
.panel-heading-shop {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 1px 20px;
}
.panel-title {
  font-size: 14px;

}
.category-products .panel-default .panel-heading a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}
.category-products .panel-default .panel-heading a:hover{
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.panel-heading-shop{
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 20px;
}


.panel-body ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}
.brand-name {
  padding-top: 30px;
  padding-left: 10px;
}
.brand-product{
  width: 80px;
  height:80px;
}
.border{
  border: 1px solid #DDDDDD;
  /*margin: 1px;*/
  margin-bottom: 1px;
}
.border-bottom{
  border-bottom: 1px solid #DDDDDD;
  /*margin: 1px;*/
  margin-bottom: 1px;
}

.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}

.shipping {
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  /*padding-top: 20px;*/
  position: relative;
}


.price-range{
  margin-top:30px;
}

.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}


.tooltip-inner {
  background-color: #e43225;
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #e43225;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}


.padding-right {
  padding-right: 0;
}
.padding-left-15-right-5{
  padding-left: 15px;
  padding-right:5px;
}
.padding-right-5px{
  padding-left: 0px;
  padding-right: 5px;
}
.padding-top-10px{
  padding-top: 10px;
}
.padding-top-5px{
  padding-top: 5px;
}
.padding-top-3px{
  padding-top: 3px;
}
.padding-left-top-menu{
  padding-left: 75px;
  padding-right: 0px;
}
.features_items{
	overflow:hidden;
}


h2.title {
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 5px;
  text-transform: uppercase;
  /*margin-bottom: 30px;*/
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-image-wrapper{
	border:1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom:10px;
}
.product-image-wrapper :hover{
  opacity: 0.9;
}
.product-image-wrapper-by-shop{
  overflow: hidden;
  margin-bottom:10px;
}
.product-image-wrapper-by-shop :hover{
  opacity: 0.9;
}

.single-products {
  position: relative;
}


.new, .sale,.discount {
  position: absolute;
  top: 0;
  right: 0;
}
.discount p{
  /*background-image: url("../uploads/images/home/discount.png");*/
  color: #fff;
  padding-right: 20px;
  padding-top: 8px;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
.sale p{
  color: #fff;
  padding-right: 8px;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 4px;
  font-size: 13px;
  right: -2px;
}

.productinfo h2{
	color: #e43225;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
    margin-top: 15px;
}

.productinfo h4{
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 5px;
}

.productinfo-home-promote h2{
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}
.productinfo-home-promote h5 {
  background-color:#e43225 ;
  border-radius: 9px;
  /*color: #b58900;*/
  padding: 1px 8px;
  margin: 0px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  position: absolute;
  bottom: 1px;
  left: 16px;
}
.productinfo-home-promote p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
}
.productinfo-home-promote img{
  width: 80px;
  height: 80px;
  border-radius: 3px;
  /*margin-left: 5px;*/
}
.margin-left-20px{
  margin-left: 20px;
}

.view-more-offer{
  padding-top: 40px;
}
.special-offer-front{
  font-style: italic;
  font-size: 12px;
  color: #e43225;
  padding: 5px;
}
.special-offer-front p{
  margin-top: 10px;
}
.view-more-offer p{
  background-color: #e43225;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  padding: 4px 8px;
}

.productinfo-collection h2{
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

.productinfo-collection h4{
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 5px;
}
.productinfo-left h4{
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 5px;
}
.productinfo-left-by-shop h4{
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 5px;
}
.product-overlay h2{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
}


.productinfo p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
}

.productinfo-left p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
}
.productinfo-collection p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
}
.img-special-offer{
  display: block;
  max-width: 100%;
  max-height: 178px;
}
.img-flash-sale{
  display: block;
  max-width: 100%;
  max-height: 130px;
}
.img-related-left{
  display: block;
  max-width: 100%;
  max-height: 260px;
}
.productinfo img{
  width: 200px;
  height: 200px;
}
.productinfo img:hover{
  /*border: 1px solid #e43225;*/
}
.admin-promotion{
  bottom: 65px;
  left: 0px;
  position: absolute;
  height: 30px;
  width: 183px;
}
.admin-promotion-product-list-page{
  bottom: 65px;
  left: 0px;
  position: absolute;
  height: 30px;
  width: 207px;
}
.admin-promotion-product-list-page img{
  width: 207px;
  height: 30px;
}
.flash-deal{
  bottom: 40px;
}
.productinfo-left img{
  width: 260px;
  height: 260px;
}
.productinfo-left-by-shop img{
  width: 120px;
  height: 120px;
  border-radius: 5%;
}
.productinfo-collection img{
  width: 175px;
  height: 175px;
}

.brand-logo-scroll img{
  width: 120px;
  height: 65px;
}
.banner-subcategory img{
  width: 240px;
  height: 240px;
}
.brand-logo-scroll p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
}
.news-slide {
  margin-top: 30px;
  margin-bottom: 0px; }
.news-slide .item .col-md-4, .news-slide .item .col-sm-6, .news-slide .item .col-xs-12 {
  /*	&:first-child{
              padding-left:0;
          }*/
  padding: 10px; }
.news-slide .item a:hover {
  text-decoration: none; }
.news-slide .item h5 {
  color: #333;
  font-weight: bold;
  line-height: 1.28;
  font-size: 13px; }
.news-slide .item p {
  color: #333;
  padding: 0;
  line-height: 1.28;
  font-size: 13px;
  margin-top: 5px;
  text-align: left; }

.item-image {
  height: 130px;
  overflow: hidden; }
.item-image:hover img {
  transform: scale(1.1); }
.item-image img {
  width: 100%;
  transition: all 0.3s; }

.item-title {
  height: 50px;
  overflow: hidden; }

.item-desc {
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px; }
.productinfo{
 position:relative;
}
.productinfo-left{
  position: relative;
}
.productinfo-collection{
  position: relative;
}

.product-overlay {
  background:#e43225;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity:0;
}

.single-products:hover .product-overlay {
  display:block;
  height:100%;
  border: 1px solid #000000;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #e43225;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #e43225;
}


.product-overlay p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}



.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.add-to-cart:hover {
  background: #e43225;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.add-to{
  margin-bottom: 10px;
}

.add-to-cart i{
	margin-right:5px;
}

.add-to-cart:hover {
  background: #e43225;
  color: #FFFFFF;
}



.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: #fac317;
  border-bottom: 1px solid #e43225;
  list-style: none outside none;
  /*margin: 0 0 30px;*/
  padding: 0;
  width: 100%;
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.order-amount{
  color: #e43225;
  font-size: 16px;
}

.category-tab ul  li  a:hover{
	background:#e43225;
	color:#fff;
}

.menu-tab {
  overflow: hidden;
}
.menu-tab ul {
  background: #F0F0E9 none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  list-style: outside none none;
  /*margin: 0 0 30px;*/
  padding: 0;
  width: 100%;
}
.menu-tab ul li a {
  background-color: #f2f2f2;
  margin: 3px;
  padding: 5px 5px;
  border-radius: 0;
  color: #333;
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.menu-tab ul li a:hover {
  background:none;
  color:#e43225;
}
.choose {
  border-top: 1px solid #F7F7F0;
}

.choose ul li a {
  color: #B3AFA8;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding: 4px;
}

.choose ul li a i{
  margin-right:5px;
}

.choose ul li a:hover{
  background:none;
  color:#e43225;
}
.gray-bg{
  background-color: #f3f3f3;
}
.red-bg{
  background-color: #e43225;
}
.gray-bg-mobile{
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  height: 80px;
}
.dropzone {
  min-height: 120px;
  border: 1px solid rgba(0,0,0,0.3);
  background: white;
  padding: 10px 10px;
}
.current-img{
  border: 1px solid rgba(0,0,0,0.3);
  height: 120px;
}
.img-profile{
  height: 118px;
  width: 96px;
}

.shop-menu-bg{
  background-color: #D6D6D0;
}
.shop-name{
  color: #fff;
}
.coupon-shop{
  margin: 0 auto;
  border: 2px #d62728 dashed;
  padding: 5px;
  font-size: 11px;
  width: 80%;
  margin-bottom: 5px;
}
.shop-name a:hover{
  color: #fff;
}
.thumbs{
  width: 85px;
  height: 84px;
}
.menu-tab-shop ul {
  background: #fdfdfd none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.menu-tab-shop ul li{
  padding: 0 5px;
}
.menu-tab-shop ul li a {
  /*background-color: #f2f2f2;*/
  margin: 5px 0px 5px 0px;
  padding: 5px;
  /*border-radius: 0;*/
  border: none;
  color: #333;
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  /*text-transform: uppercase;*/
}
.menu-tab-shop ul li a:hover {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  border: none;
  /*border: 1px solid red;*/
}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #e43225;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;
}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;
}

.recommended_items {
  overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #e43225;
  color: #FFFFFF;
  font-size: 20px;
  padding: 4px 10px;
}
.recommended-item-control-mobile {
  position: absolute;
  top: 41%;
}

.recommended-item-control-mobile i {
  color: #000;
  font-size: 25px;
  padding: 4px 10px;
}


.recommended-item-control i:hover {
  background: #ccccc6;
}
.recommended-item-control-brand {
  position: absolute;
  top: 51%;
}

.recommended-item-control-brand i {
  background: none repeat scroll 0 0 #e43225;
  color: #FFFFFF;
  font-size: 12px;
  padding: 2px 6px;
}


.recommended-item-control-brand i:hover {
  background: #ccccc6;
}

.recommended_items  h2 {
}

.our_partners{
  overflow:hidden;
}

.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;
}


.our_partners ul li a:hover{
	background:none;
}

/*************************
*******Shop CSS******
**************************/


#advertisement {
  padding-bottom: 0px;
}

#advertisement img {
  width: 100%;
}

.pagination {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 15px;
}

.pagination  li:first-child  a, .pagination  li:first-child  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

.pagination  li:last-child  a, .pagination  li:last-child  span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination  .active  a, .pagination  .active  span, .pagination  .active  a:hover, .pagination  .active  span:hover, .pagination  .active  a:focus, .pagination  .active  span:focus {
  background-color: #e43225;
  border-color: #e43225;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}

.pagination  li  a, .pagination  li  span {
  background-color: #f0f0e9;
  border: 0;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color:#000;
}

.pagination  li  a:hover{
	background:#e43225;
	color:#fff;
}

.title-categories{
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.big-title{
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  color: #F60;
  padding-right: 25px;
  background-color: #fff;
  margin-bottom: 15px;
  padding-left: 25px;
  font-weight: 400;
  position: relative;
}
.big-title a {
  color: #f60;
}
.sub-title-wrapper{
  margin-bottom: 140px;
}
.sub-item-cont li {
  line-height: 24px;
  height: 20px;
  font-size: 13px;
  float: left;
  width: 180px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sub-item-cont a:hover {
  color: #f60;
  text-decoration: underline;
}
.img-subcategory{
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border: 1px solid #f3f5f3;
}
/* Sorting CSS Start */
.shorting {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-top: 20px;
}
.shorting .view {
  float: left;
  margin-right: 20px;
}
.list-types {
  display: inline-flex;
  float: left;
  margin: 3px 0px 0;
  padding: 0 5px;
}
.list-types.grid {
  border-right: 1px solid #dedede;
}
.list-types-icon {
  background: url(../uploads/images/icon/grid-list.png) no-repeat scroll 0 0;
  display: inline-block;
  height: 25px;
  width: 36px;
}
.grid-icon {
  background-position: 0 -6px;
}
.list-icon {
  background-position: -65px -6px;
}
.grid-icon:hover, .list-types.active .grid-icon {
  background-position: 0 -39px;
}
.list-icon:hover, .list-types.active .list-icon {
  background-position: -65px -39px;
}
.list-types a {
  display: inline-flex;
}
.shorting select {
  font-size: 14px;
}
.short-by, .select-item {
  float: left;
  position: relative;
}
.short-by > span, .show-item > span {
  float: left;
  margin: 5px 10px 3px;
}
/* Sorting CSS End */
.product-listing .shop-list-view .product-item {
  margin-bottom: 0;
}
.product-listing {
  border: medium none;
  padding: 0;
}
.product-listing {
  display: inline-block;
  margin-bottom: -30px;
  width: 100%;
}
.shop-list-view .product-item-details {
  display: table-cell;
  position: relative;
  text-align: left;
  padding-top: 20px;
}

.shop-list-view ul li button {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #232323;
  display: inline-block;
  padding: 0;
  transition: none 0s ease 0s ;
}

.shop-list-view {
  display: inline-block;
  padding: 0 0 10px;
  width: 100%;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a {
  color: #000;
}
.product-item-name{
  width: 550px;
}
.shop-list-view {
  margin-bottom: 30px;
  /* display: inline-block; */
  display: inline-flex;
  flex-wrap: nowrap;
  border: 1px solid #f7f7f5;
}
.shop-list-view .product-item {
  float: left;
  margin-right: 20px;
}
.product-item{
  width: 150px;
}
.shop-list-view .product-item-name {
  font-size: 14px;
  word-wrap: break-word;
  width: auto;
}
.product-item-name a{
  color: #696763;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  padding-left: 0px;
  padding-top: 5px;
  text-align: left;
}
.shop-info-header{
  background-color: rgba(245, 245, 245, 1);
  /*margin-top: -30px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
.shop-info-header p{
  margin: 0 0 5px;
}

.shop-list-view .price-box {
  margin: 3px 0 3px;
  float: none;
}
.shop-list-view .bottom-detail {
  display: inline-block;
}
.shop-list-view .product-item-details, .product-detail-main .product-item-details {
  margin-top: 0;
}
.product-image {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.product-image img {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  width: 150px;
  height: 150px;
}
.product-thumbnail-list{
  /*width: 190px;*/
  padding-top: 0px;
}
.product-item-details{
  width: 680px;
}
.product-item-details h4{
  color: #e43225;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-left: 0px;
  text-align: left;
}

/*************************
*******Product Details CSS******
**************************/
.product-details{
	overflow:hidden;
}

.list-item-pro-detail{
  border: 1px solid #F7F7F0;
}
#similar-product {
  margin-top: 20px;
}


#reviews {
  padding-left: 25px;
  padding-right: 25px;
}
#details {
  /*padding-left: 25px;
  padding-right: 25px;*/
}
.product-details {
  margin-bottom: 10px;
  overflow: hidden;
  margin-top: 10px;
}



.view-product {
  position: relative;
}

.view-product img {
  border: 1px solid #F7F7F0;
  height: 350px;
  width: 350px;
}

.view-product h3 {
  background: #e43225;
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}

#similar-product .carousel-inner .item{
	padding-left:0px;
}

#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 0px;
}

.item-control {
  position: absolute;
  top: 35%;
}
.item-control i {
  /*background: #e43225; */
  color: #8e8e8e;
  font-size: 20px;
  padding: 5px 10px;
  
}

.item-control i:hover{
	background:#ccccc6;
}

.product-information {
  border: 1px solid #F7F7F0;
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-top: 30px;
  position: relative;
}
.shop-information {
  border: 1px solid #F7F7F0;
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 7px;
  position: relative;
  background: aliceblue;
  
}
.shop-information h2{
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 18px;
}
.shop-information-list-view{
  overflow: hidden;
  /*padding-bottom: 10px;*/
  padding-right: 10px;
  padding-top: 50px;
  position: relative;
  color :#696763;
}
.shop-information-list-view img {
  width: 15px;
  height: 15px;
}
.shop-information,.shop-information-list-view h2{
  margin-top: 0px;
  font-size: 10px;
}
.shop-information,.shop-information-list-view p{
  font-size: 12px;
}
.count-in-list{
  text-transform: capitalize;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 5px;
  text-align: end;
}
.count-in-list span{
  color: #e43225;
}
.product-list-detail h1{
  font-size: 13px;
}
.newarrival{
	position:absolute;
	top:0;
	/*left:0  */
}
.display-amount-thum{
  position: absolute;
  bottom:10px;
  right: 10px;
  clear: none;
}
.discount-label{
  background-color: #d62728;
  padding: 1px;
  width: 30px;
}
.discount-label p{
  color: #fff;
  margin: 0;
}
.padding-30px{
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-header-custom {
  position: absolute;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  height: 50px;
}
.navbar-brand {
  float: left;
  padding: 10px 19px;
  font-size: 20px;
  line-height: 20px;
}
.navbar-brand p{
  color: #fff;
  font-size: 8px;
  height: 10px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: -3px;
}
.navbar-brand-detail{
  float: left;
  padding: 10px 6%;
  font-size: 25px;
  /*line-height: 20px;*/
  color: #fff;
}
.navbar-brand-detail p{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline;
  font-weight: bold;
}
.btn-buyNow-mobile {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #fff;
    padding: 0;
    text-decoration: none;
    font-family: inherit;
    height: 30px;
}
.btn-buyNow-mobile p{
  font-size: 14px;
  display: inline;
  font-weight: bold;
}
.navbar-brand-detail img{
  width:25px;
  height: 25px;
}
.padding-bottom{
  padding-bottom: 5px;
}
.padding-bottom-5{
  padding-bottom: 5px;
}
.padding-bottom-6{
  padding-bottom: 8px;
}
.padding-none{
  padding: 0px !important;
}
.padding-bottom-15{
  padding-bottom: 15px;
}
.padding-bottom-2{
  padding-bottom: 2px;
}
.padding-bottom-0{
  padding-bottom: 0px;
}
.padding{
  padding: 13px;
}
.padding-bottom-1{
  padding-bottom:1px;
}
.sku{
  font-size: 14px;
  /* position: absolute;
  top: -5px;
  right: 5px; */
}
.share{
  font-size: 14px;
  position: absolute;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 500;
  top: -5px;
  right: 5px; 
}
.img-brand {
  width: 100px;
  height: 45px;
  border: 1px solid #e9e9e9;
  float: left;
  list-style: none;
  padding: 5px 5px;
  margin: 2px 1px 0;
  overflow: hidden;
  background-color: #FFF;
}
.img-brand-zone {
  width: 100px;
  height: 50px;
  border: 1px solid #e9e9e9;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 2px 1px 0;
  overflow: hidden;
  background-color: #FFF;
}
.img-brand-category {
  width: 100px;
  height: 40px;
  border: 1px solid #e9e9e9;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 2px 1px 0;
  overflow: hidden;
  background-color: #FFF;
}
.img-seller-zone {
  width: 80px;
  height: 80px;
  border: 1px solid #e9e9e9;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 2px 10px 0;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 50%;
}
.img-seller-zone-home {
    width: 60px;
    height: 60px;
    border: 1px solid #e9e9e9;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 2px 10px 0;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 50%;
}
.list-brand-zone{
  border: 1px solid #e9e9e9;
}
.banner-brand{
  width: 400px;
  height: 200px;
}
.img-brand img{
  max-height: 40px;
  max-width: 80px;
}
.img-brand a:hover {
  color: #fff;
}
.product-information h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 0;
  padding-right: 5px;
}

.product-information p {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
}

.product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;
}

.product-information span span {
  color: #e43225;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;
}
.product-information span input {
  border: 1px solid #DEDEDC;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}

.product-information span label {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}

.share {
  margin-top: 13px;
  margin-right: 5px;
}

.chat2seler {
  margin-top: 3px;
  margin-left: -13px;
}

.ecam_wish_list {
  background-color: #c59e31;
  border: 0px #E6E6E5;
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgb(204 204 204 / 10%);
  display: inline-block;
  margin: 3px 0 0;
  overflow: hidden;
  padding: 7px 7px 7px 7px;
  position: relative;
  color: #fff;

  
}
.ecam_wish_list a{
  padding: 0 5px;
}
.cart {
  background: #ff5400;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 3px;
  margin-left: 0px;
}
.buy-now {
  background: #fd9729;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.call-order {
  background: #e43225;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.quick-order {
    background: #5bc0de;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
}


.shop-details-tab {
  border: 0px solid #F7F7F0;
  margin-bottom: 75px;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
  padding-bottom: 10px;
}
.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}


#reviews ul {
  background: #FFFFFF;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}

#reviews  ul  li {
	display:inline-block;
}

#reviews ul li a {
  color: #696763;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-right: 15px;
}

#reviews ul li a i{
	color:#e43225;
	padding-right:8px;
}

#reviews ul li a:hover{
	background:#fff;
	color:#e43225;
}

#reviews p{
	color:#363432;
}

#reviews  form span {
  display: block;
}

#reviews form span input {
  background:#F0F0E9;
  border: 0 none;
  color: #A6A6A1;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
}
#reviews form span input:last-child {
  margin-left: 3%;
}

#reviews textarea {
  background: #F0F0E9;
  border: medium none;
  color: #A6A6A1;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
}

#reviews button {
  background: #e43225;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}


/*************************
*******404 CSS******
**************************/

.logo-404 {
  margin-top: 60px;
}

.content-404 h1 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 41px;
  font-weight: 300;
}

.content-404 img {
 margin:0 auto;
}

.content-404 p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.content-404  h2 {
  margin-top:50px;
}

.content-404 h2 a {
  background: #e43225;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 300;
  padding: 8px 40px;
}
/*************************
*******social login page CSS******
**************************/
.social-page-login{
  background: center top no-repeat;
  background-image: url("../uploads/social/image/home/social-login-img.jpg");
}
.social-page-register{
  background: center top no-repeat;
  background-image: url("../uploads/social/image/home/social-login-img.jpg");
  
}
/*************************
*******End login page CSS******
**************************/


/*************************
*******login page CSS******
**************************/

#form {
  display: block;
  padding-bottom: 50px;
  /*margin-top: 50px;*/
  overflow: hidden;
}

.login-form {
  border: 0px solid #c1cee0;
  padding: 0px 0px 105px 0px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.page-login{
  background: center top no-repeat;
  background-image: url("../uploads/images/home/login-img.jpg");
}
.page-register{
  background: center top no-repeat;
  background-image: url("../uploads/images/home/register-img.jpg");
  
}

.signup-form {
 border: 0px solid #c1cee0;
 padding: 0px 0px 45px 0px;
 margin-top: 15px;
 margin-bottom: 10px;
}
.signup-form-phone {
  border: 0px solid #c1cee0;
  padding: 10px 10px 130px 10px;
  margin-top: 15px;
  margin-bottom: 10px;
 }
.login-form h2, .signup-form h2 {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.login-form h2, .signup-form-phone h2 {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}


.login-form form input, .signup-form form input {
  background: #F0F0E9;
  border: medium none;
  color: #696763;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}

.login-form form span{
  line-height: 25px;
}

.login-form form span input {
  width: 15px;
  float: left;
  height: 15px;
  margin-right: 5px;
}

.login-form form button {
  margin-top: 23px;
}

.login-form form button, .signup-form form button {
  background: #e43225;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-family: 'Roboto', sans-serif;
  padding: 6px 25px;
}

.login-form form button, .signup-form-phone form button {
  background: #e43225;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-family: 'Roboto', sans-serif;
  padding: 6px 25px;
}

.login-form label{

}


.login-form label input {
  border: medium none;
  display: inline-block;
  height: 0;
  margin-bottom: 0;
  outline: medium none;
  padding-left: 0;
}


.or{
	background: #e43225;
	border-radius: 40px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-top: 75px;
	text-align: center;
	width: 50px;
}


/*************************
*******Cart CSS******
**************************/

#do_action {
  margin-bottom: 50px;
}

.breadcrumbs {
  position: relative;
}

.breadcrumbs .breadcrumb {
  background:transparent;
  margin-bottom: 75px;
  padding-left: 0;
}

.breadcrumbs .breadcrumb li a {
  background:#e43225;
  color: #FFFFFF;
  padding: 3px 7px;
}

.breadcrumbs .breadcrumb li a:after {
  content:"";
  height:auto;
  width: auto;
  border-width: 8px;
  border-style: solid;
  border-color:transparent transparent transparent #e43225;
  position: absolute;
  top: 11px;
  left:48px;

}

.breadcrumbs .breadcrumb > li + li:before {
  content: " ";
}

#cart_items .cart_info {
  border: 1px solid #E6E4DF;
  margin-bottom: 50px
}


#cart_items .cart_info .cart_menu {
  background: #e43225;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;
}


#cart_items .cart_info .table.table-condensed tr {
  border-bottom: 1px solid#F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
  border-bottom: 0
}

.cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}


#cart_items .cart_info .image {
  padding-left: 30px;
}


#cart_items .cart_info .cart_description h4 {
  margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
  color: #363432;
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
  font-weight: normal;

}

#cart_items .cart_info .cart_description p {
  color:#696763
}


#cart_items .cart_info .cart_price p {
  color:#696763;
  font-size: 18px
}


#cart_items .cart_info .cart_total_price {
  color: #e43225;
  font-size: 24px;
}

.cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
  background:#F0F0E9;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
}


.cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto',sans-serif;

}


.cart_delete  {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}


.cart_delete a {
  background:#F0F0E9;
  color: #FFFFFF;
  padding: 5px 7px;
  font-size: 16px
}

.cart_delete a:hover {
  background:#e43225
}


.bg h2.title {
  margin-right:0;
  margin-left:0;
  margin-top: 0;
}

.heading h3 {
  color: #363432;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.heading p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
}


#do_action .total_area {
  padding-bottom: 18px !important;
}

#do_action .total_area, #do_action .chose_area {
  border: 1px solid #E6E4DF;
  color: #696763;
  padding: 30px 25px 30px 0;
  margin-bottom: 80px;
}

.total_area span {
  float: right;
}

.total_area ul li {
  background:#E6E4DF;
  color: #696763;
  margin-top: 10px;
  padding: 7px 20px;
}


.user_option label {
  color: #696763;
  font-weight: normal;
  margin-left: 10px;
}


.user_info {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
  overflow: hidden;
}

.user_info label {
  color: #696763;
  display: block;
  font-size: 15px;
  font-weight: normal;

}

.user_info .single_field {
  width: 31%
}

.user_info .single_field.zip-field input {
  background: transparent;
  border: 1px solid#F0F0E9
}

.user_info > li {
  float: left;
  margin-right: 10px
}

.user_info > li > span {
}

.user_info input, select, textarea {
  background: #F0F0E9;
  border:0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none
}

.user_info select:focus {
  border: 0
}


.chose_area .update {
  margin-left: 40px;
}

.update, .check_out {
  background: #e43225;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 18px;
  border: none;
  padding: 5px 15px;
}
.update{
    margin-left: 40px;
}

.check_out {
  margin-left: 20px
}



/*************************
*******checkout CSS******
**************************/

.step-one {
  margin-bottom: -10px
}

.register-req, .step-one .heading {
  background: none repeat scroll 0 0 #F0F0E9;
  color: #363432;
  font-size: 20px;
  margin-bottom: 35px;
  padding: 10px 25px;
  font-family: 'Roboto', sans-serif;
}

.checkout-options {
  padding-left: 20px
}


.checkout-options h3 {
  color: #363432;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

.checkout-options p {
  color: #434343;
  font-weight: 300;
  margin-bottom: 25px;
}

.checkout-options .nav li {
  float: left;
  margin-right: 45px;
  color: #696763;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.checkout-options .nav label {
  font-weight: normal;
}

.checkout-options .nav li a {
  color: #e43225;
  font-size: 18px;
  font-weight: normal;
  padding: 0
}

.checkout-options .nav li a:hover {
  background: inherit;
}

.checkout-options .nav i {
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background: #e43225;
  color:#fff;
  font-size: 14px;
  padding: 2px 3px;
}


.register-req  {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px;
  margin-top: 35px;

}

.register-req p {
  margin-bottom: 0
}



.shopper-info p,
.bill-to p,
.order-message p {
  color: #696763;
  font-size: 20px;
  font-weight: 300
}


.shopper-info .btn-primary {
  background: #e43225;
  border: 0 none;
  border-radius: 0;
  margin-right: 15px;
  margin-top: 20px;
}


.form-two, .form-one {
  float: left;
  width: 47%
}


.shopper-info > form > input,
.form-two > form > select,
.form-two > form > input,
.form-one > form > input {
  background:#F0F0E9;
  border: 0 none;
  margin-bottom:10px;
  padding: 10px;
  width: 100%;
  font-weight: 300
}

.form-two > form > select {
  padding:10px 5px
}

.form-two {
  margin-left: 5%
}


.order-message textarea {
  font-size: 12px;
  height: 335px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.order-message label {
  font-weight:300;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  margin-left: 10px;
  font-size: 14px
}


.review-payment h2 {
  color: #696763;
  font-size: 20px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 20px
}

.payment-options {
  margin-bottom:15px;
  margin-top: -25px
}
.badge {
  background-color: #f4645f;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.ecam-head-layout { display: block; width: auto; height: 100px; margin: 0 auto; overflow: auto;}
.ecam-flow { font-size: 0; *word-spacing:-1px/*IE6ã€7*/; width: 940px; height: 70px; float: left; padding-left:20px;margin: 15px 0; }
.ecam-flow li { font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 20%; height: 70px; position: relative; z-index: 1;}
.ecam-flow li { *display: inline/*IE6,7*/;}
.ecam-flow li i { background: #FFF url(../uploads/images/ecammall/buy_step.gif) no-repeat; width: 30px; height: 30px; margin-left: -15px; position: absolute; z-index: 2; top: -10px; left: 50%;}
.ecam-flow li i.step1 { background-position: 0 0;}
.ecam-flow li i.step2 { background-position: -30px 0;}
.ecam-flow li i.step3 { background-position: -60px 0;}
.ecam-flow li i.step4 { background-position: -120px 0;}
.ecam-flow li i.step5 { background-position: -90px 0;}
.ecam-flow li p { font-size: 14px/24px arial;  color: #CCC; text-align: center; width: 100%; height: 24px; position: absolute; z-index: 2; left: 0; bottom: 0; overflow: hidden;}
.ecam-flow li sub { background-color: #FFF; width: 8px; height: 5px; margin-left: -3px; border: solid 1px #CCC; border-radius: 4px; position: absolute; z-index: 2; top: 27px; left: 50%;}
.ecam-flow li .hr { *line-height: 1px; background-color: #DDD; width: 100%; height: 1px; border: none 0; position: absolute; z-index: 1; top: 29px;left: 0;}
.ecam-flow li.current i.step1 { background-position: 0 -30px;}
.ecam-flow li.current i.step2 { background-position: -30px -30px;}
.ecam-flow li.current i.step3 { background-position: -60px -30px;}
.ecam-flow li.current i.step4 { background-position: -120px -30px;}
.ecam-flow li.current i.step5 { background-position: -90px -30px;}
.ecam-flow li.current p { color: #27A9E3;}
.ecam-flow li.current sub { background-color: #27A9E3; border-color: #27A9E3; box-shadow: 0 0 0 2px rgba(0,153,204,0.15);}
.ecam-flow li.current .hr { background-color: #27A9E3;}

.payment-options span label {
  color: #696763;
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}

#cart_items .cart_info
.table.table-condensed.total-result {
  margin-bottom: 10px;
  margin-top: 35px;
  color: #696763
}

#cart_items .cart_info
.table.table-condensed.total-result tr {
  border-bottom: 0
}

#cart_items .cart_info
.table.table-condensed.total-result span {
  color: #e43225;
  font-weight: 700;
  font-size: 16px
}

#cart_items .cart_info
.table.table-condensed.total-result
.shipping-cost {
  border-bottom: 1px solid #F7F7F0;
}




/*************************
*******Blog CSS******
**************************/



.blog-post-area
.single-blog-post h3 {
  color: #696763;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 17px;
}

.single-blog-post > a {
}

.blog-post-area
.single-blog-post a img {
  border: 1px solid #F7F7F0;
  width: 100%;
  margin-bottom: 30px
}

.blog-post-area
.single-blog-post p {
  color: #363432
}

.blog-post-area
.post-meta {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-post-area
.post-meta ul {
  padding:0;
  display: inline;
}

.blog-post-area
.post-meta ul li {
  background:#F0F0E9;
  float: left;
  margin-right: 10px;
  padding: 0 5px;
  font-size: 11px;
  color: #393b3b;
  position: relative;
}

.blog-post-area
.post-meta ul li i {
  background:#e43225;
  color: #FFFFFF;
  margin-left: -4px;
  margin-right: 7px;
  padding: 4px 7px;
}

.sinlge-post-meta li i:after,
.blog-post-area
.post-meta ul li i:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-color:transparent transparent transparent #e43225;
  border-width:4px;
  border-style: solid;
  top:6px;
  left:24px
}

.blog-post-area
.post-meta ul span {
  float: right;
  color: #e43225
}

.post-meta span{
    float: right;
}

.post-meta span i{
  color: #e43225
}


.blog-post-area
.single-blog-post
.btn-primary {
  background:#e43225;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 17px;
}


.pagination-area {
  margin-bottom:45px;
  margin-top:45px
}

.pagination-area
.pagination li a {
  background:#F0F0E9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  margin-right: 5px;
  padding: 4px 12px;
}

.pagination-area
.pagination li a:hover,
.pagination-area
.pagination li .active {
  background:#e43225;
  color: #fff
}



/*************************
*******Blog Single CSS******
**************************/

.pager-area {
  overflow: hidden;
}

.pager-area .pager li a {
  background:#F0F0E9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
  text-transform: uppercase;
  width: 57px;
}

.pager-area
.pager li a:hover {
  background: #e43225;
  color: #fff
}

.rating-area {
  border: 1px solid #F7F7F0;
  direction: block;
  overflow: hidden;
}

.rating-area ul li {
  float: left;
  padding: 5px;
  font-size: 12px
}

.rating-area .ratings {
  float: left;
  padding-left: 0;
  margin-bottom: 0
}


.rating-area
.ratings li i {
  color:#CCCCCC
}

.rating-area .rate-this {
  color: #363432;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.rating-area
.ratings .color,
.rating-area .color {
  color: #e43225
}


.rating-area .tag {
  float: right;
  margin-bottom: 0;
  margin-right: 10px;
}

.rating-area .tag li {
  padding: 5px 2px;
}
.rating-area .tag li span {
  color: #363432;
}


.socials-share {
  margin-bottom: 30px;
  margin-top: 18px;
}


.commnets
.media-object {
  margin-right: 15px;
  width: 100%;
}

.commnets {
  border: 1px solid #F7F7F0;
  padding: 18px 18px 18px 0;
  margin-bottom: 50px
}

.commnets .pull-left {
  margin-right: 22px
}

.commnets p,
.response-area p,
.replay-box p {
  font-size: 12px
}

.media-heading {
  color: #363432;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px
}

.blog-socials {
  margin-bottom: -9px;
  margin-top: 14px;
}

.blog-socials ul {
  padding-left: 0;
  overflow: hidden;
  float: left;
}

.blog-socials .btn.btn-primary{
  margin-top: 0;
  
}

.blog-socials ul li {

  float: left;
  height: 17px;
  margin-right: 5px;
  text-align: center;
  width: 17px;
}


.blog-socials ul li a {
  color: #393B3B;
  display: block;
  font-size: 10px;
  padding: 1px;
  background:#F0F0E9;
}

.blog-socials ul li a:hover {
  color: #fff;
  background:#e43225
}


.media-list .btn-primary,
.commnets .btn-primary {
  background:#FC9A11;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  float: left;
  font-size: 10px;
  padding: 1px 7px;
  text-transform: uppercase;
}

.response-area h2 {
  color: #363432;
  font-size: 20px;
  font-weight: 700;
}

.response-area .media {
  border: 1px solid #F7F7F0;
  padding: 18px 18px 18px 0;
  margin-bottom: 27px
}

.response-area .media img{
  height: 102px;
  width: 100%;
}

.response-area .media .pull-left {
  margin-right: 25px
}

.response-area .second-media {
  margin-left: 5%;
  width: 95%;
}


.sinlge-post-meta {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 15px
}



.sinlge-post-meta li {
  background:#F0F0E9;
  color: #363432;
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: uppercase;
}

.sinlge-post-meta li i {
  background:#e43225;
  color: #FFFFFF;
  margin-right: 10px;
  padding: 8px 10px;
}

.sinlge-post-meta li i:after {
  top: 7px;
  border-width: 6px;
  left: 27px;
}


.replay-box {
  margin-bottom: 107px;
  margin-top: 55px;
}

.replay-box h2 {
  font-weight: 700;
  font-size: 20px;
  color: #363432;
  margin-top: 0;
  margin-bottom: 45px
}

.replay-box label {
  background:#e43225;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding: 3px 15px;
  float: left;
  font-weight: 400;
}

.replay-box span {
  color: #e43225;
  float: right;
  font-weight: 700;
  margin-top: 21px;
}

.replay-box form input {
  border: 1px solid #F7F7F0;
  color: #ADB2B2;
  font-size: 12px;
  margin-bottom: 22px;
  padding: 8px;
  width: 100%;
}

.replay-box form input:hover,
.text-area textarea:hover {
  border: 1px solid #e43225;
}

.text-area {
  margin-top: 66px
}

.text-area textarea {
  background: transparent;
  border: 1px solid#F7F7F0
}

.btn.btn-primary {
  /*background:#e43225;*/
  background: #f7f7f7;
  border: 0 none;
  border-radius: 2;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 15px;
  color:#0c0c0c;
  border: 1px solid#dbdbdb
}

.blank-arrow {
  position: relative;
}

.blank-arrow label:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 8px;
  border-color:#e43225 transparent transparent transparent;
  top: 25px;
  left: 5px
}



/*************************
******* Contact CSS ********
**************************/

.contact-map {
  width: 100%;
  height: 385px;
  margin-bottom: 70px
}

.contact-info .heading,
.contact-form .heading {
  text-transform: capitalize;
}

.contact-form .form-group {
  margin-bottom: 20px;
  padding-top: 5px;
}

#contact-page
.form-control::-moz-placeholder {
  color: #8D8D8D;
}

#contact-page .form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #696763;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow:inherit;
}

#contact-page #message {
  height:160px;
  resize:none;
}

#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;
}


#contact-page .form-control:focus,
#contact-page .form-control:hover {
  box-shadow: inherit;
  border-color: #e43225;
}

#contact-page .contact-info {
  padding: 0 20px;
}

#contact-page .contact-info address {
  margin-bottom: 40px;
  margin-top: -5px;
}

#contact-page .contact-info p {
  margin-bottom: 0;
  color: #696763;
  font-size: 16px;
  line-height: 25px;
}

.social-networks{
  overflow: hidden;
  text-align: center;
}

.social-networks ul {
  margin-top: -5px;
  padding: 0;
  display: inline-block;
}

.social-networks ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 20px;
}

.social-networks ul li:last-child{
  margin-right: 0;
}

.social-networks ul li a {
  color: #999;
  font-size: 25px;
}

.contact-info .social-networks ul li a i{
  background: none;
}

.contact-info .social-networks ul li a:hover{
  color: #e43225;
}

/* price table*/
.pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
/** ========================
 * Contenedor
 ============================*/

.pricing-table {
  margin: 0 10px;
  text-align: center;
  width: 265px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.pricing-title {
  color: #FFF;
  background: #e95846;
  padding: 15px 0;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table.recommended .pricing-title {
  background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
  background: #2db3cb;
}

.pricing-table .price {
  background: #f89e1e;
  font-size: 22px;
  font-weight: 700;
  padding: 5px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
  font-size: 15px;
  position: relative;
  left: 5px;
}

.table-list {
  background: #FFF;
  color: #403d3a;
  padding-left: 0px;
}

.table-list li {
  font-size: 12px;
  font-weight: 700;
  padding: 5px;
}

.table-list li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #3fab91;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
}

.table-list li span {
  font-weight: 400;
}

.table-list li span.unlimited {
  color: #FFF;
  background: #e95846;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}


.table-list li:nth-child(2n) {
  background: #F0F0F0;
}

.table-buy {
  background: #FFF;
  padding: 5px;
  text-align: left;
  overflow: hidden;
}

.table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 20px;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
}

.table-buy .pricing-action {
  float: right;
  color: #FFF;
  background: #e95846;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
  background: #228799;
}

/** ================
 * Responsive
 ===================*/
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .pricing-wrapper {
    width: 768px;
  }
  .shop-information h2{
    margin-top: 0px;
    font-size: 15px;
  }

  .pricing-table {
    width: 236px;
  }
  .view-product img {
    border: 1px solid #F7F7F0;
    height: 220px;
    width: 220px;
  }

  .table-list li {
    font-size: 1.3em;
  }
  .logo img{
    /* width: 160px; */
    width: 100%;
    max-width: 218px;
    height: 44px;
  }

}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .logo img{
    width: 100%;
    height: 50px;
  }
  .shop-information h2{
    margin-top: 0px;
    font-size: 15px;
  }
  .subscribe input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Roboto', sans-serif;
    /*font-size: 14px;*/
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 163px;
  }
  .view-product img {
    border: 1px solid #F7F7F0;
    height: 280px;
    width: 280px;
  }
  .category-banner img{
    height: 145px;
    width: 145px;
  }
}

@media only screen and (max-width: 768px) {
  .pricing-wrapper {
    width: 420px;
  }
  .profile-home-right{
    font-size: 10px;
  }
  .nav-justified {
    width: 100%;
    display: -webkit-inline-box;
    padding-left: 30px;
  }
  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .view-more-offer{
    padding-top: 5px;
  }
  .special-offer-front{
    padding: 0px;
  }
  .margin-left-10px{
    margin-left: 0px;
  }
  .special-offer-front p {
    margin-top: 5px;
    padding-top: 5px;
  }
  .view-product img {
    border: 1px solid #F7F7F0;
    height: 300px;
    width: 300px;
  }
}

@media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 300px;
  }
  .nav-justified {
    width: 100%;
    display: -webkit-inline-box;
    padding-left: 15px;
  }
  .searchform input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    /*font-size: 14px;*/
    margin-top: 0;
    outline: medium none;
    padding: 5px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .searchform input {
    width: 100%;
  }
}
@media only screen and (max-width: 321px){
  .searchform input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Roboto', sans-serif;
    /*font-size: 14px;*/
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 195px;
  }
  h2.title {
    color: #e43225;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 5px;
    text-transform: uppercase;
    /* margin-bottom: 30px; */
    position: relative;
    padding-top: 5px;

  }
  p.see-more{
    font-size: 12px;
  }
  .category-banner img{
    height: 75px;
    width: 100px;
  }
  .category-banner-name{
    width : 100px;
    background-color: #F5F5ED;
    color: #696763;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 9px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 415px) {
  .searchform input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Roboto', sans-serif;
    /*font-size: 14px;*/
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 250px;
  }
  .category-banner img{
    height: 102px;
    width: 135px;
  }
  .category-banner-name{
    width : 135px;
    background-color: #F5F5ED;
    color: #696763;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 359px) and (max-width: 375px) {
  .searchform input {
    border: 1px solid #DDDDDD;
    color: #CCCCC6;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin-top: 0;
    outline: medium none;
    padding: 9px;
    width: 225px;
  }
  h2.title {
    color: #e43225;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 5px;
    text-transform: uppercase;
    /* margin-bottom: 30px; */
    position: relative;
    padding-top: 5px;
  }
  .category-banner img{
    height: 90px;
    width: 120px;
  }
  .category-banner-name{
    width : 120px;
    background-color: #F5F5ED;
    color: #696763;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 10px;
  }
}

