@import url("owl.carousel.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin-ext');
@import url("slicknav.css");
@import url("prestashop.css");
@import url("jquery.fancybox.css");
body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	color: #949291;
	overflow-x: hidden;
	position:relative;
}

* {
	box-sizing: border-box;
}

/*

.example {
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

*/

.wrapper {width: 1200px;margin: 0 auto; position: relative;}
.productslistwrapper {
	padding: 0 5px!important;
}
a img { border: none; }  
a { outline: none; text-decoration: none; color: inherit; }  
.clear, .clearfix { clear:both;}  
.left { float: left;}  
.right { float: right;}  
.bold { font-weight: bold; }  
.text-center { text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.slicknav_menu {display: none;}
.descsize {display: none;}
.fancyboxsecond {
	position: absolute;
	width:100%;
	max-height: auto;
	bottom: auto;
	right: auto;
	left: auto;
	top:0;
}

button, input {
	font-family: inherit;

}

button, input[type="submit"] {
	cursor: pointer;
}

.unvisible {
	display: none;
}

#header{
	width:100%;
}

#header .wrapper {
	padding: 0;
}

#header #top{
	width:100%;
color: #d71aa7;
	position:relative;
}
#header #top #logo{
	padding: 10px;
	float:left;
}

#header #top #navigation{
	float:right;
	font-size:15px;
	font-weight: 100;
	margin-right:162px;
	padding-top: 23px;
}

#header #top #navigation ul li:last-child{
	font-weight: 600;
}

#header #top .shopping_cart{
	padding: 59px 13px 33px 11px;	
	position: absolute;
	right: 0;
	top:0;
}

#header #top .shopping_cart a {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom: 0;
	display: block;
}

#header #top .shopping_cart:before{
	content:"";
	display:inline-block;
	width:20px;
	height:28px;
	background:url(../img/shop.png) no-repeat center;
	vertical-align: middle;
	margin-top: -5px;
	padding: 0 10px;
}


#header #top #navigation ul{
	display:inline-block;
	text-decoration: none;
	padding: 23px 0 0 0;
	margin:12px 0 0 0;
}

#header #top #navigation ul li{
	display:inline-block;
	text-decoration: none;
	margin-left: 7px;
	font-weight: 300;
}

#header #top #navigation ul li:last-child{
	color:#d71aa7;
}

body.sub #content .products .categories-list ul ul li:before{
	content:"";
	background:url(../img/arrow_li.png);
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
	background-size: 12px 12px;
	border:none;
}

body.sub #content .products .categories-list ul ul li{
	border:none;
}


#header #top #navigation li.sfHover a, #header #top #navigation a:hover {
	text-decoration: underline;
}

#header #menu{
	padding:0;
	background: #da18a6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#da18a6, #8551bc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#da18a6, #8551bc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#da18a6, #8551bc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#da18a6, #8551bc); /* Standard syntax */
    padding:5px 0;
}

#header #menu #nav{
	color:#fff;
	float:left;
	position: relative;
	z-index: 10;
	display:none;
}

#header #menu #nav h3 {
	display: none;
}

#top-contact{
	float:left;
	color: #000;
}


#top-contact li{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

}

#top-contact li:hover a{
	color:#da18a6;
}

#top-contact ul {
	padding:0;
	margin:0;
	text-decoration: none;
}

#top-contact ul li{
	text-decoration: none;
	display:inline-block;
	padding:10px;
}

#top-contact ul li:first-child:before{
	content:"";
	display:inline-block;
	margin-right:10px;
	background:url(../img/send.png)no-repeat;
	width:24px;
	height:24px;
	vertical-align: middle;
}

#top-contact ul li:last-child:before{
	content:"";
	display:inline-block;
	margin-right:10px;
	background:url(../img/phone.png)no-repeat;
	width:24px;
	height:24px;
	vertical-align: middle;
}

#nav > ul {
	display:inline-block;
	text-decoration: none;
	list-style: none;
	margin:0;
	padding:0;
}

#nav > ul > li{
	display:inline-block;
	text-decoration: none;
	height: 40px;
}

#nav > ul > li:hover {
	background: #f5f5f5;
	color: #d71aa7;
}

#nav > ul > li.selected > a {
	font-weight: bold;
    color: #d71aa7;
}

#nav > ul > li > a {
	display: block;
	padding: 9px 29px;
	text-transform: uppercase;
}

#nav ul ul {
	display: none;
	list-style: none;
	margin:0;
	width: 1200px;
	overflow-y: hidden;
	position: absolute;
	padding: 20px;
	top:70px;
	left:0;
	/*width: 100%;*/
	font-size: 0;
	background: #f5f5f5;
}

#nav ul ul ul {
	display: none!important;
}

