@font-face {
	font-family: 'hijrnotes';
	src: url('../fonts/hijrnotes.eot');
	src: url('../fonts/hijrnotes.eot?#iefix') format('embedded-opentype'),
	url('../fonts/hijrnotes.woff2') format('woff2'),
	url('../fonts/hijrnotes.woff') format('woff'),
	url('../fonts/hijrnotes.ttf') format('truetype'),
	url('../fonts/hijrnotes.svg#hijrnotes') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Raleway', sans-serif;
	line-height: 1.2;
	color: rgb(74, 74, 73);
}
/* La classe si aggiunge/toglie
all'apertura/chiusura della SEARCH */
body.no-scroll {
	width: 100%;
	overflow: hidden;
	position: fixed;
}
body.overflow-hidden {
	overflow: hidden; 
}
.hijrnotes {
	font-family: 'hijrnotes', serif;
}
img {
	max-width: 100%;
}
ol, ul, dl {
	margin: 0 auto;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	color: inherit;
}
.large ul li{
	margin-bottom: 15px;
}
button,
button:hover,
button:active,
button:focus,
.btn,
.btn:hover,
.btn:active,
.btn:focus,
a,
a:hover,
a:active,
a:focus {
	outline: 0!important;
	box-shadow: none!important;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	cursor: pointer;
}
:hover {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
::-moz-selection {
  color: white;
  background: rgba(100, 164, 176, 0.4);
}
::selection {
  color: white;
  background: rgba(100, 164, 176, 0.4);
}
/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0;
}
h1, h2 {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 600;
}
h4 {
	font-size: 25px;
}
p, ul {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}
.big {
	font-size: 120%;
}
.p-mb-3 p:not(:last-of-type),
.p-mb-3 ul {
	margin-bottom: 2rem;
}
.p-last-hijrnote p:last-child {
	font-family: 'hijrnotes', serif;
	font-size: 55px;
}
.simple {
	display: inline-block;
	background: rgb(226, 200, 198);
	color: rgb(255, 255, 255);
	padding: 14px;
	text-align: center;
	font-weight: 600;
}
.simple:hover, .simple:focus, .simple:active {
    background: rgb(166, 139, 139);
    color: rgb(255, 255, 255);
}
.simple.disabled {
	opacity: 0.65;
	pointer-events: none;
	position: relative;
}
.simple.bw {
	background: #000;
	color: #fff;
	border: 2px solid #000;
	letter-spacing: 1px;
	font-weight: 300;
}
.simple.bw:hover, .simple.bw:focus, .simple.bw:active {
    background: #fff;
    color: #000;
}
.disabled.simple:hover, .disabled.simple:focus, .disabled.simple:active {
	cursor: not-allowed;
}
.simple-rev {
	display: inline-block;
	background: rgb(255, 255, 255);
	color: rgb(226, 200, 198);
	padding: 14px;
	text-align: center;
	font-weight: 600;
}
.simple-rev:hover, .simple-rev:focus, .simple-rev:active {
    background: rgb(166, 139, 139);
    color: rgb(255, 255, 255);
}
.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
/* FINE TIPOGRAFIA */
.height-100.on {
	height: 100vh;
}
.col-split-2 {
  -webkit-column-count: 2; 
  -webkit-column-gap: 15px;

  -moz-column-count: 2;
  -moz-column-gap: 15px;

  column-count: 2;
  column-gap: 15px;
}
.badge {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
sub .badge {
	font-size: 85%;
}
header .badge {
	margin-left: -12px;
}
/* BUTTON SCROLL UP */
.scrollup {
  cursor: pointer;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(/lib/images/scroll-top-arrow.png) no-repeat center;
  z-index: 10;
}
/* FORM */

.form-control::-webkit-input-placeholder {
	color: rgb(152, 152, 152);
}

.form-control::-moz-placeholder {
	color: rgb(152, 152, 152);
}

.form-control:-ms-input-placeholder {
	color: rgb(152, 152, 152);
}

.form-control::-ms-input-placeholder {
	color: rgb(152, 152, 152);
}

.form-control::placeholder {
	color: rgb(152, 152, 152);
}
.form-control {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid rgb(218, 218, 218);
	color: rgb(152, 152, 152);
	font-size: 15px;
	height: calc(2.4em + 0.75rem + 2px);
}
.form-control:focus {
    color: rgb(152, 152, 152);
    background-color: #fff;
    border-color: #8cdac3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(140, 218, 195, 0.25);
}

/* BASE PER LO STILE DEI CHECK */
.form-check {
	padding-left: 0;
}
.form-check label a, label a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}
label a:hover,
label a:active,
label a:focus {
	color: inherit;
	text-decoration: underline;
}
.type-check label:before{
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.type-check [type="checkbox"]:not(:checked),
.type-check [type="checkbox"]:checked,
.type-check [type="radio"]:not(:checked),
.type-check [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

/* checkbox no check */
.type-check [type="checkbox"]:not(:checked) + label:before,
.type-check [type="radio"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0; 
  top: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid rgb(193, 193, 193);
  background: rgb(246, 246, 246);
}

/* checkbox check */
.type-check [type="checkbox"]:checked + label:before,
.type-check [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid rgb(193, 193, 193);
  background: #8cdac3;
  box-shadow: none;
}

/* disabled checkbox */
.type-check [type="checkbox"]:disabled:not(:checked) + label:before,
.type-check [type="checkbox"]:disabled:checked + label:before,
.type-check [type="radio"]:disabled:not(:checked) + label:before,
.type-check [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #ddd;
  background-color: #ddd;
}
.type-check [type="checkbox"]:disabled:checked + label:after,
.type-check [type="radio"]:disabled:checked + label:after {
  color: #999;
}
.type-check [type="checkbox"]:disabled + label,
.type-check [type="radio"]:disabled + label {
  color: #aaa;
}

/* FINE FORM */

/* SEARCH BAR */
#search {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 99999;
}
#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
	opacity: 1;
}
#search .close {
	position: fixed;
	top: 0;
	right: 0;
	color: inherit;
	opacity: 1;
	padding: 10px;
	font-size: 50px;
}
#search .close::before {
	content: "\e680";
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.search-area {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.search-area .search-area-form {
	width: 100%;
	max-width: 700px;
	margin: 20px;
}
.search-area .search-area-input {
	width: 100%;
	padding: .8rem 3rem .8rem 0;
	outline: none;
	font-size: 1.2em;
	font-weight: 300;
	background: none;
	border: none;
	border-bottom: 1px solid #aaa;
}
.search-area .search-area-button {
	position: absolute;
	right: 0;
	bottom: 0;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 27px;
	outline: none;
}
.search-area .search-area-button::before {
	content: "\e618";
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}
/* FINE SEARCH BAR */
/* LOGIN HEADER */
.login {}
.login .dropdown, .login .ricerca.nav-inner {
	width: auto;
	display: inline-block;
}
.login i{
	color: #191f24;
	font-size: 22px;
}
.login .ricerca.nav-inner i {
	color: #191f24;
	font-size: 27px;
	position: relative;
	width: 27px;
	height: 27px;
}
.login .ricerca.nav-inner i::before {
	position: absolute;
	left: 0;
	top: 4px;
}
.icon-cart {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	/*margin-left: 3rem;*/
}
.icon-cart::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(/lib/images/shopping-bag.svg) no-repeat center;
	background-size: 100%;
}
.arrow-up {
	position: relative;
	/*border: 2px solid #191f24;*/
	border: 4px solid rgb(226, 200, 198);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.95);
}
.login .dropdown-item:hover, .login .dropdown-item:focus {
	background: rgb(249, 243, 243);
}
.arrow-up::before,
.arrow-up::after {
	content: '';
	position: absolute;
}
.arrow-up::before {
	left: -1px;
	top: -11px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(226, 200, 198);
}
.arrow-up::after {
	left: 1px;
	top: -6px;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #fff;
}
.arrow-up-center.arrow-up::before,
.arrow-up-center.arrow-up::after {
	left: 25%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.arrow-up-center .dropdown-item:hover, .arrow-up-center .dropdown-item:focus {
	background: rgb(249, 243, 243);
}
.dropdown-menu-right.arrow-up::before {
	left: auto;
	right: -1px;
}
.dropdown-menu-right.arrow-up::after {
	left: auto;
	right: 1px;
}
/* FINE LOGIN HEADER */

/* NAVBAR */
.badge-pers {
	border: 4px solid rgb(226, 200, 198);
	color: rgb(74, 74, 73);
	background: #fff;
	font-size: 16px;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 0;
	font-weight: lighter;
}
sup.bad {
	top: -1rem;
}
.navbar-nav .nav-link {
	font-size: 20px;
	color: rgb(74, 74, 73);
	font-weight: 600;
	position: relative;
}
/* Effect circle: three circles */
.effect-circle a,
.effect-circle .active {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.effect-circle a::before,
.effect-circle .active::before {
	position: absolute;
	top: 75%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.effect-circle a:hover::before,
.cl-effect-13 a:focus::before,
.effect-circle .active::before {
	color: rgba(219, 184, 182, 0.8);
	text-shadow: 10px 0 rgba(219, 184, 182, 0.8), -10px 0 rgba(219, 184, 182, 0.8);
}
.effect-circle .dropdown-item::before {
	display: none;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar, #sidebarCart {
    width: 250px;
    width: 95%;
    position: fixed;
    top: 0;
    left: -250px;
    left: -95%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #191f24;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar.active, #sidebarCart.active {
    left: 0;
}

#dismiss, #dismissCart {
    width: 35px;
    height: 35px;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover, #dismiss:active, #dismiss:focus,
#dismissCart:hover, #dismissCart:active, #dismissCart:focus {
    color: rgb(219, 184, 182);
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#sidebar .sidebar-header,
#sidebarCart .sidebar-header {
    padding: 20px;
}

#sidebar ul.components,
#sidebarCart ul.components {
    padding: 10px 0;
    margin: 0 15px;
}
#sidebar ul.components:nth-last-child(2),
#sidebarCart ul.components:nth-last-child(2) {
	border-bottom: 2px solid rgb(224, 203, 202);
}
#sidebar ul.bordered,
#sidebarCart ul.bordered {
	margin-top: 35px;
}
#sidebar ul.bordered li,
#sidebarCart ul.bordered li {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.125);
}
#sidebar ul.bordered li li:last-child,
#sidebarCart ul.bordered li li:last-child {
	border-bottom: none;
}
#sidebar ul p,
#sidebarCart ul p {
	color: #191f24;
	padding: 10px;
}

