#cookie-bar {
    bottom: 1rem;
    right: 1rem;
    padding: 1rem;
    width: 500px;
    max-width: 100%;
    background: #d4a849;
    z-index: 20;
    border-radius: 5px;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
}

#cookie-bar p {
    display: block;
    text-align: center;
    font-size: .9rem;
    line-height: 1.2;
    color: #fff;
}

#cookie-bar .cb-enable {
    display: block;
    background: #fff;
    padding: .5rem;
    color: #d4a849;
    border-radius: 5px;
    margin-top: .5rem;
    font-weight: bold;
    text-transform: uppercase;
}

#cookie-bar .cb-policy {
    display: none;
}

.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: -1;
}

.page-loader.loading {
    display: block;
    z-index: 100;
}

.page-loader .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    position: relative;
    fill: #444;
    fill: currentColor;
}

a, button, input, textarea, select, .btn, .icon, .animate {
    transition: all .3s ease-in-out;
}

.block-link {
    display: block;
    width: 100%;
    height: 100%;
}

.row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff;
    border-bottom: 1px solid #0000000d;
}

.row.has-bg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.row.has-bg.repeat {
    background-size: initial;
    background-repeat: initial;
}

.row.bg-1 {
    background-image: url(../img/bg-wood-2.jpg);
}

.row.brown-gradient {
    background: #603813;
    background: -webkit-linear-gradient(to right, #b29f94, #603813);
    background: linear-gradient(to right, #b29f94, #603813);
}

.table-wrapper {
    display: table;
    width: 100%;
}

.table-wrapper > * {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #efbc50;
    color: #efbc50;
    border-radius: 50px;
    padding: .75rem 1.25rem;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background: #efbc50;
    border-color: rgba(0,0,0,.1);
}

.btn.red {
    color: #ed4f4f;
    border: 1px solid #ed4f4f;
}

.btn.red:hover,
.btn.red:focus {
    color: #fff;
    background: #ed4f4f;
}

.alt-font,
.title-font,
.main-header,
.main-footer,
.main-banner,
.btn,
.row-title,
.home-feature-body > strong,
.preview,
.product-banner,
.product-header,
.product-description > strong,
.product-section-title,
.product-form,
.product-bar-form,
.editor-content,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif; /* 400, 700 */
}

.page-flash-feedback {
    cursor: pointer;
}

.page-flash-text {
    display: block;
    text-align: center;
    color: #fff;
    padding: 1rem;
    font-size: .9rem;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 3rem;
}

.page-flash-text.flash-success {
    background: #4caf50;
}

.page-flash-text.flash-error {
    background: #ed4f4f;
}

/*
#ed4f4f
#efbc50
#282828
#1f1f20
 */

html {
    font-size: 100%;
    color: #4f4f4f;
    line-height: 1;
    font-weight: normal;
    background: #fff;
    font-family: 'Droid Serif', serif; /* 400, 700 */
}

.row-title {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}

.row-title.left {
    text-align: left;
}

.row-title::after {
    content: '';
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2rem;
    background: #f1d8a5;
    height: 1px;
}

.row-title.left::after {
    left: 0;
    right: initial;
    margin: initial;
}

.row-title.light .main,
.row-title.light .sub {
    color: #fff;
}

.row-title .main {
    display: block;
    color: #282828;
    font-size: 2.75rem;
}

.row-title .sub {
    display: block;
    margin-top: .5rem;
    font-size: 1.2rem;
    color: #9f9f9f;
    font-weight: normal;
    text-transform: initial;
    padding-left: 1px;
}

.cart-title-hint {
    display: block;
    font-weight: bold;
    color: #333;
}

.cart-title-hint img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin: 0 3px;
}

.products-page-title {
    display: block;
    color: #000;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: .5rem;
}

