@charset "UTF-8";
/* css default reset */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&family=Poppins:wght@400;600;800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-color: #EEBAD0;
  --main-color2: #3E1430;
  --subordinate-color: #58595B;
}
a {
  color: #3E1430;
}

/* helper classes */
.form-control-by-me {
  border: 2px solid #ededed;
  height: 45px;
  box-shadow: none;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  color: #58595B;
  font-weight: 600;
}
input::placeholder {
  color: #999;
  font-weight: normal;
}
.cropped-img-wrapper {
  width: 100%;
  position: relative;
}
.cropped-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cropped-img img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* css for productByCategory - start */
.gridColumn {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}
.gridColumn .column {
  width: 50%;
  padding: 0 5px;
}
.productByCategory .flcard-info .cardimg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productByCategory .flcard-info .cardimg > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.productByCategory .categryFilter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.productByCategory .categryFilter .filterOptions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productByCategory .categryFilter .filterOptions select::-ms-expand {
  display: none;
}
.productByCategory .categryFilter .filterOptions select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.productByCategory .categryFilter .filterOptions > label {
  margin-right: 20px;
  font-weight: 600;
  color: var(--subordinate-color);
}
.productByCategory .categryFilter .filterOptions .select-control {
  position: relative;
}
.productByCategory .categryFilter .filterOptions .select-control .form-control-by-me {
  margin-right: 10px;
  width: 145px;
  text-align: center;
  background-color: transparent;
}
.productByCategory .categryFilter .filterOptions .select-control::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  position: absolute;
  top: 50%;
  right: 15px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  background: #fff;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
  justify-content: center;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--subordinate-color);
}
.productByCategory .categryFilter .clear-filter {
  border: 0;
  outline: 0;
  box-shadow: none;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  cursor: pointer;
}

/* This is to remove the arrow of select element in IE */
/* css for productByCategory - end */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #9C9C9C;
}

ul,
ul li,
ul li a {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

/* btn */
.flwbtn {
  -webkit-appearance: none;
  background: #FFF;
  font-weight: 600;
  font-size: 1.2em;
  color: #3E1430;
  min-height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  padding: 0 1.5em;
  display: inline-block;
  border: 2px solid #EEBAD0;
  border-radius: 48px;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.flwbtn::after {
  content: ' \f061';
  font-family: 'Font Awesome 5 Free';
  font-size: .7em;
  margin-left: 2px;
  display: inline-block;
  position: relative;
  bottom: 1px;
}
.flwbtn:hover {
  border-color: #3E1430;
  background-color: #EEBAD0;
}

.fllink-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #EEBAD0;
  display: inline-flex;
}
.fllink-btn span {
  margin-left: 10px;
  line-height: 25px;
  color: #EEBAD0;
  display: inline-block;
  font-size: 25px;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.secpadding {
  padding: 120px 0;
}

.sectitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sectitle h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-align: left;
  color: #3E1430;
}
.sectitle a {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  color: #EEBAD0;
}
.sectitle a span {
  margin-left: 10px;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
}

.grid-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  width: 100%;
  padding: 40px 15px;
  margin-right: auto;
  margin-left: auto;
}
.container::after {
  content:'';
  clear:both;
  display:block; 
}
.container .row {
  display: initial;
  clear: both;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 0;
  color: #3E1430;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  font-size: 30px;
}
.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover {
  outline: none;
  box-shadow: none;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #EEBAD0;
  color: #3E1430;
}

.owl-nav button.owl-prev {
  left: 5px;
}

.owl-nav button.owl-next {
  right: 5px;
}
.product-area .prdslider-wrp {
  max-width: 600px;
  width: 100%;
}
.product-area .flproductinfo-details {
  margin-top: 40px;
}
.panel-box {
  background-image: url(/img/tiny_grid.png);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 1rem;
  position: relative;
}

/* header */
header.topbar {
  position: relative;
  z-index: 5;
}
section.site_message {
  background-color: #EEBAD0;
  color: #FFF;
  text-align: center;
}
.site_message_text {
  padding: 5px 20px;
}
.topbar-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 120px;
  position: relative;
}
.topbar-wrp .fllogo {
    max-width: 140px;
}
.topbar-wrp .fllogo a {
  display: block;
}
.topbar-wrp .fllogo img {
    max-width: 100%;
}

.topbar-nav-wrapper {
  display: flex;
  align-items: center;
}
.topbar-wrp .top-contact {
  display: flex;
  flex-wrap: wrap;
}
.topbar-wrp .top-mail {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #3E1430;
  margin-right: 30px;
}
.topbar-wrp .top-mail span {
  color: #3E1430;
  font-size: 15px;
  margin-right: 7px;
}
.topbar-wrp .top-tel {
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  text-align: right;
  color: #3E1430;
}
.topbar-wrp .top-tel span {
  color: #3E1430;
  font-size: 20px;
  margin-right: 7px;
}
.topbar-wrp .topbar-icon {
  margin-left: 50px;
  position: relative;
}
.topbar-wrp .topbar-icon > ul {
  display: flex;
  align-content: center;
}
.topbar-wrp .topbar-icon ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.topbar-wrp .topbar-icon ul li:last-child {
  margin-right: 0;
}
.topbar-wrp .topbar-icon ul li.topbar-search {
  position: static;
}
.topbar-wrp .topbar-icon ul li > a > span {
  background-color:#eebad0;
  border-radius: 50%;
  color: #3E1430;
  font-size: 22px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  transition: all .2s;
}
.topbar-wrp .topbar-icon ul li:hover > a > span, .topbar-wrp .topbar-icon ul li.topbar-search:focus-within > a > span {
  color:#eebad0;
  background-color: #3E1430;
}
.topbar-wrp .topbar-icon ul li.topbar-search > a > span {
  font-size: 21px;
  cursor: pointer;
}
.topbar-wrp .topbar-icon ul li .cart-count {
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: #3E1430;
  border-radius: 50%;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #fff;
  position: absolute;
  box-shadow: 0 0 black;
  right: -7px;
  top: -3px;
}
.topbar-wrp .topbar-icon ul li a.cartToggle {
  cursor: pointer;
}
.search-group {
  position: absolute;
  display: none;
  right: 0;
  margin-top: 2px;
  width: 136px;
  transition: all .3s;
}
.search-group:focus-within {
  display: block;
  width: 180px;
}
.search-group .form-control {
  height: 32px;
  border: 0;
  padding-left: 10px;
  font-size: 12px;
  color: #3E1430;
  box-shadow: none;
  -webkit-appearance: none;
  border:  2px solid #EEBAD0;
  border-radius: 10px;
  font-weight: 600;
  width: 0px;
  transition: all 0.3s;
  background-color: #FFF;
}
.search-group .form-control:focus, .search-group .form-control:active, .search-group .form-control.active {
  width: 180px;
  background-position: 10px center;
  background-size: 15px;
  border:  2px solid #3e1430;
  outline: none;
}
.search-group .easy-autocomplete-container ul {
  min-width: 250px;
  border: 1px solid #EEE;
  color: #3e1430;
}
.search-group .easy-autocomplete-container ul li {
  margin: 0;  
  padding: 2px;
  border: none;
}
.search-group .easy-autocomplete-container ul .eac-item {
    word-break: normal;
    display: flex;
    align-items: center;
}
.search-group .easy-autocomplete-container ul .eac-item > * {
    line-height: 1.1;
}
.search-group .easy-autocomplete-container ul .eac-item > span {
    display: inline-block;
    padding-left: 5px;
}
.flwheader {
  background-color: #f9f9f9;
}

