* {
	font-family: var(--fontFamilyStyle);
}

.theamColor{
    color: var(--theameColor);	
}
.theamBackgroundColor{
    background: var(--theameBackgroundColor);	
}

.homeStore{
	text-align: center;						
	widows: 100%;
	border: thin; 
	display: block;
	color: #4f4b44;
	font-size: medium;
}

.ofr {
	padding:0.2em;
}

.catNameDiv {
	
	background:white;
	cursor: pointer;
}

.itmName {
	font-size: 14px;
	font-weight: 600;
	font-family: var(--fontFamilyStyle);
	color: #4f4b44;
}

.catNameBtn {
	margin-bottom: 1px;
    background: var(--theameLightBorderColor);
    color: var(--theameColor);
    /* font-size: 0.7em; */
    font-size:12px;
    margin-top:1px;
    text-transform: capitalize;
    padding: 0.5em;
    width: auto;
    display: inline-block;
    font-weight: 600;
    
    border-radius: 4px;
    border-style: solid;
    border-color: powderblue;
    white-space: nowrap;
    
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_displayName {
	color: #4f4b44;
    font-size: var(--fontProduct);
    font-family: var(--fontFamilyStyle);
    text-transform: capitalize;
    font-weight: 600;
}

.item_displayNameSmall {
	color: #4f4b44;
    font-size: var(--fontProductSmall);
    font-family: var(--fontFamilyStyle);
    text-transform: capitalize;
    font-weight: 600;
}

.homePageImage {
	display: inline-block;
	height: 120px;
	width: 120px;
	margin-top: 1px;
}

.seaachPageImage {
	display: inline-block;
	height: 60px;
	width: 60px;
	margin-top: 1px;
}

.catalogImage {
	display: inline-block;
	height:40px;
	width:40px;
	margin-top: 1px;
}

.seccessmessage{	
			color:green;	
			text-align: center; 
}

.fa-calendar-alt {
	color: var(--theameColor);
}

.gallery-cursual
{
	overflow: hidden;
}

div.stars {
  width: auto;
  display: inline-block;
  float: center;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 20px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
 font-family: 'Font Awesome 5 Free';
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f005';
  color: #c0c0c0;
}

.texthead, .textheadnoalign
{
	font-size: normal;
}
.tablehead
{
	font-size: medium;
	font-weight:bold; 
	padding: 8 8;
}
.tableHeadTh{
	background-color: var(--theameLightBorderColor);
    border-color: white;
	font-size: medium;
	font-weight:bold; 
	padding: 8 8;
}
.cell1
{
    font-size: 14px;;
    padding: 16px 2px
}
/********************************************************************/

#progressbar {
    margin-top: 10px;
	margin-bottom: 10px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
}

#progressbar li {
    list-style-type: none;
    font-size: 10px;
    width: 50px;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar .step0:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f192"; 
    color: #fff;
    font-size: small;
    white-space: nowrap;
    max-width: 25px;
    /* padding: 0.5em 1em; */
    overflow: hidden;
    text-overflow: ellipsis;
}

#progressbar li:before {
    width: 25px;
    height: 25px;
    line-height: 2;
    display: block;
    font-size: 20px;
    background: #b6e9b6;
    border-radius: 50%;
    margin: auto;
    padding: 0px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #b6e9b6;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after,#progressbar li:nth-child(4):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #4ab558;
}

#progressbar li.active:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
}



.errormessage
{ 
	text-align:center;
	vertical-align:middle;
	color: #FF0000;
	font: bold;
	font-style:italic;
}
.divArea{
	display: block;
/* 	min-height: 40px;*/
 }


.footer-section {
    /* margin-top: 2em; */
    text-align: center;
   /* bottom: 0;
     position: absolute;
    left: 0;
    right: 0; */
}

.footer-grids {
	background-color: var(--theameLightBorderColor);
    border-top: 2px solid var(--theameColor);
}

.registerbox, .registerdropdown00, .registerdropdown, .registerboxarea{
	border: 1px solid var(--theameColor);
	outline-color:var(--theameColor);
	width: 96%;
	font-size: 1em;
	border-radius:5px;
} 
.registerbox:focus, .registerdropdown00:focus, .registerdropdown:focus, .registerboxarea:focus{
	border-width: 2px;
	background-color: #f8fdff;
}

.pricetr{
	padding: 4px 0px;
	min-height: 46px;
}
.item_info_fix {
	text-align:center;
	position: relative;
	padding-bottom:4px; 
}

.cart_message{
    position: absolute;
    opacity: 0.80;
	font-size: medium;
	color:var(--theameBackgroundColor);
	width: 90%;
}

.cart_message i{
	z-index: 9;
}

/* .fa-star {
	color: orange;
	margin-right: 8px;
}

.ratinglabel {
	margin-right:-33px;
	opacity: 0;
}

.ratings input[type="radio"]:checked {
	
} */

.sticky {
 z-index:9999;
  position: fixed;
  top: 0;
  width: 100%;
}

.stickyFoot{
  z-index:9999;
  position: relative;
  bottom: 0;
  width: 100%;
}

.stickyFootBottom{
  position: fixed;
}

.sticky + .content {
  padding-top: 102px;
}

.menuLink{
	padding: 5 2;
	margin: 1 1; 
}

.categoryMenu{
	display:flex;
	position:absolute;
	background-color: #fff;
	float: left;
	margin-top:20px;
	/* width: 98%; */
	z-index: 1000;
    overflow-y: scroll;
    max-height: 450px
}

.sub-main-w3 {
	margin: 1.5vw 5vw;
}

.prodSrch_Text {
	width: auto;
	font-size:85%; 
}

.register-but{

	text-align: center;
	margin-bottom: 1em;
	width: 100%;
}
.partyFav {
	text-align: center;						
	widows: 100%;
	/* background-color:var(--theameLightBorderColor); */
	border: thin; 
	/* margin:2px; */
	display: block;
	color: #4f4b44;
	min-height:40px;
	padding: 2px; 
	font-size: 0.7em;
}

.item_price {
	color: seagreen;
    font-size: 1em;
    /* margin: 5px 10px; */
	text-align: center;
}

.Redstar {
	color: red;
	margin-bottom: 0;
}

.quantity_text {
	
	width: 50px;
    border-radius: 8px;
    padding: 4px;
    text-align: center;
    margin: 5px;
}

.tag {
	font-size: 1em;
	font-weight:bold;
	margin-top: 10px;
}

.hyperlink {
	color: var(--theameBackgroundColor);
	text-decoration: underline;
}
.hyperlink:VISITED {
	color: var(--theameBackgroundColor);
	text-decoration: underline;
}

.cross {
	display: inline-block; 
	text-align: right; 
	color:var(--theameColor);
	cursor: pointer ;
}

.order-details {
	border:1px solid var(--theameColor);
	font-size: 1em;
	width: auto;
	margin: 2px;
	border-radius: 5px;
}

.ordbtn {
	padding:10px;
	margin: 10px;
	margin-top: 10px;
}

.orderSum {
	color: #4f4b44;
	font-size: 1em;
	margin:10px;
	border-bottom:2px solid var(--theameLightBorderColor);
}

.order-details-div {
	border-top: 1px solid var(--theameLightBorderColor);
	padding: 10px;
}


.prodReview {
    height:auto;
    background-color: white;
    border-style: solid;
    border-radius: 5px;
    border-color: seagreen;
    border-width: thin;
    padding: 2px;
    margin-top:2px;
    margin-bottom:2px; 
}

.errorDiv{
	display: none;
    width:100%;
    height:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
}


.divArea h3 {
	color: var(--theameColor);
	font-size: 1.2em;
	margin: 10px auto;
	font-weight: 600;
	/* text-decoration:underline;  */
	text-transform:uppercase;
	text-align: center;
}

.contact-grids {
	border: 1px solid #f3f5ff;/* var(--theameColor); */
	border-radius: 5px;
	padding-left:4px 10px;
}

.brand-gridView0Big {
	background-color: var(--theameLightBorderColor);
	border: 1px solid #f3f5ff;/* var(--theameColor); */
	padding: 10px;
	margin: 10px;
	cursor: pointer;
	text-align:center;
	border-radius: 5px;
	color:var(--theameBlack);
}

.brand-gridView0 {
	background-color: var(--theameLightBorderColor);
	border: 1px solid #f3f5ff;/* var(--theameColor); */
	padding: 5px;
	margin: 2px;
	cursor: pointer;
	text-align:center;
	border-radius: 5px;
	color:var(--theameBlack);
}

.brand-gridView1Big {
	background-color: var(--theameLightBorderColor);
	border: 1px solid #f3f5ff;/* var(--theameColor); */
	padding: 10px;
	margin: 10px;
	cursor: pointer;
	text-align:center;
	border-radius: 5px;
	color:var(--theameBlack);
}

