/*=============================================
=                  Navigation                 =
=============================================*/

.navbar-brand img {
    width: 256px;
    height: auto;
}

.navbar-dark .navbar-toggler {
    font-size: 2rem;
    color: #071332;
    border-color: rgba(255, 255, 255, 0);
}

.navbar-dark .navbar-toggler:active {
    color: #071332;
    border-color: rgba(255, 255, 255, 0);
}

.navbar-dark .navbar-toggler:focus {
    color: #f1c344;
    border-color: rgba(255, 255, 255, 0);
    outline: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #071332;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #008794;
    z-index: 999999;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #f1c344;
}

.navbar {
    background-color: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    z-index: 99999;
}

.navbar-dark .dropdown-menu a.nav-link {
    font-size: 0.78rem;
    font-weight: 200;
}

.nav-item.cart a.nav-link {
    color: #071332;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #fff !important;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0px 13px 20px 0px #00000024;
    border-bottom: 1px solid #fff;
}

.nav-cat {
    font-size: 1.15rem;
    text-align: center;
    display: block;
    color: #fff;
    padding: 0.3rem 0.4rem;
    margin-bottom: 1rem;
    border-radius: 24px;
}

.nav-cat a {
    color: #fff;
}

.nav-cat a:hover {
    color: #dce9eb;
    text-decoration: none;
}

.cat-1 {
    background-color: #00bbc1;
    border: 3px solid #00bbc1;
}

.cat-2 {
    background-color: #69256a;
    border: 3px solid #a037a2;
}

.cat-3 {
    background-color: #347ebf;
    border: 3px solid #5297d4;
}

.cat-4 {
    background-color: #6e9633;
    border: 3px solid #90b952;
}

/*=============================================
=            Righthand Navigations            =
=============================================*/

ul.rh-nav div {
    background-color: #fff;
}

ul.rh-nav h3 {
    background-color: #fff;
    color: #008e9a;
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 4px;
}

ul.rh-nav h4 {
    background-color: #fff;
    color: #008e9a;
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 6px;
    padding-left: 6px;
}

ul.rh-nav {
    padding: 0;
    z-index: 20;
}

ul.rh-nav a {
    border-bottom: 1px dotted #96c5c9;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    color: #797979;
    font-size: 0.8rem;
    background-color: #fff;
}

ul.rh-nav a:hover {
    color: #000000;
}

ul.rh-nav li {
    background: none !important;
    list-style: none;
    padding-left: 0px !important;
}

ul.rh-nav li span {
    float: left;
    width: 31px;
    padding-top: 12px;
    padding-right: 6px;
    color: #17b5c3;
    font-size: 0.8rem;
    font-weight: 600;
}

ul.rh-nav li li {
    padding-left: 0;
}

ul.rh-nav .sub-menu-acc {
    display: none;
}

ul.rh-nav .sub-menu-acc a {
    padding-left: 0px;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 8px;
}

ul.rh-nav .active-menu {
    display: block !important;
    padding-left: 41px;
    border-bottom: solid 1px #dedede;
    background-color: #fff;
}

ul.rh-nav .arr-right {
    background-image: url('/assets/img/arr-right.png');
    background-position: right 4px center;
    background-size: 18px;
    background-repeat: no-repeat;
}

ul.rh-nav .arr-down {
    background-image: url('/assets/img/arr-down.png');
    padding-right: 15px;
    background-size: 18px;
    background-position: right 4px center;
    background-repeat: no-repeat;
    border-bottom: none !important;
}

ul.rh-nav .sub-menu-toggle {
    text-align: center;
    border-top: 2px solid #676561;
}

ul.rh-nav .sub-menu-toggle h5 {
    opacity: 0.8;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #413f3a;
    color: #ffffffdb;
    margin-bottom: 0;
    padding: 6px 16px 6px 12px;
    border-radius: 0px 0px 2px 2px;
}

ul.rh-nav li.checkout-total {
    padding-left: 1rem !important;
}

ul.rh-nav .menu_checkout {
    background-color: #ffedb5;
    border: 1px solid #a0cdd0;
    border-radius: 4px;
}

ul.rh-nav li a.editOrder {
    border-bottom: none;
}

ul.rh-nav span.text-danger {
    float: none;
    font-size: unset;
    width: unset;
    height: unset;
}

/* Top Secondary Navigation */

.secondaryNav {
    background: #e3e3e3;
}

.secondary-nav {
    padding: 9px 10px 10px;
    /* width: 887px; */
}

.secondary-nav .user {
    float: left;
    font-size: 15px;
    padding-left: 26px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.secondary-nav .user span {
    color: #c6000e;
    font-weight: bold;
}

.account-nav {
    display: inline-block;
    float: right;
    padding-right: 26px;
}

.secondary-nav ul.nav-list {
    list-style-type: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.account-nav ul#sf-menuTwo li {
    z-index: 3;
    float: left;
    position: relative;
    list-style: none;
    text-align: center;
    font-size: 0.95em;
    margin-left: 18px;
}

.account-nav ul#sf-menuTwo li a.red {
    color: #ce000b;
    font-weight: bold;
}

