/*---------------------------------------------------------------------*/
/* Global Styles
/*---------------------------------------------------------------------*/
/*

*/
/*Loader*/
.loader-container {
	height: 100%;
	width: 100%;
	font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1031;
	background-color: #fde8f5;
}

.loader {
	height: 20px;
	width: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.loader--dot {
	animation-name: loader;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background-color: transparent;
	position: absolute;
	border: 1px solid white;
}
.loader--dot:first-child {
	background-color: #8cc759;
	animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
	background-color: #8c6daf;
	animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
	background-color: #ef5d74;
	animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
	background-color: #f9a74b;
	animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
	background-color: #60beeb;
	animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
	background-color: #e51a94;
	animation-delay: 0s;
}
.loader--text {
	position: absolute;
	top: 200%;
	left: 0;
	right: 0;
	width: 4rem;
	margin: auto;
}
.loader--text:after {
	content: "Loading";
	font-weight: bold;
	animation-name: loading-text;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes loader {
	15% {
		transform: translateX(0);
	}
	45% {
		transform: translateX(230px);
	}
	65% {
		transform: translateX(230px);
	}
	95% {
		transform: translateX(0);
	}
}
@keyframes loading-text {
	0% {
		content: "Loading";
	}
	25% {
		content: "Loading.";
	}
	50% {
		content: "Loading..";
	}
	75% {
		content: "Loading...";
	}
}


body, html {
	font-family: 'plantin', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #727272;
	font-weight: 400;
	font-size: 20px;
	background-color: #fde8f5;
	overflow-x: hidden;
	padding-right: 0 !important;
	text-transform: lowercase;
}
body {
	padding-top: 126px;
}

a {
	color: #d40081;
	text-decoration: none;
}

a:hover {
	color: #e51a94;
	text-decoration: none;
}

button:focus,
a:focus {
	outline: none;
}

a:active {
	text-decoration: none;
}
:focus {
	outline: none;
	box-shadow: none;
}
img {
	max-width: 100%;
	height: auto;
}

.form-control:focus {
	box-shadow: none;
}

textarea {
	resize: none;
}


/* Button */
.btn,
.btn:hover {
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

.btn-black {
	background: #000000;;
	border: none;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	border-radius: 0;
}

.btn-black:hover {
	background: #e51a94;
	color: #ffffff;
}
.btn-white {
	background: #fff;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	border-radius: 0;
}
.btn-theme-alt {
	border: 2px solid #e51a94;
	background-color: transparent;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 15px 15px;
	border-radius: 0;
}
.btn-theme-alt:hover {
	background: #e51a94;
	color: #ffffff;
}
.btn-wide {
	padding-left: 50px;
	padding-right: 50px;
}
.section-padding {
	padding: 60px 45px;
}
.section-title {
	font-size: 48px;
	font-weight: 700;
	border-bottom: 4px dotted #000;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #000;*/
	/*border-image-source: url("../images/border-black.png");*/
	/*-webkit-border-image: url("../images/border-black.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.section-title.lite {
	color: #ffffff;
	border-bottom: 4px dotted #fff;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #fff;*/
	/*border-image-source: url("../images/border-white.png");*/
	/*-webkit-border-image: url("../images/border-white.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.error {
	color: #e51a94;
	font-size: 14px;
	margin-bottom: 0;
}
.dotted-top,
.dotted-bottom,
.dotted-right,
.dotted-left {
	position: relative;
}
.dotted-top:before,
.dotted-bottom:before,
.dotted-right:before,
.dotted-left:before {
	position: absolute;
	content: '';
	/*border-width: 0px;*/
	/*border-style: dotted;*/
	/*border-color: #e51a94;*/
	/*border-image-source: url("../images/border-dot.png");*/
	/*-webkit-border-image: url("../images/border-dot.png");*/
	/*border-image-slice: 29;*/
	/*border-image-repeat: repeat;*/
	/*-webkit-border-image-repeat: repeat;*/

}
.dotted-left:before {
	left: 10%;
	top: 0;
	height: 100%;
	border-left: 14px dotted #e51a94;
	/*border-left-width: 20px;*/

}
.dotted-right:before {
	top: -14px;
	/*top: -18px;*/
	height: 100%;
	right: 10%;
	border-right: 14px dotted #e51a94;
	/*border-right-width: 20px;*/
}
.dotted-bottom:before {
	bottom: 0;
	left: 10%;
	right: 10%;
	border-bottom: 14px dotted #e51a94;
	/*border-bottom-width: 20px;*/
}
.dotted-top:before {
	top: 0;
	left: 10%;
	right: 10%;
	border-top: 14px dotted #e51a94;
	/*border-top-width: 20px;*/
}
.dotted-height-top-50:before {
	height: 50%;
	top: 50%;
}
.dotted-height-50:before {
	height: 50%;
}
.bg-light-blue {
	background-color: #e7eefd;
}
.theme-shadow {
	-webkit-box-shadow: 10px 10px 1px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 10px 10px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 10px 10px 1px 0px rgba(0, 0, 0, 0.05);
}

/*Header*/
.site-header {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
}
.navbar-light .navbar-brand {
	max-width: 255px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.navbar-light .navbar-brand .logo-small {
	opacity: 0;
}
.shrink .navbar-light .navbar-brand {
	max-width: 150px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.shrink .navbar-light .navbar-brand .logo-big {
	opacity: 0;
	width: 0;
}
.shrink .navbar-light .navbar-brand .logo-small {
	opacity: 1;
	float: left;
}
.navbar-light {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #d40081;
}

.navbar-text .nav-link {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-text .cart-dropdown {
	display: inline-block;
}
.navbar-text .cart-dropdown .close {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	text-shadow: none;
	opacity: 0.8;
	font-weight: 400;
	display: none;
}
.navbar-text .cart-dropdown .close:hover {
	opacity: 1;
}
.navbar-text .cart-dropdown .nav-link {
	position: relative;
}
.navbar-text .cart-dropdown .nav-link .badge {
	background: #e51a94;
	color: #fff;
	border-radius: 100%;
	height: 18px;
	width: 18px;
	font-size: 10px;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	top: 5px;
	right: 0;
}
.navbar-text .cart-dropdown .dropdown-menu {
	right: -380px;
	display: block;
	top: 124px;
	position: fixed;
	width: 380px;
	background: #000;
	border-radius: 0;
	height: 100vh;
	padding: 50px 20px 20px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shrink .navbar-text .cart-dropdown .dropdown-menu {
	top: 68px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-text .cart-dropdown .dropdown-menu.show {
	right: 0px;
}
.navbar-text .cart-dropdown .mini-cart {
	position: relative;
	height: 100%;
	padding-bottom: 120px;
}
.shrink .navbar-text .cart-dropdown .mini-cart {
	padding-bottom: 65px;
}
.navbar-text .cart-dropdown .cart-border-outer {
	overflow: hidden;
	height: 100%;
}
.navbar-text .cart-dropdown .cart-border {
	padding: 40px 20px 20px 20px;
	height: 100%;
	border: 4px dotted #b5b5b5;

	/*border-width: 6px;*/
	/*border-style: dotted;*/
	/*border-color: #b5b5b5;*/
	/*border-image-source: url("../images/border-dot-gray.png");*/
	/*-webkit-border-image: url("../images/border-dot-gray.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.navbar-text .cart-dropdown .cart-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -33px;
	width: 65px;
	height: 65px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 100%;
	padding: 15px;
}
.navbar-text .cart-dropdown .cart-icon svg {
	height: 100%;
	width: 100%;
}


.navbar-text .cart-dropdown .action .btn + .btn {
	margin-top: 25px;
}
.navbar-text .cart-dropdown .btn {
	color: #fff !important;
}
.navbar-text .cart-dropdown .total {
	text-align: right;
	margin-bottom: 25px;
}
.navbar-text .cart-dropdown .total .amount {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
}
.mini-cart-list {
	list-style: none;
	padding: 0;
}
.mini-cart-list li {
	border-bottom: 1px solid #6c6c6c;
	padding: 20px 0;
}
.mini-cart-list .product-image {
	width: 90px;
}
.mini-cart-list .product-details {
	padding-left: 15px;
}
.mini-cart-list h5 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
	padding-right: 15px;
}
.mini-cart-list h5 .remove {
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: -2px;
}
.mini-cart-list h5 .remove:focus,
.mini-cart-list h5 .remove:hover {
	color: #fff;
}
.mini-cart-list .price {
	color: #b5b5b5;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}
.mini-cart-wrapper {
	position: relative;
	padding-bottom: 315px;
	height: 100%;
}
.mini-cart-wrapper .cart-wrapper-inner {
	height: 100%;
	overflow-y: auto;
}
.mini-cart-wrapper .action {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.mini-cart-wrapper .cart-wrapper-inner.emptycart p {
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.mini-cart-wrapper .info {
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 220px;
	font-size: 16px;
	margin-bottom: 10px;
}
.cart-wrapper-inner::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.cart-wrapper-inner::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.cart-wrapper-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #D62929;
}


.hero-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.hero-section .hero-slide {
	position: relative;
	padding-left: 18%;
	padding-right: 45px;
	padding-bottom: 10px;
	overflow: hidden;
}
.hero-section .slider-bg {
	background-size: cover;
	padding-bottom: 60px;
	padding-top: 60px;
	background-position: center;
}

.hero-section .hero-caption {
	position: relative;
	left: -235px;
	background: #fff;
	padding: 20px;
	max-width: inherit !important;
	display: inline-block;
}

.hero-section .caption-inner {
	border: 1px solid #e51a94;
	height: 100%;
	padding: 20px;
	display: table;
	width: 100%;
}
.hero-section .caption-inner .inner-content {
	display: table-cell;
	vertical-align: middle;
	padding-top: 100px;
}

.hero-section .caption-inner h2 {
	color: #000000;
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
}

.hero-section .caption-inner .t-small {
	font-size: 46px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 0px;
	display: block;
	line-height: 35px;
	padding-left: 30px;
}

.hero-section .caption-inner p {
	color: #000000;
	font-size: 33px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-left: 30%;
	margin-right: 0%;
}

.hero-section .caption-inner .action {
	text-align: center;
	margin-top: 80px;
}
.owl-theme .owl-stage {
	/*transition:all 0.90s ease 0s !important;*/
}
.owl-theme .owl-item {
	-webkit-animation-duration: 3s !important;
	animation-duration: 3s !important;
}
.owl-theme .owl-dots .owl-dot {
	border: 1px solid #e51a94;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	margin: 0 8px;
}

.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	width: 14px;
	height: 14px;
	margin: 2px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #e51a94;
}

/* How it Work Section */
.how-it-work-section {
	position: relative;
}
.video-container {
	position: relative;
}

.video-container video {
	/*background: url('../images/video-poster-big.jpg') no-repeat center;*/
	/*!*background-position: center center;*!*/
	/*background-size: cover;*/
	object-fit: cover;
	width: 100%;
	display: block;
}

.video-container .action {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	background: #e51a94;
	border-radius: 100%;
	text-align: center;
	padding: 20px 25px 25px 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-container:hover .action {
	opacity: 1;
}
.video-container .btn svg.pause {
	display: none;
}
.how-it-work-section .work-content {
	background: #fde8f5;
	padding-top: 20px;
	padding-bottom: 20px;
}

.how-it-work-section .work-content .step {
	margin-bottom: 25px;
}

.how-it-work-section .work-content h2 {
	color: #000000;
	font-size: 56px;
	font-weight: 700;
}

.how-it-work-section .work-content h4 {
	color: #000000;
	font-size: 38px;
	font-weight: 700;
}

.how-it-work-section .work-content p {
	color: #727272;
	font-size: 18px;
	font-weight: 300;
}


/*Collection Section*/
.collection-section {
	background: url("../images/collection-bg.jpg") no-repeat center;
	background-size: cover !important;
	padding-left: 45px;
	padding-right: 45px;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}

.collection-section:before {
	position: absolute;
	content: '';
	height: 100px;
	right: 10%;
	bottom: -110px;
	border-right: 14px dotted #e51a94;

	/*border-width: 0px 20px 0 0;*/
	/*border-style: dotted;*/
	/*border-color: #e51a94;*/
	/*border-image-source: url("../images/border-dot.png");*/
	/*-webkit-border-image: url("../images/border-dot.png");*/
	/*border-image-slice: 29;*/
	/*border-image-repeat: repeat;*/
}

.collection-section .collection-box {
	background: rgba(229, 26, 148, 0.8);
	padding: 20px;
	position: relative;
}
.collection-section .box-inner {
	border: 1px solid #ffffff;
	text-align: center;
	padding: 20px;
	display: table;
	width: 100%;
	position: relative;
	height: 450px;
}

.collection-section .box-inner .content {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.collection-section .box-inner h3 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

.collection-section .box-inner h2 {
	font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
	color: #ffffff;
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.collection-section .box-inner .action {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}

/* Collection Box Section*/
.collection-box-section {

}

.collection-box-section .big-image {
	position: relative;
	z-index: 3;
}

.collection-box-section .big-image img {
	width: 100%;
}
.collection-box-section .v-mobile,
.collection-box-section .v-ipad {
	display: none;
}
.collection-box-small {
	position: relative;
	z-index: 2;
}
.collection-box-small + .collection-box-small {
	margin-top: 50px;
}
.collection-section .collection-box .link,
.collection-box-small .link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 6;
}
.collection-box-small .box-left {
	background-color: #e51a94;
	padding: 10px;
	height: 100%;
	z-index: 5;
	position: relative;
}

.collection-box-small .box-left .box-inner {
	border: 1px solid #ffffff;
	height: 100%;
	padding: 10px;
	position: relative;
	display: table;
	width: 100%;
}

.collection-box-small .box-left .content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.collection-box-small .box-right {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 300px;
	background-position: center;
}
.collection-box-small .content h5 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
}

.collection-box-small .content h3 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

.collection-box-small .content h2 {
	color: #ffffff;
	font-size: 24px;
	font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.collection-box-small .action {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
}

.collection-box-small .action .btn {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
}
.collection-box-small .action .btn:hover {
	text-decoration: underline;
}

.section-4 {
	position: relative;
}

.section-4:after {
	background: #e7eefd;
	content: '';
	position: absolute;
	top: -15%;
	left: 0;
	width: 100%;
	height: 150%;
	z-index: 0;
}
.section-4:before {
	content: '';
	z-index: 1;
}

.section-5 {
	position: relative;
}

/* Gift Section */
.gift-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.gift-section .gift-image {
	height: 100%;
	min-height: 80vh;
	background-size: cover;
	background-position: center;
}
.gift-section .gift-content {
	background: #000000;
	padding: 50px;
	height: 80vh;
	min-height: 100%;
	display: table;
	width: 100%;
}
.gift-section .gift-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.gift-section .gift-content h2 {
	color: #ffffff;
	font-size: 56px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 4px dotted #fff;

	/*border-width: 0 0 5px 0;*/
	/*border-style: dotted;*/
	/*border-color: #fff;*/
	/*border-image-source: url("../images/border-white.png");*/
	/*-webkit-border-image: url("../images/border-white.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}

.gift-section .gift-content h5 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
}

.gift-section .gift-content p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
}

.gift-section .gift-content .gift-logo {
	margin-top: 50px;
}
.gift-section .gift-content .sign {
	color: #e51a94;
	font-family: 'Liana', sans-serif;
	font-size: 85px;
	font-weight: 400;
}
.archive .gift-section .gift-image {
	min-height: 50vh;

}
.archive .gift-section .gift-content {
	min-height: 50vh;
	height: 50vh;

}
.page-template-product-search .gift-section .gift-image {
	min-height: 50vh;
	height: 100%;
}
.page-template-product-search .gift-section .gift-content {
	min-height: 50vh;
	height: 50vh;
}
/* Slider Section */
.slider-section {
	padding: 40px 0 80px 0;
	position: relative;
}
.slider-section:before {
	height: 50%;
}

.slider-section .insta-header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 125px;
	position: relative;
	bottom: -60px;
	z-index: 10;
	border-radius: 100%;
}
.slider-section .insta-images {
	display: flex;
	position: relative;
}
.slider-section .insta-images a {
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 16.66667vw;
	height: 16.66667vw;
}
.slider-section .slider-box {
	background: #fff;

}

.slider-section .owl-item:nth-child(2n) .slider-box {
	background: #e6e6e6;
}

.slider-section .owl-controls {
	display: none !important;
}


.footer-top {

}

.footer-social {
	background-color: #e51a94;
	text-align: center;
	height: 100%;
	padding: 80px 50px;
}

.footer-social h2 {
	color: #000000;
	font-family: 'Liana', sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 55px;
	margin-bottom: 25px;
}

.footer-social ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.footer-social ul li {
	display: inline-block;
}

.footer-social ul li a {
	display: block;
	max-width: 50px;
	margin: 0 5px;
}

.footer-social ul li svg {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.footer-social ul li svg:hover {
	fill: #fff;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.newsletter {
	background: #000000;
	text-align: center;
	height: 100%;
	padding: 80px 50px;
}

.newsletter h2 {
	color: #ffffff;
	font-family: 'Liana', sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 55px;
	margin-bottom: 0;
}

.newsletter h5 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}

.newsletter .form-group {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter .form-control {
	border-radius: 40px;
	padding: 10px 10px 10px 25px;
	height: 70px;
	color: #727272;
	font-size: 24px;
	font-weight: 400;
	border: none;
}

.newsletter .btn {
	border-radius: 40px;
	background-color: #e51a94;
	border-color: #e51a94;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	padding: 0 25px;
}
.newsletter .btn:hover {
	border-color: #fff;
}
.footer {
	background: #ffffff;
	padding: 30px 0 0 0;
}
.footer .footer-widget {

}
.footer .footer-widget h4 {
	color: #000000;
	font-size: 28px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
}

.footer .footer-widget p {
	color: #727272;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.footer .footer-widget p a {
	color: #727272;
}
.footer .footer-widget p a:hover {
	color: #e51a94;
}
.footer .footer-widget ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.footer .footer-widget ul li {
	margin: 20px 0;
}

.footer .footer-widget ul li a {
	color: #727272;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	left: 0;
	transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.footer .footer-widget ul li a:hover {
	color: #e51a94;
	transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.footer .footer-floating {

}

.footer .footer-floating span {
	position: relative;
	border-radius: 100%;
	height: 90px;
	width: 90px;
	display: block;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #e51a94;
	padding: 20px 20px;
	top: 115px;
}

.footer .footer-floating span svg {
	width: 100%;
}

.footer-bottom {
	background: #000000;
	text-align: center;
	padding: 10px 0;
	margin-top: 40px;
}

.footer-bottom h4 {
	color: #ffffff;
	font-family: 'Liana', sans-serif;
	font-size: 55px;
	font-weight: 400;
	line-height: 66px;
}

.footer-bottom p {
	color: #b5b5b5;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}


/* Breadcrumb */
.woocommerce-breadcrumb,
.breadcrumb {
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 0;
	padding: 15px 0;
	background: transparent;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
	padding-left: 5px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	padding-right: 5px;
}
.woocommerce-breadcrumb,
.breadcrumb li,
.breadcrumb li a {
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 16px;
	font-weight: 400;
	text-transform: lowercase;
}
.breadcrumb li.active {
	color: #e51a94;
}
.breadcrumb li a {
	color: #727272;
}
.breadcrumb li a:hover {
	color: #e51a94;
}
/*About us Section*/
.about-section {
	padding-top: 0;
}
.about-section .about-image {
	min-height: 80vh;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.about-section .about-content {
	background-color: #e51a94;
	height: 80vh;
	padding: 60px;
	display: table;
	width: 100%;
	position: relative;
}
.about-section .about-content .bird {
	height: 100px;
	width: 100px;
	position: absolute;
	background: #fff;
	border-radius: 100%;
	top: -25px;
	right: -25px;
	padding: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.about-section .about-content .bird svg {
	height: 100%;
	width: 100%;
}
.about-section .about-content .content-inner {
	display: table-cell;
	vertical-align: middle;
}
.about-section .about-content p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 22px;
}

.image-slider {
	background: rgba(253, 232, 245, 1);
	background: -moz-linear-gradient(top, rgba(253, 232, 245, 1) 0%, rgba(253, 232, 245, 1) 50%, rgba(231, 238, 253, 1) 51%, rgba(231, 238, 253, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(253, 232, 245, 1) 0%, rgba(253, 232, 245, 1) 50%, rgba(231, 238, 253, 1) 51%, rgba(231, 238, 253, 1) 100%);
	background: -o-linear-gradient(top, rgba(253, 232, 245, 1) 0%, rgba(253, 232, 245, 1) 50%, rgba(231, 238, 253, 1) 51%, rgba(231, 238, 253, 1) 100%);
	background: -ms-linear-gradient(top, rgba(253, 232, 245, 1) 0%, rgba(253, 232, 245, 1) 50%, rgba(231, 238, 253, 1) 51%, rgba(231, 238, 253, 1) 100%);
	background: linear-gradient(to bottom, rgba(253, 232, 245, 1) 0%, rgba(253, 232, 245, 1) 50%, rgba(231, 238, 253, 1) 51%, rgba(231, 238, 253, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde8f5', endColorstr='#e7eefd', GradientType=0);
}

.owl-image .image-box {
	max-width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.owl-image .image-box img {
	border-radius: 100%;
}

/* How it work page */
.howitworks-section {
	padding-top: 0;
	padding-bottom: 150px;
}
.howitworks-section .work-bg {
	height: 100%;
	min-height: 80vh;
	background-size: cover;
	background-position: center;
}
.howitworks-section .work-content {
	background: #000;
	padding: 60px;
	height: 80vh;
	min-height: 100%;
	display: table;
	width: 100%;
}
.howitworks-section .work-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.howitworks-section .work-content h2 {
	margin-bottom: 30px;
}
.howitworks-section .work-content .step {
	margin-bottom: 25px;
}
.howitworks-section .work-content .step:last-child {
	margin-bottom: 0;
}
.howitworks-section .work-content h4 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
}
.howitworks-section .work-content p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.video-section {
	position: relative;
	padding-top: 150px;
}
.video-section .bird-wrapper {
	background: #fde8f5;
	position: absolute;
	top: -50px;
	right: 50%;
	margin-right: -82px;
	width: 165px;
}
.video-section .bird {
	height: 100px;
	width: 100px;
	background: #fff;
	border-radius: 100%;
	padding: 15px;
	display: block;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

}

.video-section .bird svg {
	height: 100%;
	width: 100%;
}
/* Login Register */
.login-register {

}
.login-register .login-register-box {
	background: #fff;
	padding: 30px;
}
.login-register .box-border-right {
	border-right: 4px dotted #e51a94;

	/*border-width: 0 6px 0 0;*/
	/*border-style: dotted;*/
	/*border-color: #e51a94;*/
	/*border-image-source: url("../images/border-dot.png");*/
	/*-webkit-border-image: url("../images/border-dot.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.theme-title {
	color: #e51a94;
	font-size: 56px;
	font-weight: 700;
	line-height: 56px;
	text-transform: lowercase;
}

.theme-sub-title {
	color: #000;
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	text-transform: lowercase;
}
.login-register .register-box,
.login-register .login-box {
	padding: 50px 30px;
	max-width: 500px;
}
.login-register .register-box {
	margin-left: auto;
	margin-right: auto;
}
.login-register .register-box form,
.login-register .login-box form {
	margin-top: 40px;
}
.login-register .woocommerce-form-login__rememberme {
	color: #b5b5b5;
	font-size: 18px;
	font-weight: 700;
}
.login-register .lost_password a {
	color: #e51a94;
	font-size: 18px;
	font-weight: 700;
}
.login-register .lost_password a:hover {
	color: #e51a94;
	text-decoration: underline;
}
.login-register .form-group {
	margin-bottom: 50px;
	text-align: left;
}
.login-register .woocommerce-privacy-policy-text {
	color: #b5b5b5;
	font-size: 14px;
	font-weight: 700;
}
.login-register .woocommerce-privacy-policy-text a {
	color: #e51a94;
}
.login-register .woocommerce-privacy-policy-text a:hover {
	color: #e51a94;
	text-decoration: underline;
}
.login-register .form-control.error,
.login-register .form-control {
	border-color: #000;
	font-size: 1rem;
}

.custom-checkbox .custom-control-label:before {
	top: 0;
	border-color: #747474;
	box-shadow: none !important;
	border-radius: 0;
}

.custom-checkbox .custom-control-label:after {
	top: 0;
}
.custom-radio .custom-control-label:before {
	top: 2px;
	border-color: #747474;
	box-shadow: none !important;
}
.custom-radio .custom-control-label:after {
	top: 2px;
}
.custom-control-input:checked ~ .custom-control-label:before {
	border-color: #d40081;
	background-color: #d40081;
}

.faqs-section .theme-title {
	margin-bottom: 90px;
}

.faq-list {
	list-style-type: none;
	padding-left: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.faq-list > li {

	margin-bottom: 70px;
	padding-bottom: 50px;
	border-bottom: 10px dotted #b5b5b5;

	/*border-width: 0 0 15px 0;*/
	/*border-bottom-style: dotted;*/
	/*border-color: #b5b5b5;*/
	/*border-image-source: url("../images/border-dot-gray.png");*/
	/*-webkit-border-image: url("../images/border-dot-gray.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.faq-list > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.faq-list .answer,
.faq-list .question {
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px;
}
.faq-list .question p {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
}
.faq-list .answer p {
	color: #727272;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0px;
}
.faq-list .symbol {
	width: 50px;
	height: 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	text-align: center;
	color: #e51a94;
	font-size: 33px;
	font-weight: 700;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.faq-list .question .symbol {
	top: -10px;
}
.faq-list .faq-image-info {
	padding-left: 70px;
}
.faq-list .faq-info-step {
	padding-left: 100px;
	list-style-type: none;
}
.faq-list .faq-info-step li {
	counter-increment: section;
	position: relative;
	padding-left: 30px;
}
.faq-list .faq-info-step li:before {
	content: counter(section) ".";
	position: absolute;
	left: 0;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
}
.navbar-main {
	position: relative;
}
.search-bar {
	position: absolute;
	padding-top: 40px;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	opacity: 0;
	z-index: 100;
	background: #fff;
	text-align: right;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.shrink .search-bar {
	padding-top: 10px;
}
.search-bar.active {
	width: 100%;
	opacity: 1;
	-webkit-transition: width .5s;
	-moz-transition: width .5s;
	transition: width .5s;
}

.search-bar .search-box {
	position: relative;
	max-width: 550px;
	display: block;
	margin-left: auto;
}
.search-bar .search-box .form-control {
	height: 46px;
	background: #ebebeb;
	border-radius: 25px;
	border-color: #ebebeb;
	font-size: 17px;
	line-height: 26px;
	padding-left: 20px;
	padding-right: 50px;
}
.search-bar .search-box .form-control:focus {
	border-color: #e51a94;
}
.search-bar .search-box .btn {
	padding: 0;
	height: 46px;
	width: 46px;
	position: absolute;
	right: -1px;
	top: 0;
}
.search-bar .search-box .btn svg {
	height: 100%;
	width: 100%;
}
.privacy-section {

}
.privacy-section .privacy-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.privacy-section h4 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.privacy-section li,
.privacy-section p {
	color: #727272;
	font-size: 20px;
	font-weight: 300;
}
.list-styled {
	list-style-type: none;
	padding-left: 0;
}
.list-styled li {
	position: relative;
	padding-left: 20px;
}
.list-styled li:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background: #e51a94;
	display: block;
	left: 4px;
	top: 11px;
	border-radius: 100%;
}


.ubermenu-main {
	margin-left: auto;
}
.ubermenu .ubermenu-target {
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.shrink .ubermenu .ubermenu-target {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.ubermenu .ubermenu-target-text {
	color: #000000;
	font-size: 17px;
	font-weight: 600;
	text-transform: lowercase;
}
.ubermenu-nav > li > .ubermenu-target:hover .ubermenu-target-text {
	color: #e51a94;
}
.ubermenu .ubermenu-submenu .ubermenu-target-text {
	color: #ffffff;
	border-bottom: 1px solid transparent;
	display: block;
}
.ubermenu div.ubermenu-submenu-drop {
	background: #000;
	border-top: 10px solid #e51a94;
}
.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-drop {
	clip: auto;
}
.ubermenu .ubermenu-submenu-drop:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e51a94;
	position: absolute;
	top: -20px;
	left: 54px;
}
.ubermenu .ubermenu-submenu .ubermenu-target:hover .ubermenu-target-text {
	border-color: #e51a94;
}
.ubermenu-transition-shift .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
	margin-top: 0px;
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
	width: 100%;
}
.ubermenu-responsive-toggle {
	position: absolute;
	right: -10px;
	top: -50px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
.ubermenu-responsive-toggle > i {
	font-size: 0;
	height: 3px;
	width: 30px !important;
	background: #fff;
	margin-top: 13px;
	display: block;
	border-radius: 2px;
}
.ubermenu-responsive-toggle:before {
	content: '';
	background: #fff;
	height: 3px;
	width: 30px;
	position: absolute;
	top: 15px;
	left: 10px;
	border-radius: 2px;
}
.ubermenu-responsive-toggle:after {
	content: '';
	background: #fff;
	height: 3px;
	width: 30px;
	position: absolute;
	bottom: 15px;
	left: 10px;
	border-radius: 2px;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open > i {
	display: none;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open:before {
	content: '';
	height: 30px;
	position: absolute;
	transform: rotate(-45deg);
	left: 24px;
	top: 9px;
	width: 3px;
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open:after {
	content: '';
	height: 30px;
	position: absolute;
	transform: rotate(45deg);
	left: 23px;
	bottom: 11px;
	width: 3px;
}

.product-section {
	padding-top: 0;
}

.product-sidebar {
	padding-right: 50px;
	max-width: 400px;
}
.product-sidebar .form-group {
	margin-bottom: 50px;
}
.product-sidebar label {
	color: #000000;
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
}
.product-sidebar label.custom-control-label {
	margin-bottom: 0;
}
.product-sidebar .dropdown-toggle {
	padding: 0;
	width: 100%;
	text-align: left;
	color: #000000;
	font-size: 22px;
	font-weight: 400;
	border-radius: 0;
	border-bottom: 1px solid #000000;
	position: relative;
}
.product-sidebar .dropdown-toggle:before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 97%;
	position: absolute;
	top: 10px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.45em;
}
.product-sidebar .dropdown-toggle:after {
	display: none;
}
.product-sidebar .dropdown-menu.show {
	position: relative !important;
	width: 100%;
	transform: translate(0) !important;
	border-radius: 0;
	border: none;
	background: transparent;
}
.product-sidebar .dropdown-item {
	padding-left: 0;
	padding-right: 0;
}
.product-sidebar .dropdown-item:focus,
.product-sidebar .dropdown-item:hover {
	background-color: transparent;
	color: #e51a94;
}
.product-sidebar .dropdown-item a {
	color: #e51a94;
	font-size: 22px;
	font-weight: 400;
}
.product-sidebar .filter-group {
	margin-top: 50px;
}
.product-sidebar .selected-filter {
	margin-bottom: 40px;
}
.product-sidebar .selected-filter ul {
	list-style-type: none;
	padding-left: 0;
}
.product-sidebar .selected-filter ul li {
	display: inline-block;
	background-color: #e51a94;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	padding: 1px 10px;
	margin: 2px 2px;
}
.product-sidebar .selected-filter ul li .close {
	color: #fff;
	opacity: 1;
	font-size: 18px;
	font-weight: 300;
	padding-top: 9px;
	padding-left: 20px;
	cursor: pointer;
}
.product-section .woocommerce-result-count {
	display: none;
}
.product-section ul.products {
	width: 100%;
}

.products-box .product-details {
	position: relative;
	padding-right: 20px;
}
.products-box .product-details .title {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: lowercase;
}
.products-box .product-details .title a {
	color: #000000;
}
.products-box .product-details .title a:hover {
	color: #e51a94;
}
.products-box .product-details .price {
	font-family: 'HelveticaNeueLTStd-Md';
	color: #e51a94;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.products-box .product-image {
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.products-box .product-image img {
	margin: auto;
	width: 100%;
}
.products-box .right-dot {
	position: absolute;
	right: 5px;
	top: 0;
}
.products-box .right-dot span {
	display: block;
	height: 4px;
	width: 4px;
	background: #e51a94;
	border-radius: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.products-box .right-dot span:before {
	content: '';
	position: absolute;
	top: -6px;;
	left: 0;
	height: 4px;
	width: 4px;
	background: #e51a94;
	border-radius: 100%;
}
.products-box .right-dot span:after {
	content: '';
	position: absolute;
	top: 6px;;
	left: 0;
	height: 4px;
	width: 4px;
	background: #e51a94;
	border-radius: 100%;
}
.products-box .hover-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	-webkit-transition: bottom 0.2s ease-out;
	-moz-transition: bottom 0.2s ease-out;
	-o-transition: bottom 0.2s ease-out;
	transition: bottom 0.2s ease-out;
}
.products-box:hover .hover-wrapper {
	bottom: 0;
	-webkit-transition: bottom 0.2s ease-out;
	-moz-transition: bottom 0.2s ease-out;
	-o-transition: bottom 0.2s ease-out;
	transition: bottom 0.2s ease-out;
}
.products-box .button-wrapper {
	background: #e51a94;
	display: flex;
	justify-content: space-between;
}
.products-box .button-wrapper .left-side {
	text-align: center;
	width: 100%;
}
.products-box .button-wrapper .left-side a {
	color: #ffffff;
	padding: 10px 10px;
	font-size: 26px;
	font-weight: 600;
	display: block;
	height: 100%;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.products-box .button-wrapper a:hover {
	background: #000;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.products-box .button-wrapper .right-side {
	border-left: 2px solid #fff;
	width: 70px;
}
.products-box .button-wrapper .right-side a {
	padding: 15px;
	display: block;
}
.products-box .button-wrapper .right-side a svg {
	height: 100%;
	width: 100%;
}
.products-box .button-wrapper .right-side .feedback {
	color: #fff;
	margin-top: 20px;
	font-size: 13px;
	display: block;
	text-align: center;
}
.products-box .hover-wrapper .added {
	color: #b5b5b5;
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 14px;
	font-weight: 400;
	background: #000;
	padding: 5px;
	text-align: center;
}
.products-box .ribbon {
	position: absolute;
	top: 10px;
	left: -14px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	background: #e51a94;
	z-index: 1;
	padding: 5px 15px;
}
.products-box .ribbon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	border-bottom: solid 10px transparent;
	border-right: solid 14px #000;
}
.yith-wcwl-add-to-wishlist {
	margin-top: 0px;
	position: relative;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.modal-full .modal-dialog {
	min-width: 100%;
	margin: 0;
}
.modal-full .modal-content {
	min-height: 100vh;
	border-radius: 0;
}
.modal-filter .modal-title {
	color: rgba(0, 0, 0, 0.87);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-filter .modal-header .close {
	background: #e51a94;
	opacity: 1;
	border-radius: 100%;
	margin: 0;
	padding: 12px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.modal-filter .modal-body {
	background: #fde8f5;
}
.modal-filter .product-sidebar {
	padding-right: 20px;
	padding-left: 20px;
	max-width: 100%;
}
.modal-filter .product-sidebar .dropdown-toggle {
	font-size: 24px;
	border-bottom: 4px dotted #707070;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #707070;*/
	/*border-image-source: url("../images/border-dot-gray-70.png");*/
	/*-webkit-border-image: url("../images/border-dot-gray-70.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.modal-filter .product-sidebar .dropdown-item {
	width: 49%;
	display: inline-block;
	clear: inherit;
}
.modal-filter .product-sidebar .dropdown-menu.show {
	margin-bottom: 20px;
}
.single-product-section {

}
.single-product-section .product_title {
	color: #000000;
	font-size: 38px;
	font-weight: 700;
	border-bottom: 4px dotted #b5b5b5;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #b5b5b5;*/
	/*border-image-source: url("../images/border-dot-gray.png");*/
	/*-webkit-border-image: url("../images/border-dot-gray.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/

}
.single-product-section .price {
	color: #e51a94;
	font-size: 26px;
	font-weight: 700;
}
.single-product-section .woocommerce-product-details__short-description p {
	color: #727272;
	font-size: 20px;
	font-weight: 300;
}
.single-product-section .stock {
	font-size: 18px;
	font-weight: 600;
	color: #e51a94;
	margin-bottom: 0;
}
.single-product-section .stock .availability {
	color: #000000;
}
.single-product-section .summary .newsku {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.single-product-section .summary .newsku .sku {
	color: #727272;
	font-weight: 300;
}
.single-product-section .quantity {
	margin-bottom: 40px;
	margin-top: 25px;
}
.single-product-section .quantity label {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 0;
}
.single-product-section .quantity .input-text {
	width: 75px;
	color: #e51a94;
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	border: none;
	padding-left: 10px;
}
.single-product .woocommerce-message {

}
.add-to-cart {
	background: #000;
	max-width: 290px;
	justify-content: space-between;
}
.add-to-cart .input-group-append {

}
.add-to-cart .yith-wcwl-add-to-wishlist {
	min-width: 60px;
	text-align: center;
	border-left: 2px solid #fff;
}
.add-to-cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	padding: 14px 10px 13px 10px;
}
.add-to-cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover {
	background: #e51a94;
}
.add-to-cart .yith-wcwl-add-to-wishlist .feedback {
	color: #fff;
	margin-top: 20px;
	font-size: 13px;
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.add-to-cart .yith-wcwl-add-to-wishlist .ajax-loading {
	left: 15px;
	top: 15px;
}
.add-to-cart .btn-wishlist,
.add-to-cart .btn-cart {
	border: none;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 0;
}
.add-to-cart .btn-cart {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	width: 230px;
	text-align: center;
	text-transform: lowercase;
}
.add-to-cart .btn-cart:hover {
	background: #e51a94;
}
.add-to-cart .btn-wishlist {
	border-left: 2px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: 60px;
}
.add-to-cart .btn-wishlist:hover {
	background: #e51a94;
}
.add-to-cart .btn-wishlist svg {
	height: 100%;
	width: 100%;
}

.summary .product_meta .posted_in {
	display: none;
}

.dotted-separate-line {

}
.dotted-separate-line .dotted-line {
	position: relative;
	border-top: 14px dotted #e51a94;

	/*border-width: 20px 0 0 0;*/
	/*border-style: dotted;*/
	/*border-color: #e51a94;*/
	/*border-image-source: url("../images/border-dot.png");*/
	/*-webkit-border-image: url("../images/border-dot.png");*/
	/*border-image-slice: 29;*/
	/*border-image-repeat: repeat;*/

}
.dotted-separate-line .bird-wrapper {
	background: #fde8f5;
	position: absolute;
	top: -60px;
	right: 50%;
	margin-right: -80px;
	width: 160px;
}
.dotted-separate-line .bird-wrapper .bird {
	height: 100px;
	width: 100px;
	background: #fff;
	border-radius: 100%;
	padding: 15px;
	display: block;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.dotted-separate-line .bird-wrapper .bird svg {
	height: 100%;
	width: 100%;
}


.related-product {

}
.related-product h2 {
	color: #000000;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.owl-center-arrow .owl-controls .owl-nav .owl-prev,
.owl-center-arrow .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #000;
	margin: 0;
	font-size: 24px;
	transform: translateY(-50%);
}
.owl-center-arrow .owl-controls .owl-nav .owl-prev {
	left: -40px;
}
.owl-center-arrow .owl-controls .owl-nav .owl-next {
	right: -40px;
}
.owl-center-arrow .owl-controls .owl-nav .owl-prev:hover,
.owl-center-arrow .owl-controls .owl-nav .owl-next:hover {
	color: #e51a94;
}
.social-icon {
	padding-top: 30px;
}
.social-icon ul {
	list-style: none;
	padding-left: 0;
}
.social-icon ul li {
	display: inline-block;
	padding: 0 5px;
}
.social-icon ul li a {
	width: 35px;
	display: block;
}
.social-icon ul li a svg {
	height: 100%;
	width: 100%;
}
.social-icon ul li a:hover svg path {
	fill: #e51a94;
}
.additional-info {
	margin: 50px 0;
}
.additional-info h2 {
	font-size: 38px;
	font-weight: 700;
	color: #000;
	border-bottom: 4px dotted #b5b5b5;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #b5b5b5;*/
	/*border-image-source: url("../images/border-dot-gray.png");*/
	/*-webkit-border-image: url("../images/border-dot-gray.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.additional-info p {
	color: #727272;
	font-size: 20px;
	font-weight: 300;
}
.box-border {
	position: relative;
	border: 15px dotted #e51a94;

	/*border-width: 20px;*/
	/*border-style: dotted;*/
	/*border-color: #e51a94;*/
	/*border-image-source: url("../images/border-dot.png");*/
	/*-webkit-border-image: url("../images/border-dot.png");*/
	/*border-image-slice: 29;*/
	/*border-image-repeat: repeat;*/
}
.box-border .box-icon-wrapper {
	background: #fde8f5;
	position: absolute;
	left: 50%;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 165px;
}
.box-border .box-icon-wrapper.top {
	top: -7px;
	transform: translate(-50%, -50%);
}
.box-border .box-icon-wrapper.bottom {
	bottom: -7px;
	transform: translate(-50%, 50%);
	max-width: inherit;
}
.box-border .box-icon-wrapper .box-icon {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	border-radius: 100%;
	padding: 25px;
	height: 100px;
	width: 100px;
}
.box-border .box-icon-wrapper .box-icon svg {
	height: 100%;
	width: 100%;
}
.box-border .box-icon-wrapper .social-icon li a {
	display: block;
	width: 50px;
	text-align: center;
}
.wishlist-section {
	padding-top: 60px;
	margin-bottom: 60px;
}
.wishlist-section h2 {
	color: #000000;
	font-family: 'Liana', sans-serif;
	font-size: 65px;
	font-weight: 400;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
}
.checkout-section .checkout-wrapper,
.cart-section .cart-wrapper,
.event-section .list-container,
.wishlist-section .list-container {
	max-width: 1200px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.wishlist-section ul.products {
	list-style: none;
}
.wishlist-section ul .wishlist-empty {
	display: block;
	text-align: center;
	font-size: 26px;
	color: #d40081;
}
.event-section .list-container {
	margin-top: 125px;
}
.event-section .event-list {

}
.event-section .event-list ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.event-section .event-list ul li {
	margin-bottom: 80px;
}
.event-section .event-header {
	width: 120px;
	text-align: center;
}
.event-section .event-header .event-month {
	background-color: #e51a94;
	border-radius: 15px 15px 0 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 15px 3px 15px;
	line-height: 30px;
}
.event-section .event-header .event-date {
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	color: #000000;
	font-size: 47px;
	font-weight: 700;
	padding: 5px;
}
.event-section .event-details {
	padding-left: 30px;
	padding-right: 30px
}
.event-section .event-details label {
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
	color: #000;
	margin-bottom: 0;
}
.event-section .event-details p {
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	color: #727272;
}
.event-section .event-details p a {
	color: #d40081;
}
.event-section .event-details p a:hover {
	color: #d40081;
	text-decoration: underline;
}
.checkout-section,
.cart-section {
	padding-top: 60px;
}

.single-product .woocommerce-message,
.cart-section .woocommerce-message {
	text-align: center;
	display: block;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.cart-section .cart-wrapper {
	margin-top: 130px;
}
.cart-section .cart-items {
	padding-right: 50px;
}
.cart-section .cart-items h2 {
	color: #000000;
	font-size: 38px;
	/*border-bottom: 3px dotted #707070;*/
}
.cart-section .cart-summary table th,
.cart-section .cart-summary table td,
.cart-section .cart-summary h2,
.cart-section .cart-items h2 {
	border-bottom: 4px dotted #707070;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #707070;*/
	/*border-image-source: url(../images/border-dot-gray-70.png);*/
	/*-webkit-border-image: url(../images/border-dot-gray-70.png);*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.cart-section .cart-items ul {
	padding-left: 0;
	list-style: none;
}
.cart-section .cart-items ul li {
	padding: 40px 0;
}
.cart-section .cart-items ul li + li {
	border-top: 4px dotted #707070;

	/*border-width: 6px 0 0 0;*/
	/*border-style: dotted;*/
	/*border-color: #707070;*/
	/*border-image-source: url(../images/border-dot-gray-70.png);*/
	/*-webkit-border-image: url(../images/border-dot-gray-70.png);*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.cart-section .cart-items .product-img {
	width: 180px;
}
.cart-section .cart-items .product-img img {
	width: 100%;
}
.cart-section .cart-items .name {
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: lowercase;
	position: relative;
}
.cart-section .cart-items .name a {
	color: #000000;
	padding-right: 100px;
	display: inline-block
}
.cart-section .cart-items .name a:hover {
	color: #e51a94;
}
.cart-section .cart-items .name .amount {
	color: #e51a94;
	position: absolute;
	right: 0;
	top: 0;
}
.cart-section .cart-items .quantity {
	margin-bottom: 20px;
}
.cart-section .cart-items .quantity label {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0
}
.cart-section .cart-items .quantity .input-text {
	width: 75px;
	color: #e51a94;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	border: none;
	display: block;
}
.cart-section .cart-items .remove {
	color: #e51a94;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
}
.cart-section .cart-summary {
	background-color: #000000;
	padding: 30px 20px;
}
.cart-section .cart-summary h2 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 25px;
	/*border-bottom: 3px dotted #707070;*/

}
.cart-section .cart-summary .form-group {
	margin-bottom: 0px;
}
.cart-section .cart-summary p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
	padding: 10px 0;
	/*border-bottom: 3px dotted #707070;*/
	margin: 0;
}
.cart-section .cart-summary p span {
	/*float: right;*/
}
.cart-section .cart-summary .total p {
	font-size: 26px;
	font-weight: 700;
	border-bottom: none;
}
.cart-section .cart-summary p.info {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 240px;
	font-size: 16px;
}
.cart-section .cart-summary p.info br {
	display: none;
}

.cart-section .cart-summary table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}
.cart-section .cart-summary table th,
.cart-section .cart-summary table td {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
	padding: 8px 0;
	/*border-bottom: 3px dotted #707070;*/

}
.cart-section .cart-summary table th {

}
.cart-section .cart-summary table td {
	text-align: right;
}
.cart-section .cart-summary table tr {
	/*border-bottom: 3px dotted #707070;*/
}
.cart-section .cart-summary table tr.order-total {
	border-bottom: none;
}
.cart-section .cart-summary table tr.order-total th {
	font-size: 26px;
	font-weight: 700;
}
.cart-section .cart-summary table tr.order-total td {
	font-size: 26px;
	font-weight: 700;
}
.checkout-summary .woocommerce-shipping-methods,
.cart-summary .woocommerce-shipping-methods {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: left;
}
.checkout-summary .woocommerce-shipping-methods label,
.cart-summary .woocommerce-shipping-methods label {
	display: block;
}
.checkout-summary .woocommerce-shipping-methods label .amount,
.cart-summary .woocommerce-shipping-methods label .amount {
	float: right;
}

.cart-section .cart-summary .coupon {
	margin-top: 35px;
	margin-bottom: 25px;
}
.cart-section .cart-summary .coupon .form-control {
	background: transparent;
	border-color: #fff;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	height: 58px;
}
.cart-section .cart-summary .coupon .btn {
	border-color: #fff;
	font-size: 16px;
	color: #e51a94;
}
.cart-section .cart-summary .coupon .btn:hover {
	border-color: #e51a94;
	background: #e51a94;
	font-size: 16px;
	color: #fff;
}
.cart-section .cart-summary .checkout-button {
	border: 2px solid #e51a94;
	background-color: #000000;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 15px 15px;
	margin-top: 20px;
	border-radius: 0;
}
.cart-section .cart-summary .checkout-button:hover {
	color: #fff;
	background-color: #e51a94;
}
.cart-section .cart-summary table tr.shipping td {
	text-align: left;
	position: relative;
}
.cart-section .cart-summary table tr.shipping td .woocommerce-shipping-methods {
	position: absolute;
	right: 0;
}
.cart-section .cart-summary .shipping-calculator-form {
	border-top: 4px dotted #707070;
	text-align: left;
	/*border-width: 6px 0 0 0;*/
	/*border-style: dotted;*/
	/*border-color: #707070;*/
	/*border-image-source: url(../images/border-dot-gray-70.png);*/
	/*-webkit-border-image: url(../images/border-dot-gray-70.png);*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.cart-section .cart-summary .shipping-calculator-button {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: lowercase;
	position: relative;
	padding-right: 0px;

}
.cart-section .cart-summary .shipping-calculator-button:after,
.cart-section .cart-summary .calculate:after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	border: none;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.cart-section .cart-summary .calculate.collapsed:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	/*content: "\f078";*/
}
/*.cart-section .cart-summary .shipping .form-row > span {*/
/*    width: 100%;*/
/*}*/
.cart-section .cart-summary .shipping .form-row {
	position: relative;
	margin-top: 15px;
}
.cart-section .cart-summary .shipping .form-row label {
	position: absolute;
	top: 2px;
	left: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	background: #000;
	z-index: 11;
	padding: 0 5px;
}
.cart-section .cart-summary .select2-selection--single {
	height: 56px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
}
.cart-section .cart-summary .select2-selection--single .select2-selection__rendered {
	line-height: 56px;
	color: #fff;
	padding-left: 10px;
}
.cart-section .cart-summary .select2-selection--single .select2-selection__arrow b {
	border-width: 8px 7px 0 8px;
	margin-left: -15px;
	margin-top: 10px;
	border-color: #fff transparent transparent transparent;
}
.cart-section .cart-summary .select2-container--above .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
	border-width: 0 7px 9px 7px;
}

.cart-section .cart-summary .shipping-box {
	padding-top: 30px;
}
.cart-section .cart-summary .label {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	position: absolute;
	top: -8px;
	margin-left: 15px;
	background: #020202;
	display: inline-block;
	padding: 0 6px;
	z-index: 5;
}
.cart-section .cart-summary .shipping .form-group {
	margin-bottom: 35px;
	position: relative;
}

.cart-section .cart-summary .shipping .form-control {
	background: transparent;
	height: 56px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	border-color: #fff;
}
.cart-section .cart-summary .update-link {
	display: block;
	text-align: right;
	padding-top: 20px;
}
.cart-section .cart-summary .update-link .btn-link {
	color: #e51a94;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}
.theme-select .fa,
.theme-select .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 18px;
}
.cart-section .cart-summary .selectboxit-container {
	width: 100%;
	display: block;
}
.selectboxit-container .theme-select {
	border: 1px solid #fff;
	background: transparent;
	width: 100% !important;
	height: 54px;
	line-height: 54px;
}
.selectboxit-container .selectboxit-options {
	width: 100%;
}
.selectboxit-container .selectboxit-text {
	max-width: 100% !important;
	height: 54px;
	line-height: 54px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
	color: #333333;
	background-color: transparent;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	background: #e51a94;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor:hover {
	color: #fff;
}

.checkout-section .checkout-wrapper {
	margin-top: 130px;
}
.checkout-section .login p {
	max-width: 500px;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.checkout-section .login .form-row-first label,
.checkout-section .login .form-row-last label {
	/*display: none;*/
}
.checkout-section .login .form-row-first input,
.checkout-section .login .form-row-last input {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #000;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.checkout-section .login .woocommerce-form-login__rememberme {
	color: #000;
	text-transform: lowercase;
}
.checkout-section .login .button {
	display: block;
	background: #000000;
	border: none;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	vertical-align: middle;
	padding: 5px 50px;
	line-height: 1.5;
}
.checkout-section .woocommerce-billing-fields {
	margin-bottom: 50px;
}
.checkout-section .woocommerce-additional-fields,
.checkout-section .woocommerce-shipping-fields,
.checkout-section .woocommerce-billing-fields {
	padding-right: 50px;
}
.woocommerce-checkout-payment h3,
.checkout-section .woocommerce-shipping-fields h3,
.checkout-section .woocommerce-billing-fields h3 {
	color: #000000;
	font-size: 38px;
	font-weight: 700;
	text-transform: lowercase;
	margin-bottom: 50px;
	border-bottom: 4px dotted #707070;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #707070;*/
	/*border-image-source: url("../images/border-dot-gray-70.png");*/
	/*-webkit-border-image: url("../images/border-dot-gray-70.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}

.woocommerce-address-fields .form-row,
.checkout-section .woocommerce-shipping-fields .form-row,
.checkout-section .woocommerce-billing-fields .form-row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	vertical-align: top;
	text-align: left;
}
.woocommerce-address-fields .form-row > label,
.checkout-section .woocommerce-shipping-fields .form-row > label,
.checkout-section .woocommerce-billing-fields .form-row > label {
	/*display: none;*/
}
.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last,
.checkout-section .woocommerce-shipping-fields .form-row-first,
.checkout-section .woocommerce-shipping-fields .form-row-last,
.checkout-section .woocommerce-billing-fields .form-row-first,
.checkout-section .woocommerce-billing-fields .form-row-last {
	display: inline-block;
	width: 50%;
}
.woocommerce-address-fields .form-row-first,
.checkout-section .woocommerce-shipping-fields .form-row-first,
.checkout-section .woocommerce-billing-fields .form-row-first {
	padding-right: 20px;
}
.woocommerce-address-fields .form-row-last,
.checkout-section .woocommerce-shipping-fields .form-row-last,
.checkout-section .woocommerce-billing-fields .form-row-last {
	padding-left: 20px;
}
.woocommerce-address-fields .state-field,
.checkout-section .woocommerce-shipping-fields .state-field,
.checkout-section .woocommerce-billing-fields .state-field {
	width: 25%;
	padding-left: 10px;
}
.woocommerce-address-fields .zipcode-field,
.checkout-section .woocommerce-shipping-fields .zipcode-field,
.checkout-section .woocommerce-billing-fields .zipcode-field {
	width: 25%;
	padding-left: 30px;
}


.woocommerce-address-fields .input-text,
.checkout-section .woocommerce-shipping-fields .input-text,
.checkout-section .woocommerce-billing-fields .input-text {
	height: 56px;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #727272;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: none !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce-address-fields .woocommerce-invalid .input-text,
.checkout-section .woocommerce-shipping-fields .woocommerce-invalid .input-text,
.checkout-section .woocommerce-billing-fields .woocommerce-invalid .input-text {
	border-color: #e51a94;
}
.woocommerce-address-fields .screen-reader-text,
.checkout-section .screen-reader-text {
	/*position: absolute;*/
	/*width: 1px;*/
	/*height: 1px;*/
	/*padding: 0;*/
	/*overflow: hidden;*/
	/*clip: rect(0, 0, 0, 0);*/
	/*white-space: nowrap;*/
	/*border: 0;*/
}
.woocommerce-address-fields .select2-container--default .select2-selection--single,
.checkout-section .select2-container--default .select2-selection--single {
	background-color: transparent;
	background-clip: padding-box;
	height: 56px;
	border: 1px solid #000;
	margin: 0;
	border-radius: 4px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.checkout-section .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 56px;
	font-size: 16px;
	font-weight: 400;
	line-height: 56px;
	color: #727272;
	padding-left: 15px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.checkout-section .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.woocommerce-address-fields .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #e51a94;
}
.checkout-section .form-row.custom-radio {
	display: inline-block;
	width: 30%;
	margin: 0;
	vertical-align: top;
}
.checkout-section .form-row.gift-note {
	display: inline-block;
	width: 70%;
	margin: 0;
	vertical-align: top;
}
.checkout-section #order_comments_field textarea.input-text,
.checkout-section .gift-note textarea.input-text {
	border: 1px solid #000;
	border-radius: 4px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #727272;
	background: transparent;
	padding: 5px 10px;
	height: 165px;

}
.checkout-section .custom-radio legend {
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	text-transform: lowercase;
}
.checkout-section .custom-radio label {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
	margin-right: 30px;
	cursor: pointer;
}
.checkout-section .custom-radio label:before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #747474;
	border-radius: 20px;
	top: 2px;
}
.checkout-section .custom-radio label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 7px;
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 100%;
}
.checkout-section .custom-radio label.active:before {
	border-color: #e51a94;
}

.checkout-section .custom-radio label.active:after {
	background: #e51a94;
}

.checkout-section .custom-radio label input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.checkout-section #order_comments_field label {
	display: none;
}
.checkout-section #order_comments_field .woocommerce-input-wrapper {
	width: 100%;
}
.checkout-section div.place-order {
	text-align: center;
	display: block;
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
}
.checkout-section div.place-order .button {
	text-transform: lowercase;
}
.checkout-summary {
	background-color: #000000;
	padding: 30px 20px;
}
.checkout-summary h3 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 25px;
	/*border-bottom: 3px dotted #707070;*/

}
.checkout-summary table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}
.checkout-summary table thead {
	display: none;
}
.checkout-summary h3,
.checkout-summary table td,
.checkout-summary table th {
	border-bottom: 4px dotted #707070;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #707070;*/
	/*border-image-source: url(../images/border-dot-gray-70.png);*/
	/*-webkit-border-image: url(../images/border-dot-gray-70.png);*/
	/*border-image-repeat: stretch;*/
	/*border-image-slice: 100%;*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat*/
}
.checkout-summary table td:last-child {
	text-align: right;
}
.checkout-summary table td {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding: 8px 0;
}
.checkout-summary table .tax-rate th,
.checkout-summary table .tax-rate td,
.checkout-summary table .cart-subtotal th,
.checkout-summary table .cart-subtotal td {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.checkout-summary table tfoot .order-total th,
.checkout-summary table tfoot .order-total td {
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
}
.checkout-summary .info {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
.woocommerce-checkout-payment {

}
.woocommerce-checkout-payment ul {
	list-style: none;
	padding-left: 0;
}
.woocommerce-checkout-payment ul > li {

}
.woocommerce-checkout-payment ul > li > label {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
	margin-top: 50px;
}
.woocommerce-checkout-payment ul > li > label img:first-child {
	margin-left: 25px;
}


.woocommerce-checkout-payment .payment_box .form-row {
	position: relative;
}
.woocommerce-checkout-payment .payment_box .form-row > label {
	background: #fde8f5;
	position: absolute;
	left: 10px;
	top: -8px;
	margin: 0;
	padding: 0 5px;
	color: #727272;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.4px;
	white-space: nowrap;
}
.woocommerce-checkout-payment .payment_box .form-row > label .required {
	color: #e51a94;
}
.woocommerce-checkout-payment .payment_box input.input-text {
	height: 56px;
	border-radius: 4px;
	border: 1px solid #000000;
	background: transparent;
	width: 100%;
	box-shadow: none !important;
	font-size: 16px !important;
}
.woocommerce-checkout-payment .payment_box input.input-text:focus {
	box-shadow: none;
}
.woocommerce-checkout-payment .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce-checkout-payment .wc-authorize-net-aim-new-payment-method-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce-checkout-payment .wc-authorize-net-aim-new-payment-method-form p {
	width: 25%;
	margin: 0 5%;
}
.woocommerce-checkout-payment .wc-authorize-net-aim-new-payment-method-form p:first-child {
	width: 40%;
	margin: 0;
}

.woocommerce-checkout-payment .wc-authorize-net-aim-new-payment-method-form p:last-child {
	margin: 0;
}
.woocommerce-checkout-payment #wc-authorize-net-aim-csc_field {
	margin: 0;
}
.woocommerce-checkout-payment .privacy_policy_text {
	color: #727272;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 80px;
}
.woocommerce-checkout-payment .privacy_policy_text a:hover {
	text-decoration: underline;
}
.woocommerce-checkout-payment .js-sv-wc-payment-gateway-credit-card-form-account-number {
	background: none !important;
}
/*.checkout-section .form-row span.error {*/
/*    display: block !important;*/
/*    color: #e51a94;*/
/*    font-size: 14px;*/
/*    text-align: left;*/
/*}*/

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row > label {
	display: none;
}

.coupon-wrapper {
	border-radius: 5px;
	overflow: hidden;
	max-width: 500px;
	margin-bottom: 20px;
}
.coupon-wrapper .form-control {
	height: 56px;
	border-color: #000;
}
.coupon-wrapper .btn {

}
.woocommerce-message,
.woocommerce-info {
	background: transparent;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	text-transform: lowercase;
}
.woocommerce-message a,
.woocommerce-info a {
	color: #e51a94;
}
.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
	margin-bottom: 20px;
}
.modal-theme {
	background: rgba(253, 232, 245, .69);
}
.modal-theme .modal-dialog {
	max-width: 440px;
}
.modal-theme .modal-content {
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.modal-theme .modal-body {
	background: #000;
	text-align: center;
	padding: 70px 70px 35px 70px;
}
.modal-theme .top-icon {
	background: #e51a94;
	height: 65px;
	width: 65px;
	border-radius: 100%;
	padding: 15px;
	position: absolute;
	top: -33px;
	left: 50%;
	margin-left: -33px;
}
.modal-theme .top-icon svg {
	height: 100%;
	width: 100%;
}
.modal-theme .close {
	color: #e51a94;
	text-shadow: none;
	opacity: 1;
	font-weight: 300;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 25px;
}
.modal-theme .modal-body h3 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	line-height: 40px;
}
.modal-theme .modal-body h4 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}
.modal-theme .modal-body p {
	color: #b5b5b5;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
}
.modal-theme .modal-body .sign {
	font-family: 'Liana', sans-serif;
	color: #e51a94;
	font-size: 80px;
	font-weight: 400;
}
.modal-theme .action .btn {
	border: 2px solid #e51a94;
	background-color: #000000;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 15px 15px;
	margin-top: 40px;
	border-radius: 0;
}
.modal-theme .action .btn:hover {
	background-color: #e51a94;
}

.wishlist-modal .top-icon {
	padding-top: 10px;
	padding-right: 13px;
}
.wishlist-modal .media-body {
	text-align: left;
	padding-left: 10px;
}
.wishlist-modal .media img {
	max-width: 90px;
}
.addtocart-modal .media h5,
.wishlist-modal .media h5 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}
.wishlist-modal .media p {
	color: #b5b5b5;
	font-size: 18px;
	font-weight: 300;
}
.addtocart-modal .media p {
	color: #b5b5b5;
	font-size: 17px;
	font-weight: 300;
}
.modal-backdrop {
	background: rgba(253, 232, 245, 1);
}
.modal-backdrop.show {
	opacity: 0.69;
	display: none !important;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
	margin-left: -10px;
}
.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	margin: 0 10px;
}
.woocommerce-MyAccount-navigation ul li a {
	text-transform: lowercase;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #727272
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	text-decoration: underline;
}
.edit-account-form .form-row {

}
.edit-account-form .form-row label {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-transform: lowercase;
	margin-bottom: 0;
}
.edit-account-form .form-row .input-text {
	height: 56px;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #727272;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #000;
	border-radius: 4px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.woocommerce-password-strength,
.edit-account-form em {
	font-size: 14px;
}
.woocommerce-MyAccount-content .table td,
.woocommerce-MyAccount-content .table th {
	text-transform: lowercase;
}
.woocommerce-order-details .order_details {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.woocommerce-customer-details h2,
.woocommerce-order-details h2 {
	color: #000;
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	text-transform: lowercase;
}
.woocommerce-order-details .order_details td,
.woocommerce-order-details .order_details th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #ddd;
	text-transform: lowercase;
}
.woocommerce-order-details .order_details thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.woocommerce-customer-details .col2-set,
.woocommerce-MyAccount-content .col2-set {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 25px;
}
.woocommerce-customer-details .col2-set .col-1,
.woocommerce-customer-details .col2-set .col-2,
.woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce-MyAccount-content .col2-set .col-2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.woocommerce-order p {
	text-transform: lowercase;
}
.woocommerce-order .woocommerce-order-overview {

}
.woocommerce-order .woocommerce-order-overview li {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	text-transform: lowercase;
}
.woocommerce-order .woocommerce-order-overview li strong {
	color: #e51a94;
}
.woocommerce-ordering .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: right;
	font-size: 17px;
	color: #000;
	margin-top: -5px;
}
.woocommerce-ordering .selectboxit-container {
	width: 100%;
	display: block;
	border-bottom: 1px solid #000000;
}
.woocommerce-ordering .selectboxit-container .selectboxit {
	width: 100% !important;
	background: #fde8f5;
	border: none;
}
.woocommerce-ordering .selectboxit-container .selectboxit-text {
	text-align: left;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	padding-left: 0;
}
.woocommerce-ordering .selectboxit .selectboxit-option-icon-container {
	margin-left: 0;
}
.woocommerce-ordering .selectboxit-container .selectboxit-options {
	border-radius: 0;
	border-color: #000;
}
.woocommerce-ordering .selectboxit-container span,
.woocommerce-ordering .selectboxit-container
.woocommerce-ordering .selectboxit-options a {
	height: 40px;
	line-height: 40px;
}
.woocommerce-ordering .selectboxit-list .selectboxit-option-anchor {
	font-size: 18px;
	color: #000;
}
.woocommerce-pagination {
	text-align: right;
}
.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
}
.woocommerce-pagination ul li {
	display: inline-block;
}
.woocommerce-pagination ul li .page-numbers {
	padding: 2px 5px;
	color: #000;
}
.woocommerce-pagination ul li .page-numbers.current,
.woocommerce-pagination ul li .page-numbers:hover {
	color: #e51a94;
}
.not-found p {
	text-transform: lowercase;
}

#wpsl-wrap {
	margin-bottom: 80px;
	display: block;
	width: auto;
	/*-webkit-box-shadow: 10px 10px 1px 0px rgba(0, 0, 0, 0.05);*/
	/*-moz-box-shadow: 10px 10px 1px 0px rgba(0, 0, 0, 0.05);*/
	/*box-shadow: 10px 10px 1px 0px rgba(0, 0, 0, 0.05);*/
}
#wpsl-gmap {
	width: 67%;
}
.wpsl-search {
	background: transparent;
	padding: 10px 0;
	margin: 0;

}
#wpsl-search-wrap #wpsl-results,
#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap .wpsl-input {
	width: 125px;
	position: relative;
}
#wpsl-search-wrap #wpsl-results label,
#wpsl-search-wrap #wpsl-radius label,
#wpsl-search-wrap .wpsl-input div {
	background: #fde8f5;
	position: absolute;
	left: 10px;
	top: -10px;
	margin: 0;
	padding: 5px 5px;
}
#wpsl-search-wrap #wpsl-results label,
#wpsl-search-wrap #wpsl-radius label,
#wpsl-search-wrap .wpsl-input label {
	color: #727272;
	font-size: 12px;
	font-weight: 400;
	width: auto;
	line-height: 12px;
	letter-spacing: .5px;
	z-index: 99;
}
#wpsl-search-wrap #wpsl-results .wpsl-dropdown,
#wpsl-search-wrap #wpsl-radius .wpsl-dropdown,
#wpsl-search-wrap input {
	height: 56px;
	border-radius: 4px;
	border: 1px solid #000000;
	background: transparent;
	width: 100%;
}
#wpsl-search-wrap .wpsl-search-btn-wrap {
	width: 150px;
}
#wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	text-transform: lowercase !important;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn:hover {
	background: #e51a94;
	border-color: #e51a94;
	color: #fff;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
#wpsl-result-list {
	background: #fff;
}
#wpsl-result-list #wpsl-stores {
	background: #fff;
	padding: 50px;
}
#wpsl-wrap #wpsl-result-list li {
	border-bottom: none;
}
#wpsl-wrap #wpsl-result-list li + li {
	border-top: 4px dotted #b5b5b5;

	/*border-width: 6px 0 0 0;*/
	/*border-style: dotted;*/
	/*border-color: #b5b5b5;*/
	/*border-image-source: url("../images/border-dot-gray.png");*/
	/*-webkit-border-image: url("../images/border-dot-gray.png");*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
#wpsl-result-list li p {
	color: #727272;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 0;
}
#wpsl-result-list li p strong {
	color: #000000;
	font-weight: 700;
}
#wpsl-result-list .wpsl-direction-wrap {
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
}
#wpsl-result-list .wpsl-direction-wrap a {
	color: #e51a94;
	font-weight: 700;
}
.mobile-menu {
	display: none;
	position: relative;
}
.woocommerce-error {
	background-color: transparent;
	color: #e51a94;
}
.mark,
mark {
	background-color: transparent;
}

/*Mobile search bar*/
.search-bar-mobile .search-box {
	position: relative;
	padding-bottom: 15px;
}
.search-bar-mobile .search-box .form-control {
	border: 3px solid #b5b5b5;
	border-radius: 60px;
	height: 60px;
	background: #000;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.search-bar-mobile .search-box .btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: 60px;
	width: 60px;
}
.search-bar-mobile .search-box .btn svg {
	height: 100%;
	width: 100%;
}
.search-bar-mobile .search-box .btn svg path {
	fill: #b5b5b5;
}
.single-product div.product {
	width: 100%;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	width: 100%;
}

