body {
	padding: 0
}

li {
	list-style: none
}

.delivery {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 576px) {
	.delivery {
		padding: 2rem 1rem 2rem 1rem;
	}
}

.delivery .slider-img {
	width: 270px;
	height: auto;
	margin-top: 1rem;
}

@media (max-width: 576px) {
	.delivery .slider-img {
		width: 140px
	}
}

.delivery .slider-img-r {
	width: 200px;
	text-decoration: none
}

section {
	padding-top: 40px;
	padding-bottom: 3rem
}

@media (max-width:768px) {
	.slider-img-r {
		margin-top: 5rem !important
	}
}

.slider-box {
	position: relative;
	margin: auto;
	padding: 0;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

@media(max-width: 576px) {
	.slider-box {
		border-radius: 10px
	}
}

.slider-box img {
	max-width: 100%;
	transition: all ease-in-out 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}

.slider-box:hover img {
	transform: scale(1.1);
	transition: all ease-in-out 0.3s
}

@media screen and (max-width: 991px) {
	.offer-video {
		max-width: 100%;
		margin: 40px auto;
	}
}

.product-description {
	font-family: 'Noto Sans TC', sans-serif;
	line-height: 25px;
	font-size: 1rem;
}

@media (max-width: 576px) {
	.product-description {
		line-height: 25px;
		font-size: 0.9rem;
	}
}

.btns-group-custom {
	margin-top: 1em
}

@media (max-width: 576px) {
	.btns-group-custom {
		margin-top: 0.5rem
	}
}

/*********product label************/

input[type="radio"] {
	opacity: 0;
	width: 100%;
	height: 42px;
	background-color: blue;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

group {
	width: 100%;
	display: flex;
}

/* product-label-new */

.input-container form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.input-container label {
	display: flex;
	cursor: pointer;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	margin-right: 0.375em;
}

.input-container label input {
	position: absolute;
	left: -9999px;
}

.input-container label input:checked+span {
	background-color: var(--primary-color);
	color: #FFF
}

.input-container label input:checked+span:before {
	box-shadow: inset 0 0 0 0.4375em var(--primary-color);
}

.input-container label span {
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
	transition: 0.25s ease;
	border: 1px solid #c7c7c7;
	font-size: 1rem;
}

.input-container label span:hover {
	background-color: #dceaf7;
}

.input-container {
	display: flex;
	justify-content: center;
	align-items: center
}

/* product-label-end */


.delivery>h1 {
	margin-bottom: 5rem
}

.img-container {
	margin-top: 2rem
}

#index-modal {
	max-width: 100%;
	width: 450px;
	padding: 30px;
	border-radius: 15px;
}

#index-modal .fancybox-button.fancybox-close-small {
	display: none;
}

#index-modal .content .title {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--primary-color);
	border-left: 5px solid var(--primary-color);
}

#index-modal .content .desc {
	margin-bottom: -1rem;
}

#index-modal .content .desc h1,
#index-modal .content .desc h2,
#index-modal .content .desc h3,
#index-modal .content .desc h4,
#index-modal .content .desc h5,
#index-modal .content .desc h6 {
	line-height: 1.5;
}

#index-modal .content .desc p,
#index-modal .content .desc img {
	margin-bottom: 1rem;
	color: var(--text-color);
}

#index-modal .btn-close {
	position: absolute;
	top: 30px;
	right: 40px;
}

#index-modal .btn-close>a[data-fancybox-close] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 1.5rem;
	line-height: 38px;
	color: var(--text-color);
	background-color: #fff;
	border: 2px solid var(--accent-color);
	border-radius: .25rem;
	transition: all .25s ease;
}

#index-modal .btn-close>a[data-fancybox-close]:hover {
	color: #fff;
	background-color: var(--secondary-color);
	border: 2px solid var(--secondary-color);
}

.btn-close {
	background: none
}

