﻿/*.quantity__minus:link, .quantity__plus:link {
    color: white !important;
}*/

.header-space {
    height: 90px;
}

.header-area {
    height: 90px;
}

/*.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    padding: 0px 5px 0 5px;
    width: 50px;
    height: 4.9vh;
}*/

th.product-no {
    width: 5%;
}

.isc-wishlist-top {
    float: left;
    width: 20%;
    padding-top: 20px;
    padding-left: 20px;
}

.cart-main-area {
    float: left;
    width: 100%;
}

footer.footer-area.gray-bg {
    float: left;
    width: 100%;
}

.isc-wishlist-main {
    float: left;
    width: 100%;
}

.isc-wishlist-right {
    float: left;
    width: 11%;
    text-align: right;
    padding-right: 0px;
    margin-top: 0;
    margin-bottom: 15px;
    display: none;
}

.sidebar-widget.mb-45 {
    margin-top: -45px;
}

.modal-body h4 {
    font-size: 15px;
    float: left;
    width: 100%;
    color: black;
    text-transform: capitalize;
    font-weight: 600;
}

.isc-input-fields {
    float: left;
    width: 85%;
}

#exampleModal .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
}

#exampleModal .modal-content {
    border-radius: 10px;
    width: 100%;
    float: none;
    max-width: 50%;
    margin: 0 auto;
}

input.isc-list-name {
    width: 100%;
    background-color: white;
    border: 1px solid #dddddd;
}

input.isc-list-name {
    width: 100%;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 2px;
    height: 8vh;
    margin-top: 10px;
}

#exampleModal .close {
    color: black;
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 10px;
    text-shadow: 0 1px 0 #fff;
    top: 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
}

.table-content table td {
    border-top: medium none;
    padding: 10px 8px;
    vertical-align: middle;
    font-size: 13px;
    width: unset;
    white-space: nowrap;
    text-align: left;
}

button#button {
    border: 1px solid #1589ee;
    background-color: #1589ee;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
    width: 100px;
    cursor: pointer;
}
.table-content table td.product-name a {
    color: #6f6f6f;
    font-size: 15px;
    margin-left: 0;
    text-transform: capitalize;
    cursor: default;
}

button#button2 {
    border: 1px solid #1589ee;
    background-color: #1589ee;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}

button#button3 {
    border: 1px solid #1589ee;
    background-color: #1589ee;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}

.isc-table-section {
    margin-top: -145px;
    margin-left: 40px;
}

.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 78.333333%;
    max-width: 78.333333%;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    border: none;
    border: 1px solid #dddd;
}

.isc-sale-product:hover .isc-product-text {
    display: block;
}

.isc-product-text {
    display: none;
}

.ribbon {
    font-size: 13px !important;
    width: 14%;
    position: absolute;
    background: #1589ee;
    color: #fff;
    text-align: center;
    padding: 0.15em 0.25em;
    margin-top: 5px !important;
    font-weight: 500;
    border-radius: 5px;
}

/*.quantity__minus, .quantity__plus {
    display: block;
    width: 35px;
    height: 31px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    background: #1589ee;
}*/

/*    .quantity__minus:visited, .quantity__plus:visited {
        color: white;
    }*/

button#button1 {
    border: 1px solid #1589ee;
    background-color: #1589ee;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}

/*.table-content table td input {
    background: #1589ee none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    padding: 0px 5px 0 5px;
    width: 50px;
    height: 4.9vh;
}*/

/*.quantity__minus:hover, .quantity__plus:hover {
    background: #c3cdd7;
    color: #3e3e3e;
    font-weight: 800;
}*/

/*.table-content table td input:hover {
    background: #c3cdd7;
    color: #3e3e3e;
}*/

.sidebar-categories li {
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: 0px;
}

