body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
    background: #fff;
}

a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #333;
}

    a:hover {
        color: #18a485 !important;
        text-decoration: none !important;
    }

:focus {
    outline-style: none !important;
    box-shadow: none !important;
}

.card {
    margin-right: 30px !important;
    min-width: 280px !important;
}

.btn:focus {
    outline: none !important;
}

.theme-header {
    min-height: 380px;
    width: 100%;
    background: #18a485;
    position: absolute;
    z-index: 0;
    top: 0;
}

.wrapper {
    position: relative;
    background: #fff;
    max-width: 1280px;
    margin: 0 auto;
    top: 30px;
    margin-bottom: 60px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

p {
    margin: 0px;
    font-size: 13px !important;
    line-height: 24px !important;
    color: #000;
    font-weight: 400 !important;
}

@media only screen and (min-width: 1280px) {
    .header-container {
        max-width: 1280px;
        position: relative;
        background: #fff;
        height: 393px;
        margin: 0 auto;
        top: 30px;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
        overflow: hidden !important;
    }

        .header-container .img-fluid {
            max-width: inherit !important;
        }

    .container {
        max-width: 1280px;
    }
}

.grayscale {
    position: relative;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 10;
}

    .grayscale img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        width: 100%;
        opacity: .2;
    }

.border-top {
    border-top: 1px solid #dfdfdf;
}

.padding-20 {
    padding: 20px;
    display: block;
}

.button-wrapper {
    width: 250px;
    margin: auto;
    margin-top: 65px;
    margin-bottom: 25px;
}

    .button-wrapper .call {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: inline-block;
        width: 120px;
        height: 40px;
        border: 2px solid #eaeaea;
        border-radius: 20px;
        background: #fff url(../img/call_icon.png) center no-repeat;
        border-bottom: 4px #eaeaea solid;
    }

        .button-wrapper .call:hover {
            background: #f0f0f0 url(../img/call_icon.png) center no-repeat;
        }

    .button-wrapper .chat {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: inline-block;
        width: 120px;
        height: 40px;
        border: 2px solid #eaeaea;
        border-bottom: 4px #eaeaea solid;
        border-radius: 20px;
        background: #fff url(../img/chat_icon.png) center no-repeat;
    }

        .button-wrapper .chat:hover {
            background: #f0f0f0 url(../img/chat_icon.png) center no-repeat;
        }

.media .title {
    text-transform: uppercase !important;
    display: block !important;
    font-weight: 600;
}

.media p {
    font-size: 13px;
}

a.follow-btn {
    width: 150px;
    margin: 0 auto;
    height: 40px;
    border-radius: 30px;
    background: #474747;
    text-align: center;
    color: #fff !important;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
}

    a.follow-btn:hover {
        background: #000;
        cursor: pointer;
        color: #fff !important;
    }

a.following {
    background: #18a485 !important;
}

    a.following:hover {
        background: #0da281 !important;
    }

.followers {
    display: block;
    font-size: 13px !important;
    text-align: center;
    padding-top: 10px;
}

a.review-us {
    font-size: 14px;
    text-align: left;
    display: block;
    padding-top: 20px;
    color: #333;
}

    a.review-us:hover {
        color: #13ac8a;
        text-decoration: none;
    }

    a.review-us .fa {
        padding: 5px 7px;
    }

.recent-block {
    position: inherit;
    z-index: 33;
    background: #fff;
    padding-top: 20px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    height: 315px;
    margin-top: 31px;
}

    .recent-block h1 {
        font-size: 38px;
        font-weight: 300;
        display: block;
        line-height: 48px;
        padding: 70px 0px 0px 20px;
    }

        .recent-block h1 span {
            display: block;
            font-size: 45px;
            font-weight: 600;
        }

    .recent-block .card {
        border: none;
        border-radius: 0;
    }

    .recent-block .item-img {
        width: 240px;
        height: 180px;
        position: relative;
        overflow: hidden;
    }

        .recent-block .item-img img {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100%;
        }

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.recent-block .item-img:hover .image {
    opacity: 0.3;
}

.recent-block .item-img:hover .middle {
    opacity: 1;
}

.recent-block .card h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    width: 230px;
    line-height: 18px;
    padding-left: 20px;
    text-transform: capitalize;
}