.navwrp {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1.5em;
  align-items: center;
}
.navwrp .navbar-brand a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
}
.navwrp .navbar-brand a img {
  max-width: 200px;
  width: auto;
  display: inline-block;
}
.logo span {
  color: #0474bc;
}
.nav-overlay {
  display: none;
}
.navitems ul {
  display: grid;
  align-content: flex-start;
  grid-gap: 10px;
}
.navitems ul li {
  position: relative;
}
.navitems ul li a {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 14px;
  text-align: right;
  color: #3E1430;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  padding: 20px 0;
  display: block;
  text-align: left;
  position: relative;
}
.navitems > ul > li > a:hover {
  background-color: #EEBAD0;
}
.navitems > ul > li.dropdown:hover > a {
  border-bottom: 2px solid #EEBAD0;
}
.navitems li.dropdown > a {
  border-bottom: 2px solid transparent;
}
.navitems li.dropdown > a::after {
    content: "\e9c5";
    display: inline-block;
    margin-left: 1px;
    margin-top: -1em;
    font-family: 'Nioicon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navitems ul li a span {
  display: inline-block;
  margin-left: 5px;
}
.navitems ul li.active > a {
  color: var(--main-color2);
}
.navitems ul li ul, .topbar-wrp .topbar-icon ul li.account-dropdown ul {
  display: none;
  z-index: 1000;
  background-color: #FBF8FA;
  min-width: 220px;
  border: 2px solid #EEBAD0;
}
.topbar-wrp .topbar-icon ul li.account-dropdown ul li {
  display: block;
  padding: 0;
  color: #3E1430;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}

.navitems ul li ul li a, .topbar-wrp .topbar-icon ul li.account-dropdown ul li a {
  display: block;
  padding: 10px;
  color: #3E1430;
  text-align: left;
  font-weight: 500;
  transition: background-color .3s;
}
.navitems ul li ul li a:hover, .topbar-wrp .topbar-icon ul li.account-dropdown ul li a:hover {
  background-color: #EEBAD0;
}
.navitems ul li ul li a > span, .topbar-wrp .topbar-icon ul li.account-dropdown ul li a > span {
  transform: rotate(-90deg);
  float: right;
}
.navitems ul li ul li ul, .topbar-wrp .topbar-icon ul li.account-dropdown ul li ul {
  left: calc(100% + 1px);
  top: 0;
}

.mobile-btn {
  display: grid;
  justify-content: right;
  align-content: center;
  grid-auto-flow: column;
  cursor: pointer;
}
.mobile-btn #menu-btn, .nav-close {
  width: 32px;
  height: 38px;
  font-size: 22px;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: #3E1430;
}
.nav-mobile-top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
}
.nav-mobile-logo img {
  width: 100px;
}
.nav-mobile-close {
  position: relative;
  top: -20px;
  right: -20px;
}
.nav-list {
  font-family: "Open Sans", sans-serif;
  list-style-type: none;
}

.nav-list:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* hero banner */
.hero-inforwrp {
  position: relative;
}
.hero-inforwrp h1 {
  font-weight: 800;
  font-size: 6vw;
  line-height: 1.2;
  color: #3E1430;
  margin-bottom: 20px;
}
.hero-inforwrp p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.heroslide-item {
  background-repeat: no-repeat;
  background-color: #FBF8FA;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}

.heroslide-item .grid-row {
  align-items: center;
  justify-content: center;
  height: 50vw;
  max-height: 740px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.heroslide-item .grid-row .grid-mdcloum-6 {
  margin-right: auto;
  padding-left: 20px;
}
.owl-carousel .owl-item img.hero-slider-img {
    position: absolute;
    width: 55%;
    max-width: 680px;
    max-height: calc(100% - 20px);
    object-fit: contain;
    right: 0;
    display: none;
}
.hero-social {
    color: #3E1430;
    margin-top: 2em;
    display: flex;
    font-size: 20px;
}
.hero-social-follow {
    font-family: 'Nunito', sans-serif;
    line-height: 22px;
}
.hero-social-follow::after {
    content: ' ';
    border-bottom: 2px solid #3E1430;
    width: 60px;
    height: 1px;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
}
.hero-social ul {
    list-style-type: none;
    display: flex;
    line-height: 22px;
}
.hero-social ul a {
    display: block;
    margin-left: 2px;
}

.hero-section .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
  background-color: transparent;
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 30px;
  background-color: transparent;
}
.hero-section .owl-carousel .owl-nav button.owl-prev:hover,
.hero-section .owl-carousel .owl-nav button.owl-next:hover {
  background: #f9f9f9;
  color: #58595b;
}
.content-wrp {
  display: flex;
  align-items: center;
}
.bestseller-titleinfo {
  text-align: center;
  margin-top: 50px;
}
.bestseller-titleinfo h2 {
  color: #3E1430;
  font-family: 'Nunito', sans-serif;
  font-size: 2.5em;
}

.product-cardwrp {
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
}
.flsection-titleinfo {
  margin-bottom: 30px;
}
.flsection-titleinfo h2 {
  font-weight: normal;
  font-size: 63px;
  line-height: 72px;
  color: #3E1430;
  margin-bottom: 20px;
}
.flsection-titleinfo p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #58595b;
  margin-bottom: 30px;
}

