/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Navigation
# Home
# Footer
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden !important;
  background-color: #ffffff;
}

h1 {
  color: #f1c3c2;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 37px;
  letter-spacing: 3px;
  font-weight: 800;
  margin: 0 0 18px;
}

h2 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}

h3 {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #000;
}

p {
  line-height: 1.3;
  color: #000;
  font-size: 15px;
  margin: 0 0 22px;
}

a,
a:active,
a:focus,
a:visited,
a:hover {
  outline: none;
  color: #f2c4c4;
  text-decoration: none;
}

#page {
  overflow-x: hidden !important;
}

/*main {
  background-color: #ffffff;
}*/

.post,
.page {
  margin: 0;
}

.home .entry-header,
.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

body:not(.home) #primary {
  margin-top: 114px;
}

.max-width {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}

.max-width.margin {
  margin-top: 150px;
}

.page-title {
  text-align: center;
  margin: 0;
  color: #fff;
  background-color: rgba(242, 196, 196, 0.8);
  padding: 30px;
}

.page-featured-image {
  height: 400px;
  position: relative;
}

.page-featured-image .page-title {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.clear {
  clear: both;
}

.gmwcp_button {
  display: inline-block;
}

.gmwcp_button .button {
  font-size: 14px;
  margin-left: 5px;
}

.select_gmwcp_button {
  padding: 8px;
  /* margin-top: 1px; */
  display: inline-block;
}

.button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 1px;
  border: 2px solid;
  padding: 6px 18px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.button.white {
  color: #f2c4c4;
  border-color: #fff;
  background-color: #fff;
}

.button.white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.button.pink {
  border-color: #f2c4c4;
  background-color: #f2c4c4;
  color: #fff;
}

.button.pink:hover {
  background-color: #fff;
  border-color: #f2c4c4;
  color: #f2c4c4;
}

.button.pink-o {
  border-color: #f2c4c4;
  color: #f2c4c4;
}

.button.pink-o:hover {
  background-color: #f2c4c4;
  border-color: #f2c4c4;
  color: #fff;
}

.button.grey-o {
  color: #8e8e8e;
  border-color: #8e8e8e;
  background-color: transparent;
}

.button.grey-o:hover {
  background-color: #8e8e8e;
  color: #fff;
  border-color: #8e8e8e;
}

.view-all {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

a.read-more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #f2c4c4;
  font-weight: 700;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

a.read-more:hover {
  opacity: 0.6;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #f2c4c4;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f2c4c4;
  opacity: 1;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f2c4c4;
  opacity: 1;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f2c4c4;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#masthead {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  /*box-shadow: 1px 1px 10px rgba(0,0,0,0.1);*/
}

.logo {
  float: left;
  margin: 10px 0 0;
}

.logo a::after {
  display: none !important;
}

.menu-wrap {
  float: right;
  text-align: right;
}

#primary-menu {
  margin-top: 20px;
}

.main-navigation li {
  margin: -8px 18px;
}

.main-navigation li:nth-last-child(2) {
  margin-right: 0;
}

.main-navigation a {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.main-navigation a:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: transparent;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  -moz-transition: width 0.5s ease, background-color 0.5s ease;
  -ms-transition: width 0.5s ease, background-color 0.5s ease;
  -o-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.main-navigation a:hover:after {
  width: 100%;
  background: #000;
}

.current-menu-item a,
.single-product .menu-item-50 a,
.single-post .menu-item-49 a {
  color: #f2c4c4;
  font-weight: 800;
}

#primary-menu .caffeine_search-menu_button {
  display: none;
}

.main-navigation .woo {
  position: relative;
  top: 3px;
}

.main-navigation .woo li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
}

.main-navigation .woo li:last-child {
  margin-right: 0;
  position: relative;
  margin-top: -10px;
}

.main-navigation .woo a {
  text-transform: capitalize;
  font-size: 14px;
  color: #bfbfbf;
  font-weight: 600;
}

.main-navigation .woo a::after {
  bottom: -5px;
  position: relative;
}

.main-navigation .woo a:hover::after {
  background-color: #bfbfbf;
}

.main-navigation .woo .caffeine_search-menu_button img {
  position: relative;
  top: 3px;
  margin-left: 1px;
}

.main-navigation .woo .cart-icon img {
  position: relative;
  top: 9px;
}

.cart-icon.cart-full a::after {
  content: attr(data-count);
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #f2c4c4;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  right: -4px;
  padding: 1px;
}

/* ===========
# Mini Cart 
================*/

.wc-block-cart-item__wrap .wc-block-components-product-metadata__description {
  display:none;
}

.wc-block-mini-cart__badge {
  color: #fff;
}
.wp-block-woocommerce-mini-cart-cart-button-block {
  border: 2px solid #f2c4c4;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}
.wp-block-woocommerce-mini-cart-cart-button-block span {
  color: #f2c4c4;
  text-transform: uppercase;
  font-weight: 600;
}
.wp-block-woocommerce-mini-cart-cart-button-block:hover {
  background-color: #f2c4c4 !important;
}
.wp-block-woocommerce-mini-cart-cart-button-block:hover span {
  color: #fff;
}

.wp-block-woocommerce-mini-cart-checkout-button-block {
  background: #f2c4c4;
  border: 2px solid #f2c4c4;
  transition: all 0.3s ease-in-out;
}
.wp-block-woocommerce-mini-cart-checkout-button-block span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.wp-block-woocommerce-mini-cart-checkout-button-block:hover {
  background: #fff;
}
.wp-block-woocommerce-mini-cart-checkout-button-block:hover span {
  color: #f2c4c4;
}
.product-buttons .added_to_cart.wc-forward {
  display: none;
}
h2.wc-block-mini-cart__title {
  padding-left: 16px;
  padding-right: 16px;
  mask-image: unset !important;
}
body .wc-block-mini-cart__footer {
  padding: 24px 26px;
}
.wc-block-mini-cart {
  display: inline-block;
  position: relative;
  bottom: -8px;
}
.wc-block-cart-item__prices {
  display: none;
}
@media (max-width: 1136px) {
  .wc-block-mini-cart {
    position: absolute;
    right: calc(26px + 20px);
    top: 13px;
  }
}
@media (max-width: 500px) {
  h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title {
    font-size:1.5em;
  }
}
/* ===========
 END Mini Cart 
================*/
/* ===========
 Single Prod Add to Cart additional styling (ajax)
================*/
a.added_to_cart.wc-forward {
  background-color: #ffffff;
  color: #ccc;
  padding: 10px;
  text-transform: uppercase;
  border: 2px #ccc solid;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 470px) {
  a.added_to_cart.wc-forward {
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
    max-width: 284px;
  }
}
/* ===========
 END Single Prod Add to Cart additional styling 
================*/

body .caffeine_search-wrapper {
  z-index: 9999;
}

body .caffeine_search-form .search-submit {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body.caffeine_search_scheme_light .caffeine_search-form .search-submit {
  border-color: #f2c4c4 !important;
  color: #fff !important;
  background-color: #f2c4c4 !important;
}

body.caffeine_search_scheme_light .caffeine_search-form .search-submit:hover {
  border-color: #000 !important;
  color: #fff !important;
  background-color: #000 !important;
}

.main-navigation ul {
  justify-content: end;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.home-slider {
  position: relative;
}

.home-slider .slides {
  margin-bottom: 12px;
}

.home-slider .slides .slide {
  height: 80vh;
  background-size: cover;
  background-position: center;
}

.home-slider .wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 560px;
  /* background-color: rgba(242, 196, 196, 0.8); */
  background-color: transparent;
  padding: 30px;
}

.home-slider p,
.home-slider h2 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 25px;
  line-height: 1.2;
  text-transform: unset;
  letter-spacing: unset;
}

.home-slider .button {
  margin: 0 5px 5px;
  background-color: #f2c4c4;
  border-color: #f2c4c4;
  color: #ffffff;
}

.home-slider .button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f2c4c4;
}

.home-slider .slick-dots {
  bottom: 24px;
}

.home-slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 3px;
}

.home-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.slick-dots li button::before {
  font-family: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.slick-dots li.active button::before {
  opacity: 1;
}

.category-blocks {
  margin: 0 -6px;
}

.category-block {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 13px);
  background-size: cover;
  background-position: center;
  text-align: center;
  margin: 5px;
  height: 480px;
  position: relative;
  color: #fff !important;
}

.category-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.category-block:hover::before {
  opacity: 1;
}

.category-block::after {
  content: "";
  display: block;
  background-image: url("https://silkbydesign.com/wp-content/uploads/2021/07/gradient.png");
  width: 100%;
  height: 100%;
  z-index: 1;
}

.category-block .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 2;
}

.category-block h2 {
  margin: 0;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  text-align: center;
  padding: 70px 0;
}

.about .max-width {
  max-width: 900px;
}

.about p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 32px;
}

.about .button {
  margin: 0 5px 5px;
}

.custom-designs-showroom {
  margin: 0 -7px;
}

.custom-designs-showroom > a {
  display: inline-block;
  margin: 5px;
  width: calc(50% - 13px);
  background-size: cover;
  background-position: center;
  height: 550px;
  position: relative;
  color: #fff;
  text-align: center;
}

.custom-designs-showroom > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.custom-designs-showroom > a:hover::after {
  opacity: 1;
}

