/* =============================================================== /*
  GENERAL
/* =============================================================== */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');











body, input, textarea, button, select {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body {
    letter-spacing: normal;
    background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	color: #222;
	line-height: normal;
}

@viewport{
    zoom: 1.0;
    width: device-width;
}

a { color: #222222; cursor: pointer; }
a:focus, a:hover { color: #222; cursor: pointer; text-decoration: none; }

h1,h2,h3,h4,h5{
    font-family: 'Open Sans', sans-serif;
}

h1{font-size: 24px; font-weight: 600; margin-top: 0;}
h2{font-size: 21px; line-height: 27px; font-weight: 600; margin-top: 0px; margin-bottom: 10px; }
h3{font-size: 16px; line-height: 22px;}
h4{font-size: 14px;}

a[href^=tel] { color: inherit; text-decoration: none; }

p {
    line-height: normal;
    margin-bottom: 15px;
    font-style: normal;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: normal;
}
li {
    line-height: normal;
}
label {
    font-weight: 400;
}
#logo
{
    margin-bottom: 20px;
}
.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider { list-style: none; transform: none; }

.navbar { min-height: 25px; }

.navbar-top{
    border-bottom: 1px solid #e4e4e4;
}
.navbar-collapse.collapse {
    padding: 0;
}
.nav>li>a:focus, .nav>li>a:hover
{
    background: none;
    text-decoration: underline;
}
.nav>li>a
{
    margin-right: 17px;
    padding: 8px 3px;
    font-weight: 700;
}

/*Mobile Toggle button*/
.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}
.navbar-toggle {
    background-color: rgb(228, 228, 228);
}

.userMenu > li {
	display: inline-block;
	vertical-align: middle;
    font-size: 14px;
    margin-top: 21px;
	padding-left: 31px;
}

.userMenu > li > a {
	display: block;
	float: right;
}

.footerMenu > li > a {
	font-size: 16px;
	color: #494949;
	line-height: 52px;
	padding: 0 44px 0 0;
	text-decoration: none;
}


.userMenu > li > a:hover, .footerMenu > li > a:hover, .socialMenu li:hover,.btn-primary-custom:hover {
	opacity:0.6;
	}

.site-title{
    text-align: center;
    font-size: 51px;
    margin-top: 27px;
    position:relative;
}

.site-title a{
    text-decoration: none;
}

ul.nav{
    font-size: 17px;
}

.btn {
    border-radius: 0px;
}
.width100 {
    width: 100%;
}
.startslide {
    width: 100%;
    height: 500px;
    clear: none;
    background: #ffffff !important;
    overflow: hidden;
    display: block;
}
.startslide .lslide {
    position: relative;
    display: block;
    overflow: visible;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
}
.startslide .lslide div {
    padding: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
@media (max-width: 479px) {
    .startslide {
        height: 390px;
    }
}
@media (max-width: 768px) {
    .startslide .lslide div {
        background-attachment: scroll !important;
    }
}

.section_element.oneimage img {
    margin: 0 auto;
}

.section_element.twoimages div {
    margin-bottom: 15px;
}
.section_element.threeimages div {
    margin-bottom: 15px;
}
.section_element.fourimages div {
    margin-bottom: 15px;
}


.blog_section a h2{
    color: #222;
}

.section-title-holder {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 100%;
    height: 21px;
    margin-left: auto;
    border-bottom: 1px solid #cccccc;
}
.section-title {
    padding: 8px 20px;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
}
.section-title a {
    color: #696969;
}

/* =============================================================== */
/* CART MENU
/* =============================================================== */

.dropdown-search .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
    width: 350px;
    padding: 3px;
    margin-top: 10px;
    box-shadow: none;
    top: 29px;
    right: -47px;
    left: auto;
}

.dropdown-search {float: left;display: block;}

button.search_submit {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 3px 13px;
    background: transparent;
    border: none;
    line-height: 24px;
}

button.search_submit i {
    font-size: 13px;
}

.search_text.form-control {
    font-size: 15px;
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #eeeeee;
    background: transparent;
}

@media (max-width: 479px) {
    .dropdown-search .dropdown-menu {
        right: -49px;
        width: auto;
        max-width: 350px;
    }
    
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    animation: fade 0.5s;
}

.dropdown-menu {
    left: 0;
}

input, textarea {
    -webkit-appearance: none;
}
input.qs-cart-qty{
    width: 60px !important;
    height: 36px;
    vertical-align: middle;
    display: inline;
    border: 1px solid #e4e4e4;
    margin: 0;
    margin-right: 6px;
    padding-left: 10px;
    border-radius: 0px;
    font-size: 13px;
}
.qs-cart-empty
{
    font-weight: 600;
    margin: 0;
    line-height: 24px;
}
#CARTITEMS input.qs-cart-qty
{
    border: 1px solid #e4e4e4;
}
#CARTHEADER {
    font-size: 20px;
    margin-top: 9px;
}
a.qs-cart-delete:hover, a.qs-cart-delete:focus
{
    text-decoration: none !important;
}
.cartMenu {
    float: left;
    display: block;
}

.cartMenu a.dropdown-toggle.cart {
	display: block;
	text-decoration: none;
}
.cartMenu a.dropdown-toggle.cart-continue {
    margin-bottom: 60px;
}
.cartMenu a.dropdown-toggle.cart .fa-shopping-basket
{
    color: #222;
}
. a.dropdown-toggle.cart:hover, .cartMenu a.dropdown-toggle.cart:focus, .cartMenu a.dropdown-toggle.cart:active
{
    font-weight: 600;
    background-color: transparent;
    background: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
    background-color: transparent;
}
.cartMenu a.dropdown-toggle:hover{
	opacity: .8;
	}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #4e4a41;
	}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar {
  text-align: center;
}

.cartMenu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 0;
	margin-top: 0;
	width: 499px;
    padding: 5px;
    margin-top: 10px;
    box-shadow: none;
    background: #fff;
}

.cartMenu .dropdown-menu li,.cartMenu .dropdown-menu li.qs-cart-update table{
    background-color: #fff;
    border-color: #fff;
}

.cartMenu .dropdown-menu li.qs-cart-update{}
.cartMenu .dropdown-menu li.qs-cart-update table{}

.miniCartTable{
	padding:0;
	width: 100%;
	}

.cart-table{
	width: 100%;
	background-color:#f5f5f5; 
	}
	
.navbar-cart{
	width: 100%!important;
	}

table#CARTITEMS {
    font-size: 11px;
}
#CARTITEMS.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    border-top: none;
}

.cartMenu img {
    width: 45px;
    margin-right: 5px;
}

.cart-desc a{
	font-size: 15px;
	color: #333;
	padding: 0;
	margin: 0;
	}

.cart-desc span.price {
	color: #333;
	display: inline-block;
	}

.cart-content span, .cart-content .cartTotal{
    font-weight: 600;
    line-height: 25px;
}

.cart-content .cartTotal{vertical-align: middle;}

.cart-footer {
    background: #e7e7e7;
    padding: 10px;
}

.text-right.amount{
    font-size: 14px;
	margin: 0;
	padding: 5px 15px 15px 0;
    display: inline-block;
    text-transform: uppercase;
	}

button.checkout{margin: 6px;}

.paymentmethods {
    margin-top: 14px;
    margin-bottom: 15px;
}
.paymentmethods img {
    width: 30px;
    margin-right: 0px;
}
.paymentmethods img.x1 {
    width: 59px;
}
.paymentmethods img.x15 {
    width: 44px;
}
.paymentmethods img.x2 {
    width: 64px;
}

.section_element
{
    margin: 15px 0px;
}
.section_element:last-child {
    margin-bottom: 40px;
}
.section_element.nomargin
{
    margin: 0px 0px;
}

.section_element .col-sm-12 {
    padding: 0;
}
.bigbanner_image
{
    position: relative;
    overflow: hidden;
}
.bigbanner_overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bigbanner_caption
{
    position: absolute;
    top: 30%;
    width: 100%;
    color: black;
}
.bigbanner_caption_content a h1, .bigbanner_caption_content a p
{
    color: #222;
}
.bigbanner_caption_content
{
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    text-align: center;
    padding: 0px 40px;
    color: white;
    z-index: 99;
}
.bigbanner_caption_content .btn-inverse.btn-lg
{
    font-size: 21px;
}
.bigbanner_caption_content h1
{
    font-size: 45px;
}
.bigbanner_caption_content p
{
    padding: 0px 0px;
    font-size: 26px;
    line-height: 37px;
}
.bigbanner_imagespawn {
    width: 100%;
    height: 500px;
    clear: none;
    background: #ffffff !important;
    overflow: hidden;
    display: block;
}
.bigbanner_imagespawn .image {
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: center;
}

img.fr-fir.fr-dii {
    float: right;
    margin-left: 50px;
}
/* =============================================================== */
/* PRODUCT GRID
/* =============================================================== */
.row-static-duo, .page-block
{
    margin-top: 25px;
    margin-bottom: 15px;
}

