/*===================================================================================*/
/*  Pink Color

Primary: #C62589 - http://www.colorhexa.com/c62589
Primary Dark: #631244
Primary Light:
Secondary: #25c6b3 http://www.colorhexa.com/25c6b3
Secondary Dark: #258b80
Secondary Light:

/*===================================================================================*/





/*===================================================================================*/
/* Global
/*===================================================================================*/
body {
	font-family: 'Roboto', sans-serif;
	/* line-height: 21px; */
	/* color: #999999; */
}
h1,h2,h3,h4,h5,h6 {
	color: #3F0228;
}
.h5, h5 {
	font-size: 1rem;
}
.navbar {
	border-radius: 0;
}
.btn {
	border-radius: 0;
}

/* Page titles (needs redo) */
.page-title {
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top:15px;
	color:#C62589;
}
.page-subtitle {
	text-transform: uppercase;
	color: #999;
	line-height: 18px;
	font-size: 14px;
}

/* Section Titles (needs redo) */
@media (max-width: 768px) {
	.section {
		margin-bottom: 20px;
	}
}
.section-title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.section-title {
		margin-bottom: 20px;
		font-size: 30px;
	}
}
.section-subtitle {
	text-transform: uppercase;
	line-height: 30px;
}
.section-info {
	margin-right: 30px;
}
@media (max-width: 768px) {
	.section-info {
		margin-right: 0;
	}
}

.uppercase, .text-uppercase {
	text-transform: uppercase;
}
.text-secondary, a.text-secondary{
	color:#25c6b3;
}

/* PAGINATION */

.pagination {
	float: right;
}

