.wrap-flex {
	-webkit-display: flex;
	-khtml-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-khtml-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	display: -ms-flexbox;
	-ms-flex-align: center
}
@media (max-width: 500px) {
	.col-xxs-6 {
		width: 100% !important
	}
}
.home-title2 {
	border-bottom: none;
	text-align: center;
	padding: 0;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	color: #222
}
.home-title2:after {
	content: "";
	background: url(icon-full.png) no-repeat center;
	background-position: -81px -15px;
	width: 132px;
	height: 14px;
	position: absolute;
	top: 32px;
	margin-left: -66px;
	left: 50%;
	right: auto;
	bottom: auto
}
.home-title {
	overflow: hidden;
	position: relative;
	border-radius: 3px 3px 0 0;
	border-top: 2px solid;
	border-color: var(--color-two);
	background: #fff;
	font-size: 100%;
	padding: 0;
	height: 40px;
	text-transform: uppercase;
	font-weight: 700
}
.home-title i.fa {
	margin-right: 2px
}
.home-title img {
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 4px
}
.home-title h2 {
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	color: #333;
	line-height: 40px;
	padding: 0 20px;
	margin: 0
}
@media (max-width: 767px) {
	.home-title h2 {
		width: 100%
	}
}
.template-index .quick-view .owl-nav {
	position: static
}
.template-index .products-listing.grid {
	clear: none
}
.template-index .products-listing.grid.style1 .owl-stage-outer:after {
	right: -1px
}
.template-index .products-listing.grid .owl-stage-outer {
	position: relative
}
.template-index .products-listing.grid .owl-stage-outer:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0
}
.template-index .products-listing.grid .product-item {
	border: 0 !important
}
.template-index .products-listing.grid .product-item .product-item-container {
	border: 1px solid #ebebeb;
	/* border-width: 1px 1px 0 0; */
	margin-bottom: 0 !important
}
.template-index .products-listing.grid .product-item .product-item-container .right-block {
	padding: 10px 10px 13px
}
@media (max-width: 767px) {
	.template-index .products-listing.grid .product-item .product-item-container .right-block {
		padding-top: 20px !important;
		padding-left: 10px !important
	}
}
.template-index .products-listing.grid .owl-item:hover {
	z-index: 1;
	position: relative
}
.template-index .products-listing.grid .owl-item:hover .ltabs-item .product-item-container:hover {
	box-shadow: -1px 3px 14px #00000014;
	position: relative;
	z-index: 1
}
.template-index .owl-nav {
	position: absolute;
	right: 20px;
	top: -32px
}
.template-index .owl-nav>div {
	position: static;
	top: 50%;
	color: #333;
	font-size: 16px;
	width: 25px;
	height: 25px;
	border: none;
	border-radius: 50% !important;
	text-align: center;
	line-height: 25px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	transition: .3s all ease 0s;
	z-index: 2;
	background: #e1e1d8
}
.template-index .owl-nav>div.owl-prev {
	left: 20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.template-index .owl-nav>div.owl-next {
	right: 20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-left: 5px
}
.template-index .owl-nav>div:hover {
	background: var(--color-two)
}
.template-index .owl-nav>div:hover i.fa {
	color: #fff
}
.banners img {
	width: 100%
}

.breaking-carousel .owl-nav { position: absolute; right: 0; top: -3px }
.breaking-carousel .owl-nav>div { position: static; top: 50%; color: #e1e1d8; font-size: 15px; width: 22px; height: 22px; border: none; border-radius: 50% !important; text-align: center; line-height: 23px; margin: 0; cursor: pointer; display: inline-block; transition: .3s all ease 0s; z-index: 2; background: transparent; }



/* .owl-style3 .owl-nav { position: absolute; top: 114px; left: 28px } */
.owl-style3 .owl-nav { position: absolute; top: auto; left: auto; bottom: 2%; }
.owl-style3 .owl-nav>div {
	font-size: 16px;
	width: 25px;
	height: 25px;
	border-radius: 50% !important;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	transition: .3s all ease 0s;
	background: #e1e1d8;
	position: static
}
.owl-style3 .owl-nav>div i {
	color: #222
}
.owl-style3 .owl-nav>div:hover {
	background: var(--color-two)
}
.owl-style3 .owl-nav>div:hover {
	background: var(--color-two);
	border: none
}
.owl-style3 .owl-nav>div:hover i.fa {
	color: #fff
}


.quick-view .overlay, .ajax-success-modal .overlay {
	background: #000c;
	height: 100%;
	width: 100%;
	position: fixed
}
.quick-view .more-view-wrapper .owl-stage-outer {
	padding: 0 1px;
	margin: 0 -1px
}



/* 
==============================================================
@@ START:: VERTICAL CATEGORIES 
--------------------------------------------------------------
*/

		.widget-verticalmenu {
			position: relative;
			margin: 0;
			padding: 0;
			cursor: pointer;
		}
		@media (min-width: 992px) {
			.widget-verticalmenu {
				width: 277px
			}
		}
		.widget-verticalmenu .icon-menus {
			width: 20px;
			height: 16px;
			display: inline-block;
			margin-right: 15px;
			position: relative;
			top: 2px;
			display: none
		}
		.widget-verticalmenu .navbar-vertical .navbar-toggles {
			outline: none !important;
			font-size: 16px;
			text-transform: capitalize;
			font-weight: 500;
			padding: 0 0 0 20px !important;
			/* background-color: var(--color-two); */ 
			height: 47px;
			cursor: pointer;
			-webkit-transition: .3s all ease 0s;
			-moz-transition: .3s all ease 0s;
			transition: .3s all ease 0s;
			box-shadow: none;
			border: 0;
			color: #fff;
			line-height: 47px;
			text-align: left;
			width: 100%;
			border-radius: 0;
			border-radius: 25px;
			margin-top: 2px;
		}
		.widget-verticalmenu .navbar-vertical .navbar-toggles .fa-bars {
			font-size: 14px;
			margin-right: 6px
		}
		.widget-verticalmenu .navbar-vertical .navbar-toggles .fa-caret-down {
			float: right;
			font-size: 13px;
			line-height: 50px;
			padding-right: 20px
		}
		.widget-verticalmenu .vertical-wrapper {
			padding: 3px 0 2px;
			display: none;
			border: 1px solid #ebebeb;
			border-top: 0;
			background: #fff
		}
		.widget-verticalmenu .vertical-wrapper .btn-dropdown-toggle {
			top: 50%;
			position: static;
			right: 15px;
			line-height: 100%;
			transform: translatey(-50%);
			-webkit-transform: translatey(-50%);
			-moz-transform: translatey(-50%);
			-ms-transform: translatey(-50%);
			-o-transform: translatey(-50%)
		}
		.widget-verticalmenu .vertical-wrapper .btn-dropdown-toggle.toggle-open .fa:before {
			content: "\f106"
		}


		@media (max-width: 991px) {
			.widget-verticalmenu .navbar-vertical .navbar-toggles {
				font-size: 14px; height: 39px; line-height: 39px;
			}
			.widget-verticalmenu .navbar-vertical .navbar-toggles .fa-caret-down { 
				line-height: 39px; 
			}

			.widget-verticalmenu .vertical-wrapper .btn-dropdown-toggle {
				top: 47%;
				position: absolute;
				right: -2px;
				line-height: 100%;
				transform: translatey(-50%);
				-webkit-transform: translatey(-50%);
				-moz-transform: translatey(-50%);
				-ms-transform: translatey(-50%);
				-o-transform: translatey(-50%);
				float: right; 
				display: inline-block;
			}
		}

		.vertical-item.level1 {
			padding: 0 15px; 
		}

		/* @@ Rage */
		.vertical-item.level1.css_parent {
			position: relative
		}
		.vertical-item.level1:first-child {
			border: none
		}
		.vertical-item.level1:first-child a {
			border-top: 0 !important
		}
		.vertical-item.level1:last-child>a {
			border: 0 !important
		}
		.vertical-item.level1 ul {
			margin: 0;
			padding: 2px 0;
			list-style: none
		}
		.vertical-item.level1>a.menu-link {
			color: #222;
			display: block;
			font-weight: 400;
			line-height: 1;
			font-size: 14px;
			position: relative;
			-webkit-transition: all .15s ease;
			-o-transition: all .15s ease;
			transition: all .15s ease;
			border-bottom: 1px solid #ebebeb
		}
		.vertical-item.level1>a.menu-link:hover {
			color: var(--color-two)
		}
		.vertical-item.level1>a.menu-link:hover:before {
			color: var(--color-two) !important
		}
		.vertical-item.level1>a.menu-link .icon_items {
			text-align: center;
			text-align: left;
			width: 22px;
			font-size: 14px;
			margin: 0;
			display: inline-block
		}
		.vertical-item.level1>a.menu-link .icon_items img {
			display: inline-block;
			vertical-align: middle
		}
		.vertical-item.level1>a.menu-link>span.menu-title {
			display: inline-block;
			padding: 3px 8px .3px 4px;
			text-transform: capitalize;
			width: calc(100% - 10px); white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis; line-height: 2.25;
		}
		.vertical-item.level1 .vertical-drop {
			padding: 0;
			background-color: #fff
		}
		.vertical-item.level1 .vertical-drop>li {
			position: relative;
			padding: 0 15px 0 30px
		}
		.vertical-item.level1 .vertical-drop>li:hover>a {
			color: var(--color-two)
		}
		.vertical-item.level1 .vertical-drop>li:hover>a:before {
			color: var(--color-two)
		}
		.vertical-item.level1 .vertical-drop>li a {
			display: block;
			padding: 8px 0;
			color: #444;
			font-weight: 400;
			line-height: 24px;
			text-decoration: none;
			-webkit-transition: all .35s ease;
			-o-transition: all .35s ease;
			transition: all .35s ease
		}
		.vertical-item.level1 .vertical-drop>li:last-child a {
			border-bottom: 0
		}
		.vertical-item.level1 .vertical-drop>li.title-cate>a {
			font-weight: 700;
			color: #222;
			padding: 0 0 5px;
			font-size: 14px
		}
		.ss_megamenu_lv2 a {
			display: inline-block
		}
		.vertical-drop li:hover>a {
			color: var(--color-two) !important
		}

		.widget-verticalmenu .navbar-vertical .navbar-toggles { background-color: var(--color-two); }
		.widget-verticalmenu .vertical-wrapper {  z-index: 50; border-bottom: 5px solid var(--color-two); height: 498px !important; border-radius: 0 0 0 20px;}
		.vertical-menu { z-index: 50; }
		.vertical-drop.drop-mega  {border-bottom: 5px solid var(--color-two) !important;}
		.vertical-item.mega_parent .vertical-drop.drop-mega { height: 498px !important; overflow:hidden;overflow-y:scroll; }

		.widget-verticalmenu .navbar-vertical .navbar-toggles.active { border-radius: 20px 20px 0 0; } 




		.last.all_cate {
			display: inline-block;
			width: 100%;
			border-top: 1px solid #eaeaea
		}
		.last.all_cate:hover a, .last.all_cate:hover a i {
			color: #fff
		}
		.last.all_cate a {
			display: inline-block;
			padding: 12px 15px 12px 10px;
			color: #444;
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			background: #fff;
			width: 100%;
			position: relative
		}
		.last.all_cate a:hover {
			background: #eee
		}
		.last.all_cate a:before {
			font-size: 16px;
			margin-right: 11px;
			content: "\f0da";
			font-family: FontAwesome;
			display: inline-block
		}

		@media (min-width: 992px) {
			.vertical-wrapper {
				top: 100%;
				left: 0;
				z-index: 3;
				width: 100%;
				height: auto !important;
				position: absolute
			}
			.vertical-wrapper .css_parent li.vertical-item {
				border-bottom: 1px solid #ddd
			}
			.vertical-wrapper .css_parent li.vertical-item:last-child {
				border: none
			}
			.touch-button, .btn-dropdown-toggle {
				display: none
			}
			.vertical-item:hover a {
				color: var(--color-two)
			}
			.vertical-item.sub-mega .vertical-product .product-layout {
				padding: 0
			}
			.vertical-item.sub-mega .vertical-product .product-layout .product-item-container {
				margin-bottom: 0;
				padding: 0 20px 10px
			}
			.vertical-item.sub-mega .vertical-product .product-layout .product-item-container .right-block {
				padding: 0
			}
			.vertical-item .vertical-drop {
				position: absolute;
				top: 0;
				left: 100%;
				z-index: 800;
				min-width: 220px;
				height: auto !important;
				visibility: hidden;
				opacity: 0;
				box-shadow: 0 10px 25px #00002833;
				-webkit-transition: all .25s ease;
				-o-transition: all .25s ease;
				transition: all .25s ease
			}
			/* @@ Rage */
			.vertical-item.mega_parent .vertical-drop {
				min-width: 890px;
			}

			.vertical-item .vertical-drop {
				display: none
			}

			.vertical-item .vertical-drop.drop-mega {
				border: 1px solid #ebebeb;
				box-shadow: none;
				padding: 10px 30px 15px;
				/* @@Rage */
				position: absolute;
				top: 0px !important;
			}



			/* @@ Rage */
			.vertical-item .vertical-drop .indexnavdiv {
				position: relative;
			}

			/* @@ Rage */
			.vertical-item .vertical-drop .indexnavdiv span {
				display: block;
				padding-right: 20px;
				float: left;
				width: 24.5%;
				/* line-height: 24px; */
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				/* font-size: 14px; */
			}

			/* @@ Rage */
			.vertical-item .vertical-drop .vertical-banner {
				/* margin: -31px -32px -15px 0; */
				text-align: right;
				float: right
			}


			.vertical-item .vertical-drop.drop-mega.custom_drop {
				padding: 0
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .content-links {
				margin: 0
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .col_menu {
				padding: 20px 25px
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .col_menu a.hot {
				position: relative;
				padding: 0
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .col_menu a.hot:before {
				left: 0;
				top: -10px;
				content: "Hot!";
				padding: 5px 15px;
				background: var(--color-two);
				font-size: 13px;
				line-height: 100%;
				border-radius: 3px;
				color: #fff;
				font-weight: 400;
				min-width: 60px;
				display: inline-block;
				margin-right: 5px
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .col_menu a.New {
				position: relative;
				padding: 0
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .col_menu a.New:before {
				left: 0;
				top: -10px;
				content: "New!";
				padding: 5px 15px;
				background: var(--color-new);
				font-size: 13px;
				line-height: 100%;
				border-radius: 3px;
				color: #fff;
				font-weight: 400;
				min-width: 60px;
				display: inline-block;
				margin-right: 5px
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .col_menu a.Sale {
				position: relative;
				padding: 0
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .col_menu a.Sale:before {
				left: 0;
				top: -10px;
				content: "Sale!";
				padding: 5px 15px;
				background: #ecaa1b;
				font-size: 13px;
				line-height: 100%;
				border-radius: 3px;
				color: #fff;
				font-weight: 400;
				min-width: 60px;
				display: inline-block;
				margin-right: 5px
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop .ss_megamenu_lv3 {
				padding-left: 10px
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 {
				padding: 0
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 {
				padding: 40px 0 0
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3 {
				padding: 0 0 0 85px;
				margin: 0 0 20px
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3>a {
				font-size: 14px;
				font-weight: 700;
				text-transform: uppercase;
				color: #222;
				padding: 0;
				line-height: 22px;
				position: relative
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3 ul {
				padding: 5px 0 10px
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3 ul a {
				font-weight: 400;
				color: #666;
				padding: 2px 0;
				font-size: 13px;
				line-height: 22px;
				margin: 0;
				border: none;
				text-transform: capitalize
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3.icon-1 {
				background: url(icon-1.png) no-repeat left 10px center
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3.icon-2 {
				background: url(icon-2.png) no-repeat left 10px center
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3.icon-3 {
				background: url(icon-3.png) no-repeat left 10px center
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3.icon-4 {
				background: url(icon-4.png) no-repeat left 10px center
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3.icon-5 {
				background: url(icon-5.png?v=1834136048149640750) no-repeat left 10px center
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3.icon-6 {
				background: url(icon-6.png?v=2252104837129971955) no-repeat left 10px center
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3.icon-7 {
				background: url(icon-7.png?v=2967309554015041378) no-repeat left 10px center
			}
			.vertical-item .vertical-drop.drop-mega.custom_drop2 .html.item-1 .item-3.icon-8 {
				background: url(icon-8.png?v=1693072641699514681) no-repeat left 10px center
			}
			.vertical-item .vertical-drop.drop-mega li {
				border: none;
				padding: 0
			}
			.vertical-item .vertical-drop.drop-mega li a {
				padding: 5px 0
			}
			.vertical-item .vertical-drop.drop-mega.cl-custom .vertical-banner {
				margin: -31px -32px -15px 0;
				text-align: right;
				float: right
			}
			.vertical-item .vertical-drop.drop-mega .content-links {
				margin-bottom: 15px
			}
			/* .vertical-item .vertical-drop.drop-mega .ss_megamenu_col > ul:first-child > li:first-child  {
				border-bottom: 1px solid #ccc;
			} */
			.vertical-item .vertical-drop.drop-mega li>a,
			.vertical-item .vertical-drop .indexnavdiv span a {
				display: block;
				padding: 2px 0;
				color: #333;
				font-weight: 400;
				line-height: 24px;
				text-decoration: none;
				font-size: 14px;
				-webkit-transition: all .25s ease;
				-o-transition: all .25s ease;
				transition: all .25s ease
			}
			.vertical-item .vertical-drop.drop-mega li.menuTitle>a {
				padding-top: 0;
				font-weight: 700;
				color: #222;
				line-height: 100%;
				/* font-size: 14px */
			}
			.vertical-item:hover>.vertical-drop {
				visibility: visible;
				opacity: 1;
				display: block
			}
			.vertical-item .level1.sub-dropdown .vertical-drop {
				left: calc(100% - 1px)
			}
			.vertical-item .level1.sub-dropdown>a:before {
				content: "\f0da";
				font-family: FontAwesome;
				text-align: center;
				font-size: 13px;
				line-height: 14px;
				display: inline-block;
				float: right;
				position: relative;
				top: 5px;
				color: #999
			}
			.vertical-item .level2.sub-dropdown .vertical-drop {
				left: calc(100% - 1px)
			}
			.vertical-item .level2.sub-dropdown>a:before {
				content: "\f0da";
				font-family: FontAwesome;
				text-align: center;
				font-size: 13px;
				line-height: 14px;
				display: inline-block;
				float: right;
				position: relative;
				top: 5px;
				color: #999
			}
			.vertical-item .level3.sub-dropdown .vertical-drop {
				left: calc(100% - 1px)
			}
			.vertical-item .level3.sub-dropdown>a:before {
				content: "\f0da";
				font-family: FontAwesome;
				text-align: center;
				font-size: 13px;
				line-height: 14px;
				display: inline-block;
				float: right;
				position: relative;
				top: 5px;
				color: #999
			}
			.vertical-item.vertical_drop>a {
				position: relative
			}
			.vertical-item.vertical_drop>a:before {
				content: "\f0da";
				font-family: FontAwesome;
				text-align: center;
				font-size: 13px;
				top: 50%;
				position: absolute;
				right: 0;
				line-height: 100%;
				-webkit-transform: translatey(-50%);
				-moz-transform: translatey(-50%);
				-ms-transform: translatey(-50%);
				-o-transform: translatey(-50%);
				color: #999
			}
			.ss_product_ver_content .ver_title_product {
				font-weight: 600;
				color: #222;
				padding-bottom: 10px;
				font-size: 14px;
				text-transform: uppercase
			}
			.ss_product_ver_content .title-product {
				font-size: 15px;
				margin: 10px 0
			}
			.widget-verticaltoi .class_custom_2 {
				padding: 0 !important
			}
			.widget-verticaltoi .class_custom_2 .content-links {
				padding: 20px 25px;
				background: #eee;
				margin: 0 !important
			}
			.widget-verticaltoi .class_custom_2 .ss_product_ver_content {
				padding: 15px 20px 12px 0
			}
			.widget-verticaltoi .class_custom_2 .ss_product_ver_content .product_col_1 {
				border-right: 1px solid #ebebeb
			}
			.widget-verticaltoi .class_custom_2 .ss_product_ver_content .box-label {
				right: 20px;
				top: 10px
			}
			.widget-verticaltoi .class_custom_2 .ss_product_ver_content .right-block {
				padding: 0 20px
			}
		}
		@media (min-width: 1280px) {
			.vertical-item.mega_parent .vertical-drop {
				min-width: 1070px;
			}
		}
		@media (max-width: 991px) {

			.widget-verticalmenu .navbar-vertical .navbar-toggles.active {
				border-radius: 20px !important;
			}
			.widget-verticalmenu .ver_title_product {
				font-size: 14px;
				font-weight: 700;
				color: #222;
				text-transform: uppercase
			}
			.widget-verticalmenu .vertical-drop.drop-lv1 {
				display: none;
				width: 100% !important
			}
			.widget-verticalmenu .vertical-drop.drop-lv1 .touch-button {
				position: relative;
				float: right;
				top: -33px;
				width: 30px;
				height: 30px;
				text-align: center
			}
			.widget-verticalmenu .vertical-drop.drop-lv1 .vertical-drop.drop-lv2 li.level2 {
				border-top: 1px solid #ebebeb;
				border-bottom: none;
				padding: 0 15px
			}
			.widget-verticalmenu .vertical-drop.drop-lv1 .vertical-drop.drop-lv2 li.level2:last-child {
				border-top: 1px solid #ebebeb
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-css {
				border-top: 1px solid #ebebeb;
				padding: 0 20px
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-css .vertical-item.level1 {
				padding: 0
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-css .vertical-item.level1:first-child {
				border-top: none;
				border-bottom: 1px solid #ebebeb
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-mega {
				border-top: 1px solid #ebebeb;
				box-shadow: none;
				padding: 20px
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-mega li {
				border: none;
				padding: 0
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-mega li a {
				padding: 5px 0
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-mega.cl-custom .vertical-banner {
				margin: -31px -32px -15px 0;
				text-align: right;
				float: right
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-mega .content-links {
				margin-bottom: 15px
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-mega li>a {
				display: block;
				padding: 5px 0;
				color: #333;
				font-weight: 400;
				line-height: 24px;
				text-decoration: none;
				font-size: 13px;
				-webkit-transition: all .25s ease;
				-o-transition: all .25s ease;
				transition: all .25s ease
			}
			.widget-verticalmenu .vertical-drop.drop-lv1.drop-mega li.menuTitle>a {
				padding-top: 0;
				font-weight: 700;
				color: #222;
				line-height: 100%;
				font-size: 14px
			}
			.widget-verticalmenu .ver_content_product .product-item-container {
				border: 1px solid #ddd;
				padding: 15px;
				margin-top: 15px;
				position: relative
			}
			.vertical-wrapper {
				transform: translateZ(0);
				-webkit-transform: translateZ(0);
				will-change: transform;
				/* width: 300px; */
				width: 100%;
				min-width: 300px;
				max-width: 400px;
				display: none;
				top: 0;
				bottom: 0;
				left: 0;
				z-index: 1000;
				border: none;
				overflow-y: auto;
				overflow-x: hidden;
				/* max-height: 75vh; */
				height: auto !important;
				-webkit-overflow-scrolling: auto;
				background-color: #fff;
				-webkit-transition: all .4s cubic-bezier(.46, .01, .32, 1);
				-o-transition: all .4s cubic-bezier(.46, .01, .32, 1);
				transition: all .4s cubic-bezier(.46, .01, .32, 1)
			}
			.vertical-item.mega_parent .vertical-drop.drop-mega {
				height: auto !important; 
				overflow-y: auto;
			}
			.vertical-wrapper .vertical-item.level1:first-child {
				border-top: 1px solid #ddd
			}
			.vertical-wrapper .vertical-item.level1:last-child {
				border-bottom: 1px solid #ddd
			}
			.vertical-wrapper .close-vertical {
				padding: 10px 15px;
				text-align: right;
				color: #000;
				font-size: 18px
			}
			.nav-mobile-vertical {
				display: inline-block;
				border: 1px solid #fff;
				padding: 0 7px;
				border-radius: 3px;
				color: #fff;
				text-transform: uppercase;
				line-height: 31px;
				margin-top: 4px;
				width: 34px;
				text-align: center
			}
			.nav-mobile-vertical .title-nav {
				padding-left: 5px
			}
			.nav-mobile-vertical .fa {
				font-size: 14px;
				position: relative;
				top: 1px
			}
			.vertical-active .vertical-wrapper {
				visibility: visible;
				opacity: 1;
				filter: alpha(opacity=100);
				transform: translateX(300px);
				-webkit-transform: translateX(300px);
				-moz-transform: translateX(300px);
				-ms-transform: translateX(300px);
				-o-transform: translateX(300px)
			}
		}

		.nav-categories-overlay {position: fixed; inset: 161px 0px 0px; background: rgba(51, 51, 51, 0.8); z-index: 45;visibility:hidden;}	
		.nav-categories-overlay.ovl-is-open {visibility:visible;}	

/* 
--------------------------------------------------------------
@@ END:: VERTICAL CATEGORIES 
==============================================================
*/







body .widget-product-carousel.style2 .box-shadow {
	background: #fff
}
body .widget-product-carousel.style2 .products-listing.grid {
	width: 100%
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block {
	clear: none;
	overflow: hidden;
	padding-left: 20px !important;
	text-align: left;
	opacity: 1 !important;
	transform: translate(0) !important;
	visibility: visible !important
}
@media (min-width: 1200px) {
	body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block {
		padding-top: 50px !important
	}
}
@media (max-width: 500px) {
	body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block {
		padding-bottom: 22px !important
	}
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .custom-reviews {
	text-align: left !important
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .countdown_tab {
	margin-top: 12px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .button-link {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	display: table;
	opacity: 0;
	visibility: hidden;
	text-align: left !important;
	position: absolute;
	bottom: 0;
	left: 15px
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .button-link>div {
	display: inline-block;
	margin-right: 5px
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .button-link .btn_df {
	border: none;
	display: block;
	margin-top: 10px;
	padding: 0;
	background-color: #fff;
	color: var(--color-two);
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid var(--color-two)
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .button-link .btn_df.btn-addToCart, body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .button-link .btn_df.grl {
	width: auto;
	border-radius: 30px;
	padding: 0 15px;
	background: var(--color-two);
	color: #fff
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .button-link .btn_df.btn-addToCart span, body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .button-link .btn_df.grl span {
	padding-left: 5px;
	font-weight: 700;
	font-size: 12px
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block .button-link .btn_df:hover {
	border: 1px solid #333;
	background: #333;
	color: #fff
}
@media (min-width: 1200px) {
	body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .left-block {
		width: 46.5%
	}
	body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container .right-block {
		width: 53.5%
	}
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container:hover .button-link {
	opacity: 1;
	visibility: visible
}
body .widget-product-carousel.style2 .products-listing.grid .product-item .product-item-container:hover .countdown_tab {
	transform: translate(-100px) !important
}
@media (min-width: 1200px) {
	body .widget-product-carousel .owl-stage-outer {
		position: relative
	}
	body .widget-product-carousel .owl-stage-outer:after {
		content: "";
		width: 1px;
		height: 100%;
		background: #fff;
		display: block;
		position: absolute;
		top: 0;
		right: 0
	}
	body .widget-product-carousel .wrap-banner {
		width: 23.676%
	}
	body .widget-product-carousel .products-listing {
		/* width: 76.324%; */
		width: 100%;
	}
}
body .widget-product-carousel .product-item {
	clear: both;
	border: 1px solid #ebebeb;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	cursor: pointer
}
body .widget-product-carousel .product-item:hover {
	box-shadow: 0 0 14px #0000001a;
	border-color: var(--color-two)
}
body .widget-product-carousel .product-item .item-image {
	display: table-cell;
	vertical-align: top
}
@media (min-width: 1200px) {
	body .widget-product-carousel .product-item .item-image {
		width: 180px
	}
}
body .widget-product-carousel .product-item .item-info {
	display: table-cell;
	vertical-align: top;
	padding: 10px 5px 10px 0
}
@media (min-width: 1200px) {
	body .widget-product-carousel .product-item .item-info {
		padding: 30px 0 17px;
		display: inline-block
	}
}
body .widget-product-carousel .product-item .item-info .custom-reviews {
	margin: 0 0 7px -3px
}
body .widget-product-carousel .product-item .item-info .caption h4 {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 400
}
@media (min-width: 1200px) {
	body .widget-product-carousel .product-item .item-info .button-link {
		display: inline-block;
		margin-top: 10px
	}
}
body .widget-product-carousel .product-item .item-info .button-link .quickview-button, body .widget-product-carousel .product-item .item-info .button-link .btn-button {
	float: left;
	margin-right: 2px
}
body .widget-product-carousel .product-item .item-info .button-link .product-addto-links {
	float: left
}
body .widget-product-carousel .product-item .item-info .button-link .btn_df {
	background: #bdbdbd;
	color: #fff;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	min-width: 30px;
	padding: 0;
	font-size: 14px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
body .widget-product-carousel .product-item .item-info .button-link .btn_df:hover {
	background: var(--color-two)
}
body .widget-product-carousel .product-item .item-info .button-link .btn_df.grl {
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: 11px
}
@media (min-width: 1200px) {
	body .widget-product-carousel .product-item .item-info .button-link .btn_df.grl {
		padding: 0 10px
	}
}
body .widget-product-carousel .product-item .item-info .button-link .btn_df.grl .fa {
	font-size: 14px
}
@media (min-width: 1200px) {
	body .widget-product-carousel .product-item .item-info .button-link .btn_df.grl .fa {
		margin-right: 5px
	}
}
.home-deals-carousel .home-title {
	margin-bottom: 30px
}
.home-deals-carousel .countdown_inner {
	display: table;
	position: absolute;
	right: 17px;
	top: 0
}
.home-deals-carousel .countdown_inner .deals-time {
	display: inline-block;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-two);
	border-radius: 3px;
	margin-right: 12px;
	position: relative;
	text-transform: capitalize
}
.home-deals-carousel .countdown_inner .deals-time:first-child {
	margin-left: 8px;
	position: relative
}
.home-deals-carousel .countdown_inner .deals-time:first-child .title-time {
	margin-left: 5px
}
.home-deals-carousel .countdown_inner .deals-time:first-child:before {
	content: "\f1da";
	font-family: FontAwesome !important;
	position: relative;
	margin-right: 8px;
	display: inline-block
}
.home-deals-carousel .countdown_inner .deals-time:after {
	position: absolute;
	content: ":";
	font-weight: 700;
	top: -1px;
	right: -8px;
	color: var(--color-two)
}
.home-deals-carousel .countdown_inner .deals-time:last-child {
	margin: 0
}
.home-deals-carousel .countdown_inner .deals-time:last-child:after {
	display: none
}
.widget-logolist .wrap {
	position: relative;
	padding: 16px 46px;
	border-left: 2px solid var(--color-two);
	background: #fff;
	width: 100%;
	display: inline-block
}
.widget-logolist .wrap .owl-carousel, .widget-logolist .wrap .owl-carousel .owl-nav {
	position: static
}
.widget-logolist .wrap .owl-carousel .owl-nav .owl-prev {
	left: 20px
}
.widget-logolist .wrap .owl-carousel .owl-nav .owl-next {
	right: 20px
}
.widget-logolist .wrap .logo-item {
	margin-bottom: 1px
}
@media (min-width: 992px) {
	.widget-logolist .wrap .logo-item img {
		width: auto;
		opacity: .3
	}
}
.widget-logolist .wrap .logo-item:hover img {
	opacity: 1
}
.ss_megamenu_icon {
	position: absolute;
	top: -16px;
	right: 15px;
	width: 35px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size: 10px !important;
	text-align: center;
	text-transform: uppercase;
	z-index: 1
}
.ss_megamenu_icon:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 8px;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top: 5px solid #333
}
.ss_megamenu_icon.mega-hot {
	background-color: var(--color-new)
}
.ss_megamenu_icon.mega-hot:after {
	border-top: 5px solid var(--color-new)
}
.ss_megamenu_icon.mega-new {
	background-color: #00abf0
}
.ss_megamenu_icon.mega-new:after {
	border-top: 5px solid #00ABF0
}
.main-megamenu .main-menu {
	position: relative
}
.main-megamenu ul {
	list-style: none;
	padding: 0;
	text-align: end;
}
.main-megamenu .ss_product_mega {
	padding-bottom: 30px
}
.main-megamenu .ss_product_mega .product-item-container {
	border: 1px solid #ebebeb;
	position: relative
}
.main-megamenu .ss_product_mega .product-item-container:hover {
	border-color: #aaa
}
.main-megamenu .ss_product_mega .product-item-container .right-block {
	padding: 0 15px
}
.main-megamenu .ss_product_mega .product-item-container .right-block h4.title-product {
	font-size: 15px;
	font-weight: 400;
	margin: 10px 0
}
.main-megamenu ul.nav {
	margin: 0
}
.main-megamenu ul.nav>li {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	vertical-align: middle;
	line-height: 100%;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}
.main-megamenu ul.nav>li>a {
	font-size: 14px;
	line-height: 26px;
	padding: 0 20px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}
.main-megamenu ul.nav>li:hover {
	background: #eb2830
}
.main-megamenu ul.nav>li:hover>a {
	background: #eb2830
}
@media (min-width: 992px) {
	.main-megamenu ul.nav>li.ss_megamenu_drop>a.dropdown-toggle:after,
	.main-megamenu ul.nav>li.ss_megamenu_drop.arrow>a span.ss_megamenu_title:after {
		content: "\f0d7";
		display: inline-block;
		vertical-align: middle;
		font-family: FontAwesome;
		margin-left: 10px;
		position: relative;
		top: 1px;
		font-size: 11px
	}
}
.main-megamenu ul.nav>li.ss_megamenu_drop.arrow:hover>.ss_megamenu_dropdown, .main-megamenu ul.nav>li.ss_megamenu_drop.arrow:focus>.ss_megamenu_dropdown {
	visibility: visible;
	opacity: 1
}
.main-megamenu .ss_megamenu_dropdown {
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 15px 25px;
	min-width: 270px;
	z-index: 900;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	border: 1px solid #ebebeb;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	box-shadow: 0 10px 25px #00002833;
}
.main-megamenu .ss_megamenu_dropdown,
.main-megamenu .ss_megamenu_dropdown ul {
	text-align: left;
}
.main-megamenu .ss_megamenu_dropdown.megamenu_dropdown {
	padding: 25px 30px 30px;
	right: 0;
	width: 100%;
	border: 1px solid #ebebeb
}
.main-megamenu .ss_megamenu_dropdown.megamenu_dropdown.left {
	left: 0 !important;
	right: auto !important
}
.main-megamenu .ss_megamenu_dropdown.right,
.main-megamenu .ss_megamenu_dropdown.megamenu_dropdown.right {
	left: auto !important;
	right: 0 !important
}
.main-megamenu .ss_megamenu_dropdown.megamenu_dropdown.mega_class {
	padding: 0
}
.main-megamenu .ss_megamenu_dropdown.megamenu_dropdown.mega_class .col_menu .ss_inner {
	background: #f7f7f7;
	padding: 20px 0 10px
}
.main-megamenu .ss_megamenu_dropdown.megamenu_dropdown.mega_class .col_menu .ss_inner .megatitle a {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	padding: 7px 15px
}
.main-megamenu .ss_megamenu_dropdown.megamenu_dropdown.mega_class .col_menu .ss_inner .megatitle a:hover {
	background: var(--color-two);
	color: #fff
}
.main-megamenu .ss_megamenu_dropdown.megamenu_dropdown.mega_class .ss_product_mega {
	padding-top: 30px;
	padding-right: 30px
}
.main-megamenu .ss_megamenu_dropdown .megatitle {
	display: block;
	border-bottom: 0;
	font-weight: 600
}
.main-megamenu .ss_megamenu_dropdown .megatitle>span, .main-megamenu .ss_megamenu_dropdown .megatitle a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb
}
.main-megamenu .ss_megamenu_dropdown .megatitle>span:hover, .main-megamenu .ss_megamenu_dropdown .megatitle a:hover {
	padding-left: 0
}
.main-megamenu .ss_megamenu_dropdown .mega_banner {
	margin-top: 20px
}
.main-megamenu .ss_megamenu_dropdown .menulink>li:last-child {
	margin-bottom: 8px
}
.main-megamenu .ss_megamenu_dropdown li {
	position: relative
}
.main-megamenu .ss_megamenu_dropdown li a {
	display: block;
	padding: 6px 0;
	border-bottom: #ebebeb;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}
.main-megamenu .ss_megamenu_dropdown li a:hover {
	padding-left: 10px;
	color: var(--color-two)
}
.main-megamenu .ss_megamenu_dropdown li:last-child a {
	border-bottom: 0
}
.main-megamenu .ss_megamenu_dropdown li.megatitle {
	border-bottom: 0
}
.main-megamenu .ss_megamenu_dropdown li.ss_megamenu_drop.width-full {
	position: static !important
}
.main-megamenu .ss_megamenu_dropdown li.ss_megamenu_drop>a:after {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	float: right;
	margin-left: 5px
}
.main-megamenu .ss_megamenu_dropdown li.ss_megamenu_drop .ss_megamenu_dropdown {
	top: 0;
	left: 100%
}
.main-megamenu .ss_megamenu_dropdown li.ss_megamenu_drop:hover>.ss_megamenu_dropdown, .main-megamenu .ss_megamenu_dropdown li.ss_megamenu_drop:focus>.ss_megamenu_dropdown {
	visibility: visible;
	opacity: 1
}
@media (min-width: 992px) {
	.main-megamenu .ss_megamenu_dropdown .megatitle>span, .main-megamenu .ss_megamenu_dropdown .megatitle a {
		line-height: 100%
	}
}
@media (max-width: 991px) {
	.vertical-active, .mobile-menu-active {
		height: 100%;
		overflow: hidden
	}
	.vertical-active .btn-mobile:before, .mobile-menu-active .btn-mobile:before {
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: #0000004d;
		z-index: 990
	}
	.main-megamenu ul.nav {
		padding: 0
	}
	.main-megamenu ul.nav>li {
		float: none;
		margin: 0;
		position: relative !important
	}
	.main-megamenu ul.nav>li.active, .main-megamenu ul.nav>li:hover {
		background: #f5f5f5
	}
}
.btn-mobile {
	position: relative;
	padding: 0; text-align: end;
}
.button-mobile {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 33px;
	border: none;
	padding: 9px 5px;
	margin-top: 4px;
	border-radius: 3px 3px 0 0;
	background: #0000001c
}
.button-mobile span {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #fff
}
.button-mobile span+span {
	margin-top: 4px
}
.mobile-menu {
	-webkit-transform: translateZ(0);
	will-change: transform;
	display: block;
	width: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	z-index: 1000;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: auto;
	background-color: #232528;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s cubic-bezier(.46, .01, .32, 1);
	-o-transition: all .4s cubic-bezier(.46, .01, .32, 1);
	transition: all .4s cubic-bezier(.46, .01, .32, 1)
}
.mobile-menu .logo-nav {
	text-align: center
}
.mobile-menu .logo-nav a {
	color: #fff
}
.mobile-menu-active .mobile-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	-o-transform: translateX(300px)
}
.mobile-menu .space_mega {
	margin-bottom: 20px
}
.mobile-menu .logo-nav {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	top: 10px;
	top:0; height: 51px; background: #FFF;
}
/* .mobile-menu .logo-nav .site-header-logo-image { display: none; } */

.mobile-menu .menu-remove {
	position: relative;
	margin: 0;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 0;
	top: 0;
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #111112;
	box-shadow: 0 1px #ffffff1a
}
.mobile-menu .menu-remove .close-megamenu {
	cursor: pointer;
	font-size: 17px;
	padding: 0px 15px;
	text-align: right;
	display: block;
	color: #fff;
	color: #111112;
}
.mobile-menu ul {
	list-style: none;
	padding: 0
}
.mobile-menu .site_nav_mobile {
	margin: 10px 0
}
.mobile-menu .site_nav_mobile .megamenu_dropdown {
	padding: 15px 20px
}
.mobile-menu .site_nav_mobile .megamenu_dropdown a.megatitle {
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #111112;
	box-shadow: 0 1px #ffffff1a;
	padding: 10px 0
}
.mobile-menu .site_nav_mobile .megamenu_dropdown .menulink li a {
	text-transform: capitalize;
	border: none;
	padding: 10px 0
}
.mobile-menu .site_nav_mobile .mobile_dropdown .nav_dropdown {
	display: none
}
.mobile-menu .site_nav_mobile .mobile_dropdown .spaceMega {
	margin-bottom: 20px
}
.mobile-menu .site_nav_mobile .mobile_dropdown .ss_product_mega .product-item-container {
	border: 1px solid #ddd;
	background: #fff;
	padding: 15px;
	position: relative;
	margin-bottom: 15px
}
.mobile-menu .site_nav_mobile .mobile_dropdown .ss_product_mega .product-item-container .product-image img {
	width: 100%
}
.mobile-menu .site_nav_mobile .mobile_dropdown .ss_product_mega .product-item-container .right-block {
	margin-top: 10px
}
.mobile-menu .site_nav_mobile .mobile_dropdown .ss_product_mega .product-item-container .right-block .title-product {
	margin: 10px 0
}
.mobile-menu .site_nav_mobile .mobile_dropdown .ss_product_mega .product-item-container .right-block .title-product a {
	color: #222 !important
}
.mobile-menu .site_nav_mobile>li {
	position: relative
}
.mobile-menu .site_nav_mobile>li>a {
	padding: 12px 20px !important;
	border-bottom: 1px solid #111112;
	box-shadow: 0 1px #ffffff1a;
	text-transform: uppercase;
	padding: 10px
}
.mobile-menu .site_nav_mobile>li>a:hover, .mobile-menu .site_nav_mobile>li>a:focus {
	color: var(--color-two);
	background-color: #252525
}
.mobile-menu .site_nav_mobile>li li>a {
	border-bottom: 1px solid #111112;
	box-shadow: 0 1px #ffffff1a;
	text-transform: uppercase;
	padding: 10px
}
.mobile-menu .site_nav_mobile>li .toogleClick {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 22px;
	height: 22px;
	line-height: 23px;
	cursor: pointer;
	text-align: center;
	background: #333;
	border-radius: 5px
}
.mobile-menu .site_nav_mobile>li .toogleClick .fa:before {
	content: "\f107"
}
.mobile-menu .site_nav_mobile li {
	position: relative
}
.mobile-menu .site_nav_mobile li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 100% !important;
	color: #fff !important
}
.mobile-menu .site_nav_mobile li a .ss_megamenu_title {
	font-size: 14px !important
}
.feature-layout {
	padding-top: 10px
}
.feature-layout .image-link {
	display: block
}
.feature-layout .image-link .thumbnail {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #333;
	padding: 0
}
.feature-layout .image-link .btn {
	position: absolute;
	top: -100px;
	left: calc(50% - 50px);
	padding: 9px 20px;
	background: #444;
	color: #fff;
	background: var(--color-two);
	border-color: #f8ab16;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	border-radius: 2px;
	border: none;
	font-size: 13px
}
.feature-layout .image-link:hover .thumbnail {
	border: 1px solid #ccc
}
.feature-layout .image-link:hover .thumbnail img {
	opacity: .7
}
.feature-layout .image-link:hover .btn {
	top: 50%;
	margin-top: -18px
}
.feature-layout .image-link .caption {
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase
}
#container-module-newletter {
	display: none
}
.popup_bg {
	background: #0b0b0b none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: .8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042
}
.popup-close {
	color: #000;
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	height: 44px;
	line-height: 44px;
	opacity: .65;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 44px;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: medium none;
	overflow: visible;
	padding: 0;
	z-index: 1046
}
.popup-close:hover {
	color: #000;
	opacity: 1
}
.ss_newletter_custom_popup {
	z-index: 2042;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: iconosani 2.5s forwards;
	-webkit-animation: iconosani 2.5s forwards;
	-moz-animation: iconosani 2.5s forwards;
	-o-animation: iconosani 2.4s forwards
}
.popup-wraper {
	padding: 15px;
	background: #fff;
	background-repeat: no-repeat !important;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}
.ss-custom-popup h3, .ss-custom-default h3, .ss-custom-popup .form-group, .ss-custom-default .form-group {
	margin: 0;
	padding: 5px
}
.ss-custom-popup .popup-content .signup input, .ss-custom-default .signup input {
	width: 50%;
	border-radius: 0
}
.ss-custom-popup .popup-content .signup .send-mail, .ss-custom-default .send-mail {
	margin: 10px 0 0;
	padding: 7px 10px;
	border: none;
	background: #47c843;
	color: #fff;
	text-transform: uppercase
}
.ss-custom-popup .popup-content .signup .smns-input-heading, .ss-custom-default .smns-input-heading {
	margin: 5px 0;
	font-weight: 700
}
.ss-custom-popup .popup-content .signup .email, .ss-custom-default .email {
	margin: 10px 0
}
.ss_newletter_custom_popup .ss-custom-popup .oca_popup .popup-content .popup-title, .ss-custom-default .popup-title {
	font-size: 26px;
	line-height: 100%
}
.ss_newletter_custom_popup .ss-custom-popup .oca_popup .popup-content .newsletter_promo, .ss-custom-default .newsletter_promo {
	padding: 10px;
	font-size: 12px;
	margin: 0;
	line-height: 100%
}
.ss-custom-default .modcontent {
	padding: 20px 10px
}
.hidden-popup {
	padding: 20px 0 30px
}
.hidden-popup .inline {
	position: relative;
	top: -2px
}
.mfp-close-btn-in .mfp-close {
	color: #fff !important
}
.main-newsleter-popup .ss-custom-popup {
	background-color: #fff
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-newsleter-popup .ss-custom-popup {
		width: 85% !important
	}
	.main-newsleter-popup .ss-custom-popup:before {
		content: "";
		position: absolute;
		z-index: 2;
		background: #ffffffe6;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0
	}
}
@media (max-width: 767px) {
	.home-deals-carousel .home-title {
		height: auto
	}
	.home-deals-carousel .home-title .countdown_inner {
		position: static;
		padding-left: 13px
	}
	.main-newsleter-popup .ss-custom-popup:before {
		content: "";
		position: absolute;
		z-index: 2;
		background: #ffffffe6;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0
	}
}
@media (min-width: 1200px) {
	.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content {
		padding: 105px 0 105px 49.2%;
		margin: 0 20px
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content {
		padding: 40px 30px 40px 45%;
		margin: 0 20px
	}
}
.main-newsleter-popup .modcontent {
	position: relative;
	z-index: 9
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content {
	text-align: center
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .popup-title {
	font-weight: 700;
	font-size: 22px;
	color: #333;
	text-transform: uppercase
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .newsletter_promo {
	font-size: 18px;
	color: #f4a137;
	font-weight: 700
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .email {
	margin: 0 0 30px
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .form-control {
	background: #fff;
	border: 1px solid #cbcbcb;
	display: inline-block;
	width: 100%;
	height: 40px
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .hidden-popup {
	font-weight: 400
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .newsletter__submit {
	background-color: #333;
	border: 0 none !important;
	color: #fff;
	font-size: 100%;
	z-index: 4;
	font-weight: 400;
	height: 39px;
	line-height: 35px;
	margin-top: 0;
	text-align: left;
	text-transform: uppercase;
	padding: 0 25px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	background: var(--color-two)
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .newsletter__submit:hover {
	background: #333;
	border-color: #333;
	color: #fff
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .newsletter_promo {
	padding: 10px 0
}
@media all and (max-width: 359px) {
	.ss-custom-oca-popup, .ss-custom-popup .popup-content .signup input {
		width: 80% !important
	}
}
@media all and (min-width: 360px) and (max-width: 639px) {
	.ss-custom-oca-popup {
		width: 80% !important
	}
}
@media all and (min-width: 768px) and (max-width: 1199px) {
	.ss_newletter_oca_popup {
		width: 100% !important
	}
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .popup-title h3 {
	color: #1b1b1b;
	font-size: 36px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 100%;
	margin: 0
}
.main-newsleter-popup .ss-custom-popup .oca_popup .popup-content .short-description {
	padding: 8px 0 16px;
	color: #666;
	font-size: 14px;
	line-height: 24px
}
.main-newsleter-popup .password__input-group {
	margin: 0;
	max-width: 100%
}
.main-newsleter-popup .input-group__field, .main-newsleter-popup .input-group__btn .btn {
	background-color: #333;
	border: 0 none !important;
	color: #fff;
	font-size: 100%;
	font-weight: 400;
	height: 38px;
	line-height: 35px;
	margin-top: 0;
	text-align: left;
	text-transform: uppercase;
	padding: 0 25px;
	z-index: 2;
	border-radius: 0
}
.main-newsleter-popup .input-group__btn button {
	background-color: var(--color-two);
	height: 39px
}
.main-newsleter-popup .input-group__btn:hover button {
	background-color: #333;
	color: #fff;
	opacity: 1
}
.socials-popup li {
	display: inline-block
}
.socials-popup li a {
	border: 0 none !important;
	color: #fff;
	font-size: 100%;
	font-weight: 400;
	width: 31px;
	height: 31px;
	line-height: 31px;
	margin-top: 0;
	text-align: left;
	text-transform: uppercase;
	z-index: 2;
	text-align: center;
	color: #333;
	border: 1px solid #ddd !important;
	display: inline-block;
	border-radius: 50%;
	margin-right: 8px
}
.socials-popup li a:hover {
	background: var(--color-two);
	color: #fff;
	border: 1px solid var(--color-two) !important
}
.currency-picker__wrapper {
	margin: 0
}
.currency-picker__wrapper .currency-picker {
	border: none;
	padding-right: 21px;
	padding-top: 1px;
	padding-bottom: 1px
}
.ss-fb-message.right-bottom {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 999
}
.ss-fb-message.left-bottom {
	position: fixed;
	bottom: 0;
	left: 20px;
	z-index: 999
}
.ss-fb-ms-inner {
	position: relative
}
.ss-fb-message-style-default .ss-fb-message-head {
	background-color: #4267b2;
	border: 1px solid #29487d;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-family: arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 29px;
	padding: 5px;
	position: relative
}
.ss-fb-message-style-default .so-fb-message-head:hover {
	background-color: #3b5998
}
.ss-fb-message .online {
	padding-left: 5px;
	padding-right: 5px
}
.ss-fb-message-style-metro .ss-fb-message-head-metro {
	width: 100%
}
.ss-fb-message-style-metro .ss-fb-message-head-metro a {
	width: 70%;
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 20px 0 48px;
	background-color: #3b5998;
	position: relative;
	transition: background-color .7s ease-in-out;
	-moz-transition: background-color .7s ease-in-out;
	-webkit-transition: background-color .7s ease-in-out;
	-o-transition: background-color .7s ease-in-out;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	border: none
}
.ss-fb-message-style-metro .ss-fb-message-head-metro a span {
	width: 40px;
	height: 36px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url(iconmetro.png) no-repeat left top
}
.ss-fb-message-style-metro .ss-fb-message-head-metro a:hover {
	background-color: #2e4b89;
	color: #fff;
	border: none;
	text-shadow: none
}
.offline_heading, .online_heading {
	position: absolute;
	top: -35px;
	z-index: 999;
	height: 36px;
	padding: 6px 0;
	color: #fff;
	cursor: pointer;
	float: left;
	background-color: #2e4b89;
	margin-left: 1px
}
.button_chat_offline_text {
	max-width: 85%;
	padding-left: 12px;
	display: inline-block;
	padding-right: 12px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer
}
.ss-fb-message .fa-angle-down {
	color: #fff;
	font-size: 22px;
	float: right;
	padding-right: 12px
}
.so-groups-sticky.right {
	position: fixed;
	right: 0;
	z-index: 999;
	width: 40px
}
.rtl .so-groups-sticky.right {
	left: 0;
	right: auto
}
.so-groups-sticky.left {
	position: fixed;
	left: 0;
	z-index: 50;
	width: 40px
}
.rtl .so-groups-sticky.left {
	right: 0;
	left: auto
}
#so-groups>a {
	float: left;
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: center;
	color: #fff;
	padding: 10px;
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	background: var(--color-gray);
	position: relative
}
#so-groups>a.sticky-backtop {
	border: none
}
#so-groups>a:hover {
	background-color: var(--color-two)
}
#so-groups>a>i {
	font-size: 14px
}
#so-groups i.fa-recent {
	background: url(../../image/theme/icon-recent.png) no-repeat;
	width: 23px;
	height: 10px;
	display: inline-block
}
#so-groups>a span {
	background-color: var(--color-two);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	right: 100%;
	text-align: center;
	text-transform: capitalize;
	top: 0;
	transition: all .2s ease-in-out 0s;
	visibility: hidden;
	white-space: nowrap;
	width: auto
}
.left#so-groups>a span {
	left: 100%;
	right: auto
}
.rtl #so-groups>a span {
	left: 100%;
	right: auto
}
#so-groups>a:hover span {
	opacity: 1;
	transition: all .2s ease-in-out 0s;
	visibility: visible;
	width: auto
}
#so-groups .text-color {
	color: var(--color-two)
}
#so-groups .popup { position: fixed; z-index: 999; top: 0; right: 0; bottom: 0; left: 0; width: 100%; min-width: 100%; max-width: 100%; height: 100%; min-height: 100%; max-height: 100%; overflow-y: auto; overflow-x: hidden; opacity: 1; background: #0009 }


#so-groups .popup.popup-mysearch:not(.popup-hidden) { background: #ffd296; }
#so-groups .popup.popup-mysearch:not(.popup-hidden) .popup-position {
    display: inline-block; vertical-align: middle; width: 100%; height: 88vh; overflow: auto; padding: 20px !important;
}
#so-groups .popup.popup-mysearch:not(.popup-hidden) .popup-small { max-width: 1280px; }
#so-groups .popup.popup-mysearch:not(.popup-hidden) .popup-content { padding: 20px 15px 30px; }

@media screen and (max-width: 767px) {
	#so-groups .popup-position {
		padding: 40px
	}
}

#so-groups .popup-hidden {
	opacity: 0;
	top: -100%;
	bottom: 100%
}
#so-groups .popup-screen {
	display: table;
	vertical-align: top;
	width: 100%;
	height: 100%
}
#so-groups .popup-position {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 40px
}

#so-groups .popup.popup-mysearch:not(.popup-hidden) .popup-screen { display: block;}
@media screen and (min-width: 768px) {
	#so-groups .popup-position {
		padding: 40px
	}
}
#so-groups .popup-container {
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 6px 3px #0000001a
}
#so-groups .popup-small {
	max-width: 540px
}
#so-groups .popup-html {
	padding: 0
}
#so-groups .popup-header, #so-groups .popup-content, #so-groups .popup-footer {
	display: inline-block;
	vertical-align: top;
	width: 100%
}
#so-groups .popup-header {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: var(--color-two)
}
#so-groups .popup-header>span>i {
	margin-right: 10px
}
@media screen and (min-width: 768px) {
	#so-groups .popup-header {
		padding-top: 25px;
		padding-bottom: 25px
	}
}
@media screen and (min-width: 768px) {
	#so-groups .popup-header {
		padding-left: 40px;
		padding-right: 70px
	}
}
#so-groups .popup-close {
	position: absolute
}
#so-groups .popup-close, #so-groups .popup-close i.fa {
	height: 40px;
	line-height: 40px;
	font-size: 13px
}
#so-groups .popup-header .popup-close {
	top: 50%;
	margin-top: -20px;
	width: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 2.2rem
}
#so-groups .popup-header .popup-close:hover {
	opacity: .7
}
@media screen and (min-width: 768px) {
	#so-groups .popup-header .popup-close {
		right: 20px
	}
}
#so-groups i.fa {
	text-align: center
}
#so-groups .popup-close i.fa {
	width: 100%;
	color: #fff
}
#so-groups .popup-content {
	background: #fff
}
@media screen and (min-width: 768px) {
	#so-groups .popup-content {
		padding: 25px 40px 30px
	}
}
#so-groups .notification {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	padding: 20px;
	border-width: 1px;
	border-style: solid
}
#so-groups .notification i.info-icon {
	position: absolute;
	top: 8px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 26px;
	cursor: default;
	left: 0
}
#so-groups .notification p {
	font-size: 14px;
	margin: 0;
	padding: 0
}
#so-groups .notification i.info-icon+p {
	padding-left: 28px
}
@media screen and (min-width: 768px) {
	#so-groups .notification {
		margin-bottom: 40px
	}
}
#so-groups .button-search .fa-refresh {
	margin-right: 7px
}
#so-groups .notification.gray {
	background-color: #eee;
	border-color: #d6d6d6;
	color: #737373
}
#so-groups div.nav-secondary {
	width: 100%;
	padding-bottom: 40px
}
#so-groups div.nav-secondary {
	float: left;
	overflow-y: scroll;
	max-height: 400px
}
#so-groups div.nav-secondary ul, #so-groups div.nav-secondary ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%
}
#so-groups div.nav-secondary>ul {
	float: left
}
#so-groups div.nav-secondary li span.nav-action {
	width: 37px;
	height: 37px;
	position: relative;
	z-index: 10;
	cursor: pointer
}
#so-groups div.nav-secondary li span {
	float: right
}
#so-groups div.nav-secondary li span.nav-action .more {
	display: block
}
#so-groups div.nav-secondary li span.nav-action i.fa {
	width: 37px;
	height: 37px;
	line-height: 37px;
	color: #0000004d
}
#so-groups div.nav-secondary li span i.fa {
	float: right
}
#so-groups div.nav-secondary li span.nav-action .less {
	display: none
}
#so-groups div.nav-secondary li.active>span.nav-action .more {
	display: none
}
#so-groups div.nav-secondary li.active>span.nav-action .less {
	display: block
}
#so-groups div.nav-secondary li a {
	position: relative;
	display: block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0;
	color: #1a1a1a;
	border-top: 1px solid rgba(0, 0, 0, .15)
}
#so-groups div.nav-secondary li a:hover {
	color: var(--color-two);
	text-decoration: underline
}
#so-groups div.nav-secondary li a {
	padding-right: 60px
}
#so-groups div.nav-secondary>ul>li:first-child>a {
	border-top: none
}
#so-groups div.nav-secondary ul.level-2, #so-groups div.nav-secondary ul.level-3, #so-groups div.nav-secondary .nav-arrow {
	display: none
}
#so-groups div.nav-secondary ul.level-2>li a:before, #so-groups div.nav-secondary ul.level-3>li a:before {
	content: " - "
}
#so-groups div.nav-secondary ul.level-2>li>a, #so-groups div.nav-secondary ul.level-3>li>a {
	font-size: 15px
}
#so-groups div.nav-secondary ul.level-2>li>a {
	padding-left: 10px
}
#so-groups div.nav-secondary ul.level-3>li>a {
	padding-left: 20px
}
#so-groups .form-content, #so-groups .form-content form, #so-groups .form-content .form-box, #so-groups .form-content .form-group {
	width: 100%
}
#so-groups .popup-mysearch .form-content .form-box {
	text-align: center;
	position: relative
}
@media screen and (min-width: 768px) {
	#so-groups .form-content .form-box {
		margin-bottom: 40px
	}
}
#so-groups .form-content .form-box input.field, #so-groups .form-content .form-box select.field {
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 10px 35px 10px 15px;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	border-radius: 5px;
	border: 1px solid #ccc
}
#so-groups .form-content .form-box input.field:hover, #so-groups .form-content .form-box select.field:hover {
	cursor: pointer
}
#so-groups .form-content .form-box #button-search {
	text-align: center;
	background-color: var(--color-two);
	display: inline-block;
	border: 0px;
	border-radius: 30px;
	padding: 10px 40px;
	color: #fff;
	font-size: 18px
}
#so-groups .form-content .form-box #button-search:hover {
	background-color: #ec3a01
}
#so-groups .form-content .form-box input+i {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	cursor: pointer
}
#so-groups div.hr {
	float: left;
	width: 100%;
	clear: both
}
#so-groups div.hr.show {
	visibility: visible;
	opacity: 1
}
#so-groups div.hr.show {
	height: 1px;
	background: #00000026
}
#so-groups .txt-center {
	text-align: center
}
#so-groups .form-content .form-box .account-txt {
	text-transform: uppercase;
	color: #222;
	font-size: 12px
}
#so-groups .form-content .form-box a.account-url:hover .account-txt {
	color: var(--color-two)
}
#so-groups .form-content .form-box a.account-url {
	height: 80px;
	display: inline-block
}
#so-groups .form-content .form-box a>span>i.fa-history {
	background: url(order-history.png) no-repeat;
	width: 46px;
	height: 37px;
	display: inline-block;
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-history:before {
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-shoppingcart {
	background: url(shopping-cart.png) no-repeat;
	width: 45px;
	height: 44px;
	display: inline-block;
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-shoppingcart:before {
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-register {
	background: url(icon-register.png) no-repeat;
	width: 38px;
	height: 43px;
	display: inline-block;
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-register:before {
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-account {
	background: url(icon-account.png) no-repeat;
	width: 48px;
	height: 38px;
	display: inline-block;
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-account:before {
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-download {
	background: url(icon-download.png) no-repeat;
	width: 46px;
	height: 40px;
	display: inline-block;
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-download:before {
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-login {
	background: url(icon-login.png) no-repeat;
	width: 53px;
	height: 41px;
	display: inline-block;
	content: ""
}
#so-groups .form-content .form-box a>span>i.fa-login:before {
	content: ""
}
#so-groups .form-content .form-box .product-thumb {
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: center
}
#so-groups .form-content .form-box .product-thumb .image {
	width: 100%;
	position: relative;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	overflow: hidden
}
#so-groups .form-content .form-box .product-thumb .image .bt-sale {
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	line-height: 38px;
	background-color: var(--color-two)
}
#so-groups .form-content .form-box .product-thumb .image .bt-new {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 38px;
	height: 38px;
	z-index: 7;
	border-radius: 50%;
	line-height: 38px;
	position: absolute;
	background: #00abf0;
	top: 10px;
	left: 15px
}
#so-groups .form-content .form-box .product-thumb .caption {
	height: 68px;
	min-height: 68px;
	max-height: 68px;
	padding: 0
}
#so-groups .form-content .form-box .product-thumb .caption h4 a {
	font-size: 13px;
	color: #7d7d7d;
	text-transform: capitalize;
	margin-bottom: 4px
}
#so-groups .form-content .form-box .product-thumb .caption h4 a:hover {
	color: var(--color-two);
	text-decoration: underline
}
#so-groups .form-content .form-box .price {
	margin: 0 0 10px;
	line-height: normal;
	color: var(--color-two);
	font-size: 16px;
	font-weight: 700
}
#so-groups .form-content .form-box .price .price-new, #so-groups .form-content .form-box .price span.price {
	color: var(--color-two);
	font-size: 16px;
	font-weight: 700
}
#so-groups .form-content .form-box .price .price-old {
	line-height: normal;
	padding: 0 5px;
	display: inline-block;
	text-decoration: line-through;
	color: #999;
	font-size: 13px;
	font-weight: 400
}
#so-groups .form-content .form-box .product-thumb .button-group {
	border: 0;
	background: transparent
}
#so-groups .form-content .form-box .product-thumb .button-group button {
	border: 0;
	height: 32px;
	line-height: 30px;
	min-width: 32px;
	padding: 0 15px;
	background: #ff5e00;
	color: #fff;
	border-radius: 18px;
	width: 105px;
	text-transform: none;
	float: none
}
#so-groups .form-content .form-box .product-thumb .button-group button:hover {
	background-color: #ec3a01
}
#so-groups table tr {
	background: transparent
}
#so-groups table tr td {
	border: 0px;
	border-bottom: 1px solid #ddd;
	padding: 20px 8px
}
#so-groups table tr td.first {
	padding-left: 0
}
#so-groups table tr td.last {
	padding-right: 0
}
#so-groups .cart-bottom table tr td {
	padding: 8px
}
#so-groups table tr td.total-price, #so-groups .cart-bottom table tr td.text-right {
	color: var(--color-two);
	font-weight: 700;
	font-size: 116.7%
}
#so-groups .cart-bottom p>a {
	float: left;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	background-color: #222;
	color: #fff;
	padding: 15px
}
#so-groups .cart-bottom p>a:hover {
	opacity: .8
}
#so-groups .cart-bottom p>a.btn-checkout {
	background-color: var(--color-two)
}
#so_popup_countdown.modal {
	background-color: #04040466;
	bottom: -37px
}
#so_popup_countdown .modal-dialog {
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
#so_popup_countdown .modal-header {
	background-color: var(--color-two);
	position: relative;
	border: 0
}
#so_popup_countdown .modal-header h2 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	margin: 0
}
#so_popup_countdown .modal-header .close {
	position: absolute;
	right: 10px;
	top: 50%;
	color: #fff;
	font-weight: 400;
	opacity: 1;
	font-size: 2.6rem;
	text-shadow: none;
	margin-top: -1.3rem
}
#so_popup_countdown .modal-content {
	border: 0px;
	box-shadow: none;
	border-radius: 0
}
#so_popup_countdown .modal-content p {
	margin: 0
}
#so_popup_countdown .modal-footer {
	padding: 0;
	border: 0px;
	text-align: justify;
	position: relative
}
#so_popup_countdown .modal-footer #so_countdown_timer {
	position: absolute;
	left: 30px;
	top: 70px
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item {
	width: 60px;
	height: 60px;
	border: 5px solid rgba(255, 255, 255, .7);
	border-radius: 100%;
	color: #fff;
	float: left;
	margin-right: 15px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	vertical-align: middle;
	padding: 6px 0
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item .num-time {
	font-size: 150%;
	font-weight: 700
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item .name-time {
	font-size: 86%
}
#so_popup_countdown .modal-header h2 {
	padding: 5px 10px
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item .name-time {
	line-height: 13px
}
#so_popup_countdown .modal-content {
	background: url(bg_description.png) top left #f7e7de
}
#so_popup_countdown .cat-content {
	padding-left: 40%;
	text-align: center
}
#so_popup_countdown .cat-content .row1 {
	padding-top: 40px
}
#so_popup_countdown .cat-content .item {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	margin-bottom: 27px
}
#so_popup_countdown .cat-content .item .icon {
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%
}
#so_popup_countdown .cat-content .item a {
	display: block;
	text-align: center;
	color: #1a1a1a;
	font-size: 15px;
	font-weight: 600
}
#so_popup_countdown .cat-content .item a:hover {
	color: var(--color-two)
}
#so_popup_countdown .cat-content .item1 .icon {
	background: url(1.png) top left #f7e7de
}
#so_popup_countdown .cat-content .item1 .icon:hover {
	background: url(1.png) top right var(--color-two)
}
#so_popup_countdown .cat-content .item2 .icon {
	background: url(2.png) top left #f7e7de
}
#so_popup_countdown .cat-content .item2 .icon:hover {
	background: url(2.png) top right var(--color-two)
}
#so_popup_countdown .cat-content .item3 .icon {
	background: url(3.png) top left #f7e7de
}
#so_popup_countdown .cat-content .item3 .icon:hover {
	background: url(3.png) top right var(--color-two)
}
#so_popup_countdown .cat-content .item4 .icon {
	background: url(4.png) top left #f7e7de
}
#so_popup_countdown .cat-content .item4 .icon:hover {
	background: url(4.png) top right var(--color-two)
}
#so_popup_countdown .cat-content .item5 .icon {
	background: url(5.png) top left #f7e7de
}
#so_popup_countdown .cat-content .item5 .icon:hover {
	background: url(5.png) top right var(--color-two)
}
#so_popup_countdown .cat-content .item6 .icon {
	background: url(6.png) top left #f7e7de
}
#so_popup_countdown .cat-content .item6 .icon:hover {
	background: url(6.png) top right var(--color-two)
}
#so_popup_countdown .cat-content .item7 .icon {
	background: url(7.png) top left #f7e7de
}
#so_popup_countdown .cat-content .item7 .icon:hover {
	background: url(7.png) top right var(--color-two)
}
#so_popup_countdown .cat-content .item5 {
	clear: both
}
#so_popup_countdown .cat-bottom {
	text-align: left;
	border-top: 1px solid rgba(0, 0, 0, .04);
	padding: 10px 10px 10px 50%
}
#so_popup_countdown .cat-bottom a {
	padding: 0 3px;
	color: var(--color-two)
}
#so_popup_countdown .cat-bottom a:hover {
	text-decoration: underline
}
@media (max-width: 767px) {
	#so_popup_countdown {
		display: none !important
	}
	.modal-backdrop.in {
		opacity: 0;
		filter: alpha(opacity=0)
	}
}
.banner-collection .row>div img {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.banner-collection .row>div:hover img {
	opacity: .8
}
.no-change:hover .second-img {
	opacity: 0 !important;
	visibility: hidden
}
.box-results {
	z-index: 8889;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 7px #0000001a;
	overflow: hidden
}
.box-results li {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
	line-height: 38px;
	overflow: hidden
}
.box-results li a {
	display: table
}
.box-results li:first-child {
	border-top: none
}
.box-results .title_name {
	padding-left: 10px;
	overflow: hidden;
	line-height: 100%;
	text-align: left;
	vertical-align: middle;
	display: table-cell
}
.box-results .thumbnail {
	float: left;
	display: table-cell;
	width: 50px;
	height: 50px;
	margin: 5px;
	padding: 0;
	text-align: center
}
.template-blog .blog-views {
	margin-top: 0
}
.blog-views .blog-list .image-blogs {
	width: 31%;
	float: left;
	margin: 0
}
.blog-views .blog-list .blog-detail {
	width: 69%;
	float: left;
	padding-left: 30px
}
.blog-views {
	margin-top: 20px
}
.blog-views .blog-item {
	margin-bottom: 40px
}
.blog-views .article-title.h3 {
	margin: 0 0 5px;
	font-size: 16px
}
.blog-views .article-title.h3 a {
	font-weight: 700
}
.blog-views .article-title.h3 a:hover {
	color: var(--color-two)
}
.blog-views .des-blogs {
	margin-top: 5px;
	line-height: 18px
}
.blog-views .article-date {
	color: #909090;
	font-size: 11px
}
.blog-views .article-date i {
	margin-right: 3px
}
.blog-views .image-blogs {
	margin: 20px 0
}
.blog-views .info-read {
	margin-top: 5px
}
.blog-views .info-read li {
	font-size: 12px
}
.blog-views .info-read li span {
	color: #909090
}
.blog-views .info-read li a {
	color: var(--color-two);
	margin-right: 3px;
	padding-right: 5px;
	border-right: 1px solid #ebebeb
}
.blog-views .info-read .btn-blog.btn {
	border: 2px solid;
	text-transform: uppercase;
	font-size: 12px
}
.blog-views .blog-grid .article__grid-meta {
	padding: 20px;
	background: #fff
}
.blog-views .blog-grid .article__grid-meta .article-author {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color-two);
	padding: 0 15px 0 0;
	position: relative;
	font-size: 12px
}
@media (min-width: 992px) {
	.blog-views .blog-grid .article__grid-meta .article-author {
		font-size: 14px
	}
}
.blog-views .blog-grid .article__grid-meta .article-author span {
	color: #111
}
.blog-views .blog-grid .article__grid-meta .article-author:after {
	content: "/";
	position: absolute;
	right: 0;
	color: #111
}
.blog-views .blog-grid .article__grid-meta .article-date {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #111;
	padding-left: 10px
}
@media (min-width: 992px) {
	.blog-views .blog-grid .article__grid-meta .article-date {
		font-size: 14px
	}
}
.blog-views .blog-grid .article__grid-meta .article-title {
	margin: 10px 0;
	font-size: 16px !important;
	font-weight: 500
}
@media (min-width: 1200px) {
	.blog-views .blog-grid .article__grid-meta .article-title {
		font-size: 18px !important
	}
}
.blog-views .blog-grid .article__grid-meta .article-title a {
	color: #000
}
.blog-views .blog-grid .article__grid-meta .article-title a:hover {
	color: var(--color-two)
}
.blog-views .blog-grid .blog-item {
	margin-bottom: 30px
}
.blog-views .pagination {
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 20px
}
.blog-views .pagination .btn--narrow {
	border: none
}   
.pricing_table {
	line-height: 150%;
	font-size: 14px;
	font-weight: 400 !important;
	margin: 25px auto 0;
	padding: 10px 1px 1px;
	clear: both;
	color: #666;
	display: flex;
	display: -ms-flexbox
}
.collum1 .price_block {
	width: 100%
}
.collum2 .price_block {
	width: 50%
}
.collum3 .price_block {
	width: 33, 3333%
}
.collum4 .price_block {
	width: 25%
}
.collum5 .price_block {
	width: 20%
}
.price_block {
	text-align: center;
	width: auto;
	float: left;
	list-style-type: none;
	transition: all .4s;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 10px
}
.pricing_table h3 {
	text-transform: uppercase;
	padding: 14px 0;
	background: #333;
	margin: 0;
	font-size: 18px;
	outline: none
}
.features li {
	font-size: 12px;
	list-style-type: none
}
.features li span {
	font-weight: 700;
	color: #666
}
.action_button {
	text-transform: uppercase
}
.price-style1 .price_block {
	border: 1px solid #ededed;
	border-top: 0px;
	background: #f4f4f4;
	padding-bottom: 60px;
	width: 25%
}
.price-style1 .price_block h3 {
	background: #ebebeb;
	padding: 32px 0 28px
}
.price-style1 .price_block li {
	margin: 0 25px !important;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0
}
.price-style1 .price_block .action_button {
	background: #333;
	color: #fff;
	border-radius: 4px;
	padding: 12px 40px 10px;
	font-size: 18px;
	margin-top: -5px;
	display: inline-block
}
.price-style1 .price_block .price {
	height: 130px;
	padding: 44px 0;
	font-size: 14px;
	font-weight: 400
}
.price-style1 .price_block .price span {
	font-size: 52px;
	color: #df1f26;
	font-weight: 700;
	display: block;
	margin-bottom: 7px
}
.price-style1 .price_block .price span small {
	position: relative;
	top: -20px;
	font-size: 18px
}
.price-style1 .price_block:hover {
	border-radius: 4px
}
.price-style1 .price_block:hover h3 {
	background: #666;
	color: #fff
}
.price-style2 .pricing_table {
	border-radius: 4px;
	border: 6px solid #ededed;
	position: relative
}
.price-style2 .pricing_table:after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #cccccc;
	border-radius: 4px;
	position: absolute;
	z-index: 0
}
.price-style2 .price_block {
	border-top: 0px;
	background: #fff;
	padding-bottom: 20px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	width: 25%
}
.price-style2 .price_block:After {
	content: "";
	background: #ededed;
	display: block;
	height: 410px;
	width: 2px;
	position: absolute;
	right: 0;
	top: 10px
}
.price-style2 .price_block h3 {
	font-size: 24px;
	padding: 37px 0;
	background: #fff
}
.price-style2 .price_block li {
	margin: 0 10px !important;
	border-bottom: 1px solid #ededed;
	padding: 5px 34px;
	background: #fff;
	text-align: left;
	color: #888
}
.price-style2 .price_block li:before {
	content: "";
	background: #909090;
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px
}
.price-style2 .price_block .action_button {
	background: #fff;
	color: #666;
	border-radius: 4px;
	padding: 12px 16px 10px;
	font-size: 18px;
	margin-top: -5px;
	display: inline-block;
	border: 1px solid #cccccc;
	position: relative
}
.price-style2 .price_block .action_button:before {
	content: "\f138";
	font-family: fontAwesome;
	position: absolute;
	left: -9px;
	top: 12px;
	font-size: 25px;
	color: #7dacda;
	z-index: 2;
	border-radius: 50%;
	background: #fff;
	width: 20px;
	height: 20px
}
.price-style2 .price_block .price {
	height: 130px;
	padding: 44px 0;
	font-size: 14px;
	font-weight: 400;
	color: #acacac
}
.price-style2 .price_block .price span {
	font-size: 24px;
	color: #686868;
	font-weight: 700;
	display: block;
	margin-bottom: 7px
}
.price-style2 .price_block .price span small {
	position: relative;
	top: -20px;
	font-size: 18px
}
.price-style2 .price_block:hover {
	background: #2f2f2f;
	border-radius: 4px
}
.price-style2 .price_block:hover:after {
	display: none
}
.price-style2 .price_block:hover h3 {
	background: #2f2f2f;
	color: #df1f26;
	border-radius: 4px
}
.price-style2 .price_block:hover .action_button {
	border-color: #fff
}
.price-style2 .price_block:hover .action_button:before {
	color: #df1f26
}
.price-style2 .price_block:hover .price {
	background: #2f2f2f
}
.price-style2 .price_block:hover .price span {
	color: #df1f26
}
.price-style2 .price_block:hover ul {
	background: #2f2f2f
}
.price-style2 .price_block:hover ul li {
	background: #2f2f2f;
	border-bottom: 1px solid #3e3e3e
}
.price-style3 .pricing_table {
	position: relative
}
.price-style3 .price_block {
	border-top: 0px;
	background: #fff;
	padding-bottom: 10px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	box-shadow: 0 6px 17px 3px #00000026;
	margin-right: 10px;
	width: 25%
}
.price-style3 .price_block:first-child h3, .price-style3 .price_block:first-child .action_button {
	background: #4cbf8d;
	color: #fff
}
.price-style3 .price_block:nth-child(2) h3, .price-style3 .price_block:nth-child(2) .action_button {
	background: #e74847;
	color: #fff
}
.price-style3 .price_block:nth-child(3) h3, .price-style3 .price_block:nth-child(3) .action_button {
	background: #b3b337;
	color: #fff
}
.price-style3 .price_block:nth-child(4) h3, .price-style3 .price_block:nth-child(4) .action_button {
	background: #00f;
	color: #fff
}
.price-style3 .price_block:last-child {
	margin-right: 0
}
.price-style3 .price_block:last-child h3, .price-style3 .price_block:last-child .action_button {
	background: #50c1e9;
	color: #fff
}
.price-style3 .price_block h3 {
	font-size: 30px;
	padding: 15px 0;
	background: #fff;
	border-radius: 4px 4px 0 0;
	text-transform: capitalize
}
.price-style3 .price_block h3 span {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	color: #fff;
	margin-top: -5px
}
.price-style3 .price_block ul {
	margin: 0 10px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #cccccc;
	border-top: 0px;
	background: #f2f2f2
}
.price-style3 .price_block li {
	border-bottom: 1px solid #ededed;
	padding: 14px 34px;
	background: transparent;
	text-align: left;
	color: #888
}
.price-style3 .price_block li:before {
	content: "";
	background: #909090;
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px
}
.price-style3 .price_block .action_button {
	background: #fff;
	color: #666;
	border-radius: 4px;
	padding: 14px 16px 12px;
	font-size: 20px;
	margin: -5px 10px 0;
	display: block;
	position: relative
}
.price-style3 .price_block .price {
	height: auto;
	padding: 44px 0;
	font-size: 14px;
	font-weight: 400;
	color: #666
}
.price-style3 .price_block .price span {
	font-size: 36px;
	color: #686868;
	font-weight: 700;
	display: block;
	clear: both;
	margin-bottom: 7px;
	line-height: 23px
}
@media (min-width: 1200px) {
	.price-style3 .price_block .price span {
		font-size: 60px
	}
}
.price-style3 .price_block .price span small {
	position: relative;
	top: -10px;
	font-size: 30px
}
.price-style4 .pricing_table {
	position: relative
}
.price-style4 .price_block {
	border-top: 0px;
	background: #fff;
	padding-bottom: 10px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	box-shadow: none;
	margin-right: 30px;
	border: 0px;
	width: 25%
}
.price-style4 .price_block:hover {
	box-shadow: none
}
.price-style4 .price_block h3 {
	font-size: 18px;
	padding: 15px 0;
	border-radius: 4px 4px 0 0;
	background: #fff;
	text-transform: capitalize;
	background: #e74847 !important;
	border-bottom: 1px solid #bf2322;
	color: #fff;
	margin-bottom: 95px
}
.price-style4 .price_block h3 span {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	color: #fff;
	margin-top: -5px;
	display: none
}
.price-style4 .price_block ul {
	border-top: 0px;
	background: #fff;
	margin: 0;
	border: 1px solid #ededed !important
}
.price-style4 .price_block li {
	padding: 14px 34px;
	margin: 0;
	background: transparent;
	text-align: center;
	color: #888;
	background: #fff
}
.price-style4 .price_block li:nth-child(2), .price-style4 .price_block li:nth-child(4), .price-style4 .price_block li:nth-child(6) {
	background: #d4d4d4
}
.price-style4 .price_block .action_button {
	background: #fff;
	color: #fff;
	padding: 14px 16px 12px;
	font-size: 14px;
	margin: -5px 0 0;
	display: block;
	position: relative;
	background: #e74847;
	border-radius: 0 0 4px 4px !important
}
.price-style4 .price_block .price {
	padding: 34px 0;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	background: #e74847;
	top: 50px;
	left: 0
}
.price-style4 .price_block .price .price_figure {
	background: #bc201f;
	border-radius: 20px;
	display: inline-block;
	padding: 6px 40px
}
.price-style4 .price_block .price span {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	display: block;
	margin-bottom: 0
}
.price-style4 .price_block .price span small {
	position: static;
	top: -10px;
	font-size: 18px
}
.price-style5 {
	text-align: center
}
.price-style5 .pricing_table {
	position: relative;
	display: flex;
	display: -ms-flex;
	-moz-display: flex;
	justify-content: center;
	flex-align: Center;
	-webkit-justify-content: center;
	margin: 0 auto
}
.price-style5 .price_block {
	float: left;
	border-top: 0px;
	background: #fff;
	padding-bottom: 10px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	box-shadow: none;
	margin-right: 10px;
	border: 0px;
	width: 100px
}
.price-style5 .price_block:nth-child(1) .action_button {
	background: #4cbf8d
}
.price-style5 .price_block:nth-child(1) .action_button:after {
	border-bottom: 4px solid #4cbf8d
}
.price-style5 .price_block:nth-child(2) .action_button {
	background: #e74847
}
.price-style5 .price_block:nth-child(2) .action_button:after {
	border-bottom: 4px solid #e74847
}
.price-style5 .price_block:nth-child(3) .action_button {
	background: #ff0
}
.price-style5 .price_block:nth-child(3) .action_button:after {
	border-bottom: 4px solid yellow
}
.price-style5 .price_block:nth-child(4) .action_button {
	background: #00f
}
.price-style5 .price_block:nth-child(4) .action_button:after {
	border-bottom: 4px solid blue
}
.price-style5 .price_block:last-Child .action_button {
	background: #50c1e9
}
.price-style5 .price_block:last-Child .action_button:after {
	border-bottom: 4px solid #50c1e9
}
.price-style5 .price_block:hover {
	box-shadow: none
}
.price-style5 .price_block h3 {
	font-size: 18px;
	padding: 15px 0;
	border-radius: 4px 4px 0 0;
	background: #fff;
	text-transform: capitalize;
	background: #e74847 !important;
	border-bottom: 1px solid #bf2322;
	color: #fff;
	margin-bottom: 0
}
.price-style5 .price_block h3 span {
	font-size: 13px;
	text-transform: capitalize;
	display: block;
	color: #fff;
	margin-top: -5px;
	display: none
}
.price-style5 .price_block ul {
	border-top: 0px;
	background: #fff;
	margin: 0;
	border: 1px solid #ededed !important
}
.price-style5 .price_block li {
	padding: 14px 34px;
	margin: 0;
	background: transparent;
	text-align: center;
	color: #888
}
.price-style5 .price_block li:nth-child(2), .price-style5 .price_block li:nth-child(4), .price-style5 .price_block li:nth-child(5) {
	background: #d4d4d4
}
.price-style5 .price_block .action_button {
	background: #fff;
	color: #fff;
	padding: 9px 0;
	font-size: 14px;
	margin: -5px 0 0;
	display: block;
	position: relative;
	background: #e74847;
	border-radius: 0 0 4px 4px !important
}
.price-style5 .price_block .action_button:after {
	content: "";
	width: 0px;
	height: 0px;
	display: block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: -4px;
	left: 50%;
	margin-left: -2px;
	position: absolute
}
.price-style5 .price_block .price {
	padding: 34px 0 30px;
	font-size: 36px;
	font-weight: 400;
	color: #333;
	font-weight: 700;
	position: static;
	background: #ebebeb;
	top: 56px;
	left: 0;
	text-align: center;
	margin-bottom: 0;
	border-radius: 4px 4px 0 0
}
.price-style5 .price_block .price .price_figure {
	border-radius: 20px;
	display: inline-block;
	padding: 0
}
.price-style5 .price_block .price small {
	position: static;
	top: -10px;
	font-size: 24px
}
.price-style5 .price_block .price span {
	color: #909090;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	margin-top: 4px
}
.price_block:hover {
	box-shadow: #00000026 0 6px 17px 3px;
	transform: scale(1.1);
	z-index: 3;
	border-bottom: 0 none
}
.price_block h3 {
	background: #222
}
.price_block .action_button {
	background: linear-gradient(#f9b84a, #db7224)
}
.price_block:hover .p_label {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}
.p_label {
	position: absolute;
	right: -10px;
	font-weight: 400;
	transform: rotate(360deg);
	background: url(demo.png) center;
	width: 77px;
	height: 70px;
	background-repeat: no-repeat;
	top: -3px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 111
}
.price_block:last-child {
	margin-right: 0
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
	.price_block {
		width: 50%
	}
	.price_block:nth-child(3) {
		clear: both
	}
	.price_block:nth-child(odd):hover {
		border: 0 none
	}
}
@media only screen and (min-width: 768px) {
	.price_block {
		border-bottom: 0 none
	}
	.price_block:last-child {
		border-right: 0 none
	}
	.price_block:last-child:after {
		display: none
	}
	.price_block:hover {
		border: 0 none
	}
}
@media (max-width: 767px) {
	 
	.price_block {
		margin-bottom: 22px
	}
	.quickview-button {
		display: none
	}
	.pricing_table {
		display: block
	}
	.price-style2 .pricing_table {
		border: 0px
	}
	.price-style2 .price_block {
		border: 1px solid #ebebeb;
		border-radius: 4px;
		margin-bottom: 40px
	}
	.price-style2 .price_block:After {
		display: none
	}
	.price-style2 .pricing_table:after {
		display: none
	}
	.price_block {
		width: 100% !important
	}
}
.widget-listingtab .home-title .fa {
	font-size: 18px;
	padding-right: 5px
}
.widget-listingtab .main-left {
	width: 16.3521%;
	float: left
}
.widget-listingtab .main-left .hot-cate {
	border: 1px solid #eee
}
@media (min-width: 992px) {
	.widget-listingtab .main-left .hot-cate {
		min-height: 284px
	}
}
.widget-listingtab .main-left .hot-cate-title {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	background: #eee;
	padding: 8px 15px;
	text-transform: uppercase
}
@media (min-width: 1200px) {
	.widget-listingtab .main-left .hot-cate-title {
		font-size: 16px
	}
}
.widget-listingtab .main-left .hot-cate-list {
	margin: 0;
	bottom: 0;
	padding: 10px;
	min-height: 236px
}
.widget-listingtab .main-left .hot-cate-list>li {
	color: #444;
	font-size: 13px;
	padding: 5px 0;
	font-weight: 700
}
.widget-listingtab .main-left .hot-cate-list>li a {
	color: #444
}
.widget-listingtab .main-left .hot-cate-list>li a:hover {
	color: var(--color-two)
}
.widget-listingtab .main-left .hot-cate-list>li .fa {
	margin: 0 5px
}
.widget-listingtab .main-right {
	width: 83.6479%;
	float: left;
	position: relative
}
.widget-listingtab .ss-listing-tabs .ltabs-items-container .ltabs-items.ltabs-items-selected {
	display: block
}
.widget-listingtab .ss-listing-tabs .ltabs-items-container .ltabs-items {
	display: none
}
.widget-listingtab .products-listing.grid .product-layout .product-item-container {
	margin: 0
}
@media (min-width: 1200px) {
	.widget-listingtab .products-listing.grid .product-layout .product-item-container {
		/* min-height: 411px; */ min-height: 327px;  
	}
	.widget-listingtab .products-listing.grid .product-layout .product-item-container .img-responsive {
		height: 205px; max-height: 205px;
	}
}
.widget-listingtab .products-listing.grid .product-layout .product-item-container .right-block {
	padding: 9px 20px 12px
}
.widget-listingtab .products-listing.grid .product-layout .product-item-container .right-block .custom-reviews {
	margin: 0 -3px;
	line-height: 100%
}
.widget-listingtab .products-listing.grid .product-layout .product-item-container .right-block .caption h4 {
	margin: 10px 0 15px;
	font-size: 15px; line-height: 1.5;
}
.widget-listingtab .products-listing.grid .product-layout .product-item-container .right-block .price {
	margin: 0 0 5px
}
.view-all {
	text-align: center;
	margin-top: 30px
}
.view-all a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: .3s all ease 0s;
	border-radius: 18px;
	text-transform: capitalize;
	text-align: center;
	padding: 6px 46px;
	background: #ff5621;
	box-shadow: 0 1px 1px #00000080;
	margin-bottom: 2px;
	font-weight: 700
}
.view-all a:hover {
	background: #222;
	color: #fff
}
.box-shadow {
	overflow: hidden;
	border-radius: 4px;
	clear: both;
	box-shadow: 1px 3px 10px #ddd
}

