/*
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.   ***************/
li.html.custom.html_topbar_left {
    font-size: 18px;
}
.top-bar-nav a.button.primary {
    border: 1px solid;
}
ul.header-nav.header-nav-main.nav.nav-left {
    display: flex
;
    gap: 20px;
    justify-content: center;
}

.top-bar-nav a.nav-top-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
}

.header-top .flex-col.flex-left a.nav-top-link {
    font-size: 16px;
}

.header-nav-main a.nav-top-link {
    font-size: 12px;
}
.absolute-footer.dark {
    background: #000;
}

.copyright-footer {
    color: #fff;
}


.absolute-footer.dark .container.clearfix {
    display: flex;
    justify-content: center;
}

.section-footer span.ux-menu-link__text {
    color: #fff;
    transition: all 0.3s ease;
}

.section-footer span.ux-menu-link__text:hover {
    color: rgb(248, 159, 50);
    padding-left: 5px;
}

.section-footer .social-icons i {
    color: #fff;
}

.section-footer .social-icons {
    display: flex;
    gap: 8px;
}

.section-footer .social-icons i {
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
}

.section-footer .social-icons i:hover {
    background-color: #fb5d5d;
    border-radius: 50%;
    transform: translateX(5px);
}

.section-footer .social-icons a {
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}



.col-3-icon-box .icon-box-img {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(237, 50, 55);
    border-radius: 50%;
    margin-right: 30px;
}

.block-info .col-inner {
    box-shadow: 0 24px 32px 0 rgb(63 71 99 / 5%);
    text-align: center;
    transition: all .5s;
}


.block-info:hover .col-inner {
    background-color: #199efc !important;
    transition: background-color 0.3s ease;
    cursor: pointer;
}


.block-info:hover .col-inner .icon-box-text,
.block-info:hover .col-inner .icon-box-text * {
    color: #fff !important;
}


.block-info:hover .col-inner .icon-inner img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

p.name.product-title.woocommerce-loop-product__title {
    font-size: 17px;
    color: #000;
    font-weight: 100;
    min-height: 50px;
}

p.contact-price {
    font-size: 17px;
    color: #ED3237;
}

.slider-about .flickity-page-dots {
    bottom: -8px;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    top: 64px;
    width: 300px;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    transition: all 0.3s ease;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li a:hover {
    color: #ED3237;
    padding-left: 5px;
}
 .image-zoom {
    min-height: 294px;
}
.blog-archive,
.page-title, #main, #wrapper{
    background: rgb(243, 243, 243);
}
.product-container {
    background: #fff;
}

li#menu-item-286, li#menu-item-287, li#menu-item-285 {
    display: none;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
.image-zoom {
    min-height: 176px;
}
	
	.stars a+a {
    border-left: unset;
    margin-left: -0.7em
-11.2px
;
}
	
	.stars a {
    color: transparent !important;
    display: inline-block;
    font-family: fl-icons;
    font-size: 10px;
    margin-left: -10px;
    overflow: hidden;
}
	i.icon-menu {
    color: #ed3237;
}

}