  :focus {
    outline: none !important;
    box-shadow: none !important;
  }

  @media (min-width:576px) {
    .container, .container-sm {
      max-width: 100%
    }
  }

  @media (min-width: 768px) {
      .container {
        max-width: 100%
      }
  }

  @media (min-width: 992px) {
      .container {
        max-width: 98%
      }
      
      .pr-0 {
      padding-right: 0 !important;
    }
  }

  @media (min-width: 1200px) {
      .container {
          width:1170px
      }
  }

  @media (min-width: 1400px) {
      .container {
          width:1280px
      }
  }

  @media (min-width: 1600px) {
      .container {
          width:1440px
      }
  }

  .form-control {
    border-radius: 3px !important;
  }

  body {
    font-size: 14px;
    font-family: Montserrat;
  }

 


  .link-more {
    font-size: 16px;
    margin-left: 20px;
    color: #ff2f00;
  }


.featured-category {
  text-align: center;
  -webkit-box-shadow: 0 4px 4px 0 transparent;
  box-shadow: 0 4px 4px 0 transparent;
  border-radius: var(--border-radius);
  border:1px solid #f1f1f1;
  padding:10px;
  background-color: #f5f5f5;
}

.featured-category img {
  margin-bottom: 15px;
  max-width: 100%;
  border-radius: var(--border-radius);
}

.featured-category a {
  color: #2e2e2e;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.youtube-video .image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: calc(56.25% - 2px);
  height: 0;
}

.youtube-video .image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
}

.youtube-video .image .btn-play {
  width: 40px;
  height: 40px;
  background-color: #ff2f00;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all .3s;
  transition: all .3s;

}

.youtube-video .image .btn-play:hover {
  background-color: #333;
  opacity: .9;
}

  .youtube-video .image .btn-play:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-40%, -50%, 0);
    transform: translate3d(-40%, -50%, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .youtube-video .date {
    margin: 20px 0 10px;
    color: #909090;
    font-size: 12px;
  }

  .youtube-video .name {
    font-size: 16px;
    color:#333;
  }

  .blog-thumb a {
    text-decoration: none;
  }

  .blog-thumb div, .blog-thumb p {
    margin-top:10px;
  }

  .blog-thumb .date {
    color: #909090;
    font-size: 12px;
  }

  .blog-thumb .category {
    color: #ff2f00;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px;
    text-decoration: none;
  }
  
  .blog-thumb .name {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0;
  }
  
  .blog-thumb p {
    display: block;
    color: #909090;
    font-size: 14px;
    margin: 10px 0 0;
  } 

  .btn-buy {
    background-color: var(--btn-buy-background);
    border:none;
    color:var(--btn-buy-color);
    border-radius: var(--border-radius);
  }

  .btn-buy:hover {
    background-color: var(--btn-buy-background-hover);
    border:none;
    color:var(--btn-buy-color-hover);
  }

  .btn-buy svg {
    fill:var(--btn-buy-color);
  }

  .btn-buy:hover svg {
    fill:var(--btn-buy-color-hover);
  }

  .btn-light {
    background-color: var(--btn-light-background);
    border:none;
    color:var(--btn-light-color);
    border-radius: var(--border-radius);
  }

  .btn-light:hover {
    background-color: var(--btn-light-background-hover);
    border:none;
    color:var(--btn-light-color-hover);
  }

  .btn-light svg {
    fill:var(--btn-light-color);
  }

  .btn-light:hover svg {
    fill:var(--btn-light-color-hover);
  }

  .btn-light.btn-wishlist svg {
    stroke:var(--btn-light-color) !important;
    fill:none !important;
  }

  .btn-light.btn-wishlist:hover svg {
    stroke:var(--btn-light-color-hover) !important;
    fill:none !important;
  }


  .product-thumb {
    position: relative;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0 0 0 1px #f3f3f3;
    box-shadow: 0 0 0 1px #f3f3f3;
    margin-top: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 18px;
  }

  .product-thumb.outstock .price {
    opacity: 0.5;
  }

  .product-thumb:hover {
    box-shadow: 0 0 1.5rem 0 rgba(50, 50, 50, 0.15);
    z-index: 2;
  }

  .product-thumb .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 400px;
    gap: 15px;
  }


  .product-thumb .wrapper .image {
    text-align: center;
  }
  .product-thumb .wrapper .name a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
    max-height: 36px;
    -webkit-line-clamp: 2;
    color: #333;
    text-decoration: none;
  }

  .product-thumb .wrapper.image {
    text-align: center;
  }

  .product-thumb .wrapper .price {
    font-size: 24px;
    line-height: 30px;
  }

  .product-thumb .wrapper .price:has(.special) {
    color:rgb(255, 47, 0);
  }


  .product-thumb .wrapper .price .special {
    font-weight: 500;
    color:#999;
    font-size: 14px;
    line-height: 18px;
  }

  .product-thumb .wrapper .special .percent {
    margin-left: 5px;
    background:rgb(255, 47, 0);
    padding: 2px 6px;
    border-radius: 30px;
    color:#FFF;
  }
