/* GENERAL */ 
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,400,400i,500,600');

.top-navigation .store-switcher {
    display: none;
}

body,
.opc-wrapper-opc *,
header,
.cart .cart-totals table {
    font-family: 'Barlow Semi Condensed', sans-serif!important;
}

body a {
    color: #111;
}

body a:hover {
    color: #333;
}

h2, .h2 {
    text-transform: none!important;
}

.top-cart .minicart-wrapper .subtotal {
    display: none;
}

.mini-products-list table.info-wrapper {
    display: none;
}

/* HEADER */
.header-language-background {
    display: none;
}

header#header {
    max-width: none;
    padding: 0;
}

.page-header-container {
    max-width: 1260px;
    margin: 0 auto;
}

#header .logo {
    width: 200px;
}

#header .logo img {
    height: 70px;
    width: auto;
}

/* HEADER USP */
.header-usp {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-top: 150px;
}

.header-usp-container {
    max-width: 1230px;
    margin: 0 auto;
}

.header-usp ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
}

.header-usp ul li i {
    width: 10%;
    float: left;
    padding: 5px;
}

.header-usp ul li i img {
    width: 100%;
    opacity: 0.5;
}

.header-usp ul li span {
    width: 70%;
    float: left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 15px;
    margin-top: 5px;
    color: #777;
}

.header-usp ul li em {
    color: #419d2f;
    width: 100%;
    float: left;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
}

/* NAVIGATION */
div#header-nav {
    background: #008000;
    border-bottom: 0;
}

.header-nav-container {
    max-width: 1260px;
    padding: 0 25px 0 0;
    margin: 0 auto;
    position: relative;
}

nav#nav {
    display: inline-block;
}

.nav-primary {
    display: inline-block;
    margin-top: 0!important;
}

.nav-primary li a {
    color: #fff!important;
    font-size: 16px;
    font-weight: 500;
    text-transform: none!important;
    padding: 10px 15px!important;
}

.nav-primary li a:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff!important;
}

body .nav-primary li.level0 ul {
    top: 50px;
    padding-left: 0;
    padding-right: 0;
}


body .nav-primary li.level1 a {
    border-bottom: 0;
    color: #111!important;
    border-bottom: 1px solid #eee;
}

body .nav-primary li.level0 li a:hover {
    background-color: #fafafa;
    color: #419d2f!important;
}

/* TOP */
#header .skip-links {
    clear: none;
}

.top-navigation {
    width: auto;
    float: right;
}

.top-navigation div {
    display: inline-block;
    float: left;
}

.top-account a {
    padding: 40px 20px;
    margin: 0;
    float: left;
    border-left: 1px solid #eee;
    border-right: 0;
}

.top-account i.icon-login:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon-padlock.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
}

.top-account i.icon-account:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon-user.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
}

.top-navigation .store-switcher {
    top: 41px;
    position: relative;
    margin-right: 20px;
}

.top-navigation  .store-switcher label {
    color: #111;
    margin-right: 5px;
    font-size: 14px;
}

.top-country {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.top-country a {
    padding: 37px 0 0;
    display: inline-block;
}

.top-country a img {
    width: 25px;
    margin: 0 4px;
}

.top-type a {
    padding: 40px 6px;
    display: inline-block;
}

.top-cart {    
    padding: 35px 10px 30px 30px;
    padding-right: 25px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.top-cart a.skip-cart {
    float: right;
    padding: 0;
    position: relative;
    top: -5px;
}

.top-cart .mini-cart.skip-cart .text {
    margin-right: 15px;
    position: relative;
    top: 6px;
    color: #111;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
}

.top-cart .mini-cart.skip-cart .icon {
    background-image: url(../images/icon-shopping-cart.png);
    background-size: 100%;
    background-position: 0;
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px 20px 0 0;
}

.top-cart .skip-cart:not(.skip-active):hover .icon {
    background-position: 0;
}

.top-cart div#header-cart {
    width: 400px;
    margin: 0;
    padding: 20px;
    display: none;
    position: absolute;
    background: #fff;
    right: 25px;
    top: 101px;
    z-index: 999;
    border: 1px solid #eee;
}

.top-cart:hover div#header-cart {
    display: block;
}

.top-cart .block-subtitle {
    margin-bottom: 0;
    display: none;
}

.top-cart p {
    color: #111;
    font-size: 13px;
}

.top-cart a.close.skip-link-close {
    display: none;
}

.top-cart .skip-cart .label {
    display: none;
}

.cart-items {
    width: 100%;
    display: block;
}

.top-cart .block-content {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 17px;
}

.top-cart .minicart-actions {
    width: 100%;
    margin-top: 20px;
}

.top-cart .mini-products-list .product-details {
    margin-left: 20px!important;
}

.top-cart .mini-products-list .product-details .product-name {
    padding-top: 0!important;
    margin-bottom: 0!important;
}

.top-cart .mini-products-list .product-details .product-name a {
    font-size: 14px;
    margin-bottom: 0!important;
}

.top-cart .mini-products-list .product-details a, 
.top-cart .mini-products-list .product-details {
    font-size: 11px;
    color: #999;
}

.top-cart .mini-products-list span.price {
    margin-left: 4px;
}

.top-cart .mini-products-list tr.qty-wrapper {
    display: none;
}

