*{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    scrollbar-width: thin;
}
body{
	overflow: hidden;
}
.page-loader{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 1000;
    text-align: center;
}
.page-loader img {
    width: 100px;
    margin-top: 250px;
    transform: translateY(-50%);
}
.fullwidth {
    width: 100%;
}
.main-container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
.font-primary{
	font-family: 'Poppins', sans-serif;
}
.font-secondary{
	font-family: 'Open Sans', sans-serif;
}
.fontsize12{
	font-size: 12px;
}
.fontsize14{
	font-size: 14px;
}
.fontsize16{
	font-size: 16px;
}
.fontsize18{
	font-size: 18px;
}
.fontsize20{
	font-size: 20px;
}
.fontsize22{
	font-size: 22px;
}
.fontsize24{
	font-size: 24px;
}
.fontsize30{
	font-size: 30px;
}
.fontsize34{
	font-size: 34px;
}
.list-style-none{
	list-style: none;
}
.white-bg {
    background-color: #FFF;
	color: #333333;
}
.grey-bg{
	background: #363636;
}
.dark-grey-bg{
	background: #242424;
}
.MT-50{
	margin-top: 50px;
}
.br-r{
	border-right: 1px solid #ddd;
}
.br-l{
	border-left: 1px solid #ddd;
}
.br-b{
	border-bottom: 1px solid #ddd;
}
.br-t{
	border-top: 1px solid #ddd;
}
.no-border{
	border: none!important;
}
/*Checkbox Custom Style*/

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	line-height: 18px;
	height: 22px;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }
input[type="checkbox"] + label:before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #DDD;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .9;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  background: #ddd;
}
input[type="checkbox"] + label:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #DDD;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
	border-radius: 3px;
}
input[type="checkbox"]:checked + label:before{
	background: #ffd152;
	border-color: #ffd152;
}
input[type="checkbox"]:checked + label:after {
    width: 7px;
    border-radius: 0;
    opacity: 1;
	border-color: #666;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 13px;
    left: 6px;
    top: 2px;
}

/*Radio Btn Custom Style*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
	border: 1px solid #E1B801;
    background:#ffd152;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-green {
    background: #26bf00;
    color: #FFF;
}
.btn-green:hover{
	background: #23B000;
	color: #FFF;
}
.btn-yellow {
    background: #fcbf10;
    color: #000;
}
.btn-yellow:hover{
	background: #F0B200;
    color: #000;
}
.btn-round {
    border-radius: 30px;
}
.content-wraper{
	padding: 0 15px;
}
.page-logo {
    padding: 10px;
    width: 20%;
}
.page-logo img {
    max-height: 50px;
}
.Header-toobar .Header-toobar-a {
    padding: 5px 10px;
    color: #CCC;
    font-size: 12px;
}
.nav-header-ul {
    margin: 0;
    padding: 0; 
}
.nav-header.position-fixed{
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
	z-index: 1000;
}
.nav-header-li {
    float: left;
    list-style: none;
    padding: 5px;
}
.nav-header-li .nav-header-a {
    font-size: 13px;
    padding: 10px;
    display: block;
    color: #FFF;
    position: relative;
}
.nav-header-li .nav-header-a:hover{
	text-decoration: none;
}
.nav-header-li .nav-header-a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fcbf10;
    transition: width .3s;
    bottom: 0;
    position: absolute;
    left: 0;
}
.nav-header-li .nav-header-a:hover::after {
    width: 100%;
    transition: width .3s;
}
.nav-header-a.active::after {
    width: 100%;
}
.nav-header-li .nav-header-a .fa-angle-down {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-header-li .nav-header-a.active .fa-angle-down{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-header-dropdown {
    display: none;
}
.toolbar-select .select-outer {
    border: none;
    min-width: 100px;
}
.toolbar-select .select-outer select {
    background-color: #363636;
    color: #FFF;
    font-size: 12px;
}
.toolbar-select .select-outer::after{
	z-index: 3;
}
.nav-header-dropdown.dropdown-large {
    left: 0;
    right: 0;
    background: #FFF;
    float: left;
    border: 1px solid #ddd;
    top: 85px;
    display: none;
    max-height: 450px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
	overflow: auto;
    z-index: 100;
}
.nav-header-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-family: "Poppins", serif;
    font-weight: 600;
}
.close-btn {
    display: none;
}
.New-arrivals.nav-slider-box-in {
    padding: 150px 10px 10px;
    border-radius: 5px;
    position: relative;
    background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.New-arrivals.nav-slider-box-in .sliderbox-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
.New-arrivals.nav-slider-box-in .newarrival-label {
    text-align: center;
    padding: 5px;
    background: #FFF;
    border-radius: 5px;
    color: #666666;
    display: block;
    position: relative;
    z-index: 5px;
	text-decoration: none;
}
.New-arrivals.nav-slider-box-in .newarrival-label span{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
	float: left;
}
.New-arrivals.nav-slider-box-in .newarrival-label::after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #FFF;
    border-radius: 5px;
}
.New-arrivals.nav-slider-box-in .newarrival-label::after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #FFF;
    border-radius: 5px;
}
.New-arrivals.nav-slider-box-in .newarrival-label:hover::after {
    top: -10px;
    right: -10px;
    left: -10px;
    bottom: -10px;
    opacity: 0;
}
.top-brands.nav-slider-box-in {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-brands.nav-slider-box-in:hover {
    -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
}
.top-brands.nav-slider-box-in img {
    width: 100%;
}
.nav-link.search-mob-btn{
	display: none;
}











.select-outer {
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}
.select-outer select {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    padding-right: 20px;
    line-height: 30px;
    background: transparent;
    position: relative;
    z-index: 2;
	width: 100%;
	padding: 0rem .50rem;
}
.select-outer::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #666666;
    right: 6px;
    top: 14px;
    z-index: 0;
}












.searchbox-outer {
    width: 45%;
    max-width: 520px;
    padding: 7px 10px;
}
.searchbox-outer .search-box {
    background: #FFF;
    height: 35px;
    padding-right: 50px;
    border-radius: 3px;
	overflow: hidden;
}
.searchbox-outer .search-box input[type="text"] {
    width: 100%;
    border: none;
    line-height: 33px;
    padding-left: 5px;
}
.searchbox-outer .search-box .search-btn {
    width: 40px;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #fcbf10;
	padding: 7px 10px;
}
.searchbox-outer .search-box .search-btn:hover .search-btn-in {
    animation-name: searchanim;
    background-position: -360px 0px;
}
.searchbox-outer .search-box .search-btn .search-btn-in {
    background-image: url(../images/searchbtn.svg);
    animation-duration: 600ms;
    animation-timing-function: steps(18);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: -360px 0px;
    transform: scale(1.2);
    display: block;
}
@keyframes searchanim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -360px 0px;
  }
}
.main-bg,.alert-popup-bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.main-bg.active {
    display: block;
}
.mainheader-mobilemenu {
    float: right;
    margin: 0;
    padding: 0;
    display: none;
}
.mainheader-mobilemenu li {
    float: left;
    list-style: none;
    padding: 8px;
}
.mainheader-mobilemenu li .mob-link-a:hover {
    background: rgba(255,255,255,0.1);
}
.mainheader-mobilemenu li .mob-link-a {
    padding: 10px;
    font-size: 23px;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
}

/*All Categories Wraper*/


