/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

:root {
	--primary-color: #ff960c;
	--secondary-color: #000;
}

body {
	font-family: 'Roboto', sans-serif !important;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.5px;
	background: #f5f5f5;
}

main {
	font-size: 0.875rem;
	background-color: #f5f5f5;
}

.lb-nav a {
	transition: none !important
}

a {
	color: #000;
	text-decoration: none;
	transition: 0.3s ease;
}

ul {
	margin-bottom: 0;
}

[disabled] {
	cursor: no-drop !important;
}

a:hover,
a:focus,
button:focus {
	color: var(--primary-color);
	text-decoration: none;
	outline: none;
}

.owl-carousel {
	z-index: 0;
}

:focus {
	outline: none;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

#wrapper {
	min-height: 350px;
}

.fancybox-skin {
	background-color: #fff;
}

svg {
	vertical-align: middle;
	transition: 0.3s ease
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.spwish {
	margin: 0 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-radius: 4px;
}

.ui-front li a span {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: capitalize;
	color: #222;
	cursor: pointer;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus {
	border: none;
	background: transparent;
	background-image: none;
}

.ui-widget-content {
	border: 1px solid #eee !important;
}

.ui-front li:hover span,
.ui-front li:focus span {
	color: var(--primary-color);
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: 0;
}

#product_comparison .product-image-block img {
	max-width: 250px;
}

/* .fancybox-skin{
    border-radius:0;
} */
#index #content-wrapper {
	padding: 0
}

/*loader start */
.s-panel {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
}

.s-panel .wrloader {
	background: url('../../assets/img/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.s-panel img {
	border-radius: 4px;
}

#bar {
	width: 0%;
	max-width: 100%;
	height: 3px;
	background: var(--primary-color);
	border-radius: 4px;
}

#progressBar {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

/* add to cart modal */
.cart-content-btn .btn-primary {
	width: 100%;
}

#blockcart-modal .cart-content .cart-content-btn {
	display: flex;
}

#blockcart-modal .cart-content p span {
	color: #333;
	font-weight: 600;
}

#blockcart-modal .cart-products-count i {
	margin-right: 10px;
}

.divide-right {
	padding-bottom: 20px;
}

.cart-content {
	background-color: #fff;
	padding: 0 15px 15px 15px;
	border-radius: 0 0 4px 4px;
}

.mhr {
	margin: 0;
	padding: 12px 0;
}

#blockcart-modal .close {
	padding: 15px;
}

.modprice .regular-price {
	font-size: 12px;
}

.modprice .product-price-and-shipping {
	margin-bottom: 0
}

.modprice {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 4px;
}

#blockcart-modal .cart-products-count {
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 20px;
	display: inline-block;
}

#blockcart-modal .modal-title {
	padding: 15px 15px;
}

#blockcart-modal .modal-body {
	padding: 0;
	font-size: 14px;
}

.wb-modal .modal-content {
	margin: 0;
}

#blockcart-modal .modal-content {
	border-radius: 4px 4px 0 0
}

/* cart modal over */
/* cart dropdown */
#blockcart-modal .product-image {
	border: 1px solid #eee;
	border-radius: 4px;
}

.head-cart-drop {
	width: 300px;
	padding: 0;
	margin: 0;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
	border: none;
	margin-top: 5px;
}

.cart-drop-table {
	max-height: 300px;
	overflow: auto;
}

.cart-det {
	padding: 10px;
}

.cart-det .no-items {
	margin: 0;
	color: #222;
}

.cart-img img {
	max-width: 70px;
	/*     border: 1px solid #eee; */
	border-radius: 4px;
}

.cart-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 85%;
	margin-bottom: 5px;
}

.cart-drop-table li {
	vertical-align: top;
}

.cartclose {
	position: absolute;
	right: 0;
	top: 0;
}

.cart-down {
	position: relative;
	margin-bottom: 10px;
}

.qtyp li {
	display: block;
}

.qtyp li span {
	display: inline-block
}

.qtyp {
	width: 68%;
	margin: 0 3px;
}

.cdroptable {
	width: 100%;
}

.cdroptable td {
	border: 1px solid #eee;
	font-size: 13px;
	letter-spacing: 0.3px;
	padding: 5px 3px;
}

.cart-det .btn-primary {
	margin-top: 10px;
}

/* cart dropdown over */

/* topbar */
#search_query_top {
	color: #000
}

.nleft p {
	margin: 0;
	color: #000;
	text-transform: capitalize;
}

.cartdropd li {
	position: relative
}

.user-info span,
.cartdropd li h5 {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
}

.svgbg {
	display: inline-block;
	vertical-align: middle;
	min-width: 40px;
	min-height: 40px;
	background-color: #fff;
	text-align: center;
	border-radius: 100%;
	padding: 8px 0;
	border: 1px solid #eee;
}

.possvg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	display: flex;
	align-items: center;
}

.cart-c {
	background: var(--primary-color);
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	left: -6px;
	top: 13px;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	text-align: center;
}

#mywishlist td.wishlist_delete a {
	border-radius: 4px;
}

.headertbnr {
	background-color: var(--primary-color);
	padding: 8px 0;
}

.headertbnr p {
	color: #fff;
	margin-bottom: 0
}

.language-selector .dropdown-menu,
.currency-selector .dropdown-menu {
	display: none;
}

.wb-cart-item-info .discount-percentage {
	font-size: 11px;
}

.fixed {
	position: fixed !important;
	z-index: 9;
	top: 0 !important;
	transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
	left: 0;
	right: 0;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff !important;
	padding: 5px 0
}

.fixed .header-nav {
	padding: 10px 0;
}

.user-down {
	min-width: 13.4rem;
	line-height: 28px;
	padding: 10px 12px;
	text-transform: capitalize;
	margin: 0;
	letter-spacing: 0;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
	border: none;
	font-weight: normal;
}

.user-down i {
	width: 17px;
}

.content_price.product-price-and-shipping {
	margin-top: 0;
}

#_desktop_logo {
	margin-top: 5px;
}

#_desktop_user_info,
#_desktop_cart {
	position: relative;
	cursor: pointer;
	margin-top: 4px;
}

#_desktop_user_info {
	margin-left: 30px;
	margin-right: 30px;
}

.cartdropd {
	position: relative
}

.search-toggle svg,
.blockcart svg {
	cursor: pointer;
}

.wishtlist_top:hover svg,
.hcom:hover svg,
.cartdropd:hover svg,
.user-info:hover svg,
#search_toggle:hover svg {
	fill: var(--primary-color);
}

.hcart span {
	display: inline-block;
	vertical-align: middle;
}

#_desktop_logo a {
	display: inline-block;
	vertical-align: middle;
}

.search_widget {
	padding: 0
}

header {
	margin-bottom: 30px;
}

.header-nav {
	padding: 8px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
}

.header-top {
	background-color: #fff;
	padding: 22px 0
}

.statmenu li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	margin-top: 10px;
}

.statmenu li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}

.statmenu li a:hover {
	color: #000;
}

.statmenu li.float-xs-right a {
	font-size: 14px;
	background: #2d2d2d;
	padding: 10.5px 22px;
	height: 40px;
	border-radius: 4px;
}

.statmenu li.float-xs-right a:hover {
	color: var(--primary-color);
}

.statmenu li.float-xs-right svg {
	width: 22px;
	height: 22px;
	fill: #ffcc00;
}

.statmenu li.float-xs-right {
	margin-top: 0;
	margin-right: 0
}

.navmenu {
	background-color: var(--primary-color);
	box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.11);
	padding: 5px 0
}

/* search over */
/* menu */
.wb-menu-vertical .view_more {
	position: relative;
}

#_desktop_top_menu {
	position: relative;
	padding: 0
}

/* banner */
.imglatest [class*="col-"] {
	margin-bottom: 30px;
}

.imglatest [class*="col-"]:last-child {
	margin-bottom: 0;
}

/* slide btn */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slidecap {
	position: absolute;
	top: 25%;
	margin: 0 30px;
	width: 450px;
	overflow: hidden;
}

.slidecap h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	margin: 0;
	transform: translateX(300px);
	opacity: 0;
	transition: opacity 0.3s 0.8s, -webkit-transform 0.5s 0.8s;
}

.slidecap h2 {
	font-size: 70px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	margin-bottom: 24px;
	margin-top: 10px;
	transform: translateX(300px);
	opacity: 0;
	transition: opacity 0.3s 0.8s, -webkit-transform 0.5s 0.8s;
}

.slidecap p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	text-transform: capitalize;
	line-height: 22px;
	transform: translateX(-300px);
	opacity: 0;
	transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s;
}

.slidecap .slidehref {
	transform: translateX(-300px);
	opacity: 0;
	transition: opacity 0.5s 1.2s, -webkit-transform 0.5s 1.2s;
	display: block
}

.slidecap .btn-primary {
	margin-top: 40px;
	padding: 12px 28px;
	text-transform: uppercase;
}

.homeslider-container .slick-current.slick-active .slidecap h5,
.homeslider-container .slick-current.slick-active .slidecap h2,
.homeslider-container .slick-current.slick-active .slidecap p,
.homeslider-container .slick-current.slick-active .slidecap .slidehref {
	transform: none;
	opacity: 1
}

.homeslider-container .owl-theme .owl-controls .owl-buttons {
	position: unset;
	margin: 0
}

.s-panel .slick-dots li button::before,
.s-panel .slick-dots li.slick-active button::before {
	background-color: var(--primary-color);
	color: var(--primary-color);
	width: 22px;
	height: 22px;
	border-radius: 100%;
	border: 3px solid #fff;
}

.s-panel .slick-dots {
	bottom: 15px;
}