.flcard-info .cardimg {
  position: relative;
  margin-bottom: 5px;
}
.flcard-info .cardimg img {
  width: 100%;
}
.flcard-info .cardimg .offstick {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  min-height: 20px;
  line-height: 20px;
  background: #EEBAD0;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.flcard-info .card-details h3,
.flcard-info .card-details a {
  font-family: 'Nunito', sans-serif;
  font-size: 21px;
  line-height: 27px;
  color: #3E1430;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.flcard-info:hover h3,
.flcard-info:hover a {
  color: #EEBAD0;
}
.flcard-info .card-details span {
  display: inline-block;
}
.flcard-info .card-details .rgprice {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-align: left;
  margin-right: 5px;
}
.flcard-info .card-details .dsprice {
  font-size: 12px;
  color: #EEBAD0;
  font-weight: 400;
  text-decoration: line-through;
}
.flcard-info .card-details .cfprice {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.flcard-info .card-de
.flcard-info .card-details p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #58595b;
  margin-bottom: 8px;
}
.flcard-info .card-details .flcontinueread {
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #EEBAD0;
}

.flcard-info:hover .flcontinueread {
  color: #3E1430;
}

.newarival-section {
  padding: 110px 0;
}

/* about section */
.about-section {
  padding: 120px 0;
  background-color: #f9f9f9;
  position: relative;
}
.about-section .about-shape {
  position: absolute;
  right: 0;
  top: -60px;
}
.tradition-wrp-img {
  position: relative;
}
.tradition-wrp-img img {
  width: 100%;
}
.tradition-wrp-img .video_popup_area {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-40%);
  transform: translateX(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.tradition-wrp-img .video_popup_area:focus {
  outline: none;
  border: none;
}
.tradition-wrp-img .close_ajax_btn {
  position: absolute;
  right: 20%;
  top: 8%;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.tradition-wrp-img .close_ajax_btn:focus {
  outline: none;
  border: none;
}
.tradition-wrp-info h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  color: #3E1430;
  margin-bottom: 30px;
}
.tradition-wrp-info h2 span {
  color: #EEBAD0;
  font-weight: 600;
  display: inline-block;
}
.tradition-wrp-info .fllink-btn {
  margin-top: 30px;
}

.flpdinfo-wrp {
  margin-top: 50px;
}
.flpdinfo-wrp .single-info {
  background-color: #fff;
  padding: 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.flpdinfo-wrp .single-info h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
  margin-bottom: 15px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.flpdinfo-wrp .single-info h2 span {
  color: #EEBAD0;
  font-size: 22px;
}
.flpdinfo-wrp .single-info p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: none;
  color: #58595b;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}/*
.flpdinfo-wrp .single-info:hover {
   background-color: #EEBAD0; 
}
.flpdinfo-wrp .single-info:hover h2,
.flpdinfo-wrp .single-info:hover p {
  color: #fff;
}
.flpdinfo-wrp .single-info:hover h2 span,
.flpdinfo-wrp .single-info:hover p span {
  color: #fff;
}*/

/* end about section */
/* blog section */
.flblog-section {
  padding: 80px 0;
}

/* end blog section */
/* bestsummer-section */
.bestsummer-section .flsection-titleinfo h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  color: #3E1430;
}
.bestsummer-section .flsection-titleinfo h2 span,
.bestsummer-section .flsection-titleinfo h2 b {
  color: #EEBAD0;
}

/* end bestsummer-section */
/* testimonial */
.fltestimonial {
  background-image: url(../img/testimonial-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  padding: 120px 0;
}
.fltestimonial .grid-container {
  max-width: 740px;
}
.fltestimonial .owl-carousel .owl-nav button.owl-prev,
.fltestimonial .owl-carousel .owl-nav button.owl-next {
  top: 55%;
  transform: translateY(-55%);
}

.fltestimonial-content {
  background-color: #fff;
  margin-top: 50px;
}
.fltestimonial-content .testimonial-info {
  padding: 0 30px 30px;
}
.fltestimonial-content .testimonial-image {
  text-align: center;
  position: relative;
  margin: auto;
  top: -50px;
}
.fltestimonial-content .testimonial-image img {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
}
.fltestimonial-content p {
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #58595b;
  margin-bottom: 30px;
}
.fltestimonial-content h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #3E1430;
}
.fltestimonial-content h5 {
  font-weight: normal;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  color: #EEBAD0;
}

/* end testmonila */
/* client section */
.flclient-wrp {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  justify-content: center;
  margin-bottom: 90px;
}
.client-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-details .client-img {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.client-details .client-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.client-details .client-icons {
  z-index: 1;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 100%;
  height: 100%;
}
.client-details .client-icons a {
  display:flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  text-align: center;
}
.client-details .client-icons a img {display: block;margin: auto;}
.client-details:hover .client-icons {
  opacity: 1;
  visibility: visible;
}

/* end client section */
/* footer style */
.newslatter-wrp {
  background-color: #fff;
  min-height: 97px;
  padding: 20px 60px;
  margin-bottom: 90px;
}
.newslatter-wrp .nstlatter-title {
  margin-bottom: 15px;
  text-align: center;
}
.newslatter-wrp .nstlatter-title h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 42px;
  color: #3E1430;
  margin-bottom: 15px;
  text-align: center;
}
.newslatter-wrp .nslatter-filed {
  position: relative;
}
.newslatter-wrp .nslatter-filed .input {
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  color: #58595b;
  border: none;
  width: 100%;
  border-bottom: 1px solid #d9dadf;
  padding: 0 0 0 30px;
}
.newslatter-wrp .nslatter-filed .input:focus {
  outline: none;
  box-shadow: none;
}
.newslatter-wrp .nslatter-filed .input::placeholder {
  color: #999;
}
.newslatter-wrp .nslatter-filed .nssentbtn {
  width: 36px;
  height: 36px;
  background: #EEBAD0;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color .5s;
}
.newslatter-wrp .nslatter-filed .nssentbtn:hover {
  background-color: #333;
}
.newslatter-wrp .nslatter-filed .nssentbtn:focus {
  outline: none;
}

.footer {
  background-color: #FBF8FA;
  padding: 100px 0 0;
  color: #3E1430;
}

.footer-wrp {
  display: flex;
  margin: 0 -15px;
  padding-bottom: 100px;
  justify-content: space-between;
}
.footer-wrp-info {
    padding: 0 15px;
}
.footer-logo {
  width: 100%;
  max-width: 160px;
  margin-bottom: 10px;
}
.footer-logo.footer-logo-pad {
  visibility: hidden;
  display: none;
}
.footer-logo img {
  width: 100%;
}
.ftr-title {
  margin-bottom: 16px;
}
.ftr-title h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5em;
  line-height: 1;
  color: #3E1430;
}

.footer-content ul li {
  margin-bottom: 6px;
}
.footer-content ul li:last-child {
  margin-bottom: 0;
}
.footer-content ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  text-align: left;
  color: #3E1430;
  transition: all 0.3s;
}
.footer-content ul li a:hover {
  color: var(--main-color2);
}
.footer-content ul li span.ni {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}
.footercontact-content {
  margin-top: 10px;
}
.footercontact-content > ul > li, .footercontact-content > ul > li a {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #3E1430;
}
.footercontact-content .footer-contact-text {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    line-height: 32px;
}
.footer-contact-text {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    font-style: normal;
}
.footercontact-content .footer-contact-text > ul > li {
  margin-bottom: 0;
}
.dblemenu ul {
  display: block;
  margin: 0 -5px;
}
.dblemenu ul li {
  padding: 0 5px;
  font-weight: 600;
  font-size: 14px;
}

.footer-social {
  margin-top: 5px;
}
.footer-social ul li {
  display: inline-block;
  margin-right: 5px;
  border-radius: 4px;
}
.footer-social ul li:last-child {
  margin-right: 15px;
}
.footer-social ul li a {
  display: block;
  position: relative;
}
.footer-social ul li a span {
  font-size: 24px;
  color: #3E1430;
  border-radius: 4px;
  margin: auto;
}

.copyright-wrp {
  min-height: 77px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #EEBAD0;
  position: relative;
}
.copyright-wrp-info p {
  font-weight: 500;
  font-size: 12px;
  line-height: 42px;
}
.copyright-wrp-info ul li {
  display: inline-block;
  margin-right: 15px;
}
.copyright-wrp-info ul li:last-child {
  margin-right: 0;
}
.copyright-wrp-info ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 42px;
  text-align: left;
  color: #3E1430;
}

