.recent-links .toggle-container {
   display: flex;
   background: #d6d3cc;
   border-radius: 50px;
   padding: 7px 5px;
   width: 200px;
   position: relative;
}
.recent-links .toggle-option {
    flex: 1;
    text-align: center;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: black;
    font-size: 9px;
    text-transform: uppercase;
    padding: 2px 0 0;
}
.recent-links .toggle-slider {
    position: absolute;
  width: 47%;
  height: 78%;
  background: white;
  border-radius: 50px;
  transition: transform 0.3s ease-in-out;
  top: 5px;
  display: block;
}
.recent-links .content {
    margin-top: 20px;
    font-size: 20px;
    color: white;
    display: none;
}
.recent-links .content.active {
    display: block;
}
.recent-links .content .ltkwidget-version-two{
	    max-width: 1200px;
    margin: 0 auto 50px;
    width: 90%;
}
.recent-links .title-bar {
  padding: 30px 0;
  color: white;
  box-shadow: 0px 3px 10px #acacac;
  position: relative;
}
.recent-links .title-bar .col2 img {
  box-shadow: 0px 3px 10px #4f4f4f;
  border-radius: 50%;
  width: 103px;
  height: 103px;
  object-fit: cover;
}
.recent-links .title-bar .flex {
  justify-content: center;
}
.recent-links .title-bar .col1 {
  width: 201px;
}
.recent-links .title-bar .col1 .title p {
  font-size: 40px;
  font-family: 'freight-big-pro';
  font-weight: 100;
  margin: 15px 0 -4px 0;
  letter-spacing: -0.08rem;
}
.recent-links .title-bar .col1 .title p em {
  letter-spacing: 0;
}
.recent-links .title-bar .col1 ul {
	    list-style: none;
    display: flex;
}
.recent-links .title-bar .col1 ul li {
    margin-right: 8px;
}
.recent-links .title-bar .col1 ul li img {
    filter: brightness(0) invert(1);
    width: 18px;
    height: 15px;
    object-fit: contain;
    object-position: center;
}
.recent-links .title-bar .col1 a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 0;
  text-decoration: none;
  letter-spacing: 0.02rem;
}
.recent-links .title-bar .col2 {
  width: 103px;
  margin: 0 42px;
}
.recent-links .title-bar .col3 {
  width: 201px;
}
.recent-links .title-bar .col3 p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 100;
  margin: 4px 0 14px;
}
.recent-links .shop-links {
   background: white;
   padding: 41px 0 27px;
}
.recent-links .shop-links .shop-archive {
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1200px;
      margin: 0 auto;
}
.recent-links .shop-links .shop-archive .type-affiliate_product {
    width: 211px;
  height: 211px;
  border: 1px solid #707070;
  margin: 0 7px 26px;
}
.recent-links .shop-links .shop-archive .type-affiliate_product img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 padding: 10px;
}
#shop-links ul {
 list-style: none;
 max-width: 466px;
 margin: 0 auto;
}
#shop-links ul li {
  margin: 0 0 19px;
}
#shop-links ul li .button {
  text-decoration: none;
  background: #121216;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  padding: 10px 0;
  text-transform: uppercase;
}
#shop-links ul li:last-child .button {
  background:#5a644b;
  border:1px solid #5a644b;
  opacity: 1;
}
#shop-links ul li .button:hover{
  background:#5a644b;
  border:1px solid #5a644b;
  opacity: 1;
}
@media all and (max-width: 768px) {
  .recent-links .title-bar .flex {
      justify-content: center;
      max-width: 500px;
      margin: 0 auto;
  }
  .recent-links .title-bar .col3 {
      width: 201px;
      margin-top: 30px;
  }
}
@media all and (max-width:550px) {
  .recent-links .title-bar .col1 .title p {
    font-size:30px;
  }
  .recent-links .title-bar {
    padding: 10px 0 20px;
  }
  .recent-links .title-bar .col1 a {
    letter-spacing: 0.04rem;
    font-size:11px;
  }
  .recent-links .title-bar .col1 {
      width: 139px;
  }
  .recent-links .title-bar .col3 {
      width: 100%;
      margin-top: 14px;
      text-align: center;
  }
  .recent-links .toggle-container {
    margin: 0 auto;
  }
  .recent-links .content {
    margin-top:0;
  }
  .recent-links .shop-links .shop-archive .type-affiliate_product {
      width: 150px;
      height: 150px;
      border: 1px solid #707070;
      margin: 0 7px 16px;
  }
  #shop-links ul {
      list-style: none;
      max-width: 90%;
      margin: 0 auto;
  }
}