.top-cart .minicart-wrapper .subtotal {
    text-align: center;
    font-size: 16px;
}

.top-cart .minicart-actions ul.checkout-types.minicart {
    width: 49%;
    float: right;
    display: inline-block;
}

.top-cart .minicart-actions a.cart-link {
    width: 49%;
    background: #111;
    color: #fff;
    padding: 10px;
    float: left;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
}

.top-cart .minicart-actions a.button.checkout-button {
    width: 100%;
    background: #4f9c25;
    padding: 10px 20px;
    text-align: left;
    position: relative;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #458b1f;
    border-radius: 3px;
    text-align: center;
}

.top-cart span.count {
    width: 22px!important;
    height: 22px!important;
    line-height: 22px;
    background: #419d2f!important;
    color: #fff!important;
    position: absolute;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 600;
    top: 0;
    right: -8px;
}

.top-cart span.count:before,
.top-cart span.count:after {
    display: none;
}

/* SEARCH */
#header-nav #header-search {
    position: absolute;
    top: -76px;
    left: 250px;
    display: inline-block;
    float: right;
    padding: 10px 60px 10px 8px;
    padding-top: 7px;
    background-color: rgba(0,0,0,0.03);
    border-radius: 4px;
}

#header-nav #search {
    border: 0;
    height: 35px;
    padding-right: 0;
}

#header-nav #search_mini_form .search-button {
    right: -50px;
}

.header-fix {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
}

/* MAIN */
body .main-container {
    width: 100%;
    display: inline-block;
    max-width: none;
    padding: 50px 0;
    background: #f3f3f3;
}

.main {
    max-width: 1260px;
    margin: 0 auto;
}

/* HOME MAIN */
body.cms-home .main-container,
body.cms-home-b2b .main-container {
    padding-top: 0!important;
}

.cms-home .main,
.cms-home-b2b .main {
    max-width: none;
}

.cms-home .main .std,
.cms-home-b2b .main .std {
    max-width: 1260px;
    margin: 0 auto;
}

/*.col1-layout .col-main .widget {
    width: 100%;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
}*/

.section {
    width: 100%;
    background: #fff;
    padding: 30px;
    display: inline-block;
}

.col1-layout .col-main .widget h1 {
    color: #111;
    font-weight: 500;
}

.col1-layout .col-main .widget p {
    font-size: 16px;
}

.col1-layout .col-main .widget a.btn-cta {
    background: #294917;
    color: #fff;
    padding: 10px 20px;
    padding-right: 70px;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
}

