﻿/* ######################## */
/*         PRODUCT GRID     */
/* ######################## */

/* Header area */
#ProductListing {
    text-align: center;
    font-size: .9em;
    color: #444;
    padding: 12px 0 5px;
}

    #ProductListing h2 {
        margin-bottom: 0;
        padding-top: 10px
    }

    #ProductListing b, #ProductListing p {
        text-align: left;
        margin-bottom: 0
    }

.PG_main_heading h1 {
    margin-bottom: 25px;
    font-weight: 700;
    float: left
}

.PG_main_heading_offers h1 {
    margin-bottom: 25px;
    font-weight: 700
}

.PG_Filters {
    float: right
}

.PG_ToggleImages {
    float: right;
    margin-left: 15px
}

.PG_Paging {
    padding-top: 4px;
    float: right;
    margin-left: 15px
}

.SearchLabel {
    font-size: 1.3em
}

.SearchLabelSmall {
    font-size: .9em
}

.filter_box {
    float: left;
    clear: left;
}

@media only screen and (min-width: 601px) {
    .filter_box {
        display: none;
    }
}

/* Item grid */
/* Mobile Styles */
@media only screen and (max-width: 800px) {
    .PG_Item {
        width: 47%;
        height: 470px;
        float: left;
        padding: 5px 1% 3px 1%;
        line-height: 1.2em;
    }

    .PG_Item_R {
        width: 45%;
        float: left;
        padding: 5px 2% 3px 0px;
        line-height: 1.2em;
    }

    a.PG_Title {
        width: 90%;
        height: 80px;
    }
}
/* Tablet Styles */
@media only screen and (min-width: 801px) and (max-width: 960px) {

    .PG_Item {
        width: 31%;
        height: 440px;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    .PG_Item_R {
        width: 31%;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    a.PG_Title {
        width: 95%;
        height: 60px;
    }
}
/* Desktop Styles */
@media only screen and (min-width: 961px) {

    .PG_Item {
        width: 23%;
        height: 440px;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    .PG_Item_R {
        width: 23%;
        float: left;
        padding: 5px 3px 3px;
        line-height: 1.2em
    }

    a.PG_Title {
        width: 95%;
        height: 50px;
    }
}

.PG_Image_Outer {
    position: relative;
}

.PG_Bestseller {
    position: absolute;
    top: 0;
    left: 15px;
}

.PG_EdinburghOnly {
    position: absolute;
    top: 0;
    right: 20px;
}

.PG_Image_Wrapper {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    display: table
}

.PG_Image_Wrapper_Inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.PG_Image {
    display: inline-block;
    max-height: 150px;
    max-width: 212px;
}

@media only screen and (max-width: 800px) {
    .PG_Image {
        display: inline-block;
        max-height: 150px;
        max-width: 170px;
    }
}

a.PG_Title {
    color: #444;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
    display: block;
}

    a.PG_Title:hover {
        text-decoration: underline
    }

.PG_BrandSize {
    display: block;
    font-size: 1.2em;
    height: 28px
}

.PG_Attributes {
    text-align: center;
    height: 28px
}

.PG_Price_Wrapper {
    position: relative;
    height: 80px
}

.PG_Promotions {
    position: absolute;
    left: 25px;
    top: 3px
}

.PG_Price {
    height: 45px;
    line-height: 1.3em;
    font-size: 1.4em
}

    .PG_Price span {
        font-size: 1.1em;
        font-weight: 700
    }

span.PG_singleprice {
    padding-top: 7px;
    display: inline-block
}

span.PG_strikethrough {
    text-decoration: none;
    background-image: linear-gradient(transparent 10px,#999 10px,#999 12px,transparent 12px)
}

.PG_Quantity {
    margin: 0 auto
}

.PG_Quantity_Box {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: #555
}

.PG_PackdownPrice {
    width: 180px;
    height: 32px;
    font-weight: 700;
    font-size: 1.2em;
    color: #555;
    margin-bottom: 13px
}

.PG_PackdownPrice_Promo {
    width: 220px;
    height: 32px;
    font-weight: 700;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 13px
}



@media only screen and (max-width: 800px) {
    .PG_Price_Wrapper {
        height: 100px
    }

    .PG_Price {
        height: 60px;
    }

    .PG_PackdownPrice {
        width: 100%;
        margin: 10px 0 20px 0;
    }

    .PG_PackdownPrice_Promo {
        width: 100%;
        margin: 10px 0 20px 0;
        font-size: 0.75em;
    }
}

.PG_InBasket {
    margin: 4px 0 8px;
    font-size: 1.2em;
    color: #e16000;
    font-weight: 700;
    display: block
}

@media only screen and (max-width: 600px) {
    .PG_InBasket {
        margin: 4px 0 8px;
        font-size: 1em;
        color: #e16000;
        font-weight: 700;
        display: block
    }
}

a.PG_Bulk {
    display: inline-block;
    padding-top: 10px;
    font-size: 1.2em;
    color: #333;
    font-weight: 400
}

.PG_Paging_Button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    color: #ff760e;
    font-weight: 700;
    margin: 6px 6px;
    font-size: 16px
}

.PG_Paging_Button_Selected {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    margin: 6px 6px;
    font-size: 16px
}

.linkproducts_header1 {
    float: right;
    padding-right: 20px;
    width: 270px;
}

.linkproducts_header2 {
    float: left;
    width: 270px;
}

.linkproducts_button {
    background-color: #64A70B;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 1.6em;
    padding: 15px 20px;
    clear: both;
    margin-bottom: 25px;
}

.linkproducts_button_disabled {
    background-color: #eee;
    color: #aaa;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 1.6em;
    padding: 15px 20px;
    clear: both;
    margin-bottom: 25px;
}

    .linkproducts_button_disabled:hover {
        text-decoration: none;
    }

.PG_Item_Admin {
    width: 23%;
    height: 400px;
    float: left;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.PG_Item_Admin_Selected {
    border: 2px solid #ff760e;
    width: 23%;
    height: 396px;
    float: left;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.PG_Price_Wrapper_Admin {
    position: relative;
    height: 38px
}

.PG_Item_Select_Wrapper {
    text-align: center;
}

input.PG_Item_Select {
    background-color: #64A70B;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 120px;
    font-size: 1.4em;
    padding: 15px 20px;
    border: none;
}

input.PG_Item_Select_Selected {
    background-color: #ff760e;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 120px;
    font-size: 1.4em;
    padding: 15px 20px;
    border: none;
}


.PG_Item_Placement {
    width: 100%;
    height: 400px;
    float: left;
    line-height: 1.2em;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    padding-top: 20px;
}

h2.productplacement {
    font-size: 1.3em;
    text-align: left;
    margin: 0 0 8px 0;
    padding: 20px 0 8px 8px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #90c26a;
}

.PG_SubDep_Desc_Intro {
    font-size: 1.4em;
    display: block;
    margin: 20px 30% 30px 0;
}

.PG_SubDep_Desc {
    display: none;
}

.PG_SubDep_Desc_Button {
    font-size: 1.3em;
    text-decoration: underline;
    color: #333;
    clear: both;
}