.homeslider-container .owl-carousel.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	background: var(--primary-color);
	text-shadow: none;
	border-radius: 100%;
	min-width: 40px;
	min-height: 40px;
	opacity: 0;
	color: #fff;
	padding: 7px 0;
	margin: 0;
	text-align: center;
	border: none;
}

.homeslider-container .owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #000;
	color: #fff;
}

.homeslider-container .owl-theme.owl-carousel .owl-buttons div i {
	font-size: 24px;
	margin: 0;
}

.homeslider-container .owl-carousel.owl-theme:hover .owl-controls .owl-buttons div {
	opacity: 1;
}

.homeslider-container .owl-controls .owl-buttons .owl-prev,
.homeslider-container .owl-controls .owl-buttons .owl-next {
	top: 45%;
	transition: 0.3s ease;
}

.homeslider-container .owl-carousel:hover .owl-buttons .owl-prev {
	left: 30px;
}

.homeslider-container .owl-carousel:hover .owl-buttons .owl-next {
	right: 30px;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	border-radius: 20px;
	background: var(--primary-color);
}

.owl-controls .owl-page.active span {
	background: var(--primary-color);
	opacity: 1;
}

.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}

.owl-controls .owl-page {
	display: inline-block;
}

.owl-pagination {
	text-align: center;
}

.homeslider-container .owl-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.homeslider-container .owl-controls .owl-page {
	display: inline-block
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div {
	margin: 0;
	margin-left: 5px;
	padding: 1px 0 0 0;
	background-color: #fff;
	transition: 0.3s ease;
	display: inline-block;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 4px;
	font-size: 16px;
	text-transform: uppercase;
	min-width: 24px;
	min-height: 24px;
	color: #000;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.owl-carousel .owl-buttons {
	position: absolute;
	right: 15px;
	top: -70px;
}

/* banner */
.wb_lazy {
	width: auto;
}

.beffect img {
	border-radius: 4px;
	width: auto;
}

/* product */
.pro-tab ul li a {
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	font-weight: normal;
	background: transparent;
	padding: 0;
	letter-spacing: 0.8px;
}

body .pro-tab ul li a.active,
body .pro-tab ul li a:hover {
	color: var(--primary-color);
	background: unset;
}

.pro-tab ul li {
	position: relative;
	margin-right: 25px;
	margin-top: 5px;
}

.reducep {
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 11px;
	border: none;
	background: var(--primary-color);
	color: #fff;
	padding: 0 5px;
}

.sale {
	position: absolute;
	left: 10px;
	top: 40px;
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 11px;
	border: none;
	background: var(--primary-color);
	color: #fff;
	padding: 3px 6px;
	border-radius: 4px;
}

.product-flags .product-flag {
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 5px;
	padding: 1px 5px;
}

.product-flags .on-sale {
	margin: 0 auto;
	margin-bottom: 3px;
	display: block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 11px;
	border: none;
	background: #000;
	color: #fff;
	padding: 3px 6px;
	border-radius: 4px;
}

.thumbnail-container .product-flags .new {
	margin: 0 auto;
	display: inline-block;
	text-transform: capitalize;
	line-height: normal;
	font-size: 11px;
	border: none;
	background: #000;
	color: #fff;
	padding: 3px 6px;
	border-radius: 4px;
}

.thumbnail-container .second-img {
	top: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: all 400ms ease-in-out 0s;
}

.thumbnail-container:hover .second-img {
	opacity: 1;
}

.wb-image-block {
	position: relative;
	overflow: hidden
}

.wb-image-block img {
	border-radius: 4px;
}

.owl-carousel .owl-item img {
	width: auto;
}

.thumbnail-container {
	position: relative;
	margin-bottom: 1px;
	overflow: hidden;
	transition: 0.3s ease;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}

.thumbnail-container:hover {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
}

.product-tab-item .thumbnail-container {
	margin-bottom: 30px;
}

.product-tab-item .product-miniature:last-child .thumbnail-container {
	margin-bottom: 1px;
}

.product-title {
	font-size: 15px;
	text-transform: capitalize;
	transition: 0.3s ease;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0;
	font-weight: normal;
}

.product-title:hover,
.product-title:hover a {
	color: var(--primary-color);
}

.thumbnail-container .product-price-and-shipping {
	min-height: 22px;
	transition: 0.3s ease-in-out;
}

.thumbnail-container .wb-product-desc {
	padding: 8px;
}

.price {
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 700;
	display: inline-block;
}

.thumbnail-container .button-group a,
.thumbnail-container .button-group button {
	background-color: #fff;
	border: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	transition: 0.3s ease;
	padding: 7px 0px;
	min-width: 36px;
	min-height: 36px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 3px;
}

.thumbnail-container .button-group span {
	display: none;
}

.thumbnail-container .button-group .absbtn,
.thumbnail-container .button-group .add-cart,
.thumbnail-container .button-group .compare,
.thumbnail-container .button-group .quick,
.thumbnail-container .button-group .wish {
	vertical-align: middle;
	display: inline-block
}

.thumbnail-container .button-group a:hover,
.thumbnail-container .button-group button:hover {
	background-color: var(--primary-color);
	color: #fff
}

.thumbnail-container .button-group a:hover svg,
.thumbnail-container .button-group button:hover svg {
	fill: #fff;
}

.thumbnail-container .comments_note i,
.thumbnail-container .star_content i {
	font-size: 13px;
}

/* product category */
.cate-bg .thumbnail-container:hover .product-price-and-shipping {
	opacity: 1
}

.tab-cate-pro .thumbnail-container {
	margin-bottom: 30px;
}

.tab-cate-pro ul .item-inner:last-child .thumbnail-container {
	margin-bottom: 1px;
}

.tab-cate-pro .product-image-container {
	padding: 0
}

.catpos {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 0 15px;
}

.catpos li a {
	display: block;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12.8px 10px;
	text-transform: capitalize;
	border-radius: 0;
	line-height: normal;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.procatnew .nav-item.tab-menu {
	vertical-align: middle;
}

.catpos li a.active,
.catpos li a:hover {
	color: var(--primary-color);
}

.cate-bg .cattab li.view_cat a {
	cursor: pointer
}

.cate-bg .tab-content>.tab-pane:not(.active),
.cate-bg .pill-content>.pill-pane:not(.active) {
	display: block;
	height: 0;
	overflow-y: hidden;
}

.catpos li .icon_cat {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #eee;
	padding-right: 10px;
	margin-right: 10px;
}

/* 3 product */
.bottomprod .owl-carousel .owl-buttons {
	right: 0
}

.bottomprod .products.rless {
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	border-radius: 4px;
}

.bottomprod .wb-image-block img {
	border-radius: 0
}

.bottomprod .wb-image-block {
	border-right: 1px solid #eee;
	padding: 0;
	width: 28%
}

.bottomprod .wb-product-desc {
	width: 72%;
}

.bottomprod .wb-product-desc hr {
	display: none
}

.bottomprod .thumbnail-container {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	padding-top: 12px;
}

.bottomprod .product-miniature:last-child .thumbnail-container {
	border-bottom: none
}

.bottomprod .thumbnail-container:hover .product-price-and-shipping {
	opacity: 1
}

.bottomprod .thumbnail-container:hover {
	box-shadow: none
}

/* .bottomprod .thumbnail-container .button-group{
    display: none
} */
/* rating */
.obar {
	background-color: #f5f5f5;
	width: 100px;
	border-radius: 5px;
	overflow: hidden;
	height: 16px;
	position: relative;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.ibar {
	background-color: #5FD841;
	width: 0;
	height: 100%;
}

.ibar.bar1 {
	width: 20%;
	background-color: #E84C3D;
}

.ibar.bar2 {
	width: 40%;
	background-color: #e67e22;
}

.ibar.bar3 {
	width: 60%;
	background-color: #f1c40f;
}

.ibar.bar4 {
	width: 80%;
	background-color: #96D940;
}

.ibar.bar5 {
	width: 100%;
	background-color: #5FD841;
}

.pro-review .starm {
	position: unset;
	transition: none;
	transform: none;
	width: auto;
}

.star-main {
	background-color: #f5f5f5;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	height: 5px;
	position: relative;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	top: -8px;
}

.total-avg {
	width: 150px;
	vertical-align: baseline;
	background-color: #f5f5f5;
	border-radius: 4px;
	height: 5px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	position: relative;
	top: 9px;
}

.rate-avg {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
	padding: 10px;
	border-radius: 5px;
	z-index: 1;
	left: 15px;
	margin-top: 35px;
	opacity: 0;
}

.avg-rate:hover~.rate-avg {
	opacity: 1;
}

.rate-avg .num {
	width: 10px;
}

.avgt {
	font-size: 12px;
}

.rate-avg i {
	font-size: 10px;
}

.starm {
	height: 5px;
	transition: all 0.4s ease-in-out;
	width: 0px;
}

.arltr .avg-rate i {
	font-size: 12px;
	margin-right: 2px;
}

.d-inline-block.avg-rate {
	padding: 0 5px 1px 5px;
	border-radius: 4px;
}

.totl {
	color: #666;
	width: 12px;
	text-align: center;
	font-size: 12px;
}

#productCommentsBlock .rate-avg {
	opacity: 1;
	position: unset;
	margin-top: 0;
	box-shadow: none;
}

#productCommentsBlock .avgt {
	font-size: 32px;
}

.ratea {
	font-size: 22px;
}

.rateavg-bo,
#productCommentsBlock .rate-avg {
	vertical-align: middle;
	margin-bottom: 20px;
}

.pro-review .avg-rate {
	padding: 0 8px;
}

.pro-review .avg-rate i {
	margin-left: 2px;
	color: #fff;
}

.pro-review strong {
	text-transform: capitalize;
}

.pro-review .starm.bar5 {
	background-color: #388e3c;
}

.pro-review .starm.bar4 {
	background-color: #388e3c;
}

.pro-review .starm.bar3 {
	background-color: #388e3c;
}

