/* default font size */
.mijoshop .fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
.mijoshop legend {
	font-size: 18px;
	padding: 7px 0px
}

.mijoshop select.form-control, .mijoshop textarea.form-control, .mijoshop input[type="text"].form-control, .mijoshop input[type="password"].form-control, .mijoshop input[type="datetime"].form-control, .mijoshop input[type="datetime-local"].form-control, .mijoshop input[type="date"].form-control, .mijoshop input[type="month"].form-control, .mijoshop input[type="time"].form-control, .mijoshop input[type="week"].form-control, .mijoshop input[type="number"].form-control, .mijoshop input[type="email"].form-control, .mijoshop input[type="url"].form-control, .mijoshop input[type="search"].form-control, .mijoshop input[type="tel"].form-control, .mijoshop input[type="color"].form-control {
	font-size: 12px;
}
.mijoshop .input-group input, .mijoshop .input-group select, .mijoshop .input-group .dropdown-menu, .mijoshop .input-group .popover {
	font-size: 12px;
}

.mijoshop .fa.fa-facebook {
    font-size: 20px;
}
.mijoshop .input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
.mijoshop span.hidden-xs, .mijoshop span.hidden-sm, .mijoshop span.hidden-md, .mijoshop span.hidden-lg {
	display: inline;
}

.mijoshop .nav-tabs {
	margin-bottom: 15px;
}
.mijoshop div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* top */
.mijoshop #top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 0 8px 0;
	margin: 0 0 20px 0;
}
.mijoshop #top .container_oc {
	padding: 0 20px;
}

.mijoshop #top .btn-link strong {
	font-size: 14px;
}
.mijoshop #top-links, .mijoshop .top-links {
	padding-top: 3px;
}
.mijoshop #top-links a + a, .mijoshop .top-links a + a {
	margin-left: 15px;
}
/* logo */
.mijoshop #logo {
	margin: 0 0 10px 0;
}

