/*!
Theme Name:   	Buobooks
Author:         Sleeping Giant Studios
Author URI:     https://www.sleepinggiantstudios.com;
Description:  	Custom child theme for Buobooks
Version:      	2.3.12
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Template: storefront
*/

/* INDEX
00. Font declarations
01. Global
02. UI
- 02a. Header
- 02b. Navigation
- 02c. Footer
- 02d. Content
03. Page Specific
- 03a. Homepage
- 03b. Product Category
- 03c. Single Product
- 03d. Account
- 03e. Checkout
04. Misc.
05. Media Queries
- 05a. Min-width: 768px;
*/

/*------------------------------------*\
    00. FONT DECLARATIONS
\*------------------------------------*/
/** Headings: Righteous - to use: font-family: 'Righteous', cursive; **/
@import url("https://fonts.googleapis.com/css?family=Righteous&display=swap");

/** BODY Brandon Grotesque Regular | To use: font-family: brandon-grotesque, sans-serif; **/
@import url("https://use.typekit.net/sjc1fmf.css");

/** Owl fonts **/
@font-face {
    font-family: "owlregular";
    src: url("fonts/owl-webfont.woff2") format("woff2"),
        url("fonts/owl-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    01. GLOBAL
\*------------------------------------*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    letter-spacing: 0.02em;
}

h1 {
    text-align: left;
    text-transform: uppercase;
    color: #347259;
    font-size: 30px;
}

body,
p,
button,
input,
textarea {
    font-family: brandon-grotesque, sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #333;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
}

.site-content a {
    font-weight: bold;
    text-decoration: underline;
    color: #004939;
}

.site-content a:hover,
.site-content a:focus {
    text-decoration: none;
}

button,
.button {
    background-color: #006e58;
    border: none;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.woocommerce-account button,
.woocommerce-account .button {
    padding: 0 1em;
    border-radius: 10px;
}

.woocommerce-account button:hover,
.woocommerce-account button:focus,
.woocommerce-account .button:hover,
.woocommerce-account .button:focus,
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover,
button.alt:focus,
input[type="button"].alt:focus,
input[type="reset"].alt:focus,
input[type="submit"].alt:focus,
.button.alt:focus,
.widget-area .widget a.button.alt:focus {
    background-color: #f7dfa6;
    color: #000;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
    background-color: #fff;
    border: 1px solid rgba(53, 93, 116, 0.4);
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    background-color: #006e58;
    border-color: #006e58;
}

.site-content button a,
.site-content a.button,
.single-product .top .single_add_to_cart_button,
input[type="submit"],
.wc-proceed-to-checkout .button.checkout-button,
.single-product .product form.cart .added_to_cart,
.recommended .action-wrap .add-to-cart .added_to_cart {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 0.2em 2em;
    min-width: 250px;
    max-width: 250px;
    display: block;
    text-transform: capitalize;
    box-shadow: 2px 2px 5px 0px rgba(51, 51, 51, 0.5);
    background-color: #006e58;
    border-radius: 15px;
}
.recommended .action-wrap .add-to-cart .added_to_cart {
    margin-top: -2px;
}

.site-content button a:hover,
.site-content a.button:hover,
.site-content button a:focus,
.site-content a.button:focus,
.single-product .top .single_add_to_cart_button:hover,
.single-product .top .single_add_to_cart_button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #004939;
    box-shadow: none;
    color: #fff;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    float: left;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist > img,
.yith-wcwl-add-to-wishlist a.delete_item > img,
.yith-wcwl-add-to-wishlist a.move_to_another_wishlist > img {
    vertical-align: middle;
}

/*------------------------------------*\
    02. UI
\*------------------------------------*/
/**** - 02a. BEGIN HEADER ****/
/** before header **/
.site {
    position: relative;
}

.search-form {
    width: 67%;
    float: right;
}

.logo-wrapper {
    position: absolute;
    top: -53px;
}

.mobile-items {
    float: none;
    margin-top: 0;
}

.mobile-items .fa-shopping-cart:before {
    font-size: 24px;
}

.cart.mobile {
    margin-right: 6%;
}

.cart.mobile .cart {
    position: relative;
}

.cart.mobile i,
.cart.mobile span {
    color: #fff;
    display: block;
    text-align: center;
}

.cart.mobile i {
    text-align: left;
    margin-left: 13px;
    margin-bottom: 0;
}

.mobile-items > .cart,
.mobile-items .mobile-currency,
.mobile-items .toggle {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
}

.mobile-items .mobile-currency {
    float: none;
    margin-right: 13%;
    margin-top: -5px;
    width: 29%;
    max-width: 105px;
}

.mobile-items .toggle {
    float: none;
    margin-top: 3.5em;
}


.before-header {
    background-color: #023f2f;
    margin-bottom: -9px;
    padding-top: 10px;
    overflow: overlay;
}

.secondary-header {
    background-color: #023f2f;
    padding: 3px 0;
    z-index: 9999;
    position: relative;
}

.secondary-header .language {
    position: relative;
    z-index: 9999;
    float: left;
}

.secondary-header .currency {
    /* float: right; */
}

.site-header {
    background-color: #023f2f;
    border-bottom: none;
    z-index: 555;
    position: relative;
    clear: both;
}

.site-header .search-form-desktop,
.account-wrap {
    display: none;
}

.mobile-navigation {
    display: none;
}

/* Mobile Navigation */
.mobile-navigation.mobile-show {
    display: block;
    padding-top: 25px;
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
    display: none;
}

button.menu-toggle {
    padding: 0.6180469716em 1.41575em;
    font-family: brandon-grotesque, sans-serif;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 15px;
    border-radius: 8px;
    margin-top: -4em;
}

button.menu-toggle:hover,
button.menu-toggle:focus {
    border-color: #fff;
    color: #1d3f50;
}

.mobile-navigation h2.widgettitle {
    display: none;
}

.mobile-navigation li.bold a,
.primary-navigation li.bold a {
    font-weight: bold;
}

.mobile-navigation li.bold.economize a {
    color: #be1e2e;
}

.mobile-navigation .handheld-cart .cart-count {
    display: inline-block;
    margin-left: 5px;
    color: #023f2e;
    background-color: #f7dfa6;
    border-radius: 50%;
    line-height: 0.5;
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

.search-form {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.search-form .search-field {
    width: 100%;
    background-color: #fff;
    font-family: brandon-grotesque, sans-serif;
    color: #006e58;
    border-radius: 20px;
    padding-left: 45px;
}

.search-form .fa-search {
    position: absolute;
    top: 7px;
    left: 7px;
    color: #004939;
    font-size: 30px;
    cursor: pointer;
}

.mobile-navigation ul {
    margin: 0;
}

.mobile-navigation ul li {
    list-style-type: none;
    width: 100%;
}

.mobile-navigation ul li a {
    display: block;
    padding: 0.5em 0;
    color: #fff;
    border-top: 1px solid #fff;
}

.mobile-navigation ul li a:hover,
.mobile-navigation ul li a:focus,
.site-header ul.menu li.current-menu-item > a {
    color: #f7dfa6;
}

.mobile-navigation ul li.handheld-account a,
.mobile-navigation ul li.handheld-wishlist a,
.mobile-navigation ul li.handheld-cart a {
    font-weight: bold;
    color: #f7dfa6;
}

.mobile-navigation ul li.handheld-wishlist a,
.mobile-navigation ul li.handheld-cart a {
    border-top: 1px solid #f7dfa6;
}

.mobile-navigation ul li.handheld-account a::before {
    font-family: "FontAwesome";
    content: "\f007";
    margin-right: 7px;
    color: #f7dfa6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    font-size: 22px;
}

.mobile-navigation ul li.handheld-wishlist a::before {
    content: " ";
    background-image: url(images/mobile-wishlist.png);
    margin-right: 5px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
}

.mobile-navigation ul li.handheld-cart a::before {
    font-family: "FontAwesome";
    content: "\f07a";
    margin-right: 7px;
    color: #f7dfa6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    font-size: 22px;
}

.mobile-navigation ul li:first-child a {
    border-top: none;
}

.menu-handheld-account-menu-container {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #006e58;
    padding-top: 0.5em;
    border-top: 1px solid #006e58;
}

.menu-handheld-main-menu-container {
    padding-top: 0.5em;
}

.logo-wrapper a img {
    max-width: 100px;
    width: 100%;
}

.site-header .account-wrap .account {
    max-width: 135px;
}

.site-header .account-wrap .cart .cart,
.site-header .account-wrap .wishlist .wishlists {
    position: relative;
    display: block;
}

.site-header .account-wrap .cart .cart .cart-count,
.cart.mobile .cart-count {
    position: absolute;
    color: #0b4e3c;
    font-weight: bold;
    top: -7px;
    right: 5px;
    background-color: #ecddb2;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
    line-height: 0.5;
}

.site-header .account-wrap .wishlist .wishlists .fa-circle {
    color: #cc0033;
    font-size: 8px;
    position: absolute;
    top: -8px;
    right: -13px;
}

.wcml-dropdown li.wcml-cs-active-currency {
    background-color: #023f2f;
    border-color: #023f2f;
    color: #fff;
}

.wcml-dropdown a.wcml-cs-item-toggle {
    color: #fff;
    font-weight: bold;
}

.wcml-dropdown a.wcml-cs-item-toggle:after {
    color: #ecddb2;
}

/**** - 02a. END HEADER ****/

/**** - 02b. BEGIN NAVIGATION ****/

/**** - 02b. END NAVIGATION ****/

/**** - 02c. BEGIN FOOTER ****/
.site-footer {
    background-color: #0b4e3c;
    color: #fff;
    border-top: 3px solid #004939;
    padding: 0;
}

.site-footer .footer-widgets {
    border-bottom: none;
    padding-top: 2em;
}

.site-footer .footer-widgets .widget {
    margin: 0 0 2em;
}

.site-footer .widget-title {
    color: #fff !important;
    font-family: "Righteous", cursive;
    font-size: 18px;
    font-weight: normal;
    border-bottom: none;
    padding: 0;
    margin-bottom: 15px;
}

.site-footer .widget_nav_menu ul li {
    padding-left: 0;
    line-height: 1;
    margin-bottom: 0.5em;
}

.site-footer .widget_nav_menu ul li a {
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
}

.site-footer .widget_nav_menu ul li a:hover,
.site-footer .widget_nav_menu ul li a:focus {
    color: #f7dfa6;
}

.widget_nav_menu ul li::before {
    content: none;
}

.footer-cc-logos img {
    display: inline-block;
    margin-right: 10px;
}

/** Copyright bar **/
.after-footer {
    background-color: #023f2f;
    color: #fff;
    padding: 0.5em 0;
    font-size: 14px;
}

.footer-socials {
    margin: 1em 0;
}

.footer-socials a {
    text-indent: -9999px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.footer-socials .fb {
    background-image: url(images/ico-fb.png);
}

.footer-socials .ig {
    background-image: url(images/ico-ig.png);
}

.footer-socials .li {
    background-image: url(images/ico-li.png);
}

/**** - 02c. END FOOTER ****/

/**** - 02d. BEGIN CONTENT ****/
.storefront-breadcrumb {
    margin: 0;
}

.site-content .widget ul {
    list-style: disc;
    margin: 0 0 1.41575em 3em;
}

.hentry .wp-post-image {
    margin-bottom: 0;
}

/**** - 02d. END CONTENT ****/

/*------------------------------------*\
    03. PAGE SPECIFIC
\*------------------------------------*/
/**** - 03a. BEGIN HOMEPAGE ****/
.page-template-template-homepage .site-content > .col-full {
    max-width: none;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.home .content-area,
.home .site-main {
    margin-bottom: 0;
}

.home .entry-header {
    display: none;
}

.home hr {
    color: #006e58;
    background-color: #006e58;
    height: 2px;
}

.home.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
}

.home-ads {
    padding: 2em 0;
}

.home-ads .ads {
    padding-bottom: 1em;
}

.home-ads .ad {
    display: block;
    text-align: center;
    margin-bottom: 2em;
}

.home-ads .ad a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
}

.home-ads .ad a img {
    margin: 0 auto;
}

.bestsellers h2,
.new-releases h2,
.fiction h2,
.non-fiction h2,
.ofertas h2,
.recommended h2,
.religiao h2,
.infantil h2,
.autoajuda h2,
.negocios h2 {
    font-weight: bold;
    color: #347259;
    text-transform: uppercase;
    margin-bottom: 0;
}

.new-releases {
    padding-top: 0 !important;
}

.new-releases .slick-slider,
.new-releases .slider-products {
    padding-top: 0;
}

.home .site-main > section {
    padding: 2em 0 3em;
}

.home > section .slick-slider {
    padding-top: 0;
}

/* Slick Slider Global Stuff */
.slick-slider {
    padding-top: 1em;
}

.slick-slider .slider-products {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-slider .slider-products.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.slick-slider .product {
    text-align: center;
    /* max-width: 250px; */
    margin: 0 1.25em;
}

.slick-slider .product a {
    text-decoration: none;
}

.slick-slider .product,
.products .product,
.search-results article .product,
.woocommerce-wishlist .site-content .product {
    position: relative;
    height: 425px;
    /* margin: 2em 0 4em 0; */
    text-align: center;
}

.single-product .related .products .product {
    margin: 0 1.25em;
}

.search-results article .product,
.woocommerce-wishlist .site-content .product {
    height: 430px;
}

.slick-slider .product .cover-wrap,
.products .product .cover-wrap,
.search-results .product .cover-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 150px;
}

.search-results .product .cover-wrap,
.woocommerce-wishlist .site-content .product .cover-wrap {
    bottom: 177px;
    position: absolute;
    width: 100%;
    left: 0;
}

.slick-slider .product .title-link,
.products .product .title-link,
.search-results .product .title-link,
.woocommerce-wishlist .product .title-link {
    position: absolute;
    width: 100%;
    left: 0;
    top: 272px;
}

.products .product .title-link {
    top: 262px;
}

.search-results .product .title-link {
    top: 267px;
}

.woocommerce-wishlist .product .title-link {
    text-decoration: none !important;
}

.slick-slider .product .author,
.products .product .author,
.search-results .product .author,
.woocommerce-wishlist .product .author {
    position: absolute;
    width: 100%;
    top: 322px;
}

.products .product .author {
    top: 320px;
}

.slick-slider .product .price,
.products .product .price,
.search-results .product .price,
.woocommerce-wishlist .product .price {
    position: absolute;
    bottom: 41px;
    width: 100%;
}

.slick-slider li.product .add-to-cart,
.products .product .add-to-cart,
.search-results .product .add-to-cart,
.woocommerce-wishlist .product .add-to-cart {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.woocommerce-wishlist .product .remove_from_wishlist {
    display: block;
    position: absolute;
    bottom: -37px;
    width: 100% !important;
    border-radius: 15px;
    text-transform: uppercase;
}

.product .teaser-link .cover img,
.search-results .product .teaser-link .cover img,
.woocommerce-wishlist .product .teaser-link .cover img {
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    width: 100%;
    height: auto;
}

.woocommerce-wishlist .product .teaser-link .cover:nth-child(2) {
    display: none;
}

.archive .product img {
    width: 100%;
    height: auto;
}

.slick-slide .cover img {
    width: 100%;
    height: auto;
}

.site-content .product .sale-perc {
    bottom: 53px;
}

.site-content .product .cover .read-more {
    display: none;
}

.slick-slider .product,
.products .product,
.woocommerce-wishlist .product {
    max-width: 180px;
}

.slick-slider .product > span {
    display: block;
}

.slick-slider .product .title,
.products .product .title,
.search-results .product .title,
.woocommerce-wishlist .product .title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    color: #000;
    display: block;
}

.slick-slider .product .author,
.products .product .author,
.search-results .product .author,
.woocommerce-wishlist .product .author {
    color: #676767;
    font-size: 13px;
    line-height: 1.2;
}

.slick-slider .product .amount,
.products .product .amount,
.search-results .product .amount,
.woocommerce-wishlist .product .amount {
    font-size: 18px;
    color: #006e58;
}

.slick-slider .product .cover img {
    margin: 0 auto 1em;
}

.product .add-to-cart .button,
.recommended .add_to_cart_button {
    margin: 0 auto;
    width: auto;
    min-width: auto;
    white-space: nowrap;
    font-size: 15px;
    padding: 0.2em;
}

.recommended .add_to_cart_button {
    margin: 0;
}

.slick-prev:before,
.slick-next:before {
    width: 60px;
    height: 64px;
    display: block;
    content: " ";
    background-repeat: no-repeat;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -10px;
}

.slick-prev:before {
    background-image: url(images/arrow-prev.png);
    background-size: 40%;
}

.slick-next:before {
    background-image: url(images/arrow-next.png);
    background-size: 40%;
}

.slick-prev,
.slick-next {
    top: 28%;
}

ul.products li.product .button,
.search-results .product .button,
.woocommerce-wishlist .product .button {
    margin: 0 auto 0.236em;
    min-width: 150px;
    width: auto;
    white-space: nowrap;
    font-size: 15px;
    padding: 0.2em;
}

.recommended {
    background-color: #f4f4f4;
}

.recommended .slick-slide .title.mobile {
    color: #020202;
    text-decoration: none;
    font-size: 34px;
    line-height: 1;
}

.recommended .author {
    color: #676767;
    font-size: 20px;
}

.recommended .title.desktop {
    color: #020202;
    text-decoration: none;
    font-size: 34px;
    line-height: 1;
    padding-bottom: 0.5em;
    max-width: 350px;
    display: block;
}
.recommended .featured {
    margin: 2em 0;
    position: relative;
}

.recommended .slick-slide .content div.one-col-mobile > .social-wrap {
    margin-bottom: 1em;
}

.recommended .social {
    float: none;
}

.recommended .slick-slide .content div.one-col-mobile > .social {
    margin-top: 1.5em;
}

.recommended .excerpt p {
    margin-bottom: 0;
}

.recommended .read-more {
    text-decoration: none;
    display: block;
}

.recommended .amount {
    margin: 2em 0 0;
    font-size: 36px;
    font-weight: bold;
    font-family: brandon-grotesque, sans-serif;
    color: #5b5a5f;
}

.recommended .content .price {
    display: table;
    border-spacing: 10px;
}
.recommended .content .price ins,
.recommended .content .price del {
    display: table-cell;
    margin: 1em;
}
.recommended .content .price del,
.recommended .content .price del span {
    color: #ff0204;
    font-size: 20px;
}

.recommended .add-to-cart .button {
    background-color: #fff;
    color: #38725a;
    border: 1px solid #38725a;
    border-radius: 15px;
    text-transform: uppercase;
}

.recommended .wishlist a.disabled_item.single_ {
    text-decoration: none;
}

.recommended .wishlist a.disabled_item.single_ .yith-wcwl-icon {
    display: inline-block;
    margin-bottom: -9px;
    margin-right: 5px;
}

/**** - 03a. END HOMEPAGE ****/

/**** - 03b. BEGIN PRODUCT CATEGORY ****/
html .storefront-full-width-content .woocommerce-products-header {
    border-bottom: 1px solid #939393;
    padding: 0 0 0.5em;
    margin-bottom: 15px;
    padding: 0 0 0.5em;
}

.archive .woocommerce-ordering,
.archive .storefront-sorting:first-child .woocommerce-result-count,
.archive .storefront-sorting:first-of-type .woocommerce-pagination {
    /* display: none; */
}

.archive .facetwp-facet .facetwp-checkbox {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce-products-header .page-title {
    text-align: left;
    text-transform: uppercase;
    color: #347259;
    font-size: 30px;
}

.page-id-32857 .entry-title {
    background-image: url(images/bkg-title.png);
    background-repeat: no-repeat;
    color: #fff;
    text-transform: capitalize;
    padding-left: 25px;
}

.site-main > .storefront-sorting,
.page-template-default .woocommerce > .storefront-sorting {
    display: none;
}

 .site-main .storefront-sorting:first-of-type .woocommerce-ordering,
.woocommerce-wishlist .woocommerce-ordering {
    float: right;
    margin-right: 0;
    position: relative;
}

.page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #0B4E3D !important;
}


    .site-main
    .storefront-sorting:first-of-type
    .woocommerce-ordering
    .orderby,
.woocommerce-wishlist .woocommerce-ordering .orderby {
    background-color: #fff;
    color: #a5a6a8;
    border-color: #a5a6a8;
}

.woocommerce-pagination .next::after {
    content: "\f054";
}

.woocommerce-pagination .prev::after {
    content: "\f053";
}

.site-main .storefront-sorting:last-of-type .woocommerce-ordering,
.site-main .storefront-sorting:last-of-type .woocommerce-result-count {
    /* display: none; */
    float: none;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
        padding: .5em 1.25em;
}

.woocommerce-ordering .orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 7px;
}

.woocommerce-ordering::after {
    content: "\f078";
    font-family: "FontAwesome";
    display: inline-block;
    color: #939393;
    right: 7px;
    position: absolute;
    top: 11px;
}
.site-main .storefront-sorting:last-of-type .woocommerce-pagination {
    float: none;
}

.pagination {
    border: none;
}

.page-numbers li,
.page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: transparent;
    color: #a5a6a8;
}

.page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #333;
    font-weight: bold;
}

.page-numbers li a,
.page-numbers li .page-numbers:not(.current) {
    color: #a5a6a8;
    text-decoration: none;
    background-color: transparent;
}

.page-numbers li {
    border-left: 1px solid #a5a6a8;
    margin-left: -4px;
    border-top: 1px solid #a5a6a8;
    border-bottom: 1px solid #a5a6a8;
}

.page-numbers li:first-of-type {
    margin-left: 0;
}

.page-numbers li:first-of-type {
    border-radius: 10px 0 0 10px;
}

html .facetwp-facet {
    margin-bottom: 0;
}

.page-numbers li:last-of-type {
    border-right: 1px solid #a5a6a8;
    border-radius: 0 10px 10px 0;
}

ul.products li.product,
.search-results article,
.woocommerce-wishlist .site-content .product {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 180px;
}

.woocommerce-wishlist .site-content .product {
    margin-right: 8%;
}

ul.products li.product:nth-of-type(odd),
.search-results article:nth-of-type(odd),
.woocommerce-wishlist .product:nth-of-type(odd) {
    margin-right: 8%;
}

ul.products li.product img,
.slick-slider .product .cover img,
.featured .cover a img,
.single-product div.product .woocommerce-product-gallery .zoomImg,
.search-results .product .cover img,
.woocommerce-wishlist .product .cover img {
    box-shadow: 0 8px 6px -6px #555;
}

.archive .product .cover img.woocommerce-placeholder {
    max-height: 308px;
    max-width: 205px;
}

html .product img.attachment-woocommerce_thumbnail,
.archive .product .cover img:nth-of-type(2),
.single-product .product .cover img:nth-of-type(2) {
    display: none !important;
}

.site-content .product .sale-perc,
.site-content .recommended .sale-perc {
    color: #fff;
    position: absolute;
    bottom: 28px;
    background-image: url(images/badge-economize.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 99% 100%;
    left: -16px;
    padding: 0 5px 0 15px;
}

.site-content .recommended .sale-perc {
    font-size: 1.25em;
    font-weight: bold;
    bottom: 5px;
}

.site-content .slick-slider .product .sale-perc {
    bottom: 22px;
}

.search-results .product .sale-perc {
    bottom: 5px;
}

.search-results .product .cover .label-wrap,
.woocommerce-wishlist .product .cover .label-wrap {
    position: absolute;
    bottom: -28px;
    background-size: cover;
    right: -13px;
}

.slick-slider .product .cover .label-wrap,
.products .product .cover .label-wrap {
    position: absolute;
    background-size: cover;
    bottom: -3px;
    right: -13px;
}

.wcpv-sold-by-loop,
.wcpv-sold-by-order-details,
.variation-SoldBy {
    display: none;
}

.slick-slider .product .cover .label-wrap {
    bottom: -11px;
}

.site-content .product .woocommerce-Price-amount {
    color: #5b5b5b;
    font-weight: bold;
    font-size: 20px;
}

.site-content .product .price del,
.site-content .product .price del span {
    color: #ff0204;
    font-size: 14px;
}

.site-content .product a.add_to_cart_button,
.site-content .recommended a.add_to_cart_button,
.site-content .product .add-to-cart .button {
    background-color: #fff;
    color: #38725a;
    border: 1px solid #38725a;
    border-radius: 15px;
    text-transform: uppercase;
}

.site-content .product a.add_to_cart_button::before,
.site-content .recommended a.add_to_cart_button::before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
}

.wc-forward::after,
.woocommerce-Button--next::after {
    content: none;
}

.product .added_to_cart,
.recommended .added_to_cart {
    color: #fff !important;
    background-color: #38725a;
    border-radius: 15px;
    border: 1px solid #38725a;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    padding: 0.2em 1.25em;
}

/**** - 03b. END PRODUCT CATEGORY ****/

/**** - 03c. BEGIN SINGLE PRODUCT ****/
.single-product .site-content > .col-full {
    margin-left: 0;
    margin-right: 0;
}

.single-product .site-content > .col-full > .woocommerce .woocommerce-message {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    margin-top: 0;
    margin-bottom: 0;
}

.single-product .woocommerce {
    padding-bottom: 2em;
}

.single-product div.product .product_meta,
.single-product .cart .overview {
    display: none;
}

.single-product .top .onsale {
    display: none;
}

.single-product .site-content .product .top .sale-perc {
    font-weight: bold;
    left: 20%;
}

.single-product .woocommerce-product-gallery__wrapper {
}

.single-product div.product .woocommerce-product-gallery img {
    margin: 0 auto;
    box-shadow: 0 8px 6px -6px #555;
}

.single-product .woocommerce-product-gallery .label-wrap {
    position: absolute;
    top: -9px;
    left: 0;
}

.single-product .top h1 {
    line-height: 1.2;
    margin-bottom: 5px;
    color: #333;
    text-transform: capitalize;
}

.single-product .top .author {
    color: #858384;
    font-size: 20px;
    margin-bottom: 1em;
}

.single-product .top .social .addtoany_list > a > span {
    border-radius: 50% !important;
}

.single-product .top .excerpt p {
    margin-bottom: 0;
}

.single-product .ratings {
    margin: 2em 0 0;
}

.single-product .reviews h3 {
    text-transform: uppercase;
    font-weight: normal;
}

.single-product h2.woocommerce-Reviews-title {
    font-weight: normal;
    font-size: 18px;
}

.single-product div.product .woocommerce-product-rating {
    margin-bottom: 0;
}

.single-product .star-rating {
    font-size: 2em;
}

.single-product .star-rating span:before {
    color: #f2ddb0;
}

.single-product .ratings .woocommerce-review-link {
    line-height: 4;
}

.single-product .top div.product p.price {
    margin: 0 0 1em;
}

.single-product .site-content .product .top .woocommerce-Price-amount {
    font-size: 28px;
}

.single-product .site-content .product .top .price del span {
    font-size: 18px;
}

.single-product .top .quantity {
    display: none;
}

.single-product .cart .single_add_to_cart_button {
    background-color: #fff;
    color: #38725a;
    border: 1px solid #38725a;
    border-radius: 15px;
    text-transform: uppercase;
}

.single-product .cart .single_add_to_cart_button::before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.single-product .details {
    background-color: #dbdbdb;
    color: #575757;
    padding: 1.5em;
}

.single-product .full-summary {
    padding: 2em 0;
}

.single-product .details .label {
    font-weight: bold;
}

.single-product .more > div {
    margin-bottom: 10px;
}

.single-product .more .label {
    font-weight: bold;
}

.single-product .details-wrap > .col-full {
    border-top: 1px solid #585858;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #585858;
    margin-bottom: 2em;
}

.single-product #respond .form-submit .submit {
    border-radius: 15px;
    text-transform: uppercase;
    padding: 0.2em;
    min-width: 130px;
}

