body {
    font-family: "Work Sans", Arial, sans-serif;
    background: #fff;
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    overflow-x:hidden;
}
body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #eb5fa1;
}
a:hover {
    text-decoration: none;
    color: #eb5fa1;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.2;
    color: #404044;
    font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}

TEXTAREA {resize:none;}
LABEL {cursor:pointer;}

/* base colors */
.accent {
    color: #ff0080 !important;
}
.accent-bg {
    background-color: #ff0080 !important;
}
.accent-brd {
    border-color: #ff0080 !important;
}

.text-primary {
    color: #eb5fa1 !important;
}
.text-accent {
	color: #eb5fa1 !important;
}


/* menu */
.ftco-navbar-light {
    background:  transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 300;
    top: 26px;
}
@media (max-width: 991.98px) { /* xs menubar */
    .ftco-navbar-light {
        background: rgba(255, 255, 255, 0.95) !important;
        top: 0;
        position: relative;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
    display:none;
    width:30px;
    height:30px;
    max-height:30px;
    background: url('../images/icon/greta.svg') 0px 5px no-repeat;
    position:absolute;
    top: 7px;
    left:20px;
}
.logo-img img {margin-right:10px;}
.user-icon span {display:none;}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-brand {display:block;}
	.logo-img {display:none;}
	.user-icon span {display:inline-block; margin-left:6px;}
}

.navbar-nav {
	align-items: center;
}
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 15.5px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 16px;
    padding-right: 16px;
    color: #ff0080; /*#ff61b9;*/
    font-weight: 550;
    opacity: 1 !important;
    line-height: 1.2;
    white-space:nowrap;
    letter-spacing: 0; 
    vertical-align: middle;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.51);
}
.ftco-navbar-light.scrolled .navbar-nav>.nav-item>.nav-link:hover {
	text-shadow:none;
	color: #ff0080 !important;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    margin-top: -10px;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-light .cart-icon, .ftco-navbar-light .user-icon {
	position:relative;
	cursor:pointer;
}

.ftco-navbar-light .user-icon {
	padding-right:0px !important;
	padding-left: 0px !important;
	margin-left: 20px;
	margin-right: 5px;
}

.ftco-navbar-light .cart-num {
    position: absolute;
    width: 30px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #ff0080;
    font-size: 12px !important;
    font-weight:550;
    border-radius: 15px;
    vertical-align: bottom;
    font-weight:400;
    top: 8px;
    left: 32px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index:-1;
    text-shadow:none !important;
}
.ftco-navbar-light.scrolled .cart-num,
.ftco-navbar-light .mobile-cart .cart-num 
 {
	background-color: #fce7f1;
}

.mobile-cart {
	display:none;
	padding:0;
	margin:0;
	white-space:nowrap;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .cart-num {
		background-color: #fff;
	}
	
	.ftco-navbar-light .cart-icon,
	.ftco-navbar-light .user-icon {
		display:none;
	}
	.ftco-section raised-section {
		padding-top: 20px !important;
	}
	.mobile-cart {
		display: block;
		top: 0px;
		right: 15px;
		position:absolute;
	}
	.mobile-cart .nav-link {
		display:inline-block;
	}
	.ftco-navbar-light .mobile-cart .cart-icon {
		display:inline-block !important;
	}
	.ftco-navbar-light.scrolled .mobile-cart .cart-icon,
	.ftco-navbar-light.scrolled .mobile-cart .user-icon
	 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	.ftco-navbar-light .user-icon {
		margin-right:-5px;
	}
	.ftco-navbar-light {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}
}

.ftco-navbar-light .navbar-nav>.nav-item>a {
	text-shadow: 1px 1px rgba(255, 255, 255, 0.51)
}
.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.51)
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background:  rgba(255, 255, 255, 0.95) !important;
    -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);
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #ff0080 !important;
    text-shadow:none;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .ftco-navbar-light, .ftco-navbar-light:not(.scrolled) {
			position: fixed !important;
			background:  rgba(255, 255, 255, 0.95) !important;
			margin-top:0px !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #404044 !important;
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: #eb5fa1 !important;
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #404044;
}

.navbar-brand {
    font-weight: 700;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
}

/* shopping cart */
.popup-container {
	position: fixed;
	top: 90px;
	z-index: 1000;
	width:100vw;
}

.shopping-cart, .login-wrap {
	display:none;
  float: right;
  background: white;
  width: 320px;
  position: relative;
  border-radius: 1px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.35);
}
.cart-content {
	padding-bottom: 10px;
}
.cart-content .button {display:block; }
.cart-content .btn {
	margin-top:6px;
	margin-left:10px;
	margin-right: auto;
	width:94%;
}
.shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding:15px;
  padding-top:12px;
  padding-bottom: 6px;
  font-size: 16px;
}
.shopping-cart-header .shopping-cart-total {
  float: right;
}
.shopping-cart #cart-items {
	overflow:auto;
	max-height: calc(100vh - 200px);
}
.shopping-cart .cart-item {
	display:flex;
	align-items: flex-start;
	padding-left:10px;
}

.shopping-cart .shopping-cart-items {
  padding: 12px 0px;
  padding-bottom:0px;
  cursor:pointer;
}
.shopping-cart .shopping-cart-items .cart-item:hover {
	opacity:0.8;
}
.shopping-cart .shopping-cart-items .cart-item {
  margin-bottom: 6px;
}
.shopping-cart .shopping-cart-items img {
  margin-top: 0px;
  margin-right: 12px;
  max-width: 60px;
  height:auto;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-right:20px;
  font-size: 14px;
  font-weight:550;
  color: #444;
  line-height: 1.2;
}
.shopping-cart .shopping-cart-items .item-price {
  margin-right: 8px;
  font-weight:550;
  font-size: 15px;
}
.shopping-cart .shopping-cart-items .item-price span {font-weight:500;}
.shopping-cart .item-opt {
  display: block;
  margin-top: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  color: #555;
  line-height: 1.2;
}
.shopping-cart .shopping-cart-items .item-del {
	width:14px;
	height:14px;
	display: block;
  padding-top: 5px;
  margin-right:15px;
  float: right;
  font-size: 16px;
}

.shopping-cart .shopping-cart-items .item-quantity {
	font-size: 14px;
}
.shopping-cart:after, .login-wrap:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}
.login-wrap:after {
	left: 86%;
}
.shopping-cart b {
	font-weight:600;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
	.shopping-cart-, .login-wrap {
		top: -38px;
		right: 54px;	
	}
	.shopping-cart {
		top: -38px;
		right: 24px;
	}
}


/* login form */
.login-form input {
	border:1px solid #ccc;
	border-radius:0px;
	width: 100%;
	height: 40px;
	padding: 5px;
	padding-left:40px;
	font-size:14px;
	color: #444;
}
.login-form input:focus, .button:focus {
	outline:0;
	box-shadow: 0 0 10px 3px rgba(173, 95, 152, 0.3);
	border-color: #eb5fa1;
}
.login-form input:-webkit-autofill {
	transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: #eb5fa1 !important;
    -webkit-text-size: 15px;
}
.login-form span {
	position: relative;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
}
.login-form .fa-envelope, .login-form .fa-lock  {
	position:absolute;
	font-size: 20px;
	left:10px;
	top:17px;
}
.login-form .user-name {
	display: inline-block;
	font-weight:bold;
	font-size: 17px;
	width: 290px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:middle;
}

.login-form .bold {font-weight:550;font-size:15px}

.login-form .profile {
	border-bottom: 1px solid #E8E8E8;
	padding-left:6px;
}
.login-form .profile b {
	line-height: 2.2;
	font-weight:400;
	color:#5b5b5b;
	margin-left: 10px;
	font-size: 14px;
}
.login-form .profile b:hover {opacity:0.7;}

.login-form .profile .fa {
	font-size:16px;
	width:20px;
	vertical-align:middle;
	text-align:center;
}


/* button */
.button {
  color: white !important;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: inline-block;
  vertical-align:middle;
  border:none;
  border-radius: 0px;
  font-size: 16px;
  margin: 25px 0 7px 0;
  margin-top:2px;
  font-weight:550;
  cursor:pointer;
  background-color:#eb5fa1;
}
.button:hover, .button.disabled {
  background-color:#eb5fa1 !important;
}
.button.disabled {
	cursor: not-allowed !important;
}

/* animated hero */
.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    z-index: 0;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    background: #febff1;
    background: linear-gradient(180deg, rgba(255, 194, 243, 1) 46%, rgba(197, 243, 255, 1) 100%);
}