.custom-designs-showroom h2 {
  background-color: #f2c4c4;
  padding: 22px;
  line-height: 1.1;
  font-size: 28px;
  max-width: 245px;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-products {
  padding: 50px 0 0;
  text-align: center;
  width: 100%;
}

.featured-products .wrap h1 {
  display: inline-block;
  vertical-align: middle;
}

.featured-products .wrap h2 {
  display: inline-block;
  vertical-align: middle;
  color: #f1c3c2;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 800;
  margin: 0 0 18px;
}

.featured-products .wrap > .button {
  position: relative;
  margin: 0 0 18px 20px;
  vertical-align: middle;
}

.featured-products-slider {
  padding: 0 50px 50px;
}

.featured-product {
  margin: 20px;
}

.stockist {
  height: 450px;
  position: relative;
  text-align: center;
  box-shadow: inset 0 -300px 200px -100px rgba(0, 0, 0, 0.4);
}

.stockist h2 {
  color: #fff;
}
.stockist p.title {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.stockist p {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.stockist .button {
  margin: 0 5px 5px;
}

.stockist .button.pink:hover {
  border-color: #fff;
}

.stockist .max-width {
  z-index: 2;
  position: relative;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#primary > .max-width {
  padding: 60px 30px;
}

#primary > .max-width h2 {
  color: #f2c4c4;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}

#primary > .max-width p {
  font-size: 16px;
  font-weight: 400;
}

.about-intro {
  text-align: center;
  max-width: 825px;
  margin: 0 auto;
}

.about-row {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}

.about-text {
  width: 55%;
  padding: 60px 0;
}

.about-image {
  width: 45%;
  background-size: cover;
  background-position: center;
}

.about-text.left {
  padding-right: 90px;
}

.about-text.right {
  padding-left: 90px;
}

.about-quote {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.about-quote h1, .about-quote h2 {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.about-quote span {
  text-transform: uppercase;
  color: #bababa;
  letter-spacing: 2px;
  font-size: 19px;
  font-weight: 500;
}

.about-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 60px 0 30px;
}

.about-video iframe,
.about-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.blog .max-width .wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-post {
  width: calc(33.33% - 30px);
  margin: 5px 15px;
  position: relative;
  padding-bottom: 25px;
}

.blog-post-image {
  display: block;
  width: 100%;
  height: 235px;
  background-size: cover;
  background-position: center;
}

.blog-post-wrap {
  padding: 28px 0 0;
}

.blog-post-wrap h3 {
  margin-top: 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  min-height: 48px;
  margin-bottom: 12px;
}

.blog-post-wrap h3 a {
  color: #f2c4c4;
  text-decoration: none;
}

#primary .blog-post-wrap p {
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-post.latest {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.blog-post.latest .blog-post-image.left {
  width: 58%;
  height: auto;
}

.blog-post.latest .blog-post-right {
  width: 42%;
  background-color: #ebebeb;
  padding: 30px 60px 55px;
}

.blog-post.latest .blog-post-right h3 {
  min-height: unset;
}

#primary .blog-post.latest .blog-post-right p {
  font-size: 17px;
}

.blog-post.latest .button {
  margin-top: 16px;
}


.single-post #page {
  overflow-x: initial !important;
}

.single-post .page-title {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 37px;
  letter-spacing: 3px;
  font-weight: 800;
}


.single-post article {
  display: inline-block;
  vertical-align: top;
  width: 78%;
  padding-right: 30px;
}

.post-featured-image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 35px;
}

.single-post #primary .entry-title {
  font-size: 31px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.single-post .featured-products {
  border-top: 4px solid #f2c4c4;
  padding: 55px 0 0;
  margin-top: 40px;
}

.posts-sidebar {
  display: inline-block;
  vertical-align: top;
  width: calc(22% - 5px);
  background-color: #ebebeb;
}

.posts-sidebar h3 {
  background-color: #f2c4c4;
  text-align: center;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.5px;
  padding: 12px;
  margin-bottom: 0;
}

.latest-post {
  padding: 20px 0;
  margin: 0 25px;
}
.latest-post:not(:last-child) {
  border-bottom: 1px solid #cecece;
}

.latest-post:last-child {
  border: none;
}

.latest-post h4 {
  margin: 0;
  color: #000;
  font-weight: 600;
}
.new-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  column-gap: 20px;
}
.new-wrapper .blog-post {
  width: 100%;
  position: relative;
  padding-bottom: 25px;
  margin: 0;
}
.archive-description {
  text-align: center;
  background: #f5d0d1;
  padding: 0px 40px 30px;
}
.cat-title {
  color: #fff;
  padding-bottom: 20px;
}
.archive-description p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.archive .blog-post.latest {
  margin: 0;
}
.post-categories {
  font-weight: bolder;
  color: #383838;
  font-size: 13px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.post-categories a {
  color: #383838;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
.post-categories a:hover {
  color: #828282;
}
.category-list ul {
  margin: 0;
  list-style: none;
  padding: 20px;
}
.category-list ul li:not(:last-child) {
  padding-bottom: 10px;
}
.category-list ul li a {
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.category-list ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .new-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

/*--------------------------------------------------------------
# Custom Designs
--------------------------------------------------------------*/

.custom-designs {
  margin: -25px -25px -15px;
}

.custom-designs-desc {
  text-align: center;
  margin-bottom: 50px;
}

.lightboxOverlay {
  z-index: 9999 !important;
}

.lightbox {
  z-index: 1000 !important;
}

.gallery-col {
  padding: 25px 25px 0px 25px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#primary .gallery-col a h2 {
  margin: 0;
  color: #fff;
  position: absolute;
  font-size: 30px;
  letter-spacing: 3px;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1.2s ease all;
  -ms-transition: 1.2s ease all;
  -o-transition: 1.2s ease all;
  transition: 1.2s ease all;
}

#primary .gallery-col a:hover h2 {
  opacity: 0;
}

.gallery-desc {
  max-height: 60px;
  transition: all 1s ease;
  overflow-y: hidden;
  margin: 22px 0 0;
}

.gallery-desc.more {
  max-height: 400px;
}

.gallery-desc p:last-child {
  margin-bottom: 0;
}

.gallery-col .button {
  margin: 20px 0;
}

.gallery-col .overflow {
  overflow: hidden;
}

.gallery-col a {
  position: relative;
  display: block;
}

.gallery-col a::before {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.gallery-col a:hover::before {
  background: rgba(0, 0, 0, 0.7);
}

.gallery-col a::after {
  opacity: 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  content: "Click To View More";
  z-index: 9998;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  text-align: center;
}

.gallery-col a:hover::after {
  opacity: 1;
}

.gallery-col .first-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
  -webkit-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.gallery-col a:hover .first-image {
  -webkit-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) rotate(0.02deg) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -o-transform: scale(1.1) translateZ(0);
}

/*--------------------------------------------------------------
# Custom Designs - New 13/04/2023
--------------------------------------------------------------*/
.custom-service-max-width {
  max-width: none;
  padding: 60px 0 60px 0;
  margin: 0 auto;
}

.custom-service-max-width-sides {
  max-width: none;
  padding: 0 60px;
  margin: 0 auto;
}

.overlay-title {
  max-width: 500px !important;
  font-weight: 500 !important;
  font-size: 85px !important;
  line-height: 1.1em;
  background-color: transparent !important;
  left: 12% !important;
  text-align: left !important;
  bottom: unset !important;
  top: 20% !important;
}

.black-overlay-header {
  background-color: #00000050;
  height: 600px !important;
}

.custom-services-intro-body {
  margin-bottom: 120px;
}

.custom-service {
  display: flex;
  flex-wrap: wrap;
  margin: 90px 0;
}

.custom-service:last-child {
  margin-bottom: 20px;
}

.custom-service .custom-service-content {
  width: calc(43% - 80px);
  margin-right: 5%;
  margin-left: 80px;
  order: 1;
  padding-bottom: 30px;
}

.custom-service .customer-service-image {
  width: 52%;
  order: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.custom-service:nth-of-type(2n) .custom-service-content {
  margin-right: 80px;
  margin-left: 5%;
  order: 2 !important;
}

.custom-service:nth-of-type(2n) .customer-service-image {
  order: 1 !important;
}

.custom-services-intro-body .button.pink,
.custom-service .button.pink {
  float: right;
}

.custom-service-max-width p {
  line-height: 23px;
}

.custom-service-max-width h2 {
  color: #f2c4c4;
}

.custom-services-intro-title h2,
.custom-service h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-accordion {
  display: inline-block;
  vertical-align: top;
  width: 67%;
  padding-right: 80px;
}
#accordion .ui-accordion-header::after {
  display: none;
}
#accordion {
  border-bottom: 2px solid #c6c6c6;
}

#accordion .ui-accordion-header {
  font-size: 21px;
  font-weight: 700;
  border-top: 2px solid #c6c6c6;
  padding: 20px 0;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

#accordion .ui-accordion-header::after {
  content: "";
  display: block;
  background-image: url("https://silkbydesign.com/wp-content/themes/silk/images/accordion-arrow.png");
  width: 15px;
  height: 10px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#accordion .ui-accordion-header.ui-accordion-header-active::after {
  transform-origin: top;
  -webkit-transform: rotate(180deg) translateY(-50%);
  -ms-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
}

#accordion p {
  margin-bottom: 8px;
}

#accordion .left {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding-right: 30px;
}

#accordion .right {
  display: inline-block;
  vertical-align: top;
  width: calc(55% - 5px);
}

#accordion .right iframe {
  height: 275px;
}

#accordion .button {
  font-size: 13px;
  padding: 5px 13px;
  margin-top: 15px;
}

.accordion-content {
  margin-bottom: 30px;
}

.get-in-touch {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 5px);
}

#primary .get-in-touch p {
  font-weight: 500;
  font-size: 17px;
}

#primary .get-in-touch h2 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 17px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

.shop-banner {
  height: 70vh;
  max-height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.shop-banner .banner-inner {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
  background-color: rgba(242, 196, 196, 0.9);
  padding: 10px;
}

.shop-banner .banner-inner > * {
  color: #fff;
  text-align: center;
}

.shop-banner .banner-inner span.strap {
  font-size: 18px;
}

.shop-banner .banner-inner h3 {
  font-size: 35px;
  margin-bottom: 0px;
}

.shop-banner-text {
  text-align: center;
  font-size: 14px;
  padding: 40px;
  border-bottom: 2px solid rgb(242, 196, 196);
}

.shop-banner-text > p {
  font-size: 14px !important;
}

.featured-cat.silk3,
.featured-cat.silk2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgb(242, 196, 196);
  column-gap: 5px;
  row-gap: 5px;
}

.featured-cat.silk3:last-of-type {
  border-bottom: 0px;
}

.featured-cat.silk3 > div {
  text-transform: uppercase;
  text-align: center;
  /* width: calc(33.33% - 10px); */
  margin: 5px;
}

.featured-cat.silk3 > div img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.featured-cat.silk2 > div {
  /* width: calc(50% - 10px); */
  text-transform: uppercase;
  text-align: center;
  margin: 5px;
}

.featured-cat.silk2 > div img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.featured-cat.silk3 > div h4 {
  font-size: 29px;
  margin-top: 0px;
  padding: 10px;
  padding-left: 0px;
  /*min-height: 4em;*/
  margin-bottom: 0px;
  line-height: 1.3;
}

.featured-cat.silk3 > div span {
  font-size: 16px;
}

.featured-cat.silk2 > div h4 {
  margin-top: -91.5px;
  text-align: left;
  display: table;
  padding: 20px;
  color: #ffffff;
  background-color: rgba(242, 196, 196, 0.9);
  z-index: 9;
  position: relative;
  font-size: 30px;
}

body .logged-out-menu-item {
  display: list-item;
}

body .logged-in-menu-item {
  display: none;
}

body.logged-in .logged-out-menu-item {
  display: none;
}

body.logged-in .logged-in-menu-item {
  display: list-item;
}

body div .woocommerce-button,
body div .woocommerce-Button,
body div .woocommerce-button.button,
body div .woocommerce-Button.button,
body div .button.product_type_simple,
body div .woocommerce-cart-form .button,
body div .wc-proceed-to-checkout a,
body div .checkout_coupon .button,
body div #payment #place_order,
body div .single_add_to_cart_button.button,
body div .woocommerce-MyAccount-content .button,
body div .woocommerce-message .button,
body div .add_to_cart_button,
body div .woocommerce-tabs input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  background-color: #f2c4c4;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  line-height: 1em;
  border: 2px solid #f2c4c4;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body div .woocommerce-button:hover,
body div .woocommerce-Button:hover,
body div .woocommerce-button.button:hover,
body div .woocommerce-Button.button:hover,
body div .button.product_type_simple:hover,
body div .woocommerce-cart-form .button:hover,
body div .wc-proceed-to-checkout a:hover,
body div .checkout_coupon .button:hover,
body div #payment #place_order:hover,
body div .single_add_to_cart_button.button:hover,
body div .woocommerce-MyAccount-content .button:hover,
body div .woocommerce-message .button:hover,
body div .add_to_cart_button:hover,
body div .woocommerce-tabs input[type="submit"]:hover {
  background-color: #fff;
  color: #f2c4c4;
}

.cart-subtotal td,
.order-total td {
  text-align: right !important;
}

.cart-subtotal td .woocommerce-Price-amount.amount,
.order-total td strong > .woocommerce-Price-amount.amount {
  display: block;
}

#zapper_payment_wrapper::before {
  content: "Zapper will open directly on your Zapper App if paying via a linked mobile device, or a scannable QR will be shown on screen if you’re on a PC.";
}

.product-archive-wrap,
.archive .woocommerce-info {
  margin: 0;
  width: calc(75% - 5px);
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
}

.archive .woocommerce-info {
  background-color: transparent;
  border: 1.5px solid #fff;
}

body.woocommerce #primary ul.products {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px 20px;
  padding: 0;
}

body.woocommerce #primary ul.products.related,
body.woocommerce #primary .products.upsells {
  width: 100%;
}

body.woocommerce ul.products li.product {
  text-align: center;
  margin: 20px 12px;
  position: relative;
}

body.woocommerce ul.products.columns-3 li.product {
  width: calc(33.33% - 24px);
}

body.woocommerce ul.products.columns-4 li.product {
  width: calc(25% - 24px);
}

