#cim-finance {
	background: #f5f5f5;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 2% 0;
}

#cim-finance hr {
	width: 96%;
	margin-top: 10px;
    margin-bottom: 0;
}

#cim-finance button {
	width: 54%;
    margin: 0 auto;
    border: 1px solid #1f3561;
    height: 30px;
    line-height: 29px;
    padding: 0 20px;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: 600;
    cursor: pointer;
    background-image: linear-gradient(180deg, #2065a3, #104985);
    box-shadow: 0px 4px 6px #8c8c8c;
	outline: none;
}
#cart #warranty-sec {
	display: none;
}