.single-product .reviews > .col-full {
    border-bottom: 1px solid #585858;
    margin-bottom: 2em;
}

.single-product #comments li.review {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 2em;
}

.single-product .related h2,
.storefront-full-width-content .related.products > h2:first-child {
    text-align: left;
    text-transform: uppercase;
    color: #347259;
    font-size: 30px;
    margin-bottom: 1em;
}

.single-product .related .products .product .title-link {
    top: 272px;
}

.single-product .related .products .product .author {
    top: 314px;
}

/**** - 03c. END SINGLE PRODUCT ****/

/** 03d. ACCOUNT **/
.woocommerce-account h1.entry-title {
    color: #37735a;
    text-transform: uppercase;
    font-size: 2em;
}

.woocommerce-account h2 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0;
}

.woocommerce-account form p {
    margin-bottom: 5px;
}

.woocommerce-button {
    text-transform: uppercase;
}

.woocommerce-account .site-content a.button {
    font-size: 13px;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link--orders
    a::before {
    content: "\f07a";
    font-family: "FontAwesome";
}

.woocommerce-form-register .afreg_extra_fields h3 {
    display: none;
}

.woocommerce-form-register .afreg_extra_fields .form-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 18fr;
    grid-template-columns: 1fr 18fr;
}

.woocommerce-form-register .afreg_extra_fields .form-row label {
    display: none;
}

