/*
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.   ***************/
*{
	font-family: 'Averta', sans-serif;
}
.hotline-buttons {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 12px;
    left: 100px;
    z-index: 9999;
}

#masthead .flex-col.hide-for-medium.flex-right{
	flex: 2;
}

.hotline-button {
    display: inline-block;
    padding: 7px 15px;
    margin-left: 10px;
    border-radius: 50px;
    min-width: 160px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.hotline-button:hover {
    background-color: #fff;
    color: #046AB5;
}
.hotline-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-nav li a{
	text-transform: none;
	font-size: 16px;
	font-weight: 100 !important;
	font-family: 'Averta', sans-serif !important;
}

.phone-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask-size: cover;
}

.product-categories-accordion li.category-item  {
    margin-left: 0px;
    margin-bottom: 0px;
    border: 1px solid #eee;
    border-bottom-color: #fff;
}
.product-categories-accordion .sub-category {
    display: none;
    padding-left: 20px;
}

.product-categories-accordion .sub-category li  {
    margin-left: 0px;
    margin-bottom: 0;
    background-color: #fff;
}
.product-categories-accordion li.category-item .sub-category a {
    background-color: #fff;
    font-size: 15px;
    padding: 0;
}
ul.sub-category{
	    margin: 1.5em 0 1.5em 2em;
}
.product-categories-accordion .category-item:hover a {
    color: red;
}
.product-categories-accordion li.category-item a::first-letter {
    text-transform: capitalize;
}
.product-categories-accordion .category-item:hover .sub-category {
    display: block;
}

.product-categories-accordion .category-item > a {
    cursor: pointer;
    display: block;
    font-weight: bold;
}
.product-categories-accordion li.category-item {
    position: relative;
}
.product-categories-accordion li.category-item a {

    background: #eee;
    padding: 10px 30px;
}
.product-categories-accordion li.category-item > span {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-top: 14px;
    color: #2f3b74;
    max-height: 40px;
}
.product-categories-accordion li.category-item a {
    color: #046AB5;
}
.product-categories-accordion li.category-item > a {
    font-size: 15px;
}

.product-categories-accordion li.category-item a::before {
    content: "»";
    position: absolute;
    left: 14px;
    line-height: 1.3;
    font-family: 'AvertaBold';
    font-size: 16px;
    color: #2f3b74;
    top: 8px;
}
.widget.block_widget .widget-title  {
    display: inline-flex;
    background: #046AB5;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.widget.block_widget .is-divider {
    display: none;
}
.archive .product .col-inner {
    border: 1px solid #ebebeb;
    padding: 10px !important;
    position: relative;
}
.product .tabbed-content {
    border: 1px solid #ebebeb;
}
.product .tabbed-content ul.nav li {
    padding: 0 15px;
}
.product .tabbed-content .nav li:first-child {
    margin-right: 0;
}

.product .tabbed-content .tab {
    font-size: 16px;
    padding: 10px 30px;
    display: block;
    text-align: center;
    color: #333;
}

.product .tabbed-content .nav>li.active>a {
    color: #fff !important;
}

.product .tabbed-content .tab.active {
    color: #fff !important;
    background-color: #046AB5;
}
.product .tabbed-content .tab-panels {
    border-top: 1px solid #ebebeb;
}
.product .tabbed-content .product-description {
    padding: 0 15px;
}
.related_product_custom_wrap .product-section-title {
    display: none;
}

.related_product_custom_wrap .product > .col-inner {
    border: 1px solid #ebebeb;
}
.related_product_custom_wrap .related-products-wrapper {
    border: none;
}
.breadcrumbs-wrap .breadcrumbs {
    padding: 12px 0px;
    border-bottom: 1px solid #ddd;
}
.breadcrumbs-wrap .breadcrumbs a  {
    text-transform: capitalize;
    font-size: 15px;
    color: #666;
}

.archive  .shop-page-title {
    display: none;
}
.banner_general_wrap {
    padding-bottom: 0px;
}
.contact_page_wrap .textwidget ul {
    list-style: none;
}
.contact_page_wrap_inner > .col-inner {
    background: #f7f7f7;
    padding: 35px 40px;
}
.custom-menu-list {
    border: 1px solid #ddd;
}

