@media screen and (min-width: 320px) and (max-width: 425px) {

#AppCategory .vendor-top {
    padding: 0px 0;
    margin-top:-21px;
}
}


.branding-logo {
    margin: 20px auto 10px;
    max-width: 170px;
}

.branding-logo img {
    width: 100%;
    height: auto;
}

/*===== Vendor Page ==========*/

.vendor-banner {
    background-image: linear-gradient(to right, #232f3e, #f0e9e8, #131921);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px 0;
    margin-top: 118px;
}
.vendor-banner-wrapper {
    max-width: 100%;
}
.vendor-banner-wrapper img {
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
}

/*========== Vendor Navigation Bar ===========*/
.vendor-nav {
    padding: 50px 0 0;
    display: block;
    text-align: center;
}
.vendor_navigation_bar {
    list-style: none;
    padding: 0;
}
.vendor_navigation_bar li {
    display: inline-block;
    margin-right: 10px;
}
.vendor_navigation_bar li a {
    color: #524f;
    font-weight: 500;
    padding: 3px 0;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    font-size: 16px;
    -webkit-transform: 3s;
    -moz-transform: 3s;
    -ms-transform: 3s;
    -o-transform: 3s;
    transform: 3s;
    display: block;
}
.vendor_navigation_bar li a:hover {
    border-bottom: 2px solid #989696;
}

/*=============  Vendor Top ==========*/
.vendor-top {
    padding: 112px 0;
    overflow: hidden;
}
.vendor-img-1 {
    max-width: 100%;
    min-height: auto;
}
.vendor-img-1 img {
    width: 100%;
    max-height: 600px;
}
.vendor-img-2 {
    max-width: 100%;
}
.vendor-img-2 img {
    width: 100%;
    max-height: 300px;
}
.vendor-img-3 {
    max-width: 50%;
    float: left;
}
.vendor-img-3 img {
    width: 100%;
    max-height: 300px;
}
.vendor-img-4 {
    max-width: 50%;
    display: inline-block;
}
.vendor-img-4 img {
    width: 100%;
    max-height: 300px;
}
.vendor-adverse .col-xl-6 {
    padding: 0;
}
.vendor-img-1,
.vendor-img-2,
.vendor-img-3,
.vendor-img-4 {
    position: relative;
}
.vendor-img-1:before,
.vendor-img-2:before,
.vendor-img-3:before,
.vendor-img-4:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: 3s;
    -moz-transform: 3s;
    -ms-transform: 3s;
    -o-transform: 3s;
    transform: 3s;
}

.vendor-img-1:hover:before,
.vendor-img-2:hover:before,
.vendor-img-3:hover:before,
.vendor-img-4:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