/* menu */
.mijoshop #menu_oc {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
.mijoshop #menu_oc .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
.mijoshop #menu_oc .nav > li > a:hover, .mijoshop #menu_oc .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
.mijoshop #menu_oc .dropdown-menu {
	padding-bottom: 0;
}
.mijoshop #menu_oc .dropdown-inner {
	display: table;
}
.mijoshop #menu_oc .dropdown-inner ul {
	display: table-cell;
}
.mijoshop #menu_oc .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
}
.mijoshop #menu_oc .dropdown-inner li a:hover {
	text-decoration: none;
}
.mijoshop #menu_oc .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
.mijoshop #menu_oc .see-all:hover, .mijoshop #menu_oc .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.mijoshop #menu_oc #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.mijoshop #menu_oc .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.mijoshop #menu_oc .btn-navbar:hover, .mijoshop #menu_oc .btn-navbar:focus, .mijoshop #menu_oc .btn-navbar:active, .mijoshop #menu_oc .btn-navbar.disabled, .mijoshop #menu_oc .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
    .mijoshop #menu_oc .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
    .mijoshop #menu_oc {
	}
    .mijoshop #menu_oc div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
    .mijoshop #menu_oc div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
    .mijoshop #menu_oc .dropdown-inner {
		display: block;
	}
    .mijoshop #menu_oc .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
    .mijoshop #menu_oc .dropdown-menu a:hover,
    .mijoshop #menu_oc .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
    .mijoshop #menu_oc .see-all {
		margin-top: 0;
		border: none;
		color: #fff;
	}
}
/* content */
/*.mijoshop #content_oc {
	min-height: 450px;
}*/
/* footer */
.mijoshop footer {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.mijoshop footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

.mijoshop footer h5 {
	font-size: 13px;
	font-weight: bold;
}
/* alert */
.mijoshop .alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.mijoshop .breadcrumb {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mijoshop .pagination {
	margin: 0;
}

/* list group */
.mijoshop .list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.mijoshop .list-group a.active, .mijoshop .list-group a.active:hover, .mijoshop .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.mijoshop .carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.mijoshop .carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.mijoshop .carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* category list */
.mijoshop .category-thumb {
    margin-bottom: 30px;
    overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #fff;
}
.mijoshop .category-thumb .image {
    display: table;
    float: none;
    height: 290px;
    margin: 0;
    width: 100%;
}
.mijoshop .category-thumb .image > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*
.mijoshop .category-thumb .caption {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
*/


/*
.mijoshop .category-thumb .caption {
    display: block;
    height: 100%;
    vertical-align: middle;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
*/
.mijoshop .category-thumb .category-wrapper .caption a .catOverskrift{
    min-height: 150px;
}

.mijoshop .category-layout .category-thumb {
     box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
}


.mijoshop .category-thumb .caption h3 {
    font-size: 30px;
    line-height: 35px;
    color: #45556c;
    font-family: 'Playfair Display', serif;

}
.mijoshop .category-thumb .caption a {
    height: 100%;
    position: relative;
    width: 100%;
}

.product-wrapper .ndHover {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
/*    background-color: rgba(0, 0, 0, 0.1);*/
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.product-thumb:hover .catOverskrift .btn {
    background-color: #45556c;
    color: #b7aa8b;
}



.mijoshop .category-thumb:hover .caption .btn, .mijoshop .product-wrapper:hover .ndHover .btn  {
     background-color: #45556c;
    border: 1px solid #45556c;
    color: #b7aa8b;
}

.mijoshop .category-thumb .caption a .catOverskrift, .mijoshop .product-thumb .catOverskrift {
    background-color: #fff;
    padding: 30px;
    text-align: left;
    min-height: 305px;
    overflow: auto;
}



/*
.mijoshop .category-thumb .caption a .catOverskrift, .mijoshop .product-thumb .catOverskrift {
    background-color: #fff;
    color: #45556c;
    display: block;
    float: left;
    font-family: "Playfair Display",serif;
    font-size: 30px;
    line-height: 35px;
    max-width: 70%;
    padding: 40px 30px 20px;
    text-align: left;
    text-transform: none;
    position: absolute;
    right: 30px;
    bottom:30px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
*/
.mijoshop .category-thumb:hover .caption {
    background-color: rgba(0, 0, 0, 0.2);
}
.mijoshop .category-thumb:hover .caption h3 a {
    color: #231f20;
}
.mijoshop #category-description .category-desc-content {
    background-position: center center;
    background-size: cover;
    display: table;
    height: 374px;
    text-align: center;
    width: 100%;
	margin-bottom: 20px;
}
.mijoshop #category-description .caption {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
	/*background-color: rgba(0, 0, 0, 0.1);*/
	background-color: #000000;
	padding: 0 30px;
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mijoshop #category-description .caption > * {
	color: #ffffff;
}
.mijoshop #category-description .caption h3 {
    font-size: 78px;
    font-weight: 300;
    line-height: 70px;
    margin-bottom: 20px;
}
.mijoshop #category-description .caption p {
    font-size: 14px;
    line-height: 19px;
}
.view-product #content {
    padding-bottom: 0;
}
/* product list */
.mijoshop .product-thumb {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-color: #eaeaea;
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.mijoshop .product-wrapper {
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mijoshop .product-thumb:hover .product-wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mijoshop .product-hover {
    background-color: rgba(59, 65, 76, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
	overflow: hidden;
	padding: 20px;
	text-align: center;
	opacity: 0;
    -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.mijoshop .product-thumb:hover .product-hover {
    top: 0;
	opacity: 1;
}
.bottom-align {
    height: 100%;
    position: relative;
}
.bottom-align > div {
    bottom: 0;
    position: absolute;
	width: 100%;
}
.mijoshop .product-thumb:hover .product-wrapper .price, .mijoshop .product-thumb:hover .product-wrapper .caption {
	/*opacity: 0;*/
}
.mijoshop .product-thumb .image, .mijoshop .category-thumb .image {
	text-align: center;
    background-position: center center;
    background-size: cover;
}
.mijoshop .product-thumb .image a, .mijoshop .category-thumb .image a {
	display: block;
}
.mijoshop .product-thumb .image a:hover, .mijoshop .category-thumb .image a:hover {
	/*opacity: 0.8;*/
}
.mijoshop .product-thumb:hover .image a {
	opacity: 0.2;
}
.mijoshop .product-thumb .image img, .mijoshop .category-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.mijoshop .product-grid .product-thumb .image {
    float: none;
    margin-bottom: 62px;
}
.mijoshop .product-thumb h3 {
    color: #45556c;
    font-family: "Playfair Display",serif;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
}
.mijoshop .product-thumb .catOverskrift h3 > span {
    color: #b7aa8b;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
	margin-top: 8px;
	text-transform: none;
	display: block;
    font-family: 'Raleway', sans-serif;

}
.mijoshop .product-thumb .catOverskrift h3 > a {
    color: #094e68;
}
.mijoshop .product-thumb .product-hover h3 > a {
    color: #ffffff;
}





.mijoshop .product-thumb .caption {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    padding: 5px 20px 30px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/*
.mijoshop .product-thumb:hover .caption {
    padding-bottom: 100px;
}
*/
.mijoshop .product-thumb .caption {
    display: none;
}
.mijoshop .product-thumb .product-sku {
    color: #094e68;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    margin: 0;
    width: 100%;
}
.mijoshop .product-list .product-thumb .caption {
	margin-left: 230px;
}

.mijoshop .product-thumb .rating {
	padding-bottom: 10px;
}

h2.price {
	margin: 0;
}
.mijoshop .product-thumb .price {
    font-size: 20px;
    line-height: 20px;
}
.mijoshop .product-thumb .product-wrapper .price {
    /*min-height: 45px;*/
	opacity: 1;
    -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.mijoshop .product-thumb .product-hover .price {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.mijoshop .product-thumb .price strong {
	font-weight: 600;
}
.mijoshop .product-thumb .price > strong {
    display: inline-block;
    padding-top: 22px;
}
.mijoshop .product-thumb .price-old {
    color: #8c8f90;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
    text-decoration: line-through;
}
.mijoshop .product-thumb .product-hover .price-old {
    color: #cccccc;
    font-size: 14px;
}
.mijoshop .product-thumb .price-new {
	/*color: #d935bc;*/
}
.mijoshop .product-thumb .product-hover .price-new {
    color: #fff;
}
.mijoshop .product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.mijoshop .product-thumb .button-group {
	overflow: auto;
}
.mijoshop .product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.mijoshop .product-list .product-thumb .button-group {
		border-left: none;
	}
}
.mijoshop .product-thumb .button-group button, .mijoshop .product-thumb .button-group a {
    background-color: #000;
	border: 1px solid #000000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 4px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mijoshop .product-thumb .button-group * + * {
    margin-top: 10px;
}
.mijoshop .product-thumb .button-group button:hover, .mijoshop .product-thumb .button-group a:hover, .submenu-right .mijoshop .product-thumb:hover .button-group a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

.mijoshop .thumbnails {
	/*overflow: auto;*/
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.mijoshop .thumbnails > li {
	margin-left: 10px !important;
}
/*.mijoshop .thumbnails {
    margin-bottom: 10px !important;
    margin-left: -10px !important;
}*/
.mijoshop .thumbnails > img {
	width: 100%;
}
.mijoshop .image-additional a {
    border: 1px solid #f4f4f4;
    border-radius: 0;
    display: block;
    margin-top: 10px;
    padding: 0;
}
.mijoshop .image-additional {
	max-width: 78px;
}
.mijoshop .thumbnails .image-additional {
	/*float: left;
	margin-left: 10px;*/
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    .mijoshop #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    .mijoshop #column-left + #content_oc .product-layout .col-md-3 {
       width: 50%;
    }
    .mijoshop #column-left + #content_oc + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    .mijoshop #content_oc + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

#wrapper .owl-carousel {
    margin: 0;
    position: relative;
    zoom: 1;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}

.owl-controls i {
    font-size: 40px !important;
    color: #8d8d8d !important;
}

.owl-controls i:hover {
    color: #5d5d5d !important;
}
.owl-item .item {
    margin-bottom: 0;
}
.owl-item .item > a {
    display: block;
    text-align: center;
    width: 100%;
}
.owl-item .item > a img {
    display: inline-block;
}
#wrapper .owl-controls {
    height: 0;
}
.mijoshop #cart a.button {
    background: transparent url("/images/grafik/icon-basket.png") no-repeat scroll center center / 21px 23px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    text-align: center;
	width: 25px;
	height: 30px;
}
.mijoshop #cart a.button #cart-total {
    background-color: transparent;
    border: 1px solid #b7aa8b;
    border-radius: 50%;
    color: #4d413a;
    display: block;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: -13px;
    text-align: center;
    top: -7px;
    width: 20px;
}
.mijoshop #cart a.button i {
    font-size: 16px;
	visibility: hidden;
}
.mijoshop #content_oc > hr {
    margin-top: 0;
	border-color: #f1f1f1;
}
/*
#wrapper .btn, #wrapper input, #wrapper select {
    border-radius: 0;
}
*/
.mijoshop .prices span.main-price {
    color: #45556c;
    font-size: 38px;
    font-weight: 300;
    line-height: 30px;
}
.mijoshop .prices span.main-price span.valuta_pris{
    font-size: 14px;
}
.mijoshop li {
    line-height: 9px;
}
.mijoshop .old-price {
    color: #b7aa8b;
    display: inline-block;
    margin-bottom: 6px;
}

.mijoshop .pre-tax {
    color: #9c9c9c;
    font-size: 12px;
}
.mijoshop #content_oc > h1 {
    color: #3b414c;
    font-size: 35px;
    font-weight: 400;
	 line-height: 25px;
}
.mijoshop .border-right {
    border-right: 1px solid #eee;
}
.mijoshop .general-info span.fa {
    font-size: 12px;
    margin-right: 5px !important;
    width: 12px;
}
.mijoshop .general-info p {
    color: #565656;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.mijoshop .related-products > h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
	padding-bottom: 12px;
    text-transform: none;
	margin-bottom: 30px;
}
.mijoshop .related-products::before {
    background-color: rgba(69, 85, 108, 0.9);      
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mijoshop .related-products {
    background: transparent url("/images/bannere/relateret-produkter.jpg") no-repeat scroll center center / cover ;
    position: relative;
    text-align: center;
}
.mijoshop .related-products > div {
    padding: 50px 0;
}
.mijoshop .related-products .mod-custom h4 {
    color: #b7aa8b;
    font-size: 38px;
    line-height: 26px;
    margin-bottom: 17px;
}
.mijoshop .related-products .mod-custom p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}
#product-bottom .moduleTitle {
    font-size: 50px;
    line-height: 36px;
    margin-bottom: 30px;
}
.mijoshop hr.small {
	margin: 10px 0;
}
/*.buy-area select.form-control {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	cursor: pointer;
    background: #000000 url("/images/grafik/select-arrow.png") no-repeat scroll 92% center;
    border: medium none;
	height: 40px;
	color: #fff;
	font-size: 13px;
}
.buy-area select.form-control:focus {
	box-shadow: none;
}
.buy-area select.form-control::-ms-expand {
    display: none;
}*/
.buy-area .form-group {
    margin-bottom: 10px;
}

