/* Shop Css Start Here */
header#headerTop {
    position: unset !important;
    background-color: #000;
}
header#headerTop .action-links ul.auth li span.spacer {
    color: #fff;
}
.shop .product-box .inner-content {
    overflow: hidden;
}
.shop {
    background: #000;
    color: #fff;
    padding: 60px 0;
}
.shop .sidebar .categories .head {
    border: 1px solid #fff;
    padding: 13px 25px;
    margin-bottom: 15px;
}
.shop .sidebar .categories .head h4 {
    margin: 0;
    font-family: "Poppins";
    font-size: 18px;
}
.shop .sidebar .categories .card {
    border: 0;
    border-bottom: 1px solid #363636;
    background: transparent;
}
.shop .sidebar .categories .card .card-header {
    background: transparent;
    border: 0;
    padding: 0;
    padding: 17px 0;
}
.shop .sidebar .categories .card .card-header button.btn.btn-link {
    padding: 0;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    position: relative;
    transition: 0.6s;
}
.shop
    .sidebar
    .categories
    .card
    .card-header
    button.btn.btn-link[aria-expanded="true"]
    h5 {
    transform: translateX(20px);
}
.shop .sidebar .categories .card .card-header button.btn.btn-link h5 {
    padding: 0;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 0;
    white-space: pre-wrap;
    padding-right: 41px;
    text-align: start;
}
.shop
    .sidebar
    .categories
    .card
    .card-header
    button.btn.btn-link[aria-expanded="true"]
    i:before {
    content: "\f068";
}
.shop
    .sidebar
    .categories
    .card
    .card-header
    button.btn.btn-link[aria-expanded="true"]:before {
    background-color: #fff;
}
.shop .sidebar .categories .card .card-body {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins";
    padding: 0px 0 14px;
    padding-left: 20px;
}
.shop .sidebar .categories .card .card-body a {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins";
    padding: 0px 0 14px;
    /*padding-left: 5px;*/
}
.shop .sidebar .categories .card .card-header button.btn.btn-link:before {
    content: "";
    background: #fff0;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border-radius: 50%;
}
.shop .filter {
    padding-bottom: 40px;
}
.shop .filter form {
    display: flex;
}
.shop .filter form .form-group {
    margin: 0;
}
.shop .filter form .form-group .form-control {
    background: transparent;
    border-radius: 0;
    border: 1px solid #888888;
    height: 50px;
    padding: 10px 25px;
    color: #737373;
    font-family: "Poppins";
    font-weight: 500;
}
.shop .filter form button.btn {
    border-radius: 0;
    font-size: 14px;
    color: #000000;
    font-family: "Poppins";
    padding: 0 30px;
}
.shop .sorting {
    display: flex;
    align-items: center;
    position: relative;
}
.shop .sorting label {
    width: 100px;
    margin: 0;
}
.shop .sorting .form-control {
    background: transparent;
    border-radius: 0;
    border: 1px solid #888888;
    height: 50px !important;
    padding: 10px 0px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 9;
    background-image: url("../img/compare.png");
    background-repeat: no-repeat;
    background-position: center left 25px;
    padding-left: 60px;
}
.shop .sorting .form-control option {
    color: #000;
}
.shop .sorting .down-arrow {
    position: absolute;
    right: 20px;
    font-size: 25px;
}
.product-box {
    position: relative;
    border: 1px solid #e3e3e34d;
    padding: 10px 10px;
    transition: 0.6s;
    margin-bottom: 35px;
}
.product-box:hover {
    border-color: #fff;
}
.product-box .picture_box {
    position: relative;
    overflow: hidden;
}
.product-box .picture_box .img_box img {
    height: 235px;
    width: 100%;
    object-fit: cover;
}
.product-box .picture_box .content {
    position: absolute;
    bottom: 0;
    background: #ffffffde;
    height: 100%;
    width: 100%;
    color: #000;
    display: flex;
    align-items: end;
    padding: 15px 14px;
    transform: translateY(150%);
    transition: 0.7s;
}
.product-box:hover .picture_box .content {
    transform: translateY(0%);
}
.product-box .picture_box .content h4 {
    font-family: "Poppins";
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*.product-box .picture_box .content h4 {*/
/*    font-family: "Poppins";*/
/*    font-size: 14px;*/
/*    color: #000000;*/
/*    font-weight: 600;*/
/*}*/
.product-box .picture_box .content p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.product-box .picture_box .content a.lnk {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
.product-box .picture_box .content a.lnk i {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 600;
}
.product-box .bottom h3 {
    font-size: 12px;
    font-family: "Poppins";
    line-height: 23px;
    margin: 0;
    padding-top: 6px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 16px 0px 16px;
}
.shop .more_btn {
    text-align: center;
}
.shop .more_btn button.more {
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-family: "Roboto";
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    padding: 9px 35px;
}
/* Shop Css End Here */
/* RESPONSIVE STARTS HERE */
@media (max-width: 800px) {
    .shop .sorting {
        margin-top: 25px;
    }
    .shop .filter {
        margin-top: 30px;
    }
    .shop .filter form button.btn {
        flex: 0 0 30%;
    }
    .shop .filter form .form-group {
        flex: 0 0 70%;
    }
}
/* RESPONSIVE ENDS HERE */