.hero-wrap.hd-height {
	height:200px;
}
.hero-wrap.hd-height .overlay {
	max-height:300px;
	height:300px;
}
.hero-wrap.hd-height .row {
	max-height:300px;
	padding-top:50px;
}

@media (max-width: 991.98px) {
	.hero-wrap.hd-height {
		height:105px;
	}
	.hero-wrap.hd-height .overlay {
		max-height:200px;
		height:200px;
	}
	.hero-wrap.hd-height .row {
		max-height:200px;
		padding-top:30px;
	}
	.tpl-gallery .slider-text h1 {
		margin-top:25px;
	}
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.slider-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.slider-text h1 {
    font-size: 55px;
    color: #FF2D95;
    text-shadow: 2px 2px 5px rgba(255, 45, 149, 0.5);
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .slider-text h1 {
        font-size: 40px;
    }
}

.slider-text h1 strong {
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(255, 45, 149, 0.77);
}

.slider-text p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #FF2D95;
}

.slider-text p strong {
    font-weight: 700;
}

.slider-text p strong a {
    color: #404044;
}

.slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
}

.slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.slider-text .breadcrumbs span a {
    color: #fff;
}

.slider-text .bread {
    font-weight: 700 !important;
}

.slider-text .btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.slider-text .btn-primary:hover,
.slider-text .btn-primary:focus {
    background: #fff !important;
    color: #404044;
}

@media (max-width: 991.98px) {
	.slider-text p {
    font-size: 16px;
	}
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    -opacity: .4;
}
.owl-carousel .owl-item .item {
	min-height:410px;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #dadadc;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #e83e8c;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -20px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -20px;
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
    border: 1px solid red;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block;
}

.bg-light {
    background: #f8faff !important;
}

.bg-primary {
    background: #eb5fa1;
}

.btn {
    cursor: pointer;
    border-radius: 0px;
    box-shadow: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary{
    background: #fce7f1;
    border: 2px solid #fce7f1;
    color: #eb5fa1; 
    font-weight: 600;
}

.btn.btn-primary.shop-btn {
	background: #FF2D95 !important;
	font-size: 1.05em;
	text-transform: uppercase;
	color: #fff !important;
	border-radius:2px;
	opacity: 1 !important;
	border: 1px solid rgba(255,255,255, 0.5) !important;
}
.btn:disabled,
.btn.disabled
 {
    cursor: not-allowed !important;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.btn.btn-primary:not(:disabled):not(.disabled):hover {
    border: 2px solid #eb5fa1;
    background: transparent;
    color: #eb5fa1;
   
}

.btn.btn-primary.btn-outline-primary {
    border: 2px solid #eb5fa1;
    background: transparent;
    color: #eb5fa1;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 2px solid transparent;
    background: #eb5fa1;
    color: #fff !important;
}

.btn.btn-primary.accent-bg {
	color: #fff;
	border-color: #ff0080;
}
.btn.btn-primary.accent-bg:hover {
	background: #eb5fa1 !important;
}

.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.95);
    background: none;
    border-radius: 30px;
    border-width: 2px;
		color: #eb5fa1;

}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #eb5fa1;
    /*text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, 
								 #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, 
								 #FF2D95 0px 0px 30px, 
								 #FF2D95 -20px -20px 50px, #FF2D95 0px 0px 75px;*/
}

.ftco-section-featured {
    margin-top: -150px;
    padding-bottom: 4em;
}

.ftco-section-featured .container {
    z-index: 2;
    position: relative;
}

.ftco-section-featured .heading-section {
    z-index: -1;
}

.ftco-section-featured .heading-section h2 {
    font-weight: 300 !important;
}

.ftco-section-featured .heading-section h2 strong {
    font-weight: 700;
    color: #efac78;
    background: #fdf2ea;
}

.ftco-section-featured.ftco-section-featured-2 {
    margin-top: 0 !important;
    padding-top: 7em;
}

.ftco-section-featured .featured-img {
    display: block;
    position: relative;
    z-index: 0;
    transition: all 0.4s ease;
}

.ftco-section-featured .featured-img h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight:500;
}
.ftco-section-featured .featured-img h3.text-accent {
	font-weight: 550;
}

.ftco-section-featured .featured-img h3 .tag {
    font-size: 14px;
    color: #c0c0c3;
}

.ftco-section-featured .featured-img .user h3 {
    font-size: 18px;
}

.ftco-section-featured .featured-img .user h3 .position {
    font-size: 13px;
    color: #a9a9a9;
}

.ftco-section-featured .featured-img .text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    opacity: 0;
    height: 80px;
    background: rgba(255,255,255,1);
    border-top: none;
    z-index: -1;
    transition: all 0.3s ease;
}

.ftco-section-featured .featured-img .text-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 60px;
    background: #fff;
    border-bottom: none;
    z-index: -1;
    transition: all 0.3s ease;
}
.ftco-section-featured .featured-img .text *,
.ftco-section-featured .featured-img .text-1 * {
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	width:100%;
}

.ftco-section-featured .featured-img img {
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.8);
}
.ftco-section-featured .featured-img:hover img {
	box-shadow: none;
}
.ftco-section-featured .featured-img:hover {
	box-shadow: 0px 0px 300px 250px rgba(0,0,0,0.2);
}


.ftco-section-featured .featured-img img,
.ftco-section-featured .featured-img .text,
.ftco-section-featured .featured-img .text-1 {
    transform: scale(0.92);
    transition: all 0.2s ease;
}

.ftco-section-featured .featured-img:hover {
    z-index: 1;
}

.ftco-section-featured .featured-img:hover img,
.ftco-section-featured .featured-img:hover .text,
.ftco-section-featured .featured-img:hover .text-1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.ftco-section-featured .featured-img:hover .text {
    bottom: -80px;
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.8);
}

.ftco-section-featured .featured-img:hover .text-1 {
    top: -60px;
}

.ftco-section-featured .featured-img:hover .text,
.ftco-section-featured .featured-img:hover .text-1 {
    opacity: 1;
}

@media (max-width: 768px) {
	.ftco-section-featured .shop-btn{
		margin-top:-30px !important;
	}
	.ftco-section-featured .featured-img .text-1 {
	}
}


