/**
 *
 * Construkt/BULD HEADER styling
 *
 */
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-top: 30px;
}
.nav-left {
  display: flex;
  margin-left: 0;
}
#wishlist-container a:hover, a:focus {
  text-decoration: none;
  /* color: #c10230 !important; */
}
.dropdown-menu {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  margin-top: 0px !important;
  width: 1924px;
  text-align: center;
  font-size: 13px;
  border: 0;
  border-radius: 0;
  margin-left: -19px;
}
.dropdown-menu {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.dropdown-menu.show {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.desktop-logo, .mobile-logo {
    max-width: 100%;
}
.navbar img {
    display: flex;
    position: absolute;
    top: -40%;
    left: 42%;
    right: -50%;
    height: auto;
    margin-top: 0;
}
.header li {
  display: inline-block;
}
.nav-right {
  display: flex;
}
a.prod_cats.category-names {
    margin: 14px;
    color: #615e5e;
}
.categories {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}
li.prod_cats {
  margin: 10px;
  margin-top: 0;
}
a.nav-links {
  text-transform: uppercase;
  margin: 13px;
  text-decoration: none;
}
a.prod_cats.category-names:hover {
    color: #c10230;
}
a.nav-links.sub-regions-toggle:hover {
    color: #c10230;
}
a.nav-links:hover {
    color: #c10230;
}
ul.nav-items {
  margin-bottom: 0;
  margin-top: 20px;
}
.nav-link {
    display: block;
    padding: 0 14px;
    color: black;
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
}
.nav-link a:hover {
  color: #c10230;
}
.modal-header {
  display: block;
}
.modal-footer {
  display: none;
}
.modal-content {
  border-radius: 0 !important;
}
.mobile.accordion:after, .accordion_horizontal:after {
    content: '\002B';
    font-size: 30px;
    color: #000;
}
div#searchModal {
  background-color: #00000094;
}
/*.form-control {*/
/*  height: calc(1.5em + 0.75rem + 18px);*/
/*  border: none;*/
/*  border-radius: 0;*/
/*  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
/*}*/

.search_modal-header {
  display: none;
}

/* Custom CSS for the dropdown menu */
.mobile.accordion .dropdown-toggle::after {
    display: inline-block;
    width: 2px;
    height: 6px;
    margin-left: 0.255em;
    vertical-align: 1px;
    content: url(/assets/images/dropdown-toggle.svg) !important;
    /* border: 0; */
}
.search.modal-content {
  background: transparent !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #000;
}

img.globe-icon {
  width: 16px;
  height: 16px;
  margin-left: -46px;
}
.fa, .fas {
  margin-right: 10px;
}

header.header-container {
max-width: 100%;
position: relative;
}
.product-categories {
  background-color: #f5f2ec;
  /* height: 50px; */
}
header {
width: 100%;
min-height: 375px;
max-height: 795px;
padding: 0 auto 2rem;
}

.sticky-header {
position: absolute;
min-height: 100px;
max-height: 100px;
background-color: transparent;
z-index: 9090;
}


.is-sticky {
position: fixed;
background-color: #313132 !important;
-webkit-animation: colorchange 0.618s;
animation: colorchange 0.618s;
border-bottom: 1px solid #dcd9d4;
}

.collapsing {
transition-duration: 150ms;
}

@keyframes colorchange {
0% {
  background: transparent;
}

100% {
  background: #181818;
}
}

@-webkit-keyframes colorchange {
0% {
  background: transparent;
}

100% {
  background: #181818;
}
}

/* nav {
position: absolute !important;
max-width: 1580px;
width: 100%;
max-height: 150px;
left: 50%;
margin: auto;
padding-left: 30px !important;
padding-right: 30px !important;
transform: translate3d(-50%, 0, 0);
} */

.top-full {
top: 0;
right: 0;
left: 0;
width: 100%;
}
nav.container-fluid.navbar {
  /*padding-left: 0;*/
  /*padding-right: 0;*/
  width: 100%;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  margin-top: 150px;
}
.search_modal-body {
  border: none;
  background-color: white;
  padding: 30px;
  height: 210px;
  width: 540px;
}
i#search_icon {
  position: absolute;
  font-size: 18px;
  margin-left: 440px;
  margin-top: 73px !important;
}
input#searchInput {
  border: 1px solid #d1cfd0;
  margin-top: 0 !important;
  border-radius: 0;
}
.search_modal-body img.close-search {
    height: 12px;
    width: 12px;
    float: right;
    top: 23%;
    left: 96%;
}
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.container-fluid.sticky-header.top-full.d-none.d-lg-block.is-sticky {
  min-height: 70px;
}

