@media ( min-width:768px ){
    .container{ width:98% }
}
@media ( min-width:1300px ){
    .container{ width:1280px }
}
img {
	max-width: 100%;
}
label{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h2 {
	font-size: 16px;
}
.form-control.form-sm{
    height: 28px;
    padding: 4px 6px;
}
.rightPaddingZero {
    padding-right: 0;
}
.hr-dashed{
    border-top: 1px dashed #e0e0e0;
    height: 1px;
    margin: 20px 0;
}
.basket-scroll{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.basket-icons{
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 1px 1px 3px 1px #DBDBDB;
    text-align: center;
}
.free-shipping-advisement {
    font-weight: bold;
    margin-top: 15px;
}
.giftsearch {
    border: 1px solid #D5D2D2;
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e1e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#E1E0E0));
    background: -webkit-linear-gradient(top, #F4F4F4 0%,#E1E0E0 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%,#e1e0e0 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e1e0e0 100%);
    background: linear-gradient(to bottom, #F4F4F4 0%,#E1E0E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e1e0e0',GradientType=0 );
    font-size: 11px;
    margin-bottom: 15px;
}
.giftsearch label{
    font-weight: normal!important;
}
a {
   outline: 0;
}
.giftsearch div{
    padding-left: 5px;
    padding-right: 5px;
}
.giftsearch > div{
    height: 115px;
    border-right: 1px dotted #D5D2D2;
    padding: 5px;
}
.giftsearch .tag{
    background: #FFF;
    cursor: pointer;
    width: 60px;
    display: inline-block;
    margin-bottom: 2px;
    text-align: center;
    border: 1px solid #DDD;
}
.maerker-img img{
    max-width: 100%;
}
.maerker-img{
    text-align: center;
}
.mobile-search{
   max-width: 650px;
   margin-right: 0;
   margin-left: 0;
}
.giftsearch .tag.active{
    background: #92BE32;
    color: #FFF;
}
.giftsearch .find{
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -36px;
}

.e-mail-form{
    padding-bottom: 20px;
}
.e-mail-form p{
    margin-top: 0px!important;
}
.relative{
    position: relative;
}
.alert{
    position: relative;
    width: 100%;
    font-family: 'BenchNine', sans-serif;
    background: #FFF;
    border: 1px solid #50381E;
    margin: 20px 0;
    padding: 20px 50px;
    color: #50381E;
}
.alert h2{
    margin: 0 0 10px;
}
.alert p{
    font-size: 18px;
}
.col-xs-fifth,
.col-sm-fifth,
.col-md-fifth,
.col-lg-fifth {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-fifth {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-fifth {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-fifth {
        width: 20%;
        float: left;
    }
    .md-pr-5px {
	    padding-right: 5px;
	}
	.md-pl-5px {
	    padding-left: 5px;
	}

}

@media (min-width: 1200px) {
    .col-lg-fifth {
        width: 20%;
        float: left;
    }
}

body {
    position: relative;
    background-image: url(../img/olisan_bg.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
    font-family: verdana, arial, helvetica, sans-serif;
    padding-bottom: 20px;
}

.container {
    padding: 0;
    /*max-width: 100%;*/
    background-color: #fff;
    border: 1px solid #DDD;
    border-bottom: 1px solid #000;
}

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

.headerinfo {
    position: relative;
    z-index: 1;
    background-color: #eeeeee;
    padding: 5px 0;
    text-align: center;
    display: flex;
}

.headerinfo img {
    padding: 0 12px;
    display: inline-block;
}

.headerinfo div {
	flex: 1;
}

.headerinfo a {
    display: inline-block;
        color: #483008;
    font-size: 16px;
    font-family: 'BenchNine', sans-serif;
}

.search-form-container {
	position: relative;
    z-index: 6;
}
.search-form.olisan ,
.navbar-form-olisan {
    position: absolute;
    bottom: -16px;
    left: 50%;
    z-index: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}
.search-form.olisan.mobile .form-control { position: relative; }
.search-form.olisan.mobile {
	position: relative;
	left: auto;
	bottom: 0;
	margin-top: 10px;
}
.search-form.olisan.mobile .btn {
	top: 0;
    right: 0;
    background: transparent;
    right: 15px;
    position: absolute;
}

.brand-olisan {
    padding: 10px 15px;
    height: auto;
}

.log_ind {
    max-width: 65px;
    font-size: 11px;
    padding: 3px 5px;
    margin-right: 20px;
    color: #999696;
    border: 1px solid #D3D1D1;
    display: block;
}

.log_ind:hover {
    color: #999696;
    text-decoration: none;
}

.sog {
    font-size: 11px;
    padding: 2px 5px;
}

.form-group {
    margin-top: 6px;
}

.findgift {
    margin-right: 20px;
}

.brand-olisan-mobile {
    padding: 10px 15px;
    height: auto;
    display: block;
    text-align: center;
    display: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-header {
    padding-bottom: 5px;
}

.btn-sog {
    max-width: 34px;
    font-size: 11px;
    background-color: #412b01;
    color: #fff;
    padding: 4px 7px;
    border: none;
    vertical-align: bottom;
    border-radius: 2px;
}

.search-arrow {
    color: #432d04;
    font-size: 26px;
    display: inline-block;
    font-family: 'BenchNine', sans-serif;
    padding: 0 20px;
}

.girl-logo {
    padding-top: 25px;
}

.menu-olisan {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

.menu-olisan > li {
    padding: 0;
    margin: 0;
    float: left;
}

.menu-olisan > li > a {
    /*font-family: 'BenchNine', sans-serif;
    font-size: 16px;
    padding: 11px 26px;*/
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    padding: 12px 15px;
    background: #483008;
    color: #fff;

    border-right: 1px solid #000;
    display: block;
    text-decoration: none;
}


.menu-olisan > li.menu-itm.hover .dropdown-menu-olisan {
    display: block;
}

.dropdown-footer div:not(.clearfix) {
    text-align: center;
    border-top: 1px solid #000;
    background: #EFEFEF;
    font-size: 23px;
    padding: 20px 5px;
    color: #50381E;
}

.dropdown-footer div:nth-child(-n+3) {
    border-right: 1px solid #636363;
}
.dropdown-footer > div{
    height: 109px;
}
.dropdown-menu-olisan {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 5;
    max-width: 938px;
    width: 100%;
    left: 0;
    line-height: 25px;
    border: 1px solid #000;
    border-top-color: transparent;
}
.dropdown-menu-olisan .dropdown-body{
    padding: 25px 0;
    position: relative;
}
.dropdown-body ul li{
    position: relative;
    padding-left: 20px;
}
.dropdown-menu-olisan ul {
    padding: 0;
    list-style: none;
}

.dropdown-menu-olisan ul li span {
    font-size: 11px;
    padding-right: 5px;
    position: absolute;
    top: 6px;
    left: 0px;
}

.dropdown-menu-olisan ul li a {
    color: #000;
    font-size: 13px;
}

.menu img {
    max-width: 100%;
}

.menu {
    position: relative;
    z-index: 1;
    background: #fff;
}

.menu .input-group input {
    font-family: 'BenchNine', sans-serif;
    color: #432d04;
    font-size: 22px;
    height: 38px;
    border: none;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(48, 48, 50, 0.55) !important;
    -moz-box-shadow: 0px 3px 7px 0px rgba(48, 48, 50, 0.55) !important;
    box-shadow: 0px 3px 7px 0px rgba(48, 48, 50, 0.55) !important;
        -webkit-appearance: none;
}

.menu .input-group input::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #50381E;
}

.menu .input-group input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #50381E;
    opacity: 1;
}

.menu .input-group input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #50381E;
    opacity: 1;
}

.menu .input-group input:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: #50381E;
}
.strip{
    position: absolute;
    top: 19px;
    right: -20px;
    background: #f87535;
    color: #fff;
    transform: rotate(44deg) ;
    -webkit-transform: rotate(44deg) ;
    -moz-transform: rotate(44deg) ;
    -o-transform: rotate(44deg) ;
    -ms-transform: rotate(44deg) ;
    width: 100px;
    text-align: center;
}
.strip-red{
    position: absolute;
    top: 19px;
    right: -20px;
    background: #c30145;
    color: #fff;
    transform: rotate(44deg) ;
    -webkit-transform: rotate(44deg) ;
    -moz-transform: rotate(44deg) ;
    -o-transform: rotate(44deg) ;
    -ms-transform: rotate(44deg) ;
    width: 100px;
    text-align: center;
    font-weight: normal;
}
.strip-bulk-discount {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 90px 90px 0;
    border-color: transparent #c30145 transparent transparent;
    top: 0;
    right: 0;
}
.strip-bulk-discount:after {
	content:"Mængde rabat";
	display: block;
	position: absolute;
	color: white;
	transform: rotate(45deg) ;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
	top: 14px;
    left: 31px;
    /* right: 10px; */
    /* bottom: -60px; */
    text-align: center;
}
.strip-coming-soon {
    position: absolute;
    top: 19px;
    left: -33px;
    background: #ffb913;
    color: #fff;
    transform: rotate(-40deg) ;
    -webkit-transform: rotate(-40deg) ;
    -moz-transform: rotate(-40deg) ;
    -o-transform: rotate(-40deg) ;
    -ms-transform: rotate(-40deg) ;
    width: 150px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding:5px;
}
/*.strip-coming-soon {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: rgba(26, 189, 132, 1) transparent transparent transparent;
    top: 0;
    left: 0;
}
.strip-coming-soon:after {
    content: "Kommende nyhed";
    display: block;
    position: absolute;
    color: white;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: -75px;
    left: 3px;
    /* right: 10px; */
    /* bottom: -60px; */
    text-align: center;
    font-size: 12px;
    line-height: 1;
}*/
.strike-price{
    text-decoration: line-through;
    font-size: 10px;
    color: #666;
    font-weight: 100;
}
.menu .input-group button {
    height: 38px;
    border: none;
    background: #e0e0e0;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(48, 48, 50, 0.55);
    -moz-box-shadow: 0px 3px 7px 0px rgba(48, 48, 50, 0.55);
    box-shadow: 0px 3px 7px 0px rgba(48, 48, 50, 0.55);
}

.menu .input-group button:hover {
    z-index: 0;
}

.icon-bar {
    background: #50381E;
}

.top-menu {
    margin-top: 20px;
    /* margin-bottom: 15px; */
    background: #483008;
    position: relative;
    z-index: 5;
}

.box-shadow {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(48, 48, 50, 0.55);
    -moz-box-shadow: 0px 3px 7px 0px rgba(48, 48, 50, 0.55);
    box-shadow: 0px 3px 7px 0px rgba(187, 187, 187, 0.55);
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

/* .navbar-nav>li>a {
    padding: 10px 28px;
    background: #50381E;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #000;
}
 */
.navbar-nav {
    margin: 0;
    padding:0;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}
.nav-tabs>li{
    margin-bottom: -2px;
}
.nav-tabs>li.active{
    border-bottom: 2px solid #5b5a62;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    color: #5b5a62;
    background: #fff;
}

.nav-tabs li {
    font-family: 'BenchNine', sans-serif;
    font-size: 22px;
}
.nav-tabs li a{
    color: #aaaaaa;
    padding-left: 0;
}

.nav-tabs li a:hover {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
}
.red.active,
.red:hover,
.red:focus {
    background: #e81e2c!important;
    text-decoration: none;
}

.yellow.active,
.yellow:hover,
.yellow:focus,
.yellow:active {
    background: #e4bb3b!important;
    text-decoration: none;
}
.crimson.active,
.crimson:hover,
.crimson:focus {
    background: #c40145!important;
    text-decoration: none;
}
.violet.active,
.violet:hover,
.violet:focus {
    background: #6a4bc2!important;
    text-decoration: none;
}
.blue.active,
.blue:hover,
.blue:focus {
    background: #158bcb!important;
    text-decoration: none;
}
.green.active,
.green:hover,
.green:focus {
    background: #72c14c!important;
    text-decoration: none;
}
.orange.active,
.orange:hover,
.orange:focus {
    background: #e58e27!important;
    text-decoration: none;
    border: none;
}

.menu-olisan > li:first-child > a {
    border-radius: 2px 0 0 2px;
}

.menu-olisan > li:last-child > a {
    border-radius: 0 2px 2px 0;
}
.well {
    overflow: hidden;
    padding:16px;
}

.cart {
    display: inline-block;
    float: right;
    padding-top: 0;
    position: relative;
}

.cart svg {
    float: right;
    width: 50px;
    height: 32px;
}
.cartText {
    display: inline-block;
    padding-top: 6px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
}

.cart a {
    padding: 5px 14px 4px 14px;
    display: inline-block;
    background: #483008;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}

.cart a:hover {
    text-decoration: none;
}

.cart:hover .inner {
    display: block;
}
.cart .glyphicon{
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 3px;
}
.cart .total_amount {
    color: #fff;
}
.productEntityRemoveFromCart {
    border: none;
    background: transparent;
    margin:5px;
    font-size: 14px;
}

.img_cart {
    vertical-align: middle;
    width: 51px;
    margin-left: 10px;
}
.mobileAmount {
    border: 1px solid #483008;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 13px;
    background-color: #fff;
}
.mobileStars {
    width: 64px;
    height: 12px;
    background: url(//s.trustpilot.com/images/tpelements/trustpilotbox/sprite.png) no-repeat;
    background-position: -2px -226px;
}



.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 0;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    outline: none;
}
.open .dropdown-toggle{
    font-weight: bold;
}

.btn-default {
    outline: none;
}

.btn-gray {
    background: #898989!important;
    text-transform: uppercase;
    padding: 10px 20px 10px 30px!important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif!important;
    font-size: 14px!important;
}

.btn.btn-warning{
    background: #ffb913;
}
.btn.btn-success {
    background: #6ab745;
}
.btn.btn-gray-100 {
    background: #eeeeee;
}
.btn.btn-gray-100:hover {
    background: #c8c8c8;
}
.bs-example {
    padding-top: 20px;
}

.btn-green {
    padding: 10px 20px 10px 30px!important;
    background: #449d44!important;
    text-transform: uppercase;
    color: white;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif!important;
    font-size: 14px!important;
}

.btn-gray:hover {
    background: #898989;
    color: #fff;
}

.btn-gray:focus {
    background: #898989;
    color: #fff;
}

.btn-brown {
    background: #5a3c34;
    border: none;
    color: #fff;
    padding: 10px 20px 10px 30px!important;
    font-size: 14px!important;
}

.btn-brown:hover {
    color: #fff;
    background: #6F5A55;
}

.headerinfo_right {
    text-align: right;
}
.qty, .qtyminus, .qtyplus{
    /*float: left; */
    text-align: center;
    background: none;
    border: none;
    color: #969696;
    height: 28px;
	flex: 1;
}
.qtyminus, .qtyplus{
    padding:2px 12px;
}
.qty-container {
	border: 1px solid #cecece;
    border-radius: 3px;
}
.qty{
    min-width: 30%;
    color: #5E5E5E;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-weight: normal;
    -webkit-appearance: none;
	border-radius: 0;
}
.qtyminus{
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.qtyplus{
     border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.form-adresse input[type=text],
.form-adresse select,
.form-adresse input[type=email] {
    /*margin-bottom: 5px;*/
    height: 25px;
    padding: 2px 5px;
}


.form-adresse {

    font-size: 13px;

}
.form-adresse .line {
    margin: 7px 0;
}
.label .line {
    margin: 7px 0;
}

.inner {
    z-index: 1;
    display: none;
    width: 550px;
    position: absolute;
    right: -1px;
    background: #eeeeee;
    padding: 8px;
}

.cart_field {
    background: #FFF;
    color: #000;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 13px;
}
.cart_field .cart_padding{
    padding-top: 13px;
}
.cart_padding .glyphicon-remove {
    color: #d8d8d8;
}
.cart_field a{
    font-size: 13px;
}

.btn_cart {
    position: relative;
    padding-top: 10px;
}
form.form-adresse.appr h1.approve.step {
    padding-left: 60px;

}
.btn_cart input {
    text-transform: uppercase;
    color: #fff;
    padding: 9px 40px 9px 18px;
}

.btn_cart input:hover {
    color: #fff;
}

.delivery {
    padding-right: 35px;
    display: inline-block;
    padding-top: 8px;
}

.shopmenu {
    background: #eeeeee;
    padding-top: 15px;
}

.wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.shopmenu ul {
    padding-left: 0px;
    list-style: none;
    padding-bottom: 10px;
}

.shopmenu span {
    font-size: 10px;
    padding-right: 5px;
}

.shopmenu .glyphicon-triangle-right{
    position: absolute;
    top: 5px;
    left: 10px;
}

.shopmenu ul li {
    font-size: 13px;
    position: relative;
    padding-left: 10px;
}

.shopmenu ul li a {
    color: #4d4d4f;
    overflow: hidden;
    text-decoration: none;
}

.shopmenu ul li a.strong {
    font-weight: bold;
}

.maerker {
    color: #c30145;
}
.maerker1{
   color: #c30145;
   left: -3px!important;
   top: 4px!important;
}

.boxtitle {
    background: #e4bb3b;
    padding-left: 14px;
}

.boxtitle a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.tilbud {
    background: #e58d27;
}

.sog_bottom {
    background: #158bcc;
    color: #fff;
    font-size: 13px;
}

.boxtop_whatsnew {
    margin-bottom: 20px;
}

.box-content {
    background-color: #fff;
    border: 1px solid #d2d2d3;
    padding: 1em;
    font-size: 0.9em;
}

.product-box h4 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 0.8;
}

.product-box a {
    color: #4d4d4f;
    text-decoration: none;
    font-size: 11px;
}

.price {
    color: #000;
    font-weight: bold;
    text-align: right;
    height: 36px;
}

.price span {

    color: #bbbbbb;
    display: block;
    font-size: 14px;
}

.product-box {
    text-align: center;
}

.searchbox {
    margin-bottom: 20px;
}

.sog_box {
    float: left;
    margin-right: 10px;
    width: 100%;
}

.boxtop_newsletter {
    margin-bottom: 20px;
}

.nyhedsbrev {
    background: #e91e2c;
    color: #fff;
    font-size: 13px;
}

.box-content .form-control {
    height: 23px;
    border-radius: 0;
    font-size: 11px;
}

.boxtop_newsletter a {
    color: #4d4d4f;
    font-size: 11px;
    text-decoration: none;
    padding-top: 4px;
    display: inline-block;
}

.right {
    float: right;
}

.frontpage_content {
    padding: 15px 0;
    font-size: 13px;
}

.content_category {
    /* padding-top: 20px; */
    padding-right: 0px;
    font-size: 13px;
}
.front-links-item {
    padding: 0;
    padding-bottom: 15px;
}
.front-links{
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 540px) {
	.aw-item .info_mere,
	.product-card .info_mere {
		flex-direction: row;
	}
	.aw-item,
	.product-card {
		padding-right: 5px;
    	padding-left: 5px;
	}
	.aw-item form .rightPaddingZero {
		display: flex;
	}

    .front-links-item {
        flex: 1;
        margin-left: 7.5px;
        margin-right: 7.5px;
        padding-bottom: 0;
    }
    .front-links-item:first-child {
        margin-left: 0;
    }
    .front-links-item:last-child {
        margin-right: 0;
    }
}
.frontpage_content img {
    max-width: 100%;
}

.frontpage_content p a {
    color: #4d4d4f;
    text-decoration: underline;
}

.banner a {
    display: block;
    padding-bottom: 30px;
}

.map {
    display: flex;
}

.frontpage_content p {
    margin: 15px 0;
}

.footer {
    border-top: 1px solid #dcd9d7;
    padding: 10px;
    font-size: 13px;
}

.footer ul {
    padding: 0;
}

.footer li {
    list-style: none;
}

.footer a {
    color: #000;
    letter-spacing: 0.3px;
}

.footer img {
    max-width: 100%;
    padding-bottom: 5px;
}

.footer h1 {
    color: #432d04;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    font-size: 20px;
}

.footer-form input {
    margin-bottom: 10px;
    border: none;
    background: #f7f7f7;
    /* font-family: 'BenchNine', sans-serif; */
    text-align: center;
    font-size: 14px;
}


.copyright {
    margin-top: 10px;
    color: #4E3619;
    font-size: 13px;
    text-align: center;
}

.subcategory-card {
	display: flex;
	flex-direction: column;
}

.subcategory-card-image {
	display: flex;
	flex: 1;
	border: 1px solid #d0d0d0;
	align-items: center;
	justify-content: center;
}

.product_img {
    text-align: center;
}

.product_name {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin: 15px 0;
    height: 30px;
    overflow: hidden;
}

.product_name a {
    color: #000;
    text-decoration: none;
}

.wrapper_product {
    padding: 15px 0;
}
.wrapper_product.row {
	display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    padding-left: 10px;
}
.flex.row:after,
.flex.row:before,
.wrapper_product.row:after,
.wrapper_product.row:before {
	content: "";
	display: flex;
	flex: auto;
}

.pageHeading {
    color: black !important;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.pieces {
    color: #8e8783;
    font-size: 14px !important;
    font-weight: 700;
}

.inner-product {
    border: 1px solid #B2B2B2;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.inner-product img {
    max-width: 100%;
}

.inner-product .btn {
    width: 100%;
    border: none;
    color: #fff;
    font-weight: bold;
    height: 28px;
    line-height:1;
    display: block
}

.inner-product .btn-default {
    background:#b2b2b2;
}

.inner-product .btn-success {
    background:#6ab745;
}
.inner-product .absolute-descr{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.inner-product.more-box{
    /* background: #96CBEB; */
    color: #FFF;
    font-family: 'BenchNine', sans-serif;
    font-size: 32px;
    text-align: right;
    position: relative;
    background-position: center center;
    min-height: 300px;
    background-size: cover;
    background-repeat:no-repeat;
}
.product-card {
    flex-wrap: wrap;
    display: flex;
}
.btn-xs {
    max-width: 76px;
    font-size: 10px;
}
.order ul li{
    list-style: none;
}
.order h1{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 26px;
}
.order h2{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 22px;
}
.order h3{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 18px;
}
.stk {
    height: 20px;
    padding: 2px 18px;
}
.product-name{
    font-size: 12px;
    height: 48px;
}
a.name {
    text-decoration: none;
    font-weight: bold;
    color: #4d4d4f;
    display: block;
    background: none;
    padding: 0;
    text-align: left;
}

.info_mere{
	flex-direction: column;
    display: flex;
    /*flex: 1;*/
    margin-bottom: 7px;
}

.info_mere a {
    color: #4D4D4F;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

.name:hover {
    text-decoration: none;
    color: #4d4d4f;
}


.img-style {
    text-align: center;
    position: relative;
	/*height: 189px;*/
    overflow: hidden;
    margin-bottom: 5px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-style a {
	display: block;
}
.inner-product .img-style img {
	/* max-height: 189px; */
    width: auto;
}

.we-recommend {
	display: flex;
}
.we-recommend .slick-list {
	display: flex;
	width: 100%;
}
.we-recommend .aw-item.product-card.slick-slide{
	display: flex;
}
.we-recommend .slick-track{
	display: flex;
    flex: 1;
}

.tilbud-img {
    position: absolute;
    right: -28px;
    top: -20px;
}

.prod_name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: arial, verdana, sans-serif;
    color: #333;
}

.prod_price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
@media ( min-width:768px ){
    .prod_price {
        text-align: right;
        align-items: flex-end;
        margin-top:0;
    }
}


.prod_price .price {
    font-size: 20px;
/*    line-height: 15px;*/
    font-weight: bold;
}

.product_zoom {
    padding: 25px 0 10px 0;
    /*max-width: 470px;*/
    margin: 0 auto;
}

.product_zoom img {
    border: 1px solid #d0d0d0;
}
#gal1 img{
    border: 1px solid #d0d0d0;
    margin-right: 6px;
}
#gal1 a{
    text-decoration: none;
}
.prod_right {
    text-align: left;
}
.prod_right:not(.not-in-stock) {
    padding-top: 42px;
}
.prod_right.not-in-stock {
    background: #eee;
    margin-top: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .prod_right.not-in-stock {
        background: #eee;
        margin-top: 24px;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 442px;
        display: flex;
    }
}
.mega-menu-img{
    padding-right: 0;
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    text-align: right;
}
.mega-menu-img a{
    display: block;
}
.mega-menu-img img{
    max-width: 100%;
}
.inputProd_right {
    max-width: 35px;
    padding: 0 7px;
    display: inline-block;
}

.iconlink {
    padding: 15px 0;
}

.iconlink a {
    padding-right: 25px;
    font-size: 11px;
    text-decoration: none;
}

.iconlink div {
    margin-bottom: 10px;
}

.right-stk {
    line-height: 33px;
}

.iconlink img {
    padding-bottom: 2px;
}
/* .similar_img{
	text-align: center;
	padding: 25px 0;
}
.similar_img a{
	text-decoration: none;
}
.similar_img input{
	margin: 10px 0;
} */

.content_cart {
    padding: 20px 0px 20px 20px;
}
.content_cart .shipping {
	margin-bottom: 0;
}
.productPadding {
    padding-left: 20px;
}
.prod_cart {
    display: inline-block;
    margin: 15px;
}

.content_cart th {
    color: #000;
    font-size: 11px;
}

.content_cart {
    font-size: 12px;
}

.content_cart img {
    max-width: 100%;
}

.content_cart select {
    max-width: 165px;
}

.table_cart td {
    text-align: center;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.cart_quantity {
    height: 19px;
    text-align: center;
}

.content_cart table {
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.cart-subtotal {
    text-align: right;
}

.cart-savetotal {
    color: #C30145;
}

.table_button>tbody>tr>td {
    border-top: 1px solid #aac8df;
}

.table_button input {
    padding-top: 2px;
}

.approve {
    font-size: 20px;
}

.approve_h3 {
    font-size: 16px;
}

.approve a {
    color: #333;
}

.form_approve {
    font-size: 13px;

}

.name-address{
    border-right: 2px dotted #e1e1e1;
}

.also {
    text-align: center;
}

.cart-mobile {
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.user-mobile {
    display:flex;
}
.user-mobile .glyphicon {
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 60px;
}

.cart-mobile a, .user-mobile a {
    color: #50381E;
    text-align: right;
    display: block;
    padding-right: 20px;
}
.shopmenu ul li.sub{
    padding-left: 25px;
    position: relative;
}

.shopmenu ul li ul {
    padding-left: 15px;
    width: 100%;
    position: initial;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.active {
    font-weight: bold;
}
.navbar .navbar-toggle{
    float: left;
}

.owl-stage-outer {
    margin-top: 10px;
    margin: 15px 35px;
}
.owl-prev, .owl-next{
	display: inline-block;
	color: #DBDBDB;
	border: 2px solid #DBDBDB;
	padding: 8px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	background: #FFF;
	z-index: 10;
}
.owl-prev:hover, .owl-next:hover {background: #eee; color: #aaa;}
.owl-prev:focus, .owl-next:focus {outline: none;}
.owl-prev{
	left: -15px;
}
.owl-next{
	right: -15px;
}
.owl-carousel.owl-loaded{
    border: 2px solid #E7E6E6;
    margin-top: 20px;
}
#overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}

body.menu-open #overlay{
    /* display: block; */
}

.trustpilot-img{
    position: absolute;
    width: 137px;
    right: 30px;
    top: 30px;
}

.panel-basket .panel-heading{
    background: #4A0003;
    background: -moz-linear-gradient(top, #4a0003 0%, #dd0b1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A0003), color-stop(100%,#DD0B1A));
    background: -webkit-linear-gradient(top, #4A0003 0%,#DD0B1A 100%);
    background: -o-linear-gradient(top, #4a0003 0%,#dd0b1a 100%);
    background: -ms-linear-gradient(top, #4a0003 0%,#dd0b1a 100%);
    background: linear-gradient(to bottom, #4A0003 0%,#DD0B1A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a0003', endColorstr='#dd0b1a',GradientType=0 );
    color: #FFF;
    border: none;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 13px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.panel-basket .panel-body{
    border: 1px solid #E33536;
    background: #FFA1A5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px;
    color: #000;
}
.panel.panel-shipping {
    background:#FFCCCC;
    color: rgb(80, 56, 30);

}
.panel.panel-shipping .panel-body {
    padding: 20px 30px;
}
.panel.panel-shipping .panel-body p {
    margin: 0;
}
.panel.panel-shipping .panel-body p:first-child {
    margin-bottom: 5px;
}
#gal1 {
    margin-top: 0px;
}
    .mobileShow {display: none;}

    .payButton {
        border: 0;
        color:#fff;
        border-radius: 5px;
        margin: 20px auto;
        display: inherit;
    }
@media (min-width: 768px) {
    #navbar.navbar-collapse.collapse{
        display: none!important;
    }
}

.trustpilot-widget {

}

@media (max-width: 991px) {
    .brand-olisan img {
        max-width: 150px;
    }
    .trustpilot-img{
        display: none;
    }
    .headerinfo {
        display: none;
    }
    .navbar-nav>li>a {
        font-size: 12px;
        background: #50381E!important;
        color: #FFF;
    }
    .navbar-nav>li>a:hover {
        background: #72C14C!important;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        background: #f1f1f1;
    }
     .navbar-nav .open .dropdown-menu>li>a:hover{
        background: #fff;
    }
    .nav .open>a{
        background-color: #e81e2c!important;
    }
    ul.dropdown-menu{
        background: #E0E0E0;
        padding: 0;
        margin: 0;
    }
    .total_amount {
        display: none;
    }
    .img_cart{
        margin-left: 0;
    }
    .cart a {
        padding-left: 12px;
    }
    .footer h1 {
        font-size: 18px;
    }
    .footer a {
        font-size: 11px;
    }
    .tpiframe-box {
        display: none;
    }
    .sog_box {
        margin-right: 5px;
    }
    .right-stk {
        display: none;
    }
    .btn_submit {
        padding: 0;
        text-align: right;
    }
    .navbar-form-olisan {
        left: 55%;
    }
    .giftsearch > div{
        height: 160px;
    }
    .btn.btn-success{
        font-size: 12px;
        padding: 6px 8px;
    }
    .menu-olisan > li > a{
        padding: 10px 20px;
    }
    .gift{
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .products {
        clear: both;
    }
    .inner-product .btn-success{
        margin-top: 5px;
    }
    .inner-product a.name{
        text-align: center;
    }
    .inner-product{
        /* min-height: 290px; */
        text-align: center;
    }
    .inner-product.more-box{
        min-height: 290px;
    }
    form.form-adresse.appr h1 i.circle.corder{
        left: 60px!important;
    }
    .frontpage_content {
    clear: both;
    }
    .prod_price .price {
        line-height: 25px;
    }
    .prdDescription{
        text-align: left;
    }
    form.form-adresse.appr h1.approve.step{
        padding-left: 0;
    }

    .mobilePadding {
        padding-left: 10px;
        padding-right: 10px;
    }
    .brand-olisan-mobile{
        border-bottom: 1px solid #D5D5D5;
        padding: 0;
        box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.13);
    }
    .menu, .navbar-form-olisan {
        display: none;
    }
    form.form-adresse.shiping h1.approve{
        display: block;
    }
    form.form-adresse h1.approve{
        display: block;
    }
    .menu img {
        display: none;
    }
    .footer {
        text-align: center;
    }
    .shopmenu ul {
        display: none;
    }
    .prod_price {
        text-align: left;
    }
    .content_cart {
        padding-left: 0;
    }
    .frontpage_content {
        padding-left: 0;
        padding-right: 0;
    }
    .shopmenu_cart {
        display: none;
    }
    .brand-olisan-mobile {
        display: block;
    }
    .brand-olisan-mobile img {
        width: 115px;
    }
    .form_approve {
        text-align: center;
    }
    .cart a {
        display: none;
    }
    .approve{
        display: inline-block;
    }
    .step{
        display: block;
    }
    .search-arrow {
        display: none;
    }
    .frontpage_content {
        text-align: center;
    }
    .giftsearch > div{
        height: auto;
        border-bottom: 1px dotted #D5D2D2;
        border-right: none;
    }
    .giftsearch .find{
        top: auto;
    }
    .shopmenu{
        margin-top: 20px;
    }

}
@media (max-width: 635px) {
    .form-adresse label, .shiping label{
        max-width: 80%
    }
}

@media (max-width: 570px) {
    .table_cart img {
        display: none;
    }
}

@media (max-width: 515px) {
    .stk {
        padding: 2px 10px;
    }
    .mobileHide {display: none;}
    .mobileShow {display: block;}
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {padding: 4px;}
    .content_cart select {max-width: 100%; width: 100%;}
    .content_cart {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 450px) {
    .col-xxs, .content_category {
        padding-left: 0;
        padding-right: 0;
    }
    .inner-product.more-box{
        height
        background-position:  center;
    }
    .inner-product .col-xs-6 {
        width: 100%;
    }
    .inner-product {
        text-align: center;
    }
    .table a.name {
        text-align: left;
        /*height: 55px;*/
        /*padding: 10px 0;*/
        font-size: 11px;
    }
    .price {
        text-align: center;
    }
    .inner-product{
        /*min-height: 325px; */
    }
    .inner-product.more-box{
        min-height: 325px;
    }

    .col-xxs:nth-child(even) .inner-product {
        position: relative;
        left: -1px;
    }

}

@media (max-width: 404px) {
    .mobileBR {
        display: block;
    }
}


@media (min-width: 768px ) {
    .search-form.olisan, .navbar-form-olisan {
        left: 0;
        top: -15px;
        display: flex;
        justify-content: start;
        width: 100%;
    }
    /*#search-header .input-group {
        width:  50%;
    }*/
}

div.steps ul {
    z-index: 0;
    position: relative;
}
div.steps {
    text-align: center;
    margin-top: 12px;
    padding-right: 0;
}
div.steps ul li {
    display: inline-block;
    width: 24%;
    z-index: 2;
    position: relative;
}

div.steps ul li .circle {
    background-color: #b3aa9f;
    color: #ffffff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    padding-top: 4px;
    font-size: 19px;
    font-family: sans-serif;
    margin-bottom: 9px;
}

div.steps ul li.active .circle {
    background-color: #50381E;
}
div.steps ul li a, div.steps ul li a:hover {
    text-decoration: none;
    color: #442e07;
    text-transform: uppercase;
      font-size: 10.5px
}
/*div.steps ul li a:hover .circle {
    background-color: #50381E;
}*/
div.steps ul li a p {
    white-space: nowrap;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
}
div.steps ul li:nth-child(2) a p {
    margin-left: -13%;
}
div.steps div.liner {
    height: 2px;
    background: #b3aa9f;
    width: 74%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    z-index: 1;
}

div.steps ul li .liner {
    background-color: #50381E;
    left: 57%;
    width: 90%;
}
div.steps ul li i.glyphicon-chevron-right {
    position: absolute;
    top: 5px;
    right: 0;
    color: #50381E;
    font-size: 22px;
}
input[type="checkbox"] {
	font-size: 24px !important;
}
form.form-adresse div.checkbox input[type="checkbox"] {
    margin-left: 0;
    margin-top: 4px;
}
form.form-adresse h1.approve {
    font-family: 'BenchNine', sans-serif;
    font-size: 22px;
    font-weight: bold;
    background-color: rgb(80, 56, 30);
    color: #ffffff;
    border-radius: 2px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 12px;
    margin-top: 3px;
    margin-bottom: 15px;
}

form.form-adresse label {
    font-weight: bold !important;
    font-size: 13px;
    font-weight: normal;
}
.right-address label{
    margin-top: 10px;
}


form.form-adresse input[type!='checkbox'], form.form-adresse textarea, form.form-adresse select {
    border-radius: 0;
    border: 2px solid #e1e1e1;
    box-shadow: none;
    font-size: 11px;
    margin-bottom: 7px;
}

form.form-adresse textarea {
    background-color: #f5f5f5;
    border-radius: 2px;
    padding-left: 15px;
    padding-top: 16px;
}

form.form-adresse label[for="delivery"] {
    font-size: 12px;
    font-weight: bold;
    margin-top: -3px;
    line-height: 13px;
}
.delivery-content {
    display: none;
}
@media (min-width: 768px) {
    .delivery-content {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
}

form.form-adresse textarea[name="comments"] {
    height: 94px;
}

form div.well input.btn-brown {
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    margin-top: -1px;
}
.bottom-block div.well{
    padding-top:20px;
    padding-bottom:20px;
    /*min-height:100px;*/
    margin-bottom: 20px;
}

form.form-adresse input[name="opdate"]{
    border: none;
    height: 25px;
    margin-left: -18px;
    padding-right: 7px;
    padding-left: 6px;

}

.panel-basket .panel-body {
    color: #ffffff;
    border-radius: 2px;
}
.ship-desc {
    font-size: 10px;
    margin-left: 19px;
    margin-top: -6px;
    margin-right: -15px;
}
form.form-adresse p.ship-cost {
    font-size: 10px;
    margin-left: 19px;
    /*margin-top: 8px;*/
}
form.form-adresse div.ship-method label, form.form-adresse div.payment-method label {
    font-size: 12px;
    color: #442e07;
    font-weight: bold;
    /*position: absolute;*/
    top: 3px;
    left: 20px;
}
.form-adresse input[type=text],
.form-adresse select,
.form-adresse input[type=email] {
	padding : 10px;
	height : 40px;
	font-size : 120%;
}
form.form-adresse div.payment-method label {
  /*top: -4px;*/
  left: 33px;
  height: auto;
}
form.form-adresse div.payment-method h1 {
    margin-bottom: 35px;
}
form.form-adresse div.payment-method label img {
  /*position: absolute;
  top: -8px;
  left: 90px;*/
}
form.form-adresse div.payment-method div.col-sm-12 {
    padding-right: 0;
    margin-bottom: 25px;
}

form.form-adresse.shiping h1.approve {
    margin-bottom: 29px;
}
form.form-adresse input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-left: -2px;
}
form.form-adresse img.ship-img {
    margin-top: 10px
}
form.form-adresse.appr {

}
form.form-adresse.appr h1 i.circle.corder{
    border-radius: 100%;
    background-color: #ffffff;
    color: #442e07;
    padding: 0px 8px 0px 8px;
    font-size: 20px;
    font-style: normal;
    position: absolute;
      left: 50px;
}



form.form-adresse.appr table.table tr:nth-child(3) td, form.form-adresse.appr table.table tr:nth-child(4) td, form.form-adresse.appr table.table tr:nth-child(5) td {
    border:none;
}
table.table>tbody>tr>td {
  /*vertical-align: middle;*/
  padding-top: 3px;
}
form.form-adresse.appr p.agreement {
    font-size: 12px;
}

form.form-adresse.appr p.agreement a{
      color: #000000;
  text-decoration: underline;
}
form.form-adresse.appr p.agreement input{
    width: inherit;
    display: inline;
    height: inherit;
}
.hidden-tablet{
    display: none;
}
.navbar .navbar-toggle {
    position: absolute;
    left: 10px;
}
a.btn.butPad, span.btn.butPad {
    padding-top: 3px;
    margin-top: 2px;
}
@media (max-width: 991px) {
    div.steps ul li {
        /*width: 18%;*/
    }
    div.steps ul li a, div.steps ul li a:hover {
        font-size: 8.5px;
    }
    form.form-adresse input[name="opdate"] {

        margin-left: -25px;
        width: 63px;
    }
    form.form-adresse div.payment-method label img {
        position: initial;
    }
    form.form-adresse img.ship-img {
        margin-left: -13px;
    }
    form.form-adresse div.payment-method div.col-sm-12:nth-child(2) p.ship-cost,
    form.form-adresse div.payment-method div.col-sm-12:nth-child(3) p.ship-cost {
        margin-top: 25px;
        margin-bottom: -13px;
    }

    form.form-adresse div.payment-method div.col-sm-12:nth-child(6) p.ship-cost {
        margin-bottom: 5px;
        margin-top: 12px;
    }
    form.form-adresse div.ship-method div.col-xs-7:nth-child(7) p.ship-cost, form.form-adresse div.ship-method div.col-xs-7:nth-child(9) p.ship-cost {
        margin-top: 8px;
    }
}
@media (max-width: 769px) {
    div.steps ul li a p {
        display: none;
    }
    div.steps ul li {
        padding-top: 15px;
        width: 23%;
    }
    div.steps div.liner {
        top: inherit;
        bottom: 25px;
    }
    div.steps ul li i.glyphicon-chevron-right {
      top: 21px;
    }
    .form-adresse {
      padding: 0;
    }
    form.form-adresse div.col-sm-7 {
      padding: 0 15px 0 15px;
      border-left: 0;
    }

    form.form-adresse.appr table.table {
      margin-top: 0;
    }

}

@media (max-width: 767px) {
    form.form-adresse div.well {
        height: auto;
        text-align: center;
    }
    form.form-adresse div.well input {
        float:none !important;
    }

    div.well {
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    div.well input {
        margin-bottom: 30px;
        float:none !important;
    }
    div.well .pull-right {
        margin-bottom:0;
	    float : none !important;
    }
}
@media (min-width: 767px) {
    form div.well .btn {
        margin-bottom: 0;
    }
}

.btn-green:hover {
	background-color : #227B22;
	color: white;
}

#totop{
    position: fixed;
    bottom: -70px;
    right: 20px;
    z-index: 90;
    border:0 none;
    padding: 5px 10px;
    background: #333;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    -o-transition:all 200ms ease;
    -webkit-transition:all 200ms ease;
    transition:all 200ms ease;
}

#totop.scrolled {bottom: 50px;}

.slick-slide img {
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
}
.has-m-bottom {
	margin-bottom: 15px;
}
.form-textarea-grey {
	background-color: #f5f5f5;
    border-radius: 2px;
    padding-left: 15px;
    padding-top: 16px;
}
.top-bar .link:hover {
	text-decoration: none;
}

.wrapper_product #aw-front-slider {
	    display: flex;
    flex-wrap: wrap;
}
form .btn {
	border: 1px solid transparent !important;
}
.flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-1 {
	flex: 1;
}
.items-center {
	align-items: center;
}
.justify-between {
	justify-content:space-between;
}
.breadcrumb {
	background: transparent;
	border-radius: 0;
	margin-top: 7px;
	padding-left: 0;
	font-size: 11px;
}
.breadcrumb-item a {
	color: #969696;
}
.breadcrumb-item a:hover {
	color: #000;
	text-decoration: none;
}
.breadcrumb .active {
	color: #969696;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow.owl-prev{
	left: 0;
}
.slick-arrow.owl-next{
	right: 0;
}
.blog-posted-at {
    margin-bottom: 5px;
}
.blog-list {
    margin: 30px -8px;
    display: flex;
    flex-wrap: wrap;
}
.blog-list-item {
    border: 1px solid #B2B2B2;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.block-read-more {
    background: #483008;
    color: white;
    padding
}
.blog-header-image {
    margin-bottom: 15px;
}
.blog-article h1 {
    padding-top: 8px;
}
.blog-article-body {
    margin: 30px 0 15px;
}
.profile-sign-in {
    font-size:110%;
}
.profile-sign-up {
    margin-bottom:30px;
}
.profile-sign-up-content {
    margin-bottom:30px;
}
#loyalty-customer-status {
    padding: 12px 0;
    margin:15px 0;
}
.basket-pay-with-point {
    margin-top: 15px;
}
.checkbox-flex {
    padding-left:30px;
    position:relative;
    display:inline-flex;
    flex-direction: column;
    margin-bottom: 10px;
    justify-content: flex-start;
}
.checkbox-flex input[type="checkbox"] {
    display:block;
    margin-left:-25px;
    margin-right: 5px;
    position: absolute;
    transform : scale(1.5);
}
.checkbox-flex label {
    margin:0;
    padding: 0;
}
.mb-15 {
    margin-bottom: 15px;
}
.customer-club-text {
    text-decoration:none;
    color: #333;
}
.customer-club-text p {
    margin: 0;
}
.customer-club-heading {
    font-weight: bold;
    display: inline-flex;
    flex-wrap:wrap;
}
.customer-club-heading span {
    display: inline;
}
.customer-club-button-container {
    flex-shrink: 0;
    position: relative;
    margin-left:40px;
    margin-bottom:-15px;
}
.customer-club-button::before {
    bottom: -26px;
    left: -10px;
    content: "";
    display: block;
    position: absolute;
    background-image: url('/img/easter_loyalty.jpg');
    background-size: contain;
    width:169px;
    height: 135px;
    background-repeat: no-repeat;
    z-index:-1;
}
.customer-club-button {
    background: #483008;
    color: #fff;
    display:inline-flex;
    border-radius: 15px;
    font-weight:bold;
    padding: 7px 15px;
    font-size: 13px;
    min-width: 148px;
    text-align: center;
    justify-content: center;
}
.customer-club-button:hover {
    text-decoration: none;
    color: white;
}

@media (max-width: 767px) {
    .navbar-mobile {
        border: none;
    }
    .grid-based-header {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr 1fr;
        gap: 2px;
        border-bottom: 1px solid rgba(80, 56, 30, .4);
    }
    .grid-based-header::before {
        display:none;
    }
    .grid-based-header .navbar-toggle {
        position: static;
        float: none;
        margin: 0;
        padding: 0;
        justify-content: center;
        width: 100%;
        justify-items: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .navbar-toggle-container {
        display: flex;
        items-
    }
    .mobile-nav-brand {
        grid-column: 4 / span 1;
    }

    .grid-based-header-user {
        grid-column: 5 / span 2;
    }
    .grid-based-header-user a {
        display: flex;
        gap:5px;
        justify: center;
        align-items: center;
        font-size:10px;
        padding: 0 10px;
    }
    .grid-based-header a:hover,
    .grid-based-header a:active {
        text-decoration: none;
    }
    .grid-based-header-search a,
    .grid-based-header-basket a,
    .grid-based-header-user a {
        justify-content: center;
        align-items: center;
        display: flex;
        color: #50381E;
        height: 100%;
        width: 100%;
    }

    .grid-based-header-basket .glyphicon {
        font-size: 24px;
        color: #50381E;
    }
    .grid-based-header-user.user-logged-in {
        grid-column: 5 / span 2;
    }
    .grid-based-header-user.user-logged-in .glyphicon {
        margin-right: 5px;
    }
    .grid-based-header-user a {
        justify-content: center;
    }
    .grid-based-header-user .glyphicon {
        font-size: 22px;
        padding-bottom: 3px;
    }
    .grid-based-header-search .glyphicon {
        font-size:18px;
    }

}
.checkbox-flex label {
    margin:0;
    padding: 0;
}
.mb-15 {
    margin-bottom: 15px;
}
.customer-club-text p {
    margin: 0;
}
.customer-club-heading {
    font-weight: bold;
}
.customer-club-button-container {
    flex-shrink: 0;
    position: relative;
    margin-left:40px;
}
.customer-club-button::before {
    bottom: -26px;
    left: -10px;
    content: "";
    display: block;
    position: absolute;
    background-image: url('/img/easter_loyalty.jpg');
    background-size: contain;
    width:169px;
    height: 135px;
    background-repeat: no-repeat;
    z-index:-1;
}
.customer-club-button {
    background: #483008;
    color: #fff;
    display:inline-flex;
    border-radius: 15px;
    font-weight:bold;
    padding: 7px 15px;
    font-size: 13px;
    min-width: 148px;
    text-align: center;
    justify-content: center;
}
.customer-club-button:hover {
    text-decoration: none;
    color: white;
}

/* @media (max-width: 767px) {
    .navbar-mobile {
        border: none;
    }
    .grid-based-header {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 2px;
        border-bottom: 1px solid rgba(80, 56, 30, .4);
    }
    .grid-based-header::before {
        display:none;
    }
    .grid-based-header .navbar-toggle {
        position: static;
        float: none;
        margin: 0;
        padding: 0;
        justify-content: center;
        width: 100%;
        justify-items: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .navbar-toggle-container {
        display: flex;
        items-
    }
    .mobile-nav-brand {
        grid-column: 4 / span 3;
    }

    .grid-based-header-user {
        grid-column: 7 / span 2;
    }
    .grid-based-header a:hover,
    .grid-based-header a:active {
        text-decoration: none;
    }
    .grid-based-header-search a,
    .grid-based-header-basket a,
    .grid-based-header-user a {
        justify-content: center;
        align-items: center;
        display: flex;
        color: #50381E;
        height: 100%;
        width: 100%;
    }

    .grid-based-header-basket .glyphicon {
        font-size: 24px;
        color: #50381E;
    }
    .grid-based-header-user.user-logged-in {
        grid-column: 7 / span 2;
    }
    .grid-based-header-user.user-logged-in .glyphicon {
        font-size: 16px;
        margin-right: 5px;
    }
    .grid-based-header-user a {
        justify-content: center;
    }
    .grid-based-header-user .glyphicon {
        font-size: 22px;
        padding-bottom: 3px;
    }
    .grid-based-header-search .glyphicon {
        font-size:18px;
    }
} */

.add-to-wishlist {
    border:none;
    position: absolute;
    bottom:0;
    right:0;
    background:none;
    color: #453111;
    padding: 5px;
}
.add-to-wishlist.product {
    top: 15px;
    z-index:1;
}
.add-to-wishlist svg {
    width: 24px;
    height:24px;
}
.add-to-wishlist.in-wishlist svg {
    fill: #453111;
}
.user-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background: #efefef;
    border-radius: 8px;
    margin-bottom: 32px;
    font-size: 13px;
    margin-top: -16px;
}
.user-menu-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2px;
    width: 100%;
}
.user-menu-links a {
    display: inline-flex;
    padding: 3px 0;
}
@media ( min-width:768px ){
    .user-menu-links a {
        padding: 3px;
    }
    .user-menu-links {
        column-gap: 8px;
        justify-content: flex-start;
    }
}
.user-menu-links span {
    opacity: 0.1;
    display: inline-flex;
}
.user-menu-points {
    font-weight: bold;
}
.user-orders-table {
    margin-top: 15px;
    font-size: 12px;
}
.user-orders-line td {
    padding-top: 8px !important;
    cursor: pointer;
}
.user-orders-line:hover {
    background: #eee;
}
