/* 
---------------------------------
* Custom Variables Css
--------------------------------- 
*/
:root {
    --theme-color-1: #003067;
    --theme-color-2: #DF0008;
    --sombra: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    --sombra-radius: 6px;
}
/* 
---------------------------------
* Custom Header
--------------------------------- 
*/
#menu-top {
    padding: 5px 0;
    background: var(--theme-color-2);
}
#menu-top h5 {
    margin-bottom: 3px;
    color: white;
    font-size: 1rem;
    text-align: center;
}
#masthead {
    background-color: white;
}
#masthead .main-navigation ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#masthead .main-navigation a {
    color: var(--theme-color-1);
    font-weight: 700;
    padding: 5px 0px;
}
#masthead .main-navigation a.btn-login {
    background: var(--theme-color-1);
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
}
#masthead .main-navigation a.btn-login:hover {
    color: white;
    border-radius: 10px;
}
#masthead .main-navigation a.btn-logout {
    background: var(--theme-color-2);
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
}
#masthead .main-navigation a.btn-logout:hover {
    color: white;
    border-radius: 10px;
}
#masthead .main-navigation li:last-child a {
    margin-right: 0rem;
}
#masthead .main-navigation ul.sub-menu {
    display: block;
    text-align: left;
    background: white;
    padding: 1rem;
    width: auto;
}
#masthead .main-navigation ul.sub-menu li a {
    padding: 5px 0;
}
#masthead .main-navigation a:hover {
    color: var(--theme-color-2);
}
#masthead .probox, div.asl_w .probox {
    border: 2px solid var(--theme-color-1) !important;
    box-shadow: none !important;
}
#masthead .probox .promagnifier .innericon svg {
    fill: var(--theme-color-1);
}
#masthead .probox .proinput input {
    font-size: 1rem !important;
}
/* 
---------------------------------
* Custom Header Mobile
--------------------------------- 
*/
#header-top-mobile {
    background: var(--theme-color-1);
}
#header-mobile {
    background: white;
}
#header-mobile button span {
    font-size: 12px;
    color: var(--theme-color-1);
}
#header-mobile button img {
    width: 40px;
    display: block;
}
#header-mobile {
    
}
#header-mobile.scrolled {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    transition: 0.5s;
-webkit-box-shadow: 0px 5px 14px -6px rgba(153,153,153,1);
-moz-box-shadow: 0px 5px 14px -6px rgba(153,153,153,1);
box-shadow: 0px 5px 14px -6px rgba(153,153,153,1);
}
#header-mobile.scrolled button span {
    display: none;
}
#header-mobile.scrolled button img {
    width: 40px;
    display: inline-block;
}
#header-mobile .custom-logo {
    transition: .5s ease;
}
#header-mobile.scrolled .custom-logo {
    width: 120px;
}
/* 
---------------------------------
* Custom Menu Categorias
--------------------------------- 
*/
#container-categorias {
    background: var(--theme-color-1);
}
#container-categorias ul#menu-categorias {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#container-categorias ul#menu-categorias li a {
    color: white;
    line-height: 2.5;
    padding: 10px 0;
}
#container-categorias ul#menu-categorias li a:hover {
    letter-spacing: 2px;
}
/* 
---------------------------------
* Custom Footer
--------------------------------- 
*/
#footer-widgets {
    background: var(--theme-color-1);
}
#footer-widgets .widget {
    margin: 0;
}
#footer-widgets .widget p {
    margin-bottom: 0;
    color: #e4f0ff;
}
#footer-widgets .widget-title {
    color: white;
    margin-bottom: 1.2rem;
}
#footer-widgets .widget_product_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-widgets .widget_product_categories ul li a {
    color: #e4f0ff;
}
#footer-widgets .widget_product_categories ul li a:hover {
    color: white;
}
#footer-widgets .widget_tag_cloud .tagcloud a {
    background: white;
    color: var(--theme-color-1);
    font-size: 1.15rem !important;
    margin-right: 5px;
    padding: 2px 6px;
    line-height: 2;
    border-radius: 2px;
    transition: .3s ease-in-out;
}
#footer-widgets .widget_tag_cloud .tagcloud a:hover {
    background: var(--theme-color-2);
    color: white;
}
#colophon {
    background-color: var(--theme-color-2);
}
#colophon .site-info {
    color: white;
}
#colophon .site-info a {
    color: white;
}





/**STYLE BUTTON HERE**/
.button-slide-menu-style { 
  border: 0;
  outline: 0 !important;
  background: transparent;
  padding: 0;
}
/**STYLE MENU CONTAINER HERE**/
.slide-menu-style {  
  width:230px;
  height:100%;
  background: var(--theme-color-1);
  margin:0;
  padding:0;
  position:fixed;
  top:0px;
  z-index:1000;	
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-menu-style .item-container {
    
}  
.slide-menu-style .item-container .button-slide-menu-right {
    position: absolute;
    color: white;
    background: var(--theme-color-2);
    padding: 0px 10px 6px 10px;
    font-size: 1.5rem;
    line-height: 1;
    top: 0;
}
.slide-menu-style .item-container .button-slide-menu-left {
    position: absolute;
    color: white;
    background: var(--theme-color-2);
    padding: 0px 10px 6px 10px;
    font-size: 1.5rem;
    line-height: 1;
    top: 0;
    right: 0;
    z-index: 9;
}
.slide-menu-style-left {
  left:-230px;
}  
.slide-menu-style-right {
  right:-230px;
}  

/**SLIDE MENU ON ACTION**/
.slide-menu-show-left {
  left:0px;
}
.slide-menu-show-right {
  right:0px;
}

.fog { /**CREAT A FOG WHEN MENU ACTIVED **/
	position:fixed;
	display:block;
	background:rgba(0,0,0,0.3); /**YOU CAN CHANGE COLOR AND OPACITY OF THE FOG HERE**/ 
	z-index:500;
	top:0;
	right:0;
	width:100%;
    height:100%;
}

/* Icon 1 */

#icon-sidemenu {
  width: 25px;
  height: 38px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#icon-sidemenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Style Laterals */
.slide-menu-style ul {
    padding: 0;
    list-style: none;
    margin-left: 1.5rem;
}
.slide-menu-style ul li {
    line-height: 2;
}
.slide-menu-style ul li a {
    color: white;
    font-size: 1.2rem;
}
.slide-menu-style .widget-area section:nth-child(n+2) {
    display: none;
}