.product_title a {
    color: #0D3FA1;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: bold;
}

.product_category a {
    color: #333333;
    font-family: "DM Sans";
    font-size: 18px;
}
.product_price {
    color: #FF715A;
    font-family: "DM Sans";
    font-size: 18px;
    padding: 17px;
    text-align: center;
}

.shop_page_do {
	padding: 0px !important;
}
.product_inner_dataologie_imng img{
	width: 100%;
	height: 218px !important;
	object-fit: cover;
	border-radius: 30px;
}

.quantity {
    display: none;
}
button.single_add_to_cart_button.alt {
    height: 56px;
    width: 255px;
    border-radius: 28px;
    background-color: #FF715A;
    color: #FFFFFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: bold;
    border-color: transparent;
}


/*===================Questions Page=======================*/
.assess_btn .site_button {
    margin: 16px 0;
}
.select_relbtn ul li {
    display: inline-block;
    padding: 20px;
    padding-left: 0px;
}

.select_relbtn ul {
    list-style-type: none;
    padding: 0px;
}

.select_relbtn .site_button{
	background: white;
	color: #053da2;
	border: 2px solid #053da2;
}




@media all and (min-width: 320px) and (max-width: 767px) {

			/*product page*/
   	.product_inner_dataologie_imng img {
   
    height: 182px !important;  
	}
	.product_title a{
		    font-size: 20px;
	}
	.product_category a {
    
    font-size: 16px;
	}
	.product_price{
		font-size: 16px;
	}

	 /*end product page*/
}


@media all and (min-width: 768px) and (max-width: 980px) {
    		/*product page*/
   	.product_inner_dataologie_imng img {
   
    height: 182px !important;  
	}
	.product_title a{
		    font-size: 20px;
	}
	.product_category a {
    
    font-size: 16px;
	}
	.product_price{
		font-size: 16px;
	}

	 /*end product page*/
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
    		/*product page*/
   	.product_inner_dataologie_imng img {
   
    height: 182px !important;  
	}
	.product_title a{
		    font-size: 20px;
	}
	.product_category a {
    
    font-size: 16px;
	}
	.product_price{
		font-size: 16px;
	}

	 /*end product page*/
  
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
   		/*product page*/
   	.product_inner_dataologie_imng img {
   
    height: 182px !important;  
	}
	.product_title a{
		    font-size: 20px;
	}
	.product_category a {
    
    font-size: 16px;
	}
	.product_price{
		font-size: 16px;
	}

	 /*end product page*/
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
 		/*product page*/
   	.product_inner_dataologie_imng img {
   
    height: 182px !important;  
	}
	.product_title a{
		    font-size: 20px;
	}
	.product_category a {
    
    font-size: 16px;
	}
	.product_price{
		font-size: 16px;
	}

	 /*end product page*/
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
   	/*product page*/
   	.product_inner_dataologie_imng img {
   
    height: 182px !important;  
	}

	 /*end product page*/

}
@media all and (min-width: 1441px) and (max-width: 1680px) {
  
}
@media all and (min-width: 1681px) and (max-width: 1880px) {

}
@media all and (min-width: 981px) and (max-width: 3000px) {

}