.recent-block .card-text {
    font-weight: 600 !important;
    font-size: 16px !important;
    padding-left: 20px;
}

.recent-block .card-body {
    padding: 15px 0px 0px 0px;
}

.recent-block .card-text .fa {
    margin-right: 3px;
}

.not-available {
    font-size: 13px;
    font-weight: 300;
    color: #999;
}

.product-wrapper {
    background: #fff;
    left: 10%;
    right: 10%;
    min-height: 400px;
    max-width: 1280px;
    margin: auto;
    padding: 20px 0px 20px 0;
}

.display-title {
    font-size: 13px;
    text-align: left;
    font-weight: 600;
    display: block;
    padding: 10px 0px 10px 0px;
    text-transform: capitalize;
    color: #333;
}

.product-wrapper .card {
    border-radius: 0;
}

.product-wrapper .item-img {
    height: 249px;
    position: relative;
    overflow: hidden;
}

    .product-wrapper .item-img img {
        position: absolute;
        top: 0;
        margin: auto;
        width: 100%;
    }

    .product-wrapper .item-img:hover .image {
        opacity: 0.3;
    }

    .product-wrapper .item-img:hover .middle {
        opacity: 1;
    }

.product-wrapper .card h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    width: 230px;
    font-weight: 600;
    line-height: 18px;
    padding-left: 10px;
    text-transform: capitalize;
}

.product-wrapper .card p {
    padding-left: 10px;
    width: 200px;
}

.product-wrapper .card h2:first-letter {
    text-transform: uppercase;
}

.product-wrapper .card-text {
    font-weight: 600 !important;
    font-size: 16px !important;
    padding-left: 10px;
}

.product-wrapper .card-body {
    padding: 15px 0px 20px 10px;
}

.product-wrapper .card-text .fa {
    margin-right: 3px;
}

.border-left {
    border-left: 1px solid #e8e8e8;
}

.feeds {
    margin: 30px 0px 0px 0;
}

    .feeds h3 {
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        display: block;
        padding: 5px 0px 55px 0;
    }

    .feeds .card {
        padding: 20px;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .feeds .card-img {
        width: 100%;
        height: 150px;
        position: relative;
        overflow: hidden;
        margin-top: -50px;
    }

        .feeds .card-img img {
            border-radius: 0 !important;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100%;
        }

    .feeds .card-body {
        padding: 20px 10px 20px 0px;
    }

    .feeds .card-title {
        font-weight: 600;
        font-size: 15px;
        line-height: 12px;
        color: #333;
        width: 320px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block !important;
        white-space: nowrap !important;
    }

        .feeds .card-title a {
            color: #333;
            text-decoration: none;
        }

    .feeds .card-body p {
        font-size: 13px;
    }

a.view-all {
    border-radius: 30px;
    width: 120px;
    line-height: 42px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    color: #333;
    display: block;
    float: right;
    border: 1px solid #e7e7e7;
}

    a.view-all:hover {
        background: #f0f0f0;
        color: #333 !important;
        cursor: pointer;
    }

.subscribe-block {
    width: 100%;
    background: #fff;
    padding: 25px 30px;
    margin: 20px 0px 30px 0px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.17);
}

    .subscribe-block h5 {
        font-size: 44px;
        font-weight: 600;
        text-align: left;
        line-height: 30px;
        padding-top: 40px;
    }

    .subscribe-block small {
        font-size: 18px !important;
        font-weight: 300;
        display: block;
    }

    .subscribe-block .form-control {
        min-height: 60px;
        border: 1px solid #333;
        border-radius: 0;
        color: #333 !important;
    }

    .subscribe-block .btn-secondary {
        background: #222222;
        border-radius: 0;
        width: 60px;
        border: none;
    }

    .subscribe-block .input-group {
        margin-top: 35px;
    }

    .subscribe-block .btn-secondary:hover {
        background: #000;
        cursor: pointer;
    }

