/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.discount-banner {
	text-align: center;
	color: #4a9a91;
}

.discount-banner h2 {
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
}

.discount-banner .percent {
	font-size: 10rem;
	font-weight: 600;
	margin: 0;
	line-height:0.9;
}

.discount-banner .combo-button {
	background-color: #4a9a91;
	color: white;
	padding: 10px 60px;
	border-radius: 10px;
	font-size: 1.4rem;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
}

    .product-info{
      max-width: 700px;
      padding: o;
      line-height: 1.5;
    }

    .info-row{
      display: flex;
      margin-bottom: 8px;
    }

    .info-label{
      width: 170px;
      color:#666;
    }

    .info-value{
      flex:1;
    }

    .info-value a{
      color:#1a73e8;
      text-decoration: none;
    }

    .info-value a:hover{
      text-decoration: underline;
    }