// hexagons:
.hex {
	font-size: calc(14px + 3 * ((100vw - 400px) / 400));
}
@media screen and (max-width: 400px) {
	.hex {
		font-size: 14px;
	}
}
@media screen and (min-width: 1200px) {
	.hex {
		font-size: 20px;
	}
}
.hex-container {
	position: relative;
	width: 46rem;
	max-width: 1100px;
	height: 43rem;
	margin: 2rem auto;
	background: radial-gradient(circle, #cb0065 0%, #cb0065 70%, transparent 70%, transparent 100%), 
							radial-gradient(circle, #ff40a0 0%, #ff40a0 70%, transparent 70%, transparent 100%), 
							radial-gradient(circle, #df7ecd 0%, #df7ecd 70%, transparent 70%, transparent 100%);
	background-repeat: no-repeat;
	background-size: 24rem 24rem, 19rem 19rem, 14rem 14rem;
	background-position: 6rem 7rem, 25rem 10rem, 15rem 27rem;
	z-index:10;
	
}
@media screen and (max-width: 45rem) {
	.hex-container {
		height: 48rem;
		width: 30rem;
		background-size: 20rem 20rem, 17rem 17rem, 10rem 10rem;
		background-position: 2rem 3rem, 10rem 16rem, 10rem 32rem;
	}
}
@media screen and (max-width: 30rem) {
	.hex-container {
		width: 20rem;
		height: 56rem;
		background-size: 18rem 18rem, 17rem 17rem, 10rem 10rem;
		background-position: 1.5rem 7rem, 0rem 24rem, 6rem 39.5rem;
	}
}
.hexagon {
	position: absolute;
	height: 10em;
	width: 10em;
	filter: drop-shadow(-2px 7px 10px rgba(100, 100, 100, 0.5));
}
.hexagon::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(-120deg, #fef8fb 0%, #FFFFFF 100%);
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
					clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
.hexagon.-big {
	height: 15em;
	width: 15em;
	cursor:pointer;
}
.hexagon.-normal {
	cursor:pointer;
}
.hexagon.-small {
	height: 6em;
	width: 6em;
	opacity: 0.9;
}
.hexagon.-big:hover::before, .hexagon.-normal:hover::before {
	background: #fce7f1;opacity: 0.9;
}
.hexagon:nth-of-type(1) {
	top: 3em;
	left: 5em;
}
.hexagon:nth-of-type(2) {
	top: 11em;
	left: 18em;
}
.hexagon:nth-of-type(3) {
	top: 0;
	left: 19em;
}
.hexagon:nth-of-type(4) {
	top: 22em;
	left: 10em;
}
.hexagon:nth-of-type(5) {
	top: 27em;
	left: 20em;
}
.hexagon:nth-of-type(6) {
	top: 30em;
	left: 5em;
}
.hexagon:nth-of-type(7) {
	top: 10em;
	left: 32em;
}
.hexagon:nth-of-type(8) {
	top: 1em;
	left: 1em;
}
.hexagon:nth-of-type(9) {
	top: 23em;
	left: 31em;
}
.hexagon > .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-width: 60%;
	text-align: center !important;
	font-weight: bold;
	line-height: 1;
	color: #ff0080;
	z-index: 20;
}
.text.-a {font-size:2.8em;}
.text.-b {font-size:2.7em;}
.text.-c {font-size:1.4em;}
.text.-d {font-size:1.5em;}
.text.-e {font-size:1.4em;}

@media screen and (max-width: 45rem) {
	.hexagon:nth-of-type(1) {
		top: 3em;
		left: 5em;
	}
	.hexagon:nth-of-type(2) {
		top: 17em;
		left: 14em;
	}
	.hexagon:nth-of-type(3) {
		top: 0;
		left: 19em;
	}
	.hexagon:nth-of-type(4) {
		top: 27em;
		left: 6em;
	}
	.hexagon:nth-of-type(5) {
		top: 33em;
		left: 16em;
	}
	.hexagon:nth-of-type(6) {
		top: 14em;
		left: 1em;
	}
	.hexagon:nth-of-type(7) {
		top: 40em;
		left: 11em;
	}
	.hexagon:nth-of-type(8) {
		top: 1em;
		left: 1em;
	}
	.hexagon:nth-of-type(9) {
		top: 11em;
		left: 20em;
	}
}
@media screen and (max-width: 30rem) {
	.hexagon:nth-of-type(1) {
		top: 4em;
		left: 4em;
	}
	.hexagon:nth-of-type(2) {
		top: 20em;
		left: 1em;
	}
	.hexagon:nth-of-type(3) {
		top: 35em;
		left: 7em;
	}
	.hexagon:nth-of-type(4) {
		top: 43em;
		left: 0em;
	}
	.hexagon:nth-of-type(5) {
		top: 48em;
		left: 9em;
	}
	.hexagon:nth-of-type(6) {
		top: 20em;
		left: 14em;
		height: 4em;
		width: 4em;
	}
	.hexagon:nth-of-type(7) {
		top: 54em;
		left: 3em;
	}
	.hexagon:nth-of-type(8) {
		top: 1em;
		left: 1em;
	}
	.hexagon:nth-of-type(9) {
		top: 36em;
		left: 4em;
		height: 3em;
		width: 3em;
	}
}
								
								

.services .icon {
    width: 90px;
    height: 50px;
    position: relative;
}

.services .icon:before,
.services .icon:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
}

.services .icon.color-1 {
    background: #fce7f1;
}

.services .icon.color-1 span {
    color: #eb5fa1;
}

.services .icon.color-1:before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 20px 45px;
    border-color: transparent transparent #fce7f1 transparent;
}

.services .icon.color-1:after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 45px 0 45px;
    border-color: #fce7f1 transparent transparent transparent;
}

.services .icon.color-2 {
    background: #fdf2ea;
}

.services .icon.color-2 span {
    color: #efac78;
}

.services .icon.color-2:before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 20px 45px;
    border-color: transparent transparent #fdf2ea transparent;
}

.services .icon.color-2:after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 45px 0 45px;
    border-color: #fdf2ea transparent transparent transparent;
}

.services .icon.color-3 {
    background: #def4fb;
}

.services .icon.color-3 span {
    color: #29bae4;
}

.services .icon.color-3:before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 20px 45px;
    border-color: transparent transparent #def4fb transparent;
}

.services .icon.color-3:after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 45px 0 45px;
    border-color: #def4fb transparent transparent transparent;
}

.services .icon.color-4 {
    background: #ebfdf4;
}

.services .icon.color-4 span {
    color: #79efb4;
}

.services .icon.color-4:before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 20px 45px;
    border-color: transparent transparent #ebfdf4 transparent;
}

.services .icon.color-4:after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 45px 0 45px;
    border-color: #ebfdf4 transparent transparent transparent;
}

.services .media-body h3 {
    font-size: 20px;
}

.list-services {
    margin-top: 40px;
    padding: 0;
}

.list-services li {
    font-size: 18px;
    list-style: none;
}

.list-services li a {
    color: #404044;
}

.ftco-section-parallax {
    position: relative;
}

.ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 10em 0;
    background: #eb5fa1;
    background: -moz-linear-gradient(45deg, #eb5fa1 0%, #efac78 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #eb5fa1), color-stop(100%, #efac78));
    background: -webkit-linear-gradient(45deg, #eb5fa1 0%, #efac78 100%);
    background: -o-linear-gradient(45deg, #eb5fa1 0%, #efac78 100%);
    background: -ms-linear-gradient(45deg, #eb5fa1 0%, #efac78 100%);
    background: linear-gradient(45deg, #eb5fa1 0%, #efac78 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#448ef6', endColorstr='#af05a9', GradientType=1);
}

.ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important;
}



@media (min-width: 768px) {
    .block-3 {
        margin-bottom: 7em;
    }
}
.block-3 .text,
.block-3 .image {
    width: 100%;
    padding: 0% 7%;
    display: block;
}
.block-3 .image {
	max-height: 600px;
}
.block-3 .image.no-img {
	cursor:default;
	background-image: url(../../upload/products/no-product.jpg);
}
@media (max-width: 991px) {
	.block-3 .image {
		max-height: 450px;
	}
}
@media (min-width: 768px) {
    .block-3 .text,
    .block-3 .image {
        width: 50%;
        min-width:48%;
        padding: 0% 5%;
    }
    
}
@media (max-width: 767.98px) {
    .block-3 .image {
      min-height: 100vw;
    }
    .shop-items .text {
			margin-top:30px;
    }
}

.block-3 .text .subheading {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #444;
    opacity:0.8;
}

.block-3 .text .heading {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.block-3 .text .heading a {
    color: #404044;
}

.block-3 .text p:last-child {
    margin-bottom: 0;
}
.block-3 .quote {
	border-left: 5px solid #eb5fa1;
	padding-left: 12px;
}

.block-3 .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #e1e1e2;
}

/*.block-3 .image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-box-shadow: 20px 20px 0 0 #fce7f1;
    box-shadow: 20px 20px 0 0 #fce7f1;
}


.block-3 .image.image-2:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-box-shadow: -20px 20px 0 0 #fce7f1;
    box-shadow: -20px 20px 0 0 #fce7f1;
}
*/


/* home categories */
.category-container {
		/*display: grid !important;
		grid-template-columns: repeat(auto-fit, 200px);*/
		display: flex;
		flex-wrap: wrap;
		align-content: start;
		justify-content: center;
		gap: 30px 30px;
		margin-top:-10px;
	}
	.category .cat-pic {
		width: 200px;
		height:200px;
		margin-bottom:14px;
		border-radius:50%;
		background: rgba(238,118,173,0.5);
		border: 8px solid rgba(238,118,173,1);
		box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.8);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		transition: box-shadow 0.5s ease-out;
	}
	.category:hover .cat-pic  {
			box-shadow: 2px 4px 25px rgb(25 25 33 / 25%);
	}
	.category .cat-name {
		color: #222 !important;
		font-size: 18px;
		font-weight: 500;
		line-height:1.2;
		max-width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	.category .cat-name span {
		font-weight:550;
		font-size: 17px;
	}
	@media (max-width: 519px) {
		.category .cat-pic {
			width: 40vw;
			height:40vw;
		}
		.category .cat-name {
			font-size: 16px;
			max-width: 40vw;
		}
	}

/* shop */
.shop-items {
    display: flex;
    flex-wrap: wrap;
}

.home-shop-items {
	max-width:1100px !important;
	margin-left:auto;
	margin-right:auto;
}

.home-shop-items .item-card {
	transition: all 0.5s ease-out;
}

.compact:hover .item-card {
    box-shadow: 2px 4px 25px rgb(25 25 33 / 25%);
}

.shop-container {
	margin-left: auto;
    margin-right: auto;
    width: 1150px;
    min-height: 300px;
    max-width: 98%;
}
@media (max-width: 1160px) {
	.shop-container {
    width: 1000px;
  }
}
@media (max-width: 991px) {
	.shop-container {
    width: 800px;
  }
}
@media (max-width: 767px) {
	.shop-container {
    width: 670px;
  }
}
@media (max-width: 575px) {
	.shop-container {
    width: 100vw;
  }
  .shop-controls {
		width: 98vw;
		padding-bottom:10px !important;
	}
}

.shop-items .item {
	min-width:340px;
	width:340px;
}
@media (max-width: 730px) {
	.shop-items .item {
		min-width:200px;
		width:45vw;
  }
  .shop-items .item .blog-entry .text .heading {
		font-size:1rem;
	}
	.shop-items .item .block-20 {
		height: 300px;
	}
	.shop-items .item.compact {
    padding-left: 10px;
    padding-right: 10px;
	}
	.shop-items .item .blog-entry .text {
		padding: 10px;
	}
	.shop-items .item .blog-entry .price-tag {
    font-size: 20px;
    margin-top: 8px;
	}
	.shop-items .item .blog-entry .price-reduced {
		margin-top: -1px;
		margin-left:15px;
	}
	.shop-items .item .price-reduced span {
		font-size: 16px;
	}
	.shop-items .item .meta div {
    font-size: 11.5px !important;
	}
	.shop-items .item.compact .price-sale-box {
		padding:6px 10px;
		font-size: 15px;
		left:20px;
		top: 10px;
	}
}

@media (max-width: 420px) {
	.shop-items .item {
		-min-width:190px;
		min-width:49vw;
		width:49vw;
	}
	.shop-items .item .blog-entry {
		margin-bottom:2px;
		box-shadow: none;
		border:none;
  }
  .shop-items .item .blog-entry .text .heading {
		font-size:0.95rem;
		margin-top:-2px;
	}
  .shop-items .item .block-20 {
		height: 240px;
	}
	.shop-items .item.compact {
    padding-left: 1px;
    padding-right: 1px;
	}
  .shop-items .item .blog-entry .text {
		padding-top: 10px;
		min-height:90px;
	}
  .shop-items .item .blog-entry .price-tag {
		font-size: 18px;
		margin-top:5px;
		margin-right:10px;
  }
  .shop-items .item .blog-entry .price-tag span {
		font-size: 13px;
		font-weight:400;
  }
	.shop-items .item .blog-entry .price-reduced {
		margin-top: -3px;
		margin-left:0px;
	}
	.shop-items .item .price-reduced span {
		font-size: 14px;
	}
	.shop-items .item .price-reduced span::after {
		content: ".-";
		margin-left:-4px;
	}
	.shop-items .item .price-reduced span small {
		display:none;
	}
	.shop-items .item .meta div {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100%;
	}
	.shop-items .item .meta .meta-chat {display:none;}
}





.shop-controls {
	margin-top:6px;
	padding:14px 16px 30px 16px;
}
.shop-controls b {
	display: block;
	font-weight:500;
	margin-bottom: 6px;
}
.shop-controls b .fa {
	opacity:0.5;
}


.shop-controls .btn {
	border-color:#ced4da;
	background-color:#fff;
	height:52px;
	color: #cccccc;
}
.shop-controls .btn:hover, 
.shop-controls .btn.active {
	background-color:#f7f7f7;
	color: #444444;
}
#cat_ctrl, #sort_ctrl {
	height: 40px !important;
	font-size:15px !important;
}

#sort_ctrl {
	width:100%;
}

@media (max-width: 1198.98px) {
	#sort_ctrl {
		width:105%;
	}
}
@media (max-width: 991.98px) {
	#sort_ctrl {
		width:95%;
	}
}

/* PRODUCT PAGE */
.shop-item-row {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	width:100%;
}

.shop-text {
	width: 50%;
	min-width:50%;
	padding-left: 40px;
}
.shop-image {
	width: 48%;
	min-width:48%;
}

.shop-image .image {
	display:block;
	position:relative;
	width:100%;
	height:600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border: 1px solid #e1e1e2;
}

.shop-image .image.no-img {
	cursor:default;
	background-image: url(../../upload/products/no-product.jpg);
	min-width:100%;
}

/* Gallery */
.small-gallery {
	display: flex;
	flex-wrap: nowrap;
	min-width:100px;
	height: 70px;
}

.small-gallery .gallery-img img {
	height:70px;
	width:auto;
	border: 1px solid #e1e1e2;
	margin-left: 10px;
}
.small-gallery .gallery-img img:hover {
	border-color: #ff0080;  
}

.shop-text .heading {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.shop-text .subheading {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: gray;
}
.shop-text .price-reduced {
	margin-top:-6px;
}

@media (max-width: 767.98px) {
	.shop-text {
		width: 100%;
		padding-top: 30px;
		padding-left:20px;
		padding-right:10px;
	}
	.shop-image {
		margin-right: auto;
		margin-left:auto;
		width: 85vw;
	}
	.shop-image .image {
		margin-right: auto;
		margin-left:auto;
		height: 60vh;
		max-width:600px;
	}
}




/* PRODUCT LIST */

.shop-items .text {
	min-height:600px;
}

.shop-items .block-3 {
	margin-bottom: 20px;
	border-top:4px dotted #fce7f1;
	width:100%;
}
.shop-items .block-3:first-of-type {
	border:none;
	margin-top:10px;
}

@media (max-width: 767.98px) {
	.shop-items .block-3 {
		margin-bottom: 0px;
	}
	#sort_ctrl {
		width:100%;
	}
	.view-ctrl {
		float:none;
	}
	.shop-controls select {
		margin-bottom: 10px;
	}
	.shop-controls {
		margin-top:20px;
		padding-bottom: 20px;
	}
	.shop-controls b {
		margin-left:-6px;
	}
}

.prod-option {
	margin-bottom:30px;
}
.prod-option b {
	font-weight:600;
}

.size-options, .color-options {
	display: flex;
	align-items: center;
	margin-top: 5px;
	transition: all 0.5s ease-in-out;
}

.size-options .size {
	min-width: 45px;
	padding:8px;
	border: 1px solid #222;
	color: #222;
	cursor:pointer;
	margin-right: 8px;
	text-align:center;
	
}
.size-options .size:hover {
	opacity:0.7;
}
.size-options .size.dbld,
.size-options .size.set.dbld {
	opacity: 0.3;
	cursor:not-allowed;
}
.size-options .size.set {
	color: #ff0080 !important;
	border-color: #ff0080 !important;
	font-weight: 500;
}

.color-swatch {
	position:relative;
	width: 40px;
	height:40px;
	border-radius: 50%;
	border:2px solid white;
	outline: 1px solid #ced4da;
	margin-right:8px;
	cursor:pointer;
	transition: outline .3s ease-in-out, opacity .1.5s ease-in-out;
	background-position: 0px 0px, 5px 5px;
	background-size: 10px 10px;
	background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%), linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
}

.color-swatch.set {
	outline: 2px solid #ff0080 !important;
}
.color-swatch.dbld {
	cursor:not-allowed;	
}

