﻿@charset "UTF-8";

@font-face {
  font-family: "Karla";
  font-style: normal;
  src: url("fonts/Karla/Karla-Regular.ttf") format("truetype"), url("fonts/Karla/Karla.eot?#iefix") format("embedded-opentype"), url("fonts/Karla/Karla.woff2") format("woff2"), url("fonts/Karla/Karla.woff") format("woff"), url("fonts/Karla/Karla=.svg#Karla") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "CormorantInfant-Regular";
  src: url("fonts/Cormorant_Infant/CormorantInfant-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "CormorantInfant-Bold";
  src: url("fonts/Cormorant_Infant/CormorantInfant-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "CormorantInfant";
  src: url("fonts/Cormorant_Infant/CormorantInfant-Italic.ttf") format("truetype");
}




.body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: Karla;
  font-style: normal;
}

h1 {
  font-size: 48px;
  line-height: 56px;
  font-family: CormorantInfant;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  font-family: CormorantInfant;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: CormorantInfant;
  font-weight: 700;
}

a {
  font-size: 16px;
  color: #D42B4A;
}

a:hover {
  color: #8F1B30;
}

.btn-primary,
.btn-warning {
  background-color: #8F1B30 !important;
  border-color: #8F1B30 !important;
  color: #fff !important;
}

.btn-secondary {
    background-color: #126c36 !important;
    color: #ffffff !important;
}
    .btn-secondary:hover {
        background-color: #147a3d !important;
    }

.btn-group > .btn.btn-secondary.active {
    background-color: #178945 !important;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}



.offcanvas-content {
    background: #fff;
}

.mf-dropdown .btn > em, .mf-dropdown .btn > em > span {
    color: #fff;
}

.header-topbar {
    background-color: #fff;
    width: 100%;
}

    .header-topbar p {
        color: #393f46;
        text-align: center;
        padding: 10px;
        margin: 0;
    }

.megamenu-section .navbar {
  background-color: #D42B4A;
}

.megamenu .navbar-nav .nav-item.selected .nav-link:before {
  background-color: #fff;
}

.navbar-light .megamenu .nav-item .nav-link {
  color: #fff;
}

.shopbar {
  flex: 0 0 100%;
}

.shopbar .shopbar-col-group-brand {
  flex: 0 0 30%;
}

.shopbar .shopbar-col-group-tools {
  flex: 0 0 70%;
  justify-content: right;
}

.shopbar .shopbar-col-group-tools .shopbar-col {
  padding: 0.5rem 0;
}

.shopbar .shopbar-col-group-tools .shopbar-tools {
  justify-content: center;
}

    .shopbar .shopbar-col-group-tools .shopbar-search {
        position: absolute;
        display: none;
        left: 50%;
        top: 80px;
        transform: translate(-50%, -50%);
        padding: 15px 30px;
        border: solid 1px #ccc;
        border-radius: 5px;
        filter: drop-shadow(5px 5px 5px #ccc);
        width: 350px;
    }

        .shopbar .shopbar-col-group-tools .shopbar-search.active {
            display: block;
            z-index: 10;
            background: #fff;
        }

.shopbar .shopbar-col-group-tools .menubar.desktop ul {
  list-style: none;
  display: flex;
  padding: 0;
}

.shopbar .shopbar-col-group-tools .menubar.desktop ul li {
  margin: 14px 10px 0;
}

.shopbar .shopbar-col-group-tools .menubar.desktop ul li a {
  color: #777;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-family: CormorantInfant;
}

.shopbar .shopbar-col-group-tools .menubar.desktop ul li a:hover {
  color: #8F1B30;
}

.shopbar .shopbar-col-group-tools .menubar.desktop ul li.active a {
  color: #8F1B30;
}

.shopbar .shopbar-col-group-tools .shopbar-button {
  padding: 0.35rem 0;
  text-align: center;
  min-width: 50px;
}

.shopbar .shopbar-col-group-tools .shopbar-button .shopbar-button-icon i {
  font-size: 20px !important;
}

.shopbar .shopbar-col-group-tools #shopbar-user {
  width: 50px;
  display: flex;
  justify-content: center;
}

.shopbar .shopbar-col > .instasearch-icon {
  width: 50px;
  display: flex;
  justify-content: center;
  padding: 0.35rem 0;
  cursor: pointer;
  color: darkgreen;
  font-weight: 900;
}

.shopbar-container {
  padding: 0 30px;
}

#footer {
  border: none;
  background: #D42B4A;
  position: relative;
}

#footer .shop-logo {
  padding-top: 1rem;
}