.woocommerce-form-register .afreg_extra_fields .form-row input.input-checkbox {
    grid-area: 1;
    place-self: center left;
}

.woocommerce-edit-address .woocommerce-Address address {
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

/** 03e. CART **/
.woocommerce-cart .woocommerce-cart-form table:not(.has-background) th {
    background-color: transparent;
    border-bottom: 1px solid #737373;
    font-size: 22px;
    padding: 0.5em;
}

.woocommerce-cart
    .woocommerce-cart-form
    table:not(.has-background)
    tbody
    tr:nth-child(2n)
    td,
fieldset,
fieldset legend {
    background-color: transparent;
}

.woocommerce-cart-form button {
    padding: 0.2em 0.5em;
    border-radius: 15px;
}

#payment .place-order .button {
    border-radius: 15px;
    text-transform: uppercase;
}

.cart-message {
    text-align: center;
}

.woocommerce-cart .cross-sells ul.products {
    margin-top: 2em;
}

.woocommerce-cart .site-content a.button {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 0.2em 2em;
    text-transform: uppercase;
    box-shadow: 2px 2px 5px 0px rgba(51, 51, 51, 0.5);
    background-color: #006e58;
    border-radius: 15px;
}

.woocommerce-cart .button:hover,
.woocommerce-cart .button:focus {
    background-color: #004939;
    box-shadow: none;
    color: #fff;
}