.buy-area #button-cart {
    border: 1px solid #45556c;
    color: #45556c;
    float: right;
    font-size: 16px;
    height: 37px;
    width: 90%;
}
.buy-area #button-cart:hover {
    color: #b7aa8b;

}
.buy-area {
    padding-top: 7px;
}
.buy-area #input-quantity {
    border-color: #45556c;
    border-radius: 0 20px 20px 0;
    box-shadow: none;
    font-size: 18px;
    height: 36px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 0;
    text-align: center;
    width: 100%;
}
/*
.mijoshop .thumbnail {
    background-position: center center;
    background-size: cover;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-height: 400px;
    padding: 0;
    position: relative;
    top: 0;
    
}
*/
.mijoshop .thumbnail {
    background-position: center center;
    background-size: auto 100%;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-height: 400px;
    padding: 0;
    position: relative;
    top: 0;
    background-repeat: no-repeat;
}

.mijoshop .images-additional .thumbnail {
    margin-bottom: 10px;
}
.mijoshop #cart {
    z-index: 20;
	position: relative;
	text-align: right;
}
.mijoshop #cart .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    color: #151515;
    /*margin-top: 10px !important;*/
    min-width: 350px;
    padding-top: 0;
    right: 0;
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    border-style: solid none none;
    border-width: 10px 0 0;
}
.mijoshop #cart .table>tbody>tr:first-child>td {
	border-top: none !important;
}
.q-left {
    float: left;
    width: 50%;
}
.q-right {
    float: left;
    width: 50%;
}
.q-button {
    background-color: #45556c;
    border-color: #57657a;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 18px;
    line-height: 16px;
    text-align: center;
}

 .q-button:hover {
     color: #fff;
}
.q-button.plus {
    border-bottom-width: 0;
     border-radius: 20px 0 0;
}
.q-button.minus {
    border-radius: 0 0 0 20px;
    line-height: 12px;
}
.q-button:hover {
    background-color: #b7aa8b;
    border-color: #b7aa8b;
}
.mijoshop .tab-content {
    margin-bottom: 60px;
}
.mijoshop #product {
    /*margin-bottom: 30px;*/
}
.mijoshop  a.thumbnail.active, .mijoshop a.thumbnail:focus, .mijoshop a.thumbnail:hover {
    border-color: #f1f1f1;
}
.mijoshop .image-additional  a.thumbnail img {
    opacity: 0.4;
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mijoshop .image-additional  a.thumbnail.active img, .mijoshop .image-additional a.thumbnail:hover img {
    opacity: 1;
}
/*
.mijoshop #product-description p {
    color: #a7a9ac;
}
*/

#overview-product-description {
    padding: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}

