* If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

body, .mm-wrapper {
  margin-top: 0 !important;
}

body, html {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  margin: 0 !important;
}

#mm-0 {
  background: none !important;
}

.cormorant-garamond-font {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

/*******************
********************
TOP LINKS
********************
*******************/

.toplinks-wrapper {
  background: #9A9A7B;
  padding: 10px 0 8px 0;
  color: #F2EFE8;
  font-size: 13px;
  text-align: center;
}

.toplinks-wrapper p, .toplinks-wrapper a, .toplinks-wrapper div, .toplinks-wrapper .field-item {
  color: #F2EFE8;
  font-size: 13px;
}

.toplinks-wrapper .glyphicon {
  font-size: 15px;
  margin-right: 5px;
}

.selling-point1, .selling-point2, .selling-point3 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.selling-point1, .selling-point2 {
  margin-right: 15px;	
}

/*******************
********************
END TOP LINKS
********************
*******************/

/*******************
********************
MENU
********************
*******************/

.menu-wrapper {
  padding: 15px 0;	
}

#block-crafty-horizontalmenu, #block-crafty-responsivemenumobileicon, a.logo.navbar-btn.pull-left, #block-crafty-menuiconsloggedin, #block-crafty-menuiconsloggedout {
  width: 33%;
  float: left;
}

a.logo.navbar-btn.pull-left {
  text-align: center;	
}

#block-crafty-menuiconsloggedin, #block-crafty-menuiconsloggedout, #block-crafty-responsivemenumobileicon {
  text-align: right;
  padding-top: 65px;
}

.responsive-menu-toggle-icon::before, .responsive-menu-toggle-icon::after, .responsive-menu-toggle-icon span.icon {
  background: #9a9d88 !important;	
}

.responsive-menu-toggle-icon span.label {
  display: none;	
}

.horizontal-menu > li > a {
  font-size: 15px;
  color: #9a9d88;
  font-family: "Montserrat", sans-serif;
}
.horizontal-menu > li > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.horizontal-menu li .menu-drop:after {
  content: " \25BE";	
}

.horizontal-menu > li ul {
  border-top: 2px solid #9A9A7B;
  background: #f4f3f1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  left: 15px;
}

.horizontal-menu li ul a {
  color: #9A9A7B !important;
  padding: 10px 7px;
  border: 1px solid var(--mm-color-border);
  transition: .3s ease;
}
.horizontal-menu li ul a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.mm-panel, .mm-panels {
  background: #9A9A7B;	
}

.mm-navbar, .mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  background: #9A9A7B;
  padding: 20px 25px;
  font-size: 18px;
  transition: .3s ease;
}

.mm-menu a:hover, .mm-menu a:hover {
  opacity: 0.8;
  font-size: 20px;
}

.menuiconimg {
  height: 25px;
  width: auto;
  padding: 0 10px;
}

#horizontal-menu {
  padding-top: 65px;
}

.logo img {
  max-height: 140px;
  width: auto;
}

/*******************
********************
END MENU
********************
*******************/

/*******************
********************
HEADING
********************
*******************/

.heading-wrapper {
  background: url('../images/floral-bg-header.jpg');
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 45px 0;
  text-align: center;
}
@media(min-width:767px) {
	.heading-wrapper {
	    background: url('../images/floral-bg-header.jpg');
  		background-size: cover !important;
  		background-repeat: no-repeat;
  		background-attachment: fixed;
  		padding: 45px 0;
 		text-align: center;
	}
}

.breadcrumb {
  background: none;
  border-radius: 0;
  margin: 0 0 5px 0;
}

.breadcrumb a, .breadcrumb > li {
  font-size: 10px;
  color: #9A9A7B;
}

.page-header {
  border: none;
  margin: 0;
  color: #9A9A7B;
  font-family: "Great Vibes", cursive;
  font-size: 48px;
}

/*******************
********************
END HEADING
********************
*******************/

/*******************
********************
INTRO
********************
*******************/

.intro-wrapper {
  font-size: 16px;
}

#banner-img {
  width: 100%;
  height: auto;
}

/*******************
********************
END INTRO
********************
*******************/

/*******************
********************
CATEGORIES SECTION
********************
*******************/

.categories-wrapper {
  background: url('../images/floral-bg-mobile.jpg');
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 25px 0 45px 0;
  text-align: center;
}
@media(min-width:767px) {
	.categories-wrapper {
	    background: url('../images/floral-bg.jpg');#
  		background-size: cover !important;
  		background-repeat: no-repeat;
  		background-attachment: fixed;
  		padding: 25px 0 45px 0;
 		text-align: center;
	}
}

.region-categories .block-title {
  color: #9A9A7B !important;
  margin: 15px 0;
}

