.video-wrapper:before {
    /* content: ''; */
    position: absolute;
    top: 8px;
    left: 1%;
    width: 98%;
    height: 88%;
    background: linear-gradient(90deg, #fff 5%, #ffffff96 20%, #ffffff47 50%);
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
}
 /*
.video-wrapper {
     background: rgba(0, 0, 0, 0.5);
     color: #f1f1f1;
} */
#market_landing_content{
    bottom: 150px;
    color: white;
    z-index: 1;
}
.deli-grid #wishlist-modal .modal-dialog{
        min-width: fit-content;
}
.embed-responsive-item{
    object-fit: cover;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: 375px;
}
.infoCol{
    position: absolute;
    top: 33%;
    background: rgba(0, 0, 0, 0.5);
    width: 50%;
}
.welcome{
    margin: 20px 10px 5px 40px;
}
.spacing{
    margin: 5px 10px 10px 40px;
}
.swcs_image{
    height: 250px;
    width: 65.66%;
    padding: 55px 170px; /* change from 50px to 55px */
    /* border: solid 2px black; */
    border-radius: 30px;
}
.welcome {
    font-size: 40px;
}
 @media (min-width: 768px) and (max-width: 1023px) {

   /* .background-container {
        padding-top: 40px !important;
    }
}





@media all and (max-width: 1279px) and (min-width: 1024px) {
    .desktopinfo {
        margin-left: 5rem !important;
        margin-right: 3rem !important;
    }*/
} 

.width20{
 	width: 33.33%;
}
body.touch #category-listing .expanded {
    display: flex;
    flex-wrap: wrap;
}
.image-wrapper a img{
    height: 225px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.imgText {
    font-family: 'ITCAvantGardePro-Bold';
    padding: 1rem;
    position: absolute;
    top: 7rem;
    left: 7rem;
    width: 28rem !important;
    font-weight: 900;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 2em;
}
.globalCol {
    padding: 30px;
}
.CTGY .subdisplay .cat-listing {
    /*padding-right: 30px;*/
    /*padding-left: 30px;*/
}
.CTGY .cat-listing .subcat-name {
    font-family: 'ITCAvantGardePro-Md';
    font-size: 16px !important;
}

.CTGY .cat-listing .inner a {
    color: #090808 !important;
    font-weight: 700;
}

.CTGY .cat-head-text-wrapper img {
    max-width: 100%;
    margin-top: 12px;
    width: 100%;
    /* height: 158px; */
}

.CTGY #category-footer, .CTGY .cat-head-text, .SRCH #page-footer, .SRCH #page-header {
    font-weight: 600;
    font-size: 15px;
}

.deli-header {
    height: 22rem;
    object-fit: cover;
}

/* .desktopinfo {
    margin-bottom: 4rem;
} */

.sub-cat-image {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    /*margin: 6px 9px 24px;*/
    margin: unset;
    /*height: 180px;*/
    width: 100% !important;
    max-height: none !important;
    object-fit: cover;
    margin-top: 15px;
    object-position: left;
}

/* CTGY .ctgy-content .image-wrapper img added  */
.CTGY .ctgy-content .image-wrapper img{
    min-height: 282px;
    height: auto;
}
/* CTGY .ctgy-content .image-wrapper img added  */

.sub-cat-image1 {
    text-align: center;
    font-size: 14px;
    height: 282px !important;
    /* width: 29rem !important; */
    max-height: 30rem !important;
    object-fit: cover !important;
}

.product-item .product-details {
    border: none !important;
}

.img-responsive {
    border-bottom: none !important;
    border-radius: 15px;
}

.prod-wishlist {
    display: none !important;
}

.out-of-stock {
    display: none !important;
}

.notes-float {
    display: none !important;
}

.addtobasket-wrapper {
    /*display: none !important;*/
}

#category-listing {
    border-top: none !important;
}

.brand {
    display: none !important;
}

.CTGY .ctgy-content .image-wrapper img {
    max-height: 164px;
    display: block;
    height: 150px;
    width: 100%;
}

.cust-sub-category .inner img {
    transform: scale(1);
    transition: transform 0.3s;
}

.subdisplay {
    /* margin: 0px 58px 0px -2px; */
}

.cust-sub-category {
    column-gap: 10px;
    row-gap: 20px;
    border-top: none !important;
    width: 100%;
}

.cust-sub-category .inner:hover img {
    transform: scale(1.1);
}

.deliProductImg {
    height: 240px !important;
}

.deliGrid {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin: 40px 0px 20px 0px;
    padding: 0px 40px 0px 40px;
}
#breadcrumbs ul {
    margin: 10px 0 20px;
    display: none;
} 