.ss-listing-tabs .ltabs-wrap .ltabs-tabs-container {
	overflow: visible;
	clear: both
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow, .ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
	display: none
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: left;
	line-height: 30px;
	clear: both;
	color: #888;
	cursor: pointer;
	z-index: 5
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
	width: 167px;
	text-indent: 20px;
	border: 1px solid #DDD;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	overflow: hidden
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
	width: 30px;
	border: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	font-size: 12px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #ddd
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow, .ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
	position: relative;
	float: left;
	height: 30px;
	z-index: 1;
	display: inline-block
}
.ss-listing-tabs .add-loadmore {
	float: right;
	margin-left: 10px;
	vertical: middle;
	margin-top: 2px
}
.ss-listing-tabs .loaded .add-loadmore {
	display: none
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	border: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
	background: #fff;
	display: none;
	z-index: 1;
	padding-right: 11px
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
	display: block
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
	margin: 0;
	padding: 0;
	float: none
}
.ss-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
	display: block;
	line-height: 20px;
	padding: 5px 10%
}
.ss-listing-tabs .ltabs-wrap .ltabs-items-container {
	margin: 0;
	padding: 0
}
.ss-listing-tabs .ltabs-items-container .ltabs-items {
	margin: 0;
	opacity: 0;
	visibility: hidden;
	height: 0
}
.ss-listing-tabs .ltabs-items-container .ltabs-items-inner {
	margin: 0;
	padding: 0;
	width: 100%;
	visibility: visible
}
.ss-listing-tabs .ltabs-items-container .ltabs-items-selected {
	opacity: 1;
	visibility: visible;
	height: auto
}
.ss-listing-tabs .ltabs-items-container .ltabs-item-wrap {
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: #000 0 0
}
.ss-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
	width: 100%;
	max-width: 100%;
	box-shadow: #000 0 0
}
.ss-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
	float: left;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: #000 0 0
}
.ss-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item>div {
	margin-bottom: 0
}
.ss-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item>div:last-child {
	margin: 0
}
.ss-listing-ls .ltabs-items-container .ltabs-items.ltabs-items-selected .ltabs-item {
	opacity: 1;
	filter: alpha(opacity=1)
}
.ss-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item {
	margin-bottom: 0;
	opacity: 1;
	filter: alpha(opacity=1);
	box-shadow: none
}
.ss-listing-tabs .ltabs-items .ltabs-loading {
	width: 100%;
	max-width: 100%;
	padding: 0;
	position: relative;
	background: url(ajax-loader.gif) no-repeat scroll center center transparent;
	min-height: 284px;
	display: block;
	z-index: 0
}
.ss-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
	background: url(../images/301.gif) no-repeat scroll center center transparent;
	width: 22px;
	height: 22px;
	display: none;
	margin-right: 10px;
	vertical-align: middle
}
.countdown-style .countdown_tab {
	margin-top: 0;
	padding: 5px 20px 0 50px;
	display: inline-block;
	border-radius: 30px;
	font-size: 0;
	text-align: center;
	position: relative;
	background: var(--color-two)
}
@media (max-width: 1200px) {
	.countdown-style .countdown_tab {
		padding: 5px 12px 0
	}
	.countdown-style .countdown_tab:before {
		display: none
	}
}
.countdown-style .countdown_tab:before {
	content: "\f017";
	font-family: fontawesome;
	position: absolute;
	font-size: 16px;
	color: #fff;
	top: 6px;
	left: 14px;
	right: auto;
	bottom: auto
}
.countdown-style .countdown_tab:after {
	content: "";
	position: absolute;
	background: #fff;
	opacity: .4;
	height: 12px;
	width: 1px;
	top: 11px;
	left: 40px;
	right: auto;
	bottom: auto
}
.countdown-style .countdown_tab .deals-time {
	display: inline-block;
	position: relative;
	width: auto;
	border: none;
	color: #fff;
	font-size: 12px
}
.countdown-style .countdown_tab .deals-time .num-time {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin: 0 3px;
	background: transparent;
	padding: 0
}
.countdown-style .countdown_tab .deals-time .title-time {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 0
}
.countdown-style .countdown_tab .deals-time:after {
	content: ":";
	padding: 0 4px;
	position: relative;
	top: -1px;
	font-size: 16px
}
.countdown-style .countdown_tab .deals-time.second:after {
	display: none
}
div.row2 {
	margin: 0 -10px
}
div.row2 .col2 {
	padding: 0 10px
}
body .widget-hot .wrap {
	padding: 24px 30px 20px;
	background: #fff
}
@media (max-width: 1200px) {
	body .widget-hot .wrap {
		padding: 15px 15px 6px
	}
}
@media (max-width: 767px) {
	body .widget-hot .wrap {
		padding: 15px 15px 26px
	}
}
body .widget-hot .label-product.label-sale {
	background: var(--color-sale);
	right: 20px;
	left: auto
}
body .widget-hot .label-product.label-sale:before {
	content: "";
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	border-bottom: 17px solid var(--color-sale);
	position: absolute;
	top: -6px;
	left: -6px;
	right: auto;
	transform: rotate(-30deg)
}
body .widget-hot .label-new {
	display: none
}
body .widget-hot .home-title {
	border-bottom: 1px solid #ebebeb
}
body .widget-hot .countdown_tab {
	margin-top: 0;
	padding: 5px 20px 0 50px;
	display: inline-block;
	border-radius: 30px;
	font-size: 0;
	text-align: center;
	position: relative;
	background: var(--color-two)
}
@media (min-width: 1200px) {
	body .widget-hot .countdown_tab {
		margin-top: 60px
	}
}
@media (max-width: 1200px) {
	body .widget-hot .countdown_tab {
		padding: 5px 12px 0
	}
	body .widget-hot .countdown_tab:before {
		display: none
	}
}
body .widget-hot .countdown_tab:before {
	content: "\f017";
	font-family: fontawesome;
	position: absolute;
	font-size: 16px;
	color: #fff;
	top: 6px;
	left: 14px;
	right: auto;
	bottom: auto
}
body .widget-hot .countdown_tab:after {
	content: "";
	position: absolute;
	background: #fff;
	opacity: .4;
	height: 12px;
	width: 1px;
	top: 11px;
	left: 40px;
	right: auto;
	bottom: auto
}
body .widget-hot .countdown_tab .deals-time {
	display: inline-block;
	position: relative;
	width: auto;
	border: none;
	color: #fff;
	font-size: 12px
}
body .widget-hot .countdown_tab .deals-time .num-time {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin: 0 3px;
	background: transparent;
	padding: 0
}
body .widget-hot .countdown_tab .deals-time .title-time {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 0
}
body .widget-hot .countdown_tab .deals-time:after {
	content: ":";
	padding: 0 4px;
	position: relative;
	top: -1px;
	font-size: 16px
}
body .widget-hot .countdown_tab .deals-time.second:after {
	display: none
}
body .widget-hot .custom-reviews {
	display: block !important
}
body .widget-hot .title {
	margin-bottom: 11px;
	margin-top: 22px;
	line-height: 17px
}
body .widget-hot .title a {
	text-transform: capitalize;
	font-size: 16px !important;
	position: relative;
	color: #222 !important;
	font-weight: 700 !important
}
body .widget-hot .title a:hover {
	color: var(--color-two) !important
}
body .widget-hot .title img {
	position: relative;
	margin-left: 10px;
	top: -3px
}
body .widget-hot .vertical-slick {
	width: 90px
}
@media (min-width: 1200px) {
	body .widget-hot .vertical-slick {
		padding-top: 29px
	}
}
body .widget-hot .vertical-slick .image-prd {
	cursor: pointer;
	border: 1px solid #fff;
	position: relative;
	border-radius: 4px;
	margin-bottom: 10px
}
@media (max-width: 1200px) {
	body .widget-hot .vertical-slick .image-prd {
		margin-bottom: 1px
	}
}
body .widget-hot .vertical-slick .image-prd.active {
	border: 1px solid var(--color-two)
}
body .widget-hot .vertical-slick .image-prd:hover {
	opacity: .8
}
body .widget-hot .wrap {
	display: table;
	overflow: hidden;
	clear: both;
	background: #fff
}
body .widget-hot .wrap .product-main {
	width: calc(100% - 90px);
	float: left
}
@media (max-width: 767px) {
	body .widget-hot .wrap .product-main {
		width: 100%
	}
}
body .widget-hot .wrap .product-main .single-image {
	width: 63.1%;
	float: left;
	position: relative
}
body .widget-hot .wrap .product-main .single-image:hover {
	opacity: .7
}
@media (max-width: 600px) {
	body .widget-hot .wrap .product-main .single-image {
		width: 100%
	}
}
body .widget-hot .wrap .product-main .single-image .label-sale {
	top: 0;
	right: 20px;
	background: var(--color-sale)
}
body .widget-hot .wrap .product-main .single-image .label-sale:before {
	border-bottom: 17px solid var(--color-sale)
}
body .widget-hot .wrap .product-main .price span.price-new .money {
	color: var(--color-two) !important;
	font-size: 18px !important
}
body .widget-hot .wrap .product-main .product-info {
	width: 36.9%;
	float: left
}
@media (max-width: 600px) {
	body .widget-hot .wrap .product-main .product-info {
		width: 100%;
		margin-bottom: 15px;
		padding-top: 20px
	}
}
body .widget-hot .wrap .product-main .product-info .title-product {
	margin-bottom: 16px;
	margin-top: 19px;
	line-height: 17px
}
body .widget-hot .wrap .product-main .product-info .title-product .product-name {
	font-weight: 700 !important;
	font-size: 18px !important;
	color: #222 !important
}  
body .widget-hot .wrap .product-main .product-info .price {
	margin-bottom: 17px;
	margin-top: 13px
}
body .widget-hot .wrap .product-main .button-link {
	z-index: 3;
	display: table;
	margin-top: 16px
}
body .widget-hot .wrap .product-main .button-link>div {
	display: table-cell;
	vertical-align: top;
	position: relative
}
body .widget-hot .wrap .product-main .button-link>div .btn_df {
	border: none;
	display: block;
	padding: 0;
	background-color: #fff;
	color: var(--color-two);
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	margin-right: 4px !important;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid var(--color-two)
}
body .widget-hot .wrap .product-main .button-link>div .btn_df.btn-addToCart, body .widget-hot .wrap .product-main .button-link>div .btn_df.grl {
	width: auto;
	border-radius: 30px;
	padding: 0 15px !important;
	background: var(--color-two);
	color: #fff
}
body .widget-hot .wrap .product-main .button-link>div .btn_df.btn-addToCart span, body .widget-hot .wrap .product-main .button-link>div .btn_df.grl span {
	padding-left: 5px;
	font-weight: 700;
	font-size: 12px;
	position: relative;
	top: -1px
}
body .widget-hot .wrap .product-main .button-link>div .btn_df:hover {
	border: 1px solid #333;
	background: #333;
	color: #fff
}
body .widget-hot .wrap .product-main .button-link .add-to-cart button, body .widget-hot .wrap .product-main .button-link .add-to-cart .btn_cart {
	margin-right: 10px;
	letter-spacing: 1px;
	display: inline-block;
	height: 50px;
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
	padding: 0 40px;
	line-height: 50px;
	border-radius: 4px;
	background: var(--color-two);
	width: auto;
	font-weight: 600;
	padding: 0 26px !important;
	border: 1px solid var(--color-two)
}
body .widget-hot .wrap .product-main .button-link .add-to-cart button i, body .widget-hot .wrap .product-main .button-link .add-to-cart .btn_cart i {
	margin-right: 10px;
	font-size: 18px
}
body .widget-hot .wrap .product-main .button-link .add-to-cart button:hover, body .widget-hot .wrap .product-main .button-link .add-to-cart .btn_cart:hover {
	border: 0 !important;
	opacity: .78
}
body .widget-hot .wrap .product-main .button-link .add-to-cart button:hover, body .widget-hot .wrap .product-main .button-link .add-to-cart .btn_cart:hover {
	background: #333;
	border: 1px solid #333 !important
}
body .widget-hot .wrap .product-main .button-link .btn_df {
	display: inline-block;
	vertical-align: top;
	float: left;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin: 0 10px 0 0;
	border-radius: 4px;
	border: 1px #ccc solid;
	width: 50px;
	background: #fff;
	color: #525252;
	text-align: center;
	padding: 0 !important
}
body .widget-hot .wrap .product-main .button-link .btn_df:hover {
	background: var(--color-two);
	color: #fff;
	border: 1px solid var(--color-two)
}
body .widget-hot .wrap .vertical-slick {
	width: 90px;
	float: left;
	display: table-cell;
	vertical-align: middle
}
@media (max-width: 767px) {
	body .widget-hot .wrap .vertical-slick {
		width: 100%
	}
	body .widget-hot .wrap .vertical-slick .image-prd {
		width: 22%;
		margin-right: 3px;
		float: left
	}
} 

