


/* -------------------------------------------------------------------------------- */


img {
    max-width: 100%;
}



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

.preheader {
    background: #32775a;
    color: white;
    padding: 5px 0px;
    font-size: 0.9em;
}

header {
    /* background: #ffd54f; */
    margin-bottom: 5px;
    padding: 20px 0px;
    /* border: 1px solid black; */
    display: flex;
    align-content: center;
    align-items: center;
}
header .logo {
    height: 50px;
}

form {
    /* border: 1px solid gray; */
    /* padding: 10px; */
    /* border-radius: 8px; */
    margin: 0;
}
form input,
form textarea,
form select
{
    width: 100%;
    padding: 5px 5px;
}
form textarea {
    width: 100%;
}
form select {
    width: 100%;
}

form label {
    opacity: 0.8;
    margin: 5px 0px;
    display: block;
    font-size: 0.9em;
}
form input {
    padding: 10px 10px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

form button {
    padding: 7px 14px;
    border-radius: 5px;
    border: none;
    font-size: 1em;
    background: #00000022;
    cursor: pointer;
}
form button:hover {
    background: #32775a;
    background: #00000033;
}

.button-full-action {
    width: 100%;
    height: 50px;
    /* color: white; */
    color: #d9f4d9;
    background: #00d400;
    font-weight: bold;
}
.button-full-action:hover {
    background: #00b400;
}


.product-card {
    margin-bottom: 16px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    background: white;
    border-radius: 12px;
}
.product-card:hover {
    opacity: 0.9;
} 
.product-card .image {
    display: block;
    border-radius: 12px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-color: #eeeeee;
}
.product-card .name {
    display: block;
    padding: 16px 12px;
    /* font-size: 0.9rem; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-card .price {
    padding: 12px 12px;
}
.product-card .add {
    margin-right: 10px;
}


.home-big-category {
    margin-top: 90px;
    margin-bottom: 120px;
}
.home-big-category .title{
    text-align: center;
}
.home-big-category .item{
    width: 100%;
    /* background: rgba(0,0,0, 0.03); */
    background: #aad73e;
    /* border: 1px solid #aaaaaa; */
    display: block;
    padding: 5px;
    height: 100px;
    position: relative;
    border-radius: 15px;
    font-weight: bold;
    transition: all 0.2s;
    color: #f9fbe7;
    border-bottom: 4px solid green;
    margin: 3px 0px;
}
.home-big-category .item:hover {
    background: orange;
    color: white;
}
.home-big-category .item:active {
    transform: translate(0px, 2px);
    border-bottom: 2px solid black;
}
.home-big-category .item .c{
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}

.home-products {
    background: #f4f4f4;
    /* padding: 60px 0px; */
}
.home-products .block {
    padding: 80px 0px;
}

.home-products .ban-image {
    border-radius: 10px;
}

.home-pages {
    padding: 60px 0px;
}
.home-pages .item {
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    box-shadow: 1px 1px 0px black;
    transition: all 0.15s;
}
.home-pages .item:hover {
    transform: translate(-2px, -2px);
    background: #d2ece2;
    box-shadow: 3px 3px 0px black;
}
.home-pages .item:active {
    transform: translate(0px, 0px);
    box-shadow: 1px 1px 0px black;
}
.home-pages h1 {
    margin-bottom: 30px;
}

.head-menu-horiz {
    padding: 10px 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0,0,0, 0.03);
}
.head-menu-horiz .item{
    display: block;
    padding: 5px 15px;
}

table {
    width: 100%;
}
table th {
    text-align: left;
}

.cat-subcat-block {
}
.cat-subcat-block .head {
    background: white;
    padding: 40px 0px;
    margin-bottom: 20px;
}
.cat-subcat-block .item {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid rgba(0,0,0, 0.3);
    border-radius: 5px;
}
.cat-subcat-block .item:hover {
    background: #32775a;
    color: white;
    border: 1px solid transparent;

}

.product-attributes {
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid orange;
}
.product-attributes .item{
    padding: 5px 0px;
}
.product-attributes .name{
    opacity: 0.6;
    display: block;
}

.product-description {
    background: white;
    padding: 30px;
    margin: 30px 0px;
    border-radius: 16px;
    box-shadow: 1px 3px 10px rgba(0,0,0, 0.2);
}

.home-title {
    /* color: #51816e; */
    color: #436b5b;
}

.login-area {
    padding: 150px 0px;
}

.empty-cart {
    padding: 20px;
    text-align: center;
    margin: 60px 0px;
    /* background: #fff6d5; */
    background: #00000011;
    /* border: 1px solid #ffcb0d; */
    /* border-radius: 10px; */
}
.empty-cart .title{
    font-size: 2em;
    /* color: #e2b200;  */
    color: #00000099; 
    padding: 30px 0px;
}
.empty-cart .image{
    max-height: 200px;
    margin: 100px 0px;
}
.cart-page {
}
.cart-page table {
    border: 1px solid #999999;
    /* table-layout: fixed; */
    border-spacing: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 20px rgba(0,0,0, 0.2);
    margin: 30px 0px;
}
.cart-page th {
    background: #666666;
    text-align: left;
    color: white;
    padding: 10px 10px;
}
.cart-page td, th {
    padding: 5px 10px;
    border-top: 1px solid #999999;
}
.cart-page table input {
    padding: 5px;
    margin: 0px;
    max-width: 50px;
}
.cart-page .info {
    border: 1px solid #999999;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 20px rgba(0,0,0, 0.2);
    margin: 30px 0px;
}
.cart-page .order-button {
    margin: 30px 0px;
    padding: 15px 30px;
    min-width: 200px;
    background: #39c839;
    font-weight: bold;
    color: white;
    box-shadow: 0px 4px 0px #258525;
    transition: all 0.2s;
}
.cart-page .order-button:hover {
    transform: translateY(-1px);
    box-shadow: 0px 5px 0px #258525;
}
.cart-page .order-button:active {
    transform: translateY(3px);
    box-shadow: 0px 2px 0px #258525;
}

.cart-icon {
    position: relative;
}
.cart-icon .count{
    position: absolute;
    background: red;
    color: white;
    font-size: 0.7em;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 6px;
    right: 0;
}

.success-order-page {
    background: #39c839;
    color: #d9f4d9;
    text-align: center;
    padding: 40px 0px;
    margin: 50px 0px;
    min-height: 500px;
    position: relative;
    border-radius: 10px;
}
.success-order-page h1{
    margin: 60px 0px;
}
.success-order-page .decor{
    position:absolute;
    bottom: 0;
}

pre {
    font-family: sans-serif; !important;
    line-height: 1.6em;
    font-size: 1.1em;

    white-space: pre-wrap;
}

footer {
    /* background: #ffd54f; */
    background: #002b11;
    padding: 50px 0px;
    color: #d2ece2;
}

footer .menu-b .item {
    display: block;
    padding: 3px 0px;
}

@media (max-width: 600px) {
    header  {
        height: 60px;
    }
    header .logo {
        height: 30px;
    }
    .nomob { display: none !important }

    .button-full-action {
        margin: 10px 0px;
    }
    .product-description {
        padding: 10px 16px;
        font-size: 0.9em;
    }
    .col-right,
    .col-left {
        width: 100%;
    }
}
