.navbar-custom{background: rgba(255,255,255,0.9);}
.sb-icon-search, .nav_trigger{color: #000}
.product-bg{background: url(../images/img/bg-img.jpg) no-repeat; background-size: 100%}
.logo-f img{max-width: 100%}
@media(max-width: 767px){
	.product-bg{background-size: cover!important;}
}
.close-widget {
    position: absolute;
    left: -17px;
    height: 22px;
    width: 22px;
    top: 0;
    border-radius: 50%;
    background-color: lightgrey;
}
.close-widget img {
    width: 22px;
    height: 22px;
    vertical-align: unset !important;
    cursor: pointer;
}
.goldRate {
    position: fixed;
    bottom: 100px;
    z-index: 9999;
    background-color: #a30909;
   transform: translate3d(0,0,0);
}

.goldRate.hideGoldRate {
    right: 8px;  
    border-radius: 50%;
}

.goldRateTextTitle {
    font-size: 10px;
    color: rgb(255 255 255);
    cursor: pointer;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    padding: 15px;
    letter-spacing: 0.5px;
    font-weight: 800;
    font-family: sans-serif;
}

.goldRate.showGoldRate .goldRateTextTitle{
    display: none;
}

.goldRate.showGoldRate {
    right: 8px;
    border-radius: 33px;
}
.goldRate.showGoldRate .goldText {
    display: inline-block;
}

.goldRate.hideGoldRate .goldText {
    display: none;
}

.goldRate.hideGoldRate .goldImage {
    
}

.goldRateText {
    color: rgb(255 255 255);
    font-size: 10px;
    display: block;
}
.goldText {
    font-family: sans-serif;
    vertical-align: middle;
    text-align: center;
    padding-right: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.goldImage {
    display: none;
}

.goldRate.showGoldRate .goldImage {
    display: inline-block;
    padding-left: 27px;
}
.goldPerGram, .goldPrice, .gold {
    font-size: 14px;
    color: rgb(255 255 255);
    position: relative;
    bottom: 3px;
    font-weight: 700;
}
.goldPrice {
    letter-spacing: 2px;
}
.gold{
    padding-left: 3px;
}
.goldImage img  	{
    height: 59px;
    width: 0px;
}