/*
* Main css file for the productbuilder editable layouts
* @version $Id: styleshet.css
* @package front-end
* @subpackage stylesheet
* @author Sakis Terz (sakis@breakDesigns.net)
* @copyright	Copyright (C) 2010-2017 breakDesigns.net. All rights reserved
* @license	GNU/GPL v3
* see administrator/components/com_productbuilder/COPYING.txt
*/

/* General Shop Styles here please */
#pb_builder {
	
}

#pb_mainPage {
	
}

#pb_mainPage label {
	display: inline-block;
}

.pb_toolbar {
	margin-top: 10px;
}

.pb_toolbar label {
	display: inline-block;
}

/* The bundle's image */
.pb_prod_img {
	float: left;
	padding: 10px;
}

/*groups*/
#pb_mainPage #groups_part {
	float: left;
	margin: 0px;
	width: 75% !important;
}

#groups_part form {
	margin: 0px;
}

.group_wrap_all {
	margin-bottom: 10px;
	padding: 0px;
}

#pb_mainPage .group {
	width: 98%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#pb_mainPage .group_header {
	margin: 0px !important;
}

#pb_mainPage .group_header h3 {
	margin: 0px !important;
	padding: 3px 10px;
}

/*everything below the group header*/
#pb_mainPage .group_details {
	padding: 10px;
	padding-top: 0px;
	margin-top: 3px;
}

#pb_mainPage .group_search {
	margin-top: 1em;
}

/*contains the select and radio buttons*/
#pb_mainPage .product_wrap {
	float: left;
	max-height: 550px;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%
}

/*contains the product's thumb images*/
.img_product_full {
	width: 100%;
}

/*contains the price the quantity , product details and the lamp*/
.product_wrap_r {
	float: right;
}

#pb_mainPage .productname {
	font-weight: bold;
}

#pb_mainPage .productname, .group_search, .groupSelect {
	width: 220px;
	margin-top: 5px;
	float: left;
}

/* the select or the ul list*/
#pb_mainPage .groupSelect {
	list-style: none !important;
	padding: 0px;
}

/* the select or the ul list*/
#pb_mainPage .groupSelect li {
	padding: 0px;
	background: none;
	text-align: left;
}

.groupSelect li label, .groupSelect option {
	color: #000000;
}

.groupAreaFullWidth {
	width: 100%;
}

.groupSelectImgPrdName .pb_productname {
	padding: 0px 0px 10px 10px;
}

.groupSelectImg li {
	margin: 5px !important;
	float: left;
}

.groupSelectImg li input {
	display: none;
}

.groupSelectImg li label {
	display: block;
	border: 1px solid #cccccc;
	padding: 0px !important;
	margin: 0px !important;
}

.groupSelectImg li img {
	padding: 0px;
	margin: 0px;
}

.groupSelectImg li label:hover {
	cursor: pointer;
}

.pb_null_option {
	width: 100%;
	clear: both !important;
	margin: 0px !important;
	height: 20px !important;
}

.pb_null_option label {
	display: inline-block !important;
	width: 10%;
	min-width: 80px;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 20px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	color: #333333;
}

.pb_null_option label:hover {
	background-color: #E6E6E6;
	color: #333333;
}

.pr_price {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 15px;
}

/*Quantity */
.pb_quantity_wrapper {
	float: right;
	margin: 0px;
	margin-left: 10px;
	margin-top: 15px;
}

.inputboxquantity, .selectquantity {
	width: auto;
}

.quantity_box {
	font-size: 1em;
	font-weight: bold;
}

.quantity_box_button {
	width: 17px !important;
	height: 17px !important;
	border: none;
	padding: 0px;
	margin: 0px;
}

.quantity_box_button:focus {
	border: none;
}

.quantity_box_button_up {
	padding: 0px;
	margin: 0px;
	background: url(../images/plus.png) 0 0 no-repeat !important;
}

.quantity_box_button_down {
	padding: 0px;
	margin: 0px;
	background: url(../images/minus.png) 0 0 no-repeat !important;
}

/*prod details link*/
.pr_details {
	position: relative;
	width: 25%;
	margin: 12px;
	margin-left: 0px;
}

.grp_price, #total_price {
	width: auto;
}

.active_group {
	display: none;
	float: right;
	margin-top: 18px;
	width: 32px;
	height: 32px;
	background: url(../images/lamp_off.png) center center no-repeat;
}