.single-product ol.flex-control-thumbs li {
	border-radius: 100%;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a img {
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.single-product ol.flex-control-thumbs li,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	border-radius: 100%;
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin: 0 10px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}

/* flex direction nav */
.single-product .flex-direction-nav {
	list-style: none;
	padding: 0;
}
.single-product .flex-direction-nav li {

}
.single-product .flex-direction-nav li a {
	font-size: 0;
	position: absolute;
	bottom: 30px;
}
.single-product .flex-direction-nav li a:before {
	content: '';
	display: inline-block;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	width: 20px;
	height: 20px;
}
.single-product .flex-direction-nav .flex-prev {
	left: 25px;
}
.single-product .flex-direction-nav .flex-next {
	right: 25px;
}
.single-product .flex-direction-nav .flex-prev:before {
	transform: rotate(-225deg);
}
.single-product .flex-direction-nav .flex-next:before {
	transform: rotate(-45deg);
}


.search-box-wrapper .search-box {
	position: relative;
}
.search-box-wrapper .search-box .form-control {
	border-radius: 40px;
	height: 56px;
	border: 2px solid #e51a94;
	font-size: 24px;
	padding-right: 60px;
}
.search-box-wrapper .search-box .btn {
	position: absolute;
	top: 1px;
	right: 0px;
	padding: 0px;
	height: 54px;
	width: 55px;
}
.search-box-wrapper .search-box .btn svg {
	height: 100%;
	width: 100%;
}
.search-box-wrapper .search-box .btn:hover svg path {
	fill: #000;
}
.error-404 .search-box-wrapper {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
span.tagged_as {
	display: none;
}
.site-content .container-fluid {
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}
.slider-section .container-fluid {
	max-width: 100%;
}

.required {
	color: #e51a94;
	text-decoration: none !important;
	outline: none;
}


.checkout-section .woocommerce-shipping-fields .input-text::-webkit-input-placeholder,
.checkout-section .woocommerce-billing-fields .input-text::-webkit-input-placeholder {
	opacity: 0;
}
.checkout-section .woocommerce-shipping-fields .input-text:-moz-placeholder,
.checkout-section .woocommerce-billing-fields .input-text:-moz-placeholder {
	opacity: 0;
}
.checkout-section .woocommerce-shipping-fields .input-text::-moz-placeholder,
.checkout-section .woocommerce-billing-fields .input-text::-moz-placeholder {
	opacity: 0;
}
.checkout-section .woocommerce-shipping-fields .input-text:-ms-input-placeholder,
.checkout-section .woocommerce-billing-fields .input-text:-ms-input-placeholder {
	/*opacity: 0;*/
	color: #fde8f5;
}
.checkout-section .woocommerce-shipping-fields .form-row,
.checkout-section .woocommerce-billing-fields .form-row {
	position: relative;
}

.checkout-section .woocommerce-shipping-fields .form-row > label:not(.error),
.checkout-section .woocommerce-billing-fields .form-row > label:not(.error) {
	position: absolute;
	left: 10px;
	top: 15px;
	color: #727272;
	font-size: 16px;
	font-weight: 400;
	background-color: #fde8f5;
	z-index: 10;
	padding: 0 5px;
	transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.checkout-section .woocommerce-shipping-fields .form-row.country-field > label:not(.error),
.checkout-section .woocommerce-shipping-fields .form-row.state-field > label:not(.error),
.checkout-section .woocommerce-shipping-fields .form-row.focused > label:not(.error),
.checkout-section .woocommerce-billing-fields .form-row.country-field > label:not(.error),
.checkout-section .woocommerce-billing-fields .form-row.state-field > label:not(.error),
.checkout-section .woocommerce-billing-fields .form-row.focused > label:not(.error) {
	-webkit-transform: translateY(-115%);
	transform: translateY(-115%);
	font-size: 14px;
}
.checkout-section .woocommerce-shipping-fields .form-row.form-row-last > label:not(.error),
.checkout-section .woocommerce-billing-fields .form-row.form-row-last > label:not(.error) {
	left: 30px;
}
.checkout-section .woocommerce-shipping-fields .form-row.state-field > label:not(.error),
.checkout-section .woocommerce-billing-fields .form-row.state-field > label:not(.error) {
	left: 20px;
}
.checkout-section .woocommerce-shipping-fields .form-row.zipcode-field > label:not(.error),
.checkout-section .woocommerce-billing-fields .form-row.zipcode-field > label:not(.error) {
	left: 40px;
	font-size: 14px;
}


.thankyou-section h2 {
	color: #000;
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	text-transform: lowercase;
}
.thankyou-section h3 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	text-transform: lowercase;
}
.thankyou-section p {
	color: #727272;
	font-size: 18px;
	font-weight: 300;
}
.thankyou-section .order-info {
	margin: 50px 0;
}
.thankyou-section .product-list ul {

}
.thankyou-section .product-list ul li {
	padding: 50px 0;
	border-bottom: 3px dotted #707070;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #707070;*/
	/*border-image-source: url(../images/border-dot-gray-70.png);*/
	/*-webkit-border-image: url(../images/border-dot-gray-70.png);*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.thankyou-section .payment-info h4,
.thankyou-section .product-list h4 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	text-transform: lowercase;
	border-bottom: 3px dotted #707070;

	/*border-width: 0 0 6px 0;*/
	/*border-style: dotted;*/
	/*border-color: #707070;*/
	/*border-image-source: url(../images/border-dot-gray-70.png);*/
	/*-webkit-border-image: url(../images/border-dot-gray-70.png);*/
	/*border-image-slice: 20;*/
	/*border-image-repeat: repeat;*/
}
.thankyou-section .product-name {
	vertical-align: middle;
	display: table-cell;
}
.thankyou-section .product-name h5 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	text-transform: lowercase;
	margin-bottom: 0;
}
.thankyou-section .product-name span {
	color: #727272;
	font-size: 18px;
	font-weight: 300;
}
.thankyou-section .price {
	color: #e51a94;
	font-size: 22px;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.thankyou-section .cart-total {
	margin-top: 35px;
}
.thankyou-section .cart-total p {
	text-align: right;
	margin-bottom: 10px;
}
.thankyou-section .cart-total span.value {
	display: block;
	text-align: right;
	color: #727272;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
.thankyou-section .cart-total .total p {
	color: #000;
	font-size: 22px;
	font-weight: 700;
}
.thankyou-section .cart-total .total span.value {
	color: #e51a94;
	font-weight: 700;
	font-size: 22px;
}
.thankyou-section .payment-info {
	margin-top: 50px;
}
.thankyou-section .payment-info h5 {
	color: #727272;
	font-size: 18px;
	font-weight: 400;
	margin-top: 15px;
}
.thankyou-section .payment-info h5 span {
	display: inline-block;
}
.thankyou-section .payment-info .card-price {
	color: #727272;
	font-weight: 700;
	font-size: 22px;
	text-align: right;
}
.thankyou-section .sign {
	margin-top: 10px;
}
.thankyou-section .sign span {
	color: #e51a94;
	font-family: 'Liana', sans-serif;
	font-size: 85px;
	font-weight: 400;
}
.wholesale-section {
	text-align: center;
	padding-top: 30px;
}
.wholesale-section h4 {
	color: #000;
}
.wholesale-section p {
	color: #000;
}
.alert-theme {
	color: #fff;
	background-color: #e51a94;
	border-color: #e51a94;
	border-radius: 0;
	text-align: center;
	font-size: 22px;
}
.alert-theme .close {
	color: #fff;
	text-shadow: none;
}
.alert-theme .close:hover {
	color: #fff;
	opacity: 1 !important;
}

.product-search-section ul.row li {
	margin-bottom: 2em;
}


.woocommerce-checkout .woocommerce-message {
	display: none;
}
.woocommerce-cart .woocommerce-message {
	display: none;
}


.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-error {
	color: #e51a94;
	list-style: none;
	text-align: center;
	display: block;
}
/*.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-error {
	display: none !important;
} */

.woocommerce-cart .woocommerce-error {
	display: none !important;
}
.login-register .error,
.woocommerce-password-strength,
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
	color: #e51a94 !important;
	text-align: left;
	font-size: 14px;
}
.lmp_products_loading .fa {
	color: #e51a94 !important;
}
#codewidget-2 h4.widget-title {
	display: none;
}

/*.section-1:before{*/
/*    content: '';*/
/*    background: url("../images/border_vr.png") repeat-y;*/
/*    background-size: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 10%;*/
/*    height: 50%;*/
/*    width: 13px;*/
/*}*/
/*.section-1:after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: url("../images/border/1-2-section.svg") no-repeat;*/
/*    left: 10%;*/
/*    right: 10%;*/
/*    top: 61%;*/
/*    height: 100%;*/
/*    background-size: 100%;*/
/*}*/

/*.section-1 .container-fluid:before {*/
/*    content: '';*/
/*    background: url(../images/border/dotted-left-line.svg) repeat-y;*/
/*    background-size: 100%;*/
/*    position: absolute;*/
/*    top: -20%;*/
/*    left: 10%;*/
/*    right: 10%;*/
/*    height: 90%;*/

/*}*/

/*.section-1 .container-fluid:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: url(../images/border/1-2-section.svg) center no-repeat;*/
/*    left: 10%;*/
/*    right: 10%;*/
/*    top: 52%;*/
/*    height: 100%;*/
/*    background-size: 100%;*/
/*}*/

/*.section-2:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: url("../images/border/dotted-vr-line.svg") no-repeat;*/
/*    right: 10%;*/
/*    bottom: 0;*/
/*    height: 240px;*/
/*    width: 2%;*/
/*    min-width: 10px;*/
/*    max-width: 14px;*/
/*    background-size: 100%;*/
/*}*/


/*---------------------------------------------------------------------*/
/* Mini Memories Blog
/*---------------------------------------------------------------------*/

.stories-submit-section {
	padding-top: 15px;
}

.stories-submit-section .stories-submit-content {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.stories-submit-header {
	padding-bottom: 0;
}

.stories-submit-header .stories-submit-content {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
}

.stories-submit-header .stories-submit-content h2 {
	color: #000;
	text-align: center;
}

.stories-submit-section h4 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.stories-submit-section li,
.stories-submit-section p {
	color: #727272;
	font-size: 20px;
	font-weight: 300;
}



/* Mini Memories Single */

.stories-single-section .stories-single-content {
	margin-left: auto;
	margin-right: auto;
}

.stories-single-section .stories-single-content .entry-header,
.stories-single-section .stories-single-content .entry-content {
	max-width: 1200px;
	margin: 50px auto;
}

.stories-single-section .theme-title {
	color: #000 !important;
	text-align: center;
}

.stories-single-section h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
}
.stories-single-section li,
.stories-single-section p {
	color: #727272;
	font-size: 22px;
	font-weight: 300;
}

.posted-on-stories {
	color: #e51a94;
	text-align: center;
}

.posted-on-stories .entry-date {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
}

.stories-author-name {
	color: #e51a94;
	font-family: 'Liana', sans-serif;
	font-size: 65px;
	line-height: 1.5;	
	margin-bottom: 50px;
}

.stories-single-section .social-icon {
	display: flex;
	align-items: center;
}

.stories-single-section .social-icon ul {
	margin-left: auto;
	margin-right: auto;
}

.mini-memories-images {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.fix-asterix {
	font-family: sans-serif;
}

.memories-image {
	width: 100%;
	height: 500px;
	margin: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: cover; */
	background-size: contain;
}

.memories-image:first-child {
	margin-left: 0;
}


.mini-stories-blockquote {
	margin: 70px auto 70px auto;
	max-width: 800px;
}

.mini-stories-blockquote blockquote {
	color: #000000;
	font-size: 38px;
	font-weight: 700;
	quotes: "“" "”" "‘" "’";
	margin-left: 30px;
}

.mini-stories-blockquote blockquote::before {
	position: absolute;
	margin-left: -60px;
	content: open-quote;
	color: #E51A94;
	font-size: 80px;
	line-height: 1.2;
}


/* Mini Memories Archive */


.share-mini-memory {
	position: relative;
	max-width: 1080px;
	margin: 0 auto 90px auto;
	background: #ffffff;
	text-align: center;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
}

.share-mini-memory-wrap {
	padding: 20px;
}

.share-mini-memory-inner {
	border: 1px solid #000;
	padding: 100px 30px 60px 30px;
}

.logo-bird-circle {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	height: 130px;
	margin-top: -50px;
	background: url('../images/logo-bird-circle.png') no-repeat center;
	background-size: contain;
}

.mini-nora-circle {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	height: 130px;
	margin-top: -50px;
	background: url('../images/mini-nora-circle.png') no-repeat center;
	background-size: contain;
}

.share-mini-memory h2 {
	text-align: center;
	font-size: 38px;
	line-height: 1.2;
	padding-left: 15%;
	padding-right: 15%;
}

.b-share-story {
	display: inline-block;
	margin: 10px auto 0 auto;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;;
	background: #000;
	padding: 20px 80px;
	text-align: center;
}
.b-share-story:hover {
	color: #ffffff;
	background: #d40081;
}


.stories-archive-section .stories-archive-content {
	margin-left: auto;
	margin-right: auto;
}

.stories-archive-section .stories-archive-content .entry-header,
.stories-archive-section .stories-archive-content .entry-content {
	max-width: 1200px;
	margin: 50px auto;
}

.stories-archive-section .type-mini-memories h2 {
	color: #000 !important;
	font-size: 26px;
	line-height: 1;
	font-weight: 600;	
	text-transform: lowercase;
	margin-top: 15px;
}

.stories-archive-section h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
}
.stories-archive-section li,
.stories-archive-section p {
	color: #727272;
	font-size: 22px;
	font-weight: 300;
}

.stories-archive-section .type-mini-memories {
	margin: 40px 0 30px 0;
}

.stories-archive-section .type-mini-memories a {
	display: block;
}

.stories-archive-section .type-mini-memories a:hover h2 {
	color: #E51A94 !important;
}

.stories-featured-thumb {
	height: 380px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.stories-archive-section .posted-on-stories {
	text-align: left;
}

.mini-memory-thank-you .thanks-image {
	margin-top: 20px;
}


/* USP Pro */

.usp-pro .usp-form {
	padding: 5px;
}
.usp-pro .usp-fieldset, .usp-pro fieldset {
	border: 0;
	padding: 0;
	margin: 10px 0 30px 0;
}
.usp-pro .usp-label, .usp-pro .usp-input, .usp-pro .usp-textarea, .usp-pro textarea, .usp-pro .usp-select, .usp-pro .usp-input-files, .usp-pro .usp-checkbox, .usp-pro .usp-checkboxes label, .usp-pro .usp-radio label, .usp-pro .usp-preview, .usp-pro .usp-contact-cc {
	float: none;
	clear: both;
	display: block;
	width: 99%;
	box-sizing: border-box;
	padding: 18px 16px;
	font-size: 16px;
	border: 1px solid #000;
	background: transparent;
	border-radius: 3px;
}
.usp-pro .usp-checkbox .usp-input, .usp-pro .usp-checkboxes input[type="checkbox"], .usp-pro .usp-input-agree, .usp-pro .usp-remember, .usp-pro .usp-label-agree, .usp-pro .usp-label-remember {
	float: none;
	clear: none;
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.usp-pro .usp-files, .usp-pro .usp-agree {
	margin: 5px 0;
}
.usp-pro .usp-contact-cc, .usp-pro .usp-submit {
	margin: 10px 0;
	display: block;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	width: 300px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	border: none;
}
.usp-pro .usp-submit:hover {
	background: #d40081;
}

.usp-pro .usp-agree-toggle, .usp-pro .usp-add-another {
	cursor: pointer;
}
.usp-pro .usp-agree-toggle:hover {
	text-decoration: underline;
}
.usp-pro .usp-agree-terms {
	padding: 5px 0;
	font-size: 90%;
}
.usp-pro .usp-preview {
	overflow: hidden;
}
.usp-pro .usp-preview div {
	float: left;
	width: 150px;
	height: 75px;
	overflow: hidden;
	margin: 5px 10px 5px 0;
}
.usp-pro .usp-preview div a {
	display: block;
	width: 100%;
	height: 100%;
}
.usp-pro .usp-input-files {
	margin: 5px 0;
	line-height: 1;
	border: 2px dashed #E51A94 !important;
	border-radius: 3px !important;
	padding: 50px 16px !important;
	font-size: 16px !important;
}
.usp-pro .usp-form-errors {
	margin: 0 0 20px 0;
}
.usp-pro .usp-error {
	color: #cc6666;
}
.usp-pro .usp-error-field {
	border-color: #cc6666;
	background-color: #fef9f9;
}
.usp-pro .usp-error-file {
	border: 1px solid #cc6666;
}
.usp-hidden {
	display: none;
}
.wp-editor-wrap {
	width: 99%;
}
.wp-editor-container {
	border: 1px solid #e5e5e5;
}
.wp-editor-area.usp-error-field {
	border: 1px solid #cc6666;
}
.usp-pro .usp-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}


.usp-preview {
	border: none !important;
}



/*---------------------------------------------------------------------*/
/* Responsive Style
/*---------------------------------------------------------------------*/
@media (max-width: 1600px) {
	/*.section-1:after {*/
	/*    top: 68%;*/
	/*}*/

}
@media (max-width: 1500px) {
	/*.section-1:before {*/
	/*    width: 12px;*/
	/*}*/
	/*.section-1:after {*/
	/*    top: 70%;*/
	/*}*/

}

@media (max-width: 1400px) {

	.hero-section .hero-caption {
		left: -200px;
	}
	.collection-box-small .content h3 {
		font-size: 24px;
	}
	.collection-box-small .content h2 {
		font-size: 30px;
	}
	.gift-section .gift-content h5 {
		font-size: 34px;
	}
	.howitworks-section .work-content {
		padding: 40px;
	}
	.wishlist-section .list-container {
		margin-left: 50px;
		margin-right: 50px;
	}

}

@media (max-width: 1300px) {
	.section-title {
		font-size: 42px;
	}
	.hero-section .hero-caption {
		left: -180px;
		max-width: 440px;
	}
	.hero-section .caption-inner h2 {
		font-size: 68px;
		line-height: 68px;
	}
	.hero-section .caption-inner .action {
		margin-top: 40px;
	}
	.how-it-work-section .work-content h2 {
		font-size: 50px;
	}
	.how-it-work-section .work-content h4 {
		font-size: 32px;
	}
	.collection-section .box-inner {
		height: 400px;
	}
	.collection-box-small .box-left .box-inner,
	.collection-box-small .box-left {
		padding: 5px;
	}
	.collection-box-small .content h5,
	.collection-box-small .content h3 {
		font-size: 20px;
	}
	.collection-box-small .content h2 {
		font-size: 28px;
	}
	.collection-box-small .action .btn {
		font-size: 24px;
		padding: 0;
	}
	.gift-section .gift-content {
		padding: 30px;
	}
	.gift-section .gift-content h2 {
		font-size: 50px;
	}
	.gift-section .gift-content h5 {
		font-size: 32px;
	}
	.gift-section .gift-content .gift-logo {
		margin-top: 30px;
		max-width: 150px;
	}
	.gift-section .gift-content .sign {
		font-size: 72px;
	}
	.checkout-section .checkout-wrapper,
	.cart-section .cart-wrapper,
	.event-section .list-container {
		/*margin-left: 15px;*/
		/*margin-right: 15px;*/
	}
	.owl-image .image-box {
		max-width: 120px;
		height: 120px;
	}
	#wpsl-result-list {
		width: 40%;
	}
	#wpsl-gmap {
		width: 60%;
	}

}