.custom-menu-list li {
    list-style-type: none;

}
.custom-menu-list li a {
    padding: 10px 30px 10px 15px;
    display: block;
    width: 100%;
}
.custom-menu-list > li {
    border-bottom: 1px solid #ddd;
}
.custom-menu-list > li > a {
    position: relative;
}
.custom-menu-list > li > a > span {
    position: absolute;
    right: 15px;
}
ul.custom-menu-list li {
    margin: 0 !important;
}
.custom-menu-list li.submenu-item {
    position: relative;
}
.custom-menu-list ul {
    margin: 0;
    display: none;
}
.custom-menu-list li a:hover {
    color: red;
}
.custom-menu-list > li:hover ul {
    display: block;
}
.sidebar_title_widget {
    background: #2f3b74;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.custom-menu-list li.submenu-item::before {
    content: "»";
    position: absolute;
    left: 0;
    top: 12px;
    line-height: 1.3;
    font-family: 'AvertaBold';
    font-size: 16px;
    color: #2f3b74;
}
.custom-menu-list li.submenu-item a {
    padding-left: 20px;
}
.custom-menu-list ul {
    padding-left: 15px;
}

.custom_category-posts.grid-layout {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.custom_category-posts .post-item {
    padding: 10px;
    transition: all 0.3s ease;
}

.custom_category-posts .post-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom_category-posts .post-thumbnail {
    margin-bottom: 13px;
}
.custom_category-posts .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.custom_category-posts .post-title{
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #2f3b74;
    min-height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
    font-size: 15px;
}
.custom_category-posts .post-title:hover {
    color: #fff;
    background-color: #2f3b74;
}
.nav.header-nav li {
    position: relative;
}
.nav.header-nav > li .sub-menu {
    min-width: 380px;
    position: absolute;
    top: calc(100% + 20px);
    visibility: hidden;
    opacity: 0;
    left: 0;
    z-index: -1;
    text-align: left;
    transition: .3s;
    pointer-events: none;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 10%);
    background: #fff;
}

.nav.header-nav > li {
    float: left;
    list-style: none;
    position: relative;
}

.nav.header-nav > li .sub-menu:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 100%;
}
.nav.header-nav > li:hover > .sub-menu {
    top: calc(100% + 1px);
    visibility: visible;
    opacity: 1;
    z-index: 99;
    overflow: visible;
    pointer-events: auto;
}

.nav.header-nav .sub-menu  li.menu-item-has-children > a::after {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
.nav.header-nav > li .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.nav.header-nav > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.nav-dropdown>li.nav-dropdown-col {
    display: inline-block;
    width: 100%;
    min-width: none;

}
.nav.header-nav li .sub-menu li a {
    padding: 8px 35px 8px 15px;
    font-size: 17px;
    text-decoration: none;
    display: block;
    text-transform: none;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    white-space: normal;
}
.nav.header-nav li .sub-menu {
    padding: 0;
}

.related-posts-section {
    position: relative;
    overflow: hidden;
}
.related-posts-section .read_more {
    position: absolute;
    top: 1px;
    right: 0px;
    background: #fff;
    padding: 0 0 0 20px;
}

span.woocommerce-Price-amount.amount bdi{
	color: red;
}

.product-small:hover .col-inner{
	border: 1px solid var(--primary-color) !important;
	cursor: pointer;
}

.shop-container ul.nav.nav-simple.nav-uppercase.nav-size-normal.nav-left li a{
	text-transform: none;	
	font-size: 16px;
}

.tabbed-content *{
	color: #333;
}

.tab.active a span{
	color: #FFF !important;
}

.widget-title.style1 {
	font-size: 20px !important; 
}

.text.price_label, .product-price-container {
    display: inline-block;
    vertical-align: middle;
}

.post-related-item img{
	width: 100%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.hotline-buttons, div#button-contact-vr{
		display: none;
	}

}