#footer .shop-logo a {
  margin: 10px auto;
}

#footer .footer-social-wrapper {
  padding: 0 0 0.5rem;
}

#footer .btn-social {
  background-color: transparent;
  color: #fff;
  width: auto;
  font-size: 16px;
  line-height: 28px;
  transition: 1s ease all;
}

#footer .btn-social :hover,
#footer .btn-social :active,
#footer .btn-social :focus {
  background-color: transparent;
  color: #fff;
}

#footer .btn-brand-twitter {
  padding-top: 6px;
}

#footer .btn-brand-facebook-f {
  font-size: 14px;
  line-height: 20px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #2D2C29;
}

#footer .btn-brand-facebook-f :hover {
  color: #2D2C29;
}

#footer .footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  color: #fff;
}

#footer .footer-contact i {
  position: relative;
  top: 1px;
}

#footer .footer-contact a {
  padding: 0 10px;
  color: #fff;
}

#footer .footer-contact p {
  margin: 0;
  color: #fff;
}

.footer-main-wrapper {
  text-align: center;
}

.footer-main .footer-title {
  text-align: center;
}

.footer-main .copyright {
  font-size: 14px;
  color: #fff;
  padding: 0 0 20px;
}

#footer-info ul {
  display: flex;
  justify-content: center;
}

#footer-info ul li {
  display: flex;
  color: #fff;
}

#footer-info ul li a {
  color: #fff;
  margin: 0 10px;
}

.html-editor-content {
  margin-bottom: 0 !important;
}

.list-group {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-grow {
  flex-grow: 1;
}

.homepage-banner {
  width: 100%;
  align-items: center;
}

.homepage-banner .slick-slide {
  display: flex !important;
  justify-content: center;
}

.homepage-banner img {
  width: 100%;
}

.homepage-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  margin: auto;
  padding: 20px;
  text-align: center;
  z-index: 999;
}

.homepage-banner .caption h2 {
  color: #8F1B30;
}

.homepage-banner .caption p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.homepage-banner .caption .banner-btn {
  background-color: #8F1B30;
  color: #fff;
  font-family: CormorantInfant;
  padding: 5px 20px;
}

.homepage-banner .caption .banner-btn:hover {
  text-decoration: none;
}

.product-grid-home-page {
  margin: 2rem auto;
}

.homepage-about {
  background-color: #D42B4A;
  padding: 40px 0;
}

.homepage-about h1 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding-right: 40px;
  font-weight: 700;
}

.homepage-about p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  font-family: Karla;
  padding: 0 20px;
}

.feature-product {
  position: relative;
  margin-left: -13px;
}

.feature-product .slick-prev.slick-arrow {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateX(-50%);
  z-index: 999;
  font-size: 0;
  border: none;
  background-color: transparent;
}

.feature-product .slick-prev.slick-arrow:before {
  content: "‹";
  color: #8F1B30;
  font-size: 52px;
  line-height: 12px;
}

.feature-product .slick-prev.slick-arrow:hover,
.feature-product .slick-prev.slick-arrow:focus {
  outline: none;
}

.feature-product .slick-next.slick-arrow {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateX(-50%);
  z-index: 999;
  font-size: 0;
  border: none;
  background-color: transparent;
}

.feature-product .slick-next.slick-arrow:before {
  content: "›";
  color: #8F1B30;
  font-size: 52px;
  line-height: 12px;
}

.feature-product .slick-next.slick-arrow:hover,
.feature-product .slick-next.slick-arrow:focus {
  outline: none;
}

.heading.heading-center {
  text-align: left;
}

.heading.heading-center h3 {
  font-size: 32px;
  padding: 0;
  color: #8F1B30;
}

.heading.heading-center:before {
  border: none;
  background: none !important;
}

.heading.heading-center .heading-title {
  font-weight: 700;
}

.heading.heading-center a {
  color: #8F1B30;
  text-decoration: underline;
  font-family: CormorantInfant;
  font-weight: 600;
}

.heading.heading-center a:hover {
  color: #D42B4A;
}

.shop-sweet-slider {
  width: 100%;
  background-color: #8F1B30;
  color: #fff;
}

