@import 'all.css';
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*Media Query*/
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 4580px;
}
@media (max-width: 3840px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 3400px;
  }
}
@media (max-width: 3360px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 3000px;
  }
}
@media (max-width: 3008px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 2600px;
  }
}
@media (max-width: 2560px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 2200px;
  }
}
@media (max-width: 1920px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1720px;
  }
}
body {
  font-size: 40px;
}
@media (max-width: 3840px) {
  body {
    font-size: 30px;
  }
}
@media (max-width: 3360px) {
  body {
    font-size: 26px;
  }
}
@media (max-width: 3008px) {
  body {
    font-size: 23px;
  }
}
@media (max-width: 2560px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  body {
    font-size: 16px;
  }
}
p {
  margin-bottom: 1em;
}
select {
  background: url('../images/select-bg.svg') no-repeat 100% 45% #ffffff;
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.color-green {
  color: #949300;
}
.color-purple {
  color: #6f1646;
}
.transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.logo img {
  width: auto;
}
/*ATUL*/
.header.panel > .header.links.top-login li {
  margin: 0 0 0 1em;
}
.header.panel > .header.links.top-login li a {
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
}
.header.panel > .header.links.top-login li.authorization-link a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f502";
  color: #949300;
  margin-right: .4em;
}
.header.panel > .header.links.top-login li.authorization-link:after {
  display: none;
}
.header.panel > .header.links.top-login li:last-child a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f406";
  color: #949300;
  margin-right: .4em;
}
.header.panel > .header.links.top-login li:first-child a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f502";
  color: #949300;
  margin-right: .4em;
}
.header.panel > .header.links.top-login .customer-welcome .action.switch {
  color: #6f1646;
}
.header.panel > .header.links.top-login .customer-welcome .action.switch:after {
  font-size: 2em;
}
.header.panel > .header.links.top-login .customer-menu .header.links {
  background: #6f1646;
}
.header.panel > .header.links.top-login .customer-menu .header.links li {
  margin-left: 0;
}
.header.panel > .header.links.top-login .customer-menu .header.links li:hover {
  background: transparent;
}
.header.panel > .header.links.top-login .customer-menu .header.links li a {
  color: #fff;
}
/*ATUL*/
.offer-btn {
  float: right;
}
.offer-btn a {
  display: inline-block;
  background: url('../images/header-icon1.png') 0 0 no-repeat #801951;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding: .844em 1.5em .844em 4.2em;
  border-radius: 5px;
  background-position: 1em 0;
  text-decoration: none;
  margin-left: 1em;
  background-size: 2.563em 2.875em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.offer-btn a.purple {
  background: url('../images/header-icon2.png') 0 0 no-repeat #949300;
  background-position: left .8em center;
  background-size: 2.813em 1.938em;
}
.offer-btn a:after {
  background: url('../images/header-btn-shape.png') 0 0 no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1199px) {
  .offer-btn {
    margin-top: 6px;
  }
  .offer-btn a {
    margin-left: .5em;
    font-size: .9em;
  }
}
@media (max-width: 767px) {
  .offer-btn {
    margin: 0 0 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .offer-btn a {
    background: #6f1646;
    padding: .6em .844em;
    margin-left: 0;
    line-height: normal;
  }
  .offer-btn a.purple {
    background: #949300;
  }
}
.header.content .logo {
  width: 14.563em;
  max-width: inherit;
}
.header.content .logo img {
  width: 100%;
}
@media (max-width: 1199px) {
  .header.content .logo {
    width: 12em;
  }
}
@media (max-width: 991px) {
  .header.content .logo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header.content .logo {
    margin: 0 auto 16px;
    display: block;
    float: none;
  }
}
.header.content .link.wishlist,
.header.content .minicart-wrapper {
  position: absolute;
  bottom: -2.4em;
  right: 1em;
  z-index: 201;
  margin: 0;
}
.header.content .link.wishlist .action.showcart:before,
.header.content .minicart-wrapper .action.showcart:before {
  background: url('../images/cart-icon.png') 0 0 no-repeat;
  content: "";
  font-size: inherit;
  width: 1.938em;
  height: 1.938em;
  background-size: cover;
}
.header.content .link.wishlist .action.showcart .counter.qty,
.header.content .minicart-wrapper .action.showcart .counter.qty {
  background: #949300;
  color: #ffffff;
  height: 1.231em;
  line-height: 1.231em;
  border-radius: 50%;
  margin: 0;
  min-width: 1.231em;
  padding: .2em;
  position: absolute;
  top: -.3em;
  right: -.5em;
  font-size: 0.813em;
}
.header.content .link.wishlist.link.wishlist,
.header.content .minicart-wrapper.link.wishlist {
  list-style: none;
  right: 4em;
}
.header.content .link.wishlist.link.wishlist a,
.header.content .minicart-wrapper.link.wishlist a {
  background: url('../images/heart-icon.png') 0 0 no-repeat;
  content: "";
  font-size: inherit;
  width: 1.938em;
  height: 1.623em;
  display: block;
  text-indent: -9999em;
  background-size: cover;
}
@media (max-width: 991px) {
  .header.content .link.wishlist,
  .header.content .minicart-wrapper {
    bottom: -41px;
  }
}
.home-slider {
  position: relative;
  margin-bottom: 2em;
}
.home-slider .item {
  display: flex;
  align-items: center;
}
.home-slider .item .full-width {
  display: block;
  width: 100%;
}
.home-slider .item .caption {
  position: absolute;
  left: 7%;
}
.home-slider .item .caption h2 {
  margin: 0;
  color: #6f1646;
  font-weight: 600;
  font-size: 4.125em;
}
.home-slider .item .caption h3 {
  font-size: 3.500em;
  color: #000;
  font-weight: 500;
  margin: 0 0 .7em;
}
.home-slider .item .caption h3 sapn {
  background: #949300;
  color: #ffffff;
  padding: .1em .2em;
}
.home-slider .item .caption a {
  font-size: 1.250em;
  background: #949300;
  color: #ffffff;
  border-radius: 20em;
  padding: .65em 2em;
  display: inline-block;
  box-shadow: 0px 4px 0 #6f1646;
  text-decoration: none;
}
.home-slider .item .caption a:hover {
  background: #6f1646;
}
.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  text-align: center;
}
.home-slider .owl-dots .owl-dot {
  width: 2.2em;
  height: .3em;
  background: #6f1646;
  border-radius: 0;
  margin: 0 .4em;
}
.home-slider .owl-dots .owl-dot:hover,
.home-slider .owl-dots .owl-dot.active {
  background: #949300;
}
@media (max-width: 1199px) {
  .home-slider .item .caption h2 {
    font-size: 3.125em;
  }
  .home-slider .item .caption h3 {
    font-size: 2.500em;
  }
  .home-slider .item .caption a {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .home-slider {
    margin-bottom: 2em;
  }
  .home-slider .item .caption h2 {
    font-size: 2.5em;
  }
  .home-slider .item .caption h3 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .home-slider {
    margin-bottom: 1em;
  }
  .home-slider .item figure img {
    width: 100%;
    height: auto;
  }
  .home-slider .item .caption h2 {
    font-size: 2em;
  }
  .home-slider .item .caption h3 {
    font-size: 1.2em;
  }
  .home-slider .item .caption a {
    font-size: .9em;
    border-radius: 5em;
    padding: .5em 1.5em;
    box-shadow: 0px 2px 0 #6f1646;
  }
  .home-slider .owl-dots {
    bottom: 10px;
  }
  .home-slider .owl-dots .owl-dot {
    width: 1.2em;
    margin: 0 .2em;
  }
}
.small-container {
  width: 3040px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 3840px) {
  .small-container {
    max-width: 2280px;
  }
}
@media (max-width: 3360px) {
  .small-container {
    max-width: 1990px;
  }
}
@media (max-width: 3008px) {
  .small-container {
    max-width: 1780px;
  }
}
@media (max-width: 2560px) {
  .small-container {
    max-width: 1520px;
  }
}
@media (max-width: 1920px) {
  .small-container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .small-container {
    max-width: 95%;
  }
}
.home-product1 {
  display: flex;
}
.home-product1 .col {
  width: 23%;
  background-color: #e7e6e4;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.home-product1 .col h3 {
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 .5em;
}
.home-product1 .col h3 span {
  color: #949300;
}
.home-product1 .col h3:after {
  background: #6f1646;
  height: 2px;
  width: 2em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-product1 .col.midd {
  flex: 1;
  margin: 0 1.5em;
  background-color: #eae9e7;
  flex-direction: inherit;
}
.home-product1 .col.midd .img {
  width: 54%;
}
.home-product1 .col.midd .text {
  width: 44%;
  padding-top: 3em;
  position: relative;
}
.home-product1 .col.midd .text a {
  border: 1px solid #868686;
  color: #616161;
  display: inline-block;
  padding: .3em 1.5em;
  margin-top: 1em;
  text-decoration: none;
}
.home-product1 .col.midd .text a:hover {
  background: #949300;
  color: #ffffff;
}
.home-product1 .col:last-child {
  background-color: #e2e1df;
}
.home-product1 .col img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
}
.home-product1 .col:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .home-product1 .col.midd {
    flex-wrap: wrap;
  }
  .home-product1 .col.midd .img {
    width: 40%;
    margin: 0 auto;
  }
  .home-product1 .col.midd .text {
    width: 100%;
    padding-top: 2em;
  }
  .home-product1 .col .img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .home-product1 {
    flex-wrap: wrap;
  }
  .home-product1 .col {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .home-product1 .col.midd {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.special-offer {
  margin: 3em 0;
  overflow: visible;
  position: relative;
}
.special-offer .home-title {
  margin: 0 0 3.5em;
  font-size: 1.500em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #6f1646;
}
@media (max-width: 767px) {
  .special-offer .home-title {
    margin: 0 0 4.5em;
    font-size: 1.200em;
  }
}
.special-offer .home-title label {
  display: inline-block;
  background: #ffffff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.special-offer .home-title span {
  display: block;
  font-size: 0.625em;
  font-weight: 400;
  margin-bottom: .5em;
  color: #000000;
}
.special-offer .home-title::after {
  background: #efeceb;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: .5em;
  content: '';
  position: absolute;
}
.special-offer .product-items .owl-stage {
  display: flex;
}
.special-offer .product-items .owl-stage .owl-item {
  float: left;
  display: flex;
  margin-top: 10px;
}
.special-offer .product-items .owl-stage .owl-item .product-item {
  width: 100% !important;
  margin: 0;
}
@media (max-width: 1199px) {
  .special-offer .product-items .owl-stage .owl-item .product-item .action.primary {
    padding: .6em .9em;
  }
}
@media (max-width: 991px) {
  .special-offer .product-items .owl-stage .owl-item .product-item {
    font-size: .9em;
  }
}
@media (max-width: 767px) {
  .special-offer .product-items .owl-stage .owl-item .product-item {
    font-size: 1em;
  }
}
.special-offer .product-items .owl-nav {
  position: absolute;
  top: 0em;
  right: 0;
}
.special-offer .product-items .owl-nav button {
  background: none;
  border: 2px solid #c5c5c5;
  font-size: 1.5em;
  color: #c5c5c5;
  padding: 0;
  width: 1.2em;
  height: 1.2em;
  margin-left: .2em;
  border-radius: 3px;
  line-height: 1em;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.special-offer .product-items .owl-nav button:hover {
  background: #6f1646;
  color: #ffffff;
  border-color: #6f1646;
}
.special-offer .product-items .owl-dots {
  display: none;
}
@media (max-width: 767px) {
  .special-offer {
    margin-bottom: 0;
  }
}
.product-item .action.towishlist::before,
.product-item .action.tocompare::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f004";
  color: #6f1646;
  font-size: 1.250em;
  font-weight: 400;
  width: auto;
  overflow: inherit;
}
.product-item .action.towishlist.tocompare:before,
.product-item .action.tocompare.tocompare:before {
  content: "\f1de";
  font-weight: 900;
}
.product-item .action.towishlist:hover,
.product-item .action.tocompare:hover {
  background: #949300;
}
.product-item .action.towishlist:hover:before,
.product-item .action.tocompare:hover:before {
  color: #ffffff;
}
.action.primary,
.action-primary,
button {
  background-image: none;
  background: #6f1646;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  padding: .6em .8em;
  font-size: 0.9em;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 2em;
  line-height: normal;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.action.primary:hover,
.action-primary:hover,
button:hover,
.action.primary:focus,
.action-primary:focus,
button:focus,
.action.primary:active,
.action-primary:active,
button:active {
  border: 0;
  background: #949300;
  color: #ffffff;
}
.best-sellers {
  background: url('../images/best-seller-bg.jpg') right top no-repeat;
  padding: 3em 0;
  margin: 0;
  background-size: cover;
}
.best-sellers .small-container {
  position: relative;
  overflow: visible;
}
.best-sellers .home-title span {
  color: #ffffff;
}
.best-sellers .home-title label {
  background: #b1bfa5;
  color: #ffffff;
}
.best-sellers .product-items .owl-nav button {
  border-color: #ffffff;
  color: #6f1646;
  border-radius: 3px;
}
.our-populer-product {
  margin-bottom: 0;
}
.our-populer-product .small-container {
  position: relative;
  overflow: visible;
}
.our-populer-product .block-title {
  display: none;
}
.our-populer-product .product-items {
  list-style: none;
}
.our-populer-product .product-items .price-box,
.our-populer-product .product-items .product-item-actions {
  display: block;
}
.our-newsletter {
  background: url('../images/newsleter-bg.jpg') right top no-repeat;
  padding: 4em 0;
  margin-top: 0;
  background-size: cover;
}
.our-newsletter .block.newsletter {
  background: rgba(255, 255, 255, 0.3);
  max-width: 100%;
  width: 72%;
  margin: 0 auto;
  padding: 2em 3em;
  text-align: center;
}
.our-newsletter .block.newsletter .title {
  display: block;
}
.our-newsletter .block.newsletter .title strong {
  font-size: 2.250em;
  margin: 0;
  font-weight: 500;
}
.our-newsletter .block.newsletter p {
  font-size: 1.125em;
  margin: 0 0 1.5em;
}
.our-newsletter .block.newsletter .form.subscribe {
  display: flex;
  margin-bottom: 1.5em;
}
.our-newsletter .block.newsletter .form.subscribe .field.newsletter {
  max-width: 100%;
  flex: 1;
}
.our-newsletter .block.newsletter .form.subscribe .field.newsletter .control:before {
  display: none;
}
.our-newsletter .block.newsletter .form.subscribe .field.newsletter .control div.mage-error {
  position: absolute;
  font-size: .9em;
}
.our-newsletter .block.newsletter .form.subscribe .field.newsletter input {
  margin-right: 0;
  padding: .7em 1em;
  height: auto;
  font-size: 1em;
}
.our-newsletter .block.newsletter .form.subscribe .actions {
  width: auto;
}
.our-newsletter .block.newsletter .form.subscribe .actions .action.subscribe {
  margin-left: 1.2em;
  background: #000000;
  border-radius: 0;
  font-size: 1.2em;
  padding: 0 2em;
  height: 100%;
}
.our-newsletter .block.newsletter .form.subscribe + p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-newsletter {
    padding: 3em 0;
  }
  .our-newsletter .block.newsletter {
    max-width: 100%;
    width: 100%;
    padding: 2em;
    box-sizing: border-box;
  }
  .our-newsletter .block.newsletter .title strong {
    font-size: 1.5em;
  }
  .our-newsletter .block.newsletter p {
    font-size: 1em;
  }
  .our-newsletter .block.newsletter .form.subscribe {
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-newsletter .block.newsletter .form.subscribe .field.newsletter {
    flex: auto;
  }
  .our-newsletter .block.newsletter .form.subscribe .actions .action.subscribe {
    margin: .5em 0 0 0;
    font-size: 1em;
    padding: .5em 1.5em;
    height: auto;
  }
}
.home-trustpilot {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0 20px 0;
}
.home-trustpilot:after {
  background: #6f1646;
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.home-trustpilot .row {
  display: flex;
}
.home-trustpilot .row .left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-trustpilot .row .left h2 {
  font-size: 1.500em;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.home-trustpilot .row .left .btn {
  font-size: 0.750em;
  font-weight: 400;
  background: #949300;
  color: #ffffff;
  display: inline-block;
  vertical-align: text-bottom;
  padding: .35em 1.1em;
  border-radius: 4px;
  margin: 0.5em 0 0 1em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-trustpilot .row .left .btn:hover {
  background: rgba(148, 147, 0, 0.8);
}
.home-trustpilot .row .right {
  padding: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  width: 22%;
}
@media (max-width: 991px) {
  .home-trustpilot .row .left h2 {
    font-size: 1.100em;
  }
}
@media (max-width: 767px) {
  .home-trustpilot:after {
    width: 100%;
  }
  .home-trustpilot .row {
    display: flex;
    flex-wrap: wrap;
  }
  .home-trustpilot .row .left {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .home-trustpilot .row .left h2 {
    font-size: 1.2em;
  }
  .home-trustpilot .row .right {
    padding: 2em;
    width: 325px;
    margin: 0 auto;
    background: transparent;
  }
}
.page-footer {
  background: none;
  padding: 0;
}
.page-footer .footer-top {
  background: #e7e6e5;
}
.page-footer .footer-top .footer.content {
  padding-top: 0;
}
.page-footer .footer-top ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.page-footer .footer-top ul li {
  width: 25%;
  border-right: 1px solid #ffffff;
  padding: 2em 1em;
}
.page-footer .footer-top ul li h4 {
  font-size: 1.375em;
  font-weight: 600;
  margin: .8em 0 .2em;
}
.page-footer .footer-top ul li p {
  font-size: 0.875em;
  color: #737373;
  margin: 0;
}
.page-footer .footer-top ul li:last-child {
  border: 0;
}
@media (max-width: 991px) {
  .page-footer .footer-top ul li {
    padding: 1em .5em;
  }
  .page-footer .footer-top ul li img {
    width: 44px;
  }
  .page-footer .footer-top ul li h4 {
    font-size: 1em;
  }
  .page-footer .footer-top ul li p {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-top ul {
    flex-wrap: wrap;
  }
  .page-footer .footer-top ul li {
    padding: 1em .5em;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff;
  }
}
.page-footer .footer-middle {
  background: #232323;
  color: #efeceb;
  padding: 4em 0 0;
}
.page-footer .footer-middle .footer.content {
  padding-top: 0;
  border: 0;
}
.page-footer .footer-middle .row {
  display: flex;
}
.page-footer .footer-middle .row .col {
  width: 25%;
  padding-right: 2em;
}
.page-footer .footer-middle .row .col .footer-social {
  padding: 0;
  display: flex;
  margin: 2em 0 0 0;
}
.page-footer .footer-middle .row .col .footer-social li {
  margin-right: .7em;
}
.page-footer .footer-middle .row .col h4 {
  font-size: 1.250em;
  margin: 0 0 1em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0 0 .9em 0;
  pointer-events: none;
}
.page-footer .footer-middle .row .col h4:after {
  background: #949300;
  height: 3px;
  width: 2em;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-footer .footer-middle .row .col ul.footer-links li {
  line-height: 1.9;
  position: relative;
  padding-left: 1em;
}
.page-footer .footer-middle .row .col ul.footer-links li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  color: #949300;
  position: absolute;
  left: 0;
}
.page-footer .footer-middle .row .col ul.footer-links li a {
  font-size: 0.938em;
  color: #efeceb;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer-middle .row .col ul.footer-links li a:hover {
  padding-left: .3em;
  text-decoration: none;
}
.page-footer .footer-middle .row .col p {
  font-size: 0.938em;
  font-weight: 300;
  line-height: 1.333;
}
.page-footer .footer-middle .row .col p a {
  color: #efeceb;
}
.page-footer .footer-middle .row .col:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .page-footer .footer-middle .row {
    flex-wrap: wrap;
  }
  .page-footer .footer-middle .row .col {
    width: 65%;
    padding-right: 0;
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  .page-footer .footer-middle .row .col .footer-links {
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer .footer-middle .row .col .footer-links li {
    width: 50%;
    box-sizing: border-box;
  }
  .page-footer .footer-middle .row .col:nth-child(odd) {
    width: 35%;
    padding-right: 30px;
  }
  .page-footer .footer-middle .row .col:nth-child(odd) .footer-links {
    display: block;
  }
  .page-footer .footer-middle .row .col:nth-child(odd) .footer-links li {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-middle .row .col {
    width: 100%;
    padding-bottom: 0;
  }
  .page-footer .footer-middle .row .col .footer-social {
    margin: 2em 0;
  }
  .page-footer .footer-middle .row .col h4 {
    pointer-events: auto;
  }
  .page-footer .footer-middle .row .col h4 + div {
    display: none;
  }
  .page-footer .footer-middle .row .col h4:after {
    height: 1px;
    width: 100%;
  }
  .page-footer .footer-middle .row .col h4:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    color: #ffffff;
    top: 1px;
    right: 10px;
    position: absolute;
  }
  .page-footer .footer-middle .row .col .footer-links {
    flex-wrap: wrap;
    display: none;
    margin-bottom: 20px;
  }
  .page-footer .footer-middle .row .col .footer-links li {
    width: 100%;
  }
  .page-footer .footer-middle .row .col:nth-child(odd) {
    width: 100%;
    padding-right: 0;
  }
  .page-footer .footer-middle .row .col:nth-child(odd) .footer-links {
    display: none;
  }
}
.page-footer ~ img {
  display: none;
}
.page-footer .copyright {
  background: none;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 2.5em 0 0;
  padding: 1.5em 0;
  font-size: .9375em;
}
.page-footer .copyright a {
  color: #949300;
}
@media (max-width: 991px) {
  .page-footer .copyright {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-footer .copyright {
    display: block;
    border: 0;
  }
  .page-footer .copyright .right {
    margin-top: 10px;
  }
}
a.action.primary {
  border-radius: 2em;
  float: right;
}
.product-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.our-blog {
  margin-bottom: 0;
}
.our-blog .home-title {
  margin-bottom: 2em;
}
.our-blog .block-title {
  display: none;
}
.our-blog .block-recent-posts {
  justify-content: center;
}
.our-blog .block-recent-posts .block-recent-posts-item {
  margin: 0 15px;
  width: 30%;
  position: relative;
  max-width: inherit;
}
.our-blog .block-recent-posts .block-recent-posts-item .recent-post-featured-image-link {
  margin-bottom: 1.2em;
  max-height: inherit;
  max-width: inherit;
}
.our-blog .block-recent-posts .block-recent-posts-item .recent-post-featured-image-link img {
  display: block;
}
.our-blog .block-recent-posts .block-recent-posts-item .block-recent-posts-link {
  color: #000;
  font-size: 1.375em;
  font-weight: 500;
}
.our-blog .block-recent-posts .block-recent-posts-item .date {
  position: absolute;
  top: 1em;
  right: 1em;
  background: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  max-width: 4em;
  text-align: center;
  padding: .5em;
}
.our-blog .block-recent-posts .block-recent-posts-item .postContent {
  margin: .6em 0 0 0;
}
.our-blog .block-recent-posts .block-recent-posts-item .postContent p * {
  font-weight: 400;
}
@media (max-width: 767px) {
  .our-blog .block-recent-posts .block-recent-posts-item {
    margin: 0 10px;
    width: calc(92%);
  }
  .our-blog .home-title {
    margin: 0 0 1.5em;
  }
}
.our-blog .mpcss {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.our-blog .mpcss .post-list-item {
  width: 31.5%;
  float: left;
  margin: 0 !important;
}
.our-blog .mpcss .post-list-item .post-item-wraper {
  padding: 0 !important;
  border: 0;
}
.our-blog .mpcss .post-list-item .post-item-wraper:hover {
  border: 0;
  box-shadow: none !important;
}
.our-blog .mpcss .post-list-item .post-item-wraper .img-responsive {
  margin: 0;
  width: 100%;
  height: auto !important;
}
.our-blog .mpcss .post-list-item .post-item-wraper .post-info-wraper {
  padding: 10px 0px 10px 0px;
}
.our-blog .mpcss .post-list-item .post-item-wraper .post-info-wraper h2 {
  font-size: 1.375em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.our-blog .mpcss .post-list-item .post-item-wraper .post-info-wraper h2 a {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .our-blog .mpcss .post-list-item .post-item-wraper .post-info-wraper h2 {
    margin: 0.5em 0!important;
  }
}
.our-blog .mpcss .post-list-item .post-item-wraper .post-info-wraper .mp-post-info {
  color: #6f1646;
  font-size: 1.1em;
  line-height: 1;
  margin: 0;
  text-transform: lowercase;
  font-weight: 500;
}
.our-blog .mpcss .post-list-item .post-item-wraper .post-info-wraper .post-short-description {
  max-width: 100%;
}
.our-blog .mpcss .post-list-item .post-item-wraper .post-info-wraper .post-short-description p {
  font-size: 0.9em;
  color: #676767;
  padding-top: 0.5em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-blog .mpcss .post-list-item .post-item-wraper {
    padding: 30px 0 0px 0!important;
  }
}
@media (max-width: 568px) {
  .our-blog .mpcss .post-list-item .post-item-wraper {
    padding: 20px 0 0px 0!important;
  }
}
.our-blog .mpcss .post-list-item .post-image .mp-post-date {
  position: absolute;
  right: 1em;
  top: 1em;
  background: #fff;
  padding: 0.5em 1em;
  color: #0e0e0e;
  font-size: 1.2em;
  font-weight: 600;
  width: 24%;
  text-align: center;
}
@media (max-width: 767px) {
  .our-blog .mpcss .post-list-item {
    width: 70%;
    margin: 0 auto !important;
    float: none;
  }
}
@media (max-width: 568px) {
  .our-blog .mpcss .post-list-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our-blog .mpcss {
    display: inline-block;
  }
}
.category-banner {
  margin: 0;
}
.category-banner .item img {
  display: block;
  width: 100%;
}
.category-banner .item .caption {
  left: 7%;
}
.category-banner .item .caption h2 {
  font-size: 3.125em;
}
.category-banner .item .caption h2 span {
  display: block;
  font-weight: 500;
  color: #000000;
}
.category-banner .item .caption h3 {
  font-size: 3.125em;
  margin: 0.1em 0;
}
.category-banner .item .caption h3 sapn {
  display: inline-block;
}
@media (max-width: 1199px) {
  .category-banner .item .caption {
    left: 2%;
  }
  .category-banner .item .caption h2 {
    font-size: 2.125em;
  }
  .category-banner .item .caption h3 {
    font-size: 2.125em;
  }
}
@media (max-width: 991px) {
  .category-banner .item .caption h2 {
    font-size: 1.8em;
  }
  .category-banner .item .caption h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .category-banner .item figure img {
    height: 160px;
  }
  .category-banner .item .caption h2 {
    font-size: 1.5em;
  }
  .category-banner .item .caption h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 568px) {
  .category-banner .item figure img {
    height: auto;
  }
  .category-banner .item .caption h2 {
    font-size: 1.2em;
  }
  .category-banner .item .caption h3 {
    font-size: 0.9em;
  }
}
@media (max-width: 375px) {
  .category-banner .item .caption h2 {
    font-size: 1.1em;
  }
  .category-banner .item .caption h3 {
    font-size: 0.8em;
  }
}
.breadcrumbs {
  background: #dbd7d4;
  max-width: 100%;
  padding: 0;
  margin: 0 0 3em;
}
.breadcrumbs .items {
  width: 3040px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: .95em;
  font-weight: 500;
}
@media (max-width: 3840px) {
  .breadcrumbs .items {
    max-width: 2280px;
  }
}
@media (max-width: 3360px) {
  .breadcrumbs .items {
    max-width: 1990px;
  }
}
@media (max-width: 3008px) {
  .breadcrumbs .items {
    max-width: 1780px;
  }
}
@media (max-width: 2560px) {
  .breadcrumbs .items {
    max-width: 1520px;
  }
}
@media (max-width: 1920px) {
  .breadcrumbs .items {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs .items {
    max-width: 95%;
  }
}
.breadcrumbs .items a {
  color: #6f1646;
}
.breadcrumbs .items .item:not(:last-child):after {
  color: #6f1646;
  font-size: 1.8em;
  line-height: 0.8;
}
.breadcrumbs .items .item strong {
  color: #000000;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .breadcrumbs {
    margin-bottom: 2em;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: block;
  }
}
.page-title-wrapper h1,
.cms-page-view h1,
.page-title-wrapper .h1,
.cms-page-view .h1 {
  font-size: 2.250em;
  margin: 0 0 1em;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #dbd7d4;
  padding: 0 0 .5em;
}
@media (max-width: 991px) {
  .page-title-wrapper h1,
  .cms-page-view h1 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper h1,
  .cms-page-view h1 {
    font-size: 1.5em;
  }
}
.category-description p {
  margin-bottom: 1.5em;
}
.sidebar-main {
  padding-right: 0;
}
.sidebar-main .filter .block-subtitle {
  border-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: normal;
  padding: .65em .8em;
  text-transform: uppercase;
  background: #6f1646;
  color: #ffffff;
  margin-bottom: .5em;
}
@media (max-width: 1199px) {
  .sidebar-main .filter .block-subtitle {
    font-size: 1em;
  }
}
.sidebar-main .filter .filter-options {
  background: #ebeae9;
}
.sidebar-main .filter .filter-options-item {
  border-bottom-color: #ffffff;
  padding: 0;
}
.sidebar-main .filter .filter-options-item .filter-options-title {
  font-weight: 400;
  margin: 0;
  padding: .6em 2.5em .6em 1em;
  text-transform: none;
}
.sidebar-main .filter .filter-options-item .filter-options-title:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f107";
  color: #6f1646;
  font-size: 1.3em;
  top: .4em;
  right: .7em;
}
.sidebar-main .filter .filter-options-item.active .filter-options-title {
  border-bottom: 1px solid #ffffff;
}
.sidebar-main .filter .filter-options-item.active .filter-options-title:after {
  content: "\f106";
}
.sidebar-main .filter .filter-options-item .filter-options-content {
  padding: 0 1em;
}
.sidebar-main .options dt {
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  padding: .65em .8em;
  text-transform: uppercase;
  background: #949300;
  color: #ffffff;
  margin-bottom: .5em;
}
.sidebar-main .options dd {
  background: #ebeae9;
  padding: .6em 1em;
}
.sidebar-main .options dd a {
  color: #000000;
}
.sidebar-main .options dd span.count {
  opacity: .7;
}
.sidebar-main .options dd span.count:after {
  content: ')';
}
.sidebar-main .options dd span.count:before {
  content: '(';
}
.sidebar .block {
  margin-bottom: 2em;
}
.sidebar .block.block-compare .counter {
  color: #ffffff;
  font-size: .6em;
  float: right;
  margin: .6em 0 0 0;
}
.sidebar .block.block-compare ol {
  padding: 0;
  margin: 0;
}
.sidebar .block.block-compare ol .product-item {
  width: 100%;
  background: #f5f5f5;
  padding: .5em 1em .5em 2.5em;
}
.sidebar .block.block-compare ol .product-item .product-item-name {
  margin-left: 0;
  line-height: normal;
  min-height: inherit;
  font-size: .9em;
  font-weight: 400;
  text-align: left;
}
.sidebar .block.block-compare ol .product-item .action.delete {
  left: .4em;
  right: initial;
  background: #6f1646;
  top: .22em;
}
.sidebar .block.block-compare ol .product-item .action.delete:before {
  font-size: 1.6em;
  line-height: 1;
  color: #ffffff;
}
.sidebar .block.block-compare .action.primary {
  background: #949300;
  font-size: 0.8em;
}
.sidebar .block.block-compare .action.primary:hover {
  background: #6f1646;
}
.sidebar .block .block-title,
.sidebar .block .title {
  border-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: normal;
  padding: .65em .8em;
  text-transform: uppercase;
  background: #6f1646;
  color: #ffffff;
  margin-bottom: .5em;
}
.sidebar .block .block-title strong,
.sidebar .block .title strong {
  font-weight: 400;
  line-height: normal;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar .block .block-title .counter,
.sidebar .block .title .counter {
  color: #ffffff;
  font-size: .6em;
  float: right;
  margin: .6em 0 0 0;
}
@media (max-width: 1199px) {
  .sidebar .block .block-title,
  .sidebar .block .title {
    font-size: 1em;
  }
}
.sidebar #wishlist-sidebar {
  list-style-type: none;
  padding: 0;
}
.sidebar #wishlist-sidebar .product-item .product-item-info .product-item-photo {
  width: 80px;
}
@media (max-width: 991px) {
  .sidebar .filter .block-title strong {
    position: static;
    background: #949300;
    color: #ffffff;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 6px 20px;
  }
  .sidebar .filter.active .block-title strong {
    position: absolute;
    background: none;
    font-size: 0;
    padding: 0;
    right: 6px;
  }
  .sidebar .filter.active .block-title strong:after {
    font-size: 34px;
    color: #ffffff;
  }
}
.product-info-main .product-sale {
  background: url('../images/product-offrer-img.jpg') 0 0 no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
  flex-direction: column;
  color: #ffffff;
  margin-bottom: 1.5em;
}
.product-info-main .product-sale .sale-box {
  border: 3px solid #ffffff;
  padding: .5em 1em;
  text-align: center;
  color: #ffffff;
  margin-bottom: .2em;
}
.product-info-main .product-sale .sale-box b {
  font-size: 1.625em;
  font-weight: 500;
  display: block;
}
.product-info-main .product-sale .sale-box span {
  font-size: 3.750em;
  font-weight: 900;
  display: block;
  line-height: normal;
}
.product-info-main .product-sale .sale-box em {
  font-size: 1.750em;
  font-weight: 500;
  font-style: normal;
}
.product-info-main .product-sale p {
  font-size: 1.125em;
  margin: 0;
}
.product-info-main .product-reviews-summary {
  border: 1px solid #e0e0e0;
  margin: 0 0 1.5em;
  width: 100%;
  padding: .8em 1em;
  box-sizing: border-box;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: inherit;
}
.product-info-main .product-reviews-summary .action.add {
  font-size: 1.1em;
  font-weight: 500;
  color: #6f1646;
  text-decoration: none;
}
.product-info-main .product-info-price {
  border: 1px solid #e0e0e0;
  margin: 0 0 1.5em;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #f2f2f2;
  padding: .8em 1em;
  box-sizing: border-box;
}
.product-info-main .product-info-price .price-box .price-container {
  font-size: inherit;
  color: #666666;
}
.product-info-main .product-info-price .price-box .price-container .price {
  font-size: 1.250em;
  line-height: normal;
  font-weight: 600;
  color: #6f1646;
}
.product-info-main .product-info-price .old-price {
  font-size: .856em;
  font-weight: 400;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: inherit;
  font-weight: inherit;
  color: #666666;
}
@media (max-width: 767px) {
  .product-info-main .product-info-price {
    width: 100% !important;
  }
}
.product-info-main .product-info-stock-sku {
  padding: 0;
  text-align: left;
  width: 100%;
}
.product-info-main .product-info-stock-sku .stock {
  padding: .8em 1em;
  background: #f2f2f2;
  margin: 1px 0 0;
  font-weight: 500;
  text-transform: none;
  color: #949300;
}
.product-info-main .product-info-stock-sku .stock:before {
  content: "Availability:";
  color: #6f1646;
}
.product-info-main .availability.only {
  padding: .8em 1em;
  background: #f2f2f2;
  font-size: .856em;
  margin-top: 1px;
}
.product-info-main .product.attribute.sku {
  padding: .8em 1em;
  font-weight: 500;
  color: #000000;
}
.product-info-main .product-add-form {
  padding: 0;
}
.product-info-main .product-add-form .box-tocart {
  border: 1px solid #e0e0e0;
  padding: .8em 1em;
  margin: 0 0 1.5em;
}
.product-info-main .product-add-form .box-tocart .fieldset {
  margin: 0;
  display: flex;
}
.product-info-main .product-add-form .box-tocart .fieldset .field {
  margin: 0;
  display: flex;
  align-items: center;
}
.product-info-main .product-add-form .box-tocart .fieldset .field label {
  margin: 0 .5em 0 0;
}
.product-info-main .product-add-form .box-tocart .fieldset .field .control .input-text.qty {
  height: auto;
  padding: .4em 0;
  line-height: normal;
}
.product-info-main .product-add-form .box-tocart .fieldset .field .control div.mage-error {
  position: absolute;
  background: #ffffff;
  padding: .5em;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions {
  flex: 1;
  padding-left: 1em;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .action.tocart {
  margin: 0;
  width: 100%;
  display: block;
  font-size: .875em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  padding: .56em 0;
  height: auto;
  line-height: normal;
}
.product-info-main .product-social-links .product-addto-links {
  display: flex;
  border: 1px solid #e0e0e0;
  padding: .8em 1em;
  box-sizing: border-box;
}
.product-info-main .product-social-links .product-addto-links .action {
  color: #949300;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  text-decoration: none;
  font-size: .9em;
}
.product-info-main .product-social-links .product-addto-links .action:hover {
  color: #6f1646;
}
.product-info-main .product-social-links .product-addto-links .action:before {
  font-size: 2em;
  width: auto;
  color: #6f1646;
}
@media (max-width: 1199px) {
  .product-info-main .product-social-links .product-addto-links {
    padding: .8em .5em;
    justify-content: space-around;
  }
  .product-info-main .product-social-links .product-addto-links .action {
    margin: 0;
    font-size: .85em;
  }
}
.product.info.detailed {
  margin: 2em 0 0;
}
.product.info.detailed .product.data.items .item.title {
  margin: 0 .6em 0 0;
  clear: both;
}
.product.info.detailed .product.data.items .item.title > .switch {
  font-weight: 500;
  line-height: normal;
  font-size: inherit;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  height: auto;
  padding: .875em 1.2em;
}
.product.info.detailed .product.data.items .item.title.active > .switch {
  color: #6f1646;
}
.product.info.detailed .product.data.items > .item.content {
  margin-top: 3.4em;
  padding: 1.2em;
  border: 1px solid #dcdcdc;
  font-size: .875em;
  margin-bottom: 1.5em;
  display: block !important;
}
@media (max-width: 991px) {
  .product.info.detailed .product.data.items {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .product.info.detailed .product.data.items .item.title > .switch:after {
    right: 10px;
    font-size: 2.5em;
  }
  .product.info.detailed .product.data.items > .item.content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .product.info.detailed {
    margin-top: 1em;
  }
}
.product-right-block {
  margin-bottom: 3em;
}
.product-right-block .pament-img {
  border: 1px solid #e0e0e0;
  padding: .8em 1em;
  margin: 0 0 1.5em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-right-block ul.secure-list {
  padding: 0;
  margin: 0 0 .8em;
  box-sizing: border-box;
  list-style: none;
}
.product-right-block ul.secure-list li {
  background: #e9e9e9;
  margin-bottom: .8em;
  padding: 1em;
  display: flex;
  align-items: center;
}
.product-right-block ul.secure-list li .img-thumb {
  flex: 0 0 20%;
  text-align: center;
}
.product-right-block ul.secure-list li .info {
  padding: 0 0 0 .8em;
}
.product-right-block ul.secure-list li .info h4 {
  margin: 0 0 .2em;
  font-size: 1.125em;
  font-weight: 500;
  color: #6f1646;
}
.product-right-block ul.secure-list li .info p {
  margin: 0;
  color: #666666;
  font-size: 0.938em;
}
@media (max-width: 991px) {
  .product-right-block ul.secure-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .product-right-block ul.secure-list li {
    width: 49%;
    box-sizing: border-box;
  }
}
@media (max-width: 568px) {
  .product-right-block ul.secure-list li {
    width: 100%;
  }
}
.product-right-block .delivery-list {
  border: 1px solid #e0e0e0;
  padding: .8em 1em;
}
.product-right-block .delivery-list h3 {
  color: #6f1646;
  font-size: 1.125em;
  font-weight: 500;
  margin: 0 0 .6em;
  padding: 0 0 .6em;
  border-bottom: 1px solid #e9e9e9;
}
.product-right-block .delivery-list p {
  margin: 0 0 1.5em;
  color: #666666;
  font-size: 0.938em;
}
.product-right-block .delivery-list p:last-child {
  margin-bottom: 0;
}
.fotorama__stage__frame .fotorama__img {
  width: 100%;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
  border: 1px solid #e2e2e2;
  padding: 0;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb-border {
  border-width: 2px;
  margin-top: 1px;
  border-color: #6f1646;
}
.catalog-product-view .block.related {
  float: left;
  width: 65.615%;
  position: relative;
  overflow: hidden;
}
.catalog-product-view .block.related .block-content.content {
  text-align: center;
  margin-bottom: 3em;
}
@media (max-width: 568px) {
  .catalog-product-view .block.related .block-content.content {
    margin-bottom: 0;
  }
}
.catalog-product-view .block.related .products {
  text-align: left;
  margin: 5em 0 0;
}
@media (max-width: 568px) {
  .catalog-product-view .block.related .products {
    margin-top: 2em;
  }
}
.catalog-product-view .block.related .title {
  margin: 0;
  text-align: center;
}
.catalog-product-view .block.related .title strong {
  font-weight: 400;
  line-height: normal;
  font-size: .9375em;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
}
.catalog-product-view .block.related .block-actions {
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #6f1646;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.catalog-product-view .block.related .block-actions button.action.select {
  background: #949300;
  color: #ffffff;
  display: inline-block;
  vertical-align: bottom;
  font-size: .7em;
  padding: .6em 1.5em;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20em;
  margin: 0 0 0 .5em;
  text-decoration: none;
}
.catalog-product-view .block.related .block-actions button.action.select:hover {
  background: #6f1646;
}
.catalog-product-view .block.related .product-items .owl-stage {
  display: flex;
}
.catalog-product-view .block.related .product-items .owl-stage .owl-item {
  float: left;
  display: flex;
}
.catalog-product-view .block.related .product-items .owl-stage .owl-item .product-item {
  width: 100% !important;
  margin: 0;
}
.catalog-product-view .block.related .product-items .owl-nav {
  position: absolute;
  top: 4.5em;
  right: 0;
}
.catalog-product-view .block.related .product-items .owl-nav button {
  background: none;
  border: 2px solid #c5c5c5;
  font-size: 1.5em;
  color: #c5c5c5;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  margin-left: .5em;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .block.related .product-items .owl-nav button:hover {
  background: #6f1646;
  color: #ffffff;
  border-color: #6f1646;
}
@media (max-width: 568px) {
  .catalog-product-view .block.related .product-items .owl-nav {
    position: static;
    text-align: center;
    margin: 20px 0 0 0;
  }
}
.catalog-product-view .block.related .product-items .owl-dots {
  display: none;
}
.catalog-product-view .block.related:before {
  background: #efeceb;
  height: 1px;
  position: absolute;
  top: 2.5em;
  width: 100%;
  content: '';
}
@media (max-width: 991px) {
  .catalog-product-view .block.related {
    width: 100%;
  }
}
.block.related .product-item-details {
  position: initial;
}
.pages .items {
  font-size: inherit;
}
.pages .items .item {
  font-size: inherit;
  margin: 0 .2em 0 0;
  width: 2em;
  height: 2em;
  background: #949300;
  vertical-align: middle;
  line-height: 2em;
}
.pages .items .item .page {
  font-size: inherit;
  line-height: normal;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  display: block;
  line-height: 2em;
}
.pages .items .item .action {
  margin: 0;
  background: #949300;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.pages .items .item .action:before {
  font-size: 2em;
  color: #ffffff;
  margin: 0;
}
.pages .items .item .action:hover {
  background: #6f1646;
}
.pages .items .item.current,
.pages .items .item:hover {
  background: #6f1646;
}
.cart.table-wrapper .actions-toolbar .action {
  top: 1em;
  right: 1em;
}
.cart.table-wrapper .actions-toolbar .action.action-edit {
  margin: 0 1.8em 0 0;
  border-right: 1px solid #a4a4a4;
  padding-right: .8em;
}
.cart.table-wrapper .actions-toolbar .action:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f044";
  color: #23408f;
  font-size: 1.2em;
  overflow: inherit;
}
.cart.table-wrapper .actions-toolbar .action.action-towishlist {
  display: none;
}
.cart.table-wrapper .actions-toolbar .action.action-delete:before {
  content: "\f1f8";
  color: #6f1646;
  overflow: inherit;
}
.checkout-cart-index .page-title-wrapper h1 {
  color: #6f1646;
}
.cart-discount .block.discount .title strong:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f107";
  color: #646464;
  margin-left: .8em;
  font-size: .9em;
}
.cart-discount .block.discount.active .title strong:after {
  content: "\f106";
}
.cart-discount .block.discount input {
  height: auto;
  font-size: 1em;
  padding: .39em 1em;
}
.cart-discount .block.discount button.action.apply {
  border-radius: 0;
  font-size: 1em;
  padding: .53em 1.5em;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-summary .block .title:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f107";
  float: right;
}
.cart-summary .block.active .title:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f106";
}
.cart-summary .multicheckout {
  color: #2a2a2a;
  font-size: .9em;
}
.cart-summary .fieldset > .field > .label,
.cart-summary .fieldset > .fields > .field > .label {
  font-weight: 500;
  color: #000000;
}
.cart-totals tbody {
  font-size: inherit !important;
}
.cart-totals tbody .amount {
  font-weight: 500;
  color: #6f1646;
  font-size: .94em;
}
.cart-totals .totals-tax-summary .amount .price {
  padding-left: 1.3em;
}
.cart-totals .totals-tax-summary .amount .price:after {
  font-size: 2.5em;
  width: .5em;
  text-align: center;
  line-height: .3em;
  overflow: inherit;
  right: .15em;
  top: .15em;
}
.cart-totals .grand .amount {
  font-size: inherit !important;
}
.cart-totals .grand .amount strong {
  font-weight: 500;
  padding: 0;
  font-size: 1.13em;
}
#co-shipping-method-form .fieldset:last-child {
  margin-bottom: 0;
}
.opc-block-shipping-information {
  padding: 0;
}
.opc-block-shipping-information .shipping-information-title {
  display: block;
  font-size: 1.375em;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #6f1646;
  margin: 0 0 .5em 0;
  padding: 0 0 .5em;
}
@media (max-width: 991px) {
  .opc-block-shipping-information {
    padding: 0 1em;
  }
}
.customer-account-login .login-container {
  display: flex;
  justify-content: space-between;
}
.customer-account-login .login-container:before,
.customer-account-login .login-container:after {
  display: none;
}
.customer-account-login .login-container .block {
  background: #f3f3f3;
  margin-bottom: 0;
}
.customer-account-login .login-container .block .block-title {
  margin-bottom: 0;
  background: #ffffff;
}
.customer-account-login .login-container .block .block-content {
  padding: 1em 1.5em;
}
.customer-account-login .login-container .fieldset > .field > .control {
  width: 100%;
}
@media (max-width: 991px) {
  .customer-account-login .login-container .block {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .customer-account-login .login-container {
    flex-wrap: wrap;
  }
  .customer-account-login .login-container .block {
    width: 100%;
    margin-bottom: 20px;
  }
  .customer-account-login .login-container .fieldset:after {
    margin-top: 20px;
  }
}
.login-container .fieldset:after {
  margin: 1.5em 0 0;
  font-size: .9em;
}
.login-container .action.primary,
.form .action.primary {
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  padding: .8em 1.5em;
}
.login-container .actions-toolbar a.action.remind,
.form .actions-toolbar a.action.remind {
  color: #6f1646;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
}
.create.account.form-create-account {
  width: 100%;
}
.create.account.form-create-account .fieldset {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.create.account.form-create-account .fieldset .legend {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #6f1646;
  border-color: #6f1646;
  width: 100%;
}
.create.account.form-create-account .fieldset .legend span {
  font-size: inherit;
  font-weight: 500;
}
.create.account.form-create-account .fieldset.create.account {
  float: right;
}
@media (max-width: 767px) {
  .create.account.form-create-account .fieldset {
    width: 100%;
  }
}
.message.success,
.message.error,
.message.warning,
.message.info {
  margin: 0 0 1.5em;
  padding: .6em 1em;
  line-height: 1.2em;
  font-size: 1em;
  padding-left: 2.5em;
}
.message.success > *:first-child:before,
.message.error > *:first-child:before,
.message.warning > *:first-child:before,
.message.info > *:first-child:before {
  font-size: 2em;
  line-height: 1em;
  margin: -0.3em 0 0 0;
  top: .4em;
  width: 1.2em;
}
@media (max-width: 767px) {
  .message.success,
  .message.error,
  .message.warning,
  .message.info {
    font-size: .8em;
  }
}
.checkout-index-index .nav-sections {
  display: block;
}
.page-banner {
  position: relative;
}
.page-banner .page-title-wrapper {
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  clip: inherit;
  overflow: inherit;
  margin: 0;
  display: flex;
  z-index: 1;
}
.page-banner .page-title-wrapper .page-title {
  position: absolute;
  left: 7%;
  font-size: inherit;
  margin: 0;
  line-height: normal;
  border: 0;
}
.page-banner .page-title-wrapper .page-title span {
  margin: 0;
  color: #6f1646;
  font-weight: 600;
  font-size: 3.125em;
}
@media (max-width: 1199px) {
  .page-banner .page-title-wrapper .page-title {
    left: 2%;
  }
  .page-banner .page-title-wrapper .page-title span {
    font-size: 2.125em;
  }
}
@media (max-width: 991px) {
  .page-banner .page-title-wrapper .page-title span {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .page-banner .page-title-wrapper .page-title span {
    font-size: 1.5em;
  }
}
.opc-progress-bar {
  margin: 0 0 2em;
  font-size: inherit;
}
.opc-wrapper .step-title {
  font-size: 1.375em;
  font-weight: 500;
  color: #000000;
  border-bottom: 0;
  position: relative;
}
.opc-wrapper .step-title:after {
  background: #6f1646;
  height: 2px;
  width: 2em;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .opc-wrapper .step-title:after {
    left: 0.8em;
  }
}
.checkout-container .authentication-wrapper {
  margin-top: 0;
}
.checkout-container .authentication-wrapper button {
  background-image: none;
  background: #6f1646;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  padding: .6em .8em;
  font-size: 0.9em;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 2em;
  line-height: normal;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.checkout-container .authentication-wrapper button:hover,
.checkout-container .authentication-wrapper button:focus,
.checkout-container .authentication-wrapper button:active {
  border: 0;
  background: #949300;
  color: #ffffff;
}
.checkout-container .authentication-wrapper .modal-header .action-close {
  background: none;
  color: #6f1646;
  padding: 0;
  font-size: 2em;
}
.checkout-container .authentication-wrapper .modal-header .action-close:before {
  font-size: inherit;
  color: #6f1646;
  line-height: normal;
}
.checkout-container .authentication-wrapper .actions-toolbar .secondary a.action {
  color: #6f1646;
  margin: 0;
}
.checkout-container .authentication-wrapper .actions-toolbar .primary .action {
  line-height: normal;
  padding: .6em 1.5em;
  font-size: 0.938em;
  margin: 0;
}
.checkout-container .authentication-wrapper .fieldset {
  margin: 0 0 1em;
}
.checkout-container .authentication-wrapper .authentication-dropdown {
  border: 1px solid #d9d9d9;
  margin-top: 1em;
}
.block-authentication .block-title {
  font-size: 1.4em;
  border-bottom: 0;
  margin-bottom: 1.2em;
}
.block-authentication .block-title strong {
  font-weight: 500;
  position: relative;
  padding-bottom: .5em;
}
.block-authentication .block-title strong:after {
  background: #6f1646;
  height: 2px;
  width: 2em;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
[class^='multishipping-'] .nav-sections {
  display: block;
}
@media (max-width: 991px) {
  .page-products .columns {
    padding-top: 0;
  }
  .page-products .columns .sorter {
    top: 2px;
    color: #ffffff;
  }
  .page-products .columns .toolbar .sorter-action {
    right: 7px;
  }
  .page-products .columns .toolbar .sorter-action:before {
    color: #ffffff;
  }
  .page-products .columns .column.main {
    padding-bottom: 0;
  }
  .page-products .columns .column.main .product-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .page-products .columns .toolbar .pages {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-products .columns .column.main {
    padding-bottom: 0;
  }
  .page-products .columns .column.main .product-items .product-item {
    width: calc((100% - 4%) / 2);
  }
  .page-products .columns .toolbar-products {
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .page-products .columns .toolbar select {
    width: 95px;
  }
  .page-products .columns .column.main .product-items .product-item {
    width: 100%;
    margin-left: 0;
  }
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: inherit;
}
.cms-page-view .block:not(.widget),
.contact-index-index .block:not(.widget),
.cms-no-route .block:not(.widget) {
  display: none;
}
.cms-page-view .cms-sidebar ul,
.contact-index-index .cms-sidebar ul,
.cms-no-route .cms-sidebar ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  background: #ebeae9;
}
.cms-page-view .cms-sidebar ul li,
.contact-index-index .cms-sidebar ul li,
.cms-no-route .cms-sidebar ul li {
  margin: 0;
  padding: 0;
}
.cms-page-view .cms-sidebar ul li a,
.contact-index-index .cms-sidebar ul li a,
.cms-no-route .cms-sidebar ul li a {
  color: #333;
  border-bottom: 1px solid #ffffff;
  display: block;
  line-height: normal;
  padding: .6em 1em;
  text-decoration: none;
}
.cms-page-view .cms-sidebar ul li a:hover,
.contact-index-index .cms-sidebar ul li a:hover,
.cms-no-route .cms-sidebar ul li a:hover {
  background: #6f1646;
  color: #ffffff;
}
.cms-page-view .cms-sidebar .imgs-links a,
.contact-index-index .cms-sidebar .imgs-links a,
.cms-no-route .cms-sidebar .imgs-links a {
  display: block;
  margin: 0 0 1em;
}
.cms-page-view .cms-sidebar .imgs-links a img,
.contact-index-index .cms-sidebar .imgs-links a img,
.cms-no-route .cms-sidebar .imgs-links a img {
  width: 100%;
}
.cms-page-view .main b,
.contact-index-index .main b,
.cms-no-route .main b,
.cms-page-view .main strong,
.contact-index-index .main strong,
.cms-no-route .main strong {
  font-weight: 500;
}
.cms-page-view .main .row,
.contact-index-index .main .row,
.cms-no-route .main .row {
  display: flex;
  align-items: center;
  margin: 0 0 2em 0;
}
.cms-page-view .main .row .left,
.contact-index-index .main .row .left,
.cms-no-route .main .row .left {
  width: 80%;
  padding-right: 2em;
}
.cms-page-view .main .row .left p:last-child,
.contact-index-index .main .row .left p:last-child,
.cms-no-route .main .row .left p:last-child {
  margin: 0;
}
.cms-page-view .main .row .right,
.contact-index-index .main .row .right,
.cms-no-route .main .row .right {
  width: 20%;
}
@media (max-width: 767px) {
  .cms-page-view .main .row,
  .contact-index-index .main .row,
  .cms-no-route .main .row {
    flex-wrap: wrap;
  }
  .cms-page-view .main .row .left,
  .contact-index-index .main .row .left,
  .cms-no-route .main .row .left {
    width: 100%;
    padding: 0 0 1em;
  }
  .cms-page-view .main .row .right,
  .contact-index-index .main .row .right,
  .cms-no-route .main .row .right {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
  }
}
.cms-page-view .main .w-100,
.contact-index-index .main .w-100,
.cms-no-route .main .w-100 {
  width: 100%;
  margin-bottom: 1.5em;
}
.cms-page-view .main .trust-pilot,
.contact-index-index .main .trust-pilot,
.cms-no-route .main .trust-pilot {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #017c46;
  padding: 1em 1em;
  justify-content: center;
  color: #ffffff;
}
.cms-page-view .main .trust-pilot img,
.contact-index-index .main .trust-pilot img,
.cms-no-route .main .trust-pilot img {
  width: 10em;
  margin: 0 0 0 1em;
}
.cms-page-view .main h2,
.contact-index-index .main h2,
.cms-no-route .main h2 {
  font-size: 1.5em;
  margin: 0 0 1em;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #dbd7d4;
  padding: 0 0 .5em;
}
.cms-page-view .main h2.h1,
.contact-index-index .main h2.h1,
.cms-no-route .main h2.h1 {
  font-size: 2.5em;
}
@media (max-width: 767px) {
  .cms-page-view .main h2.h1,
  .contact-index-index .main h2.h1,
  .cms-no-route .main h2.h1 {
    font-size: 2em;
  }
}
.cms-page-view .main ol,
.contact-index-index .main ol,
.cms-no-route .main ol,
.cms-page-view .main ul,
.contact-index-index .main ul,
.cms-no-route .main ul {
  padding: 0 0 0 1.2em;
}
.cms-page-view .main ol li,
.contact-index-index .main ol li,
.cms-no-route .main ol li,
.cms-page-view .main ul li,
.contact-index-index .main ul li,
.cms-no-route .main ul li {
  padding-left: .5em;
}
.cms-page-view .main ol li::marker,
.contact-index-index .main ol li::marker,
.cms-no-route .main ol li::marker,
.cms-page-view .main ul li::marker,
.contact-index-index .main ul li::marker,
.cms-no-route .main ul li::marker {
  color: #000000;
}
@media (max-width: 991px) {
  .cms-page-view .columns .column.main,
  .contact-index-index .columns .column.main,
  .cms-no-route .columns .column.main {
    width: 70%;
    padding-left: 20px;
  }
  .cms-page-view .columns .sidebar-additional,
  .contact-index-index .columns .sidebar-additional,
  .cms-no-route .columns .sidebar-additional {
    width: 30%;
    flex-basis: auto;
    order: 0;
  }
}
@media (max-width: 767px) {
  .cms-page-view .columns .column.main,
  .contact-index-index .columns .column.main,
  .cms-no-route .columns .column.main {
    width: 100%;
    padding-left: 0;
  }
  .cms-page-view .columns .sidebar-additional,
  .contact-index-index .columns .sidebar-additional,
  .cms-no-route .columns .sidebar-additional {
    width: 100%;
    order: 1;
  }
}
.table-comparison .cell.remove .action.delete:before {
  font-size: 2em;
  width: auto;
  height: auto;
  color: #6f1646;
  line-height: normal;
}
.table-comparison .product-item-name {
  margin: 0 0 1em;
  min-height: inherit;
  text-align: left;
  font-size: 1em;
}
.table-comparison .special-price .price {
  font-weight: 500;
  color: #8c8c8c;
}
.table-comparison .old-price .price-label {
  display: none;
}
.table-comparison .old-price .price {
  font-weight: 500;
  color: #949300;
  text-decoration: line-through;
}
.table-comparison .product-item-actions {
  display: flex;
  align-items: center;
}
.table-comparison .product-item-actions .stock.unavailable {
  position: static;
  margin: 0;
}
.table-comparison .product-item-actions .actions-secondary {
  position: static;
}
.table-comparison .product-item-actions .actions-secondary .action {
  margin: 0;
}
.table-comparison .product-item-actions .actions-secondary .action:before {
  font-size: 1.5em;
  width: auto;
  height: auto;
  color: #6f1646;
}
.table-comparison .product-item-actions .actions-secondary .action:before:hover {
  color: #949300;
}
.table-comparison .product-item-actions .actions-secondary .action:hover:before {
  color: #949300;
}
.table-comparison th {
  font-weight: 500;
}
.table-comparison .cell.attribute {
  font-size: .9em;
}
@media (max-width: 1199px) {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item,
  .cart-discount {
    width: 70%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
    box-sizing: border-box;
    border-bottom: 0;
  }
  .cart-summary {
    width: 30%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item,
  .cart-discount {
    width: 65%;
    padding-right: 2%;
  }
  .cart-summary {
    width: 35%;
    padding: 1px 10px 25px;
    font-size: .9em;
  }
  .cart-summary > .title {
    display: block;
    font-size: 1.2em;
  }
  .cart-summary .block .content {
    padding: 5px 0 10px;
  }
  .cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0;
  }
  .cart-summary .cart-totals {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .product-item-details {
    width: 78%;
  }
  /*Checkout*/
  .checkout-container .opc-estimated-wrapper {
    border-bottom: 0;
    border-top: 0;
    margin: 0 0 20px;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block .estimated-label {
    font-weight: 400;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #6f1646;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    font-size: 40px;
    line-height: normal;
    color: #6f1646;
    content: '\e611';
    overflow: inherit;
  }
  .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background: #949300;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    margin: 0;
    min-width: 20px;
    font-size: 12px;
    position: absolute;
    right: -8px;
    top: 2px;
    box-sizing: border-box;
  }
  .checkout-container .authentication-wrapper {
    margin: 28px 20px 0 20px;
  }
  .checkout-container .authentication-wrapper .authentication-dropdown {
    border: 0;
    margin-top: 0;
  }
  .checkout-container .authentication-wrapper .authentication-dropdown .actions-toolbar {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .checkout-container .authentication-wrapper .authentication-dropdown .actions-toolbar div.primary,
  .checkout-container .authentication-wrapper .authentication-dropdown .actions-toolbar div.secondary {
    margin-bottom: 0;
    padding: 0;
  }
  .checkout-container .modal-custom .action-close:before {
    font-size: 34px;
    line-height: 34px;
    color: #6f1646;
  }
  .checkout-index-index .nav-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item,
  .cart-discount {
    width: 100%;
    padding-right: 0%;
  }
  .cart-summary {
    width: 100%;
    font-size: 1em;
  }
  .cart.table-wrapper .product-item-details {
    width: 78%;
  }
  .cart.table-wrapper .actions-toolbar {
    position: static;
    padding: 0 0 15px 0;
    text-align: right;
  }
  /*Checkout*/
  .checkout-container .authentication-wrapper {
    margin: 28px 10px 0 20px;
  }
  .checkout-container .authentication-wrapper .authentication-dropdown .actions-toolbar {
    display: block;
  }
  .checkout-container .authentication-wrapper .authentication-dropdown .actions-toolbar div.primary {
    margin-bottom: 10px;
  }
  .checkout-container .opc-wrapper .step-title {
    padding-bottom: 10px;
  }
  .checkout-container .opc-wrapper .form-login,
  .checkout-container .opc-wrapper .form-shipping-address,
  .checkout-container .opc-wrapper .methods-shipping {
    background: none;
    margin: 20px 0 10px;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .minicart-wrapper {
    margin-right: 24px;
  }
}
.modal-custom .action-close:before,
.modal-popup .action-close:before {
  font-size: 2em;
}
input[type='checkbox'] {
  height: 0;
  width: 0;
  margin: 0;
  box-shadow: none !important;
}
input[type='checkbox'] + label {
  position: relative;
  display: inline-block !important;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
  padding-left: 1.5em;
}
input[type='checkbox'] + label:before {
  position: absolute;
  top: .1em;
  width: 1.1em;
  height: 1.1em;
  background: transparent;
  border: 2px solid #9E9E9E;
  content: '';
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  box-sizing: border-box;
  left: 0;
}
input[type='checkbox']:checked + label:before {
  border: 0.55em solid #949300;
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
input[type='checkbox']:checked + label:after {
  content: "";
  position: absolute;
  top: .55em;
  left: .2em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #ffffff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: .2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: .2em;
    height: .5em;
    border-color: #ffffff;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
.account .columns {
  max-width: 100%;
  margin: 3em 0 0 0;
}
.account .columns .column.main .block-dashboard-info .block-title {
  background: #f5f5f5;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
  width: 100%;
}
.account .columns .column.main .block-dashboard-info .block-title strong {
  font-weight: 400;
}
.account .columns .column.main .block-dashboard-addresses .block-title {
  background: #f5f5f5;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
  width: 100%;
}
.account .columns .column.main .block-dashboard-addresses .block-title strong {
  font-weight: 400;
}
.account .columns .column.main .block-dashboard-addresses .block-title a {
  font-size: 0.7em;
}
.account .columns .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
}
.account .columns .fieldset > .legend.legend {
  width: 100%;
}
.account .columns .block-collapsible-nav {
  left: 0;
  position: relative;
  top: 10px;
  width: 100%;
  z-index: 1;
}
.account .columns .block-collapsible-nav .item.current > strong {
  border-color: #6f1646;
  color: #6f1646;
  font-weight: 600;
}
.account .columns .block-collapsible-nav .title:after {
  font-size: 36px;
  position: absolute;
  right: 10px;
  top: 0px;
}
.action-towishlist {
  display: none;
}
.products-grid.wishlist {
  margin-bottom: 30px;
}
.products-grid.wishlist .product-item {
  margin-bottom: 1em;
  margin-left: 2%;
  width: calc(31.66666667%);
}
.products-grid.wishlist .product-item .product-item-info .product-item-photo {
  width: 100%;
}
@media (max-width: 568px) {
  .products-grid.wishlist .product-item .product-item-info .product-item-photo {
    margin-right: 0;
  }
}
.products-grid.wishlist .product-item .product-item-info .price-box {
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  display: inline-block;
}
.products-grid.wishlist .product-item .product-item .price-box p {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .products-grid.wishlist .product-item .product-item .price-box p {
    margin-bottom: 1em;
  }
}
.products-grid.wishlist .product-item .product-item-inner {
  border: 0;
  box-shadow: none;
  border-top: none;
  left: 0;
  margin: 0px 0 0 0px;
  padding: 0 9px 9px;
  position: relative;
  right: 0;
  background: #eeeded;
}
.products-grid.wishlist .product-item .product-item-inner .comment-box {
  display: none;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart {
  margin: 0 0 0 0;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .action.tocart {
  width: 100%;
  padding: 0.8em 1.5em;
}
@media (max-width: 1199px) {
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .action.tocart {
    padding: 0.8em 0.8em;
  }
}
@media (max-width: 568px) {
  .products-grid.wishlist .product-item .product-item-inner .product-item-actions .product-item-actions {
    float: right;
  }
}
.products-grid.wishlist .product-item .product-item-inner .product-item-actions .action.edit:before {
  font-size: 2em;
  color: #6f1646;
}
.products-grid.wishlist .product-item .product-item-inner .product-item-actions .action.delete:before {
  font-size: 2em;
  color: #6f1646;
}
@media (max-width: 568px) {
  .products-grid.wishlist .product-item {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 1199px) {
  #mobile-menu-8-1 {
    left: auto;
  }
}
.google_map_locator {
  width: 100%;
  padding: 2em 0;
}
.google_map_locator h2 {
  font-size: 2.250em;
  margin: 0 0 0.6em;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #dbd7d4;
  padding: 0 0 .5em;
}
.google_map_locator h2 span {
  display: none;
}
.google_map_locator .search_content_block {
  width: 50%;
  border: #6f1646 1px dashed;
}
@media (max-width: 991px) {
  .google_map_locator .search_content_block {
    width: 100%;
  }
}
.google_map_locator .search_content_block .search_block {
  width: 78%;
}
.google_map_locator .search_content_block .search_block input {
  box-shadow: none;
  border: 1px solid #dadada;
  background-image: none !important;
}
.google_map_locator .search_content_block .search_block input:focus {
  border: 1px solid #6f1646;
}
.google_map_locator .search_content_block .slider {
  display: none !important;
}
.google_map_locator .search_content_block .buttons_container {
  width: auto;
}
.google_map_locator .search_content_block .buttons_container button {
  width: auto;
  background: #6f1646 !important;
  border-radius: 0.220em !important;
  padding: 0.9em 1.5em !important;
  font-size: 1em !important;
  margin-left: 0.7em !important;
}
@media (max-width: 991px) {
  .google_map_locator .search_content_block .buttons_container button {
    padding: 0.9em 2.5em;
  }
}
@media (max-width: 767px) {
  .google_map_locator .search_content_block .buttons_container button {
    width: 100% !important;
    margin: 1em 0 0 0 !important;
  }
}
.google_map_locator .search_content_block .buttons_container button:hover {
  background: #949300;
}
.google_map_locator .search_content_block .buttons_container button:last-child {
  display: none;
}
.google_map_locator .stores_container .stores_list .store_title {
  background: #6f1646 !important;
  padding: 0.5em 0.8em !important;
  border-radius: 2px !important;
  font-size: 1.2em !important;
}
.google_map_locator .stores_container .stores_list .store_titlespan {
  font-size: 0.7em;
  color: #6f1646;
  padding: 0.3em 0.5em;
  border-radius: 0.126em;
}
.google_map_locator .stores_container .store_block ul li .store_content p:last-child {
  display: none;
}
.google_map_locator .stores_container .store_block ul li .direction {
  display: none;
}
.google_map_locator .stores_container .stores_list .store_block ul li .store .store_content a {
  color: #6f1646;
}
.google_map_locator .stores_container .stores_list .store_block ul li .store .store_content a:hover {
  color: #949300;
}
.storelocator-index-detail .google_map_locator {
  padding: 2em 0 0 0;
}
.storelocator-index-detail .google_map_locator h2 {
  margin: 0;
}
.storelocator-index-detail .google_map_locator .search_content_block {
  display: none;
}
.storelocator-index-detail .google_map_locator .stores_list {
  display: none;
}
.storelocator-index-detail .google_map_locator .map {
  display: none;
}
.storelocator-index-detail .google_map_locator .map_locator_rightside {
  width: 100%;
}
.orders-recent table > caption {
  height: auto;
  position: relative;
}
.blog-post-content .tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-post-content .tags li {
  display: inline-block;
}
#blog-sidebar-recent-posts .blog-sidebar-block-content .block-recent-posts .block-recent-posts-item {
  margin: 0 1em 1em 1em;
  max-width: 100%;
}
@media (max-width: 767px) {
  #blog-sidebar-recent-posts .blog-sidebar-block-content .block-recent-posts .block-recent-posts-item {
    margin: 0 0em 1em 0em;
  }
}
#blog-sidebar-recent-posts .blog-sidebar-block-content .block-recent-posts .block-recent-posts-item .recent-post-featured-image {
  width: 100%;
}
#blog-sidebar-recent-posts .blog-sidebar-block-content .block-recent-posts-link {
  font-size: 1.5em;
  font-weight: 400;
}
#blog-sidebar-recent-posts .blog-sidebar-block-content .block-recent-posts .recent-post-featured-image-link {
  max-width: 100%;
}
#blog-related-posts .blog-block-title {
  font-size: 2em;
  font-weight: 400;
}
#blog-related-posts .block-related-posts-item .block-related-post-link {
  font-size: 1.5em;
  font-weight: 400;
}
.aw_blog-post-view .columns .column.main {
  padding-bottom: 0;
}
.out-of-stock-lable {
  background: rgba(156, 0, 89, 0.9) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.item.product .product-item-info .out-of-stock-lable {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.stock-preorder-banner {
  background: rgba(156, 0, 89, 0.9) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.product-item-info {
  position: relative;
}
.header.panel > .header.links > li .action2 {
  background: #6f1646;
  font-weight: normal;
  font-size: 1.125em;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0.6312em 1em 0.6312em 1em;
  color: #ffffff !important;
  text-shadow: none;
  display: inline;
}
.special-offer .owl-stage-outer {
  overflow: hidden;
  margin-right: -10px;
}
.best-sellers .product-items .owl-nav {
  top: 1.4em;
}
.our-populer-product .product-items .owl-nav {
  top: 1.4em;
}
.product-item-details .hw-dept {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0.5em 0;
  font-size: 0.8em;
}
.product-item-details .assembly {
  width: 100%;
  text-align: right;
  display: inline-block;
  position: relative;
  right: 0.7em;
  font-size: 0.8em;
}
.my-tooltip {
  position: relative;
}
.my-tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.my-tooltip .tooltip-content:after,
.my-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.my-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.my-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.my-tooltip .tooltip-content:after,
.my-tooltip .tooltip-content:before {
  right: 100%;
}
.my-tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.my-tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.my-tooltip .tooltip-toggle {
  cursor: help;
}
.my-tooltip .tooltip-toggle:hover + .tooltip-content,
.my-tooltip .tooltip-toggle:focus + .tooltip-content,
.my-tooltip:hover .tooltip-content {
  display: block;
}
.my-tooltip {
  position: relative;
  float: right;
  padding: 0 1em 0em 0;
  width: auto;
  text-align: right;
  min-height: 24px;
}
.my-tooltip .tooltip-content {
  background: #6f1646;
  min-width: max-content;
  max-width: max-content;
  padding: 6px 20px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #fff;
  line-height: 1.4;
  border: 0;
  margin-left: 5px;
  left: auto;
  top: -7px;
  width: auto;
  border-radius: 100px;
  right: 60px;
  font-size: 0.8em;
}
.product-item .price-box {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.my-tooltip .tooltip-content:before {
  border-left-color: #ffffff !important;
  margin-top: -6px;
  top: 16px;
  left: 100% !important;
  border-right-color: transparent;
}
.my-tooltip .tooltip-content:after {
  border-left-color: #6f1646 !important;
  margin-top: -5px;
  top: 16px;
  left: 100% !important;
  border-right-color: transparent;
}
#checkout-step-collect-option ul {
  padding-left: 0;
}
ul.feature-benefits {
  padding: 0 0 0 20px;
}
.offer-lable {
  background: url('../images/special-offers-lable.png') 0 0 no-repeat;
  height: 100px;
  position: absolute;
  right: -15px;
  top: -7px;
  width: 100px;
  z-index: 99;
}
.offer-text {
  color: #fff;
  font-size: 10px;
  left: 5px;
  margin-top: 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -35px;
  transform: rotate(45deg);
  font-weight: 600;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.menu-gary {
  width: 100%;
  float: left;
  background: #f2f2f2;
  padding: 10px;
}
.menu-gary .wrapper {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.menu-gary .wrapper .join {
  display: flex;
  align-items: center;
}
.menu-gary .wrapper .join .social-links-header {
  display: inline-block;
  padding: 0 7em;
}
.menu-gary .wrapper .join .redbold {
  font-weight: 600;
  color: #70193D;
}
.menu-gary .wrapper .join .join-btn {
  width: auto;
  float: none;
  margin-top: 20px;
  background: #939905;
  padding: 5px 20px 5px 20px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  /* position: relative; */
  top: 0px;
  left: 20px;
  margin: 0;
}
.menu-gary .wrapper .join .join-btn:hover {
  background: #70193D;
  padding: 15px;
  border-radius: 4px;
  padding: 5px 20px 5px 20px;
}
.menu-gary .wrapper .join .social-links-header a {
  width: 33px;
  height: 33px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  float: left;
  margin-left: 2px;
}
.menu-gary .wrapper .join .social-links-header .facebook {
  background: #3c599b;
  margin-left: 10px;
  border-radius: 100px;
  line-height: 33px;
}
.menu-gary .wrapper .join .social-links-header .twitter {
  background: #02baf6;
  margin-left: 10px;
  border-radius: 100px;
  line-height: 33px;
}
.menu-gary .wrapper .join .social-links-header .youtube {
  background: #CC181E;
  margin-left: 10px;
  border-radius: 100px;
  line-height: 33px;
}
@media (max-width: 991px) {
  .menu-gary .wrapper .join .social-links-header {
    padding: 0.6em 7em;
  }
}
@media (max-width: 991px) {
  .menu-gary .wrapper .join {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .menu-gary .wrapper .join {
    line-height: 28px;
  }
}
.menu-gary .wrapper .trust-pilot {
  display: inline-block;
}
@media (max-width: 991px) {
  .menu-gary .wrapper {
    display: inline-block;
    max-width: 98%;
    text-align: center;
  }
}
.popup-step-1 {
  width: 100%;
  display: inline-block;
  padding: 30px;
}
.popup-step-1 .popup-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #6f1646;
  line-height: 30px;
}
@media (max-width: 568px) {
  .popup-step-1 .popup-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.popup-step-1 .popup-description {
  font-size: 16px;
  margin: 0;
  padding: 0 0 30px 0;
  font-family: 'Rubik', sans-serif;
}
@media (max-width: 568px) {
  .popup-step-1 .popup-description {
    padding: 0 0 20px 0;
  }
}
.popup-step-1 .popup-action {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.popup-step-1 .popup-action input {
  width: 58%;
  margin: 0 0px;
}
@media (max-width: 568px) {
  .popup-step-1 .popup-action input {
    width: 100%;
    margin: 15px 0px;
  }
}
.popup-step-1 .popup-action button {
  padding: 10px 25px;
  background: #2c9355;
  text-transform: uppercase;
}
.popup-step-1 .popup-action button:hover {
  background: #6f1646;
}
@media (max-width: 568px) {
  .popup-step-1 .popup-action button {
    padding: 10px 45px;
    background: #2c9355;
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .popup-step-1 .popup-action {
    flex-direction: column;
  }
}
.popup-step-1 .popup-message {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  padding: 10px 0 0 0;
  color: red;
  font-family: 'Rubik', sans-serif;
}
.popup-step-1 .thankyou-popup {
  color: #2c9355;
  font-family: 'Rubik', sans-serif;
}
#bio_ep_close {
  position: absolute;
  right: 0;
  top: -1px;
  line-height: 16px;
  z-index: 1000;
  cursor: pointer;
  background: #6f1646;
  color: #fff;
  padding: 8px 10px;
}
#copyright {
  display: none;
}
#bio_ep p {
  padding: 20px 0 0 0;
  font-size: 16px;
}
.mpblog-post-index {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  font-family: 'Rubik', sans-serif;
}
.mpblog-post-index h1 {
  font-weight: 600;
}
.mpblog-post-index .post-view-image {
  padding: 0;
}
.mpblog-post-index .post-image {
  min-width: 100%;
  display: inline-block;
}
.mpblog-post-index .post-image img {
  max-height: initial;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.mpblog-post-index .post-item-wraper {
  padding: 0px !important;
  border: 0;
}
.mpblog-post-index .post-item-wraper:hover {
  border: 0;
  box-shadow: none;
}
.mpblog-post-index .mp-blog-rss {
  display: none;
}
.mpblog-post-index .col-md-12 {
  padding: 0;
}
.mpblog-post-index .col-mp {
  padding: 0;
}
.mpblog-post-index .post-item-list {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
}
.mpblog-post-index .post-item-list h2 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}
.mpblog-post-index .post-item-list h2 a {
  color: #6f1646;
}
.mpblog-post-index .post-item-list .post-info-wraper {
  padding: 20px 0;
}
.mpblog-post-index .post-item-list .post-info-wraper .mp-post-info {
  font-size: 14px;
  line-height: 22px;
  margin: 0px 0 10px 0;
  display: inline-block;
}
.mpblog-post-index .post-item-list .mp-post-meta-info a {
  background: #6f1646;
  color: #ffffff !important;
  padding: 10px 25px;
}
.mpblog-post-view {
  font-family: 'Rubik', sans-serif;
}
.mpblog-post-view .mp-blog-view {
  width: 100%;
  display: inline-block;
}
.mpblog-post-view .mp-blog-view .mp-blog-rss {
  display: none;
}
.mpblog-post-view .mp-blog-view .post-view {
  width: 100%;
  display: inline-block;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content {
  padding: 0;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-view-image {
  padding: 0;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content .blog_side h3 {
  font-size: 26px;
  margin-bottom: 0px;
  color: #6f1646;
  font-weight: 500;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content .blog_side h3 a {
  color: #949300;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content .blog_side h3 a:hover {
  color: #6f1646;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content .blog_side p {
  font-size: 16px;
  margin: 0;
  padding: 12px 0;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content .blog_side p img {
  width: auto;
  height: 260px;
  padding: 8px;
}
@media (max-width: 767px) {
  .mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content .blog_side p img {
    height: auto;
    padding: 8px 0;
    width: 100%;
  }
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content .blog_side ul.list {
  padding: 0 0 0 20px;
  margin: 0;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .post-post_content .blog_side ul.list li {
  color: #6f1646;
  font-weight: 500;
  font-size: 16px;
}
.mpblog-post-view .mp-blog-view .post-view .post-list-content .mp-post-info {
  font-size: 14px;
  line-height: 22px;
  margin: 0px 0 10px 0;
  display: inline-block;
}
.mp-footer {
  display: none !important;
}
.sidebar-main .mpblog-search .actions .fa-search {
  margin-top: 10px !important;
}
.sidebar-main .mp-sidebar {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
.sidebar-main .mp-sidebar .product {
  margin-bottom: 0;
}
.sidebar-main .mp-sidebar .data.item.title {
  margin: 0 !important;
  width: 100% !important;
}
.sidebar-main .mp-sidebar .title {
  border: 0;
  border-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: normal;
  padding: 0.65em 0.4em;
  text-transform: uppercase;
  background: #6f1646;
  color: #ffffff;
  margin-bottom: 0.5em !important;
  width: 100% !important;
  display: inline-block;
  text-align: left;
}
.sidebar-main .mp-sidebar .title a {
  color: #fff !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
  font-weight: 400 !important;
}
.sidebar-main .mp-sidebar .title a div {
  width: 100%;
  margin: 0 !important;
}
.sidebar-main .mp-sidebar .content {
  margin-top: 4.5em !important;
  padding: 0.8em 1.2em !important;
  border: 1px solid #dcdcdc;
  font-size: .875em;
  margin-bottom: 0em;
  display: block !important;
}
@media (max-width: 767px) {
  .sidebar-main .mp-sidebar .content {
    margin-top: 1.5em !important;
  }
}
.mp-sidebar.mpcss {
  display: none;
}
.mp-sidebar.product.info.detailed {
  margin: 0;
}
.product.info.detailed .product.data.items .item.title > .switch:after {
  font-size: 0;
}
.limiter-options {
  margin: 0px 5px 0 7px;
  width: 80px;
}
.toolbar-amount {
  display: none;
}
.product.info.detailed .product.data.items {
  border-bottom: 0;
}
.list-post-tabs .post-right span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .pages .items .pages-item-next {
    position: relative;
  }
}
.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #e8e8e8;
}
@media (max-width: 568px) {
  .pager .pages {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .pager .limiter {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 568px) {
  .pager {
    flex-wrap: wrap;
  }
}
#trustpilot {
  background: #fba220 url('../images/excellent-banner.jpg') no-repeat top left;
  padding: 10px;
  min-height: 129px;
  width: 100%;
  text-align: left;
}
#trustpilot a {
  color: #ffffff;
}
#trustpilot .overall_rating {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  font-family: 'Droid Serif', serif;
}
#trustpilot .latest_reviews {
  margin: 0;
  padding: 0;
}
#trustpilot .latest_reviews li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  color: #ffffff;
  font-style: normal;
  line-height: 18px;
}
.trustpilot_popup_link_ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}
#trustpilot .latest_reviews li .reviewer_name {
  font-weight: 700;
  margin: 0 0 0 4px;
  line-height: 28px;
}
#trustpilot a img {
  width: 100%;
}
a.product-info {
  background-image: none;
  background: #6f1646;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  padding: 0.6em 0.8em;
  font-size: 0.9em;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 2em;
  line-height: normal;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.product-info:hover {
  border: 0;
  background: #949300;
  color: #ffffff;
  text-decoration: none;
}
.stock-sku .unavailable {
  float: right;
}
.shop-by-range .owl-item {
  float: left;
}
.shop-by-range .owl-item li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.shop-by-range .owl-item li .cat-home-div {
  border: 1px solid #e0e0e0;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  margin: 0px 0 30px;
}
.shop-by-range .owl-item li .cat-home-div a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #0e0e0e;
  font-weight: 600;
  text-decoration: none;
}
.shop-by-range .owl-item li .cat-home-div a .categories-product {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-by-range .owl-item li .cat-home-div a .categories-product img {
  object-fit: contain;
  height: inherit;
}
.shop-by-range .owl-item li .cat-home-div a .categories-name {
  width: 100%;
  display: inline-block;
  padding: 10px 0 0 0;
}
.shop-by-range .owl-item li .cat-home-div a:hover {
  text-decoration: none;
}
.shop-by-range .owl-nav {
  position: absolute;
  top: 1.4em;
  right: 0;
  z-index: 999;
}
.shop-by-range .owl-nav button {
  background: none;
  border: 2px solid #c5c5c5;
  font-size: 1.5em;
  color: #c5c5c5;
  padding: 0;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.2em;
  border-radius: 3px;
  line-height: 1em;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-by-range .owl-nav button:hover {
  background: #6f1646;
  color: #ffffff;
  border-color: #6f1646;
}
.shop-by-range .owl-dots {
  display: none;
}
.category-description {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
}
.category-description .popular-range {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category-description .popular-range li {
  list-style-type: none;
  padding: 0 15px;
  margin: 0;
  width: 33.33%;
}
.category-description .popular-range li .cat-home-div {
  border: 1px solid #e0e0e0;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  margin: 0px 0 30px;
}
.category-description .popular-range li .cat-home-div a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #0e0e0e;
  font-weight: 600;
  text-decoration: none;
}
.category-description .popular-range li .cat-home-div a .categories-product {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-description .popular-range li .cat-home-div a .categories-product img {
  object-fit: contain;
  height: inherit;
}
.category-description .popular-range li .cat-home-div a .categories-name {
  width: 100%;
  display: inline-block;
  padding: 10px 0 0 0;
}
@media (max-width: 767px) {
  .category-description .popular-range li {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .category-description .popular-range li {
    width: 100%;
  }
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
  margin-left: 0% !important;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
  margin-left: 2%;
}
.page-layout-1column .block.widget .products-grid .product-item {
  width: calc(23.5%);
}
.trustpilot-productdetail {
  width: 100%;
  display: inline-block;
  padding: 20px;
  background: #6f1646 url('../images/Excellent_Review_bg.jpg') no-repeat;
  background-position: right top;
  margin: 0 0 1.5em;
}
.trustpilot-productdetail .trustpilot-detail {
  text-align: center;
}
.trustpilot-productdetail .trustpilot-detail a {
  padding-bottom: 0.5em;
  display: inline-block;
}
.trustpilot-productdetail .trustpilot-detail .star-rating-main {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.trustpilot-productdetail .trustpilot-detail .star-rating-main img {
  width: 250px;
}
.trustpilot-productdetail .trustpilot-detail .star-rating-main p {
  font-size: 24px;
  color: #00b67a;
  font-weight: 600;
  margin: 0;
  width: auto;
}
.trustpilot-productdetail .trustpilot-detail h4 {
  width: 100%;
  display: inline-block;
  padding: 0 0 0.3em 0;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.trustpilot-productdetail .trustpilot-detail p {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin: 0 0 0 0;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