.compact .size-options {
	position: absolute;
	bottom: 185px;
	left:20px; 
	right:15px;
	text-align:center;
	z-index:100;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	opacity: 0;
	transition: all 1s ease-out;
}
.compact .size-options .size {
	position:relative;
	min-width: 30px;
	max-width: 30px;
	margin-right:5px;
	margin-bottom:5px;
	padding:3px;
	font-size:14px;
	color: #222 !important;
	border-color: #222 !important;
	background: rgba(255,255,255,0.85);
	font-weight: initial;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.compact .size:not(.dbld):hover {
	background: rgba(255,255,255,0.6);
	opacity: 1;
}

.compact:hover .size-options {
	opacity:1;
}
.compact .size-options .size.dbld {
	opacity: 1;
	filter:grayscale();
}

.compact .size-options .size.dbld::after,
.color-swatch.dbld::after
 {
    content: ''; 
    height: 1px;
    width: 141.421%;
    background-color: #000;
    position: absolute;
    left: -1px;
    top: 0px; 
    transform: rotate(45deg);
    transform-origin: 1px 1px;
}
.color-swatch.dbld::after
 {
	 background-color: #ff0080;
 }


.compact .color-swatch {
	width: 30px;
	height:30px;
	outline: 1px solid #ced4da !important;
	margin-bottom:5px;
}
.compact .color-options {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 5px;
}

.price-tag {
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
	vertical-align:middle;
	white-space:nowrap;
}
.price-tag span {
	font-size:22px;
	font-weight:300;
}
.price-reduced {
	display: inline-block;
	color:#ff0080;
	margin-left: 20px;
	margin-top:-12px;
	vertical-align:middle;
	border-bottom: 1px solid #ff0080;
}
.price-reduced span {
	display: block;
	color: gray;
	font-size:18px;
	font-weight:300;
	white-space:nowrap;
	margin-bottom:-13px;
}
.price-sale-box {
	position: absolute;
	line-height: 28px;
	padding: 10px;
	padding-left:15px;
	padding-right:15px;
	top: 30px;
	left: 30px;
	width:auto;
	color: #fff;
	font-size: 28px;
}

.image-2 + .price-sale-box {
	right: 40px;
	left:initial;
}

.bread-crumb a, .bread-crumb .fa  {
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #404044;
}
.bread-crumb .fa  {
	vertical-align:text-top;
	margin-left: 10px; 
	margin-right:10px;
	font-size: 20px;
	opacity: 0.5;
}
.bread-crumb img  {
	vertical-align:top;
	margin-right:6px;
}

.shop-items .comments {
	font-size: 0.82em;
	margin-top: 10px;
	padding-bottom: 14px;
	float:right;
}

.out-of-stock {
	color: #ff0080 !important;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-left:15px;
	margin-top:-10px;
}

.btn-shop {
	color: white !important;
	font-weight: 500;
	font-size: 1.2em;
	background-color: #ff0080;
	border-radius:2px;
	padding:10px 30px;
}
.btn-shop.disabled {
	background-color:#dfdfdf;
	color: gray !important;
}


/* compact view */
.compact {
	position: relative;
	padding-left:15px;
	padding-right:15px;
}
.shop-items .blog-entry {
	cursor:pointer;
	position:relative;
}
.shop-items .meta div {
		font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #444;
    overflow: hidden;
		text-overflow: ellipsis;
		white-space:nowrap;
		padding-right:6px;
}

.shop-items .blog-entry .text {
	min-height: 140px;
	margin:0px;
	padding:15px;
	padding-top: 12px;
	padding-bottom: 0px;
}

.shop-items .blog-entry .text .heading {
	margin-top: 4px;
	min-height: 45px;
	max-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1.2rem;
	line-height: 1.1;
}
@media (max-width: 767.98px) {
	.shop-items .blog-entry .text .heading {
		min-height: 36px;
	}
}
.blog-entry .price-tag {
	font-size: 24px;
	font-weight:700;
	margin-top: -4px;
	margin-bottom: 0px;
}
.blog-entry .price-tag span {
	font-size: 18px;
	font-weight: 500;
}
.blog-entry .price-reduced {
	-margin-top: -1px;
}

.compact .price-sale-box {
	z-index:200;
	top: 15px;
	font-size: 20px;
	line-height: 20px;
	font-weight:500;
}

.item-card {
	transition: all 0.5s ease-out;
}

.compact:hover .item-card {
    box-shadow: 2px 4px 25px rgb(25 25 33 / 25%);
}

.shop-items .block-20 {
	border:1px solid #f0f0f1;
	border-bottom:none;
}

/* image zoom */
.image-zoom {
	cursor: url('../images/zoomin.cur'),zoom-in;
}
#zoomimage {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #fff url('../images/loading.gif') center center no-repeat;
    overflow: auto;
    padding-left: 100px;
    z-index: 500;
    display:none;
    opacity:0;
}
#zoomimage #gallery-full {
	position: relative;
	display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
	text-align:center;
}
#zoomimage #gallery-full img {
	right: 0; 
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 80vw;
}
#zoomimage #gallery-detail {
	width: 100px;
	position: fixed;
	height: 100%;
	overflow: auto;
	top:0px;
	left:0px;background: #fff;
}
#zoomimage #gallery-detail.top #gallery-small {
	position: relative;
	width: 100%;
	margin-top: 100px;
	bottom: 0;
	list-style: none;
  padding: 0;
  
}
#zoomimage #gallery-detail.left #gallery-small li {
	margin: 0;
	text-align: center;
	padding: 5px 0;
}
#zoomimage #gallery-detail.left #gallery-small li img {
	margin: 0 auto;
	border: 2px solid #fff;
	width:auto;
	max-width: 60px;
	height:auto;
	cursor:zoom-in;
}
#zoomimage #gallery-detail #gallery-small li img:hover, 
#zoomimage #gallery-detail #gallery-small li img.active {
	border-color: #ff0080 !important; 
}
#zoomimage .gallery-close {
	position: fixed;
	top: 30px;
	left: 30px;
	background: transparent url(../images/gallery-close.png) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 40px;
	z-index: 3;
	cursor:pointer;
}
#zoomimage .gallery-close:hover {
	background-position: 0 -40px;
}


.block-5 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    position: relative;
    display: block;
}

.block-5:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    opacity: .8;
}

.block-5 .text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px 20px 10px 20px;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.block-5 .text:before {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block-5 .text .heading,
.block-5 .text .subheading,
.block-5 .text .post-meta,
.block-5 .text .excerpt,
.block-5 .text .price {
    z-index: 2;
    position: relative;
}

.block-5 .text .subheading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    margin-bottom: 5px;
    opacity: .6;
}

.block-5 .text .heading {
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}

.block-5 .text .post-meta {
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
}

.block-5 .text .post-meta span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: .6;
}

.block-5 .text .price {
    color: #fff;
}

.block-5 .text .excerpt {
    line-height: 1.4;
    color: #fff;
}

.block-5:hover .text:before,
.block-5:focus .text:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
    background: #fff;
}

.block-5:hover .text .heading,
.block-5:hover .text .subheading,
.block-5:hover .text .post-meta,
.block-5:hover .text .price,
.block-5:hover .text .star-rate,
.block-5:focus .text .heading,
.block-5:focus .text .subheading,
.block-5:focus .text .post-meta,
.block-5:focus .text .price,
.block-5:focus .text .star-rate {
    color: #404044;
}

.aside-stretch {
    background: #f4a3c8;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #f4a3c8;
}


@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }
    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #404044 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
    border-color: #404044;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-vh-100 {
    height: 100vh;
}

@media (max-width: 1199.98px) {
    .ftco-vh-100 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.ftco-vh-75 {
    height: 75vh;
    min-height: 700px;
}

@media (max-width: 1199.98px) {
    .ftco-vh-75 {
        min-height: 700px;
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.ftco-tab-nav {
    padding: 0;
    margin: 0;
    display: inline-block !important;
}

@media (max-width: 767.98px) {
    .ftco-tab-nav {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important;
}

@media (max-width: 767.98px) {
    .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.ftco-tab-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 0 !important;
}

.ftco-tab-nav li a.active {
    background: none !important;
    color: black !important;
    border: 2px solid #404044;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #eb5fa1 !important;
}

.ftco-section .ftco-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #d4d4d4;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
}

.ftco-section .ftco-primary-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.media-custom {
    background: #fff;
}

.media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #eb5fa1;
}

.media-custom .media-body .position {
    font-size: 13px;
    color: white;
}

.about-author .desc h3 {
    font-size: 24px;
}

.ftco-section {
    padding: 4em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 3em 0;
    }
    .ftco-footer-widget.mb-4.ml-5 {
			margin-left:0px !important;
		}
}

.counter-section {
	position:relative;
	 background: #fce7f1;
	border-top: 1px solid #fce7f1;
	color: #ff0080 !important; 
	font-weight: 500;
}
.counter-section  .heading-section h2 {
	color: #ff0080 !important; 
}


.ftco-bg-dark {
	background: #3c312e;
}

.ftco-footer {
	font-size: 16px;
	background: #eb5fa1;
	background: linear-gradient(180deg, rgba(238,118,173,1) 54%, rgba(86,133,187,1) 100%);
	padding: 5em 0 5em 0;
}

.ftco-footer .container-fluid {
	padding-left: 5%;
	padding-right:5%;
	backdrop-filter: blur(10px);
}

.ftco-footer .container-fluid .row {
	max-width: 1300px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;

}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
}

.ftco-footer .ftco-footer-widget ul li a, 
.ftco-footer .ftco-footer-widget ul li span,
.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
    padding-bottom: 14px;
    line-height: 1.4;
}

.ftco-footer .dotted-brd {
	border-bottom: 2px dotted white;
	padding-bottom:2px;
	display: inline-block;
	white-space:nowrap;
}