#sidebar ul li a,
#sidebarCart ul li a {
	padding: 10px 0;
	font-size: 20px;
	color: rgb(74, 74, 73);
	font-weight: 600;
	display: block;
}

#sidebar ul li a:hover,
#sidebar ul li a:active,
#sidebar ul li a:focus,
#sidebarCart ul li a:hover,
#sidebarCart ul li a:active,
#sidebarCart ul li a:focus {
    color: rgb(219, 184, 182);
}

#sidebar ul.social,
#sidebarCart ul.social {
	font-size: 30px;
	color: rgb(219, 184, 182);
}
#sidebar ul.social a,
#sidebarCart ul.social a {
	color: inherit;
	font-size: 30px;
}
#sidebar ul.social:hover,
#sidebarCart ul.social:hover {
	color: rgba(219, 184, 182, 0.5);
}
#sidebar ul.social a:hover, 
#sidebar .social a:active, 
#sidebar .social a:focus,
#sidebarCart ul.social a:hover, 
#sidebarCart .social a:active, 
#sidebarCart .social a:focus {
	color: rgb(219, 184, 182);
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"],
#sidebarCart ul li.active>a,
#sidebarCart a[aria-expanded="true"] {
    color: rgb(219, 184, 182);
   /* background: #6d7fcc;*/
}

#sidebar a[data-toggle="collapse"],
#sidebarCart a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after,
#sidebarCart .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#sidebarCartCollapse .icon-cart::before {
	top: 1px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
/* FINE NAVBAR */

