/* LOST page */

@media (max-width: 579px){
    .template-is-user{
        /*min-height: 100vh;*/
    }

    .template-is-checkout2 .nav-tools li a img{
      max-width: none;
    }
}

.bttn-favorite{
    padding: 0;
    transition: .4s;
    width: 25px;
    height: 25px;
}

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

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

.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 */
.client-sidebar-title{
    font-weight: 500;
    font-size: 20px;
}

.bttn-second, 
[href="/client_account/contacts/new"].co-form-button{
    font-weight: 500;
}

.co-button,
button#create_order {
    background-color: #FFBF33;
    border: 1px solid #FFBF33;
    height: 60px;
    margin-left: 0;
    width: 100%;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 500;
}

.co-button:hover {
    background-color: #FFCC5C !important;
    border: 2px solid #FFCC5C !important;
}

.co-button:focus {
    border-color: #FFCC5C;
    background-color: #FFCC5C;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

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

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

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

.co-button--link.co-form-button {
    background-color: #424649;
    border-color: #424649;
}

/* client cabinet */
.client-sidebar {
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3rem 4rem;
    height: 100%;
    font-size: 20px;
    min-height: 100vh;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.client-body {
    padding: 3rem;
}

@media (max-width:579px) {

    .client-sidebar,
    .client-body {
        padding: 1rem;
        min-height: unset;
    }
}

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

.client-sidebar::before {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

.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: 400;
    color: #777;
}

.co-input--nested .co-input-field {
    padding: 1.7rem 1.5rem 0.5rem 1.5rem;
    border-radius: 0;
}

.co-input--nested .co-input-field::placeholder{
    color: #777;
    font-weight: 400;
}

.co-input--nested .co-input-label{
    left: .5rem;
}

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

.co-sidebar--menu .co-menu-link {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 0;
}

.co-sidebar--menu .co-menu-link:hover,
.co-sidebar--menu .co-menu-link:focus {
    color: #936646;
}

.co-sidebar--menu .co-menu-link {
    text-decoration: none;
    font-size: 18px;
}

.co-sidebar--menu .co-menu-link.co-menu-link--active {
    color: #936646;
}

.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;
}

#cart-add .btn-success {
    background-color: transparent;
    border-color: #424649;
    color: black;
}

#cart-add .btn-success:focus {
    border-color: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

.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.co-form-button{
	color: white;
}
.co-button--link:after{
	display: none;
}

@media (max-width:1550px) {
	.co-button,
	button#create_order{
	}
	.co-input--nested .co-input-field{
	}

    .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: 1;
    }

    .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;*/
    }
}


.template-is-checkout2 .nav-tools li a img{
  max-width: none;
}

.co-form--login .co-input-field{
  height: 60px;
  border-radius: 0;
  background-color: #dddee0;
  border: 0;
  padding: .5rem 1.5rem;
  transition: .4s;
}
.co-form--login .co-input-field::placeholder{
  transition: .4s;
  position: absolute;
  top: 1.35rem;
  left: 1.5rem;
  margin: auto;
  color: black !important;
  opacity: 1;
}

.co-form--login .co-input-field:focus::placeholder{
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.co-button--password_recover{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  text-decoration: none;
  border: 0;
  outline: 0;
  text-align: center;
}

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

a.link{
  text-decoration: none;
}


body .alertify-notifier .ajs-message.ajs-success{
    background-color: #FFBF33;
}

body .alertify-notifier .ajs-message.ajs-error{
    background-color: #FF4C14;
}