.copyright-wrp-info .info-img {
  display: table;
  margin: 0 auto;
}
.copyright-wrp-info {
  position: relative;
  z-index: 2;
}
.copyright-wrp-info.payments-footer {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
}
.footer-powered-by-wrapper {
  text-align: center;
  padding: 0 0 40px 0;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.footer-powered-by {
  font-size: .75em;
}
.footer-powered-by h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
.footer-powered-by img {
  max-width: 100%;
}
.footer-location-box {
  width: 680px;
  background: #FFF;
}
.footer-location-wrapper {
  display: flex;
  flex: 340px 1;
  grid-gap: 40px;
}
.footer-location-img {
  width: 340px;
}
.footer-location-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-location-info {
  font-size: 1.2em;
  color: #3E1430;
  text-shadow: none;
}
#lightcase-content .footer-location-box .footer-location-info h3 {
    margin-top: 20px;
    text-shadow: none;
    color: #3E1430;
}
.footer-location-info a {
  font-weight: 600;
  text-shadow: none;
}
.footer-location-info a:hover {
  text-decoration: underline;
}

/* end footer wrp */
.subhero-sec {
  background-color: #FBF8FA;
  display: flex;
  min-height: 250px;
  padding: 50px 0;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.subhero-wrp {
  text-align: center;
}
.subhero-wrp .pageTitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Nunito', sans-serif;
  color: #3E1430;
}
.subhero-wrp .breadcrumb {
  margin-bottom: 20px;
}
.subhero-wrp .breadcrumb li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.subhero-wrp .breadcrumb li:last-child {
  margin-right: 0;
}
.subhero-wrp .breadcrumb li:not(:last-child)::after {
  content: '\25B8';
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.subhero-wrp .breadcrumb li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  color: #3E1430;
}
.subhero-wrp .breadcrumb li a:hover {
  text-decoration: underline;
}
.subhero-wrp .breadcrumb .active span {
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: #3E1430;
  opacity: 0.5;
}
.subhero-sec.cat-banner .pageTitle {
  color: #FBF8FA;
}
.subhero-sec.cat-banner .breadcrumb {
  color: #FBF8FA;
}
.subhero-sec.cat-banner .breadcrumb li a {
  color: #EEBAD0;
}
.subhero-sec.cat-banner .breadcrumb .active span {
  color: #FBF8FA;
  opacity: .7;
}
.subhero-wrp p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #58595b;
}



.product-area {
  padding: 50px 0;
}
.product-add-top-wrapper {
  margin-bottom: 40px;
  display: none;
}
.product-area .flproductinfo-details h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 34px;
  color: #3E1430;
  margin-bottom: 20px;
}
.product-area .flproductinfo-details .price {
  margin-bottom: 30px;
}
.product-area .flproductinfo-details .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
}
.product-area .flproductinfo-details .price .rgprice {
  color: #3E1430;
  margin-right: 10px;
}
.product-area .flproductinfo-details .price .dsprice {
  text-decoration: line-through;
  color: #9C9C9C;
}
.product-area .flproductinfo-details .prddes {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #58595b;
  margin-bottom: 30px;
}
.product-area .product-item {
  margin-bottom: 15px;
  position: relative;
}
.product-area .product-item img {
  width: 100%;
}
.product-area .product-item .verticalsize {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  height: 80%;
}
.product-area .product-item .verticalsize > img {
  height: 100%;
}
.product-area .product-item .verticalsize .vrsize {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #58595b;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: -8px;
}
.product-area .product-item .horizontalsize {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
}
.product-area .product-item .horizontalsize > img {
  width: 100%;
}
.product-area .product-item .horizontalsize .hrsize {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #58595b;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  margin: auto;
  top: -10px;
  display: inline-block;
}
.product-area .prdslidertwo-wrp #rfslidergalleryone .product-single-image {
  height: auto;
}

#rfslidergalleryone .product-single-image {
  height: 600px;
}

#rfslidergallerytwo .owl-item .product-single-image {
  border: 2px solid transparent;
}
#rfslidergallerytwo .owl-item.current .product-single-image {
  border: 2px solid #EEBAD0;
}

.product-colorwrp h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
  color: #36504a;
  margin-bottom: 4px;
}

.product-colorwrp .check-field {
  display: block;
  position: relative;
  padding-left: 0;
  margin-top: 6px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
  height: 43px;
  min-width: 34px;
  display: inline-block;
}
.product-colorwrp .check-field input {
  display: none;
  opacity: 0;
  cursor: pointer;
}
.product-colorwrp .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  min-width: 34px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  display: block;
}
.product-colorwrp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border: 2px solid #EEBAD0;
}
.product-colorwrp .check-field:hover .checkmark:after {
  display: block;
}
.product-colorwrp .check-field input:checked ~ .checkmark:after {
  display: block;
  border: 2px solid #3E1430;
}
.product-colorwrp .check-field input:checked ~ .checkmark {
  background-color: #EEBAD0;
}
.product-colorwrp .check-field .checkmark:after {
  top: 0;
  left: 0;
  height: auto;
  border-radius: unset;
  right: 0;
  margin: -6px;
  bottom: 0;
}
.product-sizewrp {
  margin-top: 30px;
}
.product-sizewrp .checkmark {
  background-color: #FBF8FA;
}
.product-sizewrp .size {
  font-weight: 500;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  color: #3E1430;
  position: relative;
  margin: auto;
  z-index: 1;
  padding: 0 20px;
}
.product-size-option.product-sizewrp .product-selectcolor {
  word-spacing: 10px;
  text-align: left;
}
.product-size-option.product-sizewrp .check-field {
  word-spacing: normal;
}
.product-size-option.product-sizewrp .size {
  padding: 0 10px;
  display: block;
}
.product-size-option.product-sizewrp .check-field span.additional_option_text_price {
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    bottom: -25px;
    left: -5px;
}
.product-sizewrp textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 6.7em;
  border: 2px solid #444;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 5px 10px;
}
.product-sizewrp select.additional_option {
  border: 2px solid #333;
  padding: 5px 10px;
  display: block;
}
.final-touches {
  margin: 30px 0;
}
.final-touches h4 {
  margin-bottom: 4px;
}

