*, *::before, *::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}
li {
    line-height: 25px;
}
.dti-divider {
    border-color: #ecf1f7 !important;
    border-bottom-style: solid;
    clear: both;
    text-align: right;
    line-height: 1;
}
.dti-divider a {
    display: inline-block;
    font-size: .8em;
    text-decoration: none;
    outline: 0;
    padding-bottom: 5px;
    border: none !important;
    color: #62707c !important;
}
/* RANKING */
.ranking-table, .ranking-table > .partner-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.ranking-table {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ranking-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}
.ranking-table>.partner-row>.link-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ranking-table>.partner-row>.col-1 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template: 1fr/120px 2.5fr 1fr;
}
.ranking-table>.partner-row>.col-1>.logo {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    padding: 10px;
    -webkit-box-shadow: 4px 4px 14px rgba(70,69,70,.25);
    box-shadow: 4px 4px 14px rgba(70,69,70,.25);
}
.ranking-table>.partner-row>.col-1>.info-wrap {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ranking-table>.partner-row>.col-1 .stars-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ranking-table>.partner-row>.col-1>.score-wrap {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ranking-table>.partner-row>.col-1 .partner-link {
    margin: 10px;
    min-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    line-height: 2px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 14px rgba(70,69,70,.25);
    box-shadow: 4px 4px 14px rgba(70,69,70,.25);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    background-color: #f55a4a;
    color: #FFF;
}
.ranking-table>.partner-row .col-2 {
    max-height: 0;
    overflow: hidden;
    transition: all .4s cubic-bezier(0,0,.21,1),-webkit-transform 233ms cubic-bezier(0,0,.21,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ranking-table>.partner-row>.col-1>.info-wrap>.partner-name {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}
.ranking-table>.partner-row>.col-1>.info-wrap>.text {
    font-size: 14px;
}
.ranking-table>.partner-row .expand-row, .ranking-table.\--desktop>.partner-row .expand-row>.overlay {
    border-radius: 0 0 5px 5px;
    transition: all .4s cubic-bezier(0,0,.21,1),-webkit-transform 233ms cubic-bezier(0,0,.21,1);
}
.ranking-table>.partner-row .expand-row svg.\--rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ranking-table>.partner-row .expand-row {
    position: relative;
    cursor: pointer;
    margin-left: -20px;
    height: 30px;
    width: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ranking-table>.partner-row:hover>.expand-row svg path{stroke:#8c8c8c}
.ranking-table>.partner-row:hover>.expand-row .overlay{opacity:1}
.ranking-table>.partner-row .col-2>.linebreak {
    height: 1px;
    width: 100%;
    margin: 20px 0;
}
.ranking-table>.partner-row .col-2>.info-wrap {
    width: 60%;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .005em;
    text-transform: none;
    line-height: 22px;
}
.ranking-table>.partner-row .col-2>.image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
}
.ranking-table>.partner-row>.col-1 .review-link {
    white-space: nowrap;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}
.ranking-table>.partner-row>.col-0 {
    padding: 2px 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    padding: 10px;  
    background-color: #464546;
    color: #FFF;
}
.ranking-table>.partner-row:nth-of-type(1) { margin-bottom: 20px; }
.ranking-table>.partner-row:nth-of-type(1)>.col-0 { background-color: #4188db; }
.ranking-table>.partner-row:nth-of-type(2)>.col-0 { background-color: #f5a623; }
.ranking-table>.partner-row { margin-bottom: 10px; }

.post-ratings{display:inline-block;position:relative;width:auto;opacity:1}
.post-ratings>i{color:#f5bb2c;font-size:26px;}
.post-ratings>i:last-child{display:none!important}
.content_center{text-align:center}
.post-ratings-text{display:none}

blockquote {
    font-family: montserrat,sans-serif;
    font-size: 1.8rem;
    border-top: 0;
    border-left: 4px solid #222f3e;
    padding: 0 0 0 15px;
    font-style: italic;
    margin-left: 20px;
}
blockquote:before {
    content: "" !important;
}
.su-table-responsive table thead {
    font-family: montserrat,sans-serif;
    background-color: #343e47!important;
    color: #fff!important;
    border-collapse: collapse;
}
.su-table-responsive table thead th {
    font-family: montserrat,sans-serif;
    background-color: #343e47!important;
    color: #fff!important;
    border-left: 2px solid #d2d2d2!important;
    border-collapse: collapse;
    text-align: left;
    font-size: 18px!important;
    line-height: 29px!important;
    font-weight: 700;
}
.su-table-responsive table thead th:first-of-type {
    border-left: none!important;
}
.su-table-responsive table tbody tr td:first-child {
    font-weight: bold!important;
}
.su-table-responsive table tbody tr td {
    font-family: montserrat,sans-serif;
    border-collapse: collapse;
    text-align: left;
    font-size: 16px!important;
    color: #343e47!important;
    line-height: 29px;
    font-weight: 400!important;
}
.su-pullquote {
    font-weight: 700;
    font-size: 2.2rem;
    padding: .1em .5em;
}
.su-pullquote-align-right {
    border-left: 4px solid #222f3e!important;
    margin: .5em 0 1em 1.2em;
}
.entry-content .wp-caption-text {
    font-size: 1.4rem;
    border-left: 4px solid #54a0ff;
    padding-left: 10px;
    margin-top: 10px;
    padding-top: 0;
    line-height: 1.2;
}
.instagram-media, .twitter-tweet {
    margin: 0 auto!important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper {
    display: table;
    width: 100%;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.i2-pros-cons-wrapper .i2-pros-title {
    background-color: #00bf08 !important;
}
.i2-pros-cons-wrapper .i2-cons-title, .i2-pros-cons-wrapper .i2-pros-title {
    color: #ffffff!important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .i2-pros-title, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .i2-cons-title, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .i2-pros-title, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .i2-cons-title {
    color: rgb(255, 255, 255);
    font-size: 22px;
    padding: 5px 15px;
    margin: 0px;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section {
    padding-bottom: 15px;
    padding-top: 5px;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul {
    margin: 0px;
    padding: 0px 15px 0px 0px;
    list-style: none outside none !important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul li, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul li {
    padding-left: 30px;
    position: relative;
    list-style: none outside none !important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul li i, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul li i {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 80%;
}
.i2-pros-cons-wrapper .i2-cons-title {
    background-color: #bf000a!important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul li i, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul li i {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 80%;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section li i {
    color: rgb(191, 0, 10);
}
.i2-pros-cons-wrapper .i2-cons ul li i {
    color: #bf000a!important;
}
.i2-pros-cons-wrapper .section ul li i {
    top: 8px!important;
}
.i2-pros-cons-wrapper .i2-pros ul li i {
    color: #00bf08!important;
}

.xadvice_shorcode {
    width: 100%;
    padding: 3.2rem 1.6rem;
    margin: 1.6rem 0;
    overflow: hidden;
    background-color: #ecf1f7;
    border-left: 26px solid #54a0ff;
    border-radius: 2px;
}
.xadvice_icon {
    float: left;
    font-size: 64px;
    text-align: center;
    display: inline-block;
    padding: 0 20px 0 10px;
}
.xadvice_content {
    width: 75%;
    float: left;
}
.xadvice_name {
    font-size: 24px;
    font-weight: 700;
}
.xadvice_title {
    display: block;
    font-size: 16px;
    color: #3e454d;
    line-height: 1.5;
    letter-spacing: 2px;
}
.xadvice_main {
    font-weight: 400;
    font-style: normal;
    color: #3e454d;
    text-align: left;
    padding-top: 15px;
}
.shortcode_note {
    background: #fff9be;
    border-left: 26px solid #fdbd40;
    overflow: hidden;
    width: 100%;
    padding: 40px 15px;
    border-radius: 2px;
}
.shortcode_note_icon img {
    margin: 0 auto;
    display: block;
    max-width: 40px;
}
.shortcode_note_content {
    float: left;
    width: 80%;
}
.text-center { text-align: center; }

#ouibounce-modal{font-family:'Open Sans',sans-serif;display:none;position:fixed;top:0;left:0;width:100%;height:100%}#ouibounce-modal .underlay{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.5);cursor:pointer;-webkit-animation:fadein .5s;animation:fadein .5s}#ouibounce-modal .modal{width:720px;height:420px;background-color:#f0f1f2;z-index:1;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;border-radius:4px;-webkit-animation:popin .3s;animation:popin .3s}#ouibounce-modal .modal-title{font-size:18px;background-color:#4188db;color:#fff;padding:10px;margin:0;border-radius:4px 4px 0 0;text-align:center}#ouibounce-modal h3{color:#fff;font-size:1em;margin:.2em;text-transform:uppercase;font-weight:500}#ouibounce-modal .modal-body{padding:5px 0px;font-size:.9em}#ouibounce-modal p{color:#344a5f}#ouibounce-modal form{text-align:center;margin-top:35px}#ouibounce-modal form input[type=text]{padding:12px;font-size:1.2em;width:300px;border-radius:4px;border:1px solid #ccc;-webkit-font-smoothing:antialiased}#ouibounce-modal form input[type=submit]{text-transform:uppercase;font-weight:700;padding:12px;font-size:1.1em;border-radius:4px;color:#fff;background-color:#4ab471;border:none;cursor:pointer;-webkit-font-smoothing:antialiased}#ouibounce-modal form p{text-align:left;margin-left:35px;opacity:.8;margin-top:1px;padding-top:1px;font-size:.9em}#ouibounce-modal .modal-footer{position:absolute;bottom:10px;text-align:center;width:100%}#ouibounce-modal .modal-footer p{text-transform:capitalize;cursor:pointer;display:inline;border-bottom:1px solid #344a5f}@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-ms-keyframes popin{0%{-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-ms-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popin{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}
#ouibounce-modal{ display: none; z-index: 10; }

.aawp-clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.aawp-clearfix{display:inline-block}html[xmlns] .aawp-clearfix{display:block}* html .aawp-clearfix{height:1%}.aawp .align-center{text-align:center}.aawp .aawp-button,.aawp-button{box-sizing: border-box;display: block;margin: 0 auto;max-width: 325px;padding: 15px;    border-radius: 4px;    border: 1px solid transparent !important;    cursor: pointer;    font-size: 14px;    font-weight: 400;    line-height: 19px;    text-align: center;    text-decoration: none !important;    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);    border-color: #ccc !important;    box-shadow: 0px 1px 1px 0px black;color: #333 !important;}.aawp .aawp-button:hover,.aawp-button:hover{text-decoration:none !important}.aawp .aawp-button:active,.aawp-button:active,.aawp .aawp-button:focus,.aawp-button:focus{box-shadow:none;text-decoration:none !important;outline:none}.aawp .aawp-button:visited,.aawp-button:visited{color:#333 !important}.aawp .aawp-button:hover,.aawp-button:hover,.aawp .aawp-button:focus,.aawp-button:focus{border:1px solid #ccc !important;color:#333 !important;background-color:#fafafa}.aawp .aawp-button.rounded,.aawp-button.rounded{border-radius:3px}.aawp .aawp-button.shadow,.aawp-button.shadow{box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset}.aawp .aawp-button.aawp-button--amazon,.aawp-button.aawp-button--amazon{border-color:#9c7e31 #90742d #786025 !important;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,0.4) inset;background:#f0c14b;background:linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0,0,0,0);color:#111 !important}.aawp .aawp-button.aawp-button--amazon:hover,.aawp-button.aawp-button--amazon:hover,.aawp .aawp-button.aawp-button--amazon:active,.aawp-button.aawp-button--amazon:active,.aawp .aawp-button.aawp-button--amazon:focus,.aawp-button.aawp-button--amazon:focus{background:#eeb933;background:linear-gradient(to bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0,0,0,0);color:#111 !important}.aawp .aawp-button.aawp-button--blue,.aawp-button.aawp-button--blue{background-color:#3498db;border-color:#3498db !important;color:#fff !important}.aawp .aawp-button.aawp-button--blue:visited,.aawp-button.aawp-button--blue:visited{color:#fff !important}.aawp .aawp-button.aawp-button--blue:hover,.aawp-button.aawp-button--blue:hover,.aawp .aawp-button.aawp-button--blue:focus,.aawp-button.aawp-button--blue:focus{border:1px solid #3498db !important;color:#fff !important;background-color:#2b94d9}.aawp .aawp-button.aawp-button--red,.aawp-button.aawp-button--red{background-color:#e74c3c;border-color:#e74c3c !important;color:#fff !important}.aawp .aawp-button.aawp-button--red:visited,.aawp-button.aawp-button--red:visited{color:#fff !important}.aawp .aawp-button.aawp-button--red:hover,.aawp-button.aawp-button--red:hover,.aawp .aawp-button.aawp-button--red:focus,.aawp-button.aawp-button--red:focus{border:1px solid #e74c3c !important;color:#fff !important;background-color:#e64433}.aawp .aawp-button.aawp-button--green,.aawp-button.aawp-button--green{background-color:#27ae60;border-color:#27ae60 !important;color:#fff !important}.aawp .aawp-button.aawp-button--green:visited,.aawp-button.aawp-button--green:visited{color:#fff !important}.aawp .aawp-button.aawp-button--green:hover,.aawp-button.aawp-button--green:hover,.aawp .aawp-button.aawp-button--green:focus,.aawp-button.aawp-button--green:focus{border:1px solid #27ae60 !important;color:#fff !important;background-color:#25a65b}.aawp .aawp-button.aawp-button--yellow,.aawp-button.aawp-button--yellow{background-color:#FFDF88;border-color:#FFDF88 !important;color:#333 !important}.aawp .aawp-button.aawp-button--yellow:visited,.aawp-button.aawp-button--yellow:visited{color:#333 !important}.aawp .aawp-button.aawp-button--yellow:hover,.aawp-button.aawp-button--yellow:hover,.aawp .aawp-button.aawp-button--yellow:focus,.aawp-button.aawp-button--yellow:focus{border:1px solid #FFDF88 !important;color:#333 !important;background-color:#ffdc7e}.aawp .aawp-button.aawp-button--orange,.aawp-button.aawp-button--orange{background-color:#f39c12;border-color:#f39c12 !important;color:#fff !important}.aawp .aawp-button.aawp-button--orange:visited,.aawp-button.aawp-button--orange:visited{color:#fff !important}.aawp .aawp-button.aawp-button--orange:hover,.aawp-button.aawp-button--orange:hover,.aawp .aawp-button.aawp-button--orange:focus,.aawp-button.aawp-button--orange:focus{border:1px solid #f39c12 !important;color:#fff !important;background-color:#ef970c}.aawp .aawp-button.aawp-button--dark,.aawp-button.aawp-button--dark{background-color:#363636;border-color:#363636 !important;color:#fff !important}.aawp .aawp-button.aawp-button--dark:visited,.aawp-button.aawp-button--dark:visited{color:#fff !important}.aawp .aawp-button.aawp-button--dark:hover,.aawp-button.aawp-button--dark:hover,.aawp .aawp-button.aawp-button--dark:focus,.aawp-button.aawp-button--dark:focus{border:1px solid #363636 !important;color:#fff !important;background-color:#313131}.aawp .aawp-button.aawp-button--icon,.aawp-button.aawp-button--icon{position:relative;padding-left:32px}.aawp .aawp-button.aawp-button--icon:before,.aawp-button.aawp-button--icon:before{position:absolute;content:'';top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:14px 14px;background-position:9px center}.aawp .aawp-button.aawp-button--icon-amazon-black:before,.aawp-button.aawp-button--icon-amazon-black:before{background-image:url('../img/icon-amazon-black.svg')}.aawp .aawp-button.aawp-button--icon-black:before,.aawp-button.aawp-button--icon-black:before{background-image:url('../img/icon-cart-black.svg')}.aawp .aawp-button.aawp-button--icon-amazon-white:before,.aawp-button.aawp-button--icon-amazon-white:before{background-image:url('../img/icon-amazon-white.svg')}.aawp .aawp-button.aawp-button--icon-white:before,.aawp-button.aawp-button--icon-white:before{background-image:url('../img/icon-cart-white.svg')}a.aawp-star-rating{border:none;box-shadow:none;outline:none;text-decoration:none}a.aawp-star-rating:hover,a.aawp-star-rating:focus,a.aawp-star-rating:active{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp-star-rating{position:relative;display:inline-block;background-image:url('../img/stars/v1.svg');background-repeat:repeat-x;background-position:left center;vertical-align:middle;height:16px;width:80px;background-size:16px 16px}.aawp-star-rating>span{position:absolute;top:0;bottom:0;left:0;display:block;background-image:url('../img/stars/v1-active.svg');background-repeat:repeat-x;background-position:left center;vertical-align:middle}.aawp-star-rating>span{height:16px;width:80px;background-size:16px 16px}.aawp-star-rating--medium{height:20px;width:100px;background-size:20px 20px}.aawp-star-rating--medium>span{height:20px;width:100px;background-size:20px 20px}.aawp-star-rating--large{height:30px;width:150px;background-size:30px 30px}.aawp-star-rating--large>span{height:30px;width:150px;background-size:30px 30px}.aawp-star-rating--v2{background-image:url('../img/stars/v2.svg')}.aawp-star-rating--v2>span{background-image:url('../img/stars/v2-active.svg')}.aawp-star-rating--v3{background-image:url('../img/stars/v3.svg')}.aawp-star-rating--v3>span{background-image:url('../img/stars/v3-active.svg')}.aawp-star-rating--v4{background-image:url('../img/stars/v4.svg')}.aawp-star-rating--v4>span{background-image:url('../img/stars/v4-active.svg')}.aawp-star-rating--v5{background-image:url('../img/stars/v5.svg')}.aawp-star-rating--v5>span{background-image:url('../img/stars/v5-active.svg')}.aawp-star-rating--v6{background-image:url('../img/stars/v6.svg')}.aawp-star-rating--v6>span{background-image:url('../img/stars/v6-active.svg')}.aawp-star-rating--v7{background-image:url('../img/stars/v7.svg')}.aawp-star-rating--v7>span{background-image:url('../img/stars/v7-active.svg')}.aawp-star-rating--wayl{background-image:url('../img/stars/wayl.svg')}.aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-active.svg')}.aawp-star-rating--wayl.aawp-star-rating--small{height:16px;width:60px;background-size:12px 16px}.aawp-star-rating--wayl.aawp-star-rating--small>span{height:16px;width:60px;background-size:12px 16px}.aawp-star-rating--wayl.aawp-star-rating--medium{height:20px;width:75px;background-size:15px 20px}.aawp-star-rating--wayl.aawp-star-rating--medium>span{height:20px;width:75px;background-size:15px 20px}.aawp-star-rating--wayl.aawp-star-rating--large{height:30px;width:115px;background-size:23px 30px}.aawp-star-rating--wayl.aawp-star-rating--large>span{height:30px;width:115px;background-size:23px 30px}.aawp-product{position:relative;margin:0 0 30px;width:100%}.aawp-product .aawp-product__title{word-wrap:break-word}.aawp-product__ribbon{padding:0 20px;font-weight:400;font-size:12px;line-height:20px;text-transform:uppercase}.aawp-product__ribbon--sale{background:#27ae60;border-bottom-left-radius:2px;color:#fff}.aawp-product__ribbon--bestseller{background:#e47911;border-bottom-right-radius:2px;color:#fff}.aawp-product__ribbon--new{background:#d9534f;border-bottom-right-radius:2px;color:#fff}.widget .aawp-box,.aawp.aawp-box.box--widget{box-sizing:border-box;margin-bottom:15px;padding:15px 10px 10px}.widget .aawp-box *,.aawp.aawp-box.box--widget *,.widget .aawp-box *:before,.aawp.aawp-box.box--widget *:before,.widget .aawp-box *:after,.aawp.aawp-box.box--widget *:after{box-sizing:border-box}.widget .aawp-box:last-child,.aawp.aawp-box.box--widget:last-child{margin-bottom:0}.widget .aawp-box.sale,.aawp.aawp-box.box--widget.sale{padding-top:30px}.widget .aawp-box .aawp-box__thumb,.aawp.aawp-box.box--widget .aawp-box__thumb{float:none;width:100%;margin-bottom:10px}.widget .aawp-box .aawp-box__image,.aawp.aawp-box.box--widget .aawp-box__image{max-width:120px;margin-bottom:5px}.widget .aawp-box .aawp-box__content,.aawp.aawp-box.box--widget .aawp-box__content{margin-left:0;padding-left:0}.widget .aawp-box .aawp-box__title,.aawp.aawp-box.box--widget .aawp-box__title{font-size:14px !important;line-height:1.3 !important;text-align:center}.widget .aawp-box .aawp-box__footer,.aawp.aawp-box.box--widget .aawp-box__footer{text-align:center;margin-left:0;padding-left:0}.widget .aawp-box .aawp-box__footer p,.aawp.aawp-box.box--widget .aawp-box__footer p{margin:0}.widget .aawp-box .aawp-box__rating,.aawp.aawp-box.box--widget .aawp-box__rating{margin-left:0}.widget .aawp-box .aawp-box__pricing,.aawp.aawp-box.box--widget .aawp-box__pricing{margin:0 0 10px}.widget .aawp-box .aawp-box__price,.aawp.aawp-box.box--widget .aawp-box__price{line-height:1 !important;margin-bottom:5px}.widget .aawp-box .aawp-box__price--old,.aawp.aawp-box.box--widget .aawp-box__price--old{font-size:13px !important}.widget .aawp-box .aawp-box__price--saved,.aawp.aawp-box.box--widget .aawp-box__price--saved{margin-top:0}.widget .aawp-box .aawp-box__price--current,.aawp.aawp-box.box--widget .aawp-box__price--current{display:block !important;font-size:18px !important;margin:0}.widget .aawp-box .aawp-box__prime,.aawp.aawp-box.box--widget .aawp-box__prime{margin:5px 0 0 !important}.widget .aawp-box .aawp-box__btn,.aawp.aawp-box.box--widget .aawp-box__btn{margin-top:5px;margin-left:0}.widget .aawp-box .aawp-box__info,.aawp.aawp-box.box--widget .aawp-box__info{position:static;display:block;margin-top:10px;max-width:100%;text-align:center}.widget .aawp-box.inline-info .aawp-box__thumb,.aawp.aawp-box.box--widget.inline-info .aawp-box__thumb{margin-bottom:10px}.widget .aawp-box .aawp-box__reviews,.aawp.aawp-box.box--widget .aawp-box__reviews,.widget .aawp-box .aawp-box__description,.aawp.aawp-box.box--widget .aawp-box__description{display:none}.aawp .aawp-product--horizontal{zoom:1;display:block;max-width:100%;padding:20px;background:#fff;border:1px solid #ececec;font-size:15px;line-height:1.6;white-space:normal}.aawp .aawp-product--horizontal:before,.aawp .aawp-product--horizontal:after{content:" ";display:table}.aawp .aawp-product--horizontal:after{clear:both}.aawp .aawp-product--horizontal.aawp-product--ribbon{padding-top:35px}@media (min-width:769px){.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__thumb{width:250px}.aawp .aawp-product--horizontal.aawp-product--css-adjust-image-large .aawp-product__content{margin-left:250px;padding-left:40px}}.aawp .aawp-product--horizontal .aawp-product__thumb{float:left;width:260px}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__thumb{float:none;width:100%}}.aawp .aawp-product--horizontal .aawp-product__image{display:block;height:auto;margin:0 auto 15px;max-height:200px;max-width:100%;width:auto;border:none;box-shadow:none}.aawp .aawp-product--horizontal .aawp-product__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--horizontal .aawp-product__reviews{margin-top:5px;font-size:12px;color:#666;text-align:center}.aawp .aawp-product--horizontal .aawp-product__content{margin-left:260px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__content{margin:0;padding:0}}.aawp .aawp-product--horizontal .aawp-product__title{display:block;margin:0 0 15px 0;font-size:24px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__title{margin-bottom:5px;font-size:16px}}.aawp .aawp-product--horizontal .aawp-product__description{margin:0}.aawp .aawp-product--horizontal .aawp-product__description>p{margin:0 0 5px}.aawp .aawp-product--horizontal .aawp-product__description>p:empty{display:none}.aawp .aawp-product--horizontal .aawp-product__description>ul{margin:0 0 5px;padding:0 0 0 20px;list-style-type:disc;list-style-position:outside !important}.aawp .aawp-product--horizontal .aawp-product__description>ul li{margin:0;padding:0;background:none;word-wrap:break-word}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__description{display:none}}.aawp .aawp-product--horizontal .aawp-product__footer{text-align:right;margin-left:260px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__footer{margin:0;padding:0}}.aawp .aawp-product--horizontal .aawp-product__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--horizontal .aawp-product__pricing:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--current:empty{display:none;margin:0}.aawp .aawp-product--horizontal .aawp-product__pricing span+span{margin-left:15px}.aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-prime,.aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-premium{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__pricing{margin-bottom:0}}.aawp .aawp-product--horizontal .aawp-product__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--horizontal .aawp-product__price--old{font-size:14px;text-decoration:line-through;color:#666}.aawp .aawp-product--horizontal .aawp-product__price--current{font-size:20px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--horizontal .aawp-product__price--current{font-size:16px}}.aawp .aawp-product--horizontal .aawp-product__price--saved{border-radius:2px;background:#27ae60;background:rgba(39,174,96,0.8);padding:4px 6px;color:#fff;font-size:12px;line-height:12px;margin-top:11px;margin-bottom:11px}.aawp .aawp-product--horizontal .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--horizontal .aawp-product__ribbon{position:absolute;padding:0 15px}.aawp .aawp-product--horizontal .aawp-product__ribbon--bestseller,.aawp .aawp-product--horizontal .aawp-product__ribbon--new{top:-1px;left:-1px}.aawp .aawp-product--horizontal .aawp-product__ribbon--sale{top:-1px;right:-1px}.aawp .aawp-product--horizontal .aawp-product__info{position:absolute;bottom:10px;left:15px;max-width:225px;color:#666;font-size:11px;text-align:left}@media (max-width:768px){.aawp .aawp-product--horizontal .aawp-product__info{position:static;display:block;margin-top:10px;max-width:100%}}@media (min-width:768px){.aawp .aawp-product--horizontal.aawp-product--inline-info .aawp-product__thumb{margin-bottom:30px}}@media (min-width:768px){}.aawp .aawp-product--horizontal.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset}.aawp .aawp-product--horizontal.aawp-product--style-dark{background:#232F3E;color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:hover,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__reviews,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__info{color:#ccc}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--horizontal.aawp-product--style-wayl{background:#96281B;color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:hover,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__reviews,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__info{color:#ccc}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--widget-vertical{zoom:1;padding:20px;background:#fff;border:1px solid #ececec;color:inherit;position:relative;display:block;margin:0 0 20px;max-width:100%;font-size:15px;line-height:1.6;white-space:normal;min-width:100%;padding:15px;margin-bottom:20px}.aawp .aawp-product--widget-vertical:before,.aawp .aawp-product--widget-vertical:after{content:" ";display:table}.aawp .aawp-product--widget-vertical:after{clear:both}@media (max-width:480px){.aawp .aawp-product--widget-vertical{margin-bottom:15px}}.aawp .aawp-product--widget-vertical.ribbon{padding-top:35px}.aawp .aawp-product--widget-vertical .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--widget-vertical .aawp-box__image{display:block;height:auto;margin:0 auto 15px;max-width:100%;border:none;box-shadow:none}.aawp .aawp-product--widget-vertical .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--widget-vertical .aawp-box__reviews{margin-top:5px;font-size:12px;color:#666;text-align:center}.aawp .aawp-product--widget-vertical .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--widget-vertical .aawp-box__title{display:block;margin:0 0 15px 0;font-size:18px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__title{margin-bottom:5px;font-size:16px}}.aawp .aawp-product--widget-vertical .aawp-box__description{margin:0}.aawp .aawp-product--widget-vertical .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--widget-vertical .aawp-box__description>p:empty{display:none}.aawp .aawp-product--widget-vertical .aawp-box__description>ul{margin:0 0 5px;padding:0 0 0 20px;list-style-position:outside !important}.aawp .aawp-product--widget-vertical .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__description{display:none}}.aawp .aawp-product--widget-vertical .aawp-box__footer{text-align:right;margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--widget-vertical .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--widget-vertical .aawp-box__pricing:empty{display:none}.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-prime,.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-premium{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--widget-vertical .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--widget-vertical .aawp-box__price--old{font-size:14px;text-decoration:line-through;color:#666}.aawp .aawp-product--widget-vertical .aawp-box__price--current{font-size:20px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--widget-vertical .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--widget-vertical .aawp-box__price--saved{border-radius:2px;background:#27ae60;background:rgba(39,174,96,0.8);padding:4px 6px;color:#fff;font-size:12px;line-height:12px;margin-top:11px;margin-bottom:11px}.aawp .aawp-product--widget-vertical .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--widget-vertical .aawp-box__ribbon{position:absolute;font-weight:400;font-size:12px;text-transform:uppercase;color:#fff;line-height:20px;padding:0 15px}.aawp .aawp-product--widget-vertical .aawp-box__bestseller{top:-1px;left:-1px;background:#e47911;background:rgba(228,121,17,0.8);border-bottom-right-radius:2px}.aawp .aawp-product--widget-vertical .aawp-box__sale{top:-1px;right:-1px;background:#27ae60;background:rgba(39,174,96,0.8);border-bottom-left-radius:2px}.aawp .aawp-product--widget-vertical .aawp-box__info{position:absolute;bottom:10px;left:15px;max-width:225px;color:#666;font-size:11px;text-align:left}@media (max-width:768px){.aawp .aawp-product--widget-vertical .aawp-box__info{position:static;display:block;margin-top:10px;max-width:100%}}@media (min-width:768px){.aawp .aawp-product--widget-vertical.inline-info .aawp-box__thumb{margin-bottom:30px}}@media (min-width:768px){}.aawp .aawp-product--widget-vertical.aawp-product--ribbon{padding-top:25px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon{padding:0 10px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon--sale{position:absolute;top:-1px;right:-1px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon--bestseller{position:absolute;top:-1px;left:-1px}.aawp .aawp-product--widget-vertical .aawp-product__ribbon--new{position:absolute;top:-1px;left:-1px}.aawp .aawp-product--widget-vertical .aawp-product__image-link{margin:0;border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--widget-vertical .aawp-product__image-link:hover,.aawp .aawp-product--widget-vertical .aawp-product__image-link:focus,.aawp .aawp-product--widget-vertical .aawp-product__image-link:active{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--widget-vertical .aawp-product__image{display:block;width:100% \9;max-width:100%;height:auto;margin:0 auto;max-height:200px}.aawp .aawp-product--widget-vertical .aawp-product__content{position:relative}.aawp .aawp-product--widget-vertical .aawp-product__title{display:block;margin-top:10px;border:none;box-shadow:none;outline:none;text-decoration:none;font-size:14px;font-weight:bold;line-height:1.3;text-align:center}.aawp .aawp-product--widget-vertical .aawp-product__meta{margin-top:5px;text-align:center}.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-star-rating{margin:0 5px}.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-check-prime{margin:0 5px}.aawp .aawp-product--widget-vertical .aawp-product__reviews{display:inline-block;color:#666;font-size:14px;line-height:14px;vertical-align:-10%}.aawp .aawp-product--widget-vertical .aawp-product__footer{text-align:center}.aawp .aawp-product--widget-vertical .aawp-product__footer .aawp-button{margin-top:10px}.aawp .aawp-product--widget-vertical .aawp-product__pricing{margin-top:10px;width:100%}.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-check-prime{display:block;margin:7px auto 0}.aawp .aawp-product--widget-vertical .aawp-product__pricing:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing .aawp-product__price--current:empty{display:none;margin:0}.aawp .aawp-product--widget-vertical .aawp-product__price{margin:0 5px;line-height:18px}.aawp .aawp-product--widget-vertical .aawp-product__price--old{color:#666;font-size:13px;text-decoration:line-through}.aawp .aawp-product--widget-vertical .aawp-product__price--current{font-size:18px;font-weight:bold}.aawp .aawp-product--widget-vertical .aawp-product__info{display:block;margin-top:10px;color:#666;font-size:11px;text-align:center}.aawp .aawp-product--widget-vertical.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset}.aawp .aawp-product--widget-vertical.aawp-product--style-dark{background:#232F3E;color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:hover,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__reviews,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__info{color:#ccc}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--current{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl{background:#96281B;color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:hover,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__reviews,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__info{color:#ccc}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--current{color:#e2e2e2}.thrv_wrapper div.aawp,.thrv_wrapper div.aawp div{box-sizing:border-box}.thrv_wrapper .aawp .aawp-product--vertical{min-width:auto}.aawp{box-sizing:border-box}.aawp *,.aawp *:before,.aawp *:after{box-sizing:border-box}.aawp div,.aawp span{box-sizing:border-box}.aawp div *,.aawp span *,.aawp div *:before,.aawp span *:before,.aawp div *:after,.aawp span *:after{box-sizing:border-box}.aawp-disclaimer,.aawp-credits{font-size:12px}.aawp a.aawp-check-prime,a.aawp-check-prime,.aawp a.aawp-check-premium,a.aawp-check-premium{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp a.aawp-check-prime:visited,a.aawp-check-prime:visited,.aawp a.aawp-check-premium:visited,a.aawp-check-premium:visited,.aawp a.aawp-check-prime:hover,a.aawp-check-prime:hover,.aawp a.aawp-check-premium:hover,a.aawp-check-premium:hover,.aawp a.aawp-check-prime:focus,a.aawp-check-prime:focus,.aawp a.aawp-check-premium:focus,a.aawp-check-premium:focus,.aawp a.aawp-check-prime:active,a.aawp-check-prime:active,.aawp a.aawp-check-premium:active,a.aawp-check-premium:active{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-check-prime,.aawp-check-prime{display:inline-block;width:55px;height:16px;background-image:url('../img/icon-check-prime.png');vertical-align:middle}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.aawp .aawp-check-prime,.aawp-check-prime{background-image:url('../img/icon-check-prime@2x.png');background-size:55px 16px}}.aawp .aawp-check-prime.aawp-check-prime--jp,.aawp-check-prime.aawp-check-prime--jp{background-image:url('../img/icon-check-prime-jp.png')}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.aawp .aawp-check-prime.aawp-check-prime--jp,.aawp-check-prime.aawp-check-prime--jp{background-image:url('../img/icon-check-prime-jp.png')}}.aawp .aawp-check-premium,.aawp-check-premium{display:inline-block;width:75px;height:16px;background-image:url('../img/icon-check-premium.png');vertical-align:middle}.aawp-link{position:relative}.aawp-link-icon-container{position:relative;display:inline-block;height:16px;width:16px;box-shadow:none;text-decoration:none;outline:none;border:none;overflow:visible}.aawp-link-icon-container--large{width:66px}.aawp-link-icon{position:absolute;bottom:-2px;left:0;display:block;height:16px;width:16px;max-width:none;max-height:none;min-width:0;min-height:0;background-repeat:no-repeat;background-size:100%;background-position:center;transition:all .5s;overflow:visible}.aawp-link-icon.amazon{background-image:url('../img/icon-amazon.svg')}.aawp-link-icon.cart{background-color:#fff;background-color:rgba(255,255,255,0.8);background-image:url('../img/icon-cart-black.svg')}.aawp-link-icon.amazon-logo{bottom:-5px;height:20px;width:66px;background-image:url('../img/icon-amazon-logo.png')}.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon,.aawp-link-icon-container:hover .aawp-link-icon{height:30px;width:30px}.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon.amazon-logo,.aawp-link-icon-container:hover .aawp-link-icon.amazon-logo{height:30px;width:99px}.aawp.aawp-box{box-sizing:border-box;zoom:1;position:relative;display:block;margin:0 0 20px;max-width:100%;padding:20px;background:#fff;border:1px solid #ececec;font-size:15px;line-height:1.6;white-space:normal}.aawp.aawp-box *,.aawp.aawp-box *:before,.aawp.aawp-box *:after{box-sizing:border-box}.aawp.aawp-box:before,.aawp.aawp-box:after{content:" ";display:table}.aawp.aawp-box:after{clear:both}@media (max-width:480px){.aawp.aawp-box{margin-bottom:15px}}.aawp.aawp-box.ribbon{padding-top:35px}.aawp.aawp-box .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp.aawp-box .aawp-box__thumb{float:none;width:100%}}.aawp.aawp-box .aawp-box__image{display:block;height:auto;margin:0 auto 15px;max-width:100%;border:none;box-shadow:none}.aawp.aawp-box .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp.aawp-box .aawp-box__rating .aawp-star-rating{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp.aawp-box .aawp-box__rating .aawp-star-rating:hover,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:focus,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:active{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp.aawp-box .aawp-box__reviews{margin-top:5px;font-size:12px;color:#666;text-align:center}.aawp.aawp-box .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp.aawp-box .aawp-box__content{margin:0;padding:0}}.aawp.aawp-box .aawp-box__title{display:block;margin:0 0 15px 0;font-size:18px;font-weight:bold}@media (max-width:480px){.aawp.aawp-box .aawp-box__title{margin-bottom:5px;font-size:16px}}.aawp.aawp-box .aawp-box__description{margin:0}.aawp.aawp-box .aawp-box__description>p{margin:0 0 5px}.aawp.aawp-box .aawp-box__description>p:empty{display:none}.aawp.aawp-box .aawp-box__description>ul{margin:0 0 5px;padding:0 0 0 20px;list-style-position:outside !important}.aawp.aawp-box .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp.aawp-box .aawp-box__description{display:none}}.aawp.aawp-box .aawp-box__footer{text-align:right;margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp.aawp-box .aawp-box__footer{margin:0;padding:0}}.aawp.aawp-box .aawp-box__pricing{display:block;margin-bottom:5px}.aawp.aawp-box .aawp-box__pricing:empty{display:none}.aawp.aawp-box .aawp-box__pricing span+span{margin-left:15px}.aawp.aawp-box .aawp-box__pricing span+span.aawp-check-prime,.aawp.aawp-box .aawp-box__pricing span+span.aawp-check-premium{margin-left:5px}@media (max-width:480px){.aawp.aawp-box .aawp-box__pricing{margin-bottom:0}}.aawp.aawp-box .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp.aawp-box .aawp-box__price--old{font-size:14px;text-decoration:line-through;color:#666}.aawp.aawp-box .aawp-box__price--current{font-size:20px;font-weight:bold}@media (max-width:480px){.aawp.aawp-box .aawp-box__price--current{font-size:16px}}.aawp.aawp-box .aawp-box__price--saved{border-radius:2px;background:#27ae60;background:rgba(39,174,96,0.8);padding:4px 6px;color:#fff;font-size:12px;line-height:12px;margin-top:11px;margin-bottom:11px}.aawp.aawp-box .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp.aawp-box .aawp-box__ribbon{position:absolute;font-weight:400;font-size:12px;text-transform:uppercase;color:#fff;line-height:20px;padding:0 15px}.aawp.aawp-box .aawp-box__bestseller{top:-1px;left:-1px;background:#e47911;background:rgba(228,121,17,0.8);border-bottom-right-radius:2px}.aawp.aawp-box .aawp-box__sale{top:-1px;right:-1px;background:#27ae60;background:rgba(39,174,96,0.8);border-bottom-left-radius:2px}.aawp.aawp-box .aawp-box__info{position:absolute;bottom:10px;left:15px;max-width:225px;color:#666;font-size:11px;text-align:left}@media (max-width:768px){.aawp.aawp-box .aawp-box__info{position:static;display:block;margin-top:10px;max-width:100%}}@media (min-width:768px){.aawp.aawp-box.inline-info .aawp-box__thumb{margin-bottom:30px}}@media (min-width:768px){}.aawp-not-available-info,.aawp-not-available-notice{font-size:80%}.aawp-not-available-info{color:#4189A5}.aawp-not-available-notice{color:#f0ad4e}.aawp.aawp-responsive-table{overflow-y:scroll;-webkit-overflow-scrolling:touch}@media (min-width:768px){.aawp.aawp-responsive-table{overflow:visible}}.aawp.aawp-table{box-sizing:border-box;margin:0 0 30px;table-layout:auto;width:100%;border:none;border-collapse:collapse;border-spacing:0;font-size:14px;line-height:1.4}.aawp.aawp-table tr{border:none}.aawp.aawp-table th,.aawp.aawp-table td{padding:5px;vertical-align:top}.aawp.aawp-table th{border:none;border-bottom:2px solid #ccc;font-size:16px;text-align:center;white-space:nowrap}.aawp.aawp-table td{border:none;border-bottom:1px solid #ccc;text-align:center;vertical-align:middle}.aawp.aawp-table a{text-decoration:none}.aawp.aawp-table .position{max-width:30px;font-weight:bold}.aawp.aawp-table .thumb img{display:block;width:100% \9;max-width:100%;height:auto;margin:0 auto}.aawp.aawp-table .title{min-width:150px;text-align:left}.aawp.aawp-table .description ul{margin:0;padding:0}.aawp.aawp-table .links{white-space:nowrap}.aawp-responsive-table-note{font-size:14px;color:#666}@media (min-width:768px){.aawp-responsive-table-note{display:none}}.aawp-box{zoom:1;padding:20px;background:#fff;border:1px solid #ececec;color:inherit;position:relative;display:block;margin:0 0 20px;max-width:100%;font-size:15px;line-height:1.6;white-space:normal}.aawp-box:before,.aawp-box:after{content:" ";display:table}.aawp-box:after{clear:both}@media (max-width:480px){.aawp-box{margin-bottom:15px}}.aawp-box.ribbon{padding-top:35px}.aawp-box .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp-box .aawp-box__thumb{float:none;width:100%}}.aawp-box .aawp-box__image{display:block;height:auto;margin:0 auto 15px;max-width:100%;border:none;box-shadow:none}.aawp-box .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp-box .aawp-box__reviews{margin-top:5px;font-size:12px;color:#666;text-align:center}.aawp-box .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp-box .aawp-box__content{margin:0;padding:0}}.aawp-box .aawp-box__title{display:block;margin:0 0 15px 0;font-size:18px;font-weight:bold}@media (max-width:480px){.aawp-box .aawp-box__title{margin-bottom:5px;font-size:16px}}.aawp-box .aawp-box__description{margin:0}.aawp-box .aawp-box__description>p{margin:0 0 5px}.aawp-box .aawp-box__description>p:empty{display:none}.aawp-box .aawp-box__description>ul{margin:0 0 5px;padding:0 0 0 20px;list-style-position:outside !important}.aawp-box .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp-box .aawp-box__description{display:none}}.aawp-box .aawp-box__footer{text-align:right;margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp-box .aawp-box__footer{margin:0;padding:0}}.aawp-box .aawp-box__pricing{display:block;margin-bottom:5px}.aawp-box .aawp-box__pricing:empty{display:none}.aawp-box .aawp-box__pricing span+span{margin-left:15px}.aawp-box .aawp-box__pricing span+span.aawp-check-prime,.aawp-box .aawp-box__pricing span+span.aawp-check-premium{margin-left:5px}@media (max-width:480px){.aawp-box .aawp-box__pricing{margin-bottom:0}}.aawp-box .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp-box .aawp-box__price--old{font-size:14px;text-decoration:line-through;color:#666}.aawp-box .aawp-box__price--current{font-size:20px;font-weight:bold}@media (max-width:480px){.aawp-box .aawp-box__price--current{font-size:16px}}.aawp-box .aawp-box__price--saved{border-radius:2px;background:#27ae60;background:rgba(39,174,96,0.8);padding:4px 6px;color:#fff;font-size:12px;line-height:12px;margin-top:11px;margin-bottom:11px}.aawp-box .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp-box .aawp-box__ribbon{position:absolute;font-weight:400;font-size:12px;text-transform:uppercase;color:#fff;line-height:20px;padding:0 15px}.aawp-box .aawp-box__bestseller{top:-1px;left:-1px;background:#e47911;background:rgba(228,121,17,0.8);border-bottom-right-radius:2px}.aawp-box .aawp-box__sale{top:-1px;right:-1px;background:#27ae60;background:rgba(39,174,96,0.8);border-bottom-left-radius:2px}.aawp-box .aawp-box__info{position:absolute;bottom:10px;left:15px;max-width:225px;color:#666;font-size:11px;text-align:left}@media (max-width:768px){.aawp-box .aawp-box__info{position:static;display:block;margin-top:10px;max-width:100%}}@media (min-width:768px){.aawp-box.inline-info .aawp-box__thumb{margin-bottom:30px}}@media (min-width:768px){}.aawp-not-available-info,.aawp-not-available-notice{font-size:80%}.aawp-not-available-info{color:#4189A5}.aawp-not-available-notice{color:#f0ad4e}.aawp.aawp-box.light{box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset}.aawp.aawp-box.dark{background:#232F3E;color:#f2f2f2}.aawp.aawp-box.dark .aawp-box__title{color:#fff}.aawp.aawp-box.dark .aawp-box__title:visited{color:#fff}.aawp.aawp-box.dark .aawp-box__title:hover,.aawp.aawp-box.dark .aawp-box__title:focus{color:#f2f2f2}.aawp.aawp-box.dark .aawp-box__price--current{color:#fff}.aawp.aawp-box.dark .aawp-box__reviews,.aawp.aawp-box.dark .aawp-box__price--old,.aawp.aawp-box.dark .aawp-box__info{color:#ccc}.aawp.aawp-box.dark .aawp-box__bestseller{top:0;left:0}.aawp.aawp-box.dark .aawp-box__sale{right:0;top:0}.aawp-grid{letter-spacing:-0.31em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap;-ms-align-content:flex-start;-webkit-align-content:flex-start;align-content:flex-start;width:104%;margin-left:-4%}.aawp-grid .opera-only :-o-prefocus,.aawp-grid{word-spacing:-0.43em}@media (min-width:601px){.aawp-grid{display:flex;display:-webkit-flex;flex-wrap:wrap}}.aawp-grid__item{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;font-family:sans-serif;width:96%;margin-left:4%}@media (min-width:601px){.aawp-grid__item{display:flex;display:-webkit-flex}.aawp-grid__item>*{max-width:100%}}@media (min-width:601px){.aawp-grid--col-2 .aawp-grid__item{width:46%}.aawp-grid--col-3 .aawp-grid__item{width:29.33%}.aawp-grid--col-4 .aawp-grid__item{width:21%}.aawp-grid--col-5 .aawp-grid__item{width:16%}.aawp-grid--col-6 .aawp-grid__item{width:12.66%}}@media (min-width:601px) and (max-width:1024px){.aawp-grid--col-3 .aawp-grid__item,.aawp-grid--col-4 .aawp-grid__item,.aawp-grid--col-5 .aawp-grid__item,.aawp-grid--col-6 .aawp-grid__item{width:46%}}.aawp table.aawp-table{display:block;margin:10px 0 30px;border:none;border-collapse:collapse;border-spacing:0;font-size:16px}.aawp table.aawp-table,.aawp table.aawp-table thead,.aawp table.aawp-table tbody,.aawp table.aawp-table th,.aawp table.aawp-table td,.aawp table.aawp-table tr{display:block;border:none}.aawp table.aawp-table thead tr{position:absolute;top:-9999px;left:-9999px}.aawp table.aawp-table tr{margin-bottom:20px}.aawp table.aawp-table tr:nth-child(odd){background-color:#fafafa}.aawp table.aawp-table th{border:none}.aawp table.aawp-table td{padding:10px;border:none;border-top:1px solid #ededed;border-right:1px solid #ededed;border-left:1px solid #ededed}.aawp table.aawp-table td:last-child{border-bottom:1px solid #ededed}.aawp table.aawp-table td:before{content:attr(data-label) ": ";display:inline-block;font-weight:bold;width:125px}.aawp table.aawp-table td img{display:inline-block;width:100% \9;max-width:100%;height:auto;margin:0 auto;max-height:200px}.aawp table.aawp-table td.aawp-table__td-position{font-weight:bold;text-align:center}.aawp table.aawp-table td.aawp-table__td-position:before{content:attr(data-label) "";width:auto;margin-right:5px}.aawp table.aawp-table td.aawp-table__td-thumb,.aawp table.aawp-table td.aawp-table__td-title,.aawp table.aawp-table td.aawp-table__td-links{text-align:center}.aawp table.aawp-table td.aawp-table__td-thumb:before,.aawp table.aawp-table td.aawp-table__td-title:before,.aawp table.aawp-table td.aawp-table__td-links:before{display:none}.aawp table.aawp-table td .aawp-product__reviews{display:none}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price{display:inline-block;margin-right:10px;vertical-align:middle}.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old{color:#666;font-size:11.2px;text-decoration:line-through}@media (min-width:800px){.aawp table.aawp-table{display:table;table-layout:auto;width:100%;border:1px solid #ededed;font-size:14px;line-height:1.4}.aawp table.aawp-table thead{display:table-header-group}.aawp table.aawp-table thead tr{position:static;top:auto;left:auto}.aawp table.aawp-table tbody{display:table-row-group}.aawp table.aawp-table tr{display:table-row}.aawp table.aawp-table th,.aawp table.aawp-table td{display:table-cell;padding:10px 12px;text-align:left}.aawp table.aawp-table td:before{display:none;content:"";width:auto}.aawp table.aawp-table thead{background:#fafafa}.aawp table.aawp-table tr:nth-child(odd){background:none}.aawp table.aawp-table th,.aawp table.aawp-table td{vertical-align:middle}.aawp table.aawp-table th.aawp-table__th-position,.aawp table.aawp-table td.aawp-table__th-position,.aawp table.aawp-table th.aawp-table__td-position,.aawp table.aawp-table td.aawp-table__td-position{max-width:50px;font-weight:bold;white-space:nowrap}.aawp table.aawp-table th.aawp-table__th-thumb img,.aawp table.aawp-table td.aawp-table__th-thumb img,.aawp table.aawp-table th.aawp-table__td-thumb img,.aawp table.aawp-table td.aawp-table__td-thumb img{display:block;width:100% \9;max-width:100%;height:auto;margin:0 auto;max-width:65px;max-height:100px}.aawp table.aawp-table th.aawp-table__th-title,.aawp table.aawp-table td.aawp-table__th-title,.aawp table.aawp-table th.aawp-table__td-title,.aawp table.aawp-table td.aawp-table__td-title{min-width:150px;text-align:left}.aawp table.aawp-table th.aawp-table__th-rating .aawp-product__reviews,.aawp table.aawp-table td.aawp-table__th-rating .aawp-product__reviews,.aawp table.aawp-table th.aawp-table__td-rating .aawp-product__reviews,.aawp table.aawp-table td.aawp-table__td-rating .aawp-product__reviews{display:block;margin-top:5px;color:#666;font-size:12px;white-space:nowrap}.aawp table.aawp-table th.aawp-table__th-pricing,.aawp table.aawp-table td.aawp-table__th-pricing,.aawp table.aawp-table th.aawp-table__td-pricing,.aawp table.aawp-table td.aawp-table__td-pricing{white-space:nowrap}.aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price,.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price{display:block;font-weight:bold}.aawp table.aawp-table th.aawp-table__th-pricing .aawp-product__price--old,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-product__price--old,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-product__price--old,.aawp table.aawp-table td.aawp-table__td-pricing .aawp-product__price--old{font-weight:400}.aawp table.aawp-table th.aawp-table__th-pricing .aawp-check-prime,.aawp table.aawp-table td.aawp-table__th-pricing .aawp-check-prime,.aawp table.aawp-table th.aawp-table__td-pricing .aawp-check-prime,.aawp table.aawp-table td.aawp-table__td-pricing .aawp-check-prime{margin-top:5px}.aawp table.aawp-table th.aawp-table__th-links,.aawp table.aawp-table td.aawp-table__th-links,.aawp table.aawp-table th.aawp-table__td-links,.aawp table.aawp-table td.aawp-table__td-links{white-space:nowrap}.aawp table.aawp-table th.aawp-table__th-links .aawp-button,.aawp table.aawp-table td.aawp-table__th-links .aawp-button,.aawp table.aawp-table th.aawp-table__td-links .aawp-button,.aawp table.aawp-table td.aawp-table__td-links .aawp-button{word-break:break-all}.aawp table.aawp-table tr th{font-weight:bold;text-align:left}.aawp table.aawp-table tr td{border-left:none;border-right:none}.aawp table.aawp-table a{border:none;box-shadow:none;outline:none;text-decoration:none}}.aawp table.aawp-comparison-table{margin:10px 0 30px;border:none;border-collapse:separate;border-spacing:0;font-size:16px}.aawp table.aawp-comparison-table,.aawp table.aawp-comparison-table thead,.aawp table.aawp-comparison-table tbody,.aawp table.aawp-comparison-table th,.aawp table.aawp-comparison-table td,.aawp table.aawp-comparison-table tr{display:block;overflow:hidden;border:none}.aawp table.aawp-comparison-table thead tr{position:absolute;top:-9999px;left:-9999px}.aawp table.aawp-comparison-table tr{margin-bottom:20px}.aawp table.aawp-comparison-table tr:nth-child(odd){background-color:#fafafa}.aawp table.aawp-comparison-table th,.aawp table.aawp-comparison-table td{border-right:1px solid #ededed;border-bottom:1px solid #ededed}.aawp table.aawp-comparison-table td{padding:10px}.aawp table.aawp-comparison-table td:before{content:attr(data-label) ": ";display:inline-block;font-weight:bold;width:125px}.aawp table.aawp-comparison-table td img{display:inline-block;width:100% \9;max-width:100%;height:auto}.aawp table.aawp-comparison-table td.position{font-weight:bold;text-align:center}.aawp table.aawp-comparison-table td.position:before{content:attr(data-label) "";width:auto}.aawp table.aawp-comparison-table td.thumb,.aawp table.aawp-comparison-table td.title,.aawp table.aawp-comparison-table td.links{text-align:center}.aawp table.aawp-comparison-table td.thumb:before,.aawp table.aawp-comparison-table td.title:before,.aawp table.aawp-comparison-table td.links:before{display:none}.aawp table.aawp-comparison-table td.pricing .price{display:block;min-height:20px;line-height:20px}.aawp table.aawp-comparison-table td.pricing .price--current{font-size:16px;font-weight:bold}.aawp table.aawp-comparison-table td.pricing .price--old{color:#666;font-size:12px;text-decoration:line-through}@media (min-width:800px){.aawp table.aawp-comparison-table{display:table;table-layout:fixed;width:100%;background:#fff;border-top:1px solid #ededed;border-left:1px solid #ededed;font-size:14px;line-height:1.4}.aawp table.aawp-comparison-table thead{display:table-header-group}.aawp table.aawp-comparison-table thead tr{position:static;top:auto;left:auto}.aawp table.aawp-comparison-table tbody{display:table-row-group}.aawp table.aawp-comparison-table tr{display:table-row}.aawp table.aawp-comparison-table th,.aawp table.aawp-comparison-table td{display:table-cell;padding:10px 12px;text-align:left}.aawp table.aawp-comparison-table td:before{display:none;content:"";width:auto}.aawp table.aawp-comparison-table tr:nth-child(odd){background:none}.aawp table.aawp-comparison-table tr:nth-child(2n){background:#fafafa}.aawp table.aawp-comparison-table th{font-weight:bold;text-align:left}.aawp table.aawp-comparison-table td{text-align:center}.aawp table.aawp-comparison-table td.thumb img{margin:0 auto;height:auto;max-height:115px;max-width:100%;width:auto}.aawp table.aawp-comparison-table td.rating .reviews{display:block;margin-top:5px;color:#666;font-size:12px;white-space:nowrap}.aawp table.aawp-comparison-table td.pricing .price{display:block;font-weight:bold}.aawp table.aawp-comparison-table td.pricing .aawp-check-prime{margin-top:5px}.aawp table.aawp-comparison-table a{border:none;box-shadow:none;outline:none;text-decoration:none}}.aawp-icon-globe{display:inline-block;height:16px;width:16px;background-image:url('../img/icon-globe.svg');background-repeat:no-repeat;background-size:16px;background-position:center;vertical-align:-15%}.aawp-icon-yes{display:inline-block;height:16px;width:16px;background-image:url('../img/icon-yes.svg');background-repeat:no-repeat;background-size:16px;background-position:center;vertical-align:-15%}.aawp-icon-no{display:inline-block;height:16px;width:16px;background-image:url('../img/icon-no.svg');background-repeat:no-repeat;background-size:16px;background-position:center;vertical-align:-15%}.aawp-tb{margin:20px 0 0 0;border-collapse:collapse;border-spacing:1px;color:#444;font-size:13px;line-height:20px;table-layout:fixed}.aawp-tb__head,.aawp-tb__data{position:relative;padding:10px 9px;background-clip:padding-box;border:1px solid #d7d7d7;text-align:center}.aawp-tb__head{font-weight:bold;text-align:left;vertical-align:middle}.aawp-tb__data{vertical-align:middle}.aawp-tb-ribbon{display:none;padding:10px 5px;background:transparent;color:#fff;font-size:13px;line-height:20px;text-align:center}.aawp-tb-thumb{display:block;margin:10px;background-repeat:no-repeat;background-size:contain;background-position:center center}.aawp-tb-thumb img{display:block;height:auto;max-height:150px;max-width:100%;background-color:transparent;box-shadow:none;float:none;opacity:1}.aawp-tb__row--highlight .aawp-tb-thumb img,.aawp-tb__data--highlight .aawp-tb-thumb img{border:none;box-shadow:none}.aawp-tb--desktop{display:table;margin-bottom:1.75em;width:100%}@media (max-width:767px){.aawp-tb--desktop{display:none}}.aawp-tb--desktop .aawp-tb__row{display:table-row}.aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__head,.aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__data:not(.aawp-tb__data--highlight){background-color:#F5F5F5}.aawp-tb--desktop .aawp-tb__head,.aawp-tb--desktop .aawp-tb__data{display:table-cell}.aawp-tb--desktop .aawp-tb__data{position:relative}.aawp-tb--desktop .aawp-tb__data--highlight{position:relative}.aawp-tb--desktop .aawp-tb__data--highlight:after{position:absolute;top:-1px;left:-1px;bottom:0;display:block;width:0;border-left:1px solid transparent;content:""}.aawp-tb--desktop .aawp-tb-ribbon{position:absolute;top:-1px;left:-1px;right:0}.aawp-tb--desktop.aawp-tb--hide-labels .aawp-tb__head,.aawp-tb--desktop.aawp-tb--hide-desktop-labels .aawp-tb__head{display:none}.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__head,.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__data{padding-top:52px}.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb-ribbon{display:block}.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__head,.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__data{width:100%}.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__head,.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__data{width:50%}.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__head,.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__data{width:33.33333333%}.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__head,.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__data{width:25%}.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__head,.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__data{width:20%}.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__head,.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__data{width:16.66666667%}.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__head,.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__data{width:14.28571429%}@media (max-width:1200px){.aawp-tb--desktop .aawp-tb__data:nth-child(7){display:none}}@media (max-width:1100px){.aawp-tb--desktop .aawp-tb__data:nth-child(6){display:none}}@media (max-width:1000px){.aawp-tb--desktop .aawp-tb__data:nth-child(5){display:none}}.aawp-tb--mobile{display:none}@media (max-width:767px){.aawp-tb--mobile{display:block}}.aawp-tb--mobile .aawp-tb__product{position:relative;margin:0 0 30px;border:1px solid transparent}.aawp-tb--mobile .aawp-tb__row{display:table;width:100%}.aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__head,.aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__data{background-color:#F5F5F5}.aawp-tb--mobile .aawp-tb__head,.aawp-tb--mobile .aawp-tb__data{display:table-cell}.aawp-tb--mobile .aawp-tb__head{width:50%}.aawp-tb--mobile .aawp-tb__data{width:50%}.aawp-tb--mobile .aawp-tb__product--highlight .aawp-tb-ribbon{display:block}.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__head,.aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__head{display:none}.aawp-tb--mobile.aawp-tb--hide-labels .aawp-tb__data,.aawp-tb--mobile.aawp-tb--hide-mobile-labels .aawp-tb__data{width:100%}.aawp-tb--mobile .aawp-tb-product-data-thumb img{background:transparent}.aawp-tb-product-data-thumb img{display:block;margin:0 auto}.aawp .aawp-product--vertical{zoom:1;padding:20px;background:#fff;border:1px solid #ececec;color:inherit;position:relative;display:block;margin:0 0 20px;max-width:100%;font-size:15px;line-height:1.6;white-space:normal;min-width:100%;padding:25px 15px 15px}.aawp .aawp-product--vertical:before,.aawp .aawp-product--vertical:after{content:" ";display:table}.aawp .aawp-product--vertical:after{clear:both}@media (max-width:480px){.aawp .aawp-product--vertical{margin-bottom:15px}}.aawp .aawp-product--vertical.ribbon{padding-top:35px}.aawp .aawp-product--vertical .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--vertical .aawp-box__image{display:block;height:auto;margin:0 auto 15px;max-width:100%;border:none;box-shadow:none}.aawp .aawp-product--vertical .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--vertical .aawp-box__reviews{margin-top:5px;font-size:12px;color:#666;text-align:center}.aawp .aawp-product--vertical .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--vertical .aawp-box__title{display:block;margin:0 0 15px 0;font-size:18px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__title{margin-bottom:5px;font-size:16px}}.aawp .aawp-product--vertical .aawp-box__description{margin:0}.aawp .aawp-product--vertical .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--vertical .aawp-box__description>p:empty{display:none}.aawp .aawp-product--vertical .aawp-box__description>ul{margin:0 0 5px;padding:0 0 0 20px;list-style-position:outside !important}.aawp .aawp-product--vertical .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__description{display:none}}.aawp .aawp-product--vertical .aawp-box__footer{text-align:right;margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--vertical .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--vertical .aawp-box__pricing:empty{display:none}.aawp .aawp-product--vertical .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-prime,.aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-premium{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--vertical .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--vertical .aawp-box__price--old{font-size:14px;text-decoration:line-through;color:#666}.aawp .aawp-product--vertical .aawp-box__price--current{font-size:20px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--vertical .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--vertical .aawp-box__price--saved{border-radius:2px;background:#27ae60;background:rgba(39,174,96,0.8);padding:4px 6px;color:#fff;font-size:12px;line-height:12px;margin-top:11px;margin-bottom:11px}.aawp .aawp-product--vertical .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--vertical .aawp-box__ribbon{position:absolute;font-weight:400;font-size:12px;text-transform:uppercase;color:#fff;line-height:20px;padding:0 15px}.aawp .aawp-product--vertical .aawp-box__bestseller{top:-1px;left:-1px;background:#e47911;background:rgba(228,121,17,0.8);border-bottom-right-radius:2px}.aawp .aawp-product--vertical .aawp-box__sale{top:-1px;right:-1px;background:#27ae60;background:rgba(39,174,96,0.8);border-bottom-left-radius:2px}.aawp .aawp-product--vertical .aawp-box__info{position:absolute;bottom:10px;left:15px;max-width:225px;color:#666;font-size:11px;text-align:left}@media (max-width:768px){.aawp .aawp-product--vertical .aawp-box__info{position:static;display:block;margin-top:10px;max-width:100%}}@media (min-width:768px){.aawp .aawp-product--vertical.inline-info .aawp-box__thumb{margin-bottom:30px}}@media (min-width:768px){}.aawp .aawp-product--vertical .aawp-product__ribbon{padding:0 10px}.aawp .aawp-product--vertical .aawp-product__ribbon--sale{position:absolute;top:-1px;right:-1px}.aawp .aawp-product--vertical .aawp-product__ribbon--bestseller,.aawp .aawp-product--vertical .aawp-product__ribbon--new{position:absolute;top:-1px;left:-1px}.aawp .aawp-product--vertical .aawp-product__image{display:block;border:none;box-shadow:none;outline:none;text-decoration:none;background-repeat:no-repeat;background-position:center;background-size:contain}.aawp .aawp-product--vertical .aawp-product__image:hover,.aawp .aawp-product--vertical .aawp-product__image:focus,.aawp .aawp-product--vertical .aawp-product__image:active{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--vertical .aawp-product__image-spacer{display:block;width:100% \9;max-width:100%;height:auto;margin:0 auto;background-color:transparent;box-shadow:none;float:none;opacity:1}.aawp .aawp-product--vertical.aawp-product--bestseller .aawp-product__image,.aawp .aawp-product--vertical.aawp-product--new .aawp-product__image{margin-top:3px}.aawp .aawp-product--vertical .aawp-product__content{position:relative;min-height:75px}.aawp .aawp-product--vertical .aawp-product__title{display:block;height:40px;margin-top:10px;border:none;box-shadow:none;outline:none;text-decoration:none;font-size:16px;font-weight:bold;line-height:20px;overflow:hidden;text-overflow:ellipsis}.aawp .aawp-product--vertical .aawp-product__meta{display:inline-block;display:block;margin-top:5px}.aawp .aawp-product--vertical .aawp-product__meta .aawp-check-prime{float:right;margin-top:7px}.aawp .aawp-product--vertical .aawp-product__reviews{display:inline-block;color:#666;font-size:14px;line-height:14px;vertical-align:-10%}.aawp .aawp-product--vertical .aawp-product__footer{text-align:right}.aawp .aawp-product--vertical .aawp-product__footer .aawp-check-prime{margin-bottom:5px}.aawp .aawp-product--vertical .aawp-product__footer .aawp-button{display:block;margin:0;width:100%}.aawp .aawp-product--vertical .aawp-product__footer .aawp-button+.aawp-button{margin-top:10px}.aawp .aawp-product--vertical .aawp-product__pricing{display:inline-block;margin-top:10px;width:100%}.aawp .aawp-product--vertical .aawp-product__pricing:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--current:empty{display:none;margin:0}.aawp .aawp-product--vertical .aawp-product__price{line-height:18px}.aawp .aawp-product--vertical .aawp-product__price--old{float:left;color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--vertical .aawp-product__price--current{float:right;font-size:18px;font-weight:bold}.aawp .aawp-product--vertical .aawp-product__info{display:block;margin-top:10px;color:#666;font-size:11px;text-align:center}.aawp .aawp-product--vertical.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset}.aawp .aawp-product--vertical.aawp-product--style-dark{background:#232F3E;color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:hover,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__reviews,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__info{color:#ccc}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--vertical.aawp-product--style-wayl{background:#96281B;color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:hover,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__reviews,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__info{color:#ccc}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--list{zoom:1;padding:20px;background:#fff;border:1px solid #ececec;color:inherit;position:relative;display:block;margin:0 0 20px;max-width:100%;font-size:15px;line-height:1.6;white-space:normal;min-width:100%;margin-bottom:20px;padding:10px}.aawp .aawp-product--list:before,.aawp .aawp-product--list:after{content:" ";display:table}.aawp .aawp-product--list:after{clear:both}@media (max-width:480px){.aawp .aawp-product--list{margin-bottom:15px}}.aawp .aawp-product--list.ribbon{padding-top:35px}.aawp .aawp-product--list .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--list .aawp-box__image{display:block;height:auto;margin:0 auto 15px;max-width:100%;border:none;box-shadow:none}.aawp .aawp-product--list .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--list .aawp-box__reviews{margin-top:5px;font-size:12px;color:#666;text-align:center}.aawp .aawp-product--list .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--list .aawp-box__title{display:block;margin:0 0 15px 0;font-size:18px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__title{margin-bottom:5px;font-size:16px}}.aawp .aawp-product--list .aawp-box__description{margin:0}.aawp .aawp-product--list .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--list .aawp-box__description>p:empty{display:none}.aawp .aawp-product--list .aawp-box__description>ul{margin:0 0 5px;padding:0 0 0 20px;list-style-position:outside !important}.aawp .aawp-product--list .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__description{display:none}}.aawp .aawp-product--list .aawp-box__footer{text-align:right;margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--list .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--list .aawp-box__pricing:empty{display:none}.aawp .aawp-product--list .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-prime,.aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-premium{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--list .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--list .aawp-box__price--old{font-size:14px;text-decoration:line-through;color:#666}.aawp .aawp-product--list .aawp-box__price--current{font-size:20px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--list .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--list .aawp-box__price--saved{border-radius:2px;background:#27ae60;background:rgba(39,174,96,0.8);padding:4px 6px;color:#fff;font-size:12px;line-height:12px;margin-top:11px;margin-bottom:11px}.aawp .aawp-product--list .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--list .aawp-box__ribbon{position:absolute;font-weight:400;font-size:12px;text-transform:uppercase;color:#fff;line-height:20px;padding:0 15px}.aawp .aawp-product--list .aawp-box__bestseller{top:-1px;left:-1px;background:#e47911;background:rgba(228,121,17,0.8);border-bottom-right-radius:2px}.aawp .aawp-product--list .aawp-box__sale{top:-1px;right:-1px;background:#27ae60;background:rgba(39,174,96,0.8);border-bottom-left-radius:2px}.aawp .aawp-product--list .aawp-box__info{position:absolute;bottom:10px;left:15px;max-width:225px;color:#666;font-size:11px;text-align:left}@media (max-width:768px){.aawp .aawp-product--list .aawp-box__info{position:static;display:block;margin-top:10px;max-width:100%}}@media (min-width:768px){.aawp .aawp-product--list.inline-info .aawp-box__thumb{margin-bottom:30px}}@media (min-width:768px){}.aawp .aawp-product--list:first-child.aawp-product--ribbon{margin-top:10px}.aawp .aawp-product--list.aawp-product--bestseller,.aawp .aawp-product--list.aawp-product--new{padding-top:20px}.aawp .aawp-product--list .aawp-product__ribbon{z-index:10;padding:0 20px;font-size:11px;line-height:18px}.aawp .aawp-product--list .aawp-product__ribbon--sale{position:absolute;top:-10px;right:-5px;border-radius:0}.aawp .aawp-product--list .aawp-product__ribbon--bestseller,.aawp .aawp-product--list .aawp-product__ribbon--new{position:absolute;top:-10px;left:-5px}.aawp .aawp-product--list .aawp-product__inner{position:relative;display:block}.aawp .aawp-product--list .aawp-product__image-link{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--list .aawp-product__image-link:hover,.aawp .aawp-product--list .aawp-product__image-link:focus,.aawp .aawp-product--list .aawp-product__image-link:active{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--list .aawp-product__image{position:absolute;top:0;bottom:0;left:0;z-index:5;display:block;height:100%;width:75px;background-repeat:no-repeat;background-size:auto 100%;background-position:center}.aawp .aawp-product--list.aawp-product--bestseller .aawp-product__image,.aawp .aawp-product--list.aawp-product--new .aawp-product__image{background-size:auto 90%}.aawp .aawp-product--list .aawp-product__content{display:block;margin-left:75px;min-height:75px;padding:3px 10px 5px}.aawp .aawp-product--list .aawp-product__title{display:block;margin-top:5px;border:none;box-shadow:none;outline:none;text-decoration:none;font-size:16px;font-weight:bold;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:769px){.aawp .aawp-product--list .aawp-product__title{width:100%}}.aawp .aawp-product--list .aawp-product__teaser{margin:5px 0 0;color:#666;font-size:14px;line-height:18px}.aawp .aawp-product--list .aawp-product__meta{zoom:1}.aawp .aawp-product--list .aawp-product__meta:before,.aawp .aawp-product--list .aawp-product__meta:after{content:" ";display:table}.aawp .aawp-product--list .aawp-product__meta:after{clear:both}.aawp .aawp-product--list .aawp-star-rating,.aawp .aawp-product--list .aawp-product__price{margin-bottom:0}.aawp .aawp-product--list .aawp-star-rating{margin-top:-1px;margin-right:10px}.aawp .aawp-product--list .aawp-product__price{display:inline-block;margin-right:10px;color:inherit;font-size:15px;line-height:20px;vertical-align:middle}.aawp .aawp-product--list .aawp-product__price--old{color:#666;font-size:14px;text-decoration:line-through}.aawp .aawp-product--list .aawp-product__price--current{font-weight:bold}.aawp .aawp-product--list .aawp-product__price--saved{padding:4px 6px;border-radius:2px;background:#27ae60;background:rgba(39,174,96,0.8);color:#fff;font-size:12px;line-height:12px}.aawp .aawp-product--list.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset}.aawp .aawp-product--list.aawp-product--style-dark{background:#232F3E;color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title{color:#fff}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:hover,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__reviews,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__info{color:#ccc}.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--list.aawp-product--style-wayl{background:#96281B;color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title{color:#fff}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:hover,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__reviews,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__info{color:#ccc}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--widget-small{zoom:1;padding:20px;background:#fff;border:1px solid #ececec;color:inherit;position:relative;display:block;margin:0 0 20px;max-width:100%;font-size:15px;line-height:1.6;white-space:normal;min-width:100%;margin-bottom:20px;padding:5px}.aawp .aawp-product--widget-small:before,.aawp .aawp-product--widget-small:after{content:" ";display:table}.aawp .aawp-product--widget-small:after{clear:both}@media (max-width:480px){.aawp .aawp-product--widget-small{margin-bottom:15px}}.aawp .aawp-product--widget-small.ribbon{padding-top:35px}.aawp .aawp-product--widget-small .aawp-box__thumb{float:left;width:160px}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__thumb{float:none;width:100%}}.aawp .aawp-product--widget-small .aawp-box__image{display:block;height:auto;margin:0 auto 15px;max-width:100%;border:none;box-shadow:none}.aawp .aawp-product--widget-small .aawp-box__rating{margin:0 auto 10px;text-align:center}.aawp .aawp-product--widget-small .aawp-box__reviews{margin-top:5px;font-size:12px;color:#666;text-align:center}.aawp .aawp-product--widget-small .aawp-box__content{margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__content{margin:0;padding:0}}.aawp .aawp-product--widget-small .aawp-box__title{display:block;margin:0 0 15px 0;font-size:18px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__title{margin-bottom:5px;font-size:16px}}.aawp .aawp-product--widget-small .aawp-box__description{margin:0}.aawp .aawp-product--widget-small .aawp-box__description>p{margin:0 0 5px}.aawp .aawp-product--widget-small .aawp-box__description>p:empty{display:none}.aawp .aawp-product--widget-small .aawp-box__description>ul{margin:0 0 5px;padding:0 0 0 20px;list-style-position:outside !important}.aawp .aawp-product--widget-small .aawp-box__description>ul li{margin:0;padding:0}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__description{display:none}}.aawp .aawp-product--widget-small .aawp-box__footer{text-align:right;margin-left:160px;padding-left:20px}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__footer{margin:0;padding:0}}.aawp .aawp-product--widget-small .aawp-box__pricing{display:block;margin-bottom:5px}.aawp .aawp-product--widget-small .aawp-box__pricing:empty{display:none}.aawp .aawp-product--widget-small .aawp-box__pricing span+span{margin-left:15px}.aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-prime,.aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-premium{margin-left:5px}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__pricing{margin-bottom:0}}.aawp .aawp-product--widget-small .aawp-box__price{display:inline-block;line-height:34px;vertical-align:middle}.aawp .aawp-product--widget-small .aawp-box__price--old{font-size:14px;text-decoration:line-through;color:#666}.aawp .aawp-product--widget-small .aawp-box__price--current{font-size:20px;font-weight:bold}@media (max-width:480px){.aawp .aawp-product--widget-small .aawp-box__price--current{font-size:16px}}.aawp .aawp-product--widget-small .aawp-box__price--saved{border-radius:2px;background:#27ae60;background:rgba(39,174,96,0.8);padding:4px 6px;color:#fff;font-size:12px;line-height:12px;margin-top:11px;margin-bottom:11px}.aawp .aawp-product--widget-small .aawp-button+.aawp-button{margin-left:15px;margin-top:5px}.aawp .aawp-product--widget-small .aawp-box__ribbon{position:absolute;font-weight:400;font-size:12px;text-transform:uppercase;color:#fff;line-height:20px;padding:0 15px}.aawp .aawp-product--widget-small .aawp-box__bestseller{top:-1px;left:-1px;background:#e47911;background:rgba(228,121,17,0.8);border-bottom-right-radius:2px}.aawp .aawp-product--widget-small .aawp-box__sale{top:-1px;right:-1px;background:#27ae60;background:rgba(39,174,96,0.8);border-bottom-left-radius:2px}.aawp .aawp-product--widget-small .aawp-box__info{position:absolute;bottom:10px;left:15px;max-width:225px;color:#666;font-size:11px;text-align:left}@media (max-width:768px){.aawp .aawp-product--widget-small .aawp-box__info{position:static;display:block;margin-top:10px;max-width:100%}}@media (min-width:768px){.aawp .aawp-product--widget-small.inline-info .aawp-box__thumb{margin-bottom:30px}}@media (min-width:768px){}.aawp .aawp-product--widget-small:first-child.aawp-product--ribbon{margin-top:10px}.aawp .aawp-product--widget-small.aawp-product--bestseller,.aawp .aawp-product--widget-small.aawp-product--new{padding-top:15px}.aawp .aawp-product--widget-small .aawp-product__ribbon{z-index:10;padding:0 10px;font-size:11px;line-height:18px}.aawp .aawp-product--widget-small .aawp-product__ribbon--sale{position:absolute;top:-10px;right:-5px;border-radius:0}.aawp .aawp-product--widget-small .aawp-product__ribbon--bestseller,.aawp .aawp-product--widget-small .aawp-product__ribbon--new{position:absolute;top:-10px;left:-5px}.aawp .aawp-product--widget-small .aawp-product__inner{position:relative;display:block}.aawp .aawp-product--widget-small .aawp-product__image-link{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--widget-small .aawp-product__image-link:hover,.aawp .aawp-product--widget-small .aawp-product__image-link:focus,.aawp .aawp-product--widget-small .aawp-product__image-link:active{border:none;box-shadow:none;outline:none;text-decoration:none}.aawp .aawp-product--widget-small .aawp-product__image{position:absolute;top:0;bottom:0;left:0;z-index:5;display:block;height:100%;width:75px;background-repeat:no-repeat;background-size:contain;background-position:center}.aawp .aawp-product--widget-small .aawp-product__content{display:block;margin-left:75px;min-height:75px;padding:3px 10px 5px}.aawp .aawp-product--widget-small .aawp-product__title{display:block;margin-top:5px;border:none;box-shadow:none;outline:none;text-decoration:none;font-size:14px;font-weight:bold;line-height:20px;overflow:hidden;text-overflow:ellipsis}@media (min-width:769px){.aawp .aawp-product--widget-small .aawp-product__title{height:40px}}.aawp .aawp-product--widget-small .aawp-product__meta{zoom:1;margin-top:5px}.aawp .aawp-product--widget-small .aawp-product__meta:before,.aawp .aawp-product--widget-small .aawp-product__meta:after{content:" ";display:table}.aawp .aawp-product--widget-small .aawp-product__meta:after{clear:both}.aawp .aawp-product--widget-small .aawp-star-rating,.aawp .aawp-product--widget-small .aawp-product__price{margin-bottom:0}.aawp .aawp-product--widget-small .aawp-star-rating{margin-right:5px}.aawp .aawp-product--widget-small .aawp-product__price{display:inline-block;color:inherit;font-size:15px;font-weight:bold;line-height:1;vertical-align:middle}.aawp .aawp-product--widget-small.aawp-product--style-light{box-shadow:0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset}.aawp .aawp-product--widget-small.aawp-product--style-dark{background:#232F3E;color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:hover,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__reviews,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__info{color:#ccc}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--current{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl{background:#96281B;color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:visited{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:hover,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:focus{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__teaser{color:#e2e2e2}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current{color:#fff}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__reviews,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__info{color:#ccc}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl{background-image:url('../img/stars/wayl-inverted.svg')}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl>span{background-image:url('../img/stars/wayl-inverted-active.svg')}.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--current{color:#e2e2e2}.aawp-floating-wrapper,div.aawp-floating-wrapper{box-sizing:border-box}@media (min-width:601px){.aawp-floating-wrapper--left,.aawp-floating-wrapper--right{max-width:250px}.aawp-floating-wrapper--left{float:left;margin:0 1em 1em 0}.aawp-floating-wrapper--right{float:right;margin:0 0 1em 1em}}
.tagline-prodotto {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
}
.tagline-prodotto-blue, .tagline-prodotto-1 {
    background-color: #4188DB;
}
.tagline-prodotto-yellow, .tagline-prodotto-2 {
    background-color: #F5A623;
}
a.e-click {
    color: #FFF !important;
    cursor: pointer;
    padding: 10px;
}
.link-block {
    display: block;
}
#product-grid .col-product p.title {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    min-height: 75px;
}
.btn-success {
    background-color: #f55a4a;
    border-color: #fa5a7a;
    color: #fff;
}
.col-product {
    text-align: center;
}
.col-category .img-responsive, .col-product .img-responsive {
    display: inline-block;
    max-height: 100px;
    margin-top: 15px;
}
.container-test-products .carousel-control {
    background: none;
    opacity: 1;
    top: auto;
    width: auto;
}
.container-test-products .row-testproducts {
    padding: 20px 100px;
}
#product-grid { 
    line-height: 1.42857143;
}
#product-grid .row-testproducts {
    margin: 0 auto;
}
#product-grid .carousel-test-products {
    min-height: none;
    max-height: none;
    border:none;
    padding: 0 80px;
}

.container-test-products .testproduct {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    position: relative;
}
.container-test-products .testproduct  .product-image {
    width: 175px;
    height: 175px;
    overflow: hidden;
    margin: 0 auto;
}
.container-test-products .testproduct  .product-image img {
    width: 100%;
    margin-top: 0 !important;
    max-height: none !important;
}

.carousel-test-products .maxbuttonasa_related_int/*, .maxbuttonasa_related_int*/ {
    position: relative;
    margin-top: 5px;
}

.ranking-table.is_down {
    z-index: 3;
    position: fixed;
    top: 0;
    max-width: 1200px;
}
.ranking-table.is_down .partner-row:nth-of-type(1), .ranking-table.is_down .partner-row:nth-of-type(2){
    position: absolute;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    top: 0;
    background: #FFF;
    width: 51%;
    margin-left: -2%;
}
.ranking-table.is_down .partner-row { display: none; }
.ranking-table.is_down .partner-row:nth-of-type(1) { display: block;left: 0; }
.ranking-table.is_down .partner-row:nth-of-type(2) { display: block;right: 0; }
.ranking-table.is_down>.partner-row .col-2>.info-wrap { width: 55%;margin-left: 5%; font-size: 11px;}

.ranking-table.is_down>.partner-row>.col-1>.logo { margin-right: 5px; }

.ranking-table.is_down>.partner-row:nth-of-type(1)>.col-0, .ranking-table.is_down>.partner-row:nth-of-type(2)>.col-0 {border-radius: 0px;}
.admin-bar .ranking-table.is_down .partner-row:nth-of-type(1), .admin-bar .ranking-table.is_down .partner-row:nth-of-type(2) {
  top: 32px;
}
.ranking-table.is_down>.partner-row:nth-of-type(1)>.col-1>.info-wrap>.text, .ranking-table.is_down>.partner-row:nth-of-type(1)>.col-1>.score-wrap,
.ranking-table.is_down>.partner-row:nth-of-type(2)>.col-1>.info-wrap>.text, .ranking-table.is_down>.partner-row:nth-of-type(2)>.col-1>.score-wrap { display: none; }
.ranking-table.is_down>.partner-row>.col-1>.info-wrap>.partner-name { min-width: 200px; font-size: 14px;font-weight: 600; }
.ranking-table.is_down>.partner-row>.col-1 .partner-link {min-width: 200px;margin-right: 10px;}
@media only screen and (max-width: 782px) {
  .admin-bar .ranking-table.is_down .partner-row:nth-of-type(1), .admin-bar .ranking-table.is_down .partner-row:nth-of-type(2) {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .ranking-table.is_down .partner-row:nth-of-type(1), .admin-bar .ranking-table.is_down .partner-row:nth-of-type(2) {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .ranking-table.is_down { left: 0; }
  .ranking-table.is_down .partner-row:nth-of-type(1), .ranking-table.is_down .partner-row:nth-of-type(2){
    width: 50%;
    margin-left: 0;
  }
  .ranking-table.is_down>.partner-row>.col-1 .partner-link { height: 20px !important; }
}
 
@media (min-width: 768px) {
  .col-sm-6 {
      width: 50%;
      float: left;
  }
  #ouibounce-modal .modal-title strong { display: none; }
}
@media (max-width: 768px) {
  .ranking-table.is_down>.partner-row>.col-1>.info-wrap>.partner-name { min-width: 100px; }
  .ranking-table.is_down>.partner-row>.col-1>.info-wrap>.partner-name { min-height: 90px; max-height: 90px; overflow: hidden; }
  .ranking-table.is_down>.partner-row>.col-1>img { width: 30% !important; float: left; }
  #ouibounce-modal .modal {    width: 100%;  }
  #ouibounce-modal .modal-title span { display: none; }
  #ouibounce-modal .product2, #ouibounce-modal .tagline-prodotto { display: none; }
  .ranking-table.is_down>.partner-row:nth-of-type(1)>.col-1>.logo, .ranking-table.is_down>.partner-row:nth-of-type(2)>.col-1>.logo {
      -o-object-fit: contain;
      object-fit: contain;
      margin-right: 0px;
      border-radius: 0px;
      width: 50px;
      height: 50px;
      padding: 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .ranking-table.is_down>.partner-row:nth-of-type(1)>.col-0, .ranking-table.is_down>.partner-row:nth-of-type(2)>.col-0 {
      font-size: 12px;
      font-weight: 500;
  }
  .ranking-table.is_down>.partner-row:nth-of-type(1)>.col-1 .partner-link, .ranking-table.is_down>.partner-row:nth-of-type(2)>.col-1 .partner-link { min-width: 100px; font-size: 10px; font-weight: 500; }
}

@media (min-width: 768px) {
    .post-block__img-overlay, .post-block__img-overlay-btn {
        display: block;
    }
    .block-about {
        background-color: #10ac84;
        text-align: left;
        background-image: linear-gradient(90deg,#188E70 0.42%,#39B899 44.96%,rgba(57,184,153,0) 98.72%),url(images/about-min.jpg);
    }
    blockquote {
        margin-left: 40px;
        font-size: 2.2rem;
    }   
    .su-pullquote {
        font-size: 2.6rem;
    }
    .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons { display: table-cell;width: 50%;}
    .xadvice_shorcode {
        padding: 3.6rem 1.8rem;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* POST */
    .post-col {
        width: 100%;
        padding: 0px;
    }   
    .post-thumb, .post-thumb img, .post-title {
        width: 100%;
        height: auto;
    }
    .home-hero {
        height: 300px;
    }

    .footer-navigation + .footer-tagline {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1113px) {
    /* POST */
    .post-col {
        width: 33.33%;
        padding: 0.5%;
    }   
    .post-thumb, .post-thumb img, .post-title {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .block-category__show-link {
        display: inline-block;
    }
    .h1 {
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 120%;
    }
}


@media (min-width: 769px) {
    .home-hero {
        height: 520px;
    }
    .shortcode_note_icon {
        padding: 0 30px 0 20px;
    }
}


@media (min-width: 470px) {
    .shortcode_note_icon img {
        width: 50px;
    }
    .shortcode_note_icon {
        float: left;
        padding: 0 30px 0 18px;
    }
}
@media(max-width:768px){
    .ranking-table>.partner-row>.col-1 { display: block; }
    .ranking-table>.partner-row>.col-1>.logo, .ranking-table>.partner-row>.col-1>.score-wrap { float: left; margin: 10px; }
    .ranking-table>.partner-row>.col-1>.score-wrap { margin-right: 0px; }
    .ranking-table>.partner-row>.col-1>.score-wrap>.h2 { font-size: 1.4rem; margin-right: 8px; }
    .ranking-table>.partner-row>.col-1>.info-wrap>.partner-name {
        margin-bottom: 0px;
        font-size: 16px;
    }
    .ranking-table>.partner-row>.col-1 .review-link {
        font-size: 14px;
        margin-right: 8px;
    }
    .ranking-table>.partner-row>.col-1>.info-wrap>.text {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .ranking-table>.partner-row>.col-1>.info-wrap>.partner-name {
        font-size: 12px !important;
        font-weight: 500;
    }
    .ranking-table>.partner-row>.col-1>.info-wrap {
        min-height: 110px;
    }
    .ranking-table>.partner-row>.col-1 {    margin-top: 5px !important; }
}


.botonamazon {
    width: 50%;
    padding: 12px;
    border-radius: 4px;
    background-color: #ffa51f;
    color: #333;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: 20px auto;
}
.botonamazon:hover {
    width: 60%;
    color: #fff;
    border: 2px solid #fff;
}
.botonamazon a {
    color: #fff !important;
    border-bottom: 0 !important;
}

.display-posts-listing.grid {
    display: grid;
    grid-gap: 16px;
    border: 1px dotted;
    border-radius: 5px;
    padding: 20px;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.grid>* {
    text-align: center;
}
.display-posts-listing.grid {
    margin-bottom: 10px;
}
.display-posts-listing.grid .title {
    display: block;
    text-align: left;
}
@media (min-width: 800px) {
    .display-posts-listing.grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width:768px){ 
    .botonamazon { width: 100%; }
    .aawp .aawp-product--horizontal .aawp-product__footer {   display: block; margin: 0 auto;text-align: center;}
}
.cajaautores {
    display: flex;
    align-content: space-between;
    margin: 20px;
    text-align: center;
    justify-content: center;
}
.cajadeautor {margin: 15px;}
.nombreautor {
    font-weight: 700;
    text-shadow: 2px 3px 9px #c19f9f;
    margin: 10px;
}
.imagenautor {width: 120px;    height: 120px;}
.imagenautor img {border-radius: 100px;}