/*
.bttn-favorite {
    background-image: url('favorite.svg');
}

.bttn-favorite.is-added {
    background-image: url('favorite-active.svg');
}
*/


.my-6{
    margin-top:     4rem;
    margin-bottom:  4rem;
}

.ya-share2 {
    width: 22px;
    height: 22px;
    background-image: url('share.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: none !important;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background-color: transparent !important;
}

/* PAEG */
.page-content a {
    word-break: break-all;
}

.page-content img {
    width: 100%;
}

/* Account client */

.co-button,
button#create_order {
    background-color: #561A35;
    border: 1px solid #561A35;
    height: 50px;
    margin-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: white;
    font-family: unset;
}


button#create_order:hover {
    background-color: #424649 !important;
    border-color: #424649 !important;
    border: 2px solid #424649 !important;
}

button#create_order:focus {
    border-color: #424649;
    background-color: #424649;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
    border: 2px solid #424649 !important;
}

.co-form-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


.co-toggable_field-title{
    font-size: 14px;
}

/* client cabinet */

.co-menu-toggle {
    display: none;
}


.co-form-controls {
    width: 100%;
}

.client-body .co-form--login {
    display: flex !important;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap;
}

.co-button--link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.co-form--login_by_email .co-modal-button {
    margin-top: 1rem;
}

.client-body .co-modal-login_form .co-input+.co-input {
    margin-top: 0;
    margin-bottom: 0;
}

.co-input--empty_nested .co-input-label {
    top: 1.8rem;
    padding-left: 1.5rem;
    font-weight: 500;
    color: #ccc;
    font-size: 14px;
}

.co-toggable_field-input{
    flex: 0 0 1.25rem;
}

.insales-checkout2 .co-sidebar--menu {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.co-menu-toggle:after {
    display: none;
}

@media (max-width:579px) {
    .added-content {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }

    .added-content .btn {
        width: 100%;
    }
}

#cart-add.fancybox-content {
    overflow: visible;
}

#cart-add button[data-fancybox-close] {
    position: absolute;
    top: -2.5rem;
    right: -2.5rem;
}

#cart-add button[data-fancybox-close] svg path {
    fill: white;
}

@media (max-width: 579px){
    #cart-add.added-modal{
        max-width: 330px;
    }
    #cart-add button[data-fancybox-close] {
        right: -1rem;
    }
}

.adaptive .co-button--checkout {
    margin-left: 0 !important;
}

.co-checkout-block .adaptive .co-button--checkout {
    margin-bottom: .5rem;
}

.co-basket_total-price,
[class*="co-price"] {
    font-size: 22px;
}

body:not(.template-is-page) .page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.co-toggable_field-input{
	margin-top: .25rem;
}
.insales-checkout2 .co-sidebar--menu:after{
	display: none;
}

.co-form-controls{
	margin: unset;
}

.co-button--link:after{
	display: none;
}

@media (max-width:1550px) {
	.co-button,
	button#create_order{
		border-radius: 4px;
	}

    .store-desc {
        padding: 2rem;
    }

    .store-desc-left {
        left: 15%;
        top: 25%;
    }

    .store-desc-right {
        right: 10%;
        bottom: 20%;
    }

    .box-item-content {
        padding: 1rem 0;
    }

    .box-item-title-sku-prices,
    .box-item-var {
        margin-top: 1.5rem;
    }

    .client-sidebar {
        padding: 1rem;
    }

    .client-body {
        padding: 1rem 0;
    }

    .co-checkout-block--padded {
        padding-bottom: 2rem;
    }

    .co-input-title {
        font-size: 12px;
    }

    .adaptive .co-sidebar--menu {
        position: relative;
    }

    .adaptive .co-menu {
        display: block;
        padding: 0;
        padding-bottom: 2rem;
        border-bottom: 0;
    }
}

@media (max-width:579px) {
    .co-checkout-block--padded {
        /*border-bottom: 1px solid #ccc;*/
    }
}


.co-notice--flash{
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
}

.co-table{
    border-radius: 8px;
}

body .alertify-notifier .ajs-message{
    font-size: 14px;
}

body .alertify-notifier .ajs-message.ajs-success{
    background-color: #fceef3;
    color: #561A35;
}
body .alertify-notifier .ajs-message.ajs-error{
    background-color: #561A35;
}
