

/*  some styles  */

.cards.x-cards-color img {
    max-width: 44px;
}
.x-cards-color.cards span:nth-child(3), 
.x-cards-color.cards span:last-child {
    display: flex;
    align-items: center;
}

#oneclickModal .button_box .button {
background: #000;
    border: 1px solid #000;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}

#oneclickModal .button_box .button:hover, 
#oneclickModal .button_box .button:focus, 
#oneclickModal .button_box .button:active {
    background: #555 !important;
    border: 1px solid #555 !important;
    box-shadow: none !important;
}


.carousel_button_line .to-cart, 
.product_list_info .carousel_button_line .button {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}

.product_list_info .carousel_button_line .button:hover {
    background: #555555;
}


/* logo  */
.logo_box img {
    width: 170px;
}
.header_bottom_line .logo_box a img {
    max-width: 170px;
    width: auto; 
    max-height: 100%;
}



/* login */
.login-phone-block label { display: block; }


/* ITI */
.iti--inline-dropdown .iti__dropdown-content {
    z-index: 12;
}







