/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* ------ 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;
}
@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 20px;
font-style: normal;
}

.flaticon-add:before { content: "\f100"; }
/**---css start---**/
.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, button.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;
}


/* Button Style */
.button_style1 {
				text-transform: capitalize !important;
				color: #ffffff !important;
				border: none !important;
				font-size: 16px !important;
				border-bottom: 4px solid  transparent!important;
				-webkit-transition: all 0.25s ease-in-out 
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				-ms-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
				padding:11px 25px !important;
				border-radius: 4px !important;
				display: inline-block !important;
				text-decoration: none !important;
			}
			.button_style2 {
				text-transform: capitalize !important;
				color: #ffffff !important;
				border: none !important;
				font-size: 16px !important;
				border-bottom: 4px solid transparent!important;
				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				-ms-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
				border-radius: 0px !important;
				padding: 11px 25px !important;
				display: inline-block !important;
				text-decoration: none !important;
			}
			.button_style3 {
				text-transform: capitalize !important;
				color: #ffffff !important;
				border: none !important;
				font-size: 16px !important;
				padding: 11px 25px !important;
				display: inline-block !important;
				text-decoration: none !important;
				border-bottom: none !important;
				border-radius: 0 !important;
				margin: 0px 10px !important;
			}
			.button_style4 {
				text-transform: capitalize !important;
				color: #ffffff !important;
				border: none !important;
				font-size: 16px !important;
				border-bottom: 4px solid  transparent!important;
				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				-ms-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
				display: inline-block !important;
				text-decoration: none !important;
				border-radius: 22px !important;
				padding: 9px 25px  !important;
			}
			.button_style5 {
				background: transparent !important;
				border: 1px solid  !important;
				text-transform: capitalize !important;
				font-size: 16px !important;
				border-radius: 4px !important;
				padding: 10px 10px !important;
				display: inline-block !important;
				text-decoration: none !important;
				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				-ms-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
				font-weight: normal !important;
			}
			.button_style6 {
			border: 3px solid  !important;
			background: transparent !important;
			border-radius: 22px !important;
			padding: 10px 20px !important;
			text-transform: uppercase !important;
			font-size: 15px !important;
			display: inline-block !important;
			text-decoration: none !important;
			-webkit-transition: all 0.25s ease-in-out;
			-moz-transition: all 0.25s ease-in-out;
			-o-transition: all 0.25s ease-in-out;
			-ms-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
			font-weight: normal !important;
			}
			.button_style7 {
				padding: 9px 28px !important;
			    border-radius: 0px 10px 0px 10px !important;
				text-transform: capitalize !important;
				color: #ffffff !important;
				border: none !important;
				font-size: 16px !important;
				border-bottom: 4px solid  transparent!important;
				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				-ms-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
				display: inline-block !important;
				text-decoration: none !important;
				font-weight: normal !important;
			}
			.button_style8 { 
				padding: 9px 28px !important;
			    border-radius: 10px 0px 10px 0px !important;
				text-transform: capitalize !important;
				color: #ffffff !important;
				border: none !important;
				font-size: 16px !important;
				border-bottom: 4px solid  transparent!important;
				-webkit-transition: all 0.25s ease-in-out;
				-moz-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				-ms-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
				display: inline-block !important;
				text-decoration: none !important;
				font-weight: normal !important;
			}
			.button_style9 {	
			background: transparent !important;
			border: 2px dashed  !important;	
			text-transform: capitalize !important;		
			font-size: 16px !important;		
			border-radius: 4px !important;	
			padding: 10px 23px !important;	
			display: inline-block !important;	
			text-decoration: none !important;	
			-webkit-transition: all 0.25s ease-in-out;	
			-moz-transition: all 0.25s ease-in-out;	
			-o-transition: all 0.25s ease-in-out;	
			-ms-transition: all 0.25s ease-in-out;		
			transition: all 0.25s ease-in-out;	
			font-weight: normal !important;
			}	
			.button_style10 {		
			padding: 8px 23px !important;		
			border: 1px solid  !important;	
			background: !important;	
			text-transform: capitalize !important;	
			color: #ffffff !important;		
			border: none !important;		
			font-size: 16px !important;		
			-webkit-transition: all 0.25s ease-in-out;	
			-moz-transition: all 0.25s ease-in-out;		
			-o-transition: all 0.25s ease-in-out;		
			-ms-transition: all 0.25s ease-in-out;	
			transition: all 0.25s ease-in-out;		
			display: inline-block !important;		
			text-decoration: none !important;		
			position: relative !important;
			font-weight: normal !important;	
			border-radius: 15px !important;			
			}		

