/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.line {
    border-left: 1px solid #d9d9d9;
}


/* Style the table */
table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
    width: 100%;
    /*border: 1px solid #ddd;*/
}

/* Style table headers and table data */
th, td {
    text-align: left;
    padding: 10px;
}

th:first-child, td:first-child {
    text-align: left;
}

.ex {
    text-align: left;
}

/*address*/
.table.address-list {
    margin: 0;
}

.table.address-list th,
.table.options_cart th {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: normal;
    color: #111;
    border: 0;
    padding-top: 0;
}

.table.address-list th:nth-child(1) {
    width: 20%;
}

.table.address-list th:nth-child(2) {
    width: 20%;
}

.table.address-list th:nth-child(3) {
    width: 30%;
}

.table.address-list th:nth-child(4) {
    width: 20%;
}

.table.address-list th:nth-child(5) {
    width: 10%;
}

.table.address-list td {
    vertical-align: middle;
    border: 0;
}

.table.address-list td strong {
    font-weight: 500;
}

.table.address-list td.options a {
    display: inline-block;
    margin-right: 10px;
}

.table.address-list td.options a i {
    font-size: 18px;
    font-size: 1.125rem;
}

.table.address-list td .numbers-row {
    background-color: #fff;
}

.table.address-list.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.045);
}

@media (max-width: 767px) {
    .table.address-list,
    .table.address-list thead,
    .table.address-list tbody,
    .table.address-list th,
    .table.address-list td,
    .table.address-list tr {
        display: block;
        border: 0;
    }

    .table.address-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table.address-list tr {
        border: 1px solid #ddd;
    }
}

@media (max-width: 767px) and (max-width: 991px) {
    .table.address-list tr {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .table.address-list td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 35%;
    }

    .table.address-list td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table.address-list td:nth-of-type(1):before, .table.address-list td:nth-of-type(2):before, .table.address-list td:nth-of-type(3):before, .table.address-list td:nth-of-type(4):before, .table.address-list td:nth-of-type(5):before {
        font-weight: 700;
        color: #111;
    }

    .table.address-list td:nth-of-type(1):before {
        content: "Country";
    }

    .table.address-list td:nth-of-type(2):before {
        content: "City";
    }

    .table.address-list td:nth-of-type(3):before {
        content: "Street";
    }

    .table.address-list td:nth-of-type(4):before {
        content: "Name";
    }

    .table.address-list td:nth-of-type(5):before {
        content: "Actions";
    }
}


/*orders list*/
.table.orders-list {
    margin: 0;
}

.table.orders-list th,
.table.orders-list th {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: normal;
    color: #111;
    border: 0;
    padding-top: 0;
}

.table.orders-list th:nth-child(1) {
    width: 20%;
}

.table.orders-list th:nth-child(2) {
    width: 20%;
}

.table.orders-list th:nth-child(3) {
    width: 30%;
}

.table.orders-list th:nth-child(4) {
    width: 20%;
}

.table.orders-list th:nth-child(5) {
    width: 10%;
}

.table.orders-list td {
    vertical-align: middle;
    border: 0;
}

.table.orders-list td strong {
    font-weight: 500;
}

.table.orders-list td.options a {
    display: inline-block;
    margin-right: 10px;
}

.table.orders-list td.options a i {
    font-size: 18px;
    font-size: 1.125rem;
}

.table.orders-list td .numbers-row {
    background-color: #fff;
}

.table.orders-list.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.045);
}

@media (max-width: 767px) {
    .table.orders-list,
    .table.orders-list thead,
    .table.orders-list tbody,
    .table.orders-list th,
    .table.orders-list td,
    .table.orders-list tr {
        display: block;
        border: 0;
    }

    .table.orders-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table.orders-list tr {
        border: 1px solid #ddd;
    }
}

@media (max-width: 767px) and (max-width: 991px) {
    .table.orders-list tr {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .table.orders-list td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 35%;
    }

    .table.orders-list td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table.orders-list td:nth-of-type(1):before, .table.orders-list td:nth-of-type(2):before, .table.orders-list td:nth-of-type(3):before, .table.orders-list td:nth-of-type(4):before, .table.orders-list td:nth-of-type(5):before {
        font-weight: 700;
        color: #111;
    }

    .table.orders-list td:nth-of-type(1):before {
        content: "Order";
    }

    .table.address-list td:nth-of-type(2):before {
        content: "Date";
    }

    .table.address-list td:nth-of-type(3):before {
        content: "Status";
    }

    .table.address-list td:nth-of-type(4):before {
        content: "Total";
    }

    .table.address-list td:nth-of-type(5):before {
        content: "Actions";
    }

    .item_order {
        /*float: left;*/
        width: 65%;
        margin: 25px 0 0 10px;
        line-height: 1.3;
        font-weight: 500;
    }
}

/*Reviews-list*/
.table.reviews-list {
    margin: 0;
}

.table.reviews-list th,
.table.reviews-list th {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: normal;
    color: #111;
    border: 0;
    padding-top: 0;
}

.table.reviews-list th:nth-child(1) {
    width: 5%;
}

.table.reviews-list th:nth-child(2) {
    width: 10%;
}

.table.reviews-list th:nth-child(3) {
    width: 10%;
}

.table.reviews-list th:nth-child(4) {
    width: 40%;
}

.table.reviews-list th:nth-child(5) {
    width: 10%;
}

.table.reviews-list td {
    vertical-align: middle;
    border: 0;
}

.table.reviews-list td strong {
    font-weight: 500;
}

.table.reviews-list td.options a {
    display: inline-block;
    margin-right: 10px;
}

.table.reviews-list td.options a i {
    font-size: 18px;
    font-size: 1.125rem;
}

.table.reviews-list td .numbers-row {
    background-color: #fff;
}

.table.reviews-list.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.045);
}

@media (max-width: 767px) {
    .table.reviews-list,
    .table.reviews-list thead,
    .table.reviews-list tbody,
    .table.reviews-list th,
    .table.reviews-list td,
    .table.reviews-list tr {
        display: block;
        border: 0;
    }

    .table.reviews-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table.reviews-list tr {
        border: 1px solid #ddd;
    }
}

@media (max-width: 767px) and (max-width: 991px) {
    .table.reviews-list tr {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .table.reviews-list td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 35%;
    }

    .table.reviews-list td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table.reviews-list td:nth-of-type(1):before, .table.reviews-list td:nth-of-type(2):before, .table.reviews-list td:nth-of-type(3):before, .table.reviews-list td:nth-of-type(4):before, .table.reviews-list td:nth-of-type(5):before {
        font-weight: 700;
        color: #111;
    }

    .table.reviews-list td:nth-of-type(1):before {
        content: "#";
    }

    .table.reviews-list td:nth-of-type(2):before {
        content: "Date";
    }

    .table.reviews-list td:nth-of-type(3):before {
        content: "Product";
    }

    .table.reviews-list td:nth-of-type(4):before {
        content: "Review";
    }

    .table.reviews-list td:nth-of-type(5):before {
        content: "Status";
    }

}

 .btn-wishlist.active {
    background-color: #f9b100 !important;
    color: #fff !important;
}

 .add-cart.active{
     background-color: #595959 !important;
 }

/*button*/
.btn_15 {
    border: none;
    color: #fff;
    background: #fc1212;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}


