/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.0
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

body {
    overflow-x: hidden;
    background-color: #674323;
}

.header-bg-color {
    background-color: transparent !important;
}

.header-wrapper {
    border-radius: 1rem;
}

.header-main {
    background-color: #754c28;
    border-radius: 1rem;
}

.header-main * {
    color: #fff !important;
}

#wrapper {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
.product a,.product h1,.product h2,.product h3,.product p{
    color: #754c28 !important;
}
.product-info .flex-container {
    display: flex;
    gap: 1rem;
}

.product-info .flex-item {
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.product-info .flex-item img{
    width: 100%;
    height: 100%;
}
.product-info .flex-item:nth-child(2){
    max-width: 60px;
    height: 60px;
    width: 60px;
    margin-top: -0.4rem;
}
#main, #wrapper {
    color: #674323;
    background-color: #674323;
}

h6 {
    font-size: 1rem;
}

h5 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.75rem;
    line-height: 150% !important;
}

h2 {
    font-size: 2rem;
}

h1 {
    font-size: 2.5rem;
}

p {
    font-size: 1.3rem;
    margin-bottom: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Bungee' !important;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1.2rem;
    color: #fff;
    letter-spacing: 3px;
}

.ulflow__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-2 {
    grid-template-columns: 200px auto;
    justify-content: center;
    align-items: center;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
}

.grid-4.stretch {
    align-items: stretch;
}

.image-wrapper {
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    padding-top: 1rem;
}

.footer-top-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
    padding-top: 1rem;
}

.footer-bottom {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

.absolute-footer {
    display: none;
}

.gap-small {
    gap: 1rem;
}

.card {
    width: 100%;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1rem;
    transition: background-color .5s;
    position: relative;
    align-items: center;
}

.card-padding {
    padding: 2.5rem;
}

.card-padding.small {
    padding: 2rem 1rem !important;
}

.row-collapse>.col.blog-padding {
    padding: 2rem 1rem 2rem !important;
}

.grid-posts {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
}

.grid-posts .grid-item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    grid-row-gap: 1rem;
    grid-auto-columns: 1fr;
    background-color: rgba(255, 255, 255, .01);
    color: #fff;
    transition: background-color .2s;
}

.grid-posts .grid-item:hover {
    background-color: rgba(255, 255, 255, .05);
}

.grid-posts .grid-item .card-header p {
    font-size: 1.5rem;
}

.badge.small {
    width: 32px;
    height: 32px;
}

.badge {
    width: 40px;
    height: 40px;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    text-align: center;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    transition: background-color .2s, border .2s;
    display: flex;
    overflow: hidden;
    transform: translate(0);
}

.icon-1x1-small {
    width: 20px;
    height: 20px;
    line-height: 100%;
}

.blog-grid .col-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.blog-grid .col-inner a.button {
    max-width: fit-content;
    background-color: #422913 !important;
}

.grid-auto {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: grid;
}

.post-image-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.post-image-wrapper div {
    width: 100%;
    height: 100%;
}

.post-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-2rem {
    grid-column-gap: 2rem;
}

.video-fit iframe {
    border-radius: 1rem;
}

.margin-bottom-small {
    margin-bottom: 1rem;
}

.text-style-link {
    color: #ffa600;
    text-decoration: none;
}

.text-color-primary {
    color: #ffa600;
}

.product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-small .box-image:hover::before {
    left: 150%;
    transition: left .8s;

}

.button {
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    color: #f4f2ed;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: .5rem;
    justify-content: center;
    margin: 0;
    padding: 1rem 1.25rem;
    font-family: Roboto Mono, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
    transition: border-color .2s, color .2s, background-color .2s;
    position: relative;
    overflow: hidden;
}

.button.primary, .button.secondary {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    background-color: #674323 !important;
    border-width: 1px;
    border-color: transparent;
}

.button-inner {
    display: flex;
    gap: 10px;
    overflow: hidden;
    align-items: center;
}

.grid-cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
    align-items: center;
}

.border-radius-cta {
    border-radius: 1rem;
    border: 1px solid #dbc817;
}