.products-page-subtitle {
    display: block;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.4;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.contain {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

/*
header
 */
.top-header {
    padding: 1rem;
    border-bottom: 1px solid #e2e2e2;
}

.top-infos > p {
    font-size: .9rem;
    color: #666;
}

.top-infos > p span {
    font-weight: bold;
    color: #ed4f4f;
    font-size: 1rem;
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: middle;
}

.top-help-link {
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem;
    color: #999;
    font-weight: normal;
    margin-right: 1rem;
    border-bottom: 2px solid #e2e2e2;
    padding: 2px 0;
}

.top-help-link:last-of-type {
    margin-right: 0;
}

.top-help-link:hover,
.top-help-link:focus {
    color: #ed4f4f;
    border-color: #ed4f4f;
}

.top-user-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    color: #777;
}

.top-user-link.is-full {
    background: #ed4f4f;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
}

.top-user-link:last-of-type {
    margin-right: 0;
}

.top-user-link.is-full:hover,
.top-user-link.is-full:focus {
    color: #fff;
    background: #dd3939;
}

.top-user-link:hover,
.top-user-link:focus {
    color: #ed4f4f;
}

.top-user-link span {
    display: block;
}

.top-user-link .icon {
    width: 2rem;
    height: 2rem;
    transition: initial;
}

.header-cart {
    position: absolute;
    width: 400px;
    right: 0;

    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.top-user-link.preview-cart:hover .header-cart,
.top-user-link.preview-cart:focus .header-cart {
    max-height: 700px;
    padding-top: 1rem;
    z-index: 20;
}

.header-cart .inner {
    background: #fff;
    padding: 1rem;
    border: 1px solid #dd3939;
    border-radius: 3px;
}

.header-cart .inner::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-color: #dd3939;
    top: -5px;
    right: 16px;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
    transform: rotate(45deg);
}

.header-cart-products {
    padding: .5rem;
    background: #f0f0f0;
    border-bottom: 2px solid #fff;
}

.header-cart-product {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #0000001a;
    color: #333;
}

.header-cart-product:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.header-cart-product > strong {
    font-size: .9rem;
    font-weight: normal;
    line-height: 1.2;
}

.header-cart-product > span {
    flex: 0 0 100px;
    font-size: .9rem;
    font-weight: bold;
    text-align: right;
}

.header-cart-product > span i {
    font-style: normal;
    font-weight: normal;
}

.header-cart-totals {
    background: #f0f0f0;
    padding: .5rem;
    margin-bottom: 1rem;
}

.header-cart-totals > p {
    color: #333;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    align-items: center;
    justify-content: space-between;
    font-size: .9rem;
}

.header-cart-totals > p:last-of-type {
    margin-bottom: 0;
}

.header-cart-totals > p > strong {
    color: #4caf50;
}

.header-cart .btn {
    width: 100%;
    border-radius: 3px;
    background: #dd3939;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    visibility: hidden;
}

.bottom-header {
    padding: 2rem 0;
    border-bottom: 1px solid #e2e2e2;
}

.logo {
    width: 150px;
}

.main-nav {
    font-size: 0;
}

.nav-li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.nav-li:last-of-type {
    margin-right: 0;
}

.nav-link {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1f20;
    font-size: .9rem;
    padding: 10px 0;
    border-bottom: 3px solid rgba(0,0,0,.1);
}

.nav-link:hover,
.nav-link:focus {
    color: #ed4f4f;
    border-color: #ed4f4f;
}

/*
main banner
 */
.main-banner {
    background-image: url(../img/bg-wood-2.jpg);
    background-repeat:repeat;
	position: relative;
	height: 500px;
    background-size: contain;
    background-position: center;
}

.main-banner::after {
    content: '';
    background-image: url(../img/banners/slider/prosciutto.png);
	width: 100%;
    height: 100%;
    background-size: 700px;
	background-repeat: no-repeat;
	background-position: right 50px;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-content {
    height: 100%;
    z-index: 2;
}

.banner-cta {
    position: absolute;
    top: 6rem;
    width: 600px;
    max-width: 100%;
}

.banner-cta h1 {
    display: block;
    color: #fff;
    text-transform: uppercase;
    /**font-size: 4rem;**/
	font-size:3rem;
    margin-top: -3rem;
    text-shadow: 1px 1px rgba(0,0,0,.33);
}

.banner-cta .btn {
    font-size: 1.25rem;
    padding: 1rem 2rem;
    border-width: 2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
}

.banner-features {
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    flex-wrap: wrap;
}

.banner-feature {
    padding-top: 3rem;
    border-top: 4px solid #fff3;
    flex: 0 0 33.33%;
}

.banner-feature figure {
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 60px;
}

.banner-feature div {
    color: #fff;
    padding: 0 1rem;
    flex-grow: 1;
}

.banner-feature div strong {
    display: block;
    font-size: 1rem;
    margin-bottom: .25rem;
}

.banner-feature div p {
    display: block;
    font-size: .9rem;
}

/*
main home
 */
.intro {
    background-image: url(../img/tmp/taglio-carne.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 2rem 0 2rem 50%;
}

.intro.reverse {
    background-image: url(../img/tmp/macellaio-taglio-carne-2.jpg);
    background-position: center right;
    padding: 7rem 50% 7rem 0;
}

.intro-content {
    margin-bottom: 2rem;
}

.intro-content > p {
    display: inline-block;
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
}

.intro-content > p strong {
    color: #dfb04b;
    border-bottom: 2px solid;
}

.intro-content .btn {
    padding: 1rem 2rem;
    font-size: .9rem;
    margin-top: 2rem;
    float: right;
}

.intro-content + .btn {
    padding: 1rem 2rem;
    font-size: .9rem;
}

.home-features {
    align-items: flex-start;
}

.home-feature {
    text-align: center;
    padding: 0 4rem;
}

.home-feature-icon {
    margin-bottom: 1.25rem;
}

.home-feature-icon img {
    width: 50px;
}

.home-feature-body strong {
    display: block;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #efbc50;
}

.home-feature-body p {
    display: inline-block;
    color: #999;
    line-height: 1.4;
    font-size: .9rem;
}

.home-category {
    text-align: center;
    padding: 0 .5rem;
}

.home-category-icon {
    margin-bottom: 1rem;
}

.home-category-content p {
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem;
    color: #999;
    line-height: 1.2;
}

.grid-row:not(:last-of-type) {
    margin-bottom: 5px;
}

.grid-box {
    height: 300px;
    border-right: 5px solid #fff;
}

.grid-box:last-of-type {
    border-right: 0;
}

.grid-box.wide {
    /*flex: 0 0 66.6666%;*/
}

.grid-box.small {
    /*flex: 0 0 33.3333%;*/
}

.grid-box .block-link {
    position: relative;
}

.grid-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.grid-box-content .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 1rem;
}

.grid-box-content h3 {
    display: block;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 2rem;
    letter-spacing: -1px;
}

.grid-box-content p {
    display: block;
    line-height: 1.4;
    padding: 0 2px;
    font-size: .9rem;
}

/*
products
 */
.list-products {
    margin-bottom: -3rem;
}

.preview {
    width: 31%;
    float: left;
    margin: 0 3.5% 3rem 0;
    background: #fff;
    box-shadow: 10px 10px rgba(0,0,0,.4);
}

.preview.sibling {
    box-shadow: 10px 10px rgba(0,0,0,.1);
}

.preview::before {
    content: '';
}

.preview:nth-of-type(3n) {
    margin-right: 0;
}

.preview-link {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1);
}

.preview-image {
    position: relative;
    height: 300px;
    transition: all .3s ease-in-out;
}

.preview-link:hover .preview-image,
.preview-link:focus .preview-image {
    transform: scale(1.05);
}

.preview-content {
    padding: 2rem;
}

.preview.sibling .preview-content {
    background: #f0f0f0;
}

.preview-title {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #1f1f20;
    font-weight: normal;
    letter-spacing: -1px;
    height: 55px;
}

.preview-details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    justify-content: space-between;
}

