
:root {
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,500,600,700);
body {
	color: #2b2729;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
}
.logo {
	display: inline-block;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
a, a:focus, a:active, a:visited {
	color: #2b2729;
	text-decoration: none;
}
a:hover {
	color: #393939;
	text-decoration: none;
}
.title,.titlei, .titleh, .titles, .titlef {
	position:relative;
}
.title {
	color: #2b2729;
	font-size: 2rem;
}
.title a {
	color: #2b2729;
	font-size: 2rem;
}
.title a:hover {
}
.titlei {
}
.titlei, .titlei a {
	color: #2b2729;
	font-size: 2rem;
}
.titlei, .titlei a:hover {
}
.titles {
	padding: 1rem 0;
	margin: 0;
}
.titles:hover {
}
.titleh {
	color: #fa3d7a;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	padding: 3rem 0 2rem 0;
	margin: 2rem 0 1rem 0;
}
.titleh:hover {
}
.titlef {
	font-size: 1.2rem;
}
.titlef:hover {
}
.breadcrumb {
	background: transparent;
	margin: 0;
	font-size: .8rem;
	color: #6a6a6a;
	position: relative;
}
.breadcrumb a {
	color: #6a6a6a;
}
.breadcrumb .fa {display: none}
.breadcrumb a:hover {
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "/ ";
	color: #6a6a6a;
}
.pagination {
}
.pagination > .page-item > .page-link, .pagination > .page-item > span {
	color: #fa3d7a;
	border-radius: 0;
}
.pagination > .page-item.active .page-link,
.pagination > .page-item.active .page-link:focus,
.pagination > .page-item.active .page-link:hover {
	background: #fa3d7a;
	border-color: #fa3d7a;
	color: #2b2729;
}
.pagination > .page-item .page-link:focus, .pagination > .page-item .page-link:hover {
	color: #2b2729;
	background: #fa3d7a;
	border-color: #fa3d7a;
}
.btn:focus,.btn:active, .navbar-toggler:focus {
   outline: none !important;
   box-shadow: none;
}
.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary:visited,
a.btn-primary, a.btn-primary:focus, a.btn-primary:active, a.btn-primary:visited {
	color: #ffffff;
	background: #fa3d7a !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: .5rem 2rem;
	border-radius: 50px;
	border-color: #fa3d7a !important;
/*    box-shadow: none;*/
}
a.btn-primary:hover, .btn-primary:hover {
	color: #ffffff;
	background: #2b2729 !important;
	border-color: #2b2729 !important;
}
.btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:visited,
a.btn-outline-primary, a.btn-outline-primary:focus, a.btn-outline-primary:active, a.btn-outline-primary:visited {
	background: #ffffff;
	color: #2b2729;
	border-color: #2b2729 !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: .5rem 2rem;
	border-radius: 50px;
/*    box-shadow: none;*/
}
.btn-outline-primary:hover, a.btn-outline-primary:hover {
	color: #ffffff;
	background: #fa3d7a !important;
	border-color: #fa3d7a !important;
}
.btn-secondary, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:visited,
a.btn-secondary, a.btn-secondary:focus, a.btn-secondary:active, a.btn-secondary:visited {
	color: #ffffff;
	background: #2b2729 !important;
	border-color: #2b2729 !important;
/*    box-shadow: none;*/
}
a.btn-secondary:hover, .btn-secondary:hover {
	color: #ffffff;
	background: #2b2729 !important;
	border-color: #2b2729 !important;
}
.btn-outline-secondary, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:visited,
a.btn-outline-secondary, a.btn-outline-secondary:focus, a.btn-outline-secondary:active, a.btn-outline-secondary:visited {
	background: #ffffff;
	color: #2b2729;
	border-color: #2b2729 !important;
/*    box-shadow: none;*/
}
.btn-outline-secondary:hover, a.btn-outline-secondary:hover {
	color: #ffffff;
	background: #2b2729 !important;
	border-color: #2b2729 !important;
}
.btn-success, .btn-success:focus, .btn-success:active, .btn-success:visited,
a.btn-success, a.btn-success:focus, a.btn-success:active, a.btn-success:visited {
	text-transform: uppercase;
	border-color: #ffffff !important;
	border-width: 1px;
	border-style: solid;
/*    box-shadow: none;*/
}
a.btn-success:hover, .btn-success:hover {
	background: #2b2729 !important;
}
.btn-outline-success, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:visited,
a.btn-outline-success, a.btn-outline-success:focus, a.btn-outline-success:active, a.btn-outline-success:visited {
	color: #2b2729;
	text-transform: uppercase;
/*    box-shadow: none;*/
}
.btn-outline-success:hover, a.btn-outline-success:hover {
	border-color: #ffffff !important;
	border-width: 1px;
	border-style: solid;
}
.btn-info, .btn-info:focus, .btn-info:active, .btn-info:visited,
a.btn-info, a.btn-info:focus, a.btn-info:active, a.btn-info:visited {
	color: #ffffff;
	background: #2b2729 !important;
	font-size: 0.9rem;
	line-height: #ffffff;
	border-color: #2b2729 !important;
	border-width: 1px;
	border-style: solid;
/*    box-shadow: none;*/
}
a.btn-info:hover, .btn-info:hover {
	color: #ffffff;
	background: #2b2729 !important;
	border-color: #2b2729 !important;
	border-width: 1px;
	border-style: solid;
}
.btn-outline-info, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:visited,
a.btn-outline-info, a.btn-outline-info:focus, a.btn-outline-info:active, a.btn-outline-info:visited {
	background: #ffffff;
	color: #2b2729;
	border-color: #2b2729 !important;
	border-width: 1px;
	border-style: solid;
	font-size: 0.9rem;
	line-height: #ffffff;
/*    box-shadow: none;*/
}
.btn-outline-info:hover, a.btn-outline-info:hover {
	color: #ffffff;
	background: #2b2729 !important;
	border-color: #2b2729 !important;
	border-width: 1px;
	border-style: solid;
}
.btn-warning, .btn-warning:focus, .btn-warning:active, .btn-warning:visited,
a.btn-warning, a.btn-warning:focus, a.btn-warning:active, a.btn-warning:visited {
	background: #f15a22 !important;
	border-color: #e0511c !important;
/*    box-shadow: none;*/
}
a.btn-warning:hover, .btn-warning:hover {
	background: #ff5d21 !important;
}
.btn-outline-warning, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:visited,
a.btn-outline-warning, a.btn-outline-warning:focus, a.btn-outline-warning:active, a.btn-outline-warning:visited {
	color: #ff5d21;
/*    box-shadow: none;*/
}
.btn-outline-warning:hover, a.btn-outline-warning:hover {
	background: #f15a22 !important;
	border-color: #e0511c !important;
}
.btn-danger, .btn-danger:focus, .btn-danger:active, .btn-danger:visited,
a.btn-danger, a.btn-danger:focus, a.btn-danger:active, a.btn-danger:visited {
/*    box-shadow: none;*/
}
a.btn-danger:hover, .btn-danger:hover {
	background: #ffffff !important;
}
.btn-outline-danger, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:visited,
a.btn-outline-danger, a.btn-outline-danger:focus, a.btn-outline-danger:active, a.btn-outline-danger:visited {
	color: #ffffff;
/*    box-shadow: none;*/
}
.btn-outline-danger:hover, a.btn-outline-danger:hover {
}
.btn-light, .btn-light:focus, .btn-light:active, .btn-light:visited,
a.btn-light, a.btn-light:focus, a.btn-light:active, a.btn-light:visited {
	background: rgba(255,255,255,0) !important;
	border-color: transparent !important;
	border-width: 0 none;
	border-style: solid;
/*    box-shadow: none;*/
}
a.btn-light:hover, .btn-light:hover {
	color: #2b2729;
	background: rgba(255,255,255,0) !important;
	border-color: transparent !important;
	border-width: 0 none;
	border-style: solid;
}
.btn-outline-light, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light:visited,
a.btn-outline-light, a.btn-outline-light:focus, a.btn-outline-light:active, a.btn-outline-light:visited {
	background: #2b2729;
	color: rgba(255,255,255,0);
	border-color: transparent !important;
	border-width: 0 none;
	border-style: solid;
/*    box-shadow: none;*/
}
.btn-outline-light:hover, a.btn-outline-light:hover {
	background: rgba(255,255,255,0) !important;
	border-color: transparent !important;
	border-width: 0 none;
	border-style: solid;
}
.btn-dark, .btn-dark:focus, .btn-dark:active, .btn-dark:visited,
a.btn-dark, a.btn-dark:focus, a.btn-dark:active, a.btn-dark:visited {
	color: #fa3d7a;
	background: #ffffff !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: .5rem 2rem;
	border-color: #fa3d7a !important;
	border-width: 2px;
	border-style: solid;
/*    box-shadow: none;*/
}
a.btn-dark:hover, .btn-dark:hover {
	color: #2b2729;
	background: #ffffff !important;
	border-color: #2b2729 !important;
	border-width: 2px;
	border-style: solid;
}
.btn-outline-dark, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark:visited,
a.btn-outline-dark, a.btn-outline-dark:focus, a.btn-outline-dark:active, a.btn-outline-dark:visited {
	background: #2b2729;
	color: #ffffff;
	border-color: #2b2729 !important;
	border-width: 2px;
	border-style: solid;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: .5rem 2rem;
/*    box-shadow: none;*/
}
.btn-outline-dark:hover, a.btn-outline-dark:hover {
	color: #fa3d7a;
	background: #ffffff !important;
	border-color: #fa3d7a !important;
	border-width: 2px;
	border-style: solid;
}
.btn-link, .btn-link:focus, .btn-link:active, .btn-link:visited,
a.btn-link, a.btn-link:focus, a.btn-link:active, a.btn-link:visited {
/*    box-shadow: none;*/
}
a.btn-link:hover, .btn-link:hover {
	border-width: transparent;
	border-style: solid;
}
.btn-outline-link, .btn-outline-link:focus, .btn-outline-link:active, .btn-outline-link:visited,
a.btn-outline-link, a.btn-outline-link:focus, a.btn-outline-link:active, a.btn-outline-link:visited {
	border-width: transparent;
	border-style: solid;
/*    box-shadow: none;*/
}
.btn-outline-link:hover, a.btn-outline-link:hover {
}
.form-select {
}
.form-select:focus {
	outline: none !important;
}
.form-select option {
}
.form-control {
}
.form-control:focus {
	border-color: #fa3d7a;
	box-shadow: none;
}
.form-control::placeholder {
}
.form-floating > label {
}
.input-group-text {
}
input[type='radio'] {
	accent-color: #fa3d7a;
}
input[type='checkbox'] {
	accent-color: #fa3d7a;
}
.form-check-input:checked {
	background: #fa3d7a;
	border-color: #fa3d7a;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1290;
	}
}
.main {
	min-height: 555px;
}
	.cat_0 {
}
.home {
}
.home1 {
			background-image: url(https://sweetlilposh.com/media/hmposh/bg/main-img.jpg);
			background-size: cover;
			background-position: center center;
			background-attachment: scroll;
			background-repeat: no-repeat;
	}
.home2 {
	}
.home3 {
			background-image: url(https://sweetlilposh.com/media/hmposh/bg/bg-flower.jpg);
			background-size: cover;
			background-position: center center;
			background-attachment: scroll;
			background-repeat: no-repeat;
		background: rgba(255,224,195,0.71);
		margin: 2rem 0 0 0;
		padding: 5rem 0;
	}
.home4 {
	}
.home5 {
			background-image: url(https://sweetlilposh.com/media/hmposh/bg/product-bg.jpg);
			background-size: cover;
			background-position: center center;
			background-attachment: scroll;
			background-repeat: no-repeat;
		padding: 0 0 5rem 0;
	}
.home6 {
		padding: 5rem 1rem;
	}
.home7 {
			background-image: url(https://sweetlilposh.com/media/hmposh/bg/bg-subscribe.jpg);
			background-size: cover;
			background-position: center center;
			background-attachment: scroll;
			background-repeat: no-repeat;
		padding: 5rem;
	}
.pnf {
}
.pnf {
}
.topline {
	background: #fa3d7a;
	padding: 0.2rem 0;
	color: #ffffff;
	}
.tlrow1 {
		}
	.sticky_header.sticky {
		position: fixed;
		top: 0;
		z-index: 1001;
		width: 100%;
 	}
header {
	margin: #ffffff;
	background: #ffffff;
}
.hrow1 {
		padding: 0.5rem 0;
	}
.hrow2 {
	}
.footer {
	padding: 35px 0;
}
.footer1 {
	}
.footer2 {
		padding: 1rem 0;
	}
.footer3 {
		padding: 0.5rem 0 0 0;
		border-color: #b8b8b8;
		border-width: 1px 0 0 0;
		border-style: solid;
	}
/* masage box */
#infbox .toast {
}
#back-top {
	display:none;
	position: fixed;
	z-index: 99;
	bottom: 163px;
	right: 20px;
}
#back-top a {
	background: #ffffff;
	border-radius: 50%;
	border-color: #fa3d7a;
	border-width: 1px;
	border-style: solid;
	padding: 8px 18px;
	font-size: 26px;
	color: #fa3d7a;
	text-decoration: none;
	display: block;
} 
#back-top a:hover {
} 
#back-top i + span {
	padding: 8px; 
}
.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td, .table-borderless > thead > tr > th { border: none; }
/* bs */
.col-form-label.required::after, .form-floating.required::after {
	color: #ee372a;
	content: "*";
	font-weight: 700;
}
.form-floating.required::after {
	position: absolute;
	right: .5rem;
	top: .4rem;
}
.progress {
	height:auto;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group .form-control {
	z-index: auto;
}
.modal-body {
	position: initial;
}
.has-error .form-control, .has-error .form-check-input {
	border-color: #dc3545;
}
.scroll-y {
	border: 1px solid #999;
	padding: 7px;
	overflow-y: scroll;
	overflow-x: auto;
	height: 200px;
}
@media (max-width: 567px) {
	.title {
		font-size: 2rem;
	}
	.titlei {
		font-size: 2rem;
	}
	.titleh {
	}
	.titles {
	}
	.titlef {
	}
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.copyright {
	font-size: 11px;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.infbox {
}
#errbox {
	position: absolute;
	padding: 10px;
	top: 0;
	color: #000;
	background-color: #FFE9AF;
	border: 1px #B06C63 solid;
	border-radius: 3px;
	font-size: 1.2em;
}
#overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .3s;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	z-index: 5000;
}
.loading-circle {
	border: 6px solid rgba(255,255,255,0.2);
	border-left-color: white;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	transform: translateZ(0);
	-webkit-animation: spin 1.1s infinite linear;
	-o-animation: spin 1.1s infinite linear;
	animation: spin 1.1s infinite linear;
}
.loading-circle:after{content:"";border-radius:50%;position:absolute;top:0;left:0;bottom:0;right:0}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*debug*/
.debug_table {color: #777777;}
.debug_table td {border: 1px solid #777777; text-align:left}
.stars, .starsi {
	display:inline-block;
}
.stars i {
	padding: 0 2px;
	font-size: 1.5rem;
}
.stars .fa-star, .chart .stars .fa-star-half-alt {
	color: #fa3d7a;
}
.stars .fa-star.active, .chart .stars .fa-star-half-alt.active {
	color: #fa3d7a;
}
.stars i.hover::before {
	content: '\f005';
	color: #fa3d7a;
}
.starsi i {
	padding: 0 1px;
	font-size: .8rem;
}
.starsi .fa-star, .chart .starsi .fa-star-half-alt {
	color: #fa3d7a;
}
.starsi .fa-star.active, .chart .starsi .fa-star-half-alt.active {
	color: #fa3d7a;
}
.starsi i.hover::before {
	content: '\f005';
	color: #fa3d7a;
}
/* menu */
.navbar {
	border: 0 none;
	min-height: auto;
	margin: 0;
    padding: 0;
}
.navbar .navbar-collapse {
	justify-content:center;
}
@media (max-width: 768px) {
	.navbar .navbar-collapse {
		text-align: left;
	}
}
.navbar-nav > .nav-item > .nav-link {
	color: #2b2729;
	font-size: 1rem;
	text-transform: uppercase;
	white-space: nowrap;
	position:relative;
	text-decoration: none;
}
.navbar-nav > .nav-item > .nav-link:hover, .navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
	color: #fa3d7a;
}
.navbar .navbar-toggler, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
	color: #fa3d7a;
	border-color: #fa3d7a;
}
/*
.navbar-nav .dropdown-menu .nav-link {
   white-space: nowrap;
}
*/
.navbar .navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: .3rem 0;;
	background-color: #fa3d7a;
	border-radius: 1px;
}
.navbar .navbar-toggler:hover .icon-bar {
}
.navbar .dropdown-toggle::after {
	display:none;
}
@media (min-width: 767px) {
	.navbar-nav .dropdown:hover > .dropdown-menu {
	    display: block;
	}	
}
.navbar-nav .dropdown-menu {
}
.navbar-nav .dropdown-menu > .nav-item {
}
.navbar-nav .dropdown .dropdown-menu,
.navbar-nav .dropdown .dropdown-item,
.navbar-nav .dropdown-menu .dropdown-item:visited {
}
.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #fa3d7a;
	text-decoration: none;
}
.navbar-nav .menu-badge {
	font-style: normal;
	font-weight: 600;
	position: absolute;
	top: 48%;
	left: 100%;
	margin-top: -26px;
	margin-left: -20px;
	padding: 2px 3px 2px 4px;
	white-space: nowrap;
	color: rgba(255,255,255,0.95);
	letter-spacing: 0.5px;
	height: 14px;
	display: inline-block;
	line-height: 10px;
	font-size: 7px;
	font-family: Verdana, Geneva, sans-serif;
	background: #D41212;
}
.navbar-nav .menu-badge::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #D41212;
	border-bottom: 0;
	border-left: 0;
	margin-left: -2px;
	margin-bottom: -4px;
}
.navbar-nav .menu-badge.new {
	background-color:#00dc00;
}
.navbar-nav .menu-badge.new::after {
	border-top-color:#00dc00;
}
.navbar-nav .menu-badge.hot {
	background-color:#ef7c0a;
}
.navbar-nav .menu-badge.hot::after {
	border-top-color:#ef7c0a;
}
.navbar-nav .menu-badge.sale {
	background-color:#d41212;
}
.navbar-nav .menu-badge.sale::after {
	border-top-color:#d41212;
}
.navbar-nav .menu-badge.sale {
	background-color:#8f8e8b;
}
.navbar-nav .menu-badge.sale::after {
	border-top-color:#8f8e8b;
}
.hnav {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
.hnav li {
}
.hnav a {
	padding: 5px 5px;
	color: #2b2729;
	font-size: 1rem;
	text-transform: uppercase;
}
.hnav a:hover {
	color: #fa3d7a;
}
.hnav .dropdown-menu {
	margin:0;
}
@media (min-width: 767px) {
	.hnav .dropdown:hover > .dropdown-menu {
	    display: block;
	}	
}
@media (min-width: 767px) {
}
.hnav .dropdown-menu {
	padding: 5px 5px;
}
.hnav .dropdown-menu > .nav-item {
}
.hnav .dropdown .dropdown-menu,
.hnav .dropdown .dropdown-item,
.hnav .dropdown-menu .dropdown-item:visited {
}
.hnav .dropdown-menu .dropdown-item.active,
.hnav .dropdown-menu .dropdown-item:hover,
.hnav .dropdown-menu .dropdown-item:focus {
	background-color: transparent;
	color: #fa3d7a;
}
.fnav {
	list-style: outside none none;
	padding: 0;
	margin: 0;
}
.fnav li {
	margin: 2px 11px;
}
.fnav a {
	color: #858585;
}
.fnav a:hover {
	color: #2b2729;
}
.search {
	border-style: solid;
}
.search .btn {
	border: 0 none;
}
.search:hover, .search:focus {
}
.search:hover .btn, .search:focus .btn {
}
.social-links {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
.social-links li {
	display: inline-block;
	margin: 0 0 0 1rem;
}
.social-links a:hover {
}
.social-links a {
	color: #ffffff;
	text-align: center;
	display: inline-block;
}
.social-links a i {
}
.basket-card {
}
.basket-card > .card-header {
	background-color: transparent;
}
.basket-card > .card-body {
}
.store-search-ad {
}
.store-search-ad .btn {
	border: 0 none;
}
.store-search-ad:hover, .store-search-ad:focus {
}
.store-search-ad:hover .btn, .store-search-ad:focus .btn {
}
		/* modules */
/* article.tpl.php */
.article .arrow-icon {
	border-color: #222;
	padding: 10px 20px;
}
.article img.img-fluid {
	border-radius: 31px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(94,94,94,0.73);
	-moz-box-shadow: 0px 1px 3px 0px rgba(94,94,94,0.73);
	box-shadow: 0px 1px 3px 0px rgba(94,94,94,0.73);
}
div[aria-expanded='false'] .arrow-icon {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
/* banner-ad-bxslider.tpl.php */
.banner-carosel {
	margin-bottom: 2rem;
/*
	font-size: 0.8rem;
	line-height: 1rem;
	height:45px;
	padding: 0.4rem;
*/
}
/* banner-popup.tpl.php */
.banner-modal .modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
	top: 10%
}
/* contact-cat.tpl.php */
	#map_canvas{margin-bottom:25px}
	.map-responsive{
	    overflow:hidden;
	    padding-bottom:56.25%;
	    position:relative;
	    height:0;
	}
	.map-responsive iframe{
	    left:0;
	    top:0;
	    height:100%;
	    width:100%;
	    position:absolute;
	}
/* contact-click.tpl.php */
@keyframes cc-circle1 {
	0% { transform: scale(1) }
	80% { transform: scale(2) }
	100% { transform: scale(2); opacity: 0 }
}
@keyframes cc-circle2 {
	30% { transform: scale(1) }
	90% { transform: scale(2) }
	100% { transform: scale(2); opacity: 0 }
}
@keyframes cc-shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.cc-wraper {
	width: 250px;
	position:fixed;
	z-index: 200000;
}
.cc-wraper_l {
	left:10px; bottom:0;
}
.cc-wraper_r {
	right:10px; bottom:0;
}
.cc-wraper .callus, .cc-wraper .emailus {
	position: absolute;
	bottom: 40px;
	width: 140px;
	height: 70px;
}
.cc-wraper.cc-wraper_l .callus, .cc-wraper.cc-wraper_l .emailus {
	left: 0;
}
.cc-wraper.cc-wraper_r .callus, .cc-wraper.cc-wraper_r .emailus {
	right: 0;
}
.cc-wraper .circle {
	border: 1px solid LimeGreen;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 37px;
}
.cc-wraper .circle.one {
	-webkit-animation: cc-circle1 5s infinite ease-out;
	animation: cc-circle1 5s infinite ease-out;
}
.cc-wraper .circle.two {
	-webkit-animation: cc-circle2 5s infinite ease-out;
	animation: cc-circle2 5s infinite ease-out;
}
.cc-wraper .two::after {
	content: '';
	background-color: LimeGreen;
	opacity: 0.5;
	top: 0;
	left: 0;
	border-radius: 50%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}
.cc-wraper .txt {
	font-weight: 700;
	font-size: 14px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	text-align: center;
}
.cc-wraper .callus .txt {
	color: LimeGreen;
}
.cc-wraper .emailus .txt {
	color: SteelBlue;
}
.cc-wraper .phone {
	background-color: LimeGreen;
	border-radius: 100% !important;
	border: 0 none;
	margin: 0;
	position: absolute;
	top: 0;
	left: 37px;
	width: 70px;
	height: 70px;
	padding: 17px;
	z-index: 2002;
}
.cc-wraper .phone .fa-phone {
	font-size: 36px;
	text-align: center;
	color: #fff;
	border: 0 none;
	display:block;
	position:relative;
}
.cc-wraper .phone:hover {
	text-decoration: none;
}
.cc-wraper .phone:hover > .fa {
	animation: cc-shake 0.5s 1;
}
.cc-wraper .emailus .circle {
	border: 1px solid SteelBlue;
}
.cc-wraper .emailus .two::after {
	background-color: SteelBlue;
}
.cc-wraper .email {
	background-color: SteelBlue;
	border-radius: 100% !important;
	position: absolute;
	top: 0;
	left: 37px;
	width: 70px;
	height: 70px;
	padding: 17px;
	z-index: 2001;
}
.cc-wraper .email .fa-envelope {
	font-size: 36px;
	color: #fff;
	display:block;
	position:relative;
}
.cc-wraper .email:hover {
	text-decoration: none;
}
.cc-wraper .email:hover > .fa {
	animation: cc-shake 0.5s 1;
}
.cc-wraper .cc-popup {
	position:absolute;
	top:auto;
	bottom:10px;
	z-index: 2005;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	background: #fff;
}
.cc-wraper_l .cc-popup {
	right:auto;
	left: 0;
}
.cc-wraper_r .cc-popup {
	right: 0;
	left:auto;
}
.cc-wraper .well { margin:0; }
@media (max-width: 767px) {
	.cc-wraper.cc-wraper_l .callus, .cc-wraper.cc-wraper_l .emailus {
		bottom: 20px;
		left: -30px;
	}
	.cc-wraper.cc-wraper_r .callus, .cc-wraper.cc-wraper_r .emailus {
		bottom: 20px;
		right: -30px;
	}
	.cc-wraper .cc-popup {
		left:0;
		bottom:0;
	}
}
/* gdpr-ad.tpl.php */
#setcookieModal {
	z-index: 99999;
}
#eucookielaw {
	background: rgba(238, 238, 238, 0.9);
	bottom: 0;
	color: black;
	cursor: pointer;
	height: auto;
	padding: 5px;
	position: fixed;
	min-width: 300px;
	z-index: 99999;
	font-size: 0.8em;
}
/* language-dd.tpl.php */
.langs-dd .btn {
	color: #8c8c8c;
    border: 1px solid #8c8c8c;
    border-radius: 3px;
    padding: 1px 5px;
    margin-top: 2px;
}
/* category-line-ad.tpl.php */
	.category-line {
		background-color: #FDF6F7;
	}