@media (max-width: 768px) {
	.pagination {
		float: none;
		text-align: center;
		display: block;
		width: 100%;
		overflow: hidden;
	}
}
@media (max-width: 768px) {
	.pagination > li {
		float: none;
		display: inline-block;
	}
}
.pagination > li > a,
.pagination > li > span {
	margin-left: 10px !important;
	border-width: 2px;
	border-color: #ccc;
	font-size: 18px;
	line-height: 24px;
	color: #ccc;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:active,
.pagination > li > span:active,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #a6a6a6;
	border-color: #a6a6a6;
	background-color: transparent;
}
.pagination > li.active > a,
.pagination > li.active > span {
	background-color: transparent;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:active,
.pagination > li.active > span:active,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
	color: #FFF;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}

.pagination > li.active > a,
.pagination > li.active > span {
	border-color: #C62589;
	color: #C62589;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:active,
.pagination > li.active > span:active,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
	background-color: #C62589;
	border-color: #C62589;
}

hr {
	border-color: #fafafa;
	border-width: 5px;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.page-section {
	margin-top: 40px;
}
@media (max-width: 768px) {
	.page-section {
		margin-top: 20px;
	}
}
.dropdown-menu {
	border: none;
	border-radius: 0;
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
	.text-md-center {
		text-align: center;
	}
}

/* Yamm */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .dropdown-menu-right {
	left: auto;
	right: 0;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .yamm-content .product-item {
	margin-bottom: 0;
}
.yamm .yamm-content .product-item .product-name > a {
	color: #C62589;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.yamm .megamenu-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.yamm .menu-items {
	list-style: none;
	padding-left: 0px;
}
.yamm .menu-items > li {
	margin-bottom: 4px;
}
.yamm .menu-items > li > a {
	color: #FFF;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	-webkit-transition: text-shadow 0.2s ease-in-out;
	transition: text-shadow 0.2s ease-in-out;
}
.yamm .menu-items > li > a:hover {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	/* text-shadow: 0 1px 0px rgba(63, 2, 40, 0.6); */
	text-shadow:none;
}
.yamm .menu-items > li:before {
	content: "\00a0";
	width: 3px;
	height: 22px;
	background-color: #7ff0ea;
	margin-right: 10px;
}

.yamm .menu-items > li:before {
	background-color: #7ff0ea;
}



.yamm .menu-items > li.text-secondary > a {
	color: #25c6b3;
}
.yamm .menu-items > li.text-secondary:before {
	background-color: #25c6b3;
}

/*===================================================================================*/
/*  Checkbox & Radio
/*===================================================================================*/


/*

.checkbox,
.radio {
	margin-bottom: 12px;
	padding-left: 32px;
	position: relative;
	-webkit-transition: color 0.25s linear;
	transition: color 0.25s linear;
	font-size: 14px;
	line-height: 1.5;
}
.checkbox input,
.radio input {
	outline: none !important;
	display: none;
}
.checkbox .icons,
.radio .icons {
	color: #bdc3c7;
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
	text-align: center;
	line-height: 21px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: color 0.25s linear;
	transition: color 0.25s linear;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
	display: inline-table;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox:hover,
.radio:hover {
	-webkit-transition: color 0.25s linear;
	transition: color 0.25s linear;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
	opacity: 1;
	filter: alpha(opacity=100);
}
.checkbox.checked,
.radio.checked {
	color: #26c7b5;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #25c6b3;
	-webkit-transition: color 0.25s linear;
	transition: color 0.25s linear;
}
.checkbox.disabled,
.radio.disabled {
	cursor: default;
	color: #e6e8ea;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
	color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
	opacity: 1;
	filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
	color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #e6e8ea;
}
.checkbox.checked,
.radio.checked {
	color: #25c6b3;
}
.checkbox.checked .icons,
.radio.checked .icons {
	color: #25c6b3;
}
.checkbox.disabled,
.radio.disabled {
	cursor: default;
	color: #bdc3c7;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
	color: #bdc3c7;
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
	color: #bdc3c7;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: 10px;
}

*/

/*===================================================================================*/
/*  HEADER
/*===================================================================================*/
.header .container {
	position: relative;
}
.header .logo{
	margin:20px 0 0 0;
}
@media (max-width: 768px) {
	.header .logo{
		margin:20px auto 0 auto;
		width:327px;
	}
}
.header .block-search {
	margin-top: 10px;
}
.header .block-search .input-group .form-control {
	padding: 7px 12px;
	box-shadow: none;
}
.header .block-search .input-group .form-control::-moz-placeholder {
	color: #ffffff;
}
.header .block-search .input-group .input-group-btn .icon {
	color: #ffffff;
}
.header .nav-header-link {
	margin-top: 15px;
	margin-right: -15px;
	font-weight:bold;
}
.header #deskWidgetCloned{
	margin-top:10px;
}

@media (max-width: 768px) {
	.header .nav-header-link {
		text-align: center;
		margin-right: 0;
	}
	.desk-phone-search-area{
		margin-top: 0px !important;
	}
	form.block-search {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 768px) {
	.header .nav-pills > li {
		display: block;
		width: 100%;
	}
	.header form.block-search {
		margin-top: 0;
	}
}

@media (max-width: 400px) {
	form.block-search{
		margin-top: 0;
	}
}

.header .nav-header-link > li {
	float: left;
}
@media (max-width: 768px) {
	.header .nav-header-link > li {
		float: none;
		display: inline-block;
	}
}
.header .nav-header-link > li > a,
.header .nav-header-link > li > a:hover,
.header .nav-header-link > li > a:focus,
.header .nav-header-link > li > a:active {
	background-color: transparent;
	padding: 10px 23px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.header .nav-header-link > li > a,
	.header .nav-header-link > li > a:hover,
	.header .nav-header-link > li > a:focus,
	.header .nav-header-link > li > a:active {
		padding: 10px 12px;
	}
}
.header .nav-header-link > li:after {
	content: "";
	height: 19px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
}
.header .nav-header-link > li:last-child:after {
	display: none;
}
.header .nav-header-link > li:last-child > a {
	padding-right: 0;
}
@media (max-width: 768px) {
	.header .nav-header-link > li:last-child > a {
		padding-right: 12px;
	}
}

.header .navbar-primary {
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.header .navbar-primary .collapse.navbar-collapse{
		padding-left:0;
		padding-right:0;
	}
}
.header .navbar-primary .collapsing {
	primary-color-light-webkit-transition: none 0;
	-moz-transition: none 0;
	transition: none 0;
}
.header .navbar-primary .navbar-toggle {
	width: 100%;
}

.header .navbar-primary .navbar-toggle .menu-icon{
	padding-top:3px;
}

.header .navbar-primary .navbar-toggle .icon-bar {
	background-color: #fff;
}
.header .navbar-primary .nav {
	margin-top: -5px;
}
.header .navbar-primary .navbar-nav .nav-item .nav-link {
	font-weight: 700;
	color: #FFF;
	padding: 17.5px 9px;
	border-top: 5px solid transparent;
}
.header .navbar-primary .navbar-nav > li > .dropdown-menu {
	color: #FFF;
	border-radius: 0;
}
.header .navbar-primary .navbar-nav > li > .dropdown-menu > li > a {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.header .navbar-primary .navbar-btn {
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	animation-name: slidenavAnimation;
	animation-duration: 200ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-name: slidenavAnimation;
	-webkit-animation-duration: 200ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: slidenavAnimation;
	-moz-animation-duration: 200ms;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
	from {
		margin-top: -30px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@-webkit-keyframes slidenavAnimation {
	from {
		margin-top: -30px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
	#navbar-primary-collapse {
		max-height: none;
	}
	#navbar-primary-collapse .nav {
		margin-top: 0;
	}
	.header .nav-header-link {
		margin-top: 15px;
		margin-bottom: 10px;
		float: none !important;
	}
	.header .btn-shopping-cart {
		padding: 12px;
	}
	.header .btn-shopping-cart img {
		margin-right: 0;
	}
}

.vert-divider{
	border-right:1px solid #DDD;
}

.header .nav.nav-pills {
/* 	margin-top: 10px; */
/* 	margin-bottom: 10px; */
	text-transform: uppercase;
	font-size: 14px;
}

.header .nav.nav-pills > li > a{
	padding:0;
	margin:0;
}
.header .nav.nav-pills  > li  > a:hover{
	background:none;
	color:#631244;
}

.header .nav li a .badge{
	background:#f6cde6;
}

/* @media (max-width: 768px) {
		.header .nav-pills > li {
			display: table-cell;
			width: 1%;
		}
} */

@media (max-width: 400px) {
	.header .nav-pills > li > a i {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header .nav-pills > li > a i {
		display: none;
	}
}

.header .well{
	padding:10px;
}
.header .well a:hover{
	text-decoration: none;
}

img[src="assets/images/blank.gif"] {
	background: url("/assets/images/ajax.gif") no-repeat scroll center center #ffffff;
	width: 100%;
}
.row.related-products-section {
	padding-top: 40px;
}
.form-coupon-code .form-control {
	padding: 7.5px 12px;
}

/* ##cart */
.table-cart-summary .cart-item-remove {
	text-decoration: none;
}
.table-cart-summary .cart-item-remove:hover,
.table-cart-summary .cart-item-remove:focus {
	color: #990000;
}
.content.content-404 {
	padding: 120px 0px;
}
.table-cart-summary input.cartLineQty{
	width:50px;
}

/*===================================================================================*/
/*  OWL CAROUSEL (for overrides, base css loaded in plugins.css)
/*===================================================================================*/
.owl-carousel{text-align:center;cursor:default}.owl-controls{display:inline-block;position:relative;margin-top:40px}.owl-pagination{position:relative;line-height:30px}.owl-buttons{display:block}.home-page-carousel:hover .owl-prev{left:-40px;opacity:.8}.home-page-carousel:hover .owl-prev:hover{opacity:1}.home-page-carousel:hover .owl-next{right:-40px;opacity:.8}.home-page-carousel:hover .owl-next:hover{opacity:1}.owl-outer-nav:after{content:"";position:absolute;top:0;left:-15%;width:130%;height:100%;z-index:0}.owl-outer-nav .owl-next,.owl-outer-nav .owl-pagination,.owl-outer-nav .owl-prev,.owl-outer-nav .owl-wrapper-outer{z-index:1}.owl-outer-nav .owl-controls{position:static}.owl-outer-nav .owl-prev{left:-65px}.owl-outer-nav .owl-next{right:-65px}.owl-outer-nav:hover .owl-prev{left:-80px}.owl-outer-nav:hover .owl-next{right:-80px}.owl-ui-md .owl-pagination{line-height:45px}.owl-ui-md .owl-next,.owl-ui-md .owl-prev{width:45px;height:45px;font-size:45px}.owl-ui-md .owl-prev{left:-55px}.owl-ui-md .owl-next{right:-55px}.owl-ui-md:hover .owl-prev{left:-60px}.owl-ui-md:hover .owl-next{right:-60px}.owl-outer-nav.owl-ui-md:after{left:-18%;width:136%}.owl-outer-nav.owl-ui-md .owl-prev{left:-85px}.owl-outer-nav.owl-ui-md .owl-next{right:-85px}.owl-outer-nav.owl-ui-md:hover .owl-prev{left:-100px}.owl-outer-nav.owl-ui-md:hover .owl-next{right:-100px}.owl-ui-lg .owl-pagination{line-height:60px}.owl-ui-lg .owl-next,.owl-ui-lg .owl-prev{width:55px;height:55px;font-size:42px;line-height:64px}.owl-ui-lg .owl-prev{left:-75px}.owl-ui-lg .owl-next{right:-75px}.owl-ui-lg:hover .owl-prev{left:-80px}.owl-ui-lg:hover .owl-next{right:-80px}.owl-outer-nav.owl-ui-lg:after{left:-22%;width:144%}.owl-outer-nav.owl-ui-lg .owl-prev{left:-105px}.owl-outer-nav.owl-ui-lg .owl-next{right:-105px}.owl-outer-nav.owl-ui-lg:hover .owl-prev{left:-120px}.owl-outer-nav.owl-ui-lg:hover .owl-next{right:-120px}.owl-inner-nav .owl-controls{position:static}.owl-inner-nav .owl-prev{left:45px}.owl-inner-nav .owl-next{right:45px}.owl-inner-nav:hover .owl-prev{left:30px}.owl-inner-nav:hover .owl-next{right:30px}.owl-inner-nav .owl-next,.owl-inner-nav .owl-prev,.owl-outer-nav .owl-next,.owl-outer-nav .owl-prev{bottom:70px}.owl-inner-nav.owl-ui-md .owl-next,.owl-inner-nav.owl-ui-md .owl-prev,.owl-outer-nav.owl-ui-md .owl-next,.owl-outer-nav.owl-ui-md .owl-prev{bottom:85px}.owl-inner-nav.owl-ui-lg .owl-next,.owl-inner-nav.owl-ui-lg .owl-prev,.owl-outer-nav.owl-ui-lg .owl-next,.owl-outer-nav.owl-ui-lg .owl-prev{bottom:100px}.owl-inner-pagination .owl-next,.owl-inner-pagination .owl-pagination,.owl-inner-pagination .owl-prev{margin-top:-40px;top:-60px}.owl-inner-pagination.owl-ui-md .owl-next,.owl-inner-pagination.owl-ui-md .owl-pagination,.owl-inner-pagination.owl-ui-md .owl-prev{margin-top:-50px;top:-65px}.owl-inner-pagination.owl-ui-lg .owl-next,.owl-inner-pagination.owl-ui-lg .owl-pagination,.owl-inner-pagination.owl-ui-lg .owl-prev{margin-top:-60px;top:-75px}.owl-inner-pagination.owl-inner-nav .owl-next,.owl-inner-pagination.owl-inner-nav .owl-prev,.owl-inner-pagination.owl-outer-nav .owl-next,.owl-inner-pagination.owl-outer-nav .owl-prev{margin:auto;top:0;bottom:43px}.owl-inner-pagination .owl-pagination{-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;opacity:0}.owl-inner-pagination:hover .owl-pagination{opacity:1}.owl-inner-pagination.owl-inner-nav .owl-pagination,.owl-inner-pagination.owl-outer-nav .owl-pagination{top:-45px}.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination{top:-50px}.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination,.owl-inner-pagination.owl-outer-nav:hover .owl-pagination{top:-60px}.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination{top:-65px}.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination{top:-75px}

#owl-main .height-lg .item{height:675px}#owl-main .item{height:525px;width:100%;background-color:#FFF;background-position:center 55%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}
#owl-main .item .container{display:table;height:inherit}
#owl-main .item .container .caption.text-center{display:table-cell;/*text-transform:uppercase*/}
#owl-main .item .container .caption .text-xxl, .text-xxl{font-size:80px;line-height:92px;font-weight:700;margin-bottom:15px;}
#owl-main .item .container .caption .text-xl, .text-xl{font-size:60px;line-height:72px;font-weight:700;margin-bottom:15px;}
#owl-main .item .container .caption .text-lg, .text-lg{font-size:40px;line-height:48px;}
#owl-main .item .container .caption .text-md, .text-md{font-size:24px;line-height:28px;}
#owl-main .item .container .caption .text-sm, .text-sm{font-size:18px;line-height:22px;}
#owl-main .item .container .caption .btn-main{margin-top:20px;}

/* #owl-main .item .container .caption .big-text{color:#C62589;text-shadow:1px 1px 0 #000} */
/*
#owl-main .item .container .caption .big-text.big-text-primary-dark{color:#C62589;text-shadow:1px 1px 0 #631244}
#owl-main .item .container .caption .big-text.big-text-secondary{color:#25c6b3;text-shadow:1px 1px 0 #000}
*/
#owl-main .owl-controls{display:block;position:static;margin-top:-47px}
#owl-main .owl-pagination{background:#FFF;line-height:inherit;position:relative;bottom:-40px;padding:10px;display:inline-block;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:auto;opacity:0;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}
#owl-main .owl-next,#owl-main .owl-prev{bottom:0}
.home-page-carousel .owl-next,.home-page-carousel .owl-prev{display:inline-block;position:absolute;top:0;bottom:0;color:#FFF;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:auto;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;opacity:.2;width:55px;height:55px;font-size:42px;line-height:64px}
#owl-main .item .container .vertical-top{vertical-align:top;padding-bottom:8vh}
#owl-main .item .container .vertical-center{vertical-align:center;padding-top:10vh}
#owl-main:hover .owl-pagination{bottom:-25px;opacity:1}
.home-page-carousel .owl-controls .owl-page{display:inline-block}
.home-page-carousel .owl-controls .owl-pagination .owl-page span{display:block;width:15px;height:15px;border:1px solid #fff;-webkit-border-radius:50%;border-radius:50%;margin:0 5px;background:#d3d3d3;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}
.owl-item.loading{min-height:inherit;background:0 0}


#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
	background: #17c7be;
}
.owl-prev,
.owl-next {
	background: #17c7be;
}
.home-page-carousel .owl-controls .owl-pagination .owl-page span:hover,
.home-page-carousel .owl-controls .owl-pagination .owl-page.active span {
	background: #17c7be;
}

.controls .btn {
	font-size: 30px;
}
.controls.controls-sm .btn {
	font-size: 16px;
}
.home-carousel-wrap .controls a.btn{
	margin-top:50px;
}

@media (max-width: 768px) {

	.controls .btn {
		margin-top: 45px;
		max-width: 100%;
	}
	.controls.controls-sm .btn {
			margin-top: 0px;
			max-width: 100%;
	}

	.home-carousel-wrap .controls a.btn{
		font-size:14px;
		margin-top:50px;
		padding:4px;
	}

}

.home-owl-carousel .product-item img{
	max-height: 150px;
}


.product-item-column h3{
	font-size:14px;
	text-transform: uppercase;
}
.product-item-column h3 a{
	color:#333;
}

::-moz-selection {
	background-color: #17c7be;
}
::selection {
	background-color: #17c7be;
}

/* ##cart */
.table-cart-summary .unit-price {
	color: #17c7be;
}
.table-cart-summary .final-total .final-total-value {
	color: #17c7be;
}

/* ##home */

.promo-block{
	display: block;
	text-align: center;
	background:#fceef7;
	padding:15px 0;
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
}
.col-even .promo-block{
	background:#f9deee;
}
.promo-block:hover{
	background: #f3cfe6;
	text-decoration: none;

}
.promo-block .promo-icon{
	font-size: 80px;
}
.promo-block h4{
	font-size:18px;
	text-transform: uppercase;
	color:#C62589;
}
div.col-md-2.col-sm-2.col-xs-4.promo-block-wrap{
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.container-promo-block{
	margin-top:15px;
}

.content-intro{
	margin-top:20px;
}



@media (max-width: 768px) {
	.home-page-intro{
		margin-top:15px;
	}
}

/* ##checkout */
.order-steps > li:before {
	background-color: #17c7be;
}
.order-steps > li:after {
	border-top: 2px solid #17c7be;
}

body#Checkout .btn.dropdown-toggle.selectpicker.btn-default{
	height: 53px;
	border: 2px solid #DDD;
}

body#Checkout .dropdown-menu.inner.selectpicker{
	max-height: 300px;
	overflow-y:scroll;
}

/* ##footer */
.footer .module .module-header .module-title {
	color: #17c7be;
}
.footer address strong {
	color: #17c7be;
}
.footer .btn {
	color: #17c7be;
}
.footer .list-link > li > a:before {
	background-color: #17c7be;
}
.footer .navbar-footer {
	background-color: #17c7be;
	color: #FFF;
}
.footer .navbar-footer .nav > li > a:hover {
	background-color: #16beb5;
}
#copyright{
	background:#C62589;
	color:#f97eca;
	text-align: center;
}
#copyright a{
	color:#f97eca;
}

/* ##bootstrap */
.primary {
	color: #17c7be;
}
.breadcrumb{
	margin-bottom:0;
}
body .text-primary{
	color: #C62589;
}
.btn-primary {
	background-color: #17c7be;
	border-color: #16beb5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #14b0a8;
	border-color: #13a79f;
}

.table thead th {
	background: #25c6b3;
	color: #FFF;
}
.well.well-white{
	background-color:#FFF;
}
.well.well-white-transparent-50{
	background: url(/assets/well_transparent_FFF.png) 0 0 repeat;
	border:0;
}
.well.well-white-transparent-75{
	background: url(/assets/well_transparent_FFF_75.png) 0 0 repeat;
	border:0;
}
.well-border-light{
	border-color:#f5f5f5;
}
.well.well-padding-lg{
	padding:30px;
}
.well.well-padding-md{
	padding:20px;
}
.well.well-padding-sm{
	padding:10px;
}

/* breadcrumbs */
@media (max-width: 500px) {
	ul.breadcrumb > li + li:before, ol.breadcrumb > li + li:before {
			content: none;
	}

	ul.breadcrumb > li, ul.breadcrumb > li a, ol.breadcrumb > li, ol.breadcrumb > li a{
		/* display: block; */
	}
}

select.form-control.square {
	border-radius: 0 !important;
	-webkit-appearance: none;
}

/* ##pagination */
.pagination > li.active > a,
.pagination > li.active > span {
	border-color: #17c7be !important;
	color: #17c7be !important;
}
.page-item.active .page-link {
	background-color: #ffffff;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:active,
.pagination > li.active > span:active,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
	background-color: #17c7be !important;
	border-color: #17c7be !important;
	color: #ffffff !important;
}

/* ##header */
.header {
	/*border-top: 5px solid #17c7be;*/
}
.header .nav-header-link > li > a,
.header .nav-header-link > li > a:hover,
.header .nav-header-link > li > a:focus,
.header .nav-header-link > li > a:active {
	color: #0e7974;
}
.header .nav-header-link > li:after {
	border-right: 1px solid #4deae2;
}
.header .nav-header-link .total-cart-amount {
	color: #17c7be;
}
.header .btn-shopping-cart {
	background-color: #C62589;
	color: #FFF;
}
.header .navbar-primary {
	background-color: #17c7be;
	color: #FFF;
}
.header .navbar-primary .navbar-nav > li > a:hover,
.header .navbar-primary .navbar-nav > li > a:focus,
.header .navbar-primary .navbar-nav > li > a:active {
	background-color: #16beb5;
	border-top: 5px solid #13a79f;
}
.header .navbar-primary .navbar-nav > li > .dropdown-menu {
	background-color: #16beb5;
}
.header .navbar-primary .navbar-nav > li > .dropdown-menu > li > a:hover {
	background-color: #13a79f;
}
.header .navbar-primary .navbar-nav .open > a,
.header .navbar-primary .navbar-nav .open > a:hover,
.header .navbar-primary .navbar-nav .open > a:focus,
.header .navbar-primary .navbar-nav .open > a:active {
	background-color: #16beb5;
	border-top: 5px solid #13a79f;
}

.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }

.table thead tr th {
	text-transform: uppercase;
	font-size: 16px;
	/* line-height: 24px; */
	border-bottom: none;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
	border-top: 5px solid #f5f5f5;
}
.price {
	color: #25c6b3;
	font-weight: bold;
}
.btn-primary {
	text-transform: uppercase;
}
.btn-secondary {
	background-color: #25c6b3;
	border-color: #258b80;
	text-transform: uppercase;
	color: #FFF;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: #59e0d0;
	border-color: #258b80;
	color: #FFF;
}
.btn-inverse {
	background-color: #3F0228;
	border-color: #2e2e2e;
	text-transform: uppercase;
	color: #FFF;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active {
	background-color: #262626;
	border-color: #212121;
	color: #FFF;
}
.btn-ky {
	padding: 6px 18px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
}
.btn-lg,
.strong {
	font-weight: bold;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
}
.label-lg {
	font-size: 18px;
	line-height: 24px;
}
.label-secondary {
	background-color: #25c6b3;
	border-color: #258b80;
}
.page-subtitle + .page-section,
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-20 {
	margin-top: 20px;
}
.no-margin-top {
	margin-top: 0 !important;
}
label {
	font-weight: normal;
}

/* ##checkbox */
.checkbox.primary .icons,
.radio.primary .icons {
	color: #17c7be;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background: #17c7be;
	border: 1px solid #4deae2;
}

/* ##forms */
.block-search .input-group .form-control {
	background: #7ff0ea;
	border: #7ff0ea;
}

/* ##header */
.header .navbar-primary {
	border-bottom: 1px solid #0e7974;
}

/* ##mischtml */
blockquote {
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	color: #3F0228;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	padding: 0 0 30px 0;
}
blockquote:after {
	content: "\201D";
}
blockquote:before {
	content: "\201C";
}

.block {
	text-align: center;
}
.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.centered {
	display: inline-block;
	vertical-align: middle;
}
.content{
/* 	min-height:500px; */
}



.videos-section {
	background-color: #f9f9f9;
	padding: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

@media (max-width: 768px) {
	.videos-section {
		padding:0;
		background:#FFF;
	}
}

/*===================================================================================*/
/*  Detail Page
/*===================================================================================*/

.category-description{
	padding-bottom:10px;
}
.authorized-reseller{
	max-height: 80px;
	margin: 5px 0 5px 5px;
}
#product-detail-accordion{
	margin-top:30px;
}
#product-detail-accordion .panel-body {
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 768px) {
	#product-detail-accordion {
		margin-bottom: 20px;
	}
}

#product-detail-accordion .panel {
	border-radius: 0;
}

