/*
Theme Name: Házimozi Stúdió
Author: Lexon.hu Kft.
Description: A hazimozistudio.hu weboldalhpz készült egyedi sablon
Version: 1.0
*/

/* Mmenu Light override */

.mm-spn.mm-spn--light {
    background: #fff;
    color: #000;
}

.mm-spn li.highlight a {
    color: #c45555;
}

/* Mmenu Light override end */

/* Glide override */

.glide__slides {
    margin: 0;
}

.glide__slide img {
    display: block;
    width: 100%;
    height: auto;
}

.glide__arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    opacity: 0;
    border-radius: 23px;
    border: 2px solid #fff;
    background: transparent;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.glide:hover .glide__arrow {
    opacity: 1;
}

.glide__arrow:hover {
    background: rgba(0, 0, 0, 0.5);
}

.glide__arrow::before {
    position: absolute;
    top: 15px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    content: "";
}

.glide__arrow--left {
    left: 30px;
}

.glide__arrow--left::before {
    left: 17px;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.glide__arrow--right {
    right: 30px;
}

.glide__arrow--right::before {
    right: 17px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

/* Glide override end */

/* Ninja Forms override */

.nf-form-layout {
    max-width: 585px;
}

/* Ninja Forms override end */

.wp-block-image img {
    width: auto;
    height: auto;
}

@media screen and (max-width: 767px) {
    .wp-block-columns {
        display: block;
    }

    .wp-block-column + .wp-block-column {
        margin-top: 20px;
    }
}

.woocommerce-notice {
    border-width: 2px;
    border-style: solid;
    padding: 1em 2em;
}

.woocommerce-notice--success {
    border-color: #449d44;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #cda85c;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #cda85c;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #bbb;
    padding: 2px 8px;
    line-height: 29px;
    font-size: 16px;
}

.woocommerce form .form-row input.input-text {
    height: 35px;
}

.select2-container--default .select2-selection--single {
    height: 35px;
    border-radius: 0;
    border: 1px solid #bbb;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 2px 8px;
    line-height: 29px;
    font-size: 16px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #333;
    line-height: 29px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2 {
    margin: 0;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #cda85c;
}

h1 a,
h2 a {
    color: inherit;
}

figure {
    margin: 0;
}

@media screen and (max-width: 359px) {
    .container {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    .container {
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media screen and (min-width: 1260px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 1170px;
    }
}

.more-link {
    display: inline-block;
    background: #cda85c;
    padding: 7px 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 14px;
    transition: background-color 0.3333s ease-in-out;
}

.more-link:hover {
    background: #449d44;
    color: #fff;
}

#offcanvas-menu {
    text-transform: uppercase;
}

#offcanvas-menu-hide {
    display: none;
}

#header-container {
    position: relative;
}

#offcanvas-menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border: 0 none;
    background: transparent;
    padding: 8px 4px;
    transition: top 0.5s;
}

#offcanvas-menu-toggle .menu-icon-bar {
    display: block;
    width: 36px;
    height: 6px;
    border-radius: 3px;
    background: #a5a5a5;
}

#offcanvas-menu-toggle .menu-icon-bar + .menu-icon-bar {
    margin-top: 5px;
}

#header {
    background: #fff;
}

#header.stuck {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#header-logo {
    display: block;
    width: 180px;
    transition: width 0.5s;
}

#header.stuck #header-logo {
    width: 120px;
}

#header-logo img {
    display: block;
    width: 100%;
    height: auto;
}

#main-menu {
    clear: both;
    float: right;
    margin-top: 12px;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
}

#main-menu ul {
    margin: 0;
    list-style: none;
}

#main-menu-items {
    padding: 0;
}

#main-menu-items::after {
    display: block;
    clear: left;
    content: "";
}

#main-menu-items > li {
    float: left;
    position: relative;
}

#main-menu-items > li > a,
#main-menu-items .submenu-label {
    display: block;
    padding: 21px 16px;
    color: #000;
    line-height: 15px;
    font-size: 13px;
    font-weight: 700;
}

#main-menu-items > li.highlight > a {
    color: #c45555;
}

#main-menu-items > li > a:hover,
#main-menu-items .submenu-label:hover {
    color: #cda85c;
}

#main-menu-items ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 15px 20px;
}

#main-menu-items li:hover ul {
    display: block;
}

#main-menu-items ul li + li {
    margin-top: 7px;
}