#product h1 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-top: 12px;
}
.badge{ background: #f32a4e; }

.btn-primary-custom, .btn-inverse{
	border-radius: 0px;
	background-color: #222;
	color: #FFF !important;
	border: 0;
    font-size: 12px;
    padding: 8px 53px;
    text-transform: uppercase;
}
}
.qty-cart-submit
{
    font-size: 14px;
}
.qty-cart-submit, .btn-primary-custom
{
    padding: 9px 29px;
}
.btn-primary-custom:hover, .btn-inverse:hover, .btn-primary-custom:visited, .btn-primary-custom:focus, .btn-primary-custom:active{color:#fff;}
.btn-primary-custom:hover{
    background-color: #000000;
    color: #fff;
}
.product-images ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.product-images li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.product-images img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.product-images .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.sod_select.custom.custom
{
    background: #FFF;
    box-shadow: none;
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    width: 229.5px
}
.jssocials-share-link {
    padding: 8px 10px;
    margin: 0px 1px;
}
.jssocials-share-link:hover
{
    opacity: 0.8;
}
#share
{
    margin: 30px 0px;
}

.product-info-box {
    margin-bottom: 2px;
}
.product-sku-box {
    margin-top: 20px;
}
.product-current-stock-status.instock {
    color: #44b944;
    display: inline;
}
.product-current-stock-status.outofstock {
    color: #ff0000;
}
.product-current-stock-qty-box {
    display: inline;
    padding-left: 10px;
}
.product-current-stock-status-box {
    display: inline;
    padding-left: 10px;
}

.widget-text{
    padding: 10px 8px 0px 8px;
    text-align: center;
    max-height: 48px;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.widget-info .amount{
    margin-bottom: 3px;
    letter-spacing: initial;
    font-size: 13px;
    padding: 3px 0px 8px 0px;
}

.widget-info
{
    margin-top: 15px;
    text-align: center;
}
.amount .before_price {
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
}
.widget-text > h4{font-size: 16px;}

.widget-text > h4 a:hover{text-decoration: none;}
h5.amount{color: #b5afaf;}

.amount, button {
    font-size: 18px;
    padding: 8px 0px;
}

.entry-content{
	font-size: 12px;
	line-height: 20px;
	}

.entry-content ul{
	list-style: none;
	}


.post-meta a {
	color: #f65a76;
	}

.entry-footer{
	border-top:1px solid #ddd;
	padding: 10px;
	}

.entry-footer .datetime{
	font-size: 12px;
	}

/*Items overlay*/

.item{
	position: relative;
	top:0;
	left:0;
	z-index:5;
	overflow: hidden;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	}

.item-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out;
	    -ms-transition: background-color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out;
    z-index: 999;
	}

.item-overlay a{width: 100%;height: 100%;display: block;}


.widget-info .widget-text a
{
    color: #222;
}
.container-item .item .product-images {
    display: table;
    width: 100%;
}
.container-item .item .post-header {
    display: table-cell;
    vertical-align: middle;
}
.container-item .item .post-header{
    height: 800px;
}
.container-item .item .post-header.image_autoheight.height500{
    height: 500px;
}
.container-item .item .post-header.image_autoheight.height350{
    height: 350px;
}
.container-item .item .post-header.image_autoheight.height250{
    height: 250px;
}
.container-item .item .image_no_autoheight
{
    height: auto !important;
}
.container-item .product-images img {
    max-width: 100%;
    max-height: 100%;
}
/* Buttons */
.item-button{
	border-radius:3px;
	width:30px;
	height:30px;
	padding: 5px 0 0 7px;
	color: #fff;
	}

.item-button.buy{
	background-color:#40c781;
	position: absolute;
	top: 15px;
	left: 15px;
	opacity:0;
	}

.item-button.buy:hover{
	background-color:#34a46c;
	color: #ddd;
	}

.container-item:hover .item-button.buy{
	opacity:1;
	}

.item-button.details{
	background-color:#4f4f4f;
	position: absolute;
	top: 50px;
	left: 15px;
	opacity:0;
}
.item-button.details:hover{
	background-color:#333333;
	color: #ddd;
	}
.container-item:hover .item-button.details{
	opacity:1;
	}

/* =============================================================== */
/* Browse                                                     PAGE
/* =============================================================== */

.browse-page{
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
	}

#category{
	padding:10px 10px 0 0;
	cursor: pointer;
	color: #777
}

.dropdown-menu{
	border: 1px solid #eee;
}


div.product-grid{
    width: 45%;
    display: inline-block;
    padding: 0;
}

.widget-area-browse {
    margin-right: -1px;
	clear: left;
}
.product {
    margin-bottom: 10px;
}

/*
.product.col-md-6:nth-child(2n+1) {
    clear: both;
}
.product.col-md-4:nth-child(3n+1) {
    clear: both;
}
.product.col-md-3:nth-child(4n+1) {
    clear: both;
}
*/

@media (max-width: 991px) {
    .product.col-md-4:nth-child(3n+1), li.product.col-md-3:nth-child(4n+1) {
        clear: none;
    }
    .product.col-xs-12:nth-child(1n+1) {
        clear: both;
    }
    .product.col-xs-6:nth-child(2n+1) {
        clear: both;
    }
}




/* =============================================================== */
/* Product details                                            PAGE
/* =============================================================== */

.breadcrumb {
    font-size: 12px;
    font-style: italic;
    background: #f3f3f3;
    color: #868686;
    text-align: center;
    padding: 10px 0px;
    border-radius: 0px;
}
.separator {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
}
nav.breadcrumb a {
    opacity: 0.7;
    color: #868686;
}

.amount.qs-product-price{
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}
s.qs-product-before-price {
    font-size: 14px;
}
.marginbottom20 {
    margin-bottom: 20px;
}
.item .thumb {
    margin: 9px;
    background: #ffffff;
    cursor: pointer;
    height: 111px;
    position: relative;
    overflow: hidden;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}

.form-group {
    margin-bottom: 20px;
}

.c-hamburger {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 35px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 13px;
  left: 0px;
  right: 20px;
  height: 4px;
  background: #222;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #222;
  content: "";
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}


/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/*** NEW ***/
.transition-500 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.transition-2000 {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.transition-300 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.cover-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.top-panel {
    background-color: #14324d;
    padding: 8px 0 10px 0;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    transition: transform 300ms ease 0s;
    text-transform: none;
}
.top-panel .top_right_content i {
    padding-left: 10px;
}
.top-panel .top_right_content {
    text-align: right;
}
.top-bar ul {
  list-style: none;
  padding: 0px;
}
.top-bar ul:not(.dropdown-menu):not(#cart-slide) {
    max-width: 78%;
}
a:hover {
  text-decoration: none;
}
.pointer {
  cursor: pointer !important;
}
.uppercase {
  text-transform: uppercase;
}
span.text-white a {
  font-weight: 600;
  color: #fff;
}
.main-container {
  padding-top: 0px;
}
.main-container.reveal-nav {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1695a3;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
section.pad-large {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.duplicatable-content {
  padding-bottom: 40px;
}
section:nth-of-type(odd) {
  background: #f4f4f4;
}
section:nth-of-type(even) {
  background: #ffffff;
}
.no-pad {
  padding: 0px;
}
.no-pad-top {
  padding-top: 0px !important;
}
.no-pad-left {
  padding-left: 0px;
}
.no-pad-right {
  padding-right: 0px;
}
.no-pad-bottom {
  padding-bottom: 0px;
}
.space-top-small {
  margin-top: 20px !important;
}
.space-bottom-medium {
  margin-bottom: 40px !important;
}
.space-bottom-large {
  margin-bottom: 80px !important;
}
.space-bottom-xlarge {
  margin-bottom: 160px !important;
}
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}

.has-dropdown {
  bottom: 0px;
}

.top-bar {
  background: #fff;
  width: 100%;
  line-height: 0;
  padding: 0px 0px 0px 0px;
}
.top-bar-left
{
    margin-top: 5px;
}
.top-bar-left .sod_select.custom.custom
{
    background: #fff;
    color: #222;
    border: none;
    width: 81px;
    font-size: 11px;
    margin-top: 6px;
    margin-left: 14px;
}
.top-bar-left .sod_select.custom .sod_list_wrapper
{
    width: 84px;
}
.logo-link
{
    display: inline-block;
    margin-bottom: 20px;
}
.logo-link a {
    color: #222;
}
.logo-text
{
    margin-top: 26px;
    font-size: 42px;
    margin-right: 22px;
    color: #222;
}
.logo-text a {
    color: #222;
}
.row.collection-header {
    padding-bottom: 25px;
}

.top-bar-search
{
    font-size: 12px;
    padding: 0px 0;
    width: 235px;
    border: 1px solid #CECECE;
    margin-right: 8px;
    margin-top: 8px;
    background: #FFF;
}
.top-bar-search .search_text
{
    width: 200px;
    height: 40px;
    border: none;
    padding: 0px 6px;
    display: inline-block;
    line-height: 20px;
}
.top-bar-search .search_submit {
    margin-bottom: 0px;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    background: none;
    float: right;
    font-size: 12px;
    padding: 14px 9px;
}
.top-bar-pointers
{
    font-weight: 600;
    font-size: 11px;
    text-align: right;
    margin-bottom: 18px;
    color: #222;
}
.top-bar-pointers .fa
{
    margin-left: 7px;
}
.top-bar-tinymenu {
    display: inline-block;
    margin: 8px 15px;
}
.top-bar-tinymenu ul {
    font-size: 12px;
    list-style: none;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin-bottom: 0px;
}
.top-bar-tinymenu ul li {
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.top-bar-tinymenu ul li a {
    padding: 0 25px;
    display: block;
    font-size: 11px;
    color: #222;
}
.top-logo {
    padding-bottom: 30px;
    text-align: center;
}
.top-logo-text {
    min-height: 65px;
    padding-top: 16px;
}
.top-logo.no-absolute {
    position: relative;
}
.top-right-section {
    margin-right: 18px;
    margin-top: 10px;
    z-index: 999;
    top: -0px;
    position: absolute;
    right: 10px;
    color: #222;
}
.top-search {
       display: inline-block;
       margin-right: 17px;
       margin-top: 2px;
}
.top-search i {
    font-size: 21px;
}
.top-bar-cart {
    display: inline;
    width: 35px;
}
.top-bar-cart .top-bar-cart-total
{
    float: right;
    font-size: 11px;
    position: absolute;
    top: 14px;
    right: 11px;
    color: #222;
}
.top-right-section a {
    color: #222;
}
.top-right-section p {
    color: #222;
}
.top-bar-cart .top-bar-cart-icon
{
    font-size: 28px;
    float: right;
}
.top-bar .logo {
  max-height: 70px;
}
.logo.logo-wide {
  max-width: 140px;
  bottom: 12px;
  margin-bottom: -6px;
}

.logo.logo-square {
  max-width: 100px;
  max-height: 60px;
  bottom: 20px;
  margin-bottom: -20px;
}
.nav-sticky .logo-wide {
  bottom: 12px !important;
}
.nav-sticky .logo-square {
  bottom: 20px !important;
}
.nav-menu {
  padding-top: 5px;
}
.nav-menu .social-icons {
  float: right;
}
.utility-menu {
  margin-top: 16px;
}
.utility-menu .utility-inner {
  padding-bottom: 16px;
}
.utility-menu .btn {
  min-width: 60px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 8px;
  margin-right: 0px;
}
.utility-menu span {
  display: inline-block;
  position: relative;
  top: 9px;
}
.utility-menu .btn-text-only {
  min-width: 0px;
  padding: 0px 8px;
}
.overlay-bar .has-dropdown:after {
  color: #fff;
}

.menu-center {
    text-align: center;
    margin: 3px auto;
    border-top: 1px solid #cccccc;
}

.menu {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-top: 0px;
}
.menu li {
  float: left;
  margin-right: 15px;
  position: relative;
}
.menu li:last-child {
  margin-right: 0px;
}
.menu li a {
    font-size: 13px;
    color: #222;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    font-weight: normal;
    transition: all .2s ease;
    padding: 12px 12px;
    display: inline-block;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu li a:hover {
  opacity: 0.4;
}
.menu li.active a {
    opacity: 0.4;
}

@media all and (max-width: 1050px) {
  .menu li {
    margin-right: 32px;
  }
}
.top-bar .social-icons li a {
  font-size: 16px;
}
.top-bar .utility-menu .utility-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.overlay-bar .menu li a:hover {
  opacity: 0.4;
}
.overlay-bar .subnav li a {
  color: #222;
}
.overlay-bar .subnav li a:hover {
  opacity: 0.4;
}
.overlay-bar .logo-dark {
  display: none;
}
.overlay-bar .logo-light {
  display: block;
  margin: 0 auto;
}
.overlay-bar .utility-menu span {
  color: #fff;
}
.overlay-bar .utility-menu .utility-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.overlay-bar .login-button {
  border-color: #fff;
  color: #fff;
}
.subnav {
  display: none;
  position: absolute;
  overflow: auto;
  max-height: 600px;
  text-align: left;
  z-index: 999;
  padding-top: 3px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff;
  border: 1px solid #eee;
}
.subnav .borderline
{
    border-top: 1px solid;
    border-color: #fff;
}
.subnav ul {
    padding: 5px 5px;
}
.subnav li {
  margin-right: 0px !important;
  min-width: 160px;
}
.subnav li a {
  padding-bottom: 2px !important;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  display: block;
  padding: 6px 10px 15px 11px;
}
.subnav li:last-child a {
  margin-bottom: 10px;
}
.has-dropdown:hover .subnav {
  display: block;
}
.nav-sticky {
  position: fixed !important;
  top: 0;
}
.nav-sticky .logo {
  bottom: 5px;
}
.nav-sticky hr {
  display: none !important;
}
.top-bar.nav-sticky {
  background: rgba(255, 255, 255, 0.9);
}
.top-bar.nav-sticky .nav-menu {
  padding-top: 32px;
}
.top-bar.nav-sticky .menu li a {
  padding-bottom: 32px;
}
.top-bar.nav-sticky .subnav {
  background: rgba(255, 255, 255, 0.9);
}
.top-bar.nav-sticky .utility-menu {
  display: none;
}
.subnav-fullwidth {
  overflow: hidden;
  left: 0px;
  position: absolute;
  text-align: left;
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: 3px;
}
.subnav-fullwidth h6 {
  margin-bottom: 24px !important;
}
.subnav-fullwidth .subnav {
  position: relative;
  overflow: hidden;
  background: none !important;
  text-align: left;
  padding: 0px;
}
.subnav-fullwidth .subnav li {
  float: none !important;
}
.subnav-fullwidth .btn {
  padding-bottom: 13px !important;
  color: #eb7f00 !important;
}
.subnav-fullwidth .btn {
  margin-bottom: 16px;
}
.subnav-fullwidth .btn:hover {
  color: #fff !important;
}
.subnav-fullwidth .btn-filled,
.subnav-fullwidth .btn-filled:hover {
  color: #fff !important;
}
.overlay-bar.nav-sticky .logo-light {
  display: none;
}
.overlay-bar.nav-sticky .logo-dark {
  display: block;
}
.overlay-bar.nav-sticky .menu li a {
  color: #777777;
}
.overlay-bar.nav-sticky .social-icons li a {
  color: #333333;
}
.overlay-bar.nav-sticky .has-dropdown:after {
  color: #333333;
}
.offscreen-menu .logo {
  padding-bottom: 32px;
}
.offscreen-toggle i {
  font-size: 36px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
   .main-container {
        padding-top: 52px;
   }
   .main-container.taxtoggle-active {
        padding-top: 148px;
    }
    .main-container.cconverter-active {
        padding-top: 149px;
    }
    .main-container.languages-active {
        padding-top: 151px;
    }
    
    .bigbanner_imagespawn .image {
        background-attachment: scroll !important;
    }
  .top-bar {
        padding-top: 0px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
   }
  .offscreen-menu {
    overflow: visible !important;
    position: relative !important;
  }
  .offscreen-menu .offscreen-toggle i {
    color: #333333;
  }
  .top-bar-pointers
  {
      text-align: center;
  }
  .mobile-top-bar .top-bar .logo
  {
      max-width: 160px;
      margin-top: 0px;
  }
  .mobile-top-bar
  {
      padding: 9px 7px 7px 7px;
      position: relative;
      min-height: 47px;
  }
  .mobile-toggle
  {
    position: absolute;
    font-size: 22px;
    padding: 0 12px 4px 0px;
    top: 0;
    left: 15px;
  }
  .mobile-top-bar .top-bar-cart
  {
        width: 115px;
        margin-top: 10px;
  }
  
  .mobile-top-bar .mobile-logo .logo
  {
        text-align: center;
        margin: 0 auto;
  }
  .mobile-top-bar .mobile-logo .logo-text
  {
      margin-top: 12px !important;
  }
  .mobile-top-bar .mobile-logo img
  {
      max-width: 144px;
      margin: 0 auto;
  }
  
  .mobile-top-bar .burger-wrapper {
      min-height: 39px;
  }
  
  .mobile-top-bar .top-elements-wrapper .top-elements {
      margin-top: 2px;
  }
  
  .top-elements-wrapper {
      display: none;
  }
  
  .top-elements-wrapper.cconverter-active, .top-elements-wrapper.languages-active, .top-elements-wrapper.taxtoggle-active {
      display: block;
  }
  
}

.top-elements {
    position: absolute;
    left: 0px;
    right: 80px;
}
select.currencyPicker {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #eee;
    color: #222;
    margin-right: 5px;
}
.languages
{
    float: left;
    margin: 0px 0px 0px 10px;
}
.languages .language {
  display: inline-block;
}
.languages .language img {
  max-width: 20px;
}
.taxtoggler {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 12px;
}
.taxtoggler a
{
    color: #222;
}

.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.9;
  z-index: 2;
  background-color: #1695a3;
  left: 0;
}
.overlay .container {
  position: relative;
  z-index: 3;
}
header {
  position: relative;
  overflow: hidden;
}
header .container {
  position: relative;
  z-index: 3;
}
header .logo {
  max-width: 200px;
  display: inline-block;
  margin-bottom: 24px;
}
header .btn {
  margin-right: 16px;
}
header .btn:last-child {
  margin-right: 0px;
}


.input-group .form-control
{
    z-index: 0;
}
.home-title
{
    margin: 10px 0px;
    font-size: 23px;
}
.home-subtitle
{
    margin: 10px 0px;
    font-size: 18px;
}

h2.title{text-align: center;}

.contact .col-sm-4{
    background: #f6fafd;
    border: 11px solid #e7eef3;
}

.contact #left-details{padding: 20px;color: #82898f;}
.contact #left-details .text{margin: 30px 0;}

.contact ul.socialMenu{padding: 0;}
.contact .socialMenu li{margin-right: 10px;}
.contact .socialMenu li a {border: 2px solid #535353;border-radius: 30px;padding: 22px;display: block;}

.contact form input, .contact form textarea, .contact form select, .form-control{width: 100%;margin-bottom: 17px;}

.section_products
{
    margin-top: 10px;
}
.section_product_info
{
    padding: 0px 33px 33px 33px;
}
.section_product_info .product_description
{
    margin: 40px 0px;
    overflow: auto;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}
.section_footer
{
    padding: 20px 0px;
}
.section_footer .socials .btn {
    padding: 0 6px;
}
.section_footer .section_newsletter{
    margin-top: 25px;
}
.section_footer .section_newsletter label
{
    font-size: 14px;
    font-weight: normal;
}
#newsletter_form input {
    border: none;
    background: #f5f5f5;
}

#newsletter_form button {
    border: none;
    border: 1px solid #eee;
}
.footer-menu ul li {
    list-style-type: none;
    padding: 2px 0px;
}

.footer-menu ul {
    padding: 0;
}

.section_footer .copyright_line
{
    margin-top: 16px;
    margin-bottom: 3px;
    font-size: 16px;
}
.section_footer .socials
{
    margin-top: 15px;
    margin-bottom: 25px;
}
.section_footer .socials .social
{
    font-size: 30px;
}
.section_footer .socials a.social
{
    color: #FFFFFF;
}
.section_footer h4
{
    font-weight: bold;
    text-transform: uppercase;
}
/* =============================================================== */
/* FOOTER
/* =============================================================== */

footer {
    margin-top: 35px;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #14324d;
    color: #FFFFFF;
}
  
footer a {
    color: #FFFFFF;
}
footer a:hover, footer a:focus {
    color: #FFFFFF;
    opacity: 0.5;
}
footer p { 
line-height: 24px!important;
} 

.poweredby a {
    font-size: 10px;
    opacity: 0.25;
    color: #333;
}



ul.footerMenu li,ul.socialMenu li{display: inline-block;}


.form-control
{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    padding: 7px 6px;
    -webkit-transition: none;
    transition: none;
    font-size: 13px;
}

/**** MOBILE MENU ****/
.mm-menu {
    background: #FFF;
}
.mm-navbar {
    background-color: #fff;
    line-height: 29px;
    height: 47px;
    border-bottom: none;
}
.mm-listview>li
{
    background-color: #FFF;
    border-color: #FFF;
}
.mm-listview>li a
{
    padding: 0 20px 0 20px;
    line-height: 50px;
    font-weight: normal;
    letter-spacing: .5px;
    color: #2a2a2a;
}
.mm-listview>li:not(.mm-divider):after
{
    border-bottom-width: 0px;
}
.mm-listview .show-all
{
    text-align: center;
    font-weight: 600;
}
.mm-navbar .mm-arrow:after, .mm-navbar .mm-next:after, .mm-navbar .mm-prev:before
{
    top: 9px;
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after
{
    border-color: rgba(0, 0, 0, 0.84);
}
.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview
{
    margin-top: -10px;
}
.mm-search input
{
    border-radius: 2px !important;
}

/* =============================================================== */
/* RESPONSIVE
/* =============================================================== */

@media (max-width: 1200px) {
    .top-bar .logo
    {
        max-width: 180px;
        margin-top: 8px;
    }
}
@media (max-width: 1024px) {
    .top-bar-tinymenu {
        margin: 0px 0px;
    }
    .mobile-top-bar .mobile-logo .logo
    {
        text-align: center;
        margin: 0 auto;
    }
    .mobile-top-bar .mobile-logo .logo-text
    {
        margin-top: 13px !important;
        font-size: 24px;
        max-width: 100%;
    }
}
@media (min-width: 992px) {

	/*Browse Page*/
		#myContent {
		-moz-column-count: 4;
		-moz-column-gap: 0px;
		-webkit-column-count: 4;
		-webkit-column-gap: 0px;
		column-count: 4;
		column-gap: 0px;
		width: 100%;
		}

		ul#myContent li{
		list-style: none;
		}

        div.product-grid{
            width: 24.55%;
}
}

@media (max-width: 992px) {
    .top-elements {
        position: static;
        margin: 0 auto;
        text-align: center;
        max-width: 365px;
        margin-bottom: 3px;
        margin-top: 22px;
    }
    .top-elements .select.currencyPicker {
        margin-right: 0px;
    }
    .top-elements .pull-left {
        float: none !important;
        display: inline-block;
    }
    .userMenu > li {
        padding-left: 28px;
    }
    .site-title {
        font-size: 34px;
        margin-top: 22px;
    }
    .mobile-top-bar .mobile-logo img {
        max-width: 143px;
        margin: 0 auto;
        max-height: 33px;
        margin-top: 0px;
    }
      .top-right-section
      {
          top: -4px;
          margin-right: 14px;
          margin-top: 6px;
      }
      .mobile-top-bar .top-bar-cart-icon
      {
          font-size: 24px;
}
}


@media (max-width: 767px) {
    .amount.qs-product-price {
        font-size: 22px;
        margin: 0px 0px;
        margin-bottom: 20px;
    }

    #thumbcarousel,.social ul.socialMenu {
        display: none;
    }
	.search-box-mobile
	{
	    float: left;
	    padding-top: 11px;
	    font-size: 13px;
	    width: 28%;
	}

    /*Shopping cart*/
    table#CARTITEMS {
        font-size: 11px;
        letter-spacing: -0.2px;
        margin-top: 29px;
    }
    .navbar-nav .open .dropdown-menu
    {
        overflow: scroll;
        position: fixed;
        width: 100%;
        left: 0;
        top: 52px;
        background: #fff;
        z-index: 10;
        padding: 24px;
        height: 100%;

    }
    .cart-close {
        font-size: 20px;
        margin-bottom: 0;
    }

    .navbar-nav.navbar-right {
        margin: 0;
    }
    .navbar-toggle
    {
        float: left;
    }
    .widget-text > h4{font-size: 13px;}
    .widget-text > h5{font-size: 12px;}
}