.pro-review .starm.bar2 {
	background-color: #ff9800;
}

.pro-review .starm.bar1 {
	background-color: #ff6161;
}


.avg-rate:hover~.rate-avg .starm.bar5 {
	background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar4 {
	background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar3 {
	background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar2 {
	background-color: #ff9800;
}

.avg-rate:hover~.rate-avg .starm.bar1 {
	background-color: #ff6161;
}


.starm {
	height: 5px;
	left: 0;
	position: absolute;
	width: 0;
	transform-origin: left center;
	transition: -webkit-transform .4s cubic-bezier(0, 0, .3, 1) .3s;
	transition: transform .4s cubic-bezier(0, 0, .3, 1) .3s;
	transition: transform .4s cubic-bezier(0, 0, .3, 1) .3s, -webkit-transform .4s cubic-bezier(0, 0, .3, 1) .3s;
}

.avg-rate~.rate-avg .starm.bar5 {
	transform: scaleX(0);
	transition: -webkit-transform 0s linear .2s;
	transition: transform 0s linear .2s;
	transition: transform 0s linear .2s, -webkit-transform 0s linear .2s
}

.avg-rate~.rate-avg .starm.bar4 {
	transform: scaleX(0);
	transition: -webkit-transform 0s linear .3s;
	transition: transform 0s linear .3s;
	transition: transform 0s linear .3s, -webkit-transform 0s linear .3s
}

.avg-rate~.rate-avg .starm.bar3 {
	transform: scaleX(0);
	transition: -webkit-transform 0s linear .4s;
	transition: transform 0s linear .4s;
	transition: transform 0s linear .4s, -webkit-transform 0s linear .4s
}

.avg-rate~.rate-avg .starm.bar2 {
	transform: scaleX(0);
	transition: -webkit-transform 0s linear .5s;
	transition: transform 0s linear .5s;
	transition: transform 0s linear .5s, -webkit-transform 0s linear .5s
}

.avg-rate~.rate-avg .starm.bar1 {
	transform: scaleX(0);
	transition: -webkit-transform 0s linear .6s;
	transition: transform 0s linear .6s;
	transition: transform 0s linear .6s, -webkit-transform 0s linear .6s
}

.avg-rate:hover~.rate-avg .starm.bar5 {
	background-color: #388e3c;
	transform: scaleX(1);
	transition: transform .2s cubic-bezier(0, 0, .2, 1) .2s, -webkit-transform .2s cubic-bezier(0, 0, .2, 1) .2s
}

.avg-rate:hover~.rate-avg .starm.bar4 {
	background-color: #388e3c;
	transform: scaleX(1);
	transition: transform .3s cubic-bezier(0, 0, .3, 1) .3s, -webkit-transform .3s cubic-bezier(0, 0, .3, 1) .3s
}

.avg-rate:hover~.rate-avg .starm.bar3 {
	background-color: #388e3c;
	transform: scaleX(1);
	transition: transform .4s cubic-bezier(0, 0, .4, 1) .4s, -webkit-transform .4s cubic-bezier(0, 0, .4, 1) .4s
}

.avg-rate:hover~.rate-avg .starm.bar2 {
	background-color: #ff9800;
	transform: scaleX(1);
	transition: transform .5s cubic-bezier(0, 0, .5, 1) .5s, -webkit-transform .5s cubic-bezier(0, 0, .5, 1) .5s
}

.avg-rate:hover~.rate-avg .starm.bar1 {
	background-color: #ff6161;
	transform: scaleX(1);
	transition: transform .6s cubic-bezier(0, 0, .6, 1) .6s, -webkit-transform .6s cubic-bezier(0, 0, .6, 1) .6s
}

.pro-review {
	border: 1px solid #eee;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 4px;
}

.rhead,
.block-category .bh {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.rhead span,
.block-category .bh span {
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
}

/* .avg-rate {
    display: inline-block;
    background-color: #219c00;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
} */
.bg-re5 {
	background-color: #388e3c;
	color: #fff;
}

.bg-re4 {
	background-color: #388e3c;
	color: #fff;
}

.bg-re3 {
	background-color: #388e3c;
	color: #fff;
}

.bg-re2 {
	background-color: #ff9800;
	color: #fff;
}

.bg-re1 {
	background-color: #ff6161;
	color: #fff;
}

/* heading */
.pro-tab {
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
}

.pro-tab .heading {
	margin-bottom: 0;
	border-bottom: none
}

.heading {
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	margin: 0 0 30px 0;
	font-size: 22px;
	border-bottom: 1px solid #d6d6d6;
}

.heading span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-bottom: 15px;
}

/* rating */
.thumbnail-container .obar {
	width: 100%;
	height: 10px;
}

.obar {
	background-color: #f5f5f5;
	width: 100px;
	border-radius: 4px;
	overflow: hidden;
	height: 16px;
	position: relative;
	vertical-align: middle;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.ibar {
	background-color: #5FD841;
	width: 0;
	height: 100%;
}

.ibar.bar1 {
	width: 20%;
	background-color: #E84C3D;
}

.ibar.bar2 {
	width: 40%;
	background-color: #e67e22;
}

.ibar.bar3 {
	width: 60%;
	background-color: #f1c40f;
}

.ibar.bar4 {
	width: 80%;
	background-color: #96D940;
}

.ibar.bar5 {
	width: 100%;
	background-color: #5FD841;
}

.pavilable .item-quantity {
	font-size: 12px;
}

/* service */
.deliveryinfo ul {
	background-color: #fff;
	border-radius: 4px;
	padding: 30px 0;
	transition: 0.3s ease;
}

.deliveryinfo li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.deliveryinfo li span {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transition: 0.3s ease;
	background: #f5f5f5;
	min-width: 70px;
	min-height: 70px;
	border-radius: 100%;
	border: 1px solid transparent;
	padding: 14px 0;
}

.deliveryinfo ul:hover span {
	border-color: var(--primary-color);
}

.deliveryinfo li h4 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.deliveryinfo li p {
	text-transform: capitalize;
	margin-bottom: 0;
	font-size: 12px;
}

.deliveryinfo ul svg {
	width: 40px;
	height: 40px;
}

/* category */
#wb_cat_carousel.owl-carousel .owl-item img {
	width: auto;
}

.categorybr {
	background-color: #fff;
	border-radius: 4px;
}

.categorybr h2 {
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	border-top: 2px solid #eee;
	padding: 12px 2px;
}

.categorybr:hover h2 {
	color: var(--primary-color);
}

/* blog */
.blog_post_content .blog_post_content_top {
	padding: 0
}

.wbblogs_success {
	background: #92d097;
	color: #157b39;
	padding: 5px 10px;
	display: block;
	margin-top: 8px;
}

.post_content p {
	color: #999;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 8px 0;
}

.blog_post_content_bottom .read_more i {
	transform: rotate(180deg);
	font-size: 14px;
	vertical-align: text-bottom;
}

.blog_post_content_bottom .read_more {
	display: inline-block;
	background: #fff;
	color: #555;
	border: 1px solid #aaa;
	text-transform: uppercase;
	margin-top: 8px;
	padding: 7.5px 12px;
	border-radius: 4px;
}

.blog_post_content_bottom .read_more:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

#blog .blog_post_content {
	float: left;
	width: 100%
}

#blog .blog_post_content_bottom {
	padding: 0
}

.blogrpanel {
	background-color: #fff;
	border-radius: 4px;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	margin-left: -120px;
	margin-top: 40px;
}

.blogrpanel h6 {
	margin-top: 15px;
}

.blogrpanel h6 span {
	display: inline-block;
	vertical-align: middle;
	color: var(--primary-color);
	text-transform: capitalize
}

.post_title {
	font-size: 20px;
	text-transform: capitalize;
	padding: 15px 0;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.post_title:hover {
	color: var(--primary-color);
}

.blog_mask .icon {
	transform: translate(-50%, -50%);
	background: var(--primary-color);
	display: inline-block;
	min-width: 35px;
	min-height: 35px;
	text-align: center;
	padding: 6px 0;
	margin: 0 5px;
	border-radius: 4px;
	color: #fff;
}

.post_thumbnail {
	position: relative
}

.post_thumbnail:hover .blog_mask {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	border-radius: 4px;
	-webkit-transform: scale(0.94, 0.9);
}

.blog_mask .icon:hover {
	background-color: #000;
	color: #fff;
}

.blog_mask {
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s ease;
	-webkit-transform: scale(0.8);
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px;
	border-radius: 4px;
}

.blog_mask_content {
	position: absolute;
	left: 20px;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 50%;
}

.wbblog_img {
	border-radius: 4px;
}

.allbl {
	padding: 15px 0 0 0;
	border: none;
	position: unset;
	margin: 0;
}

.barr {
	padding: 0 15px;
}

.allbl .meta_author {
	color: #222;
}

.allbl .post_meta span {
	margin: 0 10px;
}

.allbl .content_more {
	margin-top: 10px;
}

.allbl .post_content {
	color: #555;
	line-height: 23px;
	font-size: 14px;
}

.allbl .post_content p {
	margin-bottom: 0;
	margin-top: 0;
	color: #999;
}

.allbl .content_more {
	padding: 0;
}

.allbl .post_title {
	margin-bottom: 0;
	font-size: 16px;
	padding: 0;
	font-weight: 500;
	line-height: normal;
	border: none;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.archb .post_thumbnail {
	position: relative;
}

.archb .post_thumbnail .material-icons {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.archb {
	margin-bottom: 30px;
}

#module-wbblog-single .post_title {
	height: auto;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 10px;
	min-height: auto;
	margin-bottom: 8px;
	cursor: pointer;
	transition: 0.3s ease;
	border: none;
	font-weight: 500;
}

#module-wbblog-single .blog_post_content_top {
	margin-top: 0;
}

#module-wbblog-archive .blog_post_content {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#module-wbblog-archive .content_more a {
	text-decoration: none;
}

#module-wbblog-single .page-footer {
	margin-top: 0;
}

