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











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

body {
    letter-spacing: normal;
    background-color: #ffffff;
	font-family: 'Karla', sans-serif;
	font-size: 16px !important;
	color: #222222;
}

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

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

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

h1{font-size: 27px; font-weight: 600; margin-top: 0;}
h2{font-size: 21px; font-weight: 600; margin-top: 0px; margin-bottom: 15px; }
h3{font-size: 17px;}
h4{font-size: 16px;}

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

label {
    font-weight: 400;
}
#logo
{
    margin-bottom: 20px;
}
.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider { list-style: 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 .lslide img {
    width: 100%;
    max-width: 100%;
}
.section_element.oneimage img {
    margin: 0 auto;
}
.section_element.twoimages, .section_element.threeimages, .section_element.fourimages {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog_section a h2{
    color: #222222;
}

/* =============================================================== */
/* 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: -57px;
    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: 51px;
    vertical-align: middle;
    display: inline;
    border: 1px solid #e4e4e4;
    margin: 0;
    margin-right: 3px;
    padding-left: 10px;
    border-radius: 0px;
    font-size: 15px;
}
.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: 29px;
    margin-right: 13px;
}
.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: #222222;
}
.bigbanner_caption_content
{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.bigbanner_caption_content .btn-inverse.btn-lg
{
    font-size: 21px;
}
.bigbanner_caption_content h1
{
    font-size: 45px;
}
.bigbanner_caption_content p
{
    padding: 20px 0px;
    font-size: 19px;
}
.bigbanner_image img {
    max-width: 100%;
    margin: 0 auto;
}
img.fr-fir.fr-dii {
    float: right;
    margin-left: 50px;
}
/* =============================================================== */
/* PRODUCT GRID
/* =============================================================== */
.related-products {
    text-align: center;
    font-size: 24px;
    margin: 50px 0px;
}
.row-static-duo, .page-block
{
    margin-top: 25px;
    margin-bottom: 15px;
}

#product h1 {
    margin-top: 0px;
}
.badge{ background: #f32a4e; }

.btn-primary-custom, .btn-inverse{
	border-radius: 0px;
	background-color: #ffffff;
	color: #222222;
	border: 0;
    font-size: 12px;
    padding: 10px 24px;
}
.qty-cart-submit
{
    font-size: 15px;
}
.qty-cart-submit, .btn-primary-custom
{
    padding: 15px 30px;
    color: #222222 !important;
}
.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: #222222;
    color: #ffffff;
}
.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;
    font-size: 80%;
}

.product-supplier-box.is_empty {
    display: none;
}

.product-current-stock-qty-box {
    margin-bottom: 12px;
}
.product-current-stock-status.instock {
    color: #44b944;
    font-size: 14px;
}
.product-current-stock-status.outofstock {
    color: #ff0000;
}

.widget-text{
    padding: 10px 8px 0px 8px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    height: 48px;
    overflow: hidden;
}
.widget-info .amount{
    margin-bottom: 3px;
    letter-spacing: initial;
    font-weight: 500;
    font-size: 13px;
}

.widget-info
{
    margin-top: 15px;
    text-align: center;
}
.amount .before_price {
    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: #222222;
}

.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: 280px;
}
.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 details                                            PAGE
/* =============================================================== */

.breadcrumb {
    margin-bottom: 16px;
    background-color: transparent;
    padding: 0px 0px;
    border-radius: 0px;
    margin-top: 38px;
    font-size: 12px;
    font-style: italic;
}
nav.breadcrumb a {
    opacity: 0.7;
    color: #222222;
}

.amount.qs-product-price{
    font-size: 25px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 8px 0px;
}
s.qs-product-before-price {
    font-size: 14px;
}

.qs-product-soldout-wrapper {
    margin-bottom: 20px;
}

.qs-cart a.wishlist-btn.wishlist-add {
    padding: 9px 16px;
}

.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;
}


.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-bar ul {
  list-style: none;
  padding: 0px;
}
.top-bar ul:not(.dropdown-menu) {
    max-width: 78%;
}
a:hover {
  text-decoration: none;
}
.pointer {
  cursor: pointer !important;
}
.uppercase {
  text-transform: uppercase;
}