@media (min-width: 768px) {
    .sod_select.custom.custom {
        margin: 0;
    }
    }

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-search .dropdown-menu {
        top: 21px;
        right: -47px;
    }

	.cart-img{display: none;}

    .main-container {
        padding-top: 80px!important;
    }

    div.product-grid{
        width: 47%;
        margin: 0px 0 26px 16px;
        display: inline-block;
        margin-bottom: 20px;
        padding: 0;
    }
    .bigbanner_caption {
    width: 720px!important;
    }
     #catimage_section_desktop {
    display: none!important;
    }
    #catimage_section_mobile {
    display: block!important;
    }
    .section_element.threeimages div {
    margin-bottom: 30px!important;
}
}

@media (min-width: 480px) and (max-width: 767px) {
	.navbar-default {
		border: 0!important;
		}

	.navbar-default .navbar-collapse{
		background-color: #fff;
		}	
	

	.navbar-default .navbar-toggle {
		border:0;
		color: #aca99f;
		}

	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:active, 
	.navbar-default .navbar-toggle:focus{
		background-color: #000;
		}

	.navbar-collapse ul li a:hover{
		color: #777!important;
		cursor: pointer;
		background-color: #ddd!important;
		}

	.btn-continue{
		width: 100px;
		margin: 0
		}
	.btn-continue:after{
		content: "Shopping";
		}
	.main-container {
        padding-top: 68px!important;
    }
	.main-container.taxtoggle-active {
        padding-top: 82px;
    }
    .main-container.cconverter-active {
        padding-top: 83px;
    }
    .main-container.languages-active {
        padding-top: 85px;
    }
    .bigbanner_caption {
    width: 709px!important;
    }
    .bigbanner_imagespawn {
    height: 600px!important;
    }
    #catimage_section_desktop {
    display: none!important;
    }
    #catimage_section_mobile {
    display: block!important;
    }
    .section_element.threeimages div {
    margin-bottom: 30px!important;
}
}