.preview-components > strong {
    display: block;
    color: #aaa;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
}

.preview-price {
    text-align: right;
}

.preview-price i {
    display: block;
    margin-bottom: .5rem;
    font-style: normal;
    font-size: 1.25rem;
    color: #aaa;
    letter-spacing: -1px;
}

.preview-price span {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
}

.preview-action {
    display: block;
    margin: 0 auto;
    background: none;
    padding: 1rem 2rem;
}

/*
product
 */
.product-banner {
    height: 150px;
}

.product-banner > .contain {
    height: 100%;
}

.product-banner .flex {
    height: 100%;
    padding: 2rem;
    background: rgba(0,0,0,.5);
    text-align: center;
    flex-direction: column;
}

.product-banner-title {
    color: #fff;
    font-size: 2rem;
    text-shadow: 1px 1px rgba(0,0,0,.5);
    font-weight: normal;
}

.product-breadcrumbs {
    color: #fff;
}

.breadcrumb {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb:last-of-type {
    margin-right: 0;
}

.crumb {
    color: #fff;
    text-transform: capitalize;
}

.crumb:hover,
.crumb:focus {
    color: #efbc50;
}

.crumb-arrow {
    display: inline-block;
    vertical-align: middle;
}

.product-section {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.product-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.product-main {
    align-items: flex-start;
}

.product-images {
    flex: 0 0 50%;
    padding-right: 3rem;
}

.product-cover img {
    width: 100%;
    max-width: initial;
}

.product-gallery {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1rem;
    border-top: 1px solid #0000001a;
}

.product-gallery-item {
    flex: 0 0 90px;
    margin: 0 .5rem;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.4), 0 0 5px 1px rgba(0,0,0,.2);
}

.product-body {
    flex-grow: 1;
}

.product-header {
    margin-bottom: 2rem;
}

.product-title {
    display: block;
    margin-bottom: .5rem;
    margin-left: -2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    color: #1f1f20;
}

.product-component {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-weight: bold;
    text-transform: capitalize;
}

.product-component + .product-component {
    position: relative;
}

.product-component + .product-component::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #aaa;
    margin-left: 5px;
    margin-right: 9px;
    position: relative;
    top: -4px;
}

.product-weight {
    display: block;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2rem;
    color: #999;
    letter-spacing: -1px;
}

.product-price {
    display: block;
    color: #fff;
    background: #4CAF50;
    padding: 1rem;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 50px;
    margin-top: 1rem;
    width: 200px;
    text-align: center;
}

.product-form {
    background: #f0f0f0;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 10px 10px rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.05);
}

.product-form-row:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.product-form-row label {
    display: block;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    color: #111;
}

.product-quantity {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.2);
    font-weight: bold;
    color: #666;
    font-size: 1.25rem;
}

.product-quantity:hover,
.product-quantity:focus {
    border-color: rgba(0,0,0,.5);
    color: #000;
}

.product-action {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #4caf50;
    border: 2px solid #4caf50;
    padding: 1.5rem;
    border-radius: 50px;
    width: 100%;
    text-align: center;
}

.product-action:hover,
.product-action:focus {
    color: #fff;
    background: #4caf50;
    border-color: rgba(0,0,0,.15);
}

.product-action span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    margin-right: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: 1px;
}

.product-action .icon {
    width: 2.5rem;
    height: 2.5rem;
    stroke: #000;
    transition: initial;
}

.product-bar-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: #fff;
    text-align: center;
    box-shadow: 5px 5px 5px -3px rgba(0,0,0,.5);
    z-index: 1;
    display: none;
}

.product-bar-form h2 {
    display: inline-block;
    vertical-align: middle;
    color: #1f1f20;
    font-size: 1.5rem;
    margin-right: 3rem;
}

.product-bar-form h2 span {
    display: block;
    text-align: left;
    font-size: 1rem;
    margin-top: .5rem;
    color: #999;
}

.product-bar-form .product-action {
    display: inline-block;
    vertical-align: middle;
    width: initial;
    padding: 1rem;
    border-width: 1px;
}

.product-shipping-info {
    color: #3b933f;
    line-height: 1.2;
    font-size: 1.1rem;
}

.product-description > strong {
    display: block;
    margin-bottom: 1rem;
    color: #1f1f20;
    font-size: 1.25rem;
}