.quantity {
  display: flex;
  align-items: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  clear: both;
  justify-content: space-between;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity .main {
  border: 2px solid #3E1430;
  padding: 8px 10px;
  margin-right: 30px;
}
.quantity .counter {
  width: 45px;
  border-radius: 0px !important;
  text-align: center;
}
.quantity .up_count {
  margin-bottom: 10px;
  margin-left: -4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.quantity .down_count {
  margin-bottom: 10px;
  margin-right: -4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.quantity .product-colorwrp {
  display: flex;
}
.quantity .btn-info,
.quantity .counter {
  width: 30px;
  height: 30px;
  background: #EEBAD0;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.quantity .btn-info:focus,
.quantity .counter:focus {
  outline: none;
}
.quantity .btn-info .ni {
  font-weight: bold;
  line-height: 32px;
}
.quantity .counter {
  background: #fff;
  margin: 0 5px;
}
.quantity .flwbtn {
  border-color: #3E1430;
  background-color: #EEBAD0;
  color: #3E1430;
  cursor: pointer;
}
.quantity .flwbtn:hover {
  background-color: #3E1430;
  color: #FFF;
}
.prddsp-wrp .tab {
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #d9dadf;
  padding-bottom: 15px;
}
.prddsp-wrp .tablinks {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  text-align: left;
  color: #58595b;
  background: none;
  border: none;
  margin-right: 30px;
  cursor: pointer;
}
.prddsp-wrp .tablinks:last-child {
  margin-right: 0;
}
.prddsp-wrp .tablinks:focus {
  outline: none;
}
.prddsp-wrp .tab button:hover {
  color: #EEBAD0;
}
.prddsp-wrp .tab button.active {
  color: #EEBAD0;
}
.prddsp-wrp .tabcontent {
  padding: 40px 0 0;
  display: none;
}
.tabcontent-wrp .tabcontent-des h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3E1430;
  margin-bottom: 20px;
}
.tabcontent-wrp .tabcontent-des p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #58595b;
  margin-bottom: 20px;
}
.tabcontent-wrp .tabcontent-des p:last-child {
  margin-bottom: 0;
}
.tabcontent-wrp .flpdinfo-wrp {
  grid-template-columns: repeat(2, 1fr);
}
.tabcontent-wrp .flpdinfo-wrp .single-info {
  background-color: #f9f9f9;
}
.tabcontent-wrp .flpdinfo-wrp .single-info h2 {
  display: inline-flex;
}
.tabcontent-wrp .flpdinfo-wrp .single-info h2 span {
  margin-right: 10px;
}
.tabcontent-wrp .flpdinfo-wrp .single-info p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #58595b;
}
.tabcontent-wrp .flpdinfo-wrp .single-info:hover {
  background-color: #EEBAD0;
}
.tabcontent-wrp .flpdinfo-wrp .single-info:hover p {
  color: #fff;
}

/* new style */
.product-area .flproductinfo-details .pdtwoprice {
  margin-bottom: 20px;
}

.pdtwosz {
  margin-bottom: 30px;
}

.prstock .stksiz {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #58595b;
  margin-bottom: 5px;
}
.prstock .stck-prdsz {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background-color: #EEBAD0;
  color:  #FFF;
  margin-bottom: 10px;
  display: table;
  padding: 0 .5em;
}

.prtsizewrp {
  margin-bottom: 20px;
}
.prtsizewrp h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 42px;
  color: #3E1430;
  margin-bottom: 10px;
}
.prtsizewrp ul li {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
}
.prtsizewrp ul li:last-child {
  margin-right: 0;
}
.prtsizewrp ul li p {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #58595b;
  width: 103px;
  min-height: 44px;
  line-height: 44px;
  background: #fff;
  border: 2px solid #ececec;
  text-align: center;
  margin-bottom: 5px;
}
.prtsizewrp ul li span {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #EEBAD0;
}

.flproductinfo-details h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #3E1430;
}
.product-options-template {
  color: #3E1430;
}
.product-options-template-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #3E1430;
}
.product-option-adv.product-option-recommended::before {
  color: #EEBAD0;
}
.validation-error {
  background-color: #EEBAD0;
}
.product-option-price {
  font-weight: 600;
}
.rcmwidget {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rcmwidget .rmdradio {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #58595b;
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.rcmwidget .rmdradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.rcmwidget .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #d9dadf;
  transform: translateY(-50%);
}
.rcmwidget .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.rcmwidget .rmdradio input:checked ~ .checkmark:after {
  display: block;
}
.rcmwidget .rmdradio .checkmark:after {
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EEBAD0;
}
.rcmwidget .rcmwidget {
  margin-bottom: 10px;
}
.rcmwidget .widgetinfo {
  padding-left: 12px;
}
.rcmwidget .widgetinfo h5,
.rcmwidget .widgetinfo a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #3E1430;
  margin-bottom: 3px;
  text-align: left;
}

.product-descntwrp {
  margin-bottom: 20px;
}
.product-descntwrp .sectitle {
  display: block;
}
.product-descntwrp h2 {
  margin-bottom: 25px;
}
.product-descntwrp p {
  font-weight: normal;
  font-size: 16px;
  color: #58595b;
}

/* bouquet-care */
.bouquet-care {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.bouquet-care .flpdinfo-wrp .single-info h2 {
  position: relative;
  padding-left: 30px;
}
.bouquet-care .flpdinfo-wrp .single-info img {
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.bouquet-care .flpdinfo-wrp .single-info .hovers {
  visibility: hidden;
  opacity: 0;
}
.bouquet-care .flpdinfo-wrp .single-info:hover .hovers {
  visibility: visible;
  opacity: 1;
}

/* end bouquet-care */
/* card style*/
.jkaddcard-wrp {
  position: relative;
}
.jkaddcard-wrp .jkcard-title-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jkaddcard-wrp .jkcard-title-info .cartToggle-close {
  cursor: pointer;
  font-size: 22px;
  color: var(--main-color2);
}
.jkaddcard-wrp .jkcard-title-info h2 {
  font-size: 16px;
  font-weight: 700;
  color: #04231c;
}
.jkaddcard-wrp .jkcard-title-info p {
  font-size: 12px;
  font-weight: 500;
  color: #798080;
}
.jkaddcard-wrp .jktotal-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.jkaddcard-wrp .jktotal-wrapper h4 {
  font-size: 16px;
  font-weight: 700;
  color: #04231c;
}
.jkaddcard-wrp .jktotal-wrapper p {
  padding: 0 50px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color2);
}

.jkaddcard-wrp .jkcard-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 344px;
  height: 100vh;
  transition: all 0.4s;
  z-index: 15;
  padding: 25px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  transform: translateX(100%);
  transition: all 0.3s;
}
.jkaddcard-wrp .jkcard-wrapper table.table {
  margin-top: 10px;
  width: 100%;
}
.jkaddcard-wrp .jkcard-wrapper table.table tr td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.jkaddcard-wrp.cartToggle-wrapper-show .jkcard-wrapper {
  transform: translateX(0%);
}
.jkaddcard-wrp .jkcard-wrapper-overlay {
  position: fixed;
  content: "";
  top: 0;
  background: rgba(18, 27, 34, 0.7);
  left: 0;
  right: 0;
  width: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  transition-delay: 0.2s;
}

.cartToggle-wrapper-show .jkcard-wrapper-overlay {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  height: 100vh;
  z-index: 11;
}

.jkaddcart-footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.jkaddcart-footer .jkcart-checkout {
  display: flex;
}
.jkaddcart-footer .jkcart-checkout .btn-checkout {
  background-color: var(--main-color2);
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 5px;
  transition: all 0.3s;
}
.jkaddcart-footer .jkcart-checkout .btn-checkout:hover {
  opacity: 0.8;
}

/* card style - end*/
.prstock {
  margin-bottom: 10px;
}

.product-offers .product-selectcolor {
  word-spacing: 10px;
}
.pdtwosz .check-field {
  width: auto;
  text-align: center;
  word-spacing: normal;
}
.product-offers .check-field p {
  margin: 14px 0 0 0;
  font-size: 14px;
  color: #3E1430;
  font-weight: 600;
}
.pdtwosz .check-field .checkmark {
  width: 100%;
}
.pdtwosz .check-field .checkmark::after {
  width: auto;
}

