/* ____fonts____ */

/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
} 

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


/* ____ All Style ____ */

body,
html {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto';
	background: #fff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

aside,
details,
figcaption,
figure,
ins,
summary,
mark,
title,
video,
footer,
header,
hgroup,
nav,
section,
article {
	display: block;
}

.clear {
	padding: 0;
	margin: 0;
	line-height: 0;
	height: 0;
	font-size: 0;
	clear: both;
	width: 100%;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}

html,
body {
	padding: 0;
	margin: 0;
	/*height: 100%;*/
}

body * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul[class],
ul[class] li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li {
	list-style-position: inside;
	list-style: none;
}
input,
button {
	outline: none;
	border: none;
	box-shadow: none;
}

textarea {
	min-height: 100px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

a:active,
a:hover {
	outline: 0;
}
a[class*="button-,.btn-"]:hover , a[class]:hover {
    color: rgb(0, 0, 0);
}

button {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	outline: none;
	border: none;
	outline: none;
}

:focus {
	outline: none;
	border: none;
}

button:focus {
	outline: none;
}

img {
	border: none;
}

p {
	margin-bottom: 15px;
	padding: 0;
	line-height: 24px;
}

p:last-child,
p:last-of-type,
p:only-child {
	margin-bottom: 0px;
}

figure {
	margin: 0;
}

.bg-primary {
	background-color: #01364a !important;
}

.bg-secondary {
	background-color: #3c1053 !important;
}

.color-primary {
	color: #3c1053;
}

.brand-primary,
.brand-primary * {
	color: #ff4bc4;
}

.brand-secondary,
.brand-secondary * {
	color: #3c1053;
}

.brand-grey {
	color: #5b5b5b;
}

.brand-grey-dark {
	color: #464646;
}

.link {
	color: #ff4bc4;
}

.shadow-none {
	box-shadow: none !important;
}

.text-underline {
	text-decoration: underline;
}

.float-right {
	clear: right;
}

.float-right:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.box-shadow {
	-moz-box-shadow: 0px 0px 6px 0px rgba(120, 120, 120, 0.16);
	;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(120, 120, 120, 0.16);
	;
	box-shadow: 0px 0px 6px 0px rgba(120, 120, 120, 0.16);
	;
}

.btn,
.btn-primary {
	border-radius: 25px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	min-width: 159px;
	padding: 10px 17px 10px;
	text-align: center;
	background-color: #ff4bc4;
	display: inline-block;
	height: 37px;
	box-shadow: none;
	outline: none;
}

.btn-secondary {
	border-radius: 25px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	min-width: 159px;
	padding: 10px 17px 10px;
	text-align: center;
	background-color: #3c1053;
	display: inline-block;
	height: 37px;
	box-shadow: none;
	outline: none;
}

.btn-secondary:hover {
	background-color: #ff4bc4;
}

.btn-disabled {
	border-radius: 25px;
	color: #2e2e2e;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	min-width: 159px;
	padding: 10px 17px 10px;
	text-align: center;
	background-color: #d9d9d9;
	display: inline-block;
	height: 37px;
	box-shadow: none;
	outline: none;
}

.btn-disabled:hover {
	background-color: #5a6268;
	color: #fff;
}

.btn:focus,
.btn:hover,
.btn-primary:hover,
.btn-primary:focus {
	box-shadow: inherit;
	outline: inherit;
	background-color: #3c1053;
	color: #fff;
}


/* ======================================*/

::-webkit-input-placeholder {
	opacity: 1;
	color: #787878;
	font-weight: normal;
}

:-moz-placeholder {
	opacity: 1;
	color: #787878;
	font-weight: normal;
}

::-moz-placeholder {
	opacity: 1;
	color: #787878;
	font-weight: normal;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #787878;
	font-weight: normal;
}


/* ===================== Header ==================*/

header {
	padding: 7px 0 10px;
}

.callus,
.shopingcart,
.currency {
	color: #282828;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
}

.call-action a,
.cart-action a {
	font-size: 12px;
	line-height: 16px;
}

.call-action a {
	color: #848484;
}

.cart-action a {
	color: #ff4bc4;
}

.currency select.form-control {
	height: auto !important;
}


/* nav */

.main-menu .container {
	width: 100%;
}

.navbar-fixed-top {
	position: sticky;
	right: 0;
	left: 0;
	z-index: 99;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: a;
	transition: all 2s;
}

.navbar-fixed-top {
	top: 0;
}

.main-menu .container {
	position: relative;
}

.main-menu,
.stellarnav.dark,
.stellarnav.dark ul ul {
	background-color: #3c1053;
}

.stellarnav ul {
	text-align: left;
}

.stellarnav>ul>li>a {
	padding: 13px 18px;
}

.stellarnav li a {
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
}

.stellarnav.dark a:hover,
.stellarnav.dark a.active {
	background-color: #ff4bc4;
}

.vendor-bg {
	background-color: #ff4bc4;
}

.site-nav li a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
	padding: 13px 18px;
}

.site-nav li a:hover,
.site-nav li a.active {
	background-color: #ff4bc4;
}


.search a.searchBtn{
	padding: 13px 20px;
	color: #fff;
	font-size: 14px;
}

main {
	background-color: #f5f5f5;
	padding: 0 0;
}

#searchBar {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: .25em .75em;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 35px;
	position: absolute;
	right: 0;
	z-index: 9;
	top: 100%;
}

#searchBar .btn {
	position: absolute;
	right: 3px;
	top: 5px;
}

#searchBar input {
	margin: 0;
	width: 100%;
	padding: 8px 14% 8px 15px;
	line-height: 30px;
}

.call-btn-mobile,
.location-btn-mobile {
	display: none !important;
}

.close-menu {
	width: 100% !important;
}


/* slider */
.gallery-btn{
	display: flex;
	flex-direction: column;
}
.view-gallery{
	margin-bottom: 5px;
}