.product-description p {
    display: block;
    padding: 1rem;
    line-height: 1.4;
    color: #666;
    background: #f0f0f0;
    font-size: 1rem;
}

.product-faqs {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.product-faq {
    margin-bottom: 1rem;
    background: #f0f0f0;
}

.product-faq:last-of-type {
    margin-bottom: 0;
}

.faq-question {
    padding: 1rem 3rem 1rem 1rem;
    color: #555;
    cursor: pointer;
    position: relative;
    background: #e0e0e0;
}

.faq-question strong {
    font-weight: bold;
    color: #333;
    font-size: .9rem;
    letter-spacing: 1px;
}

.faq-question span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 16px;
    right: 1rem;
    background: #333;
}

.faq-question span::after {
    content: '';
    height: 2px;
    width: 16px;
    right: 1rem;
    background: #333;
    position: absolute;
    left: 0;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.toggled .faq-question span::after {
    transform: rotate(0);
}

.faq-answer {
    padding: 0 1rem;
    max-height: 0;
    overflow-y: hidden;
    transition: all .3s ease-in-out;
}

.toggled .faq-answer {
    padding: 1rem;
    max-height: 999px;
}

.faq-answer p {
    color: #333;
    line-height: 1.54;
    font-size: .9rem;
}

.product-category-main {
    padding-right: 3rem;
}

.product-section-title {
    display: block;
    text-align: center;
    color: #1f1f20;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.product-section-title.left {
    text-align: left;
}

.product-category-main > p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.product-category-main > p strong {
    color: #efbc50;
    border-bottom: 2px solid;
}

.product-category-image {
    flex: 0 0 500px;
    box-shadow: 10px 10px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
}

.product-about > p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #666;
}

.product-certificates {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 0;
}

.product-certificates img {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    margin: 0 1rem;
}

.product-awards p {
    display: block;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #666;
    font-size: 1.2rem;
}

.product-awards p:last-of-type {
    margin-bottom: 0;
}

.product-awards p strong {
    color: #4caf50;
    display: block;
}

.testimonial-rating {
    position: absolute;
    right: 2rem;
    bottom: 47px;
}