#img_descr {
	width: 25%;
	float: right;
	position: relative;
	top: 0px;
}

/*image area*/
#image_part {
	float: left;
	position: relative;
	min-width: 140px;
	min-height: 140px;
	border: 1px solid;
	clear: both;
}

#full_img {
	display: block;
	float: left;
}

#full_img:hover {
	border: 1px solid #cccccc;
}

.imgWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
}

#image_part_stat {
	width: 100%;
}

.imgWrapper_stat {
	float: left;
	margin: 10px;
	margin-left: 0px;
}

.imgWrapper_stat_r {
	float: left;
	margin: 0px;
	margin-left: 10px;
}

.imgWrap_in {
	padding: 10px;
	display: block;
}

.pb_ins_img {
	overflow: hidden;
}

/*description part*/
#description {
	margin-top: 10px;
}

.mflbl {
	font-weight: bold;
}

/* --Attributes/Custom Fields--*/
.attributes {
	min-height: 8px;
	margin-top: 5px;
}

.atr_line {
	width: 100%;
	clear: left;
	line-height: 1.3em;
	margin-bottom: 8px;
}

.inner_atr_wrapper {
	clear: both;
	margin-bottom: 5px;
}

/*The name of the attribute/custom field */
.atrhead {
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
}

/*custom txt attribute wrapper*/
.cus_attr_wrapper {
	margin-top: 15px;
}

/*custom txt attribute label*/
.atrhead_txt {
	width: 100px;
	text-align: right;
}

/*custom txt attribute input text*/
.atr_text {
	width: 170px;
	height: 1em;
}

.warn_msg {
	color: #ff0000;
	display: none;
}

.atr {
	float: left;
	margin-left: 5px;
	line-height: 1.3em;
}

.atr input, .atr label {
	padding: 0px;
	margin: 0px;
	display: inline;
}

.atr label {
	margin-left: 3px;
}

/* Cart info modal */
.cart_info {
	display: none;
	padding: 10px;
}

.pbbuttons_area {
	padding: 10px;
}

.cartmessage {
	width: 100%;
	text-align: center;
}

.pbcart_btn {
	padding: 5px;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	border: 1px solid #0054a6;
}

.pbcart_btn:hover {
	text-decoration: none;
}

#toral_pr_wrapper {
	margin: 0px;
	margin-right: 36px;
	margin-top: 5px;
	clear: both;
}

#total_pr_lbl {
	
}

.toral_discount_wrapper {
	float: right;
	margin-right: 36px;
	color: #ff0000;
	clear: both;
	display: none;
}

#pb_discount_amount {
	color: #ff0000;
}

#cartLoader {
	margin-top: 10px;
	height: 10px;
	width: 100%;
}

#load_bar {
	height: 10px;
	background: #0f0;
	width: 0%;
}

.addtocart_button {
	float: right;
	margin-right: 33px;
	margin-top: 10px;
}

.pb_selectedProduct img {
	border: 1px solid #888888;
}

.pb_incompatible[disabled] {
	color: #cccccc;
}

label.pb_incompatible {
	opacity: 0.4;
}

label.pb_incompatible:hover {
	cusror: default;
}

/*Steps*/
.steps {
	display: none;
}

.step_0 {
	display: block;
}

#pb_progressbar {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.pb_progressbar_blocks {
	padding: 2px 8px;
	float: left;
	margin-right: 5px;
	background: transparent;
	color: #888888;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pb_steplinks {
	cursor: pointer;
}

.stepNo {
	display: inline-block;
	text-align: center;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	border: 1px solid #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 20px;
	font-size: 1.2em;
}

#productbuilder_previous {
	display: none;
}

/*general*/
.pb_clr {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.cf_image {
	cursor: pointer;
}

.productbuilder_pagination {
	text-align: center;
	margin-top: 5px;
}

.pbbutton { /*used for buttons*/
	padding: 3px;
}

.pb-nomargin { /*used to have zero margins*/
	margin: 0px;
}

.pbinvisible { /*used to hide something*/
	display: none;
}

.pbvisible_block { /*used to display a block*/
	display: block;
}

@media only screen and (max-width: 560px) {
	.imgWrapper_stat_r{margin-top:1.3em;}
	#pb_mainPage .group {width: 98% !important;}
}

@media only screen and (max-width: 320px) {
    #pb_mainPage .productname, .group_search input, .groupSelect{width:170px;}
}