/*
Theme Name: CatsPride
Theme URI: https://www.jupiterlabs.co/
Author: JupiterLabs
Author URI: https://www.jupiterlabs.co/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: catspride
Tags:
*/
.page-id-19 .page-hero {
	  min-height: 940px;
	background-size: 100% auto;
}

@media (max-width: 1440px) {
    .page-id-19 .page-hero {
	  min-height: 50vw;
	}
}
@media (max-width: 767px) {
      .page-id-19 .page-hero .page-hero__box {
        width: 50% !important;
    }
}
.woocommerce .site-main .product .product-highlights .product-highlights__item img {
    width: 100px;
}

.product-highlights__items.row {
    justify-content: center;
}

.woocommerce .site-main .product .product-sizes .product-sizes__right img {
    height: 30px;
}

.woocommerce .site-main .product .product-highlights .product-highlights__item img {
    width: 100px;
}

@media (min-width: 1025px) {
    .archive-product-hero {
        min-height: 450px;
    }
}

@media (max-width: 550px) {
    body .archive-product-hero {

        background-size: 210% auto;
    }
}

body.woocommerce-lost-password #primary {
    margin-top: 50px;
}