/* menu-footer-horizontal.tpl.php */
/* menu-footer.tpl.php */
/* menu-horizontal-acc.tpl.php */
.hnav-acc .nav-item .dropdown-item {
	letter-spacing: 0.05rem;
	text-transform: initial !important;
}
.hnav .dropdown-toggle::after {
	display:none;
}
@media (max-width: 767px) {
}
/* menu-horizontal.tpl.php */
.hnav .nav-item .nav-link {
	letter-spacing: 0.05rem;
}
.hnav .dropdown-toggle::after {
	display:none;
}
@media (max-width: 767px) {
}
/* menu-navbar-mlvl.tpl.php */
.navbar-nav .dropdown-menu {
	border-radius: 0;
	top: 96%;
	margin: 0;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.navbar-nav .dropdown-menu .nav-link {
   white-space: nowrap;
}
.navbar-nav > .nav-item > .nav-link {
	letter-spacing: 0.05rem;
}
@media (min-width: 992px) {
	.dropdown-menu .dropdown-toggle:after {
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0;
		margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
/*
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
*/
}
@media (max-width: 767px) {
	#navbar {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		z-index: 9999;
		background-color: #fff;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 0.75rem;
	}
	#navbar .navbar-nav {
		margin: 0;
		padding-left: 0;
	}
	#navbar .close-nav {
		float: right;
		padding: 0 0.5rem;
		color: #000;
		cursor: pointer;
		font-size: 1.2rem;
	}
	.navbar .caret {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		text-align: center;
		font-size: 14px;
		cursor: pointer;
		z-index: 2;
		display: block;
		height: 40px;
	}
	.navbar .caret::before {
	    content: '';
	    width: 16px;
	    height: 9px;
	    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC43NjYiIGhlaWdodD0iOS44NTYiIHZpZXdCb3g9IjAgMCAxOC43NjYgOS44NTYiPjxwYXRoIGQ9Ik0zNTAuNjQ4LDQyNi4zMjlsLTksOS4xMTksOSw4Ljk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDI1Ljk3NyAzNTEuMDAzKSByb3RhdGUoLTkwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=');
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-position: center center;
	    position: absolute;
	    right: 30%;
	    top: 40%;
	    z-index: 5;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
	}
	.navbar-nav > .nav-item > .nav-link::after {
	    content: '';
	    display: none;
	}
	.navbar-nav .dropdown-menu {
		border: 0 none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .submenu .dropdown-item {
		padding-left: 2rem;
	}
}
/* menu-user.tpl.php */
.user-menu {
	width: auto;
	float: right;
	margin: 20px 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #ddd;
	white-space: nowrap;
}
.user-menu .userimg, .user-menu-login .userimg {
	margin: 0;
	margin-right: 0px;
	float: left;
	width: auto;
	max-width: 36px;
	max-height: 36px;
	margin-right: 10px;
	border-radius: 50px;
}
.user-menu .userlogin {
	color: #00adf2;
	margin-right: 20px;
}	
.user-menu .btn-primary, .user-menu .btn-primary:focus, .user-menu .btn-primary:active, 
.user-menu .btn-primary:visited, .user-menu a.btn-primary, .user-menu a.btn-primary:focus, .user-menu a.btn-primary:active, .user-menu a.btn-primary:visited {
  padding: 0 15px;
  line-height: 36px;
}
.user-menu-login {
  float: right;
  padding: 20px;
  padding-right: 0;
  cursor: pointer;
  position: relative;
}
.user-menu-login::before {
  left: 0;
  top: 50%;
  width: 1px;
  content: '';
  height: 36px;
  background: #ddd;
  margin-top: -18px;
  position: absolute;
}
.user-menu-login .userimg img {
	width: 100%;
	display: block;
	border-radius: 50px;
}
.user-menu-login .username {
	overflow: hidden;
}
.user-menu-login h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
  line-height: 16px;
}
.user-menu-login .usernav {
	right: 0;
	opacity: 0;
	top: 140px;
	z-index: 9;
	width: 220px;
	visibility: hidden;
	position: absolute;
	border-radius: 5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.user-menu-login .usernav ul {
	border-top: #ff5851 2px solid;
	width: 100%;
	float: left;
	font-size: 14px;
	background: #fff;
	list-style: none;
	line-height: 16px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.25);
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.25);
}
.user-menu-login .usernav ul li {
  width: 100%;
  float: left;
  position: relative;
  line-height: inherit;
  list-style-type: none;
}
.user-menu-login .usernav ul li + li {
  border-top: 1px solid #eee;
}
.user-menu-login .usernav ul li a {
	color: #767676;
	display: block;
	padding: 11px 20px;
	line-height: inherit;
	position: relative;
}
.user-menu-login .usernav ul li:hover > a {
  color: #323232;
}
.user-menu-login .usernav ul li.menu-item-has-children::after {
    top: 0;
    right: 20px;
    color: #999;
    font-size: 10px;
    content: '\e876';
    line-height: 40px;
    position: absolute;
    font-family: 'Linearicons-Free';
}
.user-menu-login .usernav ul li .sub-menu {
	border: 0;
	left: auto;
	right: 100%;
	top: 150px;
	border-radius: 4px 0 0 4px;
	background: #fff;
	position: absolute;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.user-menu-login:hover .usernav {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.user-menu-login .usernav ul li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
/* top-nav.tpl.php */
.tmenu {
	margin-top: 35px;
}
.tmenu > a {
	font-size:16px;
	color: #fff;
}
.tmenu > a:hover {
	color: #7e0000;
}
/*
.tmenu.dropdown:hover .dropdown-menu {
    display: block;
    left: -10px;
}
*/
/* news-cat-grid.tpl.php */
.news article {
	box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
}
.news .title {
}
.news .title a {
}
.news .title a:hover {
}
.news .info {
	font-size:0.7em;
}
.news article {
}
.news figure {
}
.news .news-button svg {
	position: relative;
	height: 1em;
	width: 1em;
}
/* news-filter-ad.tpl.php */
.news-filter-ad .search-field {
	padding: 10px;
	margin: 0;
}
.news-filter-ad .search-field input {
	font-family: 'Capriola',sans-serif;
	font-size: 15px;
	width: 100%;
	margin: 0;
	padding-right: 30px;
}
.news-filter-ad .search-field input::placeholder {
	color: var(--bp-main-color);
}
.news-filter-ad .search-field input:focus{
    outline: none;
}
.news-filter-ad .search-submit {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
}
.news-filter-ad .form-check:hover {
  color: var(--bp-main-color);
  background: #ececec;
}
.news-filter-ad .fgroup:last-of-type {
	margin-bottom: 0;
}
.news-filter-ad {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
#sfperiod .form-check {
	padding-left: 10px;
}
#sfperiod .form-check::before {
  content: '\f073';
  font-family: 'FontAwesome';
  color: var(--bp-main-color);
  font-size: 18px;
  display: inline-block;
  padding-right: 3px;
  width: 21px;
}
/* news.tpl.php */
.news .summary {
	z-index:1;
	position:relative;
	box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
	max-width: 800px;
	margin-top: -4rem;
}
/* nivoslider.tpl.php */
.theme-light .nivo-controlNav {
	text-align:center !important;
}
.theme-light .nivo-controlNav a {
	width: 25px !important;
	height: 5px !important;
	background: none !important;
	background-color: #e5e5e5 !important;
	border-radius: 3px;
}
.theme-light .nivo-controlNav a.active {
	background-color: #f15a22 !important;
}
.theme-default .nivo-controlNav {
    bottom: 20px;
    position: absolute;
    z-index: 900;
    left: 48%;
}
.ns-caption {
  z-index: 99;
  position:absolute;
  display:none;
}
.ns-caption  div {
	margin:0;
	padding: 0;
	line-height:normal;
	box-sizing: border-box;
}
/* rating-fb-ad.tpl.php */
.owl-carousel-rating {
/*	padding: 10px 30px;*/
}
.rev-box {
	padding: 20px 0;
	position: relative !important;
	margin: 2px !important;
	color: #777 !important;
	border: 1px solid #ededed !important;
	background-color: #fff !important;
	border-radius: 4px !important;
	min-height:270px;
}
.rev-box img {
	width: 70px !important;
	height:70px;
	border-radius: 50%;
}	
.rev-box a.fbu-name {
	color: #f15a22;
	font-weight: 700;
}
.rev-box a.fb-link {
	background-color: #dcdcdc !important;
	border-radius: 50%;
	float: right;
	padding: 2px 7px 2px 7px;
	color: #fff;
	font-size:10px;
}
.rev-box a.fb-link:hover {
	background-color: #117788 !important;
}
.rev-box .fb-date {
	font-size:10px;
	font-style: italic;
}
.rev-box .fb-stars i {
	color: #ffb70b !important;
}
/* banner-popup.tpl.php */
.store-modal .banner-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
	top: 10%
}
/* checkout-finish.tpl.php */
.checkout-finish .fa-check-circle {
	color: var(--bp-color-primary);
	font-size: 4rem;
}
.checkout-finish .total-price {
	background-color: var(--bp-color-primary);
	text-transform: uppercase;
	font-weight: 800;
}
/* product-thumb-ex.tpl.php */
/* product-thumb.tpl.php */
.product-thumb {
	padding: 0 0 25px 0;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 15px 15px -10px rgba(0,0,0,0.05);
}
.product-thumb .img-cover {
	overflow:hidden;
	position:relative
}
.product-thumb .img-cover a {
	display:block
}
.product-thumb .img-cover img {
	width:100%;height:auto
}
.product-thumb img.swap-img {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	display: none;
}
.product-thumb .product-content {
  padding: 1rem 1rem;
  position: relative;
  margin: 0 .4rem -75px .4rem;
  border-radius: .25rem;
  transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  background-color: #ffffff;
}
.product-thumb .product-content:hover, .product-thumb .product-content:focus {
	-webkit-transform: translateY(-2.5rem);
	transform: translateY(-2.5rem);
}
.product-thumb .price-old {
	color: var(--bp-second-color);
    font-size: 0.8rem;
	text-decoration: line-through;
	display: inline-block;
}
.product-thumb .name a {}
/*.product-thumb .name a:hover {}*/
.product-thumb .name {
	height: 50px;
	overflow: hidden;
}
.add-to-cart {
	text-transform: uppercase;
	font-size: .8rem;
	color: var(--bp-second-color);
}
.product-thumb .product-content svg {
	top: -.125em;
	position: relative;
	height: 1em;
	width: 1em;
}
.product-thumb.disabled {
	opacity: 0.5;
}
.product-thumb.disabled img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(100%);
}
@media (max-width: 576px) {
	.product-thumb .product-content {
		-webkit-transform: translateY(-2.5rem);
		transform: translateY(-2.5rem);
	}
}
/* product.tpl.php */
.price, .price-new {
    font-size: 1.5rem;
}
.price-old {
	color: var(--bp-second-color);
    font-size: 1rem;
	text-decoration: line-through;
}
.input-group.border:hover {
	border-color: var(--bp-third-color) !important;
}
.pills[type='radio'], .pills[type='checkbox'] {
    display:none;
}
.pills[type='radio'] + label, .pills[type='checkbox'] + label {
	display: inline-block;
	cursor: pointer;
	padding: 5px 8px;
	border: 1px #555 solid;
	color: #222;
	border-radius: 5px;
	font-size: 1.2em;
}
.pills[type='radio']:disabled + label, .pills[type='checkbox']:disabled + label {
	background-color: #cdcdcd;
	opacity: .5;
}
.pills[type='radio'] + label .badge, .pills[type='checkbox'] + label .badge {
	color: #fff;
	background-color: #0b7c49;
}
.pills[type='radio']:checked + label, .pills[type='checkbox']:checked + label  {
	color: #fff;
	border-color: #0b7c49;
	background-color: #0b7c49;
}
.pills[type='radio']:checked + label .badge, .pills[type='checkbox']:checked + label .badge {
	color: #000;
	background-color: #fff;
}
#productTab .nav-link {
	color: var(--bp-second-color);
	cursor: pointer;
	border-color: var(--bp-main-color);
}
#productTab .active {
	border-bottom: 4px solid var(--bp-main-color);
	color: var(--bp-third-color);
} 
/* store-banner-item-ad.tpl.php */
.sb-item-ad {
/*
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
*/
}
.sb-item-ad .card_slide {
/*	width: 210px;*/
	overflow:hidden;
/*	margin-right: 25px;*/
	border-radius: 10px;
	box-shadow: 0px 0px 10px #00000026 !important;
}
.sb-item-ad .card_video_wrapper {
	position: relative;
}
.sb-item-ad .video_elem {
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: none;
	border: none;
}
.sb-item-ad .slider_featured_image {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -10px;
    left: 10px;
    z-index: 99;
}
.sb-item-ad .slider_featured_image img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0px 4px 10px #0000001a;
	background-color: #fff;
	object-fit: cover;
	display: flex;
}
.sb-item-ad .slider_content {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px 15px;
}
.glightbox-container .gslide-inner-content {
	width: 700px;
}
.gslide-desc .gslide-description {
	border-radius: 10px;
}
.gslide-desc .glightbox-content {
	display: flex !important;
	height: 78vh;
}
.gslide-desc .glightbox-content .left {
	position: relative;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
	height: 100%;
	width: 310px;
/*
	float: left;
*/
}
.gslide-desc .glightbox-content .right {
	position: relative;
	background: #fff;
	width: 55%;
	max-height: 551px;
	z-index: 9;
	overflow: hidden;
	display: block;
	border-radius:  0 15px 15px 0;
}
.gslide-desc .multiple_product_title {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	color: #212121;
	font-weight: bold;
	min-height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 7;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}  