.quantity {
    display: flex;
}
.table-content table td input {
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: normal;
    height: 31px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.product-thumbnail img {
    width: 100% !important;
    cursor: default;
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 3/1;
    object-fit: contain;
    object-position: center;
    height: 60px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
}
.quantity {
    display: flex;
    margin-left: 0;
}
.isc-wishlist-left-section {
    float: left;
    width: 30%;
}
.isc-wishlist-right-section {
    float: right;
    width: 70%;
}


/*Wishlist*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .isc-table-section {
        margin-top: 0;
        margin-left: 0;
    }

    .isc-wishlist-right-section {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 812px) {
    .isc-table-section {
        margin-top: 0;
        margin-left: 0;
    }

    .isc-wishlist-right-section {
        float: left;
        width: 100%;
    }
    .isc-wishlist-left-section {
        float: left;
        width: 100%;
    }
}

.isc-wishlist-top-section{
    float:left;
    width:100%;
}
.isc-wishlist-top-right{
    float:right;
    width:40%;

}
.isc-wishlist-top-right-list {
    float: left;
    width: 100%;
}
.sidebar-search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 95%;
    margin-left: 0;
}
    .sidebar-search form {
        position: relative;
    }
        .sidebar-search form input {
            background: white;
            border: medium none;
            box-shadow: none;
            color: #8e8d8d;
            font-size: 13px;
            padding-left: 15px;
            padding-right: 55px;
            border: 1px solid #ddd !important;
        }
        .sidebar-search form > button {
            background-color: #dedede;
            border: medium none;
            color: #1589ee;
            cursor: pointer;
            font-size: 24px;
            height: 45px;
            line-height: 45px;
            padding: 0 16px;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }
.isc-wishlist-top-right-list li {
    display: contents;
    list-style-type: none;
    margin: 0px 10px 0px 10px;
}
a#filter1 {
    display: inline-block;
    color: #16325c;
    margin: 16px 5px 0px 10px;
    font-size: 15px;
    padding: 0px 7px;
    font-weight: 400;
    border-radius: 0px !important;
    float: left;
    line-height: 27px;
    background-color: #fff;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px !important;
    position: absolute;
    cursor: pointer;
}
.isc-split-screen {
    display: flex;
}
.isc-80 {
    width: 80%;
}
.isc-filter-options:first-child {
    padding: 15px 15px 15px 0px;
    padding-bottom: 10px;
}

.isc-filter-options {
    display: flex;
}
.isc-filter-item {
    margin-left: 0 !important;
}

.isc-filter-item {
    width: 27%;
    margin-right: 20px;
}
.isc-filter-label {
    font-size: 14px;
    color: #525252;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 600;
}
.isc-20 {
    width: 20%;
    margin: 0px 20px 0px 0px;
    margin-top: 0px;
    padding-top: 10px;
    text-align: right;
}
.isc-filter-act-btn {
    margin-top: 25px;
}
    .isc-filter-act-btn a {
        margin-right: 10px;
    }
.isc-btn-s1 {
    display: inline-block;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    float: left;
    background-color: #13a840;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.isc-btn-s1 {
    color: white !important;
}
.isc-btn-s3 {
    display: inline-block;
    color: #525252;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    float: left;
    background-color: #f3f2f2;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.isc-btn-s3 {
    color: #525252 !important;
}
.isc-screen-row {
    float: left;
    width: 100%;
}
.isc-wishlist-bottom-section {
    float: left;
    width: 100%;
    margin-top:10px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
    text-transform: capitalize;
}
.table thead th:first-child {
    
    width: unset !important;
}
/***Pagination***/
.isc-pagination-sec-s1 {
    padding: 20px;
    float: right;
    padding-top: 0;
}

.isc-page-count-s1 {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    font-size: .875em;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

    .isc-page-count-s1.active {
        border: none;
        background: #1589ee;
        color: #f0f0f0 !important;
    }

/*****Pagination***/

.isc-row{
    float:left;
    width:100%;
}
table.dataTable {
    float: left;
    width: 100%;
}

.dataTable th span::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: unset;
    width: auto;
    margin-left:10px;
    font-weight: 100;
}
.product-price > span {
    color: #686868;
    font-weight: inherit;
}
.sorting_asc::before {
   
    color: blue;
}
.sorting_desc::before {
    content: "\f15e" !important;
    font-family: FontAwesome;
    float: right;
    position: absolute;
    width: 2%;
    color: red;
    font-weight: 100;
}
.dataTable th span::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: unset;
    width: auto;
    margin-left:10px;
    font-weight: 100;
}
.quantity__input {
 height: 31px;
}
.quantity {
    display: inline-flex;
}
.breadcrumb-content li a {
   cursor:text;
}
.isc-wishlist-table tr th:first-child
{
    display:none;
}
.isc-wishlist-table tr td:first-child {
    display: none;
}
.isc-pointer
{
    cursor:pointer;
    display:inline-block;
    
}
