.custom-icon i {
	font-size: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
	color: #3d459a;
}
.no-gutter {
   padding-right: 0;
    padding-left: 0;
}

.sp-module-title {
	font-size: 25px!important;
	color: #eb4947;
}
h3.favslider-caption-title {
	font-weight: 800!important;
	text-transform: uppercase;
}
#sp-position-1 {
	visibility: visible;
    animation-duration: 300ms;
    animation-delay: 100ms;
    animation-name: fadeInDown;
	background-color:#F05F40;
	color: #fff;
	padding: 100px 0;
}
hr.light {
    border-color: #fff;
	border-width: 3px;
    max-width: 50px;
}
p.text-faded {
	margin-bottom: 20px;
}
.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
	padding: 15px 30px;
}

.btn-primary:focus, .btn-primary:hover, .btn:focus {
  outline: 0 !important;
}

#sp-video-block {
	background-color: #e4e1e13b;
    
}
#sp-download-section {
	padding: 100px 0;
	background-color: #1b1b1b;
}
.custom-module-background h4{
	
    font-size: 36px;
    line-height: 36px;
	
}
.custom-module-background {
	text-align: center;
	color: #ffffff;
}
p button.custom-btn {
	background-color: rgb(34, 184, 240);
    border-color: rgb(15, 170, 228);
	text-align: center;
}
p button.custom-btn:hover {
    background-color: rgb(14, 156, 209);
    border-color: rgb(13, 138, 185);
}
.jshop_list_product .block_product {
	border-right: 1px solid #e9eaed;
}
.jshop_list_product .product .buttons a {
	border: none !important;
    box-shadow: none;
    background-image: none !important;
    border-radius: 30px !important;
    font-size: 18px !important;
	text-transform: uppercase;
    padding: 0 25px !important;
    font-weight: 400;
    line-height: 40px;
}
.addtocart-button {
	background-color: #212529;
	
}
.addtocart-button:hover {
	background-color: #f54f0c;
}
.name a {
	color: #f05f40;
	text-transform: uppercase;
}
.jshop_list_product .product .name {
    font-size: 20px;
    font-weight: 600;
}
.jshop_list_product .product .jshop_price {
	font-size: 22px;
	font-weight: 400;
    
	line-height: 42px;
	color: #f54f0c;
}
.jshop_list_product .row-fluid {
	border-top: 1px solid #e9eaed;
}
.sp-module .sp-module-title {
	text-align: center;
}
#sp-position-10, #sp-position-15 {
	margin: 100px 0 50px;
}
hr.primary {
	border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}
.text-primary {
    color: #F05F40;
}
.jshop h1 {
      font-size: 30px;
    font-weight: 600;
}
.block_rating_hits table {
float: left; }
.productfull #block_price {
font-size: 30px;
font-weight: 600;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item  {line-height: 18px;}
.jshop .prod_attr_img {
	display:none;
}
.intro-image {
	float: left;
	padding-right: 30px;
}
#sp-portfolio {
	padding-bottom: 100px;
}
#sp-position-16 {
	background-color: #222;
    color: #fff;
	padding: 50px 0;
}
#sp-top-bar {
   background-color: #fff!important; 
     color: #999999; 
}
.sp-default-logo {
	display: block;
    margin: 0 auto;
}
#sp-logo .sp-retina-logo {
  display: none;
}

/*FAQ*/
.faq-page-title {
	padding: 20px 0 50px 0;
    text-align: center;
}
hr.faq-page {
	border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}
.faq-content {
	margin-bottom: 50px;
	min-height: 100px;
}
span.faq-content-icon__icon i {
	color:#eb4947;
	font-size: 30px;
	margin-right: 20px;
}
div.faq-content-body {
	overflow: hidden;
}
.faq-content-body__title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 19px;
}
/*portfolio*/
.no-padding {
  padding: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

#sp-pos-contact {
    margin-top: 50px;
    margin-bottom: 50px;
}
.finish-order {
     text-align: center;
     font-size: 25px;
}
