/* =============================================================
	OVERRIDE STYLES
============================================================= */
/* Specify the Font Family for the Body */
body {font-family: 'Open Sans', sans-serif !important;}

/* Last .columns classes inside a .product-gallery div will float left */
.product-gallery > [class*="column"]:last-child {float: left !important;}

/* All .column classes will float left */
/*[class*="column"] + [class*="column"]:last-child {float: left !important;}*/

select.select {font-size: 80%;}

.clear {clear: both;}
.float-left {float: left !important;}
.float-right {float: right !important;}

/* Transition for Hover & Focus states */
.trsn,
.trsn:hover,
.trsn:focus,
button.trsn:hover {
	text-decoration: none !important;
	-webkit-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
button:focus, a, select, input, .reveal-modal {outline:0;}
a, button, .button {font-family: 'Open Sans', sans-serif !important;}

.close-reveal-modal {
	font-size: 2rem !important;
	color: #CCCCCC !important;
	font-weight: 200 !important;
}
.close-reveal-modal:hover {
	color: #FA7875 !important;
}

/* Specify the Font Family for al <h> tags */
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif !important;}

.bootstrap-filestyle.input-group > input {
	margin-bottom: 0px;
}

.group-span-filestyle.input-group-btn > label {
  background: #fafafa;
  margin-bottom: 16px;
  text-align: center;
}


/* =============================================================
	LAYOUT (block)
============================================================= */
.row.row-full {width: 100% !important; max-width: 100% !important; margin-right: 0; margin-left: 0;}

#scroll-top-trigger {
	font-size: 1.2rem;
	color: #FFF;
	line-height: 2.8rem;
	text-align: center;
	width: 25%;
	height: 2.4rem;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
	position: absolute;
	top: -2.4rem;
	left: 37.5%;
	background-color: #3F4A52;
}

.wrap-email {word-wrap: break-word;}

/* ===================================
	HEADER
=================================== */
/*	Header Top
========================================================= */
.header-top {
	min-height: 6rem;
	padding-top: 1rem;
	padding-right: 0;
	padding-bottom: 1rem;
	padding-left: 0;
	background-color: #FFFFFF;
}
.header-top-left ul,
.header-top-right ul {
	height: 34px;
	margin-top: 0.75rem;
	margin-bottom: 0;
	margin-left: 0;
}
.header-top-left > form,
.header-top-left ul > li,
.header-top-right ul > li {
	margin: 0;
}
.storelogo a {
	color: #FA7974;
	text-transform: uppercase;
}
h3.storelogo a {
	font-family: 'Open Sans', sans-serif;
}
#logo img {
  height: auto;
  display: block;
}
#logo-footer img {
  max-height: 150px;
}

/* Header Top Left */
.header-top-left {
	padding-left: 0;
}
.header-top-left > form {
	padding-left: 0.25rem;
}
.header-top-left ul > li > .submit {
	color: #999999;
	line-height: 1;
	width: 34px;
	height: 34px;
	padding: 0;
	background-color: #FFFFFF;
}
.header-top-left ul > li > .submit:hover {
	color: #FA7875;
}
.header-top-left ul > li > .search {
	color: #FA7875;
	margin: 0;
	height: 33px;
	border-width: 0 0 1px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #FFFFFF;
}
.header-top-left ul > li > .search:focus {
	border-bottom-color: #FA7875;
}

/* Header Top Middle */
.header-top-middle > a {
	display: inline-block;
}

/* Header Top Right */
.header-top-right {
	padding-right: 0;
}
.header-top-right ul {
	margin-right: 1.3rem;
}
.header-top-right ul > li {
	line-height: 34px;
	height: 34px;
	margin-left: 0.75rem;
}
.header-top-right ul > li > a {
	color: #999999;
	font-size: 0.8rem;
	font-weight: normal;
}
.header-top-right ul > li > a:hover {
	color: #FA7875;
}
.header-top-right ul > li > a > .fa {
	font-size: 1.1rem;
	line-height: 34px;
}
#store-languages {
	margin-right: 0;
}
#store-languages-menu,
#store-currencies-menu  {
	margin-right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
}
#store-languages-menu li,
#store-currencies-menu li {
	height: auto;
  margin-left: 0;
  line-height: 20px;
}
#store-languages-menu li > a > .fa,
#store-currencies-menu li > a > .fa {
	font-size: 14px;
  line-height: normal;
}
.f-dropdown.open::before {
    left: 181px !important;
}
.f-dropdown.open::after {
    left: 180px !important;
}
#store-languages-menu.open::before, #store-languages-menu.open::after,
#store-currencies-menu.open::before, #store-currencies-menu.open::after  {
  display: none;
}
#store-languages li {
  list-style: none;
  display: inline-block;
}

/* Clothes Hanger Icon */
.header-top-right ul > li.clothes-hanger-icon {
	line-height: 29px;
}
.header-top-right ul > li.clothes-hanger-icon > a > img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}
.header-top-right ul > li.clothes-hanger-icon > a:hover > img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

/*	Desktop Navigation
========================================================= */
header > .sticky {
	width: 100%;
	height: auto;
	display: block !important;
	float: left;
	border-bottom: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}
.top-bar {
	padding: 0;
  height: auto;
}
.top-bar,
.top-bar > .top-bar-section > ul {
	background: none;
}

.top-bar > .top-bar-section > ul > li > a {
	color: #999999;
	line-height: 43px !important;
	text-transform: uppercase;
	padding: 0 15px !important;
	border-top: 2px solid #FFFFFF;
	background: none !important;
}
.top-bar > .top-bar-section > ul.right > li > a {
	padding: 0 !important;
  font-size: 0.8rem;
  font-weight: normal;
}

.top-bar > .top-bar-section > ul > li > a:hover,
.top-bar > .top-bar-section > ul > li.active > a,
.top-bar > .top-bar-section > ul > li:hover:not(.has-form) > a {
	color: #FA7875 !important;
	border-top: 2px solid #FA7875;
}
.top-bar > .top-bar-section > ul > li.has-dropdown > a:after {
	display: none;
}


/* Categories Level 1 */
.top-bar > .top-bar-section > ul.left > li.has-dropdown {
	position: inherit;
}

.top-bar > .top-bar-section > ul.left > li.has-dropdown > ul.dropdown {
	width: 120%;
	padding: 1.25rem 0.5rem 1.5rem 0.5rem;
	left: -10%;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	background-color: #697878;
	background-color: rgba(105, 120, 120, 0.9) ;

}
.top-bar > .top-bar-section > ul.left > li.has-dropdown > ul.dropdown > li {
	width: 14.2857%;
	padding: 0 0.85rem !important;
}
.top-bar > .top-bar-section > ul.left > li.has-dropdown > ul.dropdown > li > a {
	font-size: 0.75rem !important;
	color: #F4F4F4;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
	padding: 0 !important;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
	background-color: rgba(0, 0, 0, 0) !important;
}
.top-bar > .top-bar-section > ul.left > li.has-dropdown > ul.dropdown > li > a:hover {
	color: #FFFFFF;
}

/*MENU*/

#responsive li ul.dropdown li ul{
  float: none;
  left: 0;
  display: block;
  position: relative !important;
  min-height: 120px;
}
#responsive li.has-dropdown ul li ul li.has-dropdown ul li {
  padding-left: 10px;
}
.top-bar-section ul li, .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
	background: none;
}
.top-bar > .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
	padding: 0;
  line-height: 2;
}
.dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background-color: none !important;
  background: none !important;
}

@media only screen and (min-width: 40.0625em){
  .top-bar-section ul {
    height: auto !important;
    width: fit-content;
    float: none !important;
    margin: 0 auto;
  }
}

/* Topbar Left List > 3rd Level */
.top-bar > .top-bar-section > ul.left > li > ul.dropdown > li > ul.no-bullet {
	width: 100%;
	height: auto !important;
	margin: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0);
}
.top-bar > .top-bar-section > ul.left > li > ul.dropdown > li > ul.no-bullet > li {
	float: none;
}
.top-bar > .top-bar-section > ul.left > li > ul.dropdown > li > ul.no-bullet > li > a {
	font-size: 0.75rem;
	color: #A53D3D;
	line-height: 1.1;
	padding: 0;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
}
.top-bar > .top-bar-section > ul.left > li > ul.dropdown > li > ul.no-bullet > li > a:hover {
	color: #FFFFFF;
}

/* Nav Home */
#nav-home-sticky {
	width: 0;
	height: 47px;
	display: block;
	background-color: #FFFFFF;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
#nav-home-sticky,
#nav-home-sticky img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
}
#nav-home-sticky img {
	-webkit-transition: opacity 0.75s linear;
	-moz-transition: opacity 0.75s linear;
	-ms-transition: opacity 0.75s linear;
	-o-transition: opacity 0.75s linear;
	transition: opacity 0.75s linear;
}
#nav-home-sticky > a {
	width: 48px;
	height: 47px;
	padding: 0 !important;
	border: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
}
#nav-home-sticky > a > img {
	width: 34px;
	margin-left: 13px;
}

#header > section {
	overflow: visible;
	height: auto;
}

/* Sticky Nav fixed */
.sticky.fixed {
	border-bottom: none;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	-moz-transition: box-shadow 0.3s ease-in-out 0s;
	-o-transition: box-shadow 0.3s ease-in-out 0s;
	-ms-transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s;
}
.sticky.fixed #nav-home-sticky,
.sticky.fixed #nav-home-sticky img {
	width: 48px;
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.sticky.fixed #nav-home-sticky img {
	width: 34px !important;
}
/* ===================================
	TAB-BAR
=================================== */
.tab-bar {
	background-color: #FA7875;
}
.tab-bar > .left-small,
.tab-bar > .right-small {
	border-color: #CE5E5C;
}

