﻿@font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-ThinItalic"), url(/fonts/CeraPro-ThinItalic.woff2) format("woff2"), url(/fonts/CeraPro-ThinItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-Medium"), url(/fonts/CeraPro-Medium.woff2) format("woff2"), url(/fonts/CeraPro-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-LightItalic"), url(/fonts/CeraPro-LightItalic.woff2) format("woff2"), url(/fonts/CeraPro-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-Italic"), url(/fonts/CeraPro-Italic.woff2) format("woff2"), url(/fonts/CeraPro-Italic.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-BlackItalic"), url(/fonts/CeraPro-BlackItalic.woff2) format("woff2"), url(/fonts/CeraPro-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-BoldItalic"), url(/fonts/CeraPro-BoldItalic.woff2) format("woff2"), url(/fonts/CeraPro-BoldItalic.woff) format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-Black"), url(/fonts/CeraPro-Black.woff2) format("woff2"), url(/fonts/CeraPro-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-Thin"), url(/fonts/CeraPro-Thin.woff2) format("woff2"), url(/fonts/CeraPro-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-Light"), url(/fonts/CeraPro-Light.woff2) format("woff2"), url(/fonts/CeraPro-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-MediumItalic"), url(/fonts/CeraPro-MediumItalic.woff2) format("woff2"), url(/fonts/CeraPro-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-Regular"), url(/fonts/CeraPro-Regular.woff2) format("woff2"), url(/fonts/CeraPro-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: "swap";
    font-display: swap;
  }
  
  @font-face {
    font-family: "Cera Pro";
    src: local("CeraPro-Bold"), url(/fonts/CeraPro-Bold.woff2) format("woff2"), url(/fonts/CeraPro-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }


body {
    font-size: 1rem;
    margin: 0;
	font-family: 'Montserrat', "Cera Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    //letter-spacing: 0.067rem;
    background-color: #F0F0F0;
    color:#000;
    font-size: 16px
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-link {
	font-size:14px;
}

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 20px;
	font-weight: 500;
}

small {
    font-size:.8em;
}

.bg-darkBeige {
    background-color: #B4ACA4
}
.bg-lightBeige {
    background-color: #DAD4CE
}
.bg-lightGray {
    background-color: #F0F0F0
}
.bg-darktGray {
    background-color: #575657
}

.darkBeige {
    color: #B4ACA4
}

.lightBeige {
    color: #DAD4CE
}

.lightGray {
    color: #F0F0F0
}

.darktGray {
    color: #575657
}
a, a:hover, a:active{
    text-decoration:none;
    color:#000;
    cursor:pointer
}
.mw-75{
    margin:auto;
    width:75%
}
#topNav a{
    color: #000;
    font-size: 12px;
    text-decoration:none
}
.topnav-link{
    margin-right:10px;
    padding:0 10px 0 0;
    text-transform:uppercase
}
.topnav-link i{
  vertical-align:middle
}

.sponsor a{
		text-transform: inherit;
	}
    .topnav-link:not(:last-child) {
        margin-right: 10px;
        padding: 0 10px 0 0;
        border-right: 1px solid #000
    }
    .topnav-link.active, .nav-link.active{
        text-decoration:underline!important;
		font-weight: 600;
    }

#mainNav {
    color: #000;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 62px;
    height: 75px;
}
.strong{
	font-weight: 600;
}

.nav-link {
    color: #000;
}
.page-content{
    padding-top:130px
}
.btn{
	padding-right:1.2rem;
	padding-left: 1.2rem;
}
.btn-cart,
#qliro-checkout-btn {
    font-size: 14px;
    font-weight: 700;
    background-color: #DAD4CE;

}
    .btn-cart:hover {
        font-size: 14px;
        font-weight: 700;
        background-color: transparent;
        border: 1px solid #000;
    }

.btn-cart i {
   margin-right:10px
}

@keyframes blink {
    50% {
        font-size: 1.2em;
        background-color: #090;
        color: #fff;
    }
}

