*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #222;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
	margin-top: 0;
}
p {
	margin-bottom: 10px;
}
a{
	color: #111;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover{
	color: #FF6464;
}
a, a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
hr {
	border-top: 1px solid #f2f2f2;
}
.fix{
	display: block;
	overflow: hidden;
}
.btn:hover {
	box-shadow: 0px 1px 25px -1px rgba(248,248,255, .2);
}
.btn.focus, .btn:focus, button:focus {
	outline: 0;
	box-shadow: unset;
}
.form-control::placeholder {
	color: #333;
	font-size: 16px;
}
.form-control:focus {
	box-shadow: unset;
}
.btn-site{
	color: #fff;
	background-color: #ff6464;
	border-color: #ff6464;
}
.btn-site:hover{
	opacity: 0.9;
	color: #fff;
}
/*************************************
 		Header and Footer CSS
*************************************/
.header-area {
	height: 172px;
	box-shadow: 0px 10px 16px #eee;
	margin-bottom: 32px;
}
.header-top {
	padding: 15px 0;
}
.top-menu, .app-btn {
	float: right;
}
.top-menu ul li, .main-menu ul li, .cart-user ul li {
	float: left;
}
.top-menu ul li a{
	display: block;
	padding: 5px 14px;
	font-size: 14px;
	line-height: 24px;
}
.app-btn a {
	background: #FFF6F6;
	color: #ff6464;
	padding: 8px 15px;
	border-radius: 6px;
	display: inline-block;
}
.main-menu ul li a{
	display: block;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 26px;
}
.search-header button.btn {
	position: absolute;
	right: 9px;
	line-height: 40px;
	z-index: 99;
	font-size: 20px;
}
.search-header input.form-control {
	border-radius: 10px !important;
	background: #FFF6F6;
	border-color: transparent;
	font-size: 16px;
	padding: 15px;
	height: 54px;
}
.search-header .form-control:focus {
	box-shadow: unset;
	border: 1px solid #FFD7D7;
}
.search-header button.btn .mbri-search {
	transform: rotate(-90deg);
	display: inline-block;
	color: #000;
}
.cart-user ul li {
	text-align: center;
	margin-right: 10px;
	position: relative;
}
.cart-user ul li span.cart-badge {
	position: absolute;
	right: -11px;
	top: -15px;
	background: #fff6f6;
	z-index: 99;
	border: 1px solid #ff6464;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	color: #ff6464;
	font-weight: 500;
}
.cart-user ul li .cart-dropdown {
	position: absolute;
	right: 0;
	top: 100px;
	width: 400px;
	background: #fff;
	z-index: 99;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.cart-user ul li:hover .cart-dropdown {
	opacity: 1;
	visibility: visible;
	top: 68px;
}
.cart-user .order-summary-box{
	box-shadow: unset;
}
.cart-user ul li:last-child{
	margin-right: 0;
}
.cart-user ul li a {
	color: #222;
	font-size: 20px;
	padding-top: 13px;
	display: block;
	width: 54px;
	height: 53px;
	background: #FF6464;
	border-radius: 10px;
}
.cart-user {
	float: right;
}
.search-bar {
	float: left;
	margin-right: 15px;
	width: 77%;
}
.main-menu ul li .multilevel-menu {
	position: absolute;
	left: 0px;
	right: 0;
	top: 100px;
	background: #fff;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 80vw;
	padding: 30px;
	height: auto;
	box-shadow: 0px 10px 16px #bbb;
}
.main-menu ul li:hover .multilevel-menu {
	opacity: 1;
	visibility: visible;
	top: 68px;
}
.main-menu ul li .multilevel-menu ul li{
	float: none;
}
.ml-menu-list h3 {
	font-size: 20px;
}
.ml-menu-list ul li a {
	font-size: 15px;
	line-height: 1;
	padding: 8px 10px 8px 0;
}
.footer-area {
	background: #FF6464;
}
.footer-area, .footer-area a, .newsletter button:hover {
	color: #fff;
}
.footer-top {
	padding: 70px 0;
}
.footer-widget h3 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 40px;
}
.footer-content a, .footer-content p, .newsletter .form-control::placeholder {
	font-size: 12px;
}
.footer-content a {
	margin-bottom: 4px;
	display: block;
}
.footer-content a:hover {
	text-decoration: underline;
}
.footer-contact li {
	font-size: 12px;
	margin-bottom: 5px;
}
.footer-contact h5 {
	font-size: 17px;
}
.footer-contact li i {
	font-size: 16px;
}
.newsletter input[type="text"] {
	height: 45px;
	font-size: 12px;
}
.newsletter button {
	background: #222;
	color: #ff6464;
	font-size: 12px;
	width: 75px;
}
.newsletter input[type="text"]:focus {
	box-shadow: unset;
	border-color: transparent;
}
.social-media li {
  float: left;
  margin-right: 10px;
}
.social-media li i {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 50%;
}
.social-media li i:hover {
  background: #fff;
  color: #ff6464;
}
.footer-bottom {
	padding-bottom: 40px;
}
.footer-border {
	height: 1px;
	background: #fff;
	margin-bottom: 40px;
}
.developer {
	text-align: right;
}
/*************************************
 					Homepage CSS
*************************************/
.page-header-title {
	margin-top: 72px;
	margin-bottom: 30px;
}
.catPadding {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.category-box, .feature-box {
	text-align: center;
	position: relative;
	border-radius: 16px;
	display: block;
	overflow: hidden;
}
.category-box img, .feature-box img {
	width: 100%;
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover !important;
	object-position: top center !important;
	transition: all 0.2s;
}
.category-box:hover img, .feature-box:hover img {
	transform: scale(1.1);
}
.category-box h3, .feature-box h3, .feature-box h5 {
	display: inline;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.78%, rgba(0, 0, 0, 0.6) 111.11%);
	padding: 20px 20px;
	font-size: 20px;
	margin: 0;
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 0;
	width: 100%;
	color: #fff;
}
.single-product {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 16px;
	padding: 10px;
}
.single-product img {
	width: 100%;
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover !important;
	object-position: top center !important;
	height: 310px;
	border-radius: 16px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.single-product:hover img {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.single-product .icofont-heart {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background: #000;
	color: #ededf8;
	padding-top: 6px;
}
.single-product a:hover .icofont-heart{
	background: #ff6464;
	color: #ededf8;
}
.product-short-info h3 {
	font-size: 18px;
	line-height: 30px;
	height: 58px;
	margin-top: 5px;
}
.btn-add-to-cart {
	background: #FF6464;
	color: #fff;
	border-radius: 8px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 7px;
	position: relative;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	overflow: hidden;
	cursor: pointer;
}
.btn-add-to-cart:hover {
	color: #fff;
	opacity: 0.93;
}
.btn-add-to-cart:after {
  content: "";
  background: #D02525;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

.btn-add-to-cart:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}

.rating-tm {
	padding: 5px;
	background: #FFFAF8;
	border-radius: 20px;
	color: #FF782D;
	font-size: 14px;
	font-weight: 500;
}
.current-price {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
}
.old-price {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	text-decoration-line: line-through;
	color: #CBCBCB;
}
.flash-sale-area {
	background: #FFEDED;
	padding: 100px 0;
}
.flash-sale-container img {
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover !important;
  object-position: top center !important;
}
.brand-item {
	border: 1px solid #ff6464;
	border-radius: 5px;
	padding: 14px 12px;
	text-align: center;
}
.page-header-title a.all {
	color: #666;
	margin-top: -35px;
	float: right;
}
.product-advertisement {
	border-radius: 16px;
	overflow: hidden;
	height: 494px;
}
.advertisement-content img {
	width: 120px;
	height: 217px;
	object-fit: cover;
	margin: 0 auto;
	display: flex;
}
.advertisement-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
}
.advertisement-content h2 {
	color: #000;
	margin: 15px 0;
}
.advertisement-content a {
	background: #fff;
	font-size: 14px;
	color: #000;
}
.feature-area {
	padding: 100px 0;
}
.feature-single i {
	background: #ff6464;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	line-height: 51px;
}
.feat-title h2 {
	font-size: 18px;
	margin-top: 14px;
}
.feat-title p {
	font-size: 13px;
	color: #888;
}

/****Dropdown Start*****/
.dsCountDown:after{
	content:'';
  clear: both;
}
.dsCountDown{
  display:inline-block;
	*display: inline;
  zoom: 1;
}
.countDownTimer {
	position: absolute;
	bottom: 11px;
	left: 10px;
}
.flash-sale-container {
	position: relative;
}
.ds-element {
	background: rgba(255,100,100,0.8);
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	width: 65px;
	padding: 8px 0;
	margin-right: 7px;
}
.ds-element-title {
	font-size: 12px;
}
.ds-element-value {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}
.countDownTimer h4 {
	float: left;
	background: #ff6464;
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
	border-radius: 5px;
	width: 93px;
	margin-right: 8px;
}
.ds-cosmetic {
	float: left;
}
/***Drowpdown close***/

/*************************************
 		Account pages
*************************************/
.login-card {
	background: #fff;
	padding: 25px 50px 40px 50px;
	box-shadow: 0 0 16px #f2f2f2;
	border-radius: 5px;
}
.card-title h2 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.card-form input[type="text"], .card-form input[type="password"], .card-form input[type="email"] {
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
	width: 100%;
	padding: 15px !important;
	border-radius: 5px;
	height: auto;
}
.card-form input[type="text"]::placeholder, .card-form input[type="password"]::placeholder, .card-form input[type="email"]::placeholder{
	color: #6a6a6a;
}
.card-form input[type="text"]:focus, .card-form input[type="password"]:focus, .card-form input[type="email"]:focus, .card-form select:focus{
	color: #000;
	background: #fff;
	border: 1px solid #000 !important;
}
.card-form small {
	margin-top: 9px;
	color: #6a6a6a;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
.card-form .form-check-label, .card-form a {
	color: #6a6a6a;
	font-size: 13px;
}
.card-form button.btn {
	background: #ff6464;
	color: #fff;
	padding: 10px;
}
.card-form button.btn:hover {
	opacity: 0.93;
}
.social-login li {
  width: 48%;
  float: left;
  text-align: center;
  margin-right: 15px;
}
.social-login li:last-child {
  margin-right: 0;
  float: right;
}
.social-login li a{
	background: #f2f2f2;
	padding: 8px;
	font-size: 25px;
	display: block;
	border-radius: 8px;
}
/*************************************
 						Order pages
*************************************/
.appointment-box, .contact-number, .about-us-box, .dashboard-navigation {
	background: #fff;
	padding: 35px;
	box-shadow: 0 0 16px #f2f2f2;
	padding-bottom: 50px
}
.card-form input[type="date"], .card-form select {
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	color: #6A6A6A;
	height: auto;
}
.card-form label {
	color: #222;
	font-weight: 500;
}
.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex; 
}

.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-weight: 400 !important; 
}
.selectgroup-item + .selectgroup-item {
  margin-left: -1px; 
}
.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; 
}
.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; 
}