.testimonial-star {
    background-image: url(../img/icons/star-empty.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.testimonial-rating.stars-1 .testimonial-star:nth-of-type(1) {
    background-image: url(../img/icons/star.png);
}

.testimonial-rating.stars-2 .testimonial-star:nth-of-type(1),
.testimonial-rating.stars-2 .testimonial-star:nth-of-type(2) {
    background-image: url(../img/icons/star.png);
}

.testimonial-rating.stars-3 .testimonial-star:nth-of-type(1),
.testimonial-rating.stars-3 .testimonial-star:nth-of-type(2),
.testimonial-rating.stars-3 .testimonial-star:nth-of-type(3) {
    background-image: url(../img/icons/star.png);
}

.testimonial-rating.stars-4 .testimonial-star:nth-of-type(1),
.testimonial-rating.stars-4 .testimonial-star:nth-of-type(2),
.testimonial-rating.stars-4 .testimonial-star:nth-of-type(3),
.testimonial-rating.stars-4 .testimonial-star:nth-of-type(4) {
    background-image: url(../img/icons/star.png);
}

.testimonial-rating.stars-5 .testimonial-star:nth-of-type(1),
.testimonial-rating.stars-5 .testimonial-star:nth-of-type(2),
.testimonial-rating.stars-5 .testimonial-star:nth-of-type(3),
.testimonial-rating.stars-5 .testimonial-star:nth-of-type(4),
.testimonial-rating.stars-5 .testimonial-star:nth-of-type(5) {
    background-image: url(../img/icons/star.png);
}

/*
footer
 */
.testimonials-footer {
    padding: 2rem 0;
    background: #f0f0f0;
}

.testimonial {
    background: #fff;
    padding: 2rem 2rem 3rem 2rem;
    width: 95%;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 10px 10px -7px rgba(0,0,0,.3), 0 0 5px rgba(0,0,0,.2);
    margin-bottom: 10px;
    border-radius: 5px;
}

.testimonial > p {
    display: block;
    font-size: .8rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.testimonial > strong {
    display: block;
    color: #efbc50;
    font-size: .9rem;
    margin-left: 70px;
}

.testimonial > figure {
    position: absolute;
    bottom: 1.5rem;
    left: 2rem;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.testimonial > figure img {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: initial;
    max-height: initial;
}

.testimonial-controls {
    margin-top: 1.5rem;
}

.testimonial-controls .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-controls .slick-dots li button {
    text-indent: -99999px;
    width: 16px;
    height: 16px;
    border: 2px solid #efbc50;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
}

.testimonial-controls .slick-dots li.slick-active button {
    background: #efbc50;
    border-color: #dda632;
}

.top-footer {
    background-image: url(../img/footer-bg.jpg);
    background-repeat: repeat;
    padding: 3rem 0;
}

.top-footer .flex {
    align-items: flex-start;
}

.main-footer,
.main-footer a {
    color: #969696;
}

.footer-box {
    width: 15%;
}

.footer-box.wide {
    flex: 0 0 25%;
}

.footer-box.wider {
    flex: 0 0 30%;
}

.footer-box-content {
    margin-bottom: 3rem;
}

.footer-box-content:last-of-type {
    margin-bottom: 0;
}

.footer-box-title {
    display: block;
    text-transform: uppercase;
    color: #efbc50;
    margin-bottom: 2rem;
    font-size: .9rem;
    letter-spacing: 1px;
}

.footer-nav-li {
    display: block;
    margin-bottom: .5rem;
}

.footer-nav-li:last-of-type {
    margin-bottom: 0;
}

.footer-nav-link {
    text-transform: capitalize;
    font-size: .9rem;
}

.footer-nav-link:hover,
.footer-nav-link:focus {
    color: #fff;
}

.footer-about {
    display: block;
    margin-bottom: 1rem;
    font-size: .8rem;
    line-height: 1.3;
    padding-right: 2rem;
}

.footer-about + .link,
.footer-info + .link {
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    font-size: .9rem;
}

.footer-contact {
    display: block;
    margin-bottom: 1rem;
}

.footer-contact:last-of-type {
    margin-bottom: 0;
}

.footer-contact-link {
    line-height: 1.4;
}

.main-footer a:hover,
.main-footer a:focus,
.footer-contact-link:hover,
.footer-contact-link:focus {
    color: #fff;
}

.footer-info {
    display: block;
    margin-bottom: 1rem;
    font-size: .8rem;
    line-height: 1.2;
}

.footer-payment-icons {
    text-align: left;
    font-size: 0;
}

.footer-payment-icons img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin: 0 6px;
}

.bottom-footer {
    background: #1f1f20;
    padding: 1rem;
}

.footer-legals {
    font-size: .8rem;
}

.footer-legals > .flex {
    justify-content: center;
}

.footer-legals > .flex > span {
    margin: 0 .5rem;
}

.legals-copy {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.legals-copy > h2 {
    display: block;
    color: #333;
    font-size: 1.25rem;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 2rem;
}

.legals-copy > h3 {
    display: block;
    margin-bottom: .5rem;
    color: #333;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 1rem;
}

.legals-copy > p {
    display: block;
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: .25rem;
    color: #444;
    margin-left: .5rem;
}

.legals-copy > p > strong {

}

.legals-copy > p > a {

}

.legals-copy > p > em {
    display: inline-block;
    margin-left: .5rem;
}

/*
products
 */
.products-banner {
    width: 100%;
    margin: 0 auto;
}

.products-banner figure {
    width: 100%;
}

.products-banner figure img {
    width: 100%;
    max-width: initial;
}

/*
cart
 */
.cart-section {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.cart-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cart-section-title {
    display: block;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.cart-products {
    padding: 1rem;
    background: #f0f0f0;
}

.cart-product {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.cart-product:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cart-product-image {
    flex: 0 0 120px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.cart-product-details {
    flex-grow: 1;
    padding: 0 2rem;
    display: flex;
}

.cart-db-details {
    flex: 0 0 450px;
}

.cart-db-details > strong {
    display: block;
    margin-bottom: .25rem;
    color: #333;
    font-size: 1.25rem;
    font-weight: normal;
}

.cart-db-details > p {
    display: block;
    margin-bottom: .5rem;
    color: #999;
    font-weight: normal;
    text-transform: capitalize;
}

.cart-db-details > span {
    font-size: 1.25rem;
    color: #333;
    letter-spacing: -1px;
    font-weight: 600;
}

.cart-cart-details {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cart-cart-details > p span {
    color: #777;
    text-transform: capitalize;
    font-size: .9rem;
}

.cart-cart-details > p strong {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    letter-spacing: -1px;
}

.cart-product-actions {
    flex: 0 0 100px;
    text-align: center;
}

.cart-product-remove {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    padding: .25rem;
    border-radius: 2px;
    font-size: .8rem;
    color: #999;
}

.cart-product-remove:hover,
.cart-product-remove:focus {
    color: #d27b7b;
    border-color: #d27b7b;
}

.cart-section-box {

}

.cart-section-box.left {
    float: left;
}

.cart-section-box.right {
    float: right;
}

.cart-coupon-box {
    width: 400px;
    max-width: 100%;
    background: #f0f0f0;
    padding: 1rem;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,.2);
}

.coupon-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.coupon-form > p {
    flex: 0 0 100%;
    margin-bottom: 1rem;
    font-size: .9rem;
    text-align: center;
    color: #757575;
}

.coupon-code {
    flex-grow: 1;
    padding: .75rem .75rem .62rem;
    text-transform: uppercase;
    font-size: .9rem;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.25);
}

.coupon-code:hover,
.coupon-code:focus {
    color: #333;
    border-color: #333;
}

.coupon-btn {
    margin-left: 1rem;
    border-radius: 5px;
    background: #fff;
    font-size: .9rem;
    padding: .75rem 1rem .62rem;
}

.cart-totals-box {
    width: 400px;
    max-width: 100%;
    padding: 1rem;
    background: #f0f0f0;
    box-shadow: 0 5px 5px -2px rgba(0,0,0,.2);
}

.cart-totals-box.wider {
    width: 500px;
}

.cart-totals-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1rem;
    align-items: center;
}

.cart-totals-row:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cart-totals-row span {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

.cart-totals-row strong {
    color: #333;
    font-size: 1.25rem;
}

.cart-totals-row.highlight span {

}

.cart-totals-row.highlight strong {
    color: #4caf50;
    font-size: 1.5rem;
}

.cart-action-btn {
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1.1rem 2rem 1rem;
    border-width: 2px;
}

.cart-action-btn.back {
    color: #999;
    border-color: #aaa;
    font-size: 1rem;
}

.cart-action-btn.back:hover,
.cart-action-btn.back:focus {
    color: #fff;
    background: #aaa;
}

.cart-action-btn.continue {
    color: #4caf50;
    border-color: #4caf50;
}

.cart-action-btn.continue:hover,
.cart-action-btn.continue:focus {
    background: #4caf50;
    color: #fff;
}

/*
profile
 */
.user-start-form-wrapper {
    margin-bottom: 2rem;
}

.user-start-form-wrapper:last-of-type {
    margin-bottom: 0;
}

.user-start-form-wrapper > strong {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: normal;
    color: #333;
}

.user-form {
    width: 600px;
    margin: 0 auto;
    background: #f0f0f0;
    padding: 2rem;
    max-width: 100%;
    border: 1px solid rgba(0,0,0,.1);
}

.user-form.user-cart-form {
    width: 100%;
}

.form-feedback {
    margin-bottom: 1rem;
}

.form-feedback .feedback {
    display: block;
    font-size: .9rem;
}

.form-feedback .feedback.feedback-error {
    color: #d27b7b;
}

.form-row {
    margin-bottom: 1rem;
}

.form-row:last-of-type {
    margin-bottom: 0;
}

.multiple .form-object {
    float: left;
    padding-right: .75rem;
    margin-bottom: 0;
}

.multiple .form-object:last-of-type {
    padding-right: 0;
}

.form-label {
    display: block;
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    color: #333;
}

.form-input {
    width: 100%;
    padding: .75rem;
    border: 1px solid rgba(0,0,0,.2);
    font-size: .9rem;
    background: #f0f0f0;
    border-radius: 5px;
}

.user-form .form-input {
    font-weight: bold;
}

select.form-input {
    height: 44px;
}

.form-input:hover,
.form-input:focus {
    background: #fff;
    border-color: rgba(0,0,0,.75);
}

.user-form .form-input:hover,
.user-form .form-input:focus {
    border-color: green;
}

.user-form .form-btn {
    border-radius: 5px;
    background: #fff;
    color: #4caf50;
    border: 1px solid #4caf50;
    padding: 1rem 3rem;
    text-transform: uppercase;
    font-weight: bold;
}

.user-form .form-btn:hover,
.user-form .form-btn:focus {
    color: #fff;
    background: #4caf50;
}

.form-actions > p {
    text-align: right;
    font-size: .9rem;
    color: #999;
    line-height: 1.2;
}

.form-actions > p a {
    display: block;
    color: #333;
}

.form-actions > p a:hover,
.form-actions > p a:focus {
    color: #4caf50;
}

.form-optional-toggler {
    display: flex;
    font-size: 0;
    color: #999;
}

.form-optional-toggler input {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 0;
}

.form-optional-toggler label {
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
}

.form-optional-toggler label a {
    color: inherit;
    text-decoration: underline;
}

.form-optional-toggler label a:hover,
.form-optional-toggler label a:focus {
    color: #333;
}

.user-form-section-title {
    margin-bottom: 1rem;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
}

.user-form-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.user-form-section.sliding-shipping-details {
    transition: all .3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.user-form-section.sliding-shipping-details.toggled {
    padding-bottom: 2rem;
    max-height: 2000px;
}

.client-details-clone {
    display: flex;
    margin-top: .5rem;
    font-size: 0;
}

.client-details-clone input {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.client-details-clone label {
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem;
    text-transform: initial;
    cursor: pointer;
}

.user-cart-form .form-label {
    font-weight: normal;
    color: #000;
}

.user-cart-form .form-input {
    background: #fafafa;
}

.cart-user-details {
    flex-wrap: wrap;
    align-items: flex-start;
}

.cart-user-section {
    flex: 0 0 50%;
}

.cart-user-section > strong {
    display: block;
    margin-bottom: 1rem;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 1.25rem;

}

.cart-user-row {
    margin-bottom: .5rem;
}

.cart-user-row:last-of-type {
    margin-bottom: 0;
}

.cart-user-row span {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    color: #999;
    width: 100px;
}

.cart-user-row strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}

.cart-user-section + .btns-wrapper {
    margin-top: 2rem;
}

.cart-user-section + .btns-wrapper .btn {
    background: none;
    color: #999;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 5px;
    padding: .5rem 1rem;
    font-size: .9rem;
}

.cart-user-section + .btns-wrapper .btn:hover,
.cart-user-section + .btns-wrapper .btn:focus {
    color: #333;
    border-color: #555;
}

.cart-payment-box {
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f0f0f0;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    color: #555;
}

.cart-payment-box.selected {
    background: #4caf50;
    color: #fff;
}

.cart-payment-box:last-of-type {
    margin-bottom: 0;
}

.cart-payment-box input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.cart-payment-box label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    text-transform: capitalize;
}

.cart-payment-box p {
    display: block;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: .9rem;
    line-height: 1.4;
}

.summary-ps-box {
    margin-bottom: 2rem;
}

.summary-ps-box:last-of-type {
    margin-bottom: 0;
}

.summary-ps-box .image {
    margin-right: 1rem;
    padding: 12px;
    background: #efbc50;
    border-radius: 50%;
    color: #fff;
}

.summary-ps-box .image .icon {
    width: 3rem;
    height: 3rem;
}

.summary-ps-box .content {
    flex-grow: 1;
}

.summary-ps-box .content > strong {
    display: block;
    text-transform: uppercase;
    color: #333;
}

.summary-ps-box .content > strong span {
    text-transform: initial;
    color: #666;
    font-weight: normal;
}

.summary-ps-box .content > p {
    margin-top: .5rem;
    display: block;
    color: #999;
}

.payment-action {
    width: 600px;
    max-width: 100%;
    background: #f4f4f4;
    text-align: center;
}

.payment-header {
    background: #4caf50;
    padding: 2rem;
    color: #fff;
}

.payment-header p {
    display: block;
    font-size: 1.5rem;
    letter-spacing: -1px;
}

.payment-header p strong {
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0;
    display: block;
}

.payment-content {
    padding: 2rem;
}

.payment-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 1.25rem 3rem 1.2rem;
    line-height: 1;
    font-size: 1.25rem;
    text-transform: initial;
    font-weight: bold;
    color: #4caf50;
    background: #fff;
    border: 2px solid #4caf50;
    border-radius: 5px;
}

.payment-btn:disabled {
    background: #ccc;
    border-color: #ccc;
    color: #888;
    cursor: default;
}

.payment-btn:not(:disabled):hover,
.payment-btn:not(:disabled):focus {
    background: #4caf50;
    color: #fff;
}

.payment-footer {
    padding: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
}

.payment-footer p {
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
    line-height: 1.4;
    color: #999;
}

.payment-footer p a {
    color: inherit;
    text-decoration: underline;
}

.payment-footer p a:hover,
.payment-footer p a:focus {
    color: #333;
}

.feedback-box {
    padding: 2rem;
    background: #f4f4f4;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.feedback-box > strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #232936;
    letter-spacing: -1px;
}

.feedback-box > p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 1.2rem;
}

.feedback-box > p strong {
    color: #232936;
    font-weight: 600;
    text-decoration: underline;
}

.feedback-box .btns-wrapper {
    margin-top: 2rem;
}

.feedback-box .btns-wrapper .btn {
    font-size: .8rem;
    line-height: 1.2;
}

.cc-row {
    text-align: left;
    margin-bottom: 1rem;
}

.cc-row:last-of-type {
    margin-bottom: 2rem;
}

.cc-row > div {
    float: left;
    padding-right: 1rem;
}

.cc-row > div:last-of-type {
    padding-right: 0;
}

.cc-field {
    width: 100%;
}

.cc-field label {
    display: block;
    font-size: .8rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: bold;
    color: #444;
}

.cc-input {
    width: 100%;
    padding: .75rem .75rem 0.65rem;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 1rem;
    letter-spacing: 1px;
    color: #666;
    font-weight: bold;
    background: #f9f9f9;
}

.cc-input:hover,
.cc-input:focus {
    border-color: #232936;
    background: #fff;
    color: #232936;
}

.cc-feedback {
    padding: 0;
    margin: 0;
    background: #f44336;
    transition: all .3s ease-in-out;
    max-height: 0;
}

.cc-feedback.visible {
    max-height: 150px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
}

.cc-error {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.order-processing-feedback {
    padding: 2rem;
    background: #f44336;
    text-align: center;
    margin-bottom: 2rem;
}

.order-error {
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.order-error-notice {
    display: block;
    font-weight: 600;
    color: #fff;
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid rgba(0,0,0,.2);
}

/*
profile
 */
.profile-navigation {
    float: none;
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
    margin-top: -3rem;
}

.profile-nav {
    padding: 1.5rem;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 10px 5px -6px rgba(0,0,0,.1);
    margin-top: 1rem;
    background: #f4f4f4;
}

.profile-li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem 0 0;
    padding: 0 1rem .1rem 0;
    border: 0;
    border-right: 1px solid rgba(0,0,0,.1);
}

.profile-li:last-of-type {
    margin: 0;
    padding: 0;
    border: 0;
}

.profile-link {
    display: block;
    font-size: 0;
    color: #666;
    transition: initial;
}

.profile-link:hover,
.profile-link:focus {
    color: #4e6dae;
}

.profile-link span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: inherit;
    transition: all .3s ease-in-out;
}

.profile-link .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.profile-link {
    color: #4f4f4f;
}

.profile-link:hover,
.profile-link:focus {
    color: #79a11a;
}

.profile-content {
    overflow: hidden;
    padding-left: 3rem;
}

.profile-content {
    overflow: initial;
    padding: 0;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.profile-title {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 3rem;
}

.profile-page-explain {
    display: block;
    margin-top: -2.5rem;
    margin-bottom: 3rem;
    font-size: .9rem;
    color: #666;
    padding: 1px;
}

/*
orders
 */
.orders-table {
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,.33);
}

.orders-table th {
    text-align: center;
    border-bottom: 2px solid;
    padding: 1rem;
    text-transform: uppercase;
    font-size: .9rem;
    color: #333;
}

.orders-table tr {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.orders-table tr:last-of-type {
    border-bottom: 0;
}

.orders-table td {
    text-align: center;
    padding: 1rem;
}

.orders-table td span {
    display: inline-block;
    font-size: .8rem;
    color: #666;
}

.default-table .action-btn {
    display: inline-block;
    font-size: .8rem;
    border: 1px solid rgba(0,0,0,.2);
    padding: 6px 8px 5px;
    color: #888;
    border-radius: 3px;
}

.default-table .action-btn:hover,
.default-table .action-btn:focus {
    color: #4caf50;
    border-color: #4caf50;
}

.page-section {
    margin-top: 3rem;
}

.page-section > strong {
    display: inline-block;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #232936;
    font-weight: normal;
    letter-spacing: -1px;
}

.page-section > strong + .page-section-explain {
    display: block;
    margin: -.5rem 0 1.5rem;
    font-size: .9rem;
    font-weight: bold;
}

.page-single-detail {
    display: table;
    margin-bottom: .5rem;
    border-bottom: 1px dashed rgba(0,0,0,.25);
    width: 600px;
}

.page-single-detail.block {
    display: block;
}

.page-single-detail:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.page-single-detail > span {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
    color: #666;
    text-transform: uppercase;
    font-size: .8rem;
    line-height: inherit;
    padding: .5rem;
    font-weight: bold;
}

.page-single-detail > strong {
    display: table-cell;
    vertical-align: middle;
    padding: .5rem 1rem;
    font-size: .9rem;
    font-weight: normal;
    color: #000;
}

.page-single-detail strong > i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.page-single-detail strong > i:not(:last-of-type)::after {
    content: ',';
}

.page-single-detail strong a {
    display: inline-block;
    color: #999;
    margin-top: 4px;
    font-weight: normal;
    text-decoration: underline;
    text-transform: uppercase;
}

.page-single-detail .order-payment-details {
    margin-top: 1rem;
}

.contacts {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem;
    background: #f0f0f0;
}

.contacts-intro {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #0000001a;
    text-align: center;
    color: #333;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
}

.contact-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.contact-row {
    margin: 0 .5rem;
    text-align: center;
}

.contact-link {
    line-height: 1;
    font-weight: bold;
    color: #ed4f4f;
    border-bottom: 2px solid;
    padding: 2px;
}

.about {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.about-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f1d8a5;
}

.about-section:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.about-section > h2 {
    display: block;
    margin-bottom: 1rem;
    color: #333;
}

.about-section > p {
    display: block;
    line-height: 1.6;
    font-size: 1.2rem;
    color: #666;
}

.about-section > p:last-of-type {
    margin-bottom: 0;
}

.about-section > p > strong {
    color: #dfb04b;
    border-bottom: 2px solid;
}

.about-section > ul {
    list-style: initial;
    margin-bottom: 1rem;
}

.about-section > ul > strong {
    display: block;
    color: #333;
    margin-bottom: .5rem;
    font-size: 1.2rem;
}

.about-section > ul > li {
    margin-left: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #000;
}

.product-added-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: #00000080;
    display: none;
    z-index: -1;
}

.product-added-modal.visible {
    display: flex;
    z-index: 20;
}

.product-added-modal .inner {
    padding: 2rem;
    background: #fff;
    width: 500px;
    max-width: 100%;
    margin: 0 1rem;
}

.product-added-content > strong {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    color: #333;
}

.js-popup-email {
    margin-bottom: 2rem;
    text-align: center;
    background: #f4f4f4;
    padding: 1rem;
}

.js-popup-email label {
    margin-bottom: .5rem;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 900;
}

.js-popup-email label span {
    font-weight: normal;
    font-size: .8rem;
    color: #999;
    margin-top: .25rem;
}

.js-popup-email label strong {
    color: #81ce84;
    font-weight: bold;
    border-bottom: 2px solid;
    line-height: 1;
    margin: 0 3px;
    font-size: 1.5rem;
}

.js-popup-email input {
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.15);
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
    color: #666;
}

.js-popup-email input:hover,
.js-popup-email input:focus {
    color: #111;
    border-color: rgba(0,0,0,.75);
}

.product-added-content .btns-wrapper {
    text-align: center;
    font-size: 0;
}

.product-added-content .btns-wrapper .btn {
    padding: .75rem 1rem;
    font-size: .9rem;
    font-weight: normal;
    margin: 0 .25rem;
}

.promo-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.75);
    z-index: -1;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.promo-popup-wrapper.show {
    opacity: 1;
    z-index: 100;
}

.promo-popup-wrapper .inner {
    background-image: url(../img/footer-bg.jpg);
    background-repeat: repeat;
    position: relative;
    width: 700px;
    max-width: 100%;
    /*background: #fff;*/
    padding: 3rem;
    margin: 1rem;
}

.promo-popup-close {
    position: absolute;
    border: 0;
    background: none;
    cursor: pointer;
    color: #666;
    padding: 6px;
    top: 1rem;
    right: 1rem;
}

.promo-popup-close .svg-icon {

}

.promo-popup-title {
    text-align: center;
    font-weight: bold;
    color: #e2e2e2;
    line-height: 1;
    font-size: 28px;
    margin-bottom: 2rem;
}

.promo-popup-body {
    text-align: center;
    color: #f0f0f0;
}

.promo-popup-body > * {

}

.promo-popup-body > * + * {
}

.promo-popup-body > p {
    font-size: 1rem;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-popup-body > p > strong {
    font-weight: 700;
    color: #f0f0f0;
    font-size: 2rem;
    margin-left: .25rem;
}

.promo-popup-body h1,
.promo-popup-body h2,
.promo-popup-body h3,
.promo-popup-body h4,
.promo-popup-body h5,
.promo-popup-body h6 {
    color: #232936;
    font-weight: 400;
    display: inline-flex;
    background: #e9e9e9;
    padding: 8px 12px;
    font-size: 40px;
    font-weight: 700;
}
