/* Product List view Template */

.product_list_view_wrapper {
    float: left;
    width: 24%;
    height: auto;
    margin: 0 0.5% 10px 0.5%;
    background: #fff;
    border: 1px #efefef solid;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    transition: all .2s ease-in-out;

}

/*.product_list_view_wrapper:nth-of-type(4n+5){
 clear:left;
}*/
.product_list_view_wrapper:hover .id_details {
    color: #000 !important;
}

.product_list_view_wrapper .out_of_stock {
    display: none;
}

.product_list_view_wrapper .out_of_stock.false {
    display: none;
}

.product_list_view_wrapper .out_of_stock.true {
    display: block;
}

.product_list_view_wrapper .in_stock.false {
    display: block;
}

.product_list_view_wrapper .in_stock.true {
    display: none;
}

.product_list_view_wrapper:hover {
    box-shadow: 0px 0px 4px #ddd;
    border: 1px #ddd solid;
    transform: scale(1.05);
    position: relative;
    z-index: 1;
}

.product_list_view_wrapper .availability {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 105px;
    left: -10px;
    display: none;
}

.product_list_view_wrapper .availability.out_of_stock_1 {
    display: block;
}

.product_list_view_wrapper .name {
    float: left;
    clear: both;
    background: none;
    min-height: 30px;
}

.product_list_view_wrapper .top_table {
    display: table;
    width: 100%;
}

.product_list_view_wrapper .top_wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: table-row;
    margin-bottom: 10px;
}

.product_list_view_wrapper .size {
    float: left;
    clear: both;
    background: none;
}

.product_list_view_wrapper .size p {
    font-size: 12px;
}

.product_list_view_wrapper .list_view_img {
    float: left;
    clear: both;
    width: 100%;
    overflow: hidden;
    display: table-row;
    height: 100%;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 100% 0;
}

.product_list_view_wrapper .list_view_img a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
    display: block;
}

.product_list_view_wrapper .name p {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 14px;
    color: #666;
    text-align: left;
}

.product_list_view_wrapper:hover .name p {
    color: #000;
}

.product_list_view_wrapper .product_list_view_detail_wrapper {
    position: relative;
    width: 100%;
    float: left;
    left: 0;
    bottom: 0;
    right: 0;
}

.product_list_view_wrapper .product_list_view_price_wrapper {
    float: none;
    margin-top: 5px;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.product_list_view_wrapper .product_list_view_price {
    font-size: 20px;
    font-weight: normal;
    margin: auto;
    float: none;
    display: inline-block;
}

.product_list_view_wrapper .price {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 150%;
    font-weight: bold;
}

.product_list_view_wrapper .quick_add {
    display: none;
    float: left;
    position: relative;
    z-index: 2;
}

.product_list_view_wrapper .listview_floating_submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.product_list_view_wrapper .listview_floating_submit:hover {
    cursor: pointer;
}

.product_list_view_wrapper .customisebutton {
    position: absolute;
    bottom: -8px;
    right: -5px;
}

.product_list_view_wrapper .addtocartbutton {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.product_list_view_wrapper .addtocartbutton.grocery {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.addToCartForm:hover {
    cursor: pointer;
}

.product_list_view_wrapper:nth-of-type(4n+4) {
    /*margin:0 0 10px 0;*/
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    .product_list_view_wrapper {
        float: left;
        width: 32.3%;
    }

    .product_list_view_wrapper:nth-of-type(4n+5) {
        clear: none;
    }
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
    .product_list_view_wrapper {
        width: 49.75%;
        /*height: 250px;*/
        margin: 0 0.5% 10px 0;
    }

    .product_list_view_wrapper:nth-of-type(2n+2) {
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
    .product_list_view_wrapper {
        width: 100%;
        /*height: 250px;*/
        margin: 0 0 10px 0;
    }
}

/* Product List view Template ENDS */

#product_wrapper {
    float: left;
    width: 100%;
    clear: both;
}

#product_header_wrapper {
    float: left;
    width: 100%;
    height: 100%;
}

#product_header {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

#product_name {
    float: left;
    font-size: 130%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#product_name h1 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
    line-height: 30px;
}

#product_price {
    float: right;
}

