@charset "utf-8";
/*
Theme Name: Jam Pedals v2
Theme URI: 
Author: Widget Athens
Author URI: http://www.widget.gr
Description: A theme Created by Widget Athens. 
Version: 2.0

*/

/*
@font-face {
    font-family: 'Souci-Sans';
    src: url("https://www.jampedals.com/wp-content/themes/jampedals-v2/fonts/SouciSansNF.otf") format("opentype");
}*/

/*@font-face {
    font-family: 'Baron';
    src: url("https://www.jampedals.com/wp-content/themes/jampedals-v2/fonts/CFBaronRouge-Normal.ttf");
}*/

/*@font-face {
    font-family: 'Bernhard';
    src: url("http://dev.jampedals.com/wp-content/themes/jampedals/fonts/BernhardFashionStd.otf");
}*/



body{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}


a {
    color: inherit;
     outline: 0;
}
a:focus{
	color: inherit;
	outline: 0;
}
a:hover{
    color:inherit;
     outline: 0;
}
a:hover,a:visited{
  text-decoration: none;
   outline: 0;
}
a:link {  text-decoration: none}
a:visited { text-decoration: none}
/*a:hover {  text-decoration: underline}*/
a:active {  text-decoration: none}
h1,h2,h3,h4{
	margin-top:0;
	font-family: 'Lato';
}
.mailchimp label{
	display: none;
}


.sponsor-bar{
	text-align:center;
	padding:15px 15px;
	border-bottom: 1px solid #fff;
	font-size:14px;
}

.btn{
	border-radius: 5px;
}
.no-radius{
	border-radius: 0px;
}

.full-width{
	width: 100%;
}

.btn.btn-black{
	background-color: #000;
	color:#fff;
}
a.btn-black:hover{
	color: #fff;
}
.small{
    border-radius: 5px;
    font-size: 11px;
}


.btn.btn-orange{
	background-color: #555;
	color:#fff;
}
.full{
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 0;
}
.btn.btn-gray{
	background-color: #f1f1f1;
	color:#000;
}
.btn.btn-trans{
	background-color: transparent;
	border:2px solid #000;
}

img{
	height: auto;
	max-width: 100%;
}

.top-head{
	background-color: #000;
    padding: 5px 15px 5px 15px;
    border-bottom: 1px solid #333;
    color: #ddd;
}

h1.top{
	padding: 0;
    margin: 0;
    font-size: 15px;
    color: #ababab;
    padding-top: 3px;
    padding-left: 5px;
    /*font-family: 'Baron', sans-serif;*/
    font-weight: 300;
}
.top-head.sticky{
	height: 105px;
}

.top-head.sticky .quick-btn{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    margin-top: 10px;
    padding-right: 15px;
}
.header{
	background-color: #000;
	color:#fff;
	 padding: 10px 15px 10px 15px;
	 display: flex;
	 position: relative;
	/*transition: all 0.4s ease;*/
}
button#responsive-menu-button{
	top:20px !important;
}

.header.sticky button#responsive-menu-button{
	display: none;
}
.header-birthday{
	     height: 2px;
    background-image: url(/images/d_bar.png);
    background-size: cover;
    background-repeat: repeat-x;
}

.custom-text{
	font-size: 16px;
}

.header .dropdown-menu{
	right: 0;
	left: inherit;
	border-radius: 0;
	/*border: 1px solid #F19500;*/
	    background-color: rgba(255,255,255,0.9);
}

.header .dropdown-menu>li>a {
	font-size: 13px;
}

.member-area{
	display: inline-block;
       color: #fff;
        
}

.menu-main-menu-container{
	background-color: #000;
}
.member-area a{
	 /*background-color: #F19500;*/
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.member-area a:hover{
	text-decoration: underline;
}

.main-slider{
	width: 100%;
	position: relative;
}
.main-slider ul {
	padding:0px;
}
.main-slider ul li{
	margin: 0;
}

.main-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 18px;
    text-align: center;
    z-index: 3;
    display: none !important;
}