nav ul {
align-self: center;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.disabled {
color: var(--text-white);
}

.jumbotron {
background-color: transparent;
width: 100%;
height: auto;
margin-bottom: 0 !important;
}

.jumbotron figure,
.jumbotron div {
position: relative;
}

.jumbotron figure figcaption,
.jumbotron figcaption {
position: absolute;
top: 50%;
left: 10%;
transform: translate3d(0, -50%, 0);
color: #fefefe;
max-width: 50%;
padding-left: 100px;
padding-right: 50px;
}

.jumbotron .page-banner-slider h2 {
text-transform: uppercase;
}

.jumbotron .page-banner-slider h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font: normal normal 70px var(--font-vidaloka);
line-height: 1.25;
letter-spacing: calc(1em * (50 / 1000));
}

.jumbotron .page-banner-slider p {
padding-right: 90px;
}

.page-banner-slider .cta,
.page-banner-slider-mobile .cta {
background-color: var(--color-yellow-30);
}

.page-banner-slider .cta button,
.page-banner-slider-mobile .cta button {
color: #fefefe;
}

.page-banner-slider .cta .btn,
.page-banner-slider-mobile .cta .btn {
height: 50px;
text-transform: uppercase;
}

.page-banner-slider .cta:hover,
.page-banner-slider .cta:active,
.page-banner-slider .cta:focus,
.page-banner-slider-mobile .cta:hover,
.page-banner-slider-mobile .cta:active,
.page-banner-slider-mobile .cta:focus {

background-color: var(--text-yellow);
}

.page-banner-slider .cta:hover button,
.page-banner-slider .cta:active button,
.page-banner-slider .cta:focus button,
.page-banner-slider-mobile .cta:hover button,
.page-banner-slider-mobile .cta:active button,
.page-banner-slider-mobile .cta:focus button {
color: var(--dark-bg-color) !important;
font-weight: 600;
}

a.nav-item.nav-link {
font: normal normal 16px/34px var(--font-nunito-sans);
display: block;
padding: 0.5rem 1rem;
color: var(--text-white);
text-transform: uppercase;
}

a.nav-item.nav-link {
  font-size: 12px;
  padding-left: 12px !important;
  padding-right: 0 !important;
  margin-left: 21px;
}

