/*!
Theme Name: Hazo Media
Theme URI: https://hazomedia.com/
Author: Hazo Media
Author URI: https://hazomedia.com/
Description: Start theme by TiLu - Hazo Media
Version: 1.0.0
Text Domain: hazo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Alignments
--------------------------------------------- */
.home__slider-item img{
	max-height:500px;
	width: 100%
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.hazo-no_post_found {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .product__main-content aside {
    display: none;
  }
}

@media (min-width: 1024px) {
  .single-product-content {
    padding-right: 30px !important;
  }
}
.widget-post .news-item {
  display: flex;
    margin-bottom: 1.8rem;
    background: var(--white-color);
    padding: 1rem;
}
.widget-post .news-item .news-img {
    flex: 1.3;
}
.widget-post .news-item .news-img img {
  width: 100%;
}

.widget-post .news-item  .desc {
  display: none !important;
}
.news__feature.widget-post .news__feature-wrapper {
  background-color: #fff;
  padding: 0;
}
.news__feature.widget-post .news__feature-wrapper .news-item {
  padding: 0;
  padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.title-box .widget-title {
    color: #1b75bb;
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid;
    margin-bottom: 20px;
    padding-left: 20px;
}
.list-filter li.filter-item {
    border: none;
    padding: 5px 0;
}
.grecaptcha-badge {
    visibility: hidden;
}
.grecaptcha-badge {
    visibility: hidden;
}

.product-list.latest-product {
  padding: 0;
}
.product-list.latest-product .product-item {
  display: flex;
  gap:20px;
  margin-bottom: 20px;
}
.product-list.latest-product .product-item .product-img {
  width: 30%;
  min-width: 30%;
}
@media only screen and (min-width: 1024px) {
a.phone-icon .suntory-alo-ph-img-circle {
  background: #ed145b;
}

a.phone-icon .suntory-alo-ph-circle-fill {
  background: #fb5b8f;
}

a.viber-icon .suntory-alo-ph-img-circle {
  background: #9330b2;
}

a.viber-icon .suntory-alo-ph-circle-fill {
  background: #9461b5;
}

a.skype-icon .suntory-alo-ph-img-circle {
  background: #00aaf2;
}

a.skype-icon .suntory-alo-ph-circle-fill {
  background: #5bc2f3;
}

a.phone-icon i {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
	background:url("/wp-content/uploads/2023/10/phone_PNG49006.png") no-repeat center center;
	    background-size: contain;
}
a.phone-icon .suntory-alo-ph-img-circle {
	    display: flex;
    align-items: center;
    justify-content: center;
}
a.mess-icon {
  bottom: 100px;
}
a.phone-icon {
	bottom:180px;
}
a.mess-icon i {
  content: "";
  background: url("/wp-content/uploads/2023/10/caa.png") no-repeat center center;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 77%;
  background-position: 5px 5px;
}
.tool-icon a {
  display: block;
  position: fixed;
  z-index: 99999;
  left: -5px;
}

.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running
    suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 80px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 80px;
  background-color: #4299ff;
}

.suntory-alo-ph-img-circle {
  background: #0084ff;
  animation: 1s ease-in-out 0s normal none infinite running
    suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 60px;
  left: 25px;
  opacity: 0.9;
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 60px;
}
select::-ms-expand {
  display: none;
}

@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }

  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
}
@media (max-width: 712px)
{
    .home__product-cat .col-sm-3 {
        width: 100%;
    }
}