ul.sp-megamenu-parent > li > a {
    font-weight: bold;
    text-transform: uppercase;
}

p, li, a, ul {
    font-weight: 400 !important;
}



div#sp-logo > div > a > img {
    width: 70% !important;
    margin: auto;
    margin-top: 6%;
}





/*LANGUAGE SWITCHER*/

.mod-languages {
    opacity: 0;
}


.pe-7s-angle-down:before {
   /* display: none;*/
}


.sp-module-content .mod-languages .dropdown-toggle {
    padding: 16px 10px 3px 14px !important;
    font-weight: 500;
}


.sp-module-content .mod-languages ul.lang-inline {
    border-left: none !important;
    border-right: none !important;
}


p.mainTitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5%;
    color: #196c5a;
    line-height: 29px;
    font-weight: bold !important;
}


.sticky__wrapper {
    -webkit-box-shadow: 2px 11px 20px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 11px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 11px 20px -4px rgb(0 0 0 / 75%);
    margin-top: 1%;
}


#sp-header #sp-menu .sp-column .sp-megamenu-parent {
    float: none !important; 
    text-align: center;
}


#sp-header #sp-menu .sp-megamenu-parent >li > a, 
#sp-header #sp-menu .sp-megamenu-parent >li.current-item.active>a, 
#sp-header #sp-menu .sp-megamenu-parent >li.sp-has-child.active>a {
    color: #196c5a !important;
    font-size: 14px !important;
    height: 62px;
    font-weight: bold !important;
}


#sp-header #sp-menu .sp-megamenu-parent >li.current-item.active>a, 
#sp-header #sp-menu .sp-megamenu-parent >li.sp-has-child.active>a, 
#sp-header #sp-menu .sp-megamenu-parent >li >a:hover {
    /* height: 54px; */
    height: 62px;
    font-size: 14px !important;
    border-bottom: 5px solid #196c5a;
    font-weight: bold !important;
}



#sp-header #sp-menu .sp-megamenu-parent >li >a, #sp-header #sp-menu .sp-megamenu-parent li .sp-dropdown >li >a, #sp-header .top-search-wrapper .icon-top-wrapper i, #sp-header #cd-menu-trigger i, #sp-header .cd-cart i, #sp-header .top-search-wrapper {
    padding-left: 0;
    padding-right: 0;
    /* margin-left: 23px; */
    margin-left: 28px;
    font-weight: bold !important;
}



p.customTitle {
    font-weight: bold !important;
    font-size: 23px;
    margin-top: 1%;
}




.page-header > h1 {
    margin-left: 15%;
}



























/*LANGUAGE SWITCHER*/

.mod-languages > div > a {
	 color: #196c5a !important;
	 font-weight: bold !important;
}


.sp-module-content .mod-languages .dropdown-toggle >i {
    position: relative;
    margin-left: 81%;
    margin-top: -65%;
    font-weight: bold;
    color: black;
    font-size: 24px;
}


.sp-module-content .mod-languages .dropdown-toggle {
    padding: 16px 10px 3px 14px !important;
    font-weight: 500;
}


.sp-module-content .mod-languages ul.lang-inline {
    border-left: none !important;
    border-right: none !important;
}


.sp-module-content .mod-languages .dropdown-toggle {
    box-shadow: none !important;
    font-weight: bold !important;
    padding: 16px 8px 3px 14px !important;
}


.sp-module-content .mod-languages .dropdown-menu {
    min-width: 74px !important;
}

ul.lang-block.dropdown-menu > li > a {
    color: white !important;
}

.sp-module-content .mod-languages .dropdown-menu > li > a:hover {
    background: #196c5a !important;
    color: white !important;
}


#sp-header .logo {
    font-size: 28px;
}


p.chrono_credits {
    display: none !important;
}


.customBtn_Subscribe {
    background: #196c5a !important;
    color: white !important;
    text-transform: uppercase;
    border-color: none !important;
    box-shadow: none !important;
}


.sp-megamenu-parent >li >a {
      font-size: 12px !important;
}




/*MEDIA QUERY*/

@media (max-width: 768px) {
    .pe-7s-angle-down:before {
       display: none !important;
    }
  
   	.sp-module-content .mod-languages .dropdown-toggle img {
    	padding: 0 !important;
  	}
}

@media (max-width: 479px) {
    p.mainTitle {
       font-size: 14px !important;
  	}
  
    .pe-7s-angle-down:before {
       display: none !important;
    }
  
 	.sp-module-content .mod-languages .dropdown-toggle img {
    	padding: 0 !important;
  	}
}




