@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
	
	font-family: 'Open Sans', 'arial';
	letter-spacing: 0.5px;
	-moz-hyphens: auto;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
    word-wrap: break-word;
    background-color: #F3F3F3
	padding-top: 20px;
}
@media screen and (max-width:768px) {body {text-align:center;}}
p {margin: 20px 0; line-height: 26px;}
a {color:#e04725}
a:hover {text-decoration:underline; color:#e04725;}


.dotted {border-bottom:dotted 2px;}
img {max-width:100%;}
.logo h1 {background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 62px;
    line-height: 1.2;
    margin: 0;
    padding: 7px 12px 0 13px;
	float:left;
	-moz-hyphens: auto;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
    word-wrap: break-word;
	}
.logo a {border-bottom: 0px dotted #000000}

.hidden {visibility:hidden;}
.main-content > h1, .logo h1 { font-family: 'Open Sans', 'arial';}
.main-content > h1 {letter-spacing: 2px; margin-top:0;}
.main-content > h1 span {color:orange; position: relative; top: -4px;}
h1, h2,h3,h4,h5, .item-name {font-family: 'Open Sans', 'arial'; letter-spacing: 2px;}
h1 span {color:orange;}
h1.styletwo {font-family: 'Yeseva One', cursive; border-bottom:5px solid #000; position:relative;}

::-moz-selection { color: white;  background: black; }
::selection      { color: white;  background: black; } 

.logo h1 {font-size:62px;}
.logo img {margin: 20px 0;}
@media screen and (max-width: 768px) {
	.logo h1 {float:none; padding:18px 12px 18px 13px;}
}
@media screen and (max-width: 480px) {
	.logo h1 {font-size: 3rem;}
	h2,h3 {font-size: 2rem; }
	h3,h4,h5 {font-size: 1.8rem; }
	
}
@media screen and (max-width: 320px) {
	.logo h1 {font-size: 2.6rem;}
	h2,h3 {font-size: 1.6rem; }
	h3,h4,h5 {font-size: 1.2rem; }
	
}
.wrapper {}
.container {width:auto; 
max-width:1230px; 
position:relative; 
padding:0 35px;
background-color: #fff;
}
body.wide .container {max-width: 100%;}
.header_wrap > .container {
    padding-top: 10px;
}

.header_wrap {position:relative;
    background-color: #F3F3F3;
}
.content_wrap {background-color: #F3F3F3;}
.slider_wrap {}
.footer_wrap {background:transparent;}
.footer_wrap a {color:#000;}

.main-content {display:table-header-group;
    background-color: #FFF;
}

.main-content .atoz a {
    border: medium none;
    display: block;
    padding: 2px;
    text-decoration: none;
}
.main-content .atoz {
    margin:0;
    padding:0;
}
.main-content .atoz .block {
    width:33%;
    list-style: outside none none;

}
.main-content .block > ul {
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar {display:table-footer-group;}

.footer_wrap h4, .basket h4, .promo-text-wrap h4, .ff-container label, .interaction h4 {
	font-family: 'Quattrocento Sans', sans-serif;
	letter-spacing: 2px;
    text-transform: uppercase
}
.row.copyright {margin: 30px 0 20px 0; text-align:center;}
.copyright p {padding:10px 0;}
.row.copyright .container {background:#ffffff; padding:0;}
.copyright img {
    max-height: 25px;
}

.tagLine p {
    margin: 10px 0 0;
}

.divider {
position:absolute;
height:2px;
background:#000000;
width: 100%;
top: 15px;
z-index: 9;
}

/* General forms */
label {
	display: inline-block;
    font-family: 'Open Sans', 'arial';
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 15px;
}	
.radio, .checkbox {
	padding-left:0;
	margin-left:0;
}
.option_wrapper label {font-weight: normal; }
.input-group-addon {background: #ffffff;}
/* tables */
.table > thead > tr > th {
    border-bottom:4px solid #ffffff;
    margin-right: 10px;
    padding: 10px;
    vertical-align: bottom;
	background:#000000;
	color:#ffffff;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {background: #eeeeee;}
.table tbody {border:none;}
.table {font-size:100%;}
.prices {margin-top:30px;}
.prices_link a.btn {
   margin-top: 5px;
}
.prices_link {text-align:center;}
.merch-link {text-align: left;}
@media screen and (max-width: 768px) {.prices .table th:nth-of-type(2), .prices .table td:nth-of-type(2) {display:none;}}

/* ui header */
.header_links {margin-top:10px; position:relative;}
.header_links li {display:inline; margin-right: 20px; list-style:none;}
.header_links li:last-of-type {margin-right:0;}
.header_links li a {border-bottom:2px dotted #000000; font-size: 85%; padding:0 3px;}

.dropdown.user-switch {
    padding: 1px;
	margin-top: 10px;
	display:inline-block;
	margin-right:5px;
}

.dropdown.user-switch > a {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    padding: 3px;
}

.dropdown.user-switch .glyphicon, .dropdown.user-switch span {
	color:#000000;
}

.dropdown.user-switch a:hover {background:#000000;}
.dropdown.user-switch a:hover .glyphicon, .dropdown.user-switch a:hover, .dropdown.user-switch a:hover span {color: #ffffff;}

.dropdown.user-switch .dropdown-menu {
	background: none repeat scroll 0 0 #FFFFFF;
    float: none;
    left: inherit;
    min-width: inherit;
    right: 0;
    width: auto;
	border-color:#000000;
}
.dropdown.user-switch .dropdown-menu:before {
	  padding: 1px;
	display:block;
}

/* basket */
.cart-header {position:relative;}
.cart-header h4 {right:20px; position:absolute; top:5px;}
.cart-header .glyphicon {right:0; position:absolute; top:12px;}
.basket-contents {
    margin-top: 30px;
	position:relative;
	}

.basket h4 {font-size:12px;}
.basket {text-align:right}
.item-count {
    display: inline;
    margin-right: 10px;
}
#cart-content {display:none;}
.basket .popover {max-width: 275px; width:100%; right:0;}
.cart-product {float:left; width:100%; margin-bottom:3px; padding-bottom:3px;}
.cart-title {
    font-size: 14px;
    font-weight: bold;
}
.cart-total {
    border-top: 2px solid #000000;
    float: left;
    margin-top: 4px;
    padding-top: 4px;
    width: 100%;
	padding-bottom:8px;
}
.cart-subtotal, .cart-shipping, .cart-total-amount {float:left; width: 100%;}

.cart-total-amount {
    border-top: 1px dotted;
	padding-top:4px;
	margin-top: 4px;
}
.cart-links {margin-bottom: 10px;}
.cart-links a {float:right;}
a.checkout {margin-left:10px;}
.basket .caret {margin-right: 8px;}
.basket .popover.bottom .arrow:after {border-bottom-color:#000000;}
.basket .popover {
	border:1px solid rgba(0, 0, 0, 1);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

@media screen and (max-width: 768px) {
.basket-contents {
    margin-bottom: 10px;
    margin-top: 10px;
}
.cart-header .glyphicon {
    position: relative;

}
}

@media screen and (max-width: 320px) {
	.container {padding: 0 15px;}
}
.row {}
.slider_wrap .container {margin:0;padding:0;}
#popProds .review {margin-top:8px;}

/* search */
.grunge-form {
	padding: 1px;
	
}
.search .grunge-form {
    margin: 40px 0 0 60px;
}

@media screen and (max-width: 1024px) {
	.search .grunge-form {margin:20px 0 20px 0;}
}
form .form-group {background: #ffffff; margin:0;}

form input {
    float: left;
    width: 90%;
}
.sidebar-content form input {float:none; width:auto;}
form input.form-control {width:90%;}
#contactform input.form-control {width:100%;}

.form-control {
    border: medium none;
    border-radius: 4px;
	box-shadow: none;  
}
.form-control:focus {box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border:1px solid rgba(0,0,0,0.8);}

.search-btn {
    float: right;
    width: 10%;
	background: transparent;
	border: none;
	margin-top: 7px;
	border-left:1px solid #000000;
}
@media screen and (max-width:479px) {
form input.form-control {width:75%;}
.search-btn, form .btn {width:25%;}
}

/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
}

.b-item {
	
}

/* Navigation */
.navbar-default .navbar-nav > .dropdown > a .caret {margin-top: -4px;}

.navbar {
	border-radius:0;
	padding: 1px 0;
	border:none;
    letter-spacing: 2px;
    min-height:inherit;
	margin: 0;
	align: center;
}
.navbar a {
border:none;
}
.nav.navbar-nav > li > a {
color: #fff;
}

#navbar {background:none repeat scroll 0 0;}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.navbar-nav > li {margin-right:10px;}
.navbar-nav > li > a {padding:14px 15px; color:#fff;}


.nav.navbar-nav > li:hover { background: #fff; }
@media screen and (max-width:1024px) {.nav.navbar-nav > li:hover { background: transparent; } .dropdown-menu.pt-dd > li {width: 100%;} }
.nav.navbar-nav > li:hover > a {color: #000;}

.dropdown-menu {
	background:#ffffff;
	border-radius: 0;
	border: 1px solid #000000;
	max-height: 500px;
    overflow-y: auto;
    z-index: 99999;
    padding:20px;
}

@media screen and (max-width: 768px) {
	.navbar {background:transparent; padding:0;}
.navbar-toggle {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    z-index: 999;
	top: -20px;
}
#navbar {padding-top: 30px; overflow-y:scroll; text-align: left; border: none;}
.nav.navbar-nav > li:hover .dropdown-menu {background: #ffffff;}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {padding:5px 15px 5px 5px;}
.pt-dd { padding: 0;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { background: #E7E7E7;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {color: #ffffff;}

	.navbar-default .navbar-toggle {
    border-color: #000000;
	border-radius: 0;	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
	.navbar-default .navbar-toggle span {color:#000;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background:#000000;}
	.navbar-default .navbar-toggle:hover span, .navbar-default .navbar-toggle:focus span {color:#ffffff}
	ul.nav li.dropdown:hover > ul.dropdown-menu {display:none;}
	ul.nav li.dropdown.open ul.dropdown-menu {display:block;}
	.navbar {min-height: inherit;}
}
.dropdown-menu {left:inherit;}
.navbar-nav > li {position: static;}
#navbar {position:relative;
background-color: #114059;
}
.pt-dd {padding:20px; min-width:500px;}
.block > h4 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: left;
    padding: 5px 10px;
	margin-top: 0;
}
.block {float:left;}
.dropdown-menu > li > a {padding:2px 8px; white-space:inherit;}
.dropdown-menu.pt-dd > li {margin: 0 20px 20px 0; width:29%;}

.list-dd .dropdown-menu.pt-dd > li {margin: 0; width:100%;}
.list-dd .dropdown-menu.pt-dd {min-width:200px; padding:0;}
.list-dd .dropdown-menu.pt-dd li {padding:0px;}
.list-dd .dropdown-menu.pt-dd > li > a {padding:2px 8px;}

@media screen and (max-width:1024px) {.dropdown-menu.pt-dd > li {width:100%;}}
@media screen and (max-width: 319px) {
	.cart-header {position:static; padding-right: 15px;}
	.cart-header h4 {padding-right: 10px;}
	.navbar-toggle {position: static; float:none;}
}
.show-block-outer {
    color: #000000;
  font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-weight: bold;
    margin: 1em 0 3em;
    padding: 1px;
    position: relative;
	/*transform: scale(0.9, 0.9);*/
	transition:all 0.3s ease 0s;
	width:200px;
	margin-right:20px;
	z-index:1;
	position:absolute;
	right: -25px;
	top:-35px;
}

.show-block-outer:hover  {
	/*transform: scale(1,1);*/
}
.show-block-outer {z-index:1; }
.paper-effect {z-index: -1;}

.paper-effect {
	 transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	
}

.show-text {background:white; padding:15px; position:relative;}

.show-block-outer:after {
    border-color: #FFA500 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -15px;
    content: "";
    display: block;
    position: absolute;
    right: 15%;
    width: 0;
}

.paper-effect {
    background: none repeat scroll 0 0 #FFA500;
    content: "";
    height: 87%;
    left: -5px;
    position: absolute;
    top: 10px;
    width: 70%;
	transition: all 0.4s ease 0s;
	z-index:-1;
}

.show-text {
	z-index:2;
	box-shadow:-3px 2px 0px 0 rgba(0,0,0,0.5);
}
.circle-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
    height: 19px;
    margin: 0;
    padding: 0;
    width: 19px;
}
.circle-inner:after {
    background: none repeat scroll 0 0 #114059;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    margin-left: 3px;
    position: relative;
    text-align: center;
    top: 3px;
    width: 14px;
    z-index: 99;
}

.circle {
    border-radius: 50%;
    height: 20px;
    left: 54px;
    position: absolute;
    top: 20px;
    width: 20px;
	z-index: 9999;
}
.ff-container .circle {
	display:inline-block;
    margin: 0 35px 0 0;
    position: relative;
    top: 2px;
}
@media all and (max-width:768px) {
	.circle-inner:after {
    height: 11px;
    margin-left: 2px;
    top: 2px;
    width: 11px;
}
.circle-inner {
    height: 15px;
    margin: 0;
    width: 15px;
}
.circle {width:15px; height: 15px;}
.ff-container .circle {top:3px}
.ff-container label {margin-top: 18px;}
}
.ff-container .circle:nth-of-type(2) {
    left: -19px;
}
.menu a {border:none;}

/* Header media */
@media screen and (max-width: 768px) {
	.tagLine p {
    margin-bottom: 0;
}
.tagLine p.pull-left {float:none !important;}
.pull-right.header_links {
    float: none !important;
	clear: both;
	margin: 20px 0;
}
.pull-right.header_links > ul {
	padding:0;
}
.col-md-6.search.col-xs-12 {
    padding-left: 15px;
}

.navbar-toggle {margin-top: 0;}
.row.promos .col-md-4 {
    float: none;
    width: 100%;
}

.ff-container label {font-size: 110%;}
.menu {display:none;}
}

@media screen and (max-width:480px) {
	.circle, .divider, .ff-container .circle, .ff-container .divider {display:none;}
	.ff-container label {padding: 0;}
}
/* promos */
.row.promos .col-md-4:first-of-type {padding-left:0;}
.row.promos .col-md-4:last-of-type {padding-right:0;}
.promo-wrap:hover img { -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); }
.row.promos {
   /* background: url("http://subtlepatterns.com/patterns/debut_dark.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.promos {

    padding: 35px 20px;
}
.promos a.btn, .promos .btn {background:transparent!important;}
.promos img {width:100%;}
@media screen and (max-width:768px) {.promos img {width:auto;}
.promo-wrap {
    display: block;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 70%;
}
}
.promo-wrap {position:relative; text-align:center;}
.promo-text-wrap {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    height: 145px;
    padding-top: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
	opacity:0;
}
.promo-wrap:hover .promo-text-wrap {opacity:1;}
.p-tl, .p-tr {top:0; left:0px; bottom:0; margin:auto;}

.promo-text-wrap, .promos img {
    transition: all 0.5s ease 0s;
 
}
.promo-text-wrap:hover  {opacity:1; background:black; color:#fff}
.promo-text-wrap:hover .btn-primary {border-color:orange;}
.promo-text-wrap:hover .btn-primary span {color:orange;}

.promo-wrap .btn-primary:hover {
    background: #323232;

	
}
.promo-text-wrap .btn-primary:hover span {color:white;}

@media screen and (max-width: 1024px) {
.row.promos .col-md-4 {
    float: left;
    width: 33%;
}
}
@media screen and (max-width: 768px) {
.row.promos .col-md-4 {
    float: none;
    width: 100%;
}
}
/* Filters */
.filter-block {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: normal;
    margin-right: 40px;
    margin-top: 20px;
}
.filters .circle {
    float: right;
    left: 0;
    position: relative;
    top: 6px;
}

.filter-title {
    float: left;
    margin-right: 40px;
}
/* Fancy heading */
.fh-wrapper {position:relative; text-align:center;}
.fh-label {position:relative; display:inline-block;}
.fh-wrapper h3 {background: #ffffff;
   display:inline-block;
   position:relative;
   font-size: 22px;
   font-weight: normal;
    display: inline-block;
    padding: 0 40px;
    z-index: 99;
	margin: 4px 0 0 0;
	
}
.fh-circle { left:0; top: 5px;}
.fh-circle:nth-of-type(2) {right:0; left:inherit;}

/* Homepage Filters */
.ff-container {text-align:center; margin-bottom:30px; position:relative; margin-top:10px;}
.ff-container label{
	background: #ffffff;
   display:inline-block;
   position:relative;
   font-size: 22px;
   font-weight: normal;
   cursor: pointer;
    display: inline-block;
    padding: 0 40px;
    z-index: 99;
	margin-top: 0;
}
@media screen and (max-width: 768px) {
.ff-container label {
    font-size: 110%;
}
}

.ff-container label:before {
    background: none repeat scroll 0 0 #FFA500;
    content: "";
    display: block;
    height: 2px;
    opacity: 0;
    position: relative;
    top: 44px;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.ff-container label:hover:before {
	opacity: 1;
	top:34px;
}
.ff-container label.ff-label-type-all{
    border-radius: 3px 0px 0px 3px;
}
.ff-container label.ff-label-type-3{
    border-radius: 0px 3px 3px 0px;
}
/* pressed state */
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all:before,
.ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1:before,
.ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2:before,
.ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3:before{
	opacity: 1;
	top:34px;
}

.ff-container input{
    display: none;
}
.ff-items{
    position: relative;
    margin: 0px auto;
}
.ff-items > div{
   
    float: left;
   
}
.ff-container .item-title a, .ff-container .ico a, .product-wrapper .item-title a, .product-wrapper .ico a {border:none;}


/* Brand Slider */
.owl-carousel .owl-item {
    display: inline-block;
    text-align: center;
}

#brands {
    padding: 20px 0;
    margin-bottom: -75px;
    overflow: hidden;}

#brands .item {margin:0; height:100px;}
#brands .item a {border:none;}
#brands .item img{
max-height:100%
}

/* products */
#gallery {text-align:center; cursor:pointer;} /*{background:url(../images/icon.png) right top scroll no-repeat;}*/
@media screen and (max-width:969px) {
    #gallery {
        display: block;
        float: none;
        text-align: left;
        width: auto;
    }
}
@media screen and (max-width:768px) { #gallery { text-align: center;} }
.sort {
    border-bottom: 2px solid;
    margin-bottom: 8px;
	position:relative;
}
.sort a {border:none; color:#000;}
.sort strong {}
.sort h3 {
	font-size: 14px;
	line-height: 1.75;
}
.sort .layout {
    bottom: 20px;
    position: absolute;
    right: 0;
    top: -1px;
}
@media all and (max-width: 768px) {
	.sort .layout {
    top: 0;
	position:relative;
}
	.sort {border-bottom:none;}
}

.special-product {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.special-product:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.special-product .image {
    float: left;
    height: 150px;
	padding-right: 15px;
}
@media screen and (max-width: 320px) {
	.special-product .image {float:none;}
}
.image {position: relative;}
.image img {max-height: 100%;}
.special-product .item-title {font-size:100%; margin-top: 0;}
.item {margin: 30px 0; position:relative;}
.item h3 {
    font-size: 120%;
}
.product-wrapper .item {width:31%; float:left; text-align:center;}

@media screen and (max-width: 1024px) {
#index .product-wrapper .item {width:calc(100%/3);}
}

@media screen and (max-width: 768px) {
#index .product-wrapper .item, .product-wrapper .item {width:100%;}
#index .product-wrapper .item:nth-of-type(3n+4) {clear:none;}
#index .product-wrapper .item:nth-of-type(2n+3) {clear:both;}
}

@media screen and (max-width: 480px) {
#index .product-wrapper .item {width:100%;}
#index .product-wrapper .item:nth-of-type(2n+3) {clear:none;}
}

.product-wrapper.list .item {width:100%; text-align:left; height: 150px;}
.product-wrapper.list .imgWrapper {}
.imgWrapper img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	max-height: 100%;
}
/*.product-wrapper.list .review, .product-wrapper.list .item-title, .product-wrapper.list .price, .product-wrapper.list .btn, .product-wrapper.list .imgWrapper {position: absolute;}*/
.item-title {margin-top:10px;}
.item-title a {color: #000;}
.product-wrapper.list .buttons .ico {

	text-align:center;
}
.product-wrapper.list .imgWrapper {
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}
.product-wrapper.list .review {
    float: left;
    padding-left: 160px;
    position: static;
}

.product-wrapper.list .item-title {
    max-width: 100%;
    overflow: hidden;
    padding-left: 170px;
    padding-right: 0;
    position: static;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {.product-wrapper.list .item-title {white-space:pre-wrap;} }

.product-wrapper.list .price {
	position: absolute;
    right: 0;
    top: 58px;
}
.product-wrapper.list .btn {
    position: absolute;
    right: 0;
    top: 75px;
}
.product-wrapper.list .modal-footer .btn {position:static;}
.product-wrapper .description {display:none;}
.product-wrapper.list .description {
    display: block;
    float: left;
    padding-left: 170px;
    padding-right: 150px;
    position: relative;
}
.product-wrapper.list .description p {margin: 10px 0;}
@media all and (max-width:768px) {.product-wrapper.list .description {display:none;}}
.cross-products .price.compare-price {padding: 11px 0 0;}
@media screen and (max-width: 480px) {
	.cross-products .price.compare-price {line-height:1;}
}
.buttons { bottom: 50px;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    z-index: 9;
	opacity: 0;
	transition:all 0.3s ease 0s;
}
.product-wrapper.list .buttons {
    bottom: 0;
    top: 0;
}
.buttons .ico {
    padding:1px;
    position: absolute;
    width: 40px;
	height:40px;
    left:0;
    right:0;
    margin:auto;
}
.buttons .ico:nth-of-type(1) {
    left: -140px;
}
.buttons .ico:nth-of-type(3) {
    left: 140px;
}
.buttons .ico > a {background:#ffffff; display:block;  height:100%; width:100%; cursor:pointer; color:#000000;}
.buttons .ico .glyphicon {top:12px;}
.buttons .ico:hover .glyphicon {color: orange;}
.buttons .ico:hover {background-color: orange;}
.item:hover .buttons {opacity:1;}
@media all and (max-width: 768px) {.item:hover .buttons, .review-manual, .imgHover {opacity:0; display:none;}}
@media screen and (max-width: 768px) {.product-wrapper.list .item-title{ padding-left:0; position:relative; z-index:9999; } .product-wrapper.list .imgWrapper {top:50px;} }
.review .glyphicon {display:inline-block}
.product-content {margin:30px 0;}

.product-content .price, .cross-products .price {
    background: none repeat scroll 0 0 #000000;
    border-radius: 50px;
    box-shadow: 0 0 0 3px #FFFFFF, 0 0 0 4px #000000;
    color: #FFFFFF;
    float: right;
    font-family: 'Open Sans', 'arial';
    font-size: 17px;
    font-weight: bold;
    height: 80px;
    left: 1px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 28px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 55;
}
.product-content .price {float:none; margin:0;}

@media screen and (max-width: 767px) {.product-content .price {margin:auto;}}
.product-content .review {
    clear: right;
    float: right;
    position: relative;
    right: -5px;
}
.prod-review > p {margin-bottom: 0;}
.product-content .save > span {margin:10px;}
.save .btn {
    margin: 0;
}

.description.summary { margin-top: 10px;}

.options {float:left; width:50%;}
.option_wrapper {margin: 20px 0;}

.merchant {width: 100px;}

.tbVoucher {background:#000000; color:#ffffff; padding:2px 4px; font-size:12px;}

.inf-wrap {

    position: absolute;
    top: 20px;
    width: 100%;
}
.related-products {margin: 20px 0}
.cross-products {text-align: center}
.cross-products .cp-title a {border:none;}
.cross-products img {
    max-height: 115px;
	text-align: center;
}
.cross-products .cp-wrap {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 33%;
}

.cp-wrap .review {
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0;
}
.cp-wrap .review a {border:none;}
.cp-inner {margin-right:20px; border: 1px solid rgba(0, 0, 0, 0.2); position: relative; padding:20px 0;}
.cross-products .cp-wrap:last-of-type {margin:0;}
.cross-products .cp-wrap:hover > .cp-inner {
	border: 1px solid rgba(0,0,0,0.8);
}
.cross-products .price {
    background: none repeat scroll 0 0 #000000;
    bottom: -15px;
    color: #FFFFFF;
    float: none;
    font-size: 13px;
    height: 60px;
    left: inherit;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 19px;
    position: absolute;
    right: -15px;
    width: 60px;
}
.cross-products .btn, .cross-products .cp-title {
    margin: auto;
    opacity: 0;
    position: relative;
    right: 0;
    text-align: center;}
.cross-products .btn, .cross-products .cp-title, .cp-wrap img {transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s;}
.cross-products .btn {background: #ffffff;}
.cross-products .btn:hover {background: #ffffff;}
.cross-products .cp-title {background: none repeat scroll 0 0 #FFFFFF;
    padding: 4px;
    width: 90%;
	margin-bottom: 20px;
	}
.cross-products .cp-wrap:hover .btn, .cross-products .cp-wrap:hover .cp-title {opacity:1;}
.cross-products .cp-wrap:hover img {opacity: 0.5;}

@media screen and (max-width: 768px) {
.cross-products .cp-wrap {width:100%;}
.cross-products .btn {top: 40px;}
.special-product .image {margin-right: 0; float:none; height: inherit; padding-bottom: 15px;}
.inf-wrap {
    margin-left: 0;
    position: absolute;
    top: 20px;
	width: auto;
}
}

/* Product Tabs */
.tab-content {

    padding: 10px 20px;
}
.nav.nav-tabs {
    margin-top: 20px;
}
.nav-tabs > li > a {border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; -ms-border-radius:0; -o-border-radius:0;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border-color: #000000 #000000 rgba(0, 0, 0, 0); border-width: 2px;  border-bottom-color: rgba(0, 0, 0, 0) !important;}
.nav-tabs > li > a:hover {color: #000000;}
.nav-tabs {border-bottom: 2px solid #000000;}
.nav-tabs > li {margin-bottom: -3px;}
.nav-tabs > li > a {padding: 10px 22px; top: 2px; font-size: 16px; margin-right:3px; background: #000000; color: #ffffff;}
.nav-tabs li.active > a {padding: 13px 22px; top: -1px;}

@media screen and (max-width: 480px) {.nav-tabs > li > a, .nav-tabs > li {width:100%;}}
/* Reviews */
.prod-review img {
    margin-top: -3px;
}
#reviews {margin: 30px 0 20px 0;}
form .form-control:focus {box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; -o-box-shadow:none; -ms-box-shadow:none; }
form.review-form {background:none;}
.review-form .btn input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
	width:100%;
}
.review-form .btn:hover {color: orange;}
.review-form .btn {margin-top: 10px; float:none; width:auto; padding:10px}


.review-form .form-control {width:100%; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; border:1px solid rgba(0, 0, 0, 0.19);}
.review-form .form-control:focus {border: 1px solid rgba(0, 0, 0, 1); box-shadow: none;}
.review_wrapper {position:relative; margin-top:20px; margin-bottom:30px;}
.review_wrapper:first-of-type {margin-top: 0;}
.review_block { 
   height: auto; 
   background: #eee;
   position: relative;
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
   border-radius: 10px;
   padding: 20px;
}
.review_block:before {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #eee;
    border-top: 13px solid transparent;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50px;
    margin: 13px 0 0 -25px;
    position: absolute;
    width: 0;
}
.review_info {
    border-top: 1px solid #DDDDDD;
    bottom: -8px;
    padding-top: 10px;
    position: relative;
}

.review_info .stars {
    float: left;
    margin-right: 20px;
}
.review_block .author {font-family: 'Open Sans', 'arial'; line-height: 1.55;}


.heart-seperator {
	height:6px;
	width:100%;
	background:#000000;
	text-align:center;
	margin: 30px 0;
}
.heart-seperator .glyphicon {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    font-size: 2em;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    top: -14px;
    width: auto;
    z-index: 999;
	color: #000000;
}
.content_wrap:hover ~ .container .heart-seperator .pulse2 {
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	-ms-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
}

@keyframes pulse2 {
 0% {
    -webkit-transform: scale(1.1);
   	-moz-transform: scale(1.1);
   	-o-transform: scale(1.1);
   	-ms-transform: scale(1.1);
   	transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
   	-moz-transform: scale(0.8);
   	-o-transform: scale(0.8);
   	-ms-transform: scale(0.8);
   	transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}

@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes pulse2 {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}


/* Sidebar */
.sidebar {
	font-family: 'Open Sans', 'arial';
	background-color:#fff;
}
.sidebar .title a, .sidebar .category-list a {border:none;}
.sidebar-header:first-of-type, .sidebar-header > h3:first-of-type {margin-top: 0;} 

.sidebar-header {
	margin-top: 40px;
    margin-bottom: 20px;
}
.sidebar-header h3 {
	font-family: 'Open Sans', 'arial';
    letter-spacing: 2px;
   	font-size: 18px;
}
.search-tag {margin: 4px; border:1px solid #000000; background: #ffffff; display:inline-block;}
.search-tag:hover {border-color:#000000; background: #000000;}
.search-tag:hover a {color:#ffffff;}
.search-tag a {color:#000000; padding: 4px 6px; display:block; border:none;}

.search-tag.small {font-size:80%;}
.search-tag.med {font-size:100%;}
.search-tag.large {font-size:130%;}
.search-tag.hidden {display:none;}

form .form-control.minPrice {float:left; width:49%;}
form .form-control.maxPrice {float:right; width:49%;}
.btn.btn-submit {margin-top: 15px;}
.btn-submit input {background:transparent; border:none; }
.btn-submit:hover input {color:orange;}
.btn.btn-primary.btn-submit > span {width:100%;}
.category-list {list-style:none; padding:0;}
.category-list li {
	color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2.2px;
    margin: 4px 0;
	padding: 3px 0;
}
.category-list li a {color: #000000; display:block;}

.menu-toggle {position:relative;}
.menu-toggle:before {
    content: "[+]";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
	
}

.menu-toggle:after {
	content: "[-]";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
	opacity: 0;
}

.menu-toggle.active:after {
	opacity:1;
}
.menu-toggle.active:before {
	opacity:0;
}
	
.nav-inner {display:none;}

.price-slider {margin-bottom: 10px;}

/* Data Count */
.prdCount .circle {
    display: inline-block;
    left: inherit;
    margin: 0 10px;
    position: relative;
    right: 0;
    top: 6px;
	
}
.prdCount > span {
    background: none repeat scroll 0 0 #114059;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 10px;
    padding: 5px;
    transform: skew(-11deg, 0deg);
	-moz-transform: skew(-11deg, 0deg);
	-webkit-transform: skew(-11deg, 0deg);
	-ms-transform: skew(-11deg, 0deg);
	-o-transform: skew(-11deg, 0deg);
}
.prdCount {position:relative; text-transform: lowercase;}
.row.count {margin-top: 20px; margin-bottom:20px;}

/* Product Sort */
.cat-filters {
    border-bottom: 2px solid #114059;
    padding-bottom: 10px;
	position:relative;
	font-family: 'Open Sans', 'arial';
}
.cat-filters > div {display:inline-block; margin-right: 20px;}
.form-control {border-radius:0; border:1px solid rgba(0, 0, 0, 0.25);}
.grunge-form .form-control {    
border-style: solid;
border-width: 1px;
}
.grunge-form .form-control:focus {box-shadow:none;}
.layout a {
    font-size: 18px;
	color: #000000;
}
.adv-filter-toggle {position:relative; color: #000000;
    text-transform: uppercase; display:block; top:8px;}
.layout {position:relative; top: 5px;}
.layout a {margin-right: 10px; padding: 4px 4px 0 6px; border: 1px solid rgba(0, 0, 0, 0);}
.layout a.active {border-color:rgba(0, 0, 0, 1);}

.adv-filter {display:none; position:absolute; background: #ffffff; padding: 20px; width: 100%; top:30px; border:1px solid #000; z-index:99999}
.adv-filter-toggle .glyphicon {color: #000000; padding-right:20px; display:block;}
.adv-filter-toggle.active .glyphicon {transform: rotate(90deg); padding-top: 5px;}
.adv-filter-toggle span {float:left;}

.adv-filter-block {float:left; width:33.333%; }
.adv-block-wrap {margin-right: 20px; padding-right: 20px;}
.adv-filter-block h4 {font-family: 'Open Sans', 'arial'; margin:0 0 20px;}
.adv-filters label {padding-left:0; font-weight: normal;}
.adv-filters .bootstrap-checkbox > button.btn {padding-top:3px; padding-left:0; margin-left:0; width:18px; padding-right: 10px;}
.product-count {float:left; font-family: 'Open Sans', 'arial'; color: #cccccc; padding:4px 0 0 0;}



/* Pagination */
.pagination {margin: 20px 0; float:right; clear:both}
.pagination > li > a, .pagination > li > span {
	background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #000000;
    float: left;
    font-weight: bold;
    padding: 0 4px;
    position: relative;
    text-decoration: none;
	font-family: 'Open Sans', 'arial';
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color:transparent;
	text-decoration: underline;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background:#000000;
	border: none;
}
.pag-wrapper {
	border-top:2px solid #000000;
	padding: 4px 0;
	clear: both;
}

/* Lower Content */
.row.lower-content {margin: 10px 0; }
.lc-heading {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 99;
	margin-bottom:20px;
}
.lower-content .divider {
    top: 17px;
    width: 90%;
}
.lower-content .circle {
    left: inherit;
    right: -10px;
    top: 8px;
}
@media all and (max-width:768px) {
	.lower-content .circle {top:10px}
	.lc-heading {margin:30px 0 10px}
}
/* Footer */
.footer_wrap a {border:none;}
.footer_wrap .link-block {text-align:center;    text-transform: lowercase;}
.footer_wrap .link-block ul {margin:0; padding:0;}
.footer_wrap .link-block li {list-style:none;}
.link-block h4 {margin-bottom: 20px;}
.interaction form { margin-top: 28px; }
.container.interaction, .row.interaction {padding:0 0 30px 0; margin-top:40px;}

@media all and (max-width: 768px) {.footer_wrap h4 {margin:30px 0 10px;}}

/* images */

.imgWrapper {position:relative; display:block; height: 220px; margin-bottom: 10px;}
.img1, .img2 {position:absolute; max-height: 100%; width: auto; transition:all 0.3s ease 0s; left:0; right:0; margin: auto;}
.img1 {z-index:2;}
.img2 {z-index:1;}
.imgWrapper:hover .img1 {opacity:0;}


/* buttons */
a.btn, .btn {margin: 10px 0 0; color:#187a9d;}
.btn:active, .btn.active {box-shadow:none;}
.btn {border-radius: 0; -moz-border-radius:0; -webkit-border-radius: 0;}
a.btn-primary, a.btn-secondary, .btn-primary, .btn-secondary, .review-form .btn {
    padding: 8px 12px;
    background:transparent;
}
.btn-primary span, .btn-secondary span {
   /* box-shadow: 0 0 0 4px #000000 inset, 0 0 1px rgba(0, 0, 0, 0);*/
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: background;
}

.btn-primary:hover, .btn-secondary:hover, .item_add.btn:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color:orange;
    color:orange;
}
.btn-primary:hover span, .btn-secondary:hover span {color:orange;}
.btn-primary:focus, .btn-primary:active, .btn-secondary:focus, .btn-secondary:active {background:transparent; border-color:#000000; color:#000000;}

.btn-secondary span, .btn-primary span  {padding:0; width:100%;}

.btn-primary span a {
color: #000;}

.btn-grunge {
    float: left;
    
}

.btn-grunge span {
	background: transparent;
    color: #FF0000;
    float: left;
    padding: 10px 30px;
}
.btn-grunge-s span {
    padding: 5px 10px;
}
.btn-grunge-l span {
    padding: 10px 20px;
}


.headersocial {
line-height: 32px;
margin-top: 10px;
width:100%;
align:right;
}

.headersocial a {color:#000;}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

.social {font-size:44px;}
.social > a {
    background: none repeat scroll 0 0 #000000;
    border-radius: 50%;
    display: inline-block;
    line-height: 32px;
	letter-spacing: 0;
}
.social .symbol {
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    line-height: 38px;
    padding: 0;
}
.social > a:hover {background:orange;}
.social > a:hover .symbol {color:#ffffff;}

.tooltip {border-radius:0;}

/* Slider */
.slider_wrap .container {margin:0 auto;}
.fadeIn.camera_effected {visibility:hidden;}
#slider p {
    background: black;
    color: white;
    padding: 20px;
    float: left;
    clear: both;
	 opacity: 0.7;
}
#slider h1 {
    background: #fff;
    float: left;
    padding: 10px;
    margin-top: 60px;
    opacity: 0.7;
	font-size:5rem;
}
@media screen and (max-width: 768px) {#slider {margin-top:20px;} #slider h1 {font-size: 2rem; margin-top: 30px;} #slider p {font-size:0.9rem;}}

/* Quick view */
#cboxLoadedContent {overflow-y: scroll !important ; overflow-x:hidden !important; }
#cboxLoadedContent .col-md-9.main-content {
    width: 100%;
}

/* modals */
.modal {z-index:9999;}
.modal-body p a {border:none;}

.modal-header {
    background: none repeat scroll 0 0 #000;
    border-bottom: 2px dotted black;
    color: #fff;
}
.modal-footer {border-top: 2px dotted black; }
.modal-content {border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}
.modal-header .close {color:#ffffff;}

/* facebook */
.facebookOuter {display:block;}
.facebookInner {
     overflow:hidden;
  }
._4s7c {
    border: medium none;
}
/* Newsletter */
.grunge-form input {width:100%; border:none;}
.grunge-form input {padding:10px;}
.grunge-form {}
.email-inp {width:100%; clear:both; padding-top:10px;}
.nl-fname {float:left; width:48%;}
.nl-lname {float:right; width:50%;}

/* Contact */
.contact-form .form-group {margin-bottom:15px;}
.contact-form label {width:100%;}
#contact .alert {
    bottom: 0;
    display: block;
    height: 90px;
    left: 0;
    margin: auto;
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
	z-index:99999;
}

/* API tabs */
.api-tabs {clear:both; padding-top:25px;}

/* Share buttons */
.panel.share-panel {
	visibility:hidden;
	position:absolute;
	left:50px;
	top:0;
	margin:auto;
	z-index:9999;
	transition:all 1s ease 0.3s;
	border-color:#000000;
	border-radius:0;
}
.share-panel .share{position:relative;}
/*.buttons .ico.sharei > a.open + .share-panel {visibility: visible;}*/

.buttons .ico.sharei:hover .share-panel {visibility: visible;}

 .share-panel .share {
    display: block;
    float: left;
    margin: 0 0 10px;
}
 .share-panel .share:last-of-type {margin:0;} 

.share-panel .panel-body {
	 padding: 10px;
}
.main-content .prod-share {
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width:969px ) {
    .main-content .prod-share {
        position: static;}
}

a.share {width:50px; height:50px;}

.share.pn {	background:url("../images/pinterest.gif");}
.share.gp {	background:url("../images/gplus.gif");}
.share.tw {	background:url("../images/twitter.gif");}
.share.fb {	background:url("../images/facebook.gif");}

.footer-ad  {margin: 25px auto; text-align:center;}
.side-ad {margin:25px 0}

.prod-share {}
.prod-share a.share {
    background-size: 95% auto;
    border: medium none;
    display: inline-block;
}
.prod-share a.share {
    height: 35px;
    width: 36px;
}
/* Saved items */
.simpleCart_items {margin-bottom:15px;}
.save-wrap {max-width:1170px;}
@media screen and (min-width:768px) {
.save-wrap:hover .dropdown-menu {
    display: block;
}
}
.save {
    padding-top: 18px;
}
#saved-wrapper .simpleCart_quantity {
    background: none repeat scroll 0 0 yellow;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 20px;
    margin-left: 8px;
    text-align: center;
    width: 20px;
}

.saved.affix-top {
    opacity: 0;
	visibility:hidden;
}
.saved.affix {
    opacity: 1;
	visibility:visible;
}
#saved-wrapper .dropdown-menu {
    margin-top: 0;
    overflow: auto;
    padding: 30px;
    transition: all 2s ease 0s;
    width: 100%;
}
#saved-wrapper {
	width:100%;
	background:#ffffff;
	z-index:999999;
	top:0;
}
.saved-toggle {
    background: none repeat scroll 0 0 #000;
    color: #ffffff;
    display: table;
    right: 20px;
    margin: auto;
    padding: 9px 18px;
    right: 0;
    transition: all 0.1s ease 0s;
    width: auto;
    z-index: 999999;
	position:absolute;
	bottom:-32px;
	cursor:pointer;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
    width:120px;
}
#saved-wrapper .saved-toggle a {
	border: medium none;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
}
.saved-toggle {top:-5px; padding-top:11px}

#saved-wrapper:hover .saved-toggle {top:0;}
.save-wrap {position:relative;}
.save-wrap .glyphicon-eject {
     background: none repeat scroll 0 0 #000000;
    border-radius: 50%;
    bottom: -40px;
    display: block;
    height: 23px;
    left: 0;
    margin: auto;
    padding: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: rotate(180deg);
    width: 23px;
    transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	
	
}

.item_add {
	background: none repeat scroll 0 0 #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    color: #fff;
    display: table;
    font-size: 12px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 1px 6px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.item_add:hover {color:#ffffff;}

.item_add.btn {
    color:#000000;
}

#products .item_add, #cboxLoadedContent .item_add {
    display: inline-block;
    font-size: 14px;
    left: 0;
    opacity: 1;
    position: relative;
    right: inherit;
    top: 0;
    background:#000000;
    color:#ffffff;
}
.product-wrapper.list .item_add {
    left: 30px;
    right: inherit;
}
.item:hover .item_add {opacity:1;}
.item_add:active, .item_add:focus {color:#ffffff;}

.item_add > .glyphicon { 
	color: green;
    opacity: 0;
    position: absolute;
    right: -18px;
	top: 3px;
}
.item_add.added > .glyphicon {opacity:1;}

.item_pagelink {
    visibility: hidden;
	position:absolute;
}

.cartWrapper {
    font-size: 13px;
    left: -50px;
    position: absolute;
    top: -3px;
}

.cartWrapper > .simpleCart_quantity {
    background: none repeat scroll 0 0 yellow;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    text-align: center;
    width: 25px;
    padding-top: 3px;
}
.itemRow {
    display: inline-block;
    text-align: center;
    width: 33%;
	position:relative;
	margin-bottom:20px;
}
@media screen and (max-width:767px) {
    .itemRow {width: 50%}
}
@media screen and (max-width:479px) {
    .itemRow {width: 100%}
}
.item-name {margin-bottom:10px;}

.item-remove {
    color: #000;
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}

#saved-wrapper .item-remove > a, a.simpleCart_remove {text-decoration:none; color:#000000;border-bottom:none;}

.itemRow:hover .item-remove {opacity:1;}

#saved-wrapper {
    position: fixed;
}

#saved-wrapper .itemRow {
    border: 1px solid #000;
    float: left;
    height: 380px;
    margin-right: 20px;
    padding: 20px;
    text-align: center;
    width: 215px;
}
@media screen and (max-width:768px) {

#saved-wrapper .itemRow:nth-of-type(3n+4) {
	margin-right:0;
}
#saved-wrapper .itemRow, #saved .itemRow {
	width: 100%;
	margin-right:0;
}
.cartWrapper {position:relative; left:0; margin-bottom: 10px;}
}
@media screen and (max-width:480px) {
}


#saved-wrapper .dropdown-menu {
    margin-top: 0;
    overflow: auto;
    padding: 30px;
    transition: all 2s ease 0s;
    width: 100%;
}
#saved-wrapper h2 {margin:0 0 20px;}

.saved-toggle {opacity:0;visibility: hidden;}
.saved-toggle.active {opacity:1;visibility: visible;}

#savedItems .modal-dialog {width:800px;}
@media screen and (max-width:840px) {
    #savedItems .modal-dialog {max-width:100%;width:auto;}
}
#saved #saved-wrapper, #products .item_pagelink, #index .item_pagelink, #products .item_name {display:none; visibility:hidden;}

.splash .btn.btn-submit {
    font-size:20px;
    background:#000000;
    color: #ffffff;
}

.splash .form-control {
    font-weight: lighter;
    margin-bottom: 15px;
    padding: 10px;
    height: auto;
    width:100%;
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #eeeeee;
        color:#555!important;
    }

}

.CoverPop-content.splash-center {
	max-width:600px;
	width: 70%;
}

.CoverPop-content.splash-center form .btn {
	width:100%!important;
}

@media screen and (max-width:767px) {
	a.CoverPop-close {right: -20px;}
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.brandlogo{
max-width:150px;}

.brandlogo2{
max-width:150px;}

.fa-flag:hover {
    color: red;
}


.button{
    transition: background 100ms,border 100ms;
    font-weight: normal;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    border: 0px solid #000;
    border-radius: 0;
}


.button:hover {
color: #fff;
text-decoration: none; 
background: #323232;
}

.button a span {
text-decoration: none; 
}  
  
.item {
 border: 1px solid #DCDCDC;
     background-color: #fff;
margin: 10px;
height: 360px;
}
.product-wrapper .item {width:calc(93% / 3); float:left; text-align:center;}
background-color:#fff;

.button {
    background: #187a9d;
    color: #fff;
 }

.tab-content {
    padding: 5px 0px;
}