#module-wbblog-single .blog_post_content {
	padding: 0;
	margin-bottom: 20px;
	border-radius: 4px;
}

#blog_post .post_thumbnail img {
	border-radius: 4px;
}

.blogdl {
	color: #aaa;
	font-size: 13px;
	padding: 5px 0;
}

.post_d i {
	font-size: 14px;
	color: #aaa;
	margin-right: 10px;
}

.post_d a,
.post_d span {
	color: #aaa;
	transition: 0.3s ease;
	display: inline-block;
}

.post_d a:hover {
	color: #000;
}

.post_d .fa-eye {
	margin-left: 10px;
}

.post_d {
	margin-top: 10px;
	text-transform: capitalize;
	font-size: 13px;
}

.post_metas li {
	display: inline-block;
}

.comment_list li {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.comment_list li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.allbl .meta_category {
	margin: 0 15px;
}

.wco {
	margin-left: 33px;
}

/* comment */
.commlist {
	background-color: #fff;
	margin-bottom: 15px;
	margin-top: 10px;
	border: 1px solid #eee;
}

.comment_content {
	padding: 10px 15px;
}

.fn {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 7px;
}

.vcard img {
	height: 61px;
	width: 61px;
}

.comment_content i {
	font-size: 18px;
	padding-right: 15px;
	line-height: 30px;
}

.wco {
	margin-left: 38px;
	position: relative;
	top: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #777;
}

/* newsletter */
.menu-content .content_price.product-price-and-shipping {
	margin: 9px 0 6px 0;
}

.block_newsletter {
	max-width: 1000px;
	margin: 0 auto;
}

.block_newsletter .alert {
	margin-top: 5px;
	padding: 7px 10px;
	color: #222
}

.block_newsletter form .btn-primary {
	border-radius: 0 4px 4px 0;
}

.block_newsletter h4 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 500;
}

.block_newsletter p {
	text-transform: capitalize;
	color: #999;
	margin-bottom: 20px;
}

.block-social {
	margin-top: 20px;
}

.footbef {
	box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.04);
	padding: 40px 15px;
	background: #fff;
	margin-left: 0;
	margin-right: 0;
	position: relative
}

.footbef::before {
	content: '';
	background-image: url('../../assets/img/send.png');
	width: 264px;
	height: 245px;
	position: absolute;
	top: 0;
}

/* footer */
.footapp {
	margin-top: 20px;
}

.newsftr {
	padding: 25px 0;
	border-top: 1px solid #eee
}

.newsftr li a {
	color: #333;
	position: relative;
	text-transform: capitalize;
}

.newsftr li a:hover {
	color: var(--primary-color)
}

.newsftr li a::after {
	content: '|';
	margin: 0 8px;
	color: #333
}

.newsftr li:last-child a::after {
	display: none
}

#scroll {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	background: var(--primary-color);
	min-width: 40px;
	min-height: 40px;
	overflow: hidden;
	display: block;
	text-align: center;
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	transform: scale(1);
	padding: 10px 0;
	border-radius: 4px;
}

#scroll.scrollhide {
	bottom: -100px;
	opacity: 0;
	transform: scale(0);
}

#scroll:hover {
	background-color: #000;
	color: #fff
}

.email {
	word-break: break-all;
}

#footer_contact .icon {
	margin-right: 15px;
}

.links h5,
.links h5 a,
.c-info {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #000;
}

.footer-container li a,
.fthr .block,
.fthr .data a,
#footer #block_myaccount_infos .lnk_wishlist {
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 33px;
	color: #333;
	padding: 0;
	transition: 0.3s all ease-in-out
}

.footer-container li a:hover,
.fthr .block:hover,
.fthr .data a:hover,
#footer #block_myaccount_infos .lnk_wishlist:hover {
	color: var(--primary-color);
	opacity: 1;
}

.footer-container {
	padding: 50px 0;
}

#footer_contact .icon svg {
	fill: var(--primary-color)
}

#footer .data {
	margin-left: 34px;
}

#footer #block_myaccount_infos .lnk_wishlist i {
	display: none
}

#footer #block_myaccount_infos .lnk_wishlist {
	float: none;
	padding: 0
}

.fthr h3 {
	margin-top: 25px;
}

.block-social li,
.foot-payment li,
.footsmenu li {
	display: inline-block;
	vertical-align: middle
}

.foot-payment li a {
	font-size: 24px;
}

.foot-payment li a:hover {
	color: var(--primary-color);
}

.foot-payment li i {
	margin: 0 5px;
	transition: 0.3s ease
}

.block-social li a {
	line-height: normal;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f5f5f5;
	min-width: 35px;
	min-height: 35px;
	padding: 8px 0 0 0;
	margin: 0 1px;
	border-radius: 4px;
	color: #777;
}

.block-social li a:hover {
	background-color: var(--primary-color);
	color: #fff !important;
}

#footer {
	margin-top: 60px;
	background: linear-gradient(#f5f5f5 15%, #fff 15%);
}

.copy {
	border-top: 1px solid #eee;
	padding: 12px 0;
}

.copy a._blank {
	margin-bottom: 12px;
	display: block;
}

.f-d2 {
	background-repeat: no-repeat;
	height: 36px;
	width: 123px;
	background-image: url('../../assets/img/fb2.png');
	display: inline-block;
}

.f-d1 {
	background-repeat: no-repeat;
	height: 36px;
	width: 112px;
	background-image: url('../../assets/img/fb1.png');
	display: inline-block;
}

.footnumber li {
	display: inline-block;
	vertical-align: middle
}

.footnumber h5 {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0;
}

.footnumber h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	margin-top: 8px;
}

.footnumber svg {
	fill: var(--primary-color);
	margin-right: 8px;
}

.footnumber {
	margin: 26px 0
}

/* social follow */
.facebook a::before {
	content: "\f09a";
	font-family: fontAwesome;
}

.twitter a::before {
	content: "\f099";
	font-family: fontAwesome;
}

.googleplus a::before {
	content: "\f0d5";
	font-family: fontAwesome;
}

.pinterest a::before {
	content: "\f231";
	font-family: fontAwesome;
}

.instagram a::before {
	content: "\f16d";
	font-family: fontAwesome;
}

.rss a::before {
	content: "\f09e";
	font-family: FontAwesome;
}

.youtube a::before {
	content: "\f167";
	font-family: FontAwesome;
}

.vimeo a::before {
	content: "\f27d";
	font-family: FontAwesome;
}

.snapchat a::before {
	content: "\f2ab";
	font-family: FontAwesome;
}

.linkedin a::before {
	content: "\f0e1";
	font-family: FontAwesome;
}

/* countdown */

.wb_product_countdown,
.bottomprod .product-flags,
.bottomprod .sale {
	display: none
}

.spepro .wb_product_countdown,
.propage .wb_product_countdown {
	display: block
}

.wb_product_countdown {
	margin-top: 15px;
}

.wb_product_countdown div {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 4px;
	width: 55px;
	height: 55px;
	padding: 9px 0;
}

.wb_product_countdown span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
}

.wb_product_countdown p {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 5px;
	text-transform: capitalize;
	color: #aaa;
	line-height: normal
}

#owl-spe .wb-image-block {
	padding: 0;
	border-right: 1px solid #eee;
}

#owl-spe .listds {
	display: block
}

#owl-spe .thumbnail-container:hover .product-price-and-shipping {
	opacity: 1
}

#owl-spe .product-title {
	font-size: 18px;
}

#owl-spe .thumbnail-container .button-group {
	margin-top: 15px;
}

#owl-spe .thumbnail-container .button-group a,
#owl-spe .thumbnail-container .button-group button {
	background-color: #f5f5f5;
}

#owl-spe .thumbnail-container .button-group a:hover,
#owl-spe .thumbnail-container .button-group button:hover {
	background-color: var(--primary-color);
}

#owl-spe .thumbnail-container .wb-product-desc {
	padding: 8px 15px;
}

#owl-spe .thumbnail-container {
	padding: 10px 0
}

/* blockreassurance Module */
/* .blockreassurance_product p {
    margin: 0;
    color: #777 !important;
    font-size: 12px;
    margin-top: 5px;
}
.blockreassurance_product div{
	float: left;
	width: 33.33%;
	text-align: center
}
.blockreassurance_product div.clearfix{
	float: none;
	width: auto;
	clear: both;
}
.blockreassurance_product p {
    margin: 0;
    color: #777 !important;
    font-size: 12px;
    margin-top: 5px;
}
.blockreassurance_product .item-product {
    display: block;
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.blockreassurance_product{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 12px;
} */
/* product page */
.productpbr #product-availability {
	margin-top: 5px;
	display: block;
}

.productpbr .product-quantity {
	display: flex;
}

.productpbr .product-quantity .qty {
	width: 40%;
}

.productpbr .product-add-to-cart .add-to-cart {
	width: 68%;
}

.prodpay {
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
	padding: 5px 0;
	border-radius: 0 0 4px 4px;
}

.prodpay .pmt {
	background: url('../img/payment.png');
	height: 70px;
	width: 255px;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-size: 255px;
}

.propage .product-add-to-cart .control-label {
	float: none;
	display: block;
	margin-bottom: 6px;
	margin-top: 0
}

.productpbr .product-add-to-cart .product-variants-item {
	margin-bottom: 15px;
}

.propage .product-add-to-cart {
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
	padding: 25px 15px;
}

.productpbr .product-discount {
	display: inline-block;
	vertical-align: middle;
}