body.woocommerce ul.products li.product img {
  margin: 0 auto;
}

body.woocommerce ul.products li.product .button,
.featured-products-slider .button {
  display: inline-block;
  margin: 2px;
  font-size: 17px;
  padding: 9px 12px;
  margin-left: 8px;
  line-height: 1.5;
}

body.woocommerce ul.products li.product .one-button .button,
.featured-products-slider .one-button .button {
  margin-left: 2px;
}

body.woocommerce li.product .onsale {
  background-color: transparent;
  left: auto;
  right: 0;
}

ul.products li.product.first {
  clear: none !important;
}

.products-per-page {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  float: left;
}

.woocommerce-ordering {
  font-size: 14px;
  float: right;
  margin: 0;
  position: relative;
  text-align: right;
  top: 1px;
}
label.orderby-label {
  font-weight: 500;
  color: #000;
}

.woocommerce-products-per-page {
  display: inline-block;
}

.products-per-page .ui-selectmenu-button,
.woocommerce-ordering .ui-selectmenu-button {
  outline: none !important;
  border-radius: 0 !important;
  border-width: 0px !important;
  text-align: center !important;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  cursor: pointer;
  min-width: unset;
  font-weight: 500;
}

.products-per-page .ui-selectmenu-button {
  font-family: "Montserrat", sans-serif;
  width: 27px !important;
  padding-right: 3px;
  margin: 0 -3px 0 1px;
  background-color: transparent;
  color: #000;
}

.products-per-page .ui-selectmenu-button .ui-icon,
.woocommerce-ordering .ui-selectmenu-button .ui-icon {
  display: none;
}

.woocommerce-ordering .ui-selectmenu-button {
  font-family: "Montserrat", sans-serif;
  text-align: left !important;
  background-color: transparent;
  color: #000;
  font-weight: 500;
  margin-left: 5px;
  max-width: 148px !important;
}

body.woocommerce.archive .ui-selectmenu-text {
  margin-right: 0;
  color: #f1c3c2;
  font-weight: bold;
}

body.woocommerce.archive .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 0;
}

body.woocommerce.archive .ui-state-focus,
body.woocommerce.archive .ui-widget-content .ui-state-focus {
  font-weight: 500;
}

body.woocommerce.archive .ui-state-active:not(.ui-slider-handle),
body.woocommerce.archive .ui-widget-content .ui-state-active:not(.ui-slider-handle),
body.woocommerce.archive .ui-widget-header .ui-state-active,
body.woocommerce.archive .ui-button.ui-state-active:hover {
  border: none;
  background: #000;
  font-weight: normal;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}

body.woocommerce.archive .ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

body.woocommerce.archive .ui-selectmenu-open {
  display: block;
}

body.woocommerce.archive .ui-front {
  z-index: 100;
}

body.woocommerce.archive .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

body.woocommerce.archive .ui-widget-content {
  background: #ffffff;
}

body.woocommerce.archive .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

body.woocommerce.archive .ui-menu .ui-menu-item {
  cursor: pointer;
}

body.woocommerce.archive .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

body.woocommerce.archive .ui-menu .ui-state-focus,
body.woocommerce.archive .ui-menu .ui-state-active {
  margin: -1px;
}

body.woocommerce.archive .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

#shipping_method {
  margin: 0 0 10px;
  list-style: none;
  padding: 0;
}

.woocommerce-shipping-destination {
  clear: both;
}

.woocommerce-result-count {
  display: none;
}

.blog .navigation {
  width: 100%;
  padding: 0 14px;
}

.woocommerce-pagination .page-numbers,
.blog .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.woocommerce-pagination .page-numbers li,
.blog .navigation ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  text-align: center;
  line-height: 1.2;
  color: #000;
}

.woocommerce-pagination .page-numbers li a,
.blog .navigation ul li a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 2.3;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.woocommerce-pagination .page-numbers li .current {
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li a:hover,
.blog .navigation ul li.active a,
.blog .navigation ul li a:hover {
  font-weight: 700;
  background-color: #f2c4c4;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 2.3;
  color: #fff;
  font-size: 13px;
  margin: 0;
}

.blog .navigation ul li.next a,
.blog .navigation ul li.prev a {
  width: 45px;
  text-align: center;
}

.blog.paged-2 .navigation ul li:nth-child(2) {
  display: none;
}

.product-block-image {
  height: 260px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.product-info h3 {
  display: block;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 14px;
  /* min-height: 41px; */
  min-height:4em;
}

.product-info h3 a {
  color: #000;
  text-decoration: none;
}

.product-price p {
  display: inline-block;
}

.product-info p.cut-price,
div.cut-price {
  margin-left: 10px;
  position: relative;
}

/*div.cut-price::after, */
.product-info p.cut-price::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 2px;
  background-color: #f2c4c4;
  position: absolute;
  top: 50%;
  left: -2px;
}

.qom-price div.cut-price {
  font-size: 9px;
}

#primary .product-info p {
  font-size: 16px;
  font-weight: 600;
}

.quantity-select,
.single-product .quantity {
  width: 90px;
  border: 2px solid #f2c4c4;
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
}

#cdw-li-quantityinput::-webkit-outer-spin-button,
#cdw-li-quantityinput::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.quantity-select input,
.single-product #cdw-li-quantity {
  -moz-appearance: textfield;
  text-align: center;
  border: 0;
  outline: none;
  font-size: 19px;
  font-weight: 600;
  display: inline-block;
  width: 40px;
  color: #000;
}

.summary.entry-summary p.price + div {
  order: 4;
  width: 100%;
}

.cdw-li-quantity-change {
  color: #f2c4c4;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.product-buttons {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.product-buttons .added_to_cart.wc-forward {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -35px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
}

.product-buttons .added_to_cart.wc-forward::before {
  content: "Added to Cart: ";
  display: block;
}

.product-filter {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background-color: #ebebeb;
  position: sticky;
  top: 130px;
  z-index: 10;
}

.widget_product_categories {
  position: relative;
  margin-bottom: 0;
}

#primary .widget_product_categories h2.widget-title {
  /*  background-color: #f2c4c4;
  color: #fff;
  padding: 12px 15px;
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;*/
  display: none;
}

#primary .widget_product_categories ul.product-categories > li.cat-parent > a {
  background-color: #f2c4c4;
  color: #fff;
  padding: 12px 15px;
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.product-categories {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.product-categories .cat-item-391 {
  display: none;
}

.product-categories > li.cat-parent > ul.children {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.product-categories > .cat-item > .children > .cat-item > a {
  color: #000;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.product-categories > .cat-item > .children > .cat-item > a::after {
  content: "";
  display: block;
  background-image: url("https://silkbydesign.com/wp-content/themes/silk/images/filter-arrow.png");
  width: 8px;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-categories > .cat-item > .children > .cat-item.hover > a,
.product-categories > .cat-item > .children > .cat-item.current-cat > a,
.product-categories > .cat-item > .children > .cat-item.current-cat-parent > a,
.product-categories
  > .cat-item
  > .children
  > .cat-item.current-cat-parent
  .children
  .cat-item.current-cat
  > a,
.product-categories > .cat-item > .children > .cat-item > a.active,
.product-categories > .cat-item > .children > .cat-item.cat-parent .children .cat-item a.active {
  background-color: #f2c4c4;
}

.product-categories > .cat-item > .children > .cat-item > .children {
  display: none;
  list-style: none;
  margin: 0;
  padding: 18px 0;
  position: absolute;
  left: 100%;
  width: 250px;
  z-index: 10;
  background-color: #e1e1e1;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 100px;
}

h4.filter-parent-title a {
  color: #404040;
}

.product-categories > .cat-item > .children > .cat-item.hover > .children,
.product-categories > .cat-item > .children > .cat-item > .children.show {
  display: block;
}

.product-categories > .cat-item > .children > .cat-item.hover > .children .cat-item a,
.product-categories > .cat-item > .children > .cat-item > .children.show .cat-item a {
  color: #000;
  text-decoration: none;
  padding: 3.2px 25px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.product-categories > .cat-item > .children > .cat-item.hover > .children .cat-item a:hover,
.product-categories > .cat-item > .children > .cat-item > .children.show .cat-item a:hover {
  background-color: #f2c4c4;
}

.product-categories > .cat-item > .children > .cat-item.hover > .children h4,
.product-categories > .cat-item > .children > .cat-item > .children.show h4 {
  padding: 0 0 6px;
  border-bottom: 1px solid #000;
  margin: 0 25px 8px;
  text-transform: uppercase;
  font-weight: 800;
}

.cat-item.cat-item-15,
.cat-item.cat-item-55 {
  display: none;
}

.cat-item.cat-item-204 {
  display: none;
}

li.cat-parent {
  position: relative;
}

.product-categories > .cat-item > .children > .cat-item > .children {
  display: none;
  list-style: none;
  margin: 0;
  padding: 18px 0;
  position: absolute;
  left: 100%;
  width: 250px;
  z-index: 10;
  background-color: #e1e1e1;
  height: auto;
  min-height: 200px;
  overflow-y: scroll;
  padding-bottom: 20px;
  max-height: 392px;
}

.widget_product_search {
  background-color: #fff;
  padding-top: 20px;
  margin-bottom: 0;
}

.widget_product_search .widget-title {
  display: none;
}

body .woocommerce-product-search {
  position: relative;
}

body .woocommerce-product-search::after {
  content: "";
  display: block;
  background-image: url("https://silkbydesign.com/wp-content/themes/silk/images/search.png");
  width: 21px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 9px;
}

body .search-field {
  font-family: "Montserrat", sans-serif;
  border: none;
  border-bottom: 2px solid #f2c4c4;
  padding: 8px 16px;
  font-size: 16px;
  color: #000;
  outline: none;
  font-weight: 500;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  border-radius: 0 !important;
}

input[type="search"] {
  -webkit-appearance: none;
}

body .search-field + button {
  position: absolute;
  right: 5px;
  border: none;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 40px;
  z-index: 9;
  cursor: pointer;
}

body .search-field::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}

body .search-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}

body .search-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}

body .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.site-info .widget_product_search {
  background-color: transparent;
  margin: 0 0 25px;
}

body .gmwcp_button {
  margin-bottom: 20px;
}

.cart-faqs {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.cart-collaterals {
  float: right;
}

.faq-answer {
  display: none;
  padding-top: 20px;
}

.faq-answer p {
  font-size: 15px !important;
  margin: 0;
}

.single-faq {
  padding: 20px;
  border: 1px solid #f2c4c4;
  margin: 0 0 10px;
  position: relative;
}

.single-faq.open {
  background-color: rgba(0, 0, 0, 0.02);
}

.faq-question {
  color: #f2c4c4;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 1.2;
}

.single-faq::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 24px;
  color: #f2c4c4;
  z-index: -1;
}

.single-faq.open::after {
  content: "-";
}

/*--------------------------------------------------------------
# Single Product
--------------------------------------------------------------*/

body.single-product div.product > .onsale {
  position: absolute !important;
  font-size: 20px !important;
  padding-top: 25px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #fff !important;
  font-weight: bold !important;
  background-color: #f2c4c4 !important;
  border-radius: 50% !important;
  width: 80px !important;
  height: 80px !important;
  left: calc(42% - 125px) !important;
  top: 38px !important;
  z-index: 9 !important;
}

.woocommerce-product-gallery__image a {
  width: 100%;
  display: block;
  text-align: center;
}

body.single-product div.product {
  position: relative;
}

body.single-product div.product .woocommerce-product-gallery {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.product-video-wrap {
  order: 4;
  width: 100%;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.product-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
}

.woocommerce-product-gallery__image .wp-post-image {
  width: 100%;
}

body.single-product div.product > .onsale {
  position: absolute;
  font-size: 0;
  color: transparent;
  width: 80px;
  height: 47px;
  left: calc(42% - 80px);
  top: 0;
}

body.single-product div.product .summary.entry-summary {
  width: 58%;
  padding-left: 80px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}

.woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
}

body .woocommerce-price-suffix {
  margin-left: 8px;
}

body h1.product_title.entry-title {
  color: #f2c4c4;
  text-align: left;
  font-size: 38px;
  margin-bottom: 18px;
  line-height: 1;
  letter-spacing: 4px;
  order: 1;
}

body.single-product div.product .summary.entry-summary .product_meta {
  order: 2;
  width: 100%;
}

.sku_wrapper {
  font-weight: 500;
  margin-bottom: 18px;
  display: block;
}

.product_meta .posted_in {
  display: none;
}

#SECONDARY-WOOCOMMERCE-TITLES,
h2.woocommerce-Reviews-title,
.related.products h2,
.products.upsells h2,
.cart_totals h2 {
  color: #f2c4c4;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.related.products h2,
.upsells.products h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 33px;
  display: inline-block;
  font-weight: 700;
}

.related-heading-wrap .button {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
  margin-left: 20px;
}

.related.products,
.upsells.products {
  margin-top: 55px;
  border-top: 2px solid #ccc;
  padding-top: 45px;
  margin-bottom: 55px;
  text-align: center;
}

.related.products .product-info h3 {
  font-size: 16px;
  margin: 30px 0 10px;
  font-weight: 500;
  min-height: 38px;
}

body.woocommerce .related.products ul.products li.product .button:first-child,
body.woocommerce .upsells.products ul.products li.product .button:first-child {
  margin-right: 10px;
}

body .related.products ul,
body .upsells.products ul {
  max-width: 1100px;
  margin: 0 auto 20px !important;
  display: block !important;
  width: 100% !important;
}

.single-product .price {
  display: flex;
  align-items: baseline;
  order: 3;
  width: 100%;
}

.single-product #partPayCalculatorWidget1 {
  order: 4;
}