a.nav-item.nav-link:hover,
a.nav-item.nav-link:active,
a.nav-item.nav-link:focus,
a.nav-item.nav-link.active {
color: #c10230;
font-weight: 800;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
  color: #c10230 !important;
}
/*
a.nav-item.nav-link:nth-of-type(4n) {
padding-right: 3rem;
}
a.nav-item.nav-link:nth-of-type(4n) span.vert-sep {
  display: none !important;
}
*/
button.search-btn {
  padding: 0;
  padding-bottom: 0;
  margin-top: 0;
  border: 0;
}
.navbar-light .navbar-toggler {
padding-top: 4px;
line-height: 65px;
}
button.btn.btn-secondary {
  float: right;
  margin-right: 0px;
  border: 1px solid #d1cfd0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
  background-color: #ffffff;
  margin-top: 0px;
  padding: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {

header {
  height: 100vh;
  max-height: 633px;
  min-height: 438px;
}

#navbarNavMobile a.nav-link,
a.nav-item a.nav-link {
  font-size: 14px;
  /*padding: 0.5rem 0.75rem !important;*/
}

.jumbotron figure figcaption,
.jumbotron figcaption {
  max-width: 100%;
  transform: translate3d(0, -25%, 0);
  padding-left: 0;
  padding-right: 0;
}

.jumbotron .page-banner-slider h1 {
  font-size: 45px;
}

.jumbotron .page-banner-slider p {
  display: none;
}

}

@media only screen and (max-width: 1366px) {
  .nav-link {
    font-size: 12px;
}
  button.btn.btn-secondary {
    width: 40px;
}
  img.close-search {
    top: 45%;
    left: 96%;
}
  img.close-search {
    top: 40%;
}
}

@media only screen and (max-width: 1366px) {
    .dropdown-menu {
        width: 1392px !important;
        margin-left: -39px !important;
    }
}
@media only screen and (max-width: 1440px) {
    .dropdown-menu {
        width: 1482px;
        margin-left: -39px !important;
        font-size: 12px;
    }
  .headerSearch .input-group {
      width: 195px;
    }
    .categories {
        font-size: 12px;
    }
    .desktop-logo, .mobile-logo {
        max-width: 14%  !important;
    }  
    .sticky-header {
        min-height: 110px !important;
        max-height: 100px;
        z-index: 9090;
        border-bottom: 1px solid #dcd9d4;
    }
    .nav-link {
        font-size: 10px;
        margin-top: 20px;
    }
    .navbar {
        margin-top: 10px;
    }
    .search_modal-body .close-search {
        left: 97%;
        right: 0;
        top: 21%;
    }
    i#search_icon {
        position: absolute;
        font-size: 18px;
        margin-left: 90%;
        margin-top: 13% !important;
    }
    .modal.show .modal-dialog {
        margin-top: 200px;
    }
    button.btn.btn-secondary {
        width: 40px;
    }
    img.close-search {
        left: 98%;
    }
    .form-control {
      height: calc(1.5em + 0.75rem + 18px);
      border: none;
      border-radius: 0;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .dropdown-item {
      display: block;
      width: 100%;
      padding: 0 !important; 
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
    }
    header {
      height: 100vh;
      max-height: 600px;
      min-height: 438px;
    }
    
    #navbarNavMobile a.nav-link {
      font-size: 15px;
    }
    
      a.nav-item.nav-link {
          font-size: 11px;
          padding-left: 8px;
          padding-right: 13px;
          margin-left: 0;
      }
    
    .navbar img {
        display: flex;
        position: absolute;
        top: 5%;
        left: 43%;
        transform: none; 
        height: auto;
    }
}

@media only screen and (max-width: 1280px) {

header {
  height: 100vh;
  max-height: 510px;
  min-height: 438px;
}

a.nav-item.nav-link {
  padding-left: 9px !important;
  padding-right: 9px !important;
}


#navbarNavMobile {
  z-index: 9000;
  min-height: 100px;
  max-height: 100vh;
  height: 100%;
}

nav {
  padding-left: 30px !important;
  padding-right: 30px !important;
}


a.nav-item a.nav-link {
  font-size: 13px;
  padding: 0 15px !important;
}

}

@media only screen and (max-width: 1024px) {
    .owl-carousel.owl-theme.page-banner-slider {
        margin-top: 0;
    }
    nav.container-fluid.navbar {
        width: 100%;
        padding: 0;
    }
    .nav-link {
        margin-top: 10px !important;
        padding: 6px;
    }
    .nav-link {
        font-size: 8px;
        margin-top: 20px;
    }
    .desktop-logo, .mobile-logo {
        max-width: 50% !important;
    }
    a.prod_cats.category-names {
        margin: 8px;
        color: #615e5e;
        font-size: 8px;
    }
    .sticky-header {
        min-height: auto !important;
    }
    .navbar img {
        position: relative;
        left: -13%;
    }
    .navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f5f2ec;
        border-bottom: 1px solid #dcd9d4;
    }
    .nav-link {
      display: block;
      padding: 0 7px;
      color: black;
      text-transform: uppercase;
      font-size: 8px;
      font-family: "Josefin Sans", sans-serif;
    }
    a.nav-item.nav-link {
      font-size: 9px;
      padding-left: 9px !important;
      padding-right: 19px !important;
      margin-left: -21px;
    }
    #navbarNavMobile a.nav-link {
      font-size: 8px;
      line-height: 38px !important;
      height: 36px;
      padding: 5px 38px;
      margin-bottom: -4px;
    }

    header {
      min-height: 100px;
    }
    
    .jumbotron figcaption h2,
    .jumbotron figure figcaption h2 {
      font-size: 115%;
      font-family: var(--font-raleway);
      margin-bottom: 0.5rem;
    }
    
    .jumbotron .page-banner-slider h1 {
      font-size: 225%;
    }
    
    .jumbotron .page-banner-slider p {
      display: none;
    }

    #navbarNavMobile {
      position: absolute;
      top: 40%;
      left: 0;
      min-height: 1000vh !important;
      max-height: 100%;
      height: auto;
      max-width: 100%;
      width: 100%;
      padding: 0.2rem 1rem;
      background-color: #e8e4dd;
      z-index: 9990;
    }

}