/* CAROSELLO HOMEPAGE*/
.carousel-inner .baloon{
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	top: 0;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgb(74, 74, 73);
  text-align: left;
}
.carousel-caption h2 {
	font-size: 55px;
	font-weight: 300;
	/*background: #e2c8c6c4;
	color: #fff;
	padding: 7px 15px;
	line-height: 55px;*/
}
.carousel-caption a {
	display: inline-block;
	background: rgb(226, 200, 198);
	color: rgb(255, 255, 255);
	padding: 14px;
	text-align: center;
	font-weight: 600;
}
.carousel-caption a:hover,
.carousel-caption a:focus,
.carousel-caption a:active {
	background: rgb(166, 139, 139);
}
.carousel-indicators {
	bottom: 25px;
}
.carousel-indicators li {
	width: 14px;
	height: 14px;
	margin-right: 6px;
	margin-left: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.95);
}
.carousel-indicators li.active {
	background-color: rgb(166, 139, 139);
}

/* FINE CAROSELLO HOMEPAGE*/

/* FLEXSLIDER CUSTOM ARROWS */
.flex-caption {
	margin-top: 1.5rem;
	padding: 15px 0;
	text-align: center;
	left: 0;
	bottom: 0;
	color: rgb(74, 74, 73);
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2;
	-ms-word-break: normal;
	-webkit-word-break: normal;
	word-break: normal;
	-webkit-white-space: normal;
	white-space: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.flex-caption a {
	color: inherit;
}
.flex-caption a:hover,  .slides li:hover .flex-caption a {
	color: rgb(166,139,139);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.prodotti-correlati {}
.prodotti-correlati .flex-caption {
	text-align: left;
	margin-top: 0;
}
.prodotti-correlati .flex-caption:first-of-type {
	margin-top: 1rem;
	padding-bottom: 0;
}
.prodotti-correlati .flex-caption span {
	font-weight: 300;
	font-size: 20px;
}
.prodotti-correlati .flex-caption span strong {
	font-size: 30px;
	font-weight: 600;
}
.prodotti-correlati .flex-caption a i.far {
	color: rgb(226, 200, 198);
	font-size: 30px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.prodotti-correlati .flex-caption a:hover i.far {
	font-weight: 900;
}
.flex-prod.flexslider {
	border: none;
	margin: 0;
}
.flex-prod.flexslider .flex-control-nav {
	bottom: 10px;
}
.flex-prod.flexslider .flex-control-paging li a {
	display: block!important;
}
.flexslider .img-overlay {
	z-index: 1;
	position: relative;
}
.flexslider .img-overlay::before,
.flexslider .img-overlay::after {
	content: '';
	position: absolute;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.flexslider .img-overlay::before {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
}
.flexslider .img-overlay::after {
	content: '\e623';
	font-family: 'Pe-icon-7-stroke';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgb(166,139,139);
	font-size: 80px;
}
.flexslider .img-overlay:hover::before,
.flexslider .img-overlay:hover::after,
.flexslider li:hover .img-overlay::before,
.flexslider li:hover .img-overlay::after {
	opacity: 1;
}
.flexslider .img-overlay a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0;
	margin: 0;
	position: absolute;
	top: calc(50% - 60px);
	transform: translateY(-50%);
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(166,139,139, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-family: 'Pe-icon-7-stroke';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;

	font-size: 100px;
	display: inline-block;
	content: '\f001';
	content: '\e686';
	color: rgba(166,139,139, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
	content: '\e684';
}

.flex-direction-nav .flex-prev {
	left: -100px;
}
.flex-direction-nav .flex-next {
	right: -100px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: -100px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: -100px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

/* CUSTOM DOTS */
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	background: rgba(219, 184, 182, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.flex-control-paging li a:hover {
	background: rgb(166, 139, 139);
}
.flex-control-paging li a.flex-active {
	background: rgb(166, 139, 139);
}
/* FINE FLEXSLIDER CUSTOM ARROWS */

/* FOOTER */
footer{}
footer ul {
	list-style-type: none;
	padding: 0;
	font-size: 18px;
	color: rgb(74, 74, 73);
	font-weight: 600;
}
footer ul li {
	margin-bottom: 25px;
}
footer ul a {
	color: inherit;
}
footer ul a:hover, footer ul a:active, footer ul a:focus {
	color: rgb(166, 139, 139);
}
footer h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
footer .tags {}
footer .tags ul {
	color: rgb(135, 135, 135);
	font-weight: 400;
	text-transform: lowercase;
	margin-top: 25px;
}
footer .tags ul li {
	margin-bottom: 5px;
}
.tags ul a:hover, .tags ul a:active, .tags ul a:focus {
	color: #64A4B0;
}
.social{
	border-bottom: 2px solid rgb(224, 203, 202);
}
.social ul {
	font-size: 30px;
	color: rgb(219, 184, 182);
}
.social ul a {}
.social ul:hover {
	color: rgba(219, 184, 182, 0.5);
}
.social ul a:hover, .social ul a:active, .social ul a:focus {
	color: rgb(219, 184, 182);
}
footer span, .components span {
	font-size: 15px;
	color: rgb(219, 184, 182);
	font-weight: 600;
	line-height: 1.2;
	padding-right: 15px;
	width: calc(100% - 100px); 
}
/* FINE FOOTER */

/* COLORS */
.shade-green {
	background: rgb(255,255,255);
	background: linear-gradient(to right,  rgb(255,255,255),rgb(171,189,193));
	background: -webkit-linear-gradient(left,  rgb(255,255,255),rgb(171,189,193));
}
.shade-green-plus {
	background: rgb(255,255,255);
	background: url('/lib/images/daria.png') no-repeat right top, linear-gradient(to right,  rgb(255,255,255),rgb(171,189,193));
	background: url('/lib/images/daria.png') no-repeat right top, -webkit-linear-gradient(left,  rgb(255,255,255),rgb(171,189,193));
	background-size: contain!important;
}
.light-green {
	background: rgb(234, 253, 247);
}
.white-smoke {
	background: #F5F5F5;
}
.border-pink {
	border: 4px solid rgb(226, 200, 198);
}
.border-bt-grey {
	border-bottom: 1px solid #ddd;
}
.border-grey {
	border: 2px solid rgb(218, 218, 218);
}
.border-radius-10 {
	-webkit-border-radius: 10px;
	border-radius: 10px
}
.blue {
	color: #0098CD!important;
}
.red {
	color: #CB0000!important;
}
.green {
	color: #669900!important
}
/* FINE COLORS */

/* CLASSI GENERALI */
.cto {
	background: url('/lib/images/cto.jpg');
}
.cto h2 {
	font-weight: 40px;
	letter-spacing: 3px;
}
.cto p {
	font-size: 25px;
	letter-spacing: 1px;
}
.cto a {
	max-width: 100%;
	width: 290px;
	font-size: 18px;
	letter-spacing: 1px;
}
.img-daria {
	padding: 100px 0;
	background-size: cover!important;
	background-position: top left!important;
	background-repeat: no-repeat!important;
}
.img-bg {
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.hover.img-bg {
	z-index: 1;
	position: relative;
}
.hover.img-bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.hover.img-bg:hover::before {
	opacity: 1;
}
.gender {
	position: relative;
}
a.default {
	color: rgb(74, 74, 73);;
}
.brush {
	position: relative;
	z-index: 1;
}
.brush::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 636px;
	max-width: 100%;
	height: auto;
	height: 115px;
	background-size: 100%!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	z-index: -1;
	background: url('/lib/images/brush-green.png');
}
.brush-pink.brush::before {
	background: url('/lib/images/brush-pink.png');
}
.brush-blue.brush::before {
	background: url('/lib/images/brush-blue.png');
}
.brush-sec {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.brush-sec::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -110px;
	right: 0;
	bottom: 0;
	background-size: auto!important;
	background-position: top center!important;
	background-repeat: no-repeat!important;
	z-index: -1;
}
h2.home-title{
	text-align: left;
}

.brush-pink.brush-sec::before {
	background: url('/lib/images/brush-girls-home.png');
}
.brush-blue.brush-sec::before {
	background: url('/lib/images/brush-boys-home.png');
}
/* Elenco prodotti categoria */
.list-prod img {
	width: 100%;
}
.list-prod .img-overlay::before,
.list-prod .img-overlay::after {
	content: '';
	position: absolute;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.list-prod .img-overlay::before {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.list-prod.boys .img-overlay {
	background: rgb(238, 252, 255);
}
.list-prod.girls .img-overlay {
	background: rgb(249, 243, 243);
}
.list-prod.boys .img-overlay::before {
	background: rgba(219, 239, 243, 0.7);
}
.list-prod.girls .img-overlay::before {
	background: rgba(226, 215, 215, 0.7);
}
.list-prod .img-overlay::after {
	content: '\e623';
	font-family: 'Pe-icon-7-stroke';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgb(255,255,255);
	font-size: 80px;
}
.list-prod .img-overlay:hover::before,
.list-prod .img-overlay:hover::after {
	opacity: 1;
}
.list-prod .img-overlay a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.list-prod a {
	color: inherit;
}
.list-prod h3 {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 1px;
}
.list-prod span {
	font-size: 20px;
	font-weight: 300;
}
.list-prod span strong {
	font-size: 30px;
	font-weight: 600;
}
.list-prod i {
	color: rgb(226, 200, 198);
	font-size: 30px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.list-prod a:hover i.far {
	font-weight: 900;
}

/* DETTAGLIO PRODOTTO */
.box-descr {}
.box-descr h4 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
.box-descr h1 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid rgb(207, 203, 200);
	margin-bottom: 2rem;
}
.box-descr h3 {
	font-size: 40px;
	font-weight: 600;
}
.box-descr h3 span {
	font-weight: 300;
	font-size: 25px;
	letter-spacing: 1px;
}
.box-descr h3 i {
	color: rgb(226, 200, 198);
	font-size: 30px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.box-descr h3 a:hover i.far {
	font-weight: 900;
}
.box-descr p {
	font-size: 18px;
	font-weight: 300;
}
.box-descr .input-group-quantity {}
.box-descr .input-group-quantity input {
	min-height: 100%;
	font-size: 25px;
	font-weight: 600;
	border-top: 2px solid rgb(226, 200, 198);
	border-bottom: 2px solid rgb(226, 200, 198);
}
.box-descr .input-group-quantity input:focus {
	border-color: rgb(226, 200, 198);
	box-shadow: none;
}
.quantity.form-control::-webkit-input-placeholder {
	color: rgb(74, 74, 73)
}
.quantity.form-control::-moz-placeholder {
	color: rgb(74, 74, 73)
}
.quantity.form-control:-ms-input-placeholder {
	color: rgb(74, 74, 73)
}
.quantity.form-control::-ms-input-placeholder {
	color: rgb(74, 74, 73)
}
.quantity.form-control::placeholder {
	color: rgb(74, 74, 73)
}
.quantity.form-control {
	color: rgb(74, 74, 73);
	height: calc(1.5em + 0.75rem + 2px);
}
.box-descr .input-group-quantity a {
	border-radius: 0;
	background: rgb(255, 255, 255);
	color: rgb(226, 200, 198);
	border: 2px solid rgb(226, 200, 198);
}
.box-descr .input-group-quantity a:hover {
	background: rgb(226, 200, 198);
	color: rgb(255, 255, 255);
}
.box-descr .simple {
	min-height: 51.5px;
	line-height: 1.45;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    font-size: 25px;
    color: rgb(74, 74, 73);
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    letter-spacing: 1px;
}
.nav-tabs .nav-link.active {
	background: transparent;
	font-weight: 600;
}
.nav-tabs .nav-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1rem;
	width: calc(100% - 2rem);
	height: 4px;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.nav-tabs .nav-link:hover::before,
.nav-tabs .active.nav-link::before {
	opacity: 1;
}
.tab-pane .col-text ul,
.tab-pane .col-text p {
	font-size: 18px;
	margin-bottom: 0.5rem;
}

/* Elementi soggetti a cambio di colore (boys/girls) */
.pink {
	background: rgb(254, 250, 250);
}
.pink .nav-tabs .nav-link:hover::before,
.pink .nav-tabs .active.nav-link::before {
	background: rgb(226, 200, 198);
}
/* Fine elementi soggetti a cambio di colore (boys/girls) */

/* FINE DETTAGLIO PRODOTTO */


/* Breadcrumb */
.breadcrumb {
	border-radius: 0;
	background: transparent;
	margin: 1rem auto;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: rgb(74, 74, 73);
    content: ">";
    font-weight: 300;
}
.breadcrumb li a::after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    background: rgb(74, 74, 73);
}
.breadcrumb li a:hover::after {
    width: 100%;
}
.breadcrumb-item.active {
	color: rgb(74, 74, 73);
	font-weight: 600;
}
.breadcrumb li, .breadcrumb li a {
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
}
.breadcrumb-item a {
	color: inherit;
}
/* Fine Breadcrumb */

/* Testate */
.testata-interna {
	border-top: 2px solid rgb(207, 203, 200);
	border-bottom: 2px solid rgb(207, 203, 200);
}
.testata-interna .sub-title {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
}
/* Fine Testate */


/* FAQ */
#accordionFAQ {}
#accordionFAQ .card, #accordionFAQ .card-header {
	-webkit-border-radius: 0;
	border-radius: 0;
}
#accordionFAQ .card {
	border: none;
}
#accordionFAQ .card:not(:last-child) {
	padding-bottom: 2.5rem;
	border-bottom: 2px solid rgb(226, 200, 198);
}
#accordionFAQ .card-header {
	padding: 0;
	background-color:transparent;
	border: none;
}
#accordionFAQ .card-header h5,
#accordionFAQ .card-header .btn-link {
	font-size: 25px;
	color: rgb(74, 74, 73);
	font-weight: 600;
	text-decoration: none;
}
#accordionFAQ .card-header .btn-link {
	padding: 2.5rem 0 0 0;
	padding: 2.5rem 2.5rem  0 2.5rem ;
	width: 100%;
	text-align: left;
	position: relative;
}
#accordionFAQ .card-header .btn-link::before {
	position: absolute;
	left: -20px;
	top: calc(50% + 1.25rem);
	transform: translateY(-50%);
	content: '\e688';
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
	color: rgb(226, 200, 198);
	font-size: 60px
}
#accordionFAQ .card-header .collapsed.btn-link::before {
	content: '\e684';
}
#accordionFAQ .card-body{
	padding: 2.5rem 0 0 0;
	padding: 2.5rem 2.5rem  0 2.5rem ;
}
#accordionFAQ .card-body,
#accordionFAQ .card-body p {
	font-size: 18px;
	color: rgb(74, 74, 73);
}

