/*
  Template Name: yarmak
 */

 /*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 1.0 Normalize
 2.0 Accessibility
 3.0 Alignments
 4.0 Clearings
 5.0 Typography
 6.0 Forms
 7.0 Formatting
 8.0 Lists
 9.0 Tables
 10.0 Links
 11.0 Featured Image Hover
 12.0 Navigation
 13.0 Layout
    13.1 Header
    13.2 Front Page
    13.3 Regular Content
    13.4 Posts
    13.5 Pages
    13.6 Footer
 14.0 Comments
 15.0 Widgets
 16.0 Media
    16.1 Galleries
 17.0 Customizer
 18.0 SVGs Fallbacks
 19.0 Media Queries
 20.0 Print
 --------------------------------------------------------------*/

 /*--------------------------------------------------------------
 1.0 Normalize
 Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
 --------------------------------------------------------------*/
 
.hits__img img {
    height: 61px;
}

@media screen and (min-width: 768px)  {
    .portfolio__tabItem {
        min-height: 422px;
    }
}

.woocommerce-product-gallery__image {
  overflow: visible!important;
}
@media only screen and (max-width: 580px) {
    /* */
    .news .flex__container {
        display: block;
        flex-direction: column;
    }
    .news__item {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .about blockquote h1 {
        margin-right: 0;
    }
}
.main__info {
display:none;
}
.stock {
font-size:18px;
}
