.shop_box_wrapper{
	padding: 20px;
	border: #e7e7e7 1px solid;
	float: left;
	width: 100%;
}

.shop_left_menu li {
	padding: 6px 2px;
	border-bottom: 1px dotted #ccc	;
}

.shop-views .fa{
	background: #ffffff;
	padding: 8px 8px 5px;
	color: #666666;
	border: #ebebeb 1px solid;
}
.shop-views .fa:hover,
.shop-views .fa.active{
	background: #008bba;
	color: #ffffff;
}
.prod-img{
	max-width: 100%;
	height: 180px;
	overflow: hidden;
}
.prod-img img{
	height: 170px !important;
}
.product{
	border: #c0c0c0 1px solid;
	float: left;
	width: 100%;
}
.product:hover{
	border: #018bba 1px solid;
	box-shadow: 0 0 4px 0 rgba(1,139,186, 0.3);
}
.prod-data{
	font-weight: 600;
	font-size: 14px;
	padding: 15px 10px;
	background: #ffffff;
	float: left;
	width: 100%;
}
.prod-data h6 a{
	color: #262626;	
}
.prod-data h6{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 3px;
	min-height: 40px;
}

.prod-data .prod-name{
	height:40px;
}

.prod-name h6{
	height:40px;
}
.prod-data .prod-price{	
	color: #dd3f3a;
	font-size: 18px;
}
.prod-data .prev-price{	
	color: #666666;
	font-size: 16px;
	font-weight: normal;
}
.prod-data .prev-price span{	
	text-decoration: line-through;
}

.prod-data .star ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.prod-data .star ul > li{
	display: inline;
	color: #FFBE00;
}

.prod-data .quantity {
	margin-right: 0;
	margin-top: 3px;
	
}
.quantity {	
	margin-right: 15px;
	float: left;
}

.quantity input {
	-webkit-appearance: none;
	border: none;
	text-align: center;
	width: 38px;
	height: 38px;
	font-size: 16px;
	font-weight: 600;
	border: #E1E8EE 1px solid;
	border-radius: 4px;
}
.prod-data .quantity input {
	-webkit-appearance: none;
	border: none;
	text-align: center;
	width: 25px;
	height: 25px;
	font-size: 13px;	
	border: #E1E8EE 1px solid;
	border-radius: 4px;
}
.prod-data .plus-btn,
.prod-data .minus-btn{
	width: 25px;
	height: 25px;
	background-color: #E1E8EE;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}
.prod-data .plus-btn .fa,
.prod-data .minus-btn .fa{
	font-size: 13px;
}


.page-btn {
    text-align: right;
}
.pagination-small {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}
.pagination-small > li {
    display: inline-block;
    float: left;
    position: relative;
    top: 2px;
}
.pg-startbtn.disabled {
    background: #b4b4b4;
	color: #ffffff;   
	display: block;
	padding: 0 5px;
	line-height: normal;
}
.pg-prevbtn.disabled {
    background: #b4b4b4;
	color: #ffffff;   
	display: block;
	padding: 0 6px;	
	border-left: #9b9b9b 1px solid;	
}
.pagination-small .page-number {
    padding: 0px 10px;
    top: 0px;
}
.pg-nextbtn, .pg-startbtn{
    background: #ffffff;   
	display: block;
	padding: 0 6px;
	line-height: normal;
}

.pg-nextbtn.disabled {
    background: #b4b4b4;
	color: #ffffff;   
	display: block;
	padding: 0 6px;	
	border-left: #9b9b9b 1px solid;	
}

.pg-endbtn, .pg-prevbtn{
    background: #ffffff;    
	display: block;
	padding: 0 5px;
	line-height: normal;
	border-left: #dadada 1px solid;
}

.pg-endbtn.disabled {
    background: #b4b4b4;
	color: #ffffff;   
	display: block;
	padding: 0 6px;	
	border-left: #9b9b9b 1px solid;	
}

.pg-nextbtn:hover,
.pg-endbtn:hover, 
.pg-startbtn:hover,
.pg-prevbtn:hover
{
	background: #008bba;
	color: #ffffff;
}

.text-xs{
	font-size: 13px;
}
.text-sm{
	font-size: 14px;
}
.text-md{
	font-size: 15px;
}

.top-filter{
	background: #f8f8f8;
	border: #ebebeb 1px solid;
	width: 100%;
	float: left;
	padding: 10px 10px 6px;	
	/*margin-top: 20px;*/
}

.bottom-filter{
	background: #f8f8f8;
	border: #ebebeb 1px solid;
	width: 100%;
	float: left;
	padding: 10px 10px 6px;	
	margin-top: 10px;
}

.selected {
	background-color: #f5f5f5;
}


.hidden {
	display: none !important;	
}

.card-body{
	padding: 15px;
}

.checkout-box{
	background-color: #f8f8f8;
	border: 1px solid #ebebeb;
    padding: 15px 15px;	
}
.checkout-box .card{
	border-radius: 0;
}
.checkout-box .header-title a{
	display: block;
	background: #ebebeb;
	color: #000000;
	padding: 9px 15px;
}
.checkout-box .header-title a span{
    background-color: transparent;
    color: #333333 !important;
    margin-right: 8px;
    font-size: 16px;
}
.checkout-box .card-body{
	font-size: 14px;
}

.overlay_loading {
	float:left;
	background-color: white;
	filter: alpha(opacity=50); /* IE */
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity: 0.50; /* FireFox */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 25px;
}

.line-through{
	text-decoration: line-through;
	color: #AAAAAA;
	font-weight: 100;
	font-size: 24px;
}



#header_view_cart_ajax{
	/*left: -60px !important;	*/
	float:left;
}

.tab-pane {
	margin: 15px 0px 10px 15px !important;
}

#review_contaier {
	list-style:none;
	padding:0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.shop-featured-products
{
	border: thin solid #f1f1f1;
    padding: 20px 10px 40px 10px ;
	margin-bottom:30px;
}

.shop-featured-products .imgbox
{
	text-align:center;
	height:150px!important;
}
.shop-featured-products .imgbox img
{
	height:150px!important;
}



.shop-featured-products .item-descriptiondiv
{
	text-align:center;
	margin: 10px 0px 5px 0px;
    height: 45px;
}

.shop-featured-products .item-rrp
{
	text-align:center;
	margin:2px 0px 0px 0px;
	padding:0;
}
.shop-featured-products .item-rrp span
{
	font-weight:bold;
}

.shop-featured-products .item-save-price
{
	text-align:center;
	margin:2px 0px 0px 0px;
	padding:0;
}
.shop-featured-products .item-save-price span
{
	font-weight:bold;
	color:#F00;
}

.shop-featured-products .item-buy-now
{
	padding:0;
	margin:5px
}

.prod-img a img {
    width: auto;
}

.media{
	display: flex !important;	
	align-items: flex-start;
}

.media-body {
	flex: 1;
}