/* PricePlow Widget CSS */
/* by Mike Roberto - http://www.priceplow.com - contact@priceplow.com */

.priceplow-product-image {
    /* Background image set by JS */
    height: 130px;
    display: block;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}

.priceplow-product-container {
    float: left;
}

.priceplow-divisible-by-3 .priceplow-product-container {
    width: 31.0% !important;
    margin: 0 3.4% 10px 0 !important;
    clear: none !important;
}

.priceplow-divisible-by-2 .priceplow-product-container {
    width: 48.0% !important;
    margin: 0 4% 10px 0 !important;
    clear: none !important;
}

/* No right margin on the ends */
.priceplow-divisible-by-3 .priceplow-product-3, .priceplow-divisible-by-3 .priceplow-product-6, .priceplow-divisible-by-3 .priceplow-product-9, .priceplow-divisible-by-3 .priceplow-product-12, .priceplow-divisible-by-2 .priceplow-product-2, .priceplow-divisible-by-2 .priceplow-product-4, .priceplow-divisible-by-2 .priceplow-product-6, .priceplow-divisible-by-2 .priceplow-product-8, .priceplow-divisible-by-2 .priceplow-product-10, .priceplow-divisible-by-2 .priceplow-product-12 {
    margin-right: 0 !important;
}

.priceplow-divisible-by-3 .priceplow-product-4, .priceplow-divisible-by-3 .priceplow-product-7, .priceplow-divisible-by-3 .priceplow-product-10, .priceplow-divisible-by-2 .priceplow-product-3, .priceplow-divisible-by-2 .priceplow-product-5, .priceplow-divisible-by-2 .priceplow-product-7, .priceplow-divisible-by-2 .priceplow-product-9, .priceplow-divisible-by-2 .priceplow-product-11 {
    clear: both !important;
}

.priceplow-container {
    display: inline-block;
    clear: both;
    width: 100%;
}

.priceplow-container, .priceplow-container a {
    text-shadow: none;
}

.priceplow-featured-products-container {
    display: inline-block;
    width: 100%;
}

.priceplow-featured-products-container:before, .priceplow-featured-products-container:after {
    content: " ";
    display: table;
}

.priceplow-product-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 2px;
}
.priceplow-product-price {
    font-size: 13px;
    font-style: italic;
    float: right;
}

.priceplow-powered-by, .priceplow-hover-powered-by {
    font-style: italic;
    font-size:  10px;
    float: right;
    line-height: 10px;
}

.priceplow-powered-by {
    margin: 0 0 10px 0;
    clear: both;
}
.priceplow-hover-data-container .priceplow-powered-by {
    margin: 15px 0 0 0;
    bottom: 0;
    right: 0;
}
.priceplow-divisible-by-2 .priceplow-compare-prices-button {
    visibility: hidden;
}
.priceplow-compare-prices-button {
    color: #BF1308;
    position: absolute;
    border: 1px solid;
    border-radius: 4px;
    margin: -25px 0 0 22px;
    font-size: 12px;
    text-align: center;
    width: 100px;
    background-color: #FFF;
    -moz-box-shadow:    1px 2px 3px 0px #666;
    -webkit-box-shadow: 1px 2px 3px 0px #666;
    box-shadow:         1px 2px 3px 0px #666;
}

.priceplow-hoverbox {
    position: absolute;
    visibility:hidden;
    width: 275px;
    background-color:#FFF;
    z-index: 99999999;
    border: 1px solid;
    border-radius: 2px;
    -moz-box-shadow:    1px 2px 3px 0px #666;
    -webkit-box-shadow: 1px 2px 3px 0px #666;
    box-shadow:         1px 2px 3px 0px #666;
    margin: -250px 0 0 25px;
    padding: 4px 8px;
}

/* The hoverbox is always white, so we need to force colored text/links */
.priceplow-hoverbox {
    color: #000;
}

.priceplow-hoverbox a {
    color: #BF1308;
}

.priceplow-hoverbox a:hover {
    text-decoration: underline;
    color: #310E0C;
}

.priceplow-product-container:hover .priceplow-hoverbox {
    visibility: visible;
}

.priceplow-hover-image-container {
    /* The small image has a max width of 140px and max height of 200px */
    float: left;
    max-width: 140px;
    margin: 5px 0;
}

.priceplow-hover-image-container img {
    border: 1px solid #CCC;
    padding: 1px;
}

.priceplow-hover-data-container {
    float: right;
    width: calc( 100% - 148px );
    margin-left: 4px;
    /*position: relative;*/
}

.priceplow-hover-product-name {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin: 5px 0 2px;
    text-align: center;
}

.priceplow-hover-product-category {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}

.priceplow-hover-product-sizeunit {
    font-size: 12px;
    max-width: 85px;
    float: left;
    line-height: 18px;
}

.priceplow-hover-product-price {
    font-size: 13px;
    line-height: 18px;
    float: right;
}

.priceplow-hover-product-size-set {
    clear: both;
    height: 18px;
}

.priceplow-hover-compare-container {
    clear: both;
    text-align: center;
    margin-top: 10px;
}