.btn-cart.btn-blink {
    animation-name: blink;
    animation-duration: 800ms;
}

.btn-beige {
    font-size: 15px;
    font-weight: 700;
    background-color: #DAD4CE;
    color:#fff;
    text-transform:uppercase
}
.btn-beige:hover {
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    border:1px solid #fff;
    text-transform: uppercase
}
.btn-darkBeige {
    font-size: 15px;
    font-weight: 700;
    background-color: #B4ACA4;
    color: #fff;
    text-transform: uppercase
}

    .btn-darkBeige:hover {
        font-size: 16px;
        font-weight: 700;
        background-color: transparent;
        color: #B4ACA4;
        border: 1px solid #B4ACA4;
        text-transform: uppercase
    }
.btn-darkGray {
    font-size: 15px;
    font-weight: 700;
    background-color: #575657;
    color: #fff;
    text-transform: uppercase
}
    .btn-darkGray:hover {
        font-size: 16px;
        font-weight: 700;
        background-color: transparent;
        color: #575657;
        border: 1px solid #575657;
        text-transform: uppercase
    }
.button-box a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0;
    padding: 10px 5px;
}
.button-box .readMore {
    background-color: #fff !important;
    color: #B4ACA4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #B4ACA4;
}
.btn-border {
    background-color: #fff !important;
    color: #B4ACA4;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #B4ACA4;
    border-radius:unset;
    margin:5px
}
    .btn-border.active {
        background-color: #B4ACA4 !important;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    border: 1px solid #B4ACA4;
    border-radius:unset;
    margin:5px
    }
.btn-border-back, .btn-border-back:hover {
    background-color: transparent !important;
    color: #575657;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #575657;
    border-radius: unset;
}

.btn-border-back i{
    margin-right:5px
}

    .button-box .readMore:active, .button-box .readMore:hover {
        background-color: #fff !important;
        color: #B4ACA4;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        border: 1px solid #B4ACA4;
    }
.button-box .buy {
    color: #fff !important;
    background-color: #B4ACA4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #B4ACA4;
}
    .button-box .buy:active, .button-box .buy:hover {
        color: #fff !important;
        background-color: #B4ACA4;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        border: 1px solid #B4ACA4;
    } 
    .notInStock {
    color: #fff !important;
    background-color: #DAD4CE!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #DAD4CE!important;
}
.button-box .btn {
    width: 50%
}

.offcanvas-header {
    justify-content: start
}
.offcanvas input-group-append{
    position:absolute;
    right:0
}
.offcanvas .form-control {
    border: 2px solid #B4ACA4;
}
.offcanvas .input-group-append {
    border: 2px solid #B4ACA4;
    background-color: #B4ACA4;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.offcanvas .fa-search{
    color:#fff
}

.startpage .carousel-item img {
    object-fit: cover;
    filter: brightness(.85);
	height: 640px;
}
.startpage .carousel-indicators button {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50px !important;
    border-bottom: unset !important;
    border-top: unset !important;
    margin: auto 5px !important;
}
.startpage .carousel-caption {
    top: 56%;
    transform: translateY(-50%);
}
.card {
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.1);
	height: 100%;
}
.card small {
	color:#575657;
}

