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











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: #00465a; cursor: pointer; }
a:focus, a:hover { color: #00465a; 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; font-weight: 600; margin-top: 0px; margin-bottom: 15px; }
h3{font-size: 16px;}
h4{font-size: 14px;}

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

p {
    line-height: 24px;
    margin-bottom: 15px;
    font-style: 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: 15px;
    margin-left: auto;
    width: 100%;
    height: 21px;
    margin-left: auto;
    border-bottom: 1px solid #d18297;
}
.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: #00465a;
}
. 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: #f3ead9;
}

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

.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: #222;
}
.bigbanner_caption_content
{
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    text-align: right;
    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: left;
}

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 #d18297;
    padding-bottom: 10px;
    margin-top: 12px;
}
.badge{ background: #f32a4e; }

.btn-primary-custom, .btn-inverse{
	border-radius: 0px;
	background-color: #00465a;
	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: #d18297;
    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;
    height: auto;
    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: 0px;
    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: #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: 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.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: #fcf9f3;
    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: #00465a;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00465a;
  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: #00465a;
    padding: 8px 0 10px 0;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #f9f4eb;
    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) {
    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: #f3ead9;
  width: 100%;
  line-height: 0;
  padding: 0px 0px 0px 0px;
}
.top-bar-left
{
    margin-top: 5px;
}
.top-bar-left .sod_select.custom.custom
{
    background: #f3ead9;
    color: #00465a;
    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: #00465a;
}
.logo-text
{
    margin-top: 26px;
    font-size: 42px;
    margin-right: 22px;
    color: #00465a;
}
.logo-text a {
    color: #00465a;
}
.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: #00465a;
}
.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: #00465a;
}
.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: #00465a;
}
.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: #00465a;
}
.top-right-section a {
    color: #00465a;
}
.top-right-section p {
    color: #00465a;
}
.top-bar-cart .top-bar-cart-icon
{
    font-size: 28px;
    float: right;
}
.top-bar .logo {
  max-height: 50px;
}
.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 #d18297;
}

.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: #00465a;
    -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: #00465a;
}
.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: #f3ead9;
  border: 1px solid #eee;
}
.subnav .borderline
{
    border-top: 1px solid;
    border-color: #f3ead9;
}
.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: #f3ead9;
    border-radius: 0px;
    border: 1px solid #eee;
    color: #00465a;
    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: #00465a;
}

.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 #d18297;
    padding-top: 20px;
}
.section_footer
{
    padding: 20px 0px;
}
.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: #d18297;
}
.section_footer h4
{
    font-weight: bold;
    text-transform: uppercase;
}
/* =============================================================== */
/* FOOTER
/* =============================================================== */

footer {
    margin-top: 35px;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #f3ead9;
    color: #d18297;
}
footer a {
    color: #d18297;
}
footer a:hover, footer a:focus {
    color: #d18297;
    opacity: 0.5;
}

.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: #f3ead9;
        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: 0px;
    }

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

	
	.main-container {
        padding-top: 68px;
    }
	.main-container.taxtoggle-active {
        padding-top: 82px;
    }
    .main-container.cconverter-active {
        padding-top: 83px;
    }
    .main-container.languages-active {
        padding-top: 85px;
    }

}

@media (min-width: 768px) and (max-width: 768px) {
    .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) {
    .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;
        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, .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;
    }
    
}
@media screen and (max-width: 325px) {
    .search-box-mobile
	{
	    width: 130px;
	}
    table#CARTITEMS td:nth-child(2) {width: 172px; font-size: 11px;}
}


/* =============================================================== */
/* Modifications                                            
/* =============================================================== */
#contentareaVHA0mx0 {
    padding-top: 0px;
}

#contentareaVHA0mx0 p {
    margin-top: 0px;
}


/* Airlecta */

.custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-check .text-underline {
    text-decoration:underline;
}

.custom-check .f-s {
    font-size: 12px;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.custom-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-check input:checked ~ .checkmark:after {
  display: block;
}

.custom-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.remove_item {
    display:none;
}

.remove_item label {
    display:block;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
  
 /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/16967m/files/defaultskin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }
/*
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  /*
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/16967m/files/defaultskin.svg"); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
*/

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(https://s3.eu-west-1.amazonaws.com/storage.quickbutik.com/stores/16967m/files/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
 
.text-center {
    text-align:center;
}

.section_product_info .product_description {
    margin-bottom:16px;
}

#accordion .panel {
    border-top:1px solid #ccc;
    border-radius:0;
}

#accordion .panel:last-child {
    border-bottom:1px solid #ccc;
}

#accordion .panel, #accordion.panel {
    -webkit-box-shadow:none;
    box-shadow:none;
}

#accordion.panel-group .panel-heading, #accordion.panel-group .panel-body {
    padding-left:0;
    padding-right:0;
}

#accordion.panel-group .panel+.panel {
    margin-top:0;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top:0;
}

a.accordion-toggle {
    position:relative;
    width: 100%;
    display: block;
}

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

.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: 1px;
    height: 100%;
    margin-left: -1px;
    background-color: #000;
}

.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: 1px;
    margin-top: -1px;
    background-color: #000;
}

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

#product_container {
    margin-left:-8px;
    margin-right:-8px;
}

#product_container .product {
    padding-left: 8px;
    padding-right: 8px;
}

form.wishlist-form-save {
    display:none;
}