.productpbr .current-price span:nth-child(1) {
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.productpbr .regular-price {
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 500;
}

.productpbr .regular-price::before {
	border-top-color: var(--primary-color);
}

.productpbr .discount {
	background: #0f9d0f;
	color: #fff;
	margin: 0 2px;
	padding: 2px 5px;
	font-size: 12px;
	letter-spacing: 0;
	border-radius: 2px;
}

.propage .product-prices {
	padding: 25px 15px;
}

.productpbr .product-price {
	border-bottom: 4px solid var(--primary-color);
	margin-bottom: 10px;
}

.probg {
	background-color: #fff;
	border-radius: 4px;
	margin-left: 0;
	margin-right: 0;
	padding: 15px 0;
	border: 1px solid #eee;
}

.productpbr {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}

.product-pack h3 {
	margin-bottom: 10px;
}

.propage .wb-wishlist-button svg {
	fill: #222;
	transition: 0.3s ease;
}

.blockreassurance_product {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 12px;
}

.blockreassurance_product .item-product {
	height: 45px;
}

.blockreassurance_product div:nth-child(3) p {
	margin-bottom: 0
}

.product-additional-info .compare,
.product-additional-info .panel-product-line {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.product-additional-info svg {
	display: none;
}

.product-additional-info .add_to_compare,
.product-additional-info .prowish {
	display: inline-block;
	vertical-align: middle;
	background-color: var(--primary-color);
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	padding: 6px 15px;
	border-radius: 4px;
	transition: 0.3s ease;
	margin-bottom: 4px;
	border: none;
	cursor: pointer;
}

.product-additional-info .add_to_compare:hover,
.product-additional-info .prowish:hover {
	background-color: #000;
	color: #fff;
}

.wb-dropdown-cart .discount-amount {
	background-color: transparent;
	padding: 0;
	color: #000;
}

.discount-amount,
.propage .discount-percentage {
	background: #88cb86;
	color: #fff;
	font-size: 12px;
	padding: 4px 5px;
	border-radius: 4px;
}

.propage .current-price span {
	display: inline-block;
	vertical-align: middle;
}

.propage .current-price span:nth-child(1) {
	font-size: 26px;
	letter-spacing: 0;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.product-pack .h4 {
	margin-bottom: 10px;
}

.block-reassurance-item .h6 {
	font-size: 13px;
	color: #777;
	line-height: 20px;
}

.tabpro {
	margin-top: 50px;
}

.js-thumb,
#zoom {
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 4px;
}

.product-tab .nav-tabs .nav-link {
	padding: 15px 12px;
	font-weight: 500;
	font-size: 16px;
}

.arltr .wb-list-product-reviews,
#ratep,
.retesp {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}

.retesp {
	margin: 0 5px;
}

#description p {
	margin-bottom: 0;
	line-height: 22px;
}

#product .thumb-container {
	padding: 0 7px;
}

.product-tab .tab-pane {
	padding: 15px;
}

.product-prices {
	border-bottom: 1px solid #eee;
	padding-bottom: 16px;
}

.prodes {
	border-bottom: 1px solid #eee;
	padding: 16px 0;
	margin-bottom: 0;
}

.prodes p {
	margin-bottom: 0
}

/* .quickview .prodes p{
    height: 92px;
    overflow: hidden;
} */
.propage hr {
	border-top: 1px solid #eee;
}

.social-sharing {
	margin-top: 15px;
}

.propage h1 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
}

.pcust {
	font-size: 12px;
}

.product-customization-item label {
	font-weight: 500;
	text-transform: capitalize;
}

.propage .control-label {
	margin-right: 10px;
	font-size: 14px;
	letter-spacing: 0.8px;
	margin-top: 0;
	font-weight: 500;
	vertical-align: middle;
	display: inline-block;
	text-transform: capitalize
}

.product-quantity .add {
	margin: 0 10px;
}

.product-variants>.product-variants-item ul li label {
	margin-bottom: 0;
}

.propage .product-variants>.product-variants-item .color {
	margin-top: 0px;
	width: 26px;
	height: 26px;
	border-radius: 4px;
}

.propage .product-variants>.product-variants-item .input-color {
	height: 26px;
	width: 26px;
}

.product-minimal-quantity {
	margin: 0;
}

.pitemp {
	margin-bottom: 20px;
	text-transform: capitalize;
}

#idWishlist {
	border: 1px solid #eee;
	height: 33px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0rem center/1.25rem 1.25rem;
	padding: 5px 15px 5px 5px;
}

.product-tab .nav-item {
	display: inline-block;
}

.arltr a {
	text-transform: capitalize;
	display: inline-block;
}

.arltr i {
	margin-right: 5px;
}

.propage .open-comment-form::after {
	content: '|';
	padding: 0 20px;
}

.product-tab {
	border: 1px solid #eee;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 4px;
}

.product-tab .nav-tabs {
	border-bottom: 1px solid #eee;
}

.attachment h4,
.product-features .h6 {
	margin-bottom: 10px;
	text-transform: capitalize;
}

.product-tab .nav-tabs .nav-item a.active::before {
	background-color: var(--primary-color);
	height: 2px;
	width: 40px;
}

.product-tab .nav-tabs .nav-item a::before {
	background-color: transparent;
	content: "";
	height: 2px;
	margin: 0 auto;
	position: absolute;
	top: 48px;
	transition: all 0.4s ease-out 0s;
	width: 3px;
}

.product-reference {
	margin-top: 10px;
}

.prodes p {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 23px;
}

.product-tab .nav-tabs .nav-link.active {
	color: var(--primary-color);
}

.rateavg-bo {
	text-align: center;
}

.rateavg-bo p {
	margin-top: 10px;
	font-size: 13px;
}

/* category page */
.category-cover img {
	border-radius: 4px;
}

#_desktop_search_filters_clear_all button.js-search-filters-clear-all {
	background: #000;
	color: #fff;
	border: none;
	text-transform: capitalize;
	padding: 8px 10px;
}

#_desktop_search_filters_clear_all button.js-search-filters-clear-all:hover {
	background-color: #333;
}

.products-selection {
	margin: 0 0 15px 0;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 10px 0;
	border-radius: 4px;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
	top: 0
}

.quickview .product-add-to-cart {
	box-shadow: none;
	padding: 0;
	padding-top: 15px;
}

.quickview .propage .product-add-to-cart .control-label {
	float: left;
}

.quickview .product-variants-item {
	margin-bottom: 15px;
}

.quickview .propage .product-prices {
	padding: 0;
	border-bottom: none
}

.quickview .product-actions .add-to-cart {
	margin: 0 5px;
}

.propage .radio-label {
	border-radius: 4px;
	color: #000
}

#category-description {
	padding: 5px 0;
}

.facet li {
	margin-top: 12px
}

.facet-title {
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
}

.facet-label a span {
	display: inline-block;
	position: absolute;
	right: 30px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

#_desktop_search_filters_clear_all {
	margin-top: 15px;
}

.wb-grid-list {
	margin-top: 5px;
}

.total-products p {
	margin-bottom: 0;
	margin-top: 6px;
}

.products-sort-order .select-title {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 6px 5px 1px 5px;
	background-color: #222;
	border-radius: 4px;
}

.products-sort-order i {
	position: relative;
	top: -1px;
}

#new-products .products-sort-order .select-title {
	letter-spacing: 0;
	font-size: 12px;
}

.products-sort-order .dropdown-menu {
	border: none;
	right: 15px;
	left: 15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.lgrid svg {
	fill: #aaa;
	cursor: pointer;
	margin-right: 6px;
}

.wb-grid-list .selected svg {
	fill: #222
}

.products-sort-order .select-list {
	display: block;
	padding: 2px 8px;
	line-height: 25px;
	font-size: 14px;
}

.products-sort-order .select-list:hover {
	background: #222;
	color: #fff;
	text-decoration: none;
}

.page-content p {
	margin-bottom: 10px;
}

.sort-by {
	margin-top: 7px;
}

.listds {
	display: none;
}

.wb-product-list .listds {
	display: block;
}

.listds,
.listds p {
	font-size: 13px;
	color: #aaa;
	line-height: 21px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	overflow: hidden;
	max-height: 44px;
}

.listds {
	margin-top: 0;
	margin-bottom: 6px;
}

.bh {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 500;
}

.wb-product-list .wb-image-block {
	padding: 0;
	overflow: hidden;
}

#js-product-list .product-miniature {
	padding: 0;
}

.wb-product-grid .item-product,
.wb-product-list .item-product {
	margin-bottom: 20px;
}

.wb-product-list .thumbnail-container .button-group {
	margin-top: 12px;
}

.wb-product-list .thumbnail-container .button-group .absbtn {
	position: unset;
	opacity: 1;
	transition: none
}

.wb-product-list .thumbnail-container .button-group .btmcart.add-cart {
	position: unset;
	opacity: 1;
	transition: none
}

.wb-product-list .thumbnail-container .button-group .btmcart span {
	display: none
}

.wb-product-list .thumbnail-container .button-group .btmcart .cartb svg {
	display: inline-block;
	vertical-align: middle
}

.wb-product-list .thumbnail-container .button-group a,
.wb-product-list .thumbnail-container .button-group button {
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.wb-product-list .thumbnail-container .button-group .btmcart button.cartb {
	padding: 7px 0px;
	min-width: 36px;
	min-height: 36px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 3px;
	background: #fff;
}

.wb-product-list .thumbnail-container .button-group .btmcart button.cartb:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.wb-product-list .thumbnail-container:hover .product-price-and-shipping {
	opacity: 1;
}

/* pagination */
.pagination {
	text-align: center;
	border: 1px solid #eee;
	background-color: #fff;
	text-transform: capitalize;
	padding: 7px 0;
	display: inline-block;
	border-radius: 4px;
}

.pagination i {
	font-size: 20px;
	margin-top: -2px;
}

.pagination .page-list li a {
	display: inline-block;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 6px 7px 4px 7px;
	width: 35px;
	line-height: 24px;
	font-size: 15px;
	border-radius: 4px;
}

.pagination .text-xs-left {
	line-height: 34px;
}

.pagination .page-list li a:hover,
.pagination .page-list li a:focus,
.pagination .page-list li.current a {
	background: #000;
	color: #fff;
}

/* other page */
.page-authentication #content {
	max-width: 800px;
}