.mijoshop .fullbox-link, p.fullbox-link a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
	text-indent: -99999px;
	margin: 0;
}
p.fullbox-link {
	margin: 0;
}
.mijoshop .fullbox-link {
    background: transparent none no-repeat scroll left top;
    opacity: 0;
}
.mijoshop .product-thumb:hover .fullbox-link {
    opacity: 1;
}
.mijoshop .product-hover .buttons {
    position: relative;
    z-index: 3;
}
#sbox-overlay {
    width: 100% !important;
}
#sbox-window {
    box-sizing: content-box !important;
}
#sbox-content .mijoshop #content_oc > h1 {
    font-size: 30px;
    line-height: 40px;
}
#sbox-content .mijoshop #content_oc {
    min-height: auto;
}
.mijoshop #cart .dropdown-menu li {
    max-height: 560px;
    overflow: auto;
}
@media (max-width: 1429px) {
	.mijoshop #cart .dropdown-menu li {
		max-height: 480px;
	}
}
@media (max-width: 1199px) {
	.mijoshop #cart .dropdown-menu li {
		max-height: 330px;
	}
}
.mijoshop .row.filter {
    margin-bottom: 20px;
}
.mijoshop #product-top {
    background-color: #f1f1f1;
    padding: 30px;
}
.mijoshop #product-main {
    background-color: #fff;
    margin-bottom: 40px;
}
.mijoshop #product-top h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.mijoshop #product-top .product-sku {
    font-size: 20px;
    line-height: 25px;
}
.mijoshop #product-attributes {
    margin-top: 30px;
}
.mijoshop .attribute-group h4 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 20px;
}
.mijoshop #product-attributes .row {
  margin-right: 0;
  margin-left: 0;
}
.mijoshop #product-attributes .row > div {
    background-color: #f0f0f0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    padding: 8px 20px;
}
.product-buttons {
    position: relative;
    z-index: 3;
}
.mijoshop .product-thumb .product-model {
    color: #8c8f90;
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 0;
}
.mijoshop .product-thumb .product-title {
    height: 62px;
    margin-bottom: 10px;
}
.mijoshop .product-thumb .product-rating {
    margin-bottom: 10px;
}
.mijoshop .product-rating i, .mijoshop .rating i, .mijoshop .reviews-rating i, .mijoshop .review-rating i {
    color: #45556c;
    font-size: 15px;
    line-height: 20px;
    margin: 0 2px;
}
.mijoshop .rating i:first-child, .mijoshop .reviews-rating i:first-child, .mijoshop .review-rating i:first-child {
	margin-left: 0;
}
.mijoshop .product-rating.no-rating > i.fa {
    visibility: hidden;
}
.mijoshop .product-thumb .product-buttons {
    bottom: -40px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mijoshop .product-thumb:hover .product-buttons {
    bottom: 30px;
}
.view-product #content .container_oc {
padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto
}
@media (min-width:769px) {
	.view-product #content .container_oc {
	width:750px
	}
}
@media (min-width:992px) {
	.view-product #content .container_oc {
	width:970px
	}
}
@media (min-width:1200px) {
	.view-product #content .container_oc {
	width:1170px
	}
}
@media (min-width: 1430px) {
	.view-product #content .container_oc {
	width: 1400px;
	}
}
#product-bottom {
    background-color: #fff;
    padding: 60px 0;
}
.mijoshop #reviews {
    background-color: #efefef;
    padding: 60px 0;
}
.mijoshop #reviews h4 {
    font-size: 35px;
    line-height: 25px;
    margin-bottom: 30px;
}
.mijoshop #reviews h4 > span > a {
    color: #45556c;
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
    text-transform: none;
}
.mijoshop #reviews h4 > span > a:hover {
    color: #000;
}
.mijoshop #reviews .container_oc > p {
    font-size: 14px;
    margin-bottom: 30px;
}
.mijoshop #reviews .reviews-total-rating {
    font-size: 18px;
    margin: 0 6px;
}
.mijoshop .reviews-rating i, .mijoshop .review-rating i {
    margin: 0 3px;
}
.mijoshop #reviews #review {
    border-top: 1px solid #dadada;
    padding-top: 30px;
}
.mijoshop #review > .row > .col-sm-6:first-child {
    border-right: 1px solid #dadada;
    padding-right: 30px;
}
.mijoshop #review > .row > .col-sm-6:last-child {
    padding-left: 30px;
}
.mijoshop #reviews .review-item + .review-item {
    border-top: 1px solid #dadada;
    margin-top: 30px;
    padding-top: 30px;
}
.mijoshop .review-info p {
    color: #8f8d8d;
    line-height: 16px;
}
.mijoshop .review-content p {
    font-size: 14px;
    line-height: 18px;
}
.mijoshop #product-main .image-wrapper {
    border: 1px solid #f1f1f1;
