.browse-view h1  {
    font-size: 1.5rem;
    padding-left: 15px;
}

.productdetails h1 {
    font-size: 1.5rem;
}

.vm-col-3{
	width:33%;
}

.vm-col-20{
	width: 5%;
	padding: 0 2px;
}

.vm-col-20 h2, .vm-col-20 .vm-product-descr-container-0 , .vm-col-20 .vm3pr-2  ,  .vm-col-20 .quantity-box{
    display: none;
}


.vm-col-20 span.addtocart-button input.addtocart-button  ,  .vm-col-20 .vm-btn.notify {
    font-size: 0;
    width: 100%;
    height: 40px;
}
.vm-col-20 span.addtocart-button input.addtocart-button {
    padding: 12px 15px;
}

.vm-col-20  .addtocart-bar {
    margin: 0;
}

.activeprice span.addtocart-button input.addtocart-button{
    background: #4caf50;
    border: solid #4caf50 1px;
}


span.addtocart-button input.addtocart-button {
    transition: 0.3s all ease;
}
span.addtocart-button:hover input.addtocart-button {
    background: #3e9941;
    border-color: #3e9941;
    transition: 0.3s all ease;
}



.vm-col-6{
	width: 16.66666%;
	padding: 0 2px;
}
div.product {
    min-width: auto;
}
.vm-product-media-container{
	display:none;
}

.latest-view > h4{
	display:none;
}
.latest-view h2{

}

.spacer.product-container {

}

.addtocart-bar .quantity-input  , .addtocart-bar   .quantity-controls, .vm-details-button{
	display:none !important;
}

.vm-search-custom-search-input,
.orderby-displaynumber

{
	display:none;
}

.proopc-st-address , .proopc-shipments , .proopc-step{

}

.proopc-payments {
    margin-top: 0 !important;
}

.browseProductImage{
    margin: 0 auto;
}

.category-view .addtocart-area ,
.category-view .vm-price-desc
{

}

.dropdownCart-icon {
    color: #fff;
}

.dropdownCart-icon svg{
    color: #fff;
}


div.vm-details-button a {
    border: 0px solid gray;
    background: #000 none repeat scroll 0 0;
	color: #fff;
}

a.details:hover, div.details:hover, a.product-details:hover {
    background-position: 0 -40px;
    background: #555;
    color: #fff !important;
}

.back-to-category {
	float: none;
}

.back-to-category a {
    background-position: 0 0;
    display: inline-block;
    padding: 3px 8px;
    background: #000;
    color: #fff;
}

.main-image img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
}

.view-productdetails .addtocart-bar{
    display: flex;
}

.view-productdetails .addtocart-bar  .addtocart-button{
	margin: 0 5px;
}

.my-product-description{
	box-shadow: #ccc 0 0 2px 0;
    padding: 10px 20px;
}
.view-productdetails .addtocart-bar .quantity-input{ 
	width: 100px;
}

span.addtocart-button input.addtocart-button{
    background: #000000;
	border: solid #000000 1px;
}



