/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
body {
    font-size: 14px!important;
/*     font-family: 'Lato', sans-serif; */
}
.text-primary {
    color: #007bff!important;
}
.text-underline {
    text-decoration: underline;
}
.logo-left .logo {
    margin-right: 0;
}
.color-2 {
	color: #f60000;
}
@media screen and (min-width: 849px){
	.header-wrapper .logo .stick-menu,
	.header-wrapper .logo .stick-menu > li{
		margin-bottom: 0;
		list-style: none;
	}
	.header-wrapper .logo .stick-menu > li{
		position: relative;
		z-index: 12;
	}
	.header-wrapper .logo .stick-menu > li .header-vertical-menu__fly-out {
		top: 100%;
	}
	.header-wrapper .logo .stick-menu li .header-vertical-menu__opener {
		background-color: transparent;
		padding: 0;
	}
	.header-wrapper .logo .stick-menu li .header-vertical-menu__title {
		background: transparent;
		text-transform: none;
		font-weight: 400!important;
		font-size: 16px;
		padding: 0;
	}
	.header-wrapper .logo .stick-menu li .header-vertical-menu__icon {
		height: 20px;
		margin-left: 0;
		margin-right: 16px;
		padding: 0;
		border: none;
	}
	.header-wrapper .logo .stick-menu li .header-vertical-menu__icon .bar{
		width: 100%;
	}
	.header-wrapper .logo .stick-menu li .header-vertical-menu__icon .bar:nth-child(2){
		width: 20px;
	}
	.header-wrapper.stuck .header-bg-color{
		background-color: var(--primary-color);
	}
	.header-wrapper.stuck,
	.header-wrapper.stuck a.plain,
	.header-wrapper.stuck .list-unstyled .icon-box .icon-box-text h3{
		color: #fff;
	}
	.header-wrapper.stuck .cart-item > a {
		border-color: #fff;
		color: #fff;
	}
	.header-wrapper.stuck .icon-box-img img,
	.header-wrapper.stuck img.cart-img-icon{
		filter: brightness(0) invert(1);
	}
	.header-wrapper.stuck .woocommerce-product-search button {
		background-color: #ed1c24;
	}
	.header-wrapper.stuck .logo .stick-menu{
		display:block;
	}
	.header-wrapper .logo .stick-menu,
	.header-wrapper.stuck .search-dropdow,
	.header-wrapper.stuck .logo > a{
		display:none;
	}
}
.header-wrapper .nav.mobile-nav  li > a {
	width: 24px;
    flex-direction: column;
    height: 21px;
    justify-content: space-between;
    border-radius: 3px;
	padding: 0;
}
.header-wrapper .nav.mobile-nav  li > a > span.bar {
	height: 3px;
	width: 24px;
	border-radius: 3px;
	background-color: #333333;
	padding: 0;
}
.ux-nav-vertical-menu {
	margin: 0;
	padding: 0;
}
.woocommerce-product-search {
    display: flex;
    align-items: center;
	position: relative;
}
.woocommerce-product-search .search-field {
	width: 100%;
	height: 38px;
	font-size: 14px;
	padding: 0 10px;
	background: transparent;
	color: #363636;
	outline: none;
	padding: 0 50px 0 15px;
	float: right;
	border: 1px solid #ebebeb;
	overflow: hidden;
	background: #fff;
	border-radius: 4px!important;
    box-shadow: none;
}
.woocommerce-product-search button {
	position: absolute;
	right: 0px;
	z-index: 4;
	height: 100%;
	border-radius: 0 4px 4px 0 !important;
    border: none;
	line-height: 1;
	background: #333;
    color: #fff;
    width: 57px;
    margin: 0;
    min-height: max-content;
}
.woocommerce-product-search button i {
	font-size: 16px;
	font-weight: 900;
}
/* .search-dropdow ul{
	display: block !important;
	white-space: nowrap;
	overflow-x: scroll;
} */
.search-dropdow ul li {
	display: inline-block;
    margin-right: 8px;
    margin-left: 0;
    margin-bottom: 0;
}
.search-dropdow ul li a{
	font-size: 12px!important;
}
.list-unstyled .icon-box {
    align-items: center;
}
.list-unstyled .icon-box img {
    padding-top: 0;
}
.list-unstyled .icon-box .icon-box-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.list-unstyled .icon-box .icon-box-text h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.cart-item > a {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    border: 2px solid #333;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.cart-item .header-cart-title {
    margin-left: 8px;
}
.list-unstyled .cart-item {
	position: relative;
}
.list-unstyled .cart-item .nav-dropdown{
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #ddd;
	padding: 10px 15px
}
.list-unstyled .cart-item .nav-dropdown li.html{
	padding: 0;
}
.list-unstyled .cart-item:hover .nav-dropdown{
	left: auto;
    right: -15px;
    opacity: 1;
    max-height: inherit;
	visibility: visible;
}
.widget_shopping_cart ul.product_list_widget li {
	padding-left: 70px;
	margin-left: 0;
}
.widget_shopping_cart ul.product_list_widget li a.remove {
    color: #333;
    background-color: #ffde00;
	line-height: 11px!important;
	border: 1px solid #ffde00;
}
.widget_shopping_cart .button {
    font-weight: 400;
	background-color: #ffde00;
	color: #333;
	border-radius: 8px;
}
.widget_shopping_cart .button,
.widget_shopping_cart .button.checkout{
	color: #fff;
}
.widget_shopping_cart .button.checkout {
	background-color: #f60000;
}
.widget_shopping_cart p.total strong{
	color: #333;
}
.widget_shopping_cart p.total span.amount {
    color: #f60000;
}
.nav-dropdown .product_list_widget::-webkit-scrollbar {
  	width: 6px;
}
.nav-dropdown .product_list_widget::-webkit-scrollbar-track {
  	background: #f1f1f1; 
}
.nav-dropdown .product_list_widget::-webkit-scrollbar-thumb {
  	background: #888; 
}
.header-wrapper.stuck .header-bottom .flex-col {
	box-shadow: none;
}
.header-bottom .flex-col {
    width: 100%;
}
.header-wrapper .nav li > a img{
	max-width: 20px;
}
.header-wrapper .nav li > a{
	font-size: 14px;
    padding: 5px 0;
    text-transform: none;
    font-weight: 400;
}
.header-wrapper .nav li.li-cat > a,
.header-vertical-menu__title{
    font-size: 15px;
    font-weight: bold!important;
    padding: 9px 0;
    border: 1px;
    color: #ffffff!important;
    background: var(--primary-color);
    font-weight: 500;
    min-width: 280px;
    position: relative;
    text-transform: uppercase;
}