/*    padding: 20px;*/
	position: relative;
}
.mijoshop .images-additional {
    bottom: 0;
    left: 0;
    position: absolute;
}
.mijoshop .image-wrapper .fb-share-button {
    left: 30px;
    position: absolute;
    top: 25px;
}
.mijoshop #group-colors .group-color {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: relative;
    width: 25px;
}
.mijoshop #group-colors {
    margin-top: 25px;
    text-align: center;
}
.mijoshop #group-colors .group-color a {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
	background-size: cover;
}
.mijoshop #group-colors .group-color.active > a:after {
    background-color: #c5c5c5;
    border-radius: 50%;
    bottom: -11px;
    content: "";
    display: block;
    height: 6px;
    margin-right: -3px;
    position: absolute;
    right: 50%;
    width: 6px;
    z-index: 2;
}
.mijoshop #group-colors .group-color a:hover {
    height: 25px;
    margin-left: -13px;
    margin-top: -13px;
    width: 25px;
}
.mijoshop .tax-text {
    color: #676767;
    font-size: 12px;
    line-height: 10px;
}
.mijoshop .title-area, .mijoshop .data-area {
    margin-bottom: 10px;
}
.mijoshop .title-area h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 5px;
	text-transform: uppercase;
}
.mijoshop .title-area span.product-model {
    color: #b7aa8b;
    font-size: 18px;
}
.fb-share-button a {
    color: #b7aa8b;
}
.fb-share-button a:hover {
    color: #45556c;
}
.mijoshop #product-content {
    background: transparent none no-repeat fixed right bottom;
    margin-top: 30px;
}
.mijoshop .rating .anchor-link {
    margin-left: 10px;
}
.mijoshop #tab-accordion .panel-title a {
    display: block;
    width: 100%;
}
.mijoshop #tab-accordion .panel-title a i {
    float: right;
    font-size: 10px;
	margin-top: 5px;
}
.mijoshop .menumodule-layout .product-wrapper {
    padding: 0;
}
.mijoshop .menumodule-layout .fullbox-link {
    width: 100% !important;
}
.mijoshop .menumodule-layout .product-thumb:hover .image a {
    opacity: 1;
}
.mijoshop .menumodule-layout .product-thumb .product-buttons {
    position: static;
}
.mijoshop .menumodule-layout .fullbox-link {
    background: transparent none repeat scroll 0 0;
}
.mijoshop .menumodule-layout .product-thumb .caption {
    padding: 0 !important;
    position: static;
}
#mainmenu .submenu-right .product-wrapper {
    color: #231f20;
}
#jux_megamenucss3 .megamenu .childcontent .submenu-right .moduletable {
    padding: 0;
}
#mainmenu .submenu-right .product-desc p {
    font-size: 12px;
    line-height: 14px;
}
#mainmenu .submenu-right .product-desc {
    margin-bottom: 20px;
}
.mijoshop #writeReview {
    margin-top: 20px;
}
.mijoshop #writeReview:after {
    clear: both;
    content: "";
    display: block;
}
.mijoshop #review h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
}
/*.mijoshop .product-badge { // Runde badges
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    height: 74px;
    line-height: 74px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    width: 74px;
	z-index: 1;
	opacity: 0.6;
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}*/
.mijoshop .product-badge {
    background-color: #b7aa8b;
    color: #45556c;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    letter-spacing: 0.5px;
    line-height: 22px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    top: 0px;
    width: 74px;
    z-index: 1;
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/*.mijoshop .product-thumb:hover .product-badge {
    opacity: 0.4;
}*/
.mijoshop .product-badge.badge-sale {
    background-color: #45556c;
    z-index: 2;
    color: #b7aa8b;
}
.mijoshop .product-badge.badge-nostock {
    background-color: #8c8f90;
    z-index: 3;
}
.mijoshop .product-badge > a {
    color: inherit;
    display: block;
}
.mijoshop #tab-accordion .panel-default > .panel-heading {
    border-bottom: 1px solid #f1f1f1;
}
.mijoshop #tab-accordion .panel .panel-body {
    border-top: medium none;
}
.mijoshop #product-main .data-area p {
    color: #676767;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: none;
}
.mijoshop .product-stock i.fa {
    color: #b7aa8b;
    font-size: inherit;
}
.submenu-right .mijoshop .product-wrapper {
    box-shadow: none !important;
}
#writeReview .rating-container {
    display: inline-block;
    line-height: 19px;
}
#writeReview .rating-container .filled-stars {
    text-shadow: none;
}
.shortcut:hover {
    background: #8c8f90 none repeat scroll 0 0;
}
.shortcut {
    background-color: #000000;
    height: 100px;
    position: relative;
    transition: all 200ms ease-in-out 0s;
}
.shortcut.sc-logout {
    float: right;
    width: 100px;
}
.shortcut a {
    color: #ffffff;
    font-size: 16px;
    height: 100%;
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.shortcut a:hover, .shortcut a:focus {
    color: #ffffff;
}
.shortcut.sc-orders > a::before {
    content: "\f1da";
    font-family: fontawesome;
    font-size: 25px;
    padding-right: 10px;
}

.shortcut.sc-wishlist > a::before {
    content: "\f06b";
    font-family: fontawesome;
    font-size: 25px;
    padding-right: 10px;
}
.visitortype-b2b .shortcut.sc-wishlist > a::before {
    content: "\f005";
    font-family: fontawesome;
    font-size: 25px;
    padding-right: 10px;
}

.shortcut.sc-edit > a::before {
    content: "\f007";
    font-family: fontawesome;
    font-size: 25px;
    padding-right: 10px;
}

.shortcut.sc-adress > a::before {
    content: "\f041";
    font-family: fontawesome;
    font-size: 25px;
    padding-right: 10px;
}

.shortcut.sc-logout > a::before {
    content: "\f023";
    font-family: fontawesome;
    font-size: 25px;
    padding-right: 10px;
}
.shortcut.sc-logout {
    background: #45556c none repeat scroll 0 0;
	transition: all 200ms ease-in-out 0s;
    float: right;
    height: 55px;
    width: 150px;
}
.shortcut.sc-logout:hover {
    background: #8c8f90 none repeat scroll 0 0;
}
.shortcut.sc-logout > a {
    line-height: 50px;
}
.mijoshop .product-thumb .nostock-text-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.mijoshop .product-thumb .nostock-text-wrapper > a {
    font-size: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 100%;
	text-transform: uppercase;
	color: #252525;
}
.mijoshop .product-thumb.nostock .image a, .mijoshop .product-thumb.nostock .product-title, .mijoshop .product-thumb.nostock .caption {
    opacity: 0.4 !important;
}
.mijoshop .product-thumb.nostock:hover .caption {
    padding-bottom: inherit;
}
.mijoshop .product-thumb.nostock:hover .product-buttons {
    bottom: -40px;
}
.mijoshop select.form-control {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	cursor: pointer;
    background: #afafaf url("/images/grafik/select-arrow.png") no-repeat scroll calc(100% - 30px) center;
    border: medium none;
	border-color: #afafaf;
	height: 40px;
	color: #fff;
	font-size: 13px;
}
.mijoshop select.form-control:focus {
	box-shadow: none;
}
.mijoshop select.form-control::-ms-expand {
    display: none;
}
.mijoshop .thumbnails.additional-spacing > div:not(.images-additional) {
    padding-left: 86px;
}
.mijoshop .smopc-row #content_oc > h1 {
    line-height: 26px !important;
}
#product-main a.q-button.plus {
    font-size: 14px;
    line-height: 18px;
}
#product-main a:focus{
    color: #fff;

}