/* border Style	*/		
.border_style1 {
			    border-style: double;
			    border-width: 4px;
			}


			.border_style2 {
				  /* background-color: #f5f5f5 !important; */
			    -webkit-box-shadow: 0 10px 6px -6px  !important;
			    -moz-box-shadow: 0 10px 6px -6px  !important;
			    box-shadow: 0 10px 6px -6px  !important;
			} 

			.border_style3 {
			    border-style: dashed;
			}




			.border_style4 {
			    border-style: solid;
			    border-width: 4px;
			}

			.border_style5 {
			    border-top-style: dotted;
			    border-right-style: solid;
			    border-bottom-style: dotted;
			    border-left-style: solid;
			}

 
			.border_style6 {

			    border-style: dotted;
			}

			.border_style7 {
			    border-style: ridge;
			}

			
					/*----fonts size----*/
		 .fdev_bundle_titlefont_20 h2{
		   font-size:20px !important;
	   }
	  .fdev_bundle_titlefont_22 h2{
		   font-size:22px !important;
	   }
		.fdev_bundle_titlefont_24 h2{
		   font-size:24px !important;
	   }
       .fdev_bundle_titlefont_26 h2{
		   font-size:26px !important;
	   }
       .fdev_bundle_titlefont_28 h2{
		   font-size:28px !important;
	   }	
       .fdev_bundle_titlefont_30 h2{
		   font-size:30px !important;
	   }	 
       .fdev_bundle_titlefont_32 h2{
		   font-size:32px !important;
	   }	 
       .fdev_bundle_titlefont_34 h2{
		   font-size:34px !important;
	   }	 
       .fdev_bundle_titlefont_36 h2{
		   font-size:36px !important;
	   }	 
       .fdev_bundle_titlefont_38 h2{
		   font-size:38px !important;
	   }	 

/* -------------------------------------------------------------- */
/* ------ animationslide VIEW STYLES -------------------------------------- */
/* -------------------------------------------------------------- */
.slideleft {
    -webkit-animation: slideleft  1 0.5s ease-in-out;          
    -moz-animation: slideleft  1 0.5s ease-in-out; 
    animation: slideleft  1 0.5s ease-in-out;
}
@-webkit-keyframes slideleft {
    from {
        -webkit-transform: translateX(-30px);
		opacity:0;
    }
    to {
        -webkit-transform: translateX(0px);
		opacity:1;
    }
}
@keyframes slideleft {
    from {
        transform: translateX(-30px);
		opacity:0;
    }
    to {
        transform: translateX(0px);
		opacity:1;
    }
}
@-moz-keyframes slideleft {
    from {
        -moz-transform: translateX(-30px);
		opacity:0;
    }
    to {
        -moz-transform: translateX(0px);
		opacity:1;
    }
}
.wow {
  visibility: hidden;
}
.fdev-fe-bundle-container-animationslide{
	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;        
    width: 100%;
    margin: 0 auto;
	}
.fdev-fe-bundle-container-animationslide:hover{           
	animation:bounce 1s 1 both .7s;
	-webkit-animation:bounce 1s 1 both .7s;
	-moz-animation:bounce 1s 1 both .7s;
	-ms-animation:bounce 1s 1 both .7s;
	-o-animation:bounce 1s 1 both .7s;
}	
.fdev-fe-bundle-container-animationslide .fdev-bundle-title-animationslide h2 {
	color:#3c3c3c;
	margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
	}
	
