slides/*
 * 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: 36px!important;
	padding-bottom: 36px!important;
}
.map-wrapper{
	position: relative;
}
.map-text{
	position: absolute;
	top: 25px;
	padding-left: 22px;
	padding-right: 22px;
	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
 */
.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;
	margin-bottom: 2px;
}
.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;
}
.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-size: 15px 8px;
	background-position-x: 95%;
	background-position-y: center;
	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-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;
}
.product-categories>li>ul>li>ul>.cat-parent>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>li>ul>.current-cat.cat-parent>a,
.product-categories>li>ul>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;
}

/*
 * Catalog styles
 */
.woocommerce-message{
	display: none!important;
}
.woocommerce-info{
	float: left;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #232323;
}
.woocommerce-info::before {
    color: #b22d3b;
}
.woocommerce-info {
    border-top-color: #b22d3b;
}
.catalog-content-wrapper{
	min-height: 500px;
	float: left;
	width: 100%;
}
.term-description{
	float: left;
	width: 100%;
	background-color: white;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-left: 20px;
	padding-right: 20px;
	color: #232323;
	border: 1px solid #dedbdb;
	margin-bottom: 16px;
	line-height: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: lighter;
}
.term-description a{
	color: #b22d3b;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.term-description a:hover{
	color: #323232;
	text-decoration: none;
}
.term-description ul {
    padding:0;
    margin:0;
	list-style: none!important;
}
.term-description li { 
    padding-left: 1em; 
    text-indent: -.7em;
	line-height: 20px;
}
.term-description li:before {
	content: "\f111";
    font-family: FontAwesome;
    color: #b22d3b;
    margin-right: 4px;
	font-size: 6px!important;
	line-height: 20px;
}
.page-title{
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	color: #9e1b29;
	margin-top: 12px;
	margin-bottom: 22px;
	padding-left: 20px;
	align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
	line-height: 24px;
}
.page-title h1 {
    flex: 0 1 auto;
    font-size: 100%;
    line-height: 1em;
    margin: 0;
    word-wrap: break-word;
	padding-right: 14px;
}
.page-title .vc_sep_holder {
    flex: 1 1 auto;
    height: 1px;
    min-width: 10%;
    position: relative;
	margin-bottom: 2px;
}
.page-title .vc_sep_holder .vc_sep_line {
    border-top: 2px solid #9e1b29;
    display: block;
    height: 1px;
    position: relative;
    top: 1px;
    width: 100%;
}
/*
 * Products filter styles
 */
.products-per-page{
	float: left!important;
	margin-left: 0px!important;
	width: 100%;
}
.woocommerce-ordering{
	float: left!important;
	width: 100%;
}
.before-orderby{
	float: left;
	margin-left: 20px;
	margin-right: 8px;
	color: #232323;
	line-height: 33px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: lighter;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
	float: left!important;
}
.before-show-per-page{
	float: left;
	margin-left: 20px;
	margin-right: 8px;
	color: #232323;
	line-height: 33px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: lighter;
}
select.orderby,
select.wppp-select{
	line-height: 33px;
	height: 33px;
	border: 1px solid #b6b6b6;
	background: white;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	background-image: url('../images/select-dropdown-arrow.png');
	background-size: 15px 9px;
	background-position: right 4px center;
	background-position-x: 95%;
	background-position-y: center;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 24px;
	font-size: 13px;
	font-weight: lighter;
	color: #232323;
	font-family: 'Ubuntu', sans-serif;
	width: 100%!important;
}
select.orderby::-ms-expand,
select.wppp-select::-ms-expand{
    display: none;
}
/*
 * Calatog products styles
 */
