/*
Theme Name: Glozin Child
Theme URI: https://glozin.uix.store
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

@media (min-width: 1200px) {
    .blog-header--background  .page-header.page-header--blog {
        padding-top: 133px;
        padding-bottom: 133px;
    }

    .shop-header--background  .page-header.page-header--shop {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .blog-header--background  .page-header.page-header--blog,
    .shop-header--background  .page-header.page-header--shop {
        padding-top: 59px;
        padding-bottom: 59px;
    }
}

@media (max-width: 767px) {
    .blog-header--background  .page-header.page-header--blog,
    .shop-header--background  .page-header.page-header--shop {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 767px) {
    .shipping-promotions-information--grid .shipping-promotions-information__item:last-child {
        display: none;
    }
}

@media (min-width: 991px) {
    .catalog-filters-horizontal .catalog-filters-sidebar .widget_media_image {
        display: none;
    }
}

.entry-summary .entry-meta .entry-meta__author {
    pointer-events: none;
}

a.glozin-rtl-demo {
	position: fixed;
	top: 50%;
	right: 15px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	text-transform: uppercase;
	border-radius: 50%;
	z-index: 999;
	font-size: 12px;
}

.rtl a.glozin-rtl-demo {
	left: 15px;
	right: auto;
}

.rtl .glozin-smart-rtl-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background-image: inherit;
    background-position-x: inherit;
    background-position-y: inherit;
    background-size: inherit;
    background-repeat-x: inherit;
    background-repeat-y: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    background-clip: inherit;
    background-color: inherit;
    transform: rotateY(180deg);
    border-radius: inherit
}

.rtl .glozin-smart-rtl-banner .gz-responsive-image {
    transform: rotateY(180deg);
}

.glozin-subscribe-box__content > p {
    display: none;
}