.shop-sweet-slider .slick-prev.slick-arrow:before {
  color: #fff;
}

.shop-sweet-slider .slick-next.slick-arrow:before {
  color: #fff;
}

.shop-sweet-slider .heading.heading-center h3 {
  background-color: transparent;
  color: #fff;
  padding-top: 20px;
}

.shop-sweet-slider .heading.heading-center a {
  color: #fff;
}

.shop-sweet-slider p {
  font-size: 16px;
  color: #fff;
}

.shop-sweet-slider a {
  color: #fff;
}

.shop-sweet-slider .artlist-grid .art-name a {
  color: #fff;
}

.shop-sweet-slider .artlist-grid .art-price .art-price-value {
  color: #fff;
}

.artlist-grid .art-name a {
  color: #2D2C29;
}

.artlist-grid .art-price .art-price-value {
  color: #8F1B30;
}

.gift-basket-slider {
  margin: 2rem auto;
}

.homepage-features {
  width: 100%;
  background-color: #F2F2F2;
  text-align: center;
}

.homepage-features img {
  margin: 10px auto;
}

.homepage-features h2 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #8F1B30;
  margin-bottom: 0;
}

.homepage-features p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8F1B30;
}

.category-page .page-title {
  text-align: center;
}

.category-page .page-title h1 {
  color: #8F1B30;
  font-family: CormorantInfant;
}

.product-list-container .artlist-actions {
  justify-content: right;
}

#content-center {
  width: 100%;
}

.artlist-action-group--filtersort {
  max-width: 220px !important;
}

.art-delivery-info {
  display: none;
}

.gal-cell .gal-item .gal-item-viewport {
  /*padding-top: 100%;*/
}

.gal-cell .gal-item .gal-item-viewport img {
  width: 100%;
}

.product-details-page .pd-offer {
  background-color: transparent !important;
  padding: 0;
}

.product-details-page .pd-name {
  font-size: 32px;
  line-height: 40px;
}

.product-details-page .btn-lg.btn-add-to-cart {
  font-size: 20px;
  line-height: 28px;
  background-color: #8F1B30;
  font-family: CormorantInfant;
  padding: 0.5rem;
}

.product-details-page .btn-lg.btn-add-to-cart:active {
  background-color: #8F1B30;
}

.product-details-page .pd-description,
.product-details-page .html-editor-content p {
  color: #000;/*#8F1B30;*/
  font-family: Karla;
}

.product-details-page .select2-selection__clear {
  display: none;
}

.product-details-page .gal-nav-cell {
  width: 8.6rem;
  position: relative;
  top: -4px;
}

.product-details-page .gal-nav-cell img {
  width: 100%;
}

.product-details-page .select2-container--bootstrap .select2-selection {
  height: 38px !important;
}

.product-details-page .pd-offer-actions-container {
  margin: 30px 0 25px;
}

.product-details-page .md-form .delivery-popup-label {
  margin-bottom: 10px;
  display: inline-block;
}

.product-details-page .md-form .form-control {
  margin-bottom: 10px;
}

.product-details-page .md-form select.error {
  color: #8F1B30;
  border: 1px solid #8F1B30;
}

.product-details-page .md-form select:focus-visible {
  outline: none;
}

.product-details-page .checkout-button .btn-unique {
  background-color: #8F1B30;
  color: #fff;
}

.shopping-cart-page .btn-checkout {
  background-color: #D42B4A;
}

.checkout-page .costep.visited .costep-icon {
  background-color: #8F1B30;
  border: #8F1B30;
}

.checkout-page .costep.active .costep-icon {
  border-color: #8F1B30;
}

.checkout-page .costep.active .costep-icon:before {
  color: #8F1B30;
}

.checkout-page .costep.active:before,
.checkout-page .costep.visited:before,
.checkout-page .costep.visited:after {
  background-color: #8F1B30;
}

.checkout-page .select-billing-address-button {
  background-color: #8F1B30;
  border-color: #8F1B30 !important;
  color: #fff;
  box-shadow: none;
}

.checkout-page .select-billing-address-button:active {
  background-color: #8F1B30;
  border-color: #8F1B30;
}

.checkout-page .new-address-next-step-button,
.checkout-page .payment-method-next-step-button,
.checkout-page .change-checkout-data,
.checkout-page .btn-checkout {
  background-color: #8F1B30;
  border-color: #8F1B30;
  color: #fff;
}