/*======= Shop Categorise ============*/
.shop-catagory .card {
    margin: 15px 15px;
}
.shop-catagory {
    padding: 30px 0;
    background: #fff;
    border: none;
}
.container-man {
    width: 100%;
}
.shop-catagory .card:hover {
    box-shadow: 0.5px 0 5px #684e4e;
}
.shop-catagory > div.row > div > div > div:hover .card-body {
    background-color: #ebf5f8fc;
    transition: all 0.3s ease;
}
.card-body .price-rating {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding-bottom: 10px;
}
.card-body a p {
    font-size: 20px !important;
    display: block;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    line-height: 32px;
    -webkit-transform: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    -o-transform: all 0.3s ease-in-out;
    transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-body a {
    color: #028093;
    text-decoration: none !important;
}
.card:hover .card-text {
    color: #273685 !important;
}

.card:before {
    background: #aaaaaa38;
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
}
.card:after {
    background: #aaaaaa38;
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
}

.card-body .rating svg {
    color: #febd69;
    font-size: 15px;
    background-repeat: repeat;
}
.card-body .product-price span {
    font-weight: 700;
    margin: 10px 0;
}
.card-body .price-rating {
    display: flex;
}

.shop-catagory .card {
    border: none !important;
    transition: all 0.3s ease-in-out;
}
.card-body .buy-btn {
    display: block;
    text-align: center;
}
.card .card-img-top {
    width: auto;
    display: block;
    margin: auto;
    height: auto;
    background: #000;
}
.card-body .buying_btn {
    background: #febd69;
    display: inline-block;
    color: #000 !important;
    text-decoration: none !important;
    padding: 8px 30px;
    border-radius: 20px;
    margin: 20px 0;
    font-weight: 600;
    -webkit-transform: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    -o-transform: all 0.3s ease-in-out;
    transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.card-body .buying_btn:hover {
    box-shadow: 2px 3px 5px #684e4e;
}
.social-top-bar {
    padding: 30px 0;
}
.vendor-social-bar {
    display: flex;
    justify-content: space-around;
}
.social-share a svg {
    margin-right: 10px;
}
.svg-inline--fa {
    vertical-align: middle;
}
.social-nav-right .social-share {
    margin-left: 20px;
}

/*=========== Responsive css =============*/

@media screen and (min-width: 1021px) and (max-width: 1555px) {
    .buy-btn a {
        font-size: 13px;
    }
    .card-body a p {
        font-size: 18px !important;
        line-height: 20px;
        min-height: 60px;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1530px) {
    .vendor-img-1 img {
        width: 100%;
        max-height: 523px;
    }
}

@media screen and (max-width: 1020px) {
    #t-bar {
        height: 110px !important;
    }
    .header-top .navbar {
        margin-top: 44px !important;
    }
    .header-top .top-search {
        top: 50px !important;
    }
    .header-top .top-search button.btn {
        display: none;
    }
    footer {
        margin-top: 70px;
    }
    .vendor-img-1 img {
        width: 100%;
        max-height: 547px;
    }
}

@media screen and (max-width: 991px) {
    /*=== header ===*/
    .logo img {
        width: 60%;
        margin: 0 0 10px 5px;
    }
    .top-bar-category > span {
        margin: 0 0 10px 0 !important;
        display: block;
    }
    #t-bar > div > a:nth-child(5) > div > span {
        display: none;
    }
    #t-bar > div > a:nth-child(5) > div > h4 {
        font-size: 12px;
        line-height: 10px;
    }
    #t-bar > div > a:nth-child(6) > div > h6,
    #t-bar > div > a:nth-child(7) > div > h6,
    #t-bar > div > a:nth-child(8) > div > h6,
    #t-bar > div > a:nth-child(9) > div > h6 {
        font-size: 10px;
    }
    #t-bar > div > a:nth-child(6) > div > h5,
    #t-bar > div > a:nth-child(7) > div > h5,
    #t-bar > div > a:nth-child(8) > div > h5,
    #t-bar > div > a:nth-child(9) > div > h5 {
        font-size: 12px;
        padding: 0 5px;
    }
    .top-search .form-control {
        margin: 0 auto;
        height: 40px;
        max-width: 100%;
    }
    .top-search .btn {
        height: 39px !important;
        margin-left: -50px;
    }
    .top-search {
        margin-right: 0;
        position: absolute;
        top: 40px;
        width: 100% !important;
        left: 0;
    }
    #t-bar > div > div.top-search > button {
        height: 40px;
        margin-top: 0;
        width: 10%;
    }
    .returns-orders {
        display: none;
    }
    #drop_sign {
        display: none;
    }
    .try-premium {
        display: none;
    }
    .affiliate {
        display: none !important;
    }
    .cart {
        position: absolute;
        right: 0;
    }
    #drop_sign h6 {
        padding-right: 10px;
    }
    #drop_sign h5 {
        display: none;
    }
    #t-bar > div > a:nth-child(6) > div > svg {
        margin-top: -26px;
        margin-left: 50px;
    }
    #t-bar > div > a:nth-child(6) > div > h5,
    #t-bar > div > a:nth-child(7) > div > h5,
    #t-bar > div > a:nth-child(8) > div > h5,
    #t-bar > div > a:nth-child(9) > div > h5 {
        display: none;
    }

    .navbar > ul {
        padding: 15px 0 !important;
        overflow-x: scroll;
    }
    .navbar > ul::-webkit-scrollbar {
        display: none;
    }
    .navbar > ul > li {
        margin-right: 10px;
    }
    .navbar ul li a {
        border: none !important;
        margin: 0;
        padding: 10px 10px;
        white-space: nowrap;
        font-size: 15px;
    }
    #t-bar {
        height: 100px;
    }
    .navbar {
        margin-top: 43px;
    }
    .navbar > div.nav-connect {
        display: none;
    }
    #t-bar > div > a:nth-child(9) > div {
        padding: 0;
        font-size: 20px;
    }

    /*=== Footer ===*/
    .branding-logo {
        max-width: 130px;
        margin: 10px auto;
    }
    .region-brand {
        margin: 0;
    }
    .region-brand ul,
    .special-addverse ul {
        margin: 10px 0;
        padding: 0;
        overflow: hidden;
    }
    .special-addverse {
        margin: 0 auto;
        display: flex;
        overflow: hidden;
    }
    .region-brand {
        margin: 0 auto !important;
        display: inline-block;
    }
    .brand-dtls {
        max-width: 100%;
        display: none;
    }
    .brand-dtls ul li {
        margin-right: 0;
    }
    .brand-dtls ul li a {
        font-size: 10px;
        padding: 0 5px;
    }
    .special-addverse ul > span:nth-child(1) {
        margin-right: 0;
        font-size: 12px;
        margin-top: 0;
        display: contents;
    }
    .special-addverse ul > span:nth-child(3),
    .special-addverse ul > span:nth-child(5),
    .special-addverse ul > span:nth-child(7) {
        margin-right: 8px;
    }

    /*========== Vendor Page ===========*/
    .buy-btn a {
        font-size: 13px;
    }
    .card-body a p {
        font-size: 18px !important;
        line-height: 20px;
    }
    .vendor_navigation_bar {
        display: flex;
        justify-content: center;
        margin-left: 30px;
    }
    .vendor_navigation_bar li a {
        font-size: 10px;
        display: inline;
    }
    .page-filter {
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .vendor-banner {
        width: 100%;
    }
    .vendor-banner-wrapper {
        max-width: 100%;
        margin: auto;
    }
    .vendor-banner-wrapper img {
        width: 250px;
    }
    .vendor-img-1 img,
    .vendor-img-2 img {
        width: 100%;
    }
    .vendor-img-3 img {
        width: 100%;
    }
    .vendor-img-4 img {
        width: 100%;
    }
    .card-body a p {
        font-size: 17px !important;
    }
    .card-body .product-price span {
        font-size: 12px;
    }
    .card-body .rating svg,
    .card-body .rating span {
        font-size: 12px;
    }
    .buy-btn a {
        font-size: 12px;
    }

    .vendor-nav > div > div > div > div {
        display: flex;
        justify-content: center;
    }
    .vendor-share > div > div > div > span {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {
    .vendor_navigation_bar {
        display: flex;
        justify-content: center;
        margin-left: 30px;
    }
    .vendor_navigation_bar li a {
        font-size: 10px;
        display: inline;
    }
    .page-filter {
        margin-left: 20px;
    }
    #scrollBtn {
        right: 60px;
    }
}