.optional-clrwrp {
  margin-bottom: 15px;
}

.optional-clrwrp h4 {
  margin-bottom: 15px;
}

.prdoneszw {
  margin-bottom: 30px;
}

.prdoneinfd h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
  color: #36504a;
}

.pnonesubhero {
  padding: 70px 0;
}

.tabcontent-des h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3E1430;
  margin-bottom: 20px;
}
.tabcontent-des p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #58595b;
}
.tablinks.active {position : relative;}
.tablinks.active:after {
    background-color: #EEBAD0;
    height: 3px;
    width: 100%;
    content: '';
    left: 0;
    bottom: -21px;
    position: absolute;
    z-index: 1;
}

/* INFO */
.typo-black12 {
    margin-bottom: 1em;
}
ul.typo-black12, ul.typo-black12 > li {
    list-style-type: initial;
}
ul.typo-black12 > li {
    padding-left: .5em;
    margin-left: 1.5em;
    margin-bottom: .75em;
    line-height: 1.25;
}
/* PAGES */
main.about .container > br+br {
  display: none;
}
section.subhero-sec.pagesubhero {
  min-height: 0;
}
/* CART */
.cart {
  color: #575757;
}
#cart_total_price_summary_wrapper #checkout {
  -webkit-appearance: none;
  background: #FFF;
  font-weight: 600;
  font-size: 1em;
  color: #3E1430;
  min-height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0 1.5em;
  display: inline-block;
  border: 2px solid #EEBAD0;
  border-radius: 48px;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.flwbtn:hover {
  border-color: #3E1430;
  background-color: #EEBAD0;
}
#cart_total_price_summary_wrapper #checkout:hover {
  color: #FFF;
  background-color: #3E1430;
  border: 2px solid #3E1430;
}
.cart-item-price {
  color: #3E1430;
  font-weight: 600;
}

.datepicker--day-name { color: #3E1430; }
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- { background-color: #EEBAD0; }
#delivery_mode_popup .stack_wrapper > .stack_condensed,
#delivery_mode_popup .stack_wrapper > .stack2 {
    padding: 10px;
}
div#delivery_mode_pickup {
  background-image: url(../img/pickup.png);
}
div#delivery_mode_deliver {
  background-image: url(../img/delivery.png);
}
#delivery_mode_popup input[type=button] {
  background-color: #EEBAD0;
  border: 1px solid #EEBAD0;
  border-radius: 0;
}
#delivery_mode_popup input[type=button]:hover {
  color: #EEBAD0;
  background-color: #FFF;
}
/*
/* CHECKOUT */
.checkout_form_header::after {
    display: block;
    content: '';
    clear: both;
}
.checkout_form_header {
    margin-bottom: 20px;
}
#checkout_form_wrapper {
  color: #666;
}
#checkout_form_wrapper.checkout-container input[type=button] {
  background-color: #EEBAD0;
  border: 2px solid #3E1430;
  color: #3E1430;
  font-weight: 600;
  border-radius: 24px;
  transition: color .5s, background-color .5s;
  padding: 10px 20px;
  cursor: pointer;
}
#checkout_form_wrapper.checkout-container input[type=button]:hover {
  color: #EEBAD0;
  background-color: #FFF;
}
#checkout_form_wrapper .form-wrapper label {
  font-weight: 600;
  margin-top: 5px;
}
div.stack_wrapper {
  border: 1px solid #DDD;
}
div.stack_wrapper div.stack2 {
  padding: 20px 18px;
}
#checkout_form_wrapper.checkout-container #cart_total_price_summary {
  border: 1px solid #DDD;
}
div.stack_wrapper div.stack_condensed {
  padding: 10px 18px;
  line-height: 1.2;
  font-size: .8em;
  margin: 0;
  color: #777;
}
div.stack_wrapper div.stack2::after,
div.stack_wrapper div.stackcondensed::after {
  display:block; content:''; clear:both;
}
div.stack_wrapper.active div.stack2_header{
  border: 1px solid #EEBAD0;
  background-color: #EEBAD0;
  color: #3E1430;
  font-weight: 600;
}
div.stack_wrapper.active div.stack2_header .circle-font{
  color: #EEBAD0;
  background-color: #3E1430;
}
.checkout-container p {
  line-height: 1.25;
}
#checkout_form_wrapper input, #checkout_form_wrapper textarea {
  border-radius: 0;
  border: 2px solid #333;
  padding: 4px 6px;
  color: #3E1430;
}
#checkout_form_wrapper .address_lookup {
  border: 2px solid !important;
}
#checkout_form_wrapper select {
  border: 2px solid #333;
}

/* ACCOUNT */
.login-wrapper {
  display: table;
  margin: auto;
}
.login-left {
  padding-right: 20px;
  border-right: 1px black dotted;
}
.login-left h2,.login-right h2 {
  margin-bottom:10px;
}
.login-right {
  padding-left: 20px;
}
.login-right p {
  margin-bottom: 10px;
}
.subscribe input {
  border-radius: 0;
  border: 2px solid #333;
  padding: 4px 6px;
  color: #EEBAD0;
}
.subscribe input[type=button] {
  background-color: #EEBAD0;
  border: 1px solid #EEBAD0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 10px 20px;
  color: #FFF;
  cursor: pointer;
}
.subscribe input[type=button]:hover {
  color: #EEBAD0;
  background-color: #FFF;
}
.subscribe #login {
  margin-top: 10px;
}
.forgot-wrapper {
  display: table;
  margin: auto;
}
.forgot-wrapper h2 {
  margin-bottom: 10px;
}
.account-dashboard li a, #save-info, #add-address, #save-address, #cancel-address {
  background-color: #EEBAD0;
  border: 1px solid #EEBAD0;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  transition: color .5s, background-color .5s;
}
.account-dashboard li a:hover, #save-info:hover, #add-address:hover, #save-address:hover {
  color: #EEBAD0;
  background-color: #FFF;
}
#save-info, #add-address, #save-address, #cancel-address {
  padding: 10px;
}
#cancel-address {
  background-color: #3E1430;
  border: 1px solid #3E1430;
}
#cancel-address:hover {
  background-color: #FFF;
  color: #3E1430;
}
.account-main-wrapper p {
  margin: 1em 0;
  line-height: normal;
}
.account-main-wrapper h3 {
  margin-top: 1em;
}
button.address-form-close.address-form-cancel {
  box-sizing: content-box;
  font-size: 1.5em;
}
div#address_edit_form {
  padding: 0 20px;
}
.address_book_button {
  border-width: 2px;
  border-radius: 0;
}
.form-wrapper input {
  border: 2px solid #666;
  padding: 8px 6px;
}

/* CONTACT */
.contact_us h1 {
  margin-bottom: 40px;
}
.contact_us .col-lg-12::after {
  clear:both; display:block; content:'';
}
.contact_us .col-lg-6 {
    width: 50%;
    float: left;
}
.contact_us input, .contact_us textarea {
  border-radius: 0;
  border: 2px solid #333;
  padding: 4px 6px;
  color: #EEBAD0;
  margin-top: 10px;
  max-width: 800px;
}
.contact_us input:not([type=button]) {
  width:100%;
  max-width: 300px;  
}
.contact-email img, .contact-phone img {
    vertical-align: middle;
    margin-right: 15px;
}