.single-product #partPayCalculatorWidget1 #partPayCalculatorWidgetLogo {
  top: -36px;
}

.single-product .price del {
  order: 2;
  font-size: 25px;
  font-weight: 600;
  margin-left: 10px;
  color: #f2c4c4;
}

.single-product .price del bdi {
  font-size: 25px;
  color: #000;
}

.single-product .price ins {
  order: 0;
  background: transparent;
}

.single-product .price bdi {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
}

.wwp-wholesale-pricing-details {
  order: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wwp-wholesale-pricing-details > p {
  display: block;
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

.wwp-wholesale-pricing-details > p:last-child {
  margin-bottom: 22px;
}

.wwp-wholesale-pricing-details > p:nth-child(1) {
  order: 1;
}

.wwp-wholesale-pricing-details > p:nth-child(2) {
  order: 0;
  font-weight: 600;
  font-size: 30px;
}

.wwp-wholesale-pricing-details > p:nth-child(3) {
  order: 2;
  display: none;
}

.wwp-wholesale-pricing-details > p::after {
  content: "excl. VAT";
  /* margin-left: 5px; */
  font-size: 15px;
  font-weight: normal;
}

.wwp-wholesale-pricing-details > p:nth-child(1)::after {
  content: "incl. VAT";
}

.wwp-wholesale-pricing-details > p:nth-child(4) {
  order: 5;
}

.wwp-wholesale-pricing-details > p:nth-child(4)::after {
  content: "";
}

.wwp-wholesale-pricing-details s {
  text-decoration: none;
}

.single-product .quantity {
  display: block;
  margin-right: 10px;
  text-align: center;
  position: relative;
  margin-left: 58px;
  display: inline-block;
  vertical-align: top;
}

.single-product .quantity::before {
  content: "Qty";
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  position: absolute;
  left: -60px;
}

/*.quantity .qty {
  border-radius: 0;
  background-color: #000;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  outline: none;
  padding: 8px 6px;
  border: 2.5px solid #fff;
  width: 75px;
}*/

body .single_add_to_cart_button.button {
  font-family: "Montserrat", sans-serif;
  padding: 13.5px 22px !important;
  font-size: 17px !important;
  display: inline-block;
  vertical-align: top;
}

.quantity {
  display: inline-block;
  margin-right: 10px;
}

.summary .cart {
  border-bottom: 1.5px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 0;
  order: 4;
  width: 100%;
}

.product-info-title {
  background-color: #f2c4c4;
  color: #fff;
  padding: 11px 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  order: 5;
  width: 100%;
}

.sku-display {
  display: block;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  margin-top: 5px;
}

img.wp-smiley,
img.emoji {
  display: none !important;
}

body .stock {
  color: #f2c4c4 !important;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  order: 5;
}

body.single-product div.product .woocommerce-product-gallery .flex-viewport {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

body.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  width: calc(25% - 9px);
  margin: 5px;
  border: 1.5px solid #cbcaca;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0 0 0 -5px;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  /*opacity: 1;*/
  position: relative;
}

/*.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}*/

.product-description-wrap {
  order: 6;
}

.dimension-length {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #cbcbcb;
  padding: 0 20px;
}

.dimension-length .dimension-unit {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  width: calc(100% - 252px);
}

.product-desc {
  padding: 20px 20px 0;
}

.woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 15px;
  color: #ccc;
  font-weight: 500;
  margin: 20px -8px 15px;
}

.woocommerce-breadcrumb a {
  color: #ccc;
  text-decoration: none;
  margin: 0 8px;
}

body .slick-prev,
body .slick-next {
  width: auto;
  height: auto;
}

body .slick-prev {
  left: -30px;
}

body .slick-next {
  right: -30px;
}

body.international #partPayCalculatorWidget1,
body.international .product-price,
body.international .product-subtotal,
body.international .tax-rate,
body.international .order-total,
body.international .cart-subtotal,
body.international .woocommerce-order-overview__total.total,
body.international .woocommerce-table__product-total.product-total,
body.international tfoot tr:nth-child(1),
body.international tfoot tr:nth-child(3),
body.international tfoot tr:nth-child(5) {
  display: none !important;
}

/*--------------------------------------------------------------
# Cart / Checkout / My Account
--------------------------------------------------------------*/

.woocommerce.wfls-login-message {
  position: relative;
  top: 120px;
  margin-left: 20px;
  margin-right: 20px;
}

.register .g-recaptcha.woo_regs {
  display: block !important;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-message,
body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-message {
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #f2c4c4;
  border-right: 1px solid #f2c4c4;
  border-top: 1px solid #f2c4c4;
  color: #000;
  border-left-color: #f2c4c4;
  background-color: #fff;
}

body .woocommerce-notices-wrapper .woocommerce-message,
body .woocommerce-notices-wrapper .woocommerce-error {
  border-left-color: #f2c4c4;
  list-style: none;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
  margin-top: 30px;
  overflow: auto;
}

body .woocommerce-cart-form table {
  border: 1px solid #ccc;
  margin-top: 15px;
}

body .woocommerce-cart-form th,
body .woocommerce-cart-form td {
  text-align: center !important;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 9px 12px;
  color: #000;
}

body .woocommerce-cart-form th a,
body .woocommerce-cart-form td a {
  color: #f2c4c4;
  text-decoration: none;
}

body #coupon_code {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  margin: 0 5px 0 8px;
  border-color: #ccc;
  height: 39px;
  position: relative;
  top: -2px;
  outline: none;
}

body #shipping_method label {
  /*padding-left: 5px;*/
  font-size: 15px;
  margin-left: 5px;
}

input ~ .shipping_method_description {
  display: none;
}

input[checked="checked"] ~ .shipping_method_description {
  display: block;
}

.payment_box {
  padding: 10px;
  margin: 5px;
  background-color: #f7f7f7;
}

.payment_box p {
  margin-bottom: 0px;
  font-size: 12px;
}

#primary > .max-width p.woocommerce-shipping-destination {
  font-size: 15px;
}

body .cart_totals h2 {
  margin: 32px 0 22px;
}

body .cart-collaterals .shop_table th,
body .cart-collaterals .shop_table td {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 9px 12px;
  color: #000;
}

a.showcoupon {
  color: #000;
  text-decoration: none;
  padding-left: 4px;
}

body .woocommerce-input-wrapper input[type="text"],
body .woocommerce-input-wrapper input[type="email"],
body .woocommerce-input-wrapper input[type="tel"],
body .woocommerce-input-wrapper input[type="number"],
body .woocommerce-input-wrapper textarea {
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #000 !important;
  outline: none !important;
}

body .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #000;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 26px;
}

body #customer_details label,
body .woocommerce-address-fields label {
  margin-bottom: 4px;
}

body .wc_payment_methods.payment_methods.methods {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

body #order_review {
  background-color: transparent;
  padding: 0;
}

body #order_review table {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #000;
}

body #order_review table th,
body #order_review table td {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 4px 10px;
  text-align: center;
}

body .woocommerce-privacy-policy-text {
  margin: 20px 0;
}

body a.woocommerce-privacy-policy-link {
  color: #f2c4c4;
  text-decoration: none;
}

body .required {
  color: #f2c4c4;
}

body .woocommerce-order-details__title,
body .woocommerce-column__title {
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

a.ced_my_account_place_same_order {
  display: none !important;
}

a.woocommerce-button.button.ced_my_account_reorder {
  padding: 8px 20px !important;
  margin-top: inherit !important;
  margin-bottom: inherit !important;
}

body .woocommerce-table.woocommerce-table--order-details,
body .woocommerce-MyAccount-orders {
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: transparent;
  color: #000;
}

body .woocommerce-table.woocommerce-table--order-details th,
body .woocommerce-table.woocommerce-table--order-details td,
body .woocommerce-MyAccount-orders th,
body .woocommerce-MyAccount-orders td {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 4px 10px;
  text-align: center !important;
}

body .woocommerce-table.woocommerce-table--order-details td a {
  color: #000;
  text-decoration: none;
}

body address {
  color: #000;
}

.shop_table_responsive.cart #cdw-li-quantity {
  border: 1px solid #ccc;
  border-radius: 0;
  text-align: center;
  font-size: 13px;
  outline: none !important;
}

body .woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
  margin: 0 0 30px !important;
}

body .woocommerce-MyAccount-navigation li a {
  background-color: #f2c4c4;
  border-color: #f2c4c4;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .woocommerce-MyAccount-navigation li a:hover,
body .woocommerce-MyAccount-navigation li.is-active a {
  background-color: transparent;
  color: #f2c4c4;
  border-color: #f2c4c4;
}

body .woocommerce-MyAccount-content a {
  color: #f2c4c4;
  text-decoration: none;
}

body #customer_login label[for="username"],
body #customer_login label[for="password"],
body #customer_login label[for="reg_email"],
body #customer_login label[for="reg_password"],
body #customer_login label[for="reg_billing_first_name"],
body #customer_login label[for="reg_billing_last_name"],
body #customer_login label[for="reg_billing_phone"],
body #customer_login label[for="redirect_reg_email"],
body .edit-account label[for="account_first_name"],
body .edit-account label[for="account_last_name"],
body .edit-account label[for="account_display_name"],
body .edit-account label[for="account_email"],
body .edit-account label[for="password_current"],
body .edit-account label[for="password_1"],
body .edit-account label[for="password_2"],
body form.woocommerce-ResetPassword label[for="user_login"] {
  background-color: #f2c4c4;
  color: #fff;
  padding: 4px 8px;
  display: block;
  font-size: 14px;
}

body #customer_login #username,
body #customer_login #password,
body #customer_login #reg_email,
body #customer_login #reg_password,
body #customer_login #reg_billing_first_name,
body #customer_login #reg_billing_last_name,
body #customer_login #reg_billing_phone,
body #customer_login #redirect_reg_email,
body .edit-account #account_first_name,
body .edit-account #account_last_name,
body .edit-account #account_display_name,
body .edit-account #account_email,
body .edit-account #password_current,
body .edit-account #password_1,
body .edit-account #password_2,
body form.woocommerce-ResetPassword #user_login {
  font-family: "Montserrat", sans-serif;
  outline: none !important;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #000;
  padding: 3px 8px;
  display: block;
  width: 100%;
  border-radius: 0;
}