footer {
    padding: 30px 0px 30px 0px;
    background: #f0f0f0;
}

    footer .title {
        display: block;
        font-size: 16px;
        text-align: left;
        font-weight: 600;
        margin-bottom: 10px !important;
        display: block;
    }

    footer ul {
        padding: inherit;
        margin: 0px;
    }

        footer ul li {
            float: left;
            font-size: 12px;
            color: #484545;
            display: block;
            min-width: 150px;
            max-width: 300px;
            padding: 0px 20px 5px 0px;
            text-align: left;
            line-height: 24px;
        }

    footer .form-control {
        border-radius: 0px;
        background: none;
        border: 1px solid #000;
        font-size: 13px;
        color: #666 !important;
        min-height: 40px;
    }

    footer textarea {
        min-height: 80px !important;
    }

    footer .btn-primary {
        background: #222222;
        border-radius: 0;
        border: none;
        cursor: pointer;
    }

        footer .btn-primary:hover {
            background: #333;
        }

.bottom {
    display: block;
    background: #fff;
    width: 100%;
    padding: 10px;
    font-size: 12px;
}

.citymapia {
    display: inline-block;
    background: url(../img/citymapia.jpg);
    width: 79px;
    height: 23px;
    vertical-align: bottom;
}

.bottom .fa {
    min-width: 25px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    text-align: left;
}

.bottom p {
    text-align: left;
    display: inline-block;
}

.page-title-block {
    padding: 20px 20px 15px 20px;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    margin: 55px 0px 10px 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.64) 1%, rgba(216,216,216,0.38) 41%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.64) 1%,rgba(216,216,216,0.38) 41%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.64) 1%,rgba(216,216,216,0.38) 41%,rgba(0,0,0,0) 100%);
}

    .page-title-block h1 {
        font-size: 28px;
        font-weight: 600;
        display: inline-block;
        line-height: 60px;
        text-transform: capitalize;
    }

.inner-btn-group {
    display: inline-block !important;
    margin: 10px 0 0 0 !important;
    float: right;
}

.filter-row {
    min-height: 40px;
    width: 100%;
}

    .filter-row span {
        display: inline-block;
        font-weight: 600;
        font-size: 14px;
        vertical-align: super;
    }

    .filter-row ul {
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }

    .filter-row li {
        padding: 0px 5px 0px 5px;
        margin: 0px;
        vertical-align: text-bottom;
        border-right: 1px solid #CCC;
        font-size: 12px;
        color: #666;
        float: left;
        list-style: none;
    }

        .filter-row li:last-child {
            border: none;
        }

.other-filter {
    display: block;
    padding: 0px 0px 35px 0px;
}

    .other-filter .title {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .other-filter ul {
        padding: 0px;
        margin: 0px;
    }

    .other-filter li {
        margin: 0px;
        font-size: 14px;
        display: block;
    }

        .other-filter li a {
            line-height: 25px !important;
            color: #666;
        }

            .other-filter li a:hover {
                line-height: 25px !important;
                color: #000 !important;
            }

.product-info {
    padding: 20px;
}

    .product-info h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 34px;
        text-align: left;
    }

    .product-info .price {
        font-weight: 600;
        font-size: 27px;
        display: block;
        padding: 0px 0px 15px 0px;
    }

    .product-info .price {
        display: inline-block;
    }

        .product-info .price .fa {
            margin-right: 3px;
        }

    .product-info .strike-out {
        display: inline-block;
        font-size: 20px;
        color: #CCC;
        margin: 0px 10px 0px 10px;
        font-weight: 300;
        text-decoration: line-through;
    }

        .product-info .strike-out .fa {
            font-weight: normal !important;
            font-size: 16px;
            margin-right: 5px;
        }

    .product-info .discount {
        display: inline-block;
        font-size: 20px;
        color: #CCC;
        margin: 0px 10px 0px 10px;
        color: #3e8e3c;
        font-weight: 600;
    }

    .product-info .btn {
        width: 135px;
        border-radius: 30px;
        cursor: pointer;
        padding: 8px;
        background: #312f2f;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 20px;
        display: inline-block;
        color: #fff;
    }

#v_nav ul li a:hover {
    text-decoration: none !important;
    color: #09a98c !important;
}

.product-info .btn:hover {
    background: #000 !important;
}