#nav ul ul li {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-right: 1%;
	float: left;
	width: 24%;
	font-size: 14px;
	height: 36px;
}

#nav ul ul li.selected a {
	font-weight: bold;
    color: #d71aa7;
}

#nav ul ul li:hover a {
    color: #d71aa7;
}

#nav ul ul li a {
	display: table-row;
	line-height: 17px;
	padding: 0 10px;
	color: #2c2621;
}

#nav ul ul li a:before {
	display: table-cell;
	vertical-align: middle;
	content:"";
	width: 1px;
	height: 34px;
}

#nav ul ul li span {
	display: table-cell;
	vertical-align: middle;
}

#nav ul li:hover ul {
	display: block;
}

#header #menu #search{
    width: 310px;
    border: 1px solid #c2c2c2;
    padding: 7px 3px 7px 0;
    float: right;
    margin-right: 10px;
    position: relative;
}

#header #menu #search #loupe{
	position:absolute;
	width: 24px;
	height: 24px;
	background: none;
	cursor: pointer;
	border: none;
	text-indent:-9999px;
	background: url(../img/loupe.png) no-repeat;
	right: 6px;
	top: 7px;
}

.attribute_list .radiofake {
	text-decoration: none;
    display: inline-block;
    padding-top: 9px;
    margin-bottom: 4px;
    border: 1px solid #aaaaaa;
    width: 70px;
	height: 65px;
    text-align: center;
    vertical-align: middle;
    color: #aaaaaa;
	cursor: pointer;
}

.attribute_list .radiofake.active {
	border: 3px solid #9347b8;
	color: #9347b8;
}




#header #menu #loupe2{
	cursor:pointer;
	display:none;
}

#header #menu #search input{
	width:100%;
	border: none;
	padding: 0 30px 0 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	outline: none;
	background: none;
	color: #fff;
}

#header #slider {
	position:relative;
}

#header #slider .owl-nav{
	display:none;
}

#header #slider .owl-dots{
	position: absolute;
	bottom: 5px;
	width:100%;
	text-align:center;
}

#header #slider .owl-dot{
	display:inline-block;
	margin: 0 4px;
	vertical-align: middle;
}

#header #slider .owl-dot span{
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius:10px;
	display:block;
}

#header #slider .owl-dot.active{
	padding: 3px;
	border: 2px solid #000;
	border-radius: 10px;
}

#header #slider .owl-dot.active span{
	background-color:#000;
}

#categoriestabs {
	background: #da18a6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#da18a6, #8551bc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#da18a6, #8551bc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#da18a6, #8551bc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#da18a6, #8551bc); /* Standard syntax */
	text-transform: uppercase;	
}

#content #home-page-tabs{
	width:100%;
	
	list-style: none;
	padding:0;
	margin:0;
	color:#fff;
    text-align: center;
    min-height:56px;
    font-size:20px;
    font-weight:600;
    
}

#content #home-page-tabs li{
	float: left;
	width: 25%;
	vertical-align:middle;
	position:relative;
	font-weight: 300;
}

#content #home-page-tabs li.active a{
	font-size:25px;
	font-weight: 600;
}

#content #home-page-tabs li a {
	display: block;
	width: 100%;
	padding: 19px 0;
	line-height: 19px;
	position: relative;
}

#content #home-page-tabs li.prom a{
	padding: 20px 0;
}

#content #home-page-tabs li.prom a:after{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../img/sale.png)no-repeat;
	vertical-align: middle;
	background-size: 20px 20px;
	margin: 0px 10px;

}


#nadruk, .miniatura_thumb {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: none!important;
}

.cart_product a {
	position: relative;
	display: block;
}

.cart_product .nadrukimg {
	position: absolute;
	top:0;
	left:0;
}

.typedText {
	list-style: none;
	margin:0;
	padding:0;
	display: block;
	margin: 7px 0;
}

#content .products{
	padding-top: 30px;
}

#thumbs_list div {
	width: 50%;
    border: 1px solid #cac9c7;
    float: left;
    position: relative;
    overflow: hidden;
}

#thumbs_list span {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}

#thumbs_list div a {
	position: relative;
	display: block;
}

#thumbs_list div img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}

#content {
	font-size: 15px;
}

.product_list {
	padding:0;
	margin:0;
}

.pricecontainer {
	height: 45px;
	line-height: 19px;

	padding-right: 5px;
	padding-top:13px;
}
.more_product{

	background: #ccc;
	padding: 10px;
	color: #000;
}


.namecontainer {
	height: 62px;
	line-height: 16px;
	font-size: 16px;
	color: #000;
	padding: 5px;
}

