body.common-home {
	background-color: #f2f2f2
}

body.modal-open {
	padding-right: 0 !important
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0
	}
	100% {
		background-position: 468px 0
	}
}

.animated-background,
.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro img:not(.loaded),
.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner img:not(.loaded),
.section_blogs .item-news-image .thumb a img:not(.loaded),
.section_brands .slick_brand .slick-slide a img:not(.loaded) {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #F6F6F6;
	background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
	background-size: 700px 104px;
	position: relative
}

.home-slider .slick-slide {
	margin: 5px
}

.home-slider .slick-slide:hover,
.home-slider .slick-slide:focus {
	outline: none;
	box-shadow: none;
	border: none
}

.home-slider .slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	line-height: 30px;
	text-align: center;
	z-index: 2
}

@media (max-width: 1024px) {
	.home-slider .slick-arrow {
		display: none !important
	}
}

.home-slider .slick-arrow.slick-prev {
	left: -35px;
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px)
}

.home-slider .slick-arrow.slick-prev:before {
	content: "";
	background-image: url(back0b63.svg?1596009958128);
	height: 30px;
	width: 30px;
	display: block
}

.home-slider .slick-arrow.slick-next {
	right: -35px;
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-transform: translateX(30px);
	transform: translateX(30px)
}

.home-slider .slick-arrow.slick-next:before {
	content: "";
	background-image: url(//bizweb.dktcdn.net/100/394/912/themes/774842/assets/right-arrow.svg?1596009958128);
	height: 30px;
	width: 30px;
	display: block
}

.home-slider .slick-dots {
	text-align: center
}

.home-slider .slick-dots li {
	display: inline-block
}

.home-slider .slick-dots li button {
	box-shadow: none;
	outline: 0;
	display: block;
	width: 6px;
	height: 6px;
	background: none;
	border-radius: 50%;
	border: 1px solid #222;
	padding: 0;
	font-size: 0
}

.home-slider .slick-dots li+li {
	margin-left: 5px
}

.home-slider .slick-dots li.slick-active button {
	transition: all .2s;
	width: 30px;
	border-radius: 3px;
	background: #222
}

.home-slider:hover .slick-arrow.slick-next {
	right: -15px;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.home-slider:hover .slick-arrow.slick-prev {
	left: -15px;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.home-slider .slick-slide {
	margin: 0
}

.home-slider .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	border-radius: 15px;
	height: 24px;
	align-items: center;
	display: flex !important;
	justify-content: center
}

.home-slider .slick-dots li button {
	border-radius: 5px;
	height: 5px;
	width: 20px;
	border: none;
	background-color: #fff
}

.home-slider .slick-dots li.slick-active button {
	background-color: #903b04;
	border-radius: 5px;
	width: 20px
}

.section_search_feature {
	background-color: #fafafa;
	padding: 15px 0
}

@media (max-width: 991px) {
	.section_search_feature .row {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-flex-wrap: unset;
		flex-wrap: unset
	}
	.section_search_feature .row .col-lg-3 {
		-webkit-flex-shrink: 0;
		-ms-flex: 0 0 auto;
		flex-shrink: 0
	}
}

@media (max-width: 991px) {
	.section_search_feature .row .item-policy {
		margin-top: 5px
	}
}

.section_search_feature .row .item-policy a {
	display: flex;
	align-items: center
}

@media (max-width: 569px) {
	.section_search_feature .row .item-policy a {
		display: block;
		text-align: center
	}
}

.section_search_feature .row .item-policy a img {
	flex: 1;
	margin-right: 10px;
	width: 40px;
	min-width: 40px;
	height: 40px;
	max-width: 40px
}

@media (max-width: 569px) {
	.section_search_feature .row .item-policy a img {
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto
	}
}

.section_search_feature .row .item-policy a .item-policy-content h5 {
	margin-bottom: 2px;
	letter-spacing: 0.05em;
	font-size: 13px;
	line-height: 1.1;
	font-weight: 500;
	color: #222
}

.section_search_feature .row .item-policy a .item-policy-content .sub-text {
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	display: inline-block
}

.section_search_feature .row .item-policy a:hover .item-policy-content h5 {
	color: #903b04
}

.evo_block-promotion {
	margin-bottom: 40px;
	background: #f85032;
	background: -webkit-linear-gradient(to right, #e73827, #f85032);
	background: linear-gradient(to right, #e73827, #f85032);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px
}

@media (max-width: 767px) {
	.evo_block-promotion {
		margin-bottom: 20px
	}
}

.evo_block-promotion .promotion_title {
	padding: 10px;
	font-weight: 600;
	color: #fff;
	display: block;
	font-size: 23px;
	text-align: left
}

.evo_block-promotion .promotion_title:hover,
.evo_block-promotion .promotion_title:focus {
	color: #f5a623
}

.evo_block-promotion .promotion_title:hover span,
.evo_block-promotion .promotion_title:focus span {
	color: #fff
}

.evo_block-promotion .evo-index-product-contain {
	padding: 0 5px 5px 5px;
	margin-top: -5px
}

@media (max-width: 480px) {
	.evo_block-promotion .evo-index-product-contain {
		padding: 0 3.5px 3.5px 3.5px;
		margin-top: -3.5px
	}
}

@media (max-width: 991px) {
	.evo_block-promotion .evo-index-product-contain {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		flex-direction: unset;
		-webkit-flex-flow: unset;
		flex-flow: unset;
		-webkit-justify-content: unset;
		justify-content: unset;
		-webkit-align-items: unset;
		align-items: unset
	}
}

.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin {
	float: left;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	min-width: 20%
}

@media (max-width: 991px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		min-width: 25%
	}
}

@media (max-width: 767px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		min-width: 33.33333%
	}
}

@media (max-width: 480px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		min-width: 50%
	}
}

.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item {
	padding: 4px;
	background-color: #fff;
	border-radius: 5px;
	margin: 5px
}

@media (max-width: 480px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item {
		margin: 3.5px;
		padding: 2px
	}
}

.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
	height: 204px
}

