/* @import url("../fonts/roboto/stylesheet.css");
@import url("../fonts/roboto-slab/stylesheet.css"); */

body {
    background-color: #fff;
    font-family: Roboto, system-ui;
    font-size: 16px;
}

/* Storefront Rewrite */
.col-full {
    margin: 0 auto !important;
    padding: 0 0.875rem;
}

@media (min-width: 576px) {
    .col-full {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .col-full {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .col-full {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .col-full {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .col-full {
        max-width: 1320px;
    }
}

.site {
    overflow-x: unset;
}

.site-content {
    min-height: 480px;
}

.page-template.home .site-content .col-full {
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
}

.site-header {
    padding: 1em 0;
}

.site-header .site-branding img {
    max-width: 60px;
}

.main-navigation button.menu-toggle {
    margin-top: 7px;
}

.site-branding .custom-logo-link {
    display: inline-flex;
}

.site-branding .site-title {
    display: flex;
    font-weight: bold;
    letter-spacing: 1px;
    align-self: center;
    font-size: 1.2em;
}

.site-info {
    padding: 25px 0;
}

.site-header .site-search {
    margin-top: 34px;
}

/* .page-template.home .products {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
} */

/* .page-template.home .product {
  float: none !important;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
} */

.site-footer {
    padding: 1.618em 0;
}

.site-footer .site-info {
    text-align: center;
}

.site-footer a {
    text-decoration: none;
}

.site-footer .widget {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .site-header {
        padding-top: 2.617924em;
        padding-bottom: 0;
    }

    .site-header .site-branding img {
        max-width: 120px;
    }

    .site-branding .site-title {
        font-size: 2.2em;
    }
}

/* End Storefront Rewrite */

/* Public */
.theme-btn {
    display: inline-block;

    font-size: 1rem;
    font-weight: 400;
    fill: #ffffff;
    color: #ffffff;
    background-color: #383838;

    padding: 12px 40px;
    transition: all 0.3s;
}

.theme-btn:hover {
    background-color: #fff;
    color: #383838;
}

.primary-theme-btn {
    background-color: #383838;
}

.secondary-theme-btn {
    background-color: #d3b574;
    color: #383838;
}

.secondary-theme-btn:hover {
    background-color: #383838;
    color: #fff;
}

.light-theme-btn {
    background-color: #fff;
    color: #383838;
}

.light-theme-btn:hover {
    background-color: #383838;
    color: #fff;
}

/* End Public */

/* Hero */
.hero {
    position: relative;
    background-image: url("../images/hero-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

    font-family: "Roboto Slab";
    color: #fff;
    text-align: center;
    padding: 100px 0 0;
}

.hero::before {
    content: "";
    display: block;

    background-color: #f474249e;
    opacity: 0.4;

    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero .title {
    position: relative;
    z-index: 1;

    color: inherit;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.58);

    padding: 0 10px;
    margin-bottom: 70px;
}

.hero .desc {
    position: relative;
    font-size: 1.3rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.58);
    z-index: 1;

    background: rgba(0, 0, 0, 0.3);
    padding: 30px 20px 30px;
}

@media screen and (min-width: 576px) {
    .hero .title {
        font-size: 3.8rem;
    }

    .hero .desc {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .hero .title {
        font-size: 4.8rem;
    }
}

@media screen and (min-width: 992px) {
    .hero .title {
        font-size: 5.625rem;
    }

    .hero .desc {
        font-size: 1.7rem;
    }
}

/* End Hero*/

/* Products */
.latest-products {
    padding-top: 70px;
    padding-bottom: 70px;
}

.latest-products .section-title {
    font-family: "Roboto Slab";
    text-align: center;
    color: #16163f;
    font-size: 2.25rem;
    font-weight: 300;
}

.latest-products .swiper {
    padding: 20px 20px 70px;
}

.latest-products .product {
    max-width: 360px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;
}

.latest-products .product .woocommerce-loop-product__title {
    color: #ce9d53;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 20px auto;
}

.swiper-pagination-bullet-active {
    background-color: #f47424;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transition: 0.3s;
    border-radius: 8px;
}

.swiper-pagination-bullet-active {
    height: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 50rem;
    width: 50px;
    height: 50px;
    background: #f47424bd;
    top: 45%;
    transition: 0.5s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #f47424;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.3rem;
    color: #fff;
}

@media screen and (min-width: 576px) {
    .latest-products .section-title {
        font-size: 3.125rem;
    }
}

/* End Products */

/* Home Intro */
.home-intro {
    background-color: #eeeeee;
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-intro .title-desc {
    color: #473d3d;
    font-size: 1.125rem;
    font-weight: 300;

    padding-left: 34px;
    margin-bottom: 20px;
}

.home-intro .title {
    color: #16163f;
    font-family: "Roboto Slab";
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.4em;

    border-left: 4px solid #d3b574;
    padding-left: 30px;
}

.home-intro .desc {
    color: #473d3d;
    line-height: 1.8;
}

@media screen and (min-width: 576px) {
    .home-intro .title-desc {
        padding-left: 44px;
    }

    .home-intro .title {
        font-size: 3.125rem;
        padding-left: 40px;
    }
}

@media screen and (min-width: 1200px) {
}

/* End Home Intro */

/* Home Services */
.home-services {
    background-color: #f47424;
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-services .intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-services .title {
    font-family: "Roboto Slab";
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 1.2px;

    margin-bottom: 20px;
}

.home-services .desc {
    font-weight: 300;
    color: #fff;

    margin-bottom: 20px;
}

.home-services .actions {
    display: flex;
    margin-bottom: 20px;
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 100%;
}

.services-card {
    width: 100%;
    min-height: 280px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: #fff;
    border-top: 4px solid #6c6b7d;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);

    text-align: center;
    padding: 35px;
    transition: all 0.3s;
}

.services-card:hover {
    border-color: #d3b574;
}

.services-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #383838;
    margin-bottom: 15px;
}

.services-card-desc {
    font-size: 0.875rem;
    font-weight: 300;
    color: #4a4a4a;
}

@media screen and (min-width: 768px) {
    .services-card {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 1200px) {
    .home-services .title {
        font-size: 3.125rem;
    }
}

/* End Home Services */

/* Home Features */
.home-features {
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-features .head-section {
    position: relative;
    z-index: 1;

    background-image: url("../images/features-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    text-align: center;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 220px;
}

.home-features .head-section::before {
    content: "";
    display: block;

    background-color: #383838;
    opacity: 0.75;

    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-features .head-section .inner {
    max-width: 580px;
    margin: 0 auto;
    padding: 0 10px;
}

.home-features .title {
    font-family: "Roboto Slab";
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.4em;

    position: relative;
    z-index: 2;
}

.home-features .desc {
    position: relative;
    z-index: 2;
}

.features-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 100%;

    position: relative;
    z-index: 2;
    margin-top: -150px;
}

.features-card {
    width: 100%;
    min-height: 280px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;

    background-color: #fff;
    border-left: 4px solid #d3b574;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);

    padding: 40px;
}

.features-card-index {
    font-family: "Roboto Slab";
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1;
    color: #383838;
}

.features-card-title {
    color: #4a4a4a;
    font-family: "Roboto Slab";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 0;
}

.features-card-desc {
    color: #737373;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .features-card {
        padding: 50px 70px;
    }
}

@media screen and (min-width: 992px) {
    .features-card {
        width: calc(33.33% - 14px);
        padding: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .features-card {
        width: calc(33.33% - 14px);
        padding: 50px 70px;
    }
}

/* End Home Features */

/* Home Ticket */
.home-ticket {
    background-color: #54595f;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.home-ticket .inner {
    max-width: 610px;
    margin: 0 auto;
    padding: 0 10px;

    display: flex;
    flex-direction: column;
    gap: 50px;
}

.home-ticket .title {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
}

.home-ticket .desc {
    color: #fff;
    font-weight: 300;
}

@media screen and (min-width: 992px) {
    .home-ticket .title {
        font-size: 3.25rem;
    }
}

/* End Home Ticket */

/* Home CTA */
.home-cta {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.home-cta .bg-area {
    position: relative;
    z-index: 1;

    background-image: url("../images/cta-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.home-cta .bg-area::before {
    content: "";
    display: block;

    background-color: #383838;
    opacity: 0.75;

    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-cta .bg-area .inner {
    max-width: 560px;
    margin: 0 auto;

    padding-top: 120px;
    padding-bottom: 120px;

    display: flex;
    flex-direction: column;
    gap: 40px;
}

.home-cta .bg-area .title {
    font-family: "Roboto Slab";
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.4em;

    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #fff;

    margin-bottom: 0;

    position: relative;
    z-index: 2;
}

.home-cta .bg-area .desc {
    font-size: 1.125rem;
    color: #fff;

    position: relative;
    z-index: 2;
}

.home-cta .bg-area .actions {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .home-cta .bg-area .title {
        font-size: 3.125rem;
    }
}

/* End Home CTA */

/* Woocommerce Rewrite */
.products .attachment-woocommerce_thumbnail {
    height: 320px;
}

.woocommerce-ordering .orderby {
    background: transparent;
    border: 1px solid #bfbfbf;
    padding: 2px 10px;
}

.added_to_cart {
    margin-left: 7px;
}

/* End Woocommerce Rewrite */

.main-navigation ul.menu > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li:hover > a,
.site-header ul.menu > li.current-menu-item > a {
    background-color: #e57f84;
    color: #fff;
}

ul.site-header-cart.menu > li.current-menu-item > a {
    background-color: transparent;
    color: inherit;
    padding-left: 10px;
    padding-right: 10px;
}

.main-navigation ul.menu {
    display: flex;
    align-items: flex-end;
}

@media screen and (min-width: 768px) {
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
        padding: 0.8em 2.2em;
    }

    .site-header-cart .cart-contents {
        padding: 0.618em 0;
    }

    .main-navigation ul.menu ul.sub-menu ul.sub-menu {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 500px;
        scrollbar-width: thin;
    }
}

@media screen and (min-width: 992px) {
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
        padding: 0.8em 3.2em;
    }

    .main-navigation ul ul li a,
    .secondary-navigation ul ul li a {
        width: 260px;
    }
}

@media screen and (min-width: 1200px) {
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a {
        padding: 0.8em 4em;
    }

    .main-navigation ul.menu > li > a {
        font-size: 1rem;
    }
}

/* CUSTOM CSS */
.button-outline:hover {
    background-color: #E57F84;
}

.button-outline a:hover {
    color: #fff !important;
}
