/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
Use this file to add custom CSS easily
========================================================================== */
#sp-top-bar {
  background: -webkit-linear-gradient(90deg,#e90000,#fe5e5e);
  background: -moz-linear-gradient(90deg,#e90000,#fe5e5e);
  background: -o-linear-gradient(90deg,#e90000,#fe5e5e);
  background: linear-gradient(90deg,#e90000,#fe5e5e);
  padding: 10px 0;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  border-bottom:double;
  border-bottom-color:#e90000;
  height: 100px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 100px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
#sp-header::after {
/*  background: url(../images/bottom.png) repeat;*/
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  bottom: -7px;
  width: 100%;
  z-index: 2;
}
#sp-bottom:before {
  content: "";
  background-image: url(../images/bottom2.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 5px;
}

.scrollup {
  position: fixed;
  display: none;
  text-decoration: none;
  bottom: 30px;
  right: 25px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: none;
  text-indent: 100%;
  background: url(../images/totop.png) no-repeat left top;
  z-index: 999;
  opacity: 0.8;
  text-indent: -9999px;
  background-size: 80px auto;
}
.scrollup:hover {
  opacity: 0.6;
}
.scrollup:active,
.scrollup:focus {
  outline: none;
}
.sp-page-title:before {
  background: rgba(0,0,0,0.4) none repeat scroll 0 0;
}
#sp-bottom .sp-module ul >li >a {
  color: #9d9d9d;
}
#sp-bottom .sp-module ul >li >a:hover {
color:#F00;
}
/*J2Store*/
/*bootstrap modal */

.j2store-single-product h2 {
	font-size:16px;
	font-weight:400;
}
.btn-info {
    color: #fff;
    background-color: #e90000;
    border-color: #e90000;
}
.btn-info:hover {
    color: #fff;
    background-color: #a70101;
    border-color: #a70101;
}
.btn.btn-success {
    padding: 5px 30px;
    font-weight: 800;
    border: 0;
    border-radius: 10px;
}
.btn {
    font-size: 20px;
}
select,

.j2store-product-search-input[type="text"],

.uneditable-input {
 
 display:inline;
  padding: 3px 6px;
  font-size: 14px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 35px;
  border-radius: 0;
  line-height: 35px;
  background: #F6F6F6;
  box-shadow: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.j2store-products-row {
    margin-top: 15px;
}

/* some basic styles to product layout pages */

.product-price-container .sale-price {
	font-size: 1.1em;
	font-weight: bold;
}


.helix-social-share .google-plus {
  display: none;
}