#product_icons {
    float: right;
    clear: left;
    position: relative;
    bottom: 0;
}

#product_content {
    padding: 10px 10px;
}

#product_image {
    float: left;
    width: 30%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#product_wrapper .images {
    float: left;
    width: 30%;
    padding-right: 15px;
    margin: 0;
    box-sizing: border-box;
}

#product_wrapper .galleria {
    height: 300px;
    margin: auto;
    width: 100%;
    float: left;
    background: #000;
    border: 1px solid #333;
    margin-top: 10px;
}

#product_wrapper .images img {
    width: 100%!important;
}

#product_wrapper .images a {
    float: left;
    display: block; /* DISPLAY ONLY THE FIRST IMAGE OR ALL */
    margin: 0 0 10px 0;
}

#product_wrapper .images a:first-child {
    display: block;
}

#product_description {
    float: left;
    width: 100%;
    margin: 10px 0;
    float: left;
    display: block;
}

#related_products {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;

}

.product_wrapper {
    float: left;
    width: 100%;
    clear: both;
}

.product_list {
    padding: 10px;
    clear: left;
}

.product_header {
    border-bottom: 1px solid #000;
    font-size: 130%;
    position: relative;
}

.product_content {
    padding: 10px 0;
}

#product_options {
    width: 100%;
    float: left;
}

#product_options select {
    float: right;
    margin: 0 5px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 100%;
    vertical-align: text-bottom;
    /* font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #999;
    padding: 4px;
    border: 1px solid #bcbcbc;
    background: rgb(242, 242, 242);
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 1%, rgba(246, 246, 246, 1) 9%, rgba(255, 255, 255, 1) 48%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(246, 246, 246, 1)), color-stop(48%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 1%, rgba(246, 246, 246, 1) 9%, rgba(255, 255, 255, 1) 48%);
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 1%, rgba(246, 246, 246, 1) 9%, rgba(255, 255, 255, 1) 48%);
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 1%, rgba(246, 246, 246, 1) 9%, rgba(255, 255, 255, 1) 48%);
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 1%, rgba(246, 246, 246, 1) 9%, rgba(255, 255, 255, 1) 48%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#product_wrapper #product_id {
    float: right;
    color: #333;
    font-weight: normal;
    margin-top: 4px;
}

.product_image {
    float: left;
    padding: 0 10px 0 0;
}

.product_short_description {
    float: left;
    width: 60%;
    padding: 0 10px 0 0;
}

.product_price {
    float: right;
}

.product_footer {
    padding: 10px 0;
    clear: both;
    float: right;
    width: 100%;
}

.product_footer_image {
    padding: 0 10px 0 0;
}

.product_category_description {

}

/* Paging */
div.paging {
    color: #999999;
    margin-bottom: 2em;
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0;
    text-align: center;
    pointer-events: none;
}

div.paging * {
    pointer-events: auto;
}

div.paging div.disabled {
    color: #999999;
    display: inline;
}

div.paging span {
    background: #efefef;
    padding: 8px 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 2px;
    display: inline-block;
    position: relative;
    pointer-events: none;
    margin-bottom: 5px;
}

div.paging span.disabled {
    pointer-events: none;
}

div.paging span.green_text {
    color: #111;
}

div.paging span.green_text:hover {
    background: #ddd;
}

div.paging span .full_link {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: auto;
}

div.paging span.current {
    color: #000;
    font-weight: bold;
}

div.paging span a {
}

div.paging a {
    color: #000000;
}

.related_products_header {
    float: left;
    clear: both;
    font-weight: bold;
}

.related_products {
    float: left;
    clear: both;
    padding: 10px 0 0 0;
}