.col1-layout .col-main .widget a.btn-cta:before {
    content: '';
    width: 50px;
    height: 100%;
    background: url(../images/icon-next-white.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

a.button.btn-cart.btn-secondary {
    margin-top: 10px;
    text-align: center;
}

a.button.btn-cart.btn-secondary:focus {
    background: #4f9c25!important;
}

a.button.btn-cart.btn-secondary:before {
    display: none;
}

.cms-left {
    width: 50%;
    display: inline-block;
    float: left;
}

.cms-right {
    width: 50%;
    display: inline-block;
    float: right;
}

.cms-pdf {
    position: relative;
}

.cms-pdf a:first-child img {
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
    z-index: 1;
}

.cms-pdf a:last-child img {
    width: 270px;
    float: right;
    position: relative;
    right: 230px;
    z-index: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}

.category-top {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.category-top .category-description {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 30px;
    font-size: 16px;
}

.category-top .category-image {
    width: 40%;
    float: right;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
}

.category-top h1 {
    color: #111;
    font-weight: 500;
}


.cms-page-view .col1-layout .col-main {
    background: #fff;
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.cms-page-view .col1-layout .col-main h1 {
    color: #111;
    font-size: 30px;
    border-bottom: 3px solid #eee!important;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.cms-page-view .col1-layout .col-main .std h2 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
}


/* SLIDER */
.caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.caption .caption-inner {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    top: 200px;
}

.caption strong {
    width: 100%;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    line-height: 60px;
}

.caption a {
    background: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    border-radius: 3px;
    display: none;
}

.caption a:hover {
    text-decoration: none;
    color: #fff;
    background: #419d2f;
}

/* POPULAR CATEGORIES */
.choose-categories {
    padding: 30px 0;
}

.choose-categories ul {
    background: #fff;
}

.choose-categories ul li {
    list-style-type: none;
    display: inline-block;
    width: 16.333%;
    margin-left: 0!important;
    text-align: center;
    padding: 20px 0 40px 0;
}

.choose-categories ul li img {
    width: auto;
    height: 160px;
    display: inline-block;
}

.choose-categories ul li span {
    width: 100%;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 600;
}

/* ACCOUNT */
.customer-account-login .account-login {
    background: #fff;
    padding: 30px;
}

.col-2.registered-users {
    text-align: center;
    padding-left: 0!important;
}

.account-login .page-title h1 {
    text-align: center;
    border-bottom: 3px solid #eee;
    padding-bottom: 30px;
    color: #111;
}

.customer-account-login .col2-set .col-1 {
    text-align: center;
}

.customer-account-login .account-login .buttons-set {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.customer-account-login .col2-set .buttons-set a {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -28px;
    color: #999;
}

.customer-account-login .account-login button.button,
.account-create .buttons-set button.button {
    width: 100%;
    background: #4f9c25;
    padding: 10px 20px;
    text-align: left;
    position: relative;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}

.customer-account-login .account-login button.button:before,
.account-create .buttons-set button.button:before {
    content: '';
    width: 50px;
    height: 100%;
    background: url(../images/icon-next-white.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

.account-create {
    max-width: 600px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
}

.customer-account-create .account-create h1 {
    color: #000;
    border-bottom: 3px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.account-create .fields label {
    color: #000;
    font-weight: 400;
}

.account-create form h2.legend {
    color: #111;
    font-size: 16px;
    font-weight: 600;
}

.customer-account-create .buttons-set {
    max-width: 100%!important;
    width: 100%!important;
    margin: 0!important;
    display: inline-block;
}

.customer-account-create .fieldset, .customer-account-create .buttons-set {
    margin-left: 0!important;
}

.customer-account-create .fieldset input[type=text] {
    width: 100%;
}

.account-create .buttons-set button.button {
    width: 40%;
    clear: both;
    margin: 20px 0 0;
    display: inline-block;
    float: right;
}

/*  FLEX SLIDER*/
body .flexslider {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

body .magestore-bannerslider-title {
    display: none;
}

/* CATEGORY */
.category-products .toolbar {
    background: #fafafa;
    display: inline-block;
    width: 100%;
    border: 0;
    padding: 10px 30px 5px;
    margin-top: 0;
    border-top: 1px solid #eee;
}

.category-products .toolbar-bottom {
    background: none;
    border-top: 0;
}

.category-products .toolbar-bottom .toolbar {
    border: 0;
    background: none;
    padding: 0;
}

.category-products .pages a, 
.category-products .pages .current {
    color: #111;
    border-radius: 100%;
    width: 30px;
    position: relative;
}

.category-products .pages .current {
    top: 2px;
}

.category-products .pages a:hover {
    background: #eee;
}

.category-products .pages .current, 
.category-products .pages .current:hover {
    color: #fff!important;
    border: 0;
    border-radius: 100%;
    width: 30px;
    background-color: #4f9c25;
    cursor: default;
}

.category-products .pages .next:hover, 
.category-products .pages .previous:hover {
    border: 0;
}

.category-products .pages .next:before {
    border-left: 4px solid #4f9c25;
}

.category-products .pages .next:hover:before {
    border-left: 4px solid #4f9c25;
    opacity: 0.8;
}

.category-products .pages .previous:before {
    border-right: 4px solid #4f9c25;
}

.category-products .pages .previous:hover:before {
    border-right: 4px solid #4f9c25;
    opacity: 0.8;
}

p.view-mode {
    display: none;
}

ul.products-grid {
    margin-left: -5px;
    margin-right: -5px;
}

.products-grid .item {
    width: 24%;
    float: left;
    margin: 0 0.5%!important;
    margin-bottom: 15px!important;
    clear: none;
    list-style-type: none;
    background: #fff;
}

.products-grid .product-image {
    margin-bottom: 0;
    border: 0;
}

.products-grid .product-info {
    padding: 0!important;
    text-align: left;
    min-height: 210px!important;
}

.products-grid .product-name, .products-list .product-name {
    text-align: left;
    padding: 0 20px;
    min-height: 42px;
}

h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
    color: #111!important;
    font-weight: 700!important;
    font-size: 15px;
    text-transform: none;
}

.cms-index-index .products-grid .ratings, 
.cms-index-index .products-grid .actions, 
.cms-index-noroute .products-grid .ratings, 
.cms-index-noroute .products-grid .actions {
    display: block!important;
}

.products-grid .add-to-links {
    display: none;
}

.products-grid .price-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}

.products-grid .price-box .price {
    color: #419d2f;
    font-size: 16px;
}

.product-info .desc.std {
    padding: 0 20px 20px;
    height: 50px;
    overflow: hidden;
}

.product-info .actions {
    padding: 10px 20px;
    min-height: 0!important;
    position: relative!important;
}

.products-list .action .button, 
.products-grid .actions .button {
    width: 100%;
    background: #4f9c25;
    padding: 10px 20px;
    text-align: left;
    position: relative;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}

.products-list .action .button:before, .products-grid .actions .button:before {
    content: '';
    width: 50px;
    height: 100%;
    background: url(../images/icon-shopping-cart-tick.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

body .btn-cart {
    width: 100%;
    background: #4f9c25;
    padding: 10px 20px;
    text-align: left;
    position: relative;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #458b1f;
    border-radius: 3px;
}

body .btn-cart:before {
    content: '';
    width: 50px;
    height: 100%;
    background: url(../images/icon-shopping-cart-tick.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

body .btn-cart:hover {
    background: #458b1f;
}

/* BREADCRUMBS */
.breadcrumbs {
    display: block;
}

.breadcrumbs a:hover {
    color: #4f9c25;
}

/* SINGLE */
.product-left {
    width: 48%;
    float: left;
}

.product-right {
    width: 48%;
    float: right;
    background: #fff;
    padding: 30px;
}

.catalog-product-view .product-img-box {
    width: 100%;
    float: left;
    padding-right: 0;
}

.catalog-product-view .product-view .product-shop {
    width: 100%;
    float: right;
    padding-left: 0!important;
}

.product-view .product-shop .product-name .h1 {
    color: #111!important;
    text-transform: none;
    font-size: 30px;
    font-weight: 400;
}

.product-view .availability.in-stock {
    color: #111;
    text-transform: none;
    font-size: 14px!important;
    position: relative;
}

.product-view .availability.in-stock:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon-checked-white.png);
    background-color: #419d2f;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    border-radius: 100%;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.product-action {
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 10px 0 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
}

.product-view .add-to-cart .qty-wrapper {
    position: static;
    top: 50px;
    left: 0;
}

.product-action .price-info {
    margin-top: 0;
    position: relative;
    top: 0;
}

.product-view .product-shop .price-info {
    width: 40%;
    padding: 0!important;
    margin: 4px 0 0 0!important;
    float: left!important;
    text-align: left!important;
}

.product-view .product-shop .product-action .price-box .regular-price .price {
    color: #111;
    font-weight: 600;
}

.product-view .product-shop .price-box {
    display: inline-block;
}

span.price-qty {
    float: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #4f9c25;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

span.surcharge {
    position: absolute;
    font-size: 12px;
    bottom: -8px;
}

.product-action .add-to-cart-wrapper {
    width: auto!important;
    padding: 0!important;
}

.product-view .add-to-cart .qty-wrapper {
    margin-bottom: 0!important;
}

.product-view .add-to-cart-buttons {
    width: 200px;
    margin-right: 0!important;
}

.product-view .add-to-cart-buttons .button {
    margin-bottom: 0!important;
}

.product-view .product-action .add-to-cart {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.box-collateral.box-tags {
    display: none;
}

.product-collateral.toggle-content.tabs {
    display: none;
}

.more-views h2 {
    display: none;
}

.product-usp {
    width: 100%;
    float: left;
    background: #eff4ec;
    box-shadow: 0px 1px 5px #ddd;
    padding: 30px;
}

.product-usp ul {
    margin-top: 0;
}

.product-usp ul li {
    width: 50%;
    padding: 10px 0;
    display: inline-block;
    float: left;
}

.product-usp ul li i {
    width: 20%;
    display: inline-block;
}

.product-usp ul li i img {
    width: 60%;
    margin: 0 20%;
    margin-top: 5px;
}

.product-usp ul li span {
    width: 75%;
    display: inline-block;
    float: right;
}

.product-usp ul li span strong {
    width: 100%;
    float: left;
}

div#product-options-wrapper {
    display: none;
}

.product-options-bottom {
    background-color: transparent!important;
    padding: 0!important;
    border: 0!important;
    border-top: 0!important;
    margin-bottom: 0!important; 
}

.product-options-bottom ul.add-to-links {
    display: none;
}

.product-options-bottom .price-box {
    display: none!important;
}

/* RELATED PRODUCTS */ 
.product-view .block-related {
    width: 100%!important;
    padding: 0!important;
    margin: 30px 0 0 0;
}

.product-view .block-related .block-title {
    border-top: 0;
}

.block-related .checkbox {
    display: none;
}

.block-related .block-subtitle {
    display: none;
}

.block-related .block-content {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

ol#block-related li {
    width: 23%;
    display: inline-block;
    padding: 0;
    margin: 0 1%;
    background: #fff;
    float: left;
    clear: none;
}

ol#block-related li .product {
    margin: 0;
}

ol#block-related li .product a.product-image {
    width: 100%;
    border: 0;
}

ol#block-related li .product a.product-image img {
    width: 100%;
    height: auto;
}

.block-related ol#block-related .product-details {
    width: 100%;
    margin-left: 0;
    padding: 20px;
    float: left;
}

.block-related ol#block-related .product-details .price-box span {
    padding: 0!important;
    color: #4f9c25;
    font-size: 18px!important;
}

.block-related ol#block-related .product-details .price-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-top: 10px;
}

.block-related .btn-cart {
    margin-top: 10px;
}

.product-view .product-shop .extra-info {
    width: 100%!important;
    max-width: 100%!important;
}

.datasheet {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.datasheet table {
    width: 100%;
}

.datasheet h4 {
    font-size: 18px;
}

.datasheet td {
    border-top: 1px solid #eee;
    padding: 5px 0;
    transition: all 200ms ease;
}

.datasheet td:last-child {
    text-align: right;
    font-weight: 600;
}

.datasheet tr:hover td {
    background: #fafafa;
    padding-left: 10px;
    padding-right: 10px;
}



/* CART */
.cart-right .cart-forms form#discount-coupon-form {
    display: block;
}

.cart-right .cart-forms {
    width: 100%;
    padding: 0;
}

.cart-right .cart-forms .discount {
    background: none;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 0 20px 14px;
}

.cart-right .discount-form .button2 span, .button2 span span {
    color: #419d2f;
}

.checkout-cart-index .cart .page-title {
    margin-bottom: 15px;
    border-bottom: 0;
}

.checkout-cart-index .cart .page-title h1 {
    text-transform: none;
    font-weight: 400;
}

.cart-left {
    width: 60%;
    padding: 0;
    background: #fff;
    float: left;
}

.cart-left table#shopping-cart-table {
    width: 100%;
    margin-bottom: 0;
}

.cart-left .data-table thead th, 
.cart-left .data-table tbody td {
    border-bottom: 0;
}

.cart-left .data-table tbody td span.price {
    font-size: 16px;
}


th.cart-title-head {
    padding-left: 15px!important;
}

.cart-left .data-table thead th {
    text-transform: none;
    color: #333!important;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #eee;
}

.cart-left h2.product-name a {
    font-size: 16px;
    font-weight: 500!important;
    color: #333!important;
}

.cart-left h2.product-name span.price {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    margin-top: 2px;
}

.cart-left .product-cart-sku {
    margin-top: 10px;
    float: left;
    font-family: 'Barlow Semi Condensed', sans-serif!important;
    font-style: normal!important;
    font-size: 12px!important;
    color: #444;
}

.cart-left .data-table tbody td.product-cart-price span {
    display: none;
}

.cart-table .cart-links > li > a {
    font-size: 10px;
    color: #888;
}

.cart-table .product-cart-info, 
.cart-table .product-cart-actions,
.cart-table .product-cart-total,
.cart-table .product-cart-remove {
    padding-top: 60px;
}

.cart-table td.product-cart-info {
    padding-top: 45px;
}

.cart-table .product-cart-actions .qty {
    margin-top: 0;
    margin-bottom: 5px;
}

.cart-table .product-cart-actions .button {
    display: none!important;
}

.cart-left .cart-table .product-cart-image {
    padding-left: 15px;
    padding-right: 0;
}

.cart-left a.product-image {
    border: 0;
}

.cart-left .cart-footer-actions button span {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    text-transform: none;
}

.cart-table tr {
    border-bottom: 1px solid #eee!important;
}

.cart-table .product-cart-remove a.btn-remove {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}

ul.checkout-types.top {
    display: none;
}

.cart-right {
    width: 37%;
    float: right;
    background: #fff;
}

.cart-right .cart-totals {
    background: none;
    border: 0;
    padding: 0;
}

.cart-right .cart-totals-wrapper {
    width: 100%;
    padding: 0;
}

.cart-right .a-right, 
.cart-right .align-right {
    text-align: left;
}

.cart-right h3,
.opc-index-index .opc-wrapper-opc .opc-col-right h3 {
    padding: 20px;
    border-bottom: 2px solid #eee;
    text-transform: none;
    font-weight: 500;
    font-size: 24px;
    color: #333;
}

.cart-right table#shopping-cart-totals-table tr td {
    padding: 7px 20px;
}


.cart-right table#shopping-cart-totals-table tr:last-child td {
    padding-bottom: 15px!important;
}

.cart .cart-totals table td,
.cart .cart-totals table tfoot td {
    font-size: 16px!important;
    text-transform: none;
}

.cart .cart-totals table tfoot tr:first-child td {
    padding-top: 15px!important;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    display: none;
}

.cart-right table#shopping-cart-totals-table tfoot tr:last-child td {
    font-size: 20px!important;
}

