.prodImg{
    object-fit: cover;
    width: 100%;
    height: 440px;
}
#siteCarousel .carousel-inner .item img{
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.ps-social li a{
	width: 30px;
    height: 30px;
    color: #fff;
    line-height: 25px;
    background: black;
    border-radius: 6px;
}

.ps-social li a:hover{
    color: #fff !important;
    background: #d4af34 !important;
}
.ps-list--line a{
	font-size: 18px !important;
    line-height: 19px !important;
    color: #282b28 !important;
    font-weight: 500 !important;
}
.ps-list--line a:hover{
	padding-left: 0px !important;
    color: #d4af34 !important;
}
.ps-list--line a:before{
	 background-color: #fff !important;
}
/* Loader Css */
#superLoader{
     background-color: #3f436f12;
    /* border: 0px solid #121212f7; */
    color: #ffffff;
    display: none;
    font-weight: 600;
    left: 47%;
    /* max-height: 12px; */
    /* padding: 10px; */
    position: fixed;
    /* right: auto; */
    /* top: 200px; */
    width: auto;
    z-index: 99999;
    /* -webkit-box-shadow: 0 0 3px #faebcc; */
    -moz-box-shadow: 0 0 3px #faebcc;
    -ms-box-shadow: 0 0 3px #faebcc;
    -o-box-shadow: 0 0 3px #faebcc;
    /* box-shadow: 0 0 3px #faebcc; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /* border-radius: 4px; */
    text-align: center;
}
#superLoader img{max-width: 20px;}
#superLoader img, #superLoaderText{display: inline-block;}
#superLoaderText{margin-left: 5px;}
footer{margin-bottom: 35px;}