/*
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.   ***************/


@media(min-width: 1023px){
	
}
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* ===========================
   NET5S SEARCH
=========================== */

.net5s-search-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 40px;
    background: #fff;
    margin: 0;
}

/* Select */
.net5s-search-type {
    width: 175px;
    flex: 0 0 175px;
}

.net5s-search-select {
    width: 100%;
    height: 40px;
    margin: 0 !important;
    border: 1px solid #1756b5 !important;
    border-radius: 0 !important;
    background-color: #fff;
    box-shadow: none !important;
    padding: 0 35px 0 14px;
    font-size: 14px;
    color: #555;
    outline: none;
}

/* Input */
.net5s-search-input-wrap {
    flex: 1;
    min-width: 0;
}

.net5s-search-input {
    width: 100%;
    height: 40px !important;
    margin: 0 !important;
    border-top: 1px solid #1756b5 !important;
    border-bottom: 1px solid #1756b5 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 12px !important;
    font-size: 14px;
    background: #fff !important;
}

.net5s-search-input:focus,
.net5s-search-select:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Placeholder */
.net5s-search-input::placeholder {
    color: #999;
    opacity: 1;
}

/* Button search */
.net5s-search-button {
    width: 46px;
    min-width: 46px;
    height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #1756b5 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.net5s-search-button:hover {
    background: #0e438f !important;
}

.net5s-search-button svg {
    width: 18px;
    height: 18px;
}

/* Tablet + Mobile */
@media (max-width: 767px) {

    .net5s-search-type {
        width: 120px;
        flex: 0 0 120px;
    }

    .net5s-search-select {
        font-size: 13px;
        padding-left: 10px;
    }

    .net5s-search-input {
        font-size: 13px;
        padding: 0 8px !important;
    }

    .net5s-search-button {
        width: 42px;
        min-width: 42px;
    }
}
.flex-col.hide-for-medium.flex-right {
	min-width: 200px;
}
.net5s-wlc-mini-link .net5s-wlc-icon {
	color: #164fac;
}
.net5s-wlc-mini-link:hover .net5s-wlc-icon {
	color: #fff !important;
}
.header-bottom .flex-row.container {
	background: #164fac;
	padding-left: 0;
}
.header-bottom .flex-col.flex-left {
	flex: 0 0 320px !important;
}
.wc-block-product-categories-list-item>a {
	border-bottom: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    color: #333333;
    font-size: 18px;
}
.wc-block-product-categories-list-item>a span {
	border-bottom: 2px solid #164fac;
    padding-bottom: 1px;
}
.wc-block-product-categories-list-item>.wc-block-product-categories-list-item-count {
	display: none;
}
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item>a {
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 16px;
}
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item>a span {
	border: none;
}
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item-count {
	display: block;
}
.wc-block-product-categories-list-item-count {
	background-color: #333333;
    height: max-content;
    padding: 3px 7px;
    border-radius: 999px;
    color: white;
	font-size: 12px;
	font-weight: bold;
}
.wc-block-product-categories-list-item-count:before, .wc-block-product-categories-list-item-count:after {
	display: none;
}
.wc-block-product-categories-list--depth-1 li {
	position: relative;
	padding-left: 16px;
	margin-left: 14px;
}
.wc-block-product-categories-list--depth-1 li:before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item {
	display: flex;
}
.title-home .section-title {
	font-weight: 500;
}
.box-image.net5s-wlc-overlay-host {
	border: 1px solid #ccc;
}
.product-title a {
	color: #333333;
}
.section-title-normal span {
	border-bottom: 2px solid #164fac;
}