.fa-2 {
    font-size: 1.8em !important;
    color: #ac365f !important;
}

.basket-table>thead>tr>th {
    font-weight: 600;
    background-color: #ffd042;
    border-color: #ffd042;
}

.table-bordered>thead>tr>th {
    border-bottom-width: 0;
}

@media only screen and (max-width: 1050px) {
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    .mobileFooter {
        display: block !important;
    }
    #no-more-tables td.td-hidden {
        display: none;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables th.column-1,
    #no-more-tables th.column-2,
    #no-more-tables th.column-3,
    #no-more-tables th.column-4,
    #no-more-tables th.column-5,
    #no-more-tables th.column-6,
    #no-more-tables th.column-7 {
        width: auto !important;
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

.redSup {
    color: #f1393c;
}

.wizard {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.wizard.wizard-tabbed {
    background: #fbfbfb;
}

.wizard.wizard-tabbed ul li {
    padding: 0 30px;
    background-color: #fbfbfb;
}

.wizard.wizard-tabbed ul li .chevron {
    display: none;
}

.wizard.wizard-tabbed ul li .chevron:before {
    display: none;
}

.wizard.wizard-tabbed ul li.complete {
    background-color: #fbfbfb;
}

.wizard.wizard-tabbed ul li.active {
    background: #ffffff;
}

.wizard.wizard-wired {
    padding-top: 10px;
    display: block;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wizard.wizard-wired ul {
    display: table;
    width: 100%;
    position: relative;
}

.wizard.wizard-wired ul li {
    display: table-cell;
    text-align: center;
    background-color: #ffffff;
    width: 20%;
    padding: 0;
    margin: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.wizard.wizard-wired ul li .chevron {
    display: none;
}

.wizard.wizard-wired ul li .chevron:before {
    display: none;
}

.wizard.wizard-wired ul li.complete {
    background-color: #ffffff;
}

.wizard.wizard-wired ul li.complete .step:before {
    font-size: 22px;
    line-height: 36px;
}

.wizard.wizard-wired ul li.complete:hover {
    background-color: #ffffff;
}

.wizard.wizard-wired ul li.active {
    background-color: #ffffff;
}

.wizard.wizard-wired ul li .step {
    border-width: 2px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 15px;
    z-index: 2;
    background-color: #ffffff;
}

.wizard.wizard-wired ul li .title {
    display: block;
    margin-top: 4px;
    margin-bottom: 6px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.wizard.wizard-wired ul li:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px !important;
    font-size: 0;
    overflow: hidden;
    background-color: #e5e5e5;
    position: relative !important;
    top: 25px;
    z-index: 1 !important;
}

.wizard.wizard-wired ul li:first-child:before {
    max-width: 51%;
    left: 50%;
}

.wizard.wizard-wired ul li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.wizard ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    width: 4000px;
}

.wizard ul.previous-disabled li.complete {
    cursor: default;
}

.wizard ul.previous-disabled li.complete:hover {
    background: #f3f3f3;
    cursor: default;
}

.wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f3f3;
}

.wizard ul li {
    margin: 0;
    padding: 0 20px 0 30px;
    line-height: 46px;
    position: relative;
    background: #f5f5f5;
    color: #d0d0d0;
    font-size: 16px;
    cursor: default;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}

.wizard ul li .step {
    border: 2px solid #e5e5e5;
    color: #cccccc;
    font-size: 13px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.wizard ul li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}

.wizard ul li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #f5f5f5;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}

.wizard ul li.complete {
    background: #f5f5f5;
    color: #444444;
}

.wizard ul li.complete:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden;
    background-color: #4dd40f;
    z-index: 10000;
}

.wizard ul li.complete:hover {
    background: #eeeeee;
}

.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #eeeeee;
}

.wizard ul li.complete .chevron:before {
    border-left: 14px solid #f5f5f5;
}

.wizard ul li.complete .step {
    color: #4dd40f;
    border-color: #4dd40f;
}

.wizard ul li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #ffffff;
    z-index: 3;
    font-family: "FontAwesome";
    font-size: 12px;
    color: #4dd40f;
}

.wizard ul li.active {
    background: #ffffff;
    color: #262626;
}

.wizard ul li.active .step {
    border-color: #E9290F;
    color: #E9290F;
}

.wizard ul li.active:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden;
    background-color: #E9290F;
    z-index: 10000;
}

.wizard ul li.active .chevron:before {
    border-left: 14px solid #ffffff;
}

.wizard ul li .badge {
    margin-right: 8px;
}

.wizard ul li:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 0;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 0;
    background-clip: padding-box;
    padding-left: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .margin-sm-top-15 {
        margin-top: 15px !important;
    }
}

@media (max-width: 768px) {

    .margin-xs-bottom-15 {
        margin-bottom: 15px !important;
    }
}

.cart-tabs > li > a {
    color: inherit;
}

.cart-tabs>li.active>a, .cart-tabs>li.active>a:hover, .cart-tabs>li.active>a:focus{
    color: #c02d06;
}

/* For price */

.cat-list-price  {
    margin-top: 8px;
    padding: 0;
    list-style: none;
}

.cat-list-price li {
    background-image: url("/images/csv_icons/play-circle-solid.svg");
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: 14px;
}

.cat-list-price li {
    padding: 4px 0 4px 20px;
}

.table-price>thead>tr>th {
    background: #e4e4e4;
    background: -webkit-linear-gradient(#fff, #e4e4e4);
    background: -o-linear-gradient(#fff, #e4e4e4);
    background: -moz-linear-gradient(#fff, #e4e4e4);
    background: linear-gradient(#fff, #e4e4e4);
    vertical-align: middle;
}

.table-price>thead>tr>th>a {
    color: #000;
    text-decoration: none;
}

.excel-file-link {
    margin: 15px 0 20px;
}

.excel-file-link > a > i {
    margin-right: 5px;
    font-size: 1.1em;
    font-weight: 500;
}

.excel-file-link > a {
    font-size: 1.1em;
    text-decoration: none;
}