.cart-right table#shopping-cart-totals-table tfoot tr:last-child td strong {
    font-weight: 600;
}

.cart-right table#shopping-cart-totals-table tr td:last-child {
    text-align: right;
}

.checkout-types {
    width: 100%;
    padding: 0 20px;
}

.opc-wrapper-opc .opc-review-actions .checkout-agreements {
    padding: 0 20px 10px!important;
}

.opc-wrapper-opc .md-modal {
    max-width: 600px!important;
}

.opc-wrapper-opc .opc-review-actions .view-agreement:hover {
    color: #419d2f!important;
    text-decoration: underline;
}

.opc-wrapper-opc .opc-review-actions .agree span {
    font-size: 14px;
    margin-left: 5px;
}

.opc-wrapper-opc .opc-review-actions .agree span label {
    color: #111;
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
    width: 100%;
    background: #4f9c25;
    padding: 15px 20px;
    text-align: left;
    position: relative;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}

.cart-totals .checkout-types .btn-checkout:before {
    content: '';
    width: 50px;
    height: 100%;
    background: url(../images/icon-shopping-cart-tick.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

.checkout-types .method-checkout-cart-methods-multishipping {
    display: none!important;
}

.cart-right table#shopping-cart-totals-table tfoot tr:last-child td {
    font-size: 20px!important;
    border-top: 1px solid #eee;
    color: #419d2f;
    padding-top: 15px;
}

.cart-forms .shipping {
    display: none;
}


/* CHECKOUT */
.opc-index-index div#header-nav {
    display: none;
}

