

/* Start:/privacy-policy/style.css?17794541711357*/
.privacy-policy__margin {
    padding-top: 87px !important;
}

.privacy-policy__holder * {
    font: 400 16px / 1.5 var(--site-font-family);
    color: var(--site-text-color);
    -webkit-font-smoothing: antialiased;
}

.privacy-policy__holder {
    font: 400 16px / 1.5 var(--site-font-family);
    color: var(--site-text-color);
    -webkit-font-smoothing: antialiased;
}

.privacy-policy__holder h1 {
    font-family: var(--site-font-family-2);
    font-size: 42px;
    margin-bottom: 32px;
}

.privacy-policy__holder h2 {
    font-family: var(--site-font-family-2);
    font-size: 36px;
    margin-bottom: 12px;
    color: var(--site-accent-color);
}

.table-simple td {
    font: 400 16px / 1.5 var(--site-font-family) !important;
    color: var(--site-text-color) !important;
    -webkit-font-smoothing: antialiased !important;
}

.table-simple th {
    font: 600 16px / 1.5 var(--site-font-family) !important;
    color: var(--site-text-color) !important;
    -webkit-font-smoothing: antialiased !important;
}

.page-holder a:not(.g-button), .page-holder a:visited:not(.g-button) {
    color: inherit;
    /* font-weight: 400; */
    text-decoration: none;
    transition: all 0.2s;
}

.b-breadcrumb .prev-link, .b-breadcrumb .prev-link:visited {
    color: var(--site-grey-light-color) !important;
}
/* End */


/* Start:/local/templates/sanamcarpet/components/ma/breadcrumb/crumbs/style.css?17791671071459*/
.b-breadcrumb {
	margin: 24px 0;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.b-breadcrumb *{
	font-family: var(--site-font-family);
}
.b-breadcrumb a,
.page-holder .b-breadcrumb a {
	border-color: transparent;
}

.b-breadcrumb a:hover,
.page-holder .b-breadcrumb a:hover {
	border-color: transparent;
	color: var(--site-accent-color);
}


.b-breadcrumb a {
	font-size: 12px;
	line-height: 20px;
	color: var(--site-grey-light-color);
}

.b-breadcrumb .last-item {
	font-size: 12px;
	line-height: 20px;
}
.page-holder .b-breadcrumb a:visited{
	color: var(--site-grey-light-color);
}
.b-breadcrumb svg{
	margin-left: 4px;
	margin-right: 8px;
}



@media(max-width: 768px) {
	.b-breadcrumb *:not(a.prev-link) {
		display: none !important;
	}

	.b-breadcrumb a.prev-link {
		display: block;
		padding-left: 22px;
		position: relative;
	}

	.b-breadcrumb a.prev-link::before {
		content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 5.83337L7.5 10L11.6667 14.1667' stroke='%23595959' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

	}
}
/* End */
/* /privacy-policy/style.css?17794541711357 */
/* /local/templates/sanamcarpet/components/ma/breadcrumb/crumbs/style.css?17791671071459 */
