@charset "utf-8";
/* CSS Document for Ecommerce Templates Responsive Design Ice */
h1, h2, h3,  h5, h6 {
    color: #333;
    font-family: "PT Sans",sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}
h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 28px;
}
h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 25px;
}
h4{ color:#fff;  
font-family: "PT Sans",sans-serif; 
text-transform:uppercase;
}
.text-center h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 25px;
	color:#ef643e;
}
h3 {
  margin: 0 0 21px;
  line-height: 20px;
  font-size: 15px;
}

h2.hcenter{
text-align:center;
}

ul, ol {
  padding: 0;
  margin: 0;
}
a {
  color: #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
img {
  outline: 0;
  vertical-align: top;
  border: 0;
  max-width: 100.1%;
  height: auto;
}

img.lg{
width:100%;
}

.item_small_title {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 14px;
  color: #333;
}
.item_small_price {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.logo {
    float: left;
    width: 115px;
}
.secondary_menu {
    float: right;
}
.navbar-fixed-top ul {padding:0px;}
.secondary_menu li {
    display: inline-block;
    margin-right: 11px;
    padding-right: 8px;
    position: relative;
}
.secondary_menu li::before {
    border-right: 1px dotted #999;
    content: "";
    height: 9px;
    position: absolute;
    right: 0;
    top: 6px;
}
.secondary_menu li:last-child::before {
    display: none;
}
.secondary_menu li a {
    color: #333;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
.secondary_menu li a:hover {
    color: #242424;
}
.shopping{float:right;margin-bottom:10px;}
.shopping a{color:#666666;}

.navbar-fixed-top{-webkit-box-shadow: 0 5px 6px 0 rgba(161,161,161,161);
box-shadow: 0 5px 6px 0 rgba(161,161,161,161);}

.menu_block {
    background-color: #fff;
    height: 60px;
}
.is-sticky .menu_block {
    box-shadow: 0 1px 0 #e9e9e9;
    left: 0;
    width: 100%;
    z-index: 9000;
}
.menu_toggler {
    display: none;
}
.yamm .nav, .yamm .collapse, .dropup, .dropdown {
    font-family: "PT Sans",sans-serif;
    position: static;
}
.container {
    position: relative;
}
.dropdown-menu {
    left: auto;
}
.yamm-content {
    padding: 20px 30px;
}
.dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

#undefined-sticky-wrapper{ position:relative;top:4px; z-index:1;}
.is-sticky .menu_block {
	z-index:9000;
	left:0;
	width:100%;
	box-shadow:0 1px 0 #e9e9e9;
	 z-index: 40;
}

#home {
    padding: 0;
/* position: relative; */
	top:0px;
	z-index:-1;
}
.bar {
    background: #c4c4c4 none repeat scroll 0 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.freebox {
    float: left;
    margin-left: 39px;
    width: 41%;
}

.product-image-wrapper {
    border: 1px solid #919090;
    margin-bottom:5px;
    overflow: hidden;
    padding: 5px;
}

.single-products {
    position: relative;
}
.productinfo {
    position: relative;
}
.text-center {
    text-align: center;
}
.viewnow {
    border:1px #fff solid;
    border-radius: 0;
    color: #FFF;
    font-family: "PT Sans",sans-serif;
    font-size: 15px;
	position:relative;
	top:-183px;
    margin-bottom: 25px;
}
.product-overlay {
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    transition: height 500ms ease 0s;
    width: 100%;
}
.overlay-content a:hover{border:1px #fff solid; background:#f95649; color:#fff;}
.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.single-products:hover .product-overlay {
  display:block;
  height:100%;
}

.product-overlay .add-to-cart {
       border: 0 none;
    border-radius: 0;
    color: #666666;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}
.services {
    padding-top: 13px;
}
.animated.fadeInLeft {
    animation-name: fadeInLeft;
    opacity: 1;
}
.animated.fadeInUp {
    animation-name: fadeInUp;
    opacity: 1;
}
.animated.fadeInRight {
    animation-name: fadeInRight;
    opacity: 1;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 0;
}

.post_img {
    display: block;
    float: left;
    margin: 5px 30px 10px 0;
    position: relative;
}
.post_img::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out 0s;
}
a.post_title {
    color: #fff;
    font-size: 15px;
}
.post_title {
    display: block;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
}
.post_content {
    color: #fff;
	padding-top:
}
.read_more {
    padding-bottom: 24px;
    width: auto !important;
  list-style-type:none;
}
.read_more a:hover{color:#000; text-decoration:none;}
.readmore {
    background: #f95649 none repeat scroll 0 0;
    color: #fff;
    left: 1px;
    padding: 5px;
    position: relative;
    top: 13px;
}

span.tname{
  color:#f95649 !important;
}

span.hline{
  position:relative;
  top:12px;
  margin:0px 12px;
}

span.hline img{
 width:30%;
  height:3px;
}

.service p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 4px 0 15px;
}
.service span {
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.brand_logo {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.brands .brand_logo {
    width:100%;
}
.brands .brand_logo li {
    margin-right:8px;
    width: 200px;
	 display: block;
}
.brand_logo li {
    float: left;
    margin-right: 30px;
    width: 370px;
}
.brands .brand_logo li a {
    border: 1px solid #ccc;
    display: block;
    opacity: 0.35;
}

.brands .brand_logo li a:hover {
    border: 1px solid #ccc;
    display: block;
    opacity: 0.99;
}

.about{ background:#e4e4e4; color:#000; margin-top:20px; padding:10px 0px;}
.freeship_bar {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 0px;
    position: relative;
}
.freeship_bar a{ color:#666;}

.freeship p{
margin-top:18px;
font-weight:bold;
font-size:16px;
font-family: "PT Sans",sans-serif;
}


#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
  z-index:0;
}

#sidebar h3 {
  margin: 0 0 15px;
  font-weight: 900;
}

.sidepanel {
    margin: 0 0 10px;
    padding: 14px 18px 7px;
}
.categoriesrig li {
  position: relative;
  display:block;
  padding: 5px 0 4px 15px;
  border-bottom: 1px solid #ccc;
}
.categoriesrig li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  
}
.categoriesrig li a:hover {
	font-weight:900;
	color:#333;
	text-decoration:none;
}

.newitems li {
  position: relative;
  display:block;
  padding: 5px 0 4px 15px;
}
.neitems li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  
}
.newitems li a:hover {
	font-weight:900;
	color:#333;
	text-decoration:none;
}

.items_small {
  padding-top: 0px;
}
.items_small li {
  padding: 0 0 27px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.item_small_img {
  float: left;
  margin-right: 20px;
  width: 70px;
}

footer {
    color: #999;
    font-size: 13px;
    line-height: 20px;
}
footer {
    background-color: #333;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    padding: 34px 0 0;
    position: relative;
}
footer li{display:block;}

.copyright{ padding:10px 0; 
text-align:center;
background:#222222; 
color:#acacac;
}

  
.footlinks li{
margin-bottom:6px;
    padding-bottom: 6px;
  padding-left:0px;
}

.footit{
  border-bottom: 1px solid #EE5249;
  padding-bottom:12px;
  }

footer a {
    color: #999;
}
footer a:hover {
    color: #fff;
	text-decoration:none;
}

div.social, div.ccards{
padding-top:12px;
}

.featured_items{margin-top:10px;}

/*This is the first breakpoint and contains styles for screens up to 768px*/

@media (max-width: 768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #wrapper.toggled #sideBar {
    left: 0;
    opacity: 1;
  }

  #sideBar {
    left: -300px;
  }
  
}

/*This is the second breakpoint and contains styles for screens up to 767px*/


@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -46.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  #sidebar {
    padding-top:0;
  }
  #sidebar .nav>li {
    color: #333;
   
    padding-left:10px;
  }
  #sidebar .nav>li:first-child {
    border-top:0;
  }
  #sidebar .nav>li>a {

  }
  #sidebar .nav>li>a>img {
    max-width: 14px;
  }
  #sidebar .nav>li>a:hover, #sidebar .nav>li>a:focus {
    text-decoration: none;
    background: linear-gradient(#373737, #323232);
    color: #fff;  
  }
  #sidebar .nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  #sidebar .nav a:hover .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
}

/*This is the third breakpoint and contains styles for screens up to 487px*/


@media screen and (max-width: 487px) {
span.hline img{
	width:15%;
	height:3px;
}
.freebox {
	margin-left: 19px;
 	width: 81%;
}

.freeship p{
	display:none;
}