/*
Plugin Name:    Fresh Amazon Bundles Plugin
Plugin URI:		http://freshbundlemaster.com
Description:    Fresh Amazon Bundles Plugin for WordPress
Author:         Fresh Development
Author URI:		http://www.freshdevelopment.org
Template Style:	Frontend Styles for Bundles
*/
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* ------ LOAD & DEFINE FONT ICONS ------------------------------ */
/* -------------------------------------------------------------- */

@font-face {
    font-family: 'fdevbundlefonts';
    src:url('fonts/fdevbundlefonts.eot');
    src:url('fonts/fdevbundlefonts.eot?#iefix') format('embedded-opentype'),
    url('fonts/fdevbundlefonts.woff') format('woff'),
    url('fonts/fdevbundlefonts.ttf') format('truetype'),
    url('fonts/fdevbundlefonts.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fdevfeaturedlisticon-"], [class*=" fdevfeaturedlisticon-"],
[class^="fdevbundleicongrid-"], [class*=" fdevbundleicongrid-"] {
    font-family: 'fdevbundlefonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1;*/
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fdevfeaturedlisticon-plus:before {
    font-family:'fdevbundlefonts';
    content: "\e600";
    font-size:1.8em;
    color:grey;
}

.fdevbundleicongrid-plus:after {
    content: "\e600";
    color:grey;
}

/* -------------------------------------------------------------- */
/* ------ BUNDLE VARIATIONS SCREEN STYLES ----------------------- */
/* -------------------------------------------------------------- */

.fdev-variations-mask {
    /* The mask is the semi-transparent layer which hides the rest of the page confirming the variation options */
    position:absolute;
    z-index:10000;
    background-color:#fff;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fdev-hidden, .fdev-original-asin-hidden {
    display:none !important;
}

.fdev-close-mask {
    float:right;
    clear:none;
    display: inline-block;
    width:50px;
}

.fdev-variations-container{
    background-color: #fff;
    width:auto;
    margin:0 auto;
    max-width:800px;
    padding:20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 95px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 95px 0px rgba(0,0,0,1);
    position:relative;
    /*position:absolute;*/
    z-index:9999;
    /*display:none;*/
    top:0;
    /*left:0;*/
    margin: 0 auto;
}

#fdev-variations-container-header {
    display:block;
    overflow:auto;
}

.fdev-variations-container h2{
    margin:0;
    padding: 0;
    margin-top: 0 !important;
    /*width:70%;*/
    float:left;
    display: inline-block;
    font-size:1.5em;
}

.fdev-variations-table {
    display:table;
    width:100%;
    min-height:100px;
    display:table;
    border-collapse:collapse;
}

.fdev-product-variation-dropdown {
    display: table-row;
    border-bottom:1px solid #eee;
}

.fdev-product-variation-row-left {
    display:table-cell;
    padding:10px 10px 10px 0;
    width:52%;
    line-height:1.5em;
    vertical-align:top;
}

.fdev-product-variation-row-middle {
    display:table-cell;
    vertical-align:top;
    width:20%;
    padding-top:13px;
    text-align:right;
    padding-right:5px;
    /*font-size:10px;*/
}

.fdev-product-variation-row-right {
    display:table-cell;
    vertical-align:top;
    padding-top:10px;
    width:20%;
}

.fdev-product-variation-subtotal {
    display:table-cell;
    vertical-align:top;
    float:right;
}

.fdev-product-variation-buy-button {
    display:table-cell;
    vertical-align:top;
    float:left;
}

.fdev-q-control{
    width: 16px;
    height: 16px;
    background-color: purple;
}

#fdev-variations-footer-container {
    margin-top:2em;
    height: 2em;
}

.fdev-confirm-selections-button {
    float:right;
}

/* -------------------------------------------------------------- */
/* ------ BUNDLE VARIATIONS SCREEN MEDIA QUERIES ---------------- */
/* -------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {
    .fdev-variations-container {
        max-width:90%;
    }
    .fdev-product-variation-row-left {
        width:48%;
    }
}

@media (min-width:480px) and (max-width: 767px) {
    .fdev-variations-container {
        max-width:85%;
    }
    .fdev-variations-table {
        display:block;
    }
    .fdev-product-variation-dropdown {
        display:block;
    }
    .fdev-product-variation-row-left {
        display:block;
        width:100%;
    }
    .fdev-product-variation-row-middle {
        display:block;
        font-size:1em;
        padding-top:0;
        text-align:left;
        width:100%;
    }
    .fdev-product-variation-row-right {
        display:block;
        width:100%;
        padding-bottom:10px;
    }
}

@media (min-width:320px) and (max-width: 479px) {
    .fdev-variations-container {
        max-width:80%;
    }
    .fdev-variations-table {
        display:block;
    }
    .fdev-product-variation-dropdown {
        display:block;
    }
    .fdev-product-variation-row-left {
        display:block;
        width:100%;
    }
    .fdev-product-variation-row-middle {
        display:block;
        font-size:1em;
        padding-top:0;
        text-align:left;
        width:100%;
    }
    .fdev-product-variation-row-right {
        display:block;
        width:100%;
        padding-bottom:10px;
    }
    .fdev-confirm-selections-button {
        display:block !important;
        float:none;
        margin-bottom: 1em !important;
        width:100%;
    }
    .fdev-association-amazon {
        display:block !important;
        float:none;
    }
}

@media (min-width:240px) and (max-width: 319px) {
    .fdev-variations-container {
        max-width:75%;
    }
    .fdev-variations-table {
        display:block;
    }
    .fdev-product-variation-dropdown {
        display:block;
    }
    .fdev-product-variation-row-left {
        display:block;
        width:100%;
    }
    .fdev-product-variation-row-middle {
        display:block;
        font-size:1em;
        padding-top:0;
        text-align:left;
        width:100%;
    }
    .fdev-product-variation-row-right {
        display:block;
        width:100%;
        padding-bottom:10px;
    }
    .fdev-confirm-selections-button {
        display:block !important;
        float:none;
        margin-bottom: 1em !important;
        width:100%;
    }
    .fdev-association-amazon {
        display:block !important;
        float:none;
    }
}

.icon {
    position: relative;
    display: inline-block;
    width:16px;
    height:16px;
    cursor: pointer;
}

.icon-plus {
    background-color: #000;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    width: 16px;
    height: 16px;
    position: relative;
    top:0;
    left:0;
    margin-left: 20px;
}
.icon-plus:after {
    background-color: #fff;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    position: absolute;
    top:7px;
    left: 4px;
    content:"";
}
.icon-plus:before {
    background-color: #fff;
    width: 2px;
    height: 8px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    position: absolute;
    top:4px;
    left: 7px;
    content:"";
}

.icon-minus {
    background-color: #000;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    width: 16px;
    height: 16px;
    position: relative;
    top:0;
    left:0;
    margin-right: 20px;

}
.icon-minus:after {
    background-color: #fff;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    position: absolute;
    top:7px;
    left: 3.5px;
    z-index:4;
    content:"";
}

.fdev-q{
    position: relative;
    display: inline-block;
}

/* -------------------------------------------------------------- */
/* ------ SINGLE PRODUCT EMBED STYLES ------------------------- */
/* -------------------------------------------------------------- */

.fdev-single-product {
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    box-shadow: 0 0 1px #ddd inset;
    margin: 10px auto;
    max-width: 250px;
    padding: 10px;
    text-align:center;
}

.fdev-total-bundle-price-rrp-single {
    color: #990000;
    text-decoration: line-through;
    font-size:1.2em;
}

.fdev-total-bundle-price-single {
    color: #000000;
    font-size: 1.5em;
}

.fdev-total-bundle-price-saving-single {
    color: #007a00;
    font-size:1.2em;
    text-align: center;
}

a.fdev-buy-now-button {
    text-decoration:none;
}

.fdev-single-product-button-wrapper {
    margin:5px 0;
}

.fdev-azon-lastupdated-message-single {
    color: #7a7a7a;
    font-size:0.9em;
    font-style: italic;
    text-align: center;
}

.fdev-single-product.left {
    float:left;
    margin-right:10px;
}

.fdev-single-product.right {
    float:right;
    margin-left:10px;
}



.fdev-tooltip {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:10px;
    color:#fff;
    z-index:999;
}

.fdev-last-update-more-info {
    text-decoration:underline;
    text-transform: lowercase;
}

/* -------------------------------------------------------------- */
/* ------ SINGLE PRODUCT MEDIA QUERIES -------------------------- */
/* -------------------------------------------------------------- */

@media (max-width: 500px) {
    .fdev-single-product.left, .fdev-single-product.right {
        float:none;
        margin:10px auto;
    }
}

/* -------------------------------------------------------------- */
/* ---------------- MONEY WORDS STYLING ------------------------- */
/* -------------------------------------------------------------- */

.fdev-tooltip_body {
    display: none;
    position: absolute;
    padding: .5em;
    margin-top: 1.5em;
    z-index: 10;
    width:auto;
    height:auto;
    max-width:390px;
    background: white;
    /*transition: all 1s ease-in-out;*/
    border: 1px solid #ddd;
    border-radius:4px;
    -webkit-box-shadow: 3px 3px 8px #CCC;
    -moz-box-shadow: 3px 3px 8px #CCC;
    box-shadow: 3px 3px 8px #CCC;
}

.fdev-tooltip_body:after, .fdev-tooltip_body:before {
    bottom: 100%;
    /*left: 50%;*/
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/*.fdev-tooltip_body:after {*/
    /*border-color: rgba(255, 255, 255, 0);*/
    /*border-bottom-color: #ddd;*/
    /*border-width: 10px;*/
    /*margin-left: -10px;*/
/*}*/
.fdev-tooltip_body:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ddd;
    border-width: 16px;
    margin-left: -16px;
}

.fdev-mword-inner-wrapper {
    display:table;
}

.fdev-mword-left-col {
    display:table-cell;
    min-width:110px;
    text-align:center;
}

.fdev-mword-right-col {
    display:table-cell;
    padding:0 10px;
    vertical-align:top;
}

.fdev-mword-title {
    font-size:1.3em;
    display:block;
}

.fdev-mword-items {
    display:block;
}

.fdev-mword-was, .fdev-mword-current {
    text-align:left !important;
    font-size:1.1em !important;
    line-height:1.1em !important;
    display:block;
    padding:3px 0;
}

.fdev-mword-was {
    color: #990000;
    text-decoration: line-through;
    font-size:1.2em;
}

.fdev-mword-current {
    margin-bottom:5px;
    color: #000000;
    font-size: 1.5em;
}

.fdev-mword-current em {
    color: #007a00;
    font-size:0.9em;
}

.fdev-azon-lastupdated-message-mword {
    color: #7a7a7a;
    font-size:0.9em;
    font-style: italic;
    text-align: center;
}

.fdev-review, .fdevmw, .fdev-button-generic{
    cursor: pointer;
}

/* -------------------------------------------------------------- */
/* ----------------------- Reviews Window ----------------------- */
/* -------------------------------------------------------------- */

.fdev-reviewclose{
    float:right;
    cursor: pointer;
    padding: 5px 0 5px 20px;
}

/* -------------------------------------------------------------- */
/* ------ CAROUSEL VIEW TEMPLATE STYLES ------------------------- */
/* -------------------------------------------------------------- */

.fdev-fe-bundle-container-carousel {
    margin-bottom:1.5em;
}

.fdev-call-to-action-wrapper-carousel {
    margin-top:10px;
}

.fdev-total-bundle-price-rrp-carousel {
    font-size:1.5em;
    color: #990000;
    display:block;
    text-align:center;
    line-height:1.5em;
    text-decoration:line-through;
}

.fdev-call-to-action-carousel {
    display:block;
    text-align:center;
    line-height:1.5em;
}

.fdev-call-to-action-text-carousel {
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-carousel {
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-saving-carousel {
    font-size:1.2em;
    color:#007a00;
    display:block;
    text-align:center;
}

.fdev-buy-now-button-wrapper-carousel {
    text-align:center;
    margin: 0.5em 0 1em 0;
}

.fdev-azon-lastupdated-message-carousel {
    display:block;
    font-size: 0.9em;
    font-style: italic;
    color:#7a7a7a;
    text-align:center;
}

.fdev-disclaimer-wrapper-carousel #fdev-disclaimer {
    line-height: 1.4em;
    padding: 5px 10px;
}

.fdev-buy-now-button {
    cursor: pointer;
    font-size: 16px;
    padding: 5px 8px;
    /*background: none repeat scroll 0 0 #F7F7F7;*/
    /*border: 1px solid #CCCCCC;*/
    border-radius:4px;
}

/* -------------------------------------------------------------- */
/* ------ CAROUSEL VIEW THUMBNAILS STYLES ----------------------- */
/* -------------------------------------------------------------- */

.fdev-carousel-product-box{
    height:100%;
    width:100%;
    position:relative;
}

.fdev-overlay-carousel{
    background:rgba(28,28,28,.75);
    text-align:center;
    position: absolute;
    bottom:0;
    width:100%;
    height:40px;
    line-height:40px;
}

.fdev-carousel-product-title {
    color:#fff;
    vertical-align:middle;
    font-size:14px;
    padding:0 5px;
}

.fdev-fe-product-image-box-carousel{
    height:100%;
    text-align: center;
}

.fdev-fe-product-single-image-carousel{
    border:none !important;
    box-shadow:none !important;
    max-height:100%;
    max-width:100%;
    vertical-align:middle;
}

/* -------------------------------------------------------------- */
/* ------ CAROUSEL VIEW MEDIA QUERIES --------------------------- */
/* -------------------------------------------------------------- */

@media (max-width: 479px) {
    .fdev-overlay-carousel {
        height:30px;
        line-height:30px;
    }
    .fdev-carousel-product-title {
        font-size:11px;
    }
}

@media (max-width: 319px) {
    .fdev-azon-lastupdated-message-carousel {
        font-size:0.7em;
    }
}


/* -------------------------------------------------------------- */
/* ------ FEATURE IMG LIST VIEW FONT STYLES & GENERAL ----------- */
/* -------------------------------------------------------------- */

.fdev-featuredlist-center {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.fdev-featuredlist-row {
    display:table-row;
}

.fdev-bundle-title-featuredlist {
    display:table-cell;
}

.fdev-product-row-left-featuredlist, .fdev-product-row-right-featuredlist, .fdev-product-row-middle-featuredlist {
    display:table-cell;
    vertical-align:middle;
}

.fdev-product-row-left-featuredlist {
    width:10%;
}

.fdev-product-row-middle-featuredlist {
    padding:0 5px 0 0 ;
}

.fdev-product-row-right-featuredlist {
    width:15%;
    padding:5px 0;
}

.fdev-call-to-action-wrapper-featuredlist {
    display:table;
    width:100%;
}

.fdev-call-to-action-column-featuredlist {
    display:table-cell;
}

.fdev-buy-now-button-wrapper-featuredlist {
    display:table-cell;
    text-align:right;
    vertical-align:middle;
}

.fdev-featuredlist-ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}

.fdev-featuredlist-ribbon {
    font: bold 14px Sans-Serif;
    color: #fff;
    text-align: center;
    float:right;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 7px 0;
    right: -5px;
    top: 15px;
    width: 120px;
    background-color: #469bc9;

    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 1px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 1px rgba(0,0,0,0.3);
    text-transform:uppercase;
}

.fdev-featuredlist-ribbon:before, .fdev-tiles-ribbon:after {
    content: "";
    border-top:   3px solid #BFDC7A;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.fdev-featuredlist-ribbon:before {
    left: 0;
}

.fdev-featuredlist-ribbon:after {
    right: 0;
}

/* -------------------------------------------------------------- */
/* ------ FEATURE IMG LIST VIEW ITEM STYLES --------------------- */
/* -------------------------------------------------------------- */

.fdev-fe-bundle-container-featuredlist {
    max-width:600px;
    margin:0 auto 1.5em;
    border-radius:5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    overflow:hidden;
    position:relative;
    background:#fff;
    padding:10px 10px 10px 15px;
    box-sizing:border-box !important;
    -moz-box-sizing:border-box !important;
    -webkit-box-sizing: border-box !important;
}

.fdev-featuredlist-featured-product-box {
    float:left;
    width:35%;
    margin-right:2%;
}

.fdev-featuredlist-products-column {
    display:table;
    vertical-align:top;
    width:62%;
}

.fdev-fe-featured-product-image-box-featuredlist {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background-color:#ffffff;
    border: 1px solid #DDDDDD;
    border-radius:5px;
    height: 175px;
    padding: 10px;
    text-align: center;
    width: 175px;
    margin-bottom:1em;
}

.fdev-fe-product-image-box-featuredlist {
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align:center;
}

.fdev-fe-product-single-image-featuredlist {
    border:none !important;
    box-shadow:none !important;
    max-height:100%;
    max-width:100%;
    vertical-align:middle;
}

.fdev-fe-product-single-featured-image-featuredlist {
    max-height:100%;
    max-width:95% !important;
    boder:none !important;
    box-shadow:none !important;
    padding:0 !important;
    border:none !important;
}

.fdev-bundle-title-featuredlist h2 {
    margin:0 !important;
    line-height:1em !important;
}

.fdev-featuredlist-featuredproduct-title {
    display:block;
    font-size:1.3em;
    line-height:1em;
}

.fdev-featuredlist-featuredproduct-price {
    display:block;
    font-style:italic;
    color:#990000;
    font-size:1.2em;
}

.fdev-fe-product-single-price-featuredlist {
    font-style:italic;
    color:#990000;
}

.fdev-total-bundle-price-rrp-featuredlist {
    display:block;
    font-size:1.5em;
    color: #990000;
    text-align:left;
    line-height:1.5em;
    text-decoration:line-through;
}

.fdev-call-to-action-text-featuredlist {
    display:inline;
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-featuredlist {
    display:inline;
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-saving-featuredlist {
    display:block;
    font-size:1.2em;
    color:#007a00;
    text-align:left;
    line-height:1.5em;
}

.fdev-azon-lastupdated-message-featuredlist {
    display:block;
    font-size: 0.9em;
    font-style: italic;
    color:#7a7a7a;
    text-align:center;
    line-height:1.5em;
}

.fdev-disclaimer-wrapper-featuredlist #fdev-disclaimer {
    margin-top:1em;
}

/* -------------------------------------------------------------- */
/* ------ FEATURE IMG LIST VIEW MEDIA QUERIES ------------------- */
/* -------------------------------------------------------------- */

@media (max-width: 800px) {
    .fdev-featuredlist-featured-product-box {
        width: 38%;
    }
    .fdev-featuredlist-products-column {
        width:58%;
    }
    .fdev-fe-featured-product-image-box-featuredlist {
        height:150px;
        width:150px;
    }
}

@media (max-width:645px) {
    .fdev-fe-featured-product-image-box-featuredlist {
        height:175px;
        width:175px;
    }
    .fdev-featuredlist-featured-product-box {
        width:44%;
    }
    .fdev-featuredlist-products-column {
        width:54%;
    }
    .fdevfeaturedlisticon-plus:before {
        font-size:1.2em;
    }
    .fdev-fe-product-image-box-featuredlist {
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
    .fdev-call-to-action-column-featuredlist {
        width:50%;
    }
}

@media (max-width:475px) {
    .fdev-featuredlist-featured-product-box {
        width:100%;
    }
    .fdev-fe-featured-product-image-box-featuredlist {
        margin:0 auto;
    }
    .fdev-featuredlist-featuredproduct-title {
        text-align:center;
        padding:10px 0;
    }
    .fdev-bundle-title-featuredlist {
        display:block;
        text-align:center;
    }
    .fdev-featuredlist-products-column {
        width:100%;
    }
    .fdev-call-to-action-column-featuredlist {
        display:block;
        width:100%;
        text-align:center;
    }
    .fdev-buy-now-button-wrapper-featuredlist {
        display:block;
        text-align:center;
    }
    .fdev-total-bundle-price-rrp-featuredlist, .fdev-total-bundle-price-saving-featuredlist {
        text-align:center;
    }
    .fdev-buy-now-button {
        width:100%;
        margin-top:5px;
        margin-bottom:5px;
    }
}

@media (max-width:315px) {
    .fdev-fe-product-image-box-featuredlist {
        height:40px;
        line-height:40px;
        width:40px;
    }
    .fdevfeaturedlisticon-plus:before {
        font-size:1em;
    }
    .fdev-fe-product-single-title-featuredlist {
        font-size:1em;
    }
    .fdev-bundle-title-featuredlist h2 {
        margin-bottom:.5em !important;
    }
}

/* -------------------------------------------------------------- */
/* ------ GRID VIEW FONT STYLES & GENERAL ----------------------- */
/* -------------------------------------------------------------- */

.circle-grid {
    float:left;
    text-align:center;
    display:inline-block;
    *zoom: 1;
    *display: inline;
}

.fdev-clearfix {
    content: "";
    display: table;
    clear: both;
}

/*.fdev-buy-now-button {*/
    /*cursor: pointer;*/
    /*font-size: 16px;*/
    /*padding: 5px 8px;*/
    /*background: none repeat scroll 0 0 #F7F7F7;*/
    /*border: 1px solid #CCCCCC;*/
    /*border-radius:4px;*/
/*}*/

.fdev-fe-product-details-box-grid .fdev-review {
    display:block;
    text-align:center;
    /*text-decoration: underline;*/
}


/* -------------------------------------------------------------- */
/* ------ GRID VIEW COLUMN STRUCTURE ---------------------------- */
/* -------------------------------------------------------------- */

.fdev-fe-bundle-container-grid {
    overflow:hidden;
    background-color:#ffffff;
    margin:0 auto 30px auto;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:10px 20px;
}

.fdev-grid-product-box.fdev-one-half {
    width:40%;
    float:left;
    margin-bottom:0.5em;
}

.fdev-grid-product-box.fdev-one-third {
    width:26%;
    float:left;
    margin-bottom:0.5em;
}

.fdev-grid-product-box.fdev-one-fourth {
    width:18%;
    float:left;
    margin-bottom:0.5em;
}

.fdevbundleicongrid-plus.fdev-one-half {
    width:10%;
}

.fdevbundleicongrid-plus.fdev-one-third {
    width:10%;
}

.fdevbundleicongrid-plus.fdev-one-fourth {
    width:8%;
}

/* -------------------------------------------------------------- */
/* ------ GRID VIEW ITEM STYLES --------------------------------- */
/* -------------------------------------------------------------- */

.fdev-fe-bundle-container-grid .fdev-bundle-title-grid h2 {
    color:#3c3c3c;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}

.fdev-fe-product-image-box-grid {
    height:160px;
    line-height:160px;
    border:none;
    text-align:center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fdev-grid-product-box img {
    padding:0px !important;
    vertical-align:middle;
    box-shadow:none !important;
}

.fdev-fe-product-image-box-grid img {
    border:none;
}

.fdev-fe-product-details-box-grid {
    padding-top:5px;
}

.fdev-fe-product-single-title-grid {
    display:block;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #3c3c3c;
    text-align: center;
}

.fdev-total-bundle-price-rrp-grid {
    font-size:1.5em;
    color: #990000;
    display:block;
    text-align:center;
    line-height:1.5em;
    text-decoration:line-through;
}

.fdev-call-to-action-grid {
    display:block;
    text-align:center;
    line-height:1.5em;
}

.fdev-call-to-action-text-grid {
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-grid {
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-saving-grid {
    font-size:1.2em;
    color:#007a00;
    display:block;
    text-align:center;
}

.fdev-buy-now-button-wrapper-grid {
    text-align:center;
    margin: 0.5em 0 1em 0;
}

.fdev-azon-lastupdated-message-grid {
    display:block;
    font-size: 0.9em;
    font-style: italic;
    color:#7a7a7a;
    text-align:center;
}

#fdev-disclaimer {
    color: #5c5c5c;
}

/* -------------------------------------------------------------- */
/* ------ GRID VIEW CIRCLE ICON STYLES -------------------------- */
/* -------------------------------------------------------------- */

.fdev-one-fourth.fdevbundleicongrid-plus:after {
    font-size:3em;
}

.fdev-one-fourth.circle-grid {
    line-height:4;
}

.fdev-one-third.fdevbundleicongrid-plus:after,
.fdev-one-half.fdevbundleicongrid-plus:after {
    font-size:4em;
}

.fdev-one-third.circle-grid, .fdev-one-half.circle-grid {
    line-height:3;
}

/* -------------------------------------------------------------- */
/* ------ GRID VIEW MEDIA QUERIES ------------------------------- */
/* -------------------------------------------------------------- */

@media (max-width: 800px) {
    .fdev-one-fourth.fdevbundleicongrid-plus:after {
        font-size:2.5em;
    }
    .fdev-one-fourth.circle-grid {
        line-height:4.2;
    }
    .fdev-one-third.fdevbundleicongrid-plus:after {
        font-size:3em;
    }
    .fdev-one-third.circle-grid {
        line-height:4;
    }
    .fdev-one-half.fdevbundleicongrid-plus:after {
        font-size:3.5em;
    }
    .fdev-one-half.circle-grid {
        line-height:3.5;
    }
    .fdev-one-fourth .fdev-fe-product-image-box-grid {
        height:140px;
        line-height:140px;
        overflow:hidden;
    }
}

@media (max-width: 640px) {
    .fdev-one-fourth.fdevbundleicongrid-plus:after {
        font-size:2em;
    }
    .fdev-one-fourth.circle-grid {
        line-height:4;
    }
    .fdev-one-third.fdevbundleicongrid-plus:after {
        font-size:2.5em;
    }
    .fdev-one-third.circle-grid {
        line-height:4.5;
    }
    .fdev-one-fourth .fdev-fe-product-image-box-grid {
        height:100px;
        line-height:100px;
        overflow:hidden;
    }
}

@media (max-width: 479px) {
    .fdev-grid-product-box.fdev-one-fourth, .fdev-grid-product-box.fdev-one-third,
    .fdev-grid-product-box.fdev-one-half {
        width:100%;
        float:none;
        margin-bottom:0.5em;
    }
    .fdevbundleicongrid-plus.fdev-one-fourth, .fdevbundleicongrid-plus.fdev-one-third,
    .fdevbundleicongrid-plus.fdev-one-half {
        width:100%;
        display:block;
    }
    .fdev-one-fourth.fdevbundleicongrid-plus:after, .fdev-one-third.fdevbundleicongrid-plus:after,
    .fdev-one-half.fdevbundleicongrid-plus:after {
        font-size:4em;
    }
    .fdev-one-fourth.circle-grid, .fdev-one-third.circle-grid, .fdev-one-half.circle-grid {
        line-height:1.4;
        float:none;
    }
    .fdev-one-fourth .fdev-fe-product-image-box-grid {
        height:160px;
        line-height:160px;
    }
    .fdev-last {
        display:none !important;
    }
    .fdev-fe-bundle-container-grid .fdev-buy-now-button {
        display: block !important;
        float: none;
        font-size: 1.2em;
        width: 100%;
    }
}

@media (max-width: 319px) {
    .fdev-azon-lastupdated-message {
        font-size:0.7em;
    }
}

/* -------------------------------------------------------------- */
/* ------ LIST VIEW STYLES -------------------------------------- */
/* -------------------------------------------------------------- */


.fdev-fe-bundle-container-list{
    margin-bottom:1.5em;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fdev-fe-bundle-container-list .fdev-bundle-title-list h2 {
    color:#3c3c3c;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}

.fdev-product-outer-list {
    display:table;
    width:100%;
    min-height:100px;
    display:table;
    border-collapse:collapse;
}

.fdev-product-row-list {
    display: table-row;
    border-bottom:1px solid #eee;
}

.fdev-product-row-left-list {
    display:table-cell;
    padding:10px 0;
    width:15%;
    text-align:center;
}

.fdev-product-row-middle-list {
    display:table-cell;
    vertical-align:middle;
    padding:0 25px;
}

.fdev-product-row-right-list {
    display:table-cell;
    vertical-align:middle;
    width:12%;
    text-align:right;
}

.fdev-single-image-container-list {
    height:100px;
    width:100px;
    line-height:100px;
}

.fdev-fe-product-single-image-list {
    border:none;
    box-shadow:none !important;
    max-height:100%;
    max-width:100%;
    vertical-align:middle;
}

.fdev-single-image-container-list img {
    border:none;
}

.fdev-fe-product-single-title-list {
    color: #3c3c3c;
}

.fdev-fe-product-single-price-list {
    color:#3c3c3c;
    text-decoration:line-through;
}

.fdev-total-bundle-price-rrp-list {
    font-size:1.5em;
    color: #990000;
    display:block;
    text-align:center;
    line-height:1.5em;
    text-decoration:line-through;
}

.fdev-call-to-action-list {
    display:block;
    text-align:center;
    line-height:1.5em;
}

.fdev-call-to-action-text-list {
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-list {
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-saving-list {
    font-size:1.2em;
    color:#007a00;
    display:block;
    text-align:center;
}

.fdev-buy-now-button-wrapper-list {
    text-align:center;
    margin: 0.5em 0 1em 0;
}

.fdev-azon-lastupdated-message-list {
    display:block;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom:1em;
    color:#7a7a7a;
}

#fdev-disclaimer {
    color: #5c5c5c;
}

/* -------------------------------------------------------------- */
/* ------ LIST VIEW MEDIA QUERIES ------------------------------- */
/* -------------------------------------------------------------- */

@media (max-width: 800px) {
    .fdev-single-image-container-list {
        margin-right:3%;
    }
    .fdev-total-bundle-price-saving-list {
        font-size:1.1em;
    }
    .fdev-product-row-right-list {
        width:15%;
    }
}

@media (max-width: 480px) {
    .fdev-fe-bundle-container-list .fdev-buy-now-button-list {
        float:none;
        display:block;
        width:100%;
        font-size:1.2em;
    }
    .fdev-azon-lastupdated-message-list {
        width:100%;
        text-align:center;
    }
    .fdev-product-outer-list {
        display:block;
        width:100%;
        text-align:center;
        margin-bottom:1em;
    }
    .fdev-product-row-list {
        border-bottom:none;
        display:inline;
        text-align:center;
    }
    .fdev-product-row-left-list, .fdev-product-row-middle-list,
    .fdev-product-row-right-list {
        display:inline;
        padding:0;
        text-align:center;
        width:100%;
    }
    .fdev-product-row-left-list {
        padding:10px 0;
    }
    .fdev-single-image-container-list {
        margin-right:0;
        height:auto;
        width: 100%;
    }
    .fdev-call-to-action-list {
        line-height:2em;
    }
}

@media (max-width:319px) {
    .fdev-azon-lastupdated-message-list {
        font-size:0.7em;
    }
    .fdev-call-to-action-text-list, .fdev-total-bundle-price-list,
    .fdev-total-bundle-price-rrp-list {
        font-size:1.3em;
    }
    .fdev-bundle-product-list {
        text-align:center;
    }
    .fdev-fe-product-single-list {
        height:auto;
        overflow:hidden;
    }
    .fdev-single-image-container-list {
        float: none;
        height: auto;
        margin-right: 0;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }
}

/* -------------------------------------------------------------- */
/* ------ TILES VIEW FONT STYLES & GENERAL ---------------------- */
/* -------------------------------------------------------------- */

.fdev-clearfix {
    content: "";
    display: table;
    clear: both;
}

.fdev-tiles-center {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.fdev-row-end {
    margin-right:0 !important;
}

/* -------------------------------------------------------------- */
/* ------ TILES VIEW ITEM STYLES -------------------------------- */
/* -------------------------------------------------------------- */


.fdev-fe-bundle-container-tiles {
    /*border:1px solid #ddd;*/
    max-width:600px;
    margin:0 auto 1.5em;
    border-radius:5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    overflow:hidden;
    position:relative;
    background:#fff;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
}

.fdev-bundle-tiles-products-container {
    padding:0 20px;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
}

.fdev-tiles-product-box-featured {
    float:left;
    background-color:#ffffff;
    border: 1px solid #ddd;
    text-align:center;
    padding:10px;
    height:332px;
    width:62%;
    border-radius:5px;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
}

.fdev-tiles-top-product-box {
    float:right;
    padding:10px;
    background-color:#ffffff;
    border:1px solid #ddd;
    min-height:150px;
    width:27%;
    /*display:table;*/
    border-radius:5px;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
}

.fdev-tiles-product-box-2 {
    margin-bottom:10px;
}

.fdev-tiles-product-box {
    float:left;
    width:27%;
    padding:10px;
    background-color:#ffffff;
    border:1px solid #ddd;
    margin-right:2%;
    margin-top:10px;
    min-height:160px;
    line-height:160px;
    border-radius:5px;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
}

.fdev-fe-product-single-image-featured-tiles {
    vertical-align:middle;
    display:inline-block;
    max-width:95% !important;
    max-height:100%;
    padding:0 !important;
    border:none !important;
}

.fdev-fe-product-image-box-tiles {
    max-height: 150px;
    line-height:150px;
    overflow: hidden;
    max-width: 150px;
    text-align:center;
    margin:0 auto;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
}

.fdev-fe-product-single-image-featured-tiles, .fdev-fe-product-single-image-tiles {
    border:none !important;
    box-shadow:none !important;
    vertical-align:middle;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
}

.fdev-fe-product-image-box-tiles img {
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important;
    -webkit-box-sizing: content-box !important;
    max-width:100%;
    vertical-align: middle;
}

.fdev-bundle-title-tiles h2 {
    margin-top:0.5em !important;
    margin-bottom:0.5em !important;
    padding-left:20px;
}

.fdev-tiles-ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.fdev-tiles-ribbon {
    font: bold 14px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 1px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 1px rgba(0,0,0,0.3);
    text-transform:uppercase;
}

.fdev-tiles-ribbon:before, .fdev-tiles-ribbon:after {
    content: "";
    border-top:   3px solid #BFDC7A;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.fdev-tiles-ribbon:before {
    left: 0;
}

.fdev-tiles-ribbon:after {
    right: 0;
}

.fdev-disclaimer-wrapper-tiles #fdev-disclaimer {
    padding:5px 20px;
    line-height:1.4em;
}

.fdev-total-bundle-price-rrp-tiles {
    font-size:1.5em;
    color: #990000;
    display:block;
    text-align:center;
    line-height:1.5em;
    text-decoration:line-through;
}

.fdev-call-to-action-tiles {
    display:block;
    text-align:center;
    line-height:1.5em;
}

.fdev-call-to-action-text-tiles {
    font-size:1.5em;
    color:#000;
    line-height:1.5em;
}

.fdev-total-bundle-price-tiles {
    font-size:1.5em;
    color:#000;
}

.fdev-total-bundle-price-saving-tiles {
    font-size:1.2em;
    color:#007a00;
    display:block;
    text-align:center
}

.fdev-buy-now-button-wrapper-tiles {
    text-align:center;
    margin: 0.5em 0 1em 0;
}

.fdev-azon-lastupdated-message-tiles {
    display:block;
    font-size: 0.9em;
    font-style: italic;
    color:#7a7a7a;
    text-align:center;
    margin-bottom:1em;
}



/* -------------------------------------------------------------- */
/* ------ TILES VIEW MEDIA QUERIES ------------------------------ */
/* -------------------------------------------------------------- */

@media (min-width:999px) and (max-width:1025px) {
    .fdev-tiles-product-box {
        width:27%;
        margin-right:2.9%;
    }
    .fdev-row-end {
        float:right !important;
    }
}


@media (max-width: 828px) {
    .fdev-bundle-tiles-products-container {
        padding: 0 10px;
    }
    .fdev-tiles-top-product-box, .fdev-tiles-product-box {
        min-height:150px;
        line-height:150px;
    }
    .fdev-tiles-product-box {
        margin-right:1.5%;
    }
    .fdev-fe-product-image-box-tiles {
        max-height:150px;
        max-width:150px;
        line-height:150px;
    }
    .fdev-row-end {
        float:right !important;
    }
}

@media (min-width:601px) and (max-width: 745px) {
    .fdev-tiles-product-box-featured {
        height:232px;
        width:58%;
    }
    .fdev-tiles-top-product-box, .fdev-tiles-product-box {
        min-height:100px;
        line-height:100px;
    }
    .fdev-tiles-product-box {
        margin-right:1%;
        width:27%;
    }
    .fdev-fe-product-image-box-tiles {
        max-height:100px;
        max-width:100px;
        line-height:100px;
    }
}

@media (max-width:600px) {
    .fdev-tiles-product-box-featured {
        height:272px;
        width:58%;
    }
    .fdev-tiles-top-product-box, .fdev-tiles-product-box {
        min-height:120px;
        line-height:120px;
        width:27%;
    }
    .fdev-tiles-product-box {
        margin-right:2.5%;
        width:27%;
    }
    .fdev-fe-product-image-box-tiles {
        max-height:120px;
        max-width:120px;
        line-height:120px;
    }
}

@media (max-width:485px) {
    .fdev-tiles-product-box {
        margin-right:1.5%;
    }
    .fdev-bundle-title-tiles {
        display:block;
        width:80%;
    }
    .fdev-tiles-product-box {
        width:26%;
    }
}

@media (max-width:376px) {
    .fdev-bundle-title-tiles {
        display:block;
        width:80%;
    }
    .fdev-tiles-product-box-featured {
        float: none;
        height: auto;
        /*margin: 0 auto;*/
        width: 92%;
    }
    .fdev-tiles-top-product-box {
        float:left;
        line-height:100px;
        min-height:100px;
        width:38%;
        margin-right:8%;
        margin-top:10px;
    }
    .fdev-tiles-top-product-box .fdev-fe-product-image-box-tiles {
        max-height:100px;
        max-width:100px;
    }
    .fdev-tiles-product-box {
        float:left;
        line-height:90px;
        min-height:90px;
        width:25%;
        margin-right:0.5%;
    }
    .fdev-row-end {
        float:left !important;
    }
    .fdev-fe-product-image-box-tiles {
        max-height:90px;
        max-width:90px;
        line-height:90px;
    }
    .fdev-call-to-action-wrapper-tiles {
        padding: 0 10px;
    }
    .fdev-buy-now-button-tiles {
        display: block;
        font-size: 1.2em;
        margin: 0 auto;
        width: 90%;
    }
}

@media (max-width:321px) {
    .fdev-tiles-product-box-featured, .fdev-tiles-top-product-box,
    .fdev-tiles-product-box {
        float: none;
        height: auto;
        width: 90%;
    }
    .fdev-row-end {
        float:none !important;
    }
}