/*
  Theme Name: Venam - WooCommerce Theme
  Support: ninetheme.com
  Description: Venam - WooCommerce Theme
  Version: 1.0
*/
/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Breadcrumb
4. Slider
5. Super Deals
6. Core-features
7. Special-offer
8. Exclusive
9. Deal of the day
10. Best category
11. List product
12. Testimonial
13. About-area
14. Blog
15. Contact
16. Wishlist
17. Shop-cart
18. Shop
19. Pagination
20. Checkout
21. Order-complete
22. My account
23. Limited offer
24. terms-and-conditions
25. 404 page
26. Footer
27. Popup-newsletter
28. Preloader

*/
/* 1. Theme default css */
:root {
	--theme-base: #f7ba01;
	--theme-primary: #ff6000;
	--theme-black: #252525;
	--theme-black-soft: #7d7d7d;
	--theme-gray: #e2e2e2;
	--theme-gray-background: #f2f2f2;
	--theme-bg-soft: #f5f4ee;
	--theme-font: 'Jost', sans-serif;
	--theme-border-radius: 4px;
}


body {
	font-family: var(--theme-font);
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #7d7d7d;
	line-height: 1.8;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--theme-black);
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1, h1.elementor-heading-title {
	font-size: 40px;
	line-height: 1.3;
}

h2, h2.elementor-heading-title {
	font-size: 35px;
	line-height: 1.4;
}

h3, h3.elementor-heading-title {
	font-size: 28px;
	line-height: 1.6;
}

h4, h4.elementor-heading-title {
	font-size: 22px;
	line-height: 1.75;
}

h5, h5.elementor-heading-title {
	font-size: 18px;
	line-height: 1.75;
}

h6, h6.elementor-heading-title {
	font-size: 16px;
	line-height: 1.75;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

p {
	margin-bottom: 15px;
}

p, p.elementor-heading-title {
	line-height: 1.8;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}

/* button style */
.btn {
	-moz-user-select: none;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 17px 27px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}

.btn.yellow-btn {
	color: var(--theme-black);
}

.btn:hover,
.btn.yellow-btn:hover {
	background: var(--theme-black);
	color: #fff;
}

.breadcrumb>.active {
	color: #888;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 4px;
	z-index: 9;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
	border: none;
	opacity: 0;
}

.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}

.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
	background: #222;
}

/* All-color */
.header-top-right ul li i,
.header-top-right ul li a:hover,
.header-top-action ul li a:hover,
.category-menu>.category-menu-item:hover>a,
.slider-content p span,
.view-more a:hover,
.super-deal-content h6 a:hover,
.core-features-item:hover .core-features-content h6,
.special-single-item-content h5 a:hover,
.special--cat--item--wrap .shop-now,
.footer-social ul li a:hover,
.fw-link ul li a:hover,
.navbar-wrap ul li.menu-item .submenu li.menu-item:hover>a,
.navbar-wrap ul li.menu-item .submenu li.menu-item.active>a {
	color: #0163d2;
}

.special--cat--item--wrap .shop-now:hover,
.product-menu button.active,
.exclusive--content--bottom span,
.exclusive--content--bottom h5 a:hover,
.blog-post-content h4 a:hover,
.blog-post-meta ul li i,
.blog-post-meta ul li a:hover,
.blog-post-content .read-more:hover,
.header-style-two .header-top-right ul li a:hover,
.header-style-two .navbar-wrap>ul>li.menu-item.active>a,
.header-style-two .navbar-wrap>ul>li.menu-item:hover>a,
.header-action ul li a.remove:hover,
.header-style-two .category-menu>.category-menu-item:hover>a,
.more_slide_open>.category-menu-item:hover>a,
.category-menu .more_categories,
.second-slider-area .slider-content p span,
.exclusive-item-two .tag a:hover,
.deal-of-the-day .super-deal-content h6 a:hover,
.view-all-deal a,
.best-cat-item:hover .best-cat-content h5 a,
.list-product-top .view-all,
.list-product-content h6 a:hover,
.breadcrumb-content .breadcrumb li.active,
.wishlist-area tbody .product-thumbnail a.wishlist-remove:hover,
.wishlist-area tbody .product-name h4 a:hover,
.wishlist-area tbody .product-stock-status span,
.wishlist-area tbody .product-subtotal span,
.order-complete-content h3 span,
.order-complete-content p.get-ans a,
.login-page-title .title span,
.my-account-content p span,
.login-form .form-grp label span,
.login-form .forget-pass a:hover,
.third-slider-area .slider-content h2 span,
.third-slider-area .slider-content p span,
.exclusive-item-three .new-price,
.exclusive-item-three .exclusive-item-content h5 a:hover,
.bs-cat-box .bs-cat-list ul li a:hover,
.bs-cat-box .view-all,
.core-features-style-two .core-features-item:hover .core-features-content h6,
.footer-style-two .newsletter-title h4 span,
.footer-style-two .fw-link ul li a:hover,
.footer-style-two .copyright-text p a,
.four-slider-area .slider-content p span,
.shop-cat-list ul li a:hover::before,
.sidebar-product-content h5 a:hover,
.shop-widget-title .slider-nav span:hover,
.blog-cat-list ul li a:hover,
.rc-post-content h5 a:hover,
.classic-blog-post.s-blog-post-item .blog-post-meta ul li:first-child i,
.comment-reply-link:hover,
.related-slider-nav .slider-nav span:hover,
.product-details-size>a:hover,
.shop-details-bottom h5 a:hover,
.shop-details-bottom ul li a:hover,
.promo-subscribe .trial-text span,
.header-style-two .navbar-wrap ul li.menu-item .submenu li.menu-item:hover>a,
.header-style-two .navbar-wrap ul li.menu-item .submenu li.menu-item.active>a,
.mobile-menu .navigation li.menu-item.active>a,
.mobile-menu .navigation li.menu-item ul li.menu-item.active>a,
.mobile-menu .social-links li a:hover,.header-style-two .main-menu .navigation li.menu-item.active .dropdown-btn {
	color: var(--theme-primary);
}

/* All backgrounds */
.header-search-wrap form button,
.navbar-wrap>ul>li.menu-item>a::before,
.header-shop-cart .minicart .checkout-link a,
.btn.yellow-btn {
	background: var(--theme-base);
}


.btn,
.blue-bg,
.view-more a:hover i,
.scroll-top {
	background: #0465d2;
}

.theme-primary-background {
    background-color: var(--theme-primary);
}


/* 2. Header */
.container-full {
	padding: 0 205px;
}

.header-top-area {
	background: var(--theme-gray-background);
	padding: 14px 0;
}

.header-top-left ul {
	display: flex;
	align-items: center;
}

.header-top-left ul>li>div {
	display: flex;
	align-items: center;
}

.header-top-left ul li {
	display: block;
	position: relative;
	font-size: 12px;
	color: #656565;
	padding-right: 15px;
	margin-right: 15px;
}

.header-top-left ul li::after,
.header-top-right ul li::after {
	content: "|";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #bcbcbc;
}

.header-top-left ul li:last-child,
.header-top-right ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.header-top-left ul li:last-child::after,
.header-top-right ul li:last-child::after {
	display: none;
}

.header-top-left .dropdown button {
	border: none;
	background: transparent;
	font-size: 12px;
	color: #656565;
	font-weight: 400;
	padding: 0 0 0 10px;
}

.header-top-left .dropdown .dropdown-item {
	color: #6f6f6f;
	font-size: 12px;
}

.header-top-left .dropdown img {
	margin-right: 8px;
}

.header-top-right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-top-right ul li {
	font-size: 12px;
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
}

.header-top-right ul li a {
	color: #656565;
}

.header-top-right ul li i {
	margin-right: 7px;
}

.header-top-action ul {
	display: flex;
	align-items: center;
}

.header-search-wrap form {
	display: flex;
	align-items: center;
	width: 100%;
    min-width: 100%;
}

.header-search-wrap input {
	border: 1px solid var(--theme-gray);
	width: 60%;
	padding: 13px 20px;
	border-radius: 5px 0 0 5px;
	font-size: 13px;
	height: 47px;
    background: #fff;
}

.header-search-wrap input::placeholder {
	font-size: 13px;
	color: #7d7d7d;
}

.header-search-wrap form .custom-select,
.shop-meta-right form .custom-select,
.checkout-form .form-grp .custom-select {
	display: inline-block;
	padding: 10px 42px 10px 16px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #7d7d7d;
	vertical-align: middle;
	background: none;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .3s ease-in-out;
	width: 30%;
	height: 47px;
	border-top: 1.5px solid var(--theme-gray);
	border-bottom: 1.5px solid var(--theme-gray);
}

.header-search-wrap form button {
	flex-grow: 1;
	border: none;
	padding: 0;
	font-size: 16px;
	color: #fff;
	height: 47px;
	width: 60px;
	line-height: 46px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.header-search-wrap form .custom-select option {
	color: var(--theme-black);
}

.header-top-action ul li {
	display: block;
	margin-left: 40px;
}

.header-top-action ul li a {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #818181;
}

.header-top-action ul li a i {
	display: block;
	font-size: 18px;
	margin-bottom: 7px;
}

.header-search-area {
	background: #fff;
	padding: 39px 0;
}

.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}

.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.navbar-wrap {
	display: flex;
	flex-grow: 1;
}

.navbar-wrap ul.navigation,
.navbar-wrap ul.submenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}

.navbar-wrap ul li.menu-item {
	display: block;
	position: relative;
}

.navbar-wrap ul li.menu-item>a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 32px 25px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.navbar-wrap>ul>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	width: 80%;
	bottom: 0;
	margin: 0 auto;
	border-radius: 3px 3px 0 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.navbar-wrap>ul>li:last-child>a::before {
	margin-left: auto;
	margin-right: 0;
}

.navbar-wrap>ul>li:last-child a {
	padding-right: 0;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
	color: #fff;
}

.navbar-wrap>ul>li.active>a::before,
.navbar-wrap>ul>li:hover>a::before {
	opacity: 1;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    display: block;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 6px;
    color: #fff;
}
.main-menu .navigation li.dropdown.has-submenu .dropdown-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 100%;
    transform: none;
    color: var(--theme-black);
}
.main-menu .navigation li.dropdown.menu-item-mega-parent .submenu .dropdown-btn {
    display: none;
}
.header-style-two .main-menu .navigation li.dropdown .dropdown-btn {
    color: var(--theme-black);
}

.header-action>ul {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.header-action>ul>li {
	position: relative;
	margin-left: 15px;
}

.header-action ul li:first-child {
	margin-left: 0;
}

.header-action>ul>li.header-shop-cart>a {
	padding-right: 10px;
}

.header-action ul li a {
	color: #2d2d2d;
	font-size: 18px;
}

.header-shop-cart a {
	position: relative;
}

.header-shop-cart a span.cart-count {
	position: absolute;
	right: 4px;
	bottom: 12px;
	width: 15px;
	height: 15px;
	text-align: center;
	border-radius: 50%;
	font-size: 8px;
	font-weight: 500;
	line-height: 15px;
	color: #222;
	background: var(--theme-base);
}

.header-shop-cart .cart-total-price {
	font-size: 14px;
	font-weight: 500;
	color: #525252;
	margin-left: 0px;
	display: inline-block;
}

.header-shop-cart .minicart {
	background: #fff;
	opacity: 0!important;
	padding: 0px;
	position: absolute;
	right: -15px;
	top: 58px;
	border-radius: 4px;
	transition: all 0.5s ease 0s;
	width: 380px;
	z-index: 9;
	box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
	visibility: hidden;
	transform: translateY(10px);
}

.header-shop-cart .woocommerce-mini-cart {
	max-height: 400px;
	overflow: auto;
	padding: 25px;
	padding-bottom: 0;
}

.header-shop-cart .header-cart-footer {
	padding: 25px;
	padding-top: 0;
}

.header-shop-cart .minicart::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -35px;
	width: 100%;
	height: 45px;
	display: block;
}