.deliveryinfo,
.offerb,
.toprt,
.spepro,
.centerb,
.home_blog_post_area {
	margin-top: 50px;
	margin-bottom: 50px;
}

#new_comment_form .product_desc {
	font-size: 13px;
}

.thumbnail-container .product-thumbnail {
	display: block
}

.wbpopupnewsletter,
#moda_popupnewsletter .close {
	border-radius: 4px;
}

.wbpopupnewsletter .popup_text p {
	font-size: 14px;
}

.brand.row {
	background: #fff;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 4px;
}

#search_filters .ui-slider-horizontal {
	z-index: 0;
}

.sale-bkg .sale {
	display: none
}

.wb-modal .modal-content {
	border-radius: 4px;
}

.js-terms a {
	color: var(--primary-color);
	text-transform: capitalize;
	font-weight: 500;
}

#contact .card {
	border: none;
	padding: 0;
}

.product-line-grid-body {
	line-height: 25px;
}

#module-wbblog-single .page-footer,
#index .page-footer,
#product .page-footer {
	margin-top: 0;
}

.page-footer {
	margin-top: 30px;
}

/* banner effect */
.beffect a {
	display: block;
	overflow: hidden;
	position: relative;
}

.beffect:hover a::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, 0.2);
}

.beffect:hover a::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.beffect a::before,
.beffect a::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0);
	transition: all 0.7s ease-in-out;
}

@media (min-width: 768px) {
	.wb-product-list .product-title {
		font-size: 1.1rem;
	}

	.sticky {
		position: sticky;
		top: 15px;
	}

	.wb-product-list .wb-product-desc {
		text-align: left;
		padding: 10px;
		margin-top: 15px;
	}

	.wb-product-list .wb-product-desc .price {
		font-size: 18px;
	}

	.pro-tab ul {
		margin-right: 80px;
		position: relative;
	}
}

@media (min-width: 992px) {
	.thumbnail-container .button-group .btmcart span {
		display: inline-block;
		vertical-align: middle
	}

	.thumbnail-container .button-group .btmcart .cartb svg {
		display: none
	}

	.thumbnail-container .button-group .btmcart button.cartb {
		padding: 0;
		margin: 0;
		min-height: auto;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		background: transparent;
	}

	.thumbnail-container .button-group .btmcart button.cartb:hover {
		background-color: transparent;
		color: var(--primary-color);
	}

	.thumbnail-container:hover .product-price-and-shipping {
		opacity: 0
	}

	.thumbnail-container .button-group .btmcart.add-cart {
		transition: 0.3s ease-in-out;
		opacity: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
	}

	.thumbnail-container:hover .button-group .btmcart.add-cart {
		opacity: 1
	}

	#index .wb-menu-vertical .menu-vertical {
		display: block !important;
		margin-top: 35px !important;
		height: auto !important;
	}

	/*  .wishl span{
        min-width: 40px;
        min-height: 40px;
        border-radius: 100%;
        padding: 8px 0;
        border: 1px solid #eee;
    } */
	.hcom svg,
	.wishl svg {
		width: 22px;
	}

	#_desktop_currency_selector,
	.hcom,
	.wishl {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		padding-left: 15px;
		margin-left: 15px;
		display: inline-block;
		vertical-align: middle
	}

	.brand.row {
		display: flex;
		align-items: center;
	}

	.brand.row .brand-infos p {
		margin: 0;
	}

	#_desktop_language_selector button,
	#_desktop_currency_selector button,
	.hcom a,
	.wishl a {
		text-transform: capitalize
	}

	.thumbnail-container .button-group .absbtn {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 55%;
		text-align: center;
		transition: 0.3s ease-in-out;
		opacity: 0;
		display: flex;
		margin: 0 auto;
		justify-content: center;
	}

	.thumbnail-container:hover .button-group .absbtn {
		opacity: 1
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container_wb_megamenu .title-menu {
		font-size: 14px;
	}

	.blogrpanel {
		padding: 10px;
		margin-left: -70px;
		margin-top: 7px;
	}

	.post_content p {
		font-size: 12px;
		line-height: 18px;
	}

	.blogrpanel h6 {
		margin-top: 8px;
	}

	.post_title {
		font-size: 16px;
		padding: 8px 0;
	}

	.bottomprod .wb-product-desc {
		padding: 0 8px;
	}

	.footnumber h5 {
		font-size: 12px;
	}

	.footnumber h3 {
		font-size: 18px;
	}

	.footnumber {
		margin: 20px 0;
	}

	.footnumber svg {
		display: none
	}

	.catpos li a {
		padding: 7px 10px;
	}

	.deliveryinfo li p {
		font-size: 12px;
	}

	.deliveryinfo li h4 {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.deliveryinfo li {
		display: block;
		text-align: center;
		margin: 0
	}

	.slidecap h2 {
		font-size: 34px;
	}

	.slidecap {
		top: 10%;
		margin: 0 15px;
		width: 350px;
	}

	.wb-menu-vertical li.level-1>a,
	.view_more a {
		font-size: 13px;
		padding: 4.2px 0;
	}

	.wbIcon span,
	.view_more span {
		margin: 0 5px;
	}

	.wb-menu-vertical li.level-1.parent>a::before {
		top: 9px;
	}

	#search_category {
		width: 120px;
	}

	#search_filters .facet .facet-label a,
	#search_filters_brands .facet .facet-label a,
	#search_filters_suppliers .facet .facet-label a {
		letter-spacing: 0;
		font-size: 12px;
	}

	#search .wb-product-grid .item-product,
	#manufacturer .wb-product-grid .item-product,
	#search .wb-product-list .wb-image-block,
	#manufacturer .wb-product-list .wb-image-block {
		width: 25%;
	}

	#search .wb-product-list .wb-product-desc,
	#manufacturer .wb-product-list .wb-product-desc {
		width: 75%;
	}

	.cartdropd li h5 {
		font-size: 13px;
	}

	.cart-c {
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tab-cate-pro .thumbnail-container {
		margin-bottom: 11px;
	}

	.cate-bg .thumbnail-container .wb-product-desc {
		width: 72%
	}

	#_mobile_user_info {
		margin-left: 20px;
		margin-right: 20px;
	}

	.wb-product-list .wb-product-desc {
		margin-top: 5px;
	}

	.tab-cate-pro .product-image-container {
		width: 28%
	}

	.catpos li a {
		font-size: 14px;
	}

	#menu-icon .navbar-toggle {
		margin-top: 3px !important;
	}

	.fpay {
		margin-top: 15px;
	}

	.top-menu a[data-depth="0"] {
		text-transform: capitalize;
	}

	#search_category {
		width: 130px;
	}

	#_desktop_user_info {
		margin-left: 8px;
		margin-right: 8px;
	}

	#search .wb-product-grid .item-product,
	#manufacturer .wb-product-grid .item-product {
		width: 33.33%;
	}

	#search .wb-product-list .wb-image-block,
	#manufacturer .wb-product-list .wb-image-block {
		width: 25%;
	}

	#search .wb-product-list .wb-product-desc,
	#manufacturer .wb-product-list .wb-product-desc {
		width: 75%;
	}

	.product-line-grid-right .qty {
		padding: 0
	}

	.footer-container li a,
	.fthr .block,
	.fthr .data a {
		letter-spacing: 0
	}

	#search_filters .facet .facet-label a,
	#search_filters_brands .facet .facet-label a,
	#search_filters_suppliers .facet .facet-label a {
		font-size: 13px;
		letter-spacing: 0
	}

	.slidecap p {
		font-size: 13px;
	}

	.slidecap h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.slidecap .btn-primary {
		margin-top: 15px;
	}

	.deliveryinfo li {
		display: block;
		text-align: center;
		margin: 0;
	}

	.deliveryinfo li h4 {
		font-size: 14px;
		letter-spacing: 0;
		margin-top: 10px;
		margin-bottom: 3px;
	}

	.deliveryinfo li p {
		font-size: 12px;
	}

	.deliveryinfo ul {
		padding: 15px 0;
	}
}