.quote-text {
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
span.text-white a {
  font-weight: 600;
  color: #fff;
}
.main-container {
  padding-top: 57px;
}
.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 {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1000;
  line-height: 0;
  top: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.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
{
    float: left;
    margin-bottom: 20px;
}
.logo-link a {
    color: #222;
}
.logo-link img.logo {
    margin-right: 22px;
}
.logo-text
{
    margin-top: 26px;
    font-size: 30px;
    margin-right: 22px;
    color: #222;
}

.row.collection-header {
    padding-bottom: 25px;
}

select.productsort {
    margin-bottom: 20px;
}

.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 {
    position: absolute;
    top: 0;
    left: 10px;
}
.top-logo.no-absolute {
    position: relative;
}
.top-right-section {
    margin-right: 18px;
    margin-top: 10px;
    top: -50px;
    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: 49px;
}
.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: 0 auto;
}

.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: 15px;
  color: #222;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  font-weight: normal;
  transition: all .2s ease;
  padding: 21px 10px 15px 11px;
  display: inline-block;
  line-height: 14px;
  text-decoration: none;
}
.menu li a:hover {
  color: #333333;
}
.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;
}
.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: 60px;
   }
   
   .main-container.taxtoggle-active {
        padding-top: 83px;
    }
    .main-container.languages-active {
        padding-top: 85px;
    }
    .main-container.cconverter-active {
        padding-top: 88px;
    }
   
  .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;
    top: -36px;
    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 form.qs-cart {
    margin-bottom: 20px;
}
.section_product_info .product_description
{
    margin: 40px 0px;
    overflow: auto;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.section_footer
{
    padding: 20px 0px;
    font-size: 14px;
}
.section_footer .socials .btn {
    padding: 0 6px;
}
.section_footer .section_newsletter{
    margin-top: 5px;
}
.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: #000000;
}
.section_footer h4
{
    font-weight: bold;
    
}
/* =============================================================== */
/* FOOTER
/* =============================================================== */

footer {
    border-top: 1px solid #eee;
    background: #fbfbfb;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #FFF;
    color: #000000;
}
footer a {
    color: #000000;
}

.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;
    }
}
@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: 123px;
        margin: 0 auto;
        max-height: 33px;
    }
      .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;}
    
    .section_element.twoimages div, .section_element.threeimages div, .section_element.fourimages div {
        margin-bottom: 15px;
    }
    
    .section_element.twoimages div:last-child,
    .section_element.threeimages div:last-child,
    .section_element.fourimages div:nth-child(3),
    .section_element.fourimages div:nth-child(4) {
        margin-bottom: 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: 70px;
    }
    
    .main-container.taxtoggle-active {
        padding-top: 83px;
    }
    .main-container.languages-active {
        padding-top: 85px;
    }
    .main-container.cconverter-active {
        padding-top: 88px;
    }

    div.product-grid{
        width: 47%;
        margin: 0px 0 26px 16px;
        display: inline-block;
        margin-bottom: 20px;
        padding: 0;
    }
}

@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";
		}

	

}

@media (max-width:780px) {
    .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 h1 {
        font-size: 20px;
    }
    .bigbanner_caption_content p {
        padding: 0px;
        font-size: 12px;
    }
    .bigbanner_caption_content .btn-inverse.btn-lg {
        font-size: 16px;
        padding: 8px 10px;
    }
    .main-container
    {
        padding-top: 52px;
    }
    .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: 40px;
        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(280px/3);
    }
    .col-xs-12 .container-item .item .post-header{
        position: relative;
        height: calc(280px/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 {
        position: relative;
        height: calc(250px/1);
    }
    .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;
    }
    #product h1 {
        margin-top: 6px;
    }
    
}
@media screen and (max-width: 325px) {
    .search-box-mobile
	{
	    width: 130px;
	}
    table#CARTITEMS td:nth-child(2) {width: 172px; font-size: 11px;}
}

@media (min-width: 768px) {
    .cartMenu .dropdown-menu {
        max-height: 600px;
        max-height: 80vh;
        overflow-y: auto;
    }
}

/* Airlectra */

.mm-panels>.mm-panel>.mm-listview {
    text-align: center;
    font-size: 18px;
}

.product .container-item .item .post-header {
    height:auto;
}
    
@media (max-width:767px) {
    .section_element .product {
        padding-left:15px;
        padding-right:15px;
    }
}

@media (min-width:1200px) {
    .section_element .product {
        padding-left:40px;
        padding-right:40px;
    }
}

.widget-buy .btn-inverse {
    padding:10px 35px 10px 35px;
    font-size: 16px;
    min-width:50%;
}

@media (max-width:480px) {
    .widget-buy .btn-inverse {
        font-size: 13px;
    }
}


.btn-primary-custom, .btn-inverse {
    border: 1px solid #222222;
}

.btn-primary-custom:hover, .btn-inverse:hover, .btn-primary-custom:hover, .btn-inverse:hover, .section_element.element_4 .bigbanner_caption_content a.btn:hover {
    background-color:#222222!important;
}

.btn-primary-custom:visited, .btn-primary-custom:focus, .btn-primary-custom:active {
    background-color:#ffffff;
    color:#000000!important;
}

.qty-cart-submit:hover, .btn-primary-custom:hover {
    color:#ffffff!important;
}

