/* ==============================================================
  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: #ccc !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: 0;
}

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

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

form span.error {
  font-size: 0.85em;
  color: #dc3545;
}

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

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

#logo img {
  height: auto;
  display: block;
  max-height: 200px;
}

@media (max-width: 1024px) {
  #logo img {
    max-height: 120px;
  }
}

#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: #999;
  line-height: 1;
  width: 34px;
  height: 34px;
  padding: 0;
  background-color: #fff;
}

.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: #fff;
}

.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: #999;
  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 {
  width: 100%;
  height: auto;
  display: block !important;
  float: left;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.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: #999;
  line-height: 43px !important;
  text-transform: uppercase;
  padding: 0 15px !important;
  border-top: 2px solid #fff;
  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;
}

.move-right .exit-off-canvas {
  box-shadow: 5px 0 20px rgb(0 0 0 / 50%), 5px 0 20px rgb(0 0 0 / 50%) !important;
}

.move-left .exit-off-canvas {
  box-shadow: -5px 0 20px rgb(0 0 0 / 50%), -5px 0 20px rgb(0 0 0 / 50%) !important;
}

/* 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: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 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: #fff;
}

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

/* Nav Home */
#nav-home-sticky {
  width: 0;
  height: 47px;
  display: block;
  background-color: #fff;
  -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: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 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: rgba(237, 237, 237, 0.3);
}

/* 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 .menu-icon {
  text-align: center;
  text-indent: 0;
}

/* 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 #fff !important;
  border-bottom: 1px solid #eee !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) {
  .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 #fff;
  border-bottom: 1px solid #eee;
}

.off-canvas-cart > .off-canvas-cart-item > img {
  width: 25%;
  margin-right: 5%;
  float: left;
  display: inline-block;
  border: 1px solid #eee;
  background-color: #fff;
}

.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: #333;
  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: #666;
  font-style: italic;
}

.off-canvas-cart > .off-canvas-cart-item > .off-canvas-remove-item {
  font-size: 1.4rem;
  color: #666;
  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: 300px;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .container {
    min-height: 200px;
    padding-bottom: 1rem;
  }
}

/*  Buttons
========================================================= */
.button {
  color: #fff !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;
}

.void-warning .button.tiny {
  width: auto;
}

.button.secondary {
  color: #fff !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;
  width: 100%;
  margin: 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  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: #333;
  font-weight: 600;
}

.page-functions > .page-title-left > .breadcrumbs > li::before {
  color: #ccc;
  font-weight: normal;
}

.page-functions > .page-title-left > .breadcrumbs > li,
.page-functions > .page-title-left > .breadcrumbs > li > a {
  color: #ccc;
  text-transform: inherit;
}

.page-functions > .page-title-left > .breadcrumbs > li > a:hover {
  color: #999;
}

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

.page-functions > .page-title-right > .search-result-query > h5 {
  font-size: 1rem;
  color: #fa7875;
  padding-right: 0.25rem;
}

figure img {
  width: 100%;
  margin-bottom: 1em;
}

.big-banner figure {
  margin: 0 !important;
}


/*  Void Warning
============================================================= */
.void-warning {
  margin-top: 2rem;
}

.void-warning > .alert-box {
  color: #333;
  margin-bottom: 3rem;
  padding: 1.5rem 1.5rem;
  border-color: #eee;
  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: #222;
  border-bottom-color: #333;
}

.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 {
  float: left !important;
}

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

/* Product Box Info */
.product-box-info {
  min-height: 6rem;
  margin: 1rem 0;
}

@media only screen and (max-width: 640px) {
  .product-box-info {
    min-height: 7rem;
  }
}

.product-box-info > .product-box-name {
  font-size: 1rem;
  color: #999;
  font-weight: 200;
  line-height: 1;
  margin: 0;
}

.product-box-info > .product-box-divider {
  width: 50px;
  height: 2px;
  margin: 0.75rem auto;
  display: block;
  background-color: #eee;
}

.product-box-info > .product-box-status {
  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-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: #666;
  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: #333;
  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: #999;
  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: #999;
  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: #333;
  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: #999;
  height: auto;
  margin: 0 0.25rem;
}

.gallery-pager > .pagination > li > a {
  color: #ccc;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 1000px;
  background-color: #fff;
}

.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: #fff;
}

.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: #999;
  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: #fff;
}

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

@media only screen and (max-width: 640px) {
  footer {
    margin-top: 3rem;
  }
}

/* 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: #fff;
  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: 50px;
  height: 30px;
  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;
}

/* =============================================================
  CATEGORY PAGE (block)
============================================================= */

/* Category page codes goes here */
.banner-category {
  margin-bottom: 40px;
}

.banner-category img {
  width: 100%;
}

h2.category_description {
  text-align: center;
  font-size: 1em;
  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-description p:empty {
  min-height: 1.5em;
}

#product-description figure {
  margin: 0 0 1em 0;
}