.modal-desc {
	text-align: center;
	color: var(--text-color);
	line-height: 2rem;
	padding-top: 1rem
}

.modal-desc p {
	padding-top: 1rem
}

.modal-desc a {
	color: var(--primary-color);
	font-weight: 600
}

.title-text {
	color: var(--text-color);
	padding-bottom: 5rem
}

.social i {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 2rem
}

.product-page #content .share-block {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 2px solid #e5e5e5;
}

.product-page #content .share-block p {
	margin-bottom: 8px;
	font-size: 1.2rem;
}

.reward-ico {
	margin-top: -4rem
}

.reward-ico img {
	position: fixed;
	right: 10px;
	top: 70%;
	width: 3em;
	opacity: .8;
	z-index: 999
}

.reward-ico img:hover {
	opacity: 1
}

.re-ico {
	margin-top: 5em
}

.re-ico1 {
	margin-top: 10em
}

@media (max-width:700px) {
	.reward-ico img {
		position: fixed;
		right: 1em;
		top: 30%;
		width: 2.5em;
		opacity: .8;
		z-index: 999
	}

	.re-ico {
		margin-top: 4em
	}

	.re-ico1 {
		margin-top: 8em
	}
}

.fa-check, .fa-times {
	font-weight: 700
}

.section-title {
	text-align: center
}

.sale-banner {
	background-image: url(../../images/banner/sale-banner1.png);
	min-height: 250px;
	border-radius: 15px;
	background-position: center;
	background-size: cover;
}

.section-title .small-title {
	display: inline-block;
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	color: var(--primary-color);
}

.section-title .line {
	display: inline-block;
	margin-bottom: 5px;
	width: 35px;
	border: 0.5px solid var(--primary-color);
}

@media (max-width:450px) {
	section {
		padding-bottom: 1rem
	}
}


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-nav button {
	position: absolute;
	width: 40px;
	height: 75px;
	font-size: 1.05rem;
	color: #fff;
	z-index: 9;
	background-color: #0000008f;
}

.carousel-nav button:hover {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.carousel-nav button:not(:last-child) {
	margin-bottom: 15px;
}

.main-left-arrow {
	top: 56%
}

.main-right-arrow {
	right: 19.2%;
	top: 56%;
}


#blog {
	box-sizing: border-box;
}

.blog {
	padding: 40px 0
}

.blogList .blogItem {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center
}

.blogItem .txt {
	line-height: 30px
}

.blogItem .txt,
.blogItem img {
	width: 100%;
	max-width: 400px
}

@media(min-width: 768px) {

	.introItem .txt,
	.introItem img {
		max-width: 600px
	}

	.blogItem .txt,
	.blogItem img {
		max-width: 600px
	}
}

@media(min-width: 1400px) {
	.blogList .blogItem {
		flex-direction: row;
		justify-content: space-evenly
	}

	.blogList .blogItem:nth-child(even) {
		flex-direction: row-reverse
	}

	.blogItem .txt {
		width: 60%;
		padding: 20px
	}

	.blogItem img {
		width: 40%
	}
}

.img-inner {
	display: flex;
	justify-content: center
}

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

#carouselImages .carousel {
	color: rgb(32, 32, 32);

	--carousel-button-bg: #FFF;
	--carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
		0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;

	--carousel-button-svg-stroke-width: 2.5;
}

#carouselImages .carousel .carousel__button:focus {
	outline: none;
	box-shadow: 0 0 0 4px var(--primary-color);
}

#carouselImages .carousel .carousel__button.is-prev {
	left: -1.5rem;
}

#carouselImages .carousel .carousel__button.is-next {
	right: -1.5rem;
}

.carousel .carousel__dots {
	color: var(--secondary-color);
}

#mainCarousel .carousel__slide {
	width: 100%;
	padding: 0;
}

#thumbCarousel .carousel__slide {
	width: 88px;
	padding: 0.75rem;
}

