body {
    background-color:#f9f9f9;
    color:#222;
    font-size: 16px;
    font-family:"TIBch", "Classic Grotesque W01", "Helvetica Neue", Arial, "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", SimSun, sans-serif;
    -moz-osx-font-smoothing: grayscale;
}
img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;	
}
a, button.submit {
    color:#333;
    text-decoration:none;
    -webkit-transition:all .1s ease-in;
    -moz-transition:all .1s ease-in;
    -o-transition:all .1s ease-in;
    transition:all .1s ease-in;
}
a:hover, a:active {
    color:#6E7173;
}
mark {
    padding: 3px 3px 3px 5px;
    background: #fffdd1;
}
pre, code {
    font-family:Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
    font-size:.92857em;
}
pre {
    overflow:auto;
    border: 1px solid #ddd;
    display: block;
}
code {
    display: inline-block;
}
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2.5em 0;
    padding: 0 0 0 50px;
    color: #555;
    border-left: none;
}
blockquote::before{
    content: "\201C";
    display: block;
    font-family: times;
    font-style: normal;
    font-size: 48px;
    color: #444;
    font-weight: bold;
    line-height: 30px;
    margin-left: -50px;
    position: absolute; 
}
  
/**
h1, h2, h3 {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
**/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
    padding:6px;
    border:1px solid #ddd;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
}
textarea {
    resize:vertical;
}
.clear {
    clear:both;
}
.clearfix, .col-group {
    zoom:1;
}
.col-group {
    padding-top: 80px;
}
.clearfix:before, .col-group:before, .clearfix:after, .col-group:after {
    content:" ";
    display:table;
}
.clearfix:after, .col-group:after {
    clear:both;
}

.post-meta a:hover, .post-content a:hover, .widget a:hover, .comment-content a {
    border-bottom-color:transparent;
}
#header {
    padding:58px 0 0;
    text-align:left;
}
#header .col-group {
    border-bottom: 1px solid #ddd;
}
.site-name h1{
    padding: 0;
    margin:0;
}
#logo {
    /**
    font:bold 42px/1.12 "Times New Roman", Georgia, Times, sans-serif;
    **/
    font-size: 32.5px;
    font-weight: bold;
    color:#222;
}
#logo span {
    color:#777;
}
#logo:hover {
    color:#777;
}
.description {
    margin:5px 0 0;
    color:#999;
}
#nav-menu {
    margin:10px 0 -1px;
    padding:0;
    float:right;
}
#nav-menu a {
    display:inline-block;
    margin-right:-1px;
    padding:0 1em;
    height:32px;
    line-height:32px;
    color:#444;
}
#nav-menu a:first-child {
    border:none;
}
#nav-menu a:hover {
}
#nav-menu a.current {
    border:1px solid #ddd;
    border-bottom:1px solid #fff;
}
.site-search {
    display:none;
}
#search {
    position:relative;
    overflow: hidden;
}
#search input {
    padding: 1em 2em .75em 1em;
    line-height: 1.5;
}
#search button {
    position:absolute;
    top:0;
    right:10px;
    font-size: 20px;
    line-height: 1.5;
    border:none;
    padding:14px 0;
    width:auto;
    height:48px;
    color:#444;
    background:none;
}
.col-8 {
    width:775px;
}
.col-12{
    width: 100%;
}
.container {
    width:850px;
    padding:0 60px;
    margin:0 auto;
}
#secondary {
    float:right;
    width:300px;
    padding-left:20px;
    word-wrap:break-word;
    display:block;
    padding-top:40px;
}
#main {
    padding-top:20px;
    float:left;
}
.post {
    padding:25px 0 15px;
    width: 100%;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}
.post2 {
    padding:25px 0 15px;
}
.post-title {
    margin:0;
    color:#333;
    text-align:left;
    /**font:bold 25px/1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;**/
    font-size: 2em;
    font-weight: bold;
	padding-bottom: 18px;
}
.post-title a, .keyword {
    color:#0075a5;
}
.post-meta {
    padding:0;
    margin:9px 0 0;
    color:#999;
    text-align:left;
	    padding-right: 10px;
    display: inline-block;
}

.megamenu-lists .meta-category a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    background: linear-gradient( 
45deg
 ,#28AFD5 0%,#2779BF 25%,#28AFD5 100%);
    border-radius: 15px;
    color: #fff;
    margin-left: -10px;
}


.post-full-image img {
	border-radius: 6px;
}

.post-content {
font-size: 1.08em;
    line-height: 1.7;
    color: #1b1b1b;
    padding-top: 28px;
    border-bottom: 1px solid #f1f1f1;
}

.page-content{
    padding-top: 40px;
}
.post-content pre{
    border-radius: 5px;
    background: #f9f9f9;
    padding: 1em;
}
.post-content code{
    display:inline;
}
.post-content p code{
    display:inline;
    padding: .2em .4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(27,31,35,.10);
    border-radius: 3px;
}
.post-content p {
    margin:0 0 1.1em;
}
.post-content img {
    padding:1em 0;
    margin: auto;
    display: block;
}
.post-content ul {
overflow: auto;
    border-radius: 3px;
    margin: 1.8em 15px;
    padding-left: 30px;
	font-size: 16px;
	    line-height: 1.5;
}

.post-content li
font-size: 16px;
}

.archive-title {
    padding-top:20px;
    color:#999;
    font-size:1em;
}
.more {
    padding:10px 0 0;
}
.more a {
    border:none;
}
.protected .text {
    width:50%;
}
.page-navigator {
    list-style:none;
    padding:25px 0 0;
    font-size:16px;
    text-align: center;
}
.page-navigator li {
    display:inline-block;
    margin:0 5px 5px 0;
}
.page-navigator a {
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    padding: 5px 12px;
    border: 1px solid #DDD;
    border-radius: 6px;
}
.page-navigator a:hover {
    background:#F8F8F8;
    border-bottom-color:#D26911;
}
.page-navigator .current a {
    background:#F8F8F8;
    border-bottom-color:#D26911;
}
.comment-list, .comment-list ol {
    list-style:none;
    margin:0;
    padding:0;
}
.comment-list {
    margin-top:-1px;
}
.comment-list li {
    padding:22px 0 12px;
    border-top:1px solid #ddd;
}
.comment-list li.comment-level-even {
    background:#FFF;
}
.comment-list li .comment-index {
    float: right;
    font-size: .92857em;
    font-style: italic;
}
.comment-list li .comment-children {
    margin-left: 1em;
}
.comment-meta a {
    color:#999;
    font-size:.92857em;
}
.comment-author {
    display:block;
    margin-bottom:3px;
    color:#444;
}
.comment-author .avatar {
    float:left;
    margin:1px 10px 0 0;
    border: 1px solid #ddd;
    padding: 1px;
}
.comment-author cite {
    font-weight:bold;
    font-style:normal;
    line-height: 1.2;
}
.comment-awaiting-moderation {
    font-style:normal;
    float:right;
    margin-top:-20px;
    color:#777;
}
.comment-list .respond {
    margin:15px 0;
    border-top:1px solid #ddd;
}
.comment-body .respond {
    border:none;
    margin:0 0 25px;
}
.comment-content p:first-child {
    margin-top: 0;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
#comment-form {
    padding-top:5px;
}
#comment-form label {
    display:block;
    color:#888;
    position:absolute;
    margin: 10px 7px;
}
#comment-form input {
    padding:8px 6px;
    height:36px;
    border:solid 1px #D4D4D4;
    background:#fdfdfd;
    padding-left:45px;
    color: #555;
}
button {
    border-radius: 0;
}
button.submit {
    border:1px solid #272727;
    display:block;
    line-height:32px;
    width:100%;
    outline:none;
    color: #fff;
    background:#272727;
    height: 38px;
}
button.submit:hover {
    background:#505050;
    border-color: #505050;
}
textarea.textarea {
    line-height:1.8;
    padding:5px 10px 5px 10px;
    width:100%;
    height:174px;
    padding:10px;
    overflow:auto;
    margin:0;
    line-height:1.8;
    color:#222;
    font-size:14px;
    background:#fdfdfd!important;
    color: #555;
}
.col2 p, .col1 p {
    margin:9px 0;
}
.col1 p {
    margin-right:220px;
}
.col1 {
    margin-right:-220px;
    height:auto;
    float:left;
    width:100%;
    position:relative;
    background-position:0 0;
}
.col2 {
    width:204px;
    float:right;
    position:relative;
    overflow:hidden;
    background-position:right top;
}
.widget {
    margin-bottom:30px;
}
.widget-title {
    color:#6E7173;
    line-height:2.7;
    margin-top:0;
    font-size:16px;
    border-bottom:1px solid #f1f1f1;
    display:block;
}
#response {
    margin-bottom:.8em;
}
.widget-list {
    list-style:none;
    padding:0;
}
.widget-list li {
    margin:5px 0;
    line-height:1.5;
}