/* FINE FAQ */

/* USER */
.avatar {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 180px;
	height: 180px;
	border-radius: 100%;
	background: rgba(219, 184, 182, 0.5);
	/* DBB8B6 */
	border: 6px solid #B3C9CB;
	border: 6px solid #64A4B0;
	/*border: 6px solid rgb(226, 200, 198);*/
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	transition: border 0.5s linear;
}
.avatar:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f0e3c7), color-stop(100%, #6bcab4));
	width: 168px;
	height: 168px;
	border-radius: 100%;
	border: 2px solid white;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.3s linear;
	cursor: pointer;
	-webkit-transform-style: preserve-3d;
}

.avatar:hover:after {
	opacity: 0.7;
}
#camera {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	position: relative;
	z-index: 9999;
	cursor: pointer;
	overflow: hidden;
	transition: 250ms cubic-bezier(0.7, 0, 0.36, 1);
}
#circle {
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 0.3s linear;
  stroke-dashoffset: 33px;
  stroke-dasharray: 33px;
}
#cameraFrame {
  -webkit-transition: all 0.5s linear;
  stroke-dashoffset: 72px;
  stroke-dasharray: 72px;
}

#plus {
  -webkit-transition: all 0.3s linear;
  stroke-dashoffset: 5px;
  stroke-dasharray: 5px;
}