#thumbCarousel .carousel__slide img {
	border-radius: 6px;
}

#thumbCarousel .carousel__slide.is-nav-selected img {
	box-shadow: 0 0 0 4px var(--primary-color);
}

.carousel__button {
	color: var(--primary-color);
	border: 3px solid var(--primary-color);
	background: transparent;
	border-radius: var(--carousel-button-border-radius, 35%);
}

/* #carouselExampleControls .carousel-item {
	height: 44rem;
} */

#carouselExampleControls img {
	width: 100%
}

#carouselExampleControls a {
	width: 100%
}

@media (min-width:1400px) {
	.blogList .blogItem {
		flex-direction: row;
		justify-content: space-evenly
	}

	.blogList .blogItem:nth-child(even) {
		flex-direction: row-reverse
	}

	.blogItem .txt {
		width: 60%;
		padding: 20px
	}

	.blogItem img {
		width: 40%
	}
}

@media (max-width:1400px) {
	#blog ol, ul {
		padding-left: 0
	}

	/* #carouselExampleControls .carousel-item {
		height: 32rem;
	} */
}


@media(max-width:991px) {
	.carousel-image-r {
		display: none
	}

	/* #carouselExampleControls .carousel-item {
		height: 28rem;
	} */
}

@media(min-width: 768px) {
	.slider-img-r {
		margin-top: 5rem !important
	}

	.introItem .txt,
	.introItem img {
		max-width: 600px
	}

	.blogItem .txt,
	.blogItem img {
		max-width: 600px
	}
}

@media (max-width:700px) {
	.reward-ico img {
		position: fixed;
		right: 1em;
		top: 30%;
		width: 2.5em;
		opacity: .8;
		z-index: 999
	}

	.re-ico {
		margin-top: 4em
	}

	.re-ico1 {
		margin-top: 8em
	}

	/* #carouselExampleControls .carousel-item {
		height: 17rem;
	} */
}

@media (max-width:450px) {
	section {
		padding-bottom: 1rem
	}

	/* #carouselExampleControls .carousel-item {
		height: 12rem;
	} */
}

@media (max-width:390px) {
	/* #carouselExampleControls .carousel-item {
		height: 10rem;
	} */
}

