/***** Mobile *****/
@media (max-width : 480px) {	
    .feature-box {
    	max-width:100% !important;
        margin: 0 0 3% !important;
    }	
    .feature-box-left > .feature-box-inner {
    	padding: 45px;
        margin-bottom:25px;
    }
    .content ul.list  {
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(1,minmax(0,1fr));
        gap: 2rem;
    }
    footer .left-foot {
      width: 100%;
      height: 210px;
      background-size: contain;
    }
    footer .right-foot,
    footer .right-foot > span:first-child {
        width: 100% !important; 
        padding:0 !important
    }
    .footer-content .main-nav {
    	display:none !important
    }
    .footer-content p {
    	text-align: center;
        font-size: 12px;
        padding: 15px 0 0;
    }
    .show-for-small {
    	display: block !important
    }
    .hide-for-small {
        display:none !important;
    }
    .ff-subtitle {
    	width:100%
    }
    .info-bar > div {
    	margin-bottom:20px
    }
    
    /** Product Pages **/
    .img-container {
        height: auto;
        padding: 10px 0 50px !important;
    }
    .product-left, .product-right {
    	width:100%;
    }
    
    .ing-pagination {
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0,0,0);
        z-index: 10;
    }
    
    .filter > span {
        display: block;
        margin-top:15px;
    }
    .com-input {
        width:31.5% !important;
    }
    .com-input:last-child {
        margin-right:0 !important;
    }
    .com-search {
        padding:25px 15px;
        display: block;
    }
}


/*** Tablet  ***/
@media (max-width : 767px) {
    .feature-box {
    	max-width:100% !important;
        margin: 0 0 3% !important;
    }		
    .feat-left {
        margin:0 !important;
        width: 100%;
    }	
    .feat-right {
        margin:0 !important;
        width: 100%;
    }
}

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