.widget-collection-carousel {
	/* background: var(--color-banner); */
	background: #e3e3e3;
	background: transparent;
	padding: 30px 0 20px;
}
.widget-collection-carousel .item-content {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0
}
.widget-collection-carousel .box-title h3 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 17px;
	display: inline-block;
	position: relative
}
.widget-collection-carousel .box-title h3 i {
	color: var(--color-two)
}
.widget-collection-carousel .box-title a {
	float: right;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	position: relative;
	top: 15px;
	color: var(--color-two)
}
.widget-collection-carousel .box-title a i {
	padding-left: 5px
}
.widget-collection-carousel h3.name-cate {
	margin: 0;
	text-align: center;
	position: relative
}
.widget-collection-carousel h3.name-cate .btn-collection {
	font-weight: 700;
	font-size: 13px;
	padding: 4px 0;
	display: block;
	color: #fff;
	text-transform: capitalize;
	position: relative
}
.widget-collection-carousel h3.name-cate:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* opacity: .7; */
	pointer-events: none;
	transition: all .3s ease 0s;
	background: var(--color-two)
}
.widget-collection-carousel .item-cate {
	border-radius: 4px; 
	overflow: hidden !important;
}
.widget-collection-carousel .item-cate:hover h3:before {
	opacity: 1
}
.widget-collection-carousel.banners a {
	overflow: hidden
}