#product-detail-accordion .panel-default {
	border: none;
	box-shadow: none;
}

#product-detail-accordion .panel-default .panel.panel-product-review{
	border:1px solid #DDD;
	padding:10px;
	margin-bottom:10px;
}
#product-detail-accordion .panel-default > .panel-heading {
	background-color: #FFF;
	padding: 19px 28px;
	border: 1px solid #d7d7d7;
}
#product-detail-accordion .panel-default .panel.panel-product-review .panel-heading {
	background-color: #FFF;
	padding: 5px;
	font-size:14px;
	border:none;
	border-bottom: 1px solid #d7d7d7;
}
#product-detail-accordion .panel-default > .panel-heading .panel-title {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

body#ProductDetail h1.product-name{
	color:#C62589;
	font-size:26px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.product-detail{
	margin-top:15px;
}

body#ProductDetail .alert.alert-warning{
	padding:5px;
}

/*
body#ProductDetail thead th, form.insertCartLine thead th {
	background: #f5f5f5;
	color:#999;
	font-size:14px;
}
*/

body#ProductDetail tbody td, form.insertCartLine tbody td {
	vertical-align: middle;
}

body#ProductDetail .table thead > tr > th, form.insertCartLine .table thead > tr > th,
body#ProductDetail .table tbody > tr > th, form.insertCartLine .table tbody > tr > th,
body#ProductDetail .table tfoot > tr > th, form.insertCartLine .table tfoot > tr > th,
body#ProductDetail .table thead > tr > td, form.insertCartLine .table thead > tr > td,
body#ProductDetail .table tbody > tr > td, form.insertCartLine .table tbody > tr > td,
body#ProductDetail .table tfoot > tr > td, form.insertCartLine .table tfoot > tr > td {
	border-top: 1px solid #f5f5f5;
}