.card-info{
    text-align:center
}
.card h4{
    text-transform:uppercase
}
.card .tagg {
    background-color: #DAD4CE;
    color:#000;
    font-size:13px;
    font-weight:700;
    position:absolute;
    top:20px;
    left:0;
    padding:10px 15px;
    text-transform:uppercase
}
.card .product-img {
    height: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.card .productname {
    font-size: 1.1rem;   
	font-weight: 300;
}

.card .sub-product {
    width: 40px;
    height: 40px;
    margin: 2px;
    margin-bottom: -12px;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    border: 1px solid #ccc;
    padding: 2px;
}

.hexagon {
    background-repeat: no-repeat;
    width: fit-content;
    background-position: center;
    background-size: contain;
    height: 35px;
    width: 35px;
    margin-right: 10px
}
.hexagon-check {
    background-repeat: no-repeat;
    width: fit-content;
    background-position: center;
    background-size: contain;
    height: 100px;
    width: 100px;
    margin: auto
}

.w-60{
    width:60%
}

.search-card {
    position: relative;
    margin: 60px 0;
    background-color: #fff;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}
    .search-card .search-card-img {
        display: inline-block;
        margin-top: -40px;
        margin-left: 15px;
        padding: 16px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-origin: content-box;
        box-shadow: 0px 4px 3px #ccc;

    }
    .search-card .topnav-link {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
        margin-right: 0;
    }
.breadcrumbs{
    font-size:14px
}
.banner {
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-box{
    margin-top:-85px
}

footer{
    margin-top:120px
}

.slick-list {
    margin: 0 -5px!important
}


.slick-slide > div {
    margin: 0 5px!important;
}
.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: unset!important;
    color: #B4ACA4!important;
}
.slick-dots li button:before {
    font-size: 14px !important;
    opacity: .25;
    color: #B4ACA4!important;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #B4ACA4!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin: 25px!important;
}

.product .slick-slide .card{
	min-height:390px;
}
.product .slick-slide .card .productname {
    font-size: 1rem;
}
.sortiment .slick-slide .card{
	min-height:420px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius:0;
}
 .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination .page-item {
    margin: 5px;
    color: #B1AAA1;
    border: 1px solid #B1AAA1;
}
.pagination .page-link {
background-color:transparent;
    color: #B1AAA1;
    border: 2px solid #B1AAA1;
    font-weight:700
}
.page-item:not(:first-child) .page-link {
    margin-left: 0;
}
.pagination .page-link.active {
    background-color: #B1AAA1;
    color: #fff;
    border: 2px solid #B1AAA1;
    font-weight: 700;
}



.product-cart {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    position:relative;
    margin-bottom:15px
}
   
.quantity {
    border: 1px solid #B4ACA4;
}

    .quantity input {
        border: unset;
        text-align: center;
        color: #000 !important
    }
.quantity-small {
    border: 1px solid #B4ACA4;
    width:30%
}
    .quantity-small .btn {
        padding: 4px;
        width: 30px;
        font-size: 13px;
    }

    .quantity-small input {
        border: unset;
        text-align: center;
        color: #000 !important;
		    padding-left: 18px;
    }

    .cart label{
        font-size:14px
    }
.boxar .bg-box {
    width: 60%
}

.detail .slider-nav .slick-slide {
    margin: 3px 0px!important;
}

#artunit{
	text-transform:uppercase;
}
.artnr{
	font-weight:500;
}
.btn-close{
    background: #B4ACA4!important;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 10px;
}
.modal-dialog {
	    max-width: 70%;
}


@media screen and (min-width: 992px) {
	.extra-top{
	margin-top: 200px!important
}
}
@media screen and (max-width: 1600px) {
	.banner {
        height: 220px;
    }
}

@media screen and (max-width: 1399px) {
    .navbar-brand img {
        width: 80%
    }
    .nav-link, .btn-cart{
       font-size:12px
    }
    .btn-cart span.text {
        display: none
    }
	
}

@media screen and (max-width: 1199px) {
    .boxar .bg-box {
        width: 75%
    }
	
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }
    .nav-link, .btn-cart {
        font-size: 12px
    }
 
    .btn-cart i {
        margin-right: 5px;
    }
    h1{
        font-size:36px
    }
	h5 {
    font-size: 20px;
}

 
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-brand {
		margin-right: 0px;
	max-width: 130px;}

}