.opc-index-index .header-usp {
    border-top: 1px solid #eee;
}

.opc-index-index .top-account,
.opc-index-index .top-country,
.opc-index-index .top-type {
    display: none;
}

.opc-index-index .top-cart {
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.opc-index-index .opc-wrapper-opc h2 {
    font-size: 24px;
}

.opc-index-index .opc-wrapper-opc .opc-col-left {
    width: 60%;
    background: #fff;
    padding: 25px;
}

form#opc-address-form-billing {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.opc-wrapper-opc .opc-menu p {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-bottom: 25px!important;
    position: relative;
    text-align: center;
}

.opc-wrapper-opc .opc-menu p:before {
    content: 'Eller';
    position: absolute;
    width: 10%;
    text-align: center;
    bottom: -8px;
    left: 0;
    display: inline-block;
    margin: 0 45%;
    background: #fff;
    color: #999;
}

.opc-index-index .opc-wrapper-opc .opc-login-trigger {
    background: #111;
    color: #fff;
    padding: 0 10px!important;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    height: auto!important;
    width: auto;
    line-height: 30px;
    display: inline-block;
    margin: 0 auto;
}

.opc-index-index .opc-wrapper-opc .opc-login-trigger:hover {
    background: #419d2f!important;
}

.opc-index-index .opc-wrapper-opc h3 {
    border-bottom: 0;
    font-size: 15px;
}