.related_product {
    float: left;
    clear: both;
}

.brands .paging {
    display: none;
}

/* ----- List View - Four Across ----- */

/*.article_listview_fouracross {
	float: left;
	width: 24%;
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px 1.3% 20px 0;
}
.article_listview_fouracross:nth-child(4n+4){
        padding: 20px 0 20px 0;
}
.article_listview_fouracross h2 {
	margin: 7px 0 5px;
	padding: 0;
	font-size: 20px;
}
.article_listview_fouracross p {
	line-height:19px;
}
.article_listview_fouracross .truncate {
	overflow:hidden;
	text-overflow: ellipsis;
}

.article_listview_fouracross .image_box {
	float: left;
        width:100%;
	 box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
	border:1px #ddd solid;
	margin:0 0 5px 0;
}
.article_listview_fouracross .content {
	float: left;
	width: 100%;
	overflow: hidden;
}
.article_listview_fouracross img.details_btn {
}

.article_listview_vertical {
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.article_listview_vertical .title {
	float:left;
	width:100%;
	padding: 0;
}

.article_listview_vertical .title h2{
	margin:0 0 10px 0;
}
.article_listview_vertical .image_box {
	float:left;
	margin: 0 10px 0 0;
}
.article_listview_vertical .content {
}
.article_listview_vertical .text {
}
.article_listview_vertical a {
	
}
.article_listview_vertical a:hover {
	
}
.article_listview_vertical .title h2{
	margin:0 0 10px 0;
}
.article_listview_vertical h2:hover {
	
}

/* Article Detail View */

.article_detail_view_wrapper {

}

.article_detail_view_wrapper .top_buttons {
    margin: 0 0 10px 0;
}

.images {
    width: auto;
    float: left;
    margin: 0 10px 10px 0;
}

.article_detail_view_wrapper .images {
    width: auto;
    float: left;
    margin: 0 30px 10px 0;
}

.article_detail_view_wrapper .images img {
    width: auto;
    float: left;
    margin: 0 10px 10px 0;
}

/* Product List View */

/*.product_list_view_wrapper{
	float:left;
	width:32.5%;
	height:250px;
	margin:0 1.25% 10px 0;
	background:#fff;
        border:1px #efefef solid;
	padding:0;
	position:relative;
        z-index: 0;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.product_list_view_wrapper:nth-of-type(3n+3){
        float:left;
        margin:0 0 10px 0;
}

.product_list_view_wrapper:hover{
    box-shadow:0px 0px 4px #efefef;
    -moz-box-shadow:0px 0px 4px #efefef;
    -webkit-box-shadow:0px 0px 4px #efefef;
    border:1px #ddd solid;
}

.product_list_view_wrapper .availability{
	position:absolute;
	top:100px;
	width:210px;
	height:105px;
	left:-10px;
	display:none;
}

.product_list_view_wrapper .availability.out_of_stock_1{
	display:block;
}

.product_list_view_wrapper .name{
	float:left;
	clear:both;
	background:none;
}

.product_list_view_wrapper .top_wrapper{
	float:left;
	width:100%;
        background:rgb(255,255,255);
		background:rgba(255,255,255,0.95);
        overflow: hidden;
        padding: 15px;
        position: absolute;
        right: 0;
        top: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position:relative;
        z-index:9;
}

.product_list_view_wrapper .description{
	float:left;
	clear:both;
	background:none;	
}

.product_list_view_wrapper .description p{
	font-size:14px;	
        margin:0;
}


.product_list_view_wrapper .list_view_img{
	float:left;
	clear:both;
	background:none;	
	height:160px;
	width:100%;
	overflow: hidden;
}

.product_list_view_wrapper .name p{
	font-size:16px;
	font-weight:bold;	
	margin:0;
	padding:0;
	line-height:14px;
        color:#000;
}
.product_list_view_wrapper:hover .name p{
        color:#000;
}
.product_list_view_wrapper .product_list_view_detail_wrapper{
	position:absolute;
        float: left;
        left:20px;
	bottom: 18px;
	right: 20px;
}
.product_list_view_wrapper .product_list_view_price_wrapper{
        float: right;
        margin-top:5px;
        font-size:14px;
}

.product_list_view_wrapper .product_list_view_price{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-left:2px;
}


.product_list_view_wrapper .price{
	float:left;
	padding: 0;
	margin: 0;
	font-size: 150%;
	font-weight: bold;
}

.product_list_view_wrapper .quick_add{
	float:left;
        position:relative;
        z-index:11;
}

.product_list_view_wrapper .listview_floating_submit{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:10;
}
.product_list_view_wrapper  .listview_floating_mask{
    display:none;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:8;
    background:#fff;
    opacity:0.3;
    -moz-opacity:0.3;
    -webkit-opacity:0.3;
}

.product_list_view_wrapper .listview_floating_submit:hover{
    cursor:pointer;
}

.product_list_view_wrapper .customisebutton{
    position: absolute;
    bottom: -8px;
    right: -5px;    
}

.product_list_view_wrapper .addtocartbutton{
    position: absolute;
    bottom: 12px;
    right: 0; 
}

.product_list_view_wrapper .addtocartbutton.grocery{
    position: absolute;
    bottom: 0px;
    right: 0; 
}

.addToCartForm:hover{
    curosr:pointer;
}
*/