body #customer_login > div,
body .edit-account fieldset,
body form.woocommerce-ResetPassword {
  border: 1px solid #ccc;
  margin: 40px 0 20px;
}

body #customer_login > div {
  border: 1px solid #ccc;
  margin: 40px 0 20px;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 23px);
}

body #customer_login > div {
  margin: 20px 0;
}

body #customer_login .col-1 {
  margin-right: 20px;
}

body #customer_login .col-2 {
  margin-left: 20px;
}

body #customer_login h2,
body .edit-account legend {
  background-color: #fff;
  color: #000;
  text-transform: capitalize;
}

body .woocommerce-form-login__rememberme {
  color: #000;
  margin-bottom: 15px;
}

body .woocommerce-LostPassword {
  margin: 0;
}

body .woocommerce-LostPassword a {
  color: #f2c4c4;
  text-decoration: none;
}

body h3#order_review_heading,
body .woocommerce-additional-fields h3,
body .woocommerce-shipping-fields h3,
body .woocommerce-billing-fields h3 {
  color: #f2c4c4;
  text-transform: capitalize;
}

body #customer_details .col-1,
body #customer_details .col-2 {
  margin-top: 25px;
}

body #calc_shipping_city,
body #calc_shipping_postcode {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  background-color: transparent;
  border: 1px solid #000;
  padding: 2px 8px;
  outline: none;
  color: #000;
}

body #calc_shipping_city_field,
body #calc_shipping_postcode_field {
  margin-bottom: 18px;
}

body .shipping-calculator-form .button {
  font-family: "Montserrat", sans-serif;
  border-color: #000;
  border-radius: 0;
  font-size: 17px;
}

body .shipping-calculator-form .button:hover {
  background-color: transparent;
  border-color: #f2c4c4;
  color: #f2c4c4;
}

body .payment_method_payfast label {
  padding: 10px 20px;
  height: 40px;
  display: inline-block;
}

body .payment_method_paypal img {
  margin-right: 10px;
}

.welcome-page {
  overflow: auto;
}

.woocommerce-MyAccount-content .overflow {
  float: left;
  width: calc(50% - 16px);
  margin: 0 8px 20px;
  overflow: hidden;
}

.woocommerce-MyAccount-content .overflow.one {
  width: calc(100% - 16px);
}

body .woocommerce-password-hint {
  display: none;
}

.welcome-block {
  width: 100%;
  background-size: cover;
  background-position: center;
  float: left;
  text-align: center;
  padding: 20px 15px;
  position: relative;
  border: 2px solid #f2c4c4;
  -webkit-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.welcome-block:hover {
  background-color: #f2c4c4;
}

.welcome-block h2 {
  margin: 0;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  top: 50%;
  -webkit-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

#primary .welcome-block:hover h2 {
  color: #fff;
}

.welcome-block h4 {
  color: #f3c3c3;
  font-size: 0.7em;
  padding: 0 10px;
  max-width: 290px;
  margin: 10px auto 0;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  top: 50%;
  -webkit-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.welcome-block:hover h4 {
  color: #ffffff;
}

.overflow.catalogue {
  width: calc(100% - 10px);
}

.welcome-block.catalogue {
  padding: 20px 15px 12px;
}

body #customer_login {
  display: block;
}

.register > a:last-child {
  border: 1.5px solid #f2c4c4;
  padding: 6px 14px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.register > a:last-child:hover {
  border-color: #f2c4c4;
  color: #fff;
  background-color: #f2c4c4;
}

body .wp-block-woocommerce-checkout {
  padding: 0;
  color: #000;
}

body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
  background: #f4cfcf;
}

body .wc-block-checkout__terms {
  font-size: 14px;
}

body .wc-block-components-product-metadata__description p {
  font-size: 12px !important;
}

body .wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 10px;
}

body .wp-block-woocommerce-checkout-terms-block a {
  font-weight: 600;
}

body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
  display: block;
}

body .wc-block-components-checkout-return-to-cart-button {
  display: block;
  margin-bottom: 10px;
}

body .wc-block-components-checkout-place-order-button,
body .wc-block-cart__submit-button {
  background-color: #f4cfcf;
  border: 1.5px solid #f4cfcf;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.35s ease all;
}

body .wc-block-components-checkout-place-order-button:hover,
body .wc-block-cart__submit-button:hover {
  background-color: #fff;
  color: #f4cfcf;
  border-color: #f4cfcf;
}

body .wc-block-components-notices {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

body .is-large.wc-block-cart {
  margin-bottom: 0;
}

body .wc-block-components-product-name {
  text-transform: uppercase;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Quick Order
--------------------------------------------------------------*/

.archive .sale span.onsale {
  position: absolute !important;
  font-size: 20px !important;
  padding-top: 25px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: #fff !important;
  font-weight: bold !important;
  background-color: #f2c4c4 !important;
  border-radius: 50% !important;
  width: 80px !important;
  height: 80px !important;
  z-index: 9 !important;
}

.archive .sale span.onsale:after {
  content: "Sale" !important;
}

.page-id-141 #page .product-filter {
  position: initial;
}

.page-id-141 #page,
.post-type-archive-product #page {
  overflow: unset !important;
}

.page-id-141 .page-title {
  background-color: transparent;
  color: #f1c3c2;
  padding: 30px 30px 0;
  margin-bottom: -20px;
}

.quick-order {
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 5px);
  padding-left: 40px;
  position: relative;
}

.quick-order .button.view-cart {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  padding: 12px 20px;
}

.quick-order .button.view-cart:hover {
  background-color: #fff;
}

.quick-order .button.view-cart img {
  margin-left: 4px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.quick-order .button.view-cart:hover img {
  -webkit-filter: none;
  filter: none;
}

.qom-list h1 {
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: center;
}

.qom-line-item .clear {
  min-height: 0 !important;
}

.qom-line-item .update-cart {
  background-color: #f2c4c4;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 7px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.qom-line-item .update-cart:hover {
  background-color: #ebebeb;
}

.qom-top-line {
  display: block !important;
  background-color: #252525;
  overflow: auto;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 15px 5px;
  font-size: 20px;
}

.qom-line-item:not(.qom-top-line) {
  padding: 14px 15px 8px;
  overflow: auto;
  font-size: 16px;
  border-bottom: 1px solid #c0c0c0;
  margin-right: 30px;
}

.qom-top-line .qom-quantity {
  padding-top: 2px;
  text-align: center;
  margin-left: 11px;
  font-weight: bold;
}

.qom-top-line .qom-heading {
  width: calc(100% - 390px);
}

.qom-top-line .qom-price {
  margin-right: 30px;
}

.qom-quantity,
.qom-addtocart {
  width: 150px;
  float: left;
  position: relative;
  text-align: center;
  height: 52px;
  display: flex;
  vertical-align: middle;
}

.qom-quantity {
  width: 110px;
  height: auto;
}

.qom-addtocart span {
  display: block;
  line-height: 1.3;
  font-size: 12px;
  color: #ff0000;
}

.blk-qty {
  font-size: 12px;
  display: inline-block;
  height: 52px;
  width: 75px;
  padding-top: 8px;
  background-color: #eeeeee;
  cursor: pointer;
}

.qom-price {
  width: 115px;
  float: left;
  text-align: center;
  font-weight: bold;
  padding-top: 2px;
}

.qom-price em {
  font-size: 10px;
}

.qom-heading {
  width: calc(100% - 395px);
  float: left;
}

.qom-heading.colour {
  display: inline-block;
}

.qom-prev {
  float: left;
  width: 120px;
}

.preview-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.prev-thumb {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
}

.preview-wrap img {
  width: 36px;
  height: 22px;
  /* text-align: ; */
  margin: 0 auto;
  position: relative;
  top: 18px;
}

.qom-prev h4,
.qom-heading h4 {
  margin: 0;
  padding: 8px 10px;
  font-size: 0.95em;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.qom-heading em {
  display: inline-block;
  font-size: 11px;
  padding: 2px 4px;
  margin-left: 10px;
}

.qom-heading em.stock {
  font-weight: bold;
  color: #000000 !important;
  text-transform: unset;
  letter-spacing: initial;
}

.qomorder {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}

.highlight {
  background: #ebebeb;
}

#highlightButton {
  font-family: "Montserrat", sans-serif;
  border: 2px solid #f2c4c4 !important;
  padding: 5px;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 14px;
  background-color: #f2c4c4;
  color: #fff;
  font-weight: 600;
  padding: 6px 10px;
  cursor: pointer;
}

#searchtxt {
  font-family: "Montserrat", sans-serif;
  padding: 3px;
  border-radius: 0px;
  padding-left: 8px;
  font-size: 15px;
  color: #252525;
  outline: none;
}

.qomorder select {
  font-family: "Montserrat", sans-serif;
  color: #252525;
  font-size: 15px;
  padding: 5px;
}

/*.scroll-wrap {
  max-height: 650px;
  min-height: 650px;
}*/

.qom-line-item:not(.qom-top-line) h4,
.qom-line-item:not(.qom-top-line) .qom-price {
  font-weight: 500;
  padding: 20px 0 0;
}

.qom-line-item:not(.qom-top-line) h4 {
  padding: 12px 0 0 12px;
  display: block;
}

.qom-line-item:not(.qom-top-line) .qom-price {
  padding-top: 4px;
  font-size: 15px;
}

.qom-quantity input {
  width: 40px;
  margin: 5px auto 0;
  display: block;
  height: 20px;
  text-align: center;
  padding: 1px 0 0;
  border-radius: 0;
  border: 2px solid black;
  color: #000;
  font-size: 12px;
}

button.quick-order {
  position: absolute;
  border-radius: 0;
  display: block;
  min-height: 100%;
  width: 100%;
  border-width: 0;
  border-color: #000000;
  font-weight: bold;
  background-color: transparent;
}

button.quick-order::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background-color: #d0d0d0;
  left: 0;
  top: 10%;
}

.quick-order span {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.qom-line-item.loading .quick-order span:nth-child(1),
.qom-line-item.added .quick-order span:nth-child(1),
.quick-order span:nth-child(2),
.quick-order span:nth-child(3) {
  display: none;
}

.qom-line-item.loading .quick-order span:nth-child(2) {
  display: block;
  font-size: 25px;
}

.qom-line-item.added .quick-order span:nth-child(3) {
  display: block;
  font-size: 25px;
  color: #316732;
}

.fts-loader {
  padding-top: 7px;
}

#qom-cats-button {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none !important;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #55565a;
  font-size: 15px;
}

#qom-cats-menu {
  border: none;
  font-family: "Montserrat", sans-serif;
}

#qom-cats-menu div {
  font-size: 15px;
  padding: 4px 15px !important;
}

#qom-cats-menu .ui-state-active,
#qom-cats-menu .ui-widget-content .ui-state-active,
#qom-cats-menu .ui-widget-header .ui-state-active,
#qom-cats-menu a.ui-button:active,
#qom-cats-menu .ui-button:active,
#qom-cats-menu .ui-button.ui-state-active:hover {
  border: 1px solid #2ab1b5;
  background: #2ab1b5;
  font-weight: normal;
  color: #ffffff;
}

.qom-primary-head,
.qom-secondary-head {
  text-align: center;
}

.qom-line-item.loading .quick-order,
.qom-line-item.added .quick-order {
  pointer-events: none;
}

.qom-primary-item[data-slug="uncategorised"],
#qom-cats-menu .ui-menu-item:nth-child(2) {
  display: none;
}