.fdev-product-outer-animationslide { 
	display:table;
	width:100%;
	min-height:100px;
	display:table;
	border-collapse:collapse;
	}
.fdev-fe-product-single-animationslide{
	/* animation:slideleft 1s 1 both .7s; */
	/* -webkit-animation:slideleft 1s 1 both .7s; */
	/* -moz-animation:slideleft 1s 1 both .7s; */
	/* -ms-animation:slideleft 1s 1 both .7s; */
	/* -o-animation:slideleft 1s 1 both .7s; */
}	
.fdev-product-row-animationslide {
	display: table-row; 
	border-bottom:1px solid #eee;                
	}
	
	
	
.fdev-product-row-left-animationslide {   
    display: table-cell;
    padding: 10px 0px 10px 0;
    width: 15%;
    text-align: center;
    vertical-align: top;
	}
	
.fdev-product-row-middle-animationslide {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 0px 0px 10px;
    width: 85%;
    float: left;
	}
	
.fdev-product-row-right-animationslide {
    display: table-cell;
    vertical-align: inherit;
    width: 100%;
    text-align: left;
    display: inline-block;
    float: left;
    padding-left: 12px;
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
	}
	
.fdev-single-image-container-animationslide {    
	height:100px;
	width:100px;
	line-height:100px;
	}
	
.fdev-fe-product-single-image-animationslide {
	border:none;
	box-shadow:none !important;
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
	}
	
.fdev-single-image-container-animationslide img {
	border:none;
	}
	
.fdev-fe-product-single-title-animationslide {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    line-height: 19px;
	}
.fdev-fe-product-single-title-animationslide a.fdev-review {              
    width: 100%;
    float: left;
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
	color: #0085ba;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}	
.fdev-fe-product-single-price-animationslide {
    color: #3c3c3c;
    text-decoration: line-through;
	}
	
.fdev-total-bundle-price-rrp-animationslide {
	font-size:1.5em;
	color: #990000;
	display:block;
	text-align:center;
	line-height:1.5em;
	text-decoration:line-through;
	}
	
.fdev-call-to-action-animationslide {
	display:block;
	text-align:center;
	line-height:1.5em;
	}
	
.fdev-call-to-action-text-animationslide {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-animationslide {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-saving-animationslide {
	font-size:1.2em;
	color:#007a00;
	display:block;
	text-align:center;
	}
	
.fdev-buy-now-button-wrapper-animationslide {
	text-align:center;
	margin: 0.5em 0 1em 0;
	}
	
.fdev-azon-lastupdated-message-animationslide {
	display:block;
	font-size: 0.9em;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom:1em;
    color:#7a7a7a;
	}

#fdev-disclaimer {
	color: #5c5c5c;
	}
	
.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;
	}
	
.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;
	}
	

/*--animation--*/



@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}
/* -------------------------------------------------------------- */
/* ------ animationzoom VIEW STYLES -------------------------------------- */
/* -------------------------------------------------------------- */
.fdev-fe-bundle-container-bundlezoom{
	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;
    width: 800px;
    margin: 0 auto;
	}
.fdev-fe-bundle-container-bundlezoom:hover{
	/* animation:bounce 1s 1 both .7s; */
	/* -webkit-animation:bounce 1s 1 both .7s; */
	/* -moz-animation:bounce 1s 1 both .7s; */
	/* -ms-animation:bounce 1s 1 both .7s; */
	/* -o-animation:bounce 1s 1 both .7s; */
}	
.fdev-fe-bundle-container-bundlezoom .fdev-bundle-title-bundlezoom h2 {
	color:#3c3c3c;
	margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
	}
	
.fdev-product-outer-bundlezoom { 
	display:table;
	width:100%;
	min-height:100px;
	display:table;
	border-collapse:collapse;
	}
.fdev-fe-product-single-bundlezoom{
	/* animation:slideleft 1s 1 both .7s; */
	/* -webkit-animation:slideleft 1s 1 both .7s; */
	/* -moz-animation:slideleft 1s 1 both .7s; */
	/* -ms-animation:slideleft 1s 1 both .7s; */
	/* -o-animation:slideleft 1s 1 both .7s; */
}	
.fdev-product-row-bundlezoom {
	display: table-row; 
	border-bottom:1px solid #eee;     
	}
	
	
	