#main-menu-items ul a {
    display: block;
    color: #767676;
    white-space: nowrap;
    line-height: 17px;
    font-size: 12px;
}

#main-menu-items ul a:hover {
    color: #cda85c;
}

#header-cart-link {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("./assets/theme/img/cart-icon.png?v=2");
}

#header-cart-link-item-count {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 14px;
    padding: 4px 8px;
    background: #cda85c;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    transform: translate(50%, -50%);
}

#header-search .woocommerce-product-search::after {
    display: block;
    clear: left;
    content: "";
}

#header-search .search-field {
    float: left;
    width: 180px;
    height: 32px;
    border: 1px solid #a5a5a5;
    border-right: 0 none;
    padding-right: 8px;
    padding-left: 8px;
}

#header-search button {
    float: left;
    width: 60px;
    height: 32px;
    border: 0 none;
    background: #cda85c;
    padding: 0;
    color: #fff;
}

@media screen and (max-width: 799px) {
    #header-cart-link {
        right: 0;
    }

    #header-search {
        margin-top: 16px;
    }

    #header-search .woocommerce-product-search {
        margin-right: auto;
        margin-left: auto;
        width: 240px;
    }
}

@media screen and (min-width: 800px) {
    #header-search {
        position: absolute;
    }
}

@media screen and (min-width: 800px) and (max-width: 1259px) {
    #header-cart-link {
        left: 66px;
    }

    #header-search {
        top: 6px;
        right: 0;
    }
}

@media screen and (max-width: 1259px) {
    #header {
        padding-top: 27px;
        padding-bottom: 15px;
    }

    #header.stuck {
        padding-top: 15px;
    }

    #header-logo {
        margin-right: auto;
        margin-left: auto;
    }

    #main-menu {
        display: none;
    }

    #header.stuck #header-search {
        display: none;
    }

    #header-cart-link {
        top: 6px;
    }
}

@media screen and (min-width: 1260px) {
    #offcanvas-menu-toggle {
        display: none;
    }

    #header-container::after {
        display: block;
        clear: both;
        content: "";
    }

    #header-logo {
        float: left;
        margin-top: 10px;
    }

    #header.stuck #header-logo {
        position: absolute;
        top: 3px;
        left: 0;
        width: 90px;
        transition: none;
    }

    #header.stuck #main-menu {
        margin-top: 0;
    }

    #header-search {
        top: 24px;
        right: 16px;
    }

    #header:not(.stuck) #header-search {
        transition: top 1s;
    }

    #header.stuck #header-search {
        top: -32px;
    }

    #header-cart-link {
        top: 24px;
        right: 288px;
        opacity: 1;
        transition: opacity 0.5s;
    }

    #header.stuck #header-cart-link {
        top: 10px;
        right: auto;
        left: 114px;
    }

    #header.transitioning #header-cart-link {
        opacity: 0;
        transition: none;
    }
}

#main-container {
    padding-bottom: 40px;
}

#page-header {
    margin-bottom: 30px;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 0;
}

#page-header h1 {
    color: #252525;
    line-height: 30px;
    font-size: 24px;
}

#breadcrumbs {
    margin-top: 5px;
}

#breadcrumbs ol {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumbs::after {
    display: block;
    clear: left;
    content: "";
}

#breadcrumbs li {
    float: left;
    line-height: 24px;
    font-size: 16px;
}

#breadcrumbs li + li {
    position: relative;
    margin-left: 12px;
    padding-left: 12px;
}

#breadcrumbs li + li::before {
    position: absolute;
    left: -1px;
    top: 4px;
    width: 2px;
    height: 16px;
    background-color: #333;
    content: "";
    transform: skew(-30deg);
}

#breadcrumbs a {
    color: inherit;
}

#breadcrumbs a:hover {
    color: #cda85c;
}

.pager {
    margin-top: 20px;
}

.pager::after {
    display: block;
    clear: both;
    content: "";
}

.pager a {
    color: inherit;
    font-size: 20px;
}

.pager a:hover {
    color: #cda85c;
}

.pager a:first-of-type {
    float: left;
}

.pager a:nth-of-type(2) {
    float: right;
}

