/************************************************************************************************** MISC */
.fltL{
    float: left;
}
.fltR{
    float: right;
}
.posRel{ position: relative; }

.basket_top{
    background: #FFF;
    color:#5a6c79;
    
    width: 940px;
    padding: 10px;
    
    font-weight: bold;
}
/************************************************************************************************** MISC */


/************************************************************************************************** PRODUCT PAGE */
._product_list{
    width: 100%;
}
._product_holder{
    width: 18%;
    float: left;
    margin: 0 1% 15px 1%;
}
._product_holder ._product_title{
	padding: 4px 0 0 0;
	margin: 0px;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
	height: 2.5em;
}
._product_holder img{
    width: 100%;
    max-width: 100%;
}
._product_holder a, ._product_holder a:visited {
	color: #000;
}
._product_holder a:hover, ._product_holder a:active, ._product_holder a:hover ._product_title {
	color: #4486fa;
}
._product_holder * {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
._product_inner{
    width: 100%;
    margin: auto;
}
._product_image{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    
    display: block !important;
}
._price_holder{
    position: absolute;
    top: 0;
    right: 0;
    
    display: block;
    
    padding: 5px 10px;
    background: #CCC;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
._list_price{
    font-size: 1.5em;
}
._product_description{
    margin: 5px 0;
    display: block;
}
.select_button{
    display: block;
    width: 100%;
    font-weight: bold;
    background: #3d4647;
}
.select_button:hover{
    background: #4e595a;
}
.select_button a, .select_button a:hover, .select_button a:visited, .select_button a:active{
    display: block;
    width: 100%;
    padding: 6px 2.5%;
    
    color: #FFF;
    
    font-size: 1.2em;
}
.select_button input {
    width: 100%;
    background: none;
    border: none;
    color: #FFF;    
    padding: 0.35em;
    font-size: 1.7em;
    font-weight: bold;
}

._product_page_selectColour_title{
    font-weight: lighter;
    font-size: 3em;
    margin: 0px;
    color: #252525;
}
._product_page_controls .select_button{
    width: 100%;
}
._product_page_title{
    font-weight: lighter;
    font-size: 2.5em;
    line-height: 1em;
    margin: 0 0 10px 0;
}
#products_form_table{
    padding-top: 20px;
}
.product_detail_hr{
    border: 0px;
    border-top: #CCC 1px solid;
}
._qty_buy{
    width: 100%;
}
._qty_buy label{
    width: 15%;
    display: block;
    float: left;
    text-align: right;
    
    padding: 6px;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
._qty_buy input{
    width: 50%;
    margin-left: 3%;
    float: left;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
._qty_buy #product_quantity{
    width: 25%;
}

._product_page_label_title{
    display: block;
    width: 100%;
    font-size: 2em;
}
.product_variations {
    display: table;
}
.product_variations .var_item {
    display: table-row;
}
.product_variations .var_item > * {
    display: table-cell;
}
.product_variations .var_item > * {
    padding-right: 0.5em;
    padding-bottom: 0.7em;
}
.product_variations .var_item select {
    width: 100%;
}
label._product_page_label_title{
    font-size: 1em;
}
._product_page_ddl{
    width: 100%;
}
.not_full{
    width: auto;
    display: inline;
}
.spacer{
    width: 100%;
    display: block;
    margin: 9px 0;
}
.tileImage-detail, .tileImage-thumbnail{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
    max-width: 100%;
}
.tileImage-thumbnail{
    /*width: 24%;
    margin: 10px 1% 0 0;
    float: left;*/
	width: 18%;
	margin: 5px 1% 0 0;
	float: left;
}
.hiddenBorder{
    border: none;
    padding-top: 0px;
}
.disabled{
    pointer-events: none;
    opacity: 0.5;
}

.products_variation_colour_active .products_variation_colour{
    width: 1440px;
    padding: 48.5px;
    margin-top: 10%;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    
    -webkit-box-shadow:0 18px 22px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 18px 22px rgba(0, 0, 0, 0.4);
    box-shadow:0 18px 22px rgba(0, 0, 0, 0.4);
}

.products_variation_colour_title_active {
    display: none;
    
    font-size: 1.5em;
}
.products_variation_colour_title_notactive {
    /*display: block;*/
    display: none;
}
.products_variation_colour_active .products_variation_colour_title_active{
    display: block;
}
.products_variation_colour_active .products_variation_colour_title_notactive{
    display: none;
}
.products_variation_colour{
    width: 100%;
    padding: 0px;
    
    top: 0;
    left: 0;
}
.products_variation_colour_active{
    position: fixed;
    width: 100%;
    height: 100%;
    
    top: 0;
    left: 0;
    /*background: url(images/db_overlay.png);*/
    background-color: rgba(52,59,63,0.8);
    color: #000;
    
    z-index: 99999;
}
.products_variation_colour_grid{
    display: none;
}
/************************************************************************************************** PRODUCT PAGE */

/************************************************************************************************** CATEGORY PAGE */
.selector{
    width: 20%;
    
    display: block;
    float: left;
    
    border: 1px #CCC solid;
}
.product_list{
    width: 78%;
    
    display: block;
    float: right;
    
    border: 1px #CCC solid;
}
.noPadd{
    padding: 0px;
    padding-bottom: 10px;
}
.inner{
    width: 90%;
    margin: 10px 5% 10px 5%;
    
    color: #666;
}
.textPageHeader{
    width:100%;
}
.in2{
    width: 95%;
    /*margin: 10px 2.5% 10px 2.5%;*/
    margin: 0 0 10px 2.5%;
}
.inner select, .inner label{
    color: #666;
    font-size: 12px;
    
    max-width: 95%;
}
.leftSide label, .leftSide input{
    font-size: 13px;
}
.leftSide input{
    float: right;
}

.leftSideText{
    width: 48%;
    float: left;
    text-align: justify;
}

.rightSideText{
    width: 48%;
    float: right;
    text-align: justify;
}
.leftSide input{
    background: #FFF;
    color: #666;
    border: #CCC 1px solid;
}

.innerHR{
    border: #dfccb2 1px solid;
}
.headerItem{
    width: 100%;
    border-bottom: #CCC 1px solid;
}
.headerItem h1, .product_left h1{
    /*font-weight: normal;*/
    
    text-transform: uppercase;
    /*margin: 0px 0px 10px 0px;*/
}
.headerItem h1 span{
    font-size: 12px;
}
.productTile{
	width: 18%;
	margin: 10px 1%;
    
    display: block;
    float: left;
}
.productTile *{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.productTile .categoryTitle{
	padding: 4px 0 0 0;
	margin: 0px;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
	height: 2.5em;
}
.productTile a, .productTile a:visited{
	color: #000;
}
.productTile a:hover, .productTile a:active, .productTile a:hover .categoryTitle{
	color: #4486fa;
}
.productTile img {
    width: 100%;
    height: auto;
    background-color: #FFF;
	display: block;
	opacity: 0.8;
}
.productTile img:hover{
	opacity: 1;
}
#gallery_products img, .tileImage-detail{
    background-color: #FFF;
}

/* make the nooffer label appear inline rather than below the price */
.productTile_3 span[itemprop=offers], .productTile_3 span[itemprop=offers] span,
.productTile_4 span[itemprop=offers], .productTile_4 span[itemprop=offers] span {
    display: inline;
}
.productTile_3 p, .productTile_4 p{
    text-align: justify;
}
.productTile_recent {
    width: 17%;
    margin: 10px 1% 10px 1%;
    float: left;
}
.productTile_recent  a span{
    height: 40px;
    display: table;
}

.productTile_recent p a,
.productTile_recent p a:hover,
.productTile_recent p a:visited,

.product_remove,
.product_remove:hover,
.product_remove:visited,

.frontend_button,
.frontend_button:hover,
.frontend_button:visited,

.basket_checkout,
.basket_checkout:hover,
.basket_checkout:visited,
.basket_checkout:visited,

.basket_checkout_button
{
    background: #939d8e;
    padding: 5px 10px;
    color: #fff;
    
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    
    moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.4);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.4);
}
.basket_checkout{
    background: #999 !important;
}
#basket_add_pleasewait_id img{
	max-width: 20px;
	display: inline;
	vertical-align: bottom;
}
.productTile_recent p a{
    -webkit-border-radius: 5px; border-radius: 5px; -moz-border-radius: 5px;
}
.basket_checkout_button{
    border: none;
    cursor: pointer;
}
.basket_checkout_button, .basket_checkout, .product_remove, .frontend_button, .bsk_checkout, .bsk_cont{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.basket_placeorder_button {
}
.basket_list .frontend_table {
    margin-top: 1.2em;
}
.price{
    width: 100%;
    display: block;
    
    font-weight: bold;
    
    color: #333;
}
.tileImage{
    background-repeat: no-repeat;
    background-position: center bottom;
}
.widthIsLargestDimension{
    background-size: 100% auto;
}
.heightIsLargestDimension{
    background-size: auto 100%;
}
.tileImage-detail, .tileImage-thumbnail, .tileImage-basket {
    background-repeat: no-repeat !important;
    /*background-position: bottom center !important;*/
    background-position: center !important;
}
.tileImage-detail{
    width: 100%;
    max-height: 410px;
    
    background-size: contain !important;
}
.tileImage-planter-thumbnail{
    /*width: 48%;*/
    width: 32%;
    /*background-color: #CCC;*/
}
.tileImage-basket {
    /*width: 5em;*/
    width: 20%;
    vertical-align: middle;
    
    float: left;
    
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0, 0.4);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0, 0.4);
}