.fdev-product-row-left-bundlezoom {   
    display: table-cell;
    padding: 10px 0px 10px 0;
    width: 15%;
    text-align: center;
    vertical-align: top;
	}
	
.fdev-product-row-middle-bundlezoom {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 0px 0px 10px;
    width: 100%;
    float: left;
	}
	
.fdev-product-row-right-bundlezoom {
    display: table-cell;
    vertical-align: inherit;
    width: 100%;
    text-align: left;
    display: inline-block;
    float: left;
    padding-left: 12px;
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
	}
	
.fdev-single-image-container-bundlezoom {    
	height:100px;
	width:100px;
	line-height:100px;
	}
	
.fdev-fe-product-single-image-bundlezoom {
	border:none;
	box-shadow:none !important;
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
	}
	
.fdev-single-image-container-bundlezoom img {
	border:none;
	}
	
.fdev-fe-product-single-title-bundlezoom {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    line-height: 19px;
	}
.fdev-fe-product-single-title-bundlezoom a.fdev-review {              
    width: 100%;
    float: left;
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
	cursor:pointer;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	text-decoration:underline;
}	
.fdev-fe-product-single-price-bundlezoom {
    color: #3c3c3c;
    text-decoration: line-through;
	}
	
.fdev-total-bundle-price-rrp-bundlezoom {
	font-size:1.5em;
	color: #990000;
	display:block;
	text-align:center;
	line-height:1.5em;
	text-decoration:line-through;
	}
	
.fdev-call-to-action-bundlezoom {
	display:block;
	text-align:center;
	line-height:1.5em;
	}
	
.fdev-call-to-action-text-bundlezoom {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-bundlezoom {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-saving-bundlezoom {
	font-size:1.2em;
	color:#007a00;
	display:block;
	text-align:center;
	}
	
.fdev-buy-now-button-wrapper-bundlezoom {
	text-align:center;
	margin: 0.5em 0 1em 0;
	}
	
.fdev-azon-lastupdated-message-bundlezoom {
    display: block;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 1em;
    color: #7a7a7a;
    text-align: center;
	}

#fdev-disclaimer {
	color: #5c5c5c;
	}
	
.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;
	}
	
.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;
	}
	
.wow {
  visibility: hidden;
}

/*--animation--*/

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
    -webkit-animation: zoomIn .7s 1 both;
    -moz-animation: zoomIn .7s 1 both;
    animation:zoomIn .7s 1 both;
}

.slideright {
    -webkit-animation: slideright 1s 1;
    -moz-animation: slideright 1s 1;
    animation: slideright 1s 1;
}
@-webkit-keyframes slideright {
    from {
        -webkit-transform: translateX(50px);
		opacity:0;
    }
    to {
        -webkit-transform: translateX(0px);
		opacity:1;
    }
}
@keyframes slideright {
    from {
        transform: translateX(50px);
		opacity:0;
    }
    to {
        transform: translateX(0px);
		opacity:1;
    }
}
@-moz-keyframes slideright {
    from {
        -moz-transform: translateX(50px);
		opacity:0;
    }
    to {
        -moz-transform: translateX(0px);
		opacity:1;
    }
}		 
/* -------------------------------------------------------------- */
/* ------ animationslide VIEW MEDIA QUERIES ------------------------------- */
/* -------------------------------------------------------------- */

@media (max-width: 800px) {
	.fdev-single-image-container-animationslide {
		margin-right:3%;
		}
	.fdev-total-bundle-price-saving-animationslide {
		font-size:1.1em;
		}
	.fdev-product-row-right-animationslide {
		width:15%;
		}
			.fdev-single-image-container-bundlezoom {
		margin-right:3%;
		}
	.fdev-total-bundle-price-saving-bundlezoom {
		font-size:1.1em;
		}
	.fdev-product-row-right-bundlezoom {
		width:15%;
		}
}