.carousel__button {
	color: var(--primary-color);
	border: 3px solid var(--primary-color);
	background: transparent;
	border-radius: var(--carousel-button-border-radius, 35%);
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.prev-arrow {
	left: -40px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 15px solid var(--main-color);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	z-index: 999;
}

.next-arrow {
	right: -40px;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 15px solid var(--main-color);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	z-index: 999;
}

/*sales*/

.sale-product-price {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

hr {
	border: 0;
	height: 3px;
	width: 30px;
	background-color: #cf092c;
	margin: 22px 0 20px;
}

.btn {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
	white-space: nowrap;
	border-radius: 5px;
}

.product {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 5px;
	background-position: bottom;
	background-size: cover;
	transition: all .3s ease-in-out
}

.product:hover {
	transform: translateY(-3px)
}

.sale-product-image {
	width: 100%;
	/* margin-left: 0%;
	margin-right: 0%; */
	/* display: block;
	height: 140px !important;
	width: 140px !important;
	object-fit: cover; */
	max-height: 170px !important
}

.image-outer {
	max-height: 140px;
	overflow: hidden;
	/* border: 2px dashed rgba(255, 255, 255, 1)*/

	background-color: #FFF;
}

@media (max-width: 576px) {
	.image-outer {
		max-height: 135px;
	}
}

.sale-product-title {
	font-size: 0.9rem;
	text-align: center;
	color: #000;
	margin: 0.5em 0 0.5em 0;
	line-height: 1.5;
	font-weight: 300;
	min-height: 38px;
	width: 90%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.sale-product-price {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -30px;
	left: -30px;
	width: 15rem;
	height: 4rem;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 6%;
}

.sale-product-btn {
	background-color: #155a9f;
	color: #ffffff;
	padding: 7px 6px;
	font-size: 0.9rem;
	font-weight: 400;
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 30px 25px -20px rgb(0 0 0 / 20%);
	transition: all .3s ease-in-out;
}

@media (max-width: 746px) {
	.sale-product-btn {
		bottom: -50px;
		right: 0;
		border: 2px solid #cc240f
	}
}

.sale-product-btn:hover {
	box-shadow: 0 36px 28px -20px rgba(0, 0, 0, 0.20);
	transform: translateY(-2px);
	color: #cc240f;
}

.product-item-price {
	text-align: center;
	color: rgb(255, 102, 0);
	font-size: 0.9rem;
	font-weight: 300;
	margin-bottom: 3px;
}

#demo {
	margin-bottom: 0;
}

.pulse-button {
	display: inline-block;
	box-shadow: 0 0 0 0 #c5092a;
	cursor: pointer;
	animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
	animation: none;
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
	}
}

.container-clock {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 10rem;
	width: 60rem;
	background-color: transparent;
	border-radius: 3px;
	box-shadow: none;

	font-size: 62.5%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 1rem;
	letter-spacing: .08rem;
	margin: 0 auto;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.clock-column {
	margin-right: 7rem;
	text-align: center;
	position: relative;
}

.clock-column::after {
	content: ':';
	display: block;
	height: 0.25rem;
	width: 0.25rem;
	font-size: 36px;
	font-weight: 200;
	color: #131313;
	position: absolute;
	top: 60px;
	right: -35px;
}

.clock-column:last-child::after {
	display: none;
}

.clock-column:last-child {
	margin-right: 0;
}

.clock-label {
	padding-top: 10px;
	text-transform: uppercase;
	color: #131313;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	border-top: 1px solid rgba(19, 19, 19, 0.5);
}

.clock-timer {
	color: #131313;
	font-size: 36px;
	line-height: 1;
}

.clock-input {
	clear: both;
	text-align: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 10px;
}

input#time-to {
	padding: 5px;
	border: 0;
	border-radius: 3px;
	font-size: 16px;
	font-family: monospace;
	text-align: center;
	color: #010101;
	background-color: #fff;
}

.done {
	color: #fff;
	font-weight: 600;
}

@media (max-width:776px) {
	/* .product {
		position: relative;
		padding: 17px;
		border-radius: 8px;
		background-color: #efefef;
		transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		box-shadow: 0 30px 25px -20px rgb(0 0 0 / 15%);
		margin: 0 auto;
		margin-bottom: 3rem;
	} */

	.sale-product-image {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: -5px;
		margin-bottom: 8px;
	}

	.sale-product-title {
		font-size: 1.25rem;
	}

	.container-clock {
		width: 23rem;
	}

	.clock-column {
		margin-right: 4rem;
	}

	.clock-timer {
		font-size: 1rem;
	}

	.clock-column::after {
		top: 50%;
	}
}

@media (max-width: 576px) {
	.product {
		padding: 13px
	}

	.sale-product-title {
		font-size: 0.95rem;
		font-weight: 400;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		min-height: 45px
	}
}


section#animation {
	position: relative;
	width: 100%;
	/* background-image: url(https://quakercereal.sfworldwide.com/product/oatmeal/images/about.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding-top: 120px;
	z-index: 1;
}

section#animation .img01, section#animation .img02, section#animation .img03, section#animation .img04 {
	position: absolute;
	z-index: 2;
	background-size: contain;
	background-repeat: no-repeat;
}

section#animation .img01 {
	width: 200px;
	left: 151px;
	top: 120px;
	z-index: 3;
}

section#animation .img02 {
	width: 200px;
	left: 200px;
	top: 90%;
}

section#animation .img03 {
	width: 235px;
	right: 110px;
	top: 70px;
	z-index: 3;
}

section#animation .img04 {
	width: 40%;
	right: 5%;
	top: 90%;
}

section#animation .inner {
	position: relative;
	width: 1250px;
	margin: 0 auto;
}

section#animation .inner .main {
	width: 1075px;
	position: relative;
	margin: 0 auto;
	padding: 80px 0;
	-webkit-box-shadow: 8px 8px 15px rgb(50 50 50 / 20%);
	box-shadow: 8px 8px 15px rgb(50 50 50 / 20%);
	background-color: #fff;
	background-image: url(https://quakercereal.sfworldwide.com/product/oatmeal/images/about_bg.png);
}

section#animation .inner .main .box {
	width: 900px;
	margin: 0 auto;
}

section#animation .inner .main .box figure {
	margin: 0 auto 30px;
}

section#animation .inner .main .box figure img {
	width: 100%;
}

section#animation .inner .main .box figure.t1 {
	width: 293px;
}

section#animation .inner .main .box figure.t2 {
	width: 260px;
}

section#animation .inner .main .box h1 {
	margin-bottom: 2rem;
	letter-spacing: 2px;
}

section#animation .inner .main .box .row01 {
	text-align: center;
	font-size: 20px;
	color: #f9ebb5;
	background-image: url(https://quakercereal.sfworldwide.com/product/oatmeal/images/about_bg02.png);
	background-repeat: repeat-x;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

section#animation .inner .main .box .row02 {
	text-align: center;
	font-size: 20px;
	background-color: #a5232a;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
	display: inline-block;
	text-align: left;
}

@media only screen and (max-width: 500px) {
	section#animation .inner {
		padding-bottom: 80px;
	}

	section#animation .inner .main {
		padding: 80px 0 30px;
	}

	section#animation .inner .main .box figure.t1 {
		width: 160px;
	}

	section#animation .inner .main .box h1 {
		/* font-size: 14px; */
		line-height: 18px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 750px) {
	section#animation .img04 {
		width: 180px;
		right: -50px;
		top: 750px;
	}

	section#animation .inner .main {
		width: calc(100% - 40px);
	}

	section#animation .inner .main .box {
		width: calc(100% - 21px);
	}

	section#animation .inner .main .box figure {
		margin: 0 auto 10px;
	}

	section#animation .inner .main .box h1 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1000px) {
	section#animation .img02 {
		display: none;
	}
}


