@font-face {
	font-family: 'Roboto Slab';
	font-weight: 900;
	font-style: normal;
	src: url(../fonts/Roboto_Slab/RobotoSlab-Black.ttf) format("truetype")
}

@font-face {
	font-family: 'Roboto Slab';
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/Roboto_Slab/RobotoSlab-ExtraBold.ttf) format("truetype")
}

@font-face {
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Roboto_Slab/RobotoSlab-Bold.ttf) format("truetype")
}

@font-face {
	font-family: 'Roboto Slab';
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/Roboto_Slab/RobotoSlab-SemiBold.ttf) format("truetype")
}

@font-face {
	font-family: 'Roboto Slab';
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Roboto_Slab/RobotoSlab-Medium.ttf) format("truetype")
}

@font-face {
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Roboto_Slab/RobotoSlab-Regular.ttf) format("truetype")
}

@font-face {
	font-family: 'Roboto Slab';
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/Roboto_Slab/RobotoSlab-Light.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 900;
	font-style: normal;
	src: url(../fonts/Jost/Jost-Black.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 900;
	font-style: italic;
	src: url(../fonts/Jost/Jost-BlackItalic.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/Jost/Jost-ExtraBold.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 800;
	font-style: italic;
	src: url(../fonts/Jost/Jost-ExtraBoldItalic.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Jost/Jost-Bold.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 700;
	font-style: italic;
	src: url(../fonts/Jost/Jost-BoldItalic.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/Jost/Jost-SemiBold.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 600;
	font-style: italic;
	src: url(../fonts/Jost/Jost-SemiBoldItalic.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Jost/Jost-Medium.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 500;
	font-style: italic;
	src: url(../fonts/Jost/Jost-MediumItalic.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Jost/Jost-Regular.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 400;
	font-style: italic;
	src: url(../fonts/Jost/Jost-Italic.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/Jost/Jost-Light.ttf) format("truetype")
}

@font-face {
	font-family: 'Jost';
	font-weight: 300;
	font-style: italic;
	src: url(../fonts/Jost/Jost-LightItalic.ttf) format("truetype")
}

@supports (--css:variables) {
	:root {
		--h1_font_size: 40px;
		--h2_font_size: 34px;
		--h3_font_size: 30px;
		--h4_font_size: 26px;
		--h5_font_size: 22px;
		--h6_font_size: 18px;
		--layout_site_width: 90%;
		--layout_site_max_width: 1200px;
		--text_color: #777777;
		--text_color_lighten_5: #848484;
		--text_color_lighten_10: #919191;
		--text_color_lighten_15: #9d9d9d;
		--text_color_lighten_20: #aaaaaa;
		--text_color_lighten_25: #b7b7b7;
		--text_color_lighten_30: #c4c4c4;
		--text_color_lighten_35: #d0d0d0;
		--text_color_lighten_40: #dddddd;
		--text_color_lighten_50: #f7f7f7;
		--text_color_lighten_60: #ffffff;
		--text_color_lighten_70: #ffffff;
		--text_color_darken_5: #6a6a6a;
		--text_color_darken_10: #5e5e5e;
		--text_color_darken_15: #515151;
		--text_color_darken_20: #444444;
		--text_color_darken_25: #373737;
		--text_color_fade_10: rgba(119, 119, 119, 0.1);
		--text_color_fade_20: rgba(119, 119, 119, 0.2);
		--text_color_fade_30: rgba(119, 119, 119, 0.3);
		--text_color_fade_40: rgba(119, 119, 119, 0.4);
		--text_color_fade_50: rgba(119, 119, 119, 0.5);
		--text_color_fade_60: rgba(119, 119, 119, 0.6);
		--text_color_fade_70: rgba(119, 119, 119, 0.7);
		--text_color_fade_80: rgba(119, 119, 119, 0.8);
		--text_color_fade_90: rgba(119, 119, 119, 0.9);
		--primary_color: #e22457;
		--secondary_color: #223645;
		--primary_color_lighten_5: #e53b68;
		--primary_color_lighten_10: #e8517a;
		--primary_color_lighten_15: #eb688b;
		--primary_color_lighten_20: #ee7e9c;
		--primary_color_lighten_25: #f195ad;
		--primary_color_darken_5: #d11c4c;
		--primary_color_darken_10: #ba1944;
		--primary_color_darken_15: #a4163c;
		--primary_color_darken_20: #8d1334;
		--primary_color_darken_25: #77102b;
		--primary_color_fade_5: rgba(226, 36, 87, 0.05);
		--primary_color_fade_10: rgba(226, 36, 87, 0.1);
		--primary_color_fade_20: rgba(226, 36, 87, 0.2);
		--primary_color_fade_30: rgba(226, 36, 87, 0.3);
		--primary_color_fade_40: rgba(226, 36, 87, 0.4);
		--primary_color_fade_50: rgba(226, 36, 87, 0.5);
		--primary_color_fade_60: rgba(226, 36, 87, 0.6);
		--primary_color_fade_70: rgba(226, 36, 87, 0.7);
		--primary_color_fade_80: rgba(226, 36, 87, 0.8);
		--primary_color_fade_90: rgba(226, 36, 87, 0.9);
		--heading_color: #181818;
		--heading_color_lighten_20: #4b4b4b;
		--heading_color_fade_10: rgba(24, 24, 24, 0.1);
		--heading_color_fade_20: rgba(24, 24, 24, 0.2);
		--heading_color_fade_30: rgba(24, 24, 24, 0.3);
		--heading_color_fade_40: rgba(24, 24, 24, 0.4);
		--heading_color_fade_50: rgba(24, 24, 24, 0.5);
		--heading_color_fade_60: rgba(24, 24, 24, 0.6);
		--heading_color_fade_70: rgba(24, 24, 24, 0.7);
		--heading_color_fade_80: rgba(24, 24, 24, 0.8);
		--heading_color_fade_90: rgba(24, 24, 24, 0.9);
		--menu_font: Jost;
		--menu_font_weight: 600;
		--menu_font_size: 16px;
		--secondary_font: Roboto Slab;
		--secondary_font_weight: 700;
		--secondary_font_size: 16px;
		--button_font: Jost;
		--button_font_weight: 500;
		--button_font_size: 15px;
		--primary_font: Jost;
		--primary_font_weight: 400;
		--primary_font_size: 16px;
		--heading_font: Roboto Slab;
		--heading_font_weight: 700;
		--page_title_bg_color: #f6f6f63d;
		--page_title_overlay_color: #000;
		--page_title_overlay_opacity: 0;
		--page_title_color: #181818;
		--page_title_height: 350px;
		--main_menu_height: 80px;
		--logo_mobile_padding: 20px;
		--main_menu_mobile_height: 80px;
		--menu_mobile_color: #223645;
		--header_1_nav_layout_padding: 100px;
		--header_3_nav_layout_padding: 60px;
		--header_4_nav_layout_padding: 60px;
		--header_2_nav_layout_padding: 100px;
		--header_1_nav_distance: 40px;
		--header_3_nav_distance: 20px;
		--header_4_nav_distance: 25px;
		--header_2_nav_distance: 20px;
		--top_bar_bg_color: #3f3a64;
		--top_bar_text_color: rgba(255, 255, 255, 0.9);
		--top_bar_layout_padding: 60px;
		--logo_padding_top: 0px;
		--logo_padding_bottom: 0px;
		--menu_sub_bg_color: #fff;
		--menu_sub_bg_color_darken_7: #ededed;
		--menu_sub_bg_color_darken_15: #d9d9d9;
		--menu_sub_bg_color_lighten_7: #ffffff;
		--menu_sub_bg_color_lighten_15: #ffffff;
		--menu_sub_text_color: #181818;
		--header_1_nav_bg_color: #181818;
		--header_1_nav_text_color: #fff;
		--header_1_height: 120px;
		--header_3_nav_bg_color: #fff;
		--header_3_nav_text_color: #1b2336;
		--header_3_height: 100px;
		--header_4_nav_bg_color: #fff;
		--header_4_nav_text_color: #1b2336;
		--header_4_height: 100px;
		--header_2_nav_bg_color: #1b2336;
		--header_2_nav_text_color: #fff;
		--header_2_height: 130px;
		--mobile_background_color: #333;
		--mobile_text_color: #fff;
		--mobile_text_color_fade_60: rgba(255, 255, 255, 0.6);
		--mobile_page_title_height: 140px;
		--headersidebar_nav_bg_color: #223645;
		--headersidebar_nav_bg_color_lighten_10: #335167;
		--headersidebar_nav_text_color: #fff;
		--headersidebar_nav_text_color_fade_60: rgba(255, 255, 255, 0.6);
		--headersidebar_nav_text_color_fade_85: rgba(255, 255, 255, 0.85);
		--headersidebar_sidebar_width: 300px
	}
}

@keyframes slideDash {
	0% {
		-webkit-transform: translateX(-50%)
	}

	to {
		-webkit-transform: translateX(0%)
	}
}

@keyframes scroll_up_down {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(5px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes spinAround {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes mover {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-10px)
	}
}

@keyframes mover2 {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(-10px, -10px)
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

@keyframes mover3 {
	0% {
		transform: translate(50px, 0)
	}

	to {
		transform: translate(-50px, 0)
	}
}

@keyframes spinner {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes header-drop {
	0% {
		transform: translateY(-92px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes header-drop-out {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-92px)
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%)
	}

	50% {
		opacity: 0;
		transform: translate(-100%)
	}

	51% {
		opacity: 1
	}
}

@keyframes hvr-wobble-horizontal {
	16.65% {
		transform: translateX(8px)
	}

	33.3% {
		transform: translateX(-6px)
	}

	49.95% {
		transform: translateX(4px)
	}

	66.6% {
		transform: translateX(-2px)
	}

	83.25% {
		transform: translateX(1px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes anim-dash {
	0% {
		stroke-dashoffset: 1680
	}

	to {
		stroke-dashoffset: 0
	}
}

@keyframes anim-elem-1 {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.animate {
	animation-duration: 0.5s;
	animation-fill-mode: both
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideOutUp {
	0% {
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	animation-name: slideOutUp
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	animation-name: fadeOutUp
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg)
	}

	to {
		transform: perspective(400px) rotateX(0deg)
	}
}

.animate.swingInX {
	-ie-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: swingInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: swingInX;
	backface-visibility: visible !important;
	animation-name: swingInX
}

@keyframes swingOutX {
	0% {
		transform: perspective(400px) rotateX(0deg)
	}

	to {
		transform: perspective(400px) rotateX(-90deg)
	}
}

.animate.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: swingOutX;
	-o-backface-visibility: visible !important;
	animation-name: swingOutX;
	backface-visibility: visible !important
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.flipInX {
	backface-visibility: visible !important;
	animation-name: flipInX
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	animation-duration: 0.75s;
	animation-name: flipOutX;
	backface-visibility: visible !important
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	animation-name: bounceOutUp
}

@keyframes pulse-left-right {
	0% {
		transform: translate(0px, 0);
		opacity: 0
	}

	50% {
		transform: translate(20px, 0);
		opacity: 1
	}

	to {
		transform: translate(0px, 0);
		opacity: 0
	}
}

@keyframes hvr-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg)
	}

	20% {
		transform: translateX(-3px) rotate(-2deg)
	}

	30% {
		transform: translateX(3px) rotate(2deg)
	}

	40% {
		transform: translateX(-3px) rotate(-2deg)
	}

	50% {
		transform: translateX(2px) rotate(1deg)
	}

	60% {
		transform: translateX(-2px) rotate(-1deg)
	}

	70% {
		transform: translateX(2px) rotate(1deg)
	}

	80% {
		transform: translateX(-2px) rotate(-1deg)
	}

	90% {
		transform: translateX(1px) rotate(0)
	}

	to {
		transform: translateX(-1px) rotate(0)
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(30%)
	}

	50% {
		opacity: 0;
		transform: translate(-30%)
	}

	51% {
		opacity: 1
	}
}

@keyframes toLeftFromRight {
	49% {
		transform: translate(-30%)
	}

	50% {
		opacity: 0;
		transform: translate(30%)
	}

	51% {
		opacity: 1
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2)
	}

	to {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0)
	}
}

@keyframes shadow-pulse-white {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7)
	}

	to {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
	}
}

@keyframes fadeIn {
	to {
		opacity: 1
	}
}

@keyframes moveVertical {
	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes moveHorizontal {
	to {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes scaleUp {
	to {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes fallPerspective {
	to {
		transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1
	}
}

@keyframes fly {
	to {
		transform: rotateX(0deg);
		opacity: 1
	}
}

@keyframes flip {
	to {
		transform: rotateX(0deg);
		opacity: 1
	}
}

@keyframes helix {
	to {
		transform: rotateY(0deg);
		opacity: 1
	}
}

@keyframes popUp {
	70% {
		transform: scale(1.1);
		opacity: 0.8;
		animation-timing-function: ease-out
	}

	to {
		transform: scale(1);
		opacity: 1
	}
}

.yolo-grid-inner.has-animation .grid-item {
	opacity: 0
}

.yolo-grid-inner.fade-in .animate {
	animation: fadeIn 1s ease forwards
}

.yolo-grid-inner.move-up .animate {
	transform: translateY(20px);
	animation: moveVertical 1s ease forwards
}

.yolo-grid-inner.move-down .animate {
	transform: translateY(-20px);
	animation: moveVertical 1s ease forwards
}

.yolo-grid-inner.move-left .animate {
	transform: translateX(20px);
	animation: moveHorizontal 1s ease forwards
}

.yolo-grid-inner.move-right .animate {
	transform: translateX(-20px);
	animation: moveHorizontal 1s ease forwards
}

.yolo-grid-inner.scale-up .animate {
	transform: scale(0.8);
	animation: scaleUp 1s ease-in-out forwards
}

.yolo-grid-inner.fall-perspective {
	perspective: 1300px
}

.yolo-grid-inner.fall-perspective .animate {
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	animation: fallPerspective 1s ease-in-out forwards;
	transform-style: preserve-3d
}

.yolo-grid-inner.fly {
	perspective: 1300px
}

.yolo-grid-inner.fly .animate {
	transform: rotateX(-180deg);
	transform-origin: 50% 50% -300px;
	animation: fly 1s ease-in-out forwards;
	transform-style: preserve-3d
}

.yolo-grid-inner.flip .animate {
	transform: rotateX(-80deg);
	transform-origin: 0% 0%;
	animation: flip 1s ease-in-out forwards;
	transform-style: preserve-3d
}

.yolo-grid-inner.helix {
	perspective: 1300px
}

.yolo-grid-inner.helix .animate {
	transform: rotateY(-180deg);
	animation: helix 1s ease-in-out forwards;
	transform-style: preserve-3d
}

.yolo-grid-inner.pop-up {
	perspective: 1300px
}

.yolo-grid-inner.pop-up .animate {
	transform: scale(0.6);
	animation: popUp 1s ease-in forwards;
	transform-style: preserve-3d
}

@keyframes circle-2 {
	to {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}

@keyframes circle-3 {
	to {
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 0
	}
}

@keyframes zoomBig {
	0% {
		transform: translate3d(-50%, -50%, 0) scale(0);
		opacity: 1
	}

	to {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 0
	}
}

.lightGallery-js .item {
	overflow: hidden;
	transition: all 1s ease
}

.lightGallery-js .item img {
	transition: all 1s ease
}

.lightGallery-js .item:hover img {
	cursor: pointer;
	transform: scale(1.06)
}

.row {
	margin-right: -20px;
	margin-left: -20px
}

@media (max-width:1300px) {
	.row {
		margin-right: -10px;
		margin-left: -10px
	}
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 20px;
	padding-left: 20px
}

@media (max-width:1300px) {

	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-left: 10px;
		padding-right: 10px
	}
}

.yolo-full-width {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	margin: 0 auto;
	position: relative
}

@media (max-width:1300px) {
	.yolo-full-width {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (max-width:1300px) {
	.yolo-full-width {
		overflow: hidden
	}
}

.yolo-full-width .container {
	position: relative
}

@media (min-width:1300px) {
	.yolo-full-width .container {
		width: 1320px
	}
}

.site-content-archive-inner {
	width: 100%
}

@media (min-width:768px) and (max-width:900px) {
	.row .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:768px) and (max-width:900px) {
	.sidebar.col-md-4 {
		flex: 0 0 33.3%;
		max-width: 33.3%
	}
}

@media (max-width:600px) {

	.row .col-6,
	.row .col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.container .yolo-full-width {
	padding-left: 0;
	padding-right: 0
}

@media (max-width:1300px) {
	.container .yolo-full-width {
		overflow: hidden
	}
}

.pull-left {
	float: left !important
}

.pull-right {
	float: right !important
}

.row.sidebar-left {
	flex-direction: row-reverse
}

img {
	max-width: 100%;
	height: auto
}

.aligncenter,
.alignleft,
.alignnone,
.alignright,
.alignwide {
	margin-top: 2rem;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	clear: both
}

[class*=__inner-container]>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto
}

.alignfull {
	margin-top: 2rem;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%
}

[class*=__inner-container]>.alignfull {
	max-width: 100%
}

.alignwide {
	max-width: 120rem;
	position: relative
}

[class*=__inner-container]>.alignwide {
	width: 100%
}

.aligncenter,
.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.alignleft,
.alignright {
	max-width: 50%
}

.alignleft {
	float: left;
	margin: 0.3rem 2rem 2rem 0rem
}

.alignright {
	float: right;
	margin: 0.3rem 0rem 2rem 2rem
}

[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>.alignleft,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>.wp-block-image .alignleft,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>p .alignleft {
	margin-left: 1.5rem
}

[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>.alignright,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>.wp-block-image .alignright,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>p .alignright {
	margin-right: 1.5rem
}

.wp-block-image.size-full .aligncenter {
	margin-top: 2rem
}

.wp-block-image .alignleft {
	margin-right: 2rem
}

.wp-block-image .alignright {
	margin-left: 2rem
}

blockquote {
	font-family: var(--secondary_font);
	font-weight: 600;
	font-size: calc(var(--primary_font_size) + 6px);
	color: var(--heading_color);
	line-height: 36px;
	border: none;
	padding: 50px 55px;
	background-color: var(--primary_color_fade_5);
	quotes: none;
	position: relative;
	border-left: 5px solid var(--primary_color)
}

blockquote cite {
	font-family: var(--primary_font);
	font-weight: normal;
	font-style: normal;
	font-size: calc(var(--primary_font_size) + 2px);
	color: var(--text_color);
	margin-top: 15px;
	position: relative;
	display: block
}

blockquote:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 80px;
	font-weight: 900;
	content: "\f10d";
	color: #0000000a;
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-style: normal
}

blockquote p {
	margin: 0
}

blockquote.is-style-large {
	padding: 30px 30px 30px
}

blockquote.main-quote {
	margin: 30px
}

.wp-block-quote.is-style-large {
	padding: 30px 30px 30px
}

.wp-block-quote.main-quote {
	margin: 30px
}

a.wp-block-button__link {
	color: #fff
}

a.wp-block-button__link:hover {
	color: #fff
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 5px
}

.entry-content .post-nav-links a {
	margin: calc(0.5 * 1rem);
	text-decoration: none
}

[class*=_inner-container]>:first-child {
	margin-top: 0
}

[class*=_inner-container]>:last-child {
	margin-bottom: 0
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 2rem;
	margin-top: 2rem
}

.alignfull>.wp-caption-text,
.alignfull>figcaption {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 1rem)
}

.wp-caption {
	text-align: center;
	max-width: 100%
}

.wp-caption img {
	border: 0 none;
	height: auto;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	font-style: italic;
	opacity: 0.9;
	line-height: 17px;
	margin: 0.5em 0 0em 0
}

.wp-post-image {
	height: auto;
	max-width: 100%
}

.wp-block-columns {
	margin: 28px 0
}

.wp-block-columns>:last-child {
	margin-bottom: 0
}

.wp-block-columns>:first-child {
	margin-bottom: 0
}

.sticky {
	opacity: 1
}

.bypostauthor {
	opacity: 1
}

figure.wp-block-gallery {
	margin-bottom: 1rem
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 2rem
}

figure.wp-block-gallery .alignwide {
	margin-bottom: 2rem
}

.wp-block-image figcaption {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	opacity: 0.9
}

.alignfull>.wp-caption-text,
.alignfull>figcaption {
	margin-left: auto;
	margin-right: auto
}

.gallery {
	margin-bottom: 20px
}

.gallery:before {
	content: "";
	display: table
}

.gallery:after {
	clear: both;
	content: "";
	display: block
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(odd),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left
}

.gallery-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 8px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	transition: all 400ms ease;
	width: 100%;
	overflow-y: auto
}

.gallery-item:hover .gallery-caption {
	opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}

.overflow-hidden {
	overflow: hidden
}

.page-links a {
	color: var(--heading_color)
}

.page-links a:hover {
	color: var(--primary_color)
}

.grf-bg-1 {
	background: #ffd338 !important
}

.grf-bg-2 {
	background: #56d47e !important
}

.grf-bg-3 {
	background: #f05c5c !important
}

.grf-bg-4 {
	background: #1ec0ff !important
}

.grf-bg-5 {
	background: #fb9130 !important
}

.grf-bg-6 {
	background-color: #D8334A !important
}

.grf-bg-7 {
	background-color: #BF263C !important
}

.grf-bg-8 {
	background-color: #ED5565 !important
}

.grf-bg-9 {
	background-color: #DA4453 !important
}

.grf-bg-10 {
	background-color: #FC6E51 !important
}

.grf-bg-11 {
	background-color: #E9573F !important
}

.grf-bg-12 {
	background-color: #FFCE54 !important
}

.grf-bg-13 {
	background-color: #F6BB42 !important
}

.grf-bg-14 {
	background-color: #E8CE4D !important
}

.grf-bg-15 {
	background-color: #E0C341 !important
}

.grf-bg-16 {
	background-color: #A0D468 !important
}

.grf-bg-17 {
	background-color: #8CC152 !important
}

.grf-bg-18 {
	background-color: #2ECC71 !important
}

.grf-bg-19 {
	background-color: #2ABA66 !important
}

.grf-bg-20 {
	background-color: #48CFAD !important
}

.grf-bg-21 {
	background-color: #37BC9B !important
}

.grf-bg-22 {
	background-color: #1abc9c !important
}

.grf-bg-23 {
	background-color: #A0CECB !important
}

.grf-bg-24 {
	background-color: #7DB1B1 !important
}

.grf-bg-25 {
	background-color: #4FC1E9 !important
}

.grf-bg-26 {
	background-color: #3BAFDA !important
}

.grf-bg-27 {
	background-color: #5D9CEC !important
}

.grf-bg-28 {
	background-color: #4A89DC !important
}

.grf-bg-29 {
	background-color: #AC92EC !important
}

.grf-bg-30 {
	background-color: #967ADC !important
}

.grf-bg-31 {
	background-color: #8067B7 !important
}

.grf-bg-32 {
	background-color: #6A50A7 !important
}

.grf-bg-33 {
	background-color: #EC87C0 !important
}

.grf-bg-34 {
	background-color: #D770AD !important
}

.grf-bg-35 {
	background-color: #BAA286 !important
}

.grf-bg-36 {
	background-color: #AA8E69 !important
}

.grf-bg-37 {
	background-color: #8E8271 !important
}

.grf-bg-38 {
	background-color: #7B7163 !important
}

.hidden {
	display: none
}

mark {
	padding: 0;
	background-color: transparent;
	color: var(--primary_color)
}

a mark {
	padding: 1px 0;
	position: relative;
	display: inline-block
}

a mark:before {
	opacity: 0;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	font-style: normal;
	position: absolute;
	top: 4px;
	right: 0;
	transition: all ease 0.3s
}

a mark:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--primary_color);
	transform-origin: left;
	transform: scaleX(1);
	transition: transform 0.3s ease-in
}

a:hover mark:before {
	opacity: 1;
	right: -19px
}

a:hover mark:after {
	transform: scaleX(0);
	transform-origin: left
}

.post-nav-links {
	clear: both;
	font-weight: 600
}

.post-nav-links a {
	color: var(--primary_color)
}

.post-nav-links a:hover {
	text-decoration: underline
}

[class*=hint--]:after,
[class*=hint--]:before {
	position: absolute;
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: all 0.3s ease;
	transition-delay: 0ms
}

[class*=hint--]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 7px solid transparent;
	z-index: 1000001;
	border-top-color: var(--heading_color)
}

[class*=hint--]:after {
	background: var(--heading_color);
	color: white;
	padding: 8px 12px;
	line-height: 1em;
	white-space: nowrap;
	border-radius: 5px
}

[class*=hint--]:after {
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1)
}

[class*=hint--][aria-label]:after {
	content: attr(aria-label)
}

.hint--top:after,
.hint--top:before {
	bottom: 100%;
	left: 50%
}

.hint--top:before {
	transform: translateX(-50%) translateY(-20px)
}

.hint--top:after {
	transform: translateX(-50%) translateY(-15px)
}

.hint--top:hover:after {
	transform: translateX(-50%) translateY(-8px)
}

.hint--top:hover:before {
	transform: translateX(-50%) translateY(5px)
}

[class*=hint--]:hover:after,
[class*=hint--]:hover:before {
	transition-delay: 100ms
}

[class*=hint--]:hover:after,
[class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1
}

.portfolio-related-wrap .portfolio-related .owl-nav div {
	border-radius: 50%
}

.portfolio-related-wrap .portfolio-related .portfolio-item {
	padding: 0 20px
}

@media (max-width:1300px) {
	.portfolio-related-wrap .portfolio-related .portfolio-item {
		padding: 0 10px
	}
}

.portfolio-related-wrap .portfolio-related .owl-nav .owl-prev {
	left: -20px
}

@media (max-width:1300px) {
	.portfolio-related-wrap .portfolio-related .owl-nav .owl-prev {
		display: none
	}
}

.portfolio-related-wrap .portfolio-related .owl-nav .owl-next {
	right: -20px
}

@media (max-width:1300px) {
	.portfolio-related-wrap .portfolio-related .owl-nav .owl-next {
		display: none
	}
}

.portfolio-related-wrap .portfolio-related {
	margin-top: 20px;
	margin-bottom: 0
}

.yolo-slick .slick-arrow {
	height: 48px;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	transition-delay: 0.2s;
	z-index: 99
}

.yolo-slick .slick-arrow:before {
	font-size: 48px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: var(--text_color_fade_60)
}

.yolo-slick .slick-prev {
	left: -60px
}

.yolo-slick .slick-prev:hover:before {
	color: var(--primary_color)
}

.yolo-slick .slick-next {
	right: -60px
}

.yolo-slick .slick-next:hover:before {
	color: var(--primary_color)
}

.yolo-slick:hover .slick-prev {
	left: -35px;
	opacity: 1
}

.yolo-slick:hover .slick-next {
	right: -35px;
	opacity: 1
}

.yolo-slick .slick-next:before {
	content: "\f0da"
}

.yolo-slick .slick-prev:before {
	content: "\f0d9"
}

.yolo-slick .slick-dots li button:before {
	font-size: 10px;
	color: var(--primary_color_fade_70)
}

.yolo-slick .slick-dots li.slick-active button:before {
	color: var(--primary_color)
}

.yolo-data-slider {
	position: relative
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 48px;
	color: var(--text_color_fade_60);
	opacity: 0;
	transition: all ease-in-out 0.3s;
	transition-delay: 0.2s;
	z-index: 99
}

@media (max-width:1300px) {

	.owl-carousel .owl-next,
	.owl-carousel .owl-prev {
		display: none
	}
}

.owl-carousel .owl-prev {
	left: -40px
}

.owl-carousel .owl-prev:hover {
	color: var(--primary_color)
}

.owl-carousel .owl-next {
	right: -40px
}

.owl-carousel .owl-next:hover {
	color: var(--primary_color)
}

.owl-carousel:hover .owl-prev {
	left: -15px;
	opacity: 1
}

.owl-carousel:hover .owl-next {
	right: -15px;
	opacity: 1
}

.owl-carousel .owl-item {
	text-align: left
}

.owl-carousel.owl-loaded .owl-nav .disabled {
	opacity: 0
}

.owl-carousel.owl-loaded article.trainer-item-wrap .trainer-item {
	box-shadow: 0 5px 20px rgba(229, 229, 229, 0.8)
}

.owl-carousel.owl-loaded .owl-item .loop-item-company img {
	display: inline-block;
	max-width: 100px
}

.owl-carousel.owl-loaded .owl-dots {
	text-align: center;
	margin-top: 0px
}

.owl-carousel.owl-loaded .owl-dots .owl-dot {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	outline: 0;
	border: none
}

.owl-carousel.owl-loaded .owl-dots .owl-dot.active span,
.owl-carousel.owl-loaded .owl-dots .owl-dot:hover span {
	background-color: var(--primary_color_fade_70)
}

.owl-carousel.owl-loaded .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background-color: #d5d5d5;
	border-radius: 50%;
	display: block;
	margin: 4px
}

.owl-carousel.owl-loaded div.owl-nav {
	text-align: center
}

.owl-carousel.owl-loaded div.owl-nav button.owl-next,
.owl-carousel.owl-loaded div.owl-nav button.owl-prev {
	height: 35px;
	display: inline-block;
	width: 35px;
	outline: none;
	transition: all 0.3s ease-in-out;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	position: absolute;
	top: 35%
}

.owl-carousel.owl-loaded div.owl-nav button.owl-next:hover,
.owl-carousel.owl-loaded div.owl-nav button.owl-prev:hover {
	background-color: var(--primary_color);
	border-color: var(--primary_color);
	color: #fff
}

.owl-carousel.owl-loaded div.owl-nav button.owl-prev {
	left: 0
}

.owl-carousel.owl-loaded div.owl-nav button.owl-next {
	right: 0
}

.lg-backdrop.in {
	opacity: 0.6 !important
}

.lightGallery-js img {
	width: 100%
}

body {
	overflow-x: hidden
}

body .site {
	z-index: 1;
	position: relative
}

img {
	max-width: 100%;
	height: auto
}

a,
a:focus,
a:hover {
	outline: none;
	text-decoration: none
}

p {
	margin-block-start: 1em;
	margin-block-end: 1em
}

body {
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	color: var(--text_color);
	font-family: var(--primary_font);
	font-weight: var(--primary_font_weight);
	font-size: var(--primary_font_size)
}

.float-right {
	float: right
}

@media (max-width:991px) {
	.float-right {
		float: none
	}
}

code {
	color: var(--primary_color)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: var(--heading_font_weight);
	color: var(--heading_color);
	font-family: var(--heading_font)
}

h1 {
	font-size: var(--h1_font_size)
}

h2 {
	font-size: var(--h2_font_size)
}

h3 {
	font-size: var(--h3_font_size)
}

h4 {
	font-size: var(--h4_font_size)
}

h5 {
	font-size: var(--h5_font_size)
}

h6 {
	font-size: var(--h6_font_size)
}

@media (max-width:991px) {
	body h1 {
		font-size: calc(var(--h1_font_size) - 2px)
	}
}

@media (max-width:480px) {
	body h1 {
		font-size: calc(var(--h1_font_size) - 4px)
	}
}

@media (max-width:991px) {
	body h2 {
		font-size: calc(var(--h2_font_size) - 2px)
	}
}

@media (max-width:480px) {
	body h2 {
		font-size: calc(var(--h2_font_size) - 3px)
	}
}

@media (max-width:991px) {
	body h3 {
		font-size: calc(var(--h3_font_size) - 2px)
	}
}

@media (max-width:480px) {
	body h3 {
		font-size: calc(var(--h3_font_size) - 3px)
	}
}

@media (max-width:991px) {
	body h4 {
		font-size: calc(var(--h4_font_size) - 2px)
	}
}

@media (max-width:480px) {
	body h4 {
		font-size: calc(var(--h4_font_size) - 3px)
	}
}

.title_border {
	text-align: center;
	position: relative
}

.title_border:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	background-color: #999;
	height: 1px;
	width: 100%
}

.title_border h5 {
	padding: 5px 20px;
	background-color: #fff;
	position: relative;
	display: inline-block;
	z-index: 1
}

.medilab_btn button {
	border-width: 1px !important;
	padding: 13px 60px !important
}

.container {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

@media (max-width:1300px) {
	.container {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (min-width:1300px) {
	.container {
		width: 1320px
	}
}

#yolo-wrapper {
	background-color: #fff
}

body.boxed #yolo-wrapper {
	margin: auto;
	overflow: hidden
}

@media only screen and (min-width:992px) {
	body.float {
		padding-left: 45px !important;
		padding-right: 45px !important
	}
}

div,
iframe,
img {
	margin: 0;
	padding: 0
}

::selection {
	color: #fff;
	background-color: var(--primary_color)
}

::-moz-selection {
	color: #fff;
	background-color: var(--primary_color)
}

ul {
	list-style: disc
}

a,
a.active,
a:hover {
	color: inherit;
	text-decoration: none;
	outline: none
}

a:hover {
	color: var(--primary_color)
}

a.active,
a:focus {
	color: var(--primary_color)
}

button,
input,
select,
textarea {
	outline: none
}

.fl {
	float: left
}

.fr {
	float: right
}

button[type=submit] {
	position: relative;
	border: none;
	background-color: var(--heading_color);
	padding: 5px 15px;
	color: #fff;
	transition: all 0.35s ease
}

button[type=submit]:hover {
	background-color: var(--primary_color)
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	padding: 0 15px;
	height: 40px;
	background-color: #f6f6f6;
	border: 1px solid transparent;
	color: var(--heading_color);
	font-weight: var(--primary_font_weight);
	transition: all 0.2s
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--heading_color_fade_70);
	opacity: 1
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--heading_color_fade_70);
	opacity: 1
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--heading_color_fade_70);
	opacity: 1
}

input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: var(--heading_color_fade_70);
	opacity: 1
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: #808080;
	background-color: #fff
}

textarea {
	height: auto;
	padding-top: 20px
}

select {
	max-width: 100%
}

.block-inner>* {
	margin: auto
}

.overflow-hidden {
	overflow: hidden !important
}

#yolo-modal-search {
	z-index: 999999;
	overflow: auto
}

#yolo-modal-search.modal.in .modal-backdrop.in {
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.95);
	backface-visibility: visible;
	transform: translate3d(0, 0, 0)
}

#yolo-modal-search.modal.in .yolo-modal-dialog {
	transform: translate(0, 0);
	z-index: 9999
}

#yolo-modal-search .yolo-modal-dialog {
	transform: translate(0, -50%);
	transition: all 0.3s ease-in-out;
	height: auto
}

#yolo-modal-search .yolo-dismiss-modal {
	position: absolute;
	right: 50px;
	top: 30px;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	z-index: 1040;
	cursor: pointer
}

#yolo-modal-search .yolo-modal-search {
	position: relative;
	width: 100%;
	height: 100%
}

#yolo-modal-search .yolo-modal-search .yolo-search-result {
	position: absolute;
	width: 80%;
	left: 50%;
	transform: translate(-50%, 0);
	top: 40%
}

@media (max-width:767px) {
	#yolo-modal-search .yolo-modal-search .yolo-search-result {
		top: 20%
	}
}

#yolo-modal-search .yolo-modal-search .yolo-search-wrapper {
	position: relative;
	width: 100%;
	font-size: 24px;
	color: inherit;
	background-color: transparent;
	border-bottom: 2px solid #fff;
	display: block
}

#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:after,
#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:before {
	content: " ";
	display: table
}

#yolo-modal-search .yolo-modal-search .yolo-search-wrapper:after {
	clear: both
}

#yolo-modal-search .yolo-modal-search input[type=search] {
	border: none;
	outline: none;
	display: block;
	float: left;
	width: 100%;
	padding-right: 60px;
	padding-left: 20px;
	background-color: transparent;
	font-size: 22px;
	color: #fff
}

#yolo-modal-search .yolo-modal-search input[type=search]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.9)
}

#yolo-modal-search .yolo-modal-search input[type=search]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.9)
}

#yolo-modal-search .yolo-modal-search button {
	position: absolute;
	display: block;
	color: #fff;
	bottom: 5px;
	right: 0;
	line-height: 1;
	border: none;
	outline: none;
	font-size: 24px;
	background-color: transparent
}

#yolo-modal-search .ajax-search-result {
	margin: auto;
	background: rgba(77, 77, 77, 0.1)
}

#yolo-modal-search .ajax-search-result>ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0
}

#yolo-modal-search .ajax-search-result li {
	padding: 5px 20px;
	color: inherit;
	font-size: 14px;
	transition: all 0.5s ease-out;
	color: #fff
}

#yolo-modal-search .ajax-search-result li.selected,
#yolo-modal-search .ajax-search-result li:hover {
	background-color: rgba(127, 127, 127, 0.1)
}

#yolo-modal-search .ajax-search-result li>a {
	color: #fff
}

#yolo-modal-search .ajax-search-result li+li {
	border-top: dotted 1px rgba(77, 77, 77, 0.1)
}

#yolo-modal-search .ajax-search-result li span {
	color: #fff;
	float: right
}

#yolo-modal-search .ajax-search-result li.search-view-more {
	font-size: 14px;
	font-style: italic
}

#yolo-modal-search .ajax-search-result li.search-view-more a {
	text-decoration: underline
}

#yolo-modal-search i.ajax-search-icon {
	color: inherit
}

#yolo-modal-search div.search-view-more {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 5px 20px;
	border-top: solid 1px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	text-align: center;
	transition: all 0.35s ease;
	color: #fff
}

#yolo-modal-search div.search-view-more i.wicon {
	vertical-align: middle
}

#yolo-modal-search div.search-view-more:hover {
	background-color: rgba(255, 255, 255, 0.5);
	color: #fff
}

#yolo_search_popup_wrapper .search-popup-inner {
	margin: 1em 0;
	width: 70%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -10%)
}

#yolo_search_popup_wrapper .search-popup-inner>input {
	width: 100%;
	margin-bottom: 50px;
	font-size: 30px;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	padding: 25px 20px;
	color: #fff
}

#yolo_search_popup_wrapper .search-popup-inner>input::-moz-placeholder {
	color: #fff;
	opacity: 1
}

#yolo_search_popup_wrapper .search-popup-inner>input:-ms-input-placeholder {
	color: #fff
}

#yolo_search_popup_wrapper .search-popup-inner>input::-webkit-input-placeholder {
	color: #fff
}

#yolo_search_popup_wrapper .search-popup-inner>button {
	border: none;
	background-color: transparent;
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	top: -15px
}

#yolo_search_popup_wrapper .search-popup-inner>button i {
	font-size: 30px;
	padding: 20px;
	color: #fff
}

#yolo_search_popup_wrapper .search-popup-inner>button i:hover {
	color: var(--primary_color)
}

@media (max-width:767px) {
	#yolo_search_popup_wrapper .search-popup-inner {
		top: 20%
	}
}

.error404 section.yolo-page-title-wrap {
	margin-bottom: 0
}

.error404 .page-title-inner {
	font-size: 32px
}

.page404 {
	text-align: center;
	padding: 13% 0;
	background-size: cover
}

@media (max-width:788px) {
	.page404 {
		padding: 25% 0
	}
}

.page404 .content-wrap {
	float: none
}

.page404 .content-wrap .page404-title .p-title {
	line-height: 1;
	font-size: 50px
}

@media (max-width:767px) {
	.page404 .content-wrap .page404-title .p-title {
		font-size: 36px
	}
}

@media (max-width:479px) {
	.page404 .content-wrap .page404-title .p-title {
		font-size: 30px
	}
}

.page404 .content-wrap .page404-title .p-description {
	font-size: 18px
}

.page404 .content-wrap .page404-content .title {
	font-size: 250px;
	position: absolute;
	top: -28px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 0
}

@media (max-width:768px) {
	.page404 .content-wrap .page404-content .title {
		font-size: 200px
	}
}

.page404 .content-wrap .page404-content img {
	z-index: 1;
	position: relative;
	margin-bottom: 20px
}

@media (max-width:768px) {
	.page404 .content-wrap .page404-content img {
		max-width: 200px
	}
}

.back-to-top {
	position: fixed;
	backface-visibility: visible;
	transform: translate3d(0, 0, 0);
	transform: translateY(100px);
	transition: all 0.35s ease;
	bottom: 40px;
	right: 40px;
	width: 56px;
	height: 56px;
	background-size: contain;
	z-index: 999;
	opacity: 0.9;
	font-size: 21px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: var(--primary_color);
	box-shadow: 5px 4px 13px 0px var(--primary_color_fade_20)
}

.back-to-top:hover {
	opacity: 1;
	color: #fff
}

.back-to-top:hover i {
	animation: scroll_up_down 1.5s infinite
}

.back-to-top:active,
.back-to-top:focus {
	color: #fff
}

.back-to-top.in {
	transform: translateY(0px)
}

.ps-container>.ps-scrollbar-y-rail,
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	width: 5px
}

#yolo-content-wrapper {
	position: relative
}

#yolo-content-wrapper>main[role=main] {
	overflow: hidden
}

#yolo-site-preload {
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.site-loading-center {
	width: 100%;
	height: 100%;
	position: relative
}

.site-loading-center-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.container-fluid {
	padding-left: 30px;
	padding-right: 30px
}

@media (max-width:767px) {
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:480px) {
	.container-fluid {
		padding-left: 0;
		padding-right: 0
	}
}

.fade.in {
	opacity: 1
}

.modal {
	z-index: 99999
}

.modal-content {
	border-radius: 0
}

.modal-backdrop {
	background: rgba(0, 0, 0, 0.5)
}

.modal-backdrop.in {
	opacity: 1
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	display: block;
	line-height: 1
}

#popup-product-quick-view-wrapper .popup-close {
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
	transition: all 0.2s linear
}

#popup-product-quick-view-wrapper .popup-close:hover {
	color: #fff;
	background-color: var(--primary_color)
}

.text-align-right {
	text-align: right
}

.text-align-left {
	text-align: left
}

.center {
	text-align: center
}

.yolo-full-width.has_particles_effect .container {
	z-index: 2
}

.yolo-full-width.has_particles_effect .particles-js-bubble {
	z-index: 1
}

.owl-yolo-shortcode .owl-controls .owl-buttons div {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	transition-duration: 0.4s;
	line-height: 40px
}

.owl-yolo-shortcode .owl-controls .owl-buttons div i {
	color: #000;
	font-size: 20px
}

.owl-yolo-shortcode .owl-controls .owl-buttons .owl-prev {
	left: 20px
}

.owl-yolo-shortcode .owl-controls .owl-buttons .owl-next {
	right: 20px
}

.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-prev {
	left: -45px;
	opacity: 1
}

.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-next {
	right: -45px;
	opacity: 1
}

.owl-yolo-shortcode .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 5px
}

@media (max-width:800px) {
	.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-prev {
		left: 0
	}

	.owl-yolo-shortcode:hover .owl-controls .owl-buttons .owl-next {
		right: 0
	}
}

.medilab-button {
	position: relative;
	display: inline-block;
	transition: all 0.2s linear;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	text-align: center
}

.medilab-button i {
	position: absolute;
	font-size: 20px;
	line-height: 1.2
}

.medilab-button.i_left {
	padding-left: 40px !important
}

.medilab-button.i_right {
	padding-right: 40px !important
}

.medilab-button.i_left i {
	left: 15px;
	margin-right: 5px
}

.medilab-button.i_right i {
	margin-left: 5px;
	right: 15px
}

.medilab-button.style1 {
	border: 2px solid;
	color: #fff
}

.medilab-button.style1.gray-color {
	border: 2px solid #ccc;
	background-color: #ccc;
	color: #888
}

.medilab-button.style1.active,
.medilab-button.style1:hover {
	color: #fff
}

.medilab-button.style2 {
	border: 2px solid #eeeeee
}

.medilab-button.style2.active,
.medilab-button.style2:hover {
	color: #fff;
	background: var(--primary_color)
}

.medilab-button.style2.button-light {
	color: #fff
}

.medilab-button.button-1x {
	min-width: 140px;
	padding: 4px 15px
}

.medilab-button.button-1x i {
	top: 4px
}

.medilab-button.button-2x {
	min-width: 140px;
	padding: 7px 20px
}

.medilab-button.button-2x i {
	top: 7px
}

.medilab-button.button-3x {
	min-width: 160px;
	padding: 10px 20px
}

.medilab-button.button-3x i {
	top: 10px
}

.boxed #yolo-wrapper {
	width: var(--layout_site_width);
	max-width: var(--layout_site_max_width)
}

.archive-product-wrap ul.pagination,
.yolo-archive-class ul.pagination,
.yolo-archive-trainer ul.pagination {
	margin-top: 30px
}

ul.pagination {
	position: relative;
	display: flex;
	text-align: left;
	justify-content: center
}

.pagination>li {
	padding: 0 5px;
	display: inline-block
}

.pagination>li:last-child {
	margin: 0
}

.pagination>li>a,
.pagination>li>span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: var(--heading_color);
	margin: 0;
	font-weight: bold;
	transition: all 0.2s ease;
	border: 1px solid #ddd
}

.pagination>li>a.active,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span.active,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #fff;
	background-color: var(--primary_color);
	border-color: var(--primary_color)
}

.pagination>li>a.current,
.pagination>li>span.current {
	color: #fff;
	background-color: var(--primary_color);
	border-color: var(--primary_color)
}

.pagination>li>a.next,
.pagination>li>a.prev,
.pagination>li>span.next,
.pagination>li>span.prev {
	position: relative;
	font-size: 0
}

.pagination>li>a.next i,
.pagination>li>a.prev i,
.pagination>li>span.next i,
.pagination>li>span.prev i {
	font-size: 0
}

.pagination>li>a.next:before,
.pagination>li>a.prev:before,
.pagination>li>span.next:before,
.pagination>li>span.prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 0;
	left: 0;
	font-size: 15px
}

.pagination>li>a.next:before,
.pagination>li>span.next:before {
	content: "\f101"
}

.pagination>li>a.prev:before,
.pagination>li>span.prev:before {
	content: "\f100"
}

.cqtooltip-wrapper .title {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 600
}

.cqtooltip-wrapper .cq-hotspots .hotspot-item a {
	border: 2px solid #fff !important;
	height: 42px !important;
	width: 42px !important;
	padding: 4px !important;
	background-color: rgba(0, 0, 0, 0.2) !important;
	animation: none !important
}

.cqtooltip-wrapper .cq-hotspots .hotspot-item a:before {
	content: '';
	position: absolute;
	border-radius: 100%;
	left: 0;
	top: 0;
	animation: pulse-white 2s ease-out infinite !important;
	width: 100%;
	height: 100%
}

.cqtooltip-wrapper .cq-hotspots .hotspot-item a:hover {
	transform: scale(1);
	animation: none !important
}

.cqtooltip-wrapper .cq-hotspots .hotspot-item a span {
	position: relative !important;
	height: 30px !important;
	width: 30px !important;
	margin: 0 !important;
	top: auto !important;
	left: auto !important
}

.cqtooltip-wrapper .cq-hotspots .hotspot-item a span:before {
	content: "\f1fe";
	display: inline-block;
	font-size: 18px;
	font-family: "Ionicons";
	transform: rotate(45deg);
	line-height: 28px;
	margin-left: 8px;
	color: var(--primary_color)
}

.tooltipster-base,
.tooltipster-default,
.tooltipster-shadow {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	border-radius: 0 !important;
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3) !important;
	font-size: 16px !important
}

.tooltipster-base .tooltipster-content,
.tooltipster-default .tooltipster-content,
.tooltipster-shadow .tooltipster-content {
	font-size: 16px !important;
	font-family: var(--primary_font) !important
}

.yolo-footer-wrapper .menu-footer-menu-container ul.menu {
	position: relative;
	min-height: 1px;
	display: flex;
	flex-wrap: wrap
}

.yolo-footer-wrapper .menu-footer-menu-container ul.menu li {
	flex-grow: 1;
	flex: 1 1 50%
}

.menu-footer-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.menu-footer-menu-container ul li {
	margin-bottom: 5px
}

.menu-footer-menu-container ul li:hover ul.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.menu-footer-menu-container ul li ul.sub-menu {
	visibility: hidden;
	width: 100%;
	text-align: left;
	z-index: 3;
	opacity: 0;
	position: absolute;
	top: 120%;
	left: 0;
	background-color: #fff;
	transition: all 0.55s ease
}

.menu-footer-menu-container ul li ul.sub-menu li {
	float: left;
	width: 25%;
	display: block;
	transition: all 0.55s ease;
	border-left: 1px solid transparent
}

.menu-footer-menu-container ul li ul.sub-menu li:hover {
	border-left: 1px solid #eee
}

.list_text {
	position: relative;
	padding-left: 30px
}

.list_text:before {
	position: absolute;
	vertical-align: middle;
	left: 0;
	display: inline-block;
	content: '';
	height: 10px;
	width: 10px;
	top: 7px;
	transform: rotate(45deg);
	background-color: var(--text_color);
	opacity: 0.5
}

.about-description {
	margin-top: 20px
}

.banner-widget {
	position: relative;
	margin-bottom: 50px
}

.banner-widget a img {
	width: 100%
}

.banner-widget a:after,
.banner-widget a:before {
	content: '';
	position: absolute;
	opacity: 0;
	transition: all 0.35s ease
}

.banner-widget a:before {
	top: 0px;
	left: 0px;
	right: 100%;
	bottom: 100%;
	border-top: 5px solid;
	border-left: 5px solid
}

.banner-widget a:after {
	left: 100%;
	top: 100%;
	bottom: 0px;
	right: 0px;
	border-bottom: 5px solid;
	border-right: 5px solid
}

.banner-widget a:hover:before {
	opacity: 0.8;
	bottom: 0px;
	right: 0px;
	border-color: var(--primary_color)
}

.banner-widget a:hover:after {
	opacity: 0.8;
	top: 0px;
	left: 0px;
	border-color: var(--primary_color)
}

.woocommerce div.product form.cart .variations label {
	font-size: 16px;
	line-height: 1.8
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 600px;
		margin: 30px auto
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:1300px) {
	.modal-lg {
		max-width: 1170px !important;
		width: 1170px !important
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 900px
	}
}

.technical {
	list-style-type: none;
	padding: 0
}

.technical li {
	width: 50%;
	color: #fff;
	float: left;
	margin: 5px 0
}

.single-product-btn {
	background: #f0f0f0;
	border-radius: 100px;
	height: 36px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	cursor: pointer
}

.single-product-btn.-add-to-cart {
	background-color: var(--primary_color);
	color: #ffffff;
	padding: 0 30px;
	transition: all ease-in-out 0.3s;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight)
}

.single-product-btn.-add-to-cart:before {
	content: '';
	position: absolute;
	height: 100%;
	opacity: 0;
	width: 20%;
	border-radius: 100px;
	left: 0;
	top: 0;
	transition: width ease-in-out 0.3s
}

.single-product-btn.-add-to-cart:hover {
	background: none;
	color: var(--primary_color)
}

.single-product-btn.-add-to-cart:hover:before {
	border: 1px solid var(--primary_color);
	width: 100%;
	opacity: 1
}

.single-product-btn.-add-to-cart:focus {
	outline: none
}

.col-xs-12 {
	width: 100%
}

.yolo-vertical-tab {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #959ea7
}

.yolo-horizontal-tab {
	display: flex;
	flex-direction: row;
	padding-top: 50px;
	border-bottom: 1px solid #959ea7
}

.yolo-horizontal-tab li {
	border: none;
	margin-right: 20px
}

.yolo-horizontal-tab li.active {
	border-bottom: 3px solid var(--primary_color)
}

.yolo-horizontal-tab li h4.widget-title {
	padding: 0 !important;
	margin-bottom: 10px !important;
	font-size: 18px !important
}

.tab-pane .rbc-product-inner:hover {
	box-shadow: 1px 2px 10px 3px rgba(221, 221, 221, 0.6)
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--primary_color)
}

.wp-block-button {
	margin-top: 5px;
	margin-bottom: 15px
}

.blog-inner .search-form input[type=text] {
	background-color: #f6f6f6;
	color: var(--heading_color);
	padding-right: 45px
}

.search-results article {
	margin-bottom: 60px
}

.search-results article:last-child {
	margin-bottom: 30px
}

.dropdown-toggle:after {
	border-radius: 5px
}

.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
	color: #fff
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border: 1px solid #ccc
}

.has-background {
	padding: 20px
}

pre {
	background: #f6f6f6;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 80px
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	padding: 25px 0px 10px;
	margin: 0;
	border-bottom: 1px solid #e6e6e6
}

.wp-block-latest-comments .wp-block-latest-comments__comment .avatar {
	width: 60px;
	height: 60px;
	background-color: #fff;
	max-width: 80px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.wp-block-latest-comments .wp-block-latest-comments__comment article {
	margin: 0
}

.has-text-align-center {
	clear: both
}

.has-large-font-size {
	font-size: 28px
}

.particles-js-bubble {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.masonry-container {
	width: 100%
}

.sidebar-right .sidebar .sidebar-inner,
.sidebar-right .sidebar .yolo-sidebar {
	padding-left: 30px
}

@media (max-width:1300px) {

	.sidebar-right .sidebar .sidebar-inner,
	.sidebar-right .sidebar .yolo-sidebar {
		padding-left: 0
	}
}

.sidebar-left .sidebar .sidebar-inner,
.sidebar-left .sidebar .yolo-sidebar {
	padding-right: 30px
}

@media (max-width:1300px) {

	.sidebar-left .sidebar .sidebar-inner,
	.sidebar-left .sidebar .yolo-sidebar {
		padding-right: 0
	}
}

.is-flex {
	display: flex;
	flex-wrap: wrap
}

.is-flex>[class*=col-] {
	display: flex;
	flex-direction: column
}

.load-more-btn {
	font-weight: 500;
	border: none;
	background-color: transparent;
	text-transform: uppercase;
	transition: all 0.35s ease;
	position: relative;
	color: var(--heading_color)
}

.load-more-btn:hover {
	color: var(--primary_color)
}

.load-more-btn:hover:after {
	transform: translateX(-5px)
}

.load-more-btn:hover:before {
	transform: translateX(5px)
}

.load-more-btn:after {
	content: '';
	background-color: var(--heading_color);
	height: 1px;
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	transition: all 0.35s ease
}

.load-more-btn:before {
	content: '';
	background-color: var(--heading_color);
	height: 1px;
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	transition: all 0.35s ease
}

body.float .yolo-page-title-section {
	margin: 0
}

body.float header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith {
	padding: 0
}

body.float header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith.sticky-on {
	padding-left: var(--header_nav_layout_padding);
	padding-right: var(--header_nav_layout_padding)
}

.page-template-default .yolo-page-title-section {
	padding-bottom: 10px
}

.woocommerce-account.page-template-default .yolo-page-title-section,
.woocommerce-cart.page-template-default .yolo-page-title-section,
.woocommerce-checkout.page-template-default .yolo-page-title-section {
	padding-bottom: 130px
}

.yolo-page-title-section {
	margin-top: 0;
	margin-bottom: 0
}

.yolo-page-title-section .content-page-title {
	position: absolute;
	width: 100%
}

.yolo-page-title-section .content-page-title h1 {
	line-height: 1;
	word-break: break-word
}

@media (max-width:1024px) {
	.yolo-page-title-section .content-page-title h1 {
		font-size: 30px
	}
}

.yolo-page-title-section .container {
	position: relative
}

@media (max-width:1300px) {
	.yolo-page-title-section .container {
		padding-left: 10px;
		padding-right: 10px
	}
}

.yolo-page-title-section .yolo-breadcrumb-wrap {
	color: #fff;
	margin-top: 15px
}

.yolo-page-title-section .yolo-breadcrumb-wrap i {
	color: var(--primary_color);
	margin-right: 5px
}

@media (max-width:768px) {
	.yolo-page-title-section .yolo-breadcrumb-wrap {
		position: relative
	}
}

.yolo-page-title-section .entry-post-meta-wrap {
	margin-top: 15px;
	color: var(--page_title_color);
	opacity: 0.9
}

.yolo-page-title-section .entry-post-meta-wrap span {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 7px
}

.yolo-page-title-section .entry-post-meta-wrap span:first-child {
	margin-left: 0
}

.yolo-page-title-section .entry-post-meta-wrap span:last-child {
	margin-right: 0
}

@media (max-width:360px) {
	.yolo-page-title-section .entry-post-meta-wrap span {
		display: block
	}

	.yolo-page-title-section .entry-post-meta-wrap span.meta-author,
	.yolo-page-title-section .entry-post-meta-wrap span.meta-comment {
		display: none
	}
}

.yolo-page-title-section .entry-post-meta-wrap span i {
	color: var(--primary_color);
	margin-right: 5px
}

.yolo-page-title-section.page-title-style-2 .content-page-title {
	left: 50%;
	transform: translateX(-50%);
	text-align: center
}

.yolo-page-title-section.page-title-style-3 .content-page-title {
	text-align: right
}

.yolo-page-title-section.page-title-style-4 .content-page-title {
	bottom: 40px
}

.yolo-page-title-section.page-title-style-4 .content-page-title .yolo-breadcrumb-wrap {
	margin: 0;
	position: absolute;
	right: 15px;
	bottom: 0
}

@media (max-width:768px) {
	.yolo-page-title-section.page-title-style-4 .content-page-title .yolo-breadcrumb-wrap {
		position: relative;
		right: inherit
	}
}

.yolo-page-title-section.page-title-style-5 .content-page-title {
	bottom: 40px
}

.yolo-page-title-section.page-title-style-5 .content-page-title .page-title-inner {
	float: right
}

.yolo-page-title-section.yolo-trainer-heading {
	padding-bottom: 100px
}

.yolo-page-title-section.yolo-trainer-heading .content-page-title {
	top: calc(100% - 100px)
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left {
	display: flex;
	align-items: center
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left img {
	border-radius: 50%;
	height: 200px;
	width: 200px;
	object-fit: cover;
	margin-right: 25px
}

@media (max-width:768px) {
	.yolo-page-title-section.yolo-trainer-heading .heading-info-left img {
		height: 150px;
		width: 150px
	}
}

@media (max-width:380px) {
	.yolo-page-title-section.yolo-trainer-heading .heading-info-left img {
		display: none
	}
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .block-inner .rating {
	margin-top: 18px
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .block-inner .rating .average-stars {
	color: #f3c410
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-title {
	color: #fff
}

@media (max-width:768px) {
	.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-title {
		font-size: 24px
	}
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-category {
	margin-top: 20px
}

@media (max-width:768px) {
	.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-category {
		font-size: 16px
	}
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-social {
	line-height: 1em;
	margin-top: 8px
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-social a {
	margin-right: 25px;
	display: inline-block
}

@media (max-width:768px) {
	.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-social a {
		font-size: 1em
	}
}

@media (max-width:480px) {
	.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-social a {
		margin-right: 15px
	}
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-social a.fa-facebook:hover {
	color: #4b6ea8
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-social a.fa-twitter:hover {
	color: #29aae2
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-social a.fa-pinterest:hover {
	color: #d83633
}

.yolo-page-title-section.yolo-trainer-heading .heading-info-left .item-social a.fa-google-plus:hover {
	color: #dd553b
}

.yolo-page-title-section.yolo-class-heading .heading-info-left {
	display: flex;
	align-items: flex-end
}

.yolo-page-title-section.yolo-class-heading .heading-info-left img {
	border-radius: 50%;
	height: 200px;
	width: 200px;
	object-fit: cover;
	margin-right: 25px
}

@media (max-width:768px) {
	.yolo-page-title-section.yolo-class-heading .heading-info-left img {
		height: 150px;
		width: 150px
	}
}

@media (max-width:380px) {
	.yolo-page-title-section.yolo-class-heading .heading-info-left img {
		display: none
	}
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .block-inner {
	color: #fff
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .block-inner .rating {
	margin-top: 18px
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .block-inner .rating .average-stars {
	color: #f3c410
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .item-title {
	color: #fff
}

@media (max-width:768px) {
	.yolo-page-title-section.yolo-class-heading .heading-info-left .item-title {
		font-size: 24px
	}
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .item-category {
	color: #fff;
	margin: 10px 0 15px
}

@media (max-width:768px) {
	.yolo-page-title-section.yolo-class-heading .heading-info-left .item-category {
		font-size: 16px
	}
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .item-social {
	line-height: 1em
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .item-social a {
	margin-right: 25px;
	display: inline-block
}

@media (max-width:768px) {
	.yolo-page-title-section.yolo-class-heading .heading-info-left .item-social a {
		font-size: 1em
	}
}

@media (max-width:480px) {
	.yolo-page-title-section.yolo-class-heading .heading-info-left .item-social a {
		margin-right: 15px
	}
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .item-social a.fa-facebook:hover {
	color: #4b6ea8
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .item-social a.fa-twitter:hover {
	color: #29aae2
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .item-social a.fa-pinterest:hover {
	color: #d83633
}

.yolo-page-title-section.yolo-class-heading .heading-info-left .item-social a.fa-google-plus:hover {
	color: #dd553b
}

.yolo-page-title-wrap {
	height: var(--page_title_height);
	width: 100%;
	position: relative;
	background-color: var(--page_title_bg_color);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	height:250px;
}

.yolo-page-title-wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: var(--page_title_bg_color)
}

.page-title-inner h1 {
	color: var(--page_title_color);
display:none;
}

.page-title-inner .page-sub-title {
	color: var(--page_sub_title_color)
}

.page-title-parallax {
	/* background-attachment: fixed */
}

@media (max-width:991px) {
	.page-title-parallax {
		background-position: center !important
	}
}

ul.breadcrumbs {
	margin: 0;
	padding: 0;
	color: var(--page_title_color);
	opacity: 0.9;
	display: inline-block
}

@media (max-width:480px) {
	ul.breadcrumbs {
		font-size: 13px;
		padding: 5.5px 10px
	}
}

ul.breadcrumbs li {
	position: relative;
	display: inline-block;
	margin-right: 12px
}

ul.breadcrumbs li:before {
	margin-right: 12px;
	content: '/'
}

ul.breadcrumbs li:last-child {
	margin-right: 0
}

ul.breadcrumbs li:first-child:before {
	display: none
}

.dialog {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 9999;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: #333;
	top: 0px;
	left: 0px
}

.dialog.dialog--open {
	visibility: visible
}

.dialog__content {
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0
}

.dialog--open .dialog__content {
	pointer-events: auto
}

.dialog--open .dialog__overlay {
	transition-duration: 0.8s
}

.dialog--close .dialog__overlay {
	transition-duration: 0.5s
}

.dialog__content {
	padding: 0
}

.dialog.dialog--open .dialog__content {
	opacity: 1
}

.morph-shape {
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -2px;
	left: -2px;
	z-index: -1
}

.morph-shape svg rect {
	stroke: #fff;
	stroke-width: 2px;
	stroke-dasharray: 1680
}

.dialog--open .morph-shape svg rect {
	animation: anim-dash 0.6s forwards
}

.dialog-inner {
	opacity: 0
}

.dialog-inner div button {
	background-color: transparent
}

.dialog-inner div button i {
	font-size: 20px;
	color: #fff
}

.dialog--open .dialog-inner {
	padding: 30px;
	opacity: 1;
	transition: opacity 0.85s 0.35s
}

.dialog.dialog--open h2 {
	animation: anim-elem-1 0.7s ease-out both
}

.dialog.dialog--open button[data-dialog-close] {
	position: absolute;
	border: none;
	top: 10%;
	right: 5%;
	width: 50px;
	height: 50px;
	line-height: 1;
	color: #fff;
	transform: translate(-50%, 0)
}

.dialog.dialog--open p {
	line-height: 1.5;
	font-size: 18px
}

.dialog--open {
	animation-name: fadeInDown
}

.yolo-footer-wrapper.footer-1 .link_left a {
	display: inline-block;
	margin-right: 30px;
	font-weight: 600;
	color: #666
}

.yolo-footer-wrapper.footer-1 .link_left a:hover {
	color: var(--primary_color)
}

@media (max-width:1299px) {
	.yolo-footer-wrapper.footer-1 .link_left a {
		margin-right: 15px
	}

	.yolo-footer-wrapper.footer-1 .link_left a:last-child {
		margin: 0
	}
}

@media (max-width:767px) {
	.yolo-footer-wrapper.footer-1 .link_left {
		text-align: center !important
	}
}

@media (max-width:767px) {
	.yolo-footer-wrapper.footer-1 h6 {
		text-align: center !important
	}
}

.wpcf7 p {
	margin-bottom: 0;
	margin-top: 0
}

.wpcf7 .contact-form-1 p {
	position: relative;
	display: inline-block
}

.wpcf7 .contact-form-1 p strong {
	margin-bottom: 5px
}

.wpcf7 .contact-form-1 p span {
	margin-top: 5px;
	position: relative;
	display: block
}

.wpcf7 .contact-form-1 p span input,
.wpcf7 .contact-form-1 p span textarea {
	background-color: transparent;
	border: 1px solid var(--text_color_fade_70);
	width: 100%
}

.wpcf7 .contact-form-1 p:first-child {
	width: 30%;
	float: left;
	display: inline-block
}

@media (max-width:479px) {
	.wpcf7 .contact-form-1 p:first-child {
		width: 100%;
		float: none
	}
}

.wpcf7 .contact-form-1 p:nth-child(2) {
	width: calc(70% - 30px);
	float: left;
	margin-left: 30px;
	display: inline-block
}

@media (max-width:479px) {
	.wpcf7 .contact-form-1 p:nth-child(2) {
		width: 100%;
		float: none;
		margin-left: 0
	}
}

.wpcf7 .contact-form-1 p:nth-child(3) {
	width: 100%
}

.wpcf7 .contact-form-1 p input[type=submit] {
	background-color: var(--text_color);
	transition: all 0.45s ease;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 50px
}

.wpcf7 .contact-form-1 p input[type=submit]:hover {
	background-color: var(--primary_color)
}

.yolo-top-bar {
	background-color: var(--top_bar_bg_color);
	color: var(--top_bar_text_color);
	position: relative;
	font-size: 14px;
	line-height: 45px
}

@media (max-width:1200px) {
	.yolo-top-bar .container {
		padding-left: 30px;
		padding-right: 30px
	}
}

.yolo-top-bar .top-sidebar aside {
	margin: 0;
	background-color: transparent
}

.yolo-top-bar .top-sidebar aside ul {
	padding: 0 !important
}

.yolo-top-bar .top-sidebar aside+aside {
	margin-left: 30px
}

.yolo-top-bar .top-sidebar.top-bar-right ul li a {
	padding-left: 30px
}

.yolo-top-bar .top-sidebar.top-bar-right ul li a:first-child {
	padding-left: 0px
}

.yolo-top-bar ul {
	list-style: none;
	padding: 0px;
	margin: 0px
}

.yolo-top-bar ul li {
	display: inline-block;
	float: left;
	padding-right: 30px
}

.yolo-top-bar ul li:last-child {
	padding-right: 0px
}

.yolo-top-bar ul li a {
	font-size: 14px;
	line-height: 14px
}

.yolo-top-bar .top-sidebar .profile-text {
	padding-right: 10px
}

.yolo-top-bar .top-sidebar h4.widget-title {
	display: none
}

.yolo-top-bar .top-sidebar #wp-calendar caption,
.yolo-top-bar .top-sidebar #wp-calendar thead th {
	color: var(--top_bar_text_color)
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu {
	overflow: visible;
	border: none;
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 14px
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu li {
	display: inline-block;
	position: relative;
	border: none;
	color: inherit
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu li:before {
	display: none
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu li:hover>ul {
	display: block
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu li>a {
	padding: 0
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu li>a:hover {
	padding-left: 0
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu>li {
	padding: 0;
	margin: 0;
	line-height: 50px
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu>li+li {
	margin-left: 30px
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu>li+li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 1px;
	height: 16px;
	margin: auto
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu>li ul {
	display: none;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 100%;
	background-color: var(--top_bar_bg_color);
	color: var(--top_bar_text_color);
	text-align: left;
	margin: 0;
	padding: 0 15px;
	min-width: 150px;
	box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3)
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu>li ul li {
	display: block;
	white-space: nowrap;
	padding: 8px 0;
	margin: 0;
	line-height: 28px
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu>li ul li+li {
	border-top: solid 1px #f0f0f0
}

.yolo-top-bar .top-sidebar .widget_nav_menu>div>ul.menu>li ul ul {
	left: 100%;
	top: 0
}

.yolo-top-bar .top-sidebar .widget.base-primary-color a,
.yolo-top-bar .top-sidebar .widget.base-primary-color i.fa {
	color: var(--top_bar_text_color)
}

.yolo-top-bar .top-sidebar .widget.base-primary-color.separate-left:before,
.yolo-top-bar .top-sidebar .widget.base-primary-color.separate-right:after,
.yolo-top-bar .top-sidebar .widget.base-primary-color.widget_nav_menu>div>ul.menu>li+li:before {
	background-color: var(--top_bar_text_color)
}

.yolo-top-bar .top-sidebar .separate-left {
	position: relative
}

.yolo-top-bar .top-sidebar .separate-left:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 1px;
	height: 16px;
	margin: auto
}

.yolo-top-bar .top-sidebar .separate-right {
	position: relative
}

.yolo-top-bar .top-sidebar .separate-right:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 1px;
	height: 16px;
	margin: auto
}

.yolo-top-bar .top-sidebar .widget .custom-dropdown-list>ul li>a {
	color: #333
}

.yolo-top-bar .top-sidebar .widget #lang_sel>ul {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0
}

.yolo-top-bar .top-sidebar .widget #lang_sel>ul>li {
	padding: 0;
	display: block;
	list-style: none
}

.yolo-top-bar .top-sidebar .widget #lang_sel>ul>li>a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block
}

.yolo-top-bar .top-sidebar .widget #lang_sel>ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	display: none;
	background-color: #fff;
	z-index: 999;
	box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3)
}

.yolo-top-bar .top-sidebar .widget #lang_sel>ul ul>li {
	list-style: none;
	padding: 0 15px;
	display: block;
	line-height: 32px
}

.yolo-top-bar .top-sidebar .widget #lang_sel>ul ul>li img {
	padding-right: 5px
}

.yolo-top-bar .top-sidebar .widget #lang_sel>ul:hover ul {
	display: block
}

.yolo-top-bar .top-bar-left {
	text-align: left
}

.yolo-top-bar .top-bar-right {
	text-align: right
}

.yolo-top-bar .top-bar-right.top-sidebar .widget_nav_menu>div>ul.menu ul ul {
	left: auto;
	right: 100%
}

.yolo-top-bar .top-bar-right .yolo-login-button {
	margin-left: 5px;
	font-weight: 500
}

.yolo-top-bar .top-bar-right aside ul {
	float: right
}

@media (max-width:768px) {
	.yolo-top-bar .top-bar-right aside ul {
		float: left
	}
}

.yolo-top-bar .top-bar-right .widget-social-profile a {
	font-size: 0
}

.yolo-top-bar .top-bar-right .widget-social-profile a i {
	font-size: 14px
}

.yolo-top-bar .top-bar-center {
	text-align: center
}

@media screen and (max-width:768px) {
	.yolo-top-bar {
		position: relative;
		z-index: 998;
		color: var(--top_bar_text_color);
		background: var(--top_bar_bg_color)
	}

	.yolo-top-bar .top-bar-left,
	.yolo-top-bar .top-bar-right {
		text-align: left
	}

	.top-bar-right.top-sidebar .widget_nav_menu>div>ul.menu ul ul {
		right: auto;
		left: 100%
	}
}

@media screen and (max-width:479px) {
	.yolo-top-bar ul.top-bar-info li {
		display: block;
		margin-left: 0 !important
	}
}

.mini-cart-hover .woocommerce-mini-cart {
	max-height: 320px
}

.cqtooltip-wrapper .cq-hotspots {
	z-index: 1
}

.yolo-mobile-menu-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	transition: opacity 0.3s ease
}

body.menu-mobile-in .yolo-mobile-menu-overlay {
	opacity: 1;
	z-index: 11;
	pointer-events: auto;
	cursor: url(../images/close.png) 15 15, default
}

@media screen and (min-width:1370px) {
	header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith .container {
		width: 100%;
		padding: 0
	}

	header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith .container .yolo-header-wrapper .menu-wrapper .yolo-main-menu>li.menu_style_column>ul,
	header.yolo-main-header .yolo-header-nav-wrapper.nav-fullwith .container .yolo-header-wrapper .menu-wrapper .yolo-main-menu>li.menu_style_tab>ul {
		left: 0;
		right: 0;
		margin: 0 auto
	}

	.yolo-top-bar .topbar-fullwith {
		padding-left: var(--top_bar_layout_padding);
		padding-right: var(--top_bar_layout_padding)
	}
}

@media screen and (max-width:1369px) {
	.yolo-top-bar .topbar-fullwith {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:1300px) {
	header.yolo-main-header .header-logo>a>img {
		max-width: 230px
	}
}

@media screen and (max-width:1200px) {
	header.yolo-main-header .header-logo>a>img {
		max-width: 180px
	}
}

@media screen and (min-width:1025px) {

	.header-mobile-before,
	.yolo-mobile-header-wrapper,
	li.menu-fly-search {
		display: none !important
	}

	.logo-sticky {
		list-style: none;
		display: none !important;
		vertical-align: middle
	}

	header.yolo-main-header .yolo-header-wrapper {
		position: relative;
		width: 100%;
		display: table;
		z-index: 5
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li a {
		color: inherit;
		font-family: var(--menu_font);
		font-weight: var(--menu_font_weight);
		font-size: var(--menu_font_size)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li a:hover {
		color: var(--primary_color)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.current-menu-item>a {
		color: var(--primary_color)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children:hover>a {
		color: var(--primary_color)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children .menu-caret {
		color: var(--headersidebar_nav_text_color)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children.menu_style_column ul.sub-menu .menu-item-type-custom a {
		background-color: transparent
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children.menu_style_column>ul.sub-menu {
		background-color: var(--menu_sub_bg_color)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children.menu_style_column>ul.sub-menu ul.sub-menu {
		background-color: transparent
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu {
		background-color: var(--menu_sub_bg_color);
		overflow: hidden
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li.current-menu-item:before {
		transform: scale(1)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li.current-menu-item>a {
		color: var(--primary_color)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu>li {
		color: var(--menu_sub_text_color)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu>li .menu-caret {
		color: var(--menu_sub_text_color)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li a {
		font-size: calc(var(--menu_font_size) - 2px)
	}

	header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu .menu-item-type-custom a {
		background-color: var(--menu_sub_bg_color)
	}

	header.yolo-main-header .header-left.text-center,
	header.yolo-main-header .header-right.text-center {
		text-align: center
	}

	header.yolo-main-header .header-left {
		display: table-cell;
		vertical-align: middle
	}

	header.yolo-main-header .header-right {
		display: table-cell;
		vertical-align: middle;
		text-align: right
	}

	header.yolo-main-header .header-logo>a>img {
		padding-top: var(--logo_padding_top);
		padding-bottom: var(--logo_padding_bottom);
		box-sizing: border-box
	}

	header.yolo-main-header .yolo-header-nav-wrapper {
		position: relative;
		left: 0;
		right: 0;
		z-index: 5
	}

	header.yolo-main-header .header-customize .header-customize-item {
		position: relative;
		display: inline-block;
		font-family: var(--menu_font);
		font-size: var(--menu_font_size);
		font-weight: var(--menu_font_weight);
		margin: 0 5px
	}

	header.yolo-main-header .header-customize .header-customize-item a.yolo-login-button i {
		margin-right: 5px
	}

	header.yolo-main-header .header-customize-separate .header-customize-item+.header-customize-item:before {
		content: '';
		position: absolute;
		left: -15px;
		display: block;
		width: 1px;
		height: 16px;
		top: 0;
		bottom: 0;
		margin: auto
	}

	header.yolo-main-header .canvas-menu-toggle {
		font-size: 16px;
		border: none;
		display: inline-block;
		text-align: center;
		position: relative;
		-ms-box-sizing: border-box;
		box-sizing: border-box
	}

	header.yolo-main-header .canvas-menu-toggle i:hover {
		color: var(--primary_color)
	}

	header.yolo-main-header .icon-search-menu {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		border: none;
		display: inline-block;
		text-align: center;
		-ms-box-sizing: border-box;
		box-sizing: border-box
	}

	header.yolo-main-header .icon-search-menu i:hover {
		color: var(--primary_color)
	}

	header.yolo-main-header ul.header-social-profile-wrapper {
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 1
	}

	header.yolo-main-header ul.header-social-profile-wrapper li {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px
	}

	header.yolo-main-header ul.header-social-profile-wrapper li a {
		transition: all 0.3s
	}

	header.yolo-main-header ul.header-social-profile-wrapper li a:hover {
		color: var(--primary_color)
	}

	header.yolo-main-header .search-box input {
		width: 100%;
		padding-left: 10px;
		padding-right: 40px;
		max-width: 100%;
		vertical-align: middle;
		height: 30px
	}

	header.yolo-main-header .search-box button {
		border: none;
		background-color: transparent;
		position: absolute;
		top: 0px;
		bottom: 0;
		right: 10px;
		margin: auto;
		padding: 0;
		line-height: 1
	}

	header.yolo-main-header .search-box button i {
		font-size: 18px;
		transition: all 0.35s ease
	}

	header.yolo-main-header .search-box button:hover i {
		color: var(--primary_color)
	}

	header.yolo-main-header .search-box.search-with-category-inner input {
		background-color: transparent;
		height: 40px;
		line-height: 38px;
		border-left: 1px
	}

	header.yolo-main-header .search-box-wrapper>form {
		padding: 0;
		margin: 0;
		position: relative;
		display: inline-block;
		line-height: 30px;
		border: none
	}

	header.yolo-main-header .search-box-wrapper>form button i.fa-spinner:before {
		content: '\f110';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 14px;
		line-height: 30px
	}

	header.yolo-main-header .ajax-search-result {
		position: absolute;
		top: 100%;
		z-index: 10;
		background-color: #fff;
		left: 0;
		right: 0;
		border: solid 1px #eee;
		border-top: none;
		min-width: 200px
	}

	header.yolo-main-header .ajax-search-result>ul {
		position: relative;
		display: block;
		list-style: none;
		text-align: left;
		padding: 0;
		margin: 0;
		line-height: 1.8
	}

	header.yolo-main-header .ajax-search-result>ul>li {
		padding: 10px 15px;
		position: relative
	}

	header.yolo-main-header .ajax-search-result>ul>li:after {
		content: '';
		display: block;
		clear: both
	}

	header.yolo-main-header .ajax-search-result>ul>li img {
		float: left;
		width: 50px;
		margin-right: 15px
	}

	header.yolo-main-header .ajax-search-result>ul>li.no-result {
		text-align: center
	}

	header.yolo-main-header .ajax-search-result>ul>li.selected,
	header.yolo-main-header .ajax-search-result>ul>li:hover {
		background-color: #fafafa
	}

	header.yolo-main-header .ajax-search-result>ul>li.selected+li:before,
	header.yolo-main-header .ajax-search-result>ul>li:hover+li:before {
		display: none
	}

	header.yolo-main-header .ajax-search-result>ul>li+li.selected:before,
	header.yolo-main-header .ajax-search-result>ul>li+li:hover:before {
		display: none
	}

	header.yolo-main-header .ajax-search-result>ul>li+li:before {
		content: '';
		position: absolute;
		display: block;
		margin: auto;
		left: 15px;
		right: 15px;
		top: 0
	}

	header.yolo-main-header .search-with-category {
		width: 400px
	}

	header.yolo-main-header .search-with-category>.search-with-category-inner {
		line-height: 1
	}

	header.yolo-main-header .search-with-category .form-search-left {
		float: left;
		width: 140px;
		position: relative
	}

	header.yolo-main-header .search-with-category .form-search-left>span {
		border: solid 1px #eee;
		display: inline-block;
		height: 40px;
		line-height: 38px;
		vertical-align: middle;
		width: 100%;
		border-right: none;
		padding: 0 18px;
		font-size: 14px;
		cursor: pointer;
		text-align: left;
		text-transform: uppercase;
		font-family: var(--secondary_font);
		font-weight: var(--secondary_font_weight)
	}

	header.yolo-main-header .search-with-category .form-search-left>span:after {
		content: '\f0dd';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 15px;
		margin: auto;
		top: 15px;
		bottom: 0;
		height: 17px;
		font-size: 14px;
		line-height: 3px
	}

	header.yolo-main-header .search-with-category .form-search-right {
		padding-left: 140px
	}

	header.yolo-main-header .search-with-category .form-search-right input {
		border: 1px solid #eee
	}

	header.yolo-main-header .search-with-category .form-search-right button[type=button]:hover i {
		color: var(--primary_color)
	}

	header.yolo-main-header .search-with-category .form-search-right button[type=button] i {
		transition: all 0.35s ease
	}

	header.yolo-main-header .search-with-category .form-search-right button[type=button] i.fa-spinner.fa-spin:before {
		content: '\f110';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 14px;
		line-height: 38px;
		animation: fa-spin 2s infinite linear
	}

	header.yolo-main-header .search-with-category .search-category-dropdown {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0px;
		overflow: auto;
		padding: 5px 0;
		list-style: none;
		margin: 0;
		border: solid 1px #eee;
		border-top: none;
		background-color: #fff;
		line-height: 36px;
		z-index: 10;
		max-height: 380px
	}

	header.yolo-main-header .search-with-category .search-category-dropdown li>span {
		cursor: pointer;
		padding: 0 15px;
		display: block;
		text-align: left;
		color: #333;
		transition: all 0.3s ease-out
	}

	header.yolo-main-header .search-with-category .search-category-dropdown ul li>span {
		padding-left: 30px
	}

	header.yolo-main-header .search-with-category .search-category-dropdown ul ul li>span {
		padding-left: 45px
	}

	header.yolo-main-header .search-with-category .search-category-dropdown li>span:hover {
		color: var(--primary_color)
	}

	header.yolo-main-header .search-with-category .search-category-dropdown ul {
		padding: 0;
		list-style: inside
	}

	header.yolo-main-header .search-with-category .ajax-search-result {
		border-width: 2px
	}

	header.yolo-main-header .header-customize-nav .search-box-wrapper .search-box input[type=text] {
		line-height: 45px;
		height: 45px
	}

	header.yolo-main-header .header-customize-nav .search-with-category .form-search-left>span,
	header.yolo-main-header .header-customize-nav .search-with-category .form-search-right>input,
	header.yolo-main-header .header-customize-nav .search-with-category .search-with-category-inner {
		line-height: 38px;
		height: 40px
	}

	header.yolo-main-header .header-customize-left,
	header.yolo-main-header .header-customize-right {
		line-height: 50px
	}

	header.yolo-main-header .header-customize-left .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper,
	header.yolo-main-header .header-customize-right .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
		margin-top: 20px
	}

	header.yolo-main-header .header-customize.header-customize-left {
		margin-left: 0
	}

	header.yolo-main-header .custom-list {
		margin: 0;
		list-style: none;
		padding-left: 0
	}

	header.yolo-main-header .custom-list li {
		line-height: 24px
	}

	header.yolo-main-header .custom-separate {
		display: inline-block;
		vertical-align: middle;
		height: 16px;
		width: 1px;
		margin-left: 15px;
		margin-right: 15px
	}

	header.header-float {
		position: absolute !important;
		z-index: 5;
		left: 0;
		right: 0;
		background-color: transparent
	}

	header.header-float .yolo-sticky-wrapper .yolo-header-nav-wrapper {
		background-color: transparent
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper {
		z-index: 10;
		left: 0;
		right: 0;
		border: none !important;
		backface-visibility: visible;
		transform: translate3d(0, 0, 0)
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper .logo-sticky {
		display: table !important;
		line-height: 70px
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper .logo-sticky>a>img {
		padding-top: 5px;
		padding-bottom: 5px;
		box-sizing: content-box
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper .header-logo.has-logo-sticky {
		display: none !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper .header-logo {
		height: 70px
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper .header-logo>a>img {
		max-height: 60px !important;
		padding-top: 5px;
		padding-bottom: 5px;
		box-sizing: content-box;
		max-width: none
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper .header-customize {
		line-height: 70px
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on {
		background-color: #cacaca !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .header-customize-nav .header-customize-item>li>a,
	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu>li>a {
		color: #333 !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .header-customize-nav .header-customize-item>li:hover>a,
	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .yolo-main-menu>li:hover>a {
		color: var(--primary_color) !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .header-customize-nav .header-customize-item {
		color: #333 !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .canvas-menu-toggle:focus,
	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-gray.sticky-on .canvas-menu-toggle:hover {
		color: var(--primary_color)
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-light.sticky-on {
		background-color: #fff !important;
		color: var(--heading_color)
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .header-customize-nav .header-customize-item>li>a,
	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .menu-wrapper .yolo-main-menu>li>a {
		color: var(--heading_color) !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .header-customize-nav .header-customize-item {
		color: var(--heading_color) !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .canvas-menu-toggle:focus,
	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-light.sticky-on .canvas-menu-toggle:hover {
		color: var(--primary_color)
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on {
		background-color: #333 !important;
		color: #fff
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .header-customize-nav .header-customize-item>li>a,
	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu>li>a {
		color: #fff !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .header-customize-nav .header-customize-item>li:hover>a,
	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .yolo-main-menu>li:hover>a {
		color: var(--primary_color) !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .header-customize-nav .header-customize-item {
		color: #fff !important
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .canvas-menu-toggle {
		color: #fff
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .canvas-menu-toggle:focus,
	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper.sticky-scheme-dark.sticky-on .canvas-menu-toggle:hover {
		color: var(--primary_color)
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper .yolo-header-wrapper {
		border-bottom: none
	}

	body.boxed .yolo-sticky-wrapper.is-sticky>.yolo-header-nav-wrapper {
		max-width: var(--layout_site_max_width);
		margin: auto
	}
}

@media screen and (min-width:1025px) and (max-width:1300px) {
	header.yolo-main-header .yolo-header-nav-wrapper .container {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (min-width:1025px) and (max-width:1199px) {
	header.yolo-main-header .header-customize .header-customize-item a.yolo-login-button span {
		display: none
	}
}

.shopping-cart-wrapper {
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: right;
	position: relative
}

.shopping-cart-wrapper.no-price .sub-total-text {
	display: none
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.total {
	position: absolute;
	top: -5px;
	right: 0px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%
}

@media (max-width:991px) {
	.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon span.total {
		top: 0px
	}
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: none;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	transition: all 0.35s ease
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon a i {
	margin: 0
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon a:hover {
	color: var(--primary_color) !important
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
	color: var(--text_color);
	display: block;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 150%;
	right: 0;
	left: auto;
	z-index: 11;
	min-width: 300px;
	background-color: #fff;
	border: solid 2px #eee;
	padding: 0;
	line-height: 2em;
	transition: 0.5s all;
	transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07)
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
	padding: 0 15px 20px;
	position: relative;
	color: #222222
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
	padding: 15px;
	text-align: center
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0;
	font-size: 16px;
	word-spacing: 0.2em
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
	color: var(--text_color);
	padding: 0;
	margin: 0;
	font-size: 14px
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
	padding: 15px 0;
	margin: 0;
	position: relative
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li+li {
	border-top: solid 1px #eeeeee
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
	float: left;
	overflow: hidden;
	margin-right: 10px;
	border: solid 1px #eee;
	background: #fff
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left>a>img {
	height: auto;
	width: 58px;
	margin: 0;
	display: block
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
	overflow: hidden
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right>a {
	text-transform: uppercase;
	word-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	display: block;
	padding-right: 15px;
	color: var(--primary_color);
	transition: all 0.35s ease
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right>a:hover {
	color: var(--primary_color)
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right>span.quantity {
	font-size: 12px;
	font-weight: 700;
	display: block;
	text-align: left;
	color: #8f8f8f
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right>a.mini-cart-remove {
	position: absolute;
	right: 0;
	top: 15px;
	padding-right: 0;
	font-size: 18px
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
	content: "";
	display: block;
	clear: both
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	line-height: 43px
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
	text-transform: uppercase;
	font-weight: 400
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total>span.amount {
	font-weight: 700;
	float: right
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
	text-align: center;
	margin: 0;
	padding: 15px 0 0;
	font-size: 0
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
	color: #fff;
	border-radius: 0;
	line-height: 20px;
	padding: 10px;
	font-size: 12px;
	min-width: 125px;
	width: 48%;
	display: inline-block;
	background-color: #333
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
	background-color: var(--primary_color)
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button>i.fa {
	margin-right: 5px
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout {
	background-color: var(--primary_color)
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover {
	background-color: var(--primary_color_darken_20)
}

@media (max-width:480px) {
	.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
		min-width: 100px
	}
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button+.button {
	margin-left: 4%
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
	border: none;
	margin: 0;
	padding: 0
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 20px;
	clear: none;
	font-size: 11px;
	font-weight: 400
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
	padding: 0;
	line-height: 20px;
	display: block;
	float: none;
	margin: 0;
	font-size: 11px
}

.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
	margin: 0;
	padding: 0
}

.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget {
	position: relative;
	margin: 0;
	list-style: none;
	padding: 15px 15px 0
}

.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper.mini-cart-hover {
	top: 100%;
	visibility: visible;
	opacity: 1;
	transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93)
}

.shopping-cart-wrapper.with-price .sub-total-text {
	position: absolute;
	top: 25px;
	right: 0px
}

.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon i.wicon {
	border-radius: 0;
	background-color: transparent
}

.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper {
	position: relative
}

.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon {
	cursor: pointer;
	padding: 0;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	transition: all 0.35s ease
}

.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist i.wicon:hover {
	color: var(--primary_color)
}

.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.yolo-wishlist span.total {
	position: absolute;
	top: -5px;
	right: 0px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%
}

.custom-dropdown-list {
	position: relative;
	display: inline-block
}

.custom-dropdown-list>span {
	cursor: pointer
}

.custom-dropdown-list:hover>ul {
	display: block
}

.custom-dropdown-list>ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	display: none;
	background-color: #fff;
	z-index: 4;
	box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3)
}

.custom-dropdown-list>ul li {
	line-height: 32px;
	padding: 0 15px;
	display: block
}

.custom-dropdown-list>ul li>a {
	color: #333;
	white-space: nowrap
}

#mini-cart-canvas.yolo-canvas-menu-wrapper {
	width: 300px;
	padding: 0;
	background: #fff;
	color: var(--text_color)
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .sub-total-text,
#mini-cart-canvas.yolo-canvas-menu-wrapper .widget_shopping_cart_icon {
	display: none
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
	top: 24px
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .mini-cart-title {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	margin: 0;
	background: var(--heading_color)
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .product_list_widget {
	padding: 0 25px
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart-total {
	padding: 0 25px
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li {
	position: relative
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li a {
	color: var(--heading_color);
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	font-size: var(--secondary_font_size)
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li a:hover {
	color: var(--primary_color)
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li img {
	float: none;
	width: auto;
	margin: 0 auto;
	display: block
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li>span {
	display: block
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li .mini-cart-remove {
	border: 1px solid #eeeeee;
	position: absolute;
	top: 5px;
	right: 0;
	width: 20px;
	height: 20px
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li .price {
	display: block
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li a:first-child {
	margin-top: 10px
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li .spinner {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	display: block;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background-size: cover;
	background-position: center center;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
	z-index: 1
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .cart_list li .spinner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8)
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper dl {
	border: none;
	padding: 0
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .total {
	margin-top: 15px;
	padding: 10px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
	margin-bottom: 15px
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .total .amount {
	float: right
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .buttons a {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	text-align: center
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .cart_list_wrapper .btcart {
	position: fixed
}

#mini-cart-canvas.yolo-canvas-menu-wrapper .blockUI.blockOverlay {
	background-color: #ffffff !important
}

#mini-cart-canvas .mini_cart_item p {
	margin: 0
}

#mini-cart-canvas .mini_cart_item dd {
	margin: 0
}

#mini-cart-canvas .mini_cart_item .cart-right {
	position: relative;
	margin-bottom: 15px
}

#wishlists-canvas {
	padding: 0;
	background: #fff
}

#wishlists-canvas.yolo-canvas-menu-wrapper {
	width: 300px
}

#wishlists-canvas .yolo-canvas-menu-close {
	top: 24px
}

#wishlists-canvas .wishlist-title {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	margin: 0;
	background: var(--heading_color)
}

#wishlists-canvas .wishlists-content {
	overflow: auto
}

#wishlists-canvas .wishlists-content .woocommerce-error,
#wishlists-canvas .wishlists-content .woocommerce-message,
#wishlists-canvas .wishlists-content .yith-wcwl-messages {
	display: none
}

#wishlists-canvas .wishlists-content #yith-wcwl-form table {
	min-width: 100%;
	background: transparent !important;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	box-shadow: none;
	margin-bottom: 0;
	color: var(--text_color)
}

#wishlists-canvas .wishlists-content #yith-wcwl-form table .blockUI.blockOverlay {
	display: none !important
}

#wishlists-canvas .wishlists-content #yith-wcwl-form .wishlist-title,
#wishlists-canvas .wishlists-content #yith-wcwl-form tfoot,
#wishlists-canvas .wishlists-content #yith-wcwl-form thead {
	display: none
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody,
#wishlists-canvas .wishlists-content #yith-wcwl-form td,
#wishlists-canvas .wishlists-content #yith-wcwl-form tr {
	border: none
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr {
	position: relative;
	display: block
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td {
	margin: 5px 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-thumbnail a {
	max-width: 100%;
	padding: 0 25px
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-remove {
	position: absolute
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-remove a {
	top: 10px;
	right: 10px
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-name a {
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: var(--heading_color)
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.wishlist-empty {
	padding-top: 25px
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-add-to-cart {
	margin-bottom: 10px
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr td.product-add-to-cart .add-to-cart-wrap {
	position: relative;
	bottom: auto;
	left: auto;
	opacity: 1
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr .spinner {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	display: block;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background-size: cover;
	background-position: center center;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
	z-index: 5
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr .spinner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8)
}

#wishlists-canvas .wishlists-content #yith-wcwl-form tbody tr:first-child {
	padding-top: 25px
}

#wishlists-canvas .wl-button {
	border-top: 1px solid #ccc
}

#wishlists-canvas .wl-button a {
	width: calc(100% - 50px);
	margin: 25px;
	text-align: center
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	overflow: auto
}

@media (min-width:768px) {
	.navbar-nav {
		float: left
	}

	.navbar-nav>li {
		float: left
	}
}

.header-customize .calling-content {
	display: flex;
	align-items: center
}

.header-customize .calling-content:hover i {
	animation-name: hvr-buzz-out;
	animation-duration: 0.75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.header-customize .calling-content i {
	font-size: 3.75em;
	float: left;
	color: var(--primary_color);
	padding: 0 0.15em;
	line-height: 1;
	transform: rotateZ(-20deg)
}

.header-customize .calling-content .calling-desc {
	text-transform: uppercase;
	text-align: left;
	padding: 0;
	line-height: 1.5em;
	font-weight: 600
}

.header-customize .calling-content .calling-desc a {
	color: var(--primary_color_fade_90)
}

.header-customize .calling-content .calling-desc a:hover {
	color: var(--primary_color)
}

.header-customize .calling-content .calling-desc h3 {
	margin: 0;
	font-size: 18px
}

@media screen and (min-width:1370px) {
	header.yolo-main-header.header-1 .yolo-header-nav-wrapper.nav-fullwith {
		padding-left: var(--header_1_nav_layout_padding);
		padding-right: var(--header_1_nav_layout_padding)
	}
}

.header-1 {
	position: relative
}

.header-1.header-float .yolo-page-title-section .content-page-title {
	margin-top: var(--header_1_height)
}

.header-1 .yolo-header-nav-wrapper.text-left {
	z-index: 10
}

.header-1 .yolo-header-nav-wrapper.yolo-nav-wrapper {
	background-color: var(--header_1_nav_bg_color)
}

.header-1 .yolo-header-nav-wrapper .header-logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: var(--header_1_height)
}

.header-1 .yolo-header-nav-wrapper .header-logo>a img {
	max-height: var(--header_1_height)
}

.header-1 .yolo-header-nav-wrapper .fr .header-customize-right {
	height: var(--header_1_height)
}

.header-1 .yolo-header-nav-wrapper .fr .header-customize-right .header-customize-item {
	height: 100%;
	margin: 0
}

.header-1 .yolo-header-nav-wrapper .fr .header-customize-right .search-box-wrapper form input {
	background-color: transparent;
	border: 1px solid #eee;
	min-width: 370px
}

@media (min-width:992px) and (max-width:1024px) {
	.header-1 .yolo-header-nav-wrapper .fr .header-customize-right .search-with-category {
		width: 405px
	}
}

.header-1 .yolo-header-nav-wrapper .fr .header-customize-right .custom-text-wrapper i {
	margin-right: 10px;
	font-size: 16px
}

.header-1 .yolo-header-nav-wrapper.sticky-on {
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1)
}

.header-1 .yolo-header-nav-wrapper.sticky-out {
	background-color: var(--header_1_nav_bg_color)
}

.header-1 .yolo-header-wrapper .yolo-main-menu>li {
	color: var(--header_1_nav_text_color)
}

.header-1 .yolo-header-wrapper .yolo-main-menu>li>a {
	padding: 0;
	line-height: 70px;
	margin-right: var(--header_1_nav_distance)
}

@media (max-width:1199px) {
	.header-1 .yolo-header-wrapper .yolo-main-menu>li>a {
		margin-right: 20px
	}
}

.header-1 .header-customize.header-customize-nav {
	float: right;
	height: 70px;
	line-height: 70px
}

.header-1 .header-customize.header-customize-nav .header-customize-item {
	margin-left: 29px;
	margin-right: 0;
	height: 70px;
	color: var(--header_1_nav_text_color)
}

.header-1 .header-customize .header-customize-item {
	float: left
}

.header-1 .header-center .menu-wrapper {
	margin: 0 auto
}

.header-1 .yolo-sticky-wrapper.is-sticky .header-sticky {
	padding-top: 0px;
	background-color: var(--header_1_nav_bg_color)
}

.header-1 .custom-text-wrapper .info-item {
	display: flex;
	padding: 10px 0;
	align-items: center;
	height: 100%;
	float: left;
	margin-left: 40px;
	position: relative
}

.header-1 .custom-text-wrapper .info-item .info-icon {
	flex-shrink: 0;
	font-size: 24px;
	line-height: 1;
	color: var(--primary_color);
	width: 50px;
	height: 50px;
	background: var(--primary_color_fade_5);
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px
}

.header-1 .custom-text-wrapper .info-item .info-content {
	flex-grow: 1
}

.header-1 .custom-text-wrapper .info-item .info-title {
	display: block;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px
}

.header-1 .custom-text-wrapper .info-item .info-sub-title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: var(--heading_color)
}

@media screen and (min-width:1370px) {
	header.yolo-main-header.header-2 .yolo-header-nav-wrapper.nav-fullwith {
		padding-left: var(--header_2_nav_layout_padding);
		padding-right: var(--header_2_nav_layout_padding)
	}
}

.header-2.header-float .yolo-page-title-section .content-page-title {
	margin-top: var(--header_2_height)
}

header.header-2 {
	color: var(--header_2_nav_text_color)
}

header.header-2 .yolo-header-customize {
	display: table;
	width: 100%;
	font-family: var(--menu-font)
}

header.header-2 .yolo-header-customize .header-logo,
header.header-2 .yolo-header-customize .yolo-custom-left,
header.header-2 .yolo-header-customize .yolo-custom-right {
	display: table-cell;
	vertical-align: middle
}

header.header-2 .yolo-header-customize .yolo-custom-left {
	text-align: left;
	width: 35%
}

header.header-2 .yolo-header-customize .yolo-custom-right {
	text-align: right;
	width: 35%
}

header.header-2 .yolo-header-customize .yolo-custom-right .header-customize-item {
	float: none
}

header.header-2 .header-logo {
	height: var(--header_2_height);
	text-align: center;
	width: 30%
}

header.header-2 .header-logo a img {
	max-height: var(--header_2_height)
}

header.header-2.header-float .header-customize-left,
header.header-2.header-float .header-customize-right {
	color: #fff
}

header.header-2 .header-customize-left,
header.header-2 .header-customize-right {
	color: var(--heading_color)
}

header.header-2 .yolo-header-nav-wrapper {
	background-color: var(--header_2_nav_bg_color)
}

header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper {
	display: flex;
	align-items: center;
	justify-content: center
}

header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .menu-wrapper #main-menu {
	float: none
}

header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .menu-wrapper #main-menu>li {
	display: inline-block;
	float: none
}

header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .menu-wrapper #main-menu>li>a {
	padding-left: var(--header_2_nav_distance);
	padding-right: var(--header_2_nav_distance)
}

header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .menu-wrapper #main-menu>li ul {
	text-align: left
}

header.header-2 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-customize-nav .header-customize-item {
	margin-left: 10px
}

header.header-2 .yolo-header-nav-wrapper.sticky-on {
	background-color: var(--header_2_nav_bg_color);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1)
}

header.header-2 .yolo-header-nav-wrapper.sticky-out {
	background-color: var(--header_2_nav_bg_color)
}

@media screen and (min-width:1370px) {
	header.yolo-main-header.header-3 .yolo-header-nav-wrapper.nav-fullwith {
		padding-left: var(--header_3_nav_layout_padding);
		padding-right: var(--header_3_nav_layout_padding)
	}
}

.header-3.header-float .yolo-page-title-section .content-page-title {
	margin-top: var(--header_3_height)
}

header.header-3 {
	position: relative;
	background-color: var(--header_3_nav_bg_color);
	color: var(--header_3_nav_text_color)
}

header.header-3 .yolo-account .sub-menu {
	background-color: var(--menu_sub_bg_color);
	color: var(--menu_sub_text_color)
}

header.header-3 .yolo-header-nav-wrapper {
	position: relative;
	height: var(--header_3_height);
	transition: all 0.35s ease 0s
}

header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left-offcanvas {
	position: relative;
	z-index: 2;
	float: left
}

header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left-offcanvas .canvas-menu-toggle-wrapper {
	padding-right: 70px
}

header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-logo {
	position: relative;
	z-index: 1;
	display: table;
	height: var(--header_3_height)
}

header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-logo a {
	display: table-cell;
	vertical-align: middle
}

header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-logo a img {
	max-height: var(--header_3_height)
}

@media (max-width:1199px) {
	header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-logo a img {
		max-width: 160px
	}
}

header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-right .menu-wrapper {
	float: right
}

header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav>li>a {
	line-height: var(--header_3_height);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: var(--header_3_nav_distance);
	padding-right: var(--header_3_nav_distance)
}

@media (max-width:1300px) {
	header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav>li>a {
		padding: 0 15px
	}
}

@media (max-width:1100px) {
	header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-right .menu-wrapper .navbar-nav>li>a {
		padding: 0 7px
	}
}

header.header-3 .yolo-header-nav-wrapper .yolo-header-wrapper .header-right .header-customize {
	float: left;
	line-height: var(--header_3_height)
}

header.header-3 .yolo-header-nav-wrapper.sticky-in {
	transition: all 0s ease 0s
}

header.header-3 .yolo-header-nav-wrapper.sticky-on {
	height: 70px;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1)
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
	height: 70px
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo {
	line-height: 70px;
	height: 70px
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right {
	height: 70px
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav>li>a {
	line-height: 70px
}

header.header-3 .yolo-header-nav-wrapper.sticky-on .container .header-right .header-customize {
	line-height: 70px
}

header.header-3 .yolo-header-nav-wrapper.sticky-out {
	height: 70px;
	box-shadow: none
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
	height: 70px
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo {
	height: 70px
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav>li>a {
	line-height: 70px
}

header.header-3 .yolo-header-nav-wrapper.sticky-out .container .header-right .header-customize {
	line-height: 70px
}

header.header-3 .yolo-sticky-wrapper.is-sticky .header-sticky {
	background-color: var(--header_3_nav_bg_color)
}

@media screen and (min-width:1370px) {
	header.yolo-main-header.header-4 .yolo-header-nav-wrapper.nav-fullwith {
		padding-left: var(--header_4_nav_layout_padding);
		padding-right: var(--header_4_nav_layout_padding)
	}
}

.header-4.header-float .yolo-page-title-section .content-page-title {
	margin-top: var(--header_4_height)
}

header.header-4 {
	position: relative;
	background-color: var(--header_4_nav_bg_color);
	color: var(--header_4_nav_text_color)
}

header.header-4 .yolo-account .sub-menu {
	background-color: var(--menu_sub_bg_color);
	color: var(--menu_sub_text_color)
}

header.header-4 .yolo-header-nav-wrapper {
	position: relative;
	height: var(--header_4_height);
	transition: all 0.35s ease 0s
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper {
	display: flex
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left-offcanvas {
	position: relative;
	z-index: 2;
	float: left
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left-offcanvas .canvas-menu-toggle-wrapper {
	padding-right: 70px
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left {
	float: left
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-logo {
	position: relative;
	z-index: 1;
	display: table;
	height: var(--header_4_height)
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-logo a {
	display: table-cell;
	vertical-align: middle
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-logo a img {
	max-height: var(--header_4_height)
}

@media (max-width:1199px) {
	header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-left .header-logo a img {
		max-width: 160px
	}
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-center {
	margin: 0 auto;
	display: flex;
	align-items: center
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-center .menu-wrapper {
	float: left
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-center .menu-wrapper .navbar-nav>li>a {
	line-height: var(--header_4_height);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: var(--header_4_nav_distance);
	padding-right: var(--header_4_nav_distance)
}

@media (max-width:1300px) {
	header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-center .menu-wrapper .navbar-nav>li>a {
		padding: 0 15px
	}
}

@media (max-width:1100px) {
	header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-center .menu-wrapper .navbar-nav>li>a {
		padding: 0 7px
	}
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-right {
	float: right
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-right .header-customize {
	display: inline-block;
	line-height: var(--header_4_height)
}

header.header-4 .yolo-header-nav-wrapper .yolo-header-wrapper .header-right .header-customize .calling-content {
	height: var(--header_4_height)
}

header.header-4 .yolo-header-nav-wrapper.sticky-in {
	transition: all 0s ease 0s
}

header.header-4 .yolo-header-nav-wrapper.sticky-on {
	height: 70px;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1)
}

header.header-4 .yolo-header-nav-wrapper.sticky-on .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
	height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-on .container .header-left .header-logo {
	line-height: 70px;
	height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-on .container .header-center .menu-wrapper .navbar-nav>li>a {
	line-height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-on .container .header-right {
	height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav>li>a {
	line-height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-on .container .header-right .header-customize {
	line-height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-on .container .header-right .header-customize .calling-content {
	height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-out {
	height: 70px;
	box-shadow: none
}

header.header-4 .yolo-header-nav-wrapper.sticky-out .container .yolo-header-wrapper .header-left-offcanvas .header-customize {
	height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-out .container .header-center .menu-wrapper .navbar-nav>li>a {
	line-height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-out .container .header-left .header-logo {
	height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav>li>a {
	line-height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-out .container .header-right .header-customize {
	line-height: 70px
}

header.header-4 .yolo-header-nav-wrapper.sticky-out .container .header-right .header-customize .calling-content {
	height: 70px
}

header.header-4 .yolo-sticky-wrapper.is-sticky .header-sticky {
	background-color: var(--header_4_nav_bg_color)
}

@media screen and (min-width:1025px) {
	header.yolo-mobile-header {
		display: none !important
	}
}

@media screen and (max-width:1024px) {
	body {
		transition: all 0.3s;
		position: relative;
		left: 0
	}

	.mobile-top-bar-hide,
	header.yolo-main-header {
		display: none !important
	}

	body.menu-mobile-in {
		overflow: hidden
	}

	.container.yolo-mobile-header-wrapper {
		position: relative;
		padding-left: 10px;
		padding-right: 10px
	}

	.header-mobile-before {
		text-align: center
	}

	.header-mobile-before img {
		padding-top: var(--logo_mobile_padding);
		padding-bottom: var(--logo_mobile_padding);
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		max-height: 120px
	}

	.header-logo-mobile {
		vertical-align: middle;
		text-align: center
	}

	.header-logo-mobile img {
		max-height: var(--main_menu_mobile_height);
		padding-top: var(--logo_mobile_padding);
		padding-bottom: var(--logo_mobile_padding);
		-ms-box-sizing: border-box;
		box-sizing: border-box
	}

	.toggle-icon-wrapper .toggle-icon {
		display: inline-block;
		height: 16px;
		position: relative;
		vertical-align: middle;
		width: 25px;
		cursor: pointer
	}

	.toggle-icon-wrapper .toggle-icon>span {
		background: none repeat scroll 0 0 var(--heading_color);
		bottom: 0;
		display: block;
		height: 2px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 80%
	}

	.toggle-icon-wrapper .toggle-icon:after,
	.toggle-icon-wrapper .toggle-icon:before {
		background: none repeat scroll 0 0 var(--heading_color);
		content: "";
		height: 2px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		width: 80%;
		bottom: 0px
	}

	.toggle-icon-wrapper .toggle-icon:before {
		top: 0px;
		bottom: auto
	}

	.toggle-icon-wrapper .toggle-icon:hover:after,
	.toggle-icon-wrapper .toggle-icon:hover:before,
	.toggle-icon-wrapper .toggle-icon:hover>span {
		background-color: var(--primary_color)
	}

	header.yolo-mobile-header {
		background: #fff
	}

	header.yolo-mobile-header .header-customize,
	header.yolo-mobile-header .header-left,
	header.yolo-mobile-header .toggle-icon-wrapper.toggle-desktop {
		display: none
	}

	header.yolo-mobile-header .yolo-header-container-wrapper {
		transition: all 0.3s ease;
		background-color: #fff;
		z-index: 997;
		top: 0;
		border-bottom: solid 1px #eeeeee
	}

	header.yolo-mobile-header .yolo-mobile-header-wrapper {
		background-color: #fff
	}

	header.yolo-mobile-header .yolo-account {
		font-size: 0;
		display: inline-block;
		vertical-align: middle
	}

	header.yolo-mobile-header .yolo-account a {
		line-height: initial
	}

	header.yolo-mobile-header .yolo-account a i {
		padding-left: 10px;
		padding-right: 10px
	}

	header.yolo-mobile-header .yolo-account ul {
		font-size: 14px
	}

	header.yolo-mobile-header .canvas-menu-toggle-wrapper {
		margin-left: 0;
		margin-right: 0
	}

	header.yolo-mobile-header .yolo-mobile-header-inner {
		position: relative
	}

	header.yolo-mobile-header .yolo-mobile-header-inner .header-customize {
		display: block;
		position: absolute;
		bottom: 0;
		margin: auto;
		right: 0;
		color: var(--heading_color);
		top: 50%;
		transform: translate(0, -50%)
	}

	header.yolo-mobile-header .yolo-mobile-header-inner .header-customize:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%
	}

	header.yolo-mobile-header .yolo-mobile-header-inner .header-customize-item {
		display: inline-block;
		text-align: left
	}

	header.yolo-mobile-header .yolo-mobile-header-inner .toggle-icon-wrapper {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: 0
	}

	header.yolo-mobile-header .yolo-mobile-header-inner .icon-search-menu {
		display: inline-block;
		vertical-align: middle;
		color: var(--heading_color);
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		padding: 0;
		transition: all 0.35s ease
	}

	header.yolo-mobile-header .yolo-mobile-header-inner .icon-search-menu:hover {
		color: var(--primary_color)
	}

	header.yolo-mobile-header .header-social-profile-wrapper {
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 1
	}

	header.yolo-mobile-header .header-social-profile-wrapper li {
		display: inline-block
	}

	header.yolo-mobile-header .header-social-profile-wrapper li+li {
		margin-left: 11px
	}

	header.yolo-mobile-header .header-social-profile-wrapper a {
		color: #000
	}

	header.yolo-mobile-header .header-social-profile-wrapper a:hover {
		color: var(--primary_color)
	}

	header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content:before {
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle
	}

	header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
		display: inline-block;
		vertical-align: middle;
		top: 0;
		height: 40px;
		line-height: 40px
	}

	header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon>i.wicon {
		display: inline-block;
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		padding: 0;
		font-size: 24px;
		color: var(--text_color)
	}

	header.yolo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon>i.wicon+span {
		position: absolute;
		top: 5px;
		right: 0px;
		color: #fff;
		background-color: var(--primary_color);
		border-radius: 100%;
		padding: 0;
		width: 17px;
		height: 17px;
		line-height: 17px
	}

	.yolo-mobile-header-nav {
		background: #fff;
		display: none;
		margin-bottom: 15px
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu li ul.sub-menu li:hover>a,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li.current-menu-ancestor>a,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li.current-menu-item>a,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li.current-menu-parent>a,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li.menu-current>a,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li:hover>a,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li>a:hover {
		color: var(--primary_color)
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu li ul.sub-menu li:hover>a>b.caret:before,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li.current-menu-ancestor>a>b.caret:before,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li.current-menu-item>a>b.caret:before,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li.current-menu-parent>a>b.caret:before,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li.menu-current>a>b.caret:before,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li:hover>a>b.caret:before,
	.yolo-mobile-header-nav .yolo-nav-mobile-menu li>a:hover>b.caret:before {
		color: var(--primary_color)
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul.sub-menu {
		background-color: #f2f2f2;
		position: relative;
		padding-left: 0
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul.sub-menu>li.menu-item {
		padding-left: 20px
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul.sub-menu>li.menu-item>a {
		font-size: calc(var(--menu_font_size) - 3px)
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul.sub-menu>li.menu-item.sub-menu-open>ul.sub-menu:before {
		border-color: transparent transparent #e6e6e6
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul ul.sub-menu {
		background-color: #e6e6e6
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul ul.sub-menu>li.menu-item.sub-menu-open>ul.sub-menu:before {
		border-color: transparent transparent #e6e6e6
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul ul ul.sub-menu {
		background-color: #d9d9d9
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul ul ul.sub-menu>li.menu-item.sub-menu-open>ul.sub-menu:before {
		border-color: transparent transparent #d9d9d9
	}

	.yolo-mobile-header-nav .yolo-nav-mobile-menu ul ul ul ul.sub-menu {
		background-color: #cccccc
	}

	.yolo-mobile-header-nav form.yolo-search-form-mobile-menu {
		background-color: var(--heading_color_fade_90);
		padding: 15px;
		position: relative
	}

	.yolo-mobile-header-nav form.yolo-search-form-mobile-menu input {
		background-color: var(--heading_color);
		border: none;
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
		height: auto;
		padding: 12px;
		color: #fff
	}

	.yolo-mobile-header-nav form.yolo-search-form-mobile-menu button {
		border: none;
		background-color: transparent;
		position: absolute;
		top: 0;
		right: 20px;
		line-height: 1;
		bottom: 0;
		margin: auto;
		font-size: 14px;
		color: #fff
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item {
		font-size: calc(var(--menu_font_size) - 1px);
		border-bottom: 1px solid #e0e0e0;
		letter-spacing: 0.1em;
		color: var(--menu_mobile_color);
		font-family: var(--menu_font);
		font-weight: var(--menu_font_weight);
		position: relative;
		transition: all 0.2s ease-in-out
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item>a {
		padding: 15px;
		display: inline-block;
		line-height: 1
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item>a:hover {
		color: var(--primary_color)
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item>a span {
		display: none
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item>b.menu-caret {
		float: right;
		right: 0;
		position: absolute;
		transition: all 0.3s ease-in-out 0s
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item>b.menu-caret:before {
		font-size: 12px;
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		content: "\f078";
		font-weight: bold;
		text-align: center;
		line-height: 45px;
		width: 45px
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item>b.menu-caret:hover {
		cursor: pointer;
		color: var(--primary_color);
		transform: rotate(360deg)
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item>b.menu-caret.active:before {
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f077"
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item:not(.sub-menu-open):hover {
		background-color: #f7f7f7
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open {
		border-bottom-width: 0px
	}

	.yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item.sub-menu-open>ul.sub-menu:before {
		content: "";
		display: block;
		position: absolute;
		top: -6px;
		left: 15px;
		z-index: 1;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent #e6e6e6
	}

	form.yolo-search-form-mobile-menu {
		display: none
	}

	.yolo-mobile-header-nav.menu-drop-fly {
		display: block;
		position: fixed;
		margin: 0;
		top: 0;
		bottom: 0;
		overflow: auto;
		overflow-x: hidden;
		width: 280px;
		left: -280px;
		z-index: 9999;
		transition: all 0.3s
	}

	.yolo-mobile-header-nav.menu-drop-fly.in {
		left: 0
	}

	.yolo-mobile-header-nav.menu-drop-fly form.yolo-search-form-mobile-menu {
		display: block
	}

	.yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu {
		padding: 0
	}

	.yolo-mobile-header-nav.menu-drop-dropdown form.yolo-search-form-mobile-menu {
		display: none
	}

	.yolo-mobile-header-nav.menu-drop-dropdown ul.yolo-nav-mobile-menu {
		padding: 0
	}

	header.header-mobile-2 {
		display: block
	}

	header.header-mobile-2 .yolo-header-container-wrapper {
		background-color: #f2f2f2
	}

	header.header-mobile-2 .yolo-mobile-header-wrapper {
		background-color: #f2f2f2
	}

	header.header-mobile-2 .yolo-mobile-header-inner {
		position: relative;
		padding-top: 10px;
		padding-bottom: 15px
	}

	header.header-mobile-2 .yolo-mobile-header-inner .header-customize {
		color: #eeeeee;
		right: 0
	}

	header.header-mobile-2 .yolo-mobile-header-inner .icon-search-menu,
	header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon>i.wicon {
		height: 30px;
		line-height: 32px;
		width: 36px;
		color: #000
	}

	header.header-mobile-2 .yolo-mobile-header-inner .icon-search-menu:before,
	header.header-mobile-2 .yolo-mobile-header-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon>i.wicon:before {
		line-height: 28px
	}

	header.header-mobile-2 .yolo-mobile-header-inner .toggle-icon-wrapper {
		position: static;
		top: inherit;
		transform: translate(0, 2px)
	}

	header.header-mobile-3 .header-logo-mobile {
		text-align: right
	}

	header.header-mobile-3 .yolo-mobile-header-inner .header-customize {
		left: 50px;
		right: auto
	}

	header.header-mobile-3 .shopping-cart-wrapper {
		position: static
	}

	header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
		left: -45px;
		right: auto
	}

	header.header-mobile-4 .header-logo-mobile {
		text-align: left
	}

	header.header-mobile-4 .yolo-mobile-header-inner .toggle-icon-wrapper {
		right: 0px;
		left: auto
	}

	header.header-mobile-4 .yolo-mobile-header-wrapper .header-customize {
		right: 50px;
		left: auto
	}

	.yolo-sticky-wrapper.is-sticky>.yolo-header-container-wrapper {
		z-index: 997;
		left: 0;
		right: 0
	}

	.yolo-sticky-wrapper:not(.is-sticky) {
		height: auto !important;
		position: relative !important
	}
}

@media screen and (max-width:480px) {
	.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
		min-width: 280px
	}
}

@media screen and (max-width:320px) {
	.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
		min-width: 254px
	}
}

nav.yolo-canvas-menu-wrapper {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 460px;
	transform: translateX(0);
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	background-color: #fff;
	padding: 140px 70px 35px
}

nav.yolo-canvas-menu-wrapper.in {
	transform: translateX(-100%);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1)
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-close {
	position: absolute;
	top: 40px;
	right: 35px;
	cursor: pointer;
	color: var(--heading_color)
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-close .yolo-m-line {
	position: absolute;
	right: 0;
	height: 1px;
	width: 100%;
	background-color: currentColor;
	transition: top 0.3s ease, transform 0.3s ease
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-close .yolo-m-line.yolo--1 {
	width: 26px;
	top: 11px;
	transform: rotate(45deg)
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-close .yolo-m-line.yolo--2 {
	width: 26px;
	top: 11px;
	transform: rotate(-45deg)
}

nav.yolo-canvas-menu-wrapper .yolo-canvas-menu-close .yolo-m-lines {
	position: relative;
	display: block;
	width: 40px;
	height: 23px
}

nav.yolo-canvas-menu-wrapper aside.widget {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 55px
}

nav.yolo-canvas-menu-wrapper aside.widget img {
	margin: 0
}

nav.yolo-canvas-menu-wrapper aside.widget p {
	margin-top: 0;
	margin-bottom: 0
}

nav.yolo-canvas-menu-wrapper aside.widget .widget-title {
	margin: 0;
	margin-bottom: 20px
}

nav.yolo-canvas-menu-wrapper aside.widget .widget-title span {
	padding: 0;
	margin-bottom: 0
}

nav.yolo-canvas-menu-wrapper aside.widget .widget-title span:before {
	content: none
}

body.admin-bar nav.yolo-canvas-menu-wrapper {
	top: 32px
}

.canvas-menu-toggle-wrapper {
	margin-right: 10px
}

.canvas-menu-toggle-wrapper i.micon {
	vertical-align: middle
}

body.single-yolo_footer footer {
	display: none
}

.archive .yolo-footer-wrapper.footer_blank,
.blog .yolo-footer-wrapper.footer_blank,
.error404 .yolo-footer-wrapper.footer_blank,
.search .yolo-footer-wrapper.footer_blank {
	margin-top: 0 !important
}

.single-post .yolo-footer-wrapper.footer_blank,
.single-product .yolo-footer-wrapper.footer_blank {
	margin-top: 0 !important
}

.error404 #yolo-footer-wrapper .yolo-footer-wrapper.footer_blank {
	margin-top: 0 !important
}

#yolo-footer-wrapper {
	position: relative;
	z-index: -1
}

@media (max-width:1300px) {
	#yolo-footer-wrapper {
		z-index: 1
	}
}

#yolo-footer-wrapper .yolo-footer-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0
}

@media (max-width:1300px) {
	#yolo-footer-wrapper .yolo-footer-wrapper {
		position: relative;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 0
	}
}

#yolo-footer-wrapper .yolo-footer-wrapper.footer_blank {
	position: relative;
	margin-top: 80px
}

@media (max-width:991px) {
	#yolo-footer-wrapper .yolo-footer-wrapper.footer_blank {
		margin-top: 30px
	}
}

.yolo-footer-wrapper.footer_blank {
	margin-top: 80px;
	background-color: #111;
	color: rgba(255, 255, 255, 0.9)
}

.yolo-footer-wrapper.footer_blank .footer-credits {
	padding: 15px 0;
	display: flex;
	justify-content: space-between
}

.yolo-footer-wrapper.footer_blank .footer-credits h4 {
	margin: 15px 0;
	color: #fff;
	font-size: 15px
}

@media (max-width:480px) {
	.yolo-footer-wrapper.footer_blank .footer-credits {
		flex-direction: column;
		justify-content: center
	}
}

.yolo-footer-wrapper.footer-1 .link_left a {
	display: inline-block;
	margin-right: 30px;
	font-weight: 600;
	color: #666
}

.yolo-footer-wrapper.footer-1 .link_left a:hover {
	color: var(--primary_color)
}

@media (max-width:1299px) {
	.yolo-footer-wrapper.footer-1 .link_left a {
		margin-right: 15px
	}

	.yolo-footer-wrapper.footer-1 .link_left a:last-child {
		margin: 0
	}
}

@media (max-width:767px) {
	.yolo-footer-wrapper.footer-1 .link_left {
		text-align: center !important
	}
}

@media (max-width:767px) {
	.yolo-footer-wrapper.footer-1 h6 {
		text-align: center !important
	}
}

.title-center .widget-title {
	text-align: center
}

ul.footer-2 {
	padding: 0px
}

ul.footer-2 li {
	list-style: none
}

ul.footer-2 li a {
	position: relative;
	display: inline-block;
	padding-left: 15px
}

ul.footer-2 li a:before {
	content: "\f0da";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0px
}

ul.footer-2 li a:hover {
	color: #56d47e
}

.yolo-footer-wrapper .elementor-widget-wp-widget-nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.yolo-footer-wrapper .elementor-widget-wp-widget-nav_menu ul li {
	margin-bottom: 5px;
	padding-left: 16px;
	position: relative
}

.yolo-footer-wrapper .elementor-widget-wp-widget-nav_menu ul li:before {
	background: rgba(255, 255, 255, 0.8);
	height: 4px;
	width: 4px;
	border-radius: 50%;
	left: 0;
	top: 12px;
	position: absolute;
	content: ''
}

.yolo-footer-wrapper .elementor-widget-wp-widget-nav_menu ul li:hover:before {
	background-color: var(--primary_color)
}

.yolo-footer-wrapper.footer-2 .footer-2-top {
	border-bottom: 2px solid #ffd338
}

.yolo-footer-wrapper.footer-4 .wpb_content_element {
	margin-bottom: 0px
}

.yolo-footer-wrapper.footer-4 ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.yolo-footer-wrapper.footer-4 ul li.menu-item {
	display: inline-block;
	padding-right: 45px
}

.yolo-footer-wrapper.footer-4 ul li.menu-item a {
	font-size: 16px;
	font-weight: 600
}

.yolo-footer-wrapper.footer-4 ul li.menu-item:last-child {
	padding-right: 0px
}

@media screen and (min-width:320px) {
	.yolo-footer-wrapper.footer-4 ul {
		margin-bottom: 30px
	}
}

@media screen and (min-width:768px) {
	.yolo-footer-wrapper.footer-4 ul {
		margin-bottom: 0px
	}
}

.menu-footer-1.wpb_content_element {
	margin: 0px
}

.menu-footer-1.center {
	text-align: center
}

.menu-footer-1 div ul {
	list-style: none;
	margin: 0px;
	padding: 0px !important
}

.menu-footer-1 div ul li {
	display: inline-block;
	padding: 0 20px;
	border-right: 2px solid #fff;
	line-height: 16px
}

@media screen and (max-width:991px) {
	.menu-footer-1 div ul li {
		padding: 0 10px
	}
}

.menu-footer-1 div ul li:first-child {
	padding-left: 0px
}

.menu-footer-1 div ul li:last-child {
	border-right: none
}

.menu-footer-1 div ul li:hover a {
	color: #f05c5c
}

.menu-footer-1 div ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight)
}

@media screen and (min-width:320px) {
	.menu-footer-1 {
		margin-bottom: 30px;
		text-align: center !important
	}
}

@media screen and (min-width:768px) {
	.menu-footer-1 {
		margin-bottom: 0px;
		text-align: left !important
	}
}

@media screen and (min-width:320px) {
	.copy-right {
		text-align: center !important
	}
}

@media screen and (min-width:768px) {
	.copy-right {
		display: block;
		text-align: right !important
	}
}

.yolo-footer-wrapper .widget {
	background-color: transparent;
	margin-bottom: 0
}

#wp-calendar {
	width: 100%
}

#wp-calendar caption {
	text-align: center;
	margin-top: 0;
	padding: 0;
	caption-side: top
}

#wp-calendar thead {
	font-size: 10px
}

#wp-calendar thead th {
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	border: none
}

#wp-calendar tbody {
	font-size: 13px
}

#wp-calendar tbody td {
	background: #f6f6f6;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px
}

#wp-calendar tbody td.pad:hover {
	background: transparent !important
}

#wp-calendar tbody td#today,
#wp-calendar tbody td:hover {
	color: #fff;
	background-color: var(--primary_color)
}

#wp-calendar tbody td:hover a {
	color: #fff
}

#wp-calendar tbody .pad {
	background: none
}

#wp-calendar tfoot td {
	padding: 5px 7px;
	border-color: transparent
}

#wp-calendar tfoot #next {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right
}

#wp-calendar tfoot #prev {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	border-color: transparent
}

.search-form {
	position: relative
}

.search-form input[type=search],
.search-form input[type=text] {
	border-radius: 5px;
	width: 100%;
	height: 45px;
	padding-right: 45px
}

.search-form button[type=submit] {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	padding: 0;
	height: 45px;
	width: 45px;
	background-color: var(--heading_color);
	color: #ffffff !important;
	font-size: 16px;
	transition: all 300ms ease;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.search-form button[type=submit]:focus {
	outline: none
}

.search-form button[type=submit]:hover {
	background-color: var(--primary_color)
}

.yolo_widget_product_cat li {
	list-style: none;
	float: left;
	padding: 5px 0
}

.yolo_widget_product_cat li a {
	display: block
}

.yolo_widget_product_cat li a img {
	width: 33.33%;
	padding-right: 10px;
	float: left
}

.yolo_widget_product_cat li a:after {
	display: none
}

.yolo_widget_product_cat .columns-4 li {
	width: 25%
}

.yolo_widget_product_cat .columns-3 li {
	width: 33.33%
}

.yolo_widget_product_cat .columns-2 li {
	width: 50%
}

.yolo_widget_product_cat .columns-1 li {
	width: 100%
}

@media (max-width:991px) {
	.yolo_widget_product_cat .columns-1 li {
		width: 50%
	}

	.yolo_widget_product_cat .columns-4 li {
		width: 50%
	}

	.yolo_widget_product_cat .columns-3 li {
		width: 50%
	}
}

@media (max-width:600px) {
	.yolo_widget_product_cat .columns-1 li {
		width: 100%
	}

	.yolo_widget_product_cat .columns-4 li {
		width: 100%
	}

	.yolo_widget_product_cat .columns-3 li {
		width: 100%
	}

	.yolo_widget_product_cat .columns-2 li {
		width: 100%
	}
}

.single-sidebar .class-register-btn a {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px
}

.widget-content-wrap .day-filter {
	width: 49%;
	padding: 3px 0
}

.widget-content-wrap .day-filter input {
	margin-right: 5px
}

.widget-content-wrap .search-class,
.widget-content-wrap .search-event {
	margin-bottom: 10px
}

.widget-content-wrap .search-class:last-child,
.widget-content-wrap .search-event:last-child {
	margin-bottom: 0
}

.widget-content-wrap .widget-info-item {
	display: flex;
	padding: 12px 0 10px;
	border-bottom: 1px dashed #d5d5d5
}

.widget-content-wrap .widget-info-item:first-child {
	padding-top: 0
}

.widget-content-wrap .widget-info-item:last-child {
	padding-bottom: 0;
	border-bottom: none
}

.widget-content-wrap .widget-info-item .wi__icon {
	width: 28px;
	text-align: center
}

.widget-content-wrap .widget-info-item .wi__content {
	padding-left: 10px;
	width: calc(100% - 50px)
}

.widget-content-wrap .widget-info-item .wi__content .item-label {
	letter-spacing: 0.5px;
	margin: 0 0 0px;
	font-size: 18px
}

.widget-content-wrap .widget-info-item .wi__content .item-value {
	margin: 0
}

.widget-yolo-event-slider .item-content-wrap .item-thumb {
	margin: 0 !important
}

.widget-yolo-event-slider .owl-dots {
	margin-top: 5px;
	text-align: left
}

.widget article.event-item {
	text-align: left;
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden
}

.widget article.event-item .loop-item-content {
	padding: 25px 0 15px
}

@media (max-width:991px) {

	.yolo-filter-widget,
	.yolo-sidebar {
		margin-top: 50px
	}
}

.site-content-single-class .sidebar .widget,
.site-content-single-trainer .sidebar .widget {
	padding: 40px 30px 40px;
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
	border-radius: 10px
}

@media (max-width:991px) {
	.sidebar {
		margin-top: 80px
	}
}

.sidebar aside+aside {
	margin-top: 30px
}

.sidebar .widget {
	margin-bottom: 60px;
	background: none;
	border-radius: 0;
	padding: 0;
	overflow: auto
}

.sidebar .widget:last-child {
	margin-bottom: 0
}

.sidebar .widget .widget-title {
	margin-top: 5px;
	margin-bottom: 30px;
	text-transform: capitalize;
	letter-spacing: 0.5px
}

.sidebar .widget .widget-title span {
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 40px
}

.sidebar .widget .widget-title span:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: var(--primary_color)
}

.sidebar .widget:before {
	content: none
}

.sidebar .widget ul.children li,
.sidebar .widget ul.sub-menu li {
	padding: 5px 0 0 20px;
	border-bottom: medium none
}

.sidebar .widget ul {
	padding: 0;
	list-style-type: none;
	margin: 0
}

.sidebar .widget ul li {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #E9E9E9
}

.sidebar .widget ul li:first-child {
	padding-top: 0
}

.sidebar .widget ul li:last-child {
	border-bottom: medium none
}

.sidebar .widget ul li cite {
	color: var(--text_color_fade_80)
}

.sidebar .widget ul li .count,
.sidebar .widget ul li .show_count {
	float: right
}

@media (min-width:768px) and (max-width:991px) {

	.sidebar .widget ul li .count,
	.sidebar .widget ul li .show_count {
		display: none
	}
}

.sidebar .widget ul li:last-child {
	margin-bottom: 0
}

.sidebar .widget ul li.current-cat a {
	color: var(--primary_color)
}

.sidebar .widget>div li a,
.sidebar .widget>select li a,
.sidebar .widget>ul li a {
	text-transform: capitalize
}

.sidebar .widget .yolo-event-slider-wrap {
	padding: 0
}

.sidebar .widget>ul {
	list-style: none;
	margin: 0
}

.sidebar .widget>ul>li:first-child {
	padding-top: 0
}

.sidebar .yolo_widget_color_filter .yolo-filter-color {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	display: inline-block
}

.sidebar .yolo_widget_color_filter ul li {
	padding: 0;
	margin-right: 15px;
	margin-bottom: 0
}

.sidebar .yolo_widget_color_filter ul li.chosen a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	top: 4px;
	left: 8px;
	color: #fff
}

.sidebar .yolo_widget_color_filter ul li:before {
	content: none
}

.sidebar .yolo_widget_price_filter form .price_slider_wrapper .ui-widget-content {
	margin: 0 3px 5px;
	background-color: #ddd
}

.sidebar .yolo_widget_price_filter .ui-slider-horizontal {
	height: 3px
}

.sidebar .yolo_widget_price_filter .ui-slider .ui-slider-handle {
	border-radius: 100px;
	border: 4px solid #fff !important;
	background: var(--primary_color);
	width: 15px;
	height: 15px;
	top: -6px
}

.sidebar .yolo_widget_price_filter .price_slider_amount {
	font-weight: 500
}

.sidebar .yolo_widget_price_filter .price_slider_amount .price_label {
	display: flex;
	justify-content: space-between
}

.sidebar .yolo_widget_price_filter .price_slider_amount .filter-btn {
	display: flex;
	justify-content: center
}

.sidebar .yolo_widget_price_filter .price_slider_amount .button {
	margin: 10px 0 0;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	padding: 8px 40px;
	border-radius: 30px;
	transition: all 300ms ease;
	display: inline-block;
	position: relative;
	line-height: 1.8;
	visibility: visible;
	box-shadow: 0px 2px 5px rgba(53, 52, 52, 0.1);
	color: #fff;
	background-color: var(--primary_color)
}

.sidebar .yolo_widget_price_filter .price_slider_amount .button:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.45)
}

.sidebar .tagcloud a {
	border-radius: 3px;
	transition: all 0.2s;
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 7px;
	margin-right: 5px;
	line-height: 1;
	font-size: 1em !important;
	background-color: #f6f6f6
}

.sidebar .tagcloud a:hover {
	background-color: var(--primary_color);
	color: #fff
}

.sidebar .tagcloud a:last-child {
	margin-right: 0
}

.sidebar .widget_categories ul li {
	text-align: right
}

.sidebar .widget_categories ul li a {
	float: left;
	text-align: left;
	display: inline-block
}

.sidebar .widget_shopping_cart_content {
	border-top: 1px solid #eeeeee
}

.sidebar .widget_shopping_cart_content .widget_shopping_cart_icon {
	display: none
}

.sidebar .widget_shopping_cart_content .sub-total-text {
	display: none
}

.sidebar select {
	width: 100%;
	border: none;
	color: var(--text_color);
	font-weight: var(--primary_font_weight);
	background-color: #f6f6f6
}

.sidebar .widget-social-profile ul {
	font-size: 0
}

.sidebar .widget-social-profile ul li {
	display: inline-block;
	padding: 0;
	margin-right: 25px;
	margin-top: 2px;
	margin-bottom: 10px !important;
	border-bottom: none
}

.sidebar .widget-social-profile ul li:before {
	width: 4px;
	height: 4px
}

.sidebar .widget-social-profile ul li a {
	display: inline-block
}

.sidebar .widget-social-profile ul li a i {
	font-size: 20px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: var(--text_color)
}

.sidebar .widget-social-profile ul li a:hover i {
	color: var(--primary_color)
}

.sidebar .widget-social-profile ul.social-icon-bordered li:before {
	top: 18px
}

.sidebar .widget-social-profile ul.social-icon-bordered li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #f1f1f1;
	border-radius: 100%
}

.sidebar .widget-social-profile ul.social-icon-bordered li a i {
	line-height: 36px
}

.sidebar .widget-post-thumbnail ul>li {
	padding: 0;
	margin-bottom: 35px
}

.sidebar .widget-post-thumbnail ul>li:last-child {
	margin-bottom: 0
}

.sidebar .widget-post-thumbnail ul li {
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	position: relative;
	overflow: hidden
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-image {
	float: left;
	height: 90px;
	overflow: hidden;
	position: relative;
	width: 90px;
	margin-right: 20px
}

@media (min-width:992px) and (max-width:1024px) {
	.sidebar .widget-post-thumbnail ul li .posts-thumbnail-image {
		width: 100%;
		height: 150px;
		margin-bottom: 15px
	}
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-image:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: all 0.35s ease;
	z-index: 2
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-image:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "\f2a3";
	display: inline-block;
	font-family: "Ionicons";
	font-size: 24px;
	width: 24px;
	opacity: 0;
	z-index: 2;
	line-height: 1;
	transition: all 0.35s ease
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-image:hover:before {
	opacity: 0.6
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-content h4 {
	margin-top: -2px;
	margin-bottom: 10px;
	font-size: 16px
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-content .entry-meta {
	color: var(--text_color)
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-content .entry-meta span {
	position: relative;
	margin-right: 10px;
	padding-left: 12px
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-content .entry-meta span:before {
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	content: '';
	background: var(--primary_color_fade_70)
}

.sidebar .widget-post-thumbnail ul li .posts-thumbnail-content .entry-meta i {
	margin-right: 4px
}

.sidebar .widget-post-thumbnail ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.sidebar .widget-post-thumbnail ul.full_width li {
	margin-bottom: 30px
}

.sidebar .widget-post-thumbnail ul.full_width li .posts-thumbnail-image {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	height: 240px
}

.sidebar .widget-post-thumbnail ul.full_width li .posts-thumbnail-image img {
	width: 100%
}

.sidebar .widget-post-thumbnail ul.full_width li .posts-thumbnail-content {
	padding-left: 0;
	margin-top: 20px;
	text-align: center
}

.sidebar .widget-post-thumbnail ul.full_width li .posts-thumbnail-content a:hover {
	color: var(--primary_color)
}

@media (max-width:991px) {
	.sidebar .widget-post-thumbnail ul.full_width li .posts-thumbnail-content {
		text-align: left;
		padding-left: 20px;
		margin-top: 6px
	}
}

.sidebar .widget-post-thumbnail ul.date li:before {
	content: none
}

.sidebar .widget-post-thumbnail ul.date li .posts-date {
	width: 80px;
	float: left;
	height: 80px;
	margin-right: 15px;
	transition: all 0.3s ease 0s;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: #fff;
	background-color: var(--heading_color)
}

.sidebar .widget-post-thumbnail ul.date li .posts-date span {
	display: block
}

.sidebar .widget-post-thumbnail ul.date li .posts-date span.day {
	font-size: 32px;
	line-height: 26px;
	margin-top: 5px
}

.sidebar .widget-post-thumbnail ul.date li .posts-date span.month {
	font-family: var(--primary_font);
	font-weight: var(--primary_font_weight);
	text-transform: uppercase
}

.screen-reader-text {
	display: none
}

.sidebar ul.product_list_widget li,
.wpb_widgetised_column ul.product_list_widget li {
	padding: 0;
	margin: 0
}

.sidebar ul.product_list_widget li+li,
.wpb_widgetised_column ul.product_list_widget li+li {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #eeeeee
}

.sidebar ul.product_list_widget li img,
.wpb_widgetised_column ul.product_list_widget li img {
	width: 70px;
	float: left;
	box-shadow: none;
	margin-left: 0;
	margin-right: 15px
}

.sidebar ul.product_list_widget li a,
.wpb_widgetised_column ul.product_list_widget li a {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: normal
}

.sidebar ul.product_list_widget span.amount,
.wpb_widgetised_column ul.product_list_widget span.amount {
	font-size: 15px
}

.sidebar ul.product_list_widget ins,
.wpb_widgetised_column ul.product_list_widget ins {
	text-decoration: none;
	margin-right: 3px
}

.sidebar ul.product_list_widget del span.amount,
.wpb_widgetised_column ul.product_list_widget del span.amount {
	font-size: 13px;
	color: #999999
}

.sidebar ul.product_list_widget .star-rating,
.wpb_widgetised_column ul.product_list_widget .star-rating {
	margin: 0 0 5px 0
}

.sidebar .widget-posts-wrap .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item {
	padding-bottom: 25px
}

.sidebar .widget-posts-wrap .widget_posts_item:last-child,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item:last-child {
	padding-bottom: 0
}

.sidebar .widget-posts-wrap .widget_posts_item+.widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item+.widget_posts_item {
	padding-top: 20px;
	border-top: 1px solid #eeeeee
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail {
	width: 60px;
	float: left;
	margin-right: 10px
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail {
	position: relative
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img {
	width: 100%;
	display: block
}

.sidebar .widget-posts-wrap .widget-posts-content-wrap,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-content-wrap {
	position: relative;
	overflow: hidden
}

.sidebar .widget-posts-wrap .widget-posts-title,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title {
	font-size: 15px;
	color: #3F3F3F;
	display: block;
	line-height: 1.2;
	margin-bottom: 2px
}

.sidebar .widget-posts-wrap .widget-posts-title:hover,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title:hover {
	text-decoration: none
}

.sidebar .widget-posts-wrap .owl-theme .owl-controls,
.wpb_widgetised_column .widget-posts-wrap .owl-theme .owl-controls {
	display: none !important
}

.sidebar .widget-posts-wrap .widget-posts-date,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-date {
	font-size: 13px;
	color: #999999
}

.sidebar .widget-twitter-wrap .widget-twitter-item+.widget-twitter-item,
.wpb_widgetised_column .widget-twitter-wrap .widget-twitter-item+.widget-twitter-item {
	margin-top: 20px
}

.sidebar .widget-twitter-wrap i,
.wpb_widgetised_column .widget-twitter-wrap i {
	font-size: 14px
}

.sidebar .widget-twitter-wrap span.twitter-time,
.wpb_widgetised_column .widget-twitter-wrap span.twitter-time {
	color: #b1b1b1;
	display: block
}

.sidebar .widget-banner .widget-image-wrap a,
.wpb_widgetised_column .widget-banner .widget-image-wrap a {
	display: block;
	position: relative;
	overflow: hidden
}

.sidebar .widget-banner .widget-image-wrap a:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 1;
	transition: opacity 0.35s linear
}

.sidebar .widget-banner .widget-image-wrap a img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a img {
	transform: scale(1);
	width: 100%;
	height: auto;
	transition: all 0.2s linear
}

.sidebar .widget-banner .widget-image-wrap a:hover:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover:before {
	opacity: 1
}

.sidebar .widget-banner .widget-image-wrap a:hover img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover img {
	transform: scale(1.2)
}

.sidebar .widget-contact-info,
.wpb_widgetised_column .widget-contact-info {
	margin: 0;
	padding: 0;
	list-style: none
}

.sidebar .widget-contact-info>li>i.fa,
.wpb_widgetised_column .widget-contact-info>li>i.fa {
	width: 18px
}

.sidebar .mail-chimp-wrapper>p,
.wpb_widgetised_column .mail-chimp-wrapper>p {
	line-height: 28px
}

.sidebar .mail-chimp-wrapper .mail-chimp-button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button {
	position: relative
}

.sidebar .mail-chimp-wrapper .mail-chimp-button>input,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button>input {
	background-color: #fbfbfb;
	color: #222;
	border: none;
	line-height: 1;
	height: 30px;
	width: 100%
}

.sidebar .mail-chimp-wrapper .mail-chimp-button>button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button>button {
	border: none;
	background: none;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto
}

.sidebar .mail-chimp-wrapper .mail-chimp-button>button>span,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button>button>span {
	display: none
}

.sidebar .footer-logo .sub-description,
.wpb_widgetised_column .footer-logo .sub-description {
	padding-top: 28px;
	line-height: 28px
}

.sidebar .widget-text-intro,
.wpb_widgetised_column .widget-text-intro {
	font-size: 24px;
	text-align: center;
	border: dashed 3px #c5c5c5;
	padding: 55px 10px;
	font-weight: 400
}

.sidebar .title-center .widget-title,
.wpb_widgetised_column .title-center .widget-title {
	text-align: center
}

.sidebar .widget-text-center,
.wpb_widgetised_column .widget-text-center {
	text-align: center
}

.widget-payment-gate {
	padding-top: 10px
}

.widget-payment-gate .payment-gate {
	list-style: none;
	display: inline-block
}

.widget-payment-gate li {
	float: left;
	display: inline-block;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px
}

.widget-payment-gate li:last-child {
	padding-right: 0px
}

.widget-payment-gate li:hover {
	opacity: 0.6
}

.widget-payment-gate image {
	max-width: 46px;
	max-height: 28px
}

.widget-partner-carousel .owl-carousel .owl-item {
	height: 180px;
	display: table;
	text-align: center
}

footer.main-footer-wrapper .sidebar aside.widget-map-scroll-up {
	margin-top: 0
}

@media (min-width:769px) {
	.col-md-3 .widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image {
		width: 100%;
		height: 100px;
		float: left;
		margin: 0;
		margin-bottom: 15px
	}
}

.widget_recent_entries .entry-thumb {
	width: 100%;
	height: 75px;
	object-fit: cover
}

.widget_recent_entries .post-date {
	margin: 5px 0 0 0;
	color: #959ea7;
	position: relative;
	padding: 5px 0 0 0
}

.widget_recent_entries .post-date:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 2px solid #4FC1E9;
	width: 20%;
	height: 1px
}

.widget_recent_entries .widget-rfp__wrap {
	width: 100%;
	padding-top: 90%;
	border-radius: 6px
}

.widget_recent_entries .widget-rfp__wrap .widget-rfp__bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	transition: all ease-in-out 0.5s
}

.widget_recent_entries .widget-rfp__wrap:hover {
	cursor: pointer
}

.widget_recent_entries .widget-rfp__wrap:hover .widget-rfp__bg {
	filter: blur(4px);
	transform: scale(1.1)
}

.widget_recent_entries .widget-rfp__wrap .widget-rfp__overlay {
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.widget_recent_entries .widget-rfp__wrap .widget-rfp__content {
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.widget_recent_entries .widget-rfp__wrap .widget-rfp__content a {
	color: #ffffff
}

.widget_recent_entries .widget-rfp__wrap .widget-rfp__content a h3 {
	color: #ffffff
}

.sidebar .widget_archive .widget-title span,
.sidebar .widget_calendar .widget-title span,
.sidebar .widget_categories .widget-title span,
.sidebar .widget_meta .widget-title span,
.sidebar .widget_nav_menu .widget-title span,
.sidebar .widget_pages .widget-title span,
.sidebar .widget_recent_comments .widget-title span,
.sidebar .widget_recent_entries .widget-title span,
.sidebar .widget_rss .widget-title span,
.sidebar .widget_text .widget-title span {
	margin-bottom: 10px
}

.sidebar .widget_archive select,
.sidebar .widget_categories select {
	margin-top: 10px
}

.site-content-archive {
	padding-top: 130px;
	padding-bottom: 130px
}

.post-type-archive-department .main-content-archive,
.post-type-archive-doctor .main-content-archive,
.post-type-archive-service .main-content-archive {
	padding-bottom: 90px
}

.main-content-archive {
	padding-top: 130px;
	padding-bottom: 130px
}

@media (max-width:1300px) {
	.yolo-site-content-page {
		overflow: hidden
	}
}

.woocommerce-page .yolo-site-content-page {
	padding-bottom: 130px
}

.single-content-main {
	padding-top: 20px;
	padding-bottom: 130px
}

.single-content-main.single-product-wrap {
	padding-bottom: 90px
}

.single-content-main.site-content-single-service {
	padding-bottom: 105px
}

.single-content-main.site-content-single-doctor {
	padding-bottom: 110px
}

.single-content-main.site-content-single-department {
	padding-bottom: 50px
}

.single-yolo_footer .single-content-main {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.single-yolo_footer .single-content-main #yolo-footer-wrapper {
	z-index: 0
}

.blog-grid {
	margin-left: -20px;
	margin-right: -20px
}

.blog-grid article {
	width: 50%;
	padding: 0px 20px;
	float: left
}

article .post-thumbnail-wrap {
	overflow: hidden;
	position: relative
}

article .post-title {
	word-break: break-word;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px
}

.blog-col-2 article {
	width: 50%
}

.blog-col-3 article {
	width: 33.3333%
}

.blog-col-4 article {
	width: 25%
}

.thumbnail-bg {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 1s ease;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

@media (min-width:992px) and (max-width:1024px) {
	.thumbnail-bg {
		height: 280px
	}
}

@media (max-width:580px) {
	.thumbnail-bg {
		height: 200px
	}
}

.hentry.sticky {
	position: relative
}

.hentry.sticky:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 75px solid var(--primary_color);
	border-left: 75px solid transparent;
	z-index: 3
}

.hentry.sticky:after {
	width: 40px;
	height: 40px;
	font-family: "Font Awesome 5 Free";
	content: "\f08d";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	transform: rotate(45deg);
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	z-index: 3
}

.blog-wrap.grid .hentry.sticky:before {
	right: 15px
}

.blog-wrap.grid .hentry.sticky:after {
	right: -42px
}

.blog-wrap.grid article {
	margin-bottom: 40px
}

.blog-wrap.grid article .post-item-wrap {
	overflow: hidden;
	background-color: #fff;
	transition: all 200ms ease;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05)
}

.blog-wrap.grid article .post-item-wrap.yolo-flex {
	flex-direction: column
}

.blog-wrap.grid article .post-item-wrap:hover {
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.11)
}

.blog-wrap.grid article .post-item-wrap:hover .thumbnail-bg {
	transform: scale(1.07);
	-webkit-transform: scale(1.07)
}

.blog-wrap.grid article .post-item-wrap:hover .btn-text {
	color: var(--primary_color) !important
}

.blog-wrap.grid article .post-item-wrap:hover .btn-icon {
	transform: translateX(5px)
}

.blog-wrap.grid article .post-thumbnail-wrap {
	height: 280px;
	flex-basis: inherit
}

.blog-wrap.grid article .post-info {
	position: relative;
	padding: 47px 30px 45px
}

.blog-wrap.grid article .post-info .post-meta-date {
	font-size: calc(var(--primary_font_size) - 2px)
}

.blog-wrap.grid article .post-info .post-title {
	margin-top: 2px;
	margin-bottom: 15px
}

.blog-wrap.grid article .post-info .post-excerpt {
	margin-top: 10px
}

.blog-wrap.grid article .post-info .post-read-more {
	margin-top: 22px
}

.blog-wrap.grid article .btn-text {
	font-size: var(--button_font_size);
	font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	text-transform: uppercase;
	color: var(--heading_color);
	margin-right: 3px
}

.blog-wrap.grid article .btn-icon {
	color: var(--primary_color);
	transition: all 300ms
}

.blog-wrap.listing article {
	padding: 0;
	width: 100%
}

.blog-wrap.listing article:last-child .post-item-wrap {
	border-bottom: none;
	margin-bottom: 80px;
	padding-bottom: 0
}

.blog-wrap.listing article .yolo-flex {
	flex-direction: column
}

.blog-wrap.listing article .post-item-wrap {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative
}

.blog-wrap.listing article .post-item-wrap:hover .post-thumbnail img {
	transform: scale(1.07);
	-webkit-transform: scale(1.07)
}

.blog-wrap.listing article .post-thumbnail {
	overflow: hidden;
	margin-bottom: 50px
}

.blog-wrap.listing article .post-thumbnail img {
	transition: all 1s ease
}

.blog-wrap.listing article .post-meta-wrap {
	margin-bottom: 30px;
	margin-top: 0px
}

.blog-wrap.listing article .post-meta-wrap>span {
	margin-right: 20px;
	margin-bottom: 7px;
	display: inline-block
}

@media (max-width:360px) {
	.blog-wrap.listing article .post-meta-wrap>span {
		display: block
	}

	.blog-wrap.listing article .post-meta-wrap>span.meta-author,
	.blog-wrap.listing article .post-meta-wrap>span.meta-comment {
		display: none
	}
}

.blog-wrap.listing article .post-meta-wrap>span i {
	margin-right: 3px
}

.blog-wrap.listing article .post-info {
	padding: 0px 0px 0
}

.blog-wrap.listing article .post-info .post-read-more {
	margin-top: 40px
}

.blog-wrap.listing article .post-info .meta-category {
	display: block;
	margin-bottom: 10px
}

.blog-wrap.listing article .post-info .meta-category a {
	position: relative;
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid var(--primary_color);
	margin-right: 10px;
	margin-bottom: 10px;
	color: var(--primary_color);
	transition: all 300ms ease
}

.blog-wrap.listing article .post-info .meta-category a:hover {
	color: #fff;
	background-color: var(--primary_color)
}

.blog-wrap.listing article .post-info .post-title {
	margin: 10px 0;
	margin-top: 0;
	font-size: 36px
}

.blog-wrap.listing article .post-info .post-excerpt {
	margin-bottom: 25px
}

.blog-wrap.horizontal article {
	padding: 0;
	width: 100%;
	margin-bottom: 60px
}

.blog-wrap.horizontal article .post-item-wrap {
	overflow: hidden;
	background-color: #fff;
	transition: all 200ms ease;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05)
}

@media (min-width:992px) and (max-width:1024px) {
	.blog-wrap.horizontal article .post-item-wrap {
		flex-direction: column
	}
}

@media (max-width:580px) {
	.blog-wrap.horizontal article .post-item-wrap {
		flex-direction: column
	}
}

.blog-wrap.horizontal article .post-item-wrap:hover {
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.11)
}

.blog-wrap.horizontal article .post-item-wrap:hover .thumbnail-bg {
	transform: scale(1.07);
	-webkit-transform: scale(1.07)
}

.blog-wrap.horizontal article .post-item-wrap:hover .btn-text {
	color: var(--primary_color) !important
}

.blog-wrap.horizontal article .post-item-wrap:hover .btn-icon {
	transform: translateX(5px)
}

.blog-wrap.horizontal article .post-info {
	position: relative;
	padding: 47px 30px 45px
}

.blog-wrap.horizontal article .post-info .post-meta-date {
	font-size: calc(var(--primary_font_size) - 2px)
}

.blog-wrap.horizontal article .post-info .post-title {
	margin-top: 2px;
	margin-bottom: 15px
}

.blog-wrap.horizontal article .post-info .post-excerpt {
	margin-top: 10px
}

.blog-wrap.horizontal article .post-info .post-read-more {
	margin-top: 22px
}

.blog-wrap.horizontal article .btn-text {
	font-size: var(--button_font_size);
	font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	text-transform: uppercase;
	color: var(--heading_color);
	margin-right: 3px
}

.blog-wrap.horizontal article .btn-icon {
	color: var(--primary_color);
	transition: all 300ms
}

.single article .entry-footer {
	margin-top: 40px
}

.single article.post {
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 55px;
	margin-bottom: 50px
}

.single article.post .entry-thumbnail {
	margin-bottom: 35px
}

.single article.attachment {
	margin-bottom: 90px;
	height: auto;
	position: relative;
	background: #fff
}

.single article.attachment .entry-post-content {
	margin-bottom: 15px
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%)
	}

	50% {
		opacity: 0;
		transform: translate(-100%)
	}

	51% {
		opacity: 1
	}
}

@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%)
	}

	50% {
		opacity: 0;
		transform: translate(100%)
	}

	51% {
		opacity: 1
	}
}

.single-post .blog-wrap .blog-inner .owl-nav {
	display: none
}

.single-post .blog-wrap .blog-inner .owl-dots {
	display: block
}

.single-post .entry-thumbnail-wrap img {
	width: auto;
	overflow: hidden
}

.single-post .post-password-form input[type=password] {
	border: 1px solid #f6f6f6;
	border-radius: 4px;
	margin-left: 5px;
	background-color: #f6f6f6
}

.single-post .post-password-form input[type=password]:focus {
	border-color: var(--primary_color);
	background-color: #fff
}

.single-post .post-password-form input[type=submit] {
	height: 40px;
	position: relative;
	top: -1px;
	border: none;
	background-color: var(--heading_color);
	border-radius: 4px;
	padding: 5px 15px;
	color: #fff;
	transition: all 0.35s ease
}

.single-post .post-password-form input[type=submit]:hover {
	background-color: var(--primary_color)
}

.social-share-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.social-share-wrap .social-share-inner a {
	color: var(--heading_color);
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	border: 1px solid #eee;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 300ms ease
}

.social-share-wrap .social-share-inner a:hover {
	background-color: var(--primary_color);
	color: #fff
}

.author-info {
	margin-bottom: 70px;
	background-color: #f6f6f6;
	padding: 45px
}

.author-info .author-info-wrap {
	display: flex;
	align-items: center
}

.author-info .author-avatar {
	margin-right: 40px
}

.author-info .author-avatar img {
	width: 300px;
	border-radius: 100%
}

.author-info .info-font {
	font-style: italic;
	letter-spacing: 0.5px
}

.author-info .author-title {
	font-size: 30px;
	margin-top: 0px
}

.comment-form-author,
.comment-form-email {
	width: calc(50% - 10px);
	display: inline-block;
	float: left;
	margin-bottom: 20px
}

.comment-form-author {
	margin-right: 20px
}

.comment-form-comment {
	width: 100%
}

.entry-meta-tag {
	padding: 15px;
	padding-bottom: 0;
	padding-left: 0;
	padding: 10px 0px
}

.entry-meta-tag label {
	font-size: 17px;
	margin-bottom: 0;
	width: auto;
	margin-right: 10px
}

.entry-meta-tag label i {
	color: var(--primary_color)
}

.entry-meta-tag a {
	display: inline-block;
	margin-left: 5px;
	line-height: 1
}

.entry-meta-tag a:after {
	content: ",";
	display: inline-block
}

.entry-meta-tag a:last-child:after {
	content: none
}

.post-excerpt blockquote {
	margin-top: 25px;
	background-color: #f6f6f6;
	padding: 20px
}

.post-navigation {
	display: flex;
	position: relative
}

@media (max-width:768px) {
	.post-navigation {
		display: block
	}
}

.post-navigation .nav-wrap {
	position: relative;
	width: 50%
}

@media (max-width:768px) {
	.post-navigation .nav-wrap {
		width: 100%
	}
}

@media (max-width:768px) {
	.post-navigation .nav-wrap.nav-left {
		margin-bottom: 20px
	}
}

.post-navigation span {
	display: block
}

.post-navigation span.nav-label {
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 8px;
	font-size: calc(var(--primary_font_size) - 1px)
}

.post-navigation span.nav-title {
	word-wrap: break-word;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: var(--heading_color);
	line-height: 1.6;
	font-size: 18px;
	text-transform: capitalize
}

.post-navigation .nav-left i {
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: var(--primary_color)
}

.post-navigation .nav-left:hover .nav-title {
	color: var(--primary_color)
}

.post-navigation .nav-left:hover i:before {
	animation: toRightFromLeft 0.3s forwards
}

.post-navigation .nav-right {
	float: right;
	text-align: right
}

.post-navigation .nav-right i {
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: var(--primary_color)
}

.post-navigation .nav-right:hover .nav-title {
	color: var(--primary_color)
}

.post-navigation .nav-right:hover i:before {
	animation: toRightFromLeft 0.3s forwards
}

.comment {
	list-style: none
}

ol {
	list-style: decimal
}

.entry-comments {
	clear: both;
	margin-top: 70px
}

.entry-comments .comments-title {
	margin-bottom: 20px
}

.entry-comments .commentlist {
	list-style: none;
	padding: 0;
	margin-bottom: 55px;
	margin-left: 0
}

.entry-comments .commentlist .children>li {
	padding-left: 50px;
	border-top: 1px solid #eee
}

.entry-comments .commentlist>li {
	border-bottom: 1px solid #eee
}

.entry-comments .commentlist>li .comment-article {
	padding: 33px 0px 30px;
	margin: 0
}

.entry-comments .commentlist>li .comment-avatar {
	background-color: #f6f6f6;
	max-width: 80px;
	margin-right: 30px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.entry-comments .commentlist>li .comment-avatar img {
	display: block
}

.entry-comments .commentlist>li .comment-body {
	overflow: hidden;
	position: relative
}

.entry-comments .commentlist>li .comment-body .yolo-stars {
	color: #ffd338;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0
}

.entry-comments .commentlist>li .comment-author {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 0;
	text-transform: capitalize
}

.entry-comments .commentlist>li .comment-content {
	margin: 15px 0 -5px
}

.entry-comments .commentlist>li .comment-footer {
	display: flex;
	flex-wrap: wrap
}

.entry-comments .commentlist>li .comment-time {
	color: var(--text_color_fade_90);
	margin-right: 15px;
	font-family: var(--primary_font);
	font-size: var(--primary_font_size);
	font-weight: normal;
	text-transform: none
}

.entry-comments .commentlist>li .comment-reply-link {
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: var(--primary_color)
}

.entry-comments .commentlist>li .comment-reply-link:before {
	content: "\f086";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 10px;
	color: var(--text_color);
	opacity: 0.5
}

.entry-comments .commentlist>li .comment-reply-link:hover {
	color: var(--heading_color)
}

.entry-comments .commentlist>li .comment-respond {
	margin-top: 10px;
	margin-bottom: 40px
}

.entry-comments .commentlist>li .comment-reply-title {
	margin-top: 0
}

.entry-comments nav.comment-navigation {
	margin-bottom: 20px
}

.entry-comments nav.comment-navigation .page-numbers {
	display: inline-block;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eeeeee;
	color: #888;
	font-size: 14px;
	-webkit-border-top-right-radius: 100%;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 100%;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.entry-comments nav.comment-navigation .page-numbers.next,
.entry-comments nav.comment-navigation .page-numbers.prev {
	border: none;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 18px
}

.entry-comments nav.comment-navigation .page-numbers:focus,
.entry-comments nav.comment-navigation .page-numbers:hover {
	color: #202020
}

.entry-comments nav.comment-navigation .page-numbers.current {
	color: #fff
}

.entry-comments nav.comment-navigation.comment-navigation-bottom {
	margin-bottom: 0;
	margin-top: 20px
}

.woocommerce-Reviews .comment-reply-title {
	position: relative;
	display: block;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	font-size: 30px;
	color: var(--heading_color)
}

.woocommerce-Reviews #commentform {
	margin-top: 30px
}

.comment-reply-title {
	position: relative
}

#commentform {
	margin: 30px 0 0
}

#commentform input[type=email],
#commentform input[type=password],
#commentform input[type=search],
#commentform input[type=text],
#commentform input[type=url],
#commentform textarea {
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid transparent;
	padding: 27px;
	box-shadow: none;
	font-size: inherit;
	font-weight: var(--primary_font_weight)
}

#commentform input[type=email]:focus,
#commentform input[type=password]:focus,
#commentform input[type=search]:focus,
#commentform input[type=text]:focus,
#commentform input[type=url]:focus,
#commentform textarea:focus {
	border-color: #808080;
	background-color: #fff
}

#commentform textarea {
	height: 200px
}

#commentform .form-submit {
	margin-bottom: 0;
	margin-top: 30px
}

#commentform .form-submit input#submit {
	display: inline-block;
	position: relative;
	visibility: visible;
	line-height: 1;
	font-size: 18px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: #fff;
	background-color: var(--primary_color);
	padding: 17.5px 40px;
	border-radius: 3px;
	transition: all 200ms ease-in-out;
	border: none;
	box-shadow: 0px 2px 5px var(--primary_color_fade_20);
	min-width: 200px
}

#commentform .form-submit input#submit:focus,
#commentform .form-submit input#submit:hover {
	color: #fff;
	background-color: var(--heading_color);
	box-shadow: 3px 9px 10px var(--heading_color_fade_20)
}

#commentform label {
	font-weight: 500;
	color: var(--heading_color)
}

#commentform label[for=wp-comment-cookies-consent] {
	font-weight: 500;
	text-transform: inherit
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
	margin: 0
}

.woocommerce div.product form.cart .variations select {
	background-color: #fff
}

.woocommerce table.shop_attributes td {
	border: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1)
}

.woocommerce table.shop_attributes th {
	border: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1)
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #eee;
	line-height: 40px
}

.woocommerce p.stars.selected a:not(.active):before {
	color: #ffd338
}

.woocommerce p.stars a {
	color: #ffd338
}

.modal-content {
	border: none
}

.modal-body.modal-woocommerce {
	background-color: #fff;
	padding: 30px
}

#sync2 .owl-stage {
	margin: 0 auto
}

.layout-container-fluid.archive-product-wrap {
	padding: 0 15px
}

.tooltip-inner {
	white-space: nowrap
}

.yolo-show-all {
	font-weight: 500;
	color: var(--heading_color)
}

.custom-select {
	position: relative
}

.custom-select:before {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 8px 8px;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1;
	text-align: center;
	width: 15px;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box
}

.custom-select:after {
	content: "";
	display: block;
	clear: both
}

.custom-select select {
	outline: none;
	-webkit-appearance: none;
	appearance: none
}

.custom-select select::-ms-expand {
	display: none
}

.breadcrumb-archive-product-wrap .container {
	position: relative
}

.breadcrumb-archive-product-wrap .catalog-filter {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 44px
}

.catalog-filter {
	padding-left: 15px;
	padding-right: 15px
}

.woocommerce .woocommerce-ordering {
	position: relative
}

.woocommerce .woocommerce-ordering:after {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 6px 0px;
	position: absolute;
	right: 10px;
	z-index: 1;
	text-align: center;
	height: 100%;
	pointer-events: none;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.woocommerce .woocommerce-ordering select::-ms-expand {
	display: none
}

.yolo-show-option {
	background-color: #fff;
	border-radius: 5px;
	padding-bottom: 10px
}

.yolo-show-option .nso__display-style .span-separator,
.yolo-show-option .nso__sort .span-separator {
	font-size: 18px;
	color: #959ea7
}

.yolo-show-option .nso__display-style div button,
.yolo-show-option .nso__sort div button {
	padding: 3px;
	color: #959ea7;
	background-color: transparent;
	border: 0;
	transition: all ease-in-out 0.5s
}

.yolo-show-option .nso__display-style div button.active,
.yolo-show-option .nso__sort div button.active {
	color: #44494b
}

.yolo-show-option .nso__display-style div button:hover,
.yolo-show-option .nso__sort div button:hover {
	color: #1ec0ff
}

.yolo-show-option .nso__sort .woocommerce-ordering:after {
	line-height: 15px
}

.yolo-show-option .nso__amount {
	display: flex;
	font-size: 14px;
	padding-right: 10px;
	justify-content: flex-end
}

@media (max-width:620px) {
	.yolo-show-option .nso__amount {
		justify-content: flex-start;
		margin-top: 15px
	}
}

.yolo-show-option .nso__amount .dropdown-toggle {
	background-color: transparent;
	border-radius: 100px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
	padding: 0 15px
}

.yolo-show-option .nso__amount .dropdown-toggle:focus {
	box-shadow: none;
	outline: 0
}

.yolo-show-option .nso__label {
	font-weight: 600;
	margin-right: 5px;
	font-size: 16px;
	float: left
}

.yolo-show-option .woocommerce-ordering {
	float: left
}

.yolo-show-option .woocommerce-result-count {
	float: right
}

.woocommerce .woocommerce-ordering select {
	background-color: transparent;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	color: var(--text_color);
	outline: none;
	-webkit-appearance: none;
	appearance: none
}

.woocommerce .woocommerce-ordering select:after {
	line-height: 15px
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin: 0
}

.woocommerce .woocommerce-result-count {
	color: var(--heading_color);
	font-weight: 600
}

.catalog-filter-invisible .catalog-filter,
.catalog-ordering-invisible .woocommerce-ordering,
.result-count-invisible .woocommerce-result-count {
	display: none
}

.woocommerce .products .star-rating,
.woocommerce .star-rating {
	float: none;
	font-size: 12px;
	width: 90px;
	letter-spacing: 5px;
	margin-top: 15px
}

.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
	color: #ffd338
}

.woocommerce .products .star-rating {
	margin: auto
}

.woocommerce .star-rating {
	text-align: center;
	margin: 8px auto 0 auto
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 17.5px 40px;
	color: #fff
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.added_to_cart,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
	display: inline-block;
	position: relative;
	visibility: visible;
	line-height: 1;
	font-size: var(--button_font_size);
	font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	text-transform: uppercase;
	color: #fff;
	background-color: var(--primary_color);
	padding: 17.5px 40px;
	border-radius: 3px;
	transition: all 200ms ease-in-out;
	box-shadow: 0px 2px 5px var(--primary_color_fade_20)
}

.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover {
	color: #fff;
	background-color: var(--heading_color);
	box-shadow: 3px 9px 10px var(--heading_color_fade_20)
}

.woocommerce #respond input#submit.alt.btn-small,
.woocommerce #respond input#submit.btn-small,
.woocommerce a.added_to_cart.btn-small,
.woocommerce a.button.alt.btn-small,
.woocommerce a.button.btn-small,
.woocommerce button.button.alt.btn-small,
.woocommerce button.button.btn-small,
.woocommerce input.button.alt.btn-small,
.woocommerce input.button.btn-small {
	padding: 13px 20px
}

.product-flash+.product-flash {
	margin-top: 5px
}

.woocommerce div.product form.cart .reset_variations {
	padding-left: 10px
}

input#calc_shipping_state {
	background-color: #fff
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
	height: 55px;
	background-color: #fff;
	color: var(--text_color);
	border: 1px solid #eeeeee;
	border-radius: 5px
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
	border-color: #808080;
	background-color: #fff
}

.woocommerce form .form-row textarea {
	height: 130px
}

.woocommerce form .form-row label {
	font-weight: 600;
	color: var(--heading_color)
}

.woocommerce form .form-row label.inline input[type=checkbox],
.woocommerce form .form-row label.inline input[type=radio] {
	margin: auto;
	vertical-align: middle
}

.woocommerce form .form-row {
	padding: 0;
	margin-bottom: 20px
}

.site-content-archive-product .shop-cat-filter {
	margin-bottom: 1em
}

.site-content-archive-product .yolo-filter-categories {
	width: 80%;
	padding-left: 0px;
	float: left
}

.site-content-archive-product .yolo-filter-categories li {
	display: inline-block;
	margin-right: 15px;
	font-weight: 500
}

.site-content-archive-product .yolo-filter-categories li.current-cat a {
	color: var(--primary_color)
}

.site-content-archive-product .yolo-filter-categories li span {
	display: inline-block;
	margin-right: 15px
}

@media (max-width:991px) {
	.site-content-archive-product .yolo-filter-categories {
		width: 100%
	}
}

.site-content-archive-product .yolo-filter-search {
	text-align: right;
	width: 20%;
	float: right;
	padding-right: 0px;
	padding-left: 0;
	list-style-type: none
}

.site-content-archive-product .yolo-filter-search li {
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
	color: var(--heading_color)
}

.site-content-archive-product .yolo-filter-search li.active span#yolo-shop-search-btn,
.site-content-archive-product .yolo-filter-search li.active span.invert-color {
	color: var(--primary_color)
}

.site-content-archive-product .yolo-filter-search li span {
	margin: 0 20px;
	float: left
}

@media (max-width:991px) {
	.site-content-archive-product .yolo-filter-search {
		text-align: left;
		width: 100%;
		float: left
	}
}

.site-content-archive-product .yolo-search-field {
	display: none;
	width: 100%;
	margin: 0 20px 40px
}

@media (max-width:1300px) {
	.site-content-archive-product .yolo-search-field {
		margin-left: 10px;
		margin-right: 10px
	}
}

.site-content-archive-product .archive-product-wrap {
	position: relative;
	width: 100%;
	margin: 0
}

.site-content-archive-product .archive-product-wrap .yolo-filter-widget aside.widget {
	margin-bottom: 60px
}

.site-content-archive-product .archive-product-wrap .yolo-filter-widget.left .woocommerce-sidebar {
	display: block;
	margin: 0
}

.site-content-archive-product .archive-product-wrap .yolo-filter-widget.left .woocommerce-sidebar aside {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	flex: 0 0 100%;
	max-width: 100%
}

@media (max-width:991px) {
	.site-content-archive-product .archive-product-wrap .yolo-filter-widget.left {
		float: none
	}
}

.site-content-archive-product .archive-product-wrap .yolo-filter-widget.right .woocommerce-sidebar {
	display: block;
	margin: 0
}

.site-content-archive-product .archive-product-wrap .yolo-filter-widget.right .woocommerce-sidebar aside {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	flex: 0 0 100%;
	max-width: 100%
}

@media (max-width:991px) {
	.site-content-archive-product .archive-product-wrap .yolo-filter-widget.right {
		float: none
	}
}

.site-content-archive-product .archive-product-wrap.yolo-loading-product .product-listing {
	opacity: 0;
	transition: all 0.2s
}

.site-content-archive-product .archive-product-wrap.yolo-loaded-product .product-listing {
	opacity: 0;
	transition: all 0.2s
}

.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar {
	margin-bottom: 30px
}

.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #eeeeee;
	margin: 0 5px
}

.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px
}

.site-content-archive-product .archive-product-wrap .yolo-shop-results-bar a:first-child {
	margin-left: 0
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar {
	display: none;
	margin: 0 -1%
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside {
	flex: 0 0 23%;
	max-width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-top: 0
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside h4.widget-title {
	margin-bottom: 25px
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside h4.widget-title span {
	margin-bottom: 0
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside h4.widget-title span:before {
	content: none
}

@media (max-width:800px) {
	.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside {
		flex: 0 0 48%;
		max-width: 48%
	}
}

@media (max-width:480px) {
	.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-widgets,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-price-filter {
	list-style-type: none;
	padding-left: 0
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-widgets .amount,
.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-price-filter .amount {
	font-weight: inherit
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .yolo-filter-color a {
	display: inline-block
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .tagcloud .current-tag {
	background-color: var(--primary_color);
	color: #ffffff
}

.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside ul li.wc-layered-nav-term a {
	display: inline-block
}

.site-content-archive-product .archive-product-wrap .yolo-search-field {
	display: none
}

.site-content-archive-product .archive-product-wrap .product-listing {
	margin: 0 -20px;
	transition: all 0.2s
}

@media (max-width:1300px) {
	.site-content-archive-product .archive-product-wrap .product-listing {
		margin: 0 -10px
	}
}

.site-content-archive-product .archive-product-wrap .yolo-spinner {
	text-align: center;
	position: relative;
	top: 50px
}

.site-content-archive-product .archive-product-wrap .yolo-spinner .fa-spinner {
	position: absolute
}

.site-content-archive-product .archive-product-wrap .woocommerce-no-products {
	min-height: 450px;
	margin-top: 30px
}

.site-content-archive-product .woocommerce-pagination {
	margin-top: 20px;
	text-align: center
}

.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore.yolo-hide-loadmore {
	opacity: 0;
	transition: all 0.2s
}

.site-content-archive-product .woocommerce-pagination .yolo-shop-loadmore.yolo-show-loadmore {
	opacity: 0;
	transition: all 0.2s
}

.yolo-product-category>a {
	display: block
}

.yolo-product-category .product-category-inner {
	position: relative
}

.yolo-product-category .product-category-inner:hover .text-left h2 {
	color: var(--primary_color)
}

.yolo-product-category .product-category-inner:hover .text-left h2:before {
	width: 100%;
	left: 0
}

.yolo-product-category .product-category-inner .text-left {
	position: absolute;
	bottom: 20px;
	left: 20px
}

.yolo-product-category .product-category-inner .text-left h2 {
	font-size: 24px;
	margin: 0
}

.yolo-product-category .product-category-inner .text-left h2 mark {
	color: inherit;
	background-color: transparent;
	padding: 0
}

.yolo-product-category .product-category-inner .text-left h2:before {
	content: '';
	width: 0;
	height: 2px;
	bottom: -2px;
	background-color: var(--primary_color);
	position: absolute;
	right: 0;
	transition: all 0.35s ease
}

@media (min-width:768px) and (max-width:991px) {
	.yolo-filter-result.col-md-9 .woocommerce.columns-3 .product-item-wrap {
		width: 50%
	}
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
	border: none;
	padding: 20px 0;
	border-radius: 0;
	max-width: 570px;
	margin: auto;
	border-bottom: 1px solid #eeeeee;
	text-align: center
}

.woocommerce-checkout form.checkout_coupon input.input-text,
.woocommerce-checkout form.login input.input-text {
	max-width: 370px;
	text-align: center !important
}

.woocommerce-checkout form.checkout_coupon .form-row-first,
.woocommerce-checkout form.checkout_coupon .form-row-last,
.woocommerce-checkout form.login .form-row-first,
.woocommerce-checkout form.login .form-row-last {
	width: 100%;
	float: none;
	margin-bottom: 25px
}

.woocommerce-cart .wc-proceed-to-checkout {
	text-align: center;
	padding: 0
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-top: 50px;
	margin-bottom: 0
}

.woocommerce form input {
	padding: 0 15px
}

.checkout_coupon+form.checkout.woocommerce-checkout,
.login+form.checkout.woocommerce-checkout {
	margin-top: 70px
}

#order_review_heading,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
	margin-bottom: 30px
}

.woocommerce-checkout .checkout .col-2 #ship-to-different-address {
	float: none
}

.woocommerce-checkout .checkout .col-2 #ship-to-different-address label {
	margin: 0
}

.woocommerce-checkout .checkout .col-2 #ship-to-different-address input[type=checkbox] {
	margin-right: 10px
}

#ship-to-different-address .checkbox {
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0
}

.select2-container .select2-choice {
	background-color: transparent;
	border: 1px solid var(--primary_color);
	padding: 8px 20px;
	font-size: 14px;
	color: #858585;
	text-transform: none;
	border-radius: 0;
	height: 44px
}

.select2-container .select2-choice:hover {
	text-decoration: none
}

.select2-drop-active {
	border: none;
	background-color: #f5f5f5
}

.create-account,
.create-account input.input-text {
	text-align: center !important
}

.woocommerce table.shop_table.order_details,
.woocommerce table.woocommerce-checkout-review-order-table {
	border: none;
	margin: 0 0 30px 0;
	border-radius: 0
}

.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.order_details th,
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-checkout-review-order-table th {
	border-top: none;
	padding: 7px 0;
	line-height: 1.8
}

.woocommerce-checkout #payment {
	background-color: transparent;
	border-radius: 0
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: none
}

.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 10px
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
	margin-bottom: 0
}

.wc_payment_method {
	background-color: #fafafa;
	padding: 5px 0
}

.wc_payment_method label {
	color: #222222;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	line-height: 2.4;
	vertical-align: middle
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 5px 0 10px;
	vertical-align: middle
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin: 0
}

.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	font-size: 14px;
	line-height: 1.8;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0 30px;
	margin: 20px 0;
	color: #777
}

.woocommerce-checkout #payment div.payment_box:before {
	display: none
}

.woocommerce-checkout #payment div.form-row {
	padding: 0;
	margin: 30px 0 0 0
}

.woocommerce form .form-row {
	display: block
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	margin-top: 15px;
	margin-bottom: 30px
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	border-color: var(--primary_color)
}

.woocommerce-checkout .has-sidebar .entry-content .woocommerce {
	padding: 0
}

.woocommerce-checkout .entry-content .woocommerce {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05)
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p {
	margin-bottom: 25px
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: var(--text_color)
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label .required {
	color: var(--primary_color)
}

@media (max-width:479px) {
	.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p {
		width: 100%
	}
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p {
	margin-bottom: 25px
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	color: var(--text_color);
	text-transform: capitalize
}

.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label .required {
	color: var(--primary_color)
}

@media (max-width:479px) {
	.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p {
		width: 100%
	}
}

.amount,
.price,
.tr-price,
.woosw-content-item--price {
	font-weight: 500
}

.woocommerce table.shop_table {
	width: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	border: none
}

.woocommerce table.shop_table tr {
	border-bottom: 1px solid #eeeeee
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th {
	background: none;
	border: 0;
	text-align: left;
	padding: 15px 15px 15px 0
}

.woocommerce table.shop_table tfoot td {
	font-weight: normal
}

.woocommerce-checkout .woocommerce-additional-fields .form-row>label,
.woocommerce-checkout .woocommerce-billing-fields .form-row>label,
.woocommerce-checkout .woocommerce-shipping-fields .form-row>label {
	display: none
}

.woocommerce-info,
.woocommerce-message {
	border-color: var(--primary_color)
}

.woocommerce-info>a,
.woocommerce-message>a {
	font-weight: bold
}

.woocommerce-info:before,
.woocommerce-message:before {
	color: var(--primary_color)
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 26%
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 15px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	font-size: 16px;
	background-color: #f6f6f6;
	color: var(--heading_color)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: var(--primary_color);
	color: #fff;
	border-color: var(--primary_color)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: var(--primary_color);
	color: #fff;
	border-color: var(--primary_color)
}

@media (max-width:768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		width: 49%;
		display: inline-block
	}
}

.woocommerce-account .woocommerce-MyAccount-content p a {
	font-weight: 600
}

.woocommerce-account .woocommerce-MyAccount-content>p {
	padding: 1em 2em 1em 1.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	border-top: 3px solid var(--primary_color);
	list-style: none outside;
	width: auto;
	word-wrap: break-word
}

.woocommerce-account .woocommerce-MyAccount-content>p:before {
	content: "\e017";
	color: var(--primary_color);
	font-family: "WooCommerce";
	font-weight: bold;
	margin-right: 20px;
	border: 1px solid var(--primary_color);
	border-radius: 50%;
	padding: 3px
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	max-width: 48%;
	padding: 0
}

@media (max-width:768px) {

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		width: 100%;
		max-width: 100%
	}
}

@media (max-width:768px) {

	.woocommerce .col2-set .col-1.woocommerce-Address,
	.woocommerce .col2-set .col-2.woocommerce-Address,
	.woocommerce-page .col2-set .col-1.woocommerce-Address,
	.woocommerce-page .col2-set .col-2.woocommerce-Address {
		width: 100%
	}
}

.woocommerce-account .addresses .title .edit {
	margin-top: 20px;
	font-weight: 600;
	text-decoration: underline
}

.woocommerce table.my_account_orders {
	font-size: 14px;
	border: 2px solid #eeeeee
}

.woocommerce table.my_account_orders th {
	font-size: 13px;
	color: #222222;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.4;
	padding: 14px 12px;
	font-weight: normal;
	border-bottom-width: 2px
}

.woocommerce table.my_account_orders td {
	text-align: center
}

.woocommerce table.my_account_orders .order-actions .button {
	margin: 0;
	min-width: 120px
}

.woocommerce-account .customer_login_form_wrap {
	margin-bottom: 80px
}

.woocommerce-account .customer_login_form_wrap .col2-set {
	margin-top: 5%;
	margin-bottom: 10%
}

.woocommerce-account .customer_login_form_wrap .col2-set .col-1,
.woocommerce-account .customer_login_form_wrap .col2-set .col-2 {
	background: #fff;
	border: 2px solid #eeeeee;
	padding: 50px 45px 30px 45px
}

.woocommerce-account .customer_login_form_wrap .col2-set p {
	text-align: left
}

.woocommerce-account .customer_login_form_wrap .col2-set h2 {
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 1
}

.woocommerce-account .customer_login_form_wrap .col2-set h2:before {
	content: "";
	position: absolute;
	left: -10px;
	width: 2px;
	height: 100%;
	background: var(--primary_color)
}

.woocommerce-account .customer_login_form_wrap .col2-set label {
	text-align: left
}

.woocommerce-account .customer_login_form_wrap form.login,
.woocommerce-account .customer_login_form_wrap form.register {
	padding: 0;
	margin: 0;
	text-align: left;
	border: none;
	border-radius: 0
}

.woocommerce-account .customer_login_form_wrap form.login .form-row,
.woocommerce-account .customer_login_form_wrap form.register .form-row {
	margin-bottom: 20px
}

.woocommerce-account .customer_login_form_wrap form.login .form-row label.inline,
.woocommerce-account .customer_login_form_wrap form.register .form-row label.inline {
	display: inline-block;
	margin-top: 10px
}

.woocommerce-account .customer_login_form_wrap form.login label,
.woocommerce-account .customer_login_form_wrap form.register label {
	margin-bottom: 5px
}

.woocommerce-account .customer_login_form_wrap form.login .woocommerce-form-login__rememberme,
.woocommerce-account .customer_login_form_wrap form.register .woocommerce-form-login__rememberme {
	display: block;
	margin-bottom: 15px
}

.woocommerce-account .customer_login_form_wrap form.login .input-text,
.woocommerce-account .customer_login_form_wrap form.register .input-text {
	border-radius: 5px;
	text-align: left;
	background: #fff
}

.woocommerce-account .customer_login_form_wrap form.login label[for=rememberme],
.woocommerce-account .customer_login_form_wrap form.register label[for=rememberme] {
	display: block;
	text-transform: none;
	margin-top: 12px;
	color: var(--text_color);
	font-weight: normal
}

.woocommerce-account .customer_login_form_wrap form.login label[for=rememberme] input,
.woocommerce-account .customer_login_form_wrap form.register label[for=rememberme] input {
	margin-right: 5px
}

.wishlist-title.wishlist-title-with-form h2:hover {
	background-color: transparent
}

.wishlist-title {
	text-align: center;
	width: 100%;
	margin-bottom: 40px
}

.wishlist-title h2 {
	margin-top: 0
}

.woocommerce table.shop_table.cart.wishlist_table {
	font-size: 100%;
	margin-bottom: 80px
}

.woocommerce table.shop_table.cart.wishlist_table tr th span {
	color: var(--heading_color);
	font-size: 16px
}

@media screen and (min-width:320px) {
	.woocommerce table.shop_table.cart.wishlist_table tr th span {
		font-size: 12px
	}
}

@media screen and (min-width:480px) {
	.woocommerce table.shop_table.cart.wishlist_table tr th span {
		font-size: 16px
	}
}

.woocommerce table.shop_table.cart.wishlist_table td.product-remove a {
	font-size: 0;
	height: 16px;
	width: 16px;
	margin: auto
}

.woocommerce table.shop_table.cart.wishlist_table td.product-remove a:before {
	font-size: 16px;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e681"
}

.woocommerce table.shop_table.cart.wishlist_table tr td {
	text-align: left
}

.woocommerce table.shop_table.cart.wishlist_table td.product-name a {
	font-size: 16px
}

.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock,
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-out-of-stock {
	font-size: 13px;
	text-transform: uppercase;
	color: #888888
}

.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock {
	color: #D90000
}

.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
	text-align: right;
	padding-right: 30px
}

@media screen and (min-width:320px) {
	.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
		padding-right: 5px
	}
}

@media screen and (min-width:480px) {
	.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
		padding-right: 30px
	}
}

.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart .add-to-cart-wrap {
	display: inline-block;
	position: relative;
	left: auto;
	bottom: auto;
	opacity: 1;
	z-index: 5
}

.woocommerce table.shop_table.cart.wishlist_table tbody tr:last-child td {
	boder-bottom: none
}

.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
	font-size: 15px;
	min-width: 140px;
	padding: 10px 10px;
	background-color: var(--primary_color) !important;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all 0.25s ease 0s;
	line-height: 25px;
	float: left;
	opacity: 1;
	line-height: 40px
}

@media screen and (min-width:320px) {
	.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
		font-size: 12px
	}
}

@media screen and (min-width:480px) {
	.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
		font-size: 16px
	}
}

.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover {
	background-color: var(--primary_color_lighten_10) !important
}

.woocommerce table.shop_table.cart.wishlist_table tfoot td {
	border-top: 2px solid #eeeeee
}

.wishlist_table tr th.product-thumbnail {
	width: 120px
}

.wishlist_table tr th.product-remove {
	width: 70px
}

.wishlist_table tr td.product-thumbnail a {
	max-width: 70px
}

.woocommerce table.wishlist_table tbody td {
	padding: 16px 12px
}

@media screen and (min-width:320px) {
	.woocommerce table.wishlist_table tbody td {
		padding: 15px 0px
	}
}

@media screen and (min-width:480px) {
	.woocommerce table.wishlist_table tbody td {
		padding: 16px 12px
	}
}

.single-product .product-item-wrap,
.woocommerce .product-item-wrap {
	padding: 0 20px 0 20px;
	margin-bottom: 40px !important
}

@media (max-width:1300px) {

	.single-product .product-item-wrap,
	.woocommerce .product-item-wrap {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px !important
	}
}

.single-product .star-rating.rating-invisible,
.woocommerce .star-rating.rating-invisible {
	display: none
}

.single-product .product-item-inner,
.woocommerce .product-item-inner {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	transition: all 0.35s ease-in-out
}

.single-product .product-thumb img,
.woocommerce .product-thumb img {
	width: 100%
}

.single-product .product-flash-wrap,
.woocommerce .product-flash-wrap {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
	display: flex;
	flex-direction: column;
	transition: all ease-in-out 0.3s
}

.single-product .product-flash-wrap div,
.woocommerce .product-flash-wrap div {
	font-size: 13px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	line-height: 40px;
	text-align: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-bottom: 5px
}

.single-product .product-flash-wrap div.on-new,
.woocommerce .product-flash-wrap div.on-new {
	background-color: var(--primary_color)
}

.single-product .product-flash-wrap div.on-hot,
.woocommerce .product-flash-wrap div.on-hot {
	background-color: var(--primary_color)
}

.single-product .product-flash-wrap div.on-sold,
.woocommerce .product-flash-wrap div.on-sold {
	background-color: #959ea7
}

.single-product .product-flash-wrap div.on-sale,
.woocommerce .product-flash-wrap div.on-sale {
	background-color: #ff7d8a
}

.single-product .product-thumb,
.woocommerce .product-thumb {
	position: relative;
	background-color: #fff
}

.single-product .product-thumb .product-thumb-primary,
.woocommerce .product-thumb .product-thumb-primary {
	overflow: hidden
}

.single-product .product-thumb .product-thumb-primary img,
.woocommerce .product-thumb .product-thumb-primary img {
	transition: all 0.5s ease
}

.single-product .product-thumb .product-thumb-secondary img,
.woocommerce .product-thumb .product-thumb-secondary img {
	transition: all 0.5s ease
}

.single-product .product-thumb-secondary,
.woocommerce .product-thumb-secondary {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.2s linear
}

.single-product .product-link,
.woocommerce .product-link {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	visibility: visible;
	transition: all 0.25s ease-in-out
}

.single-product .add-to-cart-wrap,
.woocommerce .add-to-cart-wrap {
	display: inline-block;
	position: absolute;
	opacity: 0;
	left: -10px;
	bottom: 12px;
	transition: all 0.25s ease-in-out
}

.single-product .add-to-cart-wrap a,
.woocommerce .add-to-cart-wrap a {
	text-align: center;
	color: var(--text_color);
	display: inline-block;
	padding: 0;
	opacity: 0;
	position: relative;
	border-radius: 0;
	font-size: 16px;
	min-width: 0;
	vertical-align: middle
}

.single-product .add-to-cart-wrap a:before,
.woocommerce .add-to-cart-wrap a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f217";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	line-height: 1;
	vertical-align: middle;
	display: none
}

.single-product .add-to-cart-wrap a,
.single-product .add_to_wishlist,
.single-product .btn_add_to_cart,
.single-product .compare,
.single-product .product-quick-view,
.single-product .yith-wcwl-wishlistaddedbrowse a,
.single-product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .add-to-cart-wrap a,
.woocommerce .add_to_wishlist,
.woocommerce .btn_add_to_cart,
.woocommerce .compare,
.woocommerce .product-quick-view,
.woocommerce .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .yith-wcwl-wishlistexistsbrowse a {
	text-align: center;
	color: #fff;
	background-color: var(--heading_color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	padding: 0;
	position: relative;
	font-size: 14px;
	min-width: 0;
	vertical-align: middle;
	opacity: 1;
	box-shadow: none
}

.single-product .add-to-cart-wrap a i,
.single-product .add_to_wishlist i,
.single-product .btn_add_to_cart i,
.single-product .compare i,
.single-product .product-quick-view i,
.single-product .yith-wcwl-wishlistaddedbrowse a i,
.single-product .yith-wcwl-wishlistexistsbrowse a i,
.woocommerce .add-to-cart-wrap a i,
.woocommerce .add_to_wishlist i,
.woocommerce .btn_add_to_cart i,
.woocommerce .compare i,
.woocommerce .product-quick-view i,
.woocommerce .yith-wcwl-wishlistaddedbrowse a i,
.woocommerce .yith-wcwl-wishlistexistsbrowse a i {
	font-size: 16px;
	line-height: 13px
}

.single-product .add-to-cart-wrap a.active,
.single-product .add-to-cart-wrap a:hover,
.single-product .add_to_wishlist.active,
.single-product .add_to_wishlist:hover,
.single-product .btn_add_to_cart.active,
.single-product .btn_add_to_cart:hover,
.single-product .compare.active,
.single-product .compare:hover,
.single-product .product-quick-view.active,
.single-product .product-quick-view:hover,
.single-product .yith-wcwl-wishlistaddedbrowse a.active,
.single-product .yith-wcwl-wishlistaddedbrowse a:hover,
.single-product .yith-wcwl-wishlistexistsbrowse a.active,
.single-product .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce .add-to-cart-wrap a.active,
.woocommerce .add-to-cart-wrap a:hover,
.woocommerce .add_to_wishlist.active,
.woocommerce .add_to_wishlist:hover,
.woocommerce .btn_add_to_cart.active,
.woocommerce .btn_add_to_cart:hover,
.woocommerce .compare.active,
.woocommerce .compare:hover,
.woocommerce .product-quick-view.active,
.woocommerce .product-quick-view:hover,
.woocommerce .yith-wcwl-wishlistaddedbrowse a.active,
.woocommerce .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce .yith-wcwl-wishlistexistsbrowse a.active,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:hover {
	color: var(--primary_color);
	background-color: var(--heading_color);
	box-shadow: none
}

.single-product .add-to-cart-wrap a,
.woocommerce .add-to-cart-wrap a {
	font-size: 16px
}

.single-product .add-to-cart-wrap a.loading,
.woocommerce .add-to-cart-wrap a.loading {
	padding: 0;
	opacity: 1
}

.single-product .add-to-cart-wrap a:after,
.woocommerce .add-to-cart-wrap a:after {
	display: none
}

.single-product .wishlist_table .add-to-cart-wrap a.loading,
.woocommerce .wishlist_table .add-to-cart-wrap a.loading {
	font-size: 0 !important;
	min-height: 38px
}

.single-product .wishlist_table .add-to-cart-wrap a:after,
.woocommerce .wishlist_table .add-to-cart-wrap a:after {
	display: block;
	font-size: 14px;
	text-align: center;
	width: 100%;
	right: 0;
	line-height: 38px;
	top: 0
}

.single-product .added_to_cart.wc-forward:before,
.woocommerce .added_to_cart.wc-forward:before {
	content: '\f217';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: var(--primary_color);
	font-size: 16px;
	transition: all 0.35s ease
}

.single-product .added_to_cart.wc-forward i,
.woocommerce .added_to_cart.wc-forward i {
	color: var(--primary_color)
}

.single-product .compare,
.woocommerce .compare {
	right: 30px
}

.single-product .compare .blockUI.blockOverlay,
.woocommerce .compare .blockUI.blockOverlay {
	background: none !important
}

.single-product .product-quick-view.active i.fa-spin:before,
.woocommerce .product-quick-view.active i.fa-spin:before {
	content: "\f110";
	animation: fa-spin 2s infinite linear;
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.single-product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .yith-wcwl-wishlistaddedbrowse a {
	color: var(--primary_color)
}

.single-product .added-spinner,
.woocommerce .added-spinner {
	color: var(--primary_color)
}

.single-product .yith-wcwl-add-to-wishlist,
.woocommerce .yith-wcwl-add-to-wishlist {
	display: inline-block;
	margin: 0;
	top: 25px;
	right: 0px;
	line-height: 1;
	transition: all 0.35s ease
}

.single-product .yith-wcwl-add-to-wishlist span.feedback,
.woocommerce .yith-wcwl-add-to-wishlist span.feedback {
	display: none
}

.single-product .yith-wcwl-add-to-wishlist+div.clear,
.woocommerce .yith-wcwl-add-to-wishlist+div.clear {
	display: none
}

.single-product .yith-wcwl-add-button,
.woocommerce .yith-wcwl-add-button {
	font-weight: bold;
	text-transform: uppercase;
	height: 36px !important;
	position: relative;
	margin-top: 15px;
	border-radius: 100px;
	transition: all ease-in-out 0.3s;
	border: none
}

.single-product .yith-wcwl-add-button a,
.woocommerce .yith-wcwl-add-button a {
	line-height: 36px
}

.single-product .yith-wcwl-add-button a i,
.woocommerce .yith-wcwl-add-button a i {
	margin-right: 0px
}

.single-product .yith-wcwl-add-button .ajax-loading,
.woocommerce .yith-wcwl-add-button .ajax-loading {
	display: none !important
}

.single-product .yith-wcwl-add-button:hover,
.woocommerce .yith-wcwl-add-button:hover {
	border-color: var(--primary_color)
}

.single-product .yith-wcwl-add-button:hover a,
.woocommerce .yith-wcwl-add-button:hover a {
	color: var(--primary_color)
}

.single-product .add_to_wishlist:before,
.single-product .compare.added:before,
.single-product .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .add_to_wishlist:before,
.woocommerce .compare.added:before,
.woocommerce .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f004";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 1;
	vertical-align: middle
}

.single-product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .yith-wcwl-wishlistexistsbrowse a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0
}

.single-product .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:before {
	color: var(--primary_color)
}

.single-product .add_to_wishlist i,
.woocommerce .add_to_wishlist i {
	font-size: 16px;
	line-height: 1
}

.single-product .add_to_wishlist i:before,
.woocommerce .add_to_wishlist i:before {
	line-height: 1
}

.single-product .compare i.fa-spinner,
.woocommerce .compare i.fa-spinner {
	font-size: 16px;
	line-height: 28px
}

.single-product .compare.added:before,
.woocommerce .compare.added:before {
	content: "\f268" !important;
	font-family: Ionicons;
	font-size: 20px;
	line-height: 28px
}

.single-product .add_to_wishlist.added-spinner:before,
.woocommerce .add_to_wishlist.added-spinner:before {
	content: "";
	display: none
}

.single-product .added-spinner:before,
.woocommerce .added-spinner:before {
	content: "\f110";
	animation: fa-spin 2s infinite linear
}

.single-product .product-info,
.woocommerce .product-info {
	padding: 10px 0;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 3;
	min-height: 92px
}

.single-product .product-info h3,
.woocommerce .product-info h3 {
	position: relative;
	top: 0;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555;
	text-align: left;
	font-weight: 400;
	width: 100%;
	padding-right: 0px;
	transition: all 0.35s ease
}

.single-product .product-info .star-rating,
.woocommerce .product-info .star-rating {
	position: absolute;
	right: 0px;
	bottom: 18px;
	margin-top: 0;
	font-size: 14px;
	width: 93px;
	transition: all 0.35s ease
}

.single-product .product-info span.price,
.woocommerce .product-info span.price {
	font-size: 16px !important;
	display: block;
	padding: 0px 0px;
	text-align: left;
	color: var(--primary_color)
}

.single-product .product-info span.price ins,
.woocommerce .product-info span.price ins {
	display: inline-block;
	text-decoration: none;
	font-style: inherit
}

.single-product .product-info span.price del,
.woocommerce .product-info span.price del {
	color: var(--text_color_lighten_20);
	display: inline-block;
	opacity: 1;
	margin-right: 0px;
	font-weight: inherit;
	font-style: inherit
}

.single-product .product-item-wrap.active .product-thumb .product-thumb-secondary,
.single-product .product-item-wrap:hover .product-thumb .product-thumb-secondary,
.woocommerce .product-item-wrap.active .product-thumb .product-thumb-secondary,
.woocommerce .product-item-wrap:hover .product-thumb .product-thumb-secondary {
	opacity: 1
}

.single-product .product-item-wrap.active .product-info h3,
.single-product .product-item-wrap:hover .product-info h3,
.woocommerce .product-item-wrap.active .product-info h3,
.woocommerce .product-item-wrap:hover .product-info h3 {
	color: var(--primary_color)
}

.single-product .product-item-wrap.active .product-info .star-rating,
.single-product .product-item-wrap.active .product-info span.price,
.single-product .product-item-wrap:hover .product-info .star-rating,
.single-product .product-item-wrap:hover .product-info span.price,
.woocommerce .product-item-wrap.active .product-info .star-rating,
.woocommerce .product-item-wrap.active .product-info span.price,
.woocommerce .product-item-wrap:hover .product-info .star-rating,
.woocommerce .product-item-wrap:hover .product-info span.price {
	opacity: 0
}

.single-product .product-item-wrap.active .product-info .add-to-cart-wrap,
.single-product .product-item-wrap:hover .product-info .add-to-cart-wrap,
.woocommerce .product-item-wrap.active .product-info .add-to-cart-wrap,
.woocommerce .product-item-wrap:hover .product-info .add-to-cart-wrap {
	left: 0px;
	opacity: 1
}

.single-product .product-item-wrap.active .product-info .yith-wcwl-add-to-wishlist,
.single-product .product-item-wrap:hover .product-info .yith-wcwl-add-to-wishlist,
.woocommerce .product-item-wrap.active .product-info .yith-wcwl-add-to-wishlist,
.woocommerce .product-item-wrap:hover .product-info .yith-wcwl-add-to-wishlist {
	opacity: 1
}

.single-product .product-item-wrap.active .product-info .compare,
.single-product .product-item-wrap.active .product-info .product-quick-view,
.single-product .product-item-wrap:hover .product-info .compare,
.single-product .product-item-wrap:hover .product-info .product-quick-view,
.woocommerce .product-item-wrap.active .product-info .compare,
.woocommerce .product-item-wrap.active .product-info .product-quick-view,
.woocommerce .product-item-wrap:hover .product-info .compare,
.woocommerce .product-item-wrap:hover .product-info .product-quick-view {
	opacity: 1
}

@media (max-width:479px) and (min-width:321px) {

	.single-product .product-item-wrap .product-info .compare,
	.single-product .product-item-wrap .product-info .product-quick-view,
	.single-product .product-item-wrap .product-info .yith-wcwl-add-to-wishlist,
	.woocommerce .product-item-wrap .product-info .compare,
	.woocommerce .product-item-wrap .product-info .product-quick-view,
	.woocommerce .product-item-wrap .product-info .yith-wcwl-add-to-wishlist {
		opacity: 0 !important
	}
}

.single-product.columns-2 .product-item-wrap,
.woocommerce.columns-2 .product-item-wrap {
	width: 50%;
	float: left
}

.single-product.columns-3 .product-item-wrap,
.woocommerce.columns-3 .product-item-wrap {
	width: 33.33333333%;
	float: left
}

.single-product.columns-4 .product-item-wrap,
.woocommerce.columns-4 .product-item-wrap {
	width: 25%;
	float: left
}

.single-product.columns-5 .product-item-wrap,
.woocommerce.columns-5 .product-item-wrap {
	width: 20%;
	float: left
}

.single-product.product-slider .product-item-wrap,
.woocommerce.product-slider .product-item-wrap {
	float: none;
	padding-bottom: 0
}

@media (max-width:991px) {

	.single-product.columns-4 .product-item-wrap,
	.single-product.columns-5 .product-item-wrap,
	.woocommerce.columns-4 .product-item-wrap,
	.woocommerce.columns-5 .product-item-wrap {
		width: 33.33%
	}
}

@media (max-width:768px) {

	.single-product.columns-3 .product-item-wrap,
	.single-product.columns-4 .product-item-wrap,
	.single-product.columns-5 .product-item-wrap,
	.woocommerce.columns-3 .product-item-wrap,
	.woocommerce.columns-4 .product-item-wrap,
	.woocommerce.columns-5 .product-item-wrap {
		width: 50%
	}
}

@media (max-width:414px) {

	.single-product.columns-2 .product-item-wrap,
	.single-product.columns-3 .product-item-wrap,
	.single-product.columns-4 .product-item-wrap,
	.single-product.columns-5 .product-item-wrap,
	.woocommerce.columns-2 .product-item-wrap,
	.woocommerce.columns-3 .product-item-wrap,
	.woocommerce.columns-4 .product-item-wrap,
	.woocommerce.columns-5 .product-item-wrap {
		width: 100%
	}
}

.rbc-product-inner {
	overflow: hidden;
	background-color: #fff;
	transition: all ease-in-out 0.4s;
	position: relative
}

.rbc-product-inner .product__price {
	text-align: center;
	margin: 0px 0 3px
}

.rbc-product-inner .product__price .price del {
	font-weight: 400;
	font-size: 14px;
	color: var(--text_color_lighten_20)
}

.rbc-product-inner .product__price .price ins {
	text-decoration: none;
	font-weight: 600 !important
}

.rbc-product-inner .product__thumb {
	position: relative;
	overflow: hidden
}

.rbc-product-inner .product__thumb:before {
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	transition: all 0.25s ease-in-out;
	background-color: #f7f7f7;
	mix-blend-mode: darken
}

.rbc-product-inner .product__thumb img {
	width: 100%;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out, filter 0.3s ease-out
}

.rbc-product-inner .product__info {
	padding: 40px 0 10px
}

.rbc-product-inner .product__title h3 {
	transition: all ease-in-out 0.3s;
	font-size: 20px;
	letter-spacing: 0.5px;
	margin: 0
}

.rbc-product-inner .product__meta {
	flex-direction: column;
	transition: all ease-in-out 0.3s;
	position: absolute;
	top: calc(50% + 15px);
	transform: translateY(-50%);
	left: -20px;
	opacity: 0;
	z-index: 2
}

.rbc-product-inner .product__meta .quick-view-wrap {
	padding-bottom: 10px
}

.rbc-product-inner .product__meta .add-to-cart-wrap,
.rbc-product-inner .product__meta .product-quick-view {
	opacity: 1;
	position: relative;
	left: 0;
	top: 0
}

.rbc-product-inner .product__meta .add-to-cart-wrap {
	position: relative
}

.rbc-product-inner .product__meta .add-to-cart-wrap .added_to_cart {
	font-size: 0px
}

.rbc-product-inner .product__meta .product-quick-view a:hover {
	color: var(--primary_color)
}

.rbc-product-inner .product__meta .product-quick-view:hover a {
	color: var(--primary_color) !important
}

.rbc-product-inner .product__meta .compare .add_to_compare {
	opacity: 1;
	position: relative
}

.rbc-product-inner .product__meta .compare .add_to_compare:hover a {
	color: var(--primary_color) !important
}

.rbc-product-inner .product__meta .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	margin-top: 0;
	height: fit-content !important
}

.rbc-product-inner .product__meta .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	line-height: normal;
	font-size: 0
}

.rbc-product-inner .product__meta .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover {
	border: none
}

.rbc-product-inner .product__meta .grf-compare {
	position: relative
}

.rbc-product-inner .product__meta .grf-compare a {
	right: 0
}

.rbc-product-inner:hover .product__thumb img {
	transform: scale(1.1)
}

.rbc-product-inner:hover .product__meta {
	opacity: 1;
	left: 15px
}

.rbc-product-inner:hover .product__title h3 {
	color: var(--primary_color)
}

.woocommerce>.woocommerce {
	margin: 0
}

.woocommerce>.woocommerce .product-item-wrap {
	padding: 0
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner {
	transition: all 0.35s ease
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-thumb {
	width: 33.33%;
	float: left
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-thumb .product-thumb-primary img {
	padding-top: 0
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-thumb .product-thumb-secondary img {
	padding-top: 0
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-thumb .product-flash-wrap span {
	margin-top: 0
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-info {
	padding: 0 0 0 30px;
	width: 66.66%;
	float: left;
	text-align: left
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-info .star-rating {
	position: relative;
	text-align: left;
	right: 0;
	margin: 20px 0 10px 0
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-info .star-rating:before {
	left: 0;
	transform: translateX(0)
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-info span.price {
	margin-top: 25px;
	padding-top: 10px
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-info h3 {
	width: 100%;
	padding-right: 0;
	margin-top: 12px;
	margin-bottom: 20px;
	font-size: 16px
}

@media (min-width:768px) and (max-width:991px) {
	.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-info {
		padding-left: 10px
	}

	.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-info h3 {
		font-size: 14px;
		margin-bottom: 0;
		margin-top: 0
	}

	.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-info span.price {
		margin-top: 0
	}
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner .product-actions {
	display: none
}

.woocommerce>.woocommerce .product-item-wrap .product-item-inner:hover {
	transform: translate(0, -3px)
}

.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info .star-rating {
	bottom: 0
}

.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info span.price {
	margin-top: 10px !important
}

.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info .star-rating,
.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info span.price {
	opacity: 1
}

.woocommerce.columns-1 .woocommerce .product-item-wrap .product-info .add-to-cart-wrap {
	display: none
}

.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info .star-rating,
.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info span.price {
	opacity: 1
}

.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info .yith-wcwl-add-to-wishlist {
	opacity: 0
}

.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info .compare,
.woocommerce.columns-1 .woocommerce .product-item-wrap:hover .product-info .product-quick-view {
	opacity: 0
}

.woocommerce.columns-1 .product-item-wrap {
	width: 100%
}

.woocommerce.columns-1 .product-item-wrap .product-info h3 {
	font-size: 14px;
	color: var(--text_color);
	text-align: left
}

.woocommerce.columns-1 .product-item-wrap .product-info .star-rating:before {
	left: 0;
	transform: translate(0, 0)
}

.woocommerce.columns-1 .product-item-wrap .product-info span.price {
	text-align: left
}

.woocommerce.columns-1 .product-item-wrap .product-info .product-single-short-description {
	text-align: left
}

.product-item-wrap .rbc-product-inner .product__meta .add-to-cart-wrap,
.product-item-wrap .rbc-product-inner .product__meta .yith-wcwl-add-to-wishlist {
	padding-bottom: 10px
}

.product-item-wrap .rbc-product-inner .product__meta .product-quick-view {
	padding-bottom: 5px
}

.woocommerce-account .woocommerce header.title h3,
.woocommerce-order-received .woocommerce header.title h3 {
	font-size: 26px;
	margin-bottom: 20px
}

.woocommerce-account .woocommerce address,
.woocommerce-order-received .woocommerce address {
	line-height: 1.8
}

.woocommerce .order_details {
	padding: 0
}

.track_order {
	text-align: left
}

.track_order .form-row input.button {
	margin-top: 30px;
	height: 50px;
	min-width: 170px;
	text-transform: uppercase;
	font-size: 16px
}

.track_order p:first-child {
	line-height: 1.8;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	display: none
}

.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
	float: none;
	margin: auto;
	margin-bottom: 20px;
	width: 100%
}

.woocommerce .track_order .form-row-first label,
.woocommerce .track_order .form-row-last label {
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: var(--primary_color)
}

.woocommerce .track_order .form-row-first input,
.woocommerce .track_order .form-row-last input {
	text-align: left;
	color: var(--primary_color)
}

.woocommerce .track_order .form-row-first input .placeholder,
.woocommerce .track_order .form-row-last input .placeholder {
	text-align: left;
	color: var(--primary_color_fade_50)
}

.woocommerce form.track_order .form-row input.input-text {
	height: 55px;
	border: 1px solid #eee !important
}

.woocommerce form.track_order .form-row input.input-text:focus {
	border-color: var(--primary_color) !important
}

.product-paging-load-more button {
	background-color: var(--primary_color);
	transition: all 0.35s ease
}

.product-paging-load-more button:hover {
	background-color: var(--primary_color_darken_20)
}

#popup-product-quick-view-wrapper.fade {
	opacity: 1 !important
}

#popup-product-quick-view-wrapper .modal-dialog {
	top: 200px;
	transition: all ease-in-out 0.4s
}

.woocommerce .rbc-product-inner .product__price .price {
	color: var(--primary_color);
	font-size: 1.15em
}

.woocommerce .rbc-product-inner .product__price .price .sale_price {
	padding-left: 10px
}

.recent-item .recent-title {
	border-bottom: 1px solid #cecece
}

.recent-item .rbc-product-inner {
	transition: all 0.6s ease
}

.recent-item .rbc-product-inner .product__thumb {
	float: left;
	margin: 0px;
	padding: 0px;
	display: flex;
	width: 100px;
	height: 120px;
	min-height: 120px;
	width: 30%
}

@media screen and (min-width:992px) {
	.recent-item .rbc-product-inner .product__thumb {
		float: left;
		margin: 0px;
		padding-top: 5px
	}
}

.recent-item .rbc-product-inner .product__thumb .product__price {
	display: inline-block;
	width: 70%;
	left: 40%
}

@media screen and (min-width:768px) {
	.recent-item .rbc-product-inner .product__thumb .product__price {
		display: none
	}
}

@media screen and (min-width:992px) {
	.recent-item .rbc-product-inner .product__thumb .product__price {
		display: inline-block
	}
}

.recent-item .rbc-product-inner .product__thumb .product__price .price {
	display: flex;
	font-family: var(--secondary_font)
}

@media screen and (min-width:768px) {
	.recent-item .rbc-product-inner .product__thumb .product__price .price {
		display: block
	}
}

@media screen and (min-width:992px) {
	.recent-item .rbc-product-inner .product__thumb .product__price .price {
		display: flex
	}
}

.recent-item .rbc-product-inner .product__thumb .product__price .price del {
	padding-right: 10px;
	color: #8f8f8f
}

.recent-item .rbc-product-inner .product__info {
	height: 100%;
	padding: 30px 0px;
	width: 70%;
	display: inline-block
}

@media screen and (min-width:320px) {
	.recent-item .rbc-product-inner .product__info {
		display: inline-block
	}
}

@media screen and (min-width:768px) {
	.recent-item .rbc-product-inner .product__info {
		display: inline-block;
		padding: 15px 0px
	}
}

@media screen and (min-width:992px) {
	.recent-item .rbc-product-inner .product__info {
		padding: 30px 0px
	}
}

.recent-item .rbc-product-inner .product__info .product__title h3 {
	padding-top: 10px;
	padding-left: 15%;
	text-align: left !important
}

.recent-item .rbc-product-inner .product__info .product__cat {
	padding-left: 15%;
	text-align: left !important
}

.recent-item .rbc-product-inner .product__meta {
	display: none
}

@media screen and (min-width:320px) {
	.recent-item .rbc-product-inner .star-rating {
		margin-top: 10px;
		margin-left: 15%
	}
}

@media screen and (min-width:768px) {
	.recent-item .rbc-product-inner .star-rating {
		margin-left: 15%
	}
}

.recent-item .rbc-product-inner .product__sale-flash {
	display: none
}

.recent-item .rbc-product-inner:hover {
	box-shadow: 0px 2px 15px 0px #DEDEDE
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 100%
}

.cart-form {
	margin-bottom: 50px;
	margin-top: 80px
}

.woocommerce a.remove {
	margin: 0 auto
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	padding: 10px 0
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: none;
	padding: 6px 15px 5px;
	margin-right: 15px;
	border-radius: 30px;
	height: 50px
}

.woocommerce table.shop_table {
	border: none
}

.woocommerce table.shop_table.cart {
	background-color: #fff;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
	border-top: 5px solid var(--primary_color)
}

.woocommerce table.shop_table.cart thead tr th {
	font-size: 20px;
	padding: 13px 10px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: var(--heading_color)
}

.woocommerce table.shop_table.cart thead tr th.product-thumbnail {
	width: 100px
}

.woocommerce table.shop_table.cart thead tr th.product-remove {
	width: 50px
}

.woocommerce table.shop_table.cart tbody tr td.actions {
	padding: 20px 20px
}

.woocommerce table.shop_table.cart tbody tr td.actions input {
	min-width: 170px
}

@media (max-width:480px) {
	.woocommerce table.shop_table.cart tbody tr td.actions input {
		min-width: auto
	}
}

.woocommerce table.shop_table.cart tbody tr td .variation {
	font-weight: normal
}

.woocommerce table.shop_table.cart tbody tr td .variation dt {
	font-weight: normal
}

.woocommerce table.shop_table.cart tbody .product-name a {
	font-weight: 600
}

.woocommerce table.shop_table.cart tbody .product-thumbnail img {
	min-width: 80px
}

@media (max-width:479px) {
	.woocommerce table.shop_table.cart tbody .product-thumbnail img {
		display: none
	}
}

.woocommerce table.shop_table.cart tbody .product-quantity .quantity label {
	display: none
}

.woocommerce table.shop_table.cart tbody .product-quantity .quantity input.qty {
	border: 1px solid #eeeeee;
	padding: 5px 0 5px 10px;
	border-radius: 3px
}

.cart-collaterals h2,
.cart-collaterals h4.widget-title {
	font-size: 36px;
	margin-top: 40px;
	margin-bottom: 25px;
	text-align: left;
	border-left: 3px solid var(--primary_color);
	padding-left: 15px
}

.woocommerce .cart-collaterals .cart_totals {
	width: 100%;
	float: left;
	margin: 0 auto
}

@media (max-width:479px) {
	.woocommerce .cart-collaterals .cart_totals {
		margin: 0
	}
}

.woocommerce .cart-collaterals .cart_totals td {
	width: 100%
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	text-transform: uppercase;
	letter-spacing: 1.38px;
	line-height: 1.5;
	display: inline-block;
	position: relative
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor;
	margin-left: 0
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
	color: var(--primary_color)
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover:after {
	width: 100%;
	left: 0;
	right: auto
}

.woocommerce .shipping-calculator-form button.button {
	box-shadow: none
}

.select2-container--default .select2-selection--single {
	height: 55px;
	border-color: #eeeeee
}

.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #808080
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 55px;
	line-height: 55px;
	padding: 0 15px
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 55px
}

.woocommerce .select2-dropdown {
	border-color: #808080
}

.woocommerce .select2-dropdown .select2-search__field {
	background-color: #fff;
	border-color: #eeeeee;
	height: 40px
}

.woocommerce-cart .cart-collaterals .shop_table tr {
	border-bottom: 1px solid #ededed;
	display: flex
}

.woocommerce-cart .cart-collaterals .shop_table tr:last-child {
	border-bottom: none
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	border: 0;
	padding: 15px 7px
}

.woocommerce ul#shipping_method {
	line-height: 2
}

.woocommerce ul#shipping_method li {
	padding: 0;
	text-indent: 0
}

.woocommerce ul#shipping_method li input[type=radio] {
	margin: 0;
	vertical-align: middle
}

.woocommerce ul#shipping_method li label {
	font-weight: normal;
	margin: 0
}

.woocommerce ul#shipping_method .amount {
	font-weight: normal
}

p.return-to-shop {
	margin-bottom: 80px !important
}

p.return-to-shop .button {
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: var(--primary_color);
	background-color: #fff;
	padding: 15px 40px;
	border-radius: 30px;
	transition: all 300ms ease;
	display: inline-block;
	position: relative;
	visibility: visible;
	box-shadow: 0px 2px 5px rgba(53, 52, 52, 0.1)
}

p.return-to-shop .button:hover {
	color: #fff;
	background-color: var(--primary_color);
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.33)
}

.cross-sells .owl-nav div {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 0;
	height: 44px;
	width: 44px;
	padding: 0;
	background-color: rgba(128, 128, 128, 0.5);
	text-align: center;
	transition: all 0.35s ease
}

.cross-sells .owl-nav div i {
	font-size: 24px;
	color: #fff;
	line-height: 44px
}

.cross-sells .owl-nav div:hover {
	background-color: var(--primary_color)
}

.cross-sells .owl-nav .owl-prev {
	left: -10px
}

.cross-sells .owl-nav .owl-next {
	right: -10px
}

.woocommerce .site-content-single-product .single-product-image-wrap .woocommerce-product-gallery {
	width: 100%
}

.woocommerce .site-content-single-product .single-product-image-wrap .woocommerce-product-gallery__trigger {
	width: 32px;
	height: 32px;
	top: 3px;
	right: 3px
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider {
	height: auto;
	margin: 20px auto
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider:hover .slick-arrow {
	opacity: 1
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-slide {
	display: inline-block;
	margin: 0 8px;
	outline: none;
	clear: none !important;
	z-index: 6;
	position: relative
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-slide img {
	width: 100%;
	border: 2px solid transparent;
	transition: all 0.5s
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-slide.slick-active .flex-active {
	border-color: var(--primary_color)
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-arrow {
	opacity: 0;
	margin-top: 0;
	z-index: 7;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.35s ease
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-arrow:hover {
	background-color: var(--primary_color)
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-arrow:before {
	font: normal normal normal 22px/1 FontAwesome;
	color: #fff;
	width: 20px;
	height: 20px;
	font-weight: 400
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-prev {
	left: 0
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-prev:before {
	content: '\f104'
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-next {
	right: 0
}

.woocommerce .site-content-single-product .single-product-image-wrap .flex-control-thumbs.slick-slider .slick-next:before {
	content: '\f105'
}

.woocommerce .single-product-image-wrap #sync1 {
	overflow: hidden
}

.woocommerce .single-product-image-wrap #sync1:hover .owl-nav {
	opacity: 1
}

.woocommerce .single-product-image-wrap #sync1 .owl-nav {
	opacity: 0;
	transition: all 0.35s ease
}

.woocommerce .single-product-image-wrap #sync1 .owl-nav>div {
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	line-height: 1;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease
}

.woocommerce .single-product-image-wrap #sync1 .owl-nav>div:hover {
	color: var(--primary_color)
}

.woocommerce .single-product-image-wrap #sync1 .owl-nav>div.owl-next {
	right: 30px
}

.woocommerce .single-product-image-wrap #sync1 .owl-nav>div.owl-prev {
	left: 30px
}

.woocommerce .single-product-image-wrap #sync2:hover .owl-nav {
	opacity: 1
}

.woocommerce .single-product-image-wrap #sync2 .owl-nav {
	opacity: 0;
	transition: all 0.35s ease
}

.woocommerce .single-product-image-wrap #sync2 .owl-nav>div {
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	padding: 5px 10px;
	line-height: 1;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	transition: all 0.35s ease
}

.woocommerce .single-product-image-wrap #sync2 .owl-nav>div:hover {
	background-color: var(--primary_color)
}

.woocommerce .single-product-image-wrap #sync2 .owl-nav>div.owl-next {
	right: 0
}

.woocommerce .single-product-image-wrap #sync2 .owl-nav>div.owl-prev {
	left: 0
}

.woocommerce .single-product-image-wrap #sync2 .thumbnail-image {
	text-align: center
}

.woocommerce .single-product-image-wrap #sync2 .thumbnail-image a {
	margin: 20px 10px;
	display: block;
	position: relative;
	opacity: 0.5
}

.woocommerce .single-product-image-wrap #sync2 .thumbnail-image a:before {
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	box-shadow: inset 0 0 0 0px #fff;
	transition: all 0.35s ease;
	background-color: #f7f7f7;
	mix-blend-mode: darken
}

.woocommerce .single-product-image-wrap #sync2 .thumbnail-image a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.woocommerce .single-product-image-wrap #sync2 .synced .thumbnail-image a {
	opacity: 1
}

@media (max-width:768px) {
	.woocommerce div.product .single-product-info {
		flex-direction: column
	}
}

.woocommerce div.product .summary-product-wrap {
	margin-bottom: 50px
}

@media (max-width:768px) {
	.woocommerce div.product .summary-product-wrap {
		margin-top: 30px
	}
}

@media (max-width:480px) {
	.woocommerce div.product .summary-product-wrap {
		margin-bottom: 0
	}
}

.woocommerce div.product .summary-product-wrap .product_title {
	position: relative;
	margin-bottom: 5px
}

@media (max-width:1199px) {
	.woocommerce div.product .summary-product-wrap .product_title {
		font-size: 36px
	}
}

.woocommerce div.product .summary-product-wrap .woocommerce-product-rating {
	margin-top: 10px;
	margin-bottom: 20px;
	vertical-align: middle;
	line-height: 20px
}

.woocommerce div.product .summary-product-wrap .woocommerce-product-rating .woocommerce-review-link {
	font-size: 15px;
	line-height: 1.4;
	color: #878787;
	margin-left: 10px
}

.woocommerce div.product .summary-product-wrap .woocommerce-product-rating .star-rating {
	float: none;
	margin: 0;
	display: inline-block;
	font-size: 13px;
	height: 15px;
	vertical-align: middle
}

.woocommerce div.product .summary-product-wrap p.price {
	font-size: 30px;
	line-height: 1.2;
	color: var(--primary_color);
	padding-top: 25px;
	margin-bottom: 0;
	margin-top: 0
}

.woocommerce div.product .summary-product-wrap p.price del {
	position: relative;
	font-size: 18px;
	color: #a8a8a8
}

.woocommerce div.product .summary-product-wrap p.price ins {
	text-decoration: none
}

@media (max-width:479px) {
	.woocommerce div.product .summary-product-wrap p.price {
		font-size: 24px
	}
}

.woocommerce div.product .summary-product-wrap .product-single-short-description {
	margin-bottom: 28px
}

.woocommerce div.product .summary-product-wrap .product-single-short-description p {
	margin-bottom: 0
}

.woocommerce div.product .summary-product-wrap form.cart {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%
}

.woocommerce div.product .summary-product-wrap form.cart div.quantity {
	margin-right: 10px
}

.woocommerce div.product .summary-product-wrap form.cart div.quantity label {
	display: none
}

.woocommerce div.product .summary-product-wrap form.cart div.quantity input {
	height: 50px;
	font-size: 16px;
	padding: 0 0px 0 20px;
	border-radius: 3px;
	padding-right: 5px;
	border: 1px solid var(--heading_color_fade_30)
}

.woocommerce div.product .summary-product-wrap form.cart .added_to_cart,
.woocommerce div.product .summary-product-wrap form.cart .button {
	min-width: 200px;
	border-radius: 3px
}

.woocommerce div.product .summary-product-wrap form.cart .added_to_cart:hover,
.woocommerce div.product .summary-product-wrap form.cart .button:hover {
	background-color: var(--heading_color);
	box-shadow: 3px 9px 10px rgba(63, 58, 100, 0.4)
}

.woocommerce div.product .summary-product-wrap form.cart .button.added {
	display: none
}

.woocommerce div.product .summary-product-wrap form.cart .group_table {
	border: none;
	margin-bottom: 38px
}

.woocommerce div.product .summary-product-wrap form.cart .group_table td {
	line-height: 50px
}

.woocommerce div.product .summary-product-wrap form.cart .group_table td.label {
	padding: 0 10px
}

.woocommerce div.product .summary-product-wrap form.cart .group_table label {
	color: var(--heading_color);
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	font-size: 17px;
	margin: 0;
	line-height: 50px
}

.woocommerce div.product .summary-product-wrap form.cart .group_table td.woocommerce-grouped-product-list-item__price {
	font-weight: 600;
	line-height: 50px;
	font-size: 17px;
	color: var(--primary_color);
	font-family: var(--secondary_font)
}

.woocommerce div.product .summary-product-wrap form.cart .group_table td.woocommerce-grouped-product-list-item__price ins {
	display: inline-block;
	text-decoration: none
}

.woocommerce div.product .summary-product-wrap form.cart .group_table td.woocommerce-grouped-product-list-item__price del {
	display: inline-block;
	color: #a8a8a8;
	font-size: var(--primary_font_size);
	opacity: 1;
	margin-right: 15px
}

.woocommerce div.product .summary-product-wrap form.cart .group_table td.woocommerce-grouped-product-list-item__price .out-of-stock {
	display: inline-block;
	margin-bottom: 0;
	color: var(--primary_color_fade_50);
	font-size: 11px;
	margin-left: 3px
}

.woocommerce div.product .summary-product-wrap .woocommerce-variation {
	margin: 20px 0
}

.woocommerce div.product .summary-product-wrap .woocommerce-variation .woocommerce-variation-price .price ins {
	text-decoration: none
}

.woocommerce div.product .summary-product-wrap form.variations_form .variations {
	width: 100%;
	margin: 0
}

.woocommerce div.product .summary-product-wrap form.variations_form .variations tr:nth-child(3) td {
	padding: 0
}

.woocommerce div.product .summary-product-wrap form.variations_form .variations td {
	display: table-cell;
	text-align: left;
	vertical-align: middle
}

.woocommerce div.product .summary-product-wrap form.variations_form .variations td.label {
	padding: 0
}

.woocommerce div.product .summary-product-wrap form.variations_form .variations select {
	background-color: #f6f6f6;
	border-radius: 3px
}

.woocommerce div.product .summary-product-wrap form.variations_form .variations tr+tr td,
.woocommerce div.product .summary-product-wrap form.variations_form .variations tr+tr td.label {
	padding: 10px 0 0 0
}

.woocommerce div.product .summary-product-wrap form.variations_form .variations td.label label {
	margin-bottom: 0;
	letter-spacing: 1px;
	font-weight: var(--secondary_font_weight);
	color: var(--heading_color);
	width: 62px;
	font-family: var(--secondary_font);
	font-size: 16px;
	text-transform: capitalize
}

.woocommerce div.product .summary-product-wrap form.variations_form .single_variation_wrap:after,
.woocommerce div.product .summary-product-wrap form.variations_form .variations_button:after {
	content: "";
	display: block;
	clear: both
}

.woocommerce div.product .summary-product-wrap form.variations_form .single_variation span.price {
	font-size: 24px !important;
	color: var(--primary_color);
	line-height: 1;
	margin-bottom: 20px
}

.woocommerce div.product .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button {
	background-color: var(--primary_color)
}

.woocommerce div.product .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button:hover {
	background-color: #222;
	color: #fff
}

.woocommerce div.product .summary-product-wrap .yith-wcwl-add-to-wishlist {
	margin-left: 0px;
	display: inline-block;
	margin-top: 0;
	text-align: center;
	line-height: 48px;
	margin-bottom: 20px;
	display: none
}

.woocommerce div.product .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	font-size: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #eeeeee
}

.woocommerce div.product .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	display: block
}

.woocommerce div.product .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
	display: none !important
}

.woocommerce div.product .summary-product-wrap .yith-wcwl-add-to-wishlist i {
	line-height: 48px;
	font-size: 18px;
	margin-right: 0
}

.woocommerce div.product .summary-product-wrap .single-product-function {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px
}

.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist {
	margin: 0 15px 0 0;
	display: inline-block
}

.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist,
.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a,
.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a {
	font-size: 13px;
	color: #777;
	text-transform: uppercase;
	transition: all 0.2s ease
}

.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover:before,
.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before {
	color: #fff
}

.woocommerce div.product .summary-product-wrap .single-product-function .compare.added:before,
.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:before,
.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce div.product .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f004";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	background-color: #FAFAFA;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	color: #888888;
	margin-right: 10px;
	transition: all 0.2s ease
}

.woocommerce div.product .summary-product-wrap .single-product-function .compare.added:before {
	content: "\f012"
}

.woocommerce div.product .summary-product-wrap .single-product-function a.compare {
	font-size: 13px;
	color: #777;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.2s ease
}

.woocommerce div.product .summary-product-wrap .single-product-function a.compare i {
	font-size: 11px;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	background-color: #FAFAFA;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	color: #888888;
	margin-right: 10px;
	transition: all 0.2s ease
}

.woocommerce div.product .summary-product-wrap .single-product-function a.compare:hover i {
	color: #fff
}

.woocommerce div.product .summary-product-wrap .single-product-function .feedback {
	display: none !important
}

.woocommerce div.product .summary-product-wrap .single-product-function .fa-heart-o {
	display: none
}

.woocommerce div.product .summary-product-wrap .product_meta>span {
	display: block;
	padding-bottom: 10px
}

.woocommerce div.product .summary-product-wrap .product_meta .yith-wcbr-brands-logo {
	padding: 0px;
	margin: 0px
}

.woocommerce div.product .summary-product-wrap .product_meta .yith-wcbr-brands {
	display: none
}

.woocommerce div.product .summary-product-wrap .product_meta label {
	margin-bottom: 0;
	letter-spacing: 1px;
	font-weight: var(--secondary_font_weight);
	color: var(--heading_color);
	font-family: var(--secondary_font);
	font-size: 16px
}

.woocommerce div.product .summary-product-wrap .stock {
	display: none
}

.woocommerce div.product .summary-product-wrap .social-share-wrap label {
	font-weight: var(--secondary_font_weight);
	font-family: var(--secondary_font);
	color: var(--heading_color);
	letter-spacing: 1px;
	float: left;
	font-size: 18px;
	display: block
}

@media (max-width:480px) {
	.woocommerce div.product .summary-product-wrap .social-share-wrap label {
		margin-right: 33px
	}
}

.woocommerce div.product .summary-product-wrap .select_option {
	margin-right: 15px
}

.woocommerce div.product .summary-product-wrap .select_option span {
	font-weight: bold;
	color: var(--text_color_fade_70)
}

.woocommerce div.product .summary-product-wrap .select_option.selected span {
	color: #000
}

.woocommerce div.product .summary-product-wrap .social-share-wrap {
	padding: 0;
	width: 100%;
	justify-content: flex-start
}

.woocommerce div.product .woocommerce-tabs {
	margin-top: 80px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	border-bottom: 1px solid #dddddd
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	position: relative;
	z-index: 1;
	display: inline-block;
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-right: 25px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	font-size: 20px;
	font-weight: var(--secondary_font_weight);
	color: var(--heading_color);
	border-bottom: 0px solid transparent;
	transition: all 0.2s ease;
	padding: 15px0px;
	font-family: var(--secondary_font)
}

@media (max-width:991px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 20px
	}
}

@media (max-width:768px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 18px
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
	content: "";
	bottom: 0;
	left: 0;
	width: 0px;
	height: 2px;
	position: absolute;
	background-color: var(--primary_color);
	transition: all 0.2s ease
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: var(--primary_color)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
	width: 100%
}

.woocommerce div.product .woocommerce-tabs .panel {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border: none
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none !important
}

.woocommerce div.product .woocommerce-tabs .panel .shop_attributes th {
	padding: 8px 8px 8px 30px
}

.woocommerce div.product .woocommerce-tabs .panel .shop_attributes .alt td,
.woocommerce div.product .woocommerce-tabs .panel .shop_attributes .alt th {
	background-color: #fff
}

.woocommerce div.product .woocommerce-tabs #tab-description {
	color: #777;
	line-height: 1.8;
	text-align: left;
	padding-top: 10px
}

.woocommerce div.product .woocommerce-tabs #tab-description .wc-content>h2 {
	display: none
}

.woocommerce div.product .woocommerce-tabs #tab-reviews {
	padding-top: 20px
}

.woocommerce div.product .woocommerce-tabs #tab-additional_information {
	padding-top: 40px
}

.woocommerce div.product div.products .widget-title {
	margin-top: 80px;
	margin-bottom: 25px;
	text-transform: capitalize;
	font-size: 32px
}

.woocommerce div.product div.products .slider {
	margin: 0 -20px
}

@media (max-width:1300px) {
	.woocommerce div.product div.products .slider {
		margin: 0 -10px
	}
}

.woocommerce div.product div.products .slider .product-item-wrap {
	padding: 20px;
	margin-bottom: 0 !important
}

@media (max-width:1300px) {
	.woocommerce div.product div.products .slider .product-item-wrap {
		padding: 10px
	}
}

.woocommerce #reviews .yolo-rating {
	display: none
}

.woocommerce #reviews .yolo-stars {
	display: none
}

.woocommerce #reviews .comment-form-rating {
	margin-top: 15px
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	border: none;
	border-radius: 50%;
	padding: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 100px;
	padding: 0;
	border: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: right;
	margin: 0px;
	margin-top: 5px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: var(--heading_color)
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-weight: bold
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
	font-weight: 500;
	color: var(--text_color);
	margin-left: 5px
}

.woocommerce #reviews #respond textarea {
	height: 200px
}

.woocommerce #reviews #respond p {
	margin-bottom: 20px
}

.woocommerce #reviews #respond p.comment-form-author {
	margin-right: 20px
}

.woocommerce #reviews #respond p input#submit {
	margin-top: 20px
}

.woocommerce #reviews #respond label {
	font-weight: 500;
	color: var(--heading_color)
}

.woocommerce #reviews #respond label[for=wp-comment-cookies-consent] {
	font-weight: 500;
	text-transform: inherit
}

.woocommerce .single-product-info .compare {
	opacity: 1;
	color: var(--text_color);
	font-weight: 600;
	font-size: 16px !important;
	display: none
}

.woocommerce .single-product-info .compare.added {
	padding-top: 0px
}

.woocommerce .single-product-info .compare:hover {
	color: var(--text_color)
}

.woocommerce .single-product-info .compare:before {
	content: '\f2f9' !important;
	padding-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.woocommerce .single-product-info .compare:after {
	display: none
}

@media (min-width:768px) and (max-width:991px) {
	.woocommerce .site-content-single-product.col-md-9 .single-product-info .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.woocommerce .single-product-info {
	position: relative;
	background-color: unset !important;
	overflow: hidden
}

.woocommerce .single-product-info.custom-page-layout {
	padding: 0
}

.woocommerce .single-product-info.custom-page-layout .single-product-image-wrap .product-flash-wrap {
	left: 15px
}

.woocommerce .single-product-info.custom-page-layout .single-product-image-wrap.left .product-flash-wrap {
	left: 25%
}

@media (max-width:480px) {
	.woocommerce .single-product-info {
		padding-bottom: 0
	}
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image {
	position: relative
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap {
	left: 30px;
	top: 30px;
	z-index: 2
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap .on-new {
	background-color: var(--primary_color)
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap .on-hot {
	background-color: var(--primary_color)
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap .on-sold {
	background-color: #959ea7
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap .on-sale {
	background-color: #ff7d8a
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap span.product-flash {
	font-size: 13px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	line-height: 40px;
	text-align: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-bottom: 5px
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div {
	border-radius: 0;
	position: absolute;
	top: 50%;
	opacity: 0;
	transform: translate(0, -50%);
	transition: all 0.3s ease;
	background-color: rgba(0, 0, 0, 0.2)
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div:hover {
	background-color: var(--primary_color)
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div.owl-prev {
	left: 0px
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div.owl-next {
	right: 0px
}

.woocommerce .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner:hover .owl-buttons div {
	opacity: 1
}

.woocommerce .single-product-info .single-product-image-wrap .woocommerce-main-image {
	display: block
}

.woocommerce .single-product-info .single-product-image-wrap .woocommerce-main-image:before {
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	transition: all 0.25s ease-in-out;
	background-color: #f7f7f7;
	mix-blend-mode: darken
}

.woocommerce .single-product-info .single-product-image-wrap .woocommerce-main-image:after {
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background-color: #fff;
	transition: all 0.25s ease-in-out
}

.woocommerce .single-product-info .single-product-image-wrap .woocommerce-main-image img {
	transition: all 0.25s ease-in-out
}

.woocommerce .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
	padding: 0
}

.woocommerce .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
	width: 100%
}

.woocommerce .single-product-info .single-product-image-wrap .product-image-total-1,
.woocommerce .single-product-info .single-product-image-wrap .product-thumb-disable {
	display: none
}

.woocommerce .single-product-info .single-product-image-wrap .product-thumb-wrap {
	margin-left: -10px;
	margin-right: -10px
}

.woocommerce.modal .single-product-info {
	box-shadow: none;
	padding: 0
}

.woocommerce.modal .single-product-info .single-product-image-wrap .single-product-image .product-flash-wrap {
	left: 50%;
	transform: translateX(-50%)
}

.cross-sells,
.upsells {
	margin-top: 70px
}

.variable-items-wrapper.color-variable-wrapper {
	display: flex;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 0 !important
}

.variable-items-wrapper.color-variable-wrapper>li {
	width: 20px !important;
	height: 20px !important;
	display: inline-flex;
	padding: 0;
	margin-right: 10px;
	box-sizing: content-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	position: relative;
	vertical-align: middle
}

.variable-items-wrapper.color-variable-wrapper>li.selected {
	cursor: pointer;
	border-color: var(--primary_color)
}

.variable-items-wrapper.label-variable-wrapper {
	padding-left: 15px;
	margin: 0
}

.variable-items-wrapper.label-variable-wrapper>li {
	cursor: pointer;
	position: relative;
	padding: 0px 10px;
	border: 1px solid #eee;
	margin-right: 5px;
	display: inline-block
}

.variable-items-wrapper.label-variable-wrapper>li.selected {
	cursor: pointer;
	border-color: var(--primary_color)
}

.single-product-inner .woocommerce.slider .owl-dots {
	display: none
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
	border-radius: 5px;
	margin-bottom: 20px
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content p {
	margin: 0
}

.elementor-image-gallery .gallery-item .gallery-icon {
	overflow: hidden
}

.elementor-image-gallery .gallery-item .gallery-icon img {
	transition: 1s ease
}

.elementor-image-gallery .gallery-item .gallery-icon a:hover img {
	transform: scale(1.07)
}

.skill_process .vc_general {
	height: 4px;
	margin: 60px 0;
	background-color: var(--primary_color_fade_40);
	box-shadow: none;
	border-radius: 0
}

.skill_process .vc_general small.vc_label {
	position: absolute;
	top: -35px;
	width: 100%;
	font-size: 14px;
	padding: 0;
	text-transform: uppercase;
	color: var(--primary_color) !important
}

.skill_process .vc_general small.vc_label span {
	font-size: 14px;
	line-height: 30px;
	right: 0;
	position: absolute
}

.skill_process .vc_general span {
	border-radius: 0 !important
}

.skill_process2 .vc_general {
	height: 4px;
	margin: 60px 0;
	background-color: var(--primary_color_fade_40);
	box-shadow: none;
	border-radius: 0
}

.skill_process2 .vc_general small.vc_label {
	position: absolute;
	top: -35px;
	width: 100%;
	font-size: 14px;
	padding: 0;
	font-style: italic;
	text-transform: uppercase;
	color: var(--primary_color) !important
}

.skill_process2 .vc_general small.vc_label span {
	margin-left: 30px;
	font-size: 14px;
	line-height: 30px
}

.skill_process2 .vc_general span {
	border-radius: 0 !important
}

.gallery_columns_4 ul {
	margin: 0 -5px !important
}

.gallery_columns_4 ul li {
	width: 25%;
	padding: 5px !important;
	max-width: none !important;
	float: left;
	display: inline-block;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	margin: 0 !important
}

.gallery_columns_4 ul li a {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.gallery_columns_4 ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.35s ease;
	z-index: 2
}

.gallery_columns_4 ul li a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "\f2a3";
	display: inline-block;
	font-family: "Ionicons";
	font-size: 24px;
	width: 24px;
	opacity: 0;
	z-index: 2;
	line-height: 1;
	color: var(--primary_color);
	transition: all 0.35s ease
}

.gallery_columns_4 ul li a:hover {
	box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.2)
}

.gallery_columns_4 ul li a:hover:before {
	opacity: 0.6
}

.gallery_columns_4 ul li a:hover:after {
	opacity: 1
}

.gallery_columns_4 ul li a img {
	width: 100%;
	border-radius: 5px
}

@media (max-width:480px) {
	.gallery_columns_4 ul {
		margin: 0 -5px
	}

	.gallery_columns_4 ul li {
		padding: 5px !important
	}
}

.gallery_columns_3 ul {
	margin: 0 -5px !important
}

.gallery_columns_3 ul li {
	width: 33.33%;
	padding: 5px !important;
	max-width: none !important;
	float: left;
	display: inline-block;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	margin: 0 !important
}

.gallery_columns_3 ul li a {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.gallery_columns_3 ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	color: var(--primary_color);
	transition: all 0.35s ease;
	z-index: 2
}

.gallery_columns_3 ul li a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "\f2a3";
	display: inline-block;
	font-family: "Ionicons";
	font-size: 24px;
	width: 24px;
	opacity: 0;
	z-index: 2;
	line-height: 1;
	transition: all 0.35s ease
}

.gallery_columns_3 ul li a:hover {
	box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.2)
}

.gallery_columns_3 ul li a:hover:before {
	opacity: 0.6
}

.gallery_columns_3 ul li a:hover:after {
	opacity: 1
}

.gallery_columns_3 ul li a img {
	width: 100%;
	border-radius: 5px
}

@media (max-width:480px) {
	.gallery_columns_3 ul {
		margin: 0 -5px
	}

	.gallery_columns_3 ul li {
		padding: 5px !important
	}
}

.gallery_columns_2 ul {
	margin: 0 -5px !important
}

.gallery_columns_2 ul li {
	width: 50%;
	padding: 5px !important;
	max-width: none !important;
	float: left;
	display: inline-block;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	margin: 0 !important
}

.gallery_columns_2 ul li a {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.gallery_columns_2 ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.35s ease;
	z-index: 2
}

.gallery_columns_2 ul li a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "\f2a3";
	display: inline-block;
	font-family: "Ionicons";
	font-size: 24px;
	width: 24px;
	opacity: 0;
	color: var(--primary_color);
	z-index: 2;
	line-height: 1;
	transition: all 0.35s ease
}

.gallery_columns_2 ul li a:hover {
	box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.2)
}

.gallery_columns_2 ul li a:hover:before {
	opacity: 0.6
}

.gallery_columns_2 ul li a:hover:after {
	opacity: 1
}

.gallery_columns_2 ul li a img {
	width: 100%;
	border-radius: 5px
}

@media (max-width:480px) {
	.gallery_columns_2 ul {
		margin: 0 -5px
	}

	.gallery_columns_2 ul li {
		padding: 5px !important
	}
}

.gallery_columns_2x ul li {
	width: 50%;
	max-width: none !important;
	float: left;
	display: inline-block;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	margin: 0 !important
}

.gallery_columns_2x ul li a {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.gallery_columns_2x ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.35s ease;
	z-index: 2
}

.gallery_columns_2x ul li a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "\f2a3";
	display: inline-block;
	font-family: "Ionicons";
	font-size: 24px;
	color: var(--primary_color);
	width: 24px;
	opacity: 0;
	z-index: 2;
	line-height: 1;
	transition: all 0.35s ease
}

.gallery_columns_2x ul li a:hover {
	box-shadow: 0px 0 8px 1px rgba(0, 0, 0, 0.2)
}

.gallery_columns_2x ul li a:hover:before {
	opacity: 0.6
}

.gallery_columns_2x ul li a:hover:after {
	opacity: 1
}

.gallery_columns_2x ul li a img {
	width: 100%;
	border-radius: 5px
}

@media (max-width:480px) {
	.gallery_columns_2x ul {
		margin: 0 -5px
	}

	.gallery_columns_2x ul li {
		padding: 5px !important
	}
}

.block-text {
	padding: 120px 0px
}

@media screen and (min-width:320px) {
	.block-text {
		padding: 60px 0px
	}
}

@media screen and (min-width:768px) {
	.block-text {
		padding: 120px 0px
	}
}

.block-text .title-text {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
	font-weight: 600
}

@media screen and (min-width:320px) {
	.block-text .title-text {
		font-size: 48px;
		padding-bottom: 30px
	}
}

@media screen and (min-width:768px) {
	.block-text .title-text {
		font-size: 60px;
		padding-bottom: 0px
	}
}

.block-text .content-text p {
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 16px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight)
}

@media screen and (min-width:320px) {
	.block-text .content-text p {
		padding-bottom: 30px
	}
}

@media screen and (min-width:768px) {
	.block-text .content-text p {
		padding-bottom: 0px
	}
}

.block-text .button-text .vc_btn3 {
	padding: 15px 50px;
	border: none !important;
	background-image: none !important;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight)
}

.line-text {
	font-size: 18px;
	color: white;
	padding-top: 15px;
	font-family: var(--primary_font)
}

.line-text span {
	font-weight: 600
}

.sign-up {
	margin: 0 !important
}

.sign-up .vc_btn3 {
	font-size: 18px !important;
	margin: 10px 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border: none !important;
	font-family: var(--primary_font);
	text-transform: uppercase;
	font-weight: 600
}

.navbar-nav,
.navbar-nav a,
.navbar-nav div,
.navbar-nav form,
.navbar-nav input,
.navbar-nav li,
.navbar-nav ul {
	margin: 0;
	padding: 0;
	border: none;
	outline: none
}

.navbar-nav a {
	text-decoration: none
}

.navbar-nav {
	display: inline-block;
	cursor: default
}

.navbar-nav li {
	list-style: none
}

.navbar-nav li>a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	padding-left: 5px;
	position: absolute;
	right: 15px
}

.navbar-nav li>a:only-child:before {
	content: ''
}

.navbar-nav>li>a:before {
	position: relative;
	right: 0;
	float: right
}

.navbar-nav>li span {
	display: none !important
}

.navbar-nav>li a {
	position: relative;
	display: block;
	z-index: 510;
	padding: 20px;
	transition: color 0.3s ease
}

.navbar-nav>li a span.yolo_sub_label {
	font-size: 11px
}

.navbar-nav>li>a:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--primary_color);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.navbar-nav>li:hover>a:after {
	width: 100%;
	left: 0;
	right: auto
}

span.yolo_sub_label {
	font-size: 10px;
	font-weight: normal;
	color: #eeeeee;
	letter-spacing: 0;
	line-height: 1;
	display: inline-block;
	padding: 1px 2px;
	vertical-align: baseline;
	margin-left: 4px;
	border-radius: 2px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	top: -1px
}

.navbar-nav>li.menu_style_column>ul {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background-color: #fff;
	animation-duration: 0.5s;
	animation-delay: 0.1s
}

.navbar-nav>li.menu_style_column:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow: visible
}

.navbar-nav>li.menu_style_column.mega-fullwidth {
	position: inherit
}

.navbar-nav>li.menu_style_column.mega-fullwidth>ul {
	left: 0;
	width: 100% !important
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-2>ul>li {
	float: left;
	width: 50%
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-3>ul>li {
	float: left;
	width: 33.3333333%
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-4>ul>li {
	float: left;
	width: 25%
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-5>ul>li {
	float: left;
	width: 20%
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-6>ul>li {
	float: left;
	width: 16.6666666%
}

.navbar-nav>li.menu_style_column.mega-fullwidth {
	position: inherit
}

.navbar-nav>li.menu_style_column.mega-fullwidth>ul {
	left: 0;
	width: 100% !important
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-2>ul>li {
	float: left;
	width: 50%
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-3>ul>li {
	float: left;
	width: 33.3333333%
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-4>ul>li {
	float: left;
	width: 25%
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-5>ul>li {
	float: left;
	width: 20%
}

.navbar-nav>li.menu_style_column.mega-fullwidth.mega-col-columns-6>ul>li {
	float: left;
	width: 16.6666666%
}

.navbar-nav>li.menu_style_column {
	position: relative
}

.navbar-nav>li.menu_style_column>ul {
	left: 0;
	width: auto
}

.navbar-nav>li.menu_style_column>ul>li {
	width: 250px
}

.navbar-nav>li.menu_style_column.mega-col-columns-2>ul {
	width: 500px
}

.navbar-nav>li.menu_style_column.mega-col-columns-2>ul>li {
	float: left
}

.navbar-nav>li.menu_style_column.mega-col-columns-3>ul {
	width: 750px
}

.navbar-nav>li.menu_style_column.mega-col-columns-3>ul>li {
	float: left
}

.navbar-nav>li.menu_style_column.mega-col-columns-4>ul {
	width: 1000px
}

.navbar-nav>li.menu_style_column.mega-col-columns-4>ul>li {
	float: left
}

.navbar-nav>li.menu_style_column.mega-col-columns-5>ul {
	width: 1250px
}

.navbar-nav>li.menu_style_column.mega-col-columns-5>ul>li {
	float: left
}

.navbar-nav>li.menu_style_column.mega-col-columns-6>ul {
	width: 1500px
}

.navbar-nav>li.menu_style_column.mega-col-columns-6>ul>li {
	float: left
}

.yolo-main-menu.navbar-nav li>a>i {
	line-height: 20px
}

.yolo-main-menu.navbar-nav li>a>i.left {
	padding-right: 10px;
	float: left
}

.yolo-main-menu.navbar-nav li>a>i.center {
	padding-left: 10px;
	padding-right: 10px
}

.yolo-main-menu.navbar-nav li>a>i.right {
	padding-left: 10px;
	padding-right: 10px;
	float: right
}

.yolo-main-menu.navbar-nav>li>a>i.center {
	display: block
}

.navbar-nav>li.menu_style_dropdown {
	z-index: 9999;
	position: relative
}

.navbar-nav>li.menu_style_dropdown>a>span {
	font-size: 9px;
	line-height: 14px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	color: #fff;
	padding: 0 5px;
	display: inline-block
}

.navbar-nav>li.menu_style_dropdown>ul {
	position: absolute;
	display: none;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	animation-duration: 0.5s;
	animation-delay: 0.1s;
	z-index: 1
}

.navbar-nav>li.menu_style_dropdown>ul>li {
	min-width: 250px;
	float: none;
	display: list-item;
	position: relative;
	display: block;
	border-bottom: 1px solid #eeeeee
}

.navbar-nav>li.menu_style_dropdown>ul>li:last-child {
	border: none
}

.navbar-nav>li.menu_style_dropdown>ul>li a {
	padding-left: 20px !important
}

.navbar-nav>li.menu_style_dropdown>ul>li a>i {
	line-height: 25px
}

.navbar-nav>li.menu_style_dropdown>ul>li a>i.left {
	padding-right: 10px;
	float: left
}

.navbar-nav>li.menu_style_dropdown>ul>li a>i.center {
	padding-left: 10px;
	padding-right: 10px
}

.navbar-nav>li.menu_style_dropdown>ul>li a>i.right {
	padding-left: 10px;
	padding-right: 10px;
	float: right
}

.navbar-nav>li.menu_style_dropdown>ul>li a>span {
	font-size: 9px;
	line-height: 12px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	color: #fff;
	padding: 0 5px;
	display: inline-block
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 90%;
	display: none;
	opacity: 0;
	background-color: #fff;
	visibility: hidden;
	overflow: hidden;
	z-index: 1;
	animation-duration: 0.5s;
	animation-delay: 0.1s
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li {
	text-align: left;
	min-width: 250px;
	float: none;
	display: list-item;
	position: relative;
	border-bottom: 1px solid #eeeeee
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li:last-child {
	border: none
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>i {
	line-height: 25px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>i.left {
	padding-right: 10px;
	float: left
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>i.center {
	padding-left: 10px;
	padding-right: 10px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>i.right {
	padding-left: 10px;
	padding-right: 10px;
	float: right
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>span {
	font-size: 10px;
	line-height: 18px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	color: #fff;
	padding: 0 5px;
	display: inline-block
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 90%;
	display: none;
	opacity: 0;
	background-color: #fff;
	visibility: hidden;
	overflow: hidden;
	animation-duration: 0.5s;
	animation-delay: 0.1s;
	z-index: 1
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li {
	min-width: 250px;
	float: none;
	display: list-item;
	position: relative;
	border-bottom: 1px solid #eeeeee
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li:last-child {
	border: none
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>i {
	line-height: 25px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>i.left {
	padding-right: 10px;
	float: left
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>i.center {
	padding-left: 10px;
	padding-right: 10px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>i.right {
	padding-left: 10px;
	padding-right: 10px;
	float: right
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>span {
	font-size: 10px;
	line-height: 18px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	color: #fff;
	padding: 0 5px;
	display: inline-block
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 90%;
	display: none;
	opacity: 0;
	background-color: #fff;
	visibility: hidden;
	overflow: hidden;
	animation-duration: 0.5s;
	animation-delay: 0.1s;
	z-index: 1
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li {
	min-width: 250px;
	float: none;
	display: list-item;
	position: relative;
	border-bottom: 1px solid #eeeeee
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li:last-child {
	border: none
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>i {
	line-height: 25px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>i.left {
	padding-right: 10px;
	float: left
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>i.center {
	padding-left: 10px;
	padding-right: 10px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>i.right {
	padding-left: 10px;
	padding-right: 10px;
	float: right
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>span {
	font-size: 10px;
	line-height: 18px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	color: #fff;
	padding: 0 5px;
	display: inline-block
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 90%;
	display: none;
	opacity: 0;
	background-color: #fff;
	visibility: hidden;
	overflow: hidden;
	z-index: 1;
	animation-duration: 0.5s;
	animation-delay: 0.1s
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li {
	min-width: 250px;
	float: none;
	display: list-item;
	position: relative;
	border-bottom: 1px solid #eeeeee
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li:last-child {
	border: none
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>i {
	line-height: 25px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>i.left {
	padding-right: 10px;
	float: left
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>i.center {
	padding-left: 10px;
	padding-right: 10px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>i.right {
	padding-left: 10px;
	padding-right: 10px;
	float: right
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>span {
	font-size: 10px;
	line-height: 18px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	color: #fff;
	padding: 0 5px;
	display: inline-block
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 90%;
	display: none;
	opacity: 0;
	background-color: #fff;
	visibility: hidden;
	overflow: hidden;
	z-index: 1;
	animation-duration: 0.5s;
	animation-delay: 0.1s
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li {
	min-width: 250px;
	float: none;
	display: list-item;
	position: relative;
	border-bottom: 1px solid #eeeeee
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li:last-child {
	border: none
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>i {
	line-height: 25px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>i.left {
	padding-right: 10px;
	float: left
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>i.center {
	padding-left: 10px;
	padding-right: 10px
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>i.right {
	padding-left: 10px;
	padding-right: 10px;
	float: right
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>span {
	font-size: 10px;
	line-height: 18px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	color: #fff;
	padding: 0 5px;
	display: inline-block
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul {
	position: absolute;
	top: 0;
	left: 90%;
	display: none;
	opacity: 0;
	background-color: #fff;
	visibility: hidden;
	overflow: hidden;
	animation-duration: 0.5s;
	animation-delay: 0.1s;
	z-index: 1
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow: visible
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li>ul>li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow: visible
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li>ul>li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow: visible
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li>ul>li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow: visible
}

.navbar-nav>li.menu_style_dropdown>ul>li>ul>li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow: visible
}

.navbar-nav>li.menu_style_dropdown>ul>li:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow: visible
}

.navbar-nav>li.menu_style_dropdown:hover>ul {
	opacity: 1;
	display: block;
	visibility: visible;
	overflow: visible
}

.navbar-nav>li.menu_style_tab>ul {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	text-align: left;
	position: absolute;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	animation-duration: 0.5s;
	animation-delay: 0.1s
}

.navbar-nav>li.menu_style_tab>ul:after {
	content: '';
	position: absolute;
	left: 25%;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #eeeeee
}

.navbar-nav>li.menu_style_tab>ul>li {
	display: block;
	width: 25%;
	position: static;
	clear: none;
	border-bottom: 1px solid #eeeeee
}

.navbar-nav>li.menu_style_tab>ul>li.active>a:before,
.navbar-nav>li.menu_style_tab>ul>li:hover>a:before {
	height: 100%
}

.navbar-nav>li.menu_style_tab>ul>li>a {
	padding: 15px 20px;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 700
}

.navbar-nav>li.menu_style_tab>ul>li>a:after {
	content: ''
}

.navbar-nav>li.menu_style_tab>ul>li>a:before {
	content: '';
	position: absolute;
	height: 0;
	width: 2px;
	top: 0;
	left: 0;
	background-color: var(--primary_color);
	transition: all 0.35s ease
}

.navbar-nav>li.menu_style_tab>ul>li.active>a {
	color: var(--primary_color)
}

.navbar-nav>li.menu_style_tab>ul>li ul.social-profile>li a i {
	padding-right: 10px
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area .widget-post-thumbnail ul {
	width: 100%;
	left: 0;
	padding: 0
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area .widget-post-thumbnail ul li {
	width: 25%;
	display: inline-block;
	padding-top: 20px;
	padding: 8px;
	padding-bottom: 4%
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area .widget-post-thumbnail ul li:last-child {
	padding: 8px !important;
	padding-bottom: 6% !important
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta .author,
.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta span,
.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta time {
	color: var(--menu_sub_text_color)
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area,
.navbar-nav>li.menu_style_tab>ul>li ul {
	padding: 20px 20px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: auto;
	height: auto;
	left: 25%;
	top: 100%;
	right: 0;
	transition: all 0.35s ease-in-out
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area.columns-1 section,
.navbar-nav>li.menu_style_tab>ul>li ul.columns-1 section {
	width: 100%
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area.columns-2 section,
.navbar-nav>li.menu_style_tab>ul>li ul.columns-2 section {
	width: 50%;
	float: left
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area.columns-3 section,
.navbar-nav>li.menu_style_tab>ul>li ul.columns-3 section {
	width: 33.3333%;
	float: left
}

.navbar-nav>li.menu_style_tab>ul>li .yolo_megamenu_widget_area.columns-4 section,
.navbar-nav>li.menu_style_tab>ul>li ul.columns-4 section {
	width: 25%;
	float: left
}

.navbar-nav>li.menu_style_tab>ul>li.active .yolo_megamenu_widget_area,
.navbar-nav>li.menu_style_tab>ul>li.active ul {
	opacity: 1;
	visibility: visible;
	top: 0
}

.navbar-nav>li.menu_style_tab:hover>ul {
	display: block;
	opacity: 1;
	visibility: visible
}

.yolo-nav-mobile-menu li {
	list-style-type: none
}

.yolo-nav-mobile-menu li>ul.sub-menu {
	background-color: #444;
	position: relative;
	list-style: none;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	display: none;
	background: transparent
}

.yolo_widget_area>.yolo_megamenu_widget_area section {
	position: relative
}

.yolo_widget_area>.yolo_megamenu_widget_area section:hover .widget-title-wrapper h3 {
	color: var(--primary_color)
}

.yolo_widget_area>.yolo_megamenu_widget_area section .widget-title-wrapper {
	margin: 0
}

.yolo_widget_area>.yolo_megamenu_widget_area section .widget-title-wrapper h3 {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	transition: all 0.35s ease
}

.yolo_widget_area>.yolo_megamenu_widget_area section .widget-title-wrapper h3:before {
	content: '';
	background-color: var(--primary_color);
	position: absolute;
	bottom: 0;
	left: 0px;
	height: 2px;
	width: 46px
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget {
	width: 100%;
	left: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li {
	color: #333;
	transition: all 0.35s ease
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li del {
	color: var(--primary_color_fade_50)
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li ins {
	padding-left: 10px;
	color: var(--primary_color);
	text-decoration: none
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li:last-child {
	border: none
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li:hover {
	transform: translate3d(0, -3px, 0)
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li a img {
	width: 33.33%;
	float: left;
	margin: 0;
	padding-right: 10px
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li a:after {
	content: ''
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li .star-rating {
	margin: 10px 0;
	text-align: left
}

.yolo_widget_area>.yolo_megamenu_widget_area section .product_list_widget>li .star-rating:before {
	left: 0;
	transform: translateX(0)
}

.yolo_widget_area>.yolo_megamenu_widget_area section.yolo_widget_product_cat .product_list_widget li {
	padding: 3px
}

.yolo_megamenu_widget_area .title-center .widget-title {
	text-align: center
}

.yolo_megamenu_widget_area .widget-text-center {
	text-align: center
}

@media (max-width:991px) {
	.yolo_megamenu_widget_area .yolo_widget_product_cat li {
		display: inline-block;
		float: none
	}
}

.menu-wrapper .navbar-nav>li:first-child>a {
	padding-left: 0
}

.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu {
	text-align: left
}

.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li {
	position: relative;
	transition: all 0.3s ease-in-out
}

.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	background: var(--primary_color);
	transition: all 0.3s ease;
	transform: scale(0)
}

.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li:hover {
	padding-left: 5px
}

.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li:hover:before {
	transform: scale(1)
}

.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li a {
	position: relative;
	display: block;
	padding: 10px 20px
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu {
	text-align: left;
	padding: 40px 0px
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li {
	border-left: 2px solid #eeeeee
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li:first-child {
	border: none;
	padding-left: 2px
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li>a {
	position: relative;
	display: block;
	padding: 0 20px 15px 20px !important;
	margin-bottom: 20px;
	color: var(--menu_sub_text_color);
	font-weight: 700;
	text-transform: uppercase
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li>a:hover {
	color: var(--primary_color)
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li>a:after {
	content: '';
	background-color: var(--primary_color);
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 2px;
	width: 46px
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li>a i.left,
.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li>a i.right {
	padding-top: 5px
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li ul li:before {
	width: 2px;
	left: -2px
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li .yolo_megamenu_widget_area>.widget-social-profile>span {
	padding: 10px 20px;
	display: block
}

.menu-wrapper .navbar-nav li.menu_style_column>.sub-menu>li .yolo_megamenu_widget_area>.widget-social-profile ul li i {
	padding-right: 10px
}

.yolo_widget_area .tagcloud {
	font-size: 0;
	margin-top: 20px
}

.yolo_widget_area .tagcloud a {
	color: var(--primary_color) !important;
	transition: all 0.2s;
	display: inline-block;
	padding: 7px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 1;
	font-size: 14px;
	border: 1px solid #eeeeee;
	font-weight: 500
}

.yolo_widget_area .tagcloud a:last-child {
	margin-right: 0
}

.yolo_widget_area .tagcloud a:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: var(--primary_color) !important;
	border-color: var(--primary_color)
}

.yolo-box-login {
	padding: 120px 30px;
	background: #f2f2f2;
	min-width: 468px;
	min-height: 600px;
	margin: 50px auto;
	position: relative;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7)
}

@media (max-width:480px) {
	.yolo-box-login {
		padding: 60px 30px;
		min-width: 280px;
		min-height: 500px;
		max-width: 320px
	}
}

.yolo-box-login.medilab-popup-main {
	display: none
}

.yolo-box-login .title {
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 30px;
	margin: 0
}

@media (max-width:480px) {
	.yolo-box-login .title {
		font-size: 24px
	}
}

.yolo-box-login span {
	font-size: 18px
}

@media (max-width:480px) {
	.yolo-box-login span {
		font-size: 14px
	}
}

.yolo-box-login span.btslogan {
	font-size: 14px;
	margin-top: 20px
}

.yolo-box-login span.btslogan:before {
	content: '*';
	display: inline-block
}

.yolo-box-login label {
	display: none
}

.yolo-box-login .notice {
	display: none
}

.yolo-box-login .yolo-login-member-wrap,
.yolo-box-login .yolo-register-member-wrap {
	margin-bottom: 15px
}

.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left {
	margin-bottom: 30px
}

.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left .yolo-item-wrap,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left .yolo-item-wrap {
	margin-bottom: 15px
}

.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left .yolo-item-wrap input,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left .yolo-item-wrap input {
	height: 40px;
	width: 100%;
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 0px 2px 5px rgba(53, 52, 52, 0.1)
}

.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left .yolo-item-wrap.validate-error input,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left .yolo-item-wrap.validate-error input {
	border: 1px solid red
}

.yolo-box-login .yolo-login-member-wrap .yolo-register-member-left .yolo-item-wrap.validate-error .notice,
.yolo-box-login .yolo-register-member-wrap .yolo-register-member-left .yolo-item-wrap.validate-error .notice {
	color: red;
	display: block
}

.yolo-box-login .yolo-login-action button {
	font-size: 16px;
	border: none;
	width: 100%
}

.yolo-box-login .yolo-login-member-container,
.yolo-box-login .yolo-register-member-container {
	margin-top: 50px
}

.yolo-box-login .yolo-login-member-container .open-form-toggle,
.yolo-box-login .yolo-register-member-container .open-form-toggle {
	right: -86px;
	width: 137px;
	white-space: nowrap
}

.yolo-box-login .yolo-register-member-container {
	display: none
}

.yolo-box-login .open-form-toggle {
	border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
	position: absolute;
	right: -81px;
	top: 70px;
	padding: 5px 20px;
	background: #000;
	color: #fff;
	transform: rotate(90deg)
}

.yolo-account {
	position: relative;
	height: inherit;
	font-size: var(--menu_font_size);
	font-weight: var(--menu_font_weight)
}

.yolo-account>a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border: none;
	display: inline-block;
	text-align: center;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.yolo-account>a i {
	font-size: 18px
}

.yolo-account>a:after {
	content: "";
	color: var(--primary_color);
	border-style: solid;
	border-width: 0 0 4px;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	border-radius: 50px;
	transition: all 0.3s ease
}

.yolo-account:hover>a {
	color: var(--primary_color)
}

.yolo-account:hover>a:after {
	width: 100%
}

.yolo-account ul {
	min-width: 200px;
	background-color: #fff;
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
	z-index: 9;
	list-style-type: none;
	padding: 0;
	right: 0;
	text-align: left;
	position: absolute;
	display: none;
	top: 99%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	animation-duration: 0.5s;
	animation-delay: 0.1s;
	z-index: 1
}

.yolo-account ul li {
	min-width: 250px;
	float: none;
	display: list-item;
	display: block;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	transition: all 0.3s ease-in-out
}

.yolo-account ul li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	background: var(--primary_color);
	transition: all 0.3s ease;
	transform: scale(0)
}

.yolo-account ul li:hover {
	padding-left: 5px
}

.yolo-account ul li:hover a {
	color: var(--primary_color)
}

.yolo-account ul li:hover:before {
	transform: scale(1)
}

.yolo-account ul li a {
	font-size: 15px;
	line-height: 15px;
	display: flex;
	align-items: center;
	position: relative;
	display: block;
	padding: 15px 25px;
	color: var(--text_color);
	transition: all 0.35s ease
}

.yolo-account ul li a i {
	margin-right: 10px;
	color: #ddd
}

.yolo-account:hover ul {
	opacity: 1;
	display: block;
	visibility: visible;
	overflow: visible;
	z-index: 999
}

.coming-soon-title {
	padding: 180px 0 40px 0;
	margin: 0px;
	letter-spacing: 20px;
	font-size: 60px;
	line-height: 60px;
	font-family: var(--primary_font);
	font-weight: bold !important
}

@media screen and (min-width:320px) {
	.coming-soon-title {
		padding: 50px 0px 40px 0px;
		font-size: 48px
	}
}

@media screen and (min-width:480px) {
	.coming-soon-title {
		padding: 180px 0 40px 0;
		font-size: 60px
	}
}

.coming-soon-sub-title {
	text-transform: uppercase;
	color: var(--primary_color);
	margin: 0px;
	font-size: 34px;
	line-height: 34px;
	font-weight: 600
}

@media screen and (min-width:320px) {
	.coming-soon-sub-title {
		font-size: 24px;
		line-height: 24px
	}
}

@media screen and (min-width:768px) {
	.coming-soon-sub-title {
		font-size: 34px;
		line-height: 34px
	}
}

.enable_slider article.doctor-item {
	flex: 0 0 100%;
	max-width: 100%
}

article.doctor-item {
	margin-bottom: 40px
}

article.doctor-item .post-thumbnail-wrap {
	overflow: hidden;
	position: relative
}

article.doctor-item .post-thumbnail-wrap img {
	width: 100%;
	transition: all 1s ease
}

article.doctor-item .post-item-wrap:hover .post-thumbnail-wrap img {
	transform: scale(1.07)
}

article.doctor-item .post-info {
	position: relative;
	padding-top: 35px
}

article.doctor-item .doctor-header .post-title {
	margin-top: 0;
	margin-bottom: 0px
}

article.doctor-item .doctor-header .position {
	color: var(--primary_color)
}

article.doctor-item .post-excerpt {
	margin-bottom: 17px
}

article.doctor-item .social-networks a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 1
}

article.doctor-item.grid_01 .post-info {
	margin-bottom: 20px
}

article.doctor-item.grid_01 .doctor-footer {
	position: absolute;
	bottom: 0;
	right: 0
}

article.doctor-item.grid_01 .social-networks a:last-child {
	padding-right: 0
}

article.doctor-item.grid_02 .post-info {
	margin-bottom: 15px
}

article.doctor-item.grid_02 .social-networks a {
	color: var(--heading_color)
}

article.doctor-item.grid_02 .social-networks a:first-child {
	padding-left: 0
}

article.doctor-item.grid_02 .social-networks a:hover {
	color: var(--primary_color)
}

article.doctor-item.grid_03 .post-info {
	padding-top: 25px
}

article.doctor-item.grid_03 .social-networks {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 16px;
	display: flex;
	flex-wrap: wrap-reverse
}

article.doctor-item.grid_03 .social-networks .social-icon {
	padding: 0;
	width: 45px;
	height: 45px;
	margin: 4px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	z-index: 3;
	transition: 0.4s
}

article.doctor-item.grid_03 .social-networks .social-icon:hover {
	color: #fff !important;
	background-color: var(--primary_color)
}

article.doctor-item.grid_03 .social-networks .social-icon:first-child {
	font-size: 17px;
	cursor: pointer;
	display: block;
	color: var(--primary_color)
}

article.doctor-item.grid_03 .social-networks .social-icon:not(:first-child) {
	opacity: 0;
	transform: scale(0.9);
	will-change: transform
}

article.doctor-item.grid_03 .social-networks .social-icon:last-child {
	transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s
}

article.doctor-item.grid_03 .social-networks .social-icon:nth-last-child(2) {
	transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s
}

article.doctor-item.grid_03 .social-networks .social-icon:nth-last-child(3) {
	transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s
}

article.doctor-item.grid_03 .social-networks .social-icon:nth-last-child(4) {
	transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s
}

article.doctor-item.grid_03 .social-networks .social-icon:nth-last-child(5) {
	transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s
}

article.doctor-item.grid_03 .social-networks .social-icon:nth-last-child(6) {
	transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s
}

article.doctor-item.grid_03 .post-item-wrap:hover .social-icon:first-child {
	color: #fff;
	background-color: var(--primary_color)
}

article.doctor-item.grid_03 .post-item-wrap:hover .social-icon:not(:first-child) {
	opacity: 1;
	transform: scale(1)
}

article.doctor-item.grid_03 .post-item-wrap:hover .social-icon:first-child {
	transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s
}

article.doctor-item.grid_03 .post-item-wrap:hover .social-icon:nth-child(2) {
	transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s
}

article.doctor-item.grid_03 .post-item-wrap:hover .social-icon:nth-child(3) {
	transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s
}

article.doctor-item.grid_03 .post-item-wrap:hover .social-icon:nth-child(4) {
	transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s
}

article.doctor-item.grid_03 .post-item-wrap:hover .social-icon:nth-child(5) {
	transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s
}

article.doctor-item.grid_03 .post-item-wrap:hover .social-icon:nth-child(6) {
	transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s
}

article.doctor-item.grid_04 {
	margin-bottom: 50px
}

article.doctor-item.grid_04 .post-info {
	margin-left: 25px;
	margin-right: 25px;
	padding: 30px 30px;
	box-shadow: 5px 4px 13px #e8e8e8;
	margin-top: -60px;
	background: white
}

article.doctor-item.grid_04 .post-info .post-title {
	margin: 0
}

article.doctor-item.grid_04 .social-networks {
	position: absolute;
	right: 25px;
	bottom: 33px;
	display: flex;
	flex-direction: column-reverse
}

article.doctor-item.grid_04 .social-networks .social-icon {
	padding: 0;
	width: 45px;
	height: 45px;
	margin: 4px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: var(--secondary_color);
	z-index: 3;
	transition: 0.4s
}

article.doctor-item.grid_04 .social-networks .social-icon:hover {
	color: #fff !important;
	background-color: var(--primary_color)
}

article.doctor-item.grid_04 .social-networks .social-icon:first-child {
	font-size: 17px;
	cursor: pointer;
	display: block
}

article.doctor-item.grid_04 .social-networks .social-icon:not(:first-child) {
	opacity: 0;
	transform: scale(0.9);
	will-change: transform
}

article.doctor-item.grid_04 .social-networks .social-icon:last-child {
	transition: all 0.4s 0s, opacity 0.3s 0s, transform 0.4s 0s
}

article.doctor-item.grid_04 .social-networks .social-icon:nth-last-child(2) {
	transition: all 0.4s 0.08s, opacity 0.3s 0.08s, transform 0.4s 0.08s
}

article.doctor-item.grid_04 .social-networks .social-icon:nth-last-child(3) {
	transition: all 0.4s 0.16s, opacity 0.3s 0.16s, transform 0.4s 0.16s
}

article.doctor-item.grid_04 .social-networks .social-icon:nth-last-child(4) {
	transition: all 0.4s 0.24s, opacity 0.3s 0.24s, transform 0.4s 0.24s
}

article.doctor-item.grid_04 .social-networks .social-icon:nth-last-child(5) {
	transition: all 0.4s 0.32s, opacity 0.3s 0.32s, transform 0.4s 0.32s
}

article.doctor-item.grid_04 .social-networks .social-icon:nth-last-child(6) {
	transition: all 0.4s 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s
}

article.doctor-item.grid_04 .social-networks:hover .social-icon:first-child {
	color: #fff;
	background-color: var(--primary_color)
}

article.doctor-item.grid_04 .social-networks:hover .social-icon:not(:first-child) {
	opacity: 1;
	transform: scale(1)
}

article.doctor-item.grid_04 .social-networks:hover .social-icon:first-child {
	transition: all 0.4s, opacity 0.3s 0s, transform 0.4s 0s
}

article.doctor-item.grid_04 .social-networks:hover .social-icon:nth-child(2) {
	transition: all 0.4s, opacity 0.3s 0.08s, transform 0.4s 0.08s
}

article.doctor-item.grid_04 .social-networks:hover .social-icon:nth-child(3) {
	transition: all 0.4s, opacity 0.3s 0.16s, transform 0.4s 0.16s
}

article.doctor-item.grid_04 .social-networks:hover .social-icon:nth-child(4) {
	transition: all 0.4s, opacity 0.3s 0.24s, transform 0.4s 0.24s
}

article.doctor-item.grid_04 .social-networks:hover .social-icon:nth-child(5) {
	transition: all 0.4s, opacity 0.3s 0.32s, transform 0.4s 0.32s
}

article.doctor-item.grid_04 .social-networks:hover .social-icon:nth-child(6) {
	transition: all 0.4s, opacity 0.3s 0.4s, transform 0.4s 0.4s
}

.enable_slider article.department-item {
	flex: 0 0 100%;
	max-width: 100%
}

article.department-item {
	margin-bottom: 40px
}

article.department-item .post-thumbnail-wrap {
	overflow: hidden;
	position: relative
}

article.department-item .post-thumbnail-wrap img {
	width: 100%;
	transition: all 1s ease;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

article.department-item .post-item-wrap {
	background-color: #fff;
	height: 100%
}

article.department-item .post-item-wrap:hover .btn-text {
	color: var(--primary_color)
}

article.department-item .post-item-wrap:hover .btn-icon {
	transform: translateX(5px)
}

article.department-item .post-info {
	position: relative;
	padding-top: 35px
}

article.department-item .department-header .post-title {
	margin-top: 0;
	margin-bottom: 0px
}

article.department-item .department-header .position {
	color: var(--primary_color)
}

article.department-item .post-excerpt {
	margin-bottom: 25px
}

article.department-item .post-excerpt p {
	margin-top: 0.6em
}

article.department-item .post-read-more .btn-text {
	font-size: var(--button_font_size);
	font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	text-transform: uppercase;
	color: var(--heading_color);
	margin-right: 3px
}

article.department-item .post-read-more .btn-icon {
	color: var(--primary_color);
	transition: all 300ms
}

article.department-item.grid_01 .post-item-wrap {
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.department-item.grid_01 .post-item-wrap:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09)
}

article.department-item.grid_01 .post-item-wrap:hover .post-info:after {
	width: 100%;
	left: 0;
	right: auto
}

article.department-item.grid_01 .post-icon-wrap {
	position: absolute;
	top: -35px;
	left: 30px
}

article.department-item.grid_01 .post-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 5px 4px 13px 0 var(--text_color_fade_10)
}

article.department-item.grid_01 .post-icon img {
	padding: 13px
}

article.department-item.grid_01 .post-info {
	margin-bottom: 20px;
	padding: 30px 30px 50px;
	padding-top: 60px
}

article.department-item.grid_01 .post-info:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--primary_color);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.department-item.grid_01 .department-footer {
	position: absolute;
	bottom: 0;
	right: 0
}

article.department-item.grid_02 .post-item-wrap:hover .post-info {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09)
}

article.department-item.grid_02 .post-item-wrap:hover .post-info:after {
	width: 100%;
	left: 0;
	right: auto
}

article.department-item.grid_02 .post-info {
	padding: 35px 25px 35px;
	background: #fff;
	position: relative;
	z-index: 999;
	margin: -30px 20px 0;
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.department-item.grid_02 .post-info .post-excerpt {
	margin-bottom: 25px
}

article.department-item.grid_02 .post-info:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--primary_color);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.department-item.grid_03 .post-thumbnail-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.department-item.grid_03 .post-icon-wrap {
	position: absolute;
	z-index: 2
}

article.department-item.grid_03 .post-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #fff
}

article.department-item.grid_03 .post-icon img {
	padding: 18px
}

article.department-item.grid_03 .post-item-wrap:hover .post-thumbnail-wrap {
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15)
}

article.department-item.grid_03 .post-info {
	padding-bottom: 15px
}

article.department-item.grid_03 .post-thumbnail {
	position: relative
}

article.department-item.grid_03 .post-thumbnail:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: var(--heading_color_fade_30);
	position: absolute;
	z-index: 1
}

article.department-item.grid_04 .post-item-wrap {
	background-color: #fff;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
	padding: 50px 20px 20px;
	text-align: center;
	position: relative;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.department-item.grid_04 .post-item-wrap:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13)
}

article.department-item.grid_04 .post-item-wrap:hover .post-icon-wrap .post-icon-overlay {
	border: 3px dashed var(--primary_color_fade_50)
}

article.department-item.grid_04 .post-item-wrap:hover:after {
	width: 100%;
	left: 0;
	right: auto
}

article.department-item.grid_04 .post-item-wrap:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--primary_color);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.department-item.grid_04 .post-icon-wrap {
	position: relative;
	width: 116px;
	height: 116px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center
}

article.department-item.grid_04 .post-icon-wrap .post-icon {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto
}

article.department-item.grid_04 .post-icon-wrap .post-icon-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 58px dashed var(--primary_color_fade_5);
	transition: all 500ms ease
}

article.department-item.grid_04 .post-info {
	padding-top: 10px;
	padding-bottom: 30px
}

article.department-item.grid_05 .post-item-wrap {
	text-align: center;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.department-item.grid_05 .post-item-wrap:hover {
	box-shadow: 0 30px 35px rgba(0, 0, 0, 0.09)
}

article.department-item.grid_05 .post-item-wrap:hover .post-thumbnail img {
	transform: scale(1.07)
}

article.department-item.grid_05 .post-thumbnail-wrap {
	padding: 20px
}

article.department-item.grid_05 .post-thumbnail-wrap .post-thumbnail {
	overflow: hidden
}

article.department-item.grid_05 .post-icon-wrap {
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center
}

article.department-item.grid_05 .post-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 5px 4px 13px 0 var(--text_color_fade_10)
}

article.department-item.grid_05 .post-icon img {
	padding: 15px
}

article.department-item.grid_05 .post-info {
	padding: 20px;
	padding-top: 55px;
	padding-bottom: 50px
}

article.department-item.grid_05 .department-footer {
	position: absolute;
	bottom: 0;
	right: 0
}

.enable_slider {
	margin-left: -20px;
	margin-right: -20px
}

@media (max-width:1300px) {
	.enable_slider {
		margin-right: -10px;
		margin-left: -10px
	}
}

.enable_slider .row {
	margin: 0
}

.enable_slider article.service-item {
	flex: 0 0 100%;
	max-width: 100%
}

article.service-item {
	margin-bottom: 40px
}

article.service-item .post-thumbnail-wrap {
	overflow: hidden;
	position: relative
}

article.service-item .post-thumbnail-wrap img {
	width: 100%
}

article.service-item .post-item-wrap {
	position: relative;
	height: 100%
}

article.service-item .post-item-wrap:hover .btn-text {
	color: var(--primary_color)
}

article.service-item .post-item-wrap:hover .btn-icon {
	transform: translateX(5px)
}

article.service-item .post-item-wrap .trending-label {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-width: 0 60px 60px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ffc107
}

article.service-item .post-item-wrap .trending-label i {
	position: absolute;
	top: 11px;
	left: 35px;
	color: #fff;
	font-size: 14px
}

article.service-item .post-info {
	position: relative;
	padding-top: 35px
}

article.service-item .service-header .post-title {
	margin-top: 0;
	margin-bottom: 10px
}

article.service-item .service-header .position {
	color: var(--primary_color)
}

article.service-item .post-excerpt {
	margin-bottom: 0
}

article.service-item .post-excerpt p {
	margin: 0
}

article.service-item .post-read-more .btn-text {
	font-size: var(--button_font_size);
	font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	color: var(--heading_color);
	text-transform: uppercase;
	margin-right: 3px
}

article.service-item .post-read-more .btn-icon {
	margin-left: 3px;
	color: var(--primary_color);
	transition: all 300ms
}

article.service-item.grid_01 .post-item-wrap:hover .post-info {
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.09)
}

article.service-item.grid_01 .post-item-wrap:hover .post-info:after {
	width: 100%;
	left: 0;
	right: auto
}

article.service-item.grid_01 .post-info {
	padding: 30px 25px 35px;
	background: #fff;
	z-index: 999;
	margin: -30px 20px 0;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.03);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.service-item.grid_01 .post-info .post-title {
	margin-top: 5px
}

article.service-item.grid_01 .post-info:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--primary_color);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.service-item.grid_01 .post-info .post-link-icon {
	position: absolute;
	background-color: var(--primary_color);
	color: #fff;
	top: -20px;
	right: 20px;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.service-item.grid_01 .post-info .post-link-icon i {
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px
}

article.service-item.grid_01 .post-info .post-link-icon a:focus,
article.service-item.grid_01 .post-info .post-link-icon a:hover {
	color: #fff
}

article.service-item.grid_01 .post-info .post-link-icon:hover {
	background-color: var(--heading_color)
}

article.service-item.grid_02 .post-item-wrap {
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.03);
	padding: 20px;
	background-color: #fff;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.service-item.grid_02 .post-item-wrap:hover {
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.09)
}

article.service-item.grid_02 .post-info {
	padding-top: 60px;
	padding-bottom: 20px
}

article.service-item.grid_02 .post-info .post-link-icon {
	position: absolute;
	background-color: var(--primary_color);
	color: #fff;
	top: -25px;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	left: 0;
	right: 0;
	margin: 0 auto
}

article.service-item.grid_02 .post-info .post-link-icon a:focus,
article.service-item.grid_02 .post-info .post-link-icon a:hover {
	color: #fff
}

article.service-item.grid_02 .post-info .post-link-icon a:after,
article.service-item.grid_02 .post-info .post-link-icon a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: var(--primary_color)
}

article.service-item.grid_02 .post-info .post-link-icon a:before {
	width: 65px;
	height: 65px;
	opacity: 0.3
}

article.service-item.grid_02 .post-info .post-link-icon a:after {
	z-index: 1;
	width: 80px;
	height: 80px;
	opacity: 0.1
}

article.service-item.grid_02 .post-info .post-link-icon a i {
	position: relative;
	z-index: 3
}

article.service-item.grid_02 .post-info .post-link-icon a:hover:after,
article.service-item.grid_02 .post-info .post-link-icon a:hover:before {
	animation: circle-2 1.05s infinite
}

article.service-item.grid_03 .post-item-wrap {
	background-color: #fff;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
	padding: 50px 20px 20px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.service-item.grid_03 .post-item-wrap:hover {
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.09)
}

article.service-item.grid_03 .post-item-wrap:hover .post-icon-wrap .post-icon-overlay {
	border: 3px dotted var(--primary_color_fade_50)
}

article.service-item.grid_03 .post-icon-wrap {
	position: relative;
	width: 116px;
	height: 116px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center
}

article.service-item.grid_03 .post-icon-wrap .post-icon {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto
}

article.service-item.grid_03 .post-icon-wrap .post-icon-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 58px dashed var(--primary_color_fade_5);
	transition: all 500ms ease
}

article.service-item.grid_03 .post-info {
	padding-top: 10px;
	padding-bottom: 30px
}

article.service-item.grid_03 .post-info .post-excerpt {
	margin-bottom: 1.5em;
	margin-top: 0.8em
}

article.service-item.grid_04 i,
article.service-item.grid_04 svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

article.service-item.grid_04 .post-item-wrap {
	background-color: #fff;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
	padding: 50px 30px 50px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.service-item.grid_04 .post-item-wrap:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--primary_color);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

article.service-item.grid_04 .post-item-wrap:hover {
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.09)
}

article.service-item.grid_04 .post-item-wrap:hover:after {
	width: 100%;
	left: 0;
	right: auto
}

article.service-item.grid_04 .post-item-wrap .title-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

article.service-item.grid_04 .post-item-wrap .title-wrap .post-icon {
	width: 50px;
	margin-right: 25px
}

article.service-item.grid_04 .post-item-wrap .title-wrap .post-title {
	margin: 0;
	text-align: left
}

article.service-item.grid_04 .post-item-wrap .post-info {
	margin-top: 0;
	padding-top: 0px
}

article.service-item.grid_04 .post-item-wrap .post-excerpt {
	margin-bottom: 25px
}

.bookly-form * {
	font-size: var(--primary_font_size) !important;
	font-weight: 500 !important
}

.bookly-form .bookly-box.bookly-bold,
.bookly-form .bookly-js-chain-item .bookly-form-group>lable,
.bookly-progress-tracker {
	text-transform: uppercase !important;
	font-size: var(--primary_font_size) !important;
	font-weight: 500 !important;
	color: var(--heading_color)
}

.bookly-form .bookly-progress-tracker .step {
	height: 2px;
	margin-top: 20px
}

.bookly-form .bookly-form-group>label {
	text-transform: uppercase !important;
	font-size: 1em !important
}

.bookly-form .bookly-form-group textarea,
.bookly-form input[type=text],
.bookly-form select {
	padding: 16px 16px 16px !important;
	background-color: #fff;
	font-size: var(--primary_font_size) !important;
	font-weight: var(--primary_font_weight) !important;
	line-height: 1 !important
}

@media (max-width:768px) {

	.bookly-form .bookly-form-group textarea,
	.bookly-form input[type=text],
	.bookly-form select {
		font-size: calc(var(--primary_font_size) - 2px) !important;
		padding: 16px 5px 16px !important
	}
}

.bookly-form .bookly-table .bookly-form-group>div {
	margin-right: 0 !important
}

.bookly-form .bookly-mobile-step-1 .bookly-form-group {
	padding-right: 30px !important
}

body .bookly-form .bookly-repeat-step .bookly-week-days label.active,
body .bookly-form .bookly-service-step .bookly-week-days label.active {
	background-image: none !important
}

.bookly-form .bookly-service-step .bookly-week-days label.active:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	position: relative;
	color: #ffffff;
	top: 8px;
	left: 10px
}

.bookly-form .bookly-repeat-step .bookly-week-days label,
.bookly-form .bookly-service-step .bookly-week-days label {
	width: 40px;
	height: 40px
}

.bookly-form .picker__year {
	font-style: normal
}

.bookly-form .picker__box .picker__header {
	border-bottom: none !important
}

.bookly-form .picker__day {
	padding: 0.6786em 0 !important
}

.bookly-form .picker__footer .picker__button--today {
	font-size: 11px !important;
	letter-spacing: 2.2px !important;
	border-radius: unset !important
}

.bookly-form .picker .picker__holder {
	border: none !important;
	border-radius: unset !important
}

.bookly-form .picker__header .picker__nav--next:hover:before,
.bookly-form .picker__header .picker__nav--prev:hover:before {
	transition: 0.3ms
}

.bookly-form .picker.picker--focused .picker__day--selected {
	border-radius: unset !important
}

.bookly-form .picker .picker__day--infocus:hover,
.bookly-form .picker .picker__day--outfocus:hover {
	border-radius: unset !important
}

.bookly-form .picker__weekday {
	font-weight: bold !important
}

.bookly-form .picker__table .picker__day--today {
	border-radius: unset !important
}

.bookly-form .bookly-btn,
.bookly-form .bookly-btn:active {
	display: inline-block;
	position: relative;
	visibility: visible;
	line-height: 1;
	color: #fff;
	background-color: var(--primary_color);
	padding: 17.5px 40px !important;
	border-radius: 3px !important;
	transition: all 200ms ease-in-out !important;
	box-shadow: 0px 2px 5px var(--primary_color_fade_20)
}

.bookly-form .bookly-btn>span {
	line-height: 1 !important;
	font-size: var(--button_font_size) !important;
	font-family: var(--button_font) !important;
	font-weight: var(--button_font_weight) !important;
	text-transform: uppercase !important
}

.bookly-mobile-step-2>div:first-child>.bookly-left:first-child {
	width: 66.66%
}

.bookly-mobile-step-2>div:first-child>.bookly-left:first-child .bookly-available-date,
.bookly-mobile-step-2>div:first-child>.bookly-left:first-child .bookly-week-days {
	width: 50%;
	margin-right: 0 !important;
	padding-right: 30px
}

.bookly-form .bookly-mobile-step-1 {
	margin-right: -30px
}

.bookly-form .bookly-time-range {
	width: 33.33333%
}

.bookly-form .bookly-time-range .bookly-form-group {
	width: 50%;
	padding-right: 30px
}

.bookly-form .bookly-time-range .bookly-form-group select {
	width: 100% !important
}

.bookly-form .bookly-time-range .bookly-form-group>div {
	margin-right: 0 !important
}

.bookly-columnizer .bookly-hour .ladda-label,
.bookly-form .bookly-columnizer .bookly-day,
.bookly-form .bookly-columnizer .bookly-hour {
	font-weight: var(--primary_font_weight) !important
}

.bookly-form .bookly-progress-tracker {
	margin: 0 0 33px !important
}

.bookly-form .bookly-box:not(.bookly-nav-steps) {
	margin: 0 -30px 35px 0
}

.bookly-form .bookly-btn.bookly-right,
.bookly-form .bookly-btn.bookly-right {
	min-height: 52px
}

.bookly-form .bookly-details-step .bookly-form-group {
	padding-right: 30px !important
}

.bookly-form .bookly-form-group textarea {
	margin-bottom: 35px !important
}

.bookly-form .bookly-time-step {
	margin-bottom: 55px !important
}

.bookly-form-group>div {
	margin-right: 0 !important
}

.bookly-payment-nav .bookly-box {
	overflow: visible
}

.bookly-details-step,
.bookly-mobile-step-1 {
	margin-right: -30px
}

.bookly-details-step .bookly-box,
.bookly-mobile-step-1 .bookly-box {
	margin: 0 !important;
	margin-bottom: 35px !important
}

.bookly-details-step .bookly-table,
.bookly-mobile-step-1 .bookly-table {
	margin: 0 -30px 35px 0
}

@media screen and (max-width:650px) {
	.bookly-mobile-step-2>div:first-child>.bookly-left:first-child {
		width: 100%
	}

	.bookly-mobile-step-2>div:first-child>.bookly-left:first-child .bookly-available-date,
	.bookly-mobile-step-2>div:first-child>.bookly-left:first-child .bookly-week-days {
		width: 100%;
		padding-right: 0
	}

	.bookly-form .bookly-repeat-step .bookly-week-days label,
	.bookly-form .bookly-service-step .bookly-week-days label {
		width: 23px;
		height: 23px
	}

	.bookly-form .bookly-service-step .bookly-week-days label.active:before {
		top: -2px;
		left: 0
	}

	.bookly-form .bookly-time-range {
		width: 100%
	}

	.bookly-form .bookly-time-range .bookly-form-group {
		width: 100%;
		padding-right: 0
	}

	.bookly-form .bookly-details-step .bookly-form-group {
		padding-right: 14px !important
	}

	.bookly-form .bookly-mobile-step-1 .bookly-form-group {
		padding-right: 0 !important
	}

	.bookly-form .bookly-mobile-step-1 {
		margin-right: 0px
	}
}

.entry-thumbnail-bg {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 1s ease;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

@media (min-width:992px) and (max-width:1024px) {
	.yolo-sc-blog .entry-thumbnail-bg {
		height: 100%
	}
}

.yolo-sc-blog .blog-wrap.slider {
	margin: 0 -20px
}

@media (max-width:1300px) {
	.yolo-sc-blog .blog-wrap.slider {
		margin: 0 -10px
	}
}

.yolo-sc-blog .blog-style-slider {
	margin: 0
}

.yolo-sc-blog .blog-style-slider .owl-stage {
	display: flex
}

.yolo-sc-blog .blog-style-slider .owl-item {
	display: flex;
	flex: 1 0 auto
}

.yolo-sc-blog .blog-style-slider .yolo-blog-item {
	flex: 0 0 100%;
	max-width: 100%
}

.yolo-sc-blog .yolo-blog-item {
	margin-bottom: 40px
}

@media (max-width:580px) {
	.yolo-sc-blog .yolo-blog-item.col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap {
	overflow: hidden;
	background-color: #fff;
	transition: all 200ms ease;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05)
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap:hover {
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.11)
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap:hover .entry-thumbnail-bg {
	transform: scale(1.05);
	-webkit-transform: scale(1.07)
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap:hover .btn-text {
	color: var(--primary_color) !important;
	margin-right: 3px
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap:hover .btn-icon {
	transform: translateX(5px)
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap .nbi__thumbnail {
	overflow: hidden;
	position: relative
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap .nbi__thumbnail .entry-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap img {
	width: 100%;
	height: 230px;
	object-fit: cover
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap .nbi__content {
	padding: 30px
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap .nbi__content .nbi__author {
	letter-spacing: 1px
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap .nbi__content .entry-title {
	position: relative
}

.yolo-sc-blog .yolo-blog-item .blog-item-wrap .entry-meta-category {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px
}

.yolo-sc-blog .yolo-blog-item.blog-v1 .nbi__thumbnail {
	height: 280px
}

@media (max-width:580px) {
	.yolo-sc-blog .yolo-blog-item.blog-v1 .nbi__thumbnail {
		height: 200px
	}
}

.yolo-sc-blog .yolo-blog-item.blog-v1 .entry-cat {
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.4
}

.yolo-sc-blog .yolo-blog-item.blog-v1 .entry-title {
	display: inline-flex;
	margin: 15px 0 15px
}

.yolo-sc-blog .yolo-blog-item.blog-v1 .entry-meta {
	margin-bottom: 0;
	letter-spacing: 0
}

.yolo-sc-blog .yolo-blog-item.blog-v2.col-md-6 .nbi__thumbnail {
	height: 400px
}

@media (max-width:580px) {
	.yolo-sc-blog .yolo-blog-item.blog-v2.col-md-6 .nbi__thumbnail {
		height: 250px
	}
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .nbi__thumbnail {
	position: relative;
	height: 280px
}

@media (max-width:580px) {
	.yolo-sc-blog .yolo-blog-item.blog-v2 .nbi__thumbnail {
		height: 200px
	}
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .entry-meta-date {
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	box-shadow: 5px 4px 13px 0px #3f3a643b;
	padding: 10px 10px;
	color: #fff;
	background-color: var(--heading_color);
	width: 65px;
	height: 65px;
	border-radius: 4px;
	position: absolute;
	top: -36px;
	left: 30px;
	text-align: center;
	line-height: 1.2em
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .entry-meta-date span:first-child {
	font-size: 26px;
	line-height: 1
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .nbi__content {
	position: relative;
	padding: 25px 30px 38px
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .nbi__content .entry-meta {
	margin-bottom: 20px
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .nbi__content .entry-title {
	margin-top: 20px;
	margin-bottom: 10px
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .entry-meta-more {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .entry-meta-more .author-avatar {
	display: flex;
	align-items: center
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .entry-meta-more .author-avatar h6 {
	margin: 0
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .entry-meta-more .author-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px
}

.yolo-sc-blog .yolo-blog-item.blog-v2 .entry-meta-more i {
	margin-right: 5px
}

.yolo-sc-blog .yolo-blog-item.blog-v3.col-md-6 .nbi__thumbnail {
	height: 400px
}

@media (max-width:580px) {
	.yolo-sc-blog .yolo-blog-item.blog-v3.col-md-6 .nbi__thumbnail {
		height: 250px
	}
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .nbi__thumbnail {
	position: relative;
	height: 280px
}

@media (max-width:580px) {
	.yolo-sc-blog .yolo-blog-item.blog-v3 .nbi__thumbnail {
		height: 200px
	}
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .nbi__content {
	position: relative;
	padding: 47px 30px 45px
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .nbi__content .entry-meta-date {
	font-size: calc(var(--primary_font_size) - 2px)
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .nbi__content .entry-title {
	margin-top: 2px;
	margin-bottom: 15px
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .nbi__content .nbi__excerpt {
	margin-top: 10px
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .entry-meta-more {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .entry-meta-more .author-avatar {
	display: flex;
	align-items: center
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .entry-meta-more .author-avatar h6 {
	margin: 0
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .entry-meta-more .author-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .entry-meta-more i {
	margin-right: 5px
}

.yolo-sc-blog .yolo-blog-item.blog-v3.item-odd .nbi__content {
	z-index: 1;
	position: absolute;
	width: 100%;
	bottom: 0;
	border: none;
	color: #fff;
	padding-top: 50px;
	background: linear-gradient(0deg, #000000, transparent)
}

.yolo-sc-blog .yolo-blog-item.blog-v3.item-odd .nbi__content .nbi__excerpt {
	display: none
}

.yolo-sc-blog .yolo-blog-item.blog-v3.item-odd .nbi__content .entry-title {
	color: #fff
}

.yolo-sc-blog .yolo-blog-item.blog-v3.item-odd .entry-thumbnail-bg {
	height: 100%
}

.yolo-sc-blog .yolo-blog-item.blog-v3.item-odd .blog-item-wrap {
	position: relative;
	height: 100%
}

@media (max-width:767px) {
	.yolo-sc-blog .yolo-blog-item.blog-v3.item-odd .blog-item-wrap {
		min-height: 500px
	}
}

.yolo-sc-blog .yolo-blog-item.blog-v3.item-odd .blog-item-wrap .nbi__thumbnail {
	height: 100%
}

.yolo-sc-blog .yolo-blog-item.blog-v3.item-odd .btn-text {
	color: #fff
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .post-read-more {
	margin-top: 22px
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .btn-text {
	font-size: var(--button_font_size);
	font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	text-transform: uppercase;
	color: var(--heading_color);
	margin-right: 3px
}

.yolo-sc-blog .yolo-blog-item.blog-v3 .btn-icon {
	color: var(--primary_color);
	transition: all 300ms
}

.yolo-sc-blog.hide_author .nbi__author {
	display: none
}

.yolo-sc-blog.hide_comment .nbi__comment {
	display: none
}

.yolo-sc-blog.hide_category .nbi__category {
	display: none
}

.blog-wrap .blog-paging-wrapper {
	text-align: center
}

.blog-wrap .blog__title {
	text-transform: uppercase;
	margin: 0px;
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.blog-wrap .blog__title:after {
	content: '';
	position: absolute;
	background-image: url(../images/border-image1.png);
	width: 90px;
	height: 6px;
	left: 0;
	bottom: 0px;
	background-repeat: no-repeat
}

.blog-wrap .blog-inner article .post-item .entry-wrap {
	position: relative
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap {
	position: relative;
	margin-bottom: 20px
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay img {
	transition: all 1s ease
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap .date-overlay {
	display: none
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap {
	position: relative;
	z-index: 2;
	width: 100%
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail {
	background-color: #f7f7f7
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail h3 {
	font-weight: bold;
	margin-top: 0px
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li a {
	font-weight: bold
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .entry-post-meta-wrap li.entry-meta-author a {
	text-transform: capitalize
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore {
	position: relative;
	background-color: #e6e6e6;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.35s ease
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore span {
	padding: 10px 0px;
	display: block;
	text-align: center
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover {
	background-color: #1a1a1a;
	color: #fff
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover:before {
	left: 120%
}

.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .post-excerpt {
	margin-bottom: 30px
}

.blog-wrap .blog-inner article .post-item:hover .entry-wrap .entry-thumbnail-wrap .entry-thumbnail a.entry-thumbnail_overlay img {
	opacity: 0.7;
	transform: scale(1.1)
}

@media (max-width:767px) {
	.blog-wrap .blog-inner article .post-item {
		padding: 0px 0px 20px 0px
	}
}

.blog-wrap .blog-inner .owl-dots {
	display: none
}

@media (max-width:1300px) {
	.blog-wrap .blog-inner .owl-dots {
		display: block
	}
}

.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap .entry-title {
	font-size: 16px
}

@media (max-width:479px) {
	.blog-wrap.large-image .blog-inner .entry-wrap .entry-content-wrap {
		margin: 0;
		padding: 0 !important
	}
}

.hide_author .entry-meta-author {
	display: none !important
}

.hide_comment .entry-meta-comment {
	display: none !important
}

.hide_category .entry-meta-category {
	display: none !important
}

.hide_date .entry-meta-date {
	display: none !important
}

.hide_readmore .btn-readmore {
	display: none !important
}

.blog-wrap.slider.blog-v2 {
	margin: 0
}

.blog-wrap.slider .yolo-blog-item .blog-item-wrap {
	box-shadow: none
}

.blog-wrap.slider .yolo-blog-item .blog-item-wrap:hover {
	box-shadow: 3px 5px 10px rgba(53, 52, 52, 0.45)
}

.yolo-medilab-shape {
	display: inline-block;
	transform-origin: center
}

.yolo-medilab-shape .shape {
	color: #555
}

.yolo-medilab-shape svg {
	height: auto
}

.yolo-medilab-shape-circle .shape {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: currentColor
}

.yolo-medilab-shape-border-circle .shape {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid currentColor
}

.yolo-medilab-shape-circle .yolo-medilab-icon-view {
	border-radius: 50%
}

.yolo-sc-counter {
	position: relative;
	padding: 40px 0px 40px
}

.yolo-sc-counter i,
.yolo-sc-counter svg {
	width: auto;
	height: 1em;
	position: relative;
	display: block
}

.yolo-sc-counter .sc-counter-wrap {
	width: 100%
}

.yolo-sc-counter .content-inner {
	float: left;
	position: relative;
	text-align: center;
	width: 100%
}

@media (max-width:900px) {
	.yolo-sc-counter .content-inner {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.yolo-sc-counter .content-inner .gr-number-counter {
	display: block;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 3px;
	font-family: var(--secondary_font);
	color: var(--primary_color);
	transition: all 0.35s ease
}

@media (max-width:1024px) {
	.yolo-sc-counter .content-inner .gr-number-counter {
		font-size: 42px
	}
}

.yolo-sc-counter .content-inner img {
	width: auto;
	max-width: 170px;
	margin: 0 auto
}

.yolo-sc-counter .content-inner .desc {
	line-height: 1;
	font-size: 18px;
	margin-top: 10px;
	letter-spacing: 1px
}

@media (max-width:1024px) {
	.yolo-sc-counter .content-inner .desc {
		font-size: 18px
	}
}

.yolo-sc-counter.style_2 .content-inner {
	position: relative
}

.yolo-sc-counter.style_2 .content-inner .icon {
	position: relative;
	transition: all 400ms ease-in-out
}

.yolo-sc-counter.style_2 .content-inner .icon i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.yolo-sc-counter.style_2 .content-inner .content-meta {
	margin-top: 90px;
	transform: translate3d(0, 0, 0);
	transition: all 600ms ease-in-out
}

.yolo-sc-counter.style_2 .content-inner .desc {
	margin: 0
}

.yolo-sc-counter.style_2 .content-inner:hover .icon {
	font-size: 150px !important;
	opacity: 0.1
}

.yolo-sc-counter.style_2 .content-inner:hover .content-meta {
	transform: translate3d(0, -40px, 0)
}

.yolo-sc-counter .owl-dots {
	margin-top: 30px !important
}

.yolo-sc-counter .owl-carousel.owl-loaded .owl-dots .owl-dot.active span,
.yolo-sc-counter .owl-carousel.owl-loaded .owl-dots .owl-dot:hover span {
	background-color: var(--heading_color)
}

.yolo-sc-countdown .countdown-infor {
	z-index: 2
}

.yolo-sc-countdown .countdown-infor .list-time {
	text-align: center;
	margin: 0;
	padding: 0
}

.yolo-sc-countdown .countdown-infor .list-time span {
	position: absolute;
	top: 3px;
	font-size: 30px;
	line-height: 1
}

.yolo-sc-countdown .countdown-infor .list-time li {
	position: relative;
	display: inline-block;
	text-align: center
}

.yolo-sc-countdown .countdown-infor .list-time li p {
	margin: 0;
	font-size: 20px;
	font-weight: 500
}

.yolo-sc-countdown .countdown-infor .list-time li p.countdown-number {
	margin: 0 15px 5px;
	text-align: center;
	font-size: 54px;
	line-height: 1;
	width: 90px;
	border-radius: 50%;
	font-family: var(--secondary_font);
	color: var(--heading_color);
	font-weight: var(--secondary_font_weight)
}

.yolo-sc-countdown .countdown-infor .list-time li p:last-child {
	line-height: 1;
	color: var(--primary_color)
}

.medilab-title-1 {
	position: relative;
	font-size: 32px;
	text-shadow: 1px 1px #fff;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center
}

.medilab-title-1:after {
	content: '';
	position: absolute;
	background-image: url('../images/border-image1.png');
	width: 254px;
	height: 6px;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	background-repeat: no-repeat
}

.yolo-sc-title {
	position: relative
}

.yolo-sc-title.align-center {
	text-align: center
}

.yolo-sc-title.align-center :after {
	left: 50%;
	transform: translateX(-50%)
}

.yolo-sc-title.align-center .sc-title {
	margin-left: auto;
	margin-right: auto
}

.yolo-sc-title.align-center .sc-sub-title {
	margin-left: auto;
	margin-right: auto
}

.yolo-sc-title.align-center .sc-desc-title {
	margin-left: auto;
	margin-right: auto
}

@media (max-width:480px) {
	.yolo-sc-title.align-center {
		padding-right: 7% !important;
		padding-left: 7% !important
	}
}

.yolo-sc-title.align-left :after {
	left: 0
}

.yolo-sc-title.align-right {
	text-align: right
}

.yolo-sc-title.align-right .sc-title {
	margin-left: auto
}

.yolo-sc-title.align-right .sc-sub-title {
	margin-left: auto
}

.yolo-sc-title.align-right .sc-desc-title {
	margin-left: auto
}

.yolo-sc-title.align-right :after {
	right: 0
}

.yolo-sc-title .sc-title {
	position: relative;
	font-size: 48px;
	max-width: 600px;
	margin-top: 0
}

@media (max-width:991px) {
	.yolo-sc-title .sc-title {
		max-width: 630px;
		font-size: 44px
	}
}

@media (max-width:768px) {
	.yolo-sc-title .sc-title {
		font-size: 36px !important;
		max-width: 400px
	}
}

.yolo-sc-title .sc-sub-title {
	margin: 0;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: var(--primary_color)
}

.yolo-sc-title .sc-desc-title {
	position: relative;
	max-width: 800px;
	margin-top: 22px;
	margin-bottom: 43px;
	text-transform: inherit;
	letter-spacing: 0em
}

@media (max-width:768px) {
	.yolo-sc-title .sc-desc-title {
		max-width: 600px
	}
}

.yolo-sc-title.style2 .sc-title {
	padding-bottom: 25px;
	margin-bottom: 25px
}

.yolo-sc-title.style2 .sc-title:after {
	content: '';
	position: absolute;
	width: 72px;
	height: 5px;
	background-color: var(--primary_color);
	bottom: 0;
	border-radius: 30px
}

.widget .medilab-btn.btn-small {
	min-width: auto
}

.header-customize .medilab-btn {
	min-width: 160px;
	padding: 16px 20px;
	transform: translateY(-2px)
}

.medilab-btn {
	display: inline-block;
	position: relative;
	line-height: 1;
	font-size: var(--button_font_size);
	font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	text-transform: uppercase;
	color: #fff;
	background-color: var(--primary_color);
	padding: 17.5px 40px;
	border-radius: 3px;
	transition: all 200ms ease-in-out;
	box-shadow: 5px 4px 13px 0px var(--primary_color_fade_20);
	min-width: 200px;
	text-align: center;
	border: none;
	margin: 0
}

.medilab-btn:focus,
.medilab-btn:hover {
	color: #fff;
	background-color: var(--heading_color);
	box-shadow: 3px 9px 10px var(--heading_color_fade_40) !important
}

.medilab-btn.btn-small {
	padding: 11px 10px
}

.medilab-btn.medilab-btn-dark {
	color: #fff;
	background-color: var(--heading_color);
	box-shadow: 5px 4px 13px 0px var(--heading_color_fade_40)
}

.medilab-btn.medilab-btn-dark:hover {
	color: #fff;
	background-color: var(--primary_color);
	box-shadow: 3px 9px 10px var(--primary_color_fade_20) !important
}

.medilab-btn a.active,
.medilab-btn a:focus,
.medilab-btn a:hover {
	color: #fff
}

.sc-button-wrap.align-center {
	text-align: center
}

.sc-button-wrap.align-right {
	text-align: right
}

.sc-button-wrap .medilab-btn.size-small {
	font-size: 14px;
	padding: 10px 30px
}

.sc-button-wrap .medilab-btn.size-large {
	font-size: 22px;
	padding: 20px 60px
}

.sc-button-wrap .medilab-btn.hover-primary:focus,
.sc-button-wrap .medilab-btn.hover-primary:hover {
	color: #fff !important;
	background-color: var(--primary_color) !important;
	box-shadow: 3px 9px 10px var(--primary_color_fade_20) !important
}

.sc-button-wrap .medilab-btn.hover-seconds:focus,
.sc-button-wrap .medilab-btn.hover-seconds:hover {
	color: #fff !important;
	background-color: var(--primary_color) !important;
	box-shadow: 3px 9px 10px var(--primary_color_fade_20) !important
}

.sc-button-wrap .medilab-btn.hover-heading:focus,
.sc-button-wrap .medilab-btn.hover-heading:hover {
	color: #fff !important;
	background-color: var(--heading_color) !important;
	box-shadow: 3px 9px 10px var(--heading_color_fade_20) !important
}

.sc-button-wrap .medilab-btn.hover-white:focus,
.sc-button-wrap .medilab-btn.hover-white:hover {
	color: var(--heading_color) !important;
	background-color: #fff !important
}

.yolo-gallery {
	margin-bottom: 90px
}

.yolo-gallery .yolo-gallery-item {
	float: left;
	padding: 0
}

@media screen and (max-width:768px) {
	.yolo-gallery .yolo-gallery-item {
		width: 100%
	}
}

@media screen and (min-width:480px) {
	.yolo-gallery .yolo-gallery-item .yolo-img {
		width: 100%
	}
}

@media screen and (min-width:768px) {
	.yolo-gallery .yolo-gallery-item .yolo-img {
		width: 100%
	}
}

@media screen and (min-width:992px) {
	.yolo-gallery .yolo-gallery-item .yolo-img {
		width: 100%
	}
}

.yolo-gallery .yolo-gallery-item .yolo-gallery-content {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 0.4s ease-in-out
}

.yolo-gallery .yolo-gallery-item .yolo-gallery-content .yolo-term {
	position: absolute;
	top: 50%;
	font-size: 24px;
	line-height: 24px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	color: #fff;
	margin: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	transform: scale(0.2) translate(0%, -50%);
	transition: all 0.4s ease-in-out
}

.yolo-gallery .yolo-gallery-item .yolo-gallery-content img {
	display: flex;
	margin: 0 auto
}

.yolo-gallery .yolo-gallery-item .yolo-gallery-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary_color);
	transform: scale(0);
	opacity: 0.7;
	transition: all 0.4s ease-in-out
}

.yolo-gallery .yolo-gallery-item .yolo-gallery-content:hover .yolo-term {
	opacity: 1;
	transform: scale(1) translate(0%, -50%)
}

.yolo-gallery .yolo-gallery-item .yolo-gallery-content:hover:before {
	transform: scale(1);
	opacity: 0.7
}

.sc-video-player-wrap {
	position: relative;
	transition: all 300ms ease
}

.sc-video-player-wrap:hover .overlay-video {
	transform: scale(1.02)
}

.yolo-sc-video-player {
	position: relative;
	width: 100%
}

.yolo-sc-video-player .overlay-video-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 50px
}

.yolo-sc-video-player .overlay-video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 1s ease
}

.yolo-sc-video-player .play-button-wrap {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%)
}

.yolo-sc-video-player.align-right .play-button-wrap {
	right: 0;
	left: auto;
	transform: translate(50%, -50%)
}

.yolo-sc-video-player.align-left .play-button-wrap {
	left: 0;
	right: auto;
	transform: translate(-50%, -50%)
}

.yolo-sc-video-player .play-button {
	margin: auto;
	transition: all 1.5s ease;
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
	position: relative;
	color: var(--primary_color);
	cursor: pointer;
	text-align: center;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	line-height: 80px;
	transition: all 500ms ease
}

.yolo-sc-video-player .play-button i {
	z-index: 1;
	margin-left: 2px;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.yolo-sc-video-player .play-button:hover {
	transform: scale3d(1.15, 1.15, 1.15);
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05)
}

.yolo-sc-video-player .play-button .wave-pulse {
	width: 1px;
	height: 0;
	margin: 0 auto
}

.yolo-sc-video-player .play-button .wave-pulse:after,
.yolo-sc-video-player .play-button .wave-pulse:before {
	opacity: 0;
	content: '';
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	animation: zoomBig 3.25s linear infinite
}

.yolo-sc-video-player .play-button .wave-pulse:before {
	animation-delay: 0.8s
}

.yolo-sc-video-player .iframe-video-player {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	display: none;
	overflow: hidden;
	background-color: #000
}

.yolo-sc-video-player .iframe-video-player iframe {
	border: 0
}

.yolo-sc-video-player .video-close {
	right: 5px;
	top: 5px;
	cursor: pointer;
	background: #fff;
	z-index: 1;
	position: absolute;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.yolo-sc-icon-box i,
.yolo-sc-icon-box svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.yolo-sc-icon-box .icon {
	font-size: 24px;
	margin-right: 8px;
	flex-shrink: 0;
	color: var(--primary_color)
}

.yolo-sc-icon-box .sc-icon-box-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.yolo-sc-icon-box .sc-icon-box-wrap.box_style_1 {
	margin: 0 15px;
	border-radius: 10px;
	overflow: hidden
}

.yolo-sc-icon-box .sc-icon-box-wrap.box_style_1 .owl-stage-outer {
	border-radius: 10px
}

.yolo-sc-icon-box .icon-box-container {
	text-align: center
}

.yolo-sc-icon-box .icon-content .icon-title {
	font-size: 20px
}

.yolo-sc-icon-box .icon-content .icon-title a:hover {
	color: var(--primary_color)
}

.yolo-sc-icon-box .icon-btn span:after {
	background-color: #fff
}

.yolo-sc-icon-box .icon-box-wrap {
	float: left
}

.yolo-sc-icon-box .style_1 {
	padding: 0;
	background-color: var(--primary_color)
}

@media (max-width:900px) {
	.yolo-sc-icon-box .style_1 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.yolo-sc-icon-box .style_1:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 300ms ease;
	opacity: 0
}

.yolo-sc-icon-box .style_1:hover:before {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100)
}

.yolo-sc-icon-box .style_1 .icon-box-container {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 50px 30px 48px;
	text-align: left;
	border-radius: 10px;
	transition: all 0.3s ease
}

.yolo-sc-icon-box .style_1 .icon-box-container .icon-title {
	list-style: 1;
	font-size: 20px;
	margin: 30px 0 20px;
	color: #fff
}

.yolo-sc-icon-box .style_1 .icon-box-container .icon-title a:hover {
	color: #fff
}

.yolo-sc-icon-box .style_1 .icon-box-container .icon {
	transition: all 0.5s ease;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative
}

.yolo-sc-icon-box .style_1 .icon-box-container .icon:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.35s ease;
	border: 1px dashed #fff;
	top: 0;
	left: 0
}

.yolo-sc-icon-box .style_1 .icon-box-container .icon i,
.yolo-sc-icon-box .style_1 .icon-box-container .icon svg {
	background: #fff;
	border-radius: 100%;
	margin: 5px;
	position: absolute;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center
}

.yolo-sc-icon-box .style_1 .icon-box-container .icon i,
.yolo-sc-icon-box .style_1 .icon-box-container .icon svg {
	padding: 15px
}

.yolo-sc-icon-box .style_1 .icon-box-container .btn-readmore {
	color: #fff;
	margin: 0
}

.yolo-sc-icon-box .style_1 .icon-box-container .btn-readmore span {
	background-color: #fff;
	bottom: -2px
}

.yolo-sc-icon-box .style_1 .icon-box-container:hover .icon:after {
	animation: spinAround 9s linear infinite
}

.yolo-sc-icon-box .style_2 {
	padding-bottom: 40px
}

@media (min-width:900px) and (max-width:1440px) {
	.yolo-sc-icon-box .style_2.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

.yolo-sc-icon-box .style_2 .icon-box-container {
	display: flex;
	text-align: left;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	padding: 30px 30px 28px;
	transition: all 300ms ease
}

@media (max-width:1440px) {
	.yolo-sc-icon-box .style_2 .icon-box-container {
		padding: 25px 20px
	}
}

@media (max-width:480px) {
	.yolo-sc-icon-box .style_2 .icon-box-container {
		flex-direction: column;
		text-align: left
	}
}

.yolo-sc-icon-box .style_2 .icon-box-container .icon-top-title {
	margin-top: 0;
	margin-bottom: 10px
}

.yolo-sc-icon-box .style_2 .icon-box-container .icon-title {
	font-size: 20px;
	margin: 0px 0 0
}

@media (max-width:1440px) {
	.yolo-sc-icon-box .style_2 .icon-box-container .icon-title {
		font-size: 20px !important
	}
}

@media (max-width:480px) {
	.yolo-sc-icon-box .style_2 .icon-box-container .icon {
		padding-bottom: 20px
	}
}

.yolo-sc-icon-box .style_2 .icon-box-container .icon-description {
	margin-top: 5px;
	margin-bottom: 0
}

.yolo-sc-icon-box .style_2 .icon-box-container .btn-readmore:after {
	content: none
}

.yolo-sc-icon-box .style_2 .icon-box-container .icon-inner {
	margin-right: 30px;
	transition: all 0.5s ease;
	border-radius: 100%;
	position: relative
}

@media (max-width:1440px) {
	.yolo-sc-icon-box .style_2 .icon-box-container .icon-inner {
		margin-right: 20px
	}
}

.yolo-sc-icon-box .style_2 .icon-box-container .icon-inner .icon-wrap {
	border-radius: 100%;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center
}

@media (max-width:1440px) {
	.yolo-sc-icon-box .style_2 .icon-box-container .icon-inner .icon-wrap {
		width: 45px !important;
		height: 45px !important
	}
}

@media (max-width:480px) {
	.yolo-sc-icon-box .style_2 .icon-box-container .icon-inner .icon-wrap {
		margin: 0 auto;
		margin-bottom: 30px
	}
}

.yolo-sc-icon-box .style_2 .icon-box-container .icon-inner .icon-wrap img {
	width: 100%;
	height: 100%
}

.yolo-sc-icon-box .style_2 .icon-box-container:hover {
	background-color: var(--primary_color);
	color: #fff
}

.yolo-sc-icon-box .style_2 .icon-box-container:hover .icon-title {
	color: #fff
}

.yolo-sc-icon-box .style_2 .icon-box-container:hover .icon-box-icon .icon svg {
	fill: #fff !important
}

.yolo-sc-icon-box .style_2 .icon-box-container:hover .icon-box-icon .icon i {
	color: #fff !important
}

@media (min-width:900px) and (max-width:1200px) {
	.yolo-sc-icon-box .style_2.col-md-4 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width:900px) {
	.yolo-sc-icon-box .style_2 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.yolo-sc-class-featured-tab {
	display: flex
}

@media (max-width:700px) {
	.yolo-sc-class-featured-tab {
		flex-direction: column
	}
}

.yolo-sc-class-featured-tab .loop-thumb {
	width: 40%;
	padding-right: 15px;
	padding-left: 15px
}

@media (max-width:700px) {
	.yolo-sc-class-featured-tab .loop-thumb {
		width: 100%;
		margin-bottom: 30px
	}
}

.yolo-sc-class-featured-tab .loop-thumb .item {
	border-bottom: 1px solid #eee;
	transition: all 0.4s ease
}

.yolo-sc-class-featured-tab .loop-thumb .item img {
	object-fit: contain;
	padding-right: 20px
}

@media (max-width:768px) {
	.yolo-sc-class-featured-tab .loop-thumb .item img {
		display: none
	}
}

@media (max-width:700px) {
	.yolo-sc-class-featured-tab .loop-thumb .item img {
		display: block
	}
}

.yolo-sc-class-featured-tab .loop-thumb .item:last-child {
	border-bottom: none
}

.yolo-sc-class-featured-tab .loop-thumb .item:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.yolo-sc-class-featured-tab .loop-thumb .item.active a {
	opacity: 1;
	background: #fff
}

.yolo-sc-class-featured-tab .loop-thumb .item.active .title {
	color: var(--primary_color)
}

.yolo-sc-class-featured-tab .loop-thumb .item a {
	display: flex;
	align-items: center;
	padding: 25px 30px 25px;
	opacity: 0.5
}

@media (max-width:900px) {
	.yolo-sc-class-featured-tab .loop-thumb .item a {
		padding: 15px
	}
}

.yolo-sc-class-featured-tab .loop-thumb .item a .thumb-title {
	display: block;
	position: relative;
	width: 100%;
	color: var(--text_color)
}

.yolo-sc-class-featured-tab .loop-thumb .item a .thumb-title .title {
	font-size: 24px;
	line-height: 1;
	display: block;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	margin-bottom: 5px;
	margin-top: 5px
}

.yolo-sc-class-featured-tab .loop-thumb .item a .thumb-title .title:hover {
	color: var(--primary_color)
}

.yolo-sc-class-featured-tab .loop-thumb .item a .thumb-title i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 20px
}

.yolo-sc-class-featured-tab .loop-thumb .item a .thumb-title .thumb-desc {
	line-height: 1
}

.yolo-sc-class-featured-tab .loop-thumb .item:hover {
	background: #fff;
	box-shadow: 5px 0px 12px 5px #eee
}

.yolo-sc-class-featured-tab .loop-thumb .item:hover:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.yolo-sc-class-featured-tab .loop-content {
	width: 60%;
	padding-right: 15px;
	padding-left: 15px
}

@media (max-width:700px) {
	.yolo-sc-class-featured-tab .loop-content {
		width: 100%;
		margin-bottom: 10%
	}
}

.yolo-sc-class-featured-tab .loop-content .loop-content-wrap {
	display: none
}

.yolo-sc-class-featured-tab .loop-content .loop-content-wrap.active {
	display: block
}

.yolo-sc-class-featured-tab .loop-item-feature {
	display: block;
	position: relative
}

.yolo-sc-class-featured-tab .loop-item-feature .title {
	color: var(--primary_color)
}

.yolo-sc-class-featured-tab .loop-item-feature .category {
	display: block;
	font-weight: bold
}

.yolo-sc-class-featured-tab .loop-item-feature img {
	width: 100%;
	border-radius: 15px
}

.yolo-sc-class-featured-tab .loop-item-feature .description {
	margin-bottom: 10px
}

@media (max-width:991px) {
	.yolo-sc-class-featured-tab .loop-item-feature .description {
		max-height: 5em;
		overflow: hidden
	}
}

.yolo-sc-class-featured-tab .loop-item-feature .loop-item-feature-content {
	background-color: #fff;
	position: absolute;
	bottom: -25%;
	max-width: 90%;
	right: 5%;
	left: 5%;
	padding: 30px 30px;
	border-radius: 10px;
	box-shadow: 1px 6px 5px -3px #dedede
}

.btn-readmore-wrap.countdown {
	display: inline-block;
	color: #fff;
	margin-top: 10px
}

.btn-readmore-wrap.countdown .btn-readmore span {
	background-color: #fff
}

.btn-readmore-wrap a:hover {
	color: var(--primary_color) !important
}

.btn-readmore-wrap i {
	font-size: 10px
}

.btn-readmore-wrap .btn-readmore {
	padding: 1px 0;
	color: inherit;
	position: relative;
	display: inline-block;
	transition: transform ease 0.3s;
	letter-spacing: 1px
}

.btn-readmore-wrap .btn-readmore.btn-readmore-primary {
	color: var(--primary_color)
}

.btn-readmore-wrap .btn-readmore.btn-readmore-primary:after {
	background-color: var(--primary_color)
}

.btn-readmore-wrap .btn-readmore.btn-readmore-primary span {
	background-color: var(--primary_color)
}

.btn-readmore-wrap .btn-readmore.btn-readmore-heading {
	color: var(--heading_color)
}

.btn-readmore-wrap .btn-readmore.btn-readmore-heading:after {
	background-color: var(--primary_color);
	transform: scaleX(0)
}

.btn-readmore-wrap .btn-readmore.btn-readmore-heading:before {
	opacity: 1;
	right: -20px
}

.btn-readmore-wrap .btn-readmore span {
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	border-radius: 2px;
	background-color: #fff;
	transition: all ease 0.3s;
	margin: 0
}

.btn-readmore-wrap .btn-readmore:before {
	opacity: 0;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	font-style: normal;
	position: absolute;
	top: 2px;
	right: 0;
	transition: all ease 0.3s
}

.btn-readmore-wrap .btn-readmore:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transform-origin: left;
	transform: scaleX(1);
	transition: transform 0.3s ease-in
}

.btn-readmore-wrap:hover .btn-readmore {
	transform: translateX(-5px)
}

.btn-readmore-wrap:hover .btn-readmore.btn-readmore-heading {
	transform: translateX(0px);
	color: var(--primary_color)
}

.btn-readmore-wrap:hover .btn-readmore.btn-readmore-heading:after {
	transform: scaleX(1);
	transform-origin: left
}

.btn-readmore-wrap:hover .btn-readmore.btn-readmore-heading:before {
	right: -15px
}

.btn-readmore-wrap:hover .btn-readmore span {
	width: 0
}

.btn-readmore-wrap:hover .btn-readmore:before {
	opacity: 1;
	right: -19px
}

.btn-readmore-wrap:hover .btn-readmore:after {
	transform: scaleX(0);
	transform-origin: left
}

.yolo-sc-timeline .line {
	height: 5px;
	width: 100%;
	background: var(--primary_color);
	position: absolute;
	top: 50%;
	border-radius: 5px;
	display: block
}

@media (max-width:768px) {
	.yolo-sc-timeline .line {
		height: 100%;
		width: 5px;
		top: 0
	}
}

.yolo-sc-timeline ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	position: relative
}

@media (max-width:768px) {
	.yolo-sc-timeline ul {
		flex-direction: column
	}
}

.yolo-sc-timeline ul li {
	width: 190px;
	height: 150px;
	float: left
}

@media (max-width:991px) {
	.yolo-sc-timeline ul li {
		width: 160px
	}
}

@media (max-width:768px) {
	.yolo-sc-timeline ul li {
		width: 100%;
		height: 100px
	}

	.yolo-sc-timeline ul li:last-child {
		height: 50px
	}
}

.yolo-sc-timeline ul li .item {
	position: absolute;
	width: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px
}

@media (max-width:991px) {
	.yolo-sc-timeline ul li .item {
		width: 160px
	}
}

@media (max-width:768px) {
	.yolo-sc-timeline ul li .item {
		align-items: flex-start;
		position: relative;
		padding-left: 30px;
		width: 100%;
		font-size: inherit
	}
}

.yolo-sc-timeline ul li .item:after,
.yolo-sc-timeline ul li .item:before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: var(--heading_color);
	border-radius: 50%;
	border: 5px solid #fff
}

@media (max-width:768px) {

	.yolo-sc-timeline ul li .item:after,
	.yolo-sc-timeline ul li .item:before {
		position: absolute;
		left: -7px;
		top: 0px !important
	}
}

.yolo-sc-timeline ul li .item .item-year {
	font-size: 26px;
	color: var(--heading_color);
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	line-height: 1
}

.yolo-sc-timeline ul li:nth-child(2n) .item {
	bottom: -11px
}

.yolo-sc-timeline ul li:nth-child(2n) .item .item-year {
	margin: 15px 0 5px
}

@media (max-width:768px) {
	.yolo-sc-timeline ul li:nth-child(2n) .item .item-year {
		margin: 0
	}
}

.yolo-sc-timeline ul li:nth-child(2n) .item:before {
	top: -15px
}

.yolo-sc-timeline ul li:nth-child(2n) .item:after {
	display: none
}

.yolo-sc-timeline ul li:nth-child(odd) .item {
	top: -6px
}

.yolo-sc-timeline ul li:nth-child(odd) .item .item-title {
	margin: 5px 0 15px
}

@media (max-width:768px) {
	.yolo-sc-timeline ul li:nth-child(odd) .item .item-title {
		margin: 0
	}
}

.yolo-sc-timeline ul li:nth-child(odd) .item:before {
	display: none
}

.yolo-sc-timeline ul li:nth-child(odd) .item:after {
	top: -15px
}

.yolo-sc-our-skill .title-skill {
	color: var(--primary_color)
}

.yolo-sc-our-skill .item-skill {
	position: relative;
	margin-bottom: 40px
}

.yolo-sc-our-skill .item-skill:last-child {
	margin-bottom: 0
}

.yolo-sc-our-skill .item-skill .title-item {
	font-size: 18px;
	margin-bottom: 5px
}

.yolo-sc-our-skill .item-skill .skill-value {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 600;
	margin-bottom: 5px
}

.yolo-sc-our-skill .item-group .yolo-progress-bar {
	position: relative;
	height: 6px;
	width: 100%;
	background-color: #eaeaea;
	border-radius: 6px
}

.yolo-sc-our-skill .item-group .yolo-progress-bar .yolo-bar {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 5px
}

.yolo-sc-contact-form div.wpcf7-acceptance-missing,
.yolo-sc-contact-form div.wpcf7-validation-errors {
	border: none;
	padding: 0;
	color: var(--primary_color)
}

.yolo-sc-contact-form.button_full .wpcf7-submit {
	width: 100%
}

.yolo-sc-contact-form .wpcf7-submit {
	border: none;
	line-height: 1;
	visibility: visible;
	font-size: var(--button_font_size);
	font-family: var(--button_font);
	font-weight: var(--button_font_weight);
	text-transform: uppercase;
	color: #fff;
	background-color: var(--primary_color);
	padding: 17.5px 40px;
	min-width: 160px;
	border-radius: 3px;
	transition: all 200ms ease-in-out;
	box-shadow: 5px 4px 13px 0px var(--primary_color_fade_20);
	margin-top: 10px
}

.yolo-sc-contact-form .wpcf7-submit:focus,
.yolo-sc-contact-form .wpcf7-submit:hover {
	color: #fff;
	background-color: var(--heading_color);
	box-shadow: 3px 9px 10px var(--heading_color_fade_20)
}

@media screen and (min-width:768px) {
	.yolo-sc-contact-form.style1 {
		height: 305px
	}
}

@media screen and (min-width:1300px) {
	.yolo-sc-contact-form.style1 {
		height: 100%
	}
}

.yolo-sc-contact-form.style1 form input[type=email],
.yolo-sc-contact-form.style1 form input[type=text],
.yolo-sc-contact-form.style1 form textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--text_color_fade_50);
	padding-left: 0px;
	resize: none;
	width: 100%;
	margin: 6px 0px;
	border-radius: 0;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.yolo-sc-contact-form.style1 form input[type=email]:focus,
.yolo-sc-contact-form.style1 form input[type=text]:focus,
.yolo-sc-contact-form.style1 form textarea:focus {
	border-color: var(--primary_color)
}

.yolo-sc-contact-form.style1 form textarea {
	height: 120px
}

.yolo-sc-contact-form.style1 .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 30px
}

.yolo-sc-contact-form.style1 .wpcf7-form-control-wrap .wpcf7-list-item {
	margin: 0 0 0 0;
	line-height: 1
}

.yolo-sc-contact-form.style1 .wpcf7-list-item-label {
	font-weight: 600;
	text-transform: inherit
}

.yolo-sc-contact-form.style1 .wpcf7-list-item-label a {
	text-decoration: underline
}

.yolo-sc-contact-form.style2 form label {
	color: var(--heading_color);
	font-weight: 500;
	text-transform: capitalize
}

.yolo-sc-contact-form.style2 form input[type=email],
.yolo-sc-contact-form.style2 form input[type=text],
.yolo-sc-contact-form.style2 form textarea {
	display: block;
	width: 100%;
	height: 54px;
	padding: 17px 17px
}

.yolo-sc-contact-form.style2 form textarea {
	min-height: 160px;
	border-radius: 3px
}

.yolo-sc-contact-form.style2 form .button-submit {
	text-align: center
}

.yolo-sc-contact-form.style2 form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 30px
}

.yolo-sc-contact-form.style2 form .wpcf7-form-control-wrap .wpcf7-list-item {
	margin: 0 0 0 0;
	line-height: 1
}

.yolo-sc-contact-form.style2 form .wpcf7-form-control-wrap select {
	width: 100%;
	height: 54px;
	border-radius: 3px
}

.yolo-sc-contact-form.style2 form .wpcf7-list-item-label {
	font-weight: 600;
	text-transform: inherit
}

.yolo-sc-contact-form.style2 form .wpcf7-list-item-label a {
	text-decoration: underline
}

.align-center .mc4wp-form {
	margin-left: auto;
	margin-right: auto
}

.align-left .mc4wp-form {
	margin-right: auto
}

@media (max-width:900px) {
	.align-left .mc4wp-form input[type=submit] {
		margin-left: 0 !important
	}
}

.align-right .mc4wp-form {
	margin-left: auto
}

@media (max-width:900px) {
	.align-right .mc4wp-form input[type=submit] {
		margin-right: 0 !important
	}
}

.mc4wp-form {
	max-width: 450px
}

.mc4wp-form .mc4wp-alert {
	margin-top: 10px;
	font-size: calc(var(--primary_font_size) - 1px);
	color: #d9534f;
	text-align: center
}

.entry-content .mc4wp-form input[type=submit] {
	height: 50px;
	padding: 10px 35px;
	border-radius: 0 50px 50px 0;
	border: none;
	background-color: var(--primary_color);
	color: #fff;
	line-height: 1;
	font-size: 18px;
	font-family: var(--secondary_font);
	font-weight: var(--secondary_font_weight);
	transition: all 300ms ease
}

@media (max-width:900px) {
	.entry-content .mc4wp-form input[type=submit] {
		border-radius: 50px;
		margin: 0 auto;
		margin-top: 20px;
		margin-left: 0
	}
}

.entry-content .mc4wp-form input[type=submit]:hover {
	background-color: var(--heading_color)
}

.entry-content .mc4wp-form .mc4wp-form-fields {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:900px) {
	.entry-content .mc4wp-form .mc4wp-form-fields {
		flex-direction: column;
		align-content: center
	}
}

.entry-content .mc4wp-form input[type=email] {
	padding-left: 30px;
	padding-right: 30px;
	flex-grow: 1;
	max-width: 100%;
	color: var(--text_color);
	font-weight: var(--primary_font_weight);
	border-style: solid;
	border-color: var(--heading_color_fade_50);
	background-color: #fff;
	border-width: 1px 0 1px 1px;
	border-radius: 50px 0 0 50px;
	height: 50px
}

@media (max-width:900px) {
	.entry-content .mc4wp-form input[type=email] {
		width: 100%;
		border-radius: 50px;
		border-width: 1px
	}
}

.entry-content .mc4wp-form input[type=email]:focus {
	border-color: var(--primary_color);
	background-color: #fff
}

.yolo-3d-gallery {
	margin-bottom: 28px
}

.yolo-3d-gallery .elasticstack {
	position: relative;
	margin: 0px auto;
	padding: 0;
	max-width: 400px;
	width: 100%;
	height: 500px;
	list-style: none;
	-webkit-perspective: 1000px;
	-webkit-perspective-origin: 50% 150%;
	perspective: 1000px;
	perspective-origin: 50% 150%
}

@media (max-width:1024px) {
	.yolo-3d-gallery .elasticstack {
		max-width: 350px;
		height: 520px
	}
}

@media (max-width:768px) {
	.yolo-3d-gallery .elasticstack {
		max-width: 400px;
		height: 500px
	}
}

.yolo-3d-gallery .elasticstack li {
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 500px;
	border-width: 15px;
	border-style: solid;
	border-color: #fff;
	box-shadow: 0 10px 7px -7px rgba(0, 0, 0, 0.12), 0 0 4px rgba(0, 0, 0, 0.1);
	opacity: 0;
	cursor: move;
	transform: translate3d(0, 0, -180px);
	transform-style: preserve-3d;
	overflow: hidden
}

@media (max-width:1024px) {
	.yolo-3d-gallery .elasticstack li {
		height: 520px
	}
}

@media (max-width:768px) {
	.yolo-3d-gallery .elasticstack li {
		height: 500px
	}
}

.yolo-3d-gallery .elasticstack li:hover .image-elastickstack {
	transform: scale(1.07)
}

.yolo-3d-gallery .elasticstack li .image-elastickstack {
	transition: all 1s ease;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.yolo-3d-gallery .elasticstack li h5 {
	margin: 0 5px;
	color: #143f51;
	height: 60px;
	text-align: right;
	font-size: 1.4em;
	font-family: "Sacramento", cursive;
	line-height: 60px
}

.yolo-3d-gallery .elasticstack li.animate {
	transition: all 0.3s ease-out
}

.yolo-3d-gallery .elasticstack li.move-back {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515)
}

.yolo-sc-clients .owl-carousel .owl-stage {
	display: flex;
	align-items: center
}

.yolo-sc-clients .client-item-wrap {
	position: relative;
	float: left;
	width: 100%
}

.yolo-sc-clients .client-item-inner {
	margin: 0
}

.yolo-sc-clients .client-item-inner .owl-dots {
	margin-top: 15px
}

.yolo-sc-clients .client-item {
	padding: 10px 30px
}

.yolo-sc-clients .client-item img {
	opacity: 0.8;
	width: auto !important;
	margin: 0 auto;
	transition: all 300ms ease
}

.yolo-sc-clients .client-item:hover img {
	opacity: 1;
	filter: grayscale(0)
}

.yolo-sc-clients.style_1 img {
	opacity: 0.8;
	width: auto !important;
	margin: 0 auto;
	transition: all 300ms ease;
	max-height: 120px;
	filter: grayscale(100%)
}

.yolo-sc-clients.style_1 .client-item:hover img {
	opacity: 1;
	filter: grayscale(0)
}

.yolo-sc-clients.style_2 .client-item {
	border: 2px dashed var(--text_color_fade_30);
	padding: 30px 25px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-align: center;
	width: 100%;
	position: relative
}

.yolo-sc-clients.style_2 .client-item .client-title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 0
}

.yolo-sc-clients.style_2 .client-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.yolo-sc-clients.style_2 .client-item img {
	max-width: 100px
}

.yolo-sc-clients.style_2 .client-item:hover {
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.09);
	border-style: solid;
	border-color: var(--primary_color)
}

@keyframes loop-move-vertical {
	0% {
		transform: translate3d(0, -20px, 0)
	}

	to {
		transform: translate3d(0, 20px, 0)
	}
}

.loop-move-vertical {
	transform: translateZ(0);
	animation: 3s loop-move-vertical linear infinite alternate
}

@keyframes loop-move-horizontal {
	0% {
		transform: translate3d(-20px, 0, 0)
	}

	to {
		transform: translate3d(20px, 0, 0)
	}
}

.loop-move-horizontal {
	transform: translateZ(0);
	animation: 3s loop-move-horizontal linear infinite alternate
}

@keyframes loop-rotate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(-360deg)
	}
}

.loop-rotate {
	transform: translateZ(0);
	animation: 3s loop-rotate linear infinite
}

.elementor-element-editable.elementor-widget-yolo-image-layers .artboard {
	outline: 2px dashed #d5dadf
}

.elementor-widget-yolo-image-layers .elementor-widget-container {
	font-size: 0
}

.elementor-widget-yolo-image-layers .artboard {
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.elementor-widget-yolo-image-layers .layers-wrapper {
	position: relative;
	width: 100%;
	height: 100%
}

.elementor-widget-yolo-image-layers .layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	display: flex
}

.elementor-widget-yolo-image-layers .static-layer {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto
}

.yolo-sc-testimonials {
	margin-left: -20px;
	margin-right: -20px
}

@media (max-width:1300px) {
	.yolo-sc-testimonials {
		margin-left: -10px;
		margin-right: -10px
	}
}

.yolo-sc-testimonials .testimonial-item-inner {
	margin: 0;
	padding: 0
}

.yolo-sc-testimonials .testimonial-item-inner .owl-dots {
	margin: 0
}

.yolo-sc-testimonials .testimonial-item-wrap {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	margin-bottom: 40px;
	margin-top: 15px
}

@media (max-width:1300px) {
	.yolo-sc-testimonials .testimonial-item-wrap {
		padding-left: 10px;
		padding-right: 10px
	}
}

.yolo-sc-testimonials .testimonial-item-wrap .testimonial-item {
	display: block;
	position: relative;
	padding: 35px 40px 50px;
	overflow: hidden;
	border-width: 0px
}

.yolo-sc-testimonials .testimonial-item-wrap .testimonial-item .item-title {
	margin-top: 10px
}

.yolo-sc-testimonials .testimonial-item-wrap .testimonial-item .testimonial-author-wrap {
	display: flex;
	align-items: center;
	margin-top: 25px
}

.yolo-sc-testimonials .testimonial-item-wrap .testimonial-item .testimonial-author-wrap .testimonial-author-image {
	width: 55px;
	height: 55px;
	float: left
}

.yolo-sc-testimonials .testimonial-item-wrap .testimonial-item .testimonial-author-wrap .testimonial-author-image img {
	height: 100%;
	border-radius: 50%
}

.yolo-sc-testimonials .testimonial-item-wrap .testimonial-item .testimonial-author-wrap .testimonial-title {
	font-size: 18px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 8px
}

.yolo-sc-testimonials .testimonial-item-wrap .testimonial-item .testimonial-author-wrap .testimonial-position {
	line-height: 1
}

.yolo-sc-testimonials.testimonial_style01 .testimonial-item {
	background-color: #fff;
	box-shadow: 5px 4px 20px 0 rgba(219, 228, 227, 0.5);
	transition: all 300ms ease
}

.yolo-sc-testimonials.testimonial_style01 .testimonial-item:hover {
	box-shadow: 3px 9px 10px rgba(53, 52, 52, 0.11)
}

.yolo-sc-testimonials.testimonial_style01 .testimonial-item .testimonial-position {
	color: var(--primary_color)
}

.yolo-sc-testimonials.testimonial_style01 .testimonial-item .testimonial-author-image {
	margin-right: 20px
}

.yolo-sc-testimonials.testimonial_style01.dot_align-left .owl-dots {
	text-align: left;
	margin-left: 50px
}

.yolo-sc-testimonials.testimonial_style01.dot_align-right .owl-dots {
	text-align: right;
	margin-right: 50px
}

.yolo-sc-testimonials.testimonial_style02 .owl-dots {
	display: none
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-item-wrap {
	float: unset;
	max-width: 80%;
	margin: 0 auto
}

@media (max-width:768px) {
	.yolo-sc-testimonials.testimonial_style02 .testimonial-item-wrap {
		max-width: 90%
	}
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-item {
	color: #fff;
	text-align: center;
	padding-bottom: 15px
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-item .item-content {
	font-size: 32px;
	font-style: italic
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-item .testimonial-position {
	color: var(--primary_color)
}

@media (max-width:768px) {
	.yolo-sc-testimonials.testimonial_style02 .testimonial-item {
		padding: 15px
	}
}

.yolo-sc-testimonials.testimonial_style02 .item-title {
	color: #fff;
	display: none
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-title {
	color: #fff
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-position {
	color: #fff
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-author-content {
	text-align: left
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-author-wrap {
	justify-content: center
}

.yolo-sc-testimonials.testimonial_style02 .testimonial-author-wrap .testimonial-author-image {
	margin-right: 20px
}

@media (max-width:1300px) and (min-width:1025px) {
	.yolo-sc-testimonials-metro .modern-grid {
		grid-template-columns: repeat(3, 1fr) !important
	}
}

.yolo-sc-testimonials-metro .testimonial-item-wrap {
	overflow: hidden
}

.yolo-sc-testimonials-metro .testimonial-item-wrap.grid-width-2 .testimonial-item:before {
	padding-top: 50%
}

.yolo-sc-testimonials-metro .testimonial-item-wrap.grid-height-2 .testimonial-item:before {
	padding-top: 200%
}

.yolo-sc-testimonials-metro .testimonial-item-wrap.grid-width-2.grid-height-2 .testimonial-item:before {
	padding-top: 100%
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item {
	position: relative;
	display: flex;
	align-items: stretch;
	height: 100%
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item:before {
	content: '';
	display: block;
	padding-top: 100%
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item:hover .item-content-wrap {
	opacity: 1;
	transform: translateY(0)
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item:hover .item-thumbnail {
	transform: scale(1.07)
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .item-thumbnail {
	transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateZ(0)
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .item-content-wrap {
	z-index: 1;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border: none;
	color: #fff;
	padding: 30px;
	padding-top: 50px;
	background: linear-gradient(0deg, #000000, transparent);
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1)
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .item-title {
	margin-top: 10px;
	color: #fff
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .item-content {
	font-size: 26px;
	font-style: italic;
	line-height: 1.4
}

@media (max-width:1300px) {
	.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .item-content {
		font-size: 20px
	}
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .author-wrap {
	display: flex;
	align-items: center;
	margin-top: 25px
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .author-wrap .author-image {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	margin-right: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

@media (max-width:1300px) and (min-width:1025px) {
	.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .author-wrap .author-image {
		display: none
	}
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .author-wrap .author-name {
	font-size: 18px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 8px;
	color: #fff
}

.yolo-sc-testimonials-metro .testimonial-item-wrap .testimonial-item .author-wrap .author-position {
	line-height: 1;
	color: var(--primary_color)
}

.sc-open-time-wrap i,
.sc-open-time-wrap svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.sc-open-time-wrap .title {
	margin-bottom: 20px
}

.sc-open-time-wrap .title .title-text {
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 30px
}

.sc-open-time-wrap .title .title-text:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: var(--primary_color)
}

.sc-open-time-wrap .icon {
	font-size: 48px;
	margin-right: 8px;
	margin-top: 10px;
	flex-shrink: 0;
	color: var(--primary_color);
	margin-bottom: 25px
}

.sc-open-time-wrap .text {
	font-size: 16px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee
}

.sc-open-time-wrap .text:last-child {
	border-bottom: none
}

.sc-department-list-wrap {
	background-color: #fff;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05)
}

.sc-department-list-wrap i,
.sc-department-list-wrap svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sc-department-list-wrap .department-list-item+.department-list-item {
	border-top: 1px solid #eee
}

.sc-department-list-wrap .department-list-item.item-acitve .department-list-item-inner {
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.06)
}

.sc-department-list-wrap .department-list-item.item-acitve .department-list-item-inner:after {
	height: 100%;
	bottom: 0
}

.sc-department-list-wrap .department-list-item.item-acitve .department-list-item-inner .icon {
	color: var(--primary_color) !important
}

.sc-department-list-wrap .department-list-item.item-acitve .department-list-item-inner .icon svg {
	fill: var(--primary_color) !important
}

.sc-department-list-wrap .department-list-item.item-acitve .department-list-item-inner .title {
	color: var(--primary_color)
}

.sc-department-list-wrap .department-list-item-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 25px 30px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sc-department-list-wrap .department-list-item-inner:after {
	position: absolute;
	bottom: 50%;
	right: 0;
	width: 2px;
	height: 0;
	background-color: var(--primary_color);
	content: '';
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sc-department-list-wrap .department-list-item-inner:hover {
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.06)
}

.sc-department-list-wrap .department-list-item-inner:hover:after {
	height: 100%;
	bottom: 0
}

.sc-department-list-wrap .department-list-item-inner:hover .icon {
	color: var(--primary_color) !important
}

.sc-department-list-wrap .department-list-item-inner:hover .icon svg {
	fill: var(--primary_color) !important
}

.sc-department-list-wrap .department-list-item-inner:hover .title {
	color: var(--primary_color)
}

.sc-department-list-wrap .title {
	font-size: 18px;
	display: inline-block;
	margin: 0;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sc-department-list-wrap .icon {
	display: inline-block;
	font-size: 24px;
	margin-right: 25px;
	line-height: 1;
	flex-shrink: 0;
	color: var(--primary_color);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sc-department-list-wrap.moderm-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1px;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	background: #ddd
}

.sc-department-list-wrap.moderm-grid .department-list-item {
	border: none
}

.sc-department-list-wrap.moderm-grid .department-list-item.item-acitve .department-list-item-inner {
	background-color: var(--primary_color)
}

.sc-department-list-wrap.moderm-grid .department-list-item.item-acitve .department-list-item-inner .icon {
	color: #fff !important
}

.sc-department-list-wrap.moderm-grid .department-list-item.item-acitve .department-list-item-inner .icon svg {
	fill: #fff !important
}

.sc-department-list-wrap.moderm-grid .department-list-item.item-acitve .department-list-item-inner .title {
	color: #fff
}

.sc-department-list-wrap.moderm-grid .department-list-item-inner {
	flex-direction: column;
	text-align: center;
	background-color: #fff;
	padding: 40px 20px
}

.sc-department-list-wrap.moderm-grid .department-list-item-inner:after {
	content: none
}

.sc-department-list-wrap.moderm-grid .department-list-item-inner:hover {
	background-color: var(--primary_color)
}

.sc-department-list-wrap.moderm-grid .department-list-item-inner:hover .icon {
	color: #fff !important
}

.sc-department-list-wrap.moderm-grid .department-list-item-inner:hover .icon svg {
	fill: #fff !important
}

.sc-department-list-wrap.moderm-grid .department-list-item-inner:hover .title {
	color: #fff
}

.sc-department-list-wrap.moderm-grid .icon {
	margin: 0;
	margin-bottom: 15px
}

.sc-department-list-wrap.moderm-grid .title {
	word-break: break-word;
	font-size: 15px;
	line-height: 1.266
}

.sc-department-list-wrap a:active,
.sc-department-list-wrap a:focus,
.sc-department-list-wrap a:hover {
	color: #fff
}

.sc-brochure-download-wrap i,
.sc-brochure-download-wrap svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.sc-brochure-download-wrap .title {
	margin-bottom: 20px
}

.sc-brochure-download-wrap .title .title-text {
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 40px
}

.sc-brochure-download-wrap .title .title-text:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: var(--primary_color)
}

.sc-brochure-download-wrap .icon {
	font-size: 48px;
	margin-right: 8px;
	margin-top: 10px;
	flex-shrink: 0;
	color: var(--primary_color);
	margin-bottom: 25px
}

.sc-brochure-download-wrap .brochure-item-inner {
	position: relative;
	padding: 15px 85px 15px 25px;
	text-align: center;
	display: flex;
	align-items: center
}

.sc-brochure-download-wrap .brochure-item-inner .item-file {
	margin-right: 18px;
	flex-shrink: 0
}

.sc-brochure-download-wrap .brochure-item-inner .item-file i,
.sc-brochure-download-wrap .brochure-item-inner .item-file svg {
	font-size: 24px
}

.sc-brochure-download-wrap .brochure-item-inner .item-title {
	font-weight: 500
}

.sc-brochure-download-wrap .brochure-item-inner .item-size {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8)
}

.sc-brochure-download-wrap .brochure-item {
	overflow: hidden;
	background: var(--heading_color_fade_30);
	margin-bottom: 15px;
	border-radius: 5px;
	color: white;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sc-brochure-download-wrap .brochure-item:hover {
	background-color: var(--primary_color)
}

.sc-brochure-download-wrap a:active,
.sc-brochure-download-wrap a:focus,
.sc-brochure-download-wrap a:hover {
	color: #fff
}

.sc-brochure-download-wrap.style_02 .brochure-item {
	background-color: #fff;
	color: var(--heading_color);
	border: 1px solid var(--heading_color_fade_30);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.sc-brochure-download-wrap.style_02 .brochure-item:hover {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.06)
}

.sc-brochure-download-wrap.style_02 .brochure-item:hover i {
	color: var(--primary_color)
}

.sc-brochure-download-wrap.style_02 a:active,
.sc-brochure-download-wrap.style_02 a:focus,
.sc-brochure-download-wrap.style_02 a:hover {
	color: var(--heading_color)
}

.sc-brochure-download-wrap.style_02 .brochure-item-inner .item-file {
	color: var(--primary_color)
}

.sc-brochure-download-wrap.style_02 .brochure-item-inner .item-size {
	color: var(--text_color)
}

.sc-price-list-wrap {
	padding: 20px 30px;
	background-color: #f6f6f6
}

.sc-price-list-wrap .title {
	margin-bottom: 15px
}

.sc-price-list-wrap .icon {
	font-size: 48px;
	margin-right: 8px;
	flex-shrink: 0;
	color: var(--primary_color);
	margin-bottom: 25px
}

.sc-price-list-wrap .text {
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center
}

.sc-price-list-wrap .text:last-child {
	border-bottom: none
}

.sc-price-list-wrap .text .title {
	margin: 0;
	font-weight: 500
}

.sc-price-list-wrap .text .price {
	background: var(--primary_color);
	color: white;
	padding: 6px 10px;
	border-radius: 3px;
	line-height: 15px
}

.sc-image-box-wrap .image-item {
	position: relative;
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	transition: all 0.5s ease
}

.sc-image-box-wrap .item-title {
	transition: all 0.4s ease
}

.sc-image-box-wrap .item-description {
	transition: all 0.4s ease
}

.sc-image-box-wrap.align-right .image-item:first-child,
.sc-image-box-wrap.align-right .image-item:nth-child(3) {
	left: 80px
}

@media (max-width:1024px) {

	.sc-image-box-wrap.align-right .image-item:first-child,
	.sc-image-box-wrap.align-right .image-item:nth-child(3) {
		left: unset
	}
}

.sc-image-box-wrap.align-left .image-item:first-child,
.sc-image-box-wrap.align-left .image-item:nth-child(3) {
	left: -80px
}

@media (max-width:1024px) {

	.sc-image-box-wrap.align-left .image-item:first-child,
	.sc-image-box-wrap.align-left .image-item:nth-child(3) {
		left: unset
	}
}

.yolo-sc-author-info .author-info-wrap {
	display: flex;
	align-items: center
}

.yolo-sc-author-info .author-meta {
	display: flex;
	align-items: center
}

.yolo-sc-author-info .author-meta img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 20px
}

.yolo-sc-author-info .author-meta .author-title {
	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize
}

.yolo-sc-author-info .author-meta .author-position {
	line-height: 1;
	margin-top: 6px
}

.yolo-sc-author-info .author-signature {
	border-left: 1px solid #eeeeee;
	padding-left: 20px;
	margin-left: 30px
}

@media (max-width:1299px) and (min-width:1025px) {
	.yolo-sc-author-info .author-signature {
		display: none
	}
}

@media (max-width:630px) {
	.yolo-sc-author-info .author-signature {
		display: none
	}
}

.yolo-sc-author-info .author-signature img {
	max-height: 70px
}

.yolo-sc-process-info {
	margin: 0 -15px;
	display: flex;
	position: relative
}

@media (max-width:1025px) {
	.yolo-sc-process-info {
		display: block
	}
}

.yolo-sc-process-info .item {
	width: calc(100% / 3);
	padding: 0 15px;
	position: relative;
	opacity: 1
}

@media (max-width:1300px) {}

@media (max-width:1025px) {
	.yolo-sc-process-info .item {
		width: calc(100% / 2);
		float: left
	}
}

.yolo-sc-process-info .count {
	font-size: 36px;
	font-weight: 700;
	color: #ddd;
	margin-bottom: 20px;
	line-height: 1.22
}

.yolo-sc-process-info .dot {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: rgba(225, 36, 84, 0.18)
}

.yolo-sc-process-info .dot:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: rgba(225, 36, 84, 0.29)
}

.yolo-sc-process-info .dot:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #E12454
}

.yolo-sc-process-info .image-wrap {
	padding-top: 12px;
	margin-bottom: 40px
}

.yolo-sc-process-info .image-wrap img {
	border-radius: 50%
}

.yolo-sc-process-info .image-wrap.has-image {
	padding-top: 0;
	position: relative;
	display: inline-block
}

.yolo-sc-process-info .image-wrap.has-image .count {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2
}

.yolo-sc-process-info .image-wrap.has-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: var(--primary_color);
	border-radius: 100%;
	z-index: -1;
	opacity: 0;
	transition: all 300ms ease
}

.yolo-sc-process-info .count-wrap {
	position: relative;
	height: 28px;
	margin-bottom: 27px
}

.yolo-sc-process-info.process-info--with_image {
	text-align: center
}

.yolo-sc-process-info.process-info--with_image .item {
	width: calc(100% / 3);
	padding: 0 30px
}

@media (max-width:1300px) {
	.yolo-sc-process-info.process-info--with_image .item {
		padding: 0 10px
	}
}

@media (max-width:1025px) {
	.yolo-sc-process-info.process-info--with_image .item {
		width: calc(100% / 2);
		float: left;
		margin-bottom: 80px
	}
}

@media (max-width:767px) {
	.yolo-sc-process-info.process-info--with_image .item {
		width: calc(100% / 1)
	}

	.yolo-sc-process-info.process-info--with_image .item:last-child {
		margin-bottom: 0
	}
}

.yolo-sc-process-info.process-info--with_image .item:hover .image-wrap:before {
	opacity: 1;
	transform: translate3d(8px, 8px, 0)
}

.yolo-sc-process-info.process-info--with_image .item-even {
	transform: translateY(25px)
}

@media (max-width:1025px) {
	.yolo-sc-process-info.process-info--with_image .item-even {
		transform: translateY(0px);
		clear: both
	}
}

.yolo-sc-process-info.process-info--with_image .item-odd {
	transform: translateY(-10px)
}

@media (max-width:1025px) {
	.yolo-sc-process-info.process-info--with_image .item-odd {
		transform: translateY(0px)
	}
}

.yolo-sc-process-info.process-info--with_image img {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11)
}

.yolo-sc-process-info.process-info--with_image .count span {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: var(--primary_color);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500
}

.yolo-sc-process-info.process-info--with_image .count span:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	border-radius: 50%;
	background-color: var(--primary_color);
	z-index: -1
}

.yolo-sc-process-info.process-info--with_image .count span:before {
	width: 58px;
	height: 58px;
	opacity: 0.2
}

.yolo-sc-process-info .count span {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: var(--primary_color);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	z-index: 2
}

.yolo-sc-process-info .count span:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	border-radius: 50%;
	background-color: var(--primary_color);
	z-index: -1
}

.yolo-sc-process-info .count span:before {
	width: 58px;
	height: 58px;
	opacity: 0.2
}

.yolo-sc-process-info.process-info--basic {
	padding-top: 28px
}

.yolo-sc-process-info.process-info--basic:before {
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	border-top: 1px dashed #d4d2d2;
	position: absolute;
	top: 14px;
	left: 15px
}

.yolo-sc-process-info.process-info--basic .number {
	left: 50%;
	transform: translate(-50%, -50%);
	top: -20px
}

.yolo-sc-process-info.process-info--basic .count {
	margin-bottom: 0px
}

@media (max-width:1025px) {
	.yolo-sc-process-info.process-info--basic .item {
		margin-bottom: 90px
	}

	.yolo-sc-process-info.process-info--basic .item.item-even {
		clear: both
	}
}

@media (max-width:767px) {
	.yolo-sc-process-info.process-info--basic .item {
		width: calc(100% / 1)
	}

	.yolo-sc-process-info.process-info--basic .item:last-child {
		margin-bottom: 0
	}
}

.yolo-sc-process-info.process-info--basic .content-wrap {
	position: relative;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
	padding: 50px 25px;
	text-align: center;
	background-color: #fff
}

.yolo-sc-process-info.process-info--basic .content-wrap:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: calc(50% + 21px);
	box-sizing: border-box;
	border: 15px solid #fff;
	transform-origin: 0 0;
	transform: rotate(-225deg)
}

.yolo-sc-highlight-featured {
	margin-left: 0;
	margin-right: 0
}

.yolo-sc-highlight-featured .owl-dots {
	margin-top: 20px !important;
	margin-bottom: 15px
}

.yolo-sc-highlight-featured .owl-carousel .item-content-wrap {
	border-bottom: none
}

.yolo-sc-highlight-featured .item-content-wrap {
	background-color: transparent;
	transition: all 0.35s ease;
	color: #ffffff;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	text-align: left
}

@media (max-width:1024px) {
	.yolo-sc-highlight-featured .item-content-wrap {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3)
	}
}

.yolo-sc-highlight-featured .item-content-wrap:hover {
	background-color: rgba(0, 0, 0, 0.2);
	border-color: #ffffff
}

.yolo-sc-highlight-featured .item-content-inner {
	position: relative;
	overflow: hidden;
	height: 900px
}

@media (max-width:1300px) {
	.yolo-sc-highlight-featured .item-content-inner {
		height: 700px
	}
}

@media (max-width:1024px) {
	.yolo-sc-highlight-featured .item-content-inner {
		height: 500px
	}
}

@media (max-width:767px) {
	.yolo-sc-highlight-featured .item-content-inner {
		height: 400px
	}
}

.yolo-sc-highlight-featured .item-content-inner:hover .item-content {
	transform: translateY(-100px)
}

@media (max-width:1440px) {
	.yolo-sc-highlight-featured .item-content-inner:hover .item-content {
		transform: translateY(-150px)
	}
}

@media (max-width:1300px) {
	.yolo-sc-highlight-featured .item-content-inner:hover .item-content {
		top: 300px;
		transform: translateY(-130px)
	}
}

@media (max-width:767px) {
	.yolo-sc-highlight-featured .item-content-inner:hover .item-content {
		top: 250px
	}
}

@media (max-width:480px) {
	.yolo-sc-highlight-featured .item-content-inner:hover .item-content {
		transform: translateY(-130px)
	}
}

.yolo-sc-highlight-featured .item-content-inner:hover .description {
	opacity: 1;
	visibility: visible
}

.yolo-sc-highlight-featured .item-content-inner .item-content {
	position: relative;
	width: 100%;
	top: 700px;
	z-index: 2;
	padding: 0 30px;
	transition: all 0.5s ease
}

@media (max-width:1300px) {
	.yolo-sc-highlight-featured .item-content-inner .item-content {
		top: 500px
	}
}

@media (max-width:1024px) {
	.yolo-sc-highlight-featured .item-content-inner .item-content {
		top: 400px
	}
}

@media (max-width:767px) {
	.yolo-sc-highlight-featured .item-content-inner .item-content {
		top: 350px
	}
}

.yolo-sc-highlight-featured .item-content-inner .sub-title {
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.5s ease;
	margin-bottom: 15px
}

.yolo-sc-highlight-featured .item-content-inner .title {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 10px;
	transition: all 0.5s ease;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2)
}

@media (max-width:1300px) {
	.yolo-sc-highlight-featured .item-content-inner .title {
		font-size: 26px
	}
}

.yolo-sc-highlight-featured .item-content-inner .description {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease
}