
#login-state #profile-dropdown {
    box-sizing: border-box;
    display: none;
    z-index: 50000;
    position: absolute;
    left: 0;
    top: 54px;
    background: #fff;
    padding: .5em 1.3em;
    min-width: 10em;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

#login-state #profile-dropdown .profile-arrow {
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    background-color: #fff;
    top: -8px;
    left: 17px;
}

#login-state #profile-dropdown #profile-content {
    display: flex;
    flex-direction: column;
}

#login-state #profile-dropdown #profile-content a {
    color: #0A1631;
    font: 15px/2 Roboto;
}

#login-state #profile-dropdown #profile-content a.profile-logout {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#login-state #profile-dropdown span.profile-separator {
    height: 1px;
    background-color: #E6E6E6;
    width: 100%;
    margin: 10px 0;
}



.is-open-sidebar .c-header,
.is-open-sidebar #container,
.is-open-sidebar .c-footer {
    transform: translateX(-20rem);
}
.c-sidebar {
  position: fixed;
  width: 20rem;
  height: 100%;
  top: 0;
  right: 0;
  background-color: white;
  transform: translateX(20rem);
  transition: all .3s ease-in-out;
  overflow-y: auto;
  z-index: 2;
}

.is-open-sidebar .c-sidebar {
    transform: translateX(0);
}