.ftco-footer p, .ftco-footer .list-unstyled li, .ftco-footer a {
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
}

.ftco-footer a:hover {
    color: #fff;
    opacity: 0.8;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #404044;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
   
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    padding-bottom:0px !important;
}

.ftco-footer-social li a:hover {
    background: #fff;
}

.ftco-footer-social li a:hover span {
    color: #eb5fa1 !important;
}

.footer-small-nav>li {
    display: inline-block;
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #eb5fa1;
}

#fb_fr {
	margin-top:8px;
}
@media (max-width: 991.98px) {
	.ftco-footer-fb {
		margin-left:180px;
		margin-top:-23px;
	}
	.ftco-footer .container-fluid {
		padding-left:40px;
		padding-right:40px;
	}
}
@media (max-width: 767.98px) {
	.ftco-footer-fb {
		margin-left:auto;
		margin-top:23px;
		width:100%;
	}
	.ftco-footer .ftco-footer-widget h2 {
		margin-top: 0px;
		margin-bottom: 20px;
		margin-left:-8px;
	}
	.ftco-footer {
		padding: 3em 0 3em 0;
	}
	.ftco-footer-social {
		text-align:center;
	}
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #eb5fa1;
}

.ftco-media {
    background: #fff;
    border-radius: 0px;
}

.ftco-media .heading {
    font-weight: normal;
}

.ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0;
}

.ftco-media.ftco-media-shadow:hover,
.ftco-media.ftco-media-shadow:focus {
    top: -3px;
    -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}

.ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #eb5fa1;
}

.ftco-media.text-center .ftco-icon {
    margin: 0 auto;
}

.ftco-overflow-hidden {
    overflow: hidden;
}

.padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(238, 118, 173, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(238, 118, 173, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(238, 118, 173, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(238, 118, 173, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(238, 118, 173, 0.4);
        box-shadow: 0 0 0 0 rgba(238, 118, 173, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(238, 118, 173, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(238, 118, 173, 0);
        box-shadow: 0 0 0 30px rgba(238, 118, 173, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(238, 118, 173, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(238, 118, 173, 0);
        box-shadow: 0 0 0 0 rgba(238, 118, 173, 0);
    }
}

.heading-section .subheading {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.4);
}

.heading-section h2 {
    font-size: 38px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.7);
}

.img,
.work-img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative;
}

.testimony-wrap {
    box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.8);
    background: #fff;
    display: block;
    position: relative;
    min-height:410px;
}

.testimony-section .user-img {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    position: relative;
    background-size: 100%;
}

.testimony-section .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #efac78;
}
.testimony-section .text h5 {
	line-height: 1.2;
}
.testimony-section .text p {
    font-size: 14.6px;
    line-height:1.4;
    margin-top: 20px;
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.ftco-counter {
    background: #29bae4;
    padding: 10em 0;
}

.ftco-counter .text strong.number {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
}

.ftco-counter .text span {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #eb5fa1;
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    position: relative;
    display: block;
}

.blog-entry {
    background: #fff;
    -webkit-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.8);
    border: 1px solid #f7f7f7;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    min-height: 140px;
    height: 140px;
}

.blog-entry .text .heading {
    font-size: 1.15rem;
    line-height: 1;
    margin-top: -6px;
		max-height: 41px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
   -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;   
}

.blog-entry .text .heading a {
    color: #404044;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #eb5fa1;
}

.blog-entry .text .meta-chat {
    color: #a5a5ab;
    margin-left: 10px;
    float: right;
    cursor:default;
}

.blog-entry .text .meta-chat .fas,
.blog-entry .text .meta-chat .far {
	font-size: 12px;
}

.blog-entry .text .read {
    color: #404044;
    font-size: 14px;
}

.blog-entry .meta>div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.blog-entry .meta>div a {
    color: #a5a5ab;
    font-size: 15px;
}

.blog-entry .meta>div a:hover {
    color: #eb5fa1;
}

/* edited text */
	.rich-text h2 {
		font-weight:500;
	}
	
	.rich-text h3 {
			margin-top:20px;
			margin-bottom:18px;
			font-size: 26px;
			font-weight:450;
	}
	
	.rich-text p.ql-align-center,
	.rich-text h2.ql-align-center,
	.rich-text h3.ql-align-center,
	.rich-text blockquote.ql-align-center {
			text-align: center;
	}

	.rich-text p.ql-align-right,
	.rich-text h2.ql-align-right,
	.rich-text h3.ql-align-right,
	.rich-text blockquote.ql-align-right {
			text-align: right;
	}
	
	.rich-text p.ql-align-justify,
	.rich-text blockquote.ql-align-justify {
			text-align: justify;
	}

	.rich-text b {font-weight:500; color:black;}
	.rich-text a {font-weight:500;}
	.rich-text a:hover {border-bottom:1px dotted #eb5fa1;}
	
	.rich-text b u {
    color: #ff0080;
    text-decoration: none;
	}
	
	.rich-text p, .rich-text blockquote {
		font-size: inherit !important;
		min-height: 1px;
	}
	.rich-text blockquote { 
		color: gray;
		font-weight: 500;
		padding: 10px;
		border-left: 5px solid gray;
		font-style: italic;
	}

	.rich-text img[align="right"] {
			margin-left:45px;
			margin-bottom:30px;
			line-height:0;
			box-shadow: -20px 20px 0px #fce7f1;
		}
	.rich-text img[align="left"] {
		margin-right:45px;
		margin-bottom:30px;
		line-height:0;
		box-shadow: 20px 20px 0px #fce7f1;
	}
	.rich-text img {
		max-height: 500px;
		height:auto;
		max-width:800px;
		width:auto;
		box-shadow: 20px 20px 0px #fce7f1;
		margin-bottom: 25px;
	}
	.prod-desc.rich-text img {
		box-shadow: none;
		max-width:350px;
	}
	@media (max-width: 991.98px) {
		.rich-text img {
			max-width: 100%;
			margin-right:0px;
			margin-left:0px;
		}
	}
	@media (max-width: 600px) {
		.rich-text img[align="right"],
		.rich-text img[align="left"] {
			float: none !important;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
		}
	}
	img[src^="https://fonts.gstatic.com"] {
		box-shadow: none;
		margin-bottom: 0px;
	}
	
	.rich-text .embed-responsive {
		margin-bottom: 20px;
	}

	.rich-text .embed-responsive > .embed-responsive-item[src*="https://www.google.com/maps/"] {
		border: 1px solid #eee;
	}
	
	.edit-btn {
		color: white;
		width:30px;
		height:30px;
		line-height: 30px;
		border-radius:50%;
		cursor:pointer;
		text-align:center;
		font-size: 14px;
		vertical-align:middle;
	}
	.edit-btn:hover {opacity:0.6;}
	.edit-btn.absolute {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 100;
	}

/* blocks */
.block-6 {
    margin-bottom: 40px;
}

.block-6 .icon span:before {
    font-size: 40px;
}

.block-6 .media-body p {
    font-size: 16px;
}

.block-10 .chef-img {
    height: 400px;
}

.block-10 .person-info {
    height: 75px;
}

.block-10 .person-info span {
    display: block;
}

.block-10 .person-info .name {
    font-size: 20px;
    color: #404044;
    font-weight: 400;
}

.block-10 .person-info .position {
    font-size: 14px;
}

.block-17 form .fields {
    width: 100%;
    position: relative;
}

@media (max-width: 991.98px) {
    .block-17 form .fields {
        width: 100%;
    }
}

.block-17 form .fields .one-third {
    width: 100% !important;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .block-17 form .fields .one-third {
        width: 100%;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

.block-17 form .fields .one-third:last-child {
    border-right: none;
}

.block-17 form .fields .one-third label {
    font-weight: 700;
    color: #404044;
}

.block-17 form .fields .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: transparent;
    background: transparent !important;
    color: #8b8b92 !important;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.block-17 form .fields .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8b8b92;
}

.block-17 form .fields .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #8b8b92;
}

.block-17 form .fields .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #8b8b92;
}

.block-17 form .fields .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #8b8b92;
}

.block-17 form .fields .icon {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(64, 64, 68, 0.7);
}

@media (max-width: 767.98px) {
    .block-17 form .fields .icon {
        right: 10px;
    }
}

.block-17 form .fields .select-wrap {
    position: relative;
}