@media only screen and (max-width: 992px) {
    header.jumbotron,
    .page-banner-slider,
    .slider-image picture img.img-fluid {
      min-height: 260px !important;
    /*  max-height: 260px !important; */
    }

    nav {
      padding-left: 30px !important;
      padding-right: 30px !important;
    }

}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    ul.list-group.list {
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .navbar ul {
        transform: translate3d(0px, 0, 10px);
    }
  .navbar {
        display: flex;
        transform: translate(-10%, -20%) !important;
        height: 29px;
        top: 0;
        right: 0;
   }

  img.img-fluid.img-navicon.nav-open {
        left: 95%;
        right: 0;
        width: 32px !important;
        height: 17%;
    }

    .dropdown-menu {
      position: absolute;
      top: 24%;
      left: 0%;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 100%;
      padding: 0.5rem 0;
      margin: 0.125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: 0;
  }
    header,
    .jumbotron {
      min-height: 400px !important;
    }

    #navbarNavMobile {
      background-color: #181818;
      z-index: 9990;
      min-height: 101vh;
      height: 100vh;
      overflow-y: auto;
    }

    header {
      min-height: 100px !important;
    }
    img.img-fluid.img-navicon.nav-open {
      margin-top: -120px;
      width: 20px;
      height: 15px;
      margin-left: 160px;
    }
}

@media only screen and (max-width: 768px) {
    #navbarNavMobile {
        top: 6%;
        padding-left: 14px;
    }
    .navbar {
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .navbar ul {
        /* right: 200px; */
        transform: translate3d(0px, 0px, 10px) !important;
        height: auto;
    }
  .sticky-header {
    border: none;
   }
   .nav-link{
       font-size: 14px;
   }
    .desktop-logo, .mobile-logo {
        max-width: 200px;
        margin-bottom: 0 !important;
    }
   img.img-fluid.img-navicon.nav-open {
        width: 20px;
        height: 15px;
    }
.navbar-toggler[aria-expanded=true]>img.nav-close {
  display: block;
}
  .top-full {
    top: 0;
    right: 0;
    left: 0;
}
.navbar img {
    display: flex;
    position: relative;
}
.sticky-header {
  min-height: 40px !important;
}
.page-banner-slider .cta .btn,
.page-banner-slider-mobile .cta .btn {
  height: 40px;
  line-height: 40px;
}

nav .navbar-collapse {
  min-height: 100vh;
}

header,
.jumbotron {
  max-height: 480px !important;
}

header {
  min-height: 100px !important;
}

.sticky-header {
  min-height: 67px !important;
}

.jumbotron,
.jumbotron .slider-image picture,
.jumbotron .slider-image picture img {
  min-height: 480px;
/*  max-height: 480px; */
}

.slider-image picture,
.slider-image picture img {
  width: 100%;
}

.jumbotron figure figcaption,
.jumbotron figcaption {
  top: 35%;
}

.jumbotron figure figcaption,
.jumbotron figcaption {
  left: 0;
  max-width: 100%;
  padding-left: 35px;
  padding-right: 0;
  transform: translate3d(0, 0, 0);
}

.jumbotron figure figcaption,
.jumbotron figcaption {
  padding-left: 25px;
}

.jumbotron .page-banner-slider h1 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: calc(1rem * (50 / 1000))
}

.jumbotron figcaption p {
  display: none;
}

main section {
  max-height: unset !important;
}