.account-nav ul#sf-menuTwo li a {
    color: #000;
    text-decoration: none;
}

.account-nav ul#sf-menuTwo li a:hover {
    color: rgb(63, 63, 63);
}

/* Basket */

.basket-contents {
    color: #2b2b2b;
    overflow: hidden;
    position: absolute;
    background: #fff;
    display: none;
    right: 36px;
    padding: 18px;
    border: 1px solid #413f3a;
    z-index: 20;
    border-radius: 0 0 6px 6px;
    font-weight: 600;
}

.basket-contents span {
    font-weight: 500;
}

.basket-contents .product {
    clear: both;
    float: left;
    width: 75%;
}

.basket-contents .total {
    clear: both;
    float: left;
    width: 75%;
}

.basket-contents .total-container {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
    border-top: dotted 1px #006b75;
}

.basket-contents .price {
    clear: right;
    float: left;
    padding-left: 12px;
}

.basket-contents .cart-buttons {
    float: left;
    text-align: center;
    width: 100%;
}

/*=============================================
=                Media Queries                =
=============================================*/

/*----------  Very Small devices  ----------*/

@media (max-width: 575px) {
    ul.rh-nav {
        position: absolute;
        left: 0;
        right: 0;
    }
    .secondary-nav {
        display: none
    }
    ul.rh-nav li span {
        padding-left: 5px;
        font-size: 17px;
    }
    ul.rh-nav li a {
        padding-left: 8px;
        padding-right: 10px;
        font-size: 16px;
    }
    .navbar-brand img {
        width: 194px;
        height: auto;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 26px;
    }
    .navbar-dark .navbar-nav li .nav-item a.nav-link {
        font-size: 16px;
		color: #071332;
		font-weight: 400;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 26px;
    }
    .basket-contents {
        top: 0px;
        position: initial;
        display: block;
        border-radius: 6px;
    }
}

/*----------  Small devices (landscape phones, 576px and up) ----------*/

@media (min-width: 576px) {
    ul.rh-nav {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 20;
    }
    ul.rh-nav li span {
        padding-left: 9px;
        font-size: 17px;
        width: 37px;
    }
    ul.rh-nav li a {
        padding-left: 12px;
        font-size: 16px;
    }
    .basket-contents {
        top: 0px;
        position: initial;
        display: block;
        border-radius: 6px;
    }
    .secondary-nav {
        display: none
    }
    .navbar-brand img {
        width: 256px;
        height: auto;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 26px;
    }
    .navbar-dark .navbar-nav li .nav-item a.nav-link {
        font-size: 18px;
		color: #071332;
		font-weight: 400;
	}

/*----------  Medium devices (tablets, 768px and up)  ----------*/

@media (min-width: 768px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 26px;
    }
    ul.rh-nav li span {
        font-size: 17px;
        width: 38px;
    }
    ul.rh-nav li a {
        font-size: 16px;
    }
    .secondary-nav {
        display: none
    }
    .navbar-dark .navbar-nav li .nav-item a.nav-link {
        font-size: 16px;
    }
    .basket-contents {
        top: 0px;
        /* right: 0px; */
        position: initial;
        display: block;
        border-radius: 6px;
    }
}

/*----------  Large devices (desktops, 992px and up)  ----------*/

@media (min-width: 992px) {
    ul.rh-nav {
        position: relative;
        top: 0px !important;
    }
    .secondary-nav {
        display: block;
    }
    .hidden-on-desktop {
        display: none;
    }
    ul.rh-nav li a {
        font-size: 13px;
        padding-right: 21px;
        padding-left: 9px;
    }
    ul.rh-nav li span {
        font-size: 13px;
        width: 32px;
        height: 37px;
    }
    ul.rh-nav .sub-menu-toggle {
        display: none;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
    }
    .navbar-dark .navbar-nav li .nav-item a.nav-link {
        font-size: 15px;
		font-weight: 400;
		color: #071332;
    }
	 .navbar-dark .navbar-nav li .nav-item a.nav-link:hover {
        font-size: 15px;
		font-weight: 400;
		color: #368691;
    }
    .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        -webkit-transition: opacity 300ms ease-in;
        -moz-transition: opacity 300ms ease-in;
        -ms-transition: opacity 300ms ease-in;
        -o-transition: opacity 300ms ease-in;
        transition: opacity 300ms ease-in;
    }
    .dropdown-menu.show {
        display: block;
        opacity: 1;
        top: 64px !important;
    }
    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        padding-top: 21px;
        top: -1000px;
    }
    .nav-cart {
        position: absolute;
        right: 0;
        margin-right: -12px;
    }
    .basket-contents {
        position: absolute;
        display: none;
        border-radius: 0 0 6px 6px;
    }
}