.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; 
}

.selectgroup-button {
	display: block;
	border: 1px solid rgba(0, 40, 100, 0.12);
	text-align: center;
	padding: 0.375rem 1rem;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	color: #6a6a6a;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 1.5rem;
	min-width: 2.375rem;
	background: #f2f2f2;
}

.selectgroup-button-icon {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem; }

.selectgroup-input:checked + .selectgroup-button {
  z-index: 1;
  color: #fff;
  background: #ff6464; 
}
.selectgroup-pills {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start; 
}
.selectgroup-pills .selectgroup-item {
  margin-right: .5rem;
  -ms-flex-positive: 0;
  flex-grow: 0; 
}
.selectgroup-pills .selectgroup-button {
  border-radius: 5px !important; 
}
.cart-pro-thumb img {
	max-width: 100%;
	height: auto;
}
.pro-title h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.cart-pro-inline, .order-summary-box {
	padding: 20px;
	box-shadow: 0 0 20px #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	margin-bottom: 20px;
}
.quantity-box {
	background: #FFEAEA;
	padding: 12px;
	border-radius: 10px;
	width: 140px;
	display: block;
	overflow: hidden;
	float: left;
}
.quantity-box .qty {
	border-width: 0;
	color: #ff6a6a;
	float: left;
	font-size: 18px;
	font-weight: 600;
	height: 25px;
	margin-right: 0;
	padding: 0 5px 1px;
	text-align: center;
	width: 45px;
	background: transparent;
}
.quantity-box .qty:focus{
	border-width: 0;
}
.dec.qtybutton {
	background-color: transparent;
	border-right: 2px #ff6a6a solid;
	color: #ff6a6a;
	font-size: 17px;
	line-height: normal;
	padding: 3px 5px 3px 5px;
	line-height: 18px;
	display: inline-block;
	float: left;
	cursor: pointer;
}
.inc.qtybutton {
	background-color: transparent;
	border-left: 2px #ff6a6a solid;
	color: #ff6a6a;
	font-size: 15px;
	line-height: normal;
	padding: 3px 5px 3px 9px;
	line-height: 18px;
	display: inline-block;
	float: left;
	cursor: pointer;
}
.cart-delete {
	float: right;
	margin-top: 5px;
}
.cart-quantity-inc-dec {
	position: absolute;
	bottom: 0;
	width: 92%;
}
.order-summary-box h2 {
	font-size: 28px;
	margin-top: 5px;
}
.order-summary-box ul li {
	border-width: 0;
	padding-left: 0;
	padding-right: 0;
}
.order-summary-box ul li .badge {
	font-size: 14px;
	font-weight: 400;
}
.order-summary-box ul li .badge.h3 {
	font-size: 18px;
	font-weight: 700;
}
.coupon-form input[type="text"], .coupon-form input[type="text"]:focus {
	background: #ffeaea;
	border-width: 0;
	color: #ff6464;
	padding: 14px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 71%;
	height: auto;
}
.coupon-form .form-control::placeholder{
	color: #e67c7c;
}
.coupon-form button.btn {
	background: #ff6464;
	padding: 10px;
	width: 100px;
	color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.coupon-form {
	padding: 20px 0 40px 0;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
}
.order-summary-box {
	padding: 30px;
}
.coupon-form .input-group-append {
	width: 29%;
}
.shipping-address .card-form, .category-widget {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 20px #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	margin-bottom: 20px;
}
.shipping-title {
  margin-bottom: 15px;
}
.shipping-title ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 25px;
  color: #E5E5E5;
  font-weight: 500;
}
.shipping-title ul li.active {
	color: #000;
}
.continue-shipping .btn-site {
	font-size: 14px;
	padding: 12px;
}
.shipping-address .table td, .shipping-address .table th {
	border-top: 0px solid #dee2e6;
}
.shipping-address .table tr:first-child{
	border-bottom: 1px solid #eee;
}
.shipping-address .table td a{
	color: #222;
}
.shipping-address .table th {
	color: #6a6a6a;
	font-weight: 400;
}
.shipping-method-title {
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*************************************
 					Product pages
*************************************/
.category-breadcrumb-banner img {
	border-radius: 16px;
}
.category-widget-title {
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.category-widget-content ul li a {
	font-size: 15px;
	padding: 5px 7px;
	display: block;
}
.category-widget-content ul li.active a {
	color: #ff6464;
	position: relative;
}
.category-widget-content ul li.active a::before {
	position: absolute;
	content: '>';
	left: -5px;
	top: 6px;
}
.filter-sorting .btn {
	background: #f2f2f2;
	width: 185px;
	text-align: left;
}
.filter-sorting .dropdown-toggle::after {
	float: right;
	margin-top: 10px;
}
.gallery-grid li {
	width: 48%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.gallery-grid img {
	max-width: 100%;
	height: auto;
	transition: all .3s ease;
	border: 1px solid #f2f2f2;
	width: 100%;
}
.gallery-grid li:nth-of-type(2n) {
	margin-right: 0;
}
.pro-nav-link {
	padding: 15px 28px;
	font-size: 18px;
	background: #ffeaea;
	color: #ff6464;
	display: inline-block;
}
.product-description-tab .nav-item {
	margin-bottom: 20px;
	border-right: 1px solid #f9e1e1;
}
.product-description-tab .nav-item:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}
.product-description-tab .nav-item:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
.pro-nav-link.active {
	background: #ff6464;
	color: #fff;
}
.product-description-tab ul {
	border-color: #f2f2f2;
	margin-bottom: 20px;
}
.video-list li {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.product-title h2 {
	font-size: 30px;
	line-height: 38px;
}
.product-title {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.product-summary {
	font-size: 15px;
}
.pro-quantity {
	margin-top: 20px;
	margin-bottom: 30px;
}
.price-text, .qty-text, .share-title {
	font-weight: 500;
	font-size: 15px;
}
.cart-and-buynow button {
	width: 218px;
	border-radius: 5px;
	font-size: 17px;
}
.cart-and-buynow .btn-buynow {
	background: #ffeaea;
	line-height: 32px;
	padding: .375rem .75rem;
	margin-left: 10px;
}
.cart-and-buynow .btn-buynow:hover {
	background: #ff6464;
	color: #fff;
}
@media screen and (max-width: 480px) {
.cart-and-buynow button {
	width: 48%;
	border-radius: 0;
	margin-left: 0 !important;
	font-size: 15px;
}
.gallery-grid li {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 46%;
}
}
.product-share {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 0;
}
.share-icon li {
	float: left;
	width: 28px;
	height: 28px;
	background: #ffeaeaea;
	margin-right: 10px;
	text-align: center;
	line-height: 28px;
	border-radius: 50px;
}
.share-icon li:hover{
	box-shadow: 0px 0px 2px #ff6464;
}
.share-icon li a{
	color: #ff6464;
}
.product-terms {
	padding: 25px 0;
	border-bottom: 1px solid #f2f2f2;
}
.product-not-found {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
}
.product-not-found h2 {
  font-size: 22px;
  margin: 0;
}
.product-not-found h2 span {
  font-size: 18px;
  color: #888;
}
.product-terms h3 {
	font-size: 25px;
}
.product-terms h4 {
	font-size: 20px;
}
.rating-left h1 {
  font-size: 61px;
}
.rating-left h1 span {
	font-size: 20px;
	color: #FF782D;
	vertical-align: middle;
}
.rating-border {
	width: 1px;
	height: 100%;
	background: #f2f2f2;
}
.rating-right tr td.rt-val {
  width: 30px;
  font-size: 13px;
  text-align: right;
  padding-right: 4px;
}
.rating-right tr td.rt-val span {
	color: #ffebe0;
}
.rating-right tr td.rt-progress {
  width: 76%;
}
.progress {
  background: #ffeaea;
  height: 8px;
}
.progress-bar {
  background: #ff6464;
}
.rating-right tr td.rt-count {
	padding-left: 5px;
	width: 37px;
	text-align: right;
}
.customer-review-images ul li {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 11px;
	overflow: hidden;
	margin-bottom: 10px;
}
.customer-review-images li img {
  width: 100%;
  height: 100%;
}
.customer-review-images li.last a{
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	line-height: 79px;
	display: block;
}
.customer-review-content tr td.rv-val {
	width: 40px;
	vertical-align: top;
}
.customer-review-content tr td.rv-val div {
	width: 31px;
	height: 25px;
	background: #FF782D;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
}
.customer-review-content tr {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 18px;
	display: table;
}
.customer-review-content tr td.rv-content {
	padding-bottom: 10px;
}
.customer-review-content tr td.rv-content ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
.customer-review-content tr td.rv-content ul {
  display: block;
  overflow: hidden;
}
.customer-review-content tr:last-child {
	margin: 0;
	border-width: 0;
}
/*************************************
 			Mobile Responsive Header
*************************************/
.mobile-header-footer {
	display: none;
}
.mobile-header-footer {
	position: sticky;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	z-index: 99;
	left: 0;
	top: 0;
	background: #fff;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.mobile-footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	box-shadow: 0px -5px 15px rgba(0,0,0,0.1);
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile-footer ul {
	width: 100%;
}
.mobile-footer ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 8px;
	padding-bottom: 6px;
}
.mobile-footer li i {
	display: block;
	font-size: 18px;
}
.mobile-footer li a span{
	font-size: 12px;
}
.mobile-footer ul li a {
	color: #555;
	text-transform: uppercase;
	display: inline-table;
	position: relative;
}
.mobile-footer ul li a:hover {
	color: #ff6464;
}
.mobile-footer li a sup {
	position: absolute;
	top: -15px;
	left: 75%;
	z-index: 999;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	background: #ff6464;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	border: 2px solid #ffeaea;
}
.mobile-header-humberger {
	background: transparent;
	border-color: transparent;
	height: 30px;
	margin-top: 8px;
}
.mobile-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-content: center;
}
.mobile-logo img {
	width: auto;
	height: 48px;
}
.mobile-header-humberger img {
	height: 20px;
	width: auto;
}
.mobile-search {
	width: 40px;
	height: 40px;
	border: 0px solid;
	background: #ffeaea;
	border-radius: 50%;
	margin-top: 4px;
}
.mobile-search.active {
	background: #ff6464;
	color: #fff;
}
.mobile-header-footer .p10{
	padding: 10px 15px;
}
.mobile-search-expand {
	display: none;
}
.mobile-search-expand.active {
	display: block;
}
.mobile-search-expand input.form-control {
	border: 1px solid #FFD7D7;
	padding: 10px 15px !important;
	height: 45px;
}
.mobile-search-expand input.form-control::placeholder {
	font-size: 14px;
}
.mobile-search-expand .search-header button.btn {
	right: 0;
	line-height: 30px;
	font-size: 17px;
}
.sidebarMenuContainer {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	background: #fff;
	z-index: 999;
	height: 100vh;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	overflow-y: scroll;
}
.sidebarMenuContainer.active{
	opacity: 1;
	visibility: visible;
	left: 0;
}
.mlogo {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}
.mlogo img {
	height: 50px;
	width: auto;
}
.sidebarMenuContainer .app-btn {
	width: 100%;
	float: none;
}

.sidebar-navigation h3 {
	background: #f2f2f2;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	margin-bottom: 0;
}
.sidebar-navigation ul li {
	padding: 7px 15px;
	border-bottom: 1px solid #efefef;
}
.sidebar-navigation ul li i.icofont-simple-right {
	float: right;
	margin-top: 4px;
}
.sidebar-navigation ul li ul {
	background: #ffeaea;
	margin-top: 7px;
}
.sidebar-navigation ul li ul li {
	border-bottom: 1px solid #f2d0d0;
}
.sidebarMenuContainer .closeMenu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background: #ff6464;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
	box-shadow: 0 0 6px #555;
	border-width: 0;
}
/*************************
			Other Pages
*************************/
.contact-number h2 {
	text-align: center;
	margin-bottom: 50px;
}
.specialist-no h4 {
	font-size: 20px;
	margin-bottom: 30px;
}
.specialist-no a {
	color: #ff6464;
	font-size: 18px;
	margin-right: 20px;
}
.specialist-no a:last-child {
	margin-right: 0px;
}
.contact-divider {
	width: 1px;
	height: 80px;
	background: #ff6464;
	margin: 0 auto;
}
.map-container {
	background: #fff;
	box-shadow: 0 0 16px #f2f2f2;
	border-radius: 16px;
}
.map-iframe, .branch-address {
	width: 50%;
	float: left;
}
.branch-address {
	padding: 70px 30px 40px 70px;
}
.brand-value-area {
	background: #ff6464;
	padding: 100px 0;
	margin-bottom: 56px;
}
.brand-value-box h4 {
	margin-top: 20px;
	margin-bottom: 15px;
}
.brand-value-box img {
	width: 70px;
	height: auto;
}
.brand-value-area .page-header h2 {
	font-size: 38px;
}
.top-banner img, .advertisement-banner img {
	border-radius: 10px;
}
.single-post, .advertisement-banner-square, .sidebar-widget, .bgWhite {
	background: #fff;
	box-shadow: 0 0 16px #f2f2f2;
	border-radius: 16px;
	padding: 10px;
}
.single-post {
	height: 398px;
}
.post-info h3 {
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	margin-top: 8px;
}
.post-info p {
	font-weight: 300;
}
.post-info .permalink {
	color: #666;
	margin-bottom: 5px;
}
.sidebar-widget {
	padding: 15px;
}
.feature-box h5 {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10.78%, rgba(0, 0, 0, 0.8) 111.11%);
	padding: 20px 20px 12px 20px;
}
.post-thumb img {
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover !important;
	object-position: top center !important;
	height: 213px !important;
	border-radius: 8px;
}

.advertisement-banner-square img {
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover !important;
	object-position: top center !important;
	height: 380px !important;
	border-radius: 8px;
}
.sidebar-widget .social-media li i {
	width: 35px;
	height: 35px;
	border: 0px solid #fff;
	padding-top: 12px;
	background: #f2f2f2;
	display: block;
	text-align: center;
}
.blog-categories h3, .blog-popular-post h3, .blog-review h3 {
	font-size: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.blog-categories ul li {
	padding: 3px 0;
}
.blog-tags li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-tags li a {
  font-size: 15px;
  background: #f2f2f2;
  padding: 5px 9px;
  display: block;
  border-radius: 7px;
}
.blog-tags li a:hover {
  background: #ff6464;
  color: #fff;
}
.blog-author-profile img {
	width: 100px;
	margin: 12px auto;
	display: flex;
}
.blog-author-profile h2, .review-info h3 {
	font-size: 16px;
}
.blog-author-profile .social-media {
	display: flex;
	justify-content: center;
}
.post-thumb-small, .post-thumb-large {
  width: 40%;
  float: left;
  padding-right: 10px;
}
.post-info-small, .post-info-large {
  width: 60%;
  float: left;
}
.post-info-small h4, .post-info-large h4 {
  font-size: 14px;
}
.post-info-small .permalink{
  color: #666;
  font-size: 12px;
}
.post-info-large .permalink {
	color: #666;
}
.single-post-small, .review-post {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.single-post-small:last-child, .review-post:last-child{
	border: 0px solid;
	margin-bottom: 0;
}
.post-info-large {
	padding: 0 20px 20px 20px;
}

.blog-review h3 {
	font-size: 18px;
	padding: 0;
	margin-top: 6px;
}
.review-info .permalink, .review-info p {
	font-weight: 300;
}
.blog-heading h2 {
  border-bottom: 1px solid #f2f2f2;
  line-height: 5px;
  font-size: 27px;
}
.blog-heading {
  margin: 20px 0;
}
.blog-heading h2 span {
  background: #fff;
  padding-right: 20px;
}
.post-info-large h3 {
	margin-top: 30px;
}
.post-info-large span {
	background: #ffeaea;
	color: #ff6464;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}
.post-thumbnail img {
	max-width: 100%;
	margin-bottom: 20px;
}
.post-thumbnail img, .post-details-content img {
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
}
.post-tag {
	border-top: 1px solid #f2f2f2;
	margin-top: 20px;
	padding-top: 17px;
}
.sidebarProduct h4 {
	font-size: 12px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidebarProduct .btn {
	font-size: 12px;
	height: auto;
	line-height: 1;
	background: #ffeaea;
	color: #ff6464;
}
#productCarousel .owl-dot{
    width: 22px;
    height: 10px;
    border: 1px solid #FF6464;
    float: left;
    margin-right: 5px;
}
#productCarousel .owl-dot.active{
    background: #FF6464;
}
#productCarousel .owl-dots {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}
.productModalSummary{
	height: 150px;
	overflow-y: auto;
}
#buyModal .close {
	position: absolute;
	right: 0;
	top: 0;
}
#buyModal .close i {
	font-size: 31px;
	color: red;
}
.dashboard-navigation .list-group-item.active {
	border-color: #ff6464 !important;
	background-color: #FFF6F6 !important;
	color: #ff6464 !important;
	font-weight: 600;
}
.profile-thumb img {
	border-radius: .25rem !important;
	margin-bottom: .5rem !important;
}
.dashboard-widget .card-title {
	font-size: 35px;
}
.dash-wid-product {
	box-shadow: 0px 0px 6px #ddd;
}
.dash-wid-product h3 {
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 12px 7px;
	margin-bottom: 0;
	background: #222;
	color: #fff;
}
.pro-list {
	padding: 8px;
	height: 349px;
	overflow-x: hidden;
}
.pro-list .media img {
	width: 60px;
	margin-right: 10px;
}
.pro-list h5 {
	font-size: 13px;
	font-weight: 400;
}
.pro-list .media {
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #ddd;
}
.pro-list .media:last-child{
	border-width: 0px;
}
.custom-file-label {
	color: #6a6a6a;
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
	width: 100%;
	padding: 15px !important;
	border-radius: 5px;
	height: auto;
}
.custom-file-label::after {
	height: 100%;
	line-height: 2.8;
}
/*************************************
 		pagination CSS
*************************************/
.pagination {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pagination li a {
	background: #FFF6F6;
	color: #ff6464 !important;
	padding: 8px 15px;
	border-radius: 6px;
	display: block;
	margin-right: 6px;
}
.pagination li.active a, .pagination li:hover a{
	background: #ff6464;
	color: #fff !important;
}
.pagination .disabled a {
	color: #999 !important;
	cursor: not-allowed;
}
.pagination li.disabled:hover a {
	background: #FFF6F6;
	color: #999 !important;
}
/*========================
	Start Error 404 CSS
==========================*/ 
.error-page {
	text-align: center;
	background: #fff;
}
.error-page .error-inner {
	display: inline-block;
}
.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #f0baba;
	color: #eb282f;
	font-weight: 700;
}
.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}
.error-page .error-inner p {
	padding: 20px 15px;
}
/*========================
	End Error 404 CSS
==========================*/ 
.menu-area {
	background: #171926;
	height: 83px;
}
.header-top {
	padding: 5px 0;
}
.header-area {
	height: auto;
	box-shadow: unset;
	margin-bottom: 32px;
}
.logo img {
	width: 168px;
	padding-top: 12px;
}
.main-menu ul li a {
	padding: 10px 12px;
	font-size: 16px;
	line-height: 63px;
	text-transform: uppercase;
	color: #fff;
}
.multilevel-menu ul li a {
	color: #222;
	text-transform: unset;
	line-height: unset;
	padding: 5px 0;
}
.main-menu ul li:hover .multilevel-menu {
	top: 83px;
}
.main-menu ul li .multilevel-menu {
	width: 60vw;
}
.search-bar {
	width: 74%;
}