@media screen and (min-width: 768px) {
    .columns::after {
        display: block;
        clear: left;
        content: "";
    }

    .columns .column {
        float: left;
    }

    .columns2 .column {
        width: calc(50% - 15px);
    }

    .columns2 .column:nth-child(even) {
        margin-left: 30px;
    }

    .columns3 .column {
        width: calc(33.3333% - 20px);
    }

    .columns3 .column:nth-child(3n + 1) {
        clear: left;
    }

    .columns3 .column:nth-child(3n + 2),
    .columns3 .column:nth-child(3n + 3) {
        margin-left: 30px;
    }

    .column img {
        display: block;
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

#footer {
    background: #222;
    padding-top: 40px;
    padding-bottom: 80px;
    color: #fff;
    line-height: 19px;
    font-size: 13px;
}

#footer a {
    color: inherit;
}

#footer .widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .widget-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #cda85c;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 24px;
    font-weight: 400;
}

#footer .widget-list > li + li {
    margin-top: 15px;
}

#footer .widget-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-social-links::after {
    display: block;
    clear: left;
    content: "";
}

#footer-social-links a {
    float: left;
}

#footer-social-links a + a {
    margin-left: 15px;
}

#footer-social-links img {
    display: block;
}

@media screen and (min-width: 640px) {
    #footer::after {
        display: block;
        clear: left;
        content: "";
    }
}

@media screen and (min-width: 640px) and (max-width: 1259px) {
    #footer-block2,
    #footer-block3 {
        float: left;
        width: 50%;
    }

    #footer-block2 {
        padding-right: 15px;
    }

    #footer-block3 {
        padding-left: 15px;
    }
}

@media screen and (max-width: 1259px) {
    #footer-block2,
    #footer-block3 {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1260px) {
    #footer-block1,
    #footer-block2,
    #footer-block3 {
        float: left;
    }

    #footer-block1 {
        width: 50%;
        padding-right: 15px;
    }

    #footer-block2,
    #footer-block3 {
        width: 25%;
    }

    #footer-block2 {
        padding-right: 15px;
        padding-left: 15px;
    }

    #footer-block3 {
        padding-left: 15px;
    }
}

#home-slider {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
}

#home-slider .slide {
    position: relative;
}

#home-slider .slide-link {
    position: absolute;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 1em 2em;
    color: #fff;
    transform: translateX(-50%);
}

#home-slider .slide-link:hover {
    color: #cda85c;
}

@media screen and (max-width: 767px) {
    #home-slider .slide-link {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    #home-slider .slide-link {
        max-width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    #home-slider .slide-link {
        bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    #home-slider .slide-link {
        bottom: 50px;
    }
}

#home-slider-scroll-button {
    position: absolute;
    right: 30px;
    bottom: 10%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #cda85c;
}

#home-slider-scroll-button:hover {
    background: rgba(0, 0, 0, 0.5);
}

#home-slider-scroll-button::before,
#home-slider-scroll-button::after {
    position: absolute;
    left: 24px;
    width: 18px;
    height: 18px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
}

#home-slider-scroll-button::before {
    top: 18px;
}

#home-slider-scroll-button::after {
    top: 27px;
}

@media screen and (max-width: 767px) {
    #home-slider-scroll-button {
        display: none;
    }
}

#home-recent-posts {
    margin-top: 25px;
}

#home-recent-posts-heading {
    color: #cda85c;
    text-align: center;
    line-height: 39px;
    font-size: 30px;
    font-weight: 400;
}

#home-recent-posts-body {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.home-recent-post-title {
    color: #000;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
}

.home-recent-post-excerpt {
    margin-top: 10px;
}

.home-recent-post-more {
    margin-top: 10px;
    line-height: 0;
}

@media screen and (max-width: 575px) {
    .home-recent-post-title {
        margin-top: 5px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .home-recent-post::after {
        display: block;
        clear: left;
        content: "";
    }

    .home-recent-post-image {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .home-recent-post + .home-recent-post {
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    #home-recent-posts-body::after {
        display: block;
        clear: left;
        content: "";
    }

    .home-recent-post {
        float: left;
        width: calc(50% - 15px);
    }

    .home-recent-post:nth-child(2n) {
        margin-left: 30px;
    }

    .home-recent-post:nth-child(2n + 1) {
        clear: left;
    }

    .home-recent-post:nth-child(n + 3) {
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    .home-recent-post-title {
        margin-top: 5px;
    }
}

@media screen and (min-width: 1260px) {
    .home-recent-post::after {
        display: block;
        clear: left;
        content: "";
    }

    .home-recent-post-image {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

#home-new-products {
    margin-top: 55px;
    border-top: 1px solid #000;

}

#home-new-products-heading {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #cda85c;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.home-new-product .product-name {
    padding: 4px 16px;
    text-align: center;
    line-height: 20px;
}

.home-new-product .product-name a {
    color: #000;
    font-family: Ubuntu, sans-serif;
}

.home-new-product .product-name a:hover {
    color: #cda85c;
}

#home-content {
    margin-top: 55px;
}

#home-free-shipping {
    margin-top: 55px;
    border-top: 1px solid #000;
}

#home-free-shipping-heading {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #cda85c;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.post-archive {
    column-gap: 30px;
}

