/*
* @package Nivo
* @copyright (C) 2017 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <stars.joomla@gmail.com>
* @authorurl <http://themeforest.net/user/joomlastars>
*/

/* You can add new css here */


.force-center {
    display : table;
    margin : 0 auto;
}

.space-sm {
    display : block;
    width : 100%;
    height : 10px;
}

.space-md {
    display : block;
    width : 100%;
    height : 25px;
}

.space-lg {
    display : block;
    width : 100%;
    height : 35px;
}

.bth3 {
    text-align: left;
}


#totalIVA {
    display: block;
    float: right;
    font-size: 1.2em;
    font-weight: 600;
    color: #b12704;
    text-align: right;
}

#pr-left table, #pr-right table {
    font-size: 16px;
}

#pr-left .table-responsive{border-left:none;border-right:none;}
#pr-left, #pr-right{padding-top:20px;}
/* #pr-left h2, #pr-left h3, #pr-left h4 {border-bottom: 1px solid #01b0ef;padding-bottom: 12px;} */
.tab_left01 td{padding:10px 0 20px 0;border-bottom: 1px solid #e6e6e6;}
#tab_left01 .btn_01{background:#01b0ef;border:0px;border-radius:5px;padding:6px 6px;}
#faq-div{background:#F7F7F7;padding:20px;border-radius:2%;margin-top:50px;}
.faq-title{font-weight:bold;}
.faq-list{margin-top:10px;}
.faq-list div{margin-top:5px;}
#generate-pdf{border:0;border-radius:5px;background:#01b0ef;height:48px;margin:6px auto;color:#fff;font-size:1.2em;text-align:center;line-height:38px;width:100%;font-weight:600;}
#edit-submit{border:0;border-radius:5px;background: #01b0ef;height: 48px;margin:6px auto;color:#fff;font-size:1.2em;text-align:center;width:100%;}
#edit-submit:hover,#generate-pdf:hover{background: #64bffd;}
#add-shopping-cart-form div.has-error{color:#a94442;}

.card-action input, input[type="submit"] {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    background-color: #0ca7de;
    border-color: #039ed5;
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.card-action input:hover, input[type="submit"]:hover {
    color : #BBB;
}

#shop_cart_submit {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    background-color: #151515;
    border-color: #151515;
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom : 20px;
}

#shop_cart_submit:hover, .btn-dark:hover {
    color : #0ea9e0;
}

.card {
    padding: 20px;
    background: white;
}

#currency{
    width : 50%;
    display : inline-block;
}

table.order-detail thead,
table.order-detail tfoot {
    background-color : #f5f5f5;
}

.billing-information {
    font-size : 18px;
}

.billing-information li {
    margin : 10px 0px;
}


.order-total{
    display: block;
    float: right;
    font-size: 1.2em;
    font-weight: 600;
    color: #b12704;
    text-align: right;
}


.le-total {
    font-size : 16px;
}

#total_money, .le-total {
    display: block;
    font-weight: 600;
    color: #b12704;
    margin-left : 66px;
}

.reddy {
    color : #b12704;
}

.black-bar {
    background-color : #070707;
    color : #ffffff;
}

.blue-clue {
    color : #1982d3;
}

.btn-dark {
    color : #fff;
    background-color : #121212;
    font-size : 20px;
}

#shop_cart > div > label:nth-child(3) {
    display: inline;
}