.header-vertical-menu__title{
	min-width: auto;
}
.nav li.li-cat > a::before{
    content: '\e800';
    font-family: fl-icons!important;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-right: 8px;
    border: 2px solid #fff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 1!important;
}
.nav li.li-cat a i{
    display: none;
}

@media screen and (min-width: 849px){
	.nav li .sub-menu {
		min-width: 280px;
		top: 100%;
		left: 0;
		max-height: 313px;
		border-width: 1px 1px 1px 0px;
		border-style: solid;
		border-color: #ddd #ddd #ddd #e1e1e1;
		background: #fff;
		min-height: 100%;
		padding: 0;
		display: block;
		transition: none;
		    box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
	}
	.nav .header-vertical-menu li .sub-menu {
		left: calc(100% - 6px) !important
	}
}


.nav li .sub-menu li {
    width: 100%;
    display: block;
}
.nav li .sub-menu li a{
    padding: 8px 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    text-transform: none;
    position: relative;
    display: flex;
    align-items: center;
}
.nav li .sub-menu li a:hover{
    color: #06c;
	background-color: transparent;
}
.nav li .sub-menu li:hover a::before { 
    border-color: var(--primary-color);
}
.nav li .sub-menu li.menu-item-has-children > a::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotateZ(135deg);
    content: '';
}
.nav li .sub-menu a img{
    width: 24px;
}
.nav li.menu-item-has-children:hover > .sub-menu{
    display: block;
}
.nav li .sub-menu::-webkit-scrollbar {
    width: 3px;
}
.nav li .sub-menu::-webkit-scrollbar-thumb {
    background-color: #ffae0d;
    outline: 1px solid #ffae0d;
}
.header-vertical-menu__fly-out{
	width: 100%;
	min-width: 280px;
}
.header-vertical-menu__icon {
	width: 24px;
	height: 24px;
	margin-left: 10px;
	margin-right: 8px;
	border: 2px solid #fff;
	border-radius: 2px;
	vertical-align: top;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	padding: 4px 0px;
}
.header-vertical-menu__icon .bar {
    background: #fff;
    width: 14px;
	height: 2px;
	display: block;
    border-radius: 2px;
    margin-left: 3px;
}

