.title {
    margin: 2rem 0;
}

.product-box {
    background: #ffffff;
    padding: 20px;
    position: relative;
    margin-bottom: 2rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.product-description {
    margin: 0rem 0rem 1rem 0rem;
    min-height: 80px;
    position: relative;
    font-size: 15px;
}

#readless {
    background: #cd1111;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.desc {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    left: 0;
    top: 0;
    padding: 15px 35px 15px 15px;
    overflow-y: auto;
}

.btn-cart {
    border-radius: 50px;
    line-height: normal;
    font-size: 16px;
    padding: 0.6rem 2rem;
    font-weight: 600;
}

.product-image {
    text-align: center;
}

.product-image img {
    height: 125px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.product-box h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-top: 1rem;
    min-height: 60px;
}

.product-box h3 a {
    color: #222222;
}

.product-price {
    text-align: center;
    color: #2575b7;
    font-weight: 700;
    font-size: 18px;
}

.title h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
}

.title h2 a {
    color: #222222;
}

.section-footer {
    background: #292929;
}

.footer-logo {
    margin-top: 3rem;
}

.section-footer h4 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.social-links a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    margin-right: 5px;
    color: #292929;
}

.section-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-footer ul li {
    line-height: 28px;
    font-size: 15px;
}

.section-footer ul li a {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.contact-info {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.contact-info span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-info a {
    color: rgba(255, 255, 255, 0.6);
}

.copyright {
    text-align: center;
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2rem;
    font-weight: 400;
    font-size: 15px;
}

.phone-number,
.email-address {
    display: inline-block;
    margin-right: 20px;
}

.phone-number span,
.email-address span {
    margin-right: 5px;
}

.header-contact {
    display: inline-block;
    vertical-align: middle;
}

.header-contact a {
    color: #222222;
}

.mycart {
    display: inline-block;
    vertical-align: middle;
}

.mycart a {
    color: #363636
}

.mycart span {
    font-size: 30px;
    color: #2575b7;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.mycart span p {
    font-size: 16px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background: #ff0000;
    display: block;
    position: absolute;
    right: -10px;
    bottom: 5px;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}

.heading-section {
    background: #2575b7 url(../images/heading-bg.png);
}

.heading-section h1 {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 100px;
    text-transform: uppercase;
}

.filter-section {
    margin-bottom: 2rem;
}

.filter-section .form-control {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    font-size: 16px;
}

.cart-items {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
}

.cart-item {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.cart-item:last-child {
    margin: 0;
    border: 0;
    padding: 0
}

.item-title h2 {
    font-size: 22px;
    font-weight: 700;
}

.item-description ul {
    padding: 0;
    list-style: none;
}

.item-description ul li {
    width: 49%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.item-price-table {
    padding: 0;
    margin: 5px 0;
    vertical-align: middle;
}

.item-price-table ul {
    padding: 0;
    list-style: none;
    margin: 0px;
}

.item-price-table ul li {
    display: inline-block;
    padding: 0px 15px;
    margin: 15px 0;
}

.item-price-table ul li:first-child {
    padding-left: 0px;
}

.item-price-table ul li span {
    display: block;
    line-height: normal;
    color: #ee7e31;
}

.item-price-table ul li:nth-child(2) {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.remove-item {
    display: inline-block;
}

.remove-item a {
    display: block;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
}

.cart-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.order-form {
    border-radius: 10px;
    padding: 40px;
    margin: 30px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.order-form .form-control {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #444444;
    padding: 0px 20px;
    box-shadow: none;
    font-size: 15px;
}

.order-form label {
    display: block;
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}

.errortext {
    color: red;
    font-size: 14px;
}

.task-type {
    margin-bottom: 2rem;
    display: block;
}

.task-type input[type=radio].task-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.task-type input[type=radio].task-radio+label.task-label,
.task-type input[type=radio].task-radio+label.task-label.clr {
    width: 100%;
    height: 38px;
    display: block;
    line-height: 38px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0px 0px;
    color: #888888;
    font-size: 15px;
}

.task-type input[type=radio].task-radio:checked+label.task-label,
.task-type input[type=radio].task-radio+label.task-label.chk {
    border-color: #2575b7;
    background: #2575b7;
    color: #ffffff;
}

.empty-cart {
    text-align: center;
    padding: 50px 0px;
    background: #ffffff;
    margin: 2rem 0;
    border-radius: 20px;
}

.empty-cart h2 {
    font-weight: bold;
    font-size: 2.2rem;
}

.empty-cart h4 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.empty-cart span {
    display: block;
    margin: 20px auto;
    width: 150px;
}

.btn-continue {
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.6rem 2.5rem;
}

.sign-box {
    /* width: 280px;*/
    /*float: right;*/
    margin-bottom: 2rem;
}

.sigWrapper canvas {
    width: 100%;
    height: 100px;
}

.thankyou {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 30px 0;
}

.thankyou span {
    margin: 20px auto;
    width: 100px;
    display: block;
}

.thankyou h2 {
    font-weight: 900;
    font-size: 46px;
}

.thankyou h4 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.readmore {
    color: #ee7e31;
    cursor: pointer;
}

.summary-items {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px;
}

.summary-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.summary-item:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.summary-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 0px;
}

.summary-item p {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    margin: 0px;
}

.order-price {
    color: #2575b7;
    font-weight: 700;
    font-size: 18px;
}