.qom-primary-item,
.qom-secondary-item {
  background-color: transparent;
  border: 0px solid #181415 !important;
  margin: 3px;
  background-size: 100% 100%;
  padding: 5px 0 !important;
  border-radius: 0;
  font-size: 16px;
  cursor: pointer;
}

.qom-primary-item:hover,
.qom-secondary-item:hover {
  color: #181415;
}

/*.qom-primary-item.active, 
.qom-secondary-item.active {
  background-color: #181415;
  font-weight: 600;
  padding: 10px 12px;
  color: #fff;
}*/

.qom-secondary-item-list {
  display: none;
}

.fts-cart-adjust {
  text-align: center;
  height: 52px;
  width: 74px;
  margin: 0 auto;
  position: relative;
  border: 1.5px solid #5b5b5b;
}

.fts-cart-adjust > div {
  display: inline-block;
}

.fts-cart-add {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: auto;
  cursor: pointer;
  position: relative;
  background-color: #f4cfcf;
  color: #fff;
  padding: 14px 8px;
  width: 75px;
  height: 53px;
  margin-left: -2px;
  margin-top: -2px;
  font-weight: 600;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.fts-cart-add:hover {
  background-color: #252525;
}

.fts-cart-down,
.fts-cart-up {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  position: absolute;
  background-color: #f2c4c4;
  font-size: 10px;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.fts-cart-down:hover,
.fts-cart-up:hover {
  background-color: #252525;
}

.fts-cart-down {
  bottom: 0;
  right: 0;
}

.fts-cart-up {
  top: 0;
  right: 0;
}

.fts-cart-down span,
.fts-cart-up span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.fts-cart-down span {
  top: 17px;
  left: 12.5px;
}

.fts-cart-up span {
  top: 16.5px;
  left: 12.5px;
}

.fts-cart-up span::after {
  content: "+";
  font-size: 1.2em;
  position: relative;
  top: -3px;
}

.fts-cart-down span::after {
  content: "-";
  font-size: 1.5em;
  position: relative;
  top: -8px;
}

.fts-cart-amount {
  width: 45px;
  height: 49px;
  position: absolute;
  background-color: #fff;
  font-size: 12px;
  left: 0;
}

.fts-cart-amount span {
  color: #252525;
  font-size: 17px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  opacity: 1;
  border-radius: 0;
}

body .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 35px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #55565a;
  background-color: #fff;
  padding: 5px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled::after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #55565a transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 10px;
}

.select-styled:hover,
.select-styled:active,
.select-styled.active {
  background-color: #fff;
}

/*.select-styled:active:after, 
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}*/

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.select-options li {
  color: #55565a;
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #fff;
  background: #2ab1b5;
}

.select-options li[rel="hide"] {
  display: none;
}

.quick-overlay,
.bulk-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.quick-img-inner,
.bulk-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quick-img-inner .fa.fa-times,
.bulk-inner .fa.fa-times {
  position: absolute;
  right: 0;
  background-color: #f2c4c4;
  color: #ffffff;
  font-size: 30px;
  padding: 20px;
  line-height: 25px;
  cursor: pointer;
  z-index: 10;
}

.quick-overlay.active,
.bulk-overlay.active {
  display: initial;
}

.bulk-prod {
  background-color: #ffffff;
  padding: 20px;
}

.bulk-prod nav.woocommerce-breadcrumb,
.bulk-prod h3.product-info-title,
.bulk-prod div.product-description-wrap,
.bulk-prod .related.products,
.bulk-prod .woocommerce-product-gallery,
.bulk-prod .onsale,
.bulk-prod del,
.bulk-prod .woocommerce-notices-wrapper {
  display: none;
}

.bulk-prod .summary.entry-summary {
  margin-top: 0px;
}

.bulk-prod h1.product_title.entry-title,
.bulk-prod .price bdi {
  font-size: 22px;
}

.bulk-prod h1.product_title.entry-title {
  text-align: left;
  width: 90%;
}

.quick-overlay .gstart {
  max-height: 500px;
}

.quick-overlay .gallery-thumb {
  display: flex;
  flex-wrap: wrap;
  bottom: 0px;
  width: 100%;
}

.gallery-thumb .g-thumb {
  width: calc(16% - 6px);
  margin-right: 6px;
}

.preview-wrap > img {
  cursor: pointer;
}

.tooltip {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  color: #fff;
  padding: 3px;
  position: absolute;
  text-shadow: 0 1px 0 #000;
  z-index: 98;
  display: none;
  font-size: 9px !important;
  text-transform: none;
  font-weight: 600;
  max-width: 80px;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  top: auto !important;
  left: auto !important;
  bottom: 0;
  right: -9.5px;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.preview-wrap > img:hover + .tooltip {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-info {
  background-color: #252525;
  color: #fff;
  padding: 80px 0;
  min-height: 545px;
  position: relative;
}

.site-info::after {
  content: "";
  display: block;
  background-image: url("https://silkbydesign.com/wp-content/themes/silk/images/footer.png");
  width: 307px;
  height: 324px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.site-info .max-width {
  position: relative;
  z-index: 2;
}

.site-info h2 {
  font-size: 24px;
  color: #f2c4c4;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: middle;
}

.site-info h3 {
  color: #fff;
}

.site-info .col {
  display: inline-block;
  vertical-align: top;
}

.site-info .col.quick-links {
  width: 25%;
  padding-right: 50px;
}

.site-info .button.pink:hover {
  border-color: #fff;
}

.quick-links a:not(.button) {
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.quick-links a + .button {
  margin-top: 13px;
}

.quick-links .button + h3 {
  margin-top: 30px;
}

.site-info .col2 {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.site-info p {
  color: #fff;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.6;
}

.site-info .widget_product_search {
  background-color: transparent;
  margin: 0 0 25px;
  max-width: 247px;
}

body .site-info .search-field {
  color: #fff;
}

body .site-info .search-field::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

body .site-info .search-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

body .site-info .search-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

body .site-info .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.site-info .col2 .button.pink-o {
  font-size: 14px;
  padding: 5px 12px;
  margin-top: 14px;
}

.site-info .col.contact-details {
  width: 45%;
  padding-right: 40px;
}

.site-info .col.contact-form {
  width: calc(30% - 9px);
}

.site-info .contact-form p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.sm {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 17px;
  margin-left: 17px;
}

.sm a {
  background-color: #f2c4c4;
  width: 25px;
  display: inline-block;
  height: 25px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.sm a:hover {
  background-color: #252525;
  color: #fff;
}

.site-info .sm a {
  color: #252525;
}

.site-info .sm a:hover {
  background-color: #fff;
  color: #f2c4c4;
}

body .gform_wrapper.gravity-theme #gform_3 .gfield {
  margin-bottom: 12px;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 5px;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

body .gform_wrapper .gfield_required {
  color: #f2c4c4;
}

body .gform_wrapper .gfield_required .gfield_required_custom,
body .gform_wrapper .gfield_required .gfield_required_text {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

body .gform_wrapper.gravity-theme .gfield select.large {
  padding: 12px 18px !important;
  font-size: 16px !important;
}

body .gform_wrapper.gravity-theme .gfield input.large,
body .gform_wrapper.gravity-theme .gfield select.large,
body .gform_wrapper.gravity-theme .gfield textarea.large,
body .gform_wrapper.gravity-theme .ginput_complex input,
body .gform_wrapper.gravity-theme .ginput_complex select {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border: 2px solid #f2c4c4;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 18px;
  outline: none;
  color: #f2c4c4;
  font-weight: 600;
  letter-spacing: 0.5px;
}

body .site-info .gform_wrapper.gravity-theme .gfield input.large,
body .site-info .gform_wrapper.gravity-theme .gfield select.large,
body .site-info .gform_wrapper.gravity-theme .gfield textarea.large {
  border: none;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 120px;
  resize: none;
}

body .gform_wrapper.gravity-theme .gform_footer {
  padding: 4px 0 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f2c4c4;
  letter-spacing: 1px;
  border: 2px solid #f2c4c4;
  color: #fff;
  padding: 6px 18px;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #fff;
  border-color: #f2c4c4;
  color: #f2c4c4;
}

body .site-info .gform_wrapper.gravity-theme .gform_footer input:hover {
  border-color: #fff;
}

#gform_wrapper_2 {
  display: none;
  max-width: 245px;
}

#gform_submit_button_2 {
  width: 100%;
  padding: 3px 18px;
  font-size: 14px;
  position: relative;
  top: -8px;
  margin-bottom: 0;
}

.coffee-foot {
  padding: 18px 30px;
  text-align: center;
  background-color: #f2c4c4;
}

.coffee-foot img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.coffee-foot a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 1px;
}

.pay-logos {
  padding: 10px 20px 5px;
  text-align: center;
}

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

span.popup-toggle {
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  cursor: pointer;
  top: 8px;
}

.popup-video-wrap {
  margin: 10px 0;
  position: relative;
  width: 100%;
  height: 0;
  text-align: center;
  padding-bottom: 56.25%;
}

.popup-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show-video.button.pink {
  order: 7;
}

/*--------------------------------------------------------------
# popmake-23502
--------------------------------------------------------------*/

#popmake-23502 #gform_wrapper_2 {
  display: block;
  max-width: unset;
}

/*--------------------------------------------------------------
# Mini Cart
--------------------------------------------------------------*/

.wc-block-cart-item__prices {
  display: none;
}

/*--------------------------------------------------------------
# Composite Product Styling
--------------------------------------------------------------*/

.price span.from {
  padding-right: 10px;
}
h2.step_title_wrapper.component_title {
  background-color: #f2c4c4;
  color: #fff;
  padding: 11px 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  order: 5;
  width: 100%;
  margin-bottom:20px;
}
.component_option_thumbnail_container .thumbnail_description h5.title {
  display: block;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 10px;
  /* min-height: 41px; */
  font-size: 12px;
}
.component_option_thumbnails .thumbnail_description .price bdi {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.component_option_thumbnails .thumbnail_description .price del bdi {
  text-decoration: line-through;
  opacity: 0.9;
}
.component_option_thumbnails .thumbnail_description .woocommerce-price-suffix {
  margin-left: 0px;
}
li.component_option_thumbnail_container {
  border: 2px solid #f5f5f5;
}
button.button.component_option_thumbnail_select {
  font-family: "Montserrat", sans-serif;
  background-color: #cccccc;
  border-radius: 0px;
  color: #ffffff;
  border: 0px;
}
.component_option_thumbnail.selected:not(.loading) button.button.component_option_thumbnail_select {
  background-color: #f2c4c4;
}
.composited_product_details_wrapper {
  display: none;
}
.component .composited_product_title_wrapper {
  padding-top: 0em !important;
}
/* .component_section_title, .component_content {
  display: none;
} */
.composite_form:not(.paged) .component .component_inner {
  padding-bottom: 0rem !important;
}
.composite_price .price:before {
  display: inline-block;
  content: 'Total: ';
  font-size: 15px;
  padding-right:10px;
}
.composite_price .price {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
}
.composite_form .composite_price p.price, 
.single-product .composite_form .composite_price p.price {
  background-color: #f5f5f5;
  padding: 11px 15px;
  letter-spacing: 0;
  order: 5;
  width: 100%;
  margin-bottom:20px !important;
  line-height:unset !important;
}
.component .component_pagination:not(.component_options_append) {
  padding: 0 0 0em 0;
}
ul.component_option_thumbnails_container li.component_option_thumbnail_container {
  margin: 1.618em 3.5% 1.618em 0;
}

@media (max-width: 544px) {
  a.component_option_thumbnail_link img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    max-height: 100px;
    width: auto;
  }
  .component_option_thumbnail_container .thumbnail_description {
    padding: 0.5em;
  }
  .small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container {
    width: 46% !important;
    margin-bottom: 1em;
  }
  .small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container.last{
    width: 96% !important;
  }
} 
@media (max-width: 485px) {
  .small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container {
    width: 96% !important;
  }
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

#coffeerm-button {
  background-color: transparent;
  top: 23px;
  right: 26px;
  display: none;
  position: absolute;
  bottom: 0;
}

#coffeerm-button span {
  width: 33px;
  background-color: #000;
}

#responsive-menu-items {
  display: none;
  max-width: 200px;
}

#responsive-menu-items::before {
  /* content: ; */
  content: "";
  display: block;
  background-image: url("https://silkbydesign.com/wp-content/themes/silk/images/logo.png");
  width: 123px;
  height: 77px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px;
}

ul.responsive-menu-items {
  background-color: #fff;
  padding: 0;
}

ul.responsive-menu-items li {
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left;
}

ul.responsive-menu-items a {
  text-align: left;
  text-decoration: none;
  padding: 8px 20px;
  display: block;
  border: none;
  margin: 0;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
  display: none;
}

ul.responsive-menu-items a.active,
ul.responsive-menu-items a:hover {
  background-color: #f2c4c4;
  color: #fff;
}

ul.responsive-menu-items li.menu-item-has-children::after {
  border-left: 10px solid #f2c4c4;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px solid #f2c4c4;
  top: 11px;
  right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover::after {
  border-left: 10px solid #fff;
  border-right: 0px solid #fff;
}

ul.responsive-menu-items li ul.sub-menu {
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}

ul.responsive-menu-items li ul.sub-menu li {
  margin: 0;
  padding-right: 0;
}

ul.responsive-menu-items li ul.sub-menu a {
  padding: 8px 15px 8px 25px;
  font-size: 1em;
}

ul.responsive-menu-items li ul.sub-menu .sub-menu a {
  padding-left: 45px;
}

.search-form {
  position: relative;
  height: 33px;
  max-width: 250px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #f2c4c4;
  position: relative;
  top: -12px;
  right: 100px;
  display: none;
}

.search-form::after {
  content: "\f002";
  font-family: "FontAwesome";
  display: inline-block;
  color: #f2c4c4;
  position: absolute;
  right: 9px;
  z-index: 2;
  top: 2px;
  font-size: 14px;
}

.search-form .search-field {
  font-family: "Montserrat", sans-serif;
  outline: none !important;
  background-color: transparent;
  color: #f2c4c4;
  border: none;
  border-radius: 0;
  font-weight: 600;
  width: 100%;
  font-size: 12px;
  height: 30px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 25px;
  border-radius: 0;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-size: 0;
}

.search-form .search-field::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #f2c4c4;
}

.search-form .search-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f2c4c4;
  opacity: 1;
}