.smopc-panel-body .smopc-radio:nth-child(3) img {
    display: none;
}
.shipping_logo img {
  display:block !important;
}
#customer-group {
   display: none !important;
}

#checkout-gift {
   margin-top: 20px;
}


.view-checkout #mijoshop > .container_oc:not(#smopc-page) {
    background-color: #fff;
    padding: 30px;
}

#cart .model-text {
    color: #acacac;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}
#smopc-page.container.m_vare {
    padding: 0;
    width: auto;
}
.smopc-panel-title {
    padding-left: 0;
}
/*Se ordre */
.view-orders #wrapper .table-bordered {
    border: medium none;
}

.view-orders #wrapper .table-bordered tr td {
    border-left: medium none;
    border-right: medium none;
border-bottom-width: 0;
}

.view-orders #wrapper .table-bordered thead tr td {
    font-weight: 500;
}
/*Fri fragt checkoutside */
.shopvidere:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}
.shopvidere {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-left: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out 0s;
}
.frifragt_checkoutside {
    border-radius: 0;
    display: none;
}
.frifragt_checkoutside > span {
    color: #ffffff;
}
.product_amount {
    padding-right: 5px;
}
.cat_info {
text-align: right;
}
/*Registrer konto*/
.view-registration .mijoshop.common-home #content_oc div.required .control-label::before {
    color: #b9784d;
}
.view-registration .mijoshop.common-home #content_oc .form-control {
    border-radius: 0;
    box-shadow: none;
}
.account .headline {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
	border: 0px;
}
.account .form-control  { 
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
}
/*Skriv bedømmelse*/
#writeReview .help-block {
    display: none;
}
#writeReview .form-control {
    background-color: #ffffff;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000 !important;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#writeReview .control-label {
    color: #ffffff;
  margin-bottom: 5px;
}
#writeReview .control-label::before {
    color: #45556c;
    content: "* ";
    font-weight: bold;
}
#writeReview h4 {
    color: #ffffff;
}
#writeReview .form-horizontal {
    background: #000000 none repeat scroll 0 0;
    padding: 30px;
}
/*Ønskeliste */
.view-wishlist .container_oc .col-sm-12 {
    background: #ffffff none repeat scroll 0 0;
    padding: 19px 30px 30px;
}
.view-wishlist tr td {
    border: medium none !important;
}
.view-wishlist .quantity-wrapper {
    float: right;
}
.view-wishlist #wrapper .table-bordered {
    border: none;
}

.view-wishlist .table-bordered > thead > tr > td, .view-wishlist .table-bordered > thead > tr > th {
    border-bottom: 0 none;
}
body .sweet-alert .icon.success {
    border-color: #dab4a8;
}
body .sweet-overlay {
    background-color: rgba(255, 255, 255, 0.5);    
}
body .sweet-alert { 
    border-radius: 0px; 
  box-shadow: 0 0 230px rgba(0, 0, 0, 0.2);
}
body .sweet-alert h2 {
     text-transform: uppercase;
}
body .sweet-alert .icon.success .placeholder {    
    border: 4px solid rgba(180, 133, 117, 0.16);   
}

