/*****************************! PocketGrid 1.1.0
*     Copyright 2013 Arnaud Leray
*     MIT License
*****************************/.block-group,.block,.block-group:after,.block:after,.block-group:before,.block:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.block-group{*zoom:1}
.block-group:before,.block-group:after{display:table;content:"";line-height:0}
.block-group:after{clear:both}
.block-group{list-style-type:none;padding:0;margin:0}
.block-group>.block-group{clear:none;float:left;margin:0 !important}
.block{float:left;width:100%}


body {
	background-color: #FFF;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
h2 {
	color: #ca0095;
	font-size: 110%;
	text-transform: uppercase;
}

.width {
	margin: 0 auto;
	width: 1070px;
}


/*****************************
*     HEADER
*****************************/
.header {
	background-color: #FFF;
	border-bottom: 2px solid #000;
	border-top: 6px solid #000;
	color: #000;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header h1 {
	display: inline-block;
	margin: 8px 0 0 0;
	padding: 0;
}
.header h1 a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 50px;
}
.header h1 a:hover {
	color: #333;
	text-decoration: underline;
}
.header .social_facebook {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: 390px;
}
.header .social_instagram {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: 150px;
}
.topborder {
	position: absolute;
	top: 76px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}



/*****************************
*     NAVIGATION
*****************************/
.header nav {
	background-color: #000;
	display: inline-block;
	font-size: 105%;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 7px;
}
.header nav li {
	display: inline-block;
	padding: 0 17px;
}
.header nav ul {
	margin: 9px 0 7px 0;
	padding: 0;
}
.header nav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}
.header nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*****************************
*     FOOTER
*****************************/
.footer {
	background-color: #000;
	color: #FFF;
	font-size: 9pt;
	margin-top: 35px;
	text-align: center;
	padding: 15px 0;
}


/*****************************
*     PAGE
*****************************/
.page {
	margin-top: 140px;
}
.container {
	/*padding: 20px 40px;*/
}
.container h1 {
	font-size: 150%;
	text-align: center;
}
.container h2 {
	color: #000;
	font-size: 140%;
	text-align: left;
}
.container h3 {
	font-size: 120%;
	text-align: left;
}

.container h2::first-letter {
	color: #ca0095;
	font-family: "Great Vibes";
	font-size: 200%;
	font-weight: normal;
	padding-right: 2px;
}

/*****************************
*     HOMEBOXES
*****************************/
.hometext {
	color: #333;
}
.homeboxes {
	line-height: 1.7;
	margin-top: 15px;
	color: #717171;
}
.homeboxes div {
	padding: 5px 20px;
}
.homeboxes .content {
	background-color: #e3e3e3;
	margin: 0;
	padding: 0;
	float: left;
	height: 320px;
	width: 49%;
	overflow: hidden;
}
.homeboxes .content div {
	margin: 0;
	padding: 0;
}
.homeboxes .right {
	/* background-color: #FFF; */
	border-bottom: 4px solid #000;
	float: right;
	height: 480px;
	width: 48.5%;
}
.homeboxes .right img {
	margin-right: 10px;
}
.homeboxes .right h2 {
	margin: 0 !important;
}
.homeboxes .bottom {
	/* background-color: #FFF; */
	border-bottom: 4px solid #000;
	float: left;
	margin-top: 20px;
	height: 140px;
	overflow: hidden;
	width: 49%;
}
.homeboxes a {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	padding: 3px 6px;
	text-decoration: none;
}
.homeboxes h2 {
	color: #000;
	font-weight: bold;
}
.homeboxes .content h2 {
	color: #ca0095;
	font-size: 130%;
}
.homeboxes .bottom h2 {
	color: #ca0095;
	font-size: 130%;
	margin-bottom: 5px;
}
.homeboxes .bottom img {
	margin-right: 15px;
}
.homeboxes .right h2::first-letter {
	color: #ca0095;
	font-family: "Great Vibes";
	font-size: 200%;
	font-weight: normal;
	padding-right: 2px;
}
.slick-slider {
	overflow: hidden;
}