.brand-gridView1 {
	background-color: var(--theameLightBorderColor);
	border: 1px solid #f3f5ff;/* var(--theameColor); */
	padding: 5px;
	margin: 2px;
	cursor: pointer;
	text-align:center;
	border-radius: 5px;
	color:var(--theameBlack);
}

.brand-gridViewWhite {
/* 	border: 1px solid #f3f5ff; */
	padding:2px;
	margin: 2px;
	cursor: pointer;
	text-align:center;
	border-radius:10px;
}
.brand-gridTitle{
	text-align: center;
	font-size:12px;
	padding-top:10px;
		
}
.shopBanner {
	padding: 8px;
	background: var(--theameLightBorderColor);
	border: 1px solid #f3f5ff;/* var(--theameColor); */
	width: 90%;
	margin: 0 0 0 5%;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	color: 	var(--theameColor);
}

.storeCaret {
	border-radius: 5px;
	background-color: white;
	font-size: 14px;
	padding:4px;
}
.fa-search, .fa-user, .fa-angle-double-right
{
	color: white;
	padding-left: 1px;
	font-size: 1.5em;
}

.fa-size
{
	font-size: 1.53333333em;
}

.fa-heart
{
	font-size: 1.53333333em;
	color: #c5ffc6;
}

.fa-times, .fa-shopping-cart,.fa-trash-alt {
	font-size: 1.53333333em;
	color: var(--theameColor);
}

.fa-rupee-sign {
	
	font-weight: 500;
	
}

.fa-stack {
	color: #d9d9d9;
}

.fa-circle {
	color: var(--theameLightBorderColor);
}

@font-face {
    font-family: 'Corben-Regular';
    src:url(../fonts/Corben-Regular.ttf) format('truetype');
}
@font-face {
    font-family: var(--fontFamilyStyle);
    src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}
p{
	padding:0 0;
	margin:0 0;
	font-size: 12px;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: var(--fontFamilyStyle);
	background-color:#fff;
	touch-action: pan-x pan-y;
    height: 100% ;
    overscroll-behavior-y: none;
}
.header-top {
    background-color: var(--theameHeaderBackgroundColor);
    min-height: 40px;
    box-shadow: 0 8px 10px rgb(34 34 34 / 5%);
    color: #222;
    -webkit-box-shadow: 0 8px 10px rgb(34 34 34 / 5%);
    
    
 }
.lang_list{
    float: left;
}
.dropdown1 {
    position: relative;
    background-color: #fff;
    color: #4f4b44;
    border: none;
	margin-top: 1em;
	cursor: pointer;
}
.top-right ul li {
    display: inline-block;
    border-right: 1px solid;
    padding: .3em .3em;
}
.top-right ul li:nth-child(1) {
    /* border-left: 1px solid; */
}
.top-right ul li:nth-child(3) {
    /* border-right: none; */
	/* width: 41%; */
}
.font20{
	font-size: 20px;
}
.box_1 h3 {
    color: rgba(113, 111, 111, 1);
    font-size: 1em;
}
.top-right ul li a {
    font-size: 1em;
    text-transform: uppercase;
    color:#999;
    text-decoration: none;
}
.top-right ul li.text a {
color:#fff;
}

span.simpleCart_total{
color:#fff;
}
span.cart_total{
color:#fff;
	font-size: 0.8em;
}
.cart.box_1 p {
    float: right;
	font-size: 0.8em;
    margin: 0.3em 0.3em 0;
	color:red !important;
}
.top-right {
    float: right;
    /* width: 50%; */

}
select.dropdown1:focus {
    outline: none;
}
.navbar-default {
    background-color: transparent;
    border-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    /* color: #000; */
    font-size:12px;
    text-transform: uppercase;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: var(--theameColor);
    background-color: transparent;
}
.navbar {
    position: relative;
    /* min-height: 50px; */
    margin-bottom: 0px;
    border: 1px solid transparent;
	float: left;
    width: auto;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: var(--theameColor);
    background-color: transparent;
}
.navbar-header {
    /* float: left; */
    width: auto;
	/* margin-top: 1em; */
}
.multi-column-dropdown li a.list {
    font-weight: 600;
}
.multi-column-dropdown li a.account {
    font-weight: 100;
    font-size:10px;
    height: 60;
    weight: 150;
}
.dropdown-menu .divider {
    height: 0px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #4f4b44;
    font-weight:bold;
    background-color: #fff!important;
}
.header-bottom {
/*      padding: 2px 0; */
}
.search-box {
    float: right;
    width: 20%;
	margin-top: 1em;
}
a.list1 {
    font-size: .9em;
}
h1.navbar-brand {
    text-transform: capitalize;
    font-family: var(--fontFamilyStyle);
	font-size: 2em;
}
h1.navbar-brand a {
    text-decoration: none;
    color: #fff;
}

div.navbar-brand {
    text-transform: capitalize;
    font-family: 'Corben-Regular';
	font-size: 1.5em;
}
div.navbar-brand a {
    text-decoration: none;
    color: #fff;
}

.texthead, .textheadnoalign{
	padding-left: 1em;	
}
.navbar-nav > li > a {
    padding-top: 0px;
}
.navbar-brand {
    float: left;
    font-size: 26px;
    line-height:12px;
	padding:0;
}
.dropdown-menu1 {
		min-width: 200px;
	}
	.dropdown-menu1 li a {
		padding: 5px 15px;
		font-weight: 300;
	}

	.dropdown-menu {
		min-width: 80px;
		color: #4f4b44;
	}
	.dropdown-menu.columns-2 {
		min-width: 400px;
	}
	.dropdown-menu.columns-3 {
		min-width: 600px;
	}
	.dropdown-menu li a {
		padding: 12px 24px;
		color: #4f4b44;
		font-family: var(--fontFamilyStyle);
		font-size: 14px;
		font-weight: 500;
		border-bottom: 1px solid powderblue;
	}
	.dropdown-menu li a:hover {
		background-color: var(--theameLightBorderColor);
	}
	.multi-column-dropdown {
		list-style: none;
		/* background-color:var(--theameLightBorderColor); */
		margin:1px;
		font-size: 16px;
		width: 100%;
		padding:20px;
	}
	.multi-column-dropdown li a {
		display: block;
		clear: both;
		line-height: 1.428571429;
		color: darkslateblue;
		white-space: normal;
	}
	.multi-column-dropdown li a:hover {
		font-weight:bold;
		text-decoration:underline;
		background-color: lightskyblue;
	}
	.menuTitle{
		font-weight: bold;
		font-size: 16px;
		padding: 5px;
	}
	
.homeHeading{
	margin-top:5px;
	margin-bottom:3px;
    padding: 5px 5px;
    text-align: left;
/* 	background-color: var(--theameLightBorderColor);
    background-image: url(../../admin/images/homeHeading.jpg);
     background-repeat: repeat-x;
 */
 	color: var(--theameBlack);
 	border-top: var(--theameLightColor);
    border-top-style: solid;
    border-width:1px;
    min-height:35px;
}
.homeHeading2{
	background-color: var(--theameLightBorderColor);
    padding: 2px 5px;
    text-align: left;
    background-image: url(../../admin/images/homeHeading2.jpg);
    background-repeat: repeat-x;
}
.homeHeadingInLine{
	font-size: 20px;
	display:inline;
	font-family: var(--fontFamilyStyle);
/* 	text-transform: uppercase; */
	font-weight: bold;
	cursor: pointer;
} 
.homeSellerHeading{
	font-size: 14px;
	display:inline;
	font-family: var(--fontFamilyStyle);
/* 	text-transform: uppercase; */
	font-weight: bold;
	cursor: pointer;
} 
 
.viewAllBtn{
	float: right;
	text-transform: capitalize;
	border-radius: 3px;
	color: var(--theameBackgroundColor);
	padding: 4px 5px;
	font-size: 12px;
	cursor: pointer;
	
	
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    /* border-color: powderblue;
    background-color: var(--theameLightBorderColor);
    border-style: solid;
     */
}

.viewDownBtn{
	float: right;
	text-transform: capitalize;
	border-radius: 3px;
	color: var(--theameBlack);
	padding: 0px 5px;
	font-size: 1em;
	cursor: pointer;
	
	display: none;
}

