/* @font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.eot") format("embedded-opentype"),
    url("../fonts/HelveticaNeue.woff") format("woff"),
    url("../fonts/HelveticaNeue.ttf") format("truetype"),
    url("../fonts/HelveticaNeue.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans");

body {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}

h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
p {
  font-size: 16px;
  color: #232323;
  line-height: normal;
}

.logo {
  margin: 0px auto 30px 0;
}
.my-account {
  float: right;
  list-style: none;
  padding-left: 18px;
}

.view-default span,
.view-GR span {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #232323 url("../images/english.png") no-repeat;
  vertical-align: top;
  background-size: 32px;
  border-radius: 50%;
  border: 0;
}

.block-search {
  float: left;
  padding-left: 40px;
  width: 400px;
}

.minicart-wrapper .action.showcart::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/bag.svg") no-repeat;
}

.minicart-wrapper .action.showcart span.text {
  white-space: nowrap;
  width: auto !important;
  color: #232323;
  position: inherit !important;
}
.minicart-wrapper .action.showcart.active::before {
  content: "";
}

.action.tocompare {
  display: none !important;
}

.minicart-wrapper {
  margin-left: 0;
  margin-top: 8px;
}

.my-account {
  float: right;
  list-style: none;
  padding-left: 30px;
  margin-top: 8px;
  margin-left: 15px;
  background: url("../images/profile.svg") no-repeat;
}

.page-header .switcher {
  margin-top: 8px;
}

.nav-sections {
  background: rgb(35, 35, 35);
  margin-bottom: 15px;
}
.navigation {
  background: rgb(35, 35, 35);
}
.nav-sections .navigation ul {
  display: flex;
  justify-content: space-between;
}

.navigation .level0 > .level-top {
  color: #fff;
}
.custom-slider .owl-stage-outer {
  padding: 15px 0;
}
.custom-slider {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.banner-content {
  padding: 10px;
  background: #e38bba;
  text-align: center;
  color: white;
}

.banner-content p {
  margin: 0;
  font-size: 14px;
}

.home-content .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.cms-index-index .column.main {
  min-height: 0;
  padding-bottom: 0 !important;
}
.services ul {
  padding: 0;
}
.services ul li {
  display: inline-block;
  padding-left: 65px;
  padding-right: 0;
  border-right: 1px solid #e6e6e6;
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(23.7% - 11px);
}

.services ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.services ul li {
  background: url("../images/tag.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
}
.services ul li:nth-child(2) {
  background: url("../images/refresh.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
}
.services ul li:nth-child(3) {
  background: url("../images/card.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
}
.services ul li:nth-child(4) {
  background: url("../images/clock.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
}
.services {
  background: rgba(248, 248, 248, 1);
  padding: 0 20px;
}

.services h3,
.services h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
}
.services h4 {
  font-weight: 400;
}

.brands:after {
  clear: both;
  display: table;
  content: "";
}

.brands h3,
.promo-block p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 20px 0 20px;
  text-align: center;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 28px;
  font-weight: normal;
  vertical-align: middle;
}
.promo-block {
  position: relative;
}
.promo-block img {
  width: 100%;
}

.page-footer {
  background: #232323;
  padding: 0px 0px 50px;
}

.block.newsletter .title {
  display: block;
  color: #fff;
  text-align: left;
}

.footer.content::after {
  clear: both;
  display: table;
  content: "";
}
.footer-left {
  float: left;
  width: 52.5%;
  color: #fff;
}

.footer.content .block {
  float: none;
  width: 100%;
}

.footer.content a {
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  line-height: 25px;
}

.footer h3,
.newsletter .title strong {
  font-weight: 700;
  font-size: 13px;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}

.block.newsletter .action.subscribe {
  border-radius: 0;
  background: #3b3b3b;
  border: 1px solid rgba(59, 59, 59, 1);
  color: #ffffff;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 11px 15px;
  margin-left: 15px;
}
.block.newsletter .field .control::before {
  position: absolute;
  content: none;
}
#newsletter {
  background: transparent;
  border: 1px solid #3b3b3b;
  padding-left: 15px;
  color: white;
}

.footer-right {
  float: right;
  width: 47.5%;
}

.social-share {
  margin-bottom: 40px;
}

.social-share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px !important;
}
.social-share ul li a {
  display: block;
  width: 36px;
  height: 36px;
  background: #fff url("../images/facebook.svg");
  border-radius: 50%;
  font-size: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: #232323 !important;
}
.social-share ul li.twitter a {
  background: #fff url("../images/twitter.svg");
}
.social-share ul li.instagram a {
  background: #fff url("../images/instagram.svg");
}
.copyright {
  background-color: #232323;
  color: #ffffff;
  padding: 20px 10px;
  text-align: left;
  border-top: 1px solid #3b3b3b;
}
.payment {
  text-align: right;
}
.payment ul {
  margin: 0;
}
.payment li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0;
}

.copyright .page-main {
  display: table;
  width: 100%;
  font-size: 12px;
}
.copyright .page-main .payment,
.copyright .page-main span {
  display: table-cell;
  vertical-align: middle;
}

.footer-top-content {
  background: rgba(248, 248, 248, 1);
  padding: 32px 0;
}
.footer-top-content .eapps-instagram-feed > a {
  display: none !important;
}

.title {
  text-align: center;
  margin-bottom: 35px;
}
.title h3,
.title h4 {
  font-weight: normal;
  margin: 0;
}
.title h4 {
  color: #989898;
}

.title h3 {
  font-weight: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 21px;
}

.blogs h3 {
  font-size: 20px;
  font-weight: normal;
  color: rgba(35, 35, 35, 1);
}

.blogs .title h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.navigation .level0 > .level-top {
  line-height: 60px;
  text-transform: uppercase;
  font-weight: normal;
}
.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-focus {
  /* color: rgba(227,139,186,1); */
  color: #232323;
  background-color: #fff;
  transition: 0.4s all;
}