body#ProductDetail .table tr.tr-selected{

}


body#ProductDetail .table tr.tr-selected, form.insertCartLine .table tr.tr-selected {
	transition: all 0.25s linear;
	font-weight: bold;
	background-color:#dff0d8
}
body#ProductDetail .table tr.tr-unselected, form.insertCartLine .table tr.tr-unselected {
	transition: all 0.25s linear;
	color: inherit;
	font-weight: inherit;
	background-color:inherit;
}


#product-detail-accordion .panel-default > .panel-heading .panel-title > a,
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:hover,
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:focus,
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:active {
	text-decoration: none;
	display: block;
}
#product-detail-accordion .panel-default > .panel-heading .panel-title > a .contract,
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:hover .contract,
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:focus .contract,
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:active .contract {
	display: inline;
	margin-top: -5px;
}
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:hover .expand,
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:focus .expand,
#product-detail-accordion .panel-default > .panel-heading .panel-title > a:active .expand  {
	display: none;
	margin-top: -5px;
}
#product-detail-accordion .panel-default > .panel-heading .panel-title > a.collapsed .contract {
	display: none;
	margin-top: -5px;
}
#product-detail-accordion .panel-default > .panel-heading .panel-title > a.collapsed .expand {
	display: inline;
	margin-top: -5px;
}


