/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 59:0 Unexpected "<"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
<style>
.smMainBannerBox {
  margin-bottom: 20px;
}
.smMainBannerBox:hover img {
  opacity: 0.95;
}
.smMainBannerBox img {
  width: 100%;
  height: auto;
}
.smBannerBox {
  margin-bottom: 20px;
}
.smBannerBox a {
  display: block;
  width: 100%;
  color: black;
  font-size: 1.5vw;
  text-align: center;
  border-radius: 1vw;
  line-height: 3.2vw;
  text-decoration: none;
  border-bottom: none !important;
}
.smBannerBox .myshadow {
  transition: box-shadow 0.4s ease-in-out;
}
.smBannerBox .myshadow:hover {
  box-shadow: 2px 2px 5px #888888 !important;
}
@media screen and (max-width: 575px) {
  .smBannerBox a {
    font-size: 4.4vw;
    border-radius: 2.8vw;
    line-height: 9.2vw;
  }
  .t4s-code__html .col-sm-2 {
    width: 50% !important;
  }
}
.smBannerBox:hover img {
  opacity: 0.95;
}
.smBannerBox img {
  width: 100%;
  height: auto;
}
</style>

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}