/* Cover */

.cover-wrapper {
	background: rgb(255, 132, 27);
	background: -moz-linear-gradient(90deg, rgba(255, 132, 27, 1) 0%, rgba(255, 133, 27, 1) 50.99%, rgba(255, 161, 49, 1) 51%, rgba(255, 161, 49, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 132, 27, 1) 0%, rgba(255, 133, 27, 1) 50.99%, rgba(255, 161, 49, 1) 51%, rgba(255, 161, 49, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 132, 27, 1) 0%, rgba(255, 133, 27, 1) 50.99%, rgba(255, 161, 49, 1) 51%, rgba(255, 161, 49, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff841b", endColorstr="#ffa131", GradientType=1);
}

/*---------------------
  User Dropdown
-----------------------*/
.header__right__auth .dropdown-item {
	color: #666666;
	background-color: none;
}
.header__right__auth .dropdown-item:hover {
    color: #ffffff;
	background-color: #ff841b;
}

/*---------------------
  Banner
-----------------------*/

.banner {
	height: 400px;
}

.banner-content {
	padding-top: 150px;
	/*text-align: center;*/
}
.banner-content p {
	font-size: 2.5rem;
	line-height: 0.9;
	/*color: #fff;*/
	margin-bottom: 12px;
}
.banner-content p.phrase {
    font-size: 1rem;
    line-height: 0.9;
	text-transform: uppercase;
    /*color: #fff;*/
    margin-bottom: 8px;
}

.dyn-y {
	padding-top: 150px;
}

.banner__text span {
	font-size: 18px;
	color: #ca1515;
	text-transform: uppercase;
}

.banner__text h1 {
	font-size: 80px;
	color: #111111;
	font-family: "Cookie", cursive;
	margin-bottom: 15px;
}

.banner__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.banner__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.banner__slider {
	text-align: center;
	padding: 150px 0 0;
}

.banner__slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	top: 430px;
	width: 100%;
	text-align: center;
}

.banner__slider.owl-carousel .owl-dots button {
	height: 12px;
	width: 12px;
	background: #a1a1a1;
	border-radius: 50%;
	margin-right: 10px;
}

.banner__slider.owl-carousel .owl-dots button.active {
	background: #ca1515;
}

.banner__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

/*---------------------
  Trend
-----------------------*/

.trend {
	padding-top: 80px;
	padding-bottom: 50px;
}

.trend__content .section-title h4 {
	font-size: 20px;
}

.trend__content .section-title h4:after {
	bottom: -6px;
}

.trend__item {
	overflow: hidden;
	margin-bottom: 35px;
}

.trend__item__pic {
	float: left;
	margin-right: 25px;
}

.trend__item__text {
	overflow: hidden;
}

.trend__item__text h6 {
	font-size: 14px;
	color: #111111;
	margin-bottom: 5px;
}

.trend__item__text .rating {
	line-height: 18px;
	margin-bottom: 6px;
}

.trend__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.trend__item__text .rating i:last-child {
	margin-right: 0;
}

.trend__item__text .product__price {
	color: #111111;
	font-weight: 600;
}

.trend__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Discount
-----------------------*/

.discount__pic img {
	min-width: 100%;
	height: 100%;
}

.discount__text {
	background: #f4f4f4;
	height: 390px;
	padding: 75px 90px 50px;
	text-align: center;
}

.discount__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.discount__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.discount__text__title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.discount__text__title:after {
	position: absolute;
	left: 50%;
	top: -38px;
	height: 183px;
	width: 183px;
	background: #ffffff;
	content: "";
	border-radius: 50%;
	z-index: -1;
	margin-left: -91.5px;
}

.discount__text__title span {
	font-size: 12px;
	color: #111111;
	font-weight: 500;
	text-transform: uppercase;
}

.discount__text__title h2 {
	font-size: 60px;
	color: #ca1515;
	font-family: "Cookie", cursive;
	line-height: 46px;
	margin-bottom: 10px;
}

.discount__text__title h5 {
	color: #ca1515;
	font-weight: 700;
}

.discount__text__title h5 span {
	font-size: 14px;
	color: #111111;
	margin-right: 4px;
}

.discount__countdown {
	text-align: center;
	margin-bottom: 10px;
}

.countdown__item {
	margin-bottom: 15px;
	float: left;
	width: 25%;
}

.countdown__item:last-child {
	margin-right: 0;
}

.countdown__item span {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
}

.countdown__item p {
	color: #111111;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	div.banner-content p {
        font-size: 1.5rem;
    }
	div.banner-content p.phrase {
		font-size: 1rem;
	}
	.dyn-y {
		padding-top: 20px;
	}
}