.avatar:hover > #camera > #cameraFrame {
  stroke-dashoffset: 0;
}

.avatar:hover > #camera > #circle {
  stroke-dashoffset: 0px;
}

.avatar:hover > #camera > #plus {
  stroke-dashoffset: 0px;
}

.avatar:active > #camera > #cameraFrame {
  -webkit-transition: none;
  stroke: rgba(255, 255, 255, 0.7);
}

.avatar:active > #camera > #circle {
  -webkit-transition: none;
  stroke: rgba(255, 255, 255, 0.7);
}

.avatar:active > #camera > #plus {
  -webkit-transition: none;
  stroke: rgba(255, 255, 255, 0);
}
.flexslider.flex-avatar {
	margin: 0;
	text-align: center;
	padding: 0 5px;
}
.flex-avatar img{
	margin: 0 auto;
	width: 180px;
	height: 180px;
	max-width: 180px;
	border-radius: 100%;
	background: rgba(219, 184, 182, 0.5);
	border: 6px solid #B3C9CB;
	border: 6px solid #64A4B0;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	transition: border 0.5s linear;
}
.flexslider.flex-avatar .img-overlay {
	text-align: center;
}
.flexslider.flex-avatar .img-overlay::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	right: auto;
	bottom: auto;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	max-width: 173px;
	border-radius: 100%;
	border: 2px solid white;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f0e3c7), color-stop(100%, #6bcab4));
}
.flexslider.flex-avatar .img-overlay::after {
	color: rgb(255,255,255);
	font-size: 50px;
	font-weight: 900;
	max-width: 173px;
}
.flexslider.flex-avatar .img-overlay:hover::before,
.flexslider.flex-avatar li:hover .img-overlay::before {
	opacity: 0.7;
}
.flexslider.flex-avatar .flex-direction-nav a {
	width: 60px;
	height: 60px;
	top: 50%;
	margin: 0 15px;
}
.flexslider.flex-avatar .flex-direction-nav a::before {
	color: #B3C9CB;
	font-size: 60px;
}
#mlom.opac{
	position: relative;
	opacity: 0;
	top: -500px;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.opac .flexslider.flex-avatar{
	height: 0 !important;
	margin-top: 0 !important;
}
/* Summary account */
.summary-account {}
.summary-account .avatar {
	width: 150px;
	height: 150px;
	background: rgba(199, 249, 234, 0.75);
}
.summary-account .avatar:after {
	display: none;
}
.summary-account h3 {
	border-bottom: 1px solid #64A4B0;
}
.personal-data {}
.personal-data p {
	font-size: 16px;
}
.personal-data p:not(:last-of-type) {
	margin-bottom: 0.8rem;
}
.personal-data p strong {
	font-weight: 900;
}
.personal-data p a {
	font-weight: 600;
	display: inline-block;
	margin: 1.5rem auto 1rem auto;
	color: inherit;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}
