.section-title,
.product-title h1,
.header-nav .main-nav .nav-item a,
.pro-name a,
.blog-post-title a,
.item-article h3 a,
.sidebarblog-title h2 {
  color: #000; }

.modal-popupContact .close-popup-contact {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center; }

.product-promotion {
  padding: 10px;
  margin-bottom: 10px;
  border: 2px dashed #590f21;
  margin-top: 30px;
  position: relative; }
  .product-promotion .product-promotion__heading {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    color: #590f21;
    background: #fff;
    position: absolute;
    top: -20px; }
  .product-promotion > ul {
    margin-bottom: 0;
    border-radius: 4px;
    padding: 8px 8px 8px 15px;
    list-style-position: inside;
    background: #fff;
    font-size: 14px; }
  .product-promotion > div {
    margin-bottom: 0;
    border-radius: 4px;
    padding: 8px 8px 8px 15px;
    list-style-position: inside;
    background: #fff;
    font-size: 14px; }
    .product-promotion > div > * {
      padding: 3px 0;
      margin: 0; }
  .product-promotion ul {
    list-style: inherit;
    margin-left: 16px; }
    .product-promotion ul li {
      padding: 3px 0;
      margin: 0;
      color: #590f21; }

#add-item-form {
  margin-top: 1rem; }
  #add-item-form .select-swatch .swatch .swatch-element.color label span {
    width: 42px;
    height: 42px;
    background-position: center; }

.custom-product-tabs {
  margin: 5rem 0; }
  .custom-product-tabs .product-tabs__heads {
    display: flex;
    border-bottom: 1px solid #eee;
    justify-content: start;
    gap: 0;
    margin-bottom: 0;
    width: 100%; }
    .custom-product-tabs .product-tabs__heads .product-tabs__head {
      padding: 10px 15px;
      background-color: #f8f8f8;
      font-size: 16px;
      font-weight: 400;
      margin: 0;
      border-radius: 0;
      color: #000;
      position: relative;
      cursor: pointer; }
      .custom-product-tabs .product-tabs__heads .product-tabs__head:not(:last-child) {
        border-left: 1px solid #f8f8f8; }
      .custom-product-tabs .product-tabs__heads .product-tabs__head:after {
        content: "";
        background-color: currentColor;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 0;
        transition: width 0.2s ease-in-out;
        top: 0;
        background: #df0000; }
      .custom-product-tabs .product-tabs__heads .product-tabs__head.current {
        background-color: white;
        font-weight: bold; }
        .custom-product-tabs .product-tabs__heads .product-tabs__head.current:after {
          width: 100%; }
  .custom-product-tabs .product-tabs__items .product-tabs__item {
    padding-top: 1rem; }
    .custom-product-tabs .product-tabs__items .product-tabs__item.current .description-content {
      display: block; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  top: auto !important;
  right: 12px;
  opacity: 0;
  display: none;
  opacity: 1;
  display: block; }
  .addThis_listSharing .backtop {
    right: 12px;
    bottom: 196px;
    top: auto !important;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 44px;
    width: 44px;
    background-color: #000;
    line-height: 36px;
    border-radius: 100%;
    font-size: 30px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff !important;
    margin-bottom: 5px;
    display: flex !important;
    justify-content: center;
    align-items: center; }
    .addThis_listSharing .backtop.show {
      z-index: 999;
      transition: transform 0.3s ease-out 0s;
      transform: translateY(0px);
      opacity: 1;
      visibility: visible; }
    .addThis_listSharing .backtop svg {
      display: inline-block;
      width: 1em;
      height: 1em; }
  .addThis_listSharing .addThis_listing .addThis_item {
    margin-bottom: 5px; }
    .addThis_listSharing .addThis_listing .addThis_item .addThis_item--icon {
      position: relative;
      display: inline-block;
      text-align: center;
      width: 44px;
      height: 44px;
      line-height: 44px;
      color: #fff;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center; }
      .addThis_listSharing .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
        position: absolute;
        top: 4px;
        right: 55px;
        z-index: 9;
        height: 32px;
        line-height: 26px;
        padding: 3px 10px;
        width: auto;
        border-radius: 5px;
        font-size: 11px;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background-color: black;
        visibility: hidden;
        opacity: 0;
        -ms-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .addThis_listSharing .addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
          content: "";
          width: 0;
          height: 0;
          border-width: 5px;
          border-style: solid;
          border-color: transparent transparent transparent black;
          position: absolute;
          left: 100%;
          top: 0;
          bottom: 0;
          margin: auto;
          -ms-transition: all 200ms linear;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
      .addThis_listSharing .addThis_listing .addThis_item .addThis_item--icon:hover {
        text-decoration: none;
        opacity: 0.9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }
        .addThis_listSharing .addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
          visibility: visible;
          opacity: 1; }

.shop-payment {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem; }
  .shop-payment li.shop-payment-item a {
    display: block; }
    .shop-payment li.shop-payment-item a img {
      max-height: 48px;
      width: auto; }

#add-item-form .select-swatch .swatch .swatch-element.color label span {
  background-size: cover !important; }