/* Left Small */
.tab-bar > .left-small > .left-off-canvas-toggle,
.tab-bar > .right-small > .right-off-canvas-toggle {
	height: 45px;
	background-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75;
  color: #FFF;
  font-size: 1.5rem;
}
.tab-bar > .left-small > .left-off-canvas-toggle:hover,
.tab-bar > .left-small > .left-off-canvas-toggle:focus,
.tab-bar > .right-small > .right-off-canvas-toggle:hover,
.tab-bar > .right-small > .right-off-canvas-toggle:focus {
	background-color: rgba(0, 0 , 0, .2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.tab-bar > .left-small > .left-off-canvas-toggle > span {
	-webkit-box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF !important;
	box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF !important;
	left: 0.80625rem;
}

/* Right Small */
.tab-bar > .right-small > .right-off-canvas-toggle {
	line-height: 42px;
	width: 100%;
	display: block;
}
.tab-bar > .right-small > .right-off-canvas-toggle > img {
	width: 30px;
	margin-left: 7px;
}

/* ===================================
	OFF CANVAS MENUS
=================================== */
.left-off-canvas-menu,
.right-off-canvas-menu {
	background-color: #f2f2f2 !important;
}
.off-canvas-list ul{
  margin-left: 0 !important;
}
.left-off-canvas-menu ul.dropdown li a {
	padding-left: 1.5rem;
}

.off-canvas-list > li > label {
	color: #FFF !important;
	font-weight: 600 !important;
	background-color: #FA7875 !important;
}
.left-off-canvas-menu > .off-canvas-list > li a{
	font-size: 0.8rem !important;
	color: #FA7875 !important;
	border-top: 1px solid #FFFFFF !important;
	border-bottom: 1px solid #EEEEEE !important;
	background-color: #f2f2f2 !important;
}
.left-off-canvas-menu > .off-canvas-list > li a:hover,
.left-off-canvas-menu > .off-canvas-list > li a:focus {
	background-color: #f2f2f2 !important;
}
.left-off-canvas-menu > ul > li.has-dropdown  > a:first-child,
.left-off-canvas-menu > ul.off-canvas-list > li > a{
	font-weight: 600;
	text-transform: uppercase;
}


/*	Off Canvas Cart
=================================== */
.cart-product-price small{
	text-decoration: line-through;
	color: grey;
}
.off-canvas-cart > .off-canvas-cart-item {
	width: 100%;
	height: auto;
	padding: 0.66667rem 0.9375rem;
	display: inline-block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
}
.off-canvas-cart > .off-canvas-cart-item > img {
	width: 25%;
	margin-right: 5%;
	float: left;
	display: inline-block;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}
.off-canvas-cart > .off-canvas-cart-item > .off-canvas-cart-item-info {
	width: 60%;
	float: left;
	display: inline-block;
}
.off-canvas-cart > .off-canvas-cart-item > .off-canvas-cart-item-info > a {
	font-size: 0.85rem;
	color: #333333;
	line-height: 1;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	padding: 0;
	border: none !important;
	background-color: #f2f2f2 !important;
}
.off-canvas-cart > .off-canvas-cart-item > .off-canvas-cart-item-info > small {
	font-size: 0.75rem;
	color: #666666;
	font-style: italic;
}
.off-canvas-cart > .off-canvas-cart-item > .off-canvas-remove-item {
	font-size: 1.4rem;
	color: #666666;
	font-weight: 200;
	line-height: 0.9;
	text-align: center;
	width: 10%;
	height: 20px;
	padding: 0;
	float: left;
	display: inline-block;
	border: none;
	background-color: #f2f2f2 !important;
}
.right-off-canvas-menu > ul > li> label,
.left-off-canvas-menu > ul > li> label{
  height: 2.8125rem;
  padding: 0 0.625rem;
  line-height: 2.8125rem;
}
ul.off-canvas-list li label {
	border-top: none;
}
.off-canvas-cart .button.tiny {width: auto;}

/* Cart Empty */
.off-canvas-cart > .off-canvas-cart-empty {
	padding: 1rem 0.9rem;
}
.off-canvas-cart > .off-canvas-cart-empty > p {
	font-size: 0.75rem;
	margin: 0;
}

/* Page Actions */
.off-canvas-cart > .page-actions {
	width: 100%;
	padding: 0.66667rem 0.9375rem;
	display: inline-block;
}
.off-canvas-cart > .page-actions > .button {
	width: auto !important;
	display: inline-block;
}
.off-canvas-cart > .page-actions > a.go-back {
	font-size: 0.75rem;
	padding: 0 0 0.25rem 0;
	background-color: #f2f2f2 !important;
}


/* ===================================
	CONTAINER / COMMON ELEMENTS
=================================== */
.container {
	min-height: 700px;
	padding-bottom: 5rem;
}

/*	Buttons
========================================================= */
.button {
	color: #FFFFFF !important;
	width: 100%;
	text-transform: uppercase;
	margin: 0;
	padding-top: 1.1rem;
	padding-bottom: 1rem;
	border-radius: 2px;
	border-bottom: 2px solid #E25F5F !important;
	background-color: #FA7875 !important;
}
.button:hover,
.button:focus {
	border-bottom-color: #C94E4E !important;
	background-color: #E25F5F !important;
}
.button.small {
	padding-top: 1.1rem;
}
.button.tiny {
	padding-top: 0.8rem;
}
.button.secondary {
	color: #FFFFFF !important;
	border-bottom: 2px solid #2D363C !important;
	background-color: #4C5860 !important;
}
.button.secondary:hover {
	border-bottom-color: #30383D !important;
	background-color: #3C464C !important;
}


/*	Page Functions
========================================================= */
.page-functions {
	margin: 2rem 0;
}
.page-functions > .page-title-left,
.page-functions > .page-title-right {
	padding: 0;
}
.page-functions > .page-title-line {
	width: 100%;
	height: 1px;
	margin-top: 1.5rem;
	float: left;
	display: block;
	position: relative;
	background-color: #FA7875;
}

/* Page Title Left */
.page-functions > .page-title-left > .page-title {
	font-size: 1.8rem;
	color: #FA7875;
	font-weight: 200;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	margin: 0;
	display: inline-block;
	position: relative;
	background-color: #FFFFFF;
	z-index: 1;
}
.page-functions > .page-title-left > .breadcrumbs {
	line-height: 1;
	width: 100%;
	margin: 0 0 0.5rem 0;
	padding: 0 0 3px 0;
	display: inline-block;
	border: none;
	position: relative;
	background: none;
	z-index: 1;
}
.page-functions > .page-title-left > .breadcrumbs > li.unavailable,
.page-functions > .page-title-left > .breadcrumbs > li.unavailable:hover {
	color: #333333;
	font-weight: 600;
}
.page-functions > .page-title-left > .breadcrumbs> li:before {
	color: #CCCCCC;
	font-weight: normal;
}
.page-functions > .page-title-left > .breadcrumbs > li,
.page-functions > .page-title-left > .breadcrumbs > li > a {
	color: #CCCCCC;
	text-transform: inherit;
}
.page-functions > .page-title-left > .breadcrumbs > li > a:hover {
	color: #999999;
}


/* Page Title Right */
.page-functions > .page-title-right > .select-box {
	width: auto;
	height: auto;
	margin-top: 0.65rem;
	float: right;
	display: inline-block;
}
.page-functions > .page-title-right > .select-box > span {
	font-size: 0.75rem;
  color: #999999;
	line-height: 2.3rem;
	width: auto;
	margin-right: 0.5rem;
	float: left;
	display: inline-block;

}
.page-functions > .page-title-right > .select-box > .select {
	width: auto;
	min-width: 14rem;
	float: left;
	display: inline-block;
  background-color: #eee;
  border-width: 0;
  color: #FA7875;
  font-weight: 200;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
}
.page-functions > .page-title-right > .search-result-query > span {
	font-size: 0.75rem;
	color: #999999;
}
.page-functions > .page-title-right > .search-result-query > h5 {
	font-size: 1rem;
	color: #FA7875;
	padding-right: 0.25rem;
}
.page table {
	width: 100%;
  margin: auto;
  border: none;
}

.page table figure {
	margin: 0!important;
}
.page table img {
  width: 100%!important;
  height: auto!important;
}

.page table td {
	text-align: center;
}
.page table tr.even, .page table tr.alt, .page table tr:nth-of-type(even) {
  background: #ffffff;
}

/*	Void Warning
============================================================= */
.void-warning {
	margin-top: 2rem;
}
.void-warning > .alert-box {
	color: #333333;
	margin-bottom: 3rem;
	padding: 1.5rem 1.5rem;
	border-color: #EEEEEE;
	background-color: #F8F8F8;
}

/*	Page Actions
========================================================= */
.page-actions .button {
	width: auto;
}
.page-actions > .go-back {
	font-size: 0.9rem;
	color: #666;
	font-style: italic;
	width: auto;
	margin: 1rem auto 2rem auto;
	padding-bottom: 1rem;
	display: inline-block;
	border-bottom: 1px solid #999;
}
.page-actions > .go-back:hover {
	color: #222222;
	border-bottom-color: #333333;
}
.page-actions > .page-actions-hide {
	display: none;
}
#product-main-block > div:nth-child(2) {
	background: #fff;
	padding: 1.5rem 0 0 0;
}

/*	Product Gallery
========================================================= */
/* Product Image */

.product-box {
	min-height: 480px;
  float: left !important;
}
@media only screen and (max-width: 479px) {
  .product-box {
    height: 360px;
		min-height: 360px;
  }
}

.clearing-thumbs.show-for-small {
    text-align: center;
}

.product-box-image {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.product-box-image > .product-image-anchor {
	width: 100%;
	height: auto;
	display: block;
}
.product-box-image > .product-image-anchor > img {
	width: auto;
	margin: 0 auto;
	display: block;
}
.product-box-image > .product-image-anchor.no-image > img {
	font-size: 0.9rem;
	color: #666;
	text-align: center;
	background-color: #f2f2f2;
}
.product-box-image > .product-box-image-hover {
  width: 100%;
  height: 100%;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
}
.product-box-image:hover > .product-box-image-hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}
.product-box-image > .product-box-image-hover > li {
	margin-top: 8rem;
}
.product-box-image > .product-box-image-hover > li > .button {
	font-size: 1.3rem;
	width: 3rem;
	height: 3rem;
	padding: 0.5rem;
	border-radius: 1000px;
	line-height: 2rem;
}
.product-box-image > .product-box-image-hover > li > .button.button-icon {
	line-height: 1.8rem;
}

/* Product Box Info */
.product-box-info {
	min-height: 6rem;
	margin: 1rem 0 2.5rem;
}
@media only screen and (max-width: 479px)  {
  .product-box-info {
    margin: 1rem 0;
  }
}
.product-box-info > .product-box-name {
	font-size: 1rem;
	color: #999999;
	font-weight: 200;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-box-info > .product-box-divider {
	width: 50px;
	height: 2px;
	margin: 0.75rem auto;
	display: block;
	background-color: #EEEEEE;
}
.product-box-info > .product-box-status {
	font-family: "Helvetica Neue", Helvetica, Arial, sans !important;
	font-size: 1.2rem;
	color: #FA7875;
	font-weight: 200;
	line-height: 1;
	margin: 0;
}
.product-box-info > .product-price {
	line-height: 1;
	margin: 0;
}

.product-box-info > .product-price > span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans !important;
	font-size: 1.2rem;
	color: #FA7875;
	line-height: 0;
	font-weight: 200;
}
.product-box-info > .product-price > small {
	color: #999;
}

/*	Product Form Modal
========================================================= */
.product-form-modal {
	border: 4px solid #FA7875;
}
.product-form-modal > .product-form-modal-name {
	color: #666666;
	font-weight: 200;
}

.product-form-modal > .product-form-modal-price {
	font-family: "Helvetica Neue", Helvetica, Arial, sans !important;
	font-size: 1.7rem;
	font-weight: 200;
	color: #FA7875;
	line-height: 0.75 !important;
	margin-top: 0.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px dotted #CCC;
}

.product-form-modal > .product-form-modal-price > small {
	font-size: 0.8rem;
	color: #999;
	line-height: 1;
	width: 100%;
	display: inline-block;
}

.product-form-modal > .add-to-cart-form {
	padding-top: 0.75rem;
}

/* Product Details */

.maxStockQty {
	border-color: red !important;
}

.maxStockAdc {
	background: #c0c0c0 !important;
	border-color: #c0c0c0 !important;
	pointer-events: none;
	cursor: default;
}

.product-details {
	margin-top: 2rem !important;
	padding-top: 1rem !important;
	border-top: 1px dotted #CCC;
}
.product-details ul {
  font-size: 0.9rem;
  color: #333333;
  font-weight: 200;
  text-transform: initial;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.product-details table {
  margin-bottom: 0;
}
.product-details h6 {
	font-size: 0.9rem;
  color: #999999;
  text-transform: uppercase;
}
.product-details a {
  color: #FA7875;
}

/* Add to Cart Form Block */
.add-to-cart-form-block {
	width: 100%;
	height: auto;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	display: inline-block;
	border-bottom: 1px dotted #CCC;
}
.add-to-cart-form-block > h5 {
	font-size: 1rem;
	color: #999999;
	text-transform: uppercase;
}
.add-to-cart-form-block > p {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 0.5rem;
}
.add-to-cart-form-block > .add-to-cart-select-box {
	margin-bottom: 0.75rem;
}
.add-to-cart-form-block > .add-to-cart-select-box > h6 {
	font-size: 0.85rem;
	color: #333333;
	font-weight: 400;
}
.add-to-cart-form-block > .add-to-cart-select-box > input.text {
	text-align: center;
	width: 100px;
	margin-bottom: 0;
	display: inline-block;
	border-radius: 2px;
}
.add-to-cart-form-block > .add-to-cart-select-box > .select {
	width: 100px;
}
.add-to-cart-form-block > .add-to-cart-select-box > select.select[name=Talla],
.add-to-cart-form-block > .add-to-cart-select-box > select.select[name="Talla"] {
	text-indent: 45%;
}
.add-to-cart-form > .form-actions {
	width: 100%;
	height: auto;
	display: inline-block;
}
.add-to-cart-form > .form-actions > li {
	width: 50%;
	padding: 0 5%;
	float: left;
	display: inline-block;
}
.add-to-cart-form > .form-actions > li > .button.small {
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}


/*	Pagination
========================================================= */
.gallery-pagination {
	margin-bottom: 2rem !important;
}

.gallery-pager-line {
	width: 100%;
	height: 1px;
	margin-bottom: 2rem;
	display: block;
	border-bottom: 1px dotted #CCC;
	position: relative;
}

/* Gallery Pagination */
.gallery-pager > .pagination {
	width: auto;
	height: auto !important;
	margin: 0 0 1rem 0;
	display: inline-block !important;
}
.gallery-pager > .pagination > li {
	color: #999999;
	height: auto;
	margin: 0 0.25rem;
}
.gallery-pager > .pagination > li > a {
	color: #CCCCCC;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid #DDD;
	border-radius: 1000px;
	background-color: #FFFFFF;
}
.gallery-pager > .pagination > li > a:hover,
.gallery-pager > .pagination > li.active > a,
.gallery-pager > .pagination > li.active > a:hover {
	color: #FA7875;
	border-color: #FA7875;
	background-color: #FFFFFF;
}
.gallery-pager > .pagination > li.next > a,
.gallery-pager > .pagination > li.next > a:hover {
	border: none;
}

/* Gallery Amount */
.gallery-amount > p {
	font-size: 0.8rem;
	color: #999999;
	font-style: italic;
	margin-bottom: 0;
}



/* ===================================
	FOOTER
=================================== */
footer {
	padding: 0 0 1rem 0 !important;
	background-color: #3F4A52;
}
footer a {
	color:#FA7974
}
footer h6,footer h5{
	color: #FFF;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}
.footer-top {
	background-color: #242A2F;
}
.footer-menu-list {
	margin-top: 0;
	padding: 1rem 0;
}
.footer-menu-list > ul {
	margin: 0;
	display: inline-block;
}
.footer-menu-list > ul > li {
	width: auto;
	margin: 0 1rem;
	float: left;
	display: inline-block;
}
.footer-menu-list > ul > li > a {
	font-size: 0.75rem;
	color: #999EA3;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-menu-list > ul > li > a:hover {
	color: #FFFFFF;
}

.footer-middle {
	padding: 40px 0 10px 0
}
.footer-middle h4 {
	color:#999EA3;
  font-size: 0.8rem;
  font-weight: 200;
  line-height: 18px;
	}
footer .logo {margin: 20px 0 0 0;}

/* Footer Contact */
.footer-contact > ul {
	width: 100%;
	display: inline-block;
}
.footer-contact> ul > li {
	width: 100%;
	display: inline-block;
}
.footer-contact > ul > li > i.fa {
	color: #999EA3;
  line-height: 12px;
  width: 22px;
  text-align: center;
}
.footer-contact > ul > li > span {
	font-size: 0.75rem;
	color: #999EA3;
  line-height: 12px;
}

/* Footer Social */
.footer-social-list {
	width: auto;
	height: auto;
	display: inline-block;
  margin: 0;
  padding: 0;
}
.footer-social-list > li {
	float: left;
  margin: 0 0.7rem 0 0;
}
.footer-social-list > li > a {
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 1000px;
	background-color: #FA7875;
}
.footer-social-list > li > a:hover {
	background-color: #E25F5F;
}
.footer-social-list > li > a > i.fa {
	margin-top: 0.5rem;
}
/*Footer Payment*/
.list-payment {
	width: auto;
	height: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.list-payment > li {
  float: left;
  margin: 0 0 0 0.4rem;
  list-style: none;
}
/*footer icons*/
.footer-icons {
	border-top: solid 1px #4E5A64;
  border-bottom: solid 1px #394249;
  padding: 8px 0 2px 0;
}

/* Footer Bottom List */

.footer-copyright {
	border-top: solid 1px #4E5A64;
  padding: 20px 0 5px 0;
}
.copyright {
	color: #999EA3;
  font-size: 0.8rem;
  font-weight: 200;
}
/* =============================================================
	HOME PAGE (block)
============================================================= */
#home-group {
	margin-top: 3rem;
}
#home-page-gallery > .home-page-gallery-title {
	font-family: 'Dancing Script', cursive !important;
	font-size: 3.3rem;
	color: #FA7875;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	margin: 2.5rem 0.9375rem 2.5rem 0.9375rem;
}
#home-page-actions {
	margin-bottom: 5rem;
}

/*	Home Slideshow
========================================================= */
#home-slideshow .orbit-container {
	overflow: hidden;
}
.orbit-container .orbit-slides-container img {
	/*width: 100% !important;*/
}
.orbit-slider li {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
}
.orbit-container .slider-content {
  width: 100%;
  max-width: 100%;
  float: left;
  top: 50%;
  display: block;
  position: relative;
  text-align: center;
}
.orbit-container .slider-content h2 {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  font-size: 50px;
	font-family: 'Dancing Script', cursive !important;
}
.orbit-container .slider-content h3 {
	color: #666;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 24px;
	font-family: 'Dancing Script', cursive !important;
}
.orbit-container .slider-content a.button {
	width: auto;
  padding: 20px 30px;
  margin-top: 10px;
}


