
/*-- header --*/
,.new-collections-grid1-image-pos a,.new-collections-grid1 h4 a,.login a,.register-home a,.checkout-right-basket a,.bootstrap-tab-text-grid-right ul li a,.occasion-cart a,input[type="submit"],.categories ul li a,.new-products-grid-right-add-cart p a,.new-products-grid-right h4 a,.products-right-grid1-add-cart p a,.new-collections-grid1-left p a,input[type="submit"]{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
}

ul.social-icons li{
	display:inline-block;
	margin: 0px 4px;
}
ul.social-icons li a.facebook{
	background: url(../images/img-sp.png) no-repeat -2px -5px;
    display: block;
    width: 20px;
    height: 20px;
}
ul.social-icons li a.facebook:hover{
	background: url(../images/img-sp.png) no-repeat -2px -54px;
    display: block;
}
ul.social-icons li a.twitter{
	background:url(../images/img-sp.png) no-repeat -49px -13px;
    display: block;
    width: 20px;
    height: 20px;
}
ul.social-icons li a.twitter:hover{
	background:url(../images/img-sp.png) no-repeat -49px -54px;
    display: block;
}
ul.social-icons li a.g{
	background:url(../images/img-sp.png) no-repeat -94px -12px;
    display: block;
    width: 20px;
    height: 20px;
}
ul.social-icons li a.g:hover{
	background:url(../images/img-sp.png) no-repeat -94px -54px;
    display: block;
}
ul.social-icons li a.instagram{
	background:url(../images/img-sp.png) no-repeat -139px -12px;
    display: block;
    width: 20px;
    height: 20px;
}
ul.social-icons li a.instagram:hover{
	background:url(../images/img-sp.png) no-repeat -139px -52px;
    display: block;
}


/*-----------------*/
/*-- //banner-bottom --*/
/*-- new-collections --*/
.new-collections h3,h3.title,.single-related-products h3{
	text-align: center;
    color:#222;
    margin: 0;
    position: relative;
    font-size: 3em;
}


	
	