@media (min-width: 768px) and (max-width: 768px) {
    .row::after {
    clear: none!important;
    }
    .main-container {
        padding-top: 134px;
    }
	.main-container.taxtoggle-active {
        padding-top: 148px;
    }
    .main-container.cconverter-active {
        padding-top: 149px;
    }
    .main-container.languages-active {
        padding-top: 150px;
    }
}

@media (max-width:780px) {
    .row::after {
    clear: none!important;
    }
    .top-right-section
    {
        margin-right: 0px;
    }
    .breadcrumb {
        margin-top: 10px;
    }
    .sod_select.custom.custom
	{
	    margin: 0;
	    width: 100%;
	}
	.jssocials-shares
	{
	    text-align: center;
	}
	#share
	{
	    margin: 10px 0;
	}
	.jssocials-share-link
	{
	    margin: 0 5px;
	}
    .site-title
    {
        font-size: 35px;
        margin-bottom: 5px;
        margin-top: 27px;
    }
    .navbar
    {
        min-height: 0px;
    }
    .navbar-collapse
    {
        padding: 0;
    }
    .userMenu > li
    {
        padding-left: 25px;
    }
	#logo
	{
		max-width: 65%;
	}
	
}

@media (max-width:480px) {
    .mobile-top-bar .mobile-logo .logo-text
    {
        font-size: 20px; !important;
    }
      
    .bigbanner_caption {
        top: 19%;
    }
    .bigbanner_caption_content
    {
        padding: 0;
    }
    .bigbanner_caption_content h1 {
        font-size: 36px;
    }
    .bigbanner_caption_content p {
        padding: 0px;
        font-size: 22px;
        line-height: 31px;
    }
    .bigbanner_caption_content .btn-inverse.btn-lg {
        font-size: 16px;
        padding: 8px 10px;
    }
    .bigbanner_imagespawn {
        height: 390px;
    }
    .main-container {
        padding-top: 60px;
    }
    .main-container.taxtoggle-active {
        padding-top: 83px;
    }
    .main-container.cconverter-active {
        padding-top: 84px;
    }
    .main-container.languages-active {
        padding-top: 86px;
    }
    
    .section_product_info
    {
        padding: 0 0 20px 0;
    }
    .nav>li>a
    {
        margin-right: 17px;
        padding: 8px 0px;
        margin: 0 auto;
        font-weight: 700;
        text-align: center;
    }
    
	.navbar
	{
		margin-bottom: 0px;
	}
	.search_text
	{
	    width: 71%;
	}
	.navbar-default {
		border: 0!important;
		}

	.navbar-default .navbar-collapse{
		background-color: #fff;
		}

	.navbar-default .navbar-toggle {
		border:0;
		color: #aca99f;
		}

	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:active, 
	.navbar-default .navbar-toggle:focus{
		background-color: #000;
		}

	.navbar-collapse ul li a:hover{
	    color: #777!important;
	    cursor: pointer;
	}

    .search-container{width: 90%;}



	/*CART PAGE */
    div.product-grid {
        width: 100%;
    }

    .widget-text {
        padding: 0px 5px;
        overflow: hidden;
        height: 50px;
        font-size: 13px;
    }
    
    .widget-text > h4{font-size: 14px;}
    .widget-text > h5{font-size: 12px;}

    .col-xs-6 .container-item .item .post-header, .container-item .item .post-header{
        position: relative;
        height: calc(800px/3);
    }
    .col-xs-12 .container-item .item .post-header{
        position: relative;
        height: calc(800px/1);
    }
    
    /* Preset heights */
    .col-xs-6 .container-item .item .post-header.image_autoheight.height500{
        position: relative;
        height: calc(500px/2.2);
    }
    .col-xs-12 .container-item .item .post-header.image_autoheight.height500{
        position: relative;
        height: calc(500px/2);
    }
    .col-xs-12 .container-item .item .post-header.image_autoheight.height350, .col-xs-6 .container-item .item .post-header.height350{
        position: relative;
        height: calc(350px/2);
    }
    .col-xs-12 .container-item .item .post-header.image_autoheight.height250, .col-xs-6 .container-item .item .post-header.height250{
        position: relative;
        height: calc(250px/2);
    }

    table#CARTITEMS thead{display: none;}
    table#CARTITEMS tr{position: relative;display: block;}
    table#CARTITEMS tbody tr{border-bottom: 1px solid #DDD;}
    table#CARTITEMS tbody td{display: inline-block;border: none;}
    table#CARTITEMS td:nth-child(2) {width: 203px; padding: 4px 0px;}
    table#CARTITEMS td:nth-child(4){position: absolute;right: 32px;top: 41px;}
    table#CARTITEMS .padder { padding: 10px; }
    .ie9 table#CARTITEMS td:nth-child(4){margin-top: 50px;}/* IE9 */

    .nav input.qs-cart-qty{width: 48px !important; height: 30px; padding: 0 !important;}
    .cart-content span{font-size: 11px; display: block; line-height: 19px;}
    
    table#CARTITEMS tfoot td{border: none;}
    table#CARTITEMS tfoot td.cartTotal{bottom: 15px;}
}