@media (max-width: 1024px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
		height: 168px
	}
}

@media (max-width: 991px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
		height: 155px
	}
}

@media (max-width: 767px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
		height: 152px
	}
}

@media (max-width: 668px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
		height: 152px
	}
}

@media (max-width: 569px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
		height: 162px
	}
}

@media (max-width: 480px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
		height: 186px
	}
}

@media (max-width: 376px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
		height: 166px
	}
}

@media (max-width: 321px) {
	.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro {
		height: 139px
	}
}

.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.evo_block-promotion .evo-index-product-contain .evo-index-product-contain-margin .evo-product-block-item .evo-image-pro img:not(.loaded) {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.2
}

.evo_block-product {
	margin-bottom: 40px
}

@media (max-width: 767px) {
	.evo_block-product {
		margin-bottom: 20px
	}
}

.evo_block-product .sport-titles {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
	font-family: 'Exo', sans-serif;
	margin-bottom: 20px
}

.evo_block-product .sport-titles a {
	color: #1c1c1c
}

.evo_block-product .sport-titles a:hover,
.evo_block-product .sport-titles a:focus {
	color: #903b04
}

@media (max-width: 991px) {
	.evo_block-product .sport-titles {
		font-size: 30px
	}
}

.section_banner_1 {
	margin-bottom: 40px
}

@media (max-width: 767px) {
	.section_banner_1 {
		margin-bottom: 20px
	}
}

.section_banner_1 a,
.section_banner_2 a {
	overflow: hidden;
	display: block
}

.section_banner_1 a img,
.section_banner_2 a img {
	transition: all 1s linear
}

.section_banner_1 a:hover img,
.section_banner_2 a:hover img {
	transform: scale(1.1)
}

.evo_section_product {
	background-color: #fff;
	margin-top: 20px;
	border-top: 2px solid #903b04;
	margin-left: 0;
	margin-right: 0
}

@media (max-width: 767px) {
	.evo_section_product {
		margin-top: 7px
	}
}

.evo_section_product .evo-index-product-contain {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-wrap: wrap
}