.orbit-container > a.orbit-prev {
	left: 1rem;
}
.orbit-container > a.orbit-next {
	right: 1rem;
}
.orbit-container > a.orbit-prev,
.orbit-container > a.orbit-next {
	font-family: FontAwesome !important;
	font-size: 5rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-indent: inherit !important;
	display: inline-block;
	top: 48%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
	background-color: transparent !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.orbit-container > a.orbit-prev:hover,
.orbit-container > a.orbit-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.orbit-container > a.orbit-prev:before {
	content: "\f104";
}
.orbit-container > a.orbit-next:before {
	content: "\f105";
}
.orbit-container > a.orbit-prev > span,
.orbit-container > a.orbit-next > span {
	display: none;
}
.orbit-container > .orbit-timer {
	display: none;
}

/* =============================================================
	CATEGORY PAGE (block)
============================================================= */
	/* Category page codes goes here */
.banner-category {margin-bottom: 40px;}
.banner-category img {width: 100%;}

	/*	This is comment for a major section
	========================================================= */
	/* This is comment for a minor subsection */



/* =============================================================
	PRODUCT PAGE (block)
============================================================= */
#product-page .page-functions > .page-title-line {
	margin-top: 0.5rem;
}
/*	Product Block Right
========================================================= */
.product-block-right .clearing-thumbs {
	text-align: center;
	width: 100%;
}
.product-block-right .clearing-thumbs > li {
	margin: 0;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.product-block-right .clearing-thumbs > li > a {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 0.25rem;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
}
.product-block-right .clearing-blackout {
	background-color: #FFFFFF;
}
.product-block-right .clearing-blackout .clearing-close {
	font-size: 2rem !important;
	color: #CCCCCC !important;
	font-weight: 200 !important;
}
.product-block-right .clearing-blackout .clearing-close:hover {
	color: #FA7875 !important;
}


/*	Product Block Left
========================================================= */

.product-form-divider {
	width: 50px;
	height: 5px;
	margin: 1.5rem 0 1rem 0;
	display: inline-block;
	border-width: 1px 0;
	border-style: solid;
	border-color: #EEEEEE;
	background-color: #FFFFFF;
}

/* Product Main Info */
#product-main-info {
	padding-top: 0;
}
#product-main-info > h1 {
	color: #FA7875;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 0.5em;
  font-size: 1.8em;
}
#product-main-info > span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans !important;
	font-size: 1.7rem;
	color: #333333;
	font-weight: 200;
	line-height: 1;
}
#product-main-info > span > small {
	color: #999999;
	line-height: 1;
	width: 100%;
	display: inline-block;
}