.block-17 form .fields .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.block-17 form .search-submit {
    width: 100%;
    background: #eb5fa1;
    border: 2px solid #eb5fa1;
    color: #fff;
    padding: 12px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.block-17 form .search-submit:hover {
    background: #404044;
    color: #fff;
    border: 2px solid #404044;
}

.block-18 .icon>span {
    font-size: 40px;
}

.block-18 .text strong {
    font-size: 30px;
}

.block-18 .text span {
    display: block;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}

.block-27 ul li {
    -display: inline-block;
    -margin-bottom: 4px;
    
}

.block-27 ul li.pg {
    color: #ff0080;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #f8c6de;
    transition: all 0.5s ease;
    cursor:pointer;
    margin-left:4px;
    margin-right:4px;
}

.block-27 ul li.pg:hover {
	color: #ff0080;
	border-color: #ff0080;
	background: #fce7f1;
}

.block-27 ul li.pg.active {
    background: #ff0080;
    color: #fff;
    border: 1px solid transparent;
    cursor: default;
}
.block-27 ul li.pg.dots {
	border: 1px solid transparent;
	background: transparent !important;
	cursor: default;
	font-weight: bold;
}

.block-7 {
    margin-bottom: 30px;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
    background: #fff;
}

@media (min-width: 768px) {
    .block-7 {
        padding: 40px;
    }
}

.block-7 .heading {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.block-7 .heading-2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.block-7 .price {
    margin: 0;
    padding: 0;
    display: block;
}

.block-7 .price sup {
    font-size: 20px;
    top: -2em;
}

.block-7 .price .number {
    font-size: 80px;
}

.block-7 .excerpt {
    margin-bottom: 20px;
    color: #b3b3b3;
}

.block-7 .label2 {
    text-transform: uppercase;
}

.block-7 .pricing-text {
    margin-bottom: 0;
}

.block-7 .pricing-text,
.block-7 .pricing-text li {
    padding: 0;
    margin: 0;
}

.block-7 .pricing-text li {
    list-style: none;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.block-7 .pricing-text li strong {
    color: #404044;
}

.block-8 .accordion-item .heading {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

.block-8 .accordion-item .heading>a {
    padding-left: 35px;
    position: relative;
    color: #404044;
}

.block-8 .accordion-item .heading>a:before {
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    top: .1em;
    left: 0;
}

.block-8 .accordion-item .heading>a[aria-expanded="true"]:before {
    font-family: 'icomoon';
    position: absolute;
    content: "\e316";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #eb5fa1;
    color: #fff;
    border: 1px solid #eb5fa1;
}

.block-8 .accordion-item .heading>a[aria-expanded="false"]:before {
    content: "\e313";
    color: #ccc;
    font-family: 'icomoon';
    position: absolute;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.block-8 .accordion-item .body-text {
    font-size: 16px;
    padding: 5px 0;
    padding-left: 30px;
}

.block-4 .nonloop .owl-stage {
    padding-bottom: 2em;
}

.block-4 .nonloop .owl-item {
    -webkit-box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-4 .nonloop .owl-nav {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: -2px;
}

.block-4 .nonloop .owl-nav .owl-prev,
.block-4 .nonloop .owl-nav .owl-next {
    opacity: .2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
}

.block-4 .nonloop .owl-nav .owl-prev:hover,
.block-4 .nonloop .owl-nav .owl-next:hover {
    opacity: 1;
}

.block-4 .nonloop .owl-nav .owl-prev.disabled,
.block-4 .nonloop .owl-nav .owl-next.disabled {
    display: none;
}

.block-4 .nonloop .owl-nav .owl-prev span,
.block-4 .nonloop .owl-nav .owl-next span {
    font-size: 30px;
}

.block-4 .nonloop .owl-nav .owl-prev {
    left: 50px;
}

.block-4 .nonloop .owl-nav .owl-next {
    right: 50px;
}

.block-4 .nonloop .owl-dots {
    bottom: -40px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.block-4 .nonloop .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.block-4 .nonloop .owl-dots .owl-dot.active {
    background: #eb5fa1;
}

.contact-section, .raised-section {
    margin-top: -250px;
}

.contact-section .container, .raised-section .container {
    z-index: 2;
    padding: 30px;
}

@media (min-width: 768px) {
    .contact-section .container, .raised-section .container  {
        padding: 70px;
    }
}

.contact-section .contact-info p a {
    color: #59595e;
}

.brd-img {
	box-shadow: 20px 20px 0px #fce7f1;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300;
}

.block-21 .text .heading a {
    color: #404044;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #eb5fa1;
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta>div a {
    color: #c0c0c3;
}

.custom-pagination {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination .prev a,
.custom-pagination .next a {
    font-size: 20px !important;
    line-height: 38px !important;
}

.custom-pagination li a,
.custom-pagination .prev a,
.custom-pagination .next a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
}

.custom-pagination li.active a,
.custom-pagination .prev.active a,
.custom-pagination .next.active a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
    background: #eb5fa1;
    color: #fff;
}

.custom-pagination li.active a:hover,
.custom-pagination li.active a:focus,
.custom-pagination .prev.active a:hover,
.custom-pagination .prev.active a:focus,
.custom-pagination .next.active a:hover,
.custom-pagination .next.active a:focus {
    color: #fff;
}

.custom-pagination .prev {
    float: left;
}

.custom-pagination .next {
    float: right;
}


/* Blog*/
.hide {display:none !important;}

.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
}

.post-info>div {
    display: inline-block;
}

.post-info>div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5;
}

.tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #404044;
    border: 1px solid #ccc;
    font-size: 12px;
    background:#fff;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}
.comment-form-wrap .form-control {
	font-size: 16px;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 10px 0 0 30px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li .children li:last-of-type {
	margin-bottom:0px;
}

.comment-list li {
    padding: 0;
    margin: 0 0 0px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard.bio {
    width: 50px;
    height: 50px;
    line-height:50px;
    border-radius: 50%;
    text-align:center;
    color: #fff;
    font-size: 18px;
}
.comment-list li .vcard.bio.color-1 {
	background-color: #ff0097;
}
.comment-list li .vcard.bio.color-2 {
	background-color: #008482;
}
.comment-list li .vcard.bio.color-3 {
	background-color: #b91d47;
}
.comment-list li .vcard.bio.color-4 {
	background-color: #ee1111;
}
.comment-list li .vcard.bio.color-5 {
	background-color: #00a300;
}
.comment-list li .vcard.bio.color-6 {
	background-color: #af5791;
}
.comment-list li .vcard.bio.color-7 {
	background-color: #7e3878;
}
.comment-list li .vcard.bio.color-8 {
	background-color: #1e7145;
}
.comment-list li .vcard.bio.color-9 {
	background-color: #6d7f24;
}
.comment-list li .vcard.bio.color-10 {
	background-color: #ff0097;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 64px);
    color: #222;
}

.comment-list li .comment-body h3 {
    font-size: 17px;
}

.comment-list .fas {
	margin-left:6px;
	font-size: 14px;
	opacity: 0.3;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
}
.comment-list li .comment-body p.text {
	line-height: 1.5;
	font-size:13.5px;
	color: #222;
	margin-bottom: 10px;
}

.comment-list li .comment-body .reply, 
.comment-list li .comment-body .comm-delete {
    margin-right: 20px;
    padding: 5px 10px;
    background: #f4f4f5;
    color: #222;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px;
    cursor:pointer;
}
.comment-list li .comment-body .comm-delete {
	margin-right: 0px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: #404044;
}
.comment-list li .comment-body .comm-delete:hover {
    color: #fff;
    background: #ff0080;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.subscribe-form .form-group input {
    padding-right: 50px;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.8) !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8) !important;
}

.subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8) !important;
}

.subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8) !important;
}

.subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8) !important;
}

.subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    display: block;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
    color: #404044;
    font-style: italic;
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/* Profile */
.profile-box {
	width: 120px;
	height: 120px;
	padding-top: 30px;
	border-radius: 3px;
	margin-left:30px;
	margin-right:30px;
	cursor:pointer;
	background-color: #868686;
	color: white;
	transition: all .4s ease-out, visibility 0s linear 0s;
}
.profile-box:hover {
	background-color: #eb5fa1;
	
}

.profile-box .fa {
	font-size: 30px;
	margin-bottom: 14px;
}
.profile-box div {
	font-weight: 550;
	font-size: 14px;
}

.profile-box.active {
	background-color: #eb5fa1 !important;
	color: white !important;
	border-color: #eb5fa1;
	cursor:default;
}