@media (max-width: 480px) {
    .fdev-fe-bundle-container-animationslide .fdev-buy-now-button-animationslide {
		float:none;
		display:block;
		width:100%;
		font-size:1.2em;
		}	
	.fdev-azon-lastupdated-message-animationslide {
		width:100%;
		text-align:center;
		}		
	.fdev-product-outer-animationslide {
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:1em;
		}		
	.fdev-product-row-animationslide {
		border-bottom:none;
		display:inline;
		text-align:center;
		}		
	.fdev-product-row-left-animationslide, .fdev-product-row-middle-animationslide,
	.fdev-product-row-right-animationslide {
		display:inline;
		padding:0;
		text-align:center;
		width:100%;
		}	
	.fdev-product-row-left-animationslide {
		padding:10px 0;
		}	
	.fdev-single-image-container-animationslide {
		margin-right:0;
		height:auto;
		width: 100%;
		}
	.fdev-call-to-action-animationslide {
		line-height:2em;
		}
		    .fdev-fe-bundle-container-bundlezoom .fdev-buy-now-button-bundlezoom {
		float:none;
		display:block;
		width:100%;
		font-size:1.2em;
		}	
	.fdev-azon-lastupdated-message-bundlezoom {
		width:100%;
		text-align:center;
		}		
	.fdev-product-outer-bundlezoom {
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:1em;
		}		
	.fdev-product-row-bundlezoom {
		border-bottom:none;
		display:inline;
		text-align:center;
		}		
	.fdev-product-row-left-bundlezoom, .fdev-product-row-middle-bundlezoom,
	.fdev-product-row-right-bundlezoom {
		display:inline;
		padding:0;
		text-align:center;
		width:100%;
		}	
	.fdev-product-row-left-bundlezoom {
		padding:10px 0; 
		}	
	.fdev-single-image-container-bundlezoom {
		margin-right:0;
		height:auto;
		width: 100%;
		}
	.fdev-call-to-action-bundlezoom {
		line-height:2em;
		}
}
		
@media (max-width:319px) {
	.fdev-azon-lastupdated-message-animationslide {
		font-size:0.7em;
		}
	.fdev-call-to-action-text-animationslide, .fdev-total-bundle-price-animationslide,
	.fdev-total-bundle-price-rrp-animationslide {
		font-size:1.3em; 
		}
	.fdev-bundle-product-animationslide {
		text-align:center;
		}
	.fdev-fe-product-single-animationslide {
		height:auto;
		overflow:hidden;
		}
	.fdev-single-image-container-animationslide {
    	float: none;
    	height: auto;
    	margin-right: 0;
    	overflow: hidden; 
    	text-align: center;
   	 	width: 100%;
		}
			.fdev-azon-lastupdated-message-bundlezoom {
		font-size:0.7em;
		}
	.fdev-call-to-action-text-bundlezoom, .fdev-total-bundle-price-bundlezoom,
	.fdev-total-bundle-price-rrp-bundlezoom {
		font-size:1.3em; 
		}
	.fdev-bundle-product-bundlezoom {
		text-align:center;
		}
	.fdev-fe-product-single-bundlezoom {
		height:auto;
		overflow:hidden;
		}
	.fdev-single-image-container-bundlezoom {
    	float: none;
    	height: auto;
    	margin-right: 0;
    	overflow: hidden; 
    	text-align: center;
   	 	width: 100%;
		}
}
.fdevbundleicondiscount-plus:after {
	content: "\f100";
	color:#000000;
	font-family: Flaticon;
	font-style: normal;
	}

