/********************************************************************************************************************************************************************************************************************************/
/*************************************************************************************************   Additional - Stuff  *******************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
.wshopofferlist #searchField{ 
	padding-bottom: 10px;
    padding-right: 5%;
    padding-left: 15px;
}

#searchField{ 
	padding-bottom: 10px;
    padding-right: 5%;
    padding-left: 25px;
}

.icon-facebook{
    background-image: url('https://new.kuma.omy.ch/resources/public/dtc/img/facebook.svg');
}

.icon-youtube{
    background-image: url('https://new.kuma.omy.ch/resources/public/dtc/img/youtube.svg');
}

.icon-linkedin{
    background-image: url('https://new.kuma.omy.ch/resources/public/dtc/img/linkedin.svg');
}

.mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.p-0{
    padding: 0px !important;
}

.col-12{
    width: 100% !important;
}

.content{
    margin: auto;
    width: 100%;
}

input{
    color: black;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 60px white inset !important;
}

.content::before{
    content: none;
}

.content::after{
    content: none;
}

.container::before{
    content: none;
}

.container::after{
    content: none;
}

span.mobileArrow i{
    background-image: url('../../../../../resources/public/dtc/img/ui-right-dark.svg');
}

.searchglass{
    background-image: url('/resources/public/dtc/img/search.svg') !important;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

p{
    margin: 0px;
}

/*a{
    color: white;
}

a:hover{
    color: rgba(255, 255, 255, 0.788);
}*/

.row::before{
    content: none;
}

.row::after{
    content: none;
}

.w-100{
    width: 100% !important;
}

body {
    font-family: 'roboto', Helvetica;
    color: #0c1620;
    font-size: 1em;
	margin: 0px;
}

.fullBgImage {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

#l-header {
    color: black;
    padding-top: 20px;
    padding-bottom: 185px;
}


#l-header .container .header{
    width: 100%;
}

#l-header .container .header .header__nav{
    
}

#l-header .container .header .header__nav .header__nav__main{
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 0px;
}

#l-header .container .header .header__nav .header__nav__main .logo{
    padding-bottom: 9px;
    padding-top: 22px;
    padding-left: 17px;
    height: auto;
    width: 200px;
    min-width: 200px;
}

@media (min-width: 576px){
    #l-header .container .header .header__nav .header__nav__main .logo{
        padding-bottom: 9px;
        padding-top: 22px;
        padding-left: 17px;
        height: auto;
        width: 260px;
        min-width: 260px;
    }
}

#l-header .container .header .header__nav .header__nav__main .logo img{
    width: 100%;
    height: auto;
}


#l-header .container .header .header__nav .header__nav__main #header-menu-main{
    width: 80%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

#l-header .container .header .header__nav .header__nav__main #header-menu-main li{
    transition: all 0.3s;
}

#l-header .container .header .header__nav .header__nav__main #header-menu-main a{
    display: inline-block;
    transition: all 0.3s;
    margin-right: 53px;
    font-size: 1em;
    color: black;
    font-weight: 800;
    padding-left: 50px
}

#l-header .container .header .header__nav .header__nav__main #header-menu-main a:before{
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 10px;
    top: 4px;
    content: " ";
    display: inline-block;
    width: 19px;
    height: 12px;
    background-image: url('../../../../../resources/public/arrow-right-dark.svg');
    background-position: center;
    background-size: cover;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


#l-header .container .header .header__nav .header__nav__main #header-menu-main a:hover{
    color: #f26422;
    text-decoration: none;
}

#l-header .container .header .header__nav .header__nav__main #header-menu-main a:hover::before{
    background-image: url('../../../../../resources/public/arrow-right-orange.svg');
    left: -5px;
}


#l-header .container .header .header__nav .header__nav__main #header-menu-main a:hover span:after{
    content: " ";
     width: 100%;
}

#l-header .container .header .header__nav .header__nav__main #header-menu-main a span{
    position: relative;
}

#l-header .container .header .header__nav .header__nav__main #header-menu-main a span:after{
    transition: all 0.5s;
    content: " ";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 0px;
    height: 5px;
    background-color: #f26422;
    transform: skew(-57deg);
}