.products{
	width: 100%;
	margin-bottom: 0px!important;
	list-style: none;
	padding-left: 0px;
}
.products li{
	width: 100%!important;
	margin-right: 0px!important;
	background-color: white;
	border: 1px solid #dedbdb;
	padding: 5px!important;
	float: left!important;
	clear: none!important;
}
.products li:nth-child(3n){
	margin-right: 0px!important;
}
.products .product{
	position: relative!important;
}
.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!important;
	font-size: 18px!important;
	font-weight: normal!important;
	font-family: 'Ubuntu', sans-serif;
	height: 82px;
}
.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;
	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;
	color: #a7a6a6!important;
	font-size: 15px!important;
	font-family: 'Ubuntu', sans-serif!important;
	margin-top: 0px!important;
	float: left!important;
	padding-top: 9px!important;
	padding-bottom: 9px!important;
	padding-right: 15px!important;
	font-weight: 700!important;
	line-height: 21px!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;
}
.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!important;
}
.product-read-more-url{
	background: none!important;
	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;
	color: #a7a6a6!important;
	font-size: 15px!important;
	font-family: 'Ubuntu', sans-serif!important;
	margin-top: 0px!important;
	float: right!important;
	padding-top: 9px!important;
	padding-bottom: 9px!important;
	padding-right: 15px!important;
	font-weight: 700!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!important;
}
.woocommerce-pagination{
	position: relative;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.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;
	text-align: center!important;
}
.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;
}

/*
 * Product page styles
 */
