/*
Theme Name: Toidupakk
Author: Priit Elbe
Version: 1.0
Requires PHP: 8.0
Text Domain: toidupakk
*/

body, html {
    width: 100%;
    overflow-x: hidden;
}
.frm_fields_container textarea,
.frm_fields_container input[type="email"],
.frm_fields_container input[type="text"] {
    background: #fff !important;
}
body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

h1, h2, h3, h4 {
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}

.woocommerce table.shop_table th {
    padding: 10px 3px;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: 0;
}

.woocommerce table.shop_table {
    border: 0;
    border-collapse: collapse;
}
.woocommerce table tr {
    border-top: 1px solid #bfad9a;
}

.woocommerce table.shop_table td {
    padding: 10px 3px;
    border: 0;
}

.woocommerce-Price-amount {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
html .woocommerce .price del .woocommerce-Price-amount {
    font-weight: 700;
    text-decoration: line-through;
}

.woocommerce .quantity .qty {
    background: #2d8071;
    border: 2px solid #004438;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    min-width: 90px;
}
.woocommerce .product-name a:hover {
    color: #005b4a;
    text-decoration: underline;
}
.woocommerce .product-name a {
    color: #212121;
    font-weight: 400;
    text-decoration: none;
}
#coupon_code {
    padding: 13px;
    border: 1px solid #efefef;
}
input {
    line-height: 1.15;
}

.shop_table .actions .button {
    padding: 16.5px !important;
    border: 0 !important;
    margin: 0 4px;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce .widget_shopping_cart .buttons a:hover, .woocommerce.widget_shopping_cart .buttons a:hover, .woocommerce a.added_to_cart:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce table.my_account_orders .button:hover, td a.woocommerce-MyAccount-downloads-file.button.alt:hover {
    background: #ffffff;
    border: 1px solid #6799b2;
    color: #6799b2;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #65bec2;
    color: #65bec2;
    padding: 16px 24px;
    outline: none;
    font-family: inherit;
    border-radius: 4px;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    filter: grayscale(100%);
}

h2 {
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 32px;
    font-family: 'Inter';
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top;
}

.woocommerce input[type="radio"]:hover {
    border: 1px solid #8c7a66;
    box-shadow: 0 0 5px #8c7a66;
}

.woocommerce input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #d3ced2;
    border-radius: 100%;
    outline: none;
    cursor: pointer;
}

.woocommerce input[type="radio"]:checked {
    background: #433322;
    box-shadow: inset 0 0 0 8px #fff;
}

.woocommerce-message::before {
    display: none !important;
}

.woocommerce form .form-row .input-text {
    background: #fff;
    border: 1px solid #ccc;
}

p.woocommerce-shipping-destination,
ul.woocommerce-shipping-methods {
    color: #3a3a3a;
}

.woocommerce-billing-fields h3, .woocommerce-checkout h3, .woocommerce .cart_totals h2, .woocommerce .cross-sells h2 {
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    font-family: 'Inter';
}

.product-categories li ul {
    margin-left: 15px;
}

.woocommerce-billing-fields h3 {
    font-size: 30px;
}

#order_review_heading {
    margin-top: 35px;
    font-size: 30px;
}
.tp-checkout-img {
    width: 57px;
    height: 40px;
    padding-right: 15px;
}
#order_review tbody .cart_item .product-name {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.woocommerce form label {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
    color: #3a3a3a;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    display: inline-block;
}
.woocommerce-checkout #payment {
    background: #dbd5ce;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    padding: 0 !important;
}
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}
.woocommerce-checkout-payment p {
    color: #3a3a3a;
}

html .woocommerce #payment #place_order, html .woocommerce-page #payment #place_order {
    float: left;
}

.minicart-link {
    position: relative;
    transition:.6s ease;
}

.minicart-link .minicart-outer {
    position: absolute;
    top: 30px;
    transition:.6s ease;
    right: 0;
    padding-top: 50px;
    display: none;
    text-align: left;
    background: #fff;
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.1);
    z-index: 100;
    border-radius: 8px;
}
.minicart-qty {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    align-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
}
.minicart-link:hover .minicart-outer {
    display: block;
}
.term-description,
.aws_result_item,
.aws-wrapper {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}
.category-slider-item-inner {
    font-family: "Open Sans", sans-serif;
}
.woocommerce ul.products li.product .price del ~ ins .amount bdi {
    color: #f92c20;
    text-decoration: none;
}
.woocommerce .price {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    background: transparent;
    text-decoration: none;
}
.woocommerce ul.products li.product .price del {
    opacity: 1;
    display: block;
    text-decoration: none;
}
.woocommerce ul.products li.product .price del, .woocommerce .price del, .woocommerce .price del .woocommerce-Price-amount {
    font-size: 12px;
    font-weight: 200;
    color: #3a3a3a;
    text-decoration: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    justify-content: end;
    margin-bottom: 20px;
}
.cross-sells h2:not(a h2) {
    border-bottom: 1px solid #c9bcad;
    padding-bottom: 8px;
}
.woocommerce .cross-sells h2 {
    margin-bottom: 30px;
}
.term-description {
    font-weight: normal;
}
.term-description p {
    padding: 10px 0;
}

a {
    text-decoration: none;
}
.added_to_cart.wc-forward {
    display: none !important;
}
.quantity br {
    display: none !important;
}
.minicart-link .minicart {
    width: 300px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    color: #404040;
    font-size: 12px;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    line-height: normal;
}
.minicart-link .minicart img.attachment-woocommerce_thumbnail {
    width: 50px;
}
.minicart-link .minicart a {
    color: #212121;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
}
.minicart-link .minicart .woocommerce-Price-amount {
    font-size: 12px;
}
.up-sells .woocommerce-Price-amount {
    font-size: 16px !important;
}
.minicart-link .minicart .subtotal .woocommerce-Price-amount {
    font-size: 16px;
}
.product .summary .price del .woocommerce-Price-amount {
    color: #004438;
    font-size: 24px;
}
.product .summary .price del {
    display: block !important;
}
.woocommerce div.product p.price ins {
    text-decoration: none;
}
.product .summary .price del ~ ins .amount bdi  {
    color: #f92c20;
    font-size: 30px;
}
.woocommerce div.product p.price del {
    opacity: 1;
}
.up-sells h2:first-child {
    margin-bottom: 30px;
}
#tab-description h1,
#tab-description h2,
#tab-description h3,
#tab-description h4 {
    font-size: 24px;
    margin-top: 20px;
}

.checkout-button.button.alt.wc-forward br {
    display: none;
}

.aws-home-desktop-wrapper .aws-container .aws-search-form .aws-form-btn,
.aws-home-desktop-wrapper .aws-container .aws-search-form .aws-search-btn_icon {
    width: 62px;
}
.aws-home-desktop-wrapper .aws-container .aws-search-form {
    height: 60px;
}
.aws-home-desktop-wrapper .aws-container .aws-search-field[type="search"] {
    background: #fff;
    border: 1px solid #efefef;
}

.home-banner-btn,
.home-banner-btn a {
    display: block !important;
    height: 100% !important;
}

@media (min-width: 1000px) {
    .show-mobile {
        display: none !important;
    }
}
@media (max-width: 1000px) {
    .show-desktop {
        display: none !important;
    }
    .woocommerce .woocommerce-ordering {
        margin-bottom: 40px;
    }
    html .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: block;
    }
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }
    .woocommerce-page table.cart .product-thumbnail:before {
        display: none !important;
    }
    .woocommerce-cart table.cart img {
        width: 100px;
    }
}

@media screen and (min-width: 720px) {
    #coupon_code {
        width: 250px;
    }
}