.specification {
    padding: 20px 20px;
    font-size: 13px;
    line-height: 26px;
}

    .specification h2 {
        font-size: 24px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .specification .card-title {
        font-size: 15px;
        padding-bottom: 2px;
    }

    .specification p {
        padding-bottom: 15px;
        text-transform: capitalize;
    }

    .specification strong {
        color: #999 !important;
        font-weight: 300;
    }

        .specification strong:after {
            /*content: ":";*/
            padding: 0px 2px 0px 2px;
            display: inline-block;
        }

.modal-content {
    border: none;
    border-radius: 0;
}

    .modal-content input {
        border-radius: 0;
        color: #666;
        font-size: 13px !important;
        font-weight: 300;
        height: 40px !important;
    }

    .modal-content textarea {
        border-radius: 0;
        font-size: 13px !important;
        font-weight: 300;
        min-height: 80px;
    }

    .modal-content .btn-sml {
        width: 120px;
        border-radius: 30px;
        cursor: pointer;
        padding: 5px 20px;
        border: none;
        background: #312f2f;
        text-align: center;
        font-size: 20px;
        display: inline-block;
        color: #fff;
    }

        .modal-content .btn-sml:hover {
            background: #000 !important;
        }

#v_nav ul li a {
    text-transform: lowercase;
    font-size: 13px !important;
}

    #v_nav ul li a:first-letter {
        text-transform: uppercase;
    }

.close {
    cursor: pointer !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
    .animated-arrow {
        margin-top: 14px !important;
    }

    .callusicon {
        top: 12px !important;
    }

    #navPanel .dropdown-menu {
        border: transparent;
        color: #666666 !important;
    }

        #navPanel .dropdown-menu a {
            padding-left: 20px;
            color: #666666 !important;
            font-size: 14px;
            text-align: left;
        }

    #navPanel a.dropdown-toggle {
        text-align: left;
        padding-left: 7px;
    }

    #navPanel .dropdown-toggle::before {
        margin-right: 5px;
    }

    .border-block {
        margin-bottom: 20px;
    }

    .about-block p {
        font-size: 14px !important;
        padding-bottom: 25px;
        color: #555;
        margin-bottom: 20px;
        line-height: 20px !important;
        padding-top: 5px;
        text-align: center;
        text-overflow: unset;
        display: -webkit-box;
        overflow: hidden;
        height: 85px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    h1.business-name a {
        color: #fff;
    }

    .recent-block .item-img {
        width: 100%;
    }

    .recent-block h1 {
        text-align: center;
    }

    #recent-items {
        display: none;
    }

    .theme-header {
        min-height: auto !important;
        background: none !important;
    }

    .button-wrapper {
        display: none;
    }



    .product-wrapper .card h2 {
        width: 120px;
        font-size: 12px;
    }

    .grayscale {
        display: none;
    }

    .feeds .card {
        margin-top: 30px;
    }

    .feeds h3 {
        padding-bottom: 20px !important;
    }

    .subscribe-block h5 {
        font-size: 32px;
    }

    .subscribe-block small {
        font-size: 14px !important;
    }

    footer .title {
        padding-top: 20px;
    }

    .bottom p {
        display: none;
    }

    .element-hide {
        display: none !important;
    }

    footer .row {
        margin-right: 0px !important;
    }

    .carousel-inner img {
        height: inherit !important;
    }
}

.cms-wrapper {
    padding: 100px 30px 0px 30px;
}

    .cms-wrapper h1 {
        font-size: 35px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        padding: 50px 0px 10px 0px;
    }

    .cms-wrapper p {
        text-align: center;
        font-size: 13px !important;
        line-height: 24px !important;
        padding: 0px 0px 15px 0px;
    }

/*.contact-block {
    padding: 7px;
}*/
.no-border {
    border: none;
}