.grid-cta h3 {
    font-size: 3rem;
}

.button.secondary:hover .button-inner-icon {
    animation: svgMovement 0.8s ease-out;
}

.grid-posts-card .col.grid-right-products {
    padding: 2rem;
}

.grid-right-products .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-auto-columns: 1fr;
    margin: 0 !important;
}

.grid-posts-card {
    grid-template-columns: 1.5fr 3fr;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    grid-row-gap: 0 !important;
}

.border-customize {
    margin-top: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}

.maps ,.maps p {
    height: 100%;
}

.grid-posts-card .col {
    padding: 0px;
}

.grid-posts-card .col:first-child {
    height: 100%;
}

.grid-posts-card .col:first-child img, .grid-posts-card .col:first-child .img-inner, .grid-posts-card .col:first-child .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-posts-card .products .box-image, .product-small .box-image {
    aspect-ratio: 1/1;
    border-radius: 1rem;
    padding: .5rem;
    background-color: #ffa658;
}

.grid-posts-card .products .box-image img, .product-small .box-image img {
    border-radius: .75rem;
}

.products .box-image img, .box-image .image-fade_in_back, .products .box-image a {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-products-wrapper .box-image *, .product-images, .product-gallery .product-images img, .product-gallery .woocommerce-product-gallery__wrapper, .product-gallery .flickity-viewport, .product-gallery .flickity-slider, .product-gallery .slide, .product-gallery .slide a {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.single-product .product-gallery {
    aspect-ratio: 1/1 !important;
}
.entry-title *,.entry-title{
 color: #674323 !important;
}
.entry-title a,.entry-title h1,.entry-title h2,.entry-title h3,.entry-title h4{
    color: #674323 !important;
 
}
.wpcf7-form {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
#post-list .post-title {
    font-size: 2rem;
}
.bg-color {
    background-color: #754c28;
    color: #fff !important;
    text-align: center;
    padding: 1rem 0;
}
.bg-color a{
    color: #ffa600 !important;
}
.wpcf7-form * {
    color: #fff;
}

.wpcf7-form input, .wpcf7-form textarea {
    background-color: rgb(255 186 0 / 42%) !important;
    margin: 0 !important;

}


#accordion-description-content {
    padding: 2rem 0;
    color:#674323 !important;
}

.product-page-accordian a, .product-page-accordian a:active {
    border-color: #674323 !important;
    color: #674323 !important;
    font-size: 1.5rem;
}

.zoom-button {
    line-height: 0;
    padding: 0;
}

.product-gallery .product-images {
    border-radius: 1rem;
    padding: .5rem;
    background-color: #ffa658;
}

.grid-posts-card .products a, .products a, .box-text-products a, .breadcrumbs a, .breadcrumbs {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #674323 !important;
}
.product-title {
    color: #674323 !important;
}
.grid-posts-card .products a, .price bdi {
    color: #674323;
    letter-spacing: 1px;
}

.grid-posts-card .product-title-text {
    padding: 2rem 0px;
}

.single-product form.cart {
    display: none;
}

footer .nav {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    list-style-type: none;
    display: flex;
}
.product-info {
    color: #674323;
}

footer .nav-item {
    color: #fff;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

footer svg {
    fill: #fff !important;
}

footer svg path:last-child {
    fill: #fff !important;
}

.cart-icon strong, .cart-icon strong::after {
    border: 2px solid #ffa600;
}

.subnav {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .footer-grid, .footer-top-grid {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 567px) {
    #logo img {
        width: 70px;
    }

    .ulflow__grid {
        display: flex;
        flex-direction: column;
    }

    .grid-cta h3 {
        font-size: 2rem;
    }

    .grid-right-products .products {
        display: flex;
        flex-direction: column;
    }

    .grid-posts-card .col {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes svgMovement {
    0% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
        transform-style: preserve-3d;
    }

    50% {
        opacity: 0;
        transform: translate3d(50px, -50px, 0px) scale3d(1.1, 1.1, 1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }

    51% {
        opacity: 0;
        transform: translate3d(-50px, 50px, 0px) scale3d(1.1, 1.1, 1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
    }

}