/* .new-collections h3:before,.new-collections h3:after,h3.title:before,h3.title:after,.mail h3:before,.mail h3:after,.single-related-products h3:before,.single-related-products h3:after,.login h3:before,.login h3:after,.register h3:before,.register h3:after{
	position: absolute;
    top: 50%;
    width: 15%;
    height: 1px;
    background: #D5D5D5;
    content: '';
} */
.new-collections h3:before,.single-related-products h3:before{
	left:17%;
}
h3.title:before{
	left:22%;
}
.new-collections h3:after,.single-related-products h3:after{
	right:17%;
}
h3.title::after{
	right:22%;
}
p.est{
	width: 60%;
    margin: .5em auto 0 !important;
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 500 !important;
}
.new-collections-grid{
	padding-left:0;
}
.new-collections-grids {
    margin: 3em 0 0;
}
.new-collections-grid1{
	padding: 1em;
	background: #fff;
}
.new-collections-grid1 img{
	margin:0 auto;
}
.new-collections-grid1 h4 a{
	font-size: .9em;
    color: #222;
    margin: 1em 0 .3em;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
.new-collections-grid1 h4 a:hover{
	color:#fff;
}
.new-collections-grid1 p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0 0 .5em;
}
.new-collections-grid1-left p a,.occasion-cart a{
	font-size: 16px;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: .8em 3em;
    border: 1px solid;
	background-color:#025c57;
}
.new-collections-grid1-left p i{
	color: #999;
	position:relative;
	font-style:normal;
	font-size: 14px;
}
.new-collections-grid1-left p span{
	margin:0 1em 0 .5em;
}
.new-collections-grid1-left p i:before,.products-right-grid1-add-cart p i:before{
	background: #999 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -26%;
    position: absolute;
    right: -20%;
    top: 54%;
    transform: rotate(-8deg) translate(0, -50%);
    -moz-transform: rotate(-8deg) translate(0, -50%);
    -webkit-transform: rotate(-8deg) translate(0, -50%);
}
.new-collections-grid1-left p {
	margin: 0 !important;
    text-transform: capitalize;
    color: #000;
    font-size:1.2em !important;
}
.new-collections {
    background: #F7F7F9;
}
.rating-left{
	float:left;
}
.new-collections-grid1-left p a:hover,.occasion-cart a:hover,.products-right-grid1-add-cart p a:hover,.new-products-grid-right-add-cart p a:hover{
	color: #d8d8d8;
    border: 1px solid black;
}
.new-collections-grid1-left {
    margin: 1.5em 0 .8em;
}
.new-collections-grid1-right {
    position:absolute;
	bottom: 29%;
    left: 30%;
	display:none;
	z-index:999;
}
.new-collections-grid1-right-rate {
    left: 44% !important;
}
.new-collections-grid1:hover .new-collections-grid1-right {
	display:block;
}
.rating-left img {
    margin: .3em 0.1em 0;
}
.new-collections-grid1:nth-child(2){
	margin:1em 0 0;
}
.new-collections-grid1{
    position: relative;
}
.new-collections-grid1:before {
    content: "";
    position: absolute;
    width: 0%;
    height:72%;
    left: 50%;
    top: 0;
    background:rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    z-index: 3;
}
.new-collections-grid1:hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height:72%;
}
.product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
    border: none;
    text-align: center;
}
.product-image{
    width: 100%;
}
.new-collections-grid1-image{
	position:relative;
}
.new-collections-grid1-image-pos{
	position:absolute;
	top: 50%;
    left: 26%;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	z-index:9999;
	display:none;
}
.new-collections-grid1-image-pos a{
	padding:10px 20px;
	color:#fff;
	background:#d8703f;
	text-decoration:none;
	font-size: 14px;
}
.new-collections-grid1:hover .new-collections-grid1-image-pos{
	display:block;
}
.new-collections-grid1-image-pos a:hover{
	background:#ffc229;
}
.new-collections-grid1-image-pos1 {
    left: 41% !important;
}
.new-collections-grid1-sub{
	float:left;
	width:48.5%;
}
.new-collections-grid1-sub:nth-child(2){
	margin-left:1em;
}
.new-collections-grid-sub-grids{
	margin:1em 0 0;
}

/*-- //new-collections --*/
/*-- collections-bottom --*/
.collections-bottom-grids{
	background:url(../imagens/banner-cesta.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:520px;
	padding:8em 2em 2em;
}
.collections-bottom-grid{
	border:4px double #212121;
    padding: 2em;
    width: 50%;
    margin-left: 4em;
}
.collections-bottom-grid h3{
	font-size: 3em;
    color: #fff;
    margin: 0;
    line-height: 1.3em;
	font-family: 'Cabin', sans-serif;
}
.collections-bottom-grid h3 span{
	display:block;
	color:#212121;
}


/*-- //collections-bottom --*/


@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.caption span {
		margin: 0 0 1.5em;
	}
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*-- //Typography --*/

/*-- //wmuslider --*/
/*-- single --*/
.single-right-left h3{
	text-transform:capitalize;
	font-size:2em;
	color:#212121;
	margin:0;
}
.single-right-left h4{
	color:#025c57;
	font-size:1.5em;
	margin:.0em 0 1em;
}
.description{
	margin:2em 0;
}
.description h5{
	color:#212121;
	font-size:1em;
	margin:0;
}
.description p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0.5em 0 0;
}
.color-quality-left{
	float:left;
}
.color-quality-left h5,.color-quality-right h5,.occasional h5{
	text-transform:uppercase;
	font-size:1em;
	color:#212121;
	margin:0 0 1em;
}
.color-quality-left ul li{
	display:inline-block;
	margin-right:.5em;
}
.color-quality-left ul li a{
	font-size:16px;
	color:#000;
	text-decoration:none;
}
.color-quality-left ul li a span{
	width: 15px;
    height: 15px;
    display: block;
    background: #ff0000;
    margin: 0 auto .5em;
}
.color-quality-left ul li a.brown span{
    background: #00008c;
}
.color-quality-left ul li a.purple span{
    background: #840084;
}
.color-quality-left ul li a.gray span{
    background: #ff00ff;
}
.color-quality-right{
	float:right;
}
.occasional{
	margin:2em 0;
}
label.radio {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    padding-left: 20px;
    margin: 0;
}
.radio i{
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    outline: none;
    background:#D8703F;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.radio input + i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff !important;
}
.colr {
    float: left;
    margin-right: 1em;
}
.social-left{
	float:left;
}
.social-right{
	float:left;
	margin-left:2em;
}
.social-left p{
	font-size:14px;
	color:#999;
	margin:0;
}
.social{
	margin: 2em 0 0;
    padding: 1em 0;
    border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
.bootstrap-tab {
    margin: 5em 0 0;
}
.bootstrap-tab-text p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
}
.bootstrap-tab-text h5,.add-review h4{
	text-transform:uppercase;
	font-size:1.2em;
	color:#212121;
	margin:2em 0;
}
.bootstrap-tab-text p span{
	display:block;
	margin:2em 0 0;
}
.bootstrap-tab ul li a {
    font-size: 1em;
    color: #999;
}

