/*
    Template:       pisces
    Theme Name:     Pisces Child - for BuyEasy.Com
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Pisces - Multi Concept Creative Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    pisces-child
    Domain Path:    /languages/
*/



.sf-fields {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    -webkit-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}

.sf-fields select {
    border: none;
    padding: 0 20px;
    height: 36px;
    background-position: right -15px center;
    background-color: #f4f4f4;
}

.sf-fields .sf-field-select {
    padding-left: 0;
}

.sf-fields .sf-field-select select{
    margin-bottom: 0 !important;
}

.sf-fields .sf-field-input {
    padding: 0;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
}

.sf-fields .search-button {
    position: absolute;
    width: 40px;
    margin-right: 0;
    padding-top: 0;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    font-size: 12px;
    color: #fff;
    background-color: #16378f;
    height: 38px;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
}

.sf-fields .search-field {
    border: none;
    padding: 0 45px 0 10px;
	background-color: #fff;
    height: 36px;
    background-position: 200px center !important;
    background-size: auto 70%;
}

.sf-fields #width_tmp_select {
    display: none;
}

.header-v1 .site-header .header-main .header-left{
    width: 120px;
}

.header-component-inner.essees-custom-menu{
    position: relative;
}

.essees-custom-menu .custom-header-menu{
    float: left;
    cursor: pointer;
}
.essees-custom-menu .custom-header-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
}
.custom-header-menu .custom-toggle-primary-menu {
    line-height: 20px;
    vertical-align: middle;
    padding: 10px;
    cursor: pointer;
}

.custom-header-menu .custom-toggle-primary-menu svg{
    height: 20px;
    display: none;
    vertical-align: middle;
}

.essees-custom-menu .custom-toggle-primary-menu span {
    display: inline-block;
    text-transform: uppercase;
    padding-left: 10px;
	padding-right: 10px;
    vertical-align: middle;
	color: white;
}
.essees-custom-menu .custom-header-menu .header-aside-nav{
    left: 0;
    top: 100%;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    text-transform: none;
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    min-height: 70vh;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.15);
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
    visibility: hidden;
}

.essees-custom-menu .custom-header-menu:hover .header-aside-nav{
    opacity: 1;
    visibility: visible;
}
.essees-custom-menu .searchform-wrapper{
    float: left;
    margin-top: 1px;
    margin-left: 20px;
	width: calc(100vw - 120px - 500px);
    width: -webkit-calc(100vw - 120px - 500px);
}
.essees-custom-menu .mega-menu > li > a{
    padding: 5px 25px;
    font-size: 14px;
}
.essees-custom-menu .mega-menu > li{
    position: static;
}
.essees-custom-menu .mega-menu{
    position: relative;
}
.site-header .essees-custom-menu .mega-menu > li:hover > .popup{
    margin-top: 0;
    top: -20px;
}

#masthead .essees-custom-menu .nav-inner{
    width: 280px;
}
.site-header .essees-custom-menu .mega-menu > li > .popup {
    max-width: 800px;
    margin-top: 0;
    width: 200%;
    transition: none;
}
.essees-custom-menu  .mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu {
    max-width: 800px;
}
.essees-custom-menu .mega-menu .popup > .inner {
    min-height: 70vh;
}

.essees-custom-menu .mega-menu > li > a:before{
    height: 0;
}
.essees-custom-menu .mega-menu li > a{
    transition: all .2s;
    font-weight: bold;
    color: #9b9b9b;
}

.essees-custom-menu .mega-menu li > a:before {
    content: "";
    width: 0;
    height: 60%;
    position: absolute;
    left: 25px;
    top: 20%;
    border-left: 0 solid;
    transition: border-width .2s;
}
.essees-custom-menu .mega-menu li.menu-item-has-children > a:after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    font-size: .85em;
}
.essees-custom-menu .mega-menu li:hover > a{
    padding-left: 35px;
    color: #2253d9;
}
.essees-custom-menu .mega-menu li.active > a{
    color: #6d6d6d;
}
.essees-custom-menu .mega-menu li:hover > a:before{
    border-left-width: 3px;
}