@media (max-width: 991px) {
	.imgbanner {
		display: none
	}

	.deliveryinfo,
	.offerb,
	.toprt,
	.spepro,
	.centerb,
	.home_blog_post_area {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.spepro {
		margin-top: 0;
	}

	.bsell {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.thumbnail-container .button-group .btmcart .cartb span {
		display: none
	}

	header {
		margin-bottom: 15px;
	}

	.header-top {
		padding: 12px 0;
	}

	.wb-menu-vertical li.level-1>a,
	.view_more a {
		margin: 0
	}

	.f-d1,
	.f-d2 {
		background-size: 90px;
		width: 90px;
	}

	.footnumber h3 {
		font-size: 16px
	}

	.footnumber h5 {
		font-size: 11px;
	}

	.footnumber svg {
		width: 40px;
		height: 40px;
	}

	.footnumber {
		margin: 12px 0;
	}

	.post_content p {
		font-size: 13px;
	}

	.thumbnail-container .button-group {
		margin-top: 8px;
	}

	.thumbnail-container .button-group a,
	.thumbnail-container .button-group button,
	.wb-product-list .thumbnail-container .button-group .btmcart button.cartb {
		box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
		min-width: 30px;
		min-height: 30px;
		padding: 4px 0
	}

	.thumbnail-container .button-group a svg,
	.thumbnail-container .button-group button svg {
		width: 18px;
		height: 17px;
	}

	.search_widget {
		margin-top: 12px;
	}

	.header-nav {
		display: none
	}

	#_mobile_cart {
		position: relative;
	}

	#_mobile_user_info {
		position: relative;
		cursor: pointer;
	}

	/* sidenav */
	.close-nav span {
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
	}

	body.active {
		overflow: hidden;
	}

	body.active::before {
		background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0.7;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 99;
		transition: all .2s ease 0s;
	}

	body.active .sidenav {
		overflow-x: unset;
		overflow-y: scroll;
	}

	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
		background-color: #fff;
		transition: 0.5s;
		padding-top: 60px;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .06);
		clear: both;
		height: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sidenav .close-nav {
		background-color: #000;
		padding: 10px 15px;
		width: 100%;
		display: inline-block;
	}

	#mobile_top_menu_wrapper {
		margin: 0 15px;
		line-height: 20px;
		display: block !important;
	}

	.close-nav i {
		font-size: 16px;
		color: #fff;
	}

	.dnone {
		display: none;
	}

	.dblock {
		display: block;
	}

	#wrapper,
	#footer {
		display: block !important;
	}

	#menu-icon .navbar-toggle {
		width: auto;
		border: none;
		background: transparent;
		padding: 0;
		font-size: 17px;
		cursor: pointer;
		margin-right: 15px;
		margin-top: 0;
		border-radius: 4px;
	}

	#_mobile_currency_selector,
	#_mobile_language_selector {
		display: inline-block;
		border: 1px solid #eee;
		padding: 2px 3px;
		margin-top: 10px;
		font-size: 12px;
		border-radius: 4px;
	}

	#_mobile_currency_selector select,
	#_mobile_language_selector select {
		-webkit-appearance: none;
		font-size: 12px;
		letter-spacing: 0;
	}

	#_mobile_currency_selector {
		margin: 0 3px;
	}

	.wb-menu-vertical ul li.level-1 ul li a {
		margin: 0
	}

	.wb-menu-vertical {
		position: unset;
	}

	#under-menu {
		display: block
	}

	.product-tab-item .thumbnail-container {
		margin-bottom: 20px;
	}

	.pro-tab {
		margin-bottom: 20px;
	}

	.heading {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.heading span {
		padding-bottom: 12px;
	}

	.owl-carousel .owl-buttons {
		right: 5px;
		top: -56px;
	}

	.cless,
	.deliveryinfo .sbr {
		padding-left: 5px;
		padding-right: 5px;
	}

	.rless,
	.deliveryinfo {
		margin-left: -5px;
		margin-right: -5px;
	}

	#footer {
		margin-top: 40px;
	}

	.footer-container {
		padding: 20px 0;
		border-bottom: none;
	}

	#module-wbcompare-WbCompareProduct .heading.text-xs-center {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.wb-product-grid,
	.wb-product-list {
		margin: 0 -3px;
	}

	#js-product-list .item-product {
		padding: 0 3px;
	}

	.pagination .text-xs-left {
		font-size: 12px;
		letter-spacing: 0
	}

	.product-customization .custom-file button {
		padding: 0 5px;
		font-size: 12px;
	}

	.product-customization {
		font-size: 12px;
	}

	.product-actions .add-to-cart {
		padding: 0 10px;
		letter-spacing: 0
	}

	.product-customization .btn-primary.float-xs-right {
		padding: 7px 5px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.prodpay .pmt {
		height: 70px;
		width: 250px;
		background-size: 250px;
	}

	#owl-spe .thumbnail-container .wb-product-desc hr {
		margin: 8px 0;
	}

	.wb_product_countdown div {
		width: 46px;
		height: 46px;
		padding: 7px 0;
	}

	.wb_product_countdown span {
		font-size: 14px;
	}

	.wb_product_countdown p {
		font-size: 11px;
		margin-top: 2px;
	}

	.blockreassurance_product {
		font-size: 12px;
		letter-spacing: 0
	}

	.tab-cate-pro .product-title {
		padding: 12px 0
	}

	.deliveryinfo {
		text-align: left;
	}

	.button-search {
		padding: 10px 15px;
	}

	.svgbg {
		min-width: 34px;
		min-height: 34px;
		padding: 6px 0;
	}

	.svgbg svg {
		width: 18px;
		height: 17px;
	}

	.tab-cate-pro .thumbnail-container {
		margin-bottom: 15px;
	}

	.block_newsletter h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.block_newsletter p {
		font-size: 12px;
		margin-bottom: 6px;
	}

	#_mobile_user_info {
		margin: 0 15px;
	}

	.footbef {
		padding: 20px 15px;
	}

	.blogrpanel {
		border-radius: 0 0 4px 4px;
		padding: 12px;
		margin-left: 0;
		margin-top: 0;
	}

	#wrapper .breadcrumb ol {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.wb-product-list .wb-list-product-reviews {
		margin-bottom: 4px;
	}

	.cartdropd li h5 {
		display: none
	}

	.reducep,
	.thumbnail-container .product-flags .new,
	.sale,
	.product-flags .on-sale {
		font-size: 11px;
		background-color: transparent !important;
		color: #000;
		padding: 0;
		text-transform: capitalize;
	}

	.thumbnail-container .wb-product-desc {
		padding: 6px;
	}

	.allbl {
		padding-top: 8px;
	}

	.wb-product-list .thumbnail-container .button-group {
		margin-top: 8px;
	}

	.deliveryinfo li {
		margin: 0 5px;
	}

	.pro-tab .heading {
		display: none
	}

	.pro-tab ul {
		text-align: left;
		padding-bottom: 8px;
	}

	.cart-c strong,
	.user-info span:last-child {
		display: none
	}

	#search_category,
	.button-search,
	#search_query_top {
		height: 40px;
	}

	.slidecap .btn-primary {
		margin-top: 10px;
		padding: 10px 19px;
	}

	.navmenu {
		display: none
	}

	.newsftr {
		padding: 15px 0;
	}

	.imgbanner {
		margin-bottom: 30px;
	}

	.deliveryinfo li span {
		min-width: 54px;
		min-height: 54px;
		padding: 11px 0;
	}

	.deliveryinfo ul svg {
		width: 30px;
		height: 30px;
	}

	.deliveryinfo ul {
		padding: 8px 10px;
	}

	.deliveryinfo li p {
		font-size: 12px;
		letter-spacing: 0;
		line-height: normal;
	}

	.deliveryinfo li h4 {
		font-size: 14px;
		letter-spacing: 0;
		margin-bottom: 6px;
	}

	.wbContentProduct {
		margin: 0;
	}

	.block_newsletter form input,
	.block_newsletter form button.btn-primary {
		height: 40px;
	}

	.pro-tab ul li a {
		font-size: 16px;
		letter-spacing: 0;
	}

	.pro-tab ul li {
		margin-right: 15px;
		margin-top: 0;
	}

	.block_newsletter form input.btn-primary {
		font-size: 14px;
		letter-spacing: 0
	}

	.deliveryinfo .sbr {
		border: none;
		margin-bottom: 10px;
	}

	.deliveryinfo .sbr:last-child {
		margin-bottom: 0;
	}

	.user-down {
		min-width: 14.4rem;
		right: 0;
		left: auto;
	}

	.product-title {
		font-size: 14px;
		padding: 6px 0;
	}

	.thumbnail-container .button-group a,
	.thumbnail-container .button-group button,
	.wb-product-list .thumbnail-container .button-group .btmcart button.cartb {
		padding: 4px 0;
		min-width: 28px;
		min-height: 28px;
		margin: 0;
		border-radius: 4px;
	}

	.thumbnail-container .button-group svg {
		width: 18px;
		height: 17px;
	}

	.thumbnail-container .button-group {
		position: unset;
		margin-top: 6px;
		opacity: 1;
	}

	.post_content p {
		font-size: 13px;
	}

	.price {
		font-size: 15px;
	}

	.regular-price {
		font-size: 11px;
	}

	#module-wbblog-single .post_title {
		font-size: 14px;
	}

	.propage h1 {
		margin-top: 10px;
	}

	.total-avg {
		width: 120px;
	}

	.wb-menu-vertical .menu-vertical {
		display: block
	}

	.wb-menu-vertical {
		left: 0
	}

	.wb-product-list .listds {
		margin-bottom: 3px;
		margin-top: 0;
	}

	.listds,
	.listds p,
	.post_content span {
		font-size: 13px;
		letter-spacing: 0
	}

	.blogrpanel h6 {
		margin-top: 10px;
	}

	.post_title {
		font-size: 14px;
		padding: 8px 0;
	}

	.block-social li a {
		min-width: 30px;
		min-height: 30px;
		padding: 7px 0 0 0;
		margin: 0;
	}

	.wb-menu-vertical .wb-sub-menu li.menu-item.bh {
		margin-bottom: 0
	}

	.wb-dropdown-cart.defaultcart {
		top: 40px;
	}

	.post_thumbnail {
		margin-top: 0;
	}

	.facet-label a span {
		position: unset;
	}

	#category #search_filter_toggler {
		padding: 6px 0;
	}

	#blockcart-modal .product-name {
		margin-top: 15px;
	}

	.product-tab .nav-tabs .nav-link {
		padding: 15px 8px;
		font-size: 15px;
		letter-spacing: 0;
	}

	.form-control-label {
		padding-top: 0
	}

	.forgotten-password .form-fields label.required {
		text-align: left;
		padding: 0
	}

	.quickview .propage h1 {
		margin-top: 0;
	}

	.quickview .modal-body {
		padding: 0 15px 15px 15px;
	}

	.arltr a,
	#description p,
	.prodes p,
	.product-variants .product-variants-item,
	.page-content p,
	.attachment p {
		font-size: 13px;
		letter-spacing: 0.5px
	}

	.links .title .h3 {
		font-size: 14px;
		font-weight: 500;
	}

	.arltr a {
		letter-spacing: 0
	}
}