@media only screen and (min-width: 850px) {
	.nav .header-vertical-menu .ux-nav-vertical-menu > li > .sub-menu{
		width: calc((100% * 2) + 15px);
		padding: 14px 20px;
		display: flex;
		flex-wrap: wrap;
		align-content: baseline;
		top: 0;
	}
	.nav .header-vertical-menu .ux-nav-vertical-menu > li a {
		transition: all .3s;
	}
	.nav .header-vertical-menu .ux-nav-vertical-menu > li a:hover {
		margin-left: 5px;
	}
	.nav .header-vertical-menu .ux-nav-vertical-menu > li > .sub-menu > li { 
		width: 50%;
	}
	.nav .header-vertical-menu .ux-nav-vertical-menu > li > .sub-menu > li > a{
		font-weight: 700;
	}
	.nav .header-vertical-menu .ux-nav-vertical-menu > li > .sub-menu > li a{
		padding: 5px 0px;
	}
	.nav .header-vertical-menu .ux-nav-vertical-menu > li > .sub-menu > li > a:before{
		content: none;
	}
	.nav .header-vertical-menu .ux-nav-vertical-menu > li > .sub-menu .sub-menu{
		position: static;
		box-shadow: none;
		border: none;
		display: block;
		min-height: auto;
		max-height: unset;
	}
	.nav li .sub-menu li > .sub-menu{
		position: absolute;
		min-height: calc(100% + 2px);
		left: calc(100% + 1px);
		top: -1px;
		box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
		z-index: 1;
		font-size: 14px;
		border-radius: 0px;
		border-width: 1px 1px 1px 0px;
		border-style: solid;
		border-color: #ddd #ddd #ddd #e1e1e1;
		background-color: #fff;
		display: none;
	}
	.nav li .sub-menu li > .sub-menu .sub-menu{
		position: static;
		width: auto;
		height: auto;
		box-shadow: none;
		padding: 0;
		border: none;
	}
	.nav li .sub-menu li > .sub-menu > li > ul li{
		width: 100%;
		float: none;
	}
	.nav li .sub-menu li > .sub-menu > li > ul li > a{
		font-weight: 400;
	}
}
@media only screen and (max-width: 850px) {
	.nav li .sub-menu li.menu-item-has-children a::before {
		content: none;
	}
	.nav-vertical>li ul li {
		align-items: center;
		display: flex!important;
		flex-flow: row wrap;
	}
	.nav-slide-header .toggle {
		opacity: 1;
	}
	.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
		font-size: 14px;
		text-transform: none;
	}
	.header-bottom .flex-col {
		box-shadow: none;
	}
	.header-wrapper .logo .stick-menu {
		display: none;
	}
}
.home-slider .flickity-button {
    width: 44px;
    height: 44px;
}
.home-slider .flickity-button svg{
    border: 1px solid #ebebeb;
    background: #ebebeb;
    padding: 35%;
}
.home-slider .flickity-button svg:hover{
    background: #ffffff;
    border-color: #ffffff;
}
.home-slider .flickity-button svg:hover .arrow,
.home-slider .flickity-button svg .arrow{
    fill: #333333!important;
}
.home-slider .slider-nav-dots-dashes-spaced .flickity-page-dots li{
    width: 16px;
    height: 2px;
    background-color: #fff;
    opacity: .5;
    border-width: 1px;
}
.home-slider .slider-nav-dots-dashes-spaced .flickity-page-dots li.is-selected{
    background-color: #ffae0d;
    border-color: #ffae0d;
    opacity: 1;
}
.home-slider .row-home-slider {
    padding-left: 9px;
    padding-right: 9px;
}
.home-slider .slider-left {
    flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding: 0 4.5px 0;
}
.home-slider .slider-right {
    flex-basis: 300px;
    max-width: 300px;
    padding: 0 4.5px 0;
}
.home-slider .slider-right .img{
    margin-bottom: 9px;
}
.home-slider .slider-right .img img{
    transition: all 0.3s ease-in-out;
}
.home-slider .slider-right .img img:hover{
    transform: scale(0.95);
}
/* .collections-slide {
    display: flex;
    align-items: center;
	justify-content: center;
} */
.collections-slide .item {
    padding: 10px 15px 0;
    margin: 0 auto;
    text-align: center;
}
.collections-slide .item > a {
    position: relative;
    margin: 0 auto;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
}
.collections-slide img {
    z-index: 1;
    position: relative;
    margin: auto;
    object-fit: contain;
}
.collections-slide img:hover {
    filter: brightness(1.05);
    animation: tada 2s infinite;
}
.collections-slide .item h3 {
    font-weight: 500;
    margin-bottom: 0;
}
.collections-slide .item h3 a {
    text-align: center;
    margin: 12px 0px 0px;
    padding: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.2;
}
@keyframes tada {
	0% {
		transform: scaleX(1);
	}
	10%, 20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		transform: scaleX(1);
	}
}
.breadcrumbs {
    padding: 4px 0 20px;
    font-size: 14px;
    font-weight: normal;
    color: #a0a4a8;
}
.breadcrumbs a {
    color: #a0a4a8;
}
.breadcrumbs a:hover {
    color: var(--primary-color);
}
.addThis_listSharing {
	position: fixed;
	bottom: 85px;
	z-index: 999;
	top: auto !important;
	right: 12px;
	opacity: 1;
	display: block;
}
.addThis_listing .addThis_item {
    margin-bottom: 5px;
    list-style: none;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.backtop {
	top: auto !important;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	top: auto !important;
	height: 44px;
	width: 44px;
	background-color: #ed1c24;
	line-height: 36px;
	border-radius: 100%;
	font-size: 30px;
	transition: all 0.3s ease-out 0s;
	transform: translateY(-120px);
	opacity: 0;
	visibility: hidden;
	color: #fff !important;
	margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: unset;
    right: unset;
	cursor: pointer;
}
.backtop::before{
    content: '';
    width: 14px;
    height: 14px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: 8px;
}
.backtop:hover {
	filter: brightness(1.3);
}
.backtop.show {
	z-index: 999;
	transition: transform 0.3s ease-out 0s;
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.section-login {
    padding: 30px 0px 70px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}
.reg-account {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}
.reg-account a{
    text-decoration: underline;
}
.welcome {
    font-size: 25px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.welcome.welcome-v2 {
    font-size: 18px;
    margin: 15px 0 20px 0;
    padding: 0;
}
.gap16{
    padding-top: 16px;
    display: block;
}
.gap24{
    padding-top: 24px;
    display: block;
}
.gap45{
    padding-top: 45px;
    display: block;
}
.login-wrap {
    background: #fff;
    min-width: 475px;
    margin: 0 auto;
}
#form-login-register label{
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
}
#form-login-register label span {
    color: #f00;
}
#form-login-register input:not([type=checkbox]),
#form-login-register select,
#form-login-register button[type="submit"]{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #495057;
    min-height: 40px;
    border-radius: 3px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}
#form-login-register input[type="submit"],
#form-login-register button[type="submit"]{
    background-color: #ffae0d;
    border: none;
    color: #333333;
    font-size: 19.2px;
    font-weight: 400;
    border-radius: 999px;
    text-transform: none;
    line-height: 45px;
    margin-bottom: 0;
}
#form-login-register .login-lostpassword{
    font-size: 11.2px;
    margin-bottom: 8px;
}
/*--------------------------------------------------------------
## Store
--------------------------------------------------------------*/
.title_page {
	color: #222;
    font-size: 24px;
    padding: 10px 0;
}
.single .title_page {
	margin-bottom: 0;
	margin-top: 15px;
}
.wrap-store-main {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
	margin-top: 30px;
    gap: 15px;
}

