.category-view {
}

.orderby-displaynumber {
	display: none;
}

.category-view h1 {
	font-size: 24px;
	font-weight: 600;
	margin: 26px 0 20px 0;
}

.category_description {
    margin: 0 0 25px;
}

.vm-col {
    float: left;
}

.back-to-category {
	display: none;
}

.productdetails-view .col-1 {
    width: 460px;
    float: left;
    margin: 25px 25px 0 0;
}

.productdetails-view h1 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 0 25px;
	/*line-height: 70px;*/
	line-height: 24px;
    padding: 20px 0;
}

.product-description {
	margin-top: 15px;
}

.product-description .title {
	font-weight: 600;
	background: #f5f5f5;
	border-top: 1px solid #ebebec;
	border-bottom: 1px solid #ebebec;
	line-height: 38px;
	height: 38px;
	padding: 0 0 0 25px;
}

.product-description .description {
    padding: 20px 0 0 25px;
	font-size: 13px;
	line-height: 20px;
}

.vm-product-container {
    position: relative;
}

/******************************** choose color ********************************/
.cf4all_button {
    outline: 3px solid #fff;
    outline-offset: -3px;
	border: 0;
    border-radius: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.cf4all_buttons input[type="radio"]:checked+label, .cf4all_buttons input[type="checkbox"]:checked+label, .cf4all_color_buttons input[type="radio"]:checked+label, .cf4all_color_buttons input[type="checkbox"]:checked+label {
	border: 0 !important; 
}

.cf4all_inner_value {
    padding: 0;
}

.cf4all_color_btn {
	margin-right: 10px;
    margin-left: 0;
}

.cf4all_color_btn_medium {
    width: 50px;
}

.cf4all_color_btn_medium .cf4all_inner_value {
    height: 50px;
}

.product-field-display {
    margin-top: 10px;
}

/******************************** category viev ********************************/

.browse-view .row .product .spacer {
	padding: 0;
    margin: 0 22px 22px 0;
	text-align: center;
	
}

.browse-view .row .product.lastinrow .spacer {
	margin: 0 0 22px 0;
}

.browse-view .product-container {
	width: 204px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.vm-col-4 {
    width: auto;
}

.browse-view h2 {
	margin: 0;
    padding: 12px 10px 0;
    min-height: 50px;
    line-height: 16px;
}

.browse-view .category_description h2{
	padding: 0;
	min-height: unset;
	margin-top: 30px;
	
}

.browse-view h2 a {
	color: #222222;
	font-size: 16px; 
	font-weight: 400;
	text-decoration: none;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
}

.browse-view h2 a:hover {
	text-decoration: underline;
}

.browse-view .product_s_desc {
	margin: 0;
	font-size: 12px;
	color: #999;
    line-height: 18px;
}

.browse-view .vm-product-media-container {
	margin: 12px auto 0;
    height: 210px;
	width: 210px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.browse-view .row .product .spacer img {
    width: auto;
    max-width: 204px;
    max-height: 204px;
    height: auto;
}

.browse-view .ask-a-question {
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
	padding-bottom: 35px;
}

.browse-view .ask-a-question .nobr {
	display: none;
}

.browse-view .product-price {
    margin: 13px 0 13px;
}

.browse-view .row .product .product-price span.PricesalesPrice {
	font-size: 22px !important;
	font-weight: 600;
	color: #222;
}

.browse-view .product-price .PricesalesPrice span {
	font-size: 14px !important;
	text-transform: uppercase;
}

.browse-view input.addtocart-button {
    background: #940F0D;
    color: #fff;
    border: none;
    line-height: 33px;
    width: 164px;
    margin: 0 auto 0;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.browse-view input.addtocart-button:hover {
	background: #555555;
	cursor: pointer;
}

.browse-view .quantity_bar {
	display: none;
}

.browse-view .addtocart-bar {
    padding-bottom: 20px;
}

.spacer-buy-area {
    min-height: 155px;
}

/******************************** add to cart ********************************/

.spacer-buy-area {
    display: flex;
    flex-direction: row-reverse;
}
span.product-fields-title strong {
    font-weight: 600;
}

.vm-customfields-wrap {
    margin-left: 25px;
    width: 215px;
    float: left;
}

.productdetails-view .addtocart-bar {
    width: 220px;
    float: right;
}

.productdetails-view span.addtocart-button {
    display: block;
    height: 148px;
    border: 1px solid #e1e1e1;
}

.productdetails-view .product-price {
    position: relative; /*absolute;*/
    width: 220px;
    text-align: center;
    left: 0; /*241px;*/
}
.productdetails-view .has-price .product-price {
    position: absolute;
    left: 241px;
}

.productdetails-view span.PricesalesPrice {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 29px;
    display: block;
}

.productdetails-view span.PricesalesPrice span {
	font-size: 22px;
}

.productdetails-view .ask-a-question {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto 27px;
    padding: 48px 27px;
    display: block;
    width: 160px;
    font-size: 20px;
    border: 1px solid #e1e1e1;
}

.browse-view .moduletable.ask-a-question {
    display: none;
}
.productdetails .ask-a-question {
    display: none;
}
.productdetails .moduletable.ask-a-question {
    padding: 0; 
    margin: 0;
    width: 100%;
    display: block;
    /*margin-left: 25px;*/
}
.ask-a-question button.contactus-button {
    padding: 48px 27px;
    font: normal 14px/24px Open Sans;
    font-size: 20px;
    
    border: 1px solid #e1e1e1;
    background-color: #fff !important;
    color: #222;
    font-weight: 600;
    transition: 0.5s all;
}

.ask-a-question button.contactus-button:hover {
    color: #fff;
    background-color:#ce0302 !important;
    opacity: 1;
}

#contactus-lightbox132 {
    padding: 10px;
}
.contactus-lightbox-caption {
    background: #fff !important;
    border-bottom: none !important;
    display: flex;
    justify-content: space-between;
}
.contactus-lightbox-caption > div {
    display: block;
}
.contactus-lightbox-cap > h4 {
    color: #222 !important;
    font-size: 18px !important;
    margin-top: 25px!important;
    text-transform: uppercase;
}
.contactus-lightbox-closer > i {
    color: #222 !important;
    font-size: 18px !important;
    margin-top: 10px;
}

.productdetails-view .quantity_bar {
    margin: 20px 0 0;
	display: inline-block;
}

.productdetails-view input.addtocart-button {
    background: #940F0D;
    color: #fff;
    border: none;
    line-height: 33px;
    width: 160px;
    margin: 87px auto 0;
    display: block;
	text-transform: uppercase;
    font-weight: 600;
}

.productdetails-view input.addtocart-button:hover {
	background: #222;
	cursor: pointer;
}

.productdetails-view input.quantity-input {
    height: 29px;
    line-height: 29px;
    padding: 0;
    margin: 0;
    background: #fff;
    width: 51px;
    border-radius: 0;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    color: #222;
	border-color: #e0e0e0;
}

.productdetails-view input.quantity-controls {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left: none;
    padding: 0;
    margin: 0;
    width: 31px;
    height: 31px;
    float: left;
}

input.quantity-controls:hover {
	cursor: pointer;
}

input.quantity-controls.quantity-plus {
	background: url(../images/plus.png) 0 0 no-repeat;
}

input.quantity-controls.quantity-minus {
	background: url(../images/minus.png) 0 0 no-repeat;
}

input.quantity-controls.quantity-plus:hover, input.quantity-controls.quantity-minus:hover {
	background-color: #f5f5f5;
}

label.quantity_box, span.quantity-box {
    float: left;
}

label.quantity_box {
    width: 100px;
    line-height: 31px;
    font-weight: 600;
}

/******************************** content ********************************/

.productdetails-view .col-2 {
    width: 400px;
    float: right;
	margin-top: 25px;
}

.mob-img {
	display: none;
}

.main-image img {
    max-width: 100%;
	outline: 3px #f4f4f4 solid;
	outline-offset: -3px;
}

.additional-images {
    margin: 6px 0 10px;
}

.additional-images img {
	border: 3px #f4f4f4 solid;
}

.additional-images div {
    padding-right: 10px;
}

.additional-images div.lastinrow {
    padding-right: 0;
}

/******************************** vm-pagination ********************************/

.vm-pagination {
  float: left;
  text-align:center !important;
  margin-top: 20px;
  width: 100%;
}

.vm-pagination ul{
  text-align:left !important;
  margin: 0;
  padding: 0;
}

.vm-pagination ul li{
  display: inline;
}

.vm-pagination .counter{
  text-align: right !important;
}

.vm-page-counter {
  float: right;
}

.vm-bottom div{
  text-align:center !important;
}

.vm-bottom ul{
  text-align:center !important;
}

.vm-bottom ul li{
  display: inline;
}

.vm-bottom .counter{
  text-align: right !important;
}

.pagenav {
  padding: 7px 15px;
  margin: 0 5px 0 0;
  border: none;
  background-color: #e9e9e9;
  color: #808080;
}

a.pagenav {
  color: #3e3e3e;
  text-decoration: none;
}

.vm-product-descr-container-1 {
    min-height: 90px;
}