.two-column-text {
  column-count: 1 !important;
}

}
@media only screen and (max-width: 576px) {
    .mobile.accordion:after {
        margin-right: 0px !important;
        line-height: 9px !important;
    }
    .mobile.panel {
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }
    .navbar img {
        position: relative;
        left: -3% !important;
        top: 0;
    }
    .owl-carousel.owl-theme.page-banner-slider {
        margin-top: 60px;
    }
    .sticky-header {
        min-height: 50px !important;
        border-bottom: 0 !important;
    }
    .navbar {
        padding: 0;
        height: 60px;
    }
    #navbarNavMobile {
        top: -3px !important;
    }
    .mobile.panel {
        background-color: #ffffff;
        max-height: 100% !important;
        height: auto;
        margin-bottom: 11px !important;
        margin: -16px !important;
        margin-top: 8px !important;
    }
     ul.list-group.list {
        padding: 0px;
        padding-top: -40px;
        font-size: 16px;
        text-align: left;
        margin-top: 8px !important;
        margin-bottom: 8px;
    }
      #navbarNavMobile a.nav-link {
        line-height: 38px !important;
        height: 36px;
        padding: 0px 0 !important;
        margin-bottom: -4px;
        padding-right: 6px !important;
    }
    #navbarNavMobile a.nav-link {
        padding-bottom: 12px !important;
        height: auto !important;
    }
    .mobile.panel li {
        line-height: 0px;
        font-size: 13px;
    }
    #navbarNavMobile a.nav-link {
         font-size: 14px;
         line-height: 12px !important;
     }
    .navbar img {
        left: 0;
        top: 0;
    }
       a.nav-links {
        margin: 10px !important;
        text-decoration: none;
    }
    #navbarNavMobile a.nav-link {
        height: auto !important;
        padding-left: 30px !important;
    }
    ul.list-group.list {
        padding: 0px;
        margin-top: 0;
        font-size: 16px;
        text-align: left;
        text-transform: uppercase;
        list-style: none;
    }
    #navbarNavMobile {
        position: fixed;
        left: 0%;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }
    .navbar-light .navbar-brand {
        padding-left: 8px;
    }
     .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f5f2ec;
        margin-top: 0px !important;
        border-bottom: none;
    }
    .navbar-light .navbar-brand {
        line-height: normal;
        margin-top: 0;
    }
    .desktop-logo, .mobile-logo {
        max-width: 200px;
    }
    .mobile.accordion:after, .accordion_horizontal:after {
        color: #6a6a6a;
        margin-top: 0 !important;
    }
  .sticky-header {
    min-height: 100px;
    max-height: 100px;
    background-color: transparent;
    z-index: 9090;
    border-bottom: none;
    }
  .navbar ul {
    transform: translate3d(0px, 56px, 10px);
}
  .headerSearch .input-group {
    width: 95% !important;
}
/* .navbar ul {
        /* right: 200px; */
        /* transform: translate3d(0px, 79px, 10px) !important; 
    } */
  .btn {
      margin-top: 0;
  }

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding-left: 32px !important;
}
.dropdown-menu {
  position: absolute;
  top: 20%;
  left: 0%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
}

.section-separation {
  display: none;
}

}

.mfp-bg {
z-index: 21042 !important;
}
.mfp-wrap {
z-index: 21043 !important;
}
header.jumbotron {
overflow-y: hidden;
border-radius: 0;
}
.page-banner-slider {
max-height: unset;
}
.page-banner-slider,
.slick-dotted.slick-slider {
margin-bottom: 3px;
background-color: transparent;
}
.desktop-logo,
.mobile-logo {
max-width: 100%;
}
.mobile.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.6s;
    margin:0;
  }
  ul.list-group.list {
      padding: 0px;
      padding-top: -40px;
      font-size: 16px;
      text-align: left;
      text-transform: uppercase;
  }