.all-categories-wraper {
    margin-right: 10px;
}
.all-categories-wraper .categories-btn,.categories-btn.mobile-cat-btn{
    padding: 7px;
    display: block;
    color: #FFFFFF;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	line-height: 36px;
	padding-right: 25px;
}
.categories-btn.mobile-cat-btn{
		display: none;
}
.all-categories-wraper .categories-btn:hover ,.categories-btn.mobile-cat-btn:hover{
    background: rgba(255,255,255,0.1);
	text-decoration: none;
}
.all-categories-wraper .categories-btn span ,.categories-btn.mobile-cat-btn span.icon{
    background: #fcbf10;
    padding: 5px 7px;
    color: #000;
    font-size: 19px;
    line-height: 2px;
    border-radius: 3px;
	margin-top: 3px;
	float: left;
	margin-right: 7px;
}
.all-categories-wraper .categories-btn:hover{
	text-decoration: none;
}
.all-categories-wraper .categories-btn .fa-angle-down{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: right;
    margin: 3px 0;
	position: absolute;
	right: 7px;
	top: 16px;
}
.all-categories-wraper .categories-btn:hover .fa-angle-down {

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

}
.all-categories-wraper .all-categories-dropdown {
    left: 0;
    width: 260px;
    background: #FFF;
    float: left;
    border: 1px solid #ddd;
    top: 50px;
    display: none;
    min-height: 450px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 100;
}
.all-categories-wraper:hover .all-categories-dropdown {
    display: block;

}
.dropdown-wraper.active {
    display: block !important;
}
.all-categories-wraper .all-categories-dropdown .nav-dropdown-ul {
    margin: 0;
    padding: 0;
}
.all-categories-wraper .all-categories-dropdown .nav-dropdown-ul .nav-dropdown-li .nav-dropdown-a {
    padding: 10px;
    display: block;
    color: #666;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all-categories-wraper .all-categories-dropdown .nav-dropdown-ul .nav-dropdown-li .nav-dropdown-a :hover{
	text-decoration: none;
}
.all-categories-wraper  .nav-dropdown-ul .nav-dropdown-li .nav-sub-dropdown {
    left: 258px;
    background: #FFF;
    top: -1px;
    bottom: 0;
    width: 260px;
    border: 1px solid #ddd;
    display: none;
}
.all-categories-wraper .nav-dropdown-ul .nav-dropdown-li .nav-dropdown-a .fa-angle-right {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: right;
}
.all-categories-wraper .nav-dropdown-ul .nav-dropdown-li .nav-dropdown-a:hover .fa-angle-right {
    margin-right: 0px;
}
.all-categories-wraper .nav-dropdown-a:hover {
    text-decoration: none;
    background: #EEEEEE;
    color: #333333;
}
.all-categories-wraper .nav-dropdown-ul .nav-dropdown-li:hover .nav-sub-dropdown {
    display: block;
}
.all-categories-wraper .nav-dropdown-ul .nav-dropdown-li .nav-sub-dropdown .nav-dropdown-li .nav-sub-dropdown {
    display: none;
}
.all-categories-wraper .nav-dropdown-ul .nav-dropdown-li .nav-sub-dropdown .nav-dropdown-li:hover .nav-sub-dropdown {
    display: block;
}




/*Sub Header Links*/
.header-navlink-right .nav-link{
	height: 50px;
}
.nav-link:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.1);
}