/* Product Form Block */
.product-form-block > h3,
.product-form-block > h5 {
	font-size: 0.9rem;
	color: #333333;
	text-transform: uppercase;
}
.product-form-block p {
	font-size: 0.9rem;
	color: #333333;
	font-weight: 200;
	text-transform: initial;
	line-height: 2;
	margin-bottom: 0.75rem;
}
.product-form-block > .product-form-block-column > h6 {
	font-size: 0.75rem;
	color: #666;
}
.product-form-block > .product-form-block-column > .text {
	text-align: center;
	max-width: 110px;
	margin-bottom: 0;
	display: inline-block;
}
.product-form-block > .product-form-block-column > .select {
	max-width: 100px;
}
.product-form-block > .product-form-block-column > select.select[name=Talla],
.product-form-block > .product-form-block-column > select.select[name="Talla"] {
	text-indent: 45%;
}
/* Product Category List */
.product-category-list {
	text-align: center;
	width: 100%;
	margin: 1.5rem 0 0 0;
	display: inline-block;
}
.product-category-list > li {
	width: auto;
	margin: 0 0.25rem 0.5rem 0.25rem;
	display: inline-block;
}
.product-category-list > li > a {
	width: 100%;
	height: auto;
	display: inline-block;
}
.product-category-list > li > a > span.label {
	color: #666;
	line-height: inherit;
	height: 100%;
	padding: 0.25rem 0.5rem;
	display: inline-block;
	border-radius: 2px;
	vertical-align: top;
	background-color: #F4F4F4;
}
.product-category-list > li > a > span.label:hover {
	color: #333333;
	background-color: #DDDDDD;
}

/*	Social Share
========================================================= */
.social-share {
	margin-top: 1rem !important;
	padding-top: 1rem;
	border-top: 1px dotted #CCC;
}
.social-share > h6 {
	font-size: 0.9rem;
	color: #999999;
	text-transform: uppercase;
}
.social-share > .social-share-list {
	width: 100%;
	height: auto;
	margin-top: 0.75rem;
	display: inline-block;
}
.social-share > .social-share-list > .social-share-list-item {
	width: auto;
	margin: 0 0.5rem;
	display: inline-block;
}
.social-share > .social-share-list > .social-share-list-item > a {
	color: #999;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 2px;
	background-color: #F4F4F4;
}
.social-share > .social-share-list > .social-share-list-item > a:hover {
	color: #FFFFFF;
	background-color: #FA7875;
}

/*	Product Block Right
========================================================= */
/* Product Images Message */
.product-image-message {
	color: #777777;
	margin-bottom: 0.75rem;
}
.product-image-message > small {
	line-height: 1.5;
	width: 75%;
	float: none;
	display: inline-block;
}
.product-image-message > i.fa-hand-o-left {
	float: left;
}
.product-image-message > i.fa-hand-o-right {
	float: right;
}

/* Product Images Orbit */
.orbit-container > .product-images-orbit > li > img {
	width: auto !important;
  margin: 0 auto;
}
.placeholder {
	text-align: center;
}

/* Product Thumbs */
.product-images-thumbs {
	padding-right: 0;
	margin-top: 25px;
}
.product-images-thumbs > .product-image-thumb-item {
	margin-bottom: 1rem;
	padding: 0.25rem;
	display: block;
	border: 1px solid #EEE;
	border-radius: 2px;
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
.product-images-thumbs > .product-image-thumb-item:hover,
.product-images-thumbs > .product-image-thumb-item.active {
	border-color: #FA7875;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*	Related Products
========================================================= */
.related-products-title {
	margin-top: 3.25rem;
	margin-bottom: 2rem;
  z-index: 2;
}
.related-products-title > h5 {
  font-family: 'Dancing Script', cursive !important;
	font-size: 4rem;
	color: #FA7875;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	padding-top: 2rem;
	border-top: 4px double #EEE;
}
#related-products-gallery > .product-box > .product-box-info {
	margin: 1rem 0 2rem;
}



/* =============================================================
	CART PAGE (block)
============================================================= */
.cart-product-block {
	padding: 0;
}
.cart-page-right > .page-actions {
	margin-top: 2rem;
}

/*	Cart Product Image
============================================================= */
.cart-product-image > .cart-product-image-anchor {
	width: 100%;
	height: auto;
	display: block;
}
.cart-product-image > .cart-product-image-anchor.no-image > img {
	font-size: 0.9rem;
	color: #999;
	min-height: 150px;
	background-color: #f2f2f2;
}
.cart-product-image > .cart-product-image-anchor > img {
	width: 100%;
}

/*	Cart Product Info
============================================================= */
.cart-product-info {
	padding: 0;
}
.cart-delete-product {
	font-size: 1.5rem !important;
	line-height: 25px;
	text-align: center;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0.9375rem;
	z-index: 2;
}
.cart-delete-product:hover {
	color: #222222;
}
.cart-product-divider {
	width: 100%;
	height: 2px;
	margin: 1.5rem 0;
	display: block;
	background-color: #EEE;
}

/* Cart Product Name */
.cart-product-name {
	font-size: 1.4rem;
	color: #FA7875;
	line-height: 1;
	min-height: 4.5rem;
	margin-top: 0;
	margin-bottom: 1.25rem;
}
.cart-product-name > a {
	color: #FA7875;
}
.cart-product-name > a:hover,
.cart-product-name > a:focus {
	color: #E25F5F;
}
.cart-product-name > .cart-product-option {
	font-size: 65%;
	color: #999;
	font-weight: 200;
}
.cart-product-name > .cart-product-option > span {
	margin: 0 0.25rem;
}
.cart-product-name > .cart-product-option:last-child > span {
	display: none;
}

/* Cart Product Info Block */
.cart-product-info-block > span {
	font-size: 0.7rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	display: block;
}
.cart-product-info-block > .select {
	width: 65px;
}
.cart-product-info-block > p {
	margin-top: 0.65rem;
	margin-bottom: 0;
	display: block;
}
.cart-product-info-block > p > small {
	font-size: 90%;
	color: #999;
	text-decoration: line-through;
}

/*	Discount Coupon
============================================================= */
.discount-form-box {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.discount-form-box > h5 {
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 1rem;
}
.discount-form-box > p {
	color: #666;
	line-height: 1;
	margin-bottom: 1rem;
}
.discount-form-box > #coupon_form {
	width: 50%;
	margin: 0 auto;
}
.discount-form-box > #coupon_form > #coupon_code {
	text-align: center;
}
.discount-form-box > #coupon_form > .button {
	width: auto;
}
.discount-form-box > #coupon_form > .error {
	font-size: 0.8rem;
	width: auto;
	margin-top: 1rem;
	padding: 0.5rem;
}

