/* ========== WebStyle Desktop ========== */

body {
    background: #f5f5f5;
    font-family: 'Inter';
    color: #323232;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter';
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4 {
    color: #635548;
}

.footer-section {
    background: #303ddb;
    color: #ffffff;
}

.footer-section a {
    color: #ffffff;
    opacity: 0.8;
}

.footer h3, .footer h4 {
  color: #ffffff;
    margin-bottom: 30px;
    opacity: 1;
    font-weight: 600;
}
.nav-menu ul li a {
    color: #4b4b4b;
}

.nav-menu ul li a:hover {
    color: #635548;
}

.nav-menu > ul > li:last-child a {
    background: #303ddb;
}

.nav-menu > ul > li:last-child a:hover {
    color: #ffffff;
}

.exicon i {
    color: #4b4b4b;
}
.breadcrumbs {
	padding-top: 90px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #4b4b4b;
}
.list-product {
  padding-right: 30px;
}
img {
 max-width: 100%;
}