body#ProductDetail #product-detail-accordion .panel-product-colors .panel-body .list-group a.list-group-item{
	font-size:13px;
}

#slider,
#thumbnails {
	margin: 0 auto;
}

#thumbnails img {
	width: 80px;
	margin: 0 auto;
}
#thumbnails .item{
	cursor:pointer;
	height:82px;
	border:1px solid #DDD;
	margin-right:2px;

	display: table-cell;
	float: none;
	vertical-align:middle;
	max-width:135px;
	width:135px;
}

#slider.owl-carousel .owl-wrapper, #thumbnails.owl-carousel .owl-wrapper {
	display: table !important;
}

#slider .owl-item, #thumbnails .owl-item{
	display: table-cell;
	float: none;
	vertical-align:middle;
}

#slider{
	margin-bottom:10px;
}
#slider img{
	max-height: 450px;
}


/*===================================================================================*/
/* Cart Page
/*===================================================================================*/
.authentication .page-section {
	margin-bottom: 40px;
}
.authentication label {
	font-weight: normal;
	color: #666;
}
.authentication .radio {
	margin-bottom: 20px;
}
.authentication .radio input {
	margin-right: 15px;
}
.authentication .checkbox input {
	margin-right: 15px;
}
.table-cart-summary .media > .pull-left {
	margin-right: 30px;
}
.table-cart-summary .product-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.table-cart-summary .price {
	line-height: 30px;
}
.table-cart-summary .unit-price {
	font-size: 18px;
	font-weight: bold;
}
.table-cart-summary .final-total {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.table-cart-summary .final-total .final-total-text {
	text-transform: uppercase;
}
.table-cart-summary .control-label {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
}
.table-cart-summary .form-coupon-code {
	margin-top: 24px;
}
.table-cart-summary .form-coupon-code .form-control {
	width: 190px;
	border-radius: 0;
	box-shadow: none;
}
.table-cart-summary .cart-item-remove {
	color: #999;
	font-size: 24px;
}
.table-cart-summary thead > tr th {
}
.table-cart-summary tfoot > tr th,
.table-cart-summary tfoot > tr .control-label,
.table-cart-summary tfoot > tr .final-total-text {
	color: #3F0228;
}
.table-cart-summary tbody > tr > td {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*===================================================================================*/
/*  Checkout Page
/*===================================================================================*/

/*

body#Checkout .help-block{
	font-size:12px;
	color:#b3b3b3;
}
body#Checkout .panel-heading{
	background:#C62589;
	color:#FFF;
}
body#Checkout .panel-title{
	font-size: 16px;
	text-transform: uppercase;
	background:#C62589;
	color:#FFF;
}

*/

/* panels within panels */

/*

body#Checkout .panel-body .panel .panel-heading .panel-title{
	background:#C62589;
	color:#FFF;
	font-size:16px;
}

*/

/* errors */
.checkout-form textarea.error,input.error, .checkout-form li.error p, .checkout-form p.error, #collapseDeliveryMethods label.error{
		border: 1px solid #f7a7a0;
		background: #FFDFDF;
}

.checkout-form li.error p, .checkout-form p.error {
		padding: 5px;
}
.checkout-form label.error {
		/* width: 300px; */
		clear: both;
		/* margin-left: 120px; */
		color: #C50000;
		font-style: italic;
		background: url(https://www.dreamtimecreations.com/checkout/shared/img/error_small.png) 0 50% no-repeat;
		padding-left: 18px;
		line-height: 14px;
		font-size: 12px;
		display: block;
		float:left;
}
#collapseDeliveryMethods label.error{
	clear:both;
	float:left;
	width:100%;
	margin:10px 0;
}


/* payment */
.checkout-form .payment-module {
	border: 1px solid #d7d7d7;
	padding: 5px;
}
.checkout-form .payment-module label {
	text-transform: uppercase;
	font-weight: bold;
}
.checkout-form .payment-module .payment-options {
	text-transform: uppercase;
	font-weight: bold;
}

.checkout-form .form-actions {
	margin-top: 20px;
}

/* form */
.required:after {
	content: " *";
	color: #cc0000;
}

/* order summarty */
.table-order-summary tbody tr th {
	text-transform: uppercase;
	border-width: 5px;
	border-color: #f5f5f5;
	color: #3F0228;
}
.table-order-summary tbody tr td {
	border-width: 5px;
	border-color: #f5f5f5;
}


/* steps */
.order-steps > li > a {
	font-size: 18px;
	line-height: 24px;
	color: #3F0228;
	padding-top: 20px;
}
.order-steps > li > a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
.order-steps > li:first-child:after {
	left: 50%;
}
.order-steps > li:last-child:after {
	right: 50%;
}
.order-steps > li:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: block;
	margin: 10px auto;
}
.order-steps > li:after {
	content: "";
	display: block;
	top: -70px;
	position: relative;
}
@media (max-width: 768px) {
	.order-steps > li:after {
		border-top: none;
	}
}
.order-steps > li.active:before {
	content: "";
	width: 33px;
	height: 33px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.05), 0 5px 2px rgba(0,0,1,.05);
	box-shadow: 0 0 15px rgba(0,0,0,.05), 0 5px 2px rgba(0,0,1,.05);
	background-color: #FFF;
	border: 3px solid #e5e5e5;
	display: block;
	border-radius: 20px;
	position: relative;
	top: 10px;
	z-index: 9;
}
.order-steps > li.active > a {
	background-color: transparent;
	color: #3F0228;
}
.order-steps > li.active > a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