.head-cart {
  position: relative;
}
@media (max-width: 767px) {
  .head-cart {
    padding-left: 15px;
  }
}
.head-cart #head-cart-dropdown {
    background: url(../../../images/cart.png) no-repeat center center;
    border: 3px solid #000;
    border-radius: 4px;
    height: 40px;
    width: 40px;
	left: 5px;
    position: absolute;
    top: -5px;
    background-size: 50%;
    background-color: #000;
}
.head-cart #head-cart-dropdown .total-product {
  background: #000;
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  position: absolute;
  right: 100%;
  line-height: 1;
  top: 50%;
  padding: 5px 6.66666667px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.head-cart #head-cart-dropdown .total-product:before {
  content: "";
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #ebebeb;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
}
.head-cart #head-cart-dropdown.has-product {
  border-color: #2196f3;
}
.head-cart #head-cart-dropdown.has-product .total-product {
  background: #2196f3;
  color: #ffffff;
}
.head-cart #head-cart-dropdown.has-product .total-product:before {
  border-color: transparent transparent transparent #2196f3;
}
.head-cart .dropdown-menu {
  border-radius: 2px;
  border: 1px solid #730e0e;
  min-width: 320px;
  margin-top: 0;
  padding: 10px 0;
}
.head-cart .dropdown-menu .product_row {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}
.head-cart .dropdown-menu .product-item {
  float: right;
  width: 70%;
}
.head-cart .dropdown-menu .subtotal_with_tax {
  color: #2196f3;
  font-weight: 500;
  float: left;
  width: 30%;
  text-align: left;
}
.head-cart .dropdown-menu .product_name > a {
  color: #333333;
}
.head-cart .dropdown-menu .product_name > a:hover {
  color: #2196f3;
}
.head-cart .dropdown-menu .total-container {
  padding: 10px 20px;
  color: #222222;
  font-weight: 500;
}
.head-cart .dropdown-menu .total strong {
  color: #2196f3;
  margin-right: 5px;
}
.head-cart .dropdown-menu .show_cart > a {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  text-transform: uppercase;
  margin-top: 10px;
}
.head-cart .dropdown-menu .show_cart > a:hover,
.head-cart .dropdown-menu .show_cart > a:focus,
.head-cart .dropdown-menu .show_cart > a.focus,
.head-cart .dropdown-menu .show_cart > a:active,
.head-cart .dropdown-menu .show_cart > a.active,
.open > .dropdown-toggle.head-cart .dropdown-menu .show_cart > a {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: #0b76cc;
}
.head-cart .dropdown-menu .show_cart > a:active,
.head-cart .dropdown-menu .show_cart > a.active,
.open > .dropdown-toggle.head-cart .dropdown-menu .show_cart > a {
  background-image: none;
}
.head-cart .dropdown-menu .show_cart > a.disabled,
.head-cart .dropdown-menu .show_cart > a[disabled],
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a,
.head-cart .dropdown-menu .show_cart > a.disabled:hover,
.head-cart .dropdown-menu .show_cart > a[disabled]:hover,
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a:hover,
.head-cart .dropdown-menu .show_cart > a.disabled:focus,
.head-cart .dropdown-menu .show_cart > a[disabled]:focus,
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a:focus,
.head-cart .dropdown-menu .show_cart > a.disabled.focus,
.head-cart .dropdown-menu .show_cart > a[disabled].focus,
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a.focus,
.head-cart .dropdown-menu .show_cart > a.disabled:active,
.head-cart .dropdown-menu .show_cart > a[disabled]:active,
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a:active,
.head-cart .dropdown-menu .show_cart > a.disabled.active,
.head-cart .dropdown-menu .show_cart > a[disabled].active,
fieldset[disabled] .head-cart .dropdown-menu .show_cart > a.active {
  background-color: #2196f3;
  border-color: #2196f3;
}
.head-cart .dropdown-menu .show_cart > a .badge {
  color: #2196f3;
  background-color: #ffffff;
}

.cartlink a{
    float: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.total_products{
    background: #f00;
    padding: 2px 5px;
    line-height: 14px;
    border-radius: 4px;
    color: #fff;
    margin: 0 0 0 -10px;
    font-size: 12px;
}

#fancybox-content{
    max-width: 100%;
}
#fancybox-content h4{
	font-size:14px;
	padding-top: 10px;
}

.vm-btn.vm-btn-primary {
    background-color: #000000;
    color: #fff;
    width: 140px;
    font-size: 14px;
}

.vm-btn.vm-btn-secondary {
    background-color: #f00;
    color: #fff;
    width: 150px;
    font-size: 14px;
}

#fancybox-content .continue {
    background-color: #f00;
    color: #fff;
    width: 150px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}
.vm-btn.notify {
    background-color: #8d8585;
    color: #fff;
    width: 150px;
    font-size: 14px;
}
.latest-view h2 {
    color: #399c3d;
}

.show_cart a{
	background: #000;
    color: #fff;
    padding: 5px 40px;
}



.my_lable{

}

.product_discount  .PricebasePrice{
    color: #f00 !important;
    text-decoration: line-through;
}

.featured-view .spacer span, .discontinued-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
    font-size: 16px;
}

.vm-product-descr-container-0 a{
    color: #000;
}

.product-price {
    text-align: center;
    float: none;
}

.vm-product-details-container .product-price {
    text-align: left;
}

.category-view .product-container  div > .product-price {
    text-align: center;
    float: none;
}

.proopc-register-login .proopc-register h3 {
    background: #b8eff9 !important;
	font-weight:bold !important;
}

.proopc-register-login .proopc-login h3{
    background: #f6e69a !important;
	font-weight:bold !important;
}