.widget .tagcloud {
    margin-top: 10px;
}
.widget .tagcloud a {
    line-height: 1.5;
    padding: 5px; 
}
#footer {
    padding:.8em 0 3.6em;
    line-height:1.5;
    color:#999;
}
.error-page {
    margin-top:100px;
    margin-bottom:100px;
}
.comment-content {
    line-height:1.5;
    word-wrap:break-word;
    padding:10px 40px 10px 0;
}

.post-content img, .comment-content img {
    max-width:100%;
    margin: auto;
    display: block;
}
.post-content a img {
    background:#FFF;
    position:relative;
    bottom:-4px;
}
.post-content hr, .comment-content hr {
    margin:2.1em auto;
    width:200px;
    border:1px solid #ccc;
    border-width:1px 0 0 0;
    position: relative;
}
.aligncenter, div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.alignleft {
    float:left;
}
.alignright {
    float:right;
}
img.alignleft {
    margin:5px 15px 0 0;
}
img.alignright {
    margin:5px 0 0 15px;
}
/* archives page*/
 .al_year {
    width:60px;
    padding: 10px 0;
}
.al_mon_list {
    margin-left: 90px;
    margin-top: -2.2em;
    border-left: 1px solid #ddd;
}
.al_mon_list li {
    list-style: none;
    line-height: 1.8;
}
.al_mon_list li a {
    margin-left: 1.5em;
}
.post-content-pages {
    font-size: 17px;
}
.body404{
    height: 100%;
    width: 100%;
    background-size: cover;
    margin: 4em 0 6em 0;
}
.site-name404 {
    margin: 0 auto;
    width: 3em;
    text-align: center;
    letter-spacing: 2px;
    font-size: 74px;
}
.title404 span{
    font-size: 15px;
    width: 2px;
}
.site-name404 i {
    font-style: normal;
}
.title404 p{
    font-size: 20px;
    margin: 0.5em 0 .6em;
}
.info404{
    text-align: center;
    width: 100%;
}
#footer404{
    margin-top:30px;
}
.index404{
    margin-top: 13px;
    display: inline-block;
    padding: 14px 27px 14px 29px;
    color: #fff;
    white-space: nowrap;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    background: #444;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1px;
    font-size: 14px;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.index404:hover{
    background-color: #000;
    color: #fff;
}
.icon-about{
    padding: 10px 0 25px;
}
.icon-about a{
    font-size: 20px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    padding: 6px;
}
 @media print, screen and (max-width:1290px) {
    .container {
        width:auto;
    }


    .post-content img {
        max-width:100%;
    }
}
@media print, screen and (max-width:1057px) {
    .container {
        width:auto;
    }

    .res-cons {
        width:auto;
        margin-right:260px;
    }
    #secondary {
        width:100%;

    }
    .post-content {
        font-size: 14px;
    }
}
@media print, screen and (max-width:860px) {
    #header {
        text-align:center;
    }
    #main {
        width:100%;
        margin-right:0;
    }
    #nav-menu {
        margin:35px 0 -1px;
    }
    .res-cons {
        width:auto;
        margin-right:0;
    }

}

@media print, screen and (max-width:500px) {
    .col2 {
        width:140px;
    }
    .post-meta li.comment-count {
        display: none;
    }
    .col1 p {
        margin-right:160px;
    }
    .col1 {
        margin-right:-160px;
    }
    .post-content-pages {
        font-size: 14px;
    }
    .al_mon_list {
        margin-left: 70px;
        padding-left: 20px;
    }
}
.about{
    width: 100%;
}

/** Donation block **/
.hidden {
    display: none;
}
#post-donation {
    text-align: center;
    margin: 20px auto;
}
#post-donation-button {
    border: 1px solid #272727;
    line-height: 100%;
    outline: none;
    background: #fff;
    padding: .6em 1em;
    margin: 1px;
}
#post-donation-button:hover {
    border: 2px solid #0474bb;
    color: #0474bb;
    margin: 0;
}
#post-donation-qrcodes {
    margin-top: .8em;
}
.post-donation-qrcode {
    display: inline-block;
}
.post-donation-qrcode img {
    width: 200px;
    max-width: 100%;
}
.post-donation-qrcode p {
    margin: 0 auto auto auto;
    font-size: 85%;
}
/** Comment extra **/
#comment-submitted {
    border-top: 1px solid #ddd;
    background: rgba(245, 245, 245, 1);
    padding-bottom: 1px;
    text-align: center;
    display: none;
}
#comment-submitted:target {
    display: block;
}

/* for archive page starts*/
.post-archive {
    font-size: 15px;
    line-height: 2;
	padding-top: 20px;
    padding-bottom: .8em; 
}
.post-archive h2 {
      margin: 0;
      font: bold 25px / 1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif; 
	  clear: both;
    width: 100%;
}
.post-archive .date {
      padding-right: .7em; 
}
/* for archive page ends*/

/* read more*/
.readmore a {
    font-size: 14px;
    color: #444;
    margin: -10px 0;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: right; 
}
.readmore a:hover {
    background: #F8F8F8;
    border-bottom-color: #D26911; 
}
/* 版权声明 */
.post-copyright {
    margin: 1.2em 0 0;
    background-color: #f9f9f9;
    list-style: none;
}
.post-copyright a {
    border-bottom: 1px solid #999;
}