@media (min-width: 992px) {
	.evo_section_product .evo-index-product-contain {
		border-left: 1px solid #f2f2f2
	}
}

.evo_section_product .evo-index-product-contain .evo-product-block-item {
	float: left;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	min-width: 20%;
	padding: 4px
}

@media (min-width: 992px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item {
		border-bottom: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2
	}
	.evo_section_product .evo-index-product-contain .evo-product-block-item:nth-child(5n) {
		border-right: none
	}
}

@media (min-width: 768px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item:nth-child(5n+1) {
		clear: left
	}
}

@media (max-width: 767px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		min-width: 50%
	}
	.evo_section_product .evo-index-product-contain .evo-product-block-item:nth-child(2n+1) {
		clear: left
	}
}

.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
	height: 179px
}

@media (max-width: 1024px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
		height: 149px
	}
}

@media (max-width: 991px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
		height: 140px
	}
}

@media (max-width: 767px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
		height: 240px
	}
}

@media (max-width: 668px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
		height: 240px
	}
}

@media (max-width: 569px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
		height: 240px
	}
}

@media (max-width: 480px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
		height: 192px
	}
}

@media (max-width: 376px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
		height: 173px
	}
}

@media (max-width: 321px) {
	.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro {
		height: 145px
	}
}

.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.evo_section_product .evo-index-product-contain .evo-product-block-item .evo-image-pro img:not(.loaded) {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.2
}

.evo_section_product .sport-title {
	padding-left: 0;
	padding-right: 0
}

@media (min-width: 992px) {
	.evo_section_product .sport-title, .tab_link_module .sport-title {
		border-bottom: 1px solid #f2f2f2
	}
}

.evo_section_product .sport-title p {
	display: block;
	width: 100%;
	background-color: #903b04;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 5px 20px 25px;
	position: relative;
	margin: 0;
	color: #fff;
	font-family: 'Exo', sans-serif
}

.evo_section_product .sport-title p span {
	display: none
}

@media (max-width: 991px) {
	.evo_section_product .sport-title p {
		padding: 7px 10px
	}
	.evo_section_product .sport-title p span {
		display: block;
		height: 20px !important;
		width: 20px !important;
		position: absolute;
		right: 7.5px;
		top: 50%;
		transform: translate(0, -50%)
	}
	.evo_section_product .sport-title p span:after,
	.evo_section_product .sport-title p span:before {
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-90deg);
		background-color: currentColor;
		transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
	}
	.evo_section_product .sport-title p span:before {
		width: 11px;
		height: 1px;
		opacity: 1
	}
	.evo_section_product .sport-title p span:after {
		width: 1px;
		height: 11px
	}
	.evo_section_product .sport-title p.active span:before,
	.evo_section_product .sport-title p.active span:after {
		transform: translate(-50%, -50%) rotate(90deg)
	}
	.evo_section_product .sport-title p.active span:before {
		opacity: 0
	}
}

.evo_section_product .sport-title p:before {
	content: "";
	border-top: 36px solid transparent;
	border-left: 20px solid;
	border-bottom: 36px solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -2px;
	left: 0px;
	border-left-color: #eb7609
}

@media (max-width: 991px) {
	.evo_section_product .sport-title p:before {
		display: none
	}
}

.evo_section_product .sport-title p a {
	color: #fff
}

@media (min-width: 1024px) {
	.evo_section_product .sport-title .menu {
		max-height: calc(534px - 80px);
		overflow-y: auto
	}
	.evo_section_product .sport-title .menu::-webkit-scrollbar-track {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		border-radius: 0;
		background-color: #F5F5F5
	}
	.evo_section_product .sport-title .menu::-webkit-scrollbar {
		width: 5px;
		background-color: #F5F5F5
	}
	.evo_section_product .sport-title .menu::-webkit-scrollbar-thumb {
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background-color: #e5e5e5
	}
}

@media (max-width: 991px) {
	.evo_section_product .sport-title .menu {
		display: none
	}
}

.evo_section_product .sport-title .menu a {
	display: block;
	color: #333;
	padding: 5px
}

