/**
*  Copyright (C) Prestalia - All Rights Reserved
*
*  Unauthorized copying of this file, via any medium is strictly prohibited
*  Proprietary and confidential
*
*  @author    Prestalia
*  @copyright 2015-2017 Prestalia
*  @license   Commercial
*/

#cashondeliveryfeeplus_payment_button a {
    padding: 20px 10px;
    background-color: #FBFBFB;
}
#cashondeliveryfeeplus_payment_button img {
	margin:0 10px 0 0;
}

#cashondeliveryfeeplus_payment_button a:hover {
    background-color: #f6f6f6;
}

#cashondeliveryfeeplus_payment_button a:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777777;
}

.codfp_available_box {
    border: solid 1px #d6d4d4;
    padding: 10px;
    margin-bottom: 20px;
	background: #fbfbfb;
    clear: both;
}
.codfp_available_box img{
	float: left;
	max-width: 40px;
	margin-right: 6px;
}
.codfp_available_text {
    font-weight: bold;
}
.codfp_available_text:after {
    clear: both;
    float: none;
    content: '';
    display: block;
}