/*===================================================================================*/
/*  Sidebar
/*===================================================================================*/
.sidebar .sidebar-section {
	border-bottom: 5px solid #fafafa;
	padding-bottom: 25px;
}
.sidebar .sidebar-title {
	font-size: 24px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	color:#C62589;
}
.sidebar .sidebar-section .list-group {
	margin-bottom:0;
}

/*===================================================================================*/
/*  Footer
/*===================================================================================*/
.footer {
	background-color: #f5f5f5;
	padding-top: 20px;
	color: #999;
	margin-top: 20px;
	border-top:3px solid #f0f0f0;
}
.footer h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 35px;
	color:#999;
}
@media (max-width: 768px) {
	.footer {
		padding-top: 20px;
		margin-top: 20px;
	}

	.footer h4 {
		margin-top:20px;
	}
}
.footer .list-social-icons {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer .list-social-icons:before,
.footer .list-social-icons:after {
	content: " ";
	display: table;
}
.footer .list-social-icons:after {
	clear: both;
}
@media (max-width: 768px) {
	.footer .list-social-icons {
		text-align: center;
	}
}
.footer .list-social-icons > li {
	float: left;
	margin: 0 10px 10px 0;
}
@media (max-width: 768px) {
	.footer .list-social-icons > li {
		float: none;
		display: inline-block;
		margin:0;
	}
}
.footer .list-social-icons > li > a {
	display: block;
	height: 40px;
	width: 40px;
	background-color: #C62589;
}
.footer .list-social-icons > li > a:hover,
.footer .list-social-icons > li > a:focus,
.footer .list-social-icons > li > a:active {
	background-color: #25c6b3;
	text-decoration: none;
}
.footer .list-social-icons > li > a span {
	font-size: 18px;
	color: #fff;
	padding: 10px 12px;
	display: block;
}
.footer .list-social-icons > li:last-child {
	margin-right: 0;
}
.footer .list-payment-logos {
	list-style: none;
	padding-left: 0;
}
.footer .list-payment-logos:before,
.footer .list-payment-logos:after {
	content: " ";
	display: table;
}
.footer .list-payment-logos:after {
	clear: both;
}
@media (max-width: 768px) {
	.footer .list-payment-logos {
		text-align: center;
	}
}
.footer .list-payment-logos > li {
	float: left;
	margin: 0 10px 10px 0;
}
@media (max-width: 768px) {
	.footer .list-payment-logos > li {
		float: none;
		display: inline-block;
		margin-bottom: 10px;
	}
}
.footer .list-payment-logos > li:last-child {
	margin-right: 0;
}
.footer .list-link {
	list-style: none;
	padding-left: 0;
}
.footer .list-link > li > a {
	color: #666666;
	display: block;
	padding: 4px 0;
}
.footer .list-link > li > a:hover {
	color: #25c6b3;
	text-decoration: none;
}
.footer .list-link > li > a:hover:before {
	background-color: #25c6b3;
}
.footer .list-link > li > a:before {
	width: 3px;
	height: 13px;
	content: "";
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 2px;
}

@media (max-width: 767px) {
	#owl-main .item .container .caption.text-center .big-text {
		font-size: 40px;
		margin-bottom: 80px;
		padding-bottom: 20px;
	}
	#owl-main .owl-prev,
	#owl-main .owl-next {
		bottom: -45px;
	}
	#owl-main:hover .owl-pagination {
		bottom: -10px;
	}
	.header .block-search {
		margin-top: 0px;
		margin-bottom: 0px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	.header .btn-shopping-cart img {
		margin-right: 10px;
	}
	.block-header-links {
		margin-top: 15px;
	}
	.block-header-links .nav-header-link {
		text-align: left;
		margin-top: 0px;
		margin-right: 0px;
	}
	.block-header-links .nav-header-link > li a {
		padding: 8px 10px;
	}
	#owl-main .item .container .vertical-center {
		padding-top: 8vh;
	}
	#owl-main:hover .owl-pagination {
		bottom: -7px;
	}
	.page-section .section-info .text-md-center {
		text-align: center;
	}
	.product-item-list-view .product-detail .product-description {
		margin: 20px 0px 17px;
	}
	.header .block-search {
/*     margin-top: 50px; */
	}
	.row.product-item .product-detail,
	.row.product-item .product-actions {
		text-align: left;
	}
	.product-carousel .carousel-control {
		margin-top: 0px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#owl-main:hover .owl-pagination {
		bottom: -17px;
	}
}

.primary-color {
	color: #C62589;
}
.primary-color-fill {
	fill: #C62589;
}
a,
a:hover,
a:focus,
a:active {
	color: #C62589;
}
::-moz-selection {
	background-color: #f3bdde;
}
::selection {
	background-color: #f3bdde;
}
.content-404 .info-404 h1 {
	color: #C62589;
}
.content-404 .info-404 .primary-link {
	color: #C62589;
}
.table-cart-summary .unit-price {
	color: #C62589;
}
.table-cart-summary .final-total .final-total-value {
	color: #C62589;
}
.block-promo .promo-item {
	background-color: #fceef7;
}
.block-promo .promo-item .promo-image-container .promo-icon {
	color: #C62589;
}
.block-promo .promo-item:nth-child(even) {
	background-color: #f9deee;
}
.quoter .name {
	color: #C62589;
}
.videos-section .section-title {
	color: #C62589;
}
.order-steps > li:before {
	background-color: #C62589;
}
.order-steps > li:after {
	border-top: 2px solid #C62589;
}
.footer .module .module-header .module-title {
	color: #8c8c8c;
}
.footer address strong {
	color: #C62589;
}
.footer .btn {
	color: #C62589;
}
.footer .list-link > li > a:before {
	background-color: #C62589;
}
.footer .navbar-footer {
	background-color: #C62589;
	color: #FFF;
}
.footer .navbar-footer .nav > li > a:hover {
	background-color: #e36ab5;
}
.sidebar .view-switcher li.active > a {
	color: #C62589;
}
.sidebar .sidebar-sort .btn {
	border-color: #C62589;
}
.btn-primary-light {
	background-color: #e98bc6;
}
.btn-primary-very-light {
	background-color: #f6cde6;
}
.primary {
	color: #C62589;
}
.btn-primary {
	background-color: #C62589;
	border-color: #e36ab5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #e6435f;
	border-color: #d72894;
}
/*.dropdown-toggle.btn-primary{
	background-color: @primary-color;
	border-color: darken(@primary-color, 2%);
}*/
.list-dtc > li:before {
	background-color: #f6cde6;
}