.woocommerce-cart .cart-empty {
    display: none;
}

.woocommerce-cart table.cart .product-thumbnail img {
    max-width: 6em;
}

.woocommerce .wcml-dropdown.product {
    margin: 0;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    text-align: left;
    text-transform: uppercase;
    color: #347259;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #808080;
    padding-bottom: 0.5em;
}

.woocommerce-checkout .woocommerce-additional-fields .notes {
    background-color: #e4e4e4;
    padding: 1em;
    border-radius: 5px;
    margin-top: 2em;
}

.woocommerce-checkout .woocommerce-button {
    padding: 0.2em 0.5em;
    border-radius: 15px;
}

/*------------------------------------*\
    04. MISC.
\*------------------------------------*/

.demo_store {
    bottom: auto;
    top: 0;
    background-color: #f7931e;
    color: #000;
    font-size: 12px;
}

#bill_here_button,
#ship_here_button {
    font-size: 11px;
}
/** Search **/
.search-results .site-content > .col-full {
    margin-left: 0;
    margin-right: 0;
}

.search .recommended {
    padding: 3em 0 2em;
}

.search-no-results .recommended {
    display: none;
}

.search.storefront-full-width-content .content-area {
    float: none;
}
.search .results-summary .searched-term {
    font-weight: bold;
}