/*	Cart Totals
============================================================= */
.cart-totals-block {
	width: 100%;
	padding-top: 0.5rem;
	display: inline-block;
	border: 1px solid #E6E6E6;
	background-color: #f2f2f2;
}
.cart-totals-title {
	padding: 0;
}
.cart-totals-title > h5 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}
.cart-totals-block > .cart-totals-item {
	padding: 1rem 0.25rem 1rem 0.25rem;
	border-bottom: 1px solid #E6E6E6;
}
.cart-totals-block > .cart-totals-item.last {
	border-bottom: none;
}
.cart-totals-block > .cart-totals-item > p {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 0;
	float: left;
	display: inline-block;
}
.cart-totals-block > .cart-totals-item > p.text-left {
	font-style: italic;
	width: 70%;
}
.cart-totals-block > .cart-totals-item > p.text-right {
	font-family: "Helvetica Neue", Helvetica, Arial, sans !important;
	color: #222;
	font-weight: 400;
	width: 30%;
}
.cart-totals-block > .cart-totals-item > p.text-left > span.label.secondary {
	padding: 0.25rem 0.5rem 0.3rem;
}
.cart-totals-block > .cart-totals-item > p.text-left > span.label.secondary > a {
	color: #666;
	font-weight: bold;
}
.cart-totals-block > .cart-totals-item.cart-totals-result {
	border-top: 2px solid #DDDDDD;
	border-bottom: none;
}
.cart-totals-block > .cart-totals-item.cart-totals-result > p {
	font-style: normal !important;
	color: #222 !important;
	font-weight: bold !important;
}

/*	Estimate Shipping
============================================================= */
.cart-estimate-block {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 4px double #DDD;
}
.cart-estimate-block > h5 {
	font-size: 1rem;
	color: #666666;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 0.5rem;
}
#estimate_shipping_form > label {
	line-height: 1;
	width: 100%;
	margin-bottom: 0.5rem;
	display: inline-block;
}
#estimate_shipping_form .select {
	margin-bottom: 1rem;
}
#estimate_shipping_form > .estimate_shipping_buttons > .button,
#estimate_shipping_results > .estimate_shipping_buttons > .button {
	width: auto;
}

#estimate_shipping_form,
#estimate_shipping_results {
	width: 100%;
	margin-bottom: 0;
}

#estimate_shipping_results {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #DDDDDD;
}
#estimate_shipping_results > #estimates {
	width: 100%;
	height: auto;
	margin: 0 0 1.5rem 0;
	padding-bottom: 0.5rem;
	display: inline-block;
	border-bottom: 1px solid #DDDDDD;
}
#estimate_shipping_results > #estimates > dt {
	font-size: 0.8rem;
	font-weight: normal;
	text-align: left;
	width: 70%;
	margin-bottom: 0.5rem;
	float: left;
	display: inline-block;
}
#estimate_shipping_results > #estimates > dt > input[type="radio"] {
	width: 8%;
	margin: 0 0.25rem 0 0;
	float: left;
	display: inline-block;
}
#estimate_shipping_results > #estimates > dt > span {
	width: 85%;
	float: left;
	display: inline-block;
}
#estimate_shipping_results > #estimates > dd {
	font-size: 0.8rem;
	line-height: 1;
	text-align: right;
	width: 30%;
	margin-bottom: 0.5rem;
	float: left;
	display: inline-block;
}



/* =============================================================
	CHECKOUT PAGE (block)
============================================================= */
#checkout h2.legend,
#customer_address h2.legend {
	font-size: 1.4rem;
	color: #666;
	font-weight: 200;
	margin-bottom: 1.25rem;
	padding-left: 0.8375rem;
	padding-right: 0.8375rem;
}
#checkout p.required {
	font-size: 0.75rem;
	color: #666666;
	font-style: italic;
}
#checkout .actions {
	margin-top: 2rem;
}
#checkout .checkout-section-divider {
	width: 100%;
	height: 1px;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	display: block;
	border-bottom: 1px dotted #DDD;
  float: left;
}

#checkout #billing_address > .checkout-section-divider {
	width: 95.8%;
	margin-right: 0.9375rem;
	margin-left: 0.9375rem;
	float: left;
}
#billing_address, #customer_address #shipping_address {
  border-bottom: 1px dotted #DDD;
	margin-bottom: 1.5rem;
}
#customer_details .page-actions, #login-page-form .page-actions{
	border-top: 1px dotted #DDD;
	padding-top: 1.5rem;
}
.loader {border: 4px solid #ccc; border-top: 4px solid #999; border-radius: 50%;width: 20px;height: 20px;margin:12px auto 0;left: 0;right: 0;animation: spin 2s linear infinite;position:absolute;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.alert-box.alert {
	background: none;
  border: none;
  margin-bottom: 0;
  padding: 3px 0 0 0;
}


/*	Text Fields
============================================================= */
span.error, small.error {
	background: none;
  color: #F04124;
  padding: 0.375rem 0 0 0;
  font-style: normal;
  margin-bottom: 0;
}
span.error a, small.error a {
  color: #666;
}
span.error a:hover, small.error a:hover {
  color: #222;
}

#checkout .field,
#customer_address .field,
#customer_details .field,
#login-page-form .field{
	margin-bottom: 1rem;
	min-height: 5rem;
}
#checkout .field > label,
#customer_address .field > label,
#customer_details .field > label,
.order-date-block .order-date,
#login-page-form .field > label{
	font-size: 0.7rem;
	color: #999;
	line-height: 1;
	text-transform: uppercase;
	cursor: default;
}
#checkout .field > .text, #checkout .field > textarea,
#credentials input,
#customer_address .field > .text,
#customer_details .field > .text{
	color: #FA7875;
	font-weight: 200;
	letter-spacing: 0.5px;
	margin-top: 0.25rem;
	margin-bottom: 0;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
  background: #eee;
}
#checkout input[type="date"] {
	font-weight: 200;
	letter-spacing: 0.5px;
	margin-top: 0.25rem;
	margin-bottom: 0;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
  background: #eee;
}
#checkout .field > .text:focus,
#customer_address .field > .text:focus {
	color: #E25F5F;
	border-bottom-color: #E25F5F;
	background-color: #F4F4F4;
}
#checkout .field > .select,
#customer_address .field > .select {
	margin-top: 0.3rem;
  background-color: #eee;
  border-width: 0;
  color: #FA7875;
  font-weight: 200;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
}
#checkout .field > .error {
	font-size: 0.75rem;
	color: #F04124;
	font-weight: 200;
	line-height: 1;
	text-align: right;
	margin: 0;
	padding: 0.5rem 0.5rem 0 0;
	background-color: transparent;
}
#checkout .checkbox-field {padding-top: 20px;}
#shipping_address_same_as_shipping {
  padding-top: 0!important;
  padding-bottom: 30px;
}

/* Shipping Address Same As Shipping */

#shipping_address_same_as_shipping {
	min-height: 1px !important;
}
#shipping_address_same_as_shipping > input.checkbox {
	font-size: 0.8rem;
	margin-bottom: 0;
}
#shipping_address_same_as_shipping > label {
	font-size: 0.8rem !important;
	text-transform: initial !important;
  font-weight: 600;
  color: #333 !important;
}

/* Additional Information */
#additional_information label {
	font-size: 0.7rem;
	color: #999;
	line-height: 1;
	text-transform: uppercase;
	width: 100% !important;
}
#additional_information p > textarea {
	font-size: 0.875rem;
	color: #FA7875;
	font-weight: 200;
	letter-spacing: 0.5px;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 0.25rem;
	border-width: 0 0 1px 0;
	border-bottom-color: #FA7875;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*	Payments & Shipping
============================================================= */
#payments,
#shipping {
	padding-top: 1rem;
	background-color: #f2f2f2;
}
#payments > h2.legend, #shipping > h2.legend {
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0.5rem;
	padding: 0 0 0.75rem 0 !important;
	border-bottom: 1px solid #DDDDDD;
}
#payments > #payments_options > ul,
#shipping > #shipping_options > ul {
	list-style: none;
	margin-left: 0;
}
#payments_options span {display: inline-block;}

#payments > #payments_options > ul > li,
#shipping > #shipping_options > ul > li {
	margin-bottom: 0.5rem;
}
#payments > #payments_options > ul > li > input.radiobox,
#shipping > #shipping_options > ul > li > input.radiobox {
	font-size: 0.8rem;
	margin-bottom: 0;
}
#payments > #payments_options > ul > li > span,
#shipping > #shipping_options > ul > li > span {
	font-size: 0.9rem;
	text-transform: uppercase;
	margin-left: 0.25rem;
}
#payments > #payments_options > ul > li > .payment_information,
#shipping > #shipping_options > ul > li > .shipping_information {
	font-size: 0.75rem;
	color: #666;
	margin-top: 0.25rem;
	padding-left: 1.25rem;
}
#payments > #payments_options > ul > li > .payment_information > p,
#shipping > #shipping_options > ul > li > .shipping_information > p {
	font-size: 0.75rem;
}
#payments > #payments_options > span.error,
#shipping > #shipping_options > span.error {
	display: none;
}



/* =============================================================
	REVIEW ORDER (block)
============================================================= */
.review-order-block {
	padding: 0 1rem 1rem 1rem;
}
.review-order-block > h5 {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #DDDDDD;
}
.review-order-block > p {
	font-size: 0.85rem;
	color: #666666;
	margin-bottom: 0;
}