.view-shop-categories .views-row {
  clear: both;	
}

.view-shop-categories .views-col {
  width: 48%;
  margin: 1%;
}
@media(min-width:767px) {
	.view-shop-categories .views-col {
	  width: 23%;
	  margin: 1%;
	}	
}

.views-field-field-category-image {
  margin-bottom: 15px;
  max-width: 750px;
  max-height: 750px;
  overflow: hidden;
}

.views-field-field-category-image img {
  transition: .3s ease;
}

.views-field-field-category-image img:hover {
    transform: scale(1.2);
}

.views-field-name {
 margin-bottom: 7px;
}

.views-field-name a {
  color: #4A3F36 !important;
  transition: .3s ease;
}
.views-field-name a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.views-field-view-taxonomy-term a {
  background: #9A9A7B;
  padding: 5px 10px;
  display: inline-block;
  color: #ffffff;
  transition: .3s ease;
  font-size: 10px;
  margin-top: 5px;
}
.views-field-view-taxonomy-term a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

/*******************
********************
END CATEGORIES SECTION
********************
*******************/

/*******************
********************
ABOUT SECTION 
********************
*******************/

.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about-text {
  flex: 1;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

/*******************
********************
END ABOUT SECTION
********************
*******************/

/*******************
********************
FEATURED SECTION
********************
*******************/

.view-featured-products .views-row {
  clear: both;	
}

.view-featured-products .views-col {
  width: 48%;
  margin: 1%;
}
@media(min-width:767px) {
	.view-featured-products .views-col {
	  width: 23%;
	  margin: 1%;
	}	
}

.view-featured-products .views-field-field-product-images {
  margin-bottom: 15px;
  max-width: 750px;
  max-height: 750px;
  overflow: hidden;
}

.view-featured-products .views-field-field-product-images img {
  transition: .3s ease;
}

.view-featured-products .views-field-field-product-images img:hover {
    transform: scale(1.2);
}

.view-featured-products .views-field-title {
 margin-bottom: 7px;
}

.view-featured-products .views-field-title a {
  color: #4A3F36 !important;
  transition: .3s ease;
}
.view-featured-products .views-field-title a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.view-featured-products .views-field-view-commerce-product a {
  background: #9A9A7B;
  padding: 5px 10px;
  display: inline-block;
  color: #ffffff;
  transition: .3s ease;
  font-size: 10px;
  margin-top: 5px;
}
.view-featured-products .views-field-view-commerce-product a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

/*******************
********************
END FEATURED SECTION
********************
*******************/

/*******************
********************
CONTENT
********************
*******************/

.wrapper-main {
  padding: 45px 0;	
}

.path-frontpage .wrapper-main {
  background: url('../images/floral-bg-mobile.jpg');
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 25px 0 45px 0;
  text-align: center;
}
@media(min-width:767px) {
	.path-frontpage .wrapper-main {
	    background: url('../images/floral-bg.jpg');#
  		background-size: cover !important;
  		background-repeat: no-repeat;
  		background-attachment: fixed;
  		padding: 25px 0 45px 0;
 		text-align: center;
	}
}

h1, h2, h3, h4, h5, h6, .block-title {
  font-family: "Cormorant Garamond", serif;
  margin: 15px 0;
}

h2.block-title {
  color: #9A9A7B;
  text-transform: uppercase;
  text-align: center;
}

.fancy-header {
  font-family: "Great Vibes", cursive;
  color: #9A9A7B;
  font-size: 38px;
}

.left {
  float: left;
  margin: 0 20px 20px 0;
}

.right {
  float: right;
  margin: 0 0 20px 20px;
}

/*******************
********************
END CONTENT
********************
*******************/

/*******************
********************
SHOP
********************
*******************/

.view-product-display-in-store .views-row {
  clear: both;	
}

.view-product-display-in-store .views-col {
  width: 48%;
  margin: 1%;	
}
@media(min-width:767px) {
	.view-product-display-in-store .views-col {
	  width: 23%;
      margin: 1%;	
	}	
}

/*******************
********************
END SHOP
********************
*******************/

/*******************
********************
CONTACT
********************
*******************/

.button {
  background: #9A9A7B;
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  transition: .3s ease;
}
.button:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: #fff !important;
}

/*******************
********************
END CONTACT
********************
*******************/

/*******************
********************
CREDITS
********************
*******************/

.credits-wrapper {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  color: #8C7B6A;
}

.credits-wrapper, .credits-wrapper a, .credits-wrapper p, .credits-wrapper .field-item, .credits-wrapper .field-content {
  font-size: 12px;
  color: #8C7B6A;
}

/*******************
********************
END CREDITS
********************
*******************/