/*!
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
--------------------------------------------- */

/* .misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
} */
.woocommerce a.button:hover {
    color: #fbfbfb;
    transition: all 0.3s;
    background-color: transparent;
    background-image: linear-gradient(
96deg, #36344200 0%, #9289f100 100%);
    background-position: 100%;
    transform: scale(1.05);
}
.product-list .woocommerce a.button{
    background-color: transparent;
    background-image: linear-gradient(
96deg, #ffffff00 0%, #ffffff00 100%);
    transition: all 0.3s;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
}
p.stock.out-of-stock {
    display: none;
}

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;
}

.home__slider img {
    width:100%;
}