/* =============================================================
	SUCCESS PAGE (block)
============================================================= */
.success-page-actions {
	margin-top: 2rem;
}
#webpay-failure-reasons li {
  list-style: none;
  margin-bottom: 15px;
}

/*	Success Intro
========================================================= */
.success-intro {
	margin-top: 2rem;
}
.success-intro > h1, .success-intro > h4 {
  font-family: 'Dancing Script', cursive !important;
	color: #FA7875;
	font-weight: 200;
	margin-bottom: 0;
  font-size: 4rem;
}

.success-intro p {
	font-weight: 200;
	color: #333;
}
.success-intro > p > strong {
	color: #333333;
	font-weight: 400;
	font-style: italic;
}
#create-customer h5 {
  font-family: 'Dancing Script', cursive !important;
  color: #FA7875;
  font-size: 2.5em;
}
#credentials .actions {
	margin: 20px 0 0 0;
}
#login-page-form #credentials .actions {
	margin: 0;
}

/*	Success Info Block
========================================================= */
.success-info-block {
	margin-top: 1rem;
	padding: 1rem 1rem 0.5rem 1rem;
	background-color: #F2F2F2;
}
.success-info-block p, .success-info-block ul {
	font-size: 0.9rem;
  font-weight: 200;
	color: #333;
}

/* =============================================================
CUSTOMER PAGE
============================================================= */
.customer-summary-title > h1, .customer-summary-title > h4 {
	line-height: 1;
  margin-top: 0;
  padding: 0 0 0.75rem 0 !important;
  font-size: 1.4rem;
  color: #666;
  font-weight: 200;
}
.customer-summary-title {
margin-bottom: 0.5rem;
  border-bottom: 1px solid #DDDDDD;}

.customer-summary-block.account-info,
.customer-summary-block.billing-address {
  padding-bottom: 1.25rem;
}

.customer-summary-block .button {
  width: auto;
}
.account-info p {
	margin-bottom: 0;
}
.icons-customer a {
  background-color: #e7e7e7;
  color: #333333;
  display: block;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.icons-customer a:hover {
	background-color: #b9b9b9;
}

.icons-customer a .fa {
  padding: 6px 8px;
}
.customer-summary-block p.address {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.customer-summary-block ul.icons-customer {
  padding: 0 0 1.5rem;
}
.order-date-block span.label {
  float: right;
}
#customer-summary .panel {
  border: none;
  overflow: hidden;
}
#customer-summary .order-ship {
	font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
  cursor: default;
  margin: 0;
}
#customer-summary .order-id {
	font-size: 1.2rem;
  font-weight: 200;
  padding-right: 0.8375rem;
}
#customer-summary .order-total strong {
	font-size: 1.2rem;
  font-weight: 400;
}
#login-page-form h2 {
	font-size: 1.4rem;
  color: #666;
  font-weight: 200;
  margin-bottom: 1.25rem;
  padding-right: 0.8375rem;
  text-transform: uppercase;
}
#login-page-new h2 {
	font-family: 'Dancing Script', cursive !important;
  font-size: 3.5rem;
  color: #FA7875;
  text-shadow: 1px 1px 1px rgba(255,255,255, 1);
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#login-page-new p {
	color: #666666;
  font-weight: 200;
}
#login-page-new a.button {
	width: auto;
}

#login-page-form a#reset_password, #login-page-form a#resume_login {
	font-size: 0.9rem;
  color: #666;
  font-style: italic;
  margin: 1rem auto 0.5rem auto;
  padding-bottom: 1rem;
  display: inline-block;
}
#login-page-form a#reset_password:hover {
	color:#222222;
}
#login-page-form .error, #customer_details div.error {
	color: #F04124;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 1rem;
	font-weight: 200;
	margin-bottom: 2rem;
	padding: 0.75rem 0.5rem;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.075) inset;
	background-color: #F3F3F3;
}
#contacts_email > span.error {
	color: #F04124;
}
#customer_details .actions {
	padding-bottom: 1.5rem;
}
/* =============================================================
	CONTACT PAGE (block)
============================================================= */
.off-canvas-wrap.off-canvas-contact-page {
	background-color: #f2f2f2;
}
.off-canvas-wrap.off-canvas-contact-page header {
	background-color: #FFFFFF;
}

.contact-page-container {
	padding-top: 2rem;
}
.contact-page-container .contact-page-divider {
	height: 1px;
	margin: 1.5rem 0 1rem 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #FFFFFF;
}

/*	Contact Page Top
============================================================= */
.contact-page-top > h1 {
	font-family: 'Dancing Script', cursive !important;
	font-size: 4rem;
	color: #FA7875;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.contact-page-top > h5 {
	color: #666666;
	font-weight: 200;
}

/*	Contact Page Top
============================================================= */
.contact-page-block > i.fa {
	font-size: 1.4rem;
	color: #FA7875;
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}
.contact-page-block > h6 {
	color: #3F4A52;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.contact-page-block > p {
	font-size: 0.9rem;
	color: #666666;
	margin-bottom: 0;
}

/*	Contact Form
============================================================= */
#contact_form {
	margin-top: 2rem;
}

/* Contact Page Fields */
#contactpage .field {
	margin-bottom: 1rem;
}
#contactpage .field > label {
	font-size: 0.8rem;
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
	cursor: default;
}
#contactpage p.required {
	font-size: 0.75rem;
  color: #666666;
  font-style: italic;
  padding-left: 0;
}

#contactpage .field > br {
	display: none;
}
#contactpage .field > .text {
	color: #FA7875;
	font-weight: 200;
	margin-bottom: 0;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: #DDDDDD;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #FFFFFF;
}
#contactpage .field > .text:focus {
	border-color: #FA7875;
}
#contactpage .field > textarea.text {
	font-size: 0.875rem;
	line-height: 1.4;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}
#contactpage .field > .error {
	font-size: 0.75rem;
	color: #F04124;
	font-weight: 200;
	line-height: 1;
	text-align: right;
	margin: 0;
	padding: 0.5rem 0.5rem 0 0;
	background-color: transparent;
}

/* Contact Page Required Text */
#contactpage > p.required {
	font-size: 0.9rem;
	color: #666666;
	font-style: italic;
}

/* Contact Page Actions */
#contactpage > .page-actions > .button {
	padding-left: 4rem;
	padding-right: 4rem;
}

/* Contact Page Error Message */
#contactpage > h2.success,
#contactpage > h2.error{
	font-size: 1rem;
	font-weight: 200;
	text-align: center;
	margin-bottom: 2rem;
	margin-right: 0.9375rem;
	margin-left: 0.9375rem;
	padding: 0.75rem 0.5rem;
	border: 1px solid #DDDDDD;
}
#contactpage > h2.success {
	color: #FA7875;
}
#contactpage > h2.error {
	color: #F04124;
}


/* =============================================================
	PAGES
============================================================= */
.off-canvas-static-page {
	background-color: #F4F4F4;
}
.off-canvas-static-page header {
	background-color: #FFFFFF;
}

/*	About Page
============================================================= */
/* About Intro */
.about-intro {
	margin-top: 1rem !important;
	padding: 0;
}
.about-intro-image > img {
	border: 5px solid #FFFFFF;
	border-radius: 2px;
	position: relative;
	-webkit-box-shadow: 0 2px 0 #DDDDDD;
	box-shadow: 0 2px 0 #DDDDDD;
}
.about-intro-text {
	margin-top: 2rem;
	margin-bottom: 2.5rem;
}
.about-intro-text > h1 {
	font-family: 'Dancing Script', cursive !important;
	font-size: 4rem;
	color: #FA7875;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	width: 100%;
	margin: 0;
}
.about-intro-text > h2 > p {
	color: #666;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
}

/* About Member */
.about-member > img {
	margin-bottom: 1rem;
	border: 5px solid #FFF;
	border-radius: 1000px;
	box-shadow: 0 2px 4px rgba(0,0,0,.025);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.025);
}
.about-member > h4 {
	font-size: 1.75rem;
	color: #FA7875;
	font-weight: 200;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
}
.about-member > p {
	font-size: 0.9rem;
	color: #666666;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	margin-bottom: 0;
}
.about-member > p > strong {
	font-size: 0.7rem;
	text-transform: uppercase;
	margin-top: 1rem;
	display: inline-block;
}
.about-member > ul {
	text-align: center;
	width: auto;
	margin: 1.5rem auto 2rem;
	padding: 1rem 2rem 0 2rem;
	display: inline-block;
	border-top: 1px solid #DDDDDD;
}
.about-member > ul > li {
	width: auto;
	height: auto;
	display: inline-block;
}
.about-member > ul > li > a {
	font-size: 1.5rem;
	color: #CCCCCC;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	margin: 0 0.5rem;
}
.about-member > ul > li > a:hover {
	color: #FA7875;
}

/* Adorate Press */
.adorate-press-title {
	padding-top: 2rem;
	border-top: 4px double #DDD;
}
.adorate-press-title > h4 {
	font-family: 'Dancing Script', cursive !important;
	font-size: 4rem;
	color: #FA7875;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	margin-bottom: 2rem;
}
.adorate-press-article:last-child {
	float: left !important;
}
.press-article-block {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	display: block;
	border-radius: 2px;
	border-bottom: 3px solid #DDD;
	background-color: #FFF;
}
.press-article-block > img {
	width: 100%;
  max-width: 100%;
}
.press-article-block > h5 {
	font-size: 1.3rem;
	font-weight: 200;
	margin-top: 1.5rem;
}
.press-article-block > h5 > a {
	color: #3F4A52;
}
.press-article-block > h5 > a:hover,
.press-article-block > h5 > a:focus {
	color: #2D363C;
}

