/* Modal Message */
#modal-html {
    display: none!important;
}
.modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
}
#modal .modal-header {
    padding: 15px 25px!important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#modal .modal-title, #modal .modal-title .fa {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
#modal .modal-title .fa {
    margin-right: 5px!important;
}
#modal .modal-body {
    padding: 30px 30px!important;
    font-size: 14px!important;
}
#modal .card {
    border: 1px solid #eee;
    border-radius: 5px;
    background: #f5f7fa;
    padding: 25px 25px;
}
#modal .modal-footer {
    padding: 15px 15px!important;
}

/* Not Found */
@media (max-width: 767px) {
    #not-found .col-xs-12 {
        text-align: center!important;
    }
}
#not-found .not-found {
    width: 250px;
    max-width: 100%;
    height: auto;
}
#not-found h1 {
    font-size: 100px;
    font-weight: 600;
    color: #323fd4;
    margin: 0px;
    line-height: 1;
}
#not-found h1 .fa {
    font-size: 200px;
    font-weight: 600;
}
#not-found h2 {
    font-size: 30px;
    font-weight: 600;
}
#not-found #content p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}
#not-found #content p a {
    font-weight: bolder;
}

/* Styling */
.bg-dark {
    background-color: rgb(69, 69, 69)!important;
    color: #ffffff!important;
}
.icon .coupon {
    background-image: url('../image/coupon.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
    opacity: 0.75;
}
.icon .coupon-white {
    background-image: url('../image/coupon-white.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
}
.icon .coin {
    background-image: url('../image/coin.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
}
.icon .coin-black {
    background-image: url('../image/coin-black.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
}
.icon .coin-c {
    background-image: url('../image/coin-c.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
}
.icon .wallet, .icon .credit {
    background-image: url('../image/wallet.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
    opacity: 0.60;
}
.icon .wallet-white, .icon .credit-white {
    background-image: url('../image/wallet-white.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-top: -1px;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-upper {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.d-none {
    display: none;
}
.w-100 {
    width: 100%;
}

@media (max-width: 767px) {
    .d-none-xs {
        display: none!important;
    }
    .coupon-card {
        margin-top: 5px;
    }
    .coupon-title, .reward-title {
        margin-bottom: 5px;
    }
    footer, footer .text-right, footer .text-left {
        text-align: center;
    }
    footer ul {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .d-none-sm {
        display: none!important;
    }
}

/* Cart Page */
#cart .panel-body {
    padding: 0px 0px;
}
#cart-total .panel-body {
    padding: 15px 15px;
}
#cart-total .checkout-button .btn {
    padding: 16px 16px!important;
    margin-bottom: 5px;
    font-weight: bold;
}
#cart .panel-body .row {
    padding: 20px 0px;
    border-bottom: 1px solid #dddddd;
    margin: 0px 0px;
}
#cart .panel-body .row:last-child {
    border-bottom: none;
}
#cart .panel-heading {
    background-color: rgb(69, 69, 69);
}
#cart .panel-title {
    padding: 5px 10px;
    border-radius: 5px;
}
#cart .panel-title, #cart .panel-title .fa {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: inline-block;
}
#cart .product-thumb {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}
#cart .product-thumb img {
    border: none;
}
#cart .product-details {
}
#cart .product-details .product-title {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
}
#cart .quantity {
    max-width: 122px;
    margin: 0px;
    margin-top: 10px;
}
#cart .quantity .form-control {
    height: 32px;
}
#cart .price-total {
    font-size: 1.5em;
    clear: both;
    margin-top: 10px;
}
#cart .options, #checkout .options {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #333;
}
#cart .options li, #checkout .options li {
    line-height: 22px;
}
#cart .options label, #checkout .options label {
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #666666;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
}
.options .icon {
    color: #31708f;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
.panel-body .close {
    font-size: 25px;
    line-height: 25px;
}
.panel-body .close:hover {
    color: red;
}

.coupon-title .icon .coupon {
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}
.reward-title .icon .coin, .reward-title .icon .coin-c, .reward-title .icon .coin-black {
    background-size: 18px;
    width: 18px;
    height: 18px;
    margin-top: -5px;
}
.fa-coins {
    color: orange;
}
/* Checkout Page */
#customer .panel-body .row {
    margin: 0px auto;
}
#customer .panel-body .form-group {
    padding: 7px 0px;
    margin: 0px;
    margin-bottom: 0px;
}
.checkout-nav {
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 auto;
    min-height: 40px;
    position: fixed;
    width: 100%;
    z-index: 99999999;
}
.checkout-nav .logo {
    padding: 7px 0px;
}
.checkout-nav .logo img {
    height: 26px!important;
    width: auto;
}
.checkout-nav .btn-group .dropdown-toggle {
}
#checkout {
    background-color: #dff0d8;
    margin: 0;
    padding: 100px 0 0 0;
}
#checkout-wrapper {
    max-width: 750px;
}
#checkout .title, #checkout .title .fa {
    color: green;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 10px 0px;
    padding: 0px 0px;
}
#checkout .panel-body {
    padding: 15px 25px;
}
#checkout .panel-body tbody tr td {
    border-top: none;
    border-bottom: 1px solid #dddddd;
}
#checkout .panel-body tbody tr:last-child td {
    border-bottom: none;
}
#checkout .panel-heading {
    background-color: rgb(69, 69, 69);
}
#cart-total .panel-body tbody tr:last-child td:last-child, #checkout .panel-body tfoot tr:last-child td:last-child {
    font-size: 20px;
    font-weight: bold;
    color: green;
}
#checkout .panel-title {
    padding: 5px 10px;
    border-radius: 5px;
}
#checkout .panel-title, #checkout .panel-title .fa {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: inline-block;
}
#checkout label {
    font-size: 14px;
    font-weight: bolder;
    line-height: normal;
}
#order-details .product-title {
    padding: 0px;
    margin: 5px 0px;
    color: #444444;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