a.priceplow-hover-compare-prices-button {
    color: #310E0C;
    text-decoration: none;
}

a.priceplow-hover-compare-prices-button:hover {
    color: #000;
    text-decoration: underline;
}

.priceplow-hover-compare-prices-button {
    clear: both;
    padding: 2px 4px;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    font-size: 12px;
    background-color: #FFF;
    -moz-box-shadow:    1px 2px 3px 0px #666;
    -webkit-box-shadow: 1px 2px 3px 0px #666;
    box-shadow:         1px 2px 3px 0px #666;
}
h3#priceplow-featured-product, h3#priceplow-widget, h3#priceplow-related-products {
    font-size: 24px;
}
.priceplow-featured-product-image {
    max-width: 200px;
    text-align: center;
}
.priceplow-featured-product-image img {
    padding: 0;
    border: 0;
}
.priceplow-featured-product-image .wp-caption-text {
    max-width: 190px;
}

.priceplow-bolder {
    font-weight: bolder;
}

.priceplow-product-price-comparison-container {
    margin: 0 auto 5px;
}

.priceplow-product-price-comparison-top-container {
    display: inline-block;
    /*width: 95%;*/
}

.priceplow-product-price-comparison-data {
    clear: both;
    margin-top: 8px;
}

.priceplow-store-container {
    margin: 0;
    width: 100%;
    display: inline-block;
}

.priceplow-store-container:last-child {
    margin: 0;
}

.priceplow-store {
    overflow-x: visible;
    overflow-wrap: normal;
    width: 33%;
    float: left;
    margin: 0;
    padding: 1%;
    clear: left;
    line-height: 16px;
    text-align: center;
    font-size: 13px;
}

.priceplow-detail-links {
    text-align: center;
    width: 63%;
    float: right;
    margin: 0;
    font-size: 12px;
    padding: 1%;
}

.priceplow-featured-product-summary {
    /*margin-left: 200px;*/
    float: left;
    max-width: 250px;
}
.priceplow-product-summary-size {
    width: 50%;
    float: left;
    margin: 0;
    clear: left;
}

.priceplow-product-summary-meta {
    width: 85%;
    margin: 0 auto 5px;
}
.priceplow-product-summary-meta h5 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 19px;
}
.priceplow-product-summary-category, .priceplow-product-summary-brand {
    width: 35%;
    float: left;
    margin: 0;
    clear: left;
}

.priceplow-product-summary-category-name, .priceplow-product-summary-brand-name {
    width: 55%;
    float: right;
}

.priceplow-product-summary-row {
    display: table;
    width: 100%;
}

.priceplow-product-summary-brand-row {
    margin-top: 5px;
}

.priceplow-product-summary-size-price {
    width: 45%;
    float: right;
    margin: 0;
    font-weight: bold;
}
.priceplow-product-summary-category, .priceplow-product-summary-brand {
    font-style: italic;
    font-size: 13px;
}
.priceplow-product-summary-category-name, .priceplow-product-summary-brand-name {
    font-size: 14px;
    line-height: 18px;
}
.priceplow-product-summary-sizes {
    font-size: 14px;
    width: 90%;
    margin: 0 auto 10px;
}
.priceplow-price {
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
}

.priceplow-even {
    background-color: #EEE;
}

.priceplow-odd {
    background-color: #FFF;
}

.priceplow-heading {
    font-style: italic;
    font-size: 16px;
}

h4.priceplow-product-name-title {
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 8px 0;
    text-align: center;
}

.priceplow-align-right {
    float: right;
    margin-left: 10px;
}

.priceplow-align-left {
    float: left;
    margin-right: 10px;
}

.priceplow-align-center {
    margin: 0 auto;
}
/*
.priceplow-buy-button {
    margin: 0 auto 10px auto;
    text-align: center;
    max-width:300px;
}
.priceplow-buy-button a {
    -moz-box-shadow:inset 0px 1px 0px 0px #2B2B2B;
    -webkit-box-shadow:inset 0px 1px 0px 0px #2B2B2B;
    box-shadow:inset 0px 1px 0px 0px #2B2B2B;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A82727), color-stop(1, #212121) );
    background:-moz-linear-gradient( center top, #A82727 5%, #212121 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A82727', endColorstr='#212121');
    background-color:#A82727;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;
    border:1px solid #e3e3e3;
    display:inline-block;
    color:#fff;
    font-family:"Arial Black";
    font-size:18px;
    line-height:22px;
    font-weight:normal;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #1c1e24;
}
.priceplow-buy-button a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #212121), color-stop(1, #A82727) );
    background:-moz-linear-gradient( center top, #212121 5%, #A82727 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#A82727');
    background-color:#A82727;
    color: #fff !important;
}*/
.priceplow-buy-button a:active {
    position:relative;
    top:1px;
}

.priceplow-buy-button a:link, .buyButton a:visited {
    color:#fff;
}