/*	PAGE
============================================================= */

.page > h1 {
	font-family: 'Dancing Script', cursive !important;
	font-size: 4rem;
	color: #FA7875;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	margin-top: 0;
}
.page > p {
	font-size: 1rem;
  color: #333333;
  font-weight: 200;
  text-transform: initial;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Shipping Table */
#shipping-table {
	margin-bottom: 2rem;
}
#shipping-table > table {
	width: 100%;
	border: none;
}
#shipping-table > table > thead > tr > th {
	font-size: 0.8rem;
	color: #4C5860;
	text-transform: uppercase;
	padding: 0.625rem 0.625rem 0.625rem;
	border-bottom: 2px solid #DDD;
}
#shipping-table > table > thead > tr > th:nth-of-type(2) {
	text-align: center;
}
#shipping-table > table > thead > tr > th:nth-of-type(3) {
	text-align: right;
}
#shipping-table table > tbody > tr {
	border-bottom: 1px solid #EEEEEE;
	background-color: #F4F4F4;
}
#shipping-table table > tbody > tr:nth-of-type(even) {
	background-color: #F0F0F0;
}
#shipping-table table > tbody > tr > td:nth-of-type(1),
#shipping-table table > tbody > tr > td:nth-of-type(3) {
	color: #4C5860;
}
#shipping-table table > tbody > tr > td:nth-of-type(2) {
	color: #FA7875;
	text-align: center;
}
#shipping-table table > tbody > tr > td:nth-of-type(3) {
	text-align: right;
}

/* =============================================================
	BLOG
============================================================= */
.adorate-blog {
	padding-top: 2rem;
}

/*	Blog Intro
============================================================= */
.blog-intro > h1 {
	font-family: 'Dancing Script', cursive !important;
	font-size: 4rem;
	color: #FA7875;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	width: 100%;
	margin: 0;
}
.blog-intro > h2 {
	font-size: 1.2rem;
	color: #666666;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	display: inline-block;
	border-bottom: 1px dotted #CCCCCC;
}
.blog-intro > h2 > small {
	font-size: 70%;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3;
}

/*	Main Blog Post
============================================================= */
.blog-post-divider {
	width: 100%;
	height: 1px;
	margin: 2rem 0;
	display: block;
	border-top: 1px dotted #CCCCCC;
}

/* Main Blog Post Image */
.post-image-wrap {
	width: 100%;
	height: 210px;
	display: block;
	border: 5px solid #FFFFFF;
	border-radius: 1000px;
	overflow: hidden;
}
.post-image-wrap:hover,
.post-image-wrap:focus {
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.05);
	box-shadow: 0px 1px 4px rgba(0,0,0,.05);
}
.main-blog-post-date {
	font-size: 0.9rem;
	color: #FA7875;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: 100%;
	margin-top: 0.5rem;
	display: inline-block;
}

/* Main Blog Post Info */
.main-blog-post-info > h4 {
	font-weight: 200;
	margin-top: 1.5rem;
}
.main-blog-post-info > h4 > a {
	color: #FA7875;
}
.main-blog-post-info > h4 > a:hover,
.main-blog-post-info > h4 > a:focus {
	color: #E25F5F;
}
.main-blog-post-info p {
	color: #666666;
  	margin-top: 29px;
  	font-weight: 200;
  	font-style: normal;
  	font-size: 18px !important;
  	line-height: 1.7;
  	letter-spacing: -.003em;
}
.main-blog-post-info > p > a.page-link {
	color: #FA7875;
}
.main-blog-post-info > p > a.page-link:hover,
.main-blog-post-info > p > a.page-link:focus {
	color: #E25F5F;
}

/* Blog Post Social Sharing */
.blog-post-social {
	margin-bottom: 0;
}
.blog-post-social > li {
	display: inline-block;
}
.blog-post-social > li > h6 {
	font-size: 0.75rem;
	color: #ACABAB;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.blog-post-social > li.blog-post-social-item {
	margin: 0 0.25rem;
}
.blog-post-social > li.blog-post-social-item > a {
	font-size: 1.2rem;
	color: #ACABAB;
}
.blog-post-social > li.blog-post-social-item > a:hover,
.blog-post-social > li.blog-post-social-item > a:focus {
	color: #FA7875;
}

/*	Main Blog Page Right
============================================================= */
.instagram-gallery {
	margin-top: 1rem;
}
.instagram-gallery > h5 {
	color: #666;
	font-weight: 200;
	margin-bottom: 1rem;
}
.instagram-gallery > h5 > small {
	font-size: 85%;
	color: #FA7875;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.instagram-gallery > #instafeed > a {
	width: 100%;
	margin-bottom: 1.5rem;
	display: block;
	border: 5px solid #FFFFFF;
	-webkit-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	-ms-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.instagram-gallery > #instafeed > a:hover,
.instagram-gallery > #instafeed > a:focus {
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,.2);
	box-shadow: 0 0px 5px rgba(0,0,0,.2);
}

/*	Blog Post (inner)
============================================================= */
.adorate-blog-post {
	padding-top: 2rem;
}

/* Blog Post Image */
.blog-post-image > img {
	width: 100%;
	margin-bottom: 0.5rem;
	border: 5px solid #FFF;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 0px #DDDDDD;
	box-shadow: 0px 3px 0px #DDDDDD;
}

/* Blog Post Social (inner) */
.blog-post-image > .blog-post-social {
	width: 100%;
	margin-top: 1rem;
	padding-top: 0.5rem;
	display: inline-block;
	border-top: 1px solid #DDDDDD;
}
.blog-post-image > .blog-post-social > .blog-post-social-title {
	width: 100%;
	margin-bottom: 0.5rem;
}