.opc-index-index .opc-wrapper-opc label {
    font-size: 13px;
    font-weight: 400;
}

.opc-index-index .opc-wrapper-opc .opc-col-left .fields .field {
    margin-bottom: 5px;
}

.opc-wrapper-opc .shipping-block {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 25px;
}

.opc-wrapper-opc .shipping-block {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.opc-index-index .opc-wrapper-opc .opc-col-right {
    width: 38%;
    float: right;
    background: #fff;
    padding: 0;
}

.field.name-middlename {
    display: none;
}

.opc-wrapper-opc .opc-col-left .fields .field:first-child, 
.opc-wrapper-opc .opc-col-left .fields .field:nth-child(2n+1) {    
    clear: none!important;
}

.opc-wrapper-opc .opc-col-left .fields .field:last-child {
    float: right!important;
}

.opc-wrapper-opc .opc-col-left .fields .field:first-child {
    float: left!important;
}

.opc-index-index .opc-wrapper-opc .opc-col-left input[type="text"], 
.opc-index-index .opc-wrapper-opc .opc-col-left input[type="password"],
.opc-index-index .opc-wrapper-opc .opc-col-left .wide input[type="text"] {
    background: #fafafa;
    border: 1px solid #eee;
}

.opc-index-index .opc-wrapper-opc .discount-block {
    display: none;
}

.opc-index-index .opc-wrapper-opc .shipping-block {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#checkout-shipping-method-load .sp-methods dd, .opc-index-index .sp-methods dt {
    height: 40px;
    margin: 0!important;
    line-height: 40px;
}

#checkout-shipping-method-load .sp-methods dd {
    width: 50%;
    float: left;
}

.opc-index-index .sp-methods dt {
    width: 50%;
    float: right;
    text-align: right!important;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px!important;
}

.opc-index-index .opc-wrapper-opc #opc-review-block {
    width: 100%;
    position: static;
    display: block!important;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.review-menu-block a.review-total {
    display: none!important;
}

.opc-index-index .opc-wrapper-opc .payment-block {
    width: 100%;
    display: inline-block;
}

.opc-index-index .opc-wrapper-opc .opc-col-right .opc-data-table h3 {
    padding: 0;
    padding-left: 5px;
    font-size: 14px;
    border-bottom: 0;
    color: #636363;
}

.opc-index-index .opc-col-right .review-menu-block {
    width: 100%;
}

.opc-index-index .opc-col-right #checkout-review-table-wrapper {
    padding-right: 0;
}

.opc-index-index .opc-wrapper-opc .opc-data-table thead th {
    border-bottom: 0;
    padding: 0 20px!important;
    color: #636363!important;
}

.opc-index-index .opc-wrapper-opc .opc-data-table tbody td .price,
.opc-index-index .opc-wrapper-opc .opc-data-table tfoot td .price,
.opc-index-index .opc-wrapper-opc .opc-data-table tfoot td,
.opc-index-index .opc-wrapper-opc .opc-data-table tfoot td strong,
.opc-index-index .opc-wrapper-opc .opc-data-table tfoot td div {
    color: #636363!important;
}

.opc-index-index .opc-wrapper-opc .opc-data-table td.last {
    padding-right: 20px;
    color: #636363!important;
}

#checkout-review-table .summary-collapse:before, 
#shopping-cart-totals-table .summary-collapse:before, 
body.customer-account .data-table .summary-collapse:before {
    display: none!important;
}

.opc-wrapper-opc .opc-data-table tfoot td:first-child {
    text-align: left;
    padding-left: 20px;
}

#checkout-shipping-method-load .sp-methods dd label {
    padding: 0 20px!important;
    margin-bottom: 0!important;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    top: -5px;
}

.opc-index-index .opc-wrapper-opc .payment-block dt {
    margin: 0;
    background: none;
    position: relative;
    border-radius: 2px;
}

.opc-index-index .opc-wrapper-opc .payment-block dt label {
    color: #999;
    text-align: left;
    padding: 0!important;
    height: auto!important;
    line-height: 20px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
    transition: all 200ms ease;
}

.opc-index-index .opc-wrapper-opc .payment-block dt:hover, 
.opc-index-index .opc-wrapper-opc .payment-block dt.active {
    background: none;
}

.opc-index-index .opc-wrapper-opc .payment-block dt:hover label,
.opc-index-index .opc-wrapper-opc .payment-block dt:active label {
    color: #111;
}

.opc-index-index .opc-wrapper-opc .payment-block dt.active label {
    color: #419d2f!important;
    position: relative;
    padding-left: 30px!important;
}

.opc-index-index .opc-wrapper-opc .payment-block dt label:before {
    content: '';
}