#l-header .container .header .header__emotion{
    
}

.breadcrumbs a.homepage{
    color: #f26622 !important;
}

/******************************************************************************************************************************************************************************************************************************/



.autocomplete-item .title {
    color: #f26622;
}

.navigationContent .bodyNavigation ul > li > ul > li {
    padding-left: 10px;
}

#l-header .header-top-menu {
    overflow: visible !important;
}

.header-top-menu .has-children:hover ul.dropdown {
    visibility: visible;
    opacity: 1;
}

.header-top-menu ul.dropdown li {
    float: none !important;
}

.header-top-menu ul.dropdown li ul.dropdown {
    display: none;
}

.header-top-menu ul.dropdown {
    border-top: 12px solid transparent;
    width: 270px;
    height: auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-color: transparent;
    margin-left: -30px;
}

.header-top-menu ul.dropdown li {
    background-color: #f0f0f0;
    width: 100%;
}

.header-top-menu ul.dropdown li {
    display: block;
    float: none;
    padding-left: 30px;
    margin: 0;
    padding-top: 20px;
    padding-right: 30px;
}

.header-top-menu ul.dropdown li.last {
    padding-bottom: 20px;
}

.header-top-menu ul.dropdown li a {
    text-transform: none;
    font-size: 11.5pt;
    display: block;
    color: #1a171b !important;
}

.header-top-menu ul.dropdown li a:hover {
    color: #f26622 !important;
}

.pagination .page.active a,
.pagination .page.active a:hover {
    background-color: #F26622;
    color: #fff;
}

#l-breadcrumb {
    display: block !important;
    margin-bottom: 20px;
    margin-left: 10px;
    max-width: 600px;
}

.mysearch.catalog-list {
    margin-top: 20px;
    margin-bottom: 0px;
}

.mysearch.catalog-list .catalog-product a {
    height: 208px;
}

.mysearch.catalog-list .catalog-product a img {
    max-width: 240px;
    height: 135px;
    margin-bottom: 10px;
}

.autocomplete-item .miniPic {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 130px;
    max-height: 100px;
}

.ui-widget-content {
    background-image: none;
}

.ui-widget-content .ui-menu-item {
    color: #1a171b;
}

.ui-widget-content .ui-menu-item.ui-state-focus {
    border: none;
    font-weight: normal !important;
    margin: 0px;
    background-image: none;
}

.ui-autocomplete li {
    overflow: hidden !important;
}

.autocomplete-item .title.withPic {
    margin-top: 5px;
}

.ui-autocomplete.ui-widget-content {
    max-height: 400px;
    max-width: 350px;
    overflow: auto !important;
}

.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap {
    /*width: inherit !important;*/
    max-width: 80%;
    position: relative !important;
    margin: 0 auto;
    left: auto !important;
}

h1 {
    font-size: 30px;
}

.myHeaderIntro {
    padding: 10px;
    max-width: 480px;
    margin-right: 20px;
    display: inline-block !important;
    float: left;
    position: relative;
    top: -17px;
    left: 20px;
    font-size: 20px;
}

.isCatalogPage #l-emotionpic {
    height: 300px !important;
}

.isCatalogPage.hasEmotion {
    height: 350px !important;
}

@media (max-width: 992px) {
    .isCatalogPage #l-emotionpic {
        height: 175px !important;
    }
}

@media (max-width: 452px) {
    .myHeaderIntro {
        display: none !important;
    }
}

#l-locale-switcher {
    float: right !important;
    margin-right: 0px;
}

.footer__bottom.row{
    margin-left: 15px;
    margin-right: 15px;
}

.offer-total .tablelist {
    margin-top: 15px;
    margin-bottom: 15px;
}

.offer-total .tablelist .right {
    display: inline-block;
    float: right;
}

.offer-total .tablelist .grand-total .right {
    text-decoration-style: double;
    text-decoration-line: underline;
}

.offer-total .tablelist > div {
    padding-bottom: 10px;
}