.row .shop-item .content {
	/*padding: 0px 10px 30px 30px;*/
	padding-bottom: 30px;
}

.shop-item .content .product-info {
	min-height: 100px;
	max-height: 100px;
	line-height: 26px;
}

.product-info {
	padding-top: 4px;
}

.featured-image {
    padding-bottom: 110%;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	padding-top: 12px;
}

#shop .col-xs-6 {
  /*border-bottom:1px solid #ddd;*/
}

.model-info .favorite {
	background-color: #2d9d23;
}

.shop-item .content .button-small {
	margin-top: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px;
	border-radius: 4px;
	font-weight: 700;
}

.button-primary:hover {
	color: #FFFFFF;
}

.button-primary {
	background: #c4322f;
	color: #fff;
}

h1 {
	color: #4c5358;
}

.shop-item {
	color:#4c5358;
	font-size: 17px;
}

.amount {
	font-size: 22px;
	color: #4c5358;
	font-weight: 700;
}

h5 {
	font-size: 2.5 rem;
}

.shop_table {
	width:100%;
	color: #4c5358;
}

/*a, a:hover, a:focus, a:active {*/
/*	color: #4c5358;*/
/*}*/
a, a:hover, a:focus, a:active {
	color: #E73737;
}
.product_name {
	color: #4c5358;
}
/*.form-control2 {*/
/*	width: 20%;*/
/*	height: 34px;*/
/*	padding: 6px 12px;*/
/*	font-size: 14px;*/
/*	line-height: 1.42857143;*/
/*	color: #555;*/
/*	background-image: none;*/
/*	border: 1px solid #ccc;*/
/*	background: #c4322f;*/
/*	color: #fff;*/
/*	border-radius: 6px;*/
/*	font-weight: 700;*/

/*}*/
input, textarea, select {
	border-radius: 6px;
	/* color: #000 !important; */
}

.woocommerce a.remove {
	display: block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
}

input[name='coupon_code'] {
	width: 160px;
	padding: 8px 8px;
}

.button_shop {
	color:white;
	background:#c4322f;
	margin-top: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px;
	border-radius: 6px;
	font-weight: 700;
	width:250px;
	font-size: 18px;
}

.button_shop:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.cart_item {
	height: 125px;
}

/*Product page*/
#quantity[type=number]::-webkit-inner-spin-button,
#quantity[type=number]::-webkit-outer-spin-button {  
   display: none;
}

#quantity, .add, .subtract {
	display: inline-block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: 500;
	
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.add, .subtract {
	margin: 0px 4px;
	line-height: 40px;
	color: #4c5358;
}
.add:hover, .subtract:hover { 
	cursor: pointer;
	background-color: #e1e1e1;
	border-radius: 4px;
}
	
#qtyinput {
	float: left;
	margin: 2px 0px;
}

#main-preview {
	position: relative;
}

#previous, #next {
	position: absolute;
	color: #c2ae88;
	height: 100%;
	font-size: 80px;
	display: block;
	cursor: pointer;
	padding: 46% 0px;
}
#previous:hover {
	box-shadow: inset -10px 0px 20px 0px #eeeeee;
	background-color: white;
}

#next:hover {
	box-shadow: inset 10px 0px 20px 0px #eeeeee;
	background-color: white;
}

#previous { 
	top: 0;
	left: 0;
}
#next {
	top: 0;
	right: 0;
}






.membership-sub {
	display: block;
	font-size: 10px;
}
.radios .radio {
	padding-left: 10px;
	padding-top: 8px;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #cccccc;
	height: 40px;
	width: 100%;
	margin-left: 0px;
	font-weight: 100;
	margin-top: 8px;
	margin-bottom: 0px;
}

.radios input[type=text] {
	padding-left: 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #cccccc;
	height: 40px;
	width: 100%;
	margin-left: 0px;
	font-weight: 100;
    margin-top: 7px;
}

.radios select {
	padding-left: 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #cccccc;
	height: 40px;
	width: 100%;
	margin-left: 0px;
	font-weight: 100;
    margin-top: 7px;
}

.radios input[type=radio] {
	display: none;
}

.radios input[type=radio]:checked + .radio {
	background-color: #fec6c6;
}

.radios input[type=radio]:hover + .radio {
	background-color: #feeac6;
}