.personal-data p a:hover,
.personal-data p a:active,
.personal-data p a:focus {
	color: #64A4B0;
	border-color: #64A4B0;
}
.summary-orders {}
.summary-orders .row:first-of-type {
	border-top: 1px solid #ddd;
}
.summary-orders .row {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.summary-orders .row:last-of-type {
	padding-bottom: 0;
	border: none;
}
.summary-orders h3 {
	font-size: 25px;
	letter-spacing: 1px;
}
.summary-orders h5 {
	font-size: 18px;
}
.summary-orders h5.qty {
	font-size: 16px;
	color: #999;
	font-weight: 300;
}
.summary-orders h5.qty span{
	color: rgb(74, 74, 73);
	font-weight: 600;
}
.summary-orders p {
	font-size: 16px;
	color: #999;
}
.summary-orders p a {
	color: rgb(74, 74, 73);
	text-decoration: underline;
	font-weight: 600;
}
.summary-orders .simple {
	padding: 10px;
	min-width: 120px;
	font-size: 14px;
	letter-spacing: 1px;
	background: rgb(234, 253, 247);
	color: #64A4B0;
	border: 2px solid #64A4B0;
}
.summary-orders .simple:hover, 
.summary-orders .simple:focus, 
.summary-orders .simple:active {
	color: #fff;
	background: #64A4B0;
}
.summary-orders img {
	border: 1px solid #64A4B0;
	border-color: #999;
}
.billing-information {}
.summary-orders .billing-information h5 {
	font-size: 16px;
}
.summary-orders .billing-information p strong {
	color: rgb(74, 74, 73);
	font-weight: 900;
}
.summary-orders .billing-information p:not(:last-of-type) {
    margin-bottom: 0.8rem;
}
.summary-orders .billing-information p a {
	font-weight: 300;
	text-decoration: none;
}


.summary-orders .input-group-quantity {}
.summary-orders .input-group-quantity input {
	min-height: 100%;
	font-size: 20px;
	font-weight: 600;
	border: 1px solid #64A4B0;
	border-color: #ddd;
	padding: 0.375rem;
	width: calc(100% - 44px);
}
.summary-orders .input-group-quantity input:focus {
	border-color: #64A4B0;
	box-shadow: none;
}
.summary-orders .input-group-quantity a {
	font-size: 20px;
	border-radius: 0;
	background: rgb(255, 255, 255);
	color: #64A4B0;
	border: 0 solid #64A4B0;
	padding: 0;
	height: 22px;
	width: auto;
	max-width: 22px;
	text-align: center;
	padding: 0 0.35rem;
	display: block;
	line-height: 1;
	margin: 0 auto;
}
.summary-orders .input-group-quantity a:hover {
	background: transparent;
	opacity: 0.65;
}
/* FINE USER */

/* CART */
.pre-checkout{}
.pre-checkout h3 {
	font-size: 20px;
	letter-spacing: 1px;
}
.pre-checkout h3 i.float-right {
	font-size: 40px;
	line-height: 1;
	margin-top: -5px;
	position: relative;
}
.pre-checkout h3 i.float-right::before {
	position: absolute;
	right: -10px;
}
.pre-checkout p {
	font-size: 18px;
	letter-spacing: 1px;
}

/* checkout */
.checkout{}
.checkout h3 {
	font-size: 25px;
	letter-spacing: 1px;
}
.checkout h6 {
	font-size: 15px;
	color: #999;
	letter-spacing: 1px;
}
.checkout h6 a {
	color: #000;
	border-bottom: 1px solid transparent;
}
.checkout h6 a:hover,
.checkout h6 a:active,
.checkout h6 a:focus {
	border-color: #000;
}

.checkout .riepilogo {}
.checkout .riepilogo p {
	font-size: 15px;
	letter-spacing: 1px;
}
/* FINE CART */


/* INSTAFEED */
.baloon {
	display: inline-block;
	position: absolute;
	top: -50px;
	left: 20%;
	background: rgb(255, 255, 255);
	border: 4px solid rgb(249, 243, 243);
	min-width: 293px;
	z-index: 1;
	border-radius: 20px;
	font-size: 25px;
	color: rgb(219, 184, 182);
	font-weight: 600;
	text-align: center;
	padding: 15px;
}
.baloon::before,
.baloon::after {
	content: '';
	position: absolute;
}
.baloon::before {
	bottom: -15px;
	left: 15px;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgb(249, 243, 243);
}
.baloon::after {
	bottom: -8px;
	left: 22px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}


#instafeed {
	max-width: 100%;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#instafeed a {
	display: flex;
	align-items: center;
	position: relative;
	width: 50%;
	background: white;
}
@media only screen and (min-width: 576px) {
	#instafeed a {
		width: 25%;
		width: 33.33333%;
	}
}
@media only screen and (min-width: 992px) {
	#instafeed a {
		width: 16.66%;
	}
}
#instafeed a img {
	display: block;
	width: 100%;
}
/* FINE INSTAFEED 	*/

 

