@import url('product.css');

.productsec-1 .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 16px !important;
    /*padding-bottom: 20px !important;*/
}

.productsec-1 .top-bar {
    height: 30px;
    width: 100%;
    background-color: #007BFF;
    position: fixed;
    z-index: 1020;
    top: 55px;
}

.productsec-1 .path {
    font-size: 12px;
}



.info__cart:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

p {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(0, 0, 0, 0.7) !important;
}

.productsec-1 .span {
    font-weight: 700;
}

.productsec-1 .sa-p {
    margin-top: -5px !important;
    padding-bottom: 0px !important;
}



.productsec-2 .container-fluid {
    padding: 0 !important;
}

.productsec-2 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: white;
    /*height: 100%;*/
}

    .productsec-2 .sidebar {
        position: relative;
        padding-top: 5px;
        width: 20%;
        /*height: 100%;*/
        /*overflow-y: scroll;*/
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

        .productsec-2 .sidebar .container {
            padding-left: 30px !important;
        }

    .productsec-2 p {
        font-size: 14px;
    }

    .productsec-2 .title {
        color: black;
        font-weight: bold;
    }

    .productsec-2 .custom-control-label {
        font-family: 'Poppins', sans-serif !important;
        padding-top: 3px;
        font-size: 13px;
        cursor: pointer;
    }

        .productsec-2 .custom-control-label span {
            color: rgba(0, 0, 0, 0.6) !important;
            font-size: 11px !important;
        }

    .productsec-2 .productbar {
        position: relative;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 30px !important;
        width: 80%;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .productsec-2 .card {
        /*width: 220px;*/
    }

    .productsec-2 .card-body {
        z-index: 12;
        padding: 0.50rem !important;
        transition: 0.15s ease;
    }

    .productsec-2, .productsec-2 .card-text, .productsec-2 .card-link {
        color: rgba(0,0,0,1);
        font-family: 'Poppins', sans-serif;
    }

        .productsec-2 .card-title {
            font-family: "Open Sans", Helvetica, Arial, sans-serif;
            font-size: 16px;
            line-height: 1.125rem;
            font-weight: 900;
            color: blue;
        }

        .productsec-2 .card-text {
            font-size: 14px;
            margin-top: 0px;
        }

        .productsec-2 .card-link {
            font-size: 14px;
            font-weight: bold;
            padding-left: 0.50rem;
            padding-top: 0.50rem;
        }

        .productsec-2 .img-holder {
            overflow: hidden;
            position: relative;
            border-radius: 8px;
        }

            .productsec-2 .img-holder img {
                width: 100%;
            }

        .productsec-2 .card-wrapper {
            text-decoration: none;
            color: black;
        }



        .productsec-2 .content-wrap {
            padding: 10px;
            font-size: 13px;
        }

        .productsec-2 .cart-wrap {
            text-decoration: none;
            color: black;
        }

        .productsec-2 .btn-wrap {
            padding: 0 10px 10px 10px;
            font-size: 13px;
        }

        .productsec-2 .content-wrap .price {
            font-size: 16px;
            font-weight: bold;
        }

        .productsec-2 .btn-wrap .btn {
            width: 100%;
            font-size: 12px;
            font-weight: bold;
        }

        .productsec-2 .content-wrap .title {
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* number of lines to show */
            -webkit-box-orient: vertical;
        }

/* =========================================== */

@media (min-width: 576px) and (max-width: 768) {
    .productsec-2.content-wrap .title {
        height: 31px !important;
    }
}


.productsec-2 .sizes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 0.50rem;
    display: none;
}

    .productsec-2 .sizes p {
        color: rgba(0,0,0,0.8);
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        margin-bottom: 0 !important;
        padding-bottom: 0.50rem;
    }

.productsec-2 .colours {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 0.50rem;
    display: none;
}

    .productsec-2 .colours p {
        color: rgba(0,0,0,0.8);
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        margin-bottom: 0 !important;
        padding-bottom: 0.50rem;
    }

.productsec-2 .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.50rem;
    color: rgba(0,0,0,0.8);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    cursor: pointer;
    transform: rotate(45deg);
}

.productsec-2 .productbar .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.section-bottom {
    display: none;
}

.section-bottom .list-group-item .mfilter{
    margin-left: 45px;
}