.logo-mobile {
	display: none
}
.main-megamenu ul.nav>li>a:active, .main-megamenu ul.nav>li>a:focus {
	background: transparent !important
}
.blog-views .blog-item img:hover {
	opacity: .7
}
.widget-blogs {
	padding: 27px 20px 0;
	background: #fff;
	border-radius: 3px 3px 0 0;
	position: relative;
	margin-bottom: 0
}
.widget-blogs .owl-carousel {
	border-bottom: 1px solid #ebebeb
}
.widget-blogs .owl-carousel .owl-dots {
	display: block;
	margin: -13px 0 30px;
	text-align: center
}
.widget-blogs .des {
	color: #666;
	font-size: 14px;
	line-height: 24px
}
.widget-blogs .widget-content {
	margin-top: 24px
}
.widget-blogs .blog-info {
	margin: 27px 0 5px
}
.widget-blogs .blog-image {
	padding-left: 0
}
.widget-blogs .blog-image img {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.widget-blogs .blog-image img:hover {
	opacity: .7
}
.widget-blogs .blog-detail {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px
}
.widget-blogs .blog-detail .blog-title {
	margin: 10px 0 6px
}
.widget-blogs .blog-detail .blog-title a {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 18px;
	color: #222;
	padding: 0;
	line-height: 26px
}
.widget-blogs .blog-detail .blog-title a:hover {
	color: var(--color-two)
}
.widget-blogs .blog-detail .read-more {
	display: inline-block;
	float: right;
	text-align: right;
	color: var(--color-two);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	margin-top: 7px;
	padding: 0;
	position: relative
}
.widget-blogs .blog-detail .read-more:before {
	content: "";
	position: absolute;
	top: auto;
	bottom: 3px;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: var(--color-two)
}
.widget-blogs .blog-item {
	padding: 0 0 20px
}
.widget-blogs .blog-item .blog-info {
	margin-top: 27px
}
.widget-blogs .blog-item .blog-info .entry-date {
	color: #666;
	font-size: 14px;
	line-height: 100%
} 

 
.owl-style2 .owl-nav {
	position: absolute;
	top: -32px;
	right: 20px
} 
.owl-style2 .owl-nav>div {
    position: static;
    font-size: 14px;
    width: auto;
    background: transparent!important;
    height: auto;
    line-height: normal;
}
.owl-style2 .owl-nav>div.owl-prev {
	margin-right: 5px
}
.owl-style2 .owl-nav>div:hover {
	opacity: .7
}
.owl-style2 .owl-nav>div i.fa {
	color: #fff
} 
.widget-collection .collections {
	position: relative
}
.widget-collection .collections .collection-item {
	background-color: #eee;
	color: #999;
	height: 140px;
	font-weight: 700;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center center;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	border-image: initial;
	padding: 21px 20px 0;
	border-bottom: 3px solid var(--color-two);
	position: relative;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}
.widget-collection .collections .collection-item:before {
	position: absolute;
	width: 100%;
	height: 3px;
	content: ""
}
.widget-collection .collections .collection-item:hover {
	background: #fff;
	border-top: 1px solid var(--color-two);
	border-left: 1px solid var(--color-two);
	border-right: 1px solid var(--color-two)
}
.widget-collection .collections .collection-name {
	z-index: 1;
	font-size: 14px;
	position: relative;
	color: #1c1c1c;
	font-weight: 700
}
.widget-collection .collections .collection-img {
	position: absolute;
	height: 136px;
	left: 0;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center
}
.widget-services-v1 .policy_inner {
	background: #f2f2f2;
	border: 2px solid #f2f2f2;
	text-align: center;
	padding: 24px 10px 21px 50px;
	display: table;
	width: 100%;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	cursor: pointer
}
.widget-services-v1 .policy_inner:hover {
	background: transparent;
	border-color: var(--color-two)
}
.widget-services-v1 .policy_inner:hover .service-ico {
	color: var(--color-two)
}
.widget-services-v1 .policy_inner .service-ico {
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	color: #999
}
.widget-services-v1 .policy_inner .service-info {
	display: table-cell;
	text-align: left;
	padding-left: 10px
}
.widget-services-v1 .policy_inner .service-info h2 {
	font-size: 14px;
	color: #444;
	font-weight: 700;
	margin: 0
}
.widget-services-v1 .policy_inner .service-info p {
	color: #999;
	font-size: 12px;
	margin: 0;
	line-height: 100%;
	padding-top: 2px
}
.widget-services.policy3, .widget-services.policy3 .bg-policy {
	background: #fff
}
.widget-services.policy3 .bg-policy .policy .info a, .widget-services.policy3 .bg-policy .policy .info div {
	color: #000
}
.widget-services.policy3 .bg-policy .policy:hover {
	background: transparent
}
.widget-services.policy3 .bg-policy .policy:hover .info a, .widget-services.policy3 .bg-policy .policy:hover .info div {
	color: var(--color-two)
}
.widget-services .bg-policy {
	background: var(--color-two);
	border-radius: 4px;
	clear: both;
	overflow: hidden
}
.widget-services .bg-policy .policy {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	/* width: 25%;
	float: left; */
	padding: 29px 0;
	text-align: left;
	cursor: pointer
}
.widget-services .bg-policy .policy:hover {
	background: #cc4a00
}
.widget-services .bg-policy .policy .icon-policy {
	width: 35px;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	vertical-align: middle
}
.widget-services .bg-policy .policy .info {
	text-align: left;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle
}
.widget-services .bg-policy .policy .info a {
	font-size: 14px;
	font-weight: 600; 
	text-transform: uppercase
}
.widget-services .bg-policy .policy .info div {
	font-size: 13px; 
	font-weight: 400;
	text-transform: capitalize;
	margin: 0;
	line-height: 16px
}
.show_dot .owl-dots {
	display: block;
	margin: -10px 0;
	text-align: center
}
.show_dot .owl-dots .owl-dot {
	width: 40px;
	height: 5px;
	border-radius: 2px;
	margin: 0 5px;
	background: #222;
	border: none;
	opacity: 1;
	display: inline-block
}
.show_dot .owl-dots .owl-dot.active {
	background: var(--color-two)
} 
.about_us p {
	line-height: 23px;
	color: #666
}  
.widget-product-carousel .button-close {
	position: fixed;
	top: 80px;
	right: 0;
	left: auto;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 99;
	cursor: pointer
}
@media (max-width: 1600px) {
	.widget-product-carousel .button-close {
		top: 40px
	}
}
.widget-product-carousel .button-close span.button-ex {
	border-radius: 0 0 0 30px;
	position: relative;
	display: block;
	color: transparent;
	text-align: center;
	padding: 0;
	background: var(--color-two);
	transition: all .3s ease 0s
}
.widget-product-carousel .button-close span.button-ex:before {
	content: "\f101";
	font-size: 14px;
	position: absolute;
	top: -3px;
	left: 3px;
	right: auto;
	bottom: auto;
	font-family: fontawesome;
	color: #fff;
	font-weight: 700;
	width: 100%;
	height: 100%
}
.button-close span.button-ex.active:before {
	content: "\f100"
}
 
@keyframes nasa_pulsate {
	0% {
		transform: scale(1);
		opacity: 0
	}
	50% {
		transform: scale(1.2);
		opacity: .5
	}
	to {
		transform: scale(1.4);
		opacity: 0
	}
}
@keyframes rotateinfinite {
	to {
		transform: rotateY(360deg)
	}
}
@keyframes rotateinfinite {
	20%, to {
		transform: rotateY(360deg)
	}
	0% {
		transform: rotateY(0)
	}
	10% {
		transform: rotateY(0)
	}
}


/*============================================================================
======================= SECTION WIDGET IMAGE COLLECTION =====================
==============================================================================*/ 

.widget-collection-carousel .item-content {
	position: absolute;
	top: auto;
	left: 0px;
	right: 0px;
	bottom: 0;
}
.widget-collection-carousel .box-title h3 {
	font-size: 14px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 17px;
	display: inline-block;
	position: relative;
}
.widget-collection-carousel .box-title h3 i {
	color: #1e4d9d;
}
.widget-collection-carousel .box-title a {
	float: right;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	/* padding: 0 25px; */
	line-height: normal;
	display: inline-block;
	position: relative;
	top: 15px;
	color: #1e4d9d;
}
.widget-collection-carousel .box-title a i {
	padding-left: 5px;
}
.widget-collection-carousel h3.name-cate {
	position: absolute;
	bottom: 0px;
	/* background-color: #ffd200; */
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget-collection-carousel h3.name-cate span {
	font-size: 16px;
	text-transform: capitalize;
	color: #222;
	font-weight: 400;
	display: block;
	padding: 11px 0;
}
.widget-collection-carousel .item-cate {
	border-radius: 15%;
	overflow: hidden;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 5px solid #fff;
	border: 2px solid var(--color-two);
}
/* .widget-collection-carousel .item-cate img {
	filter: opacity(0.7) grayscale(1);
} */
.widget-collection-carousel .item-cate a {
	display: block; height: 131px;
	overflow: hidden !important;
	border-radius: 15%;
}
/* .widget-collection-carousel .item-cate:hover {
	border: 5px solid #1e4d9d;
} */

.widget-collection-carousel .item-cate,
.widget-collection-carousel .item-cate a {
border-radius: 55%; aspect-ratio: 1; max-width: 100px; margin: auto;
}
.widget-collection-carousel .item-cate:hover img {
	filter: none;
}
.widget-collection-carousel .item-cate:hover {
	/* transform: translatey(-5px);-webkit-transform: translatey(-5px);-moz-transform: translatey(-5px);-ms-transform: translatey(-5px); */
	border-width: 4px;
}

.widget-collection-carousel .item-cate:hover h3 {
	transform: translatey(-10px);
	-webkit-transform: translatey(-10px);
	-moz-transform: translatey(-10px);
	-ms-transform: translatey(-10px);
}
.widget-collection-carousel.banners a {
	overflow: hidden;
}



/* ===================================== */

.widget-collection-carousel .item-content {
    position: relative !important; 
    display: block;
    height: 50px;
}

.widget-collection-carousel h3.name-cate {
    position: relative !important;
    bottom: 0px; 
    width: 96%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: black !important;
	/* font-family: 'Muli', sans-serif; */
} 
.widget-collection-carousel h3.name-cate:before { 
    background: transparent;
}
.widget-collection-carousel h3.name-cate .btn-collection {
    font-weight: 400;
    font-size: 14px;
    padding: 8px 0;
    display: block;
    color: #000;
    text-transform: capitalize;
    position: relative;
}
.widget-collection-carousel .item-cate a {
    display: block;
    width: 100% !important;
    height: 101px !important;
    overflow: hidden !important;
    border-radius: 15%;
	background-repeat: no-repeat;
	background-size: 105%;
	background-position: 50% 50%;
}

.widget-collection-carousel .item-cate a:hover {
	background-size: 100%;
}

.widget-collection-carousel .owl-carousel.owl-drag .owl-item { 
    display: block;
    width: 100%; max-width: 129px;
}

.widget-collection-carousel .owl-carousel .owl-item img {
    display: block;
    width: 80%; display: none;
}
/* ===================================== */


.logo-mobile {
	display: none;
}

.main-megamenu ul.nav>li>a:active, .main-megamenu ul.nav>li>a:focus {
	background: transparent !important;
}

.blog-views .blog-item img:hover {
	opacity: 0.7;
}



.form-filter-top label { font-size: 13px;}
.form-filter-top .form-control { height: 30px !important; min-height: 30px !important; padding: 4px 10px; font-size: 13px;}
.title-widget h3,
.widget-services .bg-policy .policy .info * { font-family: var(--font-head);}




/* ============================================================================================= */
/* @ PAGINATION
/* --------------------------------------------------------------------------------------------- */
 
#pagination {clear:both; margin-top: 20px;padding: 30px 14px;border-top: #F0F0F0 1px solid;}	
#pagination .link {padding: 10px 15px;background: transparent;border:#bccfd8 1px solid;border-left:0px;cursor:pointer;color:#607d8b}
#pagination .disabled {cursor:not-allowed;color: #bccfd8;}
#pagination .current {background: #bccfd8;}
#pagination .first{border-left:#bccfd8 1px solid;}
#pagination .question {font-weight:bold;}
#pagination .answer{padding-top: 10px;}
#pagination .dot {padding: 10px 15px;background: transparent;border-right: #bccfd8 1px solid;}
#overlay {background-color: rgba(0, 0, 0, 0.6);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;/*display: none;*/}
#overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;} 



.fs-0 { font-size: 0 !important; } 
.fs-10 { font-size: 10px !important; } 
.fs-xs, .fs-11 { font-size: 11px !important; } 
.fs-sm, .fs-12 { font-size: 12px !important; } .fs-13 { font-size: 13px !important; } .fs-14 { font-size: 14px !important; } .fs-15 { font-size: 15px !important; } .fs-16 { font-size: 16px !important; } .fs-17 { font-size: 17px !important; } 
@media only screen and (min-width: 768px){
.fs-18 { font-size: 18px !important; } .fs-20 { font-size: 20px !important; } .fs-24 { font-size: 24px !important; } .fs-26 { font-size: 26px !important; } .fs-30 { font-size: 30px !important; } .fs-40 { font-size: 40px !important; } .fs-50 { font-size: 50px !important; } .fs-60 { font-size: 60px !important; } .fs-70 { font-size: 70px !important; } .fs-80 { font-size: 80px !important; }
}