.product {
    margin-bottom:30px;
}

.startprodgrid .product {
    margin-bottom:5px;
}

.home-subtitle {
    margin-bottom:0px;
}

.section_element.startprodgrid {
    margin-bottom:10px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #000000;
    opacity:0.15;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #000000;
    opacity:1;
}

.language-out {
    display:inline-block;
    margin-right: 50px;
    margin-top: 4px;
    width:65px;
}

@media (max-width: 768px) {
    .language-out {
        margin-right: 30px;
    }
}

.language-out img {
    max-width: 20px;
}

#omd_kar {
    text-align:center;
}

#omd_kar svg {
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
}

#omd_kar .omd_kund {
    font-weight:bold;
}

.insp-subtitle {
    margin: 10px 0 20px 0;
    font-size: 18px;
    text-align:center;
}

.breddiv {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom:40px;
}

.breddiv-img img {
    margin: 0 auto;
}

.insp-head {
    position:absolute;
    top:30%;
    width:100%;
    text-align:center;
    color:#fff;
    
}

.insp-head h1, .insp-head h2 {
    font-size:45px;
}

@media (max-width:600px) {
    .insp-head h1, .insp-head h2 {
        font-size:28px;
    }
}

@media (max-width:480px) {
    .insp-head h1, .insp-head h2 {
        font-size:20px;
    }
}

.insp-head .btn-inverse.btn-lg {
    font-size: 21px;
}

.mb-40 {
    margin-bottom:40px;
}

.mb-0 {
    margin-bottom:0;
}

.mt-40 {
    margin-top:40px;
}
.main-container {
    overflow-x:hidden;
}

.ta-c {
    text-align:center;
}

@media (max-width:768px) {
    .section_product_info .product_description {
        margin-bottom:0px;
    }
    h3.related-products {
        margin-top:20px;
    }
}

.nav-menu {
    padding-top: 0;
}

.top-usp {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    line-height: 2;
    background: #ebebeb;
    font-size: 14px;
    margin-bottom: 5px;
}

.top-elements-wrapper {
    display: none;
}

.main-container {
    padding-top: 83px;
}

.bigbanner_caption, .insp-head {
    top: unset;
    bottom:16%;
}

.bigbanner_caption_content .btn-inverse.btn-lg, .insp-head .btn-inverse.btn-lg {
    border:none;
}
    
@media (max-width:480px) {
    .main-container {
        padding-top:88px;
    }
    .bigbanner_caption, .insp-head {
        top: unset;
        bottom:8%;
    }
    .bigbanner_caption_content h1, .insp-head h2 {
        font-size: 26px;
    }
    .bigbanner_caption_content .btn-inverse.btn-lg, .insp-head .btn-inverse.btn-lg {
        padding: 8px 22px;
        font-weight:bold;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section_element.startprodgrid  .product {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.bigbanner_caption_content h1 {
    font-weight:bold;
}

a.dropdown-toggle.cart {
    height: 23px;
    width: 23px;
    stroke-width: 4px;
}

.lang-main {
    padding:0 5px;
    background:#fff;
}

.lang-sel {
    display:none;
    width:130px;
    padding:5px;
    background:#fff;
    font-size:14px;
}

.lang-sel a {
    display:block;
    padding-top:3px;
    padding-bottom:3px;
}

.lang-sel a img {
    margin-right:10px;
}

.lang-main:hover+.lang-sel, .lang-sel:hover {
    display:block;
}

.mm-listview>li.mob-menu-flags>a {
    display:inline-block;
}

.mm-listview>li.mob-menu-flags {
    margin-top:60px;
}

.mob-menu-flags img {
    margin-right:10px;
}

select.mob-select-flags {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    border: none;
}

.lg-container {
    padding-right: 6px;
    padding-left: 6px;
    margin-right: auto;
    margin-left: auto;
}
    
@media (min-width: 992px) {
    .lg-container {
        width: 970px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .lg-container {
        width: 1170px;
    }
}

@media (max-width: 991px) {
    #page-carousel .col-xs-6.product, .relprodgrid .col-xs-6.product {
        padding-right: 6px;
        padding-left: 6px;
    }
}

.widget-buy .buy-button {
    text-transform:uppercase;
}

.section_element.starttitle2 {
    margin: 15px 0px;
}

.related-products {
    margin-bottom:15px;
}

html.force--consent #cc_div #cm {
    padding:1em 2em!important;
    width: 500px!important;
    left:unset!important;
}

#cc_div h1#cm_title {
    margin-bottom:0.4em!important;
    font-size: 1.2em!important;
    font-family: 'Karla', sans-serif!important;
    font-weight:400!important;
    text-transform:uppercase;
}

#cc_div #cm #cm_inner, #cc_div #cs_cont .title, #cc_div #cs_cont .desc, #cc_div #cs_cont .p, #cc_div #cs_cont #cs_title, #cc_div #cs_cont #cs_close_btn, #cc_div #cs_cont #cs_save__btn {
    color:#000000!important;
}