.header {
	border-top: 2px solid #C62589;
}
.header .nav-header-link > li > a,
.header .nav-header-link > li > a:hover,
.header .nav-header-link > li > a:focus,
.header .nav-header-link > li > a:active {
	color: #C62589;
}
.header .nav-header-link > li:after {
	border-right: 1px solid #e98bc6;
}
.header .nav-header-link .total-cart-amount {
	color: #C62589;
}
.header .btn-shopping-cart {
	background-color: #C62589;
	color: #FFF;
}
.header .navbar-primary {
	background-color: #C62589;
	color: #FFF;
}
.header .navbar-primary .navbar-nav > li > a:hover,
.header .navbar-primary .navbar-nav > li > a:focus,
.header .navbar-primary .navbar-nav > li > a:active {
	background-color: #FFF;
	border-top: 5px solid #631244 !important;
	color: #631244 !important;
}
.header .navbar-primary .navbar-nav > li > .dropdown-menu {
	background-color: #FFF;
	color: #631244;
}
.header .navbar-primary .navbar-nav > li > .dropdown-menu > li > a:hover {
	background-color: #fff;
	color: #b6217d;
}
.header .navbar-primary .navbar-nav > li > .dropdown-menu > li > a {
	color: #631244;
}
.header .navbar-primary .navbar-nav .open > a,
.header .navbar-primary .navbar-nav .open > a:hover,
.header .navbar-primary .navbar-nav .open > a:focus,
.header .navbar-primary .navbar-nav .open > a:active {
	background-color: #FFF;
	border-top: 5px solid #631244 !important;
	color: #631244 !important;
}
.slider-track {
	background-color: #C62589;
}
.yamm .menu-items > li a {
	color: #631244;
}
.yamm .menu-items > li a:hover {
	color: #b6217d;
}
.yamm .menu-items > li:before {
	background-color: #f6cde6;
}
.yamm .row.row-2{
	margin-top:20px;
}
.primary-text-bg {
	background-color: #C62589;
	color: #FFF;
}
.highlight-navbar-primary-link {
	background-color: #e36ab5;
	border-top: 5px solid #d72894;
}
.checkbox.primary .icons,
.radio.primary .icons {
	color: #C62589;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
	background: #C62589;
}
.owl-prev,
.owl-next {
	background: #C62589;
}
.home-page-carousel .owl-controls .owl-pagination .owl-page span:hover,
.home-page-carousel .owl-controls .owl-pagination .owl-page.active span {
	background: #C62589;
}
.cart-modal-content .modal-header .modal-title .icon {
	color: #C62589;
}
.cart-modal-content .modal-body h4 {
	color: #C62589;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background: #C62589;
	border: 1px solid #e98bc6;
}
.block-search .input-group .form-control {
	background: #f6cde6;
	border: #f6cde6;
}
.header .navbar-primary {
	border-bottom: 1px solid #3F0228;
}

/*===================================================================================*/
/*  Navigation / Catalog
/*===================================================================================*/

.navigation-tile .panel{
	border:1px solid #DDD;
}
.navigation-tile .panel .panel-body{
	max-height:200px;
	min-height:200px;
	overflow-y:hidden;
}

.navigation-tile.navigation-tile-sub-categories .panel .panel-body{
	overflow-y:auto;
}

@media (max-width: 350px) {
	.navigation-tile .panel .panel-body{
		max-height:250px;
		min-height:250px;
		overflow-y:hidden;
	}

	.navigation-tile.navigation-tile-sub-categories .panel .panel-body{
		overflow-y:auto;
	}
}

.navigation-tile .panel .panel-body .collapse-sub-navigation{
	font-size:12px;
	padding:2px 5px;
	overflow-y:scroll;
}

.navigation-tile .panel .panel-body .collapse-sub-navigation a.list-group-item{
	padding:2px 5px;
	text-align: left;
}

.navigation-tile .panel .panel-body .media img.navigation-image, img.navigation-image, img.product-image{
	max-height:100px;
	max-width:100px;
}

.navigation-tile .panel .panel-body .media img.navigation-image-sm, img.navigation-image-sm{
	max-height:50px;
	max-width:50px;
}

.navigation-tile .panel .panel-body .media img.navigation-image-xs, img.navigation-image-xs{
	max-height:25px;
	max-width:25px;
}

.navigation-tile .panel .panel-body p{
	font-size:13px;
	line-height:15px;
}

.navigation-tile .panel .panel-body .media .media-heading{
	text-transform: uppercase;
	font-size:16px;
	line-height:18px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.navigation-tile .panel .panel-footer .btn.btn-default{
	background:#FCFCFC
}
.navigation-tile .panel .panel-footer .navigation-link-icon{
	font-size:18px;
	padding-top:3px;
}

.navigation-tile .card .card-body:hover .action-tray {
	display: block;
}

.navigation-tile .card .card-body:hover .action-tray a {
	text-decoration: none;
}

.action-tray {
	display:none;
	position:absolute;
	bottom:40px;
	height:30px;
	width:85%;
	text-align: center;
}

.action-tray a {
	display: block;
	background: url(/assets/images/bg_trans_000_50perc.png) 0 0 repeat;
	padding:5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100%;
	font-size:12px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	opacity:0.8;
}

.action-tray a:hover {
	text-decoration: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
	color:#CCC;
}


@media (max-width: 990px) {
	body#PageDetail .media{
		margin-bottom:20px;
	}
}


/* temp: remove scrollbar */
html.ie9 #CategoryIndex #category-products .panel-body,
html.ie8 #CategoryIndex #category-products .panel-body,
html.ie7 #CategoryIndex #category-products .panel-body
{
	overflow:hidden;
}

.panel-group-navigation-list .panel-heading{
	background:#FFF;
	padding:0;
	min-height:50px;
}
.panel-group-navigation-list .panel-heading:hover{
	background:#f5f5f5;
}
.panel-group-navigation-list .panel-heading .panel-title{
	font-size:26px;
}