.header-navlink-right .nav-link .nav-icon {
    width: 25px;
    float: left;
    padding: 5px;
}
.header-navlink-right .nav-link .nav-icon img{
	width: 100%;
}
.header-navlink-right .nav-link .nav-text {
    line-height: 33px;
    padding-left: 5px;
    color: #FFF;
}
.header-navlink-right .nav-item .nav-item-dropdown {
    border: 1px solid #ddd;
    width: 160px;
    right: 0;
    top: 50px;
    background: #FFF;
    z-index: 1000;
    display: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-navlink-right .nav-item .nav-item-dropdown .nav-item-a {
    padding: 10px;
    display: block;
    color: #666;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dropdown-wraper.active {
    display: block !important;
}
.header-navlink-right .nav-item:hover .nav-item-dropdown {
    display: block;
}
.header-navlink-right .nav-item .nav-item-dropdown .nav-item-a:hover {
    background: #EEEEEE;
    color: #333333;
    text-decoration: none;
}




/*Header Cart Button*/

.nav-link.cart-link{
    background-color:#fcbf10;
    padding: 3px 6px;
    margin-top: 5px;
    border-radius: 3px;
	padding-right: 8px;
	height: auto;
	position: relative;
}
.nav-icon .cart-box {
    width: 22px;
    height: 24px;
    position: relative;
    line-height: 16px;
    font-size: 12px;
    color: #333;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-icon .cart-box::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 50%;
    top: -1px;
    left: 3px;
    z-index: 0;
}
.nav-icon .cart-box::before {
    content: "";
    width: 18px;
    border: 2px solid #000;
    height: 16px;
    display: block;
    top: 5px;
    position: absolute;
    text-align: center;
    background-color: #fcbf10;
    z-index: 2;
    border-radius: 0 0 4px 4px;
}
.nav-link:hover .cart-box::after {
    top: -3px;
}
.nav-link.cart-link .nav-text{
	color: #333333;
}
.nav-link.cart-link  .cart-count {
    padding: 0px 3px;
    background: #dba610;
    line-height: 12px;
    border-radius: 3px;
	color: #000000;
	font-size: 12px;
}
.compare-count {
    padding: 0px 3px;
    background: #404040;
    line-height: 12px;
    border-radius: 3px;
    margin-left: 3px;
    color: #fff;
    font-size: 12px;
}




.path-link .path-link-a::after {
    content: "/";
    margin-left: 5px;
    color: #999;
    font-size: 14px;
    line-height: 6px;
}
.path-link .path-link-a {
    position: relative;
    padding-right: 10px;
    font-size: 13px;
    color: #333;
}
.path-link .path-link-a:hover{
	text-decoration: none;
}
.path-link .path-link-a:last-child{
	color: #666666;
	cursor: default;
}
.path-link .path-link-a:last-child::after{
	display: none;
}
.filter-close{
	display: none;
}
.size-pannel .size-box {
    padding: 2px 5px;
    background: #ddd;
    border-radius: 2px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.size-pannel .size-box.active{
	background: #fcbf10;
}
.product-list-box .product-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
	padding-bottom: 1px;
}
.product-list-box .product-cat {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}
.product-price-info .current-price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.product-price-info .original-price {
    font-size: 14px;
    padding: 0 5px;
    color: #777;
    text-decoration: line-through;
    font-weight: bold;
}
.product-price-info .offer-info {
    font-size: 16px;
    font-weight: bold;
    color: green;
}
.filter-btn-outer {
    display: none;
}
.mob-sort {
    display: none;
}
.product-wishlist {
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #aaa;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	
}
.product-wishlist:hover{
	color: #CCC;
}
.product-wishlist:active{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product-wishlist.active{
	color: rgba(255,65,68,1.00);
}
.heading .view-more-btn {
    padding: 5px 10px;
    color: #666 !important;
    border: 1px solid #ddd;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
}
.product-listing-content .slider-prev {
    position: absolute;
    top: 30%;
	left: 0;
    padding: 10px;
    font-size: 25px;
    z-index: 100;
	background: rgba(255,255,255,0.7);
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.2);
}
.product-listing-content .slider-nxt {
    position: absolute;
    top: 30%;
	right: 0;
    padding: 10px;
    font-size: 25px;
    z-index: 100;
	background: rgba(255,255,255,0.7);
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.2);
}
.list-slider-box.list-box-outer {
    padding: 0 15px;
}
.product-image .featured {
    background: #fbd771;
    padding: 1px 8px;
    font-size: 12px;
}
.main-slider-box .slider-box-content {
    background-size: cover;
    background-position: center;
	text-align: center;
}
.main-slider-box .slider-box-content img{
	max-width: 100%;
	display: inline-block;
}
.main-slider-box .slider-box-text {
    padding: 10% 0;
}
.main-slider-box .slider-box-text-in {
    padding: 10px;
    width: 60%;
}
.main-slider-box .slider-box-content.left-align .slider-box-text-in{
	float: left;
}
.main-slider-box .slider-box-content.right-align .slider-box-text-in{
	float: right;
}
.main-slider-box .slider-box-text h3 {
    font-size: 35px;
    line-height: 55px;
}
.main-slider-box .slider-box-text .banner-btn {
    padding: 7px 20px;
    display: block;
    border: 2px solid;
    border-radius: 24px;
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main-slider-box .slider-box-content.text-white .slider-box-text .banner-btn:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.37);
}
.main-slider-box .slider-box-content.text-black .slider-box-text .banner-btn:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.37);
}
.main-slider-box .slider-box-content.text-white .slider-box-text  .banner-btn{
	color:#FFFFFF;
}
.main-slider-box .slider-box-content.text-black .slider-box-text  .banner-btn{
	color:#000000;
}
.main-slider-box .slider-box-content.left-align .slider-box-text  .banner-btn{
	float: left;
}
.main-slider-box .slider-box-content.right-align .slider-box-text  .banner-btn{
	float: right;
}