.circle-discount {
	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-discount .fdev-review {
    display:block;
    text-align:center;
    /*text-decoration: underline;*/
}

	
/* -------------------------------------------------------------- */
/* ------ discount VIEW COLUMN STRUCTURE ---------------------------- */
/* -------------------------------------------------------------- */

.fdev-fe-bundle-container-discount {
	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-discount-product-box.fdev-one-half {
	width:40%;
	float:left;
	margin-bottom:0.5em;
	}
	
.fdev-discount-product-box.fdev-one-third {
	width:26%;
	float:left;
	margin-bottom:0.5em;
	}
	
.fdev-discount-product-box.fdev-one-fourth {
	width:18%;
	float:left;
	margin-bottom:0.5em;
	}
	
.fdevbundleicondiscount-plus.fdev-one-half {
	width:10%;
	}
	
.fdevbundleicondiscount-plus.fdev-one-third {
	width:10%;
	}
	
.fdevbundleicondiscount-plus.fdev-one-fourth {
	width:8%;
	}
.fdev-discount-product-box{
	border: 1px solid #000;
    min-height: 235px;
    padding-top: 20px;
	margin-bottom: 30px !important;
}
/* -------------------------------------------------------------- */
/* ------ discount VIEW ITEM STYLES --------------------------------- */
/* -------------------------------------------------------------- */

.fdev-fe-bundle-container-discount .fdev-bundle-title-discount h2 {
	color:#3c3c3c;
	margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
	}	
	
.fdev-fe-product-image-box-discount {
	height:160px;
	line-height:160px;
	border:none;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
.fdev-discount-product-box img {
	padding:0px !important;
	vertical-align:middle;
	box-shadow:none !important;
	}
	
.fdev-fe-product-image-box-discount img {
	border:none;
	}
	
.fdev-fe-product-details-box-discount {
	padding-top:5px;
	}

.fdev-fe-product-single-title-discount {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #3c3c3c;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    min-height: 100px;
	}
	
.fdev-total-bundle-price-rrp-discount {
    font-size: 15px;
    color: #990000;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
    text-decoration: line-through;
	}
	
.fdev-call-to-action-discount {
	display:block;
	text-align:center;
	line-height:1.5em;
	}
	
.fdev-call-to-action-text-discount {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-discount {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-saving-discount {
    font-size: 17px;
    color: #007a00;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
	margin-top:10px;
	}
	
.fdev-buy-now-button-wrapper-discount {
	text-align:center;
	margin: 0.5em 0 1em 0;
	}
	
.fdev-azon-lastupdated-message-discount {
	display:block;
	font-size: 0.9em;
    font-style: italic;
    color:#7a7a7a;
    text-align:center;
	}


.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;
	}

#fdev-disclaimer {
	color: #5c5c5c;
	}
.fdev-total-bundle-price-rrp-percentage {
    width: 100%;
    text-align: center;
    margin: 15px 0px 10px;
}

.fdev-total-bundle-percentage-saving-discount {
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
    border: 1px solid #007a00;
    padding: 0px 10px;
    color: #007a00;
}

.fdev-call-to-action-wrapper {
    margin-top: 30px;
}
/* -------------------------------------------------------------- */
/* ------ discount VIEW CIRCLE ICON STYLES -------------------------- */
/* -------------------------------------------------------------- */

.fdev-one-fourth.fdevbundleicondiscount-plus:after {
	font-size:20px;
	}
	
.fdev-one-fourth.circle-discount {
	line-height:4;
	}

.fdev-one-third.fdevbundleicondiscount-plus:after, 
.fdev-one-half.fdevbundleicondiscount-plus:after {
	font-size:20px;
	}
	
.fdev-one-third.circle-discount, .fdev-one-half.circle-discount {
	line-height:3;
	}
.circle-discount{
	line-height:268px !important;
}
.wow{
	visibility:hidden;
}
.fdev-fe-bundle-container-discount:hover .fdev-total-bundle-percentage-saving-discount{
	animation: swing 1s 1 both .8s;
    -webkit-animation: swing 1s 1 both .8s;
    -moz-animation: swing 1s 1 both .8s;
    -ms-animation: swing 1s 1 both .8s;
    -o-animation: swing 1s 1 both .8s;
} 
/*
.fdev-fe-bundle-container-discount .wow {     
    visibility: visible;
} */ 
/* -------------------------------------------------------------- */
/* ------ Slider LIST VIEW STYLES -------------------------------------- */
/* -------------------------------------------------------------- */


.fdev-fe-bundle-container-sliderlayout{
	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-sliderlayout .fdev-bundle-title-sliderlayout h2 {
	color:#3c3c3c;
	margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
	}
	
.fdev-product-outer-sliderlayout { 
	display:table;
	width:100%;
	min-height:100px;
	display:table;
	border-collapse:collapse;
	} 
	
.fdev-product-row-sliderlayout {
    display: table-row;
    border: 1px solid #eee;
    padding-bottom: 10px;
    display: block;
    float: left;
	min-height: 461px;
	}
	
.fdev-product-row-left-sliderlayout {
	display: table-cell;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    float: left;
	}
	
	.owl-carousel .owl-item{
		min-height:100% !important;
	}
.fdev-product-row-middle-sliderlayout {
    display: block;
    padding: 0px; 
    width: 100%;
    float: left;
    text-align: center;
	}
	
.fdev-product-row-right-sliderlayout {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    float: left;
	}
	
.fdev-single-image-container-sliderlayout {  
    height: auto;
    width: auto;
    line-height: 100px;
	position:relative;
	display:inline-block;
	}

.fdev-single-image-container-sliderlayout:before{
	background-color: #000;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    opacity: 0.10;
    z-index: 99;
}
.fdev-single-image-container-sliderlayout:after{
	background-color: #000;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    opacity: 0.10;
}
.fdev-product-row-sliderlayout:hover .fdev-single-image-container-sliderlayout:before{
	    height: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 100%;
}
.fdev-product-row-sliderlayout:hover .fdev-single-image-container-sliderlayout:after{
    height: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 100%;
}		
.owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
}
.fdev-fe-product-single-image-sliderlayout {
	border:none;
	box-shadow:none !important;
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
	}
	
.fdev-single-image-container-sliderlayout img {
	border:none;
	}
	
.fdev-fe-product-single-title-sliderlayout {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 0px 20px;
	}
	a.fdev-review {
    width: 100%;
    float: left;
    color: green;
	cursor:pointer;
}
.fdev-fe-product-single-price-sliderlayout {
    color: #3c3c3c;
    text-decoration: line-through;
    font-size: 15px;
    margin-top: 15px;
	}
	
.fdev-total-bundle-price-rrp-sliderlayout {
	font-size:1.5em;
	color: #990000;
	display:block;
	text-align:center;
	line-height:1.5em;
	text-decoration:line-through;
	}
	
.fdev-call-to-action-sliderlayout {
	display:block;
	text-align:center;
	line-height:1.5em;
	}
	
.fdev-call-to-action-text-sliderlayout {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-sliderlayout {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-saving-sliderlayout {
	font-size:1.2em;
	color:#007a00;
	display:block;
	text-align:center;
	}
	
.fdev-buy-now-button-wrapper-sliderlayout {
	text-align:center;
	margin: 0.5em 0 1em 0;
	}
	
.fdev-azon-lastupdated-message-sliderlayout {
    display: block;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #7a7a7a;
    text-align: center;
	}

#fdev-disclaimer {
	color: #5c5c5c;
	}
	
.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;
	}
	
.fdev-buy-now-button {
    cursor: pointer;
    font-size: 16px;
    padding: 5px 8px;
    border-radius:4px;
	}

.fdev-fe-product-title-sliderlayout {
    height: 192px;
    overflow: hidden;
    margin-bottom: 20px;
}	
/* -------------------------------------------------------------- */
/* ------ discount VIEW MEDIA QUERIES ------------------------------- */
/* -------------------------------------------------------------- */
/*----------animation css----------*/
@keyframes fadeIn {             
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.fadeIn {
    -webkit-animation: fadeIn 1s 1;
    -moz-animation: fadeIn 1s 1;
    animation: fadeIn 1s 1;
}
@keyframes shake_anim {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}
/*----------animation css----------*/
/* -------------------------------------------------------------- */
/* ------ modalbox VIEW STYLES -------------------------------------- */
/* -------------------------------------------------------------- */


.fdev-fe-bundle-container-modalbox{
    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;
    text-align: center;
	}

.fdev-bundle-layout-modalbox {
	display: inline-block;
    border: 1px solid #ccc;
    padding: 20px;
}	
.fdev-fe-bundle-container-modalbox .fdev-bundle-title-modalbox h2 {
	color:#3c3c3c;
	margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
	}
	
.fdev-product-outer-modalbox { 
    display: table;
    width: 100%;
    min-height: 135px;
    display: table;
    border-collapse: collapse;      
	}
	
.fdev-product-row-modalbox {
    display: table-row;
    border-bottom: 1px solid #eee;
	}
	
.fdev-product-row-left-modalbox {
    display: table-cell;
    padding: 10px 0px 10px 0;
    width: 15%;
    text-align: center;
    vertical-align: top;
	}
	
.fdev-product-row-middle-modalbox {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 0px 0px 10px;
    width: 85%;
    float: left;
	}

.fdev-product-row-modalbox a.fdev-review {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;   
}	
.fdev-product-row-right-modalbox {
    display: table-cell;
    vertical-align: inherit;
    width: 100%;
    text-align: left;
    display: inline-block;
    float: left;
    padding-left: 12px;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;   
	}
	
.fdev-single-image-container-modalbox {
    height: 100px;
    width: 100px;
    line-height: 100px;
	}
	
.fdev-fe-product-single-image-modalbox {
	border:none;
	box-shadow:none !important;
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
	}
	
.fdev-single-image-container-modalbox img {
	border:none;
	}
	
.fdev-fe-product-single-title-modalbox {
	color: #3c3c3c;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    line-height: 19px;
    text-align: left;

	}
	
.fdev-fe-product-single-price-modalbox {
    color: #3c3c3c;
    text-decoration: line-through;
	}
	
.fdev-total-bundle-price-rrp-modalbox {
	font-size:1.5em;
	color: #990000;
	display:block;
	text-align:center;
	line-height:1.5em;
	text-decoration:line-through;
	}
	
.fdev-call-to-action-modalbox {
	display:block;
	text-align:center;
	line-height:1.5em;
	}
	
.fdev-call-to-action-text-modalbox {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-modalbox {
	font-size:1.5em;
	color:#000;
	}
	
.fdev-total-bundle-price-saving-modalbox {        
	font-size: 1.2em;
    color: #007a00;
    display: block;
    text-align: center;
    font-weight: 600;
	}
	
.fdev-buy-now-button-wrapper-modalbox {
	text-align:center;
	margin: 0.5em 0 1em 0;
	}
	
.fdev-azon-lastupdated-message-modalbox {
	display:block;
	font-size: 0.9em;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom:1em;
    color:#7a7a7a;
	}

#fdev-disclaimer {
	color: #5c5c5c;
	}
	
.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;
	}
	
.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;
	}
	      
.fde_sp_product_data {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.fde_sp_product_data input[type="radio"] {          
    position: absolute;
    visibility: hidden;
    width: 100%;
    left: 0;
    height: 100%;
    bottom: 0;
    z-index: 100000000000;
    cursor: pointer;
}
.fdev-bundle-layout-modalbox {     
    display: inline-block;
    border: 1px solid #ccc;
    padding: 20px;
}

.fdev_total_pro {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px 0px 5px;
}                

.fdev_total_amount {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: green;
}

.fdev_box_layout_btn {    
    margin-top: 15px;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid transparent;
    background: #e05d22;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid #b93207;
    padding: 5px 10px;
    text-decoration: none;
    height: 44px;
    padding: 9px 22px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    text-decoration: none !important;
    line-height: initial !important;
    text-transform: capitalize;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.fdev_box_layout_btn:hover, .fdev_box_layout_btn:focus{
	background: #e05d22;
}
.fdev_box_layout_btn:focus{
	outline:none;
}	
.fdev_all_products_detail_overlay {          
    width: 100%;
    margin: 0 auto;
    display: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;       
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    padding-top: 40px;
} 
 

/* -------------------------------------------------------------- */
/* ------ 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;
    }
}