body .sweet-alert .icon.success .line {    
    background-color: #45556c;    
}

body .sweet-alert button {
    background-color: #000000 !important;
    font-size: 22px !important; 
  padding: 5px 32px;
}
.smopc-btn-default:hover {
    background-color: #1186d0 !important;
}
.smopc-btn-default {
    background-color: #45556c !important;
}
.smopc-btn-primary:hover {
       background-color: #45556c !important;
    color:#b7aa8b;
        border: 1px solid #45556c !important;

}
.smopc-btn-primary {
    background-color: #b7aa8b !important;
    border: 1px solid #b7aa8b !important;
    color: #45556c;
}
.sweet-alert button:hover {
    background-color: #000 !important;
}
.sweet-alert button {
    background-color: #45556c !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  transition: all 200ms ease-in-out 0s !important;
}
.sweet-alert a {
    color: #45556c !important;
}
.sweet-alert p {
    color: #231f20 !important;
}
.sweet-alert h2 {
    color: #231f20 !important;
  font-weight: 500 !important;
}
.review-item > .row {
    margin-bottom: 10px;
}
#wrapper .smopc-panel-default > .smopc-panel-heading {
    background-color: #0a0a0a;
  border-radius: 0;
  overflow: hidden;
}

#wrapper .smopc-panel-heading h4 {
    color: #fff;
}

#wrapper .smopc-panel-default {
    border: none;
    border-radius: 3px 3px 0 0;
}


#wrapper .smopc-well {   
    text-align: center;
    margin-top: 20px;
}

#wrapper .smopc-panel-footer {    
    background-color: #dedede;    
}
/* ###### */
#cart table.table.table-bordered.totals td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
}
#cart table.table.table-bordered.totals {
    border: medium none;
}
#cart .img-thumbnail, .thumbnail {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
#cart .text-left a {
    font-size: 14px;
    font-weight: 500;
	color: #252525;
}
#cart table.table.table-striped.products .text-right:nth-child(3) {
    color: #a7a9ac;
    font-size: 14px;
}
#cart table.table.table-striped.products .text-right:nth-child(4) {
    font-size: 15px;
}
#cart table.table.table-striped.products .btn-danger {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none;
    color: #000;
	box-shadow: none;
}
#cart p.text-right i.fa.fa-shopping-cart {
    margin-right: 5px;
}
#cart .mijoshop #cart .table > tbody > tr > td {
    border-top: medium none;
}
#cart .table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f4f4f4;
}
#cart .dropdown-menu {
    box-shadow: 0 2px 60px rgba(0, 0, 0, 0.08);
}
#cart .model-text {
    color: #acacac;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}
#cart .text-right a strong {
    background: #45556c none repeat scroll 0 0;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 200ms ease-in-out 0s;
}
#cart p.text-right i.fa.fa-shopping-cart {
    margin-right: 5px;
}
#cart .text-right a:hover strong {
    background: #000000 none repeat scroll 0 0;
}
.mijoshop .form-horizontal .control-label {
    text-align: left;
}
#wrapper .mijoshop .btn-info, #wrapper .mijoshop .btn-default {
    background-color: #252525;
    background-image: none;
    border: medium none;
    color: #fff;
    text-shadow: none;
}
#wrapper .mijoshop .btn-info:hover, #wrapper .mijoshop .btn-default:hover {
    background-color: #45556c;
    background-image: none;
    color: #fff;
}
#wrapper .mijoshop .shortcut a:focus {
    color: #fff;
} 
.mijoshop .account  .container_oc {
    background: #fff none repeat scroll 0 0;
    min-height: 240px;
    padding: 20px;
}
.mijoshop.account-home .container_oc {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}
.mijoshop #product .rating {
    margin-bottom: 20px;
}
.mijoshop .top-content {
    margin-bottom: 20px;
}
.view-checkout #content {
    background-color: #eaeaea;
}
.view-checkout #showcase-wrapper { /* Denne kan slettes hvis der er konflikt */
    float: left;
    height: 60px;
    overflow: visible;
}
/*=================== RESPONSIVE RULES ======================*/
@media (max-width: 1429px) { /* Large */
	.mijoshop .prices h2 {
		font-size: 32px;
	}
	.buy-area #button-cart {
		font-size: 12px;
	}
	.mijoshop .image-additional {
		max-width: 58px;
	}
}