#content .products .product{
	width: 25%;
	float:left;
	font-size:16px;
	font-weight:300;
	text-align: center;
	padding: 10px;
	position: relative;
}

#content .products .product img{
	width:100%;
}

#content .products .product .secondimage{
	position: absolute;
	top:0;
    left: 0;
    opacity: 0;
}

#content .products .product a strong{
	color:#d71aa7;
	display:block;
	font-weight: 500;
	padding:0;
}

.old-price.product-price {
	display: block;
	text-decoration: line-through;
	color: #ccc;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 2px;
}

#content .products .product .product_border {
	border: 1px solid #ccc;
}

.products .product a {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display: block;	
}

#content .products, #product-list {
	position: relative;
}

.changetype {
	max-width: 400px;
	margin-bottom: 30px!important;
}

#content .product_list:after, #product-list:after {
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	width: 2px;
	background: #fff;
	content:"";
	display: block;
}

#product-list:before, .product_list:before {
	position: absolute;
	right:0;
	left:0;
	bottom:0;
	z-index: 3;
	height: 1px;
	background: #fff;
	content:"";
	display: block;	
}

.new-label, .sale-label {
	position: absolute;
	top: 10px;
	padding: 5px 10px;
	color: #fff;
}

.new-label {
	background: #da18a6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#da18a6, #8551bc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#da18a6, #8551bc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#da18a6, #8551bc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#da18a6, #8551bc); /* Standard syntax */
	right:10px;
}

.sale-label {
	background: red;
	left:0;
}

.maskborder {
	margin-top: -1px;
	background: #fff;
	height: 1px;
	z-index: 2;
	position: relative;
}

#content #des{
	background-color:#f0f0f0;
	padding:30px 10px;
	text-align:center;
	margin-top:30px;
}

#content h2{
	color:#d71aa7;
	font-size:33px;
	margin: 0;
	font-weight: 500;
}

#content strong{
	padding:10px 0;
	font-weight: 600;
	color:#565250;
}

#content #look{
	width:100%;
	padding:30px 5px 70px 5px;
	text-align: center
}

#content #look h2{
	margin-bottom:20px;
}



#content #look .bobas{
	float:left;
	width:33.3%;
	padding: 3px;
}


#content #look .bobas img{
	max-width:100%;
	margin: 0 auto;
	display: block;
}

#center_column {
	font-weight: 300;
	margin-bottom: 30px;
}


#footer #boxs{
	background-color: #27292b;
	padding:30px 15px 30px 15px;
	color:#fff;
}

#footer #boxs .box{
	float: left;
	width: 24%;
	margin-bottom: 10px;
}

#footer #boxs .box h3,
#footer #boxs #box2 h3{
	color:#fff;
	font-size:20px;
}

#footer #boxs .box ul{
	margin:0;
	padding:0;
	text-decoration:none;
}

#footer #boxs .box ul li{
	text-decoration:none;
	display: block;
}

#footer #boxs .box ul.contact li:last-child {
	margin-top: 15px;
}

#footer #boxs .box ul li .social{
	display:inline-block;
	margin-left:1px;
}


#footer #boxs #box2{
	float:left;
	width:27%;
}

#footer #boxs #box2 #left{
	float: left;
	padding: 0 10px 0 0;
}

#footer #boxs #box2 #right{
	float: left;
	width:60%;
}

#footer #bottom{
	background-color: #000;
	width:100%;
	padding: 20px 10px;
}

#footer #bottom p{
	margin:0;
	padding:0;
}

#footer #bottom p strong{
	color:#fff;
	font-weight: 400;
}

#table a{
	display:block;
	overflow: hidden;
}

form#contactform2{
	position: relative;
}

form#contactform2 input{
	width:100%;
	border: none;
	padding: 6px 10px;
}

form#contactform2 button{
	position: absolute;
	top:0;
	right:0;
	background: #da18a6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#da18a6, #8551bc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#da18a6, #8551bc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#da18a6, #8551bc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#da18a6, #8551bc); /* Standard syntax */
    color:#fff;
    border: none;
	padding: 8.5px 19px;
}


form#contactform{
	position: relative;
}

form#contactform input{
	width:49%;
	border: none;
	padding: 6px 10px;
	float:left;
}

form#contactform button{
	background: #da18a6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#da18a6, #8551bc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#da18a6, #8551bc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#da18a6, #8551bc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#da18a6, #8551bc); /* Standard syntax */
    color:#fff;
    border: none;
	padding: 8.5px 19px;
}

/* podstrony CSS */

body.sub #content #text{
	width:100%;
	font-size:14px;
	padding: 0 10px;
}

body.sub  h1.page-heading{
	font-size:32px;
	color:#2c2621;
	text-align:left;
	margin:0;
	text-transform: uppercase;
	padding: 20px 0 10px 0;
}

