/*#header {
    padding: 30px 0px;
}*/

#header {
    position: absolute;
}

/*#homepage #header { background-color: #00000069; }*/

.header-wrapper {
    padding: 30px 0 0 0;
}

#cart-strip {
    z-index: 100;
}


#logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-wrapper {
    margin-top: 15px;
}

#main-nav ul {
    text-align: center;
}

#main-nav ul li {
    letter-spacing: 0.05em;
    /*cursor: pointer;*/
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

/*#homepage #cart-strip { display: none; }*/

#homepage #main-nav ul li a {
    /*color: #eaeaea;*/
    color: #000;
}

#main-nav ul li a {
    text-transform: uppercase;
    font-size: 0.785em;
    font-weight: 500;
    padding: 10px;
}

#main-nav ul li a:hover { color: var(--primary) !important; }

#main-nav ul .selected a, .current-menu-item a { color: var(--dark) !important; }

ul#social-nav {
    padding-bottom: 10px;
}

#social-nav li a, #footer p {
    color: #000;
    margin-bottom: 0;
}

#social-nav li i {
    border-radius: 50%;
    display: flex;
    height: 30px;
    width: 30px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    margin: auto 6px;
    border: 1px solid #000;
}

#social-nav li:first-child i { margin-left: 0; }

/*#homepage #social-nav li i { border: 1px solid #fff; } */

/*#homepage #social-nav li a, #homepage #footer p, #homepage #footer a { color: #fff; }*/

/*#homepage .on #social-nav li a { color: #000; }
#homepage .on #social-nav li i { border: 1px so*/lid #000; } 

#header.sticky {
    position: fixed;
    z-index: 10;
    background-color: #fff;
    transform: translateY(0px) !important;
    transition: 0.4s ease;
    padding: 6px;
    box-shadow: 0px 0px 7px 1px #efefef;
}

#cart-strip.sticky {
    position: fixed;
    transform: translateY(0px) !important;
    transition: 0.4s ease;
    padding: 6px;
}

.sticky #logo {
    position: absolute;
    top: 6px;
}

.sticky .nav-wrapper {
    margin-top: 0;
}

.sticky .header-wrapper {
    padding: 0px;
}

/* Responsive Headers */
#homepage .pull-out { background-image: url(../images/menu_white.png); }

.pull-out {
    background-image: url(../images/menu.png);
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    opacity: 0.7;
}

.header-overlay {
    display: none;
}

.close, #header .backto-shop {
    display: none;
}

/* Scroll Top Arrow */
.scrollTop {
    width: 55;
    height: 55px;
    display: flex;
    background-color: #2591d0;
    position: fixed;
    bottom: 10%;
    right: -2px;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 2.8em;
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.52);
}

.scrollTop:hover {
    background-color: #535151;
}


.scrollTop .fa {
    color: #FFF;
    position: relative;
}

.scrollTop img {
  left: 11px;
  position: relative;
  top: 5px;
  opacity: .3;
}

#footer {
    position: absolute;
    bottom: 0;
    padding: 15px 0px;
    /*z-index: 1000;*/
}

/*#hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/

#hero {
    height: 70%;
    position: relative;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px; 
}

.slick-dots li button {
    display: none;
}

.slick-dots li:before {
    top: 1px;
    transition: all 0.5s;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
}

.slick-dots li.slick-active:before {
    top: 0;
    width: 10px;
    height: 10px;
    background-color: var(--primary);
}

/*#homepage a#shop-nav {
    display: flex !important;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 100;
    height: 40px;
}*/

#shop-nav .white-btn {
    border: none;
    /*padding: 15px 40px;*/
    background-color: #ffffffa6 !important;
}

#hero .slider-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    /*background-attachment: fixed;*/
}

#cart-totals-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.85em;
}

.plus-tax {
    font-size: .65em;
    color: #b5b5b5;
    margin-top: -4px;
}

#cart-totals-wrapper img {
    position: relative;
    top: -5px;
    margin-right: 5px;
}

#cart-mobile {
    right: 0;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    width: auto;
    height: 65px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    padding-right: 16px;
}

#cart-mobile img {
    opacity: 0.6;
}

#header.sticky #cart-mobile {
    height: 50px;
    top: -15px;
    right: -16px;
}

#cart-mobile .fa {
    font-size: 24px;
    opacity: 0.6;
}

#cart-mobile span {
    display: flex;
    align-items: center;
}

/* SIGNOUT */
/*#signout { opacity: 0.4; }
#signout.logged-in { opacity: 1; }*/

ul#mainlist li { position: relative; }

ul#mainlist #account:hover #submenu { display: block; }

ul#submenu {
    display: none;
    position: absolute;
    top: 40px;
    right: -10px;
    border-radius: 5px;
    width: 160px;
    border-top: 2px solid #bdbdbd;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 #93959f;
    z-index: 10;
    font-size: 0.9em;
}

#mainlist #submenu li {
    padding: 10px 20px;
    border-bottom: 1px dotted #dedede;
}

#mainlist #submenu li:last-child {
    border-bottom: none;
}