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











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

body {
    letter-spacing: normal;
    background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px !important;
	color: #2a2a2a;
	line-height: normal;
}

@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: 'Roboto', 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.threeimages div {
    padding-bottom: 30px;
    padding-top: 30px;
}
.section_element.twoimages div {
    padding: 10px 0px;
}

.blog_section a h2{
    color: #2a2a2a;
}

.section-title-holder {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 100%;
    height: 21px;
    margin-left: auto;
    border-bottom: 1px solid #e326c6;
}
.section-title {
    padding: 8px 20px;
    background-color: white;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
    color: #696969;
    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: #2a2a2a;
}
. 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: #ffffff;
}

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

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

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

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

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

.widget-info
{
    margin-top: 15px;
    text-align: center;
}
.amount .before_price {
    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: #2a2a2a;
}
.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: #f3f3f3;
    color: #868686;
    text-align: center;
    padding: 10px 0px;
    border-radius: 0px;
}
.separator {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
}
nav.breadcrumb a {
    opacity: 0.7;
    color: #868686;
}

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


.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: #2a2a2a;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2a2a2a;
  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: #2a2a2a;
    padding: 8px 0 10px 0;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    transition: transform 300ms ease 0s;
    text-transform: none;
}
.top-panel .top_right_content i {
    padding-left: 10px;
}
.top-panel .top_right_content {
    text-align: right;
}
.top-bar ul {
  list-style: none;
  padding: 0px;
}
.top-bar ul:not(.dropdown-menu) {
    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: #ffffff;
  width: 100%;
  line-height: 0;
  padding: 0px 0px 0px 0px;
}
.top-bar-left
{
    margin-top: 5px;
}
.top-bar-left .sod_select.custom.custom
{
    background: #ffffff;
    color: #2a2a2a;
    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: #2a2a2a;
}
.logo-text
{
    margin-top: 26px;
    font-size: 42px;
    margin-right: 22px;
    color: #2a2a2a;
}
.logo-text a {
    color: #2a2a2a;
}
.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: #2a2a2a;
}
.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: #2a2a2a;
}
.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: #2a2a2a;
}
.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: #2a2a2a;
}
.top-right-section a {
    color: #2a2a2a;
}
.top-right-section p {
    color: #2a2a2a;
}
.top-bar-cart .top-bar-cart-icon
{
    font-size: 28px;
    float: right;
}
.top-bar .logo {
  max-height: 70px;
}
.logo.logo-wide {
  max-width: 140px;
  bottom: 12px;
  margin-bottom: -6px;
}

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

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

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

.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 #e326c6;
    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: #2a2a2a;
}
.section_footer h4
{
    font-weight: bold;
    text-transform: uppercase;
}
/* =============================================================== */
/* FOOTER
/* =============================================================== */

footer {
    margin-top: 35px;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #ffffff;
    color: #2a2a2a;
}
footer a {
    color: #2a2a2a;
}
footer a:hover, footer a:focus {
    color: #2a2a2a;
    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: #ffffff;
        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) 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;
        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, .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;}
}