.homeSlider .slide-img img{width:100%; height:500px; object-fit:cover;}
.homeSlider video.video-item{width:100%; height:500px; background:#000;}
.homeSlider video.video-item[poster]{object-fit:cover; width:100%;}
.homeSlider .owl-nav{position:relative; width:100%;}
.homeSlider .owl-nav button[class^="owl-"]{position:absolute; top:-285px;}
.homeSlider .owl-nav .owl-prev{left:15px;}
.homeSlider .owl-nav .owl-next{right:15px;}



/*.status-publish .entry-content p{text-align:center;}*/



.slider-wrap{position:relative;}

.slider-wrap button {
	height: 60px;
	width: 60px;
	background: rgba(0, 0, 0, 0.4) !important;
	line-height: 1 !important;
	font-size: 26px !important;
	color: #fff !important;
}

.slider-wrap .owl-nav {
	position: absolute;
	top: 47%;
	width: 100%;
	padding:0 15px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.slider-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 39%;
}

.slider-carousel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.slider-wrap .owl-carousel .owl-item img{width:100%; height:550px; object-fit:cover;}

.modalPoup button{background:#3c0753; color:#FFF; padding:2px 8px; border-radius:3px; transition:all .5s; font-size:14px;}
.modalPoup button:hover{background:#f93ec5;}

.modal-backdrop.show{z-index:-1;}

.customePoup .modal-lg {
    max-width: 1200px;
}

.customePoup .modal-body .close{
    position: absolute;
    top: -30px;
    right: -30px;
    background: #FFF;
    color: #000;
    box-shadow: 0 0 2px #4a4a4a;
}


/* popular offer */

main {
	padding-top: 20px;
}

.section-title h2 {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	padding: 12px 20px;
	text-transform: uppercase;
}

.section-title {
	margin-bottom: 27px;
}

.offer-wrap,
.automobile-wrap {
	padding-bottom: 85px;
}

.supermarket-wrap {
	padding-bottom: 85px;
}

.offer-wrap .section-title h2,
.supermarket-wrap .section-title h2 {
	background-color: #ff4bc4;
}

.offer-wrap .section-title,
.supermarket-wrap .section-title {
	border-bottom: 1px solid #ff4bc4;
}

.automobile-wrap .section-title h2,
.spa-wrap .section-title h2, .search-page .section-title h2{
	background-color: #3c1053;
}

.automobile-wrap .section-title,
.spa-wrap .section-title, .search-page .section-title {
	border-bottom: 1px solid #3c1053;
}

.item-details {
	padding: 18px 10px 25px;
	box-shadow: 0 0 5px 0 rgba(227, 227, 227, .75);
	background-color: #fff;
	box-sizing: border-box;
}
.item-wrap figure img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.item-wrap .position-relative figure img {
  height: 149px;
  object-fit: cover;
}


/*.offer-wrap .item-details h3 {
	line-height: 26px;
	padding-bottom: 0px;
	
}*/

.item-details h3 {
	color: #3b3b3b;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 0;
	/*padding-bottom: 10px;*/
	height: 60px;
	display: flex;
	align-items: center;
}

.item-details h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.item-details a {
	color: #3b3b3b;
	font-size: 20px;
	font-weight: 500;
	line-height: inherit;
	/*padding-bottom: 3px;*/
}

.item-details p {
	color: #6b6b6b;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 3px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}

.item-details p:empty{display:none;}


.divider {
	background-color: #e6e3e3;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}

.item-price {
	color: #ff4bc4;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}

.item-offer a {
	color: #3c1053;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
}

.item-det {
	padding-top: 20px;
}


/* services option */

.services-option {
	padding: 45px 0px;
}

.services-option-bg {
	background-color: #3c1053;
	padding: 28px 35px;
}

.option-content {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-left: 15px;
	text-transform: uppercase;
}


/* about */

.about-carousel {
	text-align: center;
}

.client-quite {
	padding-top: 55px;
}

.user-img {
	height: 102px;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 97px;
}

.user-content h4 {
	color: #2d2d2d;
	font-size: 23px;
	font-weight: normal;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.user-content p {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}

.about-carousel button span {
	color: #666666;
	font-size: 52px;
	line-height: 40px;
}

.about-carousel button {
	margin: 0 5px;
}

.user-content {
	margin-bottom: 30px;
}

.about-content {
	background-color: #fff;
	padding: 30px 25px 40px;
	width: 94%;
}

.about-content h2 {
	color: #242424;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
}

.about-content p {
	color: #424242;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
}


/* subscribe */

.subscribe-wrap {
	background-color: #1f1f1f;
	padding: 27px 0 26px;
}

.subscribe-form .form-control {
	font-size: 14px;
	line-height: 25px;
	padding: 10px 159px 10px 18px;
}

.subscribe-form .btn {
	position: absolute;
	right: 3px;
	top: 5px;
}

.subscribe-wrap {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}


/* footer */

footer {
	background-color: #1f1f1f;
	border-top: 1px solid #4d4d4d;
	font-size: 12px;
	color: #fff;
	padding-top: 30px;
}

.widget h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}

.widget h3::before {
	background-color: #ff4bc4;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 27px;
}

.widget ul {
	margin-top: 24px;
}

.widget li a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	padding: 5px 0 5px 15px;
	position: relative;
	width: 100%;
}

.widget:not(.contact-widget) li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #ff4bc4;
	margin: auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.widget li a:hover {
	color: #ff4bc4;
}

.widget li a:hover:after {
	background: #fff;
}

.contact-widget i {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	vertical-align: top;
}

.contact-widget li span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	flex: 1;
	line-height: 22px;
	margin-left: 15px;
}

.contact-widget li:last-child {
	margin-left: 30px;
	margin-top: 20px;
}

.contact-widget li:last-child a {
	border-radius: 5px;
	background-color: #ff4bc4;
	display: inline-block;
	font-size: 16px;
	margin: 0 6px;
	padding: 5px 11px;
	width: auto;
	text-align: center;
	vertical-align: middle;
}

.contact-widget li:last-child a i {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	vertical-align: middle;
}

.contact-widget li:last-child a:hover {
	background-color: #fff;
}

.pre-footer {
	border-top: 1px solid #4d4d4d;
	margin-top: 20px;
	padding: 15px 0;
}

/* ul.woocommerce-error{display:flex; justify-content: center;} */
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error{display:block; justify-content: left;}
ul.woocommerce-error li {font-size: 18px;}
ul.woocommerce-error:before{position: relative; top: auto; left: auto; margin-right:10px; font-size:18px;}


/* // inner page */


/* product page*/

.banner-wrap:not(.large-bnr) {
	padding-bottom: 15%;
	position: relative;
	overflow: hidden;
}

.banner-wrap:not(.large-bnr) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
}

.banner-wrap::after {
	content: '';
	background-color: rgba(60, 16, 83, .3);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
	z-index: 2;
}

.banner-wrap:not(:large-bnr) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
}

.title-outer {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 7;
	pointer-events: none;
}

.title-outer h1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height:normal;
	pointer-events: all;
}

.page-breadcrumb {
	font-size: 15px;
	line-height: initial;
	margin-top: 1.5%;
}

.page-breadcrumb li {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0 12px;
	line-height: 24px;
	text-transform: capitalize;
}

.page-breadcrumb li:first-child {
	padding-left: 0px;
}

.page-breadcrumb li a {
	color: #fff;
	font-size: inherit;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-breadcrumb li:after {
	position: absolute;
	top: 0;
	right: -7px;
	content: "-";
	font-family: 'flaticon';
	display: inline-block;
	font-size: 24px;
	line-height: inherit;
	color: #fff;
}

.page-breadcrumb li:last-child::after {
	display: none;
}


/* aside */

.aside {
	min-width: 260px;
}

.filter-group h4, .aside h3 {
	font-size: 18px;
	color: #161616;
	font-weight: 500;
	padding: 15px 15px 18px;
}

.filter-group:not(:first-child) h4 {
	border-top: 1px solid #eeeeee;
}

.cate-list li {
	position: relative;
}

.cale-custom input{
	position: absolute;
	opacity: 0;
	height: 100%;
	z-index: 9;
}
.aside .bapf_body ul li input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	z-index: 9;
}

.checkbox-wrap, .aside ul li  {
	user-select: none;
	cursor: pointer;
	padding: 0;
	margin-bottom: 0px;
	border-radius: 6px;
	/* overflow: hidden; */
	transition: all 0.3s ease;
	color: #717f86;
}

.cale-custom {
	position: relative;
}

.checkbox-wrap span {
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
	font-size: 14px;
	color: #717f86;
	font-weight: normal;
	line-height: 1.2;
}

.checkbox-wrap figure {
	margin-right: 15px;
	border-right: 1px solid #dddddd;
	width: 34px;
	text-align: left;
	float: left;
}

.checkbox {
	height: 20px;
	width: 20px;
	border: 1px solid #a2a2a2;
	background-color: #fff;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.aside .bapf_body ul li label:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	border: 1px solid #a2a2a2;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	right:22px;
	top:50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-family: 'Font Awesome 5 Free';

}

.cale-custom input:checked~.checkbox-wrap .checkbox {
	background-color: #ff4bc4;
}
 
.aside .bapf_body ul li input[type="checkbox"]:checked ~ label:after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-size:20px;
	background-color: #ff4bc4;
	color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
.cale-custom input:checked~.checkbox-wrap .checkbox::after {
	content: '';
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 1px;
	left: 5px;
	height: 13px;
	width: 7px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
}

.filter-group>ul>li, .aside .bapf_body > ul > li {
	padding: 15px 22px 12px 18px;
	min-height: 40px;
	border-top: 1px solid #eeeeee;
}
.aside .bapf_body > ul > li {
	padding: 15px 22px 12px 18px !important;
	position: relative;
	line-height:1;
}

/* rating */

.rating li{
	height: 28px;
	width: 28px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	font-size: 18px;
	background-color: #b2b2b2;
	color: #fff;
	margin-right: 3px;
	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;
}
.ratingWidget li label{margin-bottom:0;}
.ratingWidget li i{
	vertical-align: middle;
	line-height: 28px;
	font-size: 18px;
	background-color: #b2b2b2;
	color: #fff;
	margin-right: 3px;
	padding: 5px 6px;
	line-height: 1;	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.ratingWidget li i.fa-star{
	background: #ff4bc4;
}

.rating:last-child, .ratingWidget li i:last-child {
	margin-right: 0px;
}


/* right-side */

.promotional-offer-wrap .item {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.item-wrap figure {
	position: relative;
}

.item-wrap figure::after {
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(186deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7651260333234856) 100%);
	background: -webkit-linear-gradient(186deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7651260333234856) 100%);
	background: linear-gradient(186deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7651260333234856) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.rating-block {
	position: absolute;
	top: 28px;
	left: 12px
}

.rating-block li {
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 12px;
	background-color: rgba(62, 62, 64, .4);
}

.rating-5 li {
	background: #ff4bc4;
}

.rating-4 li:nth-child(-n+4) {
	background: #ff4bc4;
}

.rating-3 li:nth-child(-n+3) {
	background: #ff4bc4;
}

.rating-2 li:nth-child(-n+2) {
	background: #ff4bc4;
}

.rating-1 li:nth-child(-n+1) {
	background: #ff4bc4;
}

.item .offer-block {
	position: absolute;
	top: 12px;
	right: 10px;
}

.offer-block {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	background-color: #3c1053;
	color: #fff;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	text-align: center;
	padding:5px 6px 6px;
	/* -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; */
}

.offer-block span {font-size:15px;font-weight: 500;display: block;width: 100%;line-height: 20px;padding-top: 5px;}
.offer-block::after {content: ''; position: absolute; height: 87%; width: 87%; border: 1px dashed #fff; border-radius: 100%; top: 4px; left: 0; right: 0; bottom: 0; margin: 0 auto; }

.item .time-block{position:absolute; bottom:10px;}
.time-block i{display:none;}
.time-block{display:flex; justify-content:space-between; text-transform:uppercase;}
.time-block p{margin:0 1px; background:rgba(60, 16, 83, 0.9); padding:8px 5px; font-size:18px; border-radius:5px; min-width:50px; text-align:center;}
.time-block p:empty{display:none;}
.time-block i{color:#000 !important; font-size:18px; line-height:1;}


.item .time-block2{position:absolute;}
.time-block2 i{display:none;}
.time-block2{display:flex; justify-content:start; text-transform:uppercase;}
.time-block2 p{margin:0 1px; background:rgba(255, 255, 255, 0.9); padding:2px 1px; font-size:5px; border-radius:1px; min-width:10px; text-align:center;}
.time-block2 p:empty{display:none;}
.time-block2 i{color:#000 !important; font-size:px; line-height:1;}

.item-categ{font-size:14px; font-weight:normal; color:#111; display:block; position:relative; padding-left:30px; line-height:18px; height:36px; overflow:hidden; margin-bottom:5px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical;}
.item-categ a{font-size:14px; font-weight:normal;}

.item-categ img{position:absolute; left:0px; top:0px; color:#717f86; line-height:1;}

.promotional-offer-wrap .item-det{padding-top:25px;}

/*
.page-item .page-link,
.page-item.disabled .page-link {
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px 15px;
}*/


.catMark mark.count{display:none;}
.catMark{text-align:center;}
.catMark h2 {
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 10px 0;
}
.catMark img{width:100%; height:200px; object-fit:cover;}

.woocommerce nav.woocommerce-pagination .page-numbers{
	border: none !important;
}
.woocommerce .page-numbers li {
	margin: 0 3px !important;
	border: none !important;
}

/*.page-link {
	color: #575757;
	font-size: 14px;
	font-weight: 500;
}*/

.woocommerce .page-numbers .page-numbers{
	background-color: #fff !important;
	color: #575757 !important;
	border: none !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
}
.woocommerce .page-numbers span.page-numbers.current{
	background-color: #ff4bc4 !important;
	color: #fff !important;

}
.woocommerce .page-numbers .page-numbers:hover {
	background-color: #3c1053 !important;
	color: #fff !important;

}

.filter-button-wrap {
	display: none;
}

.navbar-toggle {
	padding: 8px 15px;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #a2a2a2;
	line-height: 1;
	cursor: pointer;
}


/* Detail */

.banner-carousel {
	/*position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}

.banner-carousel>div {
	max-height: 100%;
}

.banner-carousel .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	z-index: 3;
	padding: 0 15px;
}

.owl-nav button[class^="owl-"] {
	opacity: .8;
	/*background: #fff !important;*/
	border-radius: 50%;
	width: 32px;
	height: 32px;
	mix-blend-mode: normal;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border: 1px solid #eeeeef;
}

.owl-nav button[class^="owl-"]:hover {
	opacity: 1;
}

.owl-nav button[class^="owl-"] span {
	font-size: 24px;
	color: #000;
	line-height: 24px;
}

.banner-carousel img {
	min-width: 650px;
	max-width: 100%;
	height: 100vh;
}

.details-content h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	color: #2f2f2f;
	margin-bottom: 20px;
}

.large-bnr {
	/*padding-bottom: 32.04%;
	overflow: hidden;*/
	position: relative;
}
.large-bnr:after {
	background: rgb(0, 0, 0);
	background: linear-gradient(186deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	pointer-events: none;
	z-index: 1;
}

section.large-bnr .banner-carousel figure img{height:600px; width:100%; object-fit:cover;}


@media screen and (min-width: 1367px) {
	/*.large-bnr {
		padding-bottom: 28%;
	}*/
}

	

.banner-content .contentleft {font-size: 16px;pointer-events: all;}
.banner-content .contentleft li{display: flex;align-items: center;}
.banner-content .contentleft h2{/*font-size: 14px;*/display: flex;align-items: center;padding: 0;}
.banner-content i:not(.fa-star) {
	font-size: 25px;
	color: #fff;
	margin-right: 3px;
}

.banner-content .contentleft h2 i.fa-bed:before {
    display: none !important;
}


.banner-content .price {
	color: #ff4bc4;
}
span.given-price {
    margin-left: 20px;
}
.banner-content del {
	color: #fff;
}

.large-bnr .title-outer {
	top: auto;
	bottom: 20px;
	-webkit-transform: initial;
	-ms-transform: initial;
	transform: initial
}

.contentright {
	margin-bottom: 15px;
}

.product-detail p {
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	color: #2f2f2f;
	text-align: justify;
}

.product-detail .divider {
	margin: 34px 0;
}

.product-detail h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1px;
	margin-top: 25px;
}

.userimg figure {
	height: 60px;
	width: 60px;
}

.userimg figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.review-block h4 {
	font-size: 17px;
	font-weight: 500;
	color: #2f2f2f;
	padding-bottom: 5px;
}

.review-block .rating {
	margin-bottom: 5px;
}

.review-block .rating li {
	height: 12px;
	width: 12px;
	font-size: 8px;
	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;
}

.review-block p {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #2f2f2f;
}

.review-block a {
	color: #ff4bc4;
}

.rivew-wrap>ul>li:not(:first-child) {
	margin-top: 30px;
}

.social-Share h3 {
	color: #000000;
}

.social-Share a {
	color: #fff;
	border-radius: 5px;
	background-color: #ff4bc4;
	display: inline-block;
	font-size: 16px;
	margin: 0 6px;
	padding: 5px 11px;
	width: auto;
	text-align: center;
	vertical-align: middle;
}

.social-Share a:first-child {
	margin-left: 0px;
}

.vendorDet h3 {
	color: #000;
}

.vendorDet {
	font-size: 16px;
	font-weight: normal;
}

.vendorDet i {
	color: #666666;
	margin-right: 18px;
}


/* aside right */

.priceDeatil {
	padding-left: 5px
}

.checkradio li,
.listItem {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	color: #2f2f2f;
	line-height: 23px;
	font-weight: normal;
}

.checkradio li {
	border-bottom: 1px solid #dedbdb;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.checkradio li:last-child {
	margin-bottom: 0;
}

.checkradio li .price {
	margin-top: 15px;
}

.checkradio li .price del {
	color: #ff4bc4;
	margin-right: 25px;
}
.checkradio li .price {
	color: #2f2f2f;
}

.checkradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radiobtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #a4a4a4;
}

.checkradio .radiobtn::after {
	top: 4px;
	left: 3px;
	width: 65%;
	height: 65%;
	margin: auto;
	border-radius: 50%;
	background: #ff4bc4;
	content: "";
	position: absolute;
	display: none;
}

.checkradio input:checked~.radiobtn::after {
	display: block;
}

.checkradio input:checked~.radiobtn {
	border-color: #ff4bc4;
}

.button-primary {
	font-size: 16px;
	font-weight: 500;
	background-color: #3c1053;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	line-height: 16px;
	padding: 13px 18px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.button-primary:focus,
.button-primary:hover {
	background-color: #ff4bc4;
}

.button-secondary {
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #ff9fe0;
	line-height: 16px;
	padding: 13px 18px;
	color: #000;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.button-secondary:focus,
.button-secondary:hover {
	background-color: #3c1053;
	color: #fff;
}

.contactDetail {
	border: 1px solid #cbcbcb;
	padding: 20px 20px 35px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-top: 50px;
}

.contactDetail li {
	position: relative;
	padding-right: 30px;
}

.contactDetail li:not(:last-child) {
	border-bottom: 1px solid #dedbdb;
	margin-bottom: 12px;
	padding-bottom: 15px;
}

.contactDetail,
.contactDetail a {
	font-size: 18px;
	line-height: 1;
	color: #353535;
	font-weight: 500;
}

.contactDetail a {
	width: 20px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.contactDetail .font-small {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.inner-pages section {
	padding-bottom: 60px;
}

.form-wrap {
	background-color: #fff;
	box-shadow: 0 0 14px 0 rgba(213, 213, 213, .75);
	margin: 0 auto;
	padding: 50px 50px;
	font-size: 15px;
	color: #474747;
}

.form-custom h2 {
	font-size: 40px;
	color: #0a1631;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 35px;
}

.form-custom h2:after {
	content: "";
	height: 4px;
	width: 124px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}

.form-custom .form-control:not(textarea),
.form-custom select.form-control {
	height: 37px;
	min-height: 37px;
}

.form-custom a:not([class^="btn"]):not([class]) {
	color: #ff4bc4;
	font-size: 15px;
	font-weight: normal;
}

.form-check-inline {
	color: #474747;
	font-size: 15px;
}

.form-check-inline input {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	height: 23px;
	width: 23px;
	margin-right: 17px !important;
}

.login-bl p a {
	font-weight: bold;
}

.login-social a {
	width: 37px;
	height: 37px;
	border-radius: 100%;
	color: #fff;
	margin: 0 3px;
	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;
}

.login-social a.fb {
	background-color: #3b5998;
}

.login-social a.gplus {
	background-color: #ff641a;
}

.blk {
	color: #000;
	font-weight: bold;
	margin: 20px 0px 15px 0px !important;
}

.form-custom .btn {
	margin-bottom: 15px;
}

.account-wrap {
	padding: 75px 0 120px;
}


/* dashboard */

.aside-left {
	width: 27.437%;
}

.fixed-menu-wrap {
	background: #3c1053;
	height: 100%;
}

.user-info {
	background: #6a3486;
	padding: 20px 10px;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
}

.user-info figure {
	width: 76px;
	height: 76px;
}

.aside-left .user-info img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-info small {
	font-size: 13px;
	font-weight: normal;
	display: block;
	line-height: 1;
	margin-bottom: 12px;
}

.togo-menu-fixed {
	padding: 14px 20px 14px 25px;
}

.togo-menu-fixed a {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	padding: 10px 0;
	display: block;
	width: 100%;
}
.togo-menu-fixed a span {
	width: 40px;
    display: inline-block;
}

.togo-menu-fixed a:hover,
.togo-menu-fixed a.active {
	color: #ff4bc4;
}

.togo-menu-fixed a:hover .hoverhide,
.togo-menu-fixed a.active .hoverhide {
	display: none;
}

.hovershow {
	display: none;
}

.togo-menu-fixed a:hover .hovershow,
.togo-menu-fixed a.active .hovershow {
	display: inline;
}

.content-body {
	padding: 30px 15px 90px 25px;
}

.content-wrap {
	background: #fff;
	box-shadow: 0 0 14px 0 rgba(213, 213, 213, .75);
	padding: 45px 34px 45px 40px;
}

.content-wrap h2 {
	font-size: 25px;
	color: #0a1631;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 25px;
}

.content-wrap h2:nth-child(n+2) {
	padding-top: 20px;
}

.content-wrap h2:after {
	content: "";
	height: 4px;
	width: 124px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}

.content-wrap .form-custom .btn {
	margin-top: 30px;
}

.dashboard .filter-button-wrap {
	margin-top: 30px;
}


/* my order */

.tabbing-wrap .details p {
	margin-bottom: 0;
	color: #111111;
}

.tabbing-wrap .details p:first-child,
.tabbing-wrap .price {
	color: #2a2a2a;
	font-size: 15px;
}

.tabbing-wrap a {
	font-size: 15px;
	font-weight: 500;
}
.tabbing-wrap a:hover{color: #333;}
.tabbing-wrap .details figure {
	width: 121px;
	height: 82px;
}

img.obj-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.commingSoon img {
    width: 250px;
    margin-bottom: 30px;
}
.commingSoon{text-align:center; padding:50px 0;}


.tabbing-wrap .tab-content li:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.tabbing-wrap a.btn {
	background-color: #a9a9a9;
	margin: 0 5px;
}

.tabbing-wrap a.btn:hover,
.tabbing-wrap a.btn.active {
	background-color: #ff4bc4;
	color: #fff;
}


/* landing page */

.wl-vendor {
	padding: 60px 0 45px 0;
	position: relative;
}

.wl-vendor .content-box h2 {
	font-size: 48px;
}

.content-box h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 60px;
	color: #3c1053;
	line-height: 1;
	margin-bottom: 30px;
}

.content-box h4 {
	font-weight: 300;
	font-size: 23px;
	color: #353535;
	line-height: 37px;
	margin-bottom: 25px;
}

.para {
	font-weight: normal;
	font-size: 15px;
	color: #353535;
	line-height: 28px;
}

.para ul li {
	list-style: disc inside none;
}

.para ul li::marker {
	color: #3c1053;
	font-size: 18px;
	margin-right: 10px;
}

.benifits-reg {
	background-image: url('../img/benefits-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 55px 0 75px;
}

.benifits-reg h2 {
	padding-top: 70px;
}

.float-parent {
	position: relative;
}

.floating-content label {
	color: #3c1053;
	font-size: 19px;
	font-style: italic;
	margin-bottom: 0px;
	line-height: 1.2;
}

.floating-content figure {
	width: 8vw;
	height: 8vw;
	border-radius: 100%;
	background-color: #fff;
	padding: 7%;
}

.floating-content {
	position: absolute;
	/* width: 33%; */
}

.floating-content:nth-of-type(1) {
	top: 49%;
	right: 94%;
}

.floating-content:nth-of-type(2) {
	top: 71%;
	right: 91%;
}

.floating-content:nth-of-type(3) {
	top: 88%;
	right: 77%;
}

.mang-promotion {
	padding: 60px 0 70px;
}

.order-mang {
	background-image: url('../img/order-mang-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 75px 95px;
}

.payment-mang {
	background-image: url('../img/payment-mang-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 130px 0 95px;
}

.ad-camp {
	background-image: url('../img/ad-camp-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 90px 124px;
}


/* ++++ pricing ++++ */

.pricing-sect {
	padding: 100px 0px 130px;
	background-color: #f0f5fc;
}

[role="tablist"] a.nav-link {
	padding: 2px 25px;
	background-color: #d9d9d9;
	font-weight: bold;
	font-size: 15px;
	color: #2e2e2e;
	line-height: 1.2;
	text-align: center;
	border-radius: 30px;
	min-height: 38px;
	min-width: auto;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.pricing-tab a.nav-link {
	padding: 2px 25px;
	background-color: #d5d8ff;
	font-weight: bold;
	font-size: 15px;
	color: #3c1053;
	line-height: 1.2;
	text-align: center;
	border-radius: 30px;
	min-height: 48px;
	min-width: 244px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.pricing-tab a.nav-link small {
	color: #ff4bc4;
}

.pricing-tab a.nav-link.active,
[role="tablist"] a.nav-link.active {
	background-color: #3c1053;
	color: #fff;
}

.plan-wrap {
	width: 80%;
	margin: 0 auto;
}

.plan-body {
	background-image: url('../img/plan-body-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0 28px 30px 28px;
	text-align: center;
	border-radius: 15px 15px;
}

.plan-body h4 {
	font-size: 16px;
	color: #3c1053;
	line-height: 1;
	padding: 9px 39px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
}

.plan-body .price {
	color: #3c1053;
	font-weight: bolder;
	font-size: 29px;
	padding: 40px 0 36px;
}

.plan-body .price del {
	color: #fff;
	font-weight: 500;
}

.plan-body .price i {
	color: #fff;
	font-weight: unset;
}

.tab-pane>div>div:nth-child(2) .plan-body {
	background-image: url('../img/plan-body-bg1.png');
}

.tab-pane>div>div:nth-child(2) .plan-body .price {
	color: #ff4bc4;
}

.plan-benifits {
	padding: 25px 21px 20px 23px;
	background: #fff;
	text-align: left;
	border-radius: 0 15px 15px 0;
	margin-bottom: 27px;
	position: relative;
	margin-left: -48px;
	box-shadow: -3px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.plan-benifits:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0px;
	border-top: 20px solid #cdd0f6;
	border-left: 20px solid transparent;
}

.plan-benifits li {
	font-size: 14px;
	color: #16015b;
	line-height: 1;
	font-weight: normal;
	padding: 11px 0;
	border-bottom: 1px dashed #c0adfd;
	margin-bottom: 10px;
}

.plan-benifits li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.plan-benifits li:first-child {
	padding-top: 0;
}

.plan-benifits li i {
	color: #171717;
	margin-right: 28px;
}

.plan-body .btn {
	color: #40014a;
}

.signupmodal .modal-dialog {
	max-width: 658px;
}

.modal-dialog .form-custom textarea.form-control {
	height: 79px;
}

.form-check-inline {
	color: #0a1631;
}

.modal-body .close {
	position: absolute;
	top: 5px;
	right: 7px;
	background: #000;
	color: #fff;
	z-index: 1;
	opacity: 1;
	padding: 7px 11px;
	border-radius: 100%;
	line-height: 1;
	font-size: 18px;
}

.scrollBlock {
	display: inline-block;
	margin-bottom: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	max-width: 28px;
	margin: 0 auto;
}

.mouse {
	height: 57px;
	width: 26px;
	border-radius: 25px;
	transform: none;
	border: 1px solid #3c1053;
	top: 170px;
}

.wheel {
	height: 14px;
	width: 1px;
	display: block;
	margin: 5px auto;
	background: #ff4bc4;
	position: relative;
	border-radius: 0;
}

.wheel {
	animation: mouse-wheel 3s ease infinite;
	-webkit-animation: mouse-wheel 3s ease infinite;
	-moz-animation: mouse-wheel 3s ease infinite;
}

@keyframes mouse-wheel {
	0%,
	100% {
		top: 0;
	}
	50% {
		top: 30px;
	}
}


/* store credit page */

.date-label {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #ff4bc4;
	padding-bottom: 22px;
}

.store-cr li:not(:last-child) {
	padding-bottom: 30px;
}

.store-cr ul:not(:last-child) {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.store-cr ul:not(:last-child):after {
	content: '';
	background-color: #eeeeee;
	width: 100%;
	width: calc(100% + 10%);
	height: 1px;
	position: absolute;
	left: -5.5%;
	bottom: 0;
}

/* vendord */

.vendordash {
	padding: 27px 30px 30px;
}

h3 {
	font-size: 18px;
	color: #0a1631;
	/* font-weight: 500; */
	font-weight: bold;
	line-height: 1;
	margin-bottom: 18px;
	
}

.table {
	font-size: 13px;
	font-weight: normal;
	color: #5d5d5d;
}

.table:only-child {
	margin-bottom: 0;
}

.scoremeter {
	padding-top: 40px;
}

.scoremeter ul {
	margin: 0 -10px;
}

.scoremeter li {
	width: 25%;
	padding: 0 10px;
}

.scoremeter .scoremeter-block {
	background-color: #fff;
	border-radius: 50% 50%;
	height: 100%;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
}

.scoremeter .scoremeter-block figure {
	position: relative;
	top: -22px;
}

.score {
	font-size: 35px;
	font-weight: bolder;
	color: #ff4bc4;
	line-height: .8;
}

.score-status {
	font-size: 16px;
	font-weight: 600;
	color: #0a1631;
	line-height: 24px;
	padding-top: 12px;
}

td.numeric,
th.numeric {
	text-align: right;
}

.table thead th {
	border: none;
	background-color: #3c1053;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.table thead th:first-child {
	border-radius: 4px 0 0 6px;
}

.table thead th:last-child {
	border-radius: 0 6px 6px 0;
}

.btn-groups {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: auto;
	column-gap: 10px;
	row-gap: 15px;
	justify-content: center;
}

.content-wrap .item-details a,
.content-wrap .item-details h3 {
	font-weight: normal;
}

.content-wrap .item-price {
	font-size: 20px;
	font-weight: 300;
}


/* manage account */

.file-name img {
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
}


/* manage promotion edit page  */

.img-upload figure {
	height: 8.061vw;
	position: relative;
	box-sizing: border-box;
	background-color: #e9e9e9;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.img-upload figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.closed {
	position: absolute;
	right: -7px;
	top: -7px;
	background-color: #fff;
	border-radius: 100%;
	line-height: 1;
	color: #8c8c8c !important;
	font-size: 18px !important;
	
}

.closed:hover {
    background: #3c1053;
}

.img-upload .add-plus {
	font-size: 20px;
	color: #8c8c8c;
	width: 100%;
	height: 100%;
}

.img-upload .add-plus span {
	position: initial;
	font-size: 40px;
	color: #ff4bc4;
}

.edit-promotion h3,
.product-reviews h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0a1631;
	line-height: 1;
	margin-bottom: 0px;
}

.edit-promotion label {
	font-size: 13px;
	font-weight: 500;
	color: #696969;
	line-height: 1;
}

.edit-promotion h4,
.product-reviews h4 {
	font-size: 16px;
	font-weight: bold;
	color: #0a1631;
	line-height: 1;
	margin-bottom: 0px;
}

.edit-promotion h3 a {
	font-size: 14px;
	color: #ff4bc4;
	line-height: 1;
	margin-left: 34px;
}

.btn-sm {
	padding: 8px 12px;
	font-size: 12px;
	line-height: 12px;
}

.product-reviews img {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin-right: 10px;
}

.ratingStar {
	font-size: 16px;
}

.ratingStar span {
	font-size: 12px;
}

.product-reviews li:first-child {
	border-top: 1px solid #e9e9e9;
}

.product-reviews li {
	padding: 13px 0;
	border-bottom: 1px solid #e9e9e9;
}


/* payment */

.status-pen {
	color: #ff4bc4;
}

.status-rec {
	color: #5aa708;
}
.status-charge-back {
	color: #0839a7;
}
.status-refund {
	color: #f5852a;
}


/* payments */

.vendordash h3 {
	font-size: 24px;
	font-weight: 500;
	color: #0a1631;
}


/* sales reports */

.sales-status-block {
	background-color: #fff;
	height: 119px;
	border-radius: 6px;
	padding: 10px 30px;
}

.sales-no {
	font-size: 30px;
	font-weight: bold;
	padding: 15px;
	border-radius: 50%;
	color: #fff;
	width: 4.905vw;
	height: 4.905vw;
	background: rgb(200, 114, 242);
	background: -moz-linear-gradient(186deg, rgba(200, 114, 242, 1) 33%, rgba(247, 114, 209, 1) 100%);
	background: -webkit-linear-gradient(186deg, rgba(200, 114, 242, 1) 33%, rgba(247, 114, 209, 1) 100%);
	background: linear-gradient(186deg, rgba(200, 114, 242, 1) 33%, rgba(247, 114, 209, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c872f2", endColorstr="#f772d1", GradientType=1);
}

.sales-cmt {
	font-size: 24px;
	color: #0a1631;
	line-height: 1.2;
	font-weight: bold;
}

.qr-wrap,
.qr-wrap label {
	font-size: 13px;
	font-weight: 500;
	color: #696969;
}

.colmid strong {
	font-size: 16px;
	font-weight: bold;
}

.qr-details {
	font-size: 14px;
	color: #2f2f2f;
	font-weight: bold;
	line-height: 1.2;
}

.qr-details label {
	font-size: 14px;
	color: #696969;
	font-weight: 500;
	display: block;
}

.qr-details li {
	margin-bottom: 22px;
}

/* enquiry received */
.table [class^="btn-"] {
	font-size: 12px;
	padding: 6px 14px;
	height: auto;
	width: auto;
	display: inline-block;
	min-width: auto;
	font-weight: normal;
}
.reviewModal .rating span label {
    background: transparent;
    color: #ccc;
    font-size: 22px;
}

.item-details .star-rating{display:none;}
.item-details .item-price del{margin-right:3px;}




/* Added By Shiv */
.quickLinks .widget .is-list .wc-block-product-categories-list span.wc-block-product-categories-list-item-count {
    display: none;
}

/*.woocommerce form .form-row {
	display:flow-root;
}*/

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    border:none;
}

div.yith-woocommerce-advanced-reviews div#review_form_wrapper{display:none;}


.rating {
    float:left;
    width:300px;
}
.rating span { float:right; position:relative; }
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    color:#FFF;
    background:#ccc;
    font-size:30px;
    margin-right:2px;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background:#ff4bc4;
    color:#FFF;
}
/*.woocommerce span.onsale {display:none;}*/

.woocommerce div.product div.images.woocommerce-product-gallery {
    display: none;
    position: relative;
}

.wcfm_buttons{display:none !important;}

div.promotional-offer-wrap .item .position-relative .productImage span{display:none;}
div.promotional-offer-wrap .item .position-relative .productImage img {
    width: 100% !important;
    height: 200px !important;
    max-width: 100% !important;
}

.page-id-6 .post-6 .entry-content{padding:50px 0;}
.page-id-6 .post-6 .entry-content p{text-align:center; font-size:25px;}
.page-id-6 .post-6 .entry-content p:first-of-type{text-align:center; font-size:25px; position: relative; padding-top: 150px;}
.page-id-6 .post-6 .entry-content p:first-of-type:before{
	content: "\f058";
	font-family:'Font Awesome 5 Free';
	font-weight:400;
	display: inline-block;
	/*font: normal normal normal 14px/1 FontAwesome;*/
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50px;
	font-size: 130px;
	left: 50%;
	margin-left: -65px;
	color: #ff4bc4;
}

.page-id-6 .post-6 .entry-content .tnp.tnp-profile ~ p:first-of-type:before{content:"\f057";}
.page-id-6 .tnp.tnp-profile form{display:flex; justify-content:center; margin-bottom:10px;}
.page-id-6 .tnp.tnp-profile form .tnp-field-email{display:flex; align-items:center;}
.page-id-6 .tnp.tnp-profile form .tnp-field-email label{margin:0 15px 0 0;}
.page-id-6 .tnp.tnp-profile form .tnp-field-email input{background:#FFF; padding:10px; min-width:250px;}


.page-id-9 ul.woocommerce-error{text-align:left;
background: transparent; padding-left: 20px;}
.page-id-9 ul.woocommerce-error:before{position:initial; margin-right:5px;}


.frmPages h1{margin-bottom:15px;}
.frmPages p{font-size:14px;}
.frmPages ul{padding-left:15px;}
.frmPages ul li{list-style:square; color:#333; margin-bottom:8px; line-height:20px;}
section.subscribe-wrap span.text-danger {font-size: 12px;font-weight: 400;}







.elementor-widget-button .elementor-button-link.elementor-button{background:#3C1053;}
.elementor-section{}

.elementor-2553 .elementor-element.elementor-element-631bb790 .elementor-widget-container{color:#666; font-weight:400;}
.elementor-2553 .elementor-element.elementor-element-5a451209 .elementor-widget-container{color:#666; font-weight:400;}

.elementor-2553 .elementor-element-4dd04a3 .elementor-element.elementor-element-927cd01 .pricing-table__price{padding:30px 14px 74px 14px;}
.elementor-swiper .swiper-container-horizontal .swiper-pagination-bullets{bottom:-15px;}

/*.elementor-element-ae7f6a7 .swiper-container-horizontal .elementor-element .elementor-widget-container{overflow:hidden; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; background:#CCC;}
.elementor-element-ae7f6a7 .swiper-container-horizontal .elementor-element .elementor-widget-container p{overflow:hidden; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; background:#CCC;}*/




#wcfm-main-contentainer .wcfm_membership_boxes .wcfm_membership_feature_box_wrraper{display:none;}

#wcfm-main-contentainer .wcfm_membership_box .wcfm_membership_box_head .wcfm_membership_title{background:#3C1053;}
#wcfm-main-contentainer .wcfm_membership_box_wrraper:nth-child(4) .wcfm_membership_box_head .wcfm_membership_title{background-color:#FF4BC4;}
#wcfm-main-contentainer .wcfm_membership_box_wrraper:nth-child(5) .wcfm_membership_box_head .wcfm_membership_title{background-color:#FF4BC4;}
#wcfm-main-contentainer .wcfm_membership_box_wrraper:nth-child(6) .wcfm_membership_box_head .wcfm_membership_title{background-color:#FF4BC4;}
#wcfm-main-contentainer .wcfm_membership_box .wcfm_membership_box_head{background:#F2F5F7;}

#wcfm-content .wcfm-membership-wrapper .wcfm_membership_boxes{justify-content:center; margin:50px 0;}
#wcfm-content .wcfm_membership_boxes .wcfm_membership_box_head{margin:0px;}
#wcfm-content .wcfm_membership_boxes .wcfm_membership_box_head .wcfm_membership_price .amount{border:0px; color:#000; min-height:auto; width:auto !important; height:auto !important;}
#wcfm-content .wcfm_membership_boxes .wcfm_membership_box_head .wcfm_membership_price_description{font-size:20px; margin:0px;}

#wcfm-content .wcfm_membership_boxes input.wcfm_submit_button{background-color:#FF4BC400; color:#3C1053; border-radius:0px 0px 0px 0px; border-style:solid; border-width:2px 2px 2px 2px; border-color:#3C1053; margin:0px; margin-top:150px;}
#wcfm-content .wcfm_membership_boxes input.wcfm_submit_button:hover{color:#FFF; background-color:#3C1053;}



#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper{color:#FFF !important; background:#3c0753 !important;}



/* Added By Shiv Ends Here*/


/*cart*/
.product-thumbnail .small-img img{width:80px !important;}
.product-price > div{-webkit-box-pack: justify!important; -ms-flex-pack: justify!important; justify-content: space-between!important; display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important;  color: #656565;}
.product-price > div ins{margin-left:5px;}
.product-name a{color:#000;}
.coupon input{min-width:100px;}
.lh-2{line-height:1.3;}
.min-h h3{min-height:66px;}
.search-result figure{height:220px;}
.search-result figure img{width: 100%;
    max-width: 100%;
    height: 100%;}
/*chackout page*/
.checkoutPage {margin: 50px 0; }
.checkoutPage h3 {margin: 0; color: #FFF; font-size: 18px; font-weight: 600; background: #3c1053; padding: 12px 20px; text-transform: uppercase; }
.checkoutPage #payment #place_order {background: #ff4bc4; color: #FFF; margin: 10px 0; }
.bilingDetail {border: 1px solid #ccc; padding: 20px; background: #fff; }
.bilingDetail+.bilingDetail {margin-top: 15px; }
.bilingDetail label {width: 100%; font-weight: 400; vertical-align: top; font-weight: 500; }
.bilingDetail input {border: 1px solid #ccc; height: 35px; padding: 5px; width: 100%; font-weight: 500; }
.bilingDetail input[type="checkbox"] {width: auto; height: auto; border: 0px; }
.bilingDetail textarea {border: 1px solid #ccc; height: 150px; padding: 5px; width: 100%; font-weight: 500; resize: none; }
.bilingDetail .woocommerce-input-wrapper {display: inline-block; width: 100%; }
select.country_to_state .selection .select2-selection {}
.bilingDetail .select2-container--default .select2-selection--single {background-color: #fff; border: 1px solid #CCC; border-radius: 0; height: 34px; margin: 0; }
.bilingDetail .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 34px; }
.bilingDetail .select2-container--default .select2-selection--single .select2-selection__arrow {height: 32px; }
.checkoutPage .place-order .checkbox{height:auto; width: auto; background: transparent;}
.sub-title {font-size: 25px; color: #0a1631; font-weight: bold; line-height: 1; position: relative; padding-bottom: 17px; margin-bottom: 25px;}
.sub-title:after {content: ""; height: 4px; width: 124px; position: absolute; bottom: 0; left: 0; border-top: 1px solid #b6b6b6; border-bottom: 1px solid #b6b6b6; }
.custom-bg {background-color: #f1f1f1;}
.woocommerce-customer-details address {line-height: 38px;}

.woocommerce-EditAccountForm .woocommerce-input-wrapper{width: 100%;}
.woocommerce-EditAccountForm #billing_country_field, .woocommerce-EditAccountForm #billing_state_field{padding: 0px;}
.woocommerce .woocommerce-EditAccountForm .form-row{padding: 8px;line-height: inherit;}
.succPayment{padding: 70px 0;}
.successPayment{ background: #fff; padding:50px 20px;box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);transform: translate(0px, -10px);}
.successPayment{text-align: center;}
.successPayment i{text-align: center; color: #26b887; font-size: 50px;}
.successPayment img {width: 100px;margin-bottom: 19px;}
.successPayment h2{ font-size: 20px;}
.successPayment a{display: inline-block; margin-top: 15px; border:1px solid #ff4bc4; padding:4px 20px; border-radius: 25px; color: #333; font-size: 15px; font-weight: 500;}
.successPayment a:hover{background: #ff4bc4; color: #fff;}
.content-wrap .table td{border-top: none;}
.content-body .wpgv-balance-activity-table {font-size: 14px;border: 1px solid #ccc;margin-top:10px;}
.content-body .wpgv-balance-activity-table tr th{background: #333; color: #fff;}
.content-body h4{margin-top: 24px;}
.content-body .wpgv-balance-activity-table tr th, .content-body .wpgv-balance-activity-table tr td {border: 1px solid #ccc;}
.customForm #voucher-multistep-form .steps ul li.current a {background:#3c1053;}
.customForm #voucher-multistep-form .steps ul li.done a{background:#3c1053 !important;}
.customForm #voucher-multistep-form .actions ul li a {background: #000 !important;}
.customForm #voucher-multistep-form .actions ul li a:hover{ background: #ff4bc4 !important;}
.customForm #voucher-multistep-form .content .form-group select,
.customForm #voucher-multistep-form .content .voucherform .form-group input,
.customForm #voucher-multistep-form .content .voucherform .form-group input[type="text"],
.customForm #voucher-multistep-form .content .form-group textarea
{border:1px solid #ccc !important;}
.customForm .buying-options div.selected, .customForm .shipping-options div.selected{ background: #ff4bc4 !important;}
.customForm #voucher-multistep-form .secondRightDiv .cardDiv{background: #3c1053 !important; color: #fff !important;}
.customForm #voucher-multistep-form .secondRightDiv .voucherBottomDiv h2, .customForm #voucher-multistep-form .voucherBottomDiv .termsCard{color: #fff !important;}
.customForm #voucher-multistep-form .secondRightDiv .cardDiv .uk-form-row div label {color: #fff !important;}
.customForm #voucher-multistep-form #voucherPaymentButton{ background: #3c1053 !important; margin: 20px 0;}
.customForm #voucher-multistep-form .voucherPreviewButton button{ background: #3c1053 !important;}
.customForm #voucher-multistep-form .voucherBottomDiv .voucherSiteInfo a{color: #fff !important}

h4.wcfm_membership_your_plan_label {
    line-height: 1.3em;
    color: #fff;
    background: #FF4BC4;
    border: 2px solid #FF4BC4;
    padding: 14px 35px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin: 10px 0;
}
.priceDeatil .button-primary, .button-primary {
	border-radius: 25px !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: bold !important;
	line-height: 1.2 !important;
	min-width: 159px !important;
	padding: 10px 17px 10px !important;
	text-align: center !important;
	background-color: #ff4bc4 !important;
	display: inline-block !important;
	height: 37px !important;
	box-shadow: none !important;
	outline: none !important;
	border: none;
}


.priceDeatil .button-primary:hover, .button-primary:hover{
	box-shadow: inherit !important;
	outline: inherit !important;
	background-color: #3c1053 !important;
	color: #fff !important;
}

.mailchimp-newsletter, .rightside .validate-required:first-of-type {display: none;}



.highlight-title {
    color: #fff;
    background: #3c1053;
    padding: 7px 10px;
    margin-bottom: 10px;
}




/* CSS for create-promotion  */

.mainTtl{color:#3C1053; font-size:45px;}
.subTtl{color:#3C1053; font-family:"Montserrat", Sans-serif; font-size:28px; font-weight:500; line-height:30px;}
.btnCrt{color:#FFF; background:#3C1053; border:2px solid #3C1053; padding:14px 35px; font-size:16px; font-weight:500; line-height:1.3em;}
.btnCrt:hover{color:#3C1053; background:#FFF;}


.pageCont p{font-size:16px; color:#666; margin-bottom:15px;}

.family{color:#FF4BC4; font-family:"Allura", Sans-serif; font-weight:700;}

.secBox{text-align:center; font-size:16px; margin:0px; border-radius:10px; padding:40px 0px; transition:all 0.3s; box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.25);}
.secBox .icon{color:#3C1053; font-size:50px;}
.secBox h3{color:#000; font-size:30px; margin:10px 0 0;}
.secBox p{text-align:center; color:#000; font-weight:500; padding:20px;}
.secBox a,
.secBox button{line-height:1.3em; color:#FFF; background:#3C1053; border:2px solid #3C1053; border-radius:30px; padding:12px 50px; display:inline-block; font-weight:500;}
.secBox a:hover,
.secBox button:hover{color:#3C1053; background:#3C105300; border-color:#3C1053;}

.secBox.pink .icon{color:#FF4BC4;}
.secBox.pink a{background:#FF4BC4; border:2px solid #FF4BC4;}
.secBox.pink a:hover{color:#FF4BC4; background:#FFF; border-color:#FF4BC4;}

button.comanBtn{line-height:1.3em; color:#FFF !important; background:#3C1053; border:2px solid #3C1053; padding:14px 35px; border-radius:3px; font-size:15px; font-weight:500;}
button.comanBtn:hover{color:#3C1053 !important; background:#3C105300;}

a.comanBtn{line-height:1.3em; color:#FFF !important; background:#3C1053; border:2px solid #3C1053; padding:14px 35px; border-radius:3px; font-size:15px; font-weight:500;}
a.comanBtn:hover{color:#3C1053 !important; background:#3C105300;}

a.comanBtn2{line-height:1.3em; color:#3C1053; background:#FFF; border:2px solid #3C1053; padding:14px 35px; border-radius:3px; font-size:15px; font-weight:500;}
a.comanBtn2:hover{color:#FFF; background:#3C1053;}

a.comanBtn3{line-height:1.3em; color:#FF4BC4; background:#FFF; border:2px solid #FF4BC4; padding:14px 35px; border-radius:3px; font-size:15px; font-weight:500;}
a.comanBtn3:hover{color:#FFF; background:#FF4BC4;}

/* .wcfm_membership_subscribe_button_wrapper input.wcfm_submit_button */

.pricBtn div:nth-child(3) input.wcfm_submit_button{line-height:1.3em; color:#FFF !important; background:#3C1053; border:2px solid #3C1053; padding:14px 35px; border-radius:3px; font-size:15px; font-weight:500; margin:0px; width:100%;}
.pricBtn div:nth-child(3) input.wcfm_submit_button:hover{color:#3C1053 !important; background:#3C105300;}

.pricBtn div:nth-child(2) input.wcfm_submit_button{line-height:1.3em; color:#3C1053; background:#FFF; border:2px solid #3C1053; padding:14px 35px; border-radius:3px; font-size:15px; font-weight:500; margin:0px; width:100%;}
.pricBtn div:nth-child(2) input.wcfm_submit_button:hover{color:#FFF; background:#3C1053;}

.pricBtn div:nth-child(1) input.wcfm_submit_button{line-height:1.3em; color:#FF4BC4; background:#FFF; border:2px solid #FF4BC4; padding:14px 35px; border-radius:3px; font-size:15px; font-weight:500; margin:0px; width:100%;}
.pricBtn div:nth-child(1) input.wcfm_submit_button:hover{color:#FFF; background:#FF4BC4;}



.optPlan{ margin-bottom: 70px;}
.optPlan h2{color:#3C1053; font-size:30px;}
.optPlan .textBld{color:#828282; font-weight:500;}

.acodIon{margin:20px 0;}
.acodIon .card{border:0; background:none; margin:18px 0;}
.acodIon .card-header{padding:0; background:none; border:0; cursor:pointer;}
.acodIon .card-header h3 {font-size: 17px; font-weight: 500; }
.acodIon .card-body{padding:10px 20px;}
.acodIon .card-body p{color:#7B7B7B;}

.titleBox{}
.titleBox .title{color:#3C1053; font-size:40px; font-weight:500;}
.titleBox .textBlu{color:#FF4BC4; font-size:19px; font-weight:700;}
.titleBox .subTtl{font-size:14px; color:#828282; line-height:24px; font-weight:500;}
.titleBox .subTtl2{font-size:14px; color:#3C1053; line-height:24px; font-weight:600;}



.growMost {
background:#3C1053;
color:#FFF;
border-radius:5px 5px 0 0;
display:inline-block;
padding:12px 30px;
font-size:24px;
font-weight:600;}

.growMost ~ .packegBox h2{background:#FF4BC4;}
.growMost ~ .packegBox{margin:0px;}

.packegBox{background-color:#FFFFFF; margin-top:60px; border-style:solid; border-width:1px 1px 1px 1px; border-radius:0px 0px 4px 4px; padding:0px 0px 25px 0px; box-shadow:0px 0px 25px 0px rgba(168.99999999999997, 168.99999999999997, 168.99999999999997, 0.21);}
.packegBox h2{background:#3C1053; padding:18px 0px; text-align:center; color:#FFF; font-family:"Montserrat", Sans-serif; font-size:32px; font-weight:500; line-height:1.1em;}
.packegBox .subBox{text-align:center; background:#F2F5F7; padding:20px 14px; min-height:260px;}
.packegBox .subBox h3{font-family:"Trirong", Sans-serif; font-size:32px; font-weight:700; line-height:1.3em; margin:0px;}
.packegBox .subBox .price{font-size:16px; margin-top:10px;}
.packegBox .subBox p{font-size:12px;}
.packegBox ul{margin:0px; padding:20px; min-height:450px; text-align:left;}
.packegBox ul li{font-family:"Poppins", Sans-serif; font-size:14px; line-height:2.8em;}
.packegBox ul li + li{border-top:1px solid #8D975C8C;}
.packegBox .bothBtn{display:flex; justify-content: space-between;}
.packegBox .bothBtn > div{width:100%;}
.packegBox .bothBtn > div + div{margin-left:10px;}


.growPack{width:100%; box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5); margin:14px 0; padding:0px;}
.growPack .htBox{background:#FFF; padding:10px 10px 20px;}
.growPack figure{}
.growPack h3{color:#3C1053; font-size:32px; margin:15px 0;}
.growPack h4{color:#3C1053; font-family:"Montserrat", Sans-serif; font-size:19px; font-weight:600;}
.growPack p{font-size:14px; color:#828282; line-height:24px; min-height:70px;}
.growPack img{width:100%;}

.seminars_area .growPack img{width:100%; height:200px; object-fit:cover;}
.seminars_area .owl-item{padding:10px 0;}
.seminars_area .owl-nav{position:absolute; bottom:58%; width:100%;}
.seminars_area .owl-nav [class*="owl-"]{position:absolute;}
.seminars_area .owl-nav .owl-prev{left:-40px;}
.seminars_area .owl-nav .owl-next{right:-40px;}

.mamQuin{background:#FFF; margin:0 0 50px;}
.mamQuin .mamaBox{background:url('../img/message-box.png');
	background-repeat: no-repeat;
	background-position: center center; width:100%; height:170px; text-align:center; padding:50px 110px 30px 55px;}
.mamQuin .mamaBox p{color:#3C1053; font-size:30px; font-weight:600;}

.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot{
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000 !important;
  opacity: .2;
  margin: 0 4px;
}
.owl-dots .owl-dot.active {
  opacity: 1;
}
.card svg {
  -webkit-margin-start: -5px;
  margin-inline-start: -5px;
  width: 1em;
  height: 1em;
  margin-right:7px;
}
.card h3:not(.collapsed) svg{
	transform: rotate(180deg);
}


/* Video code Subha */

#vidwrap {
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow:hidden;
    background-repeat: no-repeat;
    width:480px;
    height:289px;
    cursor:pointer;
	border-radius:4%;
	display:flex;
	justify-content:center;
	align-items:center;
}

#vidwrap_1 {
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow:hidden;
    background-repeat: no-repeat;
    width:480px;
    height:289px;
    cursor:pointer;
	border-radius:4%;
	display:flex;
	justify-content:center;
	align-items:center;
}

/* .abc{
   color:#FF4BC4 !important;
   background:#FF4BC4; border:2px solid #FF4BC4 !important;
  color:#FF4BC4; background:#FFF; border-color:#FF4BC4 !important;

} */

#wcfm_membership_registration_form .wcfm-container{width: 320px; margin:20px auto 0;}

#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_membership_review_plan{background:#3c0753;}
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_membership_review_plan .wcfm_review_plan_welcome{color:#FFF;}
#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_membership_review_plan .wcfm_review_plan_features{border-color:#FFF;}


/* css for gift-voucher button */
.customForm #voucher-multistep-form .actions ul li a {
    background: #3c1053 !important;
}
/* css for Review your plan: in payment section */

.wcfm_membership_review_plan {
    display: none;
}

/* .wcfm_membership_pay {
	margin-left: 280px !important;
    margin-right: 280px !important;
} */

.highlights_copy,.description_copy, .fineprints_copy{
	text-align:right;
}
/* css for sign up as a */
select#selectbox_main {
    background-color: #3c1053;
    color: white;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0rem;
    height: 40px;
}
#selectbox_main:hover {
    background-color: #ff4bc4;
}
#selectbox{
    background-color: #3c1053;
    color: white;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0rem;
    height: 40px;
  }
  #selectbox:hover {
    background-color: #ff4bc4;
}

.wcfm-membership-wrapper .wc-progress-steps, .woocommerce-progress-form-wrapper .wc-progress-steps {
	display: flex;
	justify-content: center;
  }

.contactDetail h4 {margin-bottom: 15px;}

/*==================================== media ====================================*/

@media screen and (max-width: 1200px) {
	.stellarnav>ul>li>a {
		padding: 10px 10px;
	}
	.plan-wrap {
		width: 95%;
	}

	.slider-wrap .owl-carousel .owl-item img{width:100%; height:auto; object-fit:cover;}
}

@media screen and (max-width: 1199px) {
	.floating-content:nth-of-type(1) {
		top: 49%;
		right: 90%;
	}
	.floating-content:nth-of-type(2) {
		top: 70%;
		right: 91%;
	}
	.floating-content:nth-of-type(3) {
		top: 88%;
		right: 75%;
	}
	.secBox h3{font-size: 22px;}
	#vidwrap{width: 100%;}
	.mamQuin .mamaBox{background: none;}
	.optPlan h2{font-size: 28px;}
	.packegBox ul li{font-size: 13px;}
	.packegBox .subBox h3{font-size: 23px;}
}

@media screen and (min-width: 1024px) {
	.content-wrap {
		min-height: 700px;
	}
}

@media screen and (max-width: 1024px) {
	.filter-button-wrap {
		display: block;
	}
	.content-box h2 {
		font-size: 42px;
		line-height: 1.2;
	}
	#overlay {
		position: fixed;
		z-index: 999;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		background-color: rgba(0, 0, 0, .5);
	}
	#aside {
		z-index: 1000;
		position: fixed;
		left: -80%;
		width: 80%;
		height: 100%;
		overflow-y: auto;
		background: #000;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#aside.toggled {
		left: 0%;
		top: 0;
	}
	.offer-wrap,
	.automobile-wrap,
	.Education-wrap {
		padding-bottom: 60px;
	}
	main {
		padding-top: 60px;
	}
	.plan-body .price {
		font-size: 24px;
	}
	.pricing-tab a.nav-link {
		padding: 2px 10px;
		font-size: 14px;
		min-width: 170px;
		margin-bottom: 10px;
	}
	.wl-vendor,
	.benifits-reg,
	.mang-promotion,
	.order-mang,
	.pricing-sect,
	.payment-mang,
	.ad-camp {
		padding: 50px;
	}
}

@media screen and (min-width: 991px) {
	.form-wrap {
		width: 658px;
		margin: 0 auto;
	}
	.page-breadcrumb li {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.floating-content:nth-of-type(1),
	.floating-content:nth-of-type(2),
	.floating-content:nth-of-type(3) {
		position: static;
		margin-top: 30px
	}
	.floating-content label {
		font-size: 14px;
		text-align: center;
	}
	.benifits-reg h2 {
		padding-top: 30px;
	}
	.floating-content figure {
		margin: 0 auto;
		width: 14vw;
		height: 15vw;
	}
	.score-status {
		font-size: 14px;
		padding-top: 0;
	}
	#vidwrap_1{margin-top: 25px;display: inline-block;}
	.secBox{margin-bottom: 25px;}
	#vidwrap{margin-bottom: 25px;}
	.contactDetail h4{font-size: 18px;}
	.contactDetail li span {font-size: 16px;}
	.contactDetail{margin-top: 16px;}
	.product-detail .divider{display: none;}
	.btn, .btn-primary{min-width: 110px;padding: 10px 0;}
	.contact-widget li:last-child{margin-left: 0;}
}

@media screen and (max-width: 768px) {
	.time-block {
		font-size: 12px;
	}
	.offer-block {
		font-size: 14px;
		height: 48px;
		width: 48px;
	}
	.offer-block span {
		font-size: 12px;
	}
	.item-details h3 {
		font-size: 18px;
	}
	.score {
		font-size: 24px;
	}
	.score-status {
		font-size: 14px;
		padding-top: 8px;
	}
}

@media screen and (min-width: 767px) {
	.responsive-table {
		max-height: 500px;
		overflow: auto;
	}
	.table thead th {
		position: sticky;
		top: 0;
	}
	.table td,
	.table th {
		min-height: 45px;
	}
}

@media screen and (max-width: 767px) {
	.about-content {
		width: 100%;
	}
	.title-outer h1 {
		font-size: 26px;
	}
	.banner-content .time-block {
		margin-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.banner-carousel .owl-nav {
		top: 39%;
	}
	.owl-nav button[class^="owl-"] {
		width: 22px;
		height: 22px;
	}
	.owl-nav button[class^="owl-"] span {
		font-size: 17px;
		line-height: 20px;
	}
	.contactDetail {
		margin-top: 50px;
	}
	.slider-wrap button {
		height: 30px;
		width: 30px;
		font-size: 26px !important;
	}
	.rating li {
		height: 16px;
		width: 16px;
	}
	.banner-content i {
		font-size: 10px;
	}
	.banner-content .contentleft {
		font-size: 14px;
	}
	.banner-content .time-block {
		margin-top: 6px;
	}
	.contentright {
		margin-bottom: 5px;
	}
	.contentleft label {
		margin-bottom: 0;
	}
	.wl-vendor,
	.benifits-reg,
	.mang-promotion,
	.order-mang,
	.pricing-sect,
	.payment-mang,
	.ad-camp {
		padding: 40px 0;
	}
	.banner-carousel img {
		width: auto;
		display: inline-block !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
		min-width: 100% !important;
		box-sizing: border-box;
	}
	.banner-carousel a {
		display: inline-block;
		width: 100%;
	}
	.scoremeter li {
		width: 35%;
	}
	.scoremeter li:nth-child(n+3) {
		margin-top: 60px;
	}
	/* table */
	.table thead th:first-child {
		border-radius: 6px 6px 0px 0px;
	}
	.table thead th:last-child {
		border-radius: 0px 0px 6px 6px;
	}
	.table .cf:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	.table * html .cf {
		zoom: 1;
	}
	.table *:first-child+html .cf {
		zoom: 1;
	}
	.table table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.table th,
	.table td {
		margin: 0;
		vertical-align: top;
	}
	.table th {
		text-align: left;
	}
	.table {
		display: block;
		position: relative;
		width: 100%;
	}
	.table thead {
		display: block;
		float: left;
	}
	.table tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}
	.table thead tr {
		display: block;
	}
	.table th {
		display: block;
		text-align: right;
	}
	.table tbody tr {
		display: inline-block;
		vertical-align: top;
	}
	.table td {
		display: block;
		min-height: 1.25em;
		text-align: left;
	}
	/* sort out borders */
	.table td {
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	.table tbody tr {
		border-left: 1px solid #babcbf;
	}
	.table th:last-child,
	.table td:last-child {
		border-bottom: 1px solid #babcbf;
	}
	.edit-promotion h3 a {
		margin-left: 10px;
	}
	.subTtl{font-size: 21px; margin-top: 0 !important;}
	#vidwrap_1, #vidwrap{width: 100%;margin-top: 25px; height: auto;}
	#vidwrap{margin-bottom: 25px;}
	
	.titleBox .title{font-size: 25px;}
	.sub-Pack .packegBox{margin-top: 0;margin-bottom: 30px;}
	.packegBox ul{min-height:inherit;}
	.growMost{margin-bottom: 25px;border-radius: 5px;}
	.mamQuin .mamaBox{height: auto; padding: 0 0 34px;}
	.seminars_area .owl-nav{display: none;}
	
	
}

@media screen and (max-width: 575px) {
	.item-wrap figure {
		object-fit: cover;
	}
	.item-wrap figure img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.item-wrap figure img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.offer-wrap,
	.automobile-wrap,
	.Education-wrap {
		padding-bottom: 40px;
	}
	.call-action img,
	.cart-action img {
		width: 24px;
	}
	main {
		padding-top:0px;
	}
	.title-outer h1 {
		font-size: 22px;
	}
	.page-breadcrumb li {
		font-size: 12px;
	}
	.tabbing-wrap a.btn {
		min-width: 100px;
	}
	.wl-vendor .content-box h2,
	.benifits-reg h2,
	.content-box h2 {
		font-size: 36px;
	}
	.banner-wrap:not(.large-bnr) {
/*		padding-bottom: 20%;*/
	}
	.scoremeter li {
		width: 50%;
	}
	.scoremeter .scoremeter-block {
		height: 33vw;
		width: 33vw;
		margin: 0 auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.vendordash {
		padding: 20px 15px 30px;
	}
	.form-wrap {
		padding: 30px 15px;
	}

	.widget{text-align:center;}
	.widget h3{padding-bottom:5px; margin:15px 0 8px;}
	.widget h3:before{left:45%;}
	.widget ul{margin:0px;}
	.widget li a{padding:3px 0;}
	.widget:not(.contact-widget) li a:after {display: none;}
	.widget li a:after{display:none;}
	.contact-widget ul{margin-top:15px;}
	.contact-widget li span{display:block;}
	.contact-widget li:last-child{margin:0px;}
	.optPlan{margin-bottom:40px}
	.offer-block{font-size: 10px;padding: 0px 0px 5px;}
	.acodIon .card-header h3{font-size: 15px;}
	


}

@media screen and (max-width: 479px) {
	.call-action img,
	.cart-action img {
		width: 20px;
	}
	.logo {
		width: 100px;
	}
	.large-bnr {
		padding-bottom:0;
	}
	.scoremeter li {
		width: 100%;
	}
	.scoremeter li:nth-child(n+2) {
		margin-top: 60px;
	}
	.scoremeter .scoremeter-block {
		height: 40vw;
		width: 40vw;
	}
	.banner-content .contentleft li{margin-bottom: 10px;}
	.banner-content .contentleft h2{flex-wrap: wrap;}
}

@media screen and (max-width: 365px) {
	.call-action img,
	.cart-action img {
		width: 20px;
	}
	.logo {
		width: 60px;
	}
	.large-bnr {
		padding-bottom:0%;
	}
}

p.form-row.woocommerce-validated {
    flex-direction: column;
}
input#wcfac-card-holdername {
    padding: 12px;
}

.woocommerce-form-coupon-toggle{
	display: none;
}

/* .woocommerce-info{
	display: none;
} */

.card-img-top.wp-post-image {
	height: auto !important;
	max-height: 482px;
	min-height: 400px;
	object-fit: cover;
}

.card .card-body h5.card-title a{
    color: #000 !important;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    background: transparent;
}

.woocommerce form .form-row {
    display: block !important;
}

.woocommerce form .form-row label {
    line-height: 2;
    display: inline !important;
}

input#math_captcha {
    height: 50px;
}


.woocommerce ul.products li.product a img {
	max-height: 150px !important;
}


.woocommerce form .form-row label {
    line-height: 1 !important;
}

.woocommerce form .form-row .input-checkbox {
    margin: -0px 10px 0 0 !important;
}
 
#createaccount {
	float: left;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox span {
	margin-left: 3px !important;
}