.homepage-main-slider-outer .slider-nav , .homepage-sub-slider .slider-nav {
    top: 35%;
    padding: 10px;
    font-size: 25px;
    z-index: 1;
    background: rgba(255,255,255,0.7);
    cursor: pointer;
	display: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.homepage-main-slider-outer:hover .slider-nav ,.homepage-sub-slider:hover .slider-nav{
	display: block;
}
.homepage-main-slider-outer .slider-nav:hover , .homepage-sub-slider .slider-nav:hover{
	background: rgba(255,255,255,1.0);
}
.slider-nav.mainslider-left{
	left: 0;
    border-radius: 0 5px 5px 0;
}
.slider-nav.mainslider-right{
	right: 0;
    border-radius:  5px 0 0 5px ;
}
.slider-header {
    padding: 0 10px;
}
.header-text, .header-text b {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    background: #FFF;
}
.light-grey-bg.header-text, .light-grey-bg.header-text b {
	background: #EEE;
}
.slider-header::after {
    content: "";
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    border-top: 1px solid #ddd;
    top: 50%;
    z-index: -1;
}
.slider-header .view-more-btn {
    float: right;
    background: #FFF;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #DDD;
    border-radius: 18px;
    margin-top: 3px;
    color: #333333;
}
.slider-header .view-more-btn:hover{
	text-decoration: none;
	color: #000000;
	background: #ddd;
}
.special-slider-box {
    padding: 0 10px;
}
.slider-nav.subslider-left {
    left: 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.2);
}
.slider-nav.subslider-right {
	border-radius:  5px 0 0 5px ;
    right: 0;
	-webkit-box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.2);
}
.cat-main-box {
    width: 30%;
    height: 600px;
}
.top-cat-row {
    width: 70%;
}
.top-cat-row .cat-sub-box {
    height: 300px;
}
.cat-sub-box.sub-box-sm {
    width: 35%;
}
.cat-sub-box.sub-box-lg {
    width: 65%;
}
.top-cat-box {
    background-size: cover;
    background-position: center;
}
.top-cat-box .top-cat-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-cat-box:hover .top-cat-bg{
	background: rgba(0,0,0,0.5);
}
.top-cat-box .top-cat-text {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
    float: left;
    padding: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
	font-weight: bold;
	color: #FFF;
}
.top-cat-box .topcat-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.light-grey-bg{
	background-color: #EEEEEE;
}
   