.bootstrap-tab-text-grid-left{
	float:left;
	width:20%;
}
.bootstrap-tab-text-grid-right{
	float:right;
	width:75%;
}
.bootstrap-tab-text-grid-right ul li{
	display:inline-block;
}
.bootstrap-tab-text-grid-right ul li:nth-child(2){
	float:right;
}
.bootstrap-tab-text-grid-right ul li a{
	font-size:1em;
	color:#D8703F;
	text-transform:uppercase;
	text-decoration:none;
}
.bootstrap-tab-text-grid-right ul li a:hover{
	color: #212121;
}
.bootstrap-tab-text-grid-right ul li a span{
	left:-1em;
}
.bootstrap-tab-text-grids{
	margin:3em 0 0 5em;
}
.bootstrap-tab-text-grid-right p{
	margin:2em 0 0;
	color:#999;
	font-size:14px;
	line-height:1.8em;
}
.bootstrap-tab-text-grid:nth-child(2){
	margin:3em 0 0;
}
.add-review form{
	margin:2em 0 0;
}
.add-review input[type="text"],.add-review input[type="email"],.add-review textarea{
	outline:none;
	padding:10px;
	background:#f5f5f5;
	border:1px solid #D2D2D2;
	width:48.6%;
	font-size:14px;
	color:#212121;
}
.add-review input[type="email"]{
	margin-left:1em;
}
.add-review textarea{
	width:100% !important;
	min-height:150px;
	margin-bottom:.8em;
}
.add-review input[type="text"]:nth-child(3){
	width:100%;
	margin:1em 0;
}
.add-review input[type="submit"]{
	outline:none;
	padding:10px 0;
	background:#ffc229;
	border:none;
	width:30%;
	font-size:1em;
	color:#fff;
}
.add-review input[type="submit"]:hover{
	background: #D8703F;
}
.single-related-products{
    background: #F7F7F9;
}

/*-- Ratings --*/
.rating1 {
    direction:ltr;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width:100px;
    overflow: hidden;
}

.starRating:not(old) > input{
  margin-right :-26%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../images/1.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(../images/2.png);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}
/*-- //Ratings --*/
/*-- //single --*/