@media screen and (max-width: 480px) {
    #product-container{display: block;}
    .navbar { min-height: 0px; }
    .search-box-mobile
	{
	    width: 140px;
	}
	.product-images img
	{
	    margin: 0 auto;
	}
	.section_footer .copyright_line, .section_footer .poweredby
    {
        text-align: center;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 21px;
    }
    #slider-wrapper {
    margin-top: 10px!important;
    margin-left: -15px!important;
    margin-right: -15px!important;
    }
    h1.headline {
    font-size: 34px!important;
    line-height: 40px!important;
    margin: 17px 0 10px 0!important;
    padding: 0 20px 0 20px;
    }
    h2.headline {
    font-size: 34px!important;
    margin: 7px 0 10px 0!important;
    }
    h1.headline-pages {
    font-size: 34px!important;
    }
    .page-block {
    margin-top: -5px;
    margin-bottom: -5px;
    }
    .ingress {
    font-size: 20px!important;
    line-height: 1.5;
    padding: 0 25px 0 25px;
    margin-bottom: 0px!important;
    }
    .section-ingress {
    padding: 0 25px 0 25px;
    margin-bottom: 15px!important;
    }
    #button-row {
	margin-top: 25px;
	margin-bottom: 20px!important;
}
    .product {
    margin-bottom: 16px!important;
    }
    .col-xs-6 {
    width: 51%!important;
    margin-right: -12px!important;
    }
    .bigbanner_caption {
    width: 345px!important;
    top: 30%!important;
    }
    .bigbanner_caption_content p {
    font-size: 18px!important;
    font-weight: 600!important;
    }
    .bigbanner_caption_content h1 {
    font-family: raleway, sans-serif;
    font-size: 38px!important;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    }
    .widget-text a {
    margin-bottom: 15px!important;
    padding-bottom: 15px!important;
    }
    .widget-text  {
    margin-bottom: 8px!important;
    }
    .widget-area-browse {
    padding-bottom: 0px!important;
    }
    .btn-inverse {
    font-size: 12px!important;
    padding: 10px 0px!important;
    }
    .widget-info .amount {
    padding: 8px 0px 0px 0px!important;
    }
    .row.collection-header {
    padding-bottom: 0px;
    }
    .breadcrumb {
    margin-bottom: 16px;
    padding: 0px 0px;
    text-align: left;
    margin-left: 18px;
    }
    select.currencyPicker, .taxtoggler {
    display: none!important;
    }
    .top-right-section {
    margin-top: 10px!important;
    }
    .main-container.cconverter-active {
    padding-top: 60px!important;
    }
    .threeimages {
    margin-left: 0px!important;
    margin-right: 0px!important;
    }
    .threeimages div:last-child {
    margin-bottom: 0px!important;
    }
    .fourimages {
    margin-top: 20px!important;
    margin-bottom: -20px!important;
    }
    .section_element {
    margin-left: -15px;
    margin-right: -15px;
    }
    #catimage_section_desktop {
    display: none!important;
    }
    #catimage_section_mobile {
    display: block!important;
    overflow: hidden;
    margin-bottom: -14px;
    }
    .section_element.threeimages div {
    margin-bottom: 18px!important;
    }
    .circle {
    width: 100px!important;
    height: 100px!important;
    }
    .color {
    padding-top: 110px!important;
    }
    .circle-center {
    text-align: center!important;
    }
/* Info Notice */
.info-notice-section {
    margin-left: 15px!important;
    margin-right: 15px!important;
    margin-top: 25px!important;
    padding-top: 10px!important;
    padding-bottom: 12px!important;
    margin-bottom: -32px!important;
}
h2.info-notice {
    font-size: 23px!important;
    line-height: 25px!important;
    padding-left: 50px!important;
    padding-right: 50px!important;
    margin-bottom: 5px!important;
}
h2.oppettider {
   font-size: 38px;
   line-height: 44px;
   padding-left: 80px!important;
   padding-right: 80px!important;
}
.info-notice {
    font-size: 14px!important;
    line-height: 20px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
/* Open Notice */
.open-notice-section {
    margin-left: 15px!important;
    margin-right: 15px!important;
    margin-top: 25px!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    margin-bottom: -15px!important;
}
h2.open-notice {
    font-size: 20px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 7px!important;
}
h2.open-notice-page {
    font-size: 25px!important;
    line-height: 30px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-top: 10px!important;
    margin-bottom: -5px!important;
}
.open-notice-ingress {
    font-size: 16px!important;
    line-height: 22px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    margin-top: 10px!important;
    margin-bottom: -10px!important;
}
.open-notice {
    font-size: 15px!important;
    line-height: 22px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
/* Uspar */
.usp-rights {
    font-size: 12px!important;
    font-weight: 600!important;
}
.usp-rights-2 {
    font-size: 12px!important;
    font-weight: 600!important;
}  
.main-container {
    padding-top: 60px!important;
}
/* Support FAQ */
.column.fourth.support {
  float: left !important;
  width: 50% !important;
  padding-right: 6px!important;
  padding-left: 3px!important;
  padding-bottom: 10px !important;
}
.margin-40.center {
  margin: 11px!important;
}
.center {
  text-align: center!important;
}
    
/* Blog */
.row::after {
clear: both!important;
}
.blog_tags_list {
display: block!important;
padding: 0 0 90px 0!important;
}
.blog_tags_list > li {
margin-top: 10px;
}
.blog_tags_list > li > a {
margin-bottom: 5px;
}
.cats {
padding-bottom: 20px!important;
}
.blog_post_title {
font-size: 26px!important;
line-height: 32px;
}

/* Support FAQ */
.faq-button {
display: inline-block;
margin-bottom: 5px;
}
.faq-button-active {
display: inline-block;
margin-bottom: 5px;
}
.faq-row {
margin-top: 50px;
margin-bottom: 20px!important;
}
}

@media screen and (max-width: 325px) {
    .search-box-mobile
	{
	    width: 130px;
	}
    table#CARTITEMS td:nth-child(2) {width: 172px; font-size: 11px;}
}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */

img {
    pointer-events: none;
}
hr {
border-top: 1px solid #dddddd;
}

/* Open Notice */
.open-notice-section {
   padding: 13px 10px 20px 10px;
   background: #f5f5f5;
   margin: 0 0 15px 0;
   text-align: center;
   color: #333333;
}
h2.open-notice {
   font-family: 'Open Sans', sans-serif!important;
   font-size: 26px;
   line-height: 1.5;
   font-weight: 600;
   margin: 0px;
   color: #d70000;
}
h2.open-notice-page {
   font-family: 'Open Sans', sans-serif!important;
   font-size: 36px;
   line-height: 42px;
   text-align: center;
   font-weight: 600;
   margin-top: 0px;
   color: #d70000;
}
.open-notice-ingress {
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  padding: 5px 0 10px 0;
  text-align: center;
}
.open-notice {
   font-family: 'Open Sans', sans-serif!important;
   font-size: 18px;
   line-height: 1.5;
   font-weight: normal;
   margin: 3px 0 0 0;
   padding: 0px 30px 0px 30px;
   text-align: center;
}

/* Info Notice */
.info-notice-section {
   padding: 12px 10px 20px 10px;
   background: #f5f5f5;
   margin: 0 0 15px 0;
   text-align: center;
   color: #333333;
}
h2.info-notice {
   font-family: 'Open Sans', sans-serif!important;
   font-size: 26px;
   line-height: 1.5;
   font-weight: 600;
   margin: 0px;
   color: #333333;
}
h2.oppettider {
   font-family: 'Open Sans', sans-serif!important;
   font-size: 38px;
   line-height: 44px;
   text-align: center;
   font-weight: 600;
   margin-top: 30px;
   color: #333333;
}
.info-notice {
   font-family: 'Open Sans', sans-serif!important;
   font-size: 18px;
   line-height: 1.5;
   font-weight: normal;
   margin: 0px 0 0 0;
   padding: 0px 10px 0px 10px;
   text-align: center;
}

.row-center {
    text-align:center;
}
.col-center {
    display:inline-block;
    float:none;
}
.top-bar {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top:0;
}
.main-container {
    padding-top: 193px;
}
.top-panel {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
.top-panel-link {
    color: #FFFFFF;
}
.top-panel-link:hover {
    color: #FFFFFF;
    opacity: 0.5;
}
.top-elements {
    left: 15px;
    margin-top: 30px;
}
.top-logo {
    padding-bottom: 0px;
}
.logo-link {
    z-index: 1!important;
    position: relative;
}
.productsort {
    margin-bottom: 10px;
}
.pull-left {
    z-index: 0!important;
}
.top-right-section {
    margin-top: 30px;
}
.menu-center {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0px;
}
#slider-wrapper {
    margin-top: 15px;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    border-radius: 0px;
}
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
}
.lSSlideOuter .lSPager.lSpg > li {
    padding: 0 2.5px;
}
.lSSlideOuter .lSPager.lSpg > li.active a { 
    background-color: #3897f0;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #dbdbdb;
}
.bigbanner_image {
    margin-top: 15px;
}
.bigbanner_imagespawn {
    background: #ffffff !important;
}
.bigbanner_caption {
    top: 70%;
    width: 1140px;
}
.bigbanner_caption_content {
    position: relative;
}
.bigbanner_caption_content p {
    font-family: raleway, sans-serif;
    padding: 0px 0px;
    font-size: 22px;
    line-height: 37px;
    font-style: normal;
    font-weight: 500;
}
.bigbanner_caption_content .btn-inverse.btn-lg {
    font-family: raleway, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    padding: 10px 30px;
    letter-spacing: 1px;
}
.bigbanner_caption_content h1 {
    font-family: raleway, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
}
h1.headline {
    font-size: 38px;
    line-height: 1.1;
    color: #333333;
    font-style: normal;
    font-weight: 600;
    margin-top: -5px;
    text-align: center;
    letter-spacing: -1px;
}
h2.headline {
    font-size: 38px;
    line-height: 1.1;
    color: #333333;
    font-style: normal;
    font-weight: 600;
    margin-top: -10px;
    text-align: center;
    letter-spacing: -1px;
}
h1.headline-pages {
    font-size: 38px;
    line-height: 1.1;
    color: #333333;
    font-style: normal;
    font-weight: 600;
    margin: 0px;
    text-align: center;
    padding-top: 8px;
    letter-spacing: -1px;
}
.page-block {
    margin-top: -5px;
    margin-bottom: -5px;
}
.ingress {
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    margin: 15px 0 10px 0;
    text-align: center;
}
.section-ingress {
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    margin: 15px 0 20px 0;
    text-align: center;
}
.ingress-pages {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    padding: 15px 0 15px 0;
    text-align: center;
}
.section-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    color: #333;
    letter-spacing: 0px;
}
.section-title-holder {
    margin-bottom: 20px;
    border-bottom: 0px solid #cccccc;
}
h3.related-products {
    font-size: 20px!important;
    font-weight: 600;
    text-transform: none;
    color: #333;
    padding-bottom: 11px;
    text-align: center;
    letter-spacing: 0px;
}
.section_element.oneimage img {
    margin-bottom: 10px;
    -webkit-transition:all 0.4s ease;
       -moz-transition:all 0.4s ease;
         -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
}
.section_element.oneimage img:hover {
    filter: brightness(.9)!important;
    -webkit-filter: brightness(90%)!important;
}
.threeimages img {
	-webkit-transition:all 0.4s ease;
       -moz-transition:all 0.4s ease;
         -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
}
.threeimages img:hover {
    filter: brightness(.9)!important;
    -webkit-filter: brightness(90%)!important;
}
.subnav_images img {
    -webkit-transition:all 0.4s ease;
       -moz-transition:all 0.4s ease;
         -o-transition:all 0.4s ease;
            transition:all 0.4s ease;
}
.subnav_images img:hover {
    filter: brightness(.9)!important;
    -webkit-filter: brightness(90%)!important;
}
.menu li a {
    font-size: 15px;
    padding: 12px 4px;
    color: #555;
    font-weight: 500!important;
    	-webkit-transition: all 0.1s;
       -moz-transition: all 0.1s;
         -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
            transition: all 0.1s;
    
}
.menu .subnav li a {
    font-family: 'Open Sans', sans-serif;
}
.menu .subnav li a:hover {
    opacity: 1.0!important;
    text-decoration: underline;
}
.menu li a:hover {
    opacity: 1.0!important;
}
.menu li.active a {
    color: #555;
    opacity: 1.0!important;
}
.menu li.active a:hover {
    opacity: 1.0!important;
}