.section-bottom .list-group-item .mfiltersm{
    margin-left: 75px;
}

@media screen and (min-width: 992px) {
    .select-qty .input-group {
        width: 50% !important;
    }
    /*.productsec-2 .card{
        margin: 0 auto;
        overflow: hidden;
        border-radius: 0;
        border: 0px;
        width: 14rem;
    }*/
    .productsec-2 .card-cart {
        height: 100px;
    }

    .productsec-2 .card-cart {
        transition: 0.15s ease;
    }

    .productsec-2 .card:hover .card-body {
        transform: translateY(-60px);
        transition: 0.15s ease;
    }

    .productsec-2 .card:hover .card-cart {
        transform: translateY(-80px);
        transition: 0.15s ease;
    }

    .productsec-2 .cart-text {
        font-size: 13px;
        color: rgba(0,0,0,1);
        font-family: 'Poppins', sans-serif;
        padding: 0.50rem;
    }

    .productsec-2 .card {
        -webkit-box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.15);
        -moz-box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.15);
        box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.15);
    }

    .productsec-2 .btn {
        width: 100%;
        cursor: pointer;
        /*color: rgba(255,255,255,0.9) !important;*/
        font-weight: 600;
        font-size: 14px;
    }

    .productsec-2 .card-body {
        height: 80px;
    }

    .productsec-2 .col-lg-3 {
        margin-top: 30px;
    }

    .btnclear {
        cursor: pointer;
    }

    #add-filter {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sa-toast {
        position: relative;
        padding: 5px 5px;
    }

    .info-toast {
        font-size: 12px;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 20px;
        padding: 5px 10px;
        color: rgba(0,0,0,0.4);
    }

    .sa-close {
        font-size: 12px;
        margin-left: 10px;
        cursor: pointer;
        z-index: 1;
    }

        .sa-close:hover {
            color: color: rgba(0,0,0,0.8) !important;
        }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media screen and (min-width: 240px) and (max-width:329px) {
    .productsec-1 .dropdown, .productsec-2 #add-filter {
        display: none;
    }

    .productsec-1 .container-fluid {
        padding-bottom: 0px !important;
    }

    .productsec-2 .sidebar {
        display: none;
    }

    .productsec-2 .productbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 60px !important;
        width: 100% !important;
    }

    .productsec-2 .card {
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 10px;
    }

    .section-bottom {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 1080;
        background-color: white;
        display: flex;
        text-align: center;
    }

        .section-bottom .col-6 {
            padding-right: 0px;
            padding-left: 0px;
            height: 50px;
            border: 1px solid rgba(0,0,0,0.1);
            line-height: 3;
        }

        .section-bottom .row {
            -webkit-box-shadow: 0px 0px 36px -25px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 36px -25px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 36px -25px rgba(0,0,0,0.75);
        }

        .section-bottom .a {
            letter-spacing: 1px;
            color: #007BFF;
        }

        .section-bottom img {
            max-width: 12px;
            margin-right: 6px;
            margin-top: -4px;
        }

    .sort-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1090;
        background-color: white;
        display: none;
    }

    .overlay1 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1050;
        background-color: rgba(0,0,0,0.4);
        display: none;
    }

    .sort-panel ul li {
        font-family: 'Poppins', sans-serif;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .sort-panel ul active {
        font-weight: bold;
        color: blue;
    }

    .filter-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1090;
        background-color: white;
        display: none;
    }

        .filter-panel .bottom-buttons {
            bottom: 0;
            left: 0;
            right: 0;
        }

        .filter-panel .sa-nav {
            display: flex !important;
            width: auto !important;
            height: 40px;
        }

        .filter-panel .col-4 {
            padding-right: 0px !important;
            padding-left: 0px !important;
            line-height: 2.2;
            border: 1px solid rgba(0,0,0,0.1);
            border-bottom: 0px;
        }

        .filter-panel .container {
            padding-left: 0px !important;
            padding-right: 0px !important;
            border-right: 0px;
            border-bottom: 0px;
            border-left: 0px;
        }

        .filter-panel p {
            margin-top: 15px;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .filter-panel #tab2 .custom-control-label::before {
            left: -3rem;
        }

        .filter-panel #tab2 .custom-control-label::after {
            left: -3rem;
        }

    .color {
        margin-top: 0.2px;
    }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media screen and (min-width: 330px) and (max-width:770px) {
    .productsec-1 .dropdown, .productsec-2 #add-filter {
        display: none;
    }

    .productsec-1 .container-fluid {
        padding-bottom: 0px !important;
    }

    .productsec-2 .sidebar {
        display: none;
    }

    .productsec-2 .productbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 60px !important;
        width: 100% !important;
    }

    .productsec-2 .card {
        width: 160px;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 10px;
    }

    .section-bottom {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 1080;
        background-color: white;
        display: flex;
        text-align: center;
    }

        .section-bottom .col-6 {
            padding-right: 0px;
            padding-left: 0px;
            height: 50px;
            border: 1px solid rgba(0,0,0,0.1);
            line-height: 3;
        }

        .section-bottom .row {
            -webkit-box-shadow: 0px 0px 36px -25px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 36px -25px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 36px -25px rgba(0,0,0,0.75);
        }

        .section-bottom .a {
            letter-spacing: 1px;
            color: #007BFF;
        }

        .section-bottom img {
            max-width: 12px;
            margin-right: 6px;
            margin-top: -4px;
        }

    .sort-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1090;
        background-color: white;
        display: none;
    }

    .overlay1 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1050;
        background-color: rgba(0,0,0,0.4);
        display: none;
    }

    .sort-panel ul li {
        font-family: 'Poppins', sans-serif;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .sort-panel ul active {
        font-weight: bold;
        color: blue;
    }

    .filter-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1090;
        background-color: white;
        display: none;
        overflow-y: auto;
        height: 50%;
    }

        .filter-panel .bottom-buttons {
            bottom: 0;
            left: 0;
            right: 0;
        }

        .filter-panel .sa-nav {
            display: flex !important;
            width: auto !important;
            height: 40px;
        }

        .filter-panel .col-4 {
            padding-right: 0px !important;
            padding-left: 0px !important;
            line-height: 2.2;
            border: 1px solid rgba(0,0,0,0.1);
            border-bottom: 0px;
        }

        .filter-panel .container {
            padding-left: 0px !important;
            padding-right: 0px !important;
            border-right: 0px;
            border-bottom: 0px;
            border-left: 0px;
        }

        .filter-panel p {
            margin-top: 15px;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .filter-panel #tab2 .custom-control-label::before {
            left: -3rem;
        }

        .filter-panel #tab2 .custom-control-label::after {
            left: -3rem;
        }

    .color {
        margin-top: 0.2px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .productsec-1 .dropdown {
        display: none;
    }
}