@media screen and (max-width: 992px) {
	.modal-dialog {
    max-width: 93%;
    margin: 0 auto;
    position: relative;
    top: 100px;
}
    .page-content {
        padding-top: 122px;
    }
	 .banner {
        height: 195px;
    }
    .social{
        justify-content:center
    }
    #mainNav {
        height: 65px;
    }
   .navbar > .container {
        justify-content: end!important;
    }
    .navbar-brand {
        left: 20px;
        top:10px;
        position: absolute;
    }
    .navbar-toggler{
        position: absolute;
        margin-right: 70px;
    }
	.navbar-toggler-icon {
    width: 1.4em;
		height: 1.4em;
    }

	
    .btn-cart{
       position: absolute;
    right: 10px;
    height: 37px;
    top: 14px;
    }
    .navbar-collapse {
        text-align: center;
        margin-top: 19px;
        padding-bottom: 20px;
        background-color: #FFF;
    }
    h1 {
        font-size: 36px
    }
	h5 {
    font-size: 16px;
}
	.sortiment .slick-slide .card {
    min-height: 440px;
}
    .startpage .carousel-item img {
        height: 460px
    }
	.startpage .carousel-item h1 {  word-wrap: break-word;
  overflow-wrap: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;}
	#detail-spot{
    background-image: url(/img/shop_new/banner-ravelli-killar-mobil.jpg)!important;

}


    #productSearchButton {
        margin-right: 120px;
    }
	
}
@media screen and (max-width: 768px) {
	#mainNav {
        margin-top: 80px;
    }
    .boxar .bg-box {
        width: 90%
    }


    .button-box .btn{
        width:100%
    }
    .banner {
        height: 180px;
    }
    .w-60 {
        width: 100%
    }
    h1 {
        font-size: 36px
    }

    

    .img-background{
        height:400px
    }
    .mw-75{
        width:100%
    }
	.startpage .carousel-caption {
        top: 45%;
    }
	.sortiment .slick-slide .card {
        min-height: 392px;
    }
	.product .slick-slide .card h4{
	    font-size:1em;
    }
	.carousel-caption.w-50{
		width:70%!important;
	}
	.card-info, .button-box .btn{
        font-size:12px
    }
	.button-box .buy:active, .button-box .buy:hover, .button-box .readMore:active, .button-box .readMore:hover {

        font-size: 12px;
    }
	 #prodItems .card .productname {
        font-size: 0.9rem;
    }
	#prodItems .card .product-img {
        height: 110px;
        margin: 5px 0;
    }
	small {
        font-size: 12px;
    } 
	body p {
		font-size:14px;
	}
	h4 {
        font-size: 1.2em;
    }
	.customer-logo{
		min-height: 160px;
	}
	.banner-box{
        margin-top:-65px
    }
	.quantity-small input {   
		    padding-left: 0px;
    }
	.card .tagg {
        font-size: 10px;
        top: 10px;
        padding: 6px 8px 6px 10px;
    }
	.btn-border,  .btn-border.active  {
    
        margin:1px
    }

	
}
@media screen and (max-width: 574px) {
    
    .sponsor {
        margin: 8px 0 0px;
    }
	
	
    .page-content {
        padding-top: 153px;
    }
    #mainNav {
        margin-top: 88px;
    }
    #topNav a {
        font-size: 11px;
    }

    h1 {
        font-size: 32px
    }
	h5 {
    font-size: 14px;
}
.card-info, .button-box .btn, .button-box .readMore:active, .button-box .readMore:hover{
        font-size:10px
    }
	.button-box .buy:active, .button-box .buy:hover {

    font-size: 10px;
}
	.navbar-brand img {
    width: 60%;
}
	.topnav-link:not(:last-child) {
    margin-right: 5px;
    padding: 0 6px 0 0;
}
}
@media screen and (max-width: 371px) {
	.store{
		display:none;
	}
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx)  { 
    /* Retina-specific stuff here */
	
body {

    font-weight: 400;
}
}

 .container {
        max-width: 1660px;
    }

@media screen and (min-width: 1601px) and (max-width: 1700px) {
	.container {
    max-width: 95%;
}

}
@media screen and (max-width: 1600px) {
	.container {
        max-width: 95%;
    }
}