/*-----start-responsive-design------*/
@media (max-width:1440px){
	.no-js {
		width: 45%;
	}
}
@media (max-width:1366px){

	.products-right-grid1:hover:before {
		height: 62% !important;
	}
}
@media (max-width:1280px){

}
@media (max-width:1080px){
	
	.new-collections, .checkout, .collections-bottom, .products, .typo, .single, .single-related-products {
		padding: 4em 0;
	}
	.grid figure {
		min-width: 310px;
	}
	.grid figure h3 i {
		font-size: .4em;
		letter-spacing: 4px;
	}
	figure.effect-julia h3 {
		padding: 0em 0 1em;
	}
	figure.effect-julia p {
		font-size: 57%;
	}
	.banner-bottom-grid-left1-pos1 {
		padding: .8em;
	}
	.banner-bottom-grid-right {
		width: 31.4%;
	}
	.grid-left-grid1-pos p {
		font-size: 1.5em;
	}
	.banner-bottom-grid-left1 {
		width: 32%;
	}
	.new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 2.6em;
	}
	.new-collections-grid1-left p a{
		margin: 1em 0 0;
		padding: 0em 1em;
		width: 65%;
		text-align: center;
		display:block;
	}
	.new-collections-grid1 p {
		font-size: 12px;
	}
	.new-collections-grid1:hover:before {
		height:61%;
	}
	.new-collections-grid1:before {
		height:65%;
	}
	.new-collections-grid1-left {
		margin: 0.5em 0 .8em;
	}
	.new-collections-grid1-sub {
		float: left;
		width: 48.2%;
	}
	.new-collections-grid1-image-pos a {
		padding: 7px 20px;
	}
	.new-collections-grid1-image-pos {
		top: 40%;
		left: 22%;
	}
	.new-collections-grid1-right {
		bottom: 37%;
		left: 28%;
	}
	.new-collections-grid1-image-pos1 {
		left: 37% !important;
	}
	.new-collections-grid1-right-rate {
		left: 39.5% !important;
	}

	.collections-bottom-grid h3 {
		font-size: 2.5em;
	}
	.collections-bottom-grids {
		min-height: 425px;
	}

	.filter-price h3 {
		padding: 0 !important;
	}
	.products-right-grids-position1 h4 {
		width: 63%;
	}
	.products-right-grids-position1 p {
		width: 100%;
	}
	.products-right-grids-position1 {
		top: 35%;
	}
	.products-right-grids-pos {
		left: 12% !important;
	}
	.products-right-grids-pos-right {
		left: 21% !important;
	}
	.products-right-grid1:hover:before {
		height: 56% !important;
	}
	.men-position-pos {
		top: 20%;
	}
	.single-right-left h3 {
		font-size: 1.8em;
	}
	.colr {
		margin-right: 0.4em;
	}
	.bootstrap-tab-text-grids {
		margin: 2em 0 0 0em;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 48.4%;
	}

}
@media (max-width:1024px){


}
@media (max-width:991px){
	

	
	.box_1 h3 {
		font-size: 9px;
	}


	.grid figure {
		min-width: 238px;
	}
	figure.effect-julia h3 {
		font-size: 1.6em;
	}
	.grid figure h3 i {
		letter-spacing: 2px;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	.grid figure p {
		letter-spacing: 0px;
	}

	.new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 2em;
	}
	.banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .mail, .single, .login, .single-related-products {
		padding: 3em 0;
	}
	.new-collections-grid,.products-right-grids-bottom-grid {
		width: 47%;
		margin: 0 auto;
	}
	.new-collections-grids {
		margin: 2em 0 0;
	}
	.new-collections-grid1:hover:before {
		height:69% !important;
	}
	.new-collections-grid1:before {
		height: 70% !important;
	}
	.new-collections-grid1-image-pos {
		left: 31% !important;
	}
	.new-collections-grid1-right {
		bottom: 43% !important;
		left: 34% !important;
	}
	.new-collections-grid1-image-width:before {
		height: 60% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 60% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 52% !important;
	}
	.new-collections-grid1-image-pos1 {
		left: 33% !important;
	}
	.new-collections-grid1-right-rate {
		left: 37.5% !important;
		bottom: 30% !important;
	}
	.new-collections-grid:nth-child(2) {
		margin: 1em auto;
	}
	.dropdown-menu.columns-3 {
		min-width: 585px;
	}
	ul.multi-column-dropdown h6 {
		font-size: 1.2em;
	}
	.new-collections-grid1-sub {
		float: none;
		width: 100%;
	}
	.new-collections-grid1-sub:nth-child(2) {
		margin: 1em 0 0;
	}
	.timer-grid-right {
		width: 60%;
		margin: 2em auto 0;
	}
	.collections-bottom-grid {
		width: 68%;
		margin-left: 2em;
	}
	.collections-bottom-grids {
		min-height: 280px;
		padding: 3.5em 2em 2em;
	}

	.products-left {
		width: 70%;
		margin: 0 auto 2em;
	}
	.products-right-grids-position1 p {
		width: 90%;
	}
	p.est {
		width: 85%;
	}
	.mail-grid-right {
		width: 50%;
		margin: 2em auto 0;
	}
	.value-minus, .value-plus {
		height: 25px;
		width: 25px;
		font-size: 10px;
		margin-right: 0;
	}
	.value {
		width: 25px;
		height: 25px;
		padding: 4px 0px;
		line-height: 15px;
		margin-right: 0;
	}
	.quantity-select .entry.value-plus:after {
		height: 6px;
		top: 60%;
		margin-top: -4px;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		width: 6px;
		margin-left: -3px;
	}

}
@media (max-width:800px){

	.single-right-left {
		float: left;
		width: 45%;
	}
	.single-right-left:nth-child(2){
		width:55%;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 48.68%;
	}
}
@media (max-width:768px){

	.men-position-pos {
		top: 41%;
	}
	.men-position-pos h4:after {
		width: 80%;
		right: -5%;
	}
	.no-js{
		width: 58%;
	}

}
@media (max-width:767px){

	ul.multi-column-dropdown h6 {
		border-bottom: 1px solid #C3C3C3;
	}
	ul.multi-column-dropdown {
		margin: 2em 0;
	}

	.box_1 h3 {
		font-size: 13px;
	}

}
@media (max-width: 736px){

}
@media (max-width:667px){

}
@media (max-width: 640px){

	.grid figure {
		min-width: 330px;
		margin: 0 auto;
	}
	.grid figure figcaption {
		padding: 2em;
	}


	.new-collections h3:before, .single-related-products h3:before {
		left: 13%;
	}
	.new-collections h3:after, .single-related-products h3:after{
		right: 13%;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 50%;
	}
	.new-collections-grid1-image-width:before {
		height: 55% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 48% !important;
	}
	.collections-bottom-grid {
		width: 84%;
	}
	.collections-bottom-grid h3 {
		font-size: 2em;
	}


	.new-collections-grid1 p {
		font-size: 14px;
	}
	.dropdown-menu.columns-3 {
		min-width: auto;
	}

	.new-collections-grid1:before {
		height: 66% !important;
	}
	.men-position-pos h4 {
		font-size: 1.7em;
	}
	.men-position-pos {
		top: 37%;
		left: 8%;
	}
	.products-right-grids-position1 p {
		width: 100%;
	}
	.products-right-grids-position1 {
		left: 5%;
	}

	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		margin-left: -4px;
	}
	.quantity-select .entry.value-plus:after {
		margin-top: -4px;
	}
	.checkout-left-basket {
		width: 55%;
	}

	.single-right-left {
		float: none;
		width: 60%;
	}
	.single-right-left:nth-child(2) {
		width: 100%;
		margin:2em 0 0;
	}
	.single-right-left h3 {
		font-size: 1.6em;
	}
	.single-right-left h4 {
		font-size: 1.3em;
	}
	.colr {
		margin-right: 2em;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 48.3%;
	}
	 .imagezoom-view {
		display: none;
	}
}
@media (max-width:600px){

}
@media (max-width:568px){

}
@media (max-width:480px){


	.new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 1.8em;
	}
	.new-collections h3:before, .new-collections h3:after, h3.title:before, h3.title:after, .mail h3:before, .mail h3:after, .single-related-products h3:before, .single-related-products h3:after, .login h3:before, .login h3:after, .register h3:before, .register h3:after {
		width: 20%;
	}
	.new-collections h3:before, .single-related-products h3:before {
		left: 2%;
	}
	.new-collections h3:after, .single-related-products h3:after {
		right: 2%;
	}
	.banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .mail, .single, .login, .single-related-products {
		padding: 2em 0;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 72%;
	}
	p.est {
		width: 100%;
	}
	.new-collections-grid1-image-width:before {
		height: 56% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 50% !important;
	}
	.timer-grid-left h3 a {
		font-size: 1em;
	}
	.timer-grid-right {
		width: 85%;
	}
	.collections-bottom-grid h3 {
		font-size: 1.6em;
	}
	.collections-bottom-grids {
		min-height: 217px;
		padding: 2.5em 2em 2em;
	}

	.categories h3, .filter-price h3, .new-products h3 {
		font-size: 1.2em;
		letter-spacing: 2px;
	}
	.products-left {
		width: 100%;
	}
	.categories {
		margin: 2em 0;
	}
	.men-position {
		margin: 2em 0 0;
	}
	.sorting-left {
		width: 40%;
	}
	.sorting {
		width: 50%;
	}
	.products-right-grids-position1 h4 {
		width: 75%;
		font-size: 1.2em;
	}
	.products-right-grids-position1 {
		top: 22%;
	}
	ul.paging {
		margin: 3em auto 0;
	}
	h3.title:before, .login h3:before {
		left: 8%;
	}
	h3.title::after, .login h3:after {
		right: 8%;
	}

	td.invert-image a img {
		width: 50%;
	}

	tr.rem1,tr.rem2,tr.rem3 {
		border: 1px solid #D7D7D7;
		padding-bottom: 2em;
		display: block;
		border-top:none;
	}

	.quantity-select .entry.value-plus:after {
		margin-top: -5px;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		margin-left: -3px;
	}
	.checkout-left-basket {
		width: 100%;
		float: none;
	}
	.checkout-right-basket {
		float: none;
		margin: 2em 0 0 0em;
		text-align: center;
	}
	.single-right-left {
		width: 90%;
	}
	.colr {
		margin-right: 1em;
	}
	.bootstrap-tab {
		margin: 3em 0 0;
	}
	.bootstrap-tab-text p span {
		margin: 1em 0 0;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		margin: 2em 0 1em;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 100%;
	}
	.add-review input[type="email"] {
		margin: 1em 0 0;
	}
	.add-review input[type="submit"] {
		width: 100%;
		font-size: 14px;
	}

	.bootstrap-tab-text-grid:nth-child(2) {
		margin: 2em 0 0;
	}

}
@media (max-width: 414px){


	.wmuSliderPagination a {
		width: 35px;
	}
	.wmuSliderPagination {
		left: 60%;
	}

	.new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 1.6em;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 80%;
	}
	.new-collections-grid1-image-width:before {
		height: 50% !important;
	}
	.new-collections-grid1-image-pos1 {
		left: 27% !important;
	}
	.new-collections-grid1-right-rate {
		left: 31.5% !important;
		bottom: 25% !important;
	}
	.collections-bottom-grids {
		background: url(../images/12.jpg) no-repeat -120px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}

	.collections-bottom-grid {
		margin-left: 0;
	}

	.bootstrap-tab ul li a {
		padding: 9px;
	}
	.bootstrap-tab-text-grid-right p {
		margin: 1em 0 0;
	}
	.sorting-left {
		width: 45%;
		margin-right: 1em;
	}
	.products-right-grids-position1 h4 {
		width: 90%;
	}
	.products-right-grids-position1 p {
		font-size: 12px;
	}
	.products-right {
		padding: 0;
	}

}
@media (max-width:384px){

}
@media (max-width: 375px){

	.banner-bottom-grid-right, .banner-bottom-grid-left1 {
		width: 100%;
	}
	.new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 1.5em;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 90%;
	}
	.new-collections-grid1-image-pos {
		left: 26% !important;
	}
	.new-collections-grid1-right {
		left: 31% !important;
	}
	.timer-grid-left,.products-left,.single-right,.single-right-left:nth-child(2),.mail-grid-left,.mail iframe{
		padding: 0;
	}
	.timer-grid-left h3 a {
		font-size: .9em;
	}
	.timer-grid-right {
		width: 100%;
		margin: 1em auto 0;
	}
	.collections-bottom-grid {
		padding: 1em;
	}
	.men-position-pos h4 {
		font-size: 1.8em;
	}
	.men-position-pos h4:after {
		right: 10%;
	}
	.single-right-left h3 {
		font-size: 1.5em;
	}
	.bootstrap-tab-text-grid-right ul li a {
		font-size: 14px;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		font-size: 1.1em;
	}


}
@media (max-width: 320px){



	.wmuSliderPagination {
		left: 50%;
	}

	ul.multi-column-dropdown h6 {
		font-size: 1.1em;
	}
	.dropdown-menu.columns-3 {
		padding: 0 0.5em;
	}
	.grid figure {
		min-width: 270px;
	}
	.grid figure figcaption {
		padding: 1.5em;
	}
	.banner-bottom-grid-left1-pos1 {
		padding: 1.3em;
	}
	.new-collections h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 1.3em;
	}
	.new-collections h3:before, .single-related-products h3:before {
		left: 0%;
	}
	.new-collections h3:after, .single-related-products h3:after {
		right: 0%;
	}
	p.est,.new-collections-grid1 p,.bootstrap-tab-text p,.description p,.color-quality-left ul li a,label.radio,.copy-right p,.categories ul li,.footer-grid-sub-grid-right p,.new-collections-grid1-left p a,.footer-grid ul li,.footer-grid p, .occasion-cart a,.timer-grid-left-price h4 {
		font-size: 13px;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		font-size: 1em;
		margin: 1.5em 0 0.7em;
	}
	.bootstrap-tab ul li a {
		font-size: 14px;
	}
	.color-quality-left,.color-quality-right {
		float: none;
	}
	.description {
		margin: 2em 0 1em;
	}
	.color-quality-right{
		margin:1em 0 0;
	}
	.men-position-pos h4 {
		font-size: 1.5em;
	}
	.men-position-pos h5 {
		font-size: 1.6em;
	}
	.categories ul.cate, .new-products-grids {
		padding: 1em 1em 2em;
	}
	.categories h3, .filter-price h3, .new-products h3 {
		font-size: 1.1em;
		letter-spacing: 1px;
	}

	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 100%;
	}
	.new-collections-grid {
		padding: 0;
	}
	.new-collections-grid1:hover:before {
		height: 66% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 48% !important;
	}
	.new-collections-grid1-image-width:before {
		height: 45% !important;
	}
	.timer-grid-right {
		margin: 2em auto 0;
	}
	.timer-grid-right-pos h4 {
		font-size: 14px;
	}
	.collections-bottom-grid h3 {
		font-size: 1.3em;
	}
	.collections-bottom-grids {
		background: url(../images/12.jpg) no-repeat -80px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 170px;
		padding: 1.5em 1em 0em;
	}
	.new-collections-grid1 h4 a{
		font-size: 14px;
	}

	.newsletter p,.new-products-grid-right h4 a,select#country, select#country1 {
		font-size: 13px;
	}
	.sorting {
		width: 49%;
	}
	.products-right-grids-position1 h4 {
		width: 93%;
		font-size: 1em;
	}
	.products-right-grids-position1 {
		top: 5%;
	}
	.products-right-grid1-add-cart p, .new-products-grid-right-add-cart p {
		font-size: 1em !important;
	}

	.single-right-left {
		width: 100%;
	}
	.single-right-left h4 {
		font-size: 1.1em;
	}
	.add-review input[type="text"],.checkout-left-basket ul li, .add-review input[type="email"],.mail-grid-left input[type="text"], .mail-grid-left input[type="email"], .mail-grid-left textarea, .add-review textarea,.mail-grid-right1 ul.phone-mail li {
		font-size: 13px;
	}
	.checkout-left-basket h4 {
		padding: .7em;
		font-size: 1em;
	}
	.mail-grid-left textarea {
		min-height: 135px;
	}
	ul.multi-column-dropdown {
		margin: 1em 0;
	}
	.new-products-grid-right {
		width: 61%;
	}
	ul.paging {
		margin: 2em auto 0;
	}


}