/*
Theme Name:   Onsus child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://onsuswp.themesflat.co/
Template:     onsus
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  onsus-child-theme
*/
@media (max-width: 768px) {
  h2 {
    font-size: 28px !important;
	font-weight: 700 !important;
    line-height: 36px !important;
  }
	h3, h4 {
    font-size: 24px !important;
	font-weight: 700 !important;
    line-height: 32px !important;
  }
	p{
		font-size: 14px !important;
		line-height: 22px !important;
	}
}

/* saving button remove css */
.price-save{
	display: none !important;
}

/* brand menu */
.brand{
	display: none;
}


/* logo animation */
#logo a,
#logo-mobi a {
    animation: slideLoop 5s linear infinite;
}

@keyframes slideLoop {
    0% {
        transform: translateX(-100%); /* left se thoda bahar start */
        opacity: 0;
    }
    10% {
        transform: translateX(0%);
        opacity: 1; /* fully visible */
    }
    90% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(20%); /* right se thoda bahar exit */
        opacity: 0;
    }
}

#billing_state_field,
#billing_postcode_field{
	display: none;
}

/* button css Attachments catalog */
.da-attachments-list{
	align-items: center;
    padding: 12px 24px;
    text-align: center;
    margin: 0;
    background: #fdb046;
    font-size: 14px;
    font-weight: 600;
	display: inline-block;
    border-radius: 5px;
	cursor: pointer;
}
.da-attachments-list:hover{
	background:#1c76aa;
}
.pdf a{
	 color: #fff !important;
}
.download-title{
	display: none;
}