@charset "UTF-8";
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography
02. Components
    - Helper
    - Common
    - Popup Model
    - Breadcrumb
03. Layout 
    - Header Section
    - Mainslider Section
    - Product Tab Section
    - Banner Section
    - Category Section
    - Specials Section
    - Services Section
    - Offer Section
    - New Product Section
    - Testimonial Section
    - Brand Section
    - Instagram Section
    - Footer Section
    - Quickview Section
    - Category Section
    - Category Sidebar
04. Pages
    - Shop Page
    - Login Page
    - Register Page
    - About us Page
    - Term Page
    - Contact us Page
    - Faq Page
    - Single Product Page
    - Blog Page
    - Cart Page
    - Compare Page
    - Track Order Page
    - Checkout Page    
    - Elements Tabs Page
    - Elements Categories Page
    - Elements Buttons Page
    - Elements Products Page
    - Elements Title Page
    - Elements Coming-Soon Page
    - Elements Blog Page
    - Elements Typography Page
    - Vendor Page
    - User Page
    - Offer Page
    - Thank you Page

-----------------------------------------------------------------------------------*/

@media (min-width: 1440px) {
	.custom-col-20 {
		width: 20% !important;
	}
	.custom-col-25 {
		width: 25% !important;
	}
}

/* ---- Newsletter Page On load Style ---- */
#ec-popnews-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 99;
}

#ec-popnews-box-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#ec-popnews-box {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	color: #2b2b2b;
	width: 100%;
	max-width: 700px;
	padding: 30px;
	border: 0;
	display: none;
	z-index: 100;
	text-align: center;
	border-radius: 5px;
	background-image: url("../images/email-template/newsletter-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#ec-popnews-box h2,
#ec-popnews-box .h2 {
	text-decoration: none;
	color: #333333;
	display: block;
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
	margin: 0 auto 10px;
	letter-spacing: 0;
}
#ec-popnews-box p {
	margin-bottom: 20px;
	color: #333333;
}
#ec-popnews-box form {
	margin-bottom: 0px;
}
#ec-popnews-box input {
	height: 45px;
	background-color: transparent;
	border: 1px solid #ededed;
	color: #2b2b2b;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 15px;
	width: 100%;
	outline: none;
	background-color: #fff;
	border-radius: 30px;
}
#ec-popnews-box button {
	height: 40px;
	line-height: 42px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 30px;
}

#ec-popnews-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #333333;
	border-color: #4e66b1;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
}