h3.page-subheading, h1.page-subheading, h3.page-heading {
	color: #d71aa7;
	margin: 0 0 10px 0;
	font-weight: 500;
}



body.sub #content #belt{
    background: #d6d6d6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d6d6d6, #d1d1d1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d6d6d6, #d1d1d1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d6d6d6, #d1d1d1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d6d6d6, #d1d1d1); /* Standard syntax */
	padding: 15px 10px;
	color:#000;
	font-size: 14px;
	font-weight: 300;
}

body.sub #content #belt span{
	font-weight:400;
}

#box2 .social img{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	transform:rotate(0);
	overflow: hidden;
}

#box2 .social img:hover{
	transform:rotate(360deg);
}

/* Lista produktów*/

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

body.sub #content .products{
	padding-top:0;
}

body.sub #content .products .categories-list{
	float: left;
    font-size: 14px;
    font-weight: 300;
    width: 404px;
    margin-top: 89px;
    padding: 0 35px 0 10px;
}

body.sub #content .products h3{
	font-size:20px;
	color:#d71aa7;
	margin:0;
	padding:0;
}

body.sub #content .products .categories-list ul{
	text-decoration: none;
	display:block;
	margin:0;
	padding:0;
	color:#2c2621;
}

body.sub #content .products .categories-list ul ul {
	margin: 10px 0 0 0px;
}

body.sub #content .products .categories-list ul li{
	text-decoration: none;
	display:block;
	line-height: 17px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

body.sub #content .products .categories-list ul ul {
	display: none;
}

body.sub #content .products .categories-list > ul > li> a{
	font-size: 17px;
}


body.sub #content .products .categories-list > ul > li.selected > a{
	font-weight:700;
	color: #d71aa7;
}

body.sub #content .products .categories-list ul ul li.selected > a{
	text-decoration: underline;
}



body.sub #content .products .categories-list ul li.selected > ul {
	display: block;
}

body.sub #content .products #column_right{
	padding:0 0 0 20px;	
	color:#2c2621;
	overflow: hidden;
}

body.sub #content .products #column_right #selectPrduct{
	font-size:13px;
}

body.sub #content .products #count{
	background-color: #ebebeb;
	padding:10px 10px;
	float:left;
}

.content_sortPagiBar {
	font-size: 13px;
}

body.sub #content  .sort{
	float:right;
	position:relative;
	margin-left:10px;
	margin-right:5px;
	margin-bottom: 5px;
}

body.sub #content  .sort label {
	display: inline-block;
}

.sort div.selector {
	display: inline-block;
}

.sortPagiBar {
	clear: none;
}

table.tabsize{
border-collapse: collapse;
padding: 0;
	width:100%;
	color:#000;
}
table.tabsize tr td{	
	border:solid 1px #d6d6d6;
	padding: 0 10px;
}

table.tabsize tr:first-child,
table.tabsize tr.dam{
	background-color:#e8e8e8!important;
}

table.tabsizede tr td:first-child,
table.tabsize tr td:first-child{
	background-color:#e8e8e8
}

body.sub #content  .sort.a{

	margin-left: 13px;
}

body.sub #content .sort.a select{
	padding: 10px 18px 10px 2px;
}


body.sub #content  .sort.b{

}

body.sub #content .sort.b select{
	padding: 10px 30px 10px 10px;
}

body.sub #content .sort select{
	cursor:pointer;
	border:1px solid #b30b6d;
	font-family: 'Poppins', sans-serif;
	color:#aaaaaa;
	padding:10px 40px 10px 10px;
}

body.sub #content .products #column_right #selectPrduct .arrow{
	position:absolute;
	top: 10px;
	right: 15px;
}

body.sub .product_list{
	margin-top:20px;
}

body#search.sub #content .product_list .product {
	width: 20%;
}

body.sub #content .product_list .product{
	width:25%;
}

.rte {
	font-weight: 300;
}

.products #column_right #pages{
	text-align:left;
}

.pagination ul {
	list-style: none;
	margin:20px 0 0 0;
	padding:0;
}

 .pagination li {
	border:1px solid #c2c2c2;
	width:50px;
	line-height: 50px;
	height:50px;
	float:left;
	text-align:center;
	margin-left:10px;
	margin-top:10px;
	color:#c2c2c2;
}

 .pagination li a {
 	width: 50px;
 	height: 50px;
 	display: block;
 }

 .pagination li.active{
	border:1px solid #f47e00;
	color:#f47e00;
}


body.sub #content .products #responsivecat{
	margin-bottom: 10px;
}

/*p2_v2*/

body.sub #content #column_left_p{
	float:left;
	width:489px;
	padding-right: 20px;
}