.search article {
    margin: 1em 0 2em 0;
}

.search .results-summary {
    float: left;
}

.search .storefront-sorting .woocommerce-pagination {
    display: none;
}

.search .woocommerce-ordering {
    float: right;
    margin-right: 0;
    position: relative;
}

.search .woocommerce-ordering .orderby {
    background-color: #fff;
    color: #a5a6a8;
    border-color: #a5a6a8;
}

.search .storefront-sorting .woocommerce-result-count {
    display: none;
}

.error404 .col-2 {
    display: none;
}

/** WISHLIST **/
.woocommerce-wishlist .hentry.type-page .entry-header {
    border-bottom: 1px solid #939393;
    padding: 0 0 0.5em;
    margin-bottom: 15px;
    padding: 0 0 0.5em;
}

.woocommerce-wishlist h1.entry-title {
    text-align: left;
    text-transform: uppercase;
    color: #347259;
    font-size: 30px;
}

.woocommerce-wishlist h1.entry-title::before {
    content: "O";
    display: inline-block;
    font-family: "owlregular";
    margin-right: 5px;
}

.woocommerce-wishlist .wishlist-item-count {
    float: left;
}

.woocommerce-wishlist .storefront-sorting {
    float: right;
    margin-bottom: 0;
}

.woocommerce-wishlist .storefront-sorting .woocommerce-result-count {
    display: none;
}