.block-new-products.grid {
  margin: 30px 0 40px;
}

.block-new-products .block-content {
  margin-top: 30px;
}

.product-item {
  position: relative;
}
.product-item-actions {
  position: absolute;
  top: 50%;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s ease all;
}

.product-item:hover .product-item-actions {
  opacity: 1;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0px;
  position: relative;
}

.product-item-name > a,
.product.name a > a {
  color: rgba(152, 152, 152, 1) !important;
  font-size: 16px;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.product-item .price-box .price-label {
  display: none;
}
.block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column
  .block.widget
  .products-grid
  .product-item
  .product-item-inner,
.page-layout-3columns
  .block.widget
  .products-grid
  .product-item
  .product-item-inner {
  box-shadow: none;
  border: 0;
}

.product-item .action.primary {
  background-image: none;
  background: #fff;
  border: 2px solid #dfd6d6;
  color: #232323;
  cursor: pointer;
  display: inline-block;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 15px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
.product-item .tocart {
  font-size: 15px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.products-grid .product-item-actions {
  margin: 0;
}
.products-grid .product-item-inner {
  background: #ffffff;
  box-shadow: none;
  border: 0;
  border-top: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: inherit;
  right: 0;
  z-index: 2;
}

.product-item .price-box .price {
  font-weight: normal;
  white-space: nowrap;
  color: rgba(152, 152, 152, 1);
  font-size: 16px;
}

.product-item .price-box {
  margin: 10px auto 0;
  max-width: 105px;
}

.old-price {
  color: red;
  margin-top: -12px;
  display: block;
}

span.percentage-sale {
  font-weight: 400;
}

.old-price .price-container .price {
  font-size: 14px !important;
  text-decoration: line-through;
  margin-top: -9px;
}

.product-item .old-price .price {
  font-weight: normal;
  text-decoration: line-through;
  color: rgba(222, 124, 124, 1);
  font-size: 11px;
  vertical-align: top;
}
.block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column
  .block.widget
  .products-grid
  .product-item
  .product-item-inner,
.page-layout-3columns
  .block.widget
  .products-grid
  .product-item
  .product-item-inner {
  margin: 0;
}
/* .cms-index-index .products-grid.grid {
	border-bottom: 2px dashed gray;
} */
.block-products-list .products-grid.grid:after {
  content: "";
  /* background-image: linear-gradient(
    to right,
    #ffffff 0% 25%,
    #707070 25% 75%,
    #ffffff 75% 100%
  ); */
  background-image: linear-gradient(to right, #000 0 0);
  background-position: top;
  background-size: 49px 1px;
  background-repeat: repeat-x;
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
}

.cms-index-index .widget .block-title {
  display: none;
}

.cms-index-index .widget .block-title {
  display: none;
}
.cms-index-index .widget .block-content {
  margin-top: 35px;
}

.eapps-instagram-feed-title {
  font-size: 18px !important;
  text-transform: uppercase;
}
.eapps-instagram-feed-posts-grid-load-more {
  position: relative;
  width: 240px;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 0 !important;
  border: none;
  background: rgba(35, 35, 35, 1) !important;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
  margin: 24px auto;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.my-account a {
  color: #232323 !important;
}

.product-info-main .product-info-price {
  display: block;
}
.product-info-main .product-info-stock-sku {
  display: block;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left;
}
.product-info-main .product-reviews-summary {
  float: none;
}
.product-info-main .product-info-price .price-box {
  display: block;
  width: auto;
}

h1.page-title {
  font-size: 20px;
  color: #232323;
}

.product-info-price .attribute div,
.product-info-price .attribute strong {
  display: inline-block;
  vertical-align: middle;
}
.product-info-main .product.attribute.brand .type::after,
.product-info-main .product.attribute.sku .type::after {
  content: ":";
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 20px;
}
.product-info-main .product.attribute.overview {
  font-size: 16px;
}
.product-info-main .product-info-price {
  border-bottom: 0;
  margin-bottom: 0;
}
.action.towishlist::before {
  content: "\e600";
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: "luma-icons";
  margin: 0px 5px 0 0;
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
}

.action.towishlist {
  display: inline-block;
  font-size: 20px;
  padding: 11px 20px;
  border: 2px solid #232323;
  text-align: center;
}
.buynow-button {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.catalog-product-view #buy-now {
  margin-bottom: 15px;
  width: 100%;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}

.action.towishlist {
  display: inline-block;
  font-size: 1.8rem;
  padding: 11px 12px;
  border: 1px solid #232323;
  margin-left: 0px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 600;
  font-family: Open Sans;
  margin-left: 18px;
  border-radius: 0;
}

.page-products .products-grid .product-item-inner {
  left: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-products .products-grid .product-item-inner {
  background: transparent;
}
.page-products .product-item {
  text-align: center;
}

.action.towishlist {
  display: inline-block;
  font-size: 1.8rem;
  padding: 11px 12px;
  border: 1px solid #232323;
  margin-left: 0px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 600;
  font-family: Open Sans;
  width: 100%;
  text-align: center;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  border-radius: 0;
}

.box-tocart .action.primary {
  background-image: none;
  background: #232323;
  border: 1px solid #232323;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}

.action.towishlist:hover,
.box-tocart .action.primary:hover {
  background-color: #232323;
  color: #fff;
  text-decoration: none;
}
.fotorama__thumb {
  background-color: transparent;
}
.ad-banner {
  background: #ccc;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}
.catalog-product-view
  .column.main
  .products-grid.products-related
  .product-item
  .product-item-info
  .product-item-details
  .field.choice.related {
  display: none;
}

.cat-list .navigation {
  background: #fff;
}
.cat-list .navigation .level0 > .level-top {
  color: #232323;
}
.cat-list .navigation .level0 {
  margin: 8px 0;
  display: block;
  position: relative;
}
.cat-list .navigation .level0 > .level-top {
  line-height: normal;
  text-transform: none;
}
.cat-list .navigation .level0 .submenu {
  display: block !important;
  top: 0 !important;
  left: 15px !important;
  box-shadow: none;
  border: 0;
}

.minicart-wrapper .action.showcart .counter.qty {
  line-height: 21px;
  border-radius: 23px;
  min-width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  left: -12px;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .custom-slider {
    width: 100%;
  }
  .action.towishlist {
    padding: 11px 10px;
  }
}

@media (max-width: 1024px) {
  .logo {
    max-width: 25%;
  }
  .logo img {
    height: auto;
  }
  .logo {
    margin: 8px auto 0px 0;
  }
  .catalog-product-view #product-addtocart-button {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .action.towishlist {
    padding: 11px 10px;
    margin-left: 0;
    display: block;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .block-search {
    padding-left: 25px;
    width: 260px;
  }
}

@media (max-width: 767px) {
  .nav-sections .navigation ul {
    display: block !important;
    justify-content: space-between;
  }
  .navigation ul {
    display: block;
  }
  .logo {
    float: none;
    display: block;
    max-width: 270px;
  }
  .page-header .switcher {
    float: right;
  }
  .logo img {
    display: block;
    height: auto;
    width: auto;
  }
  .block-search {
    float: none;
    width: auto;
  }
  .minicart-wrapper {
    position: relative;
    float: left;
    margin: 0;
    left: 35px;
    top: -20px;
  }

  .my-account {
    margin-top: -20px;
    margin-left: 12px;
  }
  .block-search .label {
    margin-top: -32px;
  }
  .block-search {
    padding-left: 0;
  }
  .blogs.clearfix {
    text-align: center;
  }

  .logo {
    left: 50%;
    transform: translate(-50%, 0px);
    top: 15px;
    position: absolute;
  }
  .header.content {
    padding-top: 55px;
  }
  .minicart-wrapper {
    clear: both;
  }
  .my-account {
    float: none;
    list-style: none;
    padding-left: 30px;
    margin-top: 0;
    margin-left: 15px;
    display: inline-block;
  }
  .page-header .switcher {
    margin-top: 0;
    float: none;
    margin-left: 12px;
    display: inline-block;
  }
  .block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 21px;
    cursor: pointer;
  }
  .header.content {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
    display: inline-block;
    float: none;
    top: 0px;
    left: 5px;
  }
  .my-account {
    margin-bottom: 0;
  }
  .page-header .switcher {
    margin-left: 0;
    top: 5px;
    position: relative;
  }
  .page-header .switcher .options ul.dropdown {
    right: -100px;
  }
  .page-header .switcher .options ul.dropdown::before,
  .page-header .switcher .options ul.dropdown::after {
    content: none;
  }
  .services ul li {
    border-right: 0;
    width: 100%;
  }

  .footer-right {
    float: none;
    width: auto;
    text-align: center;
  }
  .footer-left {
    float: none;
    width: auto;
    color: #fff;
    text-align: center;
  }

  .copyright .page-main .payment,
  .copyright .page-main span {
    display: block;
    text-align: center;
  }
  .payment ul {
    margin: 15px 0 0;
    padding: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    top: -4px;
    left: auto;
    right: -30px;
  }
  .brands img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 200px;
  }
}

.block-new-products .title,
.best-seller .title {
  text-align: left;
}
.brands-slider .title:after,
.best-seller .title:after,
.block-new-products .title:after {
  content: "";
  background-image: linear-gradient(to right, #707070 0% 100%);
  background-position: top;
  background-size: 49px 1px;
  background-repeat: repeat-x;
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
}

.brands-slider .title {
  text-align: left;
  margin-bottom: 0;
}

.brands-slider .owl-stage-outer {
  padding: 0;
}

.brands-slider {
  margin-bottom: 35px;
}

.blogs .post {
  margin-bottom: 30px;
}

.blogs .post-img {
  max-height: 310px;
  width: 100%;
  object-fit: cover;
}

li.switcher-option * {
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  .blogs .post {
    margin-bottom: 0px;
  }

  .blogs .post-img {
    max-height: 210px;
  }
}

.post-list-container {
  margin-top: 35px;
}

.post-list-item .post-image img {
  height: 310px !important;
  max-height: 310px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.post-list-item {
  width: calc(100% - 30px);
  margin-left: auto !important;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .post-list-item {
    width: calc((100% / 3) - 30px);
  }
  .post-list-item .post-image img {
    max-height: 210px;
  }
}

.brand-initials-list {
  margin-bottom: 20px;
  margin-left: -5px;
  margin-top: -10px;
}

a.brand-initial {
  border: 1px solid;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 2;
  color: black;
  margin: 5px;
}

a.brand-initial:hover {
  background: black;
  color: white;
  border: 1px solid black;
  transition: 0.3s all ease-in-out;
}

.brands-list-names .block {
  margin-bottom: 10px;
}

.brands-list-names .block a {
  color: #3b3b3b;
}

.brands-list-names p {
  font-size: 1.5em;
}

.has-megamenu {
  position: static !important;
}

.has-megamenu .megamenu {
  width: 100% !important;
  left: 0 !important;
}

.megamenu > li {
  color: white !important;
}

@media all and (max-width: 768px) {
  .megamenu > li a,
  .megamenu > li a:hover,
  .megamenu > ul li .block-category-link a,
  .megamenu > ul li .block-category-link a:hover {
    color: white !important;
  }
}

@media all and (min-width: 768px) {
  .megamenu {
    position: absolute;
    background: white;
    box-shadow: 0px 0px 0px 1px black;
    display: block;
    padding: 15px;
  }
  .megamenu > ul {
    display: grid !important;
    columns: 3;
    width: 100%;
    grid-template-columns: auto auto auto auto;
  }
  .megamenu > ul > li {
    color: black !important;
  }
}

.cat-col-widget {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 30px;
}

.cat-col-widget a {
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 0 1px 0 black;
  color: black;
  transition: 0.2s all ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.cat-col-widget:hover a {
  background-color: #f3f3f3;
}

.cat-col-widget a img {
  height: 250px;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.submenu {
  display: block;
}

.submenu .block-category-link.widget {
  margin-bottom: 0;
}

.submenu a {
  padding: 10px 15px !important;
}

.ui-slider-handle {
  height: 18px;
  width: 18px;
  background: #e38bba;
  top: -4px;
}

.post-link-title,
.post-link-title:hover {
  color: black;
}

.magnify-lens:hover {
  cursor: grab;
}
.magnifier-large:not(.magnify-hidden) {
  zoom: 1.4;
}

.cloud-zoom-big {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.cloud-zoom-title {
  display: none;
}

.more-views li {
  list-style-type: none;
}

.actions-primary .stock.unavailable {
  display: none;
}

.page-products .products-grid .product-item-inner:before {
  height: 0 !important;
  display: none;
}

.item.category284,
.item.category376,
.item.category457,
.item.category538 {
  display: none !important;
}