.contact-us .card {
    padding: 25px;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.contact-block form {
    width: 100%;
}

.contact-us .address-info .card {
    min-height: 215px;
    line-height: 25px;
}

    .contact-us .address-info .card .content {
        min-height: 100px;
    }

    .contact-us .address-info .card:hover {
        box-shadow: 2px 8px 9px -9px rgba(0, 0, 0, 0.2784313725490196);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .contact-us .address-info .card button {
        width: 100%;
        cursor: pointer;
    }

.contact-us .address-info h5 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.contact-block .section-title {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    line-height: 20px;
}

.contact-block .form-control {
    padding: .65rem .95rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
}

.contact-block ::-webkit-input-placeholder {
    color: #333 !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: .8rem;
    font-weight: 600;
}

.contact-block textarea.form-control {
    height: 145px;
}

.white-btn {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 0px;
    padding: 7px 20px;
    text-transform: uppercase;
    cursor: pointer;
}

    .white-btn:hover {
        background: #f0f0f0;
    }

.availability {
    display: block;
    font-size: 14px;
    padding: 10px 0px 20px 0;
}

    .availability .in-stock {
        font-weight: 600;
        color: #4a9b1e;
        font-size: 14px;
    }

    .availability .out-stock {
        font-weight: 600;
        color: #c00e0e;
        font-size: 14px;
    }

ul.social-network {
    list-style: none;
    display: block;
    padding: 40px 0px 0px 0px;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.iconWhatsapp:hover {
    background-color: #1fb864;
}

.social-network a.icoinstagram:hover {
    background-color: #dd3179;
}

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #D3D3D3;
}

.cms-wrapper .map {
    border: none !important;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
}

footer .row {
    margin-right: 0px !important;
}

.rsDefault .rsThumb img {
    width: inherit !important;
}

.card-title a p:first-letter {
    text-transform: uppercase;
}

.card-title a p {
    text-transform: lowercase;
    padding: 0px !important;
}

.product-info p:first-letter {
    text-transform: uppercase;
}

.product-info p {
    text-transform: lowercase;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.page-item.active .page-link {
    background: #1bbc9b !important;
    border-color: #1bbc9b;
    color: #fff !important;
    border-radius: 0;
}

.page-link {
    color: #a8a9a9 !important;
}

.pagination .page-link {
    border: 1px solid #eee;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.page-link:hover {
    color: #000 !important;
}

.pagination .page-link:hover {
    background: none;
}

.wsmenu-list > li span .owner-profile {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 110px;
    margin: 0px 10px 0px 10px;
    height: 30px;
    border-radius: 30px;
    background: #1bbc9b !important;
    text-align: center;
    color: #fff !important;
    background: #1bbc9b;
    line-height: 30px;
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-top: 8px;
}

    .wsmenu-list > li span .owner-profile .fa {
        color: #fff !important;
        margin-right: 5px;
    }

    .wsmenu-list > li span .owner-profile:hover {
        background: #0eab8b !important;
    }

h1.business-name {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 10px !important;
    text-transform: capitalize;
}

.media-body address {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
}

.no-child {
    font-size: 14px;
}

ul li:first-letter {
    text-transform: uppercase;
}

.main-bnr {
}

    .main-bnr img {
        width: 100%;
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    body {
        overflow-x: hidden;
    }

    .main-bnr img {
        width: auto !important;
        height: 400px !important;
        max-width: inherit !important;
    }

    .header-container {
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    }

    h1.business-name a {
        color: #fff;
        padding: 9px 10px !important;
    }

    .p-list .row {
        border-left: none;
        flex-wrap: nowrap;
    }

    .smallogo {
        color: #fff;
    }

    .product-wrapper .row {
        border-left: none;
    }

    .header-container .media-body p {
        margin-left: 0px;
    }

    .recent-block .item-img {
        width: 135px !important;
    }

    #v_nav {
        width: 180px !important;
    }

        #v_nav ul li a {
            padding: 7px 0px 7px 10px !important;
        }

    .recent-block h1 {
        font-size: 22px;
        line-height: 32px;
    }

        .recent-block h1 span {
            font-size: 30px;
        }

    .product-wrapper .card {
        min-width: 150px;
    }

    .f-wrp {
        flex-wrap: wrap !important;
    }

    .recent-block p {
        padding-left: 10px !important;
    }

    .product-wrapper .card-text {
        padding-left: 0px !important;
    }

    .recent-block .card h2 {
        width: 170px !important;
    }

    .c-list #v_nav {
        padding: 8px 0px 20px 4px !important;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    .filter-row ul {
        padding: 7px 0px;
    }

    .wrapper {
        top: 0px;
    }

    .wsmain {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .wsmain .smllogo {
            width: 30% !important;
            padding-top: 5px;
        }

        .wsmain .wsmenu {
            width: 70% !important;
        }

    .recent-block h1 {
        font-size: 22px;
        line-height: 32px;
    }

        .recent-block h1 span {
            font-size: 30px;
        }

    .header-container .button-wrapper {
        margin-top: 50px;
    }

    .header-container .media-body p {
        margin-left: 0px;
    }

    .recent-block .card h2 {
        width: 200px !important;
    }

    .c-list #v_nav {
        padding: 40px 0px 20px 4px !important;
    }

    .wsmain .wsmenu {
        width: auto !important;
        padding: 5px 15px !important;
    }
}

.c-list #v_nav {
    padding: 40px 0px 20px 4px;
}

