/**
 * @file
 * Main stylesheet for Rosen Theme
 *
 * This file imports all component stylesheets following Drupal best practices.
 */
/**
 * @file
 * Theme variables - Based on D7 Cavendish Square theme
 */
/**
 * @file
 * Theme mixins - Based on D7 Cavendish Square theme
 */
/**
 * @file
 * Base reset styles - Based on D7 Cavendish Square theme
 */
* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 13px;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100% !important;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: bold;
}
body {
  min-height: 500px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu {
  list-style: none;
}
ul.menu li {
  display: inline-block;
}

p {
  margin: 0.5em;
}

.block-title,
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

/**
 * @file
 * Typography styles - Based on D7 Cavendish Square theme
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: #454242;
}

/**
 * @file
 * Form styles - Based on D7 Cavendish Square theme
 */
input,
textarea,
select {
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  outline: 0;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #cecece;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder {
  color: #cecece;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #cecece;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #cecece;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

header, .main-content {
  min-height: 100%;
  margin: 0 auto;
  width: 960px;
  background-color: #fff;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/**
 * @file
 * Header layout styles - Based on D7 Cavendish Square theme
 */
.layout-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header-top {
  background-color: #4CAA4F;
  color: #fff;
  font-size: 11px;
  line-height: 2.1em;
  min-height: 26px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-header-top::after {
  content: "";
  display: table;
  clear: both;
}
.site-header-top .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.site-header-top .container::after {
  content: "";
  display: table;
  clear: both;
}
.site-header-top .container {
  max-width: 960px;
}
.site-header-top a {
  text-decoration: none;
  color: #fff;
}
.site-header-top a:hover {
  color: #FCED21;
}
.site-header-top #block-rosen-theme-topmenu,
.site-header-top nav[aria-labelledby*=topmenu] {
  float: left;
  padding-left: 190px;
  font-size: 11px;
}
.site-header-top #block-rosen-theme-topmenu ul,
.site-header-top nav[aria-labelledby*=topmenu] ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header-top #block-rosen-theme-topmenu ul li,
.site-header-top nav[aria-labelledby*=topmenu] ul li {
  display: inline-block;
}
.site-header-top #block-rosen-theme-topmenu ul li:not(:last-child) a:not(.social-icon),
.site-header-top nav[aria-labelledby*=topmenu] ul li:not(:last-child) a:not(.social-icon) {
  padding-right: 1em;
  border-right: 1px solid #fff;
}
.site-header-top #block-rosen-theme-topmenu ul li a,
.site-header-top nav[aria-labelledby*=topmenu] ul li a {
  padding: 0 0.25rem;
}
.site-header-top #block-rosen-theme-account-menu,
.site-header-top nav[aria-labelledby*=account-menu] {
  float: right;
  width: 330px;
  font-size: 11px;
}
.site-header-top #block-rosen-theme-account-menu ul,
.site-header-top nav[aria-labelledby*=account-menu] ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.site-header-top #block-rosen-theme-account-menu ul li,
.site-header-top nav[aria-labelledby*=account-menu] ul li {
  display: inline-block;
}
.site-header-top #block-rosen-theme-account-menu ul li:not(:last-child) a,
.site-header-top nav[aria-labelledby*=account-menu] ul li:not(:last-child) a {
  padding-right: 1em;
  border-right: 1px solid #fff;
}
.site-header-top #block-rosen-theme-account-menu ul li a,
.site-header-top nav[aria-labelledby*=account-menu] ul li a {
  padding: 0 0.25rem;
}
.site-header-top a.social-icon {
  display: inline-block;
  width: 15px;
  height: 18px;
  vertical-align: middle;
  padding: 0;
  border: none !important;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}
.site-header-top a.social-icon .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.site-header-top a.social-icon i {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  width: 15px;
  height: 18px;
  text-align: center;
}

.site-header,
.region.region-sub-header {
  background-color: #fff;
  line-height: 25px;
}
.site-header .header-main,
.region.region-sub-header .header-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.site-header .header-logo,
.region.region-sub-header .header-logo {
  width: 100%;
}
.site-header .header-logo > div:first-child,
.region.region-sub-header .header-logo > div:first-child {
  display: flex;
  width: 100%;
}
.site-header #block-rosen-theme-headerlogodomainaware article,
.region.region-sub-header #block-rosen-theme-headerlogodomainaware article {
  border-right: 1px solid #ececec;
  padding: 10px 30px 0 0;
  margin-bottom: 10px;
}
.site-header .header-logo,
.site-header #block-rosen-theme-headerlogodomainaware,
.region.region-sub-header .header-logo,
.region.region-sub-header #block-rosen-theme-headerlogodomainaware {
  display: flex;
  flex-shrink: 0;
  margin: 0;
}
.site-header .header-logo a img,
.site-header #block-rosen-theme-headerlogodomainaware a img,
.region.region-sub-header .header-logo a img,
.region.region-sub-header #block-rosen-theme-headerlogodomainaware a img {
  max-height: 57px;
}
.site-header .header-logo .block-content,
.site-header #block-rosen-theme-headerlogodomainaware .block-content,
.region.region-sub-header .header-logo .block-content,
.region.region-sub-header #block-rosen-theme-headerlogodomainaware .block-content {
  margin: 12px 10px 0 10px;
}
.site-header .header-contact,
.site-header #block-rosen-theme-headerinfodomainaware,
.region.region-sub-header .header-contact,
.region.region-sub-header #block-rosen-theme-headerinfodomainaware {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 2em;
  font-size: 16px;
  line-height: 25px;
  flex: 1;
}
.site-header .header-contact p,
.site-header #block-rosen-theme-headerinfodomainaware p,
.region.region-sub-header .header-contact p,
.region.region-sub-header #block-rosen-theme-headerinfodomainaware p {
  margin: 0.5em 0;
}
.site-header .header-contact .second-green-italic,
.site-header #block-rosen-theme-headerinfodomainaware .second-green-italic,
.region.region-sub-header .header-contact .second-green-italic,
.region.region-sub-header #block-rosen-theme-headerinfodomainaware .second-green-italic {
  color: #4CAA4F;
  font-style: italic;
}
.site-header .header-contact article div div,
.site-header #block-rosen-theme-headerinfodomainaware article div div,
.region.region-sub-header .header-contact article div div,
.region.region-sub-header #block-rosen-theme-headerinfodomainaware article div div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-header .header-contact,
.region.region-sub-header .header-contact {
  padding: unset;
  width: 100%;
}