@media only screen and (max-width: 1024px) {
      .nav-link {
        font-size: 8px;
        margin-top: 10px !important;
        padding: 7px;
        font-weight: 500;
    }
     .desktop-logo, .mobile-logo {
        max-width: 200px;
        margin-bottom: 22px;
    }
    .dropdown-menu {
        width: 1041px !important;
        margin-left: -16px !important;
        font-size: 8px;
    }
    a.nav-item.nav-link {
      font-size: 8px;
      padding-left: 23px !important;
      padding-right: 10px !important;
  }
}
@media only screen and (max-width: 992px) {
    .panel {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
      .mobile.accordion:after {
        content: '\002B';
        font-size: 30px;
        color: #000;
        margin-right: -34px;
        line-height: 50px;
    }
    .sticky-header {
        min-height: 70px;
        border-bottom: 0 !important;
    }
    .navbar {
         border-bottom: 0 !important; 
    }
  .mobile.panel {
    display: none;
    background-color: #d8d4ce;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100vw;
    padding-left: 16px;
    margin: -16px;
}
.desktop-logo,
.mobile-logo {
  max-width: 100%;
}
.headerSearch .input-group {
      width: 240px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
    header.jumbotron {
      min-height: 260px !important;
      max-height: 260px !important;
    }
}
@media only screen and (max-width: 768px) {
    #navbarNavMobile a.nav-link, a.nav-item a.nav-link {
        padding-left: 30px;
    }
    a.nav-links {
        text-transform: uppercase;
        margin: 20px;
        text-decoration: none;
    }
      ul.list-group.list {
        font-size: 13px;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .mobile.panel {
        margin-bottom: 8px !important;
        margin-top: 20px ;
    }
    #navbarNavMobile a.nav-link {
        font-size: 8px;
        line-height: 14px !important;
        height: 36px;
        padding: 5px 38px;
        margin-bottom: -4px;
    }
    #navbarNavMobile a.nav-link {
        font-size: 14px;
    }
    #navbarNavMobile {
        top: 6%;
    }
    .navbar img {
        position: relative;
        left: 2%;
        top: 0;
    }
    .navbar {
        border-bottom: none !important;
        position: relative;
    }
    .navbar img {
        position: relative;
    }
    .page-banner-slider,
    .slick-dotted.slick-slider {
      margin-bottom: 0;
    }
    .desktop-logo,
    .mobile-logo {
      max-width: 45px;
    }
    
    .desktop-logo,
    .mobile-logo {
      max-width: 180px !important;
    }
       #navbarNavMobile a.nav-link {
        height: auto !important;
        padding-left: 40px;
    }
    .navbar ul {
      transform: translate3d(0px, 73px, 10px);
    }
      .sticky-header {
      min-height: 0;
      background-color: transparent;
      z-index: 109090;
    }
  .top-full {
      top: 0;
      right: 0;
      left: 0;
  }
  .dropdown-menu li {
      position: relative;
  }
  .dropdown-menu .dropdown-submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: -23px;
      margin-left: 91px !important;
  }
  .dropdown-menu .dropdown-submenu-left {
      right: 100%;
      left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
      display: block;
  }
  .navigation {
      background-color: #000000;
      color: #171717;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .navigation .linksContain {
      margin-left: 64px;
      float: right;
      margin-top: 60px;
      /* margin-top: 25px; */
      text-transform: uppercase;
  }
  .navigation .linksContain .sale {
      color: #b1d925;
  }
  .navigation .linksContain a {
      color: #ffffff !important;
      margin-right: 30px;
      font-weight: 500;
  }
  .navigation .linksContain a.dropdown-toggle {
      font-size: 1.13rem;
      font-weight: 600;
  }
  .navigation .linksContain .dropdown-toggle::after {
      display: inline-block;
      /*content: url("/assets/icons/dropdown-white.svg"); */
       content: url("/assets/icons/dropdown-black.svg"); 
      border: none;
      vertical-align: 4px;
  }
  .navigation .linksContain .dropdown-menu {
      background-color: #ffffff;
      color: #171717;
      box-shadow: 1px 0 2px 1px rgba(10,10,10,0.125);
      border-radius: 0;
      z-index: 1000;
      float: left;
      min-width: 16rem;
      text-align: left;
      list-style: none;
      border: 1px solid rgba(0,0,0,.15);
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .navigation .linksContain .dropdown-menu a {
      font-size: 0.93rem;
      color: #171717 !important;
      padding-left: 30px;
  }
  .navigation .linksContain .dropdown-menu a:hover {
      font-size: 0.93rem;
      color: #fff !important;
      background-color: #ff55b0;
  }
}
