.qty_row input{
	width: 70px;
	height: 35px;
	text-align: center;
	
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.qty_row .fa-plus,.qty_row .fa-minus{
	padding: 10px;
	border: 1px solid #baa69c;
	    width: 49px;
}


.ui-widget.ui-widget-content{
//	z-index: 99999;
}

.tooltip > .tooltip-inner {
  border: 1px solid;
  padding: 10px;
  max-width: 450px;
  color: black;
  text-align: left;
  background-color: white;
  background: white;
   
  opacity: 1;
  filter: alpha(opacity=100);
} 
   
.tooltip > .tooltip-arrow { border-bottom-color:black; }
.tooltip.in{opacity:1!important;}

.terms_conditions{
    color: grey;
    font-size: 15px
}

.terms_conditions li,.terms_conditions .content{
    font-size: 12px
}
.product-img, .product-div
{
  position:relative;
}
.product-img img
{
  width: 100%;
  height: 200px;
}
.product-name
{
  position: absolute;
  left: 0;
  width: 100%;
  /*height: 100px;*/
  bottom: 0;
  background: none repeat scroll 0 0 #900606;
  color: #fff;
    opacity: 0.8;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center !important;
}
/*.category-section
{
  width: 100%;
  background-color: #fff;
  padding: 50px;
}*/
.mr-0
{
  margin-left: 0;
  margin-right: 0;
}
.category-div
{
  background-color: #fff;
  //padding: 30px 30px 50px 30px;
	padding: 30px 90px;
}
.product-heading
{
  text-align: center;
  padding: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
#myModal .modal-header
{
  display: block;
}
#myModal .modal-body ul li
{
	border-bottom:1px solid #ddd;
	padding-top: 7px;	 
    padding-bottom: 8px;
}
#myModal .modal-body ul li:last-child
{
	border-bottom:none;
}
.back-button
{
	float:right;
}
.back-button button
{
	background-color:#000;
	color:#fff;
	border:none;
	font-size:14px;
	padding:5px;
	cursor:pointer;
}
#test:hover
{
	box-shadow: 0 0 4px rgba(0,0,0,0.2) !important;
	//background:red !important;
}
#test:hover img { 
    transform: scale(1.1); 
}
.owl-item:hover
{
	//margin: 10px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2) !important;
	//background:red !important;
}
.owl-item:hover img { 
    transform: scale(1.1); 
}
/*view my cart*/
  .cart-buttons {
    margin-bottom: 34px;
}
.cart-buttons .continue-shop {
    border: 2px solid #ebebeb;
    margin-right: 8px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 10px;
}

.primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    color: #ffffff !important;
    background: #a11806;
    text-transform: uppercase;
}
.proceed-checkout ul {
    border: 2px solid #ebebeb;
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 20px;
}
.proceed-checkout .proceed-btn {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #252525;
    text-transform: uppercase;
    padding: 15px 25px 14px 25px;
    display: block;
    text-align: center;
}
.table-responsive
{
  overflow-x: hidden;
}
.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}

.proceed-checkout ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    overflow: hidden;
}
.proceed-checkout ul li.cart-total span {
    color: #a11806;
}

.proceed-checkout ul li span {
    float: right;
}
.contact-form
{
  box-shadow: 0 1px 6px -1px rgba(0,0,0,0.4);
    margin-left: 21px;
    padding: 15px;
}
.contact-info{
  padding: 15px;
    box-shadow: 0 1px 6px -1px rgba(0,0,0,0.4);
    margin-left: 20px;
}
.fa_custom {
color: #fff
}