.gslide-desc .product_grid_item_wrapper {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding: 55px 20px 20px;
	max-height: 100%;
	overflow: auto;
}
.gslide-desc .product_grid_item_container {
  width: calc(50% - 10px);
  cursor: pointer;
}
.gslide-desc .product_item_heading {
	min-height: 50px;
}
@media (max-width: 767px) {
	.gslide-desc .glightbox-content {
		display: block !important;
	}
	.gslide-desc .glightbox-content .left, .gslide-desc .glightbox-content .right {
		border-radius: 0;
		width: 100%;
		height: auto;
	}
	.glightbox-mobile .glightbox-container .gslide-description {
		max-height: initial !important;
	}
}
/* store-basket-ad.tpl.php */
.basket-ad {
    cursor: pointer;
}
.basket-ad:hover {
	border-color: var(--bp-main-color);
	color: var(--bp-main-color);
}
.basket-i {
	position: relative;
	text-align: center;
}
.basket-i i {
	font-size:1.5em;
}
#cart_total {
	position: absolute;
	background-color: var(--bp-main-color);
	min-width: 20px;
	min-height: 20px;
	border-radius: 50%;
	left: 55%;
	top: -4px;
	padding: 2px 4px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
#cart_price {
	padding: 10px;
	display: inline-block;	
	border-left: 1px solid #e5e5e5;
}
@media (max-width: 576px) {
}
/* store-basket-cat-op.tpl.php */
.sticky-summary {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
/* store-basket-cat-op4.tpl.php */
.cart-note {
	background: #f5f5f5;
	border-left:1px solid #cfcfcf;
}
.cart-note .basket-card {
	background-color: transparent;
	padding: 20px;
}
.cart-note .sticky-summary {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
	.cart-note .basket-card {
		padding: 20px 0;
	}
}
/* store-basket-cat-op5.tpl.php */
/*
.basket-card .form-control {
	border: 0 none;
	background-color:#e9e9e9;
}
*/
.cart-note {
	background: #FAFAFA;
	border-left:1px solid #cfcfcf;
}
.cart-note:before {
	content: ' ';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	-webkit-box-shadow: inset 4px 0px 5px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 4px 0px 5px 0px rgba(0,0,0,0.07);
	box-shadow: inset 4px 0px 5px 0px rgba(0,0,0,0.07);
}
.cart-note .basket-card {
	background-color: transparent;
	padding: 20px;
}
.cart-note .sticky-summary {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
}
.basket-card .invoice {
	display: none;
}
.sticky-summary .input-group {
	width: auto;
}
.sticky-summary .input-number {
	width: 50px;
	border-top: 1px solid #fb9da7; 
	border-bottom: 1px solid #fb9da7; 
}
@media (max-width: 767px) {
	.cart-note .basket-card {
		padding: 20px 0;
	}
	.cart-note {
		border-left: 0 none;
	}
	.cart-note:before {
		display:none;
	}
}
/* store-cat-grid.tpl.php */
/*
.product-cat.collapse {
	display:block;
}
.product-cat .list-inline-item {
	padding: 5px 10px 3px 10px;
	margin-top: 5px;
	border: 1px solid #d4a965;
}
.product-cat .list-inline-item:hover {
	background-color: #d4a965;
}
.product-cat .list-inline-item:hover a {
	color: #fff;
}
*/
.pnavlael {
	text-transform: uppercase;
	font-size: 0.7rem;
	color: #8c8c8c;
}
@media (max-width: 767px) {
/*
	.product-cat.collapse {
		display:none;
	}
	.product-cat.collapse.show {
		display:block;
	}
	.product-cat ul {
		border: 1px solid #f0f0f0;
		margin-left: 0;
	}
	.product-cat .list-inline-item {
		border-bottom: 1px solid #f0f0f0;
		display: block;
		padding: 5px 5px 3px 5px;
	}
	.product-cat .list-inline-item:not(:last-child) {
	    margin-right: 0;
   } 
*/
}
@media screen and (max-width:990px){
}
/* store-currency-dd.tpl.php */
.currency-dd a {
	text-transform: uppercase;
}
.currency-dd .btn {
	color: #8c8c8c;
    border: 1px solid #8c8c8c;
    border-radius: 3px;
    padding: 2px 5px;
    margin-top: 2px;
    margin-left: 5px;
}
/* store-filter-ad.tpl.php */
.filter-ad .close-btn {
	margin-top: -25px;
}
.isearch {
	margin-bottom:10px;
	position: relative;
}
.isearch input {
	padding-right: 40px;
}
.isearch::before {
	content: '';
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 10;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTEwLjc1MiwxMC4yNGwtLjEuMWE2LjE2OCw2LjE2OCwwLDEsMC0uMzE1LjMxNWwtLjEuMUwxNS40ODgsMTYsMTYsMTUuNDg4Wm0tNC42LDEuMzQyYTUuNDI5LDUuNDI5LDAsMSwxLDUuNDI5LTUuNDI5QTUuNDM1LDUuNDM1LDAsMCwxLDYuMTUzLDExLjU4MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.fgroup {
	display: block;
	cursor: pointer;
	font-weight: bold;
	padding: 0.8rem 0 0.2rem 0;
}
.fgroup .fa-solid {
	font-size: 1rem;
}
.fcontainer {
/*	padding: 10px 0 10px 10px;*/
	margin-top:1px;
	width: 100%;
}
.fcontainer label {
	color: var(--bp-second-color);
}
.fcontainer .badge-warning {
	background-color: #f15a22;
	color: #fff;
}
.flt-openbtn {
	top: 230px;
	left: -2px;
	position: fixed;
	z-index: 888;
	display: none;
	padding: 5px 10px;
}
.filter-ad .closebtn {
  font-size: 36px;
}
#price-slider {
	margin: 27px 10px !important;
}
.fcontainer .ui-state-default {
	border-radius: 50%;
}
.fcontainer .ui-state-hover, .fcontainer .ui-state-focus, .fcontainer .ui-state-active {
	background-color: #000 !important;
	border: 0 none !important;
	outline: none;
	box-shadow: none;
}
.ui-state-default, .ui-widget-header {
	border-color: var(--bp-main-color) !important;
	background: var(--bp-main-color) !important;
}
@media (max-width: 767px) {
	.filter-ad {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		background-color: #fefefe;
		overflow-x: hidden;
		transition: 0.5s;
	}
   .filter-ad  > div {
   	padding: 0 15px;
	}
}
/* store-gift-ex.tpl.php */
.store-gift-card {
/*	background-color: #f5f5f5;*/
	padding: 1rem 0.7rem;
}
.store-gift {
	border: 1px solid #f5f5f5;
	padding: 0.3rem;
	cursor: pointer;
	width: 33.33%
}
.disable-gift {
	opacity: 0.7; 
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* for IE8 */
	filter: alpha(opacity=70); /* //for IE5-7 */
	cursor: auto !important;
}
.in-basket {
	border-color: #fb9da7 !important;
}
.in-basket:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f00c';
	font-weight: 900;
	color: #fb9da7;
	position: absolute;
	top: 0.2rem;
	right: 0.5rem;
}
/* store-gift-ex1.tpl.php */
.store-gift-card {
/*	background-color: #f5f5f5;*/
	padding: 1rem 0.7rem;
}
.store-gift {
/*	border: 1px solid #f5f5f5;*/
	padding: 0.3rem;
	cursor: pointer;
	width: 33.33%
}
.disable-gift {
	opacity: 0.7; 
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* for IE8 */
	filter: alpha(opacity=70); /* //for IE5-7 */
	cursor: auto !important;
}
.in-basket {
	border-color: #fb9da7 !important;
}
.in-basket:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f00c';
	font-weight: 900;
	color: #fb9da7;
	position: absolute;
	top: 0.2rem;
	right: 0.5rem;
}
/* store-item-ad-asite.tpl.php */
.store-item-ad h5 {
	font-size: 1rem;
}
/* store-item-ad-carousel.tpl.php */
.owl-carousel-item {
	margin-bottom: 35px;
}
/* store-item-ex-swiper.tpl.php */
:root {
 --swiper-navigation-size:24px;
}
:root {
	--swiper-navigation-size:24px !important;
	--swiper-theme-color: #000000 !important;
}
.si-ex-carosel {
	background-color: #f2f2f2;
	padding: 2rem 0;
}
.si-ex-carosel .swiper-container {
	margin: 2rem 5rem !important;
}
/* store-search-ad.tpl.php */
.store-search-ad {
}
.store-search-btn {
	background: var(--bp-fourth-color);
	color: var(--bp-third-color);
	padding: 10px 10px 10px 10px;
	border-radius: 50px;
  }