.search-form .search-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f2c4c4;
  opacity: 1;
}

.search-form .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f2c4c4;
}

.mobile-filter {
  background-color: #f2c4c4;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 100px;
  width: calc(100% - 60px);
  cursor: pointer;
  opacity: 1;
  display: none;
  left: 30px;
  right: 30px;
  text-decoration: underline;
  font-weight: 900;
}

.page-id-141 .mobile-filter {
  top: 170px;
}

.mobile-filter.small {
  position: fixed;
  opacity: 0;
  width: 80px;
  font-size: 13px;
  padding: 4px;
  left: -26px;
  top: 35%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.mobile-filter.small.scroll {
  opacity: 1;
}

.close-filter {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 92px;
  left: -40px;
  color: #fff;
  z-index: 9999;
  font-size: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.close-filter.open {
  left: 205px;
}

.button.whatsapp {
  display: none;
}

.footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  z-index: 999;
}

.footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  z-index: 999;
  background-color: #252525;
  color: #f2c4c4;
}

.footer-banner p {
  line-height: 1.5;
  margin: 0 auto;
  color: #f2c4c4;
  font-weight: 500;
  font-size: 14px;
  width: 95%;
}

#colophon {
  margin-bottom: 45px;
}

.readMore {
  text-align: center;
  color: #f2c4c4;
  margin-bottom: 30px;
}
.custom-services-intro-body p.hide,
.custom-service-body p.hide {
  display: none;
}

.my-account-banner {
  border: 2px solid #f5d0d0;
  margin-bottom: 40px;
  padding: 30px 20px 20px;
}
.my-account-banner.floral-diffusers {
  max-width: 1220px;
  margin: 0px auto 20px;
  width: 93%;
}
.partPayCalculatorWidget1 {
  order: 5;
  width: 100%;
}

/* Text Banner shop*/
body:not(.home) .text-banner .banner-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
  row-gap: 15px;
  text-align: center;
  margin-bottom: 20px;
  background: #f3c3c3;
  color: #000;
  padding: 10px 10px;
  margin-top: 30px;
}
body:not(.home) .text-banner .banner-container .badge {
  display: block;
  text-align: center;
}
body:not(.home) .text-banner p {
  max-width: 230px;
  margin: 0 auto;
}

/* Text banner home */
body:not(.tax-product_cat):not(.single-product) .text-banner {
  text-align: center;
  /* margin-bottom: 20px; */
  background: #f3c3c3;
  color: #000;
  padding: 15px 10px;
}
body:not(.tax-product_cat):not(.single-product) .text-banner .banner-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  column-gap: 10px;
}
body:not(.tax-product_cat):not(.single-product) .text-banner .banner-container .badge {
  display: flex;
  align-items: center;
  text-align: left;
  column-gap: 20px;
}
body:not(.tax-product_cat):not(.single-product) .text-banner .banner-container .badge img {
  height: 40px;
  width: 40px;
}
body.home .text-banner {
  margin-top: 110px;
  margin-bottom: 0px;
}
body:not(.tax-product_cat):not(.single-product) .text-banner p {
  margin: 0 auto;
  max-width: 220px;
}

#payflexCalculatorWidget {
  order: 4;
}

@media (max-width: 1136px){
  #coffeerm-button,
  #responsive-menu-items,
  .responsive-menu-items {
    display: block !important;
  }
  #primary-menu {
    display: none;
  }
  .main-navigation .woo li:not(.cart-icon) {
    display: none;
  }
  .search-form {
    display: block;
    max-width: none;
    top:25px;
    min-width:200px;
  }
}

@media (max-width: 940px) {
  body.home .text-banner .banner-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
    row-gap: 15px;
  }
  body.home .text-banner .banner-container .badge {
    display: block;
    text-align: center;
  }
  body.home .text-banner p {
    max-width: 230px;
  }
}

@media (max-width: 760px) {
  .text-banner .badge p {
    font-size: 11px !important;
  }
  body:not(.tax-product_cat):not(.single-product) .text-banner .banner-container {
    align-items: baseline;
  }
}

@media (max-width: 640px) {
  body.home .text-banner {
    margin-top: 140px;
  }
  body.home .text-banner .banner-container {
    padding: 0 0;
  }
}

@media (max-width: 1080px) {
  .featured-cat.silk3 > div h4 {
    font-size: 20px;
  }

  .featured-cat.silk2 > div h4 {
    margin-top: -76px;
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .cart-faqs {
    width: 100%;
  }

  body.single-product div.product > .onsale {
    left: 5% !important;
    top: -25px !important;
  }
  /* Moved Sooner */
  /* #coffeerm-button,
  #responsive-menu-items,
  .responsive-menu-items {
    display: block !important;
  }

  #primary-menu {
    display: none;
  } */

  #masthead {
    padding: 3px 0 5px;
  }

  .main-navigation .woo li:last-child {
    margin-top: 0;
    top: 14px;
    right: 55px;
  }

  .cart-icon a {
    font-size: 0 !important;
  }

  .logo {
    max-width: 100px;
  }

  .category-block {
    width: 100%;
    height: 300px;
  }

  .custom-designs-showroom > a {
    height: 400px;
  }

  .stockist {
    height: 400px;
  }

  .site-info .max-width {
    text-align: center;
  }

  .site-info h2 {
    display: block;
  }

  .site-info .col.quick-links {
    width: 100%;
    padding-right: 0;
    text-align: center;
    max-width: 250px;
    margin: 0 auto 30px;
  }

  .quick-links a:not(.button) {
    display: inline-block;
    width: calc(50% - 3px);
  }

  .site-info .col.contact-details {
    margin-top: 25px;
  }

  .sm a {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .site-info .col2 {
    -moz-column-count: 1;
    column-count: 1;
    max-width: 400px;
    margin: 20px auto 0;
  }

  .site-info .col2 .button.pink-o {
    margin-bottom: 30px;
  }

  .site-info .widget_product_search + h3,
  .button.newsletter,
  .site-info .col.contact-form {
    display: none;
  }

  .site-info .widget_product_search {
    margin: 0;
  }

  .site-info {
    padding: 65px 0 45px;
  }

  .site-info::after {
    content: "";
    display: block;
    background-image: url("https://silkbydesign.com/wp-content/themes/silk/images/footer.png");
    width: 210px;
    height: 221px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .site-info .col.contact-details {
    width: 100%;
    padding-right: 0;
  }

  .featured-products-slider {
    padding: 0 20px;
  }

  .featured-product {
    margin: 5px 0 60px;
  }

  body:not(.home) #primary {
    margin-top: 90px;
  }

  .about-text {
    padding: 15px 0;
  }

  .about-text.left {
    padding-right: 40px;
  }

  .about-text.right {
    padding-left: 40px;
  }

  .blog-post.latest .blog-post-image.left {
    width: 100%;
    height: 400px;
  }

  .blog-post.latest .blog-post-right {
    width: 100%;
    padding: 15px 40px 40px;
  }

  .blog-post {
    width: calc(50% - 30px);
  }

  .page-id-38 #primary > .max-width {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-accordion {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    order: 2;
  }

  .get-in-touch {
    width: 100%;
    text-align: center;
    order: 1;
    margin-bottom: 35px;
  }

  .single-post article {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .posts-sidebar {
    width: 100%;
    text-align: center;
  }

  .mobile-filter {
    display: block;
  }

  .product-filter {
    display: block;
    position: fixed !important;
    left: -250px;
    top: 86px;
    width: 250px;
    max-height: 500px;
    overflow-y: auto;
    -webkit-transition: 0.35s ease all;
    -ms-transition: 0.35s ease all;
    transition: 0.35s ease all;
  }

  .product-filter.open {
    left: 0;
  }

  .qomorder {
    margin-top: 55px;
  }

  .close-filter {
    display: block;
  }

  .product-archive-wrap,
  .archive .woocommerce-info {
    margin-top: 25px;
  }

  #primary .widget_product_categories ul.product-categories > li.cat-parent > a {
    text-align: left;
    padding-left: 25px;
  }

  #primary .widget_product_categories ul.product-categories > li.cat-parent > a {
    font-size: 16px;
  }

  li.cat-parent {
    position: unset;
  }

  .product-categories > .cat-item > .children > .cat-item > .children {
    left: 0;
    height: 100%;
    max-height: unset;
  }

  .product-categories > .cat-item > .children > .cat-item.hover > .children h4::before,
  .product-categories > .cat-item > .children > .cat-item > .children.show h4::before {
    content: "\f060";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 7px;
  }

  .product-archive-wrap,
  .archive .woocommerce-info {
    width: 100%;
    padding-left: 0;
  }

  .featured-cat.silk3:last-of-type {
    padding-bottom: 0;
  }

  body.woocommerce ul.products.columns-3 li.product {
    width: calc(50% - 24px);
  }

  body.single-product div.product .woocommerce-product-gallery {
    width: 100%;
    margin-top: -30px;
  }

  body.single-product div.product .summary.entry-summary {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
  }

  .woocommerce-breadcrumb {
    font-size: 14px;
    margin: 20px auto 15px;
  }

  body h1.product_title.entry-title {
    text-align: center;
    font-size: 30px;
    width: 100%;
  }

  .sku_wrapper {
    font-size: 14px;
  }

  .single-product .price {
    margin: 0 auto 25px;
    justify-content: center;
  }

  .product-info-title {
    margin-top: 20px;
  }

  .single-product #partPayCalculatorWidget1 {
    width: 100%;
  }

  .single-product #partPayCalculatorWidget1 #partPayCalculatorWidgetLogo {
    float: none !important;
    top: auto;
    margin: 10px 0 20px;
  }

  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-account .woocommerce {
    margin-top: 0;
  }

  .cart-collaterals {
    max-width: none;
  }

  .quick-order {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  body #customer_login > div {
    width: 100%;
    margin: 20px 0 !important;
  }

  .quick-order > p {
    margin-top: 55px;
  }
}