.user-subscription-in input[type="text"] {
    line-height: 32px;
    border: none;
	background: #ddd;
}
.user-subscription-in {
    border-radius: 5px;
    padding-right: 100px;
    overflow: hidden;
}
.user-subscription-in .subsript-btn {
    position: absolute;
    right: 0;
    width: 100px;
    background: #fcbf10;
    bottom: 0;
    top: 0;
    line-height: 32px;
    padding: 0 5px;
    text-align: center;
	cursor: pointer;
}
.footer-links a {
    font-size: 13px;
    line-height: 25px;
    color: #666;
    text-decoration: none;
}
.footer-links{
word-break: break-all;
}
.social-icons .social-icon-a {
    font-size: 27px;
    padding-right: 10px;
    color: #999;
    line-height: 20px;
}
.social-icons .social-icon-a:hover{
	color: #666666;
}
.searchname.input-group-prepend {
    display: block;
    width: 40px;
    text-align: center;
    line-height: 31px;
    background: #fcbf10;
    border-radius: 0 3px 3px 0;
	color: #333333;
}
.custom-input {
    border: 1px solid #ced4da;
    border-radius: 5px;
    display: flex;
}
.custom-input input[type="file"] {
    left: 0;
    height: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.custom-input .browse-btn {
    padding: 0px 10px;
    background: #fcbf10;
    line-height: 30px;
    display: block;
    width: 30%;
    max-width: 80px;
    text-align: center;
}
.custom-input  .browse-text {
    padding: 0 10px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 70%;
}
.wordverifivation img {
    height: 30px;
}
.already-member .login-bg img {
    width: 100%;
    max-width: 230px;
}
.already-member .login-bg {
    text-align: center;
    padding: 30px 0 10px;
}
.already-member .am-txt a{
    color: #ff9f00;
    font-size: 16px;
    font-weight: bold;
}
.register-section-left {
    width: 75%;
    float: left;
    padding: 0 15px;
}
.register-section-right {
    float: right;
    width: 25%;
}
.login-box {
    width: 100%;
    max-width: 640px;
    left: 50%;
    top: 20%;
    background: #FFF;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	overflow: hidden;
	display: none;
	opacity: 0;
	-webkit-transform:translateX(-50%) scale(0.5);
	-moz-transform:translateX(-50%) scale(0.5);
	-ms-transform:translateX(-50%) scale(0.5);
	-o-transform:translateX(-50%) scale(0.5);
	transform:translateX(-50%) scale(0.5);
	z-index: 10001;
}
.login-box.active{
	animation-duration: 600ms;
	animation-name: loginanim;
	 display: block;
	opacity: 1;
	-webkit-transform:translateX(-50%) scale(1);
	-moz-transform:translateX(-50%) scale(1);
	-ms-transform:translateX(-50%) scale(1);
	-o-transform:translateX(-50%) scale(1);
	transform:translateX(-50%) scale(1);
}
@keyframes loginanim {
  0% {
    display: block;
	opacity: 0;
	-webkit-transform:translateX(-50%) scale(0.5);
	-moz-transform:translateX(-50%) scale(0.5);
	-ms-transform:translateX(-50%) scale(0.5);
	-o-transform:translateX(-50%) scale(0.5);
	transform:translateX(-50%) scale(0.5);
  }
  100% {
	opacity: 1;
	-webkit-transform:translateX(-50%) scale(1);
	-moz-transform:translateX(-50%) scale(1);
	-ms-transform:translateX(-50%) scale(1);
	-o-transform:translateX(-50%) scale(1);
	transform:translateX(-50%) scale(1);
  }
}
.login-box .login-header {
    padding: 15px 0 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.login-right-panel {
    background-color: #fcbf10;
	background-image: url(../images/loginbgwhite.png);
    padding: 55px 20px;
	background-size: cover;
}
.login-right-panel .login-sub-header {
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}
.login-box .forgetpassword {
    font-size: 13px;
    color: #444;
    text-decoration: underline;
}
.login-box .forgetpassword:hover{
	color: #333333;
}
.login-box  .login-close {
    right: -15px;
    z-index: 2;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 12px;
}
.noproducts-container {
    border: 1px solid #DDD;
    padding: 20px;
	text-align: center;
}
.noproducts-container img {
    max-width: 250px;
}
.noproducts-container .noproducts-text {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #666;
}
.user-profile .user-profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
	top: 15px;
	left: 15px;
	
}
.user-profile .user-profile-image img {
    width: 100%;
}
.user-profile .user-name {
    padding:5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding-left: 10px;
	min-height: 40px;
	width: 100%;
}
.account-nav .account-nav-a {
    padding: 12px 25px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*.account-nav .account-nav-a:hover ,.account-nav .account-nav-a.active{
    padding-left: 25px;
}*/
.account-nav .account-nav-a svg {
    position: absolute;
    left: 10px;
    top: 17px;
    display: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.account-nav .account-nav-a:hover svg,.account-nav .account-nav-a.active svg{
	display: block;
	color: #999999;
}
.user-profile .user-name p {
    color: #666;
}
.order-list-box {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.order-list-box .order-label {
    color: #666;
	font-family: 'Poppins', sans-serif;
    margin-bottom:5px;
}
.order-list-box .order-text {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
.order-list-btns .btn-group .btn .btn-tooltip {
    position: absolute;
    bottom: 36px;
    background: rgba(0,0,0,0.8);
    display: none;
    padding: 3px 9px;
    border-radius: 3px;
    left: 0;
}
.order-list-btns .btn-group .btn:hover .btn-tooltip {
    display: block;
}
.account-left-panel .account-nav-more-btn {
    float: left;
    width: 100%;
    background: #eee;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
	display: none;
}
.account-nav-more-btn .showmore,.account-nav-more-btn .showless{
    padding-left: 5px;
}
.account-nav-more-btn .showless,.account-nav-more-btn.active .showmore{
	display: none;
}
.account-nav-more-btn.active .showless{
	display: inline-block;
}
.account-nav-more-btn.active svg{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.account-tab-links .tabs-link {
    padding: 5px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
}
.account-tab-links .tabs-link.active {
    background: #fcbf10;
    border-color: #fcbf10;
    color: #000;
}
.footer-popup-box {
    background: #FFF;
    width: 100%;
    max-width: 520px;
    padding: 20px;
}
.footer-popup-box {
    background: #FFF;
    width: 100%;
    max-width: 520px;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    display: none;
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    z-index: 10001;
    left: 50%;
    max-height: 100%;
    overflow: auto;
}
.footer-popup-box.active {
    animation-duration: 600ms;
    animation-name: loginanim;
    display: block;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.footer-popup-box .footerpopup-close {
    right: 15px;
    font-size: 20px;
    top: 5px;
    cursor: pointer;
	z-index: 100;
}
.nav-header.cart-header {
    padding: 5px 0;
}
.back-button {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDAgNDAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDAgNDAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzgyLjcsMTgyLjdINTkuMWw3Ny4yLTc3LjJjNi44LTYuOCw2LjgtMTcuNywwLTI0LjVjLTYuOC02LjgtMTcuNy02LjgtMjQuNSwwTDUuMSwxODcuOGMtNi44LDYuOC02LjgsMTcuNywwLDI0LjVMMTExLjgsMzE5YzMuNCwzLjQsNy44LDUuMSwxMi4yLDUuMWM0LjQsMCw4LjktMS43LDEyLjItNS4xYzYuOC02LjgsNi44LTE3LjcsMC0yNC41bC03Ny4yLTc3LjJoMzIzLjZjOS42LDAsMTcuMy03LjgsMTcuMy0xNy4zQzQwMCwxOTAuNCwzOTIuMywxODIuNywzODIuNywxODIuN3oiLz48L2c+PC9zdmc+);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    padding: 10px;
    background-position: center;
    background-size: 30px;
}
.cart-header .page-logo {
    padding: 0 10px;
}
.cart-header .page-logo img {
    max-height: 45px;
}

.cart-product-lising .cart-lising-in {
    position: relative;
    min-height: 170px;
    padding-left: 160px;
}
.cart-product-lising .cartlisting-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
	height: 170px;
}
.cart-product-lising .cartlisting-text {
    width: 100%;
}
.cart-product-lising .cartlist-left {
    width: 40%;
    color: #666;
    max-width: 150px;
}
.cart-product-lising .cartlisting-image img {
    width: 150px;
}
.cart-product-lising .cartlist-right {
    font-weight: bold;
    width: 60%;
	font-family: 'Poppins', sans-serif;
}
.cart-product-lising  .quantity-input {
    width: 40px;
    text-align: center;
}
.cart-product-lising .quantity-btn {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #333;
	cursor: pointer;
}
.cart-product-lising .quantity-btn:hover{
	background: #ddd;
	color: #000;
	text-decoration: none;
}
.cartlist-row.subtotal {
    border-bottom: 1px solid #eee;
}
.cartlist-row .coupencode {
    max-width: 260px;
}
.cart-popup {
    top: 10%;
    background: #FFF;
    width: 100%;
    max-width: 580px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    z-index: 10000;
    padding: 15px;
	display: none;
}
.cart-popup.active{
	display: block;
}
.giftwrapimage {
    width: 100px;
}
.cart-tab-content{
	display: none;
}
.cart-tab-content.active{
	display: block;
}
.product-detail-section .product-details-left {
    width: 33%;
    padding: 15px;
}
.product-detail-section .product-details-right {
    width: 67%;
    padding: 15px;
}
.product-detail-section .product-details-right .product-pricing .price-old {
    font-size: 15px;
    text-decoration: line-through;
    color: #666;
}
.product-detail-section .product-details-right .product-pricing .price-new {
    font-weight: bold;
    margin-right: 5px;
}
.product-detail-section .product-details-right .product-pricing .price-offer{
	color: green;
}
.product-detail-section .rating-box {
    padding: 0px 4px;
    border-radius: 3px;
}
.product-detail-section .rating-box .fa-star {
    font-size: 10px;
    float: right;
    margin-top: 5px;
    margin-left: 2px;
}
.product-detail-section .product-text {
    color: #555;
}
.btn-icon {
    width: 20px;
    margin-right: 5px;
}
.product-detail-section .btn.btn-lg.btn-round {
    padding: 7px 17px;
}
.shipping-features {
    
    color: #666;
}
.shipping-features .shipping-feat-img {
    float: left;
    width: 30px;
    margin-right: 11px;
}
.product-detail-section .sizeandcolor-box {
    width: 50%;
    max-width: 200px;
    padding-right: 10px;
}
.color-pannel .color-box {
    width: 25px;
    height: 25px;
    border: 2px solid #FFF;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	cursor: pointer;
}
.color-box.active {
    box-shadow: 0 0 0 2px rgb(252, 191, 16);
}
.capsule {
    border-radius: 20px;
    background: #ddd;
    padding: 2px 10px;
    margin: 3px;
}
.average-rating-img img {
    float: left;
    width: 25px;
    margin: 4px;
}
.ratingbar-outer {
    padding: 10px;
    padding-right: 60px;
    padding-left: 40px;
	margin-top: 10px;
}
.ratingbar-outer .rating-star-info {
    left: 0;
    top: 3px;
    font-size: 12px;
    color: #666;
}
.ratingbar-outer .total-rating {
    right: 0;
    width: 50px;
    top: 3px;
	font-size: 12px;
	color: #666666;
}
.ratingbar-outer .rating-bar {
    background: #ddd;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.ratingbar-outer .rating-bar .ratingbar-in {
    float: left;
    height: 5px;
	border-radius: 5px;
}
.ratingbar-in.rating-green {
    background: #3ba803;
}
.ratingbar-in.rating-orange {
    background: #FF7F1E;
}
.ratingbar-in.rating-red {
    background: #ff1616;
}
.rateitnow-img img {
    width: 23px;
    float: left;
    margin-right: 10px;
	cursor: pointer;
}
.user-review-foter {
    border-top: 1px solid #eee;
}
.masonry-grid-item{
	width: 50%;
	height: 250px;
	background: #000;
}
.masonry-grid-item-1{
	width:25%;
	height: auto;
	background: white;
	
}
.allcategory-box .allcat-image,.allcategory-box .subcat-panel{
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
	background-size: cover;
	opacity: 0.8;
}
.allcategory-box .subcat-panel .subcat-listing {
    display: block;
    padding: 5px;
    display: block;
    color: #FFF;
}
.allcategory-box .subcat-panel {
    background: rgba(0,0,0,0.8);
    overflow: auto;
    padding: 10px;
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.allcategory-box:hover .subcat-panel{
	display: block;
	
}
.allcategory-box .allcat-text {
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
	background: #fcbf10;
}
.allcategory-box .allcat-text .allcat-text-in{
	width: 100%;
	height: 100%;
	padding-right: 30px;
	padding-left: 15px;
}
.allcategory-box .allcat-text .allcat-text-in .topcat-title{
	position:absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
}
.allcategory-box .allcat-text .allcat-text-in .topcat-title span {
    transform: rotate(90deg);
    display: block;
    float: left;
    width: 100px;
    margin-top: 120px;
    margin-left: -35px;
    font-family: 'Poppins', sans-serif;
    opacity: 0.5;
    font-weight: bold;
}
.allcategory-box .allcat-text .allcat-text-in::after {
    content: '';
    border: 13px solid transparent;
    border-right-color: #fcbf10;
    height: 0;
    width: 0;
    display: block;
    left: -26px;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.allcategory-box:nth-child(even) .allcat-text{
	background: #333;
	color: #FFF;
}
.allcategory-box:nth-child(even) .allcat-text .allcat-text-in::after{
	border-right-color: #333;
}
.allcategory-box.left-align:nth-child(even) .allcat-text .allcat-text-in::after{
	border-left-color: #333;
}
.allcategory-box.left-align .allcat-image,.allcategory-box.left-align .subcat-panel {
	left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
}
.allcategory-box.left-align .allcat-text {
    top: 0;
	left: 0;
    bottom: 0;
    width: 50%;
}
.allcategory-box.left-align .allcat-text .allcat-text-in::after{
	border-right-color: transparent;
	border-left-color: #fcbf10;
	left: auto;
	right: -26px;
}

.allcategory-box .allcat-text .allcat-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
	font-weight: 700;
	color: inherit;
}
.topbrand-listing .topbrand-link {
    color: inherit;
    display: block;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
   text-overflow: ellipsis;
	
}
.box-shadow{
	-webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);	
}
.text-shadow{
	-webkit-text-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-text-shadow: 0 0 5px rgba(0,0,0,0.4);
	-ms-text-shadow: 0 0 5px rgba(0,0,0,0.4);
	-o-text-shadow: 0 0 5px rgba(0,0,0,0.4);
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.feature-box {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.feature-box .featurebox-image {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.light-grey-text{
	color: #666666;
}
.account-balance-box {
    background: #70ae40;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #64bd01;
    color: #FFF;
}
.order-id-box {
    background: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #64bd01;
    color: #388700;
}
.custom-table {
    background: #eee;
}
.mobilehead{
	display: none;
}
.vendorestore-Banner-image {
    background-size: cover;
}
.vendorestore-Banner-image-in {
    background: rgba(0,0,0,0.5);
}
.vendorestore-Banner-image .banner-content {
    padding: 10% 0;
	color: #FFF;
}
.banner-search-box input,.banner-search-box select{
	height: 40px;
}
.banner-search-box .or {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #999;
}
.cart-lising-li.vendorlisting {
    border-radius: 10px;
}
.cart-lising-li.vendorlisting .cartlisting-image {
    height: 150px;
    border-radius: 5px;
}
.cart-lising-li.vendorlisting .cart-lising-in {
    min-height: 150px;
}
.compare-product-box .product-name {
    white-space: nowrap;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
}
.compare-product-box {
    max-width: 210px;
}

.price-new {
    font-weight: bold;
    color: #000;
}
.price-offer{
	color: #069E00;
	font-weight: 700;
}
.price-old {
    color: #666;
    text-decoration: line-through;
	font-weight: 100;
}
.compare-table td {
    padding: 10px;
	font-weight: bold;
    color: #000;
	font-family: 'Poppins', sans-serif;
}
.green-text{
	color: #098400!important;
}
.compare-wraper{
	overflow: auto;
	width: 100%;
}
.compare-table td{
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	vertical-align: middle;
}
.compare-table td:last-child{
	border-right: none;
}
.compare-table tr:last-child td{
	border-bottom: none;
}
.compare-table .compare-label {
    font-weight: normal;
    color: #666;
    font-family: 'Poppins', sans-serif;
	white-space: nowrap;
}
.product-list-box .coupen-panel {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 10px;
	display: none;
}
.coupencode-box {
    display: inline-block;
    padding: 5px;
    background: #FFF;
    color: #333;
    border-radius: 3px;
}
.product-list-box:hover .coupen-panel{
	display: block;
}
.user-review-header .user-image {
    left: -8px;
    top: -8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.message-preview {
    z-index: 10000;
    width: 100%;
    max-width: 780px;
    top: 10%;
    left: 50%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    overflow: hidden;
    display: none;
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    z-index: 10001;
}
.message-preview.active{
    animation-duration: 600ms;
    animation-name: loginanim;
    display: block;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.cat-offer-text b {
    font-size: 39px;
    color: #FC4036;
    font-family: 'Poppins', sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.allcategory-box .coupencode-box {
    color: inherit;
    background: rgba(255,255,255,0.3);
}
.checkout-progress{
	padding: 50px 100px 20px; 
}
.checkout-progress-in {
    height: 2px;
    background: #aaa;
}
.checkout-wraper .progress-btn {
    width: 8px;
    height: 8px;
    background: #AAA;
    top: -4px;
    border-radius: 50px;
    float: left;
	left: 0;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.checkout-wraper.step-1 .progress-btn:nth-child(1){
	width: 10px;
	height: 10px;
	background: #fcbf10;
}
.checkout-wraper.step-2 .progress-btn:nth-child(1),.checkout-wraper.step-2 .progress-btn:nth-child(2){
	width: 10px;
	height: 10px;
	background: #fcbf10;

}
.checkout-wraper.step-3 .progress-btn:nth-child(1),.checkout-wraper.step-3 .progress-btn:nth-child(2),.checkout-wraper.step-3 .progress-btn:nth-child(3){
	width: 10px;
	height: 10px;
	background: #fcbf10;

}
.checkout-wraper.step-4 .progress-btn:nth-child(1),.checkout-wraper.step-4 .progress-btn:nth-child(2),.checkout-wraper.step-4 .progress-btn:nth-child(3),.checkout-wraper.step-4 .progress-btn:nth-child(4){
	width: 10px;
	height: 10px;
	background: #fcbf10;
}
.checkout-progress .progress-btn:nth-child(2) {
    left: 33.33%;
}
.checkout-progress .progress-btn:nth-child(3) {
    left: 66.66%;
}
.checkout-progress .progress-btn:nth-child(4) {
    left: 100%;
}
.progress-bar-text {
    white-space: nowrap;
    top: -30px;
    font-size: 13px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #666;
}
.checkout-wraper .form-container{
	display: none;
}
.form-container {
    max-width: 1080px;
    margin: 20px auto 0;
}
.checkout-wraper .progress-bar{
	height: 2px;
	float: left;
	width: 0;
	background: #fcbf10;
}
.checkout-wraper.step-2 .progress-bar{
	width: 33.33%;
}
.checkout-wraper.step-3 .progress-bar{
	width: 66.66%;
}
.checkout-wraper.step-4 .progress-bar{
	width: 100%;
}
.checkout-wraper.step-1 .form-container.billing-form{
	display: block;
}
.checkout-wraper.step-2 .form-container.Shipping-form{
	display: block;
}
.checkout-wraper.step-3 .form-container.order-form{
	display: block;
}
.checkout-wraper.step-4 .form-container.payment-form{
	display: block;
}
.top-sellers-box .seller-feedback {
    background: #ffc107;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.seller-products{
	max-height: 100px;
	overflow: auto;
}
.seller-products li a {
    padding: 5px 10px;
    display: block;
    background: #ddd;
    color: #000;
    border-radius: 20px;
    margin-right: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.seller-products li a:hover{
	background: #ededed;
	text-decoration: none;
	color: #333333
}
.top-sellers-box .contact-dropdown{
	width: 300px;
}
.top-sellers-box .contact-dropdown .col-4 {
    padding: 0 10px;
    font-size: 12px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.top-sellers-box .contact-dropdown .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 75%;
    max-width: 75%;
    font-size: 12px;
    padding: 0 10px;
   word-break: break-word;
}
.sub-loader.loading-div-ajax {
    position: fixed;
    border-radius: 10px;
    background: #FFF;
    z-index: 10000;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
	display: none;
}
.sub-loader.loading-div-ajax img {
    width: 100px;
}
.page-alert-popup {
    left: 10px;
    bottom: 20px;
    z-index: 10001;
}
.mandatory {
 	color: red;
}
.img-zoom-container {
  position: relative;
	float: left;
}
.product-main-slider:hover .slick-list{
	overflow: visible;
}
.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 80px;
  height: 80px;
}
.size-box.color-box {
    width: 25px;
    height: 25px;
}
.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height:300px;
  position: absolute;
  right: -320px;
  top: 0;
}
.slick-active:hover .img-zoom-result{
		display: block!important;
	}
.product-image {
    z-index: 10;
}
.coupen_code .fa-ticket-alt{
	color: #a4a222;
}
.coupen_code {
    padding: 4px 15px 4px 10px;
    border: 1px solid #c8c500;
    background: #fffaab;
    color: #000;
    font-size: 15px;
    border-radius: 5px;
	cursor: text;
}
.placement-image {
    max-width: 330px;
    float: left;
    width: 40%;
}
.orderplacement-msg h1 {
    font-size: 24px;
    font-weight: bold;
    color: #e6ac00;
    margin-top: 5%;
    margin-bottom: 10px;
}
.orderplacement-msg p {
    color: #666;
}

.popup-success .alert-popup-icon {
    background: #6a9f2a;
    padding: 30px 15px;
    text-align: center;
}
.popup-error .alert-popup-icon {
    background: #EE5D5D;
    padding: 30px 15px;
    text-align: center;
}
.btn-rd{
	background: #EE5D5D;
    padding: 8px 30px;
    color: #fff;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.btn-rd:hover{
	background: #D05353;
    color: #fff;
}
.btn-grn{
	background: #6a9f2a;
    padding: 8px 30px;
    color: #fff;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.btn-grn:hover{
	background: #8BBC32;
    color: #fff;
}
.alert-popup.position-fixed {
    width: 320px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #FFF;
	display: none;
	z-index: 1000;
}
.alert-popup-icon img {
    width: 70px;
    margin: 0 auto;
}
.compare-link{
    text-align: center;
	font-size: 14px;
    color: #212529;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	background: #fcbf10;
    padding: 2px 10px;
    border-radius: 20px;
    display: inline-block;
    margin: 0px 0px 5px 0px;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-ms-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}
.compare-link:hover{
    text-decoration: none;
	color: #212529;
	background: #EEB002;
}
.btn-icon1 {
    width: 16px;
    margin-right: 5px;
}
.btn-pymnt {
    background: #fcbf10;
    padding: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.btn-pymnt:hover {
	background: #E8B000;
}
.register-success {
    position: fixed;
    width: 100%;
    background: #fff;
    max-width: 550px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1002;
	padding: 20px;
	border-radius: 5px;
	display: none;
}
.reg-head {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
	color: #678e11;
}
.reg-bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.67);
	z-index: 1001;
	display: none;
}
.register-success.active, .reg-bg.active{
	display: block;
}
.regst-btn {
    background: #fcbf10;
    color: #212529;
    font-family: 'Poppins', sans-serif;
    padding: 10px 15px;
    margin: 0px 10px 10px 10px;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 600;
    border: none;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	cursor: pointer;
}
.regst-btn:hover {
    background: #E8AD05;
}
.tick-reg{
	width: 23px;
	margin-right: 6px;
}

.brdr-btm {
    border-bottom: 1px solid #eee;
}
.cmnt-clr{
	color: #646464;
}
.pay-btn-pd{
	padding: 8px;
}
.dtl-clr{
	color: #666;
}
.myorder-date{
	float: left;
	width: 150px;
	margin-right: 10px;
}
.myorder-btn{
	background-color: #fcbf10;
    border-color: #fcbf10;
	letter-spacing: .2px;
}
.order-date{
	display: none;
}
.myorder-btn:focus {
    box-shadow: none;
}
.inpt:focus{
	box-shadow: none;
	border: 1px solid #fcbf10;
}
.fltr-btn{
	border: 2px solid #6c6c6c !important;
	color: #6c6c6c !important;
	letter-spacing: .2px;
}
.table-condensed {
    width: 200px;
}
.vendor-profile::before {
    content: ":";
    left: 175px;
    position: absolute;
}
.buyer-pop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
    width: 94%;
    padding: 20px;
	display: none;
	z-index: 1001;
}
.buyer-pop.active{
	display: block;
}
.buyer-bg.active{
	display: block;
}
.buyer-cmnt{
	border-radius: 5px;
    border: 1px solid #ddd;
	padding: 10px;
}
.buyer-bg{
	background: rgba(0,0,0,0.55);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 1000;
}
.buyer-pop-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    cursor: pointer;
    opacity: .5;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-ms-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}
.buyer-pop-close:hover {
	opacity: .8;
}
.prdct-img{
	width: 150px;
}
.cmnt-img{
	height: 100px;
	width: auto;
}
.cmnt-li{
	list-style: none;
}
.img-pop{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: 1000;
	width: 80%;
	height: 80%;
}
.img-pop .cmnt-img {
    width: 100%;
	height: 100%;
	position: relative;
	object-fit: contain;
	object-position: center;
    /*height: auto;
    width: auto;*/
}
.close-sp{
	position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.close-img{
	width: 20px;
}

.video-bg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000080;
    z-index: 1000;
    display: none;
}
.video-div{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1001;
background-color:#040404 ;

}
.vdo{
  height: 315px;
width: 560px;
}
.cls-btn{
position: absolute;
right: 10px;
top: 5px;
}
.c-btn{
font-size: 25px;
color: #fff;
}
.video-thump{
height:50px;
width: 80px;
float: left;
background-size: cover;
background-repeat: no-repeat;
margin-right: 10px;
margin-bottom: 10px;
}
.vid-ul{
padding: 0px;
margin: 0px;
}
.vid-li{
list-style: none;
cursor: pointer;
}
.dtl-width{
    max-width: 210px;
    width:50%;
    padding: 0px 15px;
}
.dtl-pd{
    padding: 0px 15px;
}
.catgry-slider{
    overflow: hidden;
}
.in-stk {
    font-weight: bold;
    color: #399d69;
}
.out-stk {
    font-weight: bold;
    color: #e94848;
}
.prc-cut {
    padding-top: 8px;
}
.dtl-txt {
    padding-top: 3px;
	margin-bottom: 10px;
}
.feedbk-img-div{
	width: 40%;
	float: left;
	padding-top: 80px;
}
.pop-cnt-in{
	width: 60%;
}
.feedbk-img{
	width: 95%;
}.pop-feedbk{
	max-width: 800px;
}