

/* Start:/local/templates/marcandre2023/components/bitrix/menu/left_menu/style.css?1778080239965*/
.site-cabinet-menu {
    list-style: none;
    margin: 20px 0 0;
    padding: 0 30px 0 0;
}
.site-cabinet-menu__item {
    position: relative;
	font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 8px;
}
.site-cabinet-menu__item:last-child {
    margin-top: 48px;
}

@media (max-width: 768px) {
    .site-cabinet-menu {
        padding: 0 15px 0 0;
    }
    .site-cabinet-menu__item:last-child {
        margin-top: 32px;
    }
}
.site-cabinet-menu__link {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    border-top: 1px solid #c3a471;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}.site-cabinet-menu__link:after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(/local/templates/marcandre2023/components/bitrix/menu/left_menu/images/arrow-right-color.png);
    position: absolute;
    right: 10px;
    top: 19px;
}
.site-cabinet-menu__item--active .site-cabinet-menu__link {
    color: #c3a471;
}

/* End */


/* Start:/local/templates/marcandre2023/components/bitrix/news/content/bitrix/news.detail/.default/style.css?1679230374317*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}


.store-description__title {
    font-size: 14px;
    font-weight: 500;
 
    text-decoration: underline;

    margin: 0 0 5px;
    border-color: rgb(0, 0, 0);
}
/* End */


/* Start:/local/templates/marcandre2023/components/bitrix/form.result.new/order_return/style.css?17897329162909*/
.order-return-form {
    --order-return-accent: #C3A471;
    --order-return-border: #CFCFCF;
    --order-return-text: #2A2A2A;
    --order-return-error: #B42318;
    max-width: 620px;
    margin-top: 34px;
    color: var(--order-return-text);
}

.order-return-form__fields {
    display: grid;
    gap: 8px;
}

.order-return-form__field {
    position: relative;
}

.order-return-form__label {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 14px;
    right: 14px;
    color: var(--order-return-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    pointer-events: none;
}

.order-return-form__required {
    margin-left: 2px;
}

.order-return-form__control input[type="text"],
.order-return-form__control input[type="email"],
.order-return-form__control textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--order-return-border);
    border-radius: 0;
    background: #fff;
    color: var(--order-return-text);
    font: inherit;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.order-return-form__control input[type="text"],
.order-return-form__control input[type="email"] {
    min-height: 58px;
    padding: 28px 14px 9px;
}

.order-return-form__control textarea {
    min-height: 130px;
    padding: 30px 14px 12px;
    resize: vertical;
}

.order-return-form__control input:focus,
.order-return-form__control textarea:focus {
    border-color: var(--order-return-accent);
    box-shadow: 0 0 0 1px var(--order-return-accent);
}

.order-return-form__actions {
    margin-top: 34px;
}

.order-return-form__submit {
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    background: var(--order-return-accent);
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity .2s ease;
}

.order-return-form__submit:hover {
    opacity: .88;
}

.order-return-form__submit:disabled {
    opacity: .55;
    cursor: default;
}

.order-return-form__errors {
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(180, 35, 24, .35);
    color: var(--order-return-error);
    font-size: 14px;
}

.order-return-form__success {
    padding: 28px 0;
}

.order-return-form__success-title {
    margin-bottom: 8px;
    color: var(--order-return-accent);
    font-size: 20px;
    font-weight: 700;
}

.order-return-form__success-text {
    font-size: 16px;
    line-height: 1.55;
}

.order-return-form.is-loading {
    opacity: .65;
    pointer-events: none;
}

@media (max-width: 767px) {
    .order-return-form {
        max-width: none;
        margin-top: 26px;
    }

    .order-return-form__actions {
        margin-top: 24px;
    }

    .order-return-form__submit {
        width: 100%;
    }
}

/* End */
/* /local/templates/marcandre2023/components/bitrix/menu/left_menu/style.css?1778080239965 */
/* /local/templates/marcandre2023/components/bitrix/news/content/bitrix/news.detail/.default/style.css?1679230374317 */
/* /local/templates/marcandre2023/components/bitrix/form.result.new/order_return/style.css?17897329162909 */