/* Product Detail View Template */

/*.product_detail_view_wrapper{
	float:left;
	width: 100%;
	padding: 0;
}

.product_detail_view_wrapper .top_wrapper{
	float:left;
	width: 100%;
	padding: 0;
        margin:0 0 20px 0;
}
.product_detail_view_wrapper .top_wrapper h1{
    float:left;
    margin:0;
}
.product_detail_view_wrapper .top_wrapper .desc{
    color:#000;
    font-size:25px;
    font-style:italic;
    font-family: 'berthold_akzidenz_grotesk_bRg',sans-serif;
}
.product_detail_view_wrapper .list_view_img{
    margin:0 20px 20px 0;
    float:left;
    width:400px;
}*/

.article_view_img {
    float: left !important;
    margin: 0 10px 10px 0 !important;
    box-shadow: 2px 2px 3px #ccc;
}

a.enq_button {
    -moz-box-shadow: 0px 11px 14px -12px #276873;
    -webkit-box-shadow: 0px 11px 14px -12px #276873;
    box-shadow: 0px 11px 14px -12px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99', GradientType=0);
    background-color: #599bb3;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 36px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}

a.enq_button:hover {
    -moz-box-shadow: 0px 11px 14px -12px #276873;
    -webkit-box-shadow: 0px 11px 14px -12px #276873;
    box-shadow: 0px 11px 14px -12px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99', GradientType=0);
    background-color: #599bb3;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 36px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
    background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3', GradientType=0);
    background-color: #408c99;
}

a.enq_button:active {
    -moz-box-shadow: 0px 11px 14px -12px #276873;
    -webkit-box-shadow: 0px 11px 14px -12px #276873;
    box-shadow: 0px 11px 14px -12px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99', GradientType=0);
    background-color: #599bb3;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 36px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    #product_description {
        width: 60%;
    }

    #product_image {
        width: 40%;
    }
}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
    #product_wrapper #product_id {
        float: right;
        color: #333;
        font-weight: normal;
        text-align: center;
        width: 100%;
        clear: both;
    }

    #product_wrapper .images {
        float: left;
        width: 100%;
        padding-right: 0;
        margin: 10px 0;
    }

    #product_description {
        float: left;
        width: 100%;
        margin: 10px 0;
        float: left;
        display: block;
    }

    #product_image {
        float: left;
        width: 100%;
        padding: 20px 20px 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #product_icons {
        width: 100%;
    }

    #product_options select {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        min-height: 40px;
    }
}