@media screen and (max-width: 767px) {
.swcs_image{
    height: auto;
    width: 70%;
    padding: 15px;
    /* border: solid 2px black; */
    border-radius: unset;
    margin: 0px 60px;
}
.center_img {
    display: grid;
    align-items: center;
}
.welcome {
    font-size: 30px;
}
.video-wrapper:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0%; 
    width: 100%;
    height: 83%;
}
 .embed-responsive-item{
	height: 260px;
    object-fit: cover;
    width: 430px;
}
.CTGY .subdisplay .cat-listing {
       padding-right: 15px;
       padding-left: 15px; */
}
    .infoCol{
        padding: unset;
	/*margin-top: 4rem;*/
    }

    #breadcrumbs,
    .SRCH #breadcrumbs {
        padding: 1rem !important;
    }
    body.touch #category-listing .expanded {
        display: flex;
        flex-wrap: wrap;
    }
    .imgText {
        font-family: 'ITCAvantGardePro-Bold';
        padding: 2rem;
        position: absolute;
        top: 9rem;
        left: 2rem;
        width: 20rem !important;
        font-weight: 900;
        background: rgba(0, 0, 0, 0.4);
        color: white;
        font-size: 1em;
    }
    .deli-header {
        height: 16rem;
        object-fit: cover;
    }
    .container {
        padding: 0 !important;
    }
    .mobile {
        margin: auto !important;
    }
    .desktopinfo {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .CTGY .cat-listing .subcat-name {
        font-family: 'ITCAvantGardePro-Md';
        font-size: 15px !important;
    }
    .CTGY .cat-listing .inner a {
        color: #090808 !important;
        font-weight: 700;
    }
    .CTGY .cat-head-text-wrapper img {
        max-width: 100%;
        margin-top: 12px;
        width: 100%;
        height: 158px;
    }
    .sub-cat-image {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        /*margin: 6px 9px 24px;*/
        margin: 15px 0;
        /* height: 130px !important; */
        /* width: 160px !important; */
        max-height: none !important;
        object-fit: cover;
        object-position: top;
    }
    .verali-unset {
        vertical-align: unset !important;
    }
    /* over-ride subcat name */
    .CTGY .cat-listing .subcat-name {
        color: #f47a44;
        font-size: 20px;
        font-weight: 300;
        height: 40px !important;
        z-index: 10;
        text-align: center;
        margin: 0;
        padding: 3px;
        letter-spacing: 1px;
        width: 100%;
        display: table;
        vertical-align: middle;
        position: relative;
    }
    /* over-ride subcat name */
    .CTGY .cat-listing {
        margin: 0;
        height: auto!important;
        min-height: 200px;
    }
    .sub-cat-image1 {
        text-align: center;
        font-size: 14px;
        height: 130px !important;
        width: 174px !important;
        max-height: 174px !important;
        object-fit: cover !important;
        margin-left: 0 !important;
    }
    .product-item .product-details {
        border: none !important;
    }
    .img-responsive {
        border-bottom: none !important
    }
    .prod-wishlist {
        display: none !important;
    }
    .out-of-stock {
        display: none !important;
    }
    .notes-float {
        display: none !important;
    }
    .addtobasket-wrapper {
        display: none !important;
    }
    #category-listing {
        border-top: none !important;
    }
    .brand {
        display: none !important;
    }
    .CTGY .ctgy-content .image-wrapper img {
        max-height: 164px;
        display: block;
        margin: 0 auto;
        height: 150px;
        width: 100%;
    }
    .cust-sub-category .inner img {
        transform: scale(1);
        transition: transform 0.3s;
    }
    .subdisplay {
        margin: 1px -15px auto !important;
    }
    .image-wrapper {
        max-height: none !important;
overflow: hidden;
    }
    .cust-sub-category {
        column-gap: 10px;
    row-gap: 20px;
    border-top: none !important;
    width: 100%;
    }
    .cust-sub-category .inner:hover img {
        transform: scale(1.1);
    }
    .deliProductImg {
        height: 110px !important;
    }
    .deliGrid {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        margin: 20px 0px 20px 0px;
        padding: 0px 40px 0px 40px;
    }
}

.CTGY .background-container, .SRCH .background-container {
    padding: unset !important;
}

/* Media Query for tab view */




/* new css added */
@media screen and (max-width:1024px) {
    .sub-cat-image {
        min-height: auto;
        height: 201px;
    } 
    .CTGY .ctgy-content .image-wrapper img{
        min-height: auto;
        height: 201px;
    }
.image-wrapper a img {
    height: 223px;
    object-fit: fill;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .swcs_image{
        height: auto;
        /* width: auto; */ /* commented to show the view similar to desktop */
    }
    .CTGY .cat-listing {
        min-height: 150px /* changed from 200px to 150px */
    }
    /* .sub-cat-image,
    .sub-cat-image1 {
        height: 150px !important;
    } */
    .imgText {
        top: 8rem;
        left: 4rem;
    }
/* commented to change the i-pad portrait similar to desktop 
    .width20 {
 	width: 100%;
    }
commented to change the i-pad portrait similar to desktop */

     .globalCol {
    	padding: 0px;
    }
     .container {
	margin-bottom: 20px;
    }

    .image-wrapper a img {
    height: auto;
}

}

/* new css added */
@media screen and (max-width:1200px) {
    .sub-cat-image {
        min-height: auto;
        height: 175px; /* changed from 230 to 175 */
    } 
    .CTGY .ctgy-content .image-wrapper img{
        min-height: auto;
        height: 230px;
    }

}

@media screen and (max-width:767px) {
.width20{
 	width: 100%;
}
/* .spacing{
    margin: 0 20px;
} */
.infoCol{
    top: 25%;
    width: 75%
}
    .sub-cat-image {
        min-height: auto;
        height: 145px; /*changed from 150 to 145*/
    } 
    .CTGY .ctgy-content .image-wrapper img{
        min-height: auto;
        height: 150px;
    }

    .globalCol{
        padding: 0 15px;
    }
}

#minibsks .image-wrapper img {
    max-width: 100%;
    max-height: 100px;
    min-height: 75px;
    height: 75px;
    width:75px;
}