.store-search-btn:hover {
	background: var(--bp-main-color);
	color: #ffffff;
}
#searchModal .modal-content {
	background-color: transparent;
	box-shadow: none;
	border: 0 none;
}
#searchModal .modal-header {
}
#searchModal .modal-body {
	background-color: #fff;
}
#searchModal .close {
	font-size: 34px;
	color: #4f2a08;
	opacity: 1;
	padding: 0;
	text-shadow: none;
}
@media (max-width: 767px) {
} 
/* subscribe-popup.tpl.php */
.sbs-modal .modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
	top: 10%
}
.sbs-modal .modal-body {
}
/* subscribe.tpl.php */
.subscribe_wr .btn-outline-secondary {
	border-color:  #ced4da;
	background-color: #fff;
	border-left-color: #fff;
}
.subscribe_wr .btn-outline-secondary:hover {
	background-color: #fafafa;
}
/* text-carosel.tpl.php */
.text-carosel {
	font-size: 0.8rem;
	line-height: 1rem;
	padding: 0.2rem;
}
/* text-popup-time.tpl.php */
.text-modal .modal-dialog {
/*
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
*/
	top: 10%
}
.text-modal .modal-body {
	padding: 0 5px
}
/* text-popup.tpl.php */
.text-modal .modal-dialog {
/*
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
*/
	top: 10%
}
.text-modal .modal-body {
	padding: 0 5px
}
/* text-swap.tpl.php */
	.text-marquee {
	    overflow: hidden;
	}
	.text-swap p {
		margin: 0;
	}
	.text-swap p:not(:first-child) {
		display:none;
	}
	.text-swap.slick-initialized p:not(:first-child) {
	    display: block;
	}
	/* video-ad.tpl.php */
	.video_container {
		position: relative;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 31px;
		line-height: 0;
		margin-bottom: 10px;
  	}
	.video_container .play-wrapper {
		position: absolute;
		bottom: 20%;
		right: 10%;
		text-align:center;
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 700;
		line-height: 2.5rem;
	}
	.video_container .play-btn div, .video_container .pause-btn div {
		border-radius:50%;
		padding: 10px 8px 10px 15px;
		margin: 0 auto;
		width: 65px;
		height: 65px;
		background-color: #D9D9D9;
	}
	.video_container .pause-btn {
		display:none;
	}
	.video_container .video_player {
		object-fit: cover;
		outline: none;
		border: none;
		border-radius: 31px;
  }
