
/*header Photography submenu links text bg color*/
#masthead .main-navigation ul ul {
    background-color: rgba(28, 30, 33, 0.5);
}

/* Hide site logo on single blog posts only */
.single-post .custom-logo {
	display: none;
}

/* change header backgroundimage in blog page*/
.uagb-block-bf9eb039-0850-4d3c-a464-8877c23daa33.uagb-section__wrap {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    background-image: url(https://manishashrotriya.co.in/wp-content/uploads/2020/01/fashion-shopping-1.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	   
}

.uagb-block-56e3b231.wp-block-uagb-columns {
    box-shadow: 0 0;
    background-color:  #c2a09e;
}

.wp-block-separator {
	 background-color: #ffbf52;
	 border : none;
	 height: 2px;
}

.uagb-block-78ea0462.uagb-columns__wrap {
    
    padding-bottom: 33px;
    
}	

.woocommerce-products-header{
margin-bottom:-50px;
}

/* a{
		color:white;
}
a:hover{
	color:white;
} */

/* .wpmenucart-contents{
	display:none;
} */


.woocommerce .woocommerce-result-count {
    margin: 33px 0 1em;
}

.woocommerce .woocommerce-ordering {
    margin: 15px 0 2.5em;
}
.product_meta {
  display: none !important;
}
.additional_information_tab {
    display: none !important;
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{
	color:#d8c3be !important;
}

li.wpmenucartli a.wpmenucart-contents span{
	color:white !important;
}

.wpmenucart-icon-shopping-cart-0{
	color:white !important;
}
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    max-width: 300px !important;
    max-height: 300px !important;
    object-fit: contain;
}

.woocommerce-js ul.products li.product a img{
	 max-width: 285px !important;
    max-height: 285px !important;
    object-fit: contain;
}
@media only screen and (max-width: 600px) {
	.woocommerce-js ul.products li.product a img{
	 max-width:100%;
    max-height: 177px !important;
    object-fit: contain;
}
}
@media only screen and (min-width: 768px) {
	.woocommerce-js ul.products li.product a img{
	 max-width:100%;
    max-height: 229px !important;
    object-fit: contain;
}
}