.poweredby a {
    display: none;
}
.btn-success {
    border-radius: 0px;
    background-color: #14324d!important;
    color: #FFF !important;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px;
    text-transform: uppercase;
    	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
            transition: all 0.2s;
}
.btn-success:hover {
    background-color: #14324d;
    opacity: 0.8;
}
h3.foot-expand {
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section_footer h4 {
    letter-spacing: 0.5px;
}
.section_footer {
    padding: 0px 0px;
}
.section_footer .socials {
    margin-top: 15px;
    margin-bottom: 0px!important;
}
.text-center {
    text-align: left;
}
.copyright_line .btn-facebook {
    color: #FFFFFF;
    opacity: 1.0!important;
}
.copyright_line .btn-facebook:hover {
    opacity: 0.5!important;
}
.copyright_line .btn-instagram {
    color: #FFFFFF;
    opacity: 1.0!important;
}
.copyright_line .btn-instagram:hover {
    opacity: 0.5!important;
}
#catimage_section_desktop {
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}
#catimage_section_mobile {
    display: none;
}
.section_element.threeimages div {
    margin-bottom: 30px;
}
.section_element:last-child {
    margin-bottom: 0px;
}
.category_image {
    padding: 5px 5px 0 5px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 11px;
    font-style: normal;
    background-color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    text-transform: uppercase;
}
nav.breadcrumb a {
    opacity: 0.8;
    color: #222222;
}
nav.breadcrumb a:hover {
    color: #0053a0;
}
.fa-angle-right {
    padding-left: 2px;
    padding-right: 2px;
}

/* Produktlista */
.widget-area-browse {
    background-color: #ffffff;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #dddddd;
    padding-bottom: 5px;
    display: inline-block;
}
.widget-info {
    margin-top: 0px!important;
}
.widget-text {
    padding: 10px 5px!important;
    text-align: center;
    height: 48px!important;
    overflow: hidden;
    font-weight: normal;
    font-size: 13px;
    text-transform: none!important;
}
.widget-info .amount {
    margin-bottom: 0px;
    letter-spacing: initial;
    font-size: 17px;
    font-weight: 700;
    padding: 0px;
}
.product {
    margin-bottom: 30px;
}
.btn-inverse {
    border-radius: 0px;
    background-color: #14324d;
    color: #FFF !important;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px;
    text-transform: uppercase;
    	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
            transition: all 0.2s;
}
.btn-inverse:hover {
    background-color: #14324d;
    opacity: 0.8;
}