#order-details table td {
    vertical-align: middle;
}
#order-details table td img {
    border: none;
}
#checkout #payment-method label {
    line-height: 22px;
    display: block;
}
#checkout #payment-method .radio {
    margin-bottom: 15px;
}
#checkout .text-danger {
    font-size: 13px;
    line-height: 16px;
    margin-top: 3px;
}
#checkout .text-info .fa, #checkout .text-danger .fa {
    margin-right: 2px;
}
#coupon .panel-body, #reward .panel-body {
    padding: 15px 0px;
}
#checkout #coupon .panel-body {
    padding: 15px 25px;
}
#coupon .panel-body .row, #reward .panel-body .row {
    padding: 0px 0px;
}
#coupon .coupon-title h3, #coupon .coupon-title h3 .fa, #reward .reward-title h3, #reward .reward-title h3 .fa {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px;
}
#coupon .coupon-title h3, #reward .reward-title h3 {
    margin: 0px 0px;
    padding: 0px;
}
.coupon-code {
    text-transform: uppercase;
}
.coupon-card .coupon-code, .coupon-card .coupon-head  {
    font-size: 16px;
    font-weight: bold;
    background: #444444;
    color: #ffffff;
}
.coupon-card .coupon-head {
    padding: 7px 7px;
    border-left: 3px dashed #fff;
    border-top: none;
    border-right: 1px dashed #ffffff;
    border-bottom: none;
}
.coupon-card .coupon-code  {
    padding: 7px 10px;
    margin-right: 5px;
    border-left: none;
    border-top: none;
    border-right: 3px dashed #ffffff;
    border-bottom: none;
}
@media (max-width: 767px) {
    .text-center-sm {
    	text-align: center!important;
    }
}
#payment-info .payment-logo img {
    width: auto;
    height: 30px;
    margin: 0px 5px 0px 0px;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #ffffff;
}
#payment-info .payment-logo img:hover {
    background: #f5f5f5;
}
#checkout #place-order-button {
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    margin: 0px;
    padding: 18px 0px;
}
#affiliate-info {
    text-align: center;
    font-size: 13px;
    margin: 20px auto;
}
#checkout-footer ul li {
    display: inline;
    margin-right: 20px;
}