@media (max-width: 1199px) { /* Medium */
	.mijoshop #product-main {
		margin-bottom: 30px;
	}
	.mijoshop .related-products > div {
		padding-top: 30px;
	}
	.shortcut a {
		font-size: 12px;
	}
	.mijoshop #category-description .category-desc-content {
		height: 293px;
	}
	.mijoshop .category-thumb .image {
		height: 140px;
	}
	.fb-share-button {
		font-size: 11px;
	}
	.mijoshop .image-wrapper .fb-share-button {
		left: 20px;
		top: 15px;
	}
	.mijoshop #product .price-area {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) { /* Small */
	.row.filter > div + div select {
		margin-top: 10px;
	}
	#account-shortcuts .col-sm-4 + .col-sm-4 .shortcut {
		margin-top: 20px;
	}
	.shortcut.sc-logout {
		float: none;
		width: 100%;
	}
	.account-home {
		margin-bottom: 30px;
	}
	.mijoshop .product-thumb:hover .fullbox-link {
		opacity: 0 !important;
	}
	.mijoshop .product-thumb:hover .image a {
		opacity: 1 !important;
	}
	.mijoshop .product-thumb:hover .product-wrapper {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0) !important;
	}
	.mijoshop #category-description .caption {
		padding: 30px;
	}
	.mijoshop #category-description .category-desc-content {
		height: auto;
	}
	/* ### Replace hover på produkt ### */
	#wrapper .mijoshop .product-grid .product-thumb .image {
		margin-bottom: 10px;
	}
	#wrapper .mijoshop .product-thumb .product-buttons {
		position: static;
		margin-top: 10px;
	}
	#wrapper .mijoshop .product-thumb:hover .caption {
		padding-bottom: 0;
	}
	#wrapper .mijoshop .product-thumb .caption {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		position: static;
	}
	#wrapper .mijoshop .product-thumb .price {
		font-size: 16px;
		min-height: 40px;
	}
	#wrapper .mijoshop .product-thumb .price span {
		display: block;
		margin-right: 0;
	}
	/* ### */
	#product-content > .container_oc > .row {
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}
	#product-content #product-sidebar {
	  -webkit-box-ordinal-group: 2;  
	  -moz-box-ordinal-group: 2;     
	  -ms-flex-order: 2;     
	  -webkit-order: 2;  
	  order: 2;
	}
	#product-content #content_oc {
	  -webkit-box-ordinal-group: 1;  
	  -moz-box-ordinal-group: 1;     
	  -ms-flex-order: 1;     
	  -webkit-order: 1;  
	  order: 1;
	  min-height: auto;
	}
	.buy-area #button-cart {
		background-position: center center;
		text-indent: -9999px;
	}
}

@media (max-width: 767px) { /* X-Small */
	.mijoshop .thumbnails.additional-spacing > div:not(.images-additional) {
		padding-left: 0;
	}
	.smopc-btn.smopc-btn-default {
		font-size: 11px !important;
		padding: 7.5px 10px !important;
	}
	/* Mindre produkt højde - start */
	.mijoshop .product-thumb .product-rating {
		display: none;
	}
	.mijoshop .product-thumb .product-title {
		height: 32px;
	}
	.mijoshop .product-thumb h3 > span {
		font-size: 14px;
		line-height: 12px;
		margin-top: 3px;
	}
	#wrapper .mijoshop .product-grid .product-thumb .image {
		margin-bottom: 0;
	}
	#wrapper .mijoshop .product-thumb .product-buttons {
		margin-top: 5px;
	}
	.mijoshop .product-thumb .button-group button, .mijoshop .product-thumb .button-group a {
		line-height: 22px;
	}
	.row.spacing-20 > [class^="col-"], .row.spacing-20 > [class*=" col-"] {
		padding-left: 7px;
		padding-right: 7px;
	}
	.row.spacing-20 {
		margin-left: -7px;
		margin-right: -7px;
	}
	.mijoshop .product-thumb {
		margin-bottom: 14px;
	}
	/* Mindre produkt højde - slut */
	.mijoshop #product-main .image-wrapper {
		padding-bottom: 40px;
	}
	.mijoshop .image-wrapper .fb-share-button {
		bottom: 15px;
		left: 20px;
		top: auto;
	}
	.frifragt_checkoutside > span {
		font-size: 12px;
	}
	.shopvidere {
		display: inline-block;
		margin-top: 5px;
	}
	.mijoshop #review > .row > .col-sm-6:last-child {
		padding-left: 15px;
	}
	.mijoshop #reviews .col-sm-6 + .col-sm-6 .review-item:first-child {
		border-top: 1px solid #dadada;
		margin-top: 30px;
		padding-top: 30px;
	}
	.cat_info {
		display: none;
	}
	.mijoshop #category-description .caption h4 {
		font-size: 28px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.mijoshop #category-description .caption h3 {
		font-size: 35px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	.smopc-table tbody tr + tr {
		display: inherit !important;
	}
	.smopc-table tbody tr + tr .item-thumb {
		padding-top: 30px;
	}
	#checkout-buttons-bottom > input {
		font-size: 15px !important;
        border-radius: 60px;
	}
	#component table {
		max-width: 100%;
		width: 100%;
	}
	.mijoshop #product-main {
		margin-bottom: 30px;
	}
	.mijoshop .product-wrapper {
		padding: 10px;
	}
	.mijoshop .product-thumb h3 {
		color: #373737;
		font-size: 16px;
		font-weight: 400;
		line-height: 17px;
		margin-bottom: 8px;
		text-transform: uppercase;
		width: 100%;
	}
	.mijoshop .product-thumb .product-model {
		font-size: 16px;
		line-height: 14px;
	}
	.mijoshop .product-rating i, .mijoshop .rating i, .mijoshop .reviews-rating i, .mijoshop .review-rating i {
		margin: 0;
		font-size: 12px;
	}
	.mijoshop #reviews h4 {
		font-size: 28px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.mijoshop #reviews h4 > span > a {
		font-size: 18px;
		margin-left: 15px;
	}
	.mijoshop .related-products > div {
		padding: 40px 0 30px;
	}
	.mijoshop .related-products .container_oc > h4 {
		font-size: 20px;
		font-weight: 400;
		line-height: 30px;
	}
	.mijoshop .rating .anchor-link {
		font-size: 11px;
	}
	.mijoshop #product {
		margin-top: 20px;
	}
	.mijoshop .thumbnails .image-additional {
		display: inline-block;
	}
	.mijoshop .images-additional {
		position: static;
	}
}

@media (max-width: 460px) {
	.swal2-cancel.styled {
		margin-bottom: 10px !important;
	}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)  /* Safari only */
{
  @media {
    /*.klasse {
      padding-top: 15px !important;
    }*/
  }
}