/* PAGE NOT FOUND 404 */
.p404 {
	background: linear-gradient(180deg, #01153c, #1d386d, #526c9f, #194968);
	background: linear-gradient(-45deg, #01153c, #1d386d, #526c9f, #194968, #526c9f, #1d386d, #01153c);
	background-size: 800% 800%;
	-webkit-animation: Gradient 60s ease infinite;
	-moz-animation: Gradient 60s ease infinite;
	animation: Gradient 60s ease infinite;
	color: #3ae3ff;
	letter-spacing: 3px;
	text-shadow: 
}
.p404 .simple {
	background: #3ae3ff;
	letter-spacing: normal;
	font-size: 18px;
}
.p404 .simple:hover, .p404 .simple:focus, .p404 .simple:active {
	background: #07245a;
}
.text-flicker-in-glow {
	-webkit-animation: text-flicker-in-glow 4s linear both;
	        animation: text-flicker-in-glow 4s linear both;
}
/**
 * ----------------------------------------
 * animation text-flicker-in-glow
 * ----------------------------------------
 */
@-webkit-keyframes text-flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    text-shadow: none;
  }
  10.1% {
    opacity: 1;
    text-shadow: none;
  }
  10.2% {
    opacity: 0;
    text-shadow: none;
  }
  20% {
    opacity: 0;
    text-shadow: none;
  }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
    opacity: 0;
    text-shadow: none;
  }
  30% {
    opacity: 0;
    text-shadow: none;
  }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 0;
    text-shadow: none;
  }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
    opacity: 0;
    text-shadow: none;
  }
  57% {
    opacity: 0;
    text-shadow: none;
  }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
    opacity: 0;
    text-shadow: none;
  }
  65% {
    opacity: 0;
    text-shadow: none;
  }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
    opacity: 0;
    text-shadow: none;
  }
  77% {
    opacity: 0;
    text-shadow: none;
  }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
    opacity: 0;
    text-shadow: none;
  }
  86% {
    opacity: 0;
    text-shadow: none;
  }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
}
@keyframes text-flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    text-shadow: none;
  }
  10.1% {
    opacity: 1;
    text-shadow: none;
  }
  10.2% {
    opacity: 0;
    text-shadow: none;
  }
  20% {
    opacity: 0;
    text-shadow: none;
  }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
    opacity: 0;
    text-shadow: none;
  }
  30% {
    opacity: 0;
    text-shadow: none;
  }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 0;
    text-shadow: none;
  }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
    opacity: 0;
    text-shadow: none;
  }
  57% {
    opacity: 0;
    text-shadow: none;
  }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
    opacity: 0;
    text-shadow: none;
  }
  65% {
    opacity: 0;
    text-shadow: none;
  }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
    opacity: 0;
    text-shadow: none;
  }
  77% {
    opacity: 0;
    text-shadow: none;
  }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
    opacity: 0;
    text-shadow: none;
  }
  86% {
    opacity: 0;
    text-shadow: none;
  }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

/* FINE PAGE NOT FOUND 404 */




/* GHOST */

@import url(https://fonts.googleapis.com/css?family=Ubuntu);

.box {
/*  width: 350px;
  height: 100%;
  max-height: 600px;
  min-height: 450px;
  background: transparent;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 50px;*/
}
.box .box__ghost {
  padding: 15px 25px 25px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -30%);
}
.box .box__ghost .symbol:nth-child(1) {
  opacity: .2;
  animation: shine 4s ease-in-out 3s infinite;
}
.box .box__ghost .symbol:nth-child(1):before, .box .box__ghost .symbol:nth-child(1):after {
  content: '';
  width: 12px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  bottom: 65px;
  left: 0;
}
.box .box__ghost .symbol:nth-child(1):before {
  transform: rotate(45deg);
}
.box .box__ghost .symbol:nth-child(1):after {
  transform: rotate(-45deg);
}
.box .box__ghost .symbol:nth-child(2) {
  position: absolute;
  left: -5px;
  top: 30px;
  height: 18px;
  width: 18px;
  border: 4px solid;
  border-radius: 50%;
  border-color: #fff;
  opacity: .2;
  animation: shine 4s ease-in-out 1.3s infinite;
}
.box .box__ghost .symbol:nth-child(3) {
  opacity: .2;
  animation: shine 3s ease-in-out .5s infinite;
}
.box .box__ghost .symbol:nth-child(3):before, .box .box__ghost .symbol:nth-child(3):after {
  content: '';
  width: 12px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  top: 5px;
  left: 40px;
}
.box .box__ghost .symbol:nth-child(3):before {
  transform: rotate(90deg);
}
.box .box__ghost .symbol:nth-child(3):after {
  transform: rotate(180deg);
}
.box .box__ghost .symbol:nth-child(4) {
  opacity: .2;
  animation: shine 6s ease-in-out 1.6s infinite;
}
.box .box__ghost .symbol:nth-child(4):before, .box .box__ghost .symbol:nth-child(4):after {
  content: '';
  width: 15px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  top: 10px;
  right: 30px;
}
.box .box__ghost .symbol:nth-child(4):before {
  transform: rotate(45deg);
}
.box .box__ghost .symbol:nth-child(4):after {
  transform: rotate(-45deg);
}
.box .box__ghost .symbol:nth-child(5) {
  position: absolute;
  right: 5px;
  top: 40px;
  height: 12px;
  width: 12px;
  border: 3px solid;
  border-radius: 50%;
  border-color: #fff;
  opacity: .2;
  animation: shine 1.7s ease-in-out 7s infinite;
}
.box .box__ghost .symbol:nth-child(6) {
  opacity: .2;
  animation: shine 2s ease-in-out 6s infinite;
}
.box .box__ghost .symbol:nth-child(6):before, .box .box__ghost .symbol:nth-child(6):after {
  content: '';
  width: 15px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  bottom: 65px;
  right: -5px;
}
.box .box__ghost .symbol:nth-child(6):before {
  transform: rotate(90deg);
}
.box .box__ghost .symbol:nth-child(6):after {
  transform: rotate(180deg);
}
.box .box__ghost .box__ghost-container {
  background: #ffdfdf;
  width: 100px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  margin: 0 auto;
  animation: upndown 3s ease-in-out infinite;
}
.box .box__ghost .box__ghost-container .box__ghost-eyes {
  position: absolute;
  left: 50%;
  top: 45%;
  height: 12px;
  width: 70px;
}
.box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left {
  width: 12px;
  height: 12px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  left: 0;
}
.box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right {
  width: 12px;
  height: 12px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  right: 0;
}
.box .box__ghost .box__ghost-container .box__ghost-bottom {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.box .box__ghost .box__ghost-container .box__ghost-bottom div {
  flex-grow: 1;
  position: relative;
  top: -10px;
  height: 20px;
  border-radius: 100%;
  background-color: #ffdfdf;
}
.box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n) {
  top: -12px;
  margin: 0 -0px;
  border-top: 15px solid #fff;
  background: transparent;
}
.box .box__ghost .box__ghost-shadow {
  height: 20px;
  box-shadow: 0 50px 15px 5px #CACACA;
  border-radius: 50%;
  margin: 0 auto;
  animation: smallnbig 3s ease-in-out infinite;
}
.box .box__description {
	position: relative;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	top: 180px;
}
.box .box__description .box__description-container {
  color: #fff;
  text-align: center;
  width: 200px;
  font-size: 16px;
  margin: 0 auto;
}
.box .box__description .box__description-container .box__description-title {
  font-size: 24px;
  letter-spacing: .5px;
}
.box .box__description .box__description-container .box__description-text {
  color: #8C8AA7;
  line-height: 20px;
  margin-top: 20px;
}
.box .box__description .box__button {
  display: block;
  position: relative;
  background: #FF5E65;
  border: 1px solid transparent;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  padding: 0 70px;
  white-space: nowrap;
  margin-top: 25px;
  transition: background .5s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.box .box__description .box__button:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 100px;
  background: #fff;
  bottom: -25px;
  left: 0;
  border: 2px solid #fff;
  transform: translateX(-50px) rotate(45deg);
  transition: transform .5s ease;
}
.box .box__description .box__button:hover {
  background: transparent;
  border-color: #fff;
}
.box .box__description .box__button:hover:before {
  transform: translateX(250px) rotate(45deg);
}