.homeHeading3{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	text-align: center; 
	text-transform: uppercase;
/* 	border: 1px solid var(--theameColor);
 	border-radius: 5px;*/
	background: var(--theameLightBorderColor); 
	color: var(--theameColor);
	/* margin:0.5em; */
	font-weight: 600;
	padding: 3px;
	
}
.cartIcon1{
	cursor:pointer;
  background-image: url("../images/cart.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height:35px;
  width:35px;
  margin: 1 1;
    display: -webkit-inline-box;
}
.wishlist1{
		cursor:pointer;
  background-image: url("../images/wishlist.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height:30px;
  width: 30px;
  margin: 1 1;
  display: -webkit-inline-box;
}	

	
.cartIcon{
	cursor: pointer;
	width: auto;
	height: 20px;
}


/* Primary search form used in header (rightSearch.jsp) */
div.searchBox {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border: 1.5px solid var(--theameLightButtonBorderColor);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}


div.searchBox::after {
  display: none !important;
}

div.searchBox input[type="text"],
div.searchBox input[type="search"],
div.searchBox select {
  float: none !important;
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  margin: 0 !important;
  padding: 0 16px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 0.95rem !important;
}

.texthovernone{
	border: none !important;
	border-radius: 0 !important;
}
.texthovernone:hover{
	border: none !important;
	border-radius: 0 !important;
}




div.searchBox input[type=text] {
    padding: 6px;
    border: 1px solid var(--theameLightButtonBorderColor);
    background: #fff;
/*  float: left;*/
    width: 70%; 
    border-radius:5px;
    font-size: 12px;
/*     margin-right: 1px;
    margin-left: 1px; */
     border: none !important;
}

div.searchBox button {
    padding: 4px;
    
    background: #d81230;
    color: white;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
/*  float: left;
   width: 100px; */
}

div.searchBox button:hover {
    /*background: #0b7dda;*/
    border: none !important;
}
div.searchBox::after {
    content: "";
    clear: both;
}
.searchDisplayHeader{
	font-size: 18PX;
	text-align:center; 
	font-weight: bold; 
	width: 65%; 
	position: absolute; 
	padding: 6px;
	display: inline;
}	
/*start search*/
.sb-search {
	position: absolute;
	right: 224px;
	width: 0%;
	min-width: 41px;
	margin: 0;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	background: none;
}
.sb-search-input {
	position: absolute;
	top: 0px;
	left: 1px;
	border: none;
	outline: none;
	background:#eee;
	width: 89%;
	height: 35px;
	margin: 0;
	z-index: 10;
	font-size: 13px;
	color:#4f4b44;
	padding-left: 1em;
}
.sb-search-input::-webkit-input-placeholder {
	color:#4f4b44;
}
.sb-search-input:-moz-placeholder {
	color: #4f4b44;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width: 40px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0;
    margin: 0;
    line-height: 85px;
    text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background:#000 url('../images/search.png') no-repeat 10px 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
   background:#000 url('../images/search.png') no-repeat 10px 7px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:24%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/img-sprite.png') no-repeat 0px 1px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*-- search-ends --*/

.banner-section {
	text-align: center;
    padding-top: 2px;
}
.banner-grid h2 {
    font-size: 2.5em;
    text-transform: capitalize;
    font-weight: 600;
    color: #4f4b44;
}
.banner-grid p {
   font-size: 1em;
   color: #777;
   margin: 1em auto 2em;
   line-height: 1.8em;
}
.banner-grid {
    margin-top: 0em;
     
}
.banner-grid0 {
	border:1px solid var(--designProductBorderColor);
}

.banner-grid1 {
	border:1px solid var(--designProductBorderColor);
}

a.buttonsmall {
    font-size: 1em;
    text-decoration: none;
    /* border: 2px solid #000;
    padding: 0.5em 1em;
     */
     color: var(--theameColor);
    
	font-weight: 600;
}
a.buttonsmall:hover {
    /* background-color: #000;
    color: #fff; */
    text-transform: uppercase;
}

a.button {
    font-size: 1em;
    text-decoration: none;
    border: 2px solid var(--theameColor);
    padding: 0.5em 4em;
    color: var(--theameColor);
    text-transform: uppercase;
	font-weight: 600;
}
a.button:hover {
    background-color: var(--theameColor);
    color: #fff;
}
.item img {
    width: 100%;
}
.item {
  position: relative;
 }
.item-info {
	position: absolute;
    width: 50%;
    top: 30%;
    left: 25px;
    display: none;
    background-color: rgba(255, 255, 255, 0.54);
    /* padding: 1.5em 0; */
}
.item:hover div.item-info {
  display: block;
}
.item-info h5 {
   font-size: 1em;
    text-transform: capitalize;
    color: #4f4b44;
    font-weight: 600;
}
.gallery {
    padding: 2em 0 0;
}
.quick {
    margin-left: 1em;
    text-align: center;
}
span.glyphicon.glyphicon-eye-open {
    top: 3px;
}

.gallery-grid {
  position: relative;
  padding: 0 0.5em 2em;
  border: 1px solid #eee;
}
.gallery-grid a {
    color: #4f4b44;
}

.gallery-info {
	position: absolute;
    width: 94%;
    top: 69.8%;
    left: 8px;
    display: none;
    background-color: rgba(25, 23, 23, 0.4);
    padding: .5em 0;
}
.gallery-grid img:hover {
     border: 1px solid rgba(25, 23, 23, 0.4);
}
.quick p {
    color: #fff;
	text-transform: capitalize;
}
.save p {
    color: #fff;
}
.gallery-grid:hover div.gallery-info {
  display: block;
}
.gallery-grid img {
    border: 1px solid #eee;
}

.gallery h3 {
    text-align: center;
    font-size: 2em;
    color: #4f4b44;
    text-transform: capitalize;
}
.gallery-grids {
    margin-top: .1em;
}
.div-border{
	border: 1px solid var(--theameLightBorderColor);
	/* border-radius: 5px; */
}

.galy-info{
    font-size: .75em;
    /* margin: 6px 0px; */
}
.galy-info p {
    /* font-size: 1em; */
   /*  color: #000; */
    margin: 1px 0 0;
	/* font-weight: 600; */
	
	
}
.galy-info h5 {
    font-size: 1em;
    color: #4f4b44;
}
/* ratings */
/**/
.rating {
	direction: rtl;
	text-align: center;
	float: left;
}
.rating > span {
	display: inline-block;
	position: relative;
}
.rating > span:hover,
.rating > span:hover ~ span {
	color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: gold;
}
.rating1 {
	direction: rtl;
	text-align: left;
}
.rating1 > span {
	display: inline-block;
	position: relative;
}
.rating1 > span:hover,
.rating1 > span:hover ~ span {
	color: transparent;
}
.rating1 > span:hover:before,
.rating1 > span:hover ~ span:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: gold;
}
ul.size {
  padding: 0;
  list-style: none;
  margin-top: 1em;
}
ul.size li {
  display: inline-block;
  margin: 0 10px 0 0;
}
ul.size h3 {
  color: #555;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  font-weight: 600;
}
ul.size li a {
  color: #555;
  font-size: 0.8125em;
  background: #fff;
  padding: 5px 5px;
}
ul.rating li a:hover, .price_single a:hover, ul.size li a:hover {
  color: #ee4a02;
  text-decoration: none;
}
.prices {
    float: right;
}

/* .galry {
    margin-top: 1em;
}
 */
/*----subscribe---*/
.subscribe{
    background: #eee;
    text-align: center;
    vertical-align:middle;
    /* padding: 0.4em 0; */
    border-top: 1px solid#CCC0C0;
    border-bottom: 0px solid#CCC0C0;
}
.subscribe h4{
	color: #4f4b44;
    padding-top: 0.2em;
    margin: 0;
    font-size: 1.5em;
	text-transform: capitalize;
	    font-weight: 600;
}
.subscribe1 {
    float: left;
   width: 40%;

}
.subscribe2 {
    float: left;
	 width: 60%;
}
.textbox1{
	border:1px solid #DCDADA;
	outline:0;
	width:70%;
	font-size:1em;
	padding:0.6em 1em;
	color:#7D7D7D;
}

.subscribe form input[type="text"]{
	border:1px solid #DCDADA;
	outline:0;
	width:70%;
	font-size:1em;
	padding:0.6em 1em;
	color:#7D7D7D;
}
.subscribe form input[type="password"]{
	border:1px solid #DCDADA;
	outline:0;
	width:70%;
	font-size:1em;
	padding:0.6em 1em;
	color:#7D7D7D;
}
.subscribe form input[type="submit"]{
	outline:none;
	border:2px solid var(--theameColor);
	width:20%;
	padding:0.55em;
	background:none;
	margin-left:1em;
	color:var(--theameColor);
	font-weight: 600;
}
.subscribe form input[type="submit"]:hover{
	color:var(--theameColor);
	border:2px solid var(--theameColor);
	border: none !important;
	background:#fff;
	transition:0.5s all;
		-webkit-transition:0.5s all;
		-moz-transition:0.5s all;
		-o-transition:0.5s all;
		-ms-transition:0.5s all;
}
/*----/subscribe---*/

.footer-section {
    /* padding: 1em 0; */
}
.footer-grid h4 {
    font-size: 0.95em;
    text-transform: uppercase;
    color: var(--theameColor);
	margin-bottom:0.5em;
	font-weight:bold;
}
.footer-grid ul li {
    list-style: none;
}
.footer-grid ul li a:hover {
    color: #4f4b44;
}
.footer-grid ul li a {
    font-size: 0.5em;
    text-decoration: none;
    line-height: 2em;
    color: #4f4b44;
    list-style: none;
    text-transform: capitalize;
}
.footer-grid1 p a {
    color: #B7B4B4;
    margin-left: 6px;
}
.footer-grid1 p {
    font-size: 0.9em;
    color: #B7B4B4;
    line-height: 1.8em;
}
.single-grids {
    padding: 4em 0;
}
.single-grid1 h2 {
    font-size: 2.5em;
    text-transform: capitalize;
	margin-bottom: 0.3em;
	    font-weight: 600;
}
.single-grid1 ul li {
    list-style: none;
	border-bottom: 1px solid #E8E5E5;
}
.single-grid1 ul li a:hover {
    color: #4f4b44;
}
.single-grid1 ul li a {
    font-size: .95em;
    text-transform: capitalize;
    line-height: 3em;
    color: #999;
    text-decoration: none;
}
p.qty {
   
    display: inline-block;
   /*  margin: 5px 0px 5px 0px; */
}
.single-grid #quantity {
    width: 50px;
    height: 37px;
    display: inline-block;
    margin: 15px 10px 0 10px;
    padding: 9px 0px 8px;
    outline: none;
    text-align: center;
}
.single-grid h3 {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #4f4b44;
    /*margin-bottom: 1em;*/
}
.single-grid p {
    font-size: 0.95em;
    line-height: 1.8em;
    color: #777;
}
.single-grid h5 {
    font-size: 1em;
    color: #4f4b44;
}
span.glyphicon.glyphicon-star-empty:hover {
    color: red;
}
.btn_form a {
    outline: none;
    display: inline-block;
    font-size: 14px;
    padding: 0.5em 1em;
    border: 2px solid var(--theameButtonBorderColor);
    background: var(--theameButtonBackgroundColor);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-decoration: none;
	/*margin-bottom: 1em;*/
}
.btn_form a:hover {
    border: 2px solid var(--theameButtonBorderColor);
    color: var(--theameButtonFontColor);
}
.tag a {
    color: #4f4b44;
}
h4.panel-title a {
  /* font-size: 1em; */
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  display: block;
  text-decoration: none;
}
.panel-body {
  padding: 15px;
  color: #999;
  line-height: 1.8em;
  font-size: 1em;
}

.panel-default > .panel-heading {
  color: #fff;
	background-color:var(--theameColor);
    border-color:var(--theameColor);
}
.collpse{
	padding:1em 0 0
}
.rel{
	text-align:center;
}
.rel p{
	font-size:1.5em;
	color:#0ea4d6;
	margin:2em 0 1em;
}
p span.val{
	font-size:1em;
	color:#f65a5b;
}
p span.overline{
	text-decoration:line-through;
	color:#4f4b44;
}
.related-products {
    padding: 4em 0;
    background-color: #fff;
	text-align: center;
}
.products-grid img {
    margin: 0 auto;
}
.related-products h3 {
    font-size: 1.2em;
    text-transform: capitalize;
    margin-bottom: 1em;
    text-align: center;
}
.products-grid h4 {
    font-size: 1.1em;
    color: #4f4b44;
    padding: 0.5em 0;
}
.products-grid a {
    text-decoration: none;
}
.products-grid  span {
    color: #333;
    font-size: 1.3em;
    padding: 4px 0;
    font-weight: 500;
    display: inline-block;
}
.product1 {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 2em 0;
}
.product1:hover {
    border: 1px solid #000;
    padding: 2em 0;
}
.social-icons {
    margin-bottom: 1em;
}
.social-icons a i:hover {
    opacity: .5;
}
.social-icons a i {
    background: url(../images/img-sprite.png) no-repeat 0px 0px;
    width: 22px;
    height: 22px;
    display: inline-block;
	background-size: 320px;
	 margin: 0 3px;
}
.social-icons  i .icon{
	background-position: 0px 0px
}
.social-icons a i.icon1 {
    background-position: -22px 0px
}
.social-icons a i.icon2 {
    background-position: -44px 0px
}
.social-icons a i.icon3 {
    background-position: -66px 0px
}
.social-icons a i.icon4 {
    background-position: -88px 0px
}
.social-icons a i.icon5 {
    background-position: -110px 0px
}
/*--login--*/
.login-page {
 /*  margin:-10px; */
  padding: 5px;
  /* top: 50px; 
  width: 100%;
  */
 
  background-color: white;
  /* background-image: url(../../admin/images/lgbackg.jpg); */
  background-repeat:repeat;
  color: #000014;
  border:5px solid var(--theameLightBorderColor);
  
   position: fixed;
   z-index:9999;
  width: 100%;
  height: 100%;
  
}
.login-left {
	padding: 0;
}
.login-left h3, .login-right h3 {
	color:var(--theameColor);
	font-size: 1.2em;
	padding-bottom: 0.5em;
	font-weight:600;
}
.login-left p, .login-right p {
	display: block;
	font-size: 1em;
	margin: 0 0 2em 0;
	line-height: 1.8em;
}
.acount-btn {
	border: 2px solid var(--theameColor);
	background-color: var(--theameColor);
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	font-size: .7em;
    padding: 8px 2px;
    border-radius: 5px;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
	background-color:#fff;
	text-decoration:none;
	color:var(--theameColor);
}
.btn {
	cursor:pointer;
	border: 1px solid var(--theameButtonBorderColor);
	color: var(--theameButtonFontColor);
	/* font-size: 1.2em; */
	padding: 0.8em .8em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	background-color: var(--theameButtonBackgroundColor);
	font-size: .9em;
	margin-top:3px;
	border-radius: 5px;
}
.btn {
	}
.btn_light {
	cursor:pointer;
	border: 1px solid var(--theameLightButtonBorderColor);
	color: var(--theameLightButtonFontColor);
	/* font-size: 1.2em; */
	padding: 0.8em .8em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	background-color: var(--theameLightButtonBackgroundColor);
	font-size: .9em;
	margin-top:3px;
	border-radius: 5px;
}

/* .btn:hover{
	background:#fff;
	color: var(--theameColor);
}
 */
.btn:active{
	background-color: var(--theameColor);
	color: #fff;
}

.btnSmall{
	font-size:14px;
	padding:6px 16px;
	font-weight: 600px;
}

.btnLarge{
	cursor: pointer;
	text-align:center;
	width:80%;
	margin:10px;
	padding-bottom: 10px;
	font-weight:700;
	font-size:16px;
}

.btnWhite {
	cursor:pointer;
	border: 2px solid var(--theameColor);
	/* font-size: 1.2em; */
	padding: 0.8em .8em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	font-size: .9em;
	margin-top:3px;
	border-radius: 5px;
	background-color: #ffffff;
	color: var(--theameColor);
	margin:0px 4px; 
}
a .btn:visited{
	background-color: var(--theameColor);
	color: #fff;
}

.login-right form {
	padding: 1em 0;
}
.login-right form div {
	padding: 0 0 2em 0;
}
.login-right span {
	/* font-size:0.8125em; */
	font-size:12px;
/* 	color: #999;
	padding-bottom: 0.2em; */
	display: block;
	text-transform: uppercase;
	color: #4f4b44;
	font-weight:900;
}
.login-right input[type="text"] {
	border: 1px solid var(--theameColor);
	outline-color:var(--theameColor);
	width: 98%;
	/* font-size:0.8125em; */
	font-size:16px;
	padding: 1em;
	border-radius: 10px;
}
.login-right input[type="password"] {
	border: 1px solid var(--theameColor);
	outline-color:var(--theameColor);
	width: 98%;
	/* font-size:0.8125em; */
	font-size:16px;
	padding: 1em;
	border-radius: 10px;
}
.login-right input[type="submit"] {
	border: 2px solid var(--theameColor);
	color: var(--theameColor);
	font-size: 1em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	outline:none;
	background-color: #fff;
}
/*--register--*/
.register{
	padding:0em 0;
}
.register-top-grid h3, .register-bottom-grid h3 {
	color:#4f4b44;
	font-size: 1.2em;
/* 	padding-bottom: 15px; */
	margin: 10px auto;
	font-weight: 600;
	text-decoration:underline; 
	text-transform: uppercase;
	text-align: center;
}
.register-top-grid div, .register-bottom-grid div {
	width: 100%;
	float: left;
	margin: 2px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#4f4b44;
	/* font-size: 0.85em; */
	font-size:12px;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"],.register-top-grid input[type="file"] {
	border: 1px solid var(--theameColor);
	outline-color:var(--theameColor);
	width: 98%;
	/* font-size: 1em; */
	font-size:12px;
	padding: 0.5em;
	border-radius:5px;
}
.register-top-grid input[type="password"], .register-bottom-grid input[type="password"] {
	border: 1px solid var(--theameColor);
	outline-color:var(--theameColor);
	width: 98%;
	/* font-size: 1em; */
	font-size:12px;
	padding: 0.5em;
	border-radius:5px;
}

.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	float: left;
	position: relative;
	font-size: 0.85em;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color:#808080 ;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
/*	display: block;
 	text-transform: uppercase;
 */	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
	vertical-align:-webkit-baseline-middle;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid var(--theameColor);
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	/* margin-top:1em; */
}
.register-but form input[type="submit"] {
	border: 2px solid var(--theameColor);
	color: #fff;
	font-size: 1.2em;
	padding: 0.6em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	background-color: var(--theameColor);
}
.register-but input[type="submit"]:hover {
	background:#fff;
	color: var(--theameColor);
}
div.register-bottom-grid {
	/* margin-top:3em; */
}
/*--register--*/
/*--checkout--*/
.cart h2{
	font-size:1.5em;
	margin-bottom:1em;
}