.wrap-store-main .column-left {
    width: 350px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 50px 40px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #868686;
    -webkit-box-shadow: 0 62px 33px -60px #d1c1b5;
    box-shadow: 0 62px 33px -60px #d1c1b5;
}

.wrap-store-main .column-right {
    flex: 1;
}

.wrap-store-main .column-right iframe {
    width: 100%;
    height: 100%;
}

.wrap-store-main .column-left .list-store-item {
    height: 200px;
    overflow-y: auto;
}
.wrap-store-main .column-left .list-store-item::-webkit-scrollbar {
    width: 4px;
}
.wrap-store-main .column-left .list-store-item::-webkit-scrollbar-thumb {
    background: #808080;
}
.wrap-store-main .column-left .list-store-item::-webkit-scrollbar-track {
    background-color: #fff;
}
.wrap-store-main .column-left .text-address{
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 22px;
	color: var(--primary-color);
}
.wrap-store-main .column-left .text-address i{
    margin-right: 7px;
}
.wrap-store-main .column-left .list-store-item .item-store .content h4 {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.wrap-store-main .column-left .list-store-item .item-store.active .content h4 ,
.wrap-store-main .column-left .list-store-item .item-store .content h4:hover {
    color: var(--primary-color);
}
.header-store-list label {
    font-size: 14px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    margin-bottom: 15px;
}
.header-store-list select {
    box-shadow: none;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgb(206, 212, 218);
    color: rgb(73, 80, 87);
    font-size: 16px;
    height: 38px;
    width: 100%;
}

.header-store-list h3 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 22px;
    color: var(--primary-color);
}

button#btn-search-store {
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #9D0B0E;
    border-radius: 6px;
    margin: 0px;
    margin-left: 20px;
    font-size: 14px;
}

.wrap-single-store .map-store iframe {
    width: 100%;
}

.wrap-single-store .meta {
    border-left: 4px solid #9D0B0E;
    padding-left: 15px;
    margin-bottom: 20px;
}

.wrap-single-store .meta .item {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 5px;
}

.wrap-single-store .meta .item svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.wrap-single-store .meta .address {
    color: #000;
}

