/**
* Theme Name: Flicko Child
* Description: This is a child theme of Flicko, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: flicko
* Version: 1.0.10
*/

.multifileUpload{padding: 30px 40px 37px;
border:1px solid #EAEAEA;   
margin: 0 -10px 30px;
width: 100%;
}

.multifileUpload label{
    color: #183837;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    display:block;
}
.multifileUpload label span{
    color:red;
}

#uploaded-thumbnails .thumbnail-wrapper{
    position:relative;
}
#uploaded-thumbnails .thumbnail-wrapper span{
    width:16px;
    height:16px;
    line-height:16px;
    text-align:center;
}

.order-dates{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
}
.order-dates li{
    padding:20px;
    display:flex;
    flex-direction: column;
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#EAEAEA;
    text-align:center;
    align-items:center;
    justify-content:center;
    font-size:14px;
    margin-bottom:20px;
}
.order-dates li:last-child{
     border-width:1px 1px 1px 1px;
}
.order-dates li i{
    font-size:20px;
}
.elementor-21 .elementor-element.elementor-element-5c84c0e .elementor-cta:hover .elementor-cta__button {
    color: #1E2135;
}
.elementor-21 .elementor-element.elementor-element-5c84c0e .elementor-cta__button:hover {
    color: #FFFFFF!important;
}
.woocommerce-message .button.wc-forward:after{display:none;}
.reset_variations:after{
	display:none;
}
.reset_variations:hover{
	background:#E33054;
}
button:after, .button:after{
	display:none;
}
button:hover, .button:hover{
	background:#E33054;
}
@media (min-width: 768px) {
    .fromHome .e-con.e-child{
        width:100%;
    }
  
}


@media (max-width: 767px) {
 .order-dates li {
        padding: 10px;
        font-size: 12px;
}   
.variations_form > div{width:100%;}

.single-product div.product .variations_button{
    width:100%;
} 
.multifileUpload{   
margin: 0 0px 30px;
}

}