/************************************************************************************************** CATEGORY PAGE */


/************************************************************************************************** BASKET ADD AREAS */
.frontend_table ._table {
    display: table;
}
.frontend_table ._row > div {
    padding-left: 1em;
}
.frontend_table ._row > * {
    display: table-cell;
}
.frontend_columns_2 {
    float: left;
    width: 48%;
}
.frontend_table ._price {
    text-align: right;
}
.frontend_table ._col {
    padding: 1em;
}
.frontend_table ._first_total {
    padding-top: 2em;
}
.frontend_table ._trade_discount {
    color: green;
    font-weight: bold;
}
.frontend_table ._total {
    text-transform: uppercase;
}
.frontend_table ._head ._col {
    /*font-weight: bold;*/
    text-transform: uppercase;
}
.frontend_table ._grand_total {
    font-weight: bold;
}
.frontend_table ._col[class~='_update_quantities'] {
    padding-top: 0;
    padding-bottom: 0;
}
.frontend_table ._row {
    display: table-row;
}
.basket_list .frontend_table ._table ._row:first-child,
.basket_list .frontend_table ._table ._row:last-child,
.basket_list .frontend_table ._table ._head{
    background: none;
    font-weight: bold;
    text-transform: uppercase;
}
.frontend_table ._head ._col{
   color: #999;
   border-top: #ccc 1px solid;
   border-bottom: #ccc 1px solid;
}
._col_image{
    width: 10%;
}
._product_col_detail{
    vertical-align: top;
}
.frontend_table ._product_row > div{
    border-bottom: #ccc 1px solid;
}
.product_title, .product_title:visited{
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
.product_variation, .planter{
    display: table;
    font-size: 0.85em;
}
.invoiceHead .product_variation {
    display: inline;
}
.product_variation_caption, .planter_caption{
    font-weight: 600;
}
._col_product{
    width: 50%;
}
.planter a{
    color: #464646;
}
.checkout_button{
    background: #939d8e !important;
}
._update_quantities .basket_checkout_button, .product_remove, .frontend_button{
    background: #999 !important;
}
._totals ._col{
    padding-left: 0px !important;
    padding: 4px 0 4px 0;
    
    font-size: 0.85em;
}
.basket_quantity {
    width: 4em;
}
.basket_list ._col .tileImage-basket{
    float: none;
    width: 100%;
    
    background-color: #FFF;
}
.basket_list {
    /*margin-top: 3em;*/
    margin-bottom: 5em;
    
    margin-left: auto;
    margin-right: auto;
    
    position: relative;
    /*width: 90%;*/
}
.basket_button_left{
    float: left;
}
.basket_button_right{
    float: right;
}
/* not really basket - checkout order process. might want to change the names */
.basket_header {

}
.basket_header a {
    color: black;
    text-decoration: none;
}
.basket_header a:hover {
    text-decoration: underline;
}
.basket_header ._item {
    margin: 2em 0;
}
.basket_header ._sel {
    font-weight: bold;
}
.basket_body {
    /*margin: 2em 0;
    padding: 2em 5em;*/
    /*border: solid 1px #eee;*/
}
._basket_total_area{
    display: table;
    width: 100%;
    border-bottom: #ccc 1px solid;
    margin-bottom: 15px;
    
    position: relative;
}
._basket_total_area h1{
    margin: 0px 0px 10px 0px;
}

._basket_item_new{
    display: table;
    width: 100%;
    border-bottom: #ccc 1px solid;
    margin-bottom: 15px;
}
._basket_item_image img{
    display: block !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    
    width: 100% !important;
    
    box-shadow: none;
    
    margin-bottom: 10px;
}
._basket_item_image{
    width: 20%;
}
._basket_item_details{
    padding-left: 5%;
    width: 75%;
}
._basket_item_image,
._basket_item_details{
    display: block;
    float: left;
}
._basket_item_options{
    width: 75%;
    margin-bottom: 10px;
    float: right;
    display: block;
}
._basket_item_qty,
._basket_item_update,
._basket_item_remove{
    float: left;
    display: block;
    
    margin-right: 15px;
}
._basket_item_options input,
._basket_total_area input,
.bsk_cont,
.bsk_viewbasket,
.bsk_checkout,
._qty_buy input,
input,
textarea,
select
{
    background: #eff0f3 !important;
    background: -moz-linear-gradient(top,  #f5f7f9 0%, #e8eaed 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f7f9), color-stop(100%,#e8eaed)) !important;
    background: -webkit-linear-gradient(top,  #f5f7f9 0%,#e8eaed 100%) !important;
    background: -o-linear-gradient(top,  #f5f7f9 0%,#e8eaed 100%) !important;
    background: -ms-linear-gradient(top,  #f5f7f9 0%,#e8eaed 100%) !important;
    background: linear-gradient(to bottom,  #f5f7f9 0%,#e8eaed 100%) !important;
    
    border: 1px solid #bcc1c8 !important;
    color: #000 !important;
    
    box-shadow: none !important;
    text-shadow: none !important;
    
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    
    padding: 5px 20px !important;
    
    cursor: pointer;
}
input, textarea, select{
	cursor: auto;
}
._basket_item_options input:hover,
._basket_total_area input:hover,
.bsk_cont:hover,
.bsk_viewbasket:hover
{
    background: #e9ebed !important;
    background: -moz-linear-gradient(top,  #e9ebed 0%, #d8d9da 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9ebed), color-stop(100%,#d8d9da)) !important;
    background: -webkit-linear-gradient(top,  #e9ebed 0%,#d8d9da 100%) !important;
    background: -o-linear-gradient(top,  #e9ebed 0%,#d8d9da 100%) !important;
    background: -ms-linear-gradient(top,  #e9ebed 0%,#d8d9da 100%) !important;
    background: linear-gradient(to bottom,  #e9ebed 0%,#d8d9da 100%) !important;
}
._basket_total_area input.checkout_button,
.bsk_checkout
{
    background: #f3d078 !important;
    background: -moz-linear-gradient(top,  #f6dea2 0%, #f0c14d 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6dea2), color-stop(100%,#f0c14d)) !important;
    background: -webkit-linear-gradient(top,  #f6dea2 0%,#f0c14d 100%) !important;
    background: -o-linear-gradient(top,  #f6dea2 0%,#f0c14d 100%) !important;
    background: -ms-linear-gradient(top,  #f6dea2 0%,#f0c14d 100%) !important;
    background: linear-gradient(to bottom,  #f6dea2 0%,#f0c14d 100%) !important;
    
    border: 1px solid #bf942a !important;
    
    float: right;
    
    position: absolute;
    top: 0;
    right: 0;
}
.bsk_checkout{
    position: relative;
    float: none;
}
._basket_total_area input.checkout_button:hover,
.bsk_checkout:hover
{
    background: #f0c24f !important;
    background: -moz-linear-gradient(top,  #f0c24f 0%, #d9a930 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0c24f), color-stop(100%,#d9a930)) !important;
    background: -webkit-linear-gradient(top,  #f0c24f 0%,#d9a930 100%) !important;
    background: -o-linear-gradient(top,  #f0c24f 0%,#d9a930 100%) !important;
    background: -ms-linear-gradient(top,  #f0c24f 0%,#d9a930 100%) !important;
    background: linear-gradient(to bottom,  #f0c24f 0%,#d9a930 100%) !important;
}


._basket_total{
    font-weight: bold;
}
._basket_item_qty input,
._qty_buy #product_quantity
{
    padding: 5px 10px !important;
}


._basket_clear{
    clear: both;
}
._basket_item_prices{
    width: 100%;
    display: block;
    margin-top: 15px;
}
._basket_item_details .product_title{
    text-transform: none;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 15px;
    display: block;
}
.basket_stock,
.basket_instock{
    display: block;
    margin-bottom: 10px;
    color: #990000;
    font-weight: bold;
}
.basket_instock{
    color: #009900;
}
/************************************************************************************************** BASKET ADD AREAS */

/************************************************************************************************************ BLOG */
.blogItem{
    width: 30%;
    float: left;
    
    margin: 10px 1.6% 20px 1.6%;
    
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.blogItem h1, .blogItem h2, .blogItem h3, .blogItem h4, .blogItem h5{
    margin: 0px;
    padding: 0px;
}
.blogInner{
    background: #e9e9e9;
    display: table;
    
    width: 90%;
    padding: 10px 5% 10px 5%;
}
.blogItem img{
    max-width: 100%;
    display: block;
}

#container {
    width: 100%;
    margin: 0 auto;
}
.blogImgContainer{
    position: relative;
    overflow: hidden;
}
.blogShortDesc a{
    color: #fff !important;
}
.blogShortDesc{
    position: absolute;
    background: url(images/assets/80_overlay.png);
    bottom: -100%;
    left: 0%;
    width: 90%;
    padding: 10px 5%;
    color: #999;
    
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.blogItem:hover .blogShortDesc{
    left: 0%;
    bottom: 0%;
}

.descNewArea .blogShortDesc{
    position: relative !important;
    background: none !important;
    width: 100%;
    padding: 0px;
    color: inherit !important;
}


.loadmore {
    text-align: center;
    margin-bottom: 1em;
}
.loadmore a{
    color: #4d0d6c !important;
}

/* DETAIL PAGE */
.blogDetail .blogItem{
   width: 96.8%; 
}

.blogInner a{
    color: #4d0d6c !important;
}

.blogDetail .blogInner{
    background: none;
    width: 100%;
    padding: 0px;
}
.blogDetail .blogImgContainer{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
    height: 350px;
}
.blogDetail h1{
    margin-top: 15px;
}
 
/************************************************************************************************************ BLOG */
/************************************************************************************************** LOGIN PAGE */
#rightPanel{
    width: 25%;
    min-width: 300px;
    margin: 0 0 0 20px;
}

#loginPanel{
    width: 50%;
    
    margin: 2.5em auto 7em auto;
    
    padding: 20px 5% 20px 5%;
    
    border: #ccc 1px solid;
    
    display: table;
    
    background: url(images/new/nav-bg.jpg);
    color: #000;
}
#loginPanel h3{
    color: #000;
}
#loginPanel a, #loginPanel a:visited, #loginPanel a:active, #loginPanel a:hover{
   color: #3f1b01; 
}

.checkout_login #loginPanel {
    float: right;    
}

#loginPanel label{
    float: left;
    width: 30%;
    display: table;
    margin-top: 0.7em;
}
#loginPanel label span, .important{
    color: #638312;
    font-weight: bold;
    padding-left: 6px;
}
.important{
    padding: 0px;
}
#loginPanel input{
    width: 54%;
    float: left;
    
    margin: 0.5em 0;
}
#loginPanel .login{
    width: 30% !important;
}
.hiddenReg, .log{
    display: none;
}
.basketHolder{
    text-align: left !important;
}
.basketHolder a, .basketHolder a:visited {
    color: #421c06;
}
.login_reset_pwd_message {
    font-size: 13px;
    font-weight: normal;
}

#login_message {
    margin-bottom: 1em;
    
    text-align: center;
}
/************************************************************************************************** LOGIN PAGE */

/************************************************************************************************** ORDER DETAILS */
.order_details .frontend_columns_2 .frontend_table ._table ._row,
.order_details .frontend_columns_2 .frontend_table ._table{
    width: 100%;
}
.order_details .frontend_columns_2 .frontend_table ._table ._row DIV:first-child{
    width: 35%;
}
.order_details .frontend_columns_2 .frontend_table ._table ._row DIV:last-child{
    width: 65%;
}

.order_details .frontend_columns_2 .frontend_table ._table ._row DIV LABEL{
    width: 100%;
}
.order_details .frontend_columns_2 .frontend_table ._table ._row DIV INPUT,
.order_details .frontend_columns_2 .frontend_table ._table ._row DIV SELECT{
    width: 17em; /*80%;*/
    margin-bottom: 0.3em;
}
/* remove block level positioning */
.order_details ._inline, .order_details ._inline div {
    display: inline;
}
.order_details_disabledelivery {
    /*border: solid 1px #aaa;*/
    color: #aaa;
}
.order_details_message {
    padding: 2em;

    color: maroon;
    font-weight: bold;
    font-size: 1.2em;

    text-align: center;
}
.order_details .additional_information {
    vertical-align: top;
    
    max-width: 100%;
    width: 80%;
}
/************************************************************************************************** ORDER DETAILS */



/************************************************************************************************** USER ACCOUNT */
.useraccount-nav {
    width: 7em;
    float: left;
}
.useraccount-nav > ul {
    list-style: none;
    padding: 0;
}
.useraccount-nav > ul > li a {
    display: block;
    padding: 0.5em 0.25em;
    margin-top: -0.5em;

    color: #663411;

    border-bottom: dotted 1px #555;
}
.useraccount-nav > ul > li:last-child a {
    border-bottom: none;
}
.useraccount-nav > ul > li a:hover {
    background-color: white;
}
.useraccount-nav > ul > li h2 {
    /*background-color: red;*/
}
.useraccount-container {
    margin-left: 10em;
}
.useraccount-container .pagelinks_outer {
    float: right;
}
.user_orders{width:75%;border:solid 1px #61523f;border-radius:8px;margin-bottom:20px;padding:1%}

.user_account_view_button{width:12%;float:right;margin-top:-35px;background:#61523f;padding:5px 10px;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.25);moz-box-shadow:2px 2px 3px 0 rgba(0,0,0,.4);-webkit-box-shadow:2px 2px 3px 0 rgba(0,0,0,.4);box-shadow:2px 2px 3px 0 rgba(0,0,0,.4);border-radius:8px}.user_account_view_button a{color:#fff}
.user_account_view_button a, .user_account_view_button a:visited, .user_account_view_button a:hover, .user_account_view_button a:active{
    color: #FFF;
}
/************************************************************************************************** USER ACCOUNT */

/************************************************************************************************** BASKET */
.basket_header {
    margin-top: 1.75em;
}
.basket_empty {
    text-align: center;
    font-size: 1.3em;
}
.basket-notempty{ 
}
.basket-container-notempty{
    border: 1px solid #88ae28;
}
.basket-container-notempty .checkoutButton{
    background-color: #88ae28;
    color: #FFF;
}
/* OLD LAYOUT */
/*#basket_alert {
    position: fixed;
    
    width: 100%;
    height: 100%;
    
    top: 0;
    left: 0;
    
    background: url(images/assets/80_overlay.png);
    
    z-index: 2500;
    
    color: #4d4643;
    
    font-weight: 600;
}*/
/* NEW LAYOUT */
#basket_alert {
    position: fixed;
    
    width: 100%;
    height: 100%;
    
    top: 0;
    left: 0;
    
    z-index: 2500;
    
    color: #000;
}
.prodErr{
    width: 100% !important;
    height: auto !important;
    background: none !important;
}
.prodErr p{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    
    background: url(images/assets/80_overlay.png);
    
    /*margin-top: 25%;*/
    
    padding: 2em;
    
    text-align: center;
    color: #FFF;
    
    -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0, 0.4);
    box-shadow: 6px 6px 5px 0px rgba(0,0,0, 0.4);
}
.prodErr{
    margin-top: 25%;
}
/*OLD LAYOUT*/
/*#basket_alert .basket_added_product {
    margin: 0;
    padding: 2em;
    background: #f6f5f3;
    
    margin-left: auto;
    margin-right: auto;
    
    margin-top: 20%;
    
    display: table;
    width: 600px;
    
    font-size: 1.4em;
    
    -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0, 0.4);
    box-shadow: 6px 6px 5px 0px rgba(0,0,0, 0.4);
    
    -webkit-border-radius: 10px; border-radius: 10px; -moz-border-radius: 10px;
}*/

/*NEW LAYOUT*/
#basket_alert .basket_added_product{
    width: 100%;
    max-width: 960px;
    
    margin: 0px;
    padding: 20px;
    
    margin-left: auto;
    margin-right: auto;
    
    background: #f0fff0;
    border: 1px solid #60bd68;
    border-top: 0px;
    
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 0px 0px 10px 0px  rgba(0,0,0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.4);
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.basket_title{
    width: 100%;
    font-weight: bold;
    color: #086d2c;
    text-align: center;
    font-size: 1.5em;
    
    display: block;
    margin-bottom: 15px;
}
.basket_image{
    width: 25%;
    float: left;
}
.basket_image img{
    width: 100%;
    max-width: 100%;
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.basket_details,
.basket_buttons
{
    width: 70%;
    padding-left: 5%;
    float: left
}
.basket_buttons{
    text-align: right;
}
.basket_product_title{
    font-size: 1.5em;
}

#header_inner #basket_alert a {
    color: #88ae28;
}

.productDetail_basket{
    width: 75%;
    margin-left: 5%;
    
    display: table;
    
    float: left;
}
.basket_prod_title, .basket_prod_price{
    display: table;
    float: left;
}
.basket_prod_title{
    width: 70%;
}
.basket_prod_price{
    width: 30%;
    text-align: right;
}
.basket_prod_price_delivery {
    font-size: 0.7em;
}
.basketTitle{
    margin-bottom: 25px;
}
.basket_prod_deets{
    /*margin-bottom: 10px;*/
    margin-top: 10px;
}
.basket_planter_deets{
    width: 100%;
    display: table;
    margin-bottom: 30px;
    font-size: 0.7em;
}
.basket_qty{
    width: 100%;
    display: table;
}
.basket_qty a{
    font-size: 13px;
    float: right;
}
/* OLD LAYOUT */
/*.bsk_checkout, .bsk_cont{
    background: #939d8e;
    padding: 5px 10px;
    color: #fff !important;
}
.bsk_cont{
    background: #CCC;
}*/


.basket_qty a:last-child{
    margin-right: 5px;
}
.itemAddedText{
    width: 40%;
    float: left;
    display: table;
}
.yourBasket{
    width: 60%;
    float: left;
    display: table;
}
.yourBasketLeft, .yourBasketRight{
    width: 50%;
    float: left;
}
.yourBasketRight{
    text-align: right;
}


.basket_paint_colour, .product_paint_colour {
    border: solid 1px #ccc;
    display: inline-block;
    vertical-align: bottom;    
}

.basket_paint_colour {
    width: 16px;
    height: 16px;
}
.product_paint_ddl_holder{
    clear: both;
}
.product_paint_colour_holder{
    width: 10.66666666666667%;
    float: left;
    margin: 10px 3%;
    /*padding: 10px;*/
}

.product_paint_colour {
    width: 100%;
    /*height: 48px;
    margin-bottom: 0.5em;*/
    
    cursor: pointer;
    
    border: solid 2px transparent;
}
.product_paint_colour{
    -moz-border-radius: 50%;
    -webkit-right-radius: 50%;
    border-radius: 50%;
}

.product_paint_colour_sel {
    border: solid 2px #000;
}

.product_variation_colour_caption {
    font-size: 0.8em;
    text-align: center;
    width: 100%;
    padding-bottom: 0.25em;
    
    white-space: nowrap;
    overflow: hidden; 
    padding-top: 0.5em;
}
.product_variation_colour_select {
    background-color: #767676;
    color: #fff;
    text-align: center; 
    font-weight: bold;
    width: 100%;
    padding: 0.25em 0;
    border: solid 2px transparent;
    cursor: pointer;
}

#product_select_colour_magnify {
    display: inline;
}
#product_select_colour_magnify[class='.products_variation_colour_title_notactive'] {
    display: none;
}
/************************************************************************************************** BASKET */

/************************************************************************************************** INVOICE */
.invoiceHead, .yourOrder {
    font-family: 'gotham', Arial, sans-serif;
    color: #5a6c79;
}
.invoiceHead_left{
    float: left;
    text-align: left;
}
.invoiceHead_right{
    float: right;
    text-align: right;
}
.invoiceHead_left,
.invoiceHead_right{
    width: 50%;
    display: table;
    font-size: 1.15em;
}
.invoiceHead_left img,
.invoiceHead_right img{
    max-width: 100%;
}
.orderArea{
    /*text-align: center;*/
    font-size: 4em;
    font-weight: bold;
    color: #5a6c79;
    /*padding-right: 5%;*/
}
.yourOrder{
    margin-top: 50px;
    display: block;
    padding-right: 5%;
    font-weight: lighter;    
}
.invTable{
    text-align: center;
    width: 100%;
}
.headerRow{
    background: #5a6c79;
    color: #FFF;
    font-weight: bold;
}
.total{
    font-weight: bold;
}
.invoiceFooter{
    padding: 15px 0;
    background: #3d4647;
    color: #a1b1b1;
}
.invoiceFooter_main {
    margin-top: 3em;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
}
.invoiceFooter_sub {
    text-align: center;
}
/************************************************************************************************** INVOICE */

/************************************************************************************************** PRINT INVOICE */
@media print {
    .hidden_from_print {
        display: none;
    }
    .basket_paint_colour{
	display: none !important;
	border: 0px #FFF solid !important;
    }
}
/************************************************************************************************** PRINT INVOICE */

/************************************************************************************************** TABLET RESPONSIVE */
@media all and (max-width: 960px) {
    .frontend_columns_2 {
      width: 100%;
    }
    .blogInner{
        width: 100%;
    }
    .blogShortDesc{
        width: 100%;
    }
    .blogShortDesc{
        position: relative;
        color: #5a6c79;
        background: #e9e9e9;
        background-image: none;
    }
    .blogShortDesc p{
        margin: 0px;
        margin-top: 6px;
    }
    .basket_top{
        width: 100%;
    }
}
/************************************************************************************************** TABLET RESPONSIVE */

@media all and (max-width: 800px) {

    #loginPanel {
        margin-left: 0.5em;
        margin-right: 0.5em;
        width: 96%;
    }
    
    #loginPanel input {
        width: inherit;
    }
    
    #loginPanel label {
        width: inherit;
    }
}
/************************************************************************************************** MOBILE RESPONSIVE */
@media all and (max-width: 700px) {
    ._basket_item_image{
        width: 30%;
    }
    ._basket_item_details{
        width: 65%;
    }
    ._basket_item_options,
    .basket_buttons{
        width: 100%;
    }
    
    ._qty_buy input{
        width: 100%;
        margin-top: 10px;
    }
    ._qty_buy label,
    ._qty_buy #product_quantity{
        width: 48%;
        margin-top: 0px;
    }
    ._qty_buy input,
    ._qty_buy label{
        margin-left: 0px;
        margin-right: 0px;
    }
    ._qty_buy #product_quantity{
        margin-left: 4%;
        margin-top: 0px;
    }
    #addBasketButton{
        padding: 10px 30px !important;
    }
	.productTile, ._product_holder {
		width: 31.33%;
	}
}
@media all and (max-width: 500px) {
    ._basket_item_options input,
    ._basket_total_area input,
    .basket_buttons input{
        padding: 10px 30px !important;
    }
    ._basket_item_options .basket_quantity{
        padding: 10px 10px !important;
    }
        
    ._basket_total_area input.checkout_button {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 480px) {
    #loginPanel input {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    
    #loginPanel .login{
        width: auto !important;
    }
    
    .basket_overview {
        float: none;
        width: 100%;
    }
    
    .basket_login_holder {
        text-align: center;
        margin: 0.5em 0;
        font-size: 1.3em;
    }
    
    .product_paint_colour_holder{
        width: 27%;
    }
    ._product_holder{
        height: auto !important;
    }
    /*.categoryAjaxHolder, ._product_holder{
        width: 100% !important;
        max-width: 100%;
    }*/
    .basket_top .fltL, .basket_top .fltR{
        width: 100%;
        text-align: center;
    }
    #basket_alert .basket_added_product,
    #basket_alert .itemAddedText,
    #basket_alert .yourBasket,
    #basket_alert .productDetail_basket,
    #basket_alert .basket_prod_title,
    #basket_alert .basket_prod_price,
    #basket_alert .bsk_checkout,
    #basket_alert .bsk_viewbasket,
    #basket_alert .yourBasketLeft,
    #basket_alert .yourBasketRight,
    #basket_alert .basket_planter_deets,
    #basket_alert .bsk_cont,
    #basket_alert .fullWidth{
        width: 100%;
        /*text-align: center !important;*/
        margin: 0px;
    }
    /*OLD LAYOUT*/
    /*#basket_alert .tileImage-basket{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }*/
    /*NEW LAYOUT*/
    #basket_alert .tileImage-basket{
    }
    .basket_buttons{
        line-height: 4em;
    }
    .basket_details p br{
        display: none;
    }
    /*#basket_alert{
        position: absolute;
    }*/
    #basket_alert .basket_added_product{
        margin-top: 0px !important;
    }
    /*.basket_top {
        line-height: 3em;
    }*/
    
    ._basket_item_details .product_title,
    .basket_product_title
    {
        font-size: 1.4em;
    }
    ._basket_item_options DIV{
        width: 30%;
        margin: 1.5%;
    }
    ._basket_item_options input{
        width: 100%;
    }
    
    
    .portfolioHolder {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/************************************************************************************************** MOBILE RESPONSIVE */

/************************************************************************************************** PORTFOLIO HOLDER */

.portfolioHolder, .portfolioHolder2{
    width: 23.5%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.portfolioHolder2{
    width: 23.5%
}
.portfolioHolder h2{
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    background: url(images/assets/80_overlay.png);
    
    display: block;
}
.portfolioHolder h4{
    font-weight: normal;
    color: #fff;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    background: url(images/assets/80_overlay.png);
    
    display: block;
}
/*.portfolioHolder:first-child, .portfolioHolder2:first-child{
    margin-left: 0px;
}
.portfolioHolder:last-child, .portfolioHolder2:last-child{
    margin-right: 0px;
}*/
.portfolioHolder img, .portfolioHolder2 img{
    width: 100%;
    height: auto;
}

/************************************************************************************************** PORTFOLIO HOLDER */


/*********************************************************************************************************** GALLERY */

.gallery-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*********************************************************************************************************** GALLERY */


/************************************************************************************************** ADDITIONAL INFORMATION */

.additional-info-table {
    display: table;
    width: 100%;
}

.additional-info-row {
    display: table-row;
}

.additional-info-row-pri {
    background-color: #f5f5f5;
}

.additional-info-row-sec {
    background-color: #e5e5e5;
}

.additional-info-row-spacer {
    height: 0.2em;
    background-color: transparent;
}

.additional-info-cell {
    display: table-cell;
    padding-bottom: 0.25em;
}

.additional-info-cell-inner {
    padding: 0.4em 0.7em;
}

.additional-info-cell-caption {
    font-weight: bold;
    width: 30%;
}

.additional-info-cell-value {
    width: 70%;
}

/************************************************************************************************** ADDITIONAL INFORMATION */



/* category items per row */

.tileImage-category {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;    
}

.tile-category-title-height {
    height: 1em;
	display: block;
}
.tile-category-description-height {
    height: 2em;
	display: block;
}

/* category items per row */