.post-archive .post {
    margin-bottom: 40px;
    break-inside: avoid-column;
    /* Firefox */
    display: inline-grid;
    page-break-inside: avoid;
}

@supports (break-inside: avoid-column) {
    .post-archive .post {
        /* nem Firefox */
        display: block;
    }
}

.post-archive .post-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}

.post-archive .post-image {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    max-width: 360px;
}

.post-archive .post-excerpt {
    margin-bottom: 15px;
}

.post-archive .post-more {
    text-align: right;
    line-height: 0;
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    .post-archive {
        column-count: 2;
    }
}

@media screen and (min-width: 1260px) {
    .post-archive {
        column-count: 3;
    }
}

.post-content a,
.page-content a {
    color: inherit;
    text-decoration: underline;
}

.post-content a:hover,
.page-content a:hover {
    color: #cda85c;
}

.post-content img {
    display: block;
    margin-bottom: 20px;
    width: auto;
    height: auto;
}

.post-content img.aligncenter,
.page-content img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

@media screen and (min-width: 576px) {
    .post-content img.alignleft {
        float: left;
        margin-right: 20px;
    }

    .post-content img.alignright {
        float: right;
        margin-left: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width: 1023px) {
    .post-content img.alignright,
    .post-content img.alignleft {
        max-width: 33.3333%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    .post-content img.alignright,
    .post-content img.alignleft {
        max-width: 50%;
    }
}

@media screen and (min-width: 1260px) {
    .post-content img.alignright,
    .post-content img.alignleft {
        max-width: 66.6666%;
    }
}

.product-archive-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-archive-sidebar .widget + .widget {
    margin-top: 35px;
}

.product-archive-sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 22px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #cda85c;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

.product-archive-sidebar .product-categories li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.product-archive-sidebar .product-categories a {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 13px;
}

.product-archive-sidebar .product-categories a:hover {
    color: #cda85c;
}

.product-archive-sidebar .product-categories ul a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #767676;
    line-height: 15px;
}

.product-archive-sidebar .product-categories ul a::before {
    display: inline-block;
    margin-right: 10px;
    content: ">";
}

@media screen and (min-width: 768px) {
    .product-archive-page::after {
        display: block;
        clear: both;
        content: "";
    }

    .product-archive {
        float: right;
        width: calc(100% - 325px);
    }

    .product-archive-sidebar {
        float: left;
        width: 295px;
    }
}

.product-thumbnail-wrapper {
    position: relative;
    height: 0;
    overflow-y: hidden;
    padding-bottom: 100%;
}

.product-thumbnail-wrapper img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.woocommerce-loop-product__link {
    display: block;
    min-height: 358px;
}

.up-sells .woocommerce-loop-product__link,
.related .woocommerce-loop-product__link {
    min-height: 430px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    margin-bottom: 8px;
    overflow-y: hidden;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
    font-family: Ubuntu, sans-serif;
    font-weight: normal;
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title {
    color: #cda85c;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
    background: transparent;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0;
    color: #000;
    line-height: 20px;
    font-size: 16px;
}

.woocommerce ul.products li.product .price .regular-price {
    text-decoration: line-through;
}

.woocommerce ul.products li.product .price .sale-price {
    color: #c45555;
}

.woocommerce ul.products li.product a:hover .price,
.woocommerce ul.products li.product a:hover .price .regular-price,
.woocommerce ul.products li.product a:hover .price .sale-price  {
    color: #cda85c;
}

.woocommerce ul.products li.product .stock-status {
    margin-top: 8px;
    color: #000;
    line-height: 20px;
    font-size: 14px;
}

.woocommerce ul.products li.product a:hover .stock-status {
    color: #cda85c;
}

@media screen and (min-width: 414px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        height: 96px;
    }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000;
}

.woocommerce div.product p.price .regular-price,
.woocommerce div.product span.price .regular-price {
    text-decoration: line-through;
}

.woocommerce-ordering select {
    height: 33px;
    border: 1px solid #d5d5d5;
    padding: 7px 9px;
    line-height: 17px;
    font-size: 13px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: inherit;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    display: none;
}

.woocommerce-product-details__short-description a {
    color: inherit;
}

.woocommerce-product-details__short-description a:hover {
    color: #cda85c;
}

.product-top::after {
    display: block;
    clear: both;
    content: "";
}

.product_meta > span {
    display: block;
}

.product_meta a {
    color: #cda85c;
}

.product_meta a:hover {
    text-decoration: underline;
}

.product-cto {
    background-color: #222;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./assets/theme/img/product-cto-background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 58px 29px 116px;
    color: #fff;
    text-align: center;
}

.product-cto-heading {
    margin-bottom: 29px;
    line-height: 58px;
    font-size: 36px;
}

.product-cto-button {
    display: inline-block;
    margin-top: 174px;
    background: #cda85c;
    padding: 7px 29px;
    color: #fff;
    text-transform: uppercase;
}

.product-cto-button:hover {
    background: #333;
    color: #fff;
}

#brands-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
}