/* Produktsida */
#product h1 {
    font-size: 25px;
    border-bottom: 0px solid #cccccc;
    padding-bottom: 0px;
    margin-top: 0px;
}
.marginbottom20 {
    margin-bottom: 20px!important;
}
.form-group {
    margin-bottom: 10px!important;
}
.amount.qs-product-price {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px!important;
    font-weight: 600!important;
}
.sod_select.custom.custom {
    width: 250px;
}
.sod_list_wrapper {
    width: 220px!important;
}
.section_product_info .product_description {
    margin: 0px!important;
    overflow: auto;
    border-top: 0px solid #cccccc;
    padding-top: 0px!important;
    margin-top: 0px!important;
}
.btn-primary-custom.qs-cart-submit.btn-lg.qty-cart-submit {
    width: 100%;
}
.qty-cart-submit {
    margin-top: 10px;
    width: calc(100% - 69px);
    font-size: 16px;
    font-weight: 700;
    box-shadow: 2px 1px 1px 1px #d8d8d8;
    -webkit-box-shadow: 2px 1px 1px 1px #d8d8d8;
    -moz-box-shadow: 2px 1px 1px 1px #d8d8d8;
}
.btn-primary-custom {
    border-radius: 0px;
    background-color: #14324d;
    color: #FFF !important;
    border: 0;
    font-size: 16px;
    padding: 15px 24px;
    text-transform: uppercase;
        	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
            transition: all 0.2s;
}
.btn-primary-custom:hover {
    background-color: #14324d;
    opacity: 0.8!important;
}
.product-images-border {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.lSSlideOuter .lSPager.lSGallery img {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.klarna-widget {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-height: 80px;
}

/* Custom Color Links */

.blue-link {
  color: #327fba!important;
}
.blue-link:hover {
  color: #333333!important;
}
.customerarea_forgot_link {
  color: #327fba;
}
.blue-link-notice {
  font-size: 16px;
  font-weight: 600;
  color: #0053a0;
}

/* List Links */

.unordered-list {
    padding-left: 0;
    list-style: none;
    padding-top: 10px;
}
.list-item {
    margin-top:0px;
    margin-bottom: 4px;
    position:relative;
    background-color: #f5f5f5;
}
.list-item-link {
    display:block;
    position:relative;
    border:0px #000 solid;
    padding: 10px 11px 8px 11px;
    z-index:1;
    color: #333333;
}
.list-item-link:hover{
    display:block;
    background-color: #f0f0f0;
}
.list-item-link-description {
    position:relative;
    top:-2em;
}
.fa-file-pdf-o {
  color: red !important;
  padding-right: 4px!important;
  display: inline-block;
  font-size: 17px;
}
.fa-wrench.pdf {
  font-size: 10px;
  height: 18px;
  color: #e74434 !important;
  border: 2px solid #e74434;
  margin-right: 4px;
  padding: 2px 1px 2px 1px;
  border-radius: 2.5px;
}

/* Custom Table */

.custom-table {
    font-size: 13px;
	overflow: auto;
	font-weight:400;
	margin-top: -5px;
}
.custom-table table {
	margin: 0px 0 15px 0;
	text-align: left;
	border: 1px solid #dddddd;
}
.custom-table tr:nth-child(even) { background: #ffffff; }
.custom-table tr:nth-child(odd) { background: #f5f5f5; }

.custom-table tr {  }

.custom-table th,
.custom-table td {
	padding: 2px 6px;
	vertical-align: middle;
}
.custom-table thead th{
	font-size: 15px;
	font-weight: 400;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	padding: 8px 0px;
	background-color: #ffffff;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

/* Custom Table 2*/

.custom-table2 {
    font-size: 14px;
	overflow: auto;
	font-weight:400;
	margin-top: 10px;
}
.custom-table2 table {
	margin: 0px 0 15px 0;
	text-align: left;
	border-bottom: 1px solid #dddddd;
}
.custom-table2 tr:nth-child(even) { background: #ffffff; border-bottom: 1px solid #dddddd;}
.custom-table2 tr:nth-child(odd) { background: #ffffff; border-bottom: 1px solid #dddddd;}

.custom-table2 tr {  }

.custom-table2 th,
.custom-table2 td {
	padding: 8px 0px;
	vertical-align: middle;
}
.custom-table2 thead th{
	font-size: 15px;
	font-weight: 400;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	padding: 8px 0px;
	background-color: #ffffff;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

/* Custom Button */

#button-row {
	position: relative;
	vertical-align: center!important;
	text-align: center!important;
	margin-top: 25px;
	margin-bottom: 25px;
}
a.button.medium {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 48px;
    border-radius: 0px!important;
}
a.button.color-blue {
    background: #14324d;
    color: #ffffff;
    border: 0px solid #14324d;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
            transition: all 0.2s;
}
a.button.color-blue:hover {
    background: #14324d;
    color: #ffffff;
    border: 0px solid #14324d;
    opacity: 0.8;
}
#row-two-button {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.btn.two-btn {
  font-size: 14px;
  font-weight: 700;
  background-color: #14324d!important;
  color: #ffffff!important;
  padding: 9px 24px;
  margin-right: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.two-btn:hover {
    background-color: #14324d;
    opacity: 0.8;
}

/* Button Parts */
#row-parts {
	position: relative;
	margin-top: 25px;
}
a.btn.parts {
  font-size: 14px;
  font-weight: 700;
  background-color: #14324d!important;
  color: #ffffff!important;
  padding: 9px 24px;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.parts:hover {
    background-color: #14324d;
    opacity: 0.8;
}
.fa-wrench.parts {
  color: #ffffff;
  margin-right: 5px;
  font-size: 15px!important;
  margin-left: -5px;
}

/* Uspar */
.usp-box {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    padding: 10px 0px 10px 12px;
    border: 1px solid #dddddd;
    border-radius: 0px;
    margin-top: 0px!important;
    margin-bottom: 22px!important;
}
.usp-check-list {
    font-weight: 400;
    margin-top: 0px;
}
.usp-check {
    font-size: 16px;
    font-weight: 400;
    color: #49b74e;
}
.fa-exclamation-circle {
    font-size: 16px;
    font-weight: 400;
    color: #49b74e;
}
.usp-note {
    font-size: 14px;
    margin: 5px 0 0px 0;
    color: #0053a0;;
}
.usp-note-2 {
    font-size: 14px;
    color: #0053a0;;
}
.usp-info {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
}


/* Custom Category Page */

.category-custom-image {
    padding: 5px 5px 0 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.enclosure-custom-image {
    margin-bottom: 20px;
}
a.button.large {
    font-size: 16px;
    font-weight: 700;
    line-height: 1px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 24px 0 24px 0;
    border-radius: 0px !important;
    display: block;
    width: 100%;
}

/* Support FAQ */

.is-content-1200 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: #ffffff!important;
}
.is-card {
    margin-bottom: 0px!important;
}
h1.faq-headline {
    font-size: 38px!important;
    line-height: 1.1;
    color: #333333;
    font-style: normal;
    font-weight: 600!important;
    margin: 0px 0 0 0;
    text-align: center;
    letter-spacing: -1px;
}
h1.faq-title {
    font-size: 24px;
    line-height: 1.1;
    color: #333333;
    font-style: normal;
    font-weight: 600!important;
    margin: 0px 0 15px 0;
    text-align: left;
    letter-spacing: -1px;
}
h3.custom-title {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #555555!important;
    margin: 15px 0 10px 0!important;
    text-align: center;
}
h4.faq-title {
    font-size: 18px!important;
    line-height: 24px!important;
    font-weight: 600!important;
    color: #555555!important;
    margin: 20px 0 10px 0!important;
    text-align: left;
}
.faq-bar {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}
.faq-cat {
padding-top: 8px;
margin-right: 10px;
}
.faq-row {
    margin-top: 60px;
    margin-bottom: 50px;
}
.faq-button {
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 16px 10px 16px!important;
  background: transparent;
  color: rgba(0,0,0,0.7)!important;
  border: 1px solid #dddddd;
}
.faq-button:hover {
  background: #eaeaea!important;
  color: rgba(0,0,0,0.7)!important;
  border: 1px solid #eaeaea!important;
}
.faq-button-active {
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 16px 10px 16px!important;
  background: #14324d;
  color: #ffffff!important;
  border: 1px solid #14324d;
}
.faq-ingress {
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400!important;
    color: #555555!important;
    padding: 0 0 10px 0;
    text-align: center;
    margin-bottom: 30px;
}
.margin-25 a img {
  transition: transform .2s ease;
}
.margin-25 a:hover img { transform: scale(1.1);
}
.color {
    padding-top: 105px;
    font-weight: 400!important;
    font-size: 14px!important;
    color: #93979d!important;
}
.qb-custom-wrapper h3 span {
    font-weight: 400;
}
.qb-custom-wrapper p {
    font-size: 14px!important;
    line-height: normal!important;
    font-weight: 400!important;
}

@media all and (max-width: 540px) {
    .margin-25 {text-align:center!important;
}
.is-content-1200 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
}

/* Airlectra */

.menu-center {
    position:relative;
}

.subnav.fullbredd {
    left:0;
    right:0;
    top:40px;
    overflow:hidden;
    border:1px solid #dddddd;
    height:400px;
    max-width:1140px;
}

.subnav.fullbredd ul {
    padding: 5px 4px;
}

.subnav_items {
    display: inline-flex;
    width: calc(100% - 20px);
    position: absolute;
    left: 0;
    right:0;
    overflow: auto;
    margin-left: 10px;
    justify-content: center;
    padding-top: 10px;
}

.subnav.fullbredd.showimg .subnav_items {
    left: 0;
    right:unset;
    justify-content: flex-start;
    height:100%;
}

.subnav_items ul {
    display: flex;
    /*display: -webkit-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: -moz-box;*/
    flex-direction: column;
    flex-wrap: wrap;
    text-align:center;
    max-width:unset;
}

.subnav.fullbredd.showimg .subnav_items ul {
    text-align:left;
    max-height:100%;
    width:100%;
}

.subnav_items ul li {
    padding-left:20px;
}

.subnav.fullbredd.showimg .subnav_items ul li {
    width:50%;
}

.has-dropdown:hover + .subnav.fullbredd, .subnav.fullbredd:hover {
    display: block;
}

.subnav_images {
    display:none;
}

.showimg .subnav_images {
    display:flex;
    padding-top: 12px;
    justify-content: space-between;
}

.subnav.fullbredd.showimg .subnav_images {
    position: absolute;
    right: 0;
    padding-right:13px;
}

.subnav_images .h3 {
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 3px;
}

.subnav_image_1 .sutext, .subnav_image_2 .sutext {
    font-size: 13px;
    line-height: 20px;
    padding-right: 20px;
    color: #555555;
}
    
.subnav_image_1, .subnav_image_2 {
    display:inline-block;
    padding: 5px;
    width:calc(50% - 5px);
}

.subnav.fullbredd.showimg.showimg .kol66 {
    width:66%;
}

.subnav.fullbredd.showimg.showimg .kol50 {
    width:50%;
}

.subnav.fullbredd.showimg.showimg .kol33 {
    width:33%;
}

.subnav.fullbredd.showimg.showimg .kol25 {
    width:25%;
}

.menu .subnav li a {
    font-size: 14px;
    color: #555555;
    font-weight: normal;
    font-style: normal;
    padding-top: 6px;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}
.menu .subnav li a:hover {
    text-decoration: underline !important;
}

/* Remove dotted link borders */
.subnav a {
    outline: none !important;
    text-decoration: none !important;
}

.footer-all, .footer-last {
    display:flex;
    flex-wrap:wrap;
}
.footer-last {
    align-items:center;
}

.footer-all>div {
    width:25%;
}

.footer-main ul {
    padding-inline-start: 0;
}

.footer-main ul li {
    list-style-type:none;
    padding: 2px 0px;
}

.footer-main ul li a {
    text-transform:capitalize !important;
}

.footer-all .footer-news {
    order:1;
    width:100%;
}

.footer-last .order-1 {
    order:1;
}

.footer-all .order-2 {
    order:2;
}

.footer-last .order-2 {
    order:2;
    margin-left:auto;
}

.footer-all .order-3 {
    order:3;
}

.footer-all .order-4 {
    order:4;
}

.footer-all .order-5 {
    order:5;
}

.footer-all .order-6 {
    order:6;
    width:100%;
}

.footer-all .order-7 {
    order:7;
    width:50%;
}

.paymentmethods img{
    height:30px!important;
    width: unset!important;
    padding-left: 8px!important;
    padding-right: 8px!important;
    margin-bottom: 8px!important;
    margin-top: 8px!important;
}

@media (max-width:992px) {
    .foot-toggle {
        display:none;
    }
    .footer-all .order-2, .footer-all .order-3, .footer-all .order-4, .footer-all .order-5 {
        width:100%;
    }
    .footer-last .order-1 {
        order:2;
        width:100%;
        text-align:center;
    }
    .footer-last .order-2 {
        order:1;
        margin-right:auto;
    }
    h3.foot-expand {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    h4.foot-expand {
    margin-top:20px;
    margin-bottom:20px;
    }
    .text-center {
    text-align: center!important;
}
}

.block-toggler-icon {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
}

.block-toggler-icon:before {
    position: absolute;
    content: "";
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color:#fff;
}

.block-toggler-icon:after {
    position: absolute;
    content: "";
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color:#fff;
}

.block-toggler-icon.toggle-open:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.block-toggler-icon.toggle-open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section_newsletter .lg-space {
    display: none;
}

.section_newsletter {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.section_newsletter h4 {
    font-size: 16px;
    font-weight: 700!important;
    text-transform: none;
    letter-spacing: 0.4px;
}
#newsletter_form input {
    background: #1d3754;
    height: 40px;
    padding-left: 15px;
}

#newsletter_form input::placeholder {
    opacity:1;
    color:#a9b2bd!important;
}
.form-group {
    width: 100%;
    margin-bottom: 40px;
}
.form-control {
    color: #a9b2bd!important;
}
.btn-default {
    color: #a9b2bd;
    background-color: #03253d;
    border-color: #03253d!important;
    height: 40px;
    padding: 6px 16px;
     text-transform: uppercase;
        	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
            transition: all 0.2s;
}
.btn-default:hover {
    color: #a9b2bd;
    background-color: #435b71!important;
}

@media (min-width:992px) {
    .block-toggler-icon {
        display:none;
    }
    .section_newsletter .lg-space {
        display: inline-block;
        width:20px;
    }
    .bigbanner_caption {
    width: 940px!important;
    }
}
@media (min-width:1200px) {
    .bigbanner_caption {
    width: 1140px!important;
    }
}
.section_newsletter form {
    max-width: 550px;
    width: 100%;
}
.prod-txt {
    font-size: 16px;
    color: #0053a0;
    font-weight: 600;
}
.menu-first {
    text-transform: uppercase;
}
.menu-sub {
    text-transform: capitalize;
}

#newsletter_form .btn-default {
    padding: 0px 16px;
    padding-left: 10px;
    padding-right: 10px;
}

#newsletter_form .fa-envelope-o {
    font-size:28px;
}

.toggle-show {
    display:block;
}

.categoryOverview {
    margin-bottom:35px;
}

.categoryOverview .categorylist {
    margin: 12px 0px;
    background: #FFF;
    text-align: center;
    border: 1px solid #dddddd;
}

.categoryOverview .category_buttonarea {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    overflow: hidden;
    margin-top: 0px;
}
.category_buttonarea .btn-inverse {
    font-size: 12px!important;
}
@media (min-width: 992px) {
    .top-bar ul:not(.dropdown-menu):not(#cart-slide) {
        max-width: 90%!important;
        }
        .category_buttonarea .btn-inverse {
        font-size: 15px!important;
    }
}

.before_price {
    display:block;
}

.start-amount, .rp-amount, .cat-amount {
    min-height:51px;
}

@media (min-width: 992px) {
    .start-amount, .rp-amount, .cat-amount {
        min-height:45px;
    }
}

@media screen and (max-width: 480px) {
    .widget-text {
        margin-bottom: 5px!important;
    }
}

/*
@media (max-width:480px) {
    .start_before_price {
        display:block;
    }
}
*/

.categoryOverview {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.cat-desc-2 {
    margin-top:35px;
}

.section_footer .socials a.social {
     margin-bottom: 0;
     line-height:1.4;
}

.container-item .product-images img {
    padding:5px;
}

.has-before-price {
    color:#d54747;
}

.disc-label {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #d54747;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size:13px;
    font-weight: 700;
    line-height:1;
    z-index:2;
}

@media (min-width:992px) {
    .disc-label {
        width: 55px;
        height: 55px;
        font-size:16px;
    }
}

#product .product-images {
    position:relative;
}

.klarna-widget {
    margin:10px 0;
}

.product-sku-box {
    margin:12px 0 15px;
}

#sok input.search_text {
    width:calc(100% - 32px);
    outline:none;
    border:none;
    padding:8px 10px;
    font-size:14px;
}

#sok {
    border: 2px solid #14324d;
    background-color: #fff;
}

#sok button.search_submit {
    top:0;
    bottom: 0;
    right:0;
    background-color:#14324d;
    padding:2px 12px;
    line-height: 1;
}
#sok button.search_submit i {
    font-size:15px;
    color: #fff;
}
    
@media all and (max-width: 768px) {
    .mobile-toggle {
        position:relative;
        left:0;
        width:15%;
    }
    .col-xs-8.sokruta {
        padding-left:0;
        padding-right:0;
        width:70%;
    }
    
    #sok .search-wrapper {
        
    }
    #sok input.search_text {
        margin:1px 0px;
        line-height: 1.5;
        padding:7px;
        font-size:13px;
    }
    #sok button.search_submit {
        padding:2px 12px;
        line-height: 1;
    }
    #sok button.search_submit i {
        font-size:15px;
    }
    .fa-shopping-cart {
        font-size:30px;
    }
    .top-right-section {
        width:15%;
    }
    .c-hamburger {
        margin-top:5px;
    }
}