.header-shop-cart .minicart.active,
.header-shop-cart:hover .minicart {
	opacity: 1!important;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}

.header-shop-cart .woocommerce-mini-cart>.woocommerce-mini-cart-item {
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}

.header-shop-cart .woocommerce-mini-cart>.woocommerce-mini-cart-item:last-child {
	margin-bottom: 0px;
}

.minicart .cart-img img {
	width: 100%;
	background-color: var(--theme-gray-background);
	border: 1px solid var(--theme-gray);
}

.header-shop-cart .minicart .cart-img {
	width: 20%;
}

.header-shop-cart .minicart .cart-content {
	width: 80%;
	padding-left: 15px;
	text-align: left;
	padding-right: 25px;
}

.cart-content .is-name {
	line-height: 1.1;
}

.minicart .cart-content .is-name {
	color: #2d2d2d;
	background: none;
	font-weight: 500;
	margin-bottom: 10px;
}

.minicart .cart-content .is-name a {
	font-size: 15px;
}

.minicart .cart-price span {
	color: #616161;
	font-size: 13px;
	font-weight: 400;
}

.minicart .cart-price {
	font-size: 13px;
}

.minicart .cart-price .new {
	font-size: 14px;
	margin-left: 0;
}

.header-shop-cart .minicart .del-icon {
	float: right;
	margin-top: 5px;
}

.minicart .del-icon>a,
.minicart .del-icon>a i {
	font-size: 15px;
	color: #adadad;
}

.total-price {
	border-top: 1px solid var(--theme-gray);
	overflow: hidden;
	padding-top: 25px;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 500;
}

.total-price span {
	color: #616161;
	font-weight: 500;
}

.header-shop-cart .minicart>.woocommerce-mini-cart-item:last-child {
	margin-bottom: 0;
}

.header-cart-footer .is-actions {
	display: block;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}

.header-cart-footer .footer-total {
	margin-bottom: 22px;
}

.header-action .checkout-link a {
	color: var( --theme-black );
	display: block;
	font-weight: 600;
	padding: 16px 30px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 4px;
}

.header-action .checkout-link a.red-color {
	background: #222;
	color: #fff;
	margin-bottom: 0px;
}

.minicart .shop-cart-empty {
	padding: 25px;
}

.navbar-wrap ul li .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: calc(100% + 1px);
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .submenu>li {
	margin-left: 0;
	text-align: left;
	display: block;
}

.navbar-wrap ul li .submenu>li.menu-item>a {
	padding: 0 10px 0 25px;
	line-height: 33px;
	font-weight: 400;
	color: #7d7d7d;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}

.sticky-menu .navbar-wrap ul li a {
	color: var(--theme-black);
}

.header-category {
	position: relative;
}

.header-category>a {
	display: block;
	padding: 0 72px 0 25px;
	height: 78px;
	line-height: 78px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	background: #025bbf;
}

.header-category>a i:first-child {
	margin-right: 18px;
}

.header-category>a i:last-child {
	margin-left: 15px;
}

.category-menu {
	position: absolute;
	left: 0;
	top: 100%;
	box-shadow: 0px 1px 16px 0px rgba(220, 220, 220, 0.22);
	background: #fff;
	width: 100%;
	border: 1px solid var(--theme-gray);
	padding: 15px 0;
	display: none;
	z-index: 2;
}

.category-menu .category-menu-item {
	display: block;
}

.category-menu>.category-menu-item>a,
.more_slide_open>.category-menu-item>a {
	display: flex;
	align-items: center;
	color: #7d7d7d;
	font-size: 14px;
	padding: 5px 50px 5px 20px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
}

.category-menu>.category-menu-item:hover>a {
	background: #f2f1f1;
	border-color: var(--theme-gray);
}

.category-menu>.has-dropdown.category-menu-item>a::after {
	content: "\f105";
	position: absolute;
	right: 20px;
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

.mega-menu {
	position: absolute;
	display: flex;
	left: 100%;
	top: 0;
	background: #fff;
	box-shadow: 0px 1px 16px 0px rgba(220, 220, 220, 0.47);
	border: 1px solid var(--theme-gray);
	width: 750px;
	padding: 25px 20px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .3s linear;
	z-index: 2;
}

.mega-menu>.category-menu-item {
	width: 33.333%;
}

.mega-menu .dropdown-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--theme-black);
	margin-bottom: 17px;
}

.category-menu>.category-menu-item:hover>.mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.logo .sticky-block {
	display: none;
}

.sticky-menu .logo .sticky-block {
	display: block;
}

.sticky-menu .logo .sticky-none {
	display: none;
}

.sticky-menu.menu-area .mobile-nav-toggler {
	color: var(--theme-black);
}

.custom-container-two {
	max-width: 1428px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.header-style-two .header-top-area {
	background: #fbfbfb;
	padding: 14px 0;
	border-bottom: 1px solid var(--theme-gray);
}

.header-style-two .header-top-right ul li span {
	margin: 0 5px;
}

.header-style-two .header-top-right ul li i {
	font-size: 14px;
	color: #a4a4a4;
}

.header-style-two .navbar-wrap ul li a {
	color: #2d2d2d;
}

.header-style-two .navbar-wrap>ul>li>a::before {
	width: 33px;
	height: 2px;
	border-radius: 0;
	top: 62%;
	transform: translateY(-50%) rotate(0deg);
	background: var(--theme-primary);
	margin: 0 auto;
	z-index: -1;
}

.header-style-two .navbar-wrap>ul>li.active>a::before,
.header-style-two .navbar-wrap>ul>li:hover>a::before {
	/*transform: translateY(-50%) rotate(-40deg);*/
}

.header-style-two .navbar-wrap>ul>li a {
	padding: 35px 20px;
}

.header-style-two .main-header {
	padding: 9px 0;
}

.header-style-two .main-header.sticky-menu {
	padding: 0;
}

.header-style-two .header-category {
	width: 275px;
}

.header-style-two .header-search-area {
	background: #e7e7e7;
	padding: 0;
}

.header-style-two .header-category>a {
	padding: 0 30px 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--theme-black);
	font-weight: 700;
	background: var(--theme-base);
	display: flex;
	align-items: center;
}

.header-style-two .header-category>a i:last-child {
	margin-left: 0;
}

.header-style-two .header-category>a i {
	font-weight: 400;
	font-size: 20px;
}

.header-style-two .category-menu {
	margin-top: 15px;
	display: block;
	padding: 13px 0;
}

.header-style-two .category-menu>.category-menu-item>a,
.more_slide_open>.category-menu-item>a {
	border: none;
	padding: 7px 20px 7px 20px;
}

.header-style-two .category-menu>.category-menu-item:hover>a,
.header-style-two .category-menu>.category-menu-item>a:hover {
	background: transparent;
}

.header-style-two .category-menu>.has-dropdown.category-menu-item>a::after {
	display: none;
}

.header-style-two .category-menu>.category-menu-item>a>img {
	border-radius: 50%;
}

.header-style-two .cat-menu-img {
	display: inline-block;
	border: 2px solid var(--theme-gray);
	padding: 2px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-right: 15px;
}

.header-style-two .cat-menu-img img {
	border-radius: 50%;
}

.header-style-two .category-menu>.category-menu-item:hover>a .cat-menu-img,
.more_slide_open>.category-menu-item:hover>a .cat-menu-img {
	border-color: var(--theme-primary);
}

.more_slide_open {
	display: none;
}

.category-menu .more_categories {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	margin-top: 10px;
	cursor: pointer;
}

.header-style-two .header-search-wrap form {
	width: 675px;
}

.header-style-two .header-search-wrap input {
	border: none;
	width: 440px;
	padding: 10px 20px;
	border-radius: 30px 0 0 30px;
	height: 40px;
	background: #fff;
}

.header-style-two .header-search-wrap form .custom-select {
	padding: 10px 42px 10px 16px;
	width: 170px;
	height: 40px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid var(--theme-gray);
}

.header-style-two .header-search-wrap form button {
	border: none;
	color: #2d2d2d;
	height: 40px;
	line-height: 40px;
	border-radius: 0 30px 30px 0;
}

.header-free-shopping {
	margin-left: 45px;
}

.header-free-shopping p {
	margin-bottom: 0;
	font-size: 14px;
	color: #8b8b8b;
}

.header-free-shopping p span {
	font-weight: 500;
	color: #6c6a6a;
}

.header-style-three .category-menu {
	margin-top: 0;
	display: none;
	padding: 13px 0;
}

.custom-container-three {
	max-width: 1658px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* Mobile-menu */
.venam-elementor-mobile-menu-footer {
	position: relative;
	z-index: 1;
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}

.nav-logo img {
	width: 150px;
}

.mobile-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding: 30px 15px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	background: #202020;
}

.menu-inner-buttons {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 25px;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

.menu-inner-button {
    font-size: 12px;
    font-weight: 500;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    background: #1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.8px;
    cursor: pointer;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
}

.mobile-menu-visible .mobile-menu .menu-inner-button {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}


.menu-inner-button:not(.active):hover {
	background: var(--theme-black);
}

.menu-inner-button.active {
	background: var(--theme-black);
}

.menu-inner-button .user {
	font-size: 14px;
	color: #fff;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 0;
	text-align: left;
	display: inline-block;
	z-index: 11;
	margin-bottom: 20px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
}

.mobile-menu .menu-cats {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
}
.mobile-trans-end .mobile-menu .menu-box,
.mobile-trans-end .mobile-menu .menu-cats {
    max-height: 370px;
    overflow-y: auto;
}
.mobile-menu .menu-form {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    padding: 15px 5px;
    z-index: 5;
    border-radius: 0px;
}
.mobile-menu .menu-form.menu_logged_in {
    padding-top: 0px;
}
.mobile-menu .menu-form .woocommerce-form-login.login {
    padding: 0 5px;
    background: transparent;
    box-shadow: none;
    border: none;
}
.mobile-menu .menu-form .login-form-head {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}
.mobile-menu .menu-form .form-row {
    flex-direction: column;
    float: none;
    width: 100%;
}
.mobile-menu .menu-form .form-row input {
    border: 1px solid var(--theme-gray);
    max-width: 100%;
    background: #fff;
}
.woocommerce .mobile-menu form .form-row label {
    color: #7e7e7e;
}
.venam_mini_account_form .woocommerce-error,
.venam_mini_account_form .woocommerce-info,
.venam_mini_account_form .woocommerce-message,
.mobile-menu .menu-form .woocommerce-error,
.mobile-menu .menu-form .woocommerce-info,
.mobile-menu .menu-form .woocommerce-message {
    padding: 15px 10px;
    align-items: center;
}
.venam_mini_account_form .woocommerce-error li,
.venam_mini_account_form .woocommerce-info li,
.venam_mini_account_form .woocommerce-message li,
.mobile-menu .menu-form .woocommerce-error li,
.mobile-menu .menu-form .woocommerce-info li,
.mobile-menu .menu-form .woocommerce-message li {
    font-size: 13px;
}
.mobile-menu .menu-form .login-form-title {
    color: #fff;
}
.mobile-menu .menu-form .woocommerce-form-login__submit {
    outline: none;
    border: 0;
    background: var(--theme-primary);
    padding: 0;
    min-height: 42px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    width:100%;
}
.woocommerce .mobile-menu form .form-row input.input-text {
    border: none;
}
.woocommerce form .form-row {
    margin: 0 0 20px;
    padding: 0px;
}
.woocommerce .mobile-menu form.login {
    padding: 0px;
    margin: 0;
}
.mobile-menu .woocommerce form .form-row label,
.mobile-menu .product-review-form .form-grp label {
    color: #7e7e7e;
}
.mobile-menu .menu-form .woocommerce-form-login__submit:hover {
    background: #000;
}
/*
.mobile-menu .menu-form .account-dropdown,
.mobile-menu .navigation li.menu-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.mobile-menu-visible .mobile-menu .menu-form .account-dropdown,
.mobile-menu-visible .mobile-menu .navigation li.menu-item {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
*/
.mobile-menu nav[data-menu-name] .navigation li.menu-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
}
.mobile-menu-visible .mobile-menu nav[data-menu-name].active .navigation li.menu-item {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.mobile-menu .social-links li {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
}

.mobile-menu-visible .mobile-menu .social-links li {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}


.mobile-menu .close-btn {
	position: absolute;
	width: 100%;
	top: 28px;
	right: 15px;
	text-align: right;
	font-size: 30px;
    line-height: 1;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menumob-logo-none .close-btn {
    position: relative;
    top: 0;
    right: 0;
}

.mobile-menu-visible .mobile-menu .close-btn i {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    padding: 0 15px;
}

.mobile-menu .navigation li.menu-item {
	position: relative;
	display: block;
}


.mobile-menu .navigation li.menu-item>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 0px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}

.mobile-menu .navigation li ul li.menu-item>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
	font-weight: 400;
}