.essees-custom-menu .mega-menu .mm-popup-narrow li.menu-item > a {
    padding: 8px 25px;
}
.essees-custom-menu .mega-menu .mm-popup-narrow li.menu-item:hover > a{
    padding-left: 35px;
}
.essees-custom-menu ul.mega-menu .popup li > a{
    color: #9b9b9b;
}
.essees-custom-menu ul.mega-menu .popup li:hover > a{
    color: #2253d9;
}
.essees-custom-menu .mega-menu li ul.sub-menu {
    width: 40%;
}
.essees-custom-menu .mega-menu .popup > .inner,
.essees-custom-menu .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu,
.essees-custom-menu .mega-menu .mm-popup-narrow ul ul{
    background-color: #f9f9f9;
}

.essees-custom-menu .mega-menu .mm-popup-narrow ul.sub-menu li ul.sub-menu,
.essees-custom-menu .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu {
    left: 100%;
    box-shadow: none;
}

.mega-menu .mm-popup-narrow ul.sub-menu li,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li {
    position: static;
}


.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > ul.sub-menu, .mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > ul.sub-menu {
    min-height: 70vh;
	background-color: #101010;
}


.shop-cust-qty+.add_to_cart_button{
    display:none;
}
.wrap-addto .shop-cust-qty .quantity,.wrap-addto .shop-cust-qty .input-text.qty.text{
    width:100%;
    border-radius: 0;
    border: none;
}

.wrap-addto .shop-cust-qty .quantity span {
    text-align: center;
    padding: 0 !important;
    width: 50px;
    border-radius: 0 !important;
}
.wrap-addto .shop-cust-qty .quantity span:hover{
    background: #6262fb;
    color:#fff;
}


#ywdpd-table-discounts td{
    cursor: pointer;
}
#ywdpd-table-discounts td.active{
    background: #6262fb;
    color:#fff!important;
}


.site-header .header_component.header-custom-btn > .component-target {
    background-color: #2253D9;
    color: #fff;
    padding: 10px 40px;
    border-radius: 3em;
    height: 54px;
    line-height: 34px;
    margin-top: -7px;
    margin-bottom: -7px;
}
.site-header .header_component.header-custom-btn > .component-target .component-target-text{
    color: inherit;
}

.site-header .header_component.header-custom-btn:hover > .component-target{
    background-color: #16378f;
    color: #fff;
}
@media (min-width: 1024px) {
    .footer-column.footer-column-2 {
        width: 16.66667%;
    }
    .footer-column.footer-column-4 {
        width: 33.33333%;
    }
}
.archive.woocommerce .site-main .container {
    width: 100%;
}

.products-grid.products-grid-1 .product_item .product_item--info .product_item--action {
    display: block;
    border-top: 1px solid #f2f2f2;
}
.products-grid.products-grid-1 .product_item .product_item--info .product_item--action .button {
    display: none;
}
.products-grid.products-grid-1 .product_item .product_item--info .product_item--action a:first-child {
    display: block;
    text-transform: uppercase;
    padding: 15px 20px;
    transition: all .3s ease;
}
.products-grid.products-grid-1 .product_item:hover .product_item--info .product_item--action .button {
    background-color: #2253d9;
    color: #fff;
}
.products-grid.products-grid-1 .product_item .product_item--inner {
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
}
.products-grid.products-grid-1 .product_item:hover .product_item--inner {
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
}
.products-grid.products-grid-1 .product_item .product_item--thumbnail:hover .add_to_cart_button {
    display: none;
}
.product_item--thumbnail .badge-out-of-stock {
    background-color: #F2574F;
}

table#ywdpd-table-discounts,
#ywdpd-table-discounts tr {
    border: none;
}

#ywdpd-table-discounts td span {
    font-size: 13px;
}

#ywdpd-table-discounts th {
    display: none;
}

#ywdpd-table-discounts td {
    font-size: 11px;
    display: table-cell;
    width: 70px;
    padding: 2px 2px;
}

#ywdpd-table-discounts tr:first-child td {
    color: #000000;
    border-bottom: 0 none;
    padding-bottom: 0;
    font-weight: bold;
}

#ywdpd-table-discounts tr:last-child td {
    color: #2253d9;
    font-weight: 900;
    font-size: 14px;
    border-top: 0 none;
    padding-top: 0;
}

