.pcMainWrapper {
	margin-bottom: 20px;
	float: left;
    width: 100%;
    position: relative;
}
.pcMainHolder {
    position: unset !important;
}
.subCatsHolder {
	display: none;
       padding: 0;
      position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 154px);
    max-height: 277.47px;
    overflow: hidden;
    z-index: 9;
    background: #c7c7c7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px;
    height: 277.47px;
    padding-left: 50px;
}
.subCatsHolder li {
	list-style-type: none;
    float: left;
    width: 50%;
    line-height: 15px;
    margin-bottom: 6px;
}
.subCatsHolder li.moreCols {
	width: 33.33%;
}
.subCatsHolder.letsScroll {
	overflow-y: scroll;
}
.subCatsHolder.letsScroll::-webkit-scrollbar {
  width: 5px;
}
 
.subCatsHolder.letsScroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.subCatsHolder.letsScroll::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid slategrey;
}

.subCatsHolder li a:hover img {
	box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
}
.subCatsHolder li img {
	max-height: 40px;
	    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
        border-radius: 50px;
    border: 1px solid #c6c6c6;
    transition: ease-in-out 0.3s;

}
.subCatsHolder:before {
	    content: "";
    border: 1px solid #dadada;
    position: absolute;
    left: 20px;
    top: 24px;
    height: 230px;
    width: 1px;
}
.subCatsHolder li a {
	color: #000;
	transition: ease-in-out 0.3s;
}
.subCatsHolder li a:hover {
	color: #ed7f00;
}
.subCatsHolder li a span {
	line-height: 15px;
    margin-left: 6px;
    width: 77%;
    position: relative;
    display: inline-flex;
}
.pcMainImageHolder {
	cursor: pointer;
    transition: ease-in-out 0.4s;
    border-radius: 10px;
    overflow: hidden;
}
.pcMainImageHolder:hover {
	opacity: 0.7;
}
.pcMainImageHolder img {
	width: 100%;
}
.pcMainImageHolder a {
	color: #000;
}
.pcMainImageHolder a:hover {
	color: #000;
	opacity: 0.7;
}
.mainCatName {
	position: absolute;
	top: 15px;
       font-size: 13px;
    max-width: 124px;
    margin-left: 10px;
    font-weight: bold;
}
.letsMove {
	    border-top-right-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 15px;
    border-bottom-right-radius: 0;
}
.viewAllpromosInMainCat {
	    width: 100% !important;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 5px;
        border-top: 1px solid #dadada;
    padding-top: 15px;
}

.letsMove img {
	    width: 139px;
        height: 277.47px;
}
.letsHideShowAction {
	opacity: 0;
}
.reducedGutterSubs {
	/* padding-left: 5px !important; */
	padding-right: 0 !important;
}


@media screen and (max-width:  768px) {
	.pcMainImageHolder img {
	    max-height: 80px;
	    width: auto;
	}
	.pcMainHolder {
	    position: relative !important;
	}
	.mobileDetected .col-xs-12 {
		margin-left: 15px;
		    padding-left: 0;
	}
	.mobileDetected .pcMainImageHolder {
		background: #c7c7c7;
		margin-bottom: 10px;
	}
	.mainCatName {
	    position: absolute;
	    top: 32px;
	    font-size: 13px;
	    max-width: 300px;
	    margin-left: 50px;
	    font-weight: bold;
	}
	.pcMainWrapper {
		float: none;
	}
	.letsMove {
	    border-top-right-radius: 10px;
	    position: relative;
	    left: 0;
	    top: 0;
	    margin-left: 0;
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	}
	.subCatsHolder {
	    display: none;
	    padding: 0;
	    position: relative;
	    top: -10px;
	    width: 100%;
	    max-height: unset;
	    overflow: hidden;
	    z-index: 9;
	    background: #c7c7c7;
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 10px;
	    padding: 10px;
	    height: auto;
	    padding-left: 10px;
	    margin-left: 15px;
	    border-bottom-left-radius: 10px;
	    padding-top: 30px;
	}
	.subCatsHolder:before {
	    content: "";
	    border: 1px solid #dadada;
	    position: absolute;
	    left: 20px;
	    top: 0;
	    height: 1px;
	    width: 90%;
	    margin-top: 15px;
	}
	.subCatsHolder li a span {
	    width: 70%;
	}
	.pcMainImageHolder:hover {
		opacity: 1;
	}
	.subCatsHolder li {
    	width: 100%;
    	padding: 5px 0;
	}
	.viewAllpromosInMainCat {
	    padding-top: 15px !important;
	}
}