.well {
    background-color: #ffffff;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    margin-right: 15px;
    list-style: none;
}

/* footer */
footer {
    margin-top: 30px;
	padding-top: 10px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	color: #181818;
}
footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
	border-top: none;
	border-bottom: 1px solid #ddd;
}
footer a {
	color: #181818;
}
footer a:hover {
	color: #686868;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #181818;
}
footer p {
    margin: 0 0 70px;
    text-align: center;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4{
	line-height: 1.3;
}

.product-thumb .caption {
	padding: 1px 3px;
	min-height: 40px;
}

.product-thumb .image img{
	border: 1px solid #eee;
	box-shadow: 2px 2px 3px #eee;
}

.product-thumb .price {
    color: #181818;
    font-size: 18px;
    font-weight: 501;
    margin: 0 0 1px;
}

.product-thumb .price-old {
    color: #404040;
    font-weight: 501;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 1px;
}

.product-thumb .price-new {
    color: #ff0000;
    font-weight: 501;
    font-size: 18px;
}

/* product list gap */
.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}



/*********************************/
/**	RotonProductDiscount - 2019 **/
/*********************************/
.triangle-topleft {
    display: block;
    position: absolute;
    z-index: 999;
    width: 0;
    height: 0;
	left: 0px;
    border-top: 65px solid red;
    border-right: 65px solid transparent;
	cursor: pointer;
}

.triangle-topright {
    display: block;
    position: absolute;
    z-index: 999;
    width: 0;
    height: 0;
    border-top: 30% solid red;
    border-left: 30% solid transparent;
	cursor: pointer;
}

.save-discount {
    color: #fff;
    position: absolute;
    bottom: 33px;
    left: 3px;
    font-weight: 700;
	font-size: 11px;
	text-align: center;
	line-height:120%;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
}

/* owl arrow position */
.owl-controls .owl-buttons .owl-prev {
	top: 30%;
}
.owl-controls .owl-buttons .owl-next {
	top: 30%;
}	


.quick-cart .cart-quantity, .cart-quantity {
	top: -5px;
	right: 15px;
	color: #fff;
	font-size: .75em;
	font-weight: 400;
	opacity: 1;
	position: relative;
	background-color: red;	
}

.quick-cart i {
	color: #666;
	font-size: 28px;
}


/* product list style */

.product-img {
	position: relative;
}


/*  when mouse move to a product */
.product-listb .product-img .action {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	text-align: center;
}
.product-listb .product-img .action button {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 0 6px;
	color: #23a1d1;
	font-size: 16px;
	line-height: 30px;
	background-color: #f8f8f8;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	transform: scale(0);
}
.product-listb .product-img .action button:hover {
	background-color: #23a1d1;
	color: #fff;
}
.product-thumb:hover .product-img .action button {
	transform: scale(1);
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}


/* back to top */
.back-to-top {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 80px;
	height: 40px;
	width: 40px;
	padding: 3px;
	color: #fff;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	background-color: #ffcc00;
	border-radius: 50%;
	cursor: pointer;
}
.back-to-top:after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 18px;
	height: 0;
	width: 0;
	border: 2px solid #ffcc66;
	opacity: 0;
	border-radius: 50%;
}
.back-to-top:hover:after {
	bottom: -5px;
	right: -5px;
	height: 50px;
	width: 50px;
	opacity: 1;
	transition: all 400ms ease-in-out 0s;
}
.back-to-top:hover, .back-to-top:focus {
	color: #fff;
	background-color: #ffcc33;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
  z-index: 9;
}

.sidenav a {
	padding: 10px 0;
    text-decoration: none;
    color: #7a7a7a;
    transition: 0.3s;
	text-transform: capitalize;
}
.sidenav a:hover {
  color: #2874f0;
}

.sidenav .closebtn {
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    margin-left: 0;
}

.menu_slid_bg {
	background: #ffffff;
    max-width: 250px;
    position: relative;
    height: 100%;
    padding: 50px 15px;
    float: left;
    width: 250px;
}

.menu_slid_bg .accordion
{
	height: 460px;
    overflow-y: auto;
}

.main_menu_bg .mobile_menu_li
{
	position:relative;
}
.main_menu_bg .mobile_menu_li .head
{
    position: absolute;
    right: 10px;
    top: 15px;
}
.main_menu_bg ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.main_menu_bg .panel.mobile_menu_li {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
	padding: 12px 0;
}

.main_menu_bg .panel.mobile_menu_li a {
	color:#000;
}	


.main_menu_bg h3
{
    margin: 0;
    padding: 0 0 15px;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #eeeeee;
}
.main_menu_bg .mobile_menu_li ul li a
{
	padding: 5px 15px;
    font-size: 13px;
    display: inline-block;
}
.main_menu_bg .mobile_menu_li ul
{
	 padding: 20px 0px 0px;
}
.main_menu_bg ul li .head .collapsed .plus {
    display: block;
	font-size: 20px;
}
.main_menu_bg ul li .head .minus {
	font-size: 20px;
}
.main_menu_bg ul li .head .plus {
    display: none;
}
.main_menu_bg ul li .head .collapsed .minus {
    display: none;
}

.header_menu_war
{
    width: 50px;
    float: left;
}
.header_menu_war .menu_slid_bg
{
	background: #ffffff;
    max-width: 280px;
    position: relative;
    height: 100%;
    padding: 50px 15px;
}
.header_menu_war .menu_slid_bg .accordion
{
	height: 460px;
    overflow-y: auto;
}

#mySidenav .menu_slid_bg a{
	color:#000;
}	


/* breadcrumb */
.breadcrumb {
	margin: 0 0;
	padding: 20px 0;
	font-size: 12px;
	background-color: transparent;
	border: 0px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 0px 0 #FFF;
    padding: 0 0px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > li:after {
	content: '';
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	border-right: 0px solid #DDD;
	border-bottom: 0px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}	

.price--savings-value{
	text-transform:uppercase;
	font-size: 1.2rem;
	color: #000;
    line-height: 1;
    text-align: center;
	font-weight: 600;
} 

.wrap2rows {
   overflow: hidden;
   text-overflow: clip;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   white-space: normal;   
   word-wrap:break-word; 
}	