/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/* .et-cart-info span{display:none;}
.et-cart-info{color:red;}
#top-header {
  background: #3b2a25;
}
.et_pb_social_media_follow_network_0_tb_header a.icon {
  background-color: transparent !important;
} */
/* .et_pb_main_blurb_image {
  margin-bottom: 0px;
} */
.et_pb_row{
    width: 84%;
    max-width: 1920px;
}
.retail-locations-menu ul li {
    position: relative;
    /* padding-left: 5px !important; */
    margin-top: 8px !important;
    margin-right: 20px !important;
}

.retail-locations-menu ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("./images/map-pin.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.retail-locations-menu ul li a{
    padding-left: 5px;
    padding-bottom: 0px !important;
}
.footer-links-nav-menu nav > ul > li {
  width: 100%;
}

.ti-widget.ti-goog .ti-platform-icon {
  display: none;
}
.et_pb_text_inner .ti-widget.ti-goog > .ti-widget-container > .ti-header {
  background: transparent !important;
  border:none;
  padding-top: 0;
  padding-right: 0;
}
.et_pb_text_inner .ti-widget.ti-goog > .ti-widget-container{
  margin-right: 0;
  display: block;
  float: right;
}
.et_pb_text_inner .ti-fade-container > .ti-mob-row:nth-child(1) {
  order: 2;
}

.et_pb_text_inner .ti-fade-container > .ti-mob-row:nth-child(2) {
  order: 1;
}
.et_pb_column_7_tb_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "title1 title2"
    "menu   info"
    "menu   social"
    "loyalty loyalty";
  gap: 18px 30px;
}

/* LEFT COLUMN */
.et_pb_heading_5_tb_footer {
  grid-area: title1;
}

.et_pb_menu_5_tb_footer {
  grid-area: menu;
}

/* RIGHT COLUMN */
.et_pb_heading_6_tb_footer {
  grid-area: title2;
}

.et_pb_text_0_tb_footer {
  grid-area: info;
}

.et_pb_social_media_follow_0_tb_footer {
  grid-area: social;
}

/* FULL WIDTH BOTTOM */
.et_pb_text_1_tb_footer {
  grid-area: loyalty;
  text-align: center;
}
.et_pb_menu_5_tb_footer .et-menu {
  flex-direction: column;
}
.join-loyalty-footer {
  background: #E3E0D7;
  padding: 20px 35px;
}
.join-loyalty-footer .et_pb_text_inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "title button"
    "desc  button";
  align-items: center;
  column-gap: 24px;
}

.join-loyalty-footer h3 {
  grid-area: title;
  margin: 0;
}

.join-loyalty-footer p:first-of-type {
  grid-area: desc;
  margin: 0;
}

.join-loyalty-footer p:last-of-type {
  grid-area: button;
}
.join-loyalty-footer a {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #333;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 1200px) {
    .retail-locations-menu ul li a::before {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 767px) {
  .et_pb_column_7_tb_footer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "menu"
      "info"
      "social"
      "loyalty";
    text-align: center;
  }
}

.cart-icon {
    position: relative;
}
.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

.slider-wrapper {
    position: relative;
    padding: 0 20px;
}

/* ===== SLICK ARROWS ===== */
.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    background: #007775;
    border-radius: 50%;
    z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #007775 !important;
}

.slick-prev::before,
.slick-next::before {

    line-height: 1.6;

}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    color: #fff;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/* ===== CARD ===== */
.card {
    padding: 14px;
    border: 1px solid transparent;
    transition: border .3s ease;
}

.card:hover {
    border-color: #b9b4aa;
}

.image-wrap {
    position: relative;
    overflow: hidden;
}

.image-wrap img {
    width: 100%;
    display: block;
}

/* ===== OVERLAY ===== */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: opacity .3s ease;
}

.card:hover .overlay {
    opacity: 1;
}

.card .box,
.card .heart-like,
.card .card-rate {
    display: none;
}


.card:hover .box {
    position: absolute;
    top: 20px;
    left: 0px;
    background: #007775;
    color: #fff;
    padding: 8px 10px;
    font-size: .75rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card:hover .heart-like {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: #FFFBF6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.card:hover .card-rate {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  padding: 5px 8px;
  font-size: .8rem;
  display: block;
}
.card:hover .card-rate-link{
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* ===== TITLE & BUTTON ===== */
.card-title {
    text-align: center;
    margin: 14px 0;
    font-size: 16px;
}

.button-discover {
    display: none;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #848484;
    color: #372e2d;
    text-decoration: none;
    transition: .3s;
}

.card:hover .button-discover {
    display: block;
}

.button-discover:hover {
    background: #372e2d;
    color: #fff;
}
.card .yith-wcwl-add-to-wishlist i {
font-size: 18px;
color: #000;
}
.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.newsletter {
  border: 1px solid rgba(255,255,255,0.9);
  display: inline-flex;
}
.newsletter input[type="email"] {
  background: transparent;
  color: #fff;
  padding: 15px;
  border: 0px;
  width: 280px;
}
.newsletter input[type="submit"] {
  border: 0;
  background: #fff;
  padding: 15px 30px;
}
.shop-by-category .sp-wcsp-cat-thumbnail img {
  width: 230px;
  height: 300px;
  object-fit: cover;
}