/* table*/
table {
    margin: auto auto 15px;
    width: 100%;
    background: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

table {
    margin: auto auto 15px;
    width: 100%;
    background: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left; 
}
tbody {
    border: 0;
}
table tr th {
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 2px solid #909ba2; 
    background-color: #F0F0F0;
}
table td {
    padding: 5px 10px; 
}
table tr:nth-child(2n) {
    background: #f7f8f8; 
}

table tr {
    border: 0;
    border-top: 1px solid #CCC;
    background-color: white;
}
  
table tr th, table tr td {
    font-size: 0.96em;
    border: 1px solid #CCC;
    padding: 0.5em 1em;
    text-align: left;
}


a.post-card-image-link {
    position: relative;
    padding-right: 20px;
	background-size: cover;
}
.post-card-image {
    width: 280px;
    /* background: #c5d2d9 no-repeat 50%; */
    background-size: cover;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    transition-duration: .3s;
    background-position: top;
    background-size: cover;
  }

.post-card-content {
    width: 100%;
    text-align: left;
	padding: 0px 20px 20px 0px;
}
.note.list .item {
    word-wrap: break-word;
    border-radius: 3px;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .5s ease;
	background-color: #fff;
    width: 100%;
    background-size: cover;
    margin-bottom: 20px;
    box-shadow: rgba(0,0,0,.2)0 0 1px,rgba(0,0,0,.09)0 2px 4px;
    overflow: hidden;
}

article.article.markdown-body {
    padding: 20px;
}
.note.list .item2 {
    /* width: 100%; */
    word-wrap: break-word;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .5s ease;
	background-color: #fff;
    width: 100%;
    background-size: cover;
    margin-bottom: 20px;
    box-shadow: rgba(0,0,0,.2)0 0 1px,rgba(0,0,0,.09)0 2px 4px;
    overflow: hidden;

}


}
@media (max-width: 650px) {
.post-card-image {
    display: block;
    padding-top: 50%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    position: relative;
    transition-duration: .3s;
    background-position: 50%;
    background-size: cover;
}
}

@media print, screen and (max-width:680px) {
.col-group {
    padding-top: 20px;
}
    .container {
        padding:0 20px;
		    margin-top: 40px;
    }
    .post-title {
        font-size:22px;
    }
    .page-navigator {
        padding:15px 0 0;
    }
    #footer {
        padding-top:10px;
    }
    .page-navigator a {
        padding:0 6px;
    }
    .post-content img {
        padding:0.2em 0;
    }
    .post {
        padding:12px 0;
    width: auto;
    display: block;
    }

	.post-card-image {
    display: block;
    padding-top: 50%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    position: relative;
    transition-duration: .3s;
    background-position: 50%;
    background-size: cover;
}
    #nav-menu a {
        padding:0 15px;
        line-height:27px;
        height:27px;
        font-size:13px;
    }
}

.post-full-image {
    padding-top: 28px;
	    margin: auto;
    text-align: center;
}

iframe {
    width: 100%;
    height: 420px;
}

@media (max-width: 650px){
iframe {
    width: 100%;
    height: 200px;
}
}

.h-title {
    margin: 0 0 8px 0;
    text-align: left;
	font-size: 1.55em;
    font-weight: 500;
}

.h-content {
    font-size: 0.91em;
    line-height: 1.6;
    color: #808080;
    padding-top: 12px;
}

ul.listing {
    /* list-style: none; */
    padding-left: 16px;
}

a.demo,.ct-post a.download,a.ct-demo-link {
	font-size: .8em;
	position: relative;
	display: inline-block;
	margin: 0 0 25px 0;
	padding: 15px 10px;
	width: 200px;
	border-radius: 80px;
	background: #41B883;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 700;
	line-height: 20px;
	cursor: pointer
}

a.ct-demo-link {
	margin: 0 5px 25px
}

a.demo:hover,.ct-post a.download:hover,a.ct-demo-link:hover {
	color: #fff;
	background: #0EA640
}

.ct-demo-links {
    text-align: center;
    padding: .75em 0;
}


.site.logo {
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 12px;
}

img{max-width:100%;height:auto;margin-bottom:15px;}
a.img,.separator a{margin-left:0!important;margin-right:0!important}
.separator{max-height:500px;overflow:hidden;margin:0 auto 25px auto}
body {
    margin: 0px;
}

section {
  color: #222;
  font-size: 17px;
  line-height: 1.6;
  overflow:hidden;
}

h1 {
  display: block;
    font-size: 1.5em;
  font-weight: 500;
  color: #0769AD;
}



.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 3px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.425em;
  margin-top: -0.5375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.425em;
}

.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}



.navbar-item.is-mega {
  position: static;

  .is-mega-menu-title {
    margin-bottom: 0;
    padding: .375rem 1rem;
  }
}

.list-col-2{width:50%}
.list-col-3{width:33%}
.list-col-4{width:25%}
.list-col-5{width:20%}

@media screen and (max-width: 769px) {
.list-col-2{width:100%}
.list-col-3{width:100%}
.list-col-4{width:100%}
.list-col-5{width:100%}
}


.navbar {
  background-color: white;
  min-height: 3.6rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {

  color: #0a0a0a;

background: linear-gradient( 45deg ,#FFF4EB 0%,#FDEEF3 25%,#EDF1F8 50%,#E8F7F4 100%); 

border-bottom: 1px solid #ececec;   

}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}

.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #3273dc;
  color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #3298dc;
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #238cd1;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #238cd1;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #238cd1;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3298dc;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #48c774;
  color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb67;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb67;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb67;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c774;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: #f14668;
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}

.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.6rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.6rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.6rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.6rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.6rem;
  position: relative;
  width: 3.6rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #3273dc;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.6rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #3273dc;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;

 background: linear-gradient( 45deg ,#FFF4EB 0%,#FDEEF3 25%,#EDF1F8 50%,#E8F7F4 100%);   

 border-bottom: 1px solid #ececec;   
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.6rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.6rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.6rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.6rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.6rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

.gg2 {
    padding-top: 88px;
	width:1100px;
}

@media (max-width: 650px){
.gg2 {
	padding-top: 0px!important;
    width:100%;
	display: none!important;
}
}
.site.logo {
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 0px;
}

.site.name {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.book-list>li>a {
    padding: 8px 18px; 
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    display: inline-block;
}



.book-list{ margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;display:inline-block;float:left;list-style:none;  border-right:dotted 1px #f0f0f0;margin-right:-2px;}
.book-list:last-child{border:none}
.post_title {
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    margin-top:30px;
    color:#fff;
    background: linear-gradient(45deg,#28AFD5 0%,#2779BF 25%,#28AFD5 100%);
      font-weight: 600;
        border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border: 1px solid rgba(0,0,0,0.1);
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    padding: 0.8rem 1.25rem;
}

.center{
    margin: auto;
    border-radius: 4px;
	    background: #fff;
    border: 1px solid #EAEAEA;
    margin-top:10px;
      border-top: 0px solid #EAEAEA;
      box-shadow: inset 0 0px 0 0 #fff, 0 1px 5px rgba(0,0,0,.05);
}

.item2 a{
    transition: background .5s ease;
    width: 100%;
    outline: 0;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-top: 1px solid #EAEAEA;
background: linear-gradient( 45deg ,#FFF4EB 0%,#FDEEF3 25%,#EDF1F8 50%,#E8F7F4 100%); 
}
.item2 a:hover {
background: linear-gradient( 45deg ,#FFEEE0 0%,#FEE2EB 25%,#E3ECFA 50%,#D9F8F2 100%); 
    text-decoration: none;
}

details summary::-webkit-details-marker {
  display:none;
}
summary {
    transition: background .75s ease;
    width: 100%;
  overflow: hidden;
   width: 100%;
    outline: 0;
    text-align: center;
    font-size: 16px;

    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-top: 1px solid #EAEAEA;
  
}

h2 {
   font-size: 1.0em;
    text-align: left;
    text-shadow: none;
}

details p {
    padding: 0px 25px 15px 25px;
    margin: 0;
    text-shadow: none;
    text-align: justify;
  line-height: 1.3em;
}

summary::after {
    content: '';
    background-image: url(https://scripturefirst.net/uploads/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
      float:right;
    margin-top:25px;
     margin-right: 25px;
}
details[open] summary::after {
    transform: rotate(180deg);
    border: none;
    outline: none;
    background-image: url(https://scripturefirst.net/uploads/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
}

details[open] summary:hover {
  background:none;
}
summary:hover {
    background: #f7f7f7;
}


details summary::-webkit-details-marker,
details summary::marker {
 display: none; 
 content: "";
}


.emoji-wrapper {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin:auto;
  color:#000;
}
.emoji-item {
  width: 22.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  height: 66px;
  font-size: 18px;
  margin-bottom: 30px;
  border-radius: 5px;
  cursor: pointer;
  background:#fff;
border: 1px solid #EAEAEA;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s all;
  position: relative;
}


.emoji-item:hover {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.18);
color: #0e00d0;
border: 1px solid #0e00d0;
}

.emoji-item-big:hover {
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.18);
color: #0e00d0;
border: 1px solid #0e00d0;
}


.emoji-item-big {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  height: 66px;
  font-size: 18px;
  margin-bottom: 30px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  cursor: pointer;
  background:#fff;
  box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s all;
  position: relative;
}
.copied {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(33, 66, 174, 0.8);
  color: #fff;
}
.copied-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}


.post_feature{

padding: 0 20px 0 20px;
}

.price {
color: #ba3925;
    padding: 18px;
}

.item_right{
color: #ba3925;
font-size: 1.06em;
padding: 10px;
margin-right: 5px;
}

small.badge.badge-primary.badge-pill {
    display: inline-block;
    width: 30px;
    height: 27px;
    font-weight: 600;
    text-align: center;
    vertical-align: baseline;
    transition: all .2s ease-in-out;
    color: #277fc2;
    background-color: #fff;
    border-radius: 10rem;
    margin-right: 12px;
    padding-top: 3px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%), 0 3px 3px -2px rgb(0 0 0 / 40%);
	background: #FFEFBA;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

@media (max-width: 650px){
.emoji-item {
  width: 47.3%;
  margin-right: 2%;
  font-size: 16px;

}
small.badge.badge-primary.badge-pill {
    display: inline-block;
    width: 25px;
    height: 22px;
}
.post-content ul {

   font-size: 14px;
   line-height: 1.3;
}

.emoji-item-big {
  width: 98%;
  margin-right: 0%;
font-size: 16px;
}
}

.ggad2 {
  margin-top: 30px;

}

ul li {
  position: relative;
  padding-bottom: 8px;
  padding-top: 8px;
  border-top: dotted 1px #f0f0f0;
}

.post-meta .meta-category a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    background: linear-gradient( 
45deg
 ,#28AFD5 0%,#2779BF 25%,#28AFD5 100%);
    border-radius: 15px;
    color: #fff;
    margin-left: 0px;
}


.seealso {
    font-size: 22px;
    font-weight: 700;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
    padding: 20px 10px 0px 10px;
}

.copykaomoji {
  padding:30px;
  margin:auto;
  text-align:center;
	animation: move 4s linear infinite;
	background-image: linear-gradient(to right, #D90A84, #28ADD4, #2779BF, #BF273C, #F85D12);
	background-size: 200% auto;
	font: 700 16px/1 Helvetica;
	letter-spacing: 1px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@keyframes move { to { background-position: 200% center; } }




.post_image {
    padding: 20px;

}
.post_image img{
    text-align: center;
    margin: auto;

}

.post_title h2 {
    display: contents;
    margin: 0;
}




.aawp-clearfix {
	display: inline-block
}

html[xmlns] .aawp-clearfix {
	display: block
}

* html .aawp-clearfix {
	height: 1%
}

.aawp .align-center {
	text-align: center
}

.aawp-button,.aawp .aawp-button {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 7px 12px 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
	text-decoration: none!important;
	background-color: #fff;
	border: 1px solid #ccc!important;
	color: #333!important
}

.aawp-button:hover,.aawp .aawp-button:hover {
	text-decoration: none!important
}

.aawp-button:active,.aawp-button:focus,.aawp .aawp-button:active,.aawp .aawp-button:focus {
	box-shadow: none;
	text-decoration: none!important;
	outline: none
}

.aawp-button:visited,.aawp .aawp-button:visited {
	color: #333!important
}

.aawp-button:focus,.aawp-button:hover,.aawp .aawp-button:focus,.aawp .aawp-button:hover {
	border: 1px solid #ccc!important;
	color: #333!important;
	background-color: #fafafa
}

.aawp-button.rounded,.aawp .aawp-button.rounded {
	border-radius: 3px
}

.aawp-button.shadow,.aawp .aawp-button.shadow {
	box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp-button.aawp-button--amazon,.aawp .aawp-button.aawp-button--amazon {
	border-color: #9c7e31 #90742d #786025!important;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
	background: #f0c14b;
	background: linear-gradient(180deg,#f7dfa5,#f0c14b) repeat scroll 0 0 transparent;
	color: #111!important
}

.aawp-button.aawp-button--amazon:active,.aawp-button.aawp-button--amazon:focus,.aawp-button.aawp-button--amazon:hover,.aawp .aawp-button.aawp-button--amazon:active,.aawp .aawp-button.aawp-button--amazon:focus,.aawp .aawp-button.aawp-button--amazon:hover {
	background: #eeb933;
	background: linear-gradient(180deg,#f5d78e,#eeb933) repeat scroll 0 0 transparent;
	color: #111!important
}

.aawp-button.aawp-button--blue,.aawp .aawp-button.aawp-button--blue {
	background-color: #3498db;
	border-color: #3498db!important;
	color: #fff!important
}

.aawp-button.aawp-button--blue:visited,.aawp .aawp-button.aawp-button--blue:visited {
	color: #fff!important
}

.aawp-button.aawp-button--blue:focus,.aawp-button.aawp-button--blue:hover,.aawp .aawp-button.aawp-button--blue:focus,.aawp .aawp-button.aawp-button--blue:hover {
	border: 1px solid #3498db!important;
	color: #fff!important;
	background-color: #2b94d9
}

.aawp-button.aawp-button--red,.aawp .aawp-button.aawp-button--red {
	background-color: #e74c3c;
	border-color: #e74c3c!important;
	color: #fff!important
}

.aawp-button.aawp-button--red:visited,.aawp .aawp-button.aawp-button--red:visited {
	color: #fff!important
}

.aawp-button.aawp-button--red:focus,.aawp-button.aawp-button--red:hover,.aawp .aawp-button.aawp-button--red:focus,.aawp .aawp-button.aawp-button--red:hover {
	border: 1px solid #e74c3c!important;
	color: #fff!important;
	background-color: #e64433
}

.aawp-button.aawp-button--green,.aawp .aawp-button.aawp-button--green {
	background-color: #27ae60;
	border-color: #27ae60!important;
	color: #fff!important
}

.aawp-button.aawp-button--green:visited,.aawp .aawp-button.aawp-button--green:visited {
	color: #fff!important
}

.aawp-button.aawp-button--green:focus,.aawp-button.aawp-button--green:hover,.aawp .aawp-button.aawp-button--green:focus,.aawp .aawp-button.aawp-button--green:hover {
	border: 1px solid #27ae60!important;
	color: #fff!important;
	background-color: #25a65b
}

.aawp-button.aawp-button--yellow,.aawp .aawp-button.aawp-button--yellow {
	background-color: #ffdf88;
	border-color: #ffdf88!important;
	color: #333!important
}

.aawp-button.aawp-button--yellow:visited,.aawp .aawp-button.aawp-button--yellow:visited {
	color: #333!important
}

.aawp-button.aawp-button--yellow:focus,.aawp-button.aawp-button--yellow:hover,.aawp .aawp-button.aawp-button--yellow:focus,.aawp .aawp-button.aawp-button--yellow:hover {
	border: 1px solid #ffdf88!important;
	color: #333!important;
	background-color: #ffdc7e
}

.aawp-button.aawp-button--orange,.aawp .aawp-button.aawp-button--orange {
	background-color: #f39c12;
	border-color: #f39c12!important;
	color: #fff!important
}

.aawp-button.aawp-button--orange:visited,.aawp .aawp-button.aawp-button--orange:visited {
	color: #fff!important
}

.aawp-button.aawp-button--orange:focus,.aawp-button.aawp-button--orange:hover,.aawp .aawp-button.aawp-button--orange:focus,.aawp .aawp-button.aawp-button--orange:hover {
	border: 1px solid #f39c12!important;
	color: #fff!important;
	background-color: #ef970c
}

.aawp-button.aawp-button--dark,.aawp .aawp-button.aawp-button--dark {
	background-color: #363636;
	border-color: #363636!important;
	color: #fff!important
}

.aawp-button.aawp-button--dark:visited,.aawp .aawp-button.aawp-button--dark:visited {
	color: #fff!important
}

.aawp-button.aawp-button--dark:focus,.aawp-button.aawp-button--dark:hover,.aawp .aawp-button.aawp-button--dark:focus,.aawp .aawp-button.aawp-button--dark:hover {
	border: 1px solid #363636!important;
	color: #fff!important;
	background-color: #313131
}

.aawp-button.aawp-button--icon,.aawp .aawp-button.aawp-button--icon {
	position: relative;
	padding-left: 32px
}

.aawp-button.aawp-button--icon:before,.aawp .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
}

.aawp-button.aawp-button--icon-amazon-black:before,.aawp .aawp-button.aawp-button--icon-amazon-black:before {
	background-image: url(/uploads/img/icon-amazon-black.svg)
}

.aawp-button.aawp-button--icon-black:before,.aawp .aawp-button.aawp-button--icon-black:before {
	background-image: url(/uploads/img/icon-cart-black.svg)
}

.aawp-button.aawp-button--icon-amazon-white:before,.aawp .aawp-button.aawp-button--icon-amazon-white:before {
	background-image: url(/uploads/img/icon-amazon-white.svg)
}

.aawp-button.aawp-button--icon-white:before,.aawp .aawp-button.aawp-button--icon-white:before {
	background-image: url(/uploads/img/icon-cart-white.svg)
}

a.aawp-star-rating,a.aawp-star-rating:active,a.aawp-star-rating:focus,a.aawp-star-rating:hover {
	border: none;
	box-shadow: none;
	outline: none;
	text-decoration: none
}

.aawp-star-rating {
	position: relative;
	display: inline-block;
	background-image: url(/uploads/img/stars/v1.svg);
	height: 16px;
	width: 80px;
	background-size: 16px 16px
}

.aawp-star-rating,.aawp-star-rating>span {
	background-repeat: repeat-x;
	background-position: 0;
	vertical-align: middle
}

.aawp-star-rating>span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: url(/uploads/img/stars/v1-active.svg);
	height: 16px;
	width: 80px;
	background-size: 16px 16px
}

.aawp-star-rating--medium,.aawp-star-rating--medium>span {
	height: 20px;
	width: 100px;
	background-size: 20px 20px
}

.aawp-star-rating--large,.aawp-star-rating--large>span {
	height: 30px;
	width: 150px;
	background-size: 30px 30px
}

.aawp-star-rating--v2 {
	background-image: url(/uploads/img/stars/v2.svg)
}

.aawp-star-rating--v2>span {
	background-image: url(/uploads/img/stars/v2-active.svg)
}

.aawp-star-rating--v3 {
	background-image: url(/uploads/img/stars/v3.svg)
}

.aawp-star-rating--v3>span {
	background-image: url(/uploads/img/stars/v3-active.svg)
}

.aawp-star-rating--v4 {
	background-image: url(/uploads/img/stars/v4.svg)
}

.aawp-star-rating--v4>span {
	background-image: url(/uploads/img/stars/v4-active.svg)
}

.aawp-star-rating--v5 {
	background-image: url(/uploads/img/stars/v5.svg)
}

.aawp-star-rating--v5>span {
	background-image: url(/uploads/img/stars/v5-active.svg)
}

.aawp-star-rating--v6 {
	background-image: url(/uploads/img/stars/v6.svg)
}

.aawp-star-rating--v6>span {
	background-image: url(/uploads/img/stars/v6-active.svg)
}

.aawp-star-rating--v7 {
	background-image: url(/uploads/img/stars/v7.svg)
}

.aawp-star-rating--v7>span {
	background-image: url(/uploads/img/stars/v7-active.svg)
}

.aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl.svg)
}

.aawp-star-rating--wayl>span {
	background-image: url(/uploads/img/stars/wayl-active.svg)
}

.aawp-star-rating--wayl.aawp-star-rating--small,.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,.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,.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
}

.aawp.aawp-box.box--widget,.widget .aawp-box {
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 15px 10px 10px
}

.aawp.aawp-box.box--widget *,.aawp.aawp-box.box--widget :after,.aawp.aawp-box.box--widget :before,.widget .aawp-box *,.widget .aawp-box :after,.widget .aawp-box :before {
	box-sizing: border-box
}

.aawp.aawp-box.box--widget:last-child,.widget .aawp-box:last-child {
	margin-bottom: 0
}

.aawp.aawp-box.box--widget.sale,.widget .aawp-box.sale {
	padding-top: 30px
}

.aawp.aawp-box.box--widget .aawp-box__thumb,.widget .aawp-box .aawp-box__thumb {
	float: none;
	width: 100%;
	margin-bottom: 10px
}

.aawp.aawp-box.box--widget .aawp-box__image,.widget .aawp-box .aawp-box__image {
	max-width: 120px;
	margin-bottom: 5px
}

.aawp.aawp-box.box--widget .aawp-box__content,.widget .aawp-box .aawp-box__content {
	margin-left: 0;
	padding-left: 0
}

.aawp.aawp-box.box--widget .aawp-box__title,.widget .aawp-box .aawp-box__title {
	font-size: 14px!important;
	line-height: 1.3!important;
	text-align: center
}

.aawp.aawp-box.box--widget .aawp-box__footer,.widget .aawp-box .aawp-box__footer {
	text-align: center;
	margin-left: 0;
	padding-left: 0
}

.aawp.aawp-box.box--widget .aawp-box__footer p,.widget .aawp-box .aawp-box__footer p {
	margin: 0
}

.aawp.aawp-box.box--widget .aawp-box__rating,.widget .aawp-box .aawp-box__rating {
	margin-left: 0
}

.aawp.aawp-box.box--widget .aawp-box__pricing,.widget .aawp-box .aawp-box__pricing {
	margin: 0 0 10px
}

.aawp.aawp-box.box--widget .aawp-box__price,.widget .aawp-box .aawp-box__price {
	line-height: 1!important;
	margin-bottom: 5px
}

.aawp.aawp-box.box--widget .aawp-box__price--old,.widget .aawp-box .aawp-box__price--old {
	font-size: 13px!important
}

.aawp.aawp-box.box--widget .aawp-box__price--saved,.widget .aawp-box .aawp-box__price--saved {
	margin-top: 0
}

.aawp.aawp-box.box--widget .aawp-box__price--current,.widget .aawp-box .aawp-box__price--current {
	display: block!important;
	font-size: 18px!important;
	margin: 0
}

.aawp.aawp-box.box--widget .aawp-box__prime,.widget .aawp-box .aawp-box__prime {
	margin: 5px 0 0!important
}

.aawp.aawp-box.box--widget .aawp-box__btn,.widget .aawp-box .aawp-box__btn {
	margin-top: 5px;
	margin-left: 0
}

.aawp.aawp-box.box--widget .aawp-box__info,.widget .aawp-box .aawp-box__info {
	position: static;
	display: block;
	margin-top: 10px;
	max-width: 100%;
	text-align: center
}

.aawp.aawp-box.box--widget.inline-info .aawp-box__thumb,.widget .aawp-box.inline-info .aawp-box__thumb {
	margin-bottom: 10px
}

.aawp.aawp-box.box--widget .aawp-box__description,.aawp.aawp-box.box--widget .aawp-box__reviews,.widget .aawp-box .aawp-box__description,.widget .aawp-box .aawp-box__reviews {
	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:after,.aawp .aawp-product--horizontal:before {
	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: 160px
}

@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: 160px;
	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;
	font-size: 18px;
	font-weight: 700
}

@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: 160px;
	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 .aawp-product__price--current:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--horizontal .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--horizontal .aawp-product__pricing: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-premium,.aawp .aawp-product--horizontal .aawp-product__pricing span+span.aawp-check-prime {
	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: 700
}

@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,.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
	}
}

.aawp .aawp-product--horizontal.aawp-product--style-light {
	box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp .aawp-product--horizontal.aawp-product--style-dark {
	background: #232f3e;
	color: #e2e2e2
}

.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:visited {
	color: #fff
}

.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__title:hover {
	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__info,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--horizontal.aawp-product--style-dark .aawp-star-rating--wayl>span {
	background-image: url(/uploads/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,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:visited {
	color: #fff
}

.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__title:hover {
	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__info,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--horizontal.aawp-product--style-wayl .aawp-star-rating--wayl>span {
	background-image: url(/uploads/img/stars/wayl-inverted-active.svg)
}

.aawp .aawp-product--widget-vertical {
	zoom: 1;
	background: #fff;
	border: 1px solid #ececec;
	color: inherit;
	position: relative;
	display: block;
	max-width: 100%;
	font-size: 15px;
	line-height: 1.6;
	white-space: normal;
	min-width: 100%;
	padding: 15px;
	margin: 0 0 20px
}

.aawp .aawp-product--widget-vertical:after,.aawp .aawp-product--widget-vertical:before {
	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;
	font-size: 18px;
	font-weight: 700
}

@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-premium,.aawp .aawp-product--widget-vertical .aawp-box__pricing span+span.aawp-check-prime {
	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: 700
}

@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,.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,.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,.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
	}
}

.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,.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:active,.aawp .aawp-product--widget-vertical .aawp-product__image-link:focus,.aawp .aawp-product--widget-vertical .aawp-product__image-link:hover {
	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;
	-o-object-fit: contain;
	object-fit: contain
}

.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: 700;
	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-check-prime,.aawp .aawp-product--widget-vertical .aawp-product__meta .aawp-star-rating {
	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 .aawp-product__price--current: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:empty,.aawp .aawp-product--widget-vertical .aawp-product__pricing: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: 700
}

.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,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.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,.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__teaser,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__title:hover {
	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__info,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--widget-vertical.aawp-product--style-dark .aawp-star-rating--wayl>span {
	background-image: url(/uploads/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,.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__teaser,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__title:hover {
	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__info,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--widget-vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span {
	background-image: url(/uploads/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,.aawp *,.aawp :after,.aawp :before,.aawp div,.aawp div *,.aawp div :after,.aawp div :before,.aawp span,.aawp span *,.aawp span :after,.aawp span :before {
	box-sizing: border-box
}

.aawp-credits,.aawp-disclaimer {
	font-size: 12px
}

.aawp a.aawp-check-premium,.aawp a.aawp-check-premium:active,.aawp a.aawp-check-premium:focus,.aawp a.aawp-check-premium:hover,.aawp a.aawp-check-premium:visited,.aawp a.aawp-check-prime,.aawp a.aawp-check-prime:active,.aawp a.aawp-check-prime:focus,.aawp a.aawp-check-prime:hover,.aawp a.aawp-check-prime:visited,a.aawp-check-premium,a.aawp-check-premium:active,a.aawp-check-premium:focus,a.aawp-check-premium:hover,a.aawp-check-premium:visited,a.aawp-check-prime,a.aawp-check-prime:active,a.aawp-check-prime:focus,a.aawp-check-prime:hover,a.aawp-check-prime:visited {
	border: none;
	box-shadow: none;
	outline: none;
	text-decoration: none
}

.aawp-check-prime,.aawp .aawp-check-prime {
	display: inline-block;
	width: 55px;
	height: 16px;
	background-image: url(/uploads/img/icon-check-prime.png);
	vertical-align: middle
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.aawp-check-prime,.aawp .aawp-check-prime {
		background-image: url(/uploads/img/icon-check-prime@2x.png);
		background-size: 55px 16px
	}
}

.aawp-check-prime.aawp-check-prime--jp,.aawp .aawp-check-prime.aawp-check-prime--jp {
	background-image: url(/uploads/img/icon-check-prime-jp.png)
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.aawp-check-prime.aawp-check-prime--jp,.aawp .aawp-check-prime.aawp-check-prime--jp {
		background-image: url(/uploads/img/icon-check-prime-jp.png)
	}
}

.aawp-check-premium,.aawp .aawp-check-premium {
	display: inline-block;
	width: 75px;
	height: 16px;
	background-image: url(/uploads/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: 50%;
	transition: all .5s;
	overflow: visible
}

.aawp-link-icon.amazon {
	background-image: url(/uploads/img/icon-amazon.svg)
}

.aawp-link-icon.cart {
	background-color: #fff;
	background-color: hsla(0,0%,100%,.8);
	background-image: url(/uploads/img/icon-cart-black.svg)
}

.aawp-link-icon.amazon-logo {
	bottom: -5px;
	height: 20px;
	width: 66px;
	background-image: url(/uploads/img/icon-amazon-logo.png)
}

.aawp-link-icon-container:hover .aawp-link-icon,.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon {
	height: 30px;
	width: 30px
}

.aawp-link-icon-container:hover .aawp-link-icon.amazon-logo,.aawp-link:hover+.aawp-link-icon-container .aawp-link-icon.amazon-logo {
	height: 30px;
	width: 99px
}

.aawp.aawp-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 *,.aawp.aawp-box :after,.aawp.aawp-box :before {
	box-sizing: border-box
}

.aawp.aawp-box:after,.aawp.aawp-box:before {
	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,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:active,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:focus,.aawp.aawp-box .aawp-box__rating .aawp-star-rating:hover {
	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;
	font-size: 18px;
	font-weight: 700
}

@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-premium,.aawp.aawp-box .aawp-box__pricing span+span.aawp-check-prime {
	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: 700
}

@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,.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,.8);
	border-bottom-right-radius: 2px
}

.aawp.aawp-box .aawp-box__sale {
	top: -1px;
	right: -1px;
	background: #27ae60;
	background: rgba(39,174,96,.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
	}
}

.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 td,.aawp.aawp-table th {
	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: 700
}

.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:after,.aawp-box:before {
	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;
	font-size: 18px;
	font-weight: 700
}

@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-premium,.aawp-box .aawp-box__pricing span+span.aawp-check-prime {
	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: 700
}

@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,.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,.8);
	border-bottom-right-radius: 2px
}

.aawp-box .aawp-box__sale {
	top: -1px;
	right: -1px;
	background: #27ae60;
	background: rgba(39,174,96,.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
	}
}

.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,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp.aawp-box.dark {
	background: #232f3e;
	color: #f2f2f2
}

.aawp.aawp-box.dark .aawp-box__title,.aawp.aawp-box.dark .aawp-box__title:visited {
	color: #fff
}

.aawp.aawp-box.dark .aawp-box__title:focus,.aawp.aawp-box.dark .aawp-box__title:hover {
	color: #f2f2f2
}

.aawp.aawp-box.dark .aawp-box__price--current {
	color: #fff
}

.aawp.aawp-box.dark .aawp-box__info,.aawp.aawp-box.dark .aawp-box__price--old,.aawp.aawp-box.dark .aawp-box__reviews {
	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 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0 -2%
}

.aawp-grid__item {
	width: 100%;
	margin: 0 2%
}

@media (min-width:481px) {
	.aawp-grid__item {
		display: 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.33333333%
	}

	.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.66666667%
	}
}

@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 tbody,.aawp table.aawp-table td,.aawp table.aawp-table th,.aawp table.aawp-table thead,.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: 1px solid #ededed;
	BACKGROUND: #FFF;
	border-bottom: none
}

.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: 700;
	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: 700;
	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-links,.aawp table.aawp-table td.aawp-table__td-thumb,.aawp table.aawp-table td.aawp-table__td-title {
	text-align: center
}

.aawp table.aawp-table td .aawp-product__reviews,.aawp table.aawp-table td.aawp-table__td-links:before,.aawp table.aawp-table td.aawp-table__td-thumb:before,.aawp table.aawp-table td.aawp-table__td-title:before {
	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 td,.aawp table.aawp-table th {
		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 td,.aawp table.aawp-table th {
		vertical-align: middle
	}

	.aawp table.aawp-table td.aawp-table__td-position,.aawp table.aawp-table td.aawp-table__th-position,.aawp table.aawp-table th.aawp-table__td-position,.aawp table.aawp-table th.aawp-table__th-position {
		max-width: 50px;
		font-weight: 700;
		white-space: nowrap
	}

	.aawp table.aawp-table td.aawp-table__td-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 th.aawp-table__th-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 td.aawp-table__td-title,.aawp table.aawp-table td.aawp-table__th-title,.aawp table.aawp-table th.aawp-table__td-title,.aawp table.aawp-table th.aawp-table__th-title {
		min-width: 150px;
		text-align: left
	}

	.aawp table.aawp-table td.aawp-table__td-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 th.aawp-table__th-rating .aawp-product__reviews {
		display: block;
		margin-top: 5px;
		color: #666;
		font-size: 12px;
		white-space: nowrap
	}

	.aawp table.aawp-table td.aawp-table__td-pricing,.aawp table.aawp-table td.aawp-table__th-pricing,.aawp table.aawp-table th.aawp-table__td-pricing,.aawp table.aawp-table th.aawp-table__th-pricing {
		white-space: nowrap
	}

	.aawp table.aawp-table td.aawp-table__td-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 th.aawp-table__th-pricing .aawp-product__price {
		display: block;
		font-weight: 700
	}

	.aawp table.aawp-table td.aawp-table__td-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 th.aawp-table__th-pricing .aawp-product__price--old {
		font-weight: 400
	}

	.aawp table.aawp-table td.aawp-table__td-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 th.aawp-table__th-pricing .aawp-check-prime {
		margin-top: 5px
	}

	.aawp table.aawp-table td.aawp-table__td-links,.aawp table.aawp-table td.aawp-table__th-links,.aawp table.aawp-table th.aawp-table__td-links,.aawp table.aawp-table th.aawp-table__th-links {
		white-space: nowrap
	}

	.aawp table.aawp-table td.aawp-table__td-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 th.aawp-table__th-links .aawp-button {
		word-break: break-all
	}

	.aawp table.aawp-table tr th {
		font-weight: 700;
		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 tbody,.aawp table.aawp-comparison-table td,.aawp table.aawp-comparison-table th,.aawp table.aawp-comparison-table thead,.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 td,.aawp table.aawp-comparison-table th {
	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: 700;
	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: 700;
	text-align: center
}

.aawp table.aawp-comparison-table td.position:before {
	content: attr(data-label) "";
	width: auto
}

.aawp table.aawp-comparison-table td.links,.aawp table.aawp-comparison-table td.thumb,.aawp table.aawp-comparison-table td.title {
	text-align: center
}

.aawp table.aawp-comparison-table td.links:before,.aawp table.aawp-comparison-table td.thumb:before,.aawp table.aawp-comparison-table td.title: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: 700
}

.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 td,.aawp table.aawp-comparison-table th {
		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: 700;
		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: 700
	}

	.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 {
	background-image: url(/uploads/img/icon-globe.svg)
}

.aawp-icon-globe,.aawp-icon-yes {
	display: inline-block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
	vertical-align: -15%
}

.aawp-icon-yes {
	background-image: url(/uploads/img/icon-yes.svg)
}

.aawp-icon-no {
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(/uploads/img/icon-no.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
	vertical-align: -15%
}

.aawp-tb {
	margin: 20px 0 0;
	border-collapse: collapse;
	border-spacing: 1px;
	color: #444;
	font-size: 13px;
	line-height: 20px;
	table-layout: fixed
}

.aawp-tb__data,.aawp-tb__head {
	position: relative;
	padding: 10px 9px;
	background-clip: padding-box;
	border: 1px solid #d7d7d7;
	text-align: center
}

.aawp-tb__head {
	font-weight: 700;
	text-align: left
}

.aawp-tb__data,.aawp-tb__head {
	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
}

.aawp-tb-thumb img {
	display: block;
	height: 150px;
	max-width: 100%;
	width: 150px;
	-o-object-fit: contain;
	object-fit: contain;
	background-color: transparent;
	box-shadow: none;
	float: none;
	opacity: 1
}

.aawp-tb__data--highlight .aawp-tb-thumb img,.aawp-tb__row--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__data:not(.aawp-tb__data--highlight),.aawp-tb--desktop .aawp-tb__row:not(.aawp-tb__row--highlight):nth-child(2n+2) .aawp-tb__head {
	background-color: #f5f5f5
}

.aawp-tb--desktop .aawp-tb__data,.aawp-tb--desktop .aawp-tb__head {
	display: table-cell
}

.aawp-tb--desktop .aawp-tb__data,.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-desktop-labels .aawp-tb__head,.aawp-tb--desktop.aawp-tb--hide-labels .aawp-tb__head {
	display: none
}

.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__data,.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__head {
	padding-top: 52px
}

.aawp-tb--desktop.aawp-tb--ribbon .aawp-tb-ribbon {
	display: block
}

.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-1 .aawp-tb__head {
	width: 100%
}

.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-2 .aawp-tb__head {
	width: 50%
}

.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-3 .aawp-tb__head {
	width: 33.33333333%
}

.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-4 .aawp-tb__head {
	width: 25%
}

.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-5 .aawp-tb__head {
	width: 20%
}

.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-6 .aawp-tb__head {
	width: 16.66666667%
}

.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__data,.aawp-tb--desktop.aawp-tb--cols-7 .aawp-tb__head {
	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__data,.aawp-tb--mobile .aawp-tb__row:not(.aawp-tb__row--highlight):nth-of-type(2n) .aawp-tb__head {
	background-color: #f5f5f5
}

.aawp-tb--mobile .aawp-tb__data,.aawp-tb--mobile .aawp-tb__head {
	display: table-cell
}

.aawp-tb--mobile .aawp-tb__data,.aawp-tb--mobile .aawp-tb__head {
	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;
	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:after,.aawp .aawp-product--vertical:before {
	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;
	font-size: 18px;
	font-weight: 700
}

@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-premium,.aawp .aawp-product--vertical .aawp-box__pricing span+span.aawp-check-prime {
	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: 700
}

@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,.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,.8);
	border-bottom-right-radius: 2px
}

.aawp .aawp-product--vertical .aawp-box__sale {
	top: -1px;
	right: -1px;
	background: #27ae60;
	background: rgba(39,174,96,.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
	}
}

.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;
	height: 250px;
	margin: 0 auto;
	max-width: 100%;
	width: 250px;
	border: none;
	box-shadow: none;
	-o-object-fit: contain;
	object-fit: contain
}

.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: 700;
	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 .aawp-product__price--current:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price--old:empty,.aawp .aawp-product--vertical .aawp-product__pricing .aawp-product__price:empty,.aawp .aawp-product--vertical .aawp-product__pricing: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: 700
}

.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,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp .aawp-product--vertical.aawp-product--style-dark {
	background: #232f3e;
	color: #e2e2e2
}

.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:visited {
	color: #fff
}

.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__title:hover {
	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__info,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--vertical.aawp-product--style-dark .aawp-star-rating--wayl>span {
	background-image: url(/uploads/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,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:visited {
	color: #fff
}

.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__title:hover {
	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__info,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--vertical.aawp-product--style-wayl .aawp-star-rating--wayl>span {
	background-image: url(/uploads/img/stars/wayl-inverted-active.svg)
}

.aawp .aawp-product--list {
	zoom: 1;
	background: #fff;
	border: 1px solid #ececec;
	color: inherit;
	position: relative;
	display: block;
	max-width: 100%;
	font-size: 15px;
	line-height: 1.6;
	white-space: normal;
	min-width: 100%;
	margin: 0 0 20px;
	padding: 10px
}

.aawp .aawp-product--list:after,.aawp .aawp-product--list:before {
	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;
	font-size: 18px;
	font-weight: 700
}

@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-premium,.aawp .aawp-product--list .aawp-box__pricing span+span.aawp-check-prime {
	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: 700
}

@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,.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,.8);
	border-bottom-right-radius: 2px
}

.aawp .aawp-product--list .aawp-box__sale {
	top: -1px;
	right: -1px;
	background: #27ae60;
	background: rgba(39,174,96,.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
	}
}

.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,.aawp .aawp-product--list .aawp-product__image-link:active,.aawp .aawp-product--list .aawp-product__image-link:focus,.aawp .aawp-product--list .aawp-product__image-link:hover {
	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: 75px;
	width: 75px;
	-o-object-fit: contain;
	object-fit: contain
}

.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: 700;
	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:after,.aawp .aawp-product--list .aawp-product__meta:before {
	content: " ";
	display: table
}

.aawp .aawp-product--list .aawp-product__meta:after {
	clear: both
}

.aawp .aawp-product--list .aawp-product__price,.aawp .aawp-product--list .aawp-star-rating {
	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: 700
}

.aawp .aawp-product--list .aawp-product__price--saved {
	padding: 4px 6px;
	border-radius: 2px;
	background: #27ae60;
	background: rgba(39,174,96,.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,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.aawp .aawp-product--list.aawp-product--style-dark {
	background: #232f3e;
	color: #e2e2e2
}

.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:visited {
	color: #fff
}

.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__teaser,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__title:hover {
	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__info,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--list.aawp-product--style-dark .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--list.aawp-product--style-dark .aawp-star-rating--wayl>span {
	background-image: url(/uploads/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,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:visited {
	color: #fff
}

.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__teaser,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__title:hover {
	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__info,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--list.aawp-product--style-wayl .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--list.aawp-product--style-wayl .aawp-star-rating--wayl>span {
	background-image: url(/uploads/img/stars/wayl-inverted-active.svg)
}

.aawp .aawp-product--widget-small {
	zoom: 1;
	background: #fff;
	border: 1px solid #ececec;
	color: inherit;
	position: relative;
	display: block;
	max-width: 100%;
	font-size: 15px;
	line-height: 1.6;
	white-space: normal;
	min-width: 100%;
	margin: 0 0 20px;
	padding: 5px
}

.aawp .aawp-product--widget-small:after,.aawp .aawp-product--widget-small:before {
	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;
	font-size: 18px;
	font-weight: 700
}

@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-premium,.aawp .aawp-product--widget-small .aawp-box__pricing span+span.aawp-check-prime {
	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: 700
}

@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,.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,.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,.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
	}
}

.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,.aawp .aawp-product--widget-small .aawp-product__image-link:active,.aawp .aawp-product--widget-small .aawp-product__image-link:focus,.aawp .aawp-product--widget-small .aawp-product__image-link:hover {
	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: 75px;
	width: 75px;
	-o-object-fit: contain;
	object-fit: contain
}

.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: 700;
	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:after,.aawp .aawp-product--widget-small .aawp-product__meta:before {
	content: " ";
	display: table
}

.aawp .aawp-product--widget-small .aawp-product__meta:after {
	clear: both
}

.aawp .aawp-product--widget-small .aawp-product__price,.aawp .aawp-product--widget-small .aawp-star-rating {
	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: 700;
	line-height: 1;
	vertical-align: middle
}

.aawp .aawp-product--widget-small.aawp-product--style-light {
	box-shadow: 0 1px 2px rgba(0,0,0,.3),inset 0 0 40px rgba(0,0,0,.1)
}

.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,.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__teaser,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:focus,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__title:hover {
	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__info,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__price--old,.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--widget-small.aawp-product--style-dark .aawp-star-rating--wayl>span {
	background-image: url(/uploads/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,.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__teaser,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:focus,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__title:hover {
	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__info,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__price--old,.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-product__reviews {
	color: #ccc
}

.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl {
	background-image: url(/uploads/img/stars/wayl-inverted.svg)
}

.aawp .aawp-product--widget-small.aawp-product--style-wayl .aawp-star-rating--wayl>span {
	background-image: url(/uploads/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
	}
}