.cart-sec{
	border-bottom: .1px solid #f8fafb;
	padding-bottom:.5em;
}
.cart-item{
	width:20%;
	float:left;
	margin-right:5%;
	
}
.cart-item img{
	width:100%;
}
.cart-item-info{
	width:75%;
	float:left;
	 
}
.check{
	padding:5em 0;
}
.cart-item-info h3{
	/* font-size: 1em; */
	font-size:14px;
	/* font-weight:600; */
	text-transform: capitalize;
}
.cart-item-info h3 a{
	color:#4f4b44;
}
.cart-item-info h3 span{
	display:block;
	font-weight:400;
	font-size: 1.2em;
  margin: 0.7em 0;
}
.size_3 {
  width:100%;
}
.delivery {
  margin-top: 3em;
}
.delivery p {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: left;
}
.delivery span {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: right;
}
.cart-item-info h4 span{
	font-size:0.65em;
	font-weight:400;
} 
.close1,.close2{
 /* background: url('../images/close_1.png') no-repeat 0px 0px;*/
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 10px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.close3 {
  background: url('../images/close_1.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.cart-header {  
  position: relative;  
  /* margin: 2em 0.5em; */
  margin:0.5em;
}
.cart-header2 {  
  position: relative;  
}
.cart-header3 {  
  position: relative;  
}
a.order {
  background:#00405d;
  padding: 10px 20px;
  
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin:3em 0;
}
a.order:hover{
	background:#615c85;
}
.total-item,.cart-items{
	margin-top:0em;
	/* padding:5em 0; */
}

.total-item h3 {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:6em;
}
a.cpns{
	background:#ff6978;
	color:#fff;
	
	padding: 10px;
  font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background: #615c85;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;
	color:#727272;	
}
.total-item p a:hover{
	color:#333;
	text-decoration:underline;
}
a.continue{
	background:#00405d;
	padding:10px 20px;
	
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
   margin-bottom:2em;
}
a.continue:hover{
	background:#615c85;
}
ul.total_price{
	padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.total_price li.last_price{
	width: 50%;
  float: left;
  
}
ul.total_price li.last_price span{
	font-size: 1.1em;
  color: #000;
}
.price-details{
	border-bottom: 1px solid #DDD9D9;
  padding-bottom: 10px;
}
.price-details h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:1em;
}
.price-details span{
	width: 50%;
  float: left;
 font-size: 0.8125em;
  color: #000;
  line-height: 1.8em;
}
.cart-items h2 {
  font-size: 1.5em;
  margin-bottom:2em;
}
a.item_add1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* border-bottom-right-radius: 50%; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px;
  background: url(0) #f54d56;
}
.btn_5{
	padding:25px 40px;
	font-size:1.1em;
}
ul.qty{
	padding:0;
	margin:0;
	list-style:none;
}
ul.qty li{
   display: inline-block;
   margin-right: 10%;
}
ul.qty li p{
	font-size:0.8125em;
	color:#555;
}
li.bt-nn h6 {
  font-size: 1.2em;
  text-align: r;
  color: #621622;
  margin: 1em 0;
}
.cur-left {
  float: left;
}
.cur-right {
  float: right;
}

.b-search {
  float: left;
  width: 33.33%;
  text-align: center;
    padding: 0em;
    position:relative;
}
.pick {
  float: left;
  text-align: center;
  width: 33.33%;
    padding: 0em 2.2em;
    position:relative;
}
.delv {
  float: left;
  width: 33.33%;
  text-align: center;
    padding: 0em 0 0 4.3em;
}

i.sear{
  background: url(../images/search-icon.png) no-repeat 0px 2px;
  height: 26px;
  width: 26px;
  display: inline-block;
 vertical-align:middle;
}
.boo-lef {
  width: 90px;
  height: 90px;
  background-color:rgb(217, 107, 102);
  border-radius: 50%;
  padding: 1.5em 0;
}
.boo-lef p {
  color: #fff;
  font-size: 0.85em;
}
i.ca-r{
  background: url(../images/ca-r.png) no-repeat 0px 0px;
  height: 26px;
  width: 26px;
  display: inline-block;
 vertical-align:middle;
}
i.sele{
  background: url(../images/sele.png) no-repeat 0px 0px;
  height: 26px;
  width: 26px;
  display: inline-block;
 vertical-align:middle;
}
.book-top {
  margin: 0 0 2em;
}

.order-top h6 {
  color: #621622;
  margin: 1em 0;
}
.pre-top a {
  color: #5B9922;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.pre-top a:hover{
	color:#621622;
}
.product-model {
    /* padding: 2em 0; */
}
.product-model-sec {
    margin: 2em 0 0 0;
    float: right;
}
.rsidebar {
  /* margin: 5px; */
  overflow:auto;
  height:100%;

    float: left;
    width:auto;
    font-weight: bold;
    z-index: 9999;
    background-color:white;
}
.loadProduct{
	display: block;
/*     float: right; */
    width: 100%;
}

/*-----*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate button{
	padding:10px;
	color:#fff;
	font-size:0.8em;
	cursor:pointer;
	margin: 32% auto 0 auto;
	display: block;
	border:none;
	width:60%;
	text-decoration:none;
	background:rgba(25, 23, 23, 0.4);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-transform:uppercase;
	font-size:1em
}
.glyphicon-zoom-in:before {
  content: "\e015";
  color:#fff;
	font-size:0.9em;
}
.b-animate button:hover{
	background:rgba(25, 23, 23, 0.4);
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height: 420px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.product-grid {
	width:25%;
	/* margin: 0 3% 4% 0; */
	float: left;	
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	/* min-height: 200px; */
	min-height: 167px;
	padding-bottom:1px;
	border:1px solid var(--designProductBorderColor);
}
.product-grid:hover {
	/* z-index: 1; */
	/* border-bottom:2px solid var(--theameLightBorderColor); */
}
.more-product-info span {
	color:#fff;
	font-size:1em;
	font-weight:500;
	padding:5px 10px;
	display: block;
	background:var(--theameLightBorderColor);
	position: absolute;
	top: 0px;
	right: 0;
	cursor: pointer;
	z-index: 999;
}
.products-row a:hover{
	text-decoration:none;
}