.main-slider .flex-control-paging li a{
	background-color: #9E9E9E;
}
.main-slider  .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
}
.main-slider .flex-control-paging li a:hover { background: #f1f1f1; }
.main-slider img{
	width: 100%;
}

.main-slider .in_text{
	position: absolute;
	bottom: 228px;
	 width: 100%;
     color: #fff;
}
.main-slider .in_text h3{
	    font-size: 60px;
    font-weight: 300;
    line-height: 85px;
    padding-left: 190px;
    font-family: 'Bernhard';
    text-transform: uppercase;
}
.main-slider .in_text a{
	background-color: #000;
	color:#fff;
	padding: 8px 10px;
}
.main-slider .in_text a:hover{
	background-color: #666;
}
.main-slider .in_text a:before{
	content:'\f101';
	margin-right: 5px;
	color:#F19500;
	font-family: "FontAwesome";
}


.main-slider .grad{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
}

.main-slider .in_text .subtitle{
	font-size: 30px;
    font-weight: 100;
    padding: 0;
    padding-left: 50px;
    position: relative;
    bottom:10px;
}
.header.sticky{
	width: 100%;
	z-index: 100;
	position: fixed;
	padding: 0;
	top:0;
}
.header.sticky .logo{
	display: none;
}
.header.sticky .menu-section{
	margin:0;
}
.header.sticky .col-md-10{
	width: 100%;
}
.header.sticky .right-list{
	margin-top:0px;
	text-align:left;
}


.header .logo{
	margin:0 25px;
}

/*.header .logo.selected:after{
	    content: "";
    position: absolute;
    margin: 0 0.5em;
    left: 50%;
    margin-left: -16px;
    bottom: -31px;
    display: inline-block;
    border: 20px solid transparent;
    border-top: 21px solid #000;
    border-bottom: 0 none;
    z-index: 99;
}*/
.header .logo img{
	    /*width: 165px;*/
	    width: 100px;
}
.right-list{
	text-align: center;
	/*margin-top: 20px;*/
	/*border-top: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	/*font-family: 'Ropa Sans', sans-serif;*/
}

.menu-section{
	margin:0 auto;
}
.main-menu{
	    display: inline-block;
	/*font-family: 'Baron', sans-serif;*/
	background-color: #000;
	color:#fff;
	margin-top: 5px;
	    margin-left: -100px;
	-webkit-font-smoothing: antialiased;
}

.header.sticky .main-menu{
	margin-top: 0;
	margin-left: 0;
}
.main-menu ul{
	margin: 0;
	padding: 0;
}
.main-menu ul li{
	list-style: none;
	float: left;
	font-weight: 700;
	font-size: 14px;
	position: relative;
}
.main-menu ul li a{
	padding: 10px 15px;
	display: inline-block;
	font-weight: 600;
}
.main-menu ul li a:hover{
	 /*background-color: #666;*/
    color: #fff;
}

.main-menu ul li.current-menu-item a{
	background-color: #000;
    color: #fff;
    border-bottom:1px solid #fff;
}

/* .main-menu ul li.current-menu-item:after{
	content: "";
	position:absolute;
    margin:0 0.5em;
        left: 50%;
    margin-left: -16px;
    bottom:-39px;
    display:inline-block;
    border: 20px solid transparent;
    border-top:21px solid #000;
    border-bottom:0 none;
    z-index: 99;
} */
.sticky .main-menu ul li.current-menu-item:after{
	display: none;
}
.clear{
	clear: both;
}

.quick-btn {
	font-weight: 500;
	font-size: 14px;
	/*margin-top: 10px;*/
	background-color: #000;
	display: inline-block;
	position: relative;
}
.quick-btn a{
	padding: 13px 5px;
	color:#fff;
    /*border-left: 1px solid;*/
}
.quick-btn i{
	margin-right: 5px;
}

.main-padding{
	padding:40px 0;
}
.main-padding-bottom{
	padding-bottom:40px;
}

.main-text-home{
	    background-color: #fff;
    color: #333;
    border-top: 1px solid #ccc;
}

.main-text h3{
	font-weight: 600;
	/*color: #F59600;*/
	/*font-family: "Baron";*/
	    font-size: 30px;
	-webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}
.main-text h3 span{
	color: #F59600;
	  font-size: 24px;
}
.main-text{
	font-size: 13px;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'Open Sans', sans-serif;*/
}

.main-text.bigger{
	font-size: 15px;
}

.eshop{
	    text-align: center;
    padding: 120px 0px;
}
.artists-logo{
	padding-top:57px;
	text-align: right;
}

.product{
	margin-bottom: 40px;
	/*min-height: 270px;*/
}

.product.no-price{
	/*min-height:230px;*/
}
.product .image{
	text-align: center;
	position: relative;
	/*background-color: #0E0E0E;*/
	/*padding: 60px 20px;*/
	border:1px solid #ccc;
	/* -webkit-box-shadow: 0 8px 6px -7px #999; */ 
    -moz-box-shadow: 0 8px 6px -7px #999;
    margin-bottom: 15px;
    overflow: hidden;
    /*padding: 3px;*/
        /*min-height: 310px;*/
    /* box-shadow: 0 8px 6px -7px #999; */
}
.product .image img{
	width: 100%;
	    /*max-height: 174px;*/
	/*max-height: 200px;*/
}
.product .images{
	overflow: hidden;
}
.product .image.scaled  img,.product .images.scaled  img{
	transform: scale(1.2);
}
.product .buy-area{
	/*position: absolute;*/
	/*bottom: 0px;*/
	text-align: center;
	margin-bottom:10px;
	display: none;

	  background-color: #f1f1f1;
    border: 1px solid #ccc;
    color: #4E4E4E;

	width: 100%;
	    /*border-radius: 5px;*/
	/*left: 0;*/

	font-weight: 600;
	font-family: 'Ropa Sans', sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
}
.custom-shop-links{
	    
    font-size: 14px;
    border-radius: 50px;
    font-weight: bold;
    border: 1px solid #ccc;
    text-align: center;
}
.custom-shop-links a{
	display: inline-block;
	padding: 10px;
	width: 100%;
}
.custom-shop-links.active{
	    border: 2px solid #FFC107;
}
.product-area .custom-artwork,.kk-form{
	    padding: 20px 30px;
    background-color: #f2f2f2;
    color: #ccc;
    line-height: 19px;
    -webkit-font-smoothing: antialiased;
    color: rgb(102, 102, 102);
    margin-bottom: 30px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}
.product-area .custom-artwork .custom-area,.kk-in-form{
	background-color: #fff;
	padding: 10px 10px;
	margin:10px 0;
	font-size: 13px;
	color: #000;
	border-radius: 5px;
}

a.deco:hover {
	text-decoration: underline;
}
.custom-area .custom-area-products{
	margin-top:10px;
	    padding: 0 5px;
	/*text-align: center;*/
}
.custom-area .custom-area-item{
	margin-bottom: 10px;
    display: inline-block;
    margin: 0 19px 19px 0;
    /*max-width: 140px;*/
    border: 1px solid #f1f1f1;
    background-color: #fafafa;
    /*padding: 5px;*/
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}

.inline-block{
	display: inline-block;
}

/*.custom-area .custom-area-item.default{
	background-color: #f1f1f1;
}*/
.custom-area-item .details{
	    padding: 0px;
    /*margin-top: 5px;*/
    text-align: center;
}

.trans-effect{
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.custom-area-item .main-link{
	position: relative;
	display: inline-block;
}
.custom-area-item .main-link:hover .zoom{
	opacity: 1;
}
.custom-area-item .main-link .zoom{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background-color: rgba(255,255,255,0.7);
    font-weight: 600;
    opacity: 0;
}
.custom-area-item.default .details .btn{
	background-color: #000;
    color: #fff;
    font-size: 13px;
}
.custom-area-item .details em{
	margin-right: 5px;
}
.custom-area-item .details a{
	display: block;
    background-color: #fff;
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
}
.custom-area-item .details a.btn{
	display: inline-block;
}
.custom-area-item .details a.btn:hover{
	color:#fff;
}
.custom-area-item .details a:hover{
	text-decoration: underline;
}


.product-area .custom-artwork .custom-area em.black-i{
	      margin-right: 10px;
    margin-left: 5px;
    /* padding: 4px 8px; */
    padding-right: 10px;
    width: 25px;
    height: 25px;
    border-right: 1px solid #ccc;
    line-height: 24px;
    text-align: center;
    /* border-radius: 100%; */
    /* background-color: #000000; */
    color: #333;
    font-size: 16px;
}


.left{
	float: left;
}
.right{
	float: right;
}
.product .buy-area .push-to-cart{
	display: block;
}
.product .buy-area .pushed-to-cart{
	display: none;
}
.product .buy-area.added{
	  background-color: #353535;
		color:#ccc;
}
.product .buy-area.added .push-to-cart{
	display: none;
}
.product .buy-area.added .pushed-to-cart{
	display: block;
   /* color: #000;
    font-weight: 100;
    padding: 0 5px;
    background-color: #E0E0E0;*/
}
.product .buy-area.added .pushed-to-cart a:hover{
	color:#fff;
}
.product .buy-area .add-basket{
	
	text-transform: uppercase;
}

.pushed-to-cart{
	background-color: #353535;
}
.pushed-to-cart a{
	color:#ccc;
}
.push-to-cart a:hover{
	color:#000;
}
.push-to-cart a{
	color:#4E4E4E;
}
.push-to-cart a:hover{
	color:#000;
}
.product .buy-area .add-basket a{
	padding: 5px 10px;
	    display: block;
	    

}
.product .buy-area .add-basket a:hover{
	color:#000;
}
.product .buy-area .add-basket em{
	margin-right: 5px;
}
.product .buy-area .add-favorites{
	border-left:1px solid #ccc;
	padding: 5px 10px;
}
.product .details h3{
	font-weight: 600;
	font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0px;
    text-transform: uppercase;
	/*color: #F59600;*/
	-webkit-font-smoothing: antialiased;
}
.product .details h3 a:hover{
	text-decoration: underline;
	color: #000;
}
p.product-details{
	color: rgb(102, 102, 102);
	margin-bottom: 0px;
	font-weight: 300;
	/*margin-top: -2px;*/
}

.product .more .details{
	float: left;
}

.product .more .price{
	float: right;
	font-size: 16px;
    font-weight: 600;
    /*color: #F59600;*/
        position: relative;
    bottom: 3px;
}

h4.spb_heading, h4.lined-heading {
    font-weight: normal;
    margin-top: 0;
    border-bottom: 2px solid transparent;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
h4.spb_heading.lefted{
	text-align: left;
}

h4.spb_heading span, h4.lined-heading span {
    background: #ffffff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
   
    position: relative;
    z-index: 2;
        padding: 0 10px;
            font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        /*color: #F59600;*/
}

h4.spb_heading.alternative span{
	text-transform: none;
	color:rgb(37, 37, 37);
	    font-weight: 500;
}
h4.spb_heading.gray-line span{
    background: #F2F2F2;
}
h4.spb_heading.lefted span{
	padding: 0 10px 0 0;
}
h4.spb_heading:before, h4.lined-heading:before {
    content: "";
    display: block;
    border-top: 2px solid #ccc;
    border-top-width: 2px;
    border-top-style: solid;
    /*border-top-color: rgb(68, 68, 68);*/
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

h4.spb_heading.alternative:before{
border-top: 2px solid #000;
}

.view-btn em{
	background-color: #000;
	color:#fff;
	padding: 2px 5px;
	margin-right: 5px;
}
.view-btn {
	text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding-left: 1px;
    margin-top: 5px;
    font-family: 'Ropa Sans', sans-serif;
    color: #666;
        border-top: 1px solid #f1f1f1;
    padding-top: 5px;
}
.view-btn a:hover{
	text-decoration: underline;
	color:#000;
}
.black{
	background-color: #292929;
	padding:30px 0 0px 0;
}
.artist{
	position: relative;
	/*margin: 0 5px;*/
}
.artist .grad{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.artist .details{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
}

.artist .details .pedals{
	color:#ccc;
	margin-top: 5px;
	    word-break: break-word;

}

.artist .details .pedals span.big{
	margin-right: 0;
	color:#fff;
	font-size: 14px;
}
.artist .details .pedals a:hover{
	text-decoration: underline;
	color: #fff;
}
.artist .details .pedals span{
	margin-right: 6px;
}
.artist .details .pedals span a{
	display: inline-block;
}
.artist h3{
	color:#fff;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.category-home{
	margin-bottom: 30px;
	position: relative;
	/*background-color: #000;*/
}
.category-home a{
	color:#fff;
}
.category-home a:hover{
	color:#fff;
}

.category-home .grad{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	
	text-align: center;
	
}
.category-home h3{
	
	font-weight: 500;
    font-size: 17px;
    color: #000;
    margin-top: 10px;
    /* text-align: center; */
    text-transform: uppercase;
    font-family: 'Lato';
}
.category-home.custom h3{
	/*font-size: 24px;*/
}
.category-home.custom h3:before{
	content:'\f101';
	margin-right: 5px;
	color:#F19500;
	font-family: "FontAwesome";
}
.footer{
	background-color: #000;
	    color: #ccc;
	padding: 30px 0 10px 0;
}

.footer h3{
	font-size: 14px;
	font-weight: 700;
    color: #fff;
}

.footer ul{
	margin:0;
	padding: 0;
}
.footer ul li{
	list-style: none;
}
.footer ul li em{
	margin-right: 5px;
}

.footer-last{
	border-top: 1px solid #2D2D2D;
	padding-top: 5px;
	margin-top:20px;
	font-size: 12px;
	color:#808080;
}
.featured-artists-all{
	/*position: absolute;*/
    /*bottom: 0px;*/
    background-color: #000;
    padding: 50px 0;
    z-index: 9;
    width: 100%;
}

.in-featured-artists{
	    padding: 30px 50px;
    background-color: #333;
    border-radius: 10px;
    /*background-color: rgba(0,0,0,0.4);*/
    /*width: 770px;*/
	margin:0 auto;
	position: relative;
}

.in-featured-artists h2{
	color:#fff;
	text-transform: uppercase;
	font-size: 17px;

}
.in-featured-artists .customNavigation{
	position: absolute;
    top: 130px;
    color: #fff;
    font-size: 40px;
    left:0;
    width: 100%;
	
}
.in-featured-artists .customNavigation a.mbtn{
	cursor: pointer;
}
.in-featured-artists .customNavigation a.mbtn.prev2{
	position: absolute;
    left: 20px;
}

.in-featured-artists .customNavigation a.mbtn.next2{
	position: absolute;
    right: 20px;
}
.featured{
	position: relative;
}


.featured .customNavigation a,.product-gallery .customNavigation a{
	background-color: #000;
	/*background-color: rgba(0,0,0,0.4);*/
	padding: 5px 14px;
	color:#fff;
	font-size: 20px;
	cursor: pointer;
	z-index: 2;
	background-color: #fff;
	color:#000;
	border: 3px solid #f1f1f1;
}

.featured.featured-artists .customNavigation a{
	background-color: #000;
	color:#fff;
	border:1px solid #666;
}

.product-gallery .customNavigation a{
	background-color: #fff;
	color:#000;
	border: 1px solid #f1f1f1;
}
.featured .customNavigation a.mbtn.prev,.featured .customNavigation a.mbtn.prev2,.product-gallery .customNavigation a.mbtn.prev-gallery{
	position: absolute;
	top:50%;
	left:0px;
	border-left:0px;
	margin-top: -30px;
}
.featured .customNavigation a.mbtn.next,.featured .customNavigation a.mbtn.next2,.product-gallery .customNavigation a.mbtn.next-gallery{
	position: absolute;
	top:50%;
	right:0px;
	border-right:0px;
	margin-top: -30px;
}
#owl-demo2{
	z-index: 1;
	position: relative;
}
#owl-demo .item{
	/*padding:0 15px;*/
	margin: 0 15px;
	position: relative;
	z-index: 3;
}
.owl-carousel{
	z-index: 4;
}

.product-banner{
	padding: 50px 0;
	/*-webkit-font-smoothing: antialiased;*/
	color: #fff;
	position: relative;
	border-bottom: 2px solid #000;
}
.product-banner h1{
	margin: 0;
	    font-size: 65px;
	    margin-top: 60px;
	    font-weight: 300;

}

.product-banner .category{
	font-size: 22px;
    padding-left: 120px;
    color: #fff;

    font-size: 30px;
    font-weight: 100;
    padding: 0;
    padding-left: 50px;
    
}

.product-banner .image{
	text-align: center;
}
.product-banner .image img{
	max-width: 350px;
}

.gray{
	/*background-color: #fafafa;*/
	/*border-top: 1px solid #f1f1f1;*/
	border-bottom: 1px solid #f1f1f1;
	padding: 50px 0;
}

.gray.low-padding{
	padding: 30px 0;
}

.dline {
    width: 145px;
    border-top: 2px solid #ccc;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 25px;
}
.product-area{
	margin-bottom: 40px;
}
.product-area .main-content{
	
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    line-height: 31px;
    font-weight: 300;
}

.product-area .main-content .vitrina{
	max-width: 1000px;
	margin: 0 auto;
}
.product-area .main-content .m-text{
	max-width: 800px;
	margin: 0 auto;
}

.product-area .main-content ul{
	display: inline-block;
	list-style: none;
	margin:0;
	padding: 0;
}
.product-area .description h2{
	margin: 0;
	margin-bottom: 5px;
}
.product-area .description em{
	margin-right: 5px;
	width: 15px;
	text-align: center;
}

.product-area .description .panel-heading{
	border-top: 1px solid #ddd;
}
.product-area .main-content h1{
	    font-size: 52px;
	    font-weight: 300;
	    /*font-family: 'Bernhard';*/
	    /*font-family: 'Souci-Sans';*/
}
.product-area .image-gallery{
	padding: 0px 30px;
	text-align: center;
}
.product-area .image-gallery img{
	max-width: 150px;
	margin: 10px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	/*border:1px solid #f1f1f1;*/
}
.product-area .image-gallery a{
	cursor: zoom-in;
}

.product-area .buy-box{
	background: #f1f1f1;
	padding:5px;
	    margin-top: 40px;
	
}
.product-area .buy-box .in{
	border: 1px solid #d7d4d4;
	padding: 10px;
	/*font-family: Oswald, sans-serif;*/
}

.product-area .buy-box .popover.in{
	padding: 0;
	width:500px;
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.product-area .buy-box .price{
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 5px;
	font-size: 22px;
	text-align: right;
	font-weight: 500;
}

.product-area .share-tools{
	/*margin-top:10px;*/
}
.product-area .buy-box .price .bb{
	font-size: 15px;
	font-weight: 700;
    padding-top: 7px;
	text-transform: uppercase;
}
.product-area .buy-box .price .bb i{
	margin-right: 5px;
}
.product-area .buy-box .quantity-box{
	text-transform: uppercase;
    margin: 5px 0 10px 0;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    font-size: 15px;
}
.product-area .buy-box .quantity{
	width: 25px;
	text-align: center;
}

.product-area .buy-box .add-to-wishlist em{
	margin-right: 5px;
}
.product-area .buy-box .add-to-wishlist{
	border-top: 4px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
.panel-default>.panel-heading{
	background-color: transparent;
	border-top: 1px dashed #ddd;
}
.panel{
	
        box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.panel-default{
	border: 0px;
}
.panel-heading{
	    padding: 8px 0;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-body {
   padding: 10px 14px;
    line-height: 22px;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
color: #333;
}
.panel-body iframe{
	max-width: 100%;
}
.panel-body a,.single-page a,.blog-content a{
	color:#000dd6;
}
.panel-title{
	font-size: 16px;
}
.panel-title a{
	display: block;
}
.panel-title a:hover{
	color:#000;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    border-top: 0px;
}

.technical_info ul,.panel-body ul{
	margin:0;
	padding: 0 20px;
	    /*padding: 40px 40px;*/
    /*background-color: #f2f2f2;*/
}
.technical_info ul li,.panel-body ul li{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.technical_info ul li:last-child,.panel-body ul li:last-child{
	border-bottom: 0px;
}

.player-list {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.player-list:last-child{
	border-bottom: 0px;
}
.player-list h3{
	margin:0;
	margin-bottom: 5px;
	font-size: 17px;
}

.player-list .desc{
	color:#666666;
	font-weight: 300;
}

.videos .video{
	    /*margin: 0 6px 6px;*/
    /*display: inline-block;*/
}

.videos iframe,.panel-body iframe,.single-page iframe{
	width: 100%;
	height: 450px;
}


/*shopping-cart*/
.page .top-image{
	/*padding: 20px;*/
	position: relative;
	color:#fff;
	    height: 245px;
	    border-bottom: 2px solid #000;
}
.page .top-image h1{
	margin:0;
}
.page .pattern,.product-area .pattern{
	background-image: url('/images/stripe.png');
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}
.single-page{
	line-height: 22px;
	font-size: 15px;
}
.single-page h2.big{
	margin-bottom: 30px;
}
.single-page h2.big.text-center{
	text-align: center;
}
.single-page h3{
	font-size: 20px;
}
.single-page hr{
	    border-top: 1px solid #888484;
}
.shopping-cart{
	margin-bottom: 20px;
}
.shopping-cart .final-step{
	text-align: right;
	margin-top: 10px;
}
.shopping-cart .cart-items{
	margin-top:40px;
}

.shopping-cart .cart-items .product-desc img{
	width: 100px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}
.shopping-cart .cart-items .product-desc h3{
	/*display: inline;*/
    font-size: 17px;
    margin:0;
    /*margin-left: 10px;*/
    font-weight: 300;
}

.shopping-cart .cart-items .product-price{
	font-size: 16px;
	font-weight: 500;
	/*font-family: 'Ropa Sans', sans-serif;*/
}

table.shopping-cart-table>tbody>tr>td{
	vertical-align: middle;
}

.all-main-slider{
	    background-color: #231f20;
}
.small-cart {
	margin:0 auto;
	max-width: 800px;
	padding-bottom: 40px;
}

.shopping-cart .title h2{
	text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.shopping-cart .title-shop h2{
	text-align: center;
	font-size: 19px;
	    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.shopping-cart .cart-items .quantity{
	    width: 30px;
	    text-align: center;
	    border: 1px solid #ccc;
}

.shopping-cart .update-cart{
	border-top:2px dotted #f1f1f1;
	padding-top: 20px;
}
.shopping-cart .cart-total{
	border-top:2px dotted #f1f1f1;
	padding-top: 20px;
	margin-top:20px;
	font-size: 19px;
}
.shopping-cart .cart-total .total-price{
	font-weight: 700;
	font-size: 23px;
}

.shopping-cart .procced-checkout{
	margin-top: 30px;
}

/*products*/
ul.product-categories {
	margin:0;
	padding:0;
	background-color: #292929;
	/*padding: 10px;*/
	margin-bottom: 20px;
	/*font-family: 'Ropa Sans', sans-serif;*/
}

.ffix{
	background-color: #fff;
	color:#000;
}
.ffix a{
	color:#000;
}
.ffix a:hover{
	color:#000;
}
ul.product-categories.quick-links{
	background-color: transparent;
}
ul.product-categories ul{
	padding: 0 0px 0 10px;
}
ul.product-categories li{
	list-style: none;
    border-bottom: 1px solid #ccc;
   
    font-size: 15px;
    color: #EFEFEF;
       font-weight: 300;
       position: relative;
}
ul.product-categories.quick-links li{
	color: #666;
}
ul.product-categories ul li{
	border-bottom: 1px dotted #ccc;
}
ul.product-categories.quick-links li{
	border-bottom: 1px dotted #ccc;
}
ul.product-categories li:after{
	content:'\f105';
	font-family: "FontAwesome";
	position:absolute;
	right:10px;
	top:50%;
	margin-top: -10px;
}
ul.product-categories.no-pointer li:after{
	display: none;
}

ul.product-categories li a{
	    padding: 10px 10px;
	display: block;
	background-color: #fff;
	color:#000;
}

ul.product-categories.quick-links li a{
	padding: 5px;

}

ul.product-categories li.current-menu-item a,ul.product-categories li.menu-item-has-children.current-menu-item ul li.current-menu-item a{
	background-color: #555;
    color: #fff;
}

ul.product-categories li.current-menu-item:after,ul.product-categories li.menu-item-has-children.current-menu-item ul li.current-menu-item:after{
	color:#fff;	
}
ul.product-categories li.menu-item-has-children.current-menu-item a{
	background-color: transparent;
	color:inherit;
}

ul.product-categories.quick-links.recent-posts li a{
	font-size: 13px;
	    padding: 5px 2px;
}
ul.product-categories.quick-links.recent-posts li a:hover{
	/*text-decoration: underline;*/
}
ul.product-categories.quick-links.recent-posts li.show-all a{
	font-size: 13px;
	font-weight:600;
	text-transform:uppercase;
	    padding: 15px 2px;
}
ul.product-categories li:last-child{
	border-bottom: 0;
}

ul.product-categories.product-tags li{
	font-size: 14px;
	
	 font-weight: 300;
}
/*ul.product-categories.product-tags li a{
	padding: 5px 10px;
}*/

ul.product-categories.quick-links li a:hover{
	background-color:#f1f1f1;
}
ul.product-categories.quick-links li.current-menu-item a:hover{
	background-color:#555;
}

h2.big,h3.big{
	text-align: left;
        font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

h2.big.bord{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
}
h2.big span{
	font-size: 30px;
	color:#555;
}


.page.artists .panel-title{
	font-weight: 300;
}

.page.artists .panel-title em{
	margin-right: 5px;
}

.page .artist-item{
	/*border-top:1px solid #f1f1f1;*/
	/*padding-top: 10px;*/
    margin-bottom: 20px;
}
.page .artist-item:hover img{
	opacity: 0.8;
}
.page .artist-item img{
	/*width: 200px;*/
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}

.page .artist-item .image{
	/*float: left;*/
	/*width: 20%;*/
}

.page .artist-item .artist-title{
	margin-top:10px;
	font-size:20px;
	line-height:22px;
	margin-bottom:10px;
}
.page .artist-item .artist-details{
	/*float: left;*/
	/*width: 80%;*/
	/*padding: 0 20px;*/
	height: 130px;
	overflow:hidden;
}


.page .artist-item .details h4{
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;	
}

.page .artist-item  .pedals{
	    margin-top: 5px;
    padding: 5px 0px;
    display: block;
    border-top: 1px dashed #999;
}
.page .artist-item .pedals div.big{
/* 	font-size: 16px; */
	/*text-transform: uppercase;*/
	display:inline-block;
	margin-right:2px;
}
.page .artist-item .pedals span{
	margin-right:5px;
}
.page .artist-item .pedals span:after{
	content:',';	
}
.page .artist-item .pedals span:last-child:after{
	content:'';
}
.page .artist-item  .pedals span a{
	color:#555;
/* 	text-decoration: underline; */
}
.page .artist-item  .pedals span a:hover{
	text-decoration: underline;
	color:#555;
}
.in-artist{
	display: inline-block;
}
.in-artist a{
	color:#000;
	
}
.in-artist a:hover{
	color:#000;
}
.details-ff a{
	color:#000;
	text-decoration: underline;
}
.details-ff a:hover{
	color:#000;
	text-decoration: underline;
}
.page .dealer{
	border-top:1px dashed #ccc;
	margin-bottom: 10px;
	padding-top: 10px;
}
.page .dealer a.my-btn{
	font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
}

.page .dealer a.my-btn:hover{
	color:#000;
}
.page .dealer a.my-btn i{
	margin-right: 5px;
	/*color:#ED9100;*/
} 

.page .dealer .full-text{
	 margin-top: 10px;
    /*background-color: #fafafa;*/
    padding: 10px;
}
.page .dealer .full-text a{
	color:#555;
}
.page .dealer .full-text p{
	padding-left: 20px;
}
.page .dealer .full-text h4{
	font-weight: 700;
	    font-size: 16px;
}

.page .press-element{
	border-top:1px dashed #ccc;
    margin-bottom: 20px;
    padding-top: 20px;
	position:relative;
	display: flex;
}
.page .press-element .thumb{
	margin-right: 10px;
	    max-width: 100px;
}

.page .press-element .download {
	margin-top: 5px;
}
.page .press-element .download a em{
	margin-right: 5px;
	color: #000

}
.page .press-element .download a{
	/*color:#ED9100;*/
	margin-right: 20px;
}
.download a{
	color:#000;
	text-decoration: underline;
}
.download a:hover{
	color: #000;
}
.page .press-element .download a:hover{
	/*text-decoration: underline;*/
}
.page .press-element .title{
	font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.page .press-element .subtitle{
	color:#000;
}


.page .video-item{
	border-top:1px solid #f1f1f1;
	margin-bottom: 10px;
	padding-top: 10px;
}
.page .video-item h3{
	font-weight: 300;
	font-size: 18px;
}

.page .video-item .videos .video{
	/*margin:0 10px 10px 0;*/
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}
.page .video-item .videos .video .play-btn{
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    font-size: 40px;
    /* background-color: #fff; */
    z-index: 99;
}
.page .video-item .videos .video:hover .play-btn{
	color:#ff0000;
}
.page .video-item .videos .video .grad{
	    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
.page .video-item .videos .video .title{
	position: absolute;
    /* top: 0px; */
    color: #fff;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    text-transform: uppercase;
        font-weight: 300;
}

.page .photo-album{
	margin-bottom: 20px;
	position: relative;
	max-width: 414px;
}
.page .photo-album.custom{
	position: relative;
}
.page .photo-album.custom.with-check .check{
	display: none;
	position: absolute;
	top:0;
	right: 0;
}
.page .photo-album.custom.with-check:hover .check{
	display: block;
}
.page .photo-album.custom img{
	border:1px solid #f1f1f1;
	/*padding: 5px;*/
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	/*cursor: zoom-in;*/
}
.page .photos{
	border-top:1px solid #f1f1f1;
	padding-top: 10px;
}

.page .photo-album .grad{
	/*background-image: url('/images/stripe.png');*/
	background-color: rgba(0,0,0,0.5);
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    /*opacity: 0;*/
    transition: all 0.4s ease;
}
.page .photo-album:hover .details{
	opacity: 1;
}
.page .photo-album:hover .grad{
	opacity: 0.3;
}
.page .photo-album .details{
	position: absolute;
	/*opacity: 0;*/
    transition: all 0.4s ease;
	top:0;
	left:0;
	padding: 10px;
	color:#fff;
	/*font-family: 'Ropa Sans', sans-serif;*/
}

.page .photo-album .details .title{
	font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}
.page .photo-album .details .subtitle em{
	margin-right: 5px;
}

.page .photo-album .details .subtitle{
	font-size: 14px;
    /* font-weight: 400; */
    margin-top: 5px;
    text-transform: uppercase;
}

/*blog*/
.blog-content{
	/*border-bottom: 1px solid #ccc;*/
    border-top: 2px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    display: block;
}
.blog-content p,.blog-content div{
	margin-bottom: 10px;
}

.blog-content iframe{
	max-width: 100%;
}
.blog-lead{
	font-weight: 300;
    font-size: 16px;
}

.blog-content a:hover{
	text-decoration: underline;
}
.blog-content:after{
	float: none;
	clear:both;
}

.blog .blog-date{
	float: left;
	width: 8%;
	text-align: center;
	    padding: 15px 14px 4px;
	border-right: 1px solid #f1f1f1;
	    background-color: #fafafa
}

.blog .whole-title{
	border-bottom: 1px solid #f1f1f1;
}
.blog .blog-date span{
	display: block;
}
.blog .blog-date span.month{
	text-transform: uppercase;
    font-size: 19px;
    line-height: 6px;
}
.blog .blog-date span.day{
	text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}
.blog .blog-date span.year{
	font-size: 19px;
}

.blog .blog-title{
	
}
.blog .blog-title h2{
	margin-bottom: 0px;
}
.blog .date{
	
     font-weight: 300; 
       font-size: 16px;
    margin-bottom: 5px;
}

.blog .date span{
	color: #555;
}
.date a{
	color:#ccc;
	text-transform: uppercase;
}
.date a:hover{
	color:#000;
	text-decoration: underline;
}
.blog img.aligncenter{
	text-align: center;
    display: block;
    margin: 0 auto;
}

.blog img.alignleft{
	float: left;
    margin-right: 10px;
}

.blog .wp-caption-text{
	    background-color: #fafafa;
    font-weight: 500;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    text-align: center;
}

.blog .wp-caption img{
	width: 100%;
}

h2.mid{
	font-size: 20px;
}

.blog-list{
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-list .read-article{
	    font-size: 15px;
    margin: 10px 0;
    text-decoration: underline;
}
.read-article a{
	color:#000;
}
.read-article a:hover{
	color:#000;
}
.blog-list a:hover{
	text-decoration: underline;
}

.page .login-page h3{
	margin-bottom: 30px;
}

.page .login-page .btn.btn-primary{
	background-color: #000;
	color:#fff;
}
.page .login-page a.forgot{
	font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    display: block;
}
#remember-me{
	float: left;
	    margin-right: 5px;
}
p.error{
	color:#ff0000;
}

.page .login-page label {
    font-weight: 500;
    font-size: 13px;
}

.form-control{
	/*border-radius: 0;*/
}

.form-control.move-other{
	margin-left: 25px;
}
.checkout .checkout-box{
	background-color: #f8f8f8;
	padding: 30px;
}

.checkout .checkout-box h3{
	    font-weight: 500;
    margin-bottom: 20px;
    font-size: 19px;
}

.checkout .checkout-box .pay-with-paypal{
	font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    color: #666;
    /*padding: 0 15px;*/
}

.checkout .checkout-box .pay-with-paypal .payment_method_paypal{
    position: relative;
    width:100%;
    padding: 10px;
   margin: 10px 0 20px;
       font-size: 13px;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

.checkout .checkout-box .pay-with-paypal .payment_method_paypal:after{
content: "";
    display: block;
    border: 8px solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -3px;
    left: 0;
    margin: -1em 0 0 2em;
} 
.checkout .checkout-box .pay-with-paypal img{
    width: 165px;
    margin-left: 15px;
    position: relative;
    bottom: 5px;
}
.checkout .checkout-box .in{
	background-color: #fff;
	padding: 10px;
}
.checkout .billing-details{
	font-size: 13px;
}
.checkout .billing-details .form-control{
	    background: #f7f7f7;
    color: #252525;

}
.checkout .form-horizontal .control-label {
	text-align: left;
	color: #252525;
	font-weight: 500;
}
.checkout .form-horizontal .control-label span{
	color:#ff0000;
}

.checkout .billing-details label.error{

	color:#ff0000;
}

.checkout .billing-details .ship_to_check{
	margin-right: 10px;
}

.checkout .billing-details .ship_checkbox{
	margin-top: 30px;
    font-size: 14px;
}

.checkout .other-notes{
	margin-top: 30px;
}

.checkout .bb{
	    border-top: 4px solid #000;
}
.checkout-box .table>tbody>tr>th,.checkout-box .table>tbody>tr>td{
padding: 12px 8px;
}

/*Forms*/
.gform_heading{
display:none;
}

.gform_body label a{
	color:#555;
	text-decoration: underline;
}
.gform_body label a:hover{
	text-decoration: underline;
}
#gform_3,#gform_4,#gform_8{
	/*background-color: #fafafa;*/
	padding: 5px;
}
.gform_body ul li.gfield{
	margin-bottom: 10px;
}
#gform_3 .gform_body ul li.gfield,#gform_4 .gform_body ul li.gfield,#gform_8 .gform_body ul li.gfield{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.page .gform_wrapper ul.gfield_radio li input+input {
    margin-left: 23px;
}

.page .gform_wrapper ul.gfield_radio li {
     overflow: visible; 
}
.page .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
     margin-top: 3px; 
}
.page-content.custom{
   font-weight: 400;
    font-size: 13px;
    /* color: #ccc; */
    line-height: 21px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    /*font-family: 'Open Sans', sans-serif;*/
}
.page-content a{
	color: #000;
	font-weight: 500;
	text-decoration: underline;
}
.page-content a:hover{
	color: #000;
}

.product-area .nav-tabs{
	 /*background-color: #f1f1f1;*/
    /*padding-top: 5px;*/
    /*border: 1px solid #ccc;*/
    border-bottom: 0px;
     /*padding-left: 5px;*/
     font-weight: 500;
    text-transform: uppercase;

}
.product-area .nav-tabs li a:hover{
	background-color: #fff;
	color:#000;
}
.product-area .nav-tabs li em{
	margin-right: 5px;
	color:#555;
}

.product-area .tab-content{
    padding: 15px 20px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.product-gallery{
	    background-color: #f1f1f1;
    /*border-bottom: 1px solid #f1f1f1;*/
    padding: 20px 0;
    position: relative;
}

.ajax-loader{
	display: none;
}
.ajax-loader.show-load{
	display: inline;
}
.ajax-loader img{
	border-radius: 100%;	
}

.orange-box{
	  border: 2px solid #555;
}

.modal-dialog.fullw{
	width: 90%;
	max-width: 1200px;
}


#responsive-menu-title{
	background-color: #000;
}

.add-to label{
	display: none;
}
label.hh{
	display: none;
}

.n-ff a,#n-ff a{
	color: #000;
}
.n-ff a:hover,#n-ff a:hover{
	color:#000;
}

.my-red{
	color:red;
}
/*.nav-tabs li.n-ff:first-child a{
	color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}*/

.gform_wrapper .gfield_checkbox li label.hh, .gform_wrapper .gfield_radio li label.hh{
	display: none;
}

.form-control.move-other{
	width: auto;
}

.extra{
	    margin-top: 5px;
}
.switch {
      position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.jam-helper{
	color: #2196F3;
    margin-left: 4px;
}

.custom-price{
	padding: 5px 5px;
    font-weight: 600;
    font-size: 12px;
    /* -webkit-font-smoothing: antialiased; */
    color: #555;
    text-align: center;
}

.custom-select-artwork{
	    border-top: 1px solid #f1f1f1;
    text-align: left;
    padding: 5px;
}

h2.big.w-link span{
	font-size:22px;
}
.w-link a{
	font-size:22px;
	text-decoration: underline;
}

.w-link span:before{
	/*font-family: "FontAwesome";*/
	content:'|';
	margin-left:5px;
	margin-right: 5px; 
}
.s-bar{
	margin-top: 30px;
}
.s-bar ul{
	list-style: none;
	margin:0;
	padding: 0;
}

.s-bar ul li{
	float: left;
	margin-right: 10px;
}

.s-bar ul li a{
	    display: inline-block;
    background-color: #000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
}

.full-loading{
	position: fixed;
	display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background-color: rgba(39,40,51,0.8);
    text-align: center;
    color:#fff;
}
.full-loading .in-loader{
	top: 50%;
    position: absolute;
    width: 100%;

       -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    translate-y: 50%;
}


body .gform_wrapper ul.gfield_checkbox li,body .gform_wrapper ul.gfield_radio li {
    overflow: visible;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]+label, .gform_wrapper ul.gfield_radio li input[type=radio]+label{
	position: relative;
	top: 2px;
}


.container.with-max{
	max-width: 1024px;
}

.flex-control-nav{
	display: none;
}

img.custom-image-pedals{
	height: 124px;
}

.pagination{
	font-size: 16px;
}

.pagination .page-numbers{
	margin-right: 5px;
	padding: 5px;
}
.pagination .current{
	background-color: #f1f1f1;
}

body .fancybox-title{
	font-size: 15px;
}

.photo-album img{
	width: 100%;
}

.blog-list img{
	width: 100%;
	margin-bottom: 10px;
}

.owl-wrapper{
	margin: 0 auto;
}

.blog-newsletter{
	/*background-color: #fafafa;*/
    /*padding: 50px;*/
    border-radius: 0px;
    margin-bottom: 20px;
}

.blog-newsletter-in{
	background-color: #fff;
    padding: 20px;
    border:1px solid #ccc;
    /*border-radius: 5px;*/
}
.blog-newsletter .email{
	width: 100%;
    /* max-width: 100%; */
    border: 0px;
    height: 50px;
    background-color: #f3f3f3;
    padding: 10px;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
.blog-newsletter .title{
	    font-size: 20px;
    /*margin-bottom: 5px;*/
    display: inline-block;
    margin-right: 10px;
    color: #e73f3f;
}
.blog-newsletter .subtitle{
	    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 0px;
}

.blog-newsletter .button{
	       border: 0px;
    background-color: #cc3333;
    margin-left: 0px;
    color: #fff;
    width: 140px;
    height: 31px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.blog-newsletter .elements{
	position: relative;
}

.extra-description{
	font-size: 14px;
}

.visibility-hidden{
	visibility:hidden;
	display: none;
}
.gdpr{
	margin-top: 20px;
    padding: 10px;
    border: 2px solid #ccc;
    /*margin-left: 15px;
    margin-right: 15px;*/
    background-color: white;
    font-size: 14px;
}

.gdpr label{
	font-weight: normal;
}

.gdpr.giveFocus{
	border:2px solid #FF9800;
}

.affiliate{
	    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}
.pp-logo img{
	width: 150px;
}

.tags{
	/*margin-bottom: 15px;*/
}

.tags .tag{
	display: inline-block;
    border: 1px solid #ccc;
    background-color: #fafafa;
    margin-right: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.tags .tag a{
	display: inline-block;
    padding: 5px 10px;
}

.pads .pad{
	text-align: center;
	border:1px solid #ccc;
	background-color: #fafafa;
}

.pads .pad a{
	display: block;
	padding: 70px 0;
}

.c-shop{
	background: #f1f1f1;
    padding: 5px;
    margin-top: 10px;
}

.c-shop .in {
    border: 1px solid #d7d4d4;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.c-shop .info{
	    padding: 10px;
}

.c-shop .in .title{
	    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}



body.blackTheme{
	background-color: #17191b;
	color:#fff;
}

.blackTheme .product-gallery{
	background-color: #17191b;
}

body.blackTheme.totalBlack{
	background-color: #000;
	color:#fff;
}

.blackTheme.totalBlack .product-gallery{
	background-color: #000;
}

.blackTheme.totalBlack .ffix {
	background-color: #000; 
   color: #fff;
}
.blackTheme.totalBlack img{
	margin-bottom: 10px;
}
.blackTheme.totalBlack th, .blackTheme.totalBlack td {
	padding: 5px 15px;
  }
.blackTheme.totalBlack ul.product-categories li a {
	color: #fff;
	 background-color: #000; 
}
.blackTheme .gray{
	border-bottom: 1px solid #3e3e3e;
}

.blackTheme .panel-body{
	color:#fff;
}

.blackTheme .product-area .description .panel-heading{
	border-top: 1px solid #3e3e3e;
}

.blackTheme .product-area .tab-content{
	border:1px solid #3e3e3e;
}

.blackTheme .nav-tabs>li.active>a,.blackTheme .nav-tabs>li.active>a:focus,.blackTheme .nav-tabs>li.active>a:hover{
	    background-color: #17191b;
    border: 1px solid #3e3e3e;
}

.blackTheme .n-ff a,.blackTheme #n-ff a {
    color: #fff;
}

.blackTheme .panel-title a:hover{
	color:#fff;
}

.blackTheme .n-ff a:hover,.blackTheme #n-ff a:hover{
	color:#fff;
}

.blackTheme .btn.btn-black {
    background-color: #fff;
    color: #000;
}

.blackTheme .panel-body a,.blackTheme .single-page a,.blackTheme .blog-content a{
	color:#ffce17;
}

.blackTheme .dline{
	border-top: 2px solid #3e3e3e;
}

.blackTheme h4.spb_heading span,.blackTheme h4.lined-heading span{
	    background: #17191b;
}
.blackTheme ul.product-categories li a {
	color: #fff;
	 background-color: #17191b; 
}
.blackTheme ul.product-categories li a:hover{
	color: #fff;
	 background-color: #3e3e3e; 
}
.blackTheme .ffix {
     background-color: #17191b; 
    color: #fff;
}
.blackTheme .product .image{
	border: 1px solid #3e3e3e;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.blackTheme .product .details h3 a:hover{
	color:#fff;
}
.blackTheme h4.spb_heading:before,.blackTheme h4.lined-heading:before{
	border-top: 2px solid #3e3e3e;
}

.blackTheme ul.product-categories li.current-menu-item a,.blackTheme ul.product-categories li.menu-item-has-children.current-menu-item ul li.current-menu-item a{
	background-color: #3e3e3e;
    color: #fff;
}

.blackTheme ul.product-categories.quick-links li{
	border-bottom: 1px dotted #3e3e3e;
}
.tp-parent-container{
	max-width: 100%;
}
.tp-parent-container .tp-container{
	position: relative;
}

.tp-parent-container iframe{
	position: absolute;
	height: 100% !important;
}
audio{
	max-width: 100%;
}
.lending iframe,.single-page iframe{
	width: 100% !important;
	/*min-height: 500px !important;*/
}

.gform_wrapper iframe{
	width: auto !important;
	min-height: auto !important;
}
.blems-categories{
	margin-top: 40px;
}
.blems-categories img{
	width: 100%;
	margin-bottom: 20px;
}

.shopping-cart-extra-content{
	margin-top: 30px;
	border-top: 2px solid #ccc;
    padding-top: 10px;
}