@media (max-width: 479px) {
    #sok .search-autocomplete-form {
        position: unset!important;
        width: unset;
        top: unset;
        left: unset;
        background: #fff;
        z-index: 89;
    }
}

@media screen and (max-width: 480px) {
    .top-right-section {
        margin-top: 7px!important;
        padding-right:5px;
        width:15%;
    }
}

@media (max-width: 991px) {
    .logo {
        margin: 99px auto 0px auto;
        float:inherit;
    }
    .main-container {
        padding-top:0!important;
    }
}

@media screen and (max-width: 480px) {
    .main-container {
        padding-top:0!important;
    }
}

@media (max-width: 780px) {
    #logo {
        max-width: calc(70% - 10px);
        margin-bottom:10px;
    }
}

.taxlink {
    position:relative;
    line-height:1;
}

.top-right-section {
    margin-top:0;
}

@media (min-width:992px) {
    .d-lg-flex {
        display:flex;
    }
    .align-items-lg-center {
        align-items:center;
    }
    .justify-content-lg-end {
        justify-content:flex-end;
    }
    .logo-link {
        margin-bottom:0;
    }
    .top-right-section {
        position:relative;
        margin-left:auto;
        margin-right:0;
        right:unset;
    }
    .top-right-section>*:not(.top-bar-cart) {
        white-space: nowrap;
        margin-right:12px;
    }
    .top-bar-cart {
        margin-left:12px;
    }
    .menu-center {
        margin-top:12px;
    }
    .head-margin {
        margin-top:12px;
        margin-bottom:12px;
    }
    .search-autocomplete-list {
        top:36px!important;
    }
}

.main-container {
    padding-top:0!important;
}

.logo {
    margin-top:70px;
}

@media (min-width:768px) {
    .main-container {
        padding-top:0!important;
    }
    .logo {
        margin-top:100px;
    }
}    
    
@media (min-width:992px) {
    .main-container {
        padding-top:190px!important;
    }
    .logo {
        margin-top:0;
    }
}

.upsell-head {
    text-align:center;
}

.slider-select {
    width:100%;
}

#cart-slide .lslide {
    min-height:290px;
}

.cartMenu #cart-slide img {
    width:100%;
    margin-right:0;
}

.cart-info {
    height:48px;
}

.cart-prod .cart-info .cart-preprice, .cart-prod .cart-info .cart-price {
    display:inline-block!important;
}

.cart-prod .btn-primary-custom {
    padding:6px;
}

.slide-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.slide-count span {
    display:inline;
}

.d-inline-block {
    display: inline-block!important;
}

.d-none {
    display:none!important;
}

.slider-prev, .slider-next {
    font-size: 24px;
}

.slider-prev:hover, .slider-next:hover {
    cursor:pointer;
}

.c-slide-wrapper .lSPager {
    display:none;
}

.cart-title {
    height:40px;
    overflow:hidden;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        height:calc(100% - 65px);
    }
}

.cart-price.hasbefore {
    margin-left:8px;
}

/* Blog */
.row.blog::after {
clear: none;
}
h1.blogg_title {
  font-size: 38px;
  line-height: 1.1;
  color: #333333;
  font-style: normal;
  font-weight: 600;
  margin: 0px 0 40px 0;
  text-align: center;
  letter-spacing: -1px;
}
.blog_section a h2 {
  padding: 5px 0px 0 0px;
}
.blog_tags_list > li > a {
margin-right: 5px;
text-align: center;
font-size: 14px;
font-weight: 700;
line-height:1;
padding: 10px 16px 10px 16px!important;
background: transparent;
color: rgba(0,0,0,0.7);
border: 1px solid #dddddd;
}
.blog_tags_list > li > a:hover {
background: #eaeaea!important;
color: rgba(0,0,0,0.7)!important;
border: 1px solid #eaeaea!important;
}
.blog_tags_list {
display: flex;
padding: 0 0 40px 0;
}
.pull-right {
display: none!important;
}
.blog-category {
margin-bottom: 30px;
}
.cats {
padding-top: 8px;
margin-right: 10px;
}
.blog_section .blog_post_details {
border-bottom: 0px solid #eee!important;
}

/* Blog list */
.blog_list_post {
background: #f5f5f5;
}
.blog_list_post_content {
  padding: 0px 20px 0 20px;
}
.blog_list_post_info {
display: block!important;
margin: 28px 0 0px 0;
padding-left: 0px;
font-size: 11px;
font-style: normal;
}
.blog_list_post_image {
    -webkit-transition: all 0.2s ease!important;
       -moz-transition: all 0.2s ease!important;
        -ms-transition: all 0.2s ease!important;
         -o-transition: all 0.2s ease!important;
            transition: all 0.2s ease!important;
}
.blog_list_post_image:hover {
    filter: brightness(90%);
}
.blog_list_post_title {
padding-left: 20px;
}
.blog_post_cta a {
color: #327fba;
}
.blog_post_cta a:hover {
color: #222222;
}

/* Blog post */
.blog_post {
  /*max-width: 800px;*/
  margin-left: auto;
  margin-right: auto;
  vertical-align: center;
}
.blog_post_info {
display: block!important;
margin: 15px 0 12px 0;
padding-left: 0px;
font-size: 11px;
font-style: normal;
}
.blog_post_title {
font-size: 28px;
padding-top: 20px!important;
}
.blog_section .blog_post_details .blog_post_cta {
float: left; 
padding-left: 20px;
padding-bottom: 20px;
font-size: 14px;
font-weight: 700;
margin-top: -10px;
}
.blog_post_content a {
color: #327fba;
}
.blog_post_content a:hover {
color: #222222;
}

.blog_section.blog_post .blog_post_details {
    margin: 0!important;
}

.product-property-line input[type="checkbox"] {
    -webkit-appearance: checkbox;
    transform:scale(1.5);
}

.product-property-checkbox input[type="checkbox"] {
    margin-right:6px;
}

.pricehistory-tooltip {
    background-color:#fff!important;
}

.qs-product-lowest-price {
    list-style: none;
    margin-bottom:20px;
}

.amount.qs-product-price {
    margin-bottom: 0px!important;
}

@media (max-width: 767px) {
    .amount.qs-product-price {
        margin-bottom: 0px!important;
    }
}

.fields-wrapper {
    margin:1rem 0;
}