body .header-contact nav[aria-labelledby*=sections],
body .header-contact #block-rosen-theme-sectionsmenu {
  font-size: 16px;
  margin: 0 5px;
}
body .header-contact nav[aria-labelledby*=sections] ul,
body .header-contact #block-rosen-theme-sectionsmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
body .header-contact nav[aria-labelledby*=sections] ul li,
body .header-contact #block-rosen-theme-sectionsmenu ul li {
  flex: 1;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
}
body .header-contact nav[aria-labelledby*=sections] ul li a,
body .header-contact #block-rosen-theme-sectionsmenu ul li a {
  width: 100%;
  display: inline-block;
  padding: 10px 0 11px;
  border-top: 5px solid red;
  text-decoration: none;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
body .header-contact nav[aria-labelledby*=sections] ul li a:hover,
body .header-contact #block-rosen-theme-sectionsmenu ul li a:hover {
  color: #fff;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(1) a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(1) a {
  border-top-color: #4CAA4F;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(1):hover a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(1):hover a {
  background: #4CAA4F;
  color: #fff;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(2) a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(2) a {
  border-top-color: #5C2E8F;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(2):hover a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(2):hover a {
  background: #5C2E8F;
  color: #fff;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(3) a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(3) a {
  border-top-color: #F27021;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(3):hover a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(3):hover a {
  background: #F27021;
  color: #fff;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(4) a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(4) a {
  border-top-color: #98C23D;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(4):hover a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(4):hover a {
  background: #98C23D;
  color: #fff;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(5) a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(5) a {
  border-top-color: #FCED21;
}
body .header-contact nav[aria-labelledby*=sections] ul li:nth-child(5):hover a,
body .header-contact #block-rosen-theme-sectionsmenu ul li:nth-child(5):hover a {
  background: #FCED21;
  color: #fff;
}