@media only screen and (max-width: 1200px) {
	section#animation .img01 {
		width: 300px;
	}

	section#animation .img02 {
		width: 180px;
		top: 270px;
	}

	section#animation .img03 {
		width: 200px;
		right: -40px;
		top: 120px;
	}

	section#animation .img04 {
		width: 250px;
		right: -40px;
		top: 650px;
	}

	/* section#animation .inner .main {
		width: 700px;
	} */
}

@media only screen and (max-width: 1300px) {
	section#animation .inner {
		width: 100%;
	}

}

@media only screen and (max-width: 1600px) {
	section#animation .img01 {
		width: 150px;
		left: -1.5rem;
		top: 67%;
	}

	section#animation .img02 {
		display: none
	}

	section#animation .img03 {
		width: 200px;
		right: -1%;
		top: 10%;
	}

	section#animation .img04 {
		width: 300px;
	}
}

@media (max-width:776px) {
	section#animation .img01 {
		width: 100px;
		left: -1rem;
		top: 85%;
	}

	section#animation .img03 {
		width: 109px
	}

	.blogList {
		padding: 0
	}

	section#carouselImages {
		padding-top: 0
	}
}

/* .countdown-num {
	font-size: 1.5rem !important;
	margin-top: 15px;
	transform: rotate(-6deg);
	color: #FFF;
	text-shadow: 0.1em 0.1em #ff4a00;
	border: none;
	background-color: transparent;
} */

