.theme-color-1 {
	--theme-color: #d99f46;
	--theme-color-rgb: 217, 159, 70
}
.mt-20 {
	margin-top: 20px;
}
section{
	margin-top: 20px;
}
.mt-0{
	margin: 0;
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #222;
	padding: calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320))) calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	border: none;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	z-index: 0;
	white-space: nowrap
}

.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-category {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) calc(16px + (27 - 16) * ((100vw - 320px) / (1920 - 320)));
	letter-spacing: 0.8px;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	border-radius: 50px
}

.nav-link {
	display: block !important;
}


.arrow-slider .slick-prev,
.arrow-slider .slick-next {
	width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
	height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 4px rgba(34, 34, 34, 0.14);
	box-shadow: 0px 1px 4px rgba(34, 34, 34, 0.14);
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.arrow-slider .slick-prev::before,
.arrow-slider .slick-next::before {
	font-family: "FontAwesome";
	font-weight: 900;
	color: var(--theme-color);
	font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)))
}

.arrow-slider .slick-prev:hover,
.arrow-slider .slick-next:hover {
	background-color: var(--theme-color)
}

.arrow-slider .slick-prev:hover::before,
.arrow-slider .slick-next:hover::before {
	color: #fff
}

.arrow-slider .slick-prev {
	left: unset;
	right: 60px
}

[dir="rtl"] .arrow-slider .slick-prev {
	right: unset;
	left: 0
}

.arrow-slider .slick-prev::before {
	content: "\f104"
}

.arrow-slider .slick-next {
	right: 5px
}

[dir="rtl"] .arrow-slider .slick-next {
	right: unset;
	left: 50px
}

.arrow-slider .slick-next::before {
	content: "\f105"
}

.arrow-slider-2 .slick-prev,
.arrow-slider-2 .slick-next {
	top: -42px
}

.arrow-slider-2 .slick-prev {
	left: unset;
	right: 50px
}

[dir="rtl"] .arrow-slider-2 .slick-prev {
	right: unset;
	left: 0
}

.arrow-slider-2 .slick-prev::before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f053";
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.arrow-slider-2 .slick-prev:hover::before {
	color: var(--theme-color)
}

.arrow-slider-2 .slick-next {
	right: 5px
}

[dir="rtl"] .arrow-slider-2 .slick-next {
	right: unset;
	left: 30px
}

.arrow-slider-2 .slick-next::before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f054";
	color: #222
}

.arrow-slider-2 .slick-next:hover::before {
	color: var(--theme-color)
}

.img-slider img {
	display: initial
}

.tab-style-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	gap: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
	border: none;
}

.tab-content {
	text-align: center;
}

.tab-style-color .nav-item .nav-link,
.promotion-page .view-more {
	border: none;
	color: #222;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	white-space: nowrap;
	background-color: #fff;
	line-height: 1;
	border: 1px solid var(--theme-color);
	padding: 10px;
	margin: 0
}

.tab-style-color .nav-item .nav-link.active,
.tab-style-color .nav-item .nav-link:hover,
.promotion-page .view-more:hover {
	background-color: var(--theme-color);
	color: #fff
}

.tab-style-color .nav-item .nav-link img {
	margin-right: 5px
}

[dir="rtl"] .tab-style-color .nav-item .nav-link img {
	margin-right: unset;
	margin-left: 5px
}
.promotion-page .view-more {
	margin: 10px auto;
	display: inline-block;
	border-radius: 5px;
	width: auto;
}

.container-fluid-lg .title {
	position: relative
}

.promotion-page .title h2 {
	text-align: center;
	font-weight: 700;
	color: #222;
	position: relative;
	line-height: 70px
}
#myTab{
	justify-content: center
}
.promotion-page .title p {
	line-height: 1.5;
	margin: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320))) 0 0;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: #4a5568
}

.title-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.promotion-page .title .product-tabs {
	border: none;
	position: absolute;
	top: 0;
	right: 0
}

.promotion-page .title .product-tabs .nav-item {
	position: relative
}