.proopc-switch{
	font-weight:bold !important;
}

.spacer-buy-area .my_lable  , .spacer-buy-area  .vm-price-desc{
    font-weight: bold;
    min-width: 115px;
    display: inline-block;
    margin: 0;
}

.product_items > div{
	border-bottom: 1px solid #ccc;
}

.browse-view h1{
    background-color: #ececec;
    text-align: center;
    margin-bottom: 40px;
}

.product_category_details_page{
    background-color: #ececec;
    text-align: center;
    margin-bottom: 40px;
}



.productdetails h1 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #dbcbcb;
    padding: 5px 0;
    background: #fafafa;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 0;
}

.productdetails h1:before {
    content: '';
    width: 80%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 10%;
    top: 13px;
    z-index: 9;
}
.productdetails h1 span {
    background: #fafafa;
    z-index: 999;
    position: relative;
    padding: 0 10px;
}
.vm-product-container{
	background: #efefef;
}
.vm-product-container .vm-product-media-container {
    background: #fff;
	margin: 0;
}

h4.my_vm_des {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 1.5rem;
}

.product-description{
    border-top: 2px #000 dotted;
    padding-top: 5px;
}
.my-product-description{
    border-radius: 20px;
    background-color: rgba(0,0,0,.025);
}

.dropdownCart .show_cart a,.dropdownCart .show_cart a:hover {
	background-position: 0 0;
    display: inline-block;
    padding: 3px 10px;
    background: #000;
    color: #fff;
}
.dropdownCart .show_cart a:hover {
    background: #222;
}

.dropdownCart .vm_cart_products {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: clip;
}

.vm-product-descr-container-0 {
    min-height: 35px;
}

.vmgroup {
    text-align: center;
}
.vmgroup img{
	margin: 0 auto;
}

.vmgroup  .vm-price-desc{
	display:none;
}
.vmgroup  .product-container{
    margin-bottom: 15px;
}

.pagination>li>a, .pagination>li>span{
	background-color: transparent;
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 0;
    margin-top: 0;
    line-height: 43px;
    font-size: 15px;
    border-radius: 50%!important;
    color: #343a40;
    border: 1px solid rgb(52 58 64 / 40%);
}

.pagination>li {
	margin-left: 5px;
    margin-top: 10px;
}

#fancybox-title {
    max-width: 100%;
}


.category-view .category{
	box-shadow: #ccc 0 0 2px 0px;
    margin-bottom: 13px;
}

.proopc-continue-link{
    display: inline-block;
    background: #f00;
    padding: 5px 10px;
    border-radius: 5px;
}

.proopc-continue-link a {
    color: #fff !important;
}

.vm_cart_products .image{
	display:none;
}

.productdetails .product-field-desc{
    text-align: center;
    margin-bottom: 20px;
}


.productdetails .addtocart-area {
    margin: 0;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

 select:not(.form-select):not(.form-control) {
    background-color: #f5fef5;
}
.vmpayment_description, .vmshipment_description {
  color: black;
  font-size: 9px;
  padding: 0 2px;
}




@media (max-width: 980px) {




	div[class*="vm-col-"] {
		width: 50%;
	}

	div.vm-col-20 {
		width: 5%;
		padding: 0 2px;
	}
	.vm-product-container .vm-product-media-container, .vm-product-details-container {
		width: 100%;
	}
	.product_category_details_page {
		margin-bottom: 10px;
	}
	.my-product-row{
		margin-bottom: 10px;
		padding: 0;
	}
	.vm-product-details-container{
		padding: 10px;
	}
	.my-product-description {
		border-radius: 4px;
	}
	.vm-pagination {
		display: flex;
		float: none;
		text-align: center !important;
		flex-direction: column;
		align-content: space-around;
		flex-wrap: wrap;
	}
}

@media (max-width: 480px) {

	div[class*="vm-col-"] {
		width: 50%;
	}

	div.vm-col-20 {
		width: 5%;
		padding: 0;
		margin: 0;
	}
	div.vm-col-20 .spacer {
		padding: 0 !important;
		border: 0;
	}

	.vm-col-20 span.addtocart-button input.addtocart-button {
		padding: 2px;
	}

	.vm-col-20 span.addtocart-button input.addtocart-button, .vm-col-20 .vm-btn.notify {
		height: 25px;
	}
}