.evo_section_product .sport-title .menu a:hover,
.evo_section_product .sport-title .menu a:focus {
	color: #903b04
}

.evo_section_product .sport-title .menu a+a {
	border-top: 1px solid #f2f2f2
}

.section_three_banner {
	padding-top: 50px;
	padding-bottom: 50px
}

@media (max-width: 767px) {
	.section_three_banner {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.section_three_banner .distance-top-ele {
	margin-top: 20px
}

@media (max-width: 767px) {
	.section_three_banner .distance-top-ele {
		margin-top: 15px
	}
}

.section_three_banner .evo-index-banner-content-mid .secondary-font {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
	padding-right: 15px;
	font-family: 'Exo', sans-serif
}

@media (max-width: 991px) {
	.section_three_banner .evo-index-banner-content-mid .secondary-font {
		font-size: 18px;
		padding: 0
	}
}

@media (max-width: 767px) {
	.section_three_banner .evo-index-banner-content-mid .secondary-font {
		font-size: 30px;
		padding: 0
	}
}

.section_three_banner .evo-index-banner-content-mid .short-desc {
	padding-top: 35px;
	color: #3c3c3c
}

@media (max-width: 991px) {
	.section_three_banner .evo-index-banner-content-mid .short-desc {
		padding-top: 20px;
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.section_three_banner .evo-index-banner-content-mid .short-desc {
		font-size: 14px;
		padding-top: 10px;
		margin-bottom: 0
	}
}

.section_three_banner .evo-index-banner-content-mid .button-style {
	color: #fff;
	border: 1px solid #222;
	background: #222;
	margin-top: 40px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 35px;
	height: 45px;
	line-height: 43px;
	border-radius: 25px;
	text-align: center;
	font-weight: 600;
	display: inline-block
}

@media (max-width: 991px) {
	.section_three_banner .evo-index-banner-content-mid .button-style {
		margin-top: 20px;
		height: 35px;
		line-height: 33px;
		border-radius: 15px
	}
}

@media (max-width: 767px) {
	.section_three_banner .evo-index-banner-content-mid .button-style {
		margin-bottom: 20px;
		border-radius: 25px
	}
}

.section_three_banner .evo-index-banner-content-mid .button-style:hover,
.section_three_banner .evo-index-banner-content-mid .button-style:focus {
	color: #fff;
	border-color: #903b04;
	background-color: #903b04
}

@media (max-width: 569px) {
	.section_three_banner .fix-right {
		padding-right: 3.5px;
		margin-bottom: 7px
	}
	.section_three_banner .fix-left {
		padding-left: 3.5px;
		margin-bottom: 7px
	}
}

.section_three_banner .zoom-effect {
	position: relative
}

.section_three_banner .zoom-effect .zoom-effect__inner {
	position: relative;
	overflow: hidden;
	-ms-transition: ease-in-out all 0.3s;
	-webkit-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
	display: block
}

.section_three_banner .zoom-effect .zoom-effect__inner img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.section_three_banner .zoom-effect .evo-content-index-banner {
	position: absolute;
	padding: 15px;
	bottom: 0;
	left: 0;
	text-align: left
}

.section_three_banner .zoom-effect .evo-content-index-banner a {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	display: block;
	line-height: 1.1
}

@media (max-width: 767px) {
	.section_three_banner .zoom-effect .evo-content-index-banner a {
		font-size: 15px
	}
}

.section_three_banner .zoom-effect .evo-content-index-banner a:hover,
.section_three_banner .zoom-effect .evo-content-index-banner a:focus {
	color: #903b04
}

.section_three_banner .zoom-effect:hover .zoom-effect__inner img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.section_three_banner .zoom-effect.zoom-fix-1 {
	margin-bottom: 20px
}

@media (max-width: 569px) {
	.section_three_banner .zoom-effect.zoom-fix-1 {
		margin-bottom: 7px
	}
}

.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
	height: 300px
}

@media (max-width: 1024px) {
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
		height: 251px
	}
}

@media (max-width: 991px) {
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
		height: 185px
	}
}

