/*
Theme Name:   Grogin Child
 Theme URI:    http://klbtheme.com/grogin/
 Description:  Grogin Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     grogin
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  grogin-child
*/

.product-box-image-zoom img.zoomImg {
    display: none !important;
}
.product-box-image-zoom {
    overflow: visible !important;
}
.twoboxes .inner-column {
    border-right: 1px solid #fff;
}
.footer-inner {
    padding: 23px 0px !important;
}
footer.site-footer.position-relative.z-2.gray {
    background: #b92c1d;
    color: #fff;
}
p.text-12.fw-medium.lh-base.mb-0 {
    color: #fff;
    font-size: 16px;
}
a.text-primary.fw-semibold.text-decoration-none
Specificity: (0,3,1)
 {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: #fff !important;
    text-transform: uppercase;
}

@media (max-width: 550px) {
	.site-banner .entry-media img {
		position: absolute;
		width: 60%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: unset;
		object-fit: contain;
		right: 0;
		margin: 0 auto;
	}
	@media (max-width: 550px) {
    .reversecol .e-con-inner {
        display: flex !important;
        margin-top: 150px !important;
        flex-direction: column-reverse;
    }
	.site-banner.overflow-hidden.rounded-base.shop-page-banner {
		display: none;
	}
}