.product-info-cust {
	padding: 1px 3px;
	text-align: center;
	font-size: 0.75em;
	font-weight: 800;
} 
.item_displaytrim {
    max-width: 100%;
    /* padding: 0.5em 1em; */

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
/*     min-height: 40px; */
    
    /* white-space: nowrap; */
}

.item_displaygridViewBig{
	max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; */
    padding: 0 5 0 5;
    height: 44px;
}

.item_displaygridView{
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	 /* display: -webkit-box; */
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
	padding: 0 2 0 2;
	height: 18px;
	font-size: 12px;
    font-family: var(--fontFamilyStyle);
}

.item_displayName {
	color: #4f4b44;
    font-size: var(--fontProduct);
    font-family: var(--fontFamilyStyle);
    text-transform: capitalize;
    font-weight: 600;
}

.item_quantity {
  margin: 1em 0;
  font-size: 0.75em;
  padding: 1px 2px;
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  border: 0px;
    
} 

.ofr {
	padding:1px;
}
.item_add{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	padding:0.5em 2em;	
	display:inline-block;
	border-radius:5px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
	margin: 5px 0px 0px 0px;
	background:#000;
	border:none;
	outline:none;
	width: 90%;
	text-align: center;
}
.prt_name{
	/* padding: 0.8em 1.2em; */
	float:none;
}


.items{
	margin:10px 0 0px 113px;
}