body.sub #content #column_left_p #view_full_size img {
	max-width: 458px;
	display: block;
	margin: 0 auto;

}

.pb-left-column #image-block {
	padding:0!important;
}


body.sub #content #column_left_p,
body.sub #content #column_right_p{
	font-size:17px;
}

body.sub #content #column_left_p .photo{
	text-align:center;
	padding-right: 20px;
}

body.sub #content #column_left_p .photo .full_size{
	width:100%;
	padding:50px;
	border:1px solid #cac9c7;
}

body.sub #content #column_left_p .photo .small_size{
	width:100%;
	padding:10px 0;
}

body.sub #content #column_left_p .photo .small_size .small{
	width:50%;
	padding:50px;
	border:1px solid #cac9c7;
	float:left;
}


body.sub #content #column_left_p .photo .small_size .small2{
	width:50%;
	padding:50px;
	border:1px solid #cac9c7;
	float:right;
}

body.sub #content #column_left_p .photo .full_size img{
	width:100%;
}

body.sub #content #column_left_p h4,
body.sub #content #column_right_p h4{
	font-size:20px;
	color:#2c2621;
}

body.sub #content #column_left_p #avamodels{
	padding-right: 20px;
}

body.sub #content #column_left_p #avamodels h4:before{
	content:"";
	display:inline-block;
	margin-right:11px;
	width:39px;
	height:31px;
	background-image: url(../img/icon_t_shirt.png);
	vertical-align: middle;
}

body.sub #content #column_left_p #avamodels .model{
	width:25%;
	padding: 3px;
	float:left;
	border: 3px solid #fff;
}

body.sub #content #column_left_p #avamodels .model.selected {
	border: 3px solid #9347b8;
}

body.sub #content #column_left_p #avamodels .model img{
	width:100%;
	display: block;
}

body.sub #content #column_right_p{
	width: auto;
    overflow: hidden;
	color:#2c2621;
}

body.sub #content #column_right_p .product_attributes .type select{
	font-family: 'Poppins', sans-serif;
	padding:5px 20px 5px 5px;
	border:1px solid #c2c2c2;
	color:#7f756d;
	cursor: pointer;
}

body.sub #content #column_right_p .product_attributes .type select option.active{
	border:1px solid #f59342;
	color:#f59342;
}

body.sub #content #column_right_p .product_attributes .type .arrow{
	position:absolute;
	top:5px;
	right:10px;
}

body.sub #content #column_right_p .product_attributes .size{
	float:right;
}

body.sub #content #column_right_p .product_attributes .size ul{
	text-decoration:none;
	display:inline-block;
	margin:0;
	padding:0;
}

body.sub #content #column_right_p .product_attributes .size ul li{
	text-decoration:none;
	display:inline-block;
	padding-top: 9px;
	margin-bottom: 4px;
	border:1px solid #aaaaaa;
	width:43px;
	height:43px;
	text-align: center;
	vertical-align: middle;
	color:#aaaaaa;
}

.colorpicker li {
	width: 43px;
	height: 43px;
}

.colorpicker li.active {
	border: 3px solid #c2c2c2;
}

.colorpicker a {
	width: 43px;
	height: 43px;
	display: block;
}

body.sub #content #column_right_p .product_attributes .color ul{
	margin:0;
	padding:0;
}

body.sub #content #column_right_p .product_attributes .color ul li{
	display:inline-block;
	text-decoration: none;
	overflow: hidden;
}

body.sub #content #column_right_p .product_attributes .color img{
	width:100%;
}

#attributes .attribute_fieldset.type {
	position: relative;
	text-align: left; 
	width: 100%;
	float: left;
	padding:10px 0;
}

.product_attributes .color {
	position: relative;
	margin-top: 20px;
}

#attributes .colorfield {
	margin-top: 20px;
}

#attributes .attribute_label  {
	width: 40%;
}

#attributes .attribute_list, .comments .fields {
	display: block;
	overflow: hidden;
}

#attributes .attribute_label.color, .comments .attribute_label {
	width: 20%;
}

#attributes .attribute_label, .comments .attribute_label{
	max-width: 160px;
	text-align: right;
	float: left;
	padding-right: 10px;
	margin-top: 5px;
	display: inline-block;
}

#attributes .attribute_list ul div.radio span {
	display: none!important;
}

#attributes .attribute_list ul div.radio {
	height: 0;
	width: 0;
	overflow: hidden;
	display: block;
	font-size:0;
}

#attributes .attribute_list ul {
	margin:0;
	padding:0;
	list-style: none;
}


body.sub #content #column_right_p .product_attributes .color span{
	display: block;
	float: left;
	padding-right: 10px;
	text-align: right;
}