.img-responsive {
    border: none !important;
}

.modal-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 15px 4px 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    /*background: #e9ecef;*/
    border-radius: 0px;
    margin-bottom: 8px;
}

    .modal-header .close {
        cursor: pointer;
    }

#btnEnquiryContactUs {
    float: right !important;
}

#navPanel a {
    display: inline-block;
}

.about-block h1 {
    padding-left: 10px;
}

.about-block h2 {
    padding-left: 0px;
    text-align: left !important;
}

.about-block img {
    margin-top: 0px;
}

.about-block p {
    text-align: justify !important;
}

.about-block {
}

    .about-block h1 {
        font-size: 2.2rem;
        font-weight: 200;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 0;
        text-align: center;
        padding-top: 30px;
    }

    .about-block h2 {
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        color: #333;
    }

    .about-block p {
        font-size: 14px !important;
        padding-bottom: 25px;
        color: #555;
        margin-bottom: 20px;
        line-height: 20px !important;
        padding-top: 5px;
        text-align: center;
        text-overflow: ellipsis;
        display:;
    }

.dark-button {
    padding: 10px 24px;
    height: 38px;
    border-radius: 30px;
    background: #474747;
    text-align: center;
    font-size: 12px;
    color: #fff !important;
    line-height: 20px;
    margin: 0 auto;
    display: block;
    width: 130px;
    text-transform: uppercase;
}

    .dark-button:hover {
        background: #000;
        color: #fff !important;
    }

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
}

.border-block {
    border: 1px solid rgba(0,0,0,0.15);
    padding: 15px;
    margin-bottom: 30px;
}

#about .col-lg-6 {
    padding-right: 40px;
}

.our-brands {
    padding-left: 0px;
    list-style: none;
    width: 100%;
    text-align: center;
}

    .our-brands li {
        display: inline-block;
        margin-right: 18px;
        font-weight: 600;
        font-size: 13px;
        border: 1px solid rgba(0,0,0,0.15);
        padding: 15px;
    }

.card-title {
    margin-bottom: 0.60rem !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    padding: 10px 15px 25px 9px !important;
}

.border-block p {
    width: 240px;
    vertical-align: middle !important;
    white-space: unset;
    margin: 15px 0px 8px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    height: 44px;
    color: #333;
    font-size: 13px;
    line-height: 28px;
}
.border-block p:first-letter{text-transform:uppercase;}
/*custom-form*/
.custom-form-head {
    width: 100%;
}

    .custom-form-head h2 {
        text-align: center;
        font-size: 28px;
        padding-top: 15px;
    }

    .custom-form-head p {
        text-align: center;
        padding-bottom: 45px;
        font-size: 14px !important;
    }

.custom-form-wrapper {
    border: 1px solid #ccc;
    width: 900px;
    margin-bottom: 10px !important;
}

.custom-form {
    padding: 35px 5px 30px 35px;
}

    .custom-form .form-control {
        margin-bottom: 20px;
        border-radius: 0px;
    }

    .custom-form select.form-control {
        color: #888;
    }

    .custom-form label.error {
        color: red;
        font-size: 12px;
        margin-top: -10px;
        display: block;
    }

    .custom-form .dark-button {
        cursor: pointer;
        margin-bottom: 25px;
    }

@media only screen and (max-device-width : 767px) {
    .custom-form {
        padding: 35px 35px 30px 35px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .custom-form {
        padding: 35px 35px 30px 35px;
    }

    #navPanel a.dropdown-toggle {
        text-align: left;
        padding-left: 7px;
    }

    #navPanel .dropdown-toggle::before {
        margin-right: 5px;
    }

    .animated-arrow {
        margin-top: 14px !important;
    }

    .callusicon {
        top: 12px !important;
    }

    #navPanel .dropdown-menu {
        border: transparent;
        color: #666666 !important;
    }

        #navPanel .dropdown-menu a {
            padding-left: 0px;
            color: #666666 !important;
        }
}
/*custom-form*/
.product-wrapper .dark-button {
    width: 150px;
}