@media(max-width: 900px) {
  .wc-block-components-sidebar, .wc-block-components-main {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 877px) {
  body.home .text-banner .banner-container .badge {
    display: block !important;
    text-align: center !important;
  }
  body.home .text-banner .banner-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
    row-gap: 15px;
    text-align: center;
    background: #f3c3c3;
    color: #000;
    padding: 10px 10px;
  }
  body.home .text-banner p {
    max-width: 230px;
    margin: 0 auto;
  }
}

@media (max-width: 850px) {
  .black-overlay-header {
    background-color: #00000050;
    height: 300px !important;
  }

  #primary > .custom-service-max-width {
    padding: 60px 30px !important;
  }

  .custom-service-max-width-sides {
    padding: 0;
  }

  .custom-service .custom-service-content {
    margin-left: 0;
  }

  .custom-service-max-width {
    max-width: 1280px !important;
    padding: 0 30px !important;
    margin: 0 auto !important;
  }

  .overlay-title {
    max-width: none !important;
    font-size: 35px !important;
    text-align: center !important;
    padding-top: 110px !important;
    position: unset !important;
  }

  .custom-service {
    margin: 50px 0;
  }

  .custom-service .custom-service-content {
    width: 100%;
    margin-right: 0;
    order: 1;
    padding-bottom: 0;
  }

  .custom-service .customer-service-image {
    width: 100%;
    order: 2;
    min-height: 200px;
  }

  .custom-service:nth-of-type(2n) .custom-service-content {
    margin-right: 0;
    margin-left: 0;
    order: 1 !important;
  }

  .custom-service:nth-of-type(2n) .customer-service-image {
    order: 2 !important;
  }

  .custom-service .custom-service-body {
    margin-bottom: 50px;
  }

  .custom-services-intro-body .button.grey-o,
  .custom-service .button.grey-o {
    float: none;
  }
}

@media (max-width: 767px) {
  .bulk-inner {
    width: 100%;
  }
  .custom-service-body a {
    margin-bottom: 20px;
  }
  .page-title {
    padding: 15px;
    font-size: 26px;
  }

  #primary > .max-width {
    padding: 50px 30px;
  }

  .about-text {
    order: 2;
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }

  .about-image {
    order: 1;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }

  .about-row {
    margin: 40px 0 30px;
  }

  .gallery-col {
    width: 100%;
    text-align: center;
  }

  #accordion .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }

  #accordion .right {
    width: 100%;
  }

  .shop-banner .banner-inner h3 {
    font-size: 23px;
  }

  .shop-banner .banner-inner span.strap {
    font-size: 14px;
  }

  .shop-banner {
    height: 40vh;
  }

  .featured-cat.silk3 > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .featured-cat.silk3,
  .featured-cat.silk2 {
    padding-bottom: 20px;
  }

  .featured-cat.silk2 > div {
    width: 100%;
    margin-bottom: 22px;
  }

  .single-product .quantity::before {
    display: none;
  }

  .single-product .quantity {
    margin-left: 0;
  }

  body .woocommerce-cart-form th,
  body .woocommerce-cart-form td {
    overflow: auto;
  }

  .woocommerce-cart-form .coupon + .button {
    float: none;
    margin-top: 10px;
  }

  .qom-prev h4,
  .qom-heading h4,
  .qom-top-line .qom-quantity,
  .qom-top-line .qom-price {
    font-size: 14px;
  }

  .prev-thumb {
    width: 75px;
    height: 75px;
  }

  .preview-wrap img {
    width: 30px;
    height: 18px;
    margin: 0 10px;
    top: -46px;
    right: -80px;
  }

  .qom-prev {
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .qom-top-line {
    display: none !important;
  }

  .qom-line-item:not(.qom-top-line) h4 {
    padding: 12px 0 0 0;
  }

  .qom-heading {
    width: 100%;
    float: none;
  }

  .qom-heading em {
    padding: 2px 3px 12px 0;
    margin-left: 0;
  }

  .qom-quantity,
  .qom-addtocart {
    float: none;
    margin-bottom: 8px;
    width: auto;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }

  .qom-line-item:not(.qom-top-line) .qom-price {
    padding-left: 15px;
    width: 150px;
    text-align: left;
    display: inline-block !important;
    vertical-align: top;
    float: none;
  }

  .product-info p.cut-price,
  div.cut-price {
    margin-left: 0;
  }

  .qom-price div.cut-price {
    display: inline-block;
  }

  .qom-line-item:not(.qom-top-line) {
    text-align: center;
  }

  .preview-wrap {
    position: relative;
    text-align: center;
    max-width: 125px;
    margin: 0 auto;
  }

  .qom-line-item:not(.qom-top-line) {
    margin-right: 0;
  }

  .qomorder {
    text-align: center;
  }

  .qomorder > div {
    margin: 0 auto 10px;
  }

  .qomorder > form {
    margin: 0 auto;
  }

  .quick-img-inner {
    width: 92%;
  }

  .quick-img-inner .fa.fa-times {
    font-size: 25px;
    padding: 10px;
  }

  .qom-line-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }

  .qom-prev {
    margin: 0;
    position: relative;
    width: 75px;
  }

  .preview-wrap img {
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 38px);
    right: unset;
    margin: 0;
    bottom: unset;
    display: block;
    opacity: 0;
  }

  .qom-heading {
    width: calc(100% - 150px);
    text-align: left;
    padding-left: 10px;
    padding-bottom: 30px;
  }

  .qom-heading h4 {
    padding-top: 0 !important;
  }

  .qom-price {
    display: block !important;
    position: absolute;
    bottom: 20px;
    left: 100px;
    padding: 0 !important;
    line-height: 1em;
    font-size: 14px !important;
    width: calc(100% - 200px) !important;
    color: #000;
    font-weight: 600 !important;
  }

  .qom-price div.cut-price {
    /* opacity: 0.7; */
    color: #999;
    font-weight: 500;
  }

  .qom-price div.cut-price::after {
    opacity: 0.7;
  }

  body .woocommerce-cart-form table {
    border: none;
  }

  table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
  }

  body .woocommerce-cart-form th,
  body .woocommerce-cart-form td {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ccc;
  }

  table.shop_table_responsive tr td {
    text-align: right !important;
  }

  table.shop_table_responsive .quantity {
    margin-right: 0;
  }

  table.shop_table_responsive tr td.product-remove a {
    font-size: 24px;
    font-weight: 600;
  }

  body #coupon_code {
    height: 30px;
    top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .coupon .button,
  .coupon + .button {
    width: 100%;
  }

  #shipping_method {
    font-size: 13px;
    /*     width: calc(100% - 100px); */
    float: right;
    margin-top: 2px;
  }

  body .slick-prev {
    left: 0;
  }

  body .slick-next {
    right: 0;
  }
}

@media (max-width: 639px) {
  h1 {
    font-size: 30px;
  }

  .home-slider .slides {
    margin-bottom: 3px;
  }

  .category-block {
    height: 80px;
    margin: 2px;
  }

  .category-block .inner {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .category-block h2 {
    font-size: 25px;
  }

  .category-block .view-all {
    display: none;
  }

  .category-block::before {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }

  .home-slider .wrap {
    background-color: transparent;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .home-slider p {
    display: none;
  }

  .home-slider .button {
    background-color: #f2c4c4;
    border-color: #f2c4c4;
    color: #fff;
    font-size: 22px;
    margin: 5px 10px;
  }

  .home-slider .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f2c4c4;
  }

  .custom-designs-showroom > a {
    height: 300px;
    /* width: 100%; */
    margin: 0 5px;
  }

  .site-info::after {
    width: 114px;
    height: 120px;
  }

  .coffee-foot {
    padding: 15px;
  }

  .coffee-foot a {
    font-size: 11px;
  }

  .pay-logos {
    padding: 10px 8px 5px;
  }

  .stockist .max-width {
    top: 55%;
  }

  .stockist h2 {
    font-size: 24px;
  }

  .stockist {
    height: 300px;
  }
  .stockist p.title {
    color: #fff;
    font-size: 24px;
  }
  .about p {
    font-size: 15px;
  }

  .button {
    font-size: 14px;
  }

  .about-quote h1, .about-quote h2 {
    font-size: 28px;
  }

  .about-video {
    margin: 50px 0 10px;
  }

  .page-featured-image {
    height: 300px;
  }

  #primary > .max-width p {
    font-size: 15px;
  }

  .blog-post.latest .blog-post-image.left {
    height: 250px;
  }

  #primary .blog-post.latest .blog-post-right p {
    font-size: 15px;
  }

  .blog-post {
    width: calc(100% - 30px);
  }

  .blog-post-image {
    height: 250px;
  }

  .single-post .featured-products .wrap > .button {
    margin: 0 0 20px;
    vertical-align: middle;
  }

  .single-post .featured-products {
    padding: 40px 0 0;
  }
  .featured-products .wrap h2 {
    font-size: 24px;
  }

  .single-post .featured-product {
    margin: 5px 0;
  }

  .post-featured-image {
    height: 250px;
  }

  .single-post #primary .entry-title {
    font-size: 25px;
  }

  .products-per-page {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .woocommerce-ordering {
    float: none;
    text-align: center;
    font-weight: 500;
  }

  .woocommerce-ordering .ui-selectmenu-button {
    text-align: center !important;
  }

  body.woocommerce ul.products.columns-3 li.product {
    width: 100%;
  }

  .search-form {
    position: absolute !important;
    width: calc(100% - 55px);
    top: 85px;
    right: 25px;
    left: 28px;
  }

  .home #masthead {
    height: 135px;
  }

  .home-slider .wrap {
    max-width: 350px;
    top: 40%;
  }

  .custom-designs-showroom h2 {
    padding: 13px;
    font-size: 17px;
    top: 50%;
  }

  .about-intro h2 {
    font-size: 20px !important;
  }

  #accordion .ui-accordion-header {
    font-size: 16px;
  }

  .related.products h2,
  .upsells.products h2 {
    font-size: 27px;
  }

  .qom-line-item {
    padding: 8px 0 !important;
  }

  .qom-price {
    left: 85px;
    width: calc(100% - 170px) !important;
  }

  /*.qom-addtocart {
    width: 74px;
    position: relative;
    margin-bottom: 0;
  }
  .fts-cart-adjust {
     height: 100%; 
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }*/
  .shop-banner {
    height: 27vh;
  }

  .featured-cat.silk3 > div img,
  .featured-cat.silk2 > div img {
    height: auto;
    object-fit: cover;
  }

  .qom-heading h4 + em {
    padding-bottom: 0;
  }

  .related.products,
  .upsells.products {
    margin-bottom: 25px;
  }

  .button.whatsapp {
    display: inline-block;
  }

  .pu48-wrapper {
    width: 85%;
  }

  .pu48-cross-2,
  .pu48-cross {
    left: unset;
    right: 0;
    width: 40px;
    height: 40px;
  }

  .pu48-cross-2 span,
  .pu48-cross span {
    top: 19px;
    left: 11px;
  }

  .footer-banner p {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 300;
  }
}
@media (max-width: 500px) {
  .home-slider .wrap {
    top: 30%;
    filter: drop-shadow(0px 0px 17px #8f7373);
  }
}