.mobile-menu .navigation li ul.submenu .submenu li.menu-item>a {
	margin-left: 30px;
}

.mobile-menu .navigation li.menu-item>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 9px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: var(--theme-primary);
}

.menu-inner-button svg {
    margin-top: -6px;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
    text-align: left;
    padding: 30px 0;
    margin-left: -8px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: #fff;
	display: none;
	margin-left: 30px;
}

/* 3. Breadcrumb */
.breadcrumb-bg {
	background-position: center;
	background-size: cover;
	padding-top: 85px;
	padding-bottom: 85px;
}

.breadcrumb-content h2 {
	font-size: 45px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 15px;
}

.breadcrumb-content .breadcrumb {
	display: inline-block;
	padding: 10px 40px;
	margin-bottom: 0;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.82);
	border-radius: 50px;
	max-width: 600px;
}

.breadcrumb-content .breadcrumb li,
.breadcrumb-content .breadcrumb li a {
	display: inline-block;
	color: #6d6c6c;
	padding: 0;
	max-width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0;
	color: unset;
	content: "";
	height: 6px;
	width: 6px;
	background: #a1a1a1;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
}

/* 4. Slider */
.slick-slide:focus {
	outline: none;
}

.slider-bg {
	min-height: 600px;
	display: flex !important;
	align-items: center !important;
	background-position: center;
	background-size: cover;
}

.slider-content h5 {
	    font-size: 64px;
    text-transform: uppercase;
    line-height: .9;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.slider-content h2 {
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 300;
}

.slider-content p {
	line-height: 1.2;
	margin-bottom: 45px;
	color: #3b3b3b;
	font-size: 16px;
}

.second-slider-area {
	background-position: center;
	background-size: cover;
}

.second-slider-area .slider-content {
	width: 50%;
}

.second-slider-area .slider-active {}

.second-slider-area .slider-bg {
	min-height: 551px;
	background-position: right center;
	padding: 70px;
}

.second-slider-area .slider-content h5 {
	font-size: 50px;
}

.third-slider-area {
	background-position: center;
	background-size: cover;
}

.third-slider-area .slider-bg {
	padding: 0 90px;
	min-height: 557px;
	justify-content: space-between;
}

.third-slider-area .slider-content {
	width: 55%;
}

.third-slider-area .slider-img {
	flex-grow: 1;
	text-align: right;
}

.third-slider-area .slider-img img {
	display: inline-block;
}

.third-slider-area .slider-content h5,
.third-slider-area .slider-content h2 {
	font-size: 50px;
	color: #fff;
}

.third-slider-area .slider-content p {
	color: #fff;
}

.list-product-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.list-product-column {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.list-product-item.layout-horizontal {
	border: 1px solid var(--theme-gray);
	padding: 11px;
	z-index: 1;
}

.list-product-item.layout-horizontal:hover {
	background: #fff;
}

.list-product-item.layout-horizontal .list-product-thumb::after {
	display: none;
}

.list-product-item.layout-horizontal .list-product-thumb {
	width: 41%;
}

.list-product-item.layout-horizontal::before {
	content: "";
	position: absolute;
	left: 11px;
	right: 11px;
	top: 11px;
	bottom: 11px;
	border: 1px solid var(--theme-gray);
	z-index: -1;
}

.four-slider-area .slider-bg {
	min-height: 677px;
	padding: 100px 160px;
}

.four-slider-area .slider-content {
	width: 50%;
}

.four-slider-area .slider-content h5 {
	font-size: 50px;
}


/* 5. Super Deals */


.super-deal-title {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0 20px;
}


.super-deal-title h3 {
	margin-bottom: 0;
	margin-right: 15px;
}

.super-deal-title h3 span {
	font-weight: 300;
}

.coming-time {
	display: flex;
	align-items: center;
}

.time-count {
	background: var(--theme-black);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 12px;
	border-radius: 4px;
	text-align: center;
	margin-left: 6px;
	width: 52px;
	line-height: 1;
}

.time-count span {
	display: block;
	line-height: 1;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 2px;
}

.super-deal-title .time-count.day {
	display: none;
}

.time-count.sec,
.viewed-item-bottom .progress-bar {
	background: var(--theme-base);
}

.super-deal-top {
	background: #fff;
	padding-top: 60px;
	position: relative;
	z-index: 1;
	border-radius: 8px;
	padding-bottom: 50px;
}

.view-more a {
	color: var(--theme-black);
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

.view-more a span {
	margin-right: 12px;
}

.view-more a i {
	height: 28px;
	width: 28px;
	line-height: 26px;
	text-align: center;
	border: 1.5px solid #e6e5e5;
	font-size: 12px;
	color: #6f6f6f;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.view-more a:hover i {
	color: #fff;
	border-color: #0465d2;
}

.super-deal-thumb {
	position: relative;
}

.super-deal-thumb a {
	display: block;
}

.super-deal-thumb span.sd-meta,
.exclusive-item-thumb .sd-meta,
.most--popular--item--thumb .sd-meta,
.exclusive-item-thumb .discount,
.list-product-item span.sd-meta {
	position: absolute;
	left: 0;
	top: 0;
	height: 21px;
	background: var(--theme-primary);
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	padding: 0 8px;
	border-radius: 4px;
	font-weight: 500;
	text-transform: capitalize;
	z-index: 1;
}

.super-deals-item {
	padding: 0 18px;
}

.super-deal-content h6 {
	/* font-size: 14px; */
	font-weight: 500;
	margin-bottom: 7px;
}

.super-deal-content p,
.special-single-item-content p,
.list-product-content p {
	margin-bottom: 0;
	line-height: 1.5;
	color: var(--theme-primary);
}

.super-deal-content p span.save--price,
.special-single-item-content p span.save--price,
.list-product-content p span.save--price {
	color: #606060;
}

.super-deal-content p span.save--price::before,
.special-single-item-content p span.save--price::before,
.list-product-content p span.save--price::before {
	content: "|";
	display: inline-block;
	margin: 0 10px;
}

/* 6. Core-features */
.core-features-item {
	text-align: center;
	position: relative;
}

.core-features-icon {
	margin-bottom: 20px;
	min-height: 47px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: .5s linear;
	transform: rotateY(0);
	font-size: 36px;
}

.core-features-item:hover .core-features-icon {
	transform: rotateY(360deg);
}

.core-features-content h6 {
	margin-bottom: 8px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.core-features-content span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.core-features-border {
	border-top: 1px solid #ececec;
	padding-top: 100px;
	padding-bottom: 50px;
}

.core-features-item::after {
	content: "";
	position: absolute;
	right: -15px;
	height: 115px;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	border-right: 1px solid var(--theme-gray);
}

.core-features-border .row [class*="col-"]:last-child .core-features-item::after {
	display: none;
}

.features-wrap-item {
	background: #fff;
	border: 1px solid var(--theme-gray);
	padding: 40px 44px 50px;
}

.features-icon {
	font-size: 50px;
	color: var(--theme-primary);
	line-height: 1;
	margin-bottom: 30px;
}

.features-icon i {
	display: inline-block;
	transform: rotateY(0);
	transition: .4s linear;
}

.features-wrap-item:hover .features-icon i {
	transform: rotateY(360deg);
}

.features-content h5 {
	font-size: 20px;
	margin-bottom: 15px;
}

.features-content p {
	margin-bottom: 20px;
}

.features-item-list ul li {
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
}

.features-item-list ul li:last-child {
	margin-bottom: 0;
}

/* 7. Special-offer */
.section-title {
	position: relative;
}


.section-title .sub-title,
.limited-offer-title .sub-title {
	display: block;
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--theme-primary);
	margin-bottom: 15px;
}

.section-title .title,
.limited-offer-title .title {
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-bottom: 0;
}

.custom-container {
	max-width: 1760px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.special-offer-item-box {
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(47, 47, 47, 0.04);
}

.special-single-item {
	display: flex;
	align-items: center;
	padding: 24px 30px;
}

.special-single-item-thumb {
	width: 38%;
	margin-right: 20px;
}

.special-single-item-content {
	width: 62%;
}

.special-single-item-content h5 {
	font-size: 18px;
	margin-bottom: 6px;
}

.special-single-item-content .product-color span {
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	margin-right: 6px;
	cursor: pointer;
}

.special-single-item-content .product-color {
	display: flex;
	margin-top: 15px;
}

.product-color span.coffee {
	background: #974b31;
}

.product-color span.yellow {
	background: #f2a900;
}

.product-color span.black {
	background: #363636;
}

.product-color span.red {
	background: #fd5353;
}

.special--cat--item--wrap {
	padding: 50px 30px 45px;
}

.special-offer-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.special-offer-title .title {
	font-size: 22px;
	margin-bottom: 0;
	position: relative;
}

.special-offer-title .title::before {
	content: "";
	position: absolute;
	left: 115%;
	top: 13px;
	width: 120px;
	border-top: 1px solid #e1e0e0;
	border-radius: 50%;
}

.special-offer-title .view-more a i {
	height: auto;
	width: 30px;
	line-height: 23px;
}

.special--cat--list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 17px;
}

.special--cat--list .special--cat--item {
	position: relative;
	display: block;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.special--cat--list .special--cat--item a {
	display: block;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.special--cat--list .special--cat--item img {
	max-width: 100%;
}

.special--cat--list .special--cat--item span {
	margin-top: 10px;
	display: block;
}

.special--cat--item .tag {
	height: 31px;
	width: 31px;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 9px;
	font-weight: 700;
	color: #fff;
	line-height: 29px;
	text-align: center;
	top: 11px;
	right: 11px;
	transform: rotate(-30deg);
}

.special--cat--item .special--cat--name {
	font-size: 14px;
	font-weight: 500;
	color: #626161;
	bottom: 10px;
	left: 15px;
	right: 15px;
	text-align: center;
}

.special--cat--item--wrap .shop-now {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.special-offer-banner img {
	width: 100%;
}

.special-offer-banner a,
.deal-of-day-banner a {
	display: block;
	overflow: hidden;
	position: relative;
}

.special-offer-banner a::before,
.deal-of-day-banner a::before {
	position: absolute;
	top: 0;
	left: -80%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.special-offer-banner:hover a::before,
.deal-of-day-banner:hover a::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.top-cat-banner-item a {
	display: block;
	overflow: hidden;
	background: #f4f3f1;
}

.top-cat-banner-item a img {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.top-cat-banner-item a:hover img {
	transform: scale(0.9);
}

.top--cat--banner--area .row {
	margin-left: -10px;
	margin-right: -10px;
}

.top--cat--banner--area [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.top--cat--banner--area .top-cat-banner-item.yellow a {
	background: #fbe99f;
}

.top--cat--banner--area .top-cat-banner-item.dark-gray a {
	background: #fedac0;
}

.top--cat--banner--area .top-cat-banner-item.lite-red a {
	background: #ff8e67;
}

.furniture-cat-banner-area .top-cat-banner-item a {
	background: #f3f2ef;
}

/* 8. Exclusive */
.product-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: var(--theme-gray-background);
	border-radius: 30px;
	padding: 20px 20px 10px;
}

.product-menu button {
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	background: none;
	color: #7d7d7d;
	font-weight: 500;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin: 0 25px 10px;
}

.exclusive-banner a::before {
	left: -120%;
}

.exclusive-item-thumb {
	border: 1px solid rgb(235, 235, 235);
	position: relative;
	margin-bottom: 25px;
}

.exclusive-item-thumb img {
	width: 100%;
}

.exclusive-item-thumb .overlay-product-thumb {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .3s linear;
}

.exclusive-item:not(.type-3):hover .overlay-product-thumb {
	opacity: 1;
}

.exclusive-item:not(.type-3):hover .has-overlay-thumb {
	opacity: 0;
	transition: .3s linear;
}

.exclusive-item.type-3 .exclusive-item-thumb:hover .overlay-product-thumb {
	opacity: 1;
}

.exclusive-item.type-3 .exclusive-item-thumb:hover .has-overlay-thumb {
	opacity: 0;
	transition: .3s linear;
}

.exclusive--content--top {
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
	margin-bottom: 10px;
	line-height: 1;
}

.exclusive--content--top .rating i,
.list-product-content .rating i,
.exclusive-item-three .rating i,
.sidebar-product-content .rating i {
	font-size: 12px;
	color: #e8ebf2;
}

.exclusive--content--top .rating i:last-child,
.list-product-content .rating i:last-child,
.exclusive-item-three .rating i:last-child,
.sidebar-product-content .rating i:last-child {
	color: #e8ebf2;
}

.exclusive--content--top .old-price {
	font-size: 14px;
	color: #949494;
	width: 50%;
	text-align: right;
}

.exclusive--content--bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.exclusive--content--bottom h5 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	width: 75%;
}

.exclusive--content--bottom span {
	font-size: 14px;
	font-weight: 500;
}

.most-popular-viewed-item {
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(47, 47, 47, 0.04);
	padding: 0px 0 25px;
	text-align: center;
}

.viewed-item-topp {
	padding: 0 25px 25px;
}

.viewed-item-bottom {
	margin-top: 25px;
	padding: 25px 25px 0;
	border-top: 1px solid #f1f0f0;
}

.viewed-item-bottom ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.viewed-item-bottom ul li {
	font-size: 12px;
	font-weight: 500;
	display: block;
	line-height: 1;
	color: #909090;
}

.viewed-item-bottom .progress {
	display: -ms-flexbox;
	display: flex;
	height: 6px;
	overflow: hidden;
	font-size: .75rem;
	background-color: var(--theme-gray-background);
	border-radius: 4px;
	margin-top: 12px;
}

.viewed-item-bottom .progress-bar {
	border-radius: 4px;
}

.viewed-offer-time p {
	line-height: 1.4;
	font-weight: 500;
	color: #909090;
	margin-bottom: 15px;
	margin-top: 27px;
}

.viewed-offer-time p span {
	font-size: 16px;
	color: var(--theme-base);
}

.viewed-offer-time .coming-time {
	justify-content: center;
}

.viewed-offer-time .coming-time .time-count {
	margin: 0 3px 0px;
	padding: 9px 10px;
	font-size: 9px;
	width: 47px;
}

.viewed-offer-time .time-count span {
	font-size: 14px;
}

.slick-slide .most--popular--item--thumb img {
	display: inline-block;
}


.popular-active .slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	color: #9b9b9b;
	border: none;
	left: -100px;
	height: 42px;
	line-height: 42px;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px rgba(47, 47, 47, 0.04);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.popular-active .slick-next {
	right: -100px;
	left: auto;
}

.popular-active .slick-arrow:hover {
	color: var(--theme-base);
}

.exclusive-item-two {
	border: 1px solid #ececec;
}

.exclusive-item-thumb .sd-meta,
.most--popular--item--thumb .sd-meta {
	top: 20px;
	right: 20px;
	left: auto;
}

.exclusive-item-thumb .discount {
	top: 20px;
	left: 20px;
	background: var(--theme-base);
}

.exclusive-item-two .exclusive-item-thumb {
	border: none;
	margin-bottom: 0;
	overflow: hidden;
}

.exclusive-item-two .exclusive-item-content {
	padding: 30px 20px 25px;
	position: relative;
}

.exclusive-item-two .exclusive-item-content::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	background: #ececec;
	height: 1px;
}

.exclusive-item-thumb .to-cart {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -40px;
	text-align: center;
	background: #3a3a3a;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 20px 7px;
}

.exclusive-item-thumb .to-cart i {
	font-size: 12px;
	margin-left: 5px;
}

.exclusive-item-thumb .to-cart:hover {
	color: #fff;
}

.exclusive-item-two:hover .exclusive-item-thumb .to-cart {
	bottom: 0;
}

.exclusive-item-two .tag {
	width: 50%;
}

.exclusive-item-two .tag a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7d7d7d;
}

.exclusive-item-two .exclusive--content--top .old-price {
	font-size: 12px;
	color: #7d7d7d;
	font-weight: 500;
}

.exclusive-item-two .exclusive--content--bottom h5 {
	font-size: 16px;
	font-weight: 500;
}


.exclusive-item-two .exclusive--content--bottom span,
.exclusive-item-three .new-price,
.exclusive-item-three .old-price {
	font-size: 15px;
	font-weight: 400;
}

.exclusive-item-two:hover .exclusive-item-thumb img {
	transition: .3s linear;
}

.exclusive-item-two:hover .exclusive-item-thumb img.has-overlay-thumb {
	opacity: 0;
}

.exclusive-item-three .exclusive-item-thumb {
	border: none;
	margin-bottom: 25px;
}

.exclusive-item-three .exclusive-item-thumb img {
	border-radius: 4px;
}

.exclusive-item-three .action {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.exclusive-item-three:hover .action {
	opacity: 1;
	bottom: 0;
}

.exclusive-item-three .action li {
	margin: 0 7.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 42px;
	font-size: 20px;
	width: 56px;
	height: 42px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 7px 0px rgba(117, 114, 114, 0.18);
	color: #2b2b2b;
}

.exclusive-item-three .action li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.exclusive-item-three .action li i {}

.exclusive-item-three .action li:hover {
	background: var(--theme-primary);
	color: #fff;
}

.exclusive-item-three .exclusive-item-content h5 {
	font-size: 18px;
	margin-bottom: 15px;
}

.exclusive-item-three .old-price {
	margin-right: 10px;
}

.exclusive-item-three .exclusive--item--price {
	margin-bottom: 3px;
}

/* 9. Deal of the day */
.deal-of-the-day .custom-col-4 {
	-ms-flex: 0 0 35.7%;
	flex: 0 0 35.7%;
	max-width: 35.7%;
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.deal-of-the-day .custom-col-8 {
	-ms-flex: 0 0 64.3%;
	flex: 0 0 64.3%;
	max-width: 64.3%;
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.deal-day-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--theme-gray);
	padding-bottom: 15px;
	margin-bottom: 26px;
}

.deal-day-title .title {
	margin-bottom: 0;
	font-size: 22px;
	text-transform: uppercase;
}

.view-all-deal a {
	font-size: 16px;
	font-weight: 600;
}

.view-all-deal a i {
	margin-right: 5px;
}

.deal-of-the-day .most-popular-viewed-item {
	padding: 20px 0 25px;
}

/* 10. Best category */
.best-cat-border {
	border-bottom: 1px solid var(--theme-gray);
}

.best-cat-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -14px;
	margin-left: -14px;
	justify-content: center;
}

.best-cat-item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
	width: 100%;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	margin-bottom: 50px;
}

.best-cat-thumb img {
	border-radius: 50%;
}

.best-cat-content {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.best-cat-thumb+.best-cat-content {
	margin-top: -45px;
}

.best-cat-content h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 4px;
}

.best-cat-content span {
	display: block;
	font-weight: 500;
	font-size: 14px;
}

.bs-cat-area .deal-of-day-banner img {
	width: 100%;
}

.bs-cat-box {
	background: #fff;
	border: 1px solid var(--theme-gray);
	display: flex;
	align-items: center;
	padding: 24px 25px;
	position: relative;
	margin-bottom: 27px;
}

.bs-cat-box .view-all {
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-weight: 600;
	text-decoration: underline;
}

.bs-cat-box .bs-cat-thumb {
	width: 43%;
	margin-right: 24px;
}

.bs-cat-box .bs-cat-list {
	flex-grow: 1;
}

.bs-cat-box .bs-cat-list ul li {
	margin-bottom: 4px;
}

.bs-cat-box .bs-cat-list ul li.title {
	font-size: 18px;
	font-weight: 700;
	color: #2b2b2b;
	margin-bottom: 11px;
}

.bs-cat-box .bs-cat-list ul li a {
	font-size: 12px;
	color: #686464;
	display: inline-block;
}

.bs-cat-box .bs-cat-list ul li a:hover {
	padding-left: 3px;
}

/* 11. List product */
.list-product-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--theme-gray);
	margin-bottom: 40px;
}

.list-product-top .title {
	font-size: 22px;
	margin-bottom: 0;
	width: 70%;
}

.list-product-top .view-all {
	font-size: 16px;
	font-weight: 600;
}

.list-product-item {
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	padding: 20px 10px;
	position: relative;
	transition: .3s linear;
	background: #fff;
}

.list-product-thumb {
	width: 36%;
	margin-right: 25px;
	position: relative;
}

.list-product-thumb::after {
	content: "";
	border-right: 0px solid var(--theme-gray);
	position: absolute;
	right: -3px;
	top: 50%;
	transform: translateY(-50%);
	height: 100px;
	border-radius: 50%;
}

.list-product-content {
	flex-grow: 1;
}

.list-product-content h6 {
	font-size: 16px;
	margin-bottom: 7px;
}

.list-product-content p {
	margin-bottom: 7px;
}

.list-product-item:hover {
	border-color: var(--theme-black);
}

.list-product-item span.sd-meta {
	right: auto;
	left: 10px;
	top: 10px;
}

.woocommerce .list-product-thumb img,
.list-product-thumb img {
	max-width: 100px;
}

/* 12. Testimonial */
.testimonial-item {
	border: 1px solid var(--theme-gray);
	box-shadow: 0px 1px 16px 0px rgba(117, 114, 114, 0.07);
	padding: 35px 25px;
	position: relative;
	transform: scale(.9);
	transition: .4s linear;
	opacity: .8;
	z-index: 1;
}

.slick-slide .testi-avatar-img img {
	border-radius: 50%;
	display: inline-block;
}

.testi-avatar-info h5 {
	margin-bottom: 5px;
}

.testi-avatar-info span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.testi-avatar-info strong {
	font-weight: 500;
	color: #686464;
}

.testi-avatar-info .rating {
	font-size: 10px;
	color: var(--theme-base);
	margin-bottom: 20px;
}

.testi-content p {
	margin-bottom: 0;
	color: #686464;
	font-style: italic;
	line-height: 26px;
}

.testimonial-item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 137px;
	height: 115px;
	bottom: 55px;
	z-index: -1;
}

.testimonial-active .slick-current.slick-active.slick-center .testimonial-item {
	transform: scale(1);
	opacity: 1;
}

.testimonial-active .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
	line-height: 1;
}