body.sub #content #column_right_p  .comments {
	margin-top: 15px;
}


body.sub #content #column_right_p .comments textarea{
	border: 1px solid #cdcdcd;
	padding: 10px;
	font:inherit;
	resize: none;
	width: 90%;

	resize: none;
}

#reduction_percent_display {
	color: #fff!important;
	font-size: 18px!important;
}

#old_price {
	display: block!important;
	color: #ccc!important;
	font-weight: 300!important;
}

span#old_price_display {
	
	color: #ccc!important;
	display: block!important;
	font-size: 22px;
}

body.sub #content #column_right_p .product_attributes .comments span{
	width: 9%;
	text-align: right;
}

body.sub #content #column_right_p .product_attributes .comments{
    margin-top: 10px;
}

body.sub #content #column_right_p .prodinfoprice{
	margin-top:20px;
	font-size:20px;
}

body.sub #content #column_right_p .prodinfoprice .price{
	color:#c2c2c2;
	font-size:20px;
	float:left;
	font-weight: 400;
	margin-top: 9px;
}

body.sub #content #column_right_p  #add_to_cart button, #add_to_cart2{
	float: right;
	background-color: #ccc;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	padding: 10px 20px;
}

body.sub #content #column_right_p  #add_to_cart:hover button{
	background-color: #9347b8;
	color:#fff;
	-webkit-transition: 100ms ease-out  ;
    -moz-transition: 100ms ease-out  ;
    -o-transition: 100ms ease-out  ;
    transition: 100ms ease-out  ;
}

.box-cart-bottom {
	float: right;
}

.box-cart-bottom p {
	margin:0;
}

body.sub #content #column_right_p  #add_to_cart button:before, #add_to_cart2:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/shop.png) no-repeat center;
	vertical-align: middle;
	margin-right:5px;
}


body.sub #content #column_right_p .prodinfoprice .price span{
	font-size:30px;
	color:#9347b8;
	font-weight: 600;

}


body.sub #content .proddes,
body.sub #content #column_right_p .prodsize{
	border:none;
	border-top:1px solid #c2c2c2;
	color: #c2c2c2;
	margin-top: 40px;
}

.prodsize h5 {
	font-size: 20px;
	font-weight: normal;
	color: #9347b8;
	margin: 7px 0;
}

body.sub #content #column_right_p .proddes h4:before{
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../img/des.png) no-repeat center;
	vertical-align: middle;
	margin-right:15px;
}

body.sub #content #column_right_p .prodsize h4:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/tab.png) no-repeat center;
	vertical-align: middle;
	margin-right:20px;
}

body.sub #content .prodrec{
	width: 100%;
	font-size: 16px;
	margin-top:20px;
	padding:10px;
}

body.sub #content .prodrec span {
	line-height: 15px;
    display: block;
    height: 36px;
}

body.sub #content .prodrec strong {
	display: block;
}

body.sub #content .prodrec h4{
	font-size:20px;
}

body.sub #content .prodrec h4:before{
	content: "";
	display: inline-block;
	width: 39px;
	height: 31px;
	background: url(../img/icon_t_shirt.png) no-repeat center;
	vertical-align: middle;
	margin-right:20px;	
}

body.sub #content .prodrec .product{
	width:12%;
	float:left;
	padding:8px;
	text-align: center;
	margin-left: 5px;
}

body.sub #content .prodrec h4{
	color:#2c2621;
	text-align;left;
}

body.sub #content .prodrec img {
	height: auto;
}

body.sub #content .prodrec .product img,
body.sub #content #column_left_p .photo .small_size .small img,
body.sub #content #column_left_p .photo .small_size .small2 img{
	width:100%;
}

.attribute_radio {
	visibility: hidden;
	position: fixed;
	left:-9999px;
}

#categorydescription {
	margin-top: 40px;
}

#mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left:0;
	right::0;
	z-index: 10;
	bottom:0;
	background: rgba(255,255,255,0.5);
	display: none;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left:-20px;

  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.table-bordered > tbody > tr.customization td {
	border-top: 0!important;
	position: relative;
	top:-1px;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#pagination_bottom{
padding-bottom: 63px;
}

#add_to_cart button.disabled {
	background: #c5c5c5!important;
	color: #afacac!important;
	cursor: auto!important;
}

ul.customizationUploaded {
	margin:0;
	padding:0;
	list-style: none;
}

.custom-list {
	display: block;
}

.rte .right{
	width:70%;
	padding:0 0 0 10px;
}

.rte .left{
	width:30%;
	padding:0 10px 0 0;
}

.homebox{
	background-color:#d6d6d6;
	padding: 10px;
}

