﻿
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-dropdown-wrap ul li .shopping-cart-title.w-60 {
    max-width: 62%;
}

.contact-from-area .contact-form-style a {
    font-size: 17px;
    font-weight: 500;
    padding: 20px 40px;
    color: #ffffff;
    border: none;
    background-color: #253D4E;
    border-radius: 10px;
    font-family: "Quicksand", sans-serif;
}

    .contact-from-area .contact-form-style a:hover {
        background-color: #3BB77E !important;
    }

.my-current::before {
    content: none !important;
}

.size-filter.list-filter li a:hover, .size-filter.list-filter li a.active {
    color: #fff;
    background-color: #3BB77E;
    border-color: #3BB77E;
}

.search-location {
    display: block !important;
}

.custom-modal .modal-dialog {
    max-width: 500px !important;
}

.select2-container {
    max-width: 100%;
}

.deal {
    min-height: auto;
}

.btn-search-icon {
    line-height: 46px;
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    right: 0;
    border: none;
    font-size: 17px;
    height: 100%;
    padding: 0px 14px;
    color: #333;
    background-color: #29A56C !important;
    border-radius: 0 4px 4px 0;
}

.search-style-2 .form input {
    background: none !important;
}

.header-action-right {
    /*width: 47%;*/
}

.header-action-2 {
    width: 89%;
}

.header-action-right .search-location {
    width: 63%;
}

.header-style-1 .search-location .select2-container {
    max-width: 75%;
}

.header-style-1 .search-location .select2-container--default .select2-selection--single {
    width: 100%;
}
/*.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
    height: auto !important;
}

.header-action-2 .header-action-icon-2 > a {
    line-height: 3;
}
.header-action-2 .header-action-icon-2:last-child {
padding:0 10px;}*/

.brdcrm-span::before {
    display: none !important;
}

.product-content-wrap select {
    width: 32%;
    height: 25px;
    display: inline;
    margin-right: 10px;
    padding: 0 0 0 8px !important;
    border-radius: 3px !important;
}


.not-available {
    min-height: 145px;
    text-align: center;
    line-height: 150px;
}

.not-available-lable {
    display: block;
    text-align: center;
    margin-top: 36px;
}

.my-address {
    border: 1px solid #bfbfbf;
    padding: 10px;
    margin: 10px;
}

.myRadio input {
    margin: 10px;
    height: 23px;
    width: 23px;
}

.myRadio label {
    display: none;
}

.ps-post--small-thumbnail {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
}

.ps-post {
    margin-bottom: 30px;
}

.ps-post--small-thumbnail .ps-post__content {
    padding-top: 0;
    padding-left: 30px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

tr.gridview td table {
}

    tr.gridview td table td {
        text-align: center;
        padding: 9px;
        margin: 0;
        display: inline-grid;
    }

        tr.gridview td table td span {
            background-color: #3BB77E;
            color: #fff;
            height: 30px;
            width: 30px;
            border-radius: 51%;
            vertical-align: middle;
            line-height: 27px;
        }

        tr.gridview td table td a {
            background-color: #FDC040;
            color: #fff;
            height: 30px;
            width: 30px;
            border-radius: 51%;
            vertical-align: middle;
            line-height: 27px;
        }

            tr.gridview td table td a:hover {
                color: #fff;
                background-color: #3BB77E;
            }


.btn-mart {
}

.btn-grocery {
}

.btn-food {
}

.header-info .btn i {
    display: none;
}

.header-info a.active i {
    display: initial;
}


.header-info a.btn i {
    font-size: 23px;
}

.header-type-btn {
    display: inline-block;
    border: 1px solid #3BB77E;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
    line-height: 1.5;
    background: #fff;
}

.custome-checkbox table input[type=checkbox]{
    height: 19px;
    width: 19px;
    margin: 0 11px 0 0;}