@media (min-width: 500px) and (max-width: 767px) {
	#owl-spe .thumbnail-container .wb-product-desc {
		padding: 0 15px 0 15px;
	}

	.imglatest [class*="col-"] {
		width: 33.33%
	}

	.offerb [class*="col-"] {
		width: 50%
	}

	.slidecap {
		top: 20%;
		margin: 0 15px;
		width: 350px;
	}

	.slidecap h2 {
		font-size: 38px;
		margin: 12px 0;
	}

	.slidecap .btn-primary {
		margin-top: 10px;
		padding: 5px 13px;
	}
}

@media (max-width: 499px) {
	#owl-spe .wb-image-block {
		width: 100%
	}

	#owl-spe .thumbnail-container .wb-product-desc {
		width: 100%
	}

	.imgbanner [class*="col-"],
	.imglatest [class*="col-"],
	.offerb [class*="col-"] {
		margin-bottom: 10px;
	}

	.imgbanner [class*="col-"]:last-child,
	.imglatest [class*="col-"]:last-child,
	.offerb [class*="col-"]:last-child {
		margin-bottom: 0;
	}

	.slidecap .btn-primary {
		letter-spacing: 0;
		font-size: 12px;
		padding: 6px 8px;
	}

	.slidecap p {
		display: none
	}

	.slidecap h2 {
		font-size: 20px;
		margin: 6px 0 0 0;
	}

	.slidecap h5 {
		font-size: 13px;
	}

	.slidecap {
		top: 25%;
		margin: 0 15px;
		width: 180px;
	}

	.s-panel .slick-dots {
		position: unset;
		display: none !important
	}
}

@media (max-width: 1199px) {
	.productpbr {
		margin-top: 30px;
	}

	#product .thumb-container {
		padding: 0 2px;
	}

	.quickview .mask,
	.footbef::before {
		display: none
	}

	.links h5,
	.links h5 a,
	.c-info {
		font-size: 14px;
		letter-spacing: 0
	}

	.statmenu li {
		margin-right: 10px;
	}

	.statmenu li a {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.quickview .product-cover img {
		max-width: 500px;
	}

	#search .wb-product-list .wb-image-block,
	#manufacturer .wb-product-list .wb-image-block {
		width: 20%;
	}

	#search .wb-product-list .wb-product-desc,
	#manufacturer .wb-product-list .wb-product-desc {
		width: 80%;
	}
}

@media (min-width: 1200px) and (max-width: 1409px) {
	.prodpay .pmt {
		height: 64px;
		width: 225px;
		background-size: 225px;
	}

	.blogrpanel {
		padding: 12px 12px;
		margin-left: -90px;
		margin-top: 18px;
	}

	.rightwidth {
		width: 75%;
	}

	.imglatest {
		display: none
	}

	.statmenu li a {
		font-size: 14px;
	}

	.product-line-grid-right .qty {
		padding: 0
	}

	#search .wb-product-grid .item-product,
	#manufacturer .wb-product-grid .item-product {
		width: 25%;
	}

	.wb-menu-vertical li.level-1>a,
	.view_more a {
		padding: 8.4px 0;
	}

	.deliveryinfo li h4 {
		font-size: 14px;
	}

	.deliveryinfo li p {
		font-size: 12px;
	}

	.post_content p {
		font-size: 13px;
	}

	.footnumber h5 {
		font-size: 12px;
		letter-spacing: 0
	}

	.footnumber h3 {
		font-size: 20px;
	}

	.catpos li a {
		padding: 14.8px 10px;
	}

	.f-d1,
	.f-d2 {
		width: 90px;
		background-size: 90px;
	}
}

@media (min-width: 600px) {
	#cate-re.collapse {
		display: block;
	}

	.catb {
		display: none;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.lgrid {
		width: 40%;
	}

	.sro {
		width: 60%;
	}

	.wb-product-grid .item-product,
	.wb-product-list .item-product {
		width: 33.33%;
	}

	.catpos li a {
		padding: 7px 10px;
		font-size: 14px;
	}

	.deliveryinfo .sbr {
		width: 50%
	}

	.deliveryinfo [class*="col-"].sbr:nth-child(3),
	.deliveryinfo [class*="col-"].sbr:nth-child(4) {
		margin-bottom: 0;
	}
}

@media (min-width: 360px) and (max-width: 599px) {
	.wb-product-list .item-product {
		width: 50%;
	}
}

@media (max-width: 599px) {
	.block_newsletter .alert {
		font-size: 11px;
	}

	.catpos li a {
		padding: 9px 8px;
	}

	.catpos {
		border: none
	}

	.catpos .menu-tab {
		margin-bottom: 10px;
	}

	.catb.toggle.collapsed::after {
		font-family: 'FontAwesome';
		content: '\f067';
		font-size: 14px;
		font-weight: 400;
		cursor: pointer;
	}

	.catb.toggle::after {
		font-family: 'FontAwesome';
		content: '\f068';
		font-size: 14px;
		font-weight: 400;
		cursor: pointer;
	}

	.catb {
		position: absolute;
		right: 15px;
		top: -58px;
		background: #fff;
		border: none;
		padding: 0;
		cursor: pointer;
		z-index: 1;
		min-width: 30px;
		min-height: 30px;
		text-align: center;
		padding-top: 1px;
		border-radius: 4px;
	}

	.cattab,
	.tab-cate-pro {
		width: 100%;
	}

	#search_category,
	.cate-bg .owl-carousel .owl-buttons {
		display: none
	}

	.wb-product-list .wb-image-block img {
		width: 100%;
	}

	.barr {
		padding: 0 10px;
	}

	.quickview .modal-dialog {
		width: auto;
		margin: 30px 15px;
	}

	#owl-image-slider .owl-nav {
		display: none
	}

	.quickview .modal-dialog {
		width: auto;
		margin: 30px 15px;
	}

	.sro {
		margin-top: 10px;
	}

	.pagination .text-xs-left,
	.pagination .text-xs-right {
		text-align: center;
		width: 100%;
	}

	.rname,
	.post_metas li {
		font-size: 13px;
	}

	.wb-product-grid .item-product {
		width: 50%;
	}
}

@media (min-width: 1410px) and (max-width: 1589px) {
	.prodpay .pmt {
		height: 64px;
		width: 225px;
		background-size: 225px;
	}

	.blogrpanel {
		margin-top: 20px;
	}

	#owl-spe .thumbnail-container .wb-product-desc {
		padding: 0 15px;
	}

	.wb-menu-vertical li.level-1>a,
	.view_more a {
		padding: 7px 0;
	}

	.catpos li a {
		padding: 9.3px 10px;
	}

	.f-d1,
	.f-d2 {
		width: 100px;
		background-size: 100px;
	}
}

@media (max-width: 1409px) {
	.bottomprod .thumbnail-container .button-group {
		display: none
	}
}

@media (min-width: 1410px) {
	.bottomprod .thumbnail-container:hover .product-price-and-shipping {
		opacity: 0
	}

	.bottomprod .thumbnail-container .button-group {
		position: absolute;
		bottom: -12px;
		transition: 0.3s ease-in-out;
		opacity: 0;
	}

	.bottomprod .thumbnail-container:hover .button-group {
		opacity: 1
	}

	.bottomprod .thumbnail-container .button-group a,
	.bottomprod .thumbnail-container .button-group button {
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	}

	.imglatest,
	.leftwidth,
	.leftw,
	#_desktop_logo,
	#search .wb-product-grid .item-product,
	#manufacturer .wb-product-grid .item-product {
		width: 20%;
	}

	.rightw,
	.tright {
		width: 80%
	}

	.rightwidth {
		width: 60%
	}

	#left-column,
	.cate-bg .cattab {
		width: 22%;
	}

	#content-wrapper.left-column,
	.cate-bg .tab-cate-pro {
		width: 78%;
	}
}

@media (max-width: 350px) {
	#_mobile_logo img {
		max-width: 140px;
	}
}

/* box layout */
.boxed main {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	margin: 40px auto;
}

@media (max-width: 991px) {
	#_mobile_logo {
		width: 100%;
	}

	#_mobile_logo .logo {
		margin: 10px auto;
	}

	.boxed .container-bg {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 963px;
	}

	.boxed main {
		margin: 40px 15px;
	}
}

@media (min-width:1200px) and (max-width:1409px) {
	.boxed main {
		width: 1170px;
	}
}

@media (min-width:1410px) and (max-width: 1589px) {
	.boxed main {
		width: 1380px;
	}
}

@media (min-width:1590px) {
	.boxed main {
		width: 1560px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.boxed main {
		margin: 40px 15px;
	}
}

/* box layout end */

.owl-product .wishlist-button-add {
	display: none;
}

.menu-item img {
	max-width: 100%;
}

.category-back {
	margin-bottom: 60px;
}

.images-container .product-images>li.thumb-container>.thumb {
	margin-right: 0 !important;
}

.ppage-compare-wishlist {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wishlist-button-add {
	display: none !important;
}

#view .wishlist-button-add {
	display: block !important;
}

.thumbnail-container:hover .button-group .absbtn .wishlist-button-add {
	display: block !important;
	min-width: 36px;
	min-height: 36px;
	width: 36px;
	height: 36px;
}

.products article .wishlist-button-add,
.wbCateProducts .wishlist-button-add {
	position: unset;
	margin-left: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.wishlist-button-add:active {
	transform: none !important;
}

.products article .wishlist-button-add:hover i {
	color: #ffffff;
}

.wishlist-button-add:hover {
	opacity: 1 !important;
}

.wishlist-button-add i {
	fill: #4c4c4c !important;
	font-size: 20px;
}

.wishlist-button-add:hover i {
	color: #ffffff !important;
}


#wbsearch_content_result {
	overflow-x: hidden;
}

.header .cart-products-count {
	color: #fff;
}
