/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
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
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/


/*Portal page aligne*/
.page-id-1004177 #main {
    display: flex;
    justify-content: center;
}
/*Portal page aligned*/



/*mobile product cart icon disable*/
a.button.product_type_simple.glozin-button.product-loop-button-atc.gz-button-light.gz-button-hover-effect {
    display: none!important;
}


/*Password protected partner portal alignment fix*/
.page-id-1004177 form {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
.page-id-1004177 .container-xxl.clearfix {
    text-align: center;
}



/*Collection page Button fix*/
.page-id-1211 .elementor .gz-ratio img {
	max-width: 100%;
	height: 80%;
}

.page-id-1211 :where(.gz-ratio) iframe,
.page-id-1211 :where(.gz-ratio) img {
	object-position: bottom;
}

.page-id-1211 .gz-button-light {
	--gz-button-bg-color: #111111;
	--gz-button-bg-color-hover: #000000;
	--gz-button-color: #fff;
}