/**
 * @file
 * Footer layout styles
 */
.site-footer {
  margin-top: auto;
  background-color: #454242;
  color: #fff;
  border-top: 10px solid #98C23D;
  padding: 10px 15px 0 15px;
}
.site-footer #block-rosen-theme-footerleftpartdomainaware article div {
  color: white;
  font-size: 11px;
}
.site-footer #block-rosen-theme-footerleftpartdomainaware p {
  margin: 0.5em;
}
.site-footer #block-rosen-theme-copyrightdomainaware {
  margin: 0.5em 0 0.5em 0;
}
.site-footer #block-rosen-theme-copyrightdomainaware .main-green {
  color: #98C23D;
}
.site-footer #block-rosen-theme-copyrightdomainaware p {
  margin: unset;
  color: white;
  font-size: 11px;
}
.site-footer .site-footer_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;
}
.site-footer .site-footer_inner > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20%;
  align-items: flex-start;
}
.site-footer .site-footer_inner > div #block-rosen-theme-footerleftpartdomainaware {
  grid-column: 1;
  grid-row: 1;
}
.site-footer .site-footer_inner > div #block-rosen-theme-copyrightdomainaware {
  grid-column: 1;
  grid-row: 2;
}
.site-footer .site-footer_inner > div nav {
  grid-column: 2;
  grid-row: 1/span 3;
  align-self: flex-start;
}
.site-footer .site-footer_inner > div nav > ul {
  display: flex;
  gap: 8%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .site-footer_inner > div nav > ul li span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 4px;
}
.site-footer .site-footer_inner > div nav > ul li ul li {
  padding: 0.2em 0.5em 0 0;
}
.site-footer .site-footer_inner > div nav > ul li ul li a {
  cursor: pointer;
  text-transform: none;
  color: #cecece;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/**
 * @file
 * Content layout styles
 */
.main-content {
  flex: 1;
}

.layout-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/**
 * @file
 * Sidebar layout styles
 */
/**
 * @file
 * Cart block component styles - Based on D7 Cavendish Square theme
 */
#block-views-shopping-cart-block,
.view-shopping-cart,
.rosen-cart-block {
  cursor: pointer;
  border: 1px solid #ececec;
  padding: 1em;
  margin: 20px 15px 10px 10px;
  display: block;
  float: right;
  height: 56px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  background-color: #fff;
  transition: color 1s ease-in, background-color 1s ease-in, border-color 1s ease-in;
}
#block-views-shopping-cart-block a,
.view-shopping-cart a,
.rosen-cart-block a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.2em;
}
#block-views-shopping-cart-block .bucket-icon,
#block-views-shopping-cart-block .cart-block--summary__icon,
.view-shopping-cart .bucket-icon,
.view-shopping-cart .cart-block--summary__icon,
.rosen-cart-block .bucket-icon,
.rosen-cart-block .cart-block--summary__icon {
  background: url("../images/cart_icon.png") 0 0 no-repeat;
  width: 17px;
  height: 23px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.2em;
}
#block-views-shopping-cart-block .list-name,
#block-views-shopping-cart-block .cart-block--summary__label,
.view-shopping-cart .list-name,
.view-shopping-cart .cart-block--summary__label,
.rosen-cart-block .list-name,
.rosen-cart-block .cart-block--summary__label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  transition: color 1s ease-in, background-color 1s ease-in, border-color 1s ease-in;
  color: #000;
}
#block-views-shopping-cart-block .items-count,
#block-views-shopping-cart-block .cart-block--summary__count,
.view-shopping-cart .items-count,
.view-shopping-cart .cart-block--summary__count,
.rosen-cart-block .items-count,
.rosen-cart-block .cart-block--summary__count {
  color: #9e9e9e;
  transition: color 1s ease-in, background-color 1s ease-in, border-color 1s ease-in;
  vertical-align: unset;
}
#block-views-shopping-cart-block .total-price,
#block-views-shopping-cart-block .cart-block--summary__price,
.view-shopping-cart .total-price,
.view-shopping-cart .cart-block--summary__price,
.rosen-cart-block .total-price,
.rosen-cart-block .cart-block--summary__price {
  color: #F52E00;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
}
#block-views-shopping-cart-block.updated,
.view-shopping-cart.updated,
.rosen-cart-block.updated {
  background-color: #cecece;
  border: 1px solid #fff;
}
#block-views-shopping-cart-block.updated .items-count,
#block-views-shopping-cart-block.updated .cart-block--summary__count,
.view-shopping-cart.updated .items-count,
.view-shopping-cart.updated .cart-block--summary__count,
.rosen-cart-block.updated .items-count,
.rosen-cart-block.updated .cart-block--summary__count {
  color: #fff;
}
#block-views-shopping-cart-block.updated .list-name,
#block-views-shopping-cart-block.updated .cart-block--summary__label,
.view-shopping-cart.updated .list-name,
.view-shopping-cart.updated .cart-block--summary__label,
.rosen-cart-block.updated .list-name,
.rosen-cart-block.updated .cart-block--summary__label {
  color: #454242;
}