@keyframes upndown {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes smallnbig {
  0% {
    width: 90px;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 90px;
  }
}
@keyframes shine {
  0% {
    opacity: .2;
  }
  25% {
    opacity: .1;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: .2;
  }

}
#namepage{
	text-transform: capitalize;
}

.popup-add-to-cart {
    position: relative;
    background: #FFF;
    width: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 25px 45px;
    padding-top: 0;
  }


  .popup-product .btn-default{
    width: 100%;
    border-radius: 0;
    margin-top: 5px;
    background: #ecbeb7;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
  }

  #cartProductName{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 25px;
  }

  .message p{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
  }

  .modal-dialog{
    margin-top: 150px;
  }

  .modal-content{
    border-radius: 0;
  }

  .modal-header{
    padding-right: 25px;
    padding-top: 11px;
    padding-bottom: 0;
  }

  .popup-product img{
    width: 50%;
  }

  .modal-body{
    padding-top: 0;
  }


  #link_to_cart a.btn.btn-danger{
  	width: 100%;
	border-radius: 0;
	margin-top: 15px;
	color: #666;
	background-color: #fff;
	border-color: #ecbeb7;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 1rem;
  }

  #shipping_methods input{
  	margin-left: 0 !important;
  }

  #modal_wish .modal-content{
  padding-top: 0;
}

#modal_wish .message h2{
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 25px;
} 

.tit-wsh {
    margin-bottom: 10px;
    font-size: 13px;
    color: #215950;
}

#init_wishlist_form .checkbox {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 25px;
}

#wishlist_login_box {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #337abb;
    display: inline-block;
    width: 100%;
}

#wishlist_init_button, #wishlist_login_box #login_button {
    width: 100%;
    border-radius: 0;
    margin-top: 15px;
    color: #fff;
    background-color: rgb(226, 200, 198);
    border-color: rgb(226, 200, 198);
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0;
}

#link_to_wishlist a{
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
  background: #fff;
  color: #ec9082;
  font-weight: 200;
  text-transform: uppercase;
  border: 1px solid #ecbeb7;
  margin-top: 25px;
}


#modal_wish .fa-check-circle{
	color: #2fc859;
	margin-bottom: 15px;
}

.page-item.active .page-link {
    color: #000;
    background-color: #f2f2f2;
    border-color: #dbdbdb;
}

.infoPagamento p{
	font-size: 17px;
}

/* SLICK SLIDER */
.slick-dots {
	bottom: 20px;
}
.slick-dots li button::before {
	color: rgb(255, 255, 255);
	font-size: 14px;
	opacity: 0.75;
}
.slick-dots li button:hover::before,
.slick-dots li.slick-active button::before {
	color: rgb(166, 139, 139);
	opacity: 0.75;
}

.full-heart .fa-heart{
	font-weight: 900 !important;
}

.fa-heart.full{
	font-weight: 900 !important;
}

input.quantity:disabled {
  background: #fff;
}

.min-q{
	color: #d70808
}

.quote{
	margin-top: 40px;
	font-size: 15px !important;
	padding: 13px 14px;
	text-align: center;
	border: 1px dotted #e2c8c6;
	border-left: 5px solid #e2c8c6;
}

.quote strong{
	color: #ee928b;
	font-weight: 600;
}

.heart-top{
	/*font-size: 16px !important;*/
	/*margin-left: -5px !important;*/
	color:rgb(226, 200, 198) !important;
	position: relative;
}

.heart-top.heart-top{
	margin-left: 0 !important;
}

.check-type p{
	display: inline-block;
}

#gsr-contact label{
	font-weight: 600;
	font-size: 18px;
}

.title-form{
    font-size: 25px;
    font-weight: 500;
}

.pink{
	border-top: 2px solid rgb(226, 200, 198);
}

#gsr-contact textarea{
	height: 150px !important;
}

#form_status{
	text-align: center;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#form_status span{
	display: inherit;
	border: 1px solid #fa7a7a;
	padding: 15px;
	color: #ffffff;
	background: #fa7a7a;
}


.pink-lbl{
	position: absolute;
	right: 0;
	background: rgb(226, 200, 198) !important;
	padding: 5px 15px;
	color: #fff;
	right: 15px;
}

.invalid-tooltip{
    background-color: rgb(226, 200, 198);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: rgb(226, 200, 198);
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: rgb(218, 218, 218);
}
/*
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label, [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-left: 0;
}*/

.custom-control-label{
	left: 25px;
}