#brands .brand {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#brands .brand-container {
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5em 2em 4em;
}

#brands .brand-logo {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

#brands .brand-logo + .brand-description {
    margin-top: 3em;
}

#brands .brand-links {
    margin-top: 2em;
}

#brands .brand-links::after {
    display: block;
    clear: left;
    content: "";
}

#brands .brand-links a {
    float: left;
    border: 1px solid #cbcbcb;
    padding: 6px 13px;
    color: inherit;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Ubuntu, sans-serif;
}

#brands .brand-links a:hover {
    border-color: inherit;
}

@media screen and (min-width: 414px) and (max-width: 639px) {
    #brands .brand-container {
        margin-right: 5.9%;
        margin-left: 5.9%;
    }
}


@media screen and (min-width: 640px) {
    #brands .brand-container {
        width: 50%;
    }

    #brands .brand:nth-child(odd) .brand-container {
        margin-left: 50%;
    }
}

#services-page section + section {
    margin-top: 40px;
}

#services-page .section-heading {
    margin-bottom: 40px;
    color: #cda85c;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 30px;
    font-weight: 400;
}

#services-page .column .section-heading {
    text-align: left;
}

#services-page article {
    padding-bottom: 20px;
}

#services-page .article-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

#services-page .article-slider {
    margin-right: auto;
    margin-left: auto;
    width: 360px;
}

#services-page .article-slider a {
    display: block;
}

#services-page .article-slider .glide__arrow--left {
    left: 10px;
}

#services-page .article-slider .glide__arrow--right {
    right: 10px;
}

#services-page .article-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #cda85c;
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 24px;
    font-weight: 400;
}

.product-archive-description {
    margin-bottom: 29px;
}

.product-archive .term-description,
.product-archive .page-description {
    height: 87px;
    overflow-y: hidden;
    transition: height 0.5s ease-in-out;
}

.product-archive-description-more {
    margin-top: 29px;
    text-align: center;
    line-height: 0;
}

.product-archive-description-more-button {
    display: inline-block;
    border: 0 none;
    background: #cda85c;
    padding: 7px 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 14px;
}

.woocommerce span.onsale {
    min-width: 0;
    min-height: 0;
    height: 32px;
    border-radius: 0;
    background: #cda85c;
    padding: 0 4px;
    line-height: 32px;
    font-size: 14px;
}

.product-archive-in-stock-label {
    position: absolute;
    top: 0;
    right: 46px;
    margin-top: -7px;
    height: 32px;
    z-index: 9;
    background: #cda85c;
    padding-right: 4px;
    padding-left: 4px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
}

.product-archive-in-stock-label.no-sale {
    right: 0;
}

@media screen and (max-width: 413px) {
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        float: none !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        max-width: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }

    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        float: right;
        clear: none !important;
    }
}

.woocommerce div.product .stock.in-stock,
.woocommerce div.product .available-on-backorder {
    border-radius: 18px;
    background-color: #cda85c;
    padding: 3px 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

#open-weekend-banner {
    position: fixed;
    top: 20px;
    z-index: 100;
    transition: right 1s ease-in-out;
}

