@charset "UTF-8"; 

@import url("css3.css");

@import url("css2.css");


@font-face {
	font-family: "Aktiv grotesk";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/aktiv-grotesk.ttf") format("truetype")
}

@font-face {
	font-family: "Aktiv grotesk";
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/aktiv-grotesk-medium.ttf")
		format("truetype")
}

@font-face {
	font-family: "Aktiv grotesk";
	font-weight: 600;
	font-style: normal;
	src: url("../fonts/aktiv-grotesk-bold.ttf") format("truetype")
}

@font-face {
	font-family: "Aktiv grotesk";
	font-weight: 300;
	font-style: normal;
	src: url("../fonts/aktiv-grotesk-light.ttf")
		format("truetype")
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	font-style: normal;
	color: #052840;
	font-family: "Aktiv grotesk", sans-serif;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.body_wrap {
	overflow: hidden;
	position: relative
}

::-moz-selection {
	color: #fff;
	background-color: #000
}

::selection {
	color: #fff;
	background-color: #000
}

::-moz-selection {
	color: #fff;
	background-color: #000
}

iframe {
	border: 0
}

a:focus, a:active, input, input:hover, input:focus, input:active,
	textarea, textarea:hover, textarea:focus, textarea:active {
	outline: 0
}

img:not ([draggable] ), embed, object, video {
	height: auto;
	max-width: 100%
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle
}

a {
	outline: 0;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

a:active, a:focus, a:hover, a:visited {
	outline: 0;
	text-decoration: none
}

button {
	padding: 0;
	border: 0;
	outline: 0;
	background: 0;
	display: inline-block;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

button:focus {
	outline: 0
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #252525;
	font-family: "Aktiv grotesk", sans-serif
}

hr {
	opacity: 1;
	height: 2px;
	margin: 25px 0;
	border-top: 1px solid #f5f5f5
}

.sr-only, .hidden {
	display: none !important;
	opacity: 0;
	visibility: hidden
}

.backtotop {
	right: 25px;
	z-index: 999;
	bottom: 25px;
	display: none;
	position: fixed
}

.backtotop .scroll {
	z-index: 1;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	color: #252525;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	-webkit-box-shadow: 0 7px 10px 1.75px rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 10px 1.75px rgba(0, 0, 0, 0.07)
}

.bg_default_red {
	background-color: #cd1212
}

.bg_default_blue {
	background-color: #051d43
}

.bg_default_color {
	background-color: #052840
}

.bg_default_black {
	background-color: #252525
}

.bg_default_yellow {
	background-color: #f02757
}

.bg_default_orange {
	background-color: #e23e1d
}

.container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px
}

.container .row {
	margin-left: -15px;
	margin-right: -15px
}

.container .col {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	padding-left: 15px;
	padding-right: 15px
}

.section_space {
	/* padding-top: 80px;
	padding-bottom: 80px */
	margin-top:40px;
}

.load_more {
	margin-top: 60px
}

.btn {
	outline: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 33px 7px;
	text-transform: capitalize;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn:hover {
	color: #fff
}

.btn.btn_primary {
	border-color: #f02757;
	background-color: #f02757
}

.btn.btn_primary:hover {
	color: #f02757;
	background-color: transparent
}

.btn.btn_secondary {
	border-color: #051d43;
	background-color: #051d43
}

.btn.btn_secondary:hover {
	color: #051d43;
	background-color: transparent
}

.btn.btn_danger {
	border-color: #e23e1d;
	background-color: #e23e1d
}

.btn.btn_danger:hover {
	color: #e23e1d;
	background-color: transparent
}

.btn.btn_dark {
	border-color: #252525;
	background-color: #252525
}

.btn.btn_dark:hover {
	color: #252525;
	background-color: transparent
}

.btn.btn_gray {
	color: #252525;
	border-color: #f4f4f4;
	background-color: #f4f4f4
}

.btn.btn_gray:hover {
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.btn.border_primary {
	color: #636363;
	border-color: #f02757
}

.btn.border_primary:hover {
	color: #fff;
	background-color: #f02757
}

.btn.border_white {
	color: #fff;
	border-color: #fff
}

.btn.border_white:hover {
	color: #e23e1d;
	background-color: #fff
}

.btn.border_black {
	color: #252525;
	border-color: #252525
}

.btn.border_black:hover {
	color: #fff;
	background-color: #252525
}

.ul_li, .ul_li_right, .ul_li_center {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ul_li>li, .ul_li_right>li, .ul_li_center>li {
	float: left;
	list-style: none;
	display: inline-block
}

.ul_li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.ul_li_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ul_li_right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.ul_li_block {
	margin: 0;
	padding: 0;
	display: block
}

.ul_li_block>li {
	display: block;
	list-style: none
}

.section_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	border-bottom: 1px solid #eee
}

.section_title .title_text {
	z-index: 1;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	margin-bottom: -1px;
	display: inline-block
}

.section_title .title_text i {
	font-size: 18px;
	margin-right: 20px
}

.sec-title-link {
	position: relative;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px
}

.sec-title-link h3 {
	font-size: 22px;
	margin: 0 0 20px
}

.sec-title-link .view-all {
	position: absolute;
	right: 0;
	top: 0
}

.sec-title-link .view-all a {
	color: #252525;
	font-size: 14px;
	font-weight: 500
}

.sec-title-link .view-all a i {
	display: inline-block;
	padding-left: 5px
}

.slick-dots li {
	display: inline-block
}

.slick-dots li:not (:last-child ){
	margin: 0 8px 0 0
}

.slick-dots li button {
	opacity: 1;
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 100%;
	border: 1px solid #d5d5d5;
	background-color: #d5d5d5;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.slick-dots li:hover button, .slick-dots li.slick-active button {
	opacity: 1;
	background-color: #fff;
	border-color: #e23e1d
}

.carousel_nav {
	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
}

.carousel_nav button {
	width: 35px;
	height: 35px;
	color: #2f3034;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
	border-radius: 3px;
	background-color: #f4f4f4
}

.carousel_nav button:hover {
	color: #fff;
	background-color: #f02757
}

.carousel_nav button:not (:last-child ){
	margin-right: 5px
}

.arrows_topright {
	position: relative
}

.arrows_topright .carousel_nav {
	right: 0;
	top: -50px;
	position: absolute
}

#preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	position: fixed;
	overflow: visible;
	background: #fff url("../images/preloader.svg") no-repeat center center
}

.form_item {
	position: relative;
	margin-bottom: 30px
}

.form_item textarea, .form_item input {
	width: 100%;
	outline: 0;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid #f5f5f5;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.form_item textarea:focus, .form_item input:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #f02757
}

.form_item input {
	height: 75px;
	padding: 0 35px
}

.form_item textarea {
	min-height: 180px;
	padding: 30px 40px
}

.input_title {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #052840
}

:-moz-placeholder {
	color: #959595
}

::-moz-placeholder {
	color: #959595
}

:-ms-input-placeholder {
	color: #959595
}

::-webkit-input-placeholder {
	color: #959595
}

.select_option {
	position: relative;
	margin-bottom: 30px
}

.select_option .nice-select {
	width: 100%;
	height: 60px;
	padding: 0 35px;
	line-height: 60px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #f5f5f5;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.select_option .nice-select:after {
	margin: 0;
	width: auto;
	height: auto;
	border: 0;
	float: right;
	margin-left: 5px;
	font-weight: 400;
	content: "";
	-webkit-transform: unset;
	transform: unset;
	position: static;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	font-family: "Font Awesome 5 Pro"
}

.select_option .nice-select .list {
	width: 100%;
	border: 0;
	margin-top: 5px;
	padding: 12px 0;
	border-radius: 0;
	min-width: 220px;
	-webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15)
}

.select_option .nice-select .list>li {
	line-height: 1;
	font-size: 15px;
	padding: 15px 30px;
	color: #052840;
	white-space: break-spaces
}

@media ( max-width :991px) {
	.select_option .nice-select .list>li {
		font-size: 13px;
		padding: 15px 20px
	}
}

.select_option .nice-select .list>li:not (:last-child ){
	border-bottom: 1px solid #ededed
}

.select_option .nice-select .list>li:hover, .select_option .nice-select .list>li.selected
	{
	font-weight: 400;
	color: #e23e1d;
	background-color: rgba(199, 161, 122, 0.04)
}

.select_option .nice-select .option {
	padding: 0 25px;
	min-height: 40px;
	line-height: 40px;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.checkbox_item {
	position: relative;
	margin-bottom: 30px
}

.checkbox_item input {
	float: left;
	width: 26px;
	height: 26px;
	cursor: pointer;
	margin-top: -1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 9px;
	position: relative;
	border-radius: 3px;
	border: 1px solid #eaeaea;
	background-color: #fff
}

.checkbox_item input:before {
	top: 50%;
	left: 50%;
	opacity: 0;
	content: "";
	font-weight: 400;
	position: absolute;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 5 Pro"
}

.checkbox_item input:checked:before {
	opacity: 1
}

.checkbox_item label {
	display: table;
	color: #333;
	cursor: pointer;
	margin-bottom: 0
}

.radio_item {
	position: relative;
	margin-bottom: 30px
}

.radio_item input {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-top: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	margin-right: 10px;
	border-radius: 100%;
	border: 1px solid #c6c6c6;
	background-color: #fff
}

.radio_item input:before {
	top: 50%;
	left: 50%;
	opacity: 0;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 100%;
	background-color: #051d43;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.radio_item input:checked:before {
	opacity: 1
}

.radio_item label {
	margin: 0;
	display: table;
	cursor: pointer;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.social_primary li:not (:last-child ){
	margin-right: 20px
}

.social_primary a {
	font-size: 13px;
	color: #052840
}

.social_primary a:hover {
	color: #e23e1d
}

.social_round {
	margin: -5px
}

.social_round>li {
	padding: 5px
}

.social_round a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #818181;
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f1f1f1
}

.social_round a:hover {
	color: #fff;
	background-color: #f02757
}

.social_round2 {
	margin: -5px
}

.social_round2>li {
	padding: 5px
}

.social_round2 a {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #959595;
	font-size: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #959595
}

.social_round2 a:hover {
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.default_share_links>li:not (:last-child ){
	margin-right: 20px
}

.default_share_links a {
	display: block;
	line-height: 1;
	font-weight: 500;
	color: #252525
}

.default_share_links span, .default_share_links small {
	height: 24px;
	padding: 0 6px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #ccc
}

.default_share_links span {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf),
		to(#fff));
	background-image: linear-gradient(0deg, #dfdfdf, #fff)
}

.default_share_links .facebook span {
	color: #3b55a0
}

.default_share_links .twitter span {
	color: #00acee
}

.default_share_links .google span {
	color: #ea4335
}

.default_share_links .share span {
	color: #fff;
	border-color: transparent;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fe6d4c),
		to(#fe6d4c));
	background-image: linear-gradient(0deg, #fe6d4c, #fe6d4c)
}

.rating_star li {
	color: #71737a;
	font-size: 12px
}

.rating_star li:not (:last-child ){
	margin-right: 2px
}

.rating_star li.active {
	color: #e23e1d
}

.pagination_wrap {
	padding-top: 20px
}

.pagination_nav {
	margin: -3px;
	list-style: none;
	overflow: hidden;
	padding-left: 0
}

.pagination_nav li {
	padding: 3px;
	float: left
}

.pagination_nav a {
	min-width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	border-radius: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #252525;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #eee;
	font-weight: 500
}

.pagination_nav li:hover a, .pagination_nav li.active a {
	color: #fff;
	border-color: #252525;
	background-color: #252525
}

.pagination_nav li.prev_btn:hover a, .pagination_nav li.next_btn:hover a
	{
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.countdown_timer>li {
	position: relative
}

.countdown_timer>li:not (:last-child ){
	margin-right: 7px;
	padding-right: 7px
}

.countdown_timer>li:after {
	top: 5px;
	right: -2px;
	content: ":";
	position: absolute;
	color: #252525
}

.countdown_timer>li:last-child:after {
	display: none
}

.countdown_timer strong, .countdown_timer span {
	display: block;
	line-height: 1
}

.countdown_timer strong {
	min-width: 50px;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	color: #252525;
	border: 2px solid #f02757
}

@media screen and (max-width:425px) {
	.countdown_timer strong {
		min-width: 40px;
		font-size: 14px;
		padding: 5px 8px;
		margin-bottom: 8px
	}
}

.post_meta>li {
	position: relative;
	margin-bottom: 5px
}

.post_meta>li:not (:last-child ){
	margin-right: 7px;
	padding-right: 7px
}

.post_meta>li:after {
	top: 50%;
	right: -4px;
	content: "/";
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.post_meta>li:last-child:after {
	display: none
}

.post_meta a {
	display: block;
	color: #052840
}

.post_meta a:hover {
	color: #cd1212
}

.post_meta .category_list>li {
	position: relative
}

.post_meta .category_list>li:not (:last-child ){
	margin-right: 5px;
	padding-right: 2px
}

.post_meta .category_list>li:after {
	right: 0;
	bottom: 0;
	content: ",";
	position: absolute
}

.post_meta .category_list>li:last-child:after {
	display: none
}

.price-range-area {
	padding-top: 7px
}

.price-range-area .slider-range {
	height: 6px;
	border: 0;
	border-radius: 45px;
	background-color: #eaeaea
}

.price-range-area .ui-slider-range {
	border: 0;
	border-radius: 45px;
	background-color: #f02757
}

.price-range-area .ui-state-default {
	top: -7px;
	width: 20px;
	height: 20px;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 100%;
	border: 6px solid #fff;
	background-color: #f02757;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2)
}

.price-range-area .price-text {
	margin-bottom: 15px
}

.price-range-area .price-text span {
	float: left;
	margin-right: 5px
}

.price-range-area .price-text input {
	border: 0;
	display: inline-block;
	background-color: transparent
}

.price-range-area .price_filter_btn {
	height: 40px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 10px 30px 0 rgba(135, 153, 163, 0.5);
	box-shadow: 0 10px 30px 0 rgba(135, 153, 163, 0.5)
}

.header_section {
	z-index: 99;
	background-color: #fff
}

.header_top {
	background: #051d43;
	padding: 7px 0
}

.header_middle {
	padding: 20px 0
}

.header_bottom {
	z-index: 1;
	position: relative;
	/* border-bottom: 1px solid #D8E1E6 */
}

.header_bottom:before, .header_bottom:after {
	top: 0;
	width: 50%;
	content: "";
	z-index: -1;
	height: 100%;
	position: absolute
}

@media ( max-width :991px) {
	.header_bottom {
		position: relative;
		height: 70px;
		border-top: 1px solid #ebebeb
	}
}

.header_select_options>li {
	position: relative
}

.header_select_options>li:not (:last-child ){
	margin-right: 30px;
	padding-right: 30px
}

.header_select_options>li:after {
	top: -8px;
	right: 0;
	width: 1px;
	content: "";
	height: 38px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.22)
}

.header_select_options>li:last-child:after {
	display: none
}

.header_select_options .select_option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header_select_options .select_option .nice-select {
	padding: 0;
	height: auto;
	border: 0;
	line-height: 1;
	background-color: transparent
}

.header_select_options .select_option .nice-select .current {
	color: white
}

.header_select_options .select_option .nice-select:after {
	color: #fff
}

.header_select_options .flug_wrap {
	min-width: 16px;
	margin-right: 7px
}

.header_select_options .title_text {
	color: #afafaf;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-right: 4px
}

.header_hotline {
	color: #afafaf;
	float: right;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 0;
	padding: 4.5px 0 4.5px 30px
}

.header_hotline strong {
	color: #fff;
	font-weight: 500
}

.brand_logo .brand_link {
	display: inline-block
}

.brand_link{
	color: #252525;
}

.brand_link:hover{
	color: #f02757;
}

.cart_btn {
	float: right;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.cart_btn .cart_icon {
	font-size: 38px;
	position: relative;
	margin-right: 27px;
	color: #051d43;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.cart_btn .cart_counter {
	top: 0;
	right: -12px;
	height: 21px;
	color: #252525;
	font-size: 12px;
	min-width: 21px;
	font-weight: 600;
	line-height: 22px;
	position: absolute;
	border-radius: 45px;
	font-family: "Aktiv grotesk", sans-serif;
	background-color: #fbbe32
}

.cart_btn .cart_amount {
	font-size: 18px;
	font-weight: 500;
	color: #252525;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.cart_btn:hover {
	color: #e23e1d
}

.cart_btn:hover .cart_icon {
	color: #e23e1d
}

.cart_btn:hover .cart_amount {
	color: #e23e1d
}

@media screen and (min-width:992px) {
	.main_menu_list {
		padding-left: 32px
	}
}

.main_menu_list>li {
	position: relative
}

.main_menu_list>li:not (:last-child ){
	margin-right: 35px
}

@media ( min-width :992px) and (max-width:1199px) {
	.main_menu_list>li:not (:last-child ){
		margin-right: 25px
	}
}

.main_menu_list>li>a {
	display: block;
	line-height: 2;
	font-size: 15px;
	font-weight: 500;
	padding: 13px 0;
	position: relative;
	color: #ffffff;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

@media ( min-width :992px) and (max-width:1199px) {
	.main_menu_list>li>a {
		font-size: 14px
	}
}

.main_menu_list>li:hover>a, .main_menu_list>li.active>a {
	/* background-color: #e23e1d; */
}

.main_menu_list>li:hover, .main_menu_list>li.active {
	background-color: #f02757;
}

.main_menu_list .dropdown>a {
	position: relative
}

.main_menu_list .dropdown>a:after {
/* 	float: right;
	line-height: 1;
	font-size: 14px;
	content: "";
	margin-left: 7px;
	color: #252525;
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	position: relative;
	top: 2px */
}

.main_menu_list>li.active>a:after {
	color: #f02757
}

.main_menu_list .submenu {
	top: 100%;
	margin: 0;
	border: 0;
	font-size: 16px;
	border-radius: 0;
	min-width: 210px;
	padding: 20px 0;
	color: #052840;
	-webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15)
}

.main_menu_list .submenu>li:not (:last-child ){
	border-bottom: 1px solid #ededed
}

.main_menu_list .submenu>li>a {
	display: block;
	line-height: 1;
	font-size: 13px;
	font-weight: 500;
	padding: 15px 30px;
	color: #052840;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.main_menu_list .submenu>li:hover>a, .main_menu_list .submenu>li.active>a
	{
	color: #e23e1d;
	background-color: rgba(199, 161, 122, 0.04)
}

.main_menu_list .submenu .dropdown>a:after {
	margin-top: 2px;
	content: ""
}

.main_menu_list .submenu .submenu {
	top: 0;
	left: 100%;
	border-top-left-radius: 0
}

.main_menu_list li:hover>.submenu, .main_menu_list li:hover>.megamenu {
	display: block;
	-webkit-animation: .3s ease-in-out 0s normal none 1 running fadeInUp;
	animation: .3s ease-in-out 0s normal none 1 running fadeInUp
}

.mobile_menu_btn2 {
	padding: 0;
	float: right;
	display: none;
	line-height: 1;
	font-size: 26px;
	margin-top: 6px;
	margin-left: 20px
}

.mobile_menu_btn2:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.allcategories_dropdown {
	position: absolute;
	top: 0;
	width: 300px
}

@media ( max-width :1199px) {
	.allcategories_dropdown {
		width: 250px
	}
}

.allcategories_dropdown .card-body {
	padding: 0;
	border: 0;
	border: 1px solid #d8e1e685;
	border-radius: 0
}

.allcategories_btn {
	width: 100%;
	background: #d8e1e6;
	display: block;
	color: #252525;
	line-height: 2em;
	font-size: 16px;
	padding: 12px 25px;
	text-align: left;
	font-weight: 500;
	border-radius: 0
}

.allcategories_btn svg, .allcategories_btn i {
	margin-right: 5px
}

.allcategories_collapse {
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 99;
	min-width: 280px;
	position: absolute;
	-webkit-box-shadow: 0 4px 10px 0 rgba(147, 159, 197, 0.16);
	box-shadow: 0 4px 10px 0 rgba(147, 159, 197, 0.16)
}

@media ( max-width :1199px) {
	.allcategories_collapse {
		min-width: 250px
	}
}

.allcategories_list {
	padding: 0 20px
}

.allcategories_list>li:not (:last-child ){
	border-bottom: 1px solid #ededed
}

.allcategories_list>li:hover>a {
	color: #f02757
}

.allcategories_list>li:hover>a i {
	color: #f02757
}

.allcategories_list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #252525
}

.allcategories_list a i {
	float: left;
	width: 25px;
	height: 25px;
	font-size: 20px;
	line-height: 25px;
	margin-right: 10px;
	text-align: center;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.allcategories_list>.has_child>a {
	position: relative
}

.allcategories_list>.has_child>a:after {
	top: 50%;
	right: 30px;
	content: "";
	font-weight: 700;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro"
}

.allcategories_collapse2 {
	left: 0;
	z-index: 99;
	min-width: 300px;
	position: absolute;
	border: 1px solid #d7e1e6
}

.allcategories_collapse2:not (.show ){
	display: block
}

.allcategories_collapse2 .card {
	background-color: #fafafa
}

.allcategories_collapse2 .allcategories_list {
	padding: 21px 0
}

.allcategories_collapse2 .allcategories_list>li {
	border: 0
}

.allcategories_collapse2 .allcategories_list>li:hover>a {
	color: #e23e1d;
	background-color: #f4f4f4
}

.allcategories_collapse2 .allcategories_list a {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 35px;
	color: #252525
}

.allcategories_collapse2 .dropdown {
	position: relative
}

.allcategories_collapse2 .dropdown-toggle:after {
	float: right;
	border: 0;
	content: "";
	font-weight: 400;
	margin-left: 10px;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro"
}

.allcategories_collapse2 .dropdown-menu {
	border: 0;
	padding: 20px 0;
	border-radius: 0;
	position: static !important;
	-webkit-transform: unset !important;
	transform: unset !important
}

.allcategories_collapse2 .dropdown-menu li:hover a {
	color: #e23e1d;
	background-color: rgba(199, 161, 122, 0.04)
}

@media screen and (min-width:1025px) {
	.allcategories_collapse2 .dropdown-menu {
		top: 0;
		left: 100%;
		position: absolute !important;
		-webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15)
	}
	.allcategories_collapse2 .dropdown-menu.show {
		left: 100% !important
	}
	.allcategories_collapse2 .dropdown:hover .dropdown-menu {
		display: block;
		-webkit-animation: .3s ease-in-out 0s normal none 1 running fadeInUp;
		animation: .3s ease-in-out 0s normal none 1 running fadeInUp
	}
}

.advance_serach {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #f02757
}

.advance_serach .form_item, .advance_serach .select_option {
	margin-bottom: 0
}

.advance_serach .select_option {
	width: 40%;
	position: relative
}

.advance_serach .select_option:after {
	top: 50%;
	right: 0;
	width: 1px;
	height: 40px;
	content: "";
	position: absolute;
	background-color: #d5d5d5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.advance_serach .select_option .nice-select {
	height: 48px;
	border: 0;
	padding: 0 30px;
	line-height: 48px;
	background-color: transparent
}

.advance_serach .select_option .nice-select .current {
	color: #252525;
	font-size: 14px;
	font-weight: 500
}

@media ( max-width :991px) {
	.advance_serach .select_option .nice-select .current {
		font-size: 13px
	}
}

.advance_serach .select_option .nice-select .list {
	margin-top: 0
}

.advance_serach .form_item {
	width: 100%
}

.advance_serach .form_item input {
	border: 0;
	height: 48px;
	padding-left: 20px;
	background-color: transparent
}

.advance_serach .search_btn {
	width: 58px;
	height: 48px;
	color: #fff;
	font-size: 20px;
	background-color: #f02757;
	position: absolute;
	right: -2px;
	top: 0
}

.header_icons_group>li:not (:last-child ){
	margin-right: 20px
}

.header_icons_group>li>a {
	display: block;
	line-height: 1;
	color: #252525;
	font-size: 16px;
	position: relative
}

.header_icons_group>li:hover>a {
	color: #f02757
}

.header_icons_group .wishlist_counter {
	top: -3px;
	right: -7px;
	height: 16px;
	color: #252525;
	font-size: 10px;
	min-width: 16px;
	line-height: 15px;
	position: absolute;
	text-align: center;
	border-radius: 45px;
	background-color: #fbbe32;
	font-weight: 500
}

.sidebar-menu-wrapper {
	display: block
}

.sidebar-menu-wrapper .close_btn {
	top: 20px;
	right: 30px;
	line-height: 1;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	display: inline-block
}

.sidebar-menu-wrapper .cart_overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.sidebar-menu-wrapper .cart_overlay.active {
	opacity: 1;
	display: block
}

.cart_sidebar::-webkit-scrollbar {
	width: 0
}

.cart_sidebar {
	top: 0;
	width: 350px;
	right: -370px;
	height: 100vh;
	z-index: 9999;
	position: fixed;
	padding: 30px 0;
	padding-top: 60px;
	overflow-y: scroll;
	background-color: #fff;
	-webkit-transition: .6s cubic-bezier(1, 0, 0, 1);
	transition: .6s cubic-bezier(1, 0, 0, 1)
}

.cart_sidebar.active {
	right: 0
}

.cart_sidebar .mCustomScrollBox {
	overflow: visible !important
}

.cart_sidebar .cart_items_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px;
	position: relative;
	padding-right: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cart_sidebar .cart_items_list li:not (:last-child ){
	margin-bottom: 20px
}

.cart_sidebar .cart_items_list .remove_btn {
	top: 50%;
	right: 30px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.cart_sidebar .cart_items_list .remove_btn:hover {
	color: red
}

.cart_sidebar .cart_items_list .item_image {
	max-width: 70px;
	margin-right: 10px
}

.cart_sidebar .cart_items_list .item_title {
	line-height: 1;
	font-size: 16px;
	margin-bottom: 10px;
	color: #252525
}

.cart_sidebar .cart_items_list .item_price {
	display: block;
	font-size: 15px
}

.cart_sidebar .total_price {
	margin: 30px 0;
	padding: 20px 30px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0
}

.cart_sidebar .total_price li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart_sidebar .total_price li:not (:last-child ){
	margin-bottom: 15px
}

.cart_sidebar .total_price li:last-child {
	padding-top: 15px;
	border-top: 1px solid #f0f0f0
}

.cart_sidebar .total_price span {
	font-size: 16px;
	display: inline-block
}

.cart_sidebar .total_price span:nth-child(1) {
	color: #252525
}

.cart_sidebar .btns_group {
	padding: 0 30px
}

.cart_sidebar .btns_group li:not (:last-child ){
	margin-bottom: 10px
}

.cart_sidebar .btns_group a {
	width: 100%;
	display: block
}

.mobile_menu_btn {
	padding: 0;
	width: 40px;
	height: 35px;
	line-height: 33px
}

.offcanvas_close {
	width: 40px;
	height: 40px;
	float: right;
	z-index: 999;
	color: #252525;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 30px;
	border: 1px solid #ededed;
	display: none
}

.offcanvas_overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 998;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.offcanvas_overlay.active {
	opacity: 1;
	display: block
}

.header_2 .main_menu {
	height: 70px;
	padding-left: 30px;
	background-color: #051d43
}

.header_2 .main_menu_list>li>a {
	color: #fff
}

.header_2 .main_menu_list>li>a:after {
	color: #fff
}

.header_2 .main_menu_list>li:hover>a, .header_2 .main_menu_list>li.active>a
	{
	color: #f02757
}

.header_2 .main_menu_list>li:hover>a:after, .header_2 .main_menu_list>li.active>a:after
	{
	color: #f02757
}

.header-style-3 .header_bottom {
	border-bottom: 1px solid #ebebeb
}

@media ( max-width :767px) {
	.header_section .advance_serach {
		display: none
	}
	.header_section .brand_logo {
		text-align: center;
		margin-bottom: 15px;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 15px;
		margin: 0 -15px 15px
	}
	.header_section .mobile_menu_btn2 {
		position: absolute;
		background: #464646;
		width: 45px;
		height: 45px;
		line-height: 45px;
		border-radius: 50%;
		margin: 0
	}
	.header_section .mobile_menu_btn2 i {
		color: #fff
	}
	.header_section .allcategories_dropdown {
		left: 0
	}
}

@media ( max-width :500px) {
	.header_section .header_icons_group>li {
		margin-right: 10px
	}
}

@media ( max-width :450px) {
	.header_section .header_icons_group>li:first-child, .header_section .header_icons_group>li:nth-child(2)
		{
		display: none
	}
	.header_section .allcategories_dropdown {
		width: 200px
	}
	.header_section .allcategories_btn {
		padding: 18px 0 18px 7px
	}
}

.footer_section {
	color: #636363;
	padding: 90px 0 0
}

.footer_section .brand_logo {
	margin-bottom: 35px
}

.footer_section .footer_bottom {
	background: #f9f9f9;
	padding: 20px 0;
	border-top: 1px solid #f1f1f1
}

.footer_widget_title {
	color: #000;
	line-height: 1;
	font-size: 18px;
	margin-bottom: 25px;
	text-transform: none !important
}

.footer_widget_area {
	padding-bottom: 80px
}

.footer_about {
	padding-right: 35px
}

.footer_about p {
	margin-bottom: 30px
}

.footer_useful_links li:not (:last-child ){
	margin-bottom: 10px
}

.footer_useful_links a {
	color: #636363
}

.footer_useful_links a:hover {
	color: #f02757
}

.footer_contact p {
	margin-bottom: 10px
}

.hotline_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer_hotline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer_hotline .item_icon {
	color: #636363;
	font-size: 34px;
	margin-right: 20px
}

.footer_hotline .item_title {
	line-height: 1;
	color: #282828;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 8px
}

.footer_hotline .hotline_number {
	display: block;
	line-height: 1;
	font-family: "Aktiv grotesk", sans-serif
}

.livechat_btn .btn {
	float: right;
	border-radius: 45px
}

.store_btns_group {
	margin: -15px
}

.store_btns_group li {
	width: 50%;
	padding: 15px
}

.store_btns_group a {
	display: block
}

.copyright_text {
	color: #282828;
	margin-bottom: 0
}

.copyright_text a {
	color: #f02757
}

.copyright_text a:hover {
	color: #e23e1d
}

.payment_method {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.payment_method h4 {
	color: #282828;
	font-size: 14px;
	margin-bottom: 0;
	margin-right: 15px
}

.footer_2 {
	padding: 0;
	margin-top: -116px;
	background-color: #f8f8f8
}

.footer_2 .footer_widget_area {
	padding: 180px 0 40px
}

.footer_2 .footer_bottom {
	padding: 35px 0;
	border-top: 1px solid #ccc
}

.breadcrumb_section {
	padding: 28.5px 0;
	background-color: #f9f9f9
}

.breadcrumb_nav li {
	color: #777;
	font-size: 14px;
	font-weight: 500;
	position: relative
}

.breadcrumb_nav li:not (:last-child ){
	margin-right: 15px;
	padding-right: 15px
}

.breadcrumb_nav li:after {
	top: 0;
	right: -3px;
	content: "";
	position: absolute;
	font-family: "Font Awesome 5 Pro"
}

.breadcrumb_nav li:last-child:after {
	display: none
}

.breadcrumb_nav a {
	color: #333;
	display: block
}

.breadcrumb_nav a:hover {
	color: #f02757
}

.sidebar_section {
	padding-left: 70px
}

.sb_widget:not (:last-child ){
	margin-bottom: 40px
}

.sb_widget2 {
	padding: 35px;
	border-radius: 8px;
	border: 1px solid #eee
}

.sb_widget2:not (:last-child ){
	margin-bottom: 50px
}

.sb_widget_title {
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 1em
}

.sb_widget_title2 {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 30px;
	text-transform: uppercase
}

.sb_widget_title2:before {
	left: 0;
	bottom: 0;
	width: 55px;
	height: 4px;
	content: "";
	position: absolute;
	border-radius: 45px;
	background-color: #f02757
}

.sb_category_list {
	margin-bottom: 1px
}

.sb_category_list li:first-child>a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.sb_category_list li:last-child>a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.sb_category_list a {
	font-size: 13px;
	margin: -1px;
	color: #252525;
	display: block;
	padding: 9px 19px;
	border: 1px solid #eaeaea
}

.sb_category_list a:hover {
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.sb_category_list2>li:not (:last-child ){
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee
}

.sb_category_list2 a {
	color: #71737a;
	font-weight: 700
}

.sb_category_list2 a:hover {
	color: #f02757
}

.sb_tag_list {
	margin: -2px
}

.sb_tag_list>li {
	padding: 2px
}

.sb_tag_list a {
	display: block;
	color: #252525;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	padding: 8px 12px 7px;
	text-transform: uppercase;
	background-color: #f4f4f4
}

.sb_tag_list a:hover {
	color: #fff;
	background-color: #f02757
}

.sb_instagram_shots {
	margin: -2px;
	max-width: 200px
}

.sb_instagram_shots>li {
	padding: 2px;
	width: 33.333%
}

.sb_instagram_shots a {
	display: block;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	background-color: #000
}

.sb_instagram_shots a img {
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.sb_instagram_shots a i {
	top: 50%;
	left: 50%;
	z-index: 2;
	opacity: 0;
	color: #fff;
	font-size: 16px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.sb_instagram_shots a:hover img {
	opacity: .4;
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.sb_instagram_shots a:hover i {
	opacity: 1
}

.filter_sidebar {
	border-radius: 3px;
	border: 1px solid #eaeaea
}

.filter_sidebar .fs_widget {
	padding: 19px
}

.filter_sidebar .fs_widget:not (:last-child ){
	border-bottom: 1px solid #eaeaea
}

.filter_sidebar .fs_widget_title {
	color: #252525;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px
}

.filter_sidebar .select_option {
	margin-bottom: 0
}

.filter_sidebar .select_option .nice-select {
	height: 38px;
	padding: 0 15px;
	line-height: 38px
}

.filter_sidebar .checkbox_item {
	margin-bottom: 0
}

.fs_brand_list>li:not (:last-child ){
	margin-bottom: 10px
}

.average_rating_list>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.average_rating_list i {
	color: #f02757
}

.average_rating_list span {
	margin-left: 10px;
	color: #252525
}

.filter_memory_list>li:not (:last-child ){
	margin-bottom: 5px
}

.filter_memory_list a {
	color: #052840
}

.filter_memory_list a:hover {
	color: #cd1212;
	text-decoration: underline
}

.ab_author {
	padding: 30px 20px
}

.ab_author .author_image {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 100%;
	margin-bottom: 20px;
	display: inline-block
}

.ab_author .author_name {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase
}

.ab_author .author_signature {
	display: block;
	padding: 8px 0;
	font-size: 18px;
	font-family: "Allison Tessa"
}

.fs_brand_list {
	font-size: 13px;
	color: #252525
}

.fs_brand_list input {
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-top: -1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 9px;
	position: relative;
	border-radius: 3px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	top: 3px
}

.average_rating_list i {
	color: #ffc21f;
	font-size: 11px;
	display: inline-block;
	padding-right: 2px
}

.average_rating_list span {
	font-size: 13px
}

.filter_memory_list a {
	font-size: 13px;
	color: #252525
}

.main_slider {
	position: relative;
	margin: 32px 0 0 32px
}

@media ( max-width :991px) {
	.main_slider {
		margin: 25px 0 0
	}
	.main_slider .slider_content {
		padding-left: 25px
	}
	.main_slider .slick-dots {
		left: 50% !important
	}
}

.main_slider .slider_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 517px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fafafa;
	padding-left: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.main_slider .slider_image img {
	float: right
}

.main_slider .small_title {
	background: #fbbe32;
	line-height: 1;
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #252525;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px 6px;
	letter-spacing: 4px;
	border-radius: 50px
}

.main_slider .big_title {
	color: #fff;
	line-height: 1.2;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: .2em
}

.main_slider .big_title span {
	font-weight: 600;
	display: block
}

.main_slider p {
	color: #fff;
	margin-bottom: 1em;
	text-transform: uppercase
}

.main_slider .item_price {
	margin-bottom: 25px
}

.main_slider .item_price del {
	color: #fff
}

.main_slider .slick-dots {
	width: auto;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.main_slider .slick-dots li button {
	background: #f1f1f1;
	width: 10px;
	height: 10px;
	border: 0
}

.main_slider .slick-dots li.slick-active button {
	background: #f02757;
	border: 0
}

.item_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.item_price .sale_price {
	font-size: 24px;
	font-weight: 500;
	color: #e23e1d
}

.item_price del {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px
}

.slider_2 .slider_item {
	overflow: hidden;
	min-height: 440px;
	padding: 70px 70px;
	position: relative;
	border: 1px solid #d7e1e6;
	border-left: none
}

.slider_2 .slider_item .slider_content {
	max-width: 300px
}

.slider_2 .slider_item .big_title {
	font-size: 36px;
	margin-bottom: 10px
}

.slider_2 .slider_image {
	z-index: -1;
	right: -155px;
	bottom: -220px;
	max-width: 600px;
	position: absolute
}

.slider_2 .slick-dots {
	left: 70px;
	bottom: 45px
}

.slider_3 .big_title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 10px
}

.slider_3 .slick-dots {
	left: 0;
	width: 100%;
	bottom: 60px;
	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
}

.slider_3 .slick-dots button {
	width: 10px;
	height: 10px
}

.main-slider-s2 {
	margin: 0;
	padding: 25px 0;
	background: #fafafa
}

.main-slider-s2 .slider_item {
	background: transparent
}

.main-slider-s2 .big_title {
	color: #252525;
	font-weight: 600;
	margin-top: .1em
}

.main-slider-s2 p, .main-slider-s2 .item_price del {
	color: #052840
}

.category_boxed {
	background-color: #fff;
	z-index: 1;
	padding: 10px;
	display: block;
	position: relative;
	padding: 25px 15px !important;
	border-radius: 4px
}

.category_boxed:hover {
	z-index: 2;
	border-color: #f02757
}

.category_boxed>a {
	display: block;
	text-align: center
}

.category_boxed>a>span {
	display: block
}

.category_boxed .item_image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.category_boxed .item_image img {
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.category_boxed .item_title {
	font-size: 17px;
	font-weight: 500;
	color: #252525
}

.category_boxed:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.top_category_carousel {
	z-index: 2;
	padding: .5px;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #eee
}

.top_category_carousel .slick-list {
	overflow: visible
}

.top_category_carousel .slider_item {
	margin: -0.5px
}

.top_category_wrap {
	position: relative
}

.top_category_wrap .carousel-nav-top-right {
	position: absolute;
	right: 0;
	top: 0
}

.top_category_carousel2 .category_boxed, .top_category_carousel-s3 .category_boxed
	{
	padding: 23px 10px;
	border: 1px solid #e5e8ec
}

.top_category_carousel2 .slick-slide, .top_category_carousel-s3 .slick-slide
	{
	margin: 0 12px
}

.top_category_carousel2 .slick-list, .top_category_carousel-s3 .slick-list
	{
	margin: 0 -12px
}

.deals_product_layout1 {
	padding: 10px;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.deals_product_layout1 .bg_area {
	padding: 120px 55px 350px;
	background-color: #f8f8f8
}

.deals_product_layout1 .item_title {
	font-size: 48px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 13px
}

.deals_product_layout1 .item_title span {
	display: block
}

.deals_product_layout1 p {
	color: #fff;
	margin-bottom: 32px
}

.deals_product_layout1 .item_image {
	margin: 0 auto;
	max-width: 303px
}

.deals_product_layout1 .item_image img {
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.deals_product_layout1:hover {
	z-index: 1;
	border-color: #f02757
}

.deals_product_layout1:hover .item_image img {
	-webkit-transform: scale(1.06);
	transform: scale(1.06)
}

.deals_product_layout2 {
	padding: 10px;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.deals_product_layout2 .global_link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	position: absolute;
	border: 2px solid #f02757
}

.deals_product_layout2:hover .global_link {
	opacity: 1
}

.deals_product_layout2 .bg_area {
	position: relative;
	padding: 60px 30px 38px;
	background-color: #f8f8f8
}

.deals_product_layout2 .offter_type {
	top: 15px;
	left: 30px;
	z-index: 1;
	position: absolute
}

.deals_product_layout2 .offter_type span {
	display: block;
	line-height: 1
}

.deals_product_layout2 .offter_type span:not (:last-child ){
	margin-bottom: 5px
}

.deals_product_layout2 .item_badge {
	top: 15px;
	right: 22px;
	z-index: 1;
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	position: absolute;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #252525;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f02757
}

.deals_product_layout2 .item_badge span, .deals_product_layout2 .item_badge strong
	{
	display: block;
	line-height: 1
}

.deals_product_layout2 .item_badge strong {
	font-size: 16px
}

.deals_product_layout2 .item_image {
	margin-bottom: 30px
}

.deals_product_layout2 .item_price {
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.deals_product_layout2 .item_price span {
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
	color: #cd1212
}

.deals_product_layout2 .item_price del {
	color: #2f3034
}

.deals_product_layout2 .item_title {
	line-height: 1;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px
}

.deals_product_layout2 .available_content_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.deals_product_layout2 .progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 15px;
	margin-bottom: 30px;
	border-radius: 45px;
	background-color: #eee
}

.deals_product_layout2 .progress .progress-bar {
	width: 25%;
	border-radius: 45px;
	background-color: #f02757
}

.deals_product_layout2 .countdown_wrap .title_text {
	display: block;
	line-height: 1;
	margin-bottom: 20px
}

.promotion_banner_wrap {
	margin-top: -30px
}

.promotion_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	margin-top: 30px;
	min-height: 270px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f3f3f3;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.promotion_banner.bg_gray {
	background-color: #e9e9e9
}

.promotion_banner .item_image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	min-height: 200px;
	margin-left: -40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.promotion_banner .item_image img {
	max-height: 190px;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.promotion_banner:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.promotion_banner .item_content {
	z-index: 1;
	max-width: 300px;
	position: relative;
	padding-right: 60px
}

.promotion_banner .item_title {
	line-height: 1;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: .5em
}

.promotion_banner .item_title .yellow_text {
	display: block;
	color: #f02757
}

.promotion_banner p {
	font-size: 15px;
	color: #646060;
	margin-bottom: 1.5em
}

.promotion_banner2 {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	padding: 63px 60px;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6f6f6;
	border: 1px solid #d7e1e6
}

.promotion_banner2 .global_link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	position: absolute;
	border: 2px solid #f02757
}

.promotion_banner2 .item_image {
	top: -40px;
	right: -20px;
	z-index: -1;
	max-width: 460px;
	position: absolute
}

.promotion_banner2 .item_image img {
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.promotion_banner2 .item_subtitle {
	color: #71737a;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px
}

.promotion_banner2 .item_subtitle span {
	color: #f7a392
}

.promotion_banner2 .item_title {
	line-height: 1;
	font-size: 24px;
	margin-bottom: 25px
}

.promotion_banner2 .item_price {
	font-size: 18px;
	font-weight: 700;
	color: #f02757
}

.promotion_banner2 .item_price small {
	font-size: 14px;
	font-weight: 400;
	color: #052840
}

.promotion_banner2:hover .global_link {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 1
}

.promotion_banner2:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.promotion_banner3 {
	padding: 30px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	background-color: #f3f3f3
}

.promotion_banner3 .global_link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	position: absolute;
	border: 2px solid #f02757
}

.promotion_banner3:hover .global_link {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 1
}

.promotion_banner3 .item_content {
	margin-bottom: 23px
}

.promotion_banner3 .item_subtitle {
	font-size: 16px;
	margin-bottom: 7px;
	color: #f02757
}

.promotion_banner3 .item_title {
	font-size: 24px;
	margin-bottom: 0
}

.promotion_banner3 .item_badge {
	top: 60%;
	left: 80px;
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #252525
}

.promotion_banner3 .item_badge span, .promotion_banner3 .item_badge strong
	{
	width: 100%;
	display: block;
	line-height: 1;
	font-size: 14px
}

.promotion_banner3 .item_image {
	height: 145px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.promotion_banner3 .item_image img {
	max-height: 100%
}

.promotion_banner3.big_item {
	padding: 60px
}

.promotion_banner3.big_item .item_content {
	margin-bottom: 100px
}

.promotion_banner3.big_item .item_image {
	height: 310px
}

.promotion_banner3.big_item .item_image img {
	margin-right: -90px;
	margin-bottom: -30px
}

.promotion_banner3.big_item .item_title {
	font-size: 30px
}

.policy_section {
	margin-top: 50px
}

.policy-wrap {
	background: #fff;
	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;
	border: 1px solid #ededed;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.policy_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.policy_item .item_icon {
	font-size: 36px;
	margin-right: 20px;
	color: #f02757
}

.policy_item .item_title {
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}

.policy_item p {
	line-height: 1;
	margin-bottom: 0
}

.about_content {
	padding-right: 40px
}

.about_content p {
	margin-bottom: 50px
}

.about_small_title {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #f02757
}

.about_title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px
}

.counter_wrap {
	margin: -10px
}

.counter_wrap>li {
	padding: 10px
}

.counter_wrap>li:not (:last-child ){
	margin-right: 20px
}

.counter_wrap span, .counter_wrap small {
	display: block;
	line-height: 1
}

.counter_wrap span {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #252525
}

.counter_wrap strong {
	font-weight: 700
}

.counter_wrap small {
	font-size: 14px
}

.service_section.bg_gray {
	background-color: #fbfbfb
}

.service_boxed {
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 79px 30px 75px;
	background-color: #051d43;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.service_boxed:hover {
	background-color: #e23e1d
}

.service_boxed .item_icon {
	z-index: 1;
	position: relative;
	margin-bottom: 30px
}

.service_boxed .item_icon i:first-child {
	font-size: 50px
}

.service_boxed .item_icon i:last-child {
	top: 50%;
	left: 50%;
	z-index: -1;
	font-size: 95px;
	position: absolute;
	color: rgba(255, 255, 255, 0.08);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.service_boxed .item_title {
	color: #fff;
	line-height: 1;
	font-size: 22px;
	margin-bottom: 20px
}

.service_boxed p {
	color: #dbdbdb;
	margin-bottom: 0
}

.team_section_title {
	padding-right: 40px
}

.team_section_title .title_text {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 10px
}

.team_item {
	padding-top: 50px;
	text-align: center
}

.team_item .team_image {
	width: 270px;
	height: 270px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto 15px
}

.team_item .team_member_name {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 10px
}

.team_item .team_member_title {
	display: block;
	line-height: 1
}

.newsletter_section {
	padding: 65px 0;
	background-color: #051d43
}

.newsletter_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	font-size: 25px;
	margin-bottom: .4em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.newsletter_title i {
	font-size: 80px;
	margin-right: 30px
}

.newsletter_section p {
	color: #fff
}

.newsletter_form {
	position: relative
}

.newsletter_form input {
	width: 100%;
	border: 0;
	height: 55px;
	display: block;
	padding: 0 20px;
	border-radius: 4px
}

.newsletter_form .btn {
	background: #f02757;
	top: 0;
	right: 0;
	font-size: 15px;
	min-width: 150px;
	font-weight: 500;
	border-radius: 0;
	position: absolute;
	padding: 0;
	text-transform: capitalize;
	outline: 0;
	border: 0;
	height: 100%;
	border-radius: 0 4px 4px 0
}

.brand_carousel {
	padding: 50px 0;
	background-color: #f9f9f9
}

.product_brand_logo {
	height: 88px;
	display: block;
	overflow: hidden;
	padding: 0 20px;
	position: relative
}

.product_brand_logo img {
	top: 50%;
	left: 50%;
	max-width: 170px;
	position: absolute;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.product_brand_logo img:nth-child(2) {
	opacity: 0;
	margin-top: 20px;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

.product_brand_logo:hover img:nth-child(1) {
	opacity: 0;
	margin-top: -20px;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

.product_brand_logo:hover img:nth-child(2) {
	opacity: 1;
	margin-top: 0;
	-webkit-filter: blur(0px);
	filter: blur(0px)
}

.modal-dialog {
	max-width: 1200px
}

.modal-dialog .product_details {
	padding: 30px 0
}

.modal-dialog .product_details_content p {
	margin-bottom: 1.5em
}

.modal-dialog .product_details_content .title_text {
	font-size: 17px
}

.modal-dialog .default_btns_group .addtocart_btn {
	text-transform: none
}

.newarrivals_products.row {
	margin-left: 0;
	margin-right: 0
}

.newarrivals_products .col {
	padding: 0
}

.best_seller_carousel {
	margin: 0 -13px
}

.product_layout1 {
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 15px 20px 30px;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	margin: 13px
}

.product_layout1 .item_badge {
	top: 0;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	color: #fff;
	position: absolute
}

.product_layout1 .item_badge:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%)
}

.product_layout1 .item_badge.sale_badge:before {
	background-color: #fedc19
}

.product_layout1 .item_badge.hot_badge:before {
	background-color: #cd1212
}

.product_layout1 .item_badge.new_badge:before {
	background-color: #2d9907
}

.product_layout1 .item_badge span {
	top: 13px;
	right: 5px;
	line-height: 1;
	font-size: 13px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.product_layout1 .item_image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product_layout1 .item_image img {
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.product_layout1 .item_image img:nth-child(2) {
	top: 50%;
	left: 50%;
	opacity: 0;
	display: block;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.product_layout1 .quickview_btn {
	top: 50%;
	left: 50%;
	z-index: 2;
	opacity: 0;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	margin-top: 10px;
	min-width: 110px;
	padding: 8px 10px;
	text-align: center;
	position: absolute;
	display: inline-block;
	background-color: #cd1212;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50px
}

.product_layout1 .item_title {
	margin-bottom: 3px
}

.product_layout1 .item_title>a {
	color: #71737a;
	font-size: 14px;
	font-weight: 400
}

.product_layout1 .rating_star {
	margin-bottom: 10px
}

.product_layout1 .rating_star li {
	font-size: 10px;
	color: #ffc21f
}

.product_layout1 .item_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px
}

.product_layout1 .item_price span {
	font-size: 18px;
	font-weight: 600;
	margin-right: 8px;
	color: #252525;
	display: inline-block;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.product_layout1 .item_price del {
	font-size: 14px;
	font-weight: 400;
	color: #052840
}

.product_layout1 .item_btns_group>li {
	-webkit-transition: .3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
	transition: .3s cubic-bezier(0.68, -0.6, 0.32, 1.6)
}

.product_layout1 .item_btns_group>li:not (:last-child ){
	margin-right: 5px
}

.product_layout1 .item_btns_group>li:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.product_layout1 .item_btns_group>li:nth-child(3) {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}

.product_layout1 .item_btns_group a {
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #555;
	min-width: 35px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ddd;
	text-transform: uppercase
}

.product_layout1 .item_btns_group a:hover {
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.product_layout1 .item_btns_group .addtocart_btn {
	padding: 10px;
	color: #252525;
	min-width: 120px;
	border-color: #f4f4f4;
	background-color: #f4f4f4
}

.product_layout1:hover {
	z-index: 2;
	border-color: #f02757
}

.product_layout1:hover .item_image img:nth-child(1) {
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

.product_layout1:hover .item_image img:nth-child(2) {
	opacity: 1;
	margin-top: 0;
	-webkit-filter: blur(0px);
	filter: blur(0px)
}

.product_layout1:hover .quickview_btn {
	opacity: 1;
	margin-top: 0
}

.product_layout1:hover .item_title>a {
	color: #f02757
}

.product_layout1:hover .item_price span {
	color: #cd1212
}

.product_layout1:hover .item_btns_group>li {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.common_carousel_2 {
	margin: 0 -1px -1px -1px
}

.common_carousel_2 .slick-list {
	padding: 1px 1px 1px 1px
}

.common_carousel_2 .product_layout1 {
	margin-top: -1px;
	margin-left: -1px
}

.product_layout2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product_layout2:not (:last-child ){
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee
}

.product_layout2 .item_image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	overflow: hidden;
	position: relative
}

.product_layout2 .item_image .image_wrap {
	float: left;
	width: 100%;
	height: 100%;
	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;
	background-color: #f4f4f4
}

.product_layout2 .item_image img {
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.product_layout2 .item_badge {
	top: 0;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	color: #fff;
	position: absolute
}

.product_layout2 .item_badge:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%)
}

.product_layout2 .item_badge.sale_badge:before {
	background-color: #fedc19
}

.product_layout2 .item_badge.hot_badge:before {
	background-color: #cd1212
}

.product_layout2 .item_badge.new_badge:before {
	background-color: #2d9907
}

.product_layout2 .item_badge span {
	top: 13px;
	right: 5px;
	line-height: 1;
	font-size: 13px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.product_layout2 .item_content {
	padding-left: 30px
}

.product_layout2 .item_title {
	margin-bottom: 6px
}

.product_layout2 .item_title a {
	font-size: 18px;
	color: #252525
}

.product_layout2 .item_title a:hover {
	color: #cd1212
}

.product_layout2 .rating_star {
	margin-bottom: 6px
}

.product_layout2 .rating_star li {
	color: #cd1212
}

.product_layout2 p {
	margin-bottom: 25px
}

.product_layout2 .item_price {
	margin-bottom: 30px
}

.product_layout2 .item_price span {
	font-size: 18px;
	font-weight: 500;
	margin-right: 8px;
	color: #cd1212
}

.product_layout2 .item_price del {
	font-size: 14px;
	font-weight: 500;
	color: #252525
}

.product_layout2 .item_btns_group>li:not (:last-child ){
	margin-right: 5px
}

.product_layout2 .item_btns_group a {
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #555;
	min-width: 35px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ddd;
	text-transform: uppercase
}

.product_layout2 .item_btns_group a:hover {
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.product_layout2 .item_btns_group .addtocart_btn {
	padding: 10px;
	color: #252525;
	min-width: 120px;
	border-color: #f4f4f4;
	background-color: #f4f4f4
}

.product_layout2:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.product_layout2:hover .item_title a {
	text-decoration: underline
}

.filter_topbar {
	padding: 12.5px 30px;
	background-color: #f5f5f5
}

.filter_topbar .select_option {
	width: 150px;
	margin: 0 auto
}

.filter_topbar .select_option .nice-select {
	height: 35px;
	padding: 0 19px;
	line-height: 35px;
	border-radius: 3px;
	border: 1px solid #eee
}

.filter_topbar .result_text {
	float: right;
	font-size: 14px
}

.layout_btns>li:not (:last-child ){
	margin-right: 5px
}

.layout_btns button {
	width: 33px;
	height: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	border-radius: 3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #eee
}

.layout_btns button:hover {
	border-color: #333
}

.layout_btns button.active {
	color: #fff;
	background-color: #333
}

.tabs_nav {
	margin-bottom: -1px;
	border-bottom: 1px solid #eee
}

.tabs_nav>li:not (:last-child ){
	margin-right: 5px
}

.tabs_nav button {
	line-height: 1;
	display: block;
	color: #2f3034;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 23px 14px;
	background-color: #f4f4f4;
	text-transform: uppercase;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.tabs_nav button:hover, .tabs_nav button.active {
	color: #fff;
	background-color: #f02757
}

.product_wrap {
	padding: .5px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr)
}

.product_wrap .product_layout1 {
	margin: -0.5px
}

.product_wrap .product_layout1 .item_btns_group>li:not (:last-child ){
	margin-right: 3px
}

.product_wrap .product_layout1 .item_btns_group .addtocart_btn {
	font-size: 12px;
	min-width: 115px
}

.related_products_wrap {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr)
}

.viewed_product_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	margin-top: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e5e8ec;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.viewed_product_item:hover {
	border-color: #f02757
}

.viewed_product_item .item_image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 160px;
	margin-right: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.viewed_product_item .item_image img {
	max-width: 140px
}

.viewed_product_item .item_title {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 10px
}

.viewed_product_item ul a {
	color: #71737a
}

.viewed_product_item ul a:hover {
	color: #f02757
}

.tad_has_carousel .tab-pane {
	height: 0;
	display: block;
	visibility: hidden
}

.tad_has_carousel .tab-pane.show, .tad_has_carousel .tab-pane.active {
	height: auto;
	visibility: visible
}

.latest_product_carousel {
	margin-bottom: 50px
}

.latest_product_carousel .vertical_slider_4item {
	background: #fbfbfb;
	border: 1px solid #eaeaea;
	border-bottom: 0
}

.latest_product_carousel .slider_item {
	border-bottom: 1px solid #eaeaea
}

.latest_product_carousel .title_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.latest_product_carousel .title_wrap .area_title {
	font-size: 22px;
	margin-bottom: 0
}

.latest_product_carousel .title_wrap .carousel_nav button {
	width: auto;
	height: auto;
	line-height: 1;
	border-radius: 0;
	color: #252525;
	background-color: transparent
}

.latest_product_carousel .title_wrap .carousel_nav button:hover {
	color: #cd1212
}

.latest_product_carousel .title_wrap .carousel_nav button:not (:last-child
	){
	margin-right: 10px
}

.small_product_layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.small_product_layout .item_image {
	height: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.small_product_layout .item_image img {
	max-height: 70px;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.small_product_layout .item_title {
	font-size: 16px;
	margin-bottom: 5px
}

.small_product_layout .item_title a {
	color: #252525
}

.small_product_layout .item_title a:hover {
	color: #f02757
}

.small_product_layout .rating_star {
	font-size: 10px;
	color: #ffc21f;
	margin-bottom: 15px
}

.small_product_layout .rating_star li {
	color: #cd1212
}

.small_product_layout .rating_star i {
	font-size: 10px;
	color: #fbbe32;
	display: inline-block
}

.small_product_layout .rating_star>i+i {
	margin-left: 3px
}

.small_product_layout .item_price span {
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
	color: #cd1212
}

.small_product_layout .item_price del {
	font-size: 12px;
	color: #052840
}

.small_product_layout:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.small_product_layout:hover .item_title a {
	text-decoration: underline
}

.shop-product-area .product-area {
	margin: 0 -15px
}

.shop-product-area .product-area .grid {
	background: white;
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 45px;
	padding: 25px;
	-webkit-box-shadow: 0 4px 0 #ebebeb;
	box-shadow: 0 4px 0 #ebebeb;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	position: relative;
	top: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

.shop-product-area .product-area .grid:hover {
	-webkit-box-shadow: 0 5px 25px #e7e7e7;
	box-shadow: 0 5px 25px #e7e7e7;
	top: -5px
}

.shop-product-area .product-area .grid:hover .add-to-cart {
	background-color: #f02757;
	border-color: #f02757;
	color: #fff
}

.shop-product-area .product-area .product-pic {
	position: relative
}

.shop-product-area .product-area .theme-badge, .shop-product-area .product-area .theme-badge-2
	{
	background: #02a349;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	padding: 3px 15px;
	color: white;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0
}

.shop-product-area .product-area .theme-badge-2 {
	background: #f02757
}

.shop-product-area .product-area .actions {
	position: absolute;
	right: 0;
	top: 0
}

.shop-product-area .product-area .actions ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.shop-product-area .product-area .actions ul>li+li {
	margin-top: 5px
}

.shop-product-area .product-area .actions svg {
	width: 16px;
	height: 16px;
	stroke-width: 2;
	stroke: #686868
}

.shop-product-area .product-area .actions a {
	background: white;
	width: 32px;
	height: 32px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #cacfe1;
	border-radius: 50%
}

.shop-product-area .product-area .actions a:hover {
	background: #f02757;
	border-color: #f02757
}

.shop-product-area .product-area .actions a:hover svg {
	stroke: #f02757;
	stroke: white
}

.shop-product-area .product-area .details h4 {
	font-size: 18px;
	margin: 1em 0 .4em
}

.shop-product-area .product-area .details h4+p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 1em
}

.shop-product-area .product-area .details h4+p a {
	color: #052840
}

.shop-product-area .product-area .details h4 a {
	color: #252525
}

.shop-product-area .product-area .rating {
	font-size: 10px;
	color: #ffc21f;
	margin-bottom: 14px
}

.shop-product-area .product-area .price {
	font-weight: 400
}

.shop-product-area .product-area .price ins {
	font-weight: 600;
	color: #f02757;
	text-decoration: none;
	display: inline-block;
	padding-right: 15px
}

.shop-product-area .product-area .price del {
	color: #767373
}

.shop-product-area .product-area .add-cart-area {
	margin-top: 15px
}

.shop-product-area .product-area button.add-to-cart {
	background: transparent;
	width: 100%;
	font-weight: 600;
	display: block;
	padding: 8px 15px 5px;
	border: 1px solid #cacfe1;
	border-radius: 4px;
	outline: 0
}

.product-area-row .grid {
	background: white;
	margin: 0 0 45px;
	padding: 25px;
	/* -webkit-box-shadow: 0 4px 0 #ebebeb;
	box-shadow: 0 4px 0 #ebebeb; */
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	position: relative;
	top: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

@media ( max-width :550px) {
	.product-area-row .grid {
		padding: 20px 14px
	}
}

.product-area-row .grid:hover {
	-webkit-box-shadow: 0 5px 25px #e7e7e7;
	box-shadow: 0 5px 25px #e7e7e7;
	/* top: -1px */
}

.product-area-row .grid:hover .add-to-cart {
	background-color: #f02757;
	border-color: #f02757;
	color: #fff
}

.product-area-row .product-pic {
	position: relative
}

.product-area-row .theme-badge, .product-area-row .new_arrivals_section .new-arrivals-grids .theme-badge-2,
	.new_arrivals_section .new-arrivals-grids .product-area-row .theme-badge-2,
	.product-area-row .theme-badge-2 {
	background: #02a349;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	padding: 3px 15px;
	color: white;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0
}

.product-area-row .theme-badge-2 {
	background: #f02757
}

.product-area-row .actions {
	position: absolute;
	right: 0;
	top: 0
}

.product-area-row .actions ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.product-area-row .actions ul>li+li {
	margin-top: 5px
}

.product-area-row .actions svg {
	width: 16px;
	height: 16px;
	stroke-width: 2;
	stroke: #686868
}

.product-area-row .actions a {
	background: white;
	width: 32px;
	height: 32px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #cacfe1;
	border-radius: 50%
}

.product-area-row .actions a:hover {
	background: #f02757;
	border-color: #f02757
}

.product-area-row .actions a:hover svg {
	stroke: #f02757;
	stroke: white
}

.product-area-row .details h4 {
	font-size: 18px;
	margin: 1em 0 .4em
}

.product-area-row .details h4+p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 1em
}

.product-area-row .details h4+p a {
	color: #052840
}

.product-area-row .details h4 a {
	color: #252525
}

.product-area-row .rating {
	font-size: 10px;
	color: #ffc21f;
	margin-bottom: 14px
}

.product-area-row .price {
	font-weight: 400
}

.product-area-row .price ins {
	font-weight: 600;
	color: #f02757;
	text-decoration: none;
	display: inline-block;
	padding-right: 15px
}

.product-area-row .price del {
	color: #767373
}

.product-area-row .add-cart-area {
	margin-top: 15px
}

.product-area-row button.add-to-cart {
	background: transparent;
	width: 100%;
	font-weight: 600;
	display: block;
	padding: 8px 15px 5px;
	border: 1px solid #cacfe1;
	border-radius: 4px;
	outline: 0
}

.product-area-row .product-pic {
	max-width: 250px;
	float: left
}

@media ( max-width :630px) {
	.product-area-row .product-pic {
		max-width: 100%;
		float: none
	}
}

.product-area-row .details {
	max-width: calc(100% - 250px);
	float: left;
	padding-left: 30px
}

@media ( max-width :630px) {
	.product-area-row .details {
		max-width: 100%;
		float: none;
		padding: 0
	}
}

@media ( max-width :1199px) {
	.shop-product-area .product-area .grid {
		width: calc(50% - 30px)
	}
}

@media ( max-width :550px) {
	.shop-product-area .product-area .grid {
		padding: 20px 14px
	}
}

@media ( max-width :500px) {
	.shop-product-area .product-area .grid {
		width: calc(100% - 30px);
		float: none
	}
}

.related-product-area .product-area .grid {
	width: calc(25% - 30px)
}

@media ( max-width :1199px) {
	.related-product-area .product-area .grid {
		width: calc(33.33% - 30px)
	}
}

@media ( max-width :767px) {
	.related-product-area .product-area .grid {
		width: calc(50% - 15px);
		padding: 20px 14px;
		margin: 0 7.5px 15px
	}
}

@media ( max-width :500px) {
	.related-product-area .product-area .grid {
		width: calc(100% - 15px);
		float: none
	}
}

@media ( max-width :767px) {
	.related-product-area .product-area {
		margin: 0 -7.5px
	}
}

.product_details .tabs_nav button {
	font-size: 14px;
	text-transform: none;
	font-weight: 500
}

.product_details .addtocart_btn {
	border-radius: 50px
}

.recent_posts_list>li:not (:last-child ){
	margin-bottom: 20px
}

.recent_post_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.recent_post_item .item_image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	margin-right: 20px
}

.recent_post_item .item_image img {
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.recent_post_item .item_title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
	font-family: "Lato", sans-serif
}

.recent_post_item .item_title>a {
	color: #252525
}

.recent_post_item .item_title>a:hover {
	color: #f02757
}

.recent_post_item:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.recent_post_item:hover .item_title>a {
	text-decoration: underline
}

.blog_carousel_wrap .title_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog_carousel_wrap .title_wrap .area_title {
	font-size: 22px;
	margin-bottom: 0
}

.blog_carousel_wrap .title_wrap .carousel_nav button {
	width: auto;
	height: auto;
	line-height: 1;
	border-radius: 0;
	color: #252525;
	background-color: transparent
}

.blog_carousel_wrap .title_wrap .carousel_nav button:hover {
	color: #cd1212
}

.blog_carousel_wrap .title_wrap .carousel_nav button:not (:last-child ){
	margin-right: 10px
}

.blog_standard_small {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #eaeaea
}

.blog_standard_small .item_image {
	display: block;
	overflow: hidden;
	position: relative
}

.blog_standard_small .item_image img {
	width: 100%;
	display: block;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.blog_standard_small .item_content {
	padding: 10px
}

.blog_standard_small .item_title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px
}

.blog_standard_small .item_title a {
	color: #252525
}

.blog_standard_small:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.blog_standard_small:hover .item_title a {
	color: #cd1212
}

.bolg_standard {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee
}

.bolg_standard .item_image {
	display: block;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 30px
}

.bolg_standard .item_image img {
	width: 100%;
	display: block;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.bolg_standard .post_meta {
	margin-bottom: 10px
}

.bolg_standard .item_title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: "Lato", sans-serif
}

.bolg_standard .item_title a {
	color: #252525
}

.bolg_standard .item_title a:hover {
	color: #f02757
}

.bolg_standard p {
	margin-bottom: 30px
}

.bolg_standard .btn {
	padding: 12px 20px 11px
}

.bolg_standard:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.bolg_standard:hover .item_title a {
	text-decoration: underline
}

.bolg_quote {
	min-height: 320px;
	border-radius: 6px;
	position: relative;
	margin-bottom: 50px;
	padding: 50px 50px 100px
}

.bolg_quote .icon {
	right: 50px;
	bottom: 40px;
	line-height: 1;
	font-size: 48px;
	position: absolute
}

.bolg_quote .item_title {
	font-size: 24px;
	margin-bottom: 25px
}

.bolg_quote .post_admin {
	display: block;
	line-height: 1
}

.bolg_quote .global_link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 10;
	position: absolute
}

.bolg_quote .global_link:before {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	content: "";
	position: absolute;
	border-radius: 6px;
	border: 2px solid #fff
}

.bolg_quote:hover .global_link {
	opacity: 1
}

.bolg_quote.bg_default_blue .icon {
	color: #f02757
}

.blog_split_layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee
}

.blog_split_layout .item_image {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 370px;
	flex: 0 0 370px;
	overflow: hidden;
	border-radius: 6px
}

.blog_split_layout .item_image img {
	width: 100%;
	display: block;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.blog_split_layout .item_content {
	padding-left: 30px
}

.blog_split_layout .item_title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: "Lato", sans-serif
}

.blog_split_layout .item_title a {
	color: #252525
}

.blog_split_layout .item_title a:hover {
	color: #f02757
}

.blog_split_layout .btn {
	padding: 12px 20px 11px
}

.blog_split_layout:hover .item_image img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.blog_split_layout:hover .item_title a {
	text-decoration: underline
}

.blog_details .details_image {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 25px
}

.blog_details .post_meta {
	margin-bottom: 15px
}

.blog_details p {
	margin-bottom: 30px
}

.blog_details .details_item_title {
	font-size: 18px;
	margin-bottom: 25px
}

.blog_details .image_list {
	margin: 35px -5px
}

.blog_details .image_list li {
	width: 20%;
	padding: 5px
}

.tag_social_wrap {
	padding: 15px 0;
	margin-bottom: 60px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.tag_list {
	padding-left: 30px;
	position: relative
}

.tag_list:before {
	top: 1px;
	left: 0;
	font-weight: 900;
	content: "";
	position: absolute;
	color: #f02757;
	font-family: "Font Awesome 5 Pro"
}

.tag_list>li {
	position: relative
}

.tag_list>li:not (:last-child ){
	margin-right: 14px;
	padding-right: 4px
}

.tag_list>li:after {
	right: 0;
	bottom: 0;
	content: ",";
	position: absolute
}

.tag_list>li:last-child:after {
	display: none
}

.tag_list a {
	color: #052840
}

.tag_list a:hover {
	color: #f02757;
	text-decoration: underline
}

.related_post_area {
	margin-bottom: 50px
}

.related_post_area .area_title {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 15px
}

.related_post_area .related_post_wrap {
	border-radius: 3px;
	border: 1px solid #ededed
}

.related_post_area .related_post_wrap>li {
	padding: 15px;
	width: 33.333%
}

.related_post_area .recent_post_item .item_image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	margin-right: 15px
}

.related_post_area .recent_post_item .item_title {
	font-size: 14px;
	font-weight: 600
}

.comment_area {
	margin-bottom: 50px
}

.comment_area .area_title {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 15px
}

.comment_list {
	border-radius: 3px;
	border: 1px solid #ededed
}

.comment_list>li:not (:last-child ){
	border-bottom: 1px solid #ededed
}

.comment_list .comment_list {
	border: 0;
	border-radius: 0
}

.comment_list .comment_list>li {
	padding-left: 20px;
	border-top: 1px solid #ededed
}

.comment_item {
	padding: 20px;
	display: block;
	position: relative;
	padding-right: 40px
}

.comment_item .thumbnail_wrap {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 15px;
	background-color: #f0f0f2
}

.comment_item .content_wrap {
	display: table
}

.comment_item .hero_name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
	align-tems: flex-end
}

.comment_item .hero_name .comment_date {
	color: #b2b2b2;
	font-size: 13px;
	margin-left: 5px;
	font-weight: 400
}

.comment_item p {
	margin-bottom: 0
}

.comment_item .reply_btn {
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	position: absolute;
	color: #f02757;
	background-color: #f8f8f8
}

.comment_item .reply_btn:hover {
	color: #fff;
	background-color: #f02757
}

.comment_form_area {
	margin-bottom: 50px
}

.comment_form_area .area_title {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 15px
}

.comment_form_area .border_wrap {
	border-radius: 3px;
	border: 1px solid #ededed
}

.comment_form_area .border_wrap .form_wrap {
	padding: 20px
}

.comment_form_area .border_wrap .btn_wrap {
	padding: 20px;
	border-top: 1px solid #ededed
}

.comment_form_area .form_item {
	margin-bottom: 20px
}

.comment_form_area .form_item textarea, .comment_form_area .form_item input
	{
	border-radius: 3px;
	border: 1px solid #eaeaea
}

.comment_form_area .form_item textarea:focus, .comment_form_area .form_item input:focus
	{
	border-color: #f02757
}

.comment_form_area .form_item input {
	height: 38px;
	padding: 0 20px
}

.comment_form_area .form_item textarea {
	min-height: 150px;
	padding: 15px 20px
}

.comment_form_area .btn {
	padding: 11px 20px 10px
}

.product_details_image {
	position: relative;
	padding-left: 0px
}

.product_details_image .slider_item {
	border: 1px solid #eee
}

.product_details_image .details_image_carousel_nav {
	top: 0;
	left: 0;
	bottom: 0;
	width: 103px;
	position: absolute
}

.product_details_image .details_image_carousel_nav .slider_item {
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.product_details_image .details_image_carousel_nav .slider_item.slick-current
	{
	border-color: #f02757;
	background-color: #f02757
}

.product_details_content .item_title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: .5em
}

.product_details_content p {
	margin-bottom: 1em
}

.product_details_content .item_review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.product_details_content .rating_star {
	margin-right: 6px
}

.product_details_content .rating_star li {
	color: #cd1212
}

.product_details_content .item_price span {
	font-size: 22px;
	font-weight: 500;
	margin-right: 7px;
	color: #252525
}

.product_details_content .item_price del {
	font-weight: 400;
	color: #052840
}

.product_details_content hr {
	margin: 30px 0;
	border-top: 1px solid #ddd
}

.product_details_content .title_text {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 25px
}

.product_details_content .title_text .underline {
	width: 30px;
	height: 3px;
	display: block;
	margin-top: 15px;
	background-color: #f02757
}

.product_details_content .item_attribute {
	margin-bottom: 45px
}

.product_details_content .input_title {
	color: #2f3034;
	font-weight: 500
}

.product_details_content .select_option {
	margin-bottom: 20px
}

.product_details_content .select_option .nice-select {
	height: 40px;
	padding: 0 20px;
	line-height: 40px
}

.product_details_content .repuired_text {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #cd1212
}

.product_details_content .quantity_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product_details_content .quantity_input {
	position: relative
}

.product_details_content .quantity_input:before {
	font-weight: 500;
	margin-right: 10px;
	content: "Quantity:";
	color: #252525;
	display: inline-block
}

.product_details_content .quantity_input input {
	height: 40px;
	margin: 0 4px
}

.product_details_content .quantity_input button {
	width: 40px;
	line-height: 40px;
	height: 40px
}

.product_details_content .total_price {
	font-size: 22px;
	font-weight: 500;
	color: #252525
}

.product_details_content .default_btns_group {
	margin-bottom: 60px
}

.default_btns_group>li:not (:last-child ){
	margin-right: 5px
}

.default_btns_group a {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #555;
	min-width: 40px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ddd;
	text-transform: uppercase
}

.default_btns_group a:hover {
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.default_btns_group .addtocart_btn {
	padding: 10px;
	color: #fff;
	min-width: 155px;
	border-color: #f02757;
	background-color: #f02757
}

.default_btns_group .addtocart_btn:hover {
	color: #fff;
	border-color: #cd1212;
	background-color: #cd1212
}

.details_information_tab {
	margin-top: 70px
}

.details_information_tab .tab-content {
	padding: 40px;
	border: 1px solid #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.details_information_tab p {
	font-size: 15px
}

.additional_info_list:not (:last-child ){
	margin-bottom: 40px
}

.additional_info_list .info_title {
	font-size: 18px;
	margin-bottom: 20px
}

.additional_info_list li {
	font-size: 15px;
	padding-left: 20px;
	position: relative
}

.additional_info_list li:not (:last-child ){
	margin-bottom: 8px
}

.additional_info_list li:before {
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	content: "";
	position: absolute;
	border-radius: 100%;
	background: #252525
}

.average_rating_text {
	text-align: center
}

.average_rating_text .rating_star {
	margin-bottom: 15px
}

.average_rating_text .rating_star li {
	font-size: 24px;
	color: #cd1212
}

.average_rating_text p {
	font-size: 28px;
	line-height: 1.3;
	font-style: italic
}

.average_rating_text p span {
	color: #252525
}

.product_ratings_progressbar>ul {
	margin: 8px -15px
}

.product_ratings_progressbar>ul>li {
	line-height: 1;
	font-size: 15px;
	padding: 5px 15px;
	color: #252525
}

.product_ratings_progressbar .progress_bar {
	width: 250px;
	height: 4px;
	position: relative;
	background-color: #eee
}

.product_ratings_progressbar .progress_bar:before {
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background-color: #cd1212
}

.product_ratings_progressbar .five_star .progress_bar:before {
	width: 100%
}

.product_ratings_progressbar .four_star .progress_bar:before {
	width: 80%
}

.product_ratings_progressbar .three_star .progress_bar:before {
	width: 60%
}

.product_ratings_progressbar .two_star .progress_bar:before {
	width: 40%
}

.product_ratings_progressbar .one_star .progress_bar:before {
	width: 20%
}

.product_ratings_progressbar i {
	float: left;
	font-size: 12px;
	color: #cd1212;
	display: inline-block
}

.product_ratings_progressbar i:not (:last-child ){
	margin-right: 3px
}

.customer_reviews {
	margin: 40px 0
}

.customer_review_item {
	margin-top: 30px
}

.customer_review_item .customer_image {
	float: left;
	width: 80px;
	overflow: hidden;
	margin-right: 20px
}

.customer_review_item .customer_content {
	display: table
}

.customer_review_item .customer_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0 5px
}

.customer_review_item .rating_star li {
	color: #cd1212
}

.customer_review_item .customer_name {
	margin: 0 10px;
	font-size: 18px
}

.customer_review_item .comment_date {
	font-size: 15px
}

.customer_review_form .form_item {
	margin-bottom: 20px
}

.customer_review_form .form_item input {
	height: 55px;
	padding: 0 20px
}

.customer_review_form .form_item textarea {
	padding: 20px
}

.customer_review_form .checkbox_item label {
	font-size: 15px
}

.your_ratings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.your_ratings h5 {
	font-size: 17px;
	margin-bottom: 0;
	margin-right: 10px
}

.your_ratings button {
	float: left;
	font-size: 16px;
	color: #cd1212;
	display: inline-block
}

.your_ratings button:hover i {
	font-weight: 900;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.your_ratings button:not (:last-child ){
	margin-right: 3px
}

.order_tracking_form .title_text {
	line-height: 1;
	font-size: 36px;
	margin-bottom: .7em
}

.order_tracking_form p {
	max-width: 600px;
	margin: 0 auto 56px
}

.order_tracking_form .form_title {
	line-height: 1;
	font-size: 15px;
	margin-bottom: .8em
}

.order_tracking_form .form_item {
	margin-bottom: 30px
}

.order_tracking_form .form_item input {
	height: 55px;
	text-align: center;
	border-radius: 0;
	border-color: #f7f7f7;
	background-color: #f7f7f7;
	border: 1px solid #ededed
}

.map_section iframe {
	width: 100%;
	height: 580px
}

.contact_info_wrap .contact_title {
	line-height: 1;
	font-size: 35px;
	margin-bottom: .7em
}

.contact_info_wrap .contact_title span {
	display: block;
	font-weight: 400
}

.contact_info_wrap .decoration_image {
	margin-bottom: 25px
}

.contact_info_wrap p {
	margin-bottom: 2.5em
}

@media screen and (min-width:1200px) {
	.contact_info_wrap p {
		padding-right: 120px
	}
}

.contact_info_wrap .list_title {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 1em
}

.contact_info_wrap .ul_li_block>li {
	color: #727272
}

.contact_info_wrap .ul_li_block>li+li {
	margin-top: 8px
}

.contact_info_wrap .form_item input {
	height: 55px;
	padding: 0 20px;
	border: 1px solid #c5c5c5
}

.contact_info_wrap .form_item textarea {
	padding: 20px;
	border: 1px solid #c5c5c5
}

.account_menu .title_text {
	line-height: 1;
	font-size: 22px;
	margin-bottom: 15px
}

.account_menu .account_menu_list>li:not (:last-child ){
	margin-bottom: -1px
}

.account_menu .account_menu_list>li:first-child>a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.account_menu .account_menu_list>li:last-child>a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.account_menu .account_menu_list>li>a {
	color: #052840;
	line-height: 1;
	display: block;
	padding: 14px 25px;
	border: 1px solid #eaeaea
}

.account_menu .account_menu_list>li:hover>a, .account_menu .account_menu_list>li.active>a
	{
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.account_content_area .content_layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea
}

.account_content_area .content_layout>li {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 25px 30px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea
}

.account_content_area .content_layout>li:nth-child(1),
	.account_content_area .content_layout>li:nth-child(2) {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.account_content_area a {
	color: #018bc8
}

.account_content_area a:hover {
	color: #e23e1d
}

.account_content_area h3 {
	line-height: 1;
	font-size: 30px;
	margin-bottom: .8em
}

.account_content_area h4 {
	font-size: 18px;
	color: #252525;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: .5em
}

.account_content_area h4 strong {
	font-weight: 500
}

.account_content_area p {
	margin-bottom: 15px
}

.account_content_area .btn {
	color: #2975c5;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 3px;
	background-color: #f8f8f8;
	text-transform: capitalize;
	border: 1px solid #f1f1f1
}

.account_content_area .btn:hover {
	color: #fff;
	background-color: #f02757
}

.account_content_area .btns_group {
	margin: -2px
}

.account_content_area .btns_group>li {
	padding: 2px
}

.compare_table table {
	margin-bottom: 0;
	border: 1px solid #eee
}

.compare_table table>tbody {
	vertical-align: middle
}

.compare_table table>:not(caption)>*>* {
	padding: 20px;
	border-color: #eee;
	border-right: 1px solid #eee
}

.compare_table h3, .compare_table h4, .compare_table p {
	margin-bottom: 0
}

.compare_table h3 {
	font-size: 16px
}

.compare_table h4 {
	color: #71737a;
	font-size: 15px;
	margin-top: 15px;
	font-family: "Lato", sans-serif
}

.compare_table p {
	color: #71737a
}

.compare_table .btn {
	padding: 15px 28px 13px
}

.compare_table .remove_btn {
	font-size: 24px;
	color: #ababab
}

.compare_table .remove_btn:hover {
	color: red
}

.compare_table .rating_star li {
	color: #ffc21f
}

.cart_update_wrap {
	color: #fff;
	padding: 15px 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	background-color: #f02757
}

.cart_update_wrap i {
	margin-right: 7px
}

.cart_table .cart_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cart_table .cart_product img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	max-width: 90px;
	margin-right: 20px
}

.cart_table .cart_product h3 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0
}

.cart_table .cart_product h3 a {
	color: #8b8b8b
}

.cart_table .cart_product:hover h3 a {
	color: #f02757;
	text-decoration: underline
}

.cart_table table {
	border-radius: 3px;
	margin-bottom: 15px;
	border: 1px solid #eaf0f2
}

.cart_table table thead {
	background: #f7f7f7;
	border-bottom: 1px solid #e7e7e7
}

.cart_table table thead th {
	font-size: 16px;
	font-weight: 500;
	color: #051d43
}

.cart_table table tbody {
	vertical-align: middle
}

.cart_table table>:not (:last-child )>:last-child>* {
	border-bottom: 0
}

.cart_table .table>:not(caption)>*>* {
	padding: 15px 30px
}

.cart_table.checkout_table .table>:not(caption)>*>* {
	border-bottom: 0
}

.cart_table .price_text {
	font-weight: 500
}

.cart_table .remove_btn {
	color: #a5a5a5;
	font-size: 18px
}

.cart_table .remove_btn:hover {
	color: red
}

.cart_table .quantity_count {
	color: #051d43
}

.cart_table .free_text, .cart_table .total_text {
	color: #29af8a
}

.quantity_input {
	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
}

.quantity_input button, .quantity_input input {
	border-radius: 3px;
	border: 1px solid #e3e6e9
}

.quantity_input button {
	width: 30px;
	height: 30px;
	color: #b8c6d0;
	line-height: 32px
}

.quantity_input button:hover {
	color: #fff;
	border-color: #f02757;
	background-color: #f02757
}

.quantity_input input {
	width: 70px;
	height: 30px;
	margin: 0 10px;
	padding: 0 10px;
	font-weight: 500;
	text-align: center;
	color: #051d43;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.quantity_input input:focus {
	border-color: #f02757
}

.cart_btns_wrap {
	padding: 25px;
	margin-bottom: 50px;
	border: 1px solid #eaf0f2
}

.cart_btns_wrap .btn {
	padding: 0 25px;
	height: 50px;
	line-height: 50px
}

.cart_btns_wrap .btns_group {
	margin: -10px
}

.cart_btns_wrap .btns_group>li {
	padding: 10px
}

.coupon_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.coupon_form input {
	height: 50px;
	padding: 0 20px;
	border: 1px solid #e3e6e9
}

.coupon_form input:focus {
	border-color: #f02757
}

.coupon_form .btn {
	min-width: 160px;
	margin: 0 20px 0 10px
}

.coupon_form .info_icon {
	color: #a1b1bc;
	font-size: 18px;
	cursor: pointer
}

.calculate_shipping .wrap_title, .cart_total_table .wrap_title {
	line-height: 1;
	font-size: 24px;
	margin-bottom: 20px;
	color: #051d43
}

.calculate_shipping .wrap_title .icon, .cart_total_table .wrap_title .icon
	{
	width: 26px;
	height: 26px;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	background-color: #858585
}

.calculate_shipping .row {
	margin-left: -5px;
	margin-right: -5px
}

.calculate_shipping .col {
	padding-left: 5px;
	padding-right: 5px
}

.calculate_shipping .select_option, .calculate_shipping .form_item {
	margin-bottom: 10px
}

.calculate_shipping .select_option .nice-select {
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	border: 1px solid #e3e6e9
}

.calculate_shipping .select_option .nice-select:after {
	width: 50px;
	-webkit-transform: unset;
	transform: unset;
	position: static;
	text-align: center;
	border-left: 1px solid #e3e6e9
}

.calculate_shipping .select_option .nice-select .current {
	font-weight: 500;
	color: #051d43
}

.calculate_shipping .form_item input {
	height: 50px;
	padding: 0 20px;
	border: 1px solid #e3e6e9
}

.calculate_shipping .form_item input:focus {
	border-color: #f02757
}

.calculate_shipping .btn {
	padding: 0 25px;
	height: 50px;
	line-height: 50px
}

.cart_total_table ul {
	border: 1px solid #e3e6e9
}

.cart_total_table li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cart_total_table li:not (:last-child ){
	border-bottom: 1px solid #e3e6e9
}

.cart_total_table span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	color: #333;
	max-width: 50%;
	padding: 13.5px 20px
}

.cart_total_table span:first-child {
	font-weight: 500;
	background-color: #f9fbfb
}

.cart_total_table span:not (:last-child ){
	border-right: 1px solid #e3e6e9
}

.cart_total_table .total_price {
	color: #1abc9c
}

.empty_cart_section h2 {
	line-height: 1;
	font-size: 22px;
	margin-bottom: 120px
}

.empty_cart_content .cart_icon {
	line-height: 1;
	font-size: 60px;
	margin-bottom: 20px;
	color: #051d43;
	display: inline-block
}

.empty_cart_content h3 {
	font-size: 30px;
	margin-bottom: 40px;
	color: #051d43
}

.empty_cart_content .btn i {
	margin-right: 20px
}

.reg_coupon_item {
	margin-bottom: 10px
}

.reg_coupon_item:last-child {
	margin-bottom: 50px
}

.reg_coupon_item .content_wrap {
	color: #fff;
	border-radius: 3px;
	margin-bottom: 10px
}

.reg_coupon_item .content_wrap button {
	width: 100%;
	display: block;
	color: #fff;
	text-align: left;
	padding: 13.5px 20px
}

.reg_coupon_item .content_wrap button strong {
	font-weight: 500
}

.reg_coupon_item .card {
	padding: 30px;
	border-radius: 3px;
	border: 1px solid #e3e6e9
}

.reg_coupon_item .row {
	margin-left: -10px;
	margin-right: -10px
}

.reg_coupon_item .row .col {
	padding-left: 10px;
	padding-right: 10px
}

.reg_coupon_item .form_item {
	margin-bottom: 20px
}

.reg_coupon_item .form_item input {
	height: 50px;
	padding: 0 20px;
	border-color: #e3e6e9
}

.reg_coupon_item .form_item input:focus {
	border-color: #f02757
}

.reg_coupon_item .checkbox_item {
	margin-bottom: 0
}

.reg_coupon_item .btns_group {
	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
}

.checkout_widget {
	margin-bottom: 70px
}

.checkout_widget .checkout_widget_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.checkout_widget .checkout_widget_title h3 {
	line-height: 1;
	font-size: 22px;
	margin-bottom: 0
}

.checkout_widget .checkout_widget_title .checkbox_item {
	margin-bottom: 0;
	margin-left: 30px;
	display: inline-block
}

.checkout_widget .checkout_widget_title .checkbox_item input {
	float: none;
	margin-right: 0;
	display: inline-block;
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}

.checkout_widget .checkout_widget_title .checkbox_item input:before {
	font-size: 15px
}

.checkout_widget .checkbox_item input:before {
	color: #fff
}

.checkout_widget .checkbox_item input:checked {
	border-color: #f02757;
	background-color: #f02757
}

.checkout_widget .row {
	margin-left: -5px;
	margin-right: -5px
}

.checkout_widget .row .col {
	padding-left: 5px;
	padding-right: 5px
}

.checkout_widget .form_item input, .checkout_widget .form_item textarea
	{
	border-color: #e3e6e9
}

.checkout_widget .form_item input:focus, .checkout_widget .form_item textarea:focus
	{
	border-color: #f02757
}

.checkout_widget .form_item input {
	height: 40px;
	padding: 0 20px
}

.checkout_widget .form_item input:not (:last-child ){
	margin-bottom: 10px
}

.checkout_widget .form_item textarea {
	min-height: 130px;
	padding: 15px 20px
}

.checkout_widget .select_option .nice-select {
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 20px;
	border-color: #e3e6e9;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7),
		to(#fff));
	background-image: linear-gradient(0deg, #f7f7f7, #fff)
}

.checkout_widget .select_option .nice-select:after {
	width: 40px;
	text-align: center;
	border-left: 1px solid #e3e6e9
}

.checkout_widget .input_title {
	color: #252525;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px
}

.note_textarea .input_title {
	color: #34495e
}

.checkout_payment_method>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #ecf0f1
}

.checkout_payment_method>ul>li:first-child {
	display: inline-block
}

.checkout_payment_method .radio_item {
	margin-bottom: 0
}

.checkout_payment_method .directly_payment_info {
	color: #a1b1bc;
	margin-top: 10px;
	border-radius: 3px;
	padding: 12.5px 15px;
	background-color: #f5f7f8;
	border: 1px solid #ebebeb
}

.calltoaction_section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.calltoaction_section .item_image {
	margin-right: -110px
}

.calltoaction_section .item_content {
	padding-left: 100px
}

.calltoaction_section h2 {
	font-size: 16px;
	margin-bottom: 25px;
	color: #f02757
}

.calltoaction_section h3 {
	line-height: 1;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase
}

.calltoaction_section .item_price {
	line-height: 1;
	margin-bottom: 35px
}

.calltoaction_section .item_price .sale_price {
	margin-right: 8px;
	color: #cd1212
}

.register_tabnav {
	margin-bottom: 35px
}

.register_tabnav>li {
	position: relative
}

.register_tabnav>li:not (:last-child ){
	margin-right: 16px;
	padding-right: 16px
}

.register_tabnav>li:after {
	top: 50%;
	right: -1px;
	width: 2px;
	content: "";
	height: 23px;
	position: absolute;
	background-color: #d5d5d5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.register_tabnav>li:last-child:after {
	display: none
}

.register_tabnav button {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #252525;
	font-family: "Lato", sans-serif
}

.register_tabnav button:hover, .register_tabnav button.active {
	color: #f02757
}

.register_wrap {
	border-radius: 3px;
	padding: 70px 45px;
	background-color: #fff;
	border: 1px solid #ebeff5
}

.register_wrap .form_item_wrap {
	position: relative;
	padding-left: 120px
}

.register_wrap .input_title {
	left: 0;
	top: 20px;
	color: #464a53;
	font-size: 16px;
	font-weight: 500;
	max-width: 155px;
	margin-bottom: 0;
	position: absolute;
	padding-right: 20px
}

.register_wrap .form_item {
	margin-bottom: 20px
}

.register_wrap .form_item label {
	top: 0;
	left: 0;
	z-index: 1;
	width: 54px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #6a707e;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f0f0f2;
	border: 1px solid #dddfe1;
	-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.register_wrap .form_item input {
	height: 48px;
	border-radius: 0;
	padding-left: 70px;
	border: 1px solid #dddfe1
}

.register_wrap .form_item span {
	color: #abafb3;
	display: block;
	line-height: 1;
	font-size: 15px;
	margin-top: 10px
}

.register_wrap .checkbox_item {
	margin-bottom: 20px
}

.register_wrap .checkbox_item input {
	border-radius: 0;
	border: 1px solid #dddfe1;
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px
}

.register_wrap .checkbox_item label {
	color: #abafb3;
	font-size: 15px
}

.register_wrap .btn {
	background-color: #051d43;
	border-color: #051d43
}

.error_content {
	text-align: center;
	margin-bottom: 100px
}

.error_content h1 {
	line-height: 1;
	font-size: 250px;
	color: #051d43
}

.error_content h1 span {
	color: #f02757
}

.error_content h2 {
	color: #242424;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase
}

.error_search_form {
	padding: 85px 100px;
	border-radius: 10px;
	background-color: #f7f7f7
}

.product-area {
	margin: 0 -15px
}

@media ( max-width :991px) {
	.product-area {
		margin: 0 -7.5px
	}
}

.product-area .grid {
	background: white;
	width: calc(16.66% - 30px);
	float: left;
	margin: 0 15px 20px;
/* 	padding: 25px; */
/* 	-webkit-box-shadow: 0 4px 0 #ebebeb; */
/* 	box-shadow: 0 4px 0 #ebebeb; */
	border: 1px solid #f3f3f3;
	/* border-radius: 4px; */
	position: relative;
	top: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

@media ( max-width :991px) {
	.product-area .grid {
		width: calc(16.66% - 15px);
		margin: 0 7.5px 15px
	}
}

@media ( max-width :767px) {
	.product-area .grid {
		width: calc(16.66% - 15px);
		margin: 0 7.5px 15px;
		padding: 25px 15px
	}
}

@media ( max-width :500px) {
	.product-area .grid {
		width: calc(16.66% - 15px);
		float: none;
		margin: 0 7.5px 15px;
		padding: 25px 15px
	}
}

.product-area .grid:hover .product-pic img {
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
}

.product-area .grid:hover .add-to-cart {
	background-color: #f02757;
	border-color: #f02757;
	color: #fff
}

.product-area .product-pic {
	position: relative
}

.product-area .theme-badge, .product-area .new_arrivals_section .new-arrivals-grids .theme-badge-2,
	.new_arrivals_section .new-arrivals-grids .product-area .theme-badge-2,
	.product-area .theme-badge-2, .shop-product-area .product-area .theme-badge-2
	{
	background: #02a349;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	padding: 3px 15px;
	color: white;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0
}

.product-area .theme-badge-2 {
	background: #f02757
}

.product-area .actions {
	position: absolute;
	right: 0;
	top: 0
}

.product-area .actions ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.product-area .actions ul>li+li {
	margin-top: 5px
}

.product-area .actions svg {
	width: 16px;
	height: 16px;
	stroke-width: 2;
	stroke: #686868
}

.product-area .actions a {
	background: #ffffffd9;
	min-width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #cacfe1;
	border-radius: 50%;
	color:#f02757;
	font-size:10px
}

.product-area .actions a:hover {
	/* background: #f02757;
	border-color: #f02757 */
}

.product-area .actions a:hover svg {
	stroke: #f02757;
	stroke: white
}

.product-area .details h4 {
	font-size: 18px;
	margin: 1em 0 .4em
}

.product-area .details h4+p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 1em
}

.product-area .details h4+p a {
	color: #052840
}

.product-area .details h4 a {
	color: #252525;
	font-size: 15px
}

.product-area .rating {
	font-size: 10px;
	color: #ffc21f;
	margin-bottom: 5px
}

.product-area .price {
	font-weight: 400
}

.product-area .price ins {
	font-weight: 600;
	color: #f02757;
	text-decoration: none;
	display: inline-block;
	padding-right: 15px
}

.product-area .price del {
	color: #767373
}

.product-area .add-cart-area {
	margin-top: 15px
}

.product-area button.add-to-cart {
	background: transparent;
	width: 100%;
	font-weight: 600;
	display: block;
	padding: 8px 15px 5px;
	border: 1px solid #cacfe1;
	border-radius: 4px;
	outline: 0
}

.product-sidebar .widget+.widget {
	margin-top: 50px
}

@media ( max-width :991px) {
	.product-sidebar .widget+.widget {
		margin-top: 46px
	}
}

@media ( max-width :550px) {
	.product-sidebar .widget+.widget {
		margin-top: 15px
	}
}

@media ( max-width :991px) {
	.product-sidebar>.widget:last-child {
		margin-top: 15px
	}
}

.product-sidebar .product-add {
	background: #fbfbfb;
	border: 1px solid #e5e8ec;
	padding: 40px 30px
}

.product-sidebar .product-add h4 {
	margin: 25px 0 .2em
}

.product-sidebar .product-add p {
	margin: 0 0 1em
}

.product-sidebar .audio-widget {
	background: url("../images/sidebar-audio-bg.jpg") center center/cover
		no-repeat local;
	border: 1px solid #e5e8ec;
	padding: 40px 30px
}

.product-sidebar .audio-widget h5 {
	font-size: 22px;
	color: #fff;
	margin: 0 0 .9em;
	position: relative;
	display: inline-block
}

.product-sidebar .audio-widget h5 span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: white;
	text-align: center;
	background: #f02757;
	border-radius: 20px;
	position: absolute;
	right: -25px;
	top: 0
}

.product-sidebar .audio-widget ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.product-sidebar .audio-widget ul>li+li {
	margin-top: 9px
}

.product-sidebar .audio-widget ul a {
	color: #a5a5a5;
	font-weight: 600
}

.product-sidebar .audio-widget ul a:hover {
	color: #f02757
}

@media screen and (min-width:1200px) {
	.blog-sidebar, .blog-sidebar-s2 {
		padding-left: 90px
	}
}

@media ( max-width :1199px) {
	.blog-sidebar, .blog-sidebar-s2 {
		max-width: 300px;
		margin-top: 80px
	}
}

@media ( max-width :991px) {
	.blog-sidebar, .blog-sidebar-s2 {
		margin-top: 80px;
		max-width: 400px
	}
}

@media ( max-width :767px) {
	.blog-sidebar, .blog-sidebar-s2 {
		margin-top: 60px;
		max-width: 400px
	}
}

.blog-sidebar .widget h3, .blog-sidebar-s2 .widget h3 {
	font-size: 18px;
	font-size: calc-rem-value(18);
	padding-bottom: .4em;
	margin: 0 0 1.3em;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(101, 101, 101, 0.2)
}

.blog-sidebar>.widget+.widget, .blog-sidebar-s2>.widget+.widget {
	margin-top: 85px
}

.blog-sidebar .search-widget form div, .blog-sidebar-s2 .search-widget form div
	{
	position: relative
}

.blog-sidebar .search-widget input, .blog-sidebar-s2 .search-widget input
	{
	background-color: transparent;
	height: 50px;
	font-size: 16px;
	padding: 6px 50px 6px 20px;
	border: 1px solid #707070;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.blog-sidebar .search-widget input:focus, .blog-sidebar-s2 .search-widget input:focus
	{
	border-color: #f02757
}

.blog-sidebar .search-widget form button, .blog-sidebar-s2 .search-widget form button
	{
	background: transparent;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #707070;
	border: 0;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0
}

.blog-sidebar .search-widget form button i, .blog-sidebar-s2 .search-widget form button i
	{
	font-size: 16px
}

.blog-sidebar .about-widget, .blog-sidebar-s2 .about-widget {
	text-align: center;
	padding: 35px 28px;
	border-radius: 0;
	-webkit-box-shadow: 0 10px 16px 5px rgba(201, 201, 201, 0.2);
	box-shadow: 0 10px 16px 5px rgba(201, 201, 201, 0.2)
}

.blog-sidebar .about-widget .img-holder, .blog-sidebar-s2 .about-widget .img-holder
	{
	margin-bottom: 25px
}

.blog-sidebar .about-widget .img-holder img, .blog-sidebar-s2 .about-widget .img-holder img
	{
	border-radius: 50%
}

.blog-sidebar .about-widget h4, .blog-sidebar-s2 .about-widget h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 .3em
}

.blog-sidebar .about-widget h4+span, .blog-sidebar-s2 .about-widget h4+span
	{
	display: block;
	font-size: 12px;
	text-transform: uppercase
}

.blog-sidebar .about-widget p, .blog-sidebar-s2 .about-widget p {
	font-size: 15px;
	font-size: calc-rem-value(15);
	margin: 0
}

.blog-sidebar .category-widget ul, .blog-sidebar-s2 .category-widget ul
	{
	list-style: none
}

.blog-sidebar .category-widget ul li, .blog-sidebar-s2 .category-widget ul li
	{
	font-size: 15px;
	font-size: calc-rem-value(15);
	position: relative
}

@media ( max-width :767px) {
	.blog-sidebar .category-widget ul li, .blog-sidebar-s2 .category-widget ul li
		{
		font-size: 14px;
		font-size: calc-rem-value(14)
	}
}

.blog-sidebar .category-widget ul li span, .blog-sidebar-s2 .category-widget ul li span
	{
	position: absolute;
	right: 0
}

.blog-sidebar .category-widget ul>li+li, .blog-sidebar-s2 .category-widget ul>li+li
	{
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f3f2f2
}

.blog-sidebar .category-widget ul a, .blog-sidebar-s2 .category-widget ul a
	{
	display: block;
	color: #052840;
	padding-left: 25px;
	position: relative
}

.blog-sidebar .category-widget ul a:before, .blog-sidebar-s2 .category-widget ul a:before
	{
	font-family: "Themify";
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 11px
}

.blog-sidebar .category-widget ul a:hover, .blog-sidebar-s2 .category-widget ul a:hover,
	.blog-sidebar .category-widget ul li:hover:before, .blog-sidebar-s2 .category-widget ul li:hover:before
	{
	color: #f02757
}

.blog-sidebar .recent-post-widget .post, .blog-sidebar-s2 .recent-post-widget .post
	{
	overflow: hidden
}

.blog-sidebar .recent-post-widget .posts>.post+.post, .blog-sidebar-s2 .recent-post-widget .posts>.post+.post
	{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f3f2f2
}

.blog-sidebar .recent-post-widget .post .img-holder, .blog-sidebar-s2 .recent-post-widget .post .img-holder
	{
	width: 70px;
	float: left
}

.blog-sidebar .recent-post-widget .post .details, .blog-sidebar-s2 .recent-post-widget .post .details
	{
	width: calc(100% - 70px);
	float: left;
	padding-left: 20px
}

.blog-sidebar .recent-post-widget .post h4, .blog-sidebar-s2 .recent-post-widget .post h4
	{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	margin: .3em 0 0
}

@media ( max-width :1199px) {
	.blog-sidebar .recent-post-widget .post h4, .blog-sidebar-s2 .recent-post-widget .post h4
		{
		font-size: 14px;
		margin: 0
	}
}

.blog-sidebar .recent-post-widget .post h4 a, .blog-sidebar-s2 .recent-post-widget .post h4 a
	{
	display: inline-block;
	color: #252525
}

.blog-sidebar .recent-post-widget .post h4 a:hover, .blog-sidebar-s2 .recent-post-widget .post h4 a:hover
	{
	color: #f02757
}

.blog-sidebar .recent-post-widget .post .details .date, .blog-sidebar-s2 .recent-post-widget .post .details .date
	{
	font-size: 13px;
	font-size: calc-rem-value(13);
	font-weight: 500;
	color: #9a9a9a;
	text-transform: uppercase
}

.blog-sidebar .tag-widget ul, .blog-sidebar-s2 .tag-widget ul {
	overflow: hidden;
	list-style: none;
	padding-left: 0
}

.blog-sidebar .tag-widget ul li, .blog-sidebar-s2 .tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0
}

.blog-sidebar .tag-widget ul li a, .blog-sidebar-s2 .tag-widget ul li a
	{
	background-color: #EFEFEF;
	font-size: 14px;
	display: inline-block;
	padding: 5px 14px;
	color: #052840;
	border-radius: 0
}

.blog-sidebar .tag-widget ul li a:hover, .blog-sidebar-s2 .tag-widget ul li a:hover
	{
	background: #000;
	color: #fff
}

.blog-sidebar .add-widget, .blog-sidebar-s2 .add-widget {
	max-width: 333px
}

.blog-sidebar .add-widget>div, .blog-sidebar-s2 .add-widget>div {
	position: relative
}

.blog-sidebar .add-widget .details, .blog-sidebar-s2 .add-widget .details
	{
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-sidebar .add-widget h4, .blog-sidebar-s2 .add-widget h4 {
	font-size: 20px;
	color: #fff;
	line-height: 1.4em;
	padding-right: 35px
}

.blog-sidebar .featured-post-slider .post-item .details,
	.blog-sidebar-s2 .featured-post-slider .post-item .details {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

.blog-sidebar .featured-post-slider .inner, .blog-sidebar-s2 .featured-post-slider .inner
	{
	padding: 35px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-sidebar .featured-post-slider button, .blog-sidebar-s2 .featured-post-slider button
	{
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	padding: 7px 20px;
	border: 0;
	outline: 0;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
	z-index: 9
}

.blog-sidebar .featured-post-slider .date, .blog-sidebar-s2 .featured-post-slider .date
	{
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 1.5em 0 1em;
	text-decoration: underline
}

.blog-sidebar .featured-post-slider h4, .blog-sidebar-s2 .featured-post-slider h4
	{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0
}

@media ( max-width :767px) {
	.blog-sidebar .featured-post-slider h4, .blog-sidebar-s2 .featured-post-slider h4
		{
		font-size: 22px
	}
}

.blog-sidebar .featured-post-slider h4 a, .blog-sidebar-s2 .featured-post-slider h4 a
	{
	color: #fff
}

.blog-sidebar .featured-post-slider .owl-controls, .blog-sidebar-s2 .featured-post-slider .owl-controls
	{
	position: absolute;
	right: 25px;
	bottom: 25px;
	margin: 0
}

.blog-sidebar .featured-post-slider .owl-controls .owl-dots .owl-dot span,
	.blog-sidebar-s2 .featured-post-slider .owl-controls .owl-dots .owl-dot span
	{
	margin: 5px 4px;
	background: #fff;
	opacity: .5
}

.blog-sidebar .featured-post-slider .owl-controls .owl-dots .owl-dot.active span,
	.blog-sidebar-s2 .featured-post-slider .owl-controls .owl-dots .owl-dot.active span
	{
	opacity: 1
}

@media screen and (min-width:1200px) {
	.blog-sidebar-s2 {
		padding-left: 70px
	}
}

@media ( max-width :1199px) {
	.blog-sidebar-s2 {
		max-width: 300px;
		margin-top: 80px
	}
}

@media ( max-width :991px) {
	.blog-sidebar-s2 {
		margin-top: 80px;
		max-width: 400px
	}
}

@media ( max-width :767px) {
	.blog-sidebar-s2 {
		margin-top: 60px;
		max-width: 400px
	}
}

.blog-sidebar-s2 .add-widget>div {
	position: relative
}

.blog-sidebar-s2 .add-widget .details {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-sidebar-s2 .add-widget h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4em;
	padding-right: 55px;
	margin: 0 0 1.5em
}

.pagination-wrapper {
	text-align: center;
	margin-top: 40px
}

@media ( max-width :991px) {
	.pagination-wrapper {
		text-align: left;
		margin-top: 40px
	}
}

.pagination-wrapper .pg-pagination {
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	padding-left: 0
}

.pagination-wrapper .pg-pagination li {
	float: left;
	margin-right: 10px
}

@media ( max-width :767px) {
	.pagination-wrapper .pg-pagination li {
		margin-right: 5px
	}
}

.pagination-wrapper .pg-pagination li:last-child {
	margin-right: 0
}

.pagination-wrapper .pg-pagination li a {
	background-color: transparent;
	width: 45px;
	height: 45px;
	line-height: 49px;
	font-size: 14px;
	font-size: calc-rem-value(14);
	font-weight: 600;
	color: #000;
	display: block;
	border: 1px solid #f1f1f1
}

@media ( max-width :991px) {
	.pagination-wrapper .pg-pagination li a {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 15px;
		font-size: calc-rem-value(15)
	}
}

.pagination-wrapper .pg-pagination .active a, .pagination-wrapper .pg-pagination li a:hover
	{
	background: #000;
	border-color: #000;
	color: #fff
}

.pagination-wrapper .pg-pagination i:before {
	font-size: 17px;
	font-size: calc-rem-value(17)
}

.pagination-wrapper-left {
	text-align: left
}

.pagination-wrapper-right {
	text-align: right
}

@media screen and (min-width:1200px) {
	.pagination-wrapper-right {
		padding-right: 50px
	}
}

@media ( max-width :991px) {
	.pagination-wrapper-right {
		margin-top: 45px;
		text-align: left
	}
}

.products-with-sidebar-section {
/* 	background: #f9f9f9; */
/* 	padding: 40px 0; */
	margin-top: 40px
}

.products-with-sidebar-section .best-selling-products h3 {
	font-size: 22px;
	margin: 0 0 20px
}

@media ( max-width :991px) {
	.products-with-sidebar-section .product-sidebar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 50px;
		margin: 50px -7.5px 0
	}
	.products-with-sidebar-section .product-sidebar>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 15px);
		flex: 0 0 calc(50% - 15px);
		margin: 0 7.5px
	}
	.products-with-sidebar-section .product-sidebar .slider_item.slick-slide
		{
		width: 100% !important
	}
}

@media ( max-width :550px) {
	.products-with-sidebar-section .product-sidebar>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 15px);
		flex: 0 0 calc(100% - 15px)
	}
}

.promotion_section {
	margin-top: 80px
}

.promotion_section .promotion_banner {
	background: #fafafa;
	border: 1px solid #f1f1ff;
	border-radius: 4px
}

.promotion_section .item_title {
	font-size: 25px;
	font-weight: 400
}

.promotion_section .item_title span {
	font-weight: 500;
	display: block
}

.promotion-seciton-s2 {
	margin-top: 50px
}

.new_arrivals_section .new_arrivals_carousel {
	position: relative
}

.new_arrivals_section .new_arrivals_carousel .carousel-nav-top-right {
	top: -70px
}

.new_arrivals_section .deals_product_layout1 {
	padding: 0;
	border: 0
}

.new_arrivals_section .deals_product_layout1 .bg_area {
	background: url("../images/products/img-1.jpg") center center/cover
		no-repeat local;
	text-align: left
}

.new_arrivals_section .new-arrivals-grids {
	margin: 0 -15px;
	padding-left: 50px
}

@media ( max-width :991px) {
	.new_arrivals_section .new-arrivals-grids {
		margin: 0 -7.5px;
		padding-left: 0
	}
}

.new_arrivals_section .new-arrivals-grids .grid {
	background: white;
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 25px;
	padding: 25px;
	-webkit-box-shadow: 0 4px 0 #ebebeb;
	box-shadow: 0 4px 0 #ebebeb;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	position: relative;
	top: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

@media ( max-width :991px) {
	.new_arrivals_section .new-arrivals-grids .grid {
		width: calc(33.33% - 15px);
		margin: 0 7.5px 15px
	}
}

@media ( max-width :767px) {
	.new_arrivals_section .new-arrivals-grids .grid {
		width: calc(50% - 15px);
		margin: 0 7.5px 15px;
		padding: 25px 15px
	}
}

@media ( max-width :500px) {
	.new_arrivals_section .new-arrivals-grids .grid {
		width: calc(100% - 15px);
		float: none;
		margin: 0 7.5px 15px;
		padding: 25px 15px
	}
}

.new_arrivals_section .new-arrivals-grids .grid:hover {
	-webkit-box-shadow: 0 5px 25px #e7e7e7;
	box-shadow: 0 5px 25px #e7e7e7;
	top: -5px
}

.new_arrivals_section .new-arrivals-grids .grid:hover .add-to-cart {
	background-color: #f02757;
	border-color: #f02757;
	color: #fff
}

.new_arrivals_section .new-arrivals-grids .product-pic {
	position: relative
}

.new_arrivals_section .new-arrivals-grids .theme-badge,
	.new_arrivals_section .new-arrivals-grids .theme-badge-2 {
	background: #02a349;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	padding: 3px 15px;
	color: white;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0
}

.new_arrivals_section .new-arrivals-grids .theme-badge-2 {
	background-color: #f02757
}

.new_arrivals_section .new-arrivals-grids .actions {
	position: absolute;
	right: 0;
	top: 0
}

.new_arrivals_section .new-arrivals-grids .actions ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.new_arrivals_section .new-arrivals-grids .actions ul>li+li {
	margin-top: 5px
}

.new_arrivals_section .new-arrivals-grids .actions svg {
	width: 16px;
	height: 16px;
	stroke-width: 2;
	stroke: #686868
}

.new_arrivals_section .new-arrivals-grids .actions a {
	background: white;
	width: 32px;
	height: 32px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #cacfe1;
	border-radius: 50%
}

.new_arrivals_section .new-arrivals-grids .actions a:hover {
	background: #f02757;
	border-color: #f02757
}

.new_arrivals_section .new-arrivals-grids .actions a:hover svg {
	stroke: #f02757;
	stroke: white
}

.new_arrivals_section .new-arrivals-grids .details h4 {
	font-size: 18px;
	margin: 1em 0 .4em
}

.new_arrivals_section .new-arrivals-grids .details h4+p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 1em
}

.new_arrivals_section .new-arrivals-grids .details h4+p a {
	color: #052840
}

.new_arrivals_section .new-arrivals-grids .details h4 a {
	color: #252525
}

.new_arrivals_section .new-arrivals-grids .rating {
	font-size: 10px;
	color: #ffc21f;
	margin-bottom: 14px
}

.new_arrivals_section .new-arrivals-grids .price {
	font-weight: 400
}

.new_arrivals_section .new-arrivals-grids .price ins {
	font-weight: 600;
	color: #f02757;
	text-decoration: none;
	display: inline-block;
	padding-right: 15px
}

.new_arrivals_section .new-arrivals-grids .price del {
	color: #767373
}

.new_arrivals_section .new-arrivals-grids .add-cart-area {
	margin-top: 15px
}

.new_arrivals_section .new-arrivals-grids button.add-to-cart {
	background: transparent;
	width: 100%;
	font-weight: 600;
	display: block;
	padding: 8px 15px 5px;
	border: 1px solid #cacfe1;
	border-radius: 4px;
	outline: 0
}

.top_category_wrap .carousel_nav button, .viewed_products_section .carousel_nav button
	{
	font-size: 21px
}

.best-selling-products-s2 .grid {
	background: white;
	width: calc(25% - 30px);
	float: left;
	margin: 0 15px 45px;
	padding: 25px;
	-webkit-box-shadow: 0 4px 0 #ebebeb;
	box-shadow: 0 4px 0 #ebebeb;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	position: relative;
	top: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

@media ( max-width :991px) {
	.best-selling-products-s2 .grid {
		width: calc(33.33% - 15px);
		margin: 0 7.5px 15px
	}
}

@media ( max-width :767px) {
	.best-selling-products-s2 .grid {
		width: calc(50% - 15px);
		margin: 0 7.5px 15px;
		padding: 25px 15px
	}
}

@media ( max-width :500px) {
	.best-selling-products-s2 .grid {
		width: calc(100% - 15px);
		float: none;
		margin: 0 7.5px 15px;
		padding: 25px 15px
	}
}

.viewed_products_section .sec-title-link {
	margin-bottom: 0
}

.hm2-product-section {
	background: #f9f9f9;
	padding: 80px 0;
	margin-top: 80px
}

.hm2-product-section .tabs_nav {
	border-bottom: 0;
	padding-bottom: 15px
}

.hm2-product-section .tabs_nav button {
	text-transform: none;
	display: block;
	color: #252525;
	background-color: #f4f4f4;
	text-transform: none;
	font-weight: 600;
	border-radius: 50px;
	border: 1px solid #e7e7e7;
	padding: 11px 20px 8px;
	line-height: normal;
	font-size: 14px
}

.hm2-product-section .tabs_nav button.active {
	background: #f02757;
	border-color: #f02757;
	color: #fff
}

.hm2-product-section .rating {
	font-size: 10px;
	color: #ffc21f;
	margin-bottom: 14px
}

.hm2-product-section .item_title {
	font-size: 18px;
	margin: .4em 0 .2em
}

.hm2-product-section .item_title a {
	font-size: 18px;
	color: #252525;
	font-weight: 500
}

.hm2-product-section .price {
	font-weight: 400
}

.hm2-product-section .price ins {
	font-weight: 600;
	color: #f02757;
	text-decoration: none;
	display: inline-block;
	padding-right: 15px
}

.hm2-product-section .price del {
	color: #767373
}

.hm2-product-section .add-cart-area {
	margin-top: 15px
}

.hm2-product-section .item_btns_group .addtocart_btn {
	border-radius: 50px;
	text-transform: none;
	font-weight: 600;
	line-height: inherit;
	padding-top: 13px
}

.brand-section-s2 .brand_carousel {
	background: transparent;
	padding: 0
}

.blog-pg-section .blog-content .post {
	margin-bottom: 70px
}

@media ( max-width :991px) {
	.blog-pg-section .blog-content .post {
		margin-bottom: 70px
	}
}

@media ( max-width :767px) {
	.blog-pg-section .blog-content .post {
		margin-bottom: 60px
	}
}

.blog-pg-section .entry-media {
	position: relative
}

.blog-pg-section .entry-media button {
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	padding: 7px 20px;
	border: 0;
	outline: 0;
	position: absolute;
	left: 25px;
	bottom: -15px;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
	z-index: 9
}

.blog-pg-section .entry-details {
	padding-top: 40px;
	position: relative;
	z-index: 1
}

.blog-pg-section .entry-details .entry-meta ul {
	overflow: hidden;
	display: inline-block;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.blog-pg-section .entry-details .entry-meta ul li {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
	position: relative
}

.blog-pg-section .entry-details .entry-meta ul>li+li {
	margin-left: 30px
}

.blog-pg-section .entry-details .entry-meta ul>li+li:before {
	content: "";
	background: #9a9a9a;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -17px;
	top: 6px;
	border-radius: 50%
}

.blog-pg-section .entry-details .entry-meta ul a {
	color: #9a9a9a
}

.blog-pg-section .entry-details .author {
	font-weight: 500;
	color: #052840
}

.blog-pg-section .entry-details .author a {
	color: #252525
}

.blog-pg-section .entry-details .read-more {
	font-size: 15px;
	font-weight: 500;
	color: #252525;
	position: relative;
	text-transform: capitalize
}

.blog-pg-section .entry-details .read-more i {
	position: relative;
	top: 1px;
	left: 2px
}

.blog-pg-section .entry-details .read-more i:before {
	font-size: 17px
}

.blog-pg-section .entry-details .read-more:hover {
	color: #f02757
}

.blog-pg-section .post h3 {
	font-size: 35px;
	font-size: calc-rem-value(35);
	line-height: 1.1em;
	font-weight: 500;
	margin: .3em 0 .5em
}

@media ( max-width :991px) {
	.blog-pg-section .post h3 {
		font-size: 25px
	}
}

@media ( max-width :767px) {
	.blog-pg-section .post h3 {
		font-size: 22px
	}
}

.blog-pg-section .post h3 a {
	color: #252525
}

.blog-pg-section .post h3 a:hover {
	color: #f02757
}

.blog-pg-section .post p {
	margin-bottom: 1.4em
}

@media ( max-width :991px) {
	.blog-pg-section .post p {
		font-size: 14px
	}
}

.blog-pg-section .format-standard .entry-details, .blog-pg-section .format-quote .entry-details
	{
	border: 1px solid #e9ebef;
	padding: 45px 35px
}

@media ( max-width :500px) {
	.blog-pg-section .format-standard .entry-details, .blog-pg-section .format-quote .entry-details
		{
		padding: 35px 20px
	}
}

.blog-pg-section .format-gallery {
	position: relative
}

.blog-pg-section .format-gallery .owl-nav {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
	background: #f02757
}

.blog-pg-section .format-gallery .owl-nav [class*=owl-] {
	background: rgba(255, 255, 255, 0.5);
	width: 50px;
	height: 50px;
	line-height: 55px;
	color: #000;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.blog-pg-section .format-gallery .owl-nav .owl-prev, .blog-pg-section .format-gallery .owl-nav .owl-next
	{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-pg-section .format-gallery .owl-nav .owl-prev {
	left: 30px
}

.blog-pg-section .format-gallery .owl-nav .owl-next {
	right: 30px;
	left: auto
}

.blog-pg-section .format-quote {
	position: relative
}

.blog-pg-section .format-quote:before {
	content: "";
	background: url("../images/quote.png") center center/cover no-repeat
		local;
	width: 72px;
	height: 58px;
	position: absolute;
	right: 50px;
	bottom: 50px;
	opacity: .5
}

@media ( max-width :767px) {
	.blog-pg-section .format-quote:before {
		right: 20px;
		bottom: 15px;
		opacity: .5;
		width: 50px;
		height: 40px
	}
}

.blog-pg-section .format-video .video-holder {
	position: relative
}

.blog-pg-section .format-video .video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media screen and (min-width:1200px) {
	.blog-pg-left-sidebar .blog-sidebar-s2, .blog-s2-pg-section-left-sidebar .blog-sidebar-s2
		{
		padding-left: 0;
		padding-right: 70px
	}
}

.blog-masonry .blog-content .post {
	margin-bottom: 60px
}

.blog-masonry .post {
	width: 33.33%;
	float: left;
	clear: none;
	padding: 0 15px;
	overflow: hidden;
	margin-bottom: 60px
}

@media ( max-width :1199px) {
	.blog-masonry .post {
		width: 50%
	}
}

@media ( max-width :550px) {
	.blog-masonry .post {
		width: 100%;
		float: none
	}
}

.blog-masonry .post h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3em;
	margin: .4em 0 .7em
}

@media ( max-width :991px) {
	.blog-masonry .post h3 {
		font-size: 20px
	}
}

@media ( max-width :767px) {
	.blog-masonry .post h3 {
		font-size: 18px
	}
}

.blog-masonry .pagination-wrapper {
	margin-top: 0
}

.blog-s2-pg-section {
	padding-top: 0
}

.blog-s2-pg-section .posts>.post+.post {
	margin-top: 37px
}

.blog-s2-pg-section .post {
	position: relative;
	overflow: hidden
}

.blog-s2-pg-section .entry-media {
	max-width: 475px;
	position: relative;
	float: left
}

@media ( max-width :991px) {
	.blog-s2-pg-section .entry-media {
		max-width: 375px
	}
}

@media ( max-width :650px) {
	.blog-s2-pg-section .entry-media {
		float: none
	}
}

.blog-s2-pg-section .entry-media svg {
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 35px)
}

.blog-s2-pg-section .entry-details {
	width: calc(100% - 475px);
	position: absolute;
	left: 475px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 0 0 30px
}

@media ( max-width :991px) {
	.blog-s2-pg-section .entry-details {
		width: calc(100% - 375px);
		left: 375px
	}
}

@media ( max-width :650px) {
	.blog-s2-pg-section .entry-details {
		width: 100%;
		padding: 20px 0 0 0;
		float: none;
		position: static;
		-webkit-transform: none;
		transform: none
	}
}

.blog-s2-pg-section .entry-details h4 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3em;
	margin: .4em 0 .7em
}

@media ( max-width :991px) {
	.blog-s2-pg-section .entry-details h4 {
		font-size: 20px
	}
}

.blog-s2-pg-section .entry-details h4 a {
	color: #252525
}

.blog-s2-pg-section .entry-details ul {
	overflow: hidden;
	margin-bottom: 15px
}

.blog-s2-pg-section .entry-details ul li {
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	position: relative
}

.blog-s2-pg-section .entry-details ul>li+li {
	margin-left: 30px
}

.blog-s2-pg-section .entry-details ul>li+li:before {
	content: "";
	background: #9a9a9a;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -15px;
	top: 6px;
	border-radius: 50%
}

.blog-s2-pg-section .entry-details ul a {
	color: #9a9a9a
}

.blog-s2-pg-section .entry-details p {
	margin-bottom: 1em
}

.blog-s2-pg-section .entry-details a.read-more {
	font-size: 14px;
	font-weight: 500;
	color: #252525;
	text-decoration: underline;
	text-transform: capitalize
}

.blog-s2-pg-section .entry-details a:hover {
	color: #f02757
}

.blog-s2-pg-section .author {
	font-weight: 500;
	color: #052840
}

.blog-s2-pg-section .author a {
	color: #252525
}

.blog-s2-pg-section .format-gallery {
	position: relative
}

.blog-s2-pg-section .format-gallery .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-s2-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover
	{
	background: #f02757
}

.blog-s2-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]
	{
	background: rgba(133, 133, 133, 0.5);
	width: 50px;
	height: 50px;
	line-height: 55px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.blog-s2-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
	.blog-s2-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-s2-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
	left: 30px
}

.blog-s2-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
	right: 30px
}

.blog-s2-pg-section .format-quote {
	position: relative
}

.blog-s2-pg-section .format-quote:before {
	content: "";
	background: url("../images/quote.png") center center/cover no-repeat
		local;
	width: 72px;
	height: 58px;
	position: absolute;
	right: 50px;
	bottom: 50px;
	opacity: .5
}

.blog-s2-pg-section .format-video .video-holder {
	position: relative
}

.blog-s2-pg-section .format-video .video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.blog-single-section .entry-media {
	position: relative
}

.blog-single-section .entry-media button {
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	padding: 7px 20px;
	border: 0;
	outline: 0;
	position: absolute;
	left: 25px;
	bottom: -15px;
	border-radius: 50px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.13);
	z-index: 9
}

.blog-single-section .entry-details {
	padding-top: 40px;
	position: relative;
	z-index: 1
}

.blog-single-section .entry-details .entry-meta {
	padding-bottom: 10px
}

@media ( max-width :767px) {
	.blog-single-section .entry-details .entry-meta {
		padding-bottom: 0
	}
}

.blog-single-section .entry-details .entry-meta ul {
	overflow: hidden;
	display: inline-block;
	padding-bottom: 20px;
	list-style: none;
	padding-left: 0
}

.blog-single-section .entry-details .entry-meta ul li {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	float: left;
	position: relative
}

.blog-single-section .entry-details .entry-meta ul>li+li {
	margin-left: 30px
}

.blog-single-section .entry-details .entry-meta ul>li+li:before {
	content: "";
	background: #9a9a9a;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -17px;
	top: 6px;
	border-radius: 50%
}

.blog-single-section .entry-details .entry-meta ul a {
	color: #9a9a9a
}

.blog-single-section .entry-details .author {
	font-weight: 500;
	color: #052840;
	text-transform: capitalize
}

.blog-single-section .entry-details .author a {
	color: #252525
}

.blog-single-section .post h2 {
	font-size: 35px;
	line-height: 1.1em;
	margin: .3em 0 .4em
}

@media ( max-width :991px) {
	.blog-single-section .post h2 {
		font-size: 25px
	}
}

@media ( max-width :767px) {
	.blog-single-section .post h2 {
		font-size: 22px
	}
}

.blog-single-section .post p {
	line-height: 1.7em;
	margin-bottom: 1.5em
}

.blog-single-section .post h3 {
	font-size: 24px;
	line-height: 1.3em;
	margin: 1.8em 0 1em
}

@media ( max-width :991px) {
	.blog-single-section .post h3 {
		font-size: 22px
	}
}

@media ( max-width :767px) {
	.blog-single-section .post h3 {
		font-size: 20px
	}
}

.blog-single-section .post blockquote {
	font-size: 20px;
	color: #252525;
	border: 0;
	padding: 0 0 0 100px;
	margin: 40px 0;
	position: relative
}

@media ( max-width :767px) {
	.blog-single-section .post blockquote {
		font-size: 16px
	}
}

.blog-single-section .post blockquote:before {
	content: "";
	background: url("../images/quote.png") center center/cover no-repeat
		local;
	width: 72px;
	height: 58px;
	position: absolute;
	left: 0;
	top: 5px
}

.blog-single-section .post blockquote span {
	font-size: 14px;
	color: #9a9a9a;
	display: block;
	margin: 15px 0 0
}

.blog-single-section .share {
	border-top: 1px solid #e2e2e2;
	padding-top: 25px;
	margin: 75px 0 0
}

.blog-single-section .share i {
	font-size: 25px
}

@media ( max-width :767px) {
	.blog-single-section .share i {
		width: 30px;
		height: 30px;
		background: #181818;
		font-size: 15px;
		font-size: calc-rem-value(15);
		color: white;
		display: inline-block;
		line-height: 30px;
		text-align: center;
		font-weight: normal;
		margin-bottom: 10px
	}
}

.blog-single-section .share ul {
	display: inline-block;
	padding-left: 25px;
	list-style: none;
	margin-bottom: 0
}

@media ( max-width :767px) {
	.blog-single-section .share ul {
		padding-left: 0;
		display: block
	}
}

.blog-single-section .share ul li {
	float: left
}

.blog-single-section .share ul>li+li {
	margin-left: 20px
}

@media ( max-width :767px) {
	.blog-single-section .share ul>li+li {
		margin-left: 15px
	}
}

.blog-single-section .share ul a {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase
}

@media ( max-width :991px) {
	.blog-single-section .share ul a {
		font-size: 13px;
		text-transform: capitalize
	}
}

.blog-single-section .share ul a:hover {
	color: #f02757
}

.blog-single-section .author-box {
	margin: 70px 0
}

.blog-single-section .author-box .author-avatar {
	float: left
}

@media ( max-width :767px) {
	.blog-single-section .author-box .author-avatar {
		float: none
	}
}

.blog-single-section .author-box .author-content {
	display: block;
	overflow: hidden;
	padding-left: 25px
}

@media ( max-width :767px) {
	.blog-single-section .author-box .author-content {
		padding: 0;
		margin: 15px 0 0 0
	}
}

.blog-single-section .author-box .author-content p {
	margin-bottom: 20px
}

.blog-single-section .author-box .author-name {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 10px;
	color: #252525
}

.blog-single-section .author-box .social-link {
	display: inline-block;
	list-style: none;
	padding-left: 0
}

.blog-single-section .author-box .social-link li {
	float: left;
	margin-right: 20px
}

.blog-single-section .author-box .social-link a {
	display: block;
	font-size: 13px;
	color: #052840
}

.blog-single-section .author-box .social-link a:hover {
	color: #f02757
}

.blog-single-section .more-posts {
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0 25px
}

.blog-single-section .more-posts>div {
	width: 50%;
	float: left
}

@media ( max-width :767px) {
	.blog-single-section .more-posts>div {
		width: 100%;
		float: none
	}
}

.blog-single-section .more-posts>div>a {
	display: inline-block
}

.blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post
	{
	padding: 30px 0
}

@media ( max-width :767px) {
	.blog-single-section .more-posts .previous-post, .blog-single-section .more-posts .next-post
		{
		padding: 25px 15px !important
	}
}

.blog-single-section .more-posts .previous-post h4, .blog-single-section .more-posts .next-post h4
	{
	font-size: 20px;
	margin: 0;
	line-height: 1.2em
}

@media ( max-width :767px) {
	.blog-single-section .more-posts .previous-post h4, .blog-single-section .more-posts .next-post h4
		{
		font-size: 16px
	}
}

.blog-single-section .more-posts .previous-post>a, .blog-single-section .more-posts .next-post>a
	{
	font-size: 13px;
	font-weight: 400;
	color: #6f6f6f
}

.blog-single-section .more-posts .next-post {
	text-align: right;
	border-left: 1px solid #ddd;
	padding-left: 35px;
	padding-right: 5px
}

@media ( max-width :767px) {
	.blog-single-section .more-posts .next-post {
		border-left: 0;
		text-align: left;
		border-top: 1px solid #ddd
	}
}

.blog-single-section .more-posts .next-post .post-control-link {
	position: relative;
	text-transform: uppercase
}

@media ( max-width :767px) {
	.blog-single-section .more-posts .next-post .post-control-link {
		padding-right: 0
	}
}

.blog-single-section .more-posts .previous-post {
	padding-right: 35px;
	padding-left: 5px
}

.blog-single-section .more-posts .previous-post .post-control-link {
	position: relative;
	text-transform: uppercase
}

@media ( max-width :767px) {
	.blog-single-section .more-posts .previous-post .post-control-link {
		padding-left: 0
	}
}

.blog-single-section .more-posts .previous-post>a>span,
	.blog-single-section .more-posts .next-post>a>span {
	display: block
}

.blog-single-section .more-posts a:hover .post-control-link {
	color: #f02757
}

.blog-single-section .comments-area {
	margin-top: 70px
}

.blog-single-section .comments-area li>div {
	border-bottom: 1px solid #f4f4f4;
	padding: 0 0 35px
}

.blog-single-section .comments-area ol {
	list-style-type: none;
	padding-left: 0
}

.blog-single-section .comments-area ol ul {
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	list-style-type: none
}

.blog-single-section .comments-area ol>li:last-child div {
	border-bottom: 0
}

.blog-single-section .comments-area .comments-title {
	font-size: 25px;
	margin: 0 0 1.5em
}

@media ( max-width :991px) {
	.blog-single-section .comments-area .comments-title {
		font-size: 18px
	}
}

.blog-single-section .comments-area li>div {
	position: relative
}

.blog-single-section .comments-area .comment-theme {
	position: absolute;
	left: 0
}

@media ( max-width :767px) {
	.blog-single-section .comments-area .comment-theme {
		position: static
	}
}

.blog-single-section .comments-area .comment-main-area {
	padding-left: 100px
}

@media ( max-width :767px) {
	.blog-single-section .comments-area .comment-main-area {
		padding-left: 0;
		margin-top: 25px
	}
}

.blog-single-section .comments-area .comment-main-area p {
	margin-bottom: 20px
}

.blog-single-section .comments-area .comments-meta h4 {
	font-size: 17px;
	color: #252525;
	font-weight: 600;
	margin: 0 0 1em
}

.blog-single-section .comments-area .comments-meta h4 span {
	font-size: 12px;
	font-weight: 400;
	color: #959595;
	text-transform: uppercase;
	display: block;
	margin-top: .7em
}

@media ( max-width :767px) {
	.blog-single-section .comments-area .comments-meta h4 span {
		padding-left: 0
	}
}

.blog-single-section .comments-area .comment-reply-link {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	position: relative;
	text-decoration: underline
}

.blog-single-section .comments-area .comment-reply-link:hover {
	color: #f02757
}

.blog-single-section .comment-respond {
	background-color: #f6f6f6;
	margin-top: 70px;
	padding: 60px
}

@media ( max-width :600px) {
	.blog-single-section .comment-respond {
		background-color: transparent;
		padding: 0;
		margin-top: 0
	}
}

.blog-single-section .comment-respond .comment-reply-title {
	font-size: 22px;
	margin: 0 0 1.5em
}

.blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea
	{
	background-color: #fff;
	width: 100%;
	height: 50px;
	font-size: 14px;
	border: 1px solid #e9e9e9;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.blog-single-section .comment-respond form input:focus,
	.blog-single-section .comment-respond form textarea:focus {
	border-color: #000;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media ( max-width :991px) {
	.blog-single-section .comment-respond form input, .blog-single-section .comment-respond form textarea
		{
		height: 40px
	}
}

.blog-single-section .comment-respond form textarea {
	height: 220px;
	padding: 15px
}

@media ( max-width :991px) {
	.blog-single-section .comment-respond form textarea {
		height: 150px
	}
}

.blog-single-section .comment-respond .form-inputs {
	overflow: hidden
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
	width: 49%;
	float: left
}

@media ( max-width :767px) {
	.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
		width: 100%;
		float: none
	}
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
	width: 49%;
	float: right
}

@media ( max-width :767px) {
	.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
		width: 100%;
		float: none
	}
}

.blog-single-section .comment-respond .form-submit input {
	max-width: 180px;
	background-color: #000;
	font-size: 12px;
	color: #fff;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px
}

.blog-single-section .comment-respond .form-submit input:hover {
	background-color: #000
}

@media screen and (min-width:1200px) {
	.blog-single-left-sidebar-section .blog-sidebar,
		.blog-single-left-sidebar-section .blog-sidebar-s2 {
		padding-left: 0;
		padding-right: 70px
	}
}

.error-404-section {
	border-top: 1px solid #eaeaea;
	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;
	text-align: center;
	position: relative
}

@media ( max-width :991px) {
	.error-404-section {
		margin-top: 0;
		height: calc(100vh - 89px)
	}
}

.error-404-section .error-404-area {
	max-width: 580px;
	margin: 0 auto
}

.error-404-section h2 {
	font-size: 240px;
	font-size: calc-rem-value(240);
	font-weight: 500;
	line-height: .7em;
	margin: 0 0 .2em
}

@media ( max-width :991px) {
	.error-404-section h2 {
		font-size: 140px;
		font-size: calc-rem-value(140)
	}
}

.error-404-section h3 {
	font-size: 26px;
	font-size: calc-rem-value(26);
	font-weight: 400;
	margin: 0 0 1em
}

.error-404-section p {
	font-size: 17px;
	font-size: calc-rem-value(17);
	margin: 0 0 3em
}

.checkout-section .checkout.woocommerce-checkout {
	overflow: hidden;
	clear: both
}

@media screen and (min-width:992px) {
	.checkout-section .checkout.woocommerce-checkout .col2-set {
		width: 70%;
		float: left;
		padding-right: 85px
	}
	.checkout-section .checkout.woocommerce-checkout .woocommerce-checkout-review-order
		{
		width: 30%;
		float: right
	}
	.checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
		.checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
		.checkout-section .checkout.woocommerce-checkout .form-row.form-row-first,
		.checkout-section .checkout.woocommerce-checkout .form-row.form-row-last
		{
		width: 50%;
		float: left
	}
	.checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
		.checkout-section .checkout.woocommerce-checkout .form-row.form-row-first
		{
		padding-right: 15px
	}
	.checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
		.checkout-section .checkout.woocommerce-checkout .form-row.form-row-last
		{
		padding-left: 15px
	}
}

.checkout-section .checkout.woocommerce-checkout .form-row label.checkbox,
	.checkout-section .checkout.woocommerce-checkout .woocommerce-shipping-fields label.checkbox
	{
	display: inline-block
}

.checkout-section .checkout.woocommerce-checkout .form-row textarea {
	height: 180px
}

@media screen and (max-width:1440px) {
	.policy_section {
		padding: 0
	}
}

@media screen and (max-width:1360px) {
	.policy_item .item_title {
		font-size: 16px;
		margin-bottom: 8px
	}
}

@media screen and (max-width:1199px) {
	.social_round a {
		width: 40px;
		height: 40px;
		font-size: 16px
	}
	.header_middle {
		padding: 20px 0
	}
	.footer_section {
		padding: 80px 0 30px
	}
	.breadcrumb_section {
		padding: 20px 0
	}
	.sidebar_section {
		padding-left: 0
	}
	.bolg_quote {
		padding: 40px 40px 100px
	}
	.bolg_quote .item_title {
		font-size: 20px
	}
	.blog_split_layout {
		display: block
	}
	.blog_split_layout .item_content {
		padding-left: 0;
		margin-top: 20px
	}
	.policy_section {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.policy_item {
		padding: 30px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%
	}
	.calltoaction_section .item_image {
		margin-right: 0
	}
}

@media screen and (max-width:1024px) {
	.pagination_wrap {
		padding-top: 20px
	}
	.advance_serach .select_option .nice-select {
		height: 50px;
		padding: 0 20px;
		line-height: 50px
	}
	.advance_serach .form_item input {
		height: 50px;
		padding: 0 20px
	}
	.advance_serach .search_btn {
		width: 50px;
		height: 50px;
		font-size: 18px
	}
	.hotline_wrap {
		display: block
	}
	.livechat_btn .btn {
		float: none;
		margin-top: 15px
	}
	.sidebar_section {
		padding-left: 0
	}
	.sb_widget2 {
		padding: 25px
	}
	.sb_widget2:not (:last-child ){
		margin-bottom: 30px
	}
	.sb_widget_title2 {
		margin-bottom: 20px;
		padding-bottom: 20px
	}
	.sb_category_list2>li:not (:last-child ){
		margin-bottom: 10px;
		padding-bottom: 10px
	}
	.service_boxed {
		padding: 60px 20px 50px
	}
	.team_item .team_image {
		width: 220px;
		height: 220px
	}
	.newsletter_section {
		padding: 50px 0
	}
	.newsletter_title {
		font-size: 30px
	}
	.newsletter_title i {
		font-size: 66px;
		margin-right: 15px
	}
	.related_post_area .related_post_wrap>li {
		width: 50%
	}
	.product_details_image .details_image_carousel_nav {
		width: 70px
	}
	.product_details_image {
		padding-left: 79px
	}
	.small_product_layout {
		padding: 12px;
		display: block
	}
	.tab-pane .product_wrap {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}
	.main_slider .big_title {
		font-size: 42px;
		margin-bottom: 10px
	}
	.main_slider .slick-dots {
		left: 15px
	}
	.promotion_banner .item_title {
		font-size: 26px
	}
	.allcategories_collapse2:not (.show ){
		display: none
	}
	.slider_2 {
		margin-top: 15px
	}
	.slider_2 .col {
		width: 100%
	}
	.slider_2 .slider_item {
		padding: 70px 70px;
		border: 1px solid #d7e1e6
	}
	.slider_2 .slick-dots {
		left: 70px
	}
	.promotion_banner2 {
		padding: 40px 30px
	}
	.slider_3 .slick-dots {
		left: 0
	}
	.calltoaction_section .item_content {
		padding-left: 0
	}
}

@media screen and (max-width:991px) {
	.form_item input {
		height: 54px;
		padding: 0 20px
	}
	.form_item textarea {
		padding: 20px;
		min-height: 130px
	}
	.tabs_nav button {
		font-size: 14px
	}
	.main_menu {
		padding: 0
	}
	.mobile_menu_btn {
		border-radius: 3px;
		color: #252525;
		border: 1px solid #ededed
	}
	.mobile_menu_btn:focus {
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-toggler-icon {
		width: auto;
		height: auto;
		line-height: 1
	}
	.main_menu_inner {
		top: 0;
		left: -320px;
		height: 100vh;
		width: 300px;
		z-index: 999;
		padding: 20px;
		position: fixed;
		display: block !important;
		background-color: #fff;
		-webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
		transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
		-webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15)
	}
	.main_menu_inner.show {
		left: 0
	}
	.main_menu_inner .main_menu_list {
		display: block
	}
	.main_menu_inner .main_menu_list>li {
		width: 100%
	}
	.main_menu_inner .main_menu_list>li:not (:last-child ){
		margin: 0 0 10px
	}
	.main_menu_inner .main_menu_list .submenu {
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: static
	}
	.main_menu_inner .main_menu_list .submenu>li>a {
		padding: 15px
	}
	.offcanvas_close {
		display: inline-block
	}
	.header_middle {
		padding: 15px 0
	}
	.header_top {
		padding: 8px 0
	}
	.header_section:not (.header_2 ) .header_bottom .col {
		width: 100%
	}
	.allcategories_btn {
		padding: 18px 0 18px 15px
	}
	.allcategories_btn svg, .allcategories_btn i {
		margin-right: 0
	}
	.header_icons_group {
		padding: 19px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		right: 10px
	}
	.advance_serach .search_btn {
		width: 50px
	}
	.header_bottom:before, .header_bottom:after {
		height: 50%;
		width: 100%
	}
	.header_bottom:after {
		top: unset;
		bottom: 0
	}
	.header_2 .main_menu {
		height: auto;
		padding-left: 0;
		background-color: transparent
	}
	.header_2 .order-last {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}
	.header_2 .advance_serach {
		margin: 15px 0 0
	}
	.header_2 .header_bottom {
		background-color: #051d43
	}
	.header_2 .header_bottom:before, .header_2 .header_bottom:after {
		display: none
	}
	.header_2 .mobile_menu_btn {
		color: #fff;
		border: 1px solid #fff
	}
	.header_2 .main_menu_list>li>a {
		color: #052840
	}
	.header_2 .main_menu_list>li>a:after {
		color: #052840
	}
	.mobile_menu_btn2 {
		display: inline-block
	}
	.footer_section {
		padding: 30px 0
	}
	.footer_section .footer_widget {
		margin-top: 40px
	}
	.footer_widget_area {
		padding-bottom: 50px
	}
	.footer_widget_title {
		margin-bottom: 20px
	}
	.hotline_wrap {
		margin-bottom: 30px
	}
	.store_btns_group {
		margin: -10px
	}
	.store_btns_group li {
		padding: 10px
	}
	.footer_2 {
		margin-top: 30px
	}
	.footer_2 .footer_widget_area {
		padding: 40px 0
	}
	.sidebar_section {
		margin-top: 60px
	}
	.breadcrumb_section {
		padding: 15px 0
	}
	.about_content {
		padding-right: 0
	}
	.counter_wrap span {
		font-size: 30px;
		margin-bottom: 5px
	}
	.service_boxed {
		margin: 15px auto
	}
	.team_section_title {
		padding-right: 0
	}
	.newsletter_title i {
		font-size: 54px
	}
	.newsletter_title {
		margin-bottom: 20px
	}
	.account_menu .account_menu_list {
		margin-bottom: 40px
	}
	.account_content_area h3 {
		font-size: 24px;
		margin-bottom: 15px
	}
	.bolg_standard .item_image {
		margin-bottom: 20px
	}
	.bolg_standard .post_meta {
		margin-bottom: 5px
	}
	.bolg_standard .item_title {
		margin-bottom: 15px
	}
	.bolg_standard p {
		margin-bottom: 20px
	}
	.cart_table, .compare_table {
		overflow-x: scroll
	}
	.cart_table table, .compare_table table {
		width: 1000px
	}
	.cart_btns_wrap .btns_group {
		margin-top: 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.calculate_shipping {
		margin-bottom: 40px
	}
	.map_section iframe {
		height: 300px
	}
	.contact_info_wrap {
		margin-bottom: 40px
	}
	.error_content {
		margin-bottom: 50px
	}
	.error_search_form {
		padding: 50px
	}
	.product_details_image {
		margin-bottom: 40px
	}
	.product_ratings_progressbar .progress_bar {
		width: 150px
	}
	.details_information_tab .tab-content {
		padding: 25px
	}
	.related_products_wrap {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}
	.small_product_layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.main_slider .slider_item {
		min-height: auto;
		padding: 60px 0
	}
	.main_slider .slick-dots {
		bottom: 50px
	}
	.policy_item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
	.deals_product_layout1, .deals_product_layout2 {
		margin-bottom: 80px
	}
	.slider_2 .slider_item {
		padding: 80px 50px
	}
	.slider_2 .slick-dots {
		left: 50px;
		bottom: 30px
	}
	.product_wrap {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}
	.slider_3 .slider_image {
		max-width: 300px;
		margin: 0 auto
	}
	.slider_3 .slider_content {
		padding: 30px 50px
	}
	.calltoaction_section .item_content {
		text-align: center;
		margin-bottom: 30px
	}
	.calltoaction_section .item_price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (max-width:767px) {
	.order-last {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}
	.section_space {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.btn {
		padding: 10px 25px 7px
	}
	.item_price .sale_price {
		font-size: 20px
	}
	.header_top {
		display: none
	}
	.advance_serach .select_option .nice-select {
		height: 50px;
		padding: 0 20px;
		line-height: 50px
	}
	.advance_serach .select_option .nice-select .current {
		font-size: 14px
	}
	.advance_serach .form_item input {
		height: 50px;
		padding: 0 20px
	}
	.advance_serach .search_btn {
		width: 10%;
		height: 50px
	}
	.header_2 .main_menu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.header_2 .header_bottom:before {
		display: block
	}
	.payment_method {
		margin-top: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.about_image {
		margin-bottom: 30px
	}
	.about_small_title {
		font-size: 14px;
		margin-bottom: 10px
	}
	.about_title {
		font-size: 24px;
		margin-bottom: 15px
	}
	.about_content p {
		margin-bottom: 25px
	}
	.tag_social_wrap .social_round2 {
		margin-top: 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.contact_info_wrap .contact_info_list {
		margin-bottom: 30px
	}
	.product_details_content .quantity_wrap {
		display: block
	}
	.product_details_content .quantity_input {
		margin-bottom: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.average_rating_text {
		text-align: left;
		margin-bottom: 25px
	}
	.average_rating_text .rating_star {
		margin: 20px 0 5px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.main_slider .slick-dots {
		left: 50%;
		bottom: 40px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.main_slider .big_title {
		font-size: 36px
	}
	.slider_2 .slider_image {
		right: -140px;
		bottom: -150px;
		max-width: 500px
	}
	.blog_carousel_wrap {
		margin-bottom: 30px
	}
	.promotion_banner2 .item_image {
		top: -20px;
		right: -25px;
		max-width: 360px
	}
	.calltoaction_section .item_content {
		margin: 30px auto 0
	}
}

@media screen and (max-width:680px) {
	.tad_has_carousel .carousel_nav {
		position: static;
		margin-top: 30px
	}
	.account_content_area .content_layout>li {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.error_content h1 {
		font-size: 200px;
		margin-bottom: 20px
	}
	.related_products_wrap, .tab-pane .product_wrap {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
	.filter_topbar .select_option {
		width: 150px;
		margin: 15px 0
	}
	.filter_topbar .result_text {
		float: left
	}
	.product_layout2 {
		display: block
	}
	.product_layout2 .item_content {
		padding-left: 0;
		margin-top: 15px
	}
	.product_wrap {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width:575px) {
	.arrows_topright .carousel_nav {
		position: static;
		margin-top: 20px
	}
	.related_post_area .related_post_wrap>li {
		width: 100%
	}
	.blog_details .image_list li {
		width: 33.333%
	}
	.comment_item .thumbnail_wrap {
		float: none;
		margin: 0 0 15px
	}
	.coupon_form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.coupon_form input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.coupon_form .btn {
		min-width: 160px;
		margin: 10px 15px 0 0
	}
	.coupon_form .info_icon {
		margin-top: 12px
	}
	.contact_info_wrap .contact_title {
		font-size: 30px
	}
	.error_search_form {
		padding: 30px
	}
	.newsletter_form .btn {
		width: 100%;
		display: block;
		position: static;
		-webkit-transform: unset;
		transform: unset;
		margin-top: 15px;
		padding: 15px;
		border-radius: 5px
	}
	.error_content h1 {
		font-size: 160px
	}
	.register_wrap {
		padding: 40px
	}
	.register_wrap .form_item_wrap {
		padding-left: 0
	}
	.register_wrap .input_title {
		padding: 0;
		max-width: 100%;
		position: static;
		margin-bottom: 10px
	}
	.register_tabnav button {
		font-size: 20px
	}
	.register_tabnav {
		margin-bottom: 15px
	}
	.product_details_content .default_btns_group {
		margin-bottom: 30px
	}
	.default_share_links>li {
		margin-bottom: 5px
	}
	.tabs_nav>li {
		width: 100%;
		display: block
	}
	.tabs_nav>li:not (:last-child ){
		margin-right: 0
	}
	.tabs_nav button {
		width: 100%;
		display: block;
		text-align: left;
		border-radius: 0
	}
	.related_products_wrap, .tab-pane .product_wrap {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
	.customer_review_item .customer_image {
		float: none
	}
	.customer_review_item .customer_name {
		margin: 5px 0
	}
	.customer_review_item .customer_info {
		display: block;
		margin: 15px 0 5px
	}
	.main_slider .slider_image {
		margin: auto;
		max-width: 370px
	}
	.main_slider .slider_content {
		padding: 30px 15px
	}
	.policy_item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.deals_product_layout1 .bg_area {
		padding: 50px 30px
	}
	.deals_product_layout1 .item_title {
		font-size: 38px
	}
	.promotion_banner {
		display: block;
		padding: 40px 30px
	}
	.promotion_banner .item_image {
		display: block;
		text-align: center;
		margin: 0 0 20px 0
	}
	.deals_product_layout1, .deals_product_layout2 {
		margin-bottom: 30px
	}
	.deals_product_layout1 .item_title {
		font-size: 30px
	}
	.slider_2 .slider_item .slider_content {
		padding: 0;
		text-align: left
	}
	.slider_2 .item_price {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.slider_2 .slider_item {
		padding: 80px 15px
	}
	.slider_2 .slider_image {
		right: -95px;
		bottom: -90px
	}
	.promotion_banner2 {
		display: block
	}
	.promotion_banner2 .item_image {
		max-width: 100%;
		position: static;
		margin: 30px auto 0
	}
	.product_wrap {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}
}

@media screen and (max-width:425px) {
	.section_title .title_text {
		padding: 13px 20px
	}
	.section_title .title_text i {
		margin-right: 8px
	}
	.cart_btn .cart_icon {
		margin-right: 10px
	}
	.cart_btn .cart_counter {
		height: 16px;
		font-size: 10px;
		min-width: 16px;
		line-height: 17px
	}
	.advance_serach {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.advance_serach .select_option {
		width: 100%;
		display: table;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.advance_serach .select_option:after {
		left: 0;
		right: 0;
		bottom: 0;
		top: unset;
		width: 100%;
		height: 1px;
		-webkit-transform: unset;
		transform: unset
	}
	.advance_serach .form_item {
		width: 86%
	}
	.advance_serach .search_btn {
		width: 14%
	}
	.mobile_menu_btn2 {
		font-size: 20px;
		margin: 0 0 0 10px
	}
	.cart_btn .cart_counter {
		top: -6px;
		right: -5px
	}
	.newsletter_title {
		display: block;
		text-align: center
	}
	.newsletter_title i {
		display: block;
		margin: 0 0 10px
	}
	.newsletter_form .btn {
		width: 100%;
		margin-top: 15px;
		position: static;
		-webkit-transform: unset;
		transform: unset
	}
	.reg_coupon_item .card {
		padding: 20px
	}
	.reg_coupon_item .btns_group {
		display: block
	}
	.reg_coupon_item .btns_group .btn {
		width: 100%;
		display: block;
		margin-top: 20px
	}
	.error_content h1 {
		font-size: 100px
	}
	.register_wrap {
		padding: 30px 20px
	}
	.main_slider {
		margin-bottom: 0
	}
	.policy_item .item_icon {
		line-height: 1;
		font-size: 30px
	}
	.policy_section {
		padding: 10px 0
	}
	.policy_item {
		padding: 20px
	}
	.promotion_banner .item_title {
		font-size: 22px
	}
	.slider_2 .slider_item {
		padding: 60px 15px 120px
	}
	.slider_2 .slider_item .big_title {
		font-size: 30px
	}
	.slider_2 .slider_image {
		right: -125px;
		max-width: 330px
	}
	.deals_product_layout2 .item_title {
		font-size: 38px
	}
	.deals_product_layout2 .bg_area {
		padding: 60px 20px 30px
	}
	.promotion_banner3.big_item {
		padding: 30px
	}
	.promotion_banner3.big_item .item_content {
		margin-bottom: 40px
	}
	.promotion_banner3.big_item .item_image {
		height: auto
	}
	.promotion_banner3.big_item .item_image img {
		margin: 0
	}
	.promotion_banner3 .item_badge {
		top: 30%;
		left: 20px
	}
	.promotion_banner3.big_item .item_title {
		font-size: 25px
	}
	.average_rating_text p {
		font-size: 20px
	}
	.average_rating_text .rating_star li {
		font-size: 18px
	}
} 