/******************************************************************************************************************/


.dvProducts .item {
    margin-top: 10px;
    padding: 0 !important;
}
.dvProducts img {
    width: 100%;
    height:200px;
    object-fit:contain;

}

/******************************************************************************************************************/



/******************************************************************************************************************/
@media (min-width: 992px){
    .dvProducts{
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .dvProducts .container-fluid{
        padding-left: 50px;
        padding-right: 50px;
    }
    .dvProducts h2{
        padding-left: 50px;
        padding-bottom: 15px;
        font-size: 22px;
    }

    .dvProducts .item{
        padding: 10px;
    }
    .dvProducts .info__container{
        background-color: white;
        border-radius: 10px;
    }
    
}
@media (max-width: 991.98px){
    .dvProducts .mobile-slider{
        display: block;
    }
    .dvProducts .desktop-slider{
        display: none;
    }
    .dvProducts .item{
        padding: 3px;
    }
    .dvProducts .owl-theme .owl-nav {
        display: none;
    }
    .dvProducts h2{
        padding-left: 18px;
        padding-bottom: 0;
        font-size: 16px;
        margin-bottom: 0;
    }
    .dvProducts h2 svg{
        height: 20px;
        width: 20px;
    }
    .dvProducts .container-fluid{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .dvProducts .info__cart .title{
        font-size: 11px;
    }
    .dvProducts .info__container{
        border-radius: 0;
    }
    .dvProducts .info__cart{
        background-color: white;
        border-radius: 8px;
    }
    .dvProducts .info__cart .img-wrap img{
        border-radius: 8px;
    }
}

.dvProducts .info__cart{
    border: 1px solid #eeeeee;
    border-radius:10px;
}
.dvProducts .info__cart .content-wrap{
    padding: 10px;
    font-size: 13px;
}
.dvProducts .info__cart .cart-wrap{
    text-decoration: none;
    color: black;
}
.dvProducts .info__cart .btn-wrap{
    padding: 0 10px 10px 10px;
    font-size: 13px;
}
.dvProducts .content-wrap .price{
    font-weight: bold;
}
.dvProducts .info__cart .btn-wrap .btn{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
.dvProducts .content-wrap .title{
    height: 40px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

/* =========================================== */

@media (min-width: 576px) and (max-width: 768){
    .dvProducts .content-wrap .title{
        height: 31px !important;
    }
}

@media (max-width: 576px){
    .info__container__fluid{
        width: 100%;
    }
    .dvProducts .info__container__fluid .img-wrap{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dvProducts {
        padding-top: 15px;
        padding-bottom: 0;
        border-bottom: 1px solid #F2F3F7;
    }
}
@media (min-width: 576px){
    .info__container__fluid{
        width: 100%;
    }
    .dvProducts {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #F2F3F7;
    }
    .dvProducts h2{
        padding-bottom: 15px;
    }
}
@media (min-width: 768px){
    .info__container__fluid{
        width: 100%;
    }
}
@media (min-width: 992px){
    .info__container__fluid{
        width: 100%;
    }
}
@media (min-width: 1200px){
    .info__container__fluid{
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media (min-width: 1480px){
    .info__container__fluid{
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }
}
.info__container__fluid {
    margin-right: auto;
    margin-left: auto;
}
.dvProducts  .info__container__fluid{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.dvProducts .info__container__fluid .img-wrap img{
    width: 100%;
}
.dvProducts .col-product{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.info__white{
    background-color: white;
}
.info__ad__img__wrap{
    width: 100%;
    overflow: hidden;
}

.sec-ad img{
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(to right, #003C8F 0%, #1E6FC4 70%, #3AA1DF 98%) !important;
    border-color: #003C8F !important;
    cursor: pointer;
    -webkit-transition: -webkit-background-color 0.3s ease-out;
    transition: -webkit-background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, -webkit-background-color 0.3s ease-out;
}

.btn-primary:hover {
    background-color: rgba(237,27,36,0.6);
    border-color: rgba(237,27,36,0.6);
}

.new-arrival{
    position: absolute;
    width: 60% !important;
    top: -15px;
    left: -15px;
}
.dvProducts .info__cart{
    position: relative;
    overflow: hidden;
}
.discount{
    text-decoration: line-through;
}


@media (min-width: 240px) and (max-width: 360px) {
    .dvProducts .info__cart .content-wrap .title{
         font-size: 16px !important;
    }
    .dvProducts .info__cart .content-wrap .discount{
         font-size: 13px !important;
    }
    .dvProducts .info__cart .content-wrap .price{
         font-size: 16px !important;
    }
    .dvProducts .info__cart .btn-wrap .btn{
        font-size: 16px !important;
    }
}

@media (min-width: 361px) and (max-width: 500px) {
    .dvProducts .info__cart .content-wrap .title{
         font-size: 17px !important;
    }
    .dvProducts .info__cart .content-wrap .discount{
         font-size: 14px !important;
    }
    .dvProducts .info__cart .content-wrap .price{
         font-size: 17px !important;
    }
    .dvProducts .info__cart .btn-wrap .btn {
        font-size: 17px !important;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .dvProducts .info__cart .content-wrap .title{
         font-size: 22px !important;
    }
    .dvProducts .info__cart .content-wrap .discount{
         font-size: 19px !important;
    }
    .dvProducts .info__cart .content-wrap .price{
         font-size: 22px !important;
    }
    .dvProducts .info__cart .btn-wrap .btn {
        font-size: 22px !important;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .dvProducts .info__cart .content-wrap .title{
         font-size: 20px !important;
    }
    .dvProducts .info__cart .content-wrap .discount{
         font-size: 17px !important;
    }
    .dvProducts .info__cart .content-wrap .price{
         font-size: 20px !important;
    }
    .dvProducts .info__cart .btn-wrap .btn{
        font-size: 20px !important;
    }
}