.priceplow-buy-button a {
    text-align: center;
    padding: 8px 20px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-family: "Arial Black", Tahoma, Arial, sans-serif;
    font-size:18px;
    line-height:22px;
    font-weight:normal;
    background: #fc7524;
    background-image: -webkit-linear-gradient(top, #A82727, #212121);
    background-image: -moz-linear-gradient(top, #A82727, #212121);
    background-image: -ms-linear-gradient(top, #A82727, #212121);
    background-image: -o-linear-gradient(top, #A82727, #212121);
    background-image: linear-gradient(to bottom, #A82727, #212121);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A82727', endColorstr='#212121');
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.priceplow-buy-button a:hover {
    background: #fc7524;
    background-image: -webkit-linear-gradient(top, #212121, #A82727);
    background-image: -moz-linear-gradient(top, #212121, #A82727);
    background-image: -ms-linear-gradient(top, #212121, #A82727);
    background-image: -o-linear-gradient(top, #212121, #A82727);
    background-image: linear-gradient(to bottom, #212121, #A82727);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#A82727');
}

.priceplow-buy-it-now-container {
    width: 90%;
    margin: 0 auto;
}

/**************/
/**** TABS ****/
/**************/
.priceplow-tabs {
    font-size: 0;
    /*margin: 10px 0;*/
    margin: 0;
}

.priceplow-tabs:after {
    clear: both;
    content: '';
    display: table;
}

.priceplow-tabs .priceplow-tab {
    display: inline;
}

.priceplow-tabs .priceplow-tab-label {
    background: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    left: 1px;
    margin-left: -1px;
    padding: 2px 4px 6px;
    position: relative;
    /*vertical-align: bottom;*/
}

.priceplow-tabs .priceplow-tab > [type="radio"] {
    bottom: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
}

.priceplow-tabs .priceplow-tab-panel {
    display: inline;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 0;
}

.priceplow-tabs .priceplow-tab-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: white;
    padding: 5px 10px;
    border: 1px solid #ccc;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    margin-top: -1px;
    width: 100%;
}

.priceplow-tabs .priceplow-tab [type="radio"]:checked + .priceplow-tab-label {
    background: white;
    border-bottom-width: 0;
    z-index: 1;
}

.priceplow-tabs .priceplow-tab [type="radio"]:checked + .priceplow-tab-label + .priceplow-tab-panel {
    display: inline;
}


/*

=======================================
INTERNET EXPLORER 8 and below
=======================================

*/
@media \0screen\,screen\9 {
    /* IE7 and IE6 */
    .priceplow-tabs {
        zoom: 1;
    }

    /* IE8 and below */
    .priceplow-tabs .priceplow-tab .priceplow-tab-radio {
        filter: Alpha(opacity=0);
        position: absolute;
        z-index: -1;
    }

    /* IE7 and IE6 */
    .priceplow-tabs .priceplow-tab .priceplow-tab-panel, {
        display: none;
        height: auto;
        overflow: visible;
        position: static;
        width: auto;
    }

    /* IE7 and IE6 */
    .priceplow-tabs .priceplow-tab-content, {
        float: none;
        padding-bottom: 1px;
        padding-top: 1px;
        width: auto;
    }

    /* IE8 and below */
    .priceplow-tabs .priceplow-checked label {
        background: white;
        border-bottom-width: 0;
        padding-bottom: 11px;
        z-index: 1;
    }

    /* IE8 */
    .priceplow-tabs .priceplow-checked .priceplow-tab-panel {
        display: inline;
    }
    /* IE7 and IE6 */
    .priceplow-tabs .priceplow-checked .priceplow-tab-panel, {
        display: inline;
        float: left;
        width: 100%;
    }
}




.priceplow-tabs label {
    cursor: pointer;
}

.priceplow-tabs {
    color: #222;
}

.priceplow-tabs h3 {
    font-variant: small-caps;
    letter-spacing: .0625em;
}

p {
    line-height: 1.5;
    max-width: 50em;
}

code,pre {
    font-family: 'Lucida Console', monospace;
}

pre {
    background: #191919;
    color: #8DA;
    overflow-x: auto;
    padding: 1em;
}

p > code {
    background: #DED;
    margin: -2px;
    padding: 2px;
}

.priceplow-for {
    display: inline-block;
    position: relative;
}

.priceplow-for:after {
    background: #DDD;
    bottom: 150%;
    color: #222;
    font-family: sans-serif;
    font-size: 12px;
    opacity: 0;
    padding: .5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    white-space: nowrap;
}

.priceplow-for:hover:after {
    opacity: 1;
}

.priceplow-for.default-tab {
    color: #8AD;
}

.priceplow-for.ie8-and-below {
    color: #DA8;
}

.priceplow-for.default-tab:after {
    content: 'For default tab';
}

.priceplow-for.ie8-and-below:after {
    content: 'For IE8 and below';
}

/* and just for fun... */
@media only screen and (max-width: 50em) {
    .priceplow-tabs .priceplow-tab > label {
        background: #BBB;
        border-color: #999;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .priceplow-tabs .priceplow-tab > [type="radio"]:checked + label {
        background: #222;
        border-color: #444;
        color: #DDD;
    }
}