.item_add_small{
	color:#fff;
	text-decoration:none;
	font-weight:600;
	/* padding:0.5em 2em; */	
	display:inline-block;
	border-radius:5px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
	margin: 0.5em 10px 0px 0px; 
	background:#000;
	border:none;
	outline:none;
}

.product-info-price {
	float: right;
	background: #fff;
	width: 27%;
	text-align: center;
	padding: 0.545em;
}
.product-info-cust h4{
	color: #caccce;
    font-size: 0.95em;
    font-family: 'Dosis-Bold';
    text-transform: uppercase;
}
.product-info-cust p{
	 margin:1px 0;
	 letter-spacing:1px;
	 font-size:0.85em;
	 color:#333;
}
span.item_price{
	color:seagreen;
    font-size: 16px;
    /* margin: 5px 10px; */
	display:block;
	text-align: center;
}
span.item_pricein{
	color:seagreen;
    font-size: 14px;
    margin: 5px 10px;
	display:block;
	text-align: justify;
}
span.item_priceSmall{
	color:seagreen;
    font-size: var(--fontProductSmall);
    /* margin: 5px 10px; */
	display:block;
	text-align: center;
}

.pric1 {
    color: #ADADAD;
    font-size: 12px;
	display:inline-block;
}
.pric2{
    font-size: initial;
    color: white;
	margin-left:10px;
}
.pric1Small{
    color: #ADADAD;
    font-size: var(--fontProductSmall);
	display:inline-block;
}

.checkoutAddress p{
	font-size: 16px;
	padding: 6px 0px;
}

.disc {
    color:seagreen;
    font-size: 12px;;
	display:inline-block;
}
.discSmall {
    color:seagreen;
    font-size: var(--fontProductSmall);
	display:inline-block;
}

.quantitytextspan {
	margin:5px 0px;
	background: #fff;
	padding: 0.4em;
}

.plus_minus {
	text-align: center;
	padding:0% 5%;
	background: var(--theameLightBorderColor);
}

.quantity_span {
	margin: 1 0.3em;
	padding: 0.4em;
	background: var(--theameLightBorderColor);
	border: 1px solid var(--theameLightBorderColor);
	border-radius: 50px;
}
.quantity_span_minwidth {
	width:50%;
	float: right;
}

p.pric1 {
    color: #ADADAD;
    font-size: 12px;
	display:inline-block;
}
p.disc {
    color: rgba(7, 152, 40, 0.69);
    font-size: 12px;
	display:inline-block;
}
.tab-grids {
	margin-top: 2em;
}
/*-- start scrollpane --*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding:5px 20px 20px 10px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #f0f0f0;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*----*/
ul.place{
	margin: 5px 0;
	background: #fff;
	width: 100%;  
	padding:0px 5px;
  	cursor: pointer;
}
ul.place li{
	display: inline-block;
	padding: 6px;
}
ul.place li {
	color: #8c8c8c;
	text-decoration: none;
	cursor: pointer;
}
ul.place li span{
	color: #f02b63;
}
ul.place li.sort{
	float:left;
}
ul.place li.by{
	float:right;
}
.single-bottom p{
	font-size:0.9em;
	padding:2px 10px;
}
.possible-about p{
	color:#727272;
	font-size:1em;
	line-height:1.5em;
}
.possible-about h4{
	color:#7db122;
	font-size:1.4em;
	
	font-weight:600;
	   padding: 0 0 0.3em;
}
ul.dropdown-menu1 li {
  list-style: none;
}
label.amount {
  color: #7c8389;
  margin-right: 5px;
}
span.amount {
  color: #7c8389;
}
.product-model h2{   
 text-align: center;
    font-size: 2.5em;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}
ul.dropdown-menu1 li a:hover{
	color:#000!important;	
}
.glyphicon-minus:before {
    content: "\2212";
    color: #fff;
    font-size: 9px;
    background: #000;
    padding: 1px 6px;
    margin-right: 5px;
}
p.simpleCart_empty{
color:red;
}
.glyphicon-minus {
    top: -1px!important;
}
/**/
.sky-form .rating {
	font-size: 15px;
	color: #404040;
}
.sky-form .rating:last-child {
	margin-bottom: 0;
}
.sky-form .rating input {
	position: absolute;
	left: -9999px;
}
.sky-form .rating label {
	display: block;
	float: left;
	height: -4px;
	cursor: pointer;
}
.sky-form [class^="icon-"] {
	display: block;
    width: 18px;
    height: 18px;
    background: url(../images/star.png) 0 -3px;
    float:left;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* checked state */
/**/
.sky-form .radio input + i:after {
	background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .rating input:checked ~ label {
	color: #2da5da;	
	 background: url(../images/star.png) 0 -20px;
	display: -webkit-box;
}
.id h4{
	color: #777;
  font-size: 0.85em;
}
.item-list ul{
	padding-left:15px;
}
.item-list ul li {
	padding:2px 0;
	color:#999;
	font-size:0.9em;
}
.item-list ul li a{
	text-decoration:underline;
	color:#999;
	font-size:0.95em;
}
.cost{
	margin:0.3em 0 1em 0;
}
.prdt-cost{
	float:left;
	  margin-right: 13%
}
.prdt-cost ul li{
	display:block;
	font-family: 'Arimo', sans-serif;
	font-size:0.8em;
	padding:2px;
	color:#999;
}
.prdt-cost ul li.active{
	font-size:1.3em;
	color:red;
}
.prdt-cost ul a{
font-size: 0.8em;
  display: inline-block;
  background: #00a0dc;
  padding: 0.6em 2em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-top:5px;
}
.prdt-cost ul a:hover{
	background: #333;
}
.glyphicon-map-marker:before {
  content: "\e062";
  color:#999;
  margin-right:8px;
}
.det {
  margin-top:4em;
    padding-right: 3em;
}
.form-control:focus{
	border-color:#ccc!important;
   outline: 0!important;
   webkit-box-shadow:none;
  box-shadow: none;
}
.single-bottom1 h6 {
  background: #F3F3F3;
  padding: 10px;
  color: #333;
  font-size: 1.35em;
  margin-top:2em;
  font-family: 'JosefinSans-Bold';
}
p.prod-desc {
  color: #999;
  padding-top: 5px;
  line-height: 1.8em;
  font-size:1em;
}
.pl-lft {
    float: left;
    width: 45%;
}
.pl-rgt {
    float: right;
    width: 55%;
    padding: 1.6em 0em 1.6em 1em;
}
.pro-tp p a{
    color: #6e7786;
    font-size: 1em;
    margin: 1em 0;
    line-height: 1.8em;
	text-decoration:none;
}
.pro-tp p a:hover{
color:#8ce78a;
}
.pro-tp h6 a{
    color: #000;
    font-size: 1em;
    margin:0;
    font-weight:700;
	text-decoration:none;
}
.pro-tp h6 a:hover{
color:#8ce78a;
}
.pro-tp {
    margin: 0 0 2em;
}
.pr-btm h4 {
    color: #6e7786;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 1em;
}
.pr-btm h6 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 1em 0;
    color: #000;
}
.pr-btm p {
    color: #6e7786;
    font-size: 1em;
    margin: 1em 0;
    line-height: 1.8em;
}
.pr-btm {
    text-align: center;
	margin:6em 0 0;
}
.pr-btm img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
.bottom-cd.simpleCart_shelfItem {
    padding-right: 5em;
}
.grow {
    background-color: #8ce78a;
    padding: 1.3em 0;
}
.grow h2 {
    color: #fff;
    font-size: 2em;
    margin: 0;
    font-weight: 700;
}
.pro-du {
    padding: 4em 0;
}
.ca-rt {
    float: right;
    width: 42%;
    padding: 2em 0 0;
}
.top-sing {
    margin-bottom: 7em;
}
.contact{
	padding: 4em 0;
}
.contact h2 {
	text-align: center;
    font-size: 2.5em;
    color: #000;
    text-transform: capitalize;
	font-weight: 600;
}
.google-map iframe {
	width: 100%;
	min-height: 400px;
	border: none;
	margin-bottom: 2em;
}
.google-map {
  margin-top: 3em;
}
p.contact-text{
	color: #777;
	line-height: 1.8em;
	font-weight: 400;
	font-size: 1em;
}
.contact-left p {
	color: #777;
	font-weight: 400;
	font-size: 1em;
	  line-height: 1.8em;
}
address {
   margin: .5em 0 0;
 }
.contact-right h5{
	font-size:1em;
	text-transform: uppercase;
	/* font-weight: 400; */
	padding: 10px 0;
	color: #4f4b44;
	
}
.contact-right input[type="text"] {
	width: 90%;
	padding: 10px 10px;
	border: 1px solid var(--theameColor);
	font-size: 1em;
	border-radius:5px;
}
.contact-right textarea {
	width: 100%;
	padding: 10px 10px;
	font-size: 1em;
	height: 10em;
	resize: none;
	outline: none;
	border: 1px solid #dcdee0;
}
.contact-right input[type="submit"] {
	width: 20%;
	font-size: 1em;
	text-transform: uppercase;
	background: #000;
	border: none;
	outline: none;
	margin-top: 0.5em;
	color: #fff;
	font-weight: 500;
	padding: 10px 0;
}
.contact-right input[type="submit"]:hover {
	background: #eee;
    color: #000;
}
.single-product-grids{
	float:none;
}
.single-product {
    width: 22%;
    margin: 0;
}
.single-product:nth-child(2){
	margin:0 3%;
}
.single-product:nth-child(3){
	margin:0 3%;
}
/***End contact page ***/




/*  Paging   */
.pageing {
	padding-left: 3px;
	font-weight: bold;
	color: #191B1F;
	text-decoration: none;
	cursor: hand;
}

.pageingnumbers {
	color: #444F58;
	text-decoration: none;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	cursor: hand;
	padding:4px 6px;
	font-size: small;
    margin: 0px 2px 0px 2px;
}
a.pageingnumbers:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: var(--theameColor);
	cursor: hand;

}
a.pageingnumbers:active {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: var(--theameColor);
	cursor: hand;
}
a.pageingnumbers:visited {
	color: var(--theameColor);
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #ffffff;
	cursor: hand;
}