.c-sidebar__inner {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.c-sidebar__inner ul {
    margin: 0;
    padding: 0;
}

.c-sidebar__inner li {
    list-style-type: none;
}

.c-sidebar__inner a {
    display: block;
    color: #16182C;
    padding: 1em;
    font: 1.333em/1.5em Lato;
    text-decoration: none;
    transition: .2s ease all;
}

.c-sidebar__inner a:hover,
.c-sidebar__inner a:focus {
    color: #FF7629;
    background-color: #16182C;
}

.c-sidebar-child {
    border-bottom: 1px solid rgba(255, 118, 41, 0.5);
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.c-sidebar-child .c-nav__parent-title {
    display: block;
    padding: 1rem;
}

.c-sidebar-child__nav a {
    padding: .75em 1rem;
    line-height: 100%;
}

.c-sidebar__inner .sub-menu li a {
    margin-left: 1em;
    font-size: 14px; /*0.875rem;*/
    line-height: 1.28571em;
    font-weight: 400;
    padding: 0.6rem 1rem;
}





header {
    font-size: 16px;
}

header a {
    transition: .2s ease all;
}

header a:hover {
    text-decoration: none;
}

.highlighted a {
    background-color: #FF7629;
    border: 2px solid transparent;
    border-radius: 27px;
    padding: 0.525em 1.5em .625em !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: unset !important;
    margin-top: 1em;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.5em;
}

.highlighted a:hover {
    background-color: #ff5e03;
    border-color: #f55800;
}

.c-header,
#container {
    transition: all .3s ease-in-out;
}

.c-header__top {
    background-color: #16182C;
}

.c-header.is-fixed {
    position: fixed;
    width: 100%;
    z-index: 900;
    box-shadow: 0 0 5px rgba(22, 24, 44, 0.1);
    -webkit-animation: 1s headerDown;
    animation: 1s headerDown;
}

.headerHeight {
    flex-shrink: 0;
}

@keyframes headerDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.c-hamburger {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
    margin: 0 0 0 1rem;
    position: relative;
    display: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    left: 0;
    height: .1em;
    width: 2em;
    background-color: #FF7629;
    opacity: 1;
    right: 0;
    transition: all 0.25s ease-in-out 0s;
    transform: rotate(0deg);
}

.c-hamburger span:nth-child(1) {
    margin-top: 0;
}
.c-hamburger span:nth-child(2) {
    margin-top: 10px;
    margin-right: 0;
}
.c-hamburger span:nth-child(3) {
    margin-top: 20px;
}

.c-hamburger.is-open span:nth-child(1) {
    transform: rotate(135deg);
    margin-top: 10px;
}

.c-hamburger.is-open span:nth-child(2) {
    opacity: 0;
    right: -75px;
}

.c-hamburger.is-open span:nth-child(3) {
    transform: rotate(-135deg);
    margin-top: 10px;
}

.c-header--logo {
    height: 40px;
    width: 40px;
    background-image: url(https://www.image-line.com/wp-content/themes/intracto/build/images/fl-header-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: .5em 0;
}

.c-nav-main {
    display: none;
}

.c-nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.c-header-shop {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 0 0 auto;
    color: white;
    height: 54px;
}

.c-nav-main > ul > li {
    height: 54px;
}
.c-nav-main > ul li {
    position: relative;
}

.c-nav-main > ul a:hover,
.c-nav-main > ul a:focus {
    color: #FF7629;
}

.c-nav-main > ul li:hover > a + ul {
    display: block;
}

.c-nav-main ul .current-menu-item > a,
.c-nav-main ul .current-page-ancestor a {
    font-weight: 700;
    background: none !important;
}
.c-nav-main > ul > li > a {
    padding: 0 1em;
}

.c-nav-main > ul a {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1em;
    line-height: 54px;
    font-weight: 300;
}

.c-nav-main  li > a + .sub-menu {
    display: none;
    position: absolute;
    z-index: 10000;
    min-width: 11em;
    background: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.c-nav-main li > a + .sub-menu::before {
    content: " ";
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    background-color: #fff;
    top: -8px;
    left: 17px;
}

.c-nav-main > ul ul li {
    display: block;
    padding: 0 0.8em;
}

.c-nav-main > ul ul li a {
    color: #0a1631;
    font-size: 0.9375em;
    line-height: 2.4em;
    font-weight: 400;
    letter-spacing: .006em;
}

.c-nav-main .sub-menu .sub-menu {
    left: 170px;
    top: 0;
}

.c-nav-main .sub-menu .sub-menu:before {
    left: -8px;
    top: 8px;
}

.c-nav-main li.js-try-for-free-wrapper a,
.c-nav-main a.header-button {
    border-color: #ff7629;
    color: #fff;
    background-color: #ff7629;
    border: 2px solid transparent;
    border-radius: 27px;
    padding: .325em .5em;
    font-weight: 700;
    transition: .2s ease all;
    display: initial;
}
.c-nav-main li.js-try-for-free-wrapper a:hover,
.c-nav-main a.header-button:hover {
    color: #fff;
    background-color: #ff5e03;
    border-color: #f55800;
}

.c-cart__wrapper {
    position: relative;
    margin-left: 1em;
}
    
.c-header-shop__button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.c-header-shop__button svg {
    width: 20px;
    height: 20px;
    fill: white;
    transition: .2s ease all;
}

.c-header-shop__button:hover svg,
.c-header-shop__button:focus svg {
    fill: #FF7629;
}

.c-header-shop__button span#btnLoginText {
    display: block;
    margin-left: .5em;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 300;
    color: #fff;
    transition: .2s ease all;
}

.c-header-shop__button span#btnLoginText:hover {
    color: #FF7629;
}

.c-header-shop__button:hover span:first-child {
    color: #FF7629;
}

.c-header-shop__button-cart--filled {
    position: relative;
    background-color: white;
    border-radius: 50%;
    padding: .825em;
}

.c-header-shop__button-cart--filled:hover svg,
.c-header-shop__button-cart--filled:focus svg {
    fill: #16182C;
}

.c-header-shop__button-cart-count {
    position: absolute;
    right: -2px;
    top: -3.66667px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #FF7629;
    border-radius: 50%;
    margin-left: .5em;
    color: white;
    transition: .2s ease all;
    font: 700 0.75em "Lato", sans-serif;;
}

.c-header-shop__button-cart--filled svg {
    fill: #16182C;
}

#btnLoginName, #login-state {
    font-family: "Lato", sans-serif;
    margin-left: .4em;
    font-weight: 300;
    cursor: pointer;
}
/* Philip add some comments */

@media (min-width: 576px) {
    .c-header-shop {
        order: inherit;
        justify-content: flex-start;
        margin: 0 0 0 auto;
        width: auto;
    }

    .c-header-shop__button-user {
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .c-hamburger {
        display: block;
    }

    .c-header-shop__button-cart--filled {
        padding: .5em;
    }
}

@media (min-width: 992px) {
    .c-nav-main {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
    
    .c-nav-main {
        margin-right: 2em;
    }

    .c-header-shop {
        margin: 0 0 0 auto;
    }
}

#cart {
    position: absolute;
    background-color: #fff;
    top: 63px;
    right: 0px;
    padding: 20px 25px 25px 21px;
    font-family: Roboto;
    z-index: 5;
    box-shadow: 0 2px 31px 0 rgba(0,0,0,.5);
    border-radius: 4px;
    max-height: calc(100vh - 100px);
    width: 500px;
}

#basket-arrow {
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    background-color: #fff;
    top: -8px;
    right: 17px;
}