.testimonial-active .slick-dots li {
	line-height: 0;
	margin: 0 4.5px;
}

.testimonial-active .slick-dots li button {
	border: 1px solid #cacaca;
	text-indent: -99999px;
	padding: 0;
	background: transparent;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	line-height: 1;
	cursor: pointer;
	transition: .3s linear;
}

.testimonial-active .slick-dots li.slick-active button {
	border-color: var(--theme-primary);
}

/* 13. About-area */
.about-content {
	padding-left: 25px;
}

.about-content>.title {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.our-mission-wrap .title {
	font-size: 20px;
	color: var(--theme-primary);
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--theme-gray);
}

.our-mission-list {
	display: flex;
	flex-wrap: wrap;
}

.mission-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 35px;
	border-right: 1px solid var(--theme-gray);
	margin-right: 35px;
	margin-top: 35px;
}

.mission-box:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.mission-icon {
	font-size: 40px;
	color: #b3c1cf;
	margin-right: 15px;
}

.mission-count h2 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
}

.mission-count>span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #828282;
}

.our-mission-wrap {
	margin-top: 37px;
}

.about-img img {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0px 1px 16px 0px rgba(94, 94, 94, 0.21);
}

/* 14. Blog */
.blog-post-content h4 {
	font-size: 22px;
	margin-bottom: 7px;
}

.blog-post-meta ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}

.blog-post-meta ul li {
	display: block;
	margin-right: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-weight: 500;
	letter-spacing: 1px;
}

.blog-post-meta ul li:last-child {
	margin-right: 0;
}

.blog-post-meta ul li i {
	margin-right: 5px;
}

.blog-post-meta ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-weight: 500;
	letter-spacing: 1px;
}

.blog-post-content p {
	margin-bottom: 20px;
	padding: 0 20px;
}

.blog-post-content .read-more {
	display: inline-block;
}

.blog-post-content {
	padding: 30px;
	-webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 10px 60px 0 rgb(0 0 0 / 5%);
	background-color: #fff;
}

.blog-post-content .read-more {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: var(--theme-black);
	text-decoration: underline;
	line-height: 1;
}

.s-blog-post-item .blog-thumb {
	position: relative;
	display: block;
}

.s-blog-post-item .blog-thumb img {
	border-radius: 0;
}

.s-blog-post-item .blog-overlay-tag {
	position: relative;
	margin: 0;
	padding: 0;
}

.s-blog-post-item .blog-overlay-tag a {
	display: inline-block;
	background: var(--theme-primary);
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	padding: 4px 13px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.s-blog-post-item h4 {
	margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 28px;
}

.nmb-30 .blog-post-item {
    margin-bottom: 30px;
}

.s-blog-post-item p {
	margin-bottom: 20px;
	padding: 0;
}

.s-blog-post-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.s-blog-post-item .read-more {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.nt-sticky-label {
	padding: 6px 10px;
	background: var(--theme-primary);
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.nt-sticky-label i {
	margin-right: 5px;
}

.s-blog-post-item .blog-post-meta>div {
	margin-bottom: 0;
	justify-content: flex-end;
}

.s-blog-post-item .blog-post-meta>div {
	display: block;
	margin-right: 15px;
	font-size: 14px;
	text-transform: capitalize;
	color: #929191;
	font-weight: 400;
	padding-right: 15px;
	letter-spacing: 0;
	position: relative;
	margin-bottom: 10px;
}

.s-blog-post-item .blog-post-meta>div::after {
	content: "/";
	position: absolute;
	right: -3px;
	top: 1px;
}

.s-blog-post-item .blog-post-meta>div:last-child::after {
	display: none;
}

.s-blog-post-item .blog-post-meta>div:last-child {
	margin-right: 0;
	padding-right: 0;
}

.s-blog-post-item .blog-post-meta>div a {
	font-size: 14px;
	text-transform: capitalize;
	color: #929191;
	font-weight: 400;
	letter-spacing: 0;
}

.s-blog-post-item .blog-post-meta>div i {
	margin-right: 5px;
	color: #929191;
	font-size: 12px;
}

.blog-post-item {
	margin-bottom: 60px;
}

.swiper-slide .blog-post-item {
	margin-bottom: 0px;
}

.blog-area .blog-post-item {
	margin-bottom: 30px;
}


.sidebar-search-form {
	position: relative;
}

.blog-sidebar-title h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
}

.sidebar-about-img img {
	width: 100%;
}

.sidebar-about-wrap p {
	margin-bottom: 15px;
}

.blog-cat-list ul li {
	display: block;
	font-size: 14px;
	color: #868686;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #dadada;
}

.blog-cat-list ul li:last-child {
	margin-bottom: 0;
}

.blog-cat-list ul li a {
	color: #868686;
	width: 93%;
}

.blog-rc-post ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.blog-rc-post ul li:last-child {
	margin-bottom: 0;
}

.rc-post-thumb {
	margin-right: 15px;
}

.rc-post-content h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 3px;
}

.rc-post-content span {
	display: block;
	color: #929191;
	font-style: italic;
}

.sidebar-newsletter {
	position: relative;
}

.sidebar-newsletter input {
	width: 100%;
	border: none;
	border-bottom: 1px dashed #dadada;
	padding: 0 0 10px 0;
	font-size: 14px;
}

.sidebar-newsletter button {
	position: absolute;
	border: none;
	padding: 0 0 10px 0;
	background: transparent;
	color: #393939;
	font-size: 16px;
	line-height: 1;
	top: 0;
	right: 0;
}

.blog-sidebar-tag ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.blog-sidebar-tag ul li {
	margin-right: 8px;
	margin-top: 8px;
}

.blog-sidebar-tag ul li a {
    display: block;
    background-color: var(--theme-gray-background);
    color: #7d7d7d;
    padding: 5px 10px;
    font-size: 12px;
}

.blog-sidebar-tag ul li a:hover {
	color: #fff;
	background: var(--theme-primary);
    border-radius: 4px;
}

.classic-blog-post .blog-thumb {
	width: 500px;
	margin-bottom: 0;
}

.classic-blog-post .blog-post-content {
	width: 465px;
	background: #fff;
	border: 1px solid rgb(235, 235, 235);
	box-shadow: 0px 13px 13px 0px rgba(122, 122, 122, 0.05);
	margin-left: auto;
	margin-top: -40%;
	position: relative;
	z-index: 1;
	padding: 40px 35px 35px;
}

.classic-blog-post.s-blog-post-item .blog-overlay-tag {
	position: unset;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	z-index: 1;
	margin-bottom: 20px;
}

.classic-blog-post .blog-post-content h4 {
	font-size: 26px;
	margin-bottom: 12px;
	text-transform: capitalize;
	line-height: 1.4;
}

.classic-blog-post .blog-post-meta ul {
	margin-bottom: 10px;
	justify-content: flex-start;
}

.classic-blog-post .s-blog-post-bottom {
	border-top: 1px dashed #dadada;
	padding-top: 25px;
}

.classic-blog-post .blog-post-content .read-more {
	width: 50%;
	margin-bottom: 0;
}

.classic-blog-post .blog-post-content .read-more i {
	font-size: 11px;
	margin-left: 3px;
	color: var(--theme-primary);
}

.classic-blog-share>a {
	font-size: 16px;
	color: #a7a6a6;
	line-height: 1;
}

.classic-blog-share>a+a {
	margin-left: 12px;
}

.classic-blog-share>a:hover {
	color: var(--theme-primary);
}

.classic-blog-post .blog-post-content p {
	margin-bottom: 30px;
}

.classic-blog-post {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.classic-blog-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.blog-details-wrap .blog-post-meta ul {
	margin-bottom: 3px;
	justify-content: flex-start;
}

.blog-details-wrap .blog-post-meta>div,
.blog-details-wrap .blog-post-meta div i,
.blog-bottom-meta ul li i {
	color: var(--theme-primary);
}

.blog-details-wrap .blog-post-content p {
	margin-bottom: 15px;
	padding: 0;
}

.nt-theme-content blockquote .quote-icon {
	margin-right: 25px;
}

.nt-theme-content blockquote {
	margin: 30px 0 30px;
	font-size: 18px;
	color: var(--theme-black);
	font-weight: 500;
	line-height: 1.9;
}

.nt-theme-content blockquote p {
	margin: 0;
}

.details-img-wrap {
	display: flex;
	align-items: center;
}

.details-img-wrap img {
	width: 100%;
}

.details-img-wrap .details-img-col:first-child {
	margin-right: 30px;
}

.details-img-wrap {
	display: flex;
	align-items: center;
	margin: 30px 0;
}

.blog-bottom-meta ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.blog-bottom-meta ul li {
	margin-right: 20px;
}

.blog-bottom-meta ul li:last-child {
	margin-right: 0;
}

.blog-bottom-meta ul li i {
	margin-right: 5px;
}

.blog-bottom-meta ul li,
.blog-bottom-meta ul li a {
	color: #868686;
}

.blog-details-wrap {
	margin-bottom: 0px;
	padding-bottom: 0;
	border: none;
}

.blog-details-wrap .s-blog-post-bottom {
	padding-top: 25px;
	border-top: 1px dashed #dadada;
	margin-top: 30px;
}

.avatar-post {
    display: flex;
    align-items: center;
    background-color: var(--theme-gray-background);
    padding: 35px 60px 35px 30px;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.post-avatar-img {
	margin-right: 25px;
}

.post-avatar-img img {
	border-radius: 4px;
}

.post-avatar-content h5 {
	font-size: 20px;
	margin-bottom: 10px;
    text-transform: capitalize;
}

.post-avatar-content p {
	margin-bottom: 15px;
}

.post-avatar-social ul {
	display: flex;
	align-items: center;
}

.post-avatar-social ul li+li {
	margin-left: 8px;
}

.post-avatar-social ul li a {
	display: block;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	background: #fff;
	border-radius: 50%;
	font-size: 12px;
	color: var(--theme-primary);
}

.post-avatar-social ul li a:hover {
	background: var(--theme-primary);
	color: #fff;
}

.b-details-inner-title {
	font-size: 20px;
	text-transform: uppercase;
}

.blog-comment ul li {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dadada;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-comment ul li .single-comment {
	display: flex;
	align-items: center;
}

.comment-avatar-img {
	margin-right: 25px;
}

.comment-avatar-info {
	overflow: hidden;
	margin-bottom: 10px;
}

.comment-avatar-info h5 {
	font-size: 18px;
	margin-bottom: 0;
	display: inline-block;
}

.comment-avatar-info h5 span {
	font-size: 12px;
	color: #7d7d7d;
	margin-left: 10px;
	font-weight: 500;
}

.comment-reply-link {
	color: #343434;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.comment-text p {
	margin-bottom: 0;
	padding-right: 100px;
}

.blog-comment ul li.comment-reply {
	margin-left: 80px;
}

.blog-comment ul li:last-child {
	margin-bottom: 0;
}

.comment-form textarea {
	width: 100%;
	padding: 20px 20px;
	margin-bottom: 20px;
	height: 160px;
	transition: .3s;
	font-size: 14px;
	color: #7d7d7d;
}

.comment-form input:not(.btn):not([type=checkbox]) {
	width: 100%;
	padding: 12px 20px;
	margin-bottom: 20px;
	color: #7d7d7d;
	transition: .3s;
	font-size: 14px;
}

.comment-form input:not(.btn)::placeholder,
.comment-form textarea::placeholder {
	color: #a7a7a7;
}

.comment-form .btn {
	background: var(--theme-primary);
	padding: 19px 47px 19px 47px;
}

.comment-check-box input {
	width: auto;
	margin: 0;
}

.comment-check-box label {
	font-size: 14px;
	color: #7d7d7d;
	margin: 0;
	user-select: none;
}

.comment-check-box {
	display: flex;
	align-items: flex-start;
}

/* 15. Contact */
.contact-wrap-padding {
	padding: 0 73px;
}

.contact-info-box {
	background: #fff;
	border: 1px solid var(--theme-gray);
	box-shadow: 0px 1px 16px 0px rgba(117, 114, 114, 0.07);
	padding: 40px;
	transition: .4s linear;
}

.contact-info-box:hover {
	box-shadow: none;
}

.contact-box-icon {
	width: 72px;
	height: 72px;
	text-align: center;
	line-height: 72px;
	margin: 0 auto 20px;
	font-size: 34px;
	background: var(--theme-primary);
	border-radius: 50%;
	color: #fff;
	position: relative;
}

.contact-box-icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border: 1px solid #ececec;
	border-radius: 50%;
}

.contact-info-content h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

.contact-info-content p {
	margin-bottom: 0;
	line-height: 26px;
}

.contact-title p {
	line-height: 26px;
	margin-bottom: 0;
	color: #696868;
	margin-top: 25px;
}

.contact-form .row {
	margin-right: -10px;
	margin-left: -10px;
}

.contact-form .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.contact-form .form-grp {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-grp input,
.contact-form textarea {
	width: 100%;
	background: #fff;
	border: 1px solid var(--theme-gray);
	padding: 17px 18px;
	border-radius: 4px;
	padding-right: 40px;
}

.contact-form .form-grp input::placeholder,
.contact-form textarea::placeholder {
	color: #a7a7a7;
	font-size: 14px;
}

.contact-form .form-grp i {
	position: absolute;
	right: 20px;
	top: 19px;
	font-size: 13px;
	color: #a7a7a7;
}

.contact-form textarea {
	height: 200px;
	max-height: 200px;
}

.contact-form [type=submit] {
	background: var(--theme-primary);
	padding: 20px 50px;
	margin-top: 25px;
}

.contact-form [type=submit]:hover {
	background: #222;
}

.contact-map img {
	width: 100%;
	box-shadow: 0px 1px 8px 0px rgba(86, 86, 86, 0.06);
}

/* 16. Wishlist */
.wishlist-area .table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #b6b6b6;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--theme-black);
	padding: 22px 15px;
	border-top: 1px solid #b6b6b6;
}

.wishlist-area .table td, .wishlist-area .table th {
	padding: 25px 15px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #dcdcdc;
}

.wishlist-area tbody .product-thumbnail a.wishlist-remove {
	color: #7f7e7e;
	font-size: 16px;
	margin-right: 15px;
}

.wishlist-area tbody .product-name h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.wishlist-area tbody .product-name p {
	line-height: 26px;
	margin-bottom: 10px;
}

.wishlist-area tbody .product-name span {
	font-size: 12px;
	color: #666666;
	position: relative;
}

.wishlist-area tbody .product-name span::before {
	content: "";
	display: inline-block;
	height: 5px;
	width: 5px;
	margin-right: 10px;
	background: #505050;
}

.wishlist-area tbody .product-price {
	font-size: 16px;
	color: #9e9e9e;
}

.wishlist-area tbody .cart-plus-minus input {
	width: 100%;
	padding: 0px 20px;
	text-align: center;
	font-size: 14px;
	border-radius: 0;
	border: none;
	color: #464545;
}

.wishlist-area tbody .qtybutton {
	width: auto;
	color: #9e9e9e;
	height: auto;
	line-height: normal;
}

.wishlist-area tbody .cart-plus {
	width: 80px;
	position: relative;
	margin-right: 0;
}

.wishlist-area tbody .product-stock-status span,
.wishlist-area tbody .product-subtotal span {
	font-size: 16px;
	font-weight: 600;
}

.wishlist-area tbody .product-add-to-cart span {
	display: block;
	font-size: 12px;
	color: #898989;
	margin-bottom: 5px;
}

.wishlist-area tbody .product-add-to-cart .btn,
.order-complete-content .btn,
.my-account-content .form-grp-btn .btn {
	background: var(--theme-primary);
}

.wishlist-area tbody .product-add-to-cart .btn:hover,
.order-complete-content .btn:hover,
.my-account-content .form-grp-btn .btn:hover {
	background: #222;
}

.cart-plus {
	width: 110px;
	position: relative;
	margin-right: 20px;
}

.cart-plus-minus {
	position: relative;
}

.cart-plus-minus input {
	width: 100%;
	padding: 11px 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 0;
	border: 2px solid var(--theme-gray);
}

.qtybutton {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	font-size: 20px;
	cursor: pointer;
	user-select: none;
	font-weight: normal;
	width: 35px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	z-index: 2;
}

.dec.qtybutton {
	font-size: 28px;
}

.inc.qtybutton {
	right: 0px;
	left: auto;
}

/* 17. Shop-cart */
.shop-cart-area .table td:first-child {
	border-left: 1px solid #dcdcdc;
}

.shop-cart-area .table td:last-child {
	border-right: 1px solid #dcdcdc;
}

.shop-cart-area .table thead th:first-child {
	border-left: 1px solid #b6b6b6;
}

.shop-cart-area .table thead th:last-child {
	border-right: 1px solid #b6b6b6;
}

.shop-cart-area .table td.product-thumbnail {
	padding-right: 0;
}

.cart-coupon form {
	display: flex;
	align-items: center;
}

.cart-coupon form input {
	width: 200px;
	border: 1px solid #dcdcdc;
	padding: 14px 20px;
	min-height: 50px;
	font-size: 13px;
}

.cart-coupon form input::placeholder {
	font-size: 13px;
	color: #a6a6a6;
}

.cart-coupon form button,
.shop-cart-widget form button {
	background: var(--theme-primary);
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	min-height: 50px;
	margin-left: -1px;
}

.continue-shopping {
	text-align: right;
}

.continue-shopping .btn {
	color: #565656;
	background: transparent;
	border: 1px solid #d4d4d4;
}

.continue-shopping .btn:hover {
	color: #fff;
	background: var(--theme-primary);
	border-color: var(--theme-primary);
}

.shop-cart-widget {
	background-image: url(../bg/cart_sidebar_bg.png);
	background-position: center;
	background-size: cover;
	padding: 51px 25px 61px;
}

.shop-cart-widget .title {
	text-transform: uppercase;
	border-bottom: 1px dashed #cfcfcf;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.shop-cart-widget form ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.shop-cart-widget form ul li:last-child {
	margin-bottom: 0;
}

.shop-cart-widget form ul li,
.shop-cart-widget .custom-control-label {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #2b2b2b;
}

.shop-cart-widget form ul li>span {
	width: 46%;
}

.shop-cart-widget .custom-control {
	margin-bottom: 10px;
}

.shop-cart-widget .custom-checkbox .custom-control-label::before {
	border-radius: 0;
	box-shadow: none;
	top: 2px;
	background-color: transparent;
	border: 2px solid #bcbcbc;
}

.shop-cart-widget .custom-control-label::after {
	top: 2px;
}

.shop-cart-widget .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--theme-primary);
	background-color: transparent;
}

.shop-cart-widget .custom-control:last-child {
	margin-bottom: 0;
}

.shop-cart-widget .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #bcbcbc;
}