#open-weekend-banner-close-button {
    position: absolute;
    top: -3px;
    right: 5px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    color: #fff;
}

#open-weekend-banner-image-lg,
#open-weekend-banner-image-sm {
    display: block;
    width: 100%;
    height: auto;
}

#open-weekend-banner-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    background: #cda85c;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    transform: translateX(-50%);
}

@media screen and (max-width: 479px) {
    #open-weekend-banner {
        right: -90vw;
        width: 90vw;
    }

    #open-weekend-banner.visible {
        right: 5vw;
    }

    #open-weekend-banner-close-button {
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #open-weekend-banner {
        right: -420px;
        width: 420px;
    }

    #open-weekend-banner.visible {
        right: 20px;
    }

    #open-weekend-banner-close-button {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    #open-weekend-banner {
        right: -500px;
        width: 500px;
    }

    #open-weekend-banner.visible {
        right: 30px;
    }

    #open-weekend-banner-close-button {
        font-size: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width: 1023px) {
    #open-weekend-banner-image-lg {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #open-weekend-banner.visible {
        right: 40px;
    }

    #open-weekend-banner-image-sm {
        display: none;
    }

    #open-weekend-banner-close-button {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1299px) {
    #open-weekend-banner {
        right: -800px;
        width: 800px;
    }
}

@media screen and (min-width: 1300px) {
    #open-weekend-banner {
        right: -1000px;
        width: 1000px;
    }
}

.brands-showcase-brand + .brands-showcase-brand {
    margin-top: 87px;
}

.brands-shocase-brand-name {
    font-size: 24px;
    line-height: 29px;
}

.brands-showcase-product {
    position: relative;
}

.brands-showcase-product-link {
    display: block;
    color: inherit;
}

.brands-showcase-product-link:hover {
    color: inherit;
}

.brands-showcase-product-image-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.brands-showcase-product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: transform 0.3333s ease-in-out;
}

.brands-showcase-product-link:hover .brands-showcase-product-image {
    transform: translate(-50%, -50%) scale(1.1);
}

.brands-showcase-product-name {
    margin-top: 12px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
    font-family: Ubuntu, sans-serif;
    transition: color 0.3333s ease-in-out;
}

.brands-showcase-product-link:hover .brands-showcase-product-name {
    color: #cda85c;
}

.brands-showcase-product-price {
    transition: color 0.3333s ease-in-out;
}

.brands-showcase-product-link:hover .brands-showcase-product-price {
    color: #cda85c;
}

.brands-showcase-product-regular-price {
    text-decoration: line-through;
    transition: color 0.3333s ease-in-out;
}

.brands-showcase-product-link:hover .brands-showcase-product-regular-price {
    color: #cda85c;
}

.brands-showcase-product-sale-price {
    color: #c45555;
}

.brands-showcase-product-labels {
    position: absolute;
    top: -7px;
    z-index: 9;
    display: flex;
}

.brands-showcase-product-label {
    background: #cda85c;
    padding: 6px 4px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
}

.brands-showcase-product-label + .brands-showcase-product-label {
    margin-left: 2px;
}

.brands-showcase-brand-more {
    margin-top: 29px;
}

@media screen and (max-width: 639px) {
    .brands-showcase-products {
        margin-right: auto;
        margin-left: auto;
        max-width: 450px;
    }

    .brands-showcase-product + .brands-showcase-product {
        margin-top: 29px;
    }

    .brands-showcase-product-labels {
        right: 0;
    }
}

@media screen and (min-width: 640px) {
    .brands-showcase-products {
        display: flex;
        flex-wrap: wrap;
    }

    .brands-showcase-product-name {
        height: 96px;
        overflow-y: hidden;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .brands-showcase-brand-body {
        margin-top: 45px;
    }

    .brands-showcase-products {
        margin: -16px;
    }

    .brands-showcase-product {
        padding: 16px;
    }

    .brands-showcase-product-labels {
        right: 16px;
    }
}

@media screen and (min-width: 768px) {
    .brands-showcase-brand-body {
        margin-top: 49px;
    }

    .brands-showcase-products {
        margin: -20px;
    }

    .brands-showcase-product {
        padding: 20px;
    }

    .brands-showcase-product-labels {
        right: 20px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
    .brands-showcase-product {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .brands-showcase-product {
        width: 25%;
    }
}