@media (max-width: 1200px) {
	.section-title {
		font-size: 40px;
	}
	.hero-section .hero-caption {
		left: -160px;
		max-width: 420px;
	}
	.hero-section .caption-inner h2 {
		font-size: 65px;
		line-height: 65px;
	}
	.hero-section .caption-inner p {
		margin-left: 25%;
	}
	.collection-section .box-inner {
		height: 380px;
	}
	.collection-section .box-inner h2 {
		/*font-size: 33px;*/
	}
	/*.collection-box-small .content h5,*/
	/*.collection-box-small .content h3 {*/
	/*    margin-bottom: 0;*/
	/*}*/
	.collection-box-small .content h2 {
		font-size: 26px;
	}
	.gift-section .gift-content h5 {
		font-size: 28px;
		line-height: 34px;
	}
	.gift-section .gift-content h2 {
		font-size: 46px;
	}
	.about-section .about-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	.products-box .button-wrapper .right-side {
		height: 55px;
	}
	.products-box .button-wrapper .left-side a {
		font-size: 20px;
		line-height: 35px;
	}
	.cart-section .cart-items {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.cart-section .cart-items .product-img {
		width: 120px;
	}
	.ubermenu .ubermenu-target {
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce-checkout-payment .payment_box .form-row > label {
		left: 5px;
		padding: 0 2px;
		letter-spacing: 0;
	}
	.product-section ul.products li.product.first {
		clear: inherit;
	}
	.product-section ul.products li.product.last {
		margin-right: inherit;
	}
	.product-section ul.products li.product {
		width: 48%;
		float: left;
	}
	.product-section ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}
	.product-section ul.products li.product:nth-child(2n+1) {
		margin-right: 4%;
		clear: left;
	}


}

@media (max-width: 1100px) {
	/*.section-1:before {*/
	/*    width: 10px;*/
	/*}*/
	/*.section-1:after {*/
	/*    top: 74%;*/
	/*}*/
	.section-title {
		font-size: 36px;
	}
	.howitworks-section .work-content {
		padding: 30px;
	}
	.howitworks-section .work-content h4 {
		font-size: 32px;
	}
	.how-it-work-section .work-content h2 {
		font-size: 46px;
	}
	.collection-section .box-inner {
		padding: 10px;
	}
	.collection-section .box-inner h2 {
		/*font-size: 32px;*/
	}
	/*.collection-section .box-inner {*/
	/*    height: 450px;*/
	/*}*/
	.collection-box-small .content h5,
	.collection-box-small .content h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.collection-box-small .content h2 {
		font-size: 23px;
	}
	.gift-section .gift-content h2 {
		font-size: 44px;
	}
	.gift-section .gift-content h5 {
		font-size: 26px;
	}
	.footer .footer-widget h4 {
		font-size: 22px;
	}
	.footer .footer-widget ul li a,
	.footer .footer-widget p {
		font-size: 16px;
	}
	.gift-section .gift-content .sign {
		font-size: 62px;
	}

	.memories-image {
		height: 300px;
	}

}

@media (max-width: 1024px) {
	.how-it-work-section .work-content {
		padding-top: 0;
	}
	.how-it-work-section .work-content h2 {
		font-size: 43px;
	}
	.collection-section .box-inner {
		height: 400px;
	}
	.section-4:after {
		top: -20%;
	}
	.collection-box-small .content h2 {
		font-size: 22px;
	}
	.collection-box-small .content h5,
	.collection-box-small .content h3 {
		font-size: 17px;
	}
	.gift-section .gift-content h2 {
		font-size: 41px;
	}
	.gift-section .gift-content h5 {
		font-size: 24px;
	}


}

@media (max-width: 991px) {
	/*.section-1 .container-fluid:before {*/
	/*    background: url(../images/border/dotted-left-line-mobile.svg) repeat-y;*/
	/*    background-size: 100%;*/
	/*}*/
	/*.section-1 .container-fluid:after {*/
	/*    background: url("../images/border/1-2-section-mobile.svg") center no-repeat;*/
	/*    background-size: 100%;*/
	/*}*/
	body {
		padding-top: 90px;
	}
	.btn-black {
		font-size: 20px;
		line-height: 30px;
	}
	.section-title {
		font-size: 42px;
	}
	.navbar-light {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-light .navbar-toggler {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		background-color: #000000;
		border-radius: 100%;
		padding: 5px;
		width: 50px;
		height: 50px;
		text-align: center;
		position: relative;
		right: -15px;
		top: 0px;
	}
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.navbar-light .navbar-brand {
		padding: 0;
		max-width: 165px;
	}
	.hero-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.hero-section .hero-slide {
		padding-left: 45px;
	}
	.hero-section .slider-bg {
		padding-bottom: 140px;
		padding-top: 140px;
	}
	.hero-section .hero-caption {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: auto;
		margin-right: auto;
		padding: 15px;
		max-width: 370px;
	}
	.hero-section .caption-inner {
		padding: 15px;
	}
	.hero-section .caption-inner h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.hero-section .caption-inner .t-small {
		font-size: 34px;
	}
	.hero-section .caption-inner p {
		font-size: 24px;
		line-height: 26px;
	}
	.hero-section .caption-inner .action {
		margin-top: 90px;
	}
	.hero-section .caption-inner .inner-content {
		padding-top: 125px;
	}
	.owl-theme .owl-dots .owl-dot {
		margin-top: 20px;
	}
	.how-it-work-section .work-content {
		text-align: center;
	}
	.how-it-work-section .work-content h2 {
		font-size: 42px;
		margin-bottom: 20px;
	}
	.how-it-work-section .work-content .step {
		margin-bottom: 30px;
	}
	.how-it-work-section .work-content h4 {
		font-size: 24px;
	}
	.how-it-work-section .work-content p {
		font-size: 16px;
		max-width: 475px;
		margin-left: auto;
		margin-right: auto;
	}
	.video-container .action {
		opacity: 0.5;
	}
	.collection-section {
		background: none !important;
	}
	.collection-section .right-box {
		background-size: cover;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		margin-left: -30px;
	}
	.collection-section .collection-box {
		padding: 15px;
	}
	.collection-section .box-inner {
		height: 330px;
	}
	.collection-box-small {
		padding-top: 60px;
		position: relative;
		z-index: 1;
		background: #e7eefd;
	}
	.collection-box-section .v-desktop {
		display: none;
	}
	.collection-box-section .v-ipad {
		display: block;
	}
	.collection-box-section .big-image {
		background: #e7eefd;
	}
	.collection-box-small + .collection-box-small {
		margin-top: 0;
	}
	.collection-box-small .box-left {
		padding: 15px;
	}
	.collection-box-small .content h5 {
		font-size: 28px;
	}
	.collection-box-small .content h3 {
		font-size: 30px;
		line-height: 32px;
	}
	.collection-box-small .content h2 {
		font-size: 22px;
	}
	.collection-box-small .box-right {
		min-height: 360px;
	}
	.section-4:after {
		top: -10%;
		height: 200%;
	}

	.gift-section .gift-image {
		height: 420px;
		min-height: 420px;
	}
	.gift-section .gift-content {
		min-height: inherit;
		height: inherit;
	}

	.gift-section .gift-content {
		text-align: center;
	}
	.gift-section .gift-content h2 {
		font-size: 42px;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.gift-section .gift-content h5 {
		font-size: 24px;
	}
	.gift-section .gift-content p {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.gift-section .gift-content .gift-logo {
		max-width: 100px;
	}
	.archive .gift-section .gift-image {
		height: 345px;
		min-height: 345px;
	}
	.archive .gift-section .gift-content {
		height: inherit;
		min-height: inherit;
	}
	.footer-social {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.newsletter {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer-social h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.newsletter h2 {
		font-size: 40px;
	}
	.footer-social ul li a {
		max-width: 40px;
	}
	.newsletter .form-group {
		margin-top: 20px;
	}
	.newsletter .form-control {
		height: 60px;
	}
	.footer .footer-widget {
		text-align: center;
	}
	.footer .footer-widget h4 {
		font-size: 28px;
	}
	.footer .footer-widget ul li a,
	.footer .footer-widget p {
		font-size: 18px;
	}
	.footer .footer-widget ul {
		padding-bottom: 20px;
	}
	.footer .footer-floating {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer .footer-floating span {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 80px;
		width: 80px;
		padding: 15px 10px;
	}
	.footer-bottom h4 {
		font-size: 40px;
	}
	.dotted-top::before {
		border-top-width: 10px;
	}
	.dotted-bottom::before {
		border-bottom-width: 10px;
	}
	.dotted-right::before {
		border-right-width: 10px;
	}
	.dotted-left::before {
		border-left-width: 10px;
	}
	.dotted-right:before {
		top: -10px;
	}
	.collection-section:before {
		bottom: -110px;
		border-width: 0 10px 0 0;
	}
	.about-section .about-image {
		height: 420px;
		min-height: 420px;
	}
	.about-section .about-content .bird {
		width: 80px;
		height: 80px;
		top: -40px;
		right: -40px;
	}
	.about-section .about-content {
		padding-left: 80px;
		padding-right: 80px;
		text-align: center;
		height: inherit;
	}
	.about-section .about-content p {
		font-size: 16px;
	}
	.owl-image .image-box {
		height: 80px;
		max-width: 80px;
	}
	.howitworks-section .work-content {
		text-align: center;
		padding: 60px;
		height: inherit;
		min-height: inherit;
	}
	.howitworks-section .work-content h4 {
		font-size: 38px;
	}
	.howitworks-section .work-content p {
		font-size: 16px;
	}
	.howitworks-section .work-bg {
		height: 420px;
		min-height: 420px;
	}
	.video-section .bird-wrapper {
		margin-right: -70px;
		width: 140px;
	}
	.video-section .bird {
		height: 80px;
		width: 80px;
	}
	.login-register .login-box {
		margin-left: auto;
		margin-right: auto;
	}
	.login-register .register-box,
	.login-register .login-box {
		text-align: center;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.theme-title {
		font-size: 42px;
		line-height: 42px;
	}
	.login-register .register-box form,
	.login-register .login-box form {
		margin-top: 30px;
	}
	.login-register .form-group {
		margin-bottom: 40px;
	}
	.login-register .btn-wide {
		display: block;
		width: 100%;
	}
	.login-register .box-border-right {
		border-right: none;
		border-bottom: 4px dotted #e51a94;

		/*border-width: 0 0 6px 0;*/
		/*border-style: dotted;*/
		/*border-color: #e51a94;*/
		/*border-image-source: url(../images/border-dot.png);*/
		/*-webkit-border-image: url(../images/border-dot.png);*/
		/*border-image-slice: 20;*/
		/*border-image-repeat: repeat;*/
	}
	.login-register form.lost_reset_password p {
		text-align: center;
	}
	.faq-list .answer p,
	.faq-list .question p {
		font-size: 18px;
	}
	.faq-list .symbol {
		height: 44px;
		width: 44px;
		font-size: 28px;
	}
	.faq-list .faq-image-info,
	.faq-list .answer,
	.faq-list .question {
		padding-left: 60px;
	}
	.faq-list .faq-info-step {
		padding-left: 70px;
	}
	.privacy-section li,
	.privacy-section h4,
	.privacy-section p {
		font-size: 16px;
	}
	.product-section ul.products li.product.first {
		clear: inherit;
	}
	.product-section ul.products li.product.last {
		margin-right: inherit;
	}
	.product-section ul.products li.product {
		width: 48%;
		float: left;
	}
	.product-section ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}
	.product-section ul.products li.product:nth-child(2n+1) {
		margin-right: 4%;
		clear: left;
	}
	.products-box .product-details .title {
		font-size: 20px;
	}
	.products-box .product-details .price {
		font-size: 18px;
	}
	.mobile-sidebar {
		text-align: center;
		margin-bottom: 50px;
	}
	.mobile-sidebar .btn {
		font-family: 'HelveticaNeueLTStd-Md';
		padding: 12px 20px;
	}
	.mobile-sidebar .btn svg {
		margin-right: 5px;
	}
	.single-product-section .summary {
		text-align: center;
	}
	.single-product-section .product_title {
		font-size: 32px;
		margin-top: 50px;
	}
	.single-product-section .woocommerce-product-details__short-description p {
		font-size: 16px;
	}
	.add-to-cart {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.add-to-cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
		padding: 9px 10px 9px 10px;
	}
	.add-to-cart .yith-wcwl-add-to-wishlist .feedback {
		margin-top: 18px;
	}
	.related-product h2,
	.additional-info h2 {
		font-size: 32px;
	}
	.additional-info p {
		font-size: 18px;
	}
	.additional-info ol,
	.additional-info ul {
		padding-left: 5px;
		list-style: none;
	}
	.dotted-separate-line .dotted-line {
		border-width: 10px 0 0 0;
	}
	.dotted-separate-line .bird-wrapper {
		margin-right: -60px;
		width: 120px;
		top: -50px
	}
	.dotted-separate-line .bird-wrapper .bird {
		height: 80px;
		width: 80px;
	}
	.add-to-cart .btn-cart {
		font-size: 20px;
	}
	.add-to-cart .btn-wishlist {
		height: 55px;
	}
	.box-border {
		border-width: 10px 0 10px 0;
	}
	.box-border .box-icon-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.box-border .box-icon-wrapper .box-icon {
		/*padding: 15px 10px 10px 10px;*/
		width: 80px;
		height: 80px;
	}
	.wishlist-section h2 {
		font-size: 48px;
		margin-top: 65px;
	}
	.wishlist-section .list-container {
		margin-left: 0;
		margin-right: 0;
	}
	.products-box .ribbon {
		font-size: 16px;
		left: -6px;
		top: 6px;
	}
	.products-box .ribbon:before {
		border-width: 6px;
	}
	.products-box .button-wrapper .left-side a {
		font-size: 22px;
	}
	.products-box .button-wrapper .right-side {
		height: 56px;
	}
	.products-box .button-wrapper .right-side a {
		padding: 13px;
	}
	.social-icon ul li a {
		max-width: 40px;
		display: block;
	}
	.event-section .box-border {
		border-bottom: none;
	}
	.event-section .list-container {
		margin-bottom: 0;
	}
	.event-section .event-header {
		width: 100px;
	}
	.event-section .event-header .event-month {
		font-size: 16px;
		line-height: 24px;
	}
	.event-section .event-header .event-date {
		font-size: 38px;
	}
	.event-section .event-details p,
	.event-section .event-details label {
		font-size: 18px;
		line-height: 28px;
	}
	.event-section .event-list {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.cart-section .box-border {
		border-width: 10px 0 0 0;
	}
	.checkout-section .checkout-wrapper,
	.cart-section .cart-wrapper,
	.event-section .list-container {
		padding-left: 0;
		padding-right: 0;
	}
	.cart-section .cart-wrapper {
		margin-top: 90px;
		margin-left: 0;
		margin-right: 0;
	}
	.cart-section .cart-items h2 {
		font-size: 32px;
	}
	.cart-section .cart-items .name {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.cart-section .cart-summary h2 {
		font-size: 32px;
	}
	.cart-section .cart-summary .coupon .form-control {
		height: 56px;
	}
	.checkout-section .box-border {
		border-bottom: none;
	}
	.checkout-section .checkout-wrapper {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.checkout-summary h3,
	.woocommerce-checkout-payment h3,
	.checkout-section .woocommerce-shipping-fields h3,
	.checkout-section .woocommerce-billing-fields h3 {
		font-size: 32px;
	}
	.checkout-section .woocommerce-shipping-fields .form-row-first,
	.checkout-section .woocommerce-billing-fields .form-row-first {
		padding-right: 10px;
	}
	.checkout-section .woocommerce-shipping-fields .form-row-last,
	.checkout-section .woocommerce-billing-fields .form-row-last {
		padding-left: 10px;
	}
	.checkout-section .woocommerce-additional-fields,
	.checkout-section .woocommerce-shipping-fields,
	.checkout-section .woocommerce-billing-fields {
		padding-right: 0;
	}
	.checkout-section form.woocommerce-checkout {
		position: relative;
		padding-bottom: 130px;
	}
	.checkout-section form.woocommerce-checkout .col-lg-8,
	.checkout-section form.woocommerce-checkout .col-12 {
		position: static;
	}
	.checkout-section div.place-order .button {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.checkout-summary {
		margin-top: 30px;
	}
	.woocommerce-checkout-payment ul > li > label {
		margin-top: 0px;
	}

	.theme-sub-title,
	.woocommerce-customer-details h2,
	.woocommerce-order-details h2 {
		font-size: 32px;
	}
	.woocommerce-MyAccount-content {
		text-align: center;
	}
	.woocommerce-order-details .order_details td,
	.woocommerce-order-details .order_details th,
	.woocommerce-MyAccount-content .table td,
	.woocommerce-MyAccount-content .table th {
		padding: .35rem;
		font-size: 18px;
	}
	.woocommerce-MyAccount-content .col2-set .col-1,
	.woocommerce-MyAccount-content .col2-set .col-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.desktop-menu {
		height: 0;
	}
	.desktop-menu .ubermenu,
	.desktop-menu .navbar-text .nav-link {
		display: none !important;
	}
	.shrink .navbar-text .cart-dropdown .dropdown-menu,
	.navbar-text .cart-dropdown .dropdown-menu {
		top: 78px;
	}
	.mobile-menu {
		/*display: block;*/
	}
	.mm-menu_position-top {
		height: 100vh;
		max-height: 100vh;
	}
	.mm-menu {
		--mm-color-background: #000;
		--mm-color-border: rgba(0, 0, 0, 0);
		--mm-color-button: rgba(255, 255, 255, 1);
		--mm-color-text: rgba(255, 255, 255, 1);
		--mm-navbar-size: 65px;
	}
	.mm-menu .mm-panel {
		padding: 120px 80px 0 80px;
	}
	.mm-menu .mm-btn_close {
		background: #e51a94;
		border-radius: 100%;
		text-align: center;
		height: 50px;
		width: 50px;
		right: 20px;
		top: 10px;
	}
	.mm-menu .mm-btn_close:before {
		right: 12px;
	}
	.mm-menu .mm-btn_close:after {
		right: 26px;
	}
	.mm-menu .mm-btn_close:before,
	.mm-menu .mm-btn_close:after {
		width: 10px;
		height: 10px;
		border-width: 3px;
	}
	.mm-menu .mm-btn_prev {
		background: #e51a94;
		border-radius: 100%;
		text-align: center;
		height: 50px;
		width: 50px;
		left: 20px;
		top: 10px;
	}
	.mm-menu .mm-btn_prev:before {
		border-width: 3px;
	}
	.mm-menu .mm-navbars_top {
		border: none;
	}
	.mm-menu .mm-listitem__text {
		font-size: 24px;
		font-weight: 700;
		text-transform: lowercase;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mm-menu a.mm-navbar__title[aria-hidden="true"] {
		color: #e51a94;
		font-size: 24px;
		font-weight: 700;
		text-transform: lowercase;
	}
	.mm-menu .mm-listview .mm-btn_next {
		position: absolute;
		top: 0;
		left: 0;
		right: -40px;
		bottom: 0;
	}
	.mm-menu .mm-listview .mm-btn_next:before {
		content: '';
		border-bottom: none;
		border-right: none;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		display: block;
		width: 8px;
		height: 8px;
		margin: auto;
		position: absolute;
		top: -10px;
		bottom: 0;
		right: 15px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.mm-menu .mm-listview .mm-btn_next:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 6px;
	}
	.slider-section .insta-images a {
		width: 25vw;
		height: 25vw;
	}
	.woocommerce-pagination {
		text-align: center;
	}
	#wpsl-result-list {
		width: 48%;
	}
	#wpsl-gmap {
		width: 52%;
	}
	#wpsl-result-list #wpsl-stores {
		padding: 10px;
	}
	#wpsl-result-list .wpsl-direction-wrap,
	#wpsl-result-list li p {
		font-size: 16px;
		line-height: 28px;
	}
	.checkout-section .woocommerce-shipping-fields .form-row.zipcode-field > label:not(.error),
	.checkout-section .woocommerce-billing-fields .form-row.zipcode-field > label:not(.error),
	.checkout-section .woocommerce-shipping-fields .form-row.form-row-last > label:not(.error),
	.checkout-section .woocommerce-billing-fields .form-row.form-row-last > label:not(.error) {
		left: 20px;
	}
	.thankyou-section h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.thankyou-section .payment-info h4,
	.thankyou-section .product-list h4,
	.thankyou-section h3 {
		font-size: 24px;
		line-height: 26px;
	}
	.navbar-text .cart-dropdown .close {
		display: block;
	}
	.navbar-text .cart-dropdown .mini-cart {
		padding-bottom: 65px;
	}


	/* Mini Memories */

	.stories-single-section .entry-header {
		margin: 0 auto !important;
	}

	.stories-single-section .entry-content {
		margin: 25px auto 0 auto !important;
	}

	.posted-on-stories .entry-date {
		font-size: 20px;
		font-weight: 600;
	}

	.mini-memories-images {
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 10px;
	}

	.memories-image {
		width: calc(50% - 6px);
		height: 280px;
		margin: 0 0 12px 0;
	}

	.memories-image:nth-child(3n) {
		margin-left: calc(25% - 6px);
	}

	.stories-author-name {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.stories-single-section li,
	.stories-single-section p {
		font-size: 14px;
	}

	.stories-featured-thumb {
		height: 160px;
	}

	.stories-archive-section .type-mini-memories {
		margin: 10px 0 20px 0;
	}	

	.stories-archive-section .stories-archive-content h2 {
		font-size: 14px !important;
		margin: 10px 0 0 0;
	}

	.stories-archive-section .stories-archive-content .posted-on-stories .entry-date {
		font-size: 10px !important;
	}

	.share-mini-memory {
		margin: 0 auto 50px auto;
	}

	.share-mini-memory-inner {
		padding: 60px 30px 30px 30px;
	}

	.stories-archive-content .share-mini-memory h2.theme-title {
		font-size: 32px !important;
		padding-left: 10%;
		padding-right: 10%;
	}

	.b-share-story {
		font-size: 17px;
	}

	/* Mini Memories Single */

	.stories-single-section .entry-header {
		margin: 0 auto 50px auto !important;
	}

	.stories-single-section .entry-content {
		margin: 25px auto 0 auto !important;
	}

	.posted-on-stories .entry-date {
		font-size: 20px;
		font-weight: 600;
	}

	.mini-memories-images {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.memories-image {
		width: 100%;
		height: 275px;
		margin: 0 0 0 20px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.memories-image:first-child {
		margin-left: 0;
	}
	.memories-image:nth-child(3n) {
		margin-left: 20px;
	}

	.stories-author-name {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.stories-single-section li,
	.stories-single-section p {
		font-size: 20px;
	}


	.stories-featured-thumb {
		height: 315px;
	}

	.stories-archive-section .type-mini-memories {
		margin: 15px 0 30px 0;
	}	

	.stories-archive-section .stories-archive-content h2 {
		font-size: 20px !important;
		margin: 10px 0 5px 0;
	}

	.stories-archive-section .stories-archive-content .posted-on-stories .entry-date {
		font-size: 18px !important;
	}


	.mini-stories-blockquote {
		max-width: 610px;
	}

	.mini-stories-blockquote blockquote {
		font-size: 32px;
	}

	.mini-stories-blockquote blockquote::before {
		line-height: 1.1;
	}




}

@media (max-width: 767px) {
	/*.section-1:after {*/
	/*    top: 82%;*/
	/*}*/
	.btn-black {
		font-size: 18px;
		line-height: 26px;
	}
	.btn-white {
		font-size: 14px;
	}
	.section-padding {
		padding: 50px 5px 50px 5px;
	}
	.section-title {
		font-size: 28px;
	}
	.theme-shadow {
		-webkit-box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.05);
	}
	.site-header.shrink {
		background: transparent;
		box-shadow: none;
	}
	.navbar-light {
		padding-left: 0;
	}
	.navbar-light .navbar-toggler {
		top: -5px;
	}
	.hero-section {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.hero-section .hero-slide {
		padding-left: 5px;
		padding-right: 5px;
	}
	.hero-section .slider-bg {
		padding: 80px 30px;
		-webkit-box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.05);
	}
	.hero-section .hero-caption {
		/*left: inherit;*/
		/*transform: translateX(0) !important;*/
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-section .caption-inner {
		padding: 10px;
	}
	.hero-section .caption-inner .inner-content {
		padding-top: 65px;
	}
	.hero-section .caption-inner .t-small {
		font-size: 22px;
		line-height: 30px;
		padding-left: 20px;
	}
	.hero-section .caption-inner h2 {
		font-size: 41px;
		line-height: 50px;
		margin-bottom: 0;
	}
	.hero-section .caption-inner p {
		font-size: 16px;
		line-height: 17px;
	}
	.hero-section .caption-inner .action {
		margin-top: 60px;
		margin-bottom: 10px;
	}
	.owl-theme .owl-dots .owl-dot {
		margin-top: 0px;
	}
	.how-it-work-section .work-content h2 {
		font-size: 28px;
	}
	.how-it-work-section .work-content h4 {
		font-size: 18px;
	}
	.how-it-work-section .work-content p {
		font-size: 14px;
	}
	.video-container .action {
		width: 60px;
		height: 60px;
		padding: 10px 5px 10px 15px;
	}
	.video-container .action svg {
		width: 100%;
		height: 100%;
	}
	.collection-section {
		background: none !important;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px;
	}
	.collection-section .right-box {
		min-height: 200px;
		margin-left: 0;
	}
	.collection-section .collection-box {
		padding: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.collection-section .box-inner {
		height: 170px;
	}
	.collection-section .box-inner .content {
		vertical-align: top;
		padding-top: 15px;
	}
	.collection-section .box-inner h3 {
		font-size: 28px;
	}
	.collection-section .box-inner h2 {
		font-size: 18px;
	}
	.collection-section .box-inner .btn-wide {
		padding-left: 20px;
		padding-right: 20px;
	}
	.collection-section .box-inner .action {
		bottom: 20px;
	}
	.collection-box-section .v-ipad {
		display: none;
	}
	.collection-box-section .v-mobile {
		display: block;
	}
	.collection-box-small .box-left {
		padding: 10px;
	}
	.collection-box-small .box-left .content {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.collection-box-small .content h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.collection-box-small .content h2 {
		font-size: 18px;
		letter-spacing: 0.5px;
	}
	.collection-box-small .content h5 {
		font-size: 22px;
		line-height: 30px;
	}
	.collection-box-small .box-right {
		min-height: 200px;
	}
	.collection-box-small .action {
		position: relative;
		width: 100%;
		bottom: 5px;
	}
	.gift-section .gift-image {
		height: 280px;
		min-height: 280px;
	}
	.gift-section .gift-content {
		padding: 30px 25px;
	}
	.gift-section .gift-content h2 {
		font-size: 28px;
	}
	.gift-section .gift-content h5 {
		font-size: 18px;
		line-height: 24px;
	}
	.gift-section .gift-content p {
		font-size: 14px;
	}
	.slider-section {
		padding-bottom: 60px;
	}
	.slider-section .insta-header {
		max-width: 80px;
		bottom: -40px;
		margin-top: -40px;
	}
	.slider-section .insta-images a {
		width: 50vw;
		height: 50vw;
	}
	.footer-social {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-social h2 {
		margin-bottom: 0;
	}
	.footer-social ul li a {
		max-width: 30px;
		margin: 0 15px;
	}
	.newsletter {
		padding: 20px;
	}
	.newsletter .form-control {
		height: 40px;
		font-size: 14px;
	}
	.newsletter .btn {
		font-size: 14px;
	}
	.footer {
		padding-top: 50px;
	}
	.footer .footer-widget ul li a,
	.footer .footer-widget p {
		font-size: 16px;
	}
	.dotted-top:before, .dotted-bottom:before, .dotted-right:before, .dotted-left:before {
		border-width: 6px;
	}

	/*.dotted-top::before {*/
	/*    border-top-width: 10px;*/
	/*}*/
	/*.dotted-bottom::before {*/
	/*    border-bottom-width: 10px;*/
	/*}*/
	/*.dotted-right::before {*/
	/*    border-right-width: 10px;*/
	/*}*/
	/*.dotted-left::before {*/
	/*    border-left-width: 10px;*/
	/*}*/
	.collection-section:before {
		border-width: 0 6px 0 0;
		height: 40px;
		bottom: -46px;
		right: 15%;
	}
	.dotted-bottom:before,
	.dotted-top:before {
		left: 15%;
		right: 15%;
	}
	.dotted-right:before {
		right: 15%;
		top: -6px;
	}
	.dotted-left:before {
		left: 15%;
	}
	.woocommerce-breadcrumb,
	.breadcrumb {
		margin-left: 20px;
		margin-right: 20px;
	}
	.about-section {
		padding-top: 0;
	}
	.about-section .about-image {
		height: 280px;
		min-height: 280px;
	}
	.about-section .about-content .bird {
		width: 40px;
		height: 40px;
		top: -20px;
		right: 50%;
		margin-right: -20px;
		padding: 5px;
	}
	.about-section .about-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.about-section .about-content p {
		font-size: 14px;
	}
	.image-slider {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gift-section .gift-content .sign {
		font-size: 48px;
	}
	.howitworks-section .work-content {
		padding: 40px 20px;
	}
	.howitworks-section .work-content h4 {
		font-size: 24px;
	}
	.howitworks-section .work-content p {
		font-size: 14px;
	}
	.howitworks-section .work-bg {
		height: 280px;
		min-height: 280px;
	}
	.video-section .bird-wrapper {
		margin-right: -35px;
		width: 70px;
		top: -25px;
	}
	.video-section .bird {
		height: 40px;
		width: 40px;
		padding: 5px;
	}
	.theme-title {
		font-size: 28px;
		line-height: 28px;
	}
	.login-register .login-register-box {
		padding: 20px;
	}
	.login-register .register-box {
		padding: 40px 0 20px 0;
	}
	.login-register .login-box {
		padding: 20px 0 40px 0;
	}
	.faqs-section {
		padding-top: 20px;
	}
	.faqs-section .theme-title {
		margin-bottom: 30px;
	}
	.faq-list .answer p,
	.faq-list .question p {
		font-size: 14px;
	}
	.faq-list .symbol {
		height: 32px;
		width: 32px;
		font-size: 20px;
	}
	.faq-list > li {
		border-width: 4px;
		/*border-width: 0 0 6px 0;*/
	}
	.faq-list .faq-image-info,
	.faq-list .answer,
	.faq-list .question {
		padding-left: 45px;
	}
	.faq-list .faq-info-step li:before,
	.faq-list .faq-info-step li {
		font-size: 14px;
	}
	.privacy-section {
		padding-top: 0;
	}
	.product-section {
		padding-top: 0;
	}
	.products-box .product-image {
		margin-bottom: 2px;
		min-height: inherit;
	}
	.products-box .product-details .price,
	.products-box .product-details .title {
		font-size: 14px;
	}

	.modal-filter .modal-title {
		font-size: 24px;
		padding-left: 10px;
		padding-top: 5px;
	}
	.modal-filter .modal-header .close {
		height: 50px;
		width: 50px;
		padding-top: 9px;
	}
	.modal-filter .modal-header .close svg {
		height: 100%;
		width: 100%;
	}
	.modal-filter .product-sidebar {
		padding-right: 10px;
		padding-left: 10px;
	}
	.modal-filter .product-sidebar .dropdown-item {
		width: 100%;
	}
	.modal-filter .product-sidebar .dropdown-toggle {
		font-size: 18px;
	}
	.modal-filter .product-sidebar .dropdown-toggle:before {
		left: 95%;
	}
	.mobile-sidebar .btn {
		padding: 8px 15px;
	}
	.mobile-sidebar .btn svg {
		max-width: 20px;
	}
	.single-product ol.flex-control-thumbs li,
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	.single-product .flex-direction-nav li a {
		bottom: 22px;
	}
	.single-product .flex-direction-nav li a:before {
		width: 10px;
		height: 10px;
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-product .flex-direction-nav .flex-prev {
		left: 8px;
	}
	.single-product .flex-direction-nav .flex-next {
		right: 8px;
	}
	.single-product-section .product_title {
		font-size: 28px;
	}
	.single-product-section .quantity label,
	.single-product-section .woocommerce-product-details__short-description p {
		font-size: 14px;
	}
	.summary .product_meta .sku_wrapper {
		font-size: 16px;
	}
	.single-product-section .quantity .input-text {
		font-size: 18px;
		width: 60px;
	}
	.add-to-cart {
		max-width: 280px;
	}
	.add-to-cart .btn-cart {
		font-size: 18px;
		padding-top: 7px;
		padding-bottom: 6px;
		width: 220px;
	}
	.add-to-cart .btn-wishlist {
		height: 40px;
		padding: 5px 8px 8px 8px;
	}
	.add-to-cart .yith-wcwl-add-to-wishlist .feedback {
		margin-top: 10px;
	}
	.summary .product_meta .sku_wrapper {
		font-size: 14px;
	}
	.related-product h2,
	.additional-info h2 {
		font-size: 28px;
	}
	.additional-info p {
		font-size: 14px;
	}
	.additional-info ol,
	.additional-info ul {
		padding-left: 5px;
		list-style: none;
	}
	.owl-center-arrow {
		padding-left: 10px;
		padding-right: 10px;
	}
	.owl-center-arrow .owl-controls .owl-nav .owl-prev {
		left: -20px;
	}
	.owl-center-arrow .owl-controls .owl-nav .owl-next {
		right: -20px;
	}
	.cart-section,
	.wishlist-section {
		padding-top: 60px;
	}
	.box-border {
		border-width: 6px 0 6px 0;
	}
	.cart-section .box-border {
		border-width: 6px 0 0 0;
	}
	.box-border .box-icon-wrapper .box-icon {
		padding: 6px 9px 9px 9px;
		width: 40px;
		height: 40px;
	}
	.event-section .box-border .box-icon-wrapper .box-icon {
		padding: 4px 9px 9px 10px;
	}
	.wishlist-section h2 {
		font-size: 32px;
		margin-top: 50px;
	}
	.products-box .ribbon {
		font-size: 14px;
		padding: 2px 10px;
	}
	.products-box .hover-wrapper .added {
		font-size: 11px;
		padding: 2px;
	}
	.products-box .button-wrapper .left-side a {
		font-size: 14px;
		padding: 5px 5px;
		line-height: 25px;
	}
	.products-box .button-wrapper .right-side {
		height: 35px;
		width: 45px;
		border-width: 1px;
	}
	.products-box .button-wrapper .right-side a {
		padding: 1px 7px 7px 7px;
	}
	.products-box .button-wrapper .right-side .feedback {
		margin-top: 10px;
		font-size: 10px;
	}
	.box-border .box-icon-wrapper.top {
		top: -5px;
	}
	.box-border .box-icon-wrapper.bottom {
		bottom: -3px;
	}
	.wishlist-section .list-container {
		margin-bottom: 45px;
		padding-left: 0;
		padding-right: 0;
	}
	.wishlist-section .box-border .box-icon-wrapper.bottom {
		width: 85%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.event-section .list-container {
		margin-left: 0;
		margin-right: 0;
		margin-top: 60px;
	}
	.event-section .event-details {
		padding-left: 15px;
		padding-right: 0px;
	}
	.event-section .event-list ul li {
		margin-bottom: 40px;
	}
	.event-section .event-header {
		width: 80px;
	}
	.event-section .event-header .event-month {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.event-section .event-header .event-date {
		font-size: 24px;
	}
	.event-section .event-details p,
	.event-section .event-details label {
		font-size: 14px;
		line-height: 18px;
	}
	.checkout-section .box-border .box-icon-wrapper .box-icon,
	.cart-section .box-border .box-icon-wrapper .box-icon {
		padding-top: 2px;
	}
	.cart-section .cart-wrapper {
		margin-bottom: 0px;
		margin-top: 40px;
	}
	.cart-section .cart-items ul li {
		padding: 30px 0;
	}
	.cart-section .cart-items .col-auto {
		padding-right: 0;
	}
	.cart-section .cart-items .product-img {
		max-width: 120px;
	}
	.cart-section .cart-items .name {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.cart-section .cart-items .name a {
		padding-right: 0;
		margin-bottom: 5px;
	}
	.cart-section .cart-items .name .amount {
		position: static;
		float: none;
		display: block;
	}
	.cart-section .cart-items .quantity {
		margin-bottom: 10px;
	}
	.cart-section .cart-items .remove,
	.cart-section .cart-items .quantity label {
		font-size: 14px;
	}
	.cart-section .cart-items .quantity .input-text {
		font-size: 16px;
		width: 50px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.cart-section .cart-items h2 {
		font-size: 28px;
		text-align: center;
	}
	.cart-section .cart-summary h2 {
		font-size: 24px;
		text-align: center;
		padding-bottom: 10px;
	}
	.theme-select .selectboxit-text,
	.cart-section .cart-summary p,
	.cart-section .cart-summary .coupon .btn,
	.cart-section .cart-summary .form-control {
		font-size: 14px;
	}
	.cart-section .cart-summary .update-link a {
		font-size: 16px;
	}
	.cart-section .cart-summary .total p {
		font-size: 18px;
	}
	.cart-section .cart-summary .checkout-button {
		padding: 6px;
		font-size: 16px;
	}
	.cart-section .cart-summary table tr.shipping td:before {
		display: none;
	}
	.cart-section .cart-summary .shipping-calculator-button,
	.cart-section .cart-summary table th,
	.cart-section .cart-summary table td {
		font-size: 14px;
	}
	.cart-section .cart-summary table tr.order-total td {
		font-size: 18px;
	}
	.checkout-section {
		text-align: center;
	}
	.checkout-section .checkout-wrapper {
		margin-top: 60px;
	}
	.woocommerce-info {
		font-size: 14px;
	}
	.woocommerce-info .showlogin {
		display: inline-block;
	}
	.checkout-summary h3,
	.woocommerce-checkout-payment h3,
	.checkout-section .woocommerce-shipping-fields h3,
	.checkout-section .woocommerce-billing-fields h3 {
		font-size: 28px;
	}
	.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first,
	.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last,
	.checkout-section .woocommerce-shipping-fields .form-row-first,
	.checkout-section .woocommerce-shipping-fields .form-row-last,
	.checkout-section .woocommerce-billing-fields .form-row-first,
	.checkout-section .woocommerce-billing-fields .form-row-last {
		width: 100%;
		padding: 0;
	}
	.checkout-section .form-row.custom-radio {
		width: 100%;
		margin-bottom: 20px;
	}
	.checkout-section .form-row.gift-note {
		width: 100%;
	}
	.checkout-section .custom-radio label:last-child {
		margin-right: 0;
	}
	.checkout-summary table td {
		font-size: 14px;
		text-align: left;
	}
	.checkout-summary table th {
		text-align: left;
	}
	.checkout-summary table tfoot .order-total th,
	.checkout-summary table .cart-subtotal th {
		text-align: left;
	}
	.checkout-summary table .cart-subtotal th,
	.checkout-summary table .cart-subtotal td {
		font-size: 14px;
	}
	.checkout-summary table tfoot .order-total th,
	.checkout-summary table tfoot .order-total td {
		font-size: 18px;
	}
	.woocommerce-checkout-payment h3 {
		border-bottom: none;
	}
	.woocommerce-checkout-payment .wc-authorize-net-aim-new-payment-method-form p:first-child {
		width: 100%;
	}
	.woocommerce-checkout-payment .wc-authorize-net-aim-new-payment-method-form p {
		width: 47%;
		margin-right: 3%;
		margin-left: 0;
		padding-bottom: 20px;
	}
	.woocommerce-checkout-payment #wc-authorize-net-aim-csc_field {
		margin-left: 3%;
		margin-right: 0;
	}
	.checkout-section div.place-order {
		margin-top: 0px;
	}
	.woocommerce-checkout-payment .privacy_policy_text {
		text-align: center;
		font-size: 14px;
		margin-bottom: 50px;
	}
	.checkout-section form.woocommerce-checkout {
		padding-bottom: 85px;
	}
	.modal-theme .modal-body {
		padding: 60px 25px 25px 25px;
	}
	.modal-theme .action .btn {
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.modal-theme .modal-body h3 {
		font-size: 20px;
	}
	.wishlist-modal .media h5,
	.modal-theme .modal-body h4 {
		font-size: 18px;
	}
	.wishlist-modal .media p,
	.modal-theme .modal-body p {
		font-size: 16px;
		line-height: 22px;
	}
	.modal-theme .top-icon {
		height: 50px;
		width: 50px;
		padding: 3px 10px 10px 10px;
		top: -25px;
		margin-left: -25px;
	}
	.wishlist-modal .media img {
		max-width: 75px;
	}
	.modal-theme .modal-body .sign {
		font-size: 55px;
	}
	.woocommerce-MyAccount-content .table td,
	.woocommerce-MyAccount-content .table th {
		font-size: 16px;
	}
	.theme-sub-title,
	.woocommerce-MyAccount-content .woocommerce-customer-details h2,
	.woocommerce-order-details h2 {
		font-size: 28px;
	}
	.edit-account-form .form-row .input-text {
		height: 46px;
	}
	.search-box-wrapper .search-box .form-control {
		height: 48px;
	}
	.search-box-wrapper .search-box .btn {
		height: 46px;
		width: 48px;
	}
	.woocommerce-pagination ul li .page-numbers {
		padding-left: 3px;
		padding-right: 3px;
	}
	.mm-menu .mm-listview .mm-btn_next {
		right: 0;
	}
	.mm-menu .mm-panel {
		padding: 35px 40px 0 40px;
	}
	#wpsl-search-wrap {
		position: relative;
	}
	#wpsl-search-wrap .wpsl-input {
		float: none;
	}
	#wpsl-search-wrap .wpsl-select-wrap {
		position: static;
	}
	#wpsl-search-wrap .wpsl-search-btn-wrap,
	#wpsl-search-wrap #wpsl-results,
	#wpsl-search-wrap #wpsl-radius,
	#wpsl-search-wrap .wpsl-input {
		width: 42vw;
	}
	#wpsl-search-wrap #wpsl-radius {
		position: absolute;
		top: 0;
		right: 0px
	}
	#wpsl-search-wrap .wpsl-search-btn-wrap {
		display: inline-block;
		position: absolute;
		bottom: 10px;
		right: 0;
	}
	#wpsl-search-wrap #wpsl-results .wpsl-dropdown,
	#wpsl-search-wrap #wpsl-radius .wpsl-dropdown,
	#wpsl-search-wrap input {
		width: 100% !important;
	}
	div#wpsl-stores,
	div#wpsl-direction-details,
	div#wpsl-gmap {
		height: 225px !important;
	}

	#wpsl-search-wrap #wpsl-search-btn {
		margin-bottom: 0;
	}
	#wpsl-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	#wpsl-wrap .wpsl-search,
	#wpsl-result-list,
	#wpsl-gmap {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0;
	}
	#wpsl-wrap .wpsl-search {
		order: 1;
	}
	#wpsl-result-list {
		order: 2;
	}
	#wpsl-gmap {
		order: 3;
		margin-top: 0;
	}
	.social-icon {
		padding-top: 20px;
	}
	.checkout-section .woocommerce-shipping-fields .form-row.zipcode-field > label:not(.error),
	.checkout-section .woocommerce-billing-fields .form-row.zipcode-field > label:not(.error),
	.checkout-section .woocommerce-shipping-fields .form-row.form-row-last > label:not(.error),
	.checkout-section .woocommerce-billing-fields .form-row.form-row-last > label:not(.error) {
		left: 10px;
	}
	.thankyou-section {
		text-align: center;
	}
	.thankyou-section .product-list ul li {
		padding: 30px 0;
	}
	.thankyou-section .product-name {
		display: block;
		margin-top: 20px;
	}
	.thankyou-section .payment-info .card-price,
	.thankyou-section .price {
		text-align: center;
	}
	.thankyou-section .sign span {
		font-size: 60px;
	}
	.thankyou-section .cart-total span.value,
	.thankyou-section .cart-total p {
		text-align: center;
	}
	.wholesale-section h4 {
		font-size: 22px;
	}
	.checkout-section .checkout_coupon p,
	.checkout-section .login p {
		font-size: 14px;
	}
	.checkout-section .login .button {
		margin-left: auto;
		margin-right: auto;
	}
	.login-register form.lost_reset_password p {
		font-size: 14px;
	}


	/* Mini Memories */

	.stories-single-section .entry-header {
		margin: 0 auto !important;
	}

	.stories-single-section .entry-content {
		margin: 25px auto 0 auto !important;
	}

	.posted-on-stories .entry-date {
		font-size: 20px;
		font-weight: 600;
	}

	.mini-memories-images {
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 10px;
	}

	.memories-image {
		width: calc(50% - 6px);
		height: 180px;
		margin: 0 0 12px 0;
	}

	.memories-image:nth-child(3n) {
		margin-left: calc(25% - 6px);
	}

	.stories-author-name {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.stories-single-section li,
	.stories-single-section p {
		font-size: 14px;
	}

	.stories-featured-thumb {
		height: 160px;
	}

	.stories-archive-section .type-mini-memories {
		margin: 10px 0 20px 0;
	}	

	.stories-archive-section .stories-archive-content h2 {
		font-size: 14px !important;
		margin: 10px 0 0 0;
	}

	.stories-archive-section .stories-archive-content .posted-on-stories .entry-date {
		font-size: 10px !important;
	}

	.share-mini-memory {
		margin: 0 auto 50px auto;
	}

	.stories-archive-content .share-mini-memory h2.theme-title {
		font-size: 32px !important;
		padding-left: 10%;
		padding-right: 10%;
	}

	.b-share-story {
		font-size: 17px;
	}


	/* Mini Memories Single */

	.stories-single-section .entry-header {
		margin: 0 auto 20px auto !important;
	}

	.stories-single-section .entry-content {
		margin: 0 auto 0 auto !important;
	}

	.posted-on-stories .entry-date {
		font-size: 20px;
		font-weight: 600;
	}

	.mini-memories-images {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.memories-image {
		width: calc(50% - 5px);
		height: 275px;
		margin: 0 0 10px 10px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.memories-image:first-child {
		margin-left: 0;
	}
	.memories-image:nth-child(3n) {
		margin-left: calc(25% + 5px);
	}

	.stories-author-name {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.stories-single-section li,
	.stories-single-section p {
		font-size: 14px;
	}


	.stories-featured-thumb {
		height: 160px;
	}

	.stories-archive-section .type-mini-memories {
		margin: 15px 0 30px 0;
	}	

	.stories-archive-section .stories-archive-content h2 {
		font-size: 14px !important;
		margin: 10px 0 5px 0;
	}

	.stories-archive-section .stories-archive-content .posted-on-stories .entry-date {
		font-size: 10px !important;
	}

	.share-mini-memory {
		margin: 0 auto 50px auto;
	}

	.share-mini-memory-wrap {
		padding: 10px;
	}

	.share-mini-memory-inner {
		border: 1px solid #000;
		padding: 30px 30px 20px 30px;
	}

	.logo-bird-circle, .mini-nora-circle {
		height: 70px;
		margin-top: -30px;
	}

	.stories-archive-content .share-mini-memory h2.theme-title {
		font-size: 26px !important;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.stories-archive-content .share-mini-memory p {
		font-size: 14px;
	}

	.b-share-story {
		font-size: 18px;
		padding: 20px;
	}

	.mini-stories-blockquote {
		margin: 30px auto 40px auto;
		max-width: 410px;
	}

	.mini-stories-blockquote blockquote {
		font-size: 22px;
		margin-left: 30px;
	}

	.mini-stories-blockquote blockquote::before {
		margin-left: -30px;
		font-size: 40px;
		line-height: 1.1;
	}


}

@media (max-width: 675px) {
	#wpsl-search-wrap .wpsl-search-btn-wrap {
		bottom: 0px;
	}
}

@media (max-width: 575px) {
	/*.section-1:after {*/
	/*    top: 90%;*/
	/*}*/

}

@media (max-width: 359px) {
	.hero-section .caption-inner h2 {
		font-size: 34px;
	}
	.btn-black {
		font-size: 16px;
	}
	.collection-section .box-inner h2 {
		font-size: 17px;
	}
	.footer-bottom h4 {
		font-size: 38px;
	}

}


@media only screen and (min-width: 992px) {
	.mm-menu {
		display: none !important;
	}

}