.page-order-details .order-completed-button {
  background-color: #8F1B30;
  border-color: #8F1B30;
  color: #fff;
  box-shadow: none;
}

.page-order-details .order-completed-button:hover {
  color: #fff;
}

.page-order-details .text-success {
  color: #8F1B30 !important;
}

#offcanvas-cart .offcanvas-cart-footer {
  background-color: #8F1B30;
}

.alert {
    padding-left: 60px;
}

#offcanvas-cart .alert-success.alert-success,
#offcanvas-cart .validation-summary-valid {
  background-color: #D42B4A;
  color: #fff;
}

#offcanvas-cart .alert-success:before,
#offcanvas-cart .validation-summary-valid:before {
  background-color: #8F1B30;
}

.badge.label-cart-amount {
    font-size: 11px;
  background-color: #D42B4A;
  color: #fff;
}

.myaccount-page .card {
  border: none;
}

.myaccount-page .card .list-group {
  justify-content: center;
}

.myaccount-page .card .list-group-item {
  border: none;
  padding: 0.75rem 0;
  width: auto;
  margin: 0 20px;
  font-family: CormorantInfant;
  font-size: 18px;
  font-weight: 700;
}

.list-group-item.active {
    background: #fff;
    color: #000;
}

.myaccount-page .card .list-group-item.active {
    color: #D42B4A;
}

.myaccount-page .card .list-group-item.active:before {
  display: none;
}

.myaccount-page .card .list-group-item-action:hover {
  background-color: transparent;
}

.myaccount-page .card .list-group.has-icons .list-group-item-icon {
  display: none;
}

.myaccount-page .card-header {
  background-color: transparent !important;
  border-bottom: none;
  text-align: center;
  font-family: CormorantInfant;
  font-size: 24px;
  color: #8F1B30;
}

.myaccount-page .save-customer-info-button {
  background-color: #8F1B30;
}

.apply-discount-coupon-code-button,
.apply-gift-card-coupon-code-button,
.estimate-shipping-button,
.alert-info:before,
.btn-block.btn-buy {
  background-color: #8F1B30;
  color: #fff;
}

.cart-footer .form-control {
  height: 42px;
}

.alert-info,
.alert-success:before,
.validation-summary-valid:before {
  background-color: #8F1B30;
  color: #fff;
}

.alert.alert-success {
  background-color: #D42B4A;
  color: #fff;
}

.btn-gray.ajax-action-link {
  background-color: #8F1B30;
  color: #fff;
}

.btn-gray.ajax-action-link:hover {
  background-color: #D42B4A;
}

.registration-page .page-title h1 {
  color: #8F1B30;
  font-family: CormorantInfant;
}

.registration-page fieldset.content-group>legend {
  color: #8F1B30;
}

@media (max-width: 992px) {
  .shopbar .shopbar-col-group-brand {
    flex: 0 0 50%;
  }

  .shopbar .shopbar-col-group-tools {
    flex: 0 0 50%;
  }

  .menubar.desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .homepage-banner .caption {
    display: none;
  }

  .homepage-about p {
    padding: 0;
  }

  #footer-info.collapse {
    display: block !important;
  }

  .product-details-page .gal-nav-cell {
    width: 7rem;
  }
}

@media (max-width: 580px) {
  .shopbar .shopbar-col-group-brand {
    flex: 0 0 100%;
    justify-content: center;
  }

  .shopbar .shopbar-col-group-tools {
    flex: 0 0 100%;
    justify-content: center;
  }

  .shopbar .shopbar-col-group-tools .shopbar-search {
    
    top: 30px;
    
  }

  .feature-product {
    margin-left: 0;
  }

  .feature-product .slick-prev.slick-arrow {
    left: 10px;
  }

  .feature-product .slick-next.slick-arrow {
    right: -20px;
  }

  #footer #footer-info ul {
    flex-direction: column;
    padding: 0;
  }

  #footer #footer-info ul li {
    justify-content: center;
  }

  #footer #footer-info ul li span {
    display: none;
  }

  #footer .footer-contact {
    flex-direction: column;
  }

  #footer .footer-contact i {
    left: -72px;
    top: 23px;
  }

  .product-details-page .page-body {
    padding: 0 30px;
  }

  .product-list-container .artlist-actions {
    justify-content: center;
  }
}