/* ==============================================================
  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;}*/

.size-guide{
	font-size:15px;
  margin-top: 20px;
}

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;
}

*::after,
*::before {
  font-weight: 900;
}

/* =============================================================
  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;
  top: 40px;
	height: 196px !important;
}
.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 > .fas {
  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 > .fas,
#store-currencies-menu li > a > .fas {
  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-bar.fixed{
  top: 40px;
}
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: #fa7875;
  line-height: 43px !important;
  text-transform: uppercase;
  padding: 0 15px !important;
  border-top: 2px solid transparent;
  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: #fa7875;
}
.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;
}
#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;
}

/* 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;
  margin-top: 40px;
}
.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, 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;
}
@media only screen and (max-width: 767px) {
  .dropdown.level-1{
  display: none;
  }
  .left-off-canvas-menu > ul.level-2 li {
    padding-left: 20px;
  }
  .left-off-canvas-menu > ul.level-2 > li > a:before {
    content: ' » ';
  }
}

/*  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: #fff;
  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 {
  text-align: right;
}

.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: auto;
  margin: auto;
  border: none;
}
.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: 485px;
  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: auto;
  margin: 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  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 > .button {
  font-size: 1.2rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.8rem;
  border-radius: 1000px;
  line-height: 2rem;
}

/*img.zoom{
transition: transform .5s ease;
}

img.zoom:hover{
  transform: scale(1.5);
} */

/* 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;
}
.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-sku {
  margin: 0 0 10px;
  color: #333;
}

/*  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: #E9979E;
  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.fas {
  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.fab {
  margin-top: 0.5rem;
}
/*Footer Payment*/
footer ul.payment {
  text-align: right;
  margin-bottom: 0;
}

footer ul.payment li {
  display: inline-block;
  float: none;
}

footer ul.payment li span {
  display: block;
  border: 1px solid #e1e1e1;
  width: 55px;
  height: 33px;
  border-radius: 3px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

footer ul.payment li span:before {
  content: '';
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: 0;
  transform: rotate(60deg);
  top: -76px;
  left: -50px;
  border: 1px solid #eee;
}

footer ul.payment li span img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  footer ul.payment {
    text-align: center;
    margin-top: 10px;
  }
}
/*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;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .orbit-container .slider-content {
  width: auto;
  max-width: 800px;
  left: 5%;
  right: 20%;
  float: none;
  top: 30%;
  display: block;
  position: relative;
  text-align: center;
}
}

.orbit-container .slider-content {
  width: auto;
  max-width: 800px;
  left: 20%;
  right: 20%;
  float: none;
  top: 30%;
  display: block;
  position: relative;
  text-align: center;
}
.orbit-container .slider-content h2 {
  color: #fff !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-size: 30px !important;
  font-family: 'Dancing Script', cursive !important;
}
.orbit-container .slider-content h3 {
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 38px !important;
  font-family: 'Dancing Script', cursive !important;
}
.orbit-container .slider-content a.button {
  width: auto;
  padding: 10px 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .orbit-slider li {
    height: 380px !important;
    background-position: center center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .orbit-slider li {
    height: 300px !important;
    background-position: center center;
  }
  .orbit-container .slider-content {
    top: 15%;
  }
}
@media only screen and (max-width: 479px) {
  .orbit-slider li {
    height: 190px !important;
    background-position: center center;
  }
  .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: 24px !important;
  }
  .orbit-container .slider-content h3 {
    color: #fff;
    font-weight: 100;
    font-size: 28px !important;
  }
  .orbit-container .slider-content a.button {
    width: 80%;
    padding: 10px;
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    float: left;
    display: block;
    left: 42px;
    font-size: 0.8em;
  }
}
.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: 'Font Awesome 5 Free' !important;
  font-size: 5rem;
  font-style: normal;
  font-weight: 900;
  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: 1000em;
    height: 29.438em;
}
h2.category_description {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1.5em;
}

/*  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: 15px !important;
  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-magnifier-container {
  position:relative;
}

.orbit-container > .product-images-orbit > li > img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

.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;
}
.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;
}

#contacts_accepts_marketing label {
  display: initial;
}
#contacts_accepts_marketing input[type='checkbox'] {
  margin: 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: 4rem;
}
#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: 1rem;
  margin-bottom: 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;
}

#payments img {
  max-height: 40px;
}

/* =============================================================
  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 .fas {
  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;
}
#details #contacts_accepts_marketing {
  min-height: auto;
  padding-top: 20px;
}

/* =============================================================
  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.fas {
  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: 18rem;
  padding: 0 25px;
}

/* 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, 0.025);
  -webkit-box-shadow: 0 2px 4px rgba(0, 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%;
}
.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, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 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: -0.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, 0.2);
  box-shadow: 0 0px 5px rgba(0, 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, 0.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: block !important;
    float: none;
    margin: 0;
  }
  .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;
  }
  /* Topbar Left */
  #header .header-top {
    padding: 0;
  }
  #header .header-top-left {
    padding-left: 0.9375rem;
    padding-bottom: 20px;
    float: none;
  }
  #header .header-top-left form {
    padding: 0;
  }
  #header .header-top-left form ul {
    position: relative;
  }
  #header .header-top-left form ul li:nth-child(1) {
    position: absolute;
    top: -2px;
    left: 0;
  }
  #header .header-top-left form ul li:nth-child(2) {
    width: 100%;
  }

  /* Page Functions */
  .page-functions {
    margin: 1em 0;
  }
  .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: 2rem;
    margin-top: 1rem;
  }
  .product-box-info > .product-price > span {
    font-size: 1.1rem;
    font-weight: normal;
  }
  .product-box-info > .product-price > small {
    font-size: 0.8rem;
  }

  /* 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;
  }

  /*Search*/
  .page-functions > .page-title-right > .search-result-query {
    text-align: center;
    margin-top: 20px;
  }
}

/* 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;
  }
}

.hidden {
  display: none !important;
}

.product-box-image:hover .overlay-img,
.product-box-image:focus .overlay-img {
  left: 0;
  right: 0;
  visibility: visible;
  background-color: #ffffff;
}
.product-box .product-box-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.product-box .product-box-image img {
  width: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.product-box-image img.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.product-box-image .overlay-img {
  position: absolute;
  top: 0;
  left: -100%;
  right: 100%;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .product-box-image .overlay-img {
    display: none;
  }
}
.product-box-image .overlay-img:before {
  content: '';
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#top_message {
	text-align: center;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  z-index: 2;
  top: 0;
}