.countdown-num {
	font-size: 0.8rem;
	border: none;
	background-color: #000;
	color: #FFF;
	padding: 3px 6px;
	border-radius: 3px;
}

.countdown-num.ms {
	background-color: red !important;
}


.details-image-wrap .details-image-carousel-nav {
	top: 0;
	right: 0;
	width: 100%;
	position: unset;
}

.details-image-wrap .details-image-carousel-nav .slider-item {
	width: 95px !important;
	margin-right: 12px;
}

.details-image-wrap .details-image-carousel-nav {
	height: auto;
}


@media (max-width: 576px) {
	.details-image-wrap .details-image-carousel-nav {
		height: 100px;
		margin-top: 10px;
	}
}

@media (max-width: 420px) {
	.details-image-wrap .details-image-carousel-nav {
		height: 75px
	}
}

.slick-next {
	top: 50%;
	right: 6.4%;
	width: 30px;
	height: 50px;
	color: #FFF;
	background: #000;
	opacity: 0.5;
	transition: all .3s ease-in-out
}

.slick-prev {
	top: 50%;
	left: 6.4%;
	width: 30px;
	height: 50px;
	color: #FFF;
	background: #000;
	opacity: 0.5;
	transition: all .3s ease-in-out;
	z-index: 9;
}

.slick-next:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	line-height: 1;
	font-size: 25px;
}

.slick-prev::before {
	content: '\f104';
	font-family: 'Font Awesome 5 Pro';
	line-height: 1;
	font-size: 25px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #000;
	opacity: 1
}

.daily-sale .slick-next {
	right: 0
}

.daily-sale .slick-prev {
	left: 0
}

.slick-track {
	display: flex;
	flex-direction: row
}

.details-image-wrap .details-image-carousel-nav .slider-item {
	padding: 0;
	min-height: 52px;
}

@media (max-width:576px) {
	.details-image-wrap .details-image-carousel-nav .slider-item {
		min-height: 55px
	}
}

.details-image-wrap {
	margin-bottom: 0;
}

.details-content {
	margin-bottom: 0;
}

.details-flex-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}

.details-flex-title .details-title:after {
	background-color: transparent
}

.shop-details .details-title {
	font-size: 1.35rem;
	line-height: 1.5
}

@media (max-width: 576px) {
	.shop-details .details-title {
		font-size: 1.2rem;
		margin-bottom: 0
	}
}

.details-image-wrap {
	padding: 0;
	padding-left: 30px;
	padding-right: 30px
}

.size-button {
	margin-top: 25px
}

@media (max-width:576px) {
	.details-image-wrap .details-image-carousel .slider-item {
		min-height: 330px
	}

	.details-price .price-text {
		font-size: 1.025rem;
	}

	.quantity-boxed {
		min-width: 100%;
		padding: 5px 10px;
		border-radius: 5px;
	}

	.product-label {
		font-size: 0.9rem;
	}

	.details-section .btns-group {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: left
	}

	.details-price {
		margin-bottom: 0;
		margin-top: 0;
	}

	.size-button {
		margin-top: 20px
	}
}

.sale-header {
	background-color: #ffe1cd;
}

.sale-header-content {
	display: flex;
	align-items: center;
	font-size: 1rem;
	padding: 15px 0
}

.sale-header img {
	max-width: 177px;
}

@media (max-width: 576px) {
	.sale-header img {
		max-width: 130px;
	}

}

.countdown-amount {
	font-size: 130%;
}

.sale-body-item {
	padding: 0;
	box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
	background-color: #fdeee4
}

.sale-body-item a:hover {
	color: #000
}

.slick-list {
	padding: 10px 0;
}

.check-more {
	display: flex;
	justify-content: end;
}

.check-more a {
	color: #f36b3a
}

.check-more a:hover {
	color: #f36b3a
}

.slick-dots {
	bottom: -20px
}

.products-section.slick-initialized .slick-slide {
	display: flex
}