@media (max-width: 767px) {
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
		height: 209px
	}
}

@media (max-width: 668px) {
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
		height: 209px
	}
}

@media (max-width: 569px) {
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
		height: 337px
	}
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner img {
		width: 100% !important
	}
}

@media (max-width: 480px) {
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
		height: 247px
	}
}

@media (max-width: 376px) {
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
		height: 223px
	}
}

@media (max-width: 321px) {
	.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner {
		height: 189px
	}
}

.section_three_banner .zoom-effect.zoom-fix-1 .zoom-effect__inner img:not(.loaded) {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.2
}

.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
	height: 300px
}

@media (max-width: 1024px) {
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
		height: 251px
	}
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner img {
		width: 100% !important;
		height: 100%
	}
}

@media (max-width: 991px) {
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
		height: 185px
	}
}

@media (max-width: 767px) {
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
		height: 209px
	}
}

@media (max-width: 668px) {
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
		height: 209px
	}
}

@media (max-width: 569px) {
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
		height: 300px
	}
}

@media (max-width: 480px) {
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
		height: 249px
	}
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner img {
		width: auto !important;
		height: auto
	}
}

@media (max-width: 376px) {
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
		height: 228px
	}
}

@media (max-width: 321px) {
	.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner {
		height: 193px
	}
}

.section_three_banner .zoom-effect.zoom-fix-2 .zoom-effect__inner img:not(.loaded) {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.2
}

.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
	height: 300px
}

@media (max-width: 1024px) {
	.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
		height: 249px
	}
}

@media (max-width: 991px) {
	.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
		height: 180px
	}
}

@media (max-width: 767px) {
	.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
		height: 206px
	}
}

@media (max-width: 569px) {
	.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
		height: 300px
	}
	.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner img,
	.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner img,
	.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner img {
		width: 100% !important;
		height: 100%
	}
}

@media (max-width: 480px) {
	.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
		height: 249px
	}
}

@media (max-width: 376px) {
	.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
		height: 228px
	}
}

@media (max-width: 321px) {
	.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner,
	.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner {
		height: 193px
	}
}

.section_three_banner .zoom-effect.zoom-fix-3 .zoom-effect__inner img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-4 .zoom-effect__inner img:not(.loaded),
.section_three_banner .zoom-effect.zoom-fix-5 .zoom-effect__inner img:not(.loaded) {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.2
}

.section_blogs {
	margin-top: 40px
}

@media (max-width: 767px) {
	.section_blogs {
		margin-top: 20px
	}
	.section_blogs .evo-blogs-mobile {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		flex-direction: unset;
		-webkit-flex-flow: unset;
		flex-flow: unset;
		-webkit-justify-content: unset;
		justify-content: unset;
		-webkit-align-items: unset;
		align-items: unset
	}
}

.section_blogs .sport-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
	font-family: 'Exo', sans-serif;
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.section_blogs .sport-title {
		margin-bottom: 10px
	}
}

.section_blogs .sport-title a {
	color: #1c1c1c
}

.section_blogs .sport-title a:hover,
.section_blogs .sport-title a:focus {
	color: #903b04
}

@media (max-width: 991px) {
	.section_blogs .sport-title {
		font-size: 30px
	}
}

.section_blogs .item-news-image {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-top: 20px
}

.section_blogs .item-news-image .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.section_blogs .item-news-image .thumb::after {
	background: #fff none repeat scroll 0 0;
	bottom: -35px;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	-o-transform: skewY(-5deg);
	width: 100%;
	border-top: 2px solid #efb423
}

.section_blogs .item-news-image .thumb a {
	display: block;
	height: 240px;
	position: relative
}

@media (max-width: 1024px) {
	.section_blogs .item-news-image .thumb a {
		height: 200px
	}
}

@media (max-width: 991px) {
	.section_blogs .item-news-image .thumb a {
		height: 146px
	}
}

@media (max-width: 767px) {
	.section_blogs .item-news-image .thumb a {
		height: 317px
	}
}

