@media (min-width: 768px) {
    .layout_layout1 .ets_mm_megamenu_content {
        background: linear-gradient(#00376f, #00376f) repeat scroll 0 0
            rgba(0, 0, 0, 0) !important;
        background: -webkit-linear-gradient(#00376f, #00376f) repeat scroll 0 0
            rgba(0, 0, 0, 0) !important;
        background: -o-linear-gradient(#00376f, #00376f) repeat scroll 0 0
            rgba(0, 0, 0, 0) !important;
    }
}

.layout_layout1 .ets_mm_megamenu_content {
    border: 0px !important;
    background-color: #00376f;
}

.mm_menus_li .mm_sub_align_full {
    border: 0px;
}

.mm_menus_li .mm_sub_align_full:hover {
    border: 0px;
}

.layout_layout1 .mm_menus_li {
    border: 0px !important;
}

.layout_layout1 .mm_menus_li:hover{
    border: 0px !important;
}

.mm_menu_content_title {
    text-transform: capitalize;
    font-weight: 400;
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0px;
}


/*
Tabs
*/

.accordionjs {
    border:0px !important;
}

.accordionjs .acc_section {
    border-top:0px !important;
    border-left:0px !important;
    border-right:0px !important;
    border-bottom: 0px !important;
}

.accordionjs .acc_section .acc_head {
/*.accordionjs .acc_section > .acc_head {*/
    border-bottom: 1px solid #ccc !important;
    background: none !important;
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: #F9F9F9 !important;
    border-bottom: 1px solid #ccc !important;
}

.acc_section a{
    color:#081D55 !important;
    font: normal normal bold 22px/22px Montserrat !important;
}


/*
Product list
*/

/*
#js-product-list .products.row {
   display: flex;
  flex-wrap: wrap;
  align-items: stretch
}

#js-product-list .products.row > .thumbnail-container {
 flex: 1; 
  display: flex;
  flex-direction: column !important; 
}

*/

/*
.thumbnail-container {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #00000014;
	border-radius: 6px;
	opacity: 1;
	padding: 6px;
}
*/

.js-product {
    margin-bottom: 25px;
}

.js-product-content {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
	box-shadow: 0px 0px 10px #00000014 !important;
	border-radius: 6px !important;
	opacity: 1 !important;
	padding: 6px !important;
    height: 100% !important;
    padding: 10px !important;
}

/*
.list-product-title {
    margin-bottom: 15px;
}
*/

.list-product-name {
    text-align: left !important;
    font: normal normal bold 16px/22px Montserrat !important;
    letter-spacing: 0px !important;
    color: #000000 !important;
    opacity: 1 !important;
    margin: 0px;
    padding: 0px;
}

.list-product-name a{
    text-decoration: none;
    color: #000000;
}

.list-product-name a:hover{
    text-decoration: none;
    color: #000000;
}

.list-product-manufacturer-name {
    text-align: left;
    font: normal normal 300 12px/22px Montserrat;
    letter-spacing: 0px;
    color: #777777 !important;
    opacity: 1;
}

.list-product-manufacturer-name a{
    text-align: left;
    font: normal normal 300 12px/22px Montserrat;
    letter-spacing: 0px;
    color: #777777;
    opacity: 1;
}

.list-product-description-short, .list-product-description-short p{
    text-align: left;
    font: normal normal normal 14px / 20px Montserrat;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}

.list-product-category {
    text-align: left;
    font: normal normal bold 12px / 22px Montserrat;
    letter-spacing: 0;
    color: #2A62A6;
    opacity: 1;
    background: #2A62A64D 0% 0% no-repeat padding-box;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    display: inline-flex;
}

.list-product-category a, .list-product-category a:hover{
    color: #2A62A6;
}


/* creative search defaul component*/
.elementor-search__products {
    position: fixed !important;
}

/* search pro module*/
 .ets_search_block_top .btn.button-search{
      background-color: #fff !important;
  }
  .ets_search_block_top .btn.button-search:hover{
      background-color:#fff !important;
  }
  body .ets_search_block_top .btn.button-search svg {
    fill: #000 !important;
  }
  

.search_block_results .autocomplete-suggestion {
    width: 100% !important;
    position: relative !important;
    /* background: #009; */
}

.search_block_results .autocomplete-suggestion ul {
    background-color: #fff !important;
}

.search_block_results .content_nodata {
    background-color: #fff !important;
    width: 100% !important;
}

div.search_block_results, div#search_block_keyword {
    position: absolute !important;
    z-index: 1000;
    background: #fff0;
    top: 100%;
    padding: 0;
    border: none;
    margin-top: 20px;
    left: 0;
    width: 100%;
}

body div.search_block_results .autocomplete-suggestions, div#search_block_keyword .autocompletenew-suggestions {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
    display: block;
    top: auto !important;
    left: auto !important;
    /*width: 40% !important;*/
    position: fixed !important;
}


/* mobile */
@media (max-width: 767px) {
    body div.search_block_results .autocomplete-suggestions, div#search_block_keyword .autocompletenew-suggestions {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body div.search_block_results .autocomplete-suggestions, div#search_block_keyword .autocompletenew-suggestions {
        width: 40% !important;
    }
}

@media (min-width: 1025px) {
    body div.search_block_results .autocomplete-suggestions, div#search_block_keyword .autocompletenew-suggestions {
        width: 40% !important;
    }
}



/* barra de busqueda */
.search_query_top {    
    background-color: #fff !important;
    float: left !important;
    font-size: 13px !important;
    height: 40px !important;
    padding: 5px 10px 5px 50px !important;
    width: 100% !important;
    border-radius: 55px !important;
    border: 1px solid rgb(0 0 0 / .25) !important;
}
.ets_search_block_top .btn.button-search {
    background: #000 none repeat scroll 0 0;
    /*border: medium none;*/
    color: #c6c6c6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 40px;
    min-width: 40px;
    padding: 10px 0;
    outline: none;
    position: absolute;
    right: auto !important;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 40px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    top: 0;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
    overflow: hidden;
    border-width: 1px 0px 1px 1px !important;
    border-style: solid !important;
    border-color: rgb(0 0 0 / .25) !important;
}