/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase !important;
}
h1 {
    color: #1f1f1f !important;
    font-size: 50px;
    text-transform: uppercase;
}

h2 {
    color: #1f1f1f;
    font-size: 50px;
}

h3,
h4,
h5 {
    color: #000;
}

.header-inner .nav-left {
    justify-content: flex-end;
}

.header-inner .nav-right {
    margin-left: 20px;
}

.header-top {
    background-color: #1c1c1c !important;
}

.bannerbottom h3 {
    font-family: Outfit, sans-serif;
}

.homecategory img {
    border: 5px solid #fff;
}

.homecategory .box-text h5 {
    text-transform: capitalize !important;
    font-size: 28px;
    letter-spacing: 0;
    color: #1f1f1f;
}
.homecategory p.is-xsmall.uppercase.count {
    display: none;
}

.innerproduct .box-image img {
    height: 360px;
    object-fit: contain;
}


.footernewsletter {
    background: #4d4d4d;
    padding: 0px !important;
}

.footernewsletter h2 {
    font-size: 45px;
    margin-bottom: 3px;
}

.footernewsletter input.wpcf7-form-control {
    background-color: #fff;
}

.footernewsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    background-color: #000000;
}

.footernewsletter .col {
    padding-bottom: 6px;
    padding-top: 20px;
}

.copyright {
    padding-top: 26px !important;
    padding-bottom: 0 !important;
}

.copyright p {
    margin-bottom: 0;
}

.copyright a {
    color: #fff;
}

.accordion-title {
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
}

.faq a {
    color: #000;
}

.faq a:hover {
    color: #4d4d4d;
}

.product-short-description p {
    color: #000;
}

.searchform-wrapper input[type=search] {
    height: 45px;
}

.box-text-products {
    font-size: 18px;
}
.variations tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 0 !important;
}

.variations tr label {
    font-size: 18px;
}

.variations tr th {
    border: 0;
}

.ux-swatch--label {
    font-size: 17px;
}
.ux-swatch.selected {
    box-shadow: 0 0 0 2px #000;
    background-color: #d05c98;
    color: #fff;
}
p.name.product-title.woocommerce-loop-product__title {
    font-family: Economica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}
.homeshop .price-wrapper .price {
    font-size: 22px;
}
.add-to-cart-button a {
    width: 100%;
}
.slogan h3 {
    font-family: "Marcellus SC", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 75px;
}
.bakestore p {
    margin: 0;
    line-height: 45px;
    margin-top: 28px;
    font-family: Economica, sans-serif;
}
@media only screen and (min-width: 1200px) {
.shopnew.homeshop img {
    max-height: 352px;
    object-fit: cover;
}

.nav>li>a {
        font-size: 16px;
    }
.homeshop .box-text-products {
    height: 145px !important;
}
}

@media only screen and (max-width: 1600px) {
    .header-inner .nav-right {
        margin-left: 10px;
    }

}

@media only screen and (min-width:1024px) and (max-width:1400px) {
    .nav>li {
        margin: 0 9px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .nav>li>a {
        font-size: 14px;
    }

    .nav>li {
        margin: 0 7px;
    }

    .shopnew img {
        max-height: 208px;
    }

}

@media only screen and (min-width:1024px) and (max-width:1100px) {
    .nav>li>a {
        font-size: 14px;
    }

    .nav>li {
        margin: 0 5px;
    }
}

@media only screen and (min-width: 851px) and (max-width:1024px) {

    .gallery-columns-5 .gallery-item,
    .large-columns-5 .flickity-slider>.col,
    .large-columns-5>.col {
        flex-basis: 33% !important;
        max-width: 33% !important;
    }

    .shopnew img {
        max-height: 208px;
    }
}

@media only screen and (max-width: 991px) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-inner .nav-right {
        margin-left: 0;
    }

    .header-inner .nav-left {
        justify-content: flex-start;
    }

}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 50px;

    }

    h2 {

        font-size: 40px;
    }

    .accordion-title {
        font-size: 20px;
        font-family: "Playfair Display", sans-serif;
    }

    .home .shopnew img {
        max-height: 306px;
        object-fit: cover;
    }
    .homeabouttop .col-inner {
        padding-bottom: 0 !important;
    }
    .section-content.relative .row.align-middle.align-center .col {
        padding-bottom: 0px;
    }
	.slogan h3 {
    line-height: 40px !important;
}
    
}