/*
/*
* ===================================================
*     SETTINGS
* ===================================================
*/











h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Raleway', sans-serif;
}

body {
    background-color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
}

.text-base {
    font-size: 1rem;
}

.mainmenu_font_size {
    font-size: 1rem;
}

/*
* ===================================================
*     COLORS
* ===================================================
*/

footer, .text-powered-by a, .text-powered-by a:hover {
    background-color: #14324d;
    color: #fffffa;
}

.block-toggler, .block-toggler:focus, .block-toggler:hover {
    color: #fffffa;
}

.block-toggler:hover .block-toggler-icon:before, .block-toggler[aria-expanded="true"] .block-toggler-icon:before, .block-toggler .block-toggler-icon:after, .block-toggler .block-toggler-icon:before, .block-toggler:hover .block-toggler-icon:after, .block-toggler[aria-expanded="true"] .block-toggler-icon:after {
    background-color: #fffffa;
}

.top-bar {
    background: #f2f2f2;
    color: #14324d;
}

.navbar-bg {
    background-color: #14324d
}

.color-text-base:hover, a:hover, .color-text-base:hover, .navbar-checkout-btn:hover, .product-btn-addcart:hover, .detail-nav-link.nav-link:hover, .product-before-price {
    opacity: 0.7;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.slider_pt_0 {
    padding-top: 0px !important;
}

.navbar-checkout-btn, .product-btn-addcart {
    color: #fffffa;
    background: #14324d;
    transition: all 0.2s ease-in-out;
}

.navbar-checkout-btn:hover, .product-btn-addcart:hover {
    color: #fffffa;
    background: #14324d;
}

.detail-nav-link.nav-link.active {
    border-color: transparent transparent #232323 !important;
}

.footer-textcolor, .footer-textcolor:hover {
    color: #fffffa;
}

.footer-textcolor::after {
    background: #fffffa;
}

.img-logo {
    max-height: 75px;
}

.hr-text:after {
    background-color: #ffffff;
}

.product-grid-header-show.active, .dropdown-item.active {
    font-weight: bold;
}

.img-logo {
    max-height: 75px;
}

.dropdown-submenu .dropdown-menu-alignright {
        left: 100%;
        top: 0;
        margin-top: -.5rem;
    }

body, .fa-star-o:before, .form-label, .color-text-base:hover, .color-text-base, .color-text-base:hover, .link-animated:after, .primary-bg, a, a:hover, .nav-link, .product-grid-header-show.active, .navbar-icon, .breadcrumb-item a, .product-before-price, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active, .detail-nav-link.nav-link {
    color: #232323;
}

.color-dark, .dropdown-item.active {
    color: #222222;
}

.swiper-pagination-bullet-active {
    background: #232323;
}

.text-soldout, .product-price, .nav-link.active, .color-primary, .nav-link.active, .product-grid-header-show.active, a, .product-grid-header-show.active:hover, a:hover {
    color: #14324d;
}

.icon-count {
    background: #14324d;
}

.manual-product-height {
    height: 300px !important;
    width: auto !important;
}

/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================
*/

/* Airlectra */

a#taxDropdown {
    color: #232323;
}

.navbar .dropdown-menu.taxDrop {
    top:0;
}

.widget-buy .list-buybtn {
    border-radius: 0px;
    color: #fffffa;
    background: #14324d;
    border: 0;
    text-transform: uppercase;
    width:100%
}

@media (min-width: 768px) and (max-width:991px) {
    .widget-buy .list-buybtn {
        letter-spacing:1px;
    }
}

@media (max-width:374px) {
    .widget-buy .list-buybtn {
        letter-spacing:1px;
    }
}

@media (max-width:325px) {
    .widget-buy .list-buybtn {
        letter-spacing:0px;
    }
}

.product h2.text-base, .product h3.text-base {
    height:5.2rem;
    overflow-y: hidden;
    font-weight:400;
    position:relative;
}

.product h2.text-base a:after, .product h3.text-base a:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}


.fs-1-2 {
    font-size:1.2rem;
}

.fs-1-4 {
    font-size:1.4rem;
}

.product .product-price {
    font-weight:700;
}

@media (min-width: 768px){
    .product.col-md-3 {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
}

@media (min-width: 768px){
    .product.col-md-4 {
        -ms-flex: 0 0 31.3%;
        flex: 0 0 31.3%;
        max-width: 31.3%;
    }
}

@media (max-width: 767px){
    .product.col-6 {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
}

.product {
    margin-left:1%;
    margin-right:1%;
    border:1px solid #dee2e6;
    padding:5px;
    text-align: center;
}

.product-stars {
    bottom:25px;
    right: 7px;
}

.swiper-slide .product-stars {
    bottom:10px;
}

@media (min-width: 768px)and (max-width:991px) {
    .widget-buy .list-buybtn {
        letter-spacing:1px;
    }
}

/*
.product .wishlist-icon {
    display:none;
}
*/

footer #footerMenu0 a {
    color: #fffffa;
}

.lagerstatus .fa {
    padding-right:4px;
}

.lagerstatus .ilag {
    color:#28a745;
}

.lagerstatus .best-vara {
    color:#fd7e14;
}

.prod-img-box {
    text-align: center;
}

.h-max {
    max-height:400px;
}

.wishlist-icon {
    z-index:100!important;
}

.has-dropdown.on-hover:hover > .dropdown-menu.dropdown-menu-first {
    display:grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(12,auto);
}

.line-height-1 {
    line-height:1;
}

.top-rev {
    line-height:0;
}

#copy-review {
    color:#fdc82b;
    font-size:16px;
    letter-spacing:2px;
}

#copy-review #omdqty {
    color: #232323;
    font-size: 15px;
    letter-spacing:0;
}

.rabattribbon {
    position: absolute;
    right: 0;
    left:0;
    width: 100%;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 75px;
    text-align: right;
}

/*
@media (max-width: 992px) {
    .rabattribbon {
        left:5px;
    }
}

@media (max-width: 768px) {
    .rabattribbon {
        left:4px;
    }
}

@media (max-width: 639px) {
    .rabattribbon {
        left:2px;
    }
}
*/

.rabattribbon .procentrab {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #1C314B;
    background: linear-gradient(#1C314B 0%, #1C314B 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    right: -20px;
}

.rabattribbon .procentrab:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1C314B;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1C314B;
}

.rabattribbon .procentrab:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #1C314B
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1C314B;
}

.page-btn {
    color: #fffffa;
    background: #14324d;
    transition: all 0.2s ease-in-out;
}

.page-btn:hover {
    color: #fffffa;
    background: #14324d;
    transition: all 0.2s ease-in-out;
    opacity:0.7;
}

@media (min-width:992px) {
    .lg-nowrap {
        flex-wrap:nowrap!important;
    }
}