/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.img_height .woocommerce-product-gallery__image {
    display: flex !important;
    justify-content: center;   /* horizontal center */
    align-items: center;       /* vertical center */
    min-height: 630px;         /* your set height */
    max-width: 630px;          /* your set width */
}

.img_height .woocommerce-product-gallery__image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; /* keep full image visible */
}
.img_height .flex-viewport {
	background-color:#f2f2f2;
} 
.pswp {
	z-index:9999;	
}
.text_title_sort h5 {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
	.pro_title_mobile h5.fusion-title-heading {
		font-size:14px !important;
	}
	.cart_bt_all a {
		padding-left: 10px !important;
  		padding-right: 10px !important;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1150px){
	.top_header .awb-menu__main-li {
  margin-left: calc(25px/ 2);
  margin-right: calc(25px/ 2);
}
}