.basket-item {
    line-height: 54px;
    font-size: 18px;
    color: #0A1631;
    border-bottom: 1px solid #E6E6E6;
    padding: 13px 0;
    display: block;
}

.basket-item::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.basket-item-description {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 0;
}

.basket-item-name {
    font-weight: bold;
    display: inline-block;
    white-space: normal;
    line-height: 1em;
}

.basket-item-price {
    float: right;
    min-width: 75px;
    line-height: 1em;
    text-align: right;
    align-self: start;
}

.basket-item-bundle {
    float: left;
    padding-bottom: 15px;
    margin-top: -7px;
    
    opacity: 0.53;
    color: #16182C;
    font-size: 14px;
    line-height: 19px;
    max-width: 75%;
}

.basket-item-discount {
    float: right;
    position: relative;
    line-height: normal;
}

.basket-item-original-price {
    font-size: 16px;
    color: #939393;
}

.basket-item-original-price-strike {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #686868;
    transform: rotate(7deg);
    position: absolute;
    top: 10px;
}

.basket-coupon span:first-child,
.basket-subtotal span:first-child,
.basket-vat span:first-child,
.basket-total span:first-child {
    margin-right: 50px;
}

.basket-coupon span:last-child,
.basket-subtotal span:last-child,
.basket-vat span:last-child,
.basket-total span:last-child {
    display: inline-block;
    width: 100px;
}

.basket-coupon,
.basket-subtotal,
.basket-vat {
    font: 16px/19px Roboto;
    margin-bottom: 10px;
    color: #0A1631;
    text-align: right;
}

.basket-subtotal {
    margin-top: 22px;
}

.basket-total {
    font: 900 20px/2 Roboto;
    margin: 22px 0;
    color: #0A1631;
    text-align: right;
}

.basket-edit-button {
    text-decoration: none;
    color: #F26522;
    float: left;
    font: bold 16px/54px Roboto;
    transition: background-color 0.15s ease-in-out;
}

.basket-edit-button:hover {
    color: #ff5e03;
}

.basket-checkout {
    color: #FF7629;
    text-align: right;
    white-space: nowrap;
}

.basket-checkout-button {
    color: #fff!important;
    font: bold 16px/54px Lato;
    text-decoration: none!important;
    display: inline-block;
    background-color: #FF7629;
    border-radius: 27px;
    height: 54px;
    width: 214px;
    margin-left: 23px;
    text-align: center;
    transition: background-color 0.15s ease-in-out;
}

.basket-checkout-button:hover {
    color: #fff!important;
}

.c-cart--hidden {
    display: none;
}
.c-cart {
    position: absolute;
    right: 0;
    top: calc(100% + (16px * 2));
    background-color: white;
    color: #16182C;
    padding: 2em;
    z-index: 9999;
    box-shadow: 0 2px 31px 0 rgba(0, 0, 0, 0.2);
}

.c-cart::before {
    content: " ";
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    background-color: #fff;
    top: -8px;
    right: 17px;
}


.basket-checkout-button:hover {
    background-color: #ff5e03;
}

.basket-edit-button:hover {
    color: #ff5e03;
}


@media (max-width: 576px) {
    /*container width 540px */
    #cart {
        width: calc(370px - 30px) !important;
        min-width: unset;
    }

    .basket-checkout-button {
        width: 155px;
        font-size: 14px;
    }

    .basket-edit-button {
        font-size: 14px;
    }

    .basket-item-bundle {
        margin-top: 0;
    }

    .basket-item-name {
        white-space: normal;
        line-height: 1em;
    }
}

.btn-custom {
    color: #fff !important;
    background-color: #16182C;
    border-color: #16182C;
    font: bold 16px/40px Lato;
}

.btn-custom:hover {
    color:#ff5e03;
    background-color: #16182C;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 1px #16182C;
}

.dropdown-menu {
    margin-top:12px;
    box-shadow: 0 2px 31px 0 rgba(0,0,0,.5);
}

.dropdown-menu::before {
    content: " ";
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    background-color: #fff;
    top: -8px;
    left: 17px;
}

.curency {
    min-width:82px;
    padding: 0;
}

.curency .dropdown-item {
    color: #0A1631;
    text-decoration: none;
    display: block;
    line-height: 30px;
    height: 40px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 900;
    border-bottom: 1px solid #DADADA;
    padding-top: .5rem;
    padding-bottom: .5rem;
    z-index: 1;
    position: relative;
}

/* Reove sticky for mobile */
@media (max-width: 990px) {
    body {
        padding-top: 0px !important;
    }
    .sticky-top {
        position: initial !important;
    }
}
