@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/IRANSansWeb.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/IRANSansWeb.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/IRANSansWeb.ttf') format('truetype');
}

body {
    font-family: "IRANSans", Arial, sans-serif;
}

.img-product {
    max-width: 100%;
    height: 350px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background-color:white;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100px;
}

.sticky+.content {
	padding-top: 102px;
}