/* slideshow title color */
.sp-iStoreii-layout h1.sp-title {
	font-size: 64px;
	line-height: 64px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 2px 2px #000;
}
.sp-iStoreii-layout .sp-full-text {
	margin-bottom: 35px;
	color: #fff;
	font-size: 28px;
	text-shadow: 2px 2px #000;
}
.module-ct {
	line-height: 26px;
}
/* text success */
.t3-navhelper .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .cart-action-complete .text-success {
  background-color: rgba(0,0,0,0.5) !important;
   margin: 20px !important;
}
.text-success{
  color: #ffffff !important;
}
.text-success a{
color: #ffffff !important;
}
/* button form*/
.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
	background-color: #35628C;
	color: #fff;
	border: none;
	padding: 4px;
	
} 
.t3-footer {
   background: #142941;
 }
.t3-topbar {
	background: none repeat scroll 0 0 #142941;
	padding: 0.3em 0;
	line-height: 3.5;
	color: #ffffff;
}
 nav{
	display: block;
	padding-top: 20px;
}
.t3-mast-col {
	padding: 50px 0;
	margin: 20px 0;
	background-attachment: fixed;
	background-image: linear-gradient(rgba(53,98,140,0.55),rgba(20,41,65,0.55)),url("/templates/crafty/images/slider.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.t3-footer .t3-module .module-inner {
	font-size: 14px;
	text-transform: capitalize;
	background: #142941;
}
.detail .j2_share {
	display:none;
}

body .product-title a {
	color: #35628c;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
}
.com_j2store .t3-wrapper .t3-mainbody .t3-content .j2store-product-list .j2store-products-row .j2store-single-product .j2store-product-images .j2store-mainimage, .com_j2store .t3-wrapper .t3-mainbody .t3-content .j2store-product-list .j2store-products-row .j2store-single-product .j2store-product-images .j2store-thumbnail-image {
	position: relative;
	bottom: 0;
	border: 1px solid #eee;
}
.com_j2store .t3-wrapper .t3-mainbody .t3-content .j2store-product-list .j2store-products-row .j2store-single-product {
	border: none ;
	overflow: hidden;
}
.t3-navhelper .j2store-product-module .j2store-module-product .j2store-product-image {
	border: 1px solid #eee;
	text-align: center;
}
.t3-navhelper .j2store-product-module .j2store-module-product .product-cart-section {
	text-align: center;
	border: none;
}
.j2store-single-product .pro-icon-block .j2store-product-quote .btn.btn-success {
    display: inline;
    opacity: 0;
    position: absolute;
    transform: translate3d(0px, -15px, 0px);
    transition: transform 0.5s ease-in-out 0s;
    z-index: 10;
}
.com_j2store .t3-wrapper .t3-mainbody .t3-content .j2store-product-list .j2store-products-row .j2store-single-product:hover{
border: none;
}
.j2store-single-product:hover .pro-icon-block .j2store-product-quote .btn.btn-success {
	opacity: 1;
	transform: translate3d(0px, 100px, 0px);
}
.j2store-product-quote .j2store-modal .modal {
    max-height: 550px;
}