
/*@media (min-width: 768px) { 		.shopboards{ 	height: 480px; 		} }
@media (min-width: 992px) { 		.shopboards{ 	height: 530px; 		} }
@media (min-width: 1200px) { 	.shopboards{ 	height: 570px; 		} }
@media (min-width: 1300px) { 	.shopboards{ 	height: 610px; 		} }
@media (min-width: 1400px) { 	.shopboards{ 	height: 630px; 		} }
@media (min-width: 1500px) { 	.shopboards{ 	height: 660px; 		} }
@media (min-width: 1600px) { 	.shopboards{ 	height: 690px; 		} }
*/

.shoplist {
	margin-bottom: 60px;
}
.shoplist_filter {
}
.slf_header {
	border-bottom: solid 1px #FFF;
	text-align: center;
}
.slf_header_inner {
	width: 92%;
	margin: 0 auto;
	padding-top: 25px;
  	padding-bottom: 25px;
}
.slfh_searchresults {
	margin-bottom: 17px;
	color:#c0c0c0;
	font-size: 14px;
	/*font-weight: 400;*/
}
.slf_header .btn_viewall {
	padding-left: 10px;
	padding-right: 10px;
	/*font-weight: 400;*/
	height: 31px;
    line-height: 18px;
    font-size: 14px;
    background-color: #f5f5f3;
}
.slfg_toggle,
.slfg_toggle:focus,
.slfg_toggle:hover  {
	display: block;
	border-bottom: solid 1px #CCC;
	text-transform: capitalize; /*uppercase*/
	text-decoration: none;
	font-size:12px;
	color:#000;
}
.slfg_toggle {
	background-image: url(../img/shoplistfiltergroup_arrows.png);
	background-repeat: no-repeat;
	background-position: right 26px;
}
.slfg_toggle.collapsed {
	background-position: right -56px;
}
.slfg_toggle .slfg_toggle_inner {
	padding: 13px 0 12px 8px;
	/*font-weight: 400;*/
	/*font-family: 'Space Mono', monospace;*/
	font-size: 18px;
	color: #323232;
}
#filters-slide-toggle{
	/*font-weight: 400;*/
	/*font-family: 'Space Mono', monospace;*/
	font-size: 18px;
	color: #323232;
}
.slfg_items {
	border-bottom: solid 1px #CCC;
}
.slfg_items .slfg_items_inner {
	width: 92%;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 8px;
}
.slfg_items label {
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	font-size: 14px;
	cursor: pointer;
	color: #000;
	font-family: 'Roboto', sans-serif; 
	/*font-weight: 300;*/
}
.slfg_items label input {
	margin-right: 4px;
	cursor: pointer;
	
	/*
	position: relative;
	top: 6px;
	*/
}





.shopitems_list {
	display: flex;
	flex-wrap:wrap;
}
.shopitem {
	position: relative;
	padding-bottom: 1px;
	margin-bottom: 20px;
	text-align: center;
}
.shopitem a {
	text-decoration: none;
	color:#000;
	text-align: center;
}
.shopitem .si_img img {
	display: inline-block;
}
.shopitems_list .shponlc_prodinfo,
.ymbi_prodlist .shponlc_prodinfo {
	width: 100%;
	height: auto;
	margin: 0;
	float: none;
	min-height: 170px;
}
.shopitems_list .shponlcpi_proddetails {
	max-width: 80%;
    color: #666;
}
.articlestatus {
	position: absolute;
	top:0;
	right:0;
	width:34px;
	height:34px;
	line-height: 34px;
	text-align:center;
	border-radius: 24px;
	transform: rotate(-17deg);
	color:#fff;
	text-transform:uppercase;
	font-size:.7em;
}
.articlestatus.as_new {
	background-color: #48abc5;
}
.articlestatus.as_sale {
	background-color:#d93322;
}