.pageingnumbersprivious {
	/* color: var(--theameColor); */
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #ffffff;
    padding: 0px 2px 0px 2px;	
}

a.pageingnumbersprivious:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: var(--theameColor);
	cursor: hand;
}
a.pageingnumbersprivious:active {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: var(--theameColor);
	cursor: hand;
}


.pageingnumbersnext {
	/* color: var(--theameColor); */
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #ffffff;
	cursor: hand;
    padding: 0px 2px 0px 2px;
}
a.pageingnumbersnext:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: var(--theameColor);
	cursor: hand;
}
a.pageingnumbersnext:active {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: var(--theameColor);
	cursor: hand;
}

.currentpageingnumbers{
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #dddddd;
	text-align: center;
	background-color: var(--theameColor);
	font-size: small;
	padding: 6px;
	border-radius: 1px;
    margin: 0px 2px 0px 2px;
}

.pageing2 {
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
}

a.priviousRecord{
	padding-left: 10px;
	padding-right: 10px;
}
/*Paging end*/

.ontopDivInner{
		z-index: 2000;
		display: none;
		color: #4f4b44;
	    background-repeat: repeat;
	    overflow-x: auto;
	    width: 100%;
}
.ontopDiv {
		z-index: 2000;
		display: none;
		background-color: var(--theameLightBorderColor);
		color: #4f4b44;
		width: 100%;
		height: 100%;
		position: absolute;
		color: #4f4b44;
	/* To align popup window at the center of screen*/
		top: 20%;
		left: 5%;
		background-image: url(../../admin/images/ontopbg.jpg);
	    background-repeat: repeat;
}




/* Mobile view Start here  */


.shopBtn {
	background-color: #000000;
	color: #aaaaaa;
	width: auto;
	height: auto;
	border-radius: 8px;
	border: none;
}

.theamcolor{
    color: var(--theameColor);
}

.topBtn {
	cursor:pointer;
	border: 2px solid var(--theameColor);
	color: #fff;
	/* font-size: 1.2em; */
	padding: 0.4em .8em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-transform: uppercase;
	outline: none;
	background-color: var(--theameColor);
	font-size: .8em;
	margin-top:3px;
	border-radius: 5px;

  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 40px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
 
}

.topBtn:hover {
 	background:#fff;
	color: var(--theameColor);
}



.m-footer {
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
   background-color: var(--theameColor);
   z-index:9900;
   position:fixed;
}  

.m-footer ul li{
	width:24%;
	display:inline-block;
	padding: 4px 0px;
}  

.m-footer ul li a{
	color: #fff;
	font-size: 16px;
}  
.m-footer ul li span{
	color: #fff;
	font-size: 16px;
}  


.cartCount{
  position: absolute;
  top: 4px;
  right: 6px;
  padding: 0px 4px;
  border-radius: 50%;
  background: var(--theameBackgroundColor);
  color: white;
  font-size: 11px;
}
.notification_new{
  position: absolute;
  top:0px;
  padding: 0px 4px;
  border-radius: 50%;
  background: deepskyblue;
  color: white;
  font-size: small;
  margin: 0px 2px;
}

.onTopDivLoading{
	z-index: 2000;
 	display: none;
	padding: 200px 0px 0px 0px;
    /*height: 460px;*/
    height: 87%;
    background-color: white;
    opacity: .5;
    position: absolute;
    width: 100%;
    color: darkblue;
    font-weight: bold;
}

.onPopupDivLoading{
	z-index: 2000;
/* 	padding: 0px 0px 0px 200px; */
	width:100%;
	text-align:center;
    background-color: white;
    opacity: .5;
    position: absolute;
    color: darkblue;
    font-weight: bold;
}

.resCenter{
	display: flex;
    justify-content: center;
}

.headerBtn{
	text-transform: capitalize;
/* 	background-color: var(--theameLightBorderColor); */
	border-radius: 3px;
	color: var(--theameColor);
	padding: 0px 1px;
	font-size: 1em;
}

.invoice_new {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 6px;
    border-radius: 50%;
    background: #ff7272;
    color: white;
    font-size: 12px
}

.columnStore {
  float:left;
  width:31.33%; 
  padding: 10;
  margin: 1%;
  cursor: pointer;
  font-weight: bold;
  color:var(--theameDarkColor);
}
.columnStore:HOVER{
  color: black;
  text-decoration: underline;
}
.columnStore a {
  font-weight: bold;
  color:var(--theameDarkColor);
}

/* Clear floats after the columns */
.rowStore:after {
  content: "";
  display: table;
  clear: both;
}

.cartTotal{
	font-size: large;
}
.pcc{
	width: 90%
}


.topnavOption {
  overflow: hidden;
  /* background-color: #333; */
}

.topnavOption a {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 14px;
}

.activeOption {
  background-color: #4CAF50;
  color: white;
}

.topnavOption .icon {
  display: none;
}

.dropdownOption {
  overflow: hidden;
}