#ywdpd-table-discounts tr:first-child td:before {
    content: "Buy ";
}

@media(max-width: 1300px) and (min-width: 992px){
    .essees-custom-menu .searchform-wrapper{
        width: calc(100vw - 120px - 400px);
        width: -webkit-calc(100vw - 120px - 400px);
    }
}

@media(max-width: 1500px) and (min-width: 1400px){
    .essees-custom-menu .searchform-wrapper{
        width: calc(100vw - 120px - 500px);
        width: -webkit-calc(100vw - 120px - 500px);
    }
}
@media(max-width: 1400px) and (min-width: 1300px){
    .essees-custom-menu .searchform-wrapper{
        width: calc(100vw - 120px - 500px);
        width: -webkit-calc(100vw - 120px - 500px);
    }
}
/*
CSS rules for left sidebar
*/
#yith_wcfm-main-content .yith-wcfm-navigation{
    background-color: #2253d9;
}

#yith_wcfm-main-content h1 {
    color: #f63440;
    font-size: 22px;
    font-weight: 900;
}

body.yith-frontend-manager-for-woocommerce h1,
body.yith-frontend-manager-for-woocommerce h2,
body.yith-frontend-manager-for-woocommerce h3,
#yith_wcfm-header, #yith_wcfm-footer, #yith_wcfm-main-content{
    font-family: 'Poppins', sans-serif !important;
}

/*
CSS rule to set font size in left sidebar
*/
#yith-wcfm-navigation-menu li a{
    font-size: 19px;
    font-weight: 900;
    color: #FDFBEF;
}

#yith-wcfm-navigation-menu li.is-active > a{
    background-color: #2253d9;
}

#yith-wcfm-navigation-menu li:hover > a{
    background-color: #2253d9;
}

/*
CSS rule to set divider line color
*/
#yith-wcfm-navigation-menu > li{
    border-bottom: 1px solid #FDFBEF;
}

body.yith-frontend-manager-for-woocommerce {
    font-weight: 900;
}

/*
CSS rule for topbar
*/
#yith_wcfm-header .yith_wcfm-header-content .yith_wcfm-site-name{
    width: 100%;
}

#yith_wcfm-header {
    background-color: #2253d9;
}

#yith_wcfm-header .yith_wcfm-header-content .yith_wcfm-site-name a {
    color: #FDFBEF;
    font-size: 14px;
    font-weight: 900;
}

/*
CSS rule to set different colours for numbers
*/
#yith-wcfm-dashboard > ul li strong{
    color: #2253d9;
}

.archive.woocommerce-page .site-main{
    background-color: #f7f7f7;
    padding-top: 30px;
}
.archive.woocommerce-page .site-main .container{
    width: 100%;
}
@media(min-width: 1025px){
.archive.woocommerce-page #sidebar_primary{
    max-width: 330px;
    padding-left: 25px;
}
.archive.woocommerce-page #site-content{
    width: 100%;
    max-width: calc( 100% - 330px);
    max-width: -moz-calc( 100% - 330px);
    max-width: -webkit-calc( 100% - 330px);
}
}

@media(min-width: 768px) and (max-width: 1024px){
    .wc-toolbar .wc-view-count{
        display: none;
    }
    .archive.woocommerce-page #sidebar_primary{
        width: 280px;
    }
    .archive.woocommerce-page #site-content{
        max-width: calc( 100% - 280px);
        max-width: -moz-calc( 100% - 280px);
        max-width: -webkit-calc( 100% - 280px);
    }
}