/**
 * @file
 * Slideshow component styles - Based on D7 Cavendish Square theme
 */
body .slick--field-images-for-slideshow {
  display: none;
}
body .slick--field-images-for-slideshow.slick--initialized,
body .slick--field-images-for-slideshow .slick--initialized {
  display: block;
  margin: 0 auto 2em;
  width: 100%;
  position: relative;
}
body .slick--field-images-for-slideshow.slick--initialized .slick__slider,
body .slick--field-images-for-slideshow .slick--initialized .slick__slider {
  margin: 0 auto;
  width: 100%;
}
body .slick--field-images-for-slideshow.slick--initialized img,
body .slick--field-images-for-slideshow .slick--initialized img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
body .slick--field-images-for-slideshow.slick--initialized ul.slick-dots,
body .slick--field-images-for-slideshow .slick--initialized ul.slick-dots {
  display: none !important;
}
body .slick--field-images-for-slideshow .slick__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body .slick--field-images-for-slideshow .slick__arrow .slick-prev,
body .slick--field-images-for-slideshow .slick__arrow .slick-next {
  pointer-events: auto;
  width: 30px;
  height: 30px;
  border: 1px solid #ececec;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 17px;
  text-align: center;
}
body .slick--field-images-for-slideshow .slick__arrow .slick-prev:hover,
body .slick--field-images-for-slideshow .slick__arrow .slick-next:hover {
  background-color: #cecece;
  border: 1px solid #fff;
}
body .slick--field-images-for-slideshow .slick__arrow .slick-next {
  right: 20px;
}
body .slick--field-images-for-slideshow .slick__arrow .slick-prev {
  left: 20px;
}

/**
 * @file
 * Product carousel component styles - Based on D7 Cavendish Square theme
 */