.promotion-page .title .product-tabs .nav-item .nav-link {
	border: none;
	border-radius: unset;
	color: #4a5568;
	position: relative;
	font-weight: 400;
	font-size: 16px
}
.promotion-page .title .product-tabs .nav-item .nav-link.active {
	font-weight: 500;
	color: var(--theme-color)
}
.promotion-page .title .product-tabs .nav-item .nav-link.active::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	bottom: 0;
	left: 17px;
	border-radius: 50px;
	background-color: var(--theme-color)
}
.promotion-page .title .product-tabs .nav-item .nav-link.active::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 2px;
	bottom: 0;
	left: 75px;
	border-radius: 50px;
	background-color: var(--theme-color)
}
.promotion-page .title .product-tabs .nav-item+.nav-item {
	margin-left: 10px
}
.promotion-page .title .product-tabs .nav-item+.nav-item::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	top: 9px;
	left: -11px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
.seller-title h2 {
	font-weight: 700;
	font-size: 37px;
	margin-bottom: 23px;
	letter-spacing: 0.5px;
	text-transform: uppercase
}

.seller-title p {
	margin-bottom: 0;
	font-size: 15px;
	color: #4a5568;
	line-height: 1.6
}
.title-flex-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fw-300 {
	font-weight: 300
}

.w-60 {
	width: 60% !important
}

.container-fluid-lg {
	padding: 0 calc(12px + (170 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.copy-code {
	cursor: pointer;
	margin: 6px 0 0;
}

.w-58 {
	width: 58% !important
}

.promotion-page ul {
	padding-left: 0;
	margin-bottom: 0;
}

.promotion-page li {
	display: inline-block;
	font-size: 14px;
}
.promotion-page p {
	font-size: 14px;
	line-height: 18px
}

.promotion-page a {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	text-decoration: none
}

.promotion-page a:hover {
	text-decoration: none;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease
}

.promotion-page a:focus {
	outline: none
}

.promotion-page button:focus {
	outline: none
}


.promotion-page :focus {
	outline: none
}

.promotion-page h1 {
	font-size: calc(40px + (70 - 40) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	line-height: 1.1;
	text-transform: capitalize;
	margin: 0
}

.promotion-page h2 {
	font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
	margin: 0
}

.theme-color {
	color: var(--theme-color) !important
}

.theme-bg-color {
	background: var(--theme-color) !important
}

.banner-contain-3 {
	border-radius: 10px;
	overflow: hidden;
	position: relative
}
.offer-banner {
	display: block;
	border-radius: 15px;
	overflow: hidden;
	position: relative
}
.copy-codes{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 19%;
	cursor: pointer;
}
.offer-banner .offer-box {
	position: absolute;
	bottom: calc(7px + (18 - 7) * ((100vw - 320px) / (1920 - 320)));
	right: calc(7px + (18 - 7) * ((100vw - 320px) / (1920 - 320)));
	background-color: var(--theme-color);
	border-radius: 50px
}

.offer-banner .offer-box a {
	color: #fff;
	padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320))) calc(15px + (21 - 15) * ((100vw - 320px) / (1920 - 320)));
	display: block
}

.offer-banner .offer-box a span {
	letter-spacing: 1.5px;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500
}

.category-box {
	background-color: #f8f8f8;
	margin: 0px auto;
	display: block;
	width: 90%;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	padding: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320))) 8px;
	z-index: 0
}

.category-box.category-bg {
	background: linear-gradient(149.8deg, #f6f5f2 17.21%, #fbfaf9 79.21%)
}

.category-box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--theme-color);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.category-box:hover {
	background-color: transparent
}

.category-box:hover::after {
	opacity: 1
}

.category-box:hover img {
	-webkit-filter: invert(1) brightness(100);
	filter: invert(1) brightness(100)
}

.category-box:hover h5 {
	color: #fff
}


.category-box img {
	width: calc(38px + (45 - 38) * ((100vw - 320px) / (1920 - 320)));
	height: calc(38px + (45 - 38) * ((100vw - 320px) / (1920 - 320)));
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

.product-category1 .slick-slide{
	margin-bottom: 20px;
}

.product-box-4 {
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 15px;
	position: relative;
	text-align: center
}

.product-box-4+.product-box-4 {
	margin-top: 20px !important
}

.product-box-4:hover .product-image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.product-box-4:hover .product-detail a .name {
	color: var(--theme-color) !important;
	font-weight: 600
}


.product-box-4 .product-image {
	position: relative
}

.product-box-4 .product-image-2 img {
	margin: 20px 0 !important
}

.product-box-4 .product-image img {
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.product-box-4 .product-image {
	height: calc(80px + 140 * ((100vw - 320px) / (1920 - 320)));
}

.product-box-4 .product-image img.product-image {
	width: 65%;
	height: auto;
	-o-object-fit: unset;
	object-fit: unset;
	margin: 20px auto 0
}

.product-box-4 .product-detail {
	text-align: left;
	margin-top: 15px;
	position: relative
}

.product-box-4 .product-detail a {
	color: #222
}

.product-box-4 .product-detail a .name {
	width: 70%;
	margin-top: 5px;
	text-transform: capitalize;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: left
}

[dir="rtl"] .product-box-4 .product-detail a .name {
	text-align: right
}

.product-box-4 .product-detail .price {
	margin-top: 5px;
	font-weight: 500
}

.product-box-4 .product-detail .price del {
	margin-left: 10px;
	color: #4a5568;
	font-weight: 400
}

[dir="rtl"] .product-box-4 .product-detail .price del {
	margin-left: unset;
	margin-right: 10px
}

.product-box-4 .product-detail .price-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)))
}

.slick-next {
	right: -25px;
}

.slick-prev {
	margin-right: 15px;
}

.slick-prev,
.slick-next {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	background: none;
}

.arrow-wrapper {
	position: relative;
}

.arrow-wrapper .slick-prev,
.arrow-wrapper .slick-next {
	transform: none;
	-webkit-transform: none
}

.arrow-btn {
	position: absolute;
	right: 0;
	top: -47px;
}