.opc-index-index .opc-wrapper-opc .payment-block dt.active label:before {
    content: '';
    height: 20px;
    width: 20px;
    padding: 10px;
    background-image: url(../images/icon-checked-white.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #419d2f;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    transition: all 200ms ease;
}

.opc-index-index .opc-review-actions {
    border-top: 2px solid #eee;
    margin-top: 15px;
    padding-bottom: 15px;
}

.opc-index-index .opc-review-actions h5.grand_total {
    padding: 0 20px;
    text-transform: none;
    font-size: 20px;
    color: #419d2f;
}

.opc-index-index .opc-review-actions h5.grand_total span.price {
    font-size: 20px;
    color: #419d2f;
}


.opc-index-index .opc-wrapper-opc button.btn-checkout {
    width: 90%;
    background: #4f9c25!important;
    padding: 12px 20px;
    margin: 0 5%;
    text-align: left;
    position: relative;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    overflow: hidden;
}

.opc-index-index .opc-wrapper-opc button.btn-checkout span {
    background: none;
    line-height: 25px;
    text-transform: none;
    height: auto;
}

.opc-index-index .opc-wrapper-opc button.btn-checkout:hover span {
    background: none!important;
}

.opc-index-index .opc-wrapper-opc button.btn-checkout:before {
    content: '';
    width: 50px;
    height: 100%;
    background: url(../images/icon-shopping-cart-tick.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
}

.opc-wrapper-opc .collapse-block {
    display: block!important;
    border: 0!important;
}

.opc-wrapper-opc .comment-block {
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.opc-wrapper-opc .comment-block span.fa.expand_plus {
    display: none;
}

.opc-wrapper-opc .comment-block textarea {
    width: 100%;
    height: 100px;
    resize: none;
    background: #fafafa;
    border: 1px solid #eee;
    max-width: none;
}

.opc-wrapper-opc .shipping-block dt {
    width: 100%;
    float: left;
    text-align: left!important;
    min-height: 0;
    height: auto;
}

#checkout-shipping-method-load .sp-methods dd {
    width: 50%;
    float: none;
    display: inline-block;
}

#opc-review-block .page-title {
    display: none;
}

#opc-review-block .mailchimp-multisubscribe {
    text-align: left;
    padding: 0 20px;
}

#opc-review-block .mailchimp-multisubscribe label {
    font-size: 15px;
    color: #636363;
}

/* LOGIN POPUP */
.opc-index-index .opc-wrapper-opc .opc-col-left .input-box {
    width: 100%;
}

.opc-index-index .opc-wrapper-opc .btn span {
    background: none;
    font-weight: 400;
    font-size: 14px;
}

.opc-index-index .opc-wrapper-opc .btn {
    background: #111!important;
    margin-left: 10px;
    letter-spacing: 1px;
    font-size: 14px;
}

.opc-index-index .opc-wrapper-opc .btn:hover {
    background: #419d2f!important;
}

.opc-index-index fieldset#checkout-payment-method-load {
    padding: 0 20px;
}

#checkout-shipping-method-load .sp-methods dd li {
    margin: 0;
}



#checkout-shipping-method-load .sp-methods dd img {
    display: none;
}

.pakkelabels_stores input.button {
    background: #4f9c25;
    color: #fff;
}

.opc-index-index tfoot tr:nth-child(2), 
.opc-index-index tfoot tr:nth-child(3) {
    display: table-row;
}

.opc-index-index tfoot tr.first td:first-child {
    text-indent: -9999px;
}

.opc-index-index tfoot tr.first td:first-child:before {
    content: 'Subtotal ekskl. moms';
    text-indent: 0px;
    float: left;
}

/* FOOTER */
.footer {
    background: #005500;
    border-top: 0!important;
    padding: 0!important;
    margin-top: -50px;
}

.footer .footer-container {
    padding: 50px 0!important;
}

.footer .store-switcher {
    display: none;
}

.block.block-subscribe {
    display: none;
}

.footer .block-title {
    display: none;
}

.footer .footer-container .links {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer .footer-container .links:nth-child(3) {
    display: none;
}
 
.footer .links li {
    display: inline-block;
}

.footer .footer-container .links a {
    padding: 3px 13px;
    display: inline-block;
    color: #fff;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
}

.footer .footer-container .links a:hover {
    color: #fff;
}

.footer .footer-container .links:nth-child(2) ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
}

.footer .footer-container .links:nth-child(4) {
    display: none;
}

.footer .footer-container address {
    margin: 40px 0 0 0;
    padding: 0;
    padding-left: 13px;
    border-top: 0;
    text-align: left;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.footer .footer-container address span {
    width: 100%;
    float: left;
    padding: 1px 0;
    font-weight: 300;
    font-size: 15px;
}

.footer .footer-info .footer-container {
    padding: 0px!important;
}

.footer-info {
    background-color: rgba(0,0,0,0.4)
}

.footer-info ul {
    text-align: center;
}

.footer-info ul li {
    display: inline-block;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-info ul li img {
    width: 18px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.footer-brands .footer-container {
    padding: 20px 0!important;
}

.footer-brands span{float:left; display:inline-block; margin:20px;}
.footer-brands span img{height:100px;}

@media only screen and (max-width: 1024px) {
    #header-nav #header-search {
        max-width: 200px;
    }

    .nav-primary li.icon a {
        padding: 0 0px!important;
    }

}


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

.main-container {
    margin-top: 165px!important;
}

#header .logo {
    width: 100%;
    padding: 0;
    text-align: center;
}

#header .logo img {
    height: 70px;
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
}