.rte form input{
	width: 49%;
	float: left;
	padding: 10px 20px;
	border: none;
	background-color: #fff;
	color: #000;	
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.rte .col2 input:nth-child(2){
	margin-left:2%;
}

.rte textarea{
	width:100%;
	border:0;
	padding: 14px;
	font-family: 'Poppins', sans-serif;
}

.rte button.readmore{
	border: none;	
	margin-top: 10px;	
	font-size: 20px;	
	cursor: pointer;
	text-transform: uppercase;
	background: #e97901;
	padding: 3px 14px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.error{
	border:1px solid red!important;
}

.c3{
	margin-bottom: 10px;
}

#com_product{
	margin-top:10px;
}

#com_product a{
	background-color: #2c2621;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}

#com_product a:hover{
	color: #d71aa7;
}

#cart_navigation input.exclusive_large{
	border: none;
margin-top: 10px;
font-size: 20px;
cursor: pointer;
text-transform: uppercase;
background: #e97901;
padding: 3px 14px;
color: #fff;
font-family: 'Poppins', sans-serif;
}
.box .checkbox {
	font-weight:600;
}

#attributes .attribute_list .color_to_pick_list li a.color_pick img {
    display: block;
    height: 32px!important;
    width: 34px!important;
}


.ico_category{
	width:100%;
	max-width:230px;
	margin: 0 auto;
}

.ico_category img{
	width:100%;
}

.category_list{
	width: 15%;
	padding: 4px;
	display: inline-block;
}

.category_list .name_category{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #d71aa7;
}

h2.offer{
	text-align:center;
	padding:20px 0;
}

@media screen and (max-width: 1200px) {
	.wrapper {
		width: auto;
		padding: 0 10px;
	}
}


@media screen and (max-width: 1023px) {

	#header #menu {
		position: relative;
		padding: 0px;
	}

	#attributes .attribute_fieldset.type {
		width: 100%;
		margin-top: 15px;
	}

	.product_attributes .type, .product_attributes .size {
		width: 100%;
		margin-bottom: 20px;
	}

	#attributes .attribute_label.color, .comments .attribute_label {
		width: 40%;
	}

	body.sub #content .products #column_right {
		padding:0;
	}

	.more_product,
	.pricecontainer {
		float:none;
	}

	#header #menu #search {
		margin: 10px;
		float: none;
		width: auto;
		background: #fff;
	}

	#header #menu #nav {
		display:none;
	}

	#header #top #navigation ul {
		margin: 13px 0 0 0;
		padding:0;
	}

	.slicknav_menu {
		display:block;
	}

	.slicknav_menu .fast-order {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.slicknav_arrow {
	    display: inline-block;
	    vertical-align: middle;
	}

	.slicknav_menu ul {
		list-style: none;
		margin:0;
		padding:0;
	}

	.slicknav_menu ul li {
		padding: 3px 0;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}

	.slicknav_menu ul ul {
		margin: 5px 0 5px 20px;
	}

	.slicknav_menu ul ul li {
		border: none;
		font-size: 13px;
	}

	.slicknav_nav { 
		text-align: left;
		clear: both;
	}

	.slicknav_nav {
		text-align: left;
    	padding: 10px;
	}

	.slicknav_icon {
		width: 34px;
	}

	.slicknav_menutxt {
		float: left;
	}

	#content .slicknav_menutxt {
		font-size: 17px;
		font-weight: 700;
	}

	.slicknav_icon {
		display: inline-block;
		height: 30px;
	}

	.slicknav_icon-bar {
		height: 4px;
		width: 100%;
		background: #3c3b3b;
		display: block;
	}

	#header #top #navigation{
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
	}

	#header #top #logo{
		float: none;
		text-align: center;
	}


	#header #top .shopping_cart {
		bottom: -52px;
		left: 50px;
		background-color:inherit;
		right:auto;
		top:auto;
		padding: 9px 13px 11px 3px;
		left: 10px;
		z-index: 1;
	}

	#header #menu{
		background-color: #2c2621;
	}


	#header #menu #search{
		display:none;
	}

	#header #menu #loupe2{
		display:block;
		position:absolute;
	    right: 56px;
	    top: 15px;
	}

	#footer #boxs .box,
	#footer #boxs #box2{
		width:50%;
		min-height: 250px;
	}

	#footer #boxs{
		padding:30px 15px 0 15px;
	}


	body.sub #content .products .categories-list{
		display:none;
	}
	
	body.sub #content .prodrec .product {
    	width: 20%;

	}

	body.sub #content #column_left_p h4, body.sub #content #column_right_p h4 {
    	font-size: 16px;
	}
	

	.rte .right{
		width:100%;
		padding: 30px 0 0 0;
	}

	.rte .left{
		width:100%;
	}


}