body #block-rosen-theme-homepageproductscarouseldomainaware {
  padding-bottom: 3em;
}
body #block-rosen-theme-homepageproductscarouseldomainaware article .carousel-title {
  display: block;
  font-style: italic;
  font-weight: 700;
  font-size: 2.2em;
  margin: 1em auto 0.5em;
  text-align: center;
  position: relative;
}
body #block-rosen-theme-homepageproductscarouseldomainaware article .carousel-title p {
  z-index: 20;
  color: #4CAA4F;
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 1.5em;
  margin: 0;
}
body #block-rosen-theme-homepageproductscarouseldomainaware article .carousel-title::before {
  content: " ";
  position: absolute;
  width: 100%;
  background-color: #ececec;
  height: 1px;
  top: 0.4em;
  left: 0;
  z-index: 15;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel {
  position: relative;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__slider {
  display: none;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__slider.slick--initialized, body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__slider.slick-initialized {
  display: block;
  margin: 0 auto;
  width: 100%;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__slider.slick--initialized .slick-list, body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__slider.slick-initialized .slick-list {
  width: 90%;
  margin: 0 auto;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__slider.slick--initialized, body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__slider.slick-initialized {
  padding-bottom: 3em;
  border-bottom: 1px solid #ececec;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide {
  font-weight: 400;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide > article {
  margin-top: 1em;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #98c23d;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide a {
  text-decoration: none;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide [class*=product--variation-field--variation_field_cover_image_file__] {
  margin: 0 auto;
  width: 120px;
  height: 150px;
  display: block;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide [class*=product--variation-field--variation_field_cover_image_file__] img {
  margin: 0 auto;
  width: auto;
  height: 150px;
  display: block;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div {
  padding: 0 1em;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_field_title_without_prefix__] {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #4CAA4F;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_field_title_without_prefix__] a {
  color: #4CAA4F;
  text-decoration: none;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_field_title_without_prefix__] a:hover {
  color: #98C23D;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_field_seriesname__] {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  color: #000;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_list_price__] {
  padding-bottom: 0.2em;
  text-align: center;
  display: inline;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_list_price__] > div:first-child {
  font-size: 13px;
  display: inline;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_list_price__] > div:last-child {
  font-size: 13px;
  display: inline;
  color: #9e9e9e;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_list_price__]::after {
  content: " / ";
  display: inline;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_field_sl_price__] {
  text-align: center;
  display: inline;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_field_sl_price__] > div:first-child {
  font-size: 13px;
  display: inline;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick-slide article > div > div > div [class*=product--variation-field--variation_field_sl_price__] > div:last-child {
  font-size: 17px;
  color: #F52E00;
  display: inline;
  font-weight: 700;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__arrow .slick-prev,
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__arrow .slick-next {
  width: 30px;
  height: 30px;
  border: 1px solid #ececec;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 17px;
  text-align: center;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__arrow .slick-prev:hover,
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__arrow .slick-next:hover {
  background-color: #cecece;
  border: 1px solid #fff;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__arrow .slick-next {
  right: 20px;
}
body #block-rosen-theme-homepageproductscarouseldomainaware .slick--field-products-in-carousel .slick__arrow .slick-prev {
  left: 20px;
}

/**
 * @file
 * Search component styles
 */
/**
 * @file
 * Homepage content section styles - Based on D7 .content_bottom
 */
aside.layout-sidebar-second {
  width: 100%;
  padding-bottom: 4em;
}
aside.layout-sidebar-second > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #ececec;
  padding-bottom: 2em;
}
aside.layout-sidebar-second > div #block-rosen-theme-homepagebottomleftdomainaware {
  flex: 0 0 50%;
  padding-right: 2%;
}
aside.layout-sidebar-second > div #block-rosen-theme-homepagebottomleftdomainaware img {
  max-width: 456px;
  max-height: 230px;
}
aside.layout-sidebar-second > div #block-rosen-theme-homepagebottomleftdomainaware ul,
aside.layout-sidebar-second > div #block-rosen-theme-hpdownloadsdomainaware ul {
  margin-left: 2em;
}
aside.layout-sidebar-second > div #block-rosen-theme-homepagebottomleftdomainaware ul li,
aside.layout-sidebar-second > div #block-rosen-theme-hpdownloadsdomainaware ul li {
  list-style-type: disc;
}
aside.layout-sidebar-second > div #block-rosen-theme-hpdownloadsdomainaware,
aside.layout-sidebar-second > div #block-rosen-theme-twitterblock {
  flex: 0 0 25%;
}
aside.layout-sidebar-second > div #block-rosen-theme-hpdownloadsdomainaware + #block-rosen-theme-twitterblock {
  min-height: 501px;
}
aside.layout-sidebar-second > div #block-rosen-theme-hpdownloadsdomainaware {
  padding-right: 2%;
}
aside.layout-sidebar-second > div #block-rosen-theme-hpdownloadsdomainaware img {
  max-height: 230px;
  max-width: 176px;
}
aside.layout-sidebar-second > div #block-rosen-theme-twitterblock h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2em;
  color: #4CAA4F;
  margin: 0.5em 0;
  text-align: center;
}
aside.layout-sidebar-second > div #block-rosen-theme-twitterblock .block-content {
  display: flex;
  justify-content: flex-end;
}

.text-block-heading {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2em;
  color: #4CAA4F;
  margin: 0.5em 0;
}

/**
 * @file
 * Button component styles
 */
/**
 * @file
 * Block component styles
 */
/**
 * @file
 * Utility helper classes
 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

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

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */
