/*
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
*/

/* Input field place holder style*/
::-webkit-input-placeholder { /* Edge */
  color: black;
  font-family: karla;
  font-size: 400;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: black;
    font-family: karla;
    font-size: 400;
}

::placeholder {
  color: black;
    font-family: karla;
    font-size: 1.2em;
}
/* end */


/* Woo Product Variation Select Size  */

#pa_select-material-type, #pa_select-size-required, #pa_select-pack-quantity, #pa_size, #pa_material{
width:400px;
}





.fusion-standard-logo {

    max-width: 750px !important; /* Adjust this as needed. */

}


.fusion-footer h2,
.fusion-footer h3 {
    font-family: "Exo 2" !important;
}

.woocommerce-loop-category__title{
    font-size: 16px !important;
    line-height: normal !important;
    text-align: center !important;
    font-weight: 900 !important;
}
.product-title{
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: 900 !important;
}
.fusion-menu > li {
border-right: 1px solid #ffffff !important;
margin-right: 12px !important;
padding-right: 12px !important;
}

.fusion-menu > .fusion-last-menu-item {
border-right: 0 !important;
}

.fusion-main-menu { height: 75px !important; }
/*
a:hover {
	color: red;
}
*/


.fusion-widget-cart-number{
background-color: #ffffff;
color:#000000 !important;
}
.woocommerce-Price-amount{
    color:#191970 !important;
}
::placeholder {
  color: red;
  font-size: 1.5rem;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
/*