#cc_div #cm_text {
    margin-bottom:0.7em!important;
}

#cc_div #cm button:first-child, #cc_div #cs_buttons button:first-child, #cc_div #cm button:first-child:hover, #cc_div #cs_buttons button:first-child:hover {
    background: #000000!important;
    border: 2px solid #000000!important;
    text-transform:uppercase;
}

#cc_div .c_b_toggle .sc_toggle {
    background: #dddddd!important;
}

#cc_div .c_b_toggle input:checked~.sc_toggle {
    background: #000000!important;
}

#cc_div #cm .c_link, #cc_div #cm .c_link:hover, #cc_div #cs_close_btn:hover, #cc_div #cs_cont button+button:hover, #cc_div #cm .c_button, #cc_div .c_button {
    background: #ffffff!important;
    border: 2px solid #000000!important;
    text-transform:uppercase;
}

#cc_div #cs_blocks .cs_block.block__expand, #cc_div #cs_blocks .block_button:hover {
    background: #ffffff!important;
}

@media (max-width:768px) {
    #cc_div #cs_acceptall_btn.c_button, #cc_div #cm_primary_btn.c_button {
        margin-bottom:2.25rem;
    }
}

@media screen and (max-width: 688px) {
    #cc_div #cs_buttons {
        height: 9em!important;
    }
}

.foot-extra h2 {
    margin-bottom:16px;
    margin-top:16px;
}

.related-products+.lSSlideOuter {
    margin-bottom:16px;
}

#mc_embed_signup_scroll #mc-embedded-subscribe {
    text-transform: uppercase;
    padding: 10px 35px 10px 35px;
    font-size: 16px;
    border-radius:0;
    margin: 0;
}

#mc_embed_signup form {
    padding:0!important;
}

#mc_embed_signup .mc-field-group input {
    max-width: 500px;
}

.top-ban {
    line-height: 2;
    text-align: center;
    background-color:#9cbbce;
    color: #ffffff;
    
}

.top-ban a {
    color:#fff;
    font-weight:700;
    text-decoration:underline;
}

.section_product_info .product_description {
    margin-top: 0;
    padding-top: 0;
    border-top: 0px solid #eee;
}

.prod-msg {
    margin-top:40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.lang-foot {
    text-align:center;
}

.lang-foot a, .lang-foot .lang-main-foot {
    display:inline-block;
    margin:8px;
}

.slider-outer {
    position: relative;
}

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

.d-flex {
    display:flex;
}

.justify-content-between {
    justify-content:space-between;
}

.cartMenu a.dropdown-toggle.cart-continue {
    margin-bottom:0;
}

a.dropdown-toggle.cart-continue {
    height: unset;
    width: 45%;
} 

.cart-close a {
    width:45%;
    text-transform:uppercase;
}

.cart-close a.checkout {
    background-color:#ebebeb;
    font-weight:700;
}

.cart-content h3 {
    font-weight:700;
    margin-top:0;
}

.top-bar ul#cart-slide {
    max-width:unset;
}

.cart-prod.product {
    margin-bottom:16px;
}

.cart-prod .cart-title {
    line-height:1.3;
    margin-top:8px;
    text-align:center;
    font-weight:700;
    font-size:15px;
}

.cart-prod .cart-price {
     line-height:1.3;
     text-align:center;
     font-weight:700;
     margin-bottom:8px;
}

.cart-prod .cart-preprice {
    line-height:1.3;
    margin-top:8px;
    text-align:center;
    text-decoration: line-through;
    font-weight:700;
}

.cart-prod .form-control {
    margin-bottom:8px;
}

@media (min-width:992px) {
    .cart-prod .form-control {
        font-size:11px;
    }
}

#cart-slide+.lSAction>a {
    opacity:1;
    top: calc(25% + 6px);
}

#cart-slide+.lSAction>.lSPrev {
    left:6px;
}

#cart-slide+ .lSAction>.lSNext {
    right:6px;
}

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

#CARTHEADER {
    font-size: 28px;
    font-weight:700;
}

#CARTITEMS tfoot td.cartsum {
    font-weight: 600;
    line-height: 25px;
    font-size:16px;
}

#CARTITEMS tfoot td.cartTotal {
     font-size:16px;
}

.c-slide-wrapper {
    opacity:0;
    visibility:hidden;
    -moz-animation: fade 3s ease-in;
    -webkit-animation: fade 3s ease-in;
    animation: fade 3s ease-in;
}

.cartMenu.open .c-slide-wrapper {
    opacity:1;
    visibility:visible;
}