.single .product{
	float: left;
	width: 100%;
}
/* Products navigation */
.products-navigation{
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-top: 2px solid #9e1b29;
	border-bottom: 2px solid #9e1b29;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
}
.prev-product{
	float: left;
	width: 50%;
	text-align: left;
	background-image: url('../images/pagination-arrow-left.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px 15px;
	line-height: 46px;
}
.next-product{
	float: left;
	width: 50%;
	text-align: right;
	background-image: url('../images/pagination-arrow-right.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9px 15px;
	line-height: 46px;
}
.prev-product a,
.next-product a{
	font-size: 13px;
	font-weight: lighter;
	font-family: 'Ubuntu', sans-serif;
	color: #b22d3b;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.prev-product a:hover,
.next-product a:hover{
	color: #323232;
	text-decoration: none;
}
.product-page-counter{
	float: left;
	width: 20%;
	text-align: center;
	color: #323232;
	font-size: 13px;
	font-weight: lighter;
	font-family: 'Ubuntu', sans-serif;
	display: none;
}
/* Product description */
#tab-description{
	float: left;
	width: 100%;
}
.singletab{
	display: block!important;
}
.tabs{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-bottom: -1px; 
	float: left;
	width: 100%;
	z-index: 9999;
	position: relative;
}
.tabs li{
	float: left;
	background: #e3e3e3;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
}
.tabs .active{
	background: white;
	border-bottom: 1px solid white;
}
.tabs li a{
	color: #323232;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}
.tabs .active a,
.tabs li a:hover{
	text-decoration: none;
}
.woocommerce-tabs{
	background-color: white!important;
	border: 1px solid #d1d1d1!important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 16px;
}
.woocommerce-tabs a,
.woocommerce-tabs a span{
	color: #b22d3b!important;
}
.woocommerce-tabs a:hover,
.woocommerce-tabs a span:hover{
	color: #232323!important;
}
.panel{
	border-radius: 0px!important;
	padding-top: 28px!important;
	padding-left: 18px!important;
	padding-right: 18px!important;
	box-shadow: none!important;
}
.panel h2{
	margin-top: 0px!important;
	text-transform: uppercase!important;
	font-family: 'Ubuntu', sans-serif;
	color: #232323;
	font-weight: bold;
	font-size: 16px;
}
.panel .description{
	margin-bottom: 28px!important;
	font-size: 12px;
	line-height: 20px;
}
.woocommerce-Tabs-panel{
	float: left;
	width: 100%;
	display: block!important;
}
.panel ul {
    padding:0;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	list-style: none!important;
}
.panel li { 
    padding-left: 1em; 
    text-indent: -.7em;
	line-height: 20px;
}
.panel li:before {
	content: "\f111";
    font-family: FontAwesome;
    color: #b22d3b;
    margin-right: 4px;
	font-size: 6px!important;
	line-height: 20px;
}
.shop_attributes tr th{
	width: 40%!important;
}
/* Return to catalog link */
.return-to-product-list{
	float: left;
	font-size: 13px;
	font-weight: lighter;
	font-family: 'Ubuntu', sans-serif;
	color: #b22d3b;
	padding-left: 20px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	background-image: url('../images/pagination-arrow-left.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px 15px;
	margin-left: 19px;
}
.return-to-product-list:hover{
	text-decoration: none;
	color: #323232;
}
/* Related products */
.related{
	float: left;
	width: 100%;
}
/* Product summary */
.main-content .product{
	float: left;
	width: 100%;
	margin-bottom: 24px!important;
	padding-left: 0px;
	padding-right: 0px;
}
.main-content .product img{
	border: 1px solid #b6b6b6;
	background-color: white;
}
.main-content .summary{
	float: left;
	width: 100%;
	margin-bottom: 24px!important;
	padding-left: 16px;
	padding-right: 16px;
}
.before-quantity{
	float: left;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: #232323;
	margin-right: 10px;
	line-height: 33px;
}
select.qty{
	line-height: 33px;
	height: 33px;
	border: 1px solid #b6b6b6;
	background: white;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	background-image: url('../images/select-dropdown-arrow.png');
	background-size: 15px 9px;
	background-position: right 4px center;
	background-position-x: 90%;
	background-position-y: center;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 24px;
	font-size: 13px;
	font-weight: lighter;
	color: #232323;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 18px;
	display: block!important;
}
select.qty::-ms-expand{
    display: none;
}
.price-wrapper{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.before-price{
	float: left;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: #232323;
	margin-right: 10px;
	line-height: 25px;
}
.before-variations{
	float: left;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: #232323;
	margin-right: 10px;
	line-height: 33px;
}
.variations{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.variations select{
	line-height: 33px;
	height: 33px;
	border: 1px solid #b6b6b6;
	background: white;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	background-image: url('../images/select-dropdown-arrow.png');
	background-size: 15px 9px;
	background-position: right 4px center;
	background-position-x: 90%;
	background-position-y: center;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 24px;
	font-size: 13px;
	font-weight: lighter;
	color: #232323;
	font-family: 'Ubuntu', sans-serif;
}
.variations select::-ms-expand{
    display: none;
}
.woocommerce-variation-price{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.reset_variations{
	margin-left: 5px;
	color: #b22d3b;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.reset_variations:hover{
	color: #323232;
	text-decoration: none;
}
.main-content .summary .product_title{
	font-size: 17px!important;
	color: #9e1b29!important;
	font-family: 'Ubuntu', sans-serif!important;
	font-weight: bold!important;
	margin-top: 3px!important;
	margin-bottom: 20px!important;
}
.main-content .summary .price{
	text-align: center;
	display: inline-block;
	font-size: 17px!important;
	color: #212121!important;
	font-family: 'Ubuntu', sans-serif!important;
	font-weight: bold!important;
	height: 26px;
}
.main-content .summary .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;
}
.main-content .summary .price ins{
	display: inline-block!important;
	font-size: 17px!important;
	font-family: 'Ubuntu', sans-serif!important;
	color: #bc1633!important;
	text-decoration: none;
	font-weight: bold!important;
	margin-right: 4px;
}
.single_add_to_cart_button{
	background: none!important;
	background-color: #9e1b29!important;
	background-image: url('../images/add-to-cart-white.png')!important;
	background-repeat: no-repeat!important;
	background-size: 27px 27px!important;
	background-position: left 17px center!important;
	padding-left: 56px!important;
	padding-right: 26px!important;
	color: white!important;
	font-size: 21px!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;
	border-radius: 0px!important;
	line-height: 48px;
	height: 48px;
	margin-bottom: 20px!important;
}
.single_add_to_cart_button:hover{
	background-color: #323232!important;
}
.product_meta{
	float: left;
	width: 100%;
	font-weight: lighter;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	color: #232323;
}
.product_meta a{
	color: #b22d3b;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.product_meta a:hover{
	color: #323232;
	text-decoration: none;
}
.product_manufacturer,
.product_sku{
	float: left;
	width: 100%;
	font-weight: lighter;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	color: #232323;
}
.product_in_stock,
.product_phones{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-weight: lighter;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	color: #232323;
}
.product_links{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.product_links a{
	float: left;
	border: 1px solid #989898;
	border-radius: 5px;
	width: 110px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	padding-left: 34px;
	line-height: 15px;
	padding-bottom: 1px;
	color: #989898;
	text-decoration: none;
	-webkit-transition: color 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, border 0.3s ease;
	margin-bottom: 10px;
}
.product_links a:hover{
	color: #b22d3b;
	border: 1px solid #b22d3b;
}
.instructions{
	background-image: url('../images/download_icon.png');
	background-repeat: no-repeat;
	background-position: left 4px center;
	margin-right: 12px;
}
.download-file{
	background-image: url('../images/book_icon.png');
	background-repeat: no-repeat;
	background-position: left 4px center;
	margin-right: 12px;
}
.manufacturer-website{
	background-image: url('../images/globe_icon.png');
	background-repeat: no-repeat;
	background-position: left 4px center;
}
.woocommerce-tabs{
	float: left;
	width: 100%;
}
.wc-tab a{
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	color: #b22d3b;
	-webkit-transition: color 0.3s ease, border 0.3s ease;
	transition: color 0.3s ease, border 0.3s ease;
}
.wc-tab a:hover{
	color: #323232;
	text-decoration: none;
}

/*
 * Product image slider
 */
.flexslider2{
	position: relative;
	border: 1px solid #b6b6b6!important;
	background: white;
}
.flexslider2 .slides li{
	display: none;
}
.flexslider2 .slides li:first-child{
	display: block;
}
.flexslider2 #product-image-slider li div{
	background-color: white;
	width: 100%;
	float: left;
	text-align: center;
}
.flexslider2 img{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 60px;
	height: auto;
	max-height: 300px;
	width: auto;
	border: none!important;
	float: none!important;
	clear: both!important;
}
.flexslider2 .flex-control-paging{
	float: left;
	width: 100%;
	position: relative;
	margin-top: -84px;
	z-index: 9999;
	display: block;
}
.flexslider2 .flex-control-paging li a{
	border-radius: 0px;
	width: 30px;
	height: 36px;
	background-color: #a4a4a4;
	box-shadow: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.flexslider2 .flex-control-paging li a:hover{
	background-color: #888888;
}
.flex-control-paging li a.flex-active {
	width: 30px;
	height: 36px;
	background-image: url('../images/active-navicon.png');
	background-repeat: no-repeat;
}
.flex-control-paging li a.flex-active:hover{
	background-image: url('../images/active-navicon.png');
	background-repeat: no-repeat;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev{
	display: none;
}
/*
 * Lightbox style override
 */
#bottomNavClose{
	background-image: url('../images/closelabel.png');
	background-repeat: no-repeat;
	background-size: contain;
}
#bottomNavClose img{
	opacity: 0;
	width: 79px;
	height: 22px;
}
 
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.product-page-counter{
	display: block;
}
.prev-product,
.next-product{
	width: 40%;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 640px) {
.products li{
	width: 49%!important;
	margin-right: 2%!important;
}
.products li:nth-child(3n){
	margin-right: 2%!important;
}
.products li:nth-child(2n){
	margin-right: 0px!important;
}
.main-content .product{
	padding-left: 18px;
	padding-right: 40px;
}
.main-content .summary{
	padding-left: 0px;
	padding-right: 0px;
}
.main-content .product,
.main-content .summary{
	width: 50%;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.products-per-page{
	float: right!important;
	margin-left: 0px!important;
	width: auto!important;
}
.woocommerce-ordering{
	float: left!important;
	width: auto!important;
}
select.orderby,
select.wppp-select{
	width: auto!important;
}
.products li{
	width: 32%!important;
	margin-right: 2%!important;
}
.products li:nth-child(2n){
	margin-right: 2%!important;
}
.products li:nth-child(3n){
	margin-right: 0px!important;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}