@media screen and (max-width: 905px) {


	body.sub #content #column_left_p .photo .small_size .small,
	body.sub #content #column_left_p .photo .small_size .small2 {
    	padding: 26px;
	}

	body.sub #content #column_left_p h4, body.sub #content #column_right_p h4 {
    	font-size: 14px
    }

    .category_list {
    	width: 24%;
	}
}

@media screen and (max-width: 850px) {



	body.sub #content #column_right_p .product_attributes .type{
		float:none;
	}

	body.sub #content #column_right_p .product_attributes .size {
	    float: none;
	    margin-top: 10px;
	}


	body.sub #content #column_right_p  .price{
		float:none!important;
	}

	body.sub #content #column_right_p .box-cart-bottom{
		float:none!important;
		margin-top:10px;
	}

	body.sub #content #column_right_p  #add_to_cart button, #add_to_cart2 {
		float: none;
	}
}

@media screen and (max-width: 760px) {

	body.sub #content .products #column_right #selectPrduct #how_much{
		float: none;
	}

	body.sub #content .products #column_right #selectPrduct .sort{
		float:none;
		margin-top: 10px;
	}

	body.sub #content .products #column_right #product-list {
    	margin-top: 40px;
	}

	body.sub #content .products #column_right #selectPrduct #how_much{
		width:285px;
	}

	body.sub #content #column_right_p .product_attributes .comments textarea {
    	width: 80%;
	}

	body.sub #content h1.page-heading {
		font-size: 24px;
	}

	#attributes .attribute_label, .comments .attribute_label {
		width: 100%;
		float: none;
		max-width: none;
		display: 	block;
		text-align: left;
	}
}

@media screen and (max-width: 760px) { 
	.sortPagiBar {
		width: 100%;
		clear: both;
	}

	body.sub #content .products #count {
		float: right;
		margin-bottom: 5px;
	}

		#attributes .attribute_fieldset.type {
		width: 100%;
		margin-top: 15px;
	}
}

@media screen and (max-width: 650px) {
	#content #home-page-tabs li{
		width:50%;
	}

	#content .products .product{
		padding:2px;
	}

	body.sub #content #column_left_p,
	body.sub #content #column_right_p{
		width:100%;
		float:none;
		padding: 10px;
	}

	body.sub #content #column_left_p {
		max-width: 520px;
		margin: 0 auto;
	}

	#content #home-page-tabs li a {
		padding: 9px 0;
	}


	body.sub #content #column_left_p .photo .full_size {
    	padding: 25px;
	}

	body.sub #content .prodrec .product {
		width: 25%;
		margin:0;
	}
}

@media screen and (max-width: 600px) {
	#content .products .product {
	    width: 33.33%;
	    font-size: 14px;
	}

	.offer_home{
		display:none;
	}

	body.sub #content #title h1{
		font-size:26px;
	}

	body.sub #content #column_left_p .photo .small_size .small,
	body.sub #content #column_left_p .photo .small_size .small2 {
    	padding: 18px;
	}

}

@media screen and (max-width: 500px) {
	.slicknav_menu{
		top:199px;
	}

	#content #look .bobas{
		width:100%;
		margin-left:0;
	}

	#content .products .product {
	    width: 50%;
	    font-size: 14px;
	}

	body.sub #content .products #column_right #product-list .product{
		width:50%;
		padding: 10px 0;
	}

	body.sub #content .prodrec .product {
   		width: 25%;
   		margin-left: 0;
   	}
}


@media screen and (max-width: 480px) {
	.product_attributes span.label {
		display: block;
		width: 100%!important;
		float: none;
		text-align: left!important;
	}

	body.sub #content .product_list .product {
   		width: 33.3%!important;
	}
}

@media screen and (max-width: 450px) {
	#content #home-page-tabs li{
		width:100%;
	}

	#content #home-page-tabs {
    	
	}

	body.sub #content #column_left_p .photo .small_size .small, 
	body.sub #content #column_left_p .photo .small_size .small2{
    	padding: 4px;
	}

	body.sub #content #column_left_p h4,
	body.sub #content #column_right_p h4 {
    	font-size: 16px;
	}



	body.sub #content .prodrec h4{
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
	#header #top #logo img{
		width:100%;
		max-width: 258px;
	}

	#content #des{
		font-size:15px;
	}

	#footer #boxs .box, #footer #boxs #box2{
		width:100%;
	}

	body.sub #content .prodrec .product {
    	width: 33.3%;
	}
	
	body.sub #content .product_list .product {
   		width: 50%!important;
	}
}

@media screen and (max-width: 350px) {
    .namecontainer{
    	height: 77px;
    }
 }