/*----  Whatsapp chat start  ----*/
.ec-style {
	display: inline-block;
	position: fixed;
	letter-spacing: 0.1px;
	z-index: 13;
}
.ec-style .ec-button {
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-style .ec-button .whatsapp {
	width: 23px;
	height: 23px;
	background-image: url(../images/common/whatsapp.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: table;
	margin-right: 0;
	font-size: 25px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	color: #2ab674;
}
.ec-style .ec-panel {
	display: none;
	margin-bottom: 5px;
	width: 275px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
	background-color: #fff;
}
.ec-style .ec-panel .ec-header {
	padding: 12px 15px 15px;
	text-align: center;
	color: #fff;
	background: #2ab674;
}
.ec-style .ec-panel .ec-body {
	min-width: 250px;
	white-space: nowrap;
	list-style: none;
	overflow-y: auto;
}
.ec-style .ec-header strong {
	font-size: 15px;
	line-height: 20px;
}
.ec-style .ec-header p {
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.ec-style .ec-list .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-style .ec-list .ec-img-cont {
	position: relative;
}
.ec-style .ec-list .ec-user-img {
	height: 40px;
	width: 40px;
	vertical-align: middle;
	border-radius: 50%;
}
.ec-style .ec-list .ec-status-icon {
	position: absolute;
	bottom: 5px;
	right: 1px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #a0a0a0;
}
.ec-style .ec-list .ec-online {
	background-color: #2ab674;
}
.ec-style .ec-list .ec-offline {
	background-color: #a0a0a0;
}
.ec-style .ec-list .ec-user-info {
	margin-top: 0;
	margin-bottom: auto;
	margin-left: 15px;
}
.ec-style .ec-list .ec-user-info span {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #333333;
}
.ec-style .ec-list .ec-user-info p {
	margin-bottom: 0;
	color: #888;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
}
.ec-style .ec-list .ec-chat-icon {
	margin-top: -46px;
	right: -10px;
	position: absolute;
	color: #d4d4d4;
	font-size: 60px;
	opacity: 0.5;
	-webkit-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
	overflow: hidden;
}
.ec-style .ec-body:hover {
	text-decoration: none;
	cursor: pointer;
}
.ec-style .ec-body:hover .ec-user-img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-style .ec-body li {
	display: block;
	padding: 10px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-style .ec-body li:hover {
	background-color: rgba(42, 182, 116, 0.07);
}
.ec-style .ec-body li:hover .ec-chat-icon {
	color: #333333;
	-webkit-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}
.ec-style .ec-body li:hover .ec-chat-icon i {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-style .ec-body .ec-chat-icon i {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ec-right-bottom {
	bottom: 15px;
	right: 15px;
	float: right;
}
.ec-right-bottom .ec-box {
	background-color: #ffffff;
	border: 2px solid #2ab674;
	border-radius: 5px;
}
.ec-right-bottom .ec-box:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

@keyframes ec-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes ec-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.rotateForward {
	-webkit-animation-name: rotateF;
	animation-name: rotateF;
	-webkit-animation-duration: 0.65s;
	animation-duration: 0.65s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes rotateF {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateF {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotateBackward {
	-webkit-animation-name: rotateB;
	animation-name: rotateB;
	-webkit-animation-duration: 0.65s;
	animation-duration: 0.65s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes rotateB {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes rotateB {
	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.ec-panel .ec-body ul {
	margin: 0;
	padding: 0;
}

.cart-table-content .order-completion-message {
	background-color: #0cc233;
	color: #fff;
	padding: 8px;
	margin-bottom: 26px;
	text-align: center;
	text-transform: uppercase;
}

.ec-cart-float {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 70px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	z-index: 15;
	background: #ffffff;
	border-radius: 5px;
}
.ec-cart-float .ec-header-btn {
	position: relative;
	display: block;
	line-height: 5px;
}
.ec-cart-float .ec-header-btn .svg_img {
	width: 45px;
	height: 45px;
}
.ec-cart-float .ec-header-btn .ec-cart-count {
	position: absolute;
	top: -37px;
	right: -12px;
	left: auto;
	bottom: 0;
	background: #4e66b1;
	color: #ffffff;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	font-size: 12px;
	line-height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ec-tools-sidebar-overlay {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 16;
}

.ec-tools-sidebar {
	width: 200px;
	height: 100vh;
	position: fixed;
	right: -200px;
	top: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 16;
}
.ec-tools-sidebar ::-webkit-scrollbar {
	width: 5px;
}
.ec-tools-sidebar ::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.ec-tools-sidebar ::-webkit-scrollbar-thumb {
	background: #888;
}
.ec-tools-sidebar ::-webkit-scrollbar-thumb:hover {
	background: #333333;
}
.ec-tools-sidebar .ec-tools-detail {
	height: calc(100vh - 60px);
	overflow-y: auto;
}
.ec-tools-sidebar .tool-title {
	padding: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.ec-tools-sidebar .tool-title h3,
.ec-tools-sidebar .tool-title .h3 {
	line-height: 28px;
	margin: 0;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
}
.ec-tools-sidebar .ec-tools-sidebar-toggle {
	position: absolute;
	top: 30%;
	right: 202px;
	width: 40px;
	height: 40px;
	color: #000;
	background-color: #373840;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	z-index: -1;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.ec-tools-sidebar .ec-tools-sidebar-toggle img {
	width: 27px;
	-webkit-animation: rotation 3s infinite linear;
	animation: rotation 3s infinite linear;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.ec-tools-sidebar .ec-tools-sidebar-content {
	padding: 15px;
	border-bottom: 1px solid #f3f3f3;
}
.ec-tools-sidebar .ec-tools-sidebar-content h3,
.ec-tools-sidebar .ec-tools-sidebar-content .h3 {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	font-weight: 600;
}
.ec-tools-sidebar .ec-tools-sidebar-content li {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang {
	width: 100%;
	height: 28px;
	padding-bottom: 29px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
}
.ec-tools-sidebar
	.ec-tools-sidebar-content
	.ec-change-lang
	#google_translate_element
	span {
	display: none;
}
.ec-tools-sidebar
	.ec-tools-sidebar-content
	.ec-change-lang
	#google_translate_element
	select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 10px;
	background: url(../images/common/arrow-down-light.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: 96% 42%;
	color: #333333;
}
.ec-tools-sidebar
	.ec-tools-sidebar-content
	.ec-change-lang
	#google_translate_element
	select
	option {
	color: #333333;
	background: #ffffff;
}
.ec-tools-sidebar
	.ec-tools-sidebar-content
	.ec-change-lang
	#google_translate_element
	.goog-te-gadget
	.goog-te-combo {
	margin: 0;
	border: 0;
	padding: 4px 5px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ec-tools-sidebar
	.ec-tools-sidebar-content
	.ec-change-lang
	#google_translate_element
	.goog-te-gadget
	.goog-te-combo:focus-visible,
.ec-tools-sidebar
	.ec-tools-sidebar-content
	.ec-change-lang
	#google_translate_element
	.goog-te-gadget
	.goog-te-combo:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	outline: none !important;
}
.ec-tools-sidebar .ec-color-desc .ec-color-title {
	font-weight: 600;
	color: #ffffff;
	padding-right: 7px;
}
.ec-tools-sidebar .ec-color-desc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ec-tools-sidebar .ec-color-desc ul li {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.ec-tools-sidebar .ec-color-desc ul li a {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-align: center;
}
.ec-tools-sidebar .ec-color-desc ul li:hover {
	margin-left: 0 !important;
}
.ec-tools-sidebar .ec-color-desc ul li:hover a {
	margin-left: 0 !important;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ec-tools-sidebar .ec-color-desc ul li a.colorcode1 {
	background-color: #4e66b1;
}
.ec-tools-sidebar .ec-color-desc ul li a.colorcode2 {
	background-color: #7f77fd;
}
.ec-tools-sidebar .ec-color-desc ul li a.colorcode3 {
	background-color: #ff764b;
}
.ec-tools-sidebar .ec-color-desc ul li a.colorcode4 {
	background-color: #009688;
}
.ec-tools-sidebar .ec-color-desc ul li a.colorcode5 {
	background-color: #db3a5d;
}
.ec-tools-sidebar .ec-color-desc ul li.active {
	pointer-events: none;
}
.ec-tools-sidebar .ec-color-desc ul li.active a:before {
	content: "\f00c";
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	position: relative;
	top: 0;
	font-family: "EcIcons";
	font-style: normal;
	font-weight: 400;
}
.ec-tools-sidebar .ec-change-mode {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0;
	white-space: nowrap;
	height: 30px;
	border-radius: 5px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 90px;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.ec-tools-sidebar .ec-change-mode > * {
	width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	border-radius: 30px;
	overflow: hidden;
}
.ec-tools-sidebar .ec-change-mode .ec-mode-btn {
	width: 45px;
	pointer-events: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#737373),
		to(#000)
	);
	background: linear-gradient(#737373, #000);
	padding: 0 10px 0;
	font-size: 10px;
	cursor: pointer;
}
.ec-tools-sidebar .ec-change-mode .ec-mode-switch > * {
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 10px 0;
}
.ec-tools-sidebar .ec-change-mode .ec-mode-off {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ff9a9a),
		to(rgb(255, 0, 0))
	);
	background: linear-gradient(#ff9a9a, rgb(255, 0, 0));
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-tools-sidebar .ec-change-mode .ec-mode-on {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#a1ff9e),
		to(rgb(11, 134, 0))
	);
	background: linear-gradient(#a1ff9e, rgb(11, 134, 0));
	color: #ffffff;
	display: none;
}
.ec-tools-sidebar .ec-change-mode:hover {
	width: 90px;
}
.ec-tools-sidebar .ec-change-mode.active {
	width: 90px;
}
.ec-tools-sidebar .ec-change-mode.active .ec-mode-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-tools-sidebar .ec-change-mode.active .ec-mode-off {
	display: none;
}
.ec-tools-sidebar .ec-change-rtl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0;
	white-space: nowrap;
	height: 30px;
	border-radius: 5px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 90px;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.ec-tools-sidebar .ec-change-rtl > * {
	width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	border-radius: 30px;
	overflow: hidden;
}
.ec-tools-sidebar .ec-change-rtl .ec-rtl-btn {
	pointer-events: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#737373),
		to(#000)
	);
	background: linear-gradient(#737373, #000);
	padding: 0 10px 0;
}
.ec-tools-sidebar .ec-change-rtl .ec-rtl-switch > * {
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 10px 0;
}
.ec-tools-sidebar .ec-change-rtl .ec-rtl-off {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ff9a9a),
		to(rgb(255, 0, 0))
	);
	background: linear-gradient(#ff9a9a, rgb(255, 0, 0));
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-tools-sidebar .ec-change-rtl .ec-rtl-on {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#a1ff9e),
		to(rgb(11, 134, 0))
	);
	background: linear-gradient(#a1ff9e, rgb(11, 134, 0));
	color: #ffffff;
	display: none;
}
.ec-tools-sidebar .ec-change-rtl:hover {
	width: 90px;
}
.ec-tools-sidebar .ec-change-rtl.active {
	width: 90px;
}
.ec-tools-sidebar .ec-change-rtl.active .ec-rtl-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-tools-sidebar .ec-change-rtl.active .ec-rtl-off {
	display: none;
}
.ec-tools-sidebar .ec-fullscreen-mode {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0;
	white-space: nowrap;
	height: 30px;
	border-radius: 5px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 90px;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.ec-tools-sidebar .ec-fullscreen-mode > * {
	width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
	font-size: 12px;
	border-radius: 30px;
	overflow: hidden;
}
.ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-btn {
	width: 45px;
	pointer-events: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#737373),
		to(#000)
	);
	background: linear-gradient(#737373, #000);
	padding: 0 10px 0;
	font-size: 10px;
	cursor: pointer;
}
.ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-switch > * {
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 10px 0;
}
.ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-off {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ff9a9a),
		to(rgb(255, 0, 0))
	);
	background: linear-gradient(#ff9a9a, rgb(255, 0, 0));
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-on {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#a1ff9e),
		to(rgb(11, 134, 0))
	);
	background: linear-gradient(#a1ff9e, rgb(11, 134, 0));
	color: #ffffff;
	display: none;
}
.ec-tools-sidebar .ec-fullscreen-mode:hover {
	width: 90px;
}
.ec-tools-sidebar .ec-fullscreen-mode.active {
	width: 90px;
}
.ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-off {
	display: none;
}

.emp-wishlist-msg {
	padding: 30px 0;
	text-align: center;
	font-size: 50px;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #333333;
}

/*----  Particles  ----*/
.particles {
	overflow: hidden;
}
.particles canvas {
	display: block;
	vertical-align: bottom;
}
.particles .count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13e8e9;
	font-size: 0.8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
	border-radius: 0 0 3px 3px;
}
.particles .js-count-particles {
	font-size: 1.1em;
}
.particles #stats {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.particles #particles-js {
	width: 100%;
	height: 100vh;
	background-image: url("");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/*----  Maintenance page  ----*/
.ec-under-maintenance {
	height: 100vh;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-under-maintenance .under-maintenance {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-under-maintenance .under-maintenance .maintenance-img {
	width: 80%;
	padding: 15px;
}
.ec-under-maintenance .under-maintenance .logo img {
	width: 150px;
	padding: 0;
}
.ec-under-maintenance .under-maintenance p {
	max-width: 500px;
	margin-bottom: 15px;
	color: #333333;
	text-align: center;
}
.ec-under-maintenance .under-maintenance h1,
.ec-under-maintenance .under-maintenance .h1 {
	margin-bottom: 15px;
	color: #333333;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
}
.ec-under-maintenance .under-maintenance h4,
.ec-under-maintenance .under-maintenance .h4 {
	margin-bottom: 15px;
	color: #666;
	text-align: center;
	font-size: 20px;
}
.ec-under-maintenance .under-maintenance .mainte-counter {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-under-maintenance .under-maintenance .mainte-counter #timer .date-box {
	color: #4e66b1;
	border-color: #4e66b1;
}
.ec-under-maintenance
	.under-maintenance
	.mainte-counter
	#timer
	.date-box
	.text {
	color: #333333;
}

/*----  Main page Contant without server or localhost popup  ----*/
.ec-direct-run {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 16;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ec-direct-run .ec-direct-body {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 500px;
}
.ec-direct-run .ec-direct-body h4,
.ec-direct-run .ec-direct-body .h4 {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	border-bottom: 1px solid;
}
.ec-direct-run .ec-direct-body p {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

/*----  Main page Contant with lazy load  ----*/
@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes slideInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes slideInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes zoomReverseIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes zoomReverseIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
[data-animation] {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInleft;
	animation-name: slideInleft;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeOut {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-direction: reverse;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.zoomOut {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-direction: reverse;
}

.zoomReverseIn {
	-webkit-animation-name: zoomReverseIn;
	animation-name: zoomReverseIn;
}

.zoomReverseOut {
	-webkit-animation-name: zoomReverseIn;
	animation-name: zoomReverseIn;
	animation-direction: reverse;
}

.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

.flipOutY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-direction: reverse;
}

/*-------------------------------------------------
  Breadcrumb Style CSS
---------------------------------------------------*/
.ec-breadcrumb {
	padding: 5px 0;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	/* border-bottom: 1px solid #eeeeee; */
}
.ec_breadcrumb_inner {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: 25px;
	margin-left: 25px;
}
.ec-breadcrumb .ec-breadcrumb-title {
	text-decoration: none;
	text-transform: uppercase;
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 auto;
}
.ec-breadcrumb-list {
	text-align: right;
}
.ec-breadcrumb-list li {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.02rem;
	line-height: 1.2;
}
.ec-breadcrumb-list li a {
	position: relative;
	color: #2b2b2b;
	font-size: 13.6px;
	letter-spacing: -0.2px;
}
.ec-breadcrumb-list li.active {
	color: #4e66b1;
	font-size: 13.6px;
	letter-spacing: -0.2px;
}
.ec-breadcrumb-list .ec-breadcrumb-item.active::before {
	color: #4e66b1;
}
.breadcrumb li a {
	color: #4b60a4;
}

@media only screen and (max-width: 767px) {
	.ec-breadcrumb-list {
		padding-left: 15px;
	}
	.ec-breadcrumb-list li {
		line-height: 1.8;
	}
}
.ec-breadcrumb-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-breadcrumb-item + .ec-breadcrumb-item {
	padding-left: 7px;
}
.ec-breadcrumb-item + .ec-breadcrumb-item::before {
	display: inline-block;
	padding-right: 7px;
	color: #2b2b2b;
	content: "\f101";
	font-family: "EcIcons";
	font-size: 15px;
}

/*-------------------------------------------------
  New Product CSS
---------------------------------------------------*/
section.ec-new-product .section-title .sub-title {
	margin-top: 7px;
}

/*----  Footer Bottom  ----*/
.footer-bottom {
	border-top: 1px solid #eeeeee;
	padding: 18px 0 20px 0;
}
.footer-bottom .ec-copy {
	color: #333333;
	font-size: 16px;
	line-height: 1.2;
}
.footer-bottom .ec-copy .site-name {
	padding-left: 5px;
	color: #4e66b1;
}
.footer-bottom .ec-copy .site-name:hover {
	color: #333333;
}
.footer-bottom .ec-copy .site-name:hover span {
	color: #4e66b1;
}
.footer-bottom .ec-copy .site-name span {
	display: none;
	color: #333333;
}

.footer-bottom-social {
	color: #2b2b2b;
}
.footer-bottom-social ul {
	display: initial;
}
.footer-bottom-social ul li a {
	width: 25px;
	height: 25px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #909090;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	background: #f7f7f7;
	border: 1px solid #eeeeee;
	color: #333333;
}
.footer-bottom-social ul li a:hover {
	color: #fff;
}
.footer-bottom-social ul li .hdr-facebook:hover {
	background: #3b5998;
}
.footer-bottom-social ul li .hdr-twitter:hover {
	background: #1da1f2;
}
.footer-bottom-social ul li .hdr-instagram:hover {
	background: #e44a73;
}
.footer-bottom-social ul li .hdr-linkedin:hover {
	background: #0073b2;
}
.footer-bottom-social ul li.list-inline-item:not(:last-child) {
	margin-right: 4px;
}

.ec-heading-res {
	display: none;
}

/*----  Footer nav toolbar responsive display  ----*/
.nav-toolbar {
	display: none;
}
/*-------------------------------------------------
  Shop Page CSS
---------------------------------------------------*/
.width-100 {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 auto !important;
	flex: 0 0 auto !important;
	width: 100% !important;
}

.width-50 {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 auto !important;
	flex: 0 0 auto !important;
	width: 50% !important;
}

.col-5 {
	width: 20%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.ec-shop-rightside .ec-pro-list-top {
	margin-bottom: 30px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	background: #f7f7f7;
	padding: 7px;
	border: none;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}

.ec-gl-btn .btn {
	width: 34px;
	height: 34px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 34px;
	float: left;
	margin-right: 10px;
}
.ec-gl-btn .btn:hover {
	background: #4e66b1;
	border: 1px solid #4e66b1;
}
.ec-gl-btn .btn:hover .svg_img.gl_svg {
	fill: #ffffff;
}
.ec-gl-btn .btn:hover i {
	color: #ffffff;
}
.ec-gl-btn .btn .svg_img.gl_svg {
	height: 20px;
	fill: #2b2b2b;
	width: 20px;
}
.ec-gl-btn .btn i {
	font-size: 17px;
	line-height: 14px;
	color: #2b2b2b;
}
.ec-gl-btn .btn.active {
	background: #4e66b1;
	border: 1px solid #4e66b1;
}
.ec-gl-btn .btn.active .svg_img.gl_svg {
	fill: #ffffff;
}
.ec-gl-btn .btn.active i {
	color: #ffffff;
}

.ec-sort-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-sort-select .sort-by {
	font-size: 14px;
	color: #333333;
	padding-right: 22px;
}

.ec-sort-select .product-stock a {
	color: #4b60a4;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 !important;
	background: #ffffff;
	background-image: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
	color: #333333;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

.ec-select-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 172px;
	height: 34px;
	line-height: 1.5;
	background: #ffffff;
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #eeeeee;
}
.ec-select-inner__single {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
	height: 40px;
	line-height: 1.5;
	background: #ffffff;
	overflow: hidden;
	border-radius: 0;
	border: 1px solid #eeeeee;
}
.ec-select-inner::after,
.ec-select-inner__single::after {
	content: "\f107";
	position: absolute;
	font-family: "Ecicons";
	top: 0;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	pointer-events: none;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 34px;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
}

.ec-page-detail .ec-cat-bnr {
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.ec-page-detail .ec-cat-bnr a span {
	width: 100%;
	height: 250px;
	display: block;
	background-image: url(../images/banner/5.png);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.ec-page-detail .ec-page-description {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	background-color: #f7f7f7;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 15px;
	line-height: 28px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.ec-page-detail .ec-page-description h6,
.ec-page-detail .ec-page-description .h6 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}
.ec-page-detail .ec-page-description p {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}

.col-5 .add-to-cart {
	width: 50px !important;
	font-size: 0 !important;
}
.col-5 .add-to-cart .svg_img.pro_svg {
	margin: 0;
}

.container-fluid .col-lg-2 .add-to-cart {
	width: 50px;
	font-size: 0 !important;
}
.container-fluid .col-lg-2 .add-to-cart .svg_img.pro_svg {
	margin: 0;
}

/*-----  List View Section  -----*/
.list-view .ec-pro-content {
	padding-left: 5px;
	padding-top: 0;
}
.eccart-pro-amount__content {
	font-size: 13.6px;
	color: #f00;
	font-weight: 500;
	letter-spacing: -0.3px;
}
.eccart-mini-amount__content {
	margin-left: -15px;
}
.list-view .ec-pro-content .ec-pro-size {
	margin-top: 15px;
}
.list-view .ec-product-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.list-view .ec-product-inner .ec-pro-image-outer {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.list-view .ec-product-inner .ec-pro-image-outer {
	max-width: 320px;
	min-width: 200px;
	min-height: 300px;
	width: 100%;
}
.width-100 .ec-product-inner .ec-pro-image-outer {
	padding-left: 15px;
}
@media (max-width: 767px) {
	.list-view .ec-product-inner .ec-pro-image-outer {
		min-height: 20px;
	}
}
.list-view .ec-pro-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.list-view .ec-pro-list-desc {
	display: block;
	margin: 5px auto 10px;
	font-size: 13px;
}

.list-view-50 .ec-pro-content {
	padding-left: 30px;
	padding-top: 0;
}
.list-view-50 .ec-pro-content .ec-pro-size {
	margin-top: 10px;
}
.list-view-50 .add-to-cart {
	font-size: 0 !important;
}
.list-view-50 .add-to-cart .svg_img.pro_svg {
	margin: 0;
}
.list-view-50 .ec-product-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list-view-50 .ec-product-inner .ec-pro-image-outer {
	min-width: 200px;
	max-width: 200px;
}
.list-view-50 .ec-pro-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.list-view-50 .ec-pro-list-desc {
	display: block;
	margin: 5px auto 10px;
	font-size: 15px;
}

/*-----  Pro List View Section  -----*/
.ec-pro-list-desc {
	display: none;
}

.ec-pro-pagination {
	padding: 22px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	border-top: 1px solid #eeeeee;
	justify-content: center;
}
.ec-pro-pagination span {
	font-size: 15px;
	margin-bottom: 3px !important;
}
.ec-pro-pagination li {
	display: inline-block;
	float: left;
	margin-left: 3px;
}
.ec-pro-pagination a {
	font-weight: 300;
	color: #333333;
	padding: 0;
	height: 28px;
	line-height: 28px;
	background: #ffffff;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 28px;
	text-align: center;
	vertical-align: top;
	font-size: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-pro-pagination a:hover,
.pagination ul li.current a {
	color: #ffffff;
	background-color: #e50b0bd1;
}
.ec-pro-pagination a.next {
	width: auto;
	padding: 0 13px;
	border: 1px solid #eeeeee;
	line-height: 30px;
}
.ec-pro-pagination a.next i:before {
	padding-left: 7px;
	font-size: 22px;
}
.ec-pro-pagination a.active {
	color: #ffffff;
	background-color: #4e66b1;
}

/*-----  Filter Sidebar Back Overlay  -----*/
.filter-sidebar-overlay {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 16;
	display: none;
}

.filter-sidebar {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 300px;
	height: 100vh;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 16;
	background-color: #ffffff;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.filter-sidebar ::-webkit-scrollbar {
	width: 5px;
}
.filter-sidebar ::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.filter-sidebar ::-webkit-scrollbar-thumb {
	background: #888;
}
.filter-sidebar ::-webkit-scrollbar-thumb:hover {
	background: #333333;
}
.filter-sidebar .ec-sidebar-heading {
	position: relative;
}
.filter-sidebar .ec-sidebar-heading h1,
.filter-sidebar .ec-sidebar-heading .h1 {
	margin-bottom: 0;
}
.filter-sidebar .ec-sidebar-heading a {
	position: absolute;
	top: 0px;
	right: 13px;
	font-size: 31px;
	color: #333333;
}
.filter-sidebar .ec-sidebar-wrap {
	height: calc(100vh - 50px);
	border: none;
	overflow-y: auto;
}

/*-----  Togal Sidebar  -----*/
.toggle-sidebar-swipe {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.ec-border-box {
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.ec-sidebar-wrap {
	padding: 15px;
	background-color: #fff;
}
.ec-sidebar-map-brand {
	padding-left: 20px;
}
.single-pro-map-brand h6 {
	font-size: 1.25rem;
	color: #212121;
	font-weight: 500;
	line-height: 1.2;
}
.ec-single-pro-map-similar {
	position: absolute;
}

.ec-single-pro-map-similar h1 {
	font-size: 1.25rem;
	color: #212121;
	font-weight: 600;
	line-height: 1.2;
}
.ec-single-pro-tab-desc h2 {
	font-size: 0.9rem;
	color: #212121;
}
.single-pro-content a.ec-pro-map-buy {
	position: relative;
	background-color: #e50b0b;
	color: #fff;
	padding: 8px 24px;
}
.single-pro-content a.ec-pro-map-buy:hover {
	background-color: #333333;
}
.ec-pro-variation-size h2 {
	font-size: 1.25rem;
}
.single-pro-map-brand h3,
.single-pro-map-category h2 {
	font-size: 1.6rem;
}
.section-space-map {
	padding: 10px 0 45px;
}
.ec-shop-leftside .ec-sidebar-wrap {
	padding: 0px;
}
.ec-pro-variation .ec-pro-map-block {
	padding: 5px 0 20px;
}
.ec-pro-variation .ec-pro-map-block p {
	padding-bottom: 7px;
}
.ec-sb-block-content ul.ec-category-map li {
	line-height: 28px;
}

#ContentFilterMobile {
	overflow: hidden;
}
.ec-sidebar-wrap h3,
.ec-sidebar-wrap .h3,
.ec-sb-title h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	display: block;
	color: #333333;
}
.ec-sidebar-wrap .h3 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	position: relative;
	display: block;
	color: #4e66b1;
	font-family: "Fjalla One";
	letter-spacing: 0.4px;
}
.ec-sb-title-login {
	margin-bottom: 10px;
}
.ec-sb-title-login a {
	color: #4e66b1;
}
.ec-sidebar-block span.category-catalog {
	margin-left: 4px;
	font-size: 15px;
	letter-spacing: -0.22px;
}
.ec-sidebar-block .category-catalog-link {
	margin-bottom: 4px;
}
.ec-sidebar-wrap .ec-sb-block-content {
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.ec-sidebar-wrap .ec-sb-block-content li a span {
	float: right;
}
.ec-sidebar-wrap .ec-sb-block-content li a:hover {
	color: #333333;
}
.ec-sidebar-wrap .ec-sb-block-content h4 {
	font-size: 22px;
	letter-spacing: -0.42px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 0 14px;
	display: block;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item {
	position: relative;
}
.ec-sidebar-wrap ul {
	margin-bottom: 10px;
}
.ec-sidebar-wrap ul li {
	position: relative;
	cursor: pointer;
	z-index: 10;
	top: 0;
	left: 0;
}
.ec-sidebar-wrap ul li span {
	padding-left: 12px;
}
.ec-sidebar-wrap ul li input {
	position: absolute;
	top: 0;
	left: -15px;
	height: 20px;
	width: 20px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 999;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	.checked {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border-radius: 5px;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	.checked:after {
	left: -1px;
	top: -1px;
	width: 18px;
	height: 18px;
	border: 1px solid #4e66b1;
	content: "\f00c";
	position: absolute;
	display: none;
	background: #4e66b1;
	font-family: "Ecicons";
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	border-radius: 5px;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	.checked.grey {
	background: #aab2bd;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	.checked.white {
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	.checked.black {
	background: #434a54;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item
	.checked.camel {
	background: #c19a6b;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item.ec-more-toggle {
	cursor: pointer;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li #ec-more-toggle {
	margin-left: 25px;
	display: block;
	color: #2b2b2b;
	font-size: 15px;
	margin-top: 0;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0;
	cursor: pointer;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a {
	margin-left: 30px;
	display: block;
	color: #333333;
	font-size: 15px;
	letter-spacing: -0.22px;
	margin-top: 0;
	line-height: 20px;
	font-weight: 400;
	cursor: pointer;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a:hover {
	color: #4e66b1;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a ins {
	text-decoration: none;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-categories
	a {
	margin-left: 4px;
}

.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-categories
	span.categories-pointer {
	float: left;
	color: #4e66b1;
	margin-top: -2px;
	padding-right: 5px;
}

.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-more-toggle
	.checked:after {
	left: -1px;
	top: -1px;
	width: 18px;
	height: 18px;
	border: 1px solid #4e66b1;
	content: "\f067";
	position: absolute;
	display: block;
	background-color: #4e66b1;
	font-family: "Ecicons";
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	border-radius: 5px;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-more-toggle.active
	.checked:after {
	content: "\f068";
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li:hover .checked {
	color: #4e66b1;
}
.ec-sidebar-wrap
	.ec-sidebar-block.ec-sidebar-block-clr
	.ec-sb-block-content
	li {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	padding: 2px;
	border-radius: 30px;
	cursor: pointer;
	margin-right: 5px;
	width: 26px;
	height: 26px;
}
.ec-sidebar-wrap
	.ec-sidebar-block.ec-sidebar-block-clr
	.ec-sb-block-content
	li:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-sidebar-wrap
	.ec-sidebar-block.ec-sidebar-block-clr
	.ec-sb-block-content
	li
	span {
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 30px;
}
.ec-sidebar-wrap
	.ec-sidebar-block.ec-sidebar-block-clr
	.ec-sb-block-content
	li.active {
	padding: 2px;
	border-color: #4e66b1;
}
.ec-sidebar-wrap .ec-sb-block-content.es-price-slider {
	margin-bottom: 0;
	border-bottom: none;
	background: #f5f5f5;
	padding: 30px 15px 15px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}

.ec-sidebar-heading h1,
.ec-sidebar-heading .h1 {
	text-decoration: none;
	color: #333333;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	background: #f7f7f7;
	padding: 14px 15px 14px;
	letter-spacing: 0.2px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}

.ec-sidebar-heading h1 i {
	padding-left: 16px;
	font-size: 21px;
	font-weight: 600;
	position: absolute;
}

/*-----  Sidebar Block  -----*/
.ec-sidebar-block
	.ec-sb-block-content
	ul
	li
	.ec-sidebar-block-item
	input:checked
	~ .checked::after {
	display: block;
}

.ec-sidebar-block.no-cba
	.ec-sb-block-content
	ul
	li
	.ec-sidebar-block-item
	input:checked
	~ .checked::after {
	display: none;
}
.ec-sidebar-block.no-cba
	.ec-sb-block-content
	ul
	li
	.ec-sidebar-block-item
	.checked {
	border: 0;
}

.ec-sidebar-res {
	display: none;
}

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.ec-login-wrapper {
	max-width: 530px;
	margin: 0 auto 0;
}
.ec-login-wrapper .ec-login-container {
	border: 1px solid #ededed;
	padding: 34px 38px 34px;
	text-align: left;
	background-color: #fff;
	border-radius: 5px;
}
.ec-login-wrapper .ec-login-container .ec-login-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ec-login-wrapper .ec-login-container .ec-login-form label {
	margin-bottom: 9px;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.ec-login-wrapper .ec-login-container .ec-login-form input {
	background-color: transparent;
	border: 1px solid #eeeeee;
	color: #333333;
	font-size: 14px;
	margin-bottom: 27px;
	padding: 0 15px;
	width: 100%;
	outline: none;
}
.ec-login-wrapper
	.ec-login-container
	.ec-login-form
	.ec-login-wrap
	+ .ec-login-wrap
	input {
	margin-bottom: 15px;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label {
	margin-bottom: 0;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label a {
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-login-wrapper .ec-login-container .ec-login-form .btn {
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: none;
	border-radius: 0px;
	width: 150px;
	margin: 15px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.ec-register-wrapper {
	max-width: 934px;
	margin: 0 auto 0;
}
.ec-register-wrapper .ec-register-container {
	border: 1px solid #ededed;
	padding: 30px;
	text-align: left;
	background-color: #fff;
	border-radius: 5px;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-register-wrap {
	width: 100%;
	padding: 0 15px;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-register-wrap.ec-register-half {
	width: 50%;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-register-wrap.ec-register-captcha {
	text-align: right;
}
.ec-register-wrapper .ec-register-container .ec-register-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}
.ec-register-wrapper .ec-register-container .ec-register-form label {
	margin-bottom: 9px;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.ec-register-wrapper .ec-register-container .ec-register-form input {
	background-color: transparent;
	border: 1px solid #ededed;
	color: #333333;
	font-size: 14px;
	margin-bottom: 26px;
	padding: 0 15px;
	width: 100%;
	outline: none;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	input::-webkit-input-placeholder {
	color: #777 !important;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	input::-moz-placeholder {
	color: #777 !important;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	input:-ms-input-placeholder {
	color: #777 !important;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	input::-ms-input-placeholder {
	color: #777 !important;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	input::placeholder {
	color: #777 !important;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-register-fp
	label {
	margin-bottom: 0;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-register-fp
	label
	a {
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-rg-select-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 1px solid #ededed;
	font-size: 14px;
	padding: 0;
	margin-bottom: 27px;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-rg-select-inner
	select {
	padding: 0 15px;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-rg-select-inner::after {
	content: "\f107";
	position: absolute;
	font-family: "EcIcons";
	top: 0;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	pointer-events: none;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
}
.ec-register-wrapper
	.ec-register-container
	.ec-register-form
	.ec-register-wrap.ec-recaptcha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-register-wrapper .ec-register-container .ec-register-form .ec-register-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-register-wrapper .ec-register-container .ec-register-form .btn {
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: none;
	border-radius: 0px;
	width: auto;
	margin: 26px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 1366px) {
	.ec-register-wrapper .ec-register-container .ec-register-form .btn {
		width: auto !important;
	}
}
/*-------------------------------------------------
  About Us Page CSS
---------------------------------------------------*/
.ec-cms-block {
	background-color: #fff;
}
.ec-cms-block .ec-cms-block-title {
	margin-bottom: 14px;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: left;
}
.ec-cms-block p {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 0;
	text-align: left;
}
.ec-cms-block .a-img {
	border-radius: 5px;
}

/*-------------------------------------------------
  Terms-Condition Page CSS
---------------------------------------------------*/
.terms_condition_page .ec-common-wrapper {
	padding: 30px;
	border: 1px solid #ededed;
	max-width: 1140px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}
.terms_condition_page .ec-cms-block p {
	margin-bottom: 29px;
}
.terms_condition_page .ec-cms-block p b {
	font-weight: 500;
}
.terms_condition_page .ec-cms-block:last-child p {
	margin-bottom: 0;
}

/*-------------------------------------------------
  Contact Page CSS
---------------------------------------------------*/
.ec-contact-leftside {
	max-width: 568px;
	padding-right: 15px;
	float: left;
	margin: 0 auto;
}

.ec-contact-rightside {
	max-width: calc(100% - 568px);
	padding-left: 15px;
	float: left;
	margin: 0 auto;
	width: 100%;
}

.ec-contact-container {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #ededed;
	text-align: left;
	border-radius: 5px;
}
.ec-contact-container .ec-contact-form .ec-contact-wrap {
	width: 100%;
	padding: 0 15px;
}
.ec-contact-container .ec-contact-form .ec-contact-wrap.ec-contact-half {
	width: 50%;
}
.ec-contact-container .ec-contact-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}
.ec-contact-container .ec-contact-form label {
	margin-bottom: 9px;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.ec-contact-container .ec-contact-form input {
	background-color: transparent;
	border: 1px solid #ededed;
	color: #2b2b2b;
	font-size: 14px;
	margin-bottom: 27px;
	padding: 0 15px;
	width: 100%;
	outline: none;
}
.ec-contact-container .ec-contact-form input::-webkit-input-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form input::-moz-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form input:-ms-input-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form input::-ms-input-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form input::placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form input::-ms-input-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form textarea {
	background-color: transparent;
	border: 1px solid #ededed;
	color: #2b2b2b;
	font-size: 14px;
	margin-bottom: 27px;
	padding: 0 15px;
	width: 100%;
	outline: none;
	padding-top: 14px;
	min-height: 150px;
}
.ec-contact-container .ec-contact-form textarea::-webkit-input-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form textarea::-moz-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form textarea:-ms-input-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form textarea::-ms-input-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form textarea::placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form textarea::-ms-input-placeholder {
	color: #333333;
}
.ec-contact-container .ec-contact-form .ec-contact-fp label {
	margin-bottom: 0;
}
.ec-contact-container .ec-contact-form .ec-contact-fp label a {
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
}
.ec-contact-container .ec-contact-form .ec-rg-select-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 1px solid #ededed !important;
	font-size: 14px;
	padding: 0;
	margin-bottom: 27px;
}
.ec-contact-container .ec-contact-form .ec-rg-select-inner select {
	padding: 0 15px;
}
.ec-contact-container .ec-contact-form .ec-rg-select-inner::after {
	content: "\f107";
	position: absolute;
	font-family: "EcIcons";
	top: 0;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	pointer-events: none;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
}
.ec-contact-container .ec-contact-form .ec-contact-wrap.ec-recaptcha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-contact-container .ec-contact-form .ec-contact-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-contact-container .ec-contact-form .btn {
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: none;
	border-radius: 0px;
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ec_contact_info {
	max-width: max-content;
	margin-top: 30px;
	background-color: #fff;
}
.ec_contact_info .ec_contact_info_head {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 19px;
	color: #202b3a;
	letter-spacing: 0.6px;
	position: relative;
}

li.ec-contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	line-height: 26px;
	border: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin-bottom: 9px;
}
li.ec-contact-item + .ec-contact-item {
	margin-bottom: 18px;
}
li.ec-contact-item:last-child {
	margin-bottom: 0;
}
li.ec-contact-item a {
	color: #333333;
}
li.ec-contact-item span {
	font-size: 15px;
	color: #2b2b2b;
	font-weight: 500;
	min-width: 74px;
}

.ec-contact-item i {
	min-width: 20px;
	font-size: 20px;
	color: #4e66b1;
	margin-right: 11px;
}
/* footer */
li.ec-contact-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	line-height: 26px;
	border: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 9px;
}
li.ec-contact-footer div {
	font-size: 15px;
}
li.ec-contact-footer + .ec-contact-footer {
	margin-bottom: 12px;
}
li.ec-contact-footer:last-child {
	margin-bottom: 0;
}
li.ec-contact-footer a {
	color: #fff;
	font-weight: 300;
}
li.ec-contact-footer span {
	font-size: 15px;
	color: #2b2b2b;
	font-weight: 500;
	min-width: 74px;
}
.ec-contact-footer p {
	margin-bottom: 4px;
}
.ec-contact-footer i {
	min-width: 20px;
	font-size: 18px;
	margin-right: 11px;
	opacity: 0.4;
}
/* footer end */
.ec_map_canvas iframe {
	overflow: hidden;
	background: none !important;
	height: 500px;
	width: 100%;
	border-radius: 5px;
}

/*-------------------------------------------------
  FAQ Page Wrapper CSS
---------------------------------------------------*/
/*-----  FAQ Wrapper  -----*/
.ec-faq-wrapper {
	max-width: 934px;
	margin: 0 auto;
}
.ec-faq-wrapper .ec-faq-container {
	border: 1px solid #ededed;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
}

.ec-faq-container-1 {
	margin-bottom: -15px;
}
.ec-faq-container-1 .ec-faq-wrapper {
	margin: 0 auto;
}
.ec-faq-container-1 .ec-faq-block {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	border-radius: 5px;
}

.ec-faq-container-2 {
	margin-bottom: -15px;
}
.ec-faq-container-2 .ec-faq-wrapper {
	margin: 0 auto;
}

.ec-faq-container-3 {
	margin-bottom: -15px;
}
.ec-faq-container-3 h4.ec-faq-title,
.ec-faq-container-3 .ec-faq-title.h4 {
	background-color: #4e66b1;
	color: #ffffff;
}
.ec-faq-container-3 h4.ec-faq-title:after,
.ec-faq-container-3 .ec-faq-title.h4:after {
	color: #ffffff;
}

/*-----  FAQ Section  -----*/
h2.ec-faq-heading,
.ec-faq-heading.h2 {
	font-size: 18px;
	font-weight: 700;
	color: #2b2b2b;
	letter-spacing: 0;
	line-height: 1;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 2px;
}

.ec-faq-block {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	width: 100%;
	background-color: #fff;
}
.ec-faq-block:first-child .ec-faq-content {
	display: block;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.ec-faq-block:last-child {
	margin-bottom: 0;
}

h4.ec-faq-title,
.ec-faq-title.h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	color: #333333;
	letter-spacing: 0;
	position: relative;
	line-height: 17px;
	padding: 15px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
h4.ec-faq-title::after,
.ec-faq-title.h4::after {
	content: "\f107";
	font-family: "EcIcons";
	cursor: pointer;
	font-size: 24px;
	color: #333333;
	font-weight: 400;
	margin-left: 15px;
}

.ec-faq-content {
	border-top: 2px solid #ededed;
	display: none;
	padding: 7px 15px 8px;
}
.ec-faq-content p {
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	letter-spacing: 0.3px;
	position: relative;
	line-height: 26px;
}

/*-------------------------------------------------
  Single product Page CSS
---------------------------------------------------*/
.product_page .ec-sidebar-wrap {
	margin-bottom: 30px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
	padding: 0;
}
.product_page
	.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-sub-item
	a {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333333;
	font-size: 14px;
	margin-top: 0;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0;
	cursor: pointer;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product_page
	.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item {
	padding: 10px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}
.product_page
	.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	li
	.ec-sidebar-block-item::after {
	content: "\f067";
	font-family: "EcIcons";
	cursor: pointer;
	font-size: 10px;
	color: #333333;
	font-weight: 400;
	margin-left: 7px;
}
.product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li li {
	padding: 0 0 6px;
}
.product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content ul ul {
	border-top: 1px solid #ededed;
	display: none;
	padding-top: 13px;
	padding-bottom: 3px;
}
.product_page
	.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content:last-child
	li
	.ec-sidebar-block-item {
	padding-bottom: 3px;
}
.product_page .ec-sidebar-wrap .ec-sb-block-content {
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
}
.product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item {
	background: #f7f7f7;
	padding: 15px;
	border: none;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}
.product_page
	.ec-sidebar-slider
	.ec-sb-pro-sl
	.ec-sb-pro-sl-item
	.ec-pro-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4px;
	overflow: hidden;
	padding-left: 12px;
}
.product_page
	.ec-sidebar-slider
	.ec-sb-pro-sl
	.ec-sb-pro-sl-item
	.ec-pro-content
	.ec-pro-title
	a {
	text-decoration: none;
	color: #2b2b2b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-family: "Poppins, sans-serif";
}
.product_page
	.ec-sidebar-slider
	.ec-sb-pro-sl
	.ec-sb-pro-sl-item
	.ec-pro-content
	.ec-pro-rating {
	margin: 4px 0 6px;
}
.product_page
	.ec-sidebar-slider
	.ec-sb-pro-sl
	.ec-sb-pro-sl-item
	.ec-pro-content
	.ec-price {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	color: #333333;
}
.product_page
	.ec-sidebar-slider
	.ec-sb-pro-sl
	.ec-sb-pro-sl-item
	.ec-pro-content
	.ec-price
	span.new-price {
	color: #333333;
	font-weight: 600;
	font-size: 16px;
}
.product_page
	.ec-sidebar-slider
	.ec-sb-pro-sl
	.ec-sb-pro-sl-item
	.ec-pro-content
	.ec-price
	span.old-price {
	font-size: 13px;
	margin-right: 15px;
	text-decoration: line-through;
	color: #333333;
	line-height: 14px;
}
.product_page
	.ec-sidebar-slider
	.ec-sb-pro-sl
	.ec-sb-pro-sl-item
	.sidekka_pro_img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
}
.product_page
	.ec-sidebar-slider
	.ec-sb-pro-sl
	.ec-sb-pro-sl-item
	.sidekka_pro_img
	img {
	max-width: 100%;
}
.product_page .ec-sb-slider-title {
	text-decoration: none;
	color: #212121;
	display: block;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 15px;
}
.product_page .ec-page-content {
	margin-bottom: 0;
}

/*-----  Sidebar Slider  -----*/
/* .ec-sidebar-slider .slick-arrow {
	top: -36px;
	border: 1px solid #dedede;
	border-radius: 100%;
	width: 20px;
	height: 20px;
}
.ec-sidebar-slider .slick-arrow:hover {
	border-color: #4e66b1;
}
.ec-sidebar-slider .slick-arrow:before {
	height: 20px;
	font-size: 16px;
	line-height: 19px;
}
.ec-sidebar-slider .slick-arrow.slick-next {
	right: 0;
	left: auto;
}
.ec-sidebar-slider .slick-arrow.slick-prev {
	right: 28px;
	left: auto;
} */

/*-----  Single Product  -----*/
.single-pro-img {
	position: relative;
	width: 47.3%;
}
.single-pro-img .single-product-scroll {
	position: sticky;
	top: 30px;
}
.single-pro-img .single-pro-inner__discount {
	position: absolute;
	background-color: #db0f0f;
	color: #fff;
	top: 20px;
	right: 20px;
	padding: 2px 18px;
	z-index: 2;
	font-size: 19px;
	border-radius: 5px;
	font-weight: 500;
}
.single-pro-img .single-pro-inner__sales {
	position: absolute;
	background-color: #e50b4f;
	color: #fff;
	top: 20px;
	left: 20px;
	padding: 5px 20px;
	z-index: 2;
	font-size: 18px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.single-pro-img .ec-360-lbl {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	width: 40px;
	text-align: center;
	-ms-flex-line-pack: center;
	align-content: center;
	display: -ms-grid;
	display: grid;
	opacity: 0.7;
}
.single-pro-img .ec-360-lbl:hover {
	opacity: 1;
}
.single-pro-img .ec-video-icon {
	position: absolute;
	display: -ms-grid;
	display: grid;
	top: 15px;
	right: 15px;
	height: 40px;
	width: 40px;
	text-align: center;
	-ms-flex-line-pack: center;
	align-content: center;
	cursor: pointer;
	z-index: 1;
	opacity: 0.7;
}
.single-pro-img .ec-video-icon:hover {
	opacity: 1;
}

.single-pro-desc {
	width: 52.7%;
	background-color: #fff;
}

.single-pro-img-no-sidebar {
	width: 60%;
}

.single-pro-desc-no-sidebar {
	width: 40%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	border: #eee 1px solid;
	padding-left: 15px 0 15px 15px !important;
}

@media (max-width: 1200px) {
	.single-pro-img-no-sidebar {
		width: 100%;
		padding-bottom: 40px;
	}
	.single-pro-content {
		padding: 20px 0;
	}
	.single-pro-desc-no-sidebar {
		width: 100%;
	}
}

.single-pro-map-no-sidebar {
	width: 25%;
}

.single-pro-map-desc-no-sidebar {
	width: 75%;
}
.ec-sb-block-content ul.list-map-products li {
	list-style: decimal;
	line-height: 28px;
}
.space-6 > div {
	margin-top: 30px;
}
.space-6 > div:nth-child(-n + 2) {
	margin-top: 0;
}

.single-product-cover {
	overflow: hidden;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.ps-product__thumbnail .slick-track .slick-slide {
	border: #eee 1px solid;
	border-radius: 5px !important;
}
.single-slide.zoom-image-hover {
	/*border: 1px solid #eeeeee !important;*/
	border-radius: 5px !important;
	padding: 1px;
}
.single-slide.zoom-image-hover:hover {
	height: auto;
}
.single-nav-thumb {
	width: 100%;
	overflow: hidden;
}
.single-nav-thumb .slick-list {
	margin: 0 -8px;
}
.single-nav-thumb .single-slide {
	padding: 20px 10px 0 10px;
	display: block !important;
}
.single-nav-thumb .slick-slide img {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	height: 60px;
	margin: 0 auto;
}
.single-nav-thumb .slick-slide:hover img {
	border-color: #d5d9af;
}
.single-nav-thumb .slick-slide.slick-current.slick-active img {
	border-color: #d5d9af;
}
.single-nav-thumb .slick-arrow {
	top: 42%;
}
.single-pro-content .ec-single-title {
	color: #2b2b2b;
	font-size: 22px;
	margin: 0 0 20px 0;
	text-decoration: none;
	display: block;
	font-weight: 800;
	line-height: 30px;
	letter-spacing: 0.02rem;
}
.single-pro-content p {
	font-size: 14px;
	color: #212121;
	margin: 0 0 12px;
	font-weight: 500;
}
.single-pro-content p span {
	font-weight: 400;
}
.single-pro-content .single-para {
	font-weight: 400;
	color: #2b2b2b;
	line-height: 26px;
}
.single-pro-content .ec-single-rating-wrap {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */

	display: flex;
	justify-content: flex-start;
	line-height: 15px;
	margin: 0 0 2px;
}
.label_rating {
	float: right;
	display: block;
	color: #aaa;
	width: 23px;
	cursor: pointer;
}
.color_rating {
	color: #f27d0c;
}
.label_rating i {
	line-height: 20px;
	font-size: 18px !important;
	display: inline-block;
	font: normal normal normal 14px/1 EcIcons;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.product_rating .label_rating:hover,
.product_rating .label_rating:hover ~ .label_rating {
	background-position: 50% -25px;
	color: #f27d0c;
}
.message_success_compact {
	color: #f27d0c;
	font-weight: 600;
}
.message_error_compact {
	color: #ff0000;
	font-weight: 600;
}
.single-pro-content .ec-single-rating-wrap i.ecicon {
	margin-right: 2px;
	line-height: 20px;
	font-size: 16px;
	float: unset;
}
.single-pro-content .ec-single-rating-wrap .ec-read-review a {
	color: #2b2b2b;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
}
.single-pro-content .ec-single-rating-wrap .ec-read-review a:hover {
	color: #4e66b1;
}
.single-pro-content .ec-single-rating {
	padding-right: 15px;
	border-right: 1px solid #eeeeee;
	margin-right: 15px;
	line-height: 17px;
}
.single-pro-content .ec-read-review {
	line-height: 17px;
}
.single-pro-content .ec-single-desc {
	margin-top: 27px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0;
	word-break: break-all;
	line-height: 1.7;
}
.single-pro-content .ec-single-desc a,
.ec-single-pro-tab-desc a {
	color: #4e66b1;
}
.single-pro-content .ec-single-set p {
	line-height: 9px;
}
.single-pro-content .ec-single-to_order,
.quickview-pro-content .ec-single-to_order {
	padding-top: 5px;
	text-transform: uppercase;
	color: #db025c;
	font-weight: 600;
	font-size: 14px;
}
.single-pro-content .ec-single-to_order img,
.quickview-pro-content .ec-single-to_order img {
	height: 38px;
	width: auto;
}
.single-pro-content .ec-single-sales {
	margin: 25px 0 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	border: 1px solid #eeeeee;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 5px;
}
.single-pro-content .ec-single-sales .ec-single-sales-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 18px;
	position: relative;
	display: block;
	color: #2b2b2b;
	font-family: "Fjalla One";
	letter-spacing: 0.5px;
	line-height: 1.2;
	display: none;
}
.single-pro-content .ec-single-sales .ec-single-sales-visitor {
	color: #2b2b2b;
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.1px;
	margin-bottom: 16px;
}
.single-pro-content .ec-single-sales .ec-single-sales-visitor span {
	color: #ffffff;
	font-size: 16px;
	line-height: 27px;
	font-weight: 600;
	background-color: #4e66b1;
	padding: 0 3px;
	margin: 0 6px;
}
.single-pro-content .ec-single-sales .ec-single-sales-progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}
.single-pro-content
	.ec-single-sales
	.ec-single-sales-progress
	.ec-single-progressbar {
	position: relative;
	border: 3px solid #edecff;
	width: 100%;
	border-radius: 6px;
}
.single-pro-content
	.ec-single-sales
	.ec-single-sales-progress
	.ec-single-progressbar:before {
	position: absolute;
	border: 3px solid #333333;
	width: 50%;
	border-radius: 6px;
	top: -3px;
	left: -3px;
	right: auto;
	content: "";
}
.single-pro-content .ec-single-sales .ec-single-progress-desc {
	font-size: 12px;
	color: #2b2b2b;
	font-weight: 500;
	letter-spacing: 0.1px;
	margin-bottom: 4px;
}
.single-pro-content .ec-single-sales .ec-single-sales-countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-pro-content
	.ec-single-sales
	.ec-single-sales-countdown
	.ec-single-countdown {
	margin-right: 32px;
}
.single-pro-content .ec-single-sales .ec-single-count-desc {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	display: block;
	color: #333333;
	letter-spacing: 0.3px;
	line-height: 17px;
}
.single-pro-content .ec-single-price-stoke {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.single-pro-content .ec-single-price-stoke > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.single-pro-content .ec-single-price-stoke .ec-single-ps-title {
	line-height: 1;
	font-size: 16px;
	color: #202020;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.single-pro-content .ec-single-price-stoke .ec-single-sku {
	line-height: 1.4;
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 600;
}
.single-pro-content .ec-single-price span.new-price {
	color: #db0f0f;
	font-weight: 700;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	letter-spacing: -0.4px;
}
.single-pro-content .ec-single-price span.old-price {
	color: #888;
	font-weight: 500;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	line-height: 1.2;
	letter-spacing: 0;
}
.single-pro-content .ec-single-price span.new-price .currency_sign {
	color: #db0f0fc4;
	font-size: 27px;
	margin-left: -5px;
}
.single-pro-content .ec-single-price span.old-price .currency_sign_old {
	font-size: 23px;
	margin-left: -4px;
}
.single-pro-content .ec-pro-variation {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}
.single-pro-content .ec-pro-variation .ec-pro-variation-inner {
	font-size: 16px;
	font-weight: 600;
	color: #212121;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-pro-content .ec-pro-variation .ec-pro-variation-inner > span {
	margin: 0 0 10px;
	color: #202020;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.1;
	letter-spacing: 0.04rem;
	text-transform: uppercase;
}
.single-pro-content
	.ec-pro-variation
	.ec-pro-variation-inner
	.ec-pro-variation-content
	li {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: #f5f5f5;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	border: 1px solid #eeeeee;
	float: left;
	margin-right: 10px;
	border-radius: 0;
}
.single-pro-content
	.ec-pro-variation
	.ec-pro-variation-inner.ec-pro-variation-color
	.ec-pro-variation-content
	li {
	padding: 2px;
	border-radius: 30px;
	opacity: 0.7;
	background-color: transparent;
}
.single-pro-content
	.ec-pro-variation
	.ec-pro-variation-inner.ec-pro-variation-color
	.ec-pro-variation-content
	li
	span {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 30px;
}
.single-pro-content
	.ec-pro-variation
	.ec-pro-variation-inner.ec-pro-variation-color
	.ec-pro-variation-content
	.active {
	border: 1px solid #2b2b2b;
}
.single-pro-content .ec-single-qty {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.single-pro-content .ec-single-qty .qty-plus-minus {
	border: 1px solid #eeeeee;
	display: inline-block;
	height: 40px;
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 140px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
}
.ec-single-control .qty-plus-minus {
	margin-right: 15px;
}
.single-pro-content .ec-single-qty .qty-plus-minus .ec_qtybtn {
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	font-size: 22px;
	color: #333333;
}
.single-pro-content .ec-single-qty .qty-plus-minus input.qty-input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #2b2b2b;
	float: left;
	font-size: 15px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 40px;
	outline: none;
	font-weight: 700;
}
.single-pro-content .ec-single-qty .qty-plus-minus .dec.ec_qtybtn {
	border-right: 1px solid #eeeeee;
}
.single-pro-content .ec-single-qty .qty-plus-minus .inc.ec_qtybtn {
	border-left: 1px solid #eeeeee;
}
.single-pro-content .ec-pro-qty {
	margin: 0 auto;
	margin-top: 6px;
	width: 90%;
	padding-bottom: 10px;
}
.list-view .single-pro-content .ec-pro-qty {
	margin: 6px 0 0 20px;
	width: 200px;
	padding-bottom: 10px;
}
.single-pro-content .ec-pro-qty .qty-plus-minus,
.ec-pro-content .ec-quickview-qty .ec-pro-qty {
	width: 100% !important;
}
.single-pro-content .ec-single-qty .ec-single-control {
	width: 335px;
	float: left;
}
.ec-pro-content .ec-single-qty .ec-single-control {
	width: 320px;
	float: left;
}
.ec-pro-content .ec-single-qty .ec-single-control {
	padding-bottom: 10px;
}
.single-pro-content .ec-single-qty .ec-single-bookmarks,
.ec-pro-content .ec-single-qty .ec-single-bookmarks {
	width: auto;
	min-width: 100px;
}
@media (max-width: 768px) {
	.single-pro-content .ec-single-qty .ec-single-cart .btn,
	.quickview-pro-content .ec-quickview-qty .ec-quickview-cart .btn {
		min-width: 160px !important;
	}
	.ec-pro-content .ec-single-qty .ec-single-control {
		width: 335px;
	}
	.single-pro-content .ec-single-price span.new-price {
		font-size: 28px !important;
	}
	.single-pro-content .ec-single-price span.new-price .currency_sign {
		font-size: 26px !important;
	}
}
@media (max-width: 560px) {
	.ec-single-pro-tab-desc iframe {
		width: 100%;
		height: auto;
		min-height: 230px;
	}
}

@media (max-width: 479px) {
	.single-pro-content .ec-single-qty .ec-single-cart .btn,
	.quickview-pro-content .ec-quickview-qty .ec-quickview-cart .btn {
		min-width: auto !important;
	}
	.single-pro-content .ec-single-qty .ec-single-cart {
		width: 100% !important;
	}
	.single-pro-content .ec-single-qty .ec-single-control,
	.ec-pro-content .ec-single-qty .ec-single-control {
		width: 65% !important;
		float: left;
	}
	.single-pro-content .ec-single-qty .ec-single-bookmarks,
	.ec-pro-content .ec-single-qty .ec-single-bookmarks {
		width: 35% !important;
		float: right;
	}
	.single-pro-content .ec-single-qty .ec-single-bookmarks-under,
	.ec-pro-content .ec-single-qty .ec-single-bookmarks-under {
		width: 100px;
		float: right;
	}
	.single-pro-content .ec-single-qty .ec-single-wishlist {
		margin-right: 0 !important;
		float: right !important;
	}
	.single-pro-content .ec-single-qty .qty-plus-minus {
		width: 120px !important;
	}
	.single-pro-content .ec-pro-qty .qty-plus-minus,
	.ec-pro-content .ec-quickview-qty .ec-pro-qty {
		width: 100% !important;
	}
}
@media (max-width: 460px) {
	.ec-pro-content .ec-single-qty .ec-single-control {
		width: 100% !important;
	}
	.ec-pro-content .ec-single-qty .ec-single-bookmarks {
		width: 100% !important;
	}
	.single-pro-content .ec-single-qty .ec-single-wishlist {
		margin-right: 10px !important;
		float: left !important;
	}
	.ec-pro-content .ec-single-qty .ec-single-control {
		margin-bottom: 14px;
	}
	.single-pro-content .ec-single-qty .ec-single-control {
		width: 100% !important;
	}
	.single-pro-content .ec-single-qty .ec-single-bookmarks {
		width: 100% !important;
	}
	.single-pro-content .ec-single-qty .ec-single-wishlist {
		margin-right: 10px !important;
		float: left;
	}
	.ec-pro-content .ec-single-qty .ec-single-control {
		margin-bottom: 14px;
	}
	.single-pro-content .ec-single-qty .ec-single-bookmarks-under,
	.ec-pro-content .ec-single-qty .ec-single-bookmarks-under {
		width: 102px;
		float: left;
	}
}
.single-pro-content .ec-single-qty .ec-single-cart .btn,
.ec-page-content .ec-pay-cart .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin: 0 20px 10px 30px !important;
	padding: 0 27px;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 160px;
	letter-spacing: 0.02rem;
	border-radius: 5px;
}
.ec-page-content .ec-pay-cart .order_paid em {
	letter-spacing: -0.1px;
}
.ec-page-content .ec-pay-cart .order_not_paid {
	color: #f00;
}

.ec-page-content .ec-pay-cart .btn-primary-pay {
	background-color: #49c72d;
	color: #fff;
}
.ec-page-content .ec-pay-cart .btn-primary-pay:hover {
	background-color: #444;
	color: #fff;
}

.ec-page-content .ec-pay-cart .btn-primary-send_receipt,
.ec-vendor-card-table .tbl-btn .btn-primary-send_receipt {
	background-color: #b100ca;
	color: #fff;
}
.ec-page-content .ec-pay-cart .btn-primary-send_receipt:hover,
.ec-vendor-card-table .tbl-btn .btn-primary-send_receipt:hover {
	background-color: #444;
	color: #fff;
}
.ec-vendor-card-table .tbl-btn .order_cancelled {
	background-color: #f10000;
	color: #fff;
}

.single-pro-content .ec-single-qty .ec-single-cart .btn:hover {
	background-color: #333333;
	color: #fff;
}
.single-pro-content .ec-single-qty .ec-single-cart .btn svg {
	margin-right: 8px;
}
.single-pro-content .ec-single-qty .ec-single-cart .btn-to-order {
	background-color: #e50b0b;
	color: #fff;
}
.single-pro-content .ec-single-qty .ec-single-cart .add-cart-to_order {
	background-color: #db025c;
	color: #fff;
}
.single-pro-content .ec-single-qty .ec-btn-group,
.quickview-pro-content .ec-pro-content .ec-btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
.quickview-pro-content .ec-pro-content .ec-single-wishlist {
	margin-right: 10px;
	float: left;
}
.single-pro-content .ec-single-qty .ec-btn-group i {
	line-height: 22px;
}
.single-pro-content .ec-single-qty .ec-btn-group .svg_img.pro_svg {
	fill: #000000;
}
.single-pro-content .ec-single-qty .ec-btn-group:hover {
	color: #ffffff;
	background-color: #4e66b1;
	border-color: #4e66b1;
}
.single-pro-content .ec-single-qty .ec-btn-group:hover .svg_img.pro_svg {
	fill: #ffffff;
}
.single-pro-content .ec-single-qty .ec-single-wishlist {
	margin-right: 10px;
	float: left;
}
.single-pro-content .ec-single-social ul {
	display: initial;
}
.ec-pro-content h5 a i.ecicon {
	font-size: 20px;
	padding-right: 5px;
	color: #ff0000;
}
.single-pro-content .ec-single-social ul li a {
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #efefef;
	border-radius: 100%;
	color: #333333;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
}
.single-pro-content .ec-single-social .eci-youtube-play:before,
.single-pro-content .ec-single-social .eci-whatsapp:before,
.single-pro-content .ec-single-social .eci-instagram:before,
.single-pro-content .ec-single-social .eci-twitter:before,
.single-pro-content .ec-single-social .eci-facebook-f:before,
.single-pro-content .ec-single-social .eci-viber-f:before,
.single-pro-content .ec-single-social .eci-telegram-f:before,
.single-pro-content .ec-single-social .eci-facebook:before {
	font-size: 20px;
}

.single-pro-content .ec-single-social ul li a:hover {
	color: #fff;
}
.single-pro-content .ec-single-social ul li.facebook a:hover {
	background: #3c5a98;
}
.single-pro-content .ec-single-social ul li.twitter a:hover {
	background: #1da1f2;
}
.single-pro-content .ec-single-social ul li.viber a:hover {
	background: #7c4d9c;
}
.single-pro-content .ec-single-social ul li.instagram a:hover {
	background: #d6249f;
	background: radial-gradient(
		circle at 30% 107%,
		#fdf497 0%,
		#fdf497 5%,
		#fd5949 45%,
		#d6249f 60%,
		#285aeb 90%
	);
}
.single-pro-content .ec-single-social ul li.behance a:hover {
	background: #0057ff;
}
.single-pro-content .ec-single-social ul li.whatsapp a:hover {
	background: #2db842;
}
.single-pro-content .ec-single-social ul li.plus a:hover {
	background: #000000;
}
.single-pro-content .ec-single-social ul li.youtube-play a:hover {
	background: #ff0000;
}
.single-pro-content .ec-single-social ul li.list-inline-item:not(:last-child) {
	margin-right: 6px;
}

i.ecicon.eci-star-o.fill {
	color: #ff6262;
}

i.ecicon.eci-star-o {
	color: #b2b2b2;
	float: left;
}

.ec-single-sales-countdown .displaySection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	background-color: #f7f7f7;
	min-width: 60px;
	padding: 10px 5px;
}
.ec-single-sales-countdown .numberDisplay {
	font-size: 18px;
	min-height: unset;
	min-width: auto;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 5px;
	background-color: transparent;
}
.ec-single-sales-countdown .periodDisplay {
	font-weight: 400;
}
.ec-single-sales-countdown .labelformat {
	width: auto;
	font-size: 12px;
	color: #333333;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 500;
	letter-spacing: 0.02rem;
}

.ec-single-pro-tab {
	margin-top: 40px;
}

.ec-single-pro-tab-nav {
	border-bottom: none;
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: -20px;
}
.ec-single-pro-tab-nav .nav-tabs {
	border-bottom: none;
	display: inline-block;
	background: #ffffff;
}
.ec-single-pro-tab-nav .nav-tabs li:last-child {
	margin-right: 0;
}
.ec-single-pro-tab-nav .nav-tabs li {
	margin: 0 15px 0 auto;
}
.ec-single-pro-tab-nav .nav-tabs .nav-link {
	border: 1px solid #eeeeee;
	line-height: 24px;
	color: #2b2b2b;
	padding: 8px 28px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	display: inline-block;
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 0;
	letter-spacing: 0;
	border-radius: 5px;
}
.ec-single-pro-tab-nav .nav-tabs .nav-link:hover {
	color: #ffffff;
	background-color: #4e66b1;
	border: 1px solid #4e66b1;
}
.ec-single-pro-tab-nav .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #4e66b1;
	border: 1px solid #4e66b1;
}
.ec-single-pro-tab-nav li {
	display: inline-block;
	float: left;
	margin-right: 2px;
}

.tab-pane p {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
}

.ec-single-pro-tab-content {
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	padding: 35px 30px 21px 30px;
	border: 1px solid #eeeeee;
	border-radius: 0;
	color: #202020;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.6;
	border-radius: 5px;
}
.ec-single-pro-tab-wrapper .ec-single-pro-tab-content {
	font-size: 16px;
}
.ec-single-pro-tab-content .ec-t-review-wrapper {
	margin-top: 10px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc p {
	margin-bottom: 15px;
	font-size: 14px;
	letter-spacing: 0;
	color: #333333;
	line-height: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ol {
	padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ol li {
	list-style: outside;
	margin-bottom: 4px;
	color: #333333;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ul {
	padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ul li {
	font-size: 15px;
	list-style: outside;
	margin-bottom: 4px;
	color: #333333;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo p {
	color: #333333;
	font-size: 15px;
	font-weight: 500;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ol {
	padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ol li {
	list-style: outside;
	margin-bottom: 4px;
	color: #333333;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ul {
	padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ul li {
	margin-bottom: 4px;
	font-size: 15px;
	list-style: outside;
	color: #333333;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo li span {
	margin: 0 25px 0 0;
	min-width: 150px;
	font-size: 15px;
	color: #000000;
	display: inline-block;
	font-weight: 600;
	color: #333333;
}
.ec-single-pro-tab-content .ec-t-review-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eeeeee;
}
.ec-single-pro-tab-content .ec-t-review-item p {
	color: #333333;
}
.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-avtar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	margin: 0 15px 0 0;
}
.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-avtar img {
	max-width: 100%;
	border-radius: 5px;
}
.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 10px;
}
.ec-single-pro-tab-content
	.ec-t-review-item
	.ec-t-review-top
	.ec-t-review-name
	span {
	font-weight: 500;
}
.ec-single-pro-tab-content
	.ec-t-review-item
	.ec-t-review-top
	.ec-t-review-name {
	margin-bottom: 25px;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	font-weight: 600;
	display: block;
	color: #2b2b2b;
}
.ec-single-pro-tab-content
	.ec-t-review-item
	.ec-t-review-top
	.ec-t-review-rating {
	font-size: 16px;
	margin-top: 5px;
}
.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top a {
	color: #2b2b2b;
}
.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top a:hover {
	color: #333333;
}
.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-bottom p {
	width: 100%;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.ec-t-review__date {
	color: #333333;
	padding-top: 20px;
	font-size: 12px;
}
.name_review {
	padding: 10px 0 20px;
}
.name_review input {
	border: 1px solid #eeeeee;
}
.ec-single-pro-tab-content .ec-ratting-content h3,
.ec-single-pro-tab-content .ec-ratting-content .h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 5px 0 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star span {
	margin: 0 18px 0 0;
	font-size: 16px;
	color: #202020;
}
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star i {
	font-size: 18px;
}
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input {
	margin-bottom: 10px;
}
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input {
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #eeeeee;
	color: #2b2b2b;
	padding: 5px 20px;
}
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	input::-webkit-input-placeholder,
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	textarea::-webkit-input-placeholder {
	color: #333333;
	opacity: 1;
}
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	input::-moz-placeholder,
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	textarea::-moz-placeholder {
	color: #333333;
	opacity: 1;
}
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	input:-ms-input-placeholder,
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	textarea:-ms-input-placeholder {
	color: #333333;
	opacity: 1;
}
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	input::-ms-input-placeholder,
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	textarea::-ms-input-placeholder {
	color: #333333;
	opacity: 1;
}
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	input::placeholder,
.ec-single-pro-tab-content
	.ec-ratting-content
	.ec-ratting-input
	textarea::placeholder {
	color: #333333;
	opacity: 1;
}
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea {
	background: transparent;
	border: 1px solid #eeeeee;
	color: #2b2b2b;
	height: 150px;
	padding: 20px;
	margin-bottom: 15px;
	width: 100%;
	outline: none;
	font-size: 14px;
}
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input button {
	text-transform: uppercase;
	font-size: 18px;
	width: 250px !important;
	line-height: 1;
}

/*-----  Video Player on Product page  -----*/
#ec_product_player_modal .ec-product-player {
	padding: 15px 15px 7px 15px !important;
}
#ec_product_player_modal .ec-player-wrapper video {
	width: 100%;
}
#ec_product_player_modal .qty_close {
	height: 35px;
	margin-bottom: 15px;
	line-height: 35px;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 15px;
	opacity: 0.5;
	z-index: 2;
}
#ec_product_player_modal .qty_close:hover {
	opacity: 1;
}

/*-----  Product 360 Modal  -----*/
#ec_360_view_modal .modal-dialog {
	width: auto;
	max-width: 800px;
	margin: auto;
}

.ec-360-panel {
	position: relative;
}
.ec-360-panel .qty_close {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	margin-left: 5px;
	padding: 0;
	line-height: 30px;
	background-color: #333333;
	opacity: 0.6;
	z-index: 1;
	font-size: 23px;
	color: #fff;
	border-radius: 30px;
}
.ec-360-panel .qty_close:hover {
	opacity: 1;
}
.ec-360-panel .ec-tool-play {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.ec-360-panel .ec-tool-play a {
	height: 30px;
	width: 30px;
	margin-left: 5px;
	padding: 0;
	line-height: 29px;
	background-color: #333333;
	opacity: 0.6;
	border-radius: 30px;
}
.ec-360-panel .ec-tool-play a:hover {
	opacity: 1;
}
.ec-360-panel .ec-tool-play a i {
	color: #ffffff;
	font-size: 11px;
}
.ec-360-panel .ec-tool-play a .svg_img {
	width: 13px;
	height: 13px;
	fill: #ffffff;
}

.ec-product-360 .ec-circlr {
	max-width: 760px;
	cursor: move;
	margin: 0 auto 0 auto;
	min-height: 100px;
	position: relative;
	border: 1px solid #f1f1f1;
}
.ec-product-360 .ec-circlr .ec-img-loader {
	background: url(../images/common/loader.gif) center center no-repeat;
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.ec-product-360 .space-b-15 {
	margin-bottom: 30px;
}
.ec-product-360 .ec-tool-box-sec {
	max-width: 740px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box {
	width: 165px;
	text-align: center;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box h4,
.ec-product-360 .ec-tool-box-sec .ec-tool-box .h4 {
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 {
	max-width: 740px;
	text-align: center;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 h4,
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 .h4 {
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 a {
	height: 30px;
	width: 30px;
	margin-left: 5px;
	margin-top: 8px;
	padding: 0;
	line-height: 29px;
	background-color: #333333;
	opacity: 0.6;
	color: #fff;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 a:hover {
	opacity: 1;
}
.ec-product-360 .ec-switch {
	width: 40px;
	height: 20px;
	margin: 0;
	position: relative;
	display: inline-block;
}
.ec-product-360 .ec-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.ec-product-360 .ec-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.ec-product-360 .ec-slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.ec-product-360 input:checked + .ec-slider {
	background-color: #4e66b1;
}
.ec-product-360 input:checked + .ec-slider:before {
	-webkit-transform: translateX(18px);
	transform: translateX(18px);
}
.ec-product-360 input:focus + .ec-slider {
	-webkit-box-shadow: 0 0 1px #2196f3;
	box-shadow: 0 0 1px #2196f3;
}
.ec-product-360 .ec-slider.round {
	border-radius: 34px;
}
.ec-product-360 .ec-slider.round:before {
	border-radius: 50%;
}

/*-------------------------------------------------
  Blog Page CSS
---------------------------------------------------*/
.blog_page .ec-page-content .section-title {
	margin-bottom: 23px;
}
.blog_page .ec-sidebar-wrap .ec-sb-block-content {
	margin-bottom: 0;
	border-bottom: none;
}
.blog_page .ec-sidebar-wrap .ec-sidebar-recent-blog .ec-sb-block-content {
	margin-bottom: 30px;
	padding-bottom: 0;
}
.blog_page .ec-sidebar-wrap .ec-sidebar-recent-blog h3,
.blog_page .ec-sidebar-wrap .ec-sidebar-recent-blog .h3 {
	margin-bottom: 4px;
	margin-top: 2px;
}
.blog_page .ec-sidebar-wrap h3,
.blog_page .ec-sidebar-wrap .h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0;
}
.blog_page
	.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	> li:last-child {
	padding: 0;
}

.ec-blog-inner {
	background-color: #fff;
}
.ec-blog-inner .ec-blog-image {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.ec-blog-inner .ec-blog-title {
	margin: 0 0 3px;
}
.ec-blog-inner .ec-blog-title a {
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
}
.ec-blog-inner .ec-blog-title a:hover {
	color: #4e66b1;
}
.ec-blog-inner .ec-blog-btn a.btn {
	min-width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.ec-sidebar-recent-blog .ec-sidebar-block-item {
	margin-bottom: 13px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 18px;
}
.ec-sidebar-recent-blog .ec-sidebar-block-item .ec-blog-title {
	margin-bottom: 2px;
}
.ec-sidebar-recent-blog .ec-sidebar-block-item .ec-blog-title a {
	color: #333333;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 600;
}
.ec-sidebar-recent-blog .ec-sidebar-block-item .ec-blog-date {
	font-size: 16px;
	color: #333333;
	line-height: 1;
	letter-spacing: 0;
}

.ec-blog-search {
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	margin-bottom: 30px;
	outline: none;
	border: 1px solid #eeeeee;
	color: #2b2b2b;
	padding: 0;
	position: relative;
}
.ec-blog-search .ec-blog-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}
.ec-blog-search .form-control {
	display: block;
	width: 100%;
	min-height: 48px;
	height: 48px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #333333;
	border-radius: 0;
	background-color: transparent;
	border: none;
	letter-spacing: 0;
}
.ec-blog-search .submit {
	position: relative;
	height: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	color: #2b2b2b;
}
.ec-blog-search .submit i {
	font-weight: 700;
}

.ec-blogs-inner {
	background: #fff;
}
.ec-blogs-inner ul li {
	list-style: decimal;
}
.ec-blog-main-img {
	border-radius: 5px;
	overflow: hidden;
}
.ec-blog-main-img img {
	border-radius: 5px;
	overflow: hidden;
	width: 450px;
}

.ec-blog-date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px 0 0px 0;
}
.ec-blog-date a {
	margin-left: 5px;
	margin-top: 15px;
}
.ec-blog-date .date {
	margin-top: 15px;
}
.ec-blog-detail {
	padding-top: 14px;
}

.ec-blog-detail .ec-blog-title {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0;
	color: #333333;
}
.ec-blog-detail p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.12px;
}
.ec-blog-detail .blockquote {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	font-style: italic;
}
.ec-blog-detail .ec-blog-sub-imgs img {
	margin-bottom: 30px;
	border-radius: 5px;
}
.blog-iframe-youtube {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%; /* Задаем соотношение ширины к высоте (16:9) для адаптивности */
	margin-top: 30px;
}

.blog-iframe-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ec-blog-tags {
	margin: 30px 0;
}
.ec-blog-tags a {
	margin-right: 10px;
	font-size: 17px;
}

.ec-blog-arrows {
	margin: 30px 0;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.ec-blog-arrows a {
	font-size: 18px;
	color: #333333;
}
.ec-blog-arrows a.eci-angle-left {
	padding-right: 10px;
}
.ec-blog-comment-wrapper h4,
.ec-blog-comment-wrapper .h4 {
	color: #333333;
}
.ec-blog-comment-wrapper .ec-single-comment-wrapper {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-blog-comment-wrapper .ec-single-comment-wrapper h5,
.ec-blog-comment-wrapper .ec-single-comment-wrapper .h5 {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.ec-blog-comment-wrapper .ec-single-comment-wrapper .ec-blog-user-img {
	margin-right: 30px;
	max-width: 4rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 4rem;
	flex: 0 0 4rem;
	height: 4rem;
	overflow: hidden;
}
.ec-blog-comment-wrapper .ec-single-comment-wrapper .ec-blog-user-img img {
	width: 100%;
	border-radius: 5px;
}
.ec-blog-comment-wrapper .ec-single-comment-wrapper .ec-blog-comment-content p {
	margin: 15px 0;
}
.ec-blog-comment-wrapper .ml-150 {
	margin-left: 4rem;
}

.ec-blog-cmt-form {
	margin-top: 30px;
}
.ec-blog-cmt-form .ec-blog-dec-title {
	font-weight: 600;
	color: #333333;
	margin-bottom: 15px;
}
.ec-blog-cmt-form .ec-blog-reply-wrapper .ec-blog-form .ec-leave-form input,
.ec-blog-cmt-form .ec-blog-reply-wrapper .ec-blog-form .ec-text-leave input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333333;
	height: 45px;
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 14px;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	input::-webkit-input-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	input::-webkit-input-placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	input::-moz-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	input::-moz-placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	input:-ms-input-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	input:-ms-input-placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	input::-ms-input-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	input::-ms-input-placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	input::placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	input::placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	input::-ms-input-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	input::-ms-input-placeholder {
	color: #333333;
}
.ec-blog-cmt-form .ec-blog-reply-wrapper .ec-blog-form .ec-leave-form textarea,
.ec-blog-cmt-form .ec-blog-reply-wrapper .ec-blog-form .ec-text-leave textarea {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333333;
	height: 250px;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	font-size: 14px;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	textarea::-webkit-input-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	textarea::-webkit-input-placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	textarea::-moz-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	textarea::-moz-placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	textarea:-ms-input-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	textarea:-ms-input-placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	textarea::-ms-input-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	textarea::-ms-input-placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	textarea::placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	textarea::placeholder {
	color: #333333;
}
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-leave-form
	textarea::-ms-input-placeholder,
.ec-blog-cmt-form
	.ec-blog-reply-wrapper
	.ec-blog-form
	.ec-text-leave
	textarea::-ms-input-placeholder {
	color: #333333;
}

/*-------------------------------------------------
  Cart Page CSS
---------------------------------------------------*/
.cart_page .shop-all-btn {
	margin-bottom: 0;
	border-radius: 5px;
}
.cart_page .ec-sidebar-wrap {
	border-radius: 5px;
	border: 1px solid #ededed;
}
.cart_page .ec-sidebar-wrap h3,
.cart_page .ec-sidebar-wrap .h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 21px;
}
.cart_page .ec-sidebar-wrap .ec-sb-block-content {
	margin-bottom: 0;
	border-bottom: none;
}
.cart_page .ec-sidebar-wrap .ec-ship-title {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	border-bottom: 1px solid #ededed;
	color: #2b2b2b;
	padding-bottom: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cart_page .ec-sidebar-wrap .ec-ship-title::after {
	content: "\f107";
	position: relative;
	font-family: "EcIcons";
	font-size: 18px;
	color: #333333;
	font-weight: 400;
}
.no-cart-purchases {
	text-align: center;
	margin: 20px 0 50px;
}
.ec-cart-content .table-content table {
	border: 1px solid #ebebeb;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.ec-cart-content .table-content table thead > tr {
	background-color: #ffffff;
	border: 1px solid #ebebeb;
}
.ec-cart-content .table-content table thead > tr > th {
	border-top: medium none;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 14px 12px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1;
	letter-spacing: 0;
}
.ec-cart-content .table-content table tbody > tr {
	border-bottom: 1px solid #ebebeb;
}
.ec-cart-content .table-content table tbody > tr td {
	color: #2b2b2b;
	font-size: 16px;
	padding: 15px 14px;
	text-align: left;
}
.ec-cart-content .table-content table tbody > tr td .ec-cart-pro-img {
	max-height: 60px;
	width: auto !important;
	margin: 0 auto;
	padding-right: 8px;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
	border: 1px solid #ededed;
	display: inline-block;
	height: 52px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 84px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #2b2b2b;
	float: left;
	font-size: 14px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 40px;
	outline: none;
	font-weight: 600;
	line-height: 38px;
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td
	.cart-qty-plus-minus
	.ec_cart_qtybtn {
	color: #2b2b2b;
	float: left;
	font-size: 20px;
	height: auto;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td
	.cart-qty-plus-minus
	.ec_qtybtn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	font-size: 0;
	color: #2b2b2b;
	height: 19px;
	position: relative;
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td
	.cart-qty-plus-minus
	.ec_qtybtn:before {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	color: #2b2b2b;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	font-family: "EcIcons";
	overflow: hidden;
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td
	.cart-qty-plus-minus
	.dec.ec_qtybtn:before {
	padding-bottom: 2px;
	content: "\f107";
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td
	.cart-qty-plus-minus
	.inc.ec_qtybtn:before {
	margin-top: -7px;
	padding-top: 2px;
	content: "\f106";
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-name {
	width: 40%;
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td.ec-cart-pro-name
	.ec-cart-pro-img-center {
	float: left;
	width: 75px;
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td.ec-cart-pro-placing
	.ec-cart-pro-img-center {
	float: left;
	width: 75px;
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td.ec-cart-pro-placing
	.ec-cart-pro-img {
	padding-right: 8px;
}

.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-name a {
	color: #2b2b2b;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5;
	letter-spacing: 0.6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-subtotal {
	color: #333333;
	font-weight: 500;
	font-size: 15px;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-price {
	color: #333333;
	font-weight: 500;
	font-size: 15px;
}
.ec-cart-content
	.table-content
	table
	tbody
	> tr
	td.ec-cart-pro-qty
	.qty-plus-minus {
	display: inline-block;
	height: 40px;
	padding: 0;
	position: relative;
	width: 110px;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove {
	width: 90px;
	text-align: right;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove a {
	font-size: 22px;
	margin: 0 auto;
	color: #333333;
}
.ec-cart-content .ec-cart-update-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0 0;
}
.ec-cart-checkout {
	width: 100%;
}
.ec-cart-checkout a {
	background-color: #ca006d;
	width: 100%;
	color: #fff !important;
	text-decoration: none !important;
	letter-spacing: unset !important;
}
.ec-cart-checkout a:hover {
	background-color: #333333;
	border-color: #333333;
}
.ec-cart-checkout a:active,
.ec-cart-checkout a:focus {
	border-color: #888;
	box-shadow: 0 0 0 0.25rem rgb(34 186 0 / 28%) !important;
}
@media only screen and (max-width: 767px) {
	.ec-cart-checkout a {
		margin-top: 0px !important;
	}
}
.ec-cart-update-bottom > a {
	color: #2b2b2b;
	display: inline-block;
	text-decoration: underline;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.8px;
}
@media only screen and (max-width: 991px) {
	.ec-cart-update-bottom > a {
		margin: -12px 0 6px;
	}
	.ec-sidebar-block .category-catalog-link {
		margin: 12px 0 -6px;
	}
}
.ec-cart-update-bottom .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 150px;
	border-radius: 5px;
}
.ec-cart-pro-name .product-info {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}
.ec-cart-pro-name .product-name {
	font-size: 15px;
	letter-spacing: -0.2px;
}
.ec-cart-pro-name .your-choice {
	font-size: 12px;
	font-weight: 600;
}
.ec-cart-pro-name .variant-name {
	font-size: 12px; /* Измените размер по вашему усмотрению */
	font-weight: 500;
}
.phone-info {
	display: none;
	background: #ffe7e7;
	color: #4e66b1;
	font-size: 13px;
	letter-spacing: -0.2px;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: 20px;
	border: #fda2a2 1px solid;
	border-radius: 5px;
}
.ec-cart-form {
	padding-top: 19px;
}
.ec-cart-form table {
	width: 100%;
}
.ec-cart-form label {
	margin-bottom: 9px;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.ec-cart-form p {
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.ec-cart-form input {
	background-color: transparent;
	border: 1px solid #ededed;
	color: #2b2b2b;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 15px;
	width: 100%;
	outline: none;
}
.ec-cart-form select {
	padding: 0 15px;
	width: 100%;
}
@media (max-width: 650px) {
	.ec-cart-form select {
		padding: 0 30px 0 15px;
	}
	.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
		height: 48px;
	}
	.ec-cart-content
		.table-content
		table
		tbody
		> tr
		td
		.cart-qty-plus-minus
		.ec_qtybtn:before {
		padding-top: 2px !important;
		padding-bottom: 1px !important;
	}
	.ec-cart-content
		.table-content
		table
		tbody
		> tr
		td
		.cart-qty-plus-minus
		.inc.ec_qtybtn:before {
		padding-top: 1px !important;
		padding-bottom: 6px !important;
	}
}
.ec-cart-form table tbody tr td.ec-cart-pro-name-checkout span {
	font-size: 14px;
}
/* .ec-cart-form table tbody tr td.ec-cart-pro-name-checkout img {
	padding: 6px 0;
} */
.ec-cart-coupon {
	height: 100px;
}
.ec-cart-coupon .ec-cart-wrap button,
.ec-cart-wrap button {
	position: absolute;
	background: #e50b0b;
	color: #fff;
	padding: 4px 15px;
	margin-top: -10px;
	border-radius: 5px;
}
.ec-cart-form .preorder_checkout {
	height: 37px;
	line-height: 40px;
}
.ec-cat-link {
	margin-bottom: 40px;
}
.ec-cat-link a.ec-cat-link-button {
	position: relative;
	background: #e50b0b;
	color: #fff;
	padding: 6px 15px;
	top: 20px;
}
.ec-cat-link a.ec-cat-link-button:hover {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.ec-cart-wrap .ec-cart-onwards {
	height: 27px;
	margin: 8px 0;
}
.ec-cart-form .ec-cart-checkout-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	border-radius: 0;
	padding: 0;
	margin-bottom: 28px;
}
.ec-cart-form .ec-cart-select-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 1px solid #ededed;
	font-size: 14px;
	padding: 0;
	margin-bottom: 15px;
}
.ec-cart-form .ec-cart-select-inner::after {
	content: "\f107";
	position: absolute;
	font-family: "EcIcons";
	top: 0;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	pointer-events: none;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
}

.ec-cart-summary-bottom .ec-cart-summary > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.ec-cart-summary-bottom .ec-cart-summary .text-left {
	color: #2b2b2b;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
}
.ec-cart-summary-bottom .ec-cart-summary .text-right {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
.ec-cart-summary-bottom .ec-cart-summary .text-right a {
	color: #db0f0f;
	font-weight: 500;
}
.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total {
	border-top: 1px solid #ededed;
	padding-top: 19px;
	margin-bottom: 0;
	margin-top: 16px;
}
.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total .text-left {
	font-size: 16px;
	font-weight: 500;
}
.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total .text-right {
	font-size: 16px;
	font-weight: 500;
}

.ec-cart-summary-bottom .ec-cart-summary .ec-cart-coupan-content {
	display: none;
	margin-bottom: 0;
}

.ec-cart-coupan-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ededed;
	padding: 5px;
}
.ec-cart-coupan-form .ec-coupan {
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	height: 35px;
	color: #333333;
	font-size: 14px;
	width: 100%;
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.5px;
}
.ec-cart-coupan-form .button {
	font-size: 16px;
	text-align: center;
	padding: 0 15px;
}

/*-------------------------------------------------
  Compare Page CSS
---------------------------------------------------*/
.ec-compare-leftside .ec-sidebar-wrap {
	min-height: 355px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-compare-leftside .ec-compare-title {
	line-height: 23px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	display: block;
	color: #333333;
	letter-spacing: 0;
	margin: 0 auto;
	text-align: center;
}

.ec-compare-inner .ec-com-remove {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 11px;
	left: auto;
	right: 11px;
	border-radius: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #333333;
	z-index: 8;
}
.ec-compare-inner .ec-com-remove:hover {
	background: #4e66b1;
}
.ec-compare-inner .ec-com-remove a {
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	line-height: 5px;
	padding-bottom: 1px;
	letter-spacing: 0;
}

.ec-compare-table {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.ec-compare-table form {
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.ec-compare-table .table tbody {
	border: none;
}
.ec-compare-table .table tbody tr:nth-child(even) {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.ec-compare-table .table tbody tr:nth-child(even) td.first-column {
	background: #eeeeee;
}
.ec-compare-table .table tbody tr:nth-child(odd) {
	background: #fff;
}
.ec-compare-table .table tbody tr td {
	text-align: left;
	border: none;
	padding: 19px 30px;
	vertical-align: middle;
	font-size: 14px;
	color: #2b2b2b;
	letter-spacing: 0;
	line-height: 1.1;
}
.ec-compare-table .table tbody tr td {
	border-left: 1px solid #eee;
}
.ec-compare-table .table tbody tr td:nth-child(2) {
	border-right: none;
}
.ec-compare-table .table tbody tr td.first-column {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

.ec-com-tab-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 28px;
	text-align: center;
	font-size: 17px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	background-color: #4e66b1;
	letter-spacing: 0;
	padding: 15px;
	font-weight: 500;
	border-radius: 5px;
	margin-bottom: 5px;
}

/*-------------------------------------------------
  Track Order Page CSS
---------------------------------------------------*/
.track_order_page .ec-page-content .section-title {
	margin-bottom: 22px;
}
.track_order_page .ec-page-content .section-title .ec-title {
	padding: 0 64px;
}
.track_order_page .ec-page-content .section-title .ec-title:after {
	width: 50px;
}
.track_order_page .ec-page-content .section-title .ec-title:before {
	width: 50px;
}

.ec-trackorder-inner {
	background: #f9f9f9;
	padding: 50px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}

.ec-trackorder-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ec-trackorder-top .ec-order-id {
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 0;
	color: #333333;
	letter-spacing: 0;
	position: relative;
}
.ec-trackorder-top .ec-order-detail {
	font-size: 15px;
	color: #2b2b2b;
	letter-spacing: 0;
	line-height: 1.1;
}
.ec-trackorder-top .ec-order-detail div:first-child {
	margin-bottom: 7px;
}
.ec-trackorder-top .ec-order-detail span {
	color: #4e66b1;
	text-transform: uppercase;
	font-weight: 600;
}

#ec-progressbar {
	overflow: hidden;
	margin: 58px -9% 5px;
}
#ec-progressbar li {
	list-style-type: none;
	font-size: 14px;
	width: 20%;
	float: left;
	position: relative;
	font-weight: 400;
	text-align: center;
}
#ec-progressbar li .ec-progressbar-track {
	position: relative;
	display: block;
}
#ec-progressbar li .ec-progressbar-track:before {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 26px;
	background: #deddff;
	border-radius: 50%;
	margin: auto;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	z-index: 9;
	position: relative;
}
#ec-progressbar li .ec-progressbar-track:after {
	content: "";
	width: 100%;
	height: 12px;
	background: #deddff;
	position: absolute;
	left: 0;
	top: 19px;
}
#ec-progressbar li .ec-track-icon {
	display: block;
	margin-bottom: 11px;
}
#ec-progressbar li .ec-track-title {
	position: relative;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	max-width: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0;
	margin-top: 16px;
	word-break: break-all;
}
#ec-progressbar li:first-child .ec-progressbar-track:after {
	content: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	left: 50%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#ec-progressbar li:last-child .ec-progressbar-track:after {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	left: -50%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#ec-progressbar li:nth-child(2) .ec-progressbar-track:after {
	left: -50%;
}
#ec-progressbar li:nth-child(3) .ec-progressbar-track:after {
	left: -50%;
}
#ec-progressbar li:nth-child(4) .ec-progressbar-track:after {
	left: -50%;
}
#ec-progressbar li.active .ec-progressbar-track:before {
	background: #deddff;
	background: #4e66b1;
	font-family: "EcIcons";
	content: "\f00c";
	z-index: 2;
}
#ec-progressbar li.active .ec-progressbar-track:after {
	background: #4e66b1;
}
#ec-progressbar .step0 .ec-progressbar-track:before {
	font-family: "EcIcons";
	content: "\f10c";
}

/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.checkout_page .ec-checkout-wrap {
	padding: 30px;
	border: 1px solid #ededed;
	background-color: #fff;
	border-radius: 5px;
}
.checkout_page .ec-checkout-wrap h3,
.checkout_page .ec-checkout-wrap .h3 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 25px;
	position: relative;
	display: block;
	color: #2b2b2b;
	line-height: 1;
}
.checkout_page .ec-checkout-wrap .ec-check-login h3,
.checkout_page .ec-checkout-wrap .ec-check-login .h3 {
	margin-bottom: 22px;
}
.checkout_page .ec-checkout-wrap .ec-check-bill h3,
.checkout_page .ec-checkout-wrap .ec-check-bill .h3 {
	margin-bottom: 26px;
	line-height: 1.2;
}
.checkout_page .ec-checkout-wrap .ec-check-bill .ec-check-subtitle {
	margin-bottom: 10px;
}
.checkout_page [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
.checkout_page [type="radio"]:checked + label {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
	color: #333333;
	letter-spacing: 0;
}
.checkout_page [type="radio"]:checked + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid #4e66b1;
}
.checkout_page [type="radio"]:checked + label:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #4e66b1;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.checkout_page [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.checkout_page [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
	color: #333333;
	letter-spacing: 0;
}
.checkout_page [type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #ffffff;
}
.checkout_page [type="radio"]:not(:checked) + label:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #4e66b1;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.checkout_page .ec-sidebar-wrap {
	border: 1px solid #ededed;
	margin-bottom: 30px;
	border-radius: 5px;
}
.checkout_page .ec-sidebar-wrap:last-child {
	margin-bottom: 0;
}
.checkout_page .ec-sidebar-wrap .ec-sb-block-content {
	margin-bottom: 0;
	border-bottom: none;
}
.checkout_page .ec-checkout-pay-wrap [type="radio"]:checked + label {
	margin-bottom: 30px;
}
.checkout_page .ec-checkout-pay-wrap [type="radio"]:not(:checked) + label {
	margin-bottom: 6px;
}
.checkout_page .ec-new-product {
	margin-top: 2px;
}

.ec-check-subtitle {
	margin-bottom: 14px;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.ec-checkout-block.ec-check-new {
	margin-bottom: 30px;
}

.ec-new-option span {
	margin-right: 45px;
}

.ec-new-desc {
	position: relative;
	line-height: 24px;
	color: #333333;
	letter-spacing: 0;
	max-width: 64%;
}

.ec-new-btn {
	margin-top: 26px;
}
.ec-new-btn a {
	height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	min-width: 150px;
	line-height: 40px;
	letter-spacing: 0;
}

.ec-check-login-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ec-check-login-form label {
	margin-bottom: 11px;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.ec-check-login-form input {
	background-color: transparent;
	border: 1px solid #ededed;
	color: #2b2b2b;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 0 15px;
	width: 100%;
	outline: none;
}
.ec-check-login-form .ec-check-login-fp {
	color: #2b2b2b;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-decoration: underline;
	font-size: 15px;
	line-height: 24px;
}
.ec-check-login-form .ec-check-login-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 14px;
}
.ec-check-login-form .ec-check-login-btn .btn {
	height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	min-width: 150px;
	line-height: 40px;
	letter-spacing: 0;
	cursor: pointer;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: none;
	border-radius: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}

.ec-check-bill-form {
	margin-bottom: 2px;
}

.ec-bill-option {
	margin-bottom: 32px;
	display: block;
}
.ec-bill-option span {
	margin-right: 45px;
}

.padding-bottom-3 {
	padding-bottom: 3px !important;
}

/*-----  Checkout Page CSS  ------*/
.ec-checkout-wrap .ec-check-bill-form .ec-bill-wrap {
	width: 100%;
	padding: 0 15px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bill-wrap.ec-bill-half {
	width: 50%;
}
.ec-checkout-wrap .ec-check-bill-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -15px;
}
.ec-checkout-wrap .ec-check-bill-form label {
	margin-bottom: 7px;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.ec-checkout-wrap .ec-check-bill-form input {
	background-color: transparent;
	border: 1px solid #ededed;
	color: #2b2b2b;
	font-size: 14px;
	margin-bottom: 26px;
	padding: 0 15px;
	width: 100%;
	outline: none;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bill-fp label {
	margin-bottom: 0;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bill-fp label a {
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 1px solid #ededed;
	font-size: 14px;
	padding: 0;
	margin-bottom: 27px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner select {
	padding: 0 15px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner::after {
	content: "\f107";
	position: absolute;
	font-family: "EcIcons";
	top: 0;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	pointer-events: none;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
}

.ec-checkout-content .ec-check-order-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
}
.ec-checkout-content .ec-check-order-btn .btn {
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	padding: 0 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: none;
	border-radius: 0px;
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0;
}

.ec-checkout-summary > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.ec-checkout-summary .text-left {
	color: #2b2b2b;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
}
.ec-checkout-summary .text-right {
	color: #333333;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
}
.ec-checkout-summary .text-right a {
	color: #eb2629;
	font-weight: 500;
	font-size: 14px;
}
.ec-checkout-summary .ec-checkout-summary-total {
	border-top: 1px solid #ededed;
	padding-top: 19px;
	margin-bottom: 0;
	margin-top: 16px;
}
.ec-checkout-summary .ec-checkout-summary-total .text-left {
	font-size: 16px;
	font-weight: 700;
}
.ec-checkout-summary .ec-checkout-summary-total .text-right {
	font-size: 16px;
	font-weight: 700;
}

/*-----  Sidebar Page CSS  ------*/
.ec-sidebar-wrap .ec-sidebar-block .ec-checkout-pro {
	margin-top: 34px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro li {
	padding: 1px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro li a {
	margin: 0 auto;
	display: block;
	color: #333333;
	font-size: 12px;
	margin-top: 0;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0;
	cursor: pointer;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	.ec-checkout-pro
	.ec-pro-size
	li
	a {
	pointer-events: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-color: #dddddd;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 18px;
	padding-top: 2px;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	.ec-checkout-pro
	.ec-pro-size
	li.active
	a {
	background-color: #333333;
	color: #ffffff;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	.ec-checkout-pro
	.ec-pro-option {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	.ec-checkout-pro
	.ec-product-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	.ec-checkout-pro
	.ec-product-inner
	.ec-pro-content {
	width: calc(100% - 143px);
	padding: 0;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	.ec-checkout-pro
	.ec-product-inner
	.ec-pro-image-outer {
	width: 128px;
	margin-right: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ec-sidebar-wrap
	.ec-sidebar-block
	.ec-sb-block-content
	.ec-checkout-pro
	.ec-product-inner
	.ec-pro-color {
	margin-bottom: 8px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-option > * {
	width: 50%;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-opt-head {
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-desc {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 15px;
	display: block;
	letter-spacing: 0;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-pay-opt-head {
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 6px;
	display: block;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-pay-desc {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 15px;
	display: block;
	letter-spacing: 0;
}

.ec-product-inner .ec-pro-content .ec-price:not(:last-child) {
	margin-bottom: 4px;
}

.ec-sidebar-wrap.ec-checkout-del-wrap h3,
.ec-sidebar-wrap.ec-checkout-del-wrap .h3 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 13px;
}
.ec-sidebar-wrap.ec-checkout-del-wrap .ec-del-commemt {
	margin-top: 12px;
	display: block;
}
.ec-sidebar-wrap.ec-checkout-del-wrap .ec-del-commemt .ec-del-opt-head {
	margin-bottom: 8px;
}
.ec-sidebar-wrap.ec-checkout-del-wrap textarea {
	background: transparent;
	border: 1px solid #ededed;
	color: #2b2b2b;
	height: 100px;
	padding: 10px 15px;
	margin-bottom: 0;
	width: 100%;
	outline: none;
	font-size: 14px;
	display: block;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap h3,
.ec-sidebar-wrap.ec-checkout-pay-wrap .h3 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 8px;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap textarea {
	background: transparent;
	border: 1px solid #ededed;
	color: #2b2b2b;
	height: 110px;
	padding: 10px 15px;
	margin-bottom: 0;
	width: 100%;
	outline: none;
	font-size: 14px;
	display: block;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-commemt .ec-pay-opt-head {
	margin-bottom: 8px;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree {
	position: relative;
	display: block;
	margin-top: 20px;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 999;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap
	.ec-pay-agree
	input:checked
	~ .checked::after {
	display: block;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree a {
	margin-left: 27px;
	display: block;
	color: #333333;
	font-size: 14px;
	margin-top: 0;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 0;
	cursor: pointer;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree a span {
	font-weight: 500;
	color: #2b2b2b;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree .checked {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	border-radius: 4px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree .checked:after {
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border: 1px solid #4e66b1;
	content: "\f00c";
	position: absolute;
	display: none;
	font-family: "EcIcons";
	font-size: 9px;
	color: #4e66b1;
	line-height: 14px;
	text-align: center;
	border-radius: 4px;
}

.ec-sidebar-wrap.ec-check-pay-img-wrap h3,
.ec-sidebar-wrap.ec-check-pay-img-wrap .h3 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 24px;
}

.ec-check-pay-img-wrap .ec-check-pay-img-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 55%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ec-check-pay-img-wrap .ec-check-pay-img {
	margin-bottom: 18px;
	margin-right: 5px;
}
.ec-check-pay-img-wrap .ec-check-pay-img:last-child {
	margin-bottom: 0;
	margin-top: 12px;
}

/*-----  Checkout Summary CSS  ------*/
.ec-checkout-summary .ec-checkout-coupan-content {
	display: none;
	margin-bottom: 0;
}

.ec-checkout-coupan-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ededed;
	padding: 5px;
}
.ec-checkout-coupan-form .ec-coupan {
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	height: 35px;
	color: #333333;
	font-size: 14px;
	width: 100%;
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.5px;
}
.ec-checkout-coupan-form .ec-coupan-btn {
	font-size: 16px;
	text-align: center;
	padding: 0 15px;
}

/*-------------------------------------------------
  Element Tab Wrapper CSS
---------------------------------------------------*/
.ec-tab-wrapper-1 .ec-single-pro-tab-content .ec-single-pro-tab-desc p,
.ec-tab-wrapper-2 .ec-single-pro-tab-content .ec-single-pro-tab-desc p,
.ec-tab-wrapper-3 .ec-single-pro-tab-content .ec-single-pro-tab-desc p,
.ec-tab-wrapper-4 .ec-single-pro-tab-content .ec-single-pro-tab-desc p {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
}

.ec-tab-wrapper-2 .ec-single-pro-tab-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ec-tab-wrapper-3 .ec-single-pro-tab-content {
	padding: 30px;
}
.ec-tab-wrapper-3 .ec-single-pro-tab-nav {
	margin-bottom: -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-tab-wrapper-3 .ec-single-pro-tab-nav .nav-tabs .nav-link.active {
	background-color: transparent;
	color: #333333;
	border-color: #ebebeb;
	border-bottom: none;
}

.ec-tab-wrapper-4 .ec-single-pro-tab-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}
.ec-tab-wrapper-4 .ec-single-pro-tab-content {
	padding: 30px 0px 0px 1px;
	border: none;
}

/*-------------------------------------------------
  Element Category Wrapper CSS
---------------------------------------------------*/
.ec-category-wrapper-1 .slick-arrow:before {
	content: "";
	color: #ffffff;
	position: relative;
	font-size: 38px;
	font-family: "EcIcons";
	width: 100%;
	line-height: 50px;
	height: 50px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-category-wrapper-1 .slick-arrow:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	width: 50px;
	top: 0;
	height: 50px;
	background: #2d313e;
	left: 0;
	right: 0;
	border-radius: 100%;
	opacity: 0.5;
	border: 1px solid #fff;
}
.ec-category-wrapper-1 .slick-arrow:hover:after {
	opacity: 1;
}
.ec-category-wrapper-1 .slick-arrow.slick-prev {
	left: 5px;
}
.ec-category-wrapper-1 .slick-arrow.slick-next {
	right: 5px;
}
.ec-category-wrapper-1 .slick-arrow.slick-next:before {
	content: "\f105";
}
.ec-category-wrapper-1 .slick-arrow.slick-prev:before {
	content: "\f104";
}
.ec-category-wrapper-1 .slick-arrow {
	position: absolute;
	top: 45%;
	margin: 0 auto;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	padding: 0;
	z-index: 1;
}
.ec-category-wrapper-1 .ec_cat_content {
	padding: 15px;
}
.ec-category-wrapper-1 .ec_cat_content .ec_cat_inner {
	position: relative;
}
.ec-category-wrapper-1 .ec_cat_content .ec-cat-image {
	box-shadow: 5px 7px 13px 0px rgba(35, 31, 32, 0.1);
	-webkit-box-shadow: 5px 7px 13px 0px rgba(35, 31, 32, 0.1);
	-moz-box-shadow: 5px 7px 13px 0px rgbaa(35, 31, 32, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
.ec-category-wrapper-1 .ec_cat_content .ec-cat-desc {
	position: absolute;
	top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
}
.ec-category-wrapper-1 .ec_cat_content .ec-section-btn a {
	font-size: 16px;
	padding: 10px 15px;
	min-width: 160px;
}

.ec-category-wrapper-3 .cat-card {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
}
.ec-category-wrapper-3 .cat-card img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-category-wrapper-3 .cat-card:hover img {
	-webkit-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}
.ec-category-wrapper-3 .cat-card .cat-detail {
	padding: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.ec-category-wrapper-3 .cat-card .cat-detail h4,
.ec-category-wrapper-3 .cat-card .cat-detail .h4 {
	font-weight: 700;
	font-size: 18px;
	color: #333333;
}
.ec-category-wrapper-3 .cat-card .cat-detail h5,
.ec-category-wrapper-3 .cat-card .cat-detail .h5 {
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 15px;
	color: #333333;
}
.ec-category-wrapper-3 .cat-card .cat-detail .btn-primary {
	padding: 8px 15px;
	text-transform: uppercase;
	line-height: 22px;
}

.ec-category-wrapper-4 .cat-card {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
}
.ec-category-wrapper-4 .cat-card .card-img {
	position: relative;
	overflow: hidden;
}
.ec-category-wrapper-4 .cat-card img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-category-wrapper-4 .cat-card:hover img {
	-webkit-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}
.ec-category-wrapper-4 .cat-card .cat-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-category-wrapper-4 .cat-card .cat-detail h4,
.ec-category-wrapper-4 .cat-card .cat-detail .h4 {
	margin-top: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	color: #333333;
}
.ec-category-wrapper-4 .cat-card .cat-detail h5,
.ec-category-wrapper-4 .cat-card .cat-detail .h5 {
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.4;
	font-size: 15px;
	color: #333333;
}
.ec-category-wrapper-4 .cat-card .cat-detail .btn-primary {
	text-align: center;
	width: 120px;
	padding: 8px 15px;
	text-transform: uppercase;
	line-height: 22px;
}

.ec-category-wrapper-5 .cat-card {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.ec-category-wrapper-5 .cat-card img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-category-wrapper-5 .cat-card:hover .cat-detail {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.ec-category-wrapper-5 .cat-card:hover .btn-primary-1 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ec-category-wrapper-5 .cat-card:hover img {
	-webkit-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}
.ec-category-wrapper-5 .cat-card .btn-primary-1 {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 120px;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 10px 15px 8px 15px;
	text-transform: uppercase;
	border-radius: 30px;
	z-index: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
	line-height: 22px;
	text-align: center;
}
.ec-category-wrapper-5 .cat-card .cat-detail {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	opacity: 1;
}
.ec-category-wrapper-5 .cat-card .cat-detail .cat-detail-block {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
}
.ec-category-wrapper-5 .cat-card .cat-detail h4,
.ec-category-wrapper-5 .cat-card .cat-detail .h4 {
	font-weight: 700;
	font-size: 17px;
}
.ec-category-wrapper-5 .cat-card .cat-detail h5,
.ec-category-wrapper-5 .cat-card .cat-detail .h5 {
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
	font-size: 15px;
}
.ec-category-wrapper-5 .cat-card .cat-detail .btn-primary {
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 30px;
	line-height: 22px;
}

.cat-space-2 > div {
	margin: 15px 0;
}

.cat-space-3 > div {
	margin: 15px 0;
}

/*-------------------------------------------------
  Element Button Page CSS
---------------------------------------------------*/
/*------  Button Set  ------*/
.btn-sets {
	margin: -15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ec-btn-ds {
	margin: -10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ec-btn-ds .btn {
	margin: 10px;
}
.ec-btn-ds .btn-jittery {
	animation: jittery 4s infinite;
	-webkit-animation: jittery 4s infinite;
}
.ec-btn-ds .btn-icon {
	position: relative;
	margin-left: 8px;
	overflow: hidden;
}
.ec-btn-ds .btn-icon i {
	position: absolute;
	top: 41%;
	left: 48%;
	-webkit-transform: scale(0.75) translate(-16%, 400%);
	transform: scale(0.75) translate(-16%, 400%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.ec-btn-ds .btn-icon span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.ec-btn-ds .btn-icon:hover i {
	-webkit-transform: scale(0.75) translate(-16%, 0);
	transform: scale(0.75) translate(-16%, 0);
}
.ec-btn-ds .btn-icon:hover span {
	-webkit-transform: translateY(-400%);
	transform: translateY(-400%);
}
.ec-btn-ds .btn-jelly:hover {
	animation: jelly 0.5s;
	-webkit-animation: jelly 0.5s;
}
.ec-btn-ds .btn-pulse:hover {
	-webkit-box-shadow: 0 0 0 18px transparent;
	box-shadow: 0 0 0 18px transparent;
	animation: pulse 1s;
	-webkit-animation: pulse 1s;
}
@-webkit-keyframes jittery {
	5%,
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	15% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	20% {
		-webkit-transform: scale(1.15) rotate(-5deg);
		transform: scale(1.15) rotate(-5deg);
	}
	25% {
		-webkit-transform: scale(1.15) rotate(5deg);
		transform: scale(1.15) rotate(5deg);
	}
	30% {
		-webkit-transform: scale(1.15) rotate(-3deg);
		transform: scale(1.15) rotate(-3deg);
	}
	35% {
		-webkit-transform: scale(1.15) rotate(2deg);
		transform: scale(1.15) rotate(2deg);
	}
	40% {
		-webkit-transform: scale(1.15) rotate(0);
		transform: scale(1.15) rotate(0);
	}
}
@keyframes jittery {
	5%,
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	15% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	20% {
		-webkit-transform: scale(1.15) rotate(-5deg);
		transform: scale(1.15) rotate(-5deg);
	}
	25% {
		-webkit-transform: scale(1.15) rotate(5deg);
		transform: scale(1.15) rotate(5deg);
	}
	30% {
		-webkit-transform: scale(1.15) rotate(-3deg);
		transform: scale(1.15) rotate(-3deg);
	}
	35% {
		-webkit-transform: scale(1.15) rotate(2deg);
		transform: scale(1.15) rotate(2deg);
	}
	40% {
		-webkit-transform: scale(1.15) rotate(0);
		transform: scale(1.15) rotate(0);
	}
}
@-webkit-keyframes jelly {
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}
@keyframes jelly {
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}
@-webkit-keyframes pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #4e66b1;
		box-shadow: 0 0 0 0 #4e66b1;
	}
}
@keyframes pulse {
	from {
		-webkit-box-shadow: 0 0 0 0 #4e66b1;
		box-shadow: 0 0 0 0 #4e66b1;
	}
}

.ec-btn-bw {
	margin: -10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* 1 */
	/* 2 */
	/* 3 */
	/* 4 */
	/* 5 */
	/* 6 */
	/* 7 */
	/* 8 */
	/* 9 */
	/* 10 */
	/* 11 */
	/* 12 */
	/* 13 */
	/* 14 */
	/* 15 */
	/* 16 */
}
.ec-btn-bw .custom-btn {
	margin: 10px;
	outline: none;
	width: 130px;
	height: 39px;
	padding: 10px 25px;
	border: 2px solid #000;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	line-height: 17px;
}
.ec-btn-bw .btn-1 {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-1:hover {
	-webkit-box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
		-4px -4px 5px 0px rgba(255, 255, 255, 0.6),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
		4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
	box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
		-4px -4px 5px 0px rgba(255, 255, 255, 0.6),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
		4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}
.ec-btn-bw .btn-2:after {
	position: absolute;
	content: "";
	top: 4px;
	left: 5px;
	right: 5px;
	height: 28px;
	border: 1px solid #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-2:hover:after {
	opacity: 1;
}
.ec-btn-bw .btn-3 {
	line-height: 39px;
	padding: 0;
}
.ec-btn-bw .btn-3:hover {
	background: transparent;
	color: #000;
}
.ec-btn-bw .btn-3 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.ec-btn-bw .btn-3:before,
.ec-btn-bw .btn-3:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-3:before {
	height: 0%;
	width: 2px;
}
.ec-btn-bw .btn-3:after {
	width: 0%;
	height: 2px;
}
.ec-btn-bw .btn-3:hover:before {
	height: 100%;
}
.ec-btn-bw .btn-3:hover:after {
	width: 100%;
}
.ec-btn-bw .btn-3 span:before,
.ec-btn-bw .btn-3 span:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-3 span:before {
	width: 2px;
	height: 0%;
}
.ec-btn-bw .btn-3 span:after {
	width: 0%;
	height: 2px;
}
.ec-btn-bw .btn-3 span:hover:before {
	height: 100%;
}
.ec-btn-bw .btn-3 span:hover:after {
	width: 100%;
}
.ec-btn-bw .btn-4 {
	position: relative;
	color: #000;
	z-index: 2;
	padding: 0;
}
.ec-btn-bw .btn-4:hover {
	border: none;
}
.ec-btn-bw .btn-4:before,
.ec-btn-bw .btn-4:after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border: 2px solid;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-4:before {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #000;
	border-left-color: #000;
}
.ec-btn-bw .btn-4:after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #000;
	border-right-color: #000;
}
.ec-btn-bw .btn-4:hover:before,
.ec-btn-bw .btn-4:hover:after {
	border-color: #000;
	height: 100%;
	width: 100%;
}
.ec-btn-bw .btn-5 {
	background: #000;
	color: #fff;
	line-height: 42px;
	padding: 0;
	border: none;
}
.ec-btn-bw .btn-5:hover {
	background: transparent;
	color: #000;
	-webkit-box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
		-4px -4px 5px 0px rgba(255, 255, 255, 0.6),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
		4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
	box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
		-4px -4px 5px 0px rgba(255, 255, 255, 0.6),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
		4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}
.ec-btn-bw .btn-5:before,
.ec-btn-bw .btn-5:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: #000;
	-webkit-transition: 400ms ease all;
	transition: 400ms ease all;
}
.ec-btn-bw .btn-5:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}
.ec-btn-bw .btn-5:hover:before,
.ec-btn-bw .btn-5:hover:after {
	width: 100%;
	-webkit-transition: 800ms ease all;
	transition: 800ms ease all;
}
.ec-btn-bw .btn-6 {
	background: #000;
	color: #fff;
	line-height: 42px;
	padding: 0;
	border: none;
}
.ec-btn-bw .btn-6 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.ec-btn-bw .btn-6:before,
.ec-btn-bw .btn-6:after {
	position: absolute;
	content: "";
	height: 0%;
	width: 2px;
	background: #000;
}
.ec-btn-bw .btn-6:before {
	right: 0;
	top: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.ec-btn-bw .btn-6:after {
	left: 0;
	bottom: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.ec-btn-bw .btn-6:hover {
	color: #000;
	background: transparent;
}
.ec-btn-bw .btn-6:hover:before {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	height: 100%;
}
.ec-btn-bw .btn-6:hover:after {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	height: 100%;
}
.ec-btn-bw .btn-6 span:before,
.ec-btn-bw .btn-6 span:after {
	position: absolute;
	content: "";
	background: #000;
}
.ec-btn-bw .btn-6 span:before {
	left: 0;
	top: 0;
	width: 0%;
	height: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.ec-btn-bw .btn-6 span:after {
	right: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.ec-btn-bw .btn-6 span:hover:before {
	width: 100%;
}
.ec-btn-bw .btn-6 span:hover:after {
	width: 100%;
}
.ec-btn-bw .btn-7 {
	background: #000;
	color: #fff;
	line-height: 42px;
	padding: 0;
	border: none;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ec-btn-bw .btn-7:hover {
	background: transparent;
	color: #000;
}
.ec-btn-bw .btn-7:before,
.ec-btn-bw .btn-7:after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 50%;
	right: 0;
	z-index: -1;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-7:before {
	top: 0;
}
.ec-btn-bw .btn-7:after {
	bottom: 0;
}
.ec-btn-bw .btn-7:hover:before,
.ec-btn-bw .btn-7:hover:after {
	height: 0;
	background-color: #000;
}
.ec-btn-bw .btn-8 {
	line-height: 40px;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 2;
	color: #fff;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ec-btn-bw .btn-8:hover {
	color: #000;
}
.ec-btn-bw .btn-8:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-8:hover:after {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.ec-btn-bw .btn-9 {
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
.ec-btn-bw .btn-9:after {
	position: absolute;
	content: " ";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-9:hover {
	-webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
		-4px -4px 6px 0 rgba(116, 125, 136, 0.2),
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
		inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
		-4px -4px 6px 0 rgba(116, 125, 136, 0.2),
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
		inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
	color: #fff;
}
.ec-btn-bw .btn-9:hover:after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #000;
	-webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
		-4px -4px 6px 0 rgba(116, 125, 136, 0.2),
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
		inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
		-4px -4px 6px 0 rgba(116, 125, 136, 0.2),
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
		inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
.ec-btn-bw .btn-10 {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
.ec-btn-bw .btn-10:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
}
.ec-btn-bw .btn-10:hover {
	color: #fff;
}
.ec-btn-bw .btn-10:hover:after {
	background: #000;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ec-btn-bw .btn-11 {
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-11:hover {
	background: #000;
	color: #fff;
}
.ec-btn-bw .btn-11:before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	-webkit-animation: shiny-btn1 3s ease-in-out infinite;
	animation: shiny-btn1 3s ease-in-out infinite;
}
.ec-btn-bw .btn-11:active {
	-webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
		-4px -4px 6px 0 rgba(116, 125, 136, 0.2),
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
		inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
		-4px -4px 6px 0 rgba(116, 125, 136, 0.2),
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
		inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
.ec-btn-bw .btn-12 {
	position: relative;
	border: none;
	width: 130px;
	height: 40px;
	line-height: 40px;
	-webkit-perspective: 230px;
	perspective: 230px;
	overflow: hidden;
}
.ec-btn-bw .btn-12 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 40px;
	border: 2px solid #000;
	margin: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ec-btn-bw .btn-12 span:nth-child(1) {
	-webkit-box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
		-4px -4px 5px 0px rgba(255, 255, 255, 0.6),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
		4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
	box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
		-4px -4px 5px 0px rgba(255, 255, 255, 0.6),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
		4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -24px;
	transform-origin: 50% 50% -24px;
}
.ec-btn-bw .btn-12 span:nth-child(2) {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}
.ec-btn-bw .btn-12:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.ec-btn-bw .btn-12:hover span:nth-child(2) {
	background: #e0e5ec;
	color: #e0e5ec;
	-webkit-transform: rotateX(-100deg);
	transform: rotateX(-100deg);
}
.ec-btn-bw .btn-13 {
	background: #000;
	color: #fff;
	z-index: 1;
}
.ec-btn-bw .btn-13:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #e0e5ec;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-13:hover {
	color: #000;
}
.ec-btn-bw .btn-13:hover:after {
	top: 0;
	height: 100%;
}
.ec-btn-bw .btn-13:active {
	top: 2px;
}
.ec-btn-bw .btn-14 {
	background: #000;
	color: #fff;
	z-index: 1;
}
.ec-btn-bw .btn-14:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	background: #e0e5ec;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-14:hover {
	color: #000;
}
.ec-btn-bw .btn-14:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}
.ec-btn-bw .btn-14:active {
	top: 2px;
}
.ec-btn-bw .btn-15 {
	background: #000;
	color: #fff;
	z-index: 1;
}
.ec-btn-bw .btn-15:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #e0e5ec;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-15:hover {
	color: #000;
}
.ec-btn-bw .btn-15:hover:after {
	left: 0;
	width: 100%;
}
.ec-btn-bw .btn-15:active {
	top: 2px;
}
.ec-btn-bw .btn-16 {
	background: #000;
	color: #fff;
	z-index: 1;
}
.ec-btn-bw .btn-16:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	background: #e0e5ec;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ec-btn-bw .btn-16:hover {
	color: #000;
}
.ec-btn-bw .btn-16:hover:after {
	left: auto;
	right: 0;
	width: 100%;
}
.ec-btn-bw .btn-16:active {
	top: 2px;
}

.ec-btn-anim .noselect {
	width: 150px;
	height: 50px;
	margin: 15px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: red;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
	background: #e62222;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	direction: ltr !important;
}
.ec-btn-anim .noselect,
.ec-btn-anim .noselect span {
	-webkit-transition: 200ms;
	transition: 200ms;
}
.ec-btn-anim .noselect .text {
	-webkit-transform: translateX(35px);
	transform: translateX(35px);
	color: white;
	font-weight: bold;
}
.ec-btn-anim .noselect .icon {
	position: absolute;
	border-left: 1px solid #ffffff;
	-webkit-transform: translateX(110px);
	transform: translateX(110px);
	height: 50px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-btn-anim .noselect svg {
	width: 15px;
	fill: #eee;
}
.ec-btn-anim .noselect:hover {
	background: #ff3636;
}
.ec-btn-anim .noselect:hover .text {
	color: transparent;
}
.ec-btn-anim .noselect:hover .icon {
	width: 150px;
	border-left: none;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}
.ec-btn-anim .noselect:focus {
	outline: none;
}
.ec-btn-anim .btn-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ec-btn-anim .btn-swip-right {
	margin: 15px;
	border: 0;
	position: relative;
	min-width: 180px;
	min-height: 50px;
	border-radius: 60px;
	color: #fff;
	font-weight: bold;
	background: #222;
	cursor: pointer;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr !important;
}
.ec-btn-anim .btn-swip-right .text,
.ec-btn-anim .btn-swip-right .icon-container {
	position: relative;
	z-index: 2;
}
.ec-btn-anim .btn-swip-right .icon-container {
	position: relative;
	width: 14px;
	height: 25px;
	margin-left: 15px;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.ec-btn-anim .btn-swip-right .icon-container .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	-webkit-transition: opacity 250ms ease, -webkit-transform 500ms ease;
	transition: opacity 250ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 250ms ease;
	transition: transform 500ms ease, opacity 250ms ease,
		-webkit-transform 500ms ease;
}
.ec-btn-anim .btn-swip-right .icon-container .icon--left {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
	opacity: 0;
}
.ec-btn-anim .btn-swip-right .icon-container .icon svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}
.ec-btn-anim .btn-swip-right::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #da0000;
	border-radius: 60px;
	z-index: 1;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.ec-btn-anim .btn-swip-right:hover::after {
	-webkit-transform: translateX(73%);
	transform: translateX(73%);
}
.ec-btn-anim .btn-swip-right:hover .icon-container {
	-webkit-transform: translateX(260%);
	transform: translateX(260%);
}
.ec-btn-anim .btn-swip-right:hover .icon-container .icon--left {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.ec-btn-anim .btn-swip-right:hover .icon-container .icon--right {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.ec-bg-anim .horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 180px;
	height: 50px;
	margin: 15px;
	border: 5px solid #4e66b1;
	font-size: 20px;
	cursor: pointer;
}
.ec-bg-anim .horizontal > .text {
	position: relative;
	color: #4e66b1;
	background-repeat: repeat;
	background-size: 200%;
	background-position: 100% 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-transition: background-position 300ms;
	transition: background-position 300ms;
	font-weight: 700;
}
.ec-bg-anim .horizontal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4e66b1;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}
.ec-bg-anim .horizontal:hover .text {
	background-position: 0 0;
	color: #fff;
}
.ec-bg-anim .horizontal:hover::before {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.ec-bg-anim .vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 180px;
	height: 50px;
	margin: 15px;
	border: 5px solid #4e66b1;
	font-size: 20px;
	cursor: pointer;
}
.ec-bg-anim .vertical > .text {
	position: relative;
	color: #4e66b1;
	background-repeat: repeat;
	background-size: 100% 200%;
	background-position: 0 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-transition: background-position 300ms;
	transition: background-position 300ms;
	font-weight: 700;
}
.ec-bg-anim .vertical::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4e66b1;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}
.ec-bg-anim .vertical:hover .text {
	background-position: 0 100%;
	color: #fff;
}
.ec-bg-anim .vertical:hover::before {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.ec-border-anim .corner-button {
	margin: 15px;
	letter-spacing: 0.02rem;
	cursor: pointer;
	background: transparent;
	border: 4px solid #4e66b1;
	padding: 5px 30px;
	font-size: 18px;
	color: #4e66b1;
	position: relative;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-weight: 700;
}
.ec-border-anim .corner-button:hover {
	color: #4e66b1;
}
.ec-border-anim .corner-button:hover::before {
	width: 0;
}
.ec-border-anim .corner-button:hover::after {
	height: 0;
}
.ec-border-anim .corner-button:active {
	border-width: 0.25rem;
}
.ec-border-anim .corner-button span {
	position: relative;
	z-index: 2;
}
.ec-border-anim .corner-button::before,
.ec-border-anim .corner-button::after {
	content: "";
	position: absolute;
	background: #ffffff;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ec-border-anim .corner-button::before {
	width: calc(100% - 1rem);
	height: calc(100% + 1rem);
	top: -0.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ec-border-anim .corner-button::after {
	height: calc(100% - 1rem);
	width: calc(101% + 1rem);
	left: -0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ec-swipe-left {
	height: 50px;
	width: 170px;
	margin: 15px;
	padding: 0;
}
.ec-swipe-left:hover .cta {
	-webkit-transform: translateX(-90%);
	transform: translateX(-90%);
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
.ec-swipe-left .phone {
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 36px;
	position: absolute;
	cursor: pointer;
}
.ec-swipe-left .cta {
	height: 50px;
	width: 170px;
	color: white;
	z-index: 1;
	-webkit-transition: 1.2s;
	transition: 1.2s;
	background: -webkit-gradient(
		linear,
		left top,
		right bottom,
		from(#4776e6),
		to(#8e54e9)
	);
	background: linear-gradient(to right bottom, #4776e6, #8e54e9);
}
.ec-swipe-left .number {
	height: 50px;
	width: 170px;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(https://images.unsplash.com/photo-1529044728228-9917df974897?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(https://images.unsplash.com/photo-1529044728228-9917df974897?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
	background-size: cover;
	color: white;
	-webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.5);
}

.ec-swipe-arrow {
	height: 50px;
	width: 159px;
	margin: 15px;
	padding: 0;
}
.ec-swipe-arrow .ec-swipe-btn {
	border: 4px solid #d9d9d9;
	color: #333333;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	margin: auto;
	padding: 10px 20px 10px 50px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.ec-swipe-arrow .ec-swipe-btn .label,
.ec-swipe-arrow .ec-swipe-btn .icon-arrow {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-perspective: 1000;
	perspective: 1000;
}
.ec-swipe-arrow .ec-swipe-btn .label {
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
		-webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.ec-swipe-arrow .ec-swipe-btn .icon-arrow {
	fill: #333333;
	height: 15px;
	top: 16px;
	-webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
		-webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
		-webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
		opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
		opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
		-webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	width: 35px;
}
.ec-swipe-arrow .ec-swipe-btn .icon-arrow.before {
	left: 10px;
	margin-right: 15px;
	position: absolute;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.ec-swipe-arrow .ec-swipe-btn .icon-arrow.after {
	margin-left: 15px;
	opacity: 0;
	position: absolute;
	right: 10px;
	-webkit-transform: translateX(75%) scaleX(0.1);
	transform: translateX(75%) scaleX(0.1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
.ec-swipe-arrow .ec-swipe-btn:hover .label {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.ec-swipe-arrow .ec-swipe-btn:hover .icon-arrow.before {
	opacity: 0;
	-webkit-transform: translateX(-75%) scaleX(0.1);
	transform: translateX(-75%) scaleX(0.1);
}
.ec-swipe-arrow .ec-swipe-btn:hover .icon-arrow.after {
	opacity: 1;
	-webkit-transform: translateX(0) scaleX(1);
	transform: translateX(0) scaleX(1);
}
.ec-swipe-arrow .ec-swipe-btn:active {
	border-color: #fd6154;
	color: #fd6154;
}
.ec-swipe-arrow .ec-swipe-btn:active .icon-arrow {
	fill: #fd6154;
}

.ec-bg-swipe {
	height: 50px;
	width: 200px;
	padding: 0;
	margin: 15px;
}
.ec-bg-swipe .ec-btn-bg-swipe {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
	direction: ltr !important;
}
.ec-bg-swipe .ec-btn-bg-swipe {
	width: 12rem;
	height: auto;
	width: 12rem;
	height: auto;
	border: 1px solid #d9d9d9;
	border-radius: 50px;
}
.ec-bg-swipe .ec-btn-bg-swipe .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #d9d9d9;
	border-radius: 1.625rem;
}
.ec-bg-swipe .ec-btn-bg-swipe .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.ec-bg-swipe .ec-btn-bg-swipe .circle .icon.arrow {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}
.ec-bg-swipe .ec-btn-bg-swipe .circle .icon.arrow::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ec-bg-swipe .ec-btn-bg-swipe .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 1.85rem;
	color: #333333;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}
.ec-bg-swipe .ec-btn-bg-swipe:hover .circle {
	width: 100%;
}
.ec-bg-swipe .ec-btn-bg-swipe:hover .circle .icon.arrow {
	background: #fff;
	-webkit-transform: translate(1rem, 0);
	transform: translate(1rem, 0);
}
.ec-bg-swipe .ec-btn-bg-swipe:hover .button-text {
	color: #fff;
}

.ec-btn-classic {
	margin: -10px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ec-btn-classic .ec-buttons {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 10px;
	padding: 15px 20px;
	border: 2px solid #d9d9d9;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 700;
}
.ec-btn-classic .ec-buttons:after {
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: "";
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #4e66b1;
}
.ec-btn-classic .ec-buttons:nth-of-type(2):after {
	left: 0;
}
.ec-btn-classic .ec-buttons:nth-of-type(3):after {
	right: 0;
	left: auto;
}
.ec-btn-classic .ec-buttons:nth-of-type(4):after {
	left: 0;
	bottom: auto;
	top: -3px;
	width: 100%;
}
.ec-btn-classic .ec-buttons:nth-of-type(5):after {
	height: 120%;
	left: -10%;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	z-index: -1;
}
.ec-btn-classic .ec-buttons:hover {
	cursor: pointer;
}
.ec-btn-classic .ec-buttons:hover:after {
	width: 100%;
	left: 0;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(4):after {
	top: calc(100% - 3px);
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(5) {
	color: #fff;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(5):after {
	left: -10%;
	width: 120%;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(6) {
	border-radius: 30px;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(6):after {
	width: 0%;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(7) {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(7):after {
	width: 0%;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(8) {
	-webkit-box-shadow: inset 0px 0px 0px 3px #4e66b1;
	box-shadow: inset 0px 0px 0px 3px #4e66b1;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(8):after {
	width: 0%;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(9) {
	-webkit-box-shadow: 0px 0px 0px 3px #4e66b1;
	box-shadow: 0px 0px 0px 3px #4e66b1;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(9):after {
	width: 0%;
}

/*-------------------------------------------------
  Element Product Card Page CSS
---------------------------------------------------*/
/* ----------- Start Product-DS -----------*/
.ec-product-ds {
	font-family: "Poppins", sans-serif;
	text-align: center;
	border: 1px solid #eeeeee;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.ec-product-ds:hover {
	-webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}
.ec-product-ds:hover .links {
	opacity: 1;
	top: 50%;
}
.ec-product-ds:hover .ec-price {
	opacity: 0;
}
.ec-product-ds:hover .ec-add-to-cart {
	opacity: 1;
	bottom: 13px;
	text-decoration: none;
}
.ec-product-ds .ec-product-image {
	position: relative;
}
.ec-product-ds .ec-product-image a.image {
	display: block;
}
.ec-product-ds .ec-product-image img {
	width: 100%;
	height: auto;
}
.ec-product-ds .ec-product-discount-label {
	color: #fff;
	background: #4e66b1;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 2px 8px;
	position: absolute;
	top: 12px;
	left: 12px;
}
.ec-product-ds .links {
	width: 145px;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.ec-product-ds .links li {
	display: inline-block;
	margin: 0 2px;
}
.ec-product-ds .links li a {
	position: relative;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 10px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.ec-product-ds .links li a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-ds .links li a:hover img {
	fill: #fff;
}
.ec-product-ds .links li a:hover:before {
	display: block;
}
.ec-product-ds .links li a:hover:after {
	display: block;
}
.ec-product-ds .links li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 10px;
	white-space: nowrap;
	display: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -40px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-ds .links li a:after {
	content: attr(data-tip);
	color: #fff;
	background-color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 10px;
	white-space: nowrap;
	display: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -40px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "";
	height: 10px;
	width: 10px;
	padding: 0;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	top: -18px;
	z-index: -1;
}
.ec-product-ds .ec-product-body {
	padding: 12px 12px 15px;
	position: relative;
	background-color: #fff;
}
.ec-product-ds .ec-rating {
	padding: 0;
	margin: 10px 0 8px;
	list-style: none;
}
.ec-product-ds .ec-rating li {
	font-size: 14px;
}
.ec-product-ds .ec-title {
	margin: 0 0 10px;
}
.ec-product-ds .ec-title a {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-ds .ec-title a:hover {
	color: #4e66b1;
	text-decoration: none;
}
.ec-product-ds .ec-price {
	margin-bottom: 5px;
	color: #4e66b1;
	font-size: 16px;
	font-weight: 600;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ec-product-ds .ec-price span {
	color: #999;
	font-weight: 500;
	text-decoration: line-through;
}
.ec-product-ds .ec-add-to-cart {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 130px;
	height: 35px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 33px;
	opacity: 0;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 2px solid #eeeeee;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.ec-product-ds .ec-add-to-cart:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-DS -----------*/
/* ----------- START Product-csc -----------*/
.ec-product-csc {
	font-family: "Poppins", sans-serif;
	text-align: center;
	border: 1px solid #eeeeee;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.ec-product-csc .ec-product-image {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.ec-product-csc .ec-product-image img {
	max-width: 100%;
}
.ec-product-csc .ec-product-image .ec-product-ribbon {
	width: 45px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase !important;
	color: #fff;
	background-color: #373840;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
	z-index: 10;
}
.ec-product-csc:hover .ec-product-image .ec-product-ribbon {
	-webkit-box-shadow: 0px 20px 20px -16px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 20px 20px -16px rgba(0, 0, 0, 0.5);
}
.ec-product-csc .ec-product-body {
	padding: 15px;
	position: relative;
	background-color: #fff;
}
.ec-product-csc .ec-product-body .ec-title {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
}
.ec-product-csc .ec-product-body .ec-title a:hover {
	text-decoration: none;
}
.ec-product-csc .ec-product-body .ec-description {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 5px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ec-product-csc .ec-product-body .ec-rating {
	padding: 0;
	margin: 10px 0 8px;
	list-style: none;
}
.ec-product-csc .ec-product-body .ec-rating li {
	font-size: 14px;
}
.ec-product-csc .ec-product-body .ec-price {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #4e66b1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ec-product-csc .ec-product-body .ec-price span {
	color: #999;
	font-weight: 500;
	text-decoration: line-through;
}
.ec-product-csc .ec-product-body .ec-link-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.ec-product-csc .ec-product-body .ec-link-icon a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin: 10px 5px 0 5px;
	padding: 6px;
	line-height: 10px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.ec-product-csc .ec-product-body .ec-link-icon a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-csc .ec-product-body .ec-link-btn {
	padding: 10px 20px 0 0;
}
.ec-product-csc .ec-product-body .ec-link-btn .ec-add-to-cart {
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 33px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
.ec-product-csc .ec-product-body .ec-link-btn .ec-add-to-cart:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-csc -----------*/
/* ----------- START Product-fw -----------*/
.ec-product-fw {
	font-family: "Poppins", sans-serif;
	text-align: center;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border: 1px solid #eeeeee;
}
.ec-product-fw .ec-product-image {
	padding: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.ec-product-fw .ec-product-image img {
	max-width: 100%;
}
.ec-product-fw .ec-product-image .ec-link-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	right: auto;
	left: auto;
	bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.ec-product-fw .ec-product-image .ec-link-icon a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin: 9px 5px;
	padding: 7px;
	line-height: 10px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.ec-product-fw .ec-product-image .ec-link-icon a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-fw .ec-product-image .ec-product-ribbon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase !important;
	color: #fff;
	background-color: #4e66b1 !important;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
	z-index: 10;
	padding: 5px 15px;
}
.ec-product-fw:hover .ec-product-image .ec-link-icon {
	opacity: 1;
}
.ec-product-fw:hover .ec-product-image .ec-product-ribbon {
	-webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}
.ec-product-fw .ec-product-body {
	padding: 0 15px 15px 15px;
	position: relative;
}
.ec-product-fw .ec-product-body .ec-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.ec-product-fw .ec-product-body .ec-title a:hover {
	text-decoration: none;
}
.ec-product-fw .ec-product-body .ec-description {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 5px;
	color: #333333;
}
.ec-product-fw .ec-product-body .ec-rating {
	padding: 0;
	margin: 10px 0 8px;
	list-style: none;
}
.ec-product-fw .ec-product-body .ec-rating li {
	font-size: 14px;
}
.ec-product-fw .ec-product-body .ec-price {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #4e66b1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ec-product-fw .ec-product-body .ec-price span {
	color: #999;
	font-weight: 500;
	text-decoration: line-through;
}
.ec-product-fw .ec-link-btn .ec-add-to-cart {
	display: block;
	padding: 5px 10px;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 33px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
.ec-product-fw .ec-link-btn .ec-add-to-cart:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-fw -----------*/
/* ----------- START Product-tp -----------*/
.ec-product-tp {
	font-family: "Poppins", sans-serif;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.ec-product-tp .ec-product-image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px 15px 15px;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: 1;
}
.ec-product-tp .ec-product-image img {
	max-width: 100%;
	border-radius: 15px;
}
.ec-product-tp .ec-product-image .ec-link-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	right: auto;
	left: auto;
	bottom: 30px;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.ec-product-tp .ec-product-image .ec-link-icon a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin: 9px 5px;
	padding: 7px;
	line-height: 10px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	border-radius: 30px;
}
.ec-product-tp .ec-product-image .ec-link-icon a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-tp .ec-product-image .ec-product-ribbon {
	position: absolute;
	padding: 5px 15px;
	top: 15px;
	right: 30px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase !important;
	border-radius: 0 10px 0 0;
	color: #fff;
	background-color: #4e66b1 !important;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
	z-index: 10;
	border-radius: 15px;
}
.ec-product-tp:hover .ec-product-image .ec-link-icon {
	opacity: 1;
}
.ec-product-tp .ec-product-body {
	position: relative;
	margin-top: -130px;
	padding: 15px;
	border: 1px solid;
	border-color: #eeeeee;
	border-radius: 15px;
	background-color: #fff;
}
.ec-product-tp .ec-product-body .ec-title {
	margin: 110px 0 5px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.ec-product-tp .ec-product-body .ec-title a:hover {
	text-decoration: none;
}
.ec-product-tp .ec-product-body .ec-description {
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 5px;
	color: #333333;
}
.ec-product-tp .ec-product-body .ec-rating {
	padding: 0;
	margin: 10px 0 8px;
	list-style: none;
}
.ec-product-tp .ec-product-body .ec-rating li {
	font-size: 14px;
}
.ec-product-tp .ec-product-body .ec-price {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #4e66b1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ec-product-tp .ec-product-body .ec-price span {
	color: #999;
	font-weight: 500;
	text-decoration: line-through;
}
.ec-product-tp .ec-link-btn .ec-add-to-cart {
	display: block;
	padding: 5px 10px;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 33px;
	color: #fff;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 30px;
}
.ec-product-tp .ec-link-btn .ec-add-to-cart:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-tp -----------*/
/* ----------- START Product-lsc -----------*/
.ec-product-lsc {
	padding: 15px;
	border: 1px solid;
	border-color: #eeeeee;
	font-family: "Poppins", sans-serif;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.ec-product-lsc .ec-product-image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.ec-product-lsc .ec-product-image img {
	max-width: 100%;
}
.ec-product-lsc .ec-product-image .ec-product-ribbon {
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase !important;
	color: #fff;
	background-color: #4e66b1 !important;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
	z-index: 10;
	padding: 3px 10px;
	line-height: 15px;
}
.ec-product-lsc:hover .ec-product-image .ec-product-ribbon {
	-webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}
.ec-product-lsc .ec-product-body {
	padding: 12px 0 0;
	position: relative;
	text-align: left;
}
.ec-product-lsc .ec-product-body .ec-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.ec-product-lsc .ec-product-body .ec-title a:hover {
	text-decoration: none;
}
.ec-product-lsc .ec-product-body .ec-description {
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 8px;
	color: #333333;
}
.ec-product-lsc .ec-product-body .ec-description span {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 12px;
	color: #333333;
}
.ec-product-lsc .ec-product-body .ec-rating {
	padding: 0;
	margin: 10px 0 12px;
	list-style: none;
}
.ec-product-lsc .ec-product-body .ec-rating li {
	font-size: 14px;
}
.ec-product-lsc .ec-product-body .ec-el-price {
	position: relative;
}
.ec-product-lsc .ec-product-body .ec-el-price .ec-o-price {
	position: relative;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: #4e66b1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ec-product-lsc .ec-product-body .ec-el-price .ec-d-price {
	margin: -5px 0 8px;
	position: absolute;
	top: 9px;
	left: 60px;
	color: #999;
	font-size: 14px;
	font-weight: 600;
	text-decoration: line-through;
}
.ec-product-lsc .ec-product-body .ec-size a {
	display: inline-block;
	padding: 1px;
	border: 1px solid;
	border-color: #eeeeee;
	color: #333333;
	margin: 5px 0 20px;
	font-size: 11px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	width: 20px;
	height: 20px;
	text-align: center;
}
.ec-product-lsc .ec-product-body .ec-size a:hover {
	border: 1px solid #eeeeee;
	text-decoration: none;
	color: #fff;
	background-color: #4e66b1;
}
.ec-product-lsc .ec-product-body .ec-link-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.ec-product-lsc .ec-product-body .ec-link-btn .ec-add-to-cart {
	height: 35px;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 33px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	margin-right: 2px;
}
.ec-product-lsc .ec-product-body .ec-link-btn .ec-add-to-cart:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-lsc .ec-product-body .ec-link-icon {
	display: contents;
	position: absolute;
	right: auto;
	left: auto;
	bottom: 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.ec-product-lsc .ec-product-body .ec-link-icon a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin: 0 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 10px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.ec-product-lsc .ec-product-body .ec-link-icon a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-lsc -----------*/
/* ----------- START Product-swd -----------*/
.ec-product-swd {
	background-color: #fff;
	font-family: "Lato", sans-serif;
	text-align: center;
}
.ec-product-swd .ec-product-image {
	position: relative;
}
.ec-product-swd .ec-product-image a.image {
	display: block;
}
.ec-product-swd .ec-product-image img {
	width: 100%;
	height: auto;
}
.ec-product-swd .ec-product-image .pic-2 {
	width: 100%;
	height: 100%;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ec-product-swd:hover .ec-product-image .pic-1 {
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ec-product-swd:hover .ec-product-image .pic-2 {
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
}
.ec-product-swd:hover .ec-product-links {
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.ec-product-swd:hover .ec-product-body {
	-webkit-transform: translateY(47px);
	transform: translateY(47px);
}
.ec-product-swd .ec-product-like-icon {
	color: #999;
	font-size: 16px;
	position: absolute;
	right: 13px;
	top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-like-icon:hover {
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.ec-product-swd .ec-product-links {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
}
.ec-product-swd .ec-product-links li {
	display: inline-block;
}
.ec-product-swd .ec-product-links li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 10px;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-links li a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-swd .ec-product-body {
	background-color: #fff;
	padding: 10px 10px 10px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-body .ec-title {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 7px;
}
.ec-product-swd .ec-product-body .ec-title a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-body .ec-title a:hover {
	text-decoration: none;
}
.ec-product-swd .ec-product-body .ec-price {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #4e66b1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ec-product-swd .ec-product-body .ec-price span {
	color: #999;
	font-weight: 500;
	text-decoration: line-through;
}
.ec-product-swd .ec-product-body .ec-size a {
	display: inline-block;
	padding: 2px;
	border: 1px solid;
	border-color: #eeeeee;
	color: #333333;
	margin: 5px 0 15px;
	font-size: 13px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	width: 25px;
	height: 25px;
	text-align: center;
}
.ec-product-swd .ec-product-body .ec-size a:hover {
	border: 1px solid #eeeeee;
	text-decoration: none;
	background-color: #eeeeee;
}
.ec-product-swd .ec-product-body .ec-color {
	opacity: 0.7;
}
.ec-product-swd .ec-product-body .ec-color a {
	border: none;
	border: 2px solid transparent;
	padding: 1px;
	line-height: 10px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-body .ec-color a:hover {
	border: 2px solid;
	border-color: #eeeeee;
}
.ec-product-swd .ec-product-body .ec-color span {
	width: 17px;
	height: 17px;
	display: inline-block;
	border-radius: 30px;
}
.ec-product-swd .ec-product-body .ec-color .red {
	background-color: rgb(245, 100, 100);
}
.ec-product-swd .ec-product-body .ec-color .blue {
	background-color: rgb(93, 93, 252);
}
.ec-product-swd .ec-product-body .ec-color .pink {
	background-color: rgb(255, 159, 175);
}
.ec-product-swd .ec-product-body .ec-color .green {
	background-color: rgb(83, 150, 83);
}

/* -----------/ END Product-swd -----------*/
/* ----------- START Product-cbb -----------*/
.ec-product-cbb {
	background-color: #fff;
	font-family: "Work Sans", sans-serif;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-cbb:hover {
	-webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
}
.ec-product-cbb:hover .ec-product-image .pic-1 {
	opacity: 0;
}
.ec-product-cbb:hover .ec-product-image .pic-2 {
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
}
.ec-product-cbb:hover .ec-product-links {
	opacity: 1;
}
.ec-product-cbb:hover .ec-product-links li {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.ec-product-cbb:hover .ec-product-links li:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.ec-product-cbb:hover .ec-product-links li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.ec-product-cbb:hover .ec-product-links li:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.ec-product-cbb .ec-product-image {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-image a.image {
	display: block;
}
.ec-product-cbb .ec-product-image img {
	width: 100%;
	height: auto;
}
.ec-product-cbb .ec-product-image .pic-1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ec-product-cbb .ec-product-image .pic-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ec-product-cbb .ec-product-links {
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-links li {
	margin: 0 0 10px 0;
	-webkit-transform: rotate(360deg) scale(0);
	transform: rotate(360deg) scale(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-links li a {
	display: block;
	padding: 6px;
	width: 35px;
	height: 35px;
	line-height: 10px;
	border-radius: 50%;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-links li a i {
	font-size: 16px;
	line-height: 30px;
}
.ec-product-cbb .ec-product-links li a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-cbb .ec-product-body {
	text-align: center;
	padding: 15px 10px;
}
.ec-product-cbb .ec-product-body .ec-rating {
	padding: 0;
	margin: 0 0 5px;
	list-style: none;
}
.ec-product-cbb .ec-product-body .ec-rating li {
	font-size: 14px;
}
.ec-product-cbb .ec-product-body .ec-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 7px;
}
.ec-product-cbb .ec-product-body .ec-title a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-body .ec-title a:hover {
	text-decoration: none;
}
.ec-product-cbb .ec-product-body .ec-price {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #4e66b1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ec-product-cbb .ec-product-body .ec-price span {
	color: #999;
	font-weight: 500;
	text-decoration: line-through;
}
.ec-product-cbb .ec-product-body .ec-size a {
	display: inline-block;
	padding: 1px;
	border: 1px solid;
	border-color: #eeeeee;
	color: #333333;
	margin: 5px 0;
	font-size: 12px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	width: 20px;
	height: 20px;
	text-align: center;
}
.ec-product-cbb .ec-product-body .ec-size a:hover {
	border: 1px solid #4e66b1;
	text-decoration: none;
	color: #fff;
	background-color: #4e66b1;
}
.ec-product-cbb .ec-product-body .ec-color a {
	border: none;
	border: 2px solid transparent;
	padding: 1px;
	line-height: 10px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 30px;
}
.ec-product-cbb .ec-product-body .ec-color a:hover {
	border: 2px solid;
	border-color: #eeeeee;
}
.ec-product-cbb .ec-product-body .ec-color span {
	width: 17px;
	height: 17px;
	display: inline-block;
	opacity: 0.7;
	border-radius: 30px;
}
.ec-product-cbb .ec-product-body .ec-color .red {
	background-color: rgb(255, 143, 143);
}
.ec-product-cbb .ec-product-body .ec-color .blue {
	background-color: rgb(108, 108, 255);
}
.ec-product-cbb .ec-product-body .ec-color .pink {
	background-color: rgb(255, 143, 161);
}
.ec-product-cbb .ec-product-body .ec-color .green {
	background-color: rgb(116, 180, 116);
}

/* -----------/ END Product-cbb -----------*/
/* ----------- START Product-sup -----------*/
.ec-product-sup {
	font-family: "Roboto", sans-serif;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ec-product-sup:hover {
	-webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}
.ec-product-sup:hover .ec-product-image .pic-1 {
	opacity: 0;
}
.ec-product-sup:hover .ec-product-image .pic-2 {
	opacity: 1;
}
.ec-product-sup:hover .ec-social li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.ec-product-sup:hover .ec-product-rating {
	opacity: 1;
	bottom: 0;
}
.ec-product-sup .ec-product-image {
	position: relative;
	overflow: hidden;
}
.ec-product-sup .ec-product-image a.image {
	display: block;
}
.ec-product-sup .ec-product-image img {
	width: 100%;
	height: auto;
}
.ec-product-sup .ec-product-image .pic-1 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ec-product-sup .ec-product-image .pic-2 {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ec-product-sup .ec-product-sale-label {
	color: #fff;
	background: #4e66b1;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.ec-product-sup .ec-social {
	padding: 0;
	margin: 0;
	top: 0;
	right: 10px;
	list-style: none;
	position: absolute;
}
.ec-product-sup .ec-social li {
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
	-webkit-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.ec-product-sup .ec-social li:nth-child(2) {
	-webkit-transition: all 0.3s ease 0.4s;
	transition: all 0.3s ease 0.4s;
}
.ec-product-sup .ec-social li a {
	display: block;
	padding: 6px;
	margin: 10px 0;
	width: 35px;
	height: 35px;
	line-height: 10px;
	border-radius: 50%;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-sup .ec-social li a i {
	font-size: 16px;
	line-height: 30px;
}
.ec-product-sup .ec-social li a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-sup .ec-product-rating {
	background: #eee;
	width: 100%;
	padding: 10px;
	opacity: 0;
	position: absolute;
	bottom: -60px;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.ec-product-sup .ec-rating {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.ec-product-sup .ec-rating li {
	font-size: 13px;
}
.ec-product-sup .ec-add-to-cart {
	color: #fff;
	font-weight: 500;
	float: right;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
.ec-product-sup .ec-add-to-cart:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-sup .ec-product-body {
	background: #fff;
	padding: 15px;
}
.ec-product-sup .ec-product-body .ec-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px;
}
.ec-product-sup .ec-product-body .ec-title a {
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.ec-product-sup .ec-product-body .ec-title a:hover {
	text-decoration: none;
	color: #4e66b1;
}
.ec-product-sup .ec-product-body .ec-price {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #4e66b1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ec-product-sup .ec-product-body .ec-price span {
	color: #999;
	font-weight: 500;
	text-decoration: line-through;
}
.ec-product-sup .ec-product-body .ec-size a {
	display: inline-block;
	padding: 2px;
	border: 1px solid;
	border-color: #4e66b1;
	color: #4e66b1;
	margin: 5px 0;
	font-size: 13px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	width: 25px;
	height: 25px;
	text-align: center;
}
.ec-product-sup .ec-product-body .ec-size a:hover {
	border: 1px solid #4e66b1;
	text-decoration: none;
	color: #fff;
	background-color: #4e66b1;
}
.ec-product-sup .ec-product-body .ec-color a {
	width: 20px;
	height: 20px;
	border: none;
	border: 1px solid transparent;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-sup .ec-product-body .ec-color a:hover {
	border: 1px solid #eeeeee;
}
.ec-product-sup .ec-product-body .ec-color span {
	width: 100%;
	height: 100%;
	border: 1px solid #fff !important;
	display: inline-block;
}
.ec-product-sup .ec-product-body .ec-color .red {
	background-color: red;
}
.ec-product-sup .ec-product-body .ec-color .blue {
	background-color: blue;
}
.ec-product-sup .ec-product-body .ec-color .pink {
	background-color: pink;
}
.ec-product-sup .ec-product-body .ec-color .green {
	background-color: green;
}

/* -----------/ END Product-sup -----------*/
/* ----------- START Product-sbtn -----------*/
.ec-product-sbtn {
	text-align: center;
}
.ec-product-sbtn:hover {
	-webkit-box-shadow: 0 0 20px -10px rgba(63, 63, 63, 0.3);
	box-shadow: 0 0 20px -10px rgba(63, 63, 63, 0.3);
}
.ec-product-sbtn:hover .ec-product-image .pic-1 {
	opacity: 0;
}
.ec-product-sbtn:hover .ec-product-image .pic-2 {
	opacity: 1;
}
.ec-product-sbtn:hover .ec-add-to-cart {
	text-decoration: none;
	color: #fff;
	background: #4e66b1;
}
.ec-product-sbtn:hover .ec-add-to-cart i {
	display: inline-block;
	visibility: visible;
}
.ec-product-sbtn:hover .ec-product-like-icon {
	opacity: 1;
	left: 0;
}
.ec-product-sbtn:hover .ec-product-compare-icon {
	opacity: 1;
	right: 0;
}
.ec-product-sbtn .ec-product-image {
	position: relative;
}
.ec-product-sbtn .ec-product-image a.ec-image {
	display: block;
}
.ec-product-sbtn .ec-product-image img {
	width: 100%;
	height: auto;
}
.ec-product-sbtn .ec-product-image .pic-1 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-product-sbtn .ec-product-image .pic-2 {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-product-sbtn .ec-product-sale-label {
	color: #fff;
	background: #da5555;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 5px 11px;
	border-radius: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #81dca8;
	text-transform: uppercase;
	left: 11px;
	right: auto;
	font-weight: 600;
	line-height: 12px;
}
.ec-product-sbtn .ec-product-discount-label {
	color: #fff;
	background: #ff6285;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 5px 11px;
	border-radius: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ec-product-sbtn .ec-product-body {
	padding: 15px;
}
.ec-product-sbtn .ec-product-body .ec-size a {
	display: inline-block;
	border: 1px solid;
	border-color: #eeeeee;
	color: #4e66b1;
	margin: 10px 0 16px;
	font-size: 13px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	width: 25px;
	height: 25px;
	text-align: center;
}
.ec-product-sbtn .ec-product-body .ec-size a:hover {
	border: 1px solid #4e66b1;
	text-decoration: none;
	color: #fff;
	background-color: #4e66b1;
}
.ec-product-sbtn .ec-product-body .ec-color a {
	width: 20px;
	height: 20px;
	border: none;
	border: 1px solid transparent;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-sbtn .ec-product-body .ec-color a:hover {
	border: 1px solid #eeeeee;
}
.ec-product-sbtn .ec-product-body .ec-color span {
	width: 100%;
	height: 100%;
	border: 1px solid #fff !important;
	display: inline-block;
}
.ec-product-sbtn .ec-product-body .ec-color .red {
	background-color: red;
}
.ec-product-sbtn .ec-product-body .ec-color .blue {
	background-color: blue;
}
.ec-product-sbtn .ec-product-body .ec-color .pink {
	background-color: pink;
}
.ec-product-sbtn .ec-product-body .ec-color .green {
	background-color: green;
}
.ec-product-sbtn .ec-rating {
	padding: 0;
	margin: 0 0 7px;
	list-style: none;
}
.ec-product-sbtn .ec-rating li {
	font-size: 12px;
	display: inline-block;
}
.ec-product-sbtn .ec-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px;
}
.ec-product-sbtn .ec-title a {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	font-family: "Poppins", sans-serif;
}
.ec-product-sbtn .ec-title a:hover {
	text-decoration: none;
	color: #4e66b1;
}
.ec-product-sbtn .ec-price {
	color: #4e66b1;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.005em;
	margin-bottom: 10px;
}
.ec-product-sbtn .ec-price span {
	color: #a7a7a7;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
}
.ec-product-sbtn .ec-product-button-group {
	position: relative;
	z-index: 1;
}
.ec-product-sbtn .ec-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: calc(100% - 95px);
	height: 40px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	background-color: #4e66b1;
}
.ec-product-sbtn .ec-add-to-cart:hover {
	background-color: #333333;
	text-decoration: none;
}
.ec-product-sbtn .ec-add-to-cart i {
	margin-right: 8px;
	display: none;
	visibility: hidden;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.ec-product-sbtn .ec-product-like-icon {
	left: 50px;
	right: auto;
}
.ec-product-sbtn .ec-product-compare-icon {
	left: auto;
	right: 50px;
}
.ec-product-sbtn .ec-product-like-icon,
.ec-product-sbtn .ec-product-compare-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	line-height: 10px;
	width: 40px;
	height: 40px;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: -1;
	-webkit-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.ec-product-sbtn .ec-product-like-icon:hover,
.ec-product-sbtn .ec-product-compare-icon:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-sbtn -----------*/
/* ----------- START Product-sdwn -----------*/
.ec-product-sdwn {
	-webkit-box-shadow: 0px 15px 35px -5px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 15px 35px -5px rgba(0, 0, 0, 0.32);
	border-radius: 15px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	position: relative;
}
.ec-product-sdwn:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.ec-product-sdwn:hover .ec-product-image .pic-2 {
	opacity: 1;
}
.ec-product-sdwn:hover .ec-social li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.ec-product-sdwn:hover .ec-product-body {
	margin-top: 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ec-product-sdwn .ec-product-image {
	position: relative;
	overflow: hidden;
}
.ec-product-sdwn .ec-product-image a.ec-image {
	display: block;
}
.ec-product-sdwn .ec-product-image img {
	width: 100%;
	height: auto;
}
.ec-product-sdwn .ec-product-image .pic-1 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ec-product-sdwn .ec-product-sale-label {
	color: #fff;
	background: #4e66b1;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
}
.ec-product-sdwn .ec-social {
	padding: 0;
	margin: 0;
	top: 0;
	right: 10px;
	list-style: none;
	position: absolute;
}
.ec-product-sdwn .ec-social li {
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
	-webkit-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.ec-product-sdwn .ec-social li:nth-child(2) {
	-webkit-transition: all 0.3s ease 0.4s;
	transition: all 0.3s ease 0.4s;
}
.ec-product-sdwn .ec-social li a {
	display: block;
	padding: 7px;
	margin: 10px 0;
	width: 35px;
	height: 35px;
	line-height: 10px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(68, 68, 68, 0.7);
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-sdwn .ec-social li a i {
	font-size: 16px;
	line-height: 26px;
}
.ec-product-sdwn .ec-social li a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-sdwn .ec-product-body {
	width: 100%;
	margin-top: -145px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ec-product-sdwn .ec-product-body .ec-slide {
	padding: 10px;
}
.ec-product-sdwn .ec-product-body .ec-rating {
	padding: 0;
	margin: 0 0 7px;
	list-style: none;
}
.ec-product-sdwn .ec-product-body .ec-rating li {
	font-size: 12px;
	display: inline-block;
}
.ec-product-sdwn .ec-product-body .ec-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px;
}
.ec-product-sdwn .ec-product-body .ec-title a {
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.ec-product-sdwn .ec-product-body .ec-title a:hover {
	text-decoration: none;
	color: #4e66b1;
}
.ec-product-sdwn .ec-product-body .ec-price {
	color: #4e66b1;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.005em;
	margin-bottom: 10px;
}
.ec-product-sdwn .ec-product-body .ec-price span {
	color: #a7a7a7;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
}
.ec-product-sdwn .ec-product-body .ec-size a {
	display: inline-block;
	margin: 10px 0;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: 1px solid;
	border-color: #eeeeee;
	color: #333333;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.ec-product-sdwn .ec-product-body .ec-size a:hover {
	border: 1px solid #4e66b1;
	text-decoration: none;
	color: #fff;
	background-color: #4e66b1;
}
.ec-product-sdwn .ec-product-body .ec-color a {
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ec-product-sdwn .ec-product-body .ec-color a:hover {
	border: 1px solid #eeeeee;
}
.ec-product-sdwn .ec-product-body .ec-color span {
	width: 100%;
	height: 100%;
	border: 1px solid #fff !important;
	display: inline-block;
	border-radius: 30px;
}
.ec-product-sdwn .ec-product-body .ec-color .red {
	background-color: rgb(255, 131, 131);
}
.ec-product-sdwn .ec-product-body .ec-color .blue {
	background-color: rgb(131, 131, 255);
}
.ec-product-sdwn .ec-product-body .ec-color .pink {
	background-color: rgb(255, 163, 179);
}
.ec-product-sdwn .ec-product-body .ec-color .green {
	background-color: rgb(118, 170, 118);
}
.ec-product-sdwn .ec-product-body .ec-link-btn .ec-add-to-cart {
	display: block;
	padding: 5px;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 33px;
	color: #fff;
	background-color: #4e66b1;
}
.ec-product-sdwn .ec-product-body .ec-link-btn .ec-add-to-cart:hover {
	background-color: #333333;
	text-decoration: none;
}

/* -----------/ END Product-sdwn -----------*/
/* ----------- START Common CSS -----------*/
.ec-product-image .pic-2 {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ec-title a {
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.ec-title a:hover {
	color: #4e66b1 !important;
	text-decoration: none;
}

.ec-rating li {
	color: #999;
}
.ec-rating .fill {
	color: #eec317;
}

/* -----------/ END Common CSS -----------*/
@media screen and (max-width: 1200px) {
	.ec-product-ds .ec-title a {
		font-size: 14px;
	}
	.ec-product-ds .ec-price {
		font-size: 14px;
	}
	.ec-product-csc .ec-product-body .ec-link-icon a {
		margin: 9px 2px;
	}
	.ec-product-csc .ec-product-body .ec-link-btn .ec-add-to-cart {
		font-size: 12px;
		line-height: 33px;
	}
	.ec-product-fw .ec-product-body .ec-link-icon a {
		margin: 9px 2px;
	}
	.ec-product-fw .ec-product-body .ec-link-btn .ec-add-to-cart {
		font-size: 12px;
		line-height: 33px;
	}
	.ec-product-tp .ec-product-body .ec-link-icon a {
		margin: 9px 2px;
	}
	.ec-product-tp .ec-product-body .ec-link-btn .ec-add-to-cart {
		font-size: 12px;
		line-height: 33px;
	}
	.ec-product-lsc .ec-product-body .ec-link-icon a {
		margin: 0 2px;
	}
	.ec-product-lsc .ec-product-body .ec-link-btn .ec-add-to-cart {
		font-size: 12px;
		line-height: 35px;
		height: 35px;
		margin: 0 2px 0 0;
	}
}
@media screen and (max-width: 991px) {
	.ec-product-ds {
		margin: 20px 0;
		overflow: inherit;
	}
	.ec-product-ds .links {
		opacity: unset;
		bottom: 0;
		top: auto !important;
	}
	.ec-product-ds .links li a {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.ec-product-ds .ec-price {
		margin-bottom: 15px;
		opacity: inherit;
	}
	.ec-product-ds:hover .ec-price {
		opacity: inherit;
	}
	.ec-product-ds .ec-add-to-cart {
		opacity: unset;
		bottom: auto !important;
		line-height: 35px;
		font-size: 13px;
	}
	.ec-product-csc {
		margin: 20px 0;
	}
	.ec-product-csc .ec-product-body .ec-title a {
		font-size: 14px;
	}
	.ec-product-csc .ec-product-body .ec-link-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ec-product-fw {
		margin: 20px 0;
	}
	.ec-product-fw .ec-product-body .ec-title a {
		font-size: 14px;
	}
	.ec-product-fw .ec-product-image .ec-link-icon {
		opacity: 1;
	}
	.ec-product-tp {
		margin: 20px 0;
	}
	.ec-product-tp .ec-product-body .ec-title a {
		font-size: 14px;
	}
	.ec-product-tp .ec-product-image .ec-link-icon {
		opacity: 1;
	}
	.ec-product-sdwn {
		margin: 15px 0;
	}
	.ec-product-lsc {
		margin: 15px 0;
	}
	.ec-product-lsc .ec-product-body .ec-title a {
		font-size: 14px;
	}
	.ec-product-lsc .ec-product-image .ec-link-icon {
		opacity: 1;
	}
	.ec-product-swd {
		margin: 0 0 30px;
	}
	.ec-product-cbb {
		margin: 0 0 30px;
	}
	.ec-product-sup {
		margin-bottom: 40px;
	}
	.ec-product-sbtn {
		margin-bottom: 30px;
	}
}
/*-------------------------------------------------
  Element Title Page CSS
---------------------------------------------------*/
/*-----  Common CSS for all section  -----*/
.sec-1 h2,
.sec-1 .h2,
.sec-2 h2,
.sec-2 .h2,
.sec-3 h2,
.sec-3 .h2,
.sec-4 h2,
.sec-4 .h2,
.sec-5 h2,
.sec-5 .h2,
.sec-6 h2,
.sec-6 .h2,
.sec-7 h2,
.sec-7 .h2,
.sec-8 h2,
.sec-8 .h2,
.sec-9 h2,
.sec-9 .h2,
.sec-10 h2,
.sec-10 .h2,
.sec-11 h2,
.sec-11 .h2,
.sec-12 h2,
.sec-12 .h2 {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 20px;
	position: relative;
}
.sec-1 p,
.sec-2 p,
.sec-3 p,
.sec-4 p,
.sec-5 p,
.sec-6 p,
.sec-7 p,
.sec-8 p,
.sec-9 p,
.sec-10 p,
.sec-11 p,
.sec-12 p {
	margin: 0;
	color: #333333;
	font-size: 16px;
}

/*-----  Title Section-1 CSS  -----*/
.sec-1 h2,
.sec-1 .h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec-1 h2 span,
.sec-1 .h2 span {
	position: relative;
}
.sec-1 h2 span:after,
.sec-1 .h2 span:after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -37px;
	right: -12px;
	background-color: #4e66b1;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}
.sec-1 h2 span:before,
.sec-1 .h2 span:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	right: -25px;
	background-color: #333333;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.3;
}

/*-----  Title Section-2 CSS  -----*/
.sec-2 h2,
.sec-2 .h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec-2 h2 span,
.sec-2 .h2 span {
	position: relative;
}
.sec-2 h2 span:after,
.sec-2 .h2 span:after {
	background: transparent -webkit-gradient(
			linear,
			left top,
			right top,
			from(transparent),
			color-stop(#4e66b1),
			color-stop(#333333),
			to(transparent)
		) repeat scroll 0 0;
	background: transparent
		linear-gradient(to right, transparent, #4e66b1, #333333, transparent) repeat
		scroll 0 0;
	content: "";
	position: absolute;
	height: 120%;
	width: 170%;
	top: -15%;
	left: -33%;
	opacity: 0.25;
	z-index: -1;
}

/*-----  Title Section-2 CSS  -----*/
.sec-3 h2,
.sec-3 .h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sec-3 h2 span,
.sec-3 .h2 span {
	position: relative;
}
.sec-3 h2 span:after,
.sec-3 .h2 span:after {
	content: "";
	width: 50px;
	height: 5px;
	position: absolute;
	top: 13px;
	left: -70px;
	background-color: #4e66b1;
	z-index: -1;
	opacity: 0.3;
}
.sec-3 h2 span:before,
.sec-3 .h2 span:before {
	content: "";
	width: 50px;
	height: 5px;
	position: absolute;
	top: 13px;
	right: -70px;
	background-color: #4e66b1;
	z-index: -1;
	opacity: 0.3;
}

/*-----  Title Section-3 CSS  -----*/
.sec-4 h2,
.sec-4 .h2 {
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 5px solid #333333;
}
.sec-4 h2 span,
.sec-4 .h2 span {
	position: relative;
}
.sec-4 h2 span:after,
.sec-4 .h2 span:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background-color: #4e66b1;
	z-index: 0;
}

/*-----  Title Section-4 CSS  -----*/
.sec-5 h2,
.sec-5 .h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*-------------------------------------------------
  General CSS
---------------------------------------------------*/
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.btn-black {
	margin: 0 11px 0 0;
	padding: 10px 20px;
	color: #fff !important;
	font-size: 15px;
	background-color: rgba(11, 13, 19, 0.8);
	border-radius: 0;
	border: 1px solid #222;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.btn-black:hover {
	cursor: pointer;
	color: #111 !important;
	background-color: #fff;
	outline: none;
	text-decoration: none;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input::-moz-selection {
	color: #fff;
	background: #4e66b1;
}
input::selection {
	color: #fff;
	background: #4e66b1;
}
input:-webkit-autofill {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:hover {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:focus {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

textarea:-webkit-autofill {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
textarea:-webkit-autofill:hover {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

select:-webkit-autofill {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
select:-webkit-autofill:hover {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.auto-height {
	margin: 0;
	min-height: 100vh;
}

.main-container {
	padding: 0;
}

.main-block {
	min-height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	text-align: center;
	background: url(../images/offer-image/1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.5);
}

#canvas {
	width: 100%;
	height: 100vh;
	margin: auto;
	position: fixed;
	left: 0;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 2;
	text-align: center;
}

.main-info {
	width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	text-align: center;
	z-index: 3;
}

.validation {
	display: none;
	position: absolute;
	top: 45px;
}

.about_sec {
	padding: 100px 0;
}

.portfolio_sec {
	padding: 100px 0;
}

.contact_sec {
	padding: 100px 0;
}

.global_title {
	margin: -7px 0 20px 0;
	font-size: 42px;
	text-align: center;
	font-weight: 300;
}
.global_title span {
	font-weight: 600;
}

.hero-section {
	position: relative;
	z-index: 1;
}

.hero-section-position {
	position: absolute;
}

.logo {
	margin: 0 auto 30px auto;
	text-align: center;
}
.logo img {
	width: 150px;
}

.hero-detail {
	margin: 0;
	padding: 30px;
	background-color: rgba(11, 13, 19, 0.8);
	border-radius: 5px;
}

.title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
}
.title span {
	color: #4e66b1;
	font-weight: 800;
}

.sub-title {
	color: #333333;
	font-weight: 500;
	margin-bottom: 5px;
}

.description {
	margin: auto auto 5px auto;
	color: #333333;
	margin-bottom: 5px;
}

.hero-container {
	position: relative;
	z-index: 1;
	max-width: 600px;
}

.hero-counter {
	max-width: 600px;
}

.counter {
	margin: 10px -8px -10px -8px;
	display: block;
}

#timer {
	color: #111;
	text-align: center;
	text-transform: uppercase;
}
#timer .date-box {
	margin: 10px 8px;
	padding: 10px;
	width: 96px;
	height: 96px;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #d9d9d9;
	font-size: 32px;
	font-weight: 600;
	z-index: 2;
	color: #fff;
}
#timer .text {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}

.hero-counter-desc {
	color: #f1f1f1;
	font-size: 14px;
	font-weight: 300;
}

.subscribe_form {
	padding: 20px 20px 0 20px;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.subscribe_form:focus {
	outline: none;
	color: #fff;
}
.subscribe_form .form-control {
	min-height: 44px;
	padding: 0;
}
.subscribe_form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #888;
	background-color: transparent;
	color: #fff;
}
.subscribe_form input {
	height: 44px;
	padding-left: 15px !important;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #d9d9d9;
}
.subscribe_form .button {
	margin: 0;
}
.subscribe_form .button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}
.subscribe_form .button:hover {
	color: #111;
	background-color: #fff;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
}
.subscribe_form .button .btn-icon {
	display: none;
}
.subscribe_form button {
	margin-top: 15px;
	padding: 0 20px;
	border: none;
	height: 44px;
	color: #fff;
	font-size: 15px;
	background-color: transparent;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	text-transform: uppercase;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px auto auto auto;
}

input[type="email"]::-webkit-input-placeholder {
	color: #333333;
}

input[type="email"]::-moz-placeholder {
	color: #333333;
}

input[type="email"]:-ms-input-placeholder {
	color: #333333;
}

input[type="email"]::-ms-input-placeholder {
	color: #333333;
}

input[type="email"]::placeholder {
	color: #333333;
}
input[type="email"]::-ms-input-placeholder {
	color: #333333;
}
input[type="email"]:focus:-ms-input-placeholder {
	color: #888;
}
input[type="email"]:focus::-moz-placeholder {
	color: #ddd;
}
input[type="email"]:focus:-moz-placeholder {
	color: #ddd;
}
input[type="email"]:focus::-webkit-input-placeholder {
	color: #ddd;
}

#particles-js {
	width: 100%;
	height: 100vh;
	margin: auto;
	position: fixed;
	left: 0;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 2;
	text-align: center;
}

/** Comingsoon 2 page **/
.ec-coming-soon-02 {
	background: url("../../assets/images/common/1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: calc(100vh - 0px);
	position: relative;
	z-index: 0;
	display: -ms-grid;
	display: grid;
	padding: 10px 0;
}
.ec-coming-soon-02 .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.ec-coming-soon-02:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.ec-coming-soon-02 .coming-back {
	margin: 80px auto 60px;
	max-width: 600px;
	text-align: center;
	padding: 1em 0;
}
.ec-coming-soon-02 h1,
.ec-coming-soon-02 .h1 {
	margin: 0;
	font-size: 45px;
	font-weight: 700;
	color: #ff9800;
	line-height: 50px;
	margin-bottom: 40px;
}
.ec-coming-soon-02 .countdown {
	margin: auto;
	display: table;
	font-size: 18px;
	font-weight: 500;
}
.ec-coming-soon-02 .number {
	font-family: Poppins;
}
.ec-coming-soon-02 ::-webkit-input-placeholder {
	font-family: Poppins;
}
.ec-coming-soon-02 .countdown > div {
	float: left;
	min-width: 80px;
	margin: 20px 0;
	font-size: 30px;
	line-height: 70px;
	font-weight: 700;
	color: #ffffff;
	padding: 0;
}
.ec-coming-soon-02 .countdown > div:last-child {
	border-right: none;
}
.ec-coming-soon-02 p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
.ec-coming-soon-02 p.t-text {
	line-height: 26px;
	opacity: 0.9;
	font-family: Poppins;
}
.ec-coming-soon-02 .countdown span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
}
.ec-coming-soon-02 input[type="text"] {
	padding: 1em 1.5em;
	border: solid 1px #ffffff;
	width: 88%;
	margin-right: 10px;
	font-size: 17px;
	color: #999999;
	outline: none;
	display: inline-block;
	background: #ffffff;
	border-radius: 30px;
}
.ec-coming-soon-02 form {
	max-width: 500px;
	margin: 0 50px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-coming-soon-02 button {
	color: #ffffff;
	padding: 7px 15px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: #ff9800;
	border: 1px solid #ff9800;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border-radius: 30px;
}
.ec-coming-soon-02 button:hover {
	background: #e98c03;
}

@media only screen and (max-width: 767px) {
	.ec-coming-soon-02 h1,
	.ec-coming-soon-02 .h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.ec-coming-soon-02 input[type="text"] {
		font-size: 16px;
	}
}
@media only screen and (max-width: 575px) {
	.ec-coming-soon-02 h1,
	.ec-coming-soon-02 .h1 {
		font-size: 35px;
	}
	.ec-coming-soon-02 input[type="text"] {
		font-size: 14px;
	}
	.ec-coming-soon-02 .countdown > div {
		line-height: 50px;
	}
	.ec-coming-soon-02 .number {
		font-size: 25px;
	}
	.ec-coming-soon-02 .countdown > div {
		width: 50%;
	}
	.ec-coming-soon-02 form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.ec-coming-soon-02 button {
		margin-top: 15px;
	}
	.ec-coming-soon-02 input[type="text"] {
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	.ec-coming-soon-02 h1,
	.ec-coming-soon-02 .h1 {
		font-size: 30px;
	}
}
/*-------------------------------------------------
  Blog Page CSS
---------------------------------------------------*/
/*------  Card Blog  ------*/
.ec-card-blog {
	margin-bottom: -15px;
}

.ec-card-grid-space .ec-card {
	margin: 15px 0;
	display: block;
	font-size: 1.5em;
	border-radius: 1em;
	padding: 1em;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow: 0 0 30px -8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 30px -8px rgba(0, 0, 0, 0.5);
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
.ec-card-grid-space .ec-card .ec-num {
	margin: 30px 0;
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
	line-height: 45px;
}
.ec-card-grid-space .ec-card h1,
.ec-card-grid-space .ec-card .h1 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	color: #ffffff;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.ec-card-grid-space .ec-card p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.ec-card-grid-space .ec-card .ec-date {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding: 1em;
	color: #ffffff;
	line-height: 1;
	opacity: 0.8;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.ec-card-grid-space .ec-card .ec-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ec-card-grid-space .ec-card .ec-tags .ec-tag {
	font-size: 12px;
	background: #4e66b1;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
	line-height: normal;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.ec-card-grid-space .ec-card:before,
.ec-card-grid-space .ec-card:after {
	content: "";
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	border-radius: 50%;
	position: absolute;
	left: -50%;
	top: -50%;
	z-index: -5;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.ec-card-grid-space .ec-card:before {
	background: #ffffff;
	width: 250%;
	height: 250%;
}
.ec-card-grid-space .ec-card:after {
	background: #ffffff;
	width: 200%;
	height: 200%;
}
.ec-card-grid-space .ec-card:hover {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	color: #4e66b1;
}
.ec-card-grid-space .ec-card:hover h1,
.ec-card-grid-space .ec-card:hover .h1 {
	color: #4e66b1;
}
.ec-card-grid-space .ec-card:hover .ec-num {
	color: #333333;
}
.ec-card-grid-space .ec-card:hover p,
.ec-card-grid-space .ec-card:hover .ec-date {
	color: #333333;
}
.ec-card-grid-space .ec-card:hover .ec-tags .ec-tag {
	background: #4e66b1;
	color: #ffffff;
}
.ec-card-grid-space .ec-card:hover:before,
.ec-card-grid-space .ec-card:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ec-card-grid-space .media-1 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.7))
		),
		url(../images/blog-image/11.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url(../images/blog-image/11.jpg);
	background-position: center;
}
.ec-card-grid-space .media-2 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.7))
		),
		url(../images/blog-image/12.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url(../images/blog-image/12.jpg);
	background-position: center;
}
.ec-card-grid-space .media-3 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.7)),
			to(rgba(0, 0, 0, 0.7))
		),
		url(../images/blog-image/13.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url(../images/blog-image/13.jpg);
	background-position: center;
}

/*------  Full Blog  ------*/
.ec-full-blog {
	margin: 15px 0;
	padding: 0 15px;
	position: relative;
}
.ec-full-blog .ec-date-box {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	border: 4px solid;
	font-weight: bold;
	padding: 5px 10px;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.ec-full-blog .ec-date-box .date__day {
	font-size: 22px;
}
.ec-full-blog .ec-card-bg,
.ec-full-blog .ec-card-layer {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ec-full-blog .ec-card-bg {
	background: #ffffff;
}
.ec-full-blog .ec-card-bg .ec-wrapper {
	height: 100%;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
	position: relative;
	overflow: hidden;
}
.ec-full-blog .ec-card-bg .ec-card-main {
	height: 100%;
	position: relative;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	background-repeat: no-repeat;
	background-size: cover;
}
.ec-full-blog .ec-card-bg .ec-card-layer {
	z-index: 0;
	opacity: 0;
	background: rgba(51, 51, 51, 0.9);
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.ec-full-blog .ec-card-bg .bg-img-1 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/14.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/14.jpg);
	background-position: center;
}
.ec-full-blog .ec-card-bg .bg-img-2 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/15.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/15.jpg);
	background-position: center;
}
.ec-full-blog .ec-card-bg .bg-img-3 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/16.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/16.jpg);
	background-position: center;
}
.ec-full-blog .ec-card-head {
	height: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-full-blog .ec-card-info {
	padding: 15px 15px 0px 15px;
	z-index: 10;
	background: #ffffff;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.ec-full-blog .ec-card-info h5,
.ec-full-blog .ec-card-info .h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.4;
	font-size: 20px;
	color: #212121;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.ec-full-blog .ec-card-info a.ec-icon-link {
	color: #999;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}
.ec-full-blog .ec-card-info a.ec-icon-link i {
	color: #4e66b1;
}
.ec-full-blog .ec-card-info a.ec-icon-link:hover {
	color: #4e66b1;
	text-decoration: none;
}
.ec-full-blog .ec-card-info .btn {
	background: #ffffff;
	color: #4e66b1;
	font-weight: bold;
	outline: none;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding: 0 15px;
	border: none;
}
.ec-full-blog .ec-card-info .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ec-full-blog .ec-card-info .btn:hover {
	background: #4e66b1;
	color: #ffffff;
}
.ec-full-blog .ec-card-info .btn i {
	display: inline-block;
	padding: 0px 30px 0px 15px;
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
	vertical-align: bottom;
	color: #ffffff;
	background: #4e66b1;
	-webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
.ec-full-blog:hover .ec-date-box {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ec-full-blog:hover .ec-card-main {
	-webkit-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}
.ec-full-blog:hover .ec-card-bg {
	opacity: 1;
}
.ec-full-blog:hover .ec-card-info h5,
.ec-full-blog:hover .ec-card-info .h5 {
	color: #4e66b1;
}

/*------  Blog Card ------*/
.ec-blog-card {
	max-width: 550px;
	width: 100%;
	min-height: 430px;
	position: relative;
	color: #ffffff;
	margin: 15px auto;
	overflow: hidden;
	border-radius: 0px;
	background-size: cover !important;
	-webkit-box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: 2;
}
.ec-blog-card a {
	margin-left: 5px;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.ec-blog-card .ec-color-overlay {
	background: rgba(64, 84, 94, 0.5);
	width: 550px;
	min-height: 430px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	-webkit-transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
	transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.ec-blog-card .ec-gradient-overlay {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		color-stop(21%, rgba(0, 0, 0, 0.6))
	);
	background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
	width: 550px;
	min-height: 430px;
	position: absolute;
	top: 350px;
	left: 0;
	z-index: 15;
}
.ec-blog-card .ec-title-content {
	text-align: center;
	z-index: 20;
	width: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.ec-blog-card .ec-title-content h3,
.ec-blog-card .ec-title-content .h3 {
	font-size: 1.9em;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "Abril Fatface", serif;
	margin-bottom: 0;
	display: inline-block;
}
.ec-blog-card .ec-title-content h3 a,
.ec-blog-card .ec-title-content .h3 a {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 20px;
}
.ec-blog-card .ec-title-content h3 a:hover,
.ec-blog-card .ec-title-content .h3 a:hover {
	text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}
.ec-blog-card .ec-title-content h3:after,
.ec-blog-card .ec-title-content .h3:after {
	content: " ";
	display: block;
	width: 10%;
	height: 3px;
	margin: 20px auto;
	border: 0;
	background: #4e66b1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.ec-blog-card .ec-intro {
	width: 170px;
	margin: 0 auto;
	color: #ddd;
	font-style: italic;
	line-height: 18px;
}
.ec-blog-card .ec-intro a {
	color: #ddd;
}
.ec-blog-card .ec-intro a:hover {
	text-decoration: underline;
}
.ec-blog-card .ec-card-info {
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding: 0 50px;
	line-height: 24px;
	z-index: 20;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	font-size: 14px;
}
.ec-blog-card .ec-card-info a {
	display: block;
	width: 120px;
	margin: 15px auto;
	background: #4e66b1;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: normal;
}
.ec-blog-card .ec-card-info a:hover {
	background: #333333;
	color: #ffffff;
}
.ec-blog-card .ec-card-info a:hover span {
	-webkit-filter: brightness(10);
	filter: brightness(10);
	opacity: 1;
}
.ec-blog-card .ec-utility-info {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: -42px;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: left;
}
.ec-blog-card .ec-utility-info:after {
	content: " ";
	background-size: 30px auto;
	display: block;
	opacity: 0.4;
	position: absolute;
	bottom: 25px;
	right: 15px;
	width: 30px;
	height: 15px;
}
.ec-blog-card .ec-utility-info a:hover {
	text-decoration: underline;
}
.ec-blog-card .ec-utility-info .ec-utility-list {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.ec-blog-card .ec-utility-info .ec-utility-list li {
	margin: 0;
	padding: 5px 0;
	display: inline-block;
	font-size: 13px;
}
.ec-blog-card .ec-utility-info .ec-utility-list li .licon {
	position: relative;
	width: 23px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
}
.ec-blog-card .ec-utility-info .ec-utility-list li .licon:before {
	content: "";
	background: url(../images/icons/licons.svg) -2px -6px no-repeat;
	background-size: 250px;
	width: 26px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -3px;
	left: 0;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.ec-blog-card .ec-utility-info .ec-utility-list li .icon-like:before {
	background-position: -183px -6px !important;
}
.ec-blog-card .ec-utility-info .ec-utility-list li .icon-com:before {
	background-position: -63px -4px !important;
}
.ec-blog-card .ec-utility-info .ec-utility-list li .icon-dat:before {
	background-position: -94px -7px !important;
}
.ec-blog-card .ec-utility-info .ec-utility-list li .icon-tag:before {
	background-position: -33px -6px !important;
}
.ec-blog-card:hover {
	-webkit-box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
	box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.ec-blog-card:hover .ec-utility-info {
	bottom: 0;
}
.ec-blog-card:hover .ec-color-overlay {
	background: rgba(64, 64, 70, 0.8);
}
.ec-blog-card:hover h3:after,
.ec-blog-card:hover .h3:after {
	-webkit-animation: changeLetter 0.3s 1 linear;
	animation: changeLetter 0.3s 1 linear;
	width: 80%;
}
.ec-blog-card:hover .ec-card-info {
	position: relative;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.blog_page_section .post_content {
	padding: 10px 0 40px;
}

@-webkit-keyframes changeLetter {
	0% {
		width: 10%;
	}
	100% {
		width: 80%;
	}
}
@keyframes changeLetter {
	0% {
		width: 10%;
	}
	100% {
		width: 80%;
	}
}

.ec-blog-card.media-1 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/11.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/11.jpg);
	background-position: center;
}

.ec-blog-card.media-2 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/12.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/12.jpg);
	background-position: center;
}

.ec-blog-card.media-3 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/13.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/13.jpg);
	background-position: center;
}

@media (max-width: 750px) {
	.ec-blog-card .ec-utility-info {
		text-align: center;
	}
	.ec-blog-card .ec-utility-info ul {
		width: 100%;
		margin: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ec-blog-card .ec-utility-info li {
		width: 49%;
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
}
/*------ Box Card ------*/
.ec-box-card {
	float: left;
	width: 100%;
	margin: 15px auto;
}
.ec-box-card .ec-wrapper {
	background-color: #ffffff;
	min-height: 400px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3),
		0 15px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.ec-box-card .ec-body {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.ec-box-card .ec-body .ec-content {
	padding: 15px;
	position: relative;
	z-index: 1;
}
.ec-box-card .ec-author {
	font-size: 12px;
}
.ec-box-card .ec-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.4;
	font-size: 20px;
	color: #212121;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.ec-box-card .ec-text {
	height: 70px;
	margin: 0;
	color: #333333;
}
.ec-box-card .ec-date {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #4e66b1;
	color: #ffffff;
	padding: 0.8em;
}
.ec-box-card .ec-date span {
	display: block;
	text-align: center;
}
.ec-box-card .ec-date .ec-day {
	font-weight: 700;
	font-size: 24px;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.ec-box-card .ec-date .ec-month {
	text-transform: uppercase;
}
.ec-box-card .ec-date .ec-month,
.ec-box-card .ec-date .ec-year {
	font-size: 12px;
}
.ec-box-card .ec-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.ec-box-card .ec-title a {
	color: gray;
	font-weight: 700;
}
.ec-box-card .ec-menu-button {
	position: absolute;
	z-index: 999;
	top: 11px;
	right: 16px;
	width: 25px;
	text-align: center;
	cursor: pointer;
}
.ec-box-card .ec-menu-button span {
	width: 5px;
	height: 5px;
	background-color: gray;
	color: gray;
	position: relative;
	display: inline-block;
	border-radius: 50%;
}
.ec-box-card .ec-menu-button span::after,
.ec-box-card .ec-menu-button span::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: currentColor;
	position: absolute;
	border-radius: 50%;
}
.ec-box-card .ec-menu-button span::before {
	left: -10px;
}
.ec-box-card .ec-menu-button span::after {
	right: -10px;
}
.ec-box-card:hover .ec-body {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.ec-box-card .ec-wrapper.wrp-img-1 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/11.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/11.jpg);
	background-position: center;
}
.ec-box-card .ec-wrapper.wrp-img-2 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/12.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/12.jpg);
	background-position: center;
}
.ec-box-card .ec-wrapper.wrp-img-3 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.5))
		),
		url(../images/blog-image/13.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/blog-image/13.jpg);
	background-position: center;
}

/*------ Up Card ------*/
.ec-up-card {
	float: left;
	width: 100%;
	margin: 15px auto;
}
.ec-up-card .ec-wrapper {
	background-color: #ffffff;
	min-height: 400px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3),
		0 15px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.5);
}
.ec-up-card .ec-wrapper:hover .ec-body {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.ec-up-card .ec-wrapper .ec-header {
	color: #ffffff;
	padding: 1em;
	background: transparent;
}
.ec-up-card .ec-wrapper .ec-header::before,
.ec-up-card .ec-wrapper .ec-header::after {
	content: "";
	display: table;
}
.ec-up-card .ec-wrapper .ec-header::after {
	clear: both;
}
.ec-up-card .ec-wrapper .ec-header .ec-date {
	float: left;
	font-size: 12px;
}
.ec-up-card .ec-wrapper .ec-body {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transform: translateY(calc(70px - 2em));
	transform: translateY(calc(70px - 2em));
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.ec-up-card .ec-wrapper .ec-body .ec-content {
	padding: 15px;
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
}
.ec-up-card .ec-wrapper .ec-body .ec-content .ec-author {
	font-size: 12px;
}
.ec-up-card .ec-wrapper .ec-body .ec-content .ec-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.4;
	font-size: 20px;
	color: #eee;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.ec-up-card .ec-wrapper .ec-body .ec-content .ec-title a {
	color: #ffffff !important;
	font-weight: 700;
}
.ec-up-card .ec-wrapper .ec-body .ec-content .ec-text {
	height: 70px;
	margin: 0;
}
.ec-up-card .ec-wrapper .ec-body .ec-content .read-btn {
	margin-top: 15px;
}
.ec-up-card .ec-wrapper .ec-body .ec-content .ec-button-read {
	display: block;
	width: 100px;
	margin: 15px auto 1em;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 1;
	position: relative;
	font-weight: 700;
}
.ec-up-card .ec-wrapper .ec-body .ec-content .ec-button-read::after {
	content: "→";
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ec-up-card .ec-wrapper .ec-body .ec-content .ec-button-read:hover::after {
	-webkit-transform: translate(5px, -50%);
	transform: translate(5px, -50%);
	opacity: 1;
}
.ec-up-card .ec-wrapper.wrp-img-1 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.2)),
			to(rgba(0, 0, 0, 0.2))
		),
		url(../images/blog-image/14.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		url(../images/blog-image/14.jpg);
	background-position: center;
}
.ec-up-card .ec-wrapper.wrp-img-2 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.2)),
			to(rgba(0, 0, 0, 0.2))
		),
		url(../images/blog-image/15.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		url(../images/blog-image/15.jpg);
	background-position: center;
}
.ec-up-card .ec-wrapper.wrp-img-3 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.2)),
			to(rgba(0, 0, 0, 0.2))
		),
		url(../images/blog-image/16.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		url(../images/blog-image/16.jpg);
	background-position: center;
}

/*-------------------------------------------------
  Element Typography Page CSS
---------------------------------------------------*/
.typography {
	background-color: #fff;
	/* -----------/ END Product-DNC -----------*/
}
.typography h1,
.typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6 {
	margin-bottom: 30px;
}
.typography .ec-fc {
	color: #4e66b1;
}
.typography .ec-fw-normal {
	font-weight: 500;
}
.typography .ec-fw-bold {
	font-weight: 700;
}
.typography h1,
.typography .h1 {
	font-size: 38px;
}
.typography .ec-lb {
	padding-left: 10px;
	border-left: 5px solid;
}
.typography .ec-rb {
	padding-right: 10px;
	border-right: 5px solid;
	text-align: right;
}
.typography .ec-disc,
.typography .ec-decimal,
.typography .ec-alpha,
.typography .ec-roman,
.typography .ec-greek,
.typography .ec-hebrew {
	padding: 5px 20px;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	letter-spacing: 1px;
	font-family: "Raleway", serif;
}
.typography .ec-disc li {
	margin-bottom: 15px;
	list-style-type: disc;
}
.typography .ec-decimal li {
	margin-bottom: 15px;
	list-style-type: decimal;
}
.typography .ec-alpha li {
	margin-bottom: 15px;
	list-style-type: upper-alpha;
}
.typography .ec-roman li {
	margin-bottom: 15px;
	list-style-type: upper-roman;
}
.typography .ec-greek li {
	margin-bottom: 15px;
	list-style-type: lower-greek;
}
.typography .ec-hebrew li {
	margin-bottom: 15px;
	list-style-type: hebrew;
}
.typography .ec-dl-blurbs {
	display: -ms-grid;
	display: grid;
}
.typography .ec-dl-blurbs dl {
	counter-reset: count;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0;
}
.typography .ec-dl-blurbs dl dt {
	margin-top: 10px;
	counter-increment: count;
	color: #4e66b1;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}
.typography .ec-dl-blurbs dl dt::before {
	content: counter(count, decimal-leading-zero) ".";
	color: #4e66b1;
	margin-left: -1vw;
	padding-right: 12px;
}
.typography .ec-dl-blurbs dl dd {
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 14px;
}
.typography .ec-dl-blurbs dl + dl {
	counter-reset: counter 4;
}
.typography .ec-check-list {
	margin: 0;
	padding-left: 20px;
}
.typography .ec-check-list li {
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
	list-style-type: none;
}
.typography .ec-check-list li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 13px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #4e66b1;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.typography p {
	margin-bottom: 30px;
	display: inline-block;
	margin: 0 0 1em 0;
	font-size: 15px;
	color: #333333;
	line-height: 28px;
}

/*-------------------------------------------------
   vendor Page CSS
   	- Single Vendor
   	- Multi Vendor
   	- Vendor Sidebar 
   	- Vendor Dashboard
   	- Vendor Upload
   	- Vendor Profile
   	- Settings vendor
   	- Modal Window
---------------------------------------------------*/
/*-----  Catalog Single Vendor  -----*/
.ec-catalog-vendor-sec .ec-page-detail .ec-page-description-info {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-image: url(../images/banner/7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.7);
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info {
	padding: 0 30px;
	text-align: center;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	h6,
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.h6 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-ratings
	p,
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-pro-count
	p,
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-name
	p,
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-since
	p {
	color: #ddd;
	font-size: 13px;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.pad-15 {
	padding: 15px 0;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-since {
	margin-bottom: -4px;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-since
	p {
	color: #ddd;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-ratings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-ratings
	.ec-pro-rating {
	margin-top: 10px;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-ratings
	.ec-pro-rating
	i {
	margin-right: 5px;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.ec-catalog-ratings
	span {
	margin-top: 5px;
	color: #ddd;
	font-size: 12px;
}
.ec-catalog-vendor-sec .ec-page-detail .ec-page-description.p-30 {
	padding: 30px !important;
}
.ec-catalog-vendor-sec .ec-page-detail .profile-banner {
	position: relative;
}
.ec-catalog-vendor-sec .ec-page-detail .social-bar {
	position: absolute;
	top: 30px;
	right: 45px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	border-radius: 30px;
}
.ec-catalog-vendor-sec .ec-page-detail .social-bar li a {
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	color: #fff;
}
.ec-catalog-vendor-sec .ec-page-detail .social-bar li a:hover {
	color: #4e66b1;
}
.ec-catalog-vendor-sec .ec-page-detail .ec-page-description {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}
.ec-catalog-vendor-sec .ec-page-detail .ec-page-description .ec-page-block {
	width: 100%;
	margin-top: 200px;
	padding: 15px 30px;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}
.ec-catalog-vendor-sec .ec-page-detail .ec-page-description .ec-desc-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}
.ec-catalog-vendor-sec .ec-page-detail .ec-page-description .ec-catalog-vendor {
	margin-top: -80px;
	margin-bottom: 0;
	padding: 15px;
	text-align: center;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description
	.ec-catalog-vendor
	img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.ec-catalog-vendor-sec
	.ec-page-detail
	.ec-page-description
	.ec-catalog-vendor
	.name {
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}

/*-----  Catalog Multi Vendor  -----*/
.ec-catalog-multi-vendor .slick-slide {
	margin: 0 15px;
}
.ec-catalog-multi-vendor .vendor-row {
	margin: 0;
}
.ec-catalog-multi-vendor .ec-vendor-card {
	margin: 15px 0;
	border: 1px solid #eeeeee;
	border-radius: 30px;
	overflow: hidden;
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-avtar {
	width: 100%;
	height: 150px;
	margin-bottom: 65px;
	position: relative;
	background-image: url("../images/banner/7.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.5);
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-avtar:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-avtar img {
	width: 100%;
	height: 100%;
	position: relative;
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-avtar .btn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 12px;
	height: 26px;
	border-radius: 30px;
	font-weight: 500;
	line-height: 28px;
	z-index: 2;
}
.ec-catalog-multi-vendor
	.ec-vendor-card
	.ec-vendor-card-avtar
	.ec-vendor-card-img {
	width: 100px;
	height: 100px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-info {
	padding: 0;
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-info .info {
	margin: 0 !important;
	border-top: 1px solid #eeeeee;
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-info .info .border-rt {
	border-right: 1px solid #eeeeee;
}
.ec-catalog-multi-vendor
	.ec-vendor-card
	.ec-vendor-card-info
	.info
	.ec-catalog-ratings,
.ec-catalog-multi-vendor
	.ec-vendor-card
	.ec-vendor-card-info
	.info
	.ec-catalog-pro-count {
	padding: 15px 0;
}
.ec-catalog-multi-vendor
	.ec-vendor-card
	.ec-vendor-card-info
	.info
	.ec-catalog-ratings
	h6,
.ec-catalog-multi-vendor
	.ec-vendor-card
	.ec-vendor-card-info
	.info
	.ec-catalog-ratings
	.h6,
.ec-catalog-multi-vendor
	.ec-vendor-card
	.ec-vendor-card-info
	.info
	.ec-catalog-pro-count
	h6,
.ec-catalog-multi-vendor
	.ec-vendor-card
	.ec-vendor-card-info
	.info
	.ec-catalog-pro-count
	.h6 {
	font-family: "Poppins, sans-serif";
	color: #333333;
	font-size: 14px;
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-info .name,
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-info .des {
	text-align: center;
}
.ec-catalog-multi-vendor .ec-vendor-card .ec-vendor-card-info .name {
	font-weight: 700;
}
.ec-catalog-multi-vendor .ec-multi-vendor-detail .description-info-list {
	border-bottom: 1px solid #eeeeee !important;
}
.ec-catalog-multi-vendor .ec-multi-vendor-detail .ec-page-description-info {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border: 1px solid #eeeeee;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor {
	width: 100px;
	display: contents;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor
	img {
	width: 100px;
	height: 100px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info {
	width: 100%;
	padding-left: 30px;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.vendor-card-height {
	min-height: 100%;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.vendor-card-height
	.catalog-detail-card {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f7f7f7;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.vendor-card-height
	.catalog-detail-card
	h6,
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.vendor-card-height
	.catalog-detail-card
	.h6 {
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.vendor-card-height
	.catalog-detail-card
	.ec-pro-rating {
	margin-top: 5px;
	position: relative;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.vendor-card-height
	.catalog-detail-card
	.ec-pro-rating
	i {
	margin-right: 5px;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.vendor-card-height
	.catalog-detail-card
	.rating-of {
	margin-top: 5px;
	font-size: 12px;
	color: #999;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-detail
	.ec-page-description-info
	.ec-catalog-vendor-info
	.vendor-card-height
	.catalog-detail-card
	p {
	color: #999;
}
.ec-catalog-multi-vendor .ec-multi-vendor-slider {
	padding: 30px;
	border: 1px solid #eeeeee;
	border-radius: 0 0 5px 5px;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-slider
	.ec-product-inner
	.ec-pro-image
	.add-to-cart {
	width: 35px;
	font-size: 0;
	padding: 0;
	letter-spacing: 0;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-slider
	.ec-product-inner
	.ec-pro-image
	.add-to-cart
	.svg_img.pro_svg {
	margin-right: 0;
}
.ec-catalog-multi-vendor
	.ec-multi-vendor-slider
	.ec-product-inner
	.ec-pro-content
	.ec-price {
	margin-bottom: -8px;
}
.ec-catalog-multi-vendor .ec-multi-vendor-slider .slick-arrow.slick-prev {
	left: 7px;
}
.ec-catalog-multi-vendor .ec-multi-vendor-slider .slick-arrow.slick-next {
	right: 7px;
}
.ec-product-map {
	background-color: #f9f9f9;
	padding: 5px 8px;
}
.ec-product-map h3 {
	font-size: 14px;
	line-height: 20px;
	padding-top: 6px;
}
.ec-product-map .ec-pro-map-price {
	padding: 5px 0;
}
/*-----  Vendor Sidebar  -----*/
.ec-vendor-sidebar .ec-sidebar-slider .slick-arrow {
	width: 22px;
	height: 22px;
	top: -33px;
}
.ec-vendor-sidebar .ec-sidebar-slider .slick-arrow:before {
	font-size: 16px;
}
.ec-vendor-sidebar .ec-sidebar-slider .slick-prev {
	right: 28px;
	left: auto;
}
.ec-vendor-sidebar .ec-contact-form {
	border-top: 1px solid #eeeeee;
	margin-top: 15px;
	padding-top: 15px;
}
.ec-vendor-sidebar .ec-contact-form .ec-sb-block-form {
	margin: 0;
	border-bottom: none;
}
.ec-vendor-sidebar .ec-contact-form .ec-sb-block-form label {
	margin: 0 0 5px 0;
}
.ec-vendor-sidebar .ec-contact-form .ec-sb-block-form input,
.ec-vendor-sidebar .ec-contact-form .ec-sb-block-form textarea {
	margin: 0 0 10px 0;
	padding: 0 15px;
	border: 1px solid #eeeeee;
	background: transparent;
}
.ec-vendor-sidebar .ec-contact-form .ec-sb-block-form textarea {
	padding: 15px;
}
.ec-vendor-sidebar .ec-contact-form .ec-sb-block-form input,
.ec-vendor-sidebar .ec-contact-form .ec-sb-block-form button {
	height: 40px;
}
.ec-vendor-sidebar .ec-contact-form .ec-sb-block-form button {
	line-height: 28px;
}

/*-----  Vendor Dashboard  -----*/
.ec-vendor-dashboard .ec-vendor-dashboard-card,
.ec-vendor-uploads .ec-vendor-dashboard-card {
	background: #ffffff;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-wrap,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-wrap {
	border-color: #eeeeee;
	position: sticky;
	top: 30px;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-border-box,
.ec-vendor-uploads .ec-vendor-sidebar .ec-border-box {
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-bg,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-bg {
	width: 100%;
	height: 200px;
	background-image: url(../images/banner/7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-detail,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-detail
	.v-img,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-detail
	.v-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-top: -70px;
	border: 10px solid #ffffff;
}
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-detail
	h5,
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-detail
	.h5,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-detail
	h5,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-detail
	.h5 {
	font-weight: 700;
	color: #333333;
}
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-items
	ul
	li,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-items
	ul
	li {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 1px solid #eeeeee;
	padding: 12px 0 9px 0;
}
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-items
	ul
	li:hover
	a,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-items
	ul
	li:hover
	a {
	margin-left: 5px;
}
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-items
	ul
	li
	a,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-items
	ul
	li
	a {
	width: 100%;
	display: block;
	color: #333333;
	font-weight: 500;
	padding-left: 12px;
}
.ec-vendor-dashboard
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-items
	ul
	li:first-child,
.ec-vendor-uploads
	.ec-vendor-sidebar
	.ec-sidebar-block
	.ec-vendor-block
	.ec-vendor-block-items
	ul
	li:first-child {
	border-top: 0;
}
.ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li.active {
	background-color: #f7f7f7;
	/* padding-left: 10px !important; */
}
.ec-vendor-dashboard .ec-vendor-detail-block h6,
.ec-vendor-dashboard .ec-vendor-detail-block .h6,
.ec-vendor-uploads .ec-vendor-detail-block h6,
.ec-vendor-uploads .ec-vendor-detail-block .h6 {
	margin-bottom: 15px;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 700;
	color: #333333;
	background: #f7f7f7;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}
.ec-vendor-dashboard .space-bottom-30,
.ec-vendor-uploads .space-bottom-30 {
	margin-bottom: 30px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card,
.ec-vendor-uploads .ec-vendor-dashboard-card {
	border: 1px solid #eeeeee;
	border-radius: 5px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header {
	padding: 30px;
	border-bottom: 1px solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header h5,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header .h5,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header h5,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header .h5 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-header
	.ec-header-btn
	.btn,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-header
	.ec-header-btn
	.btn {
	height: 30px;
	margin-left: 5px;
	line-height: 31px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body {
	padding: 30px;
}

.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table {
	overflow-y: auto;
}
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	thead
	tr
	th,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	thead
	tr
	th {
	color: #333333;
	border-color: #eeeeee !important;
}
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th,
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td {
	color: #333333;
	border-color: #eeeeee !important;
}
.ec-vendor-detail-block input {
	border: #eee 1px solid;
}
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th
	.prod-img,
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	.prod-img,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th
	.prod-img,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	.prod-img {
	width: 50px;
	height: 50px;
}
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th
	span,
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	span,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th
	span,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	span {
	padding: 14px 0 !important;
	display: block;
}
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th
	.btn,
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	.btn,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th
	.btn,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	.btn {
	height: 30px;
	line-height: 31px;
}
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th
	.tbl-btn,
.ec-vendor-dashboard
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	.tbl-btn,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	th
	.tbl-btn,
.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	.tbl-btn {
	padding: 10px 0 !important;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body canvas,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body canvas {
	height: 400px;
}
.ec-vendor-card-body .ec-vendor-card-table table tbody tr td.vew_cart_user {
	padding: 20px 0;
}
.ec-vendor-card-body .ec-vendor-card-table table tbody tr td.vew_cart_user a {
	height: 35px;
	line-height: 35px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-sort-card,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #eeeeee !important;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h5,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h5,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h3,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card p,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h5,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card .h5,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card .h3,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card p {
	color: #fff;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h5,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h5,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h5,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card .h5 {
	margin-bottom: 15px;
	font-size: 17px;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: 600;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h3,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card .h3 {
	margin: 0;
	line-height: 24px;
	font-weight: 800;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3 span,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card .h3 span,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3 span,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card .h3 span {
	position: absolute;
	font-size: 15px;
	font-weight: 400;
	margin-left: 10px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card:after,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card:after {
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	right: -2px;
	bottom: -35px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.3;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card:before,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card:before {
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	right: -35px;
	bottom: -2px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.3;
}
.ec-vendor-dashboard .color-blue,
.ec-vendor-uploads .color-blue {
	background-image: linear-gradient(145deg, #b1d1ff 0%, #588fe4 100%);
}
.ec-vendor-dashboard .color-pink,
.ec-vendor-uploads .color-pink {
	background-image: linear-gradient(145deg, #fdb8c3, #ec6f85);
}
.ec-vendor-dashboard .color-green,
.ec-vendor-uploads .color-green {
	background-image: linear-gradient(145deg, #78ecc7 0%, #2fce9a 100%);
}
.ec-vendor-dashboard .color-orange,
.ec-vendor-uploads .color-orange {
	background-image: linear-gradient(145deg, #f9c899, #f79165);
}

/*-----  Vendor Upload Page  -----*/
.ec-vendor-uploads .ec-vendor-card-body .ec-vendor-img-upload {
	margin-bottom: -10px;
	position: sticky;
	top: 30px;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload {
	margin-bottom: 10px;
	position: relative;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload
	.avatar-edit {
	position: absolute;
	right: 5px;
	z-index: 1;
	top: 5px;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload
	.avatar-edit
	input {
	opacity: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload
	.avatar-edit
	input
	+ label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #eeeeee;
	cursor: pointer;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload
	.avatar-edit
	input
	+ label
	.svg_img {
	opacity: 0.6;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload
	.avatar-edit
	input
	+ label:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload
	.avatar-preview {
	width: 100%;
	height: 100%;
	padding: 15px;
	position: relative;
	border: 1px solid #eeeeee;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload
	.avatar-preview
	> div {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.avatar-upload
	.avatar-preview
	.imagePreview
	img {
	margin: auto;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload {
	width: 65px;
	margin: 2px 7px 10px 7px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	.thumb-edit {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	input {
	opacity: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	input
	+ label {
	width: 30px;
	height: 30px;
	padding: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #eeeeee;
	cursor: pointer;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	input
	+ label
	i {
	line-height: 5px;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	input
	+ label
	.svg_img {
	opacity: 0.6;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	input
	+ label:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	.thumb-preview {
	padding: 2px;
	position: relative;
	border: 1px solid #eeeeee;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	.thumb-preview
	> div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-img-upload
	.ec-vendor-main-img
	.thumb-upload-set
	.thumb-upload
	.thumb-preview
	img {
	width: 76px;
}
.ec-vendor-uploads .ec-vendor-card-body .ec-vendor-upload-detail .mb-25 {
	margin-bottom: 25px;
}
.ec-vendor-uploads .ec-vendor-card-body .ec-vendor-upload-detail form label {
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	form
	label
	span {
	font-size: 13px;
	color: #999;
	font-weight: 300;
	text-transform: none;
}
.ec-vendor-uploads .ec-vendor-card-body .ec-vendor-upload-detail form input,
.ec-vendor-uploads .ec-vendor-card-body .ec-vendor-upload-detail form textarea,
.ec-vendor-uploads .ec-vendor-card-body .ec-vendor-upload-detail form select {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 15px;
	border-radius: 0;
	border: 1px solid #eeeeee !important;
	background-color: transparent;
	color: #333333;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	form
	input[type="text"],
.ec-vendor-uploads .ec-vendor-card-body .ec-vendor-upload-detail form select {
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	form
	input[type="color"] {
	width: 25px !important;
	height: 25px !important;
	padding: 0;
	border-radius: 0 !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 4px;
	min-height: 25px;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	form
	input[type="color"]
	i {
	border-radius: 0;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	form
	.form-checkbox-box {
	height: 30px;
	margin-top: 5px;
	display: inline-block;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	form
	.form-check {
	height: 20px;
	margin: 0 5px 0 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	form
	.form-check
	input {
	width: 20px !important;
	height: 20px !important;
	margin: 0;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	form
	.form-check
	label {
	width: 20px;
	margin: 5px 5px 2px 7px;
	line-height: 11px;
	color: #999;
}
.ec-vendor-uploads .ec-vendor-card-body .ec-vendor-upload-detail form textarea {
	padding: 15px;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput {
	width: 100%;
	margin-bottom: 30px;
	background-color: transparent;
	border: 1px solid #eeeeee;
	display: inline-block;
	padding: 5px 10px;
	color: #333333;
	vertical-align: middle;
	border-radius: 0;
	line-height: 22px;
	cursor: text;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input {
	height: 40px;
	border: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 5px;
	margin: 0;
	width: auto;
	max-width: inherit;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input::-webkit-input-placeholder {
	color: #999;
	opacity: 1; /* Firefox */
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input::-moz-placeholder {
	color: #999;
	opacity: 1; /* Firefox */
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input:-ms-input-placeholder {
	color: #999;
	opacity: 1; /* Firefox */
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input::-ms-input-placeholder {
	color: #999;
	opacity: 1; /* Firefox */
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input::placeholder {
	color: #999;
	opacity: 1; /* Firefox */
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #999;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	.tag {
	margin-right: 2px;
	color: #333333;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	.tag
	[data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
	color: #f96e6e;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	.tag
	[data-role="remove"]:after {
	content: "×";
	padding: 0px 2px;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	.tag
	[data-role="remove"]:hover {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 1px 2px rgba(0, 0, 0, 0.05);
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput
	.tag
	[data-role="remove"]:hover:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput.form-control
	input::-moz-placeholder {
	color: #333333;
	opacity: 1;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput.form-control
	input:-ms-input-placeholder {
	color: #333333;
}
.ec-vendor-uploads
	.ec-vendor-card-body
	.ec-vendor-upload-detail
	.bootstrap-tagsinput.form-control
	input::-webkit-input-placeholder {
	color: #333333;
}

/*-----  Vendor Profile Page  -----*/
.ec-vendor-profile-card .ec-vendor-block-profile h5,
.ec-vendor-profile-card .ec-vendor-block-profile .h5 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}
.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img {
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-img
	.ec-vendor-block-bg {
	width: 100%;
	height: 200px;
	background-image: url(../images/banner/7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-img
	.ec-vendor-block-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-img
	.ec-vendor-block-detail
	.v-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-top: -70px;
	border: 10px solid #ffffff;
}
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-img
	.ec-vendor-block-detail
	h5,
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-img
	.ec-vendor-block-detail
	.h5 {
	margin: 15px 15px 5px 15px;
}
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-img
	.ec-vendor-block-detail
	p {
	color: #999;
}
.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-address ul li,
.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-email ul li,
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-contact
	ul
	li {
	padding: 5px 0;
}
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-address
	ul
	li
	strong,
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-email
	ul
	li
	strong,
.ec-vendor-profile-card
	.ec-vendor-block-profile
	.ec-vendor-block-contact
	ul
	li
	strong {
	font-weight: 500;
}

/*-----  Settings vendor page  -----*/
.ec-vendor-setting-card .name {
	margin: 15px 15px 5px 15px;
	font-size: 15px;
}
.ec-vendor-setting-card h5,
.ec-vendor-setting-card .h5 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}
.ec-vendor-setting-card .ec-vendor-block-img {
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}
.ec-vendor-setting-card .ec-vendor-block-bg {
	width: 100%;
	height: 200px;
	background-image: url(../images/banner/7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
	border-radius: 5px;
}
.ec-vendor-setting-card .ec-vendor-block-bg a {
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.ec-vendor-setting-card .ec-vendor-block-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.ec-vendor-setting-card .ec-vendor-block-detail .v-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-top: -70px;
	border: 10px solid #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ec-vendor-setting-card .ec-vendor-block-address ul li,
.ec-vendor-setting-card .ec-vendor-block-email ul li,
.ec-vendor-setting-card .ec-vendor-block-contact ul li {
	padding: 5px 0;
}
.ec-vendor-setting-card .ec-vendor-block-address ul li strong,
.ec-vendor-setting-card .ec-vendor-block-email ul li strong,
.ec-vendor-setting-card .ec-vendor-block-contact ul li strong {
	font-weight: 500;
}

/*-----  Modal Window  -----*/
#edit_modal .ec-vendor-block-img {
	height: 80vh;
	overflow-y: auto;
}
#edit_modal .ec-vendor-block-bg {
	width: 100%;
	height: 200px;
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
}
#edit_modal .ec-vendor-block-bg .btns {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}
#edit_modal .ec-vendor-block-bg .btns a {
	height: 40px;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 40px;
	font-size: 14px;
}
#edit_modal .cover-upload {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
#edit_modal .cover-upload:after {
	content: "";
	width: 100%;
	height: 200px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}
#edit_modal .cover-upload .thumb-upload {
	height: 200px;
	position: relative;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit input {
	opacity: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit input + label {
	width: 30px;
	height: 30px;
	padding: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #eeeeee;
	cursor: pointer;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit input + label .svg_img {
	opacity: 0.6;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit input + label:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#edit_modal .ec-vendor-block-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
#edit_modal .ec-vendor-block-detail .v-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-top: -70px;
	border: 10px solid #ffffff;
}
#edit_modal .ec-vendor-block-detail .thumb-upload {
	position: relative;
}
#edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit {
	position: absolute;
	top: -60px;
	right: 5px;
	z-index: 1;
}
#edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input {
	opacity: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
#edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input + label {
	width: 30px;
	height: 30px;
	padding: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #eeeeee;
	cursor: pointer;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#edit_modal
	.ec-vendor-block-detail
	.thumb-upload
	.thumb-edit
	input
	+ label
	.svg_img {
	opacity: 0.6;
}
#edit_modal
	.ec-vendor-block-detail
	.thumb-upload
	.thumb-edit
	input
	+ label:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#edit_modal .ec-vendor-upload-detail .space-t-15 {
	margin-top: 15px;
}
#edit_modal .ec-vendor-upload-detail input,
#edit_modal .ec-vendor-upload-detail textarea,
#edit_modal .ec-vendor-upload-detail select {
	background-color: transparent;
	color: #333333;
	border-radius: 0;
	border: 1px solid #eeeeee !important;
}
#edit_modal .ec-vendor-upload-detail input,
#edit_modal .ec-vendor-upload-detail select {
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
#edit_modal .ec-vendor-upload-detail .qty_close {
	margin-left: 5px;
}

/*-------------------------------------------------
  User account Page CSS
---------------------------------------------------*/
.ec-user-account .ec-vendor-block-img {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
}
.ec-user-account .ec-vendor-block-img p {
	margin-bottom: 5px;
}
.ec-user-account .ec-vendor-block-img p span {
	font-weight: 700;
}
.ec-user-account .ec-vendor-block-bg {
	width: 100%;
	height: 200px;
	background-image: url(../images/banner/8.jpg) !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
}
.ec-user-account .border-none {
	border: none;
}
.ec-user-account .border-color {
	border-bottom: none;
}
.ec-user-account tfoot tr td {
	color: #333333;
}
.ec-user-account tfoot tr td span {
	padding: 15px 0 0 0 !important;
	display: block;
}
.ec-user-account .page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-user-account .page-header .page-tools {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.ec-user-account .page-header img {
	width: 130px;
}
.ec-user-account .ec-vendor-block-detail {
	position: relative;
	margin-bottom: 15px;
}
.ec-user-account .brc-default-l1 {
	border-color: #eeeeee;
}
.ec-user-account .ml-n1 {
	margin-left: -0.25rem;
}
.ec-user-account .mx-n1 {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.ec-user-account .mr-n1 {
	margin-right: -0.25rem;
}
.ec-user-account .mb-4 {
	margin-bottom: 1.5rem;
}
.ec-user-account .my-4 {
	margin-bottom: 1.5rem;
}
.ec-user-account hr {
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.ec-user-account .text-grey-m2 {
	color: #333333;
}
.ec-user-account .font-bolder {
	font-weight: 600;
}
.ec-user-account .text-600 {
	font-weight: 700;
}
.ec-user-account .pb-25 {
	padding-bottom: 0.75rem;
}
.ec-user-account .py-25 {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}
.ec-user-account .pt-25 {
	padding-top: 0.75rem;
}
.ec-user-account .w-2 {
	width: 1rem;
}
.ec-user-account .note-text-color {
	color: #999;
}
.ec-user-account .padding-b-0 {
	padding-bottom: 0 !important;
}

.ec-invoice-2 table {
	margin-bottom: 30px;
}
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	thead
	tr {
	background-color: #2d313e;
}
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	thead
	tr
	th {
	color: #fff;
}
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	tbody
	tr,
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	tfoot
	tr {
	background-color: #f7f7f7;
}
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	tbody
	tr:nth-child(even),
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	tfoot
	tr:nth-child(even) {
	background-color: #f3f3f3;
}
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	tbody
	tr
	td
	span,
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	tbody
	tr
	th
	span,
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	tfoot
	tr
	td
	span,
.ec-invoice-2
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-vendor-card-table
	tfoot
	tr
	th
	span {
	padding: 10px 0 !important;
}

.ec-vendor-uploads
	.ec-vendor-dashboard-card
	.ec-vendor-card-body
	.ec-table
	tbody
	tr
	td
	span.tbl-btn-small {
	padding: 2px 10px !important;
}

/*-------------------------------------------------
  Offer Page CSS
---------------------------------------------------*/
.ec-offer-counter {
	height: 80vh;
	position: relative;
	margin: auto;
	overflow: hidden;
	background-image: url("../images/offer-image/1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: overlay;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-offer-counter h1,
.ec-offer-counter .h1 {
	font-family: "Lato", sans-serif;
	text-align: center;
	margin-top: 30px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #ca8788;
}
.ec-offer-counter a {
	margin-top: 15px;
	text-transform: uppercase;
	line-height: 25px;
	background-color: #e4aeaf;
	border: 1px solid #e4aeaf;
	color: #fff;
	padding: 5px 15px;
}
.ec-offer-counter a:hover {
	color: #e4aeaf;
	background-color: transparent;
}
.ec-offer-counter #timer {
	color: #f6f4f3;
	text-align: center;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 0.7em;
	letter-spacing: 5px;
}
.ec-offer-counter .days {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 10px 5px;
	border-radius: 5px;
	font-weight: 700;
	background: #e4aeaf;
	letter-spacing: 0.04rem;
}
.ec-offer-counter .hours {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 10px 5px;
	border-radius: 5px;
	font-weight: 700;
	background: #e4aeaf;
	letter-spacing: 0.04rem;
}
.ec-offer-counter .minutes {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 10px 5px;
	border-radius: 5px;
	font-weight: 700;
	background: #e4aeaf;
	letter-spacing: 0.04rem;
}
.ec-offer-counter .seconds {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 10px 5px;
	border-radius: 5px;
	font-weight: 700;
	background: #e4aeaf;
	letter-spacing: 0.04rem;
}
.ec-offer-counter .numbers {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 25px;
}
.ec-offer-counter .black {
	position: absolute;
	background: #e4aeaf;
	height: 85px;
	width: 75px;
	left: 39%;
	top: 19%;
}
.ec-offer-counter .black .triangle {
	border-bottom: 14px solid #e4aeaf;
}
.ec-offer-counter .black .string {
	background: #e4aeaf;
	border: 1px solid #e4aeaf;
}
.ec-offer-counter .red {
	position: absolute;
	background: #e4aeaf;
	left: 30%;
	top: 23%;
	height: 65px;
	width: 70px;
}
.ec-offer-counter .red .triangle {
	border-bottom: 14px solid #e4aeaf;
}
.ec-offer-counter .red .string {
	background: #e4aeaf;
	border: 1px solid #e4aeaf;
}
.ec-offer-counter .blue {
	position: absolute;
	background: #e4aeaf;
	height: 80px;
	width: 80px;
	left: 53%;
	top: 20%;
}
.ec-offer-counter .blue .triangle {
	border-bottom: 14px solid #e4aeaf;
}
.ec-offer-counter .blue .string {
	background: #e4aeaf;
	border: 1px solid #e4aeaf;
}
.ec-offer-counter .balloon {
	display: none;
	border: 1px solid #ca8788;
	border-radius: 50% 50% 50% 50%/40% 40% 60% 60%;
	z-index: 2;
}
.ec-offer-counter .eye {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 40%;
	left: 22%;
	background: #000;
	border-radius: 50%;
}
.ec-offer-counter .eye:after {
	content: "";
	left: 35px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #000;
	position: absolute;
}
.ec-offer-counter .mouth {
	position: absolute;
	top: 45%;
	left: 43%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.ec-offer-counter .happy {
	border: 2px solid;
	border-color: transparent #000 #000 transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ec-offer-counter .triangle {
	position: absolute;
	left: 40%;
	bottom: -10%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.ec-offer-counter .string {
	position: absolute;
	height: 120px;
	width: 1px;
	left: 49%;
	top: 66px;
	z-index: -1;
}
.ec-offer-counter .star {
	width: 15px;
	height: 15px;
	margin-top: 5px;
	margin-left: 5px;
	background: #f6f4f3;
	-webkit-clip-path: polygon(
		50% 0%,
		61% 35%,
		98% 35%,
		68% 57%,
		79% 91%,
		50% 70%,
		21% 91%,
		32% 57%,
		2% 35%,
		39% 35%
	);
	clip-path: polygon(
		50% 0%,
		61% 35%,
		98% 35%,
		68% 57%,
		79% 91%,
		50% 70%,
		21% 91%,
		32% 57%,
		2% 35%,
		39% 35%
	);
}
.ec-offer-counter .star-red {
	width: 15px;
	height: 15px;
	margin-top: 5px;
	margin-left: 50px;
	background: #f6f4f3;
	-webkit-clip-path: polygon(
		50% 0%,
		61% 35%,
		98% 35%,
		68% 57%,
		79% 91%,
		50% 70%,
		21% 91%,
		32% 57%,
		2% 35%,
		39% 35%
	);
	clip-path: polygon(
		50% 0%,
		61% 35%,
		98% 35%,
		68% 57%,
		79% 91%,
		50% 70%,
		21% 91%,
		32% 57%,
		2% 35%,
		39% 35%
	);
}

.labels h2,
.labels .h2 {
	margin: 0;
}
.labels h3,
.labels .h3 {
	margin: 0;
	font-size: 35px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.labels h4,
.labels .h4 {
	margin: 0;
}
.labels .coupon_box {
	background: #ff416c;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ff4b2b),
		to(#ff416c)
	);
	background: linear-gradient(to right, #ff4b2b, #ff416c);
	width: 200px;
	border-radius: 7px;
	padding: 1rem;
	text-align: center;
	color: #fff;
	font-family: "Tahoma", sans-serif;
	position: relative;
	margin: 5rem auto;
}
.labels .coupon_box::before {
	content: "";
	position: absolute;
	top: 65%;
	background: #fff;
	width: 20px;
	height: 30px;
	z-index: 1;
}
.labels .coupon_box::after {
	content: "";
	position: absolute;
	top: 65%;
	background: #fff;
	width: 20px;
	height: 30px;
	z-index: 1;
}
.labels .title {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 600;
	margin-bottom: 1rem;
	font-size: 20px;
}
.labels .how_much {
	font-size: 55px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.labels .ec-offer-coupon {
	padding: 30px;
	border: 2px solid #f1f1f1;
	text-align: center;
	background: #ffffff;
}
.labels .ec-offer-coupon .ec-cpn-brand .ec-brand-img {
	display: block;
	margin: 0 auto 30px auto;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
.labels .ec-offer-coupon .ec-cpn-title {
	margin: 0 0 1rem 0;
}
.labels .ec-offer-coupon .ec-cpn-title .coupon-title {
	display: block;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 24px;
	color: #333333;
}
.labels .ec-offer-coupon .ec-cpn-desc {
	margin-bottom: 0;
}
.labels .ec-offer-coupon .ec-cpn-desc p {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.labels .ec-offer-coupon .ec-cpn-desc .coupon-text {
	line-height: 24px;
}
.labels .ec-offer-coupon .ec-cpn-code {
	margin-bottom: 0;
}
.labels .ec-offer-coupon .ec-cpn-code .coupon-code {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0px 10px;
	border: 2px dotted currentColor;
	background: #f5f5f5;
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.5;
}
.labels .ec-offer-coupon .ec-cpn-code a {
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
}
.labels .ec-flate-offer {
	background: #2b2b2b;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.labels .ec-flate-offer .ec-flate-offer-info {
	padding: 50px;
	width: 50%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
}
.labels .ec-flate-offer .ec-flate-offer-info .offer-title {
	color: #fff;
	margin-bottom: 1rem;
}
.labels .ec-flate-offer .ec-flate-offer-info .offer-desc {
	color: #fff;
	margin-bottom: 3rem;
}
.labels .ec-flate-offer .ec-flate-offer-info .offer-btn .btn-shop-now {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	border: 1px dashed #fff;
	padding: 8px 15px;
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;
}
.labels .ec-flate-offer .ec-flate-offer-info .offer-btn .btn-shop-now:hover {
	border: 1px solid #fff;
}
.labels .ec-flate-offer .ec-flate-offer-image {
	width: 50%;
}
.labels .ec-flate-offer .ec-flate-offer-image .flate-banner {
	width: 100%;
}
.labels .ec-in-offer {
	height: 500px;
	background-size: cover;
	opacity: 1;
}
.labels .ec-in-offer .ec-in-offer-info {
	padding: 30px;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	background: #000;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}
.labels .ec-in-offer .ec-in-offer-info .offer-upto {
	color: #fff;
	margin-bottom: 6rem;
	font-weight: 500;
	font-size: 20px;
}
.labels .ec-in-offer .ec-in-offer-info .offer-upto span {
	font-size: 35px;
	font-weight: 700;
}
.labels .ec-in-offer .ec-in-offer-info .offer-title {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.labels .ec-in-offer .ec-in-offer-info .offer-desc {
	color: #fff;
	margin-bottom: 3rem;
}
.labels .ec-in-offer .ec-in-offer-info .offer-btn .btn-shop-now {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	border: 1px dashed #fff;
	padding: 8px 15px;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
}
.labels .ec-in-offer .ec-in-offer-info .offer-btn .btn-shop-now:hover {
	border: 1px solid #fff;
}
.labels .ec-line-offer {
	background-size: cover;
	opacity: 1;
}
.labels .ec-line-offer .ec-line-offer-info {
	width: 100%;
	height: 65vh;
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.labels .ec-line-offer .ec-line-offer-info h6,
.labels .ec-line-offer .ec-line-offer-info .h6 {
	margin-bottom: 5px;
	font-weight: 800;
	color: #333333;
}
.labels .ec-line-offer .ec-line-offer-info .offer-upto {
	margin-bottom: 15px;
	color: #111;
	font-weight: 600;
	font-size: 20px;
}
.labels .ec-line-offer .ec-line-offer-info .offer-upto span {
	font-size: 35px;
	font-weight: 700;
}
.labels .ec-line-offer .ec-line-offer-info .offer-desc {
	margin-bottom: 30px;
	color: #333333;
}
.labels .ec-line-offer .ec-line-offer-info .offer-btn .btn-shop-now {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #333333;
	border: 1px dashed #333333;
	background-color: #f9f9f9;
	padding: 8px 15px;
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
}
.labels .ec-line-offer .ec-line-offer-info .offer-btn .btn-shop-now:hover {
	border: 1px solid #333333;
}

/*-------------------------------------------------
  General CSS
---------------------------------------------------*/
.ec-404-error-page-02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 40px;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
}
.ec-404-error-page-02 .main-title {
	margin-top: 20px;
	font-size: 50px;
	font-weight: 700;
}
.ec-404-error-page-02 .sub-title {
	font-size: 18px;
}
.ec-404-error-page-02 .desc-content {
	font-size: 15px;
}
.ec-404-error-page-02 .link-404 {
	color: #ffffff !important;
	padding: 10px 20px;
	background: #4e66b1;
	margin: 20px 0;
	display: inline-block;
}

@media only screen and (max-width: 575px) {
	.ec-404-error-page-02 .main-title {
		font-size: 30px;
	}
}
/*-------------------------------------------------
  General CSS
---------------------------------------------------*/
.ec-under-maintenance-02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	color: #ffffff;
	font-family: sans-serif;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-under-maintenance-02 div {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.ec-under-maintenance-02 img {
	max-width: 100%;
}
.ec-under-maintenance-02 .wrap {
	padding: 0 15px;
	text-align: center;
}
.ec-under-maintenance-02 .wrap p {
	color: #333333;
}
.ec-under-maintenance-02 .wrap h1,
.ec-under-maintenance-02 .wrap .h1 {
	font-weight: 700;
	margin: 30px 0 20px;
	font-size: 45px;
	color: #30ad94;
}
.ec-under-maintenance-02 .wrap h2,
.ec-under-maintenance-02 .wrap .h2 {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.6;
	color: #2e4654;
	font-weight: 600;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media only screen and (max-width: 575px) {
	.ec-under-maintenance-02 img {
		max-width: 50%;
	}
	.ec-under-maintenance-02 .wrap h1,
	.ec-under-maintenance-02 .wrap .h1 {
		font-size: 30px;
	}
	.ec-under-maintenance-02 .wrap h2,
	.ec-under-maintenance-02 .wrap .h2 {
		font-size: 15px;
	}
}
/*-------------------------------------------------
   Wishlist Page CSS
---------------------------------------------------*/
.wishlist-2 .ec-table tbody tr td .avl {
	color: #8bd38b;
}
.wishlist-2 .ec-table tbody tr td .out {
	color: #e9abab;
}
.wishlist-2 .ec-table tbody tr td .dis {
	color: #999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wishlist-2 .ec-table tbody tr td .btn {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	padding: 0;
}
.wishlist-2 .ec-table tbody tr td .btn .svg_img.pro_svg {
	width: 16px;
	fill: #fff;
}
.wishlist-2 .ec-table tbody tr td .ec-remove-wish {
	font-size: 20px;
	background-color: #e9abab;
}
.wishlist-2 .ec-table tbody tr td .ec-remove-wish:hover {
	background-color: #333333;
}
.ec-vendor-card-table a.view-order-user {
	background-color: #4c4c4c;
	font-size: 13px;
}
.ec-vendor-card-table a.view-order-user:hover {
	background-color: #2b2b2b;
}
.ec-vendor-card-table a.view-order-user:active,
.ec-vendor-card-table a.view-order-user:focus {
	border-color: #888;
	box-shadow: 0 0 0 0.25rem rgb(130 130 130 / 35%) !important;
}
/*-------------------------------------------------
   Thank you Page CSS
---------------------------------------------------*/
.ec-thank-you-page .ec-thank-you {
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #eeeeee;
}
.ec-thank-you-page .ec-thank-you .ec-thank-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-thank-you-page .ec-thank-you .ec-thank-content i {
	margin-bottom: 30px;
	font-size: 50px;
	color: #4e66b1;
}
.ec-thank-you-page .ec-thank-you .ec-thank-content .section-title {
	text-align: center;
}
.ec-thank-you-page .ec-thank-you .ec-thank-content .section-title .ec-title {
	font-size: 40px;
}
.ec-thank-you-page .ec-thank-you .ec-thank-content .section-title .sub-title {
	font-size: 19px;
}
.ec-thank-you-page .ec-thank-you .ec-hunger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial {
	max-width: 500px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f7f7;
}
.ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial h3,
.ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial .h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	text-align: center;
}
.ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial h6,
.ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial .h6 {
	margin-bottom: 15px;
	color: #333333;
	text-align: center;
}

/*-------------------------------------------------
   Payment Fail Page CSS
---------------------------------------------------*/
.ec-payment-fail-page .ec-payment-fail {
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ec-payment-fail-page .ec-payment-fail .ec-payment-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ec-payment-fail-page .ec-payment-fail .ec-payment-content ul {
	margin-bottom: 30px;
}
.ec-payment-fail-page .ec-payment-fail .ec-payment-content ul li {
	padding: 10px 0;
}
.ec-payment-fail-page .ec-payment-fail .ec-payment-content i {
	margin: 0 15px 0 0;
	font-size: 18px;
	color: #4e66b1;
}
.ec-payment-fail-page
	.ec-payment-fail
	.ec-payment-content
	i.eci-times-circle-o {
	color: #ff9797;
}
.ec-payment-fail-page
	.ec-payment-fail
	.ec-payment-content
	i.eci-check-circle-o {
	color: #34d499;
}
.ec-payment-fail-page .ec-payment-fail .ec-payment-content .section-title {
	margin-bottom: 15px;
}
.ec-payment-fail-page
	.ec-payment-fail
	.ec-payment-content
	.section-title
	.ec-title {
	padding: 0;
	font-size: 40px;
}
.ec-payment-fail-page
	.ec-payment-fail
	.ec-payment-content
	.section-title
	.sub-title {
	padding: 15px 0 0 0;
	font-size: 16px;
	color: #333333;
}
/* Chat */
/* Стили для контейнера чата */
.chat-container {
	background-color: #fff;
	width: 280px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.welcome-message-chat {
	color: #444;
	text-align: left;
	font-size: 13px;
}
/* Стили для области сообщений чата */
.chat-messages {
	height: 100px;
	margin-top: 10px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}

/* Стили для ввода сообщения и кнопки "Отправить" */
.chat-input {
	margin-top: 10px;
}

.chat-input input {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.chat-input button {
	background-color: #2b2b2b;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 5px 10px;
	cursor: pointer;
	margin-left: 5px;
	margin-top: -6px;
}
.chat-input button:hover {
	background-color: #e50b0b;
}
.chat-input button.send-message {
	display: inline;
}
.chat-input button.sent-message {
	background-color: #d52095;
	display: none;
}
#error-message {
	color: #888;
	font-size: 12px;
	padding: 10px 0;
	display: none;
}

/*# sourceMappingURL=style.css.map */