.sidebar-inner .widget{
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.sidebar-inner .widget:not(.close) {
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.sidebar-inner .widget .widget-title{
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
}

.sidebar-inner .widget .widget-title .toggle-wt{
    float: right;
    padding-right: 10px;
}
.sidebar-inner .widget .widget-title .toggle-wt:before {
    content: '\2212';
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.sidebar-inner .widget.close .widget-title .toggle-wt:before {
    content: '\002B';
}
.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list,
.widget_product_categories .product-categories{
    max-height: 300px;
    overflow: auto;
}
.widget_product_categories .product-categories li{
    font-size: 14px;
    padding: 5px 0;
    display: block;
}
.widget_product_categories .product-categories li ul{
    padding-left: 20px;
    padding-top: 5px;
}
.widget_product_categories .product-categories li.current-cat > a{
    font-weight: bold;
    color: #2253d9
}
.widget_product_categories .product-categories li.current-cat-parent > a{
    color: #2253d9
}

.ywcca_widget_container_style_1{
    border: none;
    margin: 0;
}
.ywcca_widget_container_style_1 .ywcca_widget_title{
    text-align: left;
    background: none;
    border: none;
    margin-bottom: 10px;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item,
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.menu li.menu-item{
    padding-left: 20px;
    background: none;
    border: none;
    line-height: 30px;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.children li,
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.sub-menu li.menu-item{
    padding-left: 30px;
    border: none;
    background: none;
}
.ywcca_widget_container_style_1 ul.ywcca_category_accordion_widget li .icon-plus_style_1,
.ywcca_widget_container_style_1 ul.ywcca_category_accordion_widget li .icon-minus_style_1{
    margin-top: 2px;
    margin-right: 0;
}

.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list ul li{
    border: none;
    padding-left: 25px;
    position: relative;
}

.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list ul li a{
    padding: 5px 0;
}
.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list ul li a span.brand-count{
    border: none;
    float: none;
    display: inline-block;
    padding: 0;
}
.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list ul li a span.brand-count:before{
    content: '(';
}
.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list ul li a span.brand-count:after{
    content: ')';
}

.la-ajax-shop-loading.loading ~ div {
    opacity: 0;
}
.la-ajax-shop-loading.loading {
    background: none;
}

.package__price{
    padding: 0;
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: -5px;
}
.package__price .price__item {
    padding: 0 5px;
}
.package__price > .price__item {
    display: inline-block;
    width: 0;
    visibility: hidden;
}
.package__price .price__item .price__item-detail {
    color: #2253d9;
}
.package__price .price__item a {
    display: block;
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}
.package__price .price__item a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0 solid #2253d9;
}
.package__price .price__item a:hover{
    border-color: #2253d9;
}
.package__price .price__item.active a{
    border-color: #2253d9;
    background: #2253d9;
    color: #fff;
}
.package__price .price__item.active .price__item-detail{
    color: #fff;
}
.package__price .price__item.active a:after{
    border-width: 1px;
}
.package__price.slick-slider .slick-arrow {
    height: 100%;
    width: 34px;
    background: #e7e7e7;
    border-radius: 0;
    color: #2253d9;
    transition: all .3s;
}
.package__price.slick-slider .slick-arrow svg {
    padding: 5px;
}
.package__price.slick-slider .slick-arrow:hover {
    background: #2253d9;
    color: #fff;
}
.package__price.slick-slider .slick-arrow.slick-disabled{
    display: none !important;
}
.product--summary .single-price-wrapper .price .amount{
    font-weight: normal;
}

@media(min-width: 768px){
    .la-single-product-page .product-main-image{
        width: 58%;
        padding: 0 15px;
    }
    .la-single-product-page .product--summary{
        width: 40%;
        float: right;
        padding: 0 15px;
    }
}
@media(min-width: 1025px){
    .la-single-product-page .product-main-image{
        width: 60%;
    }
    .la-single-product-page .product--summary{
        width: 38%;
        float: right;
    }
}

.la-p-single-2 .product-main-image .la-woo-product-gallery {
    width: 380px;
    max-width: 100%;
    min-width: 0 !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 992px){
    .la-single-product-page .product-main-image .product--large-image:not(no-gallery) {
        padding-left: 120px;
    }
    .la-p-single-2 .product-main-image .la-woo-thumbs {
        position: absolute;
        left: 0;
        top: 0 !important;
        margin: 0 !important;
    }
}

.yith-wcbr-brands-logo{
    margin-top: 0;
}
.product--summary .product_meta-top {
    margin-bottom: 15px;
}
.product--summary .product_meta {
    margin-top: 10px;
}
.product--summary .social--sharing {
    margin-top: 15px;
}
.wc-tabs {
    margin: 0 0 30px;
}
.pisces-body.single-product.body-col-1c:not(.enable-main-fullwidth) #tab-description .tab-content {
    width: 100%;
}
.product_item.outofstock .product_item--thumbnail .product_item--action > a{
    display: none
}
.products-grid .product_item .product_item--info .product_item--action {
    margin-top: 15px;
}

/** My Account **/
.woocommerce-account #section_page_header{
    display: none;
}
.la-myaccount-page{
    max-width: 100%;
}
.la-myaccount-page .la-tab-panel{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 20px;
}
.la-myaccount-page .la-tab-panel:not(.active) .la_tab--form,
.la-myaccount-page .la-tab-panel.active .la_tab--actions{
    display: none;
}
#la_tab--login.active{
    border-right: 1px solid #ccc;
}
#la_tab--register.active{
    border-left: 1px solid #ccc;
}
.la-myaccount-page .la-tab-panel h3{
    margin-top: 0;
    margin-bottom: 20px;
}
.la-myaccount-page .form-row .la-checkbox {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
}
.la-myaccount-page .form-row {
    position: relative;
}
.la-myaccount-page .form-row .la-checkbox label {
    margin: 0;
    padding-left: 23px;
    font-weight: normal;
}
.la-myaccount-page .la-tab-panel .button{
    border-radius: 0;
    font-size: 16px;
    text-transform: none;
    transition: all .3s;
}
.la-myaccount-page .la-tab-panel .button:hover{
    background-color: #1422D9;
}
.la-myaccount-page .la-tab-panel .la_tab--actions a{
    width: 100%;
    margin: 0 !important;
    display: block;
    line-height: 30px;
    padding: 11px 20px !important;
    border: 4px solid #2253d9;
    text-align: center;
    font-size: 16px;
    color: #2253d9;
    font-weight: bold;
    transition: all .3s;
}
.la-myaccount-page .la-tab-panel .la_tab--actions a:hover{
    background-color: #1422D9;
    border-color: #1422D9;
    color: #fff;
}
.la-myaccount-page .form-row .input-text{
    color: #333;
}
.la-myaccount-page .la-checkbox input:checked + label:after{
    color: #1422D9;
    font-size: 10px;
}