/*
* ECOMMERCE SHOWCASE
*/
.filters {
	background-color: #FFF;
	color: #c6009b;
	font-weight: bold;
	float: left;
	margin: 0 10px 40px;
	text-transform: uppercase;
	padding: 20px 25px;
	margin-right: 20px;
	width: 200px;
	height: 100%;
}
.filters .title {
	font-size: 11pt;
}
.filters ul {
	list-style: none;
	display: inline-block;
	z-index: 500;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.filters li {
	color: #333;
	padding: 7px 0;
	width: 100%;
}
.filters li strong {
	font-size: 12px;
}
.filters li a {
	padding:8px 5px 5px 5px;
	font-size: 10px;
	height:23px;
	text-decoration:none;
	text-align:left;
	color:#555;
}
.filters ul ul {
	border-top: 1px solid #555;
	left:0;
	margin: 6px 0 0 -1px;
	padding:0;
	list-style:none;
}
.filters ul ul li {
	display:block;
	margin: 0;
}
.filters ul ul li:hover {
	background-color: #ededed;
}
.filters ul ul a {
	display:block;
	height:auto;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	color:#555;
}

.newcollectionBtn {
	display: inline-block;
	width: 50px;
	height: 36px;
	margin-left: 15px;
	margin-top: 9px;
	background: url('../img/newcollection_off.png') no-repeat;
}
.newcollectionBtn.off {
	background: url('../img/newcollection.png') no-repeat;
}
.salesBtn {
	display: inline-block;
	width: 50px;
	height: 36px;
	margin-top: 9px;
	position: absolute;
	background: url('../img/sales_off.png') no-repeat;
}
.salesBtn.off {
	background: url('../img/sales.png') no-repeat;
}

.products {
	overflow: hidden;
}
.product  {
	background: #FFF;
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 30px 0;
	font-size: 13px;
	padding: 20px;
	vertical-align: top;
	width: 200px;
}
.product .plus {
	background: url(../img/product.png) no-repeat top right;
	height: 45px;
	width: 45px;
	position: absolute;
	z-index: 2;
	float: right;
	margin: -13px 168px;
}
.product:hover .plus  {
	background: url(../img/product-hover.png) no-repeat top right;
}

.product:nth-child(3n) {
	/*margin-right: 0;*/
}
.product img {
	/*box-shadow: 2px 1px 3px rgba(0,0,0,0.1);*/
    border-radius: 4px;
    max-width: 196px;
    max-height: 220px;
}
.product .image {
    height: 220px;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
}
.product .link {
	display: none;
}
.product .name {
	color: #000;
	margin-top: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: bold;
}
.product .brand {
    font-size: 13px;
    color: #333;
}
.product .category {
	font-size: 9pt;
	color: #444;
}
.product .description {
    color: #888;
    line-height: 160%;
    margin: 2px 0;
    text-align: justify;
}


.product .price {
	display: inline;
	color: #333;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: line-through;
	text-transform: uppercase;
}
.product .discount {
	display: inline;
	color: #FFF;
	background-color: #000;
	border-radius: 10px;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase;
	padding: 5px;
}
.product .finalprice {
    display: inline;
    color: #333;
    text-transform: uppercase;
    font-size: 110%;
}

.newcollectiontext {
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    padding: 2px 8px;
    font-weight: bold;
    margin-left: 85px;
}
.product .newcollection {
	background: url('../img/newcollection.png') no-repeat;
	display: block;
	position: absolute;
	width: 50px;
	height: 36px;
	margin-top: -9px;
	margin-left: -15px;
}
.product .sales {
	background: url('../img/sales.png') no-repeat;
	display: block;
	position: absolute;
	width: 50px;
	height: 36px;
	margin-top: -9px;
	margin-left: -22px;
}

.relateds {
	margin-left: 100px;
}
.related {
	border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	width: 180px;
	margin: 0 15px;
	padding: 10px;
	vertical-align: top;
}
.related .brand {
	color: #222;
	margin-bottom: 5px;
}
.related img {
	width: 100%;
}

/*****************************
*   PRODUCT DETAILS
*****************************/
.display {
	background-color: #FFF;
	border-bottom: 4px solid #000;
	color: #727272;
	padding: 40px 20px;
	text-align: justify;
}
.display .left {
	display: inline-block;
	width: 550px;
}
.display .full {
	display: inline-block;
	width: 400px;
	/*height: 370px;*/
	vertical-align: middle;
	overflow: hidden;
}
.display .full img {
	width: 100%;
	height: 100%;
}
.display .thumbs {
	width: 130px;
	float: left;
}
.display .thumb {
	border: 3px solid #e5e5e5;
	display: block;
	margin: 0 5px 5px;
	float: left;
	padding: 5px;
	/*height: 60px;*/
	overflow: hidden;
	width: 68px;
}
.display .thumb img {
	width: 100%;
	height: 100%;
}
.display .right {
	display: inline-block;
	line-height: 1.7;
	margin-left: 50px;
	vertical-align: top;
	width: 410px;
}
.display h3 {
	color: #000;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22pt;
}
.display .price {
	display: inline;
	color: #000;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: line-through;
	text-transform: uppercase;
}

.display .discount {
	display: inline;
	color: #FFF;
	background-color: #000;
	border-radius: 10px;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase;
	padding: 5px;
}
.display .finalprice {
	display: inline;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
}


.display .newcollection {
	background: url('../img/newcollection.png') no-repeat;
	display: block;
	position: relative;
	width: 50px;
	height: 36px;
	margin-top: -9px;
	margin-left: -22px;
}
.display .sales {
	background: url('../img/sales.png') no-repeat;
	display: block;
	position: relative;
	width: 50px;
	height: 36px;
	margin-top: -9px;
	margin-left: -22px;
}

.display .reserve a {
	background-color: #c50098;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 20px;
	padding: 3px 53px;
	text-decoration: none;
	text-transform: uppercase;
}
.display .reserve a:hover {
	background-color: #b50088;
	color: #FFF;
}


/*****************************
*   BRANDS PAGE
*****************************/
.brandslist h2 {
	margin-left: 80px;
	width: 100%;
}
.brandslist h3 {
	font-size: 140%;
	text-align: left;
	margin-left: 28px;
	margin-bottom: 0;
}
.brandslist > div {
	clear: both;
}
.brandslist a {
	background: none !important;
	color: #444;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
.brandslist .nolink {
	color: #444;
	/* font-weight: bold; */
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 28px;
}
.brandslist ul:nth-child(1) {
	margin-top: -1em;
}
.brandslist li {
	list-style: none;
}
.brandslist .seemore {
	text-decoration: underline;
	cursor: pointer;
}

.brandslist .mini-shoes {
	width: 24px;
	height: 24px;
	background: url(../img/mini-shoes.png) no-repeat !important;
	margin-left: 8px;
	padding: 0;
}
.brandslist .mini-accessories {
	width: 18px;
	height: 18px;
	background: url(../img/mini-accessories.png) no-repeat !important;
	margin-left: 8px;
	padding: 0;
}

.popup {
    display: none;
    transition: all 0.3s ease;
    background: #eee;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    color: #444;
    min-width: 150px;
    min-height: 50px;
    max-width: 50vw;
    margin-left: 300px;
    margin-top: -0.8em;
    opacity: 0;
    padding: 10px 5px;
    position: absolute;
    text-align: center
}
.popup:after {
	right: 100%;
	top: 1.5em;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(100, 100, 100, 0);
	border-right-color: #888;
	border-width: 10px;
	margin-top: -10px;
}
.popup h4 {
	margin-top: 0;
}
.popup a, .popup span {
	padding: 0;
	text-decoration: none;
	text-transform: none;
}
.brandName:hover .popup {
    display: block;
}

/*****************************
*   PAGING
*****************************/
.paginator {
	font-size: 11px;
	width: 100%;
	display: inline-block;
}
.pagination {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pagination li {
	display: inline-block;
	list-style: none;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
}
.pagination li:first-child {
	margin: 0 4px;
}
.pagination .disabled a {
	background-color: transparent;
	color: #373737;
	cursor: default;
	font-weight: bold;
	padding: 5px 15px;
}
.pagination .disabled a:hover {
	background-color: transparent;
	color: #373737;
}

.pages a {
	background-color: #363636;
	color: #FFF;
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	min-width: 25px;
}
.pages a:hover, .pages .active a {
	background-color: #c50098;
}

.perpage {
	float: right;
}
.perpage a {
	color: #363636;
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	min-width: 15px;
}
.perpage a:hover, .perpage .active a {
	color: #c50098;
}

/*****************************
*   GALLERIES
*****************************/
.gallery {
	margin-right: 30px;
	display: inline-block;
	overflow: hidden;
	height: 350px;
	width: 580px;
}
.pgwSlider {
	margin-right: 30px;
	display: inline-block;
	width: 550px !important;
}

/*****************************
*   CUSTOM PAGES
*****************************/
article {
	/* background-color: #FFF; */
	color: #717171;
	border-bottom: 4px solid #000;
	display: inline-block;
	line-height: 1.7;
	padding: 20px;
	vertical-align: top;
	width: 100%;
}
article a {
	color: #454545;
	text-decoration: none;
	background: url(../img/link.jpg) no-repeat;
	font-weight: bold;
	position: relative;
	height: 20px;
	display: inline-block;
}
article a.icon {
	padding-left: 28px;
}
.page-4 {
	background-color: #FFF;
	border-bottom: 4px solid #000;
	display: inline-block;
	padding: 20px;
	height: 289px;
	vertical-align: top;
	width: 420px;
}

/*****************************
*   MISC
*****************************/
.clear {
	clear: both;
}

/*****************************
*   CONTACTS
*****************************/
.contacts {
	position: relative;
	margin: 20px 0 0 50px;
}
.contacts .left {
	display: inline-block;
	padding-top: 20px;
	height: 100%;
	width: 315px;
	vertical-align: top;
}
.contacts .right {
	display: inline-block;
	padding-top: 20px;
	height: 100%;
	width: 365px;
	vertical-align: top;
}
.contacts div {
	margin: 3px 0;
}
.contacts label {
	width: 70px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
}
.contacts input, .contacts textarea {
	border: 2px solid #dadada;
	border-radius: 5px;
	color: #444;
	display: block;
	font-size:11px;
	margin-bottom: 8px;
	padding: 5px 10px;
	width: 220px;
}
.contacts input[type="text"]:focus, 
.contacts input[type="email"]:focus, 
.contacts input[type="tel"]:focus, 
.contacts textarea:focus {
	box-shadow: 0 0 5px #eee;
	border-color: #ddd;
	background: #fafafa;
	outline: none;
}
.contacts .personaldata {
	bottom: 0;
	position: absolute;
	width: 350px;
	float: left;
}
.contacts input[type="checkbox"] {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 3px;
	float: left;
}
.contacts input[type="submit"] {
	background-color: #272727;
	border: 1px solid #444;
	border-radius: 0;
	color: #fafafa;
	font-family: 'Oswald';
	margin-top: 7px;
	text-transform:uppercase;
	width: 85px;
	display: inline-block;
	float: left;
}

.contacts textarea {
	width: 350px;
	height: 80px;
	padding: 5px;
}
.contacts .submit {
	margin-top: 20px;
	float:right;
}