:root {
	--bp-main-color: #fa3d7a; /*#fdbb9c*/
	--bp-second-color: #858585;
	--bp-third-color: #2b2729;
	--bp-fourth-color: #fceff1;
}
/* home */
.main-banner {
	padding: 20rem 2rem 8rem 2rem;
}
.main-banner h1 {
	font-size: 1.5rem;
	line-height: 2rem;
}
.main-banner .bg-white {
	background-color: rgba(255, 255, 255, 0.7) !important;
}
/* titles */
.titleh {
	background-image: url('../../../media/hmposh/bg/flower-bg.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
	background-position: center center;
}
/* contanct*/
.contact .far, .contact .fas {
	background-color: var(--bp-main-color);
	border-radius: 50%;
	padding: 1.3rem;
	font-size: 1.5rem;
	color: #fff;
}
/* bs */
.tab-content {
	padding:15px;
}
.text-success {
	color: var(--bp-main-color) !important;
}
.text-secondary {
	color: var(--bp-second-color);
}
.bg-success {
	background-color: var(--bp-fourth-color) !important;
}
/*xs до*/
@media (max-width: 576px) {
	.home1 {
		background-position: 67% center;
	}
	.main-banner {
		padding-top: 10rem;
	}	
	.main-banner h1 {
		font-size: 1rem !important;
		line-height: 1.3rem;
	}
	.home7 {
		padding: 0;
	}
/* bs */
	.border-end {
		border: 0 none !important;	
	}
	.w-50 {
		width: 100% !important;
	}
	.p-5 {
	  padding: .5rem !important;
	}
}
/*sm над */
@media (min-width: 576px) {
}
/*md над*/
@media (min-width: 768px) {}
/*lg над*/
@media (min-width: 992px) {
}
/*xl над*/
@media (min-width: 1200px) {
}