.title-list-store {
    font-weight: 100;
    font-size: 36px;
    line-height: 44px;
    color: #15181E;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    font-family: var(--font2);
    text-align: center;
}
.box-ft-info ul li+li {
    margin-top: 10px;
}
.box-ft-info ul li {
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 0;
}
.box-ft-info ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: bolder;
    position: absolute;
    left: 0;
    top: 0;
}
.box-ft-info ul li:nth-child(2):before {
    content: "\f3cd";
}
.box-ft-info ul li:nth-child(3):before {
    content: "\f0e0";
}
.footer-wrapper .widget-title,
.footer-wrapper h4{
    margin: 0px 0px 10px;
    font-weight: bold;
    font-size: 16px;
}
.footer-wrapper .menu li+li{
    margin-top: 8px;
    border-top: none;
}
.footer-wrapper .menu a {
    padding: 0;
}
.footer-wrapper .widget {
    margin-bottom: 0;
}
.row-ft, 
.row-ft > div {
    padding-left: 10px;
    padding-right: 10px;
}
.absolute-footer {
    padding: 8px 0;
    font-size: 14px;
    color: #333333;
}
.social-us ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    gap: 16px;
}
.social-us ul li{
    margin-left: 0;
    margin-bottom: 0;
}
.wpcf7-form {
    margin-bottom: 0;
}
.form-email {
    display: flex;
    align-items: center;
    gap: 15px;
}
.form-email .title{
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.form-email .title::before{
    content: '';
    background-image: url(./lib/images/email-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    width: 57px;
    height: 32px;
    display: inline-block;
}
.form-email .form-group:first-child {
    flex: 0 0 240px;
    max-width: 240px;
}
.form-email .form-group:last-child {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.form-email .wpcf7-email{
    width: 100%;
    height: 38px;
    font-size: 14px;
    background-color: transparent;
    color: #363636;
    outline: none;
    padding: 0 50px 0 15px;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 4px!important;
    box-shadow: none!important;
    margin-bottom: 0;
}
.form-email .wpcf7-submit {
    position: absolute;
    right: 0px;
    z-index: 4;
    height: 100%;
    border-radius: 0 4px 4px 0 !important;
    background-color: #f60000!important;
    margin: 0;
    line-height: 22px;
    min-height: unset;
    padding: 7px 20px;
    text-transform: none;
    font-weight: 400;
}
.post-item .is-divider,
.widget .is-divider{
    display: none;
}
.widget_product_categories ul li a{
    font-size: 16px!important;
    font-weight: normal;
    line-height: 1.3;
    padding: 5px 30px 2px 0px;
}
.widget ul li+li{
    border: none;
}
.home-news .box-vertical .box-image {
    width: 190px!important;
    flex: 0 0 190px!important;
    border-radius: 8px;
    display: block;
}
.post-item .post-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 8px;
}
.post-item .post-title:hover {
    color: #06c;
}
.post-item .from_the_blog_excerpt {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: normal;
    word-break: break-word;
    color: #888;
}
.post-item button {
    padding: 0;
    font-size: 14px!important;
    font-weight: 400;
    color: var(--primary-color);
    margin-top: 10px!important;
}
aside.widget .widget-title  {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    display: block;
    text-transform: uppercase;
}
.widget_product_categories>ul li {
    position: relative;
}
.widget_product_categories>ul>li .toggle{
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    color: rgb(51, 51, 51);
    opacity: 1;
    margin: 0;
    padding: 0;
}
.widget_product_categories>ul>li .toggle i {
	top: 0;
}
.widget_product_categories>ul>li .toggle i::before{
    content: "\f0d8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.widget_product_categories ul li ul.children {
    margin: 0;
    padding-left: 15px;
    width: 100%;
    display: none;
    border: none!important;
}

/* Widget Recent Posts */

.widget .list-post-item li {
    margin-bottom: 0;
    display: flex;
    padding: 0;
}
.widget .list-post-item li:not(:first-child) {
    border-top: 2px solid #f7f7f7;
    margin-top: 10px;
    padding-top: 10px;
}

.widget .list-post-item .post:after {
    clear: both;
}
.widget .list-post-item .img {
    width: 100px;
    height: 70px;
    flex: unset;
}
.widget .list-post-item .img img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget .list-post-item .alignleft {
    margin-right: 16px;	
}
.widget .list-post-item .alignright {
    margin-left: 16px;
}
.widget .list-post-item .aligncenter {
    text-align: center;
}
.widget .list-post-item h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    overflow: hidden;
    height: 38px;
    flex: 1;
}
.widget .list-post-item .entry-content{
	font-size: 12px;
}
.widget .list-post-item .entry-content p a,
.product-quick-view-container .flickity-page-dots{
	display: none;
}

.product-lightbox.lightbox-content {
	max-width: 950px;
    border-radius: 8px;
    padding: 15px 20px;
}
.main-title > *{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
	text-transform: uppercase;
}
a.button.btn-viewall {
	padding: 7px 20px;
	display: inline-flex;
	align-items: center;
	border-color: #ed1c24!important;
    color: #ed1c24!important;
	background-color: #fff!important;
}
a.button.btn-viewall span{
	position: relative;
	z-index: 1;
}
a.button.btn-viewall span::after{
    width: 6px;
    height: 6px;
    border-top: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
    transform: rotateZ(135deg) translateY(1px);
	display: inline-block;
    margin-left: 5px;
    content: '';
}
a.button.btn-viewall:hover{
	color: #fff!important;
	background-color: #ed1c24!important;
}
a.button.btn-viewall:hover span::after{
	border-top-color: #fff!important;
	border-left-color: #fff!important;
}
.tabs-product {
	align-items: center;
}
.tabs-product > h4{
	width: auto;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: 1.2;
}
.tabs-product > h4:hover {
	color: var(--primary-color);
}
.tabs-product ul.nav{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.tabs-product ul.nav li a{
    position: relative;
    border-radius: 4px;
    white-space: nowrap;
    border: 1px solid #f1f1f1;
    font-size: 14px;
    font-weight: 400;
    user-select: none;
    padding: 8px 16px;
}
.tabs-product ul.nav li.active a{
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.tabs-product ul.nav li:hover a{
    border-color: var(--primary-color);
}
.tabs-product .tab-panels{
	width: 100%;
}
.tag-product li {
	list-style: none;
	display: inline-block;
}
.tag-product li{
    margin-right: 8px;
	margin-left: 0!important;
}
.tag-product li a{
    padding: 4px 8px;
    background: #f2f2f2;
    color: #707070;
    display: inline-block;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 400;
    transition: border 0.3s ease-out;
    border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 850px) {
	.header-wrapper .nav li > a.header-cart-link {
		padding: 8px;
		border: none;
	}
	.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
		width: 300px;
		background-color: #fff;
	}
	.nav.nav-vertical li.li-cat > a,
	.nav.nav-vertical li.li-cat > a+.toggle{
		display: none;
	}
	.nav.nav-vertical li.li-cat > a+.toggle+.sub-menu {
		position: static;
	}
	.nav.nav-vertical li.li-cat > a+.toggle+.sub-menu li+li{
		box-shadow: inset 0px 1px 0px #F1F1F1;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li {
		margin: 0!important;
		padding-left: 0;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
		padding: 8px 10px;
		font-size: 14px;
		font-weight: 400;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a img{
		max-width: 24px;
	}
	.home-slider .slider-left {
		flex-basis: 100%;
		max-width: 100%;
	}
	.home-slider .slider-right {
		flex-basis: 100%;
		max-width: 100%;
	}
}
@media only screen and (min-width: 550px) {
	.home-news .post-item + * {
		margin-top: 10px;
		border-top: 2px solid #f7f7f7;
		padding-top: 10px!important;
	}	
}
@media only screen and (max-width: 549px) {
	.header-wrapper .nav li > a.header-cart-link {
		padding: 0;
		border: none;
	}
    .form-email {
        flex-direction: column;
    }
    .form-email .form-group:first-child {
        flex: 0 0 100%; 
        max-width: 100%;
    }
	.home-news .box-vertical .box-image {
		width: 100%!important;
		flex: 0 0 100%!important;
	}
	.home-news .box-vertical .box-text {
		padding-left: 0!important;
		padding-top: 10px!important;
	}
	.post-item .from_the_blog_excerpt {
		display: none;
	}
	.tabs-product ul.nav {
		 flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		margin-top: 10px;
		width: 100%;
		flex: auto;
		justify-content: flex-start;
	}
}
.expand-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  height: 400px;
}
/*
      @media screen and (max-width: 718px) {
      .expand-list {
      min-width: 520px;
      }
      .expand-list .expand-item:nth-child(5) {
      display: none;
      }
      }
      @media screen and (max-width: 638px) {
      .expand-list {
      min-width: 440px;
      }
      .expand-list .expand-item:nth-child(4) {
      display: none;
      }
      }
      @media screen and (max-width: 558px) {
      .expand-list {
      min-width: 360px;
      }
      .expand-list .expand-item:nth-child(3) {
      display: none;
      }
      }
      @media screen and (max-width: 478px) {
      .expand-list {
      min-width: 280px;
      }
      .expand-list .expand-item:nth-child(2) {
      display: none;
      }
      }
      */
.expand-list .expand-item {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--bannerBackground);
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.expand-list .expand-item.active {
  flex-grow: 10000;
  transform: scale(1);
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
}
.expand-list .expand-item.active .expand-shadow {
  box-shadow: inset 0 -120px 120px -120px black,
    inset 0 -120px 120px -100px black;
}
.expand-list .expand-item.active .expand-label {
  bottom: 20px;
  left: 20px;
}
.expand-list .expand-item.active .expand-label .expand-info > div {
  left: 0px;
  opacity: 1;
}
.expand-list .expand-item:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}
.expand-list .expand-item:not(.active) .expand-shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.expand-list .expand-item:not(.active) .expand-label {
  bottom: 10px;
  left: 10px;
}
.expand-list .expand-item:not(.active) .expand-label .expand-info > div {
  left: 20px;
  opacity: 0;
}
.expand-list .expand-item .expand-shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.expand-list .expand-item .expand-label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.expand-list .expand-item .expand-label .expand-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
}
.expand-list .expand-item .expand-label .expand-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}
.expand-list .expand-item .expand-label .expand-info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.expand-list .expand-item .expand-label .expand-info > a {
  transition-delay: 0.1s;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}
.expand-item .banner-cta {
  display: none;
}
.expand-item.active .banner-cta {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  text-indent: -999px;
}
@media (max-width: 991px) {
  .expand-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    min-width: auto;
  }
  .expand-list .expand-item {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .expand-list .expand-item .banner-cta {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    text-indent: -999px;
  }
}
.section-threed-cards .threed-card {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	perspective: 2500px;
}

.section-threed-cards .cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-threed-cards .threed-wrapper {
	transition: all 0.5s;
	width: 100%;
	z-index: -1;
}
.section-threed-cards .threed-wrapper img {
	width: 100%;
}
.section-threed-cards .threed-hover-img {
	opacity: 0;
	transition: all 0.5s;
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
}
@media (max-width: 991px) {
	.section-threed-cards .threed-card {
		max-width: 100%;
		margin: auto;
	}
}

@media(min-width: 1200px){
	.section-threed-cards .row {
		overflow: initial;
	}
	.section-threed-cards .threed-wrapper::before,
	.section-threed-cards .threed-wrapper::after {
		content: "";
		opacity: 0;
		width: 100%;
		height: 80px;
		transition: all 0.5s;
		position: absolute;
		left: 0;
	}

	.section-threed-cards .threed-wrapper::before {
		top: 0;
		height: 100%;
		background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
	}

	.section-threed-cards .threed-wrapper::after {
		bottom: 0;
		opacity: 1;
		background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
	}
	.section-threed-cards .threed-card:hover .threed-wrapper {
		transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
		box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
		-webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
	}
	.section-threed-cards .threed-card:hover .threed-wrapper::before,
	.section-threed-cards .threed-wrapper::after {
		opacity: 1;
	}
	.section-threed-cards .threed-card:hover .threed-wrapper::after {
		height: 120px;
	}
	.section-threed-cards .threed-card:hover .threed-hover-img {
		opacity: 1;
		transform: translate3d(0, -30%, 0);
	}
}
#popup_web.lightbox-content {
   	box-shadow: none;
	background-color: transparent;
}
.lightbox-content .mfp-close{
	background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    mix-blend-mode: unset;
}
.sales-pop.salepop-show {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	animation: bounceBottomUp 1.1s linear both;
}
.sales-pop {
	position: fixed;
	left: 10px;
	bottom: 60px;
	top: auto!important;
	max-width: 400px;
	padding: 16px 20px 16px 16px;
	background: #fff;
	font-size: 14px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	color: #333;
	border-radius: 10px;
	opacity: 0;
	z-index: 999;
	animation: bounceBottomDown 3s linear both
}

.sale-pop-wrap {
	display: flex;
	justify-content: space-between;
}
.sales-pop b {
	font-weight: 700;
	font-size: 16px;
	color: var(--sale-pop-color);
}
.sale-pop-img {
	width: 64px;
}
.sale-pop-body {
	width: calc(100% - 74px);
}
.sale-pop-name {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.sale-pop-name a:hover {
	color: var(--sale-pop-color);
}
.sale-pop-cta {
	display: block;
	margin-top: 5px;
	color: var(--sale-pop-color);
}
.sale-pop-close {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ffffff;
    border-radius: 0px 0px 0px 6px;
    text-align: center;
    cursor: pointer;
}
.sale-pop-close i {
	position: relative;
	font-size: 14px;
	top: -1px;
}
.sales-pop:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
	.sales-pop {
		left: 5px;
		bottom: 80px;
		max-width: 90%;
		padding: 7px 10px;
		font-size: 12px;
	}
	.sales-pop b {
		font-size: 12px;
	}
}
.sale-pop-regis {
	display: none;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	font-weight: 300;
	width: 100%;
	border: 2px solid var(--sale-pop-color);
	font-size: 16px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 25px;
	transition: all 0.3s;
	left: 0;
	right: 0;
	position: absolute;
	background: #fff;
	bottom: 100%;
	top: auto;
}
.sale-pop-regis:after {
	content: '';
	display: block;
	background-image: none;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--sale-pop-color);
	filter: drop-shadow(0 1px 0 var(--sale-pop-color));
	bottom: -6px;
	right: 50%;
	margin-right: -3px;
	position: absolute;
}
.sale-pop-regis input:not([type=checkbox]) {
	outline: unset;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #000;
	cursor: text;
	margin-bottom: 10px;
}
.sale-pop-regis .regis-close {
	right: -12px;
	top: -14px;
	width: 24px;
	height: 24px;
	background: 0 0;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: var(--sale-pop-color);
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
.sale-pop-regis .regis-close i {
	position: relative;
	font-size: 10px;
	color: #fff;
	top: -1px;
}
.sale-pop-regis .regis-body {
	padding: 30px 30px 15px 30px;
	line-height: 18px;
	box-sizing: border-box;
	width: 100%;
	display: block;
}
.sale-pop-regis .regis-btn {
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	box-sizing: border-box;
	background: var(--sale-pop-color);
	color: #fff;
	transition: 0.3s all;
	border: 0;
	height: auto;
	font-size: 14px;
	font-weight: 700;
}
@keyframes bounceBottomUp {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 100);
    opacity: 0;
  }
  4.1% {
    transform: matrix(1, 0, 0, 1, 0, 41.971);
  }
  8.11% {
    transform: matrix(1, 0, 0, 1, 0, 10.549);
  }
  12.11% {
    transform: matrix(1, 0, 0, 1, 0, -1.843);
  }
  16.12% {
    transform: matrix(1, 0, 0, 1, 0, -4.336);
  }
  27.23% {
    transform: matrix(1, 0, 0, 1, 0, -0.784);
  }
  38.34% {
    transform: matrix(1, 0, 0, 1, 0, 0.104);
    opacity: 1;
  }
  60.56% {
    transform: matrix(1, 0, 0, 1, 0, -0.002);
  }
  82.78% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes bounceBottomUp {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 100);
    opacity: 0;
  }
  4.1% {
    transform: matrix(1, 0, 0, 1, 0, 41.971);
  }
  8.11% {
    transform: matrix(1, 0, 0, 1, 0, 10.549);
  }
  12.11% {
    transform: matrix(1, 0, 0, 1, 0, -1.843);
  }
  16.12% {
    transform: matrix(1, 0, 0, 1, 0, -4.336);
  }
  27.23% {
    transform: matrix(1, 0, 0, 1, 0, -0.784);
  }
  38.34% {
    transform: matrix(1, 0, 0, 1, 0, 0.104);
    opacity: 1;
  }
  60.56% {
    transform: matrix(1, 0, 0, 1, 0, -0.002);
  }
  82.78% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes bounceBottomDown {
  0% {
    opacity: 0.5;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  4.2% {
    opacity: 0.4;
    bottom: -5px;
    transform: matrix(1, 0, 0, 1, 0, 54.927);
  }
  8.31% {
    opacity: 0.3;
    bottom: -15px;
    transform: matrix(1, 0, 0, 1, 0, 88.411);
  }
  12.51% {
    opacity: 0.2;
    transform: matrix(1, 0, 0, 1, 0, 103.215);
  }
  16.62% {
    opacity: 0.1;
    transform: matrix(1, 0, 0, 1, 0, 106.331);
  }
  27.73% {
    transform: matrix(1, 0, 0, 1, 0, 101.285);
  }
  38.84% {
    transform: matrix(1, 0, 0, 1, 0, 99.747);
  }
  61.06% {
    transform: matrix(1, 0, 0, 1, 0, 100.01);
  }
  83.28% {
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
  to {
    bottom: -250px;
	  	z-index: -1;
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
}
@-webkit-keyframes bounceBottomDown {
  0% {
    opacity: 0.5;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  4.2% {
    opacity: 0.4;
    bottom: -5px;
    transform: matrix(1, 0, 0, 1, 0, 54.927);
  }
  8.31% {
    opacity: 0.3;
    bottom: -15px;
    transform: matrix(1, 0, 0, 1, 0, 88.411);
  }
  12.51% {
    opacity: 0.2;
    transform: matrix(1, 0, 0, 1, 0, 103.215);
  }
  16.62% {
    opacity: 0.1;
    transform: matrix(1, 0, 0, 1, 0, 106.331);
  }
  27.73% {
    transform: matrix(1, 0, 0, 1, 0, 101.285);
  }
  38.84% {
    transform: matrix(1, 0, 0, 1, 0, 99.747);
  }
  61.06% {
    transform: matrix(1, 0, 0, 1, 0, 100.01);
  }
  83.28% {
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
  to {
    bottom: -250px;
	z-index: -1;
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
}
.popup_coupon {
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
}
.popup_coupon .window-close {
    z-index: 9;
    position: absolute;
    right: 8px;
    top: -1px;
	margin: 0;
	font-size: 24px;
	color: #252525;
	opacity: .5;
	min-width: auto;
    padding: 0;
    line-height: 1;
    min-height: unset;
}
.coupon-title {
    color: #181818;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 32px;
    max-height: 32px;
    font-weight: 500;
    margin: 0px 16px 16px;
    text-align: center;
}
.coupon-row:nth-child(2n) {
    background-color: #f3f3f3;
}

.coupon-row {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.coupon-label {
    color: #4c4c4c;
}
.coupon-row .coupon-info {
    grid-column: 1/-1;
    grid-row: 2;
}
.coupon-action {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    grid-gap: 15px;
}
.coupon-action .btn {
    margin: 0;
	font-weight: 400;
    border-radius: 4px;
    line-height: 1.5;
    min-height: unset;
    border: 1px solid #0d6eff;
}
.coupon-action .btn:hover,
.coupon-action .btn-copy{
	background-color: #0d6eff;
	color: #fff;
}
.header-main {
	z-index: 11;
}
.header-bottom {
    z-index: 10;
}
.overlay-search{
	position: fixed;
    width: 100%;
    height: 100vh;
    display: block;
    left: 0;
    top: 0;
    z-index: 8;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    visibility: hidden;
}
.overlay-search.active {
    opacity: 0;
    visibility: visible;
}
.results_product {
	margin-top: 10px;
	border-radius: 8px;
	color: #000;
	top: 100%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,1);
	position: absolute;
	z-index: 999999;
	overflow: hidden;
	display: none;
}
.header-key {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 8px;
}
.header-key strong{
	color: rgb(0, 102, 204);
	font-size: 16px;
	line-height: 1.5rem;
}
.header-key strong span{
	color: rgb(220, 38, 38);
}
.view-mode-switcher {
	display: flex;
	align-items: center;
}
.view-mode-switcher a{
	width: 28px;
	height: 28px;
	padding: 4px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.view-mode-switcher a.active{
	border:1px solid rgb(51, 65, 85);	
}
.header-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 10px;	
	border-bottom: 1px solid rgb(226, 232, 240);
}
.header-layout h3{
	font-size: 16px;
	color: rgb(51, 51, 51);
	width: auto;
}
.header-layout .tabs-layout{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-layout .tabs-layout a{
	padding: 6px 16px;
	background-color: rgb(224, 224, 224);
	border-radius:24px;
	color: #fff;
}
.header-layout .tabs-layout a+a{
	margin-left: 8px;
}
.header-layout .tabs-layout a.active{
	background-color: rgb(248, 16, 16);
}
.list_result {
	max-height: 380px;
	overflow-y: scroll;
}
.list_result > div{
    display: none;
}
.list_result > div:first-child{
    display: block;
}
.list_result .item-pro+.item-pro,
.view-all-kw{
	border-top: 1px solid rgb(226, 232, 240);
}
.list_result .item-pro:hover{
	background-color: #f1f1f1;
}
.list_result .item-pro{
	display: flex;
	padding: 8px;
}
.list_result .item-pro .image{
	flex: 0 0 70px;
}
.list_result .item-pro .text{
	flex: 1;
	margin-left: 10px;
}
.list_result .item-pro .text h4{
    color: #0f39d7;
    font-size: 16px;
    font-weight: 400;
}
.price {
	font-size: 16px;
}
.price span.amount{
	color: rgb(248, 16, 16);
	font-weight: 600;
}
.view-all-kw {
	padding: 8px;
	text-align: center;
}
.view-all-kw a{
	color: #4741ec;
}
.view-all-kw a span{
	color: rgb(220, 38, 38);
	font-weight: 600;
}
.list_result.active {
	display: flex;
}
.list_result.active .item-pro{
	width: 50%;
	border-bottom: 1px solid rgb(226, 232, 240);
	flex-direction: column;
}
.list_result.active .item-pro .image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.list_result.active .item-pro+.item-pro {
	border-top: none;
}
.list_result.active .item-pro:nth-child(2n) {
	border-left: 1px solid rgb(226, 232, 240);
}
.content-result-wrap {
	padding-bottom: 50px;
}
.content-result-wrap .page-count{
	padding-top: 20px;
	font-size: 16px;
}
.tabs-search-product {
	margin-top: 30px;
}
.tabs-search-product .nav li a {
	border-radius: 4px;
	color: #333;
	border: 1px solid #f1f1f1;
	font-size: 14px;
	padding: 8px 16px;
	font-weight: 400;
}
.tabs-search-product .nav li.active a,
.tabs-search-product .nav li.active a.active1{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.search-results .page-numbers {
	margin-top: 20px;
}
.page-numbers li{
	margin-left: 0.4em!important;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li.html {
	padding: 0;
}
.mobile-sidebar .nav-sidebar,
.mobile-sidebar ul.is-current-slide{
	padding-top: 0!important;
}
.mobile-sidebar ul.is-current-slide .nav-slide-header {
	background: #eee;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 100;
}
.mobile-sidebar ul.is-current-slide .nav-slide-header button{
	line-height: unset;
    padding: 0;
    margin: 0;
    min-height: unset;
    text-transform: uppercase;
}
.mobile-sidebar .mfp-close {
    background-color: #fff;
    border-radius: 50%;
    right: 0;
    opacity: 1;
    mix-blend-mode: normal;
    width: 30px;
    height: 30px;
    line-height: 16px;	
}
.mobile-sidebar .mfp-close svg{
    width: 20px;
    height: 20px;
}
.mobile-sidebar .user-menu {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
	display: flex;
	align-items: center;
	width: 100%;
}
.mobile-sidebar .user-menu .fas {
    font-size: 24px;
	margin-right: 16px;
}
.user-menu-body {
	display: flex;
	flex-wrap: wrap;
}
.user-menu-body a{
	display: block;
	width: 100%;
	color: #fff!important;
}
.user-menu-body > a{
	font-size: 14px;
}
.single-product main,
.single main,
.single-product main p,
.single main p {
	color: #333;
}
#ez-toc-container a {
    color: #222!important;
}
#ez-toc-container a:hover {
    color: var(--primary-color)!important;
}