.lost_reset_password{
    max-width: 100%;
}
.lost_reset_password .button{
    width: 100%;
    margin: 0 !important;
    display: block;
    line-height: 30px;
    padding: 15px 20px !important;
    border: 0 solid #2253d9;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    color: #fff;
    transition: all .3s;
}
.lost_reset_password .button:hover{
    background-color: #1422D9;
}
.lost_reset_password label{
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}
.lost_reset_password .input-text{
    height: 60px;
    line-height: 58px;
}
.form-row .input-text{
    border-radius: 2px;
}
.product_item .product_item--title {
    color: #2253d9;
}

.active-menu-overlay #page:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
    opacity: 0.8;
}
.autocomplete-suggestion .yith_wcas_result_content {
    line-height: normal;
}
.woocommerce .autocomplete-suggestion .title {
    margin-top: 5px;
}

.sidebar-inner .la-price-filter-list li{
    position: relative;
    padding-left: 25px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar-inner .la-price-filter-list li a:before,
.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list ul li a:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #b9b9b9;
    position: absolute;
    left: 0;
    top: 10px;
}
.sidebar-inner .la-price-filter-list li.active a,
.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list ul li.active a{
    color: #1422D9;
}
.sidebar-inner .la-price-filter-list li.active a:after,
.sidebar-inner .yith-wcbr-brand-filter .yith-wcbr-brands-list ul li.active a:after{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    font-size: 10px;
    left: 2px;
    color: #1422D9;
}
.search-brands{
    position: relative;
    margin-bottom: 10px;
}

.search-brands input {
    width: 100%;
    padding-left: 40px;
}
.search-brands i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    font-size: 20px;
}
.search-brands i:last-child {
    display: none;
}
.search-brands.active i:not(:last-child){
    display: none;
}
.search-brands.active i:last-child{
    display: block;
}
@media(max-width: 1500px){
    .essees-custom-menu .searchform-wrapper {
        width: calc(100vw - 600px);
    }    
}
@media(max-width: 1300px){
    .essees-custom-menu .searchform-wrapper {
        width: calc(100vw - 470px);
    }    
}