section#contact_us_form {
    margin-top: 30px;
}

/* CATEGORY */
.shop-products-section {
  padding: 40px 0;
  margin-bottom: 20px;
}
section.shop-all {
  margin: 40px;
  text-align: center;
}
.grid-container .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px;
}
.grid-container .category-wrapper > .flcard-info {
  width: 25%;
  padding: 10px;
  margin-bottom: 40px;
}
.grid-container .category-wrapper > .flcard-info .cardimg {
  margin-bottom:0;
}
.subcategories-wrapper {
  padding: 10px 0;
  background-color: #FBF8FA;
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
section.shop-products-section:nth-child(odd) {
  background-color: #FBF8FA;
}
.shop-products-section .cat-product {
  text-align: center;
}
.shop-products-section .cat-product h3 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1;
}
.shop-products-section .cat-product .cat-product-img {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 5px;
}
.shop-products-section .cat-product .cat-product-img > a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  display: block;
}
.shop-products-section .cat-product .cat-product-img > a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shop-categories-section { 
  padding: 40px 0;
}
.shop-category {
  width: 25%;
  padding: 0 20px;
  margin: 20px 0;
  text-align: center;
}
.shop-category-img {
  padding-bottom: 100%;
}
.shop-category .cropped-img {
  background-size: contain;
}
.shop-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 40px 0;
}
.shop-category h4,
.shop-category h4 a {
  font-family: 'Nunito', sans-serif;
  font-size: 21px;
  line-height: 1;
  color: #3E1430;
  margin: 10px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.shop-category h4 a {
  border: 2px solid #EEBAD0;
  display: flex;
  border-radius: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.shop-category:hover h4 a {
  background-color: #EEBAD0;
}
.back-to-categories-inner.container {
  font-size: 24px;
}
.productByCategory .column {
  width: 25%;
}
.productByCategory .flcard-info .cardimg.cropped-img-wrapper {
  display: block;
  overflow: hidden;
}
.productByCategory .flcard-info .cardimg.cropped-img-wrapper .cropped-img{
  padding-bottom: 100%;
  position: relative;
  transition: transform .5s;
  background-size: contain;
}
.productByCategory .flcard-info .cardimg.cropped-img-wrapper .cropped-img:hover{
  transform: scale(1.025);
}
.productByCategory .flcard-info .cardimg.cropped-img-wrapper .cropped-img img{
  position:absolute;
}
.productByCategory .flcard-info .card-details {
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}
button.productsLoadMore {
  color: #3E1430;
  background-color: #FFF;
  border: 2px solid #EEBAD0;
  border-radius: 48px;
  padding: 13px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 80px auto 0 auto;
  cursor: pointer;
  transition: background-color .5s;
}
button.productsLoadMore:hover {
  background-color: #EEBAD0;
}
button.productsLoadMore::after {
  content: ' \f063';
  font-family: 'Font Awesome 5 Free';
  font-size: .7em;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  bottom: 1px;
}
.productsLoadingMore {
  width: 100%;
  margin: 80px auto 0 auto;
  text-align: center;
}

/* PRODUCT */
ul.product_thumbnails {
  display: flex;
  margin: 0 -5px;
}
ul.product_thumbnails li {
  padding: 0 5px;
}
ul.product_thumbnails li img {
  border: 2px solid transparent;
  width: 100%;
  transition: border-color .2s;
  cursor: pointer;
}
ul.product_thumbnails li img:hover {
  border-color: #CCC;
}
ul.product_thumbnails li img.active, ul.product_thumbnails li img.active:hover {
  border-color: #EEBAD0;
}
.product-descntwrp .quantity-wrapper::after {
  display: block; content: ''; clear:both;
}
.product-colorwrp .quantity-wrapper h4 {
  float: left;
  line-height: 20px;
}
.quantity-wrapper .price-wrapper {
  float: right;
  text-align: right;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1;
  color: #3E1430;
  font-weight: 600;
}
.product-text-option i {
  font-size: 12px;
  display: block;
  margin-top: -6px;
  text-align: left;
}
span.additional_option_text_price {
  font-size: 13px;
  color: #3E1430;
}
.addon-product.rcmwidget .widget-img {
  max-width: 90px;
}
.addon-product.rcmwidget .widget-img img {
  width:100%;
}
.addon_product_price {
  color: #9C9C9C;
  font-weight: 600;
}
.page-inner{
	padding: 50px;
  font-size: 14px;
}
/* home */
.home-categories-section {
  padding: 35px 0 50px 0;
}
.home-categories-wrapper {
  display: flex;
  justify-content: space-between;
}
.home-category-wrapper {
  width: 48%;
  position: relative;
}
.home-category-wrapper > img {
  max-width: 100%;
  border-radius: 24px;
}
.home-category-wrapper > a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.home-category {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 28px;
  z-index: 2;
}
.home-category-text {
  margin: auto;
  color: #3E1430;
  display: inline-block;
}
.home-category-text h3 {
  font-size: 2em;
  margin-bottom: .5em;
}
.read-more-btn {
  -webkit-appearance: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 1em;
  color: #3E1430;
  min-height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0 1.5em;
  display: inline-block;
  border: 2px solid #FFF;
  border-radius: 48px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.read-more-btn::after {
  content: ' \f061';
  font-family: 'Font Awesome 5 Free';
  font-size: .7em;
  margin-left: 2px;
  display: inline-block;
  position: relative;
  bottom: 1px;
}
.read-more-btn:hover, a:hover .read-more-btn, .home-category-wrapper:hover .read-more-btn {
  background-color: #EEBAD0;
}
.home-icons-section {
  margin-top: -140px;
  padding-top: 140px;
  padding-bottom: 40px;
  background-color: #FBF8FA;
}
.home-icons-wrapper {
  display: flex;
  justify-content: space-between;
}
.home-icon {
  text-align: center;
  padding: 0 15px;
}
.home-icon img {
  width: 100%;
  max-width: 80px;
}
.home-icon h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.35em;
  color: #3E1430;
  text-transform: uppercase;
  margin: 24px 0 16px 0;
}
.home-icon p {
  margin: 0;
}
.home-products-wrapper {
  padding: 0 0 30px 0;
}
.home-products-wrapper .product-cardwrp h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2em;
}
.home-products-wrapper .product-cardwrp .cat-product-img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.home-products-wrapper .product-cardwrp img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit:contain;
}
.best-seller-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  margin-top: 30px;
}
.best-seller-btn {
  -webkit-appearance: none;
  background-color: #FFF;
  font-weight: 600;
  font-size: 1.25em;
  cursor: pointer;
  color: #3E1430;
  width: 195px;
  height: 55px;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0 10px;
  border: 2px solid #EEBAD0;
  border-radius: 48px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.best-seller-btn:hover {
  background-color: #FBF8FA;
  border-color: #3E1430;
}
.best-seller-btn.active, .best-seller-btn.active:hover {
  cursor: default;
  background-color: #EEBAD0;
  border-color: #EEBAD0;
}
.bestseller-section .product-details h3 {
  font-size: 1.5em;
  margin-top: 10px;
}
.bestseller-section .product-details h3 a {
  transition: color .3s;
}
.bestseller-section .product-details h3 a:hover,
.bestseller-section .cat-product-img:hover + .product-details h3 a {
  color: #EEBAD0;
}
.bestseller-section .product-details p {
  font-size: 1.1em;
  font-weight: 600;
}
.home-products-wrapper .owl-carousel .owl-stage {
    display: flex;
}
.home-products-wrapper .owl-carousel .owl-item {
    padding-bottom: 60px;
}
.product-shop-btn {
  background: #FFF;
  font-weight: 600;
  font-size: 1.2em;
  color: #3E1430;
  min-height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  padding: 0 1.5em;
  margin-top: 30px;
  display: inline-block;
  border: 2px solid #3E1430;
  border-radius: 48px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: absolute;
  width: 100%;
  left: 1px;
  bottom: 0;
}
.product-shop-btn::after {
  content: ' \f061';
  font-family: 'Font Awesome 5 Free';
  font-size: .7em;
  margin-left: 2px;
  display: inline-block;
  position: relative;
  bottom: 1px;
}
.product-shop-btn:hover,
.bestseller-section .cat-product-img:hover + .product-details .product-shop-btn {
  background-color: #EEBAD0;
}
/* occasion section */
.home-occasions-section {
  margin-bottom: 80px;
}
.occasion-wrp {
  display: flex;
  grid-gap: 30px;
  max-width: 1036px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.occasion-wrp::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #FBF8FA;
  left: 18%;
  right: 50%;
}
.home-occasion-content {
  width: auto;
  padding-top: 40px;
  z-index: 5;
}
.occasion-content-details {
  padding: 0 40px;
}
.occasion-content-details h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 3em;
  color: #3E1430;
  margin-bottom: 16px;
}
.occasion-content-details p {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
.home-occasion {
  width: 100%;
  z-index: 6;
}
.home-occasion a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.home-occasion-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity .3s;
}
.home-occasion a:hover .home-occasion-img {
  opacity: .85;
}
.home-occasion h3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  font-size: 1.1em;
  border-radius: 50%;
  background-color: #FFF;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .3s;
}
.home-occasion a:hover h3 {
  transform: scale(1.1);
}
.home-scroll-down {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: #3E1430;
  position: relative;
}
.home-scroll-down::after {
  content: ' \f063';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: .7em;
  margin-left: 4px;
  display: inline-block;
  position: relative;
  bottom: 1px;
}
.home-scroll-down::before {
  content: '';
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  width: 80%;
  bottom: -4px;
  transition: border-bottom-color .3s;
}
.home-scroll-down:hover::before {
  border-bottom-color: #EEBAD0;
}
.about-section-top {
  margin-bottom: 60px;
  background-image: url('../img/cupcake-bg.jpg');
  background-size: contain;
  background-repeat: repeat-x;
}
.home-about-wrapper {
  padding: 20px 0;
  text-align: center;
}
.home-about-wrapper h2 {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 10px;
  color: #3E1430;
  font-size: 3.5em;
}
.home-about-wrapper h3 {
  color: #EEBAD0;
  margin-bottom: 20px;
}
.home-about-wrapper .read-more-btn {
  border: 2px solid #EEBAD0;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  font-size: 1.3em;
}
.about-section-mid {
  position: relative;
  margin-bottom: 40px;
}
.about-section-mid::after {
  content: '';
  background-color: #FBF8FA;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
.about-section-mid .grid-container {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  grid-gap: 50px;
  padding: 100px 0;
}
.about-section-mid .grid-container::after {
  content: '';
  background-color: #FBF8FA;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 0;
}
.home-video-wrapper {
  width: 450px;
  position: relative;
  z-index: 5;
}
.home-video-wrapper a {
  display: block;
  width: 100%;
  padding-bottom: 85.5%;
  position: relative;
  cursor: pointer;
}
.home-video-wrapper a::after {
  content: '';
  position: absolute;
  background-image: url(../img/home-vid.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1em;
  transition: opacity .3s;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-video-wrapper a:hover::after {
  opacity: .75;
}
.home-video-wrapper a i {
  position: absolute;
  z-index: 5;
  background-color: #3E1430;
  color: #FFF;
  box-shadow: 0 0 0 4px rgba(255,255,255,.35);
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 3em;
  padding-left: .125em;
  transition: all .3s;
}
.home-video-wrapper a:hover i {
  transform: scale(1.1);
  box-shadow: 0 0 0 4px rgba(255,255,255,.75);
}
.home-video-info {
  width: auto;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.home-video-info h2 {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 10px;
  color: #3E1430;
  font-size: 3em;
  line-height: 1;
}
.home-instagram {
  padding-top: 40px;
}
.ig-follow-wrapper {
  text-align: center;
}
.ig-follow-wrapper h2 {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 10px;
  color: #3E1430;
  font-size: 3em;
  line-height: 1;
}
.ig-follow-wrapper h3 {
  font-size: 1.5em;
  font-weight: 600;
}
.ig-follow-wrapper a {
  color: #EEBAD0;
}
.ig-follow-wrapper a:hover {
  text-decoration: underline;
}
.home-ig-slider-wrp {
    display: flex;
    margin: 40px 0;
}
.ig-img-details {
    width: 100%;
    position: relative;
}
.ig-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.ig-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
span.ig-img-icon, span.ig-img-icon a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
    overflow: hidden;
}
span.ig-img-icon a {
    background-color: rgba(0,0,0,.5);
    transition: opacity .3s;
    opacity: 0;
}
span.ig-img-icon a:hover {
    opacity: 1;
}
span.ig-img-icon i {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 150%;
    bottom: 0;
    color: #FFF;
    transition: all .3s;
}
span.ig-img-icon a:hover i {
    top: 0;
}
.home-ig-lightcase + #lightcase-case #lightcase-info {
  text-align: center;
  width: 100%;
}
.home-ig-lightcase + #lightcase-case #lightcase-info #lightcase-caption a {
  color: #FFF;
  font-size: 1.2em;
}
.home-ig-lightcase + #lightcase-case #lightcase-info #lightcase-caption a:hover {
  color: #EEBAD0;
  text-decoration: underline;
}

.subscribe-wrapper {
    background-color: #FFF;
    padding-bottom: 60px;
}
form#newsletter-form {
  float: none;
}
.footer-inner-items.sign-up {
  display: table;
  margin: 0 auto;
}
.footer-inner-items.sign-up > p {
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #000000;
}
#newsletter-submit {
	height: 40px;
	border-radius: 0;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	color: #FFF;
	text-transform: uppercase;
	width: auto;
	cursor: pointer;
	background-color: #881b45;
	text-align: left;
	border: solid 0px #000;
	padding: 0 15px;
	color: #FFF;
	margin-bottom: 10px;
	transition: ease-in .3s;  
  
}
input#newsletter-email {
  height: 40px;
  width: 240px;
  font-size: 16px;
  padding: 0 5px;
  border: 1px solid #DDD;
  outline: none;
  -webkit-appearance: none;
}
input#newsletter-email::placeholder {
	font-size: 14px;
}