.shop-cart-widget form ul .cart-total-amount {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dashed #cfcfcf;
}

.shop-cart-widget form ul .cart-total-amount .amount {
	font-size: 18px;
}

.shop-cart-widget form button {
	border-radius: 4px;
	margin-top: 35px;
	width: 100%;
}

/* 18. Shop */
.shop-sidebar {
	margin-right: 25px;
}

.shop-widget {
	background: #fff;
	padding: 0 10px;
}

.shop-widget-title {
	margin-bottom: 12px;
	position: relative;
}

.shop-widget-title .title {
	text-transform: uppercase;
	font-size: 14.5px;
	margin-bottom: 0;
}

.shop-cat-list ul li {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}

.shop-cat-list ul li:last-child {
	margin-bottom: 0;
}

.shop-cat-list ul li a {
	float: left;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	color: #696868;
	line-height: 26px;
}

.shop-cat-list ul li a::before {
	content: "\f1ce";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.shop-cat-list ul li span {
	float: right;
	width: 32px;
	height: 26px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 500;
	background: var(--theme-gray);
	text-align: center;
	line-height: 26px;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #ebebeb none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 6px;
	margin-bottom: 20px;
	margin-left: auto;
}

.price_filter .ui-slider-range {
	background: var(--theme-primary) none repeat scroll 0 0;
	border-radius: 2px;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	height: 14px;
	width: 14px;
	top: 0;
	margin-top: -4px;
	background: #fff;
	border-radius: 2px;
	margin-left: 0;
	border: 3px solid var(--theme-primary);
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
	outline: none;
	box-shadow: none;
}

.price_slider_amount {
	overflow: hidden;
}

.price_slider_amount>span {
	font-size: 12px;
	font-weight: 500;
	color: #8d8d8d;
	text-transform: uppercase;
	margin-right: 5px;
}

.price_slider_amount>input[type="text"] {
	height: auto;
	margin-left: 0;
	text-align: left;
	width: 100px;
	border: none;
	font-size: 12px;
	color: #8d8d8d;
	font-weight: 500;
}

.price_slider_amount>input[type="submit"] {
	float: left;
	text-transform: uppercase;
	transition: all 400ms ease-out 0s;
	cursor: pointer;
	width: 98px;
	padding: 11px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.price_filter {
	margin-top: 30px;
}

.sidebar-product-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sidebar-product-list ul li:last-child {
	margin-bottom: 0;
}

.sidebar-product-thumb {
	margin-right: 18px;
}

.sidebar-product-content h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.sidebar-product-content span {
	display: block;
	color: var(--theme-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.sidebar-product-content .rating {
	margin-bottom: 8px;
	line-height: 1;
}

.sidebar-product-content .rating i {
	font-size: 10px;
}

.shop-widget-title .slider-nav {
	position: absolute;
	right: 0;
	top: -2px;
	z-index: 1;
}

.shop-widget-title .slider-nav span,
.related-slider-nav .slider-nav span {
	cursor: pointer;
	color: #d5d2cd;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.shop-widget-title .slider-nav .slick-next,
.related-slider-nav .slider-nav .slick-next {
	margin-left: 20px;
}

.sidebar-brand-list ul li {
	display: block;
	margin-bottom: 12px;
}

.sidebar-brand-list ul li:last-child {
	margin-bottom: 0;
}

.sidebar-brand-list ul li a {
	display: inline-block;
	color: #696868;
	position: relative;
	padding-left: 20px;
}

.sidebar-brand-list ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	border: 1.5px solid #ababab;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sidebar-brand-list ul li:hover a::before,
.shop-size-list ul li a:hover,
.shop-meta-right ul.top-action li a:hover,
.shop-meta-right ul.top-action li.active a,
.shop-meta-right ul.top-action li.active a svg {
	border-color: var(--theme-black);
	fill: var(--theme-black);
}

.shop-sidebar-size,
.shop-sidebar-color {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px dashed #dbdbdb;
}

.shop-size-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.shop-size-list ul li+li {
	margin-left: 8px;
}

.shop-size-list ul li a {
	display: block;
	width: 36px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	border: 3px solid var(--theme-gray);
	font-size: 14px;
	color: #696868;
}

.shop-size-list ul li a:hover {
	color: #fff;
}

.shop-sidebar-color .shop-size-list ul li {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	cursor: pointer;
	background: var(--theme-primary);
}

.shop-sidebar-color .shop-size-list ul li:nth-child(2) {
	background: var(--theme-base);
}

.shop-sidebar-color .shop-size-list ul li:nth-child(3) {
	background: #8baa37;
}

.shop-sidebar-color .shop-size-list ul li:nth-child(4) {
	background: #116cb2;
}

.shop-sidebar-color .shop-size-list ul li:nth-child(5) {
	background: #434343;
}

.shop-top-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shop-top-meta .show-result {
	margin-bottom: 0;
}

.shop-meta-right {
	display: flex;
	align-items: center;
}

.shop-meta-right ul.top-action {
	display: flex;
	align-items: center;
}

.shop-meta-right ul.top-action li+li {
	margin-left: 10px;
}

.shop-meta-right ul.top-action li a {
    display: block;
    height: 34px;
    width: 34px;
    text-align: center;
    border: 1px solid var(--theme-gray);
    background: #fff;
    font-size: 19px;
    line-height: 28px;
    border-radius: 4px;
}

.shop-meta-right ul.top-action li a:hover,
.shop-meta-right ul.top-action li.active a {
	color: #fff;
}

.shop-meta-right ul.top-action li a svg {
    fill: var(--theme-black-soft);
    max-width: 20px;
    max-height: 20px;
}
.shop-meta-right form {
	margin-left: 10px;
}

.shop-meta-right form .custom-select {
	width: 100%;
	border: 1px solid var(--theme-gray);
	height: 50px;
	border-radius: 0;
	font-size: 14px;
	color: #696868;
}

.shop-sidebar.shop-right-sidebar {
	margin-left: 25px;
	margin-right: auto;
}

.product-desc-wrap .nav-tabs {
	border-bottom: 1px solid var(--theme-gray);
}

.product-desc-wrap .nav-tabs .nav-item {
	margin-bottom: 0;
	margin: 0 10px;
}

.product-desc-wrap .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	background: transparent;
	color: var(--theme-black);
	padding: 0 0px 15px;
    font-weight: 500;
    font-size: 18px;
	position: relative;
}

.product-desc-wrap .nav-tabs .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: var(--theme-primary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.product-desc-wrap .nav-tabs .nav-link.active::after {
	opacity: 1;
}

.product-desc-wrap .nav-tabs .nav-item:first-child {
	margin-left: 0;
}

.product-desc-content>h2,
.product-desc-content .title,
.related-product-wrap .deal-day-title .title,
.product-reviews-wrap .deal-day-title .title {
	margin-bottom: 25px;
}

.product-desc-img img {
	width: 100%;
}

.product-desc-content .small-title {
	margin-bottom: 15px;
}

.product-desc-content p {
	margin-bottom: 20px;
}

.product-desc-list li {
	font-size: 14px;
	display: block;
	padding-left: 18px;
	position: relative;
	margin-bottom: 10px;
}

.product-desc-list li:last-child {
	margin-bottom: 0;
}

.product-desc-list li::before {
	content: "";
	position: absolute;
	left: 0;
	height: 5px;
	width: 5px;
	background: #505050;
	top: 9px;
}

.product-desc-wrap .tab-pane.active {
	animation: slide-down .3s ease-out;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.related-product-wrap .deal-day-title .title,
.product-reviews-wrap .deal-day-title .title {
	margin-bottom: 0;
	text-transform: capitalize;
}

.reviews-count-title .title {
	margin-bottom: 30px;
	font-weight: 500;
}

.product-reviews-wrap .deal-day-top {
	margin-bottom: 45px;
}

.product-review-list .rating {
	float: right;
	line-height: 1;
	font-size: 10px;
	color: var(--theme-primary);
}

.product-review-list .comment-avatar-info h5 {
	font-size: 16px;
	font-weight: 500;
}

.product-review-list ul li .single-comment {
	align-items: flex-start;
}

.product-review-list .comment-text p {
	padding-right: 0;
}

.product-review-list ul li {
	padding-bottom: 0;
	margin-bottom: 25px;
	padding-right: 10px;
	border: none;
}

.product-review-list .comment-text {
	padding-top: 15px;
}

.rising-rating {
	font-size: 14px !important;
	width: 82px !important;
}

.rising-rating .far {
	color: #b3b3b3;
}

.rising-rating .fas {
	color: var(--theme-primary);
}

.product-review-form p {
	margin-bottom: 20px;
}

.rising-star h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.product-review-form .form-grp label {
	color: #5b5b5b;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.product-review-form .form-grp textarea,
.product-review-form .form-grp input {
	display: block;
	width: 100%;
	border: 1px solid var(--theme-gray);
	padding: 13px 20px;
}

.product-review-form .form-grp textarea {
	height: 135px;
	max-height: 135px;
}

.product-review-form .form-grp {
	margin-bottom: 25px;
}

.product-review-form form button {
	background: var(--theme-primary);
	padding: 20px 49px 16px 49px;
	margin-top: 5px;
}

.product-review-list .comment-avatar-img img {
	border-radius: 50%;
}

.shop-details-nav-wrap {
	float: left;
	width: 103px;
}

.shop-details-img-wrap {
	margin-left: 115px;
	margin-right: 72px;
}

.shop-details-nav-wrap .shop-nav-item {
	margin-bottom: 13px;
	cursor: pointer;
}

.shop-details-content .stock-info {
	display: inline-block;
	background: var(--theme-primary);
	color: #fff;
	font-size: 12px;
	padding: 4px 13px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.shop-details-content h2 {
	font-size: 26px;
	margin-bottom: 0;
}

.shop-details-review {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.shop-details-review .rating {
	font-size: 12px;
	color: #b0b0b0;
	margin-right: 10px;
}

.shop-details-price h2 {
	color: var(--theme-primary);
	margin-bottom: 20px;
}

.shop-details-price h2 del {
	font-size: 16px;
	color: var(--theme-gray);
	margin-left: 10px;
}

.shop-details-content p {
	margin-bottom: 35px;
}

.product-details-size>span {
	font-size: 16px;
	font-weight: 500;
	color: var(--theme-black);
	margin-right: 15px;
}

.product-details-size>a {
	font-size: 14px;
	color: #737373;
	margin-right: 10px;
	text-decoration: underline;
}

.product-details-size ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.product-details-size ul li {
	margin-top: 10px;
	margin-right: 10px;
}

.product-details-size ul li a {
	display: block;
	color: #aeaeae;
	border: 1px solid #aeaeae;
	padding: 7px 13px;
	line-height: 1;
	border-radius: 4px;
}

.perched-info {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	flex-wrap: wrap;
}

.perched-info .quantity {
	width: 120px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.perched-info .add-card-btn {
	background: var(--theme-primary);
	width: 220px;
	padding: 20px 27px 16px 27px;
	margin-bottom: 0px;
}

.shop-details-bottom h5 {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--theme-black);
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}

.shop-details-bottom ul li {
	display: block;
	margin-bottom: 10px;
}

.shop-details-bottom ul li:last-child {
	margin-bottom: 0;
}

.shop-details-bottom ul li {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #898989;
	font-size: 13px;
}

.shop-details-bottom ul li a {
	color: #898989;
}

.shop-details-bottom h5 a i {
	margin-right: 7px;
}

.shop-details-nav-wrap .shop-nav-item img {
	width: 100%;
}

.shop-details-img img {
	width: 100%;
}

/* 19. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #f6f3f1;
	padding: 25px 20px 15px;
}

.pagination-wrap ul li {
	margin: 10px 2.5px;
}

.pagination-wrap ul li.prev {
	margin-right: 20px;
}

.pagination-wrap ul li.next {
	margin-left: 20px;
}

.pagination-wrap ul li.prev a,
.pagination-wrap ul li.next a {
	height: auto;
	width: auto;
	border-radius: 0;
	line-height: initial;
}

.pagination-wrap ul li a {
	display: block;
	height: 30px;
	width: 30px;
	line-height: 32px;
	text-align: center;
	background: transparent;
	border-radius: 50%;
	color: #696969;
	font-weight: 600;
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li.active a {
	background: var(--theme-primary);
	color: #fff;
}

.pagination-wrap ul li.prev a:hover,
.pagination-wrap ul li.next a:hover {
	background: transparent;
	color: var(--theme-primary);
}

/* 20. Checkout */
.checkout-wrap .title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.checkout-form .form-grp {
	margin-bottom: 30px;
}

.checkout-form .form-grp label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #2b2b2b;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1;
}

.checkout-form .form-grp input {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 14px 20px;
	min-height: 53px;
}

.checkout-form .form-grp label span {
	color: var(--theme-base);
}

.checkout-form .form-grp label small {
	font-size: 12px;
	font-weight: 500;
	color: #797979;
}

.checkout-form .form-grp .custom-select {
	width: 100%;
	border: 1px solid #dcdcdc;
	height: 53px;
	border-radius: 0;
	font-size: 14px;
	color: #696868;
}

.different-address .custom-control-label {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #2b2b2b;
}

.different-address.custom-control {
	margin-bottom: 50px;
	margin-top: 20px;
}

.different-address.custom-checkbox .custom-control-label::before {
	border-radius: 0;
	box-shadow: none;
	top: 2px;
	background-color: transparent;
	border: 2px solid #bcbcbc;
	height: 14px;
	width: 14px;
}

.different-address .custom-control-label::after {
	top: 1px;
	left: -25px;
}

.different-address .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: var(--theme-primary);
	background-color: var(--theme-primary);
}

.different-address .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #bcbcbc;
	background: transparent;
}

.checkout-form .form-grp textarea {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 20px;
	min-height: 120px;
}

.checkout-form .form-grp textarea::placeholder {
	color: #858585;
}

.checkout-sidebar .shop-cart-widget {
	background-image: url(../images/checkout_sidebar_bg.png);
}

.bank-transfer,
.paypal-method,
.payment-terms {
	padding-top: 28px;
	margin-top: 28px;
	border-top: 1px dashed #cfcfcf;
}

.checkout-sidebar .shop-cart-widget form ul {
	margin-bottom: 55px;
}

.paypal-method-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.paypal-method p {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 0;
	margin-left: 24px;
	padding-left: 15px;
	position: relative;
	margin-top: 17px;
}

.paypal-method p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 5px;
	width: 5px;
	background: #505050;
}

.checkout-sidebar .bank-transfer .custom-control,
.checkout-sidebar .paypal-method .custom-control {
	margin-bottom: 0;
}

.payment-terms .custom-control-label {
	font-size: 13px;
	line-height: 24px;
	text-transform: initial;
	font-weight: 400;
	color: #666666;
}

.payment-terms .custom-checkbox .custom-control-label::before {
	top: 5px;
}

.payment-terms .custom-control-label::after {
	top: 5px;
}

.paypal-method-flex .custom-control {
	width: 60%;
}

/* 21. Order-complete */
.pattern-bg {
	background-position: center;
	background-size: cover;
}

.order-complete-bg {
	background-position: center;
	background-size: cover;
	background-color: rgba(255, 96, 0, 0.659);
	box-shadow: 0px 5px 9.3px 0.7px rgba(183, 177, 199, 0.1);
	padding: 70px 85px 35px;
	text-align: center;
}

.order-complete-content h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.order-complete-content p {
	margin-bottom: 35px;
}

.order-complete-content .btn {
	padding: 19px 40px 15px 40px;
}

.order-complete-content p.get-ans {
	margin-bottom: 0;
	margin-top: 62px;
	font-size: 16px;
	color: var(--theme-black);
}

/* 22. My account */
.my-account-bg {
	background-position: center;
	background-size: cover;
	background-color: rgba(255, 96, 0, 0.659);
	box-shadow: 0px 5px 9.3px 0.7px rgba(183, 177, 199, 0.1);
	padding: 49px 75px 60px;
}

.login-page-title .title {
	text-align: center;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.my-account-content p {
	text-align: center;
	font-size: 16px;
	color: var(--theme-black);
	line-height: 26px;
	margin-bottom: 20px;
}

.direct-login {
	text-align: center;
	margin-bottom: 25px;
}

.direct-login a {
	background: #405f9f;
	color: #fff;
	padding: 12px 20px;
	display: inline-block;
	border-radius: 4px;
	margin: 0 10px 15px;
}

.direct-login a i {
	margin-right: 10px;
}

.direct-login a.xing {
	background: #005251;
}

.my-account-content span.or {
	display: block;
	text-align: center;
}

.login-form {
	margin-top: 35px;
}

.login-form .form-grp label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--theme-black);
}

.login-form .form-grp input {
	display: block;
	width: 100%;
	border: none;
	background: #fff;
	padding: 13px 20px;
}

.login-form .form-grp {
	margin-bottom: 25px;
	position: relative;
}

.login-form .form-grp i {
	position: absolute;
	right: 20px;
	bottom: 16px;
}

.login-form .form-grp-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.login-form .remember input {
	margin-right: 10px;
}

.login-form .remember label,
.login-form .forget-pass a {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--theme-black);
}

.form-grp-btn .btn {
	padding: 20px 45px 16px 45px;
	margin-top: 15px;
}

.form-grp-btn .btn:first-child {
	margin-right: 20px;
}

.form-grp-btn .btn:last-child {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 19px 45px 15px 45px;
	color: #727272;
}

.form-grp-btn .btn:last-child:hover {
	border-color: #222;
	color: #fff;
}

/* 23. Limited offer */
.limited-offer-left {
	display: flex;
	align-items: center;
	text-align: right;
	justify-content: flex-end;
}

.limited-offer-title .title {
	color: #fff;
}

.limited-offer-disc {
	margin-left: 45px;
}

.limited-offer-action {
	margin-left: 70px;
}

.limited-offer-action .btn {
	font-size: 12px;
	font-weight: 500;
	color: var(--theme-primary);
	background: #fff;
	border-radius: 0;
	letter-spacing: 2px;
	padding: 14px 26px;
	margin-bottom: 12px;
}

.limited-offer-action .btn:hover {
	color: #fff;
	background: var(--theme-primary);
}

.limited-offer-action .amount-info {
	display: flex;
	align-items: center;
}

.limited-offer-action .upto {
	transform: rotate(-90deg);
	font-size: 12px;
	font-weight: 500;
	color: var(--theme-primary);
	letter-spacing: 2px;
	margin-left: -13px;
}

.limited-offer-action .amount {
	background: var(--theme-primary);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 17px 8px 17px;
}

.limited-offer-action .off {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-left: 10px;
}

.limited-offer-area {
	background-position: center;
	background-size: cover;
	padding: 73px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.limited-overlay-title {
	position: absolute;
	margin-bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #282b30;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 110px;
	line-height: .8;
	bottom: 0;
	z-index: -1;
}

.limited-overlay-title span {
	font-size: 80px;
}

.limited-overlay-img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/* 24. terms-and-conditions */
.terms-and-conditions-wrap h5 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}

.terms-and-conditions-wrap {
	padding-bottom: 13px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;
}

.terms-and-conditions-wrap:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.terms-and-conditions-wrap ul li {
	line-height: 2;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.terms-and-conditions-wrap ul li:last-child {
	margin-bottom: 0;
}

.terms-and-conditions-wrap ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	height: 6px;
	width: 6px;
	background: var(--theme-black);
	border-radius: 50%;
}

/* 25. 404 page */
.error_txt {
	font-size: 150px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1;
	color: var(--theme-primary);
}

.error-content h5 {
	font-weight: 500;
	margin-bottom: 15px;
}

.error-content p {
	margin-bottom: 0;
}

.error-content .search_form {
	margin-top: 25px;
}

.error-area .search_form form {
	position: relative;
}

.error-area .search_form form input {
	height: 50px;
	padding: 5px 60px 5px 20px;
	margin-bottom: 20px;
	box-shadow: none;
}

.error-content .btn-fill-out {
	background: var(--theme-primary);
}

.error-area .search_form form input:focus {
	height: 50px;
}

.error-area .search_form .icon_search {
	position: absolute;
	right: 18px;
	top: 50%;
	padding: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0;
	padding-left: 15px;
	box-shadow: none;
	border: none;
	border-left: 1px solid #ddd;
	background: transparent;
	color: #7d7d7d;
}

.error-area .search_form .icon_search i {
	font-size: 22px;
	margin-right: 0;
}

.form-note {
	margin-top: 20px;
}

/* 26. Footer */
.footer-top {
	background: var(--theme-bg-soft);
}

.newsletter-title h4 {
	font-size: 20px;
	text-transform: capitalize;
	color: #414141;
	margin-bottom: 5px;
}

.newsletter-title>span {
	font-size: 14px;
	display: block;
}

form .newsletter-form {
	position: relative;
}

.footer-newsletter-wrap .newsletter-form input {
	background: #fff !important;
	border-radius: 4px;
	border: none;
	padding: 17px 30px;
	width: 100%;
	font-size: 12px;
	padding-right: 200px;
	font-weight: 500;
	color: #8c8c8c;
}

.footer-newsletter-wrap .newsletter-form input::placeholder {
	font-size: 12px;
	opacity: .7;
}

form .footer-newsletter-wrap .newsletter-form button {
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-right: 38px;
	padding-left: 38px;
}

.footer-text p {
	padding-right: 50px;
}

.footer-social ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-social ul li {
	margin-right: 40px;
}

.footer-social ul li a {
	color: #19110b;
	font-size: 16px;
	line-height: 1;
	display: block;
}

.fw-title h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
}

.fw-link ul li {
	display: block;
	margin-bottom: 13px;
}

.fw-link ul li:last-child {
	margin-bottom: 0;
}

.fw-link ul li a {
	display: inline-block;
	color: #7d7d7d;
}

.footer-contact ul li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #7d7d7d;
	line-height: 28px;
	display: flex;
	align-items: baseline;
}

.footer-contact ul li i {
	margin-right: 10px;
}

.footer-alphabet span {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

.footer-alphabet span>a {
	color: #7d7d7d;
}

.copyright-wrap {
	background: var(--theme-black);
	padding: 16px 0;
}

.copyright-text p {
	margin-bottom: 0;
	color: #939292;
}

.copyright-text p a {
	color: var(--theme-base);
}

.footer-style-two .footer-top {
	background: #2d2b2f;
}

.footer-style-two .newsletter-title h4,
.footer-style-two .fw-title h5 {
	color: #fff;
}

.footer-style-two .newsletter-title>span,
.footer-style-two .fw-link ul li a {
	color: #9c9c9c;
}

.footer-style-two .newsletter-form form button {
	background: var(--theme-primary);
}

.footer-style-two .footer-newsletter-wrap {
	border-bottom: 1px dashed #5a595b;
	margin-bottom: 60px;
}

.footer-style-two .footer-text .call-us {
	color: #bdbbbb;
	font-weight: 300;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 10px;
}

.footer-style-two .footer-text .number {
	font-size: 20px;
	font-weight: 500;
	color: #bdbbbb;
	margin-bottom: 25px;
}

.footer-style-two .footer-text p {
	padding: 0;
	color: #9c9c9c;
	margin-bottom: 35px;
}

.footer-style-two .footer-text .btn {
	background: var(--theme-primary);
	font-size: 12px;
}

.footer-style-two .footer-text .btn i {
	margin-right: 8px;
}

.footer-style-two .copyright-wrap {
	background: #262527;
}

/* 27. Popup-newsletter */
.promo-popup .modal-dialog {
	max-width: 939px;
	position: relative;
}

.promo-popup .modal-content {
	border-radius: 0;
	border: none;
	background-color: rgba(255, 96, 0, 0.659);
	box-shadow: 0px 5px 9.3px 0.7px rgba(183, 177, 199, 0.1);
}

.promo-popup .modal-body {
	padding: 0;
	position: relative;
}

.popup-title .sub-title {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	color: var(--theme-primary);
	padding: 0 25px;
}

.popup-title .sub-title::before,
.popup-title .sub-title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 15px;
	height: 3px;
	background: var(--theme-primary);
}

.popup-title .sub-title::after {
	left: auto;
	right: 0;
}

.popup-title .title {
	font-size: 30px;
	margin-bottom: 12px;
}

.promo-subscribe .subscribe-text {
	padding: 0 60px;
	margin-bottom: 35px;
	line-height: 24px;
}

.promo-form form>input {
	width: 100%;
	background: #fff;
	border: 1px solid var(--theme-gray);
	padding: 13px 20px;
	margin-bottom: 20px;
}

.promo-form form>input::placeholder {
	color: #adadad;
}

.promo-form form button {
	width: 100%;
	padding: 20px 27px 16px 27px;
	background: var(--theme-primary);
}

.promo-form form .comment-check-box {
	display: flex;
	align-items: flex-start;
	margin-top: 18px;
	margin-bottom: 60px;
	text-align: left;
}

.promo-form form .comment-check-box label {
	color: var(--theme-black);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-top: 2px;
}

.promo-subscribe .trial-text {
	margin-bottom: 0;
	line-height: 24px;
}

.promo-popup .promo-text {
	top: 0;
	right: 0;
	padding: 80px 55px 35px;
	max-width: 100%;
	position: absolute;
	left: 350px;
	text-align: center;
}

.modal-dialog {
	margin: 10.75rem auto;
}

.promo-popup .section-title h2 {
	margin-bottom: 0;
	font-size: 60px;
	line-height: 1.2;
}

.promo-close {
	top: 22px;
	z-index: 1;
	padding: 5px;
	color: #6a6a6a;
	right: 22px;
	border: none;
	font-size: 22px;
	position: absolute;
	background: transparent;
	line-height: 1;
	transform: rotate(45deg);
}

.promo-close:hover,
.popup-title .title span {
	color: var(--theme-primary);
}

.promo-popup img {
	width: 100%;
}

/* 28. Preloader */
#preloader {
	background-color: #fff;
}