#header .skip-links {
    overflow: visible;
    border: 0;
}

.skip-nav {
    width: auto;
}

a.skip-link.skip-nav {
    position: absolute;
    top: 32px;
    right: 10px;
    width: auto;
    border: 0;
}

.skip-nav .label {
    font-size: 16px;
    margin-left: 10px;
}

a.skip-link.skip-search {
    display: none;
}

.top-navigation {
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
}

.top-navigation .top-cart {
    width: 100%;
    padding: 20px 20px 10px;
}

.top-cart a.skip-cart {
    width: 100%;
}

.top-cart span.count {
    right: auto;
    left: 0;
}

div#header-nav {
    position: absolute;
    top: 95px;
    width: 100%;
    z-index: 999;
}

nav#nav {
    width: 100%;
}

.nav-primary {
    width: 100%;
}

.skip-link.skip-active {
    background: none!important;
}

body #header-account li a, 
body .nav-primary a.level0 {
    border: 0;
    color: #fff;
}

div#header-nav {
    width: 100%;
}

#header-nav #header-search {
    width: 100%;
    padding: 20px;
    margin-bottom: -5px;
    max-width: 200px;
}

#header-nav #header-search {
    padding: 10px;
    padding-right: 60px;
    margin-top: 7px;
    margin-bottom: 0;
}

.header-nav-container {
    padding: 0;    
    background: rgb(0, 128, 0);
}

.top-navigation .top-cart {
    width: 70%;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}

.top-account {
    width: 30%;
    display: inline-block;
}

.top-account a {
    padding: 22px 20px;
}

.header-usp {
    display: none;
}

.caption .caption-inner {
    top: 20px;
    left: 20px;
}

.caption strong {
    font-size: 20px;
    line-height: 24px;
}

.caption a {
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 14px;
}

.main {
    padding: 0 20px;
}

/* CMS */
.cms-home .main {
    padding: 0;
}

.cms-home .main .std {
    padding: 0 20px;
}

.choose-categories {
    padding: 0;
}

.choose-categories ul li {
    width: 49.5%;
    display: inline-block;
}

.products-grid .item {
    width: 49%;
    height: 580px;
    display: inline-block;
}

.products-grid > li:nth-child(3n+1) {
    clear: none!important;
}

.cms-left,
.cms-right {
    width: 100%;
}

.cms-pdf {
    padding-bottom: 50px;
}

.cms-pdf a:first-child img {
    width: 65%;
    top: 70px;
}

.cms-pdf a:last-child img {
    width: 60%;
    top: 60px;
    left: 0;
    right: auto;
    float: left;
}

/* FOOTER */
.footer .footer-container .links {
    margin-bottom: 20px;
    text-align: center;
}

.footer .footer-container address {
    margin-top: 10px;
}

.footer .footer-container address span {
    text-align: center;
}

/* CATEGORY */
.category-top .category-description {
    width: 100%;
}

.category-top .category-image {
    display: none;
}

/* SINGLE */
.product-left {
    width: 100%;
    float: left;
}

.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
    color: #111!important;
    font-size: 21px;
    text-transform: none;
}

.product-image-thumbs li {
    width: 33.33%;
}

.product-image-thumbs li img {
    width: 100%;
}

.product-right {
    width: 100%;
}

.product-view .add-to-cart-buttons {
    width: auto;
    float: right!important;
}

.product-view .product-shop .price-box {
    margin-bottom: 20px;
}

body .btn-cart {
    text-align: left!important;
}

ol#block-related li {
    width: 100%;
    margin: 0 0 20px 0;
}

.product-view .block-related {
    margin-top: 30px!important;
    display: inline-block;
    overflow: hidden;
}

/* CART */
.cart-left {
    width: 100%;
}

.cart-right {
    width: 100%;
    margin-top: 20px;
}

/* CHECKOUT */
.opc-index-index .opc-wrapper-opc .opc-col-left {
    width: 100%;
}

.opc-wrapper-opc .opc-menu p:before {
    width: 30%;
    margin: 0 35%;
}

.opc-index-index .opc-wrapper-opc .opc-col-right {
    width: 100%;
}

.opc-index-index .opc-wrapper-opc .shipping-block {
    height: auto;
    display: inline-block;
}

.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {
    min-width: 0;
}

#checkout-shipping-method-load .sp-methods dd label {
    padding: 0 0px!important;
    min-width: 0!important;
}



}


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

    .top-navigation .top-account {
        display: none!important;
    }

    .products-grid .item {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .top-navigation .top-cart {
        width: 100%;
    }




}


@media only screen and (max-width: 768px) and (min-width: 740px) {

    div#header-nav {
        position: absolute;
        top: 95px;
        width: 30%;
        z-index: 999;
        background: none;
        padding: 0;
        display: inline-block;
        left: 0;
    }

    .header-nav-container #nav {
        display: none;
    }

    .skip-active .header-nav-container #nav {
        display: inline-block;
    }

    a.skip-link.skip-nav {
        right: 50px;
    }

    .top-navigation .top-account {
        display: inline-block!important;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .top-account a {
        padding: 22px 30px;
        padding-right: 50px;
    }

}