.shopitem .si_overtext {
	width: 100%;
	position: absolute;
	left:0;
	top: 30%;
}
.shopitem .si_overtext .siot_text {
	margin-bottom: 14px;
	color:#FFF;
	font-size: 30px;
}
@media (max-width: 767px) {
	.shopitem .si_overtext .siot_text {
		width: 63%;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.shopitem .si_overtext .siot_text {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.shopitem .si_overtext .siot_text {
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.shopitem .si_overtext .siot_text {
		font-size: 34px;
	}
}







.shoplist_detail {
}
.sld_imgviewr_thumbswrapper {
	position: relative;
}
.sld_imgviewr_thumbswrapper a {
	display: inline-block;
	width: 100%;
}


.sldi_top {
	margin-bottom: 20px;
	/*padding: 0 10px 20px 10px;*/
    padding: 0 10px 5px 10px;
	border-bottom: solid 2px #e5e5e5;
}
.sldi_top p {
	margin-bottom: 2px;
}
.pp_currencysymbol,
.pp_currencyiso {
	text-transform: none;
}
.prod_ref {
	font-size: 12px;
	text-transform: capitalize; /*uppercase*/
	color:#cdcdcd;
}
.prod_title{ margin-bottom: 10px; font-weight: 800 }
.prod_title,
.prod_title_size {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-transform: capitalize; /*uppercase*/
}

.prod_brand{
	line-height: 30px;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed'
}
.prod_price {
	font-size: 24px;
	float:left;
	text-transform: capitalize; /*uppercase*/
	/*color:#cdcdcd;*/
	color: #42abc7;
}
.prod_price span.pp_text {
	font-size: 9px;
	color:#000;
}
.old_prod_price {
	font-size: 24px;
	float:left;
	text-transform: capitalize; /*uppercase*/
	color:#cdcdcd;
	/*font-family:'Gotham-Bold';*/
}
.old_prod_price span.pp_text {
	font-size: 9px;
	color:#000;
}
.prod_rating {
	float:right;
	padding-top: 13px;
}
.prod_rating > a {
	display: block;
	float:left;
	width: 12px;
	height: 11px;
	margin: 0 2px;
	font-size: 0;
	background-image: url(../images/rating_star.png);
}
.prod_rating > a.rating_active {
	background-position: 0 11px
}
.prod_rating span {
	font-size: 9px;
	text-transform: capitalize; /*uppercase*/
	color:#cdcdcd;
}
.prod_rating > span {
	display: block;
	float:left;
}


.sldi_addtocart {
	margin-bottom: 30px;
	padding: 0 10px 20px 10px;
	border-bottom: solid 1px #CCC;
}
.sldi_addtocart .sldiaddcol {
	line-height: 48px;
	margin-right: 16px;
}
.sldi_addtocart .sldiaddcol.sldiadd_col2 input {
	height: 48px;
	line-height: 48px;
	width: 60px;
	margin:0;
	padding: 0;
	padding-left: 10px;
	padding-right:10px;
	border: none;
	border:solid 2px #CCC;
	color:#c0c0c0;
}
.sldiadd_col2 p {
	text-transform: capitalize; /*uppercase*/
	color:#50bf13;
	font-size: 13px;
}
.sldiadd_col3 {
	margin: 0 !important; 
}
.sldiadd_col3 p {
	padding-left: 34px;
	text-transform: capitalize; /*uppercase*/
	font-size: 10px;
	background-image: url(../images/addtowishlist_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.promo_disclaimer {
	padding-left: 34px;
	text-transform: capitalize; /*uppercase*/
	color:#747474;
	font-size: 11px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	/*font-weight: 500;*/
}


.chilli-tabs-content .tab-content  {
	border-bottom: none;
}

/*
.chilli-tabs-content .tab-pane {
	padding-left: 10px;
	padding-right: 10px;
}
*/

.sld_boarddimensions,
.sld_boardfeatures,
.sld_stocklocation,
.sld_description,
.sld_paymentandsecurity,
.sld_shipping {
	/*padding: 24px 0;*/
	border-bottom:solid 1px #CCC;
	font-size: 14px;
    padding-bottom: 2%;
	font-family: 'Roboto';
}
.sldsl_gm {
	margin-bottom:10px;
    display: block;
}

.sldd_text{
    margin-bottom:10px;
}


.sld_boarddimensions .table>thead>tr>th {
	border-bottom: none;
	color: #BBB;
	text-transform: capitalize; /*uppercase*/
	font-size: 14px;
}
.sld_boarddimensions .table>thead>tr>td,
.sld_boarddimensions .table>thead>tr>th {
	padding-bottom: 8px;
}

table tr td.aritmeticsimbol {
	color: #CCC;
}

#surfboard-details-measures-table tr th, #surfboard-details-measures-table tr td{

    padding: 2% 1% 2% 1%;

}

.sld_boardfeatures p {
	margin-bottom: 8px;
}

.chilli-tabs-content .getsocial_links {
	margin-bottom:20px;
}
.chilli-tabs-content .getsocial_links ul {
	text-align: left;
}


.youmaybeinterested {
	padding-top: 40px;
	margin-bottom: 60px;
}
.ymbi_titlewrapper {
	border-bottom:solid 1px #CCC;
	text-align: center;
}
.ymbi_title {
	position: relative;
  	top: 17px;
	display: inline-block;
	padding: 8px 50px;
	background-color: #FFF;
	border: solid 2px #f1f1f1;
	font-size: 22px;
}
.ymbi_prodlist {
	padding-top: 40px;
}
.ymbi_prodlist .shponlcpi_prodname {
	font-size: 12px;
	/*margin-bottom: 20px !important;*/
}

.ymbi_prodlist .shponlcpi_prodprice {
	font-size: 14px;
	margin-bottom: 20px !important;
}

.ymbi_prodlist .btn-addtocart {
	width: 145px;
	height: 31px;
  	line-height: 35px;
	padding-left: 30px;
	padding-right: 10px;
	color: #FFF;
	font-size: 10px;
	background-size: 45%;
	background-position-x: -33px;
}

@media (max-width: 767px) {
}
@media (min-width: 768px) {
	.ymbi_prodlist .btn-addtocart {
		width: 110px;
		padding-left: 24px;
		padding-right: 7px;
		font-size: 8px;
		background-position-x: -26px;
		line-height: 37px;
	}
}
@media (min-width: 992px) {
	.ymbi_prodlist .btn-addtocart {
		width: 140px;
		padding-left: 26px;
		padding-right: 8px;
		font-size: 9px;
	}
}
@media (min-width: 1200px) {
	.ymbi_prodlist .btn-addtocart {
		width: 145px;
		padding-left: 30px;
		padding-right: 10px;
		font-size: 10px;
	}
}





/* ---------------------- SHOP BOARDS ------------------- */
.shopboards_filter {
}
@media (max-width: 767px) {
	.shopboards_filter .container {
		width: 90%;
	}
}

.shopboards_filter label {
	display: block;
	font-size: 11px;
	letter-spacing: 0px;
	text-transform: capitalize; /*uppercase*/
}
.shopboards_filter label span {
	display: inline-block;
	line-height: 29px;
}
@media (max-width: 767px) {
	.shopboards_filter label {
		margin-bottom: 20px;
	}
	.shopboards_filter label span {
		margin-bottom: 7px;
	}
}
@media (min-width: 768px) {
	.shopboards_filter label {
		font-size: 10px;
		letter-spacing: -1px;
	}
}
@media (min-width: 992px) {
	.shopboards_filter label {
		font-size: 11px;
		letter-spacing: 0px;
	}
}


.shopboards_filter input,
.shopboards_filter select {
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 30px;
	padding-left: 10px;
	padding-right: 24px;
	border-radius: 0;
	background-color: #FFF;
}
.shopboards_filter select {
	background-image: url(/assets/img/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#333;
	border-color:#d6d8d8;
}





.sbfrow_lvl1,
.sbfrow_lvl2,
.sbfrow_lvl3 {
	padding: 20px 0;
}
.sbfrow_lvl1 {
	border-bottom: solid 1px #CCC;
}
.sbfrow_lvl2 {
	padding-top: 40px;
}
.sbfrowlvl2sc_wrapper {
}
@media (max-width: 767px) {
	.sbfrowlvl2sc_wrapper {
		margin-bottom: 40px;
	}
	.sbfrow_lvl2 {
		padding-bottom: 0;
	}
}

.shopboards_boardlist {
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.shopboards_boardlist .container {
		width: 90%;
	}
}
.shopboards_boardlist .sbbl_item {
	margin-bottom: 34px;
}
.shopboards_boardlist .sbbl_img {
	border:solid 1px #CCC;
}
.sbbli_infowrapper .row {
	margin-bottom: 5px;
}
.sbbl_info_left {
	text-align: right;
	padding-right: 5px;
	text-transform: capitalize; /*uppercase*/
}
.sbbl_info_right {
	text-align: left;
	padding-left: 5px;
}
.sbbl_info_left,
.sbbl_info_right {
	font-size: 11px;
}
@media (max-width: 767px) {
	.sbbl_item > .row,
	.sbbl_item > .row .sbbli_imgwrapper,
	.sbbl_item > .row .sbbli_imgwrapper .sbbl_img {
		height: 100%;
	}
	.sbbl_item > .row .sbbli_imgwrapper .sbbl_img img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (min-width: 768px) {
	.sbbl_info_left,
	.sbbl_info_right {
		font-size: 10px;
	}
	.sbbl_item > .row,
	.sbbl_item > .row .sbbli_imgwrapper,
	.sbbl_item > .row .sbbli_imgwrapper .sbbl_img {
		height: 100%;
	}
	.sbbl_item > .row .sbbli_imgwrapper .sbbl_img img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (min-width: 992px) {
	.sbbl_info_left,
	.sbbl_info_right {
		font-size: 11px;
	}
}
.sbbli_pricerow {
	padding-top: 18px;
}
.sbbli_pricerow p {
	display: inline-block;
}
.btn_addtocart {
	background-color: #000;
	color:#FFF;
	font-size: 10px;
}
.btn_addtocart.active,
.btn_addtocart.focus,
.btn_addtocart:active,
.btn_addtocart:focus,
.btn_addtocart:hover,
.open>.dropdown-toggle.btn_addtocart {
	color: #FFF;
	background-color: #000;
	border-color: transparent;
}
.sbbl_item .shponlcpi_prodprice {
	font-size: 21px;
	padding-top: 5px;
	letter-spacing: 0;
	float: left;
}
.sbbl_item .btn_addtocart {
	float: right;
}

/* -------------------- end SHOP BOARDS ----------------- */



.oldprice_wrapper {
	color:#C00;
	font-size:16px;
	text-decoration: line-through;
	position: relative;
    top: -6px;
}

.vc_innactive {
	opacity: 0.2;
	cursor: default;
}
.vc_2 ul li a.vc_innactive:hover,
.vc_3 ul li a.vc_innactive:hover {
	background-color: #FFF;
    color: #CCC;
}

.variants_nav ul {
	list-style-type: none;
	list-style: none;
	padding: 0;
}
.variants_nav ul li {
	/*display: inline-block;*/
    display: inline-table;
}


.variant_color {
	font-size:0;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	margin-left: 4px;
	border:solid 1px #ccc;
	border-radius: 100%;
}


.variant_color_selected{
	border:1px solid #fff;
}

.variant_color_selected:after{
	content: '';
	width: 22px;
	height: 22px;
	border: 3px solid #ccc;
	border-radius: 20px;
	/* font-size: 0; */
	display: block;
	margin-top: -27px;
	margin-left: -2px;
}

.variant_container {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom:solid 1px #CCC;
	display: none;
}
.vc_active {
	display: block;
}
.variant_container .variant_name {
	text-transform: capitalize; /*uppercase*/
}
.variant_container ul {
	list-style-type: none;
	padding: 0;
} 
.variant_container ul li {
	display: inline-block;
}

.variant_container.vc_3{
	border-bottom:solid 3px #CCC;
}

.variant_colors_wrapper ul li a {
	font-size:0;
	width: 26px;
	height: 26px;
	margin-right: 4px;
	margin-left: 4px;
	border-radius: 100%;
	display: block;
    border: 1px solid #ccc;
}

.variant_colors_wrapper ul li a.v_selected,
.variant_colors_wrapper ul li a:hover {
	border:solid 4px #CCC;
	width: 30px;
	height: 30px;
	position: relative;
    top: 2px;
    margin-left: 0px;
}


.variant_size_wrapper ul li,
.variant_misc_wrapper ul li {
	/*margin-right: 10px;*/
    margin: auto 10px 15px auto;

}

.variant_size_wrapper ul li a,
.variant_misc_wrapper ul li a {
	border:solid 2px #CCC;
	color:#CCC;
	text-transform: capitalize; /*uppercase*/
}

.variant_size_wrapper ul li a{
    padding: 6px 15px;
}

.variant_misc_wrapper ul li a {
    padding: 7px 20px;
}


.variant_size_wrapper ul li a:hover,
.variant_misc_wrapper ul li a.v_selected,
.variant_misc_wrapper ul li a:hover {
	background-color: #d9dbdb;
	color:#FFF;
    border: 2px solid #999;
}


.variant_colors_wrapper ul li a.v_selected,
.variant_size_wrapper ul li a.v_selected,
.variant_misc_wrapper ul li a.v_selected {
	cursor: default;
}

.variant_size_wrapper ul li a.v_selected{

    border: 2px solid #999;
    background-color: #d9dbdb;
    color: #fff;

}




.shophome_surfboards,
.shophome_accessories,
.shophome_apparel {
	margin-bottom: 20px;
	text-align: center;
}
.shponlc_prodinfo {
	padding-top: 10px;
	text-align: center;
}


.shponlcpi_prodbrand {
	font-family: 'Roboto';
	font-weight: 400 !important;
	font-size: 19px;
	text-transform: none;
	
	margin:0;
}
.shponlcpi_prodname {
	font-family: 'Roboto';
	font-weight: 800 !important;
	font-size: 19px;
	text-transform: none;
}
.shponlc_prodinfo .shponlcpi_proddetails {
	max-width: 80%;
	margin: 0 auto;
    font-size: 14px;
	letter-spacing: 0;
	color:#b7b7b7;
}
.proddetail_state{
	margin-top: 4px !important;
	color: #b7b7b7 !important;
}
.shponlc_prodinfo .shponlcpi_prodprice {
	color:#CdCdCd;
    font-size: 19px;
    padding-top: 6px;
}
.shopitem .shponlcpi_prodprice {
	color:#42abc7;
    font-size: 20px;
	font-weight: 400 !important;
}

.shponlcpi_prodprice.oldprodprice, .old_prod_price{
	text-decoration: line-through;
}

.shponlcpi_prodprice.newprodprice, .newprice{
	color: red;
	margin-bottom: 0px;
}

.shophomelist_item {
	text-align: center;
}
.shophomelist_item img {
	display: inline-block;
}





.frp_col1,
.frp_col3 {
	position: relative;
}
.fr_display {
	width: 75% !important;
	position: absolute;
	top:0;
	z-index: 2;
}


/* PBS: simplify things! */

.shophome_list .row{

    /*border:5px dotted red;*/
    margin-bottom: 5%;

}

.shophome_list h1{

    font-size:14px;
    text-transform: capitalize; /*uppercase*/
    /*border:1px solid #ccc;*/
    height:14px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;

}

.shophome_list p{

    font-size: 10px;

}

.shophome_list .price{

    font-size: 20px;
    color: #ccc;
    /*margin-top: 5%;
    border: 1px dotted;*/

}

@media ( min-width: 992px ){

    .shophome_list .tab-content{

        /*border:1px solid green;*/
        height:300px;
        overflow:hidden;

    }

}

/*
@media ( max-width: 991px ){

    .shophome_list .tab-content{

        border:1px solid green;
        height:500px;
        overflow:hidden;

    }

}
*/

/* PBS - home shop display products */

.shop-display-wrapper{

    padding:15px;

}

.shop-display-wrapper h1{

    font-size: 14px;
    text-transform: capitalize; /*uppercase*/
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    overflow: hidden;
    margin: 10% 0 13px 0;

}

.shop-display-wrapper .shop-display-details{

    font-size: 12px;
    /*border: 1px dotted red;*/
    height:32px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;

}

.shop-display-wrapper .shop-display-price{

    font-size: 20px;
    color:#ccc;
    /*border: 1px dotted #ccc;*/
    margin-top: 15%;

}

.shop-display-item{

    /*border:1px solid #ccc;*/

}


#shop-display-placeholder-all .row.border-top{

    border-top: 1px solid #ccc;

}



.label_sport{
    background-color: #ccc;
    height: 30px;
    line-height: 35px;
    padding-left: 10px !important;
    font-size: 13px !important;
    /*font-weight: bold !important;*/
}
.label_brand{
    background-color: #eaeaea;
    height: 20px;
    line-height: 25px;
    padding-left: 20px !important;
    font-size: 12px !important;
    /*font-weight: bold !important;*/
}

.prod_state_title{
	font-size: 14px;
    	text-transform: capitalize; /*uppercase*/
    	color: #cdcdcd;
}
.breadcrumb.shoppage{
	margin-top: 0px;
	padding-top: 50px;
}

ol.breadcrumb li{
	font-size: 14px;
}
ol.breadcrumb li a{
	color: #252525;
}