#product-description h1 {
  font-size: 2.75rem !important;
}

/*  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 #ddd;
  border-radius: 2px;
}

.product-block-right .clearing-blackout {
  background-color: #fff;
}

.product-block-right .clearing-blackout .clearing-close {
  font-size: 2rem !important;
  color: #ccc !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: #eee;
  background-color: #fff;
}

/* 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 > h2 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

#product-main-info > span {
  font-size: 1.7rem;
  color: #333;
  font-weight: 200;
  line-height: 1;
}

#product-main-info > span > small {
  color: #999;
  line-height: 1;
  width: 100%;
  display: inline-block;
}

/* Product Form Block */
.product-form-block p {
  font-size: 0.9rem;
  color: #333;
  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: #333;
  background-color: #ddd;
}

/*  Social Share
========================================================= */
.social-share {
  margin-top: 1rem !important;
  padding-top: 1rem;
  border-top: 1px dotted #ccc;
}

.social-share > h6 {
  font-size: 0.9rem;
  color: #999;
  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: #fff;
  background-color: #fa7875;
}

/*  Product Block Right
========================================================= */

/* Product Images Message */
.product-image-message {
  color: #777;
  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;
}

.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: #222;
}

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

/*  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 #ddd;
  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: #666;
  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 #ddd;
}

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

#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: #666;
  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-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 #ddd;
}

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

.review-order-block > p {
  font-size: 0.85rem;
  color: #666;
  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: #333;
  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 #ddd;
}

.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: #333;
  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: #666;
  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: #222;
}

#credentials .error {
  color: red;
  background-color: #ffe9e9;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 2rem;
  padding: 0.75rem 0.5rem;
}

#credentials .notice {
  color: #0c5460;
  background-color: #d1ecf1;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 2rem;
  padding: 0.75rem 0.5rem;
}

#credentials .warning,
.cart-page-right .warning {
  color: #856404;
  background-color: #fff3cd;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 2rem;
  padding: 0.75rem 0.5rem;
}

#customer_details div.error,
#coupon_form > .error,
#customer_details .error {
  color: red;
  background-color: #ffe9e9;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 2rem;
  padding: 0.75rem 0.5rem;
}

#customer_details .error {
  display: block;
  margin-top: 15px;
}

#customer_details .error a {
  text-decoration: underline;
  color: #721c24;
}

#coupon_form > .error,
#coupon_form > .success {
  margin-top: 1.5rem;
}

#login-page-form .error #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: #fff;
}

.contact-page-container {
  padding-top: 2rem;
}

.contact-page-container .contact-page-divider {
  height: 1px;
  margin: 1.5rem 0 1rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

/*  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: #666;
  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: #666;
  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: #999;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  cursor: default;
}

#contactpage p.required {
  font-size: 0.75rem;
  color: #666;
  font-style: italic;
  padding-left: 0;
}

#contactpage .field > br {
  display: none;
}

#contactpage .field > .text,
#side-filters .field > .text {
  color: #fa7875;
  font-weight: 200;
  margin-bottom: 0;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

#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: #666;
  font-style: italic;
}

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

/* Contact Page Error Message */
#contactpage > h2.success,
#coupon_form .success {
  font-size: 15px;
  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 #c3e6cb;
  background-color: #d4edda;
  color: #155724;
}

#contactpage > h2.error {
  font-size: 15px;
  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 #f5c6cb;
  background-color: #ffe9e9;
  color: red;
}

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

.off-canvas-static-page header {
  background-color: #fff;
}

/*  About Page
============================================================= */

/* About Intro */
.about-intro {
  margin-top: 1rem !important;
  padding: 0;
}

.about-intro-image > img {
  border: 5px solid #fff;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 #ddd;
  box-shadow: 0 2px 0 #ddd;
}

.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: #666;
  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 #ddd;
}

.about-member > ul > li {
  width: auto;
  height: auto;
  display: inline-block;
}

.about-member > ul > li > a {
  font-size: 1.5rem;
  color: #ccc;
  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;
  background-color: #fff;
}

.press-article-block > img {
  width: 100%;
}

.press-article-block > h5 {
  font-size: 1.3rem;
  font-weight: 200;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #ddd;
}

.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 .page-body h1 {
  font-size: 2.75rem !important;
}

