/* -----------------------------------------------------------------------------------

[TABLE OF CONTENTS]

 01. Hover Heighlight
 02. Search Box
 03. Sub Menu
 
----------------------------------------------------------------------------------- */

/* Hover Heighlight */

[data-menu]>ul>li>a:after {
    bottom: var(--menu-indicator-y-position, 0);
    top: 0;
    height: 10px;
}
/*Language*/
.ct-header code {
    background: transparent;
}

select#gtranslate_selector option {
    color: #000 !important;
}

select#gtranslate_selector {
    color: white;
    background-image: url(https://jcfoundationdv.wpengine.com/wp-content/uploads/2021/08/arrow_down.png) !important;
}


select#gtranslate_selector:hover {
    cursor: pointer;
}
.ct-header .ct-header-text .entry-content {
    line-height: 0px;
    margin: 0px;
    height: 40px;
}

.woocommerce-page .entry-content {
    padding: 0px 0px !important;
}

/* Search Box */
.ct-search-box input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0px;
}

.ct-search-box svg.ct-icon {
    color: #f9f9f9;
    fill: currentColor;
}

.ct-search-box input[type="search"] {
    color: #fff;
}

.ct-search-box input[type="search"]:focus {
    color: #fff;
    border-color: #fff;
}


.ct-header-cart span.ct-label {
    display: none;
}

.ct-header-cart {
    margin: 0px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget .product-data a.product-title:hover{
    color: #fff;
}

/* NEW SEARCH */

.ct-container-fluid .ct-header-text {
    margin: 0;
}

/*.ct-container-fluid {
    grid-template-columns: 78% 22% !important;
}
.ct-header .ct-header-text {
    min-width: 70px;
}
*/


/* Sub Menu */
/*.animated-submenu [data-submenu='right']>ul {*/
/*    right: -18px;*/
/*}*/

.animated-submenu [data-submenu='left']>ul {
    left: -12px;
}

.animated-submenu [data-submenu='left']>ul:before {
    left: initial;
    right: 2px;
}
.animated-submenu [data-submenu='right']>ul:before {
    left: 2px;
    right: initial;
}

 .animated-submenu [data-submenu='right']>ul::after {
    position: absolute;
    content: "";
    height: 40px;
    border-right: 16px solid #2d2d2d;
    border-top: 18px solid transparent;
    border-bottom: 19px solid transparent;
    left: -10px;
    top: 2px;
} 

 .animated-submenu [data-submenu='left']>ul::after {
    position: absolute;
    content: "";
    height: 40px;
    border-left: 16px solid #2d2d2d;
    border-top: 18px solid transparent;
    border-bottom: 19px solid transparent;
    right: -10px;
    top: 2px;
} 

.animated-submenu>.sub-menu:before {
    position: absolute;
    content: "";
    height: 0px;
    border-bottom: 12px solid #2d2d2d;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    width: 35px;
    left: 40px;
}


/* Gray Header */
.gray_header [data-device='desktop'][data-transparent] {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    background: #3E3E3E;
}

.category .ct-header [data-row="middle"] {
    background-color: #3e3e3e;
}