.dropdownOption .dropbtnOption {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  /* padding: 10px 10px; */
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content-option {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 25px;
  
  max-height: 190;
  overflow-y:auto;
  transition: .5s;
}

.dropdown-content-option a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnavOption a:hover, .dropdownOption:hover .dropbtnOption {
  /* background-color: #555; */
  color: white;
}

.dropdown-content-option a:hover {
  background-color: #ddd;
  color: black;
}

/* .dropdownOption:hover .dropdown-content-option {
  display: block;
}
 */

 .categorySize{
	width:100px;
	height:100px;
	margin:1;
}

.wishlisticon{
    top: 10px;
    right: 10px;
	
	margin:0px 2px;
/*     display: flex; */
    position: absolute;
    background-color: greenyellow;
    z-index: 1;
    font-size: 11px;
    border-radius:50%;
	font-weight: 600;
    padding: 0px 4px 0px 4px;
}

.discountpercentage{
    top: 10px;
    left: 10px;
    
	margin:0px 2px;
/*     display: flex; */
    position: absolute;
    background-color: greenyellow;
    z-index: 1;
    font-size: 11px;
    border-radius:50%;
	font-weight: 600;
    padding: 0px 4px 0px 4px;
}
.brandHigh {
	width: 100%;
	padding-right:4px;
	float:right;

    position: absolute;
    color:#4f4b44;
    border: lightblue;
   /*  border-style: solid; */
    border-width: thin;
    z-index: 1;
    font-size: 11px;
    border-radius:50%;
	font-weight: 600;
    padding: 0px 4px 0px 4px;
}
.brandHigh span{
	float: right;
	background-color:#fcffff;
	color:midnightblue;
	margin: 0px 2px; */
    display: flex;
    z-index: 1;
    border-radius: 10%;
    padding: 0px 4px 0px 4px;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.brandHigh p{
	float: right;
	background-color:#fff;
}

.vc-4, .hover-shadow:hover {
	width:95%;	
	display:inline-block;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.vc_light-grey {
    color: #000!important;
    background-color:var(--theameLightBorderColor);
}
.vc_container{
	font-size:12px;
    /* padding: 0.01em 16px; */
}

.vc_container p{
	font-size:10px;
}


.vc_dark-grey{
    color: var(--theameLightBorderColor);
    background-color: seagreen;
}

.vc_block {
    display: block;
/*     width: 100%; */
}
.vc_button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}


::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: skyblue; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: darkblue; 
}

.filter_search_right{
/* 	position: absolute; */
	top:10;
	overflow:auto;
    direction: rtl;  /* scroll bar at left side */
    margin: 0px 0px 0px 10px
}

.product_align_left{
	direction: ltr;  
}

.checkbox_noneed{
	font-size: 13px;
	padding-left:20px;
	line-height:20px;
    color: #555;
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px;
    border-bottom-style: inset;
    border: .1px;
    width: 100%;
}

.checkboxs_shape{
	margin: 0px 10px 0px 0px;
}

.filter_search_left{
	text-align:left;
	font-weight:100;
	padding:10px 0px 10px 5px;
	margin:1px;
	cursor: pointer;
	background-color: var(--theameLightColor);
}

.catalog_grid{
}
.catalog_grid div{
}


.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 80%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.sizeSpanHover{
	text-align: center;
    cursor: pointer;
    padding: 14px 20px;
    display: inline-block;
    margin: 5px;
    min-width: 82px;
	
	background-color:white;
	border-style:solid;
	border-color: var(--theameLightBorderColor);	
}
.sizeSpan{
	text-align: center;
    cursor: pointer;
    padding: 14px 20px;
    display: inline-block;
    margin: 5px;
    min-width: 82px;

    background-color: var(--theameLightBorderColor);
}

.sizeSpan a{
	/* position:absolute; */
	text-decoration:none;
}


/* Category menu slide */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 40px;
  right: 0px;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
  text-align: left;
  background-color: white;
}
.sidenav li a span {
	float: left;
    padding: 4px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  margin: 10px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 30px;
/*   right: 25px;
  margin-left: 50px; */
  border-bottom:0px;
  padding: 0px 10px 0px 20px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.sidenavTopDiv {
  top: 40px;
  height: 0px;
  width: 100%;
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
  transition: .5s;
  left: 0;
  background-color: lightskyblue;
}

.sidenavLeftDiv {
  top: 40px;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  overflow-x: hidden;
  transition: .5s;
  left: 0;
    
}

.sidenavRightDiv {
  top: 40px;
  right: 0;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  overflow-x: hidden;
  transition: .5s;
}

.sidenavBottomDiv {
  bottom: 30px;
  width: 100%;
  position: fixed;
  z-index: 1;
/*   overflow-x: hidden; */
  transition: .2s;
  left: 0;
  background-color:var(--theameBackgroundColor);
}
/* Category menu slide End */




.custom-file-input {
 /*  color: transparent; */
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  
  content: 'Upload Image';
  font-weight:bold;
  
  /* color: var(--theameColor);
  background: -webkit-linear-gradient(top, var(--theameLightBorderColor), var(--theameLightBorderColor));
  border: 1px solid powderblue;
    
  display: inline-block;
  border-radius: 4px;
  padding: 5px 15px;
   */
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.noclass{
	width: .1px;
	display: none;
}

.trimOne {
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.login-page-area {
	height: 80%;
	overflow: auto;  
	border: 1px solid var(--theameColor);
    border-radius: 5px;
}


.btnAlignTxt {
	display: flex;
    border: 1px solid black;
    justify-content: space-between;
}
.btnAlignTxt div:HOVER{
	background-color: #1d34a3;
}

.btnAlignTxt::after {
  content: "";
  clear: both;
  display: table;
}
.greyOut{
	color:lightgray;
}
.btnRightTxtPadding {
	padding: 10px 1px 5px 0px;;
}

.btnRightTxt {
	display: flex;
}
.btnAlignTxt div:HOVER{
	background-color: #1d34a3;
}
.btnAlignTxt::after {
  content: "";
  clear: both;
  display: table;
}

.btnRightTxt span{
	margin-top: 3px;
	margin-left: -10px;
}
.btnRightTxt font{
	position: absolute;
    padding: 0px 3px;
    margin-left: 7px;
    margin-top: -8px;
    background-color: white;
    font-size:12px;
}
.boxShadow{
	box-shadow:1px 1px 5px 1px cadetblue;
}


.shadow{
	box-shadow: 10px 4px 5px 2px powderblue;
}

.detailsDivBorde div div img{
	padding: 2px;
    border: 1px solid var(--theameLightBorderColor);
}

.userMenu{
	max-height: 100%;
    max-width: 400px;
    overflow-y: auto;
    z-index: 999;
    width: 75%;
    padding-bottom: 40px;
}
.minQuantityPopup{
	color:#fff;
	font-size:13px; 
	padding:4px; 
	background-color: #4f4b44;
	border: 1px solid #4f4b44;
	border-radius:5px;
	z-index: 999;
	margin-left:5px;
}


@-webkit-keyframes fading {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
         opacity: 1;   
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fading {
    from {
        opacity: 0;
    }
    to {
         opacity: 1;   
    }
}
@keyframes fading {
    from {
        opacity: 0;
    }
    to {
         opacity: 1;   
    }
}

@-moz-keyframes fadingUp {
    from {
        opacity: 0;
         -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
         opacity: 1;   
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadingUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
         opacity: 1;   
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}



@-webkit-keyframes fadingDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
    to {
         opacity: 1;   
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadingDown {
    from {
        opacity: 0;
    }
    to {
         opacity: 1;   
    }
}
@keyframes fadingDown {
    from {
        opacity: 0;
    }
    to {
         opacity: 1;   
    }
}

.animationLoad {
    opacity: 0;
    -webkit-animation: fading ease-in 1s;
    animation: fading ease-in 1s;
     -webkit-animation-fill-mode: forwards; 
    animation-fill-mode: forwards; 
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animationLoad.flashLoad {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.animationLoadUp {
    opacity: 0;
    -webkit-animation: fadingUp ease-in 1s;
    animation: fadingUp ease-in 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animationLoadUp.flashLoad {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.animationLoadDown {
    opacity: 0;
    -webkit-animation: fadingDown ease-in 1s;
    animation: fadingDown ease-in 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animationLoadDown.flashLoad {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}


.alertPopup{
	height: auto; 
	border-radius: 50px;
	bottom: 10%;
	width: 80%;
	background-color: #ffffff40;
	border: none;
	margin: 10%;
	font-weight:bold;
}
.alertBackarea{
	background-color: #f7f9f8;
    padding: 12px;
    border-radius: 50px;
    border: 3px solid #f9f9f9
}

.productslist{
	background-color:red; 	
}

.catBackground{
	background-color: #fff9d8;
    padding: 30px;
    border-radius: 100px;
}
.catBackground0{
	background-color: #fff9d8;
    padding: 30px;
    border-radius: 100px;
}
.catBackground1{
	background-color: #fce9e9;
    padding: 30px;
    border-radius: 100px;
}
.catBackground2{
	background-color: #fcf1ff;
    padding: 30px;
    border-radius: 100px;
}
.catBackground3{
	background-color: #fcf1ff;
    padding: 30px;
    border-radius: 100px;
}

.catImages{
    top: 10px;
    position: relative;
}

.theameHeaderFontColor{
	color: var(--theameHeaderFontColor);
}
.hideLoadLogo{
	visibility: hidden;
	display: none;
}
.headerPadding{
	padding: 6px 1px;
}
.backgroundLight {
	background-color: var(--theameLightColor);
}
.backgroundWhite {
	background-color: var(--theameLightColor);
}

.round{
    border-radius: var(--designProductRadius);
}

.backgroundLightBorder {
	border:1px var(--theameLightColor) solid;
	background-color: white;	
	margin-top:2px;
}

.breadcrum{
	padding: 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.breadcrum span{
	cursor: pointer;
}

.filterBox{
	
}
.filterBox i{
	
}
.filterBox checkbox{
	margin: 0px 10px 0px 0px;
}
.filterCatHead{
/* padding: 0px 20px; */
display: inline-block;
width: 100%;	
/* background-color: var(--theameLightColor); */
font-size:small;
text-decoration: none;
font-weight:100;
}

.filterCatHead label i{
	font-style:normal;
	font-weight:100;
}

.image_block{
	padding:1px;
}

.checkTikMark{
	border-radius:50%;
	padding: 4px;
	margin-right: 30px;
	background-color: var(--theameBackgroundColor);
	color:white;
	font-size: 10px;
}

.owl-savedSearch div div{
	margin: 0px 2px;
}
.search_product_text{
	font-size:12px;
	display:inline-block;
	background-color: #f3fff9;
    padding: 6px;
    border-radius: 10px;
    margin: 4px;
    border-style: dashed;
    border-width: thin;
    border-color: #0ed83e;
    text-transform: capitalize;   
}
.search_product_text_small{
	font-size:12px;
	display:inline-block;
	background-color: #fcf1ff;
    padding: 6px;
    border-radius: 10px;
    margin: 4px;
    border-style: dashed;
    border-width: thin;
    border-color: gray;
    text-transform: capitalize;
}
	

.removeThisRow input[type="text"]{
	text-align: center;
	cursor: pointer;
	color: #800000;
}