.banner-contain-3 .btn {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

.pro-content {
	width: 100%;
	height: auto;
}

.pro-content.f1 {
	margin-top: -2px;
}

.pro-content.f6 {
	margin: 25px auto 0;
}

.pro-content .title {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 10px;
}

.pro-content.f3 .title {
	margin-bottom: 20px;
}

.pro-content .title img {
	width: auto;
	height: 28px;
}


.pro-content .product-item .product-name {
	margin-top: 6px;
}

.product-box-4 .item-reviews {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.product-box-4 .reviews-number {
	display: inline-block;
	vertical-align: top;
}

.product-box-4 .rating-box {
	display: inline-block;
}

.product-details .product-name {
	text-align: left;
}

.pro-content .product-details {
	width: 50%;
}

.pro-content .product-details .price-box {
	text-align: left;
	margin-top: 6px;
}

.pro-content .product-item .buy {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-family: "OpenSans-Bold";
	background: var(--theme-color);
	margin: 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.pro-content .product-details .buy {
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-family: "OpenSans-Bold";
	background: var(--theme-color);
	margin: 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.pro-content .product-item .buy a {
	color: #fff;
}

.pro-content .product-details .buy a {
	color: #fff;
}

.pro-content .special-price .price {
	color: #581363;
}

.pro-content .pro-dis {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	text-align: left;

}

.product-details .pro-dis {
	text-align: left;
}

.pro-content .pro-dis span,.copy-code {
	display: inline-block;
	width: 99%;
	min-height: 28px;
	font-size: 12px;
	text-align: center;
	color: var(--theme-color);
	padding: 0 10px;
	border: 1px dashed var(--theme-color);
	position: relative;
	box-sizing: border-box;
	line-height: 28px;
}

.pro-content .pro-dis span i,.copy-code i {
	font-size: 16px;
	color: var(--theme-color);
	position: absolute;
	right: -8px;
	bottom: -2px;
}

.pro-content .pro-no-dis {
	width: auto;
	height: auto;
	text-align: center;
	margin: 6px 0 0;
}

.pro-content .pro-no-dis span {
	display: inline-block;
	width: 100%;
	min-height: 25px;
	text-align: left;
	color: #e53a88;
	overflow: hidden;
}

.pro-content .logo-list li {
	background: #fff;
}

.media-art {
	height: calc((100vw - 280px) / 4)
}

.promotion-page .product-item .price-box {
	overflow: hidden;
}
.three-slider2{
	padding-bottom: 40px;
}
@media (max-width: 375px) {
	.product-box-4 .product-image img {
		width: 100%;
		margin: 20px 0 0
	}
	.arrow-slider-2 .slick-prev,
	.arrow-slider-2 .slick-next {
		top: -29px
	}
}

@media (max-width: 480px) {
	.product-box-4 .product-image {
		width: 100%;
		height: calc(80px + (140 - 80) * ((100vw - 320px) / 60));
		margin: 0 !important
	}

	.product-box-4 .product-detail a .name {
		width: 100%
	}

	.product-box-4 .product-detail .price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.product-box-4 .product-detail .price del {
		margin-left: 5px
	}

	[dir="rtl"] .product-box-4 .product-detail .price del {
		margin-left: unset;
		margin-right: 5px
	}

	.product-box-4 .product-detail .price-qty {
		display: block
	}

	.arrow-slider-2 .slick-prev,
	.arrow-slider-2 .slick-next {
		top: -31px
	}
}

@media (max-width: 575px) {
	.product-box-4{
		padding:15px 6px
	}

	.slick-slider .slick-list {
		margin: 0 -6px
	}

	.slick-slider .slick-list .slick-slide>div,
	.slick-slider .slick-list .slick-slide>ul {
		margin: 0 6px
	}

	.arrow-slider .slick-prev {
		right: 45px
	}

	[dir="rtl"] .arrow-slider .slick-next {
		left: 40px
	}
}

@media (max-width: 767px) {
	.media-art {
		height: calc((100vw - 20px) / 2);
	}

	.product-item .special-price .price {
		font-size: 12px;
	}

	.arrow-slider-2 .slick-prev,
	.arrow-slider-2 .slick-next {
		top: -33px
	}

	.container-fluid-lg {
		padding: 0 15px;
	}

	.theme-option {
		bottom: calc(75px + (80 - 75) * ((100vw - 320px) / (1920 - 320)))
	}

	.pro-content .product-details {
		width: 60vw;
	}
	.promotion-page li .btn{
		width: 100%;
	}
	.nav-item{
		width: 48%
	}
}

@media (max-width: 850px) {

	.tab-style-color-2 {
		margin-top: 13px;
		padding-bottom: 11px
	}

	.title-flex-2 {
		display: block
	}

	.banner .mobile {
		display: block;
	}
}


@media (max-width: 991px) {
	.product-box-4 .product-image img {
		width: 100%;
		margin: 0 !important
	}

	.promotion-page .view-more {
		background: var(--theme-color);
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.arrow-slider-2 .slick-prev,
	.arrow-slider-2 .slick-next {
		top: -37px
	}
	.four-slider,.three-slider,.three-slider2{
		padding-bottom: 20px;
		--swiper-pagination-bottom: 0
	}
}

@media (max-width: 1265px) {
	.title-flex {
		display: block
	}

	.tab-style-color-2 {
		margin-top: 0
	}

	.tab-style-color {
		margin-top: 13px
	}

}

@media (max-width: 1460px) {
	.arrow-slider-2 .slick-prev,
	.arrow-slider-2 .slick-next {
		top: -38px
	}
}
.banner-section-3 .item {
    height: 37.33vw;
}
.banner-section .item {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.pro-content .swiper {
	margin-bottom: 20px;
}
@media (min-width: 576px) {
    .banner-section-3 .item {
        height: 209px;
    }
}
@media (min-width: 768px) {
    .banner-section-3 .item {
        height: 284px;
    }
}
@media (min-width: 992px) {
    .banner-section-3 .item {
        height: 184px;
    }
}
@media (min-width: 992px) {
    .promotion-page .product-item, .banner-section .item {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}
@media (min-width: 1200px) {
    .banner-section-3 .item {
        height: 218px;
    }
}
@media (min-width: 1400px) {
    .banner-section-3 .item {
        height: 255px;
    }
}

@media (min-width: 1500px) {
    .banner-section-3 .item {
        height: 272px;
    }
}