@media (max-width: 668px) {
	.section_blogs .item-news-image .thumb a {
		height: 317px
	}
}

@media (max-width: 569px) {
	.section_blogs .item-news-image .thumb a {
		height: 334px
	}
}

@media (max-width: 480px) {
	.section_blogs .item-news-image .thumb a {
		height: 244px
	}
}

@media (max-width: 376px) {
	.section_blogs .item-news-image .thumb a {
		height: 220px
	}
}

@media (max-width: 321px) {
	.section_blogs .item-news-image .thumb a {
		height: 186px
	}
}

.section_blogs .item-news-image .thumb a img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.section_blogs .item-news-image .thumb a img:not(.loaded) {
	width: 100% !important;
	height: 100% !important;
	opacity: 1
}

.section_blogs .item-news-image .info {
	padding: 20px;
	position: relative;
	padding-top: 10px
}

@media (max-width: 991px) {
	.section_blogs .item-news-image .info {
		padding: 10px;
		padding-top: 5px
	}
}

.section_blogs .item-news-image .info span.date {
	position: absolute;
	right: 30px;
	top: -87px;
	background: #efb423;
	color: #491d09;
	width: 80px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	z-index: 9;
	border-radius: 5px;
	font-size: 17px
}

.section_blogs .item-news-image .info .a-title {
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 10px;
	color: #232323;
	font-size: 17px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: unset;
	max-height: 47px;
	min-height: 47px
}

@media (max-width: 991px) {
	.section_blogs .item-news-image .info .a-title {
		font-size: 15px;
		line-height: 1.1;
		max-height: 32px;
		min-height: 32px
	}
}

.section_blogs .item-news-image .info .a-title:hover,
.section_blogs .item-news-image .info .a-title:focus {
	color: #903b04
}

.section_blogs .item-news-image .info .btn-more {
	margin-top: 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #efb423;
	text-transform: uppercase;
	border: 1px solid #dee2e6;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 0px 20px;
	height: 40px;
	line-height: 38px
}

@media (max-width: 991px) {
	.section_blogs .item-news-image .info .btn-more {
		height: 35px;
		line-height: 33px;
		margin-top: 0
	}
}

.section_blogs .item-news-image .info .btn-more:hover,
.section_blogs .item-news-image .info .btn-more:focus {
	color: #fff;
	background-color: #efb423;
	border-color: #efb423
}

.section_banner_2 .row {
	margin-left: 0;
	margin-right: 0
}

.section_banner_2 .row a {
	padding-left: 0;
	padding-right: 0;
	border-right: 5px solid transparent
}

@media (max-width: 767px) {
	.section_banner_2 .row a {
		padding-right: 0;
		border-right: none
	}
}

.section_banner_2 .row a+a {
	padding-left: 0;
	padding-right: 0;
	border-left: 5px solid transparent;
	border-right: none
}

@media (max-width: 767px) {
	.section_banner_2 .row a+a {
		padding-left: 0;
		border-left: none
	}
}

@media (max-width: 767px) {
	.section_banner_2 .row a+a {
		margin-top: 20px
	}
}

@media (max-width: 480px) {
	.section_banner_2 .row a+a {
		margin-top: 7.5px
	}
}

.section_brands {
	margin: 20px 0
}

.section_brands .slick_brand {
	background-color: #fff
}

.section_brands .slick_brand .slick-slide a {
	display: block;
	padding: 5px;
	height: 56px;
	width: 100%;
	position: relative
}

.section_brands .slick_brand .slick-slide a img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.section_brands .slick_brand .slick-slide a img:not(.loaded) {
	width: 100% !important;
	height: 100% !important;
	opacity: 0.2
}

.awe-section-10 .owl-nav .owl-prev, .awe-section-10 .owl-nav .owl-next {
	display: none;
} 
 @media (max-width: 767px) {
  .evo_sidebar_search .evo-search-content .evo-search .evo-search-form button {
    padding: 0;
  }
  .evo_sidebar_search .evo-search-content .evo-search .evo-search-form button svg {
    margin-top: 18px;
  }
}