/* Blog Post Content */
.blog-post-content > h1 {
	color: #FA7875;
	font-weight: 200;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin-top: 0;
}
.blog-post-content p {
	color: #444444;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}

/* Other Posts List */
.blog-other-posts > h5 {
	font-size: 0.9rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #DDDDDD;
}
.blog-other-posts > ul > li {
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px dotted #CCCCCC;
}
.blog-other-posts > ul > li > .post-list-article {
	width: 100%;
	height: auto;
	display: block;
}
.blog-other-posts > ul > li > .post-list-article > .post-list-article-image {
	width: 100px;
	height: 100px;
	display: inline-block;
	border: 5px solid #FFFFFF;
	border-radius: 1000px;
	overflow: hidden;
}
.blog-other-posts > ul > li > .post-list-article > h6 {
	font-size: 0.85rem;
	color: #FA7875;
	width: 80%;
	display: inline-block;
	margin-bottom: 0;
}
.blog-other-posts > ul > li > .post-list-article > span {
	font-size: 0.8rem;
	color: #999999;
	font-weight: 600;
	letter-spacing: 1px;
}

.blog-other-posts > ul > li > .post-list-article:hover > .post-list-article-image,
.blog-other-posts > ul > li > .post-list-article:focus > .post-list-article-image {
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
}
.blog-other-posts > ul > li > .post-list-article:hover > h6,
.blog-other-posts > ul > li > .post-list-article:focus > h6 {
	color: #E25F5F;
}
.blog-other-posts > ul > li > .post-list-article:hover > span,
.blog-other-posts > ul > li > .post-list-article:focus > span {
	color: #333333;
}

.blog-page h2 a {
	color: #FA7875;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.blog-post {
	margin: 1.5rem 0;
	padding: 1rem 0;
	border-top: 1px dotted #CCCCCC;
}
.post-img {
	margin-bottom: 40px;
}


/* =============================================================
	MEDIA QUERIES
============================================================= */

/*	Specifications for Small Screens
============================================================= */
/* max-width 640px */
@media only screen and (max-width: 40em) {

	header > .sticky {float: left;}
	.f-topbar-fixed {padding-top: 0px!important;}
	/* Topbar Right */
	.top-bar > .top-bar-section > ul.right {text-align: center;}
	.top-bar > .top-bar-section > ul.right > li {display: inline-block !important;}
	.top-bar > .top-bar-section > ul.right > li > a.mobile-logo {padding: 0 !important;}
	.top-bar > .top-bar-section > ul.right > li > a.mobile-logo > img {width: 30px; margin-top: -5px;}

	/* Page Functions */
	.page-functions > .page-title-left > .breadcrumbs {text-align: center;}
	.page-functions > .page-title-left > .breadcrumbs > li {float: none; display: inline-block;}
	.page-functions > .page-title-left > .page-title {text-align: center;}
	.page-functions > .page-title-left > .product-page-price {font-family: "Helvetica Neue", Helvetica, Arial, sans !important; font-size: 1.8rem; color: #666; font-weight: 200; line-height: 1; text-align: center; margin-top: 0.5rem; margin-bottom: 1rem;}
	.page-functions > .page-title-right {text-align: center;}
	.page-functions > .page-title-right > .select-box {margin: 1.25rem auto 0; float: none;}
	.page-actions > .button {font-size: 1rem}

	/* Product Gallery */
	.product-box-info > .product-box-name {font-size: 1.1rem; text-transform: none;}
	.product-box-info > .product-box-divider {width: 100px;}
	.product-box-info > .product-price {line-height: 1rem; margin-top: 1rem;}
	.product-box-info > .product-price > span {font-size: 1.1rem; font-weight: normal;}
	.product-box-info > .product-price > small {font-size: 1.25rem;}

	/* Home Group */
	#home-group {margin-top: 1rem;}
	#home-group > .home-subscribe {min-height: inherit; margin-bottom: 1rem; padding-bottom: 1rem;}
	#home-group > .home-subscribe #mc_embed_signup {margin-top: 2.5rem;}
	#home-group > .small-discounts {padding: 0;}
	#home-group > .small-discounts > .discount-box,
	#home-group > .large-discounts > .discount-box {margin-bottom: 1rem;}
	#home-group > .large-discounts > .discount-box {height: auto !important;}
	#home-group > .large-discounts > .discount-box > .discount-box-image {width: 100%; height: auto; float: none;}
	#home-group > .large-discounts > .discount-box > .discount-box-info {width: 100%;}
	#home-group > .large-discounts > .discount-box > .discount-box-info > i.fa-caret-left {width: 10%; top: -3.25rem; left: 45%;}
	#home-group > .large-discounts > .discount-box > .discount-box-info > i.fa-caret-left:before{content: "\f0d8";}

	/* Home Gallery */
	#home-page-gallery > .home-page-gallery-title {font-size: 3rem; line-height: 1.25; margin: 0rem 0.9375rem 2rem 0.9375rem;}
	#home-page-actions > .button {font-size: 1.5rem;}

	/* Product Page */
	.product-block-left {margin-top: 2rem;}
	.product-form-block > h3,
	.product-form-block > h5 {font-size: 1.2rem;}
	.product-form-block > h3 > p {font-size: 1rem;}
	.product-form-block > .product-form-block-column {margin-top: 1.25rem;}
	.product-form-block > .product-form-block-column > h6 {font-size: 1rem;}

	/* Cart Page */
	.cart-estimate-block {margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 4px double #DDD;}
	#cart-page .page-actions {text-align: center !important;}

	/* Review Order */
	#review-page #cart-totals {margin-top: 2rem; padding-right: 0; padding-left: 0;}
	#review-page #review_form {padding-right: 0; padding-left: 0;}

	/* Contact Page */
	.contact-page-top > h1 {font-size: 3rem;}
	.contact-page-block {margin: 0.5rem 0;}

	/* Blog */
	.blog-intro {text-align: center;}
	.blog-intro > h1 {font-size: 3.5rem;}
	.main-blog-post-image > .post-image-wrap {width: 210px; margin: 0 auto;}
	.main-blog-post-info {text-align: center;}
	.main-blog-post-info > h4 {font-size: 1.5rem}
	.instagram-gallery > #instafeed > a {width: 45%; margin-right: 2.5%; margin-left: 2.5%; float: left;}

	#search_mini_form > ul > li:nth-child(2) {width: 85%;}

  /*Footer*/
  .footer-menu-list > ul > li {float: none; display: list-item;}
}

/* max-width 480px */
@media only screen and (max-width: 30em) {
  .f-topbar-fixed {padding-top: 0px!important;}
  /*Product*/
  .social-share > .social-share-list > .social-share-list-item > a {
  	width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .cart-product-name {min-height: 2rem;}

  /*Footer*/
  .footer-icons ul.list-payment li {margin: 0 0.07rem 0 0;}
  .footer-icons ul.list-payment img {height: 18px;}


}

/* max-width 320px */
@media only screen and (max-width: 20em) {

	/* Page Actions */
	.page-actions > .button {width: 100% !important;}
  .f-topbar-fixed {padding-top: 0px!important;}

	/* Home Group */
	#home-group > .small-discounts > .discount-box {height: auto !important;}
	#home-group > .small-discounts > .discount-box > .discount-box-image {width: 100%; height: 200px; float: none; overflow: hidden;}
	#home-group > .small-discounts > .discount-box > .discount-box-info {width: 100%; height: auto; padding: 2.5rem 0;}
	#home-group > .small-discounts > .discount-box > .discount-box-info > h4 {margin-top: 0;}
	#home-group > .small-discounts > .discount-box-first > .discount-box-info > i.fa-caret-left {width: 15%; top: -3.25rem; left: 42.5%;}
	#home-group > .small-discounts > .discount-box-first > .discount-box-info > i.fa-caret-left:before{content: "\f0d8";}
	#home-group > .small-discounts > .discount-box-second > .discount-box-info > i.fa-caret-right {width: 15%; top: inherit; bottom: -3rem; left: 42.5%;}
	#home-group > .small-discounts > .discount-box-second > .discount-box-info > i.fa-caret-right:before{content: "\f0d7";}
	#home-group > .large-discounts > .discount-box > .discount-box-info {height: auto; padding: 3rem 0;}
	#home-group > .large-discounts > .discount-box > .discount-box-info > h5 {margin-top: 0;}

	/* Cart Page */
	.cart-product-image {width: 66.66667%; margin-right: auto !important; margin-bottom: 0.75rem !important; margin-left: auto !important; float: none !important;}
	.cart-product-info {width: 100% !important;}
	.cart-product-name {min-height: auto;}
	.cart-product-info-block {text-align: center !important;}
	.discount-form-box {padding-right: 0.9375rem; padding-left: 0.9375rem;}
	.discount-form-box > #coupon_form {width: 100%;}

  .footer-menu-list > ul > li {float: none;}

}

/*	Specifications for Medium Screens
============================================================= */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

	header > .sticky {float: left;}

  .f-topbar-fixed {padding-top: 0px!important;}

  /*Product*/
  .social-share > .social-share-list > .social-share-list-item > a {
  	width: 40px;
    height: 40px;
    line-height: 40px;
  }

	/* Cart Page */
	.cart-estimate-block {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
	#cart-page .page-actions {text-align: right !important;}

	/* Checkout Page */
	.checkout-form-right-wrapper {padding-left: 0}

  .top-bar > .top-bar-section > ul.left > li.has-dropdown > ul.dropdown {
  	width: 100%;
    padding: 1.25rem 0 1.5rem 0;
    left: 0;
  }
  #payments > #payments_options > ul > li > span, #shipping > #shipping_options > ul > li > span {
  	font-size: 0.8rem;
  }

  #search_mini_form > ul > li:nth-child(2) {width: 90%;}

  /*Footer*/
  .footer-icons ul {margin: 10px 0 5px;}



}


/*	Specifications for Large Screens
============================================================= */
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {

	/* CSS codes goes here */

}

.rviewed {
	font-size: 60px;
	color: #FA7974;
}

.product_stock_info {
	font-size: 20px;
	margin-bottom: 15px;
}

#whatsapp {
	display: none;
}

@media only screen and (max-width: 767px) {

	#whatsapp {
		display: inline-block;
	}
	#home-slideshow {
  	display: block;
    clear: both;
  }
  #home-page-gallery {
    padding-top: 20px;
  }
}

.bx-wrapper {
	box-shadow: none; 
}

.bx-viewport {
 	min-height: 550px; 
}


div.press-article-block img {
	height: auto;
  max-width: 100%;
}
.guia-de-medidas { 
  margin-top: 25px;
	text-align: center;
}

.guia-de-medidas .button.secondary {
  color: #999 !important;
  border: 1px solid #CCC !important;
  background-color: #F4F4F4 !important;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
	width: auto;  
}
small {
    font-size: 14px;
}
#product-main-info small, .product-box-info > .product-price > small,
#related-products-gallery .product-form-discount {
	color: #d62222;
  line-height: 30px;
  font-size: 14px;
} 
#product-main-info small#product-form-discount,
.product-box-info > .product-price > small#product-form-discount,
#related-products-gallery small#product-form-discount {text-decoration: line-through;}

.clearing-thumbs li, [data-clearing] li {
    float: none;
    margin-right: 0;
}

.clearing-main-prev.disabled, .clearing-main-next.disabled, .clearing-main-next {
    display: none;
}


@media only screen and (max-width: 640px) {
  .zoomLens {
display:none;
  }
    .zoomContainer {
display:none;
  }
}

/**boton slider**/
.orbit-container .slider-content a.button_1,
.orbit-container .slider-content a.button_2,
.orbit-container .slider-content a.button_3 {
  background: none !important; 
  border:solid 3px #FFF !important;
  text-shadow: 1px 1px 10px rgba(150, 150, 150, 1);
  padding: 15px 50px; 
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  line-height: normal;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  margin: 0;
}
#new-category .columns+.columns:last-child {
    float: left;
}
#new-category .margin-b {margin-bottom: 40px;}
#new-category .columns.last-list {padding-left: 0;}
#new-category a h4 {
	color: #697878;
}
#new-category .columns.last-list a h5{
  color: #999999;
  font-weight: 200;
  line-height: 1.9;
  margin: 0;
}
#new-category .line {
	border-right: solid 1px #ccc;
  padding-right: 20px;
}
#new-category .margin-box {margin-bottom: 20px;}
#new-category > div:nth-child(5) > div:nth-child(4) {float: right !important;}

@media (min-width: 1299px) {
  .product-box-image > .product-box-image-hover > li {
    margin-top:8rem;}
}
@media only screen and (max-width: 479px) {
  .orbit-slider li {
    height: 125px !important;
		background-position: center right;
  }
  .orbit-container .slider-content {
    width: 100%;
    height: 100%;
    left: 0;
    float: none;
    top: 0;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.2);
    padding: 15px;
	}
  .orbit-container .slider-content h2 {
    font-size: 33px !important;
  }
  .orbit-container .slider-content h3 {
    color: #666;
    font-weight: 100;
    font-size: 22px !important;
  }
  .orbit-container .slider-content a.button {
    width: 50%;
    margin-top: 0;
    position: absolute;
    bottom: 17px;
    display: block;
    font-size: 0.8em;
    margin: 0 auto;
    padding: 5px 5px !important;
    background: #fff !important;
    text-shadow: none !important;
    right: 24%;
	}
}
@media (max-width: 479px) {
	
	#logo img {
    height: 90px;
    margin-top: 20px;
  }
}