/*
 * Innerpage styles
 */
.page-content-wrapper{
	min-height: 500px;
	float: left;
	width: 100%;
}
.page-content-wrapper .main-content{
	background-color: white;
	border-top: 2px solid #9e1b29;
	border-left: 1px solid #dedbdb;
	border-right: 1px solid #dedbdb;
	border-bottom: 1px solid #dedbdb;
	padding: 24px;
	margin-bottom: 24px;
	margin-top: 5px;
}
.page-content-wrapper .main-content h1{
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	color: #232323;
	margin-top: 0px;
	margin-bottom: 12px;
}
.page .vc_row a{
	color: #b22d3b;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.page .vc_row a:hover{
	color: #232323;
	text-decoration: none;
}
.page .vc_separator{
	padding-top: 4px!important;
	padding-bottom: 36px!important;
}
.map-wrapper{
	position: relative;
}
.map-text{
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: rgba(255,255,255,0.7);
}
/*
 * Breadcrumbs style
 */
.breadcrumbs{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	font-weight: lighter;
}
#breadcrumbs>span>span{
	float: right;
	width: 100%;
	text-align: right;
}
.breadcrumbs a{
	font-family: 'Ubuntu', sans-serif;
	color: #6c6c6c;
	font-weight: lighter;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.breadcrumbs a:hover{
	color: #b22d3b;
}
/*
 * Categories menu
 */
/* First level */
.page .product-categories>li:first-child>a{
	background-image: url('../images/expanded.png')!important;
	background-position-x: 95%;
	background-position-y: center;
}
.page .product-categories>li:first-child>ul{
	display: block!important;
}
.product-categories{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 17px;
}
/* First level */
.product-categories>li{
	float: left;
	width: 100%;
	line-height: 50px;
	background-color: #b22d3b;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.product-categories>.cat-parent>a{
	background-image: url('../images/collapsed.png');
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-position-x: 95%;
	background-position-y: center;
	background-size: 30px 30px;
}
.product-categories>.current-cat>a,
.product-categories>.current-cat-parent>a{
	background-image: url('../images/expanded.png');
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-position-x: 95%;
	background-position-y: center;
	background-size: 30px 30px;
}
.product-categories>li:hover{
	background-color: #c83343;
}
.product-categories>li>a{
	font-size: 21px;
	color: white;
	width: 100%;
	float: left;
	line-height: 50px;
	font-family: 'Ubuntu', sans-serif;
	padding-left: 16px;
	padding-right: 40px;
	text-decoration: none;
}
.product-categories>.current-cat>ul,
.product-categories>.current-cat-parent>ul{
	display: block;
}
/* Second level */
.product-categories>li>ul{
	float: left;
	width: 100%;
	padding-left: 0px;
	list-style: none;
	background-color: #eceded;
	display: none;
}
.home .product-categories>li:first-child>ul,
.page .product-categories>li:first-child>ul,
.blog .product-categories>li:first-child>ul,
.single .product-categories>li:first-child>ul{
	display: block;
}
.single-product .product-categories>li:first-child>ul{
	display: none;
}
.single-product .product-categories>.current-cat-parent>ul{
	display: block!important;
}
.product-categories>li>ul>li{
	float: left;
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
}
.product-categories>li>ul>li>a{
	background-image: url('../images/arrow-collapsed.png');
	background-repeat: no-repeat;
	background-position: right 9px center;
	background-position-x: 95%;
	background-position-y: center;
	background-size: 8px 15px;
}
.product-categories>li>ul>.current-cat>a,
.product-categories>li>ul>.current-cat-parent>a{
	background-image: url('../images/arrow-expanded.png');
	background-repeat: no-repeat;
	background-position: right 9px center;
	background-position-x: 95%;
	background-position-y: center;
	background-size: 15px 8px;
	color: #b22d3b;
}
.product-categories>li>ul>.current-cat-parent{
	background-color: white;
	border-left: 1px solid #eceded;
	border-right: 1px solid #eceded;
}
.product-categories>li>ul>li:hover>a{
	color: #b22d3b;
}
.product-categories>li>ul>li>a{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #514f4f;
	font-family: 'Ubuntu', sans-serif;
	font-weight: lighter;
	padding-left: 13px;
	padding-right: 15px;
	text-decoration: none;
	line-height: 36px;
	border-bottom: 1px solid white;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.product-categories>li>ul>li:last-child a{
	border-bottom: none;
}
.product-categories>li>ul>li>a:hover{
	color: #b22d3b;
}
/* Third level */
.product-categories>li>ul>li>ul{
	float: left;
	width: 100%;
	padding-left: 0px;
	list-style: none;
	background-color: #ffffff;
	display: none;
}
.product-categories>li>ul>li>ul>li>.children{
	border-bottom: 1px solid #c6c6c6;
}
.product-categories>li>ul>li>ul>li:last-child>.children{
	border-bottom: none;
}
.product-categories>li>ul>li>ul>li{
	float: left;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}
.product-categories>li>ul>li>ul>li>a{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #424242;
	font-family: 'Ubuntu', sans-serif;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	line-height: 30px;
	border-bottom: 1px solid #c6c6c6;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.product-categories>li>ul>li>ul>.current-cat>a,
.product-categories>li>ul>li>ul>.current-cat-parent>a{
	color: #b22d3b;
}
.product-categories>li>ul>li>ul>li:last-child a{
	border-bottom: none;
}
.product-categories>li>ul>li>ul>li:last-child.current-cat>a,
.product-categories>li>ul>li>ul>li:last-child.current-cat-parent>a{
	border-bottom: 1px solid #c6c6c6;
}
.product-categories>li>ul>li>ul>li>a:hover{
	color: #b22d3b;
}
.product-categories>li>ul>.current-cat>ul,
.product-categories>li>ul>.current-cat-parent>ul{
	display: block;
}
/* Fourth level */
.product-categories>li>ul>li>ul>li>ul{
	float: left;
	width: 100%;
	padding-left: 0px;
	list-style: none;
	background-color: #ffffff;
	display: none;
}
.product-categories>li>ul>li>ul>li>ul>li{
	float: left;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}
.product-categories>li>ul>li>ul>li>ul>li>a{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #424242;
	font-family: 'Ubuntu', sans-serif;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	line-height: 30px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.product-categories>li>ul>li>ul>li>ul>.current-cat>a{
	color: #b22d3b;
}
.product-categories>li>ul>li>ul>li>ul>li:last-child a{
	border-bottom: none;
}
.product-categories>li>ul>li>ul>li>ul>li>a:hover{
	color: #b22d3b;
}
.product-categories>li>ul>li>ul>.current-cat>ul,
.product-categories>li>ul>li>ul>.current-cat-parent>ul{
	display: block;
}
.wpb_text_column .wpb_wrapper{
	margin-bottom: 34px!important;
}
.vc_empty_space{
	display: none;
}
/*
 * Calatog products styles
 */
.products .product{
	background-color: white;
	border: 1px solid #dedbdb;
	padding: 5px;
	width: 302px!important;
	margin-left: 2px;
}
.products .product{
	position: relative!important;
}
.woocommerce-LoopProduct-link:hover{
	text-decoration: none;
	float: lelf;
	width: 100%;
	height: 200px;
}
.discount-percentage-tag{
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 9999;
	width: 45px;
	line-height: 33px;
	height: 33px;
	text-align: center;
	color: white;
	background-image: url('../images/discount-tag.png');
	background-repeat: no-repeat;
	background-size: 45px 33px;
	font-size: 18px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.products .wp-post-image-wrapper{
	width: 100%;
	height: 200px;
	position: relative;
}
.products .wp-post-image{
	padding: 20px;
	margin-bottom: 0px!important;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto!important;
	width: auto!important;
	margin-top: auto!important;
	margin-bottom: auto!important;
	margin-left: auto!important;
	margin-right: auto!important;
	float: none!important;
	clear: both!important;
	display: block!important;
	border: none!important;
	min-height: auto!important;
}
.products h3{
	text-align: center;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 13px!important;
	margin-bottom: 8px!important;
	color: #303030;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;
	height: 70px;
}
.products .price{
	text-align: center;
	display: inline-block;
	font-size: 18px!important;
	color: #212121!important;
	font-weight: normal!important;
	font-family: 'Ubuntu', sans-serif!important;
	margin-bottom: 25px!important;
	font-weight: normal!important;
	height: 26px;
	float: left;
	width: 100%;
}
.products .price del{
	display: inline-block!important;
	font-family: 'Ubuntu', sans-serif!important;
	font-weight: normal!important;
	font-size: 13px!important;
	color: #303030!important;
	opacity: 1!important;
}
.products .price ins{
	display: inline-block!important;
	font-size: 18px!important;
	font-family: 'Ubuntu', sans-serif!important;
	color: #bc1633!important;
	text-decoration: none;
	font-weight: normal!important;
	margin-right: 4px;
}
.products .add_to_cart_button{
	background: none!important;
	background-image: url('../images/cart-button-icon.png')!important;
	background-repeat: no-repeat!important;
	background-size: 20px 20px!important;
	background-position: left 9px center!important;
	background-position-x: 9px!important;
	background-position-y: center!important;
	padding-left: 39px!important;
	padding-bottom: 9px;
    padding-right: 15px;
    padding-top: 9px;
	color: #a7a6a6!important;
	font-size: 15px!important;
	font-family: 'Ubuntu', sans-serif!important;
	margin-top: 0px!important;
	float: left;
	-webkit-transition: background-color 0.3s ease,color 0.3s ease,background-image 0.3s ease;
	transition: background-color 0.3s ease,color 0.3s ease,background-image 0.3s ease;
}
.products .add_to_cart_button:hover{
	background-color: #9e1b29!important;
	color: white!important;
	border-radius: 0px!important;
	background-image: url('../images/cart-button-icon-hovered.png')!important;
	text-decoration: none;
}
.product-read-more-url{
	background-image: url('../images/product-more-icon.png')!important;
	background-repeat: no-repeat!important;
	background-size: 18px 13px!important;
	background-position: left 9px center!important;
	background-position-x: 9px!important;
	background-position-y: center!important;
	padding-left: 34px!important;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 15px;
	color: #a7a6a6!important;
	font-size: 15px!important;
	font-family: 'Ubuntu', sans-serif!important;
	float: right;
	margin-top: 0px!important;
	-webkit-transition: background-color 0.3s ease,color 0.3s ease,background-image 0.3s ease;
	transition: background-color 0.3s ease,color 0.3s ease,background-image 0.3s ease;
}
.product-read-more-url:hover{
	background-color: #9e1b29!important;
	color: white!important;
	border-radius: 0px!important;
	background-image: url('../images/product-more-icon-hovered.png')!important;
	text-decoration: none;
}
.woocommerce-pagination{
	position: relative;
}
.page-numbers{
	float: left;
	color: #232323!important;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: lighter;
	margin-right: 3px;
	width: 22px;
	line-height: 25px;
	height: 25px;
	text-decoration: none!important;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.page-numbers:hover{
	background: rgba(158,27,41,0.36);
}
.woocommerce-pagination .current{
	background: rgba(164,164,164,0.36);
}
.before-pagination{
	float: left;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: lighter;
	margin-right: 9px;
	color: #232323;
	line-height: 25px;
	margin-left: 19px;
}
.woocommerce-pagination .prev{
	position: absolute;
	right: 28px;
	height: 25px;
	background: rgba(164,164,164,0.36);
	background-image: url('../images/pagination-arrow-left.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px 15px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.woocommerce-pagination .next{
	position: absolute;
	right: 2px;
	height: 25px;
	background: rgba(164,164,164,0.36);
	background-image: url('../images/pagination-arrow-right.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px 15px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.woocommerce-pagination .prev:hover{
	background: rgba(158,27,41,0.36);
	background-position: center center;
	background-image: url('../images/pagination-arrow-left.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px 15px;
}
.woocommerce-pagination .next:hover{
	background: rgba(158,27,41,0.36);
	background-position: center center;
	background-image: url('../images/pagination-arrow-right.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px 15px;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.products .product{
	width: 452px!important;
	margin-left: 0px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 640px) {
.products .product{
	width: 286px!important;
	margin-right: 20px;
}
.products .product:nth-child(2n) {
    margin-right: 0!important;
}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.products .product{
	width: 355px!important;
	margin-right: 20px;
}

.vc_empty_space{
	display: block;
}
.wpb_text_column .wpb_wrapper{
	margin-bottom: 0px!important;
}
.page .vc_separator{
	padding-top: 36px!important;
}
.map-text{
	position: absolute;
	top: 25px;
	width: auto;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: rgba(255,255,255,0.7);
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.products .product{
	width: 284px!important;
	margin-right: 20px;
}
.products .product:nth-child(2n) {
    margin-right: 20px!important;
}
.products .product:nth-child(3n) {
    margin-right: 0!important;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.products .product{
	width: 263px!important;
	margin-right: 20px;
}
}