.ctn-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.ctn-preloader .animation-preloader {
	z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: var(--theme-primary);
	height: 150px;
	margin: 0 auto 3.5em auto;
	width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
	color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
	color: #fff;
}

.ctn-preloader p {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}

.ctn-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.ctn-preloader .loader .row {
	height: 100%;
}

.ctn-preloader .loader .loader-section {
	padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
}

@media screen and (min-width: 992px) {
	.navbar-wrap ul li:last-child .submenu {
        left: inherit;
    }
}

@media screen and (max-width: 500px) {
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}
}
.mobile-menu .menu-backdrop {
    width: 100vw;
}

.mobile-menu .navs-wrapper {
    overflow:hidden;
}
.mobile-menu {
    opacity: 1;
    visibility:visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.mobile-menu-visible .mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.menu-inner-button {
    -webkit-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
}
.menu-inner-button:first-child {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.menu-inner-button:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.menu-inner-button:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.mobile-menu-visible .mobile-menu .menu-inner-button:first-child {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.mobile-menu-visible .mobile-menu .menu-inner-button:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.mobile-menu-visible .mobile-menu .menu-inner-button:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.btn-submit svg,
.header-action svg,
.venam-bottom-mobile-nav .menu-item svg {
    max-width: 22px;
    max-height: 22px;
}
.btn-submit svg,
.menu-inner-button svg.svgUser1 {
    fill: currentColor;
}
.action-extra svg {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}
.venam-bottom-mobile-nav .menu-item svg {
    fill: currentColor;
}
.action-extra .woosw-added + svg,
.action-extra .woosc-added + svg {
    fill: var(--theme-primary)
}
.mobile-menu .header-search-wrap {
    z-index: 11;
    position: relative;
}