@media (max-width: 667px) {
	.panel-group-navigation-list .panel-heading .panel-title{
		font-size:18px;
	}
}
.panel-group-navigation-list .panel-title a{
	color:#C62589;
	float:left;
	margin-top:10px;
}
.panel-group-navigation-list .panel-title a:hover, .panel-group-navigation-list .panel-title a:active, .panel-group-navigation-list .panel-title a:focus{
	text-decoration: none;
}
.panel-group-navigation-list .panel-title img.navigation-image-sm{
	margin-right:10px;
	border-right:1px solid #DDD;
	padding:5px;
	height:50px;
	width:50px;
}

.panel-group-navigation-list .panel-title .badge.badge-primary{
	background:#C62589;
	font-size:15px;
}

.modal-body {
		max-height: calc(100vh - 210px);
		overflow-y: auto;
}

.header-tease {
	padding: 5px 15px 0px 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #C62589;
	overflow-y: hidden;
	max-height: 0px; /* approximate max height */
	transition-property: all;
	transition-duration: 2.25s;
	transition-timing-function: cubic-bezier(0.07, 0.7, 0.35, 1.05);
}

.header-tease a {
	color: #fff !important;
}

.header-tease p {
	margin: 0 0 5px 0;
}

.header-tease.open {
	max-height: 70px;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.header-tease {
		transition-duration: 1.75s;
	}
	.header-tease.open {
		max-height: 35px;
	}
}


#totop{height:40px;position:fixed;right:0px;width:40px;z-index:9999;bottom:40px;background-color:#C62589;/* border: 1px solid white; */font-size:16px;color:#ffffff;text-align:center;line-height:1;padding:10px 0;display:none;border-radius:5px 0 0 5px;}
#totop:hover{background-color:#333}

#pill-links { margin-top: 30px; }
@media only screen and (max-width : 768px) { #pill-links { margin-top: 0; } }

.vertical-align {
	display: flex;
	align-items: center;
}
span.small-text{
	font-size: 10px;
	font-weight: lighter;
	vertical-align: middle;
}
.desktop-phones {
	display: block;
	text-align: center;
}
.desktop-phones span {
	font-size: 20px;
	display: inline !important;
}
.desktop-phones i {
	display: block;
	text-align: center;
}
.btn-outlined{
	border: 2px solid #C62589;
	background: #ffffff;
	color: #C62589;
	font-weight:bold;
}
.btn-outlined:hover{
	border: 2px solid #961c67;
	background: #ffffff;
	color: #961c67;
}
.btn-default.focus, .btn-default:focus {
	 color: #C62589;
		background-color: #ffffff;
		border: 2px solid #C62589;
		outline: none;
}

.container-full {
	margin: 0 auto;
	width: 100%;
}
.shop-all-row{
	background-color:#fceef7;
	border-top: 2px solid #c81c8a;
	border-bottom: 2px solid #c81c8a;
}
.content-intro {
	margin-top: 10px !important;
}
.interest-group-img-overlay{
	position: relative;
	max-width: 500px;
	overflow: hidden;
}
.interest-group-overlay{
position: absolute;
top: 15%;
left: 15%;
width: 70%;
height: 70%;
background-color: rgba(255,255,255,0.7);
color: #fff;
padding: 0%;
outline: 5px solid rgba(255,255,255,0.9);
outline-offset: 10px;
transition-duration: 0.4s;
-webkit-transition-duration: 0.4s; /* Safari */
overflow:none;
}

.interest-group-overlay:hover{
top: 10%;
left: 10%;
width: 80%;
height: 80%;
outline-offset: 20px;
background-color: rgba(255,255,255,0.9);
}
.interest-group-header{
width: 100%;
height: auto;
margin: 40% auto;
vertical-align: middle;
text-align: center;
color:#C62589;
font-weight:900;
font-size:22px;
}

@media (min-width: 1200px){
.interest-group-header{
font-size: 30px;
}
}
.sa_displayname {
padding:0px !important;
font-size:20px !important;

}
.sa_location{
display:none !important;
}

.sa_info {
float:none !important;
margin:5px auto !important;
padding: 0px !important;
height: 80px !important;
text-align:center;
}
.sa_comments {
text-align:center !important;
display:none !important;
}

.sa_star {
background: url("https://www.dreamtimecreations.com/images/widgetstar.png") no-repeat !important;
width: 24px !important;
height: 24px !important;
}
.sa_activestar {
/* The review star. (active) */
background-position: 0 -24px !important;
}
.sa_comments:before {
content: none !important;
}
.dreamtime-crystal-feature-row{
/* The image used */
background-image: url('https://d13x80k168af0t.cloudfront.net/images/dreamtime-crystal-feature-background.jpg');

/* Full height */
height: 100%;

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.shadow-effect {
background: #fff;
padding: 20px;
border-radius: 4px;
text-align: center;
border:1px solid #ECECEC;
box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.shadow-effect p {
color:#555555;
}
#customers-testimonials .shadow-effect p {
font-family: inherit;
font-size: 17px;
line-height: 1.5;
margin: 0 0 17px 0;
font-weight: 300;
}
.testimonial-name {
margin: -17px auto 0;
display: table;
width: auto;
background: #C62589;
padding: 9px 35px;
border-radius: 0;
text-align: center;
color: #fff;
box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
text-align: center;
padding: 50px;
margin-bottom:80px;
opacity: .2;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
opacity: 1;
-webkit-transform: scale3d(1.0, 1.0, 1);
transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials .owl-carousel .owl-item img {
transform-style: preserve-3d;
max-width: 90px;
margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
background: #28CB75;
transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
background: #C4C4CC;
display: block;
height: 20px;
margin: 0 2px 5px;
transform: translate3d(0px, -50%, 0px) scale(0.3);
transform-origin: 50% 50% 0;
transition: all 250ms ease-out 0s;
width: 20px;
}
.testimonials .sa_star{
cursor:default!important;
display:inline-block;
}
.testimonials .owl-item{
display: table;
height: 270px;
}
.testimonials .item{
vertical-align: middle;
display: table-cell;
padding:0 !important;
}
.shopAppr{
text-align: center;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: 50px;
z-index: 999;
}
#customers-testimonials .owl-carousel .owl-stage-outer {
position: relative!important;
overflow: hidden!important;
-webkit-transform: translate3d(0px, 0px, 0px)!important;
}
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-15 { padding-bottom: 15px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-25 { padding-bottom: 25px; }
.padding-bottom-30 { padding-bottom: 30px; }
div[style*="2147483647; opacity: 0.5;"] { opacity: 0.8 !important; }
#shopper_approved { position: fixed !important; top: 50% !important; transform: translateY(-50%) !important; }


.breadcrumb {
	padding: 0.5rem 1rem;
	background-color: #f5f5f5;
}
.nav-link {
	color: #C62589;
}
.navigation-tile .navigation-tile-sub-categories .card .card-body {
	overflow-y: auto;
}
.navigation-tile .card .card-body {
	max-height: 200px;
	min-height: 200px;
	overflow-y: hidden;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}