/* free shipping */
.free-ship {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: radial-gradient(circle, rgba(196,240,252,1) 0%, rgba(255,194,243,1) 74%);
	height:auto;
	padding:20px;
}
.free-ship-wrapper {
	width: 760px;
	min-width: 760px;
	margin-left:auto;
	margin-right:auto;
	background: rgba(238,118,173,0.5);
	padding:6px;
	border-radius:41px;
	border: 1px solid #fff;
}
.free-ship-ico {
	display: inline-block;
	vertical-align:middle;
	width: 70px;
	height:70px;
	line-height:70px;
	font-size: 30px;
	text-align:center;
	border: 2px solid #ff0080;
	border-radius:50%;
	background: #fff;
}
.free-ship-text {
	display: inline-block;
	vertical-align:middle;
	color: #fff;
	padding-left:10px;
	font-size: 24px;
	font-weight: 550;
	width: calc(100% - 100px);
	line-height: 1.15;
	text-shadow: 2px -1px 2px rgba(0,0,0,0.27);
	text-align:center;
}
@media (max-width: 900px) {
	.free-ship-wrapper {width: 85vw; min-width: auto;}
}
@media (max-width: 620px) {
.free-ship-text {font-size: 20px;}
.free-ship-wrapper {width: 90vw; }
}

/* Dialog */

#DLG, #DLG_bg {
	position: fixed; 
	top: 0px; 
	left: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	z-index: 20000;
	display: table !important;
}
#SUBFR {
	display:table-cell;
	vertical-align:middle;
}
#SUBFR_div {
	margin:auto;
	padding:0;
	width:auto;
	height:auto;
	max-width: calc(100vW - 20px) !important;
	max-height: calc(100vH - 20px) !important;
	box-shadow: 0 12px 28px 0 rgba(0,0,0,.5), 0 2px 4px 0 rgba(0,0,0,.5); /*, inset 0 0 0 1px rgba(0,0,0,.5);*/
	box-sizing:border-box;
	border-radius:1px;
}
#SUBFR_div IFRAME {
	width:auto;
	height:auto;
	max-width: calc(100vW - 20px) !important;
	max-height: calc(100vH - 20px) !important;
	padding:0;
	margin:0;
	box-sizing:border-box;
	border-radius:1px;
}
#DLG_bg {
	background:rgba(64,64,64,0.6);
	backdrop-filter: blur(2px);
}

#DLG_bg.hide {
	visibility: hidden;
	opacity:0;
	transition:opacity 0.2s ease-out;
	pointer-events:none;
}

#DLG_bg.show {
	visibility: visible;
	opacity:1;
	transition:opacity 0.2s ease-in;
}

#DLG_bg.hide #SUBFR_div {
	transform:scale(0);
	transition:transform 0.2s ease-out;
}

#DLG_bg.show #SUBFR_div {
	transform:scale(1);
	transition:transform 0.2s ease-in;
}

.dlg-content {
	background-color: #fff;
	overflow:hidden;
	width:100%;
	height:100%;
	position: relative;
	border-radius:0px;
	color: #222;
}

.dlg-hdr {
	position:relative;
	top:0px;
	left:0px;
	height: 50px;
	padding: 12px 5px 10px 15px;
	padding-right: 50px;
	font-size: 17px;
	font-weight:550;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background-color: #ff0080;
	color: white !important;
}

.dlg-close {
	position:absolute;
	top: 8px;
	right:0px;
	width: 40px;
	height:40px;
	font-size: 45px;
	cursor:pointer;
	margin-top:-18px;
	font-weight: 300;
}
.dlg-close:hover {opacity:0.8;}

.dlg-list {
	position: absolute;
	top: 51px;
	left:0px;
	bottom: 60px;
	width: 100%;
	min-width:100%;
	padding: 25px;
	overflow:auto;
	font-size: 16px;
	font-weight: 400;
	color: #222;
}

.all-centered {
	min-width: 100%;
	width:100%;
	height:100%;
	display: flex;
  align-items: center;
  justify-content: center;
	text-align:center;
}

.all-centered small {
	display: block;
	line-height:1.4;
	margin-top:14px;
}
.all-centered strong {
	font-weight:bold !important;
}

.dlg-btm {
	position:absolute;
	bottom:0px;
	left:0px;
	height: 60px;
	width:100%;
	padding-top:12px;
	background-color: #f7f7f7;
	text-align: center;
	overflow:hidden;
}

.dlg-btm a {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:10px;
	cursor:pointer;
	min-width:120px;
	width:120px;
	font-weight: 500;
	padding:6px;
	background-color: #ff0080 !important;
	border-color:#ff0080 !important;
	color: white !important;
}

.dlg-btm a:hover {
	
}

/* WebKit scrollbar */

.scrollbar.white::-webkit-scrollbar {
    background-color: white;
}
.scrollbar.dark::-webkit-scrollbar {
    background-color: #171516;
}

.scrollbar.narrow::-webkit-scrollbar {
    width: 14px;
    height: 11px;
    opacity: 0.6;
}

.scrollbar.white::-webkit-scrollbar-track {
    background-color: white;
}
.scrollbar.dark::-webkit-scrollbar-track {
    background-color: #171516;
}

.scrollbar.white::-webkit-scrollbar-track:hover {
    background-color: white;
}

.scrollbar.white::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 16px;
    border: 2px solid white;
}
.scrollbar.dark::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 16px;
    border: 2px solid #171516;
}

.scrollbar.white::-webkit-scrollbar-thumb:hover {
    background-color: #eb5fa1;
    border: 2px solid white;
    cursor: pointer;
}
.scrollbar.dark::-webkit-scrollbar-thumb {
    background-color: #eb5fa1;
    border: 2px solid #171516;
    cursor: pointer;
}

.scrollbar::-webkit-scrollbar-button {
    display: none;
}


.cookie-box {
	position:fixed;
	width:100%;
	height:auto;
	z-index:999;
	background:#000;
	opacity: 0.9;
	bottom:0;
}

.cookie-text {
	width:80%;
	font-size:14px;
	line-height: 1.5;
	color: #fff;
	margin-left:10%;
	margin-top: 20px;
	text-align:justify;
}
.cookie-title {
	font-size: 20px;
	font-weight:500;
}

.cookie-button {
	line-height:28px;
	display:inline-block;
	padding:0 15px;
	font-size:14px;
	color: #fff;
	cursor:pointer;
	margin-top: 10px;
	margin-bottom: 14px;
	border-radius:10px;
}

#approveCookie{
	margin-left:10%;
}

.popupWin {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    opacity: 1;
    z-index: 99000;
    width: 100vw;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: -200vh;
    bottom: 0;
    overflow: auto;
    padding: 0;
    margin:0;
    transition: top 0.7s  ease-in-out;
    visibility: hidden;
}

_:-ms-fullscreen,
:root .popupWin {
    justify-content: inherit !important;
}

@supports (-ms-ime-align:auto) {
    .popupWin {
        top: -199vh;
    }
}

.popupWin.open {
    top: 0;
}

.popupWin .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
}

.popupWin .content {
    background-color: transparent;
    z-index: 99000;
    max-width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 0;
}
.popupWin .popupCloseButton {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    z-index: 99999;
    width: 32px;
    height: 32px;
    background: url('../images/icon_close.svg') center center no-repeat;
}
.mobile-menu-logo {
    width: 76vw;
    max-width:500px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14%;
    background: url('../images/greta-logo.png') top center no-repeat;
    background-size: 100%;
}
#popupFloatDiv .navPagesPopup {
    order: 1;
    list-style-type: none;
    list-style: none;
    align-self: center;
    padding: 0;
    overflow: auto;
		overflow-x: hidden !important;
    width: 100%;
    padding-bottom: 30px;
}

#popupFloatDiv .navPagesPopup a {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.6;
    border: 0;
    padding: 6px;
    display: block;
    text-align: center;
    word-wrap: break-word;
    color: #ff0080;
}

#popupFloatDiv .navPagesPopup li.active>a {
    background-color: transparent;
    color: #222;
}

#popupFloatDiv .navPagesPopup a:hover,
#popupFloatDiv .navPagesPopup a:focus {
    text-decoration: none;
    color: #222;
}

.mobile-social {
	text-align:center;
	margin-top: 10%;
}
.mobile-social li { 
	display: inline-block;
}
.mobile-social li span { 
	color: #fff;
	width: 40px;
	height:40px;
	line-height:40px;
	font-size:24px;
	background-color: #eb5fa1;
	border-radius:50%;
	text-align:center;
	margin-left:7px;
	margin-right:7px;
}