@media (min-width: 992px){
	.top-right{
		text-align: right;
	}
	.hidden-dsk {
		display: none;
	}
	.product-detail-block {
    padding: 0 40px;
}
.ship-right-bg {
      background: #cfcfcf47;
    position: absolute;
    height: 100%;
    width: 110%;
    right: -40px;
    top: 0;
}
.bg-login{
    height:540px;
}
.bg-resetpwd{
    height:540px;
}

}
@media(max-width: 991px){
	.hidden-md,.hidden-sm{
		display: none;
	}
	.sidebar-offcanvas {
    position: fixed;
    max-height: calc(100vh - 65px);
    top: 65px;
    bottom: 0;
    overflow: auto;
    right: -280px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.sidebar-offcanvas.active {
     right: 0;
}
.main-panel {
    margin-left: 0;
    width: 100% !important;
}
.orderbtn-block{
    padding:10px !important;
}
}
@media(min-width:999px){
	.f-link-block .nav-item{
	padding: 0px 20px;
}
.product-detail-block {
    padding: 0 80px;
}
  .register-right {
        position: absolute;
    width: 100%;
     height: 100%; 
    background: #cf2031;
    /* top: 74px; */
    /* right: 0;*/
    }
    .txt-login{
        color: #fff !important;
    }

}
@media(min-width:999px) and (max-width:1024px){

.nav-top .nav-link{
	padding-right: 10px !important;
    padding-left: 10px !important;
}
    
}
@media (min-width:1025px){
.nav-top .nav-link{
	padding-right: 25px !important;
    padding-left: 25px !important;
}

    
}


@media (min-width: 768px) {
   
    .featured-sec .product-block .product-img .reveal img {
        height: 200px; /* adjust height */
        object-fit: contain;
    }
    .maylike-sec .product-block .product-img .reveal img {
        height: 200px; /* adjust height */
        object-fit: contain;
    }
    .product-sec .product-block .product-img .reveal img {
        height: 220px; /* adjust height */
        object-fit: contain;
    }
    
    
}
  @media screen and (max-width: 767px) {
.serachinput{
margin-bottom: 20px !important; 
    
}
}