#yith-wcwl-form {
    clear: both;
}

.yith_wcwl_wishlist_footer {
    display: none;
}

.wishlist-empty div {
    margin-bottom: 10px;
    font-size: 20px;
}

.wishlist-empty .bold {
    font-weight: bold;
}

/** Product Excerpt **/
.product a {
    text-decoration: none;
}

.product .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #000;
}

ul.products li.product .price {
    color: #006e58;
    font-size: 18px;
    margin-bottom: 0;
}

.product .wishlist-cart-form .quantity {
    display: none;
}

.product #wl-wrapper.wl-button-wrap {
    padding: 0;
}

.product .wl-button-wrap ul li {
    list-style-type: none;
}

.product a.added_to_cart::before,
.recommended a.added_to_cart::before {
    display: inline-block;
    content: "\f07a";
    font-family: "FontAwesome";
    font-weight: 400;
}

html .single-product .product #wl-wrapper a.wl-add-to {
    margin-top: 0.75em;
    margin-left: 3px;
}

html .product a.wl-add-to {
    background-color: transparent;
    box-shadow: none;
    color: #555;
    text-decoration: underline;
    max-width: none;
    font-size: 18px;
    padding: 0;
    margin-left: -10px;
}

html .product a.wl-add-to:hover,
html .product a.wl-add-to:focus {
    background-color: transparent;
    color: #555;
}

.single-product div.product form.cart {
    padding: 0;
}

/** WISHLIST STUFF **/
.wl-list-pop dl {
    margin: 0;
}

.wl-list-pop .wl-add-to-single.button {
    background-color: transparent;
    text-decoration: underline;
    color: #202020;
}

#wl-wrapper a.wl-create-new {
    background-color: transparent;
    color: #004939;
    box-shadow: none;
    font-size: 18px;
    max-width: none;
    text-align: left;
    padding: 0;
}

/** Woo messages **/
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    color: #000;
    background-color: #f3f1f1;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    border-left: 0.6180469716em solid #f7931d;
}

.woocommerce-error {
    border-left: 0.6180469716em solid #e2401c;
}

.woocommerce-message {
    border-left: 0.6180469716em solid #0f834d;
}

.woocommerce-message .button {
    border-radius: 15px;
}

/*------------------------------------*\
    05. MEDIA QUERIES
\*------------------------------------*/
@media screen and (min-width: 480px) {
    .slick-slider .product {
        margin: 0 2.5em;
    }

    .single-product .related .slick-slider .product {
        margin: 0 2.5em;
    }
}

@media screen and (min-width: 556px) {
    .demo-present {
        margin-top: 82px;
    }
}

@media screen and (min-width: 741px) {
    ul.products li.product,
    .search-results article,
    .woocommerce-wishlist .product {
        margin-right: 8%;
    }

    ul.products li.product:nth-of-type(3n),
    .search-results article:nth-of-type(3n),
    .woocommerce-wishlist .product:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 800px) {
    .slick-slider .product {
        margin: 0 2.7em;
    }

    .single-product .related .slick-slider .product {
        margin: 0 2.7em;
    }

    .products .product {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .demo-present {
        margin-top: 64px;
    }

    /** Header **/
    .site-header {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    /* .logo-wrapper a img {
        max-width: 165px;
        height: auto;
        width: 165px;
    } */

    button.menu-toggle {
        display: block;
    }

    .site-header .account-wrap,
    .primary-navigation {
        display: none;
    }

    /** Footer **/
    .after-footer {
        padding: 1em 0;
    }

    .after-footer .copyright {
        margin-top: 8px;
    }

    .after-footer .copyright,
    .after-footer .footer-socials {
        display: inline-block;
        vertical-align: top;
    }

    .footer-socials {
        margin: 0;
    }

    /** CONTENT **/
    .storefront-full-width-content.woocommerce-cart .entry-header,
    .storefront-full-width-content.woocommerce-checkout .entry-header,
    .storefront-full-width-content.woocommerce-account .entry-header,
    .storefront-full-width-content .woocommerce-products-header {
        padding: 0 0 2.996835em;
    }

    /**** HOMEPAGE ****/
    .home-ads .ad {
        display: inline-block;
        vertical-align: top;
        width: 31.5%;
        margin-right: 2%;
    }

    .home-ads .ad:last-child {
        margin-right: 0;
    }

    .featured .details {
        display: inline-block;
        vertical-align: top;
        text-align: right;
        margin-top: 2em;
        line-height: 1.5;
        margin-right: 15px;
    }

    .featured .cover {
        display: inline-block;
        vertical-align: top;
    }

    .featured .cover a img {
        margin-top: 0;
    }

    /** SINGLE PRODUCT **/
    .single-product .site-content > .col-full {
        max-width: none;
        padding: 0;
    }

    .single-product .details-wrap .details,
    .single-product .details-wrap .full-summary {
        display: inline-block;
        vertical-align: top;
    }

    .single-product .details-wrap .details {
        margin-right: 4.347826087%;
        width: 27%;
    }

    .storefront-full-width-content.single-product
        div.product
        .woocommerce-product-gallery {
        width: 28.130435%;
    }

    .storefront-full-width-content.single-product div.product .summary,
    .single-product .details-wrap .full-summary {
        width: 67.521739%;
    }

    .single-product .details-wrap > .col-full {
        padding-bottom: 2em;
    }

    .single-product .full-summary {
        padding: 0;
    }

    .single-product div.product p.price {
        margin: 0 0 0.5em;
    }

    .single-product .woocommerce-product-gallery__wrapper {
        max-width: none;
    }

    .single-product .woocommerce-product-gallery .label-wrap {
        left: -16px;
    }

    .single-product .site-content .product .top .sale-perc {
        font-size: 20px;
        left: -14px;
        bottom: 11px;
    }

    .single-product .related ul.products li.product {
        max-width: 180px;
        margin: 0 2.75em;
    }

    .storefront-full-width-content
        .site-main
        .related
        ul.products.columns-1
        li.product {
        margin-right: 2.75em;
    }

    /** ACCOUNT **/
    .storefront-full-width-content.woocommerce-account .entry-header {
        padding-bottom: 15px;
        text-align: left;
    }

    /** SEARCH **/
    .search-results .site-content > .col-full {
        max-width: 100%;
        padding: 0;
    }

    .search-results article,
    .woocommerce-wishlist .site-content .product {
        width: 21.7391304348%;
        float: left;
        margin-right: 4.347826087%;
    }

    .search-results article:nth-of-type(3n),
    .search-results article:nth-of-type(odd),
    .woocommerce-wishlist .site-content .product:nth-of-type(3n),
    .woocommerce-wishlist .site-content .product:nth-of-type(odd) {
        margin-right: 4.347826087%;
    }

    .search-results article:nth-of-type(4n),
    .woocommerce-wishlist .site-content .product:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    .storefront-full-width-content .content-area {
        float: none;
    }

    /** CART **/
    .woocommerce-cart
        .woocommerce-cart-form
        table:not(.has-background)
        tbody
        tr.cart_item
        td {
        border-bottom: 1px solid #737373;
    }
}

@media screen and (min-width: 980px) {
    .before-header {
        display: none;
    }

    .mobile-items {
        display: none;
    }

    .logo-wrapper {
        position: relative;
        top: auto;
    }

    .logo-wrapper a img {
        max-width: 165px;
        height: auto;
        width: 165px;
    }

    .search-form {
        float: none;
        width: auto;
    }

    /** Header **/
    button.menu-toggle {
        display: none;
    }

    .site-header .account-wrap,
    .primary-navigation,
    .site-header .search-form-desktop {
        display: block;
    }

    .secondary-header .currency {
        float: right;
    }

    .search-form .search-field {
        width: 92%;
    }

    .site-header {
        padding-bottom: 0;
    }

    .storefront-primary-navigation {
        margin-top: 0.5em;
        background-color: #0b4e3c;
    }

    .woocommerce-active .site-header .main-navigation {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
        color: #fff;
        font-size: 17px;
        padding: 1.5em 1.18em;
        text-align: center;
        letter-spacing: 0.03em;
    }

    .main-navigation ul.menu > li:first-child > a,
    .main-navigation ul.nav-menu > li:first-child > a {
        padding-left: 0;
    }

    .main-navigation ul.menu > li:last-child > a,
    .main-navigation ul.nav-menu > li:last-child > a {
        padding-right: 0;
    }

    .main-navigation ul.menu {
        display: table;
        width: 100%;
        margin-left: 0;
    }

    .main-navigation ul li,
    .secondary-navigation ul li {
        display: table-cell;
    }

    .main-navigation ul li a:hover,
    .main-navigation ul li:hover > a,
    .site-title a:hover,
    .site-header ul.menu li.current-menu-item > a {
        color: #f7dfa6;
    }

    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.children {
        background-color: #004939;
    }

    .main-navigation ul.menu ul li a,
    .main-navigation ul.nav-menu ul li a {
        color: #fff;
        font-size: 16px;
    }

    .main-navigation ul.menu ul li a:hover,
    .main-navigation ul.nav-menu ul li a:hover,
    .main-navigation ul.menu ul li a:focus,
    .main-navigation ul.nav-menu ul li a:focus {
        color: #f7dfa6;
    }

    .main-navigation .economize a {
        background-image: url(images/badge-economize-2.png);
        background-repeat: no-repeat;
        width: 105px;
        height: 22px;
        display: block;
        background-position: 10px 24px;
        line-height: 1;
    }

    .site-header .logo-wrapper,
    .site-header .search-form-desktop,
    .site-header .account-wrap {
        display: inline-block;
        vertical-align: top;
    }

    .site-header .logo-wrapper {
        float: left;
    }

    .site-header .search-form-desktop {
        position: absolute;
        width: 330px;
        left: 50%;
        margin-left: -250px;
        top: 36px;
    }

    .site-header .account-wrap {
        float: right;
    }

    .account-wrap {
        margin-top: 18px;
    }

    .account-wrap > div {
        text-align: center;
        padding-right: 1.25em;
        display: inline-block;
        vertical-align: top;
    }

    .account-wrap > div:last-child {
        padding-right: 0;
    }

    .account-wrap i {
        font-size: 25px;
        color: #fff;
    }

    .account-wrap .wishlist > img {
        width: 30px;
        height: 30px;
        margin: -1px auto 0;
    }

    .account-wrap .wishlist .wishlist-owl {
        font-size: 29px;
        line-height: 1;
    }

    .account-wrap span {
        display: block;
        text-align: center;
        color: #fff;
    }

    .account-wrap .wcml-cs-item-toggle > span,
    .account-wrap .wcml-cs-submenu span {
        display: inline-block;
        font-weight: bold;
    }

    .account-wrap .wcml-cs-item-toggle .symbol {
        color: #ecddb2;
    }

    .account-wrap .wcml-cs-submenu li a {
        text-align: left;
    }

    .account-wrap .wcml-cs-submenu span {
        color: #333333;
    }

    .account-wrap .wcml-cs-submenu .symbol {
        color: #023f2e;
    }

    /** Footer **/
    .footer-widgets > .block {
        display: inline-block;
        vertical-align: top;
        width: 18%;
        margin-right: 1.5%;
    }

    .footer-widgets > .block:last-of-type {
        margin-right: 0;
    }

    /**** HOMEPAGE ****/

    .single-product .featured .excerpt {
        width: 100%;
    }

    .featured .cover a img {
        max-width: 100%;
    }

    .about {
        background-position: 100% 40%;
        margin-bottom: 0;
    }

    .about .image,
    .about .copy {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

    .about .image {
        padding: 20% 0 20%;
        background-position: 50% 50%;
    }

    .about .copy {
        margin-top: 1em;
        margin-right: 0;
    }

    .recommended .action-wrap .add-to-cart,
    .recommended .action-wrap .wishlist {
        display: inline-block;
        vertical-align: top;
    }

    .recommended .action-wrap .add-to-cart {
        width: 45%;
        float: none;
    }

    .recommended .action-wrap .wishlist {
        width: 49%;
    }

    .slick-slider .product .title,
    .products .product .title,
    .search-results .product .title,
    .woocommerce-wishlist .product .title {
        font-size: 16px;
    }

    .slick-slider .product .author,
    .products .product .author,
    .search-results .product .author,
    .woocommerce-wishlist .product .author {
        font-size: 13px;
    }

    .products .product .author {
        top: 345px;
    }

    /** Product Category **/
    .storefront-full-width-content .site-main ul.products.columns-4 li.product,
    .search-results article,
    .search-results article:nth-of-type(4n),
    .woocommerce-wishlist .site-content .product,
    .woocommerce-wishlist .site-content .product:nth-of-type(4n) {
        width: 17%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 3% !important;
        height: 450px;
        position: relative;
    }

    .search-results article,
    .search-results article:nth-of-type(4n),
    .woocommerce-wishlist .site-content .product,
    .woocommerce-wishlist .site-content .product:nth-of-type(4n) {
        width: 14.5%;
    }

    .search-results article:nth-of-type(6n),
    .woocommerce-wishlist .site-content .product:nth-of-type(6n) {
        margin-right: 0 !important;
    }

    ul.products li.product .add-to-cart {
        position: absolute;
        bottom: 0;
    }

    ul.products li.product.last {
        margin-right: 2%;
    }

    .product .author {
        position: absolute;
        width: 100%;
        top: 325px;
    }

    .single-product .author {
        position: relative;
        top: auto;
    }

    .storefront-full-width-content
        .site-main
        ul.products.columns-4
        li.product:nth-of-type(5n) {
        margin-right: 0 !important;
    }

    .slick-prev,
    .slick-next {
        top: 34%;
    }

    .slick-prev:before {
        background-size: 50%;
    }

    .slick-next:before {
        background-size: 50%;
    }

    .slick-slider .product,
    .products .product,
    .single-product .related ul.products li.product {
        position: relative;
        height: 425px;
        margin: 0 1.25em;
    }

    .slick-slider .product .cover-wrap,
    .products .product .cover-wrap,
    .woocommerce-wishlist .product .cover-wrap {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 150px;
    }

    .slick-slider .product .title-link,
    .products .product .title-link,
    .woocommerce-wishlist .product .title-link {
        position: absolute;
        width: 100%;
        left: 0;
        top: 272px;
    }

    .woocommerce-wishlist .product .title-link {
        top: 287px;
    }

    .woocommerce-wishlist .product .author {
        top: 343px;
    }

    .woocommerce-wishlist .product .price {
        bottom: 28px;
    }

    .products .product .title-link {
        top: 292px;
    }

    .recommended .one-col-mobile {
        clear: both;
    }

    .recommended .title.desktop {
        padding-bottom: 10px;
    }

    .recommended .author {
        padding-bottom: 15px;
    }

    .slick-slider .product .price,
    .products .product .price,
    .woocommerce-wishlist .product .price {
        position: absolute;
        bottom: 35px;
        width: 100%;
    }

    .slick-slider li.product .add-to-cart,
    .products .product .add-to-cart,
    .woocommerce-wishlist .product .add-to-cart {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .recommended .author.mobile {
        display: none;
    }

    .recommended .featured,
    .recommended .content {
        display: inline-block;
        vertical-align: top;
    }

    .recommended .featured {
        width: 27%;
        margin: 0 2% 0 2%;
    }

    .recommended .featured img {
        width: 275px;
        margin: 0 auto;
        max-width: 100%;
    }

    .recommended .content {
        width: 62%;
    }

    .recommended .excerpt {
        display: block;
        margin-top: 10px;
    }

    .recommended .content .title-author,
    .recommended .content .social-wrap {
        display: inline-block;
        vertical-align: top;
    }

    .recommended .content .title-author {
        width: 78%;
    }

    .recommended .content .social-wrap {
        width: 22%;
        float: right;
    }

    .recommended .amount {
        margin-top: 0.5em;
        display: block;
    }

    .recommended .add-to-cart {
        float: left;
    }

    .recommended .wishlist {
        float: right;
    }

    .slick-slider .product .read-more,
    .products .product .read-more,
    .search-results .product .read-more,
    .woocommerce-wishlist .product .read-more {
        color: #fff;
        background-color: #38725a;
        border-radius: 11px;
        padding: 0.2em 0.8em;
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        width: auto;
        left: 50%;
        margin-left: -44px;
        bottom: 100px;
        display: none;
    }

    .slick-slider .product .read-more.show,
    .products .product .read-more.show,
    .search-results .product .read-more.show,
    .woocommerce-wishlist .product .read-more.show {
        display: block;
    }

    .slick-slider .product .prod-cover img.opacity,
    .products .product .prod-cover img.opacity,
    .search-results .product .prod-cover img.opacity,
    .woocommerce-wishlist .product .prod-cover img.opacity {
        opacity: 0.3;
    }

    /** SINGLE PRODUCT **/
    .single-product .title-auth,
    .single-product .social-wrap,
    .single-product .cart-wishlist-wrap > .cart,
    .single-product .cart-wishlist-wrap > .wishlist {
        display: inline-block;
        vertical-align: top;
    }

    .single-product .title-auth {
        width: 70%;
    }

    .single-product .social-wrap {
        width: 29%;
        text-align: right;
    }

    .single-product .cart-wishlist-wrap > .cart {
        width: 60%;
    }

    .single-product .cart-wishlist-wrap > .wishlist {
        width: 39%;
    }

    .single-product .related .products .product .author {
        top: 323px;
    }

    .single-product .related .slick-next {
        right: 7px;
    }

    /** ACCOUNT **/
    .woocommerce-account .col2-set#customer_login .col-1,
    .woocommerce-account .col2-set#customer_login .col-2 {
        width: 100%;
        float: none;
    }

    .woocommerce-account .col2-set#customer_login .col-2 {
        padding-top: 2em;
    }

    .woocommerce-account .col2-set#customer_login,
    .woocommerce-account .login-banner {
        display: inline-block;
        vertical-align: top;
    }

    .woocommerce-account .col2-set#customer_login {
        width: 40%;
        margin-right: 3%;
    }

    .woocommerce-account .login-banner {
        width: 57%;
        margin-top: -48px;
    }

    .woocommerce-account .woocommerce-form-login__rememberme {
        float: left;
    }

    .woocommerce-account .woocommerce-form-login__submit,
    .woocommerce-account .woocommerce-form-register__submit {
        float: right;
    }

    .woocommerce-account .woocommerce-LostPassword {
        display: inline-block;
        float: right;
        margin-right: 7px;
    }

    /** SEARCH **/
    .product .added_to_cart,
    .recommended .added_to_cart {
        padding: 0.2em 2em;
    }
}

@media screen and (min-width: 1064px) {
    /** SOCKET **/
    .after-footer .col-full {
        max-width: 75.498938em;
    }

    .search-form .search-field {
        width: 100%;
    }
}

@media screen and (min-width: 1142px) {
    .demo-present {
        margin-top: 44px;
    }
}

@media screen and (min-width: 1280px) {
    /**** HOMEPAGE ****/

    .about .image {
        padding: 10% 0 30%;
    }
}