.page > p {
  font-size: 1rem;
  color: #333;
  font-weight: 200;
  text-transform: initial;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.page p:empty {
  min-height: 1.5em;
}

/* 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 #eee;
  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: #666;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px dotted #ccc;
}

.blog-intro > h2 > small {
  font-size: 70%;
  color: #333;
  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 #ccc;
}

/* Main Blog Post Image */
.post-image-wrap {
  width: 100%;
  height: 210px;
  display: block;
  border: 5px solid #fff;
  border-radius: 1000px;
  overflow: hidden;
}

.post-image-wrap:hover,
.post-image-wrap:focus {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 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 #fff;
  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: #666;
  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;
}

/*  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: 0 3px 0 #ddd;
  box-shadow: 0 3px 0 #ddd;
}

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

.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 #fff;
  margin-top: 0;
}

.blog-post-content p {
  color: #444;
  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 #ddd;
}

.blog-other-posts > ul > li {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
}

.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 #fff;
  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: #999;
  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 #ddd;
  box-shadow: 0 0 5px #ddd;
}

.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: #333;
}

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

.post-img {
  margin-bottom: 40px;
}

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

/*  Specifications for Small Screens
============================================================= */

@media screen and (max-width: 1024px) {
  /* 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%;
  }

  /* Topbar Right */
  .top-bar > .top-bar-section > ul.right {
    text-align: center;
    width: 100%;
  }

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

/* max-width 640px */
@media only screen and (max-width: 40em) {
  header > .sticky {
    float: left;
  }

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

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

  #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: 0 !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: 0 !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: 0 !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;
  }

  #email-suggestion {
    font-size: 85%;
    padding: 5px 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: #fff;
}

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

  #search_mini_form input.search {
    padding-left: 40px;
  }
}

.product-box-image .overlay-img::before {
  content: '';
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* Video wrapper */
.videoWrapper {
  position: relative;
  padding-bottom: 55%;
  width: 100%;
  margin: 0 auto 30px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 991px) {
  .videoWrapper {
    width: 100%;
    padding-bottom: 55%;
  }
}

/* Filters */
#show_filters {
  margin-bottom: 25px;
}

#show_filters .badge {
  background-color: rgba(0, 0, 0, 0.1);
  width: 14px;
  display: inline-block;
  border-radius: 2px;
}

.category_menu_list .count::before {
  content: '(';
  font-weight: normal;
}

.category_menu_list .count::after {
  content: ')';
  font-weight: normal;
}

.parent-2 {
  display: none;
}

#side-filters {
  display: none;
}

@media (min-width: 640px) {
  #side-filters {
    display: block !important;
  }
}

#side-filters h5 {
  line-height: 1.9;
  font-size: 0.8rem;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  margin-top: 0;
  cursor: default;
}

#side-filters .card {
  border: 1px dotted #ccc;
  padding: 15px;
  margin-bottom: 15px;
}

#side-filters .side-filters_selected .clearAll {
  text-decoration: underline;
  margin: 0.85em 0;
}

#side-filters .clearFilter {
  background: #eee;
}

#side-filters .badge {
  font-size: 95% !important;
  display: inline-block;
  color: #fff;
  padding: 0 0.3em;
}

#side-filters .badge a {
  color: #fff;
  opacity: 0.7;
}

#side-filters .badge a:hover {
  opacity: 1;
}

.category_menu_list .count {
  color: #aeaeae;
  font-size: 75%;
}

.category_menu_trigger_child.active i {
  transform: rotate(180deg);
}

#side-filters .side-filters_selected .clearFilter {
  margin-bottom: 2px;
}

#side-filters .filter_wrapper > ul {
  margin: 0;
  padding: 0;
  max-height: 140px;
  overflow: auto;
}

#side-filters .filter_wrapper > ul li > ul {
  margin: 0 0 10px 5px;
  padding: 0;
  display: none;
}

#side-filters .custom-control-label,
#side-filters .filter_wrapper ul a {
  font-size: 75%;
  margin: 0;
  color: inherit;
}

#side-filters .filter_wrapper ul a {
  padding-right: 30px;
}

#side-filters .checkbox {
  margin: 0;
}

#side-filters .category_menu_trigger_child {
  display: block;
  position: relative;
}

#side-filters .category_menu_trigger_child i {
  float: right;
  margin-right: -15px;
}

#side-filters .form-row {
  display: flex;
  margin-bottom: 0.5em;
}

#side-filters .form-row > * {
  display: contents;
}

#side-filters .form-row span {
  display: block;
  margin: 0 5px;
}

#side-filters .form-row .text-center {
  font-size: 85%;
  line-height: 2.3125rem;
  margin: 0 0.5em;
}

#side-filters #price-filter .price_message {
  display: none;
}

#side-filters #price-filter .price_message {
  display: none;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ffeeba;
}

#search-form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

#search-form h5 {
  font-weight: 200;
  color: #666;
  margin-bottom: 15px;
}

#search-form input {
  padding-right: 47px;
}

#search-form button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: none;
  border: none;
  font-size: 18px;
  padding: 0;
  width: 37px;
  height: 37px;
  color: #000 !important;
}

.more-products .contact-button a {
  max-width: 200px;
  margin: 5px auto 0;
}

/* HELP
*********/
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 3rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-5 { margin-bottom: 5rem !important; }

.product_option_value_file_upload {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

@media screen and (max-width: 768px) {
  .mb-2 { margin-bottom: 1rem !important; }
}
