
@charset "utf-8";
/* CSS Document */

#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99999;
}
.imagem {
	width: 1920px;
	height: 1080px;
	background-repeat: no-repeat;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

/* Fonts */
@font-face {
 font-family: 'Poppins-SemiBold';
 src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
 font-weight: 900;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Poppins-Italic';
 src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
 font-weight: normal;
 font-style: italic;
 font-display: swap;
}
 @font-face {
 font-family: 'Poppins-Bold';
 src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Poppins-Regular';
 src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
body {
	font-family: 'Poppins-Regular';
	color: #3d3d3d;
	font-size: 13px;
	line-height: 24px;
}
body p {
	text-align: justify;
}
strong {
	font-family: 'Poppins-SemiBold';
}
.main-logo img {
	width:415px;
}
.topbar-holder {
	width: 100%;
	float: left;
	background: #363636;
	color: #fff;
	font-size: 1.03em;
}
.availability {
	color: #60ff6f;
	display: inline-block;
	padding: 10px 0px;
}
.availability:before {
	content: "";
	display: block;
	background: #60ff6f;
	width: 10px;
	height: 10px;
	float: left;
	margin: 4px 6px 0 0;
	border-radius: 50%;
}
.cust-service-num, .live-drp-dwn {
	display: inline-block;
	padding: 10px 8px;
	line-height: 22px;
}
.cust-service-num img {
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 5px;
}
.live-drp-dwn {
	position: relative;
}
.live-drp-dwn a {
	color: #fff;
}
.live-drp-dwn a:after {
	content: "";
	background: url(../images/menu-icon-white.png) no-repeat center center;
	width: 20px;
	height: 20px;
	float: right;
}
.live-drp-dwn .live-drp-dwn-list {
	width: 180px;
	background: #f3f3f3;
	border: none;
	margin: 0;
	padding: 0;
	color: #000;
	list-style: none;
	position: absolute;
	border: 1px solid #ded9d9;
	top: 39px;
	z-index: 999;
	display: none;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.live-drp-dwn .live-drp-dwn-list:after {
	bottom: 100%;
	right: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #f3f3f3;
	border-width: 8px;
	margin-left: -8px;
}
.live-drp-dwn-list table {
	width: 100%;
	border: 1px solid #ddd;
}
.live-drp-dwn-list table td, .live-drp-dwn-list table th {
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}
.live-drp-dwn-list table th {
	background: #f7f7f7;
	border: 1px solid #c1baba;
	color: #363636;
}
.email-holder, .track-order {
	display: inline-block;
	padding: 10px 8px;
	line-height: 22px;
	color: #fff;
}
.email-holder img {
	width: 21px;
	height: 21px;
	float: left;
	margin-right: 5px;
}
.email-holder a, .track-order a {
	color: #fff;
}
.track-order {
	background: #2d2c2c url(../images/tracking.png)top 0px left 6px no-repeat;
	padding: 10px 10px 7px 44px;
	background-size: 34px;
}
/*Header*/

.header {
	padding: 10px 0;
	width: 100%;
	float: left;
	position: relative;
}
.header-left {
	float: left;
	display: inline-block;
}
.header-title {
	font-size: 22px;
	font-variant: small-caps;
	font-family: 'Poppins-SemiBold';
}
.header-right {
	float: right;
	text-align: right;
	margin-top:10px;
}
.header-right .header-ul {
	list-style: none;
	padding: 0;
}
.header-right .header-ul li {
	margin-left: 10px;
	display: inline-block;
	list-style: none;
}
.header-right .header-ul li i {
	margin-right: 5px;
}
.header-right nav li {
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #DDD;
}
.header-right nav li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
/*Header*/

.cart-holder {
	width: 46px;
	height: 41px;
	padding: 0px 5px;
	display: inline-block;
	position: relative;
	margin: 2px 0px;
	margin-right: 6px;
	float: right;
	text-align: center;
}
.cart-holder p {
	margin-top: -5px;
	text-align: center;
	color: #423c3c;
	margin-bottom:0px;
}
.cart-holder img {
	width: 31px;
}
.cart-holder .cart-count {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #da2f2f;
	text-align: center;
	color: #fff;
	line-height: 30px;
	top: -12px;
	right: -10px;
}
.search-btn {
	width: 28px;
	height: 30px;
	padding: 3px;
	float: left;
	position: relative;
	margin: 15px 4px;
}
.search-btn img {
	width: 100%;
}
.search-area {
	width: 100%;
	float: left;
	padding: 17px 10px;
	background: #fff;
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 99;
	border-top: 1px solid #ddd;
}
.search-btn-bg {
	background: #363636;
	color: #fff;
	border-color: #363636;
	box-shadow: none;
}
.search-holder, .chat-holder, .login-holder {
	display: inline-block;
}
.login-holder img {
	width:25px;
}
.close-search {
	border: none;
	margin-left: 1px !important;
}
.close-search:hover, .close-search:focus, .close-search:active {
	outline: none !important;
	background-color: #fff !important;
	box-shadow: none !important;
}
.search-holder .navbar-form .input-group, .mobile-searchholder .navbar-form .input-group , .product-search-holder .navbar-form .input-group{
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}
.search-holder input, .mobile-searchholder input{
	min-width: 250px !important;
	/**border: 1px solid #d6d6d6;*/
	border: none;
	box-shadow: none;
	padding: 5px;
	background: #fff;
	border-right: 0;
}
.search-holder input:focus, .mobile-searchholder input:focus , .product-search-holder input:focus {
	outline: none;
	box-shadow: none;
	border-color: #d6d6d6;
}
.search-holder button, .mobile-searchholder button , .product-search-holder button {
	border: none;
	color: #7c7c7c;
}
.search-holder button:focus, .mobile-searchholder button:focus, .search-holder button:hover, .mobile-searchholder button:hover, .search-holder button:active, .search-holder button:active:focus,.product-search-holder button:focus, .product-search-holder button:hover, .product-search-holder button:active {
	background: #fff;
	border-color: #d6d6d6;
	outline: none;
	box-shadow: none;
}
.mobile-searchholder input {
	box-shadow: none;
	border-radius: 0;
	border-right: 0;
}
.header-holder {
	width: 100%;
	float: left;
}
.menu-bar {
	width: 100%;
	background: #e7e7e7;
	margin-bottom: 0px;
}
.menu-arrow {
	background: url(../images/menu-icon.png) no-repeat center center;
	width: 20px;
	height: 20px;
	float: right;
}
.menu-bar .navbar-nav>li>a {
	padding: 8px 10px;
	float: left;
	color: #000;
}
.menu-bar .navbar-collapse {
	margin: 8px 0px;
}
.navbar-nav>li {
	border-right: 1px solid #c3c3c3;
	;
}
.navbar-nav>li:last-child {
	border-right: none;
}
/*       Slides backgrounds     */
.fade-carousel {
	position: relative;
	height: 300px;
}
.fade-carousel .carousel-inner .item {
	 height: 300px;
}
.product-grid.category-grid .instock{
	left: 0;
    top: 2%;
}
.newarrival-stock{
	position: absolute;
	left: 0;
    top: 2%;
	background: #288830;
	color: #fff;
	text-align: center;
	line-height: 13px;
	padding: 8px;
	font-family: 'Poppins-SemiBold';
	font-size: 12px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.instock {
	position: absolute;
	left: 0;
    top: 15%;
	background: #288830;
	color: #fff;
	text-align: center;
	line-height: 13px;
	padding: 8px;
	font-family: 'Poppins-SemiBold';
	font-size: 12px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.ouofstock {
	position: absolute;
	right: 7px;
	top: 10px;
	background: #b33737;
	padding: 8px;
	color: #fff;
	text-align: center;
	line-height: 13px;
	font-family: 'Poppins-SemiBold';
	font-size: 12px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.fade-carousel .carousel-indicators>li {
	margin: 0 2px;
	background-color: #fff;
	border-color: #fff;
	opacity: .7;
}
.fade-carousel .carousel-indicators>li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
.carousel-control {
	width: 30px;
	height: 30px;
	top: -35px;
}
.left.carousel-control {
	right: 30px;
	left: inherit;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4, .fade-carousel .slides .slide-5 {
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.fade-carousel .slides>div:first-child {
	height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.fade-carousel .slides a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
.fade-carousel .slides .slide-1 {
	background-image: url('../images/banner/banner-9.jpg');
}
.fade-carousel .slides .slide-2 {
	background-image: url('../images/banner/banner-2.jpg');
}
.fade-carousel .slides .slide-3 {
	background-image: url('../images/banner/banner-3.jpg');
}
.fade-carousel .slides .slide-4 {
	background-image: url('../images/banner/christmas.jpg');
}
.fade-carousel .slides .slide-5 {
	background-image: url('../images/banner/amazon-banner.jpg');
}
/*          Hero Headers        */

.hero {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
	font-size: 3em;
	font-family: 'Poppins-SemiBold';
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-top: 10px;
}
.hero p {
	font-size: 1.5em;
	text-shadow: none;
	font-family: 'Poppins-Regular';
	text-align: center;
}
.hero button {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 12px;
}
.hero button:hover {
	background: #fff;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
 -webkit-transition: 2s all ease-in-out .1s;
 -moz-transition: 2s all ease-in-out .1s;
 -ms-transition: 2s all ease-in-out .1s;
 -o-transition: 2s all ease-in-out .1s;
 transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
 -webkit-transition: 2s all ease-in-out .1s;
 -moz-transition: 2s all ease-in-out .1s;
 -ms-transition: 2s all ease-in-out .1s;
 -o-transition: 2s all ease-in-out .1s;
 transition: 2s all ease-in-out .1s;
}
/*            Overlay           */
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #080d15;
	opacity: .5;
}
.banner-overlay {
	background: rgba(54, 54, 54, 0.27);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.carousel-control-prev {
	top: 50%;
	left: 50px;
	width: 50px;
	height: 50px;
	float: left;
	position: absolute;
}
.carousel-control-prev img, .carousel-control-next img {
	width: 100%;
	opacity: 0.8;
}
.carousel-control-prev:hover img, .carousel-control-next:hover img, banner-holder:hover img {
	opacity: 1;
}
.carousel-control-next {
	top: 50%;
	right: 50px;
	width: 50px;
	height: 50px;
	float: right;
	position: absolute;
}
#featured-products .owl-controls {
	width: 69px;
	background: transparent;
	margin: 0 auto;
	position: inherit;
	margin-top: 15px;
	top: 0;
}
.owl-theme .owl-controls .owl-buttons div {
	width: 30px !important;
	height: 30px !important;
	color: #363636 !important;
	display: inline-block !important;
	zoom: 0 !important;
	margin: 2px !important;
	padding: 2px 4px !important;
	font-size: 10px !important;
	border: 1px solid rgba(230, 230, 230, .8) !important;
	background: transparent !important;
	border-radius: 50%;
	text-align: center;
	opacity: 1 !important;
}
.owl-theme .owl-controls .owl-buttons div i {
	font-size: 13px !important;
	float: None !important;
	line-height: 24px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	background: #363636 !important;
	color: #fff !important;
}
.feature-icon {
	width: 55px;
	/* float: left; */
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}
.feature-icon img {
	width: 100%;
}
.feature-content {
	width: auto;
	/* float: left; */
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.feature-content .heading-text {
	margin: 0;
	font-size: 14px;
	font-family: 'Poppins-SemiBold';
}
.feature-content p {
	margin: 0; 
}
.feature-box {
	border-right: 1px solid #656161;
}
.feature-box a {
	color: inherit;
	float: left;
	margin-right: 5px;
}
.feature-box a .feature-icon img {
	width: 14px;
	float: left;
	line-height: 45px;
	margin-top: 0px;
	margin-right: 9px;
} 
.feature-box a img {
	width: 14px;
	float: left;
	line-height: 45px;
	margin-top: 5px;
	margin-right: 9px;
}
.feature-box:last-child {
	border: none;
}
/*------ About Content--------------*/

.header-line {
	width: 100%;
	float: left;
}
.header-line span {
	width: 30%;
	height: 8px;
	float: left;
	background: #363636;
	;
}
.header-line hr {
	margin: 4px;
}
.about-content {
	width: 100%;
	float: left;
	margin: 5px 0px;
}
.about-content img {
	width: auto;
	float: left;
	padding-right: 13px;
	padding-top: 8px;
}
.about-content p {
	text-align: justify;
}
.about-content .heading-text, .feature-head .heading-text, .recent-sold .heading-text, .category-about-content h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
	width: 100%;
	background: #fff;
	color: #696969;
	z-index: 999;
	position: inherit;
	padding-right: 6px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.about-content .heading-text:before, .feature-head .heading-text:before, .recent-sold .heading-text:before, .category-about-content h1:before,
.about-content .heading-text:after, .feature-head .heading-text:after, .recent-sold .heading-text:after, .category-about-content h1:after {
	
	background-color: #cac4c4;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 40%;
}
.about-content .heading-text:before, .feature-head .heading-text:before, .recent-sold .heading-text:before, .category-about-content h1:before {
	right: 0.5em;
	margin-left: -50%;
}
.about-content .heading-text:after, .feature-head .heading-text:after, .recent-sold .heading-text:after, .category-about-content h1:after {
	left: 0.5em;
	margin-right: -50%;
}
.category-holder .about-content .heading-text {
	background: #e7e7e7;
	margin-bottom: 0;
	margin-top: 5px;
}
.feature-head {
	position: relative;
}
.feature-head hr {
	position: absolute;
	top: 55%;
	width: 100%;
	margin: 0px;
}
/*------- Products ----------*/

.products-name {
	width: 100%;
	float: left;
	font-size: 13px !important;
	text-transform: uppercase;
	padding: 0px 0px;
	color: #000;
	font-family: 'Poppins-SemiBold';
	min-height: 50px;
	margin-top: 0px;
	max-height: 50px;
	overflow: hidden;
	line-height: 17px;
}
.item-id {
	color: #737373;
}
.freeship-label {
    background: #fff;
    color: #bf1b1b;
    padding: 4px 10px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #c51717;
    font-family: 'Poppins-SemiBold'
}
.freeship-label.green {
    background: #fff;
    color: #0e9b0e;
    padding: 4px 10px;
    text-align: center;
    line-height: 16px;
    font-family: 'Poppins-SemiBold';
    margin-left: 5px;
    border:none;
}
.old-rate {
	font-size: 15px;
	color: #6b6a6a;
	text-decoration: line-through;
}
.new-rate {
	font-family: 'Poppins-Bold';
}
.product-footer a {
	width: 100%;
	float: left;
	padding: 5px;
	border: 1px solid #d4d4d4;
	text-align: center;
	color: #333334;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.product-footer a:hover {
	color: #000;
	border-color: #000;
}
.product-footer {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	margin-top: 10px;
}
 .product-footer~div {
 padding: 0;
}
.see-details-holder, .discount-details-holder {
	width: 50%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.discount-details-holder a:after {
	content: "";
	background: url(../images/menu-icon.png) no-repeat center center;
	width: 10px;
	height: 20px;
	float: right;
}
.discount-pack-details-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 99%;
	background: rgba(0, 0, 0, 0.59);
	padding: 4px !important;
	border: 1px solid #ddd;
	display: none;
}
/*-------- Product Box-------------*/


/*--------- Slideout Cart----------------*/
/* Slide out cart */

.w2bslikebox {
	background-image: url("../images/cart-link.jpg") !important;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #e7e7e7!important;
	display: block;
	float: right;
	height: 375px;
	padding: 0 5px 0 46px;
	width: 490px;
	z-index: 9999999;
	position: fixed;
	right: -442px;
	top: 25%;
	border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
.w2bslikebox div {
	border: none;
	position: relative;
	display: block;
}
.w2bslikebox span a {
	color: gray;
	text-decoration: none;
}
.w2bslikebox span a:hover {
	text-decoration: underline;
}
.cart-product-holder {
	width: 100%;
	float: left;
	border-top: 1px solid #ddd !important;
	padding: 5px 0px;
}
.cart-product-holder:first-child {
	border: none !important;
	padding-top: 0;
}
.order-details-holder {
	width: 100%;
	float: left;
	height: 180px;
	overflow: hidden;
	overflow-y: auto;
}
.slidecount {
	position: absolute !important;
	top: 0px;
	left: 0px;
	background: #da0000;
	padding: 5px;
	width: 46px;
	border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	text-align: center;
	color: #FFF;
	font-family: 'Poppins-SemiBold';
}
/*---------- Category box------------*/
.category-holder {
	width: 100%;
	float: left;
	padding: 20px 0px;
	text-align: center;
	position: relative;
	z-index: 2;
	background: rgb(231, 231, 231);
}
.category-link {
	width: 100%;
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px solid #d0d0d0;
	margin: 15px 0px;
}
.category-overlay {
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
.category-box {
	text-align: center;
	color: #363636;
	position: relative;
 transition: .5s;
 -webkit-transition: .5s;
 -moz-transition: .5s;
	border: 1px solid transparent;
}
.subcategory-box {
	height: 275px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.category-box:hover {
	/*background: #fff none repeat scroll 0 0;*/
	box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
	float: left;
	border: 1px solid #ddd;
	position: relative;
	width: 100%;
 transition: .5s;
 -webkit-transition: .5s;
 -moz-transition: .5s;
}
.category-box .box-content, .category-box:after {
	width: 100%;
	position: absolute;
	left: 0px;
}
.category-box:after {
	content: "";
	height: 100%;
	background: rgba(72, 72, 72, 0.48);
	bottom: 0px;
 transition: all .2s ease 0s;
	height: 54px;
}
.category-box:hover:after {
	background: rgba(72, 72, 72, 0.48);
	height: 100% !important;
}
.category-box .post, .category-box .title {
	transform: translateY(145px);
 transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s
}
.category-box img {
	width: 100%;
	height: auto;
	aspect-ratio:attr(width)/attr(height);
}
.category-box .box-content {
	padding: 20px 10px;
	margin-bottom: 20px;
	bottom: 0;
	z-index: 1
}
.category-box .title {
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 10px;
	color: #fff;
	font-family: 'Poppins-SemiBold';
	letter-spacing: 0.5px;
}
.category-box .post {
	display: block;
	padding: 8px 0;
	font-size: 15px
}
.category-box .view-all li span {
	font-size: 14px;
	color: #fff
}
.category-box:hover .post, .category-box:hover .title {
	transform: translateY(0)
}
.category-box .view-all {
	list-style: none;
	padding: 0 0 5px;
	margin: 50px 0 25px;
	opacity: 0;
	position: relative;
	transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
 transition: all .6s cubic-bezier(0, 0, .58, 1) 0s
}
.category-box:hover .view-all {
	opacity: 1;
	transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
	margin: 26px 0 20px;
}
.category-box .view-all li {
	display: inline-block
}
.category-box .view-all li span {
	display: block;
	width: 100%;
	line-height: 20px;
	background: rgba(255, 255, 255, 0);
	margin-right: 10px;
	color: #fff;
 transition: all .3s ease 0s;
	border-radius: 0;
	padding: 12px 20px;
	border: 1px solid #fff
}
.category-box .view-all li span:hover {
	background: #fff;
	color: #363636;
}
.category-box .view-all li:last-child span {
	margin-right: 0
}
/*--------- Testimonials Holder---------*/

.testimonials-holder {
	width: 100%;
	float: left;
	background: url('../images/test-bg.jpg') no-repeat top fixed;
	background-size: cover;
	padding: 30px 0px;
	position: relative;
	margin-bottom: -15px;
}
.testimonials-overlay {
	background: rgba(0, 0, 0, 0.88);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
.usSeller-holder {
	width: 100%;
	float: left;
	background: url('../images/us-flag-bg.jpg') no-repeat top;
	background-size: cover;
	padding: 30px 0px;
}
.us-seller {
	color: #363636;
	font-size: 19px;
	font-family: 'Poppins-SemiBold';
}
.us-seller p {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 31px;
}
.customer-reviews h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    display: inline-block;
    z-index: 999;
    position: inherit;
    padding-right: 6px;
    color: #fff;
}
.customer-reviews h2:before { 
	content: ' " ';
	font-size: 90px;
	color: #fff;
	float: left;
	height: 53px; 
	padding: 0;
	margin: 0;
	line-height: 72px;
	padding-right: 10px;
	font-family: 'Poppins-Regular';
}
.testimonial {
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.testimonial-section {
	width: 70%;
	height: auto;
	padding: 15px;
	position: relative;
	border: 1px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	border-radius: 25px;
	border: 1px solid #cecbcb;
	margin: 0 auto;
}
.testimonial-section h4 {
	font-family: 'Poppins-SemiBold';
	margin-top: 0px;
}
.testimonial-section:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.testimonial-section:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-top-color: #cecbcb;
	border-width: 18px;
	margin-left: -18px;
}
.testimonial-desc {
	margin-top: 20px;
	text-align: left;
	padding-left: 15px;
	display: inline-block;
}
.testimonial-desc>img {
	border: 1px solid #f5f5f5;
	border-radius: 150px;
	height: 70px;
	padding: 3px;
	width: 70px;
	display: inline-block;
	vertical-align: top;
}
.testimonial-writer {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	margin-top: 15px;
	color: #fff;
}
/*---------- recently Sold-----------*/

#recently-sold-products .owl-controls {
	display: none !important;
}
.recent-sold {
	width: 100%;
	float: left;
	margin: 10px 0px;
}
/*------------- Footer -----------*/

footer {
	background: #363636;
	color: #fff;
	text-shadow: none;
	margin-top: 15px;
	padding-top: 15px;
	float: left;
	width: 100%;
}
footer h5 {
	font-family: 'Poppins-SemiBold';
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
footer h4 {
	font-family: 'Poppins-SemiBold';
	font-size: 12px;
	margin-bottom: 10px;
}
footer a {
	color: #fff;
	line-height: 25px;
}
footer a:hover {
	color: #fff;
}
.footer-botom-holder {
	width: 100%;
	background: #333131;
	padding: 15px 0px;
}
.footer-botom-holder h5 {
	font-family: 'Poppins-SemiBold';
	font-size: 17px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.social-icons {
	display: table;
	width: 100%;
	margin-top: 10px;
}
.social-icons li {
	display: table-cell;
}
.powered-container {
	width: 100%;
	float: left;
	background: #2b2727;
	padding: 10px 0px;
	margin-top: 10px;
}
.powered-container p {
	margin: 0;
}
.mobile-logo img {
	width: 70px;
	float: left;
}
.mobile-toggle-btn {
	left: -5px;
	padding: 0;
	top: 17px;
}
#nav-icon3 {
	width: 29px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #363636;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
 -moz-transition: .25s ease-in-out;
 -o-transition: .25s ease-in-out;
 transition: .25s ease-in-out;
}
 #nav-icon3 span:nth-child(1) {
 top: 0px;
}
 #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
 top: 9px;
}
 #nav-icon3 span:nth-child(4) {
 top: 18px;
}
 #nav-icon3.open span:nth-child(1) {
 top: 18px;
 width: 0%;
 left: 50%;
}
 #nav-icon3.open span:nth-child(2) {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
 #nav-icon3.open span:nth-child(3) {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 #nav-icon3.open span:nth-child(4) {
 top: 18px;
 width: 0%;
 left: 50%;
}
.fixed-header {
	background: #fff;
	position: fixed;
	z-index: 9999;
}
/*----------- Shopping Cart-------------*/
.closeCart {
	position: absolute;
	left: 11px;
	top: 11px;
	width: 35px;
	height: 35px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}
.closeCart img {
	width: 100%;
}
.side-cart {
	position: fixed;
	right: -350px;
	background: #fff;
	height: 100%;
	top: 0;
	width: 350px;
	z-index: 99999;
	color: #000;
	padding: 15px 15px 35px 15px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.75);
}
.shopping-cart-header {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 5px;
	font-size: 18px;
	text-align: center;
	padding: 7px;
	margin: 0;
}
.shopping-cart {
	height: calc(100% - 30px);
}
.shopping-cart-header span {
	font-family: 'Poppins-SemiBold';
}
.shopping-cart .shopping-cart-items {
	overflow-y: auto;/**Height: 45vh;*/
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
	float: right;
}
/* .shopping-cart .shopping-cart-items {
	padding-top: 20px;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: left;
	margin-top: 18px;
	padding-bottom: 20px;
	max-height: calc(100% - 245px);
} */
.shopping-cart .shopping-cart-items {
    padding-top: 20px;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: left; 
    margin-top: 18px;
    padding-bottom: 70px;
    max-height: calc(100% - 245px);
}
.cart-footer {
	width: auto;
	position: absolute;
	bottom: 15px;
	background: #fff;
	border-top: 1px solid #ddd;
	margin-right: 10px;
	z-index: 9999;
	left: 0;
	width: 100%;
	padding: 10px;
}
.shopping-cart .shopping-cart-items li {
	margin-bottom: 18px;
	border-bottom: 1px solid #eaeaea;
}
.shopping-cart .shopping-cart-items li:last-child {
	border-bottom: none;
}
.side-cart-ItemImg {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 12px;
}
.shopping-cart .shopping-cart-items img {
	float: left;
	width: 100%;
}
.shopping-cart .shopping-cart-items .item-name, .cart-item-bottom {
	display: block;
	width: auto;
	padding-top: 0px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: none;
}
.shopping-cart .shopping-cart-items .item-id {
	display: block;
}
.shopping-cart .shopping-cart-items .item-price {
	color: #363636;
	margin-right: 8px;
	font-family: 'Poppins-SemiBold';
}
.shopping-cart .shopping-cart-items .item-prices {
	color: #737373;
	margin-right: 8px;
	font-family: 'Poppins-SemiBold';
}

.shopping-cart .shopping-cart-items .item-quantity {
	color: #757575;
}
.cart-icon {
	color: #363636;
	font-size: 24px;
	margin-right: 7px;
	float: left;
}
.shopping-cart .button, .checkout-btn {
	background: #363636;
	color: white;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	font-size: 16px;
	margin: 15px 0 0px 0; 
}
.shopping-carts .button:hover, .checkout-btn:hover {
	background: #000;
	color: #fff;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cart-total {
	font-family: 'Poppins-SemiBold';
	font-size: 18px;
}
.d-block {
	display: block;
}
.w-100 {
	width: 100% !important;
}
.back-to-top {
	position: fixed;
	width: 45px;
	height: 45px;
	float: right;
	text-align: center;
	background: #363636;
	bottom: 30px;
	z-index: 9999;
	right: 15px;
	padding: 10px;
	opacity: 0.5;
	display: none;
}
.back-to-top img {
	width: 100%;
	float: left;
}
.back-to-top:hover {
	opacity: 1;
}
#bg-overlay.cart-drawer-overlay {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 1 !important;
	height: 100%;
	overflow: hidden;
}
#bg-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0;
	cursor: auto;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.read-more-link {
	font-family: 'Poppins-SemiBold';
	margin-left: 5px;
}
.read-more-content {
	display: none;
}
.read-more-content p {
	text-align: justify;
}
.inlinerow {
	width: 100%;
	display: block;
}
.flitercheck {
	display: inline-block;
	float: left;
	margin-top: -2px;
}
.fliterlabel {
	display: inline;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 11px;
}
.sortbox {
	width: 100%;
	display: block;
	float: left;
	padding: 10px 10px;
	box-sizing: border-box;
}
.sortlabelbox {
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-right: 5px;
	line-height: 25px;
}
.sortitems {
	display: inline-block;
	float: left;
}
.sortselect {
	font-size: 12px;
	background: #FFF;
	padding: 4px 8px;
	border: 1px solid #ddd;
}
.inlinerow {
	width: 100%;
	float: left;
}
.Mtop25 {
	margin-top: 25px;
}
.Mtop20 {
	margin-top: 20px;
}
.Mtop15 {
	margin-top: 15px;
}
/*------------ Pagination--------------*/
.pagination>.disabled>a {
	opacity: 0.5;
}
.pagination li:first-child a {
	text-indent: -9999px;
	background: #fff url(../images/first-arrow.svg) no-repeat center center;
	background-size: 10px
}
 .pagination li:nth-child(2) a {
 text-indent: -9999px;
 background: #fff url(../images/prev-arrow.svg) no-repeat center center;
 background-size: 10px
}
 .pagination li:nth-last-child(2) a {
 text-indent: -9999px;
 background: #fff url(../images/next-arrow.svg) no-repeat center center;
 background-size: 10px
}
.pagination li:last-child a {
	text-indent: -9999px;
	background: #fff url(../images/last-arrow.svg) no-repeat center center;
	background-size: 10px
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #363636;
	border-color: #000;
	background-color: #e7e7e7 !important;
	border-color: #a2a0a0;
	font-family: 'Poppins-SemiBold';
	color: #363636;
}
.pagination>li>a, .pagination>li>span {
	border-radius: 50% !important;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	padding: 5px;
	line-height: 20px;
	text-align: center;
}
.category-about-content h1 span {
	font-size: 14px;
	line-height: 26px;
	float: left;
	color: #696565;
	padding-right: 5px;
}
.item-rate {
	font-size: 15px;
}
.nomargin {
	margin: 0px !important;
}
.mtop4 {
	margin-top: 4px !important;
}
.pagination>.disabled>a {
	opacity: 0.5;
}
.pagination li:first-child a {
	text-indent: -9999px;
	background: #fff url(../images/first-arrow.svg) no-repeat center center;
	background-size: 10px
}
 .pagination li:nth-child(2) a {
 text-indent: -9999px;
 background: #fff url(../images/prev-arrow.svg) no-repeat center center;
 background-size: 10px
}
 .pagination li:nth-last-child(2) a {
 text-indent: -9999px;
 background: #fff url(../images/next-arrow.svg) no-repeat center center;
 background-size: 10px
}
.pagination li:last-child a {
	text-indent: -9999px;
	background: #fff url(../images/last-arrow.svg) no-repeat center center;
	background-size: 10px
}
.no-pad {
	padding: 0;
}
.dollarsign {
	font-size: 19px;
	color: #363636;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	display: inline-block;
}
/*--------- Product Deatils--------------*/

.price-tag {	
	font-size: 38px;
	margin-right: 20px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom:20px;	
}
.rate-det {
	float: left;
	width: 90px;
}
.old-rate {
	width: 100%;
	/*float: left;*/
	color: #858585;
	text-decoration: line-through;
	font-size: 13px;
	margin-right: 10px;
}
.oldprice-list {
	color: #858585;
	text-decoration: line-through;
	font-size: 15px;
	margin-right: 10px;
}
.currentprice-list {
	font-family: 'Poppins-Bold';
	color: #363636;
	font-size: 18px;
	margin-right: 10px;
}
.priceunit {
	font-size: 16px;
	font-family: 'Poppins-SemiBold';
	word-wrap: break-word;
	line-height: 21px;
	white-space: normal;
	display: block;
	float: left;
	width: 100%;
	margin-top: 0px;
}
.productname {
	width: 100%;
	display: block;
	float: left;
	margin-top: 12px;
	font-size: 12px;
	color: #363636;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
	height: 51px;
	overflow: hidden;
}
.productid {
	width: 100%;
	display: block;
	float: left;
	font-size: 12px;
	color: #7D7D7D;
	margin: 2px 0px 5px 0px;
}
.oldprice {
	padding-right: 6px;
	font-size: 14px;
	text-decoration: line-through;
	color: #7D7D7D;
	display: block;
	float: left;
}
.currentprice {
	font-size: 16px;
	color: #44A508;
	display: block;
	float: left;
	font-family: 'Poppins-SemiBold';
}
.instock-list {
	display: block;
	float: left;
	font-size: 14px;
	color: #6A6D61;
	line-height: 18px;
}
.originalprice {
	color: #858585;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Poppins-Regular';
}
.qtybtnbox {
	width: 180px;
	display: block;
	float: left;
	margin-top: 5px;
}
.qtyminus {
	width: 45px;
	display: block;
	float: left;
	margin: 0px;
	height: 45px;
	padding: 0px;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #ddd;
	outline: 0px;
	font-size: 26px;
	line-height: 42px;
	font-family: 'Poppins-SemiBold';
}
.qtyminus:hover {
	cursor: pointer;
	background: #ededed;
}
.qtyplus {
	width: 45px;
	display: block;
	float: left;
	margin: 0px;
	height: 45px;
	padding: 0px;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #ddd;
	outline: 0px;
	font-size: 26px;
	line-height: 42px;
	font-family: 'Poppins-SemiBold';
}
.qtyplus:hover {
	cursor: pointer;
	background: #ededed;
}
.qtytext2 {
	width: 65px;
	display: block;
	float: left;
	height: 45px;
	font-size: 23px;
	text-align: center;	
	border: 0px;
}
.Mtop30 {
	margin-top: 30px;
}
.w100 {
	width: 100px;
	display: block;
	float: left;
}
.Mright10 {
	margin-right: 10px;
}
.Mright10 {
	margin-right: 10px;
}
.Mtop10 {
	margin-top: 10px;
}
.no-pad {
	padding: 0;
}
.Mtop0 {
	margin-top: 0px;
}
.w-auto {
	width: min-content !important;
	width:auto !important;
}
.product-holder .item {
	padding: 10px;
	box-sizing: border-box;
}
.product-grid {
	position: relative;
	border: 1px solid #ddd;
}
.product-grid .search-products-name {
	min-height:auto;
}
.product-grid .product-image {
	overflow: hidden;
	position: relative
}
.product-grid .product-image>a {
	display: block;
	padding-bottom: 20px;
	height: 288px;
	text-align:center;
	padding-top: 10px;
}
.product-grid .product-image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	aspect-ratio: attr(width)/attr(height); 
 	
}
.product-image .pic-1 {
	opacity: 1;
 transition: all .5s;
	object-fit: contain;
}
.product-grid:hover .product-image .pic-1 {
	opacity: 0
}
.product-image .pic-2 {
	/*width: 100%;*/
	/*height: 93% !important;*/
	height: 100% !important;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
 transition: all .5s;
	margin:0 auto;
	object-fit: contain;
}
.product-grid:hover .product-image .pic-2 {
	opacity: 1
}
.product-grid .item-options a {
	color: #fff;
	background-color: #363636;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
	display: table-cell;
	border: 1px solid #363636;
}
.product-grid .item-options a:hover {
	background-color: #4ba55f;
	border: 1px solid #4ba55f;
	text-decoration: none;
}
.item-options {
	width: 100%;
	display: table;
	position: absolute;
	left: 0;
	bottom: -100%;
 transition: all .3s;
}
.product-grid:hover .item-options {
	bottom: 0;
}
.product-grid .product-new-label {
	background-color: #3498db;
	color: #fff;
	font-size: 17px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
 transition: all .3s
}
.product-grid:hover .product-new-label {
	opacity: 0
}
.product-grid .product-content {
	padding: 10px 5px;
}
.product-grid .title {
	font-size: 14px;
	margin: 0 0 7px;
	text-align: left;
}
.product-grid .price {
	color: #303030;
	font-size: 15px
}
.product-grid .social {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 50px;
	right: 25px;
	z-index: 1
}
.product-grid .social li {
	margin: 0 0 10px;
	display: block;
	transform: translateX(100px);
 transition: all .5s
}
.product-grid:hover .social li {
	transform: translateX(0)
}
 .product-grid:hover .social li:nth-child(2) {
 transition-delay: .15s
}
 .product-grid:hover .social li:nth-child(3) {
 transition-delay: .25s
}
.product-grid .social li a {
	background-color: #363636;
	line-height: 31px;
	text-align: center;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	display: block;
 transition: all .3s ease 0s;
}
.product-grid .social li a img {
	width: 22px;
}
.product-grid .social li a:hover {
	color: #fff;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}
.qty .count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	padding: 0 1px;
	width: 47px;
	text-align: center;
	border: 1px solid #ddd;
	opacity: 1;
	height: 30px;
	background: #fff;
	box-shadow: none;
}
.qty .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: #363636;
	width: 30px;
	height: 30px;
	font-size: 21px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 30px;
}
.qty .minus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: #363636;
	width: 30px;
	height: 30px;
	font-size: 21px;
	text-align: center;
	background-clip: padding-box;
	border: 1px solid #ddd;
	line-height: 30px;
}
.qty {
	text-align: center;
	float: left;
}
.minus:hover {
	background-color: #363636 !important;
	color: #fff;
}
.plus:hover {
	background-color: #363636 !important;
	color: #fff;
}
.remove-from-cart {
	width: 27px;
	height: 28px;
	background: #ff5555;
	padding: 4px;
	border-radius: 6px;
	box-sizing: border-box;
	float: right;
	margin-right: 6px;
	border: 1px solid #ce3838;
}
.remove-from-cart:hover {
	background: #ce3838;
}
.remove-from-cart img {
	width: 100% !important;
}
.cart-item-bottom {
	padding-top: 5px;
	padding-bottom: 8px;
}
.hide-overflow {
	overflow: hidden;
	/* position: fixed; */
	width: 100%;
}
/*tooltip inner*/


/*left tooltip*/

.tooltip.left>.tooltip-arrow {
	border-left-color: #363636;
}
/*tooltip inner*/

.tooltip>.tooltip-inner {
	background-color: #363636;
	font-weight: normal;
}
.freeShipping-icon {
	width: 50px;
}
/*----------- Modal Center--------------*/

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-close-btn {
	position: absolute;
	top: -10px;
	width: 25px;
	height: 25px;
	background: #363636 !important;
	opacity: 1;
	border: none !important;
	right: -10px;
	border-radius: 50%;
	color: #fff;
}
.modal-close-btn:hover {
	background: #000 !important;
	opacity: 1 !important;
}
.fixed-top-bar {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.modal-backdrop.fade {
	z-index: 9999;
}
.modal-open .modal {
	z-index: 99999;
}
.cart-sub-head {
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
}
.cart-sub-head:before, .cart-sub-head:after {
	background-color: #555;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 17%;
}
.cart-sub-head:before {
	right: .5em;
	margin-left: -50%;
}
.cart-sub-head:after {
	left: .5em;
	margin-right: -50%;
}
.freeshipping-label {
	width: 100%;
	float: left;
	border: 1px solid #363636;
	text-align: center;
	color: #363636;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	font-family: 'Poppins-SemiBold';
}
.helpHourList {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
}
.helpHourList li {
	border-left: 5px solid #bfbfbf;
	padding-left: 7px;
	margin-bottom: 10px;
}
.helpHourList li:last-child {
	margin-bottom: 0px;
	border-left: 0px;
	text-align: center;
	font-family: 'Poppins-SemiBold';
	font-size: 15px;
}
.helpHourList h2 {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 15px;
	font-family: 'Poppins-SemiBold';
	color: #000;
}
.helpHourList h4 {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 14px;
	font-family: 'Poppins-SemiBold';
}
.helpHourList p {
	margin: 0;
}
.small-box h3 {
	font-size: 14px !important;
}
.banner-bottom {
	width: 100%;
	float: left;
	background: #363636;
	padding: 5px;
	box-sizing: border-box;
	color: #fff;
}
.feature-icon {
	width: 55px;
	/* float: left; */
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}
.feature-icon img {
	width: 100% !important;
}
.feature-content {
	width: auto;
	/* float: left; */
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.feature-content h1 {
	margin: 0;
	font-size: 20px;
	font-family: 'Poppins-SemiBold';
}
.feature-content p {
	margin: 0;
}
.feature-box {
	border-right: 1px solid #656161;
}
.feature-box:last-child {
	border: none;
}
/*-------- Tracking information -----------------*/

.tracking-detail {
	padding: 3rem 0
}
#tracking {
	margin-bottom: 1rem;
	margin-top: 2rem
}
.tracking-item {
	position: relative;
 padding: 2rem 1.5rem .5rem 2.5rem;
	margin-left: 3rem;
	min-height: 5rem
}
.tracking-item.activeStep {
	border-left: 2px solid #4cbb87;
}
.tracking-item.inactiveStep {
	border-left: 2px dashed #e5e5e5;
}
.tracking-item:last-child {
	padding-bottom: 4rem
}
.tracking-item .tracking-date {
 margin-bottom: .5rem
}
.tracking-item .tracking-content {
 padding: .5rem .8rem;
}
.tracking-item .tracking-content h1 {
	font-size: 17px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
}
.tracking-item .tracking-content span {
	display: block;
	color: #888;
}
.tracking-item .tracking-icon {
	line-height: 2.6rem;
	position: absolute;
	left: -2.3rem;
	width: 4.6rem;
	height: 4.6rem;
	text-align: center;
	border-radius: 50%;
	font-size: 1.1rem;
	background-color: #c3b8b8;
	padding: 8px;
}
.tracking-item .tracking-icon img {
	width: 100%;
}
.tracking-item .tracking-icon.step1 img {
	width: 50%;
}
.tracking-item .tracking-icon.status-sponsored {
	background-color: #f68
}
.tracking-item .tracking-icon.status-delivered {
	background-color: #4cbb87
}
.tracking-item .tracking-icon.status-outfordelivery {
	background-color: #f5a551
}
.tracking-item .tracking-icon.status-deliveryoffice {
	background-color: #f7dc6f
}
.tracking-item .tracking-icon.status-attemptfail {
	background-color: #b789c7
}
.tracking-item .tracking-icon.status-exception {
	background-color: #d26759
}
.tracking-item .tracking-icon.status-inforeceived {
	background-color: #214977
}
.tracking-item .tracking-icon.status-intransit {
	color: #e5e5e5;
	border: 1px solid #e5e5e5;
 font-size: .6rem
}
.order-details, .order-product-details, .tracking-details {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	padding-bottom: 15px;
}
.order-details h3 {
	width: 100%;
	font-size: 17px;
	padding: 10px 0px;
	margin: 0;
	margin-top: 5px;
	font-family: 'Poppins-SemiBold';
}
.order-details table td {
	padding: 5px 20px 2px 5px;
}
.order-details table tr td:first-child {
	font-family: 'Poppins-SemiBold';
	color: #363636;
}
.order-details table td p {
	margin: 0;
}
.order-status {
	font-family: 'Poppins-SemiBold';
	width: 100%;
	float: left;
	text-align: center;
	background: #e3efe4;
	font-size: 16px;
	padding: 5px 0px;
}
.cancel-order {
	display: inline-block;
	border: 1px solid #bc0404;
	color: #bc0404;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
	font-size: 18px;
	padding: 5px 15px;
}
.order-head h2 {
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 0px 0px 0px;
	margin: 0;
	margin-bottom: 5px;
	font-family: 'Poppins-SemiBold';
}
.order-head p {
	width: 100%;
	font-size: 14px;
	padding: 0px;
	margin: 0;
	margin-bottom: 5px;
	color: #363636;
	font-family: 'Poppins-SemiBold';
}
.order-product-details h3 {
	width: 100%;
	background: #e7e7e7;
	font-size: 17px;
	padding: 10px;
	margin: 0;
	margin-bottom: 5px;
	font-family: 'Poppins-SemiBold';
}
.product-box {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.product-box:last-child {
	border-bottom: none;
}
.product-box .product-text-box h5 {
	font-family: 'Poppins-SemiBold';
}
.tracking-details h2 {
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-size: 17px;
	padding: 10px 9px;
	margin: 0;
	margin-bottom: 5px;
	font-family: 'Poppins-SemiBold';
}
.tracking-details p {
	font-family: 'Poppins-SemiBold';
	padding: 10px 9px;
}
.order-check-head {
	line-height: 23px;
}
.order-check-head img {
	width: 22px;
	float: left;
	margin-right: 7px;
}
.check-order .CheckStatus {
	width: auto;
	color: #fff;
	background-color: #363636;
	font-size: 15px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	border: 1px solid #363636;
	border-radius: 0px;
}
.OrderStausList {
	display: none;
}
.breadcrumb-bar {
	width: 100%;
	float: left;
	background-color: #f7f7f7;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.breadcrumb-bar .breadcrumb-title {
	color: #423f3f;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0 0;
}
.page-breadcrumb ol {
	background-color: transparent;
	font-size: 12px;
	margin-bottom: 0;
	padding: 0;
}
.page-breadcrumb ol li a {
	color: #363636;
}
.breadcrumb>li+li:before {
	color: #5f5f5f;
}
.implinks {
	list-style: none;
	padding-left: 0;
}
.implinks li a {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.info-box {
	width: 100%;
    float: left;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    ;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.info-box img {
	height: 65px;
    margin: 10px 0px;
    opacity: 0.8;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.info-box:hover img {
	opacity: 1;
}
.info-box p {
	width: 100%;
    float: left;
    text-align: center;
    font-family: 'Poppins-SemiBold';
    border-top: 1px solid #ddd;
    font-size: 15px;
    padding: 10px 0px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #363636;
    min-height: 70px;
}
.contact-icon {
	width: 20px;
	float: left;
	padding-right: 3px;
	margin-right: 6px;
	opacity: 0.5;
}
.contact-block {
	border: 1px solid #ddd;
	min-height: 115px;
	background: #f7f7f7;
	padding: 10px;
	box-sizing: border-box;
}
.contact-block h1 {
	font-family: 'Poppins-SemiBold';
	font-size: 16px;
	margin-top: 0;
}
.contact-block p {
	margin-bottom: 0;
}
.contact-box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.contact-box .img-box {
	float: left;
	margin-right: 9px;
	width: 40px;
	height: 40px;
	background: #ececec;
	border-radius: 50%;
	padding: 7px;
	border: 1px solid #bdbdbd;
}
.contact-box .img-box img {
	width: 100%;
}
.workhrs {
	width: 100%;
	display: block;
	float: left;
	padding: 0 15px;
	border: 1px solid #CCC;
}
.privacy-holder {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.highlight {
	color: #2198c6;
	font-size: 14px;
}
.page-head {
	width: 100%;
	float: left;
	font-size: 18px;
	text-align: left;
	color: #363636;
	padding-bottom: 10px;
	font-weight: bold;
}
.subscribe-section {
	padding-bottom: 45px;
	border-bottom: 1px solid #ddd;
}
.subscribe-block {
	height: 100%;
}
.subscribe-block .subscrib-contant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.subscribe-block input[type="email"] {
	border: 1px solid #ddd;
	border-radius: 25px;
	color: #9b9b9b;
	font-size: 16px;
	font-style: normal;
	height: 51px;
	letter-spacing: 0;
	text-align: center;
	width: 460px;
}
.subscribe-block input[type="submit"] {
	background: #fdb801 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 25px;
	color: #fff;
	height: 51px;
	letter-spacing: 0;
	margin-left: -60px;
	padding: 0 58px;
}
.padbot50 {
	padding-bottom: 50px;
}
.submit-btn {
	color: #fff;
	background-color: #363636;
	font-size: 15px;
	text-align: center;
	padding: 8px 10px;
	display: table-cell;
	border: 1px solid #363636;
	border-radius: 0px;
}
.submit-btn:hover {
	background: #000;
	color: #fff;
}
.newsLetterBtn {
	color: #363636;
	font-size: 15px;
	text-align: center;
	padding: 8px 10px;
	border: 1px solid #363636;
	border-radius: 0px;
	display: inline-block;
	margin-top: 30px;
}
.newsLetterBtn:hover {
	background: #363636;
	color: #fff;
}
/* register */

.tab-content>.tab-pane {
	display: block;
}
#myTabContent {
	position: relative;
	width: 100%;
	z-index: 5;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-top: 5px;
}
#myTabContent h3 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Poppins-SemiBold';
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	text-align: center;
}
.data-block {
	box-sizing: border-box;
	padding: 12px;
	margin-bottom: 15px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-left: 3px solid #b9b9b9;
}
.icon-btn {
	background: #f7f7f7;
	border: 1px solid #363636;
	color: #363636;
	border-radius: 19px;
	padding: 7px 15px;
}
.icon-btn:hover {
	background: #363636;
	color: #fff;
}
.tab-content .tab-pane h3 {
	font-size: 18px;
}
.register-form .form-control {
	width: 245px;
	margin: 0 auto;
	padding: 20px 10px;
}
.login-content {
	width: 320px !important;
	margin: 0 auto;
}
.login-btn {
	width: 125px;
	float: none;
	padding: 8px 15px;
	background: #363636;
	color: #fff;
	border-radius: 0;
}
.sidemenu-link {
	width: 100%;
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 5px 0px;
	font-family: 'Poppins-SemiBold';
	cursor: pointer;
	background: #363636;
	color: #fff;
}
.sidemenu-link span {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	float: right;
	border: 1px solid #000000;
	text-align: center;
	font-size: 17px;
	background: #000000;
}
.submenu-holder {
	width: 100%;
	float: left;
	padding: 5px 10px;
	display: none;
}
.login-btn:hover {
	background: #000;
	color: #fff;
}
.sideMenu a {
	width: 100%;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #363636;
	margin-bottom: 10px;
	font-family: 'Poppins-SemiBold';
	line-height: 35px;
}
.sideMenu a span {
	background: #e7e7e7;
	width: 35px;
	float: left;
	padding: 8px;
	margin-right: 5px;
}
.sideMenu a img {
	width: 100%;
	float: left;
	opacity: 0.7;
}
.sideMenu a:hover, .sideMenu a.active {
	background: #363636;
	color: #fff;
}
.sideMenu a:hover img, .sideMenu a.active img {
	opacity: 1;
}
.w50pblock {
	width: 50%;
	display: block;
	float: left;
}
.Mtop7 {
	margin-top: 7px;
}
.checkboxinp {
	width: 25px;
	display: block;
	float: left;
	margin-left: 10px;
}
.checkboxinp input[type="checkbox"] {
	display: block;
}
.manditory {
	color: #C00;
	font-size: 16px;
	font-family: 'Poppins-SemiBold';
}
.w200 {
	width: 200px;
}
.primaryBtn {
	width: auto;
	float: none;
	padding: 7px 15px;
	background: #363636;
	color: #fff;
	border-radius: 0;
	min-width: 100px;
}
.primaryBtn:hover {
	background: #000;
	color: #fff;
	border-radius: 0;
}
.primaryBtn-outline {
	width: auto;
	float: none;
	padding: 4px 15px;
	background: #fff;
	color: #363636;
	border-radius: 0;
	border: 1px solid #363636;
}
.primaryBtn-outline:hover {
	background: #363636;
	color: #fff;
}
.partnerlogin {
	width: 100%;
	display: block;
	float: left;
	padding: 20px;
	border: 1px solid #CCC;
	margin-top: 30px;
	border-radius: 6px;
	background: #f7f7f7;
}
.filluphead {
	width: 100%;
	float: left;
	display: block;
	color: #363636;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-family: 'Poppins-SemiBold';
	font-size: 17px;
	margin-bottom: 10px;
}
.question-holder, .contact-holder, .content-box {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}
.questionhead {
	width: 100%;
	display: block;
	float: left;
	padding: 10px 15px;
	font-size: 14px;
	margin-bottom: 10px;
	background: #ececec;
	color: #333;
	font-family: 'Poppins-SemiBold';
}
.Mleft0 {
	margin-left: 0!important;
}
.answerlist, .answerlist2 {
	font-size: 15px;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px !important;
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
/*------------------- Custom Select-----------*/

.wrap-drop {
	background: #363636;
	border: 1px solid #ddd;
	cursor: pointer;
	max-width: 100%;
	padding: 0.5rem 1rem;
	position: relative;
	width: 100%;
	z-index: 3;
	margin: 10px 0px;
}
 .wrap-drop::after {
 border-color: #fff transparent;
 border-style: solid;
 border-width: 7px 7px 0;
 content: "";
 height: 0;
 margin-top: -4px;
 position: absolute;
 right: 1rem;
 top: 50%;
 width: 0;
}
.wrap-drop .drop {
	background: #f7f7f7;
	border: 1px solid #ddd;
	display: none;
	left: 0;
	list-style: none;
	margin-top: 0;
	opacity: 0;
	padding-left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
}
.wrap-drop .drop li a {
	color: #695d52;
	display: block;
	padding: 1rem;
	text-decoration: none;
}
.wrap-drop span {
	color: #fff;
	font-family: 'Poppins-SemiBold';
}
.wrap-drop .drop li:hover a {
	background-color: #363636;
	color: #fff;
}
 .wrap-drop.active::after {
 border-width: 0 10px 10px;
}
.wrap-drop.active .drop {
	display: block;
	opacity: 1;
	pointer-events: auto;
}
.privacy-holder h4 {
	width: 100%;
	float: left;
	font-family: 'Poppins-SemiBold';
}
.privacy-holder a {
	font-size: 16px;
	font-family: 'Poppins-SemiBold';
}
#sendmailModal .modal-title {
	font-size: 18px;
	font-family: 'Poppins-SemiBold';
}
#sendmailModal .form-horizontal .control-label {
	text-align: left;
}
#sendmailModal .modal-footer {
	text-align: center;
}
.mw100 {
	width: 100px;
	min-width: 100px;
}
.sub-header {
	width: 100%;
	float: left;
	background: #f7f7f7;
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px;
}
.index-holder {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	padding: 5px;
	min-height: 240px;
	overflow: hidden;
	position: relative;
}
.index-holder h1 {
	font-size: 18px;
	font-family: 'Poppins-SemiBold';
	margin: 10px 0px;
	min-height:32px;
}
.index-holder h2 {
	font-size: 18px;
	font-family: 'Poppins-SemiBold';
	margin: 10px 0px;
	min-height:32px;
}
.index-holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 170px;
	overflow: auto;
	min-height:170px;
}
.index-holder ul li a {
	color: #6f6f6f;
}
.index-holder ul li a:hover {
	color: #363636;
}
.index-holder .product-image img {
	width: 100%;
	height: auto
}
.index-holder .img-1 {
	opacity: 1;
 transition: all .5s
}
.index-holder:hover .img-1 {
	opacity: 0
}
.index-holder .img-2 {
	width: 89%;
	float: left;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 13px;
 transition: all .5s;
}
.index-holder:hover .img-2 {
	opacity: 1
}
.noresultHolder {
	width: 100%;
	float: left;
	padding: 15px 0px;
	text-align: center
}
.noresultHolder {
	width: 100%;
	float: left;
	margin: 35px 0px;
	padding: 25px 0px;
}
.noresultHolder img {
	width: 100px;
}
.noresultHolder h1 {
	font-family: 'Poppins-Bold';
}
.noresultHolder h4 {
	font-family: 'Poppins-SemiBold';
}
.noresultHolder h4 span {
	font-style: italic;
	word-break: break-all;
}
.noresultHolder p {
	width: 100%;
	float: left;
	text-align: center;
}
.menu-footer {
	position: absolute;
	bottom: 0;
	background: #f1f1f1;
	left: 0;
	right: 0;
	border: none;
	color: #363636;
	padding: 5px;
	border-top: 1px solid #e2e2e2;
}
.menu-footer .feature-content .heading-text {
	font-size: 16px;
}
/*------------- Star rating--------------*/

.rating .rating-star {
	position: relative;
	min-width: 81px !important;
	display: inline-block;
	height: 16px;
	cursor: default !important;
}
.rating-star:before {
	background-image: url("../images/rating.svg");
	background-repeat: repeat-x;
	background-size: auto 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.rating-star:after {
	background-repeat: repeat-x;
	background-image: url("../images/rating-active.svg");
	background-size: 16px;
	content: "";
	display: block;
	width: 200px;
	height: 16px;
	position: absolute;
	overflow: hidden;
}
.rating-star[data-rating='0']:after {
	width: 0px;
}
.rating-star[data-rating='0.5']:after {
	width: 8px;
}
.rating-star[data-rating='1']:after {
	width: 16px;
}
.rating-star[data-rating='1.5']:after {
	width: 24px;
}
.rating-star[data-rating='2']:after {
	width: 32px;
}
.rating-star[data-rating='2.5']:after {
	width: 40px;
}
.rating-star[data-rating='3']:after {
	width: 48px;
}
.rating-star[data-rating='3.5']:after {
	width: 56px;
}
.rating-star[data-rating='4']:after {
	width: 64px;
}
.rating-star[data-rating='4.5']:after {
	width: 72px;
}
.rating-star[data-rating='5']:after {
	width: 80px;
}
.rating-star:hover {
	cursor: pointer;
}
.cart-empty {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 5px;
	text-align: center;
}
.cart-empty img {
	width: 150px;
	opacity: 0.5;
}
.cart-empty .cart-text {
	width: 100%;
	float: left;
	font-size: 20px;
	text-align: center;
	font-family: 'Poppins-SemiBold';
}
.cart-empty p {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	color: #999;
}
.order-status-holder {
	width: 100%;
	float: left;
	padding: 10px;
	background: #efefef;
	margin: 10px 0px;
	border: 1px solid #ddd;
	font-size: 14px;
}
.order-status-holder span {
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
	float: left;
}
.addtocart {
	background: #4ba55f;
	width: 262px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	float: left;
	padding: 15px;
	font-size: 17px;
	color: #FFF;
	border: 0;
	border-radius: 5px;
	font-family: 'Poppins-SemiBold';
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.addtocart img {
	width: 21px;
	margin-right: 5px;
}
.freeshipping img {
	width: 100%;
	float: left;
}
.item-name {
	width: 100%;
	color: #484848;
	font-size: 23px;
	float: left;
}
.item-name h1 {
	font-size: 19px;
	margin-bottom:0;
}
.item-name .product-name {
    width:100%;
    float:left;
    font-size: 19px;
    margin-bottom:0;
    margin-top: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.offer-per {
	display: inline-block;
	right: -20px;
	top: 0px;
	text-transform: capitalize;
	padding: 0px 0px 0 10px;
	background: #ff0000;
	font-size: 13px;
	color: #fff;
	position:relative;
}
.offer-per:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 25px 10px;
	border-color: transparent transparent transparent #ff0000;
	right: -10px;
	left: auto;
	top: 0;
	position:absolute;
}
.orginal-price-holder {
	display:inline-block;
}
.originalprice {
	color: #585858;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Poppins-Regular';
	margin-top: -11px;
	margin-left: 9px;
}
.priceunit {
	font-size: 16px;
	word-wrap: break-word;
	line-height: 21px;
	white-space: normal;
	display: block;
	float: left;
	width: 100%;
	margin-top: 0px;
}
.quickview-holder .orginal-price {
	font-size: 20px;
	position:absolute;
}
.quickview-actions .addtocart {
	width: 134px;
	padding: 9px;
	font-size: 13px;
}
.quickview-holder .orginal-price .offer-tag::before {
 top:3px;
}
.quickview-actions .qtyminus, .quickview-actions .qtytext2, .quickview-actions .qtyplus {
	width: 40px;
	height: 37px;
	font-size: 20px;
	line-height: 31px;
}
.quickview-productImg {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	padding: 5px 5px 10px 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}
.discountPack-holder .dollarsign {
	padding-top: 0 !important;
}
.quickview-actions .viewdetails {
	background: #363636;
	width: 134px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	float: left;
	padding: 9px;
	font-size: 13px;
	color: #FFF;
	border: 0;
	border-radius: 5px;
	font-family: 'Poppins-SemiBold';
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	margin-left: 15px;
}
.quickview-actions .viewdetails:hover {
	background: #000;
}
.quickview-actions .qtybtnbox {
	width: auto;
	margin-right: 15px;
}
.quickview-holder .features-holder ul {
	line-height: 21px;
}
.quickview-holder .pricefigure {
	font-size: 35px;
}
.quickview-holder .orginal-price {
	font-size: 20px;
	display:inline-block;
}
.discountPack-holder .item-name h1 {
	max-height: 35px;
	overflow: hidden;
	font-size: 13px;
	max-height: 60px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding-top: 8px;
}
.discountPack-actions .viewdetails {
	background: #363636;
	width: 109px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	float: left;
	padding: 10px 5px;
	font-size: 13px;
	color: #FFF;
	border: 0;
	border-radius: 0px;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	margin-left: 10px;
}
.discountPack-holder .discountPack-actions .addtocart {
	width: 130px;
	padding: 10px 5px;
	font-size: 13px;
	font-family: 'Poppins-Regular';
	border-radius: 0px;
}
.discountPack-holder .pricefigure, .discountPack-holder .dollarsign {
	font-size: 21px;
}
.discountPack-holder .priceunit {
	font-size: 12px;
}
.discountPack-holder .orginal-price {
	font-size: 15px;
	padding-left: 10px;
}
.discountpack-price .orginalprice {
	display: inline-block;
	float: left;
}
.discountpack-price .orginal-price {
	margin:0;
}
.discountpack-price .orginalprice {
	text-decoration:line-through;
}
.modalClose {
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 23px;
	color: #737373;
	opacity: 1;
	text-shadow: none;
}
.quickview-holder, .discountPack-holder {
	padding-top: 30px;
}
.packName {
	width: 100%;
	float: left;
	background: #363636;
	color: #fff;
	text-align: center;
}
.discountPack-holder .ouofstock, .discountPack-holder .instock {
	top: 35px;
}
.close:focus, .close:hover {
	outline: none;
}
.mobile-searchholder {
	background: #fff;
	width: 100%;
	float: left;
	left: 0;
	padding: 8px 15px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mobile-searchholder form {
	margin: 0;
	padding: 0;
}
ul.timeline {
	list-style-type: none;
	position: relative;
}
ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 10px;
	width: 2px;
	height: 100%;
	z-index: 400;
}
ul.timeline>li {
	margin: 20px 0;
}
ul.timeline>li:before {
	content: ' ';
	background: #4cbb87;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	left: 1px;
	width: 20px;
	height: 20px;
	z-index: 400;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #363636;
	border-color: #000;
	background-color: #e7e7e7 !important;
	border-color: #a2a0a0;
	font-family: 'Poppins-SemiBold';
	color: #363636;
}
.search-head {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	padding: 0px 0px;
	color: #636363;
	margin-top: 20px;
	margin-bottom: 0px;
	font-style: italic;
	font-family: 'Poppins-SemiBold';
}
.search-products-name {
	width: 100%;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0px 0px;
	color: #000;
	font-family: 'Poppins-Bold';
	min-height: 44px;
	margin-top: 0px;
	max-height: 44px;
	overflow: hidden;
}
.list-view .product-grid .product-image>a {
	min-height: auto !important;
}
.sortbox {
	width: 100%;
	display: block;
	float: left;
	padding: 10px 10px;
	box-sizing: border-box;
}
.sortlabelbox {
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-right: 5px;
	line-height: 25px;
}
.sortitems {
	display: inline-block;
	float: left;
}
.viewas {
	padding-left: 0px;
	list-style: none;
}
.viewas li {
	float: left;
	display: inline-block;
}
.active .gridview, .active .listview {
	opacity: 1;
	transition: none;
}
.gridview {
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	background: url(../images/grid.svg) no-repeat;
	background-position: 0px 0px;
	margin-right: 15px;
	background-size: cover;
	opacity: 0.3;
}
.listview {
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	background: url(../images/list.svg) no-repeat;
	opacity: 0.3;
	background-size: cover;
	margin-top: -2px;
}
.ui-widget.ui-widget-content {
	z-index: 9999;
	font-size: 13px;
	width: 150px;
	position: fixed;
}
.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: 50%;
	left: 44%;
	animation: loader 2s infinite ease;
}
.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}
 @keyframes loader {
 0% {
 transform: rotate(0deg);
}
 25% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(180deg);
}
 75% {
 transform: rotate(360deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes loader-inner {
 0% {
 height: 0%;
}
 25% {
 height: 0%;
}
 50% {
 height: 100%;
}
 75% {
 height: 100%;
}
 100% {
 height: 0%;
}
}
.mobile-paging {
	text-align: right;
}
.top-selling .head-area {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
	float: left;
}
.top-selling .head-area .heading-text {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
	width: auto;
	background: #fff;
	color: #696969;
	z-index: 999;
	position: inherit;
	padding-right: 6px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	float: left;
	margin: 13px 0px;
}
.tab-menu {
	position: absolute;
	top: 5px;
	width: auto;
	right: 0;
	z-index: 999;
}
.tile {
	width: 100%;
	float: left;
}
.head-area .tab-pane {
	padding: 15px;
	height: 80px;
}
.head-area .nav-tabs {
	position: relative;
	border: none!important;
	background-color: #fff;
	/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
	border-radius: 6px;
}
.head-area .nav-tabs li {
	/*rgin:0px!important;*/
	z-index: 99;
}
.head-area .nav-tabs li a {
	position: relative;
	margin-right: 0px!important;
	padding: 15px!important;
	font-size: 14px;
	border: none!important;
	color: #737373;
	text-transform: uppercase;
	line-height:13px;
}
.head-area .nav-tabs a:hover {
	background-color: transparent;
	border: none;
}
.head-area .slider {
	display: inline-block;
	width: 30px;
	height: 43px;
	border-radius: 3px;
	background-color: #363636;
	position: absolute;
	z-index: 1;
	bottom: 2px;
 transition: all .2s linear;
	border: 1px solid #dedede;
	border-radius: 35px;
}
.head-area .nav-tabs .active a {
	background-color: transparent!important;
	border: none!important;
	color: #fff!important;
}
.top-selling .tab-content>.tab-pane {
	display: none;
}
.top-selling .tab-content>.active {
	display: block;
}
label.rank {
	font-weight: 600;
	left: -20px;
	top: 0px;
	margin-right: 50px;
	position: absolute;
	display: inline-block;
	width: 33px;
	height: 32px;
	line-height: 33px;
	font-size: 14px;
	margin-left: 15px;
	padding-left: 7px;
	background: #cc001a;
	z-index: 999;
	color: #fff;
}
label.rank:after {
	content: "";
	position: absolute;
	left: 96%;
	bottom: 0;
	width: 0;
	height: 0;
	display: inline-block;
	line-height: 0;
	border-width: 16px;
	border-style: solid;
	border-color: #cc001a transparent #cc001a #cc001a;
}
label.rank:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 62px;
	left: -1px;
	height: 4px;
	-moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.topsellingItems {
	overflow: hidden;
	width: 100%;
	height: 411px;
}
/*-------- Error Page---------*/

.error_section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
	background-image: linear-gradient(-225deg, #eaeaea, #ffffff);
}
.error_section img {
	width: 55px;
	opacity: 0.5;
	margin-bottom: 6px;
}
.error_section_subtitle {
	color: #767777;
	text-transform: uppercase;
	/* letter-spacing: 5pt; */
	font-weight: 500;
	font-size: 4rem;
	margin-bottom: -1em;
}
.error_section .error_title {
 --x-shadow: 0;
 --y-shadow: 0;
 --x: 50%;
 --y: 50%;
	font-size: 15rem;
	transition: all 0.2s ease;
	position: relative;
	padding: 2rem 0px 0px;
	margin-bottom: 0;
	color: #3a3636;
	text-shadow: var(--x-shadow) var(--y-shadow) 10px #b3b3b3;
}
.error_section .error_title p {
	position: absolute;
	top: 2rem;
	left: 2rem;
	background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.05), transparent);
	background-position: var(--x) var(--y);
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.1s ease;
}
.error_section .btn {
	padding: 1em 1.8em;
	border-radius: 99999px;
	border: none;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	transition: ease-out 0.2s all;
	border: 1px solid #ddd;
	background: #3a3636;
}
.error_section .btn:hover {
	transform: translateY(-5px);
	transition: ease-out 0.2s all;
}
.product-col {
	width:55%;
}
.product-col .product-media {
	display: inline-block;
	margin: 0;
	margin-right: 4%;
	flex-shrink: 0;
	width: 13%;
	float:left;
}
.product-col .product-title {
	display: inline-block;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.25;
	margin: 0;
	width:80%;
}
.product-col .product-title a {
	color: inherit;
}
.table th, .table thead th, .table td {
	border-top: none;
 border-bottom: .1rem solid #ebebeb !important;
}
.checkOut-box {
	width: 100%;
	float: left;
	background: #f9f9f9;
	border: 1px solid #d7d7d7;
	padding: 10px 5px;
}
.checkoutMessage {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.checkoutMessage h1 {
	font-size: 20px;
	color: #00af80;
	font-family: 'Poppins-SemiBold';
}
.checkoutMessage h1 img {
	width: 20px;
}
.checkoutMessage h2 {
	font-size: 16px;
}
.checkoutMessage h2 span {
	font-family: 'Poppins-SemiBold';
}
.freeshipping-info {
	width: 100%;
	float: left;
	background: #fff;
	border: 1px dashed #d7d7d7;
	padding: 10px 5px;
	margin-top: 5px;
}
.freeshipping-info img {
	width: 70px;
}
.freeshipping-btn {
	width: 100%;
	background: #363636;
	color: white;
	text-align: center;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
}
.freeshipping-btn:hover {
	color: #fff;
}
.freeshipping-btn img {
	width: 35px;
}
.important-data {
	width: 100%;
	float: left;
	background: #ffffff;
	border: 1px solid #363636;
	padding: 10px;
	margin: 10px 0px;
	color: #2f2a2a;
}
.important-data strong {
	color: #dc1111;
	font-size: 16px;
}
.shippingDdata {
	background: #ffffff;
	width: 100%;
	float: left;
}
.shippingDdata .card-title {
	font-family: 'Poppins-SemiBold';
	margin: 0;
	font-size: 18px;
}
.shippingDdata .card {
	padding: 1rem!important;
	border: 1px solid #e7e7e7;
	margin-bottom: 1rem;
 -webkit-transition: .5s all ease;
 -moz-transition: .5s all ease;
 transition: .5s all ease;
}
.shippingDdata .card:hover {
	-webkit-box-shadow: 5px 7px 9px -12px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -12px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -12px rgb(158, 158, 158);
}
.shippingDdata .card .card-block {
	padding-left: 50px;
	position: relative;
}
.shippingDdata.card .card-block a {
	color: #007b5e !important;
	font-weight: 700;
	text-decoration: none;
}
.shippingDdata .card .card-block a i {
	display: none;
}
.shippingDdata .card:hover .card-block a i {
	display: inline-block;
	font-weight: 700;
}
.shippingDdata .card .card-block:before {
	position: absolute;
	font-size: 39px;
	color: #007b5e;
	left: 0;
 -webkit-transition: -webkit-transform .2s ease-in-out;
 transition: transform .2s ease-in-out;
}
.shippingDdata .card .block-1:before {
	content: "";
	background: url('../images/shipping-address.svg');
	background-size: cover;
	width: 40px;
	height: 40px;
}
.shippingDdata .card .block-2:before {
	content: "";
	background: url('../images/billing-address.svg');
	width: 40px;
	height: 40px;
}
.shippingDdata .card .block-3:before {
	content: "";
	background: url('../images/truck.svg');
	width: 40px;
	height: 40px;
}
.shippingDdata .card p {
	margin-bottom: 0;
}
.checkoutTbl {
	width: 100%;
	background: #ffffff;
	padding: 5px;
	margin: 10px 0px;
	border: 1px solid #ddd;
	max-height:355px;
}
.checkoutPricelist {
	width: 100%;
	float: left;
	text-align: right;
	background: #f7f7f7;
	padding: 4px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.checkOut-box .cart-total {
	font-size: 15px;
}
.checkout-footer {
	width: 100%;
	float: left;
	border-top: 1px solid #ddd;
	padding: 10px 0px;
	margin-top: 10px;
}
.checkout-footer p {
	text-align: center;
}
.share-product {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding: 10px 5px;
	text-align: center;
}
.share-product h3 {
	font-size: 16px;
	font-family: 'Poppins-SemiBold';
	margin: 10px 0px;
	display: inline-block;
}
.productShare-holder .tab-content>.active {
	border: 1px solid #ddd;
	padding: 14px;
	border-top: 0;
}
.productShare-holder .tab-content>.tab-pane {
	display: none;
}
.productShare-holder .tab-content>.tab-pane.active {
	display: block;
}
.print-btn {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 6px 19px;
	color: #363636;
	border-radius: 6px;
}
.print-btn img {
	width: 20px;
}
.topsort {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	padding: 15px 10px;
}
.filter-side-bar {
	padding: 5px;
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	margin-top: 20px;
}
.filter-inner {
	width:100%;
	float:left;
}
.filter-inner h2
{
	
  font-family: 'Poppins-SemiBold';
	font-size: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 20px;
	border-bottom: 1px solid #e1e1e1;

}
.filter-list, .filter-categories {
	padding: 0px 15px;
	width: 100%;
}
.filter-tag a {
	margin: 0 5px 12px 0;
	padding: 5px 15px;
	text-transform: capitalize;
	display: inline-block;
	border: 1px solid #e1e1e1;
	background: #ffffff;
	border-radius: 3px;
	font-size: 13px;
	color: #363636;
}
.filter-tag a:hover {
	background:#363636;
	color:#fff;
}
.filter-list {
	margin-bottom: 15px;
}
.filter-list ul li {
	border-bottom: 1px solid #ececec;
	margin-bottom: 5px;
}
.filter-list>ul>li>a {
	font-size: 14px;
	display: block;
	line-height: 30px;
	color: #363636;
}
.filter-list>ul>li>a span {
	float: right;
	background: #f5f5f5;
	width: auto;
	height: 25px;
	border-radius: 4px;
	color: #000;
	padding: 0px 5px;
	text-align: right;
	line-height: 26px;
	font-size: 13px;
}
.filter-list ul, .filter-categories ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.filter-list h3, .filter-categories h3 {
	font-family: 'Poppins-SemiBold';
	font-size: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.price-range-slider {
	width: 100%;
	float: left;
	padding: 10px 20px;
}
.price-range-slider .range-value {
	margin: 0;
}
.price-range-slider .range-value input {
	width: 100%;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: initial;
	box-shadow: none;
	border: none;
	margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
	border: none;
	background: #000;
	height: 3px;
	width: 96%;
	margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
	background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #06b9c0;
	height: 17px;
	width: 17px;
	top: -0.52em;
	cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle+span {
	background: #06b9c0;
}
#slider-range {
	position: relative;
	width: 100%;
}
.btn-outline {
	display: inline-block;
	border: 1px solid #363636;
	color: #363636;
	padding: 8px 15px;
	z-index: 9;
	overflow: hidden;
	position: relative;
	min-width: 150px;
	font-family: 'Poppins-SemiBold';
	text-transform: uppercase;
	white-space: normal;
}
.btn-outline:hover {
	color: #fff;
}
 @-webkit-keyframes criss-cross-left {
 0% {
 left: -20px;
}
 50% {
 left: 50%;
 width: 20px;
 height: 20px;
}
 100% {
 left: 50%;
 width: 375px;
 height: 375px;
}
}
 @keyframes criss-cross-left {
 0% {
 left: -20px;
}
 50% {
 left: 50%;
 width: 20px;
 height: 20px;
}
 100% {
 left: 50%;
 width: 375px;
 height: 375px;
}
}
 @-webkit-keyframes criss-cross-right {
 0% {
 right: -20px;
}
 50% {
 right: 50%;
 width: 20px;
 height: 20px;
}
 100% {
 right: 50%;
 width: 375px;
 height: 375px;
}
}
 @keyframes criss-cross-right {
 0% {
 right: -20px;
}
 50% {
 right: 50%;
 width: 20px;
 height: 20px;
}
 100% {
 right: 50%;
 width: 375px;
 height: 375px;
}
}
.btn-outline:before, .btn-outline:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background-color: #363636;
	border-radius: 50%;
	z-index: -1;
}
.btn-danger-outline {
	color:#e52d27;
	border-color:#bc1515;
}
.btn-danger-outline:before, .btn-danger-outline:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background-color: #e52d27;
	border-radius: 50%;
	z-index: -1;
}
.btn-success-outline {
	border: 1px solid #47841a;
	color: #47841a;
}
.btn-success-outline:before, .btn-success-outline:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background-color: #47841a;
	border-radius: 50%;
	z-index: -1;
}
.btn-outline:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btn-outline:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.btn-outline:hover:before {
	-webkit-animation: criss-cross-left 0.8s both;
	animation: criss-cross-left 0.8s both;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.btn-outline:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
label input[type=checkbox].toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 3em;
	height: 1.5em;
	background: #ddd;
	vertical-align: middle;
	border-radius: 1.6em;
	position: relative;
	outline: 0;
	margin: 5px;
	margin-top: -1px;
	cursor: pointer;
	-webkit-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}
 label input[type=checkbox].toggle::after {
 content: '';
 width: 1.5em;
 height: 1.5em;
 background: white;
 position: absolute;
 border-radius: 1.2em;
 -webkit-transform: scale(0.7);
 transform: scale(0.7);
 left: 0;
 box-shadow: 0 1px rgba(0, 0, 0, 0.5);
 -webkit-transition: left 0.1s ease-in-out;
 transition: left 0.1s ease-in-out;
}
label input[type=checkbox].toggle:checked {
	background: #363636;
}
 label input[type=checkbox].toggle:checked::after {
 left: 1.5em;
}
.filter-sub-categories>a {
	font-size: 14px;
	display: block;
	line-height: 30px;
	position: relative;
	color: #363636;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
	padding-left: 24px;
}
.filter-sub-categories>a:before {
	content: '+';
	cursor: pointer;
	font-size: 15px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translatey(-50%);
}
.filter-sub-categories>a:after {
	content: '';
	cursor: pointer;
	font-size: 15px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translatey(-50%);
	width: 20px;
	height: 20px;
	margin-left: 3px;
	margin-top: 3px;
}
.filter-sub-categories>a:after {
	background: url('../images/filter-nonactive.svg');
	background-size: 15px;
	background-repeat: no-repeat;
}
.filter-sub-categories.active>a:after {
	background: url('../images/filter-active.svg');
	background-size: 15px;
	background-repeat: no-repeat;
}
.filter-sub-categories>a.active:before {
	content: '-';
}
.filter-side-bar label {
	font-weight: normal;
	color: #363636;
}
.ui-widget-header {
	border: 3px solid #363636;
	background: #ff6e40;
	position: absolute;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.5em;
}
.ui-slider-horizontal {
	height: 0.4em;
	border: 0;
	background: #f1f1f1;
	position: relative;
	margin-top: 25px;
}
.price-value {
	font-weight: 100;
	text-align: center;
	display: block;
	background-color: #f3f1f1;
	color: #363636;
	padding: 10px 5px;
	border-radius: 3px;
	transition: all 0.3s;
	font-size: 14px;
	font-family: 'Poppins-SemiBold';
}
.filter-list .price-slider, .filter-list .price-slider-mobile {
	position: relative;
	width: 100%;
	z-index:99;
}
.filter-list .ui-state-hover, .filter-list .ui-widget-content .ui-state-hover, .filter-list .ui-widget-header .ui-state-hover, .filter-list .ui-state-focus, .filter-list .ui-widget-content .ui-state-focus, .filter-list .ui-widget-header .ui-state-focus, .filter-list .ui-state-active {
	border-color: #00CEAF;
	border-width: 3px;
	height: 1.2em;
	width: 1.2em;
	background-color: #00CEAF;
}
.filter-list .ui-state-hover:hover, .filter-list .ui-widget-content .ui-state-hover:hover, .filter-list .ui-widget-header .ui-state-hover:hover, .filter-list .ui-state-focus:hover, .filter-list .ui-widget-content .ui-state-focus:hover, .filter-list .ui-widget-header .ui-state-focus:hover, .filter-list .ui-state-active:hover, .filter-list .ui-state-hover:focus, .filter-list .ui-widget-content .ui-state-hover:focus, .filter-list .ui-widget-header .ui-state-hover:focus, .filter-list .ui-state-focus:focus, .filter-list .ui-widget-content .ui-state-focus:focus, .filter-list .ui-widget-header .ui-state-focus:focus, .filter-list .ui-state-active:focus, .filter-list .ui-state-hover:active, .filter-list .ui-widget-content .ui-state-hover:active, .filter-list .ui-widget-header .ui-state-hover:active, .filter-list .ui-state-focus:active, .filter-list .ui-widget-content .ui-state-focus:active, .filter-list .ui-widget-header .ui-state-focus:active, .filter-list .ui-state-active:active {
	background-color: #00CEAF;
}
.filter-list .ui-state-default, .filter-list .ui-widget-content .ui-state-default, .filter-list .ui-widget-header .ui-state-default {
	border-color: #a3a3a3;
}
.filter-list .ui-state-default, .filter-list .ui-widget-content .ui-state-default, .filter-list .ui-widget-header .ui-state-default {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #a3a3a3;
	outline: 0;
}
.filter-list .ui-state-default:hover, .filter-list .ui-widget-content .ui-state-default:hover, .filter-list .ui-widget-header .ui-state-default:hover, .filter-list .ui-state-default:focus, .filter-list .ui-widget-content .ui-state-default:focus, .filter-list .ui-widget-header .ui-state-default:focus, .filter-list .ui-state-default:active, .filter-list .ui-widget-content .ui-state-default:active, .filter-list .ui-widget-header .ui-state-default:active {
	outline: 0;
	background-color: #f7f7f7;
	border-color: #363636;
}
.filter-list .ui-state-default:hover, .filter-list .ui-widget-content .ui-state-default:hover, .filter-list .ui-widget-header .ui-state-default:hover {
	background-color: #fff;
}
.filter-list .ui-state-default:hover:active, .filter-list .ui-widget-content .ui-state-default:hover:active, .filter-list .ui-widget-header .ui-state-default:hover:active {
	background-color: #000;
}
.filter-list .ui-state-default, .filter-list .ui-widget-content .ui-state-default, .filter-list .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 ;
	font-weight: normal;
	color: #555555;
}
.filter-list .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.current-time {
	display: block;
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.actual-time {
	color: #000;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	transition: all 0.15s ease;
	background-color: rgba(0, 0, 0, 0) !important;
}
.price-slider .tooltip {
	margin-top: -53px;
	margin-left: -12px;
	cursor: ew-resize;
	opacity: 1;
}
.tl:before {
	font-size: 14px;
	content: "t";
	padding-right: 5px;
}
/*------------ sales------------------*/

.sub-heading {
	width: 100%;
	float: left;
	font-family: 'Poppins-SemiBold';
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
.profile {
	list-style: none;
	color: black;
	padding: 0;
}
li.profile-items {
	margin: 10px;
}
span.profile-item-name {
	width: 200px;
	display: inline-flex;
	margin-left: 10px;
	font-family: 'Poppins-SemiBold';
}
span.profile-item-detail {
	display: inline-flex;
	width: calc(100% - 250px);
}
.my-card {
	position: absolute;
	left: 40%;
	top: -20px;
	border-radius: 50%;
}
.sales-count {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
	text-align: center;
	position: relative;
	padding-top: 50px;
	background: #f7f7f7;
}
.sales-count-image {
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	padding: 10px;
	position: absolute;
	margin: 0 auto;
	left: 39%;
	background: #fff;
	top: -27px;
	border-radius: 50%;
}
.sales-count-image img {
	width: 90%;
}
.sales-count h1 {
	margin: 0;
	font-size: 16px;
	margin-bottom: 10px;
}
.sales-count h5 {
	margin: 0;
	font-size: 13px;
	margin-bottom: 10px;
}
.sales-count h4 {
	font-size: 16px;
	margin: 10px 0px;
	font-family: 'Poppins-SemiBold';
}
.custable thead {
	background: #363636;
	color: #fff;
}
.product-count {
	display: inline-block;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	height: 40px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	margin-bottom: 10px;
	border: 1px solid #ddd;
	font-family: 'Poppins-SemiBold';
	margin-right: 10px;
	line-height: 19px
}
.product-count>.count-split {
	background: #363636;
	width: 33px;
	float: right;
	color: #fff!important;
	height: 100%;
	text-align: center;
	line-height: 38px;
}
.product-count>.product-text {
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 45px;
}
.accountDetails {
	margin-bottom: 24px;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
	display: inline-block;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e7e7e7;
 border-radius: .25rem;
	margin-right: 20px;
	font-family: 'Poppins-SemiBold';
	font-size: 15px;
	padding: 15px;
}
.contnet-box {
	width:100%;
	float:left;
	padding:10px;
	border:1px solid #ddd;
	margin: 10px 0px;
}
.contnet-box h2 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.category-btn {
	width: 25px;
	height: 25px;
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.category-btn img {
	width:100%;
	float:left;
}
.categoryList-btn {
	width: 30px;
	height: 30px;
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	margin-left:5px;
}
.listingcategory td {
	vertical-align:middle !important;
}
.single_menu {
	width:100%;
	float:left;
	padding:5px;
	border:1px solid #ddd;
	margin-bottom:10px;
	cursor:pointer;
}
.single_menu:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-check {
	width: auto;
	float: right;
	margin-top: 10px;
}
.selectedProduct {
	border-color: #63d46d;
	background: #f8fff9;
}
.single_menu img {
	position: absolute;
	height: 124px;
 transition: .3s;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.menu_content {
	padding-left: 145px;
}
@media(min-width: 1545px) and (max-width: 1587px){

.menu_content.wholesale-list h4{
      min-height:65px;       
}

}

.product-head {
	width:100%;
	float:left;
	border-bottom: 1px dashed #bfbfbf;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.menu_content h4 {
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 22px;
	width: calc(100% - 50px);
	margin: 0;
	float: left;
	font-family: 'Poppins-SemiBold';
	max-height: 65px;
	overflow: hidden;
}
.categoryRate {
	font-size: 18px !important;
	width: 100%;
	margin: 0;
	float: left;
	padding-bottom: 10px;
	font-family: 'Poppins-SemiBold';
}
.menu_content h4 span {
	font-size: 19px;
	font-weight: 800;
	float: right;
	color: #c0392b;
}
.menu_content p {
	font-size: 14px;
	margin-bottom:0;
	width:100%;
	float:left;
}
.menu_btn.btn.btn-danger {
	margin: 0 auto;
	display: block;
	width: 140px;
}
/*Menu ends*/
.menu_btn.btn.btn-danger {
	margin: 0 auto;
	display: block;
	width: 140px;
}
.switch {
	display: inline-block;
	height: 20px;
	position: relative;
	width: 40px;
}
.switch input {
	display:none;
}
.slider {
	background-color: #ccc;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
 transition: .4s;
}
.slider:before {
	background-color: #fff;
	bottom: 4px;
	content: "";
	height: 13px;
	left: 5px;
	position: absolute;
 transition: .4s;
	width: 13px;
}
input:checked + .slider {
	background-color: #66bb6a;
}
input:checked + .slider:before {
	transform: translateX(18px);
}
.slider.round {
	border-radius: 34px;
    position: relative;
    width: 100%;
    float: left;
    height: 22px
} 
.slider.round:before {
	border-radius: 50%;
}
.selectPoduct-btn {
	width: auto;
	float: left;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f7f7f7;
	color:#363636;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	margin-left:5px;
}
.selectPoduct-btn img {
	width:20px;
}
.checkAllPoduct-btn {
	width: auto;
	/* height: 30px; */
    float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	border: 1px solid #25b72c;
	border-radius: 5px;
	background: #66bb6a url(../images/product-image/uncheck-box.svg);
	color: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	background-size: 18px;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 7px 8px;
}
.checkAllPoduct-btn.uncheckAllPoduct-btn {
	background: #ca5353 url(../images/product-image/check-box.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 7px 8px;
	border-color: #ff6868;
}
.checkAllPoduct-btn:hover, .checkAllPoduct-btn:focus {
	color:#fff;
}
.mBtm10 {
	margin-bottom:10px;
}
.serachPagination input {
	border-top: none;
	border-bottom: navajowhite;
	text-align: center;
	box-shadow:none;
}
.serachPagination button {
	background:#363636;
	color:#fff;
}
.productBtnholder {
	display: table;
	margin: 0 auto;
	width: auto;
}
.modallimit1 {
	height: 300px;
	overflow-y: scroll;
}
.datadownload img {
	width:20px;
}
.datadownload td {
	vertical-align:middle !important;
}
.downloadBtn {
	width: auto;
	/* height: 30px; */
    float: left;
	box-sizing: border-box;
	padding: 5px 10px;
	border: 1px solid #0485d0;
	border-radius: 5px;
	background: #1b99e2 url(../images/product-image/inbox.svg);
	color: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	background-size: 18px;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 7px 4px;
}
.Mleft5 {
	margin-left:5px;
}
.helpModal {
	padding: 10px;
	border: 1px solid #e7e7e7;
	background: #f7f7f7;
	border-radius: 5px;
}
.helpModal img {
	width:24px;
	padding-right:5px;
}
.downloadstab td {
	word-break:break-all;
}
.downloadstab th {
	padding: 2px !important;
	font-size: 12px;
	border: 0px !important;
	background: #333;
	color: #FFF;
}
.logo-holder {
	width: 100%;
	float:left;
	padding:10px;
	margin-top:10px;
	display: block;
	overflow: hidden;
	background: #fbfbfb;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.logo-holder:hover {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.logo-holder label {
	width:100%;
	margin-bottom:0;
}
.check {
	border: 1px solid #9c9696;
	background: #f1f1f1;
	color: #363636;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.check img {
	opacity:0.5;
}
.logo-holder span {
	width:100%;
	float:left;
	text-align:center;
	font-family: 'Poppins-SemiBold';
}
.dns-holder fieldset {
	border: 1px solid #ddd !important;
	margin: 0;
	min-width: 0;
	padding: 5px;
	position: relative;
	border-radius:4px;
	background-color:#FFF;
	padding-left:10px!important;
}
.dns-holder legend {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 0px;
	min-width: 5%;
	width:auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 2px 10px 2px 10px;
	background-color: #ffffff;
}
.affirm-block, .next-block, .authorized-block, #myselfform {
	display:none;
}
#myselfform h6 {
	font-family: 'Poppins-SemiBold';
}
.login-holder {
	height:18px;
	width: auto;
	float: right;
}
.login-holder p {
	color: #423c3c;
}
.login-holder .dropdown {
	background:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	width:auto;
}
.login-holder .dropdown-menu>li>a {
	color:#363636;
	padding:10px 10px
}
.login-holder .dropdown-menu .divider {
	margin:0;
}
.header-right .login-holder .dropdown-menu li {
	padding:0;
	margin:0;
	border-right:0;
}
.login-holder .dropdown ul.dropdown-menu {
	border-radius:4px;
	box-shadow:none;
	margin-top:8px;
	width:200px;
	right:-12px;
	left:auto;
}
.login-holder .dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #eaeaea;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	right: 16px;
	z-index: 10;
}
.login-holder .dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid #ccc;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 14px;
	z-index: 9;
}
.login-holder .navbar-nav>li>a {
	padding: 0px 5px;
	width: 45px;
	text-align: center;
}
.login-holder .navbar-nav>li>a:focus, .login-holder .navbar-nav>li>a:hover {
	text-decoration: none;
	background-color: #fff;
}
.login-holder .username {
	width: 100%;
	float: left;
	padding: 10px 10px !important;
	line-height: 20px;
	background: #eaeaea;
	color: #2d2c2c;
	margin-top: -5px;
}
.login-holder .username span {
	font-family: 'Poppins-SemiBold';
	padding-left:5px;
}
/*-------- Login---------------*/
.login-block {
	float:left;
	width:100%;
	padding :0px 0px 30px;
}
.login-area {
	background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    width:85%;
    margin:0 auto;
}
.login-block .banner-sec {
	background:url('../images/login-bg.jpg') no-repeat left bottom;
	width:100%;
	background-size:cover;
	min-height:570px;
	border-radius: 10px 0px 0px 10px;
	padding:0;
	text-align:center;
	padding: 40px;
	color:#fff;
	display: table;
	-webkit-box-shadow: inset -10px 0px 17px -3px rgba(0, 0, 0, 0.73);
	box-shadow: inset -10px 0px 17px -3px rgba(0, 0, 0, 0.73);
}
.login-block .banner-sec h1 {
	font-family: 'Poppins-SemiBold';
	margin:0;
}
.login-block .banner-sec p {
	text-align:center;
}
.login-banner-content {
	display: table-cell;
	vertical-align: middle;
}
.login-block .carousel-inner {
	border-radius:0 10px 10px 0;
}
.login-block .carousel-caption {
	text-align:left;
	left:5%;
}
.login-block .login-sec {
	padding: 20px 20px 0px 20px;
	position:relative;
}
.login-block .login-sec .copy-text {
	width:80%;
	bottom:20px;
	font-size:13px;
	text-align:center;
}
.login-block .login-sec .copy-text i {
	color:#FEB58A;
}
.login-block .login-sec .copy-text a {
	color:#E36262;
}
.login-block .login-sec h2 {
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 18px;
	color: #363636;
	text-transform:uppercase;
}
.login-block .login-sec .form-control {
	box-shadow: none;
	border: 1px solid #e2e2e2;
	border-radius: 0px;
	box-shadow: none;
	height: 40px;
}
.login-block .login-sec h2:after {
	content:" ";
	width:150px;
	height: 1px;
	background: #e7e7e7;
	display:block;
	margin-top:8px;
	border-radius:3px;
	margin-left:auto;
	margin-right:auto
}
.login-block .login-sec .form-group {
	position: relative;
	margin-bottom: 30px;
}
.login-block .login-sec .help-block-error {
	position: absolute;
	bottom: -38px;
}
.login-block .btn-login {
	background: #fff;
	border-radius:0px;
	padding: 10px;
}
.login-block .banner-text {
	width:70%;
	bottom:40px;
	padding-left:20px;
}
.login-block .banner-text h2 {
	color:#fff;
	font-weight:600;
}
.login-block .banner-text h2:after {
	content:" ";
	width:100px;
	height:5px;
	background:#FFF;
	display:block;
	margin-top:20px;
	border-radius:3px;
}
.login-block .banner-text p {
	color:#fff;
}
.loginfooter {
	width:100%;
	float:left;
	border-top:1px solid #ddd;
	margin-top:20px;
	padding-top:10px;
}
.loginfooter p {
	text-align:center;
	margin-bottom:0;
}
.loginfooter .divider {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	flex: 0 1;
	color: #1a0f06;
	letter-spacing: .5px;
	margin: 0.5rem auto;
	width: 100%;
	text-transform:uppercase;
	margin-top: 25px;
}
.loginfooter .divider::before, .loginfooter .divider::after {
 content: '';
 -webkit-box-flex: 1;
 flex-grow: 1;
 border-top: 1px solid #ebebeb;
}
 .loginfooter .divider::before {
 margin-right: 16px;
}
.loginfooter .divider::after {
 margin-left: 16px;
}
.login-links {
	width: 340px;
	margin: 0 auto;
}
.login-links a {
	background: #f7f7f7;
	color: #000;
	float: left;
	width: auto;
	padding: 5px 15px;
	border: 1px solid #c5c5dc;
	border-radius: 24px;
	margin: 5px 5px;
}
.login-links a img {
	width:25px;
}
.form-check {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-direction: row!important;
}
.form-check .form-check-input {
	float:left;
	margin-right:5px;
	margin-top: 5px;
}
.form-check small {
	float: left;
	font-size: 13px;
	font-weight:normal;
}
.index-holder img {
	max-height: 210px;
	width: auto !important;
}
.mh61 {
	min-height:61vh;
}
.catalog-header p {
	text-align:center;
	font-size:15px;
}
.catalog-holder {
	width:100%;
	padding:10px;
	border:1px solid #ddd;
	text-align:center;
	margin: 15px 0px;
}
.catalog-holder span {
	font-family: 'Poppins-SemiBold';
	font-size:15px;
}
.catalog-holder p {
	text-align:center;
	margin-bottom:0;
}
.catalog-holder:hover {
	box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
.filter-categories {
	position:relative;
}
.resetFilter, .apllyFilter {
	position: absolute;
	top: -3px;
	background: #363636;
	color: #fff;
	padding: 1px 15px;
	border-radius: 25px;
}
.resetFilter {
	right: 12px;
}
.apllyFilter {
	right: 85px;
}
.resetFilter:hover, .apllyFilter:hover {
	color:#fff;
}
.googleAds {
	width:100%;
	float:left;
	border:1px solid #ddd;
	padding:10px;
	margin-top:10px;
}
.subCategory-block {
	padding: 5px;
	background: #fff;
}
.subCategory-block img {
	width: 95px;
}
.subcategory-holder .cat-top-head {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
	margin-bottom: 20px;
	margin-top:0;
	z-index: 9 !important;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
	display: inline-block;
	color: #363636;
	z-index: 999;
	position: inherit;
	padding-right: 6px;
}
.subcategory-holder .cat-top-head span {
	font-size: 15px;
}
.subcategory-holder .viewallBtn {
	font-size: 13px;
	display: inline-block;
	line-height: 20px;
	background: #ffffff;
	color: #363636;
 transition: all .3s ease 0s;
	border-radius: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	float: right;
	text-transform: capitalize;
	margin-top: -14px;
}
.subcategory-holder {
	width: 100%;
	float: left;
	background: url('../images/test-bg.jpg') no-repeat top fixed;
	background-size: cover;
	padding: 30px 0px;
	position: relative;
	margin-bottom: 15px;
}
.subcategory-overlay {
	background:rgba(236, 236, 236, 0.94);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
.subcategory-holder .media-heading {
	font-size: 15px;
	margin-top: 8px;
	font-family: 'Poppins-SemiBold';
}
.viewCategory {
	display: inline-block;
	border: 1px solid #363636;
	color: #363636;
	padding: 1px 10px;
	z-index: 9;
	overflow: hidden;
	position: relative;
	min-width: auto;
	text-transform: uppercase;
	margin-top: 10px;
	font-size:13px;
}
.viewCategory:hover {
	color: #fff;
	background:#363636;
}
.filterBtn {
	width: 100%;
	float: left;
	padding: 5px;
	border: 1px solid #c1c1c1;
	color: #363636;
	background: #fbfbfb;
	text-align: center;
}
#mobileFilter .modal-dialog {
	margin: 0;
	border: none;
	padding: 0;
}
#mobileFilter .modal-content {
	border: none;
	border-radius: 0;
}
#mobileFilter .modal-footer {
	text-align:center;
}
.products-holder {
	padding:10px;
}
.subCategory-holder {
	width:100%;
	float:left;
	border:1px solid #ddd;
	position:relative;
}
.subCategory-holder img {
	width:100%;
}
.subCategoryDetails {
	position: absolute;
	background: rgba(255, 255, 255, 0.68);
	bottom: 0px;
	left: 0px;
	padding: 5px 8px 5px 8px;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: 3px 0px 25px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 3px 0px 25px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 3px 0px 25px 0px rgba(0, 0, 0, 0.19);
}
.subCategoryDetails:after {
	width:10px;
	height:10px;
	background:#363636;
	content:'';
}
.subCategoryDetails h1 {
	font-size: 15px;
	font-family: 'Poppins-SemiBold';
	margin: 4px 0px 2px 0px;
	color:#363636;
}

.subCategoryDetails .prod-detailhead {
	font-size: 15px;
	font-family: 'Poppins-SemiBold';
	margin: 4px 0px 2px 0px;
	color:#363636;
}
.large-category {
	height: 255px;
}
.large-category img {
	height: 100%;
	width: auto;
	float: right;
}
.bg1 {
	background: url('../images/sub-cat/bg-1.jpg');
	background-size:cover;
}
.bg2 {
	background: url('../images/sub-cat/bg-2.jpg');
	background-size:cover;
}
.bg3 {
	background: url('../images/sub-cat/bg-3.jpg');
	background-size:cover;
}
.subCategoryDetails a {
	padding: 1px 15px;
	width: auto;
	float: left;
	background: #363636;
	border: 1px solid #ddd;
	color: #fff;
	margin: 3px 0px;
}
.subCategoryDetails a:hover {
	color:#fff;
	background:#000;
}
.browse-head {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	background: #f7f7f7 url('../images/test-bg.jpg') no-repeat top -196px right;
	border: 1px solid #ddd;
	background-size: initial;
}
.browse-head h1 {
	font-size:30px;
	margin:0;
	font-family: 'Poppins-SemiBold';
}
.browse-head h2 {
	font-size:30px;
	margin:0;
	font-family: 'Poppins-SemiBold';
}
.browse-head span {
	font-style:italic;
}
.banner-bg {
	position: absolute;
	height: 100%;
	background: rgba(54, 54, 54, 0.93);
	top: 0;
	left: 0;
	width: 100%;
}
.banner-head {
	position: sticky;
	z-index: 9;
	color: #fff;
	text-align: center;
	width: 100%;
	top: 13px;
	border: 1px solid #fff;
	padding: 25px 10px;
	left: 1%;
	margin: 0 auto;
}
.categoryList-box {
	padding: 0px 10px;
	width: 100%;
	float:left;
	border:1px solid #e1e1e1;
	margin:5px 0px;
}
.categoryList-box .categoryList-head {
	width:100%;
	float:left;
	font-family: 'Poppins-SemiBold';
	font-size: 14px;
	padding: 10px 0px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 20px;
	cursor:pointer;
}
.categoryList-box .categoryList-head span {
	float: right;
	width: 22px;
	height: 22px;
	background: #e7e7e7;
	color: #363636;
	text-align: center;
	border-radius: 50%;
	line-height: 23px;
}
.categoryList-box ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width:100%;
	float:left;
	border-top: 1px solid #e1e1e1;
	padding-top:5px;
	display:none;
}
.categoryList-box>ul>li>a {
	font-size: 14px;
	display: block;
	line-height: 30px;
	color: #363636;
}
.categoryListNew .subCategoryDetails {
	position:relative;
	box-shadow:none;
}
.categoryListNew .subCategory-holder {
	border:none;
}
.catalog-holder .popover {
	max-width: 800px;
	width:600px;
}
.catalog-holder .popover-content img {
	width:100%;
	max-width:100%;
}
.view-all-btn {
	width:auto;
	padding:5px 15px;
	border:1px solid #fff;
	color:#fff;
}
.view-all-btn:hover {
	background:#fff;
	color:#363636;
}
.item-details-holder {
	display:flex;
}
.item-details-holder {
	position:relative
}
.item-head {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	margin-bottom:15px;
}
.checkout-steps {
	margin: 35px auto;
	width:100%;
	float:left;
	margin-bottom: 0px;
}
.checkout-wrap {
	color: #444;
	margin: 0px auto;
	max-width: 1200px;
	position: relative;
	width:100%;
}

/*
ul.checkout-bar li {
	color: #363636;
	display: block;
	font-weight: 600;
	padding: 14px 20px 14px 80px;
	position: relative;
}
ul.checkout-bar li:before {
	background: #ddd;
	border: 2px solid #FFF;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	left: 20px;
	line-height: 37px;
	height: 35px;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 35px;
	z-index: 999;
}
ul.checkout-bar li.active {
	color: #568c0f;
	font-family: 'Poppins-Bold';
}
ul.checkout-bar li.active:before {
	background: #8bc53f;
	z-index: 99;
}
ul.checkout-bar li.visited {
	background: #ECECEC;
	color: #363636;
	z-index: 99;
}
ul.checkout-bar li.visited:before {
	background: #363636;
	z-index: 999;
}
ul.checkout-bar li:nth-child(1):before {
 content:'';
 background-image:  url('../images/shopping-cart.svg');
 background-repeat:no-repeat;
 background-size: 25px;
 background-position-x: 10px;
 background-position-y: 10px;
}
ul.checkout-bar li:nth-child(2):before {
 content: "";
 background-image:  url('../images/bill.svg');
 background-repeat:no-repeat;
 background-size: 25px;
 background-position-x: 10px;
 background-position-y: 10px;
}
ul.checkout-bar li:nth-child(3):before {
 content:"";
 background-image:  url('../images/money.svg');
 background-repeat:no-repeat;
 background-size: 25px;
 background-position-x: 10px;
 background-position-y: 10px;
}
ul.checkout-bar a {
	color: #363636;
	text-decoration: none;
}
.checkout-bar li.active:after {
	-webkit-animation: myanimation 3s 0;
	background-size: 35px 35px;
	background-color: #8bc53f;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	content: "";
	height: 10px;
	width: 100%;
	left: 50%;
	border-radius: 15px;
	position: absolute;
	top: -30px;
	z-index: 0;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
ul.checkout-bar {
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	background-size: 30px 30px;
	background-color: #EcEcEc;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
	border-radius: 15px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
}
ul.checkout-bar:before {
	background-size: 35px 35px;
	background-color: #363636;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	content: " ";
	height: 10px;
	left: 0;
	position: absolute;
	width: 19%;
}
ul.checkout-bar li {
	display: inline-block;
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
	width: 30%;
}
ul.checkout-bar li:before {
	height: 50px;
	width: 50px;
	left: 42%;
	line-height: 45px;
	position: absolute;
	top: -55px;
	z-index: 99;
}
ul.checkout-bar li.visited {
	background: none;
}
ul.checkout-bar li.visited:after {
	background-size: 35px 35px;
	background-color: #363636;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: -30px;
	width: 100%;
	z-index: 99;
}

*/

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
 content: counter(stepNum);
 font-family: inherit;
 font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
 background-color: #ededed;
}
.multi-steps {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.multi-steps > li {
	counter-increment: stepNum;
	text-align: center;
	display: table-cell;
	position: relative;
	color: #1f9e2a;
}
.multi-steps > li.is-active {
	font-weight: 600;
}
.multi-steps > li:before {
	content: '\f00c';
	content: '\2713;';
	content: '\10003';
	content: '\10004';
	content: '\2713';
	display: block;
	margin: 0 auto 4px;
	background-color: #fff;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #1f9e2a;
	border-radius: 50%;
}
.multi-steps > li:after {
	content: '';
	height: 2px;
	width: 100%;
	background-color: #1f9e2a;
	position: absolute;
	top: 16px;
	left: 50%;
	z-index: -1;
}
.multi-steps > li:last-child:after {
	display: none;
}
.multi-steps > li.is-active:before {
	background-color: #1f9e2a;
	border-color: #1f9e2a;
}
.multi-steps > li.is-active ~ li {
 color: #808080;
}
.multi-steps > li.is-active ~ li:before {
 background-color: #ededed;
 border-color: #ededed;
}
input[type=number] {
	float: left;
	width: 45px;
	height: 24px;
	padding: 0;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	color: grey;
	border-radius: 4px;
	border: 1px grey solid;
	background: none;
	outline: none;
}
span.spinner {
	cursor: ew-resize;
	width: 113px;
	float: left;
	margin: 0 !important;
}
span.spinner > .sub, span.spinner > .add {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	font-family: Lato;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 22px;
	color: grey;
	margin-right:4px;
	border: 1px grey solid;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	background: #bbbbbb;
	color: #fff;
	user-select: none;
	border: 1px #b7b7b7 solid;
}
span.spinner > .sub:hover, span.spinner > .add:hover {
	background: #363636;
	color:#fff;
}
span.spinner > .add {
	top: 0;
	margin-left:4px;
	border-radius: 4px;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
}
.removeItem {
	background: #e6e6e6 url('../images/remove-cart.svg') center center;
	width: 35px;
	height: 35px;
	float: right;
	padding: 5px;
	background-size: 28px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.removeItem:hover {
	background: #e6e6e6 url('../images/remove-cart-hover.svg') center center;
	width: 35px;
	height: 35px;
	float: right;
	padding: 5px;
	background-size: 28px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.table-cart td {
	vertical-align:middle !important;
}
.cartSpinner {
	position:relative;
}
.expressCheckout, .checkoutbutton-outer {
	width:100%;
	float:left;
}
.expressCheckout fieldset {
	width: 100%;
	padding: .35em .625em .5em;
	margin: 0 2px;
	border: 1px solid #e1e1e1;
	display: table;
}
.expressCheckout legend {
	width: auto;
	margin: 0 auto;
	border: none;
	font-size: 15px;
	font-family: 'Poppins-SemiBold';
}
.payementMethod {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:7px;
	text-align:center;
}
.payementMethod img {
	width:200px;
	max-width:100%;
	cursor:pointer;
	max-height: initial !important;
}
.info-text {
	width:100%;
	float:left;
	background: #fdfdfd;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #de3a3a;
}
.info-text p {
	width:100%;
	float:left;
	text-align:center;
	margin:0;
}
/* -- 03 09 2020 shipping and billing --*/
.msg-holder {
	width: 100%;
	float: left;
	padding: 10px 5px;
	background: #f5f5f5;
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 14px;
}
.billingcheck {
	display: block;
	width: 20px;
	margin-top: 0;
	float: left
}
.billingchecklbl {
	display: block;
	width: 80%;
	margin-top: 0;
	float: left;
	font-size: 15px;
	line-height:22px;
}
.footer-msg-imp {
	width: 100%;
	text-align: center;
	color: #C00;
	padding: 10px 0;
	font-weight: 600;
	border: 1px solid #ddd;
	margin: 10px 0;
}
.footer-msg {
	width: 100%;
	float: left;
	text-align: left;
	color: #000;
	padding: 10px 5px;
	border: 1px solid #ddd;
	line-height: 24px;
	margin: 15px 0;
	font-size: 14px;
}
.reg-holder {
	width: 100%;
	float: left;
}
.head-wrap {
	padding-bottom:10px;
	border-bottom:1px solid #dadada;
}
.m-head {
	width: 100%;
	font-size: 17px;
	padding-bottom: 10px;
	margin: 0;
	margin-top: 5px;
	font-family: 'Poppins-SemiBold';
}
.m-card {
	border: 1px solid #f1f1f1;
	padding: 20px;
	margin-bottom: 10px;
}
.p-2 {
	padding:20px;
}
.padbot30 {
	padding-bottom: 30px;
}
.product-detail-page .price-tag {
	font-family: 'Poppins-Regular';
	font-size: 45px;
	margin-right: 20px;
	float: left;
	position: relative;
	display: flex;
	padding-top: 15px;
	width: 100%;
}
.in-stock {
	background: #ffffff;
	color: #fff;
	width: auto;
	margin: 0 auto;
	margin-bottom: 7px;
	text-align: center;
	line-height: 13px;
	padding: 8px;
	font-family: 'Poppins-SemiBold';
	font-size: 13px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
	color: #4ba55f;
	border: 2px solid #4ba55f;
	text-transform: uppercase;
	display:inline-block;
}
.outof-stock {
	background: #ffffff;
	color: #fff;
	width: auto;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	line-height: 13px;
	padding: 8px;
	font-family: 'Poppins-SemiBold';
	font-size: 13px;
	color: #dc4949;
	border: 2px solid #ff5757;
	text-transform: uppercase;
	-webkit-box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
	display:inline-block;
}
.product-detail-page .qtybtnbox {
	width: 100%;
	display: block;
	float: left;
	border: 1px solid #d8d8d8;
	margin-top: 5px;
	padding: 5px;
}
.product-detail-page .qtyminus {
	width: 33.3333%;
	display: block;
	float: left;
	margin: 0px;
	height: 45px;
	padding: 0px;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #ddd;
	outline: 0px;
	font-size: 26px;
	line-height: 42px;
	font-family: 'Poppins-SemiBold';
}
.product-detail-page .qtytext2 {
	width: 33.3333%;
	display: block;
	float: left;
	height: 45px;
	font-size: 23px;
	text-align: center;
	line-height: 44px;
	border: 0px;
}
.product-detail-page .qtyplus {
	width: 33.3333%;
	display: block;
	float: left;
	margin: 0px;
	height: 45px;
	padding: 0px;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #ddd;
	outline: 0px;
	font-size: 26px;
	line-height: 42px;
	font-family: 'Poppins-SemiBold';
}
.product-detail-page .addtocart {
	background: #4ba55f;
	width: 262px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	float: left;
	padding: 16px 10px;
	font-size: 13px;
	margin-top: 5px;
	color: #FFF;
	border: 0;
	border-radius: 0px;
	font-family: 'Poppins-SemiBold';
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.product-detail-page .addtocart:hover {
	background: #188c32;
}
.notifyme {
	background: #f5950e;
	width: 48%;
	text-transform: uppercase;
	display: block;
	text-align: center;
	float: left;
	padding: 15px 10px;
	font-size: 13px;
	color: #FFF;
	border: 0;
	border-radius: 0px;
	margin-top: 5px;
	font-family: 'Poppins-SemiBold';
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.notifyme img {
	width: 21px;
	margin-right: 5px;
}
.notifyme:hover {
	background:#ffa72b;
}
.addtocart.addtocart-half {
	width:48% !important;
	margin-right: 10px;
}
.product-detail-page .itemid-holder {
	text-align: center;
	padding: 10px 0px;
}
.product-detail-page .comment-box {
	padding: 20px 20px;
	border: 1px solid #f1f1f1;
	margin: 15px 0px;
	word-break: break-word;
}
.product-detail-page .comment-box .rating {
	color: #ffc110;
}
.product-detail-page .freeshipping img {
	width: 110px;
	float: none;
	position: relative;
}
.product-detail-page .addtocart {
	width: 100%;
}
.product-detail-page .prod-detail-rating {
	display: inline-block;
	vertical-align: middle;
}
.product-detail-page .prod-detail-rating-link {
	vertical-align: top;
}
.product-detail-page .head-text {
	min-width: 20%;
}
.product-detail-page .expressCheckout legend {
	background: #fff;
	padding: 0px 10px;
}
.add-item-wrap .product-grid {
	float: left;
	margin-right: 5px;
}
.add-item-wrap .product-grid .product-image>a {
	min-height: 50px;
}
.productDetails-carousel .product-grid .product-image>a {
	padding-bottom: 0px;
}
.add-item-wrap .product-grid .products-name {
	text-transform: capitalize;
	font-weight: 300;
	min-height: auto;
}
.owl-wrapper-outer {position: relative;width: 100%;overflow: hidden;}
.owl-wrapper-outer .owl-item {float: left;}
.inputGroup {
	background-color: #fff;
	display: block;
	margin: 10px 0;
	position: relative;
}
.inputGroup label {
	padding: 12px 15px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3C454C;
	border: 1px solid #d8d8d8;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	overflow: hidden;
}
.inputGroup label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.inputGroup label:after {
	width: 32px;
	height: 32px;
	content: '';
	border: 2px solid #D1D7DC;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
 color: #000;
}
.inputGroup input:checked ~ label:before {
 -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
 transform: translate(-50%, -50%) scale3d(100, 100, 1);
 opacity: 1;
}
.inputGroup input:checked ~ label:after {
 background-color: #4ba55f;
 border-color: #4ba55f;
}
.inputGroup input {
	width: 32px;
	height: 32px;
	-webkit-box-ordinal-group: 2;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.inputGroup img {
	width: 60px;
	margin-right: 10px;
}
/*------------------- Product Carousel-----------------**/

.my-slider {
	padding:25px 15px 3px 15px;
	width:100%;
	float:left;
}
/* Slider */
.slick-track, .slick-list{
	height:100%;
}
.slick-list.draggable {
	padding:0 !important;
}
.slick-slider .slick-slide img {
	margin: auto;
	height:100%;
}
.slick-slider .slick-slide img:focus {
	outline:none;
}
/* Thumbnail */
.slick-slider.seasonal-slide .my-items {
	border: 1px solid #ccc;
	margin: 0 auto 16px;
	max-width: 140px;
}
.my-items img {
	width: 100%;
}
.thumbs {
	max-width: 82px;
}
.thumbs .my-items {
	width: 82px;
	height: 82px;
}
.thumbs .slick-arrow {
	position: static;
	margin: auto;
}
 .thumbs .slick-next::after {
 content: "View More";
 position: absolute;
 top: 25px;
 left: 0;
 font-size: 16px;
 text-align: center;
 width: 100%;
 color: #000;
}
.thumbs .slick-next {
	padding-top: 35px;
	width: 100%;
}
.thumbs .slick-next:before {
	content:"\e259";
	font-family:'Glyphicons Halflings';
	color: #ccc;
}
.thumbs .slick-prev:before {
	content:"\e260";
	font-family:'Glyphicons Halflings';
	color: #ccc;
}
.thumbs.mobile {
	display: none;
}
/* Product */

.my-item {
	width: 100%;
	height: 100%;
	padding: 50px;
	box-sizing: border-box;
}
.thumbs, .focus {
	float: left;
}
.focus {
	width: calc(100% - 112px);
	margin-left: 30px;
	border: 1px solid #ccc;
	height: 100%;
	position: relative;
	min-height: 441px;
}
.focus .slick-slider {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	height:100%;
}
.focus .slick-arrow {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	background-color: #858585;
	text-align: center;
 transition: all .3s ease;
}
.focus .slick-arrow::before {
 line-height: 32px;
}
.focus .slick-prev {
	left: 12px;
	z-index: 200;
}
.focus .slick-next {
	right: 12px;
	z-index: 200;
}
.focus .slick-next:before {
	content:"\e258";
	font-family:'Glyphicons Halflings';
	color: #ccc;
	margin-right: -3px;
}
.focus .slick-prev:before {
	content:"\e257";
	font-family:'Glyphicons Halflings';
	color: #ccc;
	margin-left: -3px;
}
.focus .slick-prev:hover, .focus .slick-prev:focus, .focus .slick-next:hover, .focus .slick-next:focus {
	background-color: #747474;
}
.itemid-holder {
	float: right;
	position: absolute;
	bottom: -34px;
	width: 100%;
	text-align: center;
}
.features-holder {
	width: 100%;
	float:left;
}
.features-holder p {
	font-family: 'Poppins-SemiBold';
	font-size:15px;
}
.features-holder h2{
	font-family: 'Poppins-SemiBold';
	font-size:15px;  
}
.checkoutbutton-outer {
	display: block;
	margin: 0 auto;
}
.w100 {
	width: 100px;
	display: block;
	float: left;
}
.Mright10 {
	margin-right: 10px;
}
#easy_zoom {
	width:400px;
	height:400px;
	border:5px solid #eee;
	background:#fff;
	color:#333;
	position:absolute;
	top:5%;
	left:100%;
	overflow:hidden;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	/* vertical and horizontal alignment used for preloader text */
	line-height:400px;
	text-align:center;
	z-index:99999;
}
.zoom {
	width: 100%;
	height: 100%;
	float: left;
}
/*-------------- Discount Box---------------*/
.qtydiscbox-holder {
	display:inline-block;
	margin: 5px 4px 0px 0px;
}
.qtydiscbox-holder a {
	color:#fff;
}
.buybox {
	width: 100%;
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	border: 1px solid #000000;
	background: #363636;
	font-family: 'Poppins-SemiBold';
}
.buyhead {
	width: auto;
	display: inline-block;
	float: left;
	text-align: center;
	background: #fff;
	color: #363636;
	padding: 3px 8px;
	margin: 3px 8px 3px 3px;
}
.buyprice {
	width: auto;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 3px 0;
	font-family: 'Poppins-SemiBold';
	font-size: 14px;
	margin-right:5px;
	line-height: 25px;
}
.subdollar {
	font-size: 10px;
}
.buydetail {
	width: auto;
	display: inline-block;
	float: left;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	margin-right:5px;
	line-height: 31px;
}
.cart-products {
	max-height: 340px;
	overflow: hidden;
	overflow-y: auto;
}
.drpdwn-head {
	width:100%;
	float:left;
	cursor:pointer;
	background:#f9f9f9 url('../images/pack-arrow.png') no-repeat center right 10px;
}
.head-text {
	padding: 10px;
	display: inline-block;
	background: #e7e7e7;
	color: #363636;
	float: left;
	box-sizing: border-box;
	font-family: 'Poppins-SemiBold';
}
/*---------- More Options------------*/
.options-dropdown {
	width:100%;
	float:left;
	z-index:99;
	border:1px solid #ddd;
	position:absolute;
	left:0;
	background:#fff;
	top:45px;
	display:none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(201, 201, 201, 1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(201, 201, 201, 1);
	box-shadow: 0px 2px 5px 0px rgba(201, 201, 201, 1);
}
.options-dropdown ul {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.options-dropdown ul li {
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
}
.options-dropdown ul li:last-child {
	border:none;
}
.options-dropdown ul li a {
	width:100%;
	display:table;
	float:left;
	padding:10px;
}
.options-dropdown ul li a:hover {
	background:#e8e8e8;
}
.options-dropdownul li a.selected-pack {
	background:#e8e8e8;
}
.options-dropdown ul li .pack-amount {
	width:auto;
	text-align:right;
	color:#363636;
	padding:5px;
	font-family: 'Poppins-SemiBold';
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
}
.option-img {
	display:table-cell;
	vertical-align:middle;
	width:80px;
}
.option-name {
	display:table-cell;
	vertical-align:middle;
	padding-left:15px;
	color: #363636
}
.option-amount {
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	font-family: 'Poppins-SemiBold';
	color: #363636;
	text-align:right;
}
.more-option-name, .selected-pack-name {
	font-family: 'Poppins-SemiBold';
	margin-left:15px;
	display:inline-block;
	padding:9px;
}
.selected-option {
	border:2px solid #4ba55f;
}
/*------ Pack Variation-----*/
.pack-variations {
	width:100%;
	float:left;
	border:1px solid #ddd;
	position:relative;
	margin:5px 0px;
}
.more-options-holder {
	width:100%;
	float:left;
	border:1px solid #ddd;
	position:relative;
	margin:5px 0px;
}
.pack-dropdown {
	width:100%;
	float:left;
	z-index:99;
	border:1px solid #ddd;
	left:0;
	background:#fff;
	display:block;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(201, 201, 201, 1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(201, 201, 201, 1);
	box-shadow: 0px 2px 5px 0px rgba(201, 201, 201, 1);
}
.pack-box {
	display: table;
	width: 23%;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 4px;
	float: left;
	position: relative;
}
.pack-details {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	float: left;
}
.pack-name {
	display: block;
	color: #ffffff;
	background: #363636;
	width: 100%;
	text-align: center;
}
.pack-amount {
	text-align: center;
	width: 100%;
	float: left;
	font-family: 'Poppins-SemiBold';
	color: #363636;
	font-size:16px;
	line-height:22px;
}
.pack-per-item-amount {
	text-align: center;
	width: 100%;
	float: left;
	font-weight: 600;
	background: #ededed;
	color: #3f3f3f;
}
.pack-img {
	display:block;
	width:100%;
}
.pack-img img {
	width:100%;
}
.selected-pack {
	border: 1px solid #4ba55f;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 0px 2px #4ba55f;
    box-shadow: 0px 0px 0px 2px #4ba55f;
}
.selected-pack .pack-amount {
	background: #4ba55f;
	color: #fff;
}
/* Tab scroll page */

.tabmenubar {
	display: block;
	float: left;
	width: 100%;
	background: #FFF;
	padding-left: 0px;
	border-top: 0px;
	border-right: 0px;
	text-align:center;
}
.tabmenubar li a {
	list-style: none;
	display: inline-block;
	padding: 10px;
	border: 1px solid #ddd;
	color:#363636;
	padding-left: 45px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 7px;
	font-family: 'Poppins-SemiBold';
}
.tabmenubar li.active {
	background: #363636;
	color: #fff;
}
.tabmenubar li.active a {
	color: #fff;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 7px;
}
.tabmenubar li:hover {
	cursor: pointer;
}
#stickertab {
	z-index: 990;
}
.tabinfobox {
	width: 100%;
	display: block;
	float: left;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.tabvideo {
	width: 100%;
	max-width: 300px;
}
#productSpecification .tab-content .tab-pane {
	display:none;
}
#productSpecification .tab-content .tab-pane.active {
	display:block;
}
/*------- Product Specification Tab Icons------------*/
.tabmenubar li .product-tab {
	background-image:url('../images/tab-info.svg');
}
.tabmenubar li .specification-tab {
	background-image:url('../images/tab-specification.svg');
}
.tabmenubar li .availability-tab {
	background-image:url('../images/shipping-tab.svg');
}
.tabmenubar li .review-tab {
	background-image:url('../images/review-tab.svg');
}
.tabmenubar li .video-tab {
	background-image:url('../images/video-tab.svg');
}
/*------- Product Specification Tab Icons------------*/



#speclargeimage .item img {
	width:100%;
}
/* Rating */
.prod-detail-rating {
	display: inline-block;
}
.rating div {
	min-width: 105px !important;
}
.s0 {
	width:100%;
	display:block;
	float:left;
	height:20px;
	background: url('../images/stars.png') left -3px no-repeat;
}
.s1 {
	width:100%;
	display:block;
	float:left;
	height:20px;
	background: url('../images/stars.png') left -23px no-repeat;
}
.s2 {
	width:100%;
	display:block;
	float:left;
	height:20px;
	background: url('../images/stars.png') left -43px no-repeat;
}
.s3 {
	width:100%;
	display:block;
	float:left;
	height:20px;
	background: url('../images/stars.png') left -63px no-repeat;
}
.s4 {
	width:100%;
	display:block;
	float:left;
	height:20px;
	background: url('../images/stars.png') left -83px no-repeat;
}
.s5 {
	width:100%;
	display:block;
	float:left;
	height:20px;
	background: url('../images/stars.png') left -103px no-repeat;
}
.checkoutTbl thead {
	background:#e8e8e8;
	color:#363636;
}
.mbottom25 {
	margin-bottom:25px;
}
/*--------- filter Button----------*/
.filterButton {
	display: inline-block;
	border: 1px solid #363636;
	background:#363636;
	color: #fff;
	padding: 5px 15px;
	min-width: 150px;
	font-family: 'Poppins-SemiBold';
	text-transform: uppercase;
	margin-bottom:10px;
}
.filterButton:hover {
	background:#000;
	color:#fff;
}
.frequentPrice {
border-top: 1px solid #e4e4e4;
	background: #f7f7f7;
}
/*------------- rating--------*/
#ratingModal .modal-header {
	background: #363636;
	padding: 0px;
	height: 40px;
}
.rating-thumb {
	position: relative;
	bottom: -10px;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	padding:10px;
}
.rating-thumb img {
	width:100%;
	float:left;
}
.rating-head {
	width:100%;
	float:left;
	text-align:center;
	font-size:18px;
}
#ratingModal {
	text-align: center;
	padding: 0!important;
}
#ratingModal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
#ratingModal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.ratingbtnHolder {
	width:100%;
	float:left;
	text-align:center;
	margin-top:10px;
}
.ratingbtnHolder button {
	width:auto;
	padding: 10px 20px;
	border: 1px solid #d4d4d4;
	text-align: center;
	color: #fff;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	background: #363636;
	margin-right: 10px;
	border-radius:0;
}
.ratingbtnHolder button:hover {
	border-color:#000;
	color:#fff;
}
/*------------ captcha----------------*/

.captcha {
	background-color:#f9f9f9;
	border:2px solid #d3d3d3;
	border-radius:5px;
	color:#4c4a4b;
	display:flex;
	justify-content:center;
	align-items:center;
}
@media screen and (max-width: 500px) {
 .captcha {
 flex-direction:column;
}
 .text {
 margin:.5em!important;
 text-align:center;
}
 .logo {
 align-self: center!important;
}
 .spinner {
 margin:2em .5em .5em .5em!important;
}
}
.text {
	font-size:1em;
	font-weight:500;
	margin-right:1em;
}
.spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	margin:1em 1em;
	align-items:center;
	justify-content:center;
}
.captcha input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.captcha input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:2em;
	height:2em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
.captcha input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
.captcha input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;
	left:0;
	background-color:#029f56;
}
.captcha input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;
	right:0;
	background-color:#029f56;
}
.captcha input[type="checkbox"]:checked+.checkmark {
	animation:2s spin forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span {
	animation:1s fadein 1.9s forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span:after {
animation:.3s bottomslide 2s forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span:before {
animation:.5s rightslide 2.2s forwards;
}
@keyframes fadein {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes bottomslide {
 0% {
width:0;
}
 100% {
width:100%;
}
}
@keyframes rightslide {
 0% {
height:0;
}
 100% {
height:100%;
}
}
.logo {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0em 1em;
}
.logo img {
	height:2em;
	width:2em;
}
.logo p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.logo small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
@keyframes spin {
 10% {
 width:0;
 height:0;
 border-width:6px;
}
 30% {
 width:0;
 height:0;
 border-radius:50%;
 border-width:1em;
 transform: rotate(0deg);
 border-color:rgb(199,218,245);
}
 50% {
 width:2em;
 height:2em;
 border-radius:50%;
 border-width:4px;
 border-color:rgb(199,218,245);
 border-right-color:rgb(89,152,239);
}
 70% {
 border-width:4px;
 border-color:rgb(199,218,245);
 border-right-color:rgb(89,152,239);
}
 90% {
 border-width:4px;
}
 100% {
 width:2em;
 height:2em;
 border-radius:50%;
 transform: rotate(720deg);
 border-color:transparent;
}
}
::selection {
 background-color:transparent;
 color:teal;
}
::-moz-selection {
 background-color:transparent;
 color:teal;
}
/*------- rating Star-----------------*/
.rate-block {
	width:100%;
	float:left;
}
.rate {
	display:inline-block;
	float: left;
	height: 46px;
	padding: 0 10px;
}
.rate:not(:checked) > input {
 position:absolute;
 top:-9999px;
}
.rate:not(:checked) > label {
 float:right;
 width:1em;
 overflow:hidden;
 white-space:nowrap;
 cursor:pointer;
 font-size:30px;
 color:#ccc;
}
.rate:not(:checked) > label:before {
 content: '★ ';
}
.rate > input:checked ~ label {
 color: #ffc700;
}
.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
 color: #ffb400;
}
.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
 color: #ffb400;
}
 @media only screen and (max-width: 700px) {
 .overall-rating, .overall-rating div, .product-details, .product-img, .product-name {
 display:block;
 float:left;
}
.pack-box {
 width:28%;
}
.sticky-cart-widget{
	display:none;
}
}
/* Syam Update 09-09-2020 */
.msg-holder {
	width: 100%;
	float: left;
	padding: 10px 15px;
	background: #f3f3f3;
	margin: 10px 0;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	font-size: 14px;
	color: #504241;
}
.billingcheck {
	display: block;
	width: 20px;
	margin-top: 0;
	float: left;
	line-height: 19px;
}
.billingchecklbl {
	display: block;
	width: 80%;
	margin-top: 0;
	float: left;
	font-size: 15px;
}
.footer-msg-imp {
	width: 100%;
	text-align: center;
	color: #C00;
	padding: 10px 0;
	font-weight: 600;
	border: 1px solid #ddd;
	margin: 10px 0;
}
.footer-msg {
	width: 100%;
	float: left;
	text-align: left;
	color: #000;
	padding: 10px 5px;
	border: 1px solid #ddd;
	line-height: 24px;
	margin: 15px 0;
	font-size: 14px;
}
.savebillshipaddress {
	width:auto;
	background:#363636;
	color:#fff;
	border:1px solid #000;
	padding:15px 10px;
	border-radius:0px;
}
.savebillshipaddress:hover, .savebillshipaddress:focus, .savebillshipaddress:active {
	background:#000 !important;
	color:#fff;
	border:1px solid #000;
	outline:none !important;
}
.reg-holder {
	width: 100%;
	float: left;
}
.reg-holder .form-control {
	height: 40px;
	border: 1px solid #dcdcdc;
	box-shadow:none;
	border-radius:0px;
}
.head-wrap {
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom:1px solid #dadada;
}
.m-head {
	width: 100%;
	padding-bottom: 0px;
	margin: 0;
	margin-top: 5px;
	font-family: 'Poppins-SemiBold';
}
.m-card {
	border: 1px solid #f1f1f1;
	padding: 20px;
	margin-bottom: 10px;
}
.p-2 {
	padding:20px;
}
.mt-3 {
	margin-top: 30px;
}
.mb-2 {
	margin-bottom: 20px;
}
.mb-1 {
	margin-bottom: 10px;
}
.pt-1 {
	padding-top: 10px;
}
.sezzle-logo {
	width: 70px;
	padding-left: 5px;
}
.offer-tag {
	font-weight: 600;
	/*position: absolute;*/
	left: 0px;
	top: -25px;
	text-transform: capitalize;
	padding: 0px 5px 0 10px;
	background: #e7e7e7;
	font-size: 13px;
	color: #f00;
	width: auto;
	display:inline-block;
}
.offer-tag::before {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0px 0px 25px 10px;
border-color: transparent transparent transparent #e7e7e7;
right: -10px;
left: auto;
top: 1px;
}
.oldprice-strike {
	text-decoration:line-through;
}

/*-------------- Discount Box---------------*/
.qtydiscbox-holder {
	display:inline-block;
	margin: 5px 4px 0px 0px;
}
.qtydiscbox-holder a {
	color:#fff;
}
.buybox {
	width: 100%;
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	border: 1px solid #000000;
	background: #363636;
	font-family: 'Poppins-SemiBold';
}
.buyhead {
	width: auto;
	display: inline-block;
	float: left;
	text-align: center;
	background: #fff;
	color: #363636;
	padding: 3px 8px;
	margin: 3px 8px 3px 3px;
}
.buyprice {
	width: auto;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 3px 0;
	font-family: 'Poppins-SemiBold';
	font-size: 14px;
	margin-right:5px;
	line-height: 25px;
}
.subdollar {
	font-size: 10px;
}
.buydetail {
	width: auto;
	display: inline-block;
	float: left;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	margin-right:5px;
	line-height: 31px;
}
.cart-products {
	max-height: 340px;
	overflow: hidden;
	overflow-y: auto;
}
.drpdwn-head {
	width:100%;
	float:left;
	cursor:pointer;
	background:#f9f9f9 url('../images/pack-arrow.png') no-repeat center right 10px;
}
.head-text {
	padding: 10px;
	display: inline-block;
	background: #e7e7e7;
	color: #363636;
	float: left;
	box-sizing: border-box;
	font-family: 'Poppins-SemiBold';
}
.pack-amount {
	text-align: center;
	width: 100%;
	float: left;
	font-family: 'Poppins-SemiBold';
	color: #363636;
	font-size:16px;
	line-height:22px;
}
.pack-img {
	display:block;
	width:100%;
}
.pack-img img {
	width:100%;
}
.selected-pack .pack-amount {
	background: #4ba55f;
	color: #fff;
}
/* Tab scroll page */

.tabmenubar {
	display: block;
	float: left;
	width: 100%;
	background: #FFF;
	padding-left: 0px;
	border-top: 0px;
	border-right: 0px;
	text-align:center;
}
.tabmenubar li {
	list-style: none;
	display: inline-block;
	background-color: #f7f7f7;
}
.tabmenubar li.tabnav-select {
	background: #363636;
	color: #fff;
}
.tabmenubar li:hover {
	cursor: pointer;
}
#stickertab {
	z-index: 990;
}
.tabinfobox {
	width: 100%;
	display: block;
	float: left;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.tabvideo {
	width: 100%;
	max-width: 300px;
}
#speclargeimage .item img {
	width:100%;
}
/* Rating */


.ratingControl {
	position: relative;
	width: 145px;
	height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ratingControl input {
	visibility: hidden;
}
.ratingControl-stars {
	position: absolute;
	top: 0;
	width: 26px;
	height: 26px;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2215px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2015%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3EEmpty%20Star%3C%2Ftitle%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Order-Details---Order-final---Not-reviewed%22%20transform%3D%22translate%28-108.000000%2C%20-385.000000%29%22%20fill%3D%22%23D5D5D5%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28108.000000%2C%20316.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%280.000000%2C%2069.000000%29%22%20id%3D%22Star-7%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%227.5%2011.25%203.09161061%2013.5676275%203.93353806%208.65881373%200.367076128%205.18237254%205.2958053%204.46618627%207.5%200%209.7041947%204.46618627%2014.6329239%205.18237254%2011.0664619%208.65881373%2011.9083894%2013.5676275%20%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: auto 26px;
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.ratingControl-stars:hover, .ratingControl-stars:hover ~ .ratingControl-stars, input:checked ~ .ratingControl-stars {
 background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2215px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2015%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3ESolid%20Star%3C%2Ftitle%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Order-Details---Order-final---Not-reviewed%22%20transform%3D%22translate%28-108.000000%2C%20-385.000000%29%22%20fill%3D%22%23FEC844%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28108.000000%2C%20316.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%280.000000%2C%2069.000000%29%22%20id%3D%22Star-7%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%227.5%2011.25%203.09161061%2013.5676275%203.93353806%208.65881373%200.367076128%205.18237254%205.2958053%204.46618627%207.5%200%209.7041947%204.46618627%2014.6329239%205.18237254%2011.0664619%208.65881373%2011.9083894%2013.5676275%20%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ratingControl-stars:active, .ratingControl-stars:active ~ .ratingControl-stars, input:checked ~ .ratingControl-stars:active {
 background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2215px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2015%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3ESolid%20Star%20%E2%80%93%20Light%3C%2Ftitle%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Order-Details---Order-final---Not-reviewed%22%20transform%3D%22translate%28-108.000000%2C%20-385.000000%29%22%20fill%3D%22%23FFE39C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28108.000000%2C%20316.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%280.000000%2C%2069.000000%29%22%20id%3D%22Star-7%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%227.5%2011.25%203.09161061%2013.5676275%203.93353806%208.65881373%200.367076128%205.18237254%205.2958053%204.46618627%207.5%200%209.7041947%204.46618627%2014.6329239%205.18237254%2011.0664619%208.65881373%2011.9083894%2013.5676275%20%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ratingControl-stars--05 {
	left: 0px;
}
.ratingControl-stars--1 {
	left: 0px;
}
.ratingControl-stars--15 {
	left: 30px;
}
.ratingControl-stars--2 {
	left: 30px;
}
.ratingControl-stars--25 {
	left: 58px;
}
.ratingControl-stars--3 {
	left: 58px;
}
.ratingControl-stars--35 {
	left: 88px;
}
.ratingControl-stars--4 {
	left: 88px;
}
.ratingControl-stars--45 {
	left: 115px;
}
.ratingControl-stars--5 {
	left: 115px;
}
.ratingControl-stars--half {
	width: 14px;
}
.emojyList {
	width: 26px;
	float: left;
	position: absolute;
	right: -40px;
	top: 0px;
}
.sadEmojy, .confusedEmojy, .smileEmojy {
	display:none;
}
.prod-detail-rating {
	display: inline-block;
}
.rating div {
	min-width: 105px !important;
}
.s5 {
	width:100%;
	display:block;
	float:left;
	height:20px;
	background: url('../images/stars2.png') left -103px no-repeat;
}
.comment-box {
	padding: 20px 20px;
	border: 1px solid #f1f1f1;
	margin: 15px 0px;
}
.comment-box .rating {
	color: #d2de1a;
}
.checkoutTbl thead {
	background:#e8e8e8;
	color:#363636;
}
.mbottom25 {
	margin-bottom:25px;
}
/*--------- filter Button----------*/
.filterButton {
	display: inline-block;
	border: 1px solid #363636;
	background:#363636;
	color: #fff;
	padding: 5px 15px;
	min-width: 150px;
	font-family: 'Poppins-SemiBold';
	text-transform: uppercase;
	margin-bottom:10px;
}
.filterButton:hover {
	background:#000;
	color:#fff;
}
/* Syam Update End */

.pos-relative {
	position:relative;
}
.add-item-wrap {
	width:100%;
	float:left;
	padding:10px;
	border:1px solid #ddd;
}
/*---------------- Custom Radio Buttons------------**/
.labeltext {
}
.customradio {
	display:inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right:10px;
}
.radiotextsty {
	font-family: 'Poppins-Regular';
	font-weight:normal;
}
/* Hide the browser's default radio button */
.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: white;
	border-radius: 50%;
	border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
 background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
 background-color: white;
 border:1px solid #03d616;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
 display: block;
}
/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #03d616;
}
/* Custom Radio Button End*/



.cartoverviewHolder {
	display:none;
}
.done-msg {
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'Poppins-SemiBold';
	background: #fff3f3;
	padding: 15px 5px;
	margin-bottom: 10px;
	border: 1px solid #d2b0b0;
	color: #de6060;
}
.done-msg img {
	width:25px;
	margin-right:10px;
}
.address-holder p {
	margin-bottom:0px;
}
.editAddress {
	width:20px;
	height:20px;
	float:right;
}
.checkout-section {
	background: #e7e7e7;
	color: #363636;
	font-family: 'Poppins-SemiBold';
	border: 1px solid #c5c5c5;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 15px 0 15px 0;
	text-transform: uppercase;
}
.checkout-section span {
	background: rgb(255,255,255);
	display: inline-block;
	padding: 5px 5px 5px 5px;
	font-weight: 700;
	font-size: 14px;
	margin: 0 10px 0 0;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-right: 1px solid #c5c5c5;
}
.checkout-section span img {
	width:33px;
}
.checkout-section strong {
	float: right;
	font-size: 14px;
	margin: 9px 15px 0 0;
	color: #363636;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.checkout-section strong i {
	margin: 0 3px 0 0;
}
.freeshippingImg img {
	width:105px;
}
.freeshippingImg a {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -7px;
	left: 0px;
}
.freeshippingImg a img {
	width:100%;
}
.checkout-section.orderList {
	padding: 12px 23px 14px 23px;
	background: #606060;
	color: #fff;
	margin: 0;
}
.w400 {
	width:400px;
}
.readyToship-label {
	background: #ffffff;
	padding: 5px;
	width: auto;
	color: #568c0f;
	display: inline-block;
	font-family: 'Poppins-SemiBold';
	line-height: 13px;
}
.readyToship-label img {
	width:15px;
	float:left;
	margin-right:10px;
}
.discontinued-block {
	width:100%;
	float:left;
	text-align:center;
	margin-top:20px;
}
.productDiscontinued .productImage {
	background:#fff;
	border:1px solid #ddd;
	padding:5px;
}
.discontinued-block img {
	width:50px;
	margin-bottom:20px;
}
.discontinued-block p:last-child {
	font-size:18px;
	color:#da2f2f;
	text-align: center;
}
.discontinued-block .title {
	text-align:center;
	font-family: 'Poppins-SemiBold';
	margin-bottom:0;
	font-size:16px;
	color: #5f5f5f;
}
.productDetails-carousel .product-image .pic-2, .productDetails-carousel .product-grid .product-image img, .productDetails-carousel .product-grid .product-image>a {
	height:auto;
}
.productDetails-carousel .product-grid .product-content {
	padding: 3px 5px;
}
.productDetails-carousel .product-grid .item-options a {
	font-size: 12px;
	padding: 1px 0;
}
.productDetails-carousel .item-rate {
	font-size:13px;
}
.productDetails-carousel-head {
	margin-bottom:0px;
}
.m-head {
	font-size:14px;
}
.productList-holder .item-id {
	color: #0a0a0a;
	font-size: 14px;
}
.discountPack-actions .qtybtnbox {
	width: auto;
	display: block;
	float: left;
	border: 1px solid #d8d8d8;
	margin-top: 5px;
	padding: 5px;
	margin-right: 3px;
}
.discountPack-actions .qtyminus, .discountPack-actions .qtyplus {
	width: 30px;
	height: 32px;
	line-height: 32px;
	font-family: 'Poppins-Regular';
}
.discountPack-actions .qtytext2 {
	height: 32px;
	width:44px;
	font-size: 20px;
}
.discountPack-actions .addtocart, .discountPack-actions .viewdetails {
	width:60px !important;
	padding: 10px 5px;
}
.discountPack-actions .addtocartbox {
	margin-top:5px;
}
.discountPack-actions .viewdetails img {
	width: 21px;
	margin-right: 5px;
}
.right0 {
	right:0 !important;
}
/* -- START updated from 21/10/2020 by Syam -- */
.megamenu {
	column-count: 2;
	height: 300px;
	margin-bottom: 20px;
	column-fill: auto;
	-moz-column-fill: auto;
	-webkit-column-fill: auto;
}
.productList-holder .result-box {
	padding: 0px 5px;
}
.productList-holder .list-row {
	margin: -5px;
}
#fbt-tabs {
	margin-top: 5px;
}
#fbt-tabs>li>a {
	border-radius: 0px;
	padding: 5px 10px;
	color: #000;
}
#fbt-tabs>li.active>a {
	font-weight: 600;
}
#fbt-tabs.tab-content>.tab-pane {
	display: none;
}
#fbt-tabs.tab-content>.active {
	display: block;
}
#fbt-tabs .product-holder .item {
	padding: 0px;
}
/* -- END updated on 21/10/2020 -- */

/*------- Sanoop 11-11-2020------------*/
.payment-holder {
	width:100%;
	float:left;
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:15px;
}
.payment-header {
	width:100%;
	float:left;
	padding: 0px;
	line-height:20px;
}
.payment-header:before {
	background-image: url('../images/empty.svg');
	float: left;
	background-size: cover;
	display: inline-block;
	width: 21px;
	height: 21px;
	content: "";
	margin-right: 10px;
	margin-top: 2px;
	opacity: 0.4;
}
.payment-header img {
	height: 25px;
}
.payement-link {
	width:200px;
}
.payment-form {
	display:none;
	margin-top:15px;
	padding: 15px 0px 0px;
}
.activepayment {
	background:#f7f7f7;
	border: 1px solid #bbbaba;
}
.activepayment .payment-form {
	display:block;
}
.activepayment .payment-header h1 {
	color:#363636;
}
.activepayment .payment-header:before {
	background-image: url('../images/checked.svg');
	background-size: cover;
	display: inline-block;
	width: 25px;
	height: 25px;
	content: "";
	opacity: 1;
}
.checkout-payment-holder row {
	display: -webkit-flex; /* Safari 6.1+ */
	display: flex;
}
.checkout-payment-holder > .row {
	display: -webkit-flex; /* Safari 6.1+ */
	display: flex;
	flex-flow: wrap;
}
.checkout-payment-holder .payment-method {
	-webkit-order: 1; /* Safari 6.1+ */
	order: 1;
}
.checkout-payment-holder .checkout-price-box {
	-webkit-order: 2; /* Safari 6.1+ */
	order: 2;
}
.autopopulate , #selectShipBtn{
	width:auto;
	background:#363636;
	color:#fff;
	border:1px solid #000;
	padding:5px 10px;
	border-radius:0px;
	min-width: 120px;
}
.clearfields {
	width: auto;
	background: #e7e7e7;
	color: #363636;
	border: 1px solid #aba1a1;
	padding: 5px 10px;
	border-radius: 0px;
	min-width: 120px;
}
.autopopulate:hover, .autopopulate:focus, .autopopulate:active , #selectShipBtn:hover, #selectShipBtn:active{
	background:#000 !important;
	color:#fff;
	border:1px solid #000;
	outline:none !important;
}
.clearfields:hover, .clearfields:focus, .clearfields:active {
	background:#cecece !important;
	color:#363636;
	border:1px solid #cecece;
	outline:none !important;
}
.shipping-head .m-head, .shipping-head .addressCheckox {
	display: inline-block;
	width: auto;
	float:left;
}
.shipping-head .billingchecklbl {
	width:auto;
	float:left;
}
.billing-holder, .shipping-holder {
	background: #fbfbfb;
	border: 1px solid #d6d6d6;
}
.navbar-nav>li>.dropdown-menu {
	max-height:66vh;
	overflow:auto;
}
.sezzle-shopify-info-button {
	width:100%;
}
/*------------- Notify--------*/
#notifyMe .modal-header {
	background: #3e4347;
	padding: 0px;
	height: 40px;
}
#notifyMe {
	text-align: center;
	padding: 0!important;
}
#notifyMe:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
#notifyMe .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.pos-fixed {
	position:fixed;
}
.sticky-slider {
	top:0;/*z-index:9999;*/
}
.list-product-desc {
	max-height: 170px;
	overflow: hidden;
}
/*--------- Profile Card------------*/
.profile-sidebar {
	width:100%;
	float:left;
	padding: 20px 0 10px 0;
	background: #f0f2f5;
	border: 1px solid #d0d7e0;
	text-align: center;
	margin-bottom:20px;
}
.profile-usertitle-name {
	color: #407093;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}
.profile-usertitle-address {
	text-transform: uppercase;
	color: #363636;
	font-weight: 600;
	margin-bottom: 5px;
}
.profile-userpic {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #c7d0de;
	margin-bottom:10px;
	background: #fff;
}
.profile-userpic img {
	max-width:110%;
	width:110%;
}
.minheight-wrapper {
	min-height: calc(90vh - 460px);
}
.frequently-bought .product-grid .product-image>a{
	min-height: 120px;
}
.frequently-bought  .product-grid .item-options {
	bottom:0 !important;
}
.accountInfo .sales-count{
  box-shadow: 0px -2px 9px 0px rgba(205, 190, 255, 0.2);
    background: #e7e7e7;
	color:#363636;
	border: 1px solid #d0cccc;    
    text-align: center;
	padding-top: 20px;		
}
.accountInfo  .sales-count-image{	
	width: 50px;
    height: 50px;
	padding:7px 5px;
	text-align:center;
	background:#363636;
}
.salesstat .sales-box{
	width: 100%;
    float: left;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 9px 0px rgba(205, 190, 255, 0.2);
    text-align: left;    
    background: #fff;
    position: relative;	
}
.salesstat .sales-image{
	width: 60px;
    height: 100%;
    float: LEFT;
    padding: 8px;
    margin: 0 auto;  
    background: #f0f2f5;   
    position: absolute;
}
.salesstat .sales-amnt{
	display:inline-block;
	float:left;
	margin-left: 75px;
}
.salesstat .sales-amnt h1{
	margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
}
.salesstat .sales-amnt h4{
	    font-size: 16px;
    margin: 10px 0px;
    font-family: 'Poppins-SemiBold';
}
.pr-0{
	padding-right:0px;
}
.no-stock{
	width: 100%;
    float: left;
    padding: 10px ;
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    margin: 5px 0px;
    background-image: url(../images/out-of-stock.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left 8px center;
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold';
	color:#dc4949;
}
.no-stock p{
	text-align:left;
	margin:0;
	padding-left:50px;
}
.itemcart-link{
	color: #4196ec;
    text-decoration: underline;
    float: left;
    width: auto;
    line-height: 24px;
}
.itemcartStatus{	
    font-family: 'Poppins-SemiBold';
    margin-left: 5px;
    background: #fbfbfb;   
    padding: 0px 5px;
    width: auto;
    float: left;
    font-size: 12px;
	margin-top:3px;
}
.itemcartStatus.production{
	color: #ec5c5c;  
    border: 1px solid #ec5c5c;  
}
.itemcartStatus.ready{
	color: #47ad6b;   
    border: 1px solid #47ad6b;   
}
#paypal-button-container2 .paypal-buttons{
	width: 250px;
}

.productSlider.owl-theme  .owl-controls{
	top:35% !important;
}

.productSlider.owl-theme .owl-controls .owl-buttons div{
	background:#7b7878 !important;
	
}
.productSlider.owl-theme .owl-controls .owl-buttons div:hover{
	background:#363636 !important;
	color:#fff !important;
	
}
.productSlider.owl-theme .owl-controls .owl-buttons .owl-prev, productSlider.owl-theme .owl-controls .owl-buttons .owl-prev:hover{
	background-size: 18px!important;
    background-image:url('../images/owl-buttonsleft.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.productSlider.owl-theme .owl-controls .owl-buttons .owl-next, .productSlider.owl-theme .owl-controls .owl-buttons .owl-next:hover{
	background-size: 18px!important;
    background-image:url('../images/owl-buttonsright.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.product-search-holder .navbar-form {
	margin:0;
}
 .product-search-holder input{	
	border: none;
	box-shadow: none;
	padding: 5px;
	background: #fff;
	border-right: 0;
}
.product-search-holder .navbar-form .input-group .input-group-btn{
	width:1%;
}

/*--------- Media query for devices    -------------*/


/*--------- Media query for Mobiles-------*/

@media only screen and (max-width: 767px) {
 .search-holder {
 display: none;
}
 .menu-bar {
 min-height: auto;
 border: none;
}
 .navbar-nav>li {
 border: none;
 width: 100%;
 float: left;
}
 .menu-bar .navbar-nav>li>a {
 width: 100%;
}
 .hero {
 width: 90%;
}
 .hero h1 {
 font-size: 2rem;
}
 .hero p {
 font-size: 1.5rem;
}
 .carousel-control-prev, .carousel-control-next {
 width: 42px;
 height: 100%;
 top: 0;
}
 .carousel-control-prev {
 left: 0;
 background-color: rgba(0, 0, 0, 0.1);
 opacity: 0;
 cursor: auto;
 -webkit-transition: opacity 0.3s ease;
 -moz-transition: opacity 0.3s ease;
 -o-transition: opacity 0.3s ease;
 transition: opacity 0.3s ease;
}
 .carousel-control-next {
 right: 0;
}
 .carousel-control-prev:hover, .carousel-control-next:hover {
 background: rgba(0, 0, 0, 0.05);
}
 .carousel-control-prev-icon, .carousel-control-next-icon {
 position: absolute;
 top: 50%;
}
 .fade-carousel, .fade-carousel .carousel-inner .item {
 height: 420px;
}
 .footer-botom-holder {
 text-align: center;
}
 .mobile-search {
 margin: 0px;
 padding: 0px;
}
 .page-btn-float {
 padding: 10px 12px !important;
 top: 127px !important;
}
 .header-holder {
  height: auto;
}
 .search-bg-active {
 position: fixed;
 z-index: 9;
 background-color: rgba(0, 0, 0, 0.6) !important;
 opacity: 1 !important;
}
 .powered-container .text-left, .powered-container .text-right {
 text-align: center !important;
}
 .feature-box {
 border-bottom: 1px solid #656161;
 border-right: none;
}
 .testimonial-section {
 width: 95%;
}
 .viewallOrder {
 float: none !important;
}
 .category-box .post, .category-box .title {
 font-size: 13px !important;
}
 .footer-bottom-links-img img {
 width: 100%;
}
 .footer-bottom-links h5 {
 font-size: 13px;
 margin-bottom: 10px;
}
 #featured-products .owl-controls {
 display: none !important;
 margin: 0;
}
 .product-grid {
 margin-bottom: 0px;
}
 .main-nav {
 max-height: 65vh;
 overflow: auto;
}
 .powered-container {
 font-size: 12px;
}
 .about-content img {
 width: 100%;
 padding: 0;
 margin-bottom: 5px;
}
 .read-more-link-mobile {
 font-family: 'Poppins-SemiBold';
 margin-left: 5px;
}
 .us-seller p {
 text-align: center;
 font-size: 15px;
 margin-top: 5px;
}
 .usSeller-holder {
 padding: 10px 0px;
}
 .powered-container p {
 text-align: center;
}
 .category-box:hover .view-all {
 margin: 14px 0 0px;
}
 .quickview-actions .addtocart {
 width: 133px;
}
 .quickview-actions .viewdetails {
 width: 120px;
}
 .quickview-actions .qtybtnbox {
 width: 100%;
 margin-bottom: 15px;
}
 .freeshipping img {
 width: 80px !important;
}
 .email-holder {
 width: 49%;
 box-sizing: border-box;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 float: left;
 text-align: left;
}
 .track-order {
 width: auto;
}
 .dropdown-menu>li>a {
 white-space: normal;
}
 .sub-category-box {
 width: 50%;
}
 .panel-filter {
 width: 100% !important;
}
 .mobile-paging {
 text-align: center;
}
 .freeshipping img {
 width: 110px;
 float: none;
 position: absolute;
}
 .mobileCheckall {
 display: table;
 margin: 0 auto;
 width: auto;
}
.chat-holder-mobile {
 display:inline-block !important;
 text-align: center;
 margin-top: -13px;
 color: #363636;
 margin-right: 9px;
}
.chat-holder-mobile p {
 color: #423c3c;
 margin-top: -8px;
}
.login-holder .dropdown {
 width: 50px;
 position: relative;
}
.login-holder .dropdown ul.dropdown-menu {
 left: -190px;
 position: absolute;
 right: 17px;
 background:#fff;
 width: 240px;
 border: 1px solid rgba(0, 0, 0, .15);
}
.login-holder .dropdown-menu>li>a {
 color: #363636;
 padding: 10px 10px !important;
}
.login-area {
 width:100%;
}
.smtop10 {
 margin-top:10px;
}
.sortselect {
width: 100%;
 padding: 8px;
}
.large-category {
 height:auto;
}
.item-details-holder {
 display:block;
}
.item-head {
 position:relative;
}
 ul.checkout-bar li span {
 display:none;
}
 .thumbs.desktop {
 display: none;
}
 .focus {
 float: none;
 width: 100%;
 height: auto;
 margin-left: 0;
 margin-bottom: 25px;
}
 .focus .slick-prev {
 left: 6px;
}
 .focus .slick-next {
 right: 6px;
}
 .focus .my-item {
 padding: 0 30px;
}
 .focus .my-item img {
 width: 100%;
}
 .focus .slick-slider {
 top: 0;
 transform: translateY(0);
}
 .thumbs.mobile {
 display: block !important;
 float: left;
 width: calc(100% - 60px);
 max-width: 100%;
 margin: 0 30px;
}
 .thumbs.mobile .slick-arrow {
 position: absolute;
}
 .thumbs.mobile .slick-next {
 width: 20px;
 padding-top: 0;
}
 .thumbs .slick-next:before {
 content:"\e258" !important;
 font-family:'Glyphicons Halflings';
}
 .thumbs .slick-prev:before {
 content:"\e257" !important;
 font-family:'Glyphicons Halflings';
}
 .thumbs .slick-next::after {
 display: none;
}
 .slick-slider.seasonal-slide .my-items {
 margin: 0 16px 0 0;
}
 .thumbs.mobile .my-items {
 height: auto;
}
   /* Force table to not be like tables anymore */
	.checkoutTbl table, .checkoutTbl thead, .checkoutTbl tbody, .checkoutTbl th, .checkoutTbl td, .checkoutTbl tr {
 display: block;
}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.checkoutTbl thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
}
 .checkoutTbl tr {
border: 1px solid #ccc;
margin-bottom:10px;
}
 .checkoutTbl td {
		/* Behave  like a "row" */
		border: none;
 border-top: 0px !important;
 border-bottom: 0px !important;
 position: relative;
 padding: 13px !important;
 padding-left: 50% !important;
 white-space: normal;
 text-align:left;
}
 .checkoutTbl td:first-child {
 padding:13px !important;
}
 .checkoutTbl td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 15px;
 left: 13px;
 width: 45%;
 padding-right: 10px;
 white-space: nowrap;
 text-align:left;
 font-weight: bold;
}
 
	/*
	Label the data
	*/
	.checkoutTbl td:before {
content: attr(data-title);
}
 span.spinner {
 float:none;
/* margin:2em .5em .5em .5em !important;*/
}
 .mobile-full {
 display:block;
 width:100%;
}
 .checkoutTbl {
 max-height:100% !important;
}
 .product-col .product-media {
 margin: 0 auto;
 display: block;
 width: 130px;
 float: none;
}
 .checkoutTbl {
 border:0;
}
 .product-detail-page .in-stock {
 width: 48%;
 float: left;
 line-height: 26px;
}
 .product-detail-page .outof-stock {
 width: 48%;
 float: left;
 line-height: 26px;
}
 .product-detail-page .freeship-label {
 width: 48%;
 float: right;
}
 .tabmenubar li a span {
 display:none;
}
 .tabmenubar li {
 width: 50px;
 height: 50px;
 border-radius: 50%;
 border:1px solid #ddd;
 margin:8px;
}
 .tabmenubar li a, .tabmenubar li.active a {
 border: none;
 height: 100%;
 padding-left: 20px;
 background-position-x: 4px;
}
.checkout-payment-holder .payment-method {
 -webkit-order: 2; /* Safari 6.1+ */
 order: 2;
}
.checkout-payment-holder .checkout-price-box {
 -webkit-order: 1; /* Safari 6.1+ */
 order: 1;
}
.login-links {
 width:250px;
 margin:0 auto;
}
.login-links a {
 width: 115px;
 height: 115px;
 border-radius: 50%;
 padding-top: 10px;
 margin-bottom: 15px;
}
.login-links a img {
 width:45px;
}
.login-links a span {
 width: 100%;
 float: left;
 font-weight: 600;
 font-size: 13px;
 text-transform: uppercase;
 line-height: 16px;
 margin-top: 8px;
}
.addtocart.addtocart-half, .notifyme {
 width:100% !important;
}
.product-col {
 width:100%;
}
.paginationalign {
 margin: 0 auto !important;
 float: none !important;
 width: max-content;
 display: block;
}
.payementMethod img {
 width: 150px;
}
.shipping-head .addressCheckox {
 margin-top: 10px;
}
.shipping-checkoutBtn {
 padding:0;
}
.shipping-checkoutBtn .btn-outline {
 width: 100%;
 margin-bottom: 15px;
 margin: 0;
 margin-top:10px;
}
.product-grid .social {
 bottom: 55px;
 right: 18px;
}
.product-grid .social li {
 transform: translateX(0px);
 display:inline-block;
 margin: 0px 5px 10px;
}
.item-options {
 bottom:0px;
}
.shippingmethodSelect .customradio{
	display:block;
}
.paypal-buttons{
	min-width:105px !important;
}
#walletWidgetDiv{
	width: 100% !important;  
    margin: 10px 0px !important;
}
#paypal-button-container2 .paypal-buttons{
	width: 100%;
}
.productSlider.owl-theme .owl-controls .owl-buttons div{
	background:#363636 !important;
	color:#fff !important;
	
}
.modal:before {
	display:none;
}
.about-content {
	
float: none;
	width: auto;
	display: inline-block;

}
.about-content .heading-text:before, .feature-head .heading-text:before, .recent-sold .heading-text:before, .category-about-content h1:before, .about-content .heading-text:after, .feature-head .heading-text:after, .recent-sold .heading-text:after, .category-about-content h1:after{
width:30px!important;
}
.cart-holder{
    margin-right: 0px!important;
}
.navbar-toggle{
margin-right:0px!important;
}
.mobile-logo img{
width:60px!important;
}
.navbar-form{
margin-right: 0px!important;
    margin-left: 0px!important;
}
#lhnchatimg{
width:80px;
}
.email-holder, .track-order{
padding: 10px 0px!important;
}
.track-order{
padding: 9px 0px 7px 42px!important;
}
.full-m-width{
	width:100%;
	float:left;
}
.mbl-text-right{
	text-align: left !important;
}
}
@media(max-width: 991px)
{
	.navbar-nav {
        height: 60vh;
        overflow: auto;
    }
}
@media only screen and (max-width: 300px) {
#lhnchatimg{
width:70px;
}
.search-holder input, .mobile-searchholder input {
    min-width: 210px!important;
}
.pagination>li>a, .pagination>li>span {
    width: 25px;
    height: 25px;
    padding: 5px;
    line-height: 15px;
    
}
.about-content .heading-text, .feature-head .heading-text, .recent-sold .heading-text, .category-about-content h1 {
    font-size: 14px;
}
.head-area .topselling-nav .slider {
    height: 60px;
    width: 60px!important;
    background-color: #ececec;
    border-radius: 50%!important;
    bottom: -8px;
    top: 70px;
}
.login-holder .dropdown{
background:none;
}
.login-holder .dropdown ul.dropdown-menu {
    left: -145px!important;
}
/* DF-19032021-01R1 User Login Page - Signup As Links Responsive Fix */
.login-links a img {
    width: 25px;
    display: inline-block;
}
.login-links a { 
    width: auto;
    display: inline-block; 
    height: 43px;
    border-radius: 6px;
	float: none;
}
.login-links a span{
	float: none;
}
/* End of DF-19032021-01R1 */
.mobile-logo img {
    width: 50px!important;
}
.email-holder img{
	width:18px!important;
}
.email-holder{
	width:40%!important;
}
.email-holder, .track-order{
padding: 10px 0px!important;
}
.track-order{
padding: 9px 0px 7px 38px!important;
background-size: 30px;
}
}
.topselling-nav .slider:before{
height:0px!important;
}
 @media only screen and (max-width: 769px) {
 .menu-bar {
 left: -660px;
 height: 100vh;
 top: 0;
 position: fixed;
 width: 85% !important;
 z-index: 99999;
 background: #fff;
 font-size: 1.5rem;
}
 .menu-bar .container {
 padding: 0;
}
 .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
 background: #fff;
}
 .navbar-default .navbar-collapse {
 border: none;
}
 .mobile-menu-head {
 width: 100%;
 float: left;
 padding: 13px;
 box-sizing: border-box;
 position: relative;
 font-family: 'Poppins-Bold';
 text-transform: uppercase;
 font-size: 18px;
}
 .closeMenu {
 position: absolute;
 right: 2px;
 top: 8px;
 width: 40px;
 height: 28px;
 padding: 0px 10px;
 box-sizing: border-box;
 color: #fff;
}
 .closeMenu img {
 width: 100%;
}
 .mobile-menu-bg {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.1);
 opacity: 0;
 cursor: auto;
 -webkit-transition: opacity 0.3s ease;
 -moz-transition: opacity 0.3s ease;
 -o-transition: opacity 0.3s ease;
 transition: opacity 0.3s ease;
}
 .menu-bg-active {
 position: fixed;
 z-index: 9999;
 background-color: rgba(0, 0, 0, 0.6);
 opacity: 1 !important;
}
 .mobile-search-bg {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.1);
 opacity: 0;
 cursor: auto;
 -webkit-transition: opacity 0.3s ease;
 -moz-transition: opacity 0.3s ease;
 -o-transition: opacity 0.3s ease;
 transition: opacity 0.3s ease;
}
 .category-list, .filter-side-bar {
 display: none;
}
 .sortlabelbox {
 display: none;
}
 .sortitems {
 float: right;
}
}
 @media only screen and (max-width: 330px) {
 .email-holder {
 width: 43%;
}
 .poweredBy p {
 width: 67%;
 margin: 0 auto;
 text-align: center;
}
 .side-cart {
 width: 100%;
}
}
 @media only screen and (max-width: 600px) {
 .sub-category-box {
 width: 100%;
}
 .sub-category-box img {
 max-height: 100%;
}
 .displayitem {
 text-align: center;
}
 .pagination-holder {
 text-align: center;
}
 .pagination-holder .pagination {
 float: none !important;
}
 .hero {
 margin-top: 36px;
 width: 72%;
 float: left;
}
 .hero img {
 width: 80px;
}
 .focus {
 min-height: 350px;
 width: calc(100% - 0px);
 margin-left: 0px;
}
 .addtocart {
 width: 160px;
}
 .my-slider {
 padding: 25px 10px 3px 10px;
}
 .checkoutbutton-outer {
 margin: 0 auto;
 width: 100%;
 display: block;
}
.slick-slider.seasonal-slide .my-items {
 margin-right:5px;
}
}
 @media (min-width: 991px) and (max-width: 1014px) {
 .menu-bar {
 left: 0 !important;
}
}



/*--------- Media query for Mobiles Landscape-------*/

@media only screen and (max-width: 840px)and (orientation: landscape) {
 .menu-bar {
 width: 50% !important;
}
 .main-nav {
 max-height: 48vh;
}
 .shopping-carts {
 height: 100%;
}
 .cart-footer {
 position: relative;
 bottom: 0;
 float: left;
}
 .shopping-carts .shopping-cart-items {
 overflow: visible !important;
 height: auto !important;
 max-height: unset;
 padding-bottom: 0px;
}
 .side-cart {
 overflow: auto;
}
}
 @media only screen and (max-width: 700px) {
 .overall-rating, .overall-rating div, .product-details, .product-img, .product-name {
 display: block;
 float: left;
}
 .captcha {
 flex-direction: column;
}
 .text {
 margin: .5em!important;
 text-align: center;
}
 .logo {
 align-self: center!important;
}
 .spinner {
 margin: 2em .5em .5em .5em!important;
}
 .accountDetails {
 display:block;
 margin:5px 0px;
}
 .product-count {
 width:100%;
 margin:5px 0px;
}
 .subcategory-box {
 margin: 0px;
 height:150px;
 background-size:contain;
}
.topselling-nav li {
 display: inline-block;
 width: 23%;
 margin-right: 5px!important;
}
 .topselling-nav>li>a>img {
 width: 80%;
 opacity: 0.5;
 margin: 0 auto;
}
.topselling-nav .slider:before{
left: -32px !important;
}
 .tab-menu {
 position: static;
}
 .head-area .slider {
 height: 80px;
 width: 80px!important;
 background-color: #ececec;
 border-radius: 50% !important;
 bottom: -8px;
 top: 49px;
}
 .head-area .nav-tabs .active a img {
 opacity: 1;
}
}
 @media(min-width:992px) {
 .tracking-item {
 margin-left: 4rem
}
 .tracking-item .tracking-date {
 width: 100%;
}
 .tracking-item .tracking-date span {
 display: block
}
 .tracking-item .tracking-content {
 padding: 0;
 background-color: transparent;
 padding-left: 15px;
 margin-top: 10px
}
 #loginTab .nav-item {
 padding: 2px !important;
}
#paypal-shop-container .payementMethod{
	width: 50%;
}
}


/*--------- Media query for ipad-------*/

@media (min-width: 768px) and (max-device-width: 1024px) {
 .menu-bar .container, .menu-bar .navbar-collapse {
 padding: 0 !important;
}
 .menu-bar .navbar-nav>li>a {
 padding: 8px 6px;
}
 .navbar-right {
 margin-right: 0px;
}
 .footer-link-holder {
 min-height: 250px;
}
 .gridimage {
 height: 254px;
}
.item-details-holder {
 display:block;
}
.item-head {
 position:relative;
}
.product-col {
 width: 45%;
}
.product-col .product-media {
 width:35%;
}
.product-col .product-title {
 width:100%;
}
.product-grid .social {
bottom: 76px;
right: 18px;
}
.product-grid .social li {
 transform: translateX(0px);
 display:inline-block;
 margin: 0px 5px 10px;
}
.item-options {
 bottom:0px;
}

}
	

/*--------- Media query for ipad Landscape-------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
 .menu-bar .container {
 width: 100%;
 margin: 0;
 padding-right: 10px;
 padding-left: 10px;
}
 .menu-bar .navbar-nav>li>a {
 padding: 8px 8px;
}
 .menu-bar .navbar-collapse {
 padding: 0;
}
 .availability:before {
 width: 15px;
 height: 15px;
 margin: 2px 6px 0 0;
}
 .sub-category-box {
 width: 33.3%;
}
 .fade-carousel, .fade-carousel .carousel-inner .item, .fade-carousel .slides div {
 height: 300px !important;
}
 .addtocart {
 width: 185px;
}
 .product-grid .product-image>a {
 min-height: 312px;
}
 .menu-bar {
 left: 0;
}
 .login-area {
 width:95%;
}
.large-category {
 height: 300px;
}
.item-details-holder {
 display:block;
}
.subcategory-box {
 background-size:contain;
}
}


/*--------- Media query for Portrait-------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
 .fade-carousel, .fade-carousel .carousel-inner .item, .fade-carousel .slides div {
 height:280px!important;
}
	/*  .navbar-collapse.collapse {
 display: none !important;
} */
	.navbar-collapse.collapse.in {
 display: block !important;
}
 .navbar {
 min-height: auto !important;
}
 .navbar-nav {
 width: 100% !important;
}
 .login-holder .navbar-nav {
 overflow: visible;
}
 .menu-bar .navbar-nav>li>a {
 padding: 12px 0px;
 width: 100%;
}
 .navbar-right {
 float: left !important;
}
 .navbar-nav>li {
 width: 100%;
 border: none;
}
 .sub-category-box {
 width: 33.3%;
}
 .menu-bar {
 padding: 0px 25px;
 border-radius: inherit;
 width: 50% !important;
}
 .menu-bar .container {
 width: 100%;
}
 .dropdown-menu.show {
/* display: none !important; */
	}
 .menu-bar {
 width: 45% !important;
}
 .menu-bar {
 left: -660px;
 height: 100vh;
 top: 0;
 position: fixed;
 width: 60% !important;
 z-index: 99999;
 background: #fff;
 font-size: 1.5rem;
}
 .menu-bar .container {
 padding: 0;
}
 .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
 background: #fff;
}
 .navbar-default .navbar-collapse {
 border: none;
}
 .mobile-menu-head {
 width: 100%;
 float: left;
 padding: 13px;
 box-sizing: border-box;
 position: relative;
 font-family: 'Poppins-Bold';
 text-transform: uppercase;
 font-size: 18px;
}
 .closeMenu {
 position: absolute;
 right: 2px;
 top: 8px;
 width: 40px;
 height: 28px;
 padding: 0px 10px;
 box-sizing: border-box;
 color: #fff;
}
 .closeMenu img {
 width: 100%;
}
 .mobile-menu-bg {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.1);
 opacity: 0;
 cursor: auto;
 -webkit-transition: opacity 0.3s ease;
 -moz-transition: opacity 0.3s ease;
 -o-transition: opacity 0.3s ease;
 transition: opacity 0.3s ease;
}
 .menu-bg-active {
 position: fixed;
 z-index: 9999;
 background-color: rgba(0, 0, 0, 0.6);
 opacity: 1 !important;
}
 .mobile-search-bg {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.1);
 opacity: 0;
 cursor: auto;
 -webkit-transition: opacity 0.3s ease;
 -moz-transition: opacity 0.3s ease;
 -o-transition: opacity 0.3s ease;
 transition: opacity 0.3s ease;
}
 .category-box .title {
 font-size: 14px !important;
}
 .product-grid .product-image>a {
 min-height: 358px;
}
 .freeshipping {
 text-align: center;
}
 .freeshipping img {
 width: 110px;
 float: none;
}
 .hide-overflow {
 overflow: hidden;
 height: 100%;
}
 .head-area .nav-tabs li a {
 padding: 10px!important;
}
 .head-area .slider {
 height: 37px;
}
 .top-selling .head-area h1 {
 font-size: 21px;
}
 .login-area {
 width:95%;
}
.large-category {
 height: 330px;
}
.thumbs.desktop {
 display:none;
}
.thumbs.mobile {
 display: block !important;
 float: left;
 width: calc(100% - 60px);
 max-width: 100%;
 margin: 15px 30px;
}
 .thumbs.mobile .slick-arrow {
 position: absolute;
}
 .thumbs.mobile .slick-next {
 width: 20px;
 padding-top: 0;
}
 .thumbs .slick-next:before {
 content:"\e258" !important;
 font-family:'Glyphicons Halflings';
}
 .thumbs .slick-prev:before {
 content:"\e257" !important;
 font-family:'Glyphicons Halflings';
}
 .thumbs .slick-next::after {
 display: none;
}
 .slick-slider.seasonal-slide .my-items {
 margin: 0 16px 0 0;
}
 .thumbs.mobile .my-items {
 height: auto;
}
 .focus {
 width: calc(100% - 62px);
}
 #easy_zoom {
 top: 52%;
 left: 21%;
}
 .subcategory-box {
 background-size:contain;
 height: 330px;
}
.checkout-payment-holder .payment-method {
 -webkit-order: 2; /* Safari 6.1+ */
 order: 2;
}
.checkout-payment-holder .checkout-price-box {
 -webkit-order: 1; /* Safari 6.1+ */
 order: 1;
}

	#paypal-shop-container .payementMethod{
	width: 214px;
	padding:3px;
}
}

/* Ipad pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
 .menu-bar {
 left:0 !important;
 width:100% !important;
 height:auto !important;
 position:relative;
 background: #e7e7e7;
 margin-bottom: 0px;
}
 .navbar-nav {
 float: left;
 margin: 0;
}
.navbar-nav>li {
 display:inline-block;
 width:auto;
}
.navbar-nav {
 width:auto !important;
}
.navbar-right {
 float: right !important;
}
.navbar-nav>li {
 border-right: 1px solid #c3c3c3;
}
 .menu-bar .container {
 width: 100%;
 margin: 0;
 padding-right: 10px;
 padding-left: 10px;
}
 .menu-bar .navbar-nav>li>a {
 padding: 8px 8px;
}
 .menu-bar .navbar-collapse {
 padding: 0;
}
 .thumbs.desktop {
 display:block;
}
.thumbs .slick-prev:before {
 content: "\e260" !important;
 font-family: 'Glyphicons Halflings';
}
.thumbs .slick-next:before {
 content: "\e259" !important;
 font-family: 'Glyphicons Halflings';
}
.focus {
 width:calc(100% - 128px);
 min-height: 350px;
 margin-left: 19px
}
.thumbs.mobile {
 display:none !important;
}
.my-item {
 padding: 0px 40px;
}
.slick-slider.seasonal-slide .my-items {
 margin: 4px 16px 0 0;
}
.focus .slick-slider {
 overflow:hidden;
 height: 100%;
}

	#paypal-shop-container .payementMethod{
	width: 214px;
	padding:3px;
}
}
 @media only screen and (max-width:990px) {
 .freeshipping img {
 width: 150px;
}
 .freeshipping a {
 width: 100%;
 float: left;
}
 .features-holder {
 width: 100%;
 margin: 0;
}
 .features-holder ul {
 padding:0px;
 margin-left: 35px;
}
 .product-grid {
 margin-bottom: 30px
}
 .footer-link-holder {
 min-height: 155px;
}
 .quickview-productImg {
/*width: 50%;
 margin: 0 auto;
 float: none;*/
}
 .quickview-holder .item-name h1 {
 font-size: 16px;
 margin-top: 15px !important;
 font-family: 'Poppins-SemiBold';
}
}
 @media (max-width:991px) {
 .navbar-nav .open .dropdown-menu {
 position: static;
 float: none;
 width: auto;
 margin-top: 0;
 background-color: transparent;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none
}
 .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
 padding: 5px 15px 5px 25px
}
 .navbar-nav .open .dropdown-menu>li>a {
 line-height: 20px
}
 .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
 background-image: none
}
 .menu-bar {
 left: -900px;
 height: 100%;
 top: 0;
 position: fixed;
 width: 90% !important;
 z-index: 99999;
 background: #fff;
 font-size: 1.5rem;
}
 .menu-bar .container {
 padding: 0;
 width: 100%;
}
 .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
 background: #fff;
}
 .navbar-default .navbar-collapse {
 border: none;
}
 .mobile-menu-head {
 width: 100%;
 float: left;
 padding: 13px;
 box-sizing: border-box;
 position: relative;
 font-family: 'Poppins-Bold';
 text-transform: uppercase;
 font-size: 18px;
}
 .closeMenu {
 position: absolute;
 right: 2px;
 top: 8px;
 width: 40px;
 height: 28px;
 padding: 0px 10px;
 box-sizing: border-box;
 color: #fff;
}
 .closeMenu img {
 width: 100%;
}
 .mobile-menu-bg {
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.1);
 opacity: 0;
 cursor: auto;
 -webkit-transition: opacity 0.3s ease;
 -moz-transition: opacity 0.3s ease;
 -o-transition: opacity 0.3s ease;
 transition: opacity 0.3s ease;
}
 .menu-bg-active {
 position: fixed;
 z-index: 9999;
 background-color: rgba(0, 0, 0, 0.6);
 opacity: 1 !important;
}
 .menu-bar .navbar-collapse {
 padding: 15px !important;
}
 .navbar-nav {
 float: left;
 margin: 0;
 width: 100%;
}
 .menu-bar .navbar-nav>li>a, .navbar-nav>li {
 width: 100%;
 float: left;
 border-right: none;
}
	#paypal-shop-container .payementMethod{
	width: 214px;
	padding:3px;
}
}
 @media only screen and (min-width: 1500px) {
 .container {
 width: calc(100% - 200px);
}
 .specification-holder {
 width: 1170px;
}
 .owl-theme .owl-controls {
 top: 0 !important;
}
.specificationImage .owl-controls {
 top: 156px !important;
}
 .social-icons {
 width: 60%;
}
 .result-box {
 width: 25%;
}
 .itemHolder {
 width: 16.666666667%;
}
}
 @media (max-width:769px) {
 .navbar-nav .open .dropdown-menu {
 position: static;
 float: none;
 width: auto;
 margin-top: 0;
 background-color: transparent;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none
}
.login-holder .navbar-nav .open .dropdown-menu {
 position: absolute;
 float: none;
 right:0;
 left:auto;
 width: 200px;
 margin-top: 0;
 background-color: transparent;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 background: #fff;
}
.login-holder .navbar-nav .open .dropdown-menu a{
 padding: 10px;	
}
 .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
 padding: 5px 15px 5px 25px
}
 .navbar-nav .open .dropdown-menu>li>a {
 line-height: 20px
}
 .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
 background-image: none
}
 .product-grid .product-image>a {
 min-height: 382px;
}
 .top-selling .head-area {
 border-bottom: 0;
}
 .category-box {
 margin: 0px;
}
 .category-holder .col-xs-6 {
 padding: 5px;
}
 .category-box .box-content {
 padding: 10px 5px;
}
 .category-box:after {
 height: 44px;
}
 .category-link {
 margin: 0;
}
 .product-col .product-title {
 display: block;
 margin-top:8px;
 width:100%;
 white-space: normal;
 line-height: 22px;
}
 .sidemenu-link {
 background: #ffffff;
 color: #363636;
}
 .sidemenu-link span {
 background: #ffffff;
}
 .submenu-holder .wrap-drop {
 margin: 0;
}
}
@media (min-width:1250px) and (max-width:1400px) {
.login-area {
 width:80%;
}
}
@media (min-width:1300px) and (max-width:3500px) {
 .subcategory-box {
 background-size: contain;
}
}
 @media (min-width:1200px) and (max-width:1500px) {
 .category-box:hover .view-all {
 margin: 0px 0 0px;
}
 .subcategory-box {
 background-size: cover;
 height:220px;
}
.nomargin-xl {
 margin-right: -15px;
 margin-left: -15px;;
}
}
/* Updated by Syam from 06-11-2020 */
.btn-p {
	border-radius: 0px;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.btn-p-outline {
	background: #fff;
	border: 1px solid #cacaca;
}
.btn-p-outline:hover {
	background:#646464;
	color:#fff;
	box-shadow: 3px 10px 20px 0px rgb(235 235 235 / 50%);
}
.btn-p-success {
	background: #39b66b;
	color: #fff;
}
.btn-p-success:hover {
	color: #fff;
	background: #2d9b59;
	box-shadow: 3px 10px 20px 0px rgb(235 235 235 / 50%);
}
.add-item-wrap .item-options {
	position: relative!important;
	z-index: 9;
}
.vertical-tab {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.vertical-tab .nav li {
	background: white;
	word-spacing: 0;
	list-style: none;
	margin: 0 auto;
	color: #000;
	border-right: none;
	border-bottom: none;
	box-shadow: inset -50px 0 175px -50px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.vertical-tab .nav li a {
	color: #000;
	border-bottom: 1px solid #d3d3d3;
	border-radius: 0px;
	padding: 20px 20px;
}
.vertical-tab .nav li:hover {
	box-shadow: inset -50px 0 175px -50px rgba(0, 0, 0, 0.1);
}
.vertical-tab .nav li.active a {
	background: #fff;
	color: #000;
	border-radius: 0px;
}
.vertical-tab .tab-content {
	padding: 10px 10px;
}
.vertical-tab .input-group-addon {
	border-radius: 0px;
}
.vertical-tab .form-control {
	border-radius: 0px;
}
.vertical-tab .tabs-below > .nav-tabs, .vertical-tab .tabs-right > .nav-tabs, .vertical-tab .tabs-left > .nav-tabs {
	border-bottom: 0;
}
.vertical-tab .tab-content > .tab-pane, .vertical-tab .pill-content > .pill-pane {
	display: none;
}
.vertical-tab .tab-content > .active, .vertical-tab .pill-content > .active {
	display: block;
}
.vertical-tab .tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}
.vertical-tab .tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.vertical-tab .tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.vertical-tab .tabs-below > .nav-tabs > li > a:hover, .vertical-tab .tabs-below > .nav-tabs > li > a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}
.vertical-tab .tabs-below > .nav-tabs > .active > a, .vertical-tab .tabs-below > .nav-tabs > .active > a:hover, .vertical-tab .tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.vertical-tab .tabs-left > .nav-tabs > li, .vertical-tab .tabs-right > .nav-tabs > li {
	float: none;
}
.vertical-tab .tabs-left > .nav-tabs > li > a, .vertical-tab .tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.vertical-tab .tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.vertical-tab .tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.vertical-tab .tabs-left > .nav-tabs > li > a:hover, .vertical-tab .tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.vertical-tab .tabs-left > .nav-tabs .active > a, .vertical-tab .tabs-left > .nav-tabs .active > a:hover, .vertical-tab .tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
 *border-right-color: #ffffff;
}
.vertical-tab .tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}
.vertical-tab .tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.vertical-tab .tabs-right > .nav-tabs > li > a:hover, .vertical-tab .tabs-right > .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.vertical-tab .tabs-right > .nav-tabs .active > a, .vertical-tab .tabs-right > .nav-tabs .active > a:hover, .vertical-tab .tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
 *border-left-color: #ffffff;
}
/* Product Listing Horizontal Filter Menu (Update by Syam 02/03/2021)*/
.sortfilter-wrapper{
	padding-top: 10px;
    float: left;
}
.sortfilter-item{
	margin-bottom: 5px;
}
.sortfilter-item select{
	border-radius: 0px;
    padding: 5px 5px;
    width: 120px;
}
.sortfilter-item select:active, .sortfilter-item select:hover {
	outline-color: #000;
  }
.sortfilter-item .dropdown-menu{
	border-radius: 0px;
}
.sortfilter-item-hidden{
display: none;
}
.sortfilter-more{
	display: inline-block;
}
.sortfilter-more a{
	color: #000;
	padding: 5px 10px;
}
.sortfilter-selected-wrapper{
margin-top: 5px;
float: left;
}
.sortfilter-selected-item{
padding: 5px 15px;
border: 1px solid #000;
border-radius: 25px;
display: inline-block;
}
.sortfilter-selected-item button{
	margin-left: 5px;
	color: #000;
}

/* Search Result Page (Updated by Syam 09/03/2021) */

.search-result-head{
	font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

/* Product Detail Page - Pack Varient Responsive Fix */
@media (min-width: 1200px) {
	.pack-box:nth-child(5){
		clear: both;
	}
}
@media screen and (max-width: 1200px) and (min-width: 990px) {
	.pack-box:nth-child(4){
		clear: both;
	}
}
@media screen and (max-width: 989px) and (min-width: 700px) {
	.pack-box:nth-child(5){
		clear: both;
	}
}
@media screen and (max-width: 699px) and (min-width: 319px) {
	.pack-box:nth-child(4){
		clear: both;
	}
}
@media (max-width: 318px) {
	.pack-box:nth-child(3){
		clear: both; 
	}
}
/* DF-19032021-02-R1 Order Success Page - Order List Fix */
.checkoutTbl-full{
	width: 100%;
    background: #fff;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #ddd;
    max-height:none;
}
/* DF-25032021-R1 */
.scroll-down-wrap{
	position: absolute;
	top: 15px;
	right: 15%;
	cursor: pointer;
	z-index: 99;
	background: #fff;
	border-radius: 25px;
	font-size: 16px;
	width: 200px;
	font-weight: 600;
	box-shadow: 4px 5px 10px 4px rgb(0 0 0 / 6%);
}
.scroll-down-wrap .s-title{
	display: inline-block;
	vertical-align: middle;
}
.animated-down-arrow{
	display: block;
	position: relative;
	margin: 30px 0px 10px 0px;
	display: inline-block;
	vertical-align: middle;
}
.animated-down-arrow span {
	width: 15px;
	height: 15px;
  display: block;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	margin: -25px 10px;
	animation: animate 2s infinite;
}

.animated-down-arrow span:nth-child(2) {
	animation-delay: -0.2s;
}

.animated-down-arrow span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}
/* End - DF-25032021-R1 */
/* DF-05042021-R1 */
.checkout-btn-wrap {
border: 1px solid #e1e1e1;
padding: 10px;
margin: 10px 0px;
}
.checkout-btn-wrap .external-btn img{
width: 100%;
max-height:none!important;
}
.checkout-btn-lg {
color: #000000;
border-radius: 4px;
background: linear-gradient(180deg, #ffe5a8 0%, #e9b63d 77%);
font-weight: 600;
padding: 4px 10px;
text-transform: uppercase;
}

 

.checkout-btn-lg:hover {
color: #000;
background: linear-gradient(180deg, #ffda85 0%, #f1c250 77%);
}

 


.checkout-btn-lg:focus {
color: #000;
background: linear-gradient(180deg, #ffda85 0%, #f1c250 77%);
}

.checkout-btn-lg .card-logos {
width: 160px;
padding-right: 5px;
border-right: 2px solid #ebb434;
margin-right: 5px;
}
.checkoutbutton-outer .paypal-buttons{
min-width:100%!important;
}
@media only screen and (max-width: 344px) {
.checkout-btn-lg{
text-align: center;
}
.checkout-btn-lg span{
display: block;
}
.checkout-btn-lg .card-logos{
border:none;
padding-bottom: 5px;
max-width: 200px;
width: 100%;
}
.col-xxs-12{
width: 100%;
}
}
.payment-header .cc-option-img{
height: 32px;
}
.old-rate {
    width: 100%;
    color: #737373;
    text-decoration: line-through;
    font-size: 13px;
    margin-right: 10px;
}
    /* DF-13042021-R1  review*/
    .mt-1{
        margin-top: 10px;
    }
    .rui-btn-primary{
background: #000;
color: #fff;
padding: 10px 20px;
border-radius: 0px;
text-transform: uppercase;
    }
    .rui-btn-primary:hover, .rui-btn-primary:focus{
color: #fff;
    }
    .rui-card{
        border: 1px solid #ddd;
        padding: 10px 20px;
        margin-bottom: 10px;
        box-shadow: 0 4px 6px -1px #00000008, 0 2px 4px -1px #00000014;
    }
    .rui-review-user-detail .rui-review-user-detail-left h4{
font-weight: 700;
    }
    .rui-review-user-detail .rui-review-user-detail-right{
        border-left: 1px solid #ddd;
    }
    .rui-review-products-wrap .rui-review-product-item{
        box-shadow: 0 4px 6px -1px #00000008, 0 2px 4px -1px #00000014;
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }
    .rui-review-products-wrap .rui-review-product-item .rui-review-p-detail {
        background: #f8f8f8;
    }
    .rui-review-products-wrap .rui-review-product-item .rui-review-p-detail .rui-p-image{
max-width: 55px;
width: 55px;
display: inline-block;
margin-bottom: -10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 8px;
box-shadow: 0 4px 6px -1px #00000008, 0 2px 4px -1px #00000014;
padding: 3px;
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
vertical-align: top;
    }
    .rui-review-products-wrap .rui-review-product-item .rui-review-p-detail .rui-p-name{
        display: inline-block;
        width: 65%;
        vertical-align: middle;
    }
    .rui-review-products-wrap .rui-review-product-item .rui-review-p-detail .rui-p-name a{
font-size: 13px;
color: #000;
line-height: 13px;
    }
    .rui-review-products-wrap .rui-review-product-item .rui-review-form{
       padding: 15px;
      
        
    }
    @media only screen and (max-width: 992px) {
        .rui-review-products-wrap .rui-review-product-item .rui-review-form{
            border-left: 0px solid #ddd;
            
        }
        .rui-review-user-detail .rui-review-user-detail-right{
            border-left: 0px solid #ddd;
        }
    }
    
    /* End of DF-13042021-R1 */
    
/* DF-19052021-R1 */
 
    .breadcrumb-bar .breadcrumb-desc{
        line-height: 20px;
        padding-top: 5px;
        margin-bottom: 0px;
    }
    .breadcrumb-bar .breadcrumb-desc #read-more{
        display: none;
    }
    
/* End of DF-19052021-R1 */
/* DF-27052021-R1 */
.affiliate-payment-item{
    box-shadow: 0 4px 6px -1px #00000008, 0 2px 4px -1px #00000014;
    border: 1px solid #ddd;
    margin-bottom: 15px;
	border-radius: 4px;
}
.affiliate-payment-item .affiliate-payment-item-top{
background: #f8f8f8;
padding: 1px 15px;
}
.affiliate-payment-item .affiliate-payment-item-top h5{
	font-weight: 600;
}
.affiliate-payment-item .affiliate-payment-item-body{
	padding: 10px 15px; 
	}
	.affiliate-payment-item .affiliate-payment-item-body .item-data {
		margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
	}

	.affiliate-payment-item .affiliate-payment-item-body .item-data .item-data-title{
		color: #747474;

	}
	.affiliate-payment-item .affiliate-payment-item-body .item-data .item-data-value{
font-weight: 600;
font-size: 14px;
	}
	.affiliate-payment-item .affiliate-payment-item-body .item-data .item-data-lg{
font-size: 18px;
	}
	.affiliate-payment-item .affiliate-payment-item-body .border-right{
		border-right: 1px solid #eee;
	}
	.affiliate-payment-item .affiliate-payment-item-body .border-right:last-child{
		border-right:0px solid #eee;
	}
	.border-bottom-none{
		border-bottom: none!important;
	}
	/* End of DF-27052021-R1 */
	.s-offer-tag{ 
	padding: 5px 15px!important;
    color: #da2f2f!important;
    border: 2px dotted red!important;
    border-radius: 2px!important;
    font-weight: 600!important;
    transition: all 0.5s!important;
    text-transform: uppercase!important;
    width:100%!important;
    text-align:center!important;
    background:#fff!important;
    }
    /* .s-offer-tag button{
    color: #da2f2f!important;
    } */
     .s-offer-tag:hover{
    background:#da2f2f!important;
    color: #fff!important;
    }
    .s-offer-tag:hover button{
    color:#fff!important;
    }
    .mb-0{
    margin-bottom:0px;
    }
    .green-text{
    color:#4ba55f;
    }
    .sidebar-cart-summary{
        font-size: 14px;
    line-height: 21px;
    }
	.sticky-cart-widget{
		position: fixed;
		width: auto;	
		bottom: 30px;
		color: #000;
		z-index: 99999;
		right: 15px;
		padding: 8px;
		font-weight:600;
		text-align: center;
		background-color: #F7EA00;
		border-radius: 40px;
		box-shadow: 0 3px 16px 0 rgb(0 0 0 / 11%);
		transition: right .5s .25s ease-out;
		cursor: pointer;
		/* border: 1px solid #000000; */
		animation: zoominoutsinglefeatured 1s infinite;
		 
    width: 52px;
    overflow: hidden;
    height: 52px;
	transition: width 0.5s;
	}
	.sticky-cart-widget:hover{
		width:280px;
		transition: width 0.5s;
	}
	.sticky-cart-widget .rui-icon{
		display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #fff;
    width: 35px;
    height: 35px;
	    float: left;
	}
	.sticky-cart-widget .rui-icon img{
width: 25px;
    height: 25px;
    margin-right: 1px;
    margin-top: 6px;
	}
	.sticky-cart-widget .rui-text{
		vertical-align: middle;
		margin-right: 5px;
		margin-left: 5px;
		white-space:nowrap;
		float:left;
		line-height:40px;
		padding-left:5px;
		color:#000;
		font-family: 'Poppins-SemiBold';
	}
	.sticky-cart-widget:hover{
		color: #000;
	}
	.sticky-cart-widget:hover .rui-icon{
	animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
	}
	@keyframes shake {
		10%, 90% {
		  transform: translate3d(-1px, 0, 0);
		}
		
		20%, 80% {
		  transform: translate3d(2px, 0, 0);
		}
	  
		30%, 50%, 70% {
		  transform: translate3d(-4px, 0, 0);
		}
	  
		40%, 60% {
		  transform: translate3d(4px, 0, 0);
		}
	  }
	  @keyframes zoominoutsinglefeatured {
		0% {
			transform: scale(1,1);
		}
		50% {
			transform: scale(1.03,1.03);
		}
		100% {
			transform: scale(1,1);
		}
	}
	
	/* DF-30062021 - R1 */
.rui-form-card {
  box-shadow: 0 4px 6px -1px #00000008, 0 2px 4px -1px #00000014;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 4px;
}
.rui-form-card .text-sm {
  font-size: 12px;
}
.rui-form-card .rui-form-card-header {
}
.rui-form-card .rui-form-card-header .rui-form-card-header-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000;
  font-family: 'Poppins-SemiBold';
  margin-top: 5px;
}
.rui-form-card .rui-form-card-header .btn {
  padding: 0 30px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #fcd434;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  margin-left: auto;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
}
.rui-form-card .rui-form-card-body .rui-boxed-radio {
  border: 1px solid #ddd;
  padding: 5px 10px 5px 40px;
  font-weight: 800;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 4px;
}
.rui-form-card .rui-form-card-body .rui-boxed-radio .checkmark {
  top: 5px;
  left: 10px;
}
.shipping-billing-wrap .row {
  margin-left: -5px;
  margin-right: -5px;
}
.shipping-billing-wrap [class*="col-md-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.rui-btn {
  
  display: inline-block;
  border-radius: 4px;
  color: #212121;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: box-shadow 0.2s ease;
  vertical-align: super;
  background: #fff;
  cursor: pointer;
  outline: none;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  border: 1px solid #e0e0e0;

}
.rui-btn i {
  margin-right: 5px;
}
.rui-btn-success {
  background: #ffc915;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  border: none;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.rui-btn-success:hover {
  background: #fec110;
}
.rui-text-uppercase {
  text-transform: uppercase;
}
.rui-mb-1 {
  margin-bottom: 10px;
}
.rui-btn-primary {
  border: none;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
  box-shadow: none;
  background: #fcd434;
  color: #000;
  background: -moz-linear-gradient(90deg, #fcd434 0%, #f2ba0d 100%);
  background: -webkit-linear-gradient(90deg, #fcd434 0%, #f2ba0d 100%);
  background: linear-gradient(90deg, #fcd434 0%, #f2ba0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcd434",endColorstr="#f2ba0d",GradientType=1);
}
.rui-btn-primary:hover {
  color: #000;
  background: #fcd434;
  background: -moz-linear-gradient(152deg, #fcd434 49%, #f2ba0d 100%);
  background: -webkit-linear-gradient(152deg, #fcd434 49%, #f2ba0d 100%);
  background: linear-gradient(152deg, #fcd434 49%, #f2ba0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcd434",endColorstr="#f2ba0d",GradientType=1);
}
.rui-summary-card{
	background: #f8f8f8;
	border-radius: 4px;
	padding: 10px 15px;
}
.rui-grey-gradient-bg-wrap{
    background: linear-gradient(#f8fafd 0%, #f8fafd00 413px);
}
@supports not (position: sticky){
.rui-sticky-checkout-wrap{
	position: relative;
	top: inherit!important;
}
}
@supports (position: sticky){
.rui-sticky-checkout-wrap{
	position: sticky;

}
}
@media only screen and (max-width: 992px) {
  .rui-sticky-checkout-wrap{
    clear: both;
  
  }
}
.checkout-steps{
  margin: 25px 0px 0px 10px!important;
  text-transform: uppercase;
  line-height: 16px;
}
.rui-text-bold{
  font-weight: 600;
}
/* Floating Form */
.form-floating {
	position: relative;
}
.form-floating > .form-control{
		display: block;
		width: 100%;
		padding: .375rem .75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-floating > .form-control, .form-floating > .form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control {
	padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
	color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem);
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rui-sticky-checkout-wrap{
top: 0px!important;
  }
}

.rui-form-card .form-group{
margin-bottom:0px;
}​​​​​​​
​.multi-steps>li a{

color: #1f9e2a;

}
​​​​​​​

/* End of Floating Form */
/* DF-13072021 R1 */

.rui-ml-1{
  margin-right: 10px;
}
@media only screen and (max-width: 991px){
.text-md-start {
    text-align: left!important;
}
.rui-d-md-block{
  display: block!important;
}
}
.rui-d-inline {
  display: inline!important;
}

.w33{
	width:33px;
}
.Ship-col{
	width:30%;
}

.order-details-btn {
    cursor:pointer;
}
.order-details-block{
    display:none;
}
.order-details-btn span{
        width: 26px;
    height: 26px;
    background: #363636;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}
.filter-list>ul>li>a h2{
    font-weight: normal;
    font-size: 14px;
    display: block;
    line-height: 30px;
    color: #363636;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Poppins-Regular';
    padding: 0;
    }
 .helpHourList li span{
    width: 100%;
    float: left;
    margin: 0;
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
    color: #000;
}

/*------------- New Login Area-----------------*/

.login-area-new {
    background-image: url('../images/login-bg.jpg');
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
    width: 400px;
    margin: 0 auto;
    display: table;
	position:relative;
	padding:10px 15px;
	border-radius: 15px;
}
.login-area-new:after{
	content:'';
	background: rgb(10 10 10 / 69%);
	position:absolute;
	height:100%;
	width:100%;
	left: 0;
    top: 0;
	border-radius: 15px;
	
}
.login-block .login-area-new  .login-sec{
	z-index:99;
	color:#fff;
	padding-top:0px;
}
.login-block .login-sec h2, .login-area-new .loginfooter .divider{
	color:#fff;
}
.login-area-new .loginfooter .divider{
	margin-top:0px;
}

.login-area-new .login-sec .form-control {
    box-shadow: none;
    border: 1px solid #545454;
    border-radius: 18px;
    box-shadow: none;
    height: 40px;
    background: rgb(255 255 255 / 7%);
    color: #fff;
}

 .login-area-new .loginfooter .divider:before , .login-area-new .loginfooter .divider:after{
	    border-top: 1px solid #4c4c4c;
}
.login-area-new .loginfooter {
	border-top: none;
}
.login-area-new a{
color: #2299ff;
}
.login-area-new  .btn-login{
	color: #000;
    min-width: 150px;
    border-radius: 10px;
}
.login-area-new  .login-links a {
	background: rgb(255 255 255 / 7%);
	  border: 1px solid #545454;
	  color:#fff;
}

/*------------- Login Area -----------------------------*/

.login-area-holder{
    background: #fff;
    border-radius: 10px;    
    width: 400px;
    margin: 0 auto;
    display: table;
	position:relative;
	padding:0px 15px 10px 15px;
	border-radius: 15px;
    overflow: hidden;
	    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}
.login-area-holder .bg-primary{
	color: #fff;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e2e2e2;
	
}
.login-area-holder .login-head p, .login-area-holder .login-head h2{
	text-align:center;
}
.login-area-holder .login-head-img{
	padding-top:3px;
}
.login-area-holder .login-head-img img{
	width: 90px;
}
.login-area-holder .login-sec .form-control {
    box-shadow: none;
    border: 1px solid #ecf0fa;
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    border-radius: 4px;
}
.login-area-holder .login-head h2{
    font-family: 'Poppins-SemiBold';
	margin-bottom:0px;
	color: #363636;
}
.login-area-holder .btn-login{
	    border-radius: 4px;
    background: #363636;
    color: #fff;
    padding: 8px;
}
.login-area-holder .login-sec .password:after{
	content:'';
	background: url('../images/lock.svg');
	width: 22px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 9px;
    background-repeat: no-repeat;
}
.login-area-holder .login-sec .password  .form-control{
	    padding-left: 32px;
}

.login-area-holder .login-sec .userName:after{
	content:'';
	background: url('../images/user.svg');
	width: 22px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 5px;
    background-repeat: no-repeat;
}
.login-area-holder .login-sec .userName  .form-control{
	    padding-left: 32px;
}
.login-area-holder .loginfooter{
	margin-top:0;
	border-top:0;
}
.login-area-holder .login-links{
	width:100%;
	float:left;
	padding:10px 0px;
}
.login-area-holder .login-links a{
	background:none;
	border:none;
	float:none;
	padding:5px;
	margin:0;
}
 @media only screen and (max-width: 699px)  {
.login-area-holder, .login-area-new{
    width:100%;
    margin:20px 0px;
}
.login-area-holder .login-form .form-check, .login-area-new .login-form .form-check{
	   
    flex-direction: column !important;
}
.login-area-holder .login-form .form-check .form-check-label, .login-area-new .login-form .form-check .form-check-label {
	
margin: 0 auto;
	

	}
	
.login-area-holder .login-form .form-check p, .login-area-new .login-form .form-check p{
	text-align:center;
	

	}
}

/*----------- category banner-------------*/
.category-banner-holder {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
category-banner-holder:after{
content: '';
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.category-banner-holder h1{
position: absolute;
z-index: 999;
color: #000;
width: 100%;
text-align: center;
bottom: 0;
font-family: 'Poppins-SemiBold';
font-size: 1.8em;
text-transform:uppercase;
padding:10px 0px;
background: rgb(230 230 232 / 88%);
margin:0px;
}
 
@media screen and (max-width: 699px) and (min-width: 319px) {
    .category-banner-holder:after{
        height: 25px;
    }
    .category-banner-holder h1{
        font-size: 1em;
         margin:3px 0px;
    }
}
/* offer style---------------*/


.ribbon { position: absolute;
margin-bottom: 30px;
text-transform: uppercase;
color: white;
z-index: 999;
left: 0px;
top: 54px;
width: 107px;
}
.ribbon4 {
position: absolute;
top: 15px;
padding: 5px 8px;
background: #da2f2f;
box-shadow: -1px 2px 3px rgba(0,0,0,.3);
border-radius:0px 5px 5px 0px;
text-align:center;
}
.ribbon4:before, .ribbon4:after {
content: "";
position: absolute;
}
.ribbon4:before {
width: 7px;
height: 100%;
top: 0;
left: -6.5px;
padding: 0 0 7px;
background: inherit;
border-radius: 5px 0 0 5px;
z-index: 999;
}
.ribbon4:after {
width: 6px;
height: 10px;
bottom: -5px;
left: -5.5px;
background: #680000;
border-radius: 5px 8px 2px 13px;
}
/*Express Delivery*/
.Fastdelivery{
width: 42px;
height: 34px;
background: rgb(41, 45, 56,.62);
position: absolute;
z-index: 99;
bottom: 190px;
padding: 4px;
border: 1px solid #aab0bb;
border-right:none;
}
.Fastdelivery .imgHolder{
width: 42px;
height: 27px;
top: -6px;
float: left;
overflow: hidden;
position: relative;
z-index: 9999999;
}
.Fastdelivery img{
margin-top: 10px;
z-index: 99999;
position: absolute;
left: 0px;
width: 44px;
animation-duration: 3s;
animation-name: slidein;
animation-iteration-count: infinite;
}
.deliveryText{
border-radius: 0px 5px 5px 0px;
position: absolute;
top: -1px;
white-space: nowrap;
width: 133px;
background: rgb(41, 45, 56,.62);
color: #fff;
padding: 4px; 
left: 41px;
padding-left: 16px;
border: 1px solid #aab0bb;
border-left: none;
font-family: 'Poppins-SemiBold';
}
.list-view .express-delivery-tag{
position: relative!important;
}

.list-view .express-delivery-tag .Fastdelivery{
position:relative!important;
bottom:0px;
}
.list-view .express-delivery-tag .Fastdelivery deliveryText{
left: 42px;
}
@keyframes slidein {
from {
left: -49px;
}
to {
left: 49px;

}
}
@media (min-width: 250px) and (max-width: 320px) {
.deliveryText{
white-space: normal;
width: 90px;
}
.Fastdelivery .imgHolder{
top: 6px;
}
.Fastdelivery {
height: 58px;
}

}
/** --- Pinterest ---- **/
.pinit {

position: absolute;
left: 7px;
top: 38px; 
z-index: 999;
}
/* Deal Menu Button */
.menu-deals-link {
	text-transform: uppercase;
	padding: 0px 10px !important;
	display: inline-block;
	margin-top: -17px;
	margin-left: 5px;
	margin-right: 5px;
}
.menu-deals-link span {
	display: inline-block;
	vertical-align: middle;
}

.menu-deals-link .r-offer-icon {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin-right: 2px;
	-webkit-animation: spin 6s linear infinite;
	-moz-animation: spin 6s linear infinite;
	animation: spin 6s linear infinite;
}

.menu-deals-link .deal-label {
width: 90px;
}
@media only screen and (max-width: 991px) {
	.menu-deals-link{
		margin-top: 0px;
	}
} 
@media only screen and (max-width: 768px) {
.menu-deals-link .deal-label{
width: 85px;
margin-left: -10px;
}
}

/* 02112021 */

@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .menu-deals-link {
        margin-top: 0px;
    }
    .menu-deals-link img {
        width: 55px!important;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .menu-deals-link {
        margin-top: 0;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .menu-bar.navbar {
        border-radius: 0px;
        height: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .menu-deals-link {
        margin-top: 0px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .menu-footer {
        display: none!important;
    }
    .navbar-nav {
        height: 40vh;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navbar-nav {
        height: 40vh;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .menu-footer {
        display: none!important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .menu-footer {
        display: none!important;
    }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .menu-deals-link {
        margin-top: 0px;
    }
    .menu-deals-link img {
        width: 55px!important;
        padding-top: 5px;
    }
}

/* 03-11-2021 -02 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .menu-deals-link {
        padding: 0px 0px!important;
    }
}
/*coupon*/

/* 19-10-2021 01  coupon code*/
.rui-btn-secondary {
	padding: 10px 20px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	border: none;
}

.rui-btn-secondary:hover {
	color: #fff;
}

.rui-coupon-card .r-view-all-coupon {
	color: #000;
	border: 2px dotted #fbd02e;
	display: block;
	padding: 5px 0px 5px;
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
}

.rui-coupon-card .r-view-all-coupon:hover {
	background: #fbd02e;
}

.rui-coupon-card .r-view-all-coupon .r-offer-icon {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin-right: 2px;
	-webkit-animation: spin 6s linear infinite;
	-moz-animation: spin 6s linear infinite;
	animation: spin 6s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rui-coupon-card .form-group {
	display: inline-block;
}

.rui-coupon-card .form-group .form-control {
	max-width: 150px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.rui-coupon-card .reg-holder .rui-btn-secondary {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: -4px;
	display: inline-block;
	vertical-align: middle;
}

.rui-coupon-card .reg-holder {
	float: none;
}

.rui-coupon-code-wrap {
	padding: 5px 0px;

}

.rui-coupon-card .rui-coupon-radio {
	max-height: 130px;
	overflow: auto;
	margin-top: 5px;
}

.rui-coupon-card .rui-coupon-radio div {
	clear: both;
	overflow: hidden;
}

.rui-coupon-card .rui-coupon-radio label {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #f5f5f5;
	font-weight: normal;
}

.rui-coupon-card .rui-coupon-radio input[type="radio"]:empty,
.rui-coupon-card .rui-coupon-radio input[type="checkbox"]:empty {
	display: none;
}

.rui-coupon-card .rui-coupon-radio input[type="radio"]:empty~label,
.rui-coupon-card .rui-coupon-radio input[type="checkbox"]:empty~label {
	position: relative;
	line-height: initial;
	margin-top: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0px 10px;
}

.rui-coupon-card .rui-coupon-radio input[type="radio"]:hover:not(:checked)~label,
~label {
	color: #000;
}

.rui-coupon-card .rui-coupon-radio input[type="radio"]:checked~label {
	color: #000;
}

.rui-coupon-card .rui-coupon-radio input[type="radio"]:focus~label:before,
.rui-coupon-card .rui-coupon-radio input[type="checkbox"]:focus~label:before {
	box-shadow: 0 0 0 3px #999;
}

.rui-coupon-card .rui-coupon-radio .rui-coupon-radio-default input[type="radio"]:checked~label:before {
	color: #000;
}

.rui-coupon-card .rui-coupon-radio .rui-coupon-radio-default input[type="radio"]:checked~label .rui-coupon-code {
	border-color: #fff;
	background-color: #fbd02e;
}

.rui-coupon-code {
	font-weight: 600;
	color: #000;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	vertical-align: middle;
	padding: 5px 10px;
	border-radius: 4px;
	margin-bottom: 5px;
	text-indent: initial;
	border: 2px dotted #fbd02e;
	min-width: 30%;
	width: auto;
}

.rui-coupon-code-description {
line-height: 1.2;
margin: 8px 5px;
text-indent: initial;
display: inline-block;
width: 55%;
vertical-align: middle;
} 
.rui-coupon-applied-wrap {
padding: 5px 30px 5px 5px;
background: #edf4e5;
margin-bottom: 5px;
text-align: center;
border-radius: 4px;
}
.rui-coupon-applied-wrap span{
	font-weight: 600;
}
.rui-coupon-applied-wrap .cap{
	font-size: 14px;
	display: inline-block;
	max-width:90%;
}
.rui-coupon-applied-wrap .cap span{
	border: 2px dotted #13811ccc;
	padding: 1px 5px;
	border-radius: 4px;
}
.rui-coupon-applied-wrap .cap-save{
	font-size: 14px;
	color: #13811ccc;
	display: inline-block;
	margin-left: 5px;
	font-weight: 600;
}
.rui-coupon-applied-wrap button.close {
opacity: .8!important;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
}
.rui-coupon-applied-wrap{

position:relative;

}
/* .rui-coupon-card .rui-coupon-radio .rui-coupon-radio-default input[type="radio"]:empty~label .rui-coupon-code {
border-color: #fff!important;
background-color: #fbd02e!important;
} */

/* Home Page Popup */
.deal-popup-container {}

.deal-popup-container .trigger {
    background-color: green;
    color: #fff
}

.deal-popup-container [class*="col-"] {
    padding: 0px;
}

.deal-popup-container .modal,
.deal-popup-container .fade,
.deal-popup-container .show {
    background-color: #0000005c;
    padding-left: 15px;
    padding-right: 15px
}

.deal-popup-container h2 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #000
}

.deal-popup-container .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
}

.deal-popup-container .close {
    position: relative;
    top: 48px;
    left: 13px;
    opacity: .6;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #1a1a1a;
}

.deal-popup-container .modal-header {
    border: none
}

.deal-popup-container .modal-header .close {
    padding: 0rem 1rem !important;
    margin: -1rem -1rem -1rem auto
}

.deal-popup-container .modal-body {
    border: none;
    background-color: white;
    padding: 0px;
    background-size: cover;
}

.deal-popup-container .modal-body .deal-popup-title-image {
    max-width: 550px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.deal-popup-container .modal-body .deal-popup-caption-image {
    width: 300px;
    max-width: 70%;
}

.deal-popup-container .close.focus,
.deal-popup-container .close:focus {
    outline: 0;
    box-shadow: none !important
}

.deal-popup-container .form-control {
    width: 80%;
    height: 50px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0.5px 0px 0px #dae0e5 !important;
    color: #63686c;
    font-weight: bold;
    font-size: 12px
}

.deal-popup-container .form-control.focus {
    border: none;
    border-color: #fff;
    border-bottom: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25)
}

.deal-popup-container .details {
    padding: 20px 20px 20px 20px;
}

@media (min-width:599px) {
    .deal-popup-container .modal-dialog {
        width: 550px;
    }
    .deal-popup-container .details {
        padding: 20px 20px 20px 20px
    }
}

@media (max-width:598px) {
    .deal-popup-container .modal-dialog {
        max-width: 600px;
    }
}

.deal-coupon-card {
    width: 400px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 10px 50px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.deal-coupon-card .copy-button {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.deal-coupon-card::after {
    position: absolute;
    content: "";
    height: 40px;
    right: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 25px;
    background-color: #fde1d8;
    width: 40px;
}

.deal-coupon-card::before {
    position: absolute;
    content: "";
    height: 40px;
    left: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 25px;
    background-color: #fde1d8;
    width: 40px;
}

.deal-coupon-card .copy-button {
    margin: 10px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.deal-coupon-card h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.deal-coupon-card .copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: 600;
}

.deal-coupon-card .copy-button button {
    padding: 5px 20px;
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
}

@media only screen and (max-width:578px) { 
    .deal-coupon-card {
        width: 100%;
        padding: 10px 25px
    }
}


 /*popup end*/
@media(max-width: 991px) {
.navbar-nav {
height:auto;
overflow:auto;
}
}


/* Slider on Mobile Enabled */

@media only screen and (max-width:766px) and (min-width:577px) {
    .fade-carousel,
	.fade-carousel .carousel-inner .item {
	height: 120px;
	}
    .fade-carousel .slides>div:first-child {
	height: 150px;
	}
    .carousel-control-prev {
        opacity: 1;
        background: none;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        top: 50%;
        transform: translateY(-50%);
    }
    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        background: none;
    }
}

@media only screen and (max-width:576px) {
.fade-carousel,
.fade-carousel .carousel-inner .item {
height: 130px;
}
.fade-carousel .slides>div:first-child {
height: 130px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
background: none;
}
.carousel-control-prev {
opacity: 1;
background: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
top: 50%;
transform: translateY(-50%);
}
}
/* Product QA Section */

.product-qa-wrap .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    position: absolute;
    color: grey;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-qa-wrap .panel-heading .accordion-toggle.collapsed:after {
    content: "\e114";
}

.product-qa-wrap .p-qa-header .btn,
.product-qa-wrap .p-qa-answer-modal .btn {
    border-radius: 4px!important;
}

.p-qa-header .p-qa-header-right {
    text-align: right;
}

.p-qa-header .p-qa-header-right span {
    padding: 0px 10px;
}

.p-qa-header {
    padding: 10px 0px;
}

@media only screen and (max-device-width: 990px) {
    .p-qa-header .p-qa-header-right {
        text-align: center;
        margin: 10px 0px;
    }
}

.p-qa-summary {
    padding: 10px 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 4px;
}

.p-qa-result-questions .panel-heading {
    padding: 15px 15px;
    background: #fff;
}

.p-qa-result-questions .panel-heading .panel-title .p-qa-marker {
    font-size: 12px;
    margin-bottom: 5px;
}

.p-qa-result-questions .panel-heading .panel-title a {
    width: 100%;
    display: inline-block;
    position: relative;
}

.p-qa-answer-item {
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.p-qa-answer-item .p-qa-answer p {
    margin-bottom: 5px;
    font-size: 14px;
	word-break: break-word;
}

.p-qa-answer-item .p-qa-answer .p-qa-marker {
    font-weight: 600;
}

.p-qa-answer-item .p-qa-answer-info {
    font-size: 12px;
}

.product-qa-wrap .p-qa-count {
    font-weight: 600;
    padding: 5px 0px;
}

.product-qa-wrap .p-qa-count span {
    font-size: 18px;
}

.p-qa-summary-right {
    text-align: right;
}

.p-qa-summary-right .p-qa-filter .form-control {
    max-width: 200px;
    display: inline-block;
}

.p-qa-search .form-control {
    height: 40px;
}

.p-qa-search .input-group-btn {
    height: 40px;
}

.p-qa-search .input-group-btn .btn {
    padding: 9px 20px;
}

.tabmenubar li .p-qa-tab {
    background-image: url(../images/faq-tab-icon.png);
}

.p-qa-question-item .p-qa-question-info {
    font-size: 12px;
    margin: 5px 0px;
}

.p-qa-question-item .p-qa-question {
    font-weight: 600;
    margin-bottom: 10px;
	word-break: break-word;
}

.p-qa-answer-modal .p-qa-question-item .p-qa-question {
    font-size: 16px;
}

.p-qa-answer-modal .p-qa-question-item {
    margin-bottom: 10px;
}
/* Coupon Code - Product Detail Page */

.rui-coupon-card-product-page .rui-coupon-code-description {
    margin: 1px 5px;
}

.rui-coupon-card .rui-coupon-code-description h5 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #0b6200;
    font-size: 16px;
    margin-top: 5px;
}

.rui-coupon-card .rui-coupon-code-copy {
    background: #fbd02e;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 5px;
} 
/* Product listing page - Offer Banner */
.category-offer-wrap {
    height: auto;
    clear: both;
    margin: 20px 0px 10px 0px;
    border: 2px dashed #ab7e7d;
    background: #fee0e0;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    background-image: url(../images/Banner_BG.jpg); 
    background-size: cover;
}

.category-offer-wrap h5 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #a51715;
    margin-bottom: 5px;
    margin-top: 10px;
}

.category-offer-wrap .category-offer-wrap-deal-img {
    width: 250px;
    max-width: 100%;
}

.category-offer-wrap .category-offer-wrap-cta {
    background: #000;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width:768px) {
    .category-offer-wrap .category-offer-wrap-deal-img {
        margin-top: 10px;
    }
    .category-offer-wrap h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width:576px) {
    .category-offer-wrap .category-offer-wrap-deal-img {
        margin-top: 10px;
    }
    .category-offer-wrap h5 {
        font-size: 16px;
    }
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
/* Track order header button */

.track-order {
background: #ffff;
background: linear-gradient(90deg, #ffffff 0%, #ffe785 85%, #ffe167 100%);
padding: 1px 15px 1px 15px;
font-weight: 600;
border-radius: 4px;
margin-top: 2px;
color: #000;
position: relative;
overflow: hidden;
vertical-align: middle;
}
.track-order:after {
    animation: shine 5s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}

.track-order a {
    color: #000;
}

.track-order img {
    width: 30px;
    margin-right: 10px;
}

@media only screen and (max-width:767px) {
.track-order {
padding: 2px 15px 2px 15px!important;
}
}

@media only screen and (max-width:576px) {
.track-order {
padding: 2px 5px 2px 5px!important;
margin-top: 6px;
}
.track-order img {
margin-right: 5px;
}
}
/* Home Banner Features Area */

.banner-features-wrap {
    clear: both;
    background: #363636;
}

.banner-features-wrap .container {
    max-width: 1170px;
}

.banner-features-wrap .banner-feature-item {
    color: #fff;
    margin: 5px 0px;
    padding: 2px 0px;
}

.banner-features-wrap div[class*="col-"]::after {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    background: #ffffff3b;
}

.banner-features-wrap div[class*="col-"]:last-child::after {
    width: 0px;
}

.banner-features-wrap .banner-feature-item .banner-feature-item-icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    overflow: hidden;
    vertical-align: middle;
}

.banner-features-wrap .banner-feature-item .banner-feature-item-icon img {
    max-width: 100%;
}

.banner-features-wrap .banner-feature-item .banner-feature-item-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 12px;
    text-align: left;
}

.banner-features-wrap .banner-feature-item .banner-feature-item-text .banner-feature-item-text-title {
    font-weight: 600;
    font-family: 'Poppins-semibold';
    margin-bottom: 2px;
    font-size: 16px;
    margin-top: 0px;
}

.banner-features-wrap .banner-feature-item .banner-feature-item-text .banner-feature-item-text-sub {
    color: #ddd;
    line-height: 1.2;
}

.banner-features-wrap .banner-feature-item .banner-feature-item-text .banner-feature-item-text-sub .banner-feature-text-sub-icon img {
    width: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.banner-features-wrap .banner-feature-item .banner-feature-item-text .banner-feature-item-text-sub .banner-feature-text-sub-icon:first-child img {
    margin-left: 0px;
}

.banner-features-wrap .banner-feature-item.highlighted-item {
    background: #fff;
    border-radius: 50px;
    background: linear-gradient(90deg, #ffffff 0%, #ffe26b 85%, #fbde67 100%);
}

.banner-features-wrap .banner-feature-item.highlighted-item .banner-feature-item-text .banner-feature-item-text-title {
    color: #000;
}

.banner-features-wrap .banner-feature-item.highlighted-item .banner-feature-item-text .banner-feature-item-text-sub {
    color: #000;
}


/* Best Selling Products  Page */

.rui-pl-top-title-banner {
    background: #56aeaf;
    padding: 5px 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    background: #f7f7f7 url('../images/test-bg.jpg') no-repeat top -196px right;
    border: 1px solid #ddd;
    background-size: initial;
}

.rui-pl-top-title-banner .text-container {
    z-index: 1;
    position: relative;
    border: 1px solid #fff;
    padding-bottom: 20px;
}

.rui-pl-top-title-banner .text-container .rui-pl-top-title-banner-title {
    color: #fff;
    font-family: 'Poppins-Bold';
    letter-spacing: 2px;
    display: inline-block;
    font-size: 46px;
    letter-spacing: -1px;
    text-transform: uppercase;
    background: #ffc100;
    background: -webkit-linear-gradient(35deg, #ffc100 25%, #ffef00 55%, #ffc100 80%);
    background: -moz-linear-gradient(35deg, #ffc100 25%, #ffef00 55%, #ffc100 80%);
    background: linear-gradient(35deg, #ffc100 25%, #ffef00 55%, #ffc100 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px 0px 0px 0px;
    margin-bottom: 0px;
}

.rui-pl-top-title-banner .text-container .rui-pl-top-title-banner-caption {
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-style: italic;
    font-family: 'Poppins-Italic';
}

.rui-product-list-container {
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rui-product-list-container>.row {
    margin: 0px;
}

.rui-product-list-container .rui-product-list-item {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    position: relative;
}

.rui-product-list-container .rui-product-list-item .best-selling-rank-tag {
    position: absolute;
    background: rgb(235, 184, 72);
    background: linear-gradient(303deg, #b58620 0%, #b38f43 100%, #bfa749 100%);
    padding: 2px 8px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    z-index: 10;
    border-radius: 4px 0px 0px 4px;
    letter-spacing: 2px;
}

.rui-product-list-container .rui-product-list-item .best-selling-rank-tag::after {
    content: '';
    width: 10px;
    top: 0;
    right: -10px;
    height: 100%;
    border-right: 10px solid #ffffff00;
    border-top: 28px solid #b4882a;
    position: absolute;
}



.rui-product-list-container .rui-product-list-item .product-grid {
    border: none;
    margin: 15px;
    position: relative;
}

.rui-product-list-container .rui-product-list-item .products-name {
    text-transform: capitalize;
    font-size: 14px!important;
    color: #000;
}

.rui-product-list-container .rui-product-list-item .product-grid .product-image>a {
    padding-top: 0px;
    height: 309px;
    padding-bottom: 0px;
}

.rui-product-list-container .rui-product-list-item .instock {
	left : 0; 
    top: 13%;
    border-radius: 4px;
    right: auto;
}

.rui-product-list-container .rui-product-list-item .freeship-label {
    text-transform: uppercase;
}

.rui-product-list-item-rate-wrap .rui-product-list-item-rate-web-price {
    font-weight: 800;
    font-size: 20px;
    font-family: 'Poppins-Bold';
    /* display: inline-block; */
    margin-right: 5px;
    color: #000;
}

.rui-product-list-item-rate-wrap {
    margin-bottom: 15px;
}

.rui-product-list-item-rate-wrap .rui-product-list-item-rate-web-price span {
    font-size: 16px;
    vertical-align: text-top;
}

.rui-product-list-item-rate-wrap .rui-product-list-item-rate-old-rate {
    /* display: inline-block; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #545454;
    text-decoration: line-through;
}

.rui-product-list-item-rate-wrap .rui-product-list-item-rate-old-rate span {
    font-size: 12px;
    vertical-align: top;
}

.rui-product-list-container .rui-product-list-item .Fastdelivery {
    bottom: 60px;
}

.rui-product-list-container .rui-product-list-item .Fastdelivery .imgHolder {
    top: 0;
    height: 34px;
}

.rui-product-list-container .rui-product-list-item .product-grid .product-image img {
    margin-top: 0px;
}

.rui-product-list-container .rui-product-list-item .rui-freeshipping-tag {
    background: #fff0f0;
    border: 1px solid #ff8a8a;
    text-align: center;
    padding: 2px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
    color: #bf1b1b;
    font-family: 'Poppins-SemiBold';
}

.rui-product-list-container .rui-product-list-item .rui-express-delivery-tag {
    padding: 2px 5px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #6cb1ff;
    background: #f6faff;
}

.rui-product-list-container .rui-product-list-item .rui-express-delivery-tag .rui-express-delivery-tag-image {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    height: 25px;
    overflow: hidden;
    position: relative;
}

.rui-product-list-container .rui-product-list-item .rui-express-delivery-tag .rui-express-delivery-tag-image img {
    max-width: 100%;
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    position: absolute;
    height: 25px;
}

.rui-product-list-container .rui-product-list-item .rui-express-delivery-tag .rui-express-delivery-tag-title {
    display: inline-block;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    font-style: italic;
    color: #003898;
    vertical-align: middle;
}

.rui-best-selling-products-category-nav {
    overflow-x: hidden;
    margin-top: 20px;
}

.rui-best-selling-products-category-nav a,
.rui-best-selling-products-category-nav .dropdown-btn {
    padding: 3px 6px 3px 10px;
    text-decoration: none;
    color: #000000;
    display: block;
    font-size: 14px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.rui-best-selling-products-category-nav a:hover,
.rui-best-selling-products-category-nav:hover {
    color: #000000;
}

.rui-best-selling-products-category-nav .active {
    color: black;
    font-weight: 600;
}

.rui-best-selling-products-category-nav .dropdown-container {
    display: none;
    padding-left: 15px;
}

.rui-best-selling-products-category-nav .fa-caret-down {
    float: right;
    padding-right: 8px;
    color: #000;
}

.rui-best-selling-products-category-nav .rui-widget-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding: 10px;
    margin: 0px;
}

@media screen and (max-height: 450px) {
    .rui-best-selling-products-category-nav {
        padding-top: 15px;
    }
    .rui-best-selling-products-category-nav a {
        font-size: 18px;
    }
}

.rui-product-list-item .freeshippingImg img {
	width: 90px;
}

/* best selling products page sidebar */

.rui-best-selling-products-sidebar .accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
    padding-left: 0px;
}

.rui-best-selling-products-sidebar .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 0px 15px 0px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ededed;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rui-best-selling-products-sidebar .accordion li:last-child .link {
    border-bottom: 0;
}

.rui-best-selling-products-sidebar .accordion .sidebar-product-name {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}

.rui-best-selling-products-sidebar .accordion .sidebar-product-count {
    display: inline-block;
    min-width: 32px;
    text-align: center;
    padding: 2px 5px;
    border-radius: 4px;
    background: #f1f1f1;
    vertical-align: top;
	float: right;
}

.rui-best-selling-products-sidebar .accordion li i {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 18px;
    color: #000000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rui-best-selling-products-sidebar .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.rui-best-selling-products-sidebar .accordion li.open .link {
    color: #000000;
}

.rui-best-selling-products-sidebar .accordion li.open i {
    color: #000000;
}

.rui-best-selling-products-sidebar .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rui-best-selling-products-sidebar .submenu {
    display: none;
    background: #ffffff;
    font-size: 14px;
    padding-left: 0px;
    list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rui-best-selling-products-sidebar .submenu li {}

.rui-best-selling-products-sidebar .submenu a {
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px 5px;
    padding-left: 10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	border-bottom: 1px solid #f1f1f1;
}

.rui-best-selling-products-sidebar .submenu a.active {
    font-weight: 600;
}

.rui-best-selling-products-sidebar .submenu a:hover {
    background: #fff3f5;
    color: #000;
}

@media only screen and (min-width:1501px) {
	.menu-deals-link .deal-label:first-child{
		display:block;
	}
	.menu-deals-link .deal-label:last-child {
		display: none;
	}
}

@media only screen and (max-width:1500px) {
	.menu-deals-link .deal-label:first-child {
		display: none;
	}
	.menu-deals-link .deal-label:last-child {
		display: block;
		width:80px;
	}
	.menu-deals-link {
		margin-top:0px;
	}
}
@media only screen and (min-width:1200px){
	.container {
		min-width: 1250px;
	}
}

@media only screen and (min-width: 1200px){
	.rui-best-selling-pl-left-col{
		width: 20%;
	}
	.rui-best-selling-pl-right-col{
		width: 80%;
	}
}
@media only screen and (min-width: 1700px){
	.rui-best-selling-pl-left-col{
		width: 15%;
	}
	.rui-best-selling-pl-right-col{
		width: 85%;
	}
}
@media only screen and (min-width: 1500px){
	.rui-product-list-container .rui-product-list-item:nth-child(4n) {
		border-right: 1px solid #fff;
	}
	
}
@media only screen and (max-width: 1499px) and (min-width:1200px){
	.rui-product-list-container .rui-product-list-item:nth-child(3n) {
		border-right: 1px solid #fff;
	}
	
}
@media only screen and (max-width: 1199px) and (min-width:769px){
	.rui-product-list-container .rui-product-list-item:nth-child(2n) {
		border-right: 1px solid #fff;
	}
	
}
@media only screen and (max-width: 768px){
	.rui-product-list-container .rui-product-list-item {
		border-right: 0px solid #fff;
	}
	.rui-pl-top-title-banner .text-container .rui-pl-top-title-banner-title{
		font-size: 28px;
		padding: 15px
	}
}
@media only screen and (max-width: 1499px){
	.rui-product-list-container .rui-product-list-item .product-grid .product-image>a {
		height: 290px;
	}
}
/* Track Order Page */

.track-order-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.track-order-container .text-container {
    margin-top: 50px;
}

.track-order-container .text-container .track-order-title-container {
    margin-bottom: 40px;
}

.track-order-container .text-container .track-order-title-container .track-order-title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.track-order-container .text-container .track-order-form-card {
    padding: 20px 25px;
    margin-bottom: 10px;
}

.track-order-container .text-container .track-order-form-card input {
    margin-bottom: 15px;
    height: auto;
    padding: 10px 15px; 
}

.track-order-container .text-container .track-order-form-card .btn {
    width: 100%;
    border-radius: 4px;
}

.track-order-container .media-container {
    padding: 20px;
}

.track-order-container .track-order-info-card {
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px 25px;
    background: #f9f9f9;
}

.track-order-container .track-order-info-card .track-order-info-card-title {
    font-weight: 600;
    color: #000;
}

.track-order-container .track-order-info-card .track-order-info-card-description {}

.track-order-container .track-order-info-card .track-order-info-item .track-order-info-item-title {
    font-weight: 600;
}

.track-order-container .track-order-info-card .track-order-info-item .track-order-info-item-image {
    width: 75px;
    background: #f7e5c8;
    border-radius: 50%;
    height: 75px;
    padding: 15px;
    margin: 10px auto;
}

.track-order-container .track-order-info-card .track-order-info-item .track-order-info-item-image img {
    width: 100%;
}

.track-order-container .track-order-info-card .track-order-info-item .track-order-info-item-title {
    color: #000;
    text-align: left;
}

.track-order-container .track-order-info-card .track-order-info-item .track-order-info-item-description {
    line-height: normal;
    text-align: left;
    font-size: 12px;
}


/* Track order header button */

.track-order {
    background: #ffff;
    background: linear-gradient(90deg, #ffffff 0%, #ffe785 85%, #ffe167 100%);
    padding: 3px 15px 3px 15px;
    background-size: cover;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 2px;
    color: #000;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.track-order:after {
    animation: shine 5s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}

.track-order a {
    color: #000;
}

.track-order img {
    width: 26px;
    margin-right: 10px;
}

@media only screen and (max-width:767px) {
    .track-order {
        padding: 2px 15px 2px 15px!important;
    }
}

@media only screen and (max-width:576px) {
    .track-order {
        padding: 2px 5px 2px 5px!important;
        margin-top: 6px;
    }
    .track-order img {
        margin-right: 5px;
    }
}

/* Zip Code Checker */
.zip-code-checker-widget {
padding: 10px 15px;
margin-bottom: 15px;
border: 1px solid rgb(221, 221, 221);
margin-top: 15px;
}



.zip-code-checker-widget .m-head {
margin: 5px 10px 5px 0;
display: inline-block;
width: auto;
color: #000;
vertical-align: top;
}
.zip-code-checker-widget .m-head .m-head-icon{
max-width: 25px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.zip-code-checker-widget .zip-code-checker-result{
background: #f6f6f6;
padding: 10px;
}
.zip-code-checker-widget .zip-code-checker-result .zip-code-checker-result-icon{
width: 16px;
height: 16px;
display: inline-block;
vertical-align: text-top;
margin-right: 3px;
}
.zip-code-checker-widget .zip-code-checker-result.zip-code-checker-result-success{
background: #eeffe9;
}
.zip-code-checker-widget .zip-code-checker-result.zip-code-checker-result-failed{
background: #fff3f3;
}
.zip-code-checker-widget .zip-code-checker-result .highlighted{
font-weight: 600;
color: #000;
}
.zip-code-checker-widget .did-floating-label-content {
position: relative;
display: inline-block;
vertical-align: middle;
min-width: 220px;
}


.zip-code-checker-widget .did-floating-label {
color: rgb(0, 0, 0);
font-size: 13px;
font-weight: normal;
position: absolute;
margin-bottom: 0px;
pointer-events: none;
color: #000;
left: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0px 5px;
background: rgb(255, 255, 255);
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.zip-code-checker-widget .did-floating-button{
position: absolute;
top: 0;
right: 0;
margin: 0px 0px;
background: #000;
color: #fff;
border: none;
padding: 8px 15px;
text-transform: uppercase;
}
.zip-code-checker-widget .did-floating-input, .did-floating-select {
display: block;
width: 100%;
height: 40px;
font-weight: 600;
font-size: 14px;
padding: 10px 15px;
background: rgb(255, 255, 255);
color: #000;
border: 1px solid rgb(221, 221, 221);
box-sizing: border-box;
}

 

.zip-code-checker-widget .did-floating-input:focus, .zip-code-checker-widget .did-floating-select:focus {
outline: none;
}



.zip-code-checker-widget .did-floating-input:focus ~ .did-floating-label, .zip-code-checker-widget .did-floating-select:focus ~ .did-floating-label {
top: 2px;
font-size: 11px;
}



.zip-code-checker-widget select.did-floating-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}



.zip-code-checker-widget .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
top: 2px;
font-size: 11px;
}
.zip-code-checker-widget .did-floating-input:not(:-ms-input-placeholder) ~ .did-floating-label {
top: 2px;
font-size: 11px;
}
.zip-code-checker-widget .did-floating-select:not([value=""]):valid ~ .did-floating-label {
top: 2px;
font-size: 11px;
}



.zip-code-checker-widget .did-floating-select[value=""]:focus ~ .did-floating-label {
top: 2px;
font-size: 11px;
}



.zip-code-checker-widget .did-floating-select:not([multiple]):not([size]) {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
background-position: right 15px top 50%;
background-repeat: no-repeat;
}



.zip-code-checker-widget .did-error-input .did-floating-input, .did-error-input .did-floating-select {
border: 2px solid rgb(157, 59, 59);
color: rgb(157, 59, 59);
}



.zip-code-checker-widget .did-error-input .did-floating-label {
font-weight: 600;
color: rgb(157, 59, 59);
}



.zip-code-checker-widget .did-error-input .did-floating-select:not([multiple]):not([size]) {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}



.zip-code-checker-widget .input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}



.zip-code-checker-widget .input-group .did-floating-input {
border-radius: 0px 4px 4px 0px;
border-left: 0px;
padding-left: 0px;
}



.zip-code-checker-widget .input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}



.zip-code-checker-widget .input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 400;
height: 34px;
color: rgb(50, 56, 64); 
padding: 0px 5px 0px 20px;
font-size: 12px;
text-align: center;
white-space: nowrap;
border-top: 1px solid rgb(61, 133, 216);
border-bottom: 1px solid rgb(61, 133, 216);
border-left: 1px solid rgb(61, 133, 216);
border-image: initial;
border-radius: 4px 0px 0px 4px;
border-right: none;
}
.breadcrumb-desc{
display:inline-block;
}
#read-more-btn{
display:inline-block;
}

/* Category Page */

.category-page-section {
margin-bottom: 50px
}
.category-p-title-section {
background: #f4f4f4;
padding: 20px 0 0
}
.category-p-title-section .breadcrumb {
padding: 0;
margin: 0 0 15px 0;
background: 0 0
}
.category-p-title-section .breadcrumb .breadcrumb-item a {
text-transform: uppercase;
color: #535353
}
.category-p-title-section .breadcrumb .breadcrumb-item a.active {
color: #aaa
}

.category-p-title-section .category-p-title-container {
background-color: #000;
padding: 0 0 20px;
border-radius: 4px;
background-repeat: no-repeat;
background-position: top right;
background-size: contain;
position: relative;
overflow: hidden;
margin-bottom: -30px
}
.category-p-title-section .category-p-title-container .black-bg-overlay {
background: -webkit-linear-gradient(4deg, #151515 0, #252525 85%, rgba(255, 255, 255, 0.0) 100%);
background: linear-gradient(86deg, #151515 0, #252525 85%, rgba(255, 255, 255, 0.0) 100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.category-p-title-section .category-p-title-container h2 {
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 34px;
color: #fff;
z-index: 5;
margin: 0 0 10px 0;
position: relative;
background: rgba(0, 0, 0, 0.36);
padding: 15px 30px 10px
}
.category-p-title-section .category-p-title-container .category-p-title-big {
position: absolute;
left: 60%;
top: 14px;
font-size: 77px;
font-weight: 600;
color: #ffffff17;
white-space: nowrap
}
.category-p-title-section .category-p-title-container .category-p-dec {
overflow-y: hidden;
line-height: 1.3;
text-align: justify;
color: #b6b6b6;
max-width: 90%;
position: relative;
margin-bottom: 0;
-webkit-transition: height .35s;
transition: height .35s;
padding: 0 30px;
}
.category-p-title-section .category-p-title-container .category-p-dec.show-more-height {
height: 100%
}
.category-p-title-section .category-p-title-container #category-p-dec-expand-btn {
display: none;
}
.category-p-sub-cat-section {
margin-top: 50px
}
.category-p-sub-cat-section .row {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px
}
.category-p-sub-cat-section .row:before,
.category-p-sub-cat-section .row:after {
width: 0;
}
.category-p-sub-cat-section div[class*=col-] {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
padding: 0 5px
}

.category-p-sub-item {
background: #fff;
box-sizing: border-box;
border-radius: 4px;
min-height: auto;
padding: 10px 25px;
-webkit-transition: all .35s;
transition: all .35s;
border: 1px solid #eaeaea;
position: relative;
overflow: hidden;
margin-bottom: 10px;
height: 100%;
cursor: pointer
}
.category-p-sub-item:hover {
background: #fff;
border: 1px solid #eaeaea;
box-sizing: border-box;
box-shadow: 0 4px 24px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.05);
}
.category-p-sub-item h4 {
margin-bottom: 20px;
font-weight: 600;
font-size: 18px;
max-width: 50%;
line-height: 1.4;
z-index: 5;
position: relative;
color: #000
}
.category-p-sub-item h4 a {
color: #000
}
.category-p-sub-item .category-p-sub-child-list {
list-style: none;
padding: 0;
z-index: 5;
position: relative;
}
.category-p-sub-item .category-p-sub-child-list a {
color: #666;
position: relative;
font-size: 15px;
-webkit-transition: all .35s;
transition: all .35s;
border-bottom: 1px solid #eee;
padding: 5px 0;
display: inline-block
}
.category-p-sub-item .category-p-sub-child-list a:hover {
color: #000;
padding-left: 5px
}

.category-p-sub-item .category-p-sub-child-list a:after {
content: '';
background-image: url(../images/small-arrow-black.svg);
position: absolute;
right: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 8px;
width: 20px;
opacity: 0;
background-repeat: no-repeat;
-webkit-transition: all .35s;
transition: all .35s
}
.category-p-sub-item .category-p-sub-child-list a:hover::after {
opacity: 1;
right: -30px
}
.category-p-sub-item .category-p-sub-item-img {
position: absolute;
top: 0;
right: 0;
border-radius: 0 0 0 50px;
overflow: hidden;
z-index: 0;
height: 100%
}
.category-p-sub-item:hover .category-p-sub-item-img {
z-index: 5;
}
.category-p-sub-item .category-p-sub-item-img img {
max-width: 200px;
max-height: 90%;
}
.category-p-sub-item .category-p-sub-item-img a {
display: inline-block;
height: 100%;
}
.category-p-sub-item .category-p-sub-item-img-overlay {
content: '';
position: absolute;
top: 0;
z-index: 1;
right: 0;
background: rgb(0, 0, 0, 0.1);
background: -webkit-linear-gradient(193deg, rgb(0, 0, 0, 0.1) 22%, rgb(255, 255, 255, 0.27) 43%, #fff 100%);
background: linear-gradient(257deg, rgb(0, 0, 0, 0.1) 22%, rgb(255, 255, 255, 0.27) 43%, #fff 100%);
height: 100%;
width: 100%;
-webkit-transition: opacity .5s linear;
transition: opacity .5s linear
}
.category-p-sub-item:hover .category-p-sub-item-img-overlay {
opacity: 0;
z-index: -1;
display: none;
}
.category-p-sub-item .category-p-sub-item-all-link {
position: absolute;
background: #000;
padding: 5px 10px;
color: #fff;
border-radius: 4px;
bottom: 10px;
z-index: 5;
right: 50px;
opacity: 0;
-webkit-transition: all .55s;
transition: all .55s;
}

.category-p-sub-item:hover .category-p-sub-item-all-link {
right: 10px;
opacity: 1;
z-index: 5;
}
@media (max-width:767px) {
.category-p-title-section .category-p-title-container h2 {
font-size: 24px
}
.category-p-title-section .category-p-title-container {
background-size: cover
}
.category-p-title-section .category-p-title-container .black-bg-overlay {
background: -webkit-linear-gradient(4deg, #151515 0, #252525 50%, rgba(255, 255, 255, 0.0) 100%);
background: linear-gradient(86deg, #151515 0, #252525 50%, rgba(255, 255, 255, 0.0) 100%)
}
.category-p-sub-item {
background: #fff;
box-sizing: border-box;
border-radius: 4px;
min-height: auto;
padding: 10px 25px;
-webkit-transition: all .35s;
transition: all .35s;
border: 1px solid #eaeaea;
position: relative;
overflow: hidden;
margin-bottom: 10px;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
cursor: pointer 
}
.category-p-sub-item h4 {
font-size: 16px;
margin-bottom: 10px
}
.category-p-sub-item .category-p-sub-child-list a {
font-size: 14px;
padding: 4px 0
}
.category-p-sub-item .category-p-sub-item-img img {
max-width: 110px;
max-height: 110px
}
.category-p-sub-item .category-p-sub-item-all-link {
opacity: 0;
right: 10px
}
}
@media (max-width:1024px) {
.category-p-sub-item .category-p-sub-item-img img {
max-width: 130px;
max-height: 100%
}
}
@media (max-width:576px) {
.category-p-title-section .category-p-title-container #category-p-dec-expand-btn {
position: relative;
color: #e6e6e6;
cursor: pointer;
padding: 0 30px;
display: block;
}
.category-p-title-section .category-p-title-container .category-p-dec {
height: 33px;
}
.category-p-title-section .category-p-title-container .category-p-dec.show-more-height {
height: 100%
}
}
.payment-g-icons-container .payment-g-icons-img {
width: auto;
max-width: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: 10px;
}
.freeshipping-info-modal {
    background-image: url(../images/freeshipping-popup-bg.jpg);
    border-radius: 0px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0%);
    border: 0px;
    background-size: 59%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.freeshipping-info-modal .modal-header {
    border-bottom: none;
}

.freeshipping-info-modal .freeshipping-info-modal-body {
    padding: 0px 50px 100px;
}

.freeshipping-info-modal .freeshipping-info-modal-body .title-container h4 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    width: 60%;
    margin-bottom: 20px;
}

.freeshipping-info-modal .freeshipping-info-modal-body .fim-post-title {
    font-size: 18px;
    color: #424242;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 80%;
}

.freeshipping-info-modal .freeshipping-info-modal-body .fim-tag-container {
    background: #ffffffb8;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    margin-bottom: 40px;
}

.freeshipping-info-modal .freeshipping-info-modal-body .fim-tag-container .fim-tag-img {
    display: inline;
    width: 40%;
    vertical-align: middle;
    margin-right: 10px;
}

.freeshipping-info-modal .freeshipping-info-modal-body .fim-tag-container .fim-tag-img img {
    max-width: 100px;
}

.freeshipping-info-modal .freeshipping-info-modal-body .fim-tag-container .fim-tag-text {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.freeshipping-info-modal .freeshipping-info-modal-body .fim-tag-container .fim-tag-text p {
    color: #000;
    text-align: left;
    font-family: 'Poppins-Bold';
    line-height: 1.6;
    margin-bottom: 0px; 
}

.freeshipping-info-modal .freeshipping-info-modal-body .fim-rules li {
    line-height: 1.5;
    margin-bottom: 15px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width:574px) {
    .freeshipping-info-modal .modal-content {
        background-size: 100%;
    }
    .freeshipping-info-modal .freeshipping-info-modal-body {
        padding: 0px 23px 100px
    }
    .freeshipping-info-modal .freeshipping-info-modal-body .title-container h4 {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .freeshipping-info-modal .modal-content {
        background-size: 100%;
    }
    .freeshipping-info-modal .freeshipping-info-modal-body {
        padding: 0px 23px 100px
    }
    .freeshipping-info-modal .freeshipping-info-modal-body .fim-post-title {
        text-align: left;
    }
}
/* 21-03-2022 update - free shipping info page*/

.freeshipping-info-page .page-content {
    background-image: url(../images/freeshipping-popup-bg.jpg);
    border-radius: 0px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0%);
    border: 0px;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.freeshipping-info-page .page-header {
    border-bottom: none;
}

.freeshipping-info-page .freeshipping-info-page-body {
    padding: 30px 50px 100px;
}

.freeshipping-info-page .freeshipping-info-page-body .title-container h4 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    width: 60%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.freeshipping-info-page .freeshipping-info-page-body .fim-post-title {
    font-size: 18px;
    color: #424242;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 80%;
}

.freeshipping-info-page .freeshipping-info-page-body .fim-tag-container {
    background: #ffffffb8;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    margin-bottom: 40px;
    width: 70%;
}
@media only screen and (max-width:1199px){
    .freeshipping-info-page .freeshipping-info-page-body .fim-tag-container {
        width: 100%;
    }
}
.freeshipping-info-page .freeshipping-info-page-body .fim-tag-container .fim-tag-img {
    display: inline;
    width: 40%;
    vertical-align: middle;
    margin-right: 10px;
}

.freeshipping-info-page .freeshipping-info-page-body .fim-tag-container .fim-tag-img img {
    max-width: 94px;
}

.freeshipping-info-page .freeshipping-info-page-body .fim-tag-container .fim-tag-text {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.freeshipping-info-page .freeshipping-info-page-body .fim-tag-container .fim-tag-text p {
    color: #000;
    text-align: left;
    font-family: 'Poppins-Bold';
    line-height: 1.6;
    margin-bottom: 0px;
}

.freeshipping-info-page .freeshipping-info-page-body .fim-rules li {
    line-height: 1.5;
    margin-bottom: 15px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width:574px) {
    .freeshipping-info-page .page-content {
        background-size: 100%;
    }
    .freeshipping-info-page .freeshipping-info-page-body {
        padding: 0px 23px 100px
    }
    .freeshipping-info-page .freeshipping-info-page-body .title-container h4 {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .freeshipping-info-page .page-content {
        background-size: 100%;
    }
    .freeshipping-info-page .freeshipping-info-page-body {
        padding: 0px 0px 140px;
    }
    .freeshipping-info-page .freeshipping-info-page-body .fim-post-title {
        text-align: left;
    }
}
@media (min-width: 992px) {
.col-md-20p{
width: 20%;
}
}
/* 22-03-2022 Update - newsletter popup*/

.modal-newsletter-popup .modal-content {
    border-radius: 0px;
}

.modal-newsletter-popup .modal-body {
    padding: 0px 420px 0px 0px;
    background-size: cover;
    background-position: right;
}

.modal-newsletter-popup .modal-header {
    border-bottom: 0px;
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 10px;
    background: #ffffffc7;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.modal-newsletter-popup .modal-header .close {
    margin-top: 0px;
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-newsletter-popup .modal-newsletter-wrap {
    padding-top: 56px;
    padding-bottom: 51px;
    padding-left: 40px;
    padding-right: 40px;
    /* max-width: calc(100%); */
    margin: 0px 0px auto;
    text-align: center;
    background: #fff;
}

.modal-newsletter-popup .modal-newsletter-wrap .image-logo .logo {
    display: block;
    margin: 0 auto 10px;
    width: 390px;
}

.modal-newsletter-popup .modal-newsletter-wrap .title h4 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #222;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.4em;
    font-family: 'Poppins-Bold';
}

.modal-newsletter-popup .modal-newsletter-wrap .newsletter-popup-content {
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 33px;
    line-height: 1.75em;
    color: #999;
}

.modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter {
    position: relative;
    width: 400px;
    margin: auto;
}

.modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter .control input {
    padding-right: 120px;
    border: none;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #666;
    height: 48px;
    padding-left: 14px;
    width: 100%;
}

.modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter .control input:focus {
    outline: none;
}

.modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter .actions {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter .actions .action.subscribe {
    padding: 9px 20px;
    min-width: auto;
    text-transform: uppercase;
    background-color: #222;
    border-color: #222;
    color: #fff;
    border-radius: 0px;
    height: 48px;
}

.modal-newsletter-popup .modal-newsletter-wrap .mgs-gdpr-checkbox {
    margin-top: 15px;
}

.modal-newsletter-popup .modal-newsletter-wrap .mgs-gdpr-checkbox input {
    display: inline;
}

.modal-newsletter-popup .modal-newsletter-wrap .mgs-gdpr-checkbox label.label {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #666;
    white-space: normal;
}

.modal-newsletter-popup .modal-newsletter-wrap .checkbox.dont-show-popup {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    margin-bottom: 0
}

.modal-newsletter-popup .modal-newsletter-wrap .checkbox.dont-show-popup label {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #666;
    padding-left: 0px;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 970px
    }
}

@media (max-width: 992px) {
    .modal-newsletter-popup .modal-body {
        padding: 0px;
    }
    .modal-newsletter-popup .modal-newsletter-wrap .image-logo .logo {
        width: 80%;
    }
    .modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter {
        width: 100%;
    }
    .modal-newsletter-popup .modal-newsletter-wrap .title h4 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .modal-newsletter-popup .modal-newsletter-wrap .image-logo .logo {
        width: 100%;
    }
}
@media (max-width: 520px) {
	.modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter .actions {
	position: static;
	margin-top: 20px;
	}
	.modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter .actions .action.subscribe{
	width: 100%;
	}
	.modal-newsletter-popup .modal-newsletter-wrap .form-group.newsletter .control input{
	padding-right: 14px;
	}
}
/* footer changes -23-03-2022 */
/* New Footer Changes */

.rui-footer {
    background: #fff;
    padding: 0px;
}

.rui-footer-cont-1 {
    background: #1a1a1a;
    padding: 20px 0px 0px;
    border-bottom: 1px solid #2a2a2a;
}

.rui-footer-cont-2 {
    background: #202020;
    padding: 20px 0px 5px;
}

.rui-footer-cta-item {
    margin-bottom: 25px;
}

.rui-footer-cta-item .rui-footer-cta-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.rui-footer-cta-item .rui-footer-cta-para {
    color: #bdbdbd;
}

.rui-footer-cta-item .rui-footer-cta-list {
    list-style: none;
    padding-left: 0px;
}

.rui-footer-cta-item .rui-footer-cta-link {
    text-transform: capitalize;
    color: #bdbdbd;
    transition: all .5s;
}

.rui-footer-cta-item .rui-footer-cta-link:hover {
    color: #fff;
    padding-left: 10px;
}

.rui-footer-cta-item .rui-footer-cta-list-inline {
    list-style: none;
    padding-left: 0px;
}

.rui-footer-cta-item .rui-footer-cta-list-inline li {
    display: inline-block;
    margin-right: 8px;
}

.rui-footer-cta-item .rui-footer-cta-list-inline li .social-link {
    display: inline-block;
    transition: all .5s;
}

.rui-footer-cta-item .rui-footer-cta-list-inline li .social-link:hover {
    transform: translateY(-5px);
}

.rui-footer-cta-item .rui-footer-cta-list-inline li .social-icon {
    max-width: 36px;
}

.rui-footer-subscribe-form {
    position: relative;
    width: 100%;
}

.rui-footer-subscribe-form-bg {
    background-image: url(../images/mail-ff-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.rui-footer-subscribe-form input {
    width: 100%;
    height: 45px;
    line-height: 41px;
    padding-left: 20px;
    padding-right: 130px;
    border: 0;
    color: #000;
    background: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
}

.rui-footer-subscribe-form input:focus {
    outline: none;
}

.rui-footer-subscribe-form input::placeholder {
    color: #979ca5;
    font-size: 14px;
}

.rui-footer-subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    line-height: 45px;
    background: #fcbe00;
    color: #000;
    text-transform: uppercase;
    padding: 0 25px;
    border: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.rui-footer-subscribe-form .sm-ic {
    width: 20px;
    margin-right: 5px;
}

.rui-footer-bottom {
    background: #161616;
    padding: 10px 0px 10px;
}

.rui-footer-bottom {
    color: #bdbdbd;
}

.rui-footer-bottom p {
    margin-bottom: 0px;
    color: #bdbdbd;
}

.rui-footer-bottom a {
    color: #bdbdbd;
}

.rui-footer-bottom a:hover {
    color: #fff;
}

@media (max-width: 992px) {
    .rui-footer-cta-item .rui-footer-cta-title {
        font-size: 15px;
    }
}

@media (max-width: 520px) {
    .text-xs-center {
        text-align: center;
    }
}
.footer{

background: #202020;

}
@supports(-webkit-overflow-scrolling:touch) {
input,textarea,.form-control {
font-size: 16px!important
}

}
 /* 05-04-2022 Update free shipping tag on cart*/
            
.free-ship-offer-tag {
color: #000;
padding: 5px 5px;
position: relative;
border-radius: 8px;
margin-top: 20px;
border: 2px solid #fff;
box-shadow: 2px 2px 6px 0px #0000002e;
}

.free-ship-offer-tag::before {
content: '';
position: absolute;
top: -5px;
width: 78px;
left: 6px;
height: 4px;
background: #333333;
z-index: -1;
}

.free-ship-offer-tag .fsot-img {
width: 80px;
top: -10px;
z-index: 2;
position: absolute;
animation: pinned .45s infinite linear alternate;
}

.free-ship-offer-tag .fsot-text {
display: inline-block;
width: 137px;
line-height: 1.2;
vertical-align: middle;
margin-left: 84px;
padding: 2px 0px;
}

.free-ship-offer-tag .fsot-text span {
font-family: 'Poppins-Bold';
}

.free-ship-offer-tag .fsot-mv {
width: 48px;
display: inline;
}

@-webkit-keyframes pinned {
0% {
top: -10px;
}
100% {
top: -13px;
}
}

.free-ship-offer-tag.free-ship-offer-tag-lg .fsot-img {
animation: none;
}

.free-ship-offer-tag.free-ship-offer-tag-lg .fsot-text {
width: auto;
padding: 10px 0px;
margin-right: 10px;
font-size: 14px;
}

.free-ship-offer-tag.free-ship-offer-tag-lg .fsot-text span {
font-size: 14px;
}

@media only screen and (max-width:574px) {
.free-ship-offer-tag.free-ship-offer-tag-lg .fsot-mv {
display: none;
}
}


.free-del-progress-bar {
border: 1px solid #d5d5d5;
padding-top: 2px;
margin: 5px 0px 0px;
color: #000;
text-align: center;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.free-del-progress-bar-strip {
margin-top: 2px;
height: auto;
width: auto;
background: #fcbe00;
background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
max-width: 100%!important;
min-width: 0%!important;
background-size: 40px 40px;
animation: move 2s linear infinite;
}
@-webkit-keyframes move {
0% {
background-position: 0 0
}
100% {
background-position: 40px 0
}
}
@-moz-keyframes move {
0% {
background-position: 0 0
}
100% {
background-position: 40px 0
}
}
@-ms-keyframes move {
0% {
background-position: 0 0
}
100% {
background-position: 40px 0
}
}
@-o-keyframes move {
0% {
background-position: 0 0
}
100% {
background-position: 40px 0
}
}
@keyframes move {
0% {
background-position: 0 0
}
100% {
background-position: 40px 0
}
}
.free-del-progress-bar-strip.progress-bar-strip-lg {
height: 8px;
}
.free-del-progress-bar span {
color: #407502;
font-family: 'Poppins-Bold';
}
.free-del-progress-bar-img {
display: inline-block;
width: 35px;
margin-right: 5px;
vertical-align: middle;
border-radius: 4px;
text-align: center;
}
.free-del-progress-bar-img img {
width: 26px;
margin: 4px;
}
.free-del-progress-bar-text {
display: inline-block;
vertical-align: middle;
}
 /* 07-04-2022 Update */
            
 .margin-auto {
     margin: auto;
 }
 
 .px-10px {
     padding-left: 10px;
     padding-right: 10px;
 }
 .sectigo-badge img{
 max-width:96px;
}
.sectigo-badge{

display:inline-block;

}
.faq-div{
	word-break:break-word;
}

/* 12-04-2022 Update */
.header-holder{
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
}
.rui-header-bot-navbar{
    background: #f9f9f9;
}
/* @media screen and (max-width:991px){
    .rui-header-bot-navbar{
       display: none;
    }
} */
@media screen and (min-width:991px){
.mobile-cat-menu{
display: none;
}
}
.rui-header-catmenu{display: -webkit-box;display: -ms-flexbox;display: flex;position: relative;border-top: 1px solid #ebebeb;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.rui-header-catmenu .rui-catmenu-m-link{
    padding: 0px 0px;
    border-right: 0px;
}

.rui-header-catmenu .rui-catmenu-m-link:after{
    content: '';
    position: relative;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    right: 0px;
    background: #d7d7d7;
    display: inline-block;
    vertical-align: middle;
}
.rui-header-catmenu .rui-catmenu-m-link:last-child::after{
    display: none;

}
.rui-catmenu-dropdown-bg-text{
    position: absolute;
    font-size: 111px;
    font-family: 'Poppins-Bold';
    right: 0;
    bottom: 1px;
    height: 50px;
    color: #f3f3f3;
    z-index: -1;
}
.rui-atmenu-m-link-icon{
    display: inline-block;
    background: #fcbe00;
    border-radius: 50%;
    margin-right: 8px;
}
.rui-atmenu-m-link-icon img{
    padding: 4px;
    height: 24px;
    width: 24px;
}
.rui-header-catmenu .rui-catmenu-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rui-header-catmenu .rui-catmenu-left .rui-catmenu-m-link:first-child{
    padding-left: 0px;
}
.rui-header-catmenu .rui-catmenu-right{
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rui-header-catmenu .rui-catmenu-right .rui-catmenu-m-link:last-child{
    padding-right: 0px;
}
@media screen and (max-width:1199px){
    .rui-header-catmenu .rui-catmenu-right{
    margin-right: auto;
}
}
.rui-header-catmenu .rui-catmenu-right{
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rui-header-catmenu .rui-catmenu-m-link.dropdown{
position: unset;
}
.rui-header-catmenu .rui-catmenu-m-link > a{
    padding: 10px 5px 10px 5px;
    color: #000;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    font-size: 13px;
    border-bottom: 2px solid #0000;
    transition: border-bottom .2s;
}
.rui-header-catmenu .rui-catmenu-m-link > a:hover{
    border-bottom: 2px solid #000;
}
.rui-header-catmenu .rui-catmenu-m-link.show > a{
    border-bottom: 2px solid #000;
}
.rui-catmenu-m-link.dropdown .menu-arrow{
    background: url(../images/menu-icon.png) no-repeat center center;
    width: 10px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.rui-catmenu-m-link-dropdown{
    max-width: 100%;
    min-width: 100%;
    border-radius: 0px;
    padding: 10px 10px;
    margin-top: 0px;
    border: 1px solid #ddd;
    z-index: -1;
}

.rui-catmenu-m-link-dropdown-sub-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    overflow: auto;
    max-height:calc(100vh - 400px);
    min-height: 470px;
}


.rui-catmenu-dropdown-sub-menu-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 5px;
    width: 20%;
    padding: 0px 10px;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .rui-catmenu-dropdown-sub-menu-col {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 45px
    }
}

.rui-catmenu-dropdown-sub-menu-col+:last-child .DropDown_columnTitle_ec:first-child {
    margin-bottom: 7px
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .rui-catmenu-dropdown-sub-menu-col+:last-child {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9
    }
}
.rui-catmenu-dropdown-sub-menu-col h4{}

.rui-catmenu-dropdown-sub-menu-col h4 a{
    color: #121212;
    font-size: 15px;
    text-transform: uppercase;
}
.rui-catmenu-dropdown-sub-menu-col a{
    color: #555;
    -webkit-transition: padding .35s;
    -o-transition: padding .35s;
    transition: padding .35s;
}
.rui-catmenu-dropdown-sub-menu-col a:hover{
    color: #000;
    padding-left: 5px;
    font-weight: 600;
}
.rui-catmenu-dropdown-sub-menu-col a:last-child{
    margin-bottom: 5px;
}
.rui-catmenu-m-link a:hover .rui-atmenu-m-link-icon{
    background: #fcbe00;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.dropdown-submenu-links{
    list-style: none;
    padding-left: 0px;
        }
        .dropdown-submenu-link .menu-arrow{
            display: none!important;
        }
        .rui-header-bot-navbar .menu-bar{
background: none;
min-height: auto;
border-radius: 0px;
border: none;
}
.rui-header-bot-navbar .menu-bar .navbar-collapse{
margin: 0px;
}
.rui-d-catemenu-only{
    display: none;
}
@media(max-width: 991px) {
 .rui-d-catemenu-only{
     display: block;
 }
}
@media(max-width: 991px) {
    .rui-header-bot-navbar .menu-bar{
        background: #fff;
    }
    .rui-header-catmenu{
        display: block;
        border-top: 0px;
    }
    .rui-header-catmenu .rui-catmenu-left{
        display: block;
    }
    .rui-header-catmenu .rui-catmenu-right{
        display: block;
    }
    .rui-catmenu-m-link-dropdown-sub-menu{
        display: block;
        min-height: auto; 
    }
    .rui-catmenu-dropdown-sub-menu-col{
        display: block;
        width: 100%;
    }
    .rui-header-catmenu .rui-catmenu-m-link > a{
        padding: 15px 0px;
        border-bottom: 1px solid #ddd;
        font-size: 1.5rem;
        font-family: 'Poppins-Regular';
        transition: all 0s;
        color: #000!important;
        padding: 10px 0px!important;
        border-bottom: 1px solid #ddd;
    }
    .rui-catmenu-dropdown-sub-menu-col-link{
        font-family: 'Poppins-Regular'!important;
        font-weight: 400!important;
        padding: 10px 0px;
        border-bottom: 1px solid #e9e9e9;
        display: block;
    }
    .rui-header-catmenu .rui-catmenu-m-link > a:hover{
        border-bottom: 1px solid #ddd;
    }
    .rui-header-catmenu .rui-catmenu-m-link:after{
        display: none;
    }
    .dropdown-submenu-link{
        display: block;
        
    }
    .dropdown-submenu-links li{
        padding: 3px 0px;
    }
    .rui-catmenu-dropdown-sub-menu-col{
        background: #f5f5f5;
    }
    .rui-catmenu-dropdown-sub-menu-col h4{
        margin: 5px 0px;
        
    }
    .rui-catmenu-dropdown-sub-menu-col > a:last-child{
        margin-bottom: 0px;
    }
    .dropdown-submenu-links{
        display: none;
        list-style: none;
        padding-left: 0px;
    }
    .dropdown-submenu-links a{
        display: block;
    }
    .rui-catmenu-m-link-dropdown{
        padding: 0px;
    }
    .dropdown-submenu-link .menu-arrow{
        display: inline-block!important;
        float: right!important;
    }
    .menu-arrow{
        float: right!important;
    }
    .rui-catmenu-dropdown-sub-menu-col a:hover{
        padding-left: 0px;
    }
    .rui-catmenu-dropdown-sub-menu-col{
        padding-right: 20px;
    }
}
.rui-catmenu-dropdown-sub-menu-col h4 a.link-grey{
    border-bottom: 2px solid #ddd5cd;
    color: #525252;
    }
    .rui-d-catemenu-only{
    display: none;
    font-weight: 600;
    font-family: 'Poppins-SemiBold'; 
    font-size: 13px;
    color : #000; 
    }
.rui-catmenu-m-link-dropdown.dropdown-menu {

max-height:100vh;

}
@media(max-width:1620px) and (min-width:991px){

    .rui-catmenu-m-link-dropdown-sub-menu{

        max-height: calc(100vh + 200px);

    }

    .rui-catmenu-dropdown-sub-menu-col{

        width:auto;

    }

}
@media(max-width:991px) and (min-width:765px){
.rui-catmenu-m-link.open .rui-catmenu-m-link-dropdown.dropdown-menu.show{
display: block!important;
}
.rui-catmenu-m-link-dropdown.dropdown-menu.show{
display: none!important;
}
}
@media(max-width: 991px) {
.rui-header-catmenu {
max-height: 80vh;
overflow-x: scroll;
}
} 

@media(max-width: 425px) {
   .rui-header-catmenu {
        max-height: 60vh;
        overflow-x: scroll
    }
}
.lg-submenu{
max-height: 550px;
min-height: 550px;
}
@media(max-width: 1199px) {
.lg-submenu{
max-height: 750px;
min-height: 750px;
}
}
.sm-submenu{
max-height: 280px;
min-height: 280px;
}
@media(max-width: 991px) {
.lg-submenu{
max-height: 280px;
min-height: 280px;
}
}
/* Product detail-stock- 06-05-22 */

.leftin-stock {
    background-color: rgb(241, 241, 241);
    padding: 6px 12px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
}
.leftin-stock p{
    color: #c10e0e;
    margin-bottom: 0;
    font-family: 'Poppins-SemiBold';
} 
/* rating */
/* Update 04-05-2022 */
.del-rating{
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.del-rating .text-container{
    margin-left: 5px;
}
.del-rating .rating{
    padding-bottom:0px;
    margin-bottom: 0px;
}
.del-rating .form-group{
    padding: 3px 0px;
    margin-bottom: 10px;
}
.del-rating .form-card{
    box-shadow: 0 4px 6px -1px #00000008, 0 2px 4px -1px #00000014;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 20px 20px 20px 20px ;
    background: #fff;
    border-radius: 4px;
}
.del-rating label {
    font-size: 13px;
    margin-bottom: 0;
    vertical-align: text-bottom;
    padding-left: 2px;
    line-height: 23px;
    font-weight: 500;
}
.del-rating .checkbox-inline{
    margin-left: 0px;
    padding-left: 0px;
}
.del-rating textarea.form-control{
    font-size: 12px;
}
.del-rating .checkbox-inline span:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.del-rating .checkbox-inline span{
    position: relative;
    padding:8px 10px;
    z-index: 10;
    display: inline-block;
    border: 1px solid #767676;
    margin-right: 15px;
}
.del-rating input[type=checkbox]:checked + span{
    color: #fff;
}
.del-rating input[type=checkbox]:checked + span:after{
    background-color: rgb(29, 29, 29);
}
.del-rating .rating img{
    opacity: 1;
}
.del-rating .rating .active ~ a img{
    opacity: 0.3;
}
.del-rating .form-card .rating3{
	clear:both;
}
.del-rating .form-card .rating5{
	clear:both;
}
.rating .rating-emojy{
    min-width: 26px !important;
}

@media(max-width:992px) and (min-width:571px) {
    .del-rating{
        width: 100%;
        max-width: 78%;
    }
    .del-rating .checkbox-inline{
        width: 100%;
    }
}

  
  .rui-custom-check-1 input + label {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.62);
    padding: 8px 20px 8px 45px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
  }

  .rui-custom-check-1 input + label:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 17px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    color: #cdad2c;
  }
  
  .rui-custom-check-1 input:checked + label {
    border-color: #fff;
    background: #fff;
    border: 1px solid #a0a0a0;
    color: #333;
    box-shadow: 0 4px 6px -1px #00000008, 0 2px 4px -1px #00000014;
  }
  .rui-custom-check-1 input:checked + label:before {
    content: '\e084';
    font-family: 'Glyphicons Halflings';
    background: none;
    border: 0px;
    width: auto;
    height: auto;
  }
.border-radius-4{
    border-radius: 4px;
}
.del-rating .rating a{
padding: 0px 0px;
display: inline-block;
vertical-align: top;
width: 30px;
height: 26px;
}
 
.del-rating .form-card .rating a p {
    display: block;
    margin-bottom: 0;
    margin-top: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.del-rating .rating .red-rating{
    color: #f13131;
}
.del-rating .rating .green-rating{
    color: #03ac65;
}
.delivered-container {
    padding-top: 8px;
    padding-bottom: 8px;
}
.delivered-img-container {
    max-width:60px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.delivered-img-container img{
    border-radius: 4px;
}
.delivered-text-container{
    display: inline-block;
    text-align: left;
}
.delivered-text-container h4, .delivered-text-container p{
    margin-bottom: 0px;
}
.delivered-text-container h4{
    color: #1d8609;
}

@media screen and (max-width: 572px) {
    .del-rating{
        max-width: 94%;
    }
    .delivered-text-container{
        max-width: 60%; 
    }
    .delivered-text-container p{
        text-align: left;
    }
    .del-rating .rating a img{
        width: 30px;
    }
    .del-rating .rating a{
        padding: 0px 6px;
    }
    .del-rating .form-group .list-inline>li{
        width: 100%;
    }
    .del-rating .form-group .list-inline>li label{
        width: auto;
        text-align: left;
    }
    .del-rating .form-card .rating a p{
        font-size: 10px;
    }
    
}



@media(max-width:571px) and (min-width:320px)  {
    .del-rating .rating a img{
        width:23px;
    }
}
/*new rating star 13-05-22*/

.stars .star {
    display: inline-block;
  }
  .stars .star input[type=checkbox] {
    display: none;
  }
  .stars .star input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
  }
  .stars .star input[type=checkbox] + label:before {
    content: "";
    color: lightgray;
    margin-right: 10px;
    font-size: 18px;
  }
  .stars .star input[type=checkbox]:checked + label:before {
    content: "";
    color: gray;
    margin-right: 10px;
    font-size: 18px;
  }
  .rating-stars-feebback{
      width: 100%;
  }
  .rating-stars-feebback fieldset{
  	  width:auto;
  	  display:inline-block;
 }
  .rating-stars-feebback .emojy-container{
  display:inline-block;
  margin-left:10px;
  min-width:auto !important;
  }
  .rating-stars-feebback .emojy-container img{
  	vertical-align:baseline
  }
  .rating-stars-feebback .emojy-container .emojyList{
  	position:static;
  	right:auto;
  	top:auto;
  	float:none;
  }
  .rating-stars-feebback .star{
      min-width: 0 !important;
      margin-bottom: 5px;
  }

  .rating-stars-feebback label::after {
    background-image: url(../images/rating.svg);
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    position: absolute;
}
.rating-stars-feebback label{
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}
.rating-stars-feebback input[type=checkbox]:checked + label::after{
    background-image: url(../images/rating-active.svg);
}
/* menu images*/
.sub-menu-img-col{

    min-height: 470px;

    max-height: calc(100vh - 400px);

    margin-bottom: 0;

}

.sub-menu-img{

    max-height: 270px;

}



@media (max-width: 1620px) and (min-width: 991px){

    .rui-catmenu-m-link-dropdown-sub-menu{

        max-height: calc(100vh - 400px);

    }

}

@media screen and (max-width: 990px) {

.sub-menu-img{

    width: auto;

    display: none;

}

.sub-menu-img-col{

    min-height: auto;

}

}



@media(max-width:1199px) and (min-width:1024px)  {



    .sub-menu-img{

        width: 170px;

    }

}
.lg-submenu{

    max-height: 550px !important;

    min-height: 550px !important;

}

@media(max-width: 1199px) {

    .lg-submenu{

        max-height: 750px !important;

        min-height: 750px !important;

    }

}

.sm-submenu{

    max-height: 280px !important;

    min-height: 280px !important;

}

@media(max-width: 991px) {

    .lg-submenu{

        max-height: 280px !important;

        min-height: 280px !important;

    }

}
.d-block{
	display:block !important;}
}

/* Product-review 25-05-22 */
.product-review .delivered-text-container h4{
    color: #000;
}

/* 27-05-22 create review */
.create-review .delivered-container{
    display: flex;
    align-items: center;
    padding-top:0;
    padding-bottom: 0;
}
.create-review .delivered-img-container{

    max-width: 75px;

}
.create-review .delivered-img-container img{
    margin-right: 15px;
    width: 75px !important;
    object-fit: contain;
    height: 75px;
} 
.create-review .headline-input {
    width: 100%;
    min-height: 35px;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 3px;
    padding-left: 15px;
}
.create-review .rate-block{
    margin-bottom: 20px;
}
.create-review .rate-block h5{
    margin-bottom: 4px;
}
.create-review .rating h4{
    margin-bottom: 20px;
}
.create-review .review-purchase{

margin-bottom:24px;

}

.create-review .review-purchase h5{

height: 46px;
overflow: hidden;

}
.clearboth {

    clear: both;

}
.review-purchase img {
height: 70px;
width: auto;
object-fit: contain;
}

@media screen and (max-width: 990px) {

.create-review .review-purchase {
border-bottom: solid 1px #dfdfdf
padding-bottom: 16px;
margin-bottom: 16px;
}

}
.review-purchase img {
height: 70px;
width: auto;
object-fit: contain;
}



@media screen and (max-width: 990px) {

.create-review .review-purchase {
border-bottom: solid 1px #dfdfdf
padding-bottom: 16px;
margin-bottom: 16px;
}

}

/* 03-06-22 whats-new*/

.whats-new-menu {
    display: inline-block;
    box-shadow: 0px 2px 18px 3px #e1e1e1;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    height: 134px;
    transition: all .3s ease-in-out;
    width: 200px;
    text-align: center;
    margin-left:15px;
    margin-right:15px;
    margin-top: 12px;
}
.whats-new-menu.all::before{
  display: block;
}
.whats-new-menu.all h4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #424242;
    transition: all .3s ease-in-out;
   }
.whats-new-menu:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    opacity: 0.8;
    transition: all .3s ease-in-out;
    background-color: #000000;
}
.whats-new-menu img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: baseline;
}
.whats-new-menu h5 {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color: #fff;
    transition: all .3s ease-in-out;
    width:100%;
    bottom:8%;
}
.whats-new-menu:hover:before {
    background-color:#000;
    opacity: 0.6;
    height:100%;
}
.whats-new-menu:hover.whats-new-menu h5{
    bottom:40%;
}
.whats-new-menu.all:hover h4 {
    color: white;
}

.whats-new-menu.active::before {
    background-color: #000;
    opacity: 0.6;
    height: 100%;
}
.whats-new-menu.active h5{
    bottom: 40%;
}
.whats-new-banner .banner-bg{
    background: rgb(54 54 54 / 66%);
}
.whats-new-banner .text-container .rui-pl-top-title-banner-title{
   -webkit-text-fill-color: #fff;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 6px;
}
.whats-new-banner{
    border-radius: 10px;
    overflow: hidden;
    background: #f7f7f7 url(../images/test-bg.jpg);
}
.whats-new-banner .text-container{
    border: none;
}
.whats-new-banner .text-container .rui-pl-top-title-banner-caption{
    font-style: normal;
    font-family: 'Poppins-Regular';
}
.whats-new-img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
@media (max-width: 991px){
    .whats-new-menu{
       height: 106px;
	   width: 37%;
    }
}
@media (max-width: 389px){
    .whats-new-menu {
        height: 106px;
	    width: 37%;
    }
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.whats-new-filter h2{
    display: inline-block;
    font-size: 13px;
    margin: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-left: 15px;
}
.whats-new-filter .price-slider .tooltip{
    margin-top: -44px;
} 
.whats-new-filter .price-slider{
    display: inline-block;
    width: 50%;
    margin-top: 0;
} 
@media (max-width: 991px){
.whats-new-menu.all h4 {
font-size: 16px;
top: 40%;
}
.whats-new-menu h5{
bottom: 7%;
padding: 0 3px;
font-size: 12px;
}
} 
/*new css for right menu*/
@media(min-width: 1200px) {
.menu-bar .navbar-nav.navbar-right>li>a{
padding:8px 6px;
}
}
@media (min-width: 1200px) and (max-width: 1704px) {
.sectigo-badge img{
max-width:80px;
}
.payment-g-icons-container .payment-g-icons-img{
max-width: 300px;
vertical-align: middle;
margin-bottom: 0;
}
}
@media (max-width: 502px){
.payment-g-icons-container .payment-g-icons-img{
max-width:262px;}
.sectigo-badge img {
max-width: 76px; 
} 
}
/*new arrival annimation 23-06-2022*/

/*new arrival annimation 23-06-2022*/
.waviy span {
    position: relative;
    display: inline-block;
    color: #fff;
    animation: waviy 1s;
    animation-delay: calc(.1s * var(--i));
    font-size: 11px;
    letter-spacing: -2px;
    font-weight: 800;
    animation-iteration-count: 3;
}
.waviy {
    text-align: center;
    margin-top: 8px
;
}
.arrival-ribbon {
    position: absolute;
    width: 146px;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
}
.arrival-list { 
padding: 0 5px;
    width: 156px;
}
.arrival-list a {
    padding: 0 !important;
    width: 100%;
}
@keyframes waviy {
    0%,40%,100% {
      transform: translateY(0)
    }
    20% {
      transform: translateY(-8px)
    }
  }
@media (max-width: 1200px){
    .arrival-ribbon {
        top: 0;
    }
}
@media (max-width: 991px){
    .arrival-list{
        width: auto !important;
    }
    .waviy{
    text-align: center;
    display: inline-block;
    margin-left: 2px;
    width: 123px;
    margin-top: 1px;
    }
    .arrival-ribbon{
        left: 10px;
        transform: none;
        width: 122px;
    }
}

@media (max-width: 1200px){
.arrival-list {
width: 195px !important;
}
}

/* top sellers mobile section 27-06-22*/

.top-sell-mobile {
    background-color: #eaeaea;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 0px;
    display: none;
}
.top-sell-mobile  .tab-content {
    padding: 0 30px;
}
.top-sell-mobile .product-holder .item{
    padding: 10px 0;
}
.top-sell-mobile .tab-content>.tab-pane{
 display: none;   
}
.top-sell-mobile .tab-content>.tab-pane.active{
    display: block;   
}
.top-sell-mobile .nav-tabs {
    border-bottom:none;
    text-align:left;
    padding-left: 15px;
}
.top-sell-mobile .nav-tabs>li{
    float: none;
    display: inline-block;
}
.top-sell-mobile .nav-tabs>li.active>a{
    border: none;
}
.top-sell-mobile .nav-tabs>li>a{
    border: none;
    border-radius: 50px;
    background-color: #363636;
    color: #fff;
}
.top-sell-mobile .nav-tabs>li{
    margin-right: 15px;
    margin-bottom: 15px;
}
.top-sell-mobile .product-image {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.top-sell-mobile .product-content {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
}

.top-sell-mobile .product-image img {
    object-fit: cover;
    height: 80px;
    width: 80px;
    border-radius: 4px;
}

.top-sell-mobile .product-grid .product-image>a {
    min-height: 0 !important;
    padding: 0;
    text-align: left;
}
.top-sell-mobile .product-grid{ 
    vertical-align: middle; 
    margin-bottom: 0;
    background-color: #fff;
    padding: 14px;
    border: none;
    border-radius: 8px;
    margin-bottom: 16px;
}
.top-sell-mobile h3 {
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 0px 0px;
    color: #000;
    font-family: 'Poppins-SemiBold';
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 4px;
    
}
.top-sell-mobile .price{
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
    color: #5da163;
    letter-spacing: 0px;
}
.top-sell-mobile .productSlider.owl-theme .owl-controls{
    top: 45% !important;
    display: none !important;
}
.tab-scroll{
    overflow-y: scroll;
}
.tab-scroll::-webkit-scrollbar{
    display: none;
}
.tab-scroll ul{
    white-space: nowrap;
}
.tab-scroll ul a{
    padding: 10px 25px;
}
@media (max-width: 769px){
    .top-sell-mobile .product-grid .product-image>a{
        min-height: 0;
        height: auto;
    }
    .top-sell-mobile{
        display: block;
    }
    .recentlys{
    display:none;}
}
/*category banner */
.category-offer-banner{
    background-position:right;
}
.category-offer-banner .img-fluid{
    width:100%
}
.category-offer-banner .text-col{
    margin-top: 6%;
}
.category-offer-banner .text-col h5{
    color: #2d2d2d;
    font-weight: bolder;
    font-size: 20px;
    font-style: italic;
    text-shadow: 3px 3px 0 #ffef85, -1px -1px 0 #ffef85, 1px -1px 0 #ffef85, -1px 1px 0 #ffef85, 1px 1px 0 #ffef85;
}
@media screen and (max-width: 1300px){
    .category-offer-banner .text-col{
        margin-top: 6%;
    }
}
@media screen and (max-width: 1199px){
    .category-offer-banner{
        background-position:unset;
    }
    .category-offer-banner .text-col h5{
        font-size:20px;
        margin-bottom:4%; 
    }
}
@media screen and (max-width: 900px){
    .category-offer-banner .text-col{
        margin-top: 2%;
    }
    .category-offer-banner .text-col h5{
        font-size:20px;
    }
}
@media screen and (max-width:991px){
    .category-offer-banner .img-fluid{
        width:40%;
    }
}
@media screen and (max-width:764px){
    .category-offer-banner .img-fluid{
        width:60%;
    }
}
/* 05-07-2022 - search top freeship text */
.navbar-form .free-ship-text {
    display: block;
    color: #BC5136;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    margin-top: -24px;
}
@media (max-width: 769px){
    .navbar-form .free-ship-text {
         margin-top: 0px;} 
} 
/* 06-07-2022 - category items*/
.category-grid .rating-stars-feebback label::after{
    width: 20px;
    height: 20px;
}
.category-grid .rating-stars-feebback label {
    margin-right: 6px;
    line-height: 14px;
}
.category-grid .rating-stars-feebback {
	line-height:10px;
	display:inline;
	vertical-align: text-bottom;
}
.category-grid .rating-stars-feebback .star,.rating-stars-feebback .stars,.rating-stars-feebback .rating-stars-feebback {
    line-height: 15px;
   /* margin-bottom:0;*/
}
.category-grid .rating-stars-feebback.rating-hide{
    visibility: hidden;
}
.category-grid .item-rate .new-rate{
    font-size: 21px;
    margin-right: 5px;
}
.category-grid .freeship-label{
	padding: 4px 3px;
}
.category-grid .item-rate .old-rate{ 
    font-size: 17px;
    margin-right: 1px;
    color: #000;
}
.category-grid .products-name{
	font-family:'Poppins-Regular';
	text-transform:none;
}
.category-grid  .star-rating-no {
    display: inline-block;
    margin-left: 4px;
    vertical-align: text-bottom;
    color:green;
}
.category-grid .item-rate .rate-off{
   color: #cb2121;
} 
.product-grid .Fastdelivery{
	bottom:220px
}
.product-grid .Fastdelivery.Fastdelivery-list {
    bottom: -40px;
}
@media (max-width: 769px){
    .product-grid .Fastdelivery.Fastdelivery-list {
    bottom: -40px;
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 0;
    height:auto;
}
.product-grid .Fastdelivery.Fastdelivery-list .deliveryText{
	position: static;
    width: 100%;
    padding-right: 16px;
    text-align: center;
}
.category-grid .freeship-label{
	float: left!important;
    margin-bottom: 9px;
    margin-top: 6px;
    font-size: 14px;
    padding: 7px;
    margin-left: 15px;
}
} 
.no-padding{
 padding: 0;
}

@media (min-width: 1500px) and (max-width: 1572px) {
    .category-grid .rating-stars-feebback label::after {
        width: 15px;
        height: 15px;
    }
    .category-grid .rating-stars-feebback label {
        margin-right: 2px;
    }
    .category-grid .rating-stars-feebback {
        vertical-align: middle;
    }
    .category-grid .freeship-label {
        padding: 0px 2px;
        font-size: 12px;
    }
    .category-grid .item-rate .new-rate {
    font-size: 18px;
    margin-right: 0px;
}
.category-grid .item-rate .old-rate{
	font-size:16px;
}
.category-grid .star-rating-no {
    font-size: 11px;
    line-height: 15px;
    vertical-align: middle;
}
.category-grid .item-rate .rate-off {
    color: #cb2121;
    font-size: 13px;
}

}
@media only screen and (min-width: 1500px){
.category-result-box {
   padding:0px 5px;
}
}
.category-grid .item-id {
display: inline-block;
}
@media(max-width: 769px) {
.product-grid .Fastdelivery {
bottom: 280px;
}
}
@media(max-width: 1024px) {
.category-grid .rating-stars-feebback {
vertical-align: super;
}
.category-grid .star-rating-no {
vertical-align: middle;
}
} 
@media(max-width: 1024px) {
.navbar-form .free-ship-text{
letter-spacing:1px;}
}
/* search box*/
.ui-menu-item a.ui-menu-item-wrapper{
    height:auto;
    display:block;
}
.ui-menu-item{
background-color:#f5f5f5;
}
.ui-menu-item:hover a{
border:solid 1px ;
background-color:#4a8931;
}
.ui-menu-item a.ui-menu-item-wrapper:hover{
    background-color:#4a8931;
}
.search-holder input,.mobile-searchholder input {
    min-width: 250px!important;
    border: 0;
    box-shadow: none;
    padding: 5px;
    background: #fff;
    border-right: 0;
    width: 100%;
}
  .ui-dialog[aria-describedby="dialog"] .ui-widget-header{
	display:none;
}
.ui-dialog[aria-describedby="dialog"] {
    border: none;
    width: auto !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    padding: 0;
}   
.wish-modal {
    background-color: #373737 !important; 
    min-height: 50px !important;
    color: #fff;
    padding: 6px 23px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.wish-modal::before{
    position:absolute;
    content: '';
}

 .wish-modal .ui-dialog-titlebar{
    display: none;
}  

.wish-modal img{
     width: 30px;
} 


.wholesaleqty {
    font-size: 11px;
    width: 75%;
    margin-left: 2px;
}
.wholesalespan{
	padding-left:6%;
}
@media (max-width:575px){
.wholesaleqty{
	font-size: 8px;
    width: 98%;
    margin-left: 2px;
}
.wholesalespan{
	padding-left:0px;
	font-size:10px;
	display:block;
	text-align:center;
}
} 
@media(max-width: 756px) {

.menu_content.wholesale-list p {
    float: none;
    text-align: center;
}

.wholesale-list span.spinner {
    width: 100%;
}


.wholesale-list p input.btn {
    margin-top: 6px;
}

}
.wholesale-list input[type=number] {
color: black;
}
}
/* wishlist page 16/08/2022 */
.wishlist-page{
    margin: 40px 0;
}

.wishcard {
    display: inline-block;
    width: 18%;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 10px;
    position: relative;
    background-color: #e7e7e7;
    border: solid 1px #e7e7e7;
    margin-top: 0;
}
.wishtab .img-container img {
    width: 100%;
    object-fit: cover;
    height: 215px;
}


.wishcard h4 {
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
    word-break: break-all;
    height: 48px;
    overflow: hidden;
}
.wishcard h5 {
    color: #000000;
    margin-bottom: 2px;
    font-size: 13px;
    word-break: break-all;
    height: 30px;
    overflow: hidden;
}

.wishcard .text-container {
    padding: 0 12px;
}
.wishcard a.addToCartCls {
    display: block;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    margin-top: 5px;
    transition: all .3s ease-in-out;
    background-color: #4ba55f;
}
.wishcard .price {
    display: inline-block;
    margin-right: 4px;
    font-size: 17px;
    font-weight: bold;
}

.wishcard .price.old-price {
    font-size: 15px;
    font-weight: normal;
    text-decoration: line-through;
    color: #454545;
}
.wishtab .remove img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    vertical-align: super;
}
.wishcard .remove {
    position: absolute;
    right: 4px;
    background-color: #e7e7e7;
    width: 24px;
    height: 24px;
    padding: 6px;
    top: 4px;
    transition: all .3s ease-in-out;
    border-radius: 6px;
}
.wishcard .text-container a:hover{
    background-color: #000;
}
.wishcard .remove:hover{
    background-color: #000;
}
.wish-modal {
    background-color: #373737;
    min-height: 50px !important;
    color: #fff;
    padding: 6px 23px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 0px;
    width: 100% !important;
}
.wish-modal .tick{
	margin-right:4px;
}
.wish-modal::before{
    position:absolute;
    content: '';
}
.wish-modal img{
     width: 30px;
}
.wish-modal .ui-dialog-titlebar{
    display: none;
}
.wish-left-card {
    padding: 4px 14px;
    background-color: #e7e7e7;
    margin-top: 15px;
    border-radius: 5px;
}

.wish-left-card .name {
    color: #000000;
    font-weight: 700;
    font-size: 13px;
}

.wish-left-card a {
    color: #000;
    font-size: 11px;
    display: block;
}

.wish-left-card a:hover {
    color: #4ba55f;
}
.wishtab {
    margin-top: 10px;
    border-left: solid 1px #ccc;
}
.wishtab .grid-change button img{
    width: 100%;
}
.wishtab .grid-change button{
    padding: 0;
    background-color: transparent;
    border: none;
    margin-right: 7px;
    width: 16px;
}
.grid-change {
    margin-bottom: 10px;
    margin-left: 10px;
}
.wishcard.wishcard-column-list {
    width: 100%;
    display: flex;
    align-items: center;
}

.wishcard.wishcard-column-list .img-container {
    width: 23%;
    display: inline-block;
}

.wishcard.wishcard-column-list .text-container {
    display: inline-block;
    width: 24%;
    margin-left: auto;
}
.center-column {
    margin: 26px;
    margin-right: 40px;
}
.center-column h3 {
    font-size: 16px;
    font-weight: bold;
}
.wishcard.wishcard-column-list a.addToCartCls { 
    padding: 6px 38px;
    display: inline-block;
}

@media screen and (max-width:1600px){
    .wishcard{
        width: 22%;
        margin: 15px 10px;
    }
}
@media screen and (min-width: 1200px) {
.wishcard.wishcard-column-list {
    width: 70%; 

}
}
@media screen and (max-width:1200px){
    .wishcard{
        width: 30%;
        margin: 15px 5px;
    }
   
    .wishcard.wishcard-column-list .img-container {
       width: 160px;
       display: inline-block;
    }
    .wishcard.wishcard-column-list .text-container {
        display: inline-block;
        width: 62%;
    }
    .center-column {
        margin: 16px;
        margin-right: 0;
    }
}
@media screen and (max-width:991px){
    .wishcard{
        width: 30%;
        margin: 15px 5px;
    }
    .wishcard.wishcard-column-list .img-container {
        width: 160px;
    }
    .wishcard.wishcard-column-list .text-container h4 { 
        font-size:12px ;
    }
    .wishtab{
        border-left: none;
    }
}
@media screen and (max-width:604px){
    .wishcard{
        width: 30%;
    }
    .wishlist-page {
        margin: 70px 0;
    }
    .wishlist-page .tab-btn{
        padding: 4px 20px;
    }
    .center-column h3 {
        font-size: 14px;
        font-weight: bold;
    }
    .wishcard.wishcard-column-list .img-container {
        width: 97%;
    }
    .wishcard.wishcard-column-list .text-container {
        display: inline-block;
        width: 66%;
    }
}
@media screen and (max-width:500px){
    .wishcard {
        width: 47%;
        margin: 15px 4px; 
    }
    .wishcard.wishcard-column-list {
        flex-wrap: wrap;
    }
    .wishcard.wishcard-column-list .img-container {
        width: 100%;
        height: 242px;
        margin-left:0;
    }
    .center-column h3{
        margin-top: 0;
    }
    .center-column{
        margin-bottom: 0;
    }
}
@media screen and (max-width:380px){
    .wishcard{
        width: 100%;
    }
}
.wishcard .item-options{
	position:relative;.wish-card-icon {
    position: absolute;
    left: 7px;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
}



.wish-card-icon img {
    width: 100%;
}
}

/* end wishlist page 16/08/2022 */

/*wish card on category page */
.wish-card-icon {
    position: absolute;
    right: 7px;
    z-index: 4; 
    top: 6%;
    transform: translateY(-50%);
    width: 26px;
}

.wish-card-icon img {
    width: 100%;
}
.wish-btn {
    background: linear-gradient(90deg,#d9f0ff 0,#80d0ff 85%,#7dceff 100%);
    padding: 6px 26px;
    color: #000;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    border: none;
    border-radius: 29px;
}

.wish-btn img {
    width: 15px;
    margin-right: 8px;
}
.wish-btn.wish-btn-remove
{
	background-color:#797979 !important;
} 
/*icon*/
.header-wishicon {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin-right: 4px;
}

.header-wishicon a {
    color: #373737;
}

.header-wishicon img {
    width: 25px;
}

.header-wishicon p {
    margin: 0;
}
@media(min-width: 992px) and (max-width:1199px) {

.main-logo img {
    width: 350px;
}

}
@media (max-width: 769px){

.category-grid .freeship-label.green {
        float: none;  !important;
        margin-left: 2px;
    }

}
@media(max-width: 750px) {

.wishtab .img-container img {
    height: 100%;
}

}
.add-cart-offer.free-ship-offer-tag.free-del-progress-bar-strip {
    margin-top: 15px;
    text-align: center;
    background-color: #88c7fb;
}
.add-cart-offer.free-ship-offer-tag.free-del-progress-bar-strip:before {
    display: none;
}
.add-cart-offer.free-ship-offer-tag .fsot-text {
    margin: 0 14px;
    width: auto;
}
.category-grid .offermsg { 
    text-align: left;
     position: absolute;
     bottom: 0;
     transform: translateX(-50%);
     left: 50%;
     width: 100%;
     color:#0e9b0e;
     padding-left:6px;
   
}
.category-grid .offermsg.list { 
	position:static;
	transform :none;
	padding-left :0;
	}
@media(max-width: 1024px){

.category-grid .offermsg {
    bottom: 44px;
    text-align: center;
    background-color: #fff;
    padding: 0;
}

}
@media(min-width: 1490px) and (max-width:1600px) {
	
.category-grid .offermsg {
	font-size:12px;
}
	
}
/*unsubcribe start*/
.unsubcribe-container form {
    float: left;
    width: 18%
}

.unsubcribe-container .top-rate-items {
    width: 80%;
    float: left;
    margin-left: 2%
}

.unsubcribe-container .result-box {
    width: 16.66666666666667%
}

.unsubcribe-container .top-rate-items .rui-product-list-container .rui-product-list-item .product-grid .product-image>a {
    height: 181px
}

@media only screen and (max-width: 1655px) {
    .unsubcribe-container .result-box {
        width:25%
    }
}

@media only screen and (max-width: 1499px) {
    .unsubcribe-container .top-rate-items .rui-product-list-container .rui-product-list-item .product-grid .product-image>a {
        height:170px
    }
}

@media only screen and (max-width: 1499px) {
    .unsubcribe-container .result-box {
        width:25%
    }
}

@media only screen and (max-width: 1200px) {
    .unsubcribe-container .result-box {
        width:33.33333333%
    }
}

@media only screen and (max-width: 1150px) {
    .unsubcribe-container form {
        width:25%
    }
}

@media only screen and (max-width: 1100px) {
    .unsubcribe-container form {
        width:18%
    }

    .unsubcribe-container .top-rate-items {
        width: 70%
    }
}

@media(max-width: 992px) {
    .unsubcribe-container .result-box {
        width:50%
        margin:left;
    }

    .unsubcribe-container form { 
        float: left;
        width: 100%;
        display: block
    }

    .unsubcribe-container .top-rate-items {
        width: 100%
    }
    .unsubcribe-container .top-rate-items {
        width: 100%;
        margin-left: 0;
   } 
}

@media(max-width: 450px) {
    .unsubcribe-container .result-box {
        width:100%
    }

    .unsubcribe-container .top-rate-items .product-grid .product-image>a {
        min-height: 200px
    }

    .unsubcribe-container form {
        float: left;
        width: 100%;
        display: block
    }
}

.unsubcribe-more {
    text-align: center;
    display: block;
    margin-top: 40px
}

.unsubcribe-more a {
    background-color: #fff;
    padding: 8px 26px;
    color: black;
    border: solid 2px
}

.unsubcribe-container .rui-product-list-container .rui-product-list-item:nth-child(4n) {
    border-right: 1px solid #ddd
}

@media only screen and (min-width: 1500px) {
    .unsubcribe-container .rui-product-list-container .rui-product-list-item:nth-child(4n) {
        border-right:1px solid #ddd
    }
}

@media only screen and (max-width: 1499px) and (min-width:1200px) {
    .unsubcribe-container .rui-product-list-container .rui-product-list-item:nth-child(3n) {
        border-right:1px solid #ddd
    }
}

@media only screen and (max-width: 1199px) and (min-width:769px) {
    .unsubcribe-container .rui-product-list-container .rui-product-list-item:nth-child(2n) {
        border-right:1px solid #ddd
    }
}

@media only screen and (max-width: 768px) {
    .unsubcribe-container .rui-product-list-container .rui-product-list-item {
        border-right:0 solid #ddd
    }
}

.unsubcribe-container .rui-product-list-container .rui-product-list-item .best-selling-rank-tag {
    margin-top: -8px
}

.unsubcribe-container .rui-product-list-container .rui-product-list-item .instock {
    top: 14%
}

.unsubcribe-container .rui-product-list-item-rate-wrap .rui-product-list-item-rate-old-rate {
    display: inline-block;
    font-size: 12px;
}

.unsubcribe-container .rui-product-list-item-rate-wrap .rui-product-list-item-rate-web-price {
    display: inline-block;
    font-size: 14px;
}

.unsubcribe-container .rui-product-list-item-rate-wrap .rui-product-list-item-rate-web-price span {
    font-size: 13px;
    vertical-align: bottom;
    margin-left: 0;
}

.unsubcribe-container .rui-product-list-item .freeshippingImg img {
    width: 54px;
}

@media only screen and (max-width: 1050px) and (min-width:1000px) {
    .unsubcribe-container .rui-product-list-item .freeshippingImg img {
        width:50px
    }

    .unsubcribe-container .rui-product-list-item-rate-wrap .rui-product-list-item-rate-web-price {
        font-size: 16px
    }
}

.product-grid .product-content .row >div {padding-right: 0;}
 


/* unsubcribe-end */

/* product-compare */
.product-compare table{
    width: 100%;
}
.product-compare .product img{
     height: 180px;
    width: 100%;
    object-fit: contain;
}
.product-compare .product h3 {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    /*font-weight: bold;*/ 
    height: 40px;
    overflow: hidden;
	color: #000;
	margin-top: 9px;
	margin-bottom:0;
}
.product-compare .product h3 span{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    font-weight: bold; 
    height: 40px;
    overflow: hidden;
	color: #000;
	margin-top: 9px;
}
.product-compare .product .itemid{
	color:#000;
	font-weight:normal;
	margin-bottom:0;
}

.product-compare .product .addToCartCls {
    background-color: #008080; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: normal;
    display: block;
}   

.product-compare .product {
    padding: 10px;
    border: solid #d9d9d9 1px;
    border-radius: 6px;
    min-width: 140px;
}
th.fixed-col {
    width: 160px;
}
.product-compare{
    width: 100%;
    position: relative;
    border-radius: 10px;
    border: solid 1px #e7e7e7;
}
.product-compare .h-scroll{
     margin-left: 0;
    margin-bottom: 15px;
}
.product-compare .h-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    margin-left: 50px;
  }
.product-compare .h-scroll::-webkit-scrollbar-thumb {
    background: #337ab7; 
    border-radius: 10px;
    width: 100px;
  }
  .product-compare .h-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    width: 50%;
  }
  .product-compare .h-scroll::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }
  .product-compare .fixed-col{
    position: sticky;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    margin-left: 15px;
}
.product-compare tr:nth-child(even) {background-color: #f2f2f2;}
.product-compare tr:nth-child(even) .fixed-col {background-color: #f2f2f2;}
.product-compare .star-rating-no {
    display: inline;
    vertical-align: bottom;
    color: #337ab7;
}
.product-compare .rating-stars-feebback{
    display: inline-block;
    width: auto;
}
.product-compare .rating-stars-feebback .stars{
    display: inline-block;
}
.product-compare .rating-stars-feebback label::after{
     width: 100%;
     height: 100%;
}
.product-compare .rating-stars-feebback label{
    margin-right: 0;
    width: 18px;
    margin-bottom: 0;
}
.product-compare td, .product-compare th{
    padding: 10px 8px;
}
.product-compare .rating-stars-feebback .star{
    margin-bottom: 0;
}
.product-compare td.price {
    color: #128929;
    font-weight: bold; 
}

h2.compare-h {
    border-bottom: solid #ccc 1px;
    padding-bottom: 7px;
    font-size: 23px;
}
.product-compare .product.ative-product{
	background-color:#e7e7e7;
}
@media (min-width:757px) and (max-width: 1005px){
    .product-compare{
        width: 100%;
    }
}

@media(max-width: 757px){
    .product-compare{
        width: 100%;
    }
    .product-compare .product img {
        padding: 10px;
    border: solid #d9d9d9 1px;
    border-radius: 6px;
    min-width: 140px;
    }
    .product-compare .rating-stars-feebback label {
        margin-right: 8px;
    }
    .product-compare .product {
        padding: 10px;
	    border: solid #d9d9d9 1px;
	    border-radius: 6px;
	    
    }
}
@media(max-width:570px){
    .product-compare td, .product-compare th {
        line-height: 13px;
    }
    th.fixed-col {
        width: 120px;
    }
    .product-compare .h-scroll{
        margin-left: 0;
    }
} 
@media(max-width:1380px){

.product-compare .h-scroll{
        overflow-x: scroll;
    }

}
.product-compare .product .item-options {
    display: block;
    position: static;
    bottom: 0;
    margin-top: 4px;
}

.product-compare .product div span {font-weight: bold;font-size: 14px;margin-left: 10px;}

@media (min-width:768px){

    .product-compare .h-scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px transparent;
} }
.cart-footer .sidebar-cart-summary >div

{padding-left: 0;padding-right: 0;}   

#productSpecification .tabinfobox .head-wrap h3,.tabinfobox .head-wrap h4 {
    display: inline-block;
    width: auto;
}
.product-detail-page .features-holder h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
}
#productSpecification .tabinfobox .head-wrap h3 {
    font-size: 14px;
} 

.product.related-product .item-options {
    position: static;
    margin-bottom: 5px;
    text-align: center;
}

@media only screen and (max-width: 1200px) and (min-width:701px) {
    .tab-menu {
        top: 54px;
        right: auto;
        width: 100%;
        text-align: center;
    }
    .top-selling .head-area .heading-text {
        text-align: center;
        width: 100%;
        padding-right: 0;
    }
    .head-area .nav-tabs {
        width: auto;
        display: inline-block;
    }
    .top-selling .head-area {
        min-height: 120px;
    }
}

@media only screen and (max-width: 1024px) and (min-width:701px) {

    .head-area .nav-tabs li a{
        padding: 15px !important;
    }
    .head-area .slider{
        height: 43px;
    }
    .top-selling .head-area{
        min-height: 100px;
    }

}


/*christmas theme */
.snow-wrap {
    position: fixed;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 9999;
}

.snow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.59);
    border-radius: 50%;
}

.snow:nth-child(1) {
    opacity: 0.4562;
    transform: translate(14.0616vw, -10px) scale(0.4159);
    animation: 26s linear -11s infinite normal none running fall-1;
}

@keyframes fall-1 {
    64.556% {
        transform: translate(18.6114vw, 64.556vh) scale(0.4159);
    }

    100% {
        transform: translate(16.3365vw, 100vh) scale(0.4159);
    }
}

.snow:nth-child(2) {
    opacity: 0.794;
    transform: translate(98.9065vw, -10px) scale(0.3887);
    animation: 24s linear -20s infinite normal none running fall-2;
}

@keyframes fall-2 {
    76.184% {
        transform: translate(95.9087vw, 76.184vh) scale(0.3887);
    }

    100% {
        transform: translate(97.4076vw, 100vh) scale(0.3887);
    }
}

.snow:nth-child(3) {
    opacity: 0.7371;
    transform: translate(5.5628vw, -10px) scale(0.8026);
    animation: 19s linear -1s infinite normal none running fall-3;
}

@keyframes fall-3 {
    69.773% {
        transform: translate(-1.72vw, 69.773vh) scale(0.8026);
    }

    100% {
        transform: translate(1.9214vw, 100vh) scale(0.8026);
    }
}

.snow:nth-child(4) {
    opacity: 0.1297;
    transform: translate(40.3469vw, -10px) scale(0.5151);
    animation: 28s linear -20s infinite normal none running fall-4;
}

@keyframes fall-4 {
    36.55% {
        transform: translate(50.3456vw, 36.55vh) scale(0.5151);
    }

    100% {
        transform: translate(45.3462vw, 100vh) scale(0.5151);
    }
}

.snow:nth-child(5) {
    opacity: 0.0324;
    transform: translate(88.9366vw, -10px) scale(0.4811);
    animation: 22s linear -17s infinite normal none running fall-5;
}

@keyframes fall-5 {
    31.289% {
        transform: translate(97.487vw, 31.289vh) scale(0.4811);
    }

    100% {
        transform: translate(93.2118vw, 100vh) scale(0.4811);
    }
}

.snow:nth-child(6) {
    opacity: 0.3898;
    transform: translate(78.9967vw, -10px) scale(0.7919);
    animation: 24s linear -9s infinite normal none running fall-6;
}

@keyframes fall-6 {
    75.776% {
        transform: translate(72.1436vw, 75.776vh) scale(0.7919);
    }

    100% {
        transform: translate(75.5701vw, 100vh) scale(0.7919);
    }
}

.snow:nth-child(7) {
    opacity: 0.6777;
    transform: translate(56.8942vw, -10px) scale(0.7302);
    animation: 25s linear -8s infinite normal none running fall-7;
}

@keyframes fall-7 {
    55.155% {
        transform: translate(60.363vw, 55.155vh) scale(0.7302);
    }

    100% {
        transform: translate(58.6286vw, 100vh) scale(0.7302);
    }
}

.snow:nth-child(8) {
    opacity: 0.483;
    transform: translate(78.3308vw, -10px) scale(0.1348);
    animation: 20s linear -2s infinite normal none running fall-8;
}

@keyframes fall-8 {
    67.867% {
        transform: translate(73.0006vw, 67.867vh) scale(0.1348);
    }

    100% {
        transform: translate(75.6657vw, 100vh) scale(0.1348);
    }
}

.snow:nth-child(9) {
    opacity: 0.5126;
    transform: translate(98.8726vw, -10px) scale(0.7412);
    animation: 11s linear -2s infinite normal none running fall-9;
}

@keyframes fall-9 {
    44.514% {
        transform: translate(93.9078vw, 44.514vh) scale(0.7412);
    }

    100% {
        transform: translate(96.3902vw, 100vh) scale(0.7412);
    }
}

.snow:nth-child(10) {
    opacity: 0.4846;
    transform: translate(33.1396vw, -10px) scale(0.3735);
    animation: 25s linear -7s infinite normal none running fall-10;
}

@keyframes fall-10 {
    32.183% {
        transform: translate(27.1863vw, 32.183vh) scale(0.3735);
    }

    100% {
        transform: translate(30.1629vw, 100vh) scale(0.3735);
    }
}

.snow:nth-child(11) {
    opacity: 0.6502;
    transform: translate(67.0195vw, -10px) scale(0.4578);
    animation: 26s linear -24s infinite normal none running fall-11;
}

@keyframes fall-11 {
    36.927% {
        transform: translate(73.7688vw, 36.927vh) scale(0.4578);
    }

    100% {
        transform: translate(70.3941vw, 100vh) scale(0.4578);
    }
}

.snow:nth-child(12) {
    opacity: 0.84;
    transform: translate(33.207vw, -10px) scale(0.5227);
    animation: 17s linear -7s infinite normal none running fall-12;
}

@keyframes fall-12 {
    51.397% {
        transform: translate(41.4705vw, 51.397vh) scale(0.5227);
    }

    100% {
        transform: translate(37.3387vw, 100vh) scale(0.5227);
    }
}

.snow:nth-child(13) {
    opacity: 0.8883;
    transform: translate(12.9211vw, -10px) scale(0.6264);
    animation: 28s linear -17s infinite normal none running fall-13;
}

@keyframes fall-13 {
    57.872% {
        transform: translate(11.6513vw, 57.872vh) scale(0.6264);
    }

    100% {
        transform: translate(12.2862vw, 100vh) scale(0.6264);
    }
}

.snow:nth-child(14) {
    opacity: 0.1245;
    transform: translate(15.6021vw, -10px) scale(0.5496);
    animation: 18s linear -22s infinite normal none running fall-14;
}

@keyframes fall-14 {
    70.647% {
        transform: translate(22.5355vw, 70.647vh) scale(0.5496);
    }

    100% {
        transform: translate(19.0688vw, 100vh) scale(0.5496);
    }
}

.snow:nth-child(15) {
    opacity: 0.3418;
    transform: translate(35.7717vw, -10px) scale(0.2491);
    animation: 16s linear -30s infinite normal none running fall-15;
}

@keyframes fall-15 {
    71.966% {
        transform: translate(25.789vw, 71.966vh) scale(0.2491);
    }

    100% {
        transform: translate(30.7803vw, 100vh) scale(0.2491);
    }
}

.snow:nth-child(16) {
    opacity: 0.6517;
    transform: translate(34.1505vw, -10px) scale(0.4233);
    animation: 25s linear -11s infinite normal none running fall-16;
}

@keyframes fall-16 {
    34.215% {
        transform: translate(24.9302vw, 34.215vh) scale(0.4233);
    }

    100% {
        transform: translate(29.5404vw, 100vh) scale(0.4233);
    }
}

.snow:nth-child(17) {
    opacity: 0.3829;
    transform: translate(86.8738vw, -10px) scale(0.4584);
    animation: 12s linear -28s infinite normal none running fall-17;
}

@keyframes fall-17 {
    69.187% {
        transform: translate(88.613vw, 69.187vh) scale(0.4584);
    }

    100% {
        transform: translate(87.7434vw, 100vh) scale(0.4584);
    }
}

.snow:nth-child(18) {
    opacity: 0.172;
    transform: translate(30.7733vw, -10px) scale(0.4404);
    animation: 15s linear -20s infinite normal none running fall-18;
}

@keyframes fall-18 {
    51.044% {
        transform: translate(35.2095vw, 51.044vh) scale(0.4404);
    }

    100% {
        transform: translate(32.9914vw, 100vh) scale(0.4404);
    }
}

.snow:nth-child(19) {
    opacity: 0.9114;
    transform: translate(96.8464vw, -10px) scale(0.2204);
    animation: 28s linear -5s infinite normal none running fall-19;
}

@keyframes fall-19 {
    64.187% {
        transform: translate(102.298vw, 64.187vh) scale(0.2204);
    }

    100% {
        transform: translate(99.5723vw, 100vh) scale(0.2204);
    }
}

.snow:nth-child(20) {
    opacity: 0.4675;
    transform: translate(6.7625vw, -10px) scale(0.185);
    animation: 15s linear -30s infinite normal none running fall-20;
}

@keyframes fall-20 {
    60.727% {
        transform: translate(5.5692vw, 60.727vh) scale(0.185);
    }

    100% {
        transform: translate(6.16585vw, 100vh) scale(0.185);
    }
}

.snow:nth-child(21) {
    opacity: 0.9845;
    transform: translate(67.1996vw, -10px) scale(0.1993);
    animation: 18s linear -23s infinite normal none running fall-21;
}

@keyframes fall-21 {
    44.431% {
        transform: translate(60.3353vw, 44.431vh) scale(0.1993);
    }

    100% {
        transform: translate(63.7674vw, 100vh) scale(0.1993);
    }
}

.snow:nth-child(22) {
    opacity: 0.8717;
    transform: translate(18.6338vw, -10px) scale(0.7715);
    animation: 17s linear -9s infinite normal none running fall-22;
}

@keyframes fall-22 {
    37.444% {
        transform: translate(16.2865vw, 37.444vh) scale(0.7715);
    }

    100% {
        transform: translate(17.4601vw, 100vh) scale(0.7715);
    }
}

.snow:nth-child(23) {
    opacity: 0.7875;
    transform: translate(64.8536vw, -10px) scale(0.7922);
    animation: 12s linear -23s infinite normal none running fall-23;
}

@keyframes fall-23 {
    52.835% {
        transform: translate(61.9307vw, 52.835vh) scale(0.7922);
    }

    100% {
        transform: translate(63.3922vw, 100vh) scale(0.7922);
    }
}

.snow:nth-child(24) {
    opacity: 0.0104;
    transform: translate(68.7546vw, -10px) scale(0.8468);
    animation: 20s linear -1s infinite normal none running fall-24;
}

@keyframes fall-24 {
    68.937% {
        transform: translate(67.1379vw, 68.937vh) scale(0.8468);
    }

    100% {
        transform: translate(67.9463vw, 100vh) scale(0.8468);
    }
}

.snow:nth-child(25) {
    opacity: 0.3758;
    transform: translate(15.8606vw, -10px) scale(0.9976);
    animation: 12s linear -25s infinite normal none running fall-25;
}

@keyframes fall-25 {
    43.535% {
        transform: translate(22.4465vw, 43.535vh) scale(0.9976);
    }

    100% {
        transform: translate(19.1535vw, 100vh) scale(0.9976);
    }
}

.snow:nth-child(26) {
    opacity: 0.6554;
    transform: translate(70.3188vw, -10px) scale(0.3177);
    animation: 19s linear -26s infinite normal none running fall-26;
}

@keyframes fall-26 {
    42.383% {
        transform: translate(68.2805vw, 42.383vh) scale(0.3177);
    }

    100% {
        transform: translate(69.2996vw, 100vh) scale(0.3177);
    }
}

.snow:nth-child(27) {
    opacity: 0.6245;
    transform: translate(98.8282vw, -10px) scale(0.1728);
    animation: 25s linear -6s infinite normal none running fall-27;
}

@keyframes fall-27 {
    64.241% {
        transform: translate(89.2592vw, 64.241vh) scale(0.1728);
    }

    100% {
        transform: translate(94.0437vw, 100vh) scale(0.1728);
    }
}

.snow:nth-child(28) {
    opacity: 0.2947;
    transform: translate(12.0174vw, -10px) scale(0.9455);
    animation: 18s linear -9s infinite normal none running fall-28;
}

@keyframes fall-28 {
    73.952% {
        transform: translate(20.069vw, 73.952vh) scale(0.9455);
    }

    100% {
        transform: translate(16.0432vw, 100vh) scale(0.9455);
    }
}

.snow:nth-child(29) {
    opacity: 0.8626;
    transform: translate(43.9754vw, -10px) scale(0.3329);
    animation: 28s linear -6s infinite normal none running fall-29;
}

@keyframes fall-29 {
    67.325% {
        transform: translate(45.4985vw, 67.325vh) scale(0.3329);
    }

    100% {
        transform: translate(44.737vw, 100vh) scale(0.3329);
    }
}

.snow:nth-child(30) {
    opacity: 0.8261;
    transform: translate(10.9294vw, -10px) scale(0.7554);
    animation: 13s linear -30s infinite normal none running fall-30;
}

@keyframes fall-30 {
    60.135% {
        transform: translate(9.0606vw, 60.135vh) scale(0.7554);
    }

    100% {
        transform: translate(9.995vw, 100vh) scale(0.7554);
    }
}

.snow:nth-child(31) {
    opacity: 0.7964;
    transform: translate(64.5525vw, -10px) scale(0.7536);
    animation: 13s linear -9s infinite normal none running fall-31;
}

@keyframes fall-31 {
    45.881% {
        transform: translate(68.2459vw, 45.881vh) scale(0.7536);
    }

    100% {
        transform: translate(66.3992vw, 100vh) scale(0.7536);
    }
}

.snow:nth-child(32) {
    opacity: 0.2225;
    transform: translate(50.5399vw, -10px) scale(0.5933);
    animation: 14s linear -18s infinite normal none running fall-32;
}

@keyframes fall-32 {
    59.954% {
        transform: translate(52.1902vw, 59.954vh) scale(0.5933);
    }

    100% {
        transform: translate(51.365vw, 100vh) scale(0.5933);
    }
}

.snow:nth-child(33) {
    opacity: 0.9013;
    transform: translate(91.3009vw, -10px) scale(0.5822);
    animation: 12s linear -18s infinite normal none running fall-33;
}

@keyframes fall-33 {
    76.955% {
        transform: translate(87.6051vw, 76.955vh) scale(0.5822);
    }

    100% {
        transform: translate(89.453vw, 100vh) scale(0.5822);
    }
}

.snow:nth-child(34) {
    opacity: 0.3019;
    transform: translate(43.7355vw, -10px) scale(0.4232);
    animation: 23s linear -15s infinite normal none running fall-34;
}

@keyframes fall-34 {
    31.337% {
        transform: translate(51.9847vw, 31.337vh) scale(0.4232);
    }

    100% {
        transform: translate(47.8601vw, 100vh) scale(0.4232);
    }
}

.snow:nth-child(35) {
    opacity: 0.5946;
    transform: translate(2.6045vw, -10px) scale(0.6518);
    animation: 22s linear -3s infinite normal none running fall-35;
}

@keyframes fall-35 {
    36.773% {
        transform: translate(9.2444vw, 36.773vh) scale(0.6518);
    }

    100% {
        transform: translate(5.92445vw, 100vh) scale(0.6518);
    }
}

.snow:nth-child(36) {
    opacity: 0.3975;
    transform: translate(92.5516vw, -10px) scale(0.3667);
    animation: 19s linear -29s infinite normal none running fall-36;
}

@keyframes fall-36 {
    66.435% {
        transform: translate(88.2518vw, 66.435vh) scale(0.3667);
    }

    100% {
        transform: translate(90.4017vw, 100vh) scale(0.3667);
    }
}

.snow:nth-child(37) {
    opacity: 0.3666;
    transform: translate(42.7309vw, -10px) scale(0.1947);
    animation: 17s linear -29s infinite normal none running fall-37;
}

@keyframes fall-37 {
    66.049% {
        transform: translate(41.9679vw, 66.049vh) scale(0.1947);
    }

    100% {
        transform: translate(42.3494vw, 100vh) scale(0.1947);
    }
}

.snow:nth-child(38) {
    opacity: 0.4214;
    transform: translate(45.8105vw, -10px) scale(0.6327);
    animation: 19s linear -20s infinite normal none running fall-38;
}

@keyframes fall-38 {
    60.987% {
        transform: translate(53.9094vw, 60.987vh) scale(0.6327);
    }

    100% {
        transform: translate(49.8599vw, 100vh) scale(0.6327);
    }
}

.snow:nth-child(39) {
    opacity: 0.8776;
    transform: translate(66.2755vw, -10px) scale(0.5996);
    animation: 13s linear -21s infinite normal none running fall-39;
}

@keyframes fall-39 {
    76.984% {
        transform: translate(68.1103vw, 76.984vh) scale(0.5996);
    }

    100% {
        transform: translate(67.1929vw, 100vh) scale(0.5996);
    }
}

.snow:nth-child(40) {
    opacity: 0.4602;
    transform: translate(56.8285vw, -10px) scale(0.1814);
    animation: 24s linear -17s infinite normal none running fall-40;
}

@keyframes fall-40 {
    78.91% {
        transform: translate(64.7265vw, 78.91vh) scale(0.1814);
    }

    100% {
        transform: translate(60.7775vw, 100vh) scale(0.1814);
    }
}

.snow:nth-child(41) {
    opacity: 0.2176;
    transform: translate(30.269vw, -10px) scale(0.2776);
    animation: 29s linear -24s infinite normal none running fall-41;
}

@keyframes fall-41 {
    70.027% {
        transform: translate(31.0785vw, 70.027vh) scale(0.2776);
    }

    100% {
        transform: translate(30.6737vw, 100vh) scale(0.2776);
    }
}

.snow:nth-child(42) {
    opacity: 0.2957;
    transform: translate(29.4432vw, -10px) scale(0.9391);
    animation: 26s linear -25s infinite normal none running fall-42;
}

@keyframes fall-42 {
    79.237% {
        transform: translate(20.6362vw, 79.237vh) scale(0.9391);
    }

    100% {
        transform: translate(25.0397vw, 100vh) scale(0.9391);
    }
}

.snow:nth-child(43) {
    opacity: 0.0226;
    transform: translate(36.8796vw, -10px) scale(0.5715);
    animation: 10s linear -25s infinite normal none running fall-43;
}

@keyframes fall-43 {
    72.826% {
        transform: translate(45.0671vw, 72.826vh) scale(0.5715);
    }

    100% {
        transform: translate(40.9734vw, 100vh) scale(0.5715);
    }
}

.snow:nth-child(44) {
    opacity: 0.8973;
    transform: translate(40.9377vw, -10px) scale(0.2684);
    animation: 16s linear -13s infinite normal none running fall-44;
}

@keyframes fall-44 {
    43.894% {
        transform: translate(33.5351vw, 43.894vh) scale(0.2684);
    }

    100% {
        transform: translate(37.2364vw, 100vh) scale(0.2684);
    }
}

.snow:nth-child(45) {
    opacity: 0.6808;
    transform: translate(91.8136vw, -10px) scale(0.5683);
    animation: 10s linear -15s infinite normal none running fall-45;
}

@keyframes fall-45 {
    78.484% {
        transform: translate(84.5522vw, 78.484vh) scale(0.5683);
    }

    100% {
        transform: translate(88.1829vw, 100vh) scale(0.5683);
    }
}

.snow:nth-child(46) {
    opacity: 0.6282;
    transform: translate(73.9087vw, -10px) scale(0.9872);
    animation: 25s linear -18s infinite normal none running fall-46;
}

@keyframes fall-46 {
    30.663% {
        transform: translate(82.2103vw, 30.663vh) scale(0.9872);
    }

    100% {
        transform: translate(78.0595vw, 100vh) scale(0.9872);
    }
}

.snow:nth-child(47) {
    opacity: 0.6125;
    transform: translate(52.1908vw, -10px) scale(0.3397);
    animation: 22s linear -20s infinite normal none running fall-47;
}

@keyframes fall-47 {
    78.898% {
        transform: translate(57.5542vw, 78.898vh) scale(0.3397);
    }

    100% {
        transform: translate(54.8725vw, 100vh) scale(0.3397);
    }
}

.snow:nth-child(48) {
    opacity: 0.7694;
    transform: translate(46.7032vw, -10px) scale(0.7391);
    animation: 10s linear -14s infinite normal none running fall-48;
}

@keyframes fall-48 {
    59.213% {
        transform: translate(55.0837vw, 59.213vh) scale(0.7391);
    }

    100% {
        transform: translate(50.8935vw, 100vh) scale(0.7391);
    }
}

.snow:nth-child(49) {
    opacity: 0.9812;
    transform: translate(38.2476vw, -10px) scale(0.7934);
    animation: 18s linear -7s infinite normal none running fall-49;
}

@keyframes fall-49 {
    36.495% {
        transform: translate(40.3519vw, 36.495vh) scale(0.7934);
    }

    100% {
        transform: translate(39.2998vw, 100vh) scale(0.7934);
    }
}

.snow:nth-child(50) {
    opacity: 0.5516;
    transform: translate(97.507vw, -10px) scale(0.225);
    animation: 14s linear -28s infinite normal none running fall-50;
}

@keyframes fall-50 {
    62.749% {
        transform: translate(105.649vw, 62.749vh) scale(0.225);
    }

    100% {
        transform: translate(101.578vw, 100vh) scale(0.225);
    }
}

.snow:nth-child(51) {
    opacity: 0.9366;
    transform: translate(67.0011vw, -10px) scale(0.6552);
    animation: 27s linear -23s infinite normal none running fall-51;
}

@keyframes fall-51 {
    70.392% {
        transform: translate(73.9319vw, 70.392vh) scale(0.6552);
    }

    100% {
        transform: translate(70.4665vw, 100vh) scale(0.6552);
    }
}

.snow:nth-child(52) {
    opacity: 0.1718;
    transform: translate(71.7204vw, -10px) scale(0.1009);
    animation: 22s linear -5s infinite normal none running fall-52;
}

@keyframes fall-52 {
    32.256% {
        transform: translate(70.7951vw, 32.256vh) scale(0.1009);
    }

    100% {
        transform: translate(71.2578vw, 100vh) scale(0.1009);
    }
}

.snow:nth-child(53) {
    opacity: 0.3327;
    transform: translate(43.9522vw, -10px) scale(0.8122);
    animation: 18s linear -13s infinite normal none running fall-53;
}

@keyframes fall-53 {
    75.787% {
        transform: translate(52.4968vw, 75.787vh) scale(0.8122);
    }

    100% {
        transform: translate(48.2245vw, 100vh) scale(0.8122);
    }
}

.snow:nth-child(54) {
    opacity: 0.9096;
    transform: translate(51.5977vw, -10px) scale(0.2322);
    animation: 28s linear -22s infinite normal none running fall-54;
}

@keyframes fall-54 {
    37.958% {
        transform: translate(58.0628vw, 37.958vh) scale(0.2322);
    }

    100% {
        transform: translate(54.8302vw, 100vh) scale(0.2322);
    }
}

.snow:nth-child(55) {
    opacity: 0.9461;
    transform: translate(23.5888vw, -10px) scale(0.1508);
    animation: 25s linear -19s infinite normal none running fall-55;
}

@keyframes fall-55 {
    47.069% {
        transform: translate(27.4441vw, 47.069vh) scale(0.1508);
    }

    100% {
        transform: translate(25.5164vw, 100vh) scale(0.1508);
    }
}

.snow:nth-child(56) {
    opacity: 0.1801;
    transform: translate(44.5665vw, -10px) scale(0.9287);
    animation: 22s linear -18s infinite normal none running fall-56;
}

@keyframes fall-56 {
    40.56% {
        transform: translate(44.9537vw, 40.56vh) scale(0.9287);
    }

    100% {
        transform: translate(44.7601vw, 100vh) scale(0.9287);
    }
}

.snow:nth-child(57) {
    opacity: 0.4681;
    transform: translate(35.7082vw, -10px) scale(0.3163);
    animation: 25s linear -24s infinite normal none running fall-57;
}

@keyframes fall-57 {
    76.047% {
        transform: translate(29.2923vw, 76.047vh) scale(0.3163);
    }

    100% {
        transform: translate(32.5003vw, 100vh) scale(0.3163);
    }
}

.snow:nth-child(58) {
    opacity: 0.8539;
    transform: translate(50.3599vw, -10px) scale(0.4821);
    animation: 11s linear -14s infinite normal none running fall-58;
}

@keyframes fall-58 {
    40.058% {
        transform: translate(44.1024vw, 40.058vh) scale(0.4821);
    }

    100% {
        transform: translate(47.2311vw, 100vh) scale(0.4821);
    }
}

.snow:nth-child(59) {
    opacity: 0.5909;
    transform: translate(85.3639vw, -10px) scale(0.4134);
    animation: 15s linear -2s infinite normal none running fall-59;
}

@keyframes fall-59 {
    50.941% {
        transform: translate(91.8415vw, 50.941vh) scale(0.4134);
    }

    100% {
        transform: translate(88.6027vw, 100vh) scale(0.4134);
    }
}

.snow:nth-child(60) {
    opacity: 0.8666;
    transform: translate(21.0926vw, -10px) scale(0.7128);
    animation: 21s linear -6s infinite normal none running fall-60;
}

@keyframes fall-60 {
    50.364% {
        transform: translate(15.1628vw, 50.364vh) scale(0.7128);
    }

    100% {
        transform: translate(18.1277vw, 100vh) scale(0.7128);
    }
}

.snow:nth-child(61) {
    opacity: 0.5581;
    transform: translate(13.5294vw, -10px) scale(0.4005);
    animation: 27s linear -12s infinite normal none running fall-61;
}

@keyframes fall-61 {
    65.03% {
        transform: translate(16.9191vw, 65.03vh) scale(0.4005);
    }

    100% {
        transform: translate(15.2242vw, 100vh) scale(0.4005);
    }
}

.snow:nth-child(62) {
    opacity: 0.3929;
    transform: translate(80.8244vw, -10px) scale(0.2025);
    animation: 16s linear -6s infinite normal none running fall-62;
}

@keyframes fall-62 {
    65.264% {
        transform: translate(90.6335vw, 65.264vh) scale(0.2025);
    }

    100% {
        transform: translate(85.7289vw, 100vh) scale(0.2025);
    }
}

.snow:nth-child(63) {
    opacity: 0.6802;
    transform: translate(46.0607vw, -10px) scale(0.9232);
    animation: 14s linear -20s infinite normal none running fall-63;
}

@keyframes fall-63 {
    40.826% {
        transform: translate(43.658vw, 40.826vh) scale(0.9232);
    }

    100% {
        transform: translate(44.8593vw, 100vh) scale(0.9232);
    }
}

.snow:nth-child(64) {
    opacity: 0.6453;
    transform: translate(96.1035vw, -10px) scale(0.7852);
    animation: 29s linear -12s infinite normal none running fall-64;
}

@keyframes fall-64 {
    50.518% {
        transform: translate(95.9777vw, 50.518vh) scale(0.7852);
    }

    100% {
        transform: translate(96.0406vw, 100vh) scale(0.7852);
    }
}

.snow:nth-child(65) {
    opacity: 0.133;
    transform: translate(32.0518vw, -10px) scale(0.0455);
    animation: 29s linear -20s infinite normal none running fall-65;
}

@keyframes fall-65 {
    52.077% {
        transform: translate(35.7214vw, 52.077vh) scale(0.0455);
    }

    100% {
        transform: translate(33.8866vw, 100vh) scale(0.0455);
    }
}

.snow:nth-child(66) {
    opacity: 0.1303;
    transform: translate(22.6356vw, -10px) scale(0.9514);
    animation: 21s linear -28s infinite normal none running fall-66;
}

@keyframes fall-66 {
    47.541% {
        transform: translate(28.6662vw, 47.541vh) scale(0.9514);
    }

    100% {
        transform: translate(25.6509vw, 100vh) scale(0.9514);
    }
}

.snow:nth-child(67) {
    opacity: 0.4743;
    transform: translate(46.1821vw, -10px) scale(0.5092);
    animation: 22s linear -25s infinite normal none running fall-67;
}

@keyframes fall-67 {
    47.299% {
        transform: translate(48.7936vw, 47.299vh) scale(0.5092);
    }

    100% {
        transform: translate(47.4879vw, 100vh) scale(0.5092);
    }
}

.snow:nth-child(68) {
    opacity: 0.024;
    transform: translate(28.3234vw, -10px) scale(0.3292);
    animation: 28s linear -2s infinite normal none running fall-68;
}

@keyframes fall-68 {
    62.65% {
        transform: translate(18.6241vw, 62.65vh) scale(0.3292);
    }

    100% {
        transform: translate(23.4737vw, 100vh) scale(0.3292);
    }
}

.snow:nth-child(69) {
    opacity: 0.8565;
    transform: translate(27.4347vw, -10px) scale(0.4856);
    animation: 23s linear -5s infinite normal none running fall-69;
}

@keyframes fall-69 {
    78.299% {
        transform: translate(31.4013vw, 78.299vh) scale(0.4856);
    }

    100% {
        transform: translate(29.418vw, 100vh) scale(0.4856);
    }
}

.snow:nth-child(70) {
    opacity: 0.5908;
    transform: translate(76.1412vw, -10px) scale(0.2969);
    animation: 25s linear -2s infinite normal none running fall-70;
}

@keyframes fall-70 {
    45.288% {
        transform: translate(72.0493vw, 45.288vh) scale(0.2969);
    }

    100% {
        transform: translate(74.0952vw, 100vh) scale(0.2969);
    }
}

.snow:nth-child(71) {
    opacity: 0.4631;
    transform: translate(63.947vw, -10px) scale(0.6791);
    animation: 12s linear -24s infinite normal none running fall-71;
}

@keyframes fall-71 {
    73.082% {
        transform: translate(63.8642vw, 73.082vh) scale(0.6791);
    }

    100% {
        transform: translate(63.9056vw, 100vh) scale(0.6791);
    }
}

.snow:nth-child(72) {
    opacity: 0.0408;
    transform: translate(3.0009vw, -10px) scale(0.264);
    animation: 26s linear -15s infinite normal none running fall-72;
}

@keyframes fall-72 {
    38.182% {
        transform: translate(1.7898vw, 38.182vh) scale(0.264);
    }

    100% {
        transform: translate(2.39535vw, 100vh) scale(0.264);
    }
}

.snow:nth-child(73) {
    opacity: 0.4175;
    transform: translate(32.6392vw, -10px) scale(0.7082);
    animation: 20s linear -7s infinite normal none running fall-73;
}

@keyframes fall-73 {
    53.736% {
        transform: translate(23.9231vw, 53.736vh) scale(0.7082);
    }

    100% {
        transform: translate(28.2812vw, 100vh) scale(0.7082);
    }
}

.snow:nth-child(74) {
    opacity: 0.0764;
    transform: translate(97.5307vw, -10px) scale(0.2355);
    animation: 23s linear -5s infinite normal none running fall-74;
}

@keyframes fall-74 {
    63.566% {
        transform: translate(88.702vw, 63.566vh) scale(0.2355);
    }

    100% {
        transform: translate(93.1163vw, 100vh) scale(0.2355);
    }
}

.snow:nth-child(75) {
    opacity: 0.8442;
    transform: translate(16.3398vw, -10px) scale(0.2886);
    animation: 22s linear -25s infinite normal none running fall-75;
}

@keyframes fall-75 {
    58.853% {
        transform: translate(9.1372vw, 58.853vh) scale(0.2886);
    }

    100% {
        transform: translate(12.7385vw, 100vh) scale(0.2886);
    }
}

.snow:nth-child(76) {
    opacity: 0.4789;
    transform: translate(31.1268vw, -10px) scale(0.42);
    animation: 28s linear -17s infinite normal none running fall-76;
}

@keyframes fall-76 {
    52.514% {
        transform: translate(33.6379vw, 52.514vh) scale(0.42);
    }

    100% {
        transform: translate(32.3824vw, 100vh) scale(0.42);
    }
}

.snow:nth-child(77) {
    opacity: 0.0092;
    transform: translate(35.9312vw, -10px) scale(0.8588);
    animation: 18s linear -15s infinite normal none running fall-77;
}

@keyframes fall-77 {
    50.28% {
        transform: translate(34.4827vw, 50.28vh) scale(0.8588);
    }

    100% {
        transform: translate(35.2069vw, 100vh) scale(0.8588);
    }
}

.snow:nth-child(78) {
    opacity: 0.627;
    transform: translate(46.8269vw, -10px) scale(0.5831);
    animation: 25s linear -22s infinite normal none running fall-78;
}

@keyframes fall-78 {
    56.436% {
        transform: translate(56.3836vw, 56.436vh) scale(0.5831);
    }

    100% {
        transform: translate(51.6052vw, 100vh) scale(0.5831);
    }
}

.snow:nth-child(79) {
    opacity: 0.1348;
    transform: translate(18.2139vw, -10px) scale(0.6826);
    animation: 10s linear -13s infinite normal none running fall-79;
}

@keyframes fall-79 {
    50.964% {
        transform: translate(25.2581vw, 50.964vh) scale(0.6826);
    }

    100% {
        transform: translate(21.736vw, 100vh) scale(0.6826);
    }
}

.snow:nth-child(80) {
    opacity: 0.3842;
    transform: translate(17.2063vw, -10px) scale(0.418);
    animation: 24s linear -21s infinite normal none running fall-80;
}

@keyframes fall-80 {
    51.267% {
        transform: translate(9.5522vw, 51.267vh) scale(0.418);
    }

    100% {
        transform: translate(13.3793vw, 100vh) scale(0.418);
    }
}

.snow:nth-child(81) {
    opacity: 0.0757;
    transform: translate(38.7867vw, -10px) scale(0.2419);
    animation: 15s linear -23s infinite normal none running fall-81;
}

@keyframes fall-81 {
    51.595% {
        transform: translate(40.6073vw, 51.595vh) scale(0.2419);
    }

    100% {
        transform: translate(39.697vw, 100vh) scale(0.2419);
    }
}

.snow:nth-child(82) {
    opacity: 0.3723;
    transform: translate(8.4318vw, -10px) scale(0.6401);
    animation: 11s linear -18s infinite normal none running fall-82;
}

@keyframes fall-82 {
    47.994% {
        transform: translate(4.5869vw, 47.994vh) scale(0.6401);
    }

    100% {
        transform: translate(6.50935vw, 100vh) scale(0.6401);
    }
}

.snow:nth-child(83) {
    opacity: 0.7395;
    transform: translate(76.4205vw, -10px) scale(0.7988);
    animation: 25s linear -17s infinite normal none running fall-83;
}

@keyframes fall-83 {
    64.43% {
        transform: translate(79.6987vw, 64.43vh) scale(0.7988);
    }

    100% {
        transform: translate(78.0596vw, 100vh) scale(0.7988);
    }
}

.snow:nth-child(84) {
    opacity: 0.6358;
    transform: translate(86.5168vw, -10px) scale(0.1783);
    animation: 22s linear -20s infinite normal none running fall-84;
}

@keyframes fall-84 {
    69.55% {
        transform: translate(79.1569vw, 69.55vh) scale(0.1783);
    }

    100% {
        transform: translate(82.8368vw, 100vh) scale(0.1783);
    }
}

.snow:nth-child(85) {
    opacity: 0.1116;
    transform: translate(72.528vw, -10px) scale(0.2691);
    animation: 17s linear -11s infinite normal none running fall-85;
}

@keyframes fall-85 {
    42.414% {
        transform: translate(77.8116vw, 42.414vh) scale(0.2691);
    }

    100% {
        transform: translate(75.1698vw, 100vh) scale(0.2691);
    }
}

.snow:nth-child(86) {
    opacity: 0.666;
    transform: translate(31.1262vw, -10px) scale(0.7441);
    animation: 18s linear -1s infinite normal none running fall-86;
}

@keyframes fall-86 {
    40.023% {
        transform: translate(34.7358vw, 40.023vh) scale(0.7441);
    }

    100% {
        transform: translate(32.931vw, 100vh) scale(0.7441);
    }
}

.snow:nth-child(87) {
    opacity: 0.6977;
    transform: translate(31.9343vw, -10px) scale(0.5951);
    animation: 19s linear -29s infinite normal none running fall-87;
}

@keyframes fall-87 {
    30.589% {
        transform: translate(33.4156vw, 30.589vh) scale(0.5951);
    }

    100% {
        transform: translate(32.675vw, 100vh) scale(0.5951);
    }
}

.snow:nth-child(88) {
    opacity: 0.0367;
    transform: translate(13.8687vw, -10px) scale(0.5297);
    animation: 26s linear -9s infinite normal none running fall-88;
}

@keyframes fall-88 {
    60.3% {
        transform: translate(14.2355vw, 60.3vh) scale(0.5297);
    }

    100% {
        transform: translate(14.0521vw, 100vh) scale(0.5297);
    }
}

.snow:nth-child(89) {
    opacity: 0.807;
    transform: translate(14.4116vw, -10px) scale(0.6133);
    animation: 30s linear -3s infinite normal none running fall-89;
}

@keyframes fall-89 {
    38.016% {
        transform: translate(11.5776vw, 38.016vh) scale(0.6133);
    }

    100% {
        transform: translate(12.9946vw, 100vh) scale(0.6133);
    }
}

.snow:nth-child(90) {
    opacity: 0.9817;
    transform: translate(57.2389vw, -10px) scale(0.4232);
    animation: 27s linear -3s infinite normal none running fall-90;
}

@keyframes fall-90 {
    65.254% {
        transform: translate(58.2868vw, 65.254vh) scale(0.4232);
    }

    100% {
        transform: translate(57.7629vw, 100vh) scale(0.4232);
    }
}

.snow:nth-child(91) {
    opacity: 0.5162;
    transform: translate(63.81vw, -10px) scale(0.2512);
    animation: 16s linear -11s infinite normal none running fall-91;
}

@keyframes fall-91 {
    55.966% {
        transform: translate(64.0448vw, 55.966vh) scale(0.2512);
    }

    100% {
        transform: translate(63.9274vw, 100vh) scale(0.2512);
    }
}

.snow:nth-child(92) {
    opacity: 0.6122;
    transform: translate(80.332vw, -10px) scale(0.7913);
    animation: 15s linear -29s infinite normal none running fall-92;
}

@keyframes fall-92 {
    30.384% {
        transform: translate(83.1937vw, 30.384vh) scale(0.7913);
    }

    100% {
        transform: translate(81.7629vw, 100vh) scale(0.7913);
    }
}

.snow:nth-child(93) {
    opacity: 0.7924;
    transform: translate(3.7852vw, -10px) scale(0.3153);
    animation: 30s linear -18s infinite normal none running fall-93;
}

@keyframes fall-93 {
    77.44% {
        transform: translate(-0.9045vw, 77.44vh) scale(0.3153);
    }

    100% {
        transform: translate(1.44035vw, 100vh) scale(0.3153);
    }
}

.snow:nth-child(94) {
    opacity: 0.5162;
    transform: translate(92.5604vw, -10px) scale(0.651);
    animation: 21s linear -19s infinite normal none running fall-94;
}

@keyframes fall-94 {
    65.976% {
        transform: translate(85.0026vw, 65.976vh) scale(0.651);
    }

    100% {
        transform: translate(88.7815vw, 100vh) scale(0.651);
    }
}

.snow:nth-child(95) {
    opacity: 0.6971;
    transform: translate(35.6553vw, -10px) scale(0.8438);
    animation: 10s linear -27s infinite normal none running fall-95;
}

@keyframes fall-95 {
    61.332% {
        transform: translate(30.5474vw, 61.332vh) scale(0.8438);
    }

    100% {
        transform: translate(33.1013vw, 100vh) scale(0.8438);
    }
}

.snow:nth-child(96) {
    opacity: 0.0964;
    transform: translate(7.4611vw, -10px) scale(0.3918);
    animation: 21s linear -24s infinite normal none running fall-96;
}

@keyframes fall-96 {
    63.199% {
        transform: translate(8.394vw, 63.199vh) scale(0.3918);
    }

    100% {
        transform: translate(7.92755vw, 100vh) scale(0.3918);
    }
}

.snow:nth-child(97) {
    opacity: 0.9063;
    transform: translate(26.4246vw, -10px) scale(0.1823);
    animation: 10s linear -2s infinite normal none running fall-97;
}

@keyframes fall-97 {
    72.121% {
        transform: translate(36.2904vw, 72.121vh) scale(0.1823);
    }

    100% {
        transform: translate(31.3575vw, 100vh) scale(0.1823);
    }
}

.snow:nth-child(98) {
    opacity: 0.7089;
    transform: translate(82.3543vw, -10px) scale(0.5307);
    animation: 20s linear -10s infinite normal none running fall-98;
}

@keyframes fall-98 {
    73.708% {
        transform: translate(75.8137vw, 73.708vh) scale(0.5307);
    }

    100% {
        transform: translate(79.084vw, 100vh) scale(0.5307);
    }
}

.snow:nth-child(99) {
    opacity: 0.8959;
    transform: translate(2.9966vw, -10px) scale(0.3527);
    animation: 18s linear -18s infinite normal none running fall-99;
}

@keyframes fall-99 {
    33.36% {
        transform: translate(-1.4764vw, 33.36vh) scale(0.3527);
    }

    100% {
        transform: translate(0.7601vw, 100vh) scale(0.3527);
    }
}

.snow:nth-child(100) {
    opacity: 0.8165;
    transform: translate(36.7857vw, -10px) scale(0.5457);
    animation: 15s linear -8s infinite normal none running fall-100;
}

@keyframes fall-100 {
    51.361% {
        transform: translate(40.2016vw, 51.361vh) scale(0.5457);
    }

    100% {
        transform: translate(38.4937vw, 100vh) scale(0.5457);
    }
}

.snow:nth-child(101) {
    opacity: 0.3321;
    transform: translate(32.0385vw, -10px) scale(0.1596);
    animation: 15s linear -17s infinite normal none running fall-101;
}

@keyframes fall-101 {
    30.935% {
        transform: translate(26.1565vw, 30.935vh) scale(0.1596);
    }

    100% {
        transform: translate(29.0975vw, 100vh) scale(0.1596);
    }
}

.snow:nth-child(102) {
    opacity: 0.0663;
    transform: translate(71.5639vw, -10px) scale(0.8865);
    animation: 17s linear -25s infinite normal none running fall-102;
}

@keyframes fall-102 {
    46.804% {
        transform: translate(76.8006vw, 46.804vh) scale(0.8865);
    }

    100% {
        transform: translate(74.1822vw, 100vh) scale(0.8865);
    }
}

.snow:nth-child(103) {
    opacity: 0.4994;
    transform: translate(30.4785vw, -10px) scale(0.0539);
    animation: 22s linear -30s infinite normal none running fall-103;
}

@keyframes fall-103 {
    33.181% {
        transform: translate(22.3118vw, 33.181vh) scale(0.0539);
    }

    100% {
        transform: translate(26.3952vw, 100vh) scale(0.0539);
    }
}

.snow:nth-child(104) {
    opacity: 0.1643;
    transform: translate(48.8002vw, -10px) scale(0.5837);
    animation: 19s linear -6s infinite normal none running fall-104;
}

@keyframes fall-104 {
    70.031% {
        transform: translate(45.7055vw, 70.031vh) scale(0.5837);
    }

    100% {
        transform: translate(47.2529vw, 100vh) scale(0.5837);
    }
}

.snow:nth-child(105) {
    opacity: 0.2844;
    transform: translate(77.9059vw, -10px) scale(0.8419);
    animation: 22s linear -19s infinite normal none running fall-105;
}

@keyframes fall-105 {
    67.913% {
        transform: translate(82.8645vw, 67.913vh) scale(0.8419);
    }

    100% {
        transform: translate(80.3852vw, 100vh) scale(0.8419);
    }
}

.snow:nth-child(106) {
    opacity: 0.3749;
    transform: translate(28.868vw, -10px) scale(0.0238);
    animation: 27s linear -4s infinite normal none running fall-106;
}

@keyframes fall-106 {
    68.361% {
        transform: translate(38.3568vw, 68.361vh) scale(0.0238);
    }

    100% {
        transform: translate(33.6124vw, 100vh) scale(0.0238);
    }
}

.snow:nth-child(107) {
    opacity: 0.6709;
    transform: translate(23.4875vw, -10px) scale(0.5257);
    animation: 27s linear -6s infinite normal none running fall-107;
}

@keyframes fall-107 {
    51.156% {
        transform: translate(32.3375vw, 51.156vh) scale(0.5257);
    }

    100% {
        transform: translate(27.9125vw, 100vh) scale(0.5257);
    }
}

.snow:nth-child(108) {
    opacity: 0.5309;
    transform: translate(81.5488vw, -10px) scale(0.5126);
    animation: 28s linear -20s infinite normal none running fall-108;
}

@keyframes fall-108 {
    48.765% {
        transform: translate(73.5432vw, 48.765vh) scale(0.5126);
    }

    100% {
        transform: translate(77.546vw, 100vh) scale(0.5126);
    }
}

.snow:nth-child(109) {
    opacity: 0.5591;
    transform: translate(78.3141vw, -10px) scale(0.4134);
    animation: 17s linear -13s infinite normal none running fall-109;
}

@keyframes fall-109 {
    71.04% {
        transform: translate(75.0122vw, 71.04vh) scale(0.4134);
    }

    100% {
        transform: translate(76.6632vw, 100vh) scale(0.4134);
    }
}

.snow:nth-child(110) {
    opacity: 0.0491;
    transform: translate(7.273vw, -10px) scale(0.8919);
    animation: 23s linear -2s infinite normal none running fall-110;
}

@keyframes fall-110 {
    70.191% {
        transform: translate(16.0527vw, 70.191vh) scale(0.8919);
    }

    100% {
        transform: translate(11.6629vw, 100vh) scale(0.8919);
    }
}

.snow:nth-child(111) {
    opacity: 0.5358;
    transform: translate(61.6642vw, -10px) scale(0.2843);
    animation: 28s linear -20s infinite normal none running fall-111;
}

@keyframes fall-111 {
    36.249% {
        transform: translate(54.4184vw, 36.249vh) scale(0.2843);
    }

    100% {
        transform: translate(58.0413vw, 100vh) scale(0.2843);
    }
}

.snow:nth-child(112) {
    opacity: 0.9086;
    transform: translate(77.2221vw, -10px) scale(0.103);
    animation: 28s linear -17s infinite normal none running fall-112;
}

@keyframes fall-112 {
    35.096% {
        transform: translate(67.3881vw, 35.096vh) scale(0.103);
    }

    100% {
        transform: translate(72.3051vw, 100vh) scale(0.103);
    }
}

.snow:nth-child(113) {
    opacity: 0.4778;
    transform: translate(26.6151vw, -10px) scale(0.9308);
    animation: 16s linear -28s infinite normal none running fall-113;
}

@keyframes fall-113 {
    55.621% {
        transform: translate(17.7262vw, 55.621vh) scale(0.9308);
    }

    100% {
        transform: translate(22.1706vw, 100vh) scale(0.9308);
    }
}

.snow:nth-child(114) {
    opacity: 0.4044;
    transform: translate(12.3122vw, -10px) scale(0.2836);
    animation: 24s linear -5s infinite normal none running fall-114;
}

@keyframes fall-114 {
    55.357% {
        transform: translate(13.9238vw, 55.357vh) scale(0.2836);
    }

    100% {
        transform: translate(13.118vw, 100vh) scale(0.2836);
    }
}

.snow:nth-child(115) {
    opacity: 0.2723;
    transform: translate(68.5265vw, -10px) scale(0.4417);
    animation: 21s linear -24s infinite normal none running fall-115;
}

@keyframes fall-115 {
    61.629% {
        transform: translate(68.9795vw, 61.629vh) scale(0.4417);
    }

    100% {
        transform: translate(68.753vw, 100vh) scale(0.4417);
    }
}

.snow:nth-child(116) {
    opacity: 0.7607;
    transform: translate(93.6147vw, -10px) scale(0.3624);
    animation: 25s linear -8s infinite normal none running fall-116;
}

@keyframes fall-116 {
    59.082% {
        transform: translate(94.8684vw, 59.082vh) scale(0.3624);
    }

    100% {
        transform: translate(94.2416vw, 100vh) scale(0.3624);
    }
}

.snow:nth-child(117) {
    opacity: 0.9819;
    transform: translate(35.1669vw, -10px) scale(0.9305);
    animation: 27s linear -16s infinite normal none running fall-117;
}

@keyframes fall-117 {
    55.978% {
        transform: translate(37.5369vw, 55.978vh) scale(0.9305);
    }

    100% {
        transform: translate(36.3519vw, 100vh) scale(0.9305);
    }
}

.snow:nth-child(118) {
    opacity: 0.8456;
    transform: translate(62.8667vw, -10px) scale(0.0323);
    animation: 23s linear -17s infinite normal none running fall-118;
}

@keyframes fall-118 {
    44.358% {
        transform: translate(59.3094vw, 44.358vh) scale(0.0323);
    }

    100% {
        transform: translate(61.0881vw, 100vh) scale(0.0323);
    }
}

.snow:nth-child(119) {
    opacity: 0.2162;
    transform: translate(94.9288vw, -10px) scale(0.4899);
    animation: 13s linear -18s infinite normal none running fall-119;
}

@keyframes fall-119 {
    55.562% {
        transform: translate(102.229vw, 55.562vh) scale(0.4899);
    }

    100% {
        transform: translate(98.5789vw, 100vh) scale(0.4899);
    }
}

.snow:nth-child(120) {
    opacity: 0.5483;
    transform: translate(32.439vw, -10px) scale(0.6196);
    animation: 28s linear -16s infinite normal none running fall-120;
}

@keyframes fall-120 {
    66.626% {
        transform: translate(33.7387vw, 66.626vh) scale(0.6196);
    }

    100% {
        transform: translate(33.0889vw, 100vh) scale(0.6196);
    }
}

.snow:nth-child(121) {
    opacity: 0.7989;
    transform: translate(80.2694vw, -10px) scale(0.1918);
    animation: 13s linear -8s infinite normal none running fall-121;
}

@keyframes fall-121 {
    61.857% {
        transform: translate(73.1771vw, 61.857vh) scale(0.1918);
    }

    100% {
        transform: translate(76.7232vw, 100vh) scale(0.1918);
    }
}

.snow:nth-child(122) {
    opacity: 0.1779;
    transform: translate(56.8678vw, -10px) scale(0.8749);
    animation: 18s linear -28s infinite normal none running fall-122;
}

@keyframes fall-122 {
    74.85% {
        transform: translate(52.1306vw, 74.85vh) scale(0.8749);
    }

    100% {
        transform: translate(54.4992vw, 100vh) scale(0.8749);
    }
}

.snow:nth-child(123) {
    opacity: 0.7592;
    transform: translate(51.2551vw, -10px) scale(0.1148);
    animation: 15s linear -20s infinite normal none running fall-123;
}

@keyframes fall-123 {
    73.497% {
        transform: translate(55.5632vw, 73.497vh) scale(0.1148);
    }

    100% {
        transform: translate(53.4091vw, 100vh) scale(0.1148);
    }
}

.snow:nth-child(124) {
    opacity: 0.5012;
    transform: translate(30.5027vw, -10px) scale(0.3583);
    animation: 22s linear -19s infinite normal none running fall-124;
}

@keyframes fall-124 {
    73.946% {
        transform: translate(32.3836vw, 73.946vh) scale(0.3583);
    }

    100% {
        transform: translate(31.4431vw, 100vh) scale(0.3583);
    }
}

.snow:nth-child(125) {
    opacity: 0.4302;
    transform: translate(33.5856vw, -10px) scale(0.6996);
    animation: 30s linear -29s infinite normal none running fall-125;
}

@keyframes fall-125 {
    77.21% {
        transform: translate(27.6589vw, 77.21vh) scale(0.6996);
    }

    100% {
        transform: translate(30.6223vw, 100vh) scale(0.6996);
    }
}

.snow:nth-child(126) {
    opacity: 0.1864;
    transform: translate(33.6323vw, -10px) scale(0.294);
    animation: 30s linear -28s infinite normal none running fall-126;
}

@keyframes fall-126 {
    67.195% {
        transform: translate(41.0776vw, 67.195vh) scale(0.294);
    }

    100% {
        transform: translate(37.355vw, 100vh) scale(0.294);
    }
}

.snow:nth-child(127) {
    opacity: 0.5821;
    transform: translate(91.0425vw, -10px) scale(0.3946);
    animation: 30s linear -1s infinite normal none running fall-127;
}

@keyframes fall-127 {
    38.021% {
        transform: translate(82.1406vw, 38.021vh) scale(0.3946);
    }

    100% {
        transform: translate(86.5915vw, 100vh) scale(0.3946);
    }
}

.snow:nth-child(128) {
    opacity: 0.3042;
    transform: translate(67.7214vw, -10px) scale(0.7068);
    animation: 11s linear -12s infinite normal none running fall-128;
}

@keyframes fall-128 {
    66.599% {
        transform: translate(65.2578vw, 66.599vh) scale(0.7068);
    }

    100% {
        transform: translate(66.4896vw, 100vh) scale(0.7068);
    }
}

.snow:nth-child(129) {
    opacity: 0.7206;
    transform: translate(76.4011vw, -10px) scale(0.2249);
    animation: 27s linear -16s infinite normal none running fall-129;
}

@keyframes fall-129 {
    54.898% {
        transform: translate(77.9064vw, 54.898vh) scale(0.2249);
    }

    100% {
        transform: translate(77.1538vw, 100vh) scale(0.2249);
    }
}

.snow:nth-child(130) {
    opacity: 0.1583;
    transform: translate(48.1051vw, -10px) scale(0.1894);
    animation: 23s linear -28s infinite normal none running fall-130;
}

@keyframes fall-130 {
    73.46% {
        transform: translate(55.3017vw, 73.46vh) scale(0.1894);
    }

    100% {
        transform: translate(51.7034vw, 100vh) scale(0.1894);
    }
}

.snow:nth-child(131) {
    opacity: 0.0264;
    transform: translate(55.7593vw, -10px) scale(0.7461);
    animation: 29s linear -26s infinite normal none running fall-131;
}

@keyframes fall-131 {
    49.687% {
        transform: translate(46.1966vw, 49.687vh) scale(0.7461);
    }

    100% {
        transform: translate(50.9779vw, 100vh) scale(0.7461);
    }
}

.snow:nth-child(132) {
    opacity: 0.4288;
    transform: translate(27.5676vw, -10px) scale(0.7309);
    animation: 26s linear -4s infinite normal none running fall-132;
}

@keyframes fall-132 {
    43.721% {
        transform: translate(24.1418vw, 43.721vh) scale(0.7309);
    }

    100% {
        transform: translate(25.8547vw, 100vh) scale(0.7309);
    }
}

.snow:nth-child(133) {
    opacity: 0.9807;
    transform: translate(6.0472vw, -10px) scale(0.941);
    animation: 30s linear -7s infinite normal none running fall-133;
}

@keyframes fall-133 {
    67.021% {
        transform: translate(8.3879vw, 67.021vh) scale(0.941);
    }

    100% {
        transform: translate(7.21755vw, 100vh) scale(0.941);
    }
}

.snow:nth-child(134) {
    opacity: 0.1597;
    transform: translate(62.716vw, -10px) scale(0.7241);
    animation: 29s linear -26s infinite normal none running fall-134;
}

@keyframes fall-134 {
    37.986% {
        transform: translate(62.2447vw, 37.986vh) scale(0.7241);
    }

    100% {
        transform: translate(62.4804vw, 100vh) scale(0.7241);
    }
}

.snow:nth-child(135) {
    opacity: 0.7941;
    transform: translate(31.6416vw, -10px) scale(0.5087);
    animation: 12s linear -4s infinite normal none running fall-135;
}

@keyframes fall-135 {
    78.17% {
        transform: translate(38.1214vw, 78.17vh) scale(0.5087);
    }

    100% {
        transform: translate(34.8815vw, 100vh) scale(0.5087);
    }
}

.snow:nth-child(136) {
    opacity: 0.2095;
    transform: translate(51.2892vw, -10px) scale(0.1559);
    animation: 30s linear -18s infinite normal none running fall-136;
}

@keyframes fall-136 {
    64.404% {
        transform: translate(60.8999vw, 64.404vh) scale(0.1559);
    }

    100% {
        transform: translate(56.0945vw, 100vh) scale(0.1559);
    }
}

.snow:nth-child(137) {
    opacity: 0.1883;
    transform: translate(50.9262vw, -10px) scale(0.7597);
    animation: 24s linear -25s infinite normal none running fall-137;
}

@keyframes fall-137 {
    76.391% {
        transform: translate(53.9217vw, 76.391vh) scale(0.7597);
    }

    100% {
        transform: translate(52.4239vw, 100vh) scale(0.7597);
    }
}

.snow:nth-child(138) {
    opacity: 0.8553;
    transform: translate(95.3258vw, -10px) scale(0.0613);
    animation: 13s linear -8s infinite normal none running fall-138;
}

@keyframes fall-138 {
    52.049% {
        transform: translate(101.624vw, 52.049vh) scale(0.0613);
    }

    100% {
        transform: translate(98.4747vw, 100vh) scale(0.0613);
    }
}

.snow:nth-child(139) {
    opacity: 0.5412;
    transform: translate(49.8818vw, -10px) scale(0.5171);
    animation: 14s linear -1s infinite normal none running fall-139;
}

@keyframes fall-139 {
    61.64% {
        transform: translate(49.2608vw, 61.64vh) scale(0.5171);
    }

    100% {
        transform: translate(49.5713vw, 100vh) scale(0.5171);
    }
}

.snow:nth-child(140) {
    opacity: 0.1889;
    transform: translate(57.5487vw, -10px) scale(0.1405);
    animation: 10s linear -22s infinite normal none running fall-140;
}

@keyframes fall-140 {
    79.381% {
        transform: translate(52.7483vw, 79.381vh) scale(0.1405);
    }

    100% {
        transform: translate(55.1485vw, 100vh) scale(0.1405);
    }
}

.snow:nth-child(141) {
    opacity: 0.7386;
    transform: translate(57.7747vw, -10px) scale(0.5451);
    animation: 13s linear -22s infinite normal none running fall-141;
}

@keyframes fall-141 {
    56.078% {
        transform: translate(63.4649vw, 56.078vh) scale(0.5451);
    }

    100% {
        transform: translate(60.6198vw, 100vh) scale(0.5451);
    }
}

.snow:nth-child(142) {
    opacity: 0.2075;
    transform: translate(61.1616vw, -10px) scale(0.9663);
    animation: 11s linear -22s infinite normal none running fall-142;
}

@keyframes fall-142 {
    58.951% {
        transform: translate(57.0718vw, 58.951vh) scale(0.9663);
    }

    100% {
        transform: translate(59.1167vw, 100vh) scale(0.9663);
    }
}

.snow:nth-child(143) {
    opacity: 0.3376;
    transform: translate(24.0105vw, -10px) scale(0.5823);
    animation: 13s linear -12s infinite normal none running fall-143;
}

@keyframes fall-143 {
    61.288% {
        transform: translate(22.4592vw, 61.288vh) scale(0.5823);
    }

    100% {
        transform: translate(23.2349vw, 100vh) scale(0.5823);
    }
}

.snow:nth-child(144) {
    opacity: 0.6924;
    transform: translate(0.6344vw, -10px) scale(0.1768);
    animation: 20s linear -3s infinite normal none running fall-144;
}

@keyframes fall-144 {
    78.657% {
        transform: translate(5.1609vw, 78.657vh) scale(0.1768);
    }

    100% {
        transform: translate(2.89765vw, 100vh) scale(0.1768);
    }
}

.snow:nth-child(145) {
    opacity: 0.5994;
    transform: translate(8.9452vw, -10px) scale(0.5951);
    animation: 11s linear -27s infinite normal none running fall-145;
}

@keyframes fall-145 {
    61.947% {
        transform: translate(9.0792vw, 61.947vh) scale(0.5951);
    }

    100% {
        transform: translate(9.0122vw, 100vh) scale(0.5951);
    }
}

.snow:nth-child(146) {
    opacity: 0.103;
    transform: translate(83.7349vw, -10px) scale(0.5938);
    animation: 18s linear -1s infinite normal none running fall-146;
}

@keyframes fall-146 {
    67.503% {
        transform: translate(80.1884vw, 67.503vh) scale(0.5938);
    }

    100% {
        transform: translate(81.9617vw, 100vh) scale(0.5938);
    }
}

.snow:nth-child(147) {
    opacity: 0.8805;
    transform: translate(97.5132vw, -10px) scale(0.1095);
    animation: 20s linear -13s infinite normal none running fall-147;
}

@keyframes fall-147 {
    65.415% {
        transform: translate(94.4071vw, 65.415vh) scale(0.1095);
    }

    100% {
        transform: translate(95.9601vw, 100vh) scale(0.1095);
    }
}

.snow:nth-child(148) {
    opacity: 0.3092;
    transform: translate(70.6892vw, -10px) scale(0.1177);
    animation: 16s linear -10s infinite normal none running fall-148;
}

@keyframes fall-148 {
    79.493% {
        transform: translate(67.5575vw, 79.493vh) scale(0.1177);
    }

    100% {
        transform: translate(69.1234vw, 100vh) scale(0.1177);
    }
}

.snow:nth-child(149) {
    opacity: 0.2748;
    transform: translate(42.9611vw, -10px) scale(0.0099);
    animation: 27s linear -9s infinite normal none running fall-149;
}

@keyframes fall-149 {
    53.927% {
        transform: translate(51.4111vw, 53.927vh) scale(0.0099);
    }

    100% {
        transform: translate(47.1861vw, 100vh) scale(0.0099);
    }
}

.snow:nth-child(150) {
    opacity: 0.0776;
    transform: translate(7.0856vw, -10px) scale(0.8172);
    animation: 15s linear -13s infinite normal none running fall-150;
}

@keyframes fall-150 {
    39.174% {
        transform: translate(1.9933vw, 39.174vh) scale(0.8172);
    }

    100% {
        transform: translate(4.53945vw, 100vh) scale(0.8172);
    }
}

.snow:nth-child(151) {
    opacity: 0.6534;
    transform: translate(47.4122vw, -10px) scale(0.025);
    animation: 27s linear -30s infinite normal none running fall-151;
}

@keyframes fall-151 {
    31.303% {
        transform: translate(44.9404vw, 31.303vh) scale(0.025);
    }

    100% {
        transform: translate(46.1763vw, 100vh) scale(0.025);
    }
}

.snow:nth-child(152) {
    opacity: 0.4027;
    transform: translate(40.3081vw, -10px) scale(0.9647);
    animation: 20s linear -13s infinite normal none running fall-152;
}

@keyframes fall-152 {
    73.665% {
        transform: translate(44.4794vw, 73.665vh) scale(0.9647);
    }

    100% {
        transform: translate(42.3937vw, 100vh) scale(0.9647);
    }
}

.snow:nth-child(153) {
    opacity: 0.2388;
    transform: translate(89.3335vw, -10px) scale(0.2845);
    animation: 28s linear -13s infinite normal none running fall-153;
}

@keyframes fall-153 {
    42.672% {
        transform: translate(80.1256vw, 42.672vh) scale(0.2845);
    }

    100% {
        transform: translate(84.7296vw, 100vh) scale(0.2845);
    }
}

.snow:nth-child(154) {
    opacity: 0.0482;
    transform: translate(55.126vw, -10px) scale(0.2725);
    animation: 27s linear -2s infinite normal none running fall-154;
}

@keyframes fall-154 {
    54.817% {
        transform: translate(45.6606vw, 54.817vh) scale(0.2725);
    }

    100% {
        transform: translate(50.3933vw, 100vh) scale(0.2725);
    }
}

.snow:nth-child(155) {
    opacity: 0.3837;
    transform: translate(23.7404vw, -10px) scale(0.8875);
    animation: 21s linear -18s infinite normal none running fall-155;
}

@keyframes fall-155 {
    30.158% {
        transform: translate(24.2566vw, 30.158vh) scale(0.8875);
    }

    100% {
        transform: translate(23.9985vw, 100vh) scale(0.8875);
    }
}

.snow:nth-child(156) {
    opacity: 0.7668;
    transform: translate(55.7361vw, -10px) scale(0.1326);
    animation: 13s linear -13s infinite normal none running fall-156;
}

@keyframes fall-156 {
    38.641% {
        transform: translate(49.9766vw, 38.641vh) scale(0.1326);
    }

    100% {
        transform: translate(52.8563vw, 100vh) scale(0.1326);
    }
}

.snow:nth-child(157) {
    opacity: 0.6092;
    transform: translate(24.044vw, -10px) scale(0.0671);
    animation: 28s linear -15s infinite normal none running fall-157;
}

@keyframes fall-157 {
    50.815% {
        transform: translate(29.1577vw, 50.815vh) scale(0.0671);
    }

    100% {
        transform: translate(26.6009vw, 100vh) scale(0.0671);
    }
}

.snow:nth-child(158) {
    opacity: 0.4002;
    transform: translate(35.7925vw, -10px) scale(0.8021);
    animation: 24s linear -12s infinite normal none running fall-158;
}

@keyframes fall-158 {
    71.383% {
        transform: translate(33.7293vw, 71.383vh) scale(0.8021);
    }

    100% {
        transform: translate(34.7609vw, 100vh) scale(0.8021);
    }
}

.snow:nth-child(159) {
    opacity: 0.3532;
    transform: translate(65.2731vw, -10px) scale(0.3265);
    animation: 18s linear -7s infinite normal none running fall-159;
}

@keyframes fall-159 {
    74.947% {
        transform: translate(60.3932vw, 74.947vh) scale(0.3265);
    }

    100% {
        transform: translate(62.8332vw, 100vh) scale(0.3265);
    }
}

.snow:nth-child(160) {
    opacity: 0.4761;
    transform: translate(52.7816vw, -10px) scale(0.082);
    animation: 20s linear -10s infinite normal none running fall-160;
}

@keyframes fall-160 {
    36.504% {
        transform: translate(50.5882vw, 36.504vh) scale(0.082);
    }

    100% {
        transform: translate(51.6849vw, 100vh) scale(0.082);
    }
}

.snow:nth-child(161) {
    opacity: 0.5319;
    transform: translate(88.6248vw, -10px) scale(0.4497);
    animation: 16s linear -3s infinite normal none running fall-161;
}

@keyframes fall-161 {
    60.471% {
        transform: translate(95.451vw, 60.471vh) scale(0.4497);
    }

    100% {
        transform: translate(92.0379vw, 100vh) scale(0.4497);
    }
}

.snow:nth-child(162) {
    opacity: 0.0947;
    transform: translate(47.7535vw, -10px) scale(0.6155);
    animation: 26s linear -29s infinite normal none running fall-162;
}

@keyframes fall-162 {
    51.145% {
        transform: translate(50.1762vw, 51.145vh) scale(0.6155);
    }

    100% {
        transform: translate(48.9648vw, 100vh) scale(0.6155);
    }
}

.snow:nth-child(163) {
    opacity: 0.1865;
    transform: translate(37.0752vw, -10px) scale(0.4044);
    animation: 10s linear -26s infinite normal none running fall-163;
}

@keyframes fall-163 {
    62.543% {
        transform: translate(37.8322vw, 62.543vh) scale(0.4044);
    }

    100% {
        transform: translate(37.4537vw, 100vh) scale(0.4044);
    }
}

.snow:nth-child(164) {
    opacity: 0.2668;
    transform: translate(16.8974vw, -10px) scale(0.8953);
    animation: 18s linear -14s infinite normal none running fall-164;
}

@keyframes fall-164 {
    69.248% {
        transform: translate(22.6057vw, 69.248vh) scale(0.8953);
    }

    100% {
        transform: translate(19.7516vw, 100vh) scale(0.8953);
    }
}

.snow:nth-child(165) {
    opacity: 0.5767;
    transform: translate(88.029vw, -10px) scale(0.2829);
    animation: 10s linear -3s infinite normal none running fall-165;
}

@keyframes fall-165 {
    55.122% {
        transform: translate(93.7769vw, 55.122vh) scale(0.2829);
    }

    100% {
        transform: translate(90.903vw, 100vh) scale(0.2829);
    }
}

.snow:nth-child(166) {
    opacity: 0.8255;
    transform: translate(90.0001vw, -10px) scale(0.2527);
    animation: 16s linear -19s infinite normal none running fall-166;
}

@keyframes fall-166 {
    45.457% {
        transform: translate(90.7921vw, 45.457vh) scale(0.2527);
    }

    100% {
        transform: translate(90.3961vw, 100vh) scale(0.2527);
    }
}

.snow:nth-child(167) {
    opacity: 0.7324;
    transform: translate(30.7982vw, -10px) scale(0.9918);
    animation: 17s linear -25s infinite normal none running fall-167;
}

@keyframes fall-167 {
    69.597% {
        transform: translate(39.2069vw, 69.597vh) scale(0.9918);
    }

    100% {
        transform: translate(35.0025vw, 100vh) scale(0.9918);
    }
}

.snow:nth-child(168) {
    opacity: 0.5619;
    transform: translate(46.0772vw, -10px) scale(0.3999);
    animation: 14s linear -11s infinite normal none running fall-168;
}

@keyframes fall-168 {
    65.562% {
        transform: translate(53.9068vw, 65.562vh) scale(0.3999);
    }

    100% {
        transform: translate(49.992vw, 100vh) scale(0.3999);
    }
}

.snow:nth-child(169) {
    opacity: 0.1161;
    transform: translate(15.5132vw, -10px) scale(0.2397);
    animation: 27s linear -29s infinite normal none running fall-169;
}

@keyframes fall-169 {
    32.122% {
        transform: translate(10.7047vw, 32.122vh) scale(0.2397);
    }

    100% {
        transform: translate(13.109vw, 100vh) scale(0.2397);
    }
}

.snow:nth-child(170) {
    opacity: 0.5142;
    transform: translate(34.5723vw, -10px) scale(0.5639);
    animation: 20s linear -8s infinite normal none running fall-170;
}

@keyframes fall-170 {
    58.155% {
        transform: translate(29.0768vw, 58.155vh) scale(0.5639);
    }

    100% {
        transform: translate(31.8245vw, 100vh) scale(0.5639);
    }
}

.snow:nth-child(171) {
    opacity: 0.5496;
    transform: translate(55.6005vw, -10px) scale(0.3003);
    animation: 10s linear -15s infinite normal none running fall-171;
}

@keyframes fall-171 {
    54.75% {
        transform: translate(54.2905vw, 54.75vh) scale(0.3003);
    }

    100% {
        transform: translate(54.9455vw, 100vh) scale(0.3003);
    }
}

.snow:nth-child(172) {
    opacity: 0.2678;
    transform: translate(47.1843vw, -10px) scale(0.5674);
    animation: 27s linear -2s infinite normal none running fall-172;
}

@keyframes fall-172 {
    55.764% {
        transform: translate(49.8483vw, 55.764vh) scale(0.5674);
    }

    100% {
        transform: translate(48.5163vw, 100vh) scale(0.5674);
    }
}

.snow:nth-child(173) {
    opacity: 0.0225;
    transform: translate(33.3452vw, -10px) scale(0.6441);
    animation: 20s linear -13s infinite normal none running fall-173;
}

@keyframes fall-173 {
    36.472% {
        transform: translate(36.1201vw, 36.472vh) scale(0.6441);
    }

    100% {
        transform: translate(34.7326vw, 100vh) scale(0.6441);
    }
}

.snow:nth-child(174) {
    opacity: 0.5279;
    transform: translate(26.7305vw, -10px) scale(0.9123);
    animation: 13s linear -14s infinite normal none running fall-174;
}

@keyframes fall-174 {
    58.644% {
        transform: translate(17.9885vw, 58.644vh) scale(0.9123);
    }

    100% {
        transform: translate(22.3595vw, 100vh) scale(0.9123);
    }
}

.snow:nth-child(175) {
    opacity: 0.2771;
    transform: translate(1.0456vw, -10px) scale(0.0078);
    animation: 14s linear -26s infinite normal none running fall-175;
}

@keyframes fall-175 {
    63.247% {
        transform: translate(-6.7615vw, 63.247vh) scale(0.0078);
    }

    100% {
        transform: translate(-2.85795vw, 100vh) scale(0.0078);
    }
}

.snow:nth-child(176) {
    opacity: 0.9385;
    transform: translate(46.499vw, -10px) scale(0.4322);
    animation: 22s linear -21s infinite normal none running fall-176;
}

@keyframes fall-176 {
    62.624% {
        transform: translate(55.3679vw, 62.624vh) scale(0.4322);
    }

    100% {
        transform: translate(50.9335vw, 100vh) scale(0.4322);
    }
}

.snow:nth-child(177) {
    opacity: 0.6835;
    transform: translate(41.5757vw, -10px) scale(0.0736);
    animation: 24s linear -3s infinite normal none running fall-177;
}

@keyframes fall-177 {
    72.34% {
        transform: translate(36.5064vw, 72.34vh) scale(0.0736);
    }

    100% {
        transform: translate(39.041vw, 100vh) scale(0.0736);
    }
}

.snow:nth-child(178) {
    opacity: 0.2422;
    transform: translate(50.7208vw, -10px) scale(0.1868);
    animation: 20s linear -17s infinite normal none running fall-178;
}

@keyframes fall-178 {
    73.307% {
        transform: translate(43.899vw, 73.307vh) scale(0.1868);
    }

    100% {
        transform: translate(47.3099vw, 100vh) scale(0.1868);
    }
}

.snow:nth-child(179) {
    opacity: 0.7821;
    transform: translate(99.4477vw, -10px) scale(0.3647);
    animation: 22s linear -10s infinite normal none running fall-179;
}

@keyframes fall-179 {
    71.044% {
        transform: translate(100.049vw, 71.044vh) scale(0.3647);
    }

    100% {
        transform: translate(99.7483vw, 100vh) scale(0.3647);
    }
}

.snow:nth-child(180) {
    opacity: 0.7619;
    transform: translate(0.4418vw, -10px) scale(0.6805);
    animation: 12s linear -26s infinite normal none running fall-180;
}

@keyframes fall-180 {
    49.667% {
        transform: translate(8.4491vw, 49.667vh) scale(0.6805);
    }

    100% {
        transform: translate(4.44545vw, 100vh) scale(0.6805);
    }
}

.snow:nth-child(181) {
    opacity: 0.8357;
    transform: translate(43.5418vw, -10px) scale(0.153);
    animation: 29s linear -4s infinite normal none running fall-181;
}

@keyframes fall-181 {
    42.148% {
        transform: translate(38.3271vw, 42.148vh) scale(0.153);
    }

    100% {
        transform: translate(40.9344vw, 100vh) scale(0.153);
    }
}

.snow:nth-child(182) {
    opacity: 0.0886;
    transform: translate(20.6689vw, -10px) scale(0.1793);
    animation: 15s linear -5s infinite normal none running fall-182;
}

@keyframes fall-182 {
    50.78% {
        transform: translate(28.5398vw, 50.78vh) scale(0.1793);
    }

    100% {
        transform: translate(24.6044vw, 100vh) scale(0.1793);
    }
}

.snow:nth-child(183) {
    opacity: 0.5938;
    transform: translate(46.9837vw, -10px) scale(0.0491);
    animation: 25s linear -6s infinite normal none running fall-183;
}

@keyframes fall-183 {
    35.005% {
        transform: translate(55.3943vw, 35.005vh) scale(0.0491);
    }

    100% {
        transform: translate(51.189vw, 100vh) scale(0.0491);
    }
}

.snow:nth-child(184) {
    opacity: 0.0533;
    transform: translate(44.6109vw, -10px) scale(0.147);
    animation: 23s linear -11s infinite normal none running fall-184;
}

@keyframes fall-184 {
    49.439% {
        transform: translate(54.0203vw, 49.439vh) scale(0.147);
    }

    100% {
        transform: translate(49.3156vw, 100vh) scale(0.147);
    }
}

.snow:nth-child(185) {
    opacity: 0.8182;
    transform: translate(75.8407vw, -10px) scale(0.4479);
    animation: 28s linear -25s infinite normal none running fall-185;
}

@keyframes fall-185 {
    55.66% {
        transform: translate(71.6564vw, 55.66vh) scale(0.4479);
    }

    100% {
        transform: translate(73.7485vw, 100vh) scale(0.4479);
    }
}

.snow:nth-child(186) {
    opacity: 0.0282;
    transform: translate(0.6165vw, -10px) scale(0.8892);
    animation: 23s linear -5s infinite normal none running fall-186;
}

@keyframes fall-186 {
    52.606% {
        transform: translate(7.3859vw, 52.606vh) scale(0.8892);
    }

    100% {
        transform: translate(4.0012vw, 100vh) scale(0.8892);
    }
}

.snow:nth-child(187) {
    opacity: 0.398;
    transform: translate(10.789vw, -10px) scale(0.3741);
    animation: 19s linear -30s infinite normal none running fall-187;
}

@keyframes fall-187 {
    39.464% {
        transform: translate(11.7303vw, 39.464vh) scale(0.3741);
    }

    100% {
        transform: translate(11.2597vw, 100vh) scale(0.3741);
    }
}

.snow:nth-child(188) {
    opacity: 0.3399;
    transform: translate(69.7773vw, -10px) scale(0.9523);
    animation: 25s linear -1s infinite normal none running fall-188;
}

@keyframes fall-188 {
    52.83% {
        transform: translate(68.9569vw, 52.83vh) scale(0.9523);
    }

    100% {
        transform: translate(69.3671vw, 100vh) scale(0.9523);
    }
}

.snow:nth-child(189) {
    opacity: 0.6588;
    transform: translate(59.4114vw, -10px) scale(0.6183);
    animation: 28s linear -2s infinite normal none running fall-189;
}

@keyframes fall-189 {
    61.669% {
        transform: translate(49.789vw, 61.669vh) scale(0.6183);
    }

    100% {
        transform: translate(54.6002vw, 100vh) scale(0.6183);
    }
}

.snow:nth-child(190) {
    opacity: 0.3676;
    transform: translate(18.6443vw, -10px) scale(0.4226);
    animation: 21s linear -29s infinite normal none running fall-190;
}

@keyframes fall-190 {
    32.739% {
        transform: translate(12.613vw, 32.739vh) scale(0.4226);
    }

    100% {
        transform: translate(15.6287vw, 100vh) scale(0.4226);
    }
}

.snow:nth-child(191) {
    opacity: 0.5427;
    transform: translate(64.1976vw, -10px) scale(0.2514);
    animation: 22s linear -28s infinite normal none running fall-191;
}

@keyframes fall-191 {
    32.104% {
        transform: translate(59.1382vw, 32.104vh) scale(0.2514);
    }

    100% {
        transform: translate(61.6679vw, 100vh) scale(0.2514);
    }
}

.snow:nth-child(192) {
    opacity: 0.6235;
    transform: translate(88.5419vw, -10px) scale(0.7283);
    animation: 12s linear -1s infinite normal none running fall-192;
}

@keyframes fall-192 {
    52.459% {
        transform: translate(82.5402vw, 52.459vh) scale(0.7283);
    }

    100% {
        transform: translate(85.541vw, 100vh) scale(0.7283);
    }
}

.snow:nth-child(193) {
    opacity: 0.4842;
    transform: translate(91.2786vw, -10px) scale(0.5587);
    animation: 14s linear -27s infinite normal none running fall-193;
}

@keyframes fall-193 {
    31.45% {
        transform: translate(85.0134vw, 31.45vh) scale(0.5587);
    }

    100% {
        transform: translate(88.146vw, 100vh) scale(0.5587);
    }
}

.snow:nth-child(194) {
    opacity: 0.9516;
    transform: translate(3.6825vw, -10px) scale(0.1788);
    animation: 12s linear -9s infinite normal none running fall-194;
}

@keyframes fall-194 {
    61.646% {
        transform: translate(8.8568vw, 61.646vh) scale(0.1788);
    }

    100% {
        transform: translate(6.26965vw, 100vh) scale(0.1788);
    }
}

.snow:nth-child(195) {
    opacity: 0.0662;
    transform: translate(82.6905vw, -10px) scale(0.5094);
    animation: 24s linear -14s infinite normal none running fall-195;
}

@keyframes fall-195 {
    52.715% {
        transform: translate(78.1627vw, 52.715vh) scale(0.5094);
    }

    100% {
        transform: translate(80.4266vw, 100vh) scale(0.5094);
    }
}

.snow:nth-child(196) {
    opacity: 0.2661;
    transform: translate(78.9462vw, -10px) scale(0.5423);
    animation: 22s linear -26s infinite normal none running fall-196;
}

@keyframes fall-196 {
    74.008% {
        transform: translate(77.3304vw, 74.008vh) scale(0.5423);
    }

    100% {
        transform: translate(78.1383vw, 100vh) scale(0.5423);
    }
}

.snow:nth-child(197) {
    opacity: 0.6231;
    transform: translate(92.0165vw, -10px) scale(0.6978);
    animation: 22s linear -19s infinite normal none running fall-197;
}

@keyframes fall-197 {
    65.398% {
        transform: translate(88.2944vw, 65.398vh) scale(0.6978);
    }

    100% {
        transform: translate(90.1555vw, 100vh) scale(0.6978);
    }
}

.snow:nth-child(198) {
    opacity: 0.1726;
    transform: translate(45.5129vw, -10px) scale(0.2779);
    animation: 16s linear -20s infinite normal none running fall-198;
}

@keyframes fall-198 {
    35.253% {
        transform: translate(45.2128vw, 35.253vh) scale(0.2779);
    }

    100% {
        transform: translate(45.3629vw, 100vh) scale(0.2779);
    }
}

.snow:nth-child(199) {
    opacity: 0.7973;
    transform: translate(30.2699vw, -10px) scale(0.917);
    animation: 17s linear -16s infinite normal none running fall-199;
}

@keyframes fall-199 {
    49.829% {
        transform: translate(25.7064vw, 49.829vh) scale(0.917);
    }

    100% {
        transform: translate(27.9882vw, 100vh) scale(0.917);
    }
}

.snow:nth-child(200) {
    opacity: 0.4444;
    transform: translate(46.9624vw, -10px) scale(0.6181);
    animation: 24s linear -14s infinite normal none running fall-200;
}

@keyframes fall-200 {
    62.094% {
        transform: translate(43.5268vw, 62.094vh) scale(0.6181);
    }

    100% {
        transform: translate(45.2446vw, 100vh) scale(0.6181);
    }
}

.topbar-holder {
    background: url("../images/christmas-Theme/red-christmas-bg.jpg") center bottom rgb(211, 16, 32);
}

.banner-features-wrap {
    background: url("../images/christmas-Theme/red-christmas-bg.jpg") center center rgb(211, 16, 32);
}

.category-holder {
    background-size: cover;
    background-color: rgb(255, 249, 226);
}

.category-holder .about-content .heading-text {
    color: rgb(170, 21, 25);
}

.about-content .heading-text::before, .feature-head .heading-text::before, .recent-sold .heading-text::before, .category-about-content h1::before, .about-content .heading-text::after, .feature-head .heading-text::after, .recent-sold .heading-text::after, .category-about-content h1::after {
    background: rgb(199, 158, 89);
}

.header-holder {
    position: relative;
    background-repeat: repeat-x;
    background-position: 0px 28px;
    background-image: url("../images/christmas-Theme/header-bg-snow-trees.png");
}

.header-holder > .container {
    position: relative;
}

@media only screen and (max-width: 1499px) {
    .header-holder > .container::before {
        display: none;
    }
}

.category-link {
    position: relative;
}

.category-link::before {
    content: "";
    position: absolute;
    background-position: center top;
    background-image: url("../images/christmas-Theme/kindpng-1589630.png");
    background-size: contain;
    height: 130px;
    width: 50px;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-repeat: no-repeat;
}

.category-link::after {
    content: "";
    position: absolute;
    background-position: center top;
    background-image: url("../images/christmas-Theme/124223-gift-christmas-red-free-hd-image-removebg-preview.png");
    background-size: contain;
    height: 65px;
    width: 100px;
    bottom: -17px;
    right: -35px;
    z-index: 1;
    background-repeat: no-repeat;
    transform: rotate(360deg);
}

.menu-bar {
    background: rgb(255, 255, 255);
}

.banner-bg {
    position: absolute;
    height: 100%;
    background: rgba(167, 18, 22, 0.88);
    top: 0px;
    left: 0px;
    width: 100%;
}

.head-area .slider {
    display: inline-block;
    width: 30px;
    height: 43px;
    background-color: rgb(204, 0, 26);
    position: absolute;
    z-index: 1;
    bottom: 2px;
    transition: all 0.2s linear 0s;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 35px;
}

.testimonials-overlay {
    background: rgba(162, 16, 19, 0.86);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
}

.search-holder .navbar-form .input-group, .mobile-searchholder .navbar-form .input-group, .product-search-holder .navbar-form .input-group {
    border: 1px solid rgb(223, 179, 22);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.06) 4px 5px 10px 4px;
}

.navbar-form .input-group > .form-control {
    padding: 5px 15px;
}

.banner-features-wrap .banner-feature-item .banner-feature-item-icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: rgb(242, 224, 160);
    border-radius: 50%;
    padding: 6px;
    overflow: hidden;
    vertical-align: middle;
}

.banner-features-wrap .banner-feature-item.highlighted-item {
    border-radius: 50px;
    background: linear-gradient(90deg, rgb(237, 219, 157) 0%, rgb(242, 224, 160) 85%, rgb(242, 224, 160) 100%);
}

.track-order {
    background: linear-gradient(90deg, rgb(242, 224, 160) 0%, rgb(242, 224, 160) 85%, rgb(242, 224, 160) 100%) 0% 0% / cover;
    padding: 3px 15px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 2px;
    color: rgb(0, 0, 0);
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.banner-features-wrap .banner-feature-item {
    color: rgb(242, 224, 160);
    margin: 5px 0px;
    padding: 2px 0px;
}

.banner-features-wrap .banner-feature-item {
    color: rgb(242, 224, 160);
    margin: 5px 0px;
    padding: 2px 0px;
}

.rui-pl-top-title-banner .text-container .rui-pl-top-title-banner-title {
    color: rgb(255, 255, 255);
    font-family: Poppins-Bold;
    display: inline-block;
    font-size: 46px;
    letter-spacing: -1px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    padding: 5px 0px 0px;
    margin-bottom: 0px;
}

.rui-pl-top-title-banner .text-container .rui-btn-primary {
    color: rgb(0, 0, 0);
    background: linear-gradient(152deg, rgb(242, 225, 160) 49%, rgb(225, 200, 123) 100%);
}

@media only screen and (max-width: 768px) {
    .category-link::before {
        width: 30px;
    }

    .category-link::after {
        width: 50px;
        bottom: -3px;
        height: 45px;
        right: -6px;
    }
}

.category-holder .about-content .heading-text {
    background: rgb(255, 249, 226);
    margin-bottom: 0px;
    margin-top: 5px;
}

.seasonOffer-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(194, 30, 39);
    text-transform: uppercase;
}

.season-offers {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.season-container {
    color: rgb(255, 255, 255);
    padding-top: 35px;
    padding-bottom: 20px;
    /* background-color: rgb(255, 249, 226); */
}

.season-offers .content {
    display: flex;
    padding: 15px;
    align-items: center;
    min-height: 220px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}

.season-offers .content .img {
    width: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
}

.season-offers .content .text {
    width: 50%;
    color: rgb(255, 255, 255);
}

.season-offers .content .img img {
    width: 100%;
    border-radius: 11px;
}

.season-container a {
    color: rgb(255, 255, 255);
}

.season-offers .content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    left: 0px;
    z-index: -1;
}

.season-offers .content .text h4 {
    line-height: 26px;
    font-size: 20px;
}

.season-offers .content .text p {
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    display: inline-block;
}

.season-container .row > div {
    padding: 0px;
}

.season-offers .content::before {
    content: "";
    position: absolute;
    background-size: cover;
     
    background-image: url("../images/christmas-Theme/1907-i309-022-red-sack-christmas-gifts-banners-realistic-Converted.jpg");
}

.season-container .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .bat-anim.wrapper {
        top: 30px;
        width: 178px !important;
    }

    .season-offers .content {
        width: 95%;
        margin: auto auto 10px;
    }

    .season-offers .content .text {
        text-align: left;
    }
}

@media screen and (max-width: 1550px) {
    .season-offers .content .text {
        width: 60%;
    }

    .season-offers .content .img {
        width: 53%;
    }

    .season-offers .content .text p {
        font-size: 15px;
    }

    .season-offers .content .text h4 {
        font-size: 17px;
    }
}

.seasonOffer-text span::before {
    left: 50%;
    position: absolute;
    content: "";
    background-image: url("../images/christmas-Theme/christmas-images-39-1.png"); 
    background-position: center center;
    width: 110px;
    height: 50px;
    background-size: contain;
    transform: translateX(-50%);
    top: 56%;
    background-repeat: no-repeat;
}

.seasonOffer-text span {
    position: relative;
    background-color: rgb(255 255 255);
    z-index: 1;
    padding: 0px 10px;
}

.category-holder.first-category .about-content {
    margin-bottom: 24px;
}

.season-container::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 120px;
    height: 120px;
    background-image: url("../images/christmas-Theme/tree.png");
    background-position: center center;
    background-size: contain;
    bottom: 5%;
}

.season-container::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 120px;
    height: 120px;
    background-image: url("../images/christmas-Theme/tree.png");
    background-position: center center;
    background-size: contain;
    bottom: 5%;
    z-index: 0;
}

.seasonOffer-text::before {
    content: "";
    position: absolute;
    left: 50%;
    height: 1px;
    top: 13.5%;
    background-color: rgb(199, 158, 89);
    width: 75%;
    transform: translateX(-50%);
}

.top-selling .head-area .heading-text {
    color: rgb(169, 24, 29);
}

.about-content .heading-text, .feature-head .heading-text, .recent-sold .heading-text, .category-about-content h1 {
    color: rgb(169, 20, 24);
}

.about-content img {
    border: 2px solid rgb(171, 26, 31);
    padding: 0px;
    margin-right: 13px;
    margin-top: 8px;
}

.topbar-holder::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 100px;
    background-image: url("../images/christmas-Theme/bell-PNG53571-min.png");
    height: 100px;
    z-index: 80;
    top: 7%;
    background-position: center center;
    background-size: 90px;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

@media screen and (max-width: 1200px) { 
    .topbar-holder::after {
        display: none;
    }
}

.order-list > div:nth-child(11) .category-link::before, .order-list > div:nth-child(12) .category-link::before, .order-list > div:nth-child(13) .category-link::before, .order-list > div:nth-child(14) .category-link::before {
    transform: rotate(265deg);
    left: 7px;
    top: -33px;
    width: 98px;
    background-image: url("../images/christmas-Theme/Pngtree-christmas-with-bells-1914481.png")!important;
}

.order-list > div:nth-child(11) .category-link::after, .order-list > div:nth-child(12) .category-link::after, .order-list > div:nth-child(13) .category-link::after, .order-list > div:nth-child(14) .category-link::after {
    right: -42px;
    bottom: -8px;
    transform: rotate(85deg);
    background-image: url("../images/christmas-Theme/Pngtree-christmas-with-bells-1914481.png")!important;
    width: 142px;
    height: 84px;
}

@media screen and (max-width: 1199px) {
    .seasonOffer-text::before{
        top: 50%;
    }
    .seasonOffer-text{
        position: relative; 
    }
}
@media screen and (max-width: 767px) {

    .seasonOffer-text::before{
        top: 50%;
    }
    .seasonOffer-text{
        position: relative;
    } 
    .mobile-logo img {
    width: 70px!important;

	}
	.header-holder {
	    background-image: none;
	}

}
@media screen and (max-width: 362px){
    .mobile-logo img {
        width: 58px!important;
     }
     .header-wishicon p{
        display: none;
     }
     .login-holder p{
        display: none;
     }
     .cart-holder p{
        display: none;
     }
     .login-holder .dropdown{
        width: 38px;
     }
     .cart-holder img{
        width: 28px;
     }
     .header-wishicon{
        vertical-align: baseline;
     }
     .login-